:root {
  --site-max: 1920px;
  --paper: #f4f1ed;
  --ink: #070707;
  --muted: #5d5a56;
  --soft: #ded8d1;
  --hot: #f43f6d;
  --line: rgba(7, 7, 7, 0.16);
  --white: #fff;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

section {
  scroll-margin-top: 86px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

main,
.site-footer {
  max-width: var(--site-max);
  margin-inline: auto;
}

img,
svg {
  display: block;
}

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

button,
input,
select {
  font: inherit;
}

.split-word,
.split-letter {
  display: inline-block;
  will-change: transform, opacity;
}

[data-split-words],
[data-split-letters],
[data-animate-hero],
[data-animate-nav],
.service-card,
.gallery-card,
[data-reveal-copy],
[data-parallax-image] {
  will-change: transform, opacity;
}

.site-header {
  position: fixed;
  inset: 0 auto auto 50%;
  z-index: 30;
  width: min(100%, var(--site-max));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
  padding: 22px clamp(18px, 4vw, 42px);
  color: var(--white);
  transition: color 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(244, 241, 237, 0.92);
  color: var(--ink);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: flex-start;
  gap: 2px;
  font-size: 1.95rem;
  font-weight: 900;
  line-height: 0.85;
}

.brand sup {
  color: var(--hot);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.main-nav {
  justify-self: center;
  display: flex;
  gap: clamp(28px, 8vw, 120px);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.main-nav a {
  padding-bottom: 6px;
  border-bottom: 1px solid transparent;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  border-color: currentColor;
}

.outline-button,
.ghost-button,
.solid-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 0;
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
}

.outline-button,
.ghost-button {
  border: 1px solid currentColor;
  background: transparent;
}

.solid-button {
  border: 1px solid var(--hot);
  background: var(--hot);
  color: var(--white);
}

.solid-button.dark {
  width: 100%;
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.hero {
  min-height: 100svh;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 110px clamp(18px, 4vw, 42px) 36px;
  background: var(--ink);
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center;
  filter: contrast(1.08);
  transform-origin: center;
}

.hero-mobile-stack {
  display: none;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.05) 42%, rgba(0, 0, 0, 0.42)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.62), transparent 44%);
}

.hero-type {
  position: absolute;
  top: 11vh;
  left: clamp(18px, 4vw, 48px);
  color: rgba(255, 255, 255, 0.28);
  font-family: "Oswald", Impact, sans-serif;
  font-size: clamp(8rem, 23vw, 24rem);
  font-weight: 700;
  line-height: 0.74;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 690px;
  color: var(--white);
}

.microcopy,
.section-kicker,
.gallery-heading,
.stylist-heading p {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 18px 0 20px;
  max-width: 840px;
  font-family: "Oswald", Impact, sans-serif;
  font-size: clamp(4.4rem, 11vw, 12rem);
  font-weight: 700;
  line-height: 0.82;
  text-transform: uppercase;
}

.hero p:not(.microcopy) {
  max-width: 560px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gender-labels {
  display: none;
}

@media (max-width: 1500px) and (min-width: 981px) {
  .hero {
    min-height: min(100svh, 860px);
  }

  .hero-image {
    object-position: center top;
  }

  .hero-type {
    top: 10vh;
    font-size: clamp(8rem, 20vw, 18rem);
  }

  .hero h1 {
    max-width: 760px;
    font-size: clamp(4.4rem, 10vw, 9rem);
  }

  .booking-visual {
    grid-template-columns: minmax(0, 1fr) clamp(180px, 16vw, 230px);
  }

  .location-content h3 {
    font-size: clamp(3.4rem, 5.15vw, 5rem);
  }
}

@media (max-width: 1220px) and (min-width: 981px) {
  .hero {
    min-height: min(100svh, 760px);
  }

  .hero-content {
    max-width: 620px;
  }

  .hero h1 {
    max-width: 650px;
    font-size: clamp(4rem, 9.5vw, 7.2rem);
  }
}

.about-section,
.services-section,
.stylists-section,
.booking-section {
  padding: clamp(72px, 9vw, 130px) clamp(18px, 4vw, 42px);
}

.about-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) minmax(540px, 0.96fr) minmax(240px, 0.48fr);
  gap: clamp(18px, 3vw, 38px);
  align-items: end;
}

.about-section h2,
.services-section h2,
.gallery-section h2,
.stylists-section h2,
.booking-section h2 {
  margin: 0;
  font-family: "Oswald", Impact, sans-serif;
  font-size: clamp(5rem, 14vw, 15rem);
  font-weight: 700;
  line-height: 0.78;
  text-transform: uppercase;
  white-space: nowrap;
}

