:root {
  --ink: #f6f6f6;
  --muted: #b8b8b8;
  --paper: #050505;
  --soft: #111111;
  --panel: #1b1b1b;
  --panel-2: #242424;
  --steel: #8f8f8f;
  --line: rgba(255, 255, 255, 0.14);
  --warm: #cbb28a;
  --shadow: 0 22px 58px rgba(0, 0, 0, 0.42);
  font-family: "Arial Narrow", "Helvetica Neue Condensed", "Liberation Sans Narrow", Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
}

body.menu-open {
  overflow: hidden;
}

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  color: #fff;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-header[data-scrolled="true"],
.site-header.is-open {
  color: #fff;
  background: rgba(5, 5, 5, 0.9);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.brand,
.header-actions,
.nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  min-width: 216px;
}

.logo-type {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: max-content;
  max-width: 100%;
  color: #fff;
  font-family: inherit;
  line-height: 0.9;
  text-transform: uppercase;
}

.logo-type strong,
.logo-type small {
  display: block;
}

.logo-type strong {
  font-weight: 700;
  letter-spacing: 0.01em;
}

.logo-type small {
  align-self: center;
  margin-top: 0.36em;
  color: currentColor;
  font-weight: 500;
  letter-spacing: 0.54em;
  line-height: 1;
  text-indent: 0.54em;
}

.logo-type-small {
  font-size: 27px;
}

.logo-type-small small {
  font-size: 0.29em;
}

.logo-type-hero {
  padding: 20px 28px 22px;
  border: 0;
  background: rgba(0, 0, 0, 0.36);
  box-shadow: none;
  font-size: clamp(54px, 8vw, 128px);
  backdrop-filter: blur(2px);
}

.logo-type-hero small {
  font-size: 0.28em;
}

.nav {
  gap: 26px;
  font-size: 14px;
  font-weight: 500;
}

.nav a {
  position: relative;
}

.nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0;
  transform: scaleX(0.3);
  transition: opacity 160ms ease, transform 160ms ease;
}

.nav a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-actions {
  gap: 10px;
}

.social-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.social-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: currentColor;
}

.social-icon svg,
.brand-social {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.language-switch {
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid currentColor;
  border-radius: 999px;
}

.lang-button,
.icon-button,
.reserve-link,
.tab,
.button {
  border: 0;
  font: inherit;
  cursor: pointer;
}

.lang-button {
  min-width: 38px;
  padding: 8px 10px;
  color: currentColor;
  background: transparent;
  font-size: 12px;
  font-weight: 500;
}

.lang-button.is-active {
  color: #050505;
  background: #fff;
}

.site-header[data-scrolled="true"] .lang-button.is-active,
.site-header.is-open .lang-button.is-active {
  color: #050505;
  background: #fff;
}

.icon-button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: currentColor;
  background: transparent;
}

.reserve-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 14px;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: currentColor;
  background: transparent;
  font-size: 13px;
  font-weight: 600;
}

.icon-button svg,
.button svg,
.reserve-link svg,
.contact-list svg,
.site-footer svg {
  width: 18px;
  height: 18px;
  stroke-width: 1.8;
}

.menu-button {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  min-height: 92vh;
  padding: 138px clamp(20px, 6vw, 76px) 64px;
  align-items: end;
  color: #fff;
  overflow: hidden;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("assets/salon4.png");
  background-position: center;
  background-size: cover;
  filter: brightness(0.82) contrast(1.02);
  transform: scale(1.02);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.5) 55%, rgba(0, 0, 0, 0.22)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.12) 56%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
}

.eyebrow {
  margin: 0 0 14px;
  color: #d8d8d8;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #d8d8d8;
}

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

h1 {
  max-width: 680px;
  margin-bottom: 22px;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(36px, 5vw, 70px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 12px;
  font-size: 19px;
}

.hero-copy {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.45;
}

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

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 999px;
  font-weight: 600;
}

.button.primary {
  color: #050505;
  background: #fff;
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.62);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.button.booking {
  color: #050505;
  background: var(--warm);
}

.hero-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(780px, 100%);
  margin-top: 60px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-panel div {
  padding: 18px;
  background: rgba(0, 0, 0, 0.32);
}

.hero-panel span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  text-transform: uppercase;
}

.hero-panel strong {
  color: var(--warm);
  font-size: 18px;
  font-weight: 500;
}

.intro-band,
.reviews-section,
.services-section,
.policy-band,
.visit-section {
  padding: clamp(70px, 10vw, 120px) clamp(20px, 6vw, 76px);
}

.intro-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(300px, 1fr);
  gap: clamp(30px, 6vw, 86px);
  align-items: start;
}

.intro-copy {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.7;
}

.intro-copy p:last-child {
  margin-bottom: 0;
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #0a0a0a;
}

