/* =====================================================
   BARBER 1 — Dark Luxe Style System
   Palette: black / forest green / champagne gold / ivory
   ===================================================== */

:root {
  --black:        #0a0c0a;
  --ink:          #0e110e;
  --panel:        #121712;
  --panel-2:      #161c16;

  --green-deep:   #0f2a1d;
  --green:        #1d5138;
  --green-mid:    #2d6a4f;
  --green-soft:   #40916c;

  --gold:         #c9a86a;
  --gold-bright:  #e3c585;
  --gold-deep:    #a9854a;

  --ivory:        #f4f1e9;
  --cream:        #e9e5d8;
  --muted:        #9aa39a;
  --muted-2:      #6f786f;
  --line:         rgba(201,168,106,0.22);
  --line-soft:    rgba(244,241,233,0.08);

  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --sans:  "Montserrat", "Helvetica Neue", Arial, sans-serif;

  --maxw: 1180px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body {
  background: var(--black);
  color: var(--ivory);
  font-family: var(--sans);
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

::selection { background: var(--gold); color: var(--black); }

/* ---------- Typography ---------- */
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; line-height: 1.08; letter-spacing: 0.005em; }

.eyebrow {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}
.eyebrow::before {
  content: "";
  width: 34px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
  display: inline-block;
}
.eyebrow.center::after {
  content: "";
  width: 34px; height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
  display: inline-block;
}

.lead { color: var(--cream); font-size: 1.08rem; font-weight: 300; }
.muted { color: var(--muted); }

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 28px; }
section { position: relative; }
.section-pad { padding: clamp(72px, 11vw, 150px) 0; }

