:root {
  --ink: #111111;
  --charcoal: #1b1b1b;
  --cream: #f1ede4;
  --paper: #faf7f0;
  --grey: #b9b7b0;
  --muted: #6d6a65;
  --line: #393939;
  --soft-line: #d4cec2;
  --accent: #d95c36;
  --accent-deep: #b84423;
  --font-display: "Archivo Black", Impact, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
  --max: 1240px;
  --section-y: clamp(5rem, 9vw, 8.8rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--font-body); line-height: 1.6; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: 1rem; left: 1rem; z-index: 300; transform: translateY(-160%); padding: .8rem 1rem; background: var(--cream); color: var(--ink); font-weight: 800; }
.skip-link:focus { transform: none; }

.status-bar { background: var(--accent); color: var(--ink); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.status-bar__inner { min-height: 35px; display: flex; align-items: center; justify-content: center; gap: 1rem; }
.status-bar__dot { width: 5px; height: 5px; border-radius: 50%; background: var(--ink); }
.status-bar__inner a { text-decoration: underline; text-underline-offset: .18rem; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(17,17,17,.96); color: var(--cream); border-bottom: 1px solid rgba(241,237,228,.14); backdrop-filter: blur(14px); }
.header__inner { min-height: 82px; display: flex; align-items: center; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; flex: none; }
.brand img { width: 52px; height: 52px; }
.brand > span { display: grid; line-height: 1; }
.brand strong { font-family: var(--font-display); font-size: 1rem; letter-spacing: .03em; }
.brand small { margin-top: .32rem; color: var(--grey); font-size: .6rem; font-weight: 800; letter-spacing: .16em; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(1rem, 2vw, 2rem); margin-left: auto; font-size: .72rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.desktop-nav a { position: relative; padding: .55rem 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: .2rem; height: 2px; background: var(--accent); transition: right 180ms ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header__actions { display: flex; gap: .5rem; }
.menu-toggle { display: none; width: 48px; height: 48px; margin-left: auto; padding: 0 11px; border: 1px solid rgba(241,237,228,.35); background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--cream); }
.mobile-menu { position: fixed; inset: 117px 0 0; z-index: 99; padding: 2rem 20px 7rem; background: var(--ink); color: var(--cream); }
.mobile-menu a { display: block; padding: 1rem 0; border-bottom: 1px solid rgba(241,237,228,.18); font-family: var(--font-display); font-size: 1.5rem; text-transform: uppercase; }
.mobile-menu .button { margin-top: 1.5rem; border-bottom: 0; }

.button { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; padding: 0 1.25rem; border: 1px solid transparent; background: transparent; color: inherit; font-size: .72rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; cursor: pointer; transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .menu-toggle:focus-visible, a:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.button--outline { border-color: rgba(241,237,228,.52); color: var(--cream); }
.button--outline:hover { background: var(--cream); color: var(--ink); }
.button--accent { background: var(--accent); color: var(--ink); }
.button--accent:hover { background: var(--cream); }
.button--cream { background: var(--cream); color: var(--ink); }
.button--cream:hover { background: var(--accent); }
.button--ghost { border-color: rgba(241,237,228,.62); color: var(--cream); }
.button--ghost:hover { background: var(--cream); color: var(--ink); }
.button--large { min-height: 58px; padding-inline: 1.6rem; }
.eyebrow { margin: 0 0 1rem; color: var(--accent); font-size: .68rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow--dark { color: var(--accent-deep); }
.eyebrow--light { color: var(--accent); }

.hero { position: relative; min-height: 790px; display: flex; align-items: flex-end; overflow: hidden; background: var(--ink); color: var(--cream); }
.hero__media { position: absolute; inset: 0; margin: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.08) brightness(.65); }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,17,17,.88) 0%, rgba(17,17,17,.54) 44%, rgba(17,17,17,.12) 78%), linear-gradient(180deg, rgba(17,17,17,.08), rgba(17,17,17,.65)); }
.hero__content { position: relative; z-index: 2; padding-top: 8rem; padding-bottom: clamp(4rem, 8vw, 7.5rem); }
.hero h1, .section-heading h2, .culture h2, .find-us h2, .reviews__statement h2 { margin: 0; font-family: var(--font-display); font-weight: 400; letter-spacing: -.055em; line-height: .9; text-transform: uppercase; }
.hero h1 { max-width: 1000px; font-size: clamp(4.7rem, 10.5vw, 10rem); }
.hero h1 span { color: var(--accent); }
.hero__intro { max-width: 650px; margin: 2rem 0 0; color: rgba(241,237,228,.76); font-size: clamp(1rem, 1.35vw, 1.16rem); }
.hero__actions { display: flex; gap: .75rem; flex-wrap: wrap; margin-top: 2rem; }
.hero__side-note { position: absolute; z-index: 3; right: 2rem; bottom: 2rem; display: grid; justify-items: end; color: var(--cream); }
.hero__side-note span { font-size: .64rem; font-weight: 800; letter-spacing: .14em; }
.hero__side-note strong { font-family: var(--font-display); font-size: 2.3rem; }

