:root {
  --ink: #151312;
  --ink-soft: #302c29;
  --muted: #746f6a;
  --line: rgba(21, 19, 18, 0.14);
  --dark: #151515;
  --dark-2: #22201e;
  --cream: #fbfaf7;
  --surface: #ffffff;
  --soft: #f1ece7;
  --peach: #f4a987;
  --peach-2: #ffd5bf;
  --peach-dark: #9e583e;
  --shadow: 0 26px 70px rgba(21, 19, 18, 0.16);
  --radius: 4px;
  --header-height: 88px;
  --content: 1180px;
  --wide: 1440px;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--cream);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--cream);
  font-size: 18px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

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

img {
  height: auto;
}

a {
  color: inherit;
  text-underline-offset: 0.24em;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

a:hover {
  color: var(--peach-dark);
}

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

.skip-link {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 1000;
  padding: 12px 16px;
  color: #151312;
  background: var(--peach-2);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 60;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: var(--header-height);
  padding: 14px clamp(20px, 4vw, 56px);
  color: #ffffff;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.82), rgba(18, 18, 18, 0.38) 70%, rgba(18, 18, 18, 0));
  transition: min-height 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled,
body:not(.home) .site-header {
  min-height: 74px;
  background: rgba(21, 21, 21, 0.92);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-grid;
  gap: 2px;
  align-items: center;
  width: max-content;
  color: #ffffff;
  text-decoration: none;
}

.brand-signature {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.4vw, 3.5rem);
  font-style: italic;
  line-height: 0.82;
  letter-spacing: -0.04em;
}

.brand-subtitle {
  display: block;
  padding-left: 4px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 3vw, 48px);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.site-nav a {
  position: relative;
  text-decoration: none;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--peach);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
  content: "";
}

.site-nav a:hover::after,
.site-nav a.is-active::after {
  transform: scaleX(1);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 22px;
  color: var(--ink);
  background: linear-gradient(135deg, var(--peach-2), var(--peach));
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 12px 26px rgba(244, 169, 135, 0.22);
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
}

.header-cta:hover {
  color: var(--ink);
  transform: translateY(-2px);
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.08);
}

.nav-toggle__bar,
.nav-toggle__bar::before,
.nav-toggle__bar::after {
  display: block;
  width: 24px;
  height: 2px;
  margin: auto;
  background: currentColor;
  content: "";
  transition: transform 180ms ease;
}

.nav-toggle__bar::before {
  transform: translateY(-7px);
}

.nav-toggle__bar::after {
  transform: translateY(5px);
}

.section {
  padding: clamp(86px, 9vw, 152px) clamp(20px, 5vw, 70px);
}

.section-label {
  margin: 0 0 16px;
  color: var(--peach-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.98;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  color: #ffffff;
  font-size: clamp(4rem, 8vw, 8.6rem);
}

h1 span,
h2 span {
  display: block;
  color: var(--peach);
  font-style: italic;
}

h2 {
  font-size: clamp(3rem, 6vw, 6rem);
}

h3 {
  font-size: clamp(1.6rem, 2.5vw, 2.7rem);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: calc(var(--header-height) + 70px) clamp(22px, 6vw, 92px) clamp(96px, 10vw, 150px);
  color: #ffffff;
  background: #121110;
  overflow: hidden;
}

.hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.78) 34%, rgba(0, 0, 0, 0.34) 58%, rgba(0, 0, 0, 0.22) 100%),
    radial-gradient(circle at 28% 52%, rgba(244, 169, 135, 0.12), transparent 28%),
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 120px);
  pointer-events: none;
  z-index: 1;
  content: "";
}

.hero__media {
  position: absolute;
  inset: 0;
  transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.035);
  transform-origin: center;
  will-change: transform;
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.hero__content {
  position: relative;
  z-index: 2;
  max-width: 770px;
}

.hero__lead {
  max-width: 460px;
  margin-bottom: 42px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.06rem, 1.4vw, 1.35rem);
  line-height: 1.75;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 34px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 34px;
  height: 58px;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  transform: translateX(-50%);
}

.scroll-cue span {
  width: 5px;
  height: 12px;
  border-radius: 999px;
  background: currentColor;
  animation: cue 1.5s ease-in-out infinite;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding: 16px 30px;
  border: 1px solid transparent;
  font-size: 0.96rem;
  font-weight: 850;
  letter-spacing: 0.01em;
  text-decoration: none;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
}

