/* ============================================================
   KINO — The Private Family Press
   Warm paper, ink, one vermilion mark, editorial artifacts.
   ============================================================ */

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; background: var(--k-paper); color: var(--k-ink); font-family: var(--k-font); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body::before { position: fixed; inset: 0; z-index: 1000; pointer-events: none; content: ""; opacity: 0.055; mix-blend-mode: multiply; background-image: radial-gradient(circle at 22% 17%, rgba(24, 22, 17, 0.45) 0 0.45px, transparent 0.7px), radial-gradient(circle at 72% 61%, rgba(24, 22, 17, 0.34) 0 0.4px, transparent 0.65px); background-size: 4px 4px, 5px 5px; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button,
input { font: inherit; }
button { color: inherit; }
::selection { color: var(--k-paper); background: var(--k-ink); }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 2000; top: 12px; left: 12px; display: inline-flex; min-height: 44px; align-items: center; padding: 10px 16px; border-radius: var(--k-r-sm); color: var(--k-paper); background: var(--k-ink); font-weight: 700; transform: translateY(-160%); transition: transform 180ms ease; }
.skip-link:focus { transform: translateY(0); }
.page-progress { position: fixed; z-index: 1001; top: 0; right: 0; left: 0; height: 2px; pointer-events: none; }
.page-progress span { display: block; width: 100%; height: 100%; background: var(--k-accent); transform: scaleX(0); transform-origin: left center; }

/* ---------- variant visibility ---------- */
.lane-family,
.lane-baby,
.lane-love { display: none; }
body[data-lane="family"] .lane-family { display: revert; }
body[data-lane="baby"] .lane-baby { display: revert; }
body[data-lane="love"] .lane-love { display: revert; }