.section-head { max-width: 720px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { font-size: clamp(2.4rem, 5.5vw, 4rem); margin: 1.1rem 0 0; }
.section-head p { margin-top: 1.3rem; }

/* ---------- Buttons ---------- */
.btn {
  --bg: transparent;
  display: inline-flex; align-items: center; gap: 0.7rem;
  font-family: var(--sans); font-size: 0.74rem; font-weight: 600;
  letter-spacing: 0.26em; text-transform: uppercase;
  padding: 1.05rem 2.1rem;
  border: 1px solid var(--gold);
  color: var(--gold);
  background: var(--bg);
  position: relative; overflow: hidden;
  transition: color 0.5s var(--ease), border-color 0.5s var(--ease);
  cursor: pointer;
}
.btn::after {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: var(--gold);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.5s var(--ease);
}
.btn span, .btn svg { position: relative; z-index: 1; }
.btn:hover { color: var(--black); border-color: var(--gold); }
.btn:hover::after { transform: scaleX(1); }

.btn-solid { background: var(--gold); color: var(--black); border-color: var(--gold); }
.btn-solid::after { background: var(--ivory); }
.btn-solid:hover { color: var(--black); }

.btn-wa {
  border-color: var(--green-soft); color: var(--green-soft);
}
.btn-wa::after { background: var(--green-mid); }
.btn-wa:hover { color: var(--ivory); border-color: var(--green-mid); }

.btn svg { width: 16px; height: 16px; }

/* ---------- Navigation ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 1.5rem 0;
  transition: background 0.45s var(--ease), padding 0.45s var(--ease), border-color 0.45s var(--ease);
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(10,12,10,0.86);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--line-soft);
}
.nav .wrap { display: flex; align-items: center; justify-content: space-between; }

.brand { display: flex; align-items: center; gap: 0.85rem; }
.brand .mark { width: 42px; height: 42px; flex: none; }
.brand .word { display: flex; flex-direction: column; line-height: 1; }
.brand .word .t1 { font-family: var(--serif); font-size: 1.35rem; letter-spacing: 0.06em; color: var(--ivory); }
.brand .word .t2 { font-family: var(--sans); font-size: 0.56rem; letter-spacing: 0.46em; text-transform: uppercase; color: var(--gold); margin-top: 4px; }

.nav-links { display: flex; align-items: center; gap: 2.4rem; }
.nav-links a {
  font-family: var(--sans); font-size: 0.74rem; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--cream);
  position: relative; padding: 4px 0;
  transition: color 0.35s var(--ease);
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: -2px; height: 1px; width: 0;
  background: var(--gold); transition: width 0.4s var(--ease);
}
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-cta { margin-left: 0.6rem; }
.nav-cta .btn { padding: 0.8rem 1.5rem; }

.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 26px; height: 1.5px; background: var(--ivory); margin: 6px 0; transition: 0.35s var(--ease); }
.nav-toggle.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  min-height: 100vh;
  display: flex; align-items: center;
  position: relative; overflow: hidden;
  padding-top: 90px;
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(120% 90% at 80% 10%, rgba(29,81,56,0.55), transparent 55%),
    radial-gradient(90% 80% at 10% 90%, rgba(15,42,29,0.7), transparent 60%),
    linear-gradient(180deg, #0a0c0a 0%, #0c120d 50%, #090b09 100%);
}
.hero-bg::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(90deg, rgba(201,168,106,0.05) 0 1px, transparent 1px 64px);
  opacity: 0.5;
  mask-image: radial-gradient(120% 100% at 50% 0%, #000 30%, transparent 80%);
}
.hero-bg .glow {
  position: absolute; width: 60vw; height: 60vw; max-width: 720px; max-height: 720px;
  right: -8vw; top: -10vw; border-radius: 50%;
  background: radial-gradient(circle, rgba(64,145,108,0.22), transparent 65%);
  filter: blur(20px);
}
.hero .wrap { position: relative; z-index: 2; width: 100%; }
.hero-inner { max-width: 880px; }
.hero h1 {
  font-size: clamp(3.2rem, 9vw, 7rem);
  line-height: 0.98; margin: 1.6rem 0 0;
}
.hero h1 .it { font-style: italic; color: var(--gold); }
.hero .sub { margin-top: 1.8rem; max-width: 540px; font-size: 1.12rem; }
.hero-actions { margin-top: 2.6rem; display: flex; flex-wrap: wrap; gap: 1rem; }

.hero-meta {
  margin-top: 3.4rem; display: flex; flex-wrap: wrap; gap: 2.4rem;
  padding-top: 2rem; border-top: 1px solid var(--line-soft);
}
.hero-meta .item .k { font-family: var(--serif); font-size: 1.7rem; color: var(--gold); }
.hero-meta .item .v { font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }

.scroll-hint {
  position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
  z-index: 2; font-size: 0.62rem; letter-spacing: 0.34em; text-transform: uppercase; color: var(--muted-2);
  display: flex; flex-direction: column; align-items: center; gap: 0.7rem;
}
.scroll-hint .bar { width: 1px; height: 46px; background: linear-gradient(var(--gold), transparent); animation: drop 2.4s var(--ease) infinite; }
@keyframes drop { 0% { transform: scaleY(0); transform-origin: top; } 45% { transform: scaleY(1); transform-origin: top; } 55% { transform: scaleY(1); transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

/* ---------- Page header (interior pages) ---------- */
.page-head {
  padding: clamp(150px, 20vh, 230px) 0 clamp(50px, 8vw, 90px);
  position: relative; overflow: hidden;
  border-bottom: 1px solid var(--line-soft);
}
.page-head .hero-bg { opacity: 0.9; }
.page-head .wrap { position: relative; z-index: 2; }
.page-head h1 { font-size: clamp(2.8rem, 8vw, 5.4rem); margin-top: 1rem; }
.page-head h1 .it { font-style: italic; color: var(--gold); }
.page-head p { margin-top: 1.2rem; max-width: 560px; }

/* ---------- Feature strip ---------- */
.strip { background: var(--green-deep); border-block: 1px solid var(--line); }
.strip .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 2rem; padding-block: 2.2rem; }
.strip .feat { display: flex; align-items: center; gap: 1rem; }
.strip .feat .ic { color: var(--gold); width: 26px; height: 26px; flex: none; }
.strip .feat .tx h4 { font-family: var(--sans); font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600; color: var(--ivory); }
.strip .feat .tx p { font-size: 0.82rem; color: var(--muted); margin-top: 2px; }

