:root {
  --black: #090909;
  --panel: #141414;
  --paper: #f4f1e8;
  --acid: #eaff35;
  --pink: #ff3ca6;
  --cyan: #25d8ff;
  --ink: #111;
  --muted: #77736b;
  --line: rgba(255, 255, 255, .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, a { font: inherit; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3, .brand, .footer-logo { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; text-transform: uppercase; }
[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: 4px solid var(--cyan); outline-offset: 4px; }
.shell { padding: clamp(58px, 8vw, 108px) clamp(18px, 5vw, 74px); }

.top-nav { position: sticky; top: 0; z-index: 20; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; min-height: 72px; padding: 10px clamp(18px, 4vw, 62px); color: white; background: rgba(9, 9, 9, .96); border-bottom: 2px solid var(--acid); backdrop-filter: blur(12px); }
.brand { display: flex; align-items: center; gap: 10px; font-size: 1.15rem; letter-spacing: .04em; }
.brand-logo { width: auto; max-width: 164px; height: 46px; object-fit: contain; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; color: var(--black); background: var(--acid); transform: rotate(-5deg); font: 900 .72rem/1 Arial, sans-serif; }
.top-nav nav { display: flex; justify-content: center; gap: 30px; color: #ccc; font: 900 .72rem/1 Arial, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.top-nav nav a:hover { color: var(--acid); }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 20px; border: 2px solid currentColor; font-size: .74rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; box-shadow: 5px 5px 0 currentColor; }
.nav-cta, .button-gold { color: var(--black); background: var(--acid); border-color: var(--acid); }
.button-dark { color: white; background: var(--black); border-color: var(--black); box-shadow: 6px 6px 0 var(--pink); }

.hero { position: relative; min-height: 780px; overflow: hidden; display: grid; align-items: end; color: white; background: var(--black); }
.hero > img { position: absolute; inset: 0 0 0 43%; width: 57%; height: 100%; filter: grayscale(.25) contrast(1.12); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, var(--black) 0 42%, rgba(9, 9, 9, .15) 72%), repeating-linear-gradient(135deg, transparent 0 22px, rgba(234, 255, 53, .04) 23px 25px); }
.hero::before { content: "NEW SIGNAL / 01"; position: absolute; z-index: 2; top: 110px; right: -40px; padding: 11px 90px; color: var(--black); background: var(--pink); transform: rotate(8deg); font-size: .72rem; font-weight: 950; letter-spacing: .16em; }
.hero-copy { position: relative; z-index: 2; display: grid; gap: 22px; max-width: 760px; padding: clamp(100px, 13vw, 180px) clamp(18px, 6vw, 88px); }
.eyebrow, .kicker { color: var(--pink); font-size: .72rem; font-weight: 950; letter-spacing: .2em; text-transform: uppercase; }
.hero h1 { max-width: 850px; font-size: clamp(5rem, 12vw, 11rem); line-height: .84; letter-spacing: -.012em; }
.hero h1 em, .section-heading em { color: var(--acid); font-style: normal; -webkit-text-stroke: 2px var(--acid); text-shadow: 6px 6px 0 var(--pink); }
.hero-copy > p:not(.eyebrow) { max-width: 570px; color: #d4d4d4; font-size: 1.08rem; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.text-link { padding-block: 8px; border-bottom: 2px solid var(--cyan); color: white; font-size: .74rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }

.section-heading { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); align-items: end; gap: 18px 48px; margin-bottom: 40px; }
.section-heading .kicker { grid-column: 1 / -1; }
.section-heading h2 { font-size: clamp(3.5rem, 8vw, 8rem); line-height: .89; letter-spacing: 0; }
.section-heading > p:last-child { max-width: 500px; color: var(--muted); line-height: 1.7; }
.section-heading.centered { display: flex; flex-direction: column; align-items: center; text-align: center; }

.services { position: relative; overflow: hidden; background: var(--paper); }
.services::before { content: "MENU"; position: absolute; right: -25px; top: 30px; color: rgba(0, 0, 0, .045); font: 900 14rem/1 Impact, sans-serif; }
.service-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.service-card { position: relative; min-height: 540px; overflow: hidden; color: white; background: var(--panel); border: 3px solid var(--black); box-shadow: 8px 8px 0 var(--black); }
.service-card:nth-child(2) { transform: translateY(26px); }
.service-card img { position: absolute; inset: 0; height: 62%; filter: grayscale(.2) saturate(1.2); }
.service-card::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(180deg, transparent, var(--black) 28%); }
.service-copy { position: absolute; z-index: 2; inset: auto 0 0; display: grid; gap: 8px; padding: 24px; }
.service-copy > span { color: var(--cyan); font-size: .72rem; font-weight: 950; }
.service-copy h3 { font-size: clamp(2.1rem, 4vw, 3.5rem); line-height: 1; }
.service-copy p { color: #aaa; line-height: 1.5; }
.service-copy strong { color: var(--acid); font-size: 1.8rem; }

.barbers { padding-block: clamp(70px, 9vw, 120px); color: white; background: var(--black); }
.barbers .section-heading > p:last-child { color: #999; }
.barber-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.barber-card { position: relative; overflow: hidden; padding-bottom: 24px; background: var(--panel); border: 1px solid var(--line); }
.barber-card:nth-child(2) { border-color: var(--pink); }
.barber-card:nth-child(3) { border-color: var(--cyan); }
.barber-card img { aspect-ratio: 4 / 5; filter: grayscale(.7) contrast(1.15); }
.barber-card:hover img { filter: grayscale(0) contrast(1.05); }
.barber-card > p, .barber-card h3, .barber-card > a { margin-inline: 20px; }
.barber-card > p { margin-top: 18px; color: var(--pink); font-size: .66rem; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
.barber-card h3 { margin-top: 8px; font-size: 2.6rem; }
.barber-card > a { display: inline-block; margin-top: 12px; padding-bottom: 5px; color: var(--acid); border-bottom: 2px solid currentColor; font-size: .72rem; font-weight: 950; text-transform: uppercase; }

.reviews { color: var(--paper); background: #0b0b0b; }
.reviews .section-heading > p:last-child { color: rgba(255, 255, 255, .62); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.review-card { display: grid; align-content: start; gap: 16px; min-height: 300px; padding: clamp(24px, 3vw, 38px); background: linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .025)); border: 1px solid rgba(190, 255, 0, .25); }
.review-rating { color: var(--acid); font-weight: 950; }
.review-card blockquote { margin: 0; font-size: clamp(1.18rem, 2vw, 1.55rem); font-weight: 750; line-height: 1.5; }
.review-card [data-ltc-edit$=".name"] { margin-top: auto; font-weight: 950; }
.review-card [data-ltc-edit$=".source"] { color: var(--pink); font-size: .7rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }

.video-section { display: grid; grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr); gap: clamp(34px, 7vw, 88px); align-items: center; color: white; background: var(--black); }
.video-heading { display: grid; gap: 18px; }
.video-heading h2 { color: var(--acid); font-size: clamp(4rem, 7vw, 7rem); line-height: .82; }
.video-heading > p:last-child { color: #aaa; line-height: 1.7; }
.video-frame { overflow: hidden; aspect-ratio: 16 / 9; background: #000; border: 4px solid var(--acid); box-shadow: 12px 12px 0 var(--pink); }
.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.15fr) minmax(310px, .85fr); gap: clamp(36px, 7vw, 90px); align-items: center; }
.map-art { position: relative; overflow: hidden; min-height: 520px; background: var(--acid); border: 4px solid var(--black); box-shadow: 12px 12px 0 var(--pink); }
.map-art::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(48deg, transparent 0 48px, rgba(0, 0, 0, .12) 49px 55px); }
.road { position: absolute; width: 140%; height: 18px; left: -20%; background: var(--black); }
.road-one { top: 25%; transform: rotate(9deg); }
.road-two { top: 68%; transform: rotate(-15deg); }
.road-three { top: 45%; transform: rotate(78deg); }
.map-art b { position: absolute; left: 51%; top: 43%; display: grid; place-items: center; width: 82px; height: 82px; color: white; background: var(--pink); border: 5px solid var(--black); border-radius: 50%; font: 900 1.5rem/1 Impact, sans-serif; }
.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: 18px; }
.location-copy h2 { font-size: clamp(3.6rem, 7vw, 7rem); line-height: .82; }
.location-copy > p:not(.kicker), address { color: var(--muted); line-height: 1.7; }
address { font-style: normal; font-weight: 900; }
.location-copy > a:not(.button) { color: var(--pink); font-size: 1.5rem; font-weight: 950; }
.location-copy .button { justify-self: start; }

.promotion { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 660px; color: white; background: var(--pink); }
.promotion-images { display: grid; grid-template-columns: 1fr 1fr; padding: 22px; gap: 12px; background: var(--acid); }
.promotion-images img { height: 100%; min-height: 500px; filter: grayscale(.25) contrast(1.1); border: 3px solid var(--black); }
.promotion-images img:last-child { transform: translateY(24px); }
.promotion-copy { display: grid; align-content: center; gap: 22px; padding: clamp(54px, 7vw, 100px); color: var(--black); }
.promotion-copy .kicker { color: var(--black); }
.promotion-copy h2 { font-size: clamp(3.8rem, 7vw, 7rem); line-height: .82; }
.promotion-copy > p:not(.kicker) { line-height: 1.7; }
.light { justify-self: start; color: var(--black); border-color: var(--black); }

.booking { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(36px, 7vw, 92px); color: white; background: var(--black); }
.booking-copy { display: grid; align-content: start; gap: 20px; }
.booking-copy h2 { color: var(--acid); font-size: clamp(4rem, 7vw, 7.5rem); line-height: .8; }
.booking-copy > p:not(.kicker) { color: #aaa; line-height: 1.7; }
.booking-widget { display: grid; gap: 10px; padding: clamp(18px, 3vw, 34px); color: var(--ink); background: var(--paper); border: 4px solid var(--acid); box-shadow: 12px 12px 0 var(--pink); }
.booking-step { display: grid; grid-template-columns: 40px 1fr; gap: 8px 12px; padding: 14px; border: 2px solid var(--black); background: white; }
.booking-step > span { grid-row: 1 / 3; color: var(--pink); font-size: .7rem; font-weight: 950; }
.choice-row { display: flex; flex-wrap: wrap; gap: 7px; }
.choice-row button { min-height: 38px; padding: 7px 11px; background: white; border: 2px solid var(--black); cursor: pointer; font-weight: 800; }
.choice-row button:first-child { color: var(--black); background: var(--acid); }
.booking-widget > .button { justify-self: stretch; margin-top: 8px; }

.footer { display: grid; grid-template-columns: 1fr auto auto; gap: 30px; align-items: end; padding: 50px clamp(18px, 5vw, 74px); color: white; background: var(--panel); border-top: 2px solid var(--cyan); }
.footer > div:first-child { display: grid; gap: 8px; max-width: 500px; }
.footer-logo { color: var(--acid); font-size: 2.4rem; }
.footer-logo-image { width: auto; max-width: 190px; max-height: 64px; object-fit: contain; }
.footer p { color: #888; line-height: 1.5; }
.footer nav, .social-links { display: flex; flex-wrap: wrap; gap: 15px; font-size: .7rem; font-weight: 950; text-transform: uppercase; }
.social-links { color: var(--cyan); }

@media (max-width: 940px) {
  .top-nav { grid-template-columns: 1fr auto; }
  .top-nav nav { display: none; }
  .hero > img { inset: 0; width: 100%; opacity: .5; }
  .hero-overlay { background: linear-gradient(180deg, rgba(9, 9, 9, .25), var(--black) 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; }
  .video-section, .location, .promotion, .booking { grid-template-columns: 1fr; }
  .footer { grid-template-columns: 1fr 1fr; }
  .social-links { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .nav-cta { padding-inline: 12px; font-size: .63rem; box-shadow: 3px 3px 0 currentColor; }
  .hero { min-height: 680px; }
  .hero-copy { padding-bottom: 110px; }
  .hero h1 { font-size: clamp(4.5rem, 22vw, 7rem); }
  .hero h1 em { -webkit-text-stroke-width: 1px; text-shadow: 4px 4px 0 var(--pink); }
  .service-grid, .barber-grid, .review-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:last-child, .barber-card:last-child { grid-column: auto; }
  .service-card:nth-child(2) { transform: none; }
  .map-art { min-height: 350px; }
  .promotion-images { min-height: 390px; }
  .promotion-images img { min-height: 360px; }
  .promotion-copy { padding: 56px 18px; }
  .booking { padding-inline: 18px; }
  .footer { grid-template-columns: 1fr; }
}

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