.button--primary {
  color: var(--ink);
  background: linear-gradient(135deg, var(--peach-2), var(--peach));
  box-shadow: 0 18px 38px rgba(244, 169, 135, 0.26);
}

.button--primary:hover {
  color: var(--ink);
  transform: translateY(-2px);
}

.button--ghost {
  color: inherit;
  background: transparent;
  border-color: currentColor;
}

.button--ghost:hover {
  color: var(--ink);
  background: var(--peach-2);
  border-color: var(--peach-2);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 1fr);
  align-items: center;
  gap: clamp(48px, 7vw, 110px);
  max-width: var(--wide);
  margin-inline: auto;
  background:
    radial-gradient(circle at 75% 50%, rgba(244, 169, 135, 0.16), transparent 24%),
    var(--cream);
}

.intro__copy {
  max-width: 520px;
}

.intro__copy p:not(.section-label) {
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.2vw, 1.16rem);
}

.salon-sketch {
  position: relative;
  min-height: 420px;
  display: grid;
  place-items: center;
  transform: translate3d(0, var(--parallax-y, 0), 0);
}

.salon-sketch::before {
  position: absolute;
  width: min(42vw, 510px);
  aspect-ratio: 1.2;
  border-radius: 50%;
  background: rgba(244, 169, 135, 0.18);
  content: "";
}

.salon-sketch img {
  position: relative;
  width: min(44vw, 430px);
  opacity: 0.8;
  filter: grayscale(1);
}

.sketch-lines {
  position: absolute;
  inset: 22% 4% 12% 6%;
  border: 2px solid rgba(21, 19, 18, 0.72);
  border-left: 0;
  border-bottom: 0;
  opacity: 0.45;
}

.sketch-lines::before,
.sketch-lines::after {
  position: absolute;
  background: rgba(21, 19, 18, 0.72);
  content: "";
}

.sketch-lines::before {
  right: 12%;
  bottom: 8%;
  width: 62%;
  height: 2px;
}

.sketch-lines::after {
  right: 22%;
  top: 28%;
  width: 2px;
  height: 56%;
}

.service {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
  align-items: center;
  min-height: 620px;
}

.service--ladys {
  color: #ffffff;
  background: var(--dark);
}

.service--gentlemen {
  background:
    radial-gradient(circle at 78% 42%, rgba(244, 169, 135, 0.24), transparent 24%),
    #ffffff;
}

.service__content {
  max-width: 600px;
  padding: clamp(60px, 8vw, 128px) clamp(24px, 7vw, 96px);
}

.service__content p {
  margin: 26px 0 30px;
  color: currentColor;
  opacity: 0.84;
  font-size: clamp(1rem, 1.18vw, 1.16rem);
}

.service__visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0, var(--parallax-y, 0), 0);
}

.service__visual::before {
  position: absolute;
  width: min(48vw, 520px);
  aspect-ratio: 0.75;
  border-radius: 46% 54% 50% 50%;
  background: rgba(244, 169, 135, 0.42);
  transform: rotate(10deg);
  content: "";
}

.service--ladys .service__visual img {
  filter: invert(1) grayscale(1) contrast(1.12);
}

.service__visual img {
  position: relative;
  z-index: 1;
  width: min(43vw, 530px);
}

.events {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1fr);
  align-items: center;
  gap: clamp(34px, 7vw, 110px);
  max-width: var(--wide);
  margin-inline: auto;
}

.events__copy {
  max-width: 540px;
}

.events__copy p:not(.section-label) {
  margin: 26px 0 30px;
  color: var(--ink-soft);
}

.events__art {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: clamp(10px, 4vw, 70px);
}

.events__art::before {
  position: absolute;
  width: min(45vw, 520px);
  aspect-ratio: 1.55;
  border-radius: 50%;
  background: rgba(244, 169, 135, 0.18);
  content: "";
}

.events__art img {
  position: relative;
  width: min(25vw, 330px);
  transform: translate3d(0, var(--parallax-y, 0), 0);
}

