/* ═══════════════════════════════════════════════════════════════
   HAPPY HAIR BEAUTY SALON — SHARED STYLESHEET
   No gradients. No emoji. Photography-led, editorial, premium.
   ═══════════════════════════════════════════════════════════════ */

:root{
  --gold:#C6A15B; --gold-lt:#D8BD82; --gold-pale:#EFE5D5; --gold-deep:#766036;
  --cream:#F7F1E7; --ink:#211711; --ink-mid:#4A3328; --ink-soft:#2C1D16;
  --stone:#6B5B4B; --stone-lt:#A99582; --border:rgba(198,161,91,.24); --white:#fff;
  --line:#D2C9BB;
  --shadow-sm:0 1px 3px rgba(33,23,17,.08);
  --shadow-md:0 12px 32px rgba(33,23,17,.10);
  --ease:cubic-bezier(.25,.46,.45,.94);
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;overflow-x:hidden;scroll-padding-top:90px}
body{font-family:'DM Sans',system-ui,sans-serif;background:var(--cream);color:var(--ink);line-height:1.6}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font-family:inherit}
ul{list-style:none}
:focus-visible{outline:2px solid var(--gold);outline-offset:2px}
@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}

/* ══ UTILS ═════════════════════════════════════════════ */
.container{width:min(1160px,100%);margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem)}
.container-wide{width:min(1360px,100%);margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem)}
.eyebrow{font-size:.68rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-deep)}
.section-title{font-family:'Cormorant Garamond',serif;font-size:clamp(2.25rem,5.5vw,3.75rem);font-weight:300;line-height:1.08;color:var(--ink)}
.section-title em{font-style:italic;color:var(--gold-deep)}
.section-lede{font-size:.92rem;color:var(--stone);line-height:1.85;max-width:560px;margin-top:.85rem}
.gold-bar{display:block;width:40px;height:1.5px;background:var(--gold);margin-bottom:1rem}
.section-head{margin-bottom:clamp(2.5rem,5vw,3.5rem)}
.section-head.split{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;flex-wrap:wrap}
.section{padding:clamp(4.5rem,10vw,7.5rem) 0}
.section-alt{background:var(--white)}
.section-dark{background:var(--ink);color:var(--white)}
.section-dark .stone-txt{color:rgba(255,255,255,.6)}

.btn{display:inline-flex;align-items:center;gap:.55rem;padding:.875rem 2rem;font-size:.73rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;border:none;cursor:pointer;transition:all .22s var(--ease);text-decoration:none;white-space:nowrap}
.btn .icon{width:15px;height:15px;flex-shrink:0}
.btn-dark{background:var(--ink);color:var(--gold)}
.btn-dark:hover{background:var(--ink-mid)}
.btn-gold{background:var(--gold);color:var(--ink)}
.btn-gold:hover{background:var(--gold-deep);color:var(--white)}
.btn-outline{background:transparent;color:var(--gold-deep);border:1.5px solid var(--gold)}
.btn-outline:hover{background:var(--gold);color:var(--ink)}
.btn-outline-white{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.35)}
.btn-outline-white:hover{border-color:var(--gold);color:var(--gold)}
.btn-wa{background:#1f9e56;color:#fff}
.btn-wa:hover{background:#187f45}
.btn-block{width:100%;justify-content:center}
.btn-sm{padding:.65rem 1.35rem;font-size:.66rem}

.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s var(--ease),transform .7s var(--ease)}
.reveal.vis{opacity:1;transform:none}

/* ══ ICON SYSTEM (replaces all emoji) ═════════════════════ */
.icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1.15em;height:1.15em}
.icon svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}
.icon-star svg{fill:currentColor;stroke:none}
.icon[data-icon="star"] svg{fill:currentColor;stroke:none}
.icon[data-icon="starOutline"] svg{fill:none;stroke:currentColor;stroke-width:1.4}

.icon-tile{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}
.icon-tile-ink{background:var(--ink)}
.icon-tile-ink .icon{color:var(--gold);width:30%;height:30%}
.icon-tile-pale{background:var(--gold-pale)}
.icon-tile-pale .icon{color:var(--gold-deep);width:30%;height:30%}
.icon-tile-line{background:var(--white);border:1px solid var(--border)}
.icon-tile-line .icon{color:var(--gold-deep);width:34%;height:34%}

.stars{display:flex;gap:.15rem;color:var(--gold)}
.stars .icon{width:14px;height:14px}
.stars.lg .icon{width:20px;height:20px}

/* ══ ANN BAR ════════════════════════════════════════════ */
.ann-bar{background:var(--ink);color:var(--gold-lt);text-align:center;padding:.55rem 1rem;font-size:.68rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;position:relative;z-index:201}
.ann-bar span{opacity:.55;margin:0 .6rem}
.ann-short{display:none}
@media (max-width:640px){
  .ann-bar{font-size:.62rem;letter-spacing:.06em;padding:.5rem .75rem}
  .ann-full{display:none}
  .ann-short{display:inline}
  .ann-short span{margin:0 .4rem}
}

