:root {
  --ink: #171715;
  --paper: #ede9df;
  --acid: #d8ff36;
  --rust: #b4462d;
  --line: rgba(23, 23, 21, .22);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 280px; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); }
img { display: block; max-width: 100%; }
button, input, select, textarea { touch-action: manipulation; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--acid); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.grain { position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .15; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.14'/%3E%3C/svg%3E"); }

.site-header { position: sticky; top: 0; z-index: 30; height: 86px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(20px, 4vw); border-bottom: 1px solid var(--line); background: rgba(237,233,223,.96); backdrop-filter: blur(12px); }
.logo { font-size: 24px; font-weight: 600; letter-spacing: -.08em; }
.logo span { color: var(--rust); }
nav { display: flex; gap: 32px; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; }
nav a { position: relative; }
nav a::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px; background: var(--rust); transition: width .25s; }
nav a:hover::after { width: 100%; }
.language-toggle { min-width: 44px; min-height: 44px; margin-left: 8px; padding: 2px 8px; border: 0; border-bottom: 2px solid var(--rust); background: none; color: inherit; font: inherit; cursor: pointer; }
.menu-button { display: none; min-width: 48px; min-height: 48px; border: 0; background: none; padding: 8px; cursor: pointer; }
.menu-button > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink); }

.hero { min-height: calc(100svh - 86px); padding: clamp(64px, 7vw, 110px) max(20px, 4vw); display: flex; align-items: center; position: relative; overflow: hidden; }
.hero-copy { width: 100%; }
.eyebrow { margin: 0 0 22px; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .2em; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: .82; letter-spacing: -.045em; }
h1 { max-width: 12ch; font-size: clamp(58px, 10vw, 154px); overflow-wrap: break-word; }
h1 em, h2 em { color: var(--rust); font-weight: 400; }
.intro { max-width: 510px; margin: 42px 0 34px; font-size: clamp(17px, 1.5vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 32px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 16px 24px; font-size: 12px; font-weight: 600; letter-spacing: .14em; text-align: center; text-transform: uppercase; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-3px); }
.button-dark { background: var(--ink); color: white; }
.text-link { font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .11em; }
.text-link span { color: var(--rust); font-size: 18px; }

