/* Page specific layouts. Home first. */

/* HERO: The Long Receipt (desktop pinned 100vh stage; mobile: The Tear) */
.hero-pin { position: relative; height: calc(100vh + 150vh); }
.hero { position: sticky; top: 0; height: 100vh; min-height: 0; padding: 0; overflow: hidden; background: var(--field); }
html.qa-rm .hero-pin { height: auto; } html.qa-rm .hero { position: relative; }
.hero-scene { position: absolute; inset: 0; z-index: 0; }
.hero-scene canvas { width: 100%; height: 100%; display: block; }
.hero-scene::after { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: var(--copyfade, 1); background: linear-gradient(90deg, rgba(220,232,223,0.96) 0%, rgba(220,232,223,0.9) 36%, rgba(220,232,223,0.45) 52%, rgba(220,232,223,0) 64%); }
.hero-scene .scene-poster { transition: opacity 0.5s var(--feed); }
.hero-scene.is-live .scene-poster { opacity: 0; }
.hero-copy { position: absolute; z-index: 2; left: var(--gutter); top: calc(var(--head-h) + 4vh); width: min(44vw, 800px); }
.hero-copy h1 { font-size: clamp(2.5rem, 0.9rem + 3.3vw, 6.25rem); margin-bottom: 0.28em; overflow: visible; }
.hero-copy h1.is-mono { --mono: 1; --casl: 0; --wght: 500; }
.hero-copy h1 .kl-tag { display: inline-block; width: 0.42em; height: 0.52em; margin-left: 0.18em; vertical-align: 0.02em; background: var(--copper); clip-path: polygon(0 100%, 0 30%, 30% 0, 100% 0, 100% 100%); transform: scaleY(0); transform-origin: bottom; transition: transform var(--base) var(--feed); }
.hero-copy h1.is-kept .kl-tag, html.qa-rm .hero-copy h1 .kl-tag { transform: scaleY(1); }
@media (prefers-reduced-motion: reduce) { .hero-copy h1 .kl-tag { transform: scaleY(1); } .hero-copy h1.is-mono { --mono: 0; --casl: 0.65; --wght: 720; } }
@media (min-width: 1800px) { .hero-copy { top: calc(var(--head-h) + 5vh); } }
@media (min-width: 2400px) { .hero-copy { width: 46vw; } }
.hero-copy .eyebrow { margin-bottom: 0.9em; }
.hero-sub { max-width: 58ch; font-size: calc(var(--body) * 1.08); line-height: 1.45; margin-bottom: 0.8em; }
.hero-aud { margin: 0 0 0.5em; font-size: calc(var(--body) * 0.95); line-height: 1.45; }
.hero-offer { font-family: var(--rec); font-variation-settings: 'MONO' 1, 'CASL' 0, 'wght' 500; font-size: var(--mono-size); line-height: 1.5; color: var(--ink); max-width: 62ch; margin-bottom: 1.1em; padding: 8px 0; border-top: 1px dashed var(--rule); border-bottom: 1px dashed var(--rule); }
.hero-peak { position: absolute; z-index: 2; top: 10vh; left: 50%; transform: translateX(-50%); text-align: center; opacity: 0; pointer-events: none; }
.hero-peak .peak-label { font-family: var(--rec); font-variation-settings: 'MONO' 1, 'CASL' 0, 'wght' 600; letter-spacing: 0.1em; text-transform: uppercase; font-size: 0.8125rem; color: var(--muted); margin: 0; }
.hero-peak .peak-figure { font-family: var(--rec); font-variation-settings: 'MONO' 1, 'CASL' 0, 'wght' 600; font-size: clamp(3rem, 1rem + 5vw, 7.5rem); line-height: 1; margin: 0.05em 0; }
.hero-peak .peak-sub { font-family: var(--rec); font-variation-settings: 'MONO' 1, 'CASL' 0, 'wght' 500; color: var(--muted); margin: 0; }
.hero-peak .peak-line { color: var(--muted); font-size: 0.9375rem; max-width: 46ch; margin: 0.6em auto 0; }
.hero-dock { position: absolute; z-index: 2; right: var(--gutter); top: calc(var(--head-h) + 10vh); width: clamp(420px, 30vw, 560px); opacity: 0; transform: translateY(24px); transition: opacity var(--base) var(--feed), transform var(--base) var(--feed); }
@media (min-width: 1800px) { .hero-dock { width: clamp(720px, 40vw, 980px); } }
@media (min-width: 2400px) { .hero-dock { width: clamp(1000px, 44vw, 1300px); } }
.hero-dock.is-on, html.qa-rm .hero-dock { opacity: 1; transform: none; }
.hero-dock .strip.is-docked { position: absolute; inset: auto 0 0 0; margin: 0 auto; width: 60%; }
.tear-band-wrap { display: none; }
.tape-dock { position: absolute; right: 12vw; bottom: 18vh; width: 200px; height: 60px; z-index: 1; pointer-events: none; }
.tape-dock .strip.is-docked { position: absolute; inset: 0; width: 200px; padding: 6px 10px; }
.hero.is-pinned .hero-copy { top: calc(var(--head-h) + 4vh); }
@media (max-width: 1023px) {
  .hero-pin { height: auto; }
  .hero { position: relative; height: auto; min-height: 0; padding: 22px var(--gutter) 36px; display: grid; gap: 18px; }
  .hero-copy .eyebrow { display: none; }
  .hero-copy h1 { font-size: 1.875rem; line-height: 1.06; margin-bottom: 0.4em; }
  .hero-sub { font-size: 0.9375rem; line-height: 1.45; margin-bottom: 0.7em; }
  .hero-aud { font-size: 0.875rem; line-height: 1.4; margin-bottom: 0.5em; }
  .hero-offer { font-size: 0.8125rem; line-height: 1.45; padding: 6px 0; margin-bottom: 0.9em; }
  .hero-btns { gap: 10px; }
  .hero-scene { display: none; }
  .hero-copy { position: static; width: 100%; }
  .hero-peak { display: none; }
  .hero-dock { position: static; width: min(100%, 343px); margin: 0 auto; opacity: 1; transform: none; order: 3; }
  .tear-band-wrap { display: block; width: calc(100% + 2 * var(--gutter)); margin-left: calc(-1 * var(--gutter)); height: 150px; order: 2; position: relative; }
  .tear-band { width: 100%; height: 150px; }
  .hero-dock { margin-top: -6px; }
}
@media (prefers-reduced-motion: reduce) { .hero-pin { height: auto; } .hero { position: relative; } .hero-scene canvas { display: none; } .hero-scene .scene-poster { opacity: 1 !important; object-position: 70% 50%; } .hero-peak { display: none; } }
html.qa-rm .hero-scene canvas { display: none; } html.qa-rm .hero-scene .scene-poster { opacity: 1 !important; object-position: 70% 50%; } html.qa-rm .hero-peak { display: none; }

