/* Hallmark · macrostructure: The Folder · tone: calm practical preparedness · anchor hue: cypress · fingerprint: page tabs + binder rail + stamp press · pre-emit critique: P5 H5 E5 S5 R5 V5 */
@import url("tokens.css");

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--color-paper); color: var(--color-ink); font-family: var(--font-body); font-size: var(--text-base); line-height: 1.65; }
body::before { display: none; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .18em; }
button, input { font: inherit; }
h1, h2, h3 { min-width: 0; overflow-wrap: anywhere; font-family: var(--font-display); line-height: 1.06; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 12ch; margin-bottom: var(--space-lg); font-size: var(--text-2xl); font-weight: 700; letter-spacing: -.035em; }
h2 { margin-bottom: var(--space-md); font-size: var(--text-xl); font-weight: 700; letter-spacing: -.022em; }
h3 { margin-bottom: var(--space-xs); font-size: clamp(1.22rem, 2vw, 1.5rem); }
:focus-visible { outline: 3px solid var(--color-focus); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 100; left: var(--space-md); top: -5rem; background: var(--color-ink); color: var(--color-white); padding: var(--space-sm) var(--space-md); }
.skip-link:focus { top: var(--space-md); }
.shell { width: min(100% - (var(--space-gutter) * 2), 75rem); margin-inline: auto; }
.site-header { display: flex; align-items: flex-end; justify-content: space-between; gap: var(--space-md); width: min(100% - (var(--space-gutter) * 2), 83rem); margin: 0 auto; padding: var(--space-lg) 0; border-bottom: var(--rule-medium) solid var(--color-steel); }
.wordmark { display: grid; text-decoration: none; line-height: 1.05; }
.wordmark strong { font-family: var(--font-display); font-size: clamp(1.35rem, 2.4vw, 1.85rem); font-weight: 700; letter-spacing: -.025em; }
.wordmark small, .eyebrow { color: var(--color-steel); font-size: var(--text-xs); font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.nav-link { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; color: var(--color-steel); font-weight: 700; white-space: nowrap; }
.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(17rem, .72fr); align-items: center; gap: clamp(2rem, 8vw, 7rem); min-height: min(44rem, calc(100dvh - 5rem)); padding: clamp(3.5rem, 8vw, 6.5rem) 0 clamp(5.25rem, 11vw, 8rem); }
.hero::after, .portrait-frame::after { position: absolute; inset: 7% -8% auto auto; width: 78%; height: 64%; background: repeating-linear-gradient(0deg, var(--color-jalousie) 0 13px, transparent 13px 32px); filter: blur(1px); content: ""; pointer-events: none; }
.hero-copy, .book-stage { position: relative; z-index: 1; }
.hero .eyebrow { margin-bottom: var(--space-md); }
.hero-lede { max-width: 59ch; color: var(--color-ink-muted); font-size: var(--text-lg); }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: var(--space-sm) var(--space-lg); margin-top: var(--space-xl); }
.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--color-accent); background: var(--color-accent); color: var(--color-accent-ink); padding: .65rem 1rem; box-shadow: 0 3px 0 var(--color-accent-shadow); font-weight: 700; text-align: center; text-decoration: none; white-space: nowrap; transition: transform var(--dur-fast) var(--ease-out), background-color var(--dur-fast) var(--ease-out); }
.btn:active { transform: translateY(1px); box-shadow: 0 1px 0 var(--color-accent-shadow); }
@media (hover: hover) { .btn:hover { background: var(--color-accent-active); } .nav-link:hover, .text-link:hover { color: var(--color-accent); } }
.text-link { min-height: 44px; display: inline-flex; align-items: center; color: var(--color-steel); font-weight: 700; white-space: nowrap; }
.book-stage { width: min(100%, 25rem); justify-self: end; padding: 1.2rem 0 0 1.2rem; }
.book-stage::before { position: absolute; top: 0; left: 0; width: 47%; height: 2.2rem; border: var(--rule-medium) solid var(--color-steel); border-bottom: 0; background: var(--color-tab); content: ""; }
.book-object { position: relative; border: var(--rule-medium) solid var(--color-steel); background: var(--color-surface); box-shadow: var(--shadow-book); transform: perspective(1100px) rotateY(-7deg) rotateZ(1deg); transform-origin: left center; }
.book-object::before { position: absolute; z-index: 1; top: .4%; bottom: .4%; left: -1.15rem; width: 1.12rem; border: var(--rule-thin) solid var(--color-steel); background: var(--color-spine); content: ""; transform: skewY(-24deg); transform-origin: right; }
.book-object img { width: 100%; height: auto; }
.trust-strip { border-top: var(--rule-thin) solid var(--color-rule); border-bottom: var(--rule-thin) solid var(--color-rule); background: var(--color-surface); }
.trust-list { display: flex; align-items: center; justify-content: center; gap: .4rem clamp(1rem, 3vw, 2.5rem); margin: 0 auto; padding: var(--space-md) var(--space-gutter); color: var(--color-steel); font-size: var(--text-sm); font-weight: 700; list-style: none; text-align: center; }
.trust-list li + li::before { margin-right: clamp(1rem, 3vw, 2.5rem); color: var(--color-success); content: "✓"; }
.section { padding: var(--space-section) 0; }
.section--surface { background: var(--color-surface); border-block: var(--rule-thin) solid var(--color-rule); }
.section-head { max-width: 48rem; margin-bottom: var(--space-2xl); }
.section-head .eyebrow { margin-bottom: var(--space-sm); }
.tab-rule { position: relative; width: 100%; margin-top: var(--space-xl); border-top: var(--rule-medium) solid var(--color-steel); }
.tab-rule::before { position: absolute; left: 0; bottom: 0; width: 8rem; height: 1.4rem; border: var(--rule-medium) solid var(--color-steel); border-bottom: 0; background: var(--color-tab); content: ""; }
.file-rows { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--space-md); }
.file-row { position: relative; min-width: 0; padding: 1.6rem 1.3rem 1.35rem; border: var(--rule-thin) solid var(--color-rule); background: var(--color-paper); box-shadow: var(--shadow-file); }
.file-row::before { position: absolute; top: -1px; left: 1rem; width: 6rem; height: .7rem; border: var(--rule-thin) solid var(--color-rule); border-bottom: 0; background: var(--color-tab); content: ""; }
.file-row p { margin-bottom: 0; color: var(--color-ink-muted); font-size: var(--text-sm); }
.offer-zone { position: relative; display: grid; grid-template-columns: minmax(0, .66fr) minmax(0, 1fr); gap: clamp(1.5rem, 5vw, 4rem); align-items: start; }
.cover-flat { width: min(100%, 18rem); margin-inline: auto; border: var(--rule-medium) solid var(--color-steel); box-shadow: var(--shadow-paper); }
.offer-card { display: grid; gap: var(--space-lg); padding: clamp(1.35rem, 4vw, 2.2rem); border: var(--rule-medium) solid var(--color-steel); background: var(--color-surface); box-shadow: var(--shadow-paper); }
.offer-card > * { margin-bottom: 0; }
.price { color: var(--color-accent); font-family: var(--font-display); font-size: clamp(2.4rem, 5vw, 3.4rem); font-weight: 700; line-height: 1; }
.checklist { display: grid; gap: var(--space-sm); margin: 0; padding: 0; list-style: none; }
.checklist li { display: grid; grid-template-columns: 1.3rem minmax(0, 1fr); gap: var(--space-xs); }
.checklist li::before { color: var(--color-success); font-weight: 700; content: "✓"; }
.digital-label { padding: var(--space-md); border-left: .35rem solid var(--color-steel); background: var(--color-tab); color: var(--color-ink); font-weight: 700; }
.offer-meta { color: var(--color-ink-muted); font-size: var(--text-sm); }
.status { min-height: 1lh; margin: 0; color: var(--color-error); font-size: var(--text-sm); }
.status[data-kind="success"] { color: var(--color-accent); }
.inside-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--space-lg); }
.inside-page { min-width: 0; margin: 0; padding: var(--space-sm); border: var(--rule-thin) solid var(--color-rule); background: var(--color-paper); box-shadow: var(--shadow-paper); }
.inside-page img { width: 100%; height: auto; border: var(--rule-thin) solid var(--color-rule); }
.inside-page figcaption { padding: var(--space-sm) var(--space-xs) var(--space-2xs); color: var(--color-ink-muted); font-size: var(--text-sm); text-align: center; }
.binder-sheet { position: relative; min-width: 0; padding: 2rem 2rem 2rem 4.5rem; border: var(--rule-thin) solid var(--color-rule); background: var(--color-paper); box-shadow: var(--shadow-paper); }
.binder-sheet::before { position: absolute; inset: 1rem auto 1rem 1.2rem; width: 1.25rem; border-right: var(--rule-thin) solid var(--color-steel); background: radial-gradient(circle at center 18%, var(--color-paper) 0 .22rem, var(--color-steel) .24rem .31rem, var(--color-paper) .33rem) center / 100% 33.333%; content: ""; }
.binder-sheet p:last-child { margin-bottom: 0; color: var(--color-ink-muted); }
.about { display: grid; grid-template-columns: minmax(16rem, .7fr) minmax(0, 1fr); gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.portrait-frame { position: relative; min-height: 25rem; overflow: hidden; border: var(--rule-medium) solid var(--color-steel); background: var(--color-tab); box-shadow: var(--shadow-paper); }
.portrait-frame::before { position: absolute; z-index: 1; top: 0; left: 8%; width: 44%; height: 1.75rem; border: var(--rule-medium) solid var(--color-steel); border-bottom: 0; background: var(--color-paper); content: ""; }
.portrait-frame img { position: relative; z-index: 2; width: 100%; height: 25rem; object-fit: cover; object-position: center; }
.portrait-fallback { position: relative; z-index: 2; display: grid; height: 25rem; place-items: end start; padding: var(--space-lg); background: linear-gradient(135deg, var(--color-steel-soft), transparent 54%), repeating-linear-gradient(0deg, var(--color-jalousie) 0 11px, transparent 11px 28px); color: var(--color-steel); font-weight: 700; }
.portrait-fallback span { max-width: 14ch; font-family: var(--font-display); font-size: 2rem; line-height: 1; }
.guarantee { padding: clamp(1.5rem, 5vw, 3rem); border: var(--rule-medium) solid var(--color-accent); background: var(--color-accent-soft); }
.faq { border-top: var(--rule-medium) solid var(--color-steel); }
.faq details { border-bottom: var(--rule-thin) solid var(--color-rule); padding: var(--space-md) 0; }
.faq summary { min-height: 44px; cursor: pointer; font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; }
.faq details p { max-width: var(--measure-copy); margin: var(--space-sm) 2rem 0 0; color: var(--color-ink-muted); }
.close { background: var(--color-steel); color: var(--color-white); }
.close .eyebrow, .close .text-link { color: var(--color-accent-soft); }
.close .digital-label { background: var(--color-overlay); border-left-color: var(--color-accent-soft); color: var(--color-white); }
.close .btn { background: var(--color-accent-soft); border-color: var(--color-accent-soft); color: var(--color-ink); box-shadow: 0 3px 0 var(--color-jalousie); }
.site-footer { padding: var(--space-2xl) var(--space-gutter) calc(var(--space-2xl) + env(safe-area-inset-bottom)); background: var(--color-ink); color: var(--color-white); }
.footer-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: var(--space-lg); align-items: end; width: min(100%, 75rem); margin-inline: auto; }
.footer-inner p { margin-bottom: 0; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: var(--space-sm) var(--space-lg); font-size: var(--text-sm); }
.footer-nav a { min-height: 44px; display: inline-flex; align-items: center; white-space: nowrap; }
.quick-buy { position: fixed; z-index: 20; right: var(--space-md); bottom: calc(var(--space-md) + env(safe-area-inset-bottom)); display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: var(--space-sm); max-width: calc(100% - 2rem); padding: .6rem; border: var(--rule-medium) solid var(--color-steel); background: var(--color-surface); box-shadow: var(--shadow-paper); transform: translateY(150%); transition: transform var(--dur-base) var(--ease-out); }
.quick-buy[data-visible="true"] { transform: translateY(0); }
.quick-buy strong { display: block; font-family: var(--font-display); line-height: 1.1; }
.quick-buy span { color: var(--color-ink-muted); font-size: var(--text-sm); }
.quick-buy .btn { min-height: 44px; }
.dismiss { min-width: 44px; min-height: 44px; border: 0; background: transparent; color: var(--color-steel); cursor: pointer; font-weight: 700; }
.form-wrap { width: min(100%, 43rem); margin-inline: auto; padding: clamp(1.6rem, 5vw, 3rem); border: var(--rule-medium) solid var(--color-steel); background: var(--color-surface); box-shadow: var(--shadow-paper); }
.form-wrap .eyebrow { text-align: center; }
.form-wrap h1, .form-wrap > p { max-width: 32rem; margin-inline: auto; text-align: center; }
.magnet-form { margin-top: var(--space-xl); }
.magnet-form label { display: block; margin-bottom: var(--space-xs); font-size: var(--text-sm); font-weight: 700; }
.form-row { display: flex; gap: var(--space-sm); }
.magnet-form input { min-width: 0; min-height: 48px; flex: 1; border: var(--rule-thin) solid var(--color-steel); outline: 2px solid transparent; outline-offset: 1px; background: var(--color-white); color: var(--color-ink); padding: .65rem .75rem; }
.magnet-form input:hover { background: var(--color-tab); }
.magnet-form input:focus-visible { outline-color: var(--color-focus); }
.magnet-form input[aria-invalid="true"] { border-color: var(--color-error); }
.helper { min-height: 1lh; margin: var(--space-xs) 0 0; color: var(--color-ink-muted); font-size: var(--text-sm); }
.legal { max-width: 50rem; }
.legal h1 { max-width: 18ch; }
.legal h2 { margin-top: var(--space-2xl); }
.legal p, .legal li { max-width: var(--measure-copy); }
@media (max-width: 48rem) { .site-header { align-items: center; padding: var(--space-md) 0; } .wordmark small { display: none; } .hero, .offer-zone, .about { grid-template-columns: minmax(0, 1fr); } .hero { min-height: auto; gap: var(--space-2xl); padding-top: var(--space-3xl); } .book-stage { width: min(80%, 21rem); justify-self: center; } .trust-list { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-xs) var(--space-md); } .trust-list li + li::before { display: none; } .file-rows, .inside-grid { grid-template-columns: minmax(0, 1fr); } .offer-zone { gap: var(--space-xl); } .cover-flat { width: min(68%, 18rem); } .about { gap: var(--space-xl); } .portrait-frame, .portrait-frame img, .portrait-fallback { min-height: 20rem; height: 20rem; } .footer-inner { grid-template-columns: 1fr; } .footer-nav { justify-content: flex-start; } .quick-buy { right: 0; bottom: 0; width: 100%; max-width: none; grid-template-columns: minmax(0, 1fr) auto auto; border-inline: 0; padding-bottom: calc(.6rem + env(safe-area-inset-bottom)); } }
@media (max-width: 30rem) { .site-header { gap: var(--space-xs); } .wordmark strong { font-size: 1.22rem; } .nav-link { font-size: var(--text-sm); } .trust-list { grid-template-columns: 1fr; } .actions, .form-row { align-items: stretch; flex-direction: column; } .actions .btn, .actions .text-link, .form-row .btn { width: 100%; } .quick-buy { grid-template-columns: minmax(0, 1fr) auto; } .quick-buy .btn { grid-column: 1 / -1; grid-row: 2; } .quick-buy .dismiss { grid-column: 2; grid-row: 1; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: 1ms !important; animation-duration: 1ms !important; animation-iteration-count: 1 !important; } .book-object { transform: none; } }