.prices {
  background:
    linear-gradient(180deg, rgba(251, 250, 247, 0.68), #f5f2ee),
    radial-gradient(circle at 50% 0, rgba(244, 169, 135, 0.16), transparent 24%);
}

.prices__header {
  max-width: 860px;
  margin-inline: auto;
  text-align: center;
}

.prices__header p:not(.section-label) {
  max-width: 680px;
  margin-inline: auto;
  color: var(--muted);
}

.price-tabs {
  max-width: var(--content);
  margin: 52px auto 0;
}

.tab-list {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-bottom: -1px;
  isolation: isolate;
}

.tab-button {
  min-width: min(45vw, 230px);
  min-height: 58px;
  padding: 14px 24px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid var(--line);
  border-bottom: 0;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 850;
  cursor: pointer;
}

.tab-button.is-active {
  position: relative;
  z-index: 1;
  color: var(--peach-dark);
  background: #ffffff;
}

.price-panel {
  display: grid;
  grid-template-columns: minmax(210px, 0.4fr) minmax(0, 1fr);
  gap: clamp(20px, 4vw, 44px);
  align-items: start;
  padding: clamp(20px, 3vw, 38px);
  background: #ffffff;
  border: 1px solid var(--line);
  box-shadow: 0 24px 60px rgba(21, 19, 18, 0.08);
}

.price-panel[hidden] {
  display: none;
}

.price-panel > img {
  width: 100%;
  border: 1px solid rgba(21, 19, 18, 0.1);
  box-shadow: 0 16px 38px rgba(21, 19, 18, 0.08);
}

.price-table-wrap {
  overflow-x: auto;
}

table {
  width: 100%;
  min-width: 590px;
  border-collapse: collapse;
  margin-top: 22px;
  color: var(--ink);
  font-size: 0.96rem;
}

caption {
  margin-bottom: 12px;
  color: var(--muted);
  text-align: left;
  font-size: 0.9rem;
  font-weight: 800;
}

th,
td {
  padding: 14px 12px;
  border-bottom: 1px solid rgba(21, 19, 18, 0.11);
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--ink);
  background: #f8f5f1;
  font-weight: 900;
}

.appointment {
  padding: clamp(42px, 6vw, 74px) clamp(20px, 5vw, 70px);
  color: #ffffff;
  background:
    radial-gradient(circle at 74% 45%, rgba(244, 169, 135, 0.18), transparent 25%),
    linear-gradient(110deg, #121110, #242220);
}

.appointment__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(28px, 5vw, 74px);
  max-width: var(--content);
  margin-inline: auto;
}

.appointment h2 {
  font-size: clamp(2.4rem, 5vw, 4.9rem);
}

.appointment p:not(.section-label) {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer {
  color: rgba(255, 255, 255, 0.86);
  background: #151515;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr 0.75fr;
  gap: clamp(32px, 5vw, 78px);
  max-width: var(--wide);
  margin-inline: auto;
  padding: clamp(54px, 8vw, 96px) clamp(22px, 5vw, 70px);
}

.footer-brand .brand-signature {
  color: #ffffff;
  font-size: 3rem;
}

.footer-brand .brand-subtitle {
  margin-bottom: 24px;
  color: #ffffff;
}

.footer-brand p,
address,
.footer-list,
.footer-links {
  font-size: 0.98rem;
}

.site-footer h2 {
  margin-bottom: 22px;
  color: var(--peach);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-list,
.footer-links {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-list li {
  display: flex;
  justify-content: space-between;
  gap: 22px;
}

.footer-links a,
address a {
  color: inherit;
  text-decoration: none;
}

address {
  font-style: normal;
}

.copyright {
  margin: 0;
  padding: 20px;
  color: rgba(255, 255, 255, 0.62);
  background: #101010;
  font-size: 0.9rem;
  text-align: center;
}

.scroll-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 45;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  color: var(--ink);
  background: var(--peach);
  box-shadow: 0 14px 34px rgba(21, 19, 18, 0.22);
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
}

.scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.scroll-top svg {
  width: 26px;
  height: 26px;
}

.doc-page {
  max-width: 900px;
  margin-inline: auto;
  padding: calc(var(--header-height) + 54px) 22px 80px;
}

.doc-page h1,
.doc-page h2 {
  color: var(--ink);
}

.doc-page h1 {
  font-size: clamp(2.6rem, 6vw, 4.6rem);
}

.doc-page h2 {
  margin-top: 42px;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
}

.reveal {
  opacity: 1;
  transform: translate3d(0, var(--parallax-y, 0), 0);
}

.motion-ready .reveal {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  transition: opacity 700ms ease, transform 700ms ease;
}

.motion-ready .reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, var(--parallax-y, 0), 0);
}

@keyframes floatArt {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-2deg);
  }
  50% {
    transform: translate3d(0, -16px, 0) rotate(1deg);
  }
}

@keyframes cue {
  0%,
  100% {
    transform: translateY(-8px);
    opacity: 0.35;
  }
  50% {
    transform: translateY(9px);
    opacity: 1;
  }
}