/* Ten seconds */
#ten-seconds .steps { list-style: none; margin: 0 0 32px; padding: 0; display: grid; gap: 16px; }
#ten-seconds .step { display: grid; grid-template-columns: auto 1fr; gap: 6px 18px; padding: 18px 20px; align-items: start; transition: box-shadow var(--base) var(--feed), transform var(--base) var(--feed); }
#ten-seconds .step h3 { margin: 0; }
#ten-seconds .step p { grid-column: 2; margin: 0; }
#ten-seconds .step.is-active { box-shadow: 0 1px 0 var(--paper-shadow), 0 18px 34px -16px var(--shadow-2); transform: translateX(6px); }
#ten-seconds .step.is-active .numeral { color: var(--copper); }
.numeral.sm { font-size: clamp(2rem, 1rem + 2vw, 3.5rem); grid-row: span 2; }
.ten-phones { display: grid; gap: 22px; align-content: start; }
@media (min-width: 1024px) { .ten-phones { position: sticky; top: calc(var(--head-h) + 12px); } }
@media (min-width: 1280px) { .ten-phones { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); align-items: center; gap: clamp(20px, 2.4vw, 44px); } .ten-phones .clip-strip { grid-template-columns: 1fr 1fr; gap: 14px; } }
.phone-stack { position: relative; width: min(100%, 420px, calc((100vh - 150px) * 0.48)); aspect-ratio: 1254 / 2616; margin: 0 auto; }
@media (min-width: 1800px) { .phone-stack { width: min(100%, 520px); } }
.phone-stack img { position: absolute; inset: 0; width: 100%; height: auto; opacity: 0; filter: blur(6px); transition: opacity var(--base) var(--feed), filter var(--base) var(--feed); }
.phone-stack img.is-active { opacity: 1; filter: none; }
.clip-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.clip { margin: 0; }
.clip video { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: var(--field-3); box-shadow: inset 0 0 0 1px var(--rule); display: block; }
.clip figcaption { font-size: 0.75rem; color: var(--muted); margin-top: 6px; }
.ten-photo { margin: 8px 0 0; }
@media (min-width: 1024px) { .ten-photo { max-height: 42vh; } .ten-photo img { height: 100%; } }