/* SD1 product display: two-file choice, fail-closed until bundle wiring. */
.offer-choice-block { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.25rem, 3vw, 2.5rem); align-items: stretch; padding-top: 1.5rem; }
.offer-option { position: relative; display: flex; min-width: 0; flex-direction: column; gap: 1rem; padding: clamp(1.2rem, 3vw, 2rem); border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.07); }
.offer-option > * { margin-bottom: 0; }
.offer-cover-wrap { position: relative; min-height: 0; }
.offer-cover { width: min(100%, 15rem); height: auto; aspect-ratio: 3 / 4; margin-inline: auto; border: var(--rule-medium) solid var(--color-steel); object-fit: contain; box-shadow: var(--shadow-paper); }
.offer-stamp { display: grid; right: .35rem; bottom: .65rem; opacity: 1; font-size: clamp(1.2rem, 3vw, 1.7rem); transform: rotate(-2.5deg); }
.best-value-flag { position: absolute; z-index: 4; top: -1.4rem; left: 50%; padding: .42rem .8rem; border: 3px double var(--color-accent); background: var(--color-steel); color: #ffb08a; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transform: translateX(-50%) rotate(-1deg); white-space: nowrap; }
.bundle-price-row { display: flex; min-height: 5rem; align-items: center; justify-content: center; gap: .75rem; flex-wrap: wrap; font-family: var(--font-display); font-variant-numeric: tabular-nums; }
.bundle-price-row s { color: #d7e0e7; font-size: clamp(2rem, 4vw, 2.5rem); font-weight: 600; text-decoration-color: #ff8a54; text-decoration-thickness: .14em; }
.bundle-price-row strong { color: #ff8a54; font-size: clamp(3.4rem, 6vw, 4.4rem); line-height: .9; }
.bundle-price-row span { width: 100%; color: #fff; font-family: var(--font-body); font-weight: 800; text-align: center; }
.bundle-contents { display: grid; gap: var(--space-sm); margin: 0 0 1rem; padding: 0; list-style: none; }
.bundle-contents li { position: relative; padding-left: 1.5rem; }
.bundle-contents li::before { position: absolute; left: 0; color: #ff8a54; font-weight: 800; content: "\2713"; }
.offer-option .actions, .offer-option .bundle-cta { order: 99; margin-top: auto; }
.bundle-cta[aria-disabled="true"] { border-color: rgba(255,255,255,.45); background: transparent; color: #edf3f6; box-shadow: none; cursor: not-allowed; pointer-events: none; }
@media (max-width: 48rem) { .offer-choice-block { grid-template-columns: minmax(0, 1fr); gap: 2.5rem; } .offer-cover { width: min(72%, 15rem); } }

/* Conversion retrofit: folder tabs, ring-binder margins, and jalousie light. */
:root {
  --primary: var(--color-accent);
  --accent: var(--color-accent);
  --accent-soft: var(--color-accent-soft);
  --bg: var(--color-paper);
  --surface: var(--color-surface);
  --ink: var(--color-ink);
  --ink-muted: var(--color-ink-muted);
  --line: var(--color-rule);
  --display: var(--font-display);
  --body: var(--font-body);
}

[data-quick-buy] { display: none !important; }
main { overflow-x: clip; }

.cvx-value-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem 1rem;
  margin: 1rem 0 1.35rem;
  padding: 1.15rem 1rem 1rem 1.75rem;
  border: 2px solid var(--color-steel);
  border-radius: var(--radius-md);
  background:
    radial-gradient(circle at .55rem 1.1rem, var(--color-paper) 0 .2rem, var(--color-steel) .21rem .27rem, transparent .28rem) 0 0 / 1.2rem 2.4rem,
    repeating-linear-gradient(to bottom, var(--color-surface) 0 1.1rem, var(--color-jalousie) 1.1rem 1.45rem);
  box-shadow: var(--shadow-file);
}
.cvx-value-stack strong { grid-column: 1 / -1; width: max-content; max-width: 100%; padding: .28rem .65rem; border: 2px double var(--color-accent); color: var(--color-accent); font-family: var(--font-body); text-transform: uppercase; letter-spacing: .07em; transform: rotate(-1deg); }
.cvx-value-stack span { color: var(--color-ink-muted); font-size: .95rem; }

html body .cvx-bar { background: var(--color-tab); color: var(--color-ink); border-block: 2px solid var(--color-steel); }
html body .cvx-bar .cvx-off b { padding: .2rem .55rem; background: var(--color-paper); border: 1px solid var(--color-rule); }
html body .cvx-bar .cvx-time { border-radius: var(--radius-md); background: var(--color-accent); color: var(--color-accent-ink); }
html body .cvx-bar .cvx-dot { background: var(--color-success); box-shadow: none; animation: none; border-radius: 2px; }
html body .cvx-toast { border-radius: var(--radius-md); border: 2px solid var(--color-steel); border-left: .75rem solid var(--color-accent); background: repeating-linear-gradient(to bottom, var(--color-surface) 0 1rem, var(--color-jalousie) 1rem 1.3rem); box-shadow: var(--shadow-paper); }
html body .cvx-toast .cvx-ic { border-radius: 2px; background: var(--color-accent-soft); color: var(--color-accent); }
html body .cvx-modal { border-radius: var(--radius-md); border: 2px solid var(--color-steel); background: repeating-linear-gradient(to bottom, var(--color-surface) 0 1.25rem, var(--color-jalousie) 1.25rem 1.65rem); box-shadow: var(--shadow-paper); }
html body .cvx-modal .cvx-go, html body .cvx-sticky .cvx-s-cta { border-radius: var(--radius-md); background: var(--color-accent); color: var(--color-accent-ink); }
html body .cvx-modal .cvx-eform input { border-radius: var(--radius-md); background: var(--color-white); border-color: var(--color-steel); }
html body .cvx-sticky { background: var(--color-surface); border-top: 2px solid var(--color-steel); box-shadow: 0 -.45rem 0 var(--color-tab), var(--shadow-paper); }
html body .cvx-sticky .cvx-s-price { color: var(--color-accent); }

@media (max-width: 34rem) {
  html body .cvx-bar .cvx-off { white-space: normal; }
  .offer-card, .offer-card > *, .offer-card .actions { min-width: 0; width: 100%; }
  .offer-card .btn { white-space: normal; }
  .cvx-value-stack { grid-template-columns: 1fr; }
  .cvx-value-stack > * { min-width: 0; }
  .cvx-value-stack strong { grid-column: 1; width: auto; }
}

/* V2 The Folder */
html { overflow-x: clip; background: var(--color-surface); }
body { position: relative; width: min(100% - 2rem, 88rem); min-width: 0; margin: 2.2rem auto; border: 1px solid var(--color-rule); border-radius: .7rem; background: radial-gradient(circle at 1.15rem 4rem, var(--color-surface) 0 .48rem, var(--color-rule) .5rem .58rem, transparent .6rem) 0 0 / 100% 9rem repeat-y, repeating-linear-gradient(0deg, transparent 0 29px, color-mix(in srgb, var(--color-rule) 45%, transparent) 29px 30px), var(--color-paper); box-shadow: 0 .8rem 2.5rem oklch(26% .018 75 / .16); }
body::before, body::after { position: absolute; z-index: 3; left: 50%; width: min(12rem, 34vw); height: 2.3rem; border: 1px solid var(--color-rule); background: var(--color-paper); content: ""; transform: translateX(-50%); }
body::before { top: -2rem; border-bottom: 0; border-radius: .8rem .8rem 0 0; }
body::after { bottom: -2rem; border-top: 0; border-radius: 0 0 .8rem .8rem; }
.site-header, main, .site-footer { position: relative; z-index: 4; }
.site-header { width: min(100% - (var(--space-gutter) * 2), 78rem); border-bottom-color: var(--color-rule); background: transparent; }
.wordmark small { display: none; }
.shell { width: min(100% - (var(--space-gutter) * 2), 72rem); }
.hero { grid-template-columns: minmax(0, 1fr) minmax(13.125rem, 15rem); min-height: 39rem; padding-block: clamp(3.5rem, 7vw, 6rem); }
.hero::after { inset: 0; width: 100%; height: 100%; background: linear-gradient(115deg, transparent 46%, var(--color-jalousie) 47% 60%, transparent 61%); filter: none; }
.hero-copy { align-self: center; }
h1, h2 { font-size: var(--display-size); font-style: normal; font-weight: 600; }
h1 em { display: block; color: var(--color-accent); font-style: italic; }
.dale-slot { position: relative; z-index: 2; width: 13.125rem; }
.dale-slot img { width: 13.125rem; height: 16.25rem; object-fit: cover; border-radius: 4px; }
.dale-slot blockquote { margin: 1rem 0 .35rem; font-size: 1.05rem; line-height: 1.5; }
.dale-slot p { margin: 0; color: var(--color-accent); font-family: var(--font-display); }
.filed-stamp { position: absolute; z-index: 3; right: 4%; bottom: 2.3rem; display: grid; padding: .5rem .9rem; border: 3px double var(--color-accent); color: var(--color-accent); font-family: var(--font-display); font-size: 2.1rem; font-weight: 700; letter-spacing: .08em; line-height: 1; opacity: 0; transform: scale(1.15) rotate(-3deg); }
.filed-stamp small { margin-top: .35rem; font-family: var(--font-body); font-size: .7rem; letter-spacing: .18em; }
.filed-stamp.is-seen { animation: stamp-press 220ms cubic-bezier(.34, 1.4, .64, 1) 1 both; }
@keyframes stamp-press { from { transform: scale(1.15) rotate(-3deg); opacity: 0; } to { transform: scale(1) rotate(-2.5deg); opacity: 1; } }
.section { padding-block: clamp(3.3rem, 6vw, 5.25rem); }
.section--surface, .close { border: 0; background: var(--color-tab); color: var(--color-ink); }
.close .eyebrow, .close .text-link { color: var(--color-accent); }
.close .digital-label { border-left-color: var(--color-accent); background: transparent; color: var(--color-ink); }
.close .btn { background: var(--color-accent); border-color: var(--color-accent); color: var(--color-accent-ink); box-shadow: none; }
.order-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); align-items: center; gap: clamp(2.5rem, 7vw, 6rem); }
.order-summary { font-size: var(--text-lg); }
.order-layout img { width: 100%; max-height: 35rem; object-fit: cover; border-radius: 4px; }
.offer-zone { display: block; max-width: 50rem; }
.offer-card { padding: 0; border: 0; background: transparent; box-shadow: none; }
.price { color: var(--color-accent); font-family: var(--font-display); font-size: clamp(5rem, 10vw, 7rem); line-height: .9; }
.checklist li { position: relative; grid-template-columns: 1.5rem minmax(0, 1fr); align-items: start; cursor: pointer; }
.checklist li::before { display: none; }
.check-morph { position: relative; width: 1.25rem; height: 1.25rem; }
.check-morph svg { position: absolute; inset: 0; width: 1.25rem; height: 1.25rem; fill: none; stroke: var(--color-accent); stroke-width: 1.8; transition: opacity 160ms var(--ease-out), transform 160ms var(--ease-out); }
.check-morph svg + svg { opacity: 0; transform: scale(.8); }
.checklist li:hover .check-morph svg:first-child, .checklist li:focus-within .check-morph svg:first-child, .checklist li.is-checked .check-morph svg:first-child { opacity: 0; transform: scale(.8); }
.checklist li:hover .check-morph svg + svg, .checklist li:focus-within .check-morph svg + svg, .checklist li.is-checked .check-morph svg + svg { opacity: 1; transform: scale(1); }
.cvx-value-stack { border: 0; background: transparent; }
.plain-guarantee { margin-top: -.5rem; color: var(--color-ink-muted); }
.inside-grid { gap: clamp(2rem, 6vw, 5rem); }
.inside-page { border: 0; background: transparent; box-shadow: none; }
.site-footer { background: var(--color-tab); color: var(--color-ink); }
.site-footer::before { position: absolute; top: 1.6rem; left: 4.5rem; width: 1.9rem; height: .35rem; border-block: 2px solid var(--color-ink-muted); content: ""; box-shadow: 0 .45rem 0 -.1rem var(--color-ink-muted); }
[data-cvx-style="paper"] .cvx-toast { border: 1px solid var(--color-rule); border-top: 2px dashed var(--color-accent); border-left-width: 1px; background: var(--cvx-surface); box-shadow: none; }
.shimmer-line { position: relative; overflow: hidden; display: none; height: 1px; background: color-mix(in srgb, var(--color-accent) 25%, transparent); }
.shimmer-line::after { position: absolute; inset: 0 auto 0 0; width: 33%; background: var(--color-accent); content: ""; animation: file-progress 1.5s ease-in-out infinite; }
.magnet-form[data-state="loading"] .shimmer-line { display: block; }
@keyframes file-progress { from { transform: translateX(-100%); } to { transform: translateX(300%); } }
@media (max-width: 48rem) { .hero, .order-layout { grid-template-columns: minmax(0, 1fr); } .dale-slot { justify-self: end; } .filed-stamp { right: auto; left: 1rem; bottom: 1rem; } }
@media (max-width: 30rem) { body { width: min(100% - .5rem, 88rem); margin-block: 1.7rem; } body::before, body::after { height: 1.8rem; } body::before { top: -1.55rem; } body::after { bottom: -1.55rem; } .site-header, .shell { width: min(100% - 2rem, 72rem); } .dale-slot { width: 12rem; } .dale-slot img { width: 12rem; height: 14.8rem; } .filed-stamp { font-size: 1.55rem; } }
@media (prefers-reduced-motion: reduce) { .filed-stamp { opacity: 1; transform: rotate(-2.5deg); } .filed-stamp.is-seen, .shimmer-line::after { animation: none; } }

/* Owner redesign pass · 2026-08-13 · clean claim-guide split */
html { background: var(--color-paper); }
body {
  width: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: var(--color-paper);
  box-shadow: none;
}
body::before, body::after { display: none; }
.site-header {
  width: min(100% - (var(--space-gutter) * 2), 78rem);
  min-height: 5rem;
  align-items: center;
  margin-inline: auto;
  padding-block: 1rem;
  border-bottom: 1px solid var(--color-rule);
}
.wordmark small { display: block; margin-top: .28rem; color: var(--color-ink-muted); }
.primary-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(.75rem, 2.5vw, 2rem); }
.primary-nav .nav-link { color: var(--color-ink); text-decoration: none; }
.primary-nav .nav-link--accent { min-height: 44px; padding: .55rem .85rem; background: var(--color-accent); color: var(--color-accent-ink); }
.hero {
  grid-template-columns: minmax(0, .9fr) minmax(24rem, 1.1fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  min-height: 0;
  padding-block: clamp(3rem, 6vw, 5.5rem);
}
.hero::after { display: none; }
.hero-copy { padding-block: 1rem; }
.hero h1 { max-width: 12ch; font-size: clamp(3rem, 5vw, 4.25rem); line-height: .98; }
.hero h1 em { color: var(--color-accent); }
.dale-slot { width: 100%; }
.dale-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  background-image: url("assets/dale-claim-file-v3.png");
  background-position: center;
  background-size: cover;
  box-shadow: 1rem 1rem 0 var(--color-steel);
}
.dale-slot blockquote { max-width: 34rem; margin: 1.4rem 0 .35rem; font-size: 1.05rem; }
.filed-stamp { display: none; }
.section { padding-block: clamp(3rem, 5vw, 4.75rem); }
.section-head { margin-bottom: clamp(1.75rem, 4vw, 2.75rem); }
.tab-rule { max-width: 18rem; border-top-color: var(--color-accent); }
.tab-rule::before { display: none; }
.order-layout { grid-template-columns: minmax(0, .8fr) minmax(20rem, 1.2fr); gap: clamp(2rem, 5vw, 4.5rem); }
.order-summary { padding: 1.4rem 0 1.4rem 1.35rem; border-left: .3rem solid var(--color-accent); }
.order-layout img { max-height: 29rem; object-position: center; }
.section--surface { background: var(--color-steel); color: var(--color-white); }
.section--surface .section-head p, .section--surface .offer-meta, .section--surface .plain-guarantee { color: #d7e0e7; }
.section--surface .eyebrow, .section--surface .price, .section--surface a { color: #ff8a54; }
.section--surface .offer-zone { max-width: 60rem; }
.section--surface .offer-card { gap: 1.15rem; }
.section--surface .digital-label { border-left-color: var(--color-accent); background: rgba(255,255,255,.08); color: var(--color-white); }
.section--surface .cvx-value-stack { grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 1rem 0; border-block: 1px solid rgba(255,255,255,.25); }
.section--surface .cvx-value-stack strong { grid-column: 1 / -1; color: #ff8a54; }
.section--surface .cvx-value-stack span { color: #edf3f6; }
.section--surface .btn { color: var(--color-accent-ink); }
.inside-grid { gap: clamp(1rem, 3vw, 2rem); }
.inside-page { padding: 0; }
.inside-page figcaption { text-align: left; }
.close { background: var(--color-accent); color: var(--color-white); }
.close .eyebrow, .close .text-link { color: var(--color-white); }
.close .digital-label { border-left-color: var(--color-white); color: var(--color-white); }
.close .btn { background: var(--color-steel); border-color: var(--color-steel); color: var(--color-white); }
.site-footer { background: var(--color-ink); color: var(--color-white); }
.site-footer::before { display: none; }
.book-stage { padding: 0; }
.book-stage::before, .book-object::before, .binder-sheet::before, .portrait-frame::before, .portrait-frame::after { display: none; }
.book-object { border: 0; box-shadow: var(--shadow-paper); transform: none; }
.binder-sheet { padding: 2rem; }
html body .cvx-bar { border-block: 0; background: var(--color-steel); color: var(--color-white); }
html body .cvx-toast, html body .cvx-modal { background: var(--color-surface); border: 1px solid var(--color-rule); border-left: .35rem solid var(--color-accent); }
html body .cvx-sticky { border-top-color: var(--color-rule); box-shadow: 0 -.5rem 1.4rem rgba(7,29,51,.12); }
@media (max-width: 48rem) {
  .site-header { flex-wrap: wrap; }
  .primary-nav { width: 100%; justify-content: space-between; gap: .65rem; }
  .hero, .order-layout { grid-template-columns: minmax(0, 1fr); }
  .hero { gap: 2rem; }
  .dale-photo { box-shadow: .65rem .65rem 0 var(--color-steel); }
  .section--surface .cvx-value-stack { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 30rem) {
  body { width: 100%; margin: 0; }
  .site-header, .shell { width: min(100% - 2rem, 72rem); }
  .primary-nav .nav-link:not(.nav-link--accent) { display: none; }
  .primary-nav { width: auto; }
  .hero h1 { font-size: clamp(2.65rem, 14vw, 4rem); }
  .dale-slot { width: 100%; }
  .section--surface .cvx-value-stack { grid-template-columns: 1fr; }
}

/* Final product-proof polish: plain field-paper body and uncropped portrait cover. */
body { background-image: none; }
body::before, body::after { display: none; content: none; }
.order-layout { align-items: center; }
.order-layout img {
  width: min(100%, 26rem);
  height: auto;
  max-height: none;
  aspect-ratio: 2 / 3;
  object-fit: contain;
  object-position: center;
  margin-inline: auto;
}
html body .cvx-bar .cvx-off { color: var(--color-white); }
html body .cvx-bar .cvx-off b {
  padding: .2rem .55rem;
  border: 1px solid rgb(255 255 255 / 58%);
  background: var(--color-white);
  color: var(--color-steel);
}

#offer .offer-stamp { display: grid; }
#offer .bundle-cta[aria-disabled="true"] { border-color: rgba(255,255,255,.45); background: transparent; color: #edf3f6; box-shadow: none; }