/* ---------- Split / About ---------- */
.split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.split.rev { grid-template-columns: 0.95fr 1.05fr; }
.figure {
  position: relative; aspect-ratio: 4/5; border: 1px solid var(--line);
  background: linear-gradient(160deg, var(--panel-2), var(--green-deep));
  overflow: hidden;
}
.figure .frame { position: absolute; inset: 16px; border: 1px solid var(--line-soft); overflow: hidden; }
.figure .frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.figure .stamp {
  position: absolute; bottom: 1.5rem; left: 50%; transform: translateX(-50%);
  display: flex; align-items: center; gap: 0.5rem; background: rgba(0,0,0,0.55);
  padding: 0.4rem 0.9rem; border: 1px solid var(--line-soft); white-space: nowrap;
}
.figure .stamp svg { width: 20px; height: 20px; opacity: 0.9; }
.figure .stamp span { font-size: 0.62rem; letter-spacing: 0.34em; text-transform: uppercase; color: var(--muted); }
.figure.photo { background-size: cover; background-position: center; }

/* Decorative emblem panel (figure shown without a photo) */
.figure.emblem-panel .frame { inset: 22px; }
.figure.emblem-panel .stamp {
  position: absolute; inset: 0; bottom: auto; left: 0; transform: none;
  flex-direction: column; justify-content: center; gap: 1rem;
  background: transparent; border: none; padding: 0;
}
.figure.emblem-panel .stamp svg { width: 76px; height: 76px; }

.about-body h3 { font-size: clamp(2rem, 4.4vw, 3rem); margin-top: 1.1rem; }
.about-body p { margin-top: 1.3rem; }
.sign { margin-top: 2rem; font-family: var(--serif); font-style: italic; font-size: 1.5rem; color: var(--gold); }

/* ---------- Services / Menu ---------- */
.menu { display: grid; grid-template-columns: 1fr 1fr; gap: 0 clamp(3rem, 7vw, 7rem); }
.menu-col { }
.menu-cat {
  font-family: var(--sans); font-size: 0.72rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gold); padding-bottom: 1rem; margin-top: 2.8rem;
  border-bottom: 1px solid var(--line);
}
.menu-col:first-child .menu-cat:first-child,
.menu-col:nth-child(2) .menu-cat:first-child { margin-top: 0; }
.menu-item {
  display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 0.6rem;
  padding: 1.25rem 0; border-bottom: 1px solid var(--line-soft);
}
.menu-item .mi-name { font-family: var(--serif); font-size: 1.5rem; color: var(--ivory); }
.menu-item .mi-desc { font-size: 0.8rem; color: var(--muted); margin-top: 2px; }
.menu-item .mi-dots { grid-column: 1 / 2; height: 0; }
.menu-item .mi-price { font-family: var(--serif); font-size: 1.5rem; color: var(--gold); white-space: nowrap; }
.menu-item .mi-price .pre { font-family: var(--sans); font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); margin-right: 6px; vertical-align: middle; }
.menu-note { margin-top: 2.6rem; font-size: 0.82rem; color: var(--muted); }