/* Reimburse later: sticky rail */
.rail-shot { width: 100%; }
.rail-cap { margin-top: 12px; font-size: 0.875rem; }
.chapters { display: grid; gap: 14px; margin-top: 8px; }
.chapter { padding: 18px 20px; transition: transform var(--fast) var(--feed), box-shadow var(--fast) var(--feed); }
.chapter.is-active { transform: translateY(-2px); box-shadow: inset 4px 0 0 var(--copper), 0 1px 0 var(--paper-shadow), 0 14px 30px -18px var(--shadow-2); }
.chapter-h { display: flex; align-items: baseline; gap: 16px; margin: 0 0 4px; }
.chapter p:last-child { margin: 0; }

/* Dates */
.year-wrap { margin: 24px 0 8px; padding: 12px 0 0; width: 100%; }
.year-legend { font-size: 0.875rem; margin: 0 0 28px; }
.date-chips { display: grid; gap: 12px; }
@media (min-width: 1440px) { .date-chips { grid-template-columns: 1fr 1fr; } }
.date-chip { padding: 16px 18px; }
.date-chip .mono { margin: 0 0 6px; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.date-chip p:last-child { margin: 0; }
.dates-phone { width: min(100%, 380px); margin: 0 auto; }
@media (min-width: 1024px) { .date-chips { grid-template-columns: 1fr 1fr; align-content: start; } }

/* Household */
.callouts { list-style: none; margin: 0 0 24px; padding: 0; display: grid; gap: 10px; }
.callouts li { display: flex; gap: 12px; align-items: center; }
.invite { padding: 14px 18px 22px; }
.house-shot { position: relative; }
.leaders { position: absolute; left: -10%; top: 6%; width: 40%; height: 80%; pointer-events: none; }
.leaders path { fill: none; stroke: var(--copper); stroke-width: 1; stroke-dasharray: 1; stroke-dashoffset: 1; transition: stroke-dashoffset var(--slow) var(--feed); }
.house-shot.is-in .leaders path, .is-in .leaders path { stroke-dashoffset: 0; }
.totals-line { margin-top: 12px; }

/* Rules */
.rules-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 22px; }
.rules-list li { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: start; }
.rules-list h3 { margin: 0.35em 0 0.2em; }
.rules-list p { margin: 0; }
.seal-wrap { display: grid; place-items: center; align-content: center; height: 100%; min-height: 320px; }
.seal-big { width: min(60%, 360px); height: auto; }
.seal-cap { margin-top: 12px; }

/* Shelf */
.shelf-wrap { position: relative; padding: 30px 0 40px; overflow: hidden; max-width: 100%; }
@media (max-width: 767px) { .shelf { flex-wrap: wrap; gap: 12px; } .shelf .receipt-slip { width: calc(50% - 6px); } }
.shelf { position: relative; z-index: 1; }
.shelf-line { position: absolute; left: 0; right: 0; bottom: 34px; height: 2px; background: var(--ink); opacity: 0.6; }
.shelf .receipt-slip { flex: none; transform: rotate(var(--rot, 0deg)); }
.shelf .receipt-slip:nth-child(odd) { --rot: -2deg; }
.shelf .receipt-slip:nth-child(3n) { --rot: 1.5deg; }

/* Reading */
.tab-photo { margin: 0 0 12px; }
.read-more { margin-top: 28px; }

