/* ==========================================================================
   AD Styles N Creations — public site stylesheet
   Colours sampled directly from the approved design screenshot.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Tokens
   -------------------------------------------------------------------------- */
/* Brand tokens (--brand*, --ink, --body, fonts, rhythm) are supplied by the
   per-brand stylesheet loaded BEFORE this file. See assets/css/brand-*.css */


/* --------------------------------------------------------------------------
   2. Base
   -------------------------------------------------------------------------- */
*,
*::before,
*::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-ui);
  font-size: 15px;
  line-height: 1.7;
  color: var(--body);
  background: var(--white);
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--ink);
  margin: 0;
  line-height: 1.12;
  font-weight: 700;
}

p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

.shell {
  width: 100%;
  max-width: var(--shell);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--ink);
  color: var(--white);
  padding: 12px 18px;
  z-index: 999;
  border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

/* Visible keyboard focus everywhere */
:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 2px;
  border-radius: 4px;
}

.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* --------------------------------------------------------------------------
   3. Shared type treatments
   -------------------------------------------------------------------------- */
.script {
  font-family: var(--font-script);
  color: var(--brand);
  font-weight: 400;
  line-height: 1;
}

.eyebrow {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand-deep);
  font-weight: 600;
  margin: 0 0 8px;
}

.section-head { text-align: center; margin-bottom: 34px; }

.section-head h2 {
  font-size: clamp(28px, 4.4vw, 40px);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.section-head h2 .heart { color: var(--brand); font-size: 0.7em; }

.rule {
  width: 62px;
  height: 3px;
  background: var(--brand);
  border: 0;
  border-radius: 2px;
  margin: 12px auto 0;
}

.lede {
  font-size: 15px;
  max-width: 62ch;
  margin-inline: auto;
}

/* --------------------------------------------------------------------------
   4. Buttons
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 15px 28px;
  border-radius: var(--radius-pill);
  border: 2px solid transparent;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.btn--primary {
  background: var(--brand);
  color: var(--ink);
}
.btn--primary:hover { background: var(--brand-deep); }

.btn--outline {
  background: transparent;
  color: var(--ink);
  border-color: var(--brand);
}
.btn--outline:hover { background: var(--brand); }

.btn--sm { padding: 11px 22px; font-size: 12px; }

.btn svg { flex: none; }

/* --------------------------------------------------------------------------
   5. Header / navigation
   -------------------------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: var(--white);
  border-bottom: 1px solid var(--line-soft);
}

.site-header__inner {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 84px;
}

.brand { display: flex; align-items: center; flex: none; }
.brand img {
  display: block;
  height: 64px;
  width: auto;
  max-width: 260px;
  object-fit: contain;
}


/* Text-based lockups keep the approved wordmarks sharp at every size and
   avoid the broken placeholder image files that were previously deployed. */
.brand-lockup {
  display: inline-flex;
  color: var(--ink);
  flex: none;
}

.brand-lockup--landing {
  width: 230px;
  height: 64px;
  position: relative;
  align-items: center;
}

.brand-lockup__landing-name {
  font-family: var(--font-script);
  color: var(--brand-deep);
  font-size: 49px;
  line-height: 0.9;
  white-space: nowrap;
}

.brand-lockup__landing-place {
  position: absolute;
  left: 145px;
  bottom: 5px;
  font-family: var(--font-ui);
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
}

.brand-lockup__crown {
  position: absolute;
  left: 154px;
  top: -4px;
  color: var(--brand-deep);
  font-size: 15px;
}

.brand-lockup--hair {
  width: 260px;
  height: 64px;
  align-items: center;
  gap: 11px;
}

.brand-lockup__monogram {
  font-family: var(--font-script);
  color: var(--brand-deep);
  font-size: 54px;
  line-height: 1;
  letter-spacing: -0.12em;
  padding-right: 5px;
}

.brand-lockup__hair-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.brand-lockup__hair-copy strong {
  font-family: var(--font-display);
  color: var(--ink);
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
}

.brand-lockup__hair-copy small {
  font-family: var(--font-ui);
  color: var(--muted);
  font-size: 8px;
  line-height: 1;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .brand-lockup--landing { width: 180px; }
  .brand-lockup__landing-name { font-size: 42px; }
  .brand-lockup__landing-place { left: 124px; font-size: 9px; }
  .brand-lockup__crown { left: 132px; }

  .brand-lockup--hair { width: 205px; gap: 8px; }
  .brand-lockup__monogram { font-size: 44px; }
  .brand-lockup__hair-copy strong { font-size: 16px; }
  .brand-lockup__hair-copy small { font-size: 6.5px; }
}


.brand img.brand-logo {
  display: block;
  max-width: none;
  object-fit: contain;
}

.brand img.brand-logo--hair {
  width: 260px;
  height: 72px;
}

.brand img.brand-logo--landing {
  width: 196px;
  height: 72px;
}

@media (max-width: 900px) {
  .brand img.brand-logo--hair { width: 214px; height: 60px; }
  .brand img.brand-logo--landing { width: 154px; height: 60px; }
}

.nav { margin-left: auto; }

.nav__list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.nav__link {
  font-size: 14px;
  color: var(--ink-soft);
  padding: 6px 0;
  position: relative;
  white-space: nowrap;
  transition: color 0.18s ease;
}
.nav__link:hover { color: var(--ink); }

.nav__link[aria-current="page"] {
  color: var(--brand-deep);
  font-weight: 500;
}
.nav__link[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 2px;
  background: var(--brand);
  border-radius: 2px;
}

.header-cta { flex: none; margin-left: 26px; }

/* The nav contains its own CTA for the mobile drawer. On desktop the
   standalone CTA after the nav is the visible one, so hide the drawer copy
   or two buttons appear side by side. */
.nav .header-cta { display: none; }

.nav-toggle {
  display: none;
  margin-left: auto;
  width: 46px; height: 46px;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 10px;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 20px; height: 2px;
  background: var(--ink);
  position: relative;
}
.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px; height: 2px;
  background: var(--ink);
}
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after  { top: 6px; }

