:root { --salon-sage: #66856b; --salon-sage-dark: #49644e; --salon-coral: #f2644c; --salon-ink: #252a2c; }
.salon-site { color: var(--salon-ink); }
.salon-site h1, .salon-site h2, .salon-site h3, .salon-brand, .salon-heading h2 { letter-spacing: 0; }
.salon-brand { display: inline-flex; align-items: baseline; gap: 9px; font-family: "Barlow Condensed", sans-serif; font-size: 2rem; font-weight: 700; line-height: 1; }
.salon-brand small { font-size: .77rem; }
.salon-button { background: var(--salon-coral); border-color: var(--salon-coral); }
.salon-button:hover { background: #d84c38; border-color: #d84c38; }
.salon-eyebrow { display: block; margin-bottom: 8px; color: var(--salon-sage); font-family: "Barlow Condensed", sans-serif; font-size: .88rem; font-weight: 700; text-transform: uppercase; }

.salon-hero { min-height: min(690px, calc(100vh - 110px)); display: flex; align-items: center; background: #f3f5f4 url("../images/salon-hero.webp") center / cover no-repeat; }
.salon-hero__inner { min-height: inherit; display: flex; align-items: center; }
.salon-hero__copy { width: min(560px, 45%); padding: 70px 0; }
.salon-hero__copy > span { color: var(--salon-sage); font-family: "Barlow Condensed", sans-serif; font-weight: 700; }
.salon-hero h1 { margin: 12px 0 20px; font-size: clamp(2.8rem, 5vw, 4.8rem); line-height: 1.4; }
.salon-hero__copy > p { max-width: 490px; font-weight: 500; }
.salon-hero__copy > small { display: flex; align-items: center; gap: 7px; margin-top: 18px; font-size: .72rem; font-weight: 700; }
.salon-hero__copy > small svg { width: 17px; color: var(--salon-sage); }

.concept-section { padding: 92px 0; }
.concept-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.concept-layout h2 { margin: 0; font-size: clamp(2rem, 3.2vw, 3.1rem); line-height: 1.55; }
.concept-copy > p { color: #5e686d; }
.concept-copy ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding: 26px 0 0; margin: 28px 0 0; border-top: 1px solid var(--line); list-style: none; }
.concept-copy li { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; }
.concept-copy svg { width: 23px; color: var(--salon-sage); }
.concept-copy span { font-size: .8rem; font-weight: 800; }
.concept-copy small { display: block; margin-top: 3px; color: #7a8589; font-size: .68rem; font-weight: 500; }

.style-section { padding-top: 72px; background: #f4f6f5; }
.salon-heading { margin-bottom: 34px; text-align: center; }
.salon-heading > span { color: var(--salon-sage); font-family: "Barlow Condensed", sans-serif; font-weight: 700; text-transform: uppercase; }
.salon-heading h2 { margin: 2px 0 5px; font-family: "Barlow Condensed", sans-serif; font-size: clamp(2.6rem, 4vw, 4rem); font-weight: 600; line-height: 1; }
.salon-heading p { margin: 0; color: #778185; font-size: .78rem; }
.salon-heading--left { text-align: left; }
.style-gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; overflow: visible; }
.style-card { min-width: 0; margin: 0; overflow: hidden; background: var(--salon-sage); }
.style-card img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.style-card figcaption { padding: 8px; color: #fff; font-family: "Barlow Condensed", sans-serif; font-size: .85rem; font-weight: 600; text-align: center; }
.style-gallery[data-filter="women"] .style-card[data-style="men"], .style-gallery[data-filter="men"] .style-card[data-style="women"] { display: none; }
.style-actions { display: flex; justify-content: center; gap: 8px; margin-top: 24px; }
.filter-button { min-width: 80px; padding: 7px 12px; color: #687277; background: transparent; border: 1px solid #cbd2d3; cursor: pointer; }
.filter-button.is-active { color: #fff; background: var(--salon-sage); border-color: var(--salon-sage); }

.menu-section { background: #fff; }
.menu-columns { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.menu-columns section { padding: 24px; border-right: 1px solid var(--line); }
.menu-columns section:last-child { border-right: 0; }
.menu-columns h3 { display: flex; align-items: center; gap: 8px; margin: 0 0 18px; font-family: "Barlow Condensed", sans-serif; font-size: 1.25rem; }
.menu-columns h3 svg { width: 20px; color: var(--salon-sage); }
.menu-columns dl { margin: 0; }
.menu-columns dl div { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-bottom: 1px solid #edf0f0; font-size: .72rem; }
.menu-columns dt { color: #596367; }
.menu-columns dd { margin: 0; font-weight: 700; white-space: nowrap; }

.stylist-section { background: #f4f6f5; }
.stylist-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.stylist-grid article { background: #fff; border: 1px solid var(--line); }
.stylist-photo { aspect-ratio: 1.18; margin: 0; overflow: hidden; background: #e4e7e5; }
.stylist-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; }
.stylist-grid article > div:last-child { padding: 20px; }
.stylist-grid span { color: var(--salon-sage); font-size: .65rem; font-weight: 800; }
.stylist-grid h3 { margin: 3px 0 8px; }
.stylist-grid p { min-height: 50px; margin: 0; color: #707a7e; font-size: .75rem; }
.stylist-grid a { display: inline-flex; align-items: center; gap: 7px; margin-top: 14px; color: var(--salon-sage-dark); font-size: .73rem; font-weight: 800; }
.stylist-grid a svg { width: 16px; }

.welcome-section { padding: 44px 0; border-block: 1px solid var(--line); }
.welcome-layout { display: grid; grid-template-columns: .8fr 2fr auto; gap: 28px; align-items: center; }
.welcome-title { padding: 20px 28px; color: #fff; background: var(--salon-sage); }
.welcome-title span { font-family: "Barlow Condensed", sans-serif; font-size: .8rem; text-transform: uppercase; }
.welcome-title h2 { margin: 0; font-size: 1.55rem; }
.welcome-title p { margin: 4px 0 0; font-size: .68rem; }
.welcome-offers { display: grid; grid-template-columns: repeat(3, 1fr); }
.welcome-offers article { padding: 5px 20px; text-align: center; border-right: 1px solid var(--line); }
.welcome-offers svg { width: 22px; color: var(--salon-sage); }
.welcome-offers p { margin: 4px 0; font-size: .72rem; font-weight: 700; }
.welcome-offers strong { color: var(--salon-coral); font-size: 1.35rem; }

.salon-space { background: #fff; }
.salon-space__grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: center; }
.salon-space__photo { height: 510px; margin: 0; overflow: hidden; background: #e8ece9; }
.salon-space__photo img { width: 100%; height: 100%; object-fit: cover; }
.salon-space h2 { margin: 0 0 20px; font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: 1.55; }
.salon-space p { color: #667176; }
.salon-space dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding-top: 20px; margin-top: 24px; border-top: 1px solid var(--line); }
.salon-space dl div { text-align: center; }
.salon-space dt { color: #7c878b; font-size: .68rem; }
.salon-space dd { margin: 3px 0 0; font-weight: 800; }

.review-access-section { background: #f4f6f5; }
.review-access-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.review-access-grid blockquote { position: relative; margin: 12px 0; padding: 18px 20px; background: #fff; border: 1px solid var(--line); }
.review-access-grid blockquote div { color: #e2a319; letter-spacing: .12em; }
.review-access-grid blockquote p { margin: 6px 0; color: #626d71; font-size: .78rem; }
.review-access-grid cite { color: #8b9497; font-size: .68rem; font-style: normal; }
.review-access-grid > div > p { color: #626d71; font-size: .82rem; }
.review-access-grid ul { padding: 0; list-style: none; }
.review-access-grid li { display: flex; align-items: center; gap: 8px; margin: 7px 0; font-size: .78rem; }
.review-access-grid li svg { width: 17px; color: var(--salon-sage); }
.salon-map { position: relative; min-height: 210px; margin-top: 20px; overflow: hidden; background-color: #e8eeea; background-image: linear-gradient(28deg, transparent 47%, #fff 48%, #fff 54%, transparent 55%), linear-gradient(96deg, transparent 44%, #fff 45%, #fff 50%, transparent 51%); background-size: 120px 100px, 90px 130px; border: 1px solid var(--line); }
.salon-map span { position: absolute; top: 48%; left: 50%; display: flex; align-items: center; gap: 6px; padding: 7px 10px; color: #fff; background: var(--salon-coral); font-size: .65rem; font-weight: 800; transform: translate(-50%, -50%); white-space: nowrap; }
.salon-map svg { width: 16px; }

.salon-reservation { padding: 46px 0; color: #fff; background: var(--salon-sage-dark); }
.salon-reservation__inner { display: grid; grid-template-columns: 1fr 1fr auto; gap: 40px; align-items: center; }
.salon-reservation span { font-family: "Barlow Condensed", sans-serif; font-size: .8rem; text-transform: uppercase; }
.salon-reservation h2 { margin: 0; }
.salon-reservation__inner > div:nth-child(2) { display: grid; grid-template-columns: auto 1fr; column-gap: 10px; align-items: center; }
.salon-reservation__inner > div:nth-child(2) svg { grid-row: 1 / 3; }
.salon-reservation strong { font-size: 1.55rem; }
.salon-reservation small { font-size: .68rem; }
.salon-footer { padding: 48px 0 24px; color: #cbd2d3; background: #222729; }
.salon-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 48px; }
.salon-footer .salon-brand { color: #fff; }
.salon-footer p, .salon-footer a { display: block; font-size: .74rem; }
.salon-footer__grid a + a { margin-top: 7px; }
.salon-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 32px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); font-size: .68rem; }

@media (max-width: 1000px) {
  .concept-layout { gap: 52px; }
  .menu-columns { grid-template-columns: 1fr 1fr; }
  .menu-columns section:nth-child(2) { border-right: 0; }
  .menu-columns section:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .welcome-layout { grid-template-columns: 1fr; }
  .welcome-offers article { padding-block: 14px; }
  .welcome-layout > a { width: 100%; }
  .salon-reservation__inner { grid-template-columns: 1fr 1fr; }
  .salon-reservation__inner > a { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .salon-hero { min-height: 650px; background-position: 64% center; position: relative; }
  .salon-hero::before { content: ""; position: absolute; inset: 0; background: rgba(255,255,255,.72); }
  .salon-hero__inner { position: relative; }
  .salon-hero__copy { width: 100%; }
  .salon-hero h1 { font-size: clamp(2.25rem, 9.5vw, 2.8rem); }
  .concept-section { padding: 60px 0; }
  .concept-layout, .stylist-grid, .salon-space__grid, .review-access-grid, .salon-reservation__inner, .salon-footer__grid { grid-template-columns: 1fr; }
  .concept-layout { gap: 30px; }
  .concept-copy ul { grid-template-columns: 1fr; }
  .style-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .menu-columns { grid-template-columns: 1fr; }
  .menu-columns section, .menu-columns section:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .menu-columns section:last-child { border-bottom: 0; }
  .stylist-grid { gap: 30px; }
  .stylist-grid p { min-height: auto; }
  .welcome-offers { grid-template-columns: 1fr; }
  .welcome-offers article { border-right: 0; border-bottom: 1px solid var(--line); }
  .salon-space__photo { height: min(380px, 100vw); }
  .review-access-grid { gap: 52px; }
  .salon-reservation__inner { gap: 26px; }
  .salon-reservation__inner > a { grid-column: auto; width: 100%; }
  .salon-footer__bottom { display: grid; }
}
