/* ===== GLOW NAILS, BEAUTY & GIFTS — placeholder theme (easy to re-skin to real brand) ===== */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
:root{
  --bg:#fbf6f2;        /* warm cream */
  --surface:#ffffff;
  --ink:#2a2230;       /* deep plum-charcoal */
  --mid:#7a7280;       /* muted mauve-grey */
  --blush:#f6e7e3;     /* soft blush sections */
  --rose:#e7b9bd;      /* soft rose */
  --gold:#c2a06a;      /* champagne gold accent */
  --gold-dk:#a8854f;
  --border:#efe5dd;
  --serif:'Playfair Display',Georgia,serif;
  --sans:'Jost','Segoe UI',sans-serif;
  --ease:cubic-bezier(.16,1,.3,1);
}
html{scroll-behavior:smooth}
body{font-family:var(--sans);background:var(--bg);color:var(--ink);line-height:1.6;font-weight:300;overflow-x:hidden}
a{color:inherit;text-decoration:none}
em{font-style:italic;color:var(--gold)}
h1,h2,h3{font-family:var(--serif);font-weight:500;line-height:1.1;letter-spacing:-.01em}

/* Placeholder blocks */
.ph{position:relative;background:linear-gradient(135deg,var(--blush),#fff);border:1px dashed var(--rose);border-radius:16px;overflow:hidden;min-height:200px}
.ph::after{content:attr(data-ph);position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;padding:1rem;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-dk);opacity:.8}

/* Buttons */
.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--sans);font-weight:500;font-size:.82rem;letter-spacing:.06em;text-transform:uppercase;padding:.95rem 1.9rem;border-radius:100px;cursor:pointer;transition:all .25s var(--ease)}
.btn-book{background:var(--ink);color:#fff}
.btn-book:hover{background:var(--gold);color:#fff}
.btn-ghost{background:transparent;color:var(--ink);border:1.5px solid var(--ink)}
.btn-ghost:hover{background:var(--ink);color:#fff}
.btn-light{background:#fff;color:var(--ink)}
.btn-light:hover{background:var(--gold);color:#fff}
.kicker{font-family:var(--sans);font-size:.7rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-dk);margin-bottom:.9rem}
.kicker::before{content:'✦ '}

/* NAV */
.nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;
  padding:1rem 1.25rem;background:rgba(251,246,242,.9);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}
.nav.scrolled{box-shadow:0 6px 24px rgba(42,34,48,.06)}
.brand{font-family:var(--serif);font-size:1.5rem;font-weight:600;letter-spacing:.02em}
.brand span{color:var(--gold)}
.nav-links{display:none}
.nav-book{display:none}
.burger{display:flex;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}
.burger span{width:24px;height:2px;background:var(--ink);border-radius:2px;transition:.3s var(--ease)}
.burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger.open span:nth-child(2){opacity:0}
.burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mobile-menu{display:none;position:fixed;inset:0;z-index:99;background:var(--bg);flex-direction:column;align-items:center;justify-content:center;gap:1.75rem;padding:2rem}
.mobile-menu.open{display:flex}
.mobile-menu a{font-family:var(--serif);font-size:2rem}
.mobile-menu .btn{font-family:var(--sans);font-size:.82rem;margin-top:1rem}

/* HERO */
.hero{padding:6.5rem 1.25rem 3rem;display:flex;flex-direction:column;gap:2rem}
.eyebrow{font-size:.72rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-dk);margin-bottom:1.2rem}
.hero h1{font-size:clamp(2.6rem,11vw,4.5rem);margin-bottom:1.2rem}
.lead{font-size:1.05rem;color:var(--mid);max-width:48ch;margin-bottom:1.8rem}
.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:1.8rem}
.hero-trust{display:flex;flex-wrap:wrap;gap:.5rem 1rem;font-size:.78rem;color:var(--mid);align-items:center}
.hero-trust span:first-child{color:var(--gold-dk);font-weight:500}
.hero-img{min-height:360px}

/* SECTIONS */
.section{padding:4rem 1.25rem}
.section.blush{background:var(--blush)}
.sec-head{text-align:center;max-width:620px;margin:0 auto 2.5rem}
.sec-head h2{font-size:clamp(2rem,8vw,3.2rem)}
.sec-sub{color:var(--mid);margin-top:.8rem;font-size:.95rem}

/* SERVICES */
.svc-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;max-width:1100px;margin:0 auto}
.svc-card{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:2rem;transition:transform .4s var(--ease),box-shadow .4s var(--ease)}
.svc-card:hover{transform:translateY(-6px);box-shadow:0 24px 50px -24px rgba(42,34,48,.25)}
.svc-ic{font-size:1.4rem;color:var(--gold);margin-bottom:.5rem}
.svc-card h3{font-size:1.6rem;margin-bottom:1rem}
.svc-card ul{list-style:none;margin-bottom:1.4rem}
.svc-card li{display:flex;justify-content:space-between;gap:1rem;padding:.55rem 0;border-bottom:1px solid var(--border);font-size:.92rem;color:var(--ink)}
.svc-card li span{color:var(--gold-dk);font-weight:500;white-space:nowrap}
.svc-book{font-family:var(--sans);font-weight:500;font-size:.8rem;letter-spacing:.06em;text-transform:uppercase;color:var(--ink);transition:gap .2s}
.svc-book:hover{color:var(--gold-dk)}

