/* MLK Brows & Lashes. Palette taken from the logo: taupe ground, cream letterforms, white script. */
:root {
  --taupe: #d3bfb0;
  --taupe-deep: #86705f;
  --cream: #ead6c6;
  --paper: #faf6f2;
  --ink: #2a2421;
  --ink-soft: #4f433c;
  --line: rgba(42, 36, 33, 0.14);
  --serif: "Jost", "Century Gothic", "Futura", sans-serif; /* headings share the simple body face */
  --mark: "Bodoni Moda", "Didot", Georgia, serif; /* "MLK" wordmark only */
  /* Both faces matched to the logo: Bodoni Moda for "MLK", Poiret One for "Brows & Lashes". */
  --sans: "Jost", "Century Gothic", "Futura", sans-serif;
  --script: "Poiret One", "Century Gothic", sans-serif; /* "Brows & Lashes" line only */
  --pad: clamp(20px, 5vw, 72px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 90px; } /* keeps headings clear of the fixed header */
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.7;
}
p, li, td { font-weight: 400; }
strong, b { font-weight: 400; }
/* Small text gets the heavier weight so it holds up on the taupe and over photos. */
.eyebrow, .small, .btn, .nav-links a, .group-title, .price-list small, .price-list em,
.set-meta, .infills thead th, .note, .facts span { font-weight: 500; }
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.15; letter-spacing: -0.01em; margin: 0 0 0.5em; }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.6rem); font-weight: 500; text-transform: uppercase; letter-spacing: 0.18em; }
h3 { font-size: 1.45rem; }
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.75rem;
  color: var(--taupe-deep);
  margin: 0 0 1rem;
}
.small { font-size: 0.9rem; color: var(--ink-soft); }
.center { text-align: center; margin-top: 3rem; }

/* Buttons */
.btn {
  display: inline-block;
  padding: 0.95em 2em;
  background: var(--ink);
  color: var(--paper);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.78rem;
  border: 1px solid var(--ink);
  transition: background 0.3s, color 0.3s;
}
.btn:hover { background: transparent; color: var(--ink); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.8); }
.btn-ghost:hover { background: #fff; color: var(--ink); }
.btn-small { padding: 0.7em 1.4em; }

/* Nav */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1rem var(--pad);
  color: #fff;
  transition: background 0.4s, color 0.4s, padding 0.4s;
}
.nav.scrolled { background: rgba(250, 246, 242, 0.95); color: var(--ink); padding-block: 0.7rem; box-shadow: 0 1px 0 var(--line); }
.nav-logo { font-family: var(--mark); font-weight: 500; font-size: 2.3rem; line-height: 1; text-decoration: none; letter-spacing: -0.01em; }
.nav-links { display: flex; gap: 2rem; }
.nav-links a { text-decoration: none; text-transform: uppercase; letter-spacing: 0.2em; font-size: 0.75rem; }
.nav-right { display: flex; align-items: center; gap: 1.1rem; }
.nav-social { display: inline-flex; width: 22px; height: 22px; opacity: 0.9; transition: opacity 0.3s; }
.nav-social:hover { opacity: 1; }
.nav-social svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.6; }
.nav-social svg .dot, .nav-social svg .fill { fill: currentColor; stroke: none; }
.nav .btn-small { background: transparent; color: inherit; border-color: currentColor; }
.nav.scrolled .btn-small { background: var(--ink); color: var(--paper); border-color: var(--ink); }

/* Hero */
.hero {
  position: relative; min-height: 100svh;
  display: grid; place-items: center; text-align: center;
  color: #fff; overflow: hidden; background: var(--taupe);
}
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(42,36,33,0.35), rgba(42,36,33,0.2) 40%, rgba(42,36,33,0.55)); }
.hero-inner { position: relative; padding: 6rem var(--pad) 4rem; }
.hero .eyebrow { color: #fff; }
.hero-title { font-family: var(--mark); font-size: clamp(5.8rem, 21vw, 13rem); font-weight: 500; letter-spacing: -0.02em; margin: 0; line-height: 1; color: var(--cream); }
.hero-sub { font-family: var(--script); font-size: clamp(1.4rem, 3.4vw, 2.1rem); letter-spacing: 0.12em; margin: 0.4rem 0 1.4rem; }
.hero-sub .amp { color: var(--cream); }
.hero-say { max-width: 32rem; margin: 0 auto 2rem; opacity: 0.92; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 0.8rem; justify-content: center; }

/* Intro */
.intro { padding: clamp(4rem, 9vw, 7rem) var(--pad); text-align: center; max-width: 60rem; margin: 0 auto; }
.lead { font-family: var(--serif); font-size: clamp(1.4rem, 3vw, 2rem); line-height: 1.45; margin: 0 0 3rem; }
.facts { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; border-top: 1px solid var(--line); padding-top: 2rem; }
.facts strong { display: block; font-family: var(--serif); font-weight: 400; font-size: 1.6rem; }
.facts span { font-size: 0.9rem; color: var(--ink-soft); }
.facts .stars { font-size: 1rem; letter-spacing: 0.12em; color: var(--taupe-deep); vertical-align: 0.25em; margin-left: 0.3rem; }

/* Results */
.results { padding: 0 var(--pad) clamp(4rem, 9vw, 7rem); }
.section-head { text-align: center; margin-bottom: 3rem; }
.group { margin-bottom: 3.5rem; }
.group-title {
  font-family: var(--sans); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.28em;
  display: flex; align-items: center; gap: 1rem; color: var(--ink-soft);
}
.group-title::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(10px, 1.5vw, 20px); }
.grid-3 figure { margin: 0; overflow: hidden; aspect-ratio: 1; background: var(--cream); }
.grid-3 img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s ease; }
.grid-3 figure:hover img { transform: scale(1.04); }

