@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Syne:wght@600;700;800&display=swap');

:root {
    --ink: #303a29;
    --paper: #f2ead2;
    --cream: #fff8e5;
    --blue: #647657;
    --coral: #819477;
    --yellow: #d9cfaa;
    --line: rgba(48, 58, 41, .22);
}

* { box-sizing: border-box; }
html { width: 100%; max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "DM Sans", Arial, sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 100; padding: .8rem 1rem; color: white; background: var(--ink); }
.skip-link:focus { top: 1rem; }

.site-header {
    position: relative;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1440px;
    height: 94px;
    margin: auto;
    padding: 0 clamp(24px, 4vw, 64px);
    border-bottom: 1px solid var(--line);
}
.wordmark { display: flex; gap: 10px; align-items: center; font-family: Syne, sans-serif; font-weight: 800; letter-spacing: -.04em; text-decoration: none; }
.wordmark-dot { width: 13px; height: 13px; background: var(--coral); border-radius: 50%; box-shadow: 8px -5px 0 var(--blue); }
.site-nav { display: flex; gap: clamp(24px, 3vw, 48px); align-items: center; }
.site-nav a { font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.site-nav a:last-child { padding: 13px 20px; border: 1px solid var(--ink); border-radius: 100px; transition: .2s ease; }
.site-nav a:last-child:hover { color: var(--paper); background: var(--ink); }
.menu-button { display: none; }

.hero {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    max-width: 1440px;
    min-height: 720px;
    margin: auto;
    padding: 64px clamp(24px, 4vw, 64px) 76px;
}
.hero-copy { position: relative; z-index: 2; padding-right: 4vw; }
.eyebrow, .kicker { margin: 0 0 28px; font-size: .76rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 8px; height: 8px; background: var(--coral); border-radius: 50%; animation: blink 1.5s infinite; }
@keyframes blink { 50% { opacity: .25; transform: scale(.75); } }
h1, h2, h3 { font-family: Syne, sans-serif; letter-spacing: -.055em; }
h1 { margin: 0; font-size: clamp(4.2rem, 6vw, 6.8rem); line-height: .84; }
h1 em { position: relative; z-index: 1; color: var(--blue); font-style: normal; white-space: nowrap; }
h1 em::after { content: ""; position: absolute; right: 0; bottom: -.06em; left: 0; z-index: -1; height: .13em; background: var(--yellow); transform: rotate(-1.5deg); }
.hero-deck { max-width: 590px; margin: 40px 0 32px; font-size: clamp(1.08rem, 1.5vw, 1.35rem); line-height: 1.55; }
.hero-actions { display: flex; gap: 30px; align-items: center; }
.button { display: inline-flex; align-items: center; gap: 12px; padding: 17px 24px; border-radius: 100px; font-size: .85rem; font-weight: 700; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.button-primary { color: white; background: var(--ink); box-shadow: 5px 5px 0 var(--coral); transition: .2s ease; }
.button-primary:hover { transform: translate(3px, 3px); box-shadow: 2px 2px 0 var(--coral); }
.play-icon { display: grid; place-items: center; width: 27px; height: 27px; padding-left: 2px; color: var(--ink); background: var(--yellow); border-radius: 50%; font-size: .62rem; }
.text-link { font-size: .92rem; font-weight: 700; text-underline-offset: 5px; }

.hero-art-wrap { position: relative; justify-self: end; width: min(100%, 590px); }
.hero-art { position: relative; z-index: 2; margin: 0; background: var(--ink); border: 2px solid var(--ink); border-radius: 28px 28px 6px 6px; box-shadow: 15px 15px 0 var(--yellow); overflow: hidden; transform: rotate(2.5deg); }
.hero-art img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; }
.hero-art figcaption { display: flex; justify-content: space-between; padding: 14px 18px; color: var(--paper); font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.orbit { position: absolute; border: 2px solid var(--blue); border-radius: 50%; }
.orbit-one { inset: -38px 30px 35px -38px; transform: rotate(-8deg); }
.orbit-two { inset: 25px -45px -25px 55px; border-color: var(--coral); transform: rotate(12deg); }
.burst { position: absolute; top: -58px; right: -25px; z-index: 3; display: grid; place-items: center; width: 94px; height: 94px; color: var(--ink); background: var(--yellow); border: 2px solid var(--ink); border-radius: 50%; font-size: 2.5rem; transform: rotate(8deg); }

.ticker { color: var(--paper); background: var(--blue); border-block: 2px solid var(--ink); overflow: hidden; transform: rotate(-1deg) scale(1.02); }
.ticker-track { display: flex; width: max-content; padding: 15px 0; animation: ticker 22s linear infinite; font-family: Syne, sans-serif; font-size: 1.1rem; font-weight: 800; letter-spacing: .1em; }
.ticker span { padding: 0 28px; }
.ticker i { color: var(--yellow); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-shell { max-width: 1440px; margin: auto; padding: 130px clamp(24px, 6vw, 90px); }
.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 60px; align-items: end; margin-bottom: 70px; }
.section-heading h2, .about-copy h2, .subscribe-card h2 { margin: 0; font-size: clamp(2.6rem, 5vw, 5rem); line-height: .98; }
.section-heading > p { max-width: 430px; margin: 0; color: #484842; font-size: 1.12rem; line-height: 1.7; }
.kicker { color: var(--blue); }
.episode-card { display: grid; grid-template-columns: 100px 1fr auto; gap: 35px; align-items: center; padding: 35px 0; border-block: 1px solid var(--ink); }
.episode-number { font-family: Syne, sans-serif; font-size: 2.2rem; font-weight: 800; }
.episode-label { margin: 0 0 8px; color: var(--blue); font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.episode-copy h3 { margin: 0 0 8px; font-size: clamp(1.5rem, 2.5vw, 2.3rem); }
.episode-copy > p:last-child { max-width: 700px; margin: 0; color: #5a5a53; line-height: 1.6; }
.episode-status { display: flex; gap: 10px; align-items: center; padding: 12px 16px; border: 1px solid var(--line); border-radius: 100px; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.pulse { width: 8px; height: 8px; background: var(--coral); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255, 86, 63, .16); }
.platform-row { display: flex; flex-wrap: wrap; gap: 22px 42px; align-items: center; padding-top: 40px; color: #77766d; }
.platform-row span { font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.platform-row strong { color: var(--ink); font-family: Syne, sans-serif; }

.about-section { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 760px; color: var(--paper); background: var(--ink); }
.about-art { position: relative; min-height: 620px; background: var(--blue); overflow: hidden; }
.speech { position: absolute; display: grid; place-items: center; width: 260px; height: 220px; color: var(--ink); border: 3px solid var(--ink); border-radius: 50%; font-family: Syne, sans-serif; font-size: 10rem; font-weight: 800; box-shadow: 10px 10px 0 var(--ink); }
.speech::after { content: ""; position: absolute; bottom: -42px; width: 0; height: 0; border-top: 65px solid var(--ink); border-right: 45px solid transparent; transform: rotate(10deg); }
.speech-a { top: 13%; left: 10%; background: var(--yellow); transform: rotate(-8deg); }
.speech-b { right: 8%; bottom: 12%; width: 220px; height: 185px; color: var(--paper); background: #506045; transform: rotate(12deg); }
.squiggle { position: absolute; right: -20px; top: 45%; color: var(--paper); font-size: 6rem; font-weight: 800; transform: rotate(-15deg); }
.about-copy { display: flex; flex-direction: column; justify-content: center; padding: 100px clamp(38px, 7vw, 120px); }
.about-copy h2 { max-width: 850px; }
.about-copy > p:not(.kicker) { max-width: 720px; margin: 35px 0 50px; color: #c5c2b9; font-size: 1.13rem; line-height: 1.75; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.principles div { padding-top: 18px; border-top: 1px solid #595850; }
.principles span, .principles strong, .principles small { display: block; }
.principles span { margin-bottom: 22px; color: var(--yellow); font-size: .7rem; }
.principles strong { margin-bottom: 7px; font-family: Syne, sans-serif; font-size: 1.1rem; }
.principles small { color: #a9a79f; line-height: 1.5; }

.subscribe-section { padding-block: 110px; }
.subscribe-card { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: end; padding: clamp(40px, 6vw, 85px); color: white; background: var(--blue); border: 2px solid var(--ink); box-shadow: 12px 12px 0 var(--yellow); }
.kicker-light { color: white; }
.signup-form label { display: block; margin-bottom: 10px; font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.input-row { display: flex; border-bottom: 2px solid white; }
.input-row input { flex: 1; min-width: 0; padding: 14px 0; color: white; background: transparent; border: 0; outline: 0; font: inherit; font-size: 1.15rem; }
.input-row input::placeholder { color: rgba(255,255,255,.62); }
.input-row button { padding: 0 0 0 18px; color: white; background: transparent; border: 0; cursor: pointer; font: inherit; font-weight: 700; white-space: nowrap; }
.signup-form > p { margin: 14px 0 0; font-size: .76rem; opacity: .8; }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: end; padding: 60px clamp(24px, 4vw, 64px); color: var(--paper); background: var(--ink); }
.footer-mark { font-family: Syne, sans-serif; font-size: clamp(3rem, 6vw, 6rem); font-weight: 800; letter-spacing: -.08em; line-height: .7; text-decoration: none; }
.footer-mark em { color: var(--coral); font-style: normal; }
.footer-note { text-align: center; }
.footer-note p { margin: 0 0 8px; color: var(--yellow); font-weight: 700; }
.footer-note small { color: #898880; }
.back-top { justify-self: end; color: #b3b1a9; font-size: .8rem; font-weight: 700; text-underline-offset: 5px; }
.care-note { grid-column: 1 / -1; max-width: 900px; margin: 22px auto 0; padding-top: 24px; color: #9f9d94; border-top: 1px solid #454d3f; font-size: .72rem; line-height: 1.6; text-align: center; }

@media (max-width: 980px) {
    .hero { grid-template-columns: 1fr; gap: 80px; padding-top: 80px; }
    .hero-copy { padding-right: 0; }
    .hero-art-wrap { justify-self: center; }
    .section-heading { grid-template-columns: 1fr; }
    .about-section { grid-template-columns: 1fr; }
    .about-art { min-height: 520px; }
    .subscribe-card { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
    .site-header { height: 76px; }
    .menu-button { display: flex; flex-direction: column; gap: 5px; padding: 10px; background: none; border: 0; }
    .menu-button span:not(.sr-only) { width: 23px; height: 2px; background: var(--ink); transition: .2s ease; }
    .site-nav { position: absolute; top: 76px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; padding: 28px; background: var(--paper); border-bottom: 1px solid var(--ink); }
    .site-nav.open { display: flex; }
    .site-nav a:last-child { text-align: center; }
    .hero { min-height: 0; padding-block: 55px 70px; overflow: hidden; }
    h1 { font-size: clamp(3.3rem, 15vw, 5.1rem); }
    h1 em { white-space: normal; }
    .hero-deck { margin-top: 30px; }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
    .hero-art-wrap { width: calc(100% - 18px); max-width: calc(100% - 18px); margin-inline: auto; }
    .hero-art { border-radius: 20px 20px 5px 5px; box-shadow: 7px 7px 0 var(--yellow); transform: rotate(1deg); }
    .orbit-one { inset: -22px 12px 24px -12px; }
    .orbit-two { inset: 18px -12px -18px 28px; }
    .burst { top: -36px; right: 2px; width: 66px; height: 66px; }
    .section-shell { padding-block: 85px; }
    .section-heading { margin-bottom: 45px; }
    .episode-card { grid-template-columns: 1fr; gap: 14px; }
    .episode-number { font-size: 1rem; letter-spacing: .1em; }
    .episode-copy h3 { max-width: 100%; }
    .episode-status { grid-column: 1; justify-self: start; margin-top: 8px; }
    .about-art { min-height: 460px; }
    .speech { width: 210px; height: 175px; font-size: 7rem; }
    .speech-b { width: 175px; height: 150px; }
    .about-copy { padding-block: 80px; }
    .principles { grid-template-columns: 1fr; }
    .subscribe-card { box-shadow: 7px 7px 0 var(--yellow); }
    .input-row { align-items: stretch; flex-direction: column; }
    .input-row button { padding: 13px 0; text-align: left; }
    .site-footer { grid-template-columns: 1fr; }
    .footer-note { text-align: left; }
    .back-top { justify-self: start; }
    .care-note { margin-inline: 0; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