/* EXPERIENCE / USP grid */
.exp-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;max-width:1000px;margin:0 auto}
.exp-item{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.6rem 1rem;text-align:center;transition:transform .4s var(--ease),box-shadow .4s var(--ease)}
.exp-item:hover{transform:translateY(-4px);box-shadow:0 18px 40px -22px rgba(42,34,48,.25)}
.exp-num{display:block;font-family:var(--serif);font-size:1.5rem;line-height:1.15;color:var(--gold-dk);margin-bottom:.35rem}
.exp-label{font-size:.78rem;letter-spacing:.04em;color:var(--mid)}
@media(min-width:768px){.exp-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.exp-num{font-size:1.7rem}}

/* GALLERY */
.gallery{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;max-width:1100px;margin:0 auto}
.gallery .ph{min-height:150px;border-radius:14px}
.gallery-note{text-align:center;color:var(--mid);font-size:.9rem;margin-top:1.5rem}
.gallery-note a{color:var(--gold-dk);font-weight:500}

/* ABOUT */
.about{display:flex;flex-direction:column;gap:2rem;align-items:center}
.about-img{width:100%;min-height:320px}
.about-text h2{font-size:clamp(1.9rem,7vw,2.8rem);margin:.6rem 0 1rem}
.about-text p{color:var(--mid);margin-bottom:1.6rem;max-width:52ch}

/* REVIEWS */
.reviews{display:grid;grid-template-columns:1fr;gap:1.25rem;max-width:1100px;margin:0 auto}
.review{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:2rem}
.stars{color:var(--gold);letter-spacing:3px;margin-bottom:1rem}
.review blockquote{font-family:var(--serif);font-style:italic;font-size:1.2rem;line-height:1.5;margin-bottom:1rem}
.review figcaption{font-size:.85rem;color:var(--mid);font-weight:500}

/* VISIT */
.visit-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1100px;margin:0 auto}
.visit-info h2{font-size:clamp(1.9rem,7vw,2.8rem);margin:.6rem 0 1.5rem}
.visit-rows{margin-bottom:1.6rem}
.vrow{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--rose);font-size:.95rem}
.vlabel{flex:0 0 80px;font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-dk);font-weight:500;padding-top:.2rem}
.vrow a{color:var(--gold-dk);font-weight:500}
.hours-note{display:block;font-size:.72rem;color:var(--mid);margin-top:.3rem}
.visit-map{min-height:280px}

