:root {
  --ink: #17201e;
  --forest: #173d36;
  --sage: #9bb39b;
  --paper: #f8f7f2;
  --white: #fff;
  --clay: #c94e38;
  --blue: #244f9f;
  --line: #d9ddd7;
  --muted: #5e6965;
  --display: "Newsreader", Georgia, serif;
  --sans: "DM Sans", Verdana, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; color: #fff; background: #000; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 0 clamp(22px, 5vw, 76px); color: var(--ink); background: rgba(248, 247, 242, .97); border-bottom: 1px solid rgba(23, 32, 30, .12); position: relative; z-index: 20; }
.wordmark { display: inline-flex; align-items: baseline; gap: 15px; text-decoration: none; white-space: nowrap; }
.wordmark strong { font-family: var(--display); font-size: 27px; font-weight: 600; }
.wordmark span { color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.site-header nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); }
.site-header nav a { position: relative; padding: 9px 0; font-size: 13px; font-weight: 700; text-decoration: none; }
.site-header nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 2px; background: var(--clay); transition: right .2s ease; }
.site-header nav a:hover::after, .site-header nav a[aria-current="page"]::after { right: 0; }
.menu-button { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); background: transparent; color: var(--ink); cursor: pointer; }
.menu-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.menu-lines, .menu-lines::before, .menu-lines::after { display: block; width: 19px; height: 2px; margin: auto; background: currentColor; content: ""; transition: transform .2s ease; }
.menu-lines::before { transform: translateY(-6px); }
.menu-lines::after { transform: translateY(4px); }

