
:root{
  --ink:#1f2f46;
  --ink-2:#2c405d;
  --gold:#c6a15b;
  --gold-dark:#9a7838;
  --cream:#f5f1e8;
  --paper:#fffdf9;
  --muted:#667085;
  --line:#d9d3c7;
  --success:#22c55e;
  --danger:#b42318;
  --shadow:0 18px 48px rgba(31,47,70,.14);
  --header-offset:126px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper);line-height:1.6}
img{max-width:100%;display:block}
a{color:inherit}
button,input,select,textarea{font:inherit}
.container{width:min(1180px,calc(100% - 36px));margin:auto}
section[id]{scroll-margin-top:var(--header-offset)}
.narrow{width:min(880px,calc(100% - 36px))}

.topbar{background:var(--ink);color:#fff;font-size:14px}
.topbar .container{min-height:40px;display:flex;justify-content:space-between;align-items:center;gap:18px}
.topbar a{text-decoration:none}
.site-header{position:sticky;top:0;z-index:70;background:rgba(255,253,249,.97);backdrop-filter:blur(10px);box-shadow:0 2px 14px rgba(31,47,70,.08)}
.nav{height:82px;display:flex;align-items:center;gap:22px}
.menu-toggle{border:0;background:transparent;font-size:26px;cursor:pointer}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none}
.mark{width:46px;height:46px;border-radius:12px;background:var(--ink);color:var(--gold);display:grid;place-items:center;font-weight:900;letter-spacing:.04em}
.brand b{display:block;font-size:22px;line-height:1.05}
.brand small{display:block;color:var(--muted)}
nav{margin-left:auto;display:flex;gap:22px;align-items:center}
nav a{text-decoration:none;font-weight:700}
.phone{background:var(--ink);color:#fff;text-decoration:none;border-radius:999px;padding:12px 18px;font-weight:800}

.hero{background:linear-gradient(135deg,#22344e 0%,#17263b 65%,#0f1c2d 100%);color:#fff;padding:42px 0 52px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.02fr .82fr 1.14fr;gap:26px;align-items:center}
.hero-copy h1{font-size:clamp(46px,5.7vw,74px);line-height:1.02;margin:12px 0 20px}
.hero-copy p{font-size:18px;max-width:640px}
.eyebrow{color:var(--gold);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.14em}
.hero-rating{margin:22px 0;color:#f7dfac}
.hero-visual{align-self:stretch;display:flex;align-items:flex-end;justify-content:center;overflow:visible}
.hero-visual img{width:112%;max-width:none;height:620px;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 20px 28px rgba(0,0,0,.24))}
.form-wrap{position:relative}
.offer-ribbon{position:absolute;right:18px;top:-16px;z-index:3;background:var(--gold);color:var(--ink);padding:12px 20px;border-radius:10px 10px 2px 10px;font-weight:900;box-shadow:0 12px 26px rgba(0,0,0,.18)}
.offer-ribbon:after{content:"";position:absolute;right:0;bottom:-12px;border-width:12px 0 0 14px;border-style:solid;border-color:transparent transparent transparent var(--gold-dark)}

.form{background:#fff;color:var(--ink);border-radius:28px;padding:34px;box-shadow:var(--shadow)}
.form h2{font-size:44px;line-height:1.05;margin:0 0 18px}
.step-progress{display:flex;align-items:center;gap:10px;margin:0 0 22px}
.progress-dot{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#ece7dc;color:var(--ink);font-weight:900}
.progress-dot.active,.progress-dot.done{background:var(--gold)}
.progress-line{height:3px;flex:1;background:#ece7dc;border-radius:999px}
.progress-line.active{background:var(--gold)}
.form-step[hidden]{display:none}
.cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:12px 0 18px}
.cat{border:2px solid #d8dce3;border-radius:16px;padding:14px 8px;text-align:center;cursor:pointer;transition:.2s}
.cat input{position:absolute;opacity:0}
.cat span{display:block;font-size:27px}
.cat:has(input:checked){border-color:var(--gold-dark);background:#fbf7ef;box-shadow:0 0 0 3px rgba(198,161,91,.2)}
.fields{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.fields label,.field-label{font-weight:700}
.fields select,.fields input,.fields textarea,.upload-box input{
  width:100%;margin-top:7px;border:1px solid #cfd5df;border-radius:12px;padding:14px 15px;background:#fff;color:var(--ink)
}
.fields textarea{min-height:110px;resize:vertical}
.full{grid-column:1/-1}
.choice-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.segment{display:flex;border:1px solid #cfd5df;border-radius:12px;overflow:hidden;margin-top:7px}
.segment label{flex:1;text-align:center;padding:13px 8px;cursor:pointer;background:#fff;font-weight:700}
.segment input{position:absolute;opacity:0}
.segment label:has(input:checked){background:var(--ink);color:#fff}
.privacy{display:flex;gap:10px;align-items:flex-start;margin:20px 0}
.form-actions{display:flex;gap:12px;margin-top:18px}
.btn{border:0;border-radius:13px;padding:14px 22px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;font-weight:900;cursor:pointer}
.btn-primary{background:var(--gold);color:var(--ink)}
.btn-secondary{background:var(--ink);color:#fff}
.btn-light{background:#fff;color:var(--ink)}
.btn-ghost{background:#ece7dc;color:var(--ink)}
.btn-block{width:100%}
.form-error{color:var(--danger);font-weight:700;margin-top:10px}
.upload-box{grid-column:1/-1;border:1px dashed var(--gold-dark);border-radius:14px;padding:14px;background:#fbf7ef}
.hp{position:absolute!important;left:-9999px!important}

.section{padding:84px 0}
.soft{background:var(--cream)}
.dark{background:var(--ink);color:#fff}
.title{text-align:center;margin-bottom:34px}
.title h2{font-size:clamp(34px,4.8vw,54px);line-height:1.08;margin:8px 0}
.cards,.benefits,.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.cards article,.reviews article{background:#fff;border-radius:22px;box-shadow:var(--shadow);overflow:hidden}
.cards article{padding:26px}
.split{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:48px}
.media-frame{height:500px;border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}
.media-frame img{width:100%;height:100%;object-fit:cover}
.split-inspection .media-frame img{object-position:center 55%}
.split-pickup .media-frame img{object-position:70% center}
.split-copy h2{font-size:clamp(34px,4.8vw,52px);line-height:1.08}
.benefits{grid-template-columns:repeat(4,1fr)}
.benefits article{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);padding:24px;border-radius:18px}
.reviews img{width:100%;aspect-ratio:4/3;object-fit:cover}
.review{padding:20px}
.stars{color:#d99b22;letter-spacing:3px;font-size:20px}
.location{display:grid;grid-template-columns:1.25fr .75fr;gap:24px}
.map-card,.box{background:#fff;border-radius:24px;box-shadow:var(--shadow);overflow:hidden}
.map-card iframe{width:100%;height:470px;border:0;display:block}
.map-note{padding:14px 18px;background:#fbf7ef;color:var(--muted);font-size:14px}
.box{padding:30px}
.box a{text-decoration:none;font-weight:800}
details{background:#fff;margin:12px 0;padding:18px;border-radius:14px;box-shadow:0 8px 24px rgba(31,47,70,.08)}
summary{cursor:pointer;font-weight:900}

.footer{background:#101d2e;color:#fff;padding:54px 0 20px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:34px}
.footer-grid a{display:block;text-decoration:none;margin-top:8px;color:#d7dde7}
.copy{border-top:1px solid rgba(255,255,255,.14);margin-top:34px;padding-top:18px;color:#c4cedb}
.designer-wa{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#25D366;color:#fff;text-decoration:none;margin-left:8px;vertical-align:middle}.designer-wa svg{width:20px;height:20px;display:block}
.float{position:fixed;right:18px;bottom:22px;z-index:90;width:56px;height:56px;border-radius:50%;background:var(--success);color:#fff;text-decoration:none;display:grid;place-items:center;font-size:0;box-shadow:0 10px 24px rgba(0,0,0,.2)}
.float:after{content:"WA";font-size:14px;font-weight:900}

.legal-hero{background:linear-gradient(135deg,var(--ink),var(--ink-2));color:#fff;padding:58px 0}
.legal-content{padding:64px 0}
.legal-card{background:#fff;border-radius:24px;box-shadow:var(--shadow);padding:34px}

@media(max-width:1020px){
  :root{--header-offset:118px}
  nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:20px;box-shadow:var(--shadow)}
  nav.open{display:flex}
  .hero-grid{grid-template-columns:1fr 1fr}
  .hero-copy{grid-column:1/-1}
  .hero-visual img{height:520px;width:100%}
  .cards,.reviews{grid-template-columns:1fr 1fr}
  .benefits{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
  :root{--header-offset:112px}
  .container{width:min(100% - 24px,1180px)}
  .topbar .container{overflow:auto;white-space:nowrap;font-size:13px}
  .brand b{font-size:18px}
  .phone{font-size:0;width:46px;height:46px;padding:0;display:grid;place-items:center}
  .phone:after{content:"☎";font-size:20px}
  .hero{padding:28px 0 38px}
  .hero-grid{grid-template-columns:1fr}
  .hero-copy h1{font-size:48px}
  .hero-visual{display:none}
  .offer-ribbon{right:12px;top:-12px;font-size:13px;padding:10px 14px}
  .form{padding:24px 18px}
  .form h2{font-size:36px}
  .fields,.choice-row{grid-template-columns:1fr}
  .full{grid-column:auto}
  .cat-grid{gap:8px}
  .cat{padding:10px 4px}
  .cards,.benefits,.reviews,.footer-grid{grid-template-columns:1fr}
  .split{grid-template-columns:1fr;gap:28px}
  .media-frame{height:auto;aspect-ratio:16/9}
  .location{grid-template-columns:1fr}
  .map-card iframe{height:390px}
  .form-actions{flex-direction:column}
}


/* V7 refinements */
.hero-person,
.hero-person img,
.hero-visual img{
  background:transparent!important;
}
.hero-person{
  object-fit:contain!important;
  object-position:center bottom!important;
  filter:drop-shadow(0 18px 22px rgba(0,0,0,.22));
}
.review-card img,
.reviews img{
  object-fit:cover!important;
  object-position:center top!important;
}
.floating-wa,
.floating-call-v7{
  position:fixed;
  right:18px;
  z-index:95;
  width:58px;
  height:58px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#fff;
  text-decoration:none;
  box-shadow:0 10px 24px rgba(0,0,0,.22);
}
.floating-wa{
  bottom:22px;
  background:#25D366!important;
  font-size:0!important;
}
.floating-wa::after{
  content:"";
  width:30px;
  height:30px;
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' d='M19.1 17.2c-.3-.2-1.8-.9-2.1-1-.3-.1-.5-.2-.7.2-.2.3-.8 1-.9 1.2-.2.2-.3.3-.6.1-1.8-.9-3-1.6-4.2-3.6-.3-.5.3-.5.9-1.6.1-.2 0-.4 0-.6s-.7-1.8-1-2.5c-.3-.7-.5-.6-.7-.6h-.6c-.2 0-.6.1-.9.4-.3.3-1.2 1.2-1.2 2.9s1.2 3.3 1.4 3.5c.2.2 2.4 3.7 5.9 5.2 2.2.9 3 .9 4.1.8.7-.1 2.1-.9 2.4-1.7.3-.8.3-1.5.2-1.7-.1-.2-.3-.3-.6-.5z'/%3E%3Cpath fill='%23fff' d='M16 3C8.8 3 3 8.8 3 16c0 2.3.6 4.5 1.7 6.5L3 29l6.7-1.7c1.9 1 4 1.5 6.2 1.5h.1c7.2 0 13-5.8 13-13S23.2 3 16 3zm0 23.6h-.1c-2 0-3.9-.5-5.6-1.5l-.4-.2-4 .9 1-3.9-.2-.4A10.6 10.6 0 1 1 16 26.6z'/%3E%3C/svg%3E");
}
.floating-call-v7{
  bottom:92px;
  background:#c6a15b;
}
.floating-call-v7 svg{
  width:28px;
  height:28px;
  fill:#1f2f46;
}
input[type="number"][name="year"]{
  appearance:textfield;
}
input[type="number"][name="year"]::-webkit-inner-spin-button,
input[type="number"][name="year"]::-webkit-outer-spin-button{
  opacity:1;
}
@media(max-width:700px){
  .hero-person{
    display:block!important;
    width:min(78%,390px)!important;
    height:auto!important;
    margin:24px auto 0!important;
  }
}


/* V8 — hero person sizing and floating controls */
.hero-visual{
  position:relative;
  align-self:stretch;
  min-height:650px;
  display:flex!important;
  align-items:flex-end;
  justify-content:center;
  overflow:visible;
}
.hero-visual .hero-person,
.hero-person{
  display:block!important;
  width:min(128%,560px)!important;
  max-width:none!important;
  height:auto!important;
  max-height:690px!important;
  object-fit:contain!important;
  object-position:center bottom!important;
  margin:0 -14% -52px!important;
  border-radius:0!important;
  box-shadow:none!important;
  filter:drop-shadow(0 22px 26px rgba(0,0,0,.26));
  background:transparent!important;
}
.floating-wa::after{
  content:""!important;
}
.floating-wa{
  font-size:0!important;
}
.floating-call-v7,
.floating-wa{
  transition:opacity .2s ease,transform .2s ease;
}
body.footer-visible .floating-call-v7,
body.footer-visible .floating-wa{
  opacity:0;
  pointer-events:none;
  transform:translateY(18px);
}
@media(max-width:1020px){
  .hero-visual{
    min-height:570px;
  }
  .hero-visual .hero-person,
  .hero-person{
    width:min(112%,510px)!important;
    margin:0 -6% -42px!important;
    max-height:600px!important;
  }
}
@media(max-width:700px){
  .hero-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
  }
  .hero-copy{order:1}
  .hero-visual{
    order:2;
    display:flex!important;
    min-height:0!important;
    height:390px!important;
    margin:-16px 0 -8px;
    overflow:hidden;
    align-items:flex-end;
  }
  .hero-visual .hero-person,
  .hero-person{
    display:block!important;
    width:auto!important;
    height:390px!important;
    max-height:none!important;
    max-width:100%!important;
    object-fit:contain!important;
    margin:0 auto -4px!important;
  }
  .form-wrap{order:3}
}
@media(max-width:430px){
  .hero-visual{
    height:350px!important;
  }
  .hero-visual .hero-person,
  .hero-person{
    height:350px!important;
  }
}


/* V9 final responsive header and hero corrections */
.header-actions{display:flex;align-items:center;gap:10px;margin-left:0}
.header-wa{width:48px;height:48px;border-radius:50%;background:#25D366;color:#fff;display:grid;place-items:center;text-decoration:none;flex:0 0 auto;box-shadow:0 8px 20px rgba(37,211,102,.2)}
.header-wa svg{width:27px;height:27px;fill:currentColor}
.float,.floating-wa,.floating-call-v7{display:none!important}

.hero{padding:38px 0 42px}
.hero-grid{grid-template-columns:minmax(0,1fr) minmax(260px,.72fr) minmax(390px,1.05fr);gap:24px;align-items:center;min-height:650px}
.hero-copy{align-self:center}
.hero-copy h1{font-size:clamp(48px,5vw,70px);max-width:650px}
.hero-visual{height:650px!important;min-height:650px!important;display:flex!important;align-items:flex-end!important;justify-content:center!important;overflow:visible!important;margin:0!important}
.hero-visual .hero-person,.hero-visual img,.hero-person{height:640px!important;width:auto!important;max-width:125%!important;max-height:none!important;object-fit:contain!important;object-position:center bottom!important;margin:0 auto -42px!important;border-radius:0!important;box-shadow:none!important;background:transparent!important}
.form-wrap{align-self:center;width:100%}
.form{padding:30px;max-height:none}
.form h2{font-size:clamp(38px,3.4vw,50px)}

@media(max-width:1120px){
 .hero-grid{grid-template-columns:minmax(0,1fr) minmax(220px,.65fr) minmax(350px,1fr);gap:18px}
 .hero-visual,.hero-visual .hero-person,.hero-visual img,.hero-person{height:570px!important;min-height:570px!important}
 .hero-copy h1{font-size:54px}
}
@media(max-width:900px){
 .hero-grid{grid-template-columns:1fr 1fr;min-height:auto}
 .hero-copy{grid-column:1/-1}
 .hero-visual{height:520px!important;min-height:520px!important}
 .hero-visual .hero-person,.hero-visual img,.hero-person{height:510px!important;min-height:0!important;margin-bottom:-30px!important}
 .form-wrap{align-self:end}
}
@media(max-width:700px){
 :root{--header-offset:126px}
 .topbar a{display:none}
 .nav{height:82px;gap:10px}
 .brand{min-width:0;flex:1}
 .brand b{font-size:18px;white-space:nowrap}
 .brand small{font-size:13px}
 .mark{width:44px;height:44px}
 .header-actions{gap:7px}
 .phone,.header-wa{width:44px;height:44px;padding:0;border-radius:50%;display:grid;place-items:center;flex:0 0 auto}
 .phone{font-size:0}
 .phone:after{content:"☎";font-size:19px}
 .header-wa svg{width:25px;height:25px}
 .hero{padding:30px 0 34px}
 .hero-grid{display:grid!important;grid-template-columns:1fr!important;gap:0!important;min-height:auto!important}
 .hero-copy{order:1;grid-column:auto;padding-bottom:8px}
 .hero-copy h1{font-size:clamp(43px,12vw,58px);line-height:1.03;margin-bottom:22px}
 .hero-copy p{font-size:18px;line-height:1.55}
 .hero-rating{font-size:18px;line-height:1.45}
 .hero-visual{order:2;display:flex!important;width:100%!important;height:430px!important;min-height:430px!important;overflow:visible!important;margin:6px 0 0!important;align-items:flex-end!important}
 .hero-visual .hero-person,.hero-visual img,.hero-person{display:block!important;height:425px!important;min-height:0!important;width:auto!important;max-width:96%!important;max-height:none!important;margin:0 auto!important;object-fit:contain!important;object-position:center center!important}
 .form-wrap{order:3;margin-top:2px;width:100%}
 .form{padding:24px 18px;border-radius:24px}
 .form h2{font-size:38px}
 .offer-ribbon{right:8px;top:-18px;max-width:220px}
}
@media(max-width:430px){
 .container{width:min(100% - 20px,1180px)}
 .menu-toggle{font-size:23px;padding:4px}
 .brand{gap:8px}
 .brand b{font-size:16px}
 .hero-visual{height:390px!important;min-height:390px!important}
 .hero-visual .hero-person,.hero-visual img,.hero-person{height:385px!important;max-width:100%!important}
 .form h2{font-size:34px}
}


/* V10 final image quality and responsive framing */
.hero-visual img,
.hero-visual .hero-person,
.hero-person{
  width:auto!important;
  height:min(690px,72vh)!important;
  max-width:128%!important;
  object-fit:contain!important;
  object-position:center bottom!important;
  margin:0 auto -42px!important;
  background:transparent!important;
  border-radius:0!important;
  box-shadow:none!important;
  filter:drop-shadow(0 20px 25px rgba(0,0,0,.23));
}
.reviews article img{
  width:100%!important;
  aspect-ratio:4/3!important;
  height:auto!important;
  object-fit:cover!important;
  object-position:center 34%!important;
  image-rendering:auto;
}
@media(max-width:700px){
  .hero-visual{
    display:flex!important;
    height:420px!important;
    min-height:420px!important;
    overflow:hidden!important;
    align-items:flex-end!important;
    justify-content:center!important;
    margin-top:10px!important;
  }
  .hero-visual img,
  .hero-visual .hero-person,
  .hero-person{
    display:block!important;
    height:410px!important;
    width:auto!important;
    max-width:100%!important;
    margin:0 auto -2px!important;
    object-fit:contain!important;
    object-position:center bottom!important;
  }
  .reviews article img{object-position:center 30%!important}
}
@media(max-width:430px){
  .hero-visual{height:385px!important;min-height:385px!important}
  .hero-visual img,.hero-visual .hero-person,.hero-person{height:378px!important}
}
