/* ============================================================
   BLOOM salon — beauty / hair / nails
   Design system: PINTEREST (./DESIGN.md)
   Tokens applied:
     Bg:              #ffffff
     Text primary:    #211922 (plum black, warm near-black)
     Text secondary:  #62625b (olive gray)
     Warm silver:     #91918c
     Brand accent:    #e60023 (Pinterest Red, SINGULAR)
     Sand gray:       #e5e5e0 (secondary button, warm)
     Warm light:      #e0e0d9 (circular)
     Warm wash:       hsla(60,20%,98%,.5)
     Fog:             #f6f6f3
     Dark surface:    #33332e (footer)
     Focus blue:      #435ee5
   Radii: 12/16/20/28/32/40/50%
   Shadows: minimal/flat (Pinterest is flat by design)
   Font: Manrope (Pin Sans replacement), single-family
   ============================================================ */

:root{
  --bg:#ffffff;
  --fog:#f6f6f3;
  --wash:hsla(60,20%,98%,.5);
  --sand:#e5e5e0;
  --warm:#e0e0d9;
  --line:#e5e5e0;
  --line-2:#c8c8c1;
  --silver:#91918c;
  --olive:#62625b;
  --plum:#211922;
  --ink:#000000;
  --red:#e60023;
  --red-d:#b3001b;
  --dark:#33332e;
  --focus:#435ee5;
  --err:#9e0a0a;

  --f:"Manrope","Pin Sans",-apple-system,BlinkMacSystemFont,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;

  --grid:1380px;
}