/* CTA */
.cta{background:var(--ink);color:#fff;text-align:center;padding:5rem 1.25rem}
.cta h2{font-size:clamp(2.2rem,9vw,3.6rem);margin-bottom:1rem}
.cta em{color:var(--rose)}
.cta p{color:rgba(255,255,255,.7);max-width:42ch;margin:0 auto 2rem}

/* FOOTER */
.footer{background:#211b27;color:#fff;padding:3rem 1.25rem 2rem}
.foot-top{display:flex;flex-direction:column;gap:1.5rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}
.foot-brand{font-family:var(--serif);font-size:1.6rem;font-weight:600}
.foot-brand span{color:var(--gold)}
.foot-brand p{font-family:var(--sans);font-size:.8rem;color:rgba(255,255,255,.6);margin-top:.3rem}
.foot-links{display:flex;flex-wrap:wrap;gap:1.2rem;font-size:.85rem}
.foot-links a{color:rgba(255,255,255,.8)}
.foot-links a:hover{color:var(--gold)}
.foot-bottom{display:flex;flex-direction:column;gap:.5rem;margin-top:1.5rem;font-size:.78rem;color:rgba(255,255,255,.55)}
.credit a{color:var(--gold)}

/* Sticky mobile book */
.sticky-book{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:90;display:flex;align-items:center;justify-content:center;gap:.5rem;
  background:var(--gold);color:#fff;font-weight:600;font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;padding:1rem;border-radius:100px;box-shadow:0 10px 30px rgba(42,34,48,.25)}

/* Reveal */
.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s var(--ease),transform .7s var(--ease)}
.reveal.visible{opacity:1;transform:none}
.d1{transition-delay:.1s}.d2{transition-delay:.2s}

/* ===== DESKTOP ===== */
@media(min-width:768px){
  .nav{padding:1.1rem 3rem}
  .nav-links{display:flex;gap:2rem}
  .nav-links a{font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ink);position:relative}
  .nav-links a::after{content:'';position:absolute;left:0;bottom:-5px;width:0;height:1.5px;background:var(--gold);transition:width .3s var(--ease)}
  .nav-links a:hover::after{width:100%}
  .nav-book{display:inline-flex}
  .burger{display:none}
  .sticky-book{display:none}

  .hero{flex-direction:row;align-items:center;gap:3rem;padding:8rem 3rem 4rem;max-width:1200px;margin:0 auto}
  .hero-text{flex:1}.hero-img{flex:1;min-height:480px}

  .section{padding:5.5rem 3rem}
  .svc-grid{grid-template-columns:repeat(3,1fr)}
  .gallery{grid-template-columns:repeat(3,1fr);gap:1rem}
  .gallery .ph{min-height:240px}
  .about{flex-direction:row;max-width:1100px;margin:0 auto}
  .about-img{flex:1;min-height:440px}.about-text{flex:1}
  .reviews{grid-template-columns:repeat(3,1fr)}
  .visit-grid{grid-template-columns:1fr 1fr;align-items:center}
  .foot-top{flex-direction:row;justify-content:space-between;align-items:flex-end}
  .foot-bottom{flex-direction:row;justify-content:space-between}
}
@media(min-width:1100px){.hero,.section{padding-left:4rem;padding-right:4rem}}

@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}

/* PARTNERS / TRUST STRIP */
.partners{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem 1.4rem;padding:1.1rem 1.25rem;background:var(--ink);color:rgba(255,255,255,.78);font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;text-align:center}
.partners .partners-rate{color:var(--gold)}

/* OPEN STATUS badge */
.open-status{display:none;align-items:center;gap:.4rem;font-weight:500;color:var(--gold-dk);text-transform:none;letter-spacing:0}
.open-status.show{display:inline-flex}
.open-status::before{content:'';width:7px;height:7px;border-radius:50%;background:#3aa657}
.open-status.closed{color:var(--mid)}
.open-status.closed::before{background:#c0392b}

/* MAP */
.visit-map{min-height:300px;border-radius:16px;overflow:hidden;border:1px solid var(--border)}
.visit-map iframe{width:100%;height:100%;min-height:300px;border:0;display:block}

/* FAQ */
.faq-list{max-width:760px;margin:0 auto;display:flex;flex-direction:column}
.faq-item{padding:1.5rem 0;border-bottom:1px solid var(--rose)}
.faq-item:last-child{border-bottom:none}
.faq-item h3{font-size:1.2rem;margin-bottom:.5rem}
.faq-item p{color:var(--mid);font-size:.95rem}

/* REAL IMAGES (replacing placeholders) */
img.hero-img{width:100%;height:340px;object-fit:cover;border-radius:16px;display:block}
img.about-img{width:100%;height:340px;object-fit:cover;border-radius:16px;display:block}
.gallery img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:14px;display:block}
@media(min-width:768px){
  img.hero-img{height:480px}
  img.about-img{height:440px}
  .gallery{grid-template-columns:repeat(4,1fr)}
}

/* GIFT VOUCHERS band */
.gift .gift-inner{max-width:640px;margin:0 auto;text-align:center}
.gift h2{font-size:clamp(2rem,8vw,3.2rem);margin:.6rem 0 1rem}
.gift .kicker{display:flex;justify-content:center}
.gift p{color:var(--mid);margin:0 auto 1.6rem;max-width:46ch}

/* ════════ MASONRY GALLERY (Pinterest-style, salon standard) ════════ */
.masonry{columns:2;column-gap:.75rem;max-width:1100px;margin:0 auto}
.gm{margin:0 0 .75rem;border-radius:16px;overflow:hidden;break-inside:avoid;position:relative;cursor:pointer;background:var(--blush)}
.gm img{width:100%;display:block;transition:transform .5s var(--ease)}
.gm:hover img{transform:scale(1.06)}
.gm::after{content:'✦';position:absolute;top:.7rem;right:.7rem;width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.92);color:var(--gold-dk);border-radius:50%;font-size:.95rem;opacity:0;transform:translateY(-6px);transition:opacity .3s var(--ease),transform .3s var(--ease);pointer-events:none}
.gm:hover::after{opacity:1;transform:none}
@media(min-width:680px){.masonry{columns:3}}
@media(min-width:1024px){.masonry{columns:4}}