/* HOW IT WORKS */
.page-how .steps-deep { display: grid; gap: 24px; }
.page-how .step-deep { display: grid; gap: 18px; padding: 24px; }
@media (min-width: 1024px) { .page-how .step-deep { grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); align-items: center; } .page-how .step-deep:nth-child(even) .step-shot { order: -1; } }
.page-how .step-shot { width: min(100%, 360px); margin: 0 auto; }
.page-how .elig { padding: 14px 18px; font-family: var(--rec); font-variation-settings: 'MONO' 1, 'CASL' 0, 'wght' 500; font-size: 0.9375rem; }
.hero-video { position: relative; width: 100%; aspect-ratio: 21 / 9; max-height: 62vh; overflow: hidden; background: var(--field-2); }
.hero-video video, .hero-video img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cta-band { display: grid; gap: 18px; align-items: center; }
@media (min-width: 1024px) { .cta-band { grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); } }

/* Scenes generic */
.scene-band { position: relative; width: 100%; height: min(70vh, 720px); overflow: hidden; background: var(--field); }
.scene-band canvas, .scene-band .scene-poster { position: absolute; inset: 0; width: 100%; height: 100%; }
.scene-band .scene-cap { position: absolute; left: var(--gutter); bottom: 20px; z-index: 2; font-family: var(--rec); font-variation-settings: 'MONO' 1, 'CASL' 0, 'wght' 500; font-size: 0.875rem; color: var(--muted); }

/* PRICING */
.page-pricing .price-kept { font-family: var(--rec); font-variation-settings: 'MONO' 1, 'CASL' 0, 'wght' 600; font-size: clamp(1.75rem, 1rem + 2vw, 3.5rem); margin: 0 0 0.4em; }
.page-pricing .cancel-line { padding: 16px 18px; }
.proofs { display: grid; gap: 22px; grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); align-items: end; }
.proof figcaption { margin-top: 10px; color: var(--muted); font-size: 0.9375rem; }
.faq { display: grid; gap: 12px; }
.faq details { padding: 14px 18px; }
.faq summary { cursor: pointer; font-family: var(--rec); font-variation-settings: 'MONO' 0, 'CASL' 0.65, 'wght' 700; font-size: 1.125rem; list-style: none; display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary { transition: color var(--fast) var(--feed), transform var(--fast) var(--feed); }
.faq summary:hover, .faq summary:focus-visible { color: var(--copper); transform: translateX(4px); }
.faq summary:hover::after { transform: rotate(90deg); }
.faq summary::after { content: '+'; font-family: var(--rec); font-variation-settings: 'MONO' 1, 'CASL' 0, 'wght' 500; color: var(--copper); transition: transform var(--fast) var(--feed); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { margin: 12px 0 0; }
.never-short { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr)); }
.never-short li { padding: 14px 16px; }

