@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Inter:wght@300;400;500;600&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: auto; }

:root {
  --ivory:      #FFF5FB;
  --ivory-dk:   #FEE0F4;
  --dark:       #1A1010;
  --dark-2:     #2C2018;
  --rose:       #E8187A;
  --rose-lt:    #FD66C3;
  --gold:       #C9A020;
  --gold-lt:    #E8C040;
  --muted:      rgba(26,16,16,0.52);
  --border:     rgba(232,24,122,0.15);
  --serif:      'Playfair Display', Georgia, serif;
  --sans:       'Inter', system-ui, sans-serif;
  --hot-pink:   #FD66C3;
  --blush:      #FEE0F4;
  --blush-deep: #FDB8E0;
  --rose-deep:  #C4136A;
  --dark-rose:  #2B0828;
  --dark-rose-2:#380838;
  --leaf:       #6B8F5E;
  --leaf-lt:    #9BBF8A;
}

body {
  font-family: var(--sans);
  background: var(--ivory);
  color: var(--dark);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

/* ── Loader ── */
#loader {
  position: fixed; inset: 0; z-index: 9999;
  background: var(--dark);
  display: flex; align-items: center; justify-content: center;
  transition: opacity 0.7s ease;
}
#loader.hidden { opacity: 0; pointer-events: none; }
.loader-inner { display: flex; flex-direction: column; align-items: center; gap: 1.5rem; }
.loader-name {
  font-family: var(--serif); font-size: 1.5rem; font-weight: 400;
  color: var(--ivory); letter-spacing: 0.08em;
}
.loader-line { width: 180px; height: 1px; background: rgba(250,246,240,0.15); }
.loader-fill { height: 100%; width: 0%; background: var(--gold-lt); transition: width 0.12s linear; }

/* ── Header ── */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 0 4vw; height: 70px;
  display: flex; align-items: center; justify-content: space-between;
  transition: background 0.4s, box-shadow 0.4s, transform 0.35s ease;
}
.site-header.scrolled {
  background: white;
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(253,102,195,0.2);
}
.site-header.scrolled .header-nav a { color: var(--rose); }
.site-header.scrolled .header-nav a:hover { color: var(--gold); }
.site-header.scrolled .brand-name { color: var(--dark); opacity: 0.75; }
.site-header.scrolled .nav-book {
  border-color: var(--rose) !important;
  color: var(--rose) !important;
}
.site-header.scrolled .nav-book:hover {
  background: var(--rose) !important;
  color: white !important;
}
.header-brand { display: flex; align-items: center; gap: 8px; text-decoration: none; }
.header-logo {
  height: 46px; width: 46px;
  border-radius: 50%; object-fit: cover;
  display: block; flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(253,102,195,0.35);
}
.brand-name {
  font-family: var(--sans); font-size: 0.78rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.15em;
  color: var(--dark); opacity: 0.7;
}
.site-header.hero-mode .brand-name { color: rgba(255,255,255,0.9); opacity: 1; }

.header-nav { display: flex; align-items: center; gap: 2rem; }
.header-nav a {
  font-family: var(--sans); font-size: 0.8rem; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--dark); text-decoration: none;
  transition: color 0.2s;
}
.site-header.hero-mode .header-nav a { color: rgba(250,246,240,0.75); }
.header-nav a:hover { color: var(--rose); }
.nav-book {
  border: 1px solid var(--rose) !important;
  padding: 8px 20px; color: var(--rose) !important;
  transition: background 0.2s, color 0.2s !important;
}
.nav-book:hover { background: var(--rose) !important; color: white !important; }

