:root {
  --barbero-black: #000000;
  --barbero-white: #ffffff;
  --barbero-charcoal: #141414;
  --barbero-charcoal-2: #1b1b1b;
  --barbero-grey: #a7a7a7;
  --barbero-light-grey: #e8e8e8;
  --line: rgba(255,255,255,.16);
  --page-width: 1320px;
  --gutter: clamp(1rem, 3vw, 2.25rem);
  --section-space: clamp(5rem, 10vw, 9rem);
  --display: "Rockwell Extra Bold", "Roboto Slab", "Arial Black", Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--barbero-black);
  color: var(--barbero-white);
  font-family: var(--sans);
  line-height: 1.5;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 2px solid var(--barbero-white); outline-offset: 4px; }

.skip-link {
  position: fixed; left: 1rem; top: -5rem; z-index: 9999;
  background: #fff; color: #000; padding: .75rem 1rem; font-weight: 800;
}
.skip-link:focus { top: 1rem; }

.container { width: min(calc(100% - (var(--gutter) * 2)), var(--page-width)); margin-inline: auto; }
.section { padding-block: var(--section-space); }

.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 1000;
  border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease;
}
.site-header.scrolled { background: rgba(0,0,0,.9); border-color: var(--line); backdrop-filter: blur(14px); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 62px; height: 62px; object-fit: cover; border-radius: 50%; transition: width .25s ease, height .25s ease, opacity .25s ease; }
.site-header.scrolled .brand img { width: 50px; height: 50px; opacity: .92; }
.primary-nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2rem); }
.primary-nav a { text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; font-weight: 800; position: relative; padding-block: .7rem; }
.primary-nav a:not(.nav-call)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: .35rem; height: 1px; background: #fff; transition: right .25s ease; }
.primary-nav a:hover::after, .primary-nav a.active::after { right: 0; }
.nav-call { border: 1px solid rgba(255,255,255,.65); padding-inline: 1rem !important; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); background: transparent; color: #fff; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-toggle span { width: 21px; height: 1px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }

