/* Haute Cuts — Skill E v1.34 · qa v1.19
   Ground: #FDFDFC near-white crisp (three candidates considered, see build-log)
   Ink (the ONE dark hue): #221E22   Action colour (CTAs only): #0B5F5F */

@font-face{font-family:'Nunito';src:url('fonts/nunito-var.woff2?v=1') format('woff2-variations');
  font-weight:400 800;font-style:normal;font-display:swap;}
@font-face{font-family:'Rubik';src:url('fonts/rubik-var.woff2?v=1') format('woff2-variations');
  font-weight:300 600;font-style:normal;font-display:swap;}

:root{
  --ground:#FDFDFC;
  --ink:#221E22;
  --muted:#5C555C;
  --line:#E4E0E2;
  --panel:#F4F2F0;
  --action:#0B5F5F;
  --action-dark:#084B4B;
  --open:#1B7F3B;
  --closed:#B0202F;
  --wrap:1080px;
  --display:'Nunito',system-ui,-apple-system,'Segoe UI',sans-serif;
  --body:'Rubik',system-ui,-apple-system,'Segoe UI',sans-serif;
}

*{box-sizing:border-box;}
html,body{margin:0;padding:0;}
html{scroll-behavior:smooth;}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto;}}
body{
  background:var(--ground);color:var(--ink);
  font-family:var(--body);font-weight:400;font-size:17px;line-height:1.55;
  -webkit-font-smoothing:antialiased;overflow-x:hidden;
}
img{max-width:100%;display:block;}
a{color:var(--action);}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 20px;}
h1,h2,h3{font-family:var(--display);font-weight:700;line-height:1.15;margin:0;letter-spacing:-.01em;}

/* ---------- sticky header ---------- */
.site-header{
  position:sticky;top:0;z-index:50;background:var(--ground);
  border-bottom:1px solid var(--line);
}
.header-inner{
  max-width:var(--wrap);margin:0 auto;padding:10px 20px;
  display:flex;align-items:center;justify-content:space-between;gap:12px;
}
.wordmark{font-family:var(--display);font-weight:700;font-size:20px;letter-spacing:-.02em;
  color:var(--ink);text-decoration:none;white-space:nowrap;}
.site-nav{display:none;gap:26px;}
.site-nav a{color:var(--muted);text-decoration:none;font-size:15px;}
.site-nav a:hover{color:var(--ink);}
@media (min-width:900px){ .site-nav{display:flex;} }

.btn{
  display:inline-flex;align-items:center;justify-content:center;
  font-family:var(--display);font-weight:700;font-size:16px;
  border-radius:8px;text-decoration:none;border:2px solid transparent;
  padding:12px 22px;min-height:44px;transition:background .18s ease,color .18s ease;
}
.btn-primary{background:var(--action);color:#fff;}
.btn-primary:hover{background:var(--action-dark);}
.btn-secondary{background:transparent;color:var(--action);border-color:var(--action);}
.btn-secondary:hover{background:rgba(11,95,95,.07);}
.btn-header{padding:10px 20px;font-size:15px;white-space:nowrap;min-width:120px;}
a:focus-visible,button:focus-visible,summary:focus-visible{
  outline:3px solid var(--action);outline-offset:2px;}

/* ---------- hero ---------- */
.hero{padding:22px 0 8px;}
.hero-grid{display:grid;gap:20px;}
@media (min-width:900px){
  .hero-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:44px;}
  .hero{padding:34px 0 8px;}
}
.eyebrow{
  font-family:var(--display);font-weight:700;font-size:12px;letter-spacing:.12em;
  text-transform:uppercase;color:var(--action);margin:0 0 10px;
}
h1{font-size:clamp(28px,6.7vw,50px);margin:0 0 12px;}
.sub{font-size:16.5px;color:var(--muted);margin:0 0 18px;max-width:44ch;}
.sub span{display:block;}
.hero-cta{display:flex;flex-direction:column;gap:10px;margin-bottom:18px;}
.hero-cta .btn{width:100%;}
@media (min-width:640px){
  .hero-cta{flex-direction:row;}
  .hero-cta .btn{width:auto;min-width:210px;}
}
.hero-photo img{width:100%;border-radius:12px;}
@media (min-width:900px){
  .hero-photo img{height:min(74vh,640px);object-fit:cover;object-position:50% 34%;}
}

/* ---------- hours ---------- */
.hours{border-top:1px solid var(--line);padding-top:13px;max-width:330px;}
.hours-status{font-family:var(--display);font-weight:700;font-size:15px;
  display:flex;align-items:center;gap:9px;margin-bottom:7px;}
.dot{width:10px;height:10px;border-radius:50%;background:var(--muted);flex:none;}
.dot.open{background:var(--open);}
.dot.closed{background:var(--closed);}
.hours-table{display:grid;grid-template-columns:auto 1fr;gap:3px 20px;
  font-size:14.5px;color:var(--muted);}
.hours-table dt{font-weight:500;}
.hours-table dd{margin:0;}