/* ── Hero ── */
.hero {
  min-height: 100vh;
  background: var(--hot-pink);
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 100px 4vw 60px;
  position: relative; overflow: hidden;
  gap: 3vw;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 70% 20%, rgba(255,255,255,0.18) 0%, transparent 60%),
    radial-gradient(ellipse 50% 50% at 20% 80%, rgba(232,192,64,0.15) 0%, transparent 60%),
    radial-gradient(ellipse 40% 40% at 50% 50%, rgba(255,255,255,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.hero-left { position: relative; z-index: 1; }
.hero-eyebrow {
  font-family: var(--sans); font-size: 0.72rem; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.22em;
  color: var(--gold-lt); margin-bottom: 1rem;
  opacity: 0;
}
.hero-heading {
  font-family: var(--serif); font-size: clamp(2.8rem, 6.2vw, 6.5rem);
  font-weight: 700; line-height: 0.95;
  color: var(--ivory); margin-bottom: 0;
}
.hero-heading .line { display: block; overflow: hidden; }
.hero-heading .line-inner {
  display: block;
  transform: translateY(110%);
}
.line--italic { font-style: italic; color: var(--gold-lt); }
.hero-divider {
  width: 60px; height: 1px; background: var(--gold-lt);
  margin: 1.25rem 0; transform: scaleX(0); transform-origin: left;
}
.hero-sub {
  font-size: clamp(1rem, 1.4vw, 1.15rem); font-weight: 300;
  color: rgba(250,246,240,0.85); line-height: 1.8;
  max-width: 500px; opacity: 0;
}
.hero-actions {
  display: flex; gap: 1.5rem; align-items: center;
  margin-top: 2.75rem; opacity: 0;
}

/* ── Hero photo grid ── */
.hero-right {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  height: 65vh;
  max-height: 520px;
}
.nail-photo {
  border-radius: 6px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(232,24,122,0.15);
  overflow: hidden;
  position: relative;
}
.nail-photo--1 {
  grid-column: 1; grid-row: 1 / 3;
  background: linear-gradient(145deg, rgba(232,24,122,0.12) 0%, rgba(201,168,76,0.08) 100%);
}
.nail-photo--2 {
  grid-column: 2; grid-row: 1;
  background: linear-gradient(145deg, rgba(201,168,76,0.1) 0%, rgba(232,24,122,0.08) 100%);
}
.nail-photo--3 {
  grid-column: 2; grid-row: 2;
  background: linear-gradient(145deg, rgba(232,24,122,0.08) 0%, rgba(253,102,195,0.12) 100%);
}
.nail-photo::after {
  content: '📸 Add Photo';
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(250,246,240,0.2); font-family: var(--sans);
}

/* ── Buttons ── */
.btn-primary {
  display: inline-flex; align-items: center; justify-content: center;
  position: relative;
  height: 50px; padding: 0 32px;
  background: var(--rose); color: white;
  font-family: var(--sans); font-size: 0.8rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.1em;
  text-decoration: none; border: none; cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}
.btn-primary:hover { background: #C9A020; transform: translateY(-2px); }
.btn-large { height: 56px; padding: 0 42px; font-size: 0.85rem; }
.btn-text {
  font-family: var(--sans); font-size: 0.8rem; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: rgba(250,246,240,0.55); text-decoration: none;
  transition: color 0.2s;
}
.btn-text:hover { color: var(--ivory); }

/* ── Moving strip ── */
.strip {
  background: var(--rose); overflow: hidden;
  padding: 14px 0; white-space: nowrap;
}
.strip-track {
  display: inline-flex; gap: 2rem;
  animation: strip-scroll 22s linear infinite;
}
.strip-track span {
  font-family: var(--sans); font-size: 0.72rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.14em; color: white;
  flex-shrink: 0;
}
.strip-track .sep { opacity: 0.5; }
@keyframes strip-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ── Sections ── */
.section {
  padding: 100px 4vw;
}
.section--services  { background: var(--ivory); padding: 60px 4vw 50px; }
.section--services .section-header { margin-bottom: 1.75rem; }
.section--services .section-heading { font-size: clamp(1.6rem, 3vw, 2.5rem); margin-bottom: 0.6rem; }
.section--kids { background: var(--hot-pink); padding: 60px 4vw 50px; }
.section--kids .section-header { margin-bottom: 1.75rem; }
.section--kids .section-heading { font-size: clamp(1.6rem, 3vw, 2.5rem); margin-bottom: 0.6rem; color: white; }
/* Headings + sub text on all pink background sections → white */
/* .section--about .section-heading uses global gold — no override needed */
/* .section--about .section-heading uses global gold — no override */
.section--about-skip .section-heading,
.section--book .section-heading,
.section--location .section-heading,
.section--cta .section-heading,
.section--giftcards .section-heading,
.section--policy .policy-heading { color: white; }
.section--photos .section-heading { color: var(--gold); }
.section--about-skip .section-num,
.section--book .section-num,
.section--giftcards .section-num,
.section--photos .section-num { color: white; opacity: 0.7; }
.section--about-skip .section-sub,
.section--book .section-sub,
.section--giftcards .section-sub,
.section--photos .section-sub { color: rgba(255,255,255,0.85); }
.section--about-skip .section-rule,
.section--book .section-rule,
.section--giftcards .section-rule,
.section--photos .section-rule { background: var(--gold-lt); }
/* About section — white bg, gold heading, bold black copy */
.section--about .about-body { color: var(--dark); font-weight: 700; }
.section--about .about-body strong { color: var(--dark); font-weight: 700; }
.section--about .about-quote { color: var(--dark); font-weight: 700; border-left-color: var(--gold); }
.section--about .stat-val { color: var(--gold); }
.section--about .stat-desc { color: var(--dark); font-weight: 600; }
/* Book section text on pink */
.section--book .step h3 { color: white; }
.section--book .step p { color: rgba(255,255,255,0.85); }
.section--book .step-num { color: var(--gold-lt); }
.section--book .book-note { color: rgba(255,255,255,0.8); }
/* CTA section on pink */
.section--cta .cta-eyebrow { color: rgba(255,255,255,0.8); }
.section--cta .cta-heading { color: white; }
.section--philosophy { background: white; padding: 100px 4vw; position: relative; overflow: hidden; }
.phil-header { margin-bottom: 3rem; }
.phil-heading { color: var(--ivory); font-size: clamp(1.8rem, 3.5vw, 3rem); }
.phil-rule { background: var(--rose); }
.section--about     { background: white; }
.section--book      { background: var(--hot-pink); }
.section--location  { background: white; }
.section--cta       { background: var(--hot-pink); }

.section-header { margin-bottom: 4rem; max-width: 600px; }
.section-num {
  display: block;
  font-family: var(--sans); font-size: 0.65rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.25em;
  color: var(--gold); margin-bottom: 1.25rem;
}
.section--location .section-num { color: var(--gold); opacity: 0.75; }
.section-heading {
  font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 600; line-height: 1.1;
  color: var(--gold); margin-bottom: 1rem;
}
.section--location .section-heading { color: var(--gold); }
.section-rule {
  width: 50px; height: 2px; background: var(--gold);
  margin-bottom: 1.25rem;
}
.section-sub {
  font-size: 1rem; font-weight: 300; color: var(--muted); line-height: 1.7;
}

/* ── Services list ── */
.services-list { display: flex; flex-direction: column; max-width: 900px; }
.svc-item {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.1rem 0.75rem;
  border-bottom: 1px solid var(--border);
  border-left: 3px solid transparent;
  gap: 1.5rem;
  transition: background 0.2s, border-left-color 0.2s;
  border-radius: 0 6px 6px 0;
}
.svc-item:first-child { border-top: 1px solid var(--border); }
.svc-item:hover { background: var(--blush); border-left-color: var(--rose); }
.svc-left { display: flex; align-items: flex-start; gap: 1.5rem; flex: 1; }
.svc-index {
  font-family: var(--sans); font-size: 0.65rem; font-weight: 600;
  letter-spacing: 0.2em; color: var(--gold); flex-shrink: 0;
  padding-top: 4px;
}
.svc-info h3 {
  font-family: var(--serif); font-size: 1.4rem; font-weight: 600;
  color: var(--dark); margin-bottom: 0.3rem;
}
.svc-info p { font-size: 0.88rem; color: var(--muted); line-height: 1.6; }
.svc-book {
  font-family: var(--sans); font-size: 0.72rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: white; text-decoration: none; flex-shrink: 0;
  background: var(--rose);
  border: none; border-radius: 20px;
  padding: 0.4rem 1rem;
  transition: background 0.2s, transform 0.15s;
  cursor: pointer;
}
.svc-book:hover { background: var(--rose-deep); transform: translateY(-1px); }

/* ── Philosophy ── */
.philosophy-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 3px; max-width: 1100px;
}
.philosophy-card {
  padding: 3rem 2.5rem;
  background: white;
  border-top: 3px solid var(--rose);
  transition: background 0.25s, box-shadow 0.25s;
}
.philosophy-card:hover { background: var(--blush); box-shadow: 0 4px 20px rgba(253,102,195,0.12); }
.phil-num {
  font-family: var(--serif); font-style: italic; font-size: 1.5rem;
  color: var(--rose); margin-bottom: 1rem;
}
.philosophy-card h3 {
  font-family: var(--serif); font-size: 1.35rem; font-weight: 600;
  color: var(--gold); margin-bottom: 0.75rem; line-height: 1.3;
}
.philosophy-card p { font-size: 1.05rem; color: var(--muted); line-height: 1.85; }

/* ── About ── */
.about-wrap { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 6vw; align-items: start; max-width: 1100px; }
.about-text .section-num { margin-bottom: 0.75rem; }
.about-body {
  font-size: 1rem; font-weight: 300; color: var(--muted);
  line-height: 1.85; margin-bottom: 1.25rem;
}
.about-body strong { color: var(--dark); font-weight: 600; }
.about-quote {
  font-family: var(--serif); font-style: italic; font-size: 1.15rem;
  color: var(--rose); border-left: 2px solid var(--rose);
  padding-left: 1.25rem; margin-top: 1.5rem;
  line-height: 1.5;
}
.about-stats {
  background: var(--ivory); padding: 2.5rem 2rem;
  display: flex; flex-direction: column; gap: 2rem;
  position: sticky; top: 100px;
}
.stat-block { text-align: left; }
.stat-val {
  font-family: var(--serif); font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 700; color: var(--rose); line-height: 1;
  margin-bottom: 0.4rem;
}
.stat-val span { font-size: 0.55em; opacity: 0.7; }
.stat-desc {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--muted); font-weight: 500;
}
.stat-divider { height: 1px; background: var(--border); }

/* ── Steps ── */
.steps {
  display: flex; gap: 1.5rem; align-items: flex-start;
  max-width: 1000px; margin-bottom: 4rem;
}
.step { flex: 1; }
.step-num {
  font-family: var(--sans); font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.2em; color: var(--gold); margin-bottom: 1rem;
}
.step h3 {
  font-family: var(--serif); font-size: 1.15rem; font-weight: 600;
  color: var(--dark); margin-bottom: 0.5rem; line-height: 1.3;
}
.step p { font-size: 0.88rem; color: var(--muted); line-height: 1.65; }
.step-arrow {
  font-size: 1.5rem; color: var(--rose-lt); padding-top: 1.5rem;
  flex-shrink: 0; opacity: 0.5;
}
.book-cta { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.book-note { font-size: 0.82rem; color: var(--muted); }

/* ── Location ── */
.location-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; max-width: 900px; }
.loc-block h4 {
  font-family: var(--sans); font-size: 0.65rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.2em;
  color: var(--gold); margin-bottom: 1rem;
}
.loc-block p {
  font-size: 0.92rem; color: var(--dark); line-height: 1.75;
  margin-bottom: 0.3rem;
}
.loc-block a { color: var(--dark); text-decoration: none; transition: color 0.2s; }
.loc-block a:hover { color: var(--rose); }
.loc-link { color: var(--gold) !important; font-weight: 600; display: inline-block; margin-top: 0.5rem; }
.loc-closed { color: var(--muted) !important; font-size: 0.82rem !important; }

/* ── CTA section ── */
.section--cta { text-align: center; padding: 120px 4vw; }
.cta-inner { max-width: 600px; margin: 0 auto; }
.cta-eyebrow {
  font-family: var(--sans); font-size: 0.72rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.22em;
  color: rgba(255,255,255,0.65); margin-bottom: 1.5rem;
}
.cta-heading {
  font-family: var(--serif); font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 700; color: white; line-height: 1.1; margin-bottom: 2.5rem;
}
.cta-heading em { font-style: italic; }
.section--cta .btn-primary {
  background: white; color: var(--rose);
}
.section--cta .btn-primary:hover { background: var(--ivory); transform: translateY(-2px); }

/* ── Footer ── */
.site-footer { background: var(--hot-pink); padding: 4rem 4vw 2rem; }
.footer-inner {
  display: grid; grid-template-columns: 1.5fr 1fr 1.5fr;
  gap: 3rem; max-width: 1000px; margin: 0 auto 3rem;
  padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,0.12);
}
.footer-logo {
  width: 72px; height: 72px;
  border-radius: 50%; object-fit: cover;
  display: block; margin-bottom: 0.75rem;
  box-shadow: 0 4px 16px rgba(253,102,195,0.4);
  border: 2px solid rgba(232,192,64,0.5);
}
.footer-tagline { font-size: 0.82rem; color: rgba(255,220,245,0.55); }
.footer-links { display: flex; flex-direction: column; gap: 0.6rem; }
.footer-links a {
  font-size: 0.83rem; color: rgba(250,246,240,0.45); text-decoration: none;
  transition: color 0.2s; text-transform: uppercase; letter-spacing: 0.08em;
}
.footer-links a:hover { color: var(--rose-lt); }
.footer-contact p { font-size: 0.83rem; color: rgba(250,246,240,0.45); margin-bottom: 0.4rem; }
.footer-contact a { color: rgba(250,246,240,0.45); text-decoration: none; transition: color 0.2s; }
.footer-contact a:hover { color: var(--gold-lt); }
.footer-bottom {
  max-width: 1000px; margin: 0 auto;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem;
}
.footer-bottom p { font-size: 0.72rem; color: rgba(250,246,240,0.2); }
.footer-bottom a { color: var(--rose); text-decoration: none; }
.footer-admin-link { color: rgba(250,246,240,0.2) !important; font-size: 0.7rem; letter-spacing: 0.05em; }
.footer-admin-link:hover { color: rgba(250,246,240,0.55) !important; }

