@font-face { font-family: "Anton"; src: url("../fonts/anton-latin.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Playfair Display"; src: url("../fonts/playfair-display-italic-latin.woff2") format("woff2"); font-style: italic; font-weight: 500; font-display: swap; }
@font-face { font-family: "Inter"; src: url("../fonts/inter-latin.woff2") format("woff2"); font-style: normal; font-weight: 100 900; font-display: swap; }

:root {
  --mint: #9bffc1;
  --ink: #11130f;
  --cream: #f2efe6;
  --paper: #faf8f2;
  --muted: #686a62;
  --line: rgba(17, 19, 15, .18);
  --display: "Anton", Impact, sans-serif;
  --serif: "Playfair Display", Georgia, serif;
  --body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; }
button { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--mint); padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }
.container { width: min(100% - 2rem, 1320px); margin-inline: auto; }
.eyebrow { margin: 0 0 1rem; font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .18em; }
.display { font-family: var(--display); font-weight: 400; line-height: .9; letter-spacing: -.025em; text-transform: uppercase; }
.serif { font-family: var(--serif); font-style: italic; font-weight: 500; text-transform: none; }
.muted { color: var(--muted); }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(15px);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { font-family: var(--display); font-size: 1.35rem; letter-spacing: -.02em; text-decoration: none; text-transform: lowercase; }
.nav-links { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2.2rem); }
.nav-links a { font-size: .7rem; font-weight: 600; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.nav-links a:hover, .nav-links a[aria-current="page"] { text-decoration: underline; text-decoration-color: var(--mint); text-decoration-thickness: .3rem; }
.nav-book { background: var(--ink); color: var(--paper); padding: .85rem 1rem; }
.menu-toggle { display: none; border: 0; background: transparent; padding: .6rem; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; }

.hero { min-height: calc(100svh - 78px); position: relative; display: grid; align-items: end; overflow: hidden; background: var(--ink); color: white; }
.hero-image { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 28%; opacity: .72; }
.hero-image-cover { object-position: center 70%; transform: translate(1.25%, 0) scale(1.02); }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.28), transparent 60%), linear-gradient(0deg, rgba(0,0,0,.76), transparent 58%); }
.hero-content { position: relative; z-index: 1; padding-block: clamp(4rem, 12vw, 10rem) 3rem; }
.hero h1 { max-width: 10ch; margin: 0; font-size: clamp(4.4rem, 13vw, 12rem); }
.home-hero-lockup { width: fit-content; max-width: 100%; }
.home-hero-lockup h1 { max-width: none; margin: 0; font-family: var(--serif); font-size: clamp(4.4rem, 9vw, 8.5rem); font-style: italic; font-weight: 500; line-height: .95; letter-spacing: -.055em; text-transform: none; white-space: nowrap; }
.home-hero-lockup .eyebrow { margin: 1rem 0 0; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.55); }
.hero-bottom { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-top: 2rem; }
.hero-bottom p { max-width: 35rem; margin: 0; font-size: clamp(1rem, 2vw, 1.35rem); }
.hero-actions, .actions { display: flex; flex-wrap: wrap; gap: .7rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .85rem 1.15rem; border: 1px solid currentColor; font-size: .72rem; font-weight: 600; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; transition: background .2s, color .2s, transform .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-mint { border-color: var(--mint); background: var(--mint); color: var(--ink); }
.btn-dark { background: var(--ink); color: white; }
.btn-light { background: var(--paper); color: var(--ink); }
.text-link { align-self: center; font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }

.section { padding-block: clamp(5rem, 10vw, 9rem); }
.section-mint { background: var(--mint); }
.section-dark { background: var(--ink); color: var(--paper); }
.section-cream { background: var(--cream); }
.home-story {
  position: relative;
  padding-block: clamp(6.5rem, 12vw, 11rem);
  overflow: hidden;
  background: #d8d1c5;
}
.home-story::after {
  content: "";
  position: absolute;
  right: -12vw;
  bottom: -22vw;
  width: 54vw;
  aspect-ratio: 1;
  border: 1px solid rgba(17, 19, 15, .12);
  border-radius: 50%;
  pointer-events: none;
}
.home-story .intro-grid { position: relative; z-index: 1; align-items: end; }
.home-story .intro-copy { padding-bottom: .5rem; }
.intro-grid { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); gap: clamp(2rem, 8vw, 9rem); align-items: start; }
.intro-grid h2, .page-hero h1, .section-title { margin: 0; font-size: clamp(3.3rem, 8vw, 8.5rem); }
.intro-copy { max-width: 44rem; }
.intro-copy .lead { margin-top: 0; font-size: clamp(1.35rem, 2.4vw, 2.15rem); line-height: 1.35; }
.editorial-image { margin-top: clamp(3rem, 7vw, 7rem); aspect-ratio: 2.2 / 1; object-fit: cover; }

