/* Hallmark · genre: editorial · tone: porch letter · macrostructure: letter-to-porch · theme: studied-DNA (round-1 mockup) · nav: N9 · footer: Ft6 · contrast: pass (40-41) · slop: pass (42-49) · mobile: pass (34, 49, 50-57) */
/* Hallmark · pre-emit critique: P5 H5 E4 S5 R5 V5 */
@import url("tokens.css");

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
html, body { max-width: 100%; overflow-x: clip; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 8%, rgb(255 255 255 / 28%), transparent 24rem),
    var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: var(--body-size);
  line-height: 1.68;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .18em; }
button, input { font: inherit; }
button, a, input { -webkit-tap-highlight-color: transparent; }
p, figure { margin: 0; }
ul { margin: 0; padding: 0; }
h1, h2, h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -.025em;
  overflow-wrap: anywhere;
}
h1, h2 { font-size: var(--display-size); line-height: 1.12; }
h3 { font-size: 25px; line-height: 1.22; }
.page-shell { width: min(100%, var(--page-max)); margin-inline: auto; padding-inline: var(--gutter); }
.measure { max-width: var(--measure); }
.section { padding-block: var(--section-space); }

.skip-link {
  position: fixed;
  inset: 12px auto auto 12px;
  z-index: 100;
  padding: 10px 16px;
  background: var(--ink);
  color: var(--paper);
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }

.nav-edge {
  width: min(100%, var(--page-max));
  min-height: 72px;
  margin-inline: auto;
  padding: 14px var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--rule);
}
.wordmark {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .02em;
  text-decoration: none;
  white-space: nowrap;
}
.nav-action {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--accent-deep);
  font-weight: 700;
  text-decoration-thickness: 1px;
  white-space: nowrap;
}

.lined-paper {
  background-image: repeating-linear-gradient(
    to bottom,
    transparent 0 31px,
    rgb(150 171 174 / 31%) 31px 32px
  );
  background-position: 0 5px;
}

.hero-letter {
  position: relative;
  isolation: isolate;
  min-height: 620px;
  padding-block: clamp(44px, 7vw, 82px);
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(380px, .94fr);
  align-items: center;
  gap: clamp(24px, 4vw, 58px);
  overflow: hidden;
}
.hero-letter::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, transparent 35%, rgb(249 240 220 / 28%) 48%, rgb(249 240 220 / 94%) 72%, var(--paper) 100%);
  pointer-events: none;
}
.arthur-slot { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; margin: 0; overflow: hidden; }
.arthur-slot img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.hero-copy {
  grid-column: 2;
  position: relative;
  z-index: 1;
  max-width: 670px;
  padding: clamp(28px, 4vw, 48px);
  display: grid;
  align-content: center;
  gap: 24px;
  border: 1px solid rgb(109 65 13 / 18%);
  background-color: rgb(249 240 220 / 88%);
  box-shadow: 14px 18px 34px rgb(57 34 13 / 10%);
}
.salutation {
  color: var(--accent);
  font-family: var(--font-display);
  font-size: 31px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 4px;
}
.hero-lede { max-width: 48ch; font-size: 20px; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px; }
.btn {
  min-height: 50px;
  padding: 12px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid var(--accent-deep);
  border-radius: 2px;
  background: var(--accent);
  color: #fff8eb;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 120ms var(--ease-out), background-color 200ms var(--ease-out);
}
.btn:active { transform: translateY(1px); }
.btn:disabled { cursor: wait; }
.text-link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  color: var(--accent-deep);
  font-weight: 700;
  white-space: nowrap;
}