/* ── Section heading clip-path will-change ── */
.section-heading { will-change: clip-path; }


/* ── More pink: philosophy card left border ── */
.philosophy-card {
  border-left: 3px solid rgba(232,24,122,0.35);
}
.philosophy-card:hover {
  border-left-color: var(--rose);
}

/* ── More pink: thin accent line under header on scroll ── */
.site-header.scrolled::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--rose), transparent);
  opacity: 0.5;
}

/* ── More pink: footer brand accent ── */
.footer-name { border-bottom: 1px solid rgba(232,24,122,0.2); padding-bottom: 0.5rem; margin-bottom: 0.5rem; }

/* ── CTA section floral corners (CSS only) ── */
.section--cta { position: relative; overflow: hidden; }
.section--cta::before,
.section--cta::after {
  content: '';
  position: absolute;
  width: 180px; height: 180px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 170 C40 140 80 100 120 60 C150 30 165 15 175 5' stroke='%23ffffff' stroke-width='1.2' stroke-linecap='round' opacity='0.25'/%3E%3Cpath d='M10 140 Q30 120 40 110' stroke='%23ffffff' stroke-width='0.8' opacity='0.2'/%3E%3Ccircle cx='40' cy='108' r='10' fill='%23ffffff' opacity='0.15'/%3E%3Ccircle cx='40' cy='108' r='4' fill='%23ffffff' opacity='0.25'/%3E%3Ccircle cx='80' cy='70' r='8' fill='%23ffffff' opacity='0.12'/%3E%3Ccircle cx='80' cy='70' r='3' fill='%23ffffff' opacity='0.2'/%3E%3Ccircle cx='120' cy='38' r='6' fill='%23ffffff' opacity='0.1'/%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.section--cta::before { bottom: -20px; left: -20px; transform: rotate(0deg); }
.section--cta::after  { top: -20px; right: -20px; transform: rotate(180deg); }

/* ── Button shimmer + pulse ring ── */
@keyframes btn-shimmer {
  0%   { background-position: -250% center; }
  100% { background-position: 250% center; }
}
@keyframes btn-ring {
  0%   { transform: scale(1);    opacity: 0.7; }
  100% { transform: scale(1.5);  opacity: 0;   }
}
.btn-primary {
  overflow: visible;
  background: linear-gradient(105deg, #8B6914 0%, #C9A020 38%, #E8C040 50%, #C9A020 62%, #8B6914 100%);
  background-size: 250% 100%;
  animation: btn-shimmer 2.8s linear infinite;
}
.btn-primary::after {
  content: '';
  position: absolute; inset: -4px;
  border: 2px solid var(--gold-lt);
  border-radius: 2px;
  opacity: 0; pointer-events: none;
  animation: btn-ring 2.2s ease-out infinite;
}
.btn-primary:hover { animation: none; background: var(--gold); transform: translateY(-2px); }
.btn-primary:hover::after { animation: none; opacity: 0; }

/* CTA button on pink bg */
.section--cta .btn-primary {
  background: linear-gradient(105deg, #e8e0d8 0%, white 38%, #FFF5FB 50%, white 62%, #e8e0d8 100%);
  background-size: 250% 100%;
  color: var(--rose);
  animation: btn-shimmer 2.8s linear infinite;
}
.section--cta .btn-primary::after { border-color: var(--gold-lt); }
.section--cta .btn-primary:hover { animation: none; background: white; color: var(--rose); }

/* ── Kids section ── */
.section--kids { background: #FFD6F0; padding: 60px 4vw 60px; }

/* Princess hero card */
.princess-hero {
  position: relative;
  background: linear-gradient(135deg, #FD66C3 0%, #FD66C3 40%, #FEB8E4 100%);
  border-radius: 20px;
  padding: 2rem 2.5rem 1.75rem;
  text-align: center;
  overflow: hidden;
  margin-bottom: 2rem;
  box-shadow: 0 12px 40px rgba(253,102,195,0.4);
}
.princess-flowers {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  pointer-events: none; opacity: 0.9;
}
.princess-content { position: relative; z-index: 2; }
.princess-crown {
  font-size: 2.5rem; line-height: 1;
  filter: drop-shadow(0 2px 8px rgba(253,102,195,0.4));
  animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-8px); }
}
.princess-title {
  font-family: var(--serif); font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700; color: white;
  text-shadow: 0 2px 12px rgba(140,40,100,0.4);
  margin: 0.5rem 0 0.25rem;
}
.princess-age {
  font-size: 0.9rem; color: rgba(255,255,255,0.88);
  letter-spacing: 0.04em; margin-bottom: 1.25rem;
}
.princess-prices {
  display: flex; gap: 0.75rem; justify-content: center;
  flex-wrap: wrap; margin-bottom: 1.25rem;
}
.pp-pill {
  background: rgba(255,255,255,0.28); color: white;
  border: 1.5px solid rgba(255,255,255,0.5);
  border-radius: 30px; padding: 0.4rem 1rem;
  font-size: 0.85rem; backdrop-filter: blur(4px);
}
.pp-pill strong { font-weight: 700; }
.princess-scroll {
  display: inline-block; color: rgba(255,255,255,0.85);
  font-size: 0.82rem; letter-spacing: 0.05em;
  text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.4);
  padding-bottom: 2px; transition: color 0.2s;
}
.princess-scroll:hover { color: white; }

/* Sparkle animations */
.sparkle {
  position: absolute; font-size: 1.1rem; color: white; opacity: 0;
  animation: sparkle 2.5s ease-in-out infinite;
  pointer-events: none;
}
.s1 { top: 12%; left: 8%;  animation-delay: 0s; }
.s2 { top: 18%; right: 10%; animation-delay: 0.5s; font-size: 0.8rem; }
.s3 { top: 65%; left: 5%;  animation-delay: 1s; font-size: 0.7rem; }
.s4 { top: 70%; right: 8%; animation-delay: 1.5s; }
.s5 { top: 35%; left: 50%; animation-delay: 0.75s; font-size: 0.65rem; }
@keyframes sparkle {
  0%,100% { opacity: 0; transform: scale(0.5); }
  50%      { opacity: 0.9; transform: scale(1.2); }
}

/* Kids service cards */
.kids-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.kids-svc-card {
  background: white;
  border: 2px solid rgba(253,102,195,0.25);
  border-radius: 16px;
  padding: 1.25rem 1.25rem;
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}
.kids-svc-card:hover {
  border-color: rgba(253,102,195,0.5);
  box-shadow: 0 8px 30px rgba(253,102,195,0.12);
  transform: translateY(-3px);
}
.kids-svc-header {
  display: flex; align-items: center; gap: 0.6rem;
  margin-bottom: 1.1rem;
}
.kids-svc-icon { font-size: 1.4rem; }
.kids-svc-header h3 {
  font-family: var(--sans); font-size: 1.15rem; font-weight: 700;
  color: var(--dark); letter-spacing: -0.01em;
}
.kids-price-table {
  width: 100%; border-collapse: collapse; margin-bottom: 0.6rem;
}
.kids-price-table td {
  padding: 0.45rem 0; font-size: 1rem; color: var(--dark);
  border-bottom: 1px solid rgba(253,102,195,0.1);
}
.kids-price-table tr:last-child td { border-bottom: none; }
.kpt-price {
  text-align: right; font-weight: 600; color: var(--rose);
}
.kids-notip {
  font-size: 0.75rem; color: var(--muted); font-style: italic;
  margin-bottom: 0.9rem;
}
.kids-specialty-label {
  font-size: 0.72rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.1em; color: #FD66C3; margin: 0.75rem 0 0.4rem;
}
.kids-addons {
  background: #FFF0F8; border-radius: 10px;
  padding: 0.75rem 0.9rem; margin: 0.9rem 0 1.1rem;
}
.kids-addon-label {
  font-size: 0.7rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.1em; color: #FD66C3; margin-bottom: 0.5rem;
}
.kids-addon-row {
  display: flex; justify-content: space-between;
  font-size: 0.95rem; color: var(--dark); padding: 0.25rem 0;
}
.kids-book-btn {
  display: block; width: 100%; text-align: center;
  background: linear-gradient(135deg, #FD66C3, #FD66C3);
  color: white; border: none; border-radius: 30px;
  padding: 0.65rem 1rem; font-size: 0.85rem; font-weight: 600;
  text-decoration: none; cursor: pointer;
  transition: opacity 0.2s, transform 0.2s;
  box-shadow: 0 4px 15px rgba(253,102,195,0.3);
}
.kids-book-btn:hover { opacity: 0.88; transform: translateY(-2px); }

/* ── Service sub-menus ── */
.svc-expand {
  background: none; border: 1px solid var(--rose);
  color: var(--rose); border-radius: 4px;
  padding: 0.35rem 0.75rem; cursor: pointer;
  font-family: var(--sans); font-size: 0.78rem; font-weight: 600;
  white-space: nowrap; transition: background 0.2s, color 0.2s;
}
.svc-expand:hover { background: var(--rose); color: white; }
.svc-expand.open { background: var(--rose); color: white; }

.svc-submenu {
  display: none;
  background: var(--ivory-dk);
  border-left: 3px solid var(--rose);
  border-radius: 0 10px 10px 0;
  margin: 0.25rem 0 0.5rem 2.5rem;
  padding: 0.5rem 0;
  animation: fadeIn 0.2s ease;
}
.svc-submenu.open { display: block; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }

.submenu-row {
  display: flex; align-items: flex-start; justify-content: space-between;
  gap: 1rem; padding: 0.75rem 1.25rem;
  border-bottom: 1px solid rgba(26,16,16,0.06);
}
.submenu-row:last-child { border-bottom: none; }
.sm-name {
  font-family: var(--sans); font-size: 0.9rem; font-weight: 600;
  color: var(--dark); display: block; margin-bottom: 0.2rem;
}
.sm-desc {
  font-size: 0.78rem; color: var(--muted);
  line-height: 1.5; max-width: 480px;
}
.sm-right {
  display: flex; align-items: center; gap: 0.75rem;
  flex-shrink: 0;
}
.sm-price {
  font-family: var(--serif); font-size: 1rem;
  font-weight: 600; color: var(--rose); white-space: nowrap;
}
.sm-book {
  background: var(--rose); color: white; border: none;
  border-radius: 4px; padding: 0.35rem 0.75rem;
  font-family: var(--sans); font-size: 0.78rem;
  font-weight: 600; cursor: pointer;
  transition: background 0.2s;
}
.sm-book:hover { background: var(--rose-deep); }


/* ── Real flower photo accents ── */
.section--services  { position: relative; overflow: visible; }
.section--about     { position: relative; overflow: hidden; }
.section--book      { position: relative; overflow: hidden; }
.section-header     { position: relative; overflow: visible; }

/* heading/princess flower classes removed — replaced by cartoon SVG flowers */

/* ── Booking modal: sub-options ── */
.bk-sub-hint {
  font-size: 0.82rem; color: var(--muted); margin-bottom: 0.75rem;
}
.bk-sub-list {
  display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 1rem;
}
.bk-sub-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.85rem 1rem;
  background: var(--ivory-dk); border: 1.5px solid var(--border);
  border-radius: 8px; cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  font-family: var(--sans);
}
.bk-sub-row:hover { border-color: var(--rose); background: #FFF0F8; }
.bk-sub-row.selected { border-color: var(--rose); background: #FFF0F8; }
.bk-sub-label { font-size: 0.9rem; font-weight: 500; color: var(--dark); }
.bk-sub-price { font-family: var(--serif); font-size: 0.95rem; font-weight: 600; color: var(--rose); }

/* ── Reveal animation base states ── */
.reveal-up {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.75s cubic-bezier(0.16,1,0.3,1), transform 0.75s cubic-bezier(0.16,1,0.3,1);
}
.reveal-up.in-view { opacity: 1; transform: translateY(0); }

/* ── Mobile ── */
@media (max-width: 767px) {
  .header-nav { display: none; }
  .hero { padding: 100px 6vw 60px; grid-template-columns: 1fr; }
  .hero-right { display: none; }
  .hero-heading { font-size: clamp(2.8rem, 12vw, 5rem); }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .section { padding: 70px 6vw; }
  .philosophy-grid { grid-template-columns: 1fr; gap: 2px; }
  .kids-cards { grid-template-columns: 1fr; }
  .princess-hero { padding: 2rem 1.25rem 1.75rem; }
  .about-wrap { grid-template-columns: 1fr; gap: 3rem; }
  .about-stats { position: static; }
  .steps { flex-direction: column; gap: 2rem; }
  .step-arrow { display: none; }
  .location-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-inner { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; }
  .strip-track { gap: 1.5rem; }
}

/* ══════════════════════════════════════════
   BOOKING MODAL
   ══════════════════════════════════════════ */

#bk-overlay {
  position: fixed; inset: 0; z-index: 2000;
  background: rgba(13,8,16,0.88);
  display: flex; align-items: center; justify-content: center;
  padding: 1rem;
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s;
}
#bk-overlay.open { opacity: 1; pointer-events: all; }

.bk-modal {
  background: var(--ivory); border-radius: 12px;
  width: 100%; max-width: 640px; max-height: 96vh;
  display: flex; flex-direction: column;
  position: relative;
  transform: translateY(20px);
  transition: transform 0.35s;
}
#bk-overlay.open .bk-modal { transform: translateY(0); }

.bk-close {
  position: absolute; top: 14px; right: 16px;
  background: none; border: none; font-size: 1.3rem;
  cursor: pointer; color: rgba(26,16,16,0.4);
  line-height: 1; z-index: 1;
}
.bk-close:hover { color: var(--rose); }

.bk-header {
  padding: 1.75rem 2rem 1.25rem;
  border-bottom: 1px solid var(--border);
}
.bk-logo {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--serif); font-size: 1.0rem; font-weight: 600;
  color: var(--dark); margin-bottom: 1rem;
}
.bk-logo span { color: var(--rose); }
.bk-logo-img {
  width: 36px; height: 36px;
  border-radius: 50%; object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(253,102,195,0.3);
}
.bk-progress { display: flex; gap: 8px; margin-bottom: 0.5rem; }
.bk-step-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(26,16,16,0.15);
  transition: background 0.3s;
}
.bk-step-dot.active { background: var(--rose); }
.bk-step-dot.done   { background: var(--gold); }
.bk-step-label {
  font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--muted);
}

