:root {
  --ink: #0a0a09;
  --black: #11100e;
  --soft-black: #171512;
  --cream: #f8f6f2;
  --paper: #ffffff;
  --sand: #e9ded0;
  --champagne: #d6ad64;
  --gold: #c49345;
  --bronze: #9f7434;
  --muted: #6d675f;
  --line: rgba(157, 122, 58, 0.26);
  --shadow: 0 20px 50px rgba(18, 17, 15, 0.14);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Inter", Arial, sans-serif;
  letter-spacing: 0;
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

.container {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(11, 10, 9, 0.98);
  border-bottom: 1px solid rgba(214, 173, 100, 0.16);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
}

.nav-shell {
  width: min(1200px, calc(100% - 48px));
  min-height: 92px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  width: fit-content;
  flex-direction: column;
  align-items: center;
  color: var(--paper);
  line-height: 1;
}

.nav-shell > .brand {
  padding-top: 2px;
}

.nav-shell > .brand .brand-script {
  padding-top: 14px;
}

.brand-script {
  color: var(--champagne);
  font-family: "Great Vibes", cursive;
  font-size: 4.15rem;
  font-weight: 400;
  line-height: 0.9;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
}

.brand-subtitle {
  margin-top: -2px;
  color: var(--paper);
  font-size: 1.05rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.nav-links {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-links a {
  position: relative;
  padding: 38px 0 34px;
  color: var(--paper);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.nav-links a::after {
  position: absolute;
  left: 0;
  bottom: 27px;
  width: 0;
  height: 2px;
  content: "";
  background: var(--champagne);
  transition: width 180ms ease;
}

.nav-links a:hover::after,
.nav-links a.active::after {
  width: 100%;
}

.nav-call,
.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 4px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.nav-call {
  min-width: 180px;
  padding: 0 18px;
  color: #17110a;
  background: linear-gradient(135deg, #e2bd73, #cda35f);
  box-shadow: 0 10px 22px rgba(214, 173, 100, 0.18);
}

.nav-call:hover,
.button:hover {
  transform: translateY(-1px);
}

.nav-call svg,
.button svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.5;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  color: var(--paper);
  border: 1px solid rgba(214, 173, 100, 0.35);
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: 528px;
  overflow: hidden;
  color: var(--paper);
  background: #11100f;
}

.hero-media {
  position: absolute;
  inset: 0;
  background-image: url("../images/salon-hero.jpg");
  background-position: right center;
  background-size: cover;
  filter: saturate(1.03) contrast(1.03);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 6, 6, 0.96) 0%, rgba(9, 8, 7, 0.84) 28%, rgba(9, 8, 7, 0.36) 56%, rgba(9, 8, 7, 0.02) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.22));
}

.hero-content {
  position: relative;
  display: flex;
  min-height: 528px;
  align-items: center;
  padding: 58px 0;
}

.hero-copy {
  max-width: 480px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--champagne);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero h1,
.section-copy h2,
.center-heading h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
  letter-spacing: 0;
}

.hero h1 {
  position: relative;
  padding-bottom: 22px;
  font-size: 4rem;
  line-height: 1.02;
}

.hero h1::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 92px;
  height: 3px;
  content: "";
  background: var(--champagne);
}

.hero h1 span,
.section-copy h2 span {
  color: var(--champagne);
  font-family: "Great Vibes", cursive;
  font-weight: 400;
}

.hero h1 span {
  font-size: 4.2rem;
}

.hero-text {
  max-width: 400px;
  margin: 22px 0 24px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 1.08rem;
  line-height: 1.65;
}

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

.button {
  padding: 0 22px;
  border: 1px solid transparent;
  font-size: 0.82rem;
}

