:root {
  --ink: #0a0d0f;
  --ink-soft: #12171b;
  --paper: #f7f4ee;
  --cream: #ece5da;
  --white: #fff;
  --orange: #ef5a22;
  --orange-dark: #c83f12;
  --gold: #bd8b35;
  --muted: #696a67;
  --line: rgba(16, 18, 19, .14);
  --line-dark: rgba(255, 255, 255, .15);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
  --container: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 90px; }
body { margin: 0; background: var(--ink); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
.container { width: var(--container); 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: -80px; z-index: 9999; background: var(--paper); color: var(--ink); padding: 10px 16px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; color: var(--white); transition: background .3s, box-shadow .3s; }
.site-header.is-scrolled { background: rgba(8, 11, 13, .94); box-shadow: 0 1px 0 var(--line-dark); backdrop-filter: blur(12px); }
.nav-wrap { width: min(1380px, calc(100% - 56px)); height: 92px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: flex; flex-direction: column; line-height: 1.1; letter-spacing: .16em; }
.brand span { font-size: .92rem; font-weight: 600; }
.brand small { margin-top: 7px; color: rgba(255,255,255,.7); font-size: .54rem; letter-spacing: .28em; }
.site-nav { display: flex; gap: clamp(20px, 3vw, 42px); align-items: center; }
.site-nav a { position: relative; font-size: .73rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--orange); transition: right .25s; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 9px; background: transparent; border: 0; color: var(--white); }
.menu-toggle > span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 5px 0; background: currentColor; transition: transform .25s, opacity .25s; }

.hero { position: relative; min-height: 720px; height: 90svh; max-height: 880px; display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--ink); }
.hero::before { content: ""; position: absolute; inset: 0; background: url("assets/portrait.png") center center / cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,8,11,.06) 0%, rgba(2,8,11,.08) 32%, rgba(2,8,11,.62) 52%, rgba(2,8,11,.92) 76%, rgba(2,8,11,.98) 100%), linear-gradient(0deg, rgba(2,8,11,.68), transparent 44%); }
.hero-content { position: relative; z-index: 1; width: min(1380px, calc(100% - 112px)); margin: 74px auto 0; padding-left: 46%; }
.section-number, .case-meta, .section-kicker { text-transform: uppercase; letter-spacing: .15em; font-size: .72rem; font-weight: 600; }
.hero-role { margin: 18px 0 9px; color: var(--white); font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hero h1 { max-width: 600px; margin-bottom: 0; font-family: var(--serif); font-size: clamp(4.2rem, 6.35vw, 6.6rem); font-weight: 600; line-height: .89; letter-spacing: -.055em; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 610px; margin: 24px 0 26px; color: rgba(255,255,255,.82); font-size: clamp(1rem, 1.22vw, 1.16rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border: 1px solid transparent; border-radius: 0; cursor: pointer; font-size: .73rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: background .25s, color .25s, border-color .25s, transform .25s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--white); background: var(--orange); border-color: var(--orange); }
.btn-primary:hover { background: var(--orange-dark); border-color: var(--orange-dark); }
.btn-ghost { color: var(--white); background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.45); }
.btn-ghost:hover { background: var(--white); color: var(--ink); }
.play-icon { font-size: .7rem; }
.representation { margin: 24px 0 0; color: rgba(255,255,255,.65); font-size: .76rem; letter-spacing: .04em; }
.representation strong { color: var(--white); font-weight: 500; }
.scroll-cue { position: absolute; z-index: 2; left: 50%; bottom: 28px; width: 36px; height: 56px; border: 1px solid rgba(255,255,255,.4); border-radius: 22px; transform: translateX(-50%); }
.scroll-cue span { position: absolute; top: 11px; left: 50%; width: 4px; height: 4px; background: var(--white); border-radius: 50%; transform: translateX(-50%); animation: scroll-dot 1.8s infinite; }
@keyframes scroll-dot { 0% { opacity: 0; transform: translate(-50%,0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%,22px); } }