.ticker { overflow: hidden; background: var(--accent); color: var(--ink); border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.ticker__track { width: max-content; display: flex; align-items: center; gap: 1.2rem; min-height: 54px; padding-inline: 1.2rem; font-family: var(--font-display); font-size: .95rem; letter-spacing: .04em; animation: tickerMove 28s linear infinite; }
.ticker__track i { font-style: normal; }

.section { padding: var(--section-y) 0; }
.section-heading { margin-bottom: clamp(2.8rem, 5vw, 4.8rem); }
.section-heading--split { display: grid; grid-template-columns: 1fr minmax(280px,.55fr); gap: 3rem; align-items: end; }
.section-heading h2, .culture h2, .find-us h2, .reviews__statement h2 { font-size: clamp(3.8rem, 7vw, 7.5rem); }
.section-heading p { margin: 0; color: var(--muted); }
.section-heading--light p { color: rgba(241,237,228,.68); }

.menu-section { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; border: 2px solid var(--ink); }
.service-card { min-height: 440px; display: flex; flex-direction: column; padding: clamp(1.7rem, 3vw, 2.7rem); background: var(--cream); border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.service-card:nth-child(2n) { border-right: 0; }
.service-card:nth-last-child(-n+2) { border-bottom: 0; }
.service-card--feature { background: var(--accent); }
.service-card--dark { background: var(--ink); color: var(--cream); }
.service-card__top { display: flex; justify-content: space-between; align-items: flex-start; }
.service-card__top span { font-family: var(--font-display); font-size: 1rem; }
.service-card__top strong { font-family: var(--font-display); font-size: 2.2rem; }
.service-card h3 { max-width: 620px; margin: 2rem 0 0; font-family: var(--font-display); font-size: clamp(2.4rem, 4vw, 4.3rem); line-height: .94; text-transform: uppercase; }
.service-card > p { max-width: 650px; color: var(--muted); }
.service-card--feature > p { color: rgba(17,17,17,.72); }
.service-card--dark > p, .service-card--dark li { color: rgba(241,237,228,.7); }
.service-card ul { display: grid; gap: .65rem; margin: auto 0 0; padding: 1.5rem 0 0; border-top: 1px solid rgba(17,17,17,.18); list-style: none; color: var(--muted); font-size: .84rem; }
.service-card--dark ul { border-top-color: rgba(241,237,228,.18); }
.service-card li { display: flex; gap: .55rem; }
.service-card li::before { content: "—"; color: var(--accent-deep); font-weight: 800; }
.service-card--dark li::before { color: var(--accent); }
.secondary-services { display: grid; grid-template-columns: repeat(5,1fr); border: 2px solid var(--ink); border-top: 0; }
.secondary-services article { min-height: 104px; display: grid; align-content: center; gap: .35rem; padding: 1rem; border-right: 2px solid var(--ink); }
.secondary-services article:last-child { border-right: 0; }
.secondary-services span { font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.secondary-services strong { font-family: var(--font-display); font-size: 1.4rem; }
.template-note { margin: 1rem 0 0; color: var(--muted); font-size: .72rem; text-align: right; }

.culture { display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); color: var(--cream); }
.culture__statement { min-height: 720px; display: flex; align-items: center; background: linear-gradient(rgba(17,17,17,.45), rgba(17,17,17,.45)), url("https://images.unsplash.com/photo-1585747860715-2ba37e788b70?auto=format&fit=crop&q=82&w=1600") center/cover no-repeat; }
.culture__statement .container { width: min(620px, calc(100% - 60px)); margin-right: 0; }
.culture__points { display: grid; grid-template-columns: 1fr 1fr; border-left: 2px solid var(--cream); }
.culture__points article { min-height: 360px; padding: clamp(2rem, 4vw, 3.5rem); border-right: 2px solid var(--cream); border-bottom: 2px solid var(--cream); }
.culture__points article:nth-child(2n) { border-right: 0; }
.culture__points article:nth-last-child(-n+2) { border-bottom: 0; }
.culture__points span { color: var(--accent); font-family: var(--font-display); }
.culture__points h3 { margin: 2rem 0 0; font-family: var(--font-display); font-size: clamp(2rem, 3vw, 3rem); line-height: .96; text-transform: uppercase; }
.culture__points p { color: rgba(241,237,228,.65); }

.lookbook { background: var(--cream); }
.lookbook-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 360px 360px 360px; gap: 1rem; }
.lookbook-card { position: relative; overflow: hidden; background: var(--charcoal); }
.lookbook-card--hero { grid-row: span 2; }
.lookbook-card--wide { grid-column: span 2; }
.lookbook-card--portrait { grid-row: span 2; }
.lookbook-card img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); transition: filter 260ms ease, transform 500ms ease; }
.lookbook-card:hover img { filter: grayscale(0); transform: scale(1.025); }
.lookbook-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(17,17,17,.9)); }
.lookbook-card > div { position: absolute; left: 1.2rem; right: 1.2rem; bottom: 1.2rem; z-index: 2; color: var(--cream); }
.lookbook-card span { color: var(--accent); font-family: var(--font-display); }
.lookbook-card h3 { margin: .5rem 0 0; font-family: var(--font-display); font-size: clamp(1.6rem, 3vw, 2.8rem); line-height: .95; }
.lookbook-card p { margin: .35rem 0 0; color: rgba(241,237,228,.68); font-size: .78rem; }