.bk-body { padding: 1.75rem 2rem 1.5rem; overflow-y: auto; flex: 1; min-height: 0; }
.bk-title {
  font-family: var(--serif); font-size: 1.4rem; font-weight: 600;
  color: var(--dark); margin-bottom: 1.25rem;
}

/* Service + employee cards */
.bk-grid { display: grid; gap: 0.75rem; margin-bottom: 1.5rem; }
.bk-services { grid-template-columns: repeat(3, 1fr); }
.bk-employees { grid-template-columns: repeat(2, 1fr); }

.bk-card {
  background: white; border: 1.5px solid var(--border);
  border-radius: 8px; padding: 1rem;
  cursor: pointer; text-align: left;
  display: flex; flex-direction: column; gap: 0.3rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.bk-card:hover { border-color: rgba(232,24,122,0.4); }
.bk-card.selected {
  border-color: var(--rose);
  box-shadow: 0 0 0 3px rgba(232,24,122,0.12);
}
.bk-card-icon { font-size: 1.5rem; }
.bk-card-name { font-family: var(--serif); font-size: 0.95rem; font-weight: 600; color: var(--dark); }
.bk-card-desc { font-size: 0.78rem; color: var(--muted); line-height: 1.4; }
.bk-card-note {
  font-size: 0.72rem; font-weight: 600; color: var(--rose);
  background: rgba(232,24,122,0.08); border: 1px solid rgba(232,24,122,0.2);
  border-radius: 4px; padding: 2px 7px; margin-top: 0.2rem;
  display: inline-block;
}
.bk-emp-avatar {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--rose); color: white;
  font-family: var(--serif); font-size: 1rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 0.4rem;
}