.section-light { background: var(--paper); color: var(--ink); }
.section-cream { background: var(--cream); color: var(--ink); }
.section-dark { background: var(--ink-soft); color: var(--white); }
.section-black { background: #050607; color: var(--white); }
.proof { padding: 42px 0 36px; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); padding-bottom: 30px; }
.stat { min-height: 78px; display: flex; align-items: flex-end; justify-content: center; gap: 16px; padding: 0 26px; border-right: 1px solid var(--line); }
.stat:first-child { justify-content: flex-start; padding-left: 0; }
.stat:last-child { justify-content: flex-end; padding-right: 0; border-right: 0; }
.stat strong { font-family: var(--serif); font-size: clamp(2.5rem, 4vw, 4.5rem); font-weight: 500; line-height: .9; white-space: nowrap; }
.stat span { color: var(--muted); font-size: .75rem; line-height: 1.45; }
.carriers { padding-top: 26px; }
.carriers-layout { display: block; padding: 30px 0 14px; }
.carriers h2 { margin: 0 0 30px; font-family: var(--serif); font-size: clamp(2.3rem, 3.3vw, 3.5rem); font-weight: 500; line-height: 1.02; letter-spacing: -.035em; text-align: center; }
.logo-flow { max-width: 1050px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 18px 26px; margin-inline: auto; }
.logo-flow > span { min-width: 54px; min-height: 34px; display: flex; align-items: center; justify-content: center; }
.logo-flow img { width: auto; max-width: 96px; max-height: 30px; object-fit: contain; }
.logo-flow .logo-wide img { max-width: 116px; }

