:root {
  --black: #050505;
  --white: #ffffff;
  --cream: #f7f2ea;
  --coral: #ff675f;
  --coral-dark: #f2574f;
  --ink: #111111;
  --muted: #6d6962;
  --line: #151515;
  --font: "Inter", Arial, sans-serif;
  --logo: "Bangers", Impact, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.35;
  overflow-x: hidden;
}

.reveal-enabled [data-reveal] {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2, .8, .2, 1);
}

.reveal-enabled [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

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

.hero-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 22px clamp(20px, 3.5vw, 56px);
  color: var(--white);
}

.left-nav,
.header-actions {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.6vw, 36px);
}

.header-actions {
  justify-content: flex-end;
  gap: 16px;
}

.left-nav a {
  font-size: clamp(16px, 1.6vw, 22px);
  font-weight: 900;
  text-transform: lowercase;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .45);
}

.logo {
  font-family: var(--logo);
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: .78;
  letter-spacing: .03em;
  text-align: center;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .45);
  white-space: nowrap;
}

.appointment-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  background: var(--coral);
  color: var(--black);
  font-size: clamp(16px, 1.45vw, 22px);
  font-weight: 900;
  text-transform: lowercase;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
  transition: transform .18s ease, background .18s ease;
}

.appointment-pill:hover {
  transform: translateY(-2px);
  background: var(--coral-dark);
}

.circle-icon {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.circle-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: var(--black);
}

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

.hero-bg {
  object-fit: cover;
  object-position: center;
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.03);
  animation: heroDrift 18s ease-in-out infinite alternate;
}

.hero-shade {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .43) 0%, rgba(0, 0, 0, .08) 38%, rgba(0, 0, 0, .62) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, .54) 0%, rgba(0, 0, 0, .06) 55%, rgba(0, 0, 0, .28) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0 clamp(22px, 3.5vw, 58px) 54px;
}

h1,
h2 {
  margin: 0;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 1210px;
  color: var(--white);
  font-size: clamp(64px, 6.9vw, 112px);
  font-weight: 900;
  line-height: .9;
  text-transform: lowercase;
  text-shadow: 0 8px 32px rgba(0, 0, 0, .45);
}

.hero-pill {
  margin-top: 28px;
}

.ticker {
  overflow: hidden;
  border-top: 2px solid var(--line);
  border-bottom: 2px solid var(--line);
  background: var(--coral);
  color: var(--black);
}

.ticker-track {
  display: flex;
  width: max-content;
  gap: 34px;
  padding: 14px 0;
  animation: tickerMove 26s linear infinite;
}

.ticker span {
  font-size: clamp(18px, 2.4vw, 34px);
  font-weight: 900;
  text-transform: lowercase;
  white-space: nowrap;
}

.ticker span::after {
  content: "/";
  margin-left: 34px;
}

.color-section {
  padding: clamp(52px, 6.5vw, 92px) 0 clamp(54px, 7vw, 100px);
  background: var(--white);
  overflow: hidden;
}

.color-section h2,
.gallery-band h2,
.booking h2 {
  padding: 0 clamp(22px, 3.5vw, 58px);
  color: var(--coral);
  font-size: clamp(76px, 9vw, 154px);
  font-weight: 900;
  line-height: .82;
  text-transform: lowercase;
}

.service-row {
  --card-width: 380px;
  --card-gap: 34px;
  max-width: 100vw;
  margin-top: 42px;
  overflow: hidden;
}

.service-track {
  display: flex;
  width: max-content;
  gap: var(--card-gap);
  padding: 0 clamp(22px, 3.5vw, 58px);
  animation: serviceLoop 38s linear infinite;
  will-change: transform;
}

.service-row:hover .service-track {
  animation-play-state: paused;
}

.service-card {
  flex: 0 0 var(--card-width);
  min-height: 560px;
  border: 2px solid var(--line);
  background: #fff;
  transition: transform .22s ease, box-shadow .22s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 0 var(--black);
}

.service-card img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  object-position: center;
  border-bottom: 2px solid var(--line);
}

.card-copy {
  padding: 22px;
}

.card-copy strong {
  display: block;
  font-size: 27px;
  font-weight: 900;
  text-transform: lowercase;
}

.card-copy p,
.story-copy p,
.booking p,
.footer p {
  color: var(--muted);
  font-weight: 700;
}

.salon-story {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  min-height: 760px;
  background: var(--black);
  color: var(--white);
}

.story-media img,
.story-media video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 760px;
  object-fit: cover;
}

.story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 6vw, 92px);
}

.story-copy h2 {
  max-width: 620px;
  font-size: clamp(52px, 6vw, 100px);
  font-weight: 900;
  line-height: .88;
  text-transform: lowercase;
}

