/*
Theme Name: Octavia Dosier
Theme URI: https://www.octaviadosier.com
Author: Octavia Dosier
Description: A warm editorial WordPress theme for Octavia Dosier's visibility strategy, writing, and Culture Lit podcast.
Version: 1.4.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: octavia-dosier
*/

:root {
  --cream: #fff8f1;
  --paper: #fffaf6;
  --ink: #805740;
  --deep-brown: #51372a;
  --persimmon: #f68b72;
  --clay: #d49350;
  --lavender: #f6c7a8;
  --peach-tint: #fde5d6;
  --periwinkle: #16766f;
  --mustard: #d49350;
  --line: rgba(128, 87, 64, 0.3);
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: var(--font-geist-sans), "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); }
body.admin-bar .site-header { top: 32px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.wp-post-image { max-width: 100%; height: auto; }
.blog-shell { max-width: 1120px; margin: 0 auto; padding: 7rem 7vw; }
.blog-shell article { border-bottom: 1px solid var(--line); padding: 2rem 0; }
.blog-shell h1 { font-size: clamp(3rem, 6vw, 6rem); }
.blog-shell h2 { font-size: clamp(2rem, 4vw, 4rem); }
.entry-content { font-size: 1.08rem; line-height: 1.75; }

@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--persimmon); outline-offset: 4px; }

body::before {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 99; opacity: .1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
}

.site-header {
  height: 88px; margin: 0 3.5vw; display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--line); position: relative; z-index: 10;
}
.wordmark { font-family: var(--serif); font-size: clamp(1.2rem, 2.15vw, 2rem); letter-spacing: .24em; white-space: nowrap; }
.wordmark, h1 { color: var(--periwinkle); }
.site-logo, .site-logo .custom-logo-link { display: flex; align-items: center; flex: 0 0 auto; }
.site-logo img { display: block; width: 250px; height: 72px; object-fit: cover; object-position: center; }
.footer-logo img { width: 280px; height: 94px; }
.desktop-nav { display: flex; gap: clamp(1.25rem, 2.5vw, 3rem); font-size: .94rem; }
.desktop-nav a, footer nav a { position: relative; }
.desktop-nav a::after, footer nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.4rem; height: 2px; background: var(--persimmon); transition: right .2s ease; }
.desktop-nav a:hover::after, footer nav a:hover::after { right: 0; }
.mobile-menu { display: none; }