/* ---------- Gallery ---------- */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 3.5rem; }
.gallery .shot {
  position: relative; aspect-ratio: 4/5; overflow: hidden;
  border: 1px solid var(--line); margin: 0; background: var(--panel);
}
.gallery .shot img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 0.8s var(--ease), filter 0.6s var(--ease);
  filter: saturate(0.95) brightness(0.95);
}
.gallery .shot:hover img { transform: scale(1.06); filter: saturate(1.05) brightness(1); }
.gallery .shot::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, transparent 50%, rgba(8,10,8,0.78));
}
.gallery .frame-in { position: absolute; inset: 12px; z-index: 2; border: 1px solid rgba(244,241,233,0.18); pointer-events: none; }
.gallery .cap {
  position: absolute; left: 1.2rem; bottom: 1.1rem; z-index: 3;
  font-family: var(--sans); font-size: 0.62rem; font-weight: 600;
  letter-spacing: 0.24em; text-transform: uppercase; color: var(--cream);
}
.gallery .cap::before { content: ""; display: inline-block; width: 22px; height: 1px; background: var(--gold); margin-right: 0.6rem; vertical-align: middle; }
@media (max-width: 760px) { .gallery { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .gallery { grid-template-columns: 1fr; } }

/* ---------- Reviews ---------- */
.reviews {
  background:
    linear-gradient(180deg, rgba(10,28,19,0.84), rgba(8,10,8,0.90)),
    url("interior-1.jpg") center/cover no-repeat;
  border-top: 1px solid var(--line-soft);
}
.reviews-embed { margin-top: 3.2rem; }
.reviews-placeholder {
  position: relative;
  display: flex; flex-direction: column; align-items: center; text-align: center;
  gap: 1.1rem;
  max-width: 560px; margin: 0 auto;
  padding: 3.4rem 2.2rem;
  background: linear-gradient(160deg, var(--panel-2), var(--panel));
  border: 1px solid var(--line);
}
.reviews-placeholder::before,
.reviews-placeholder::after {
  content: ""; position: absolute; width: 16px; height: 16px; border: 1px solid var(--gold); pointer-events: none;
}
.reviews-placeholder::before { top: 12px; left: 12px; border-right: 0; border-bottom: 0; }
.reviews-placeholder::after { bottom: 12px; right: 12px; border-left: 0; border-top: 0; }
.reviews-placeholder .g-mark { width: 42px; height: 42px; }
.reviews-placeholder .stars { display: flex; gap: 0.28rem; color: var(--gold); font-size: 1.15rem; letter-spacing: 0.1em; }
.reviews-placeholder .ph-title { font-family: var(--serif); font-size: 1.5rem; color: var(--ivory); line-height: 1.2; }
.reviews-placeholder .ph-note { font-size: 0.86rem; line-height: 1.7; max-width: 42ch; }

/* ---------- CTA band ---------- */
.cta {
  background:
    radial-gradient(80% 120% at 50% 0%, rgba(45,106,79,0.40), transparent 60%),
    linear-gradient(180deg, rgba(15,42,29,0.82), rgba(8,10,8,0.92)),
    url("interior-2.jpg") center/cover no-repeat;
  text-align: center; border-top: 1px solid var(--line);
}
.cta h2 { font-size: clamp(2.4rem, 6vw, 4.4rem); }
.cta .it { font-style: italic; color: var(--gold); }
.cta p { margin: 1.3rem auto 0; max-width: 520px; }
.cta-actions { margin-top: 2.4rem; display: flex; justify-content: center; flex-wrap: wrap; gap: 1rem; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); }
.contact-card {
  border: 1px solid var(--line); background: linear-gradient(160deg, var(--panel), var(--ink));
  padding: clamp(1.8rem, 4vw, 2.6rem);
}
.contact-card h3 { font-size: 1.7rem; margin-bottom: 1.4rem; }
.cinfo { display: flex; gap: 1.1rem; padding: 1.2rem 0; border-bottom: 1px solid var(--line-soft); align-items: flex-start; }
.cinfo:last-of-type { border-bottom: none; }
.cinfo .ic { color: var(--gold); width: 22px; height: 22px; flex: none; margin-top: 4px; }
.cinfo .k { font-size: 0.66rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); }
.cinfo .v { font-family: var(--serif); font-size: 1.35rem; color: var(--ivory); margin-top: 2px; }
.cinfo .v a:hover { color: var(--gold); }
.cinfo .v small { font-family: var(--sans); display: block; font-size: 0.8rem; color: var(--muted); letter-spacing: 0; margin-top: 4px; }
.placeholder-tag { display: inline-block; font-size: 0.58rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-deep); border: 1px dashed var(--line); padding: 2px 8px; margin-left: 8px; vertical-align: middle; }