.porch-band {
  position: relative;
  min-height: min(56vw, 600px);
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
}
.porch-band > img { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; }
.porch-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgb(10 18 31 / 82%), rgb(10 18 31 / 20%) 62%, rgb(10 18 31 / 45%)); }
.porch-band::before,
.porch-band::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  z-index: 3;
  height: 15px;
  background: radial-gradient(circle at 7px 0, transparent 0 4px, var(--paper) 4.5px) 0 0 / 14px 15px repeat-x;
}
.porch-band::before { top: -1px; transform: rotate(180deg); }
.porch-band::after { bottom: -1px; }
.porch-copy {
  width: 100%;
  padding-block: clamp(72px, 13vw, 150px) clamp(58px, 8vw, 96px);
  color: #f8efe0;
}
.porch-copy p { max-width: 30ch; font-family: var(--font-display); font-size: clamp(25px, 3vw, 34px); line-height: 1.2; }
.porch-copy h2 { max-width: 18ch; margin-top: 10px; color: var(--accent-bright); }
.porch-copy em { display: inline-block; font-weight: 500; line-height: 1.18; padding-bottom: 4px; }
.porch-lamp-glyph {
  position: absolute;
  z-index: 1;
  top: 29%;
  left: 76%;
  width: 44px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}
.lamp-pulse {
  width: 18px;
  aspect-ratio: 1;
  display: block;
  border: 1px solid rgb(228 182 93 / 34%);
  border-radius: 50%;
  box-shadow: 0 0 52px 18px rgb(228 182 93 / 22%);
  opacity: .58;
}
.porch-lamp-glyph.is-pulsing .lamp-pulse { animation: lampPulse 600ms var(--ease-out) 1; }
@keyframes lampPulse { 50% { transform: scale(1.06); opacity: .88; } }

.stamp-edge { position: relative; background: var(--paper-warm); }
.stamp-edge::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 8px;
  background: repeating-linear-gradient(90deg, transparent 0 8px, var(--rule) 8px 11px, transparent 11px 16px);
  opacity: .72;
}
.promise-strip { padding-block: 26px 24px; }
.promise-strip ul { list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px 34px; color: var(--ink); font-weight: 700; }
.promise-strip li { padding-left: 24px; position: relative; }
.promise-strip li::before { content: "✉"; position: absolute; left: 0; top: 0; color: var(--accent-deep); font-size: 15px; }

.section-head { max-width: 700px; margin-bottom: clamp(36px, 5vw, 60px); padding: 8px 0 16px 14px; display: grid; gap: 16px; }
.section-head p { max-width: 62ch; color: var(--ink-soft); }
.revision-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(22px, 4vw, 44px); }
.revision-card {
  min-width: 0;
  padding: clamp(26px, 4vw, 38px);
  border-block: 1px solid var(--rule);
  background: repeating-linear-gradient(to bottom, transparent 0 31px, rgb(150 171 174 / 24%) 31px 32px), var(--paper-warm);
  display: grid;
  align-content: start;
  gap: 18px;
}
.revision-card--after { border-top: 4px solid var(--accent); background-color: var(--paper); }
.revision-label { color: var(--accent-deep); font-size: 14px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.revision-card blockquote { margin: 0; font-family: var(--font-letter); font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.revision-card > p:last-child { color: var(--ink-soft); }

.inside-section, .chapter-section, .faq-section { background-color: var(--paper-warm); }
.inside-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(24px, 5vw, 62px); align-items: start; }
.inside-page { min-width: 0; background: var(--paper); border: 1px solid var(--rule); box-shadow: 10px 12px 0 rgb(109 65 13 / 8%); }
.inside-page img { width: 100%; height: auto; }
.inside-page figcaption { padding: 14px 18px; border-top: 1px solid var(--rule); color: var(--ink-soft); font-size: 15px; }

.origin-section { display: grid; grid-template-columns: minmax(0, .28fr) minmax(0, .72fr); }
.origin-copy { grid-column: 2; max-width: 750px; padding: 10px 0 18px 18px; display: grid; gap: 20px; }
.origin-copy h2 { margin-bottom: 12px; }
.origin-copy p { max-width: 66ch; }
.arthur-signature { color: var(--accent); font-family: var(--font-display); font-size: 28px; font-style: italic; line-height: 1.2; padding-bottom: 4px; }

.chapter-notes { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); border-top: 1px solid var(--ink); }
.chapter-notes article { padding: 28px 0; border-bottom: 1px solid var(--rule); }
.chapter-notes article:nth-child(odd) { padding-right: 8vw; }
.chapter-notes article:nth-child(even) { padding-left: 6vw; border-left: 1px solid var(--rule); }
.chapter-notes article:last-child { grid-column: 1 / -1; padding-left: 20%; padding-right: 20%; }
.chapter-notes p { margin-top: 8px; color: var(--ink-soft); }

