/* ─────────────────────────────────────
   THE NAIL EDIT — Mia Chen, London
   Demo site by mkbookings
───────────────────────────────────── */

html { scrollbar-width: none; }
html::-webkit-scrollbar { display: none; }

:root {
  --bg:      #f7f3ee;
  --dark:    #0d0c0a;
  --gold:    #c9a86e;
  --gold-lt: #f0e4cc;
  --text:    #1a1916;
  --muted:   #7a7570;
  --border:  #e8e2da;
  --card:    #ffffff;
  --font-display: 'Space Grotesk', sans-serif;
  --font-body:    'DM Sans', system-ui, sans-serif;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html  { scroll-behavior: smooth; overflow-x: hidden; }
body  { background: var(--bg); color: var(--text); font-family: var(--font-body); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a     { color: inherit; text-decoration: none; }
button { cursor: pointer; font-family: var(--font-body); }

/* ── UTILITIES ── */
.container      { max-width: 1160px; margin: 0 auto; padding: 0 32px; }
.section        { padding: 96px 0; }
.eyebrow        { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.eyebrow-gold   { color: var(--gold); }
.section-title  { font-family: var(--font-display); font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 700; line-height: 1.05; color: var(--text); margin-bottom: 16px; }
.section-title-light { font-family: var(--font-display); font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 700; line-height: 1.05; color: #fff; margin-bottom: 16px; }

/* ── NAV ── */
#nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(13,12,10,0.97);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.nav-inner {
  max-width: 1160px; margin: 0 auto; padding: 0 32px;
  height: 68px; display: flex; align-items: center; gap: 28px;
}
.nav-logo {
  font-family: var(--font-display); font-size: 1rem; font-weight: 700;
  color: #fff; letter-spacing: 0.04em; text-decoration: none; white-space: nowrap;
}
.nav-links { display: flex; gap: 24px; margin-left: auto; }
.nav-links a { font-size: 0.83rem; font-weight: 500; color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.2s; }
.nav-links a:hover { color: #fff; }
.nav-cta {
  margin-left: 16px; background: var(--gold); color: var(--dark);
  border: none; padding: 9px 20px; border-radius: 50px;
  font-size: 0.82rem; font-weight: 700; letter-spacing: 0.02em;
  cursor: pointer; transition: background 0.2s;
}
.nav-cta:hover { background: #dbb97e; }
.nav-toggle {
  display: none; flex-direction: column; gap: 5px; padding: 8px;
  background: none; border: none; margin-left: auto;
}
.nav-toggle span { display: block; width: 22px; height: 2px; background: rgba(255,255,255,0.7); border-radius: 2px; }

/* ── MOBILE MENU ── */
.mobile-menu {
  position: fixed; inset: 0; z-index: 99;
  background: var(--dark);
  transform: translateX(-100%);
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
}
.mobile-menu.open { transform: none; }
.mobile-menu-inner {
  display: flex; flex-direction: column; justify-content: center;
  height: 100%; padding: 0 40px; gap: 40px;
}
.mobile-menu ul { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.mobile-menu ul a {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 8vw, 2.4rem);
  font-weight: 700; color: #fff; text-decoration: none; transition: color 0.2s;
}
.mobile-menu ul a:hover { color: var(--gold); }
.btn-mobile-cta {
  background: var(--gold); color: var(--dark); border: none;
  padding: 14px 28px; border-radius: 50px; font-size: 0.9rem; font-weight: 700;
  align-self: flex-start; cursor: pointer; transition: background 0.2s;
}
.btn-mobile-cta:hover { background: #dbb97e; }

/* ── HERO ── */
.hero {
  background: var(--dark);
  min-height: 100vh;
  display: flex; flex-direction: column; justify-content: center;
  padding-top: 68px;
}
.hero-inner {
  max-width: 1160px; margin: 0 auto; padding: 80px 32px 56px;
}
.hero-label {
  font-size: 0.7rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 24px;
}
.hero-heading {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 8vw, 7rem);
  font-weight: 700; line-height: 1; color: #fff;
  margin-bottom: 24px; max-width: 680px;
}
.hero-heading em { display: block; font-style: italic; color: var(--gold); font-weight: 400; }
.hero-sub {
  font-size: 1.05rem; color: rgba(255,255,255,0.5); line-height: 1.7;
  max-width: 460px; margin-bottom: 36px;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.btn-book {
  background: var(--gold); color: var(--dark); border: none;
  padding: 14px 32px; border-radius: 50px; font-size: 0.9rem; font-weight: 700;
  cursor: pointer; transition: background 0.2s;
}
.btn-book:hover { background: #dbb97e; }
.btn-see {
  color: rgba(255,255,255,0.55); font-size: 0.9rem; font-weight: 500;
  padding: 14px 0; transition: color 0.2s; display: inline-block;
}
.btn-see:hover { color: #fff; }
.hero-foot {
  max-width: 1160px; margin: 0 auto;
  padding: 28px 32px;
  border-top: 1px solid rgba(255,255,255,0.07);
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
}
.hero-foot span { font-size: 0.77rem; color: rgba(255,255,255,0.3); font-weight: 500; }
.hf-dot { color: rgba(201,168,110,0.35) !important; }

/* ── TICKER ── */
.ticker-strip {
  background: var(--gold); overflow: hidden; padding: 14px 0;
}
.ticker-track {
  display: flex; align-items: center; gap: 32px; white-space: nowrap;
  animation: ticker 24s linear infinite;
}
.ticker-track span { font-family: var(--font-display); font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--dark); flex-shrink: 0; }
.ts { color: rgba(13,12,10,0.35) !important; font-size: 0.55rem !important; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── GALLERY ── */
.gallery-section { background: var(--bg); }
.gallery-header {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 40px; flex-wrap: wrap; gap: 16px;
}
.gallery-header .section-title { margin-bottom: 0; }
.gallery-aside { font-size: 0.875rem; color: var(--muted); line-height: 1.6; text-align: right; }
.gallery-masonry { columns: 3; column-gap: 14px; }
.gal-card {
  break-inside: avoid; border-radius: 18px; overflow: hidden;
  margin-bottom: 14px; position: relative; cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
}
.gal-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gal-card:hover { transform: scale(1.02); box-shadow: 0 12px 40px rgba(0,0,0,0.2); }
.gc-1 { aspect-ratio: 3/4;   background: linear-gradient(160deg, #ffd5d5 0%, #ff6b6b 45%, #7a0000 100%); }
.gc-2 { aspect-ratio: 1/1;   background: linear-gradient(160deg, #f8f0ff 0%, #dbb8f8 50%, #9b59b6 100%); }
.gc-3 { aspect-ratio: 2/3;   background: linear-gradient(160deg, #1a0a2e 0%, #3d1068 55%, #9b7de0 100%); }
.gc-4 { aspect-ratio: 3/4;   background: linear-gradient(160deg, #f5ead6 0%, #c9a86e 55%, #6a4510 100%); }
.gc-5 { aspect-ratio: 1/1;   background: linear-gradient(160deg, #f5e6c8 0%, #c8a45e 50%, #1e0f00 100%); }
.gc-6 { aspect-ratio: 4/5;   background: linear-gradient(160deg, #d4f0f0 0%, #4ecdc4 55%, #1a5c5a 100%); }
.gal-overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 28px 14px 14px;
  background: linear-gradient(to top, rgba(0,0,0,0.72) 0%, transparent 100%);
}
.gal-overlay span {
  color: rgba(255,255,255,0.92); font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
}

/* ── ABOUT ── */
.about-section { background: var(--card); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about-photo {
  width: 100%; aspect-ratio: 3/4; border-radius: 22px;
  background: linear-gradient(145deg, #0d0c0a 0%, #2a1e0e 55%, var(--gold) 100%);
  position: relative; overflow: hidden;
}
.about-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 22px; }
.about-photo::after {
  content: 'Mia Chen';
  position: absolute; bottom: 24px; left: 24px; z-index: 1;
  font-family: var(--font-display); font-size: 1.4rem; font-weight: 700;
  color: rgba(255,255,255,0.92); text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}
.about-stats {
  display: flex; border: 1px solid var(--border); border-radius: 14px;
  overflow: hidden; margin-top: 18px;
}
.ast { flex: 1; padding: 16px 12px; text-align: center; border-right: 1px solid var(--border); display: flex; flex-direction: column; gap: 3px; }
.ast:last-child { border-right: none; }
.ast strong { font-family: var(--font-display); font-size: 1.3rem; font-weight: 700; color: var(--dark); }
.ast span   { font-size: 0.7rem; color: var(--muted); font-weight: 500; }
.about-right .section-title { margin-bottom: 6px; }
.about-desc { font-size: 0.95rem; color: var(--muted); line-height: 1.75; margin-bottom: 16px; }
.about-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.about-tags span {
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  background: var(--gold-lt); color: #7a5510; padding: 5px 12px; border-radius: 50px;
}

/* ── SERVICES ── */
.services-section { background: var(--dark); }
.services-header { text-align: center; margin-bottom: 52px; }
.services-sub { font-size: 0.875rem; color: rgba(255,255,255,0.35); max-width: 460px; margin: 0 auto; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pricing-card {
  border: 1px solid rgba(255,255,255,0.09); border-radius: 20px;
  padding: 32px 24px; display: flex; flex-direction: column;
  background: rgba(255,255,255,0.03); transition: border-color 0.2s;
}
.pricing-card:hover { border-color: rgba(201,168,110,0.35); }
.pc-featured {
  background: rgba(201,168,110,0.07); border-color: rgba(201,168,110,0.35);
}
.pc-popular {
  font-size: 0.62rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 10px;
}
.pc-spacer { height: 22px; }
.pc-tier   { font-family: var(--font-display); font-size: 1.35rem; font-weight: 700; color: #fff; margin-bottom: 16px; }
.pc-price-wrap { margin-bottom: 24px; }
.pc-from   { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.35); margin-bottom: 2px; }
.pc-price  { font-family: var(--font-display); font-size: 2.8rem; font-weight: 700; color: var(--gold); line-height: 1; }
.pc-list   { list-style: none; display: flex; flex-direction: column; gap: 10px; flex: 1; margin-bottom: 28px; }
.pc-list li { font-size: 0.83rem; color: rgba(255,255,255,0.5); padding-left: 16px; position: relative; line-height: 1.45; }
.pc-list li::before { content: '—'; position: absolute; left: 0; color: var(--gold); font-size: 0.7rem; top: 1px; }
.pc-btn {
  border: 1px solid rgba(255,255,255,0.18); background: transparent;
  color: rgba(255,255,255,0.65); padding: 11px 20px; border-radius: 50px;
  font-size: 0.83rem; font-weight: 600; cursor: pointer; transition: all 0.2s;
}
.pc-btn:hover { border-color: rgba(255,255,255,0.45); color: #fff; }
.pc-btn-gold { background: var(--gold); color: var(--dark); border-color: var(--gold); }
.pc-btn-gold:hover { background: #dbb97e; border-color: #dbb97e; }

/* ── TESTIMONIALS ── */
.testimonials-section { background: var(--bg); }
.testimonials-inner { max-width: 840px; margin: 0 auto; }
.testimonial { padding: 52px 0; }
.t-quote {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.5vw, 1.65rem);
  font-style: italic; font-weight: 400; color: var(--text);
  line-height: 1.55; margin-bottom: 24px;
}
.t-quote::before {
  content: '\201C';
  font-size: 5rem; color: var(--gold); line-height: 0;
  vertical-align: -0.35em; margin-right: 4px;
  font-family: var(--font-display);
}
.t-meta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.t-stars   { color: var(--gold); font-size: 0.85rem; letter-spacing: 2px; }
.t-name    { font-family: var(--font-display); font-size: 0.95rem; font-weight: 600; color: var(--text); }
.t-service { font-size: 0.78rem; color: var(--muted); }
.t-rule    { height: 1px; background: var(--border); }

/* ── BOOKING ── */
.booking-section { background: var(--dark); }
.booking-inner { max-width: 700px; margin: 0 auto; text-align: center; }
.booking-top { margin-bottom: 44px; }
.booking-sub { font-size: 0.9rem; color: rgba(255,255,255,0.4); line-height: 1.7; max-width: 500px; margin: 0 auto; }
.booking-form {
  text-align: left; background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08); border-radius: 22px; padding: 36px;
}
.booking-success { display: none; padding: 48px 20px; }
.booking-success.visible { display: block; }
#bookingForm.hidden { display: none; }
.success-icon { font-size: 2.5rem; color: var(--gold); margin-bottom: 16px; }
.booking-success h3 { font-family: var(--font-display); font-size: 2rem; font-weight: 700; color: #fff; margin-bottom: 10px; }
.booking-success p  { font-size: 0.875rem; color: rgba(255,255,255,0.4); margin-bottom: 20px; }
.booking-success button { font-size: 0.85rem; color: var(--gold); background: none; border: none; cursor: pointer; text-decoration: underline; }
.form-row-2  { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form-group  { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-row-2 .form-group { margin-bottom: 0; }
.form-group label {
  font-size: 0.68rem; font-weight: 700; color: rgba(255,255,255,0.4);
  letter-spacing: 0.1em; text-transform: uppercase;
}
.form-group input,
.form-group select,
.form-group textarea {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px; padding: 11px 14px; font-size: 0.875rem;
  font-family: var(--font-body); color: #fff; outline: none; transition: border-color 0.2s;
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: rgba(255,255,255,0.2); }
.form-group select option { background: #1a1916; color: #fff; }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: rgba(201,168,110,0.5); }
.form-group textarea { resize: vertical; }
.btn-submit {
  width: 100%; background: var(--gold); color: var(--dark); border: none;
  padding: 14px 24px; border-radius: 50px; font-size: 0.9rem; font-weight: 700;
  cursor: pointer; transition: background 0.2s; margin-top: 4px;
}
.btn-submit:hover { background: #dbb97e; }

/* ── FOOTER ── */
.footer { background: #080706; border-top: 1px solid rgba(255,255,255,0.05); padding: 28px 0; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; }
.footer-logo { font-family: var(--font-display); font-size: 0.9rem; font-weight: 700; color: rgba(255,255,255,0.28); letter-spacing: 0.06em; }
.footer-copy { font-size: 0.72rem; color: rgba(255,255,255,0.16); }
.footer-dev  { display: flex; align-items: center; gap: 6px; font-size: 0.72rem; color: rgba(255,255,255,0.16); }
.footer-dev a { color: var(--gold); font-weight: 700; transition: color 0.2s; }
.footer-dev a:hover { color: #fff; }

/* ── FADE-IN ── */
.fade-up { opacity: 0; transform: translateY(16px); transition: opacity 0.55s ease, transform 0.55s ease; }
.fade-up.visible { opacity: 1; transform: none; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .pricing-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; gap: 16px; }
  .gallery-masonry { columns: 2; }
}

@media (max-width: 768px) {
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: flex; }

  .section    { padding: 64px 0; }
  .container  { padding: 0 20px; }

  .hero-inner { padding: 60px 20px 40px; }
  .hero-foot  { padding: 20px; gap: 12px; }

  .gallery-header { flex-direction: column; align-items: flex-start; }
  .gallery-aside  { text-align: left; }

  .about-grid { grid-template-columns: 1fr; gap: 36px; }
  .about-photo { aspect-ratio: 4/3; }

  .booking-form { padding: 24px 20px; }
  .form-row-2   { grid-template-columns: 1fr; }

  .footer-inner { flex-direction: column; align-items: center; text-align: center; gap: 10px; }
}

@media (max-width: 480px) {
  .section    { padding: 52px 0; }
  .container  { padding: 0 16px; }
  .hero-inner { padding: 48px 16px 32px; }
  .hero-heading { font-size: clamp(2.8rem, 12vw, 4rem); }
  .gallery-masonry { columns: 2; column-gap: 10px; }
  .gal-card   { margin-bottom: 10px; }
  .booking-form { padding: 20px 16px; }
  .testimonial { padding: 36px 0; }
}
