/* Lee's Salon — shared styles (light theme, blush + charcoal) */
:root {
  --cream: #fbf8f6;
  --white: #ffffff;
  --ink: #2e2b2e;
  --ink-soft: #6d6468;
  --blush: #c96f7b;
  --blush-deep: #a94f5c;
  --blush-tint: #f7e7ea;
  --charcoal: #2e2b2e;
  --line: #eadfe0;
  --radius: 16px;
  --shadow: 0 16px 40px -18px rgba(46, 43, 46, 0.28);
  --shadow-sm: 0 2px 8px rgba(46, 43, 46, 0.07);
  --font-display: "DM Serif Display", Georgia, serif;
  --font-body: "Nunito Sans", "Segoe UI", system-ui, sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { font-family: var(--font-body); background: var(--cream); color: var(--ink); line-height: 1.68; font-size: 1.04rem; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 400; line-height: 1.12; color: var(--ink); }
h1 { font-size: clamp(2.5rem, 5.4vw, 3.9rem); }
h2 { font-size: clamp(1.9rem, 3.4vw, 2.6rem); }
.kicker { display: inline-block; font-size: 0.76rem; font-weight: 800; letter-spacing: 0.24em; text-transform: uppercase; color: var(--blush-deep); margin-bottom: 12px; }
.section { padding: clamp(64px, 9vw, 108px) 0; }
.section-head { max-width: 640px; margin-bottom: clamp(32px, 5vw, 52px); }
.section-head p { color: var(--ink-soft); margin-top: 10px; }
.center { text-align: center; }
.center .section-head { margin-left: auto; margin-right: auto; }

/* buttons */
.btn { display: inline-block; text-decoration: none; cursor: pointer; font-family: var(--font-body); font-weight: 800; font-size: 0.95rem; padding: 14px 30px; border-radius: 999px; border: 2px solid transparent; transition: all 0.22s ease; }
.btn-solid { background: var(--blush-deep); color: #fff; box-shadow: var(--shadow-sm); }
.btn-solid:hover { background: #8f3f4b; transform: translateY(-1px); }
.btn-outline { border-color: var(--blush-deep); color: var(--blush-deep); background: transparent; }
.btn-outline:hover { background: var(--blush-tint); }
.btn-light { background: #fff; color: var(--blush-deep); }
.btn-light:hover { background: var(--blush-tint); }

/* nav */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(251,248,246,0.94); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 80px; }
.wordmark { text-decoration: none; display: flex; align-items: center; gap: 12px; }
.wordmark img { width: 46px; height: 46px; border-radius: 10px; object-fit: cover; box-shadow: var(--shadow-sm); }
.wordmark div { line-height: 1.1; }
.wordmark strong { display: block; font-family: var(--font-display); font-size: 1.3rem; color: var(--ink); }
.wordmark span { font-size: 0.64rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--blush-deep); font-weight: 800; }
.nav-links { display: flex; align-items: center; gap: 26px; list-style: none; }
.nav-links a:not(.btn) { text-decoration: none; color: var(--ink-soft); font-size: 0.97rem; font-weight: 700; transition: color 0.2s; padding-bottom: 4px; border-bottom: 2px solid transparent; }
.nav-links a:not(.btn):hover { color: var(--blush-deep); }
.nav-links a.active { color: var(--blush-deep); border-bottom-color: var(--blush-deep); }
.nav .btn { padding: 10px 22px; }
.hamburger { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; }

/* page header (inner pages) */
.page-head { background: linear-gradient(180deg, var(--blush-tint), var(--cream)); border-bottom: 1px solid var(--line); padding: clamp(48px, 7vw, 84px) 0; }
.page-head h1 { font-size: clamp(2.2rem, 4.6vw, 3.3rem); }
.page-head p { color: var(--ink-soft); max-width: 560px; margin-top: 12px; }
.crumbs { font-size: 0.85rem; font-weight: 700; color: var(--ink-soft); margin-bottom: 14px; }
.crumbs a { color: var(--blush-deep); text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }

/* cards */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.svc { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; transition: transform 0.25s, box-shadow 0.25s; }
.svc:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.svc-ic { width: 52px; height: 52px; border-radius: 50%; background: var(--blush-tint); color: var(--blush-deep); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; font-size: 1.3rem; }
.svc h3 { font-size: 1.3rem; margin-bottom: 8px; }
.svc p { font-size: 0.95rem; color: var(--ink-soft); }

/* trust strip */
.trust { background: var(--white); border-bottom: 1px solid var(--line); padding: 20px 0; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 36px; justify-content: center; align-items: center; }
.trust-chip { display: flex; align-items: center; gap: 9px; font-size: 0.92rem; font-weight: 800; color: var(--ink); }
.trust-chip .stars { color: #d9a03c; letter-spacing: 1.5px; }

/* split layout */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 76px); align-items: center; }
.split-media img { width: 100%; height: clamp(320px, 40vw, 460px); object-fit: cover; border-radius: 170px 170px var(--radius) var(--radius); box-shadow: var(--shadow); }
.split-media.square img { border-radius: var(--radius); }

/* badges */
.badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.badge { font-size: 0.85rem; font-weight: 700; background: var(--blush-tint); color: var(--blush-deep); padding: 8px 15px; border-radius: 999px; border: 1px solid #eed4d9; }

/* reviews band */
.reviews-band { background: linear-gradient(135deg, var(--charcoal), #4a4149); color: #fff; text-align: center; padding: clamp(56px, 8vw, 92px) 0; }
.reviews-band .review-big { font-family: var(--font-display); font-size: clamp(3.6rem, 8vw, 5.6rem); line-height: 1; color: #fff; }
.reviews-band .stars { color: #eebf6e; font-size: 1.6rem; letter-spacing: 3px; margin: 12px 0 6px; }
.reviews-band p { color: rgba(255,255,255,0.85); margin-bottom: 22px; }
.reviews-band a { color: #fff; font-weight: 800; }

/* CTA band */
.cta-band { background: var(--blush-tint); border-top: 1px solid var(--line); text-align: center; padding: clamp(56px, 8vw, 88px) 0; }
.cta-band h2 { margin-bottom: 12px; }
.cta-band p { color: var(--ink-soft); max-width: 540px; margin: 0 auto 26px; }

/* hours */
.hours-table { width: 100%; border-collapse: collapse; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.hours-table th, .hours-table td { text-align: left; padding: 13px 22px; font-size: 0.97rem; }
.hours-table tr + tr { border-top: 1px solid var(--line); }
.hours-table td:last-child { text-align: right; color: var(--ink-soft); }
.hours-table tr.open td:last-child { color: var(--blush-deep); font-weight: 800; }
.hours-table tr.today { background: var(--blush-tint); }
.hours-table tr.today th::after { content: "· today"; margin-left: 8px; font-size: 0.72rem; color: var(--blush-deep); letter-spacing: 0.1em; text-transform: uppercase; }

/* contact bits */
.c-list { list-style: none; display: grid; gap: 18px; margin: 26px 0; }
.c-list small { display: block; font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--blush-deep); font-weight: 800; margin-bottom: 2px; }
.c-list a { color: var(--ink); text-decoration: none; font-weight: 700; font-size: 1.04rem; }
.c-list a:hover { color: var(--blush-deep); text-decoration: underline; }
.form-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(26px, 3.5vw, 40px); box-shadow: var(--shadow-sm); }
.form-card h3 { font-size: 1.5rem; margin-bottom: 6px; }
.form-card > p { font-size: 0.92rem; color: var(--ink-soft); margin-bottom: 20px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 0.86rem; font-weight: 800; margin-bottom: 6px; }
.field input, .field textarea { width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 10px; font-family: var(--font-body); font-size: 0.98rem; background: var(--white); color: var(--ink); transition: border-color 0.2s; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--blush-deep); }

/* process strip */
.process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; text-align: center; }
.step .num { width: 44px; height: 44px; margin: 0 auto 12px; border-radius: 50%; background: var(--charcoal); color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; font-size: 1.05rem; }
.step h3 { font-size: 1.2rem; margin-bottom: 6px; }
.step p { font-size: 0.92rem; color: var(--ink-soft); }

/* footer */
footer { background: var(--charcoal); color: #d8ccd0; padding: 56px 0 30px; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
footer .wordmark strong { color: #fff; }
footer h4 { color: #fff; font-size: 0.78rem; letter-spacing: 0.22em; text-transform: uppercase; margin-bottom: 14px; }
footer p, footer a { font-size: 0.94rem; color: #d8ccd0; text-decoration: none; }
footer a:hover { color: #fff; text-decoration: underline; }
footer ul { list-style: none; display: grid; gap: 8px; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,0.14); padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 0.82rem; color: #a3949a; }

/* reveal */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .svc, .btn { transition: none; }
}

/* responsive */
@media (max-width: 900px) {
  .svc-grid { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; }
  .split-media { order: -1; }
  .process { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 640px) {
  .svc-grid { grid-template-columns: 1fr; }
  .nav-links { position: absolute; top: 80px; left: 0; right: 0; background: var(--cream); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; padding: 20px 24px; gap: 16px; display: none; }
  .nav-links.open { display: flex; }
  .hamburger { display: block; }
}

/* SYNTH-NOJS-FALLBACK: show scroll-reveal content when JS is blocked/unavailable */
html:not(.js) .reveal,html:not(.js) .svc-card,html:not(.js) .svc{opacity:1!important;transform:none!important}
