:root {
  --paper: #fbf7f1;
  --cream: #f6efe4;
  --ink: #161416;
  --muted: #6b6168;
  --purple: #6b2d7b;
  --purple-deep: #3d1648;
  --lilac: #c9a4d4;
  --line: #e4d8c8;
  --ivory: #fffdf9;
  --sand: #f3e9dc;
  --rose: #f7edf4;
  --blush: #e4cfe0;
  --display: "Cormorant Garamond", Georgia, serif;
  --sans: "Outfit", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.5;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, a, input, select, textarea { transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease; }
button { font-family: inherit; cursor: pointer; }
.wrap { width: 100%; max-width: 72rem; padding-inline: 1.25rem; margin-inline: auto; box-sizing: border-box; }
.ig-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.35rem; padding: 0.35rem; background: var(--purple); }
.eyebrow { margin: 0 0 0.75rem; font-size: 0.75rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--lilac); }
.eyebrow.purple { color: var(--purple); }
.display { font-family: var(--display); font-weight: 600; line-height: 1.1; }
h1.display { font-size: clamp(2.75rem, 6vw, 4.5rem); margin: 0; }
h2.display { font-size: clamp(2rem, 4vw, 3rem); margin: 0; }
h3.display { font-family: var(--display); font-size: 1.75rem; font-weight: 600; margin: 0; }
.muted { color: var(--muted); }
.section { padding: 4rem 0; }
.section-cream { background: var(--cream); }
.section-deep { background: var(--purple-deep); color: var(--rose); }
.grid-2 { display: grid; gap: 2.5rem; }
.grid-3 { display: grid; gap: 2rem; }
.grid-4 { display: grid; gap: 1rem; }
@media (min-width: 640px) { .grid-4 { grid-template-columns: 1fr 1fr; } .sm-2 { grid-template-columns: 1fr 1fr; } }
@media (min-width: 900px) {
  .grid-2 { grid-template-columns: 1fr 1fr; align-items: center; }
  .grid-3 { grid-template-columns: 1fr 1fr 1fr; }
  .grid-4 { grid-template-columns: 1fr 1fr 1fr 1fr; }
}

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 2.75rem; padding: 0 1.25rem;
  font-size: 0.75rem; letter-spacing: 0.16em; text-transform: uppercase;
  border: 1px solid transparent;
}
.btn-primary { background: var(--purple); color: var(--ivory); }
.btn-primary:hover { background: var(--purple-deep); }
.btn-ghost { border-color: var(--ivory); color: var(--ivory); }
.btn-ghost:hover { background: var(--ivory); color: var(--ink); }
.btn-line { border-color: var(--ink); color: var(--ink); }
.btn-line:hover { background: var(--ink); color: var(--ivory); }
.btn-block { width: 100%; }
.row-btns { display: flex; flex-wrap: wrap; gap: 0.75rem; }

.topbar { background: var(--ivory); border-bottom: 1px solid var(--line); color: var(--ink); }
.topbar .wrap { display: flex; justify-content: flex-end; padding: 0; max-width: 72rem; margin-inline: auto; }
.topbar-icons { display: flex; align-items: stretch; }
.topbar-icons a { display: inline-flex; align-items: center; justify-content: center; width: 2.25rem; height: 2.25rem; border-left: 1px solid var(--line); color: var(--ink); }
.topbar-icons a:hover { background: var(--cream); }
@media (max-width: 639px) { .hide-sm { display: none; } }
.site-header { position: sticky; top: 0; z-index: 40; background: var(--ivory); border-bottom: 1px solid var(--line); }
.site-header .bar { display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; padding: 0.45rem 0.9rem; flex-wrap: nowrap; }
.logo-link { display: flex; align-items: center; flex: 0 0 auto; min-width: 0; }
.wordmark { height: 2rem !important; width: auto !important; max-width: 9.5rem !important; max-height: 2.5rem !important; object-fit: contain; object-position: left center; }
@media (min-width: 768px) {
  .site-header .bar { padding: 0.65rem 1.25rem; }
  .wordmark { height: 2.5rem !important; max-width: 12rem !important; }
}
.nav-desk { display: none; flex: 1 1 auto; justify-content: flex-end; flex-wrap: nowrap; align-items: center; gap: 0.15rem 1.1rem; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; }
.nav-desk ul, .nav-desk .menu { display: none !important; }
.nav-quick { display: flex; align-items: center; gap: 0.1rem; flex-shrink: 0; margin-left: auto; }
.nav-quick a { display: inline-flex; align-items: center; min-height: 2.5rem; padding: 0 0.4rem; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; }
.new-client-link { color: var(--purple); font-weight: 500; }
@media (max-width: 767px) {
  .nav-quick .new-client-link { display: none; }
}
.nav-desk a { display: inline-flex; align-items: center; min-height: 2.75rem; }
.nav-desk a:hover, .nav-desk a.is-on { color: var(--purple); }
.menu-toggle { width: 2.75rem; height: 2.75rem; border: 0; background: transparent; font-size: 1.5rem; }
.nav-mobile { display: none; flex-direction: column; padding: 1rem 1.25rem 1.25rem; border-top: 1px solid var(--line); }
.nav-mobile.open { display: flex !important; }
.nav-mobile a { display: flex; align-items: center; min-height: 2.75rem; font-size: 0.875rem; letter-spacing: 0.16em; text-transform: uppercase; }
.nav-mobile a.sub { padding-left: 1.25rem; color: var(--muted); }
.nav-mobile a.is-on { color: var(--purple); }
@media (min-width: 768px) {
  .nav-desk { display: flex; }
  .nav-quick .quick-link { display: none; }
  .mobile-bar { display: none; }
  .site-footer { padding-bottom: 2rem; }
}