.crew { background: var(--charcoal); color: var(--cream); }
.crew-grid { display: grid; grid-template-columns: 1fr 1fr .7fr; gap: 1rem; }
.barber-card { min-height: 650px; display: flex; flex-direction: column; background: var(--ink); border: 1px solid rgba(241,237,228,.16); }
.barber-card img { width: 100%; aspect-ratio: 4/4.2; object-fit: cover; filter: grayscale(1); }
.barber-card__content { display: flex; flex-direction: column; flex: 1; padding: 1.7rem; }
.barber-card__content > span { color: var(--accent); font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.barber-card h3 { margin: 1.1rem 0 0; font-family: var(--font-display); font-size: clamp(2rem, 3vw, 3.4rem); line-height: .95; }
.barber-card p { color: rgba(241,237,228,.68); }
.barber-card small { color: var(--grey); }
.barber-card a { margin-top: auto; padding-top: 1.4rem; border-top: 1px solid rgba(241,237,228,.16); color: var(--accent); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.barber-card--text { background: var(--accent); color: var(--ink); }
.barber-card--text .barber-card__content { justify-content: flex-end; }
.barber-card--text .barber-card__content > span, .barber-card--text p, .barber-card--text a { color: var(--ink); }
.barber-card--text a { border-top-color: rgba(17,17,17,.25); }

.reviews { background: var(--paper); }
.reviews__layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 7vw, 7rem); }
.reviews__statement { align-self: start; position: sticky; top: 125px; }
.reviews__statement p:not(.eyebrow) { color: var(--muted); }
.reviews__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.review-card { min-height: 330px; display: flex; flex-direction: column; padding: 1.8rem; background: var(--cream); border: 2px solid var(--ink); }
.review-card--large { grid-column: span 2; min-height: 390px; }
.review-card--accent { background: var(--accent); }
.stars { color: var(--accent-deep); letter-spacing: .14em; }
.review-card--accent .stars { color: var(--ink); }
.review-card blockquote { margin: 2rem 0; font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1; text-transform: uppercase; }
.review-card footer { display: grid; gap: .25rem; margin-top: auto; }
.review-card footer span { color: var(--muted); font-size: .76rem; }

.find-us { padding: var(--section-y) 0; background: var(--ink); color: var(--cream); }
.find-us__header h2 span { color: var(--accent); }
.find-us__grid { display: grid; grid-template-columns: 1fr 1fr 1.1fr; margin-top: 3.5rem; border: 2px solid var(--cream); }
.find-us__grid article { min-height: 430px; display: flex; flex-direction: column; padding: clamp(1.7rem, 3vw, 2.7rem); border-right: 2px solid var(--cream); }
.find-us__grid article:last-child { border-right: 0; }
.find-us__number { color: var(--accent); font-family: var(--font-display); }
.find-us h3 { margin: 2rem 0 0; font-family: var(--font-display); font-size: 2.5rem; line-height: .95; text-transform: uppercase; }
.find-us p, .find-us address { color: rgba(241,237,228,.68); font-style: normal; }
.hours { margin: 1.4rem 0 0; }
.hours div { display: flex; justify-content: space-between; gap: 1rem; padding: .65rem 0; border-bottom: 1px solid rgba(241,237,228,.14); }
.hours dt, .hours dd { margin: 0; }
.hours dd { color: var(--accent); font-weight: 800; }
.text-link { margin-top: auto; color: var(--accent); font-size: .74rem; font-weight: 800; text-transform: uppercase; }
.find-us__action { background: var(--charcoal); }
.find-us__action .button { width: 100%; margin-top: .7rem; }
.find-us__action .button:first-of-type { margin-top: auto; }