/* ---------- shared language ---------- */
.site-wrap { width: min(1240px, calc(100% - 64px)); margin: 0 auto; }
.wordmark { display: inline-block; font-size: 28px; line-height: 0.9; font-weight: 800; letter-spacing: -0.055em; text-decoration: none; }
.wordmark span { color: var(--k-accent); }
.wordmark-light { color: #fff; }
.edition-rule { display: flex; justify-content: space-between; gap: 24px; padding-bottom: 12px; border-bottom: 1.5px solid var(--k-ink); font-family: var(--k-mono); font-size: 10px; line-height: 1.4; letter-spacing: 0.09em; text-transform: uppercase; }
.eyebrow,
.section-number,
.act-meta { font-family: var(--k-mono); font-size: 11px; line-height: 1.4; letter-spacing: 0.1em; text-transform: uppercase; }
.eyebrow { margin: 28px 0 0; color: var(--k-accent); }
.section-number { display: block; margin-bottom: 18px; color: var(--k-ink-faint); }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid var(--k-ink); border-radius: var(--k-r-sm); color: var(--k-paper); background: var(--k-ink); font-size: 15px; font-weight: 700; letter-spacing: -0.01em; text-decoration: none; cursor: pointer; transition: transform 180ms ease, background-color 180ms ease, color 180ms ease; }
.button:hover { transform: translateY(-2px); background: #2a2720; }
.button:active { transform: translateY(0); }
.button-compact { min-height: 44px; padding: 0 17px; font-size: 13px; }

/* Platform actions share styling; the official Play badge keeps its artwork. */
.icon-definitions { position: absolute; width: 0; height: 0; overflow: hidden; }
.platform-icon { width: 20px; height: 20px; flex: none; }
.platform-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.button-web { gap: 10px; color: var(--k-ink); border-color: var(--k-line); background: transparent; }
.button-web:hover { color: var(--k-ink); border-color: var(--k-ink); background: var(--k-paper-dim); }
.store-badge { display: block; flex: none; width: 210px; margin: -13px -14px; border-radius: 6px; transition: transform 180ms ease; }
.store-badge img { width: 100%; height: auto; }
.store-badge:hover { transform: translateY(-2px); }

/* ---------- navigation ---------- */
.masthead { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(228, 223, 211, 0.86); background: rgba(250, 247, 241, 0.9); backdrop-filter: blur(16px) saturate(120%); }
.masthead-inner { display: flex; min-height: 70px; align-items: center; justify-content: space-between; gap: 20px; }
.masthead-inner > .wordmark { display: inline-flex; min-height: 44px; align-items: center; }

/* ---------- hero ---------- */
.hero { position: relative; overflow: clip; padding: 32px 0 0; }
.hero::after { position: absolute; z-index: -1; top: -70px; right: -14vw; width: 54vw; height: 720px; border-radius: 50%; background: radial-gradient(circle, rgba(199, 62, 29, 0.075), transparent 66%); content: ""; filter: blur(8px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(430px, 0.96fr); align-items: center; gap: clamp(44px, 7vw, 110px); padding-bottom: 24px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 760px; margin: 18px 0 0; font-size: clamp(56px, 6.3vw, 92px); font-weight: 800; letter-spacing: -0.055em; line-height: 0.94; text-wrap: balance; }
.hero h1 em,
.sharing-copy h2 em,
.issue-story h2 em { display: block; color: var(--k-accent); font-family: var(--k-serif); font-weight: 400; letter-spacing: -0.035em; }
.hero-lede { max-width: 62ch; margin: 26px 0 0; color: var(--k-ink-soft); font-size: 18px; line-height: 1.65; text-wrap: pretty; }
.hero-actions { margin-top: 34px; }
.hero-stage { --tilt-x: 0deg; --tilt-y: 0deg; position: relative; width: min(100%, 530px); height: 600px; justify-self: end; perspective: 1600px; }
.hero-issue { position: absolute; z-index: 4; top: 30px; right: 34px; width: min(375px, calc(100% - 70px)); height: 530px; margin: 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.45); border-radius: 3px; background: #b7ac98; box-shadow: 0 28px 70px rgba(24, 22, 17, 0.27), 0 5px 16px rgba(24, 22, 17, 0.16); transform: rotateY(var(--tilt-x)) rotateX(var(--tilt-y)) rotate(1.6deg); transform-style: preserve-3d; transition: transform 240ms ease-out; }
.hero-issue picture,
.hero-issue img { display: block; width: 100%; height: 100%; }
.hero-issue img { object-fit: cover; object-position: 50% 58%; }
.cover-wash { position: absolute; inset: 0; background: linear-gradient( 180deg, rgba(24, 22, 17, 0.48) 0%, rgba(24, 22, 17, 0.02) 35%, rgba(24, 22, 17, 0.08) 55%, rgba(24, 22, 17, 0.74) 100% ); }
.cover-masthead { position: absolute; inset: 22px 22px 20px; color: #fff; }
.cover-topline { display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; }
.cover-topline .wordmark { font-size: 22px; }
.cover-topline > span:last-child,
.cover-title-block > span { font-family: var(--k-mono); font-size: 8.5px; letter-spacing: 0.08em; text-transform: uppercase; }
.cover-rule { height: 1.5px; margin-top: 9px; background: rgba(255, 255, 255, 0.82); }
.cover-title-block { position: absolute; bottom: 0; left: 0; display: flex; flex-direction: column; gap: 4px; }
.cover-title-block strong { font-size: 66px; line-height: 0.9; letter-spacing: -0.055em; }
.cover-ghost { position: absolute; right: -16px; bottom: -24px; color: transparent; font-size: 132px; font-weight: 800; line-height: 1; letter-spacing: -0.08em; -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.44); }
.back-issue { position: absolute; width: 280px; height: 390px; overflow: hidden; border: 1px solid rgba(24, 22, 17, 0.16); border-radius: 3px; box-shadow: 0 16px 42px rgba(24, 22, 17, 0.13); font-family: var(--k-mono); text-transform: uppercase; }
.back-issue::before { position: absolute; inset: 0; background: linear-gradient(145deg, transparent 42%, rgba(24, 22, 17, 0.42)); content: ""; }
.back-issue span { position: absolute; top: 18px; left: 18px; font-size: 9px; letter-spacing: 0.09em; }
.back-issue strong { position: absolute; bottom: 15px; left: 18px; font-family: var(--k-font); font-size: 42px; letter-spacing: -0.04em; }
.back-issue-one { top: 102px; left: 10px; color: #fff; background: #95a58e url("assets/sample-march.png") center/cover; transform: rotate(-9deg); }
.back-issue-two { top: 60px; left: 70px; color: #fff; background: #d0a278 url("assets/sample-april.png") center/cover; transform: rotate(-3deg); }
.hero-folio { display: flex; justify-content: space-between; padding: 12px 0 16px; border-top: 1px solid var(--k-line); color: var(--k-ink-faint); font-family: var(--k-mono); font-size: 9px; letter-spacing: 0.09em; text-transform: uppercase; }

/* ---------- common sections ---------- */
.section { padding: 132px 0; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.6fr); align-items: end; gap: 80px; margin-bottom: 62px; }
.section-heading h2,
.faq-intro h2,
.issue-story h2,
.sharing-copy h2 { max-width: 800px; margin: 0; font-size: clamp(44px, 5.2vw, 72px); font-weight: 800; letter-spacing: -0.05em; line-height: 0.98; text-wrap: balance; }
.section-heading > p,
.issue-story > p { margin: 0; color: var(--k-ink-soft); font-size: 17px; line-height: 1.65; text-wrap: pretty; }

/* ---------- five acts ---------- */
.section-acts { padding-top: 56px; }
.section-heading-wide { grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.5fr); }
.act-list { margin: 0; padding: 0; border-top: 1.5px solid var(--k-ink); list-style: none; }
.act { display: grid; grid-template-columns: 110px 1fr; gap: 28px; padding: 28px 0 30px; border-bottom: 1px solid var(--k-line); }
.act-number { color: var(--k-accent); font-family: var(--k-serif); font-size: 46px; font-style: italic; line-height: 1; }
.act > div { display: grid; grid-template-columns: 160px minmax(200px, 0.8fr) minmax(280px, 1fr); align-items: baseline; gap: 34px; }
.act-meta { color: var(--k-ink-faint); }
.act h3 { margin: 0; font-size: 25px; letter-spacing: -0.025em; }
.act p { max-width: 55ch; margin: 0; color: var(--k-ink-soft); font-size: 14.5px; line-height: 1.55; }

/* ---------- issue proof ---------- */
.issue-section { position: relative; overflow: clip; padding: 140px 0; color: var(--k-paper); background: #171510; }
.issue-section::before { position: absolute; top: -260px; right: -180px; width: 640px; height: 640px; border: 1px solid rgba(250, 247, 241, 0.09); border-radius: 50%; content: ""; box-shadow: 0 0 0 80px rgba(250, 247, 241, 0.025), 0 0 0 160px rgba(250, 247, 241, 0.015); }
.issue-grid { display: grid; grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr); align-items: start; gap: clamp(40px, 6vw, 80px); }
.issue-story { position: sticky; top: 116px; }
.issue-story > p { margin-top: 28px; color: rgba(250, 247, 241, 0.68); }
.email-proof { position: relative; margin: 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 18px; color: var(--k-ink); background: #ece8df; box-shadow: 0 34px 90px rgba(0, 0, 0, 0.32); }
.email-chrome { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 11px; min-height: 76px; padding: 14px 18px; border-bottom: 1px solid #d8d2c7; background: #fff; }
.mail-avatar { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: #fff; background: var(--k-ink); font-weight: 800; }
.email-chrome > div { display: flex; min-width: 0; flex-direction: column; gap: 2px; }
.email-chrome strong { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.email-chrome div span { color: var(--k-ink-faint); font-size: 11px; font-weight: 400; }
.mail-star { color: var(--k-ink-faint); font-size: 20px; }
.email-paper { width: min(720px, calc(100% - 32px)); margin: 16px auto; padding: 32px; background: #fbf9f4; }
.email-mast { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.email-mast .wordmark { font-size: 26px; }
.email-mast > span:last-child,
.email-meta,
.email-kicker,
.little-moments > span,
.email-colophon { font-family: var(--k-mono); font-size: 8.5px; letter-spacing: 0.08em; text-transform: uppercase; }
.email-rule { height: 1.5px; margin: 10px 0 8px; background: var(--k-ink); }
.email-meta { display: flex; justify-content: space-between; color: var(--k-ink-faint); }
.email-cover { width: 100%; height: auto; aspect-ratio: 3 / 1.62; margin-top: 22px; object-fit: cover; object-position: 50% 54%; }
.photo-caption { margin: 7px 0 27px; color: var(--k-ink-faint); font-size: 10px; }
.email-kicker { color: var(--k-accent); }
.email-paper > h3 { margin: 8px 0 12px; font-size: 39px; line-height: 1; letter-spacing: -0.04em; }
.email-intro { margin: 0; font-size: 14px; line-height: 1.65; }
.issue-story h2 { font-size: clamp(42px, 4.6vw, 64px); }
.issue-story h2 em { color: #ECAC91; }
.sample-stories { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 30px; }
.sample-story { min-width: 0; }
.sample-story figure { margin: 0 0 18px; }
.sample-story img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.sample-story figcaption { margin-top: 7px; color: var(--k-ink-faint); font-size: 10px; line-height: 1.5; }
.sample-story h4,
.sample-beach-story h4 { margin: 10px 0; font-size: 21px; line-height: 1.15; letter-spacing: -0.035em; }
.sample-story p,
.sample-beach-story p { margin: 0; color: var(--k-ink-soft); font-size: 13px; line-height: 1.65; }
.sample-beach-story { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: 24px; align-items: center; margin-top: 28px; padding: 26px 0; border-top: 1px solid var(--k-line); border-bottom: 1px solid var(--k-line); }
.sample-beach-story figure { margin: 0; }
.sample-beach-story img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.sample-beach-story figcaption { margin-top: 7px; color: var(--k-ink-faint); font-size: 10px; line-height: 1.5; }
.edition-letter { margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--k-line); }
.edition-signoff { margin: 12px 0 0; font-family: var(--k-serif); font-style: italic; font-size: 25px; line-height: 1.3; text-wrap: pretty; }
.edition-signature { margin: 14px 0 0; color: var(--k-ink-soft); font-size: 12px; }
.little-moments { margin-top: 24px; padding: 16px 18px; border-radius: 4px; background: var(--k-paper-dim); }
.little-moments > span { color: var(--k-ink-faint); }
.little-moments ul { margin: 10px 0 0; padding-left: 16px; color: var(--k-ink-soft); font-size: 12px; line-height: 1.7; }
.little-moments li + li { margin-top: 4px; }
.email-colophon { display: flex; justify-content: space-between; gap: 16px; margin-top: 25px; padding-top: 11px; border-top: 1.5px solid var(--k-ink); color: var(--k-ink-faint); }
.email-colophon strong { color: var(--k-ink); font-family: var(--k-font); font-size: 14px; letter-spacing: -0.04em; text-transform: none; }
.email-colophon strong span { color: var(--k-accent); }

/* ---------- FAQ ---------- */
.faq-grid { display: grid; grid-template-columns: minmax(270px, 0.55fr) minmax(0, 1fr); align-items: start; gap: 100px; }
.faq-intro { position: sticky; top: 120px; }
.faq { border-top: 1.5px solid var(--k-ink); }
.faq details { border-bottom: 1px solid var(--k-line); }
.faq summary { display: grid; grid-template-columns: 40px 1fr 24px; align-items: center; gap: 12px; min-height: 78px; padding: 10px 2px; font-size: 17px; font-weight: 700; letter-spacing: -0.015em; list-style: none; cursor: pointer; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary > span { color: var(--k-ink-faint); font-family: var(--k-mono); font-size: 9px; letter-spacing: 0.08em; }
.faq summary i { position: relative; width: 18px; height: 18px; }
.faq summary i::before,
.faq summary i::after { position: absolute; top: 8px; right: 0; width: 16px; height: 1px; background: currentColor; content: ""; transition: transform 180ms ease; }
.faq summary i::after { transform: rotate(90deg); }
.faq details[open] summary i::after { transform: rotate(0deg); }
.faq details > div { padding: 0 48px 25px 54px; }
.faq details p { max-width: 66ch; margin: 0; color: var(--k-ink-soft); font-size: 14.5px; line-height: 1.65; }

/* ---------- shared with family ---------- */
.sharing-section { padding: 96px 0 72px; border-top: 1px solid var(--k-line); background: var(--k-paper-dim); }
.sharing-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 96px; }
.sharing-copy h2 { font-size: clamp(42px, 4.5vw, 62px); }
.sharing-copy > p { max-width: 45ch; margin: 28px 0 0; color: var(--k-ink-soft); font-size: 17px; line-height: 1.65; }
.sharing-demo { margin: 0; min-width: 0; }
.chat-example { width: 100%; border: 1px solid #D4DCD2; border-radius: 16px; overflow: hidden; background: #EAEDE6; box-shadow: 0 2px 3px rgba(24,22,17,.04), 0 18px 45px rgba(24,22,17,.09); font-family: system-ui, sans-serif; }
.chat-heading { display: flex; align-items: center; gap: 10px; min-height: 72px; padding: 14px 16px; border-bottom: 1px solid #DDE3D9; background: #FAFCF8; }
.chat-heading > div { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.chat-heading strong { font-size: 15px; font-weight: 650; }
.chat-heading div span { color: #697566; font-size: 11px; line-height: 1.4; }
.chat-back { flex: none; color: #4B6354; font-size: 30px; line-height: 1; }
.chat-menu { margin-left: auto; color: #4B6354; font-size: 24px; }
.chat-avatar { flex: none; width: 40px; height: 40px; border-radius: 50%; object-fit: cover; object-position: 50% 52%; }
.chat-body { display: flex; align-items: flex-end; flex-direction: column; gap: 12px; padding: 20px 22px 28px; background-image: radial-gradient(#CBD3C6 0.7px, transparent 0.7px); background-size: 16px 16px; }
.chat-day { align-self: center; margin-bottom: 4px; padding: 5px 9px; border-radius: 5px; color: #566352; background: rgba(255,255,255,.78); font-size: 10px; line-height: 1.4; }
.chat-message { position: relative; width: fit-content; max-width: 88%; padding: 12px 14px 8px; border-radius: 9px; box-shadow: 0 1px 2px rgba(24,22,17,.08); }
.chat-message::before { position: absolute; top: 0; width: 10px; height: 10px; content: ""; background: inherit; }
.chat-message-incoming { align-self: flex-start; background: #FFFFFF; border-top-left-radius: 0; }
.chat-message-incoming::before { left: -6px; clip-path: polygon(0 0,100% 0,100% 100%); }
.chat-message-outgoing { background: #D9EECB; border-top-right-radius: 0; }
.chat-message-outgoing::before { right: -6px; clip-path: polygon(0 0,100% 0,0 100%); }
.chat-sender { color: #64734C; font-size: 11px; font-weight: 650; }
.chat-message p { margin: 3px 0 7px; font-size: 14px; line-height: 1.5; }
.chat-link { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 6px; min-height: 44px; color: #265A72; font-size: 13px; line-height: 1.5; font-weight: 600; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.chat-link:hover { color: var(--k-ink); }
.chat-message time { display: flex; justify-content: flex-end; align-items: center; gap: 5px; margin-top: 5px; color: #65735F; font-size: 10px; line-height: 1.4; }
.chat-message time svg { width: 17px; height: 11px; }
.final-invitation { display: flex; justify-content: space-between; align-items: center; gap: 40px; margin-top: 80px; padding-top: 40px; border-top: 1px solid #CFC7B8; }
.final-invitation .section-number { margin-bottom: 12px; }
.final-invitation h3 { margin: 0; font-size: clamp(28px, 3vw, 40px); line-height: 1.05; letter-spacing: -0.04em; }
.final-invitation .platform-actions { justify-content: flex-end; }

/* ---------- footer ---------- */
.site-footer { padding: 46px 0 52px; border-top: 1px solid var(--k-line); }
.footer-inner { display: flex; justify-content: space-between; align-items: end; flex-wrap: wrap; gap: 24px; }
.footer-inner .wordmark { font-size: 25px; }
.footer-inner p { margin: 8px 0 0; color: var(--k-ink-faint); font-family: var(--k-mono); font-size: 8.5px; letter-spacing: 0.08em; text-transform: uppercase; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 22px; }
.footer-links a { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; color: var(--k-ink-soft); font-size: 12px; font-weight: 650; text-decoration: none; }
.footer-links a:hover { color: var(--k-ink); }

/* ---------- not found ---------- */
.not-found-shell { display: flex; width: min(680px, calc(100% - 40px)); min-height: 100svh; margin: 0 auto; align-items: flex-start; justify-content: center; flex-direction: column; gap: 22px; }
.not-found-shell .wordmark { min-height: 44px; display: inline-flex; align-items: center; }
.not-found-shell .section-number { margin: 0; }
.not-found-shell h1 { max-width: 620px; margin: 0; font-size: clamp(44px, 8vw, 86px); line-height: 0.94; }
.not-found-shell p { max-width: 520px; margin: 0; color: var(--k-ink-soft); font-size: 18px; line-height: 1.55; }

/* ---------- interaction + motion ---------- */
a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible,
.email-proof:focus-visible { outline: 2px solid var(--k-accent); outline-offset: 3px; border-radius: 3px; }
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity 720ms cubic-bezier(0.2, 0.7, 0.2, 1), transform 720ms cubic-bezier(0.2, 0.7, 0.2, 1); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
.act:nth-child(2) { transition-delay: 70ms; }
.act:nth-child(3) { transition-delay: 140ms; }
.act:nth-child(4) { transition-delay: 210ms; }
.act:nth-child(5) { transition-delay: 280ms; }
@keyframes cover-settle {
  from { opacity: 0; transform: translate3d(32px, -18px, 0) rotate(5deg) scale(0.96); }
  to { opacity: 1; transform: translate3d(0, 0, 0) rotate(1.6deg) scale(1); }
}
.hero-issue { animation: cover-settle 900ms 180ms cubic-bezier(0.16, 0.8, 0.2, 1) backwards; }

/* ---------- responsive ---------- */
@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(390px, 0.82fr); gap: 40px; }
  .hero-issue { right: 10px; }
  .back-issue-one { left: 0; }
  .back-issue-two { left: 38px; }
  .section-heading { gap: 52px; }
  .issue-grid { grid-template-columns: minmax(240px, 0.6fr) minmax(0, 1.4fr); gap: 40px; }
  .faq-grid { gap: 58px; }
}

@media (max-width: 900px) {
  .site-wrap { width: min(100% - 44px, 760px); }
  .masthead-inner { justify-content: space-between; }
  .hero { padding-top: 32px; }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-copy { max-width: 720px; }
  .hero h1 { font-size: clamp(56px, 10.2vw, 78px); }
  .hero-stage { width: min(100%, 570px); justify-self: center; }
  .hero-issue { right: 64px; }
  .back-issue-one { left: 30px; }
  .back-issue-two { left: 92px; }
  .section { padding: 104px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 28px; }
  .section-heading { margin-bottom: 48px; }
  .act { grid-template-columns: 72px 1fr; }
  .act > div { grid-template-columns: 130px 1fr; }
  .act p { grid-column: 2; }
  .issue-grid { grid-template-columns: 1fr; }
  .sharing-grid { gap: 40px; }
  .final-invitation { align-items: flex-start; flex-direction: column; gap: 32px; }
  .final-invitation .platform-actions { justify-content: flex-start; }
  .issue-story { position: static; max-width: 650px; }
  .email-proof { max-width: 720px; margin: 0 auto; }
  .faq-grid { grid-template-columns: 1fr; gap: 44px; }
  .faq-intro { position: static; max-width: 600px; }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 70px; }
  .site-wrap { width: calc(100% - 36px); }
  .masthead-inner { min-height: 62px; }
  .masthead .wordmark { font-size: 25px; }
  .button-compact { min-height: 44px; padding: 0 13px; font-size: 12px; }
  .hero { padding-top: 24px; }
  .edition-rule { gap: 10px; font-size: 8px; }
  .edition-rule span:last-child { text-align: right; }
  .eyebrow { margin-top: 22px; }
  .hero h1 { margin-top: 14px; font-size: clamp(47px, 14vw, 64px); }
  .hero-lede { margin-top: 20px; font-size: 16px; line-height: 1.6; }
  .hero-actions { margin-top: 26px; }
  .hero-stage { height: 495px; }
  .hero-issue { top: 23px; right: 9%; width: 68%; height: 430px; }
  .cover-masthead { inset: 16px 15px; }
  .cover-topline > span:last-child { display: none; }
  .cover-title-block strong { font-size: 52px; }
  .cover-ghost { font-size: 92px; }
  .back-issue { width: 55%; height: 330px; }
  .back-issue-one { top: 80px; left: 3%; }
  .back-issue-two { top: 50px; left: 15%; }
  .hero-folio { font-size: 8px; }
  .section { padding: 86px 0; }
  .section-heading h2,
  .faq-intro h2,
  .issue-story h2 { font-size: clamp(39px, 11.5vw, 54px); }
  .section-heading > p,
  .issue-story > p { font-size: 15.5px; }
  .act { grid-template-columns: 44px 1fr; gap: 14px; padding: 24px 0; }
  .act-number { font-size: 34px; }
  .act > div { grid-template-columns: 1fr; gap: 7px; }
  .act p { grid-column: auto; margin-top: 3px; }
  .issue-section { padding: 80px 0; }
  .sharing-section { padding: 64px 0 56px; }
  .sharing-grid { grid-template-columns: 1fr; gap: 36px; }
  .sharing-copy h2 { font-size: 42px; }
  .sample-stories { grid-template-columns: 1fr; gap: 30px; }
  .sample-beach-story { grid-template-columns: 1fr; gap: 20px; }
  .sample-story h4,
  .sample-beach-story h4 { font-size: 23px; }
  .sample-story p,
  .sample-beach-story p { font-size: 14px; }
  .chat-heading { gap: 8px; padding: 12px; }
  .chat-body { padding: 16px 16px 24px; }
  .chat-message { max-width: 93%; }
  .final-invitation { margin-top: 48px; padding-top: 32px; }
  .email-proof { border-radius: 10px; }
  .email-chrome { padding: 12px; }
  .email-paper { width: calc(100% - 20px); margin: 10px auto; padding: 25px 18px; }
  .email-mast { flex-wrap: wrap; gap: 7px; }
  .email-meta { align-items: flex-start; flex-direction: column; gap: 3px; }
  .email-paper > h3 { font-size: 33px; }
  .email-colophon { flex-direction: column; gap: 5px; }
  .faq summary { grid-template-columns: 32px 1fr 20px; min-height: 72px; font-size: 15px; }
  .faq details > div { padding: 0 30px 22px 44px; }
}

@media (max-width: 380px) {
  .site-wrap { width: calc(100% - 28px); }
  .button-compact { padding: 0 11px; }
  .hero h1 { font-size: 46px; }
  .hero-stage { height: 460px; }
  .hero-issue { right: 7%; width: 70%; height: 400px; }
  .back-issue { height: 305px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
  .hero-issue { animation: none; transform: rotate(1.6deg); }
}