.about-section h2 {
  position: absolute;
  top: clamp(138px, 11vw, 176px);
  left: clamp(18px, 4vw, 42px);
  color: var(--white);
  mix-blend-mode: difference;
  margin: 0;
  pointer-events: none;
  white-space: nowrap;
  z-index: 3;
}

.about-photo {
  grid-column: 2;
  margin: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.about-photo::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 24%;
  background: linear-gradient(180deg, rgba(7, 7, 7, 0.28), rgba(7, 7, 7, 0));
  pointer-events: none;
  z-index: 1;
}

.about-photo img {
  width: 100%;
  aspect-ratio: 0.82;
  object-fit: cover;
  transform-origin: center;
}

.about-section p {
  grid-column: 3;
  margin: 0 0 16px;
  font-size: clamp(0.92rem, 1.2vw, 1.05rem);
  font-weight: 700;
  line-height: 1.55;
  text-transform: uppercase;
}

.services-section {
  background: var(--white);
  overflow: hidden;
}

.services-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-top: 12px;
}

.services-section h2 {
  font-size: clamp(4.8rem, 13vw, 15rem);
}

.section-copy {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.service-tabs {
  display: flex;
  border: 1px solid var(--ink);
}

.service-tab {
  min-height: 46px;
  padding: 0 24px;
  border: 0;
  border-right: 1px solid var(--ink);
  background: transparent;
  cursor: pointer;
  font-weight: 900;
  text-transform: uppercase;
}

.service-tab:last-child {
  border-right: 0;
}

.service-tab.is-active {
  background: var(--ink);
  color: var(--white);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
  margin-top: 48px;
}

.service-card {
  min-height: 310px;
  display: grid;
  align-content: space-between;
  padding: 24px;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--white);
}

.service-card span {
  font-family: "Oswald", Impact, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 0.9;
}

.service-card h3 {
  margin: 48px 0 12px;
  font-size: 1.3rem;
  text-transform: uppercase;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.service-card strong {
  display: block;
  margin-top: 28px;
  font-size: 1.2rem;
}

.gallery-section {
  padding: 36px clamp(18px, 4vw, 42px) clamp(78px, 10vw, 150px);
  background: var(--ink);
  color: var(--white);
  overflow: hidden;
}

.gallery-heading {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
}

.gallery-heading a {
  border-bottom: 1px solid currentColor;
}

.gallery-section h2 {
  margin-left: -12px;
  color: var(--white);
  font-size: clamp(7rem, 22vw, 24rem);
  letter-spacing: -0.02em;
}

.gallery-wall {
  position: relative;
  min-height: clamp(880px, 82vw, 1250px);
  margin-top: -6vw;
}

.gallery-card {
  position: absolute;
  display: grid;
  gap: 10px;
  margin: 0;
  color: var(--white);
}

.gallery-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #151515;
  transform-origin: center;
}

.gallery-card span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.gallery-card-tall {
  left: 0;
  top: clamp(92px, 12vw, 150px);
  width: clamp(170px, 15.625vw, 300px);
}

.gallery-card-tall img {
  aspect-ratio: 0.72;
  height: clamp(250px, 21.875vw, 420px);
  object-position: 8% 20%;
}

.gallery-card-feature {
  left: 32%;
  top: clamp(62px, 8vw, 118px);
  width: clamp(250px, 27.08vw, 520px);
}

.gallery-card-feature img {
  aspect-ratio: 0.78;
  height: clamp(340px, 34.375vw, 660px);
  object-position: 48% 35%;
}

.gallery-card-small {
  right: 18%;
  top: clamp(118px, 16vw, 190px);
  width: clamp(145px, 13.02vw, 250px);
}

.gallery-card-small img {
  aspect-ratio: 0.86;
  height: clamp(170px, 15.1vw, 290px);
  object-position: 70% 22%;
}

.gallery-card-portrait {
  right: 2%;
  top: clamp(180px, 22vw, 300px);
  width: clamp(170px, 16.15vw, 310px);
}

.gallery-card-portrait img {
  aspect-ratio: 0.7;
  height: clamp(250px, 22.92vw, 440px);
  object-position: 94% 28%;
}

.gallery-card-wide {
  left: 10%;
  bottom: clamp(170px, 17vw, 240px);
  width: clamp(220px, 23.95vw, 460px);
}