@media (max-width: 1120px) {
  .hero,
  .intro,
  .service,
  .events,
  .appointment__inner,
  .footer-grid,
  .price-panel {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: calc(var(--header-height) + 42px);
  }

  .salon-sketch,
  .service__visual {
    min-height: 360px;
  }

  .service--gentlemen .service__visual {
    order: 2;
  }

  .service__visual img {
    width: min(72vw, 500px);
  }

  .events__art img {
    width: min(36vw, 300px);
  }

  .appointment__inner {
    justify-items: start;
  }

  .site-nav {
    gap: clamp(16px, 2.4vw, 28px);
  }

  .header-cta {
    min-height: 44px;
    padding-inline: 16px;
    font-size: 0.86rem;
  }
}

@media (max-width: 900px) {
  .header-cta {
    display: none;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 76px;
  }

  body {
    font-size: 16px;
  }

  .site-header {
    grid-template-columns: auto auto;
    min-height: var(--header-height);
    padding-inline: 18px;
  }

  .brand {
    width: max-content;
  }

  .brand-signature {
    font-size: 2.3rem;
  }

  .nav-toggle {
    display: inline-grid;
    place-items: center;
    justify-self: end;
  }

  .site-nav {
    position: fixed;
    inset: var(--header-height) 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 18px 18px;
    background: rgba(21, 21, 21, 0.98);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  body.nav-open .site-nav {
    display: flex;
  }

  .site-nav a {
    padding: 16px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  }

  .hero {
    min-height: auto;
    align-items: flex-start;
    padding-bottom: 86px;
  }

  .hero__media {
    opacity: 0.58;
  }

  .hero__media img {
    object-position: 63% center;
  }

  .scroll-cue {
    display: none;
  }

  .intro,
  .events,
  .prices,
  .service__content {
    padding-inline: 22px;
  }

  .section {
    padding-block: 74px;
  }

  .service__content {
    padding-block: 74px 30px;
  }

  .service__visual {
    min-height: 280px;
  }

  .events__art {
    min-height: 270px;
  }

  .events__art img {
    width: min(45vw, 220px);
  }

  .tab-list {
    justify-content: stretch;
  }

  .tab-button {
    flex: 1;
    min-width: 0;
  }

  .price-panel {
    padding: 18px;
  }

  table {
    min-width: 640px;
  }

  .button,
  .appointment .button {
    width: 100%;
  }

  .footer-grid {
    padding-block: 54px;
  }

  .footer-list li {
    display: grid;
    gap: 2px;
  }
}

@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;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

.coming-soon-page {
  min-height: 100vh;
  color: #fdf8f2;
  background:
    linear-gradient(120deg, rgba(21, 19, 18, 0.94), rgba(44, 36, 31, 0.88)),
    url("assets/hero-hair-v1.png") center / cover no-repeat;
}

.coming-soon-page::before {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(244, 169, 135, 0.16), rgba(21, 19, 18, 0) 34%);
  content: "";
}

.coming-soon {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 100vh;
  padding: clamp(24px, 5vw, 64px);
}

.coming-soon__panel {
  align-self: center;
  width: min(100%, 760px);
}

.coming-soon__logo {
  width: min(280px, 58vw);
  margin: 0 0 clamp(34px, 6vw, 58px);
  filter: drop-shadow(0 22px 46px rgba(0, 0, 0, 0.34));
}

.coming-soon__eyebrow {
  margin: 0 0 18px;
  color: var(--peach-2);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.coming-soon h1 {
  max-width: 700px;
  margin-bottom: 24px;
  color: #ffffff;
  font-size: clamp(3rem, 8vw, 6.6rem);
}

.coming-soon__text {
  max-width: 640px;
  margin-bottom: 36px;
  color: rgba(255, 250, 244, 0.86);
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
  line-height: 1.62;
}

.coming-soon__footer {
  align-self: end;
  padding-top: 42px;
  color: rgba(255, 250, 244, 0.7);
  font-size: 0.9rem;
}

.coming-soon__footer address {
  font-style: normal;
}

@media (max-width: 680px) {
  .coming-soon {
    min-height: 100svh;
    padding: 24px;
  }

  .coming-soon__panel {
    align-self: start;
    padding-top: 56px;
  }

  .coming-soon__logo {
    width: min(232px, 74vw);
  }

  .coming-soon h1 {
    font-size: clamp(2.45rem, 13vw, 4.2rem);
  }

  .coming-soon__footer {
    display: grid;
  }
}