*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  font-family:var(--f);
  font-size:16px;
  line-height:1.4;
  color:var(--plum);
  background:var(--bg);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  overflow-x:hidden;
}
body.sheet-open,body.mmenu-open{overflow:hidden}
img{display:block;max-width:100%}
button{font-family:inherit;cursor:pointer;background:none;border:0;color:inherit;padding:0}
input,select,textarea{font-family:inherit;font-size:inherit;color:inherit}
a{color:inherit;text-decoration:none}
::selection{background:var(--red);color:#fff}

h1,h2,h3,h4{margin:0;font-family:var(--f);color:var(--plum);font-weight:700;letter-spacing:-0.02em}
p{margin:0}
em{font-style:italic;font-weight:inherit;color:var(--red)}

/* ---------- primitives ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:10px 18px;border-radius:16px;
  font-size:14px;font-weight:600;line-height:1.2;
  transition:background .2s,color .2s,transform .15s,box-shadow .2s;
  white-space:nowrap;cursor:pointer;
  min-height:44px;
}
.btn-primary{background:var(--red);color:#fff}
.btn-primary:hover{background:var(--red-d)}
.btn-primary:active{transform:scale(.98)}
.btn-primary:focus-visible{outline:none;box-shadow:0 0 0 2px #fff,0 0 0 5px var(--focus)}

.btn-sm{padding:8px 14px;font-size:13px;min-height:36px;border-radius:12px}
.btn-lg{padding:14px 22px;font-size:15px;min-height:52px;border-radius:20px}
.btn-wide{width:100%}

.btn-ghost{background:var(--sand);color:var(--plum)}
.btn-ghost:hover{background:var(--warm)}

.circle-btn{
  width:44px;height:44px;border-radius:50%;
  background:var(--warm);color:var(--plum);
  display:inline-flex;align-items:center;justify-content:center;
  transition:background .2s,transform .15s;
}
.circle-btn:hover{background:var(--sand);transform:scale(1.04)}

/* ============================================================
   NAV
   ============================================================ */
.nav{
  position:sticky;top:0;z-index:40;
  background:var(--bg);border-bottom:1px solid var(--line);
}
.nav-row{
  max-width:var(--grid);margin:0 auto;padding:14px 24px;
  display:flex;align-items:center;justify-content:space-between;gap:16px;
}

/* brand — wordmark */
.brand{
  display:inline-flex;align-items:center;gap:6px;
  font-size:24px;font-weight:800;letter-spacing:-0.04em;color:var(--plum);
  line-height:1;
}
.brand-dot{
  width:10px;height:10px;border-radius:50%;background:var(--red);
  display:inline-block;flex:0 0 auto;
}
.brand-sub{
  font-size:12px;font-weight:500;color:var(--olive);letter-spacing:0.02em;
  margin-left:4px;align-self:flex-end;
}
.brand--light,.brand--light span{color:#fff}
.brand--light .brand-sub{color:var(--silver)}

.nav-links{
  display:flex;gap:6px;flex:1 1 auto;justify-content:center;
}
.nav-links a{
  font-size:14px;font-weight:600;color:var(--plum);
  padding:10px 14px;border-radius:12px;
  transition:background .2s,color .2s;
  white-space:nowrap;
}
.nav-links a:hover{background:var(--fog);color:var(--red)}

.nav-right{display:flex;align-items:center;gap:10px;flex:0 0 auto}
.nav-phone{
  display:inline-flex;align-items:center;gap:6px;
  font-size:13px;font-weight:600;color:var(--plum);
  padding:8px 12px;border-radius:12px;transition:background .2s;
}
.nav-phone svg{color:var(--red)}
.nav-phone:hover{background:var(--fog)}

.burger{
  display:none;width:44px;height:44px;border-radius:50%;
  border:1px solid var(--line-2);background:var(--bg);
  position:relative;flex:0 0 auto;
  transition:background .2s;
}
.burger:hover{background:var(--fog)}
.burger span{
  position:absolute;left:11px;right:11px;height:1.8px;background:var(--plum);border-radius:2px;
  transition:transform .3s cubic-bezier(.77,0,.175,1),top .3s,opacity .2s;
}
.burger span:nth-child(1){top:15px}
.burger span:nth-child(2){top:21px}
.burger span:nth-child(3){top:27px}

/* ============================================================
   MMENU
   ============================================================ */
.mmenu{
  position:fixed;inset:0;z-index:55;
  background:var(--bg);
  transform:translateY(-100%);opacity:0;
  transition:transform .45s cubic-bezier(.77,0,.175,1),opacity .3s;
  overflow-y:auto;
  display:flex;flex-direction:column;
}
body.mmenu-open .mmenu{transform:translateY(0);opacity:1}
.mmenu-head{
  position:sticky;top:0;z-index:2;
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 20px;background:var(--bg);
  border-bottom:1px solid var(--line);
}
.mmenu-nav{display:flex;flex-direction:column;padding:16px 24px 0}
.mmenu-nav a{
  font-size:24px;font-weight:700;letter-spacing:-0.03em;color:var(--plum);
  padding:16px 0;border-bottom:1px solid var(--line);
  opacity:0;transform:translateY(8px);
  transition:opacity .4s ease,transform .4s ease,color .2s;
}
.mmenu-nav a:hover{color:var(--red)}
body.mmenu-open .mmenu-nav a{opacity:1;transform:translateY(0);transition-delay:calc(var(--i,1) * 45ms + 160ms)}
.mmenu-foot{
  display:flex;flex-direction:column;gap:12px;
  padding:28px 24px 32px;margin-top:auto;
  font-size:14px;color:var(--olive);
  opacity:0;transform:translateY(8px);
  transition:opacity .4s ease,transform .4s ease;
}
.mmenu-foot a{display:inline-flex;align-items:center;gap:8px;color:var(--plum);font-weight:500}
.mmenu-foot .btn-primary{margin-top:8px}
body.mmenu-open .mmenu-foot{opacity:1;transform:translateY(0);transition-delay:420ms}

/* ============================================================
   HERO — Pinterest moodboard
   ============================================================ */
.hero{
  max-width:var(--grid);margin:0 auto;padding:48px 24px 64px;
  display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:48px;align-items:start;
}
.hero-text{padding-top:8px}
.hero-text{display:flex;flex-direction:column;gap:18px}
.hero-eye{
  display:inline-flex;align-items:center;gap:8px;align-self:flex-start;
  padding:8px 14px;background:var(--wash);border:1px solid var(--line);border-radius:40px;
  font-size:12px;font-weight:600;color:var(--olive);letter-spacing:0.02em;
}
.hero-dot{width:7px;height:7px;border-radius:50%;background:var(--red);display:inline-block;animation:pulse 2.2s ease-in-out infinite}
@keyframes pulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.4);opacity:.6}}
.hero-text h1{
  font-size:clamp(40px,6.4vw,70px);
  font-weight:600;line-height:1.04;letter-spacing:-0.03em;color:var(--plum);
}
.hero-text h1 em{font-style:italic;color:var(--red);font-weight:600}
.hero-text p{font-size:17px;line-height:1.5;color:var(--olive);max-width:52ch}
.hero-cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:4px}
.hero-meta{display:flex;gap:28px;margin-top:14px;flex-wrap:wrap}
.hm{display:flex;flex-direction:column;gap:2px}
.hm b{
  display:inline-flex;align-items:center;gap:4px;
  font-size:22px;font-weight:700;letter-spacing:-0.02em;color:var(--plum);
}
.hm b svg{color:var(--red)}
.hm span{font-size:13px;color:var(--olive)}