.story-copy p {
  max-width: 560px;
  margin: 28px 0 0;
  color: #e8e2d9;
  font-size: 20px;
}

.story-copy a {
  width: fit-content;
  margin-top: 32px;
  border-bottom: 3px solid var(--coral);
  color: var(--coral);
  font-size: 20px;
  font-weight: 900;
  text-transform: lowercase;
}

.experience-section {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(24px, 6vw, 90px);
  padding: clamp(58px, 7vw, 110px) clamp(22px, 3.5vw, 58px);
  background: var(--white);
  border-bottom: 2px solid var(--line);
}

.experience-number {
  color: var(--coral);
  font-size: clamp(118px, 18vw, 280px);
  font-weight: 900;
  line-height: .78;
}

.experience-copy h2 {
  max-width: 920px;
  font-size: clamp(48px, 6vw, 104px);
  font-weight: 900;
  line-height: .86;
  text-transform: lowercase;
}

.experience-copy p {
  max-width: 760px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 800;
}

.gallery-band {
  padding: clamp(54px, 7vw, 100px) 0;
  background: var(--cream);
  overflow: hidden;
}

.gallery-mosaic {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 260px;
  gap: 22px;
  margin-top: 44px;
  padding: 0 clamp(22px, 3.5vw, 58px);
}

.gallery-mosaic figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 2px solid var(--line);
  background: var(--white);
}

.gallery-mosaic figure.wide {
  grid-column: span 2;
}

.gallery-mosaic figure.tall {
  grid-row: span 2;
}

.gallery-mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s cubic-bezier(.2, .8, .2, 1), filter .5s ease;
}

.gallery-mosaic figure:hover img {
  transform: scale(1.06);
  filter: saturate(1.08) contrast(1.04);
}

.gallery-mosaic figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  max-width: calc(100% - 28px);
  padding: 8px 10px;
  background: var(--coral);
  color: var(--black);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: lowercase;
}

.booking {
  padding: clamp(54px, 7vw, 104px) clamp(22px, 3.5vw, 58px);
  background: var(--white);
}

.benefits {
  padding: clamp(56px, 7vw, 104px) clamp(22px, 3.5vw, 58px);
  background: var(--black);
  color: var(--white);
}

.benefits h2,
.testimonials h2,
.insights h2,
.footer-cta h2 {
  max-width: 1050px;
  margin: 0;
  font-size: clamp(54px, 7vw, 118px);
  font-weight: 900;
  line-height: .84;
  text-transform: lowercase;
}

.benefits h2 {
  color: var(--white);
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 46px;
  border-top: 2px solid rgba(255,255,255,.85);
  border-left: 2px solid rgba(255,255,255,.85);
}

.benefit-grid article {
  min-height: 270px;
  padding: 26px;
  border-right: 2px solid rgba(255,255,255,.85);
  border-bottom: 2px solid rgba(255,255,255,.85);
}

.benefit-grid span {
  display: block;
  color: var(--coral);
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
}

.benefit-grid strong {
  display: block;
  margin-top: 28px;
  font-size: 24px;
  font-weight: 900;
  text-transform: lowercase;
}

.benefit-grid p {
  margin: 12px 0 0;
  color: #e8e2d9;
  font-weight: 800;
}

.testimonials {
  padding: clamp(56px, 7vw, 104px) clamp(22px, 3.5vw, 58px);
  background: var(--white);
}

.testimonial-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 28px;
}

.testimonials h2,
.insights h2,
.footer-cta h2 {
  color: var(--coral);
}

.text-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  border-bottom: 3px solid var(--line);
  font-weight: 900;
  text-transform: lowercase;
  white-space: nowrap;
}

.testimonial-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 44px;
  border-top: 2px solid var(--line);
  border-left: 2px solid var(--line);
}

.testimonial-row figure {
  min-height: 310px;
  margin: 0;
  padding: 28px;
  border-right: 2px solid var(--line);
  border-bottom: 2px solid var(--line);
}

.testimonial-row blockquote {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 34px);
  font-weight: 900;
  line-height: .98;
}

.testimonial-row figcaption {
  margin-top: 24px;
  color: var(--coral);
  font-weight: 900;
  text-transform: lowercase;
}

.booking h2 {
  padding: 0;
}

.booking ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 46px 0 0;
  padding: 0;
  border-top: 2px solid var(--line);
  border-left: 2px solid var(--line);
  list-style: none;
}

.booking li {
  min-height: 220px;
  padding: 24px;
  border-right: 2px solid var(--line);
  border-bottom: 2px solid var(--line);
}

.booking span {
  display: block;
  color: var(--coral);
  font-size: 46px;
  font-weight: 900;
  line-height: .9;
}