.hero { position: relative; min-height: min(700px, calc(100vh - 82px)); overflow: hidden; background: #29433d; color: #fff; }
.hero-photo { position: absolute; inset: 0; background: url("/assets/corinne-editorial-desk.webp") center center / cover no-repeat; }
.hero-photo::after { content: ""; position: absolute; inset: 0 44% 0 0; background: rgba(12, 28, 25, .77); }
.hero-copy { position: relative; z-index: 2; width: min(670px, 51%); padding: clamp(90px, 12vh, 140px) 0 85px clamp(28px, 7vw, 108px); }
.eyebrow { margin: 0 0 20px; color: var(--clay); font-size: 12px; line-height: 1.2; font-weight: 700; text-transform: uppercase; }
.hero .eyebrow { color: #efb7a9; }
.hero h1, .page-lead h1, .contact-intro h1, .article-head h1 { margin: 0; font-family: var(--display); font-weight: 500; line-height: .94; }
.hero h1 { max-width: 700px; font-size: clamp(64px, 7vw, 116px); }
.hero-copy > p:not(.eyebrow) { max-width: 570px; margin: 28px 0 0; color: rgba(255, 255, 255, .88); font-family: var(--display); font-size: clamp(21px, 2vw, 29px); line-height: 1.35; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 38px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 20px; border: 1px solid currentColor; font-size: 13px; font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { color: var(--forest); background: #fff; border-color: #fff; }
.button-dark { color: #fff; background: var(--ink); border-color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; text-decoration: none; border-bottom: 1px solid currentColor; }
.text-link.light { color: #fff; }
.hero-credit { position: absolute; right: 24px; bottom: 18px; z-index: 2; color: rgba(255,255,255,.83); font-size: 11px; writing-mode: vertical-rl; transform: rotate(180deg); }

.home-stories { padding: clamp(50px, 6vw, 84px) clamp(22px, 5vw, 76px); background: #fff; border-bottom: 1px solid var(--line); }
.section-intro { display: grid; grid-template-columns: minmax(220px, .6fr) minmax(360px, 1.5fr) 1fr; gap: 24px; align-items: end; margin-bottom: 32px; }
.section-intro .eyebrow { margin: 0; }
.section-intro h2 { margin: 0; font-family: var(--display); font-size: clamp(38px, 4vw, 62px); font-weight: 500; line-height: 1; }
.section-intro > p:last-child { margin: 0; color: var(--muted); }
.home-story-groups { display: grid; gap: 12px; }
.story-group { border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.story-group summary { min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-family: var(--display); font-size: 22px; font-weight: 600; }
.story-group summary::-webkit-details-marker { display: none; }
.story-group summary small { display: flex; align-items: center; gap: 12px; color: var(--muted); font-family: var(--sans); font-size: 12px; font-weight: 700; }
.story-group summary small::after { content: "+"; width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--ink); }
.story-group[open] summary small::after { content: "−"; }
.current-stories { border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.current-stories-title { min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-family: var(--display); font-size: 22px; font-weight: 600; }
.current-stories-title small { color: var(--muted); font-family: var(--sans); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.story-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.story-link { min-width: 0; min-height: 212px; display: flex; flex-direction: column; padding: 24px; text-decoration: none; border-right: 1px solid var(--line); background: #fff; transition: color .2s ease, background .2s ease; }
.story-link:last-child { border-right: 0; }
.story-link:hover { color: #fff; background: var(--forest); }
.story-meta, .story-date { color: var(--clay); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.story-link strong { margin-top: 17px; font-family: var(--display); font-size: clamp(21px, 2vw, 28px); line-height: 1.05; font-weight: 600; }
.story-dek { margin-top: 12px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.story-link:hover .story-dek, .story-link:hover .story-date, .story-link:hover .story-meta { color: rgba(255,255,255,.8); }
.story-date { display: flex; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 22px; }
.story-date i { font-style: normal; font-size: 18px; }

.proof-strip { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 18px 40px; padding: 25px clamp(22px, 5vw, 76px); color: #fff; background: var(--blue); }
.proof-strip span { font-size: 11px; font-weight: 700; text-transform: uppercase; opacity: .72; }
.proof-strip strong { font-family: var(--display); font-size: 19px; font-weight: 500; }

.capabilities, .article-library, .portfolio-ledger, .project-ledger, .digital-cases, .split-copy { display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1.5fr); gap: clamp(35px, 8vw, 120px); padding: clamp(72px, 9vw, 140px) clamp(22px, 7vw, 108px); }
.section-intro.vertical { display: block; margin: 0; }
.section-intro.vertical h2 { margin-top: 20px; }
.section-intro.vertical > p:last-child { margin-top: 22px; }
.capability-list { border-top: 1px solid var(--ink); }
.capability-list a { display: grid; grid-template-columns: 46px 1fr 1fr; gap: 22px; align-items: start; padding: 26px 0; border-bottom: 1px solid var(--line); text-decoration: none; transition: padding .2s ease; }
.capability-list a:hover { padding-left: 12px; }
.capability-list span { color: var(--clay); font-size: 11px; font-weight: 700; }
.capability-list strong { font-family: var(--display); font-size: 27px; line-height: 1.05; }
.capability-list p { margin: 0; color: var(--muted); font-size: 14px; }
.field-note { display: grid; grid-template-columns: 1.3fr .7fr; gap: 50px; align-items: end; padding: clamp(65px, 8vw, 120px) clamp(22px, 7vw, 108px); color: #fff; background: var(--forest); }
.field-note blockquote { max-width: 900px; margin: 0; font-family: var(--display); font-size: clamp(36px, 5vw, 72px); line-height: 1.03; }
.field-note div { display: grid; gap: 10px; padding-left: 25px; border-left: 2px solid var(--clay); }
.field-note span { color: var(--sage); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.field-note a { font-family: var(--display); font-size: 20px; }
.client-ledger { padding: clamp(72px, 8vw, 120px) clamp(22px, 7vw, 108px); background: #eef2ed; }
.ledger-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--line); }
.ledger-grid span { min-height: 106px; display: flex; align-items: flex-end; padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 19px; line-height: 1.2; }
.contact-band { display: grid; grid-template-columns: .65fr 1.5fr auto; gap: 30px; align-items: center; padding: 55px clamp(22px, 7vw, 108px); color: #fff; background: var(--clay); }
.contact-band .eyebrow { margin: 0; color: rgba(255,255,255,.75); }
.contact-band h2 { margin: 0; font-family: var(--display); font-size: clamp(40px, 5vw, 70px); font-weight: 500; line-height: 1; }

.page-lead { min-height: 520px; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(90px, 12vw, 160px) clamp(22px, 7vw, 108px) 72px; color: #fff; background: var(--forest); }
.page-lead h1, .contact-intro h1 { font-size: clamp(62px, 8vw, 118px); }
.page-lead > p:not(.eyebrow) { max-width: 680px; margin: 28px 0 0; color: rgba(255,255,255,.76); font-family: var(--display); font-size: 25px; }
.work-lead { background: #244f9f; }
.service-lead { background: #4e2530; }
.digital-lead { color: var(--ink); background: #c4d4c2; }
.digital-lead > p:not(.eyebrow) { color: #40504b; }
.article-library { background: #fff; }
.library-column { min-width: 0; }
.story-grid.compact { grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--line); }
.story-grid.compact + [data-na-published-list], [data-na-published-list] .story-grid { margin-top: 18px; }
.portfolio-ledger { background: #eef2ed; }
.portfolio-groups { border-top: 1px solid var(--ink); }
.portfolio-group { border-bottom: 1px solid #bdc7bf; }
.portfolio-group summary { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; list-style: none; }
.portfolio-group summary::-webkit-details-marker { display: none; }
.portfolio-group summary span { font-family: var(--display); font-size: 25px; font-weight: 600; }
.portfolio-group summary small { color: var(--muted); font-size: 11px; text-transform: uppercase; }
.portfolio-group summary small::after { content: "+"; display: inline-grid; width: 28px; height: 28px; margin-left: 15px; place-items: center; border: 1px solid #a8b3aa; color: var(--ink); font-size: 17px; }
.portfolio-group[open] summary small::after { content: "−"; }
.portfolio-group ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 30px; margin: 0; padding: 0 0 28px; list-style: none; }
.portfolio-group li { border-top: 1px solid rgba(23,32,30,.1); }
.portfolio-group li a { display: block; padding: 11px 0; font-size: 13px; text-decoration-color: rgba(23,32,30,.25); text-underline-offset: 3px; }

.service-principles { display: grid; grid-template-columns: repeat(3, 1fr); color: #fff; background: var(--blue); }
.service-principles div { min-height: 235px; padding: 40px clamp(25px, 4vw, 65px); border-right: 1px solid rgba(255,255,255,.25); }
.service-principles strong { font-family: var(--display); font-size: 38px; font-weight: 500; }
.service-principles p { color: rgba(255,255,255,.75); }
.projects { border-top: 1px solid var(--ink); }
.project { display: grid; grid-template-columns: 50px minmax(190px, .7fr) 1fr; gap: 26px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.project > span, .digital-case span { color: var(--clay); font-size: 11px; font-weight: 700; }
.project h2, .digital-case h2 { margin: 0; font-family: var(--display); font-size: 27px; line-height: 1.05; font-weight: 600; }
.project p, .digital-case p { margin: 0; color: var(--muted); font-size: 14px; }
.digital-cases { background: #fff; }
.digital-case { display: grid; grid-template-columns: .75fr 1fr; gap: 32px; padding: 28px 0; border-top: 1px solid var(--line); }
.digital-case div { display: grid; grid-template-columns: 42px 1fr; gap: 10px; }
.process-band { display: grid; grid-template-columns: repeat(3, 1fr); color: #fff; background: var(--forest); }
.process-band div { min-height: 190px; display: flex; flex-direction: column; justify-content: space-between; padding: 34px clamp(24px, 4vw, 62px); border-right: 1px solid rgba(255,255,255,.18); }
.process-band span { color: var(--sage); font-size: 11px; font-weight: 700; }
.process-band strong { max-width: 290px; font-family: var(--display); font-size: 28px; font-weight: 500; line-height: 1.1; }
.split-copy { background: #fff; }
.split-copy h2 { margin: 20px 0 0; font-family: var(--display); font-size: clamp(40px, 5vw, 70px); font-weight: 500; line-height: 1; }
.split-copy > div:last-child { max-width: 720px; }
.split-copy > div:last-child p { color: var(--muted); font-size: 18px; }

.contact-page { min-height: calc(100vh - 82px); display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; gap: 50px 80px; padding: clamp(80px, 10vw, 150px) clamp(22px, 7vw, 108px); color: #fff; background: var(--forest); }
.contact-intro p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.72); font-family: var(--display); font-size: 24px; }
.contact-details { border-top: 1px solid rgba(255,255,255,.4); }
.contact-details > * { min-height: 98px; display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.22); text-decoration: none; }
.contact-details span { color: var(--sage); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.contact-details strong { font-family: var(--display); font-size: clamp(22px, 2.5vw, 34px); font-weight: 500; overflow-wrap: anywhere; }
.contact-details i { font-size: 25px; font-style: normal; }
.contact-page aside { grid-column: 2; padding-left: 25px; border-left: 2px solid var(--clay); color: rgba(255,255,255,.75); }

.article-page { background: #fff; }
.article-head { min-height: 560px; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(90px, 12vw, 150px) max(22px, calc((100vw - 980px) / 2)) 70px; color: #fff; background: var(--forest); }
.article-head h1 { max-width: 1000px; font-size: clamp(54px, 7vw, 104px); }
.article-head > p:not(.eyebrow) { max-width: 760px; margin: 28px 0 0; color: rgba(255,255,255,.75); font-family: var(--display); font-size: 24px; }
.article-head > span { margin-top: 28px; color: var(--sage); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.back-link { align-self: flex-start; margin-bottom: auto; font-size: 12px; font-weight: 700; text-decoration: none; }
.article-body { width: min(760px, calc(100% - 44px)); margin: 0 auto; padding: 80px 0 110px; font-family: var(--display); font-size: 20px; line-height: 1.68; }
.article-body .standfirst { margin-top: 0; color: var(--forest); font-size: 30px; line-height: 1.4; }
.article-body h2 { margin: 60px 0 16px; color: var(--forest); font-size: 38px; line-height: 1.1; font-weight: 600; }
.article-body h3 { margin: 42px 0 14px; color: var(--blue); font-size: 27px; line-height: 1.2; }
.article-body table { width: 100%; display: block; overflow-x: auto; border-collapse: collapse; font-family: var(--sans); font-size: 14px; }
.article-body th, .article-body td { min-width: 160px; padding: 13px; text-align: left; border: 1px solid var(--line); }
.article-body img { width: 100%; margin: 35px 0; border: 1px solid var(--line); }
.related-reading { display: grid; grid-template-columns: .6fr 1.4fr; gap: 50px; padding: 70px clamp(22px, 7vw, 108px); background: #eef2ed; }
.related-reading h2 { margin: 0; font-family: var(--display); font-size: 45px; font-weight: 500; }
.related-reading > div:last-child { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); }
.related-reading > div:last-child a { min-height: 150px; display: flex; flex-direction: column; padding: 20px; border-right: 1px solid var(--line); text-decoration: none; }
.related-reading a span { color: var(--clay); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.related-reading a strong { margin-top: 15px; font-family: var(--display); font-size: 21px; line-height: 1.1; }

.site-footer { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding: 58px clamp(22px, 7vw, 108px); color: #fff; background: var(--ink); }
.site-footer strong { font-family: var(--display); font-size: 24px; font-weight: 500; }
.site-footer p { max-width: 460px; color: rgba(255,255,255,.55); font-size: 13px; }
.footer-contact, .footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-contact a, .footer-links a { font-size: 13px; text-underline-offset: 4px; }

@media (max-width: 980px) {
  .story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .story-link:nth-child(2n) { border-right: 0; }
  .story-link:nth-child(n+3) { border-top: 1px solid var(--line); }
  .section-intro { grid-template-columns: .5fr 1.2fr; }
  .section-intro > p:last-child { grid-column: 2; }
  .capabilities, .article-library, .portfolio-ledger, .project-ledger, .digital-cases, .split-copy { grid-template-columns: 1fr; gap: 50px; }
  .ledger-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-band { grid-template-columns: 1fr auto; }
  .contact-band .eyebrow { grid-column: 1 / -1; }
  .contact-page { grid-template-columns: 1fr; }
  .contact-page aside { grid-column: 1; }
  .related-reading { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .site-header { height: 68px; padding: 0 18px; }
  .wordmark { display: grid; gap: 0; }
  .wordmark strong { font-size: 22px; line-height: 1; }
  .wordmark span { margin-top: 4px; font-size: 9px; }
  .menu-button { display: block; }
  .site-header nav { position: absolute; top: 68px; left: 0; right: 0; display: none; padding: 12px 18px 22px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .site-header nav.open { display: grid; }
  .site-header nav a { min-height: 43px; display: flex; align-items: center; border-bottom: 1px solid var(--line); }
  .menu-button[aria-expanded="true"] .menu-lines { background: transparent; }
  .menu-button[aria-expanded="true"] .menu-lines::before { transform: translateY(2px) rotate(45deg); }
  .menu-button[aria-expanded="true"] .menu-lines::after { transform: translateY(0) rotate(-45deg); }
  .hero { min-height: 610px; }
  .hero-photo { background-position: 60% center; }
  .hero-photo::after { inset: 0; background: rgba(12, 28, 25, .68); }
  .hero-copy { width: 100%; padding: 85px 22px 72px; }
  .hero h1 { font-size: clamp(56px, 17vw, 74px); }
  .hero-copy > p:not(.eyebrow) { font-size: 21px; }
  .hero-credit { display: none; }
  .section-intro { display: block; }
  .section-intro h2 { margin-top: 14px; }
  .section-intro > p:last-child { margin-top: 16px; }
  .home-stories { padding: 46px 18px; }
  .story-group summary { font-size: 19px; }
  .current-stories-title { font-size: 19px; }
  .story-grid, .story-grid.compact { grid-template-columns: 1fr; }
  .story-link { min-height: 180px; border-right: 0; border-top: 1px solid var(--line); }
  .story-link:first-child { border-top: 0; }
  .proof-strip { justify-content: flex-start; gap: 13px 22px; }
  .proof-strip span { width: 100%; }
  .capabilities, .article-library, .portfolio-ledger, .project-ledger, .digital-cases, .split-copy { padding: 70px 18px; }
  .capability-list a { grid-template-columns: 34px 1fr; }
  .capability-list p { grid-column: 2; }
  .field-note { grid-template-columns: 1fr; padding: 70px 18px; }
  .field-note blockquote { font-size: 40px; }
  .client-ledger { padding: 70px 18px; }
  .ledger-grid { grid-template-columns: 1fr 1fr; }
  .ledger-grid span { min-height: 96px; font-size: 16px; }
  .contact-band { grid-template-columns: 1fr; padding: 50px 18px; }
  .page-lead { min-height: 500px; padding: 100px 18px 55px; }
  .page-lead h1, .contact-intro h1 { font-size: clamp(54px, 17vw, 76px); }
  .page-lead > p:not(.eyebrow) { font-size: 21px; }
  .portfolio-group summary { align-items: flex-start; padding: 16px 0; }
  .portfolio-group summary span { font-size: 21px; }
  .portfolio-group summary small { text-align: right; }
  .portfolio-group ul { grid-template-columns: 1fr; }
  .service-principles, .process-band { grid-template-columns: 1fr; }
  .service-principles div, .process-band div { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .project { grid-template-columns: 32px 1fr; }
  .project p { grid-column: 2; }
  .digital-case { grid-template-columns: 1fr; gap: 15px; }
  .contact-page { min-height: 0; padding: 90px 18px 70px; }
  .contact-details > * { grid-template-columns: 68px 1fr auto; }
  .contact-details strong { font-size: 20px; }
  .article-head { min-height: 520px; padding: 90px 22px 55px; }
  .article-head h1 { font-size: clamp(48px, 14vw, 66px); overflow-wrap: anywhere; }
  .article-head > p:not(.eyebrow) { font-size: 20px; }
  .article-body { width: calc(100% - 36px); padding: 55px 0 80px; font-size: 19px; }
  .article-body .standfirst { font-size: 25px; }
  .article-body h2 { font-size: 32px; }
  .article-body table { display: table; table-layout: fixed; overflow: visible; font-size: 11px; line-height: 1.35; }
  .article-body th, .article-body td { min-width: 0; padding: 8px 6px; overflow-wrap: anywhere; }
  .related-reading { padding: 55px 18px; }
  .related-reading > div:last-child { grid-template-columns: 1fr; }
  .related-reading > div:last-child a { min-height: 110px; border-right: 0; border-bottom: 1px solid var(--line); }
  .site-footer { grid-template-columns: 1fr; padding: 50px 18px; }
}

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