/* hero collage — Pinterest-style irregular grid */
.hero-collage{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  grid-template-rows:auto auto;
  gap:12px;position:relative;
  max-width:560px;width:100%;margin-left:auto;
}
.hc{margin:0;border-radius:20px;overflow:hidden;position:relative;background:var(--fog)}
.hc img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s}
.hc:hover img{transform:scale(1.04)}
.hc figcaption{
  position:absolute;bottom:10px;left:10px;
  padding:4px 10px;background:rgba(255,255,255,.92);
  border-radius:40px;
  font-size:12px;font-weight:600;color:var(--plum);
}
.hc--1{aspect-ratio:3/4;grid-row:span 2}
.hc--2{aspect-ratio:1/1}
.hc--3{aspect-ratio:4/5}
.hc--4{aspect-ratio:4/3;grid-column:span 2}

/* ============================================================
   CATEGORY CHIPS
   ============================================================ */
.chips{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--bg);position:sticky;top:62px;z-index:30}
.chips-row{
  max-width:var(--grid);margin:0 auto;padding:16px 24px;
  display:flex;gap:10px;overflow-x:auto;
  scrollbar-width:none;-ms-overflow-style:none;
}
.chips-row::-webkit-scrollbar{display:none}
.chip{
  display:inline-flex;align-items:center;gap:8px;
  padding:10px 16px;background:var(--sand);color:var(--plum);
  border-radius:40px;
  font-size:13px;font-weight:600;line-height:1;
  transition:background .2s,color .2s,transform .15s;
  white-space:nowrap;flex:0 0 auto;
}
.chip-ic{display:inline-flex;align-items:center;justify-content:center;color:var(--olive);transition:color .2s}
.chip:hover{background:var(--warm)}
.chip.is-on{background:var(--plum);color:#fff}
.chip.is-on .chip-ic{color:var(--red)}

/* ============================================================
   SECTION HEADS
   ============================================================ */
.sec-h{
  max-width:var(--grid);margin:0 auto 40px;padding:0 24px;
  display:flex;flex-direction:column;gap:10px;
}
.sec-h--split{display:grid;grid-template-columns:1fr auto;gap:32px;align-items:end}
.sec-h--center{text-align:center;align-items:center}
.sec-h h2{
  font-size:clamp(28px,3.5vw,44px);font-weight:700;line-height:1.1;letter-spacing:-0.03em;
  color:var(--plum);
}
.sec-h h2 em{color:var(--red);font-style:italic}
.sec-h p{font-size:15px;color:var(--olive);max-width:60ch;line-height:1.5}
.sec-h p em,.sec-h p i{color:var(--plum);font-style:italic;font-weight:600}
.port-count{font-size:13px;color:var(--olive);white-space:nowrap}
.port-count a{color:var(--red);font-weight:600;border-bottom:1.5px solid var(--red)}

/* ============================================================
   SERVICES — pin-style card grid (masonry-ish via grid)
   ============================================================ */
.services{padding:48px 0 64px}
.serv-grid{
  max-width:var(--grid);margin:0 auto;padding:0 24px;
  display:grid;grid-template-columns:repeat(4,1fr);gap:16px;
}
.sv{
  display:flex;flex-direction:column;background:var(--fog);
  border-radius:20px;overflow:hidden;
  transition:transform .25s ease,background .25s;
}
.sv.is-filtered-out{display:none}
.sv.in-cart{background:var(--wash);outline:2px solid var(--red)}
.sv:hover{transform:translateY(-2px)}
.sv-img{aspect-ratio:4/5;overflow:hidden;background:var(--warm)}
.sv-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s}
.sv:hover .sv-img img{transform:scale(1.03)}
.sv-body{padding:16px 18px 18px;display:flex;flex-direction:column;gap:6px;flex:1}
.sv-tag{
  align-self:flex-start;
  font-size:11px;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;
  color:var(--red);background:var(--wash);padding:4px 10px;border-radius:40px;
}
.sv h3{
  font-size:16px;font-weight:700;letter-spacing:-0.02em;color:var(--plum);line-height:1.2;
}
.sv p{font-size:13px;color:var(--olive);line-height:1.4}
.sv-foot{
  margin-top:auto;padding-top:12px;
  display:flex;justify-content:space-between;align-items:center;gap:12px;
}
.sv-foot > div{display:flex;flex-direction:column;gap:2px}
.sv-dur{font-size:11px;color:var(--silver);font-weight:600;text-transform:uppercase;letter-spacing:0.04em}
.sv-price{font-size:15px;font-weight:700;color:var(--plum);letter-spacing:-0.01em}
.sv-book{
  padding:10px 18px;border-radius:40px;
  background:var(--plum);color:#fff;
  font-size:13px;font-weight:600;letter-spacing:-0.01em;line-height:1;
  transition:background .2s,transform .15s;
  white-space:nowrap;flex:0 0 auto;
}
.sv-book:hover{background:var(--red)}
.sv-book:active{transform:scale(.97)}