.gallery-card-wide img {
  aspect-ratio: 1.26;
  height: clamp(170px, 18.23vw, 350px);
  object-position: 28% 78%;
}

.gallery-card-square {
  right: 10%;
  bottom: clamp(112px, 11vw, 150px);
  width: clamp(190px, 18.75vw, 360px);
}

.gallery-card-square img {
  aspect-ratio: 0.95;
  height: clamp(200px, 19.79vw, 380px);
  object-position: 82% 82%;
}

.gallery-note {
  position: absolute;
  left: 34%;
  bottom: 0;
  max-width: 390px;
  z-index: 4;
}

.gallery-note span {
  display: block;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.gallery-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.stylists-section {
  background: var(--paper);
}

.stylist-heading {
  margin-bottom: 42px;
}

.stylist-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 0.86fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.stylist-photo {
  display: block;
  width: 100%;
  transform-origin: center;
}

.stylist-photo img {
  width: 100%;
  aspect-ratio: 0.76;
  object-fit: cover;
  object-position: center top;
}

.stylist-copy {
  display: grid;
  gap: 18px;
}

.stylist-copy span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
}

.stylist-copy h3 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 0.95;
}

.stylist-nameplate {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(8px, 1.1vw, 14px);
  align-items: center;
}

.signature-image {
  width: clamp(96px, 10vw, 140px);
  height: auto;
  filter: invert(1);
  opacity: 1;
}