/* ══ NAV ════════════════════════════════════════════════ */
#nav{position:sticky;top:0;z-index:200;padding:1.15rem 0;transition:all .35s var(--ease);background:var(--ink)}
#nav.scrolled,#nav.solid{padding:.8rem 0;box-shadow:0 2px 12px rgba(0,0,0,.25)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}
.nav-logo{display:flex;align-items:center;gap:.7rem}
.logo-mark{width:36px;height:36px;border-radius:50%;flex-shrink:0;overflow:hidden;background:var(--ink);border:1px solid rgba(201,168,76,.4)}
.logo-mark img{width:100%;height:100%;object-fit:cover}
.logo-name{font-family:'Cormorant Garamond',serif;font-size:1.05rem;font-weight:500;letter-spacing:.03em;color:#fff}
.nav-links{display:flex;align-items:center;gap:1.85rem;list-style:none}
.nav-links a{font-size:.7rem;font-weight:500;letter-spacing:.13em;text-transform:uppercase;color:rgba(250,247,242,.72);transition:color .2s}
.nav-links a:hover,.nav-links a.on{color:var(--gold)}
.nav-book{padding:.6rem 1.5rem;font-size:.7rem;font-weight:600;letter-spacing:.13em;text-transform:uppercase;background:var(--gold);color:var(--ink);border:none;cursor:pointer;transition:background .2s;text-decoration:none;display:inline-block}
.nav-book:hover{background:var(--gold-deep);color:#fff}
.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:4px;cursor:pointer}
.hamburger span{display:block;width:22px;height:1.5px;background:#fff;transition:.3s}

/* Shop dropdown (desktop) */
.nav-item-dropdown{position:relative}
.nav-item-dropdown > a{display:inline-flex;align-items:center;gap:.4rem}
.nav-caret{width:6px;height:6px;border-right:1.3px solid currentColor;border-bottom:1.3px solid currentColor;transform:rotate(45deg);margin-top:-3px;transition:transform .2s}
.nav-item-dropdown:hover .nav-caret,.nav-item-dropdown:focus-within .nav-caret{transform:rotate(-135deg);margin-top:2px}
.nav-dropdown{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(-6px);margin-top:.9rem;background:var(--ink);border:1px solid rgba(201,168,76,.25);min-width:210px;padding:.5rem;opacity:0;visibility:hidden;transition:opacity .2s,transform .2s,visibility .2s;z-index:210;display:flex;flex-direction:column}
.nav-item-dropdown:hover .nav-dropdown,.nav-item-dropdown:focus-within .nav-dropdown{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.nav-dropdown a{display:block;padding:.65rem .9rem;font-size:.68rem;font-weight:500;letter-spacing:.07em;text-transform:uppercase;color:rgba(250,247,242,.75)}
.nav-dropdown a:hover{color:var(--gold)}
.nav-dropdown-viewall{border-top:1px solid rgba(201,168,76,.2);margin-top:.35rem;padding-top:.75rem !important;color:var(--gold-lt) !important;font-weight:700 !important}

/* Shop expandable panel (mobile fullscreen nav) */
.mob-shop{display:flex;flex-direction:column;align-items:center}
.mob-shop-toggle{background:none;border:none;cursor:pointer;font-family:'Cormorant Garamond',serif;font-size:2.1rem;font-weight:300;color:var(--ink);padding:0;transition:color .2s}
.mob-shop-toggle:hover,.mob-shop-toggle.on{color:var(--gold-deep)}
.mob-shop-panel{max-height:0;overflow:hidden;display:flex;flex-direction:column;align-items:center;gap:.9rem;transition:max-height .3s var(--ease)}
.mob-shop.open .mob-shop-panel{max-height:260px;margin-top:1rem}
.mob-shop-panel a{font-family:'DM Sans',sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--stone)}
.mob-shop-panel a:hover{color:var(--gold-deep)}
.mob-nav{display:none;position:fixed;inset:0;background:var(--cream);z-index:299;flex-direction:column;align-items:center;justify-content:center;gap:1.85rem}
.mob-nav.open{display:flex}
.mob-nav a{font-family:'Cormorant Garamond',serif;font-size:2.1rem;font-weight:300;color:var(--ink);transition:color .2s}
.mob-nav a.on{color:var(--gold-deep)}
.mob-nav a:hover{color:var(--gold-deep)}
.mob-close{position:absolute;top:1.5rem;right:1.75rem;background:none;border:none;cursor:pointer;color:var(--ink);width:22px;height:22px}

/* ══ PAGE HERO (interior pages) ══════════════════════════ */
.page-hero{padding:3.5rem 0;text-align:center}
.page-hero .eyebrow{display:block;margin-bottom:.9rem}
.page-hero h1{font-family:'Cormorant Garamond',serif;font-size:clamp(2.6rem,6.5vw,4.5rem);font-weight:300;line-height:1.06;max-width:760px;margin-inline:auto}
.page-hero h1 em{font-style:italic;color:var(--gold-deep)}
.page-hero p{font-size:.92rem;color:var(--stone);max-width:520px;margin:1.1rem auto 0;line-height:1.85}
.page-crumb{display:flex;justify-content:center;gap:.5rem;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--stone-lt);margin-bottom:1.25rem}
.page-crumb a{color:var(--stone-lt)}
.page-crumb a:hover{color:var(--gold-deep)}

/* ══ HOME HERO — asymmetric editorial composition ══════════ */
.hero-v2{padding:clamp(6.5rem,11vw,9rem) 0 clamp(4rem,8vw,6rem);overflow:hidden}
.hero-v2-grid{display:grid;grid-template-columns:0.92fr 1.28fr;gap:clamp(2.5rem,6vw,5rem);align-items:center;max-width:1400px;margin-inline:auto;padding-inline:clamp(1.5rem,5vw,3rem)}
.hero-v2-text{max-width:480px}
.hero-v2-eyebrow-row{display:flex;align-items:center;gap:.875rem;margin-bottom:2.25rem}
.hero-pre-line{width:32px;height:1px;background:var(--gold)}
.hero-v2-headline{font-family:'Cormorant Garamond',serif;font-weight:300;font-size:clamp(3.4rem,7.5vw,6.75rem);line-height:.96;margin-bottom:1.85rem;color:var(--ink)}
.hero-v2-headline em{font-style:italic;color:var(--gold-deep)}
.hero-v2-sub{font-size:1rem;line-height:1.95;color:var(--stone);margin-bottom:2.5rem;max-width:420px}
.hero-v2-actions{display:flex;gap:1rem;flex-wrap:wrap}

.hero-v2-media{position:relative}
.hero-v2-frame{position:absolute;top:-1.5rem;right:-1.5rem;bottom:2.75rem;left:1.75rem;border:1.5px solid var(--gold);z-index:0}
.hero-v2-photo{position:relative;aspect-ratio:4/5;overflow:hidden;z-index:1}
.hero-v2-photo img{width:100%;height:100%;object-fit:cover;display:block}
.hero-v2-caption{position:absolute;bottom:-1.75rem;left:-1.75rem;background:var(--ink);color:var(--gold-lt);padding:1rem 1.35rem;font-size:.64rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;z-index:2;max-width:230px;line-height:1.6}
.hero-v2-caption span{display:block;color:rgba(247,241,231,.6);font-weight:500;letter-spacing:.06em;text-transform:none;font-size:.72rem;margin-top:.3rem}

@media (max-width:960px){
  .hero-v2-grid{grid-template-columns:1fr;gap:3.5rem}
  .hero-v2-media{order:-1;max-width:380px;margin-inline:auto;width:100%}
  .hero-v2-text{max-width:none}
  .hero-v2-frame{top:-1rem;right:-1rem;bottom:1.75rem;left:1rem}
  .hero-v2-caption{left:-1rem;bottom:-1.25rem;max-width:190px}
}
@media (max-width:480px){
  .hero-v2-frame{display:none}
  .hero-v2-caption{position:static;margin-top:1rem;max-width:none;display:inline-block}
}

/* ══ TICKER ═════════════════════════════════════════════ */
.ticker{background:var(--gold);padding:.6rem 0;overflow:hidden}
.ticker-track{display:flex;gap:2.5rem;animation:ticker 42s linear infinite;white-space:nowrap;width:max-content}
.ticker-item{display:flex;align-items:center;gap:.875rem;font-size:.67rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--ink);flex-shrink:0}
.ticker-dot{width:4px;height:4px;border-radius:50%;background:var(--ink);opacity:.5}
@keyframes ticker{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ══ TRUST STRIP ════════════════════════════════════════ */
.trust{background:var(--white);border-bottom:1px solid var(--line)}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:2.25rem 0}
.trust-item{display:flex;align-items:center;gap:.9rem;padding:0 1.5rem;border-left:1px solid var(--line)}
.trust-item:first-child{border-left:none}
.trust-item .icon{width:26px;height:26px;color:var(--gold-deep)}
.trust-n{font-family:'Cormorant Garamond',serif;font-size:1.5rem;font-weight:500;line-height:1}
.trust-l{font-size:.68rem;color:var(--stone);letter-spacing:.02em;margin-top:.15rem}

