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

:root {
  --ink: #f7f9fb;
  --muted: #9ca6b3;
  --line: rgba(255, 255, 255, .13);
  --panel: #0c1117;
  --panel-soft: #111820;
  --cyan: #63ebff;
  --yellow: #ffd91f;
  --green: #77efb8;
  --max: 1440px;
  color-scheme: dark;
  font-family: Manrope, Inter, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #05070a; color: var(--ink); overflow-x: clip; }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; z-index: -1; background: radial-gradient(circle at 8% 12%, rgba(47, 183, 211, .12), transparent 27rem), radial-gradient(circle at 87% 30%, rgba(255, 217, 31, .07), transparent 30rem), linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: auto, auto, 48px 48px, 48px 48px; }
a { color: inherit; }
button, input { font: inherit; }
img { max-width: 100%; display: block; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 30; padding: 10px 14px; color: #05070a; background: var(--cyan); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; min-height: 84px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; width: fit-content; }
.brand img, .footer-brand img { width: 38px; height: 38px; object-fit: contain; }
.brand span, .footer-brand p { display: grid; margin: 0; }
.brand strong { font-size: 17px; letter-spacing: .1em; }
.brand small, .footer-brand span { color: var(--muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.site-header nav, .site-footer nav { display: flex; align-items: center; gap: 28px; }
.site-header nav a, .site-footer nav a { color: #b9c1ca; font-size: 13px; font-weight: 600; text-decoration: none; }
.site-header nav a:hover, .site-footer nav a:hover { color: white; }
.header-cta { justify-self: end; padding: 11px 16px; border: 1px solid var(--line); border-radius: 999px; font-size: 12px; font-weight: 700; text-decoration: none; }
.header-cta:hover { border-color: var(--cyan); color: var(--cyan); }

main { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.eyebrow { margin: 0 0 12px; color: var(--cyan); font-family: 'DM Mono', monospace; font-size: 11px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.hero { min-height: calc(100svh - 84px); padding: clamp(64px, 8vw, 120px) 0 80px; display: grid; grid-template-columns: minmax(0, .91fr) minmax(420px, .82fr); align-items: center; gap: clamp(40px, 7vw, 112px); }
.hero-copy { min-width: 0; position: relative; z-index: 2; }
.vrf-cycle { margin: 0; display: flex; align-items: baseline; width: max-content; max-width: none; white-space: nowrap; font-size: clamp(72px, 10.2vw, 164px); line-height: .85; letter-spacing: -.085em; font-weight: 800; }
.vrf-fixed { position: relative; z-index: 2; color: var(--yellow); }
.vrf-suffix { position: relative; display: inline-block; min-width: 3.8ch; color: #f5f7f8; transition: opacity .12s ease, transform .12s ease; }
.vrf-suffix::before, .vrf-suffix::after { content: attr(data-text); position: absolute; inset: 0; opacity: 0; pointer-events: none; }
.vrf-suffix.is-glitching { opacity: .7; transform: translateX(4px) skewX(-6deg); }
.vrf-suffix.is-glitching::before { opacity: .62; color: var(--cyan); transform: translate(-5px, -2px); clip-path: inset(0 0 55% 0); }
.vrf-suffix.is-glitching::after { opacity: .6; color: #ff4d79; transform: translate(5px, 2px); clip-path: inset(54% 0 0 0); }
.hero-command { margin: 30px 0 0; font-size: clamp(26px, 3.3vw, 50px); font-weight: 700; letter-spacing: -.045em; }
.hero-command em { color: var(--cyan); font-style: normal; }
.hero-lede { max-width: 670px; margin: 22px 0 0; color: #b7c0c9; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 0 20px; border: 1px solid var(--line); border-radius: 999px; font-size: 13px; font-weight: 800; text-decoration: none; }
.button.primary { background: var(--yellow); border-color: var(--yellow); color: #080a0c; }
.button.secondary:hover { border-color: var(--cyan); color: var(--cyan); }
.hero-proof { display: flex; gap: 0; margin: 42px 0 0; padding: 0; list-style: none; }
.hero-proof li { min-width: 115px; padding: 0 24px; border-left: 1px solid var(--line); display: grid; }
.hero-proof li:first-child { padding-left: 0; border-left: 0; }
.hero-proof strong { font-size: 24px; }
.hero-proof span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }

.hero-art { --mx: 0px; --my: 0px; position: relative; min-width: 0; aspect-ratio: 1; isolation: isolate; }
.hero-art::before { content: ''; position: absolute; inset: 9%; z-index: -2; border-radius: 50%; background: radial-gradient(circle, rgba(99,235,255,.23), transparent 68%); filter: blur(34px); }
.hero-art img { width: 100%; height: 100%; object-fit: cover; border-radius: 7.5%; filter: drop-shadow(0 30px 60px rgba(0,0,0,.6)); transform: translate(var(--mx), var(--my)); transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.hero-orbit { position: absolute; z-index: -1; border: 1px solid rgba(99,235,255,.28); border-radius: 50%; pointer-events: none; }
.orbit-one { inset: -5% 4%; transform: rotate(17deg); }
.orbit-two { inset: 4% -5%; transform: rotate(-22deg); border-color: rgba(255,217,31,.22); }
.art-caption { position: absolute; right: -2%; bottom: 6%; margin: 0; padding: 13px 16px; border: 1px solid rgba(255,255,255,.22); border-radius: 12px; background: rgba(5,8,11,.78); backdrop-filter: blur(16px); display: grid; box-shadow: 0 14px 40px rgba(0,0,0,.45); }
.art-caption span { color: var(--cyan); font-family: 'DM Mono', monospace; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.art-caption strong { margin-top: 3px; font-size: 13px; }

.explainer { margin: 0 0 120px; padding: clamp(24px, 3.5vw, 48px); display: grid; grid-template-columns: 110px 1fr minmax(390px, .9fr); align-items: center; gap: 30px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(115deg, rgba(16,23,31,.95), rgba(8,12,17,.97)); overflow: hidden; position: relative; }
.explainer::after { content: ''; position: absolute; width: 250px; height: 250px; right: -90px; top: -120px; background: var(--cyan); filter: blur(100px); opacity: .12; pointer-events: none; }
.explainer-mark { width: 92px; aspect-ratio: 1; border: 1px solid rgba(255,217,31,.35); border-radius: 50%; display: grid; place-items: center; position: relative; }
.explainer-mark::before, .explainer-mark::after, .explainer-mark i { content: ''; position: absolute; border: 1px solid rgba(99,235,255,.35); border-radius: 50%; }
.explainer-mark::before { inset: 9px; }.explainer-mark::after { inset: 18px; }.explainer-mark i { inset: 27px; }
.explainer-mark span { z-index: 1; color: var(--yellow); font-size: 14px; font-weight: 800; letter-spacing: .06em; }
.explainer-copy h2 { margin: 0; font-size: clamp(28px, 3vw, 42px); letter-spacing: -.04em; }
.explainer-copy p:last-child { margin: 8px 0 0; color: var(--muted); line-height: 1.6; }
.audio-stub { position: relative; z-index: 1; display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 14px; padding: 13px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.045); }
.audio-stub button { width: 48px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: rgba(255,255,255,.06); color: #77818b; cursor: not-allowed; }
.audio-stub div { min-width: 0; display: grid; }
.audio-stub strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; }
.audio-stub span, .audio-stub time { color: var(--muted); font-family: 'DM Mono', monospace; font-size: 10px; }

.pack-section, .paid-pack-section, .start-section, .watch-section { padding: 30px 0 120px; }
.section-heading { margin-bottom: 42px; display: grid; grid-template-columns: 1.1fr .8fr; gap: 60px; align-items: end; }
.section-heading h2 { max-width: 830px; margin: 0; font-size: clamp(38px, 5.2vw, 78px); line-height: .98; letter-spacing: -.06em; }
.section-heading > p { max-width: 560px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.section-heading.compact { grid-template-columns: 1fr; }
.journey-controls { margin-bottom: 20px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.filter-group { display: flex; flex-wrap: wrap; gap: 8px; }
.filter { min-height: 38px; padding: 0 15px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: #aeb7c0; font-size: 12px; font-weight: 700; cursor: pointer; }
.filter:hover, .filter.is-active { background: #eef3f5; border-color: #eef3f5; color: #070a0d; }
.carousel-buttons { display: flex; align-items: center; gap: 12px; }
.carousel-buttons button { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: var(--panel); color: white; cursor: pointer; }
.carousel-buttons button:hover:not(:disabled) { border-color: var(--cyan); color: var(--cyan); }
.carousel-buttons button:disabled { opacity: .35; cursor: default; }
.carousel-buttons p { min-width: 58px; margin: 0; color: var(--muted); font: 11px 'DM Mono', monospace; text-align: center; }
.carousel-buttons p span:first-child { color: white; }
.pack-carousel { display: flex; gap: 18px; padding: 2px max(0px, calc((100vw - var(--max)) / 2)) 24px 0; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: rgba(99,235,255,.45) transparent; cursor: grab; }
.pack-carousel:active { cursor: grabbing; }
.pack-card { --accent: var(--cyan); --x: 0px; --y: 0px; flex: 0 0 min(415px, 83vw); min-height: 620px; scroll-snap-align: start; position: relative; border: 1px solid var(--line); border-radius: 22px; background: var(--panel); overflow: hidden; transform: translate(var(--x), var(--y)); transition: transform .25s ease, border-color .25s ease; }
.pack-card:hover, .pack-card.is-current { border-color: color-mix(in srgb, var(--accent) 58%, transparent); }
.pack-visual { height: 335px; position: relative; background-image: linear-gradient(to top, #0c1117 0, transparent 45%), url('./assets/vrf-pack-constellation.png'); background-size: 300% 300%; background-position: var(--art-x) var(--art-y); transition: transform .45s cubic-bezier(.2,.8,.2,1); }
.pack-card:hover .pack-visual { transform: scale(1.025); }
.pack-badge { position: absolute; top: 16px; left: 16px; display: inline-flex; gap: 8px; align-items: center; padding: 8px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(4,7,9,.76); backdrop-filter: blur(12px); color: #d9e0e5; font: 10px 'DM Mono', monospace; letter-spacing: .07em; text-transform: uppercase; }
.pack-badge::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 13px var(--accent); }
.pack-number { position: absolute; right: 16px; top: 14px; color: rgba(255,255,255,.56); font: 11px 'DM Mono', monospace; }
.pack-body { padding: 8px 24px 24px; }
.pack-kicker { margin: 0; color: var(--accent); font: 10px 'DM Mono', monospace; letter-spacing: .14em; text-transform: uppercase; }
.pack-body h3 { margin: 7px 0 10px; font-size: 34px; line-height: 1; letter-spacing: -.04em; }
.pack-body > p { min-height: 78px; margin: 0; color: #adb6c0; font-size: 14px; line-height: 1.58; }
.pack-features { margin: 18px 0 0; padding: 16px 0 0; border-top: 1px solid var(--line); list-style: none; display: flex; flex-wrap: wrap; gap: 7px; }
.pack-features li { padding: 7px 10px; border: 1px solid color-mix(in srgb, var(--accent) 24%, var(--line)); border-radius: 999px; background: color-mix(in srgb, var(--accent) 7%, transparent); color: #d5dce2; font-size: 11px; }
.pack-links { margin-top: 20px; display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.pack-links a, .pack-links button { font-size: 11px; font-weight: 800; text-decoration: none; }
.pack-links .primary-link { padding: 10px 13px; border: 0; border-radius: 999px; background: var(--accent); color: #07090b; cursor: pointer; }
.pack-links a:not(.primary-link) { color: #cad2d8; }
.pack-links .coming { color: #7e8993; font: 10px 'DM Mono', monospace; text-transform: uppercase; }
.swipe-note { margin: 8px 0 0; color: #76818b; font: 10px 'DM Mono', monospace; letter-spacing: .04em; }
.empty-state { padding: 40px; border: 1px dashed var(--line); border-radius: 18px; color: var(--muted); text-align: center; }

.paid-pack-section { width: 100vw; margin-left: calc(50% - 50vw); padding-top: 80px; }
.chapter-heading { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.pack-chapters { border-top: 1px solid var(--line); }
.pack-chapter { --chapter-progress: 0; --logo-progress: 0; --art-progress: 0; --copy-progress: 0; min-height: 158svh; position: relative; border-bottom: 1px solid var(--line); background: #05070a; }
.chapter-stage { height: 100svh; min-height: 680px; position: sticky; top: 0; overflow: hidden; isolation: isolate; display: grid; grid-template-columns: 1fr minmax(360px, .9fr) 1fr; align-items: center; gap: 30px; padding: 90px max(24px, calc((100vw - var(--max)) / 2)); }
.chapter-stage::before { content: ''; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--accent) 14%, transparent), transparent 45%), linear-gradient(90deg, #05070a 3%, transparent 42%, transparent 58%, #05070a 97%); }
.chapter-backdrop { position: absolute; inset: -8%; z-index: -4; width: 116%; height: 116%; object-fit: cover; opacity: calc(.08 + var(--chapter-progress) * .18); filter: saturate(.7) contrast(1.1); transform: scale(calc(1.12 - var(--chapter-progress) * .06)); }
.chapter-stage::after { content: ''; position: absolute; inset: 0; z-index: -3; background: linear-gradient(to bottom, rgba(5,7,10,.88), rgba(5,7,10,.3) 45%, rgba(5,7,10,.92)); }
.chapter-index { position: absolute; top: 106px; left: max(24px, calc((100vw - var(--max)) / 2)); margin: 0; color: rgba(255,255,255,.45); font: 12px 'DM Mono', monospace; letter-spacing: .12em; }
.chapter-logo-wrap { justify-self: start; display: flex; align-items: center; gap: 16px; opacity: var(--logo-progress); transform: translateX(calc((1 - var(--logo-progress)) * -130px)); }
.chapter-logo-wrap::before { content: ''; width: clamp(42px, 7vw, 96px); height: 1px; background: var(--accent); box-shadow: 0 0 16px color-mix(in srgb, var(--accent) 50%, transparent); }
.chapter-logo-wrap span { color: var(--accent); font: 12px 'DM Mono', monospace; letter-spacing: .16em; text-transform: uppercase; }
.chapter-art { justify-self: center; width: min(33vw, 470px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.18); border-radius: 22%; background-image: url('./assets/vrf-pack-constellation.png'); background-size: 300% 300%; background-position: var(--art-x) var(--art-y); box-shadow: 0 40px 100px rgba(0,0,0,.6), 0 0 70px color-mix(in srgb, var(--accent) 20%, transparent); opacity: var(--art-progress); transform: translateY(calc((1 - var(--art-progress)) * 80px)) scale(calc(.82 + var(--art-progress) * .18)) rotate(calc((1 - var(--art-progress)) * 7deg)); }
.chapter-copy { justify-self: end; max-width: 440px; opacity: var(--copy-progress); transform: translateX(calc((1 - var(--copy-progress)) * 110px)); }
.pack-chapter:nth-child(even) .chapter-logo-wrap { grid-column: 3; grid-row: 1; justify-self: end; flex-direction: row-reverse; transform: translateX(calc((1 - var(--logo-progress)) * 130px)); }
.pack-chapter:nth-child(even) .chapter-art { grid-column: 2; grid-row: 1; }
.pack-chapter:nth-child(even) .chapter-copy { grid-column: 1; grid-row: 1; justify-self: start; transform: translateX(calc((1 - var(--copy-progress)) * -110px)); }
.chapter-status { margin: 0; color: var(--accent); font: 12px 'DM Mono', monospace; letter-spacing: .12em; text-transform: uppercase; }
.chapter-copy h3 { margin: 10px 0 18px; font-size: clamp(56px, 7vw, 108px); line-height: .84; letter-spacing: -.075em; }
.chapter-copy > p:not(.chapter-status) { margin: 0; color: #c1c9d0; font-size: 17px; line-height: 1.65; }
.chapter-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.chapter-pills span { padding: 8px 11px; border: 1px solid color-mix(in srgb, var(--accent) 34%, var(--line)); border-radius: 999px; background: rgba(5,7,10,.58); color: #dbe1e6; font-size: 12px; }
.chapter-button { margin-top: 28px; border-color: var(--accent); background: var(--accent); color: #060809; cursor: pointer; }

.detail-is-open { overflow: hidden; }
.pack-detail { width: min(1180px, calc(100% - 32px)); max-height: min(820px, calc(100svh - 32px)); padding: 0; border: 1px solid rgba(255,255,255,.2); border-radius: 24px; background: #0a0f15; color: var(--ink); overflow: auto; box-shadow: 0 40px 130px rgba(0,0,0,.75); }
.pack-detail::backdrop { background: rgba(0,3,7,.82); backdrop-filter: blur(13px); }
.detail-close { position: sticky; z-index: 4; top: 16px; float: right; margin: 16px 16px -58px 0; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: rgba(5,7,10,.78); color: white; font-size: 24px; cursor: pointer; backdrop-filter: blur(10px); }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); min-height: 650px; }
.detail-media { min-width: 0; padding: 18px; background: #05070a; display: flex; flex-direction: column; }
.detail-video { flex: 1; min-height: 450px; border-radius: 16px; overflow: hidden; background: #020304; display: grid; place-items: center; }
.detail-video iframe, .detail-video img { width: 100%; height: 100%; border: 0; object-fit: cover; }
.detail-video-state { margin: 13px 4px 0; color: var(--muted); font: 12px 'DM Mono', monospace; }
.detail-copy { padding: clamp(42px, 6vw, 78px) clamp(28px, 5vw, 64px); align-self: center; }
.detail-copy h2 { margin: 0 0 22px; font-size: clamp(52px, 7vw, 92px); line-height: .9; letter-spacing: -.07em; }
.detail-summary { margin: 0; color: #c0c8d0; font-size: 17px; line-height: 1.7; }
.detail-features { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.detail-features span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: #dce2e7; font-size: 12px; }
.detail-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.detail-actions a, .detail-disabled { min-height: 42px; padding: 0 14px; border: 1px solid var(--line); border-radius: 999px; display: inline-flex; align-items: center; color: #d8dfe4; font-size: 12px; font-weight: 800; text-decoration: none; }
.detail-actions .detail-primary { background: var(--yellow); border-color: var(--yellow); color: #07090b; }
.detail-disabled { color: #6f7a84; }
.detail-note { margin: 25px 0 0; color: #7f8a94; font-size: 12px; line-height: 1.6; }

.start-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; }
.start-grid a { min-height: 310px; padding: 28px; border-left: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.035), transparent); text-decoration: none; display: flex; flex-direction: column; transition: background .2s ease; }
.start-grid a:first-child { border-left: 0; }
.start-grid a:hover { background: rgba(99,235,255,.07); }
.start-grid span { color: var(--cyan); font: 10px 'DM Mono', monospace; }
.start-grid h3 { margin: auto 0 13px; font-size: 22px; line-height: 1.12; letter-spacing: -.03em; }
.start-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.start-grid strong { margin-top: 24px; color: var(--yellow); font-size: 11px; }

.text-link { color: var(--cyan); font-size: 12px; font-weight: 800; text-decoration: none; }
.watch-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 14px; }
.watch-card { min-height: 350px; position: relative; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: var(--panel); text-decoration: none; }
.watch-card img { width: 100%; height: 100%; object-fit: cover; opacity: .68; transition: opacity .2s, transform .4s; }
.watch-card:hover img { opacity: .9; transform: scale(1.025); }
.watch-card::after { content: ''; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(4,6,9,.95)); }
.watch-card > span { position: absolute; z-index: 2; left: 22px; right: 65px; bottom: 21px; display: grid; }
.watch-card small { color: var(--cyan); font: 9px 'DM Mono', monospace; letter-spacing: .12em; text-transform: uppercase; }
.watch-card strong { margin-top: 5px; font-size: 18px; }
.watch-card i { width: 42px; height: 42px; position: absolute; z-index: 2; right: 20px; bottom: 19px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-size: 10px; font-style: normal; }

.community-section { margin: 10px 0 100px; padding: clamp(34px, 5vw, 70px); border-radius: 24px; display: grid; grid-template-columns: 1fr .9fr; gap: 70px; background: var(--yellow); color: #080a0b; }
.community-section .eyebrow { color: #735f00; }
.community-section h2 { margin: 0; font-size: clamp(38px, 5vw, 70px); line-height: .95; letter-spacing: -.055em; }
.community-section > div > p:last-child { max-width: 580px; line-height: 1.7; }
.community-links { display: grid; align-content: center; }
.community-links a { padding: 19px 0; border-bottom: 1px solid rgba(0,0,0,.24); display: flex; justify-content: space-between; gap: 20px; font-size: 13px; text-decoration: none; }
.community-links a:first-child { border-top: 1px solid rgba(0,0,0,.24); }
.community-links strong { font-size: 11px; }

.site-footer { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; min-height: 130px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand strong { letter-spacing: .09em; }
.footer-note { justify-self: end; color: #717c86; font: 10px 'DM Mono', monospace; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }.site-header nav { display: none; }
  .hero { grid-template-columns: minmax(0, 1fr) minmax(340px, .8fr); gap: 28px; }
  .vrf-cycle { font-size: clamp(66px, 10.5vw, 112px); }
  .explainer { grid-template-columns: 80px 1fr; }.audio-stub { grid-column: 1 / -1; }
  .start-grid { grid-template-columns: repeat(2, 1fr); }.start-grid a:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }.start-grid a:nth-child(4) { border-top: 1px solid var(--line); }
  .chapter-stage { grid-template-columns: .65fr minmax(310px, .85fr) 1fr; gap: 22px; }
  .chapter-copy h3 { font-size: clamp(48px, 7vw, 76px); }
  .chapter-copy > p:not(.chapter-status) { font-size: 15px; }
}

@media (max-width: 760px) {
  main, .site-header, .site-footer { width: min(calc(100% - 28px), var(--max)); }
  .site-header { min-height: 72px; }.brand small { display: none; }.header-cta { padding: 9px 12px; font-size: 10px; }
  .hero { min-height: auto; padding: 64px 0 80px; grid-template-columns: 1fr; }
  .hero-art { width: min(92vw, 570px); margin: 12px auto 0; grid-row: 1; }.hero-copy { grid-row: 2; }
  .vrf-cycle { font-size: clamp(56px, 17.2vw, 104px); letter-spacing: -.09em; }
  .hero-command { margin-top: 22px; }.hero-proof li { min-width: 0; flex: 1; padding: 0 14px; }
  .art-caption { right: 0; }
  .explainer { margin-bottom: 90px; grid-template-columns: 62px 1fr; padding: 22px 18px; gap: 18px; }.explainer-mark { width: 62px; }.explainer-copy p:last-child { display: none; }.audio-stub { grid-template-columns: 42px 1fr; }.audio-stub time { display: none; }
  .pack-section, .paid-pack-section, .start-section, .watch-section { padding-bottom: 90px; }.section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 30px; }.section-heading h2 { font-size: clamp(38px, 12vw, 64px); }
  .journey-controls { align-items: flex-end; }.filter-group { max-width: 260px; }.carousel-buttons { flex-shrink: 0; }.carousel-buttons p { display: none; }
  .pack-card { flex-basis: min(360px, 87vw); min-height: 590px; }.pack-visual { height: 310px; }
  .paid-pack-section { padding-top: 20px; }
  .chapter-heading { width: min(calc(100% - 28px), var(--max)); }
  .pack-chapter { min-height: 150svh; }
  .chapter-stage { min-height: 620px; grid-template-columns: 1fr; padding: 82px 20px 32px; }
  .chapter-index { top: 34px; left: 20px; }
  .chapter-logo-wrap, .pack-chapter:nth-child(even) .chapter-logo-wrap { position: absolute; z-index: 2; top: 30px; right: 20px; left: auto; display: flex; justify-self: auto; gap: 9px; opacity: var(--logo-progress); transform: translateX(calc((1 - var(--logo-progress)) * 60px)); }
  .chapter-logo-wrap::before { width: 24px; }
  .chapter-logo-wrap span { font-size: 9px; }
  .chapter-art, .pack-chapter:nth-child(even) .chapter-art { grid-column: 1; grid-row: 1; align-self: start; width: min(76vw, 360px); margin-top: 38px; opacity: var(--art-progress); transform: translateY(calc((1 - var(--art-progress)) * 60px)) scale(calc(.84 + var(--art-progress) * .16)); }
  .chapter-copy, .pack-chapter:nth-child(even) .chapter-copy { grid-column: 1; grid-row: 1; align-self: end; justify-self: stretch; max-width: none; padding: 110px 4px 0; background: linear-gradient(transparent, #05070a 36%); opacity: var(--copy-progress); transform: translateY(calc((1 - var(--copy-progress)) * 55px)); }
  .chapter-copy h3 { font-size: clamp(54px, 17vw, 84px); }
  .chapter-copy > p:not(.chapter-status) { font-size: 15px; }
  .detail-layout { grid-template-columns: 1fr; }
  .detail-video { min-height: 240px; aspect-ratio: 16 / 9; }
  .detail-copy { padding: 30px 24px 42px; }
  .detail-copy h2 { font-size: clamp(48px, 15vw, 72px); }
  .start-grid { grid-template-columns: 1fr; }.start-grid a { min-height: 245px; border-left: 0; border-top: 1px solid var(--line); }.start-grid a:first-child { border-top: 0; }.start-grid a:nth-child(2) { border-left: 0; }
  .watch-grid { grid-template-columns: 1fr; }.watch-card { min-height: 270px; }
  .community-section { grid-template-columns: 1fr; gap: 30px; }
  .site-footer { padding: 30px 0; grid-template-columns: 1fr; }.site-footer nav { flex-wrap: wrap; gap: 18px; }.footer-note { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-art img, .pack-card { transform: none !important; }
}
