:root {
  --ink: #071017;
  --ink-2: #0b1821;
  --ink-3: #10232d;
  --ivory: #f3ecdc;
  --muted: #b6b2aa;
  --gold: #c7a667;
  --gold-bright: #e0c37f;
  --gold-dark: #7d6336;
  --blue: #5fa7bf;
  --line: rgba(218, 190, 126, .22);
  --paper: #f7f5f0;
  --paper-ink: #18212a;
  --shadow: 0 24px 70px rgba(0,0,0,.36);
  --radius: 5px;
  --shell: min(1180px, calc(100% - 40px));
  --hero-image: url("../images/hero-amazonas-atlantes.webp");
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section { scroll-margin-top: 88px; }
body {
  margin: 0;
  color: var(--ivory);
  background: var(--ink);
  font: 16px/1.65 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 4px; }

.skip-link {
  position: fixed; left: 12px; top: -70px; z-index: 1000;
  padding: 10px 16px; color: #071017; background: var(--gold-bright);
}
.skip-link:focus { top: 12px; }
.shell { width: var(--shell); margin-inline: auto; }

.javascript-warning { padding: 14px 20px; color: #fff; background: #8b2d2d; text-align: center; font-weight: 700; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  min-height: 82px; padding: 8px max(20px, calc((100vw - 1220px) / 2));
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  background: rgba(2,7,10,.97); border-bottom: 1px solid rgba(218,190,126,.13);
  backdrop-filter: blur(15px);
}
.brand { width: 202px; flex: 0 0 auto; }
.site-header nav { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 38px); }
.site-header nav a {
  color: #d8d2c5; text-decoration: none; text-transform: uppercase;
  font-size: .72rem; letter-spacing: .15em;
}
.site-header nav a:hover { color: var(--gold-bright); }
.menu-toggle { display: none; color: var(--ivory); background: transparent; border: 1px solid var(--line); padding: 7px 12px; }