/* ══ PHOTO FRAME (generic image treatment, no gradients) ═ */
.frame{position:relative}
.frame img{width:100%;height:100%;object-fit:cover;display:block}
.frame-accent{position:absolute;bottom:-1.25rem;right:-1.25rem;background:var(--ink);color:var(--gold);padding:1.25rem 1.5rem;text-align:left;max-width:230px;border:1px solid var(--ink)}
.frame-accent-n{font-family:'Cormorant Garamond',serif;font-size:2.25rem;font-weight:300;line-height:1;color:var(--gold)}
.frame-accent-l{font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.7);margin-top:.4rem}
.frame-tag{position:absolute;top:1.1rem;left:1.1rem;background:var(--ink);color:var(--gold-lt);font-size:.62rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.45rem .8rem}

/* ══ ABOUT / EXPERTISE ══════════════════════════════════ */
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,7vw,6rem);align-items:center}
.about-imgs{position:relative}
.about-main{width:100%;aspect-ratio:4/5;overflow:hidden}
.about-main img{width:100%;height:100%;object-fit:cover}
.about-feats{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:2rem}
.about-feat{display:flex;align-items:center;gap:.75rem;padding:.9rem 1rem;background:var(--white);border:1px solid var(--border)}
.about-feat .icon{width:20px;height:20px;color:var(--gold-deep)}
.feat-label{font-size:.76rem;font-weight:600;color:var(--ink-mid)}
.how-steps{display:flex;flex-wrap:wrap;gap:1px;background:var(--line);margin-top:2.5rem}
.how-step{flex:1 1 150px;background:var(--white);padding:1.5rem 1.25rem}
.how-step-n{font-family:'Cormorant Garamond',serif;font-size:1.6rem;color:var(--gold-deep);margin-bottom:.5rem}
.how-step-t{font-size:.78rem;font-weight:700;letter-spacing:.04em;color:var(--ink);margin-bottom:.3rem}
.how-step-d{font-size:.76rem;color:var(--stone);line-height:1.5}