.button-gold {
  color: #17110a;
  background: linear-gradient(135deg, #e7c67f, #c99a50);
  box-shadow: 0 16px 28px rgba(214, 173, 100, 0.2);
}

.button-outline {
  color: var(--paper);
  border-color: rgba(255, 255, 255, 0.76);
  background: rgba(10, 10, 9, 0.22);
}

.button-outline:hover {
  background: rgba(255, 255, 255, 0.12);
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
}

.hero-badges span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.hero-badges svg {
  width: 21px;
  height: 21px;
  color: var(--champagne);
  fill: rgba(214, 173, 100, 0.34);
}

.services-band {
  background:
    linear-gradient(90deg, rgba(214, 173, 100, 0.05), rgba(255, 255, 255, 0.92), rgba(214, 173, 100, 0.05)),
    var(--paper);
  border-bottom: 1px solid rgba(17, 16, 14, 0.06);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  min-height: 164px;
}

.service {
  display: flex;
  min-height: 164px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px 24px;
  text-align: center;
  border-right: 1px solid rgba(17, 16, 14, 0.12);
}

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

.service svg {
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  color: var(--bronze);
  stroke-width: 1.55;
}

.service h2 {
  margin: 0 0 8px;
  font-size: 0.98rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.service p {
  max-width: 155px;
  margin: 0;
  color: #23211f;
  font-size: 0.9rem;
  line-height: 1.45;
}

.about-section {
  padding: 64px 0 66px;
  background: var(--paper);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(420px, 1.35fr);
  align-items: center;
  gap: 58px;
}

.section-kicker {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
  color: var(--bronze);
}

.section-kicker::after {
  display: inline-block;
  width: 52px;
  height: 1px;
  content: "";
  background: var(--bronze);
}

.section-copy h2 {
  font-size: 2.35rem;
  line-height: 1.12;
}

.section-copy h2 span {
  font-size: 2.5rem;
}

.section-copy p:not(.section-kicker) {
  margin: 22px 0 22px;
  color: #26231f;
  font-size: 0.98rem;
  line-height: 1.72;
}

.button-dark {
  color: var(--paper);
  background: #11100e;
  box-shadow: 0 12px 22px rgba(17, 16, 14, 0.18);
}

.button-dark:hover {
  background: #2a241d;
}

.team-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.team-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: inherit;
  pointer-events: none;
}

.team-photo img {
  width: 100%;
  aspect-ratio: 535 / 290;
  object-fit: cover;
}

.reviews-section {
  padding: 28px 0 44px;
  background:
    radial-gradient(circle at 18% 40%, rgba(214, 173, 100, 0.09), transparent 28%),
    linear-gradient(180deg, #fbfaf8, #f4f2ef);
  border-top: 1px solid rgba(17, 16, 14, 0.04);
}

.center-heading {
  text-align: center;
}

.center-heading .section-kicker {
  margin-bottom: 10px;
}

.center-heading h2 {
  font-size: 1.9rem;
}

.reviews-shell {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  gap: 18px;
  margin-top: 26px;
}

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

.review-card {
  position: relative;
  min-height: 146px;
  padding: 26px 28px 22px;
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 12px 28px rgba(18, 17, 15, 0.1);
}

.review-card::after {
  position: absolute;
  top: 12px;
  right: 18px;
  content: "\201D";
  color: rgba(214, 173, 100, 0.24);
  font-family: Georgia, serif;
  font-size: 4.2rem;
  line-height: 1;
}

.stars {
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 1.1rem;
}

.review-card blockquote {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  font-family: Georgia, serif;
  font-size: 1.02rem;
  font-style: italic;
  line-height: 1.5;
}

.review-card p {
  margin: 0;
  color: #4b463f;
  font-size: 0.82rem;
  font-weight: 600;
}

.review-card p::before {
  content: "\2013 ";
}

.review-arrow {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  border: 0;
  border-radius: 50%;
  background: var(--paper);
  box-shadow: 0 8px 20px rgba(18, 17, 15, 0.13);
  cursor: pointer;
}

.review-arrow:hover {
  color: var(--bronze);
}

.google-review-link {
  display: flex;
  width: fit-content;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 26px auto 0;
  padding: 0 20px;
  color: #805b25;
  border: 1px solid var(--gold);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.google-review-link svg {
  width: 16px;
  height: 16px;
  fill: rgba(196, 147, 69, 0.55);
}

.contact-section {
  padding: 34px 0;
  color: var(--paper);
  background:
    linear-gradient(90deg, rgba(214, 173, 100, 0.04), rgba(255, 255, 255, 0)),
    #101010;
}

.footer-grid {
  display: grid;
  grid-template-columns: 0.98fr 1.08fr 1.32fr 1.34fr;
  gap: 28px;
  align-items: start;
}

.footer-brand,
.contact-list,
.hours {
  min-height: 210px;
  padding-right: 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.brand-footer .brand-script {
  font-size: 3.4rem;
}

.brand-footer .brand-subtitle {
  font-size: 0.82rem;
}

.footer-brand p {
  max-width: 250px;
  margin: 20px 0 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  line-height: 1.65;
}

.social-links {
  display: flex;
  gap: 12px;
}

.social-links a {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  color: #17110a;
  border-radius: 50%;
  background: linear-gradient(135deg, #e6c27c, #c5964f);
}

.social-links svg {
  width: 17px;
  height: 17px;
}

.contact-list,
.hours {
  font-style: normal;
}

.contact-list h2,
.hours h2,
.community-note h2 {
  margin: 0 0 18px;
  color: var(--champagne);
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.contact-list a,
.contact-list span {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.9rem;
  line-height: 1.45;
}

.contact-list svg {
  width: 18px;
  height: 18px;
  color: var(--champagne);
}

.hours dl {
  margin: 0;
}

.hours div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 9px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.83rem;
}

.hours dt,
.hours dd {
  margin: 0;
}

.hours dd {
  text-align: right;
  white-space: nowrap;
}

.community-note {
  min-height: 188px;
  padding: 28px 26px;
  color: #201912;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.1)),
    linear-gradient(135deg, #ead9be, #ceb083);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
}

.community-note svg {
  width: 42px;
  height: 42px;
  margin-bottom: 10px;
  color: #9a6e2f;
  stroke-width: 1.4;
}

.community-note h2 {
  color: #201912;
  text-transform: none;
}

.community-note p {
  margin: 0 0 18px;
  font-size: 0.92rem;
  line-height: 1.55;
}

.community-note strong {
  display: block;
  color: #9a6e2f;
  font-family: "Great Vibes", cursive;
  font-size: 1.72rem;
  font-weight: 400;
  line-height: 1.15;
}

.powered-footer {
  color: var(--paper);
  background: linear-gradient(135deg, #b0864a, #d7b16b 54%, #9d753b);
}

.powered-inner {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.powered-inner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: 0.92rem;
  line-height: 1.45;
}

.powered-inner a:not(.button) {
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.button-footer {
  min-width: 280px;
  color: var(--paper);
  background: rgba(17, 16, 14, 0.94);
  box-shadow: 0 12px 24px rgba(17, 16, 14, 0.24);
}

@media (max-width: 1060px) {
  .nav-shell {
    grid-template-columns: auto 1fr auto;
  }

  .brand-script {
    font-size: 3.45rem;
  }

  .brand-subtitle {
    font-size: 0.88rem;
  }

  .nav-links {
    gap: 20px;
  }

  .hero h1 {
    font-size: 3.35rem;
  }

  .hero h1 span {
    font-size: 3.55rem;
  }

  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .service:nth-child(3) {
    border-right: 0;
  }

  .service:nth-child(n + 4) {
    border-top: 1px solid rgba(17, 16, 14, 0.12);
  }

  .about-grid,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand,
  .contact-list,
  .hours {
    min-height: 0;
  }

  .contact-list {
    border-right: 0;
  }
}

@media (max-width: 840px) {
  .container,
  .nav-shell {
    width: min(100% - 32px, 1120px);
  }

  .nav-shell {
    min-height: 80px;
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 1px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid rgba(214, 173, 100, 0.2);
    border-radius: var(--radius);
    background: rgba(11, 10, 9, 0.98);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.32);
  }

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

  .nav-links a {
    padding: 14px 12px;
  }

  .nav-links a::after {
    bottom: 8px;
  }

  .nav-call {
    display: none;
  }

  .brand-script {
    font-size: 3.15rem;
  }

  .hero,
  .hero-content {
    min-height: 570px;
  }

  .hero-media {
    opacity: 0.72;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(6, 6, 6, 0.96), rgba(6, 6, 6, 0.64)),
      linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.24));
  }

  .hero-copy {
    max-width: 430px;
  }

  .hero h1 {
    font-size: 3.15rem;
  }

  .hero h1 span {
    font-size: 3.35rem;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .service,
  .service:nth-child(3) {
    min-height: 128px;
    border-right: 0;
    border-top: 1px solid rgba(17, 16, 14, 0.12);
  }

  .service:first-child {
    border-top: 0;
  }

  .about-grid,
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .section-copy h2 {
    font-size: 2.15rem;
  }

  .reviews-shell {
    grid-template-columns: 1fr;
  }

  .reviews-grid {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .reviews-grid::-webkit-scrollbar {
    display: none;
  }

  .review-card {
    flex: 0 0 min(86vw, 340px);
    scroll-snap-align: center;
  }

  .review-arrow {
    display: none;
  }

  .footer-brand,
  .contact-list,
  .hours {
    padding-right: 0;
    border-right: 0;
  }

  .powered-inner {
    min-height: 116px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .button-footer {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 560px) {
  .hero,
  .hero-content {
    min-height: 590px;
  }

  .hero-content {
    padding: 44px 0;
  }

  .hero h1 {
    font-size: 2.6rem;
  }

  .hero h1 span {
    font-size: 2.9rem;
  }

  .hero-text {
    font-size: 1rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-badges {
    gap: 14px;
  }

  .about-section {
    padding: 46px 0 48px;
  }

  .section-copy h2 {
    font-size: 1.9rem;
  }

  .section-copy h2 span {
    font-size: 2.15rem;
  }

  .reviews-section {
    padding-top: 22px;
  }

  .google-review-link {
    width: 100%;
    min-height: 44px;
  }

  .hours div {
    font-size: 0.8rem;
  }
}