.booking strong {
  display: block;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 900;
  text-transform: lowercase;
}

.booking p {
  margin: 8px 0 0;
}

.insights {
  padding: clamp(56px, 7vw, 104px) clamp(22px, 3.5vw, 58px);
  background: var(--cream);
}

.insight-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 42px;
}

.insight-row a {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  border: 2px solid var(--line);
  background: var(--white);
  transition: transform .22s ease, box-shadow .22s ease;
}

.insight-row a:hover {
  transform: translateY(-7px);
  box-shadow: 0 16px 0 var(--black);
}

.insight-row span {
  color: var(--coral);
  font-size: 14px;
  font-weight: 900;
  text-transform: lowercase;
}

.insight-row strong {
  font-size: clamp(28px, 3vw, 48px);
  font-weight: 900;
  line-height: .95;
  text-transform: lowercase;
}

.footer {
  padding: clamp(44px, 6vw, 88px) clamp(22px, 3.5vw, 58px) 34px;
  background: var(--black);
  color: var(--white);
}

.footer-cta {
  display: grid;
  grid-template-columns: .55fr 1fr auto;
  align-items: end;
  gap: clamp(24px, 5vw, 70px);
  padding-bottom: clamp(42px, 6vw, 76px);
  border-bottom: 2px solid rgba(255,255,255,.18);
}

.footer-logo {
  font-size: 36px;
  text-shadow: none;
}

.footer p {
  max-width: 680px;
  color: #ddd7ce;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  padding-top: 34px;
}

.footer h3 {
  margin: 0 0 16px;
  color: var(--coral);
  font-size: 16px;
  font-weight: 900;
  text-transform: lowercase;
}

.footer-grid a,
.footer-grid p {
  display: block;
  margin: 9px 0 0;
  color: #f4eee6;
  font-size: 15px;
  font-weight: 900;
  text-transform: lowercase;
}

@keyframes tickerMove {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes serviceLoop {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-1 * ((var(--card-width) + var(--card-gap)) * 5))); }
}

@keyframes heroDrift {
  from { transform: scale(1.035) translate3d(0, 0, 0); }
  to { transform: scale(1.09) translate3d(-1.2%, -.8%, 0); }
}

@media (max-width: 900px) {
  .hero-header {
    grid-template-columns: 1fr auto;
  }

  .left-nav {
    display: none;
  }

  .logo {
    justify-self: start;
  }

  .salon-story,
  .experience-section,
  .benefit-grid,
  .testimonial-heading,
  .testimonial-row,
  .insight-row,
  .booking ol,
  .footer-cta,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .story-media img,
  .story-media video {
    min-height: 430px;
  }
}

@media (max-width: 620px) {
  .hero-header {
    padding: 18px;
  }

  .logo {
    font-size: 30px;
  }

  .header-actions .appointment-pill {
    display: none;
  }

  .icon-extra {
    display: none;
  }

  .circle-icon {
    width: 38px;
    height: 38px;
  }

  .hero-bg {
    object-position: center;
  }

  .hero-content {
    padding: 0 18px 42px;
  }

  .hero h1 {
    font-size: clamp(58px, 18vw, 86px);
  }

  .appointment-pill {
    min-height: 52px;
    padding: 0 22px;
    font-size: 17px;
  }

  .color-section h2,
  .gallery-band h2,
  .booking h2 {
    font-size: clamp(60px, 20vw, 96px);
  }

  .service-row,
  .gallery-mosaic {
    --card-width: min(292px, 78vw);
  }

  .service-track {
    gap: 18px;
  }

  .service-card {
    min-height: 500px;
  }

  .service-card img {
    height: 340px;
  }

  .gallery-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 210px;
    gap: 14px;
    padding: 0 18px;
  }

  .gallery-mosaic figure.wide,
  .gallery-mosaic figure.tall {
    grid-column: span 1;
    grid-row: span 1;
  }

  .gallery-mosaic figure:first-child {
    grid-column: span 2;
  }

  .story-copy {
    padding: 44px 18px 52px;
  }

  .story-copy h2 {
    font-size: 56px;
  }

  .booking {
    padding-left: 18px;
    padding-right: 18px;
  }

  .experience-section,
  .benefits,
  .testimonials,
  .insights {
    padding-left: 18px;
    padding-right: 18px;
  }

  .experience-number {
    font-size: 120px;
  }

  .benefits h2,
  .testimonials h2,
  .insights h2,
  .footer-cta h2 {
    font-size: clamp(52px, 16vw, 78px);
  }

  .testimonial-row figure,
  .benefit-grid article {
    min-height: 220px;
  }
}

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

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
