:root {
  --ink: #0b0d0f;
  --ink-soft: #262a2e;
  --paper: #f6f6f4;
  --white: #ffffff;
  --line: #d8d6cf;
  --gold: #f5c400;
  --gold-deep: #8a6900;
  --media: #141411;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", Arial, sans-serif; line-height: 1.6; }
body.nav-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 { font-family: "Manrope", Arial, sans-serif; letter-spacing: 0; }

.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 100; padding: 10px 14px; color: var(--ink); background: var(--gold); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 12px max(20px, calc((100vw - var(--max)) / 2)); color: white; background: linear-gradient(to bottom, rgba(8,12,15,.88), rgba(8,12,15,.36), transparent); transition: background .2s ease, min-height .2s ease; }
.site-header.scrolled { min-height: 62px; background: rgba(16,24,32,.96); box-shadow: 0 1px 0 rgba(255,255,255,.1); backdrop-filter: blur(16px); }
.wordmark { display: inline-flex; align-items: center; gap: 11px; font-family: "Manrope", sans-serif; font-weight: 800; text-decoration: none; }
.wordmark-mark { display: grid; place-items: center; width: 38px; height: 38px; color: var(--ink); background: var(--gold); border-radius: 4px; font-size: .82rem; }
.site-nav { display: flex; align-items: center; gap: 4px; }
.site-nav a { padding: 9px 12px; color: rgba(255,255,255,.82); font-size: .92rem; font-weight: 700; text-decoration: none; }
.site-nav a:hover, .site-nav a:focus-visible { color: white; }
.site-nav .nav-contact { margin-left: 7px; color: var(--ink); background: var(--gold); border-radius: 4px; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; color: white; background: transparent; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; }

.hero { position: relative; min-height: 86vh; display: flex; align-items: end; overflow: hidden; color: white; background: #080b0d; border-bottom: 8px solid var(--gold); }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; z-index: 1; background: rgba(8,11,13,.16); }
.hero-content { position: relative; z-index: 2; padding: 150px 0 112px; }
.eyebrow, .section-kicker, .case-number, .micro-label { margin: 0 0 14px; font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { color: var(--gold); }
.hero h1 { max-width: 780px; margin: 0; font-size: clamp(3.1rem, 7.4vw, 7.4rem); line-height: .93; }
.hero-deck { max-width: 670px; margin: 28px 0 0; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 1.5vw, 1.28rem); }
.hero-actions, .case-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 20px; border: 1px solid transparent; border-radius: 4px; font-weight: 800; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--gold); }
.button-ghost { color: white; border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.06); }
.button-dark { color: white; background: var(--ink); }
.button-light { color: var(--ink); background: white; }
.scroll-cue { position: absolute; right: max(20px, calc((100vw - var(--max)) / 2)); bottom: 28px; z-index: 3; color: rgba(255,255,255,.72); font-size: .85rem; font-weight: 700; text-decoration: none; }
.scroll-cue span { margin-left: 8px; color: var(--gold); }