.split { display: grid; grid-template-columns: 1fr 1fr; min-height: 700px; }
.split-image { height: 100%; object-fit: cover; }
.split-copy { padding: clamp(3rem, 8vw, 8rem); display: flex; flex-direction: column; justify-content: center; }
.split-copy h2 { margin: 0 0 1.5rem; font-size: clamp(3rem, 7vw, 7rem); }
.split-copy p { max-width: 36rem; font-size: 1.1rem; }

.cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.location-card { position: relative; min-height: 600px; overflow: hidden; background: #222; color: white; }
.location-card img { position: absolute; inset: 0; height: 100%; object-fit: cover; opacity: .7; transition: transform .6s; }
.location-card:hover img { transform: scale(1.025); }
.location-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.8), transparent 70%); }
.location-content { position: absolute; z-index: 1; inset: auto 0 0; padding: clamp(1.5rem, 4vw, 3.5rem); }
.location-content h2, .location-content h3 { margin: 0; font-family: var(--display); font-size: clamp(3rem, 6vw, 6.5rem); font-weight: 400; line-height: 1; text-transform: uppercase; }
.location-content address { margin: 1rem 0; font-style: normal; }
.storefront-card { min-height: 760px; background: #262621; }
.storefront-card img { object-position: center 52%; }
.storefront-frisco img { object-position: center 58%; }
.storefront-mckinney img { object-position: center 55%; }
.storefront-card::after { background: linear-gradient(0deg, rgba(0,0,0,.88), rgba(0,0,0,.08) 72%); }

.booking-hero { background: #d7d0c4; }
.booking-hero .lead { max-width: 58rem; }
.booking-section { background: #c8c0b4; }
.booking-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.25rem, 3vw, 2.5rem); }
.booking-card { min-height: 760px; border: 1px solid rgba(17, 19, 15, .22); }
.booking-card img { opacity: .84; }
.booking-card::after { background: linear-gradient(0deg, rgba(14,14,12,.86), rgba(14,14,12,.04) 75%); }
.booking-button { border-color: #d7d0c4; background: #d7d0c4; color: var(--ink); }
.booking-button:hover { background: #b9afa0; border-color: #b9afa0; }

.page-hero { padding-block: clamp(6rem, 13vw, 12rem) clamp(4rem, 8vw, 8rem); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 11ch; }
.page-hero .lead { max-width: 48rem; margin: 2rem 0 0 auto; font-size: clamp(1.15rem, 2vw, 1.75rem); }

.house-hero { position: relative; min-height: 82svh; display: grid; align-items: end; overflow: hidden; background: var(--ink); color: var(--paper); }
.house-hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 58%; opacity: .72; }
.house-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.78), rgba(0,0,0,.04) 72%); }
.house-hero-content { position: relative; z-index: 1; padding-block: clamp(4rem, 8vw, 7rem); }
.house-hero h1 { max-width: 9ch; margin: 0; font-size: clamp(4.5rem, 12vw, 11rem); }
.house-hero-content > p:last-child { max-width: 44rem; margin: 2rem 0 0 auto; font-size: clamp(1.1rem, 2vw, 1.55rem); }
.house-story { background: #d8d1c5; }
.house-story-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 9vw, 10rem); align-items: end; }
.house-story-heading h2 { max-width: 10ch; margin: 0; font-size: clamp(3.4rem, 7.5vw, 8rem); }
.house-story-copy .lead { font-size: clamp(1.35rem, 2.3vw, 2rem); line-height: 1.35; }
.house-photo { margin: clamp(4rem, 8vw, 8rem) 0 0; }
.house-photo img { aspect-ratio: 16 / 9; object-fit: cover; object-position: center 64%; }
.house-photo figcaption { max-width: 42rem; margin: 1rem 0 0 auto; padding-top: 1rem; border-top: 1px solid var(--line); font-family: var(--serif); font-size: clamp(1.2rem, 2vw, 1.7rem); }
.house-name { background: #bbb2a5; }
.house-rules { background: var(--cream); }
.house-invitation { border-top: 1px solid rgba(255,255,255,.12); }

.story-row { display: grid; grid-template-columns: .35fr 1fr 1fr; gap: 2rem; padding-block: 4rem; border-top: 1px solid var(--line); }
.story-row h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 5rem); }
.story-row p { margin-top: .4rem; font-size: 1.05rem; }
.story-row img { aspect-ratio: 4 / 5; object-fit: cover; }
.rules { counter-reset: house; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); }
.rule { counter-increment: house; padding: 2rem 1rem; border-right: 1px solid var(--line); font-family: var(--serif); font-size: 1.25rem; }
.rule::before { content: "0" counter(house); display: block; margin-bottom: 3rem; font-family: var(--body); font-size: .65rem; letter-spacing: .15em; }

