@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/assets/fonts/dm-sans-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/assets/fonts/dm-sans-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/assets/fonts/manrope-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/assets/fonts/manrope-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #111311;
  --ink-soft: #181b18;
  --paper: #f4f0e7;
  --paper-strong: #fffdf7;
  --sage: #9fc8ac;
  --green: #2dc48a;
  --green-dark: #0f6949;
  --violet: #8b72ef;
  --text: #f5f1e8;
  --text-dim: #b8bbb4;
  --line-dark: rgba(255, 255, 255, 0.14);
  --line-light: rgba(17, 19, 17, 0.2);
  --display: "DM Sans", sans-serif;
  --body: "Manrope", sans-serif;
  --shell: 1240px;
  --gutter: clamp(20px, 4vw, 56px);
  --radius: 2px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--text); background: var(--ink); font-family: var(--body); line-height: 1.6; }
body.menu-open { position: fixed; right: 0; left: 0; width: 100%; overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #76e9ba; outline-offset: 4px; }

.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-160%); padding: 12px 18px; color: var(--ink); background: var(--paper-strong); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.shell { width: min(100%, var(--shell)); margin-inline: auto; padding-inline: var(--gutter); }
.narrow { max-width: 1000px; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -0.055em; line-height: 0.98; }
h1 { max-width: 1050px; margin-bottom: 28px; font-size: clamp(3.4rem, 8.4vw, 8.5rem); font-weight: 500; }
h2 { max-width: 920px; margin-bottom: clamp(36px, 5vw, 72px); font-size: clamp(2.4rem, 5.6vw, 5.6rem); font-weight: 500; }
h3 { font-size: clamp(1.35rem, 2.2vw, 2rem); font-weight: 500; }
p { color: var(--text-dim); }
.eyebrow { margin-bottom: 24px; color: var(--green); font-size: .75rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.hero-lede { max-width: 720px; margin-bottom: 36px; font-size: clamp(1.05rem, 1.6vw, 1.35rem); line-height: 1.65; }
.large-copy { max-width: 760px; font-family: var(--display); font-size: clamp(1.65rem, 3.3vw, 3.2rem); letter-spacing: -.04em; line-height: 1.2; }
.wide-title { max-width: 1100px; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease; }
.site-header.is-scrolled { border-color: var(--line-dark); background: rgba(17, 19, 17, .92); backdrop-filter: blur(18px); }
.header-inner { min-height: 94px; display: flex; align-items: center; }
.brand { display: inline-flex; flex: none; }
.brand img { width: 44px; height: 56px; object-fit: contain; }
.site-header .brand img { width: 90px; height: 90px; }
.desktop-nav { display: flex; gap: clamp(18px, 2vw, 30px); margin-left: auto; margin-right: clamp(18px, 2vw, 30px); }
.desktop-nav a, .language-link { min-height: 44px; display: inline-flex; align-items: center; color: #d6d7d1; font-size: .82rem; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 6px; left: 0; height: 1px; transform: scaleX(0); transform-origin: right; background: var(--green); transition: transform .2s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 16px; }
.language-link { width: 44px; justify-content: center; border: 1px solid var(--line-dark); border-radius: 50%; }
.menu-button { min-width: 56px; min-height: 48px; display: none; padding: 0; color: var(--text); border: 0; background: transparent; cursor: pointer; }
.menu-button > span:first-child { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.menu-lines, .menu-lines::before { width: 25px; height: 1px; display: block; background: currentColor; }
.menu-lines::before { content: ""; transform: translateY(7px); }
.mobile-menu { position: fixed; z-index: 200; inset: 0; width: 100%; height: 100vh; height: 100dvh; visibility: hidden; display: flex; justify-content: flex-end; background: rgba(0,0,0,.55); opacity: 0; overscroll-behavior: contain; transition: opacity .2s ease, visibility 0s linear .3s; }
.mobile-menu.is-open { visibility: visible; opacity: 1; }
.mobile-menu.is-open { transition-delay: 0s; }
.mobile-menu-panel { width: min(100%, 470px); height: 100%; min-height: 0; overflow-y: auto; padding: max(28px, env(safe-area-inset-top)) max(var(--gutter), env(safe-area-inset-right)) max(28px, env(safe-area-inset-bottom)) max(var(--gutter), env(safe-area-inset-left)); color: var(--ink); background: var(--paper); overscroll-behavior: contain; -webkit-overflow-scrolling: touch; transform: translateX(100%); transition: transform .3s ease; }
.mobile-menu.is-open .mobile-menu-panel { transform: translateX(0); }
.menu-close { min-height: 48px; display: block; margin-left: auto; padding: 0 12px; color: var(--ink); border: 1px solid var(--line-light); background: transparent; cursor: pointer; }
.mobile-menu nav { display: grid; margin-top: 12vh; }
.mobile-menu nav a { padding: 22px 0; border-bottom: 1px solid var(--line-light); font-family: var(--display); font-size: clamp(1.8rem, 8vw, 3rem); letter-spacing: -.05em; }
.mobile-menu nav .mobile-menu-cta { margin-top: 14px; padding: 18px 20px; color: var(--ink); border: 0; font-family: var(--body); font-size: 1rem; font-weight: 600; letter-spacing: 0; }
.mobile-menu nav .mobile-menu-awards { background: var(--green); }
.mobile-menu nav .mobile-menu-contact { margin-top: 10px; background: var(--violet); }

.icon { width: 1.15em; height: 1.15em; display: inline-block; flex: none; overflow: visible; vertical-align: -.18em; }
.icon path { fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.icon-arrow { transition: transform .2s ease; }
.text-link:hover .icon-arrow--down { transform: translateY(3px); }
.capability a:hover .icon-arrow--up-right, .related-grid a:hover .icon-arrow--up-right, .button:hover .icon-arrow--up-right { transform: translate(2px, -2px); }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 13px 23px; color: #08150f; border: 1px solid var(--green); background: var(--green); font-size: .88rem; font-weight: 600; transition: color .2s ease, background .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); background: #65dba9; }
.button-small { min-height: 44px; padding: 9px 17px; }
.desktop-cta { border-color: var(--violet); background: var(--violet); }
.desktop-cta:hover { background: #a18df3; }
.awards-cta { border-color: var(--green); background: var(--green); }
.awards-cta:hover { background: #65dba9; }
.button-light { border-color: var(--paper-strong); background: var(--paper-strong); }
.text-link { min-height: 52px; display: inline-flex; align-items: center; gap: 12px; padding-inline: 8px; border-bottom: 1px solid var(--line-dark); font-size: .9rem; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }

.hero, .page-hero, .service-hero, .contact-hero { position: relative; }
.hero-home { min-height: max(780px, 100svh); display: grid; align-items: end; overflow: hidden; padding: 170px 0 90px; }
.hero-media, .hero-scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { object-fit: cover; object-position: center; }
.hero-scrim { background: linear-gradient(90deg, rgba(7,9,7,.95) 0%, rgba(7,9,7,.82) 38%, rgba(7,9,7,.2) 76%), linear-gradient(0deg, rgba(7,9,7,.82), transparent 55%); }
.hero-content { position: relative; z-index: 1; }
.hero-home .eyebrow { color: var(--violet); }
.hero-home .button-row .button:first-child { border-color: var(--violet); background: var(--violet); }
.hero-home .button-row .button:first-child:hover { background: #a18df3; }
body[data-page="employers"] .page-hero .button { border-color: var(--violet); background: var(--violet); }
body[data-page="employers"] .page-hero .button:hover { background: #a18df3; }
.hero-home h1 { max-width: 980px; font-size: clamp(3.4rem, 6.3vw, 6.4rem); }
.page-hero, .service-hero { min-height: 720px; display: flex; align-items: flex-end; padding: 190px 0 95px; background: radial-gradient(circle at 83% 22%, rgba(139,114,239,.19), transparent 32%), radial-gradient(circle at 65% 85%, rgba(45,196,138,.12), transparent 31%), var(--ink); }
.page-hero.compact { min-height: 520px; }
.page-hero .hero-lede, .service-hero .hero-lede { max-width: 760px; }
.service-hero h1 { max-width: 980px; font-size: clamp(3.25rem, 7.2vw, 7.25rem); }
.back-link { min-height: 44px; display: inline-flex; align-items: center; margin-bottom: 64px; color: var(--text-dim); font-size: .85rem; }

.awards-minimal { padding: 190px 0 clamp(100px, 12vw, 180px); background: radial-gradient(circle at 82% 12%, rgba(139,114,239,.22), transparent 28%), radial-gradient(circle at 12% 36%, rgba(45,196,138,.12), transparent 24%), var(--ink); }
.awards-minimal-inner { max-width: 1120px; }
.awards-minimal-intro { max-width: 880px; padding-bottom: clamp(90px, 12vw, 160px); }
.awards-minimal-intro h1 { max-width: 820px; font-size: clamp(3rem, 4.72vw, 3.75rem); }
.awards-minimal-intro .hero-lede { max-width: 760px; }
.awards-minimal-section { padding: clamp(78px, 10vw, 130px) 0; border-top: 1px solid var(--line-dark); }
.awards-minimal-section h2 { margin-bottom: clamp(48px, 7vw, 85px); }
.awards-category-list { margin: 0; padding: 0; border-top: 1px solid var(--line-dark); list-style: none; }
.awards-category-list li { display: grid; grid-template-columns: 70px 1fr; gap: 24px; align-items: baseline; padding: 28px 0; border-bottom: 1px solid var(--line-dark); }
.awards-category-list span, .awards-schedule > li > span { color: var(--green); font-size: .74rem; letter-spacing: .08em; }
.awards-category-list h3 { margin: 0; font-size: clamp(1.4rem, 2.5vw, 2.45rem); }
.awards-schedule { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--line-dark); list-style: none; }
.awards-schedule li { min-height: 245px; padding: 26px 24px 26px 0; border-right: 1px solid var(--line-dark); }
.awards-schedule li:not(:first-child) { padding-left: 24px; }
.awards-schedule li:last-child { padding-right: 0; border-right: 0; }
.awards-schedule h3 { min-height: 74px; margin: 58px 0 20px; font-size: clamp(1.2rem, 1.8vw, 1.65rem); }
.awards-schedule p { margin: 0; color: var(--text-dim); font-size: .82rem; }
.awards-minimal-action { padding-top: clamp(70px, 9vw, 110px); border-top: 1px solid var(--line-dark); }
.awards-apply-button { min-width: 220px; justify-content: space-between; }
.field-wide { grid-column: 1 / -1; }
.awards-index-hero { background: radial-gradient(circle at 80% 30%, rgba(45,196,138,.17), transparent 34%), radial-gradient(circle at 25% 75%, rgba(139,114,239,.15), transparent 28%), var(--ink); }
.awards-current-card { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(320px,.8fr); gap: clamp(55px, 8vw, 130px); align-items: end; }
.awards-current-card h2 { margin-bottom: 0; }
.awards-current-copy p { margin-bottom: 30px; }
.awards-archive { border-top: 1px solid var(--line-dark); }

.section-dark, .section-light, .section-warm, .outcome-section, .statement, .cta-section { padding-block: clamp(90px, 11vw, 170px); }
.section-dark { color: var(--text); background: var(--ink); }
.section-light { color: var(--ink); background: var(--paper-strong); }
.section-warm { color: var(--ink); background: var(--paper); }
.section-light p, .section-warm p { color: #4f554f; }
.section-light .eyebrow, .section-warm .eyebrow { color: var(--green-dark); }
.statement { border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.display-statement { margin: 0; color: var(--text); font-family: var(--display); font-size: clamp(2.2rem, 5vw, 5.2rem); letter-spacing: -.055em; line-height: 1.08; }
.section-heading, .split-heading, .editorial-split, .faq-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: clamp(50px, 8vw, 130px); }
.split-heading > p { max-width: 400px; align-self: end; }
.editorial-split h2, .faq-layout h2 { margin-bottom: 0; }
.section-aside { align-self: end; }
.section-aside p { max-width: 520px; }

.credibility-strip { color: var(--ink); border-bottom: 1px solid var(--line-light); background: var(--paper-strong); }
.credibility-strip .shell { display: grid; grid-template-columns: minmax(180px, .65fr) 2.35fr; gap: 50px; align-items: center; padding-block: 30px; }
.credibility-label { margin: 0; color: var(--green-dark); font-size: .72rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.credibility-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.credibility-grid > div { min-height: 70px; display: grid; align-content: center; padding: 0 24px; border-left: 1px solid var(--line-light); }
.credibility-grid strong { font-family: var(--display); font-size: 1.15rem; font-weight: 600; }
.credibility-grid span { color: #5e655e; font-size: .75rem; }

.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); }
.capability { min-height: 560px; padding: 30px clamp(22px, 3vw, 42px) 34px; border-right: 1px solid var(--line-light); }
.capability:first-child { padding-left: 0; }
.capability:last-child { padding-right: 0; border-right: 0; }
.index, .capability > span { color: var(--green-dark); font-size: .76rem; }
.capability h3 { margin-top: 100px; font-size: clamp(2.6rem, 4vw, 4.3rem); }
.capability p { min-height: 150px; }
.capability ul { margin: 0; padding: 0; list-style: none; }
.capability li { border-top: 1px solid var(--line-light); }
.capability li:last-child { border-bottom: 1px solid var(--line-light); }
.capability li a { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: .86rem; }
.capability li a:hover { color: var(--green-dark); }

.insight-grid, .principle-grid, .model-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 70px; border-top: 1px solid var(--line-dark); }
.insight-grid article, .principle-grid article, .model-grid article { min-height: 300px; padding: 28px 28px 28px 0; border-right: 1px solid var(--line-dark); }
.insight-grid article:not(:first-child), .principle-grid article:not(:first-child), .model-grid article:not(:first-child) { padding-left: 28px; }
.insight-grid article:last-child, .principle-grid article:last-child, .model-grid article:last-child { border-right: 0; }
.insight-grid span, .principle-grid span, .model-grid span, .dark-card > span { color: var(--green); font-size: .75rem; }
.insight-grid h3, .principle-grid h3, .model-grid h3 { margin-top: 68px; }
.principle-grid { border-color: var(--line-light); }
.principle-grid article { border-color: var(--line-light); }
.principle-grid span { color: var(--green-dark); }
.model-grid { margin-top: 20px; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 70px 0 0; padding: 0; border-top: 1px solid var(--line-light); list-style: none; }
.process-grid.three { grid-template-columns: repeat(3, 1fr); border-color: var(--line-dark); }
.process-grid li { min-height: 290px; padding: 26px 26px 26px 0; border-right: 1px solid var(--line-light); }
.process-grid li:not(:first-child) { padding-left: 26px; }
.process-grid li:last-child { border-right: 0; }
.process-grid span { color: var(--green-dark); font-size: .75rem; }
.process-grid h3 { margin-top: 80px; }
.process-grid.three li { border-color: var(--line-dark); }
.process-grid.three span { color: var(--green); }

.challenge-list { border-top: 1px solid var(--line-light); }
.challenge-list article { display: grid; grid-template-columns: 70px minmax(220px, .65fr) 1fr; gap: 32px; align-items: start; padding: 35px 0; border-bottom: 1px solid var(--line-light); }
.challenge-list span { color: var(--green-dark); font-size: .76rem; }
.challenge-list h3 { margin: 0; }
.challenge-list p { max-width: 600px; margin: 0; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.dark-card { min-height: 360px; padding: 32px; border: 1px solid var(--line-dark); background: var(--ink-soft); }
.dark-card h3 { margin-top: 95px; }
.faq-list details { border-top: 1px solid var(--line-light); }
.faq-list details:last-child { border-bottom: 1px solid var(--line-light); }
.faq-list summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px; cursor: pointer; font-family: var(--display); font-size: 1.2rem; }
.faq-list summary::after { content: "+"; font-size: 1.8rem; font-weight: 300; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 45px 28px 0; }

.service-columns { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 150px); }
.editorial-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-light); }
.editorial-list li { padding: 21px 0; border-bottom: 1px solid var(--line-light); font-family: var(--display); font-size: clamp(1.1rem, 1.8vw, 1.45rem); letter-spacing: -.025em; }
.outcome-section { color: var(--ink); background: var(--sage); }
.outcome-section .eyebrow { color: var(--green-dark); }
.outcome-section h2 { max-width: 1050px; margin-bottom: 0; }
.related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 42px; }
.related-grid a { min-height: 200px; display: grid; grid-template-columns: 1fr auto; align-content: space-between; padding: 26px; border: 1px solid var(--line-light); transition: background .2s ease; }
.related-grid a:hover { background: var(--paper); }
.related-grid span { grid-column: 1 / -1; color: var(--green-dark); font-size: .75rem; text-transform: uppercase; }
.related-grid strong { align-self: end; font-family: var(--display); font-size: clamp(1.35rem, 2.2vw, 2rem); letter-spacing: -.04em; }
.related-grid .icon-arrow { align-self: end; }

.case-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 70px; }
.case-card { min-height: 430px; display: flex; flex-direction: column; padding: clamp(28px, 4vw, 48px); border: 1px solid var(--line-light); background: var(--paper-strong); transition: transform .2s ease, background .2s ease; }
.case-card:hover { transform: translateY(-4px); background: #fff; }
.case-card > span { color: var(--green-dark); font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.case-card h2, .case-card h3 { max-width: 540px; margin: 85px 0 25px; font-size: clamp(2rem, 3.4vw, 3.8rem); }
.case-card p { max-width: 560px; }
.case-card strong { display: inline-flex; align-items: center; gap: 10px; margin-top: auto; font-size: .82rem; }
.case-grid-large .case-card { min-height: 560px; }

.insight-list { border-top: 1px solid var(--line-light); }
.insight-list a { display: grid; grid-template-columns: minmax(160px,.4fr) 1fr auto; gap: 30px; align-items: center; padding: 30px 0; border-bottom: 1px solid var(--line-light); }
.insight-list a > span { color: var(--green-dark); font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.insight-list h2, .insight-list h3 { margin: 0; font-size: clamp(1.45rem, 2.4vw, 2.4rem); }
.insight-list p { grid-column: 2; margin: -12px 0 0; }
.insight-list-large a { grid-template-columns: minmax(170px,.35fr) 1fr auto; padding: 48px 0; }
.insight-list-large a > span:last-child { grid-column: 3; grid-row: 1 / span 2; }

.service-directory { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); }
.service-directory > a { min-height: 360px; display: flex; flex-direction: column; padding: 30px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.service-directory > a:nth-child(3n + 1) { padding-left: 0; }
.service-directory > a:nth-child(3n) { padding-right: 0; border-right: 0; }
.service-directory span { color: var(--green-dark); font-size: .72rem; font-weight: 600; text-transform: uppercase; }
.service-directory h3 { margin: 70px 0 22px; font-size: clamp(1.8rem, 3vw, 3rem); }

.service-proof-layout, .featured-case { display: grid; grid-template-columns: .6fr 1.4fr; gap: clamp(60px, 10vw, 150px); }
.timeline-value { color: var(--ink) !important; font-family: var(--display); font-size: clamp(2.4rem, 4.5vw, 4.5rem); letter-spacing: -.05em; line-height: 1; }
.featured-case { align-items: end; }
.featured-case h2 { margin-bottom: 0; }
.featured-case > div:last-child { display: grid; justify-items: start; gap: 25px; }
.featured-case > div:last-child p { max-width: 540px; }
.disclosure { max-width: 700px; margin: 40px 0 0; color: #24553f !important; font-size: .8rem; }

.team-intro { font-size: clamp(1.35rem, 2.6vw, 2.5rem); }
.team-grid { margin-top: 80px; }
.team-grid article { min-height: 330px; padding: 30px; border: 1px solid var(--line-light); }
.team-grid article h3 { margin-top: 75px; }
.team-grid article span { color: var(--green-dark); font-size: .75rem; }

.article-body { max-width: 920px; padding-block: clamp(90px, 11vw, 160px); }
.article-body section { display: grid; grid-template-columns: .65fr 1fr; gap: 70px; padding: 55px 0; border-top: 1px solid var(--line-light); }
.article-body h2 { margin: 0; font-size: clamp(1.8rem, 3.2vw, 3rem); }
.article-body p { margin: 0; font-size: 1.08rem; line-height: 1.85; }
.not-found { min-height: 100svh; }
.numbered { counter-reset: item; }
.numbered li { counter-increment: item; }
.numbered li::before { content: "0" counter(item) "  "; color: var(--green-dark); font-size: .7rem; }

.cta-section { background: var(--violet); color: #101110; }
.cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: end; }
.cta-inner h2 { max-width: 900px; margin-bottom: 25px; }
.cta-inner p { max-width: 600px; color: #101110; }
.cta-inner .eyebrow { color: #101110; }

.contact-hero { padding: 180px 0 110px; background: radial-gradient(circle at 18% 25%, rgba(45,196,138,.13), transparent 28%), var(--ink); }
.awards-application-hero { background: radial-gradient(circle at 82% 18%, rgba(139,114,239,.2), transparent 28%), radial-gradient(circle at 18% 25%, rgba(45,196,138,.13), transparent 28%), var(--ink); }
.awards-application-hero .contact-intro h1 { font-size: clamp(3rem, 5vw, 5.4rem); }
.contact-layout { display: grid; grid-template-columns: minmax(0,.8fr) minmax(520px,1.2fr); gap: clamp(55px, 8vw, 120px); align-items: start; }
.contact-intro { position: sticky; top: 145px; }
.contact-intro h1 { font-size: clamp(3.4rem, 6vw, 6.5rem); }
.contact-note { margin-top: 90px; padding-top: 26px; border-top: 1px solid var(--line-dark); }
.contact-note h2 { margin-bottom: 28px; font-size: 1.3rem; letter-spacing: -.03em; }
.contact-note ul { margin: 0; padding-left: 20px; color: var(--text-dim); }
.contact-note li { padding: 5px 0; }
.form-panel { padding: clamp(28px, 4vw, 56px); color: var(--ink); background: var(--paper-strong); }
.form-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 40px; }
.form-heading h2 { margin: 0; font-size: clamp(2rem, 3vw, 3rem); }
.form-heading > span { font-size: .75rem; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 20px; }
.field { margin-bottom: 25px; }
.field label { display: block; margin-bottom: 9px; color: #272b27; font-size: .8rem; font-weight: 600; }
.optional { color: #697069; font-weight: 400; }
.field input, .field select, .field textarea, textarea { width: 100%; min-height: 50px; padding: 12px 13px; color: var(--ink); border: 1px solid #9ca19a; border-radius: 0; background: transparent; }
.field-hint { margin: 8px 0 0; color: #5e655e; font-size: .75rem; }
.field textarea, textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus, textarea:focus { border-color: var(--green-dark); outline: 3px solid rgba(15,105,73,.22); outline-offset: 0; }
[aria-invalid="true"] { border-color: #9e2d22 !important; }
.consent { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start; margin: 10px 0 14px; color: #363b36; font-size: .82rem; cursor: pointer; }
.consent-group { margin: 0; padding: 0; border: 0; }
.consent input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--green-dark); }
.captcha-field { min-height: 112px; margin: 22px 0 12px; }
.captcha-status { min-height: 20px; margin: 8px 0 0; color: #4f554f; font-size: .75rem; }
.captcha-status.is-error { color: #9e2d22; }
.privacy-note { color: #4f554f; font-size: .75rem; }
.privacy-note a { text-decoration: underline; }
.form-status { min-height: 28px; margin: 18px 0; font-size: .86rem; font-weight: 600; }
.form-status.is-success { color: var(--green-dark); }
.form-status.is-error { color: #9e2d22; }
.submit-button { width: 100%; border-color: var(--violet); background: var(--violet); }
.submit-button:hover { background: #a18df3; }
.submit-button:disabled { cursor: wait; opacity: .65; }
.form-fallback { margin: 18px 0 0; color: #4f554f; text-align: center; font-size: .8rem; }
.form-fallback a { text-decoration: underline; }
.policy { max-width: 900px; }
.policy section { display: grid; grid-template-columns: .45fr 1fr; gap: 50px; padding: 40px 0; border-top: 1px solid var(--line-light); }
.policy h2 { margin: 0; font-size: 1.45rem; letter-spacing: -.03em; }
.policy p { margin: 0; }

.site-footer { padding: 80px 0 24px; border-top: 1px solid var(--line-dark); background: #0b0d0b; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr 1fr; gap: 60px; }
.footer-brand { margin-bottom: 35px; }
.footer-brand img { width: 90px; height: 90px; }
.footer-grid p { max-width: 390px; }
.footer-nav, .footer-contact { display: grid; align-content: start; gap: 14px; font-size: .85rem; }
.footer-contact { color: var(--text-dim); }
.footer-contact a, .footer-nav a { min-height: 34px; display: inline-flex; align-items: center; }
.footer-nav a:hover, .footer-contact a:hover { color: var(--green); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 70px; padding-top: 22px; border-top: 1px solid var(--line-dark); color: #888d86; font-size: .72rem; }

@media (max-width: 1120px) {
  .header-inner { min-height: 110px; }
  .desktop-nav, .desktop-cta { display: none; }
  .header-actions { margin-left: auto; }
  .menu-button { display: inline-flex; align-items: center; justify-content: center; }
}

@media (max-width: 980px) {
  .capability-grid, .card-grid { grid-template-columns: 1fr; }
  .capability { min-height: auto; padding: 42px 0; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .capability h3 { margin-top: 42px; }
  .capability p { min-height: auto; }
  .insight-grid, .principle-grid, .model-grid { grid-template-columns: 1fr 1fr; }
  .insight-grid article:nth-child(2), .principle-grid article:nth-child(2), .model-grid article:nth-child(2) { border-right: 0; }
  .insight-grid article:nth-child(3), .principle-grid article:nth-child(3), .model-grid article:nth-child(3) { padding-left: 0; border-top: 1px solid currentColor; }
  .insight-grid article:nth-child(4), .principle-grid article:nth-child(4), .model-grid article:nth-child(4) { border-top: 1px solid currentColor; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid li:nth-child(2) { border-right: 0; }
  .process-grid li:nth-child(3) { padding-left: 0; border-top: 1px solid var(--line-light); }
  .process-grid li:nth-child(4) { border-top: 1px solid var(--line-light); }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-intro { position: static; }
  .contact-note { margin-top: 50px; }
  .credibility-strip .shell { grid-template-columns: 1fr; gap: 18px; }
  .credibility-grid { grid-template-columns: 1fr 1fr; }
  .credibility-grid > div:nth-child(odd) { padding-left: 0; border-left: 0; }
  .service-directory { grid-template-columns: 1fr 1fr; }
  .service-directory > a:nth-child(n) { padding: 30px; border-right: 1px solid var(--line-light); }
  .service-directory > a:nth-child(odd) { padding-left: 0; }
  .service-directory > a:nth-child(even) { padding-right: 0; border-right: 0; }
  .awards-current-card { grid-template-columns: 1fr; }
  .awards-schedule { grid-template-columns: 1fr 1fr; }
  .awards-schedule li:nth-child(2) { padding-right: 0; border-right: 0; }
  .awards-schedule li:nth-child(3) { padding-left: 0; border-top: 1px solid var(--line-dark); }
  .awards-schedule li:nth-child(4) { border-top: 1px solid var(--line-dark); }
}

@media (max-width: 720px) {
  :root { --gutter: 20px; }
  h1 { font-size: clamp(3rem, 15vw, 5rem); }
  h2 { font-size: clamp(2.3rem, 11vw, 4rem); }
  .header-inner { min-height: 82px; }
  .site-header .brand img { width: 64px; height: 64px; }
  .language-link { width: 42px; height: 42px; }
  .hero-home { min-height: 780px; padding-bottom: 64px; }
  .hero-media { object-position: 63% center; }
  .hero-scrim { background: linear-gradient(0deg, rgba(7,9,7,.96) 0%, rgba(7,9,7,.74) 54%, rgba(7,9,7,.38) 100%); }
  .hero-home h1 { max-width: 520px; font-size: clamp(3rem, 15vw, 5rem); }
  .page-hero, .service-hero { min-height: 650px; padding: 150px 0 70px; }
  .page-hero.compact { min-height: 470px; }
  .back-link { margin-bottom: 40px; }
  .section-dark, .section-light, .section-warm, .outcome-section, .statement, .cta-section { padding-block: 82px; }
  .section-heading, .split-heading, .editorial-split, .faq-layout { grid-template-columns: 1fr; gap: 30px; }
  .insight-grid, .principle-grid, .model-grid, .process-grid, .process-grid.three { grid-template-columns: 1fr; }
  .insight-grid article, .principle-grid article, .model-grid article, .process-grid li { min-height: auto; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .insight-grid article:not(:first-child), .principle-grid article:not(:first-child), .model-grid article:not(:first-child), .process-grid li:not(:first-child) { padding-left: 0; }
  .insight-grid article:nth-child(n), .principle-grid article:nth-child(n), .model-grid article:nth-child(n), .process-grid li:nth-child(n) { border-top: 0; }
  .insight-grid h3, .principle-grid h3, .model-grid h3, .process-grid h3 { margin-top: 40px; }
  .challenge-list article { grid-template-columns: 44px 1fr; gap: 20px; }
  .challenge-list article p { grid-column: 2; }
  .card-grid { gap: 12px; }
  .dark-card { min-height: 290px; }
  .service-columns, .related-grid { grid-template-columns: 1fr; }
  .service-columns { gap: 60px; }
  .cta-inner { grid-template-columns: 1fr; align-items: start; }
  .contact-hero { padding-top: 140px; }
  .form-panel { margin-inline: -20px; padding-inline: 20px; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .field-wide { grid-column: auto; }
  .awards-minimal { padding-top: 145px; }
  .awards-minimal-intro { padding-bottom: 90px; }
  .awards-category-list li { grid-template-columns: 44px 1fr; gap: 16px; padding: 24px 0; }
  .awards-schedule { grid-template-columns: 1fr; }
  .awards-schedule li:nth-child(n) { min-height: auto; padding: 28px 0; border-top: 0; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .awards-schedule h3 { min-height: auto; margin: 36px 0 12px; }
  .policy section { grid-template-columns: 1fr; gap: 15px; }
  .footer-grid { grid-template-columns: 1fr; gap: 46px; }
  .footer-bottom { flex-direction: column; }
  .credibility-grid { grid-template-columns: 1fr; }
  .credibility-grid > div:nth-child(n) { min-height: 64px; padding: 12px 0; border-top: 1px solid var(--line-light); border-left: 0; }
  .case-grid, .service-directory { grid-template-columns: 1fr; }
  .case-card, .case-grid-large .case-card { min-height: 390px; }
  .case-card h2, .case-card h3 { margin-top: 60px; }
  .insight-list a, .insight-list-large a { grid-template-columns: 1fr; gap: 16px; padding: 30px 0; }
  .insight-list a > span:last-child, .insight-list-large a > span:last-child, .insight-list p { grid-column: 1; grid-row: auto; margin: 0; }
  .service-directory > a:nth-child(n) { min-height: 320px; padding: 32px 0; border-right: 0; }
  .service-proof-layout, .featured-case { grid-template-columns: 1fr; gap: 55px; }
  .article-body section { grid-template-columns: 1fr; gap: 25px; padding: 42px 0; }
}

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