:root {
  color-scheme: light;
  --ink: #1c1b1a;
  --muted: #77716b;
  --line: #e7e2dc;
  --paper: #fff;
  --canvas: #f6f5f1;
  --accent: #a5413e;
  --accent-soft: #f4e7e4;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }

.live-page { min-height: 100vh; padding: 0 clamp(18px, 4vw, 64px); }
.live-header { max-width: 1180px; margin: 0 auto; min-height: 86px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.live-brand { display: inline-flex; align-items: baseline; gap: 13px; }
.live-brand-name { font: 500 clamp(29px, 3vw, 42px)/1 var(--serif); letter-spacing: -.055em; }
.live-brand-live { display: inline-flex; align-items: center; gap: 6px; color: var(--accent); font-size: 10px; font-weight: 700; letter-spacing: .22em; }
.live-brand-live i { width: 7px; height: 7px; border-radius: 99px; background: var(--accent); box-shadow: 0 0 0 5px rgba(165, 65, 62, .11); animation: pulse 1.8s ease-in-out infinite; }
.live-status { color: var(--muted); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.live-store-link { color: var(--ink); font-size: 11px; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
.live-store-link span { color: var(--accent); font-size: 16px; margin-left: 5px; }
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .45; transform: scale(.78); } }

.live-main { max-width: 820px; margin: 0 auto; padding: clamp(50px, 8vw, 104px) 0 70px; }
.live-hero { max-width: 590px; margin-bottom: clamp(35px, 6vw, 64px); }
.eyebrow { margin: 0 0 18px; color: var(--accent); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.live-hero h1 { margin: 0; font: 500 clamp(56px, 10vw, 108px)/.87 var(--serif); letter-spacing: -.07em; }
.live-hero h1 em, .order-success h2 em { color: var(--accent); font-style: italic; font-weight: 400; }
.live-hero > p:last-child { max-width: 360px; margin: 30px 0 0; color: var(--muted); font-size: 15px; line-height: 1.65; }

.live-form { overflow: hidden; background: var(--paper); border: 1px solid rgba(28, 27, 26, .08); border-radius: 24px; box-shadow: 0 24px 70px rgba(51, 42, 35, .08); }
.form-section { padding: clamp(26px, 5vw, 45px); border-bottom: 1px solid var(--line); }
.section-label { display: flex; align-items: baseline; gap: 16px; margin-bottom: 28px; }
.section-label > span { color: var(--accent); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.section-label h2 { margin: 0; font: 500 clamp(24px, 3.4vw, 32px)/1 var(--serif); letter-spacing: -.045em; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-field { display: grid; gap: 9px; margin-bottom: 18px; }
.form-field > span, .amount-label { color: var(--ink); font-size: 11px; font-weight: 650; letter-spacing: .05em; }
.form-field b, .amount-label b { color: var(--accent); }
.form-field small { color: var(--muted); font-size: 10px; font-weight: 400; letter-spacing: 0; }
.form-field input, .form-field textarea, .amount-input-wrap { width: 100%; border: 1px solid var(--line); border-radius: 12px; background: #fcfbf9; color: var(--ink); outline: 0; transition: border-color .2s, box-shadow .2s, background .2s; }
.form-field input, .form-field textarea { padding: 14px 15px; font-size: 15px; }
.form-field input { min-height: 50px; }
.form-field textarea { min-height: 80px; resize: vertical; line-height: 1.45; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #aaa39b; }
.form-field input:focus, .form-field textarea:focus, .amount-input-wrap:focus-within { border-color: var(--ink); background: #fff; box-shadow: 0 0 0 4px rgba(28, 27, 26, .06); }
.form-field .is-invalid, .is-invalid { border-color: var(--accent) !important; box-shadow: 0 0 0 4px rgba(165, 65, 62, .08) !important; }
.email-option { display: inline-flex; align-items: center; gap: 9px; margin: -3px 0 18px; color: var(--muted); font-size: 12px; cursor: pointer; }
.email-option input { width: 16px; height: 16px; accent-color: var(--accent); }

.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; min-width: 0; padding: 0; margin: 0 0 18px; border: 0; }
.choice-card { position: relative; display: flex; min-height: 75px; align-items: center; gap: 13px; padding: 15px 17px; border: 1px solid var(--line); border-radius: 14px; background: #fcfbf9; cursor: pointer; transition: border-color .2s, background .2s, transform .2s; }
.choice-card:hover { transform: translateY(-1px); border-color: #bdb5ac; }
.choice-card input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.choice-card > span { display: grid; gap: 5px; }
.choice-card strong { font-size: 13px; font-weight: 650; }
.choice-card small { color: var(--muted); font-size: 11px; }
.choice-card::before { content: ""; flex: 0 0 15px; width: 15px; height: 15px; border: 1px solid #bdb5ac; border-radius: 50%; background: #fff; box-shadow: inset 0 0 0 3px #fff; }
.choice-card:has(input:checked) { border-color: var(--accent); background: var(--accent-soft); }
.choice-card:has(input:checked)::before { border-color: var(--accent); background: var(--accent); }
.choice-grid-small { margin: 3px 0 18px; }
.locker-fields { padding: 17px; margin: 0 0 18px; border-radius: 16px; background: #faf7f4; }
.locker-fields .form-field { margin-bottom: 0; }
.field-note, .payment-note { margin: 4px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.payment-note { padding: 13px 15px; border-left: 2px solid var(--accent); background: #faf7f4; }

.amount-block { margin-top: 26px; }
.amount-presets { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0; }
.amount-presets button { padding: 10px 14px; border: 1px solid var(--line); border-radius: 99px; background: #fff; color: var(--ink); font-size: 12px; transition: .2s; }
.amount-presets button:hover, .amount-presets button.active { border-color: var(--accent); color: var(--accent); background: var(--accent-soft); }
.amount-input-wrap { display: flex; align-items: center; padding-left: 15px; }
.amount-input-wrap input { flex: 1; min-width: 0; padding: 14px 8px 14px 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 16px; }
.amount-input-wrap > span:last-child { padding-right: 15px; color: var(--muted); font-size: 12px; }
.universal-note { display: flex; align-items: center; gap: 12px; padding: 15px 16px; margin-top: 22px; border: 1px solid var(--line); border-radius: 13px; }
.note-mark { display: grid; width: 28px; height: 28px; flex: 0 0 28px; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font: 14px var(--serif); }
.universal-note p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.45; }

.live-summary { padding: 24px clamp(26px, 5vw, 45px); background: #fbfaf8; }
.live-summary > div { display: flex; justify-content: space-between; gap: 20px; padding: 9px 0; color: var(--muted); font-size: 13px; }
.live-summary strong { color: var(--ink); font-weight: 650; }
.live-summary .summary-total { margin-top: 7px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--ink); font-size: 16px; }
.live-summary .summary-total strong { font: 500 25px var(--serif); }
.form-error { min-height: 20px; padding: 0 clamp(26px, 5vw, 45px); margin: 22px 0 0; color: var(--accent); font-size: 13px; }
.order-submit { display: flex; width: calc(100% - clamp(52px, 10vw, 90px)); align-items: center; justify-content: space-between; margin: 8px clamp(26px, 5vw, 45px) 0; padding: 18px 20px; border: 0; border-radius: 13px; background: var(--ink); color: #fff; font-size: 14px; font-weight: 650; letter-spacing: .02em; transition: background .2s, transform .2s, opacity .2s; }
.order-submit:hover { background: var(--accent); transform: translateY(-1px); }
.order-submit:disabled { cursor: wait; opacity: .55; transform: none; }
.order-submit span { font-size: 20px; font-weight: 400; }
.form-privacy { padding: 0 clamp(26px, 5vw, 45px); margin: 16px 0 30px; color: #9b948d; font-size: 11px; line-height: 1.5; }
.order-success { padding: clamp(34px, 8vw, 75px); border-radius: 24px; background: var(--paper); box-shadow: 0 24px 70px rgba(51, 42, 35, .08); }
.order-success h2 { margin: 0 0 20px; font: 500 clamp(45px, 7vw, 78px)/.9 var(--serif); letter-spacing: -.07em; }
.order-success p:not(.eyebrow) { max-width: 470px; margin: 12px 0; color: var(--muted); font-size: 15px; line-height: 1.6; }
.order-success strong { color: var(--ink); }
.live-footer { max-width: 1180px; display: grid; gap: 18px; padding: 22px 0 34px; margin: 0 auto; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.live-footer-top, .live-footer-links, .footer-badges { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.live-footer-links { justify-content: flex-start; flex-wrap: wrap; gap: 9px 24px; }
.live-footer-links a { color: var(--muted); transition: color .2s; }
.live-footer-links a:hover { color: var(--accent); }
.footer-badges { justify-content: flex-start; flex-wrap: wrap; gap: 8px; }
.footer-badges span { padding: 8px 10px; border: 1px solid var(--line); border-radius: 99px; letter-spacing: .08em; }

@media (max-width: 640px) {
  .live-page { padding: 0 15px; }
  .live-header { min-height: 72px; }
  .live-brand { gap: 9px; }
  .live-brand-name { font-size: 30px; }
  .live-brand-live { font-size: 8px; letter-spacing: .16em; }
  .live-status { font-size: 9px; letter-spacing: .09em; }
  .live-main { padding: 48px 0 50px; }
  .live-hero { margin-bottom: 34px; }
  .live-hero h1 { font-size: clamp(52px, 17vw, 78px); }
  .live-hero > p:last-child { margin-top: 23px; font-size: 14px; }
  .live-form { border-radius: 18px; }
  .form-section { padding: 27px 20px; }
  .field-row, .choice-grid { grid-template-columns: 1fr; gap: 12px; }
  .form-field input, .form-field textarea { font-size: 16px; }
  .choice-card { min-height: 68px; }
  .choice-grid-small { grid-template-columns: 1fr 1fr; }
  .locker-fields { padding: 14px; }
  .live-summary { padding: 22px 20px; }
  .form-error { padding: 0 20px; }
  .order-submit { width: calc(100% - 40px); margin-right: 20px; margin-left: 20px; }
  .form-privacy { padding: 0 20px; margin-bottom: 24px; }
  .live-footer { gap: 16px; padding-bottom: 25px; font-size: 9px; }
  .live-footer-top { align-items: flex-start; }
  .live-footer-links { gap: 12px 16px; }
}
