/* ===== VIP Nail and Spa ===== */
:root {
  --plum: #4a2545;
  --plum-dark: #341a31;
  --plum-soft: #6d3a66;
  --rose: #c9889a;
  --rose-gold: #b76e79;
  --rose-gold-dark: #9c5862;
  --gold: #c9a96a;
  --gold-dark: #a98a4c;
  --cream: #fdf7f4;
  --cream2: #f7ebe6;
  --blush: #f9e6e9;
  --ink: #2e2230;
  --ink-soft: #6e5e6c;
  --bg: #fffcfa;
  --card: #ffffff;
  --border: #efe1da;
  --green: #5a8a6a;
  --shadow: 0 12px 34px rgba(74, 37, 69, 0.10);
  --shadow-lg: 0 20px 50px rgba(74, 37, 69, 0.18);
  --radius: 16px;
  --maxw: 1140px;
  --serif: "Georgia", "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); background: var(--bg); color: var(--ink); line-height: 1.7; -webkit-font-smoothing: antialiased; }
a { color: var(--rose-gold-dark); text-decoration: none; transition: color .15s; }
a:hover { color: var(--plum); }
img { max-width: 100%; display: block; }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
h1, h2, h3, h4 { font-family: var(--serif); line-height: 1.18; letter-spacing: -0.01em; }

/* Topbar */
.topbar { background: var(--plum-dark); color: #f0dde9; font-size: 0.86rem; text-align: center; padding: 8px 0; letter-spacing: .02em; }
.topbar a { color: var(--gold); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,252,250,.96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--border); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.brand { display: flex; align-items: center; gap: 11px; font-family: var(--serif); font-weight: 700; font-size: 1.4rem; color: var(--plum); }
.brand .logo { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--rose-gold), var(--plum)); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; }
.brand small { display: block; font-family: var(--sans); font-size: 0.58rem; letter-spacing: .24em; text-transform: uppercase; color: var(--rose-gold-dark); }
.nav-links { display: flex; gap: 3px; list-style: none; align-items: center; }
.nav-links a { color: var(--ink-soft); font-size: 0.94rem; padding: 9px 14px; border-radius: 8px; font-weight: 600; }
.nav-links a:hover, .nav-links a.active { color: var(--plum); background: var(--blush); }
.nav-links .cta { background: var(--rose-gold); color: #fff; padding: 10px 20px; }
.nav-links .cta:hover { background: var(--rose-gold-dark); color: #fff; }
.nav-toggle { display: none; background: none; border: 0; color: var(--plum); font-size: 1.7rem; cursor: pointer; }

/* Buttons */
.btn { font-family: var(--sans); font-size: 1rem; font-weight: 700; padding: 14px 32px; border-radius: 40px; border: 0; cursor: pointer; display: inline-block; transition: transform .12s, background .15s; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: scale(.98); }
.btn-rose { background: var(--rose-gold); color: #fff; }
.btn-rose:hover { background: var(--rose-gold-dark); color: #fff; }
.btn-plum { background: var(--plum); color: #fff; }
.btn-plum:hover { background: var(--plum-dark); color: #fff; }
.btn-gold { background: var(--gold); color: var(--plum-dark); }
.btn-gold:hover { background: var(--gold-dark); color: #fff; }
.btn-ghost { background: transparent; color: #fff; border: 2px solid #fff; }
.btn-ghost:hover { background: #fff; color: var(--plum); }

/* Hero */
.hero { position: relative; background: linear-gradient(rgba(52,26,49,.62), rgba(52,26,49,.62)), radial-gradient(circle at 30% 30%, #8a4a7e, #341a31); color: #fff; text-align: center; padding: 104px 0; overflow: hidden; }
.hero::before, .hero::after { content: "💅"; position: absolute; font-size: 7rem; opacity: .1; }
.hero::before { top: 26px; left: 38px; transform: rotate(-16deg); }
.hero::after { bottom: 26px; right: 38px; transform: rotate(14deg); content: "✨"; }
.hero .container { position: relative; z-index: 1; }
.hero .tag { display: inline-block; background: var(--gold); color: var(--plum-dark); font-weight: 700; font-size: 0.8rem; letter-spacing: .12em; text-transform: uppercase; padding: 6px 18px; border-radius: 40px; margin-bottom: 22px; }
.hero h1 { font-size: clamp(2.3rem, 6vw, 4.1rem); margin-bottom: 18px; text-shadow: 0 2px 14px rgba(0,0,0,.3); }
.hero p { font-size: 1.2rem; max-width: 640px; margin: 0 auto 30px; opacity: .96; }
.hero .cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Page head */
.page-head { background: var(--blush); border-bottom: 1px solid var(--border); padding: 58px 0; text-align: center; }
.page-head .breadcrumb { font-size: 0.85rem; color: var(--ink-soft); margin-bottom: 14px; }
.page-head .breadcrumb a { color: var(--ink-soft); }
.page-head h1 { font-size: clamp(2rem,5vw,3rem); margin-bottom: 12px; color: var(--plum); }
.page-head p { color: var(--ink-soft); max-width: 640px; margin: 0 auto; font-size: 1.1rem; }

/* Sections */
section.block { padding: 72px 0; }
section.block.cream { background: var(--cream); }
section.block.blush { background: var(--blush); }
section.block.plum { background: var(--plum); color: #fff; }
.section-head { text-align: center; max-width: 660px; margin: 0 auto 48px; }
.section-head .eyebrow { color: var(--rose-gold-dark); font-weight: 700; font-size: 0.82rem; letter-spacing: .18em; text-transform: uppercase; display: block; margin-bottom: 10px; }
.section-head h2 { font-size: clamp(1.9rem, 4vw, 2.8rem); margin-bottom: 14px; color: var(--plum); }
.section-head p { color: var(--ink-soft); font-size: 1.08rem; }
.plum .section-head h2 { color: #fff; }
.plum .section-head p { color: #e8d2e2; }
.plum .section-head .eyebrow { color: var(--gold); }

/* Grids */
.grid { display: grid; gap: 26px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

/* Feature cards */
.feature { text-align: center; padding: 34px 26px; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); transition: transform .15s; }
.feature:hover { transform: translateY(-5px); }
.feature .emoji { font-size: 2.8rem; margin-bottom: 14px; }
.feature h3 { font-size: 1.25rem; margin-bottom: 8px; color: var(--plum); }
.feature p { color: var(--ink-soft); font-size: 0.97rem; }

/* Services menu */
.svc-cat { margin-bottom: 50px; }
.svc-cat h3 { font-size: 1.6rem; color: var(--plum); border-bottom: 2px solid var(--blush); padding-bottom: 12px; margin-bottom: 24px; display: flex; align-items: center; gap: 10px; }
.svc-items { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 44px; }
.svc-item { display: flex; justify-content: space-between; gap: 16px; align-items: baseline; }
.svc-item .si-info h4 { font-family: var(--sans); font-size: 1.05rem; font-weight: 700; margin-bottom: 3px; }
.svc-item .si-info p { color: var(--ink-soft); font-size: 0.88rem; }
.svc-item .si-dots { flex: 1; border-bottom: 2px dotted var(--border); transform: translateY(-4px); min-width: 16px; }
.svc-item .si-price { font-weight: 700; color: var(--rose-gold-dark); font-size: 1.05rem; white-space: nowrap; font-family: var(--serif); }

/* Service category cards (home) */
.svc-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform .15s, box-shadow .15s; display: flex; flex-direction: column; }
.svc-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.svc-thumb { height: 160px; display: flex; align-items: center; justify-content: center; font-size: 3.6rem; background: linear-gradient(135deg, var(--blush), var(--cream2)); }
.svc-card .body { padding: 26px; flex: 1; display: flex; flex-direction: column; }
.svc-card h3 { font-size: 1.3rem; margin-bottom: 8px; color: var(--plum); }
.svc-card p { color: var(--ink-soft); font-size: 0.96rem; flex: 1; margin-bottom: 16px; }
.svc-card .more { font-weight: 700; color: var(--rose-gold-dark); font-family: var(--sans); }

/* Gallery */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.gallery.cols-3 { grid-template-columns: repeat(3, 1fr); }
.gitem { aspect-ratio: 1; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 3rem; background: linear-gradient(135deg, var(--blush), var(--cream2)); box-shadow: var(--shadow); transition: transform .15s; }
.gitem:hover { transform: scale(1.03); }
.gitem.tall { aspect-ratio: auto; }

/* Split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.split .media { border-radius: var(--radius); min-height: 360px; display: flex; align-items: center; justify-content: center; font-size: 7rem; background: linear-gradient(135deg, var(--rose-gold), var(--plum)); box-shadow: var(--shadow); color: #fff; }
.split h2 { font-size: clamp(1.8rem,4vw,2.6rem); margin-bottom: 16px; color: var(--plum); }
.split p { color: var(--ink-soft); margin-bottom: 14px; }

/* Stats */
.stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; text-align: center; }
.stat .n { font-family: var(--serif); font-size: 2.6rem; color: var(--gold); font-weight: 700; }
.stat .l { color: #e8d2e2; font-size: 0.92rem; text-transform: uppercase; letter-spacing: .07em; }

/* Hours */
.hours { list-style: none; max-width: 420px; }
.hours li { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 0.96rem; }
.hours li.today { font-weight: 700; color: var(--rose-gold-dark); }

/* Forms */
.form-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { margin-bottom: 18px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { display: block; font-weight: 600; font-size: 0.92rem; margin-bottom: 6px; }
.form-field input, .form-field textarea, .form-field select {
  width: 100%; padding: 13px 15px; border-radius: 12px; border: 1px solid var(--border);
  background: var(--bg); font-family: var(--sans); font-size: 0.98rem; color: var(--ink);
}
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { outline: 2px solid var(--rose-gold); border-color: var(--rose-gold); }
.form-note { font-size: 0.85rem; color: var(--ink-soft); margin-top: 8px; }
.form-msg { padding: 14px; border-radius: 12px; margin-top: 16px; display: none; }
.form-msg.ok { display: block; background: #e7f3ec; color: var(--green); }

/* Info rows */
.info-row { display: flex; gap: 14px; margin-bottom: 22px; align-items: flex-start; }
.info-row .ico { font-size: 1.6rem; flex-shrink: 0; }
.info-row h4 { font-family: var(--sans); font-size: 1.05rem; margin-bottom: 2px; }
.info-row p { color: var(--ink-soft); font-size: 0.96rem; }

/* Split2 */
.split2 { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }

/* Gift card */
.giftcard { background: linear-gradient(135deg, var(--plum), var(--rose-gold)); color: #fff; border-radius: 20px; padding: 38px; box-shadow: var(--shadow-lg); position: relative; overflow: hidden; }
.giftcard::after { content: "✨"; position: absolute; bottom: 16px; right: 24px; font-size: 3rem; opacity: .35; }
.giftcard .gc-label { font-size: 0.8rem; letter-spacing: .16em; text-transform: uppercase; opacity: .85; }
.giftcard .gc-brand { font-family: var(--serif); font-size: 1.8rem; margin: 8px 0 20px; }
.giftcard .gc-amount { font-size: 2.8rem; font-weight: 800; font-family: var(--serif); }
.giftcard .gc-foot { margin-top: 24px; font-size: 0.85rem; opacity: .85; }
.amount-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 18px 0; }
.amount-btn { padding: 14px; border: 2px solid var(--border); border-radius: 12px; background: var(--bg); font-size: 1.1rem; font-weight: 800; color: var(--ink); cursor: pointer; transition: all .15s; font-family: var(--sans); }
.amount-btn:hover { border-color: var(--rose-gold); }
.amount-btn.active { background: var(--rose-gold); color: #fff; border-color: var(--rose-gold); }

/* CTA band */
.cta-band { background: var(--rose-gold); color: #fff; text-align: center; padding: 64px 0; }
.cta-band h2 { font-size: clamp(1.8rem,4vw,2.6rem); margin-bottom: 12px; color: #fff; }
.cta-band p { opacity: .96; margin-bottom: 26px; font-size: 1.1rem; }
.cta-band .btn-white { background: #fff; color: var(--rose-gold-dark); }
.cta-band .btn-white:hover { background: var(--plum); color: #fff; }

/* Prose */
.prose h2 { font-size: 1.6rem; margin: 30px 0 12px; color: var(--plum); }
.prose p { color: var(--ink-soft); margin-bottom: 14px; }
.prose ul { padding-left: 22px; margin-bottom: 14px; color: var(--ink-soft); }

/* Testimonial */
.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.testi { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.testi .stars { color: var(--gold); margin-bottom: 12px; }
.testi p { color: var(--ink-soft); font-style: italic; margin-bottom: 14px; }
.testi .who { font-weight: 700; color: var(--plum); font-family: var(--sans); }

/* Footer */
.site-footer { background: var(--plum-dark); color: #e2cdda; padding: 56px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 36px; margin-bottom: 36px; }
.footer-col h4 { font-family: var(--sans); color: #fff; font-size: 1rem; margin-bottom: 14px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 9px; }
.footer-col a { color: #d6bcce; font-size: 0.92rem; }
.footer-col a:hover { color: var(--gold); }
.footer-brand .brand { color: #fff; margin-bottom: 12px; }
.footer-brand .brand small { color: #d6bcce; }
.footer-brand p { color: #d6bcce; font-size: 0.92rem; }
.footer-bottom { border-top: 1px solid #5a3a54; padding-top: 22px; text-align: center; color: #b598ad; font-size: 0.88rem; }
.footer-bottom a { color: #d6bcce; }

/* Responsive */
@media (max-width: 980px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .gallery, .gallery.cols-3 { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 880px) {
  .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .split, .split2, .form-grid { grid-template-columns: 1fr; }
  .split .media { min-height: 240px; font-size: 5rem; order: -1; }
  .svc-items { grid-template-columns: 1fr; }
  .nav-toggle { display: block; }
  .nav-links { position: absolute; top: 76px; left: 0; right: 0; flex-direction: column; background: var(--bg); border-bottom: 1px solid var(--border); padding: 12px 22px; gap: 4px; display: none; }
  .nav-links.show { display: flex; }
  .nav-links a { width: 100%; }
  .nav-links .cta { text-align: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .grid-4, .gallery, .gallery.cols-3, .amount-grid { grid-template-columns: 1fr; }
  .amount-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
}
