:root {
  --ink: #2e2930;
  --ink-soft: #5f5660;
  --plum: #692645;
  --plum-deep: #46172e;
  --rose: #d89ab8;
  --blush: #f4e7ed;
  --blush-light: #fbf6f8;
  --sage: #879b83;
  --sage-light: #dfe8dc;
  --cream: #fcfaf5;
  --white: #fff;
  --line: rgba(46, 41, 48, .14);
  --shadow: 0 28px 80px rgba(75, 36, 57, .14);
  --radius: 28px;
  --container: 1180px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: auto; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: clamp(88px, 11vw, 148px) 0; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; transform: translateY(-160%); padding: 10px 16px; background: var(--plum); color: white; border-radius: 8px; }
.skip-link:focus { transform: none; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: 1.05; }
h1 { font-size: clamp(3.25rem, 7.2vw, 6.9rem); }
h2 { font-size: clamp(2.65rem, 5vw, 5.25rem); }
h3 { font-family: var(--serif); font-size: clamp(1.75rem, 2.6vw, 2.55rem); font-weight: 400; line-height: 1.1; }

.eyebrow, .kicker, .project-category, .now-playing, .video-list-title {
  font-size: .74rem;
  font-weight: 750;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow { color: var(--plum); }
.kicker { margin-bottom: 18px; color: var(--plum); }
.section-label { display: flex; gap: 13px; align-items: center; color: var(--ink-soft); font-size: .76rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; white-space: nowrap; }
.section-label span { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: .65rem; }
.section-label.light { color: rgba(255,255,255,.66); }
.section-label.light span { border-color: rgba(255,255,255,.28); }

.site-header { position: fixed; z-index: 30; inset: 0 0 auto; border-bottom: 1px solid transparent; background: rgba(252,250,245,.88); backdrop-filter: blur(16px); transition: background .3s ease, border-color .3s ease, box-shadow .3s ease; }
.site-header.is-scrolled { background: rgba(252,250,245,.9); border-color: var(--line); box-shadow: 0 10px 35px rgba(46, 41, 48, .05); backdrop-filter: blur(18px); }
.header-inner { display: flex; height: 86px; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; gap: 10px; align-items: center; line-height: 1.1; }
.brand-flower { width: 38px; height: 38px; fill: none; stroke: var(--plum); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.brand strong { display: block; font-family: var(--serif); font-size: 1.18rem; font-weight: 600; }
.brand small { display: block; margin-top: 5px; color: var(--ink-soft); font-size: .58rem; font-weight: 650; letter-spacing: .19em; text-transform: uppercase; }
.site-nav { display: flex; gap: 34px; align-items: center; font-size: .79rem; font-weight: 680; letter-spacing: .04em; }
.site-nav > a { position: relative; }
.site-nav > a:not(.nav-cta)::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: var(--plum); content: ''; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.site-nav > a:hover::after, .site-nav > a.is-active::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 10px 18px; border: 1px solid var(--ink); border-radius: 100px; transition: background .2s ease, color .2s ease; }
.nav-cta:hover { background: var(--ink); color: white; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 1.5px; margin: 5px 0; background: currentColor; transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 100svh; padding: 135px 0 76px; overflow: hidden; background: linear-gradient(118deg, var(--cream) 0%, #fbf5f7 46%, var(--blush) 100%); }
.hero::before { position: absolute; width: 520px; height: 520px; top: 18%; right: -230px; border: 1px solid rgba(105,38,69,.11); border-radius: 50%; content: ''; box-shadow: 0 0 0 55px rgba(105,38,69,.025), 0 0 0 110px rgba(105,38,69,.018); }
.hero-blooms { position: absolute; inset: 0 0 auto; height: 180px; opacity: .7; pointer-events: none; }
.hero-blooms::before, .hero-blooms::after { position: absolute; top: 0; width: min(31vw, 510px); height: 180px; background-repeat: no-repeat; background-size: contain; content: ''; }
.hero-blooms::before { left: 0; background-image: url('assets/blooms-left-v2.webp'); background-position: left top; }
.hero-blooms::after { right: 0; background-image: url('assets/blooms-right-v2.webp'); background-position: right top; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(340px, .72fr); gap: clamp(56px, 8vw, 120px); min-height: calc(100svh - 210px); align-items: center; }
.hero-copy { position: relative; z-index: 2; padding-top: 55px; }
.hero-copy h1 { max-width: 820px; margin: 18px 0 28px; }
.hero-copy h1 em { position: relative; color: var(--plum); font-weight: 400; }
.hero-copy h1 em::after { position: absolute; right: -2px; bottom: -8px; left: 3px; height: 14px; border-top: 2px solid var(--rose); border-radius: 50%; content: ''; transform: rotate(-1deg); }
.hero-lead { max-width: 660px; color: var(--ink-soft); font-size: clamp(1.08rem, 1.6vw, 1.3rem); line-height: 1.7; }
.hero-actions { display: flex; gap: 26px; margin-top: 36px; align-items: center; flex-wrap: wrap; }
.button { display: inline-flex; gap: 16px; min-height: 52px; padding: 13px 23px; align-items: center; justify-content: center; border-radius: 100px; font-size: .76rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--plum); color: white; box-shadow: 0 12px 35px rgba(105,38,69,.23); }
.button-primary:hover { background: var(--plum-deep); box-shadow: 0 16px 40px rgba(105,38,69,.3); }
.button-outline { border: 1px solid var(--ink); }
.button-outline:hover { background: var(--ink); color: white; }
.text-link, .arrow-link { display: inline-flex; gap: 10px; padding-bottom: 4px; align-items: center; border-bottom: 1px solid currentColor; font-size: .81rem; font-weight: 750; letter-spacing: .04em; }
.text-link span, .arrow-link span { transition: transform .2s ease; }
.text-link:hover span, .arrow-link:hover span { transform: translate(3px,-2px); }
.hero-tags { display: flex; gap: 10px; margin-top: 46px; flex-wrap: wrap; }
.hero-tags span { padding: 7px 13px; border: 1px solid rgba(105,38,69,.22); border-radius: 100px; color: var(--plum); font-family: var(--serif); font-size: .86rem; font-style: italic; }
.hero-visual { position: relative; z-index: 1; padding: 36px 10px 0 0; }
.portrait-frame { position: relative; aspect-ratio: .78; max-height: 680px; overflow: hidden; border-radius: 48% 48% 8px 8px; box-shadow: var(--shadow); }
.portrait-frame::after { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.6); border-radius: inherit; content: ''; pointer-events: none; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 15%; }
.hero-stamp { position: absolute; right: -42px; bottom: 4%; width: 128px; height: 128px; padding: 7px; border-radius: 50%; background: var(--cream); color: var(--plum); box-shadow: 0 12px 35px rgba(70,23,46,.15); }
.hero-stamp svg { width: 100%; height: 100%; }
.hero-stamp text { fill: currentColor; font: 700 9px var(--sans); letter-spacing: 2px; }
.stamp-leaf { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.scroll-cue { position: absolute; bottom: 26px; left: 50%; display: flex; gap: 12px; align-items: center; color: var(--ink-soft); font-size: .66rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue span { width: 24px; height: 38px; border: 1px solid rgba(46,41,48,.25); border-radius: 20px; }
.scroll-cue span::after { display: block; width: 3px; height: 7px; margin: 7px auto 0; border-radius: 3px; background: var(--plum); content: ''; animation: scroll-dot 2s infinite; }
@keyframes scroll-dot { 0% { opacity: 0; transform: translateY(0); } 30% { opacity: 1; } 80%,100% { opacity: 0; transform: translateY(14px); } }

.intro { background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: 190px minmax(0,1fr); gap: clamp(35px, 8vw, 118px); }
.intro-content h2 { max-width: 990px; margin-bottom: 52px; }
.intro-columns { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px,5vw,76px); color: var(--ink-soft); font-size: 1.04rem; }
.intro-columns p:first-child::first-letter { float: left; margin: 9px 9px 0 0; color: var(--plum); font: 4.2rem/.72 var(--serif); }
.credentials { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin-top: 62px; padding-top: 30px; border-top: 1px solid var(--line); }
.credentials > div { display: flex; flex-direction: column; gap: 12px; padding-right: 26px; align-items: flex-start; }
.credentials > div + div { padding-left: 26px; border-left: 1px solid var(--line); }
.credentials strong { color: var(--plum); font: 400 clamp(1.7rem,3vw,2.5rem)/1 var(--serif); white-space: nowrap; }
.credentials span { color: var(--ink-soft); font-size: 1rem; line-height: 1.55; }

.quote-band { position: relative; padding: clamp(90px, 11vw, 140px) 0; overflow: hidden; background: var(--blush); }
.quote-band::before, .quote-band::after { position: absolute; width: 340px; height: 200px; background-repeat: no-repeat; background-size: contain; content: ''; opacity: .58; }
.quote-band::before { top: -25px; left: -40px; background-image: url('assets/blooms-left-v2.webp'); background-position: left top; }
.quote-band::after { right: -35px; bottom: -35px; background-image: url('assets/blooms-right-v2.webp'); background-position: right bottom; transform: rotate(180deg); }
.quote-inner { position: relative; z-index: 1; text-align: center; }
.quote-mark { display: block; height: 42px; color: var(--rose); font: 6rem/.8 var(--serif); }
.quote-inner blockquote { margin: 18px auto; color: var(--plum-deep); font: italic 400 clamp(2.4rem, 5vw, 5rem)/1.18 var(--serif); letter-spacing: -.025em; }
.quote-signature { color: var(--ink-soft); font-family: var(--serif); font-style: italic; }

.projects { background: var(--blush-light); }
.section-head { display: grid; grid-template-columns: 190px minmax(0,1fr) auto; gap: clamp(35px, 8vw, 118px); margin-bottom: 68px; align-items: end; }
.section-head h2 { margin: 0; }
.project-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 28px; }
.project-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); transition: transform .35s ease, box-shadow .35s ease; }
.project-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.project-wide { grid-column: 1 / -1; display: grid; grid-template-columns: 1.25fr .75fr; }
.project-image { position: relative; height: 360px; overflow: hidden; background: var(--blush); }
.project-featured .project-image { height: 440px; }
.project-image-wide { height: 100%; min-height: 360px; }
.project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.6,.2,1); }
.project-featured .project-image img { object-position: center 42%; }
.project-card:hover .project-image img { transform: scale(1.035); }
.project-number { position: absolute; top: 20px; right: 20px; display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: rgba(255,255,255,.78); font-size: .68rem; font-weight: 800; backdrop-filter: blur(10px); }
.project-body { padding: 34px 36px 38px; }
.project-body h3 { margin: 0 0 16px; }
.project-body p:not(.project-category) { max-width: 600px; color: var(--ink-soft); }
.project-category { margin-bottom: 12px; color: var(--plum); font-size: .66rem; }
.arrow-link { margin-top: 8px; color: var(--plum); }