.stylist-copy p {
  max-width: 520px;
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.booking-section {
  display: grid;
  grid-template-columns: minmax(360px, 0.74fr) minmax(560px, 1fr);
  grid-template-areas:
    "copy map"
    "panel map";
  column-gap: clamp(28px, 3vw, 54px);
  row-gap: 0;
  align-items: stretch;
  background: var(--ink);
  color: var(--white);
  overflow: hidden;
}

.booking-copy {
  grid-area: copy;
  align-self: end;
  padding: clamp(42px, 6vw, 82px) clamp(28px, 4vw, 54px) clamp(22px, 3vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 0;
}

.booking-section h2 {
  margin: 16px 0 0;
  font-size: clamp(4.5rem, 7.6vw, 9.4rem);
  line-height: 0.86;
  white-space: normal;
  color: var(--white);
}

.booking-title span {
  display: block;
  white-space: nowrap;
}

.booking-copy p:not(.section-kicker) {
  max-width: 520px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.05rem;
  line-height: 1.75;
}

.booking-visual {
  grid-area: map;
  position: relative;
  min-height: auto;
  align-self: stretch;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(190px, 18vw, 270px);
  grid-template-rows: 1fr;
  grid-template-areas: "location map";
  gap: clamp(20px, 3vw, 42px);
  align-items: center;
  padding: clamp(28px, 4.5vw, 66px);
  border: 1px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
}

.location-card {
  grid-area: map;
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  min-height: 0;
  height: auto;
  align-self: center;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
  isolation: isolate;
  border: 1px solid var(--ink);
  cursor: pointer;
}

.map-image {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1) contrast(1.12) brightness(0.86);
  opacity: 0.96;
}

.map-pin {
  position: absolute;
  top: 50%;
  left: 51%;
  width: 20px;
  height: 20px;
  border: 2px solid var(--white);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.map-pin::after {
  content: "";
  position: absolute;
  inset: -14px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
}

.map-pin span {
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: max-content;
  padding: 7px 9px;
  background: var(--white);
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.location-content {
  grid-area: location;
  display: grid;
  gap: 14px;
  align-content: center;
  align-self: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
}

.location-content h3 {
  margin: 0;
  font-family: "Oswald", Impact, sans-serif;
  font-size: clamp(3.4rem, 6.7vw, 7.4rem);
  line-height: 0.82;
  text-transform: uppercase;
}

.location-content p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.whatsapp-panel {
  grid-area: panel;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-self: stretch;
  align-content: space-between;
  min-height: clamp(220px, 17vw, 300px);
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--ink);
  color: var(--white);
}

.panel-label,
.booking-details {
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.whatsapp-button {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: start;
  padding: 22px 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.whatsapp-button span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.whatsapp-button strong {
  justify-self: start;
  font-family: "Oswald", Impact, sans-serif;
  font-size: clamp(2.5rem, 4.4vw, 4.9rem);
  line-height: 0.92;
}

.booking-details {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: rgba(255, 255, 255, 0.7);
}

.site-footer {
  display: grid;
  gap: clamp(22px, 3.2vw, 44px);
  padding: clamp(30px, 4vw, 50px) clamp(18px, 4vw, 42px) clamp(28px, 4vw, 44px);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  background: var(--ink);
  color: var(--white);
  overflow: hidden;
}

.footer-bottom {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto minmax(260px, 1fr);
  gap: 24px;
  align-items: start;
}

.footer-display {
  margin-left: -0.04em;
  color: var(--white);
  font-family: "Oswald", Impact, sans-serif;
  font-size: clamp(6.8rem, 15.8vw, 16rem);
  font-weight: 700;
  line-height: 0.74;
  text-transform: uppercase;
  white-space: nowrap;
}

.footer-bottom {
  align-items: end;
  padding-top: clamp(18px, 2.4vw, 32px);
}

.footer-bottom p {
  max-width: 350px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.65;
}

.footer-links,
.footer-contact {
  display: grid;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer-links {
  grid-template-columns: repeat(4, auto);
  justify-content: center;
  gap: clamp(18px, 3vw, 42px);
}

.footer-contact {
  grid-column: 3;
  justify-items: end;
  text-align: right;
}

.footer-contact span,
.footer-links a {
  color: rgba(255, 255, 255, 0.68);
}

@media (max-width: 1300px) and (min-width: 981px) {
  .gallery-section h2 {
    font-size: clamp(7rem, 16vw, 12.5rem);
  }

  .gallery-wall {
    min-height: auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px 24px;
    margin-top: 36px;
  }

  .gallery-card,
  .gallery-note {
    position: static;
    width: auto;
  }

  .gallery-card img {
    width: 100%;
    height: auto;
  }

  .gallery-card-tall img,
  .gallery-card-small img,
  .gallery-card-portrait img,
  .gallery-card-wide img,
  .gallery-card-square img {
    aspect-ratio: 0.78;
    height: auto;
  }

  .gallery-card-feature {
    grid-column: span 2;
  }

  .gallery-card-feature img {
    aspect-ratio: 1.15;
    height: auto;
  }

  .gallery-note {
    grid-column: span 2;
    max-width: 520px;
  }

  .booking-section {
    grid-template-columns: minmax(360px, 0.78fr) minmax(480px, 0.92fr);
    column-gap: clamp(22px, 2.6vw, 34px);
  }

  .booking-visual {
    grid-template-columns: 1fr;
    grid-template-areas:
      "map"
      "location";
    gap: clamp(16px, 2vw, 24px);
    align-content: center;
    padding: clamp(28px, 4vw, 48px);
  }

  .location-card {
    width: clamp(170px, 18vw, 220px);
    justify-self: end;
  }

  .location-content h3 {
    max-width: none;
    font-size: clamp(3.2rem, 5.4vw, 4.9rem);
  }

  .location-content p {
    max-width: 360px;
  }
}

@media (max-width: 1500px) and (min-width: 981px) {
  .booking-section {
    grid-template-columns: minmax(360px, 0.72fr) minmax(500px, 0.94fr);
    column-gap: clamp(24px, 3vw, 42px);
  }

  .booking-section h2 {
    font-size: clamp(4.2rem, 6.25vw, 7.6rem);
  }

  .booking-copy {
    padding-inline: clamp(28px, 3.2vw, 44px);
  }

  .whatsapp-panel {
    padding-inline: clamp(28px, 3.2vw, 44px);
  }

  .whatsapp-button strong {
    font-size: clamp(2.5rem, 3.85vw, 4.4rem);
  }

  .booking-visual {
    grid-template-columns: minmax(0, 1fr) clamp(150px, 14vw, 205px);
    grid-template-areas: "location map";
    gap: clamp(20px, 2.4vw, 32px);
    align-content: center;
    align-items: center;
    padding: clamp(34px, 4.2vw, 58px);
  }

  .location-card {
    width: 100%;
    justify-self: end;
  }

  .location-content h3 {
    max-width: 360px;
    font-size: clamp(3.2rem, 4.6vw, 4.35rem);
  }

  .location-content p {
    max-width: 350px;
  }
}

:focus-visible {
  outline: 3px solid var(--hot);
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .main-nav {
    display: none;
  }

  .about-section,
  .services-layout,
  .stylist-panel,
  .booking-section {
    grid-template-columns: 1fr;
  }

  .booking-section {
    row-gap: 0;
    grid-template-areas:
      "copy"
      "map"
      "panel";
  }

  .booking-copy {
    padding-bottom: 28px;
  }

  .about-section h2 {
    position: absolute;
    top: clamp(58px, 8vw, 86px);
    left: clamp(18px, 4vw, 42px);
    color: var(--white);
    mix-blend-mode: difference;
    margin: 0;
  }

  .about-photo,
  .about-section p {
    grid-column: auto;
  }

  .about-photo::before {
    display: none;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-wall {
    min-height: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px;
    margin-top: -2vw;
  }

  .gallery-card,
  .gallery-note {
    position: static;
    width: auto;
  }

  .gallery-card-feature,
  .gallery-card-wide,
  .gallery-note {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  body {
    min-width: 320px;
    padding-bottom: 0;
    background: var(--ink);
  }

  .site-header {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    transform: none;
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding: 16px 18px;
    background: var(--ink);
    color: var(--white);
    backdrop-filter: none;
  }

  .site-header.is-scrolled {
    background: var(--ink);
    color: var(--white);
    backdrop-filter: none;
  }

  section {
    scroll-margin-top: 76px;
  }

  .brand {
    font-size: 1.55rem;
  }

  .outline-button {
    position: fixed;
    left: 22px;
    right: 22px;
    bottom: max(18px, env(safe-area-inset-bottom));
    z-index: 40;
    min-height: 54px;
    width: auto;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 999px;
    background: rgba(18, 18, 18, 0.48);
    color: var(--white);
    font-size: 0.76rem;
    white-space: nowrap;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(18px) saturate(1.35);
    -webkit-backdrop-filter: blur(18px) saturate(1.35);
  }

  .hero {
    min-height: 100svh;
    align-items: stretch;
    padding: 76px 0 0;
  }

  .hero-image {
    display: none;
  }

  .hero-mobile-stack {
    position: absolute;
    inset: 76px 0 0;
    display: grid;
    grid-template-rows: 1fr 1fr;
    background: var(--ink);
  }

  .hero-mobile-frame {
    position: relative;
    min-height: 0;
    margin: 0;
    overflow: hidden;
  }

  .hero-mobile-frame img {
    position: absolute;
    top: 0;
    width: 100%;
    min-width: 200%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1) contrast(1.08);
    transform: scale(1.02);
  }

  .hero-mobile-female img {
    left: 0;
    object-position: left center;
  }

  .hero-mobile-male img {
    right: 0;
    object-position: right center;
  }

  .hero-mobile-frame span {
    position: absolute;
    left: auto;
    right: 22px;
    bottom: 26px;
    transform: none;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.95rem;
    letter-spacing: 0.55em;
    text-transform: uppercase;
  }

  .hero-mobile-female span {
    bottom: 22px;
  }

  .hero-shade {
    display: none;
  }

  .hero-type {
    display: none;
  }

  .hero-content {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 50%;
    z-index: 3;
    display: block;
    max-width: 340px;
    transform: translateY(48%);
    pointer-events: none;
  }

  .hero-content .microcopy {
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.64rem;
    text-shadow: 0 1px 18px rgba(0, 0, 0, 0.45);
  }

  .hero h1 {
    max-width: 318px;
    margin: 0;
    color: var(--white);
    font-size: clamp(2.75rem, 12.2vw, 3.75rem);
    line-height: 0.84;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.46);
  }

  .hero p:not(.microcopy) {
    display: none;
  }

  .hero-actions {
    display: none;
  }

  .service-tabs {
    flex-direction: column;
  }

  .solid-button,
  .ghost-button {
    width: 100%;
  }

  .gender-labels {
    display: none;
  }

  .about-section,
  .services-section,
  .stylists-section,
  .booking-section {
    padding: 72px 18px;
  }

  .about-section h2,
  .services-section h2,
  .gallery-section h2,
  .stylists-section h2,
  .booking-section h2 {
    font-size: clamp(3.8rem, 22vw, 6.2rem);
    line-height: 0.84;
  }

  .about-section {
    gap: 18px;
    padding-top: 88px;
    background: var(--paper);
  }

  .about-section h2 {
    top: 50px;
    left: 18px;
    margin: 0;
    font-size: clamp(4.8rem, 24vw, 6.8rem);
  }

  .about-photo {
    margin-top: 34px;
  }

  .about-photo img {
    aspect-ratio: 0.86;
  }

  .about-section p {
    font-size: 0.86rem;
    line-height: 1.55;
  }

  .services-layout {
    gap: 18px;
  }

  .services-section h2 {
    font-size: clamp(3rem, 14vw, 4.2rem);
    white-space: nowrap;
  }

  .section-copy {
    margin-top: 16px;
    font-size: 0.92rem;
    line-height: 1.65;
  }

  .service-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }

  .service-tab {
    padding: 0 12px;
    min-height: 42px;
    font-size: 0.78rem;
  }

  .service-grid {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .service-card {
    min-height: 220px;
    padding: 20px;
  }

  .service-card span {
    font-size: 3.2rem;
  }

  .service-card h3 {
    margin-top: 32px;
    font-size: 1.05rem;
  }

  .gallery-section {
    padding: 76px 18px 76px;
  }

  .gallery-heading {
    align-items: end;
    font-size: 0.66rem;
  }

  .gallery-section h2 {
    margin-left: -6px;
    margin-bottom: -14px;
    font-size: clamp(4.9rem, 27vw, 7.6rem);
    line-height: 0.86;
    position: relative;
    z-index: 0;
  }

  .gallery-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 14px;
    margin-top: 0;
    align-items: start;
    position: relative;
    z-index: 2;
  }

  .gallery-card {
    gap: 8px;
  }

  .gallery-card img {
    width: 100%;
    height: auto;
  }

  .gallery-card-feature,
  .gallery-card-wide {
    grid-column: auto;
  }

  .gallery-card-tall {
    margin-top: 18px;
  }

  .gallery-card-tall img {
    aspect-ratio: 0.74;
    height: 176px;
    object-position: 8% 20%;
  }

  .gallery-card-feature {
    margin-top: 0;
  }

  .gallery-card-feature img {
    aspect-ratio: 0.72;
    height: 250px;
    object-position: 48% 35%;
  }

  .gallery-card-small {
    margin-top: 22px;
  }

  .gallery-card-small img {
    aspect-ratio: 0.78;
    height: 192px;
    object-position: 70% 22%;
  }

  .gallery-card-portrait {
    margin-top: -6px;
  }

  .gallery-card-portrait img {
    aspect-ratio: 0.72;
    height: 224px;
    object-position: 92% 28%;
  }

  .gallery-card-wide {
    margin-top: 22px;
  }

  .gallery-card-wide img {
    aspect-ratio: 0.75;
    height: 210px;
    object-position: 28% 78%;
  }

  .gallery-card-square {
    margin-top: -8px;
  }

  .gallery-card-square img {
    aspect-ratio: 0.8;
    height: 188px;
    object-position: 82% 82%;
  }

  .gallery-note {
    grid-column: 1 / -1;
    max-width: none;
    margin-top: 4px;
  }

  .gallery-note span {
    margin-bottom: 12px;
  }

  .stylist-heading {
    margin-bottom: 24px;
  }

  .stylist-panel {
    gap: 22px;
  }

  .stylist-photo img {
    object-position: center 40%;
  }

  .stylist-copy h3 {
    font-size: clamp(2.2rem, 12vw, 3.8rem);
  }

  .signature-image {
    width: clamp(96px, 32vw, 132px);
  }

  .booking-section {
    row-gap: 0;
    column-gap: 0;
    grid-template-areas:
      "copy"
      "map"
      "panel";
  }

  .booking-section h2 {
    font-size: clamp(3.2rem, 16vw, 4.8rem);
  }

  .booking-copy p:not(.section-kicker) {
    margin-top: 18px;
    margin-bottom: 28px;
    font-size: 0.92rem;
    line-height: 1.65;
  }

  .booking-visual {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-areas:
      "map"
      "location";
    gap: 18px;
    padding: 18px;
  }

  .location-card {
    width: min(64vw, 230px);
    justify-self: end;
    aspect-ratio: 1;
    min-height: 0;
  }

  .map-image {
    min-height: 0;
  }

  .map-pin {
    top: 50%;
    left: 47%;
  }

  .map-pin span {
    left: 22px;
    font-size: 0.62rem;
  }

  .location-content {
    border-top: 0;
    padding: 0;
  }

  .location-content h3 {
    font-size: clamp(2.8rem, 15vw, 4.3rem);
  }

  .whatsapp-panel {
    grid-template-columns: 1fr;
    margin-top: -1px;
    padding: 18px;
    background: var(--ink);
    color: var(--white);
  }

  .whatsapp-button {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .whatsapp-button strong {
    justify-self: start;
  }

  .booking-details {
    flex-direction: column;
    gap: 6px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 30px 18px 110px;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-display {
    font-size: clamp(3.8rem, 17vw, 4.7rem);
    line-height: 0.78;
    white-space: nowrap;
  }

  .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-contact {
    grid-column: auto;
    justify-items: start;
    text-align: left;
  }
}

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