/* Bella Nails, Headspa & Lash — shared stylesheet */

:root{
  --gold-light:#F5C842;
  --gold:#E3A72F;
  --gold-deep:#C4842A;
  --brown-deep:#6B4023;
  --ink:#2E2620;
  --body:#5A4E44;
  --muted:#8A7F74;
  --cream:#FDFAF4;
  --sand:#F6EEE0;
  --line:#E8DCC8;
  --white:#FFFFFF;
  --shadow:0 8px 30px rgba(46,38,32,.09);
  --radius:16px;
  --wrap:1160px;
  --grad:linear-gradient(100deg,var(--gold-light),var(--gold-deep));
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  background:var(--cream);
  color:var(--body);
  font-family:"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size:17px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block;}
a{color:var(--gold-deep);}

h1,h2,h3,h4{
  font-family:Georgia,"Times New Roman",serif;
  color:var(--ink);
  line-height:1.2;
  margin:0 0 14px 0;
  font-weight:600;
}
h1{font-size:clamp(34px,5.5vw,58px);}
h2{font-size:clamp(27px,3.6vw,40px);}
h3{font-size:21px;}

.wrap{max-width:var(--wrap);margin:0 auto;padding:0 22px;}
.section{padding:78px 0;}
.section--sand{background:var(--sand);}
.center{text-align:center;}

.eyebrow{
  display:block;text-transform:uppercase;letter-spacing:.22em;
  font-size:12.5px;font-weight:700;color:var(--gold-deep);
  margin-bottom:12px;
}
.lede{font-size:19px;max-width:660px;}
.center .lede{margin-left:auto;margin-right:auto;}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:15px 30px;border-radius:999px;
  font-size:16px;font-weight:700;text-decoration:none;
  border:2px solid transparent;cursor:pointer;
  transition:transform .15s ease, box-shadow .15s ease;
}
.btn:hover{transform:translateY(-2px);}
.btn--primary{background:var(--grad);color:#fff;border-color:var(--brown-deep);box-shadow:0 6px 18px rgba(196,132,42,.32);}
.btn--ghost{background:transparent;color:var(--gold-deep);border-color:var(--gold);}
.btn--ghost:hover{background:var(--gold);color:#fff;}
.btn--light{background:#fff;color:var(--gold-deep);}
.btn-row{display:flex;flex-wrap:wrap;gap:14px;}
.center .btn-row{justify-content:center;}

/* ---------- header ---------- */
.site-header{
  position:sticky;top:0;z-index:60;
  background:rgba(253,250,244,.94);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
.nav{display:flex;align-items:center;gap:18px;padding:12px 22px;max-width:var(--wrap);margin:0 auto;}
.nav__logo{flex:none;}
.nav__logo img{height:72px;width:auto;}
.nav__links{display:flex;gap:26px;margin-left:auto;align-items:center;}
.nav__links a{
  text-decoration:none;color:var(--ink);font-weight:600;font-size:15px;
  letter-spacing:.02em;padding:6px 0;border-bottom:2px solid transparent;
}
.nav__links a:hover,.nav__links a[aria-current="page"]{border-bottom-color:var(--gold);}
.nav__cta{flex:none;}
.nav__cta .btn{padding:11px 22px;font-size:15px;}
.nav__toggle{
  display:none;margin-left:auto;background:none;border:0;cursor:pointer;
  padding:10px;color:var(--ink);
}
.nav__toggle svg{display:block;}

@media (max-width:900px){
  .nav__links{
    display:none;position:absolute;top:100%;left:0;right:0;
    flex-direction:column;gap:0;background:var(--cream);
    border-bottom:1px solid var(--line);padding:8px 22px 18px;
  }
  .nav__links.open{display:flex;}
  .nav__links a{width:100%;padding:13px 0;border-bottom:1px solid var(--line);}
  .nav__toggle{display:block;}
  .nav__cta{display:none;}
  .nav__logo img{height:56px;}
}

/* ---------- hero ---------- */
.hero{position:relative;background:var(--sand);overflow:hidden;}
.hero__inner{
  max-width:var(--wrap);margin:0 auto;padding:70px 22px 80px;
  display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center;
}
/* The hero wordmark is the actual logo artwork, not a web-font recreation —
   Great Vibes' capital "B" draws a much smaller loop than the salon's real
   logo, so a font-based reproduction always read as "missing" the brand's
   signature flourish. The image guarantees an exact match. */
.hero__title{margin-bottom:18px;font-weight:400;line-height:0;}
.hero__wordmark{
  display:block;
  width:100%;
  max-width:520px;
  height:auto;
}

/* Page titles on the inner pages use the same script, so the brand voice
   carries through without hurting the readability of the price list below. */
.page-title{
  font-family:"Great Vibes",Georgia,cursive;
  font-size:clamp(46px,7vw,78px);
  font-weight:400;line-height:1.05;
  padding-bottom:.06em;
  color:var(--gold-deep); /* solid fallback, see .hero__title .brand above */
}
@supports (background-clip:text) or (-webkit-background-clip:text){
  .page-title{
    background:var(--grad);-webkit-background-clip:text;background-clip:text;
    color:transparent;
  }
}
.hero p{font-size:19px;max-width:520px;}
.hero__media{position:relative;}
.hero__media img{
  border-radius:var(--radius);box-shadow:var(--shadow);
  aspect-ratio:4/5;object-fit:cover;width:100%;
}
.hero__badge{
  position:absolute;left:-18px;bottom:26px;
  background:#fff;border-radius:14px;padding:14px 20px;
  box-shadow:var(--shadow);font-size:14px;font-weight:700;color:var(--ink);
}
.hero__badge span{display:block;color:var(--gold-deep);font-size:12px;letter-spacing:.14em;text-transform:uppercase;}
@media (max-width:860px){
  .hero__inner{grid-template-columns:1fr;gap:34px;padding:46px 22px 56px;}
  .hero__badge{left:12px;}
}

/* ---------- page banner ---------- */
/* A dark photographic banner so the inner pages open the way the salon's own
   social artwork does: moody background, gold script sitting on top of it. */
.page-hero{
  position:relative;
  display:flex;align-items:center;justify-content:center;
  text-align:center;
  min-height:min(46vh,380px);
  background-color:var(--ink);
  background-size:cover;
  background-position:center;
}
.page-hero::before{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(24,18,14,.66),rgba(24,18,14,.86));
}
.page-hero__inner{position:relative;z-index:1;padding:76px 22px;max-width:740px;}
.page-hero .eyebrow{color:var(--gold-light);}
.page-hero .lede{color:rgba(255,255,255,.84);margin-left:auto;margin-right:auto;}
.page-hero .page-title{margin-bottom:14px;}
@media (max-width:600px){
  .page-hero{min-height:0;}
  .page-hero__inner{padding:56px 20px;}
}

/* ---------- cards / grids ---------- */
.grid{display:grid;gap:24px;}
.grid--3{grid-template-columns:repeat(3,1fr);}
.grid--2{grid-template-columns:repeat(2,1fr);}
@media (max-width:860px){.grid--3,.grid--2{grid-template-columns:1fr;}}

.card{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  padding:28px;box-shadow:0 2px 10px rgba(46,38,32,.04);
}
.card h3{margin-bottom:8px;}
.card p{margin:0 0 14px 0;font-size:16px;}
.card__price{font-weight:700;color:var(--gold-deep);font-size:15px;letter-spacing:.03em;}
.card__link{font-weight:700;text-decoration:none;font-size:15px;}
.card__link:hover{text-decoration:underline;}

/* ---------- feature strip ---------- */
.feature{
  display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;
}
.feature img{border-radius:var(--radius);box-shadow:var(--shadow);aspect-ratio:1/1;object-fit:cover;}
.feature ul{margin:0 0 22px 0;padding-left:0;list-style:none;}
.feature li{padding-left:28px;position:relative;margin-bottom:10px;}
.feature li::before{
  content:"";position:absolute;left:0;top:.6em;
  width:12px;height:12px;border-radius:50%;background:var(--grad);
}
@media (max-width:860px){.feature{grid-template-columns:1fr;gap:28px;}}

/* ---------- price tables ---------- */
.menu-block{margin-bottom:46px;}
.menu-block h3{
  border-bottom:2px solid var(--gold);padding-bottom:8px;margin-bottom:4px;
  display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap;
}
.menu-block h3 small{font-size:13px;color:var(--muted);font-weight:400;font-family:inherit;}
.menu-note{color:var(--muted);font-size:15px;font-style:italic;margin:6px 0 14px;}
.price-head{
  display:grid;grid-template-columns:1fr 90px 90px;gap:10px;
  font-size:12px;text-transform:uppercase;letter-spacing:.16em;
  color:var(--muted);font-weight:700;padding:10px 0 6px;
}
.price-row{
  display:grid;grid-template-columns:1fr 90px 90px;gap:10px;
  padding:13px 0;border-top:1px solid var(--line);align-items:baseline;
}
.price-row__name{font-weight:600;color:var(--ink);}
.price-row__desc{display:block;font-weight:400;color:var(--muted);font-size:14.5px;margin-top:3px;}
.price-row__cash,.price-row__card{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap;}
.price-row__cash{font-weight:700;color:var(--gold-deep);}
.price-row__card{color:var(--muted);font-size:15px;}
@media (max-width:620px){
  .price-head{grid-template-columns:1fr 70px 70px;font-size:11px;}
  .price-row{grid-template-columns:1fr 70px 70px;}
  .price-row__card{font-size:14px;}
}

/* ---------- gallery ---------- */
.gallery{
  display:grid;grid-template-columns:repeat(4,1fr);gap:14px;
}
.gallery img{border-radius:12px;aspect-ratio:3/4;object-fit:cover;box-shadow:0 2px 10px rgba(46,38,32,.07);}
@media (max-width:900px){.gallery{grid-template-columns:repeat(3,1fr);}}
@media (max-width:600px){.gallery{grid-template-columns:repeat(2,1fr);gap:10px;}}

/* Facebook's page plugin renders a fixed-width iframe that maxes out at 500px,
   so the wrapper caps and centres it rather than letting it stretch or overflow. */
.fb-embed{
  max-width:500px;width:100%;margin:0 auto;
  border-radius:var(--radius);overflow:hidden;
  box-shadow:var(--shadow);background:#fff;
}
.fb-embed .fb-page,
.fb-embed .fb-page > span,
.fb-embed iframe{width:100% !important;}

/* ---------- testimonials ---------- */
.quote{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  padding:26px;box-shadow:0 2px 10px rgba(46,38,32,.04);
}
.quote p{font-style:italic;margin:0 0 14px;font-size:16px;}
.quote cite{font-style:normal;font-weight:700;color:var(--gold-deep);font-size:15px;}
.stars{color:var(--gold);letter-spacing:2px;margin-bottom:10px;font-size:15px;}

/* ---------- contact ---------- */
.info-list{list-style:none;margin:0;padding:0;}
.info-list li{
  display:flex;gap:14px;padding:14px 0;border-bottom:1px solid var(--line);align-items:flex-start;
}
.info-list li:last-child{border-bottom:0;}
.info-list .lbl{
  font-size:12px;text-transform:uppercase;letter-spacing:.16em;
  color:var(--muted);font-weight:700;min-width:96px;padding-top:3px;
}
.info-list a{font-weight:600;text-decoration:none;}
.info-list a:hover{text-decoration:underline;}
/* On narrow phones the label + value can't both fit on one line, which pushes
   the page a couple of pixels wider than the viewport. Stack them instead. */
@media (max-width:520px){
  .info-list li{flex-direction:column;gap:4px;}
  .info-list .lbl{min-width:0;padding-top:0;}
}
.map{border:0;width:100%;height:340px;border-radius:var(--radius);box-shadow:var(--shadow);}

/* ---------- legal pages ---------- */
.legal{max-width:760px;margin:0 auto;}
.legal h2{font-size:23px;margin-top:34px;}
.legal h3{font-size:18px;margin-top:24px;}
.legal .eff{color:var(--muted);font-size:15px;}
.legal .callout{
  background:var(--sand);border:1px solid var(--gold);border-radius:var(--radius);
  padding:20px 22px;margin:22px 0;
}
.legal ul{padding-left:22px;}
.legal li{margin-bottom:8px;}

/* ---------- footer ---------- */
.site-footer{background:var(--ink);color:#D9CFC4;padding:56px 0 26px;}
.site-footer h4{color:#fff;font-size:16px;margin-bottom:14px;font-family:inherit;letter-spacing:.04em;}
.site-footer a{color:#D9CFC4;text-decoration:none;}
.site-footer a:hover{color:var(--gold-light);}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:38px;}
.footer-grid p{font-size:15px;margin:0 0 8px;}
.footer-links{list-style:none;padding:0;margin:0;}
.footer-links li{margin-bottom:9px;font-size:15px;}
.social-row{display:flex;gap:12px;margin-top:16px;}
.social-row a{
  width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.1);
  display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;
}
.social-row a:hover{background:var(--grad);color:#fff;}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.14);margin-top:34px;padding-top:20px;
  font-size:14px;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;
}
/* The logo PNG already has a transparent background, so it sits directly on
   the footer's dark ground instead of inside a white card that used to clash
   with it. */
.footer-logo{display:inline-block;margin-bottom:16px;}
.footer-logo img{height:76px;display:block;}
@media (max-width:800px){.footer-grid{grid-template-columns:1fr;gap:28px;}}

/* ---------- misc ---------- */
.sticky-call{display:none;}
@media (max-width:700px){
  .sticky-call{
    display:flex;position:fixed;left:0;right:0;bottom:0;z-index:70;
    background:#fff;border-top:1px solid var(--line);padding:10px 14px;gap:10px;
    box-shadow:0 -4px 18px rgba(46,38,32,.1);
  }
  .sticky-call .btn{flex:1;padding:13px 10px;font-size:15px;}
  body{padding-bottom:78px;}
}
