* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.site-header { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font: italic 27px Georgia, serif; }
.brand strong { display: block; font: 700 20px Georgia, serif; }
.brand small { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; letter-spacing: .17em; text-transform: uppercase; }
.header-nav { display: flex; align-items: center; gap: 24px; color: var(--muted); font-size: 13px; }
.header-nav a:hover { color: var(--accent); }
.header-cta, .button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 25px; border: 1px solid var(--button); background: var(--button); color: var(--button-text); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease; }
.header-cta:hover, .button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px color-mix(in srgb, var(--button) 26%, transparent); }
.button.ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.button.light { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.eyebrow { margin: 0 0 22px; color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
h1 { margin-bottom: 26px; font-size: clamp(48px, 4.3vw, 62px); line-height: .98; letter-spacing: -.045em; }
h2 { margin-bottom: 26px; font-size: clamp(44px, 5.1vw, 68px); line-height: 1.04; letter-spacing: -.035em; }
h2 em, h1 em { color: var(--accent); font-weight: 400; }
.lead { color: var(--muted); font-size: 17px; line-height: 1.72; }
.actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.section { padding: 110px 0; }
.section-head { display: grid; grid-template-columns: .45fr 1.55fr; gap: 48px; margin-bottom: 60px; align-items: start; }
.section-number { color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.section-head p:last-child { max-width: 620px; color: var(--muted); font-size: 15px; line-height: 1.72; }
.mini-note { color: var(--muted); font-size: 12px; line-height: 1.5; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat { padding: 30px 0; }
.stat + .stat { padding-left: 30px; border-left: 1px solid var(--line); }
.stat strong { display: block; font: 400 38px Georgia, serif; }
.stat span { display: block; margin-top: 8px; color: var(--muted); font-size: 12px; }
.proof-slider { overflow: hidden; position: relative; }
.proof-track { display: flex; transition: transform .55s cubic-bezier(.22,.61,.36,1); will-change: transform; }
.proof-slide { flex: 0 0 100%; min-width: 0; }
.proof-media { overflow: hidden; background: var(--surface); }
.proof-media img { width: 100%; height: 100%; object-fit: cover; }
.proof-copy { position: relative; }
.proof-copy h3 { font-family: Georgia, serif; font-size: clamp(30px, 3.2vw, 46px); line-height: 1.05; }
.proof-copy h3 span { display: block; }
.proof-kicker { color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.slider-controls { display: flex; align-items: center; gap: 12px; margin-top: 24px; }
.slider-controls button { width: 52px; height: 52px; border: 1px solid var(--line-strong); background: transparent; cursor: pointer; }
.slider-counter { min-width: 66px; color: var(--muted); font-size: 12px; letter-spacing: .12em; }
.slider-progress { flex: 1; height: 2px; background: var(--line); }
.slider-progress span { display: block; height: 100%; background: var(--accent); transition: width .45s ease; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item > button { width: 100%; min-height: 82px; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.faq-item > button strong { font: 400 21px Georgia, serif; }
.faq-item > button span { color: var(--accent); font-size: 26px; transition: transform .2s ease; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-answer p { overflow: hidden; max-width: 740px; color: var(--muted); line-height: 1.65; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.faq-item.is-open button span { transform: rotate(45deg); }
.final-cta { padding: 100px 0; text-align: center; background: var(--dark); color: var(--dark-text); }
.final-cta p { max-width: 600px; margin: 0 auto 30px; color: var(--dark-muted); line-height: 1.6; }
.site-footer { padding: 38px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.mobile-sticky { display: none; }
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

/* 02 — editorial journal */
.journal { --paper: #f4efe4; --surface: #e8decb; --ink: #182633; --muted: #657078; --accent: #a33f35; --line: #18263326; --line-strong: #18263380; --button: #a33f35; --button-text: #fff9ee; --dark: #182633; --dark-text: #fff9ee; --dark-muted: #c8c9c5; }
.journal .site-header { text-transform: none; }
.journal-hero { padding: 72px 0 34px; }
.journal-hero-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 66px; align-items: end; }
.journal-hero h1 span, .journal-hero h1 em { display: block; }
.journal-hero h1 span { white-space: nowrap; }
.journal-hero .lead { max-width: 690px; }
.journal-issue { min-height: 450px; display: flex; flex-direction: column; justify-content: space-between; padding: 34px; background: var(--dark); color: var(--dark-text); border-radius: 90px 90px 4px 4px; }
.journal-issue .issue-number { font: 400 130px/1 Georgia, serif; color: #d6b066; }
.journal-issue-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 4px 0 20px; border-top: 1px solid #ffffff2e; border-bottom: 1px solid #ffffff2e; }
.journal-issue-stats span { min-width: 0; padding: 13px 8px; color: #fff9ee; font-size: 11px; font-weight: 700; line-height: 1.2; text-align: center; }
.journal-issue-stats span + span { border-left: 1px solid #ffffff2e; }
.journal-issue strong { display: block; max-width: 260px; font: 400 31px/1.1 Georgia, serif; }
.journal-issue p { margin-bottom: 0; color: var(--dark-muted); font-size: 13px; line-height: 1.5; }
.journal-program { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; }
.journal-manifesto { padding: 50px; border: 1px solid var(--line-strong); }
.journal-manifesto strong { display: block; font: 400 clamp(38px, 4vw, 56px)/1 Georgia, serif; }
.journal-manifesto p { margin: 28px 0 0; color: var(--muted); line-height: 1.6; }
.journal-list { border-top: 1px solid var(--line); }
.journal-row { display: grid; grid-template-columns: 70px 1fr; gap: 22px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.journal-row > span { color: var(--accent); font: 400 24px Georgia, serif; }
.journal-row h3 { margin-bottom: 8px; font: 400 23px/1.2 Georgia, serif; }
.journal-row p { margin-bottom: 0; color: var(--muted); line-height: 1.55; }
.journal .proof-slide { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 650px; }
.journal .proof-media img { object-position: center 15%; }
.journal .proof-copy { display: flex; flex-direction: column; justify-content: center; padding: 62px; background: var(--dark); color: var(--dark-text); }
.journal .proof-copy .mini-note { color: var(--dark-muted); }
.journal-author { background: #d9cbb6; }
.journal-author-heading { display: grid; grid-template-columns: .45fr 1.55fr; gap: 48px; align-items: end; margin-bottom: 42px; }
.journal-author-heading h2 { margin-bottom: 0; }
.journal-author-heading .section-number { margin-bottom: 8px; }
.journal-author-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 70px; align-items: center; }
.journal-author-photo { position: relative; min-height: 0; aspect-ratio: 4 / 5; overflow: hidden; border: 1px solid var(--line-strong); background: #e7dac7; }
.journal-author-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.journal-author-tagline { max-width: 520px; margin: 0 0 28px; color: var(--accent); font: 400 clamp(34px, 3.6vw, 50px)/1.05 Georgia, serif; letter-spacing: -.025em; }
.journal-author-copy .credentials { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 35px; }
.journal-author-copy .credentials div { padding-top: 15px; border-top: 1px solid var(--line-strong); color: var(--muted); line-height: 1.5; }
.voice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.voice-grid img { width: 100%; height: 430px; object-fit: cover; object-position: top; border: 1px solid var(--line); }

/* 03 — six-day route */
.route { --paper: #f6f2e7; --surface: #dfe8d8; --ink: #20332b; --muted: #66736b; --accent: #df6b45; --line: #20332b26; --line-strong: #20332b70; --button: #df6b45; --button-text: #fff; --dark: #214638; --dark-text: #fffaf0; --dark-muted: #cad8cf; }
.route .header-cta { border-radius: 999px; }
.route-hero { padding: 62px 0 20px; overflow: hidden; }
.route-hero-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 50px; }
.route-hero h1 span, .route-hero h1 em { display: block; }
.route-visual { min-height: 610px; position: relative; display: grid; place-items: end center; }
.route-visual::before, .route-visual::after { content: ''; position: absolute; border: 1px solid #b6c4a9; border-radius: 50%; }
.route-visual::before { width: 560px; height: 560px; top: 20px; }
.route-visual::after { width: 430px; height: 430px; top: 85px; }
.route-visual img { position: relative; z-index: 2; max-height: 610px; }
.orbit-label { position: absolute; z-index: 3; width: 86px; height: 86px; display: grid; place-items: center; border-radius: 50%; background: var(--dark); color: var(--dark-text); text-align: center; font: 700 11px/1.2 Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.orbit-label.one { top: 45px; left: 7%; }
.orbit-label.two { right: 4%; top: 185px; background: var(--accent); }
.orbit-label.three { left: 0; bottom: 90px; background: #d8b35f; color: var(--ink); }
.route-intro { margin-top: 28px; }
.route-days { position: relative; }
.route-days::before { content: ''; position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: var(--line-strong); }
.route-day { width: calc(50% - 48px); min-height: 180px; margin-bottom: 28px; padding: 30px; background: var(--surface); border-radius: 4px 46px 4px 4px; }
.route-day:nth-child(even) { margin-left: calc(50% + 48px); border-radius: 46px 4px 4px 4px; }
.route-day span { color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.route-day h3 { margin: 14px 0 10px; font: 400 27px Georgia, serif; }
.route-day p { margin-bottom: 0; color: var(--muted); line-height: 1.55; }
.plate-section { background: var(--dark); color: var(--dark-text); }
.plate-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }
.plate-grid .lead { color: var(--dark-muted); }
.plate { width: min(500px, 100%); aspect-ratio: 1; position: relative; display: grid; place-items: center; margin: auto; border: 1px solid #ffffff80; border-radius: 50%; }
.plate::before { content: ''; width: 72%; height: 72%; border: 1px solid #ffffff38; border-radius: 50%; }
.plate-part { position: absolute; width: 43%; height: 43%; display: grid; place-items: center; border-radius: 50%; background: #f0c95e; color: var(--ink); text-align: center; font: 700 13px/1.25 Arial, sans-serif; }
.plate-part.a { top: 5%; left: 28%; }
.plate-part.b { left: 5%; bottom: 10%; background: #b6d4a1; }
.plate-part.c { right: 5%; bottom: 10%; background: #eb8a63; }
.route .proof-slide { display: grid; grid-template-columns: 1fr 1fr; padding: 22px; background: #fffaf0; border-radius: 34px; }
.route .proof-media { min-height: 590px; border-radius: 24px; }
.route .proof-copy { padding: 50px; display: flex; flex-direction: column; justify-content: center; }
.route-author { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.route-author-image { min-height: 600px; position: relative; background: var(--surface); border-radius: 220px 220px 16px 16px; overflow: hidden; }
.route-author-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: bottom; }

/* 04 — bold MAX channel */
.channel { --paper: #f4f1e8; --surface: #fff; --ink: #111; --muted: #5e5e5e; --accent: #ff6a2b; --line: #1112; --line-strong: #111; --button: #7a2cff; --button-text: #fff; --dark: #111; --dark-text: #fff; --dark-muted: #bdbdbd; }
.channel .site-header { min-height: 78px; border-bottom: 2px solid #111; }
.channel .brand strong { font-family: Arial, sans-serif; font-weight: 900; text-transform: uppercase; }
.channel .brand-mark { border-radius: 8px; background: var(--accent); font-family: Arial, sans-serif; font-style: normal; font-weight: 900; }
.channel .header-cta, .channel .button { border-radius: 8px; }
.channel-hero { padding: 42px 0 70px; background: #111; color: #fff; }
.channel-hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 58px; align-items: center; }
.channel-hero h1 { font-family: Arial, Helvetica, sans-serif; font-weight: 900; font-size: clamp(48px, 4.3vw, 62px); line-height: .94; letter-spacing: -.05em; text-transform: uppercase; }
.channel-hero h1 span, .channel-hero h1 em { display: block; font-style: normal; }
.channel-hero .lead { color: #cacaca; }
.channel-card { padding: 22px; background: #f7f7f7; color: #111; border: 3px solid #fff; border-radius: 28px; transform: rotate(2deg); }
.channel-card-head { display: flex; align-items: center; gap: 14px; padding-bottom: 18px; border-bottom: 1px solid #ddd; }
.channel-avatar { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; background: linear-gradient(135deg, #ff6a2b, #7a2cff); color: white; font-weight: 900; }
.channel-card-head strong { display: block; font-size: 18px; }
.channel-card-head span { color: #777; font-size: 12px; }
.message { margin-top: 16px; padding: 18px; background: #fff; border-radius: 6px 22px 22px 22px; box-shadow: 0 10px 30px #0001; }
.message b { display: block; margin-bottom: 8px; color: #7a2cff; }
.message p { margin-bottom: 0; line-height: 1.45; }
.reaction-row { display: flex; gap: 8px; margin-top: 12px; }
.reaction-row span { padding: 7px 11px; background: #eee; border-radius: 999px; font-size: 12px; }
.ticker { overflow: hidden; padding: 15px 0; background: var(--accent); color: #111; white-space: nowrap; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.ticker span { display: inline-block; padding-right: 35px; }
.channel-benefits { display: grid; grid-template-columns: 1.2fr .8fr .8fr; border: 2px solid #111; }
.channel-benefit { min-height: 310px; padding: 30px; border-right: 2px solid #111; }
.channel-benefit:last-child { border-right: 0; }
.channel-benefit:nth-child(1) { background: #ff6a2b; }
.channel-benefit:nth-child(2) { background: #d7ff5c; }
.channel-benefit:nth-child(3) { background: #7a2cff; color: #fff; }
.channel-benefit span { font-size: 12px; font-weight: 900; }
.channel-benefit h3 { margin-top: 70px; font: 900 clamp(24px, 2.3vw, 34px)/1.04 Arial, sans-serif; text-transform: uppercase; }
.channel-program { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.channel-step { min-height: 230px; padding: 25px; background: #fff; border: 2px solid #111; border-radius: 20px; }
.channel-step:nth-child(2n) { background: #f7d8ff; }
.channel-step span { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: #111; color: #fff; font-weight: 900; }
.channel-step h3 { margin: 30px 0 10px; font: 900 23px/1.05 Arial, sans-serif; text-transform: uppercase; }
.channel-step p { color: var(--muted); line-height: 1.5; }
.channel .proof-slide { display: grid; grid-template-columns: 1.12fr .88fr; border: 3px solid #111; border-radius: 26px; overflow: hidden; }
.channel .proof-media { min-height: 620px; }
.channel .proof-copy { display: flex; flex-direction: column; justify-content: center; padding: 48px; background: #d7ff5c; }
.channel .proof-copy h3 { font-family: Arial, sans-serif; font-weight: 900; text-transform: uppercase; }
.channel .slider-controls button { border: 2px solid #111; border-radius: 12px; background: #fff; font-weight: 900; }
.channel-author { padding: 0; display: grid; grid-template-columns: 1fr 1fr; background: #7a2cff; color: #fff; }
.channel-author-photo { min-height: 650px; position: relative; background: #ff6a2b; overflow: hidden; }
.channel-author-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: bottom; }
.channel-author-copy { padding: 70px; display: flex; flex-direction: column; justify-content: center; }
.channel-author-copy .lead { color: #eee; }
.channel .faq-item > button strong { font-family: Arial, sans-serif; font-weight: 800; }

/* 05 — quiet daily story */
.story { --paper: #fff8ef; --surface: #f3dfd7; --ink: #3a2030; --muted: #7c6972; --accent: #d25f45; --line: #3a203024; --line-strong: #3a203070; --button: #3a2030; --button-text: #fff8ef; --dark: #56293b; --dark-text: #fff9f1; --dark-muted: #dec9d1; }
.story .site-header { border-bottom-color: #bba9ae66; }
.story .header-cta, .story .button { border-radius: 999px; }
.story-hero { padding: 52px 0 25px; }
.story-hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 64px; align-items: center; }
.story-portrait { min-height: 680px; position: relative; display: grid; place-items: end center; border-radius: 320px 320px 28px 28px; background: #f1d8cd; overflow: hidden; }
.story-portrait::before { content: '6'; position: absolute; top: 30px; right: 22px; color: #ffffff8a; font: 400 210px/1 Georgia, serif; }
.story-portrait img { position: relative; z-index: 2; max-height: 650px; }
.story-hero h1 span, .story-hero h1 em { display: block; }
.story-dates { margin-top: 36px; display: flex; gap: 9px; flex-wrap: wrap; }
.story-dates span { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; font: 400 18px Georgia, serif; }
.story-dates span:first-child { background: var(--accent); color: #fff; border-color: var(--accent); }
.story-plan { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.story-intro-card { position: sticky; top: 24px; align-self: start; padding: 38px; background: var(--dark); color: var(--dark-text); border-radius: 28px; }
.story-intro-card p { color: var(--dark-muted); line-height: 1.6; }
.story-day { display: grid; grid-template-columns: 74px 1fr; gap: 22px; padding: 0 0 34px; margin-bottom: 34px; border-bottom: 1px solid var(--line); }
.story-day > span { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; background: var(--surface); color: var(--accent); font: 400 24px Georgia, serif; }
.story-day h3 { margin: 0 0 10px; font: 400 29px/1.15 Georgia, serif; }
.story-day p { margin: 0; color: var(--muted); line-height: 1.6; }
.story-promise { background: #f1d8cd; }
.story-promise-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.story-quote { padding: 48px; border-radius: 180px 180px 24px 24px; background: var(--paper); text-align: center; }
.story-quote strong { display: block; font: 400 clamp(34px, 4vw, 56px)/1.05 Georgia, serif; }
.story-quote p { margin: 24px 0 0; color: var(--muted); line-height: 1.6; }
.story .proof-slide { display: grid; grid-template-columns: .95fr 1.05fr; padding: 18px; background: #f3dfd7; border-radius: 30px; }
.story .proof-media { min-height: 590px; border-radius: 20px 160px 20px 20px; }
.story .proof-copy { display: flex; flex-direction: column; justify-content: center; padding: 48px; }
.story-author { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.story-author-photo { min-height: 620px; position: relative; background: #f1d8cd; border-radius: 28px 280px 28px 28px; overflow: hidden; }
.story-author-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: bottom; }
.certificate-note { display: grid; grid-template-columns: 115px 1fr; gap: 20px; align-items: center; margin-top: 30px; padding-top: 25px; border-top: 1px solid var(--line-strong); }
.certificate-note img { width: 115px; height: 150px; object-fit: cover; object-position: top; }
.certificate-note p { margin: 0; color: var(--muted); line-height: 1.5; }

@media (max-width: 900px) {
  .header-nav { display: none; }
  .section-head { grid-template-columns: 1fr; gap: 14px; }
  .journal-hero-grid, .journal-program, .journal-author-grid, .route-hero-grid, .plate-grid, .route-author, .channel-hero-grid, .channel-author, .story-hero-grid, .story-plan, .story-promise-grid, .story-author { grid-template-columns: 1fr; }
  .journal-author-heading { grid-template-columns: 1fr; gap: 10px; }
  .journal-issue { min-height: 360px; }
  .journal .proof-slide, .route .proof-slide, .channel .proof-slide, .story .proof-slide { grid-template-columns: 1fr; }
  .proof-media { min-height: 520px !important; }
  .voice-grid { grid-template-columns: 1fr 1fr; }
  .route-days::before { left: 23px; }
  .route-day, .route-day:nth-child(even) { width: calc(100% - 60px); margin-left: 60px; }
  .channel-benefits { grid-template-columns: 1fr; }
  .channel-benefit { border-right: 0; border-bottom: 2px solid #111; }
  .channel-program { grid-template-columns: 1fr 1fr; }
  .story-intro-card { position: static; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1180px); }
  .site-header { min-height: 72px; }
  .brand-mark { width: 42px; height: 42px; }
  .brand strong { font-size: 17px; }
  .brand small { font-size: 8px; }
  .header-cta { width: 46px; min-height: 46px; padding: 0; font-size: 0; }
  .header-cta span { font-size: 18px; }
  h1 { margin-bottom: 20px; font-size: clamp(32px, 8.8vw, 40px); line-height: .98; }
  h2 { font-size: 25px; line-height: 1.14; letter-spacing: -.015em; }
  .lead { font-size: 15px; line-height: 1.62; }
  .section-head p:last-child { font-size: 14px; line-height: 1.68; }
  .section { padding: 78px 0; }
  .actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .stats { grid-template-columns: 1fr; }
  .stat + .stat { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .proof-media { min-height: 430px !important; }
  .proof-copy, .journal .proof-copy, .route .proof-copy, .channel .proof-copy, .story .proof-copy { padding: 34px 25px; }
  .proof-copy h3 { font-size: 30px; }
  .faq-item > button strong { font-size: 18px; }
  .voice-grid { grid-template-columns: 1fr; }
  .voice-grid img { height: auto; }
  .footer-row { align-items: flex-start; flex-direction: column; }
  .mobile-sticky { position: fixed; z-index: 50; left: 14px; right: 14px; bottom: 12px; min-height: 54px; display: flex; align-items: center; justify-content: center; background: var(--button); color: var(--button-text); border: 1px solid var(--button); border-radius: 999px; box-shadow: 0 12px 36px #0003; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
  .journal-hero { padding-top: 45px; }
  .journal-hero h1 { font-size: clamp(29px, 8.2vw, 35px); }
  .journal-issue { min-height: 320px; padding: 28px; }
  .journal-issue .issue-number { font-size: 100px; }
  .journal-issue-stats { margin: 0 0 18px; }
  .journal-issue-stats span { padding: 11px 5px; font-size: 10px; }
  .journal-manifesto { padding: 30px; }
  .journal-row { grid-template-columns: 48px 1fr; }
  .route-author-image, .story-author-photo { min-height: 500px; }
  .journal-author-heading { margin-bottom: 28px; }
  .journal-author-photo { width: min(100%, 430px); margin: 0 auto; }
  .journal-author-tagline { margin-bottom: 22px; font-size: 30px; }
  .journal-author-copy .credentials { grid-template-columns: 1fr; }
  .route-visual { min-height: 500px; }
  .route-visual::before { width: 440px; height: 440px; }
  .route-visual::after { width: 330px; height: 330px; }
  .route-visual img { max-height: 510px; }
  .orbit-label { width: 70px; height: 70px; font-size: 9px; }
  .route-day, .route-day:nth-child(even) { width: calc(100% - 42px); margin-left: 42px; padding: 24px; }
  .route-days::before { left: 16px; }
  .plate { max-width: 380px; }
  .channel-hero h1 { font-size: clamp(32px, 8.8vw, 40px); line-height: .94; }
  .channel-card { transform: none; }
  .channel-program { grid-template-columns: 1fr; }
  .channel-author-copy { padding: 46px 25px; }
  .channel-author-photo { min-height: 520px; }
  .story-portrait { min-height: 540px; }
  .story-portrait img { max-height: 520px; }
  .story-dates span { width: 42px; height: 42px; }
  .story-day { grid-template-columns: 52px 1fr; gap: 14px; }
  .story-day > span { width: 48px; height: 48px; font-size: 20px; }
  .story-day h3 { font-size: 25px; }
  .story-intro-card h3 { font-size: 25px !important; line-height: 1.12 !important; }
  .story-quote { padding: 36px 26px; }
}

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