/* Calendar */
.cal-wrap { margin-bottom: 1.25rem; }
.cal-nav {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 0.75rem;
}
.cal-nav span { font-family: var(--serif); font-size: 1rem; font-weight: 600; color: var(--dark); }
.cal-nav button {
  background: none; border: 1px solid var(--border);
  border-radius: 4px; width: 32px; height: 32px;
  cursor: pointer; font-size: 1.1rem; color: var(--dark);
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s;
}
.cal-nav button:hover { background: var(--ivory-dk); }
.cal-grid {
  display: grid; grid-template-columns: repeat(7, 1fr); gap: 3px;
}
.cal-head {
  font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--muted); text-align: center; padding: 4px 0;
  font-family: var(--sans);
}
.cal-cell {
  height: 40px; border-radius: 4px; border: none;
  background: none; cursor: pointer; font-size: 0.85rem;
  display: flex; align-items: center; justify-content: center;
  color: var(--dark); transition: background 0.15s, color 0.15s;
}
.cal-cell:hover:not(.disabled):not(.empty) { background: var(--ivory-dk); }
.cal-cell.selected { background: var(--rose); color: white; }
.cal-cell.disabled { color: rgba(26,16,16,0.2); cursor: default; }
.cal-cell.empty { background: none; cursor: default; }

/* Time slots */
.bk-times { margin-bottom: 1.25rem; }
.bk-times-label { font-size: 0.8rem; color: var(--muted); margin-bottom: 0.6rem; }
.bk-times-hint { font-size: 0.85rem; color: var(--muted); margin-bottom: 1.25rem; font-style: italic; }
.bk-time-grid { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.bk-time {
  padding: 7px 14px; border-radius: 4px;
  border: 1.5px solid var(--border); background: white;
  font-size: 0.82rem; cursor: pointer; color: var(--dark);
  transition: border-color 0.15s, background 0.15s;
}
.bk-time:hover { border-color: rgba(232,24,122,0.4); }
.bk-time.selected { border-color: var(--rose); background: rgba(232,24,122,0.06); color: var(--rose); font-weight: 600; }

/* Info form */
.bk-summary-line {
  font-size: 0.82rem; color: var(--rose); font-weight: 600;
  margin-bottom: 1.25rem; letter-spacing: 0.02em;
}
.bk-form { display: flex; flex-direction: column; gap: 0.85rem; margin-bottom: 0.75rem; }
.bk-form label { display: flex; flex-direction: column; gap: 0.35rem; }
.bk-form label span { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); }
.bk-form input {
  padding: 11px 14px; border: 1.5px solid var(--border); border-radius: 4px;
  font-size: 0.92rem; font-family: var(--sans); color: var(--dark);
  background: white; outline: none; transition: border-color 0.2s;
}
.bk-form input:focus { border-color: var(--rose); }
.bk-disclaimer { font-size: 0.75rem; color: var(--muted); margin-bottom: 1rem; }

