:root {
  --forest: #18352e;
  --forest-dark: #0d211c;
  --cream: #f3ead7;
  --paper: #fffaf0;
  --gold: #c8933f;
  --rust: #8c3f2b;
  --ink: #1c211e;
  --muted: #68645c;
  --line: rgba(28, 33, 30, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; object-fit: cover; }
button, input, a { font: inherit; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3, .brand, .footer-logo { font-family: Georgia, "Times New Roman", serif; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

:focus-visible { outline: 3px solid #f4b95e; outline-offset: 4px; }
[hidden] { display: none !important; }
.shell { padding: clamp(64px, 9vw, 120px) clamp(20px, 6vw, 92px); }

.top-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 76px;
  padding: 12px clamp(20px, 5vw, 76px);
  color: var(--cream);
  background: rgba(13, 33, 28, .96);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(12px);
}

.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 700; font-size: 1.06rem; letter-spacing: .02em; }
.brand-logo { width: auto; max-width: 164px; height: 46px; object-fit: contain; }
.brand-mark { display: grid; place-items: center; width: 40px; height: 40px; color: var(--forest-dark); background: var(--gold); border-radius: 50%; font: 800 .72rem/1 Arial, sans-serif; letter-spacing: .08em; }
.top-nav nav { display: flex; justify-content: center; gap: 28px; font-size: .78rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.top-nav nav a { color: rgba(243, 234, 215, .74); }
.top-nav nav a:hover { color: var(--cream); }

.nav-cta, .button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.nav-cta { color: var(--forest-dark); background: var(--gold); }
.button-gold { color: var(--forest-dark); background: var(--gold); }
.button-dark { color: var(--cream); background: var(--forest); }

.hero { position: relative; min-height: 750px; display: grid; align-items: end; overflow: hidden; color: var(--cream); background: var(--forest-dark); }
.hero > img { position: absolute; inset: 0; height: 100%; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8, 21, 18, .92) 0%, rgba(8, 21, 18, .66) 48%, rgba(8, 21, 18, .18) 100%); }
.hero-copy { position: relative; z-index: 2; display: grid; gap: 24px; max-width: 820px; padding: clamp(90px, 13vw, 180px) clamp(20px, 7vw, 110px); }
.eyebrow, .kicker { color: var(--gold); font-size: .74rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { font-size: clamp(4rem, 9.5vw, 8.8rem); line-height: .86; letter-spacing: -.045em; }
.hero h1 em, .section-heading em { color: var(--gold); font-weight: 400; }
.hero-copy > p:not(.eyebrow) { max-width: 650px; color: rgba(243, 234, 215, .82); font-size: clamp(1rem, 1.7vw, 1.28rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.text-link { padding-block: 8px; border-bottom: 1px solid currentColor; font-size: .82rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.section-heading { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr); align-items: end; gap: 24px 52px; margin-bottom: 46px; }
.section-heading .kicker { grid-column: 1 / -1; }
.section-heading h2 { font-size: clamp(3rem, 7vw, 6.2rem); line-height: .94; letter-spacing: -.04em; }
.section-heading > p:last-child { max-width: 520px; color: var(--muted); line-height: 1.75; }
.section-heading.centered { display: flex; flex-direction: column; align-items: center; text-align: center; }

.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 16px; }
.service-card { position: relative; overflow: hidden; min-height: 520px; color: white; background: var(--forest); }
.service-card img { position: absolute; inset: 0; height: 100%; filter: saturate(.75); transition: transform .5s ease; }
.service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 20%, rgba(5, 17, 14, .92) 100%); }
.service-card:hover img { transform: scale(1.035); }
.service-copy { position: absolute; inset: auto 0 0; z-index: 2; display: grid; grid-template-columns: auto 1fr auto; gap: 8px 16px; align-items: end; padding: 26px; }
.service-copy > span { grid-row: 1 / 4; color: var(--gold); font-size: .72rem; font-weight: 900; }
.service-copy h3 { font-size: clamp(1.7rem, 3vw, 2.8rem); }
.service-copy p { grid-column: 2 / 3; color: rgba(255, 255, 255, .72); line-height: 1.5; }
.service-copy strong { grid-column: 3; grid-row: 1 / 3; color: var(--gold); font-size: 1.35rem; }

.barbers { padding-block: clamp(70px, 10vw, 130px); color: var(--cream); background: var(--forest); }
.barbers .section-heading > p:last-child { color: rgba(243, 234, 215, .7); }
.barber-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.barber-card { display: grid; gap: 10px; padding-bottom: 24px; text-align: center; border: 1px solid rgba(243, 234, 215, .16); background: rgba(255, 255, 255, .035); }
.barber-card img { aspect-ratio: 4 / 5; filter: sepia(.12) saturate(.8); }
.barber-card > p { margin-top: 12px; color: var(--gold); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.barber-card h3 { font-size: 2rem; }
.barber-card a { justify-self: center; padding-block: 7px; border-bottom: 1px solid var(--gold); color: var(--gold); font-size: .76rem; font-weight: 900; text-transform: uppercase; }

.reviews { background: var(--cream); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { display: grid; align-content: start; gap: 16px; min-height: 300px; padding: clamp(24px, 3vw, 38px); background: var(--paper); border: 1px solid rgba(28, 33, 30, .12); box-shadow: 0 18px 50px rgba(24, 53, 46, .08); }
.review-rating { color: var(--gold); font-weight: 900; }
.review-card blockquote { margin: 0; font: 400 clamp(1.25rem, 2vw, 1.65rem)/1.5 Georgia, "Times New Roman", serif; }
.review-card [data-ltc-edit$=".name"] { margin-top: auto; font-weight: 900; }
.review-card [data-ltc-edit$=".source"] { color: var(--muted); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.video-section { display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr); gap: clamp(36px, 7vw, 90px); align-items: center; background: var(--forest-dark); color: var(--cream); }
.video-heading { display: grid; gap: 18px; }
.video-heading h2 { font-size: clamp(3rem, 6vw, 5.8rem); line-height: .92; letter-spacing: -.04em; }
.video-heading > p:last-child { color: rgba(243, 234, 215, .72); line-height: 1.75; }
.video-frame { overflow: hidden; aspect-ratio: 16 / 9; background: #050d0b; border: 8px solid var(--gold); box-shadow: 18px 18px 0 rgba(200, 147, 63, .18); }
.video-frame video, .video-frame iframe { display: block; width: 100%; height: 100%; border: 0; object-fit: contain; }

.location { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: clamp(40px, 8vw, 120px); align-items: center; }
.map-art { position: relative; overflow: hidden; min-height: 520px; background: #d7cab0; border: 12px solid var(--cream); box-shadow: 0 20px 70px rgba(30, 33, 29, .13); }
.map-art::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(42deg, transparent 0 58px, rgba(24, 53, 46, .09) 59px 66px); }
.road { position: absolute; height: 16px; width: 130%; background: var(--paper); box-shadow: 0 0 0 1px rgba(24, 53, 46, .12); transform-origin: center; }
.road-one { left: -15%; top: 28%; transform: rotate(14deg); }
.road-two { left: -15%; top: 65%; transform: rotate(-12deg); }
.road-three { left: -12%; top: 48%; transform: rotate(82deg); }
.map-art b { position: absolute; left: 53%; top: 45%; display: grid; place-items: center; width: 76px; height: 76px; color: var(--forest-dark); background: var(--gold); border: 6px solid var(--paper); border-radius: 50% 50% 50% 8%; transform: rotate(-45deg); box-shadow: 0 10px 30px rgba(0, 0, 0, .16); }
.map-art b::first-letter { transform: rotate(45deg); }
.map-art.has-map-image { background-position: center; background-repeat: no-repeat; background-size: contain; }
.map-art.has-map-image::before, .map-art.has-map-image .road, .map-art.has-map-image b { display: none; }
.location-copy { display: grid; gap: 20px; }
.location-copy h2 { font-size: clamp(3rem, 6vw, 5.8rem); line-height: .92; letter-spacing: -.04em; }
.location-copy > p:not(.kicker), address { color: var(--muted); line-height: 1.7; }
address { font-style: normal; font-weight: 800; }
.location-copy > a:not(.button) { font-size: 1.6rem; font-weight: 800; }
.location-copy .button { justify-self: start; }

.promotion { display: grid; grid-template-columns: 1fr 1fr; min-height: 680px; color: var(--cream); background: var(--rust); }
.promotion-images { display: grid; grid-template-columns: 1fr 1fr; min-height: 500px; }
.promotion-images img { height: 100%; min-height: 500px; }
.promotion-images img:first-child { margin-top: 48px; height: calc(100% - 48px); }
.promotion-copy { display: grid; align-content: center; gap: 24px; padding: clamp(56px, 8vw, 120px); }
.promotion-copy h2 { font-size: clamp(3rem, 6vw, 6rem); line-height: .92; letter-spacing: -.045em; }
.promotion-copy > p:not(.kicker) { max-width: 590px; color: rgba(255, 250, 240, .78); line-height: 1.75; }
.light { justify-self: start; }

.booking { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(36px, 7vw, 100px); color: var(--cream); background: var(--forest-dark); }
.booking-copy { display: grid; align-content: start; gap: 20px; min-width: 0; }
.booking-copy h2 { font-size: clamp(3rem, 4vw, 4.5rem); line-height: .92; overflow-wrap: anywhere; }
.booking-copy > p:not(.kicker) { color: rgba(243, 234, 215, .72); line-height: 1.7; overflow-wrap: anywhere; }
.booking-widget { display: grid; gap: 12px; min-width: 0; padding: clamp(20px, 4vw, 40px); color: var(--ink); background: var(--cream); }
.booking-step { display: grid; grid-template-columns: 44px 1fr; gap: 8px 14px; padding: 16px; background: rgba(255, 255, 255, .5); border: 1px solid var(--line); }
.booking-step > span { grid-row: 1 / 3; color: var(--rust); font-size: .72rem; font-weight: 900; }
.choice-row { display: flex; flex-wrap: wrap; gap: 8px; }
.choice-row button { min-height: 38px; padding: 7px 12px; color: var(--forest); background: white; border: 1px solid var(--line); cursor: pointer; }
.choice-row button:first-child { color: white; background: var(--forest); }
.booking-widget > .button { justify-self: stretch; margin-top: 8px; }

.footer { display: grid; grid-template-columns: 1fr auto auto; gap: 30px; align-items: end; padding: 54px clamp(20px, 6vw, 92px); color: var(--cream); background: #071510; }
.footer > div:first-child { display: grid; gap: 10px; max-width: 480px; }
.footer-logo { font-size: 2rem; font-weight: 700; }
.footer-logo-image { width: auto; max-width: 190px; max-height: 64px; object-fit: contain; }
.footer p { color: rgba(243, 234, 215, .58); line-height: 1.5; }
.footer nav, .social-links { display: flex; flex-wrap: wrap; gap: 16px; font-size: .75rem; font-weight: 900; text-transform: uppercase; }
.social-links { color: var(--gold); }

@media (max-width: 1180px) {
  .booking { grid-template-columns: 1fr; }
}

@media (max-width: 960px) {
  .top-nav { grid-template-columns: 1fr auto; }
  .top-nav nav { display: none; }
  .hero { min-height: 680px; }
  .section-heading { grid-template-columns: 1fr; }
  .service-grid, .review-grid { grid-template-columns: 1fr 1fr; }
  .service-card:first-child { grid-column: 1 / -1; }
  .barber-grid { grid-template-columns: repeat(2, 1fr); }
  .barber-card:last-child { grid-column: 1 / -1; max-width: 52%; justify-self: center; }
  .video-section, .location, .promotion { grid-template-columns: 1fr; }
  .promotion-images { min-height: 420px; }
  .footer { grid-template-columns: 1fr 1fr; }
  .social-links { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .top-nav { min-height: 68px; }
  .brand-mark { width: 34px; height: 34px; }
  .nav-cta { min-height: 42px; padding-inline: 14px; font-size: .68rem; }
  .hero { min-height: 650px; }
  .hero-overlay { background: linear-gradient(180deg, rgba(8, 21, 18, .25), rgba(8, 21, 18, .94) 76%); }
  .hero-copy { align-self: end; padding-bottom: 105px; }
  .hero h1 { font-size: clamp(3.7rem, 18vw, 5.2rem); }
  .service-grid, .barber-grid, .review-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:first-child { grid-column: auto; min-height: 430px; }
  .barber-card:last-child { grid-column: auto; max-width: none; }
  .location { padding-inline: 20px; }
  .map-art { min-height: 360px; }
  .promotion-images { min-height: 360px; }
  .promotion-images img { min-height: 360px; }
  .promotion-images img:first-child { margin-top: 24px; height: calc(100% - 24px); }
  .promotion-copy { padding: 56px 20px; }
  .booking { padding-inline: 20px; }
  .booking-step { grid-template-columns: 32px 1fr; }
  .footer { grid-template-columns: 1fr; align-items: start; }
}

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