/* Result covers: hover shows "View more", click opens the rest of that group below. */
.result-cover { position: relative; display: block; padding: 0; border: 0; margin: 0; overflow: hidden; aspect-ratio: 1; background: var(--cream); font: inherit; color: #fff; }
.result-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s ease; }
.result-cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(42,36,33,0.6)); transition: background 0.4s; }
.cover-label { position: absolute; left: 1.2rem; bottom: 1.1rem; z-index: 1; font-size: 0.8rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.22em; }
.cover-more {
  position: absolute; left: 50%; top: 50%; z-index: 1; transform: translate(-50%, -40%); opacity: 0;
  border: 1px solid #fff; padding: 0.8em 1.6em; font-size: 0.78rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.22em;
  transition: opacity 0.35s, transform 0.35s;
}
.result-cover:hover img, .result-cover:focus-visible img { transform: scale(1.04); }
.result-cover:hover::after, .result-cover:focus-visible::after, .result-cover[aria-expanded="true"]::after { background: rgba(42,36,33,0.45); }
.result-cover:hover .cover-more, .result-cover:focus-visible .cover-more { opacity: 1; transform: translate(-50%, -50%); }
/* Open cover keeps its button visible; site.js swaps the wording to "Show less". */
.result-cover[aria-expanded="true"] .cover-more { opacity: 1; transform: translate(-50%, -50%); }
.result-covers { align-items: start; }
.result-col { display: flex; flex-direction: column; min-width: 0; }
/* The two extra photos stack straight down under their own cover, same width. */
.result-more { display: grid; grid-template-columns: 1fr; gap: clamp(10px, 1.5vw, 20px); margin-top: clamp(10px, 1.5vw, 20px); animation: drop 0.5s ease; }
.result-more[hidden] { display: none; }
.result-more figure { margin: 0; aspect-ratio: 1; overflow: hidden; background: var(--cream); }
.result-more img { width: 100%; height: 100%; object-fit: cover; }
@keyframes drop { from { opacity: 0; transform: translateY(-16px); } }
@media (hover: none) { .cover-more { opacity: 1; transform: translate(-50%, -50%); } }
@media (prefers-reduced-motion: reduce) { .result-more { animation: none; } }

/* Services */
.services { background: var(--taupe); padding: clamp(4rem, 9vw, 7rem) var(--pad); }
.services .eyebrow { color: var(--paper); }
.menu { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); max-width: 72rem; margin: 0 auto; }
.menu h3 { margin-top: 2rem; }
.menu h3:first-child { margin-top: 0; }
.price-list { list-style: none; padding: 0; margin: 0 0 1rem; }
.price-list li {
  display: grid; grid-template-columns: 1fr auto 4rem; gap: 1rem; align-items: baseline;
  padding: 0.7rem 0; border-bottom: 1px solid rgba(42,36,33,0.18);
}
.price-list small { display: block; font-size: 0.8rem; color: var(--ink-soft); }
.price-list em { font-style: normal; font-size: 0.85rem; color: var(--ink-soft); }
.price-list b { font-weight: 400; text-align: right; font-family: var(--serif); }
.sets { display: grid; gap: 1rem; }
.set { background: var(--paper); padding: 1.4rem 1.6rem; }
.set p { margin: 0; font-size: 0.95rem; }
.set-name { font-family: var(--serif); font-size: 1.4rem !important; }
.set-meta { text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.75rem !important; color: var(--taupe-deep); margin-bottom: 0.6rem !important; }
.table-wrap { overflow-x: auto; }
.infills { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
.infills th, .infills td { padding: 0.65rem 0.5rem; border-bottom: 1px solid rgba(42,36,33,0.18); text-align: right; }
.infills thead th { font-weight: 400; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--ink-soft); }
.infills tbody th { text-align: left; font-family: var(--serif); font-weight: 400; }
.note { font-size: 0.9rem; color: var(--ink-soft); margin-top: 1.5rem; }