/* --------------------------------------------------------------------------
   6. Hero
   -------------------------------------------------------------------------- */
.hero { position: relative; padding-top: 46px; }

.hero__blob {
  position: absolute;
  top: 0; right: 0;
  width: 58%;
  height: 100%;
  background: var(--brand-tint);
  /* Soft organic curve down the left edge, matching the approved design. */
  border-radius: 42% 0 0 46% / 30% 0 0 62%;
  z-index: 0;
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 30px;
  align-items: center;
}

.hero__copy { padding-bottom: 70px; }

.hero__script-top {
  font-family: var(--font-script);
  color: var(--brand);
  font-size: clamp(30px, 4vw, 40px);
  line-height: 1;
  margin-bottom: 2px;
}

.hero__title {
  font-size: clamp(52px, 8.2vw, 84px);
  letter-spacing: -0.02em;
  margin: 0;
}

.hero__script-bottom {
  font-family: var(--font-script);
  color: var(--brand);
  font-size: clamp(46px, 7vw, 72px);
  line-height: 0.95;
  margin: -6px 0 20px;
}

.hero__text { max-width: 40ch; margin-bottom: 26px; }

.hero__note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 18px;
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--body);
}
.hero__note svg { flex: none; margin-top: 3px; color: var(--muted); }

.hero__media { position: relative; align-self: end; }
.hero__media img {
  width: 100%;
  height: auto;
  display: block;
}

/* --------------------------------------------------------------------------
   7. Feature strip (overlaps hero)
   -------------------------------------------------------------------------- */
.features { position: relative; z-index: 2; margin-top: -46px; }

.features__card {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 26px 10px;
}

.feature {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 6px 22px;
  border-right: 1px solid var(--line);
}
.feature:last-child { border-right: 0; }

.feature__icon {
  flex: none;
  width: 46px; height: 46px;
  border: 1.5px solid var(--brand);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--ink);
}

.feature h3 { font-family: var(--font-ui); font-size: 14px; font-weight: 600; margin-bottom: 2px; }
.feature p  { font-size: 13px; line-height: 1.5; }

/* --------------------------------------------------------------------------
   8. Sections
   -------------------------------------------------------------------------- */
.section { padding: 62px 0; }
.section--tight { padding: 44px 0; }
.section--brand-tint { background: var(--brand-tint); }

/* Style cards -------------------------------------------------------------- */
.style-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.style-grid--secondary { grid-template-columns: repeat(6, 1fr); gap: 16px; }

.style-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.style-card__media {
  aspect-ratio: 1 / 1;
  background: var(--surface);
  display: grid;
  place-items: center;
  color: var(--muted);
  font-size: 12px;
  gap: 8px;
  overflow: hidden;
}
.style-card__media img { width: 100%; height: 100%; object-fit: cover; }

