:root {
  --navy: #092c57;
  --navy-deep: #061d3c;
  --pink: #ef4f7d;
  --pink-soft: #f7afbd;
  --rose-pale: #fde4e3;
  --gold: #e2aa47;
  --ivory: #fffaf5;
  --paper: #fffdf9;
  --ink: #213753;
  --muted: #6e7782;
  --line: rgba(9, 44, 87, .14);
  --shadow: 0 24px 70px rgba(9, 44, 87, .12);
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 20%, rgba(247,175,189,.12), transparent 26rem),
    radial-gradient(circle at 90% 45%, rgba(226,170,71,.09), transparent 28rem),
    var(--ivory);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 100; background: var(--navy); color: white; padding: 10px 16px; border-radius: 0 0 8px 8px; }
.skip-link:focus { top: 0; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,250,245,.9); border-bottom: 1px solid rgba(9,44,87,.08); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; color: var(--navy); font-weight: 800; font-size: 1.2rem; letter-spacing: .04em; text-transform: uppercase; }
.brand img { width: 54px; height: 54px; object-fit: cover; border-radius: 50%; box-shadow: 0 5px 18px rgba(9,44,87,.13); }
.brand em { color: var(--pink); font: inherit; text-transform: uppercase; letter-spacing: .04em; }
.site-nav { display: flex; align-items: center; gap: 34px; }
.site-nav a { position: relative; color: var(--navy); text-decoration: none; font-size: .82rem; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--pink); transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a.active::after { right: 0; }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; background: none; border: 0; }
.menu-button > span:not(.sr-only) { display: block; height: 2px; background: var(--navy); margin: 5px 0; }