/* ══ SPOTLIGHT (Keratin B/A, K-Tips, Caucasian hair) ═════ */
.spotlight{padding:clamp(4.5rem,10vw,7.5rem) 0}
.spotlight-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:clamp(2.5rem,6vw,5rem);align-items:center}
.spotlight-grid.rev{grid-template-columns:1fr 1.1fr}
.spotlight-grid.rev .spotlight-media{order:2}
.spotlight-badges{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.25rem}
.badge{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .9rem;font-size:.64rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.badge .icon{width:12px;height:12px}
.badge-gold{background:var(--gold);color:var(--ink)}
.badge-ink{background:var(--ink);color:var(--gold-lt)}
.badge-line{background:transparent;border:1px solid var(--gold);color:var(--gold-deep)}
.spotlight h2{margin:.5rem 0 1rem}
.spotlight p.lede{font-size:.93rem;color:var(--stone);line-height:1.9;margin-bottom:1.5rem;max-width:480px}
.spotlight-facts{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.75rem}
.spotlight-fact{display:flex;gap:.75rem;align-items:flex-start;font-size:.85rem;color:var(--ink-mid)}
.spotlight-fact .icon{width:17px;height:17px;color:var(--gold-deep);margin-top:.15rem}
.spotlight-actions{display:flex;gap:.875rem;flex-wrap:wrap}

.euro-composition{position:relative;max-width:420px}
.euro-main{aspect-ratio:3/4;width:100%}
.euro-accent{position:absolute;bottom:-1.75rem;left:-1.75rem;width:48%;aspect-ratio:1;border:7px solid var(--white);box-shadow:var(--shadow-md)}
@media (max-width:860px){.euro-composition{max-width:340px;margin-inline:auto;margin-bottom:2rem}}

/* Before / After slider */
.ba-slider{position:relative;width:100%;aspect-ratio:4/5;overflow:hidden;cursor:ew-resize;-webkit-user-select:none;user-select:none;touch-action:pan-y}
.ba-slider > img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}
.ba-after-wrap{position:absolute;inset:0;overflow:hidden;width:50%;pointer-events:none}
.ba-after-wrap img{position:absolute;top:0;left:0;width:auto;height:auto;max-width:none;object-fit:cover}
.ba-handle{position:absolute;top:0;bottom:0;left:50%;width:2px;background:var(--white);transform:translateX(-1px);pointer-events:none}
.ba-knob{position:absolute;top:50%;left:50%;width:44px;height:44px;border-radius:50%;background:var(--white);transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md);pointer-events:none}
.ba-knob .icon{width:18px;height:18px;color:var(--ink)}
.ba-tag{position:absolute;top:1rem;font-size:.64rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;background:var(--ink);color:var(--gold-lt);padding:.4rem .8rem;z-index:2}
.ba-tag.before{left:1rem}
.ba-tag.after{right:1rem}
.ba-hint{text-align:center;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--stone);margin-top:.9rem}

/* ══ SIGNATURE SERVICES ═════════════════════════════════ */
.sig-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem}
.sig-card{background:var(--white);border:1px solid var(--border);padding:2rem 1.75rem;position:relative;display:flex;flex-direction:column}
.sig-card::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .35s var(--ease)}
.sig-card:hover::before{transform:scaleX(1)}
.sig-photo{aspect-ratio:4/3;overflow:hidden;margin:-2rem -1.75rem 1.25rem}
.sig-photo img{width:100%;height:100%;object-fit:cover}
.sig-icon{width:46px;height:46px;margin-bottom:1.1rem}
.sig-top-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:1.1rem}
.sig-name{font-family:'Cormorant Garamond',serif;font-size:1.5rem;font-weight:500;margin-bottom:.4rem}
.sig-also-known{font-size:.7rem;color:var(--stone-lt);margin-bottom:.9rem;font-style:italic}
.sig-desc{font-size:.83rem;color:var(--stone);line-height:1.8;margin-bottom:.9rem;flex:1}
.sig-ideal{font-size:.78rem;color:var(--ink-mid);background:var(--gold-pale);padding:.7rem .9rem;margin-bottom:1.25rem;display:flex;gap:.5rem;align-items:flex-start}
.sig-ideal .icon{width:14px;height:14px;color:var(--gold-deep);margin-top:.15rem;flex-shrink:0}
.sig-price{display:flex;justify-content:space-between;align-items:center;gap:1rem;border-top:1px solid var(--border);padding-top:1.1rem;margin-top:auto}
.sig-price-val{font-family:'Cormorant Garamond',serif;font-size:1.35rem;color:var(--ink)}
.sig-note{font-size:.68rem;color:var(--stone-lt);margin-top:.15rem}
.sig-book-btn{background:var(--ink);color:var(--gold);border:none;padding:.65rem 1.15rem;font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:background .2s;white-space:nowrap}
.sig-book-btn:hover{background:var(--ink-mid)}
.sig-book-btn.added{background:var(--gold);color:var(--ink)}
.svc-cta{text-align:center}

/* ══ GALLERY (home preview + full page) ══════════════════ */
.gal-header{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;flex-wrap:wrap;margin-bottom:2.5rem}
.gal-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:190px;gap:.85rem}
.gal-item{position:relative;overflow:hidden;grid-row:span 1}
.gal-item.tall{grid-row:span 2}
.gal-item.wide{grid-column:span 2}
.gal-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease)}
.gal-item:hover img{transform:scale(1.05)}
.gal-label{position:absolute;bottom:0;left:0;right:0;padding:.9rem 1rem;background:rgba(24,19,14,.72);font-size:.66rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gold-lt);opacity:0;transition:opacity .3s}
.gal-item:hover .gal-label{opacity:1}
.gal-follow{text-align:center;margin-top:1.75rem;font-size:.8rem;color:var(--stone)}
.gal-follow a{color:var(--gold-deep)}