.hero { min-height: calc(100svh - 88px); display: grid; grid-template-columns: 58% 42%; padding: 2.25rem 3.5vw 3rem; overflow: hidden; background: var(--cream); }
.hero-copy { align-self: center; max-width: 760px; padding-right: 2rem; animation: rise .55s ease both; }
.eyebrow, .section-kicker { color: var(--persimmon); text-transform: uppercase; font-size: .77rem; font-weight: 650; letter-spacing: .15em; }
.eyebrow { display: flex; gap: 1rem; align-items: center; margin: 0 0 2rem; }
.eyebrow::after { content: ""; width: 3rem; height: 2px; background: var(--persimmon); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, .intentional-label strong { font-family: var(--serif); font-weight: 400; }
h1 { font-size: clamp(4rem, 6.45vw, 7.1rem); line-height: .88; letter-spacing: -.045em; margin-bottom: 1.65rem; }
h1 em { font-weight: 400; }
.hero-summary { max-width: 590px; font-size: clamp(1rem, 1.32vw, 1.22rem); line-height: 1.52; border-top: 1px solid var(--line); padding-top: 1.15rem; }
.hero-actions { display: flex; gap: 1.1rem; margin: 1.6rem 0 2rem; flex-wrap: wrap; }
.button { min-height: 54px; padding: 0 1.65rem; display: inline-flex; align-items: center; justify-content: center; gap: 1.7rem; border: 1px solid var(--persimmon); font-size: .92rem; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button span { transition: transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:hover span { transform: translateX(4px); }
.button-primary { background: var(--persimmon); color: var(--deep-brown); }
.button-primary:hover { background: var(--ink); border-color: var(--ink); color: var(--cream); }
.button-secondary:hover { background: var(--persimmon); color: #fffdf8; }
.hero-proof { border-top: 1px solid var(--line); padding-top: 1.1rem; display: flex; align-items: center; gap: 1.15rem; max-width: 600px; }
.hero-proof p { margin: 0; line-height: 1.45; max-width: 440px; }
.proof-mark { color: var(--persimmon); font-size: 2.2rem; border-right: 1px solid var(--persimmon); padding-right: 1rem; }
.hero-visual { position: relative; min-height: 690px; align-self: center; animation: portraitIn .7s .1s ease both; }
.persimmon-panel { position: absolute; inset: 3% 0 0 11%; background: var(--periwinkle); transform: rotate(1deg); }
.portrait-wrap { position: absolute; inset: 5% 5% 0 0; overflow: hidden; box-shadow: 0 22px 50px rgba(23,21,18,.15); }
.portrait-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center bottom; }
.desk-hero .portrait-wrap { background: #fff; }
.desk-hero .portrait-wrap img { object-position: center center; }
.paper-scrap { position: absolute; left: -7%; top: 28%; width: 16%; height: 55%; background: var(--paper); clip-path: polygon(11% 0,100% 3%,89% 100%,0 96%,12% 82%,2% 62%,15% 43%,3% 21%); }
.paper-scrap::after { content: ""; position: absolute; left: 42%; top: 23%; width: 28%; height: 55%; background: var(--ink); transform: rotate(-12deg); clip-path: polygon(28% 0,100% 5%,63% 100%,0 94%); }
.image-note { position: absolute; bottom: -1.65rem; right: 5%; font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; opacity: .65; }

.proof-strip { background: var(--mustard); color: var(--deep-brown); padding: 1.35rem 3.5vw; display: flex; gap: 3rem; align-items: center; overflow: hidden; }
.proof-strip > p { margin: 0; font-size: .69rem; text-transform: uppercase; letter-spacing: .14em; white-space: nowrap; }
.proof-list { display: flex; align-items: center; justify-content: space-between; gap: clamp(1.5rem, 4vw, 4rem); flex: 1; }
.proof-list span { font-size: .84rem; font-weight: 650; letter-spacing: .05em; white-space: nowrap; }
.section-pad { padding: clamp(5rem, 9vw, 9rem) 7vw; }
.section-kicker { margin-bottom: 1.5rem; }
.section-kicker.light { color: var(--cream); }
.manifesto { background: var(--paper); }
.manifesto-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 9vw; align-items: start; }
.manifesto h2, .section-heading h2, .process h2, .about h2, .intentional h2, .faq h2, .final-cta h2 { font-size: clamp(3.3rem, 6vw, 6.4rem); line-height: .97; letter-spacing: -.035em; }
.manifesto-grid > div { font-size: 1.08rem; line-height: 1.65; padding-top: .8rem; }
.text-link { display: inline-block; font-weight: 600; border-bottom: 1px solid var(--persimmon); padding-bottom: .25rem; margin-top: .8rem; }

.services { background: var(--periwinkle); color: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1fr .45fr; gap: 6vw; align-items: end; margin-bottom: 4rem; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { line-height: 1.65; font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid rgba(243,235,221,.28); }
.service-card { padding: 2.4rem 2rem; border-right: 1px solid rgba(243,235,221,.28); display: flex; flex-direction: column; min-height: 620px; }
.service-card:last-child { border-right: 0; }
.service-card.featured { background: var(--persimmon); color: var(--deep-brown); }
.service-topline { min-height: 2rem; display: flex; justify-content: space-between; font-size: .75rem; letter-spacing: .11em; text-transform: uppercase; }
.popular { border: 1px solid currentColor; padding: .25rem .5rem; }
.service-card h3 { font-family: var(--serif); font-size: 2rem; line-height: 1.05; font-weight: 400; margin: 1.6rem 0 .8rem; }
.price { font-size: 1.35rem; font-weight: 650; }
.service-description { line-height: 1.55; min-height: 5rem; }
.service-card ul { list-style: none; padding: 1.25rem 0 0; border-top: 1px solid currentColor; margin: 1.4rem 0 2rem; }
.service-card li { padding: .55rem 0 .55rem 1.3rem; position: relative; line-height: 1.4; }
.service-card li::before { content: "—"; position: absolute; left: 0; }
.service-card > a { margin-top: auto; font-weight: 650; }

.process { background: var(--peach-tint); display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; }
.process h2 { font-size: clamp(3rem, 5.1vw, 5.5rem); }
.process-list { list-style: none; padding: 0; margin: 0; }
.process-list li { display: grid; grid-template-columns: 4rem 1fr; gap: 1.2rem; padding: 2rem 0; border-top: 1px solid var(--line); }
.process-list li:last-child { border-bottom: 1px solid var(--line); }
.process-list > li > span { color: var(--persimmon); font-weight: 650; }
.process-list h3 { font-family: var(--serif); font-size: 2rem; font-weight: 400; margin-bottom: .55rem; }
.process-list p { line-height: 1.6; margin: 0; }

.about { background: var(--ink); color: var(--cream); display: grid; grid-template-columns: .78fr 1.1fr; gap: 8vw; align-items: center; overflow: hidden; }
.about-media { position: relative; min-height: 660px; display: flex; align-items: center; }
.about-media img { width: 86%; height: 620px; object-fit: cover; object-position: center 32%; border: 10px solid var(--lavender); box-shadow: 22px 24px 0 var(--periwinkle); }
.about-number { position: absolute; right: -2.5rem; bottom: .75rem; z-index: 2; color: var(--lavender); text-shadow: 3px 3px 0 var(--persimmon); font-family: var(--serif); font-size: clamp(8rem, 17vw, 17rem); line-height: .65; letter-spacing: -.09em; }
.about-number span { font-size: .35em; vertical-align: top; }
.about-copy { max-width: 720px; }
.about-copy p { font-size: 1.08rem; line-height: 1.68; }
.light-link { border-color: var(--persimmon); }

.intentional { background: var(--paper); display: grid; grid-template-columns: .85fr 1fr; gap: 10vw; align-items: center; }
.intentional-label { min-height: 520px; background: var(--periwinkle); color: var(--cream); padding: 4rem; display: flex; flex-direction: column; justify-content: center; position: relative; transform: rotate(-1deg); }
.intentional-label::after { content: "JOY • BOOKS • WELLNESS • REINVENTION"; position: absolute; bottom: 2rem; left: 4rem; right: 4rem; font-size: .68rem; letter-spacing: .15em; color: var(--persimmon); }
.intentional-label span { font-family: var(--serif); font-style: italic; font-size: 2.2rem; }
.intentional-label strong { font-size: clamp(4rem, 7vw, 7.5rem); line-height: .8; font-weight: 400; }
.intentional-copy h2 { margin-bottom: 2.25rem; }
.intentional-copy > p:not(.section-kicker):not(.membership-price) { font-size: 1.08rem; line-height: 1.65; }
.intentional-copy ul { margin: 1.5rem 0 0; padding-left: 0; list-style: none; font-size: 1.08rem; line-height: 1.65; }
.intentional-copy li { margin-bottom: .35rem; }
.membership-price { margin: 1.8rem 0; }
.membership-price strong { font-family: var(--serif); font-size: 2.4rem; font-weight: 400; }
.membership-price span { color: rgba(23,21,18,.65); }

.insights { background: var(--peach-tint); }
.editorial-heading { align-items: center; }
.article-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.article-grid article { padding: 2.3rem 2rem; border-right: 1px solid var(--line); min-height: 330px; display: flex; flex-direction: column; }
.article-grid article:last-child { border: 0; }
.article-grid p { color: var(--persimmon); font-size: .72rem; text-transform: uppercase; letter-spacing: .13em; }
.article-grid h3 { font-family: var(--serif); font-size: 2rem; font-weight: 400; line-height: 1.08; }
.article-grid span { margin-top: auto; font-size: .78rem; opacity: .65; }
.article-featured { background: var(--persimmon); color: var(--deep-brown); }
.article-featured p { color: var(--ink); }
.article-featured h3 { font-size: clamp(2.5rem, 4vw, 4.7rem); }

.faq { background: var(--paper); display: grid; grid-template-columns: .7fr 1.3fr; gap: 9vw; }
.faq h2 { font-size: clamp(3rem, 5.2vw, 5.5rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); padding: 1.5rem 0; }
.faq summary { cursor: pointer; list-style: none; font-family: var(--serif); font-size: 1.6rem; display: flex; justify-content: space-between; gap: 1rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--persimmon); }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin: 1rem 3rem 0 0; max-width: 680px; line-height: 1.6; }

.final-cta { background: var(--periwinkle); color: var(--cream); text-align: center; }
.final-cta h2 { max-width: 950px; margin: 0 auto 2.3rem; }
.button-cream { border-color: var(--cream); background: var(--cream); color: var(--ink); }
.button-cream:hover { background: var(--persimmon); border-color: var(--persimmon); }

footer { padding: 4rem 3.5vw 2rem; background: var(--cream); display: grid; grid-template-columns: 1fr auto; gap: 1.3rem 3rem; align-items: start; }
.footer-mark { font-size: 1.45rem; }
footer > p { margin: 0; }
footer nav { display: flex; gap: 2rem; grid-row: span 2; }
.copyright { font-size: .78rem; opacity: .6; margin-top: 2rem !important; }

/* Culture Lit podcast */
.podcast-page { background: var(--cream); }
.podcast-header { background: var(--cream); }
.desktop-nav a[aria-current="page"]::after { right: 0; }
.podcast-hero { min-height: calc(100svh - 88px); display: grid; grid-template-columns: 1.08fr .72fr; gap: 7vw; align-items: center; padding: 4.5rem 7vw 5rem; background: var(--peach-tint); overflow: hidden; }
.podcast-hero-copy { max-width: 780px; animation: rise .55s ease both; }
.podcast-hero h1 { color: var(--periwinkle); font-size: clamp(6rem, 12vw, 12rem); line-height: .7; letter-spacing: -.065em; margin: 1rem 0 2.5rem; }
.podcast-hero h1 em { color: var(--persimmon); }
.podcast-deck { max-width: 650px; font-size: clamp(1.15rem, 1.8vw, 1.55rem); line-height: 1.48; }
.podcast-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.podcast-cover { aspect-ratio: 1; background: var(--peach); box-shadow: 24px 26px 0 var(--mustard); transform: rotate(1.5deg); position: relative; overflow: hidden; }
.podcast-cover img { display: block; width: 100%; height: 100%; object-fit: contain; }
.cover-kicker { font-size: .72rem; font-weight: 650; letter-spacing: .2em; }
.cover-title { font-family: var(--serif); font-size: clamp(5rem, 9vw, 9rem); line-height: .67; letter-spacing: -.06em; }
.cover-title em { color: var(--persimmon); }
.podcast-cover p { margin: 0; font-size: .75rem; letter-spacing: .13em; text-transform: uppercase; }
.cover-mark { position: absolute; right: 2.4rem; top: 2.1rem; color: var(--mustard); font-size: 2.2rem; }
.podcast-marquee { background: var(--mustard); color: var(--deep-brown); min-height: 68px; padding: 1rem 3.5vw; display: flex; justify-content: center; align-items: center; gap: clamp(1rem, 2.5vw, 2.5rem); flex-wrap: wrap; font-size: .72rem; font-weight: 700; letter-spacing: .13em; }
.podcast-marquee i { color: var(--persimmon); font-style: normal; }
.podcast-about { background: var(--paper); }
.podcast-about-grid { display: grid; grid-template-columns: 1.1fr .7fr; gap: 10vw; align-items: start; }
.podcast-about h2, .favorites-heading h2, .listen-section h2, .podcast-host h2, .podcast-final h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(3.5rem, 6.8vw, 7.3rem); line-height: .92; letter-spacing: -.04em; }
.podcast-about h2 em { color: var(--periwinkle); }
.podcast-about-grid > div { font-size: 1.1rem; line-height: 1.72; padding-top: 1rem; }
.favorite-episodes { background: var(--ink); color: var(--cream); }
.favorites-heading { display: grid; grid-template-columns: 1fr .45fr; gap: 5vw; align-items: end; margin-bottom: 4rem; }
.favorites-heading .section-kicker { grid-column: 1 / -1; margin-bottom: 0; }
.favorites-heading h2 { margin: 0; }
.favorites-heading > p:last-child { line-height: 1.6; }
.episode-list { border-top: 1px solid rgba(255,248,241,.35); }
.episode-card { display: grid; grid-template-columns: 5rem 11rem 1fr 10rem; gap: 2rem; align-items: center; min-height: 175px; border-bottom: 1px solid rgba(255,248,241,.35); padding: 1.75rem 0; transition: background .2s ease, padding .2s ease; }
.episode-card:hover { background: rgba(246,139,114,.12); padding-left: 1rem; padding-right: 1rem; }
.episode-index { color: var(--persimmon); font-family: var(--serif); font-size: 2rem; }
.episode-meta { display: flex; flex-direction: column; gap: .45rem; text-transform: uppercase; letter-spacing: .12em; font-size: .68rem; }
.episode-meta span:last-child { color: var(--lavender); }
.episode-card h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.55rem, 2.4vw, 2.5rem); line-height: 1.08; margin: 0; }
.episode-card a { font-size: .83rem; font-weight: 650; border-bottom: 1px solid var(--persimmon); padding-bottom: .25rem; justify-self: end; }
.listen-section { background: var(--cream); display: grid; grid-template-columns: .82fr 1fr; gap: 9vw; align-items: start; }
.listen-section h2 { font-size: clamp(3.4rem, 5.8vw, 6.2rem); }
.platform-list { border-top: 1px solid var(--line); }
.platform-list a { min-height: 100px; padding: 1.2rem 0; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 3rem); transition: color .2s ease, padding .2s ease; }
.platform-list a:hover { color: var(--periwinkle); padding-left: 1rem; padding-right: 1rem; }
.platform-list b { color: var(--persimmon); font-family: var(--sans); font-weight: 400; }
.podcast-host { background: var(--periwinkle); color: var(--cream); display: grid; grid-template-columns: .72fr 1fr; gap: 9vw; align-items: center; }
.host-photo { position: relative; max-width: 570px; }
.host-photo img { width: 100%; height: 670px; object-fit: cover; object-position: center 30%; border: 10px solid var(--lavender); box-shadow: 22px 24px 0 var(--persimmon); }
.host-photo span { position: absolute; left: -2rem; bottom: 3rem; background: var(--mustard); color: var(--deep-brown); padding: .9rem 1.2rem; font-size: .72rem; font-weight: 700; letter-spacing: .16em; transform: rotate(-3deg); }
.podcast-host h2 { font-size: clamp(3.5rem, 5.6vw, 6rem); }
.host-copy > p:not(.section-kicker) { max-width: 680px; font-size: 1.1rem; line-height: 1.7; }
.podcast-final { background: var(--peach-tint); text-align: center; }
.podcast-final > span { color: var(--periwinkle); display: block; font-size: 3rem; margin-bottom: 1.5rem; }
.podcast-final h2 { max-width: 980px; margin: 0 auto 2.5rem; color: var(--periwinkle); }