/* ════════ LIGHTBOX ════════ */
.lightbox{position:fixed;inset:0;z-index:300;display:flex;align-items:center;justify-content:center;gap:.5rem;background:rgba(42,34,48,.94);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);opacity:0;visibility:hidden;transition:opacity .35s var(--ease),visibility .35s}
.lightbox.open{opacity:1;visibility:visible}
.lb-stage{margin:0;display:flex;align-items:center;justify-content:center;max-width:90vw}
.lb-img{max-width:90vw;max-height:84vh;border-radius:18px;box-shadow:0 40px 90px rgba(0,0,0,.5);transform:scale(.88);opacity:0;transition:transform .45s cubic-bezier(.2,.85,.25,1),opacity .45s}
.lightbox.open .lb-img{transform:scale(1);opacity:1}
.lb-close{position:absolute;top:1rem;right:1.25rem;width:46px;height:46px;border:none;border-radius:50%;background:rgba(255,255,255,.14);color:#fff;font-size:1.7rem;line-height:1;cursor:pointer;transition:background .2s}
.lb-close:hover{background:var(--gold)}
.lb-nav{flex:0 0 auto;width:50px;height:50px;border:none;border-radius:50%;background:rgba(255,255,255,.14);color:#fff;font-size:1.9rem;line-height:1;cursor:pointer;transition:background .2s;z-index:2}
.lb-nav:hover{background:var(--gold)}
@media(max-width:600px){.lb-nav{position:absolute;bottom:1.25rem;width:46px;height:46px}.lb-prev{left:25%}.lb-next{right:25%}}

/* ════════ EMBEDDED BOOKING MODAL ════════ */
.book-modal{position:fixed;inset:0;z-index:400;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:rgba(42,34,48,.9);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);opacity:0;visibility:hidden;transition:opacity .35s var(--ease),visibility .35s}
.book-modal.open{opacity:1;visibility:visible}
.bm-sheet{width:100%;max-width:960px;height:min(86vh,820px);background:#fff;border-radius:22px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 40px 100px rgba(0,0,0,.45);transform:translateY(28px) scale(.97);transition:transform .4s cubic-bezier(.2,.85,.25,1)}
.book-modal.open .bm-sheet{transform:none}
.bm-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1.25rem;background:var(--blush);border-bottom:1px solid var(--border)}
.bm-title{font-family:var(--serif);font-size:1.1rem;color:var(--ink)}
.bm-title em{color:var(--gold);font-style:normal}
.bm-actions{display:flex;align-items:center;gap:.9rem}
.bm-newtab{font-size:.78rem;letter-spacing:.04em;color:var(--gold-dk);font-weight:500;white-space:nowrap}
.bm-newtab:hover{text-decoration:underline}
.bm-close{width:38px;height:38px;border:none;border-radius:50%;background:#fff;color:var(--ink);font-size:1.4rem;line-height:1;cursor:pointer;transition:background .2s,color .2s}
.bm-close:hover{background:var(--gold);color:#fff}
.bm-body{position:relative;flex:1;background:#fff}
.bm-body iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.bm-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:.9rem;color:var(--mid);letter-spacing:.05em}
@media(max-width:600px){
  .book-modal{padding:0}
  .bm-sheet{height:100%;max-width:none;border-radius:0}
}
