: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: smooth; }
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-mark { width: 25px; height: 48px; object-fit: contain; }
.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; }
.nav-listen { display: inline-flex; gap: 8px; align-items: center; background: transparent; color: var(--ink); cursor: pointer; font: inherit; letter-spacing: inherit; }
.nav-listen svg { width: 17px; height: 17px; fill: currentColor; }
.nav-listen:focus-visible { outline: 3px solid var(--rose); outline-offset: 3px; }
.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; padding: 130px 0 70px; overflow: hidden; background: var(--plum-deep); color: white; }
.hero::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg,rgba(30,10,21,.94) 0%,rgba(42,14,29,.8) 40%,rgba(42,14,29,.15) 69%,rgba(42,14,29,.04) 100%); content: ''; pointer-events: none; }
.hero-grid { position: relative; display: flex; align-items: center; }
.hero-copy { position: relative; z-index: 2; width: min(620px,52%); padding-top: 20px; }
.hero-copy .eyebrow { color: #efbfd5; }
.hero-copy h1 { max-width: 620px; margin: 18px 0 28px; color: white; font-size: clamp(2.9rem, 5.6vw, 4.4rem); }
.hero-copy h1 em { position: relative; color: #efbfd5; 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: 620px; color: rgba(255,255,255,.8); font-size: clamp(1.05rem, 1.45vw, 1.2rem); line-height: 1.7; }
.hero-actions { display: flex; gap: 26px; margin-top: 36px; align-items: center; flex-wrap: wrap; }
.hero-actions .button { margin-left: clamp(18px,3vw,48px); background: white; color: var(--plum-deep); box-shadow: 0 16px 40px rgba(0,0,0,.2); }
.hero-actions .button:hover { background: var(--blush); color: var(--plum-deep); }
.hero-actions .text-link { color: white; }
.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; width: min(calc(100vw - 40px),var(--container)); margin-top: 46px; flex-wrap: nowrap; }
.hero-tags span { display: flex; min-width: 0; padding: 7px 13px; flex: 1 1 0; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.32); border-radius: 100px; background: rgba(255,255,255,.06); color: rgba(255,255,255,.9); font-family: var(--serif); font-size: .86rem; font-style: italic; text-align: center; white-space: nowrap; backdrop-filter: blur(8px); }
.hero-visual { position: absolute; z-index: 0; inset: -130px calc((100vw - min(calc(100vw - 40px),var(--container))) / -2) -70px; padding: 0; }
.portrait-frame { position: absolute; inset: 0; max-height: none; overflow: hidden; border-radius: 0; box-shadow: none; }
.portrait-frame picture { display: block; width: 100%; height: 100%; }
.portrait-frame::after { display: none; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 68% center; }
.hero-stamp { display: none; }
.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; z-index: 3; bottom: 26px; left: 50%; display: flex; gap: 12px; align-items: center; color: rgba(255,255,255,.72); 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(255,255,255,.38); 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-summary { max-width: 900px; margin-bottom: 30px; color: var(--ink-soft); font-size: 1.08rem; line-height: 1.8; }
.read-more-link { padding: 0 0 4px; border-width: 0 0 1px; background: transparent; cursor: pointer; }
.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; }