.style-card__body { padding: 14px 16px 16px; }

.style-card__name {
  font-family: var(--font-ui);
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 4px;
}

.style-card__meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  font-size: 13px;
}

.style-card__price { color: var(--brand-deep); font-weight: 600; }

.style-grid--secondary .style-card__media { aspect-ratio: 4 / 3; }
.style-grid--secondary .style-card__body  { padding: 12px 12px 14px; text-align: center; }
.style-grid--secondary .style-card__meta  { justify-content: center; }

.center-action { text-align: center; margin-top: 30px; }

/* Divider label ------------------------------------------------------------ */
.divider-label {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 46px 0 28px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.divider-label::before,
.divider-label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--brand);
  opacity: 0.55;
}

/* --------------------------------------------------------------------------
   9. Info panel (booking steps / notes / hours / payments)
   -------------------------------------------------------------------------- */
.info-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-soft);
  display: grid;
  grid-template-columns: 1.15fr 1.2fr 1fr 0.8fr;
  gap: 0;
  padding: 26px 0;
}

.info-col { padding: 4px 26px; border-right: 1px solid var(--line); }
.info-col:last-child { border-right: 0; }

.info-col__title {
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  text-align: center;
  margin: 0 0 18px;
}
.info-col__title--accent { color: var(--brand-deep); }

/* Booking steps */
.steps { display: flex; align-items: flex-start; justify-content: space-between; gap: 6px; }

.step { text-align: center; flex: 1; position: relative; }

.step__num {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--brand);
  color: var(--ink);
  font-weight: 700;
  font-size: 14px;
  display: grid;
  place-items: center;
  margin: 0 auto 10px;
}

.step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 17px;
  left: calc(50% + 22px);
  width: calc(100% - 44px);
  border-top: 2px dotted var(--brand);
}

.step p { font-size: 12.5px; line-height: 1.45; }

/* Notes */
.note-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.note-list li { display: flex; gap: 11px; font-size: 13px; line-height: 1.5; }
.note-list svg { flex: none; margin-top: 2px; color: var(--brand-deep); }

/* Hours */
.hours-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.hours-list li { display: flex; gap: 12px; }
.hours-list svg { flex: none; margin-top: 2px; color: var(--brand-deep); }
.hours-list strong { display: block; font-size: 13.5px; color: var(--ink); font-weight: 600; }
.hours-list span { font-size: 12.5px; }

/* Payments */
.payments { font-size: 13.5px; line-height: 1.7; color: var(--ink-soft); text-align: center; }

/* --------------------------------------------------------------------------
   10. Stylist card
   -------------------------------------------------------------------------- */
.stylist {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-soft);
  display: grid;
  grid-template-columns: 200px 1.25fr 1.35fr;
  gap: 30px;
  padding: 26px;
  align-items: center;
}

.stylist__photo {
  aspect-ratio: 1 / 1;
  background: var(--surface);
  border-radius: var(--radius);
  display: grid;
  place-items: center;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
  overflow: hidden;
}
.stylist__photo img { width: 100%; height: 100%; object-fit: cover; }

.stylist__script {
  font-family: var(--font-script);
  color: var(--brand);
  font-size: 30px;
  line-height: 1;
  margin-bottom: 4px;
}

.stylist__name { font-size: clamp(24px, 3.2vw, 31px); margin-bottom: 12px; }

.stylist__bio { font-size: 13.5px; line-height: 1.65; max-width: 46ch; }

.stylist__points {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.point { text-align: left; }

.point__icon {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--brand);
  color: var(--ink);
  display: grid;
  place-items: center;
  margin-bottom: 8px;
}

.point h3 { font-family: var(--font-ui); font-size: 12.5px; font-weight: 600; margin-bottom: 2px; }
.point p  { font-size: 11.5px; line-height: 1.45; }

/* --------------------------------------------------------------------------
   11. Contact strip + footer
   -------------------------------------------------------------------------- */
.contact-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 34px 0 40px;
}

.contact-item { display: flex; align-items: flex-start; gap: 14px; }

.contact-item__icon {
  flex: none;
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--brand);
  color: var(--ink);
  display: grid;
  place-items: center;
}