/* SHOEBOX */
.sorter { display: grid; gap: 28px; }
.sorter .stepbox { padding: 20px 22px; display: grid; gap: 12px; }
.sorter .prompt { font-family: var(--rec); font-variation-settings: 'MONO' 0, 'CASL' 0.65, 'wght' 720; font-size: var(--h3); margin: 0; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips button { height: 40px; min-width: 44px; padding: 0 14px 0 18px; border: 1px solid var(--rule); background: var(--paper); cursor: pointer; font-family: var(--rec); font-variation-settings: 'MONO' 1, 'CASL' 0, 'wght' 600; clip-path: polygon(8px 0, 100% 0, 100% 100%, 8px 100%, 0 calc(100% - 8px), 0 8px); transition: background var(--fast) var(--feed), color var(--fast) var(--feed), transform var(--fast) var(--feed); }
.chips button:hover, .chips button:focus-visible { transform: translateY(-2px); border-color: var(--copper); }
.chips button[aria-pressed="true"] { background: var(--copper); color: #fff; border-color: var(--copper); }
.slider-wrap { display: grid; gap: 8px; }
.slider-wrap input[type="range"] { width: 100%; accent-color: var(--copper); transition: accent-color var(--fast) var(--feed), filter var(--fast) var(--feed); }
.slider-wrap input[type="range"]:hover, .slider-wrap input[type="range"]:focus-visible { accent-color: var(--copper-lit); filter: drop-shadow(0 2px 4px var(--shadow)); }
.slider-wrap output { font-family: var(--rec); font-variation-settings: 'MONO' 1, 'CASL' 0, 'wght' 600; }
.box-stage { position: relative; min-height: 560px; padding: 24px; display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 1024px) { .box-stage { grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); } }
.box-field { position: relative; min-height: 520px; }
.box-lid { position: absolute; inset: 0; display: grid; place-items: center; background: repeating-linear-gradient(180deg, rgba(27,38,34,0.035) 0 1px, transparent 1px 7px), #E7D9BE; border: 1px solid #CDB88E; box-shadow: inset 0 0 0 14px rgba(255,255,255,0.18), 0 14px 30px -18px var(--shadow-2); transition: transform var(--slow) var(--tear), opacity var(--base) var(--feed); transform-origin: top; z-index: 5; }
.box-lid.is-off { transform: perspective(900px) rotateX(-95deg); opacity: 0; pointer-events: none; }
.box-lid button { height: 56px; padding: 0 26px 0 40px; }
.sort-receipts { position: absolute; inset: 0; }
.sort-receipts .receipt-slip { position: absolute; cursor: grab; touch-action: none; transition: box-shadow var(--fast) var(--feed); width: 140px; }
.sort-receipts .receipt-slip:focus-visible { outline: 2px solid var(--copper); outline-offset: 3px; }
.sort-receipts .receipt-slip.is-dragging { cursor: grabbing; box-shadow: 0 1px 0 var(--paper-shadow), 0 26px 40px -18px var(--shadow-2); z-index: 20; }
.sort-receipts .receipt-slip.is-sorted { transition: transform var(--base) var(--feed); }
.receipt-slip .st { display: flex; gap: 4px; margin-top: 8px; }
.receipt-slip .st button { flex: 1; height: 26px; border: 1px solid var(--rule); background: var(--paper); font: inherit; font-size: 0.6875rem; cursor: pointer; }
.receipt-slip .st button, .receipt-slip .kb button { transition: transform var(--fast) var(--feed), border-color var(--fast) var(--feed), background var(--fast) var(--feed), color var(--fast) var(--feed); }
.receipt-slip .st button:hover, .receipt-slip .kb button:hover, .receipt-slip .st button:focus-visible, .receipt-slip .kb button:focus-visible { transform: translateY(-1px); border-color: var(--copper); color: var(--copper); }
.receipt-slip .st button[aria-pressed="true"] { background: var(--copper); color: #fff; border-color: var(--copper); }
.receipt-slip .st button[aria-pressed="true"]:hover { color: #fff; background: var(--copper-lit); }
.sort-receipts .receipt-slip:hover { box-shadow: 0 1px 0 var(--paper-shadow), 0 18px 30px -16px var(--shadow-2); }
.receipt-slip .kb { display: flex; gap: 4px; margin-top: 6px; }
.receipt-slip .kb button { flex: 1; height: 24px; border: 1px dashed var(--rule); background: transparent; font: inherit; font-size: 0.625rem; cursor: pointer; }
.sort-tags { position: absolute; right: 12px; top: 12px; bottom: 12px; width: 44%; display: grid; grid-template-rows: 1fr 1fr; gap: 12px; }
.sort-tag { position: relative; border: 1px dashed var(--rule); background: rgba(255,255,255,0.35); display: grid; place-items: start; padding: 12px; transition: background var(--fast) var(--feed), border-color var(--fast) var(--feed); }
.sort-tag.is-near { background: var(--copper-pale); border-color: var(--copper); }
.sort-tag .tag { height: 32px; font-size: 0.9375rem; padding: 0 12px 0 16px; transform: perspective(500px) rotateX(0); }
.sort-tag .count { position: absolute; right: 12px; bottom: 10px; font-family: var(--rec); font-variation-settings: 'MONO' 1, 'CASL' 0, 'wght' 500; font-size: 0.8125rem; color: var(--muted); }
.result-strip { padding: 20px 22px 30px; }
.result-strip .ln.big { font-size: 1.5rem; font-variation-settings: 'MONO' 1, 'CASL' 0, 'wght' 700; }
.result-strip .date-field { display: inline-flex; gap: 8px; align-items: center; }
.result-strip input[type="date"] { font: inherit; font-size: 0.875rem; padding: 4px 6px; border: 1px solid var(--rule); background: var(--paper); }
.outcome { display: none; padding-top: 12px; }
.outcome.is-on { display: grid; gap: 12px; }
.sorter-live { position: absolute; left: -9999px; }
.elig-line { font-family: var(--rec); font-variation-settings: 'MONO' 1, 'CASL' 0, 'wght' 500; font-size: 0.875rem; color: var(--muted); margin-top: 12px; }

/* ABOUT */
.page-about .about-open { font-family: var(--rec); font-variation-settings: 'MONO' 1, 'CASL' 0, 'wght' 500; font-size: var(--h3); margin: 0 0 1.2em; }
.page-about .article h2 { font-size: var(--h2); }
.page-about .never-block { display: grid; gap: 24px; }
@media (min-width: 1024px) { .page-about .never-block { grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); align-items: center; } }
.addr-card { padding: 18px 20px; }

/* BLOG */
.post-hero { display: grid; gap: 24px; align-items: end; }
@media (min-width: 1024px) { .post-hero { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); } }
.post-meta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; color: var(--muted); font-family: var(--rec); font-variation-settings: 'MONO' 1, 'CASL' 0, 'wght' 500; font-size: 0.875rem; }
.post-body { display: grid; gap: 40px; }
@media (min-width: 1024px) { .post-body { grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); } .post-body .side { position: sticky; top: calc(var(--head-h) + 20px); } }
.post-graphic { width: 100%; }
.post-graphic svg { width: 100%; height: auto; }
.post-shot { width: min(100%, 360px); margin: 0 auto; }
.post-shot.desk { width: 100%; }
.figures-strip { padding: 16px 18px 24px; margin: 1.5em 0; }
.closing { padding: 24px; display: grid; gap: 14px; }
.blog-index .tabs-fan { grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); }

