:root {
  --ink: #182823;
  --forest: #17362f;
  --forest-2: #214b41;
  --sage: #a9c1b3;
  --cream: #f6f1e7;
  --paper: #fffdf8;
  --gold: #e7b95e;
  --line: rgba(24, 40, 35, 0.15);
  --muted: #64716c;
  --shadow: 0 24px 70px rgba(24, 40, 35, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; background: white; padding: 12px 16px; }
.skip-link:focus { top: 16px; }

.site-header {
  width: min(1180px, calc(100% - 48px));
  height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 700; letter-spacing: -0.035em; font-size: 21px; }
.brand-number { color: #5f7f75; }
.brand-mark {
  width: 38px; height: 38px; display: grid; place-items: center;
  border-radius: 50% 50% 50% 12%; background: var(--forest); color: white;
  font-size: 11px; font-weight: 700; letter-spacing: -0.04em; transform: rotate(-4deg);
}
.site-header nav { display: flex; align-items: center; gap: 30px; }
.site-header nav > a { font-size: 14px; font-weight: 600; text-decoration: none; color: #4c5a55; }
.site-header nav > a:hover { color: var(--ink); }

.button { border: 0; border-radius: 999px; min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; cursor: pointer; font-weight: 700; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid rgba(231,185,94,.8); outline-offset: 3px; }
.button-small { min-height: 42px; padding: 0 20px; color: white; background: var(--forest); font-size: 13px; }
.button-primary { color: white; background: var(--forest); box-shadow: 0 10px 24px rgba(23, 54, 47, .16); }
.button-primary:hover { background: var(--forest-2); box-shadow: 0 14px 30px rgba(23, 54, 47, .2); }
.button-light { width: 100%; color: var(--forest); background: var(--paper); }
.button-accent { background: var(--gold); color: var(--forest); }
.button-ghost { border: 1px solid var(--line); background: transparent; color: var(--ink); }

.hero {
  width: min(1180px, calc(100% - 48px)); min-height: 675px; margin: 0 auto;
  display: grid; grid-template-columns: 1.03fr .97fr; gap: 52px; align-items: center;
  padding: 70px 0 80px;
}
.hero-copy { max-width: 625px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 23px; display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: #537168; }
.eyebrow > span { width: 28px; height: 2px; background: var(--gold); }
h1, h2 { font-family: "Newsreader", Georgia, serif; }
.hero h1 { margin: 0; font-size: clamp(55px, 6.4vw, 90px); line-height: .93; letter-spacing: -.052em; font-weight: 600; }
.hero h1 em { font-weight: 500; color: #52776d; }
.hero-lede { max-width: 590px; margin: 30px 0 0; font-size: 19px; line-height: 1.68; color: #55635e; }
.hero-actions { margin-top: 32px; display: flex; align-items: center; gap: 26px; }
.text-link { font-size: 14px; font-weight: 700; text-underline-offset: 5px; }
.trust-row { margin: 31px 0 0; padding: 24px 0 0; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 24px; list-style: none; font-size: 12px; font-weight: 600; color: #596660; }
.trust-row li { display: flex; align-items: center; gap: 7px; }
.trust-row svg { width: 18px; height: 18px; border-radius: 50%; background: #dbe8de; fill: none; stroke: #356557; stroke-width: 2; }

.hero-visual { position: relative; min-height: 510px; isolation: isolate; }
.sun-shape { position: absolute; width: 390px; height: 390px; top: 20px; left: 50%; transform: translateX(-48%); border-radius: 50%; background: #e8c779; opacity: .62; z-index: -2; }
.sun-shape::after { content: ""; position: absolute; inset: 28px; border: 1px solid rgba(255,255,255,.55); border-radius: inherit; }
.kit-card { position: absolute; background: var(--paper); border-radius: 8px; box-shadow: var(--shadow); }
.kit-card-back { width: 265px; min-height: 156px; right: -4px; bottom: 22px; padding: 30px; transform: rotate(7deg); background: #76968b; color: white; z-index: -1; }
.kit-card-back p { margin: 10px 0 0; font-family: "Newsreader", serif; font-size: 20px; line-height: 1.2; }
.kit-card-main { width: min(455px, 88%); left: 18px; top: 28px; overflow: hidden; transform: rotate(-2deg); }
.kit-topline { height: 62px; display: flex; align-items: center; justify-content: space-between; padding: 0 28px; }
.mini-brand { font-size: 9px; letter-spacing: .12em; font-weight: 800; }
.mini-brand span { color: #739488; }
.turnaround { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #9db2ab; border-radius: 50%; font-size: 9px; font-weight: 800; }
.house-art { width: 100%; aspect-ratio: 2/1; background: #c6ddd6; }
.house-art svg { width: 100%; height: 100%; display: block; }
.property-copy { padding: 26px 29px 30px; }
.mini-label { font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.property-copy .mini-label { color: #719086; }
.property-copy h2 { margin: 10px 0 20px; font-size: 28px; line-height: 1.02; letter-spacing: -.035em; }
.property-meta { display: flex; gap: 8px; flex-wrap: wrap; }
.property-meta span { padding: 6px 9px; border-radius: 999px; background: #edf0e9; font-size: 8px; font-weight: 700; color: #597068; }
.delivery-stamp { position: absolute; left: -4px; bottom: 14px; width: 130px; height: 130px; border-radius: 50%; background: var(--forest); color: white; display: flex; align-items: center; justify-content: center; gap: 8px; transform: rotate(5deg); box-shadow: 0 15px 40px rgba(23,54,47,.24); }
.delivery-stamp strong { font-family: "Newsreader", serif; font-size: 45px; line-height: 1; color: var(--gold); }
.delivery-stamp span { font-size: 8px; line-height: 1.25; font-weight: 800; letter-spacing: .09em; }

.review-strip {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 72px;
  padding: 36px 40px;
  border-radius: 16px;
  background: var(--forest);
  color: white;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 44px;
  align-items: center;
  box-shadow: 0 18px 48px rgba(23, 54, 47, .14);
}
.review-strip-copy { max-width: 730px; }
.review-strip-kicker { margin: 0 0 8px; color: #a9c4ba; font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.review-strip h2 { margin: 0; font-size: clamp(28px, 3vw, 40px); letter-spacing: -.035em; }
.review-strip-copy > p:last-child { margin: 12px 0 0; color: #c6d4cf; font-size: 13px; line-height: 1.65; }
.review-strip-action { min-width: 245px; display: flex; flex-direction: column; align-items: center; gap: 9px; }
.review-strip-action small { color: #9fb3ac; font-size: 9px; }

.offer-section { background: var(--paper); padding: 110px max(24px, calc((100vw - 1180px)/2)) 80px; }
.section-heading { max-width: 760px; margin-bottom: 55px; }
.section-heading h2 { margin: 0; font-size: clamp(39px, 5vw, 62px); line-height: 1.03; letter-spacing: -.04em; }
.section-heading > p:last-child { max-width: 650px; margin: 21px 0 0; color: var(--muted); line-height: 1.7; font-size: 17px; }
.offer-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 68px; align-items: start; }
.deliverables { display: grid; grid-template-columns: 1fr 1fr; gap: 0 38px; }
.deliverables article { display: grid; grid-template-columns: 38px 1fr; gap: 13px; padding: 25px 0; border-top: 1px solid var(--line); }
.deliverable-number { font-family: "Newsreader", serif; color: #789288; font-size: 16px; }
.deliverables h3 { margin: 0 0 8px; font-size: 16px; letter-spacing: -.01em; }
.deliverables p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.price-card { padding: 42px 40px 35px; border-radius: 16px; background: var(--forest); color: white; box-shadow: var(--shadow); }
.price-kicker { margin: 0; color: #a9c4ba; font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.price { display: flex; align-items: flex-start; margin: 16px 0 4px; }
.price sup { padding-top: 15px; font-size: 24px; color: var(--gold); }
.price strong { font-family: "Newsreader", serif; color: var(--gold); font-size: 75px; line-height: 1; letter-spacing: -.05em; }
.price span { align-self: flex-end; margin: 0 0 10px 12px; color: #b8c8c2; font-size: 12px; }
.price-copy { margin: 20px 0 24px; color: #d2ddd9; font-size: 14px; line-height: 1.6; }
.price-card ul { padding: 20px 0; margin: 0 0 25px; list-style: none; border-top: 1px solid rgba(255,255,255,.12); }
.price-card li { position: relative; padding: 7px 0 7px 24px; font-size: 13px; color: #eef4f1; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 800; }
.price-card small { display: block; margin-top: 15px; text-align: center; color: #9fb3ac; font-size: 10px; line-height: 1.5; }
.sample-showcase { margin-top: 90px; padding: 58px; border-radius: 20px; background: #edf1e9; display: grid; grid-template-columns: .92fr 1.08fr; gap: 64px; align-items: center; overflow: hidden; }
.sample-copy { max-width: 505px; }
.sample-label { margin: 0 0 18px; color: #66877b; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.sample-copy h3 { margin: 0; font-family: "Newsreader", Georgia, serif; font-size: clamp(34px, 4vw, 50px); line-height: 1.02; letter-spacing: -.035em; }
.sample-copy > p:not(.sample-label) { margin: 20px 0 26px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.sample-transform { padding: 21px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr 25px 1fr; gap: 12px; align-items: center; }
.sample-transform > div:not(.sample-arrow) { display: flex; flex-direction: column; gap: 6px; }
.sample-transform span { color: #769187; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.sample-transform strong { font-size: 11px; line-height: 1.5; }
.sample-arrow { color: #8ea49c; font-size: 22px; }
.sample-tags { margin: 22px 0; padding: 0; display: flex; flex-wrap: wrap; gap: 7px; list-style: none; }
.sample-tags li { padding: 7px 10px; border-radius: 999px; background: white; color: #5d716a; font-size: 9px; font-weight: 700; }
.sample-copy > small { display: block; margin-top: 13px; color: #7b8984; font-size: 9px; line-height: 1.5; }
.sample-artwork { position: relative; margin: 0; transform: rotate(1.4deg); }
.sample-artwork::before { content: ""; position: absolute; inset: 5% -8% -4% 8%; border-radius: 16px; background: #d5ad5b; opacity: .32; transform: rotate(-3deg); }
.sample-artwork img { position: relative; z-index: 1; width: 100%; max-height: 720px; display: block; object-fit: contain; filter: drop-shadow(0 24px 30px rgba(23,54,47,.2)); }
.sample-artwork figcaption { position: relative; z-index: 2; margin-top: 13px; text-align: center; color: #6e7f79; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.process-row { margin-top: 74px; padding-top: 34px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; }
.process-row > div { display: flex; gap: 16px; }
.process-row b { flex: 0 0 34px; height: 34px; border: 1px solid #9eb3aa; border-radius: 50%; display: grid; place-items: center; font-family: "Newsreader", serif; color: #66877b; }
.process-row span { display: flex; flex-direction: column; color: var(--muted); font-size: 13px; line-height: 1.5; }
.process-row strong { margin-bottom: 4px; color: var(--ink); font-size: 14px; }

.faq-section { background: var(--forest); color: white; padding: 110px max(24px, calc((100vw - 1180px)/2)) 0; display: grid; grid-template-columns: .78fr 1.22fr; gap: 95px; }
.eyebrow-light { color: #9fbbb1; }
.faq-intro { position: sticky; top: 40px; align-self: start; padding-bottom: 50px; }
.faq-intro h2 { margin: 0; font-size: clamp(42px, 5vw, 61px); line-height: 1; letter-spacing: -.04em; }
.faq-intro > p:not(.eyebrow) { color: #afc1bb; line-height: 1.7; font-size: 15px; }
.faq-intro a { display: inline-block; margin-top: 12px; color: var(--gold); font-size: 13px; text-underline-offset: 5px; }
.faq-list { padding-bottom: 65px; }
.faq-list details { border-top: 1px solid rgba(255,255,255,.15); }
.faq-list details:last-child { border-bottom: 1px solid rgba(255,255,255,.15); }
.faq-list summary { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 22px; list-style: none; cursor: pointer; font-weight: 600; font-size: 16px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { flex: 0 0 22px; height: 22px; position: relative; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; top: 50%; left: 50%; width: 8px; height: 1px; background: white; transform: translate(-50%,-50%); }
.faq-list summary span::after { transform: translate(-50%,-50%) rotate(90deg); transition: transform .2s; }
.faq-list details[open] summary span::after { transform: translate(-50%,-50%) rotate(0); }
.faq-list details p { margin: -4px 45px 25px 0; color: #acc0b9; line-height: 1.7; font-size: 14px; }
.final-cta { grid-column: 1/-1; min-height: 190px; border-top: 1px solid rgba(255,255,255,.15); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.final-cta span { font-size: 9px; color: #9db6ad; font-weight: 800; letter-spacing: .15em; }
.final-cta h2 { margin: 8px 0 0; font-size: 37px; letter-spacing: -.035em; }

footer { min-height: 110px; padding: 0 max(24px, calc((100vw - 1180px)/2)); background: #102721; color: #8fa69e; display: flex; align-items: center; gap: 28px; font-size: 11px; }
.brand-footer { color: white; margin-right: auto; font-size: 18px; }
.brand-footer .brand-mark { background: var(--gold); color: var(--forest); }

.intake-dialog { width: min(820px, calc(100% - 32px)); max-height: min(850px, calc(100dvh - 24px)); padding: 0; border: 0; border-radius: 18px; background: var(--paper); color: var(--ink); box-shadow: 0 30px 120px rgba(0,0,0,.35); overflow: hidden; }
.intake-dialog::backdrop { background: rgba(11,32,27,.72); backdrop-filter: blur(6px); }
.dialog-shell { display: flex; flex-direction: column; max-height: min(850px, calc(100dvh - 24px)); }
.dialog-header { padding: 28px 34px 20px; display: flex; justify-content: space-between; align-items: flex-start; border-bottom: 1px solid var(--line); }
.dialog-header h2 { margin: 5px 0 0; font-size: 31px; letter-spacing: -.03em; }
.dialog-kicker { margin: 0; color: #66887c; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.icon-button { width: 40px; height: 40px; border: 0; border-radius: 50%; background: #edf0e9; color: var(--ink); font-size: 26px; line-height: 1; cursor: pointer; }
.progress-wrap { padding: 16px 34px 0; }
.progress-copy { display: flex; justify-content: space-between; margin-bottom: 8px; color: var(--muted); font-size: 11px; }
.progress-track { height: 4px; background: #e2e7df; border-radius: 99px; overflow: hidden; }
.progress-track span { display: block; width: 25%; height: 100%; background: var(--gold); transition: width .25s; }
#seller-intake { min-height: 0; display: flex; flex-direction: column; }
.form-step { display: none; padding: 24px 34px 12px; max-height: 505px; overflow-y: auto; }
.form-step.is-active { display: block; }
.step-heading { margin-bottom: 20px; }
.step-heading h3 { margin: 0; font-family: "Newsreader", serif; font-size: 24px; }
.step-heading p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.field-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; font-size: 11px; font-weight: 700; color: #4c5a55; }
.field-wide { grid-column: 1/-1; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid #d3d9d1; border-radius: 8px; background: white; color: var(--ink); padding: 12px 13px; font-size: 14px; font-weight: 400; }
.field input, .field select { min-height: 45px; }
.field textarea { resize: vertical; line-height: 1.45; }
.field input:user-invalid, .field textarea:user-invalid, .field select:user-invalid { border-color: #b14c43; }
.review-card { border: 1px solid var(--line); border-radius: 10px; overflow: hidden; background: white; }
.review-group { padding: 16px 18px; border-bottom: 1px solid var(--line); }
.review-group:last-child { border-bottom: 0; }
.review-group h4 { margin: 0 0 9px; color: #648378; font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.review-group dl { margin: 0; display: grid; grid-template-columns: 145px 1fr; gap: 6px 14px; font-size: 11px; line-height: 1.45; }
.review-group dt { color: var(--muted); }
.review-group dd { margin: 0; font-weight: 600; white-space: pre-wrap; word-break: break-word; }
.consent { display: flex; gap: 11px; margin: 18px 0; color: #54625d; font-size: 11px; line-height: 1.55; cursor: pointer; }
.consent input { margin-top: 3px; }
.submission-note { padding: 15px 17px; border-radius: 9px; background: #edf2ec; color: #53615c; font-size: 11px; line-height: 1.55; }
.submission-note strong { color: var(--ink); }
.submission-note a { color: var(--forest); font-weight: 700; text-underline-offset: 3px; }
.payment-ready { margin-top: 14px; padding: 16px 17px; border-radius: 10px; background: var(--forest); color: white; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.payment-ready[hidden] { display: none; }
.payment-ready > div { display: flex; flex-direction: column; gap: 4px; }
.payment-ready > div span { color: #a9c4ba; font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.payment-ready > div strong { font-size: 12px; line-height: 1.45; }
.payment-ready .button { flex: 0 0 auto; min-height: 42px; padding: 0 18px; font-size: 11px; }
.form-error { min-height: 18px; padding: 0 34px; color: #a13d37; font-size: 11px; }
.form-actions { padding: 14px 34px 24px; display: flex; align-items: center; gap: 12px; border-top: 1px solid var(--line); }
.form-actions .button { min-height: 46px; }
#prev-step { display: none; }
#next-step { margin-left: auto; }
#copy-intake { display: none; margin-left: auto; }
#submit-intake { display: none; }
.saved-note { display: none; color: #708178; font-size: 10px; }
.saved-note.show { display: inline; }
.toast { position: fixed; left: 50%; bottom: 25px; z-index: 100; transform: translate(-50%, 130px); padding: 12px 18px; border-radius: 999px; background: var(--ink); color: white; box-shadow: var(--shadow); font-size: 12px; transition: transform .25s; }
.toast.show { transform: translate(-50%, 0); }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 55px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { width: min(560px, 100%); margin: 0 auto; }
  .offer-grid { grid-template-columns: 1fr; }
  .price-card { max-width: 530px; }
  .sample-showcase { grid-template-columns: 1fr; }
  .sample-copy { max-width: 700px; }
  .sample-artwork { width: min(600px, 100%); margin: 0 auto; }
  .faq-section { gap: 55px; }
  .field-grid { grid-template-columns: repeat(2, 1fr); }
  .review-strip { grid-template-columns: 1fr; gap: 24px; }
  .review-strip-action { align-items: flex-start; }
}

@media (max-width: 680px) {
  .site-header { width: calc(100% - 32px); height: 72px; }
  .brand { font-size: 18px; }
  .brand-mark { width: 34px; height: 34px; }
  .site-header nav > a { display: none; }
  .site-header nav { gap: 0; }
  .site-header .button-small { min-height: 38px; padding: 0 15px; }
  .hero { width: calc(100% - 36px); min-height: auto; gap: 35px; padding: 51px 0 65px; }
  .hero h1 { font-size: clamp(51px, 16vw, 72px); }
  .hero-lede { margin-top: 23px; font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .text-link { align-self: center; }
  .trust-row { gap: 13px 17px; }
  .hero-visual { min-height: 420px; }
  .sun-shape { width: 310px; height: 310px; }
  .kit-card-main { width: 90%; left: 5%; }
  .kit-card-back { width: 220px; right: 3px; bottom: 10px; }
  .property-copy { padding: 20px 22px 24px; }
  .property-copy h2 { font-size: 23px; }
  .delivery-stamp { width: 102px; height: 102px; bottom: 4px; }
  .delivery-stamp strong { font-size: 37px; }
  .delivery-stamp span { font-size: 7px; }
  .review-strip { width: calc(100% - 32px); margin-bottom: 52px; padding: 30px 24px; }
  .review-strip-action { min-width: 0; align-items: stretch; }
  .review-strip-action small { text-align: center; }
  .offer-section { padding-top: 80px; }
  .section-heading { margin-bottom: 40px; }
  .deliverables { grid-template-columns: 1fr; }
  .price-card { padding: 35px 28px; }
  .sample-showcase { margin-top: 65px; padding: 34px 22px; gap: 38px; }
  .sample-transform { grid-template-columns: 1fr; }
  .sample-arrow { transform: rotate(90deg); }
  .sample-artwork { transform: none; }
  .process-row { grid-template-columns: 1fr; gap: 24px; margin-top: 55px; }
  .faq-section { padding-top: 80px; grid-template-columns: 1fr; gap: 20px; }
  .faq-intro { position: static; }
  .final-cta { padding: 45px 0 50px; align-items: stretch; flex-direction: column; justify-content: center; }
  .final-cta h2 { font-size: 31px; }
  footer { padding: 30px 24px; align-items: flex-start; flex-direction: column; gap: 8px; }
  .brand-footer { margin-bottom: 12px; }
  .intake-dialog { width: 100%; max-width: none; height: 100dvh; max-height: none; border-radius: 0; }
  .dialog-shell { max-height: 100dvh; height: 100%; }
  .dialog-header { padding: 20px 20px 16px; }
  .dialog-header h2 { font-size: 25px; }
  .progress-wrap { padding: 14px 20px 0; }
  .form-step { padding: 20px 20px 10px; max-height: none; flex: 1; }
  .form-step.is-active { display: block; overflow-y: auto; }
  #seller-intake { flex: 1; overflow: hidden; }
  .field-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .form-actions { padding: 14px 20px 18px; flex-wrap: wrap; }
  .form-actions .button { min-height: 44px; padding: 0 18px; }
  .review-group dl { grid-template-columns: 1fr; gap: 2px; }
  .review-group dd { margin-bottom: 6px; }
  .payment-ready { align-items: stretch; flex-direction: column; }
  .payment-ready .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
