:root {
  --ink: #171713;
  --muted: #69695f;
  --paper: #f4f1e9;
  --surface: #fffdf8;
  --line: rgba(23, 23, 19, 0.14);
  --accent: #c86e3a;
  --accent-dark: #9f4e23;
  --lime: #dbe8b5;
  --shadow: 0 24px 70px rgba(35, 31, 23, 0.12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); }
button, input, textarea { font: inherit; }
a { color: inherit; }

.site-header {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 760; letter-spacing: -0.02em; }
.brand-mark { width: 36px; height: 36px; border-radius: 11px; display: block; object-fit: contain; }
nav { display: flex; align-items: center; gap: 26px; }
nav a { text-decoration: none; color: var(--muted); font-size: 0.92rem; }
nav a:hover { color: var(--ink); }
.nav-cta { padding: 11px 17px; border: 1px solid var(--ink); border-radius: 999px; color: var(--ink); }

.hero {
  width: min(1240px, calc(100% - 40px));
  margin: 38px auto 72px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 68px;
  align-items: center;
}

.eyebrow { margin: 0 0 14px; color: var(--accent-dark); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 24px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.2rem, 6vw, 6.6rem); line-height: 0.93; letter-spacing: -0.065em; font-weight: 500; }
h1 em { color: var(--accent); font-weight: inherit; }
.hero-intro { max-width: 650px; color: var(--muted); font-size: clamp(1.04rem, 1.4vw, 1.24rem); line-height: 1.65; }
.hero-actions { margin: 32px 0 25px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; padding: 0 21px; border-radius: 999px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 5px; text-decoration: none; font-weight: 760; cursor: pointer; transition: transform 160ms ease, background 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: white; }
.button-primary:hover { background: #2d2d28; }
.button-ghost { border-color: var(--line); background: rgba(255,255,255,.42); }
.quick-facts { padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 11px 22px; list-style: none; color: var(--muted); font-size: .88rem; }
.quick-facts li::before { content: "✓"; margin-right: 7px; color: var(--accent-dark); font-weight: 800; }

.hero-media { min-width: 0; }
.video-shell { position: relative; overflow: hidden; border: 10px solid var(--ink); border-radius: 30px; background: var(--ink); box-shadow: var(--shadow); transform: rotate(1.2deg); }
.video-shell video { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #000; }
.video-label { position: absolute; z-index: 2; top: 14px; left: 14px; border-radius: 999px; padding: 8px 12px; background: rgba(255,253,248,.9); backdrop-filter: blur(8px); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.media-caption { margin: 18px 0 0; text-align: center; color: var(--muted); font-size: .87rem; }

.value-strip { width: 100%; padding: 30px max(20px, calc((100% - 1160px) / 2)); display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--ink); color: white; }
.value-strip div { padding: 5px 28px; border-left: 1px solid rgba(255,255,255,.16); }
.value-strip div:first-child { border-left: 0; }
.value-strip strong, .value-strip span { display: block; }
.value-strip strong span { display: inline; margin: 0; color: inherit; font-size: inherit; }
.value-strip strong { font-family: Georgia, serif; font-size: 1.65rem; font-weight: 500; }
.value-strip span { margin-top: 7px; color: rgba(255,255,255,.62); font-size: .78rem; }

.section { width: min(1160px, calc(100% - 40px)); margin: 0 auto; padding: 110px 0; }
.section-heading { max-width: 720px; margin-bottom: 48px; }
h2 { margin-bottom: 18px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 4.6vw, 4.5rem); line-height: 1; letter-spacing: -0.045em; font-weight: 500; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.steps article { min-height: 260px; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.42); }
.steps article:nth-child(2) { background: var(--lime); transform: translateY(20px); }
.steps article > span { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 50px; border-radius: 50%; border: 1px solid currentColor; font-size: .76rem; font-weight: 800; }
.steps h3 { margin-bottom: 12px; font-size: 1.25rem; }
.steps p { margin-bottom: 0; color: var(--muted); line-height: 1.65; }

.order-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 42px; align-items: start; }
.order-summary { position: sticky; top: 28px; padding: 36px; border-radius: 28px; background: var(--ink); color: white; }
.order-summary h2 { font-size: 2.8rem; }
.price { display: flex; align-items: baseline; gap: 12px; margin: 24px 0; }
.price > span { font-family: Georgia, serif; color: var(--lime); font-size: 4.5rem; line-height: 1; }
.price small { color: rgba(255,255,255,.55); }
.order-summary ul { padding: 0; margin: 26px 0; list-style: none; }
.order-summary li { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.82); }
.order-summary li::before { content: "✓"; margin-right: 10px; color: var(--lime); }
.summary-note { margin: 0; color: rgba(255,255,255,.55); font-size: .82rem; line-height: 1.6; }