.podcast { position: relative; overflow: hidden; background: var(--plum-deep); color: white; }
.podcast-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(320px,.82fr) minmax(0,1fr); gap: clamp(60px,10vw,140px); align-items: center; }
.podcast-orbit { position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.orbit-one { width: 680px; height: 680px; top: -190px; left: -230px; }
.orbit-two { width: 520px; height: 520px; right: -210px; bottom: -320px; box-shadow: 0 0 0 64px rgba(255,255,255,.018), 0 0 0 128px rgba(255,255,255,.012); }
.podcast-cover { position: relative; aspect-ratio: 1; max-width: 490px; padding: 34px; overflow: hidden; border-radius: 26px; background: linear-gradient(145deg, #ead5df, #c483a5); box-shadow: 0 36px 90px rgba(0,0,0,.28); color: var(--plum-deep); }
.podcast-cover::after { position: absolute; inset: 12px; border: 1px solid rgba(255,255,255,.48); border-radius: 18px; content: ''; pointer-events: none; }
.podcast-cover > p { margin: 0; font-size: .64rem; letter-spacing: .16em; text-transform: uppercase; }
.podcast-cover > strong { font-family: var(--serif); font-size: 1.2rem; font-weight: 400; }
.podcast-photo { position: absolute; top: 22px; right: 18px; width: 45%; height: 58%; overflow: hidden; border-radius: 50% 50% 8px 8px; }
.podcast-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; mix-blend-mode: multiply; }
.podcast-cover h3 { position: absolute; z-index: 1; bottom: 62px; left: 32px; margin: 0; font-size: clamp(3rem,6vw,5.4rem); line-height: .74; letter-spacing: -.055em; }
.podcast-cover h3 em { color: white; font-weight: 400; }
.podcast-cover > span { position: absolute; right: 32px; bottom: 30px; font-size: .65rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.soundwave { position: absolute; top: 42%; left: 34px; display: flex; gap: 5px; height: 44px; align-items: center; }
.soundwave i { display: block; width: 3px; height: 12px; border-radius: 4px; background: white; }
.soundwave i:nth-child(2), .soundwave i:nth-child(8) { height: 24px; }
.soundwave i:nth-child(3), .soundwave i:nth-child(7) { height: 37px; }
.soundwave i:nth-child(4), .soundwave i:nth-child(6) { height: 20px; }
.soundwave i:nth-child(5) { height: 44px; }
.podcast-copy .kicker { margin-top: 36px; color: var(--rose); }
.podcast-copy h2 { margin-bottom: 28px; font-size: clamp(2.7rem,4.7vw,4.9rem); }
.podcast-copy > p:not(.kicker) { max-width: 630px; color: rgba(255,255,255,.72); font-size: 1.04rem; }
.podcast-player { min-height: 110px; margin-top: 34px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.07); }
.player-placeholder { display: flex; gap: 18px; min-height: 108px; padding: 20px 24px; align-items: center; }
.round-play { display: grid; width: 58px; height: 58px; flex: 0 0 58px; place-items: center; border: 0; border-radius: 50%; background: white; color: var(--plum); cursor: pointer; transition: transform .2s ease; }
.round-play:hover { transform: scale(1.06); }
.round-play svg, .video-play svg { width: 24px; fill: currentColor; }
.player-placeholder strong, .player-placeholder small { display: block; }
.player-placeholder small { margin-top: 4px; color: rgba(255,255,255,.58); font-size: .71rem; }
.podcast-player iframe { display: block; width: 100%; height: 450px; border: 0; border-radius: inherit; }
.platform-links { display: flex; gap: 12px; margin-top: 14px; }
.platform-links a { display: flex; gap: 10px; min-width: 168px; padding: 10px 15px; align-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(255,255,255,.055); font-size: .8rem; font-weight: 650; transition: background .2s ease; }
.platform-links a:hover { background: rgba(255,255,255,.12); }
.platform-links small { display: block; color: rgba(255,255,255,.55); font-size: .6rem; font-weight: 500; }
.platform-icon { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: white; color: var(--plum); font-weight: 900; }

.videos { background: var(--cream); }
.videos-head { grid-template-columns: 190px minmax(0,1fr) auto; }
.video-layout { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(340px,.7fr); gap: 30px; align-items: start; }
.featured-video { overflow: hidden; border-radius: var(--radius); background: var(--blush); }
.video-stage { position: relative; aspect-ratio: 16/9; overflow: hidden; background: #1f1820; }
.video-stage > img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.01); }
.video-stage::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(31,24,32,.64)); content: ''; pointer-events: none; }
.video-play { position: absolute; z-index: 2; top: 50%; left: 50%; display: flex; flex-direction: column; gap: 9px; align-items: center; border: 0; background: transparent; color: white; cursor: pointer; font-size: .66rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; transform: translate(-50%,-50%); }
.video-play span { display: grid; width: 72px; height: 72px; place-items: center; border-radius: 50%; background: var(--plum); box-shadow: 0 15px 35px rgba(0,0,0,.25); transition: transform .2s ease, background .2s ease; }
.video-play:hover span { background: var(--plum-deep); transform: scale(1.08); }
.video-consent { position: absolute; z-index: 2; right: 18px; bottom: 14px; left: 18px; color: rgba(255,255,255,.8); font-size: .65rem; text-align: center; }
.video-stage iframe { position: relative; z-index: 3; display: block; width: 100%; height: 100%; border: 0; }
.featured-meta { padding: 30px 34px 34px; }
.now-playing { display: inline-block; margin-bottom: 10px; color: var(--plum); font-size: .64rem; }
.featured-meta h3 { margin: 0; font-size: clamp(1.65rem,2.4vw,2.35rem); }
.video-list { border-top: 1px solid var(--ink); }
.video-list-title { margin: 0; padding: 16px 0; border-bottom: 1px solid var(--line); color: var(--plum); font-size: .62rem; }
.video-item { display: grid; grid-template-columns: 26px 84px 1fr; gap: 14px; width: 100%; padding: 15px 0; align-items: center; border: 0; border-bottom: 1px solid var(--line); background: transparent; cursor: pointer; text-align: left; transition: color .2s ease, padding-left .2s ease; }
.video-item:hover, .video-item.is-selected { padding-left: 8px; color: var(--plum); }
.video-item img { width: 84px; height: 58px; object-fit: cover; border-radius: 7px; }
.video-item > span:last-child { display: -webkit-box; overflow: hidden; font-family: var(--serif); font-size: 1rem; font-weight: 600; line-height: 1.28; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.video-index { color: var(--ink-soft); font-size: .6rem; font-weight: 750; }

.connect { padding-bottom: 120px; background: linear-gradient(160deg, var(--blush) 0%, #edd8e2 100%); }
.connect-grid { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(50px,10vw,150px); align-items: end; }
.connect h2 { margin: 0; color: var(--plum-deep); }
.social-links { border-top: 1px solid rgba(70,23,46,.32); }
.social-links a { display: flex; padding: 18px 4px; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(70,23,46,.24); font: 400 clamp(1.45rem,2.5vw,2.1rem)/1.2 var(--serif); transition: padding .2s ease, color .2s ease; }
.social-links a:hover { padding-inline: 12px; color: var(--plum); }
.social-links b { font-family: var(--sans); font-size: 1rem; font-weight: 400; }

.site-footer { padding: 56px 0 22px; background: var(--ink); color: white; }
.footer-top { display: flex; padding-bottom: 50px; align-items: flex-end; justify-content: space-between; }
.footer-brand { display: flex; gap: 15px; align-items: center; }
.footer-brand .brand-flower { width: 54px; height: 54px; stroke: var(--rose); }
.footer-brand p { margin: 0; color: rgba(255,255,255,.6); font-size: .78rem; }
.footer-brand strong { color: white; font: 400 1.4rem var(--serif); }
.footer-mail { padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.35); font-family: var(--serif); font-size: clamp(1.05rem,2vw,1.4rem); }
.footer-mail span { margin-left: 10px; color: var(--rose); }
.footer-bottom { display: flex; padding-top: 20px; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.48); font-size: .69rem; }
.footer-bottom p { margin: 0; }
.footer-bottom nav { display: flex; gap: 20px; }
.footer-bottom a:hover { color: white; }

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

.legal-page { background: var(--blush-light); }
.legal-page .site-header { position: fixed; }
.back-link { padding-bottom: 3px; border-bottom: 1px solid var(--line); font-size: .76rem; font-weight: 700; }
.legal-main { position: relative; min-height: 100vh; padding: 170px 0 120px; overflow: hidden; }
.legal-bloom { position: absolute; top: 74px; right: -28px; width: 390px; height: 170px; background: url('assets/blooms-right-v2.webp') right top / contain no-repeat; opacity: .48; }
.legal-layout { position: relative; display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px,10vw,140px); }
.legal-heading { position: sticky; top: 140px; align-self: start; }
.legal-heading h1 { margin: 12px 0 20px; font-size: clamp(3.8rem,7vw,6.6rem); }
.legal-heading > p:last-child { color: var(--ink-soft); }
.legal-content { padding: 45px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); box-shadow: 0 20px 60px rgba(70,23,46,.07); }
.legal-content section + section { margin-top: 40px; padding-top: 36px; border-top: 1px solid var(--line); }
.legal-content h2 { margin-bottom: 14px; color: var(--plum); font-family: var(--sans); font-size: .79rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.legal-content p, .legal-content li { color: var(--ink-soft); }
.legal-content a { color: var(--plum); text-decoration: underline; text-underline-offset: 3px; }
.legal-content ul { padding-left: 20px; }
.legal-note { margin: 42px 0 0; padding: 18px; border-radius: 12px; background: var(--blush); font-size: .76rem; }

@media (max-width: 980px) {
  .site-nav { position: fixed; inset: 86px 20px auto; display: grid; gap: 0; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: rgba(252,250,245,.98); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity .2s ease, transform .2s ease; }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .site-nav a { padding: 14px; border-bottom: 1px solid var(--line); }
  .site-nav a:last-child { margin-top: 10px; border: 1px solid var(--ink); text-align: center; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .hero { padding-top: 118px; }
  .hero-grid { grid-template-columns: minmax(0,1fr) minmax(270px,.64fr); gap: 38px; }
  .hero-copy { padding-top: 40px; }
  .hero-copy h1 { font-size: clamp(3.4rem,8vw,5.5rem); }
  .hero-stamp { right: -16px; width: 108px; height: 108px; }
  .intro-grid, .section-head { grid-template-columns: 1fr; gap: 28px; }
  .section-head .button { justify-self: start; }
  .credentials { grid-template-columns: 1fr 1fr; }
  .credentials > div:last-child { grid-column: 1/-1; margin-top: 25px; padding: 25px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .project-grid { grid-template-columns: 1fr 1fr; }
  .project-featured .project-image, .project-image { height: 330px; }
  .project-wide { display: block; }
  .project-image-wide { height: 330px; min-height: 0; }
  .podcast-grid { grid-template-columns: .8fr 1.1fr; gap: 46px; }
  .video-layout { grid-template-columns: 1fr; }
  .video-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 22px; }
  .video-list-title { grid-column: 1/-1; }
  .connect-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 78px 0; }
  .header-inner { height: 76px; }
  .site-nav { top: 76px; }
  .brand strong { font-size: 1.06rem; }
  .brand small { font-size: .52rem; }
  .hero { min-height: auto; padding: 112px 0 92px; }
  .hero-blooms { height: 95px; opacity: .5; }
  .hero-grid { display: flex; min-height: 0; flex-direction: column; gap: 46px; align-items: stretch; }
  .hero-copy { padding-top: 24px; }
  .hero-copy h1 { margin-top: 14px; font-size: clamp(3.2rem,15vw,5rem); }
  .hero-visual { width: min(88%, 430px); margin-inline: auto; padding: 0; }
  .portrait-frame { max-height: none; }
  .hero-stamp { right: -20px; bottom: 5%; }
  .scroll-cue { display: none; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .intro-columns { grid-template-columns: 1fr; gap: 12px; }
  .credentials { grid-template-columns: 1fr; }
  .credentials > div { padding: 20px 0; }
  .credentials > div + div, .credentials > div:last-child { grid-column: auto; margin: 0; padding: 20px 0; border-top: 1px solid var(--line); border-left: 0; }
  .quote-band::before, .quote-band::after { width: 190px; }
  .project-grid { grid-template-columns: 1fr; }
  .project-wide { grid-column: auto; }
  .project-featured .project-image, .project-image, .project-image-wide { height: 310px; }
  .project-body { padding: 28px 25px 31px; }
  .podcast-grid { grid-template-columns: 1fr; }
  .podcast-cover { margin-inline: auto; }
  .podcast-copy .kicker { margin-top: 34px; }
  .platform-links { flex-direction: column; }
  .platform-links a { width: 100%; }
  .videos-head { grid-template-columns: 1fr; }
  .video-list { grid-template-columns: 1fr; }
  .video-item { grid-template-columns: 24px 76px 1fr; }
  .video-item img { width: 76px; height: 54px; }
  .featured-meta { padding: 25px; }
  .connect-grid { grid-template-columns: 1fr; }
  .footer-top { gap: 35px; align-items: flex-start; flex-direction: column; }
  .footer-bottom { gap: 14px; align-items: flex-start; flex-direction: column; }
  .legal-main { padding-top: 130px; }
  .legal-layout { grid-template-columns: 1fr; gap: 35px; }
  .legal-heading { position: static; }
  .legal-content { padding: 30px 24px; }
  .legal-page .brand small { display: none; }
  .back-link { font-size: .68rem; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 420px) {
  .hero-copy h1 { font-size: 3.35rem; }
  .button { width: 100%; }
  .podcast-cover { padding: 24px; }
  .podcast-cover h3 { bottom: 55px; left: 24px; }
  .podcast-cover > span { right: 22px; bottom: 24px; }
  .soundwave { left: 24px; }
  .player-placeholder { align-items: flex-start; }
  .player-placeholder small { line-height: 1.4; }
}

@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; }
}
