:root {
  --ink: #0b0b0b;
  --ink-soft: #171717;
  --paper: #f3f0e8;
  --paper-dark: #dfdbd0;
  --acid: #d7ff39;
  --line-dark: rgba(255, 255, 255, .16);
  --line-light: rgba(11, 11, 11, .18);
  --muted: #77766f;
  --display: "Archivo Black", Impact, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 7rem; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.5; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }

.skip-link { position: fixed; z-index: 100; top: .75rem; left: .75rem; padding: .75rem 1rem; background: var(--acid); color: var(--ink); transform: translateY(-180%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.topline { height: 34px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1rem, 3vw, 3rem); background: var(--acid); color: var(--ink); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.topline p { display: flex; align-items: center; gap: .55rem; margin: 0; }
.pulse { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 4px rgba(11,11,11,.12); }

.site-header { position: sticky; z-index: 40; top: 0; min-height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 0 clamp(1rem, 3vw, 3rem); border-bottom: 1px solid var(--line-dark); background: rgba(11,11,11,.94); backdrop-filter: blur(16px); }
.wordmark { display: inline-flex; align-items: center; gap: .8rem; justify-self: start; font-family: var(--display); font-size: 1.08rem; letter-spacing: -.04em; line-height: .9; }
.wordmark-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--paper); border-radius: 50%; color: var(--acid); font-size: 1.25rem; }
.wordmark small { display: block; margin-top: .38rem; font-family: var(--body); font-size: .58rem; font-weight: 600; letter-spacing: .13em; color: #a2a19b; }
.desktop-nav { display: flex; gap: 2.1rem; align-items: center; justify-self: center; }
.desktop-nav a { color: #b8b7b1; font-size: .87rem; font-weight: 600; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--acid); }
.header-book { justify-self: end; display: inline-flex; align-items: center; justify-content: space-between; width: 178px; padding: .8rem .95rem; border: 1px solid var(--paper); text-transform: uppercase; letter-spacing: .06em; font-size: .78rem; font-weight: 700; transition: .2s ease; }
.header-book:hover, .header-book:focus-visible { background: var(--acid); border-color: var(--acid); color: var(--ink); }
.menu-toggle { display: none; justify-self: end; border: 0; background: transparent; cursor: pointer; }
.mobile-nav { position: fixed; z-index: 35; inset: 116px 0 0; padding: 2rem 1.25rem; background: var(--ink); }
.mobile-nav a { display: flex; align-items: center; justify-content: space-between; padding: 1.2rem 0; border-bottom: 1px solid var(--line-dark); font-family: var(--display); font-size: clamp(1.8rem, 8vw, 3rem); text-transform: uppercase; }

.hero { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(360px, .72fr); min-height: calc(100vh - 116px); }
.hero-visual { position: relative; min-height: 680px; overflow: hidden; }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 56% center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.12) 64%, rgba(0,0,0,.08) 100%); }
.hero-copy { position: absolute; z-index: 2; left: clamp(1.25rem, 4vw, 4rem); bottom: clamp(2rem, 7vw, 6.5rem); }
.kicker, .section-label { margin: 0 0 1.1rem; font-size: .72rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.kicker { color: var(--acid); }
.hero h1 { margin: 0; font-family: var(--display); font-size: clamp(5.4rem, 11vw, 10.8rem); font-weight: 400; letter-spacing: -.075em; line-height: .73; text-transform: uppercase; }
.hero h1 span { color: var(--acid); }
.hero-lede { margin: 1.8rem 0 0 .3rem; font-size: clamp(1rem, 1.55vw, 1.3rem); font-weight: 500; }
.hero-stamp { position: absolute; z-index: 2; top: 2rem; right: 2rem; width: 92px; height: 92px; display: grid; place-content: center; border: 1px solid rgba(255,255,255,.58); border-radius: 50%; text-align: center; transform: rotate(8deg); }
.hero-stamp span { font-family: var(--display); font-size: 2rem; line-height: .85; }
.hero-stamp small { font-size: .62rem; letter-spacing: .18em; }

.booking-card { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 4vw, 4rem); background: var(--paper); color: var(--ink); scroll-margin-top: 7rem; }
.booking-head { display: flex; align-items: start; justify-content: space-between; gap: 1rem; }
.booking-card .section-label { color: #68675f; }
.booking-card h2 { max-width: 360px; margin: 0; font-family: var(--display); font-size: clamp(2.45rem, 4vw, 4.2rem); letter-spacing: -.065em; line-height: .92; text-transform: uppercase; }
.live-chip { display: inline-flex; align-items: center; gap: .45rem; padding: .45rem .6rem; border: 1px solid var(--line-light); border-radius: 999px; white-space: nowrap; font-size: .7rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.live-chip::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #58a536; }
.booking-intro { max-width: 480px; margin: 1.3rem 0 1.55rem; color: #5d5c56; font-size: .92rem; }
.service-picker { display: grid; border-top: 1px solid var(--line-light); }
.service-choice { display: flex; align-items: center; justify-content: space-between; gap: 1rem; width: 100%; padding: 1rem .25rem; border: 0; border-bottom: 1px solid var(--line-light); background: transparent; text-align: left; cursor: pointer; transition: padding .2s, background .2s; }
.service-choice::before { content: ""; flex: 0 0 auto; width: 14px; height: 14px; border: 1px solid #96948c; border-radius: 50%; }
.service-choice > span { flex: 1; display: grid; }
.service-choice strong { font-size: .98rem; }
.service-choice small { color: #737169; font-size: .75rem; }
.service-choice b { font-size: .92rem; }
.service-choice:hover { padding-left: .65rem; padding-right: .65rem; background: rgba(11,11,11,.045); }
.service-choice.is-selected::before { border: 4px solid var(--ink); background: var(--acid); }
.service-choice.is-selected strong { text-decoration: underline; text-decoration-color: var(--acid); text-decoration-thickness: .35em; text-underline-offset: -.18em; text-decoration-skip-ink: none; }
.selection { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1.45rem; color: #64625c; font-size: .75rem; }
.selection strong { color: var(--ink); text-align: right; }
.primary-action { display: flex; align-items: center; justify-content: space-between; margin-top: .7rem; padding: 1.05rem 1.1rem; background: var(--ink); color: var(--paper); font-weight: 700; text-transform: uppercase; letter-spacing: .07em; transition: background .2s, color .2s; }
.primary-action:hover, .primary-action:focus-visible { background: var(--acid); color: var(--ink); }
.booking-meta { display: flex; justify-content: space-between; margin-top: .75rem; color: #74726a; font-size: .72rem; }
.booking-meta button { padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: inherit; cursor: pointer; }

.manifesto { position: relative; height: 194px; display: grid; align-content: center; overflow: hidden; border-top: 1px solid var(--ink); background: var(--acid); color: var(--ink); }
.manifesto p { width: max-content; margin: 0; font-family: var(--display); font-size: clamp(3.8rem, 8vw, 8.3rem); letter-spacing: -.06em; line-height: .9; white-space: nowrap; transform: translateX(-2vw); }
.manifesto .outline-text { position: absolute; top: 56%; left: 18%; color: transparent; -webkit-text-stroke: 1px rgba(11,11,11,.28); }

.section-shell { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.55fr); gap: clamp(3rem, 8vw, 9rem); padding: clamp(5.5rem, 9vw, 9rem) clamp(1.25rem, 5vw, 5.5rem); }
.section-heading { position: sticky; top: 9rem; align-self: start; }
.section-heading .section-label { color: var(--acid); }
.section-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(3.25rem, 6vw, 6.8rem); letter-spacing: -.07em; line-height: .82; text-transform: uppercase; }
.section-heading > p:last-child { max-width: 360px; margin: 2rem 0 0; color: #aaa8a1; }
.service-list { border-top: 1px solid var(--line-dark); }
.service-row { display: grid; grid-template-columns: 42px minmax(230px, 1fr) 90px 70px 84px; align-items: center; gap: 1rem; min-height: 150px; padding: 1.8rem 0; border-bottom: 1px solid var(--line-dark); transition: padding .25s, background .25s, color .25s; }
.service-row:hover { padding-left: 1rem; padding-right: 1rem; background: var(--paper); color: var(--ink); }
.service-number { align-self: start; margin-top: .2rem; color: #77756f; font-size: .72rem; }
.service-row h3 { margin: 0; font-family: var(--display); font-size: clamp(1.6rem, 2.4vw, 2.6rem); letter-spacing: -.045em; text-transform: uppercase; }
.service-row p { margin: .45rem 0 0; color: #97958e; font-size: .85rem; }
.service-row:hover p { color: #5c5b56; }
.service-time { color: #aaa8a1; font-size: .8rem; }
.service-row > strong { font-size: 1.2rem; }
.row-book { padding: .65rem .7rem; border: 1px solid currentColor; background: transparent; cursor: pointer; font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.row-book:hover, .row-book:focus-visible { border-color: var(--acid); background: var(--acid); color: var(--ink); }
.accent-row { position: relative; }
.accent-row::after { content: "AFTER HOURS"; position: absolute; top: .8rem; right: 0; color: var(--acid); font-size: .58rem; font-weight: 700; letter-spacing: .12em; }

.barber-section { padding: 0 clamp(1.25rem, 5vw, 5.5rem) clamp(5.5rem, 9vw, 9rem); }
.barber-card { min-height: 620px; display: grid; grid-template-columns: .9fr 1fr .75fr; overflow: hidden; background: var(--paper); color: var(--ink); }
.barber-monogram { display: grid; place-content: center; min-height: 500px; background: var(--acid); font-family: var(--display); font-size: clamp(7rem, 15vw, 16rem); letter-spacing: -.12em; line-height: .8; writing-mode: vertical-rl; transform: rotate(180deg); }
.barber-copy { align-self: center; padding: clamp(2rem, 5vw, 5rem); }
.barber-copy .section-label { color: #66645e; }
.barber-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(3.25rem, 5.6vw, 6.6rem); letter-spacing: -.075em; line-height: .82; text-transform: uppercase; }
.barber-copy > p:last-of-type { max-width: 440px; margin: 1.7rem 0; color: #56554f; }
.barber-copy a { display: inline-block; padding-bottom: .2rem; border-bottom: 2px solid var(--ink); font-weight: 700; }
.barber-quote { align-self: end; margin: 0 2.5rem 2.5rem 0; padding: 1.6rem; background: var(--ink); color: var(--paper); }
.barber-quote span { color: var(--acid); font-family: Georgia, serif; font-size: 4rem; line-height: .5; }
.barber-quote p { margin: .8rem 0 0; font-size: .92rem; }

.visit { background: var(--paper); color: var(--ink); }
.visit .section-heading { position: static; }
.visit .section-label { color: #696760; }
.outline-action { display: flex; align-items: center; justify-content: space-between; width: min(100%, 230px); margin-top: 2rem; padding: .9rem 1rem; border: 1px solid var(--ink); font-size: .78rem; font-weight: 700; text-transform: uppercase; }
.outline-action:hover, .outline-action:focus-visible { background: var(--ink); color: var(--acid); }
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line-light); }
.visit-grid article { min-height: 250px; padding: 1.7rem 1.5rem 1.7rem 0; border-bottom: 1px solid var(--line-light); }
.visit-grid article:nth-child(odd) { border-right: 1px solid var(--line-light); }
.visit-grid article:nth-child(even) { padding-left: 1.5rem; }
.visit-grid .contact-panel { grid-column: 1 / -1; min-height: 180px; display: grid; grid-template-columns: 1fr 1.2fr 1.2fr auto; align-items: center; gap: 1rem; border-right: 0; }
.info-label { margin: 0 0 2rem; color: #6d6b64; font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.info-large { margin: 0; font-family: var(--display); font-size: clamp(1.65rem, 2.8vw, 3.15rem); letter-spacing: -.055em; line-height: 1; text-transform: uppercase; }
.coordinate { display: block; margin-top: 1.7rem; color: #77756f; font-size: .65rem; letter-spacing: .08em; }
.hours-list { margin: 0; }
.hours-list div { display: flex; justify-content: space-between; padding: .37rem 0; border-bottom: 1px dotted #aaa79d; font-size: .85rem; }
.hours-list dt, .hours-list dd { margin: 0; }
.hours-list dd { font-weight: 700; }
.contact-panel .info-label { margin: 0; }
.contact-panel a { font-weight: 700; }
.contact-panel a:hover { text-decoration: underline; text-decoration-color: var(--acid); text-decoration-thickness: .35em; text-underline-offset: -.18em; }
.contact-panel button { padding: 0 0 .15rem; border: 0; border-bottom: 1px solid; background: transparent; cursor: pointer; font-size: .8rem; }

.site-footer { position: relative; display: grid; grid-template-columns: 1.2fr .8fr .5fr; gap: 2rem; align-items: end; padding: clamp(4.5rem, 9vw, 9rem) clamp(1.25rem, 5vw, 5.5rem) 2rem; background: var(--ink); }
.footer-lockup { font-family: var(--display); font-size: clamp(6rem, 16vw, 17rem); letter-spacing: -.1em; line-height: .65; }
.footer-lockup span { color: var(--acid); }
.footer-detail { padding-bottom: 1rem; color: #aaa8a1; font-size: .82rem; }
.footer-detail p { margin: .25rem 0; }
.footer-links { display: grid; gap: .65rem; padding-bottom: 1rem; font-size: .82rem; text-align: right; }
.footer-links a:hover { color: var(--acid); }
.copyright { grid-column: 1 / -1; margin: 3rem 0 0; padding-top: 1rem; border-top: 1px solid var(--line-dark); color: #74726c; font-size: .68rem; text-transform: uppercase; letter-spacing: .09em; }

.mobile-book { display: none; }
.policy-dialog { width: min(92vw, 560px); padding: clamp(1.75rem, 4vw, 3.2rem); border: 0; background: var(--paper); color: var(--ink); box-shadow: 0 24px 80px rgba(0,0,0,.45); }
.policy-dialog::backdrop { background: rgba(0,0,0,.76); backdrop-filter: blur(5px); }
.policy-dialog h2 { margin: 0 0 1.4rem; font-family: var(--display); font-size: clamp(2.5rem, 6vw, 4.8rem); letter-spacing: -.07em; line-height: .9; text-transform: uppercase; }
.policy-dialog p:not(.section-label) { color: #585750; }
.dialog-close { position: absolute; top: 1rem; right: 1rem; width: 38px; height: 38px; border: 1px solid var(--ink); border-radius: 50%; background: transparent; font-size: 1.4rem; line-height: 1; cursor: pointer; }
.dialog-done { width: 100%; margin-top: 1.3rem; padding: 1rem; border: 0; background: var(--ink); color: var(--paper); font-weight: 700; text-transform: uppercase; cursor: pointer; }
.dialog-done:hover { background: var(--acid); color: var(--ink); }

:focus-visible { outline: 3px solid var(--acid); outline-offset: 3px; }

@media (max-width: 1060px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .header-book { display: none; }
  .menu-toggle { display: block; }
  .hero { grid-template-columns: 1.25fr .75fr; }
  .hero-visual { min-height: 640px; }
  .booking-card { padding: 2.2rem 1.5rem; }
  .booking-head { display: block; }
  .live-chip { margin-top: 1rem; }
  .section-shell { gap: 3.5rem; }
  .service-row { grid-template-columns: 36px minmax(180px,1fr) 70px 52px; }
  .row-book { grid-column: 2 / -1; width: 100%; }
  .barber-card { grid-template-columns: .7fr 1.3fr; }
  .barber-quote { grid-column: 2; margin-left: 2.5rem; }
  .visit-grid { grid-template-columns: 1fr; }
  .visit-grid article:nth-child(odd) { border-right: 0; }
  .visit-grid article:nth-child(even) { padding-left: 0; }
  .visit-grid .contact-panel { grid-column: 1; grid-template-columns: 1fr; align-content: center; }
}

@media (min-width: 761px) and (max-height: 800px) {
  .hero-visual { min-height: 620px; }
  .booking-card { padding-top: 1.6rem; padding-bottom: 1.6rem; }
  .booking-card h2 { font-size: clamp(2.4rem, 3.5vw, 3.5rem); }
  .booking-intro { margin-top: .85rem; margin-bottom: .8rem; }
  .service-choice { padding-top: .68rem; padding-bottom: .68rem; }
  .selection { margin-top: .8rem; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 6rem; }
  body { padding-bottom: 70px; }
  .topline { height: 28px; font-size: .6rem; }
  .topline p:last-child { display: none; }
  .site-header { min-height: 68px; }
  .wordmark-mark { width: 36px; height: 36px; }
  .mobile-nav { inset: 96px 0 0; }
  .hero { display: block; min-height: 0; }
  .hero-visual { min-height: 580px; }
  .hero-visual > img { object-position: 60% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(0,0,0,.75), rgba(0,0,0,.08) 68%); }
  .hero-copy { left: 1.2rem; bottom: 2.2rem; }
  .hero h1 { font-size: clamp(5.1rem, 26vw, 7.8rem); }
  .hero-lede { margin-top: 1.4rem; }
  .hero-stamp { top: 1.1rem; right: 1.1rem; width: 72px; height: 72px; }
  .booking-card { min-height: auto; padding: 3.8rem 1.25rem; }
  .booking-head { display: flex; }
  .live-chip { margin-top: 0; }
  .manifesto { height: 132px; }
  .section-shell { grid-template-columns: 1fr; gap: 3.5rem; padding: 5rem 1.25rem; }
  .section-heading { position: static; }
  .service-row { grid-template-columns: 32px 1fr auto; min-height: 0; padding: 1.5rem 0; }
  .service-row > div { grid-column: 2 / -1; }
  .service-time { grid-column: 2; }
  .service-row > strong { grid-column: 3; }
  .row-book { grid-column: 2 / -1; margin-top: .25rem; }
  .barber-section { padding: 0 1.25rem 5rem; }
  .barber-card { grid-template-columns: 1fr; }
  .barber-monogram { min-height: 280px; font-size: 8.5rem; writing-mode: horizontal-tb; transform: none; }
  .barber-copy { padding: 2.5rem 1.5rem; }
  .barber-quote { grid-column: 1; margin: 0 1.5rem 1.5rem; }
  .visit-grid article { min-height: 0; padding: 1.6rem 0 2.4rem; }
  .visit-grid .contact-panel { min-height: 240px; }
  .site-footer { grid-template-columns: 1fr 1fr; padding-bottom: 2rem; }
  .footer-lockup { grid-column: 1 / -1; font-size: 27vw; }
  .footer-links { text-align: right; }
  .mobile-book { position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; height: 68px; display: flex; align-items: center; justify-content: space-between; padding: 0 1.25rem; background: var(--acid); color: var(--ink); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
}

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