.offer-wrap { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(340px, .97fr); gap: clamp(24px, 3vw, 40px); align-items: center; }
.offer-visual { position: relative; min-width: 0; margin: 0; padding: 0 42px 38px 0; }
.offer-photo { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; object-position: center; box-shadow: 12px 14px 0 rgb(109 65 13 / 10%); }
.offer-cover { position: absolute; right: 0; bottom: 0; width: clamp(118px, 29%, 178px); height: auto; aspect-ratio: 3 / 4; object-fit: cover; border: 1px solid rgb(255 248 235 / 72%); box-shadow: 0 18px 32px rgb(24 13 6 / 30%); }
.offer-visual figcaption { margin-top: 14px; max-width: 42ch; color: var(--ink-soft); font-size: 14px; }
.offer-card {
  align-self: center;
  padding: clamp(26px, 3vw, 42px);
  border: 1px solid var(--rule);
  border-radius: 0;
  background:
    repeating-linear-gradient(to bottom, transparent 0 31px, rgb(150 171 174 / 25%) 31px 32px),
    var(--paper);
  display: grid;
  gap: 20px;
  box-shadow: 12px 14px 0 rgb(109 65 13 / 8%);
}
.offer-kicker { color: var(--accent-deep); font-size: 15px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.product-format, .format-line { color: var(--accent-deep); font-weight: 700; }
.price { color: var(--accent); font-family: var(--font-display); font-size: 70px; line-height: .95; font-variant-numeric: tabular-nums; }
.price span { font-size: 28px; vertical-align: top; }
.cvx-value-stack { display: grid; gap: 8px; padding-block: 18px; border-block: 1px dashed var(--rule); }
.cvx-value-stack strong { color: var(--ink); font-family: var(--font-display); font-size: 22px; }
.cvx-value-stack span { padding-left: 22px; position: relative; }
.cvx-value-stack span::before { content: "✉"; position: absolute; left: 0; color: var(--accent-deep); font-size: 14px; }
.integration-status { min-height: 1.6em; color: var(--error); font-size: 15px; }
.purchase-reassurance { padding-top: 16px; border-top: 1px solid var(--rule); display: grid; gap: 8px; color: var(--ink-soft); font-size: 15px; }
.purchase-reassurance strong { color: var(--ink); }
.purchase-reassurance a { color: var(--accent-deep); font-weight: 700; }

.faq-list { max-width: 820px; border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--rule); }
.faq-list summary { min-height: 62px; padding: 16px 42px 16px 0; position: relative; cursor: pointer; color: var(--ink); font-family: var(--font-display); font-size: 23px; font-weight: 600; line-height: 1.3; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 6px; top: 13px; color: var(--accent-deep); font-family: var(--font-body); font-size: 28px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 68ch; padding: 0 44px 22px 0; color: var(--ink-soft); }

.final-wrap { padding-inline: var(--gutter); }
.final-letter {
  max-width: 820px;
  padding: clamp(42px, 7vw, 78px);
  border: 1px solid var(--rule);
  background-color: var(--paper-warm);
  display: grid;
  gap: 22px;
  box-shadow: 12px 14px 0 rgb(109 65 13 / 8%);
}
.final-letter > * { max-width: 62ch; }
.letter-signoff { margin-top: 16px; color: var(--accent); font-family: var(--font-display); font-size: 28px; line-height: 1.3; }
.letter-signoff em { display: inline-block; padding-bottom: 4px; }

.foot-letter {
  width: min(100%, var(--page-max));
  margin-inline: auto;
  padding: 42px var(--gutter) 96px;
  border-top: 1px solid var(--rule);
  display: grid;
  gap: 24px;
}
.foot-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 22px; color: var(--ink-soft); font-size: 15px; }
.foot-meta a { min-height: 44px; display: inline-flex; align-items: center; }
.foot-close { color: var(--accent); font-family: var(--font-display); font-size: 26px; font-style: italic; line-height: 1.25; }