.bio-dialog { width: min(calc(100% - 32px), 850px); max-height: min(88vh, 920px); margin: auto; padding: 0; overflow: hidden; border: 0; border-radius: 26px; background: var(--cream); color: var(--ink); box-shadow: 0 35px 100px rgba(34,16,27,.3); }
.bio-dialog::backdrop { background: rgba(46,41,48,.68); backdrop-filter: blur(7px); }
.bio-dialog-inner { position: relative; max-height: min(88vh, 920px); padding: clamp(38px,6vw,72px); overflow-y: auto; }
.bio-dialog h2 { max-width: 670px; margin: 0 0 34px; font-size: clamp(2.5rem,5vw,4.6rem); }
.bio-copy { max-width: 700px; color: var(--ink-soft); font-size: 1rem; line-height: 1.75; }
.bio-copy p:last-child { margin-bottom: 0; }
.bio-qualifications { margin-top: 42px; padding-top: 34px; border-top: 1px solid var(--line); }
.bio-qualifications h3 { margin: 0 0 24px; color: var(--plum); font-size: clamp(1.65rem,3vw,2.25rem); }
.bio-qualifications ol { display: grid; gap: 12px; margin: 0; padding-left: 2.1rem; list-style: decimal-leading-zero; }
.bio-qualifications li { padding: 3px 0 3px 8px; }
.bio-qualifications li::marker { color: var(--plum); font-size: .78rem; font-weight: 750; }
.dialog-close { position: absolute; z-index: 1; top: 22px; right: 22px; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: var(--blush-light); cursor: pointer; transition: background .2s ease, transform .2s ease; }
.dialog-close:hover { background: var(--blush); transform: rotate(4deg); }
.dialog-close span { position: absolute; top: 50%; left: 50%; width: 18px; height: 1.5px; background: currentColor; }
.dialog-close span:first-child { transform: translate(-50%,-50%) rotate(45deg); }
.dialog-close span:last-child { transform: translate(-50%,-50%) rotate(-45deg); }
.dialog-open { overflow: hidden; }

