@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap');
:root { --cream:#fffaf4; --paper:#fff; --peach:#fff0e7; --coral:#e9564b; --fuchsia:#c92f75; --plum:#4b204a; --ink:#2d2430; --muted:#746772; --gold:#e7b85d; --lavender:#f2e9f6; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--cream); color:var(--ink); font-family:'DM Sans',sans-serif; overflow-x:hidden; }
a { color:inherit; }
.site-header { position:sticky; top:0; z-index:50; height:74px; display:flex; align-items:center; justify-content:space-between; padding:0 5vw; background:rgba(255,250,244,.94); border-bottom:1px solid rgba(75,32,74,.1); backdrop-filter:blur(12px); }
.wordmark { font-family:'Playfair Display',serif; font-size:1.55rem; font-style:italic; font-weight:700; text-decoration:none; white-space:nowrap; }
.wordmark span { color:var(--fuchsia); }
nav { display:flex; align-items:center; gap:2rem; }
nav a { font-size:.75rem; font-weight:700; letter-spacing:.1em; text-transform:uppercase; text-decoration:none; }
nav a:hover { color:var(--fuchsia); }
.nav-contact { color:#fff; background:var(--coral); padding:.72rem 1.1rem; border-radius:999px; }
nav .nav-contact:hover { color:#fff; background:var(--fuchsia); }

.hero { position:relative; min-height:690px; display:grid; grid-template-columns:minmax(0,1.5fr) minmax(260px,.6fr); gap:6vw; align-items:center; padding:6rem max(6vw,1.5rem) 5.5rem; overflow:hidden; background:linear-gradient(112deg,rgba(255,250,244,.96) 5%,rgba(255,240,231,.92) 68%,rgba(242,233,246,.9)),radial-gradient(circle at top right,#ef84a9,transparent 45%); }
.hero-copy { position:relative; z-index:2; max-width:820px; }
.eyebrow { margin:0 0 1.1rem; color:var(--fuchsia); font-size:.75rem; font-weight:800; letter-spacing:.16em; text-transform:uppercase; }
h1,h2,h3,p { margin-top:0; }
h1,h2 { font-family:'Playfair Display',serif; letter-spacing:-.025em; }
h1 { max-width:800px; margin-bottom:1.5rem; color:var(--plum); font-size:clamp(3.4rem,6.3vw,6.7rem); line-height:.96; }
h1 span { display:block; color:var(--coral); font-style:italic; }
.hero-intro { max-width:680px; margin-bottom:2rem; color:#574c57; font-size:1.07rem; line-height:1.8; }
.hero-actions,.contact-actions { display:flex; flex-wrap:wrap; gap:1rem; align-items:center; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:.55rem; min-height:48px; padding:.85rem 1.45rem; border-radius:999px; font-size:.78rem; font-weight:800; letter-spacing:.08em; text-decoration:none; text-transform:uppercase; transition:transform .2s ease,box-shadow .2s ease,background .2s ease; }
.button:hover { transform:translateY(-2px); }
.button.primary { color:#fff; background:var(--coral); box-shadow:0 12px 30px rgba(233,86,75,.22); }
.button.primary:hover { background:var(--fuchsia); }
.button.secondary { color:var(--plum); background:#fff; border:1px solid rgba(75,32,74,.14); }
.play-dot { color:var(--fuchsia); }
.signature-line { display:flex; align-items:center; gap:1rem; max-width:420px; margin-top:2.3rem; }
.signature-line span { color:var(--fuchsia); font-family:'Playfair Display',serif; font-size:2.4rem; font-weight:700; }
.signature-line p { margin:0; color:var(--muted); font-size:.78rem; line-height:1.45; }
.hero-note { position:relative; z-index:3; width:min(100%,310px); justify-self:center; }
.portrait-frame { width:205px; height:268px; margin:0 auto; padding:8px; border-radius:110px 110px 24px 24px; background:#fff; box-shadow:0 28px 60px rgba(75,32,74,.17); transform:rotate(2deg); }
.portrait-frame img { width:100%; height:100%; object-fit:cover; object-position:center top; border-radius:inherit; }
.note-card { position:relative; width:260px; margin:-18px auto 0; padding:1.15rem 1.35rem; border-radius:16px; color:#fff; background:var(--plum); box-shadow:0 18px 35px rgba(75,32,74,.2); transform:rotate(-2deg); }
.note-card span { display:block; margin-bottom:.3rem; color:#f1c873; font-size:.62rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.note-card strong { font-family:'Playfair Display',serif; font-size:1.05rem; }
.hero-bloom { position:absolute; border-radius:50%; filter:blur(1px); opacity:.42; animation:drift 7s ease-in-out infinite alternate; }
.bloom-one { width:320px; height:320px; right:-95px; top:60px; background:#e7679c; }
.bloom-two { width:170px; height:170px; right:23%; bottom:-80px; background:#e7b85d; animation-delay:-3s; }
@keyframes drift { to { transform:translate3d(-18px,14px,0) scale(1.05); } }

.color-ribbon { display:flex; justify-content:center; align-items:center; gap:1.4rem; padding:1.1rem 4vw; color:#fff; background:linear-gradient(90deg,var(--coral),var(--fuchsia),var(--plum)); font-size:.7rem; font-weight:800; letter-spacing:.11em; text-transform:uppercase; }
.color-ribbon i { color:#f4cc78; font-style:normal; }
.section-shell { width:min(1160px,calc(100% - 3rem)); margin:0 auto; }
.about-section { display:grid; grid-template-columns:.85fr 1.15fr; gap:8vw; padding-top:7.5rem; padding-bottom:7.5rem; }
.section-heading h2 { margin:0; color:var(--plum); font-size:clamp(2.5rem,4.5vw,4.6rem); line-height:1.02; }
.about-copy { padding-top:.5rem; }
.about-copy p,.books-heading>p { color:var(--muted); font-size:1.02rem; line-height:1.85; }
.about-copy p:first-child { color:var(--ink); font-size:1.22rem; }
.services-section { padding:7rem 0; background:var(--lavender); }
.centered { text-align:center; max-width:750px; margin:0 auto; }
.section-lead { margin:1.2rem 0 0; color:var(--muted); }
.services-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1rem; margin-top:3.5rem; }
.services-grid article { min-height:245px; padding:1.8rem; border:1px solid rgba(75,32,74,.09); border-radius:22px; background:rgba(255,255,255,.82); transition:transform .25s ease,box-shadow .25s ease; }
.services-grid article:nth-child(2) { background:#fff1e8; }
.services-grid article:nth-child(3) { background:#fff8df; }
.services-grid article:nth-child(4) { background:#fceaf2; }
.services-grid article:hover { transform:translateY(-7px); box-shadow:0 18px 35px rgba(75,32,74,.1); }
.services-grid article span { color:var(--coral); font-family:'Playfair Display',serif; font-size:1.8rem; font-style:italic; }
.services-grid h3 { margin:1.8rem 0 .8rem; color:var(--plum); font-family:'Playfair Display',serif; font-size:1.7rem; }
.services-grid p { margin:0; color:var(--muted); font-size:.9rem; line-height:1.7; }

.youth-section { display:grid; grid-template-columns:1.1fr .9fr; gap:6vw; align-items:center; padding-top:7rem; padding-bottom:7rem; }
.youth-visual { position:relative; }
.youth-visual::before { content:''; position:absolute; width:62%; height:72%; left:-20px; bottom:-20px; border-radius:30px; background:#f3cf74; transform:rotate(-3deg); }
.youth-visual img { position:relative; z-index:1; width:100%; aspect-ratio:16/10; display:block; object-fit:cover; border:9px solid #fff; border-radius:28px; box-shadow:0 25px 55px rgba(75,32,74,.14); }
.youth-sticker { position:absolute; z-index:2; right:-18px; bottom:22px; padding:.8rem 1.2rem; border-radius:999px; color:#fff; background:var(--fuchsia); box-shadow:0 12px 28px rgba(201,47,117,.25); font-size:.7rem; font-weight:800; letter-spacing:.1em; text-transform:uppercase; transform:rotate(-3deg); }
.youth-copy h2 { margin-bottom:1.4rem; color:var(--plum); font-size:clamp(2.7rem,4.6vw,4.8rem); line-height:1; }
.youth-copy>p:not(.eyebrow) { color:var(--muted); line-height:1.8; }
.youth-points { display:flex; flex-wrap:wrap; gap:.55rem; margin:1.5rem 0 1.8rem; }
.youth-points span { padding:.65rem .9rem; border-radius:999px; color:var(--plum); background:#fff0e7; font-size:.7rem; font-weight:700; }

.books-section { padding-top:7rem; padding-bottom:7rem; }
.books-heading { display:grid; grid-template-columns:1fr .75fr; gap:5vw; align-items:end; margin-bottom:3.5rem; }
.books-heading>p { margin-bottom:.3rem; }
.book-shelf { display:grid; grid-template-columns:repeat(7,minmax(0,1fr)); gap:1rem; align-items:start; }
.book { min-width:0; text-align:center; }
.book-cover { height:190px; padding:7px; border-radius:10px; background:#fff; box-shadow:0 13px 28px rgba(75,32,74,.13); transition:transform .25s ease; }
.book:hover .book-cover { transform:translateY(-8px) rotate(-1deg); }
.book-cover img { width:100%; height:100%; object-fit:contain; border-radius:5px; }
.book h3 { margin:.9rem 0 .25rem; font-size:.72rem; line-height:1.35; }
.book p { margin:0; color:var(--fuchsia); font-size:.65rem; }
.portfolio-note { max-width:750px; margin:2.5rem auto 0; color:var(--muted); font-size:.76rem; line-height:1.6; text-align:center; }

.listen-section { position:relative; padding:7.5rem 0; background:linear-gradient(135deg,#fff5d8 0%,#fff0e7 48%,#f2e9f6 100%); overflow:hidden; }
.listen-section::after { content:''; position:absolute; width:380px; height:380px; right:-180px; top:-170px; border-radius:50%; background:rgba(233,86,75,.12); }
.radio-intro { position:relative; z-index:1; display:grid; grid-template-columns:130px 1fr auto; gap:2.2rem; align-items:center; padding:2rem 2.2rem; border:1px solid rgba(75,32,74,.08); border-radius:28px; background:rgba(255,255,255,.78); box-shadow:0 22px 55px rgba(75,32,74,.08); }
.radio-host-icon { width:118px; height:118px; overflow:hidden; border:6px solid #fff; border-radius:50%; box-shadow:0 12px 25px rgba(75,32,74,.16); }
.radio-host-icon img { width:100%; height:100%; object-fit:cover; object-position:35% 10%; transform:scale(1.25); }
.listen-copy h2 { margin-bottom:.8rem; color:var(--plum); font-size:clamp(2.6rem,4.6vw,4.7rem); line-height:.95; }
.listen-copy>p:not(.eyebrow) { max-width:650px; margin-bottom:0; color:var(--muted); line-height:1.7; }
.radio-actions { display:flex; flex-direction:column; align-items:flex-start; }
.broadcast-pill { display:inline-flex; flex-direction:column; gap:.25rem; margin:0 0 .8rem; padding:.75rem .9rem; border:1px solid rgba(75,32,74,.1); border-radius:12px; background:#fff; }
.broadcast-pill strong { color:var(--fuchsia); font-size:.72rem; text-transform:uppercase; }
.broadcast-pill span { color:var(--muted); font-size:.7rem; }
.episodes-heading { display:flex; align-items:end; justify-content:space-between; gap:2rem; margin:4rem 0 1.5rem; }
.episodes-heading h3 { margin:0; color:var(--plum); font-family:'Playfair Display',serif; font-size:2rem; }
.episodes-heading>p { margin:0; color:var(--muted); font-size:.75rem; }
.episode-grid { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:1rem; }
.episode-card { min-width:0; padding:.65rem .65rem 1rem; border:1px solid rgba(75,32,74,.09); border-radius:18px; background:#fff; box-shadow:0 12px 28px rgba(75,32,74,.08); text-decoration:none; transition:transform .25s ease,box-shadow .25s ease; }
.episode-card:hover { transform:translateY(-7px); box-shadow:0 20px 38px rgba(75,32,74,.14); }
.episode-image { position:relative; height:215px; overflow:hidden; margin-bottom:.9rem; border-radius:12px; background:#f4edf1; }
.episode-image img { width:100%; height:100%; object-fit:cover; object-position:top center; }
.episode-play { position:absolute; right:.7rem; bottom:.7rem; width:38px; height:38px; display:grid; place-items:center; border:3px solid #fff; border-radius:50%; color:#fff; background:var(--fuchsia); box-shadow:0 6px 16px rgba(75,32,74,.2); font-size:.72rem; }
.episode-card>strong { display:block; color:var(--plum); font-family:'Playfair Display',serif; font-size:1rem; line-height:1.2; }
.episode-card>p { min-height:2.4em; margin:.35rem 0 .7rem; color:var(--muted); font-size:.67rem; line-height:1.4; }
.watch-label { color:var(--fuchsia); font-size:.65rem; font-weight:800; letter-spacing:.05em; text-transform:uppercase; }

.contact-section { padding:7rem 1.5rem; background:linear-gradient(180deg,var(--cream),#fff0e7); }
.contact-card { width:min(900px,100%); margin:0 auto; padding:4.5rem; border-radius:32px; background:#fff; box-shadow:0 22px 60px rgba(75,32,74,.1); text-align:center; }
.contact-card h2 { margin-bottom:1rem; color:var(--plum); font-size:clamp(2.7rem,5vw,5rem); line-height:1; }
.contact-card>p:not(.eyebrow) { max-width:620px; margin:0 auto 2rem; color:var(--muted); font-size:1rem; line-height:1.7; }
.contact-actions { justify-content:center; }
.text-link { color:var(--fuchsia); font-size:.82rem; font-weight:800; text-decoration:none; }
footer { display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:2rem; padding:2.2rem 5vw; color:#fff; background:var(--plum); }
footer p { margin:0; color:rgba(255,255,255,.58); font-size:.68rem; letter-spacing:.08em; text-transform:uppercase; }
footer p:last-child { text-align:right; }
.footer-mark { color:#fff; }
.footer-mark span { color:#f2c870; }

@media (max-width:980px) {
  nav { gap:1rem; } nav a:not(.nav-contact) { display:none; }
  .hero { grid-template-columns:1fr .45fr; gap:2rem; }
  .services-grid { grid-template-columns:repeat(2,1fr); }
  .book-shelf { grid-template-columns:repeat(4,1fr); gap:1.5rem; }
  .youth-section { grid-template-columns:1fr; }
  .radio-intro { grid-template-columns:110px 1fr; } .radio-actions { grid-column:2; }
  .episode-grid { grid-template-columns:repeat(3,1fr); }
}
@media (max-width:700px) {
  .site-header { height:64px; } .wordmark { font-size:1.3rem; }
  .hero { grid-template-columns:1fr; padding-top:4rem; text-align:left; }
  h1 { font-size:clamp(3.3rem,15vw,5rem); }
  .hero-note { margin-top:1rem; } .portrait-frame { width:150px; height:200px; } .note-card { width:230px; }
  .color-ribbon { justify-content:flex-start; overflow:hidden; white-space:nowrap; }
  .about-section,.books-heading { grid-template-columns:1fr; gap:2rem; }
  .about-section { padding-top:5rem; padding-bottom:5rem; }
  .services-section,.books-section,.listen-section { padding-top:5rem; padding-bottom:5rem; }
  .youth-section { padding-top:5rem; padding-bottom:5rem; }
  .services-grid { grid-template-columns:1fr; } .services-grid article { min-height:auto; }
  .book-shelf { grid-template-columns:repeat(3,1fr); gap:1.2rem .7rem; } .book-cover { height:155px; }
  .youth-sticker { right:8px; bottom:12px; }
  .radio-intro { grid-template-columns:1fr; gap:1.4rem; text-align:center; } .radio-host-icon { margin:0 auto; }
  .radio-actions { grid-column:auto; align-items:center; }
  .episodes-heading { align-items:flex-start; flex-direction:column; }
  .episode-grid { grid-template-columns:repeat(2,1fr); } .episode-image { height:210px; }
  .contact-card { padding:3.5rem 1.4rem; }
  footer { grid-template-columns:1fr; text-align:center; } footer p:last-child { text-align:center; }
}
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { animation:none!important; transition:none!important; } }