/* ============================================================
   PORTFOLIO masonry (CSS columns)
   ============================================================ */
.port{padding:48px 0 80px;background:var(--fog)}
.masonry{
  max-width:var(--grid);margin:0 auto;padding:0 24px;
  column-count:4;column-gap:16px;
}
.pin{
  break-inside:avoid;margin:0 0 16px;
  border-radius:20px;overflow:hidden;position:relative;background:var(--warm);
  display:block;
}
.pin img{width:100%;height:auto;display:block;transition:transform .6s,filter .3s}
.pin:hover img{transform:scale(1.03);filter:brightness(.92)}
.pin figcaption{
  position:absolute;bottom:12px;left:12px;
  padding:5px 12px;background:rgba(255,255,255,.94);
  border-radius:40px;
  font-size:12px;font-weight:600;color:var(--plum);
  opacity:0;transform:translateY(4px);
  transition:opacity .3s,transform .3s;
}
.pin:hover figcaption{opacity:1;transform:translateY(0)}

/* ============================================================
   MASTERS
   ============================================================ */
.masters{padding:64px 0 64px}
.m-row{
  max-width:var(--grid);margin:0 auto;padding:0 24px;
  display:grid;grid-template-columns:repeat(7,1fr);gap:16px;
}
.m-card{
  display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;
}
.m-ava{
  width:100%;aspect-ratio:1/1;border-radius:50%;overflow:hidden;
  background:var(--warm);margin-bottom:6px;
  transition:transform .3s;
}
.m-card:hover .m-ava{transform:scale(1.04)}
.m-ava img{width:100%;height:100%;object-fit:cover}
.m-card h3{font-size:17px;font-weight:700;letter-spacing:-0.02em;color:var(--plum)}
.m-role{font-size:12px;color:var(--red);font-weight:600}
.m-yr{font-size:12px;color:var(--olive)}

/* ============================================================
   PRICING
   ============================================================ */
.pricing{padding:64px 0 80px;background:var(--fog)}
.price-grid{
  max-width:var(--grid);margin:0 auto;padding:0 24px;
  display:grid;grid-template-columns:repeat(3,1fr);gap:16px;
}
.pb{
  background:var(--bg);border-radius:28px;padding:32px 28px;
}
.pb h3{
  font-size:22px;font-weight:700;letter-spacing:-0.02em;color:var(--plum);
  margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid var(--line);
}
.pb ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}
.pb li{
  display:flex;justify-content:space-between;align-items:baseline;gap:14px;
  font-size:14px;color:var(--olive);line-height:1.4;
}
.pb li i{font-style:normal;font-weight:700;color:var(--plum);font-size:15px;flex:0 0 auto;letter-spacing:-0.01em}