/* Filterable gallery page */
.gal-filterbar{display:flex;gap:.6rem;flex-wrap:wrap;margin-bottom:2.5rem}
.gal-filter{padding:.6rem 1.25rem;font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;background:var(--white);border:1px solid var(--border);color:var(--ink-mid);cursor:pointer;transition:all .2s}
.gal-filter:hover{border-color:var(--gold)}
.gal-filter.on{background:var(--ink);color:var(--gold);border-color:var(--ink)}
.gal-masonry{columns:4 220px;column-gap:.85rem}
.gal-card{break-inside:avoid;margin-bottom:.85rem;position:relative;overflow:hidden;cursor:pointer;background:var(--white)}
.gal-card img{width:100%;display:block;transition:transform .5s var(--ease)}
.gal-card:hover img{transform:scale(1.04)}
.gal-card-cap{position:absolute;bottom:0;left:0;right:0;padding:.85rem 1rem;background:rgba(24,19,14,.72);opacity:0;transition:opacity .25s}
.gal-card:hover .gal-card-cap{opacity:1}
.gal-cap-tag{font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold-lt)}
.gal-cap-txt{font-size:.72rem;color:#fff;margin-top:.15rem}
.gal-empty{grid-column:1/-1;text-align:center;padding:4rem 1.5rem;color:var(--stone);border:1px dashed var(--border)}
.gal-empty .icon{width:34px;height:34px;color:var(--gold);margin:0 auto 1rem}
.gal-empty h3{font-family:'Cormorant Garamond',serif;font-size:1.5rem;font-weight:400;color:var(--ink);margin-bottom:.5rem}
.gal-empty p{font-size:.82rem;max-width:360px;margin:0 auto}

/* Lightbox */
.lightbox{display:none;position:fixed;inset:0;background:rgba(15,11,7,.94);z-index:400;align-items:center;justify-content:center;padding:2rem}
.lightbox.open{display:flex}
.lightbox-inner{max-width:min(920px,92vw);max-height:88vh;width:100%;display:flex;flex-direction:column;align-items:center}
.lightbox img{max-width:100%;max-height:70vh;object-fit:contain;margin:0 auto}
.lightbox-cap{text-align:center;color:#fff;margin-top:1.25rem}
.lightbox-cap-tag{font-size:.66rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-lt)}
.lightbox-cap-txt{font-size:.85rem;color:rgba(255,255,255,.75);margin-top:.4rem;max-width:520px}
.lightbox-close{position:absolute;top:1.5rem;right:1.75rem;background:none;border:none;cursor:pointer;color:#fff;width:26px;height:26px}
.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.25);cursor:pointer;color:#fff;width:46px;height:46px;display:flex;align-items:center;justify-content:center;border-radius:50%}
.lightbox-nav:hover{background:rgba(255,255,255,.18)}
.lightbox-nav.prev{left:1.5rem}
.lightbox-nav.next{right:1.5rem}
.lightbox-nav .icon{width:18px;height:18px}
@media (max-width:640px){.lightbox-nav{width:38px;height:38px}.lightbox-nav.prev{left:.5rem}.lightbox-nav.next{right:.5rem}}

/* ══ SERVICES CATALOGUE ═════════════════════════════════ */
.svc-cats{display:flex;gap:.6rem;flex-wrap:wrap;margin-bottom:2.5rem;overflow-x:auto;padding-bottom:.25rem}
.svc-cat{padding:.65rem 1.35rem;font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;background:var(--white);border:1px solid var(--border);color:var(--ink-mid);cursor:pointer;white-space:nowrap;transition:all .2s}
.svc-cat:hover{border-color:var(--gold)}
.svc-cat.on{background:var(--ink);color:var(--gold);border-color:var(--ink)}
.svc-grid{display:none;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.svc-grid.on{display:grid}
.svc-card{background:var(--white);border:1px solid var(--border);display:flex;flex-direction:column;transition:border-color .2s}
.svc-card:hover{border-color:var(--gold)}
.svc-card-img{aspect-ratio:4/5;position:relative;overflow:hidden;background:var(--gold-pale)}
.svc-card-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s var(--ease)}
.svc-card:hover .svc-card-img img{transform:scale(1.04)}
.svc-duration{position:absolute;top:.75rem;right:.75rem;background:rgba(24,19,14,.82);color:var(--gold-lt);font-size:.62rem;font-weight:700;letter-spacing:.06em;padding:.3rem .6rem}
.svc-card-body{padding:1.25rem 1.35rem 1.35rem;display:flex;flex-direction:column;flex:1}
.svc-card-name{font-family:'Cormorant Garamond',serif;font-size:1.25rem;font-weight:500;color:var(--ink);margin-bottom:.4rem;line-height:1.2}
.svc-card-desc{font-size:.78rem;color:var(--stone);line-height:1.6;margin-bottom:1rem;flex:1}
.svc-card-footer{display:flex;justify-content:space-between;align-items:center;gap:.75rem;border-top:1px solid var(--border);padding-top:.9rem}
.svc-price{font-family:'Cormorant Garamond',serif;font-size:1.25rem;color:var(--ink)}
.svc-price span{font-size:.62rem;font-family:'DM Sans',sans-serif;color:var(--stone-lt);letter-spacing:.05em}
.add-btn{background:var(--ink);color:var(--gold);border:none;padding:.55rem .95rem;font-size:.62rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:background .2s;white-space:nowrap}
.add-btn:hover{background:var(--ink-mid)}
.add-btn.added{background:var(--gold);color:var(--ink)}

/* ══ PRODUCTS ═══════════════════════════════════════════ */
.prod-intro{display:flex;gap:.6rem;flex-wrap:wrap;margin-bottom:2.5rem}
.prod-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.prod-card{background:var(--white);border:1px solid var(--border);display:flex;flex-direction:column}
.prod-photo{display:block;aspect-ratio:4/5;overflow:hidden;position:relative}
.prod-photo img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease)}
.prod-card:hover .prod-photo img{transform:scale(1.04)}
.prod-avail{position:absolute;top:.9rem;left:.9rem;background:var(--ink);color:var(--gold-lt);font-size:.6rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.35rem .7rem}
.prod-body{padding:1.4rem 1.5rem;display:flex;flex-direction:column;flex:1}
.prod-name{font-family:'Cormorant Garamond',serif;font-size:1.4rem;font-weight:500;margin-bottom:.5rem}
.prod-desc{font-size:.82rem;color:var(--stone);line-height:1.7;margin-bottom:1rem}
.prod-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.1rem}
.prod-tag{font-size:.62rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;padding:.3rem .65rem;background:var(--gold-pale);color:var(--gold-deep)}
.prod-footer{display:flex;justify-content:space-between;align-items:center;gap:.75rem;border-top:1px solid var(--border);padding-top:1.1rem;margin-top:auto}
.prod-price{font-family:'Cormorant Garamond',serif;font-size:1.15rem;color:var(--ink)}
.prod-recommended{font-size:.7rem;color:var(--stone);margin-bottom:.9rem;display:flex;gap:.4rem;align-items:flex-start}
.prod-recommended .icon{width:13px;height:13px;color:var(--gold-deep);margin-top:.2rem;flex-shrink:0}
.prod-category-head{grid-column:1/-1;margin:3.5rem 0 1.5rem}
.prod-category-head:first-child{margin-top:0}
.prod-category-title{font-family:'Cormorant Garamond',serif;font-size:1.75rem;font-weight:500;color:var(--ink);margin-top:.5rem}