.team-section + .team-section { margin-top: 6rem; }
.barber-levels { padding-block: clamp(4rem, 8vw, 7rem); background: #d8d1c5; }
.barber-levels-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 9vw, 10rem); }
.barber-levels h2 { margin: 0 0 1.5rem; font-size: clamp(2.8rem, 5vw, 5.5rem); }
.barber-levels p:last-child { max-width: 40rem; }
.roster-switcher { position: sticky; top: 78px; z-index: 20; display: grid; grid-template-columns: 1fr 1fr; margin-bottom: clamp(3rem, 6vw, 5rem); border: 1px solid var(--line); background: var(--paper); box-shadow: 0 8px 25px rgba(17, 19, 15, .06); }
.roster-tab { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; min-height: 88px; padding: 1rem 1.5rem; border: 0; border-right: 1px solid var(--line); background: transparent; color: var(--ink); cursor: pointer; text-align: left; }
.roster-tab:last-child { border-right: 0; }
.roster-tab span { font-family: var(--display); font-size: clamp(2rem, 4vw, 4rem); text-transform: uppercase; }
.roster-tab small { font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.roster-tab.active { background: var(--ink); color: var(--paper); }
.team-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; border-bottom: 1px solid var(--line); padding-bottom: 1.2rem; margin-bottom: 1rem; }
.team-heading h2 { margin: 0; font-size: clamp(3rem, 7vw, 7rem); }
.team-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.person { margin: 0; }
.person img { aspect-ratio: 3 / 4; object-fit: cover; object-position: center top; background: #d9d8d0; filter: saturate(.8); transition: filter .25s; }
.person:hover img { filter: saturate(1); }
.person figcaption { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid var(--line); }
.person strong { font-family: var(--display); font-size: 1.35rem; font-weight: 400; text-transform: uppercase; }
.person figcaption span { align-self: center; font-size: .62rem; font-weight: 600; letter-spacing: .08em; text-align: right; text-transform: uppercase; color: var(--muted); }
.person-instagram { flex: 0 0 2rem; align-self: center; display: inline-grid; width: 2rem; height: 2rem; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-size: .58rem; font-weight: 600; letter-spacing: .04em; text-decoration: none; transition: background .2s, color .2s, transform .2s; }
.person-instagram:hover { background: var(--ink); color: var(--paper); transform: translateY(-2px); }

.service-intro { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 8vw, 8rem); margin-bottom: 5rem; }
.services-hero { padding-bottom: 0; background: #d8d1c5; }
.services-hero-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(18rem, .72fr); gap: clamp(3rem, 9vw, 9rem); align-items: end; padding-bottom: clamp(4rem, 8vw, 7rem); }
.services-hero-heading .lead { margin: 0; }
.services-levels { display: grid; grid-template-columns: .55fr 1fr 1fr; gap: clamp(1.5rem, 4vw, 4rem); padding-block: clamp(2rem, 4vw, 3.5rem); border-top: 1px solid rgba(17,19,15,.3); }
.services-levels-label { margin: .3rem 0 0; font-size: .68rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.services-levels h2 { margin: 0 0 .65rem; font-family: var(--serif); font-size: clamp(1.5rem, 2.3vw, 2.2rem); font-style: italic; font-weight: 500; }
.services-levels p { max-width: 34rem; margin: 0; color: #4f504a; }
.services-menu { background: #f7f4ed; }
.service-group { display: grid; grid-template-columns: minmax(10rem, .42fr) minmax(0, 1fr); column-gap: clamp(3rem, 9vw, 10rem); }
.service-group-spaced { margin-top: clamp(6rem, 12vw, 11rem); }
.service-group-title { align-self: start; position: sticky; top: 110px; margin: 0; padding: .2rem 0; font-size: clamp(4rem, 7vw, 7rem); }
.service-group details { grid-column: 2; border-top: 1px solid rgba(17,19,15,.24); }
.service-group details:last-child { border-bottom: 1px solid rgba(17,19,15,.24); }
summary { list-style: none; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 2rem; padding: 1.65rem 0; cursor: pointer; transition: padding .25s ease, color .25s ease; }
summary:hover { padding-left: .65rem; color: #57584f; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; display: grid; width: 2rem; height: 2rem; place-items: center; border: 1px solid rgba(17,19,15,.35); border-radius: 50%; font-size: 1.1rem; line-height: 1; }
details[open] summary::after { content: "−"; }
.service-name { font-family: var(--serif); font-size: clamp(1.5rem, 2.5vw, 2.25rem); font-style: italic; font-weight: 500; }
.service-price { font-size: .75rem; font-weight: 600; letter-spacing: .04em; white-space: nowrap; }
.detail-body { max-width: 48rem; padding: .25rem 4rem 2.25rem 0; color: var(--muted); }
.treatment-list { max-width: 58rem; }
.treatment-option { display: grid; grid-template-columns: 1fr auto; gap: .4rem 2rem; padding: 1.25rem 0; border-top: 1px solid var(--line); }
.treatment-option:first-child { border-top: 0; }
.treatment-option > div { display: flex; flex-wrap: wrap; gap: .5rem 1rem; align-items: baseline; }
.treatment-option strong { font-family: var(--display); font-size: 1.35rem; font-weight: 400; color: var(--ink); text-transform: uppercase; }
.treatment-option span { font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.treatment-option b { color: var(--ink); }
.treatment-option p { grid-column: 1 / -1; margin: 0; }

.product-hero { position: relative; min-height: 72vh; display: grid; align-items: end; overflow: hidden; background: #dad6c9; }
.product-hero img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.product-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.68), transparent 60%); }
.product-hero-content { position: relative; z-index: 1; color: white; padding-block: 4rem; }
.product-hero h1 { margin: 0; font-size: clamp(4rem, 11vw, 11rem); }
.products-collection { background: #f7f4ed; }
.products-intro { margin-bottom: clamp(4rem, 8vw, 7rem); }
.product-availability { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 8vw, 8rem); margin: calc(clamp(4rem, 8vw, 7rem) * -.35) 0 clamp(4rem, 8vw, 7rem); padding: clamp(1.5rem, 3vw, 2.5rem) 0; border-block: 1px solid var(--line); }
.product-availability p { margin: 0; color: var(--muted); }
.product-availability span { display: block; margin-bottom: .55rem; color: var(--ink); font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.product-scroll-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.25rem; }
.product-scroll-heading p { margin-top: 0; }
.product-scroll-heading p:last-child { color: var(--muted); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.product-scroll-heading span { display: inline-block; margin-left: .5rem; color: var(--ink); font-size: 1.2rem; }
.product-grid { display: flex; gap: clamp(1.25rem, 3vw, 3rem); align-items: start; padding-bottom: 1.5rem; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-color: var(--ink) rgba(17,19,15,.12); scrollbar-width: thin; }
.product-card { flex: 0 0 min(47rem, 62vw); scroll-snap-align: start; }
.product-image { display: block; background: #e8e3d8; overflow: hidden; }
.product-card .product-image { aspect-ratio: 1.3 / 1; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.product-card:nth-child(4) .product-image img { object-position: center 45%; }
.product-card:hover .product-image img { transform: scale(1.025); }
.product-meta { display: grid; grid-template-columns: 1fr auto; gap: 1.5rem; align-items: end; padding: 1.25rem 0 1.75rem; }
.product-meta small { display: block; margin-bottom: .25rem; color: var(--muted); font-size: .62rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.product-meta strong { display: block; font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.5rem); font-style: italic; font-weight: 500; line-height: 1.1; }
.product-meta em { color: var(--muted); font-size: .85rem; font-style: normal; }
.in-store-callout { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 2rem; align-items: end; margin-top: clamp(4rem, 8vw, 7rem); padding: clamp(2rem, 5vw, 4rem); background: #d8d1c5; }
.in-store-callout h2 { max-width: 34ch; margin: 0; font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.7rem); font-style: italic; font-weight: 500; line-height: 1.25; }
.product-stories { padding: clamp(2rem, 5vw, 5rem); background: #c8c0b4; }
.product-story { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(22rem, .92fr); max-width: 1320px; min-height: 680px; margin: 0 auto clamp(2rem, 5vw, 5rem); background: #eee9df; }
.product-story:last-child { margin-bottom: 0; }
.product-story-image { min-height: 620px; overflow: hidden; }
.product-story-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .8s ease; }
.product-story:first-child .product-story-image { display: grid; place-items: center; background: #edf2ea; }
.product-story:first-child .product-story-image img { width: 100%; height: 100%; object-fit: contain; }
.product-story:hover .product-story-image img { transform: scale(1.018); }
.product-story-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 7vw, 7rem); }
.product-story-copy h2 { margin: 0 0 2rem; font-size: clamp(3.5rem, 6.5vw, 7rem); }
.product-story-copy > p:not(.eyebrow) { max-width: 34rem; margin: 0 0 2rem; font-size: 1.05rem; color: var(--muted); }
.product-story-copy .btn { align-self: flex-start; }
.product-story-reverse .product-story-image { grid-column: 2; }
.product-story-reverse .product-story-copy { grid-column: 1; grid-row: 1; background: #302f2a; color: var(--paper); }
.product-story-reverse .product-story-copy > p:not(.eyebrow) { color: #c8c5bb; }

.visit-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: end; }
.hours { display: grid; grid-template-columns: auto 1fr; gap: .6rem 2rem; padding: 1.5rem 0; border-block: 1px solid var(--line); }
.hours dt, .hours dd { margin: 0; }
.hours dd { text-align: right; }
.contact-links { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.5rem; }

.locations-hero { padding-bottom: 0; background: #d8d1c5; }
.locations-hero-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(18rem, .7fr); gap: clamp(3rem, 9vw, 9rem); align-items: end; padding-bottom: clamp(3rem, 6vw, 5rem); }
.locations-hero-heading .lead { margin: 0; }
.location-switcher { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 0; background: rgba(250,248,242,.38); }
.location-switcher a { display: flex; justify-content: space-between; align-items: center; min-height: 88px; padding: 1rem 1.5rem; border: 1px solid rgba(17,19,15,.24); color: var(--ink); text-decoration: none; transition: background .2s, color .2s; }
.location-switcher a + a { border-left: 0; }
.location-switcher a:hover { background: var(--ink); color: var(--paper); }
.location-switcher span { font-family: var(--display); font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1; text-transform: uppercase; }
.location-switcher small { font-size: .64rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.locations-hours { display: grid; grid-template-columns: .42fr 2fr; gap: clamp(1.5rem, 4vw, 4rem); align-items: center; padding-block: clamp(1.5rem, 3vw, 2.25rem); }
.locations-hours .eyebrow { margin: 0; }
.locations-hours dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 3vw, 3rem); margin: 0; }
.locations-hours dl div { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; }
.locations-hours dt { color: var(--muted); font-size: .7rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.locations-hours dd { margin: 0; font-family: var(--body); font-size: clamp(.9rem, 1.4vw, 1.1rem); font-weight: 600; white-space: nowrap; }
.locations-list { background: #f7f4ed; }
.location-feature { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(24rem, .85fr); min-height: min(780px, 78vw); }
.location-feature-image { min-height: 620px; overflow: hidden; }
.location-feature-image img { height: 100%; object-fit: cover; object-position: center 56%; transition: transform .8s ease; }
.location-feature:hover .location-feature-image img { transform: scale(1.018); }
.location-feature-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 8vw, 8rem); background: #f7f4ed; }
.location-feature-copy h2 { margin: 0 0 2rem; font-size: clamp(4.5rem, 9vw, 9rem); }
.location-feature-copy address { margin-bottom: clamp(2rem, 5vw, 4rem); font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.7rem); font-style: italic; line-height: 1.45; }
.location-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.location-contact a { font-weight: 600; text-decoration: none; }
.location-contact span { display: block; margin-bottom: .35rem; color: var(--muted); font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; }
.location-contact a:hover { text-decoration: underline; }
.location-feature-reverse .location-feature-image { grid-column: 2; }
.location-feature-reverse .location-feature-copy { grid-column: 1; grid-row: 1; background: #c8c0b4; }
.locations-contact { background: #302f2a; color: var(--paper); }
.locations-contact .intro-copy { justify-self: end; }
.locations-contact .btn-light { border-color: #d8d1c5; background: #d8d1c5; }
.location-page-hero { position: relative; min-height: 82svh; display: grid; align-items: end; overflow: hidden; background: var(--ink); color: var(--paper); }
.location-page-hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 57%; }
.location-page-hero-mckinney > img { object-position: center 52%; }
.location-page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.84), rgba(0,0,0,.08) 72%); }
.location-page-hero-content { position: relative; z-index: 1; padding-block: clamp(4rem, 8vw, 7rem); }
.location-page-hero h1 { max-width: 10ch; margin: 0; font-size: clamp(4.3rem, 10vw, 10rem); }
.location-page-hero-content > p:not(.eyebrow) { max-width: 43rem; margin: 1.5rem 0 2rem; font-size: clamp(1.05rem, 2vw, 1.4rem); }
.location-page-info { background: #f7f4ed; }
.location-page-info-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(3rem, 10vw, 10rem); align-items: start; }
.location-page-info h2 { max-width: 9ch; margin: 0 0 2rem; font-size: clamp(3.5rem, 7vw, 7rem); }
.location-page-info address { margin: 2rem 0; font-family: var(--serif); font-size: clamp(1.3rem, 2vw, 1.8rem); font-style: italic; }
.location-page-hours { padding: clamp(2rem, 5vw, 4rem); background: #d8d1c5; }
.location-page-hours dl { margin: 0 0 2rem; }
.location-page-hours dl div { display: flex; justify-content: space-between; gap: 2rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.location-page-hours dt, .location-page-hours dd { margin: 0; }
.location-page-hours dd { font-weight: 600; }
.faq-list { margin-top: clamp(3rem, 6vw, 5rem); }
.location-faq .detail-body { max-width: 54rem; }

.legal { width: min(100% - 2rem, 860px); margin-inline: auto; }
.legal h1 { font-size: clamp(3.4rem, 9vw, 8rem); }
.legal h2 { margin-top: 3.5rem; font-family: var(--display); font-size: 2rem; font-weight: 400; text-transform: uppercase; }

.site-footer { background: var(--ink); color: var(--paper); }
.footer-main { padding-block: 5rem; display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 3rem; }
.footer-brand { font-family: var(--display); font-size: clamp(3.5rem, 8vw, 8rem); line-height: .8; text-transform: lowercase; }
.footer-col h2 { font: 600 .65rem/1 var(--body); letter-spacing: .16em; text-transform: uppercase; color: var(--mint); }
.footer-col a, .footer-col address { display: block; margin: .75rem 0; font-size: .9rem; font-style: normal; text-decoration: none; }
.footer-col a:hover { color: var(--mint); }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-block: 1.5rem; border-top: 1px solid rgba(255,255,255,.18); font-size: .7rem; color: #b9b9b3; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid var(--mint); outline-offset: 3px; }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .nav-links { position: fixed; inset: 78px 0 auto; z-index: 60; display: none; width: 100%; height: calc(100svh - 78px); flex-direction: column; align-items: flex-start; padding: 2rem; background: var(--paper); overflow-y: auto; }
  .nav-links.open { display: flex; }
  .nav-links a { font-family: var(--display); font-size: clamp(2rem, 9vw, 4rem); font-weight: 400; line-height: 1.05; letter-spacing: 0; }
  .nav-links .nav-book { margin-top: auto; width: 100%; font-family: var(--body); font-size: .75rem; text-align: center; }
  .intro-grid, .service-intro, .visit-intro { grid-template-columns: 1fr; }
  .locations-hero-heading { grid-template-columns: 1fr; }
  .locations-hours { grid-template-columns: 1fr; }
  .locations-hours dl { gap: 1.25rem; }
  .location-feature { grid-template-columns: 1fr 1fr; }
  .location-feature-copy { padding: clamp(2.5rem, 5vw, 4rem); }
  .location-page-info-grid { grid-template-columns: 1fr; }
  .services-hero-heading { grid-template-columns: 1fr; }
  .services-levels { grid-template-columns: 1fr 1fr; }
  .services-levels-label { grid-column: 1 / -1; }
  .house-story-grid { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; }
  .split-image { max-height: 70vh; }
  .story-row { grid-template-columns: .2fr 1fr; }
  .story-row img { grid-column: 2; }
  .rules { grid-template-columns: 1fr 1fr; }
  .rule { border-bottom: 1px solid var(--line); }
  .team-grid { grid-template-columns: repeat(3, 1fr); }
  .barber-levels-grid { grid-template-columns: 1fr; }
  .product-card { flex-basis: min(38rem, 76vw); }
  .product-story { grid-template-columns: 1fr 1fr; min-height: 600px; }
  .product-story-image { min-height: 560px; }
  .booking-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 1.25rem, 1320px); }
  .nav-wrap { min-height: 68px; }
  .nav-links { inset-block-start: 68px; height: calc(100svh - 68px); }
  .hero { min-height: calc(100svh - 68px); }
  .hero-image-cover { object-position: 40% 62%; transform: translate(1.25%, 0) scale(1.02); }
  .home-hero-lockup h1 { font-size: clamp(3rem, 14vw, 4.1rem); line-height: .95; white-space: nowrap; }
  .hero-bottom { align-items: start; flex-direction: column; }
  .hero-actions, .actions { width: 100%; }
  .hero-actions .btn, .actions .btn { flex: 1 1 auto; }
  .editorial-image { aspect-ratio: 4 / 3; }
  .house-hero { min-height: 76svh; }
  .house-hero > img { object-position: 45% center; }
  .house-hero-content > p:last-child { margin-left: 0; }
  .house-photo img { aspect-ratio: 4 / 5; object-position: center; }
  .cards { grid-template-columns: 1fr; }
  .location-card { min-height: 520px; }
  .storefront-card, .booking-card { min-height: 660px; }
  .story-row { grid-template-columns: 1fr; }
  .story-row img { grid-column: auto; }
  .rules { grid-template-columns: 1fr; }
  .rule::before { margin-bottom: 1.5rem; }
  .team-heading { align-items: start; flex-direction: column; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .roster-tab { min-height: 72px; padding: .8rem; flex-direction: column; gap: 0; }
  .roster-switcher { top: 68px; }
  .roster-tab span { font-size: 1.8rem; }
  .person figcaption { align-items: flex-start; flex-direction: column; gap: .15rem; }
  .person figcaption span { align-self: flex-start; text-align: left; }
  .person-instagram { align-self: flex-start; margin-top: .35rem; }
  .location-switcher a { min-height: 74px; padding: .8rem; flex-direction: column; align-items: flex-start; justify-content: center; }
  .location-switcher span { font-size: 1.8rem; }
  .location-switcher small { margin-top: .15rem; }
  .locations-hours { gap: 1.25rem; }
  .locations-hours dl { grid-template-columns: 1fr; gap: .65rem; padding: 1.25rem; background: rgba(250,248,242,.38); }
  .locations-hours dl div { flex-direction: row; justify-content: space-between; align-items: baseline; }
  .location-feature { display: flex; min-height: 0; flex-direction: column; }
  .location-feature-image { min-height: 0; aspect-ratio: 4 / 5; }
  .location-feature-image img { object-position: center 56%; }
  .location-feature-copy { padding: 4rem 1.25rem 5rem; }
  .location-page-hero { min-height: 78svh; }
  .location-page-hero > img { object-position: center 54%; }
  .location-page-hero h1 { font-size: clamp(3.8rem, 18vw, 6rem); }
  .location-feature-reverse .location-feature-image { order: 0; }
  .location-feature-reverse .location-feature-copy { order: 1; }
  .location-contact { grid-template-columns: 1fr; gap: 1rem; }
  .services-levels { grid-template-columns: 1fr; }
  .services-levels-label { grid-column: auto; }
  .service-group { grid-template-columns: 1fr; }
  .service-group-title { position: static; padding-bottom: 1.5rem; }
  .service-group details { grid-column: 1; }
  summary { grid-template-columns: 1fr auto; gap: .75rem; }
  .service-price { grid-column: 1; }
  summary::after { grid-column: 2; grid-row: 1 / 3; }
  .detail-body { padding-right: 0; }
  .product-grid { gap: 1rem; margin-right: -.625rem; }
  .product-availability { grid-template-columns: 1fr; gap: 1.5rem; }
  .product-card { flex-basis: 84vw; }
  .product-card .product-image { aspect-ratio: 4 / 5; }
  .product-meta { grid-template-columns: 1fr; gap: .75rem; }
  .in-store-callout { grid-template-columns: 1fr; align-items: start; }
  .in-store-callout .btn { justify-self: start; }
  .product-stories { padding: 1.25rem; }
  .product-story { display: flex; min-height: 0; flex-direction: column; }
  .product-story-image { min-height: 0; aspect-ratio: 4 / 5; }
  .product-story-copy { padding: 4rem 1.5rem; }
  .product-story-reverse .product-story-image { order: 0; }
  .product-story-reverse .product-story-copy { order: 1; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
