/* Composition: variance 7, motion 3, density 6. Palette and fonts from site.css unchanged. */
html { scroll-padding-top: 9rem; }
body { overflow-wrap: break-word; }
.wrap { width: min(1180px, calc(100% - 4rem)); }
.nav-inner { gap: 1.5rem; }
.nav nav { gap: 1.5rem; }
.nav nav a { display: inline-flex; align-items: center; min-height: 44px; }
.nav nav a[aria-current] { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: .55em; }
.button { min-height: 48px; gap: 1rem; line-height: 1.4; transition: background-color .16s ease; }
.button > span[aria-hidden] { flex-shrink: 0; }
.text-link { width: fit-content; min-height: 44px; padding-block: .5rem; }
.hero { padding-block: 3.5rem; }
.hero-grid { grid-template-columns: 1.08fr 1fr; gap: 4rem; align-items: center; }
.hero-copy, .hero-grid > *, .closing-inner > *, .about-grid > * { min-width: 0; }
.hero .eyebrow { font-size: .78rem; margin-bottom: 1.25rem; }
.hero h1 { font-size: clamp(3.1rem, 5.45vw, 4.8rem); line-height: 1.04; margin: 0 0 1.6rem; }
.hero .lead { font-size: 1.0625rem; line-height: 1.65; max-width: 46ch; margin-bottom: 1.5rem; }
.hero .button { font-size: .9375rem; }
.hero .text-link { font-size: .9375rem; margin-top: .6rem; }
/* Service-scope diagram using actual deliverables, not a simulated product screenshot. */
.dossier { background: var(--halo); border: 1px solid var(--line); border-radius: 2px; }
.dossier-heading { background: var(--navy); border-top: 4px solid var(--accent); padding: 1.7rem 2rem 2rem; }
.dossier-heading > p { color: #d1d9e6; font-size: .8125rem; margin: 0 0 1rem; }
.dossier-heading h2 { color: var(--paper); font-size: clamp(1.7rem, 2.6vw, 2.25rem); line-height: 1.15; margin: 0; }
.dossier-pieces { list-style: none; margin: 0; padding: .4rem 1.6rem; }
.dossier-pieces li { display: grid; grid-template-columns: 5.2rem minmax(0, 1fr); gap: 1rem; padding: 1.25rem 0; align-items: start; }
.dossier-pieces li + li { border-top: 1px solid var(--line); }
.piece-label { font-size: .72rem; font-weight: 700; line-height: 1.4; color: var(--accent); padding-top: .3rem; }
.dossier-pieces h3 { font-size: 1.0625rem; letter-spacing: -.025em; line-height: 1.3; margin: 0 0 .4rem; }
.dossier-pieces p { color: var(--muted); font-size: .875rem; line-height: 1.6; margin: 0; }
.dossier-note { margin: 0; border-top: 1px solid var(--line); padding: 1rem 1.6rem; font-size: .8125rem; font-weight: 600; }
.service-strip { background: var(--halo); border-block: 1px solid var(--line); }
.service-strip > .wrap { padding-block: 1.1rem; }
.service-strip .wrap > span { font-size: .8125rem; color: var(--muted); display: block; margin-bottom: .3rem; }
.service-strip .wrap > div { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.service-strip a { display: inline-flex; align-items: center; min-height: 44px; gap: 1.5rem; font-size: .9375rem; font-weight: 600; text-decoration: none; }
.service-strip a:hover { text-decoration: underline; color: var(--accent); }
.section-intro { max-width: 49rem; }
.section-intro h2 { margin: 0 0 1.2rem; font-size: clamp(1.9rem, 3.15vw, 2.8rem); line-height: 1.12; max-width: 24ch; }
.section-intro > p { margin: 0; color: var(--muted); max-width: 65ch; }
.home-context { padding-block: 4rem; }
.situations { display: grid; grid-template-columns: 1fr 1fr; margin-top: 2rem; border-block: 1px solid var(--line); }
.situations article { padding: 1.75rem 2.25rem 1.75rem 0; }
.situations article + article { padding-left: 2.25rem; border-left: 1px solid var(--line); }
.situations h3 { font-size: 1.25rem; margin: 0 0 .65rem; }
.situations p { margin: 0; max-width: 44ch; font-size: 1rem; color: var(--muted); }
.home-method { padding: 0 0 4rem; }
.responsibilities { display: grid; grid-template-columns: 1fr 1fr; margin-top: 2rem; background: var(--halo); border: 1px solid var(--line); }
.responsibilities article { padding: 2rem; }
.responsibilities article + article { background: var(--paper); border-left: 1px solid var(--line); border-top: 3px solid var(--accent); padding-top: calc(2rem - 3px); }
.responsibilities h3 { font-size: 1.6rem; margin: 0 0 1.25rem; }
.responsibilities ul { margin: 0; padding-left: 1.15rem; }
.responsibilities li { padding: .35rem 0 .35rem .3rem; font-size: 1rem; }
.responsibilities li::marker { color: var(--accent); }
.home-method > p:last-child { margin: .8rem 0 0; }
.home-offers { padding-bottom: 3rem; }
.offer-paths { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-block: 1px solid var(--line); margin-top: 2rem; }
.offer-path { display: flex; flex-direction: column; padding: 1.8rem 1.5rem; text-decoration: none; min-width: 0; transition: background-color .16s ease; }
.offer-path:first-child { padding-left: 0; }
.offer-path + .offer-path { border-left: 1px solid var(--line); }
.offer-path:hover { background: var(--halo); }
.offer-volume { display: flex; align-items: baseline; gap: .7rem; font-size: 3.75rem; font-weight: 800; letter-spacing: -.06em; line-height: 1.1; margin-bottom: 1.6rem; }
.offer-volume > span { font-weight: 500; letter-spacing: 0; font-size: .875rem; color: var(--muted); }
.offer-path-name { display: flex; justify-content: space-between; align-items: center; font-size: 1.0625rem; font-weight: 700; gap: .5rem; }
.offer-path-name > span { color: var(--accent); font-size: 1.5rem; }
.offer-path-detail { color: var(--muted); font-size: .875rem; margin-top: .5rem; }
.other-sector { font-size: .9375rem; color: var(--muted); margin: 1.25rem 0 0; }
.urgent-section { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 3rem; align-items: center; border: 1px solid var(--line); border-left: 4px solid var(--accent); background: var(--halo); padding: 2rem; margin-bottom: 4rem; }
.urgent-section h2 { font-size: 1.7rem; margin: 0 0 1rem; max-width: 28ch; }
.urgent-section p { font-size: .9375rem; max-width: 65ch; margin: 0; }
.urgent-section .button { font-size: .875rem; white-space: nowrap; }
.page-heading { padding-block: 3rem 2.5rem; }
.page-heading h1 { font-size: clamp(2.4rem, 5vw, 4.5rem); margin: .5rem 0 1.3rem; }
.page-heading .lead { font-size: 1.125rem; margin-bottom: 0; }
.page-heading .eyebrow { font-size: .78rem; margin-bottom: 1.25rem; }
.content-section { padding-block: 2.5rem 4rem; }
.service-layout { display: grid; grid-template-columns: 15rem minmax(0, 1fr); gap: 4rem; align-items: start; }
.service-index { position: sticky; top: 7rem; background: var(--halo); border-top: 3px solid var(--accent); padding: 1rem 1.2rem; }
.service-index p { margin: 0 0 .75rem; font-weight: 700; font-size: .9375rem; }
.service-index a { display: flex; justify-content: space-between; align-items: center; min-height: 48px; padding-block: .5rem; gap: .5rem; text-decoration: none; font-size: .8125rem; }
.service-index a:hover { color: var(--accent); text-decoration: underline; }
.service-step { padding: 0 0 2rem; margin-bottom: 2rem; border-bottom: 1px solid var(--line); scroll-margin-top: 1rem; }
.services-prose .service-step h2 { margin-top: 0; font-size: clamp(1.6rem, 2.6vw, 2.15rem); }
.services-prose .service-step p:last-child { margin-bottom: 0; }
.services-prose .service-step:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
.offers article { display: flex; flex-direction: column; padding: 2rem 1.75rem; }
.offers article > .eyebrow { display: none; }
.offers article > p:has(strong) { order: -1; font-size: 2.3rem; line-height: 1.2; color: var(--accent); letter-spacing: -.045em; margin-bottom: 1rem; }
.offers h2 { font-size: 1.5rem; margin: 0 0 1rem; }
.offers a { display: flex; align-items: center; min-height: 44px; margin-top: auto; }
.about-grid { gap: 4rem; }
.about-grid figure { position: sticky; top: 7rem; align-self: start; }
.about-grid .prose h2 { font-size: clamp(1.65rem, 2.8vw, 2.3rem); }
.closing { padding-block: 3rem; }
.closing-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 3rem; }
.closing .eyebrow { text-transform: none; letter-spacing: 0; font-size: .875rem; }
.closing h2 { font-size: clamp(2rem, 3.2vw, 2.8rem); }
.closing p:last-child { margin-bottom: 0; }
.closing .button.light { max-width: 23rem; font-size: 1rem; line-height: 1.55; }
.footer nav { display: grid; grid-template-columns: repeat(2, auto); column-gap: 2rem; row-gap: .25rem; }
.footer nav a, .footer button { display: flex; align-items: center; min-height: 44px; text-align: left; }
.consent { max-height: calc(100dvh - 2rem); overflow-y: auto; overscroll-behavior: contain; }
.consent button { min-height: 44px; }
@media (max-width: 1024px) {
  .hero-grid { gap: 2.5rem; }
  .dossier-heading { padding: 1.5rem; }
  .dossier-pieces { padding-inline: 1.2rem; }
  .dossier-pieces li { grid-template-columns: 4.25rem minmax(0, 1fr); gap: .8rem; }
  .service-layout { grid-template-columns: 13rem minmax(0, 1fr); gap: 2.5rem; }
  .urgent-section { gap: 1.5rem; }
  .urgent-section .button { white-space: normal; max-width: 16rem; }
}
@media (max-width: 900px) {
  .nav-inner { flex-wrap: nowrap; gap: 1rem; padding-block: .65rem; min-height: 4.5rem; }
  .nav nav { order: initial; flex-basis: auto; margin-left: auto; gap: 1rem; }
  .nav nav a { font-size: .8125rem; }
  .nav .button.compact { font-size: .8125rem; padding: .7rem .8rem; gap: .6rem; margin-left: 0; }
  .brand { font-size: 1.35rem; }
  .hero h1 { font-size: clamp(2.6rem, 5.7vw, 3.5rem); }
  .hero-grid { gap: 1.5rem; }
  .hero .button { font-size: .8125rem; padding-inline: 1rem; }
  .dossier-heading h2 { font-size: 1.7rem; }
  .dossier-pieces li { grid-template-columns: 1fr; gap: .5rem; padding-block: 1rem; }
  .piece-label { padding-top: 0; }
  .dossier-note { padding-inline: 1.2rem; }
  .offers article { border-right: 0; padding: 1.5rem; }
  .offers article:last-child { border-bottom: 0; }
  .service-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .service-index { position: static; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .3rem 1.5rem; }
  .service-index p { grid-column: 1 / -1; }
  .closing-inner { grid-template-columns: 1fr; gap: 1.5rem; }
  .about-grid { grid-template-columns: .8fr 1.2fr; gap: 2rem; }
}
@media (max-width: 700px) {
  .wrap { width: calc(100% - 2.5rem); }
  .nav-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .1rem 1rem; padding-block: .5rem .25rem; }
  .nav nav { grid-column: 1 / -1; grid-row: 2; width: 100%; margin: 0; justify-content: space-between; gap: .5rem; overflow: visible; }
  .nav nav a { font-size: .875rem; padding-inline: .1rem; }
  .nav .button.compact { min-height: 44px; }
  .nav .brand { width: fit-content; }
  .hero { padding-block: 2rem; }
  .hero-grid { grid-template-columns: 1fr; gap: 2rem; }
  .hero h1 { font-size: clamp(2.35rem, 10.4vw, 3.5rem); max-width: 16ch; margin-bottom: 1.25rem; }
  .hero .eyebrow { font-size: .6875rem; letter-spacing: .12em; margin-bottom: 1.15rem; }
  .hero .lead { font-size: 1rem; line-height: 1.6; }
  .hero .button { font-size: .875rem; min-height: 52px; width: 100%; justify-content: space-between; }
  .hero .text-link { font-size: .875rem; }
  .dossier-heading { padding: 1.4rem; }
  .dossier-heading h2 { font-size: 1.8rem; }
  .dossier-pieces li { grid-template-columns: 4.3rem minmax(0, 1fr); gap: .85rem; padding-block: 1.2rem; }
  .dossier-pieces h3 { font-size: 1rem; }
  .service-strip .wrap > div { display: grid; grid-template-columns: 1fr 1fr; gap: .1rem .5rem; }
  .service-strip a { font-size: .8125rem; }
  .service-strip .wrap > span { margin-bottom: .5rem; }
  .home-context { padding-block: 2.75rem; }
  .section-intro h2 { font-size: 1.9rem; max-width: 24ch; }
  .section-intro p { font-size: 1rem; }
  .situations { grid-template-columns: 1fr; margin-top: 1.5rem; }
  .situations article { padding: 1.25rem 0; }
  .situations article + article { border-left: 0; border-top: 1px solid var(--line); padding: 1.25rem 0; }
  .home-method { padding-bottom: 2.75rem; }
  .responsibilities { grid-template-columns: 1fr; margin-top: 1.5rem; }
  .responsibilities article { padding: 1.5rem; }
  .responsibilities article + article { border-left: 0; padding-top: calc(1.5rem - 3px); }
  .responsibilities h3 { font-size: 1.45rem; }
  .responsibilities li { font-size: .9375rem; }
  .offer-paths { grid-template-columns: 1fr; margin-top: 1.5rem; }
  .offer-path { display: grid; grid-template-columns: 5.5rem minmax(0, 1fr); column-gap: 1.2rem; padding: 1.25rem 0; }
  .offer-path + .offer-path { border-left: 0; border-top: 1px solid var(--line); }
  .offer-volume { grid-row: span 2; flex-direction: column; gap: .3rem; font-size: 2.75rem; margin-bottom: 0; }
  .offer-volume > span { font-size: .75rem; }
  .offer-path-name { font-size: 1rem; }
  .home-offers { padding-bottom: 2.5rem; }
  .urgent-section { grid-template-columns: 1fr; padding: 1.5rem; margin-bottom: 2.75rem; gap: 1.25rem; }
  .urgent-section h2 { font-size: 1.5rem; }
  .urgent-section .button { max-width: none; width: 100%; font-size: .8125rem; padding-inline: 1rem; }
  .page-heading { padding-block: 2.5rem 2rem; }
  .page-heading h1 { font-size: clamp(2.15rem, 8.7vw, 3.25rem); }
  .page-heading .lead { font-size: 1rem; }
  .content-section { padding-block: 2rem 3rem; }
  .prose h2 { font-size: 1.65rem; }
  .prose p, .prose li { line-height: 1.7; }
  .prose { font-size: 1rem; min-width: 0; }
  .prose .button { max-width: 100%; font-size: .875rem; }
  .service-index { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .25rem 1rem; }
  .service-index a { font-size: .75rem; }
  .service-step { padding-bottom: 1.5rem; margin-bottom: 1.5rem; }
  .services-prose .service-step h2 { font-size: 1.65rem; }
  .about-grid { grid-template-columns: 1fr; gap: 2rem; }
  .about-grid figure { position: static; width: min(100%, 25rem); }
  .about-grid img { aspect-ratio: 6 / 5; object-position: center 25%; }
  .closing .button.light { max-width: 100%; width: 100%; font-size: .9375rem; }
  .footer { flex-direction: column; gap: 1.5rem; padding-block: 2.5rem; }
  .footer nav { grid-template-columns: 1fr; gap: 0; }
  .consent { right: .75rem; bottom: .75rem; width: calc(100% - 1.5rem); max-height: calc(100dvh - 1.5rem); padding: 1.15rem; font-size: .9375rem; }
}
@media (prefers-reduced-motion: reduce) {
  .button, .offer-path { transition: none; }
}