/* ══ BRANDS STRIP ═══════════════════════════════════════ */
.brands-strip{padding:3rem 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.brands-row{display:flex;justify-content:center;align-items:center;gap:clamp(2rem,6vw,4.5rem);flex-wrap:wrap}
.brand-name{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:1.5rem;color:var(--stone)}

/* ══ REVIEWS ════════════════════════════════════════════ */
.rating-badge{display:flex;align-items:center;gap:1.25rem;margin-bottom:3rem;padding:1.5rem;background:var(--white);border:1px solid var(--border);max-width:480px}
.rating-text{font-family:'Cormorant Garamond',serif;font-size:1.15rem}
.rating-sub{font-size:.78rem;color:var(--stone);margin-top:.15rem}
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.review-card{background:var(--white);border:1px solid var(--border);padding:1.85rem}
.review-stars{margin-bottom:1rem}
.review-text{font-size:.85rem;color:var(--ink-mid);line-height:1.8;margin-bottom:1.5rem}
.review-author{display:flex;align-items:center;gap:.75rem}
.review-avatar{width:36px;height:36px;border-radius:50%;background:var(--ink);color:var(--gold);display:flex;align-items:center;justify-content:center;font-family:'Cormorant Garamond',serif;font-size:1rem;flex-shrink:0}
.review-name{font-size:.82rem;font-weight:700}
.review-via{font-size:.7rem;color:var(--stone-lt)}
.reviews-cta{text-align:center;margin-top:3rem}
.reviews-cta p{font-size:.8rem;color:var(--stone);margin-top:1rem}
.reviews-cta a.inline{color:var(--gold-deep)}

/* ══ POLICIES / WHY / FAQ ═══════════════════════════════ */
.pol-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.pol-card{background:var(--white);border:1px solid var(--border);padding:2rem}
.pol-icon{width:38px;height:38px;color:var(--gold-deep);margin-bottom:1rem}
.pol-icon .icon{width:100%;height:100%}
.pol-badge{font-size:.64rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold-deep);margin-bottom:.6rem}
.pol-title{font-family:'Cormorant Garamond',serif;font-size:1.3rem;font-weight:500;margin-bottom:.9rem}
.pol-body p,.pol-body li{font-size:.82rem;color:var(--stone);line-height:1.75}
.pol-body ul{margin-left:0}
.pol-body li{padding-left:1.1rem;position:relative;margin-bottom:.3rem}
.pol-body li::before{content:'';position:absolute;left:0;top:.65em;width:5px;height:5px;background:var(--gold)}

.why-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.why-item{padding:2.25rem 1.85rem;border-left:1px solid var(--line)}
.why-item:first-child{border-left:none}
.why-item .icon{width:22px;height:22px;color:var(--gold-deep);margin-bottom:1.15rem}
.why-item h4{font-family:'Cormorant Garamond',serif;font-size:1.2rem;font-weight:500;margin-bottom:.5rem;color:var(--ink)}
.why-item p{font-size:.78rem;color:var(--stone);line-height:1.65}

.faq-list{display:flex;flex-direction:column;gap:1px;background:var(--line)}
.faq-item{background:var(--white)}
.faq-q{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.35rem 1.5rem;cursor:pointer;font-size:.9rem;font-weight:600;width:100%;text-align:left;background:none;border:none;color:inherit;font-family:inherit}
.faq-icon{width:18px;height:18px;color:var(--gold-deep);flex-shrink:0;position:relative}
.faq-icon::before,.faq-icon::after{content:'';position:absolute;background:currentColor;top:50%;left:50%;transform:translate(-50%,-50%)}
.faq-icon::before{width:12px;height:1.5px}
.faq-icon::after{width:1.5px;height:12px;transition:transform .25s}
.faq-item.open .faq-icon::after{transform:translate(-50%,-50%) rotate(90deg) scaleX(0)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s var(--ease)}
.faq-item.open .faq-a{max-height:600px}
.faq-a p{padding:0 1.5rem 1.35rem;font-size:.84rem;color:var(--stone);line-height:1.85}

