:root {
  --ink: #181614;
  --soft-ink: #4a413a;
  --pearl: #fbf8f3;
  --shell: #efe5d8;
  --champagne: #d8b36a;
  --rouge: #8c1d36;
  --jade: #0f6b5b;
  --blue: #2d5f86;
  --line: rgba(24, 22, 20, 0.16);
  --shadow: 0 28px 80px rgba(24, 22, 20, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--pearl);
  color: var(--ink);
  font-family: "DM Sans", system-ui, sans-serif;
}

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

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

.site-header {
  align-items: center;
  backdrop-filter: blur(22px);
  background: rgba(251, 248, 243, 0.78);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 18px clamp(18px, 4vw, 56px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 10;
}

.brand,
.site-header nav,
.hero-actions,
.filter-bar,
.tag-row,
.card-meta,
.detail-actions,
.source-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.brand {
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-mark {
  background: var(--ink);
  border-radius: 50%;
  color: var(--pearl);
  display: grid;
  height: 36px;
  place-items: center;
  width: 36px;
}

.site-header nav a {
  color: var(--soft-ink);
  font-size: 0.9rem;
  font-weight: 700;
  padding: 9px 12px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-height: calc(100vh - 73px);
  overflow: hidden;
  position: relative;
}

.hero::after {
  background:
    linear-gradient(90deg, rgba(24, 22, 20, 0.84), rgba(24, 22, 20, 0.34) 55%, rgba(24, 22, 20, 0.05)),
    linear-gradient(0deg, rgba(24, 22, 20, 0.64), rgba(24, 22, 20, 0.04) 45%);
  content: "";
  inset: 0;
  position: absolute;
}

.hero-media {
  display: grid;
  gap: 8px;
  grid-template-columns: 1.4fr 0.9fr;
  inset: 0;
  position: absolute;
}

.hero-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hero-media img:first-child {
  grid-row: span 2;
}

.hero-copy {
  align-self: end;
  color: var(--pearl);
  max-width: 880px;
  padding: 12vh clamp(18px, 6vw, 76px);
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: var(--champagne);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
}

h1,
h2 {
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  line-height: 0.95;
}

h1 {
  font-size: clamp(3.7rem, 11vw, 9.8rem);
  max-width: 920px;
}

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

h3 {
  font-size: 1.1rem;
}

.hero-copy p:not(.eyebrow) {
  color: rgba(251, 248, 243, 0.86);
  font-size: clamp(1rem, 2vw, 1.24rem);
  line-height: 1.7;
  max-width: 680px;
}

.button,
.filter,
.detail-actions a {
  border: 1px solid currentColor;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  padding: 12px 17px;
}

.button.primary,
.filter.active,
.detail-actions a:first-child {
  background: var(--champagne);
  border-color: var(--champagne);
  color: var(--ink);
}

.button.secondary {
  background: rgba(251, 248, 243, 0.12);
  color: var(--pearl);
}

.hero-panel {
  align-self: end;
  background: rgba(251, 248, 243, 0.9);
  border: 1px solid rgba(251, 248, 243, 0.55);
  border-radius: 8px;
  bottom: clamp(20px, 5vw, 58px);
  box-shadow: var(--shadow);
  max-width: 340px;
  padding: 22px;
  position: absolute;
  right: clamp(18px, 5vw, 60px);
  z-index: 2;
}

.hero-panel span,
.card-kicker,
.detail-kicker {
  color: var(--rouge);
  display: block;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.hero-panel strong {
  display: block;
  font-size: 1.2rem;
}

.hero-panel p,
.vibe-grid p,
.salon-card p,
.detail-copy p,
.notes p,
.source-list {
  color: var(--soft-ink);
  line-height: 1.6;
}

.stats-band {
  background: var(--ink);
  color: var(--pearl);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
}

.stats-band div {
  background: linear-gradient(135deg, rgba(216, 179, 106, 0.16), transparent);
  padding: 28px clamp(18px, 4vw, 46px);
}

.stats-band strong {
  display: block;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 400;
}

.stats-band span {
  color: rgba(251, 248, 243, 0.68);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section {
  padding: clamp(64px, 9vw, 120px) clamp(18px, 5vw, 70px);
}

.intro {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(260px, 0.7fr) 1.3fr;
}

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

.vibe-grid article,
.salon-card,
.detail-card {
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.vibe-grid article {
  min-height: 250px;
  padding: 22px;
}

.vibe-grid span {
  color: var(--jade);
  display: block;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 3rem;
  margin-bottom: 38px;
}

.directory {
  background: #f4eee6;
}

.section-heading {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 26px;
}

.filter-bar {
  margin-bottom: 28px;
}

.filter {
  background: transparent;
  color: var(--ink);
}

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

.salon-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.card-image {
  aspect-ratio: 1.18;
  background: var(--shell);
  overflow: hidden;
}

.card-image img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  width: 100%;
}

.salon-card:hover .card-image img {
  transform: scale(1.05);
}

.card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 14px;
  padding: 22px;
}

.card-body h3 {
  font-size: 1.45rem;
}

.card-body p {
  margin: 0;
}

.card-meta {
  color: var(--soft-ink);
  font-size: 0.88rem;
  justify-content: space-between;
}

.tag-row {
  margin-top: auto;
}

.tag {
  background: rgba(15, 107, 91, 0.1);
  border-radius: 999px;
  color: var(--jade);
  font-size: 0.78rem;
  font-weight: 800;
  padding: 7px 10px;
}

.tag.rouge {
  background: rgba(140, 29, 54, 0.09);
  color: var(--rouge);
}

.tag.blue {
  background: rgba(45, 95, 134, 0.1);
  color: var(--blue);
}

.details {
  background:
    linear-gradient(180deg, rgba(24, 22, 20, 0.03), transparent 35%),
    var(--pearl);
}

.detail-stack {
  display: grid;
  gap: 22px;
}

.detail-card {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  min-height: 470px;
  overflow: hidden;
}

.detail-gallery {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
}

.detail-gallery img {
  height: 100%;
  min-height: 0;
  object-fit: cover;
  width: 100%;
}

.detail-gallery img:first-child {
  grid-row: span 2;
}

.detail-copy {
  padding: clamp(24px, 4vw, 48px);
}

.detail-copy h3 {
  font-size: clamp(1.8rem, 4vw, 3.5rem);
  line-height: 1;
  margin-bottom: 10px;
}

.detail-copy p {
  margin: 0 0 20px;
}

.menu-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 22px 0;
  padding: 0;
}

.menu-list li {
  border-top: 1px solid var(--line);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding-top: 10px;
}

.menu-list strong {
  color: var(--rouge);
}

.detail-actions a {
  background: transparent;
  color: var(--ink);
}

.source-list {
  font-size: 0.82rem;
  margin-top: 18px;
}

.source-list a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.notes {
  align-items: end;
  background: var(--ink);
  color: var(--pearl);
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}

.notes p {
  color: rgba(251, 248, 243, 0.76);
  font-size: 1.06rem;
  margin: 0;
}

.site-footer {
  align-items: center;
  background: var(--ink);
  border-top: 1px solid rgba(251, 248, 243, 0.16);
  color: rgba(251, 248, 243, 0.74);
  display: flex;
  justify-content: space-between;
  padding: 26px clamp(18px, 5vw, 70px);
}

.hidden {
  display: none;
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-panel {
    display: none;
  }

  .stats-band,
  .intro,
  .notes,
  .detail-card {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 660px) {
  .hero {
    min-height: 760px;
  }

  .hero-media {
    grid-template-columns: 1fr;
  }

  .hero-media img:not(:first-child) {
    display: none;
  }

  .hero-copy {
    padding-top: 150px;
  }

  .stats-band,
  .vibe-grid,
  .salon-grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
  }

  .detail-gallery {
    grid-template-columns: 1fr;
  }

  .detail-gallery img {
    aspect-ratio: 1.2;
  }

  .detail-gallery img:first-child {
    grid-row: auto;
  }

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