:root {
  --warm: #fbf7f0;
  --cream: #f4ecdf;
  --cream-2: #f8f1e8;
  --paper: #fffdf9;
  --ink: #26302b;
  --muted: #68716c;
  --sage: #75897a;
  --sage-soft: #dfe7de;
  --forest: #294c40;
  --forest-deep: #203b33;
  --clay: #b9856c;
  --line: rgba(52, 68, 59, 0.13);
  --shadow: 0 30px 90px rgba(69, 53, 38, 0.1), 0 5px 20px rgba(69, 53, 38, 0.035);
  --max: 1480px;
  --gutter: clamp(20px, 4vw, 70px);
  --section-space: clamp(72px, 6vw, 96px);
  --section-space-tight: clamp(42px, 3.5vw, 58px);
  --radius: 7px;
  --radius-large: 8px;
  --control-height: clamp(36px, calc(18px + 1.25vw), 42px);
  --control-green: #3f594b;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; overflow-x: hidden; background: var(--warm); color: var(--ink); font: 400 16px/1.7 var(--sans); -webkit-font-smoothing: antialiased; }
body, button, input, textarea { font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, ul, ol, dl, dd, blockquote { margin: 0; }
button, input, textarea { font-size: inherit; }
address { font-style: normal; }
::selection { background: #d8e3d9; color: var(--forest-deep); }
:focus-visible { outline: 3px solid var(--clay); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 12px 18px; transform: translateY(-150%); border-radius: var(--radius); background: var(--forest-deep); color: white; }
.skip-link:focus { transform: none; }

.site-header { --header-control-height: var(--control-height); --header-logo-height: clamp(55.38px, calc(27.69px + 1.923vw), 64.62px); position: absolute; inset: 0 0 auto; z-index: 100; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: end; gap: clamp(10px, 1vw, 20px); min-height: 78px; padding: 12px var(--gutter); color: var(--forest-deep); }
.brand { width: min(100%, 470px); }
.brand img { width: 100%; }
.site-menu { display: flex; justify-content: center; gap: clamp(10px, 1vw, 20px); font-size: calc(0.7rem + 1px); font-weight: 600; letter-spacing: 0.085em; text-transform: uppercase; text-shadow: 0 1px 12px rgba(255,253,248,.72); }
.site-menu a { position: relative; padding-block: 9px; }
.site-menu a::after { content: ""; position: absolute; bottom: 3px; left: 50%; width: 4px; height: 4px; transform: translateX(-50%) scale(0); border-radius: 50%; background: var(--clay); transition: transform 180ms ease; }
.site-menu a:hover::after { transform: translateX(-50%) scale(1); }
.header-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: var(--control-height); height: var(--control-height); padding: 0 22px; border: 1px solid transparent; border-radius: var(--radius); font-size: 0.84rem; font-weight: 700; transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.header-cta { min-height: var(--header-control-height); height: var(--header-control-height); padding-inline: 18px; background: var(--control-green); color: white; font-size: 0.7rem; letter-spacing: .075em; white-space: nowrap; }
.header-cta:hover, .button-primary:hover { transform: translateY(-2px); background: var(--forest-deep); box-shadow: 0 14px 30px rgba(41,76,64,.16); }
.menu-toggle { display: none; justify-self: end; align-items: center; gap: 10px; border: 0; background: transparent; color: var(--ink); font-weight: 650; letter-spacing: .08em; }
.menu-toggle i { position: relative; width: 24px; height: 14px; border-block: 1px solid; }
.menu-toggle i::after { content: ""; position: absolute; top: 6px; left: 0; width: 24px; height: 1px; background: currentColor; }
.menu-backdrop { display: none; }

@media (min-width: 821px) {
  .brand { align-self: end; width: auto; height: var(--header-logo-height); }
  .brand img { width: auto; max-width: none; height: var(--header-logo-height); transform: translateY(11.43%); }
  .header-cta { align-self: end; }
}

@media (min-width: 1340px) {
  .site-header { padding-left: clamp(12px, calc(30vw - 390px), 160px); padding-right: 12px; }
  .brand img { transform: translateY(calc(11.43% + clamp(6.25px, calc(2.087px + 0.311vw), 8.06px))); }
  .site-menu { align-self: end; transform: translateY(12px); }
}

@media (min-width: 1340px) and (max-width: 1399px) {
  .site-header { gap: 6px; padding-inline: 6px; }
  .site-menu { gap: 8px; }
}

.hero { position: relative; width: 100%; height: clamp(700px, min(100svh, 52vw), 960px); overflow: hidden; }
.hero-photo { position: absolute; inset: 0; height: 100%; overflow: hidden; background: var(--cream); }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(32,59,51,.12), transparent 48%), linear-gradient(180deg, transparent 66%, rgba(32,59,51,.22)); pointer-events: none; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 66%; animation: photo-in 1000ms cubic-bezier(.2,.65,.2,1) both; }
.hero-card { position: absolute; z-index: 3; top: clamp(132px, 18svh, 180px); left: clamp(52px, 6vw, 116px); width: min(540px, 40vw); padding: clamp(38px, 2.2vw, 42px) clamp(40px, 2.5vw, 48px); border: 1px solid rgba(255,255,255,.6); border-radius: var(--radius-large); background: rgba(250,248,243,.3); box-shadow: 0 18px 50px rgba(70,60,45,.08); backdrop-filter: blur(14px) saturate(110%); -webkit-backdrop-filter: blur(14px) saturate(110%); }
.eyebrow, .section-label { color: var(--forest); font-size: 0.72rem; font-weight: 750; letter-spacing: 0.13em; text-transform: uppercase; }
.hero h1 { max-width: 520px; margin-top: 28px; font: 400 clamp(3.25rem, 4vw, 4.8rem)/0.98 var(--serif); letter-spacing: -0.048em; }
.hero-card > p:not(.eyebrow) { max-width: 500px; margin-top: 25px; color: #384940; font-size: 0.9rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.button-primary { background: var(--control-green); color: white; }
.button-soft { border-color: var(--line); background: var(--cream-2); color: var(--forest-deep); }
.button-soft:hover { transform: translateY(-2px); background: var(--cream); }
.button-cream { background: var(--paper); color: var(--forest-deep); }
.hero-promise { position: absolute; z-index: 4; right: 14px; bottom: 14px; width: 322px; padding: 16px 22px; border: 1px solid rgba(248,241,232,.18); border-radius: var(--radius); background: rgba(41,76,64,.78); color: var(--cream-2); box-shadow: 0 18px 50px rgba(10,25,20,.2); backdrop-filter: blur(18px) saturate(105%); -webkit-backdrop-filter: blur(18px) saturate(105%); }
.promise-label { color: var(--cream-2); font-size: 0.66rem; font-weight: 700; line-height: 1.35; letter-spacing: 0.075em; text-transform: uppercase; }
.promise-copy { margin-top: 12px; white-space: nowrap; font: 400 1.12rem/1.25 var(--serif); }

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .hero-card { background: rgba(250,248,243,.4); }
  .hero-promise { background: rgba(32,59,51,.92); }
}

.section { width: min(var(--max), calc(100% - var(--gutter) - var(--gutter))); margin-inline: auto; padding-block: var(--section-space); }
.section-label { display: flex; align-items: center; gap: 14px; }
.section-label span { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid currentColor; border-radius: 50%; font-size: 0.6rem; letter-spacing: 0; }
.section-label-light { color: #d9e5da; }
.section h2 { font: 400 calc(clamp(3rem, 3.7vw, 4.5rem) - 5px)/1.03 var(--serif); letter-spacing: -0.045em; }
.section h3 { font: 400 1.55rem/1.15 var(--serif); }

.about { display: grid; grid-template-columns: 160px 1.15fr .85fr; gap: clamp(36px, 6vw, 110px); align-items: start; }
.about-copy h2 { max-width: 830px; }
.about-copy .lead { max-width: 660px; margin-top: 40px; color: var(--forest); font: 400 clamp(1.25rem, 1.8vw, 1.8rem)/1.55 var(--serif); }
.about-note { margin-top: 64px; padding: 32px; border-radius: var(--radius); background: var(--cream-2); color: var(--muted); }
.about-note a { display: flex; justify-content: space-between; gap: 20px; margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--forest); font-size: 0.81rem; font-weight: 700; }

.audience { width: 100%; max-width: none; padding-inline: max(var(--gutter), calc((100% - var(--max)) / 2)); border-block: 1px solid rgba(41,76,64,.36); background: var(--warm); color: var(--ink); }
.audience .section-label, .audience h2 { color: var(--forest-deep); }
.section-header { display: grid; grid-template-columns: 160px minmax(0, 900px); gap: clamp(36px, 6vw, 110px); }
.audience-paths { display: grid; gap: 14px; max-width: 1200px; margin: 60px 0 0 auto; }
.audience-paths article { --line: rgba(248,241,232,.22); display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 18px; align-items: center; min-height: 100px; padding: 18px 24px; border: 1px solid rgba(248,241,232,.22); border-radius: var(--radius); background: linear-gradient(120deg, rgba(248,241,232,.035), transparent 75%), var(--control-green); color: var(--cream-2); box-shadow: 0 12px 30px rgba(41,76,64,.10); backdrop-filter: blur(18px) saturate(105%); -webkit-backdrop-filter: blur(18px) saturate(105%); transition: transform 200ms ease, box-shadow 200ms ease; }
@media (min-width: 1480px) {
  .audience-paths article:nth-child(2) { margin-left: 24px; }
  .audience-paths article:nth-child(3) { margin-left: 48px; }
}
@media (min-width: 1280px) {
  .audience-paths p { white-space: nowrap; }
}
.audience-paths article:hover { transform: translateX(4px); box-shadow: 0 16px 38px rgba(41,76,64,.15); }
.path-symbol { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(248,241,232,.25); border-radius: var(--radius); background: rgba(248,241,232,.1); color: var(--cream-2); font: 400 1.35rem/1 var(--serif); }
.audience-paths p { margin-top: 7px; color: #ede9df; font-size: 0.87rem; }

.services { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(60px, 9vw, 150px); align-items: start; }
.services-intro { position: static; }
.services-intro h2 { margin-top: 28px; }
.services-intro > p { max-width: 540px; margin-top: 30px; color: var(--muted); }
.services-intro .button { margin-top: 35px; }
.service-accordion { border-top: 1px solid var(--line); }
.service-accordion details { border-bottom: 1px solid var(--line); }
.service-accordion summary { display: grid; grid-template-columns: 46px 1fr 28px; gap: 18px; align-items: center; min-height: 88px; cursor: pointer; list-style: none; font: 400 clamp(1.35rem, 2vw, 2rem)/1.15 var(--serif); }
.service-accordion summary::-webkit-details-marker { display: none; }
.service-accordion summary { -webkit-tap-highlight-color: transparent; }
.service-accordion summary > span { color: var(--clay); font: 700 0.64rem/1 var(--sans); }
.service-accordion summary i { position: relative; width: 20px; height: 20px; }
.service-accordion summary i::before, .service-accordion summary i::after { content: ""; position: absolute; top: 10px; left: 2px; width: 16px; height: 1px; background: var(--forest); transition: transform 180ms ease; }
.service-accordion summary i::after { transform: rotate(90deg); }
.service-accordion details[open] summary i::after { transform: rotate(0); }
.service-accordion details > div { padding: 0 45px 30px 64px; }
.service-accordion details p { max-width: 650px; color: var(--muted); font-size: 0.88rem; }
.service-accordion details a { display: inline-flex; margin-top: 16px; color: var(--forest); font-size: 0.78rem; font-weight: 700; }

.tus { position: relative; display: grid; grid-template-columns: 1fr .95fr; gap: clamp(50px, 7vw, 110px); width: min(1660px, calc(100% - var(--gutter) - var(--gutter))); max-width: none; padding: clamp(64px, 4vw, 78px) clamp(70px, 8vw, 130px); overflow: hidden; border: 1px solid rgba(255,255,255,.72); border-radius: var(--radius-large); background: rgba(250,248,243,.58); color: var(--forest-deep); box-shadow: 0 24px 70px rgba(70,60,45,.09); backdrop-filter: blur(18px) saturate(110%); -webkit-backdrop-filter: blur(18px) saturate(110%); }
.tus-heading, .tus-skills { position: relative; z-index: 2; }
.tus .section-label-light { color: #071a15; }
.recruiting { display: flex; align-items: center; gap: 11px; margin-top: 42px; color: #071a15; font-size: 0.77rem; font-weight: 650; }
.recruiting i { width: 8px; height: 8px; border-radius: 50%; background: #d8b29c; box-shadow: 0 0 0 6px rgba(216,178,156,.12); }
.tus h2 { margin-top: 25px; }
.tus-heading > p:not(.recruiting) { max-width: 590px; margin-top: 31px; color: #071a15; }
.tus-heading .button { margin-top: 36px; }
.tus-skills { align-self: center; padding: 40px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: var(--forest); color: var(--cream-2); box-shadow: 0 18px 45px rgba(32,59,51,.18); }
.tus-skills > p { color: var(--cream-2); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.tus-skills ul { list-style: none; padding: 0; margin-top: 20px; }
.tus-skills li { display: grid; grid-template-columns: 40px 1fr; gap: 15px; padding-block: 15px; border-bottom: 1px solid rgba(255,255,255,.14); font: 400 1.08rem/1.3 var(--serif); }
.tus-skills li span { color: var(--clay); font: 700 0.61rem/1.7 var(--sans); }
.qualification { margin-top: 27px; }
.qualification strong { font-size: 0.82rem; }
.qualification p { margin-top: 6px; color: rgba(248,241,232,.72); font-size: 0.78rem; }
.desktop-copy { display: none; }
.mobile-team-word { display: none; }

.process { padding-bottom: var(--section-space-tight); }
.process .section-header { grid-template-columns: 160px minmax(0, 850px); }
.process-steps { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; list-style: none; margin-top: 64px; padding: 0; }
.process-steps::before { content: ""; position: absolute; top: 34px; left: 7%; right: 7%; height: 1px; background: var(--line); }
.process-steps li { position: relative; padding-top: 4px; }
.process-steps li > span { position: relative; z-index: 1; display: grid; place-items: center; width: 62px; height: 62px; border: 8px solid var(--warm); border-radius: 50%; background: var(--sage-soft); color: var(--forest); font: 400 1.1rem/1 var(--serif); }
.process-steps li:nth-child(even) > span { background: var(--cream); }
.process-steps li div { margin-top: 30px; padding-right: 30px; }
.process-steps p { margin-top: 12px; color: var(--muted); font-size: 0.85rem; }

@media (min-width: 1200px) {
  .audience .section-header, .process .section-header { grid-template-columns: 160px minmax(0, 1fr); }
  .audience .section-header h2, .process .section-header h2 { font-size: clamp(2.6875rem, 3.2vw, 3.75rem); white-space: nowrap; }
  .audience-paths { margin-top: 48px; }
  .process-steps { margin-top: 52px; }
}

@media (min-width: 1480px) {
  .audience .section-header { position: relative; display: block; }
  .audience .section-header .section-label { position: absolute; top: 50%; left: 0; transform: translateY(-50%); }
  .audience .section-header h2 { width: min(1200px, 100%); margin-left: auto; }
}

.team { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(48px, 5vw, 80px); align-items: start; padding-top: var(--section-space-tight); }
.team-heading h2 { margin-top: 26px; }
.team-heading > p { max-width: 540px; margin-top: 28px; color: var(--muted); }
.section-photo { min-width: 0; margin: 26px 0 0; }
.section-photo img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; border-radius: var(--radius); }
.contact-photo { margin-top: 12px; }
.contact-photo img { object-position: center 20%; }
.team-photo img { aspect-ratio: 16 / 9; }
@media (min-width: 1121px) {
  .team-roles { align-self: stretch; }
  .contact-photo img { aspect-ratio: 2 / 1; }
}
.team-roles { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.team-roles article { min-height: 228px; padding: 28px; border: 1px solid rgba(80,68,53,.09); border-radius: var(--radius); background: var(--paper); box-shadow: 0 18px 50px rgba(69,53,38,.05); }
.role-mark { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 40px; border-radius: var(--radius); background: var(--cream); color: var(--forest); font: 400 1.05rem/1 var(--serif); }
.team-roles p { margin-top: 10px; color: var(--muted); font-size: 0.84rem; }

.legal { display: grid; grid-template-columns: .94fr 1.06fr; gap: clamp(50px, 6vw, 96px); align-items: center; width: 100%; max-width: none; padding: clamp(72px, 6vw, 96px) max(var(--gutter), calc((100% - var(--max)) / 2)); background: var(--forest); color: white; }
.legal-heading h2 { max-width: 680px; margin-top: 20px; color: #f7f0e5; font-size: calc(clamp(3rem, 3.7vw, 4.5rem) - 5px); line-height: 1; }
.legal-heading h2 span { display: block; }
.legal-heading > p { max-width: 560px; margin-top: 22px; color: #f4ebdd; }
.register { display: inline-flex; margin-top: 24px; padding: 10px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); color: #e6eee7; font-size: 0.78rem; }
.legal-card { align-self: center; height: auto; padding: 8px 34px; border-radius: var(--radius); background: #f5f0e7; color: var(--ink); box-shadow: 0 24px 65px rgba(20,36,31,.17); }
.legal-card > div { display: grid; grid-template-columns: minmax(150px, .42fr) 1fr; gap: 24px; align-items: start; padding-block: 22px; }
.legal-card > div + div { border-top: 1px solid var(--line); }
.legal-card dt { color: var(--muted); font-size: 0.66rem; font-weight: 750; letter-spacing: 0.09em; text-transform: uppercase; }
.legal-card dd { font-size: 0.84rem; }
.legal-card dd strong { color: var(--forest); }

.contact { width: min(1660px, calc(100% - var(--gutter) - var(--gutter))); max-width: none; }
.contact-shell { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(48px, 6vw, 90px); align-items: start; padding: clamp(48px, 5vw, 72px); border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.contact-primary { position: relative; display: flex; flex-direction: column; justify-content: space-between; align-self: stretch; gap: 15px; min-width: 0; margin-top: 0; }
.contact-heading { max-width: 620px; }
.contact-heading .section-label { position: absolute; top: -40px; left: 0; }
.contact-heading h2 { margin-top: 0; font-size: calc(clamp(3rem, 3.7vw, 4.5rem) - 5px); }
.contact-heading > p { max-width: 500px; margin-top: 14px; color: var(--muted); }
.contact-map { width: 100%; overflow: hidden; border: 1px solid rgba(80,68,53,.12); border-radius: var(--radius); background: var(--paper); box-shadow: 0 14px 38px rgba(69,53,38,.07); }
.contact-map iframe { display: block; width: 100%; height: 205px; border: 0; filter: saturate(.72) contrast(.94); }
.contact-form { grid-column: 2; align-self: start; padding: 38px; border-radius: var(--radius); background: var(--paper); box-shadow: 0 18px 55px rgba(69,53,38,.055); }
.contact-form h3 { font: 400 2.4rem/1 var(--serif); }
.contact-form > p { margin-top: 10px; color: var(--muted); font-size: 0.8rem; }
.contact-form fieldset { display: grid; gap: 15px; min-width: 0; margin: 28px 0 0; padding: 0; border: 0; }
.contact-form label { color: #4b554f; font-size: 0.72rem; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 7px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 6px; background: #fdfbf7; color: var(--ink); }
.contact-form textarea { min-height: 105px; resize: vertical; }
.contact-form button { width: 100%; }
.contact-form button:disabled { opacity: 1; cursor: not-allowed; }
.contact-form small { display: block; margin-top: 14px; color: var(--muted); font-size: 0.66rem; }

.human-footer { --footer-contact-size: clamp(16px, 1.25vw, 20px); --line: rgba(248,241,232,.22); --muted: #e0e3d8; --forest: #f8f1e8; --forest-deep: #f8f1e8; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-template-areas: "brand brand" "contact location" "directory directory" "bottom bottom"; column-gap: clamp(40px, 7vw, 100px); row-gap: 24px; align-items: start; width: 100%; margin: 0; padding: 38px max(var(--gutter), calc((100% - 1040px) / 2)) 22px; border-top: 1px solid var(--line); background: var(--control-green); color: var(--cream-2); }
.human-footer > * { min-width: 0; }
.footer-brand { position: relative; grid-area: brand; justify-self: center; width: min(100%, 440px); margin: 0 0 10px; }
/* Reuse the approved logo silhouette; no replacement artwork or light panel. */
.footer-brand img { opacity: 0; }
.footer-brand::after { content: ""; position: absolute; inset: 0; background: var(--cream-2); mask: url("assets/harmonia-med-logo.webp") center / contain no-repeat; -webkit-mask: url("assets/harmonia-med-logo.webp") center / contain no-repeat; pointer-events: none; }
.footer-contact { grid-area: contact; }
.footer-location { grid-area: location; }
.footer-map { width: 100%; margin-top: 16px; }
.footer-map .contact-map { border: 1px solid var(--line); border-radius: 6px; box-shadow: none; }
.footer-map iframe { height: 176px; }
.footer-label { margin-bottom: 12px; color: var(--muted); font-size: 10px; font-weight: 650; line-height: 1.5; letter-spacing: .12em; text-transform: uppercase; }
.footer-phone, .footer-email { color: var(--forest-deep); font: 500 var(--footer-contact-size)/1.45 var(--sans); }
.footer-email { display: block; width: fit-content; margin-top: 8px; overflow-wrap: anywhere; }
.footer-email:hover { text-decoration: underline; text-underline-offset: 4px; }
.footer-phone { display: flex; flex-wrap: wrap; align-items: baseline; gap: 2px 10px; margin: 0; }
.footer-phone span { color: var(--muted); font: 400 10px/1.5 var(--sans); }
.footer-directory { grid-area: directory; padding-top: 16px; border-top: 1px solid var(--line); text-align: center; }
.footer-directory .footer-label { margin-bottom: 6px; }
.human-footer nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 32px; color: var(--forest); font-size: 14px; font-weight: 500; line-height: 1.4; }
.human-footer nav a { display: flex; align-items: center; min-height: 32px; }
.human-footer nav a:hover { text-decoration: underline; }
.footer-address { max-width: none; color: var(--forest-deep); font-size: 14px; line-height: 1.65; text-wrap: balance; }
.footer-address a:hover { text-decoration: underline; text-underline-offset: 4px; }
.footer-address span { white-space: nowrap; }
.footer-social { margin-top: 22px; }
.footer-social ul { display: flex; flex-wrap: nowrap; gap: 8px; padding: 0; list-style: none; }
.footer-social li { position: relative; display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 6px; background: rgba(248,241,232,.06); color: var(--cream-2); }
.social-icon { display: block; width: 18px; height: 18px; }
.social-name { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.mobile-hero-sentence { display: none; }
.footer-bottom { position: relative; grid-area: bottom; display: flex; flex-direction: column; gap: 6px; align-items: center; width: 100%; margin: 0; padding: 18px 44px 0; border-top: 1px solid var(--line); color: var(--forest); text-align: center; }
.footer-legal { font-size: 12px; line-height: 1.7; white-space: nowrap; }
.footer-privacy { font-size: 12px; line-height: 1.7; }
.footer-legal, .footer-privacy { transform: translateY(12px); }
@media (max-width: 340px) {
  /* Keep the long copyright line clear of the fixed back-to-top control. */
  .footer-legal { transform: none; }
}
.footer-privacy a { text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(248,241,232,.45); }
.footer-backtotop { position: absolute; right: 0; bottom: 0; display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border: 1px solid rgba(248,241,232,.35); border-radius: 6px; background: rgba(248,241,232,.1); color: var(--cream-2); font-size: 21px; line-height: 1; transition: transform 180ms ease, background 180ms ease; }
.footer-backtotop:hover { transform: translateY(-2px); background: rgba(248,241,232,.18); }

.reveal-enabled [data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity 650ms ease, transform 650ms cubic-bezier(.2,.65,.2,1); }
.reveal-enabled [data-reveal].is-visible { opacity: 1; transform: none; }
@keyframes photo-in { from { opacity: .2; transform: scale(1.035); } to { opacity: 1; transform: scale(1); } }

@media (max-width: 1339px) {
  .site-header { grid-template-columns: minmax(260px, 1fr) auto auto; align-items: center; gap: 18px; }
  .menu-toggle { display: inline-flex; }
  .site-menu { display: none; position: absolute; inset: 100% 0 auto; flex-direction: column; align-items: stretch; gap: 0; padding: 22px var(--gutter) 30px; border-bottom: 1px solid var(--line); background: rgba(251,247,240,.97); box-shadow: 0 24px 50px rgba(69,53,38,.08); backdrop-filter: blur(16px); text-shadow: none; }
  .site-menu.is-open { display: flex; }
  .site-menu a { display: flex; align-items: center; min-height: 46px; }
  .contact-primary { position: static; justify-content: flex-start; align-self: start; gap: 22px; margin-top: clamp(-24px, calc(156px - 12.5vw), -9px); }
  .contact-heading .section-label { position: static; }
  .contact-heading h2 { margin-top: 22px; }
  .contact-heading > p { margin-top: 20px; }
  .contact-wide-break { display: none; }
}

@media (max-width: 1320px) {
  .contact-primary { gap: clamp(22px, calc(358px - 27.5vw), 50px); margin-top: clamp(-9px, calc(156px - 12.5vw), 0px); }
}

@media (max-width: 1120px) {
  .hero-card { top: 132px; left: 32px; width: min(440px, calc(100% - 64px)); }
  .hero-promise { width: min(322px, calc(100% - 40px)); }
  .about { grid-template-columns: 120px 1fr; }
  .about-note { grid-column: 2; max-width: 620px; margin-top: 0; }
  .services { grid-template-columns: 1fr; }
  .services-intro { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 25px 60px; }
  .services-intro .section-label, .services-intro h2 { grid-column: 1; }
  .services-intro > p, .services-intro .button { grid-column: 2; }
  .services-intro > p { grid-row: 1 / 3; align-self: end; }
  .services-intro .button { justify-self: start; margin-top: 0; }
  .service-accordion { margin-top: 60px; }
  .team { grid-template-columns: 1fr; }
  .team-heading { max-width: 850px; }
  .contact-primary { gap: 50px; margin-top: 0; }
}

@media (max-width: 960px) {
  .site-header { grid-template-columns: minmax(0, 1fr) auto; }
  .header-cta { display: none; }
}

@media (max-width: 820px) {
  /* Mobile layout is independent of the approved desktop composition. */
  :root {
    --gutter: clamp(18px, 5vw, 32px);
    --section-space: clamp(52px, 8vw, 64px);
    --section-space-tight: 32px;
    --control-height: 40.8px;
    --mobile-header-height: 73px;
    --muted: #556159;
    --radius: 10px;
    --radius-large: 12px;
  }
  html { scroll-padding-top: 24px; }
  body { line-height: 1.6; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
  main, .section > *, .section-header > *, .hero-card > * { min-width: 0; }
  .section p, .section dd, .section h2, .section h3 { overflow-wrap: break-word; }
  .section { width: min(720px, calc(100% - 2 * var(--gutter))); padding-block: var(--section-space); }
  .section h2 { font-size: clamp(1.75rem, 7.8vw, 2.5rem); line-height: 1.14; letter-spacing: -.035em; text-wrap: pretty; }
  .section h3 { font-size: 1.5rem; line-height: 1.2; letter-spacing: -.02em; }
  .section-label, .eyebrow { font-size: 11px; line-height: 1.45; letter-spacing: .11em; }
  .section-label { gap: 10px; }
  .section-label span { flex: 0 0 28px; width: 28px; height: 28px; font-size: 10px; }
  .section-header, .process .section-header { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .button { min-height: var(--control-height); height: var(--control-height); padding: 0 18px; gap: 12px; font-size: 14px; line-height: 22px; text-align: center; }
  .button span { flex-shrink: 0; }

  .site-header { position: absolute; inset: 0 0 auto; grid-template-columns: minmax(0, 1fr) 48px; align-items: center; gap: 16px; min-height: 61px; height: 61px; padding: 8px var(--gutter); border: 0; background: transparent; box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; }
  .brand { width: 100%; max-width: 310px; height: auto; }
  .brand img { width: 100%; height: auto; transform: none; }
  .header-cta { display: none; }
  /* The visible frame is 32px; the touch target remains a comfortable 44px. */
  .menu-toggle { position: relative; display: inline-flex; justify-content: center; justify-self: center; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 6px; color: var(--forest-deep); }
  .menu-toggle::before { content: ""; position: absolute; inset: 6px; border: 1px solid rgba(41,76,64,.32); border-radius: 6px; }
  .menu-toggle span { display: none; }
  .menu-toggle i { width: 17px; height: 11px; }
  .menu-toggle i::after { top: 4px; width: 17px; }
  .menu-toggle[aria-expanded="true"] i { height: 0; border-bottom: 0; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i::after { top: -1px; transform: rotate(90deg); }
  .site-menu { inset: calc(100% + 6px) var(--gutter) auto; max-height: calc(100svh - 85px); max-height: calc(100dvh - 85px); overflow-y: auto; overscroll-behavior: contain; padding: 12px 20px; border-radius: 6px; font-size: 14px; letter-spacing: .06em; }
  .site-menu a { min-height: 48px; padding: 12px 4px; border-bottom: 1px solid rgba(52,68,59,.16); }
  .site-menu a:last-child { border-bottom: 0; }
  .site-menu a::after { display: none; }
  .site-menu a:hover, .site-menu a:focus-visible { color: var(--forest-deep); background: rgba(250,248,243,.3); }
  .menu-backdrop:not([hidden]) { display: block; position: fixed; z-index: 90; inset: 0; background: rgba(17,32,26,.14); backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); }
  html.menu-is-open, .menu-is-open body { overflow: hidden; }
  .menu-is-open .site-header { position: fixed; }
  .menu-is-open .menu-toggle { color: var(--forest-deep); }
  .menu-is-open .menu-toggle::before { border-color: rgba(41,76,64,.4); }

  .hero { height: auto; min-height: 0; overflow: visible; padding: 0 0 12px; background: var(--warm); }
  /* Extend the photo into the former header space; keep its bottom edge fixed. */
  .hero-photo { position: relative; inset: auto; height: calc(var(--mobile-header-height) + clamp(196px, 55vw, 330px)); }
  .hero-photo img { object-position: 62% 100%; animation: none; }
  .hero-photo::after { background: linear-gradient(180deg, transparent 78%, rgba(244,236,223,.3)); }
  .hero-card { position: relative; inset: auto; width: min(720px, calc(100% - 2 * var(--gutter))); margin: -18px auto 0; padding: 24px clamp(20px, 5vw, 32px); border: 1px solid rgba(80,68,53,.09); background: linear-gradient(150deg, #fbf8f3, #f4ecdf); box-shadow: 0 10px 30px rgba(69,53,38,.05); backdrop-filter: none; -webkit-backdrop-filter: none; }
  .hero h1 { max-width: 100%; margin-top: 16px; font-size: clamp(2rem, 9.6vw, 3.25rem); line-height: 1.08; letter-spacing: -.035em; text-wrap: balance; overflow-wrap: break-word; }
  .hero-card > p:not(.eyebrow) { max-width: 58ch; margin-top: 18px; font-size: 15px; line-height: 1.65; }
  .mobile-hero-sentence { display: inline; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 22px; }
  .hero-actions .button { width: 100%; }
  .hero-promise { position: absolute; inset: 65px auto auto var(--gutter); width: clamp(136px, 40vw, 184px); margin: 0; padding: 8px 10px; border-radius: 6px; }
  /* The same cream glass recipe as the approved desktop hero card. */
  .site-menu, .hero-promise { border: 1px solid rgba(255,255,255,.6); background: rgba(250,248,243,.3); color: var(--ink); box-shadow: 0 18px 50px rgba(70,60,45,.08); backdrop-filter: blur(14px) saturate(110%); -webkit-backdrop-filter: blur(14px) saturate(110%); }
  .promise-label { color: var(--forest); font-size: 9px; line-height: 1.45; letter-spacing: .055em; }
  .promise-copy { display: none; }
  .promise-detail { display: none; }

  .about { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .about-copy, .about-note { grid-column: 1; }
  .about-copy .lead { margin-top: 22px; font-size: 20px; line-height: 1.5; }
  .about-note { max-width: none; margin-top: 4px; padding: 24px; font-size: 15px; line-height: 1.65; }
  .about-note a { align-items: center; min-height: 48px; margin-top: 18px; padding-top: 14px; font-size: 14px; }

  .audience { width: 100%; padding-inline: max(var(--gutter), calc((100% - 720px) / 2)); }
  .audience-paths { gap: 14px; margin-top: 28px; }
  .audience-paths article, .audience-paths article:nth-child(2), .audience-paths article:nth-child(3) { position: relative; display: block; min-height: 0; margin-left: 0; padding: 18px 20px; box-shadow: 0 8px 20px rgba(10,25,20,.08); }
  .path-symbol { position: absolute; top: 18px; left: 20px; width: 36px; height: 36px; font-size: 22px; }
  .audience-paths h3 { display: flex; align-items: center; min-height: 36px; margin: 0 0 10px 48px; }
  .audience-paths p { margin-top: 0; font-size: 15px; line-height: 1.65; }

  .services { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .services-intro { position: static; display: block; }
  .services-intro h2, .team-heading h2 { margin-top: 20px; }
  .services-intro > p, .team-heading > p { margin-top: 20px; font-size: 16px; line-height: 1.65; }
  .services-intro .button { margin-top: 24px; }
  .service-accordion { margin-top: 0; }
  .service-accordion summary { grid-template-columns: 24px minmax(0, 1fr) 20px; gap: 12px; min-height: 76px; padding-block: 18px; font-size: 22px; line-height: 1.2; overflow-wrap: break-word; }
  .service-accordion summary > span { font-size: 11px; }
  .service-accordion details > div { padding: 0 0 20px 36px; }
  .service-accordion details p { font-size: 15px; line-height: 1.65; }
  .service-accordion details a { align-items: center; min-height: 48px; margin-top: 10px; font-size: 14px; line-height: 1.5; }

  .tus { grid-template-columns: minmax(0, 1fr); width: 100%; padding-inline: max(var(--gutter), calc((100% - 720px) / 2)); gap: 28px; border: 0; border-radius: 0; background: #f3ece2; box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; }
  .recruiting { margin-top: 24px; font-size: 13px; }
  .tus h2 { margin-top: 18px; }
  .tus-heading > p:not(.recruiting) { margin-top: 20px; font-size: 16px; line-height: 1.65; }
  .tus-heading .desktop-copy { display: inline; }
  .tus-skills .qualification { display: none; }
  .tus-heading .button { margin-top: 24px; border-color: var(--line); }
  .tus-skills { min-width: 0; margin-top: 0; padding: 24px; box-shadow: none; }
  .tus-skills > p { font-size: 11px; }
  .tus-skills ul { margin-top: 14px; }
  .tus-skills li { grid-template-columns: 22px minmax(0, 1fr); gap: 12px; padding-block: 14px; font-size: 19px; line-height: 1.35; }
  .tus-skills li span { font-size: 11px; color: #dfbea8; }
  .qualification { margin-top: 20px; }
  .qualification strong { font-size: 15px; line-height: 1.55; }
  .qualification p { margin-top: 10px; font-size: 14px; line-height: 1.65; color: #e0e8df; }

  .process { padding-bottom: var(--section-space-tight); }
  .process-steps { grid-template-columns: minmax(0, 1fr); gap: 0; margin-top: 28px; }
  .process-steps::before { display: none; }
  .process-steps li { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--line); }
  .process-steps li:first-child { padding-top: 0; }
  .process-steps li:last-child { padding-bottom: 0; border-bottom: 0; }
  .process-steps li > span { width: 40px; height: 40px; border: 0; font-size: 20px; }
  .process-steps li div { margin-top: 4px; padding-right: 0; }
  .process-steps p { margin-top: 8px; font-size: 15px; line-height: 1.65; }

  .team { grid-template-columns: minmax(0, 1fr); gap: 28px; padding-top: var(--section-space-tight); }
  .team-roles { grid-template-columns: 1fr 1fr; gap: 14px; }
  .team-roles article { position: relative; min-width: 0; min-height: 0; padding: 24px; box-shadow: none; }
  .role-mark { width: 40px; height: 40px; margin-bottom: 18px; }
  .team-roles p { margin-top: 10px; font-size: 15px; line-height: 1.65; }
  .mobile-team-word { display: inline; }

  .legal { grid-template-columns: minmax(0, 1fr); width: 100%; gap: 28px; padding-inline: max(var(--gutter), calc((100% - 720px) / 2)); }
  .legal-heading h2 { margin-top: 20px; }
  .legal-heading h2 span { display: inline; }
  .legal-heading > p { margin-top: 20px; font-size: 15px; line-height: 1.65; }
  .register { margin-top: 20px; font-size: 13px; }
  .legal-card { min-width: 0; padding: 4px 24px; box-shadow: none; }
  .legal-card > div { grid-template-columns: minmax(0, 1fr); gap: 10px; padding-block: 20px; }
  .legal-card dt { font-size: 11px; line-height: 1.55; letter-spacing: .075em; }
  .legal-card dd { font-size: 15px; line-height: 1.65; }

  .contact-shell { grid-template-columns: minmax(0, 1fr); gap: 28px; padding: 0; }
  .contact-primary, .contact-form { grid-column: 1; min-width: 0; }
  .contact-primary { position: static; gap: 26px; margin-top: 0; }
  .contact-heading .section-label { position: static; }
  .contact-heading h2 { margin-top: 20px; }
  .contact-heading > p { margin-top: 20px; font-size: 16px; line-height: 1.65; }
  .contact-map { max-width: none; box-shadow: none; }
  .contact-map iframe { height: 220px; }
  .contact-form { padding: 24px; border: 1px solid var(--line); box-shadow: none; }
  .contact-form h3 { font-size: 30px; line-height: 1.15; }
  .contact-form > p { font-size: 14px; line-height: 1.6; }
  .contact-form fieldset { gap: 18px; margin-top: 24px; }
  .contact-form label { font-size: 13px; }
  .contact-form input, .contact-form textarea { min-height: 48px; padding: 12px; font-size: 16px; line-height: 1.5; }
  .contact-form input::placeholder, .contact-form textarea::placeholder { opacity: 1; color: #68716c; }
  .contact-form textarea { min-height: 124px; }
  .contact-form small { font-size: 12px; line-height: 1.6; }

  .contact { padding-bottom: 36px; }
  /* A stable large viewport fills the screen after the browser toolbar retracts.
     Flexible upper rows distribute space while the last two rows stay at the bottom. */
  .human-footer { --footer-contact-size: clamp(16px, 4.7vw, 18px); grid-template-columns: minmax(0, 1fr); grid-template-rows: minmax(auto, .12fr) minmax(auto, .4fr) minmax(auto, .48fr) auto auto; grid-template-areas: "brand" "contact" "location" "directory" "bottom"; gap: clamp(6px, calc(2svh - 6px), 12px); align-content: normal; width: 100%; min-height: 100vh; min-height: 100lvh; margin: 0; padding: clamp(16px, 3svh, 20px) max(var(--gutter), calc((100% - 560px) / 2)) max(10px, env(safe-area-inset-bottom)); }
  .footer-brand { justify-self: start; width: min(100%, 310px); margin: 0; }
  .footer-label { margin-bottom: 8px; font-size: 10px; letter-spacing: .12em; }
  .footer-email { margin-top: 6px; }
  .footer-social { margin-top: clamp(24px, 4svh, 32px); }
  .footer-location { padding-top: 12px; border-top: 1px solid var(--line); }
  .footer-address { max-width: none; margin: 0; font-size: 14px; line-height: 1.6; }
  .footer-map { width: 100%; margin-top: 10px; }
  .footer-map .contact-map { border-color: rgba(52,68,59,.16); border-radius: 6px; box-shadow: none; }
  .footer-map iframe { height: clamp(123.2px, 22svh, 176px); min-height: 0; }
  .footer-directory { padding-top: 10px; border-top: 1px solid var(--line); text-align: left; }
  .footer-directory .footer-label { margin-bottom: 4px; }
  .human-footer nav { display: flex; flex-wrap: nowrap; justify-content: space-between; gap: 6px; font-size: 12px; line-height: 1.4; }
  .human-footer nav a { min-height: 28px; white-space: nowrap; }
  .footer-bottom { gap: 4px; margin: 0; padding: 12px 0; }
  .footer-legal { font-size: clamp(10px, 2.8vw, 11px); line-height: 1.65; }

  /* Content remains readable immediately, including on a direct section link. */
  .reveal-enabled [data-reveal] { opacity: 1; transform: none; transition: none; }
}

@media (min-width: 821px) {
  .hero-card { top: 50%; translate: 0 -50%; }
  .contact-primary { display: grid; grid-template-columns: minmax(0, 1fr); grid-template-rows: auto minmax(180px, 1fr); justify-content: stretch; gap: 24px; min-height: 0; margin-top: 0; align-self: stretch; }
  .contact-photo { position: relative; min-height: 180px; margin: 0; }
  .contact-photo img { position: absolute; inset: 0; height: 100%; aspect-ratio: auto; }
  .contact-form { align-self: stretch; }
}

@media (max-width: 520px) {
  .hero-actions { grid-template-columns: minmax(0, 1fr); }
  .services-intro .button, .tus-heading .button { width: 100%; }
  .team-roles { grid-template-columns: minmax(0, 1fr); }
  .team-roles article { padding-left: 80px; }
  .role-mark { position: absolute; top: 24px; left: 24px; margin-bottom: 0; }
}

@media (max-width: 359px) {
  .hero-card { padding-inline: 18px; }
  .hero-promise { width: 128px; padding: 8px 10px; }
  .hero .eyebrow { font-size: 10px; letter-spacing: .065em; }
  .about-note, .tus-skills, .contact-form { padding: 20px; }
  .path-symbol { left: 20px; }
  .service-accordion summary { font-size: 20px; }
  .service-accordion details > div { padding-left: 0; }
  .team-roles article { padding: 20px; }
  .team-roles h3 { min-height: 40px; margin-left: 54px; }
  .team-roles p { margin-top: 14px; }
  .role-mark { top: 20px; left: 20px; }
}

/* Desktop section headings share a left edge below their numbered labels.
   Mobile section composition stays unchanged. */
@media (min-width: 821px) {
  .section { --label-heading-gap: 28px; padding-top: var(--section-space); }
  .about { grid-template-columns: 1fr 1fr; gap: var(--label-heading-gap) clamp(40px, 6vw, 90px); }
  .about > .section-label { grid-column: 1 / -1; }
  .about-copy { display: contents; }
  .about-copy h2 { grid-column: 1 / -1; max-width: 1240px; text-wrap: balance; }
  .about-copy .lead { grid-column: 1; max-width: 660px; margin-top: 0; }
  .about-note { grid-column: 2; max-width: none; margin-top: 0; padding: 16px 24px; }
  .about-note a { margin-top: 12px; padding-top: 10px; }

  .audience { width: min(var(--max), calc(100% - var(--gutter) - var(--gutter))); padding-inline: 0; border-color: var(--forest-deep); }
  .audience .section-header, .process .section-header { display: block; }
  .audience .section-header .section-label { position: static; transform: none; }
  .audience .section-header h2, .process .section-header h2 { width: auto; margin: var(--label-heading-gap) 0 0; }
  .audience-paths { max-width: none; margin-top: 30px; }
  .audience-paths article { justify-self: end; width: max-content; max-width: 100%; }
  /* Preserve the existing mobile order; desktop starts with the longest copy. */
  .audience-paths article:nth-child(3) { order: 1; margin-left: 0; }
  .audience-paths article:nth-child(2) { order: 2; margin-left: 0; }
  .audience-paths article:nth-child(1) { order: 3; margin-left: 0; }
  .process { padding-bottom: var(--section-space); }
  .process-steps { margin-top: 40px; }
  .team { border-top: 1px solid var(--forest-deep); }

  /* Inset the outer frame without narrowing the existing text and skills columns. */
  .tus { width: min(var(--max), calc(100% - var(--gutter) - var(--gutter))); padding-inline: calc(clamp(70px, 8vw, 130px) - clamp(0px, calc((100% - var(--gutter) - var(--gutter) - var(--max)) / 2), 90px)); }
  .tus-heading { padding-left: 0; }
  .tus-heading .recruiting { display: none; }
  .tus-skills .qualification { display: none; }
  .desktop-copy { display: inline; }
  .tus-skills { align-self: start; }
  .services-intro h2, .tus h2, .team-heading h2, .legal-heading h2, .contact-heading h2 { margin-top: var(--label-heading-gap); }
  .legal-heading { align-self: start; }
  .tus-heading .button { background: var(--control-green); color: white; }
  .tus-heading .button:hover { transform: translateY(-2px); background: var(--forest-deep); box-shadow: 0 14px 30px rgba(41,76,64,.16); }

  .contact { width: min(var(--max), calc(100% - var(--gutter) - var(--gutter))); padding-bottom: 32px; }
  .contact-shell { padding: 0; }
  .contact-heading { max-width: none; }
  .contact-heading .section-label { position: static; }
  .contact-heading h2 { text-wrap: balance; }
  .contact-wide-break { display: none; }
  .contact-heading > p { margin-top: 28px; }

  .human-footer {
    position: relative;
    --line: rgba(63,89,75,.25);
    --muted: var(--control-green);
    --forest: var(--control-green);
    --forest-deep: var(--control-green);
    --footer-column-gap: clamp(24px, 3vw, 48px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-areas: "contact directory location" "bottom bottom bottom";
    column-gap: var(--footer-column-gap);
    row-gap: 30px;
    padding: 48px max(var(--gutter), calc((100% - var(--max)) / 2)) 24px;
    border-top: 0;
    background: var(--warm);
    color: var(--control-green);
  }
  .human-footer::before { content: ""; position: absolute; top: 0; left: max(var(--gutter), calc((100% - var(--max)) / 2)); width: min(var(--max), calc(100% - var(--gutter) - var(--gutter))); height: 1px; background: #203b33; }
  .footer-brand { position: absolute; z-index: 1; grid-area: auto; left: var(--gutter); bottom: 24px; width: clamp(200px, 18vw, 300px); margin: 0; }
  .footer-brand img { opacity: 1; }
  .footer-brand::after { display: none; }
  .footer-label { font-size: 13px; font-weight: 750; letter-spacing: .1em; margin-bottom: 14px; }
  .footer-directory { padding: 0; border: 0; text-align: left; }
  .footer-directory, .footer-location { position: relative; align-self: stretch; border-left: 0; padding-left: 0; }
  .footer-directory::before, .footer-location::before { content: ""; position: absolute; top: 0; bottom: 0; left: calc(var(--footer-column-gap) / -2); width: 1px; background: var(--line); }
  .footer-directory .footer-label { margin-bottom: 8px; }
  .human-footer nav { flex-direction: column; align-items: flex-start; justify-content: start; gap: 4px; }
  .footer-phone span { flex-basis: 100%; }
  .footer-social { margin-top: 24px; }
  .footer-social .footer-label { margin-bottom: 10px; }
  .footer-social li { background: rgba(63,89,75,.04); color: var(--control-green); }
  .footer-address { text-wrap: initial; }
  .footer-map { width: 55%; margin-top: 16px; }
  .footer-map iframe { height: 123.2px; }
  .footer-bottom { padding-top: 18px; }
  .footer-privacy a { text-decoration-color: rgba(63,89,75,.45); }
  .footer-backtotop { border-color: var(--line); background: rgba(63,89,75,.04); color: var(--control-green); }
  .footer-backtotop:hover { background: rgba(63,89,75,.1); }
}

@media (min-width: 821px) and (max-width: 1120px) {
  .services-intro { row-gap: 0; }
  .services-intro .button { margin-top: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