.photo-slot { position: relative; margin: 0; display: grid; place-items: center; overflow: hidden; color: #f3eee4; background: #292b28; }
.photo-slot::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(125deg, transparent 0 13px, rgba(255,255,255,.025) 13px 14px), radial-gradient(circle at 25% 25%, #4b514c, transparent 40%); }
.gallery .photo-slot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.gallery .photo-one img { object-position: 52% center; }
.gallery .photo-three img { object-position: 58% center; }
.placeholder-copy { position: relative; z-index: 1; text-align: center; }
.placeholder-copy span { display: inline-grid; place-items: center; width: 34px; height: 34px; border: 1px solid currentColor; border-radius: 50%; font-size: 11px; }
.placeholder-copy p { font-family: var(--serif); font-size: clamp(27px, 3vw, 44px); line-height: 1; }
.placeholder-copy small { opacity: .55; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.vertical-type { position: absolute; right: 20px; top: 20px; writing-mode: vertical-rl; font-size: 9px; letter-spacing: .22em; }
.crop-marks::before, .crop-marks::after { content: ""; position: absolute; width: 48px; height: 48px; border-color: var(--acid); }
.crop-marks::before { left: 18px; top: 18px; border-left: 2px solid var(--acid); border-top: 2px solid var(--acid); }
.crop-marks::after { right: 18px; bottom: 18px; border-right: 2px solid var(--acid); border-bottom: 2px solid var(--acid); }

.ticker { overflow: hidden; background: var(--ink); color: var(--paper); font-family: var(--serif); font-size: 28px; white-space: nowrap; }
.ticker-track { display: flex; width: max-content; animation: ticker 8s linear infinite; }
.ticker-track p { margin: 0; padding: 18px 0; }
.ticker-track b { color: var(--acid); margin: 0 24px; font-weight: 400; }
@keyframes ticker { to { transform: translateX(-50%); } }

.work { padding: 11vw 4vw; }
.section-heading { display: grid; grid-template-columns: .5fr 1.25fr .7fr; gap: 3vw; align-items: end; margin-bottom: 6vw; }
h2 { font-size: clamp(54px, 9vw, 136px); overflow-wrap: break-word; }
.section-heading > p:last-child { max-width: 360px; line-height: 1.7; }
.gallery { display: grid; grid-template-columns: .9fr 1.1fr .8fr; align-items: start; gap: 2vw; }
.gallery figure { height: 500px; }
.gallery .photo-two { height: 370px; margin-top: 100px; }
.gallery .photo-three { height: 450px; margin-top: -40px; }
figcaption { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; padding: 14px; background: var(--paper); color: var(--ink); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }

.about { min-height: 760px; position: relative; padding: 10vw 8vw; display: grid; grid-template-columns: 1fr 1.2fr .7fr; gap: 5vw; align-items: center; background: var(--rust); color: var(--paper); overflow: hidden; }
.about-number { align-self: start; font-family: var(--serif); font-size: 26vw; line-height: .65; opacity: .12; margin-left: -11vw; }
.about h2 em { color: var(--acid); }
.about-copy .lead { margin: 40px 0 20px; font-family: var(--serif); font-size: 31px; line-height: 1.1; }
.about-copy > p:last-child { max-width: 520px; line-height: 1.7; }
.barber-note { align-self: end; border-top: 1px solid rgba(255,255,255,.5); padding-top: 20px; transform: rotate(-3deg); }
.barber-note span { font-size: 11px; letter-spacing: .18em; }
.barber-note p { font-family: var(--serif); font-size: 34px; line-height: 1; }

.booking, .contact { padding: 10vw 8vw; display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; }
.booking { background: var(--paper); }
.contact { background: var(--rust); color: var(--paper); }
.contact h2 em { color: var(--acid); }
.form-heading > p:last-child { max-width: 430px; margin-top: 38px; line-height: 1.7; }
.booking-form, .contact-form { display: grid; gap: 22px; }
.booking-form label, .contact-form label { display: grid; gap: 9px; font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
input, select, textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; padding: 13px 2px; background: transparent; color: inherit; font: 16px var(--sans); outline: none; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--rust); }
.contact input, .contact textarea { border-color: rgba(255,255,255,.45); }
.contact input:focus, .contact textarea:focus { border-color: var(--acid); }
.booking-form .button, .contact-form .button { justify-self: start; border: 0; cursor: pointer; }
.form-note { margin: -8px 0 0; opacity: .6; font-size: 11px; }
.form-status { min-height: 20px; margin: -8px 0 0; font-size: 12px; font-weight: 600; }
.form-status.success { color: #397300; }
.form-status.error { color: var(--rust); }

.visit { padding: 10vw 8vw; display: grid; grid-template-columns: 1.3fr .7fr; gap: 8vw; background: var(--ink); color: var(--paper); }
.visit h2 em { color: var(--acid); }
.visit-card { border: 1px solid rgba(255,255,255,.3); padding: 42px; }
.card-label { margin: 0 0 48px; color: var(--acid); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
address { margin-bottom: 38px; font-family: var(--serif); font-size: clamp(30px, 3.5vw, 52px); line-height: 1.08; font-style: normal; }
.button-light { background: var(--paper); color: var(--ink); }
.visit-hint { margin: 38px 0 0; opacity: .55; font-size: 12px; line-height: 1.6; }
footer { padding: 35px 4vw; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.payment-note { margin-left: auto; opacity: .65; font-size: 8px; }
.footer-logo { font-size: 21px; }

@media (max-width: 1100px) {
  nav { gap: 20px; }
  .section-heading { grid-template-columns: .35fr 1fr; }
  .section-heading > p:last-child { grid-column: 2; }
  .about { grid-template-columns: .7fr 1.3fr; }
  .barber-note { grid-column: 2; }
  .booking, .contact { gap: 5vw; }
  .visit { grid-template-columns: 1fr 1fr; gap: 5vw; }
}

@media (max-width: 800px) {
  body.menu-open { overflow: hidden; }
  .site-header { height: 72px; padding-inline: 20px; }
  .menu-button { display: block; }
  nav { display: none; position: absolute; z-index: 31; top: 100%; left: 0; right: 0; gap: 4px; padding: 16px 20px 24px; flex-direction: column; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 14px 30px rgba(23,23,21,.12); }
  nav.open { display: flex; }
  nav a, nav .language-toggle { display: flex; width: 100%; min-height: 48px; align-items: center; margin: 0; padding: 0 4px; }
  nav a::after { display: none; }
  nav .language-toggle { width: max-content; }
  .hero { min-height: calc(82svh - 72px); padding: 64px 24px; }
  h1 { font-size: clamp(58px, 13vw, 92px); line-height: .88; }
  h2 { font-size: clamp(52px, 12vw, 84px); line-height: .88; }
  .intro { margin: 30px 0; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading > p:last-child { grid-column: auto; }
  .work { padding: 90px 24px; }
  .gallery { grid-template-columns: 1fr; gap: 30px; }
  .gallery figure, .gallery .photo-two, .gallery .photo-three { width: 100%; height: auto; aspect-ratio: 4 / 5; max-height: none; margin: 0; }
  .about { min-height: 0; grid-template-columns: 1fr; padding: 90px 24px; }
  .about-number { position: absolute; top: 80px; right: -20px; font-size: 60vw; }
  .about-copy, .barber-note { position: relative; z-index: 1; }
  .barber-note { grid-column: auto; max-width: 320px; }
  .booking, .contact, .visit { grid-template-columns: 1fr; gap: 52px; padding: 90px 24px; }
  .form-row { grid-template-columns: 1fr; }
  .visit-card { padding: 30px; }
  footer { flex-wrap: wrap; gap: 20px; }
  .payment-note { width: 100%; margin-left: 0; }
}

@media (max-width: 520px) {
  .grain { opacity: .1; }
  .hero { min-height: calc(76svh - 72px); padding: 48px 18px; }
  h1 { max-width: 100%; font-size: clamp(48px, 15.5vw, 72px); }
  h2 { font-size: clamp(46px, 14vw, 64px); }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .text-link { align-self: flex-start; padding: 10px 0; }
  .ticker { font-size: 22px; }
  .ticker-track p { padding: 14px 0; }
  .ticker-track b { margin: 0 14px; }
  .work, .about, .booking, .contact, .visit { padding: 72px 18px; }
  .gallery { gap: 18px; }
  .gallery figure, .gallery .photo-two, .gallery .photo-three { aspect-ratio: 4 / 5; }
  .about-number { top: 68px; font-size: 70vw; }
  .about-copy .lead { margin-top: 30px; font-size: 26px; }
  .barber-note p { font-size: 29px; }
  .booking-form, .contact-form { gap: 20px; }
  input, select, textarea { min-height: 48px; }
  textarea { min-height: 110px; }
  .booking-form .button, .contact-form .button, .visit-card .button { width: 100%; }
  .visit-card { padding: 24px 20px; }
  .card-label { margin-bottom: 30px; }
  address { font-size: 34px; }
  footer { padding: 30px 18px; }
}

@media (max-width: 350px) {
  h1 { font-size: 43px; }
  h2 { font-size: 42px; }
  .hero, .work, .about, .booking, .contact, .visit { padding-left: 14px; padding-right: 14px; }
  .button { padding-inline: 14px; letter-spacing: .1em; }
  figcaption { gap: 8px; padding: 11px 9px; letter-spacing: .08em; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker-track { animation: none; }
}