.hero {
  position: relative; min-height: min(850px, calc(100vh - 82px)); isolation: isolate; overflow: hidden;
  display: grid; align-items: center;
}
.hero-image {
  position: absolute; inset: 0; z-index: -3;
  background: #09141b var(--hero-image) center center / cover no-repeat;
  transform: scale(1.005);
}
.hero-vignette {
  position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(ellipse at 25% 47%, rgba(3,8,11,.18) 0%, rgba(3,8,11,.43) 39%, transparent 62%),
    linear-gradient(90deg, rgba(3,8,11,.58) 0%, rgba(3,8,11,.36) 36%, rgba(3,8,11,.08) 65%, rgba(3,8,11,.16) 100%),
    linear-gradient(0deg, rgba(4,11,15,.96) 0%, transparent 30%, rgba(0,0,0,.16) 100%);
}
.hero::after {
  content: ""; position: absolute; inset: auto 0 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-dark), transparent);
}
.hero-content { padding-block: 84px 105px; }
.eyebrow {
  margin: 0 0 12px; color: var(--gold-bright); text-transform: uppercase;
  letter-spacing: .21em; font-size: .72rem; font-weight: 800;
}
.world-title {
  margin: 0 0 17px; color: #ead6a7; font: 600 clamp(.94rem, 1.55vw, 1.28rem)/1.2 Georgia, serif;
  letter-spacing: .16em; text-transform: uppercase;
}
.world-title span { color: var(--blue); font-style: italic; letter-spacing: .02em; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; }
.hero h1 {
  max-width: 720px; margin: 0; font-size: clamp(4.2rem, 7.5vw, 7.6rem);
  line-height: .78; letter-spacing: -.055em; font-weight: 500;
  text-shadow: 0 4px 10px rgba(0,0,0,.95), 0 10px 35px #000;
}
.hero h1 em { display: inline-block; color: #f0ca78; font-weight: 500; }
.hero h1 small {
  display: block; margin: 30px 0 0 7px; color: #efe7d8;
  font: 700 clamp(.7rem, 1vw, .9rem)/1.1 Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: .55em; text-transform: uppercase;
}
.hero-copy { max-width: 600px; margin: 31px 0 0; color: #eee7d9; font: 400 clamp(.96rem, 1.35vw, 1.14rem)/1.75 Georgia, serif; text-shadow: 0 2px 12px #000; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
  min-height: 50px; display: inline-flex; align-items: center; justify-content: center;
  padding: 13px 22px; border: 1px solid transparent; border-radius: 2px;
  text-decoration: none; text-transform: uppercase; letter-spacing: .1em;
  font-size: .72rem; font-weight: 850; cursor: pointer; transition: .2s ease;
}
.button-gold { color: #101318; background: linear-gradient(120deg, #b9924e, #e0c37f); border-color: #efd695; }
.button-gold:hover { filter: brightness(1.08); transform: translateY(-2px); }
.button-ghost { color: var(--ivory); background: rgba(4,12,17,.46); border-color: rgba(239,214,149,.5); }
.button-ghost:hover { border-color: var(--gold-bright); background: rgba(15,28,36,.8); }
.button-wide { width: 100%; }
.hero-access-line {
  margin: 15px 0 0; color: #c9c1b2; font-size: .76rem; letter-spacing: .035em;
  text-shadow: 0 2px 10px #000;
}
.hero-access-line span { padding-inline: 7px; color: var(--gold-bright); }
.hero-facts {
  max-width: 690px; margin: 37px 0 0; padding: 21px 0 0; list-style: none;
  display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line);
}
.hero-facts li { min-width: 0; padding: 0 18px; border-right: 1px solid var(--line); }
.hero-facts li:first-child { padding-left: 0; }
.hero-facts li:last-child { border: 0; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { color: var(--gold-bright); font: 600 1.05rem Georgia, serif; }
.hero-facts span { color: #a9a69f; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }

.free-guide {
  position: relative; overflow: hidden; padding-block: 70px;
  background:
    linear-gradient(90deg, rgba(5,13,18,.97), rgba(11,25,32,.91)),
    var(--hero-image) center 67% / cover;
  border-bottom: 1px solid rgba(224,195,127,.18);
}
.free-guide::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px;
  background: linear-gradient(var(--gold-dark), var(--gold-bright), var(--gold-dark));
}
.free-guide-inner { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(45px, 8vw, 115px); align-items: center; }
.free-guide-heading h2 { max-width: 440px; margin: 0; font: 500 clamp(2.4rem, 4vw, 4rem)/1.03 Georgia, serif; }
.free-guide-copy { padding-left: 34px; border-left: 1px solid rgba(224,195,127,.3); }
.free-guide-copy p { margin: 0 0 12px; color: #d0cbc0; }
.free-guide-copy strong { color: var(--ivory); }
.text-link { display: inline-block; margin-top: 9px; color: var(--gold-bright); text-decoration: none; text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; font-weight: 800; }
.text-link span { padding-left: 8px; font-size: 1.1rem; }
.text-link:hover { color: #f3d693; }

.section-heading { max-width: 720px; margin-bottom: 46px; }
.section-heading.compact { margin-bottom: 28px; }
.section-heading h2, .purchase h2, .youtube-role h2 {
  margin: 0; font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.06; font-weight: 500;
}
.section-heading > p:last-child { color: var(--muted); }
.support { padding-block: 94px; background: radial-gradient(circle at 80% 15%, rgba(173,113,43,.07), transparent 36%); }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.support-card {
  position: relative; display: flex; gap: 24px; min-height: 215px; padding: 32px;
  border: 1px solid var(--line); background: linear-gradient(145deg, rgba(26,45,56,.77), rgba(9,19,26,.9));
  box-shadow: var(--shadow); overflow: hidden;
}
.support-card::after { content: ""; position: absolute; inset: auto -10% -65% 20%; height: 170px; border-radius: 50%; background: rgba(180,138,66,.08); filter: blur(20px); }
.support-icon { color: var(--gold-bright); font: 2.2rem Georgia, serif; }
.support-card h3 { margin: 0 0 12px; font-size: 1.45rem; }
.support-card p { margin: 0; color: #c3c0b8; }
.support-card strong { color: var(--ivory); }

.how-it-works {
  padding-block: 96px;
  background:
    linear-gradient(90deg, rgba(6,15,21,.97), rgba(9,22,29,.94)),
    var(--hero-image) center 58% / cover;
  border-block: 1px solid rgba(199,166,103,.13);
}
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.steps article { min-height: 290px; padding: 36px 32px; background: var(--ink-2); }
.step-number { display: inline-grid; place-items: center; width: 44px; height: 44px; margin-bottom: 38px; border: 1px solid var(--gold-dark); color: var(--gold-bright); font: italic 1rem Georgia, serif; transform: rotate(45deg); }
.step-number::first-letter { transform: rotate(-45deg); }
.steps h3 { margin: 0 0 12px; font-size: 1.35rem; }
.steps p { margin: 0; color: var(--muted); }

.episodes { padding-block: 104px; }
.split-heading { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.provisional-note { max-width: 360px; margin: 0 0 5px; color: #928f88; font-size: .84rem; }
.episode-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.episode-card {
  position: relative; isolation: isolate; overflow: hidden;
  display: flex; flex-direction: column; min-width: 0; min-height: 690px;
  border: 1px solid rgba(224,195,127,.24);
  background: #071017 var(--hero-image) center / auto 100% no-repeat;
  box-shadow: 0 22px 58px rgba(0,0,0,.34); transition: transform .22s, border-color .22s;
}
.episode-card::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(0deg, rgba(3,8,11,.99) 0%, rgba(3,8,11,.94) 43%, rgba(3,8,11,.18) 75%, rgba(3,8,11,.08) 100%);
}
.episode-card::after { content: ""; position: absolute; inset: 0; z-index: -1; box-shadow: inset 0 0 70px rgba(0,0,0,.43); pointer-events: none; }
.episode-card:nth-child(1) { background-position: 100% center; }
.episode-card:nth-child(2) { background-position: 84% center; }
.episode-card:nth-child(3) { background-position: 69% center; }
.episode-card:nth-child(4) { background-position: 57% center; }
.episode-card:nth-child(5) { background-position: 45% center; }
.episode-card:nth-child(6) { background-position: 31% center; }
.episode-card:nth-child(7) { background-position: 16% center; }
.episode-card:nth-child(8) { background-position: 0% center; }
.episode-card:hover { transform: translateY(-4px); border-color: rgba(224,195,127,.55); }
.episode-cover {
  position: relative; min-height: 245px; overflow: hidden;
  background: transparent;
}
.episode-cover::after { content: ""; position: absolute; inset: auto 18px 0; height: 1px; background: linear-gradient(90deg, var(--gold-bright), transparent); }
.episode-cover span {
  position: absolute; left: 18px; top: 18px; z-index: 2; padding: 7px 10px 7px 13px;
  color: var(--gold-bright); background: rgba(2,7,10,.82); border-left: 2px solid var(--gold-bright);
  text-transform: uppercase; letter-spacing: .16em; font-size: .65rem; font-weight: 800;
}
.episode-body { display: flex; flex-direction: column; flex: 1; padding: 20px 18px 18px; }
.status-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: #878d90; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.status-chip { padding-left: 9px; color: #e5c574; border-left: 1px solid var(--gold-bright); }
.status-chip.is-free { color: #a9d3bd; }
.status-chip.is-paid { color: #aab3ba; }
.episode-body h3 { min-height: 56px; margin: 14px 0 5px; color: #fff7e9; font-size: 1.34rem; line-height: 1.14; font-weight: 500; text-shadow: 0 2px 9px #000; }
.release-date { min-height: 37px; margin: 0 0 17px; color: #c0b7a8; font-size: .74rem; }
.countdown-block { margin-top: auto; padding: 13px 0; border-block: 1px solid rgba(199,166,103,.16); }
.countdown-label { margin: 0 0 8px; color: #d8c89f; font-size: .65rem; text-transform: uppercase; letter-spacing: .1em; }
.countdown { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; }
.countdown span { min-width: 0; text-align: center; }
.countdown b { display: block; color: var(--ivory); font: 500 1.25rem/1 Georgia, serif; font-variant-numeric: tabular-nums; }
.countdown small { display: block; margin-top: 4px; color: #9da1a0; font-size: .55rem; text-transform: uppercase; letter-spacing: .05em; }
.countdown .seconds b { color: #e1bd6c; font-size: 1.05rem; }
.official-time { min-height: 46px; margin: 13px 0; color: #a2a29d; font-size: .66rem; line-height: 1.45; }
.episode-action { width: 100%; min-height: 40px; color: #d8c69c; background: transparent; border: 1px solid var(--gold-dark); text-transform: uppercase; letter-spacing: .09em; font-size: .66rem; font-weight: 750; cursor: pointer; }
.episode-action:hover { color: #0d1418; background: var(--gold-bright); }
.episode-action:disabled { cursor: default; opacity: .55; }
.time-rule { margin-top: 30px; padding: 20px 22px; display: grid; grid-template-columns: auto 1fr; gap: 5px 15px; border-left: 2px solid var(--gold-dark); background: rgba(17,34,43,.65); }
.time-rule span { color: var(--gold-bright); }
.time-rule p { margin: 0; color: #b8b4ab; font-size: .83rem; }
.time-rule small { grid-column: 2; color: #747c80; }

.purchase { padding-block: 110px; background: linear-gradient(120deg, #071118, #10242f); border-block: 1px solid rgba(199,166,103,.16); }
.purchase-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 70px; align-items: center; }
.season-offer { padding: 42px; border: 1px solid rgba(224,195,127,.42); background: rgba(4,13,18,.65); box-shadow: var(--shadow); }
.price { margin: 30px 0 4px; color: var(--gold-bright); font-family: Georgia, serif; line-height: 1; }
.price span { font-size: 4.6rem; }
.price sup { font-size: 1.8rem; }
.price-note { margin: 0; color: #b7b3a9; font-size: .8rem; }
.offer-list { margin: 28px 0; padding: 0; list-style: none; }
.offer-list li { padding: 9px 0 9px 25px; position: relative; color: #cfcbc1; border-bottom: 1px solid rgba(255,255,255,.05); }
.offer-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-bright); }
.checkout-note { margin: 15px 0 0; color: #777f83; font-size: .7rem; text-align: center; }
.trust-panel > h2 { max-width: 660px; margin-bottom: 34px; }
.responsibility { position: relative; padding: 22px 22px 22px 30px; border-top: 1px solid var(--line); }
.responsibility::before { content: ""; position: absolute; left: 0; top: 30px; width: 8px; height: 8px; border: 1px solid var(--gold-bright); transform: rotate(45deg); }
.responsibility h3 { margin: 0 0 5px; color: var(--gold-bright); font-size: 1.1rem; }
.responsibility p { margin: 0; color: #b8b7b1; font-size: .9rem; }
.trust-summary { margin: 28px 0 0; color: var(--ivory); font: italic 1.2rem Georgia, serif; }

.youtube-role { padding-block: 78px; }
.youtube-role-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.youtube-role p:last-child { color: var(--muted); }

.site-footer { padding-block: 54px; background: #050b0f; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 45px; }
.footer-logo { width: 170px; margin-bottom: 17px; }
.site-footer p, .site-footer small { color: #777f82; font-size: .78rem; }
.site-footer nav { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; align-content: start; }
.site-footer a, .link-button { color: #aaa9a3; font-size: .76rem; text-decoration: none; }
.site-footer a:hover, .link-button:hover { color: var(--gold-bright); }
.link-button { padding: 0; text-align: left; background: none; border: 0; cursor: pointer; }
.footer-contact { text-align: right; }
.footer-contact a { display: block; color: var(--gold-bright); margin-bottom: 20px; }
.footer-contact small { display: block; }

.modal {
  width: min(940px, calc(100% - 28px)); max-height: min(90vh, 820px); margin: auto; padding: 0;
  color: var(--paper-ink); background: var(--paper); border: 0; border-radius: 8px; box-shadow: 0 35px 100px rgba(0,0,0,.65); overflow: auto;
}
.modal::backdrop { background: rgba(2,7,10,.82); backdrop-filter: blur(5px); }
.modal-close { position: absolute; right: 15px; top: 12px; z-index: 4; width: 36px; height: 36px; border: 0; border-radius: 50%; color: #3e4850; background: rgba(255,255,255,.75); font-size: 1.5rem; cursor: pointer; }
.demo-notice { padding: 10px 55px 10px 20px; color: #574518; background: #f0dfad; font-size: .72rem; text-align: center; font-weight: 750; }
.vimeo-head { display: flex; align-items: center; gap: 7px; padding: 20px 28px; border-bottom: 1px solid #d8d8d6; }
.vimeo-wordmark { color: #1ab7ea; font: italic 700 1.7rem Georgia, serif; }
.vimeo-head b { color: #25313a; }
.vimeo-head > span:last-child { margin-left: auto; color: #677078; font-size: .76rem; }
.checkout-grid { display: grid; grid-template-columns: 1.1fr .9fr; }
.checkout-form { padding: 35px 42px 42px; }
.checkout-form h2, .player-copy h2 { margin: 0 0 25px; font-size: 2rem; }
.checkout-kicker { margin: 0 0 5px; color: #69727a; font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; }
.checkout-form label { display: block; margin: 14px 0; color: #4a535a; font-size: .76rem; font-weight: 700; }
.checkout-form input[type="email"], .checkout-form input[type="text"] { width: 100%; margin-top: 6px; padding: 13px 12px; color: #5a6369; background: #fff; border: 1px solid #c7cbce; border-radius: 4px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.consent-line { display: grid !important; grid-template-columns: auto 1fr; gap: 10px; align-items: start; font-weight: 400 !important; line-height: 1.45; }
.consent-line input { margin-top: 4px; }
.fake-pay { width: 100%; padding: 14px; color: white; background: #1877a5; border: 0; border-radius: 4px; opacity: .7; }
.secure-line { color: #6b7479; font-size: .68rem; text-align: center; }
.order-summary { padding: 35px 36px; background: #edf0f1; border-left: 1px solid #d5d8da; }
.mini-poster { aspect-ratio: 16/8; margin: 15px 0; background: var(--hero-image) center/cover; border-radius: 4px; }
.order-summary h3 { margin: 12px 0 0; font-size: 1.2rem; }
.order-summary > p:not(.checkout-kicker):not(.tax-copy) { margin-top: 2px; color: #68727a; font-size: .8rem; }
.order-summary dl { margin: 24px 0; }
.order-summary dl div { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; border-bottom: 1px solid #d6dadc; font-size: .82rem; }
.order-summary dt, .order-summary dd { margin: 0; }
.order-summary .total { font-weight: 800; }
.tax-copy { color: #737b80; font-size: .7rem; }
.order-summary a { color: #176f98; font-size: .76rem; }
.player-modal { max-width: 800px; color: var(--ivory); background: #08151d; }
.mock-player { aspect-ratio: 16/9; display: grid; place-items: center; align-content: center; gap: 15px; background: linear-gradient(rgba(0,0,0,.24), rgba(0,0,0,.55)), var(--hero-image) center/cover; }
.play-symbol { display: grid; place-items: center; width: 72px; height: 72px; padding-left: 5px; border: 2px solid #fff; border-radius: 50%; background: rgba(0,0,0,.35); }
.mock-player span { font-size: .8rem; text-shadow: 0 2px 10px #000; }
.player-copy { padding: 28px 34px 36px; }
.player-copy p:last-child { color: #aeb1ae; }

.cookie-banner {
  position: fixed; z-index: 200; left: 18px; right: 18px; bottom: 18px;
  width: min(760px, calc(100% - 36px)); margin-inline: auto; padding: 20px;
  color: var(--ivory); background: #101e27; border: 1px solid rgba(224,195,127,.5); box-shadow: var(--shadow);
}
.cookie-banner[hidden] { display: none; }
.cookie-banner h2 { margin: 0 0 5px; font-size: 1.1rem; }
.cookie-banner p { margin: 0; color: #bbb8b0; font-size: .78rem; }
.cookie-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 15px; }
.cookie-actions button { min-height: 42px; padding: 8px; color: var(--ivory); background: transparent; border: 1px solid var(--gold-dark); font-size: .72rem; cursor: pointer; }
.cookie-actions button:hover { color: #101418; background: var(--gold-bright); }
.cookie-settings { max-width: 620px; color: var(--ivory); background: #0c1921; border: 1px solid var(--line); }
.cookie-settings-inner { padding: 34px; }
.cookie-settings h2 { margin: 0; }
.cookie-settings p { color: #b6b4ae; }
.cookie-option { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding: 18px 0; border-top: 1px solid var(--line); }
.cookie-option h3 { margin: 0; font-size: 1rem; }
.cookie-option p { grid-column: 1/-1; margin: 0; font-size: .78rem; }
.switch { width: 46px; height: 25px; accent-color: var(--gold-bright); }

.legal-page { background: #f3f0e8; color: #1f2a31; }
.legal-page .site-header { position: static; background: #071017; }
.legal-hero { min-height: 250px; display: grid; align-items: end; padding-block: 75px 45px; color: var(--ivory); background: linear-gradient(90deg, rgba(4,12,16,.95), rgba(4,12,16,.5)), url("../images/sais-legal-background.jpg") center/cover; }
.legal-hero h1 { margin: 0; font: 500 clamp(2.6rem, 6vw, 5rem)/1 Georgia, serif; }
.legal-hero p { max-width: 700px; margin-bottom: 0; color: #d0cbc0; }
.legal-content { width: min(860px, calc(100% - 40px)); margin: 0 auto; padding-block: 60px 100px; }
.legal-content .document-note { padding: 15px 18px; color: #5d512e; background: #eee2bf; border-left: 3px solid #9b7c3c; font-size: .82rem; }
.legal-content h2 { margin-top: 42px; color: #1a3846; font-size: 1.55rem; }
.legal-content h3 { margin-top: 28px; color: #264b5b; font-size: 1.12rem; }
.legal-content p, .legal-content li { color: #3f4a50; }
.legal-content a { color: #156381; }
.legal-content table { width: 100%; margin: 20px 0; border-collapse: collapse; font-size: .82rem; }
.legal-content th, .legal-content td { padding: 12px; border: 1px solid #cfd3d1; text-align: left; vertical-align: top; }
.legal-content th { background: #e5e5df; }
.legal-content .responsibility-table td:first-child { width: 25%; font-weight: 800; color: #1a3846; }
.legal-nav { margin: 0 0 30px; display: flex; flex-wrap: wrap; gap: 8px; }
.legal-nav a { padding: 7px 12px; color: #234957; border: 1px solid #aeb8b7; text-decoration: none; font-size: .75rem; }
.last-updated { color: #6b7476; font-size: .76rem; }
.legal-standalone-modal { width: min(980px, calc(100% - 28px)); color: #1f2a31; background: #f3f0e8; }
.legal-standalone-modal .legal-content { padding-top: 46px; padding-bottom: 70px; }
.legal-standalone-modal .modal-close { position: sticky; float: right; top: 12px; margin: 12px 12px -48px 0; background: #0b1821; color: #f3ecdc; }
.legal-standalone-modal::backdrop { background: rgba(2,7,10,.84); backdrop-filter: blur(5px); }

@media (max-width: 980px) {
  .site-header nav { gap: 17px; }
  .site-header nav a { font-size: .66rem; letter-spacing: .1em; }
  .free-guide-inner { grid-template-columns: 1fr; gap: 28px; }
  .free-guide-copy { padding: 24px 0 0; border-left: 0; border-top: 1px solid rgba(224,195,127,.3); }
  .episode-grid { grid-template-columns: repeat(2, 1fr); }
  .purchase-grid { grid-template-columns: 1fr; gap: 55px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-contact { grid-column: 1/-1; text-align: left; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 680px); }
  .site-header { min-height: 66px; padding-inline: 15px; }
  .brand { width: 148px; }
  .menu-toggle { display: block; }
  .site-header nav { position: absolute; left: 0; right: 0; top: 100%; display: none; padding: 18px; background: #071017; border-bottom: 1px solid var(--line); }
  .site-header nav.is-open { display: grid; }
  .hero { min-height: 760px; }
  .hero-image { background-position: 70% center; }
  .hero-vignette { background: linear-gradient(90deg, rgba(4,10,14,.86), rgba(4,10,14,.34)), linear-gradient(0deg, var(--ink), transparent 40%); }
  .hero-content { padding-block: 80px 90px; }
  .hero h1 { font-size: clamp(3.1rem, 15vw, 5.1rem); }
  .hero h1 small { margin-top: 23px; }
  .hero-facts { grid-template-columns: 1fr 1fr; gap: 20px 0; }
  .hero-facts li:nth-child(2) { border: 0; }
  .support-grid, .steps, .youtube-role-inner { grid-template-columns: 1fr; }
  .free-guide { padding-block: 58px; }
  .support, .episodes { padding-block: 70px; }
  .support-card { min-height: auto; padding: 25px; }
  .steps { gap: 1px; }
  .steps article { min-height: 220px; }
  .split-heading { display: block; }
  .provisional-note { margin-top: 15px; }
  .purchase { padding-block: 75px; }
  .season-offer { padding: 28px 22px; }
  .checkout-grid { grid-template-columns: 1fr; }
  .order-summary { border: 0; border-top: 1px solid #d5d8da; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-contact { grid-column: auto; }
  .site-footer nav { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .hero-actions { display: grid; }
  .hero-image { background-position: 76% center; }
  .hero-copy { max-width: 92%; }
  .hero-access-line { max-width: 90%; }
  .episode-grid { grid-template-columns: 1fr; }
  .episode-card { min-height: 650px; background-size: auto 100%; }
  .episode-cover { min-height: 260px; }
  .episode-body h3, .release-date, .official-time { min-height: auto; }
  .cookie-actions { grid-template-columns: 1fr; }
  .checkout-form, .order-summary { padding: 28px 21px; }
  .field-row { grid-template-columns: 1fr; }
  .price span { font-size: 3.8rem; }
  .legal-content table { display: block; overflow-x: auto; }
}

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