:root {
  font-family: "Manrope", sans-serif;
  color: #18201d;
  background: #e8ebe6;
  font-synthesis: none;
  --ink: #18201d;
  --muted: #5f6762;
  --paper: #f3f1eb;
  --paper-light: #f8f6f1;
  --mist: #e8ebe6;
  --jade: #315c4a;
  --jade-deep: #214838;
  --line: rgba(24, 32, 29, .16);
  --line-strong: rgba(24, 32, 29, .28);
  --shadow: 0 24px 60px rgba(24, 32, 29, .14);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background: var(--mist) url("/assets/ink-mirror/reader-mode-desktop-v101.jpg") center top / cover fixed no-repeat;
  -webkit-font-smoothing: antialiased;
}

button, a, input { font: inherit; }
button { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 2px solid #1f6c52; outline-offset: 3px; }

.skip-link { position: fixed; left: 16px; top: -70px; z-index: 200; background: var(--ink); color: white; padding: 12px 16px; }
.skip-link:focus { top: 12px; }

.blueprint-page { min-height: 100vh; }

.site-header {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 52px;
  border-bottom: 1px solid var(--line);
  background: rgba(243, 241, 235, .88);
  backdrop-filter: blur(18px);
  position: sticky;
  top: 0;
  z-index: 50;
}

.wordmark {
  min-width: 66px;
  min-height: 44px;
  border: 0;
  background: transparent;
  padding: 4px 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.055em;
  cursor: pointer;
}

.purchase-back { display: none; }

.product-nav { display: flex; align-items: center; gap: clamp(36px, 4.2vw, 66px); height: 100%; }
.product-nav--mobile { display: none; }
.nav-item {
  position: relative;
  border: 0;
  background: transparent;
  min-height: 44px;
  padding: 0 2px;
  font-size: 15px;
  font-weight: 500;
  line-height: 44px;
  color: #68716c;
  cursor: pointer;
}
.nav-item::after { content: ""; position: absolute; left: 0; right: 0; bottom: 1px; height: 2px; background: var(--jade); opacity: 0; transform: scaleX(.65); }
.nav-item.is-active { color: var(--jade-deep); }
.nav-item.is-active::after { opacity: 1; transform: scaleX(1); }

.eyebrow, .micro-label { margin: 0; font-size: 10px; font-weight: 700; letter-spacing: .18em; color: var(--jade); }
.micro-label { font-size: 9px; }

h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2 { font-family: "Newsreader", Georgia, serif; font-weight: 400; letter-spacing: -.035em; }

.offer-hero {
  min-height: 640px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .62fr) minmax(280px, .54fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
  padding: clamp(56px, 7vw, 100px) clamp(24px, 5vw, 76px);
  background: rgba(243, 241, 235, .8);
  border-bottom: 1px solid var(--line);
}

.hero-copy { max-width: 610px; }
.hero-copy h1 { margin: 18px 0 22px; font-size: clamp(54px, 6vw, 88px); line-height: .91; }
.hero-deck { max-width: 590px; margin: 0; font-family: "Newsreader", Georgia, serif; font-size: clamp(20px, 1.65vw, 25px); line-height: 1.42; color: #45504b; }

.outcome-list { display: grid; gap: 13px; padding: 0; margin: 32px 0 0; list-style: none; }
.outcome-fact { display: flex; align-items: center; gap: 11px; font-size: 12px; color: var(--muted); }
.outcome-fact svg { flex: 0 0 auto; color: var(--jade); }
.outcome-fact b { color: var(--ink); font-weight: 700; }

.hero-proof { position: relative; min-width: 0; padding: 16px 16px 13px; }
.proof-backdrop { position: absolute; inset: 3% 7% 10% 9%; background: var(--jade-deep); transform: rotate(3deg); opacity: .95; }
.report-cover-button { position: relative; display: block; width: 100%; padding: 0; border: 1px solid rgba(24,32,29,.28); background: var(--paper); cursor: zoom-in; box-shadow: 0 22px 45px rgba(24,32,29,.2); transform: rotate(-1.2deg); overflow: hidden; }
.report-cover-button img { display: block; width: 100%; height: auto; aspect-ratio: 664 / 784; object-fit: cover; object-position: top; }
.proof-caption { position: relative; display: flex; justify-content: space-between; gap: 12px; margin-top: 18px; font-size: 8px; font-weight: 700; letter-spacing: .12em; color: rgba(255, 253, 248, .88); }
.sample-note { position: relative; margin: 9px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }

.checkout-panel { align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding: 34px; border-left: 1px solid var(--line-strong); background: rgba(248, 246, 241, .48); }
.price-line { display: flex; align-items: baseline; gap: 10px; margin: 19px 0 13px; }
.price-line strong { font-family: "Newsreader", Georgia, serif; font-size: 37px; font-weight: 400; letter-spacing: -.03em; }
.price-line span { font-size: 11px; color: var(--muted); }
.checkout-summary { margin: 0 0 25px; font-size: 13px; line-height: 1.65; color: var(--muted); }

.primary-button, .secondary-button, .text-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 0;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em;
  cursor: pointer;
}
.primary-button { border: 1px solid var(--jade-deep); background: var(--jade-deep); color: #fff; padding: 0 18px; }
.primary-button:hover { background: #163b2e; }
.secondary-button { border: 1px solid var(--line-strong); background: transparent; color: var(--ink); padding: 0 17px; }
.secondary-button:hover { border-color: var(--jade); color: var(--jade-deep); }
.text-button { border: 0; background: transparent; color: var(--jade-deep); padding: 0 8px; }
.is-fit { width: fit-content; }

.purchase-assurances { display: grid; gap: 8px; margin: 20px 0 0; padding: 18px 0 0; border-top: 1px solid var(--line); list-style: none; font-size: 9px; color: #606963; }
.purchase-assurances li { display: flex; align-items: center; gap: 7px; }
.purchase-assurances svg { color: var(--jade); }

.return-notice { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; padding: 22px clamp(24px, 5vw, 76px); border-bottom: 1px solid rgba(49,92,74,.28); background: #e3ece6; }
.return-icon { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(49,92,74,.38); color: var(--jade-deep); }
.return-notice h2 { margin: 4px 0 2px; font-size: 24px; letter-spacing: -.02em; }
.return-notice p:last-child { margin: 0; font-size: 11px; color: var(--muted); }

.deliverables, .preview-section, .method-section, .closing-offer { border-bottom: 1px solid var(--line); background: rgba(243,241,235,.84); padding: clamp(70px, 8vw, 112px) clamp(24px, 6vw, 86px); }
.section-intro { max-width: 510px; }
.section-intro.is-wide { max-width: 660px; }
.section-intro h2, .method-section h2, .closing-offer h2 { margin: 14px 0 18px; font-size: clamp(38px, 4vw, 58px); line-height: 1; }
.section-intro > p:last-child { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.deliverable-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 58px; border-top: 1px solid var(--line-strong); }
.deliverable-grid article { padding: 23px 26px 12px 0; border-right: 1px solid var(--line); }
.deliverable-grid article:not(:first-child) { padding-left: 26px; }
.deliverable-grid article:last-child { border-right: 0; }
.deliverable-grid span { font-family: "Newsreader", Georgia, serif; color: var(--jade); font-size: 16px; }
.deliverable-grid h3 { margin: 28px 0 11px; font-family: "Newsreader", Georgia, serif; font-size: 23px; font-weight: 400; }
.deliverable-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }

.preview-section { background: rgba(232,235,230,.88); }
.preview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 3vw, 38px); margin-top: 50px; }
.preview-card { position: relative; min-width: 0; padding: 0; border: 0; background: transparent; text-align: left; cursor: zoom-in; }
.preview-image { display: block; overflow: hidden; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 18px 38px rgba(24,32,29,.1); }
.preview-image img { display: block; width: 100%; aspect-ratio: 1.27; object-fit: cover; object-position: top; transition: transform .35s ease; }
.preview-card:hover .preview-image img { transform: scale(1.02); }
.preview-copy { display: grid; gap: 6px; padding: 17px 30px 0 0; }
.preview-copy b { font-family: "Newsreader", Georgia, serif; font-size: 21px; font-weight: 400; }
.preview-copy small { color: var(--muted); font-size: 10px; line-height: 1.6; }
.preview-card > svg { position: absolute; right: 0; bottom: 25px; color: var(--jade); }

.preview-text-grid { gap: 0; border-top: 1px solid var(--line-strong); }
.preview-text-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: 28px clamp(24px, 3vw, 38px) 34px;
  border-right: 1px solid var(--line);
}
.preview-text-card:last-child { border-right: 0; }
.preview-number {
  color: var(--jade);
  font-family: "Newsreader", Georgia, serif;
  font-size: 18px;
}
.preview-label {
  margin: auto 0 12px;
  color: var(--jade-deep);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .13em;
}
.preview-text-card h3 {
  margin: 0 0 13px;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(27px, 2.4vw, 35px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.035em;
}
.preview-text-card > p:last-child {
  max-width: 31ch;
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.65;
}

.method-section { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(320px, 1fr); gap: 10vw; background: rgba(248,246,241,.9); }
.method-copy { padding-top: 24px; }
.method-copy p { margin: 0 0 17px; font-size: 13px; line-height: 1.8; color: var(--muted); }

.closing-offer { display: grid; grid-template-columns: 1fr minmax(360px, .75fr); align-items: center; gap: 80px; background: rgba(33,72,56,.96); color: white; }
.closing-offer .eyebrow, .closing-offer .micro-label { color: #b6d0c1; }
.checkout-panel.is-compact { padding: 4px 0 4px 42px; background: transparent; border-left-color: rgba(255,255,255,.28); }
.checkout-panel.is-compact .price-line strong, .checkout-panel.is-compact .checkout-summary { color: white; }
.checkout-panel.is-compact .price-line span, .checkout-panel.is-compact .purchase-assurances { color: #d4dfd8; }
.checkout-panel.is-compact .primary-button { background: var(--paper-light); border-color: var(--paper-light); color: var(--jade-deep); }
.checkout-panel.is-compact .purchase-assurances { grid-template-columns: repeat(3, auto); border-top-color: rgba(255,255,255,.2); }
.checkout-panel.is-compact .purchase-assurances svg { color: #c9ddcf; }

.state-main { min-height: calc(100vh - 78px); display: grid; place-items: center; padding: clamp(42px, 7vw, 86px) clamp(20px, 5vw, 76px); background: rgba(243,241,235,.82); }
.state-layout { width: min(100%, 1040px); display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .63fr); border: 1px solid var(--line-strong); background: rgba(248,246,241,.92); box-shadow: var(--shadow); }
.state-card { padding: clamp(38px, 6vw, 72px); border-right: 1px solid var(--line); }
.state-mark { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 34px; border: 1px solid var(--line-strong); color: var(--jade); }
.state-mark span { font-size: 18px; font-weight: 700; line-height: 1; }
.state-mark.is-complete { background: var(--jade-deep); border-color: var(--jade-deep); color: #fff; }
.state-mark.is-working svg { animation: spin 5s linear infinite; }
.state-mark.is-delayed { color: #805e35; border-color: rgba(128,94,53,.45); background: #eee6d9; }
@keyframes spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .state-mark.is-working svg { animation: none; } .preview-image img { transition: none; } }
.state-heading h1 { margin: 13px 0 18px; font-size: clamp(46px, 5vw, 66px); line-height: .97; }
.state-heading > p:last-child { max-width: 580px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.commitment-box { display: flex; gap: 13px; margin: 31px 0 28px; padding: 18px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(232,235,230,.58); }
.commitment-box svg { flex: 0 0 auto; color: var(--jade); margin-top: 2px; }
.commitment-box div { display: grid; gap: 5px; }
.commitment-box b { font-size: 12px; }
.commitment-box span { font-size: 10px; line-height: 1.6; color: var(--muted); }

.paid-summary { padding: 36px 30px; background: rgba(232,235,230,.62); }
.paid-summary-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.status-chip { display: inline-flex; align-items: center; gap: 5px; padding: 5px 8px; border: 1px solid rgba(49,92,74,.27); color: var(--jade-deep); font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.paid-summary h2 { margin: 43px 0 6px; font-size: 27px; line-height: 1.05; }
.paid-summary > p { margin: 0; font-size: 10px; color: var(--muted); }
.paid-summary dl { margin: 38px 0 0; }
.paid-summary dl div { display: grid; grid-template-columns: 68px 1fr; gap: 14px; padding: 14px 0; border-top: 1px solid var(--line); font-size: 9px; line-height: 1.5; }
.paid-summary dt { color: var(--muted); }
.paid-summary dd { margin: 0; font-weight: 600; }
.paid-summary .summary-footnote { margin-top: 22px; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }

.progress-rows { margin: 34px 0 30px; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.progress-rows li { display: grid; grid-template-columns: 30px 1fr auto; gap: 12px; align-items: center; min-height: 68px; border-bottom: 1px solid var(--line); }
.progress-icon { width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid var(--line-strong); font-size: 9px; font-weight: 700; }
.is-complete .progress-icon { background: var(--jade-deep); border-color: var(--jade-deep); color: white; }
.is-current .progress-icon { border-color: var(--jade); color: var(--jade); box-shadow: inset 0 0 0 5px rgba(49,92,74,.1); }
.progress-rows li > span:nth-child(2) { display: grid; gap: 4px; }
.progress-rows b { font-size: 11px; }
.progress-rows small { color: var(--muted); font-size: 9px; line-height: 1.5; }
.progress-rows em { font-style: normal; font-size: 8px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.is-current em { color: var(--jade); }
.state-actions, .recovery-actions, .ready-actions { display: flex; align-items: center; gap: 17px; flex-wrap: wrap; }
.state-actions > span { font-size: 9px; color: var(--muted); }

.recovery-panel { margin: 31px 0 26px; padding: 20px; background: #eee9df; border-left: 2px solid #967449; }
.recovery-panel > p { margin: 0 0 12px; font-size: 11px; }
.recovery-panel ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.recovery-panel li { display: flex; align-items: flex-start; gap: 8px; color: var(--muted); font-size: 9px; line-height: 1.55; }
.recovery-panel svg { flex: 0 0 auto; color: #74542f; }

.ready-preview { display: grid; grid-template-columns: 110px 1fr; align-items: center; gap: 18px; margin: 30px 0 26px; padding: 14px; border: 1px solid var(--line); background: rgba(232,235,230,.5); }
.ready-preview img { display: block; width: 110px; height: auto; aspect-ratio: 664/784; object-fit: cover; object-position: top; border: 1px solid var(--line); }
.ready-preview > div { display: flex; align-items: center; gap: 11px; }
.ready-preview > div > span { display: grid; gap: 4px; }
.ready-preview b { font-family: "Newsreader", Georgia, serif; font-weight: 400; font-size: 19px; }
.ready-preview small { color: var(--muted); font-size: 9px; }

.dialog-backdrop { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 18px; background: rgba(15,22,19,.68); backdrop-filter: blur(7px); }
.checkout-dialog { position: relative; width: min(100%, 510px); padding: 42px; background: var(--paper-light); border: 1px solid rgba(255,255,255,.3); box-shadow: 0 28px 90px rgba(0,0,0,.3); outline: none; }
.dialog-close { position: absolute; top: 14px; right: 14px; width: 38px; height: 38px; display: grid; place-items: center; border: 0; background: transparent; cursor: pointer; color: var(--muted); }
.dialog-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 25px; border: 1px solid var(--line-strong); color: var(--jade); }
.checkout-dialog h2 { margin: 12px 0 15px; font-size: 37px; line-height: 1.02; }
.checkout-dialog > p:not(.eyebrow):not(.review-note) { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.dialog-summary { display: flex; justify-content: space-between; gap: 18px; margin: 26px 0 22px; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 10px; }
.dialog-summary b { font-size: 10px; }
.dialog-actions { display: grid; gap: 10px; }
.review-note { margin: 18px 0 0; font-size: 8px; line-height: 1.55; color: #747b77; }

.preview-dialog { position: relative; width: min(100%, 980px); max-height: calc(100vh - 36px); display: grid; grid-template-columns: minmax(280px, 1.15fr) minmax(260px, .7fr); overflow: hidden; background: var(--paper-light); box-shadow: 0 28px 90px rgba(0,0,0,.34); outline: none; }
.preview-dialog-image { min-height: 0; overflow: auto; background: #dfe3de; }
.preview-dialog-image img { display: block; width: 100%; height: auto; }
.preview-dialog-copy { display: flex; flex-direction: column; justify-content: center; padding: 50px; }
.preview-dialog-copy h2 { margin: 12px 0 14px; font-size: 40px; line-height: 1.05; }
.preview-dialog-copy p { margin: 0 0 23px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.preview-dialog-copy small { padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; }

.toast { position: fixed; left: 50%; bottom: 26px; z-index: 120; width: max-content; max-width: calc(100vw - 32px); transform: translate(-50%, 16px); padding: 11px 15px; background: var(--ink); color: #fff; opacity: 0; pointer-events: none; transition: opacity .18s ease, transform .18s ease; font-size: 10px; box-shadow: 0 14px 38px rgba(0,0,0,.22); }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1040px) {
  .offer-hero { grid-template-columns: minmax(0, 1fr) minmax(260px, .62fr); }
  .checkout-panel { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr auto; column-gap: 30px; align-items: center; padding: 30px 0 0; border-left: 0; border-top: 1px solid var(--line-strong); background: transparent; }
  .checkout-panel .micro-label, .checkout-panel .price-line, .checkout-panel .checkout-summary { grid-column: 1; }
  .checkout-panel .primary-button, .checkout-panel .purchase-assurances { grid-column: 2; }
  .checkout-panel .primary-button { grid-row: 1 / span 3; }
  .checkout-panel .purchase-assurances { grid-row: 4; grid-template-columns: repeat(3, auto); }
  .price-line { margin-bottom: 3px; }
  .checkout-summary { margin-bottom: 0; }
  .checkout-panel.is-compact { display: flex; align-items: stretch; }
  .deliverable-grid { grid-template-columns: repeat(2, 1fr); }
  .deliverable-grid article:nth-child(2) { border-right: 0; }
  .deliverable-grid article:nth-child(3), .deliverable-grid article:nth-child(4) { border-top: 1px solid var(--line); }
}

@media (max-width: 720px) {
  body { background-image: url("/assets/ink-mirror/reader-mode-mobile-v101.jpg"); background-attachment: scroll; }
  .site-header { position: static; min-height: 56px; padding: 0 18px; }
  .site-header > .product-nav { display: none; }
  .purchase-back { min-height: 44px; display: inline-flex; align-items: center; color: var(--jade-deep); font-size: 13px; font-weight: 600; text-decoration: none; }
  .wordmark { min-height: 44px; font-size: 25px; }
  .offer-hero { min-height: auto; display: flex; flex-direction: column; gap: 36px; align-items: stretch; padding: 54px 20px 45px; }
  .hero-copy { order: 1; }
  .checkout-panel { order: 2; }
  .hero-proof { order: 3; align-self: center; }
  .hero-copy h1 { margin: 14px 0 18px; font-size: clamp(48px, 15vw, 64px); line-height: .93; }
  .hero-deck { font-size: 19px; line-height: 1.4; }
  .outcome-list { margin-top: 27px; }
  .hero-proof { width: min(78vw, 300px); justify-self: center; padding: 8px 9px 10px; }
  .proof-caption { gap: 6px; font-size: 6px; }
  .checkout-panel { position: relative; grid-column: auto; display: flex; align-items: stretch; padding: 26px 0 0; border-top: 1px solid var(--line-strong); }
  .checkout-panel .primary-button, .checkout-panel .purchase-assurances { grid-column: auto; }
  .price-line { margin: 15px 0 8px; }
  .checkout-summary { margin: 0 0 18px; }
  .purchase-assurances, .checkout-panel .purchase-assurances { grid-template-columns: 1fr; }
  .return-notice { grid-template-columns: auto 1fr; gap: 13px; padding: 18px 20px; }
  .return-notice .secondary-button { grid-column: 1 / -1; }
  .return-notice h2 { font-size: 20px; }
  .deliverables, .preview-section, .method-section, .closing-offer { padding: 66px 20px; }
  .section-intro h2, .method-section h2, .closing-offer h2 { font-size: 42px; }
  .deliverable-grid { grid-template-columns: 1fr; margin-top: 38px; }
  .deliverable-grid article, .deliverable-grid article:not(:first-child) { padding: 23px 0 24px; border-right: 0; border-top: 1px solid var(--line); }
  .deliverable-grid article:first-child { border-top: 0; }
  .deliverable-grid h3 { margin-top: 18px; }
  .preview-grid { grid-template-columns: 1fr; gap: 38px; }
  .preview-text-grid { gap: 0; }
  .preview-text-card { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--line); }
  .preview-text-card:last-child { border-bottom: 0; }
  .preview-copy b { font-size: 23px; }
  .preview-image img { aspect-ratio: 1.45; }
  .method-section, .closing-offer { grid-template-columns: 1fr; gap: 30px; }
  .method-copy { padding-top: 0; }
  .closing-offer { padding-bottom: 66px; }
  .checkout-panel.is-compact { padding: 28px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.28); }
  .checkout-panel.is-compact .purchase-assurances { grid-template-columns: 1fr; }
  .state-main { min-height: calc(100vh - 114px); place-items: start center; padding: 34px 14px 90px; }
  .state-layout { grid-template-columns: 1fr; }
  .state-card { padding: 35px 24px; border-right: 0; }
  .state-mark { margin-bottom: 27px; }
  .state-heading h1 { font-size: clamp(43px, 13vw, 57px); }
  .paid-summary { padding: 27px 24px 32px; border-top: 1px solid var(--line); }
  .paid-summary h2 { margin-top: 27px; }
  .progress-rows li { grid-template-columns: 30px 1fr; padding: 11px 0; }
  .progress-rows em { grid-column: 2; }
  .state-actions, .ready-actions, .recovery-actions { align-items: stretch; flex-direction: column; }
  .state-actions > *, .ready-actions > *, .recovery-actions > * { width: 100%; }
  .ready-preview { grid-template-columns: 85px 1fr; }
  .ready-preview img { width: 85px; }
  .checkout-dialog { padding: 37px 24px 26px; }
  .checkout-dialog h2 { font-size: 34px; }
  .preview-dialog { max-height: calc(100vh - 24px); grid-template-columns: 1fr; overflow-y: auto; }
  .preview-dialog-image { max-height: 54vh; }
  .preview-dialog-copy { padding: 28px 24px 32px; }
  .preview-dialog-copy h2 { font-size: 32px; }
  .toast { bottom: 74px; }
}

@media (max-width: 360px) {
  .hero-copy h1 { font-size: 46px; }
  .state-card { padding-inline: 19px; }
  .state-heading h1 { font-size: 42px; }
  .ready-preview { grid-template-columns: 1fr; }
}
