:root {
  --orange: #ef7417;
  --orange-deep: #c95b0f;
  --orange-soft: #fff0e2;
  --cream: #fff8f0;
  --ink: #24170e;
  --muted: #6e625a;
  --line: #ead8c9;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(93, 44, 10, .14);
  color-scheme: light;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fffdfa;
  line-height: 1.55;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 20;
  backdrop-filter: blur(18px);
  background: color-mix(in srgb, #fffdfa 88%, transparent);
  border-bottom: 1px solid rgba(234,216,201,.8);
}
.nav { min-height: 70px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand { display:flex; align-items:center; gap:12px; text-decoration:none; font-weight:800; letter-spacing:-.02em; }
.brand img { width:42px; height:42px; border-radius:11px; box-shadow: 0 5px 14px rgba(187,88,15,.18); }
.nav-links { display:flex; gap:22px; align-items:center; font-weight:600; }
.nav-links a { text-decoration:none; color:#5c493c; }
.nav-links a:hover, .nav-links a:focus { color:var(--orange-deep); }
.hero {
  overflow:hidden;
  background: radial-gradient(circle at 75% 20%, #ff9d49 0, #f27d20 28%, var(--orange) 62%, #df6713 100%);
  color:white;
  padding: 78px 0 72px;
}
.hero-grid { display:grid; grid-template-columns: 1.03fr .97fr; align-items:center; gap:54px; }
.eyebrow { text-transform:uppercase; letter-spacing:.16em; font-size:.82rem; font-weight:800; opacity:.9; }
h1 { font-size: clamp(3rem, 7vw, 5.8rem); line-height:.94; letter-spacing:-.055em; margin:.22em 0 .28em; }
.hero p { font-size:clamp(1.08rem, 2vw, 1.3rem); max-width:690px; margin:0 0 26px; color:#fff8f1; }
.actions { display:flex; flex-wrap:wrap; gap:12px; }
.button { display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:0 20px; border-radius:999px; text-decoration:none; font-weight:750; border:1px solid transparent; }
.button.primary { background:white; color:var(--orange-deep); box-shadow:0 10px 30px rgba(95,40,3,.16); }
.button.secondary { border-color:rgba(255,255,255,.7); color:white; background:rgba(255,255,255,.08); }
.hero-art { position:relative; min-height:520px; display:grid; place-items:center; }
.hero-icon { width:min(370px, 72vw); border-radius:23%; box-shadow:0 32px 70px rgba(104,46,3,.28); transform:rotate(-3deg); }
.phone-shot { position:absolute; width:240px; right:0; bottom:-48px; border-radius:34px; box-shadow:0 22px 55px rgba(85,34,0,.30); border:5px solid rgba(255,255,255,.45); }
.section { padding:84px 0; }
.section.alt { background:var(--cream); }
.section h2 { font-size:clamp(2rem,4vw,3.25rem); line-height:1.05; letter-spacing:-.04em; margin:0 0 14px; }
.lede { max-width:760px; color:var(--muted); font-size:1.12rem; margin:0 0 36px; }
.cards { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.card { background:white; border:1px solid var(--line); border-radius:24px; padding:28px; box-shadow:var(--shadow); }
.card .step { display:inline-grid; place-items:center; width:38px; height:38px; border-radius:50%; background:var(--orange-soft); color:var(--orange-deep); font-weight:850; margin-bottom:13px; }
.card h3 { margin:0 0 8px; font-size:1.25rem; }
.card p { margin:0; color:var(--muted); }
.split { display:grid; grid-template-columns:1fr 1fr; gap:44px; align-items:start; }
.checks { list-style:none; padding:0; margin:24px 0 0; display:grid; gap:14px; }
.checks li { display:flex; gap:12px; align-items:flex-start; }
.checks li::before { content:"✓"; display:grid; place-items:center; flex:0 0 24px; width:24px; height:24px; border-radius:50%; background:#e9f8ef; color:#1b9a52; font-weight:800; }
.privacy-callout { background:linear-gradient(135deg,#2b211b,#3c2a1f); color:white; padding:34px; border-radius:28px; box-shadow:var(--shadow); }
.privacy-callout p { color:#efe8e2; }
.gallery { display:grid; grid-auto-flow:column; grid-auto-columns:minmax(220px, 270px); gap:18px; overflow-x:auto; padding:10px 4px 24px; scroll-snap-type:x mandatory; }
.gallery img { width:100%; border-radius:28px; box-shadow:0 12px 35px rgba(63,36,16,.17); scroll-snap-align:start; background:#eee; }
.cta { background:var(--orange); color:white; border-radius:30px; padding:44px; display:flex; justify-content:space-between; gap:30px; align-items:center; }
.cta h2 { margin:0 0 8px; }
.cta p { margin:0; color:#fff2e7; }
.site-footer { border-top:1px solid var(--line); padding:30px 0 44px; color:var(--muted); }
.footer-inner { display:flex; flex-wrap:wrap; gap:18px 30px; align-items:center; justify-content:space-between; }
.footer-links { display:flex; gap:20px; flex-wrap:wrap; }
.footer-links a { text-decoration:none; }
.page-hero { background:var(--orange); color:white; padding:58px 0 48px; }
.page-hero h1 { font-size:clamp(2.6rem,6vw,4.6rem); margin:.1em 0 .2em; }
.page-hero p { max-width:760px; color:#fff3e8; font-size:1.1rem; }
.content { padding:58px 0 86px; }
.prose { width:min(800px,100%); }
.prose h2 { margin-top:2em; letter-spacing:-.025em; }
.prose h3 { margin-top:1.6em; }
.prose p, .prose li { color:#51463e; }
.notice { border-left:4px solid var(--orange); background:var(--orange-soft); padding:18px 20px; border-radius:0 14px 14px 0; }
.form-card { width:min(760px,100%); background:white; border:1px solid var(--line); border-radius:26px; padding:30px; box-shadow:var(--shadow); }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.field { display:grid; gap:7px; }
.field.full { grid-column:1/-1; }
label { font-weight:750; }
input, select, textarea { width:100%; font:inherit; color:var(--ink); background:white; border:1px solid #cdb9a9; border-radius:12px; padding:13px 14px; outline:none; }
input:focus, select:focus, textarea:focus { border-color:var(--orange); box-shadow:0 0 0 3px rgba(239,116,23,.14); }
textarea { min-height:180px; resize:vertical; }
.form-help { font-size:.91rem; color:var(--muted); margin-top:10px; }
button.button { cursor:pointer; border:none; background:var(--orange); color:white; font:inherit; }
.support-result { margin-top:16px; font-weight:650; min-height:1.5em; }
.small { font-size:.92rem; color:var(--muted); }
@media (max-width: 820px) {
  .hero-grid, .split { grid-template-columns:1fr; }
  .hero-art { min-height:420px; }
  .phone-shot { right:5%; width:205px; }
  .cards { grid-template-columns:1fr; }
  .cta { align-items:flex-start; flex-direction:column; }
  .nav-links { gap:12px; font-size:.92rem; }
}
@media (max-width: 560px) {
  .container { width:min(100% - 26px,1120px); }
  .nav { min-height:62px; }
  .brand span { display:none; }
  .hero { padding-top:54px; }
  .hero-art { min-height:350px; }
  .hero-icon { width:250px; }
  .phone-shot { width:170px; bottom:-32px; }
  .section { padding:62px 0; }
  .form-grid { grid-template-columns:1fr; }
  .field.full { grid-column:auto; }
  .form-card { padding:22px; }
}