.site-footer { padding: 4rem 0 1.4rem; background: var(--cream); color: var(--ink); }
.footer__grid { display: grid; grid-template-columns: 1.4fr repeat(3,.7fr); gap: 2rem; }
.brand--footer small { color: var(--muted); }
.footer__grid h2 { margin: 0 0 .8rem; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.footer__grid p { margin: 0; color: var(--muted); font-size: .82rem; }
.footer__grid a:hover { color: var(--accent-deep); }
.footer__bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.2rem; border-top: 1px solid var(--soft-line); color: var(--muted); font-size: .7rem; }
.mobile-action-bar { display: none; }

@keyframes tickerMove { from { transform: translateX(0); } to { transform: translateX(-35%); } }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .header__actions { margin-left: auto; }
  .secondary-services { grid-template-columns: repeat(3,1fr); }
  .secondary-services article:nth-child(3) { border-right: 0; }
  .secondary-services article:nth-child(n+4) { border-top: 2px solid var(--ink); }
  .culture { grid-template-columns: 1fr; }
  .culture__statement .container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
  .culture__points { border-left: 0; border-top: 2px solid var(--cream); }
}

@media (max-width: 860px) {
  body { padding-bottom: 64px; }
  .status-bar__manual, .status-bar__dot { display: none; }
  .header__actions { display: none; }
  .menu-toggle { display: block; }
  .hero { min-height: 720px; }
  .hero h1 { font-size: clamp(4.2rem, 15vw, 7rem); }
  .section-heading--split, .reviews__layout { grid-template-columns: 1fr; }
  .reviews__statement { position: static; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(2n), .service-card:nth-last-child(-n+2) { border-right: 0; border-bottom: 2px solid var(--ink); }
  .service-card:last-child { border-bottom: 0; }
  .lookbook-grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(4,310px); }
  .lookbook-card--hero, .lookbook-card--portrait { grid-row: span 1; }
  .lookbook-card--wide { grid-column: span 2; }
  .crew-grid { grid-template-columns: 1fr; }
  .barber-card { min-height: auto; }
  .barber-card img { aspect-ratio: 16/10; }
  .reviews__cards { grid-template-columns: 1fr; }
  .review-card--large { grid-column: span 1; }
  .find-us__grid { grid-template-columns: 1fr; }
  .find-us__grid article, .find-us__grid article:last-child { min-height: auto; border-right: 0; border-bottom: 2px solid var(--cream); }
  .find-us__grid article:last-child { border-bottom: 0; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .mobile-action-bar { position: fixed; inset: auto 0 0; z-index: 120; display: grid; grid-template-columns: repeat(3,1fr); min-height: 64px; background: var(--cream); border-top: 2px solid var(--ink); }
  .mobile-action-bar a { display: grid; place-items: center; border-right: 2px solid var(--ink); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
  .mobile-action-bar a:first-child { background: var(--ink); color: var(--cream); }
  .mobile-action-bar a:last-child { border-right: 0; background: var(--accent); }
}

@media (max-width: 580px) {
  .container { width: min(100% - 24px, var(--max)); }
  .status-bar__inner { justify-content: space-between; font-size: .61rem; }
  .header__inner { min-height: 70px; }
  .brand img { width: 44px; height: 44px; }
  .brand strong { font-size: .84rem; }
  .brand small { font-size: .52rem; }
  .mobile-menu { inset: 105px 0 0; }
  .hero { min-height: 680px; align-items: flex-end; }
  .hero__content { padding-bottom: 4rem; }
  .hero__intro { font-size: .96rem; }
  .hero__actions { display: grid; }
  .hero__side-note { display: none; }
  .secondary-services { grid-template-columns: 1fr; }
  .secondary-services article, .secondary-services article:nth-child(3), .secondary-services article:nth-child(n+4) { border-right: 0; border-top: 2px solid var(--ink); }
  .secondary-services article:first-child { border-top: 0; }
  .culture__statement { min-height: 560px; }
  .culture__points { grid-template-columns: 1fr; }
  .culture__points article, .culture__points article:nth-child(2n), .culture__points article:nth-last-child(-n+2) { min-height: 260px; border-right: 0; border-bottom: 2px solid var(--cream); }
  .culture__points article:last-child { border-bottom: 0; }
  .lookbook-grid { grid-template-columns: 1fr; grid-template-rows: repeat(5,340px); }
  .lookbook-card--wide { grid-column: span 1; }
  .barber-card img { aspect-ratio: 4/3; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__bottom { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .ticker__track { animation: none; }
}