/* Footer nav */
.bk-footer {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 1rem; border-top: 1px solid var(--border); margin-top: 1rem;
}
.bk-btn-next {
  background: var(--rose); color: white;
  border: none; border-radius: 4px;
  height: 42px; padding: 0 24px;
  font-family: var(--sans); font-size: 0.85rem; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
  cursor: pointer; transition: background 0.2s;
}
.bk-btn-next:hover:not(:disabled) { background: var(--pink-dk, #C4136A); }
.bk-btn-next:disabled { background: rgba(26,16,16,0.15); color: rgba(26,16,16,0.35); cursor: default; }
.bk-btn-back {
  background: none; border: 1.5px solid var(--border); border-radius: 4px;
  height: 42px; padding: 0 20px;
  font-family: var(--sans); font-size: 0.85rem; color: var(--muted);
  cursor: pointer; transition: border-color 0.2s;
}
.bk-btn-back:hover { border-color: var(--dark); color: var(--dark); }

/* Success / Confirm */
.bk-success { text-align: center; padding: 1rem 0; }
.bk-success-icon {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--rose); color: white;
  font-size: 1.5rem; display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1rem;
}
.bk-success h3 { font-family: var(--serif); font-size: 1.6rem; color: var(--dark); margin-bottom: 0.4rem; }
.bk-success > p { font-size: 0.88rem; color: var(--muted); margin-bottom: 1.25rem; }
.bk-confirm-card {
  background: white; border: 1px solid var(--border);
  border-radius: 8px; padding: 1.25rem; margin-bottom: 1rem;
  text-align: left;
}
.bk-confirm-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 0.5rem 0; border-bottom: 1px solid var(--border);
}
.bk-confirm-row:last-child { border-bottom: none; }
.bk-confirm-row span { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); }
.bk-confirm-row strong { font-size: 0.9rem; color: var(--dark); }
.bk-confirm-note { font-size: 0.82rem; color: var(--muted); margin-bottom: 1.25rem; }

/* Floating mobile book button */
#bk-float {
  position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 500;
  background: var(--rose); color: white;
  border: none; border-radius: 30px;
  height: 46px; padding: 0 22px;
  font-family: var(--sans); font-size: 0.82rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  cursor: pointer; box-shadow: 0 4px 20px rgba(232,24,122,0.45);
  transform: translateY(80px); transition: transform 0.3s;
  display: none;
}
#bk-float.visible { transform: translateY(0); }
@media (max-width: 767px) { #bk-float { display: block; } }
@media (max-width: 640px) {
  .bk-services { grid-template-columns: repeat(2,1fr); }
  .bk-employees { grid-template-columns: 1fr; }
}

/* ─── CARTOON FLOWERS ────────────────────── */
.deco-flower {
  display: inline-block; flex-shrink: 0;
  filter: drop-shadow(0 3px 8px rgba(232,24,122,0.28));
  /* Start hidden — JS blooms each flower when it scrolls into view */
  opacity: 0;
  transform: scale(0) rotate(-15deg);
}
.deco-flower--lg { width: 80px; height: 80px; }
.deco-flower--md { width: 56px; height: 56px; }
.deco-flower--sm { width: 38px; height: 38px; }

/* Bloom + sway chained — triggered by JS adding .bloomed */
.deco-flower.bloomed {
  animation:
    flower-bloom 0.75s cubic-bezier(0.34, 1.56, 0.64, 1) forwards,
    flower-sway  4s   ease-in-out var(--sway-start, 0.75s) infinite;
}

@keyframes flower-bloom {
  0%   { opacity: 0; transform: scale(0)    rotate(-15deg); }
  55%  { opacity: 1; transform: scale(1.18) rotate( 6deg);  }
  75%  {             transform: scale(0.91) rotate(-3deg);  }
  90%  {             transform: scale(1.04) rotate( 1deg);  }
  100% { opacity: 1; transform: scale(1)    rotate( 0deg);  }
}

@keyframes flower-sway {
  0%, 100% { transform: rotate(-4deg) scale(1);    }
  50%       { transform: rotate( 4deg) scale(1.05); }
}

.flower-cluster {
  display: flex; align-items: flex-end; gap: 6px;
  pointer-events: none;
}
.section-flower-bar {
  display: flex; align-items: flex-end; justify-content: center;
  gap: 8px; margin-bottom: 1rem; flex-wrap: wrap;
  pointer-events: none;
}
.hero-flowers {
  position: absolute; bottom: 30px; right: 2vw;
  display: flex; align-items: flex-end; gap: 10px;
  opacity: 0.3; z-index: 0; pointer-events: none;
}
.princess-fc--left,
.princess-fc--right {
  position: absolute; top: 10px;
  display: flex; gap: 4px; align-items: flex-end; z-index: 3;
  pointer-events: none;
}
.princess-fc--left  { left: 10px; }
.princess-fc--right { right: 10px; }

@media (max-width: 640px) {
  .princess-fc--left, .princess-fc--right { display: none; }
  .hero-flowers { display: none; }
  .section-flower-bar .deco-flower--lg { width: 52px; height: 52px; }
  .section-flower-bar .deco-flower--md { width: 38px; height: 38px; }
}

/* ─── Service Price Lists ─────────────────── */
.svc-price-list {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.svc-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.82rem;
  color: var(--muted);
  padding: 0.28rem 0;
  border-bottom: 1px solid rgba(26,16,16,0.07);
  max-width: 340px;
}
.svc-price-row:last-child { border-bottom: none; }
.svc-price-row span:last-child { font-weight: 600; color: var(--rose-deep); white-space: nowrap; padding-left: 1rem; }

/* ─── Booking Policy Section ──────────────── */
.section--policy {
  background: var(--hot-pink);
  padding: 56px 4vw;
  text-align: center;
}
.policy-inner { max-width: 680px; margin: 0 auto; }
.policy-heading {
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 700;
  color: var(--ivory);
  margin-bottom: 1.5rem;
  letter-spacing: 0.01em;
}
.policy-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  color: rgba(250,246,240,0.82);
  font-size: 1rem;
  line-height: 1.55;
}
.policy-bold {
  color: var(--rose-lt);
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ─── BOOKING MODAL: Sticky footer ────────── */
.bk-footer-sticky {
  flex-shrink: 0;
  display: flex; justify-content: space-between; align-items: center;
  padding: 1rem 2rem;
  border-top: 1px solid var(--border);
  background: var(--ivory);
  border-radius: 0 0 12px 12px;
}
.bk-btn-done {
  background: var(--dark-rose); color: var(--ivory);
  border: none; border-radius: 4px;
  height: 42px; padding: 0 24px;
  font-family: var(--sans); font-size: 0.85rem; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
  cursor: pointer; transition: background 0.2s;
}
.bk-btn-done:hover { background: var(--dark-rose-2); }
.bk-sub-hint { font-size: 0.85rem; color: var(--muted); margin-bottom: 1rem; }

/* Deposit block */
.bk-deposit-block {
  background: rgba(232,24,122,0.06);
  border: 1px solid rgba(232,24,122,0.2);
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
  text-align: center;
  margin-top: 1.25rem;
}
.bk-deposit-label {
  font-size: 0.88rem; color: var(--dark);
  font-weight: 600; margin-bottom: 1rem; line-height: 1.5;
}
.bk-deposit-btn {
  display: inline-block;
  background: var(--rose); color: white;
  text-decoration: none; border-radius: 6px;
  height: 46px; line-height: 46px;
  padding: 0 28px;
  font-family: var(--sans); font-size: 0.88rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  transition: background 0.2s, transform 0.15s;
  margin-bottom: 0.85rem;
}
.bk-deposit-btn:hover { background: var(--rose-deep); transform: translateY(-1px); }
.bk-deposit-note {
  font-size: 0.75rem; color: var(--muted);
  line-height: 1.5; margin: 0;
}

/* ─── GIFT CARD MODAL ──────────────────────── */
#gc-overlay {
  position: fixed; inset: 0; z-index: 2000;
  background: rgba(13,8,16,0.88);
  display: flex; align-items: center; justify-content: center;
  padding: 1rem;
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s;
}
#gc-overlay.open { opacity: 1; pointer-events: all; }
.gc-subtitle {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--rose); font-weight: 600; margin-top: 0.25rem;
}
.gc-amounts {
  display: flex; gap: 1rem; justify-content: center;
  margin: 1.5rem 0 1.25rem;
}
.gc-amt-card {
  flex: 1; max-width: 140px;
  background: white; border: 2px solid var(--border);
  border-radius: 12px; padding: 1.5rem 1rem;
  cursor: pointer; text-align: center;
  display: flex; flex-direction: column; gap: 0.4rem; align-items: center;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.gc-amt-card:hover { border-color: rgba(232,24,122,0.4); }
.gc-amt-card.selected {
  border-color: var(--rose);
  box-shadow: 0 0 0 4px rgba(232,24,122,0.12);
}
.gc-amt-val {
  font-family: var(--serif); font-size: 2rem; font-weight: 700;
  color: var(--rose); line-height: 1;
}
.gc-amt-label {
  font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--muted);
}
.gc-pickup-note {
  font-size: 0.78rem; color: var(--muted); text-align: center;
  line-height: 1.5; padding: 0 0.5rem;
}