/* ══ CONTACT / LOCATION ═════════════════════════════════ */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2.5rem,6vw,4.5rem);align-items:start}
.contact-info-list{display:flex;flex-direction:column;gap:1.5rem;margin:2rem 0}
.contact-info-item{display:flex;gap:1rem;align-items:flex-start}
.contact-info-item .icon{width:22px;height:22px;color:var(--gold-deep);flex-shrink:0;margin-top:.15rem}
.contact-info-t{font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--stone-lt);margin-bottom:.3rem}
.contact-info-d{font-size:.92rem;color:var(--ink-mid);line-height:1.6}
.contact-info-d a{color:var(--gold-deep)}
.map-frame{width:100%;aspect-ratio:4/3;border:1px solid var(--border);overflow:hidden}
.map-frame iframe{width:100%;height:100%;border:0}

/* ══ BOOKING ════════════════════════════════════════════ */
.booking-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:clamp(3rem,6vw,5rem);align-items:start}
.booking-info p{font-size:.92rem;color:var(--stone);line-height:1.9;margin-bottom:2rem}
.deposit-note{display:flex;align-items:flex-start;gap:.875rem;padding:1.25rem;background:var(--gold-pale);border-left:3px solid var(--gold);margin-bottom:2rem}
.deposit-note .icon{width:22px;height:22px;color:var(--gold-deep);flex-shrink:0}
.deposit-note-title{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold-deep);margin-bottom:.25rem}
.deposit-note-text{font-size:.8rem;color:var(--stone);line-height:1.65}
.bk-steps{display:flex;flex-direction:column;gap:1px;margin-bottom:2.5rem;background:var(--line)}
.bk-step{display:flex;align-items:flex-start;gap:1.25rem;padding:1.25rem;background:var(--white)}
.bk-step-num{width:34px;height:34px;border-radius:50%;background:var(--gold);display:flex;align-items:center;justify-content:center;font-family:'Cormorant Garamond',serif;font-size:1.05rem;font-weight:600;color:var(--ink);flex-shrink:0}
.bk-step-title{font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ink);margin-bottom:.25rem}
.bk-step-desc{font-size:.8rem;color:var(--stone)}
.bk-form-wrap{background:var(--white);border:1px solid var(--border);padding:clamp(1.75rem,4vw,2.5rem)}
.cart-strip{display:none;background:var(--ink);padding:1rem 1.25rem;margin-bottom:1.5rem;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.cart-strip.show{display:flex}
.cart-count{font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--gold-lt)}
.cart-total{font-family:'Cormorant Garamond',serif;font-size:1.2rem;color:var(--gold)}
.cart-view-btn{padding:.5rem 1.25rem;font-size:.64rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:var(--gold);color:var(--ink);border:none;cursor:pointer}
.bk-form-title{font-family:'Cormorant Garamond',serif;font-size:1.75rem;font-weight:400;color:var(--ink);margin-bottom:.5rem}
.bk-form-sub{font-size:.8rem;color:var(--stone);margin-bottom:1.75rem}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.fg{margin-bottom:1.25rem}
.fg label{display:block;font-size:.66rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--stone);margin-bottom:.5rem}
.fg input,.fg select,.fg textarea{width:100%;padding:.875rem 1rem;border:1px solid var(--line);background:var(--cream);font-size:.88rem;color:var(--ink);outline:none;border-radius:0;appearance:none;transition:border-color .2s}
.fg input:focus,.fg select:focus,.fg textarea:focus{border-color:var(--gold)}
.fg textarea{min-height:90px;resize:vertical}
.form-submit{width:100%;padding:1.1rem;background:var(--ink);color:var(--gold);font-size:.75rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;border:none;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}
.form-submit:hover{background:var(--ink-mid)}
.form-submit .icon{width:15px;height:15px}
.form-note{font-size:.73rem;color:var(--stone);text-align:center;margin-top:.875rem;line-height:1.6}
.form-success{display:none;text-align:center;padding:2.5rem 1.5rem}
.form-success .icon{width:52px;height:52px;color:var(--gold-deep);margin:0 auto 1.25rem}
.form-success h3{font-family:'Cormorant Garamond',serif;font-size:2rem;font-weight:400;margin-bottom:.5rem}
.form-success p{font-size:.88rem;color:var(--stone);margin-bottom:1.5rem}

/* ══ BOOKING MODAL ══════════════════════════════════════ */
.modal-overlay{display:none;position:fixed;inset:0;background:rgba(15,11,7,.6);z-index:300;align-items:center;justify-content:center;padding:1rem}
.modal-overlay.open{display:flex}
.modal{background:var(--white);width:100%;max-width:540px;max-height:90svh;overflow-y:auto;position:relative}
.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--border);position:sticky;top:0;background:var(--white);z-index:1}
.modal-title{font-family:'Cormorant Garamond',serif;font-size:1.5rem;font-weight:400}
.modal-close{background:none;border:none;cursor:pointer;color:var(--stone);width:20px;height:20px}
.modal-body{padding:1.5rem}
.cart-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.875rem 0;border-bottom:1px solid var(--border)}
.cart-item:last-child{border:none}
.cart-item-name{font-size:.88rem;color:var(--ink);font-weight:500}
.cart-item-price{font-family:'Cormorant Garamond',serif;font-size:1.1rem;color:var(--gold-deep)}
.cart-remove{background:none;border:none;color:var(--stone);cursor:pointer;width:16px;height:16px;padding:.25rem}
.cart-remove:hover{color:#b3413a}
.modal-totals{background:var(--gold-pale);padding:1.25rem;margin-bottom:1.25rem}
.modal-total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.85rem}
.modal-total-row.big{font-weight:700;font-size:1rem;margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--border)}
.modal-total-val{font-family:'Cormorant Garamond',serif;font-size:1.2rem;color:var(--ink)}
.modal-total-val.dep{color:var(--gold-deep)}
.modal-dep-note{font-size:.75rem;color:var(--stone);background:var(--gold-pale);border-left:2px solid var(--gold);padding:.75rem 1rem;margin-bottom:1.25rem;line-height:1.65;display:flex;gap:.6rem}
.modal-dep-note .icon{width:16px;height:16px;color:var(--gold-deep);flex-shrink:0}
.modal-proceed{width:100%;padding:1.1rem;background:var(--ink);color:var(--gold);font-size:.75rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;border:none;cursor:pointer}
.modal-empty{text-align:center;padding:3rem 1rem;color:var(--stone);font-family:'Cormorant Garamond',serif;font-style:italic;font-size:1.1rem}