.magnet-hero { padding-block: var(--section-space); display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr); gap: clamp(34px, 6vw, 74px); align-items: start; }
.magnet-copy { display: grid; gap: 22px; }
.audience-line, .offer-kicker { color: var(--accent-deep); }
.audience-line { font-size: 14px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero-lede { display: grid; gap: 16px; }
.title-format { display: block; margin-top: 14px; color: var(--accent-deep); font-family: var(--font-body); font-size: 16px; font-weight: 700; letter-spacing: 0; line-height: 1.45; }
.magnet-preview { padding: 30px; border: 1px solid var(--rule); background: var(--paper-warm); display: grid; gap: 22px; }
.preview-row { padding-bottom: 18px; border-bottom: 1px dashed var(--rule); display: grid; gap: 8px; }
.preview-row:last-child { border-bottom: 0; }
.preview-row b { font-family: var(--font-letter); font-size: 16px; }
.preview-row span { color: var(--ink-soft); }
.magnet-form { max-width: 680px; display: grid; gap: 12px; }
.form-label { font-weight: 700; }
.form-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; align-items: start; }
.input { width: 100%; min-height: 50px; padding: 12px 15px; border: 1px solid var(--rule); border-radius: 0; background: var(--paper); color: var(--ink); }
.input::placeholder { color: var(--ink-faint); opacity: 1; }
.input:focus-visible { outline: 2px solid var(--focus); outline-offset: 1px; }
.input[aria-invalid="true"] { border-color: var(--error); }
.input:disabled { opacity: .55; cursor: not-allowed; }
.form-helper { min-height: 1.5em; color: var(--ink-soft); font-size: 15px; }
.form-helper[data-state="error"] { color: var(--error); }
.form-helper[data-state="success"] { color: var(--success); }
.magnet-trust { padding-block: 32px var(--section-space); display: grid; gap: 12px; border-top: 1px solid var(--rule); }
.smooth-shift { display: none; position: relative; width: 48px; height: 12px; flex: 0 0 48px; }
.smooth-shift i { position: absolute; top: 0; width: 12px; height: 12px; border-radius: 50%; background: rgb(255 248 235 / 38%); }
.smooth-shift i:nth-child(1) { left: 0; }
.smooth-shift i:nth-child(2) { left: 18px; }
.smooth-shift i:nth-child(3) { left: 36px; }
.smooth-shift::after { content: ""; position: absolute; left: 0; top: 0; width: 12px; height: 12px; border-radius: 50%; background: #fff8eb; animation: smoothShift 2s ease-in-out infinite; }
.btn[data-state="loading"] .smooth-shift { display: block; }
@keyframes smoothShift { 0%, 100% { transform: translateX(0); } 25% { transform: translateX(18px); } 50% { transform: translateX(36px); } 75% { transform: translateX(18px); } }

.legal { padding-block: var(--section-space); }
.legal article { max-width: 72ch; display: grid; gap: 20px; }
.legal h2 { margin-top: 34px; }
.legal h3 { font-size: 23px; }
.legal ul { padding-left: 1.25em; display: grid; gap: 8px; }
.legal .effective { color: var(--ink-soft); }

[data-quick-buy] { display: none !important; }
html body .cvx-toast {
  border: 1px solid var(--rule);
  border-top: 2px dashed var(--accent);
  border-radius: var(--cvx-radius);
  background: var(--cvx-surface);
  box-shadow: var(--cvx-shadow);
}
html body .cvx-toast .cvx-ic { color: var(--accent-deep); }
html body .cvx-modal { border: 1px solid var(--rule); border-radius: var(--cvx-radius); background: var(--cvx-surface); box-shadow: none; }
html body .cvx-modal .cvx-go { border-radius: var(--cvx-radius); background: var(--accent); color: #fff8eb; }
html body .cvx-modal .cvx-eform input { border-radius: var(--cvx-radius); background: var(--paper); color: var(--ink); }
html body .cvx-sticky { border-top: 2px dashed var(--accent); background: var(--paper); color: var(--ink); }
html body .cvx-sticky .cvx-s-txt { color: var(--ink); }
html body .cvx-sticky .cvx-s-price { color: var(--accent-deep); }
html body .cvx-sticky .cvx-s-cta { border-radius: var(--cvx-radius); background: var(--accent); color: #fff8eb; }
html body .cvx-sticky .cvx-s-x { color: var(--ink); }

@media (hover: hover) and (pointer: fine) {
  .btn:hover { background: var(--accent-deep); }
  .wordmark:hover, .nav-action:hover, .text-link:hover, .foot-meta a:hover { color: var(--accent-deep); }
  .inside-page:hover { box-shadow: 6px 8px 0 rgb(109 65 13 / 9%); }
}

@media (max-width: 800px) {
  .hero-letter { min-height: auto; grid-template-columns: 1fr; gap: 28px; padding-block: 44px 58px; align-items: start; overflow: visible; }
  .hero-letter::before { content: none; }
  .arthur-slot { position: relative; inset: auto; z-index: auto; width: min(100%, 34rem); max-width: 680px; aspect-ratio: 4 / 5; padding-top: 0; justify-self: center; }
  .arthur-slot img { object-position: left center; box-shadow: 7px 8px 0 rgb(109 65 13 / 9%); }
  .hero-copy { grid-column: 1; padding: 26px 24px; gap: 18px; }
  .salutation { font-size: 27px; }
  .hero-lede { font-size: 18px; }
  .hero-actions { align-items: flex-start; }
  .revision-grid, .inside-grid, .offer-wrap, .magnet-hero { grid-template-columns: 1fr; }
  .origin-section { grid-template-columns: 1fr; }
  .origin-copy { grid-column: 1; }
  .offer-visual { max-width: 680px; }
  .offer-card { margin-inline: 14px; }
  .porch-lamp-glyph { display: none; }
}

@media (max-width: 560px) {
  :root { --gutter: 18px; --section-space: 72px; }
  h1, h2 { font-size: 34px; }
  .nav-edge { min-height: 66px; }
  .wordmark { font-size: 17px; }
  .hero-letter { grid-template-columns: 1fr; gap: 22px; align-items: start; }
  .arthur-slot { width: 100%; max-width: none; padding-top: 0; margin: 0; }
  .arthur-slot img { box-shadow: 7px 8px 0 rgb(109 65 13 / 9%); }
  .hero-copy { gap: 14px; background-size: auto 32px; }
  .hero-copy .salutation { padding-top: 6px; }
  .hero-copy .hero-lede,
  .hero-copy .hero-actions { grid-column: 1 / -1; width: auto; margin-left: 0; }
  .hero-copy .hero-lede { padding-top: 24px; }
  .arthur-slot { align-self: start; }
  .hero-actions .btn, .hero-actions .text-link { width: 100%; justify-content: center; }
  .porch-band { min-height: 470px; }
  .porch-band > img { object-position: 62% center; }
  .porch-copy { padding-bottom: 60px; }
  .promise-strip ul { grid-template-columns: 1fr; gap: 12px; }
  .revision-card { padding: 24px 22px; }
  .inside-grid { gap: 28px; }
  .chapter-notes { grid-template-columns: 1fr; }
  .chapter-notes article, .chapter-notes article:nth-child(odd), .chapter-notes article:nth-child(even), .chapter-notes article:last-child { grid-column: auto; padding: 24px 0; border-left: 0; }
  .offer-wrap { min-width: 0; }
  .offer-visual { width: 100%; padding: 0 30px 32px 0; }
  .offer-card { padding: 28px 22px; margin: 0 8px; }
  .price { font-size: 62px; }
  .final-wrap { padding-inline: 12px; }
  .final-letter { width: 100%; padding: 38px 24px; }
  .form-row { grid-template-columns: 1fr; }
  .form-row .btn { width: 100%; }
  html body .cvx-bar .cvx-off { min-width: 0; max-width: 100%; white-space: normal !important; text-align: center; }
}

@media (max-width: 340px) {
  :root { --gutter: 14px; }
  .nav-edge { padding-inline: 14px; }
  .hero-letter { grid-template-columns: 1fr; gap: 18px; }
  .hero-copy { min-width: 0; }
  .hero-copy .salutation, .hero-copy h1 { max-width: 100%; }
  .hero-copy .hero-lede,
  .hero-copy .hero-actions { width: auto; margin-left: 0; }
  .offer-wrap { width: 100%; }
  .offer-card { margin-inline: 0; }
  .final-wrap { padding-inline: 0; }
  .final-letter { box-shadow: none; border-inline: 0; }
}

@media (pointer: coarse) {
  .btn, .nav-action, .text-link, .foot-meta a { min-height: 48px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .porch-lamp-glyph.is-pulsing .lamp-pulse { transform: scale(1.06); opacity: .88; }
  .cascade-book { opacity: 1; transform: none; }
  .smooth-shift::after { transform: translateX(18px); }
}

/* SD2 product display: a letter-paper choice block with inert bundle wiring. */
.light-options { background: var(--paper); }
.light-option-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(24px, 4vw, 48px); align-items: stretch; padding-top: 18px; }
.light-option-card { position: relative; display: flex; min-width: 0; flex-direction: column; gap: 18px; padding: clamp(24px, 4vw, 42px); border: 1px solid var(--rule); background: var(--paper-warm); box-shadow: 8px 10px 0 color-mix(in srgb, var(--accent-deep) 13%, transparent); }
.light-option-card > * { margin: 0; }
.light-option-cover { width: min(100%, 230px); height: auto; aspect-ratio: 3 / 4; margin-inline: auto; border: 1px solid var(--rule); object-fit: contain; box-shadow: 0 16px 30px rgba(59,36,29,.14); }
.light-option-price { color: var(--accent-deep); font: 700 clamp(3.6rem, 7vw, 4.8rem)/.9 Spectral, Georgia, serif; font-variant-numeric: tabular-nums; text-align: center; }
.light-option-card .promise-strip { padding: 0; }
.light-option-card .promise-strip ul { grid-template-columns: minmax(0, 1fr); gap: 10px; }
.light-option-card .light-option-cta { order: 99; width: 100%; margin-top: auto; }
.light-option-card--bundle { padding-top: clamp(42px, 5vw, 58px); overflow: visible; }
.light-best-value { position: absolute; z-index: 4; top: -16px; left: 50%; padding: 8px 15px; border: 1px solid var(--accent-deep); background: var(--paper); color: var(--accent-deep); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transform: translateX(-50%) rotate(-1deg); white-space: nowrap; }
.light-bundle-price { display: flex; min-height: 82px; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; font-family: Spectral, Georgia, serif; font-variant-numeric: tabular-nums; }
.light-bundle-price s { color: var(--ink-soft); font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 600; text-decoration-color: var(--accent-deep); text-decoration-thickness: .12em; }
.light-bundle-price strong { color: var(--accent-deep); font-size: clamp(3.6rem, 7vw, 4.8rem); line-height: .9; }
.light-bundle-price span { width: 100%; color: var(--accent-deep); font-family: inherit; font-weight: 800; text-align: center; }
.light-option-cta--disabled[aria-disabled="true"] { border-color: var(--rule); background: transparent; color: var(--ink-soft); cursor: not-allowed; pointer-events: none; }
@media (max-width: 760px) { .light-option-grid { grid-template-columns: minmax(0, 1fr); gap: 42px; } .light-option-cover { width: min(72%, 230px); } }

@media print {
  .nav-edge, .skip-link, .hero-actions, .btn, .foot-meta, .cvx-sticky, .cvx-modal, .cvx-toast { display: none !important; }
  body { font-size: 12pt; }
  a { text-decoration: none; }
}

/* Final product-stage fill: keep the proof image present beside the long offer. */
@media (min-width: 801px) {
  .offer-wrap { align-items: stretch; }
  .offer-visual { min-height: 100%; padding: 0; overflow: hidden; background: var(--paper-deep); }
  .offer-photo { height: 100%; aspect-ratio: auto; object-fit: cover; object-position: center; box-shadow: none; }
  .offer-cover { right: 1.75rem; bottom: 1.75rem; width: clamp(9.5rem, 34%, 13rem); }
  .offer-visual figcaption { position: absolute; left: 1.5rem; bottom: 1.5rem; z-index: 2; max-width: 17rem; margin: 0; padding: .65rem .8rem; background: rgb(249 240 220 / 90%); color: var(--ink); }
}
