:root{
  --bg:#f4f1ea;--paper:#fffdf8;--ink:#0d1b1e;--muted:#6b7472;--line:#d9d7cf;
  --accent:#d8ff5f;--accent2:#bfe945;--radius:24px;--shadow:0 20px 60px rgba(13,27,30,.12)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink);line-height:1.5}
a{color:inherit;text-decoration:none}.wrap{width:min(1160px,calc(100% - 40px));margin:auto}.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}
.site-header{position:sticky;top:0;z-index:20;background:rgba(244,241,234,.88);backdrop-filter:blur(16px);border-bottom:1px solid rgba(13,27,30,.08)}
.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:var(--accent);font-weight:900}.brand strong,.brand small{display:block;line-height:1.05}.brand small{font-size:12px;color:var(--muted);margin-top:4px;letter-spacing:.08em;text-transform:uppercase}
.desktop-nav{display:flex;gap:28px;font-weight:700;font-size:14px}.desktop-nav a:hover{opacity:.6}.nav-actions{display:flex;align-items:center;gap:10px}.lang-picker select{border:1px solid var(--line);border-radius:999px;background:var(--paper);padding:10px 12px;font-weight:800;color:var(--ink)}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 20px;border-radius:999px;border:1px solid var(--ink);font-weight:850;transition:.2s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--accent);color:var(--ink);box-shadow:0 8px 24px rgba(183,223,63,.28)}.btn-ghost{background:transparent}.btn-dark{background:var(--ink);color:#fff;border-color:var(--ink)}.btn-small{min-height:42px;padding:0 16px;font-size:13px}
.hero{padding:76px 0 70px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:62px}.eyebrow{font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:#56605d;margin:0 0 16px}
h1,h2,h3,p{margin-top:0}h1{font-size:clamp(52px,6.8vw,92px);line-height:.92;letter-spacing:-.06em;margin-bottom:28px}h1 em{font-family:Georgia,serif;font-weight:400}h2{font-size:clamp(38px,4.8vw,64px);line-height:.98;letter-spacing:-.045em;margin-bottom:20px}.lead{font-size:20px;color:#3d4947;max-width:680px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0 28px}.trust-row{display:flex;gap:18px;flex-wrap:wrap;color:#4f5b58;font-size:14px;font-weight:700}
.hero-card{background:var(--ink);border-radius:36px;padding:18px;box-shadow:var(--shadow);transform:rotate(1.2deg)}.visual{height:430px;border-radius:26px;background:radial-gradient(circle at 30% 20%,#5e7974 0,#29413f 35%,#142524 100%);position:relative;overflow:hidden}.visual:after{content:"";position:absolute;inset:auto 8% 8% 8%;height:12px;background:rgba(0,0,0,.35);filter:blur(12px);border-radius:50%}.sofa{position:absolute;left:10%;right:10%;bottom:15%;height:185px}.seat{position:absolute;left:9%;right:9%;bottom:20px;height:72px;border-radius:24px;background:#d7b488;box-shadow:inset 0 -8px 0 rgba(83,58,37,.16)}.cushion{position:absolute;top:5px;width:29%;height:96px;border-radius:20px;background:#e8c9a2;box-shadow:inset 0 -8px 0 rgba(83,58,37,.12)}.c1{left:8%}.c2{left:35.5%}.c3{right:8%}.arm{position:absolute;bottom:18px;width:14%;height:90px;border-radius:22px;background:#caa276}.a1{left:0}.a2{right:0}.shine{position:absolute;color:var(--accent);font-size:36px;text-shadow:0 0 18px rgba(216,255,95,.5)}.s1{top:16%;left:18%}.s2{top:28%;right:14%;font-size:22px}.s3{bottom:18%;left:43%;font-size:18px}.hero-card-footer{display:flex;justify-content:space-between;align-items:center;color:#fff;padding:18px 10px 6px}.hero-card-footer small{display:block;color:#a8b4b1;margin-bottom:4px}.arrow{color:var(--accent);font-size:28px}
.strip{background:var(--accent);border-block:1px solid var(--ink)}.strip-inner{min-height:60px;display:flex;align-items:center;justify-content:space-between;font-weight:950;letter-spacing:.08em;font-size:13px}.strip-inner i{opacity:.35}
.section{padding:100px 0}.section-head{display:flex;justify-content:space-between;gap:60px;align-items:end;margin-bottom:44px}.section-head>p{max-width:540px;color:var(--muted);font-size:18px}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.service-card{background:var(--paper);border:1px solid var(--line);border-radius:22px;padding:26px;min-height:260px;display:flex;flex-direction:column}.service-no{font-weight:900;color:#84908d;margin-bottom:auto}.service-card h3{font-size:25px;line-height:1.05;margin-bottom:12px}.service-card p{color:var(--muted);margin:0}.price-note{margin-top:18px;padding:30px;border-radius:24px;background:var(--accent);display:flex;align-items:center;justify-content:space-between;gap:30px}.price-note strong{font-size:24px}.price-note p{margin:6px 0 0;max-width:720px}
.section-dark{background:var(--ink);color:#fff}.section-dark .eyebrow{color:#9cacaa}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.steps article{padding:26px;border:1px solid #314443;border-radius:22px;min-height:230px}.steps span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--accent);color:var(--ink);font-weight:900;margin-bottom:38px}.steps h3{font-size:23px;margin-bottom:10px}.steps p{color:#b6c1bf;margin:0}.faq-wrap{display:grid;grid-template-columns:.65fr 1.35fr;gap:60px}.faq-list details{border-top:1px solid var(--line);padding:22px 0}.faq-list details:last-child{border-bottom:1px solid var(--line)}summary{cursor:pointer;font-weight:850;font-size:20px;list-style:none;padding-right:30px;position:relative}summary::-webkit-details-marker{display:none}summary:after{content:"+";position:absolute;right:0;top:-2px;font-size:28px;font-weight:400}details[open] summary:after{content:"–"}.faq-list p{color:var(--muted);max-width:760px;margin:14px 0 0}
.contact-section{padding-bottom:70px}.contact-grid{display:grid;grid-template-columns:1fr .8fr;gap:50px;align-items:start}.contact-copy{font-size:18px;color:var(--muted);max-width:650px}.contact-buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.contact-card{background:var(--paper);border:1px solid var(--line);border-radius:24px;padding:12px}.contact-card>div{padding:20px;border-bottom:1px solid var(--line)}.contact-card>div:last-child{border:0}.contact-card small{display:block;color:var(--muted);margin-bottom:5px}.contact-card a,.contact-card strong{font-size:18px;font-weight:850;overflow-wrap:anywhere}
footer{border-top:1px solid var(--line);padding:34px 0}.footer-inner{display:grid;grid-template-columns:1fr auto auto;gap:30px;align-items:center}.footer-inner span{display:block;color:var(--muted);font-size:13px;margin-top:4px}.footer-links{display:flex;gap:18px;font-size:14px;font-weight:700}.floating-wa{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;background:var(--accent);border:2px solid var(--ink);display:grid;place-items:center;font-weight:950;box-shadow:0 12px 30px rgba(0,0,0,.18);z-index:30}
@media(max-width:900px){.desktop-nav{display:none}.hero-grid,.contact-grid,.faq-wrap{grid-template-columns:1fr}.hero{padding-top:48px}.hero-card{max-width:620px}.services-grid,.steps{grid-template-columns:repeat(2,1fr)}.section-head{display:block}.section-head>p{margin-top:12px}.footer-inner{grid-template-columns:1fr}.strip-inner{justify-content:center;gap:14px;flex-wrap:wrap;padding:14px 0}}
@media(max-width:620px){.wrap{width:min(100% - 28px,1160px)}.site-header .nav{height:68px}.brand span:last-child{display:none}.nav-actions .btn{display:none}.hero{padding:36px 0 48px}.hero-grid{gap:34px}h1{font-size:52px}.lead{font-size:18px}.hero-actions .btn{width:100%}.visual{height:320px}.services-grid,.steps{grid-template-columns:1fr}.service-card{min-height:220px}.price-note{align-items:flex-start;flex-direction:column}.section{padding:72px 0}.strip-inner{font-size:11px}.contact-card a,.contact-card strong{font-size:16px}.footer-links{flex-wrap:wrap}.floating-wa{right:16px;bottom:16px}}

.hero-card img{display:block;width:100%;height:430px;object-fit:cover;border-radius:26px;background:#263936}
.prices-section{background:#ece9e0}
.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:18px}
.price-grid article{background:var(--paper);border:1px solid var(--line);border-radius:20px;padding:22px;display:flex;justify-content:space-between;gap:20px;align-items:center}
.price-grid span{font-weight:800}.price-grid strong{font-size:24px;white-space:nowrap}
.price-note-actions{display:flex;gap:10px;flex-wrap:wrap}
.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.result-card{margin:0;border:1px solid #314443;background:#122321;border-radius:24px;overflow:hidden}
.result-card>img{width:100%;display:block;aspect-ratio:1.1/1;object-fit:cover}
.result-card figcaption{padding:16px 18px;font-weight:850;color:#fff}
.split-card{grid-column:span 2}.split{display:grid;grid-template-columns:1fr 1fr}.split>div{position:relative}.split img{width:100%;height:520px;object-fit:cover;display:block}.split span{position:absolute;top:14px;left:14px;background:rgba(13,27,30,.86);color:white;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.light-steps article{background:var(--paper);border-color:var(--line)}.light-steps p{color:var(--muted)}.light-steps h3{color:var(--ink)}
.payment-box{margin-top:18px;padding:28px;border-radius:24px;background:var(--ink);color:white;display:grid;grid-template-columns:.8fr 1.2fr;gap:30px;align-items:center}.payment-box .eyebrow{color:#9cacaa}.payment-box h3{font-size:28px;margin:0}.payment-box p{margin:0;color:#c3cecb}
@media(max-width:900px){.price-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:1fr}.split-card{grid-column:auto}.payment-box{grid-template-columns:1fr}.hero-card img{height:380px}}
@media(max-width:620px){.price-grid{grid-template-columns:1fr}.price-grid article{padding:18px}.price-grid strong{font-size:21px}.gallery-grid{gap:14px}.split{grid-template-columns:1fr}.split img{height:420px}.hero-card img{height:300px}}


/* ===== Compact readability pass ===== */
:root{
  --bg:#f6f5f1;
  --paper:#ffffff;
  --ink:#17201f;
  --muted:#68716f;
  --line:#e2e3df;
  --accent:#d9f36f;
  --accent2:#c9e455;
}

body{
  font-size:16px;
  line-height:1.62;
  letter-spacing:0;
  background:var(--bg);
  color:var(--ink);
}

.wrap{
  width:min(1080px,calc(100% - 36px));
}

.site-header{
  background:rgba(246,245,241,.94);
}

.nav{
  height:66px;
  gap:18px;
}

.brand-mark{
  width:38px;
  height:38px;
  font-size:13px;
}

.brand strong{
  font-size:15px;
  font-weight:800;
}

.brand small{
  font-size:10px;
  letter-spacing:.06em;
}

.desktop-nav{
  gap:22px;
  font-size:13px;
  font-weight:650;
}

.lang-picker select{
  padding:8px 10px;
  font-size:12px;
}

.btn{
  min-height:44px;
  padding:0 17px;
  font-weight:750;
  font-size:14px;
}

.btn-small{
  min-height:38px;
  padding:0 14px;
  font-size:12px;
}

.hero{
  padding:52px 0 50px;
}

.hero-grid{
  grid-template-columns:1fr .9fr;
  gap:42px;
}

.eyebrow{
  font-size:11px;
  font-weight:800;
  letter-spacing:.11em;
  margin-bottom:12px;
}

h1{
  font-size:clamp(42px,5.2vw,68px);
  line-height:1.01;
  letter-spacing:-.045em;
  margin-bottom:20px;
  font-weight:780;
}

h1 em{
  font-family:inherit;
  font-style:normal;
  font-weight:500;
}

h2{
  font-size:clamp(32px,3.7vw,48px);
  line-height:1.06;
  letter-spacing:-.035em;
  margin-bottom:16px;
  font-weight:760;
}

h3{
  font-weight:760;
}

.lead{
  font-size:17px;
  line-height:1.65;
  max-width:620px;
  color:#4f5a57;
}

.hero-actions{
  margin:24px 0 22px;
  gap:10px;
}

.trust-row{
  gap:14px;
  font-size:13px;
  font-weight:600;
  color:#5b6663;
}

.hero-card{
  border-radius:26px;
  padding:12px;
  transform:none;
  box-shadow:0 12px 36px rgba(13,27,30,.1);
}

.hero-card img{
  height:350px;
  border-radius:18px;
}

.hero-card-footer{
  padding:14px 6px 2px;
}

.hero-card-footer strong{
  font-size:15px;
  font-weight:700;
}

.hero-card-footer small{
  font-size:11px;
}

.strip-inner{
  min-height:50px;
  font-size:11px;
  letter-spacing:.06em;
}

.section{
  padding:72px 0;
}

.section-head{
  gap:40px;
  margin-bottom:30px;
}

.section-head>p{
  max-width:500px;
  font-size:16px;
  line-height:1.6;
}

.services-grid{
  gap:12px;
}

.service-card{
  border-radius:18px;
  padding:22px;
  min-height:220px;
}

.service-no{
  font-size:12px;
  margin-bottom:34px;
}

.service-card h3{
  font-size:21px;
  line-height:1.15;
  margin-bottom:10px;
}

.service-card p{
  font-size:15px;
  line-height:1.58;
}

.price-grid{
  gap:10px;
}

.price-grid article{
  border-radius:16px;
  padding:17px 18px;
}

.price-grid span{
  font-weight:650;
  font-size:15px;
}

.price-grid strong{
  font-size:20px;
  font-weight:800;
}

.price-note{
  padding:24px;
  border-radius:18px;
  gap:20px;
}

.price-note strong{
  font-size:21px;
}

.price-note p{
  font-size:15px;
  line-height:1.58;
}

.gallery-grid{
  gap:14px;
}

.result-card{
  border-radius:18px;
}

.result-card figcaption{
  padding:13px 15px;
  font-size:14px;
  font-weight:700;
}

.split img{
  height:440px;
}

.steps{
  gap:10px;
}

.steps article{
  border-radius:18px;
  padding:22px;
  min-height:200px;
}

.steps span{
  width:36px;
  height:36px;
  margin-bottom:28px;
  font-size:13px;
}

.steps h3{
  font-size:20px;
}

.steps p{
  font-size:15px;
  line-height:1.58;
}

.payment-box{
  margin-top:14px;
  padding:22px;
  border-radius:18px;
  gap:22px;
}

.payment-box h3{
  font-size:23px;
}

.payment-box p{
  font-size:15px;
  line-height:1.58;
}

.faq-wrap{
  gap:44px;
}

.faq-list details{
  padding:18px 0;
}

summary{
  font-size:17px;
  font-weight:700;
}

.faq-list p{
  font-size:15px;
  line-height:1.62;
}

.contact-grid{
  gap:38px;
}

.contact-copy{
  font-size:16px;
}

.contact-card{
  border-radius:18px;
}

.contact-card>div{
  padding:16px;
}

.contact-card a,.contact-card strong{
  font-size:16px;
  font-weight:700;
}

footer{
  padding:28px 0;
}

.footer-inner{
  gap:20px;
}

.footer-links{
  gap:14px;
  font-size:13px;
}

.floating-wa{
  width:52px;
  height:52px;
  right:18px;
  bottom:18px;
  font-size:13px;
}

@media(max-width:900px){
  .hero-grid{
    gap:30px;
  }
  .hero-card img{
    height:320px;
  }
  .section{
    padding:62px 0;
  }
}

@media(max-width:620px){
  .wrap{
    width:min(100% - 24px,1080px);
  }

  .site-header .nav{
    height:62px;
  }

  .hero{
    padding:30px 0 40px;
  }

  h1{
    font-size:40px;
    line-height:1.03;
    margin-bottom:16px;
  }

  h2{
    font-size:31px;
  }

  .lead{
    font-size:16px;
    line-height:1.62;
  }

  .hero-actions{
    margin:20px 0 18px;
  }

  .hero-card img{
    height:260px;
  }

  .section{
    padding:54px 0;
  }

  .section-head{
    margin-bottom:24px;
  }

  .service-card{
    min-height:0;
  }

  .price-grid article{
    padding:15px 16px;
  }

  .price-grid strong{
    font-size:19px;
  }

  .price-note{
    padding:20px;
  }

  .split img{
    height:340px;
  }

  .steps article{
    min-height:0;
  }

  summary{
    font-size:16px;
  }

  .floating-wa{
    width:48px;
    height:48px;
    right:14px;
    bottom:14px;
  }
}


/* ===== UX reorganisation: quick request, form and carousel ===== */
.quick-request{
  padding-top:54px;
  padding-bottom:60px;
}
.request-layout{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:28px;
  align-items:start;
}
.request-copy{
  padding:8px 0;
}
.request-copy h2{
  max-width:520px;
}
.request-copy>p:not(.eyebrow){
  color:var(--muted);
  max-width:520px;
}
.request-direct{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:11px;
  margin-top:22px;
}
.text-link{
  font-size:14px;
  font-weight:700;
  text-decoration:underline;
  text-underline-offset:3px;
}
.request-tip{
  margin-top:24px;
  padding:16px 18px;
  border:1px solid var(--line);
  border-radius:15px;
  background:rgba(255,255,255,.6);
  display:flex;
  flex-direction:column;
  gap:3px;
}
.request-tip strong{
  font-size:14px;
}
.request-tip span{
  color:var(--muted);
  font-size:14px;
  line-height:1.5;
}
.quote-form{
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:20px;
  padding:22px;
  box-shadow:0 8px 28px rgba(13,27,30,.06);
}
.form-field{
  margin-bottom:16px;
}
.form-field label{
  display:block;
  margin-bottom:7px;
  font-size:13px;
  font-weight:750;
}
.form-field label small{
  font-weight:500;
  color:var(--muted);
}
.form-field input,
.form-field select,
.form-field textarea{
  width:100%;
  border:1px solid #d7dbd7;
  background:#fbfcfa;
  color:var(--ink);
  border-radius:12px;
  padding:12px 13px;
  font:inherit;
  font-size:15px;
  line-height:1.45;
  outline:none;
  transition:border-color .15s, box-shadow .15s, background .15s;
}
.form-field textarea{
  resize:vertical;
  min-height:98px;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus{
  border-color:#9eae66;
  box-shadow:0 0 0 3px rgba(201,228,85,.22);
  background:white;
}
.form-submit{
  width:100%;
  margin-top:2px;
}
.form-note{
  margin:10px 2px 0;
  font-size:12px;
  line-height:1.45;
  color:var(--muted);
}
.cta-band{
  padding:0 0 64px;
  background:#ece9e0;
}
.cta-band-inner{
  background:var(--accent);
  border-radius:18px;
  padding:20px 22px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:22px;
}
.cta-band-inner div{
  display:flex;
  flex-direction:column;
  gap:3px;
}
.cta-band-inner strong{
  font-size:17px;
}
.cta-band-inner span{
  font-size:14px;
  color:#3f4743;
}
.results-carousel{
  position:relative;
}
.carousel-viewport{
  overflow:hidden;
  border-radius:20px;
}
.carousel-track{
  display:flex;
  transition:transform .38s ease;
  will-change:transform;
}
.result-slide{
  flex:0 0 100%;
  margin:0;
  background:#122321;
}
.result-slide>img{
  display:block;
  width:100%;
  height:min(62vw,620px);
  object-fit:contain;
  background:#0f1e1d;
}
.result-slide figcaption{
  color:white;
  padding:14px 18px;
  font-size:15px;
  font-weight:700;
}
.split-slide .split{
  min-height:520px;
}
.split-slide .split img{
  height:520px;
}
.carousel-btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:42px;
  height:42px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.28);
  background:rgba(13,27,30,.78);
  color:white;
  font-size:30px;
  line-height:1;
  display:grid;
  place-items:center;
  cursor:pointer;
  z-index:2;
  backdrop-filter:blur(8px);
}
.carousel-btn.prev{left:14px}
.carousel-btn.next{right:14px}
.carousel-dots{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:14px;
}
.carousel-dots button{
  width:8px;
  height:8px;
  padding:0;
  border:0;
  border-radius:50%;
  background:#5e6c69;
  opacity:.45;
  cursor:pointer;
}
.carousel-dots button.active{
  width:22px;
  border-radius:999px;
  opacity:1;
  background:var(--accent);
}
@media(max-width:900px){
  .request-layout{
    grid-template-columns:1fr;
    gap:20px;
  }
  .request-copy{
    padding:0;
  }
  .cta-band-inner{
    align-items:flex-start;
    flex-direction:column;
  }
}
@media(max-width:620px){
  .quick-request{
    padding-top:40px;
    padding-bottom:46px;
  }
  .quote-form{
    padding:17px;
    border-radius:16px;
  }
  .form-field{
    margin-bottom:14px;
  }
  .form-field input,
  .form-field select,
  .form-field textarea{
    font-size:16px;
  }
  .cta-band{
    padding-bottom:48px;
  }
  .cta-band-inner{
    padding:18px;
    border-radius:16px;
  }
  .cta-band-inner .btn{
    width:100%;
  }
  .result-slide>img{
    height:68vw;
    object-fit:contain;
  }
  .split-slide .split{
    min-height:0;
  }
  .split-slide .split img{
    height:320px;
  }
  .carousel-btn{
    width:38px;
    height:38px;
    font-size:26px;
  }
  .carousel-btn.prev{left:8px}
  .carousel-btn.next{right:8px}
}


/* ===== V5 final UX polish ===== */
.section{padding:58px 0}
.quick-request{padding:54px 0}
.prices-section{padding:58px 0}
.contact-section{padding:54px 0 48px}
.section-head{margin-bottom:26px}
.section-dark{padding:58px 0}

.form-row{
  display:grid;
  grid-template-columns:1fr 120px;
  gap:12px;
}
.form-row .form-field{margin-bottom:16px}
.form-field-qty input{text-align:center}
.quote-form{padding:20px}
.form-field textarea{min-height:86px}

.price-note{
  margin-top:14px;
}
.price-note p{
  max-width:760px;
}

.results-carousel{
  max-width:980px;
  margin:0 auto;
}
.result-slide>img{
  height:500px;
  object-fit:contain;
}
.split-slide .split,
.split-slide .split img{
  height:500px;
  min-height:0;
}
.carousel-meta{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
  margin-top:8px;
  font-size:12px;
  color:#97a4a0;
}
.carousel-meta #carouselCounter{
  color:#fff;
  font-weight:800;
  letter-spacing:.04em;
}
.carousel-dots{margin-top:12px}

.floating-wa{
  width:50px;
  height:50px;
  background:#d9f36f;
  color:#17201f;
}
.floating-wa svg{
  width:25px;
  height:25px;
  display:block;
}

.contact-grid{gap:30px}
.contact-card>div{padding:14px 16px}
.contact-card small{font-size:12px}
.contact-card a,.contact-card strong{font-size:15px}
footer{padding:24px 0}

@media(max-width:900px){
  .section,.section-dark,.prices-section{padding:50px 0}
  .quick-request{padding:48px 0}
  .result-slide>img{height:460px}
  .split-slide .split,.split-slide .split img{height:460px}
}
@media(max-width:620px){
  .section,.section-dark,.prices-section{padding:42px 0}
  .quick-request{padding:40px 0}
  .contact-section{padding:42px 0 36px}
  .form-row{grid-template-columns:1fr 92px;gap:10px}
  .quote-form{padding:16px}
  .result-slide>img{height:68vw;max-height:390px}
  .split-slide .split{height:auto}
  .split-slide .split img{height:300px}
  .carousel-meta{font-size:11px;gap:9px}
  .contact-grid{gap:24px}
}


.legal-page{padding:58px 0 72px}
.legal-wrap{width:min(860px,calc(100% - 32px));margin:auto}
.legal-top{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:34px}
.legal-back{font-size:14px;font-weight:700;text-decoration:underline;text-underline-offset:3px}
.legal-card{background:var(--paper);border:1px solid var(--line);border-radius:20px;padding:30px}
.legal-card h1{font-size:44px;line-height:1.05;margin-bottom:24px}
.legal-card h2{font-size:24px;line-height:1.2;margin-top:28px;margin-bottom:10px}
.legal-card h3{font-size:18px;margin-top:22px;margin-bottom:8px}
.legal-card p,.legal-card li{font-size:15px;line-height:1.7;color:#4f5a57}
.legal-card ul{padding-left:20px}
.legal-meta{display:grid;gap:4px;margin:14px 0 20px}
.legal-note{margin-top:24px;padding:14px 16px;border-radius:14px;background:#f3f4ef;border:1px solid var(--line);font-size:13px;color:#626b68}
@media(max-width:620px){
  .legal-page{padding:34px 0 48px}
  .legal-card{padding:20px}
  .legal-card h1{font-size:34px}
  .legal-card h2{font-size:22px}
  .legal-top{align-items:flex-start;flex-direction:column}
}


/* ===== V9 mobile layout fix =====
   Pure visual/responsive changes. SEO URLs, metadata, sitemap and robots remain unchanged.
*/
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
  }

  .hero-copy,
  .hero-card {
    min-width: 0;
    width: 100%;
  }

  .hero-card {
    max-width: 100%;
    margin: 0 auto;
  }

  .hero-card img {
    width: 100%;
    height: auto !important;
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }
}

@media (max-width: 620px) {
  .wrap {
    width: calc(100% - 32px) !important;
    max-width: 100%;
  }

  .hero {
    padding: 28px 0 36px !important;
  }

  .hero-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 24px !important;
  }

  .hero-copy {
    width: 100%;
    max-width: 100%;
  }

  h1 {
    font-size: clamp(38px, 11vw, 48px) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.045em;
    overflow-wrap: normal;
    word-break: normal;
  }

  .lead {
    max-width: 100%;
    font-size: 16px !important;
    line-height: 1.55 !important;
  }

  .hero-card {
    width: 100% !important;
    padding: 10px !important;
    border-radius: 22px !important;
  }

  .hero-card img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 10;
    object-fit: cover !important;
    border-radius: 15px !important;
  }

  .hero-card-footer {
    padding: 12px 5px 3px !important;
  }

  .hero-card-footer strong {
    white-space: normal;
  }

  .strip {
    overflow: hidden;
  }

  .strip-inner {
    width: 100%;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    justify-content: flex-start !important;
    padding-left: 16px;
    padding-right: 16px;
    scrollbar-width: none;
  }

  .strip-inner::-webkit-scrollbar {
    display: none;
  }

  .results-carousel,
  .carousel-viewport,
  .carousel-track,
  .result-slide {
    min-width: 0;
    max-width: 100%;
  }

  .result-slide > img {
    height: auto !important;
    aspect-ratio: 4 / 3;
    object-fit: contain !important;
  }

  /* Keep the before/after chair slide compact so it doesn't force
     every carousel slide to inherit a very tall viewport. */
  .split-slide .split {
    grid-template-columns: 1fr 1fr !important;
    min-height: 0 !important;
    height: auto !important;
    gap: 8px;
  }

  .split-slide .split img {
    width: 100%;
    height: auto !important;
    aspect-ratio: 3 / 4;
    object-fit: cover;
  }

  .split-slide .split span {
    font-size: 11px;
  }

  .carousel-btn {
    top: 46% !important;
  }

  .contact-card,
  .quote-form {
    max-width: 100%;
    min-width: 0;
  }

  .footer-inner,
  .footer-links {
    min-width: 0;
    max-width: 100%;
  }

  .footer-links {
    gap: 14px !important;
  }
}