/* ─── PRICING SECTION ─────────────────────── */
.section--pricing {
  background: white;
  padding: 80px 4vw 90px;
}
.section--pricing .section-num   { color: var(--gold); opacity: 0.75; }
.section--pricing .section-heading { color: var(--gold); }
.section--pricing .section-rule  { background: var(--gold); }
.section--pricing .section-sub   { color: var(--muted); }
.pricing-link-hint {
  display: inline-block;
  font-size: 0.78rem; color: rgba(232,24,122,0.8);
  text-decoration: none; letter-spacing: 0.04em;
  margin-top: 0.5rem;
  transition: color 0.2s;
}
.pricing-link-hint:hover { color: var(--rose-lt); }
.price-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.5rem;
  max-width: 1100px;
  margin: 2.5rem auto 0;
}
.price-card:nth-child(1) { grid-column: 1 / 3; }
.price-card:nth-child(2) { grid-column: 3 / 5; }
.price-card:nth-child(3) { grid-column: 5 / 7; }
.price-card:nth-child(4) { grid-column: 2 / 4; }
.price-card:nth-child(5) { grid-column: 4 / 6; }
.price-card:nth-child(6) { grid-column: 3 / 5; }
.price-card {
  background: white;
  border: 1.5px solid rgba(253,102,195,0.25);
  border-radius: 14px;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 2px 12px rgba(253,102,195,0.07);
  transition: border-color 0.25s, box-shadow 0.25s;
}
.price-card:hover {
  border-color: rgba(253,102,195,0.55);
  box-shadow: 0 6px 24px rgba(253,102,195,0.14);
}
.price-card-title {
  font-family: var(--serif);
  font-size: 1.25rem; font-weight: 600;
  color: var(--gold-lt);
  padding-bottom: 0.9rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(232,192,64,0.35);
  display: flex; align-items: baseline; gap: 0.6rem;
}
.price-card-subtitle {
  font-family: var(--sans);
  font-size: 0.7rem; font-weight: 400; font-style: italic;
  color: var(--gold-lt);
  letter-spacing: 0.04em;
}
.price-row {
  display: grid; grid-template-columns: 1fr auto;
  align-items: center;
  padding: 0.38rem 0;
  border-bottom: 1px solid rgba(253,102,195,0.1);
  gap: 1rem;
}
.price-row:last-child { border-bottom: none; }
.price-row-name {
  font-size: 1rem; color: var(--dark);
  line-height: 1.35;
}
.price-row-val {
  font-size: 1rem; font-weight: 700;
  color: var(--gold); white-space: nowrap;
  text-align: right; min-width: 60px;
}
@media (max-width: 900px) {
  .price-grid { grid-template-columns: 1fr 1fr; }
  .price-card:nth-child(n) { grid-column: auto; }
}
@media (max-width: 767px) {
  .gc-amounts { gap: 0.75rem; }
  .gc-amt-card { padding: 1.25rem 0.75rem; }
  .gc-amt-val { font-size: 1.6rem; }
  .bk-footer-sticky { padding: 0.85rem 1.25rem; }
}
@media (max-width: 640px) {
  .bk-services { grid-template-columns: repeat(2,1fr); }
  .bk-employees { grid-template-columns: 1fr; }
  .price-grid { grid-template-columns: 1fr; }
}

/* ─── SERVICES CARD GRID ──────────────────── */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  max-width: 1100px;
  margin: 0 auto;
}
.svc-card {
  display: flex; flex-direction: column;
  gap: 0.5rem; padding: 1.5rem;
  background: white;
  border: 1.5px solid var(--border);
  border-radius: 14px;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.svc-card:hover {
  border-color: var(--gold);
  box-shadow: 0 8px 24px rgba(201,160,32,0.18);
  transform: translateY(-2px);
}
.svc-card-num {
  font-size: 0.6rem; font-weight: 600;
  letter-spacing: 0.2em; color: var(--gold);
}
.svc-card-icon { font-size: 1.6rem; }
.svc-card-name {
  font-family: var(--serif); font-size: 1.3rem; font-weight: 600;
  color: var(--dark); margin: 0;
}
.svc-card-desc {
  font-size: 0.9rem; color: var(--muted);
  line-height: 1.6; flex: 1;
}
.svc-card .svc-book { align-self: flex-start; margin-top: 0.75rem; }
@media (max-width: 600px) {
  .services-grid { grid-template-columns: 1fr; }
}

/* ─── CALENDAR: available date tint ──────── */
.cal-cell:not(.disabled):not(.empty) {
  background: rgba(232,24,122,0.1);
  border: 1.5px solid rgba(232,24,122,0.3);
  font-weight: 700;
  color: var(--dark);
}
.cal-cell:not(.disabled):not(.empty):hover {
  background: rgba(232,24,122,0.22);
  border-color: var(--rose);
}

/* ─── GIFT CARDS SECTION ─────────────────── */
.section--giftcards { background: var(--hot-pink); padding: 80px 4vw 90px; }
.gc-denom-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem; max-width: 860px; margin: 2.5rem auto 0;
  align-items: start;
}
.gc-denom-card {
  position: relative;
  background: white; border-radius: 18px;
  border: 2px solid rgba(232,24,122,0.18);
  padding: 2.25rem 1.5rem 1.75rem;
  text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}
.gc-denom-card:hover {
  border-color: var(--rose); transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(232,24,122,0.15);
}
.gc-denom-card--featured {
  border-color: var(--rose);
  box-shadow: 0 8px 30px rgba(232,24,122,0.18);
  transform: translateY(-6px);
}
.gc-denom-badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--rose); color: white;
  font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 3px 14px; border-radius: 20px;
  white-space: nowrap;
}
.gc-denom-ribbon { font-size: 2rem; line-height: 1; }
.gc-denom-val {
  font-family: var(--serif); font-size: 3rem; font-weight: 700;
  color: var(--rose); line-height: 1; margin: 0.25rem 0;
}
.gc-denom-label {
  font-size: 0.7rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--muted);
}
.gc-denom-desc {
  font-size: 0.88rem; color: var(--muted);
  line-height: 1.5; margin: 0.5rem 0 0.75rem;
}
.gc-denom-btn {
  width: 100%; padding: 0.65rem 1rem;
  background: var(--rose); color: white;
  border: none; border-radius: 8px;
  font-family: var(--sans); font-size: 0.8rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
  cursor: pointer; margin-top: auto;
  transition: background 0.2s, transform 0.15s;
}
.gc-denom-btn:hover { background: var(--rose-deep); transform: translateY(-1px); }
.gc-section-note {
  text-align: center; font-size: 0.82rem; color: var(--muted);
  margin-top: 2rem; line-height: 1.6;
}