.hero { position: relative; min-height: 48vh; background: var(--ink); color: var(--ivory); display: flex; align-items: flex-end; }
.hero img.slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 700ms ease; }
.hero img.slide.on { opacity: 1; }
.hero .veil { position: absolute; inset: 0; background: linear-gradient(to top, rgb(22 20 22 / 0.92) 0%, rgb(22 20 22 / 0.45) 55%, rgb(22 20 22 / 0.2) 100%); }
.hero .copy { position: relative; width: min(72rem, calc(100% - 2.5rem)); margin: 0 auto; padding: 2.5rem 0; max-width: 36rem; text-shadow: 0 2px 18px rgb(0 0 0 / 0.45); }
.hero .copy .display, .hero .copy h1 { color: var(--ivory) !important; }
.hero .copy .eyebrow { color: var(--lilac) !important; }
.hero .copy p { color: var(--sand) !important; }
.hero .copy .btn { text-shadow: none; }
.hero-dots { position: absolute; right: 1.25rem; bottom: 1.5rem; display: flex; gap: 0.5rem; z-index: 2; }
.hero-dots button { width: 0.5rem; height: 0.5rem; border-radius: 999px; border: 0; background: rgb(255 253 249 / 0.4); padding: 0; }
.hero-dots button.on { background: var(--ivory); }
#book { scroll-margin-top: 5.5rem; }
.page-hero { position: relative; min-height: 0; display: flex; align-items: flex-end; overflow: hidden; background: var(--ink); color: var(--ivory); }
.page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 32%; }
.page-hero .veil { position: absolute; inset: 0; background: linear-gradient(to top, rgb(22 20 22 / 0.8), rgb(22 20 22 / 0.15)); }
.page-hero .copy { position: relative; width: min(72rem, calc(100% - 2.5rem)); margin: 0 auto; padding: 1.5rem 0 1.25rem; }
.page-hero .copy .display { font-size: clamp(2.1rem, 8vw, 3.75rem); color: var(--ivory); }

.brand-ribbon { background: var(--ivory); }
.brand-ribbon img { width: 100%; height: auto; display: block; object-fit: contain; }

.spark { margin: 0 0 1.25rem; color: var(--purple); letter-spacing: 0.4em; font-size: 0.75rem; }

.malibu { position: relative; overflow: hidden; }
.malibu-badge { position: absolute; right: -2rem; bottom: -2rem; width: 10rem; opacity: 0.18; pointer-events: none; }
@media (min-width: 640px) { .malibu-badge { width: 14rem; } }

.quote { box-shadow: 4px 4px 0 0 var(--purple); }

.mosaic { background: var(--purple); gap: 0.35rem; padding: 0.35rem; }

.card-stamp { box-shadow: 6px 6px 0 0 var(--purple); }
.card-stamp:hover { transform: translateY(-2px); }

.card { border: 1px solid var(--line); background: var(--ivory); }
.card img.portrait { display: block; width: 100%; height: 20rem; max-height: none; object-fit: cover; object-position: top center; }
.card .pad { padding: 1rem; }
.stars { color: var(--purple); letter-spacing: 0.15em; margin: 0; }
.quote { border: 1px solid var(--line); background: var(--ivory); padding: 1.5rem; }
.quote p { font-family: var(--display); font-size: 1.5rem; font-style: italic; margin: 0.5rem 0 0; }
.mosaic { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; }
.mosaic img { width: 100%; height: 11rem; object-fit: cover; }
.mosaic .wide { grid-column: span 2; height: 14rem; object-position: top; }
@media (min-width: 900px) {
  .mosaic { grid-template-columns: 1.4fr 1fr 1fr; }
  .mosaic .wide { grid-row: span 2; height: 100%; min-height: 24rem; }
}