.order-card { padding: clamp(26px, 4vw, 52px); border-radius: 30px; background: var(--surface); box-shadow: var(--shadow); }
.order-card-heading { margin-bottom: 34px; }
.order-card h2 { font-size: clamp(2.2rem, 4vw, 3.5rem); }
.returning-customer { margin: -4px 0 0; color: var(--muted); line-height: 1.55; }
.returning-customer a { color: var(--ink); font-weight: 750; }
form { display: grid; gap: 22px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
label, legend { color: var(--ink); font-size: .86rem; font-weight: 750; }
.optional { color: var(--muted); font-size: .76rem; font-weight: 500; }
input, textarea { width: 100%; margin-top: 8px; padding: 14px 15px; border: 1px solid var(--line); border-radius: 12px; background: white; color: var(--ink); outline: none; }
input:focus, textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(200,110,58,.13); }
textarea { resize: vertical; }
fieldset { padding: 0; margin: 0; border: 0; }
legend { margin-bottom: 10px; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.choice-grid-three { grid-template-columns: repeat(3, 1fr); }
.choice { position: relative; display: block; }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice span { display: block; min-height: 82px; padding: 15px; border: 1px solid var(--line); border-radius: 14px; background: white; cursor: pointer; }
.choice input:checked + span { border-color: var(--accent); box-shadow: inset 0 0 0 1px var(--accent); background: #fff8f1; }
.choice strong, .choice small { display: block; }
.choice small { margin-top: 5px; color: var(--muted); font-weight: 500; }

.upload-box { position: relative; display: grid; place-items: center; min-height: 170px; padding: 24px; border: 1.5px dashed rgba(23,23,19,.3); border-radius: 18px; background: #f7f4ec; text-align: center; cursor: pointer; }
.upload-box:hover { border-color: var(--accent); background: #fff8f1; }
.upload-box input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.upload-box strong, .upload-box small { display: block; }
.upload-box small { margin-top: 5px; color: var(--muted); font-weight: 500; }
.upload-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 10px; border-radius: 50%; background: var(--ink); color: white; font-size: 1.3rem; }
.file-list { display: grid; gap: 7px; margin-top: -12px; color: var(--muted); font-size: .78rem; }
.file-list strong { color: var(--ink); font-size: .86rem; }
.file-list .error { color: #a52e2e; font-weight: 700; }
.consent { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-weight: 500; line-height: 1.5; }
.consent input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--accent); }
.consent a { color: var(--ink); }
.submit-button { width: 100%; border: 0; }
.form-note { margin: -10px 0 0; text-align: center; color: var(--muted); font-size: .76rem; }
.form-status { display: none; padding: 15px 16px; border-radius: 12px; line-height: 1.5; }
.form-status.visible { display: block; }
.form-status.success { background: #edf4dc; color: #3c5319; }
.form-status.error { background: #fff0ed; color: #822d20; }

footer { width: min(1160px, calc(100% - 40px)); margin: 0 auto; padding: 38px 0 45px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 28px; color: var(--muted); font-size: .82rem; }
footer p { margin: 0; }
.footer-brand { color: var(--ink); }

.legal-page { width: min(860px, calc(100% - 40px)); margin: 64px auto 110px; }
.legal-page > h1 { max-width: none; font-size: clamp(3.4rem, 8vw, 6.8rem); }
.legal-intro { max-width: 760px; margin-bottom: 58px; color: var(--muted); font-size: 1.16rem; line-height: 1.7; }
.legal-page section { padding: 30px 0; border-top: 1px solid var(--line); }
.legal-page section h2 { margin-bottom: 12px; font-size: clamp(1.7rem, 3vw, 2.45rem); }
.legal-page section p { margin-bottom: 0; color: var(--muted); line-height: 1.75; }
.legal-updated { margin-top: 35px; color: var(--muted); font-size: .82rem; }

@media (max-width: 900px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; gap: 42px; margin-top: 22px; }
  h1 { font-size: clamp(3.4rem, 14vw, 6rem); }
  .hero-media { width: 100%; }
  .value-strip { grid-template-columns: 1fr 1fr; row-gap: 26px; }
  .value-strip div:nth-child(3) { border-left: 0; }
  .steps { grid-template-columns: 1fr; }
  .steps article:nth-child(2) { transform: none; }
  .order-section { grid-template-columns: 1fr; }
  .order-summary { position: static; }
}

@media (max-width: 600px) {
  .site-header, .hero, .section, footer { width: min(100% - 26px, 1160px); }
  .site-header { min-height: 70px; }
  .brand > span:last-child { max-width: 115px; line-height: 1.05; }
  .nav-cta { padding: 9px 12px; font-size: .8rem; }
  .hero { margin-bottom: 48px; }
  h1 { font-size: clamp(3.1rem, 15vw, 4.6rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .video-shell { border-width: 6px; border-radius: 19px; transform: none; }
  .value-strip { padding-inline: 20px; }
  .value-strip div { padding-inline: 10px; }
  .section { padding: 78px 0; }
  .form-grid, .choice-grid, .choice-grid-three { grid-template-columns: 1fr; }
  .order-card, .order-summary { border-radius: 22px; }
  footer { grid-template-columns: 1fr; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
