/* ==========================================================================
   Everlasting Beauty Aesthetics — Site styles
   Palette: warm greige + silver gradients + charcoal ink + gold accent
   Type:    Cormorant Garamond (display serif) · Jost (sans / labels)
   ========================================================================== */

:root {
  --bg:        #F5F3F0;
  --bg-2:      #FAF9F7;
  --surface:   #FFFFFF;
  --ink:       #1C1B1A;
  --ink-2:     #4A4844;
  --muted:     #8A857E;
  --line:      #E5E1DB;
  --silver-1:  #EDEBE8;
  --silver-2:  #D3CFC8;
  --silver-hi: #FCFBFA;
  --gold:      #A9822F;
  --gold-hi:   #D6B15C;
  --gold-soft: #EAD9AF;

  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans:  "Jost", "Inter", ui-sans-serif, system-ui, -apple-system, sans-serif;

  --maxw: 1200px;
  --radius: 20px;
  --radius-sm: 12px;
  --shadow-sm: 0 2px 10px rgba(28,27,26,.05);
  --shadow-md: 0 18px 50px -22px rgba(28,27,26,.28);
  --shadow-lg: 0 40px 90px -40px rgba(28,27,26,.42);
  --ease: cubic-bezier(.22,.61,.36,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.wrap { width: min(100% - 40px, var(--maxw)); margin-inline: auto; }
section { position: relative; }

/* ---------- Type helpers ---------- */
.eyebrow {
  font-family: var(--sans);
  font-weight: 500;
  font-size: .72rem;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.eyebrow::before {
  content: "";
  width: 28px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}
.eyebrow.center::after {
  content: "";
  width: 28px; height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
}
h1, h2, h3 { font-family: var(--serif); font-weight: 500; color: var(--ink); margin: 0; line-height: 1.08; letter-spacing: .002em; }
h2.display { font-size: clamp(2.1rem, 4.6vw, 3.6rem); }
.serif-italic { font-style: italic; font-weight: 400; }
.lead { color: var(--ink-2); font-size: 1.06rem; max-width: 52ch; }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 54px; }
.section-head .lead { margin: 18px auto 0; }

/* ---------- Buttons ---------- */
.btn {
  --_bg: var(--ink);
  --_fg: #fff;
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--sans); font-weight: 500; font-size: .82rem;
  letter-spacing: .12em; text-transform: uppercase;
  padding: 15px 30px; border-radius: 100px;
  background: var(--_bg); color: var(--_fg);
  border: 1px solid transparent; cursor: pointer;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .3s, color .3s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn .arrow { transition: transform .35s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }
.btn.gold { --_bg: linear-gradient(135deg, var(--gold-hi), var(--gold)); --_fg:#fff; }
.btn.ghost {
  --_bg: transparent; --_fg: var(--ink);
  border-color: var(--silver-2);
}
.btn.ghost:hover { background: var(--surface); }
.btn.light { --_bg:#fff; --_fg: var(--ink); }
.btn.sm { padding: 11px 22px; font-size: .74rem; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  transition: background .4s var(--ease), box-shadow .4s var(--ease), padding .4s var(--ease);
  padding: 20px 0;
  background: transparent;
}
.site-header.scrolled {
  background: color-mix(in srgb, var(--bg) 82%, transparent);
  backdrop-filter: blur(14px) saturate(1.2);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  box-shadow: 0 1px 0 var(--line);
  padding: 12px 0;
}
.nav { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
.nav-links { display: flex; align-items: center; gap: 30px; list-style: none; margin: 0; padding: 0; }
.nav-links.right { justify-content: flex-end; }
.nav-links a {
  font-size: .78rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink-2); font-weight: 400; position: relative; padding: 4px 0;
  transition: color .25s;
}
.nav-links a::after {
  content:""; position:absolute; left:0; bottom:-2px; height:1px; width:0;
  background: var(--gold); transition: width .3s var(--ease);
}
.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::after { width: 100%; }
.brand { display: flex; align-items: center; justify-content: center; }
.brand img { height: 52px; width: auto; mix-blend-mode: multiply; }
.site-header.scrolled .brand img { height: 40px; }
.brand img { transition: height .4s var(--ease); }
.nav-right { display: flex; align-items: center; justify-content: flex-end; gap: 26px; }
.site-header .nav-toggle { display: none; }

/* ---------- Hero ---------- */
.hero { padding: clamp(30px, 6vw, 70px) 0 90px; text-align: center; }
.hero h1 { font-size: clamp(2.7rem, 7vw, 5.6rem); }
.hero .lead { margin: 26px auto 34px; text-align: center; }
.hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero-trust {
  margin-top: 30px; display: flex; gap: 26px; justify-content: center; flex-wrap: wrap;
  font-size: .78rem; letter-spacing: .06em; color: var(--muted);
}
.hero-trust b { color: var(--ink); font-weight: 600; }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.stars { color: var(--gold-hi); letter-spacing: 2px; }

/* Fanned gallery */
.fan {
  margin-top: 64px;
  display: flex; justify-content: center; align-items: flex-end;
  gap: clamp(-40px, -2vw, 0px);
  perspective: 1600px;
}
.fan figure {
  margin: 0; width: clamp(150px, 15vw, 210px); aspect-ratio: 3/4;
  border-radius: 200px 200px 18px 18px;
  overflow: hidden; box-shadow: var(--shadow-md);
  border: 6px solid #fff;
  transition: transform .55s var(--ease), box-shadow .55s var(--ease);
  transform-origin: bottom center;
  will-change: transform;
}
.fan figure img { width: 100%; height: 100%; object-fit: cover; }
.fan figure:nth-child(1){ transform: rotate(-13deg) translateY(34px); z-index:1; }
.fan figure:nth-child(2){ transform: rotate(-6deg) translateY(10px); z-index:2; }
.fan figure:nth-child(3){ transform: rotate(0deg) translateY(-14px) scale(1.06); z-index:5; }
.fan figure:nth-child(4){ transform: rotate(6deg) translateY(10px); z-index:2; }
.fan figure:nth-child(5){ transform: rotate(13deg) translateY(34px); z-index:1; }
.fan:hover figure { filter: saturate(.95); }
.fan figure:hover { transform: translateY(-18px) rotate(0deg) scale(1.08); z-index: 6; box-shadow: var(--shadow-lg); }

/* ---------- Features row ---------- */
.features { padding: 20px 0 90px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 34px 30px; box-shadow: var(--shadow-sm);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s;
}
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--silver-2); }
.feature-ic {
  width: 54px; height: 54px; border-radius: 50%;
  display: grid; place-items: center; margin-bottom: 20px;
  background: linear-gradient(135deg, var(--silver-hi), var(--silver-1));
  border: 1px solid var(--line);
  color: var(--gold);
}
.feature-ic svg { width: 26px; height: 26px; }
.feature-card h3 { font-size: 1.5rem; margin-bottom: 8px; }
.feature-card p { margin: 0; color: var(--ink-2); font-size: .96rem; }

/* ---------- Section shells ---------- */
.pad { padding: clamp(64px, 9vw, 118px) 0; }
.pad-b { padding-bottom: clamp(64px, 9vw, 118px); }
.tint { background:
  radial-gradient(120% 80% at 50% -10%, #fff 0%, transparent 60%),
  var(--bg-2);
}

/* ---------- Treatments grid (mixed sizes) ---------- */
.treat-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 220px;
  gap: 20px;
}
.tcard {
  position: relative; overflow: hidden; border-radius: var(--radius);
  box-shadow: var(--shadow-sm); border: 1px solid var(--line);
  display: flex; align-items: flex-end;
  isolation: isolate; color: #fff;
}
.tcard img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  z-index: -2; transition: transform 1.1s var(--ease);
}
.tcard::after {
  content:""; position:absolute; inset:0; z-index:-1;
  background: linear-gradient(180deg, rgba(20,19,18,0) 30%, rgba(20,19,18,.15) 55%, rgba(20,19,18,.82) 100%);
  transition: opacity .4s;
}
.tcard:hover img { transform: scale(1.07); }
.tcard-body { padding: 26px; width: 100%; }
.tcard .kicker {
  font-size: .68rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold-hi); margin: 0 0 8px;
}
.tcard h3 { color:#fff; font-size: 1.9rem; }
.tcard p { margin: 8px 0 0; color: rgba(255,255,255,.82); font-size: .92rem; max-width: 42ch; }
.tcard .price {
  position: absolute; top: 18px; right: 18px;
  background: color-mix(in srgb, #fff 92%, transparent); color: var(--ink);
  font-weight: 600; font-size: .9rem; letter-spacing: .02em;
  padding: 8px 14px; border-radius: 100px; backdrop-filter: blur(6px);
  box-shadow: var(--shadow-sm);
}
.tcard .price small { color: var(--muted); font-weight: 500; }
/* spans */
.tcard.wide { grid-column: span 4; grid-row: span 2; }
.tcard.tall { grid-column: span 2; grid-row: span 2; }
.tcard.reg  { grid-column: span 3; grid-row: span 1; }
.tcard.sq   { grid-column: span 2; grid-row: span 1; }
.ribbon {
  position: absolute; top: 16px; left: -34px; transform: rotate(-45deg);
  background: linear-gradient(135deg, var(--gold-hi), var(--gold));
  color:#fff; font-size:.6rem; letter-spacing:.16em; text-transform:uppercase;
  padding: 6px 44px; z-index: 2; box-shadow: var(--shadow-sm);
}

/* ---------- Hair removal pricing (silver panel) ---------- */
.pricing-panel {
  border-radius: 28px; overflow: hidden;
  display: grid; grid-template-columns: 1.05fr 1.4fr;
  box-shadow: var(--shadow-md); border: 1px solid var(--line);
  background: var(--surface);
}
.pricing-aside {
  padding: 54px 46px; color: #fff; position: relative; overflow: hidden;
  background:
    linear-gradient(150deg, rgba(28,27,26,.72), rgba(28,27,26,.52)),
    url("../img/smoothskin.jpg") center/cover;
  display: flex; flex-direction: column; justify-content: center;
}
.pricing-aside .eyebrow { color: var(--gold-hi); }
.pricing-aside h2 { color:#fff; }
.pricing-aside p { color: rgba(255,255,255,.85); }
.badge-unlimited {
  align-self: flex-start; margin-top: 22px;
  background: linear-gradient(135deg, var(--gold-hi), var(--gold));
  color:#fff; font-size:.72rem; letter-spacing:.14em; text-transform:uppercase;
  padding: 10px 18px; border-radius: 100px; font-weight: 500;
}
.pricing-list { padding: 40px 46px; display: grid; gap: 2px; align-content: center; }
.price-row {
  display: grid; grid-template-columns: 1fr auto; align-items: baseline;
  padding: 16px 0; border-bottom: 1px dashed var(--line);
  transition: padding-left .3s var(--ease);
}
.price-row:last-child { border-bottom: 0; }
.price-row:hover { padding-left: 8px; }
.price-row .pname { font-family: var(--serif); font-size: 1.5rem; }
.price-row .pname-sub { display:block; font-family: var(--sans); font-size:.72rem; letter-spacing:.08em; color: var(--muted); text-transform: uppercase; }
.price-row .amt { font-weight: 600; font-size: 1.15rem; }
.price-row .amt small { color: var(--muted); font-weight: 500; font-size: .8rem; }

/* ---------- Results / stats ---------- */
.results { text-align: center; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 8px; }
.stat { padding: 20px; }
.stat .num { font-family: var(--serif); font-size: clamp(2.6rem, 5vw, 3.8rem); color: var(--ink); line-height: 1; }
.stat .num .u { color: var(--gold); }
.stat .lbl { margin-top: 8px; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 60px; text-align: left; }
.testi {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px; box-shadow: var(--shadow-sm);
}
.testi .stars { font-size: .95rem; margin-bottom: 14px; display:block; }
.testi blockquote { margin: 0 0 20px; font-family: var(--serif); font-style: italic; font-size: 1.28rem; color: var(--ink); line-height: 1.35; }
.testi .who { display: flex; align-items: center; gap: 12px; }
.testi .who .dot { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, var(--silver-1), var(--silver-2)); display:grid; place-items:center; font-family: var(--serif); color: var(--ink-2); }
.testi .who b { font-size: .92rem; display: block; line-height: 1.3; }
.testi .who span { font-size: .78rem; color: var(--muted); display: block; }

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-media { position: relative; }
.about-media img { border-radius: var(--radius); box-shadow: var(--shadow-md); width: 100%; }
.about-media .float {
  position: absolute; bottom: -26px; left: -26px;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: 16px; padding: 18px 22px; box-shadow: var(--shadow-md);
  display: flex; align-items: center; gap: 14px;
}
.about-media .float .rec { font-family: var(--serif); font-size: 2rem; color: var(--gold); line-height:1; }
.about-media .float small { font-size:.72rem; letter-spacing:.1em; text-transform:uppercase; color: var(--muted); }
.values { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 16px; }
.values li { display: flex; gap: 14px; align-items: flex-start; }
.values .tick {
  flex: 0 0 auto; width: 26px; height: 26px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-hi), var(--gold)); color:#fff;
  display:grid; place-items:center; font-size: .8rem;
}
.values b { font-weight: 600; }
.values p { margin: 2px 0 0; color: var(--ink-2); font-size: .95rem; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: stretch; }
.contact-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 44px; box-shadow: var(--shadow-sm);
}
.contact-list { list-style: none; padding: 0; margin: 26px 0 30px; display: grid; gap: 20px; }
.contact-list li { display: flex; gap: 16px; align-items: flex-start; }
.contact-list .ic {
  flex: 0 0 auto; width: 44px; height: 44px; border-radius: 12px;
  background: linear-gradient(135deg, var(--silver-hi), var(--silver-1));
  border: 1px solid var(--line); display: grid; place-items: center; color: var(--gold);
}
.contact-list .ic svg { width: 20px; height: 20px; }
.contact-list b { display:block; font-size: .72rem; letter-spacing:.14em; text-transform: uppercase; color: var(--muted); font-weight:500; margin-bottom: 2px; }
.contact-list a, .contact-list span { color: var(--ink); font-size: 1.02rem; }
.contact-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.contact-media {
  border-radius: var(--radius); overflow: hidden; position: relative; min-height: 420px;
  background: url("../img/ambiance.jpg") center/cover; box-shadow: var(--shadow-md);
}
.contact-media .overlay {
  position: absolute; inset: 0; display: flex; align-items: flex-end;
  background: linear-gradient(180deg, transparent 40%, rgba(20,19,18,.7));
  padding: 34px; color: #fff;
}
.contact-media .overlay .eyebrow { color: var(--gold-hi); }
.contact-media .overlay h3 { color:#fff; font-size: 1.8rem; }

/* ---------- CTA banner ---------- */
.cta-banner {
  border-radius: 28px; overflow: hidden; text-align: center; color: #fff;
  padding: clamp(50px, 8vw, 90px) 30px;
  background:
    linear-gradient(160deg, rgba(28,27,26,.86), rgba(28,27,26,.66)),
    url("../img/facial-glow.jpg") center/cover fixed;
  box-shadow: var(--shadow-md);
}
.cta-banner .eyebrow { color: var(--gold-hi); }
.cta-banner h2 { color: #fff; }
.cta-banner p { color: rgba(255,255,255,.85); max-width: 48ch; margin: 16px auto 30px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #cfccc6; padding: 74px 0 30px; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; }
.footer-brand .wordmark { font-family: var(--serif); font-size: 1.7rem; letter-spacing: .18em; color: #fff; text-transform: uppercase; }
.footer-brand .wordmark small { display:block; font-family: var(--sans); font-size:.6rem; letter-spacing:.4em; color: var(--gold-hi); margin-top: 6px; }
.footer-brand p { margin: 20px 0 0; color: #a49f98; font-size: .92rem; max-width: 34ch; }
.footer-col h4 { font-family: var(--sans); font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; color: #fff; margin: 0 0 18px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.footer-col a { color: #a49f98; font-size: .92rem; transition: color .25s; }
.footer-col a:hover { color: #fff; }
.socials { display: flex; gap: 12px; margin-top: 4px; }
.socials a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid #35332f; display:grid; place-items:center; color:#cfccc6; transition: all .3s; }
.socials a:hover { background:#fff; color: var(--ink); transform: translateY(-3px); }
.socials svg { width: 18px; height: 18px; }
.footer-bottom {
  margin-top: 54px; padding-top: 24px; border-top: 1px solid #322f2b;
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: .8rem; color: #857f78;
}
.footer-bottom a { color: var(--gold-hi); }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
.reveal.d4 { transition-delay: .32s; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .nav { grid-template-columns: auto 1fr auto; }
  .nav-links { display: none; }
  .brand { justify-content: flex-start; }
  .nav-cta { display: none; }
  .site-header .nav-toggle { display: inline-grid; }
  .feature-grid { grid-template-columns: 1fr; }
  .pricing-panel { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .contact-grid { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .stat-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .treat-grid { grid-auto-rows: 200px; }
  .tcard.wide { grid-column: span 6; grid-row: span 2; }
  .tcard.tall { grid-column: span 6; grid-row: span 2; }
  .tcard.reg, .tcard.sq { grid-column: span 3; grid-row: span 1; }
}
@media (max-width: 620px) {
  .fan { flex-wrap: wrap; gap: 12px; }
  .fan figure { width: 44%; }
  .fan figure:nth-child(n) { transform: none; }
  .fan figure:nth-child(3) { width: 92%; order: -1; }
  .hero-trust { gap: 14px; }
  .treat-grid { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .tcard.wide, .tcard.tall, .tcard.reg, .tcard.sq { grid-column: span 1; grid-row: span 1; }
  .tcard.wide { grid-row: span 1; }
  .footer-grid { grid-template-columns: 1fr; }
  .stat-grid { grid-template-columns: repeat(2,1fr); }
  .contact-card, .pricing-list, .pricing-aside { padding: 30px 26px; }
}

/* ---------- Mobile menu ---------- */
.mobile-menu {
  position: fixed; inset: 0; z-index: 80; background: var(--bg);
  transform: translateY(-100%); transition: transform .5s var(--ease);
  display: flex; flex-direction: column; padding: 30px;
}
.mobile-menu.open { transform: none; }
.mobile-menu .mm-top { display:flex; justify-content: space-between; align-items:center; }
.mobile-menu ul { list-style:none; padding:0; margin: auto 0; display:grid; gap: 6px; }
.mobile-menu a { font-family: var(--serif); font-size: 2rem; color: var(--ink); }
.icon-btn { background:none; border:1px solid var(--silver-2); border-radius: 12px; width:46px; height:46px; display:grid; place-items:center; cursor:pointer; color: var(--ink); }

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
}