/* CONTACT */
.contact-grid { display: grid; gap: 28px; }
@media (min-width: 1024px) { .contact-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); } }
.contact-lines { list-style: none; margin: 0 0 20px; padding: 0; display: grid; gap: 10px; font-family: var(--rec); font-variation-settings: 'MONO' 1, 'CASL' 0, 'wght' 500; }
.map-card { padding: 14px; }
.map-card svg { width: 100%; height: auto; }
.contact-form { padding: 24px; }

/* CART, CHECKOUT, CONFIRMATION */
.cart-grid { display: grid; gap: 28px; }
@media (min-width: 1024px) { .cart-grid { grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); align-items: start; } }
.cart-empty { padding: 28px; display: grid; gap: 14px; justify-items: start; }
.checkout-grid { display: grid; gap: 28px; }
@media (min-width: 1024px) { .checkout-grid { grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); align-items: start; } .checkout-grid .side { position: sticky; top: calc(var(--head-h) + 20px); } }
.checkout-form { padding: 24px; display: grid; gap: 28px; }
.tear-progress { height: 10px; width: 100%; background: repeating-linear-gradient(90deg, var(--rule) 0 3px, transparent 3px 8px); position: relative; margin-bottom: 8px; }
.tear-progress::after { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: var(--p, 0%); background: repeating-linear-gradient(90deg, var(--copper) 0 3px, transparent 3px 8px); transition: width var(--base) var(--feed); }
.card-marks { display: flex; gap: 8px; flex-wrap: wrap; font-family: var(--rec); font-variation-settings: 'MONO' 1, 'CASL' 0, 'wght' 500; font-size: 0.8125rem; color: var(--muted); }
.card-marks span { border: 1px solid var(--rule); padding: 2px 8px; }
.confirm-strip { padding: 22px 24px 32px; position: relative; }
.confirm-strip .seal-over { position: absolute; right: 18px; top: -30px; width: 120px; height: 120px; transform: rotate(-8deg); }
.next-steps { padding-left: 1.2em; }
.pw-offer { padding: 18px 20px; }
.page-404 .torn { padding: 40px var(--gutter); }