.hours { background: var(--ink); color: var(--sand); padding: 1.75rem; }
.hours h2 { color: var(--ivory); }
.hours table { width: 100%; font-size: 0.875rem; }
.hours td { padding: 0.5rem 0; border-bottom: 1px solid rgb(107 97 104 / 0.25); }
.hours td:last-child { text-align: right; color: var(--ivory); }
.map { border: 1px solid var(--line); overflow: hidden; }
.map iframe { width: 100%; height: 18rem; filter: grayscale(1); border: 0; }
.book-grid { display: grid; gap: 1rem; }
@media (min-width: 640px) { .book-grid { grid-template-columns: 1fr 1fr; } }
.book-card { display: flex; gap: 1rem; align-items: center; border: 1px solid var(--line); background: var(--ivory); padding: 1rem; }
.book-card img { width: 5rem; height: 5rem; object-fit: cover; object-position: top; }

.stylist-layout { display: grid; gap: 2.5rem; }
@media (min-width: 900px) {
  .stylist-layout { grid-template-columns: 0.9fr 1.1fr; align-items: start; }
  .stylist-photo { position: sticky; top: 7rem; }
}
.stylist-photo img { width: 100%; height: 32rem; object-fit: cover; object-position: top; }
.bio p { color: var(--muted); margin: 0 0 1rem; }
.notice { border-left: 2px solid var(--purple); background: var(--ivory); padding: 0.85rem 1rem; margin: 1rem 0 0; max-width: 36rem; color: var(--muted); font-size: 0.9rem; }
.message .who { margin: 0; font-size: 0.75rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--purple); }
.message p { font-style: italic; margin: 0.5rem 0 0; }
.menu-block { margin-top: 2.5rem; }
.menu-block table { width: 100%; font-size: 0.875rem; }
.menu-block td { padding: 0.65rem 0; border-bottom: 1px solid var(--line); }
.menu-block td.price { text-align: right; color: var(--muted); white-space: nowrap; padding-left: 1rem; }

.site-footer { background: var(--ink); color: var(--sand); padding: 3rem 0 6rem; }
.footer-grid { display: grid; gap: 2rem; }
.footer-nav { display: flex; flex-direction: column; margin-top: 0.75rem; font-size: 0.75rem; letter-spacing: 0.14em; text-transform: uppercase; }
.footer-nav ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.footer-nav a { display: inline-flex; align-items: center; min-height: 2.75rem; color: var(--sand); }
.footer-nav a:hover { color: var(--ivory); }
.widget-title { color: var(--ivory) !important; font-size: 1.5rem !important; margin: 0 0 0.5rem; }
@media (min-width: 640px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: 1fr 1fr 1fr 1fr; } }
.badge { width: 5rem; height: 5rem; border-radius: 999px; object-fit: contain; }
.mobile-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  display: flex; gap: 0.5rem; padding: 0.75rem 0.75rem calc(0.75rem + env(safe-area-inset-bottom));
  background: var(--ivory); border-top: 1px solid var(--line);
}
.mobile-bar .btn { flex: 1; }

.ig-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; }
@media (min-width: 640px) { .ig-grid { grid-template-columns: 1fr 1fr 1fr 1fr; } }
.ig-grid img { width: 100%; height: 10rem; object-fit: cover; }

.legal { max-width: 40rem; }
.legal h2 { font-family: var(--display); font-size: 1.75rem; color: var(--ink); margin-top: 2rem; }
.legal ul { padding-left: 1.25rem; }

.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }

@media (max-width: 639px) {
  .hero { min-height: 52vh; }
  .hero .copy { padding: 4.5rem 0 2rem; }
  h1.display { font-size: 2.5rem; }
  .stylist-photo img { height: 22rem; }
  .card img.portrait { height: 18rem; }
  .page-hero .copy { padding: 1.25rem 0 1rem; }
  .menu-block { overflow-x: auto; }
  .how-book { padding: 1.25rem 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

/* Kill leftover boxed layouts from Coiffeur / builder */
html, body {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--paper) !important;
  overflow-x: hidden;
}
body.boxed,
body.boxed-layout,
#wrapper,
#page,
.wrapper,
.page-wrapper,
.site,
.site-inner,
.container,
.inner-container,
.boxed,
.qodef-wrapper,
.qodef-content {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  float: none !important;
}
.logo-link img,
.site-header img.wordmark,
.site-header .custom-logo,
.woocommerce .site-header img,
.woocommerce-page .site-header img {
  height: 2.5rem !important;
  width: auto !important;
  max-width: 12rem !important;
  max-height: 2.5rem !important;
}