.contact-item h3 {
  font-family: var(--font-ui);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
}
.contact-item p, .contact-item a { font-size: 13px; line-height: 1.5; }
.contact-item a:hover { color: var(--brand-deep); text-decoration: underline; }

.socials { display: flex; gap: 10px; margin-top: 8px; }

.social {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--brand);
  color: var(--ink);
  display: grid;
  place-items: center;
  transition: background-color 0.18s ease;
}
.social:hover { background: var(--brand-deep); }

.site-footer {
  background: var(--brand-footer);
  color: var(--ink);
  text-align: center;
  font-size: 13px;
  padding: 15px var(--gutter);
}

.site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}
.site-footer__sep { opacity: 0.45; }

/* --------------------------------------------------------------------------
   12. Page banner (inner pages)
   -------------------------------------------------------------------------- */
.page-banner {
  background: var(--brand-tint);
  padding: 54px 0 48px;
  text-align: center;
}
.page-banner h1 { font-size: clamp(34px, 5.4vw, 50px); margin-bottom: 10px; }
.page-banner p  { max-width: 60ch; margin-inline: auto; }

/* --------------------------------------------------------------------------
   13. Gallery
   -------------------------------------------------------------------------- */
.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: center;
  margin-bottom: 30px;
}

.filter-chip {
  font-family: var(--font-ui);
  font-size: 12.5px;
  font-weight: 500;
  padding: 8px 17px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink-soft);
  cursor: pointer;
  transition: background-color 0.18s ease, border-color 0.18s ease;
}
.filter-chip:hover { border-color: var(--brand); }
.filter-chip[aria-pressed="true"] {
  background: var(--brand);
  border-color: var(--brand);
  color: var(--ink);
  font-weight: 600;
}

/* Masonry-ish responsive grid that stays tidy from 10 to 100+ photos */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 16px;
}

.gallery-item {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  background: var(--surface);
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 1 / 1;
  cursor: zoom-in;
  transition: transform 0.18s ease;
}
.gallery-item:hover { transform: translateY(-3px); }

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-item__caption {
  position: absolute;
  inset: auto 0 0 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72), transparent);
  color: #fff;
  padding: 26px 13px 11px;
  font-size: 12.5px;
  text-align: left;
  opacity: 0;
  transition: opacity 0.18s ease;
}
.gallery-item:hover .gallery-item__caption,
.gallery-item:focus-visible .gallery-item__caption { opacity: 1; }

.gallery-item__caption span { display: block; font-size: 11px; opacity: 0.85; }

.gallery-status {
  text-align: center;
  padding: 46px 0;
  color: var(--muted);
  font-size: 14px;
}

.gallery-empty {
  text-align: center;
  padding: 56px 24px;
  border: 1px dashed var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
}
.gallery-empty h2 { font-size: 22px; margin-bottom: 8px; }

/* Lightbox ----------------------------------------------------------------- */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(12, 10, 6, 0.92);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
}
.lightbox[open],
.lightbox.is-open { display: flex; }

.lightbox__figure { margin: 0; max-width: 1000px; width: 100%; text-align: center; }

.lightbox__img {
  max-width: 100%;
  max-height: 76vh;
  margin-inline: auto;
  object-fit: contain;
  border-radius: 8px;
}

.lightbox__caption { color: #fff; font-size: 14px; margin-top: 14px; }
.lightbox__caption span { display: block; font-size: 12.5px; opacity: 0.75; margin-top: 3px; }

.lightbox__btn {
  position: absolute;
  background: rgba(255, 255, 255, 0.14);
  border: 0;
  color: #fff;
  width: 48px; height: 48px;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background-color 0.18s ease;
}
.lightbox__btn:hover { background: rgba(255, 255, 255, 0.28); }
.lightbox__close { top: 18px; right: 18px; }
.lightbox__prev  { left: 18px;  top: 50%; transform: translateY(-50%); }
.lightbox__next  { right: 18px; top: 50%; transform: translateY(-50%); }

/* --------------------------------------------------------------------------
   14. Services page
   -------------------------------------------------------------------------- */
.service-table {
  display: grid;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.service-row {
  display: grid;
  grid-template-columns: 1.6fr 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid var(--line);
}
.service-row:last-child { border-bottom: 0; }
.service-row:nth-child(odd) { background: var(--surface); }

.service-row h3 { font-family: var(--font-ui); font-size: 15px; font-weight: 600; margin-bottom: 3px; }
.service-row p  { font-size: 13px; }
.service-row__time  { font-size: 13px; color: var(--body); }
.service-row__price { font-size: 16px; font-weight: 600; color: var(--brand-deep); white-space: nowrap; }

.policy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px;
}

.policy-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px 24px;
  background: var(--white);
}
.policy-card h3 { font-family: var(--font-ui); font-size: 15px; font-weight: 600; margin-bottom: 8px; }
.policy-card p, .policy-card li { font-size: 13.5px; }
.policy-card ul { margin: 0; padding-left: 18px; }

