
:root{
  --ink:#16130f;
  --cream:#fffaf3;
  --cream-2:#f8efe3;
  --white:#ffffff;
  --gold:#c89b52;
  --gold-dark:#9f7334;
  --line:#eadcca;
  --muted:#746c62;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Montserrat,sans-serif;background:var(--cream);color:var(--ink)}
img{display:block;width:100%}
a{text-decoration:none;color:inherit}
.header{
  position:fixed;top:0;left:0;right:0;z-index:50;
  display:flex;align-items:center;justify-content:space-between;
  padding:20px 4vw;background:rgba(255,250,243,.90);
  backdrop-filter:blur(15px);border-bottom:1px solid rgba(200,155,82,.14)
}
.logo{display:flex;flex-direction:column;line-height:1}
.logo strong{font-family:"Cormorant Garamond",serif;font-size:30px;letter-spacing:.2em;font-weight:600;color:#4d3c25}
.logo span{font-size:7px;letter-spacing:.34em;color:#8e6c39;margin-top:6px}
.nav{display:flex;align-items:center;gap:28px;font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:700}
.nav a:not(.nav-book){padding:8px 0;border-bottom:1px solid transparent}
.nav a:not(.nav-book):hover{border-color:var(--gold)}
.nav-book{border:1px solid var(--gold);padding:12px 18px;border-radius:22px;color:#7a5828}
.menu-button{display:none;background:none;border:0;width:38px}
.menu-button i{display:block;height:1px;background:#4a3b28;margin:8px}
.hero{
  min-height:710px;position:relative;overflow:hidden;
  display:grid;grid-template-columns:1fr 1.05fr;
  padding:105px 4vw 0;background:
  linear-gradient(90deg,rgba(255,250,243,.98) 0%,rgba(255,250,243,.78) 44%,rgba(255,250,243,.15) 70%),
  url("assets/champagne-texture.jpg") center/cover no-repeat
}
.hero-copy{align-self:center;z-index:3;padding-left:3vw}
.kicker{text-transform:uppercase;letter-spacing:.25em;color:var(--gold-dark);font-size:10px;font-weight:700}
.hero h1,.section-title h2,.about-copy h2{
  font-family:"Cormorant Garamond",serif;font-weight:600;line-height:.95;margin:12px 0
}
.hero h1{font-size:clamp(52px,6.5vw,86px)}
.hero h1 em,.section-title h2 em{font-style:normal;color:var(--gold)}
.lead{font-size:14px;line-height:1.7;color:#39342e;margin:25px 0}
.hero-actions{display:flex;gap:14px;margin-bottom:28px}
.button{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;text-transform:uppercase;letter-spacing:.07em;font-size:10px;font-weight:700;border-radius:7px;transition:.2s}
.button.gold{background:linear-gradient(135deg,#d8b16f,#bd8e43);color:white;box-shadow:0 10px 24px rgba(173,126,60,.18)}
.button.outline{border:1px solid #d7b57d;background:rgba(255,255,255,.52)}
.button.outline-gold{border:1px solid #d4ad6c;color:#7c5925;background:#fff}
.button:hover{transform:translateY(-2px)}
.google-rating{display:flex;align-items:center;gap:9px;font-size:10px;color:#3d3832;flex-wrap:wrap}
.stars{color:#f0aa20;letter-spacing:.12em}
.map-dot{margin-left:8px;font-weight:700}
.hero-visual{position:relative;align-self:end;height:610px}
.hero-visual:before{
  content:"";position:absolute;inset:0;background:
  linear-gradient(90deg,rgba(255,250,243,.8),transparent 18%),
  linear-gradient(0deg,rgba(255,250,243,.7),transparent 20%);
  z-index:2
}
.hero-visual img{height:100%;object-fit:contain;object-position:center bottom;filter:saturate(.95) contrast(1.02)}
.salon-blur{
  position:absolute;inset:10% 0 5% 0;border-radius:45% 0 0 45%;
  background:url("assets/salon-real.jpeg") center/cover no-repeat;
  opacity:.23;filter:blur(1px);transform:scale(1.06)
}
.texture{position:absolute;pointer-events:none}
.texture-left{left:-12%;bottom:-18%;width:52%;height:48%;background:url("assets/champagne-texture.jpg") center/cover;opacity:.42;filter:brightness(1.08);border-radius:50%}
.benefits{
  background:rgba(255,255,255,.92);display:grid;grid-template-columns:repeat(4,1fr);
  margin:-1px auto 0;padding:26px 7vw;border-top:1px solid var(--line);border-bottom:1px solid var(--line)
}
.benefits article{display:flex;gap:15px;align-items:center;padding:4px 24px;border-right:1px solid var(--line)}
.benefits article:last-child{border:0}
.benefits b{font-size:28px;color:var(--gold);font-weight:400}
.benefits div{display:flex;flex-direction:column}.benefits strong{font-size:11px}.benefits span{font-size:9px;color:var(--muted);margin-top:5px}
.results-section,.services-section,.reviews-section{padding:72px 5vw}
.results-section{background:linear-gradient(#fffaf3,#fff)}
.section-title{text-align:center;margin-bottom:35px}
.section-title p{text-transform:uppercase;letter-spacing:.24em;color:var(--gold-dark);font-size:9px;font-weight:700}
.section-title h2{font-size:47px}
.results-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:1450px;margin:auto}
.comparison{height:320px;position:relative;overflow:hidden;border-radius:8px;border:1px solid #e6d5bc;background:#eee}
.comparison img{position:absolute;inset:0;height:100%;object-fit:cover}
.after-layer{position:absolute;inset:0;overflow:hidden;clip-path:inset(0 0 0 var(--split,50%))}
.after-layer img{width:100%;left:0}
.comparison-range{position:absolute;inset:0;width:100%;height:100%;opacity:0;z-index:4;cursor:ew-resize}
.comparison-handle{position:absolute;left:var(--split,50%);top:50%;transform:translate(-50%,-50%);width:34px;height:34px;border-radius:50%;background:#fff;color:#7c5a2c;display:flex;align-items:center;justify-content:center;z-index:3;box-shadow:0 4px 16px rgba(0,0,0,.14)}
.comparison:after{content:"";position:absolute;left:var(--split,50%);top:0;bottom:0;width:1px;background:#fff;z-index:2}
.label{position:absolute;z-index:3;bottom:12px;font-size:8px;letter-spacing:.16em;color:#fff;font-weight:700;text-shadow:0 1px 4px #000}.before-label{left:15px}.after-label{right:15px}
.comparison-card h3{text-align:center;font-family:"Cormorant Garamond",serif;font-size:21px;margin:14px 0 2px}
.comparison-card>p{text-align:center;font-size:10px;color:var(--muted)}
.result-awaiting{min-height:320px;border:1px dashed #ddc59f;border-radius:8px;background:linear-gradient(145deg,#fff,#fbf3e7);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:22px}
.result-awaiting span{font-family:"Cormorant Garamond",serif;font-size:58px;color:#e0c79e}.result-awaiting strong{font-family:"Cormorant Garamond",serif;font-size:21px;color:#8a6530}.result-awaiting p{font-size:10px;color:#9a9085}
.centered{width:max-content;margin:28px auto 0}
.about-section{display:grid;grid-template-columns:.75fr 1.25fr;background:#fbf4e9}
.about-copy{padding:75px 6vw;align-self:center}.about-copy h2{font-size:50px}.about-copy>p:not(.kicker){font-size:12px;line-height:1.8;color:#615a52}.about-copy ul{padding:0;list-style:none}.about-copy li{padding:11px 0;border-top:1px solid #dfcfb8;font-size:11px}
.about-section>img{height:520px;object-fit:cover}
.services-section{background:#fff}.service-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.service-grid article{background:linear-gradient(180deg,#fff,#fbf5ec);border:1px solid #eadcc9;border-radius:8px;padding:28px;min-height:230px}.service-grid b{color:var(--gold);font-size:10px}.service-grid h3{font-family:"Cormorant Garamond",serif;font-size:28px;margin:35px 0 10px}.service-grid p{font-size:11px;line-height:1.7;color:#6f685f}
.reviews-section{background:#fffaf4}.reviews-summary{display:flex;justify-content:center;align-items:center;gap:25px;margin-bottom:25px}.reviews-summary div{display:flex;align-items:center;gap:20px}.reviews-summary strong{font-family:"Cormorant Garamond",serif;font-size:30px}.reviews-summary p{font-size:10px;color:var(--muted)}
.reviews-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;max-width:1450px;margin:auto}.review-card{background:#fff;border:1px solid #eadfce;border-radius:8px;padding:18px;min-height:205px;display:flex;flex-direction:column}.review-head{display:flex;gap:10px;align-items:center}.review-avatar{width:38px;height:38px;border-radius:50%;object-fit:cover;background:#eee}.review-name{font-size:10px;font-weight:700}.review-time{font-size:8px;color:#aaa}.review-stars{margin-left:auto;color:#e7a32b;font-size:10px}.review-text{font-size:10px;line-height:1.7;flex:1}.review-link{font-size:8px;text-transform:uppercase;letter-spacing:.06em;color:#8d6429;font-weight:700}.review-loading{grid-column:1/-1;text-align:center;padding:35px;border:1px solid #eadfce;background:#fff;border-radius:8px;color:#8a8176;font-size:11px}.review-filter-note{text-align:center;font-size:8px;color:#9b9186;margin:20px}
.contact-section{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;background:#eadcc8;padding:1px}.contact-section article{background:#fffaf3;padding:25px}.contact-section span{font-size:9px;color:#9a7137;text-transform:uppercase;letter-spacing:.12em}.contact-section strong{display:block;font-size:12px;margin:8px 0}.contact-section strong a{color:inherit}.contact-section p{font-size:9px;color:#7e756b;line-height:1.6}.reserve-card{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background:linear-gradient(145deg,#d4ab68,#b8873d)!important;color:#fff}.reserve-card a{font-weight:700;text-transform:uppercase;letter-spacing:.07em;font-size:11px}.reserve-card p{color:#fff9}
.floating-wa{position:fixed;z-index:40;right:20px;bottom:20px;width:54px;height:54px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;box-shadow:0 10px 25px #0004}
footer{background:#f4eadb;padding:26px 5vw;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e1d0b8}footer p{font-size:9px;color:#8f857a}
@media(max-width:1250px) and (min-width:1001px){.service-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:1000px){
  .menu-button{display:block}.nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fffaf3;padding:18px 5vw;flex-direction:column;align-items:stretch}.nav.open{display:flex}
  .hero{grid-template-columns:1fr;padding:115px 22px 0;min-height:760px}.hero-copy{padding:0;z-index:5}.hero-visual{position:absolute;right:-6%;bottom:0;width:72%;height:610px;opacity:.9}.hero h1{font-size:58px}.hero-copy{max-width:600px}
  .benefits,.results-grid,.service-grid,.reviews-grid{grid-template-columns:repeat(2,1fr)}
  .about-section{grid-template-columns:1fr}.contact-section{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:600px){
  .header{padding:16px 20px}.logo strong{font-size:23px}
  .hero{padding:112px 20px 28px;min-height:760px;background-position:center;align-content:start}.hero-copy{align-self:start;padding-top:18px}.hero h1{font-size:48px}.lead{font-size:12px}
  .hero-actions{flex-direction:column;width:100%}.button{width:100%}.google-rating{font-size:8px;max-width:330px;position:relative;z-index:6}.hero-socials{position:relative;z-index:6;margin-top:14px;flex-wrap:wrap}.hero-socials>span{width:100%}.hero-visual{width:83%;right:-24%;bottom:-12px;height:520px;opacity:.70}
  .benefits{grid-template-columns:repeat(2,1fr);padding:18px 10px}.benefits article{padding:12px 8px;border-bottom:1px solid var(--line)}.benefits b{font-size:23px}.benefits strong{font-size:9px}.benefits span{font-size:7px}
  .results-section,.services-section,.reviews-section{padding:58px 18px}.section-title h2{font-size:39px}
  .results-grid,.service-grid,.reviews-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px}
  .comparison-card,.result-awaiting,.service-grid article,.review-card{min-width:86vw;scroll-snap-align:center}
  .comparison{height:400px}
  .about-copy{padding:58px 20px}.about-copy h2{font-size:42px}.about-section>img{height:360px}
  .reviews-summary{flex-direction:column;gap:4px;text-align:center}
  .contact-section{grid-template-columns:1fr 1fr}.contact-section article{padding:20px 14px}.reserve-card{grid-column:auto}
  footer{flex-direction:column;gap:15px;align-items:flex-start}
}

.google-icon{width:22px;height:22px;flex:0 0 22px;display:block}
.google-icon.large{width:30px;height:30px;flex-basis:30px}
.hero-socials{display:flex;align-items:center;gap:10px;margin-top:18px;font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#80633d}
.hero-socials>span{font-weight:700;margin-right:2px}
.hero-socials a{display:inline-flex;align-items:center;gap:6px;padding:8px 11px;border:1px solid rgba(200,155,82,.35);border-radius:18px;background:rgba(255,255,255,.55);transition:.2s}
.hero-socials a:hover{background:#fff;transform:translateY(-1px)}
.hero-socials svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.floating-wa svg{width:31px;height:31px;display:block}

@media(max-width:600px){
  .texture-left{display:none}
  .salon-blur{opacity:.14}
  .hero:before{content:"";position:absolute;inset:80px 0 auto 0;height:160px;background:linear-gradient(180deg,rgba(255,255,255,.28),transparent);pointer-events:none}
  .floating-wa{width:58px;height:58px;right:16px;bottom:20px}
  .google-rating{gap:7px}
}

.diagnostic-promo{display:grid;grid-template-columns:1.3fr .7fr;gap:55px;padding:75px 6vw;background:linear-gradient(135deg,#fff,#f6e8d4);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.diagnostic-promo h2{font-family:"Cormorant Garamond",serif;font-size:50px;line-height:1;margin:12px 0}
.diagnostic-promo p:not(.kicker){font-size:12px;line-height:1.8;color:var(--muted);max-width:680px}
.diagnostic-promo-actions{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:13px}
.diagnostic-promo-actions span{font-size:11px;color:#755a36}
.diagnostic-promo-actions .button{margin-top:10px;width:100%}
.diagnostic-back{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#795b32;font-weight:700}
.diagnostic-page{min-height:100vh;background:linear-gradient(150deg,#fffaf3,#f4e4ce)}
.diagnostic-main{max-width:900px;margin:auto;padding:135px 22px 70px}
.diagnostic-intro{text-align:center;max-width:720px;margin:0 auto 35px}
.diagnostic-intro h1{font-family:"Cormorant Garamond",serif;font-size:clamp(46px,7vw,72px);line-height:.95;margin:12px 0}
.diagnostic-intro>p:not(.kicker){font-size:12px;line-height:1.8;color:var(--muted)}
.diagnostic-meta{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:20px}
.diagnostic-meta span{font-size:9px;text-transform:uppercase;letter-spacing:.08em;border:1px solid #dfc397;padding:8px 12px;border-radius:18px;background:#fff9}
.diagnostic-form{background:#fff;border:1px solid #ead7ba;border-radius:16px;padding:34px;box-shadow:0 24px 80px rgba(120,78,28,.10)}
.form-progress{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center;font-size:10px;color:#8a6a3c;margin-bottom:34px}
.progress-track{height:4px;border-radius:5px;background:#f1e4d1;overflow:hidden}
.progress-track span{display:block;height:100%;width:11%;background:linear-gradient(90deg,#d8b16f,#b98235);transition:.3s}
.form-step{display:none;border:0;padding:0;margin:0;min-height:310px}
.form-step.active{display:block}
.form-step legend{font-family:"Cormorant Garamond",serif;font-size:38px;font-weight:600;line-height:1.05;margin-bottom:12px}
.question-help{font-size:10px;color:#8d8378;margin-bottom:20px}
.choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.choice-grid label{position:relative}
.choice-grid input{position:absolute;opacity:0;pointer-events:none}
.choice-grid span{display:flex;align-items:center;min-height:58px;padding:14px 18px;border:1px solid #e6d5bc;border-radius:9px;background:#fffaf5;font-size:11px;cursor:pointer;transition:.2s}
.choice-grid input:checked+span{border-color:#bd8d46;background:#f6e6cb;box-shadow:inset 0 0 0 1px #bd8d46;color:#68471d;font-weight:700}
.text-field{display:flex;flex-direction:column;gap:7px;margin-top:18px}
.text-field span{font-size:9px;text-transform:uppercase;letter-spacing:.09em;color:#876538}
.text-field input,.text-field textarea{width:100%;border:1px solid #e2cfb2;border-radius:8px;padding:14px;background:#fffaf5;font:inherit;font-size:12px;outline:none}
.text-field input:focus,.text-field textarea:focus{border-color:#bb8940;box-shadow:0 0 0 3px #f3e2c6}
.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.photo-note{margin-top:20px;padding:17px;border-radius:9px;background:#f8ecda;border:1px solid #e4cca5}
.photo-note strong{font-family:"Cormorant Garamond",serif;font-size:22px}
.photo-note p{font-size:10px;line-height:1.7;color:#6e655b}
.consent{display:flex;align-items:flex-start;gap:9px;margin-top:18px;font-size:9px;line-height:1.55;color:#756d64}
.consent input{margin-top:3px}
.form-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:28px}
.form-actions button{border:0;cursor:pointer}
.form-actions .outline{color:#593e1c}
.form-actions button[hidden]{display:none}
.form-error{font-size:10px;color:#a33;text-align:center;min-height:18px;margin:12px 0 0}
@media(max-width:800px){
  .diagnostic-promo{grid-template-columns:1fr;padding:60px 22px;gap:25px}
  .diagnostic-promo h2{font-size:42px}
}
@media(max-width:600px){
  .diagnostic-main{padding:115px 14px 45px}
  .diagnostic-form{padding:22px 16px;border-radius:12px}
  .form-step{min-height:390px}
  .form-step legend{font-size:32px}
  .choice-grid{grid-template-columns:1fr}
  .field-grid{grid-template-columns:1fr}
  .form-actions{position:sticky;bottom:8px;background:#fff;padding-top:10px;z-index:5}
  .diagnostic-back{font-size:9px}
}


/* Premium service tags */
.service-tags{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  width:min(520px,100%);
  margin:22px 0 10px;
}
.service-tag{
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:11px 15px;
  border:1px solid rgba(177,142,76,.42);
  border-radius:999px;
  background:linear-gradient(135deg,rgba(255,252,246,.94),rgba(239,225,196,.82));
  box-shadow:0 8px 22px rgba(87,67,35,.09),inset 0 1px 0 rgba(255,255,255,.8);
  color:#66502d;
  font-size:.84rem;
  font-weight:600;
  letter-spacing:.015em;
  text-align:center;
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.service-tag:hover{
  transform:translateY(-2px);
  border-color:rgba(177,142,76,.72);
  box-shadow:0 11px 28px rgba(87,67,35,.14),inset 0 1px 0 rgba(255,255,255,.9);
}
.tag-icon{
  width:25px;
  height:25px;
  flex:0 0 25px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(255,255,255,.72);
  box-shadow:0 2px 8px rgba(87,67,35,.1);
  color:#a47d36;
  line-height:1;
}
.tag-icon svg{
  width:15px;
  height:15px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
@media (max-width:520px){
  .service-tags{gap:8px;margin-top:18px}
  .service-tag{min-height:44px;padding:9px 10px;font-size:.73rem;gap:6px}
  .tag-icon{width:22px;height:22px;flex-basis:22px}
  .tag-icon svg{width:13px;height:13px}
}

/* Refined line icons for the four salon benefits */
.benefits .benefit-icon{
  width:44px;
  height:44px;
  flex:0 0 44px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(145deg,rgba(249,242,229,.98),rgba(241,226,199,.72));
  color:var(--gold);
}
.benefits .benefit-icon svg{
  width:29px;
  height:29px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
@media(max-width:600px){
  .benefits .benefit-icon{width:38px;height:38px;flex-basis:38px}
  .benefits .benefit-icon svg{width:25px;height:25px}
}

/* Mobile fix: give every benefit card a complete visible frame */
@media (max-width: 600px) {
  .benefits {
    gap: 10px;
    padding: 18px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .benefits article,
  .benefits article:last-child {
    min-width: 0;
    padding: 14px 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255,255,255,.72);
  }
}


/* Real Google reviews placed prominently inside the hero */
.hero-reviews{position:relative;z-index:7;margin-top:16px;max-width:680px;padding:12px;border:1px solid rgba(200,155,82,.25);border-radius:15px;background:rgba(255,250,243,.82);backdrop-filter:blur(10px);box-shadow:0 12px 34px rgba(121,85,38,.08)}
.hero-review-summary{display:flex;align-items:center;gap:9px;padding:0 2px 9px;border-bottom:1px solid rgba(200,155,82,.22)}
.hero-review-score{display:flex;align-items:center;gap:6px}.hero-review-score strong{font-family:"Cormorant Garamond",serif;font-size:27px;line-height:1}.hero-review-score .stars{font-size:9px}.hero-review-count{font-size:9px;color:#5f574e;font-weight:600}
.hero-review-strip{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;padding:10px 1px 4px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.hero-review-strip::-webkit-scrollbar{display:none}
.hero-review-card{flex:0 0 330px;height:184px;scroll-snap-align:start;border:1px solid #eadac2;border-radius:12px;background:rgba(255,255,255,.91);display:grid;grid-template-columns:108px 1fr;overflow:hidden}
.hero-review-photo{width:108px;height:184px;object-fit:cover;background:#f5ecdf}.hero-review-photo-placeholder{display:grid;place-items:center}.hero-review-photo-placeholder .google-icon{width:42px;height:42px}
.hero-review-body{min-width:0;padding:11px;display:flex;flex-direction:column}.hero-review-card-top{display:flex;justify-content:space-between;align-items:center;gap:7px;font-size:7px;text-transform:uppercase;letter-spacing:.1em;color:#8f7b60}.hero-review-card-top .stars{font-size:8px;white-space:nowrap}
.hero-review-excerpt{font-size:8.6px;line-height:1.48;color:#49423b;margin:9px 0 6px;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}
.hero-review-details{font-size:8px;color:#5b5147;margin:0 0 6px}.hero-review-details summary{cursor:pointer;color:#8e642b;font-weight:700;list-style:none}.hero-review-details summary::-webkit-details-marker{display:none}.hero-review-details[open]{position:absolute;left:12px;right:12px;top:54px;z-index:20;max-height:290px;overflow:auto;padding:14px;border:1px solid #dfcba9;border-radius:12px;background:#fffaf3;box-shadow:0 12px 35px rgba(73,55,31,.22)}.hero-review-details[open] summary{margin-bottom:8px}.hero-review-details[open] p{font-size:9px;line-height:1.6;margin:0}
.hero-review-card a{margin-top:auto;font-size:7px;text-transform:uppercase;letter-spacing:.07em;color:#8e642b;font-weight:700}.hero-review-dots{display:none;justify-content:center;gap:5px;margin-top:4px}.hero-review-dots span{width:5px;height:5px;border-radius:50%;background:#d7c09a}.hero-review-dots span:first-child{background:#9d7137}.hero-all-reviews{display:inline-flex;margin:8px 2px 0;font-size:8px;text-transform:uppercase;letter-spacing:.1em;color:#7d5928;font-weight:700}
@media(max-width:600px){
  .hero{min-height:995px;padding-bottom:26px}
  .hero-reviews{margin-top:13px;padding:10px;max-width:100%}
  .hero-review-summary{gap:7px;flex-wrap:wrap}.hero-review-score strong{font-size:23px}.hero-review-count{font-size:8px}
  .hero-review-card{flex-basis:88vw;max-width:390px;height:176px;grid-template-columns:96px 1fr}.hero-review-photo{width:96px;height:176px}.hero-review-excerpt{font-size:8.5px;-webkit-line-clamp:5}.hero-review-details{font-size:7.5px}.hero-review-details[open]{left:10px;right:10px;top:51px;max-height:275px}.hero-review-dots{display:flex}.hero-all-reviews{font-size:7px}.hero-socials{margin-top:12px}.hero-visual{height:610px;bottom:-38px;opacity:.56}
}

/* 2026-07 mobile layout correction: prevent page-wide horizontal drift */
html, body { max-width: 100%; overflow-x: hidden; }
.hero, .hero-copy, .hero-actions, .hero-reviews, .hero-review-strip, .hero-socials { min-width: 0; }
.hero-copy { width: 100%; max-width: 680px; }
.hero-reviews { width: 100%; }
.hero-review-strip { width: 100%; max-width: 100%; }

@media (max-width: 600px) {
  .hero {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .hero-copy {
    width: 100%;
    max-width: calc(100vw - 36px);
  }
  .hero-actions,
  .hero-actions .button,
  .hero-reviews,
  .hero-socials {
    width: 100%;
    max-width: 100%;
  }
  .hero-review-summary {
    width: 100%;
    flex-wrap: nowrap;
  }
  .hero-review-count {
    min-width: 0;
    white-space: nowrap;
  }
  .hero-review-strip {
    box-sizing: border-box;
    padding-right: 0;
    overscroll-behavior-x: contain;
  }
  .hero-review-card {
    flex: 0 0 calc(100vw - 58px);
    width: calc(100vw - 58px);
    max-width: 360px;
    min-width: 0;
    height: 172px;
    grid-template-columns: 90px minmax(0, 1fr);
  }
  .hero-review-photo {
    width: 90px;
    height: 172px;
  }
  .hero-review-body {
    overflow: hidden;
    padding: 10px;
  }
  .hero-review-card-top {
    min-width: 0;
  }
  .hero-review-card-top > span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .hero-review-excerpt {
    font-size: 8.2px;
    line-height: 1.45;
    -webkit-line-clamp: 5;
  }
  .hero-all-reviews {
    max-width: 100%;
    white-space: normal;
    line-height: 1.45;
  }
  .hero-socials {
    gap: 8px;
  }
  .hero-socials a {
    min-width: 0;
  }
}

/* 2026-07 review carousel: larger mobile cards + live pagination */
.hero-review-dots span{transition:width .2s ease,background-color .2s ease,opacity .2s ease;cursor:pointer;opacity:.55}
.hero-review-dots span:first-child{background:#d7c09a}
.hero-review-dots span.is-active{width:14px;border-radius:999px;background:#9d7137;opacity:1}

@media (max-width:600px){
  .hero-review-card{
    flex:0 0 calc(100vw - 50px);
    width:calc(100vw - 50px);
    max-width:380px;
    height:192px;
    grid-template-columns:112px minmax(0,1fr);
  }
  .hero-review-photo{
    width:112px;
    height:192px;
  }
  .hero-review-body{
    padding:12px 11px;
  }
  .hero-review-card-top{
    font-size:7.4px;
  }
  .hero-review-card-top .stars{
    font-size:9px;
  }
  .hero-review-excerpt{
    font-size:9.2px;
    line-height:1.5;
    -webkit-line-clamp:5;
    margin-top:10px;
  }
  .hero-review-details{
    font-size:8.2px;
  }
  .hero-review-card a{
    font-size:7.5px;
  }
}

/* 2026-07-27: enlarged review showcase, moved social links, and stacking fixes */
.hero{isolation:isolate}
.hero-copy{position:relative;z-index:4}
.hero-visual{z-index:0;pointer-events:none}
.hero-reviews{
  position:relative;
  z-index:8;
  isolation:isolate;
  max-width:760px;
  padding:15px;
  background:rgba(255,250,243,.95);
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
  box-shadow:0 16px 42px rgba(93,64,26,.12);
}
.hero-review-strip{
  position:relative;
  z-index:1;
  overscroll-behavior-inline:contain;
  scroll-padding-inline:1px;
}
.hero-review-card{
  flex-basis:390px;
  height:222px;
  grid-template-columns:142px minmax(0,1fr);
}
.hero-review-photo{width:142px;height:222px}
.hero-review-body{padding:14px}
.hero-review-card-top{font-size:8px}
.hero-review-card-top .stars{font-size:10px}
.hero-review-excerpt{font-size:10px;line-height:1.55;-webkit-line-clamp:6}
.hero-review-details{font-size:9px}
.hero-review-card a{font-size:8px}
.hero-review-summary{padding-bottom:12px}
.hero-review-score strong{font-size:31px}
.hero-review-score .stars{font-size:11px}
.hero-review-count{font-size:10px}
.hero-review-dots{margin-top:8px}
.hero-all-reviews{font-size:8.5px;margin-top:10px}

.footer-socials{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:18px 0 10px;font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#80633d}
.footer-socials>span{width:100%;font-weight:700}
.footer-socials a{display:inline-flex;align-items:center;gap:7px;padding:9px 13px;border:1px solid rgba(200,155,82,.38);border-radius:20px;background:rgba(255,255,255,.58)}
.footer-socials svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

@media (max-width:600px){
  html,body{overflow-x:clip}
  .hero{min-height:1085px;padding-bottom:34px;overflow:clip}
  .hero-copy{max-width:calc(100vw - 36px)}
  .hero-reviews{width:100%;max-width:100%;padding:13px;border-radius:17px;margin-top:16px}
  .hero-review-summary{gap:9px;flex-wrap:nowrap}
  .hero-review-score strong{font-size:29px}
  .hero-review-score .stars{font-size:10px}
  .hero-review-count{font-size:9px;overflow:hidden;text-overflow:ellipsis}
  .hero-review-strip{width:100%;max-width:100%;gap:12px;padding:12px 0 5px;touch-action:pan-x pan-y}
  .hero-review-card{
    flex:0 0 calc(100vw - 62px);
    width:calc(100vw - 62px);
    max-width:430px;
    height:248px;
    grid-template-columns:145px minmax(0,1fr);
    scroll-snap-align:center;
  }
  .hero-review-photo{width:145px;height:248px}
  .hero-review-body{padding:15px 13px;overflow:hidden}
  .hero-review-card-top{font-size:7.8px}
  .hero-review-card-top .stars{font-size:10px}
  .hero-review-excerpt{font-size:10.2px;line-height:1.55;-webkit-line-clamp:7;margin:12px 0 8px}
  .hero-review-details{font-size:9px}
  .hero-review-details[open]{left:13px;right:13px;top:62px;max-height:360px;z-index:50}
  .hero-review-details[open] p{font-size:10px}
  .hero-review-card a{font-size:8px}
  .hero-review-dots{gap:6px;margin-top:9px}
  .hero-all-reviews{font-size:8px;margin:10px 2px 1px}
  .hero-visual{z-index:0;opacity:.42}
  footer{position:relative;z-index:3}
  .footer-socials{margin-top:20px}
}
