:root {
  --cream: #f6f0e6;
  --paper: #fffaf1;
  --ink: #25211d;
  --muted: #746d65;
  --wine: #7f3437;
  --wine-dark: #5e2528;
  --rose: #d9a3a1;
  --sand: #e8ddcf;
  --line: rgba(37,33,29,.14);
  --serif: "Noto Serif JP", "Yu Mincho", serif;
  --sans: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --shell: min(1180px, calc(100% - 56px));
  --header-h: 88px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.85;
  letter-spacing: .02em;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body, button, input, select { font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
img { max-width: 100%; display: block; }
h1, h2, h3, p { overflow-wrap: normal; word-break: normal; line-break: strict; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
section[id] { scroll-margin-top: 76px; }

.grain {
  position: fixed; inset: 0; pointer-events: none; opacity: .12; z-index: 99;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}
.scroll-progress { position: fixed; z-index: 160; top: 0; left: 0; width: 100%; height: 3px; background: transparent; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: var(--wine); transform: scaleX(0); transform-origin: 0 50%; will-change: transform; }

.section-shell { width: var(--shell); margin-inline: auto; }
.site-header {
  width: var(--shell); margin: 0 auto; min-height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 28px;
  position: sticky; top: 0; z-index: 140;
  background: rgba(246,240,230,.90); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(37,33,29,.06);
}
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand-logo { width: 184px; height: auto; display: block; mix-blend-mode: multiply; }
.footer-logo { width: 205px; filter: brightness(1.65) contrast(.75); mix-blend-mode: screen; }
.desktop-nav { display: flex; align-items: center; gap: 26px; font-size: 11px; font-weight: 600; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 1px; background: var(--ink); transition: width .25s ease; }
.desktop-nav a:hover::after { width: 100%; }
.header-cta { background: var(--ink); color: #fff; border-radius: 999px; padding: 11px 19px; font-size: 11px; font-weight: 700; white-space: nowrap; transition: transform .2s ease, background .2s ease; }
.header-cta:hover { transform: translateY(-1px); background: #111; }

.eyebrow, .kicker { font-size: 10px; font-weight: 700; letter-spacing: .2em; margin: 0 0 18px; }
.hero {
  position: relative;
  min-height: calc(100svh - var(--header-h));
  display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 48px;
  padding: 42px 0 78px;
}
.hero::before { content: ""; position: absolute; right: -110px; top: 34px; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(127,52,55,.08) 0%, rgba(127,52,55,0) 68%); pointer-events: none; }
.hero-copy { position: relative; z-index: 2; }
.hero-keyword { display: inline-flex; margin: 0 0 18px; border: 1px solid rgba(127,52,55,.14); border-radius: 999px; padding: 7px 12px; font-size: 10px; color: var(--wine); background: rgba(255,255,255,.36); box-shadow: 0 10px 22px rgba(37,33,29,.04); }
.hero h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(43px, 5vw, 73px); line-height: 1.42; letter-spacing: -.04em; margin: 0; max-width: 760px; }
.hero h1 span { color: var(--wine); }
.hero-lead { max-width: 650px; margin: 28px 0 0; font-family: var(--serif); font-size: clamp(15px, 1.4vw, 18px); color: #4f4841; line-height: 2.05; }
.hero-facts { display: grid; grid-template-columns: repeat(3, max-content); gap: 12px; margin-top: 26px; }
.hero-facts div { min-width: 145px; padding: 13px 14px 11px; border: 1px solid rgba(37,33,29,.12); border-radius: 16px; background: rgba(255,255,255,.36); box-shadow: 0 12px 28px rgba(37,33,29,.035); }
.hero-facts span { display: block; font-size: 8px; letter-spacing: .18em; color: var(--muted); }
.hero-facts strong { display: block; margin-top: 5px; font-family: var(--serif); font-size: 13px; font-weight: 500; }
.hero-facts .tax-note { font-size: 9px; color: var(--muted); }
.hero-actions { display: flex; align-items: center; gap: 16px; margin-top: 28px; }
.button { border: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border-radius: 999px; min-height: 54px; padding: 0 26px; font-weight: 700; font-size: 12px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--wine); color: #fff; box-shadow: 0 12px 26px rgba(127,52,55,.18); }
.button-primary:hover { background: var(--wine-dark); }
.button-text { padding: 0; min-height: auto; border-radius: 0; }
.button-text span { font-size: 18px; }
.button-outline { border: 1px solid rgba(37,33,29,.14); background: rgba(255,255,255,.38); color: var(--ink); box-shadow: 0 10px 24px rgba(37,33,29,.04); }
.button-outline:hover { background: rgba(255,255,255,.62); }
.button-dark { width: 100%; background: var(--ink); color: #fff; border-radius: 8px; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }
.hero-notes span { font-size: 10px; border: 1px solid var(--line); border-radius: 999px; padding: 7px 11px; background: rgba(255,255,255,.18); }
.scroll-cue { display: inline-flex; align-items: center; gap: 14px; margin-top: 38px; font-size: 8px; font-weight: 700; letter-spacing: .19em; color: var(--muted); }
.scroll-cue i { display: block; position: relative; width: 1px; height: 42px; background: var(--line); overflow: hidden; }
.scroll-cue i::after { content: ""; position: absolute; inset-inline: 0; width: 1px; height: 18px; background: var(--wine); animation: scrollCue 1.9s ease-in-out infinite; }
@keyframes scrollCue { 0% { transform: translateY(-22px); } 55%,100% { transform: translateY(46px); } }

.hero-visual { position: relative; min-height: 625px; display: grid; place-items: center; isolation: isolate; }
.book-stage { position: relative; width: 460px; height: 520px; transform: translateY(calc(var(--book-parallax, 0) * 1px)); will-change: transform; transition: transform .08s linear; }
.book { position: absolute; width: 270px; height: 410px; perspective: 1400px; }
.book-main { z-index: 3; left: 95px; top: 40px; transform: rotate(-4deg); filter: drop-shadow(0 28px 30px rgba(56,39,27,.22)); animation: bookFloat 5.5s ease-in-out infinite; }
@keyframes bookFloat { 0%,100% { transform: rotate(-4deg) translateY(0); } 50% { transform: rotate(-3deg) translateY(-8px); } }
.book-back { z-index: 1; left: 220px; top: 120px; transform: rotate(12deg) scale(.9); filter: drop-shadow(0 20px 20px rgba(56,39,27,.14)); }
.book-cover { width: 100%; height: 100%; background: #efe2ce; border-radius: 4px 10px 10px 4px; border: 1px solid rgba(72,53,38,.15); padding: 30px 24px; display: flex; flex-direction: column; position: relative; box-shadow: inset -12px 0 20px rgba(72,53,38,.08); overflow: hidden; }
.book-cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(255,255,255,.20) 0%, rgba(255,255,255,0) 26%, rgba(255,255,255,.08) 70%, rgba(255,255,255,0) 100%); pointer-events: none; }
.book-spine { position: absolute; left: -12px; top: 3px; width: 16px; height: calc(100% - 6px); background: #d8c6ab; border-radius: 4px 0 0 4px; transform: skewY(-4deg); }
.book-brand { font-size: 9px; letter-spacing: .18em; margin: 0; }
.book-symbol { font-family: Georgia, serif; font-size: 74px; color: var(--wine); line-height: 1; margin-top: 38px; }
.book-cover h2 { font-family: var(--serif); font-size: 28px; line-height: 1.62; margin: 12px 0 auto; font-weight: 500; letter-spacing: -.035em; }
.book-meta { font-family: var(--serif); font-size: 10px; line-height: 1.8; margin: 0; }
.alt-cover { background: var(--wine); color: #fbeee4; }
.alt-cover h2 { margin-top: 120px; font-size: 28px; }
.book-shadow { position: absolute; width: 380px; height: 72px; border-radius: 50%; background: rgba(54,38,28,.16); filter: blur(20px); bottom: 34px; left: 64px; transform: rotate(-4deg); }
.orbit { position: absolute; border: 1px solid rgba(127,52,55,.14); border-radius: 50%; animation: orbitPulse 6s ease-in-out infinite; }
.orbit-one { width: 560px; height: 560px; }
.orbit-two { width: 440px; height: 440px; animation-delay: -3s; }
@keyframes orbitPulse { 0%,100% { transform: scale(1); opacity: .65; } 50% { transform: scale(1.025); opacity: 1; } }
.hero-sticker { position: absolute; z-index: 5; border-radius: 50%; display: grid; place-items: center; text-align: center; font-size: 9px; font-weight: 700; letter-spacing: .12em; line-height: 1.5; }
.sticker-one { width: 92px; height: 92px; background: #efe15b; right: 28px; top: 12px; transform: rotate(12deg); }
.sticker-two { width: 105px; height: 105px; background: #f0b7b7; left: 10px; bottom: 10px; transform: rotate(-8deg); }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.17); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { padding: 22px 24px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong { display: block; font-family: var(--serif); font-size: 15px; font-weight: 600; }
.trust-grid span { display: block; margin-top: 3px; font-size: 9px; color: var(--muted); }

.intro-band { border-bottom: 1px solid var(--line); overflow: hidden; padding: 15px 0; }
.intro-marquee { display: flex; width: max-content; min-width: 200%; animation: marqueeLoop 34s linear infinite; will-change: transform; }
.intro-track { display: flex; align-items: center; gap: 34px; padding-right: 34px; font-family: var(--serif); font-size: 14px; white-space: nowrap; flex: 0 0 auto; }
.intro-track i { color: var(--wine); font-style: normal; }
@keyframes marqueeLoop { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.story-hook { padding: 132px 0 118px; }
.story-hook-inner { max-width: 900px; margin: 0 auto; text-align: center; }
.story-hook h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(38px, 5.2vw, 68px); line-height: 1.5; letter-spacing: -.035em; margin: 0; }
.story-hook-lead { max-width: 620px; margin: 28px auto 0; color: var(--muted); font-size: 13px; }
.memory-prompts { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 40px auto 0; }
.memory-prompts span { border: 1px solid var(--line); background: rgba(255,255,255,.23); border-radius: 999px; padding: 10px 15px; font-family: var(--serif); font-size: 12px; }
.story-hook-answer { font-family: var(--serif); font-size: clamp(18px, 2vw, 24px); margin: 40px 0 0; }
.story-hook-answer strong { color: var(--wine); font-weight: 600; }
.text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 30px; padding-bottom: 4px; border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 700; }

.section-label { border-top: 1px solid var(--line); padding-top: 13px; font-size: 11px; letter-spacing: .2em; font-weight: 700; }
.about { padding: 120px 0 132px; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 84px; margin-top: 58px; }
.about-title h2, .sample-copy h2, .works-heading h2, .moments-copy h2, .flow-heading h2, .hearing-copy h2, .promise-title h2, .reviews-heading h2, .faq-title h2, .order-copy h2 {
  font-family: var(--serif); font-size: clamp(31px, 4vw, 54px); line-height: 1.52; font-weight: 500; letter-spacing: -.03em; margin: 0;
}
.promise-title h2 { font-size: clamp(34px, 3.3vw, 52px); line-height: 1.42; max-width: 9.5em; }
.about-body { max-width: 680px; }
.about-body p { color: #5d554d; margin: 0 0 26px; }
.about-body .large-copy { font-family: var(--serif); color: var(--ink); font-size: 18px; line-height: 2.05; }
.value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 84px; }
.value-card { min-height: 282px; border: 1px solid var(--line); padding: 28px; display: flex; flex-direction: column; background: rgba(255,255,255,.18); transition: transform .3s ease, background .3s ease; }
.value-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.3); }
.value-no { font-size: 9px; letter-spacing: .15em; color: var(--wine); }
.value-card h3 { font-family: var(--serif); font-size: 24px; line-height: 1.42; font-weight: 500; margin: 22px 0 12px; }
.value-card p { font-size: 12px; color: var(--muted); margin: 0; line-height: 1.82; }

.sample { padding: 72px 0 126px; }
.sample-wrap { position: relative; margin-top: 52px; background: linear-gradient(135deg, #eadfce 0%, #e4d7c7 58%, #ddd0c0 100%); border: 1px solid rgba(68,51,35,.08); border-radius: 30px; min-height: 700px; padding: 74px 72px; display: grid; grid-template-columns: .95fr 1.05fr; gap: 68px; align-items: center; overflow: hidden; box-shadow: 0 30px 80px rgba(66,47,31,.08), inset 0 1px 0 rgba(255,255,255,.34); }
.sample-wrap::before { content: ""; position: absolute; inset: 16px; border-radius: 22px; border: 1px solid rgba(255,255,255,.28); pointer-events: none; }
.sample-visual { min-height: 540px; display: grid; place-items: center; position: relative; z-index: 1; }
.sample-copy { position: relative; z-index: 1; padding-left: 30px; border-left: 1px solid rgba(37,33,29,.12); }
.sample-copy h2 { max-width: 12.8em; }
.reviews-heading h2 { max-width: 12.5em; }
.order-copy h2 { max-width: 10.5em; }
.moments-copy h2 { max-width: 12.8em; }
.flow-heading h2 { max-width: 12em; }
.hearing-copy h2 { max-width: 12em; }
.paper-stack { position: relative; width: 352px; height: 500px; }
.paper { position: absolute; inset: 0; background: #fffdf8; border: 1px solid rgba(53,42,32,.1); box-shadow: 0 28px 58px rgba(71,52,35,.16); }
.page-three { transform: rotate(8deg) translate(26px, 8px); background: #dac9b1; }
.page-two { transform: rotate(-5deg) translate(-20px, 6px); background: #efe6d9; }
.page-one { padding: 28px 22px 22px 18px; overflow: hidden; display: flex; flex-direction: column; background: linear-gradient(180deg, #fffdf9 0%, #fff9f0 100%); box-shadow: 0 24px 42px rgba(83,61,41,.12); }
.page-running { font-size: 7px; letter-spacing: .18em; color: #897f75; border-bottom: 1px solid #ddd3c8; padding-bottom: 12px; }
.vertical-story { flex: 1; width: 100%; display: flex; flex-direction: row-reverse; gap: 8px; justify-content: space-evenly; align-items: stretch; padding: 8px 10px 0 8px; overflow: hidden; }
.story-column { writing-mode: vertical-rl; text-orientation: mixed; font-family: var(--serif); font-size: 10.5px; line-height: 1.92; margin: 0; letter-spacing: .01em; height: 100%; }
.page-number { position: absolute; right: 26px; bottom: 18px; font-size: 8px; }
.sample-copy > p:not(.kicker):not(.caption) { color: #5d554d; }
.sample-specs { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 36px 0 22px; }
.sample-specs div { border: 1px solid rgba(37,33,29,.12); background: rgba(255,251,244,.42); border-radius: 14px; padding: 14px 14px 12px; backdrop-filter: blur(4px); }
.sample-specs span { display: block; font-size: 8px; letter-spacing: .15em; color: var(--muted); }
.sample-specs strong { display: block; font-family: var(--serif); margin-top: 4px; font-size: 14px; font-weight: 500; }
.sample-more { width: 100%; border: 0; border-top: 1px solid rgba(37,33,29,.16); border-bottom: 1px solid rgba(37,33,29,.16); background: transparent; padding: 17px 2px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; font-family: var(--serif); font-size: 12px; margin-top: 10px; }
.sample-more i { font-family: var(--sans); font-style: normal; font-size: 17px; color: var(--wine); transition: transform .25s ease; }
.sample-more[aria-expanded="true"] i { transform: rotate(45deg); }
.sample-continuation { padding: 18px 18px 6px; margin-top: 16px; background: rgba(255,249,240,.38); border: 1px solid rgba(37,33,29,.1); border-radius: 14px; }
.sample-continuation[hidden] { display: none; }
.sample-continuation p { margin: 0 0 12px; font-family: var(--serif); color: var(--ink) !important; font-size: 13px; line-height: 2; }
.caption { font-size: 9px; color: #82786f; margin-top: 18px; }

.chapter-bridge { padding: 0 28px 132px; }
.chapter-bridge-inner { max-width: 980px; margin: 0 auto; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 56px 0; text-align: center; }
.chapter-bridge-inner > span { font-size: 9px; font-weight: 700; letter-spacing: .2em; color: var(--wine); }
.chapter-bridge-inner p { font-family: var(--serif); font-size: clamp(20px, 2.6vw, 32px); line-height: 1.62; margin: 16px auto 18px; max-width: 24em; }
.chapter-bridge-inner strong { font-weight: 600; }
.chapter-bridge-inner a { display: inline-flex; align-items: center; gap: 10px; font-size: 10px; font-weight: 700; }
.chapter-bridge-inner a i { font-style: normal; }

.works { padding: 0 0 128px; }
.works-heading { display: block; margin-top: 54px; max-width: 980px; }
.works-heading .kicker { margin-bottom: 18px; }
.works-heading h2 { max-width: 13.5em; }
.works-heading > p:last-child { color: var(--muted); font-size: 13px; max-width: 760px; margin: 24px 0 0; }
.works-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 66px; }
.work-card { min-height: 350px; padding: 28px; border: 1px solid var(--line); display: flex; flex-direction: column; background: rgba(255,255,255,.18); transition: transform .3s ease, box-shadow .3s ease; }
.work-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(57,43,30,.08); }
.work-card > span { font-size: 12px; letter-spacing: .18em; color: var(--wine); font-weight: 700; }
.work-card h3 { font-family: var(--serif); font-size: 24px; line-height: 1.55; font-weight: 500; margin: 52px 0 18px; }
.work-card p { color: var(--muted); font-size: 12px; margin: 0 0 30px; }
.work-card a { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 14px; border: 1px solid rgba(37,33,29,.14); border-radius: 999px; padding: 12px 14px 12px 16px; font-size: 10px; font-weight: 700; background: rgba(255,255,255,.38); transition: background .25s ease, border-color .25s ease, color .25s ease, transform .25s ease; }
.work-card a i { flex: 0 0 auto; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: #fff; font-style: normal; font-size: 11px; transition: background .25s ease, color .25s ease, transform .25s ease; }
.work-card a:hover { background: var(--ink); color: #fff; border-color: var(--ink); transform: translateY(-1px); }
.work-card a:hover i { background: #fff; color: var(--ink); transform: translateX(1px); }

.moments { padding: 0 0 128px; }
.moments-copy { display: block; max-width: 940px; margin-bottom: 52px; text-align: left; }
.moment-list { border-top: 1px solid var(--line); }
.moment-card { display: grid; grid-template-columns: 72px .85fr 1.15fr; gap: 32px; align-items: center; padding: 28px 8px; border-bottom: 1px solid var(--line); transition: padding-left .25s ease, background .25s ease; }
.moment-card:hover { padding-left: 16px; background: rgba(255,255,255,.13); }
.moment-card > span { font-size: 9px; color: var(--wine); }
.moment-card h3 { font-family: var(--serif); font-size: 22px; font-weight: 500; margin: 0; }
.moment-card p { color: var(--muted); margin: 0; font-size: 12px; }

.flow { background: var(--wine); color: #fff9f2; padding: 112px 0 122px; }
.section-label.light { border-color: rgba(255,255,255,.25); }
.light-text { color: #f4cfce; }
.flow-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 72px; align-items: end; margin: 54px 0 62px; }
.flow-heading .kicker { grid-column: 1 / -1; margin-bottom: -34px; }
.flow-heading p:last-child { color: #f0dcda; max-width: 480px; font-size: 13px; }
.flow-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.24); counter-reset: flow; }
.flow-list li { display: grid; grid-template-columns: 84px 1fr; gap: 28px; border-bottom: 1px solid rgba(255,255,255,.24); padding: 30px 0; }
.flow-no { color: #f3b9b7; font-size: 10px; }
.flow-list h3 { font-family: var(--serif); font-weight: 500; font-size: 21px; margin: 0 0 7px; }
.flow-list p { margin: 0; color: #ebd7d5; font-size: 12px; }

.hearing { padding: 126px 0; }
.hearing-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.hearing-copy .section-label { margin-bottom: 54px; }
.hearing-copy > p:not(.kicker) { color: var(--muted); margin-top: 26px; font-size: 13px; }
.question-cards { display: flex; flex-direction: column; gap: 12px; padding-top: 70px; }
.question-card { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 20px 22px; display: grid; grid-template-columns: 38px 1fr; gap: 10px; align-items: start; transform: rotate(-1deg); box-shadow: 0 8px 26px rgba(48,38,29,.035); }
.question-card:nth-child(even) { transform: rotate(1.1deg) translateX(16px); }
.question-card span { font-family: Georgia, serif; color: var(--wine); font-size: 23px; }
.question-card p { font-family: var(--serif); margin: 0; font-size: 15px; line-height: 1.9; }
.question-card.muted { background: #e6ded2; }

.price { padding: 0 0 128px; }
.price-card { margin-top: 52px; border: 1px solid var(--line); padding: 52px; background: rgba(255,255,255,.2); }
.price-topline { display: flex; align-items: end; justify-content: space-between; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid var(--line); }
.price-topline h2 { font-family: var(--serif); font-size: 46px; margin: 0; font-weight: 500; }
.price-value { text-align: right; }
.price-caption { display: block; font-size: 9px; color: var(--muted); }
.price-value strong { font-family: var(--serif); font-size: 50px; font-weight: 500; }
.price-value small { font-size: 10px; margin-left: 5px; }
.price-detail-grid { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid var(--line); }
.price-detail-grid div { padding: 27px 21px; border-right: 1px solid var(--line); }
.price-detail-grid div:first-child { padding-left: 0; }
.price-detail-grid div:last-child { border-right: 0; }
.price-detail-grid span { font-size: 8px; color: var(--wine); font-weight: 700; }
.price-detail-grid p { font-family: var(--serif); font-size: 13px; margin: 7px 0 0; }
.price-footer { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding-top: 30px; }
.price-footer p { color: var(--muted); font-size: 10px; }

.promise { background: #e6d9c9; padding: 112px 0; }
.promise-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 86px; }
.promise-body > p { font-family: var(--serif); font-size: 17px; line-height: 2.1; margin: 0 0 36px; }
.promise-points { display: flex; flex-direction: column; }
.promise-points span { border-top: 1px solid rgba(37,33,29,.18); padding: 13px 0; font-size: 11px; }
.promise-points span:last-child { border-bottom: 1px solid rgba(37,33,29,.18); }

.reviews { padding: 126px 0; }
.reviews-heading { display: grid; grid-template-columns: .85fr 1.15fr; column-gap: 80px; row-gap: 18px; margin-top: 54px; align-items: end; }
.reviews-heading .kicker { grid-column: 1 / -1; margin-bottom: 0; }
.reviews-heading > p:last-child { color: var(--muted); font-size: 13px; margin: 0; }
.review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 62px; }
.review-card { margin: 0; min-height: 270px; padding: 28px; background: var(--paper); border: 1px solid var(--line); display: flex; flex-direction: column; }
.review-card::before { content: "“"; font-family: Georgia, serif; color: var(--wine); font-size: 56px; line-height: .7; }
.review-card p { font-family: var(--serif); font-size: 17px; line-height: 1.9; margin: 26px 0 24px; }
.review-card footer { margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); font-size: 9px; color: var(--muted); }
.review-note { color: var(--muted); font-size: 9px; margin: 18px 0 0; }

.faq { padding: 0 0 126px; }
.faq-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 76px; margin-top: 52px; align-items: start; }
.faq-title { position: sticky; top: 118px; }
.faq-intro { max-width: 340px; margin: 22px 0 0; color: var(--muted); font-size: 12px; line-height: 1.9; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); transition: background .25s ease; }
.faq-list details[open] { background: rgba(255,255,255,.24); }
.faq-list summary { cursor: pointer; list-style: none; padding: 24px 6px 24px 0; display: grid; grid-template-columns: 46px 1fr 30px; align-items: center; gap: 16px; font-family: var(--serif); font-size: 15px; line-height: 1.7; }
.faq-list details summary::before { content: attr(data-index); font-family: var(--sans); font-size: 9px; letter-spacing: .14em; color: var(--wine); }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary span { width: 28px; height: 28px; border: 1px solid rgba(127,52,55,.24); border-radius: 50%; display: grid; place-items: center; color: var(--wine); transition: transform .2s, background .2s, color .2s; font-family: var(--sans); font-size: 15px; }
.faq-list details[open] summary span { transform: rotate(45deg); background: var(--wine); color: #fff; }
.faq-list details p { color: var(--muted); font-size: 12px; line-height: 1.95; padding: 0 54px 26px 62px; margin: 0; max-width: 760px; }

.order-prelude { padding: 8px 0 78px; }
.order-prelude-inner { max-width: 920px; margin: 0 auto; text-align: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 62px 0 58px; }
.order-prelude-inner h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(32px, 4.2vw, 54px); line-height: 1.5; letter-spacing: -.035em; margin: 0; }
.order-prelude-inner > p:not(.kicker) { max-width: 650px; margin: 22px auto 0; color: var(--muted); font-size: 13px; line-height: 1.95; }
.order-reassurance { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 28px; }
.order-reassurance span { border: 1px solid var(--line); border-radius: 999px; padding: 9px 13px; font-size: 10px; background: rgba(255,255,255,.26); }
.order-prelude-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 30px; font-size: 11px; font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }
.order-prelude-link i { font-style: normal; color: var(--wine); }

.order { padding: 0 0 126px; }
.order-card { position: relative; isolation: isolate; overflow: hidden; background: linear-gradient(135deg, #eadfce 0%, #f3eadf 52%, #e6d8c8 100%); color: var(--ink); border: 1px solid rgba(37,33,29,.09); border-radius: 32px; padding: 58px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 62px; box-shadow: 0 30px 80px rgba(65,46,29,.09), inset 0 1px 0 rgba(255,255,255,.38); }
.order-card::before { content: ""; position: absolute; width: 340px; height: 340px; border-radius: 50%; right: -120px; top: -140px; background: radial-gradient(circle, rgba(127,52,55,.13) 0%, rgba(127,52,55,0) 68%); z-index: -1; animation: orderGlow 7s ease-in-out infinite; }
.order-card::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.34); border-radius: 23px; pointer-events: none; z-index: -1; }
@keyframes orderGlow { 0%,100% { transform: scale(1); opacity: .7; } 50% { transform: scale(1.08); opacity: 1; } }
.order-copy { padding: 14px 0; align-self: center; }
.order-eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 34px; font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.order-eyebrow span { color: var(--wine); }
.order-eyebrow i { font-style: normal; color: var(--muted); border-left: 1px solid var(--line); padding-left: 10px; }
.order-copy .kicker { color: var(--wine); }
.order-copy > p:last-of-type { color: var(--muted); margin-top: 22px; max-width: 410px; font-size: 13px; line-height: 1.95; }
.order-steps { margin-top: 38px; border-top: 1px solid rgba(37,33,29,.14); }
.order-steps div { display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 10px; padding: 12px 0; border-bottom: 1px solid rgba(37,33,29,.12); color: var(--muted); }
.order-steps span { font-size: 8px; color: var(--wine); }
.order-steps p { margin: 0; font-family: var(--serif); font-size: 12px; }
.order-steps .is-current { color: var(--ink); }
.order-steps .is-current p { font-weight: 600; }
.form-panel { position: relative; background: rgba(255,253,248,.92); border: 1px solid rgba(37,33,29,.11); border-radius: 24px; padding: 30px; box-shadow: 0 24px 60px rgba(57,42,27,.12); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.form-panel:focus-within { transform: translateY(-4px); box-shadow: 0 30px 72px rgba(57,42,27,.16); border-color: rgba(127,52,55,.24); }
.form-panel-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-bottom: 22px; margin-bottom: 24px; border-bottom: 1px solid var(--line); }
.form-panel-head span { display: block; font-size: 8px; font-weight: 700; letter-spacing: .18em; color: var(--wine); }
.form-panel-head h3 { font-family: var(--serif); font-size: 22px; font-weight: 500; margin: 5px 0 0; }
.form-panel-head > p { margin: 2px 0 0; border: 1px solid rgba(127,52,55,.16); border-radius: 999px; padding: 6px 9px; font-size: 9px; color: var(--wine); background: rgba(127,52,55,.04); white-space: nowrap; }
.order-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.order-form label { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.order-form label > span { font-size: 9px; font-weight: 600; color: #665e56; }
.order-form input, .order-form select { width: 100%; background: #fffdf8; border: 1px solid rgba(37,33,29,.13); color: var(--ink); padding: 12px 13px; border-radius: 12px; outline: 0; min-height: 48px; box-shadow: inset 0 1px 0 rgba(255,255,255,.8); transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.order-form input::placeholder { color: #aaa096; }
.order-form input:focus, .order-form select:focus { border-color: rgba(127,52,55,.52); background: #fff; box-shadow: 0 0 0 3px rgba(127,52,55,.08); }
.order-form select option { color: #222; }
.order-form button, .order-form .form-note { grid-column: 1 / -1; }
.order-submit { margin-top: 10px; width: 100%; background: var(--wine); color: #fff; box-shadow: 0 14px 30px rgba(127,52,55,.18); }
.order-submit:hover { background: var(--wine-dark); }
.order-submit span { transition: transform .2s ease; }
.order-submit:hover span { transform: translateX(3px); }
.form-note { color: #958a80; font-size: 8px; margin: 0; text-align: center; }

.site-footer { background: #171513; color: #eae2d8; padding: 68px max(28px, calc((100% - 1180px)/2)); }
.footer-top, .footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-top { padding-bottom: 54px; }
.footer-top p { font-family: var(--serif); color: #a99f96; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); padding-top: 22px; font-size: 8px; color: #8f877f; letter-spacing: .1em; }
.footer-bottom div { display: flex; flex-wrap: wrap; gap: 18px; }

.mobile-sticky-cta { display: none; }
.toast { position: fixed; right: 24px; bottom: 24px; z-index: 180; width: min(380px, calc(100% - 48px)); background: #fffaf1; border: 1px solid var(--line); box-shadow: 0 20px 50px rgba(0,0,0,.16); border-radius: 14px; padding: 18px 20px; flex-direction: column; transform: translateY(140%); opacity: 0; transition: .35s ease; }
.toast.show { transform: translateY(0); opacity: 1; }
.toast strong { font-family: var(--serif); font-size: 14px; }
.toast span { font-size: 10px; color: var(--muted); margin-top: 5px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s cubic-bezier(.2,.65,.3,1), transform .75s cubic-bezier(.2,.65,.3,1); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 40px, 760px); }
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 44px; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-actions, .hero-notes { justify-content: center; }
  .scroll-cue { justify-content: center; }
  .hero-visual { min-height: 550px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div { border-bottom: 1px solid var(--line); }
  .trust-grid > div:nth-child(2n) { border-right: 0; }
  .trust-grid > div:nth-last-child(-n+2) { border-bottom: 0; }
  .trust-grid > div:nth-child(odd) { padding-left: 0; }
  .about-grid, .sample-wrap, .hearing-grid, .promise-inner, .faq-grid, .order-card { grid-template-columns: 1fr; }
  .about-grid, .hearing-grid, .promise-inner, .faq-grid, .order-card { gap: 38px; }
  .order-copy { padding-bottom: 0; }
  .order-steps { max-width: 520px; }
  .sample-wrap { padding: 44px; }
  .sample-copy { padding-left: 0; border-left: 0; border-top: 1px solid rgba(37,33,29,.12); padding-top: 26px; }
  .flow-heading { grid-template-columns: 1fr; gap: 22px; }
  .flow-heading .kicker { margin: 0; }
  .value-grid, .works-grid, .review-grid { grid-template-columns: 1fr; }
  .value-card, .work-card, .review-card { min-height: 230px; }
  .value-card h3 { margin-top: 22px; }
  .work-card h3 { margin-top: 38px; }
  .works-heading, .reviews-heading { grid-template-columns: 1fr; gap: 20px; }
  .moments-copy { max-width: 100%; }
  .price-detail-grid { grid-template-columns: 1fr 1fr; }
  .price-detail-grid div:nth-child(2) { border-right: 0; }
  .price-detail-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .question-cards { padding-top: 0; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 32px); --header-h: 72px; }
  html { scroll-padding-top: 70px; }
  body { line-height: 1.75; }
  .desktop-only { display: none; }
  .site-header { min-height: 72px; gap: 14px; }
  .brand-logo { width: 132px; }
  .footer-logo { width: 168px; }
  .header-cta { padding: 9px 13px; font-size: 9px; }

  .hero { padding: 18px 0 34px; gap: 4px; }
  .hero::before { right: -140px; top: 20px; width: 330px; height: 330px; }
  .hero-copy { text-align: left; }
  .eyebrow { font-size: 8px; margin-bottom: 14px; }
  .hero-keyword { font-size: 9px; margin-bottom: 15px; }
  .hero h1 { font-size: clamp(34px, 9.2vw, 40px); line-height: 1.42; letter-spacing: -.045em; max-width: 100%; }
  .hero-lead { font-size: 13px; line-height: 1.95; margin-top: 22px; }
  .hero-facts { grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 22px; }
  .hero-facts div { min-width: 0; padding: 10px 10px 9px; border-radius: 12px; }
  .hero-facts strong { font-size: 11px; }
  .hero-facts .tax-note { display: inline; font-size: 8px; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 12px; margin-top: 22px; }
  .button { min-height: 52px; }
  .button-primary { width: 100%; }
  .button-outline { width: 100%; min-height: 50px; }
  .button-text { align-self: flex-start; width: auto; }
  .hero-notes { justify-content: flex-start; margin-top: 24px; gap: 6px; }
  .hero-notes span { font-size: 9px; padding: 6px 9px; }
  .scroll-cue { margin-top: 28px; font-size: 7px; }
  .scroll-cue i { height: 34px; }

  .hero-visual { min-height: 430px; margin-top: -4px; overflow: visible; }
  .book-stage { width: 320px; height: 410px; }
  .book { width: 205px; height: 318px; }
  .book-main { left: 43px; top: 42px; }
  .book-back { left: 130px; top: 98px; }
  .book-cover { padding: 22px 18px; }
  .book-brand { font-size: 8px; }
  .book-symbol { font-size: 56px; margin-top: 26px; }
  .book-cover h2 { font-size: 20px; line-height: 1.65; }
  .book-meta { font-size: 8px; }
  .alt-cover h2 { margin-top: 72px; font-size: 21px; }
  .orbit-one { width: 360px; height: 360px; }
  .orbit-two { width: 286px; height: 286px; }
  .book-shadow { width: 245px; left: 33px; bottom: 31px; }
  .sticker-one { right: 0; width: 70px; height: 70px; font-size: 7px; }
  .sticker-two { width: 80px; height: 80px; left: 2px; bottom: 5px; font-size: 7px; }

  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div { padding: 17px 10px 17px 0; }
  .trust-grid > div:nth-child(even) { padding-left: 12px; }
  .trust-grid strong { font-size: 13px; }
  .trust-grid span { font-size: 8px; line-height: 1.6; }
  .intro-band { padding: 12px 0; }
  .intro-marquee { animation-duration: 30s; }
  .intro-track { font-size: 12px; gap: 26px; padding-right: 26px; }

  .story-hook { padding: 72px 0 68px; }
  .story-hook h2 { font-size: 31px; line-height: 1.5; }
  .story-hook-lead { font-size: 12px; line-height: 1.9; margin-top: 20px; }
  .memory-prompts { margin-top: 28px; gap: 7px; }
  .memory-prompts span { font-size: 10px; padding: 8px 10px; }
  .story-hook-answer { font-size: 17px; line-height: 1.9; margin-top: 28px; }
  .text-link { margin-top: 24px; font-size: 10px; }

  .section-label { font-size: 10px; padding-top: 11px; }
  .about, .hearing, .reviews { padding: 72px 0; }
  .sample, .works, .moments, .price, .faq, .order { padding-bottom: 72px; }
  .about-grid { margin-top: 30px; gap: 24px; }
  .about-title h2, .sample-copy h2, .works-heading h2, .moments-copy h2, .flow-heading h2, .hearing-copy h2, .promise-title h2, .reviews-heading h2, .faq-title h2, .order-copy h2 { font-size: 28px; line-height: 1.48; }
  .kicker { font-size: 8px; margin-bottom: 14px; }
  .about-body .large-copy { font-size: 15px; line-height: 2; }
  .about-body p { font-size: 12px; line-height: 1.95; margin-bottom: 18px; }
  .value-grid { margin-top: 48px; gap: 10px; }
  .value-card { min-height: 190px; padding: 22px; }
  .value-card h3 { margin: 18px 0 10px; font-size: 21px; line-height: 1.38; }
  .value-card p { font-size: 11px; line-height: 1.72; }

  .sample { padding-top: 12px; }
  .sample-wrap { margin-top: 28px; padding: 24px 14px 28px; border-radius: 18px; gap: 14px; min-height: 0; }
  .sample-wrap::before { inset: 10px; border-radius: 14px; }
  .sample-visual { min-height: 398px; }
  .paper-stack { width: 296px; height: 418px; transform: translateX(-2px); }
  .page-one { padding: 22px 14px 16px 12px; }
  .page-running { font-size: 6px; padding: 0 6px 9px; margin-bottom: 6px; }
  .vertical-story { gap: 5px; padding: 4px 6px 0 4px; justify-content: space-evenly; }
  .story-column { font-size: 8.4px; line-height: 1.8; }
  .page-number { right: 24px; bottom: 14px; }
  .sample-copy > p:not(.kicker):not(.caption) { font-size: 12px; line-height: 1.86; }
  .sample-specs { grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 24px 0 14px; }
  .sample-specs strong { font-size: 12px; }
  .sample-specs div { padding: 10px 9px 9px; border-radius: 12px; }
  .sample-more { font-size: 11px; padding: 15px 0; }
  .sample-continuation { padding: 14px 12px 4px; margin-top: 12px; }
  .sample-continuation p { font-size: 12px; line-height: 1.88; }
  .caption { font-size: 8px; line-height: 1.7; }

  .chapter-bridge { padding: 0 16px 70px; }
  .chapter-bridge-inner { padding: 42px 0; }
  .chapter-bridge-inner > span { font-size: 7px; }
  .chapter-bridge-inner p { font-size: 19px; line-height: 1.68; max-width: 18em; }

  .works-heading, .reviews-heading { margin-top: 30px; gap: 12px; }
  .works-heading h2 { max-width: 100%; }
  .works-heading > p:last-child { margin-top: 16px; max-width: 100%; }
  .works-heading > p:last-child, .reviews-heading > p:last-child { font-size: 11px; line-height: 1.9; }
  .works-grid, .review-grid { margin-top: 30px; gap: 10px; }
  .reviews-heading h2, .order-copy h2, .moments-copy h2, .flow-heading h2, .hearing-copy h2 { max-width: 100%; }
  .work-card { min-height: 242px; padding: 22px; }
  .work-card > span { font-size: 11px; }
  .work-card h3 { margin: 36px 0 12px; font-size: 21px; }
  .work-card p { font-size: 11px; }
  .work-card a { font-size: 9px; padding: 11px 12px 11px 14px; }
  .work-card a i { width: 24px; height: 24px; font-size: 10px; }

  .moments-copy { margin-bottom: 28px; }
  .moment-card { grid-template-columns: 38px 1fr; gap: 8px 12px; padding: 21px 0; }
  .moment-card:hover { padding-left: 0; }
  .moment-card > span { grid-row: 1 / 3; padding-top: 4px; }
  .moment-card h3 { font-size: 19px; }
  .moment-card p { grid-column: 2; font-size: 10px; line-height: 1.8; }

  .flow { padding: 74px 0; }
  .flow-heading { margin: 34px 0 38px; gap: 12px; }
  .flow-heading p:last-child { font-size: 11px; line-height: 1.9; }
  .flow-list li { grid-template-columns: 42px 1fr; gap: 13px; padding: 22px 0; }
  .flow-list h3 { font-size: 18px; }
  .flow-list p { font-size: 10px; line-height: 1.8; }

  .hearing-grid { gap: 24px; }
  .hearing-copy .section-label { margin-bottom: 38px; }
  .hearing-copy > p:not(.kicker) { font-size: 11px; line-height: 1.95; }
  .question-cards { gap: 9px; }
  .question-card, .question-card:nth-child(even) { transform: none; }
  .question-card { grid-template-columns: 31px 1fr; padding: 16px; border-radius: 12px; }
  .question-card span { font-size: 20px; }
  .question-card p { font-size: 13px; line-height: 1.85; }

  .price-card { padding: 22px 16px; margin-top: 28px; }
  .price-topline { display: block; padding-bottom: 28px; }
  .price-topline h2 { font-size: 34px; }
  .price-value { text-align: left; margin-top: 22px; }
  .price-value strong { font-size: 42px; }
  .price-detail-grid { grid-template-columns: 1fr; }
  .price-detail-grid div, .price-detail-grid div:nth-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--line); padding: 18px 0; }
  .price-detail-grid div:last-child { border-bottom: 0; }
  .price-footer { align-items: stretch; flex-direction: column; gap: 18px; padding-top: 24px; }
  .price-footer p { font-size: 9px; margin: 0; }

  .promise { padding: 74px 0; }
  .promise-title h2 { font-size: 28px; line-height: 1.5; max-width: 100%; }
  .promise-inner { gap: 30px; }
  .promise-body > p { font-size: 14px; line-height: 2.05; }
  .promise-points span { font-size: 10px; }

  .review-card { min-height: 220px; padding: 22px; }
  .review-card p { font-size: 15px; margin: 20px 0; }
  .review-note { font-size: 8px; line-height: 1.7; }

  .faq-grid { margin-top: 28px; gap: 18px; }
  .faq-title { position: static; }
  .faq-intro { max-width: 100%; margin-top: 14px; font-size: 10px; line-height: 1.8; }
  .faq-list summary { grid-template-columns: 34px 1fr 28px; gap: 10px; padding: 18px 0; font-size: 13px; line-height: 1.7; }
  .faq-list details p { font-size: 10px; line-height: 1.9; padding: 0 38px 20px 44px; }
  .order-prelude { padding: 0 0 62px; }
  .order-prelude-inner { padding: 46px 0 42px; }
  .order-prelude-inner h2 { font-size: 28px; line-height: 1.48; }
  .order-prelude-inner > p:not(.kicker) { font-size: 11px; line-height: 1.85; margin-top: 18px; }
  .order-reassurance { margin-top: 22px; gap: 6px; }
  .order-reassurance span { font-size: 9px; padding: 7px 10px; }
  .order-prelude-link { margin-top: 24px; font-size: 10px; }

  .order-card { border-radius: 20px; padding: 24px 14px; gap: 22px; }
  .order-card::after { inset: 8px; border-radius: 15px; }
  .order-card::before { width: 240px; height: 240px; right: -110px; top: -100px; }
  .order-copy { padding: 4px 4px 0; }
  .order-eyebrow { margin-bottom: 22px; font-size: 8px; }
  .order-copy > p:last-of-type { font-size: 11px; line-height: 1.9; margin-top: 16px; }
  .order-steps { margin-top: 24px; }
  .order-steps div { padding: 10px 0; }
  .form-panel { padding: 18px 14px; border-radius: 16px; }
  .form-panel-head { padding-bottom: 16px; margin-bottom: 18px; }
  .form-panel-head h3 { font-size: 19px; }
  .form-panel-head > p { font-size: 8px; padding: 5px 7px; }
  .order-form { grid-template-columns: 1fr; gap: 13px; }
  .order-form button, .order-form .form-note { grid-column: auto; }
  .order-form input, .order-form select { font-size: 13px; min-height: 46px; padding: 11px 12px; }
  .order-submit { margin-top: 6px; }
  .form-note { line-height: 1.6; }

  .site-footer { padding: 50px 16px 88px; }
  .footer-top { display: block; padding-bottom: 38px; }
  .footer-top p { margin: 22px 0 0; font-size: 12px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 16px; }
  .footer-bottom div { gap: 14px; line-height: 1.8; }
  .footer-email { flex-basis: 100%; }

  .mobile-sticky-cta {
    position: fixed; left: 10px; right: 10px; bottom: calc(8px + env(safe-area-inset-bottom)); z-index: 150;
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    background: rgba(37,33,29,.96); color: #fffaf1; border: 1px solid rgba(255,255,255,.12); border-radius: 15px;
    padding: 10px 10px 10px 14px; box-shadow: 0 14px 36px rgba(0,0,0,.22);
    transform: translateY(calc(100% + 30px)); opacity: 0; pointer-events: none; transition: .35s ease;
    backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  }
  .mobile-sticky-cta.is-visible { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .mobile-sticky-cta div { min-width: 0; display: flex; flex-direction: column; }
  .mobile-sticky-cta div span { font-size: 7px; color: #b9afa6; }
  .mobile-sticky-cta div strong { font-family: var(--serif); font-size: 12px; font-weight: 500; white-space: nowrap; }
  .mobile-sticky-cta a { flex: 0 0 auto; background: #f5eee5; color: var(--ink); border-radius: 10px; padding: 10px 13px; font-size: 10px; font-weight: 700; white-space: nowrap; }
  .mobile-sticky-cta a i { font-style: normal; margin-left: 4px; }
  .toast { bottom: calc(82px + env(safe-area-inset-bottom)); }
}

/* iPhone 17 class: ~402 CSS px wide in portrait. Keep a dedicated guardrail for natural Japanese wrapping. */
@media (min-width: 390px) and (max-width: 410px) {
  :root { --shell: calc(100% - 32px); }
  .hero h1 { font-size: 37px; }
  .story-hook h2 { font-size: 30px; }
  .about-title h2, .sample-copy h2, .works-heading h2, .moments-copy h2, .flow-heading h2, .hearing-copy h2, .promise-title h2, .reviews-heading h2, .faq-title h2, .order-copy h2 { font-size: 27px; }
}

@media (max-width: 374px) {
  :root { --shell: calc(100% - 26px); }
  .brand-logo { width: 118px; }
  .header-cta { font-size: 8px; padding-inline: 11px; }
  .hero h1 { font-size: 32px; }
  .book-stage { transform: scale(.92); }
  .paper-stack { transform: scale(.94); }
  .memory-prompts span { font-size: 9px; }
}

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