:root{
  --gold:#b89b2f;
  --charcoal:#222427;
  --white:#ffffff;
  --muted:#6f757c;
  --bg:#f6f6f6;
  --card:#ffffff;
  --shadow: 0 10px 30px rgba(0,0,0,.10);
  --max: 1120px;
  --radius: 18px;
}

/* Base */
*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
  margin:0;
  font-family: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--charcoal);
  background:var(--bg);
  line-height:1.5;
}
a{ color:inherit; text-decoration:none; }
img{ max-width:100%; display:block; }

h1, h2, h3, h4, h5{
  font-family: 'Cinzel', serif;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* Top strip */
.topbar{
  background: var(--white);
  border-bottom: 1px solid rgba(0,0,0,.06);
  font-size: 14px;
  color: var(--muted);
}
.wrap{
  max-width: var(--max);
  margin: 0 auto;
  padding: 10px 18px;
  display:flex;
  gap:14px;
  align-items:center;
  justify-content:space-between;
}
.topbar .left, .topbar .right{
  display:flex;
  gap:14px;
  align-items:center;
  flex-wrap:wrap;
}
.topbar strong{ color: var(--charcoal); font-weight:600; }
.topbar .pill{
  border: 1px solid rgba(184,155,47,.35);
  color: var(--charcoal);
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff;
}

.insurance-stamp{
  width: auto;
  height: auto;
  object-fit: contain;
  flex: 0 0 auto;
}

.insurance-stamp--top{
  width: clamp(42px, 5vw, 56px);
}

.insurance-stamp--footer{
  width: clamp(54px, 7vw, 72px);
  margin: 0 0 10px;
}

/* Header/Nav */
.site-header{
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.navwrap{
  max-width: var(--max);
  margin: 0 auto;
  padding: 18px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width: 220px;
}
.mark{
  width:40px;
  height:40px;
  border-radius: 12px;
  background: radial-gradient(circle at 30% 30%, #ffe9a6, var(--gold));
  box-shadow: 0 8px 20px rgba(184,155,47,.25);
}
.brand h1{
  font-size: 20px;
  margin:0;
  letter-spacing: 3px;
}
.brand span{
  display:block;
  font-size: 11px;
  color: var(--muted);
  margin-top:2px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: 'Montserrat', sans-serif;
}

/* Primary nav */
.nav{
  display:flex;
  align-items:center;
  gap: 22px;
  flex-wrap:wrap;
}
.nav a{
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .9px;
  padding: 10px 6px;
  border-bottom: 2px solid transparent;
  transition: .2s ease;
}
.nav a:hover{
  border-bottom-color: rgba(184,155,47,.7);
}

/* CTA buttons */
.cta{
  display:flex;
  gap:10px;
  align-items:center;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.10);
  background: var(--white);
  font-weight: 600;
  font-size: 14px;
  cursor:pointer;
  transition: .2s ease;
  white-space:nowrap;
  font-family: 'Montserrat', sans-serif;
}
.btn.primary{
  border-color: rgba(184,155,47,.55);
  background: linear-gradient(180deg, #ffefb8, #e3c55a);
  color: var(--charcoal);
}
/* Square booking button (matches site button styling) */
.btn.square{
  border-color: rgba(184,155,47,.55);
  background: transparent;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 1px;
  border-width: 2px;
  border-style: solid;
}

.btn.square:hover{
  transform: translateY(-1px);
  box-shadow: var(--shadow);
}

.btn:hover{
  transform: translateY(-1px);
  box-shadow: var(--shadow);
}

/* Hamburger (kept) */
.hamburger{
  display:none;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--charcoal);
}

/* =========================
   Hero (polished, no slider)
========================= */
.hero.hero--polished{
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 18px;
}

.hero--polished{
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: #000; /* fallback while image loads */
  box-shadow: var(--shadow);
}

/* The image is what creates the “hero” height */
.hero--polished .hero__img{
  width: 100%;
  height: clamp(320px, 55vh, 640px);
  display: block;
  object-fit: cover;
  object-position: 50% 24%; /* lift image framing so top aligns better */
  transform: scale(1.08); /* crop out source side bars/edges */
  transform-origin: center center;
}

/* Overlay */
.hero--polished .hero__overlay{
  position: absolute;
  inset: 0;
  display: grid;
  align-items: end;
  padding: clamp(16px, 3vw, 36px);
  background: linear-gradient(to top, rgba(0,0,0,.55), rgba(0,0,0,0));
}

.hero--polished .hero__content{
  color: #fff;
  max-width: 720px;
}

.hero--polished .hero__content h2{
  margin: 0 0 8px;
  letter-spacing: 2px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.05;
}

.hero--polished .hero__content p{
  margin: 0 0 16px;
  opacity: 0.95;
  font-size: 16px;
  max-width: 52ch;
  font-family: 'Montserrat', sans-serif;
}

.hero--polished .hero__actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* Main */
main{
  max-width: var(--max);
  margin: 0 auto;
  padding: 44px 18px 80px;
}

/* Cards */
.highlights{
  margin-top: 18px;
}
.cards{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.card{
  background: var(--card);
  border-radius: var(--radius);
  overflow:hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(0,0,0,.05);
}

.card .thumb{
  height: clamp(200px, 40vw, 390px);
  background-color: #ddd;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}


/* Card background images */
.thumb--offers{ background-image:url('../img/card-offers.jpg'); }
.thumb--gift{ background-image:url('../img/card-gift.jpg'); }
.thumb--book{ background-image:url('../img/card-book.jpg'); }

.card .body{
  padding: 18px 18px 26px;
  text-align:center;
}
.card .label{
  color: var(--gold);
  font-weight:700;
  letter-spacing:1.1px;
  text-transform:uppercase;
  font-size:12px;
  margin-bottom: 6px;
  font-family: 'Montserrat', sans-serif;
}
.card h4{
  margin: 0 0 10px;
  font-size: 16px;
  letter-spacing: 2px;
}
.card p{
  margin:0 0 14px;
  color: var(--muted);
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
.card a{
  display:inline-block;
  border-bottom: 2px solid rgba(184,155,47,.6);
  padding-bottom: 2px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .9px;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
}

/* Panels (Bookings/Contact/About) */
.panel{
  margin-top: 160px;
}
.panel-inner{
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 34px 26px;
}
.small{
  color: var(--gold);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 8px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
.panel-inner h3{ margin: 0 0 10px; font-size: 22px; }
.panel-inner p{
  margin: 0;
  color: var(--muted);
  max-width: 90ch;
  font-family: 'Montserrat', sans-serif;
}
.row{
  margin-top: 14px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.contactline{
  margin-top: 10px;
  margin-bottom: 14px;
}

/* Contact form */
.contactform{
  display:grid;
  gap:10px;
  max-width:1000px;
}
.contactform input,
.contactform textarea{
  padding:12px 14px;
  border-radius:12px;
  border:1px solid rgba(0,0,0,.12);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.contactform textarea{
  resize:vertical;
}

/* Anchors */
section{ scroll-margin-top: 90px; }

/* Footer */
footer{
  background: var(--charcoal);
  color: rgba(255,255,255,.85);
  padding: 34px 18px;
}
footer .wrap{
  max-width: var(--max);
  margin:0 auto;
  display:flex;
  gap:18px;
  flex-wrap:wrap;
  align-items:flex-start;
  justify-content:space-between;
}
footer h5{
  margin:0 0 8px;
  color: #fff;
}
footer p{
  margin:0;
  color: rgba(255,255,255,.75);
  font-family: 'Montserrat', sans-serif;
}
footer a{
  color: rgba(255,255,255,.85);
  border-bottom: 1px solid rgba(184,155,47,.55);
}

/* Back to top (single, clean version) */
#backToTop{
  position: fixed;
  bottom: 28px;
  right: 28px;
  padding: 14px 18px;
  font-size: 14px;
  border-radius: 999px;
  border: none;
  background: rgba(184,155,47,.55);
  color: #fff;
  font-weight: 600;
  cursor: pointer;

  display: none;
  align-items: center;
  justify-content: center;

  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  z-index: 999;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
#backToTop:hover{
  background: rgba(0,0,0,.28);
  transform: translateY(-3px);
}

/* =========================
   Responsive
========================= */

/* Tablet and down */
@media (max-width: 900px){
  .cards{ grid-template-columns: 1fr; }
  .brand{ min-width: unset; }
  .cta{ display:none; }
}

/* Mobile */
@media (max-width: 768px){
  .navwrap{
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .hamburger{ display:block; }

  #mobileNav{
    display: none;
    width: 100%;
    flex-direction: column;
    gap: 12px;
    margin-top: 10px;
  }
  #mobileNav.active{ display:flex; }

  .hero.hero--polished{
    padding: 0 18px;
  }
  .hero--polished{
    border-radius: 14px;
  }
  .hero--polished .hero__img{
    height: clamp(380px, 62vh, 680px);
    object-position: 50% 18%;
    transform: scale(1.12);
  }

  .panel{ margin-top: 60px; }
  .panel-inner{ padding: 22px 16px; }

  .brand h1{ font-size: 22px; }
  .brand span{ font-size: 11px; }
}

/* Smaller phones */
@media (max-width: 420px){
  .nav a{ font-size: 13px; }
  .hero--polished .hero__content p{ font-size: 14px; }
  .insurance-stamp--top{ width: 42px; }
  .insurance-stamp--footer{ width: 58px; }
}
/* Treatments & Prices list layout */
/* Treatments list - premium layout override */
.price-list .price-row {
  display: block;              /* kills the old grid layout */
  padding: 16px 0;
  margin: 0;
  border-bottom: 1px solid #eaeaea;
}

.price-list .price-row .main-line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 6px;
}

.price-list .price-row .treatment {
  color: #000;
  font-weight: 500;
  white-space: normal;         /* stops weird truncation */
  overflow: visible;
  text-overflow: unset;
}

.price-list .price-row .price {
  color: #000;
  font-weight: 600;
  white-space: nowrap;
}

.price-list .price-row .desc {
  color: #777;
  font-size: 0.92em;
  line-height: 1.5;
  max-width: 70ch;
}

/* Mobile: keep it clean */
@media (max-width: 600px) {
  .price-list .price-row .main-line {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}