@keyframes rise { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes portraitIn { from { opacity: 0; transform: scale(.985); } to { opacity: 1; transform: scale(1); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

@media (max-width: 1000px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { cursor: pointer; font-size: .85rem; text-transform: uppercase; letter-spacing: .12em; }
  .mobile-menu nav { position: absolute; top: 2rem; right: 0; width: 230px; padding: 1.2rem; background: var(--ink); color: var(--cream); display: flex; flex-direction: column; gap: 1rem; box-shadow: 0 15px 35px rgba(23,21,18,.22); }
  .hero { grid-template-columns: 1fr; padding-top: 4rem; }
  .hero-copy { padding-right: 0; }
  .hero-visual { min-height: 720px; margin: 3rem 7vw 2rem; }
  .proof-strip { align-items: flex-start; }
  .proof-list { flex-wrap: wrap; justify-content: flex-start; }
  .manifesto-grid, .process, .about, .intentional, .faq { grid-template-columns: 1fr; }
  .podcast-hero, .podcast-about-grid, .listen-section, .podcast-host { grid-template-columns: 1fr; }
  .podcast-cover { max-width: 650px; width: 85%; justify-self: center; }
  .favorites-heading { grid-template-columns: 1fr; }
  .favorites-heading .section-kicker { grid-column: auto; }
  .episode-card { grid-template-columns: 4rem 9rem 1fr; }
  .episode-card a { grid-column: 3; justify-self: start; }
  .host-photo { margin-left: 2rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { border-right: 0; border-bottom: 1px solid rgba(243,235,221,.28); min-height: auto; }
  .service-card:last-child { border-bottom: 0; }
  .about-media { min-height: 720px; max-width: 640px; }
  .about-media img { height: 680px; }
  .about-number { font-size: 15rem; right: 0; }
  .intentional-label { min-height: 430px; }
  .article-grid { grid-template-columns: 1fr; }
  .article-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .article-grid article:last-child { border-bottom: 0; }
  footer { grid-template-columns: 1fr; }
  footer nav { grid-row: auto; flex-wrap: wrap; }
}

@media (max-width: 600px) {
  .site-header { height: 72px; }
  .wordmark { font-size: 1rem; letter-spacing: .18em; }
  .site-logo img { width: 178px; height: 62px; }
  .footer-logo img { width: 230px; height: 86px; }
  .hero { min-height: auto; padding: 3rem 5vw 2.5rem; }
  .podcast-hero { min-height: auto; padding: 4rem 5vw 5rem; }
  .podcast-hero h1 { font-size: clamp(4.8rem, 25vw, 6.4rem); }
  .podcast-cover { width: 94%; box-shadow: 14px 16px 0 var(--mustard); }
  .cover-title { font-size: 5rem; }
  .podcast-marquee { justify-content: flex-start; }
  .podcast-about h2, .favorites-heading h2, .listen-section h2, .podcast-host h2, .podcast-final h2 { font-size: 3.45rem; }
  .episode-card { grid-template-columns: 3rem 1fr; gap: 1rem; padding: 1.5rem 0; }
  .episode-meta { grid-column: 2; }
  .episode-card h3 { grid-column: 2; font-size: 1.75rem; }
  .episode-card a { grid-column: 2; }
  .host-photo { margin-left: 0; }
  .host-photo img { height: 510px; border-width: 6px; box-shadow: 14px 16px 0 var(--persimmon); }
  .host-photo span { left: -.5rem; }
  h1 { font-size: clamp(3.25rem, 16.2vw, 5rem); }
  .hero-summary { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .hero-visual { min-height: 500px; margin: 2rem 0; }
  .paper-scrap { display: none; }
  .proof-strip { flex-direction: column; gap: 1rem; padding: 1.5rem 5vw; }
  .proof-list { gap: 1.1rem 1.8rem; }
  .section-pad { padding: 5rem 5vw; }
  .manifesto h2, .section-heading h2, .process h2, .about h2, .intentional h2, .faq h2, .final-cta h2 { font-size: 3.4rem; }
  .section-heading { grid-template-columns: 1fr; margin-bottom: 2.5rem; }
  .service-card { padding: 2rem 1.4rem; }
  .about-media { min-height: 500px; }
  .about-media img { width: 90%; height: 470px; border-width: 6px; box-shadow: 14px 16px 0 var(--periwinkle); }
  .about-number { font-size: 9rem; right: 0; bottom: 1rem; }
  .intentional-label { padding: 2rem; min-height: 360px; }
  .intentional-label::after { left: 2rem; right: 2rem; }
  .intentional-label strong { font-size: 4rem; }
  .faq details p { margin-right: 0; }
  footer { padding: 3rem 5vw 2rem; }
}