.feature-strip article {
  position: relative;
  min-height: 430px;
  overflow: hidden;
}

.feature-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
  transition: transform 420ms ease;
}

.feature-link {
  display: block;
  width: 100%;
  height: 100%;
}

.instagram-embed {
  width: 100%;
  height: 100%;
  background: #050505;
}

.instagram-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  border: 0;
  filter: none;
}

.feature-strip article:hover img {
  transform: scale(1.04);
}

.feature-strip article::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(16, 14, 12, 0.74), rgba(16, 14, 12, 0.06));
  content: "";
}

.feature-strip div {
  position: absolute;
  z-index: 1;
  right: 28px;
  bottom: 24px;
  left: 28px;
  color: #fff;
}

.feature-strip p {
  max-width: 320px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.5;
}

.services-section {
  background: var(--soft);
}

.reviews-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(300px, 1fr);
  gap: clamp(30px, 6vw, 86px);
  align-items: center;
  background: #080808;
  border-top: 1px solid var(--line);
}

.reviews-panel {
  display: grid;
  gap: 20px;
  max-width: 560px;
}

.review-score {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.review-score span {
  color: var(--muted);
  font-size: 18px;
}

.review-score strong {
  color: var(--warm);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.reviews-panel p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.review-button {
  justify-self: start;
}

.section-heading.centered {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.service-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 30px;
}

.tab {
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 500;
}

.tab.is-active {
  color: #050505;
  background: var(--warm);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.service-card {
  display: block;
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.service-card[hidden] {
  display: none;
}

.service-card h3 {
  font-size: 27px;
  font-weight: 600;
  text-transform: uppercase;
}

dl {
  margin: 0;
}

dt,
dd {
  margin: 0;
}

dl div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

dt {
  color: var(--muted);
}

dd {
  font-weight: 600;
  white-space: nowrap;
}

.policy-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  padding-top: clamp(44px, 6vw, 72px);
  padding-bottom: clamp(44px, 6vw, 72px);
  color: var(--muted);
  background: #080808;
  border-top: 1px solid var(--line);
}

.policy-band .eyebrow {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.42);
}

.policy-band h2 {
  max-width: 360px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.05;
}

.policy-band ul {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.policy-band li {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.58);
  font-size: 15px;
  line-height: 1.5;
}

.visit-section {
  display: grid;
  grid-template-columns: minmax(290px, 0.58fr) minmax(340px, 1fr);
  gap: clamp(30px, 6vw, 80px);
  align-items: stretch;
  background: #080808;
}

.visit-content {
  align-self: center;
}

address {
  margin: 28px 0;
  color: var(--muted);
  font-style: normal;
  line-height: 1.7;
}

.hours-block {
  width: min(360px, 100%);
  margin: 0 0 26px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.hours-block h3 {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.hours-block p {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  color: var(--muted);
  white-space: nowrap;
}

.hours-block p:last-child {
  margin-bottom: 0;
}

.hours-block strong {
  color: var(--ink);
  font-weight: 600;
  margin-left: 0.45em;
  white-space: nowrap;
}

.contact-list {
  display: grid;
  gap: 12px;
}

.contact-list a {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-weight: 500;
}

.location-image {
  display: block;
  align-self: center;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.location-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px clamp(20px, 6vw, 76px);
  color: rgba(255, 255, 255, 0.72);
  background: #050505;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
}

@media (max-width: 980px) {
  .nav {
    position: fixed;
    z-index: 19;
    top: 78px;
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: #fff;
    background: #0b0b0b;
    box-shadow: var(--shadow);
  }

  .nav.is-open {
    display: flex;
  }

  .nav a {
    padding: 16px;
  }

  .nav a::after {
    display: none;
  }

  .menu-button {
    display: grid;
  }

  .reserve-link span {
    display: none;
  }

  .reserve-link {
    width: 42px;
    padding: 0;
  }

  .social-actions {
    display: none;
  }

  .intro-band,
  .reviews-section,
  .policy-band,
  .visit-section {
    grid-template-columns: 1fr;
  }

  .feature-strip,
  .service-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand {
    min-width: 0;
  }

  .hero {
    min-height: 94vh;
    padding: 116px 18px 34px;
  }

  .logo-type-small {
    font-size: 15px;
  }

  .logo-type-hero {
    padding: 14px 14px 16px;
    font-size: clamp(33px, 10.6vw, 42px);
  }


  .hero-panel,
  .feature-strip,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    margin-top: 38px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .intro-band,
  .reviews-section,
  .services-section,
  .policy-band,
  .visit-section {
    padding: 64px 18px;
  }

  .feature-strip article {
    min-height: 340px;
  }

  dl div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  dd {
    white-space: normal;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