/* ─── Gift Card Flip Card ─────────────────────── */
.gc-flip-wrap {
  display: flex; flex-direction: column;
  align-items: center; gap: 1.25rem;
}
.gc-flip-hint {
  font-size: 0.78rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.15em;
  color: rgba(255,255,255,0.75);
}
.gc-flip-card {
  width: 480px; height: 300px;
  perspective: 1200px; cursor: pointer;
  position: relative;
  filter: drop-shadow(0 12px 40px rgba(201,160,32,0.35));
  transition: filter 0.3s;
}
.gc-flip-card:hover {
  filter: drop-shadow(0 16px 50px rgba(201,160,32,0.55));
}
.gc-face {
  position: absolute; inset: 0;
  border-radius: 20px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: transform 0.75s cubic-bezier(0.4,0.2,0.2,1);
  overflow: hidden;
}
/* Front face */
.gc-front {
  background: linear-gradient(135deg, #FD66C3 0%, #FD66C3 50%, #FD66C3 100%);
  border: 2px solid rgba(232,192,64,0.5);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 0.4rem;
  transform: rotateY(0deg);
}
.gc-face-sparkle {
  position: absolute; color: var(--gold-lt);
  font-size: 1rem; opacity: 0;
  animation: hero-sparkle 2.5s ease-in-out infinite;
  pointer-events: none;
}
.gfs1 { top: 12%; left: 10%; animation-delay: 0s; }
.gfs2 { top: 15%; right: 12%; animation-delay: 0.8s; font-size: 0.75rem; }
.gfs3 { bottom: 18%; left: 50%; animation-delay: 1.4s; font-size: 0.65rem; }
.gc-logo { width: 100px; height: 100px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(232,192,64,0.6); }
.gc-card-title {
  font-family: var(--serif); font-size: 1.3rem; font-weight: 700;
  color: white; letter-spacing: 0.06em;
}
.gc-card-sub {
  font-size: 0.8rem; color: rgba(255,255,255,0.85);
  text-transform: uppercase; letter-spacing: 0.12em;
}
/* Back face */
.gc-back {
  background: linear-gradient(135deg, #D04FA0 0%, #FD66C3 60%, #FDB8E0 100%);
  border: 2px solid rgba(232,192,64,0.4);
  transform: rotateY(180deg);
  display: flex; flex-direction: column; justify-content: center;
}
.gc-back-stripe {
  height: 40px; background: rgba(0,0,0,0.15);
  margin-bottom: 0.75rem;
}
.gc-back-content {
  padding: 0 1.5rem; text-align: center; display: flex;
  flex-direction: column; gap: 0.3rem;
}
.gc-back-label {
  font-family: var(--serif); font-size: 1rem; font-weight: 700;
  color: var(--gold-lt); letter-spacing: 0.04em;
}
.gc-back-desc { font-size: 0.78rem; color: rgba(255,255,255,0.9); }
.gc-back-address { font-size: 0.72rem; color: rgba(255,255,255,0.75); line-height: 1.4; }
.gc-back-phone { font-size: 0.75rem; color: rgba(255,255,255,0.85); font-weight: 600; }
/* Flip state */
.gc-flip-card.flipped .gc-front { transform: rotateY(-180deg); }
.gc-flip-card.flipped .gc-back  { transform: rotateY(0deg); }
.gc-instore-note {
  font-size: 0.82rem; color: rgba(255,255,255,0.8);
  text-align: center; line-height: 1.6;
}
@media (max-width: 480px) {
  .gc-flip-card { width: 340px; height: 212px; }
  .gc-logo { width: 72px; height: 72px; }
}
@media (max-width: 640px) {
  .gc-denom-grid { grid-template-columns: 1fr; max-width: 360px; margin-left: auto; margin-right: auto; }
  .gc-denom-card--featured { transform: none; }
}

/* ─── MORE PINK ───────────────────────────── */
/* Service cards: warm pink tint */
.svc-card {
  background: #FFF8FB;
  border: 1.5px solid rgba(232,24,122,0.12);
}
/* Services section: soft pink wash at top */
.section--services {
  background: linear-gradient(180deg, #FFF0F7 0%, var(--ivory) 140px);
}
/* About section: same pink wash */
.section--about {
  background: white;
}
/* Book section: bubblegum pink */
.section--book { background: var(--hot-pink); }
/* Section numbers on light backgrounds: rose instead of gold */
.section--services .section-num,
.section--about    .section-num,
.section--book     .section-num { color: var(--gold); opacity: 0.75; }
/* Kids cards: stronger pink border */
.kids-svc-card { border: 2px solid rgba(232,24,122,0.4); background: white; }

/* ─── Hero Logo Float Animation ──────────────── */
@keyframes logo-float {
  0%,100% { transform: translateY(0) rotate(-1deg); }
  50%      { transform: translateY(-20px) rotate(1deg); }
}
@keyframes logo-glow {
  0%,100% {
    filter:
      drop-shadow(0 0 20px rgba(255,255,255,0.6))
      drop-shadow(0 0 50px rgba(232,192,64,0.35));
  }
  50% {
    filter:
      drop-shadow(0 0 40px rgba(255,255,255,0.9))
      drop-shadow(0 0 80px rgba(232,192,64,0.65));
  }
}
@keyframes hero-sparkle {
  0%,100% { opacity: 0; transform: scale(0.4) rotate(0deg); }
  50%      { opacity: 1; transform: scale(1.3) rotate(20deg); }
}
.hero-logo-stage {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  height: 100%; min-height: 400px;
}
.hero-logo-float {
  width: 300px; height: 300px;
  border-radius: 50%; object-fit: cover;
  border: 4px solid var(--gold-lt);
  box-shadow: 0 0 0 8px rgba(232,192,64,0.2), 0 0 0 16px rgba(232,192,64,0.08);
  animation: logo-float 4.5s ease-in-out infinite, logo-glow 3.5s ease-in-out infinite;
  opacity: 0;
  transform: scale(0.7);
}
.hero-sparkle {
  position: absolute;
  color: var(--gold-lt);
  font-size: 1.4rem;
  opacity: 0;
  animation: hero-sparkle 2.8s ease-in-out infinite;
  pointer-events: none;
}
.hs1 { top: 10%; left: 12%;  animation-delay: 0s; font-size: 1rem; }
.hs2 { top: 18%; right: 10%; animation-delay: 0.5s; font-size: 0.75rem; }
.hs3 { top: 55%; left: 5%;   animation-delay: 1.1s; font-size: 0.85rem; }
.hs4 { top: 70%; right: 8%;  animation-delay: 1.7s; font-size: 1.1rem; }
.hs5 { top: 35%; left: 52%;  animation-delay: 0.8s; font-size: 0.65rem; }
.hs6 { bottom: 15%; left: 25%; animation-delay: 1.4s; font-size: 0.9rem; }
@media (max-width: 767px) {
  .hero-logo-float { width: 200px; height: 200px; }
  .hero-logo-stage { min-height: 250px; }
}

/* ─── Photo Showcase Section ─────────────────── */
.section--photos {
  background: var(--ivory);
  padding: 80px 4vw 90px;
}
.photos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  max-width: 1100px;
  margin: 2.5rem auto 0;
}
.photo-slot {
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border: 2px solid rgba(253,102,195,0.2);
  transition: border-color 0.25s, box-shadow 0.25s;
}
.photo-slot:hover {
  border-color: var(--gold);
  box-shadow: 0 8px 28px rgba(232,192,64,0.18);
}
.salon-photo {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.photo-placeholder {
  width: 100%; height: 100%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  background: var(--blush);
  gap: 0.5rem;
}
.photo-placeholder span {
  font-size: 1.75rem; color: var(--rose); opacity: 0.5;
}
.photo-placeholder p {
  font-size: 0.78rem; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--muted);
}
@media (max-width: 767px) {
  .photos-grid { grid-template-columns: repeat(2, 1fr); }
}