/* Reviews */
.reviews { padding: clamp(4rem, 9vw, 7rem) var(--pad); }
.rating-line { font-weight: 500; margin: 0; }
.rating-line .stars { letter-spacing: 0.2em; margin-right: 0.4rem; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(12px, 2vw, 24px); max-width: 72rem; margin: 0 auto; }
.review { margin: 0; background: #fff; border-top: 3px solid var(--taupe); padding: 2rem 1.8rem; display: flex; flex-direction: column; justify-content: space-between; gap: 1.5rem; }
.review p { margin: 0; font-size: 1.05rem; line-height: 1.65; }
.review p::before { content: "\201C"; display: block; font-family: Georgia, serif; font-size: 4.5rem; line-height: 0.8; height: 2.2rem; color: var(--taupe); margin-bottom: 0.4rem; }
.review cite { font-style: normal; font-weight: 500; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.18em; color: var(--ink-soft); }

/* Promo */
.promo { background: var(--ink); color: var(--paper); text-align: center; padding: clamp(4rem, 9vw, 6.5rem) var(--pad); }
.promo-inner { max-width: 44rem; margin: 0 auto; }
.promo .eyebrow { color: var(--taupe); }
.promo p { color: rgba(250,246,242,0.85); }
.promo .hero-cta { margin-top: 2rem; }
.promo { position: relative; padding-top: 0; }
.marquee { overflow: hidden; background: var(--taupe); color: var(--ink); margin: 0 calc(-1 * var(--pad)) clamp(3rem, 7vw, 5rem); padding: 0.85rem 0; }
.marquee-track { display: flex; width: max-content; animation: marquee 32s linear infinite; }
.marquee-track span { padding: 0 1.4rem; font-size: 0.85rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.3em; white-space: nowrap; }
@keyframes marquee { to { transform: translateX(-50%); } }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* Offer popup */
.popup { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 16px; background: rgba(42,36,33,0.55); animation: fade 0.4s ease; }
.popup-card { position: relative; display: grid; grid-template-columns: 1fr 1.1fr; max-width: 720px; width: 100%; background: var(--paper); box-shadow: 0 20px 60px rgba(0,0,0,0.25); }
.popup-img { width: 100%; height: 100%; object-fit: cover; min-height: 320px; }
.popup-body { padding: 2.6rem 2.2rem; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.popup-title { font-size: clamp(1.6rem, 3vw, 2.1rem); font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; line-height: 1.2; margin: 0 0 0.8rem; }
.popup-fine { font-size: 0.85rem; font-weight: 500; color: var(--ink-soft); margin: 0 0 1.6rem; }
.popup-close { position: absolute; top: 8px; right: 12px; background: none; border: 0; font-size: 2rem; line-height: 1; cursor: pointer; color: var(--ink); }
.popup-later { background: none; border: 0; margin-top: 1rem; padding: 0; font: inherit; font-size: 0.85rem; font-weight: 500; color: var(--ink-soft); text-decoration: underline; cursor: pointer; }
.popup[hidden] { display: none; } /* display:grid above would otherwise override the hidden attribute */
@keyframes fade { from { opacity: 0; } }
@media (max-width: 640px) {
  .popup-card { grid-template-columns: 1fr; }
  .popup-img { min-height: 0; height: 180px; }
  .popup-body { padding: 1.8rem 1.5rem; }
}
@media (prefers-reduced-motion: reduce) {
  .marquee-track, .popup { animation: none; }
}

.promo-badge { display: inline-block; border: 1px solid var(--taupe); color: var(--taupe) !important; padding: 0.35em 1.1em; font-size: 0.75rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.22em; margin: 0 0 1.4rem; }
.promo-fine { font-size: 0.85rem; font-weight: 500; color: var(--taupe) !important; margin: -0.3rem 0 1.4rem; }
.promo .btn { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.promo .btn:hover { background: transparent; color: var(--paper); }
.promo .btn-line { background: transparent; color: var(--paper); }
.promo .btn-line:hover { background: var(--paper); color: var(--ink); }

/* Studio */
.studio { padding-top: clamp(4rem, 9vw, 7rem); }
.studio-head { text-align: center; max-width: 40rem; margin: 0 auto 3rem; padding: 0 var(--pad); }
.owner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; max-width: 64rem; margin: 0 auto clamp(4rem, 8vw, 6rem); padding: 0 var(--pad); }
.owner-photo { margin: 0; aspect-ratio: 4 / 5; overflow: hidden; background: var(--cream); }
.owner-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; }
.owner-role { text-transform: uppercase; letter-spacing: 0.2em; font-size: 0.78rem; font-weight: 500; color: var(--taupe-deep); margin: -0.2rem 0 1.2rem; }
.owner h3 { font-size: clamp(1.6rem, 3vw, 2.2rem); text-transform: uppercase; letter-spacing: 0.14em; font-weight: 500; }
/* Full-bleed, gapless two-column mosaic: each photo keeps its own shape so the columns stagger. */
.studio-mosaic { display: grid; grid-template-columns: 1fr 1fr; }
.mosaic-col { display: flex; flex-direction: column; min-height: 0; }
.mosaic-col img { width: 100%; display: block; background: var(--cream); }
/* Takes zero space in the height calculation, then fills whatever the left column leaves, cropping the bottom. */
.mosaic-fill { flex: 1 1 0; min-height: 0; overflow: hidden; }
.mosaic-fill img { height: 100%; object-fit: cover; object-position: 50% 0; }

/* Visit */
.visit { background: var(--ink); color: var(--paper); padding: clamp(4rem, 9vw, 7rem) var(--pad); }
.visit .eyebrow { color: var(--taupe); }
.visit-grid { display: grid; grid-template-columns: 1fr 1fr 1.3fr; gap: clamp(2rem, 4vw, 4rem); max-width: 80rem; margin: 0 auto; }
.visit a { text-decoration: none; border-bottom: 1px solid rgba(250,246,242,0.3); }
.visit .btn { border-bottom: 1px solid var(--paper); background: var(--paper); color: var(--ink); }
.visit .btn:hover { background: transparent; color: var(--paper); }
.visit .small { color: rgba(250,246,242,0.65); }
.visit .hero-cta { justify-content: flex-start; margin-top: 1.5rem; }
.addr { font-family: var(--serif); font-size: 1.5rem; line-height: 1.4; }
.hours { list-style: none; padding: 0; margin: 0; }
.hours li { display: flex; justify-content: space-between; padding: 0.5rem 0; border-bottom: 1px solid rgba(250,246,242,0.14); }
.map iframe { width: 100%; height: 100%; min-height: 320px; border: 0; filter: grayscale(1); }

/* Footer */
.footer { background: var(--taupe); text-align: center; padding: 3rem var(--pad) 5rem; }
.footer-logo { width: 240px; margin: 0 auto 1rem; }
.footer p { margin: 0.3rem 0; }

.mobile-book { display: none; }
.nav-toggle { display: none; }
.swipe-hint { display: none; text-align: center; margin: 1rem 0 0; font-size: 0.75rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.22em; color: var(--ink-soft); }
.results { padding-top: clamp(1.5rem, 5vw, 3rem); }
.results .section-head { margin-bottom: 1.8rem; }

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

@media (max-width: 900px) {
  .menu, .owner { grid-template-columns: 1fr; }
  .visit-grid { grid-template-columns: 1fr 1fr; }
  .map { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  /* Menu button opens the section links as a panel under the header. */
  .nav-toggle { display: inline-flex; flex-direction: column; justify-content: center; gap: 5px; width: 34px; height: 34px; padding: 0 5px; background: none; border: 0; cursor: pointer; color: inherit; }
  .nav-toggle span { display: block; height: 1.5px; background: currentColor; transition: transform 0.3s, opacity 0.3s; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; gap: 0; background: var(--paper); box-shadow: 0 12px 24px rgba(42,36,33,0.12); }
  .nav-links.open { display: flex; }
  .nav-links a { color: var(--ink); padding: 1rem var(--pad); border-top: 1px solid var(--line); }
  .nav .btn-small { display: none; }
  /* Reviews become a swipeable row. */
  .review-grid { display: flex !important; overflow-x: auto; scroll-snap-type: x mandatory; gap: 12px; margin: 0 calc(-1 * var(--pad)); padding: 0 var(--pad) 8px; scrollbar-width: none; }
  .review-grid::-webkit-scrollbar { display: none; }
  .review { flex: 0 0 84%; scroll-snap-align: center; }
  .swipe-hint { display: block; }
  /* Phone-only trims: lighter hero, one fact with the location, shorter promo, no "View more" overlay. */
  .hero .eyebrow, .hero-say { display: none; }
  .hero-sub { margin-bottom: 1.8rem; }
  .facts li:nth-child(n+2) { display: none; }
  .promo-fine, .promo-copy { display: none; }
  .cover-more { display: none !important; }
  .facts, .review-grid { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .grid-3 figure:first-child { grid-column: 1 / -1; }
  .result-covers { grid-template-columns: 1fr; }
  .visit-grid { grid-template-columns: 1fr; }
  .mobile-book {
    display: block; position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 60;
    background: var(--ink); color: var(--paper); text-align: center; text-decoration: none;
    padding: 1rem; text-transform: uppercase; letter-spacing: 0.2em; font-size: 0.8rem;
  }
}