/* --------------------------------------------------------------------------
   15. Booking / contact pages
   -------------------------------------------------------------------------- */
.booking-cta {
  text-align: center;
  background: var(--brand-tint);
  border-radius: var(--radius-lg);
  padding: 48px 26px;
}
.booking-cta h2 { font-size: clamp(26px, 4vw, 36px); margin-bottom: 12px; }
.booking-cta p  { max-width: 54ch; margin-inline: auto 1em; margin-inline-start: auto; }

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: start;
}

.about-prose p { font-size: 15px; max-width: 62ch; }

/* --------------------------------------------------------------------------
   16. Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1080px) {
  .style-grid { grid-template-columns: repeat(3, 1fr); }
  .style-grid--secondary { grid-template-columns: repeat(3, 1fr); }
  .info-panel { grid-template-columns: 1fr 1fr; }
  .info-col { border-bottom: 1px solid var(--line); padding-bottom: 24px; margin-bottom: 24px; }
  .info-col:nth-child(2n) { border-right: 0; }
  .info-col:nth-last-child(-n+2) { border-bottom: 0; padding-bottom: 4px; margin-bottom: 0; }
  .stylist { grid-template-columns: 160px 1fr; }
  .stylist__points { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  .nav {
    position: fixed;
    inset: 84px 0 auto 0;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-card);
    display: none;
    padding: 12px var(--gutter) 22px;
  }
  .nav.is-open { display: block; }

  .nav__list { flex-direction: column; align-items: stretch; gap: 0; }
  .nav__link {
    display: block;
    padding: 14px 4px;
    border-bottom: 1px solid var(--line-soft);
    font-size: 15px;
  }
  .nav__link[aria-current="page"]::after { display: none; }

  .nav-toggle { display: flex; }
  .header-cta { display: none; }
  .nav .header-cta { display: flex; margin: 18px 0 0; width: 100%; }

  .hero { padding-top: 26px; }
  .hero__blob { width: 100%; height: 62%; top: auto; bottom: 0; border-radius: 0; }
  .hero__inner { grid-template-columns: 1fr; gap: 6px; }
  .hero__copy { padding-bottom: 20px; text-align: left; }
  .hero__media { order: 2; }

  .features { margin-top: 22px; }
  .features__card { grid-template-columns: 1fr 1fr; gap: 6px 0; padding: 20px 6px; }
  .feature { padding: 14px 16px; border-right: 1px solid var(--line); }
  .feature:nth-child(2n) { border-right: 0; }

  .contact-strip { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 660px) {
  body { font-size: 14.5px; }

  .style-grid,
  .style-grid--secondary { grid-template-columns: 1fr 1fr; gap: 12px; }

  .info-panel { grid-template-columns: 1fr; padding: 22px 0; }
  .info-col { border-right: 0; }
  .info-col:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); padding-bottom: 24px; margin-bottom: 24px; }
  .info-col:last-child { border-bottom: 0; padding-bottom: 4px; margin-bottom: 0; }

  .stylist { grid-template-columns: 1fr; padding: 20px; gap: 20px; }
  .stylist__photo { max-width: 190px; }
  .stylist__points { grid-template-columns: 1fr 1fr; }

  .features__card { grid-template-columns: 1fr; }
  .feature { border-right: 0; border-bottom: 1px solid var(--line); }
  .feature:last-child { border-bottom: 0; }

  .contact-strip { grid-template-columns: 1fr; gap: 20px; }

  .service-row { grid-template-columns: 1fr auto; gap: 8px 16px; }
  .service-row__time { grid-column: 1 / -1; }

  .two-col { grid-template-columns: 1fr; }

  .gallery-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 10px; }

  .lightbox__prev { left: 8px; }
  .lightbox__next { right: 8px; }

  .section { padding: 44px 0; }
}

/* --------------------------------------------------------------------------
   17. Motion preference
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
}