/* ============================================================
   REVIEWS — masonry
   ============================================================ */
.reviews{padding:64px 0 80px}
.rev-masonry{
  max-width:var(--grid);margin:0 auto;padding:0 24px;
  column-count:3;column-gap:16px;
}
.rev{
  break-inside:avoid;margin:0 0 16px;
  background:var(--fog);border-radius:20px;padding:24px 26px;
  display:flex;flex-direction:column;gap:14px;
}
.rev:nth-child(odd){background:var(--wash);border:1px solid var(--line)}
.rev:nth-child(3n){background:#f4ece0}
.rev blockquote{
  margin:0;font-size:15px;line-height:1.5;color:var(--plum);
  font-weight:500;letter-spacing:-0.005em;
}
.rev figcaption{font-size:13px;color:var(--olive)}
.rev figcaption b{color:var(--plum);font-weight:700}

/* ============================================================
   FOOTER
   ============================================================ */
.foot{background:var(--dark);color:#fff;padding:72px 24px 24px}
.foot-top{
  max-width:var(--grid);margin:0 auto 48px;
  display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr);gap:48px;
}
.foot-brand{display:flex;flex-direction:column;gap:16px;align-items:flex-start}
.foot-brand .brand{font-size:32px}
.foot-brand p{
  font-size:15px;line-height:1.5;color:rgba(255,255,255,.7);max-width:36ch;
}
.foot-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.foot-col{display:flex;flex-direction:column;gap:10px}
.foot-h{font-size:12px;font-weight:700;color:var(--red);text-transform:uppercase;letter-spacing:0.08em;margin-bottom:4px}
.foot-col a,.foot-col span{
  display:inline-flex;align-items:center;gap:8px;
  font-size:14px;color:rgba(255,255,255,.72);line-height:1.4;
  transition:color .2s;
}
.foot-col a:hover{color:#fff}
.foot-map{
  max-width:var(--grid);margin:0 auto 32px;aspect-ratio:4/1;
  border-radius:28px;overflow:hidden;
}
.foot-bot{
  max-width:var(--grid);margin:0 auto;padding-top:24px;
  border-top:1px solid rgba(255,255,255,.12);
  display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;
  font-size:13px;color:rgba(255,255,255,.5);
}

/* ============================================================
   BOTTOM SHEET — BOOKING (calendar + slots, salon-native)
   ============================================================ */

.sheet{
  position:fixed;inset:0;z-index:60;
}
.sheet[hidden]{display:none}
.sheet-back{
  position:absolute;inset:0;background:rgba(0,0,0,.5);
  opacity:0;transition:opacity .3s ease;
}
.sheet.is-open .sheet-back{opacity:1}
.sheet-panel{
  position:absolute;bottom:0;left:0;right:0;
  max-height:92vh;
  background:var(--bg);
  border-radius:32px 32px 0 0;
  transform:translateY(100%);
  transition:transform .4s cubic-bezier(.77,0,.175,1);
  display:flex;flex-direction:column;
  box-shadow:0 -8px 40px rgba(0,0,0,.14);
  overflow:hidden;
}
.sheet.is-open .sheet-panel{transform:translateY(0)}
.sheet-handle{
  width:44px;height:5px;border-radius:40px;background:var(--line-2);
  margin:12px auto 0;flex:0 0 auto;
}
.sheet-head{
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 24px 18px;
}
.sheet-head h2{font-size:22px;font-weight:700;letter-spacing:-0.02em;color:var(--plum)}

.sheet-body{
  padding:0 24px 32px;overflow-y:auto;flex:1;
  display:flex;flex-direction:column;gap:20px;
}

/* sheet-head title group */
.sh-title{display:flex;flex-direction:column;gap:2px}
.sh-kicker{font-size:11px;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:var(--red)}

/* selected service card */
.svc-card{
  display:flex;align-items:center;gap:14px;
  padding:12px;background:var(--fog);border-radius:20px;
}
.svc-img{
  width:64px;height:64px;border-radius:14px;overflow:hidden;background:var(--warm);flex:0 0 auto;
  background-size:cover;background-position:center;
}
.svc-info{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}
.svc-tag{
  align-self:flex-start;font-size:10px;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;
  color:var(--red);background:var(--wash);padding:3px 8px;border-radius:40px;
}
.svc-info h3{font-size:15px;font-weight:700;letter-spacing:-0.01em;color:var(--plum);line-height:1.2}
.svc-meta{font-size:13px;color:var(--olive)}
.svc-meta b{color:var(--plum);font-weight:700;letter-spacing:-0.01em}

/* steps */
.step{display:flex;flex-direction:column;gap:10px}
.step-h{display:flex;align-items:center;gap:10px}
.step-no{
  width:24px;height:24px;border-radius:50%;background:var(--plum);color:#fff;
  display:inline-flex;align-items:center;justify-content:center;
  font-size:12px;font-weight:700;flex:0 0 auto;
}
.step-h h3{font-size:15px;font-weight:700;letter-spacing:-0.01em;color:var(--plum)}
.step-h h3 span{color:var(--red);font-weight:700}

/* date strip — horizontal scrollable days */
.date-strip{
  display:flex;gap:8px;overflow-x:auto;padding:2px 2px 6px;
  scrollbar-width:none;-ms-overflow-style:none;
  scroll-snap-type:x proximity;
}
.date-strip::-webkit-scrollbar{display:none}
.day{
  flex:0 0 auto;scroll-snap-align:start;
  display:flex;flex-direction:column;align-items:center;gap:1px;
  min-width:56px;padding:10px 6px;
  background:var(--fog);border-radius:16px;border:2px solid transparent;
  transition:background .2s,border-color .2s,color .2s;
  cursor:pointer;
}
.day-dow{font-size:11px;font-weight:600;color:var(--olive);text-transform:lowercase}
.day-num{font-size:20px;font-weight:700;color:var(--plum);letter-spacing:-0.02em;line-height:1.1}
.day-mon{font-size:10px;font-weight:500;color:var(--silver);text-transform:lowercase}
.day:hover{background:var(--sand)}
.day.is-today .day-dow{color:var(--red)}
.day.is-on{background:var(--plum);border-color:var(--plum)}
.day.is-on .day-dow,.day.is-on .day-mon{color:rgba(255,255,255,.72)}
.day.is-on .day-num{color:#fff}
.day[disabled]{opacity:.35;cursor:not-allowed}

/* slot grid */
.slot-grid{
  display:grid;grid-template-columns:repeat(auto-fill,minmax(76px,1fr));gap:8px;
  min-height:20px;
}
.slot{
  padding:12px 8px;border-radius:12px;
  background:var(--fog);color:var(--plum);
  font-size:14px;font-weight:600;letter-spacing:-0.01em;
  border:2px solid transparent;
  transition:background .2s,border-color .2s,color .2s;
  cursor:pointer;text-align:center;
}
.slot:hover{background:var(--sand)}
.slot.is-on{background:var(--plum);color:#fff;border-color:var(--plum)}
.slot.is-taken{
  background:transparent;color:var(--silver);cursor:not-allowed;
  text-decoration:line-through;
  border:1px dashed var(--line-2);
}
.slot.is-taken:hover{background:transparent}
.slot-hint{
  font-size:13px;color:var(--silver);font-style:italic;margin-top:-2px;
}
.slot-hint[hidden]{display:none}

/* booking form */
.booking{display:flex;flex-direction:column;gap:16px}
.booking[hidden]{display:none}
.bf-list{display:flex;flex-direction:column;gap:10px}
.bh{font-size:16px;font-weight:700;color:var(--plum);letter-spacing:-0.02em;margin-top:4px}
.bf-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.bf{display:flex;flex-direction:column;gap:6px}
.bf > span{font-size:12px;font-weight:700;color:var(--plum);text-transform:uppercase;letter-spacing:0.04em}
.bf input[type=text],.bf input[type=tel],.bf input[type=date],.bf select,.bf textarea{
  padding:12px 14px;
  background:var(--bg);border:1px solid var(--silver);border-radius:16px;
  font-size:15px;color:var(--plum);font-family:var(--f);
  transition:border-color .2s,box-shadow .2s;
  width:100%;
}
.bf select{
  appearance:none;
  background-image:linear-gradient(45deg,transparent 50%,var(--plum) 50%),linear-gradient(-45deg,transparent 50%,var(--plum) 50%);
  background-position:calc(100% - 18px) 52%,calc(100% - 12px) 52%;
  background-size:6px 6px;background-repeat:no-repeat;padding-right:34px;
}
.bf input:focus,.bf select:focus,.bf textarea:focus{outline:none;border-color:var(--focus);box-shadow:0 0 0 2px var(--focus)}
.bf.is-invalid input,.bf.is-invalid select{border-color:var(--err)}
.bf-err{font-style:normal;font-size:12px;color:var(--err);display:none;font-weight:600}
.bf.is-invalid .bf-err{display:block}
.bf--check{flex-direction:row;align-items:flex-start;gap:10px;font-size:13px;color:var(--olive);line-height:1.4}
.bf--check input{margin-top:2px;accent-color:var(--red);width:18px;height:18px}

.sheet-hint{font-size:12px;color:var(--olive);text-align:center;line-height:1.4}

.booking-ok{padding:24px 0;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}
.bok-ic{
  width:64px;height:64px;border-radius:50%;background:var(--red);color:#fff;
  display:inline-flex;align-items:center;justify-content:center;
  animation:okIn .5s cubic-bezier(.22,1,.36,1);
}
@keyframes okIn{0%{transform:scale(.4);opacity:0}80%{transform:scale(1.08)}100%{transform:scale(1);opacity:1}}
.booking-ok h3{font-size:24px;font-weight:700;letter-spacing:-0.02em;color:var(--plum)}
.booking-ok h3 em{color:var(--red);font-style:italic}
.booking-ok p{font-size:14px;color:var(--olive);line-height:1.5;max-width:36ch}
.booking-ok b{color:var(--plum);font-weight:700}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:1200px){
  .serv-grid{grid-template-columns:repeat(3,1fr)}
  .m-row{grid-template-columns:repeat(4,1fr)}
  .m-row > .m-card:nth-child(n+5){display:none}
  .masonry{column-count:3}
  .rev-masonry{column-count:2}
  .hero{grid-template-columns:1fr;gap:28px}
}
@media (max-width:950px){
  .nav-links{display:none}
  .nav-phone span{display:none}
  .nav-phone{padding:8px;width:40px;height:40px;justify-content:center;border:1px solid var(--line-2);border-radius:50%}
  .nav-right .btn-primary{display:none}
  .burger{display:inline-block}
  .chips{top:70px}
  .serv-grid{grid-template-columns:repeat(2,1fr)}
  .price-grid{grid-template-columns:1fr}
  .rev-masonry{column-count:1}
  .foot-top{grid-template-columns:1fr;gap:32px}
  .foot-cols{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:744px){
  .nav-row{padding:12px 16px}
  .hero{padding:24px 16px 40px}
  .hero-collage{gap:8px}
  .hero-text h1{font-size:clamp(32px,9vw,44px)}
  .services,.port,.masters,.pricing,.reviews{padding:40px 0 48px}
  .sec-h{padding:0 16px;margin-bottom:24px}
  .sec-h--split{grid-template-columns:1fr;gap:8px}
  .serv-grid{grid-template-columns:1fr;padding:0 16px;gap:12px}
  .masonry{column-count:2;padding:0 16px;column-gap:8px}
  .pin{margin-bottom:8px;border-radius:14px}
  .m-row{grid-template-columns:repeat(2,1fr);padding:0 16px;gap:14px}
  .m-row > .m-card:nth-child(n+5){display:flex}
  .price-grid{padding:0 16px}
  .rev-masonry{padding:0 16px}
  .foot{padding:48px 16px 24px}
  .foot-cols{grid-template-columns:1fr;gap:20px}
  .foot-map{aspect-ratio:4/3}

  .sheet-panel{max-height:94vh;border-radius:24px 24px 0 0}
  .sheet-body{padding:0 16px 24px}
  .bf-grid{grid-template-columns:1fr}
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.001s !important;transition-duration:.001s !important}
}