/* ══ SOCIAL / FOOTER ════════════════════════════════════ */
.social-band{background:var(--ink);padding:clamp(3.25rem,8vw,5.5rem) 0}
.social-inner{display:flex;align-items:center;justify-content:space-between;gap:2.5rem;flex-wrap:wrap}
.social-text .eyebrow{color:var(--gold-lt);display:block;margin-bottom:.75rem}
.social-text h2{font-family:'Cormorant Garamond',serif;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:300;color:#fff}
.social-text h2 em{font-style:italic;color:var(--gold)}
.social-links{display:flex;gap:.875rem;flex-wrap:wrap}
.social-link{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border:1px solid rgba(255,255,255,.14);color:#fff;font-size:.72rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;transition:all .25s;text-decoration:none}
.social-link .icon{width:17px;height:17px}
.social-link:hover{border-color:var(--gold);color:var(--gold)}
footer{background:var(--ink-soft);padding:clamp(3rem,6vw,5rem) 0 1.5rem}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}
.footer-brand p{font-size:.8rem;color:var(--stone-lt);line-height:1.75;margin-top:1.25rem;max-width:230px}
.footer-logo{display:flex;align-items:center;gap:.75rem}
.f-logo-mark{width:34px;height:34px;border-radius:50%;overflow:hidden;flex-shrink:0}
.f-logo-mark img{width:100%;height:100%;object-fit:cover}
.f-logo-name{font-family:'Cormorant Garamond',serif;font-size:.95rem;color:#fff}
.footer-col h4{font-size:.64rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem}
.footer-links{list-style:none;display:flex;flex-direction:column;gap:.625rem}
.footer-links a{font-size:.8rem;color:var(--stone-lt);transition:color .2s;text-decoration:none}
.footer-links a:hover{color:var(--gold-lt)}
.f-contact-item{font-size:.8rem;color:var(--stone-lt);margin-bottom:.6rem;display:flex;gap:.65rem;line-height:1.5}
.f-contact-item .icon{width:15px;height:15px;color:var(--gold);flex-shrink:0;margin-top:.15rem}
.footer-divider{height:1px;background:rgba(255,255,255,.06);margin-bottom:1.5rem}
.footer-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem}
.footer-copy,.footer-legal a{font-size:.72rem;color:var(--stone-lt);text-decoration:none}
.footer-legal{display:flex;gap:1.25rem}
.footer-legal a:hover{color:var(--gold)}

/* ══ WHATSAPP FLOAT ═════════════════════════════════════ */
.whatsapp-float{position:fixed;bottom:1.5rem;right:1.5rem;z-index:150;width:56px;height:56px;border-radius:50%;background:#1f9e56;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md);color:#fff}
.whatsapp-float .icon{width:26px;height:26px}
.wa-pulse{position:absolute;inset:0;border-radius:50%;background:#1f9e56;opacity:.55;animation:wapulse 2.4s ease-out infinite}
@keyframes wapulse{0%{transform:scale(1);opacity:.5}100%{transform:scale(1.7);opacity:0}}

/* ══ RESPONSIVE ═════════════════════════════════════════ */
@media (max-width:1080px){
  .sig-grid,.reviews-grid,.pol-grid,.prod-grid,.svc-grid{grid-template-columns:repeat(2,1fr)}
  .why-grid{grid-template-columns:repeat(2,1fr)}
  .why-item:nth-child(2n){border-left:none}
  .why-item:nth-child(n+3){border-top:1px solid var(--line)}
  .gal-grid{grid-template-columns:repeat(3,1fr)}
  .gal-masonry{columns:3 200px}
  .trust-grid{grid-template-columns:repeat(2,1fr);row-gap:1.5rem}
  .trust-item:nth-child(3){border-left:none}
}
@media (max-width:860px){
  .nav-links{display:none}
  .hamburger{display:flex}
  .hero{grid-template-columns:1fr}
  .hero-right{min-height:340px;order:-1}
  .hero-left{padding-top:2.5rem}
  .about-grid,.spotlight-grid,.spotlight-grid.rev,.booking-grid,.contact-grid{grid-template-columns:1fr}
  .spotlight-grid.rev .spotlight-media{order:0}
  .footer-grid{grid-template-columns:1fr 1fr;gap:2rem}
}
@media (max-width:640px){
  .sig-grid,.reviews-grid,.pol-grid,.prod-grid,.svc-grid,.why-grid{grid-template-columns:1fr}
  .why-item{border-left:none !important;border-top:1px solid var(--line)}
  .why-item:first-child{border-top:none}
  .gal-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:150px}
  .gal-masonry{columns:2 150px}
  .form-row{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr;gap:2rem}
  .trust-grid{grid-template-columns:1fr;gap:1.25rem}
  .trust-item{border-left:none;border-top:1px solid var(--line);padding-top:1.25rem}
  .trust-item:first-child{border-top:none;padding-top:0}
  .social-inner{flex-direction:column;align-items:flex-start}
  .page-hero{padding-top:2.5rem}
}