.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: repeat(2, minmax(0, 1fr)); gap: 28px; }
.project-card { display: flex; overflow: hidden; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); cursor: pointer; transition: transform .35s ease, box-shadow .35s ease; }
.project-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.project-card:focus-visible { outline: 3px solid var(--plum); outline-offset: 5px; transform: translateY(-4px); box-shadow: var(--shadow); }
.project-image { position: relative; height: 340px; overflow: hidden; background: var(--blush); }
.project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.6,.2,1); }
.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 { display: flex; flex: 1; padding: 34px 36px 38px; flex-direction: column; align-items: flex-start; }
.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: auto; color: var(--plum); }
.project-actions { display: flex; gap: 12px 22px; margin-top: auto; padding-top: 18px; flex-wrap: wrap; align-items: center; }
.project-actions .arrow-link { margin-top: 0; }
.project-actions button { padding: 0; border: 0; background: transparent; cursor: pointer; }
.external-topic-link { padding-left: 20px; border-left: 1px solid var(--line); }
.topic-tags { display: flex; gap: 8px; margin: 26px 0 6px; flex-wrap: wrap; }
.topic-tags span { padding: 7px 12px; border: 1px solid rgba(105,38,69,.2); border-radius: 100px; background: var(--blush-light); color: var(--plum); font-size: .72rem; font-weight: 700; line-height: 1.35; }
.topic-dialog-link { display: inline-flex; margin-top: 12px; color: white; }
.project-status { margin-top: auto; color: var(--ink-soft); font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.media-hub { padding-bottom: 0; background: var(--cream); }
.media-hub-head { display: grid; grid-template-columns: 190px minmax(0,1fr); gap: clamp(35px,8vw,118px); margin-bottom: 48px; align-items: end; }
.media-hub-head h2 { max-width: 850px; margin: 0; font-size: clamp(2.4rem,4.4vw,4.65rem); }
.media-tabs { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); padding: 7px; border: 1px solid var(--line); border-radius: 18px; background: rgba(251,246,248,.96); box-shadow: 0 16px 38px rgba(70,23,46,.1); transform: translateY(50%); backdrop-filter: blur(14px); }
.media-tabs button { min-height: 58px; padding: 12px 18px; border: 0; border-radius: 12px; background: transparent; color: var(--ink-soft); cursor: pointer; font-size: .78rem; font-weight: 750; letter-spacing: .08em; transition: background .2s ease,color .2s ease,box-shadow .2s ease; }
.media-tabs button:hover { color: var(--plum); }
.media-tabs button[aria-selected="true"] { background: var(--plum); color: white; box-shadow: 0 10px 24px rgba(70,23,46,.18); }
.media-tabs button:focus-visible { outline: 3px solid var(--rose); outline-offset: 2px; }
.media-tab-panel { height: 920px; min-height: 920px; padding: clamp(72px,9vw,118px) 0; }
.media-tab-panel[hidden] { display: none; }
.book-panel { background: linear-gradient(145deg,var(--blush-light),var(--sage-light)); }
.book-grid { display: grid; grid-template-columns: minmax(260px,.72fr) minmax(0,1fr); gap: clamp(50px,10vw,140px); align-items: center; }
.book-visual { display: flex; aspect-ratio: 3/4; max-width: 390px; padding: 42px; flex-direction: column; justify-content: flex-end; border-radius: 8px 24px 24px 8px; background: linear-gradient(150deg,var(--plum-deep),var(--plum)); box-shadow: 24px 30px 60px rgba(70,23,46,.22); color: white; }
.book-visual-mobile { display: none; }
.book-visual span { margin-bottom: auto; font-size: .7rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.book-visual strong { font: 400 clamp(2.3rem,3.5vw,3.2rem)/.92 var(--serif); letter-spacing: -.025em; }
.book-visual small { margin-top: 20px; color: rgba(255,255,255,.7); font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.book-copy h2 { margin-bottom: 28px; }
.book-copy > p:not(.kicker) { max-width: 650px; color: var(--ink-soft); font-size: 1.05rem; }
.book-copy .project-status { display: inline-block; margin-top: 20px; color: var(--plum); }
.book-newsletter { max-width: 680px; margin-top: 28px; padding: 24px 26px 26px; border: 1px solid rgba(105,38,69,.16); border-radius: 20px; background: rgba(252,250,245,.78); box-shadow: 0 18px 45px rgba(70,23,46,.08); }
.book-newsletter h3 { margin: 0 0 8px; color: var(--plum-deep); font-size: clamp(1.45rem,2.2vw,2rem); }
.book-newsletter > p { margin-bottom: 18px; color: var(--ink-soft); font-size: .92rem; line-height: 1.6; }
.book-newsletter-form { display: grid; gap: 14px; }
.newsletter-fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.book-newsletter-form .sib-input { display: grid; gap: 6px; }
.book-newsletter-form label:not(.privacy-check) { color: var(--ink); font-size: .7rem; font-weight: 750; letter-spacing: .04em; }
.book-newsletter-form input:not([type="checkbox"]):not(.input--hidden) { width: 100%; padding: 11px 13px; border: 1px solid var(--line); border-radius: 9px; outline: none; background: white; color: var(--ink); font: 400 .94rem/1.4 var(--sans); transition: border-color .2s ease,box-shadow .2s ease; }
.book-newsletter-form input:focus { border-color: var(--plum); box-shadow: 0 0 0 3px rgba(105,38,69,.12); }
.book-newsletter-form .entry__error { min-height: 0; color: #8b2030 !important; font-size: .68rem !important; font-weight: 500 !important; letter-spacing: 0 !important; }
.newsletter-privacy { margin-top: 1px; }
.newsletter-privacy > span { display: block; }
.book-newsletter-form > .button { width: fit-content; border: 0; cursor: pointer; }
.input--hidden { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.book-newsletter-message { display: none; margin-bottom: 14px; padding: 11px 13px; border: 1px solid; border-radius: 9px; font-size: .78rem; line-height: 1.45; }
.book-newsletter-message.sib-form-message-panel--active { display: block; }
.book-newsletter-error { border-color: #d7a0a8; background: #fff0f2; color: #7b1c2b; }
.book-newsletter-success { border-color: #9eb99c; background: #edf7eb; color: #315c37; }

.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: 440px; padding: 30px; 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: 58px; left: 30px; margin: 0; font-size: clamp(2.8rem,5vw,4.7rem); line-height: .76; 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: 22px; color: var(--rose); }
.media-panel-spacer { height: 20px; }
.podcast-copy h2 { margin-bottom: 20px; font-size: clamp(2.25rem,3.8vw,3.8rem); }
.podcast-copy > p:not(.kicker) { max-width: 630px; color: rgba(255,255,255,.72); font-size: 1.04rem; }
.podcast-intro-title { max-width: 650px; margin: 20px 0; color: white; font-family: var(--sans); font-size: clamp(1.08rem,1.45vw,1.35rem); font-weight: 700; line-height: 1.45; letter-spacing: 0; }
.podcast-player { min-height: 96px; margin-top: 24px; 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: 94px; padding: 16px 20px; 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; }
.podcast-player-static { height: 352px; min-height: 352px; margin-top: 0; overflow: hidden; background: #121212; }
.podcast-player-static iframe { height: 352px; }
.podcast-card-links { display: flex; gap: 22px; margin-top: 26px; align-items: flex-end; }
.podcast-cover-compact { width: 245px; flex: 0 0 245px; padding: 18px; border-radius: 20px; }
.podcast-cover-compact::after { inset: 8px; border-radius: 14px; }
.podcast-cover-compact > p { font-size: .48rem; }
.podcast-cover-compact > strong { font-size: .9rem; }
.podcast-cover-compact .podcast-photo { top: 15px; right: 13px; width: 44%; height: 57%; }
.podcast-cover-compact .soundwave { top: 40%; left: 20px; transform: scale(.68); transform-origin: left center; }
.podcast-cover-compact h3 { bottom: 40px; left: 18px; font-size: 2.45rem; }
.podcast-cover-compact > span { right: 18px; bottom: 17px; font-size: .46rem; }
.platform-links { display: flex; gap: 12px; margin-top: 14px; }
.podcast-card-links .platform-links { flex: 1; margin-top: 0; flex-direction: column; }
.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; }
.podcast-card-links .platform-links a { width: 100%; }
.podcast-platform-links { max-width: 500px; margin-top: 26px; flex-direction: row; }
.podcast-platform-links a { width: calc(50% - 6px); min-width: 0; padding: 0; overflow: hidden; border: 0; border-radius: 8px; background: transparent; }
.podcast-platform-links img { width: 100%; height: auto; }
.platform-links a:hover { background: rgba(255,255,255,.12); }
.podcast-platform-links a:hover { background: transparent; opacity: .86; }
.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: linear-gradient(145deg,#f4f7f1 0%,var(--sage-light) 100%); }
.videos-head { grid-template-columns: 150px minmax(0,1fr) auto; margin-bottom: 30px; }
.videos-head h2 { font-size: clamp(2.2rem,3.6vw,3.65rem); }
.video-layout { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 26px; 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: 18px 24px 22px; }
.now-playing { display: inline-block; margin-bottom: 10px; color: var(--plum); font-size: .64rem; }
.featured-meta h3 { display: -webkit-box; margin: 0; overflow: hidden; font-size: clamp(1.3rem,1.8vw,1.7rem); line-height: 1.15; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.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: 24px 68px 1fr; gap: 12px; width: 100%; padding: 9px 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: 68px; height: 46px; object-fit: cover; border-radius: 7px; }
.video-item > span:last-child { display: -webkit-box; overflow: hidden; font-family: var(--serif); font-size: .9rem; font-weight: 600; line-height: 1.22; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.video-index { color: var(--ink-soft); font-size: .6rem; font-weight: 750; }

.connect { display: flex; align-items: flex-start; 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; }
.contact-strip { margin-top: clamp(48px,7vw,82px); padding: clamp(44px,6vw,72px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); scroll-margin-top: 110px; }
.contact-strip-inner { display: flex; gap: 40px; align-items: center; justify-content: space-between; }
.contact-strip-inner h2 { max-width: 780px; margin: 0; font-size: clamp(2.35rem,4.7vw,4.8rem); }
.contact-strip-copy { max-width: 760px; margin: 24px 0 0; color: var(--ink-soft); font-size: 1rem; line-height: 1.75; }
.contact-strip-inner .button { flex: 0 0 auto; }
.contact-open { border: 0; cursor: pointer; }
.contact-dialog { width: min(calc(100% - 32px),760px); }
.contact-dialog h2 { margin-bottom: 18px; font-size: clamp(2.5rem,5vw,4.2rem); }
.contact-intro { max-width: 630px; margin-bottom: 30px; color: var(--ink-soft); }
.contact-form { display: grid; gap: 20px; }
.contact-form label { display: grid; gap: 7px; color: var(--ink); font-size: .72rem; font-weight: 750; letter-spacing: .06em; }
.contact-form input:not([type="checkbox"]), .contact-form textarea { width: 100%; padding: 13px 15px; border: 1px solid var(--line); border-radius: 10px; outline: none; background: white; color: var(--ink); font: 400 1rem/1.45 var(--sans); transition: border-color .2s ease,box-shadow .2s ease; }
.contact-form textarea { min-height: 130px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--plum); box-shadow: 0 0 0 3px rgba(105,38,69,.12); }
.form-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.privacy-check { display: grid !important; grid-template-columns: 20px minmax(0,1fr) !important; gap: 12px !important; align-items: start; color: var(--ink-soft) !important; font-size: .75rem !important; font-weight: 500 !important; letter-spacing: 0 !important; }
.privacy-check input { width: 17px; height: 17px; margin: 3px 0 0; accent-color: var(--plum); }
.privacy-check a { color: var(--plum); text-decoration: underline; text-underline-offset: 3px; }
.contact-form > .button { width: fit-content; border: 0; cursor: pointer; }
.form-note { margin: -8px 0 0; color: var(--ink-soft); font-size: .69rem; }

.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-mark { width: 34px; height: 65px; flex: 0 0 auto; object-fit: contain; }
.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: 22px; }
.footer-bottom nav { display: flex; gap: 20px; }
.footer-bottom a:hover { color: white; }
.copyright-trigger { padding: 0; border: 0; background: transparent; color: inherit; cursor: pointer; font: inherit; transition: color .2s ease; }
.copyright-trigger:hover { color: white; }
.copyright-trigger:focus-visible { outline: 2px solid var(--rose); outline-offset: 3px; border-radius: 2px; }
.podcast-art-dialog { width: min(calc(100% - 32px),1100px); background: var(--plum-deep); }
.podcast-art-dialog .bio-dialog-inner { padding: 68px 60px 60px; }
.podcast-art-dialog .dialog-close { border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.9); color: var(--plum-deep); }
.podcast-popup-grid { display: grid; grid-template-columns: minmax(320px,490px) minmax(360px,1fr); gap: clamp(34px,5vw,70px); align-items: center; }
.podcast-cover-popup { width: 490px; max-width: 100%; margin-inline: auto; }
.podcast-popup-player .kicker { margin-bottom: 10px; color: var(--rose); }
.podcast-popup-player h2 { margin: 0 0 24px; color: white; font-size: clamp(2.2rem,4vw,3.7rem); }
.podcast-popup-player iframe { display: block; width: 100%; height: 352px; border: 0; border-radius: 18px; background: #121212; }

.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 .nav-cta { width: 100%; margin-top: 10px; justify-content: center; border: 1px solid var(--ink); text-align: center; }
  .podcast-popup-grid { grid-template-columns: 1fr; }
  .podcast-cover-popup, .podcast-popup-player { width: min(100%,490px); margin-inline: auto; }
  .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: 96px; }
  .media-hub-head { grid-template-columns: 1fr; gap: 24px; }
  .book-grid { grid-template-columns: minmax(220px,.55fr) minmax(0,1fr); gap: 52px; }
  .hero-grid { grid-template-columns: minmax(0,1fr) minmax(270px,.64fr); gap: 38px; }
  .hero-copy { padding-top: 14px; }
  .hero-copy h1 { font-size: clamp(2.9rem,6.3vw,4.4rem); }
  .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-image { height: 330px; }
  .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: 0; padding: 96px 0 60px; }
  .hero::before { background: linear-gradient(180deg,rgba(30,10,21,.08) 0,rgba(42,14,29,.38) 150px,rgba(42,14,29,.94) 350px,var(--plum-deep) 460px); }
  .hero-grid { display: flex; min-height: 0; flex-direction: row; gap: 0; align-items: flex-end; }
  .hero-copy { width: 100%; padding: 70px 0 0; }
  .hero-copy h1 { margin-top: 14px; font-size: clamp(2.65rem,11.5vw,3.8rem); }
  .hero-visual { position: absolute; inset: -96px calc((100vw - min(calc(100vw - 30px),var(--container))) / -2) auto; width: auto; height: 420px; margin: 0; padding: 0; }
  .portrait-frame { max-height: none; }
  .portrait-frame img { object-position: center 22%; }
  .hero-stamp { right: -20px; bottom: 5%; }
  .scroll-cue { display: none; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-actions .button { margin-left: 0; }
  .hero-tags { display: none; }
  .media-tabs { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .media-tabs button { min-height: 52px; }
  .media-hub-head { margin-bottom: 0; }
  .media-hub-head h2 br { display: none; }
  .media-tab-panel { height: auto; min-height: 0; }
  .book-grid { grid-template-columns: 1fr; }
  .book-visual-desktop { display: none; }
  .book-visual-mobile { display: flex; width: min(50%,170px); margin: 28px auto 0; padding: 20px; }
  .book-visual-mobile strong { font-size: 1.45rem; }
  .book-visual-mobile span { font-size: .55rem; }
  .book-visual-mobile small { margin-top: 12px; font-size: .55rem; }
  .newsletter-fields { grid-template-columns: 1fr; }
  .book-newsletter { padding: 22px 20px; }
  .contact-strip-inner { align-items: flex-start; flex-direction: column; }
  .form-row { grid-template-columns: 1fr; }
  .contact-dialog-inner { padding-top: 62px; }
  .intro-columns { grid-template-columns: 1fr; gap: 12px; }
  .intro-content h2 { margin-bottom: 30px; }
  .intro-summary { font-size: 1rem; line-height: 1.7; }
  .bio-dialog-inner { padding: 58px 24px 36px; }
  .bio-dialog h2 { margin-bottom: 25px; font-size: 2.55rem; }
  .dialog-close { top: 14px; right: 14px; }
  .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-image { height: 310px; }
  .project-body { padding: 28px 25px 31px; }
  .contact-strip { padding: 28px 25px 31px; }
  .podcast-grid { grid-template-columns: 1fr; }
  .podcast-cover { margin-inline: auto; }
  .podcast-copy .kicker { margin-top: 34px; }
  .podcast-player-static, .podcast-player-static iframe { height: 352px; min-height: 352px; }
  .podcast-card-links { align-items: stretch; }
  .podcast-cover-compact { margin-inline: 0; }
  .platform-links { flex-direction: column; }
  .podcast-platform-links { flex-direction: row; }
  .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: 2.8rem; }
  .button { width: 100%; }
  .podcast-cover { padding: 24px; }
  .podcast-cover h3 { bottom: 55px; left: 24px; }
  .podcast-cover > span { right: 22px; bottom: 24px; }
  .soundwave { left: 24px; }
  .podcast-card-links { flex-direction: column; }
  .podcast-cover-compact { width: min(100%,280px); flex-basis: auto; }
  .podcast-art-dialog .bio-dialog-inner { padding: 64px 20px 24px; }
  .podcast-popup-grid { grid-template-columns: 1fr; }
  .podcast-popup-player { width: 100%; }
  .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; }
}
