:root {
  --ink: #2f2a2b;
  --plum: #5b3948;
  --rose: #c9898c;
  --sage: #7f917b;
  --paper: #fbf7f2;
  --blush: #f2e4df;
  --cream: #fffdf9;
  --muted: #756d6b;
  --line: rgba(47, 42, 43, .13);
}

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

.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
:focus-visible { outline: 3px solid var(--plum); outline-offset: 4px; }
.shell { padding: clamp(68px, 9vw, 125px) clamp(20px, 6vw, 96px); }

.top-nav { position: sticky; top: 0; z-index: 20; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; min-height: 82px; padding: 12px clamp(20px, 5vw, 78px); color: var(--ink); background: rgba(251, 247, 242, .94); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: 12px; font-size: 1.12rem; letter-spacing: .015em; }
.brand-logo { width: auto; max-width: 164px; height: 46px; object-fit: contain; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; color: white; background: var(--plum); border-radius: 48% 52% 46% 54%; font: 700 .68rem/1 Arial, sans-serif; letter-spacing: .08em; }
.top-nav nav { display: flex; justify-content: center; gap: 30px; color: var(--muted); font-size: .73rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.top-nav nav a:hover { color: var(--plum); }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 1px solid currentColor; border-radius: 999px; font-size: .73rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.nav-cta, .button-gold { color: white; background: var(--plum); border-color: var(--plum); }
.button-dark { color: white; background: var(--sage); border-color: var(--sage); }

.hero { position: relative; min-height: 780px; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; align-items: center; background: var(--blush); }
.hero > img { grid-column: 2; width: 100%; height: 100%; min-height: 780px; border-radius: 48% 0 0 48% / 54% 0 0 46%; }
.hero-overlay { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 8% 10%, rgba(255, 255, 255, .8), transparent 28%); }
.hero-copy { position: relative; z-index: 2; grid-column: 1; grid-row: 1; display: grid; gap: 25px; padding: clamp(88px, 10vw, 150px) clamp(20px, 7vw, 110px); }
.eyebrow, .kicker { color: var(--rose); font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { max-width: 750px; font-size: clamp(4rem, 8vw, 8.3rem); line-height: .88; letter-spacing: -.045em; }
.hero h1 em, .section-heading em { color: var(--plum); font-weight: 400; }
.hero-copy > p:not(.eyebrow) { max-width: 590px; color: var(--muted); font-size: clamp(1rem, 1.4vw, 1.2rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.text-link { padding-block: 8px; border-bottom: 1px solid currentColor; color: var(--plum); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.section-heading { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr); align-items: end; gap: 18px 54px; margin-bottom: 48px; }
.section-heading .kicker { grid-column: 1 / -1; }
.section-heading h2 { font-size: clamp(3.2rem, 7vw, 6.8rem); line-height: .92; 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: repeat(3, 1fr); gap: 18px; }
.service-card { overflow: hidden; display: grid; grid-template-rows: 360px 1fr; min-height: 540px; background: var(--cream); border: 1px solid var(--line); border-radius: 42% 42% 8px 8px / 24% 24% 8px 8px; box-shadow: 0 24px 60px rgba(47, 42, 43, .07); }
.service-card:nth-child(2) { margin-top: 34px; }
.service-card img { height: 100%; border-radius: 50% 50% 0 0 / 25% 25% 0 0; }
.service-copy { display: grid; grid-template-columns: auto 1fr auto; gap: 8px 14px; align-items: start; padding: 24px; }
.service-copy > span { grid-row: 1 / 4; color: var(--rose); font-size: .7rem; font-weight: 800; }
.service-copy h3 { font-size: 1.8rem; }
.service-copy p { grid-column: 2 / 4; color: var(--muted); line-height: 1.6; }
.service-copy strong { color: var(--plum); font-size: 1.1rem; }

.barbers { padding-block: clamp(72px, 10vw, 132px); background: var(--blush); }
.barber-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.barber-card { display: grid; gap: 10px; text-align: center; }
.barber-card img { aspect-ratio: 4 / 5; border-radius: 48% 48% 8px 8px / 34% 34% 8px 8px; box-shadow: 0 22px 55px rgba(47, 42, 43, .12); }
.barber-card > p { margin-top: 12px; color: var(--sage); font-size: .69rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.barber-card h3 { font-size: 2.3rem; }
.barber-card a { justify-self: center; padding-bottom: 6px; color: var(--plum); border-bottom: 1px solid currentColor; font-size: .73rem; font-weight: 800; text-transform: uppercase; }

.reviews { background: var(--blush); }
.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: rgba(255, 255, 255, .72); border: 1px solid var(--line); border-radius: 32px 6px 32px 6px; box-shadow: 0 22px 60px rgba(91, 57, 72, .08); }
.review-rating { color: var(--rose); font-weight: 800; }
.review-card blockquote { margin: 0; color: var(--plum); font: 400 clamp(1.25rem, 2vw, 1.65rem)/1.5 Georgia, "Times New Roman", serif; }
.review-card [data-ltc-edit$=".name"] { margin-top: auto; color: var(--plum); font-weight: 800; }
.review-card [data-ltc-edit$=".source"] { color: var(--sage); font-size: .7rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }

.video-section { display: grid; grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr); gap: clamp(38px, 7vw, 96px); align-items: center; background: var(--cream); }
.video-heading { display: grid; gap: 20px; }
.video-heading h2 { color: var(--plum); font-size: clamp(3.2rem, 6vw, 6rem); line-height: .92; letter-spacing: -.04em; }
.video-heading > p:last-child { color: var(--muted); line-height: 1.75; }
.video-frame { overflow: hidden; aspect-ratio: 16 / 9; background: #251a1f; border: 1px solid var(--line); border-radius: 42px 8px 42px 8px; box-shadow: 0 28px 70px rgba(47, 42, 43, .14); }
.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(42px, 8vw, 120px); align-items: center; background: var(--cream); }
.map-art { position: relative; overflow: hidden; min-height: 520px; background: #dfe5dc; border-radius: 48% 48% 12px 12px / 30% 30% 12px 12px; box-shadow: 0 24px 70px rgba(47, 42, 43, .1); }
.map-art::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(38deg, transparent 0 54px, rgba(91, 57, 72, .08) 55px 61px); }
.road { position: absolute; left: -20%; width: 140%; height: 14px; background: var(--paper); box-shadow: 0 0 0 1px rgba(47, 42, 43, .08); }
.road-one { top: 25%; transform: rotate(11deg); }
.road-two { top: 67%; transform: rotate(-14deg); }
.road-three { top: 46%; transform: rotate(79deg); }
.map-art b { position: absolute; left: 51%; top: 43%; display: grid; place-items: center; width: 82px; height: 82px; color: white; background: var(--plum); border: 8px solid var(--cream); border-radius: 50% 50% 50% 8%; transform: rotate(-45deg); font: 700 1rem/1 Georgia, serif; box-shadow: 0 16px 35px rgba(47, 42, 43, .2); }
.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(3.2rem, 6vw, 6rem); line-height: .92; letter-spacing: -.04em; }
.location-copy > p:not(.kicker), address { color: var(--muted); line-height: 1.75; }
address { font-style: normal; font-weight: 700; }
.location-copy > a:not(.button) { color: var(--plum); font-size: 1.45rem; font-weight: 700; }
.location-copy .button { justify-self: start; }

.promotion { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 670px; color: white; background: var(--plum); }
.promotion-images { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 24px; background: var(--sage); }
.promotion-images img { height: 100%; min-height: 500px; border-radius: 200px 200px 12px 12px; }
.promotion-images img:last-child { margin-top: 38px; height: calc(100% - 38px); }
.promotion-copy { display: grid; align-content: center; gap: 24px; padding: clamp(58px, 8vw, 118px); }
.promotion-copy h2 { font-size: clamp(3.2rem, 6vw, 6.2rem); line-height: .92; letter-spacing: -.04em; }
.promotion-copy > p:not(.kicker) { color: rgba(255, 255, 255, .76); line-height: 1.75; }
.light { justify-self: start; color: white; }

.booking { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(38px, 7vw, 96px); background: var(--paper); }
.booking-copy { display: grid; align-content: start; gap: 20px; }
.booking-copy h2 { color: var(--plum); font-size: clamp(3.4rem, 6vw, 6.4rem); line-height: .92; }
.booking-copy > p:not(.kicker) { color: var(--muted); line-height: 1.75; }
.booking-widget { display: grid; gap: 12px; padding: clamp(22px, 4vw, 42px); background: var(--cream); border: 1px solid var(--line); border-radius: 32px 6px 32px 6px; box-shadow: 0 28px 70px rgba(47, 42, 43, .1); }
.booking-step { display: grid; grid-template-columns: 42px 1fr; gap: 8px 14px; padding: 15px; background: var(--blush); border-radius: 20px 4px 20px 4px; }
.booking-step > span { grid-row: 1 / 3; color: var(--rose); font-size: .7rem; font-weight: 800; }
.choice-row { display: flex; flex-wrap: wrap; gap: 8px; }
.choice-row button { min-height: 38px; padding: 7px 13px; color: var(--plum); background: white; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; }
.choice-row button:first-child { color: white; background: var(--plum); }
.booking-widget > .button { justify-self: stretch; margin-top: 8px; }

.footer { display: grid; grid-template-columns: 1fr auto auto; gap: 30px; align-items: end; padding: 58px clamp(20px, 6vw, 96px); color: var(--ink); background: var(--blush); border-top: 1px solid var(--line); }
.footer > div:first-child { display: grid; gap: 10px; max-width: 520px; }
.footer-logo { color: var(--plum); font-size: 2rem; }
.footer-logo-image { width: auto; max-width: 190px; max-height: 64px; object-fit: contain; }
.footer p { color: var(--muted); line-height: 1.55; }
.footer nav, .social-links { display: flex; flex-wrap: wrap; gap: 16px; font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.social-links { color: var(--sage); }

@media (max-width: 960px) {
  .top-nav { grid-template-columns: 1fr auto; }
  .top-nav nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero > img { grid-column: 1; width: 100%; opacity: .42; border-radius: 0; }
  .hero-copy { grid-column: 1; color: white; text-shadow: 0 2px 18px rgba(47, 42, 43, .25); }
  .hero-overlay { background: linear-gradient(180deg, rgba(91, 57, 72, .08), rgba(91, 57, 72, .86)); }
  .hero-copy > p:not(.eyebrow) { color: rgba(255, 255, 255, .84); }
  .section-heading { grid-template-columns: 1fr; }
  .service-grid, .barber-grid, .review-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child, .barber-card:last-child { grid-column: 1 / -1; max-width: 52%; justify-self: center; }
  .video-section, .location, .promotion, .booking { grid-template-columns: 1fr; }
  .footer { grid-template-columns: 1fr 1fr; }
  .social-links { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .nav-cta { padding-inline: 14px; font-size: .65rem; }
  .hero { min-height: 680px; }
  .hero > img { min-height: 680px; }
  .hero-copy { align-self: end; padding-bottom: 110px; }
  .hero h1 { font-size: clamp(3.8rem, 18vw, 5.8rem); }
  .service-grid, .barber-grid, .review-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:last-child, .barber-card:last-child { grid-column: auto; max-width: none; }
  .service-card:nth-child(2) { margin-top: 0; }
  .map-art { min-height: 350px; }
  .promotion-images { min-height: 390px; padding: 14px; }
  .promotion-images img { min-height: 360px; }
  .promotion-copy { padding: 58px 20px; }
  .booking { padding-inline: 20px; }
  .footer { grid-template-columns: 1fr; }
}

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