.hero { min-height: 690px; display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(40px, 6vw, 84px); align-items: center; padding-block: 74px 92px; }
.eyebrow { margin: 0 0 16px; color: var(--pink); text-transform: uppercase; letter-spacing: .18em; font-weight: 800; font-size: .76rem; }
h1, h2 { margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.05; letter-spacing: -.04em; }
h1 { font-size: clamp(3.25rem, 6vw, 6.2rem); }
h1 span, h2 span { color: var(--pink); font-family: Georgia, "Times New Roman", serif; font-style: italic; font-weight: 500; letter-spacing: -.055em; }
h2 { font-size: clamp(2.5rem, 4.3vw, 4.6rem); }
.lead { margin: 28px 0 0; font-size: clamp(1.02rem, 1.5vw, 1.22rem); max-width: 610px; color: #4b5c70; }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 18px; padding: 13px 22px; border: 1px solid transparent; border-radius: 4px; text-decoration: none; font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(9,44,87,.16); }
.button-primary { color: white; background: var(--pink); }
.button-quiet { color: var(--navy); border-color: var(--navy); background: transparent; }
.hero-art { position: relative; padding: 24px; }
.hero-art img { position: relative; z-index: 2; width: 100%; border: 12px solid white; box-shadow: var(--shadow); transform: rotate(1.1deg); }
.hero-note { position: absolute; right: -3px; bottom: 0; z-index: 3; padding: 14px 19px; background: var(--navy); color: white; font-size: .68rem; line-height: 1.5; letter-spacing: .12em; text-transform: uppercase; box-shadow: 0 12px 26px rgba(9,44,87,.22); }
.hero-note strong { color: var(--pink-soft); }
.paint { position: absolute; z-index: 1; height: 86px; width: 68%; opacity: .52; transform: rotate(-10deg); }
.paint-one { background: var(--pink-soft); top: 0; right: -15px; clip-path: polygon(2% 22%,100% 0,94% 60%,8% 100%); }
.paint-two { background: var(--gold); bottom: 3px; left: -10px; transform: rotate(8deg); clip-path: polygon(2% 31%,100% 0,93% 70%,4% 100%); }

.manifesto { background: var(--navy); color: white; }
.manifesto-grid { min-height: 188px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.pillar { min-height: 90px; display: grid; grid-template-columns: 64px 1fr; grid-template-rows: 1fr 1fr; column-gap: 17px; align-items: end; padding: 10px 32px; border-right: 1px solid rgba(255,255,255,.2); text-transform: uppercase; }
.pillar:first-child { padding-left: 0; }
.pillar:last-child { border: 0; }
.pillar .icon-circle { grid-row: 1 / 3; align-self: center; width: 62px; height: 62px; border-radius: 50%; display: grid; place-items: center; background: var(--rose-pale); }
.pillar svg { width: 36px; fill: none; stroke: var(--navy); stroke-width: 2.2; stroke-linejoin: round; }
.pillar p, .pillar strong { margin: 0; line-height: 1.35; letter-spacing: .07em; }
.pillar p { align-self: end; font-size: .76rem; }
.pillar strong { align-self: start; color: var(--pink-soft); font-size: .88rem; }

.section { padding-block: 124px; }
.about { display: block; }
.about-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: clamp(50px, 9vw, 130px); align-items: end; margin-bottom: 58px; }
.about-heading .eyebrow { grid-column: 1 / -1; }
.about-heading h2 { max-width: 650px; }
.about-heading > p:last-child { max-width: 540px; margin: 0 0 5px; color: #4f6073; }
.host-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.host-card { position: relative; min-width: 0; padding: 46px 36px 50px; border-right: 1px solid var(--line); background: rgba(255,255,255,.34); }
.host-card:first-child { padding-left: 0; background: transparent; }
.host-card:last-child { padding-right: 0; border-right: 0; background: transparent; }
.host-initial { width: 74px; height: 74px; display: grid; place-items: center; margin-bottom: 38px; border-radius: 50%; color: white; background: var(--pink); font-family: Georgia, serif; font-size: 2.1rem; box-shadow: 10px 10px 0 var(--rose-pale); }
.host-card:nth-child(2) .host-initial { color: var(--navy); background: var(--gold); box-shadow: 10px 10px 0 #f8e9c8; }
.host-card:nth-child(3) .host-initial { background: var(--navy); box-shadow: 10px 10px 0 #dbe4ee; }
.host-number { margin: 0 0 5px; color: var(--pink); font-size: .7rem; font-weight: 800; letter-spacing: .17em; }
.host-card h3 { margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3vw, 3rem); font-weight: 500; }
.host-card blockquote { margin: 22px 0 0; color: #4f6073; font-family: Georgia, "Times New Roman", serif; font-size: 1.02rem; font-style: italic; line-height: 1.75; }
.text-link { display: inline-flex; gap: 18px; margin-top: 15px; color: var(--pink); font-weight: 800; letter-spacing: .07em; text-transform: uppercase; text-decoration: none; font-size: .78rem; }

.podcast-section { position: relative; overflow: hidden; background: #fbdedc; }
.podcast-section::before, .podcast-section::after { content: ""; position: absolute; width: 280px; height: 85px; background: var(--gold); opacity: .45; clip-path: polygon(0 25%,100% 0,94% 70%,5% 100%); }
.podcast-section::before { top: 30px; left: -100px; transform: rotate(12deg); }
.podcast-section::after { right: -100px; bottom: 30px; transform: rotate(-10deg); }
.podcast-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(60px, 9vw, 130px); align-items: center; }
.podcast-cover img { width: min(100%, 480px); border: 12px solid white; box-shadow: var(--shadow); transform: rotate(-2deg); }
.podcast-copy { max-width: 610px; }
.podcast-copy p:not(.eyebrow):not(.link-status):not(.release-schedule) { font-size: 1.14rem; }
.podcast-copy .release-schedule { display: flex; align-items: center; gap: 10px; margin: 26px 0 0; color: var(--navy); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.release-schedule span { color: var(--pink); font-size: .7rem; }
.button-spotify { color: white; background: var(--navy); }
.button-youtube { color: var(--navy); border-color: var(--navy); background: white; }
.is-unavailable { opacity: .58; cursor: not-allowed; }
.is-unavailable:hover { transform: none; box-shadow: none; }
.link-status { font-size: .78rem; color: #775767; font-weight: 700; }

.connect { padding-block: 105px; }
.connect-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.25fr .75fr; gap: 50px; align-items: center; padding: clamp(42px, 7vw, 85px); background: var(--paper); border: 1px solid var(--line); box-shadow: 0 20px 65px rgba(9,44,87,.09); }
.connect-card::before { content: ""; position: absolute; width: 260px; height: 260px; border: 55px solid rgba(239,79,125,.08); border-radius: 50%; right: -100px; top: -130px; }
.connect-card h2 { font-size: clamp(2.3rem, 4vw, 4rem); }
.connect-card p:not(.eyebrow) { max-width: 650px; }
.connect-actions { position: relative; z-index: 2; display: grid; gap: 11px; }
.social-button { display: flex; align-items: center; gap: 16px; min-height: 56px; padding: 12px 17px; background: var(--navy); color: white; text-decoration: none; text-transform: uppercase; font-size: .78rem; font-weight: 800; letter-spacing: .09em; }
.social-button span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--pink); font-family: Arial, sans-serif; }

.closing { padding: 120px 0; text-align: center; color: white; background: var(--navy); }
.closing h2 { color: white; margin-bottom: 38px; }
.script-line { margin: 0 0 8px; color: var(--pink-soft); font-size: .78rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }

.site-footer { padding: 62px 0 24px; background: #051932; color: rgba(255,255,255,.75); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 45px; padding-bottom: 40px; }
.footer-brand { color: white; }
.footer-grid p { margin: 0; font-size: .83rem; line-height: 1.65; text-transform: uppercase; letter-spacing: .08em; }
.footer-links { display: flex; gap: 25px; }
.footer-links a { color: white; font-size: .75rem; text-decoration: none; text-transform: uppercase; font-weight: 800; letter-spacing: .09em; }
.copyright { padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }

.contact-main { min-height: calc(100vh - 200px); padding: 85px 0 120px; }
.contact-intro { max-width: 1180px; margin-bottom: 58px; }
.contact-intro h1 { font-size: clamp(3.4rem, 6vw, 6rem); }
.contact-intro > p:last-child { max-width: 650px; font-size: 1.12rem; }
.contact-layout { display: grid; grid-template-columns: 1.3fr .7fr; gap: 38px; align-items: stretch; }
.contact-card { padding: clamp(27px, 5vw, 60px); border: 1px solid var(--line); background: white; box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
label { display: block; margin-bottom: 22px; color: var(--navy); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
input, select, textarea { display: block; width: 100%; margin-top: 7px; padding: 13px 14px; color: var(--ink); border: 1px solid rgba(9,44,87,.22); border-radius: 3px; background: var(--ivory); outline: none; text-transform: none; letter-spacing: normal; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--pink); box-shadow: 0 0 0 3px rgba(239,79,125,.12); }
.form-note, .form-message { font-size: .78rem; color: var(--muted); }
.form-message { color: var(--navy); font-weight: 700; }
.contact-aside { position: relative; overflow: hidden; padding: 55px 42px; color: white; background: var(--navy); }
.contact-aside::after { content: ""; position: absolute; width: 230px; height: 70px; right: -60px; bottom: 5px; background: var(--gold); opacity: .7; transform: rotate(-9deg); clip-path: polygon(0 20%,100% 0,93% 68%,4% 100%); }
.contact-aside img { width: 118px; height: 118px; object-fit: cover; border-radius: 50%; border: 5px solid white; margin-bottom: 28px; }
.contact-aside h2 { color: white; font-size: 3rem; }
.contact-aside p { color: rgba(255,255,255,.8); }
.private-contact { margin-top: 26px; padding-left: 16px; border-left: 3px solid var(--pink); font-size: .82rem; }
.button:disabled { opacity: .68; cursor: wait; transform: none; box-shadow: none; }
.mini-rule { width: 52px; height: 3px; margin: 44px 0 28px; background: var(--pink); }
.contact-aside .verse { color: white; font-family: Georgia, serif; font-size: 1.18rem; font-style: italic; }
.contact-aside > span { font-size: .7rem; text-transform: uppercase; letter-spacing: .14em; }
.compact-footer { padding-top: 24px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .button { transition: none; } }

@media (max-width: 920px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { max-width: 720px; }
  .hero-art { max-width: 740px; }
  .manifesto-grid { grid-template-columns: 1fr; padding-block: 28px; }
  .pillar, .pillar:first-child { padding: 24px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .podcast-grid { grid-template-columns: 1fr; }
  .about-heading { grid-template-columns: 1fr; gap: 24px; }
  .host-grid { grid-template-columns: 1fr; }
  .host-card, .host-card:first-child, .host-card:last-child { padding: 38px 0; border-right: 0; border-bottom: 1px solid var(--line); background: transparent; }
  .host-card:last-child { border-bottom: 0; }
  .podcast-cover img { margin-inline: auto; }
  .podcast-copy { max-width: 740px; }
  .connect-card { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1 / -1; }
  .contact-layout { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  :root { --shell: min(100% - 28px, 1180px); }
  body { font-size: 16px; }
  .nav-wrap { min-height: 72px; }
  .brand img { width: 46px; height: 46px; }
  .menu-button { display: block; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 72px; padding: 23px 20px 28px; align-items: stretch; flex-direction: column; gap: 20px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 14px 30px rgba(9,44,87,.1); }
  .site-nav.open { display: flex; }
  .hero { padding-block: 60px 70px; gap: 45px; }
  .hero-art { padding: 10px; }
  .hero-art img { border-width: 7px; }
  .hero-note { position: relative; display: inline-block; right: auto; bottom: auto; margin: -4px 0 0 18px; }
  .button-row { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .section { padding-block: 82px; }
  .about-heading { margin-bottom: 38px; }
  .connect { padding-block: 70px; }
  .connect-card { padding: 38px 23px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { grid-column: auto; flex-wrap: wrap; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-main { padding-top: 60px; }
  .contact-card, .contact-aside { padding: 35px 23px; }
}