.signature-projects { padding: 78px 0 86px; }
.section-heading { margin-bottom: 42px; }
.section-heading.split { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 50px; }
.section-heading.split > p { max-width: 470px; margin: 0 0 8px; color: var(--muted); }
.section-number { color: var(--orange); margin-bottom: 18px; }
.section-heading h2, .leadership h2, .journey h2, .sequence h2, .awards h2, .contact h2 { margin-bottom: 0; font-family: var(--serif); font-size: clamp(2.8rem, 4.7vw, 5.2rem); font-weight: 500; line-height: .98; letter-spacing: -.04em; }
.signature-case { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(40px, 5vw, 72px); align-items: center; padding: 46px 0; border-top: 1px solid var(--line-dark); }
.signature-case.reverse { grid-template-columns: .88fr 1.12fr; }
.signature-case.reverse .case-media { order: 2; }
.case-media { overflow: hidden; background: #050607; }
.case-player { aspect-ratio: 16 / 9; }
.case-player iframe { display: block; width: 100%; height: 100%; border: 0; }
.case-copy { max-width: 540px; }
.case-meta { color: var(--orange); margin-bottom: 16px; }
.case-copy h3 { margin-bottom: 18px; font-family: var(--serif); font-size: clamp(2.4rem, 3.7vw, 4.5rem); font-weight: 500; line-height: .95; letter-spacing: -.045em; }
.case-copy > p:not(.case-meta):not(.case-role) { color: rgba(255,255,255,.7); font-size: 1rem; }
.case-role { margin: 0 0 14px; color: var(--white); font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.case-challenge { max-width: 510px; margin: 0 0 18px; line-height: 1.55; }
.video-projects { padding: 76px 0 84px; }
.section-note { margin: 12px 0 0; color: var(--orange-dark); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.video-project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px 18px; }
.video-project { overflow: hidden; background: #fff; border: 1px solid var(--line); }
.video-embed { aspect-ratio: 16 / 9; background: #050607; }
.video-embed iframe { display: block; width: 100%; height: 100%; border: 0; }
.youtube-project { transition: transform .25s, border-color .25s; }
.youtube-project:hover { border-color: var(--orange); transform: translateY(-3px); }
.video-link-media { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #050607; }
.video-link-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.youtube-project:hover .video-link-media img { transform: scale(1.025); }
.direct-play { position: absolute; inset: 50% auto auto 50%; width: 52px; height: 52px; display: grid; place-items: center; color: #fff; background: var(--orange); border-radius: 50%; box-shadow: 0 8px 24px rgba(0,0,0,.35); transform: translate(-50%, -50%); }
.video-project-copy { min-height: 210px; padding: 19px 18px 17px; }
.video-project-copy h3 { min-height: 2.45em; margin: 0 0 17px; font-family: var(--serif); font-size: 1.28rem; font-weight: 600; line-height: 1.2; }
.video-meta { display: grid; gap: 0; margin: 0; }
.video-meta > div { display: grid; grid-template-columns: 76px 1fr; gap: 10px; padding: 8px 0; border-top: 1px solid var(--line); }
.video-meta dt { color: var(--orange-dark); font-size: .59rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.video-meta dd { margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.4; }

.creative-method { padding: 76px 0; }
.method-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(38px, 5vw, 70px); align-items: stretch; }
.method-photo { min-height: 500px; margin: 0; overflow: hidden; background: var(--ink); }
.method-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.86) contrast(1.04); }
.method-grid { display: grid; grid-template-columns: 1fr; border-top: 1px solid var(--line); }
.method-step { min-height: 0; display: grid; grid-template-columns: 58px 1fr; grid-template-areas: "icon title" "icon copy"; column-gap: 22px; align-content: center; padding: 25px 0; border-bottom: 1px solid var(--line); }
.skill-icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 22px; color: var(--orange); }
.skill-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.method-step .skill-icon { grid-area: icon; align-self: center; margin: 0; }
.method-step h3 { grid-area: title; margin: 0 0 7px; font-family: var(--serif); font-size: 2.1rem; font-weight: 500; }
.method-step p { grid-area: copy; max-width: 320px; margin: 0; color: var(--muted); }

.leadership { padding: 76px 0; }
.leadership-intro { display: block; max-width: 980px; padding-bottom: 38px; border-bottom: 1px solid var(--line-dark); text-align: left; }
.leadership-eyebrow { margin: 0 0 18px; color: var(--orange); font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.leadership-intro h2 { max-width: 920px; font-size: clamp(2.45rem, 4vw, 4.5rem); line-height: 1.02; }
.leadership-summary { max-width: 850px; margin: 24px 0 0; color: rgba(255,255,255,.76); font-size: 1.05rem; line-height: 1.65; }
.leadership-references { margin: 22px 0 0; color: var(--orange); font-size: .69rem; font-weight: 600; letter-spacing: .11em; line-height: 1.6; text-transform: uppercase; }
.leadership-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.leadership-grid article { min-height: 250px; padding: 34px 32px 18px 0; border-right: 1px solid var(--line-dark); }
.leadership-grid article + article { padding-left: 36px; }
.leadership-grid article:last-child { border-right: 0; }
.leadership-grid .skill-icon { color: var(--orange); }
.leadership-grid h3 { margin: 0 0 18px; font-family: var(--serif); font-size: 1.75rem; font-weight: 500; }
.leadership-grid p { color: rgba(255,255,255,.58); }

.journey { padding: 78px 0 82px; overflow: hidden; }
.journey-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(42px, 6vw, 90px); align-items: stretch; }
.journey-copy h2 { margin-bottom: 34px; }
.journey-photo { min-height: 610px; margin: 0; overflow: hidden; background: var(--ink); }
.journey-photo img { height: 100%; object-fit: cover; object-position: 28% center; filter: saturate(.82); }
.milestone-list { border-top: 1px solid var(--line); }
.milestone { min-height: 76px; display: grid; grid-template-columns: 92px 1fr; align-items: center; gap: 24px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.milestone time { display: block; color: var(--orange-dark); font-size: .78rem; font-weight: 700; letter-spacing: .08em; }
.milestone h3 { margin: 0 0 3px; font-family: var(--sans); font-size: 1rem; font-weight: 700; line-height: 1.3; }
.milestone p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.5; }

.sequence { padding: 78px 0 88px; }
.sequence-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 42px; margin-bottom: 42px; }
.sequence-tagline { margin: 18px 0 0; color: rgba(255,255,255,.82); font-family: var(--sans); font-size: clamp(1.08rem, 1.7vw, 1.35rem); line-height: 1.45; }
.sequence-tagline strong { color: var(--orange); font-weight: 700; }
.podcast-ranking { max-width: 315px; display: flex; flex: 0 0 auto; align-items: center; gap: 15px; padding: 13px 16px; border: 1px solid var(--line-dark); }
.ranking-icon { width: 54px; height: 54px; display: grid; flex: 0 0 auto; place-items: center; color: var(--orange); border: 1px solid var(--orange); border-radius: 50%; }
.ranking-icon svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.ranking-copy { display: grid; gap: 3px; }
.ranking-copy strong { color: var(--white); font-family: var(--serif); font-size: 1.45rem; font-weight: 600; line-height: 1; }
.ranking-copy small { color: rgba(255,255,255,.62); font-size: .68rem; line-height: 1.35; }
.episode-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.episode { display: block; padding: 0; color: var(--white); background: transparent; border: 1px solid var(--line-dark); text-align: left; transition: border-color .25s, transform .25s; }
.episode:hover, .episode:focus-visible { border-color: var(--orange); transform: translateY(-3px); }
.episode-image { position: relative; display: block; overflow: hidden; }
.episode-image img { aspect-ratio: 16 / 9; object-fit: cover; transition: transform .35s; }
.episode:hover .episode-image img { transform: scale(1.025); }
.episode-copy { display: flex; min-height: 124px; flex-direction: column; padding: 18px; }
.episode-copy small { color: var(--orange); font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.episode-copy strong { margin-top: 12px; font-family: var(--serif); font-size: 1.24rem; font-weight: 500; line-height: 1.35; }
.sequence-actions { display: flex; gap: 14px; margin-top: 28px; }
.listen-link { min-height: 54px; display: inline-flex; align-items: center; gap: 11px; padding: 12px 18px; border: 1px solid var(--line-dark); font-size: .78rem; font-weight: 700; transition: transform .2s, border-color .2s, background .2s; }
.listen-link:hover { border-color: var(--orange); background: rgba(255,255,255,.05); transform: translateY(-2px); }
.listen-link svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.listen-link.deezer svg { fill: currentColor; stroke: none; }

.awards { padding: 72px 0; }
.awards-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.awards-heading { align-self: start; }
.award-icon { width: 72px; height: 72px; display: grid; place-items: center; margin-bottom: 24px; color: var(--orange-dark); }
.award-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.awards ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.awards li { display: grid; grid-template-columns: 100px 1fr; padding: 18px 0; border-bottom: 1px solid var(--line); }
.awards li span { color: var(--orange-dark); font-weight: 700; }

.contact { padding: 72px 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: end; }
.contact h2 { color: var(--orange); }
.contact-details { display: grid; gap: 10px; }
.contact-details a { width: fit-content; color: rgba(255,255,255,.72); }
.contact-details a:hover { color: var(--white); }
.contact-details .mail-link { margin-bottom: 16px; color: var(--white); font-family: var(--serif); font-size: clamp(1.5rem, 2.6vw, 2.6rem); }
.mail-link span { color: var(--orange); }
.contact-details p { margin: 14px 0 0; color: rgba(255,255,255,.42); font-size: .74rem; }
.site-footer { padding: 24px 0; color: rgba(255,255,255,.45); background: #050607; font-size: .68rem; }
.site-footer .container { display: flex; justify-content: space-between; gap: 24px; }
.site-footer p { margin: 0; }
.site-footer nav { display: flex; gap: 24px; }
.site-footer a:hover { color: var(--white); }

.legal-page { min-height: 100vh; background: var(--paper); color: var(--ink); }
.legal-header { padding: 30px 0; background: var(--ink); color: var(--white); }
.legal-header .container { display: flex; justify-content: space-between; align-items: center; }
.legal-main { max-width: 820px; margin: 0 auto; padding: 100px 24px; }
.legal-main h1 { font-family: var(--serif); font-size: clamp(2.8rem, 7vw, 5rem); line-height: 1; }
.legal-main h2 { margin-top: 42px; font-family: var(--serif); font-size: 1.7rem; }
.legal-main a { color: var(--orange-dark); text-decoration: underline; }

.reveal { opacity: 1; transform: none; }

:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

@media (max-width: 1000px) {
  :root { --container: min(100% - 40px, 900px); }
  .nav-wrap { width: calc(100% - 40px); }
  .hero-content { width: calc(100% - 64px); }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 32px 0; }
  .stat { justify-content: flex-start !important; padding: 0 24px 0 0 !important; border-right: 0; }
  .stat:nth-child(odd) { border-right: 1px solid var(--line); }
  .stat:nth-child(even) { padding-left: 24px !important; }
  .signature-case, .signature-case.reverse { grid-template-columns: 1fr 1fr; gap: 44px; }
  .video-project-grid { grid-template-columns: repeat(2, 1fr); }
  .journey-layout { grid-template-columns: 1fr .82fr; }
  .journey-photo { min-height: 620px; }
  .carriers-layout { grid-template-columns: 200px 1fr; gap: 30px; }
  .logo-flow { gap: 16px 22px; }
}

@media (max-width: 760px) {
  :root { --container: calc(100% - 32px); }
  .nav-wrap { width: calc(100% - 32px); height: 76px; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 30px; color: var(--white); background: rgba(5,7,8,.98); opacity: 0; pointer-events: none; transition: opacity .25s; }
  .site-nav.is-open { opacity: 1; pointer-events: auto; }
  .site-nav a { font-family: var(--serif); font-size: 2rem; font-weight: 500; text-transform: none; letter-spacing: 0; }
  .hero { min-height: 720px; }
  .hero::before { inset: 0; background-position: 32% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(2,8,11,.97) 0%, rgba(2,8,11,.88) 46%, rgba(2,8,11,.2) 100%), linear-gradient(90deg, rgba(2,8,11,.12), rgba(2,8,11,.55)); }
  .hero-content { width: calc(100% - 32px); margin-top: 235px; padding-left: 0; }
  .hero h1 { font-size: clamp(3.7rem, 17vw, 5.4rem); }
  .hero-lead { font-size: .94rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .scroll-cue { display: none; }
  .proof { padding-top: 46px; }
  .stats { gap: 28px 0; padding-bottom: 38px; }
  .stat { min-height: 82px; flex-direction: column; align-items: flex-start; gap: 8px; }
  .stat strong { font-size: 2.4rem; }
  .stat span br { display: none; }
  .carriers-layout { grid-template-columns: 1fr; gap: 22px; padding-top: 28px; }
  .carriers h2 br { display: none; }
  .logo-flow { gap: 15px 20px; }
  .logo-flow > span { min-width: 48px; min-height: 32px; }
  .logo-flow img { max-width: 88px; max-height: 28px; }
  .logo-flow .logo-wide img { max-width: 108px; }
  .signature-projects, .video-projects, .creative-method, .leadership, .sequence, .awards { padding: 58px 0; }
  .section-heading { margin-bottom: 34px; }
  .section-heading.split, .leadership-intro, .sequence-head, .awards-grid, .contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .section-heading h2, .leadership h2, .journey h2, .sequence h2, .awards h2, .contact h2 { font-size: clamp(2.7rem, 13vw, 4.2rem); }
  .signature-case, .signature-case.reverse { grid-template-columns: 1fr; gap: 28px; padding: 38px 0; }
  .signature-case.reverse .case-media { order: initial; }
  .video-project-grid, .episode-grid { grid-template-columns: 1fr; }
  .video-project-copy { min-height: 0; }
  .method-layout { grid-template-columns: 1fr; gap: 28px; }
  .method-photo { min-height: 360px; }
  .method-grid, .leadership-grid { grid-template-columns: 1fr; }
  .method-step, .method-step + .method-step, .leadership-grid article, .leadership-grid article + article { min-height: 0; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .leadership-grid article { border-bottom-color: var(--line-dark); }
  .method-step h3, .leadership-grid h3 { margin: 0 0 10px; }
  .journey { padding: 58px 0; }
  .journey-layout { grid-template-columns: 1fr; }
  .journey-photo { order: 2; }
  .journey-photo { min-height: 430px; }
  .journey-photo img { object-position: 28% center; }
  .milestone { min-height: 0; }
  .sequence-head { margin-bottom: 36px; }
  .sequence-head { align-items: flex-start; flex-direction: column; }
  .podcast-ranking { width: 100%; max-width: 340px; }
  .sequence-actions { flex-direction: column; }
  .listen-link { width: 100%; justify-content: center; }
  .awards li { grid-template-columns: 74px 1fr; }
  .contact { padding: 58px 0; }
  .site-footer .container { flex-direction: column; }
}

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