.hero { min-height: 100svh; padding-top: 100px; display: flex; align-items: center; border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 50%, rgba(255,255,255,.06), transparent 35%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); gap: clamp(2rem, 6vw, 7rem); align-items: center; padding-block: clamp(4rem, 8vw, 8rem); position: relative; z-index: 1; }
.eyebrow, .section-kicker { font-size: .74rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 800; color: var(--barbero-grey); margin: 0 0 1rem; }
.hero h1, .section-title, .walkin-copy h2, .final-cta h2 {
  font-family: var(--display); text-transform: uppercase; line-height: .9; letter-spacing: -.035em; margin: 0;
}
.hero h1 { font-size: clamp(3.35rem, 8.2vw, 8.2rem); max-width: 9ch; }
.hero h1 span { color: transparent; -webkit-text-stroke: 1px #fff; text-stroke: 1px #fff; }
.hero-lead { font-size: clamp(1.05rem, 2vw, 1.35rem); color: var(--barbero-light-grey); max-width: 38rem; margin: 1.6rem 0 0; }
.hero-actions, .walkin-actions, .location-actions, .final-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: .8rem; padding: .85rem 1.1rem; text-decoration: none; text-transform: uppercase; font-size: .77rem; font-weight: 900; letter-spacing: .11em; border: 1px solid transparent; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.btn span { transition: transform .2s ease; }
.btn:hover span { transform: translateX(3px); }
.btn:hover { transform: translateY(-1px); }
.btn-light { background: #fff; color: #000; }
.btn-outline { border-color: rgba(255,255,255,.55); background: transparent; color: #fff; }
.btn-outline:hover { border-color: #fff; }
.btn-dark { background: #000; color: #fff; }
.walkin-note { margin-top: 1.15rem; color: var(--barbero-grey); font-size: .85rem; }
.dot { display: inline-block; width: 7px; height: 7px; background: #fff; border-radius: 50%; margin-right: .45rem; }

.hero-mark { min-height: 540px; position: relative; display: grid; place-items: center; }
.hero-circle { width: min(78vw, 490px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; padding: clamp(1.25rem, 4vw, 2.5rem); position: relative; overflow: hidden; }
.hero-circle::before, .hero-circle::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.08); inset: 8%; }
.hero-circle::after { inset: 18%; }
.hero-circle img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; opacity: .95; filter: contrast(1.05); }
.cross-line { position: absolute; width: 72%; height: 1px; background: rgba(255,255,255,.16); left: 14%; top: 50%; transform-origin: center; }
.cross-a { transform: rotate(45deg); }
.cross-b { transform: rotate(-45deg); }

.split-intro, .experience-grid { display: grid; grid-template-columns: minmax(180px, .35fr) minmax(0, 1fr); gap: clamp(2rem, 8vw, 8rem); }
.section-title { font-size: clamp(3rem, 7vw, 6.8rem); }
.large-copy { font-size: clamp(1.5rem, 3.2vw, 2.7rem); max-width: 28ch; margin: 2rem 0 1rem; line-height: 1.18; }
.body-copy { color: var(--barbero-grey); max-width: 47rem; font-size: 1.02rem; }

.services { background: var(--barbero-charcoal); border-block: 1px solid var(--line); }
.section-heading-row { display: flex; justify-content: space-between; gap: 2rem; align-items: end; margin-bottom: clamp(3rem, 6vw, 5rem); }
.section-side-note { color: var(--barbero-grey); max-width: 28rem; margin: 0 0 .55rem; }
.services-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-category { background: var(--barbero-charcoal); padding: clamp(1.25rem, 2.5vw, 2rem); min-width: 0; }
.category-head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.category-head span { font-size: .7rem; color: var(--barbero-grey); letter-spacing: .15em; }
.category-head h3 { margin: 0; font-size: clamp(1.25rem, 2vw, 1.75rem); }
.service-list { list-style: none; padding: 0; margin: 0; }
.service-list li { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line); font-weight: 700; font-size: .96rem; transition: padding-left .2s ease, background .2s ease; }
.service-list li span:last-child { color: var(--barbero-grey); transition: transform .2s ease, color .2s ease; }
.service-list li:hover { padding-left: .4rem; }
.service-list li:hover span:last-child { transform: translateX(4px); color: #fff; }

.walkin-banner { background: #fff; color: #000; overflow: hidden; position: relative; }
.walkin-inner { min-height: auto; display: grid; grid-template-columns: minmax(0, 1fr); align-items: center; padding-block: clamp(5rem, 9vw, 7.5rem); }
.section-kicker.dark { color: #5b5b5b; }
.walkin-copy h2 { font-size: clamp(2.8rem, 6vw, 6.4rem); line-height: .92; max-width: 12ch; }
.walkin-copy h2 span { color: transparent; -webkit-text-stroke: 1.2px #000; text-stroke: 1.2px #000; }
.walkin-copy p:not(.section-kicker) { font-size: 1.05rem; max-width: 39rem; }
.walkin-actions { align-items: center; }
.walkin-actions > span { font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; }

.experience-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); margin-top: 3rem; }
.point { background: #000; padding: 1.5rem; min-height: 245px; }
.point > span { color: var(--barbero-grey); font-size: .74rem; }
.point h3 { margin: 2rem 0 .75rem; font-size: 1.15rem; text-transform: uppercase; }
.point p { color: var(--barbero-grey); margin: 0; }

.location-section { background: var(--barbero-charcoal); }
.location-grid { display: grid; grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr); gap: clamp(1.5rem, 4vw, 4rem); align-items: stretch; }
.location-card { border: 1px solid var(--line); padding: clamp(1.5rem, 3vw, 2.5rem); }
.location-card .section-title { font-size: clamp(2.15rem, 3.1vw, 3.65rem); line-height: .94; letter-spacing: -.025em; max-width: 100%; }
.location-card address { font-style: normal; color: var(--barbero-light-grey); margin: 2rem 0 1rem; font-size: 1.08rem; }
.phone-link { font-size: clamp(1.7rem, 4vw, 3rem); font-weight: 900; text-decoration: none; display: inline-block; }
.location-note { margin-top: 2rem; font-size: .78rem; letter-spacing: .16em; font-weight: 900; }
.map-wrap { min-height: 520px; border: 1px solid var(--line); overflow: hidden; filter: grayscale(1) contrast(1.05); }
.map-wrap iframe { width: 100%; height: 100%; min-height: 520px; border: 0; }

.final-cta { border-top: 1px solid var(--line); position: relative; overflow: hidden; }
.final-cta::after { content: ""; position: absolute; width: 36vw; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; right: -9vw; top: 50%; transform: translateY(-50%); }
.final-cta-inner { padding-block: clamp(5rem, 12vw, 10rem); position: relative; z-index: 1; }
.final-cta h2 { font-size: clamp(3.5rem, 9vw, 8.8rem); max-width: 8ch; }

.site-footer { border-top: 1px solid var(--line); padding-block: 2rem; background: #080808; }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1fr auto; gap: 2rem; align-items: center; }
.footer-brand { display: flex; gap: 1rem; align-items: center; }
.footer-brand img { width: 70px; height: 70px; border-radius: 50%; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand span { color: var(--barbero-grey); font-size: .73rem; margin-top: .25rem; letter-spacing: .08em; }
.footer-contact { color: var(--barbero-grey); }
.footer-contact a { color: #fff; font-weight: 800; }
.footer-nav { display: flex; gap: 1rem; flex-wrap: wrap; }
.footer-nav a { text-decoration: none; text-transform: uppercase; font-size: .75rem; font-weight: 800; letter-spacing: .1em; }

.back-to-top { position: fixed; right: 1.1rem; bottom: 1.1rem; z-index: 850; width: 44px; height: 44px; border: 1px solid var(--line); background: rgba(0,0,0,.86); color: #fff; opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .2s ease, transform .2s ease; }
.back-to-top.show { opacity: 1; pointer-events: auto; transform: translateY(0); }
.mobile-actions { display: none; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .5s ease, transform .5s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .hero-grid, .walkin-inner, .location-grid { grid-template-columns: 1fr; }
  .hero-mark { min-height: 420px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .service-category:last-child { grid-column: 1 / -1; }
  .experience-points { grid-template-columns: 1fr; }
  .point { min-height: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-nav { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .site-header { background: rgba(0,0,0,.88); backdrop-filter: blur(12px); border-bottom-color: var(--line); }
  .header-inner { min-height: 72px; }
  .brand img, .site-header.scrolled .brand img { width: 48px; height: 48px; }
  .menu-toggle { display: inline-flex; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .primary-nav {
    position: absolute; top: 72px; left: var(--gutter); right: var(--gutter);
    display: grid; gap: 0; background: #0b0b0b; border: 1px solid var(--line);
    padding: .65rem; opacity: 0; transform: translateY(-8px); pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
  }
  .primary-nav.open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .primary-nav a { padding: .95rem; border-bottom: 1px solid var(--line); }
  .primary-nav a:last-child { border-bottom: 0; }
  .nav-call { border: 0; }

  .hero { min-height: auto; padding-top: 72px; }
  .hero-grid { padding-block: 4.5rem 5rem; gap: 2rem; }
  .hero h1 { font-size: clamp(3.05rem, 15.8vw, 5.5rem); }
  .hero-mark { min-height: 330px; }
  .hero-circle { width: min(84vw, 360px); }
  .split-intro, .experience-grid { grid-template-columns: 1fr; gap: 1rem; }
  .section-heading-row { align-items: start; flex-direction: column; }
  .services-grid { grid-template-columns: 1fr; }
  .service-category:last-child { grid-column: auto; }
  .walkin-inner { min-height: auto; }
  .walkin-copy h2 { font-size: clamp(2.25rem, 9.8vw, 4rem); line-height: .94; max-width: 12ch; }
  .location-card .section-title { font-size: clamp(2rem, 7.8vw, 2.8rem); line-height: .96; }
  .map-wrap, .map-wrap iframe { min-height: 360px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-nav { grid-column: auto; }
  .mobile-actions {
    position: fixed; left: .75rem; right: .75rem; bottom: calc(.75rem + env(safe-area-inset-bottom));
    z-index: 900; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #fff;
    border: 1px solid rgba(255,255,255,.5); opacity: 0; transform: translateY(20px); pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
  }
  .mobile-actions.show { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .mobile-actions a { min-height: 50px; display: grid; place-items: center; background: #000; color: #fff; text-decoration: none; text-transform: uppercase; font-size: .75rem; letter-spacing: .1em; font-weight: 900; }
  .back-to-top { bottom: calc(4.9rem + env(safe-area-inset-bottom)); }
  .site-footer { padding-bottom: calc(6rem + env(safe-area-inset-bottom)); }
}

@media (max-width: 430px) {
  :root { --gutter: 1rem; }
  .section { padding-block: 4.5rem; }
  .hero-actions, .walkin-actions, .location-actions, .final-actions { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .section-title { font-size: clamp(2.85rem, 14vw, 4.2rem); }
  .large-copy { font-size: 1.45rem; }
  .service-list li { min-height: 50px; font-size: .92rem; }
  .walkin-copy h2 { font-size: clamp(1.95rem, 9.6vw, 2.65rem); max-width: 12ch; }
  .walkin-copy p:not(.section-kicker) { font-size: 1rem; }
  .location-card .section-title { font-size: clamp(1.8rem, 8vw, 2.2rem); line-height: .98; }
  .footer-brand { align-items: flex-start; }
}

@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; }
  .reveal { opacity: 1; transform: none; }
}

.no-js .reveal { opacity: 1; transform: none; }