.proof { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); background: white; border-bottom: 1px solid var(--line); }
.proof-item { min-height: 132px; padding: 27px clamp(20px, 4vw, 56px); border-right: 1px solid var(--line); }
.proof-item:last-child { border-right: 0; }
.proof-item strong { display: block; font-family: "Manrope", sans-serif; font-size: clamp(2rem, 3vw, 3.15rem); line-height: 1; }
.proof-item span { display: block; margin-top: 8px; color: #5d6872; font-size: .92rem; }

.section { padding-block: clamp(76px, 10vw, 132px); }
.work-intro { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: clamp(36px, 8vw, 110px); align-items: end; }
.section-kicker { color: var(--gold-deep); }
.work-intro h2, .results h2, .about h2, .contact h2 { max-width: 850px; margin: 0; font-size: clamp(2.35rem, 5vw, 5rem); line-height: 1.02; }
.work-intro > p { max-width: 570px; margin: 0; color: #55616b; font-size: 1.08rem; }

.project-index { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-bottom: clamp(70px, 10vw, 124px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.services-preview { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); gap: clamp(44px,8vw,108px); align-items: start; }
.services-preview-heading { position: sticky; top: 94px; }
.services-preview h2 { margin: 0; font-size: clamp(2.35rem,4.6vw,4.6rem); line-height: 1.02; }
.services-preview-heading > p:not(.section-kicker) { max-width: 540px; margin: 24px 0 8px; color: #55616b; }
.service-preview-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-preview-grid a { min-height: 245px; padding: clamp(24px,3vw,38px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; transition: color .18s ease, background .18s ease; }
.service-preview-grid a:hover { color: white; background: var(--ink); }
.service-preview-grid span { color: var(--gold-deep); font-size: .78rem; font-weight: 800; }
.service-preview-grid h3 { margin: 44px 0 10px; font-size: clamp(1.18rem,1.8vw,1.55rem); line-height: 1.15; }
.service-preview-grid p { margin: 0; color: #5b6770; font-size: .92rem; }
.service-preview-grid a:hover span { color: var(--gold); }
.service-preview-grid a:hover p { color: rgba(255,255,255,.68); }

.service-main { padding-top: 72px; }
.service-hero { padding: clamp(90px,12vw,150px) 0 clamp(70px,9vw,112px); color: white; background: var(--ink); border-bottom: 8px solid var(--gold); }
.service-hero-grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(300px,.65fr); gap: clamp(44px,8vw,108px); align-items: end; }
.service-hero h1 { max-width: 920px; margin: 0; font-size: clamp(3rem,7vw,7rem); line-height: .94; }
.service-hero .eyebrow { margin-bottom: 22px; }
.service-hero-deck { margin: 0; color: rgba(255,255,255,.74); font-size: clamp(1.05rem,1.55vw,1.3rem); }
.service-hero .hero-actions { grid-column: 1 / -1; margin-top: 0; }
.service-overview { display: grid; grid-template-columns: minmax(240px,.55fr) minmax(0,1.45fr); gap: clamp(42px,8vw,116px); align-items: start; }
.service-overview h2, .service-band h2, .service-proof h2, .services-index-hero h1 { margin: 0; font-size: clamp(2.3rem,5vw,5rem); line-height: 1.02; }
.service-overview-copy { font-size: 1.08rem; }
.service-overview-copy > p { margin: 0 0 22px; }
.deliverable-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 38px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.deliverable-grid article { min-height: 190px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.62); }
.deliverable-grid h3 { margin: 0 0 10px; font-size: 1.12rem; }
.deliverable-grid p { margin: 0; color: #5b6770; font-size: .92rem; }
.service-band { padding: clamp(72px,10vw,124px) 0; color: white; background: #17191b; }
.service-band .section-kicker { color: var(--gold); }
.process-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: 48px; border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.process-grid article { min-height: 225px; padding: 26px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.process-grid span { color: var(--gold); font-size: .78rem; font-weight: 800; }
.process-grid h3 { margin: 42px 0 10px; font-size: 1.15rem; }
.process-grid p { margin: 0; color: rgba(255,255,255,.64); font-size: .9rem; }
.service-proof-heading { display: grid; grid-template-columns: minmax(0,.9fr) minmax(280px,.55fr); gap: 44px; align-items: end; }
.service-proof-heading > p { margin: 0; color: #5b6770; }
.proof-card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 48px; }
.proof-card { min-height: 290px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); background: white; text-decoration: none; }
.proof-card img { width: calc(100% + 56px); max-width: none; height: 150px; margin: -28px -28px 26px; object-fit: cover; object-position: top; border-bottom: 1px solid var(--line); }
.proof-card .micro-label { color: var(--gold-deep); }
.proof-card h3 { margin: auto 0 12px; font-size: 1.4rem; }
.proof-card p { margin: 0; color: #5b6770; }
.proof-card strong { margin-top: 22px; font-size: .9rem; }
.related-services { padding: 38px 0; border-top: 1px solid var(--line); }
.related-services .shell { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.related-services strong { margin-right: 12px; }
.related-services a { padding: 8px 11px; border: 1px solid var(--line); border-radius: 3px; font-size: .85rem; font-weight: 700; text-decoration: none; }
.services-index-hero { padding: clamp(120px,14vw,180px) 0 clamp(70px,9vw,110px); color: white; background: var(--ink); border-bottom: 8px solid var(--gold); }
.services-index-hero p:last-child { max-width: 720px; margin: 28px 0 0; color: rgba(255,255,255,.72); font-size: 1.15rem; }
.services-index-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.services-index-grid a { min-height: 360px; display: flex; flex-direction: column; padding: clamp(28px,4vw,48px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; }
.services-index-grid .service-index { color: var(--gold-deep); font-weight: 800; }
.services-index-grid h2 { max-width: 500px; margin: auto 0 16px; font-size: clamp(1.7rem,3vw,2.8rem); line-height: 1.05; }
.services-index-grid p { max-width: 560px; margin: 0; color: #5b6770; }
.services-index-grid strong { margin-top: 22px; }

.inquiry-hero { padding: clamp(120px,14vw,180px) 0 clamp(68px,9vw,108px); color: white; background: var(--ink); border-bottom: 8px solid var(--gold); }
.inquiry-hero-grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(280px,.58fr); gap: clamp(44px,8vw,110px); align-items: end; }
.inquiry-hero h1 { margin: 0; font-size: clamp(3rem,7vw,7rem); line-height: .94; }
.inquiry-hero-copy { margin: 0; color: rgba(255,255,255,.74); font-size: clamp(1.05rem,1.55vw,1.28rem); }
.fit-strip { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); background: white; border-bottom: 1px solid var(--line); }
.fit-strip div { min-height: 122px; padding: 26px clamp(18px,3vw,42px); border-right: 1px solid var(--line); }
.fit-strip div:last-child { border-right: 0; }
.fit-strip strong, .fit-strip span { display: block; }
.fit-strip strong { font-family: "Manrope",sans-serif; font-size: 1rem; }
.fit-strip span { margin-top: 8px; color: #66717a; font-size: .84rem; }
.inquiry-layout { display: grid; grid-template-columns: minmax(260px,.6fr) minmax(0,1.4fr); gap: clamp(48px,8vw,110px); align-items: start; }
.inquiry-aside { position: sticky; top: 92px; }
.inquiry-aside h2 { margin: 0; font-size: clamp(2.25rem,4.5vw,4.35rem); line-height: 1.02; }
.inquiry-aside > p:not(.section-kicker) { margin: 22px 0 0; color: #59656f; }
.inquiry-direct { display: grid; gap: 8px; margin-top: 30px; }
.inquiry-direct a { font-weight: 800; text-underline-offset: 5px; }
.inquiry-form { padding: clamp(24px,4vw,48px); border: 1px solid var(--line); background: white; }
.inquiry-form fieldset { margin: 0 0 34px; padding: 0; border: 0; }
.inquiry-form legend, .field-label { display: block; margin-bottom: 12px; font-family: "Manrope",sans-serif; font-weight: 800; }
.service-choice-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.service-choice { position: relative; display: block; }
.service-choice input { position: absolute; opacity: 0; pointer-events: none; }
.service-choice span { min-height: 82px; display: flex; align-items: center; padding: 16px; border: 1px solid var(--line); border-radius: 4px; font-weight: 700; cursor: pointer; }
.service-choice input:checked + span { color: var(--ink); border-color: var(--gold-deep); background: var(--gold); box-shadow: 0 0 0 1px var(--gold-deep); }
.service-choice input:focus-visible + span { outline: 3px solid rgba(245,196,0,.4); outline-offset: 2px; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.form-field { display: grid; align-content: start; }
.form-field-full { grid-column: 1 / -1; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 52px; padding: 12px 14px; color: var(--ink); background: #fbfbf9; border: 1px solid #bfc3c5; border-radius: 3px; font: inherit; }
.form-field textarea { min-height: 170px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: 3px solid rgba(245,196,0,.34); border-color: var(--gold-deep); }
.form-note { margin: 20px 0 0; color: #66717a; font-size: .86rem; }
.inquiry-form .button { width: 100%; margin-top: 24px; border: 0; cursor: pointer; }
.inquiry-next { padding: clamp(70px,9vw,110px) 0; color: white; background: #17191b; }
.inquiry-next h2 { max-width: 840px; margin: 0; font-size: clamp(2.3rem,5vw,5rem); line-height: 1.02; }
.inquiry-next-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 42px; border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.inquiry-next-grid article { min-height: 210px; padding: 28px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.inquiry-next-grid span { color: var(--gold); font-size: .78rem; font-weight: 800; }
.inquiry-next-grid h3 { margin: 40px 0 10px; }
.inquiry-next-grid p { margin: 0; color: rgba(255,255,255,.65); }
.project-index a { min-height: 170px; padding: 24px 22px; border-right: 1px solid var(--line); text-decoration: none; transition: color .18s ease, background .18s ease; }
.project-index a:last-child { border-right: 0; }
.project-index a:hover { color: white; background: var(--ink); }
.project-index span, .project-index strong, .project-index small { display: block; }
.project-index span { color: var(--gold-deep); font-size: .78rem; font-weight: 800; }
.project-index strong { margin-top: 28px; font-family: "Manrope", sans-serif; font-size: 1.05rem; }
.project-index small { margin-top: 5px; color: #69747c; font-size: .82rem; }
.project-index a:hover span, .project-index a:hover small { color: rgba(255,255,255,.7); }

.case { scroll-margin-top: 62px; padding: clamp(76px, 10vw, 130px) 0; border-top: 1px solid rgba(16,24,32,.1); }
.case-hero { display: grid; grid-template-columns: minmax(0, .82fr) minmax(480px, 1.18fr); gap: clamp(40px, 7vw, 96px); align-items: center; }
.case-hero-reverse .case-heading { order: 2; }
.case-hero-reverse .case-primary-image { order: 1; }
.case-number { color: var(--gold-deep); }
.case-heading h2 { margin: 0; font-size: clamp(2.7rem, 5.7vw, 5.7rem); line-height: .98; }
.case-lead { max-width: 660px; margin: 25px 0 0; color: #47535d; font-size: clamp(1.05rem, 1.45vw, 1.24rem); }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 27px; }
.tag-list span { padding: 7px 10px; border: 1px solid currentColor; border-radius: 3px; font-size: .78rem; font-weight: 700; }
.text-link { display: inline-flex; align-items: center; min-height: 50px; font-weight: 800; text-underline-offset: 5px; }
.text-link span { margin-left: 6px; }
.case-primary-image { margin: 0; border: 1px solid rgba(16,24,32,.14); border-radius: 6px; overflow: hidden; box-shadow: 0 26px 65px rgba(16,24,32,.15); }
.case-primary-image img { aspect-ratio: 16 / 10; object-fit: cover; object-position: top; }
.case-body { padding-top: clamp(54px, 8vw, 96px); }
.case-story { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.case-story article { padding: clamp(25px, 3.4vw, 44px); background: white; }
.micro-label { color: var(--gold-deep); }
.case-story h3 { margin: 0; font-size: clamp(1.18rem, 1.7vw, 1.55rem); line-height: 1.2; }
.case-story p:last-child { margin: 15px 0 0; color: #59656f; }
.metric-row { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; margin-top: 22px; }
.metric-row div { padding: 23px; border: 1px solid var(--line); background: rgba(255,255,255,.72); }
.metric-row strong, .metric-row span { display: block; }
.metric-row strong { font-family: "Manrope", sans-serif; font-size: clamp(1.65rem, 2.7vw, 2.6rem); line-height: 1; }
.metric-row span { margin-top: 8px; color: #66717a; font-size: .84rem; }
.image-pair { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; margin-top: 22px; }
.image-pair figure { margin: 0; border: 1px solid var(--line); background: white; }
.image-pair img { aspect-ratio: 16 / 10; object-fit: cover; object-position: top; }
.image-pair figcaption { padding: 14px 16px; color: #59656f; font-size: .86rem; }

.case-naacp { background: linear-gradient(180deg, #f0f0ed, #fafafa); }
.case-naacp .case-number, .case-naacp .micro-label { color: var(--gold-deep); }
.case-commerce { background: #f7f7f4; }
.case-commerce .case-number, .case-commerce .micro-label { color: var(--gold-deep); }
.case-commerce .case-primary-image { border-color: rgba(138,105,0,.28); }
.case-media { color: white; background: var(--media); }
.case-media .case-number, .case-media .micro-label { color: var(--gold); }
.case-media .case-lead { color: rgba(255,255,255,.72); }
.case-media .tag-list span { color: rgba(255,255,255,.8); }
.media-art img { object-position: center; }
.text-link-light { color: white; }
.metric-dark { background: #20231f; }
.metric-dark div { border-color: rgba(255,255,255,.12); background: #20231f; }
.metric-dark span { color: rgba(255,255,255,.62); }
.story-dark { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.12); }
.story-dark article { background: #20231f; }
.story-dark p:last-child { color: rgba(255,255,255,.64); }
.campaign-details { margin-top: 22px; border: 1px solid rgba(255,255,255,.18); }
.campaign-details summary { display: flex; justify-content: space-between; align-items: center; padding: 20px 22px; cursor: pointer; list-style: none; font-weight: 800; }
.campaign-details summary::-webkit-details-marker { display: none; }
.campaign-details[open] summary span { transform: rotate(45deg); }
.campaign-details summary span { transition: transform .18s ease; }
.campaign-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.18); }
.campaign-grid a { min-height: 150px; padding: 22px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); text-decoration: none; }
.campaign-grid a:hover { background: rgba(255,255,255,.06); }
.campaign-grid strong, .campaign-grid span { display: block; }
.campaign-grid span { margin-top: 8px; color: rgba(255,255,255,.64); font-size: .9rem; }
.case-podcast { background: #f2f0e9; }
.case-podcast .case-number, .case-podcast .micro-label { color: var(--gold-deep); }
.podcast-pair { grid-template-columns: 1fr minmax(220px, .42fr); }
.phone-proof img { height: 520px; object-fit: contain; background: #ebe8de; }

.results { display: grid; grid-template-columns: minmax(0,.95fr) minmax(520px,1.05fr); gap: clamp(52px, 8vw, 110px); align-items: start; }
.capability-list { border-top: 1px solid var(--line); }
.capability-list article { display: grid; grid-template-columns: 44px minmax(150px,.65fr) 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.capability-list span { color: var(--gold-deep); font-size: .78rem; font-weight: 800; }
.capability-list h3, .capability-list p { margin: 0; }
.capability-list h3 { font-size: 1.05rem; }
.capability-list p { color: #5b6770; font-size: .94rem; }

.about { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: clamp(48px, 9vw, 130px); border-top: 1px solid var(--line); }
.about-body { font-size: 1.08rem; }
.about-body > p { margin: 0 0 22px; }
.about-links { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 34px; }
.about-links a { font-weight: 800; text-underline-offset: 5px; }

.contact { padding: clamp(80px, 12vw, 150px) 0; color: white; background: var(--ink); border-top: 8px solid var(--gold); }
.contact .section-kicker { color: var(--gold); }
.contact h2 { max-width: 1020px; }
.contact-inner { display: grid; grid-template-columns: 1fr; }
.site-footer { padding: 28px 0; color: rgba(255,255,255,.65); background: var(--ink); font-size: .85rem; }
.site-footer .shell { display: flex; justify-content: space-between; gap: 20px; }

@media (max-width: 960px) {
  .proof { grid-template-columns: repeat(2,1fr); }
  .proof-item:nth-child(2) { border-right: 0; }
  .proof-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .work-intro, .results, .about { grid-template-columns: 1fr; }
  .project-index { grid-template-columns: repeat(2,1fr); }
  .project-index a:nth-child(2) { border-right: 0; }
  .project-index a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .case-hero { grid-template-columns: 1fr; }
  .case-hero-reverse .case-heading, .case-hero-reverse .case-primary-image { order: initial; }
  .case-heading { max-width: 760px; }
  .case-story { grid-template-columns: 1fr; }
  .metric-row { grid-template-columns: repeat(2,1fr); }
  .results { gap: 46px; }
  .services-preview, .service-overview, .service-hero-grid { grid-template-columns: 1fr; }
  .services-preview-heading { position: static; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .proof-card-grid { grid-template-columns: 1fr; }
  .service-proof-heading { grid-template-columns: 1fr; }
  .inquiry-hero-grid, .inquiry-layout { grid-template-columns: 1fr; }
  .inquiry-aside { position: static; }
  .fit-strip { grid-template-columns: repeat(2,1fr); }
  .fit-strip div:nth-child(2) { border-right: 0; }
  .fit-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .inquiry-next-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .site-header { min-height: 62px; padding: 9px 14px; background: rgba(16,24,32,.95); }
  .wordmark span:last-child { font-size: .92rem; }
  .nav-toggle { display: block; }
  .site-nav { position: fixed; inset: 62px 0 0; display: none; align-content: start; padding: 26px 20px; background: rgba(16,24,32,.99); }
  .site-nav.open { display: grid; }
  .site-nav a { padding: 15px 4px; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 1.05rem; }
  .site-nav .nav-contact { margin: 18px 0 0; padding: 14px; text-align: center; }
  .hero { min-height: 100svh; align-items: stretch; }
  .hero-media { height: 45svh; object-position: 69% center; }
  .hero-overlay { height: 45svh; background: rgba(8,11,13,.08); }
  .hero-content { padding: calc(45svh + 38px) 0 76px; }
  .hero h1 { font-size: clamp(2.8rem, 15vw, 4.6rem); }
  .hero-deck { font-size: 1rem; }
  .hero-actions { display: grid; }
  .scroll-cue { display: none; }
  .proof-item { min-height: 112px; padding: 22px 18px; }
  .proof-item strong { font-size: 2rem; }
  .proof-item span { font-size: .8rem; }
  .section { padding-block: 72px; }
  .work-intro h2, .results h2, .about h2, .contact h2 { font-size: clamp(2.1rem, 11vw, 3.25rem); }
  .project-index { grid-template-columns: 1fr; margin-bottom: 72px; }
  .project-index a { min-height: 128px; border-right: 0; border-bottom: 1px solid var(--line); }
  .project-index a:last-child { border-bottom: 0; }
  .project-index strong { margin-top: 18px; }
  .case { padding: 72px 0; }
  .case-heading h2 { font-size: clamp(2.45rem, 13vw, 4rem); }
  .case-lead { font-size: 1rem; }
  .case-actions { display: grid; }
  .text-link { justify-content: center; }
  .metric-row, .image-pair, .campaign-grid, .podcast-pair { grid-template-columns: 1fr; }
  .image-pair img { aspect-ratio: 4 / 3; }
  .phone-proof img { height: 520px; aspect-ratio: auto; }
  .capability-list article { grid-template-columns: 34px 1fr; }
  .capability-list p { grid-column: 2; }
  .contact-actions { display: grid; }
  .site-footer .shell { display: grid; }
  .service-preview-grid, .deliverable-grid, .services-index-grid, .process-grid { grid-template-columns: 1fr; }
  .service-preview-grid a { min-height: 210px; }
  .service-main { padding-top: 62px; }
  .service-hero { padding-top: 72px; }
  .service-hero h1 { font-size: clamp(2.7rem,14vw,4.3rem); }
  .services-index-grid a { min-height: 300px; }
  .proof-card img { height: 180px; }
  .service-choice-grid, .form-grid { grid-template-columns: 1fr; }
  .form-field-full { grid-column: auto; }
  .inquiry-hero h1 { font-size: clamp(2.7rem,14vw,4.3rem); }
  .fit-strip div { min-height: 108px; padding: 21px 16px; }
  .inquiry-form { padding: 22px 18px; }
}

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