.hours-row { display: flex; justify-content: space-between; padding: 0.7rem 0; border-bottom: 1px solid var(--line-soft); font-size: 0.92rem; }
.hours-row:last-child { border-bottom: none; }
.hours-row .d { color: var(--cream); letter-spacing: 0.08em; }
.hours-row .h { color: var(--gold); }
.hours-row.closed .h { color: var(--muted-2); }

.map-wrap { margin-top: 1.6rem; border: 1px solid var(--line); aspect-ratio: 16/7; position: relative; overflow: hidden; background: linear-gradient(160deg, var(--panel-2), var(--green-deep)); }
.map-wrap .stamp { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 0.6rem; color: var(--muted); }
.map-wrap .stamp svg { width: 40px; height: 40px; color: var(--gold); }
.map-wrap .stamp span { font-size: 0.62rem; letter-spacing: 0.28em; text-transform: uppercase; }
.map-wrap iframe { width: 100%; height: 100%; border: 0; display: block; }

/* Find Us — live map section */
.findus { background: linear-gradient(180deg, var(--ink), var(--black)); border-top: 1px solid var(--line-soft); }
.map-live { aspect-ratio: 16/8; margin-top: 3rem; box-shadow: 0 24px 60px rgba(0,0,0,0.5); }
.map-live iframe { filter: invert(0.91) hue-rotate(180deg) brightness(0.92) contrast(0.95) saturate(0.9); }
@media (max-width: 600px) { .map-live { aspect-ratio: 4/5; } }

/* ---------- Footer ---------- */
.footer { background: var(--ink); border-top: 1px solid var(--line-soft); padding: clamp(3rem, 6vw, 5rem) 0 2rem; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2.5rem; }
.footer .brand { margin-bottom: 1.2rem; }
.footer .blurb { color: var(--muted); max-width: 320px; font-size: 0.9rem; }
.footer h5 { font-family: var(--sans); font-size: 0.7rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.2rem; }
.footer ul li { padding: 0.4rem 0; }
.footer ul li a, .footer .fcontact a { color: var(--cream); font-size: 0.92rem; transition: color 0.3s var(--ease); }
.footer ul li a:hover, .footer .fcontact a:hover { color: var(--gold); }
.footer .fcontact div { padding: 0.4rem 0; font-size: 0.92rem; color: var(--cream); }
.footer-bottom { margin-top: 3rem; padding-top: 1.6rem; border-top: 1px solid var(--line-soft); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; color: var(--muted-2); font-size: 0.78rem; letter-spacing: 0.06em; }

/* ---------- Float WhatsApp ---------- */
.fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--green-mid); color: var(--ivory);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5), 0 0 0 1px rgba(64,145,108,0.4);
  transition: transform 0.4s var(--ease), background 0.4s var(--ease);
}
.fab:hover { transform: translateY(-4px) scale(1.05); background: var(--green-soft); }
.fab svg { width: 28px; height: 28px; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: 0.08s; }
.reveal.d2 { transition-delay: 0.16s; }
.reveal.d3 { transition-delay: 0.24s; }

/* ---------- Responsive ---------- */
@media (max-width: 920px) {
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 820px) {
  .nav-links {
    position: fixed; inset: 0 0 0 auto; width: min(82vw, 360px);
    background: rgba(9,11,9,0.97); backdrop-filter: blur(12px);
    flex-direction: column; align-items: flex-start; justify-content: center;
    gap: 1.8rem; padding: 3rem 2.4rem; transform: translateX(100%);
    transition: transform 0.5s var(--ease); border-left: 1px solid var(--line);
  }
  .nav-links.open { transform: none; }
  .nav-links a { font-size: 1rem; }
  .nav-cta { margin-left: 0; }
  .nav-toggle { display: block; z-index: 101; }
  .menu { grid-template-columns: 1fr; }
  .menu-col:nth-child(2) .menu-cat:first-child { margin-top: 2.8rem; }
  .split, .split.rev { grid-template-columns: 1fr; }
  .split .figure { order: -1; max-width: 460px; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .wrap { padding-inline: 20px; }
  .hero-meta { gap: 1.6rem; }
  .hero-actions .btn { flex: 1 1 100%; justify-content: center; }
}