/* ---------- proof strip ---------- */
.proof{padding:30px 0 6px;}
.proof blockquote{margin:0;font-family:var(--display);font-weight:700;
  font-size:clamp(19px,3.5vw,25px);line-height:1.35;max-width:30ch;}
.proof .who{margin:12px 0 0;font-size:14.5px;color:var(--muted);}
.proof .all-reviews{font-size:14.5px;}

/* ---------- sections ---------- */
section{padding:44px 0;}
.section-title{font-size:clamp(23px,4.6vw,31px);margin-bottom:8px;}
.lede{color:var(--muted);margin:0 0 24px;max-width:56ch;}

.cards{display:grid;gap:18px;}
@media (min-width:760px){ .cards{grid-template-columns:repeat(3,1fr);} }
.card{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff;}
.card-photo{aspect-ratio:4/3;background:var(--panel);overflow:hidden;}
.card-photo img{width:100%;height:100%;object-fit:cover;object-position:50% 32%;}
.card-body{padding:16px 18px 20px;}
.card h3{font-size:18.5px;margin-bottom:6px;}
.card p{margin:0;font-size:15.5px;color:var(--muted);}

/* ---------- signature element ---------- */
.signature{background:var(--panel);border-radius:14px;padding:26px 22px;}
.signature h2{font-size:clamp(22px,4.4vw,28px);margin-bottom:14px;}
.signature ul{list-style:none;margin:0;padding:0;display:grid;gap:12px;}
.signature li{display:flex;gap:12px;align-items:flex-start;font-size:16.5px;}
.signature li svg{flex:none;margin-top:3px;}

/* ---------- pricing ---------- */
.pricing p{max-width:52ch;font-size:17px;}

/* ---------- gallery ---------- */
.gallery{display:grid;gap:12px;grid-template-columns:repeat(2,1fr);}
@media (min-width:760px){ .gallery{grid-template-columns:repeat(3,1fr);} }
.gallery figure{margin:0;border-radius:10px;overflow:hidden;background:var(--panel);}
.gallery img{width:100%;aspect-ratio:3/4;object-fit:cover;}

/* ---------- reviews ---------- */
.reviews-grid{display:grid;gap:16px;}
@media (min-width:760px){ .reviews-grid{grid-template-columns:repeat(2,1fr);} }
.review{border:1px solid var(--line);border-radius:12px;padding:20px;background:#fff;}
.review p{margin:0 0 12px;font-size:15.5px;}
.review .who{font-size:14px;color:var(--muted);margin:0;}
.stars{color:var(--action);font-size:14px;letter-spacing:2px;margin-bottom:8px;}

/* ---------- about ---------- */
.about p{max-width:60ch;}

/* ---------- faq ---------- */
details{border-bottom:1px solid var(--line);padding:14px 0;}
summary{font-family:var(--display);font-weight:700;font-size:17px;cursor:pointer;
  list-style:none;display:flex;justify-content:space-between;gap:16px;align-items:center;}
summary::-webkit-details-marker{display:none;}
summary::after{content:'+';color:var(--action);font-size:22px;line-height:1;flex:none;}
details[open] summary::after{content:'\2013';}
details p{margin:12px 0 2px;color:var(--muted);font-size:15.5px;max-width:60ch;}

/* ---------- final CTA band (the ONE band) ---------- */
.final{background:var(--ink);color:#fff;padding:48px 0;}
.final h2{color:#fff;font-size:clamp(24px,5vw,34px);margin-bottom:12px;}
.final p{color:#DDD7DB;margin:0 0 24px;max-width:46ch;}
.final .btn-primary{background:var(--action);}
.final .btn-secondary{color:#fff;border-color:rgba(255,255,255,.5);}
.final .btn-secondary:hover{background:rgba(255,255,255,.1);}
.final-cta{display:flex;flex-direction:column;gap:11px;}
.final-cta .btn{width:100%;}
@media (min-width:640px){
  .final-cta{flex-direction:row;}
  .final-cta .btn{width:auto;min-width:210px;}
}

/* ---------- visit ---------- */
.visit-grid{display:grid;gap:26px;}
@media (min-width:760px){ .visit-grid{grid-template-columns:1fr 1fr;} }
.visit h3{font-size:17px;margin-bottom:6px;}
.visit p{margin:0 0 16px;color:var(--muted);font-size:15.5px;}
.visit a{text-decoration:none;}
.visit a:hover{text-decoration:underline;}

footer{border-top:1px solid var(--line);padding:26px 0 34px;
  font-size:14px;color:var(--muted);}

/* ---------- motion ---------- */
.reveal{opacity:1;transform:none;}
html.js .reveal{opacity:0;transform:translateY(14px);}
html.js .reveal.in{opacity:1;transform:none;transition:opacity .3s ease,transform .3s ease;}
@media (prefers-reduced-motion:reduce){
  html.js .reveal{opacity:1;transform:none;transition:none;}
}
