:root {
  --ink: #11100f;
  --ink-soft: #1a1816;
  --paper: #efeee5;
  --paper-light: #f8f7ef;
  --red: #8c8c0f;
  --red-dark: #70700c;
  --line-dark: rgba(255,255,255,.16);
  --line-light: rgba(17,16,15,.16);
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "DM Sans", Arial, sans-serif;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 120px 0; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 999; padding: 10px 16px; color: #fff; background: var(--red); }
.skip-link:focus { top: 20px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid var(--line-dark); }
.site-header.is-scrolled { position: fixed; background: rgba(17,16,15,.94); backdrop-filter: blur(14px); animation: header-in .3s ease; }
@keyframes header-in { from { transform: translateY(-100%); } }
.nav-wrap { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { position: relative; width: 42px; height: 42px; display: grid; place-items: center; font-family: var(--serif); font-size: 28px; }
.brand-mark::before { content: ""; position: absolute; inset: 6px; border: 1px solid rgba(255,255,255,.6); transform: rotate(45deg); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-size: 13px; letter-spacing: .16em; }
.brand-copy small { margin-top: 5px; color: rgba(255,255,255,.58); font-size: 8px; letter-spacing: .21em; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 600; letter-spacing: .05em; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 1px; background: var(--red); transition: width .25s; }
.main-nav > a:hover::after { width: 100%; }
.nav-cta { padding: 12px 20px; border: 1px solid rgba(255,255,255,.45); transition: background .2s, color .2s; }
.nav-cta:hover { background: var(--paper); color: var(--ink); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-toggle span { display: block; height: 1px; margin: 6px 0; background: #fff; transition: .2s; }

.hero { position: relative; min-height: 780px; height: 100svh; display: flex; align-items: center; overflow: hidden; }
.hero-image { position: absolute; inset: 0; background-image: url("assets/images/mekan-dis.jpg"); background-size: cover; background-position: 57% 48%; transform: scale(1.02); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,7,6,.93) 0%, rgba(8,7,6,.75) 38%, rgba(8,7,6,.25) 70%, rgba(8,7,6,.3) 100%), linear-gradient(0deg, rgba(8,7,6,.64), transparent 45%); }
.hero-content { position: relative; z-index: 2; padding-top: 60px; }
.hero-content > * { animation: hero-rise .75s cubic-bezier(.22,.61,.36,1) both; }
.hero-content > :nth-child(2) { animation-delay: .08s; }
.hero-content > :nth-child(3) { animation-delay: .16s; }
.hero-content > :nth-child(4) { animation-delay: .24s; }
@keyframes hero-rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: rgba(255,255,255,.64); font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 42px; height: 1px; background: var(--red); }
.eyebrow.dark { color: rgba(17,16,15,.58); }
.hero h1, .section-heading h2, .story-copy h2, .booking-intro h2, .contact-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(62px, 8.5vw, 126px); font-weight: 400; line-height: .83; letter-spacing: -.035em; text-transform: uppercase; }
h1 em, h2 em { color: var(--red); font-style: normal; }
.hero-text { max-width: 550px; margin: 30px 0 36px; color: rgba(255,255,255,.72); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 24px; border: 1px solid transparent; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: transform .2s, background .2s, border-color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--red); }
.btn-primary:hover { background: var(--red-dark); }
.btn-ghost { border-color: rgba(255,255,255,.4); }
.btn-ghost:hover { border-color: #fff; }
.hero-meta { position: absolute; z-index: 2; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(3, 160px); background: rgba(17,16,15,.88); backdrop-filter: blur(10px); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.hero-meta div { min-height: 100px; display: flex; flex-direction: column; justify-content: center; padding: 0 26px; border-right: 1px solid var(--line-dark); }
.hero-meta strong { font-family: var(--serif); font-size: 22px; font-weight: 400; }
.hero-meta span { color: rgba(255,255,255,.52); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.scroll-cue { position: absolute; z-index: 2; left: 30px; bottom: 35px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .2em; writing-mode: vertical-rl; }
.scroll-cue span { width: 1px; height: 45px; background: rgba(255,255,255,.45); }

.ticker { overflow: hidden; color: var(--paper); background: var(--red); border-block: 1px solid rgba(255,255,255,.15); }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 34px; padding: 15px 0; animation: ticker 30s linear infinite; }
.ticker-track span { font-family: var(--serif); font-size: 16px; letter-spacing: .09em; }
.ticker-track i { color: var(--ink); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.services, .gallery, .contact { color: var(--ink); background: var(--paper); }
.split-heading, .gallery-heading { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 80px; margin-bottom: 70px; }
.section-heading h2, .story-copy h2, .booking-intro h2, .contact-copy h2 { font-size: clamp(50px, 6.3vw, 92px); line-height: .92; }
.split-heading > p, .gallery-heading > p { max-width: 400px; margin: 0 0 6px; color: rgba(17,16,15,.62); }
.service-list { border-top: 1px solid var(--line-light); }
.service-row { position: relative; display: grid; grid-template-columns: 80px 1.2fr 1.7fr 100px 120px; align-items: center; gap: 24px; min-height: 112px; border-bottom: 1px solid var(--line-light); transition: padding .25s, background .25s; }
.service-row:hover { padding-inline: 18px; background: rgba(255,255,255,.36); }
.service-index { color: var(--red); font-family: var(--serif); font-size: 15px; }
.service-row h3 { margin: 0; font-family: var(--serif); font-size: 27px; font-weight: 400; text-transform: uppercase; }
.service-row p { margin: 0; color: rgba(17,16,15,.58); font-size: 14px; }
.service-time { color: rgba(17,16,15,.55); font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.service-price { color: var(--red); font-family: var(--serif); font-size: 24px; text-align: right; }
.loading { padding: 40px 0; color: rgba(17,16,15,.55); }
.price-note { margin: 16px 0 0; color: rgba(17,16,15,.5); font-size: 11px; }

.story { background: var(--ink-soft); }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.story-media { position: relative; }
.story-media::before { content: ""; position: absolute; z-index: 1; inset: -14px 45px 45px -14px; border: 1px solid rgba(255,255,255,.18); pointer-events: none; }
.story-media img { width: 100%; aspect-ratio: .86; object-fit: cover; filter: saturate(.78) contrast(1.06); }
.story-stamp { position: absolute; z-index: 2; right: -34px; bottom: 34px; width: 150px; height: 150px; display: grid; place-content: center; text-align: center; background: var(--red); border-radius: 50%; transform: rotate(-8deg); }
.story-stamp::before { content: ""; position: absolute; inset: 9px; border: 1px dashed rgba(255,255,255,.55); border-radius: inherit; }
.story-stamp strong { font-family: var(--serif); font-size: 20px; font-weight: 400; }
.story-stamp span { font-size: 7px; letter-spacing: .18em; }
.story-copy .lead { margin: 34px 0 16px; color: #fff; font-size: 20px; line-height: 1.55; }
.story-copy > p:not(.eyebrow):not(.lead) { color: rgba(255,255,255,.57); }
.features { display: grid; grid-template-columns: 1fr 1fr; margin: 34px 0; border-top: 1px solid var(--line-dark); }
.features span { display: flex; gap: 11px; padding: 13px 8px 13px 0; border-bottom: 1px solid var(--line-dark); color: rgba(255,255,255,.75); font-size: 12px; }
.features span:nth-child(odd) { border-right: 1px solid var(--line-dark); }
.features span:nth-child(even) { padding-left: 16px; }
.features b { color: var(--red); font-weight: 600; }
.text-link { display: inline-flex; align-items: center; gap: 34px; padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,.35); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { color: var(--red); font-size: 20px; }

.gallery-heading { margin-bottom: 55px; }
.gallery-grid { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: 280px 280px; gap: 14px; }
.gallery-grid figure { position: relative; margin: 0; overflow: hidden; }
.gallery-grid .gallery-large { grid-row: 1 / 3; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82); transition: transform .6s, filter .6s; }
.gallery-grid figure:hover img { transform: scale(1.025); filter: saturate(1); }
.gallery-grid figcaption { position: absolute; left: 18px; bottom: 18px; padding: 8px 11px; color: #fff; background: rgba(17,16,15,.72); backdrop-filter: blur(8px); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }

.team { background: var(--ink); }
.centered { text-align: center; }
.centered .eyebrow { justify-content: center; }
.team-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 900px; margin: 60px auto 0; }
.team-card { position: relative; min-height: 360px; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; overflow: hidden; background: #201e1b; border: 1px solid var(--line-dark); transition: transform .25s, border-color .25s; }
.team-card:hover { transform: translateY(-5px); border-color: rgba(140,140,15,.78); }
.team-number { color: var(--red); font-size: 11px; letter-spacing: .16em; }
.team-card p { margin: 0 0 8px; color: rgba(255,255,255,.45); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.team-card h3 { margin: 0 0 24px; font-family: var(--serif); font-size: 52px; font-weight: 400; line-height: .88; text-transform: uppercase; }
.team-card a { color: rgba(255,255,255,.64); font-size: 13px; letter-spacing: .08em; }
.team-icon { position: absolute; right: -18px; top: 54px; color: rgba(255,255,255,.035); font-size: 180px; transform: rotate(-24deg); }

.booking { background: var(--red); }
.booking-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.booking-intro .eyebrow span { background: var(--ink); }
.booking-intro h2 em { color: var(--ink); }
.booking-intro > p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.booking-steps { margin-top: 40px; border-top: 1px solid rgba(255,255,255,.28); }
.booking-steps span { display: flex; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.28); font-size: 13px; }
.booking-steps b { width: 26px; height: 26px; display: grid; place-items: center; color: var(--red); background: var(--ink); border-radius: 50%; font-size: 10px; }
.booking-form { padding: 38px; color: var(--ink); background: var(--paper-light); }
.booking-form fieldset { margin: 0 0 26px; padding: 0; border: 0; }
.booking-form legend, .field span { display: block; margin-bottom: 10px; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.barber-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.choice-card { position: relative; display: flex; align-items: center; justify-content: space-between; padding: 16px; border: 1px solid var(--line-light); cursor: pointer; }
.choice-card input { position: absolute; opacity: 0; pointer-events: none; }
.choice-card span { display: flex; flex-direction: column; }
.choice-card b { font-size: 14px; }
.choice-card small { margin-top: 3px; color: rgba(17,16,15,.55); }
.choice-card i { width: 22px; height: 22px; display: grid; place-items: center; color: transparent; border: 1px solid var(--line-light); border-radius: 50%; font-size: 11px; font-style: normal; }
.choice-card:has(input:checked) { border-color: var(--red); background: rgba(140,140,15,.07); }
.choice-card:has(input:checked) i { color: #fff; background: var(--red); border-color: var(--red); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 14px; }
.field input, .field select { width: 100%; height: 50px; padding: 0 13px; color: var(--ink); background: transparent; border: 1px solid var(--line-light); border-radius: 0; outline: 0; }
.field input:focus, .field select:focus { border-color: var(--red); box-shadow: 0 0 0 1px var(--red); }
.field-full { grid-column: 1 / -1; }
.submit-btn { width: 100%; margin-top: 24px; border: 0; }
.form-note { margin: 13px 0 0; color: rgba(17,16,15,.5); font-size: 10px; text-align: center; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.contact-copy address { margin: 32px 0; color: rgba(17,16,15,.65); font-style: normal; font-size: 17px; }
.contact-copy address a { display: inline-block; transition: color .2s, transform .2s; }
.contact-copy address a:hover { color: var(--red); transform: translateX(3px); }
.btn-dark { color: #fff; background: var(--ink); }
.contact-panel { border-top: 1px solid var(--line-light); }
.contact-panel > div { display: grid; grid-template-columns: 150px 1fr; padding: 25px 0; border-bottom: 1px solid var(--line-light); }
.contact-panel span { grid-row: 1 / 4; color: rgba(17,16,15,.5); font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.contact-panel .phone-link { font-family: var(--serif); font-size: 26px; line-height: 1.25; }
.contact-panel p, .contact-panel strong { margin: 0; font-size: 14px; }
.contact-panel strong { color: var(--red); }
.contact-panel .muted { color: rgba(17,16,15,.48); }
.contact-panel .location-link { display: inline-block; }
.contact-panel .location-link p { transition: color .2s, transform .2s; }
.contact-panel .location-link:hover p { color: var(--red); transform: translateX(3px); }
.contact-panel .location-link b { color: var(--red); }

.reveal-ready .reveal-item { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.22,.61,.36,1) var(--reveal-delay, 0ms), transform .7s cubic-bezier(.22,.61,.36,1) var(--reveal-delay, 0ms); }
.reveal-ready .reveal-item.is-visible { opacity: 1; transform: translateY(0); }

.site-footer { padding: 80px 0 24px; background: #0b0a09; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr .7fr; align-items: start; gap: 50px; padding-bottom: 70px; }
.footer-top > p { margin: 0; font-family: var(--serif); font-size: 34px; line-height: 1.12; text-transform: uppercase; }
.footer-top > p em { color: var(--red); font-style: normal; }
.footer-top nav { display: grid; gap: 8px; justify-content: end; color: rgba(255,255,255,.58); font-size: 12px; text-align: right; }
.footer-top nav a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid var(--line-dark); color: rgba(255,255,255,.35); font-size: 10px; letter-spacing: .06em; }
.floating-whatsapp { position: fixed; z-index: 15; right: 22px; bottom: 22px; width: 54px; height: 54px; display: grid; place-items: center; color: #fff; background: #25d366; border-radius: 50%; box-shadow: 0 8px 25px rgba(0,0,0,.25); transition: transform .2s; }
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.03); }
.floating-whatsapp svg { width: 29px; fill: currentColor; }

@media (max-width: 980px) {
  .section { padding: 90px 0; }
  .main-nav { gap: 20px; }
  .hero-meta { grid-template-columns: repeat(3, 135px); }
  .split-heading, .gallery-heading, .story-grid, .booking-grid, .contact-grid { gap: 55px; }
  .service-row { grid-template-columns: 55px 1fr 1.35fr 80px 90px; gap: 14px; }
  .story-grid { grid-template-columns: .9fr 1.1fr; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 76px 0; }
  .nav-wrap { height: 76px; }
  .brand-copy strong { font-size: 11px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 76px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 14px 20px; background: rgba(17,16,15,.98); border-bottom: 1px solid var(--line-dark); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 8px; }
  .main-nav .nav-cta { margin-top: 8px; text-align: center; }
  .menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 720px; }
  .hero-image { background-position: 61% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,7,6,.92), rgba(8,7,6,.5)), linear-gradient(0deg, rgba(8,7,6,.72), transparent 55%); }
  .hero h1 { font-size: clamp(56px, 18vw, 86px); }
  .hero-text { font-size: 16px; }
  .hero-meta { right: 14px; left: 14px; grid-template-columns: repeat(3, 1fr); }
  .hero-meta div { min-height: 78px; padding: 0 12px; }
  .hero-meta strong { font-size: 17px; }
  .hero-meta span { font-size: 8px; }
  .scroll-cue { display: none; }
  .split-heading, .gallery-heading, .story-grid, .booking-grid, .contact-grid, .footer-top { grid-template-columns: 1fr; }
  .split-heading, .gallery-heading { gap: 24px; margin-bottom: 40px; }
  .section-heading h2, .story-copy h2, .booking-intro h2, .contact-copy h2 { font-size: clamp(46px, 14vw, 66px); }
  .service-row { grid-template-columns: 34px 1fr auto; gap: 10px; min-height: 104px; }
  .service-row p { display: none; }
  .service-time { grid-column: 2; grid-row: 2; margin-top: -22px; }
  .service-price { grid-column: 3; grid-row: 1 / 3; }
  .story-grid { gap: 60px; }
  .story-media { margin-right: 18px; }
  .story-stamp { right: -25px; width: 125px; height: 125px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 360px 190px; }
  .gallery-grid .gallery-large { grid-column: 1 / 3; grid-row: auto; }
  .team-cards { grid-template-columns: 1fr; }
  .team-card { min-height: 300px; }
  .booking-grid { gap: 45px; }
  .booking-form { padding: 24px 18px; }
  .barber-options, .form-grid { grid-template-columns: 1fr; }
  .contact-grid { gap: 50px; }
  .footer-top { gap: 35px; padding-bottom: 45px; }
  .footer-top nav { justify-content: start; text-align: left; }
}

@media (max-width: 420px) {
  .hero-actions .btn { width: 100%; }
  .hero-meta div:nth-child(2) { display: none; }
  .hero-meta { grid-template-columns: 1fr 1fr; }
  .features { grid-template-columns: 1fr; }
  .features span:nth-child(odd) { border-right: 0; }
  .features span:nth-child(even) { padding-left: 0; }
  .gallery-grid { display: block; }
  .gallery-grid figure { height: 250px; margin-bottom: 10px; }
  .contact-panel > div { grid-template-columns: 105px 1fr; }
  .contact-panel .phone-link { font-size: 21px; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}

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