/* ═══════════════ KONG MING BARBERSHOP — Dark luxury, brass accents ═══════════════ */
:root {
  --ink: #0d0b08;
  --coal: #161209;
  --panel: #1d1810;
  --line: rgba(201, 164, 92, 0.22);
  --bone: #ece5d6;
  --bone-dim: #b3a992;
  --brass: #c9a45c;
  --brass-hi: #e8c988;
  --wa: #25d366;
  --font-display: "Archivo", Arial, Helvetica, sans-serif;
  --font-body: "Archivo", Arial, Helvetica, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  background: var(--ink);
  color: var(--bone);
  font-family: var(--font-body);
  font-stretch: 108%; /* PF Grand Gothik Wide Regular equivalent */
  line-height: 1.6;
  /* overflow-x: clip (bukan hidden) — hidden pada body menjadikan body bekas
     scroll di Android Chrome, menyebabkan navbar fixed dipotong separuh */
  overflow-x: clip;
}

/* Wide Bold display treatment (PF Grand Gothik Wide Bold equivalent) */
.hero__title, .section__title, .bk-step__title, .service h3,
.barber-card__body h3, .about__era h3, .bk-done h3, .location__info h3,
.footer__brand, .nav__logo-text {
  font-stretch: 125%;
  text-transform: uppercase;
  letter-spacing: 0.015em;
}
.hero__title, .section__title { font-weight: 800; }
body::after { /* film grain */
  content: "";
  position: fixed; inset: 0;
  pointer-events: none; z-index: 999;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)'/%3E%3C/svg%3E");
}
img { max-width: 100%; display: block; }
em { font-style: italic; }

/* ─────────── Buttons ─────────── */
.btn {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  padding: 0.8rem 1.6rem;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.btn--gold {
  background: linear-gradient(135deg, var(--brass-hi), var(--brass) 55%, #a07f3c);
  color: #171106;
  box-shadow: 0 4px 24px rgba(201, 164, 92, 0.25);
}
.btn--gold:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(201, 164, 92, 0.4); }
.btn--ghost {
  background: transparent;
  color: var(--bone);
  border: 1px solid rgba(236, 229, 214, 0.35);
}
.btn--ghost:hover { border-color: var(--brass); color: var(--brass-hi); }
.btn--line {
  background: transparent;
  color: var(--brass);
  border: 1px solid var(--line);
}
.btn--line:hover { background: rgba(201, 164, 92, 0.1); border-color: var(--brass); }
.btn--wa { background: var(--wa); color: #06280f; }
.btn--wa:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(37, 211, 102, 0.35); }
.btn--lg { padding: 1.05rem 2.2rem; font-size: 1rem; }
.btn--sm { padding: 0.5rem 1rem; font-size: 0.8rem; }

/* ─────────── Nav ─────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transform: translate3d(0, 0, 0); /* layer sendiri — elak navbar dipotong semasa scroll di Android */
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.1rem clamp(1.2rem, 4vw, 3rem);
  transition: background 0.3s ease, padding 0.3s ease, border-color 0.3s ease, transform 0.35s ease;
  border-bottom: 1px solid transparent;
}
/* iPhone sahaja: navbar hilang selepas melepasi hero */
:root.is-iphone .nav.nav--past-hero { transform: translate3d(0, -110%, 0); }
.nav.is-scrolled {
  background: rgba(13, 11, 8, 0.92);
  backdrop-filter: blur(14px);
  border-bottom-color: var(--line);
  padding-top: 0.7rem; padding-bottom: 0.7rem;
}
.nav__logo { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; color: var(--bone); }
.nav__logo-mark {
  width: 34px; height: auto;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
  transition: transform 0.25s ease;
}
.nav__logo:hover .nav__logo-mark { transform: rotate(-6deg) scale(1.06); }
.nav__logo-text { font-family: var(--font-display); font-weight: 700; font-size: 0.82rem; letter-spacing: 0.08em; }
.nav__logo-text em { display: block; font-size: 0.46rem; letter-spacing: 0.38em; color: var(--brass); font-style: normal; font-family: var(--font-body); margin-top: 1px; }
@media (max-width: 900px) {
  .nav__logo { gap: 0.45rem; }
  .nav__logo-mark { width: 28px; }
  .nav__logo-text { font-size: 0.72rem; }
  .nav__logo-text em { font-size: 0.42rem; letter-spacing: 0.32em; }
}
.nav__lang {
  display: flex; gap: 1px;
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: 2px;
  margin-left: auto;
  margin-right: 1rem;
  background: rgba(13, 11, 8, 0.5);
  flex-shrink: 0;
}
.nav__lang button {
  border: none; background: transparent;
  color: var(--bone-dim);
  font-family: var(--font-body);
  font-size: 0.66rem; font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
  padding: 0.32rem 0.55rem;
  border-radius: 100px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.nav__lang button:hover { color: var(--brass-hi); }
.nav__lang button.is-active { background: var(--brass); color: #171106; }
@media (max-width: 900px) {
  .nav__lang { margin-left: auto; margin-right: 0; }
  .nav__lang button { padding: 0.34rem 0.5rem; font-size: 0.64rem; }
}
@media (max-width: 900px) { .nav__cta { display: none; } }

/* ─────────── Hero ─────────── */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  padding: 7rem clamp(1.2rem, 4vw, 3rem) 8rem;
  overflow: hidden;
}
.hero__video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: contain;
}
.hero__video--blur {
  object-fit: cover;
  filter: blur(28px) brightness(0.8) saturate(1.1);
  transform: scale(1.12);
}
@media (max-width: 767px) {
  .hero__video { object-fit: cover; }
  .hero__video--blur { display: none; }
}
.hero__scrim {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at center 40%, rgba(13,11,8,0.35), rgba(13,11,8,0.88) 85%),
    linear-gradient(180deg, rgba(13,11,8,0.55), rgba(13,11,8,0.25) 35%, rgba(13,11,8,0.97) 96%);
}
.hero__inner { position: relative; z-index: 2; max-width: 880px; }
.hero__eyebrow {
  font-size: 0.78rem; letter-spacing: 0.5em; text-transform: uppercase;
  color: var(--brass); margin-bottom: 1.4rem;
}
.hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.3rem, 7.5vw, 5.2rem);
  font-weight: 800;
  line-height: 1.0;
  letter-spacing: 0.01em;
}
.hero__title span { display: block; }
.hero__title em { color: var(--brass-hi); font-weight: 400; }
.hero__sub { margin: 1.6rem auto 2.2rem; max-width: 520px; color: var(--bone-dim); font-size: 1.05rem; }
.hero__sub strong { color: var(--bone); }
.hero__actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.hero__proof {
  margin-top: 2rem;
  display: flex; align-items: center; justify-content: center; gap: 0.7rem;
  font-size: 0.9rem; color: var(--bone-dim);
}
.hero__stars { color: var(--brass-hi); letter-spacing: 0.12em; }
.hero__proof strong { color: var(--bone); }

/* Quick bar */
.quickbar {
  position: absolute; bottom: 2.2rem; left: 0; right: 0; margin-inline: auto;
  z-index: 3;
  display: flex; align-items: stretch; gap: 0.8rem;
  background: rgba(22, 18, 9, 0.92);
  backdrop-filter: blur(16px);
  border: 1px solid var(--brass);
  border-radius: 6px;
  padding: 1.4rem 1.2rem 1.2rem;
  width: min(720px, calc(100% - 2.4rem));
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.5);
}
.quickbar__badge {
  position: absolute; top: -0.85rem; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--brass-hi), var(--brass));
  color: #171106;
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  padding: 0.35rem 1rem;
  border-radius: 100px;
  white-space: nowrap;
}
.quickbar__field {
  position: relative;
  display: flex; flex-direction: column; gap: 0.3rem; flex: 1;
  background: rgba(13, 11, 8, 0.7);
  border: 1px solid rgba(201, 164, 92, 0.45);
  border-radius: 4px;
  padding: 0.55rem 0.9rem;
  transition: border-color 0.2s;
}
.quickbar__field:hover, .quickbar__field:focus-within { border-color: var(--brass-hi); }
.quickbar__field label { font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--brass); }
.quickbar__field select {
  appearance: none; -webkit-appearance: none;
  width: 100%;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1l6 6 6-6' fill='none' stroke='%23e8c988' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right center / 13px;
  border: none; color: var(--bone);
  font-family: var(--font-body); font-size: 0.98rem; font-weight: 600;
  outline: none; cursor: pointer;
  padding: 0.1rem 1.6rem 0.1rem 0;
}
.quickbar__field select option { background: var(--coal); }
.quickbar__go { white-space: nowrap; }
@media (max-width: 640px) {
  .hero { padding-bottom: 3.5rem; }
  .quickbar { position: static; margin: 2.8rem auto 0; flex-direction: column; gap: 0.8rem; width: 100%; }
  .quickbar__field { padding: 0.75rem 1rem; }
  .quickbar__go { padding: 1rem; }
}

/* ─────────── Marquee ─────────── */
.marquee {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--coal);
  padding: 0.85rem 0;
}
.marquee__track {
  display: flex; width: max-content;
  animation: marquee 30s linear infinite;
}
.marquee__track span {
  font-family: var(--font-display);
  font-stretch: 62%; /* PF Grand Gothik Compressed equivalent */
  font-weight: 700;
  font-size: 1.05rem; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--brass); white-space: nowrap; padding-right: 1rem;
}
@keyframes marquee { to { transform: translateX(-50%); } }

/* ─────────── Sections ─────────── */
.section { padding: clamp(4.5rem, 9vw, 7.5rem) clamp(1.2rem, 4vw, 3rem); max-width: 1200px; margin: 0 auto; }
.section--full { max-width: 1400px; }
.section--dark { max-width: none; background: var(--coal); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section--dark > * { max-width: 1200px; margin-left: auto; margin-right: auto; }
.section__head { margin-bottom: 3rem; }
.section__eyebrow {
  font-size: 0.75rem; letter-spacing: 0.4em; text-transform: uppercase;
  color: var(--brass); margin-bottom: 0.9rem;
}
.section__title {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 4.2vw, 2.8rem);
  font-weight: 800; line-height: 1.08;
}
.section__title em { color: var(--brass-hi); }
.section__sub { margin-top: 1rem; max-width: 560px; color: var(--bone-dim); }

/* ─────────── Services ─────────── */
.services {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.2rem;
}
.service {
  position: relative;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 1.8rem;
  display: flex; flex-direction: column; gap: 0.7rem;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.service:hover {
  transform: translateY(-4px);
  border-color: var(--brass);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}
.service__tag {
  position: absolute; top: -0.7rem; right: 1.2rem;
  background: var(--brass); color: #171106;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 0.25rem 0.7rem; border-radius: 2px;
}
.service__tag--value { background: var(--bone); }
.service h3 { font-family: var(--font-display); font-size: 1.45rem; font-weight: 500; }
.service h3 small { font-size: 0.85rem; color: var(--bone-dim); }
.service p { color: var(--bone-dim); font-size: 0.92rem; flex: 1; }
.service__meta {
  display: flex; align-items: baseline; justify-content: space-between;
  border-top: 1px dashed var(--line); padding-top: 0.9rem;
}
.service__time { font-size: 0.82rem; color: var(--bone-dim); letter-spacing: 0.08em; text-transform: uppercase; }
.service__price { font-family: var(--font-display); font-size: 1.7rem; color: var(--brass-hi); }
.service__price small { font-size: 1rem; }
.services--two { max-width: 820px; margin-inline: auto; }
.services--two .service { padding: 2.2rem; }
.services--two .service__price { font-size: 2.1rem; }

/* ─────────── Lookbook ─────────── */
.lookbook__filters { display: flex; gap: 0.6rem; flex-wrap: wrap; margin-bottom: 1.8rem; }
.chip {
  background: transparent; color: var(--bone-dim);
  border: 1px solid var(--line); border-radius: 100px;
  padding: 0.45rem 1.2rem;
  font-family: var(--font-body); font-size: 0.85rem; font-weight: 500;
  cursor: pointer; transition: all 0.2s;
}
.chip:hover { color: var(--brass-hi); border-color: var(--brass); }
.chip.is-active { background: var(--brass); color: #171106; border-color: var(--brass); font-weight: 600; }
.lookbook__grid {
  columns: 4 260px;
  column-gap: 1rem;
}
.look {
  position: relative;
  break-inside: avoid;
  margin-bottom: 1rem;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--line);
}
.look.is-hidden { display: none; }
.look img { width: 100%; transition: transform 0.5s ease; }
.look:hover img { transform: scale(1.05); }
.look figcaption {
  position: absolute; inset: auto 0 0 0;
  padding: 2.2rem 1rem 1rem;
  background: linear-gradient(180deg, transparent, rgba(13, 11, 8, 0.92));
  display: flex; align-items: center; justify-content: space-between; gap: 0.6rem;
  opacity: 0; transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.look:hover figcaption { opacity: 1; transform: translateY(0); }
.look figcaption span { font-family: var(--font-display); font-size: 1rem; }
@media (hover: none) { .look figcaption { opacity: 1; transform: none; } }

/* ─────────── About Us ─────────── */
.about__sub { font-family: var(--font-display); font-style: italic; font-size: 1.1rem; }
.about {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}
@media (max-width: 900px) { .about { grid-template-columns: 1fr; } }

/* Timeline */
.about__timeline {
  position: relative;
  padding-left: 2rem;
  border-left: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.about__era { position: relative; }
.about__era::before {
  content: "";
  position: absolute;
  left: calc(-2rem - 5.5px);
  top: 0.55rem;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--ink);
  border: 2px solid var(--brass);
  box-shadow: 0 0 0 4px rgba(201, 164, 92, 0.12);
}
.about__era-year {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1rem;
  color: var(--brass-hi);
  letter-spacing: 0.08em;
}
.about__era h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0.15rem 0 0.6rem;
}
.about__era p { color: var(--bone-dim); font-size: 0.95rem; margin-bottom: 0.7rem; }
.about__era p:last-child { margin-bottom: 0; }

/* Photos */
.about__photos {
  position: sticky;
  top: 6rem;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.about__photo {
  position: relative;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  background: var(--panel);
  padding: 0.55rem 0.55rem 0;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.about__photo:hover { transform: translateY(-6px) rotate(0deg) !important; border-color: var(--brass); z-index: 3; }
.about__photo img { border-radius: 2px; width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.about__photo figcaption {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 0.85rem;
  color: var(--bone-dim);
  text-align: center;
  padding: 0.6rem 0.5rem;
}
.about__photo--1 { transform: rotate(-1.8deg); }
.about__photo--3 { transform: rotate(1.2deg); width: 92%; align-self: flex-start; margin-top: -0.4rem; }
.about__photo--2 { transform: rotate(1.4deg); width: 88%; align-self: flex-end; }
.about__photo--portrait img { aspect-ratio: 4/5; object-position: center 18%; }
.about__photo--2 img { aspect-ratio: 4/5; object-position: center top; }

.about__milestones {
  display: flex;
  justify-content: space-around;
  gap: 1rem;
  border-top: 1px dashed var(--line);
  border-bottom: 1px dashed var(--line);
  padding: 1.3rem 0;
  margin-top: 0.4rem;
}
.about__milestone { display: flex; flex-direction: column; align-items: center; gap: 0.15rem; font-size: 0.8rem; color: var(--bone-dim); letter-spacing: 0.12em; text-transform: uppercase; }
.about__milestone-num { font-family: var(--font-display); font-size: 2.4rem; line-height: 1; color: var(--brass-hi); }

/* Closing */
.about__closing { text-align: center; margin-top: clamp(3rem, 6vw, 4.5rem); }
.about__closing-line {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 1.6rem;
}
.about__closing-line em { color: var(--brass-hi); }

/* ─────────── Barbers ─────────── */
.barbers {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.2rem;
}
.barber-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.barber-card:hover { transform: translateY(-4px); border-color: var(--brass); }
.barber-card__photo { height: 260px; overflow: hidden; }
.barber-card__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.barber-card__photo--mono {
  display: grid; place-items: center;
  background:
    radial-gradient(circle at 30% 20%, rgba(201, 164, 92, 0.18), transparent 60%),
    repeating-linear-gradient(-45deg, var(--coal) 0 14px, var(--panel) 14px 28px);
}
.barber-card__photo--mono span {
  font-family: var(--font-display);
  font-size: 5rem; color: var(--brass);
  border: 1px solid var(--line); border-radius: 50%;
  width: 120px; height: 120px;
  display: grid; place-items: center;
  background: rgba(13, 11, 8, 0.6);
}
.barber-card__body { padding: 1.5rem; display: flex; flex-direction: column; gap: 0.35rem; }
.barber-card__body h3 { font-family: var(--font-display); font-size: 1.5rem; font-weight: 500; }
.barber-card__role { color: var(--brass-hi); font-size: 0.85rem; letter-spacing: 0.06em; text-transform: uppercase; }
.barber-card__skill { color: var(--bone-dim); font-size: 0.9rem; margin-bottom: 0.8rem; }

/* ─────────── Reviews ─────────── */
.rating-badge {
  display: flex; align-items: center; gap: 1rem; margin-top: 1.4rem;
}
.rating-badge__num { font-family: var(--font-display); font-size: 3.2rem; color: var(--brass-hi); line-height: 1; }
.rating-badge__stars { color: var(--brass-hi); letter-spacing: 0.15em; }
.rating-badge__count { color: var(--bone-dim); font-size: 0.85rem; }
.reviews { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.2rem; }
.review {
  background: var(--panel);
  border: 1px solid var(--line);
  border-left: 3px solid var(--brass);
  border-radius: 4px;
  padding: 1.7rem;
}
.review p { font-family: var(--font-display); font-size: 1.05rem; font-weight: 300; line-height: 1.55; }
.review footer { margin-top: 1.1rem; color: var(--bone-dim); font-size: 0.85rem; }
.review footer strong { color: var(--brass-hi); }

/* ─────────── Products ─────────── */
.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.2rem;
}
.product {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.product:hover { transform: translateY(-4px); border-color: var(--brass); }
.product__visual {
  height: 300px;
  display: grid; place-items: center;
  background: #ffffff;
  border-bottom: 2px solid var(--brass);
  padding: 1rem;
}
.product__visual span {
  font-family: var(--font-display);
  font-stretch: 125%;
  font-weight: 800;
  font-size: 3rem;
  color: var(--brass);
  width: 92px; height: 92px;
  display: grid; place-items: center;
  border: 1px solid var(--line); border-radius: 50%;
  background: rgba(13, 11, 8, 0.6);
}
.product__visual img { width: 100%; height: 100%; object-fit: contain; object-position: center; border-radius: 3px; }
.product__body { padding: 1.5rem 1.4rem; display: flex; flex-direction: column; gap: 0.5rem; flex: 1; background: var(--panel); }
.product__body h3 {
  font-family: var(--font-display);
  font-stretch: 125%; text-transform: uppercase; letter-spacing: 0.015em;
  font-size: 1.05rem; font-weight: 800;
}
.product__body p { color: var(--bone-dim); font-size: 0.9rem; flex: 1; }
.product__meta {
  display: flex; align-items: center; justify-content: space-between; gap: 0.8rem;
  border-top: 1px dashed var(--line); padding-top: 0.9rem;
}
.product__price { font-family: var(--font-display); font-weight: 800; font-size: 1.5rem; color: var(--brass-hi); }

/* ─────────── Location ─────────── */
.location { display: grid; grid-template-columns: 1.2fr 1fr; gap: 1.5rem; }
@media (max-width: 820px) { .location { grid-template-columns: 1fr; } }
.location__map { position: relative; border: 1px solid var(--line); border-radius: 4px; overflow: hidden; min-height: 380px; }
.location__map iframe { width: 100%; height: 100%; min-height: 380px; border: 0; filter: grayscale(0.4) contrast(1.05); }
.location__map-open {
  position: absolute; inset: 0;
  display: flex; align-items: flex-end; justify-content: flex-end;
  padding: 0.9rem;
  text-decoration: none;
}
.location__map-open span {
  background: rgba(13, 11, 8, 0.92);
  color: var(--brass-hi);
  border: 1px solid var(--brass);
  border-radius: 100px;
  padding: 0.5rem 1rem;
  font-size: 0.8rem; font-weight: 600;
  transition: background 0.2s, color 0.2s;
}
.location__map-open:hover span { background: var(--brass); color: #171106; }
.location__info { background: var(--panel); border: 1px solid var(--line); border-radius: 4px; padding: 2rem; display: flex; flex-direction: column; gap: 1.1rem; }
.location__info h3 { font-family: var(--font-display); font-size: 1.6rem; font-weight: 500; }
.location__addr { color: var(--bone-dim); }
.location__contact { display: flex; flex-direction: column; gap: 0.3rem; }
.location__contact a {
  color: var(--brass-hi); text-decoration: none;
  font-size: 0.92rem; letter-spacing: 0.02em;
  width: fit-content;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}
.location__contact a:hover { border-bottom-color: var(--brass); }
.location__hours h4 { font-size: 0.78rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--brass); margin-bottom: 0.5rem; }
.location__hours table { width: 100%; border-collapse: collapse; font-size: 0.92rem; }
.location__hours td { padding: 0.4rem 0; border-bottom: 1px dashed var(--line); color: var(--bone-dim); }
.location__hours td:last-child { text-align: right; color: var(--bone); }
.location__parking { font-size: 0.88rem; color: var(--bone-dim); }
.location__parking strong { color: var(--brass-hi); }
.location__actions { display: flex; gap: 0.8rem; flex-wrap: wrap; margin-top: auto; }

/* ─────────── Footer ─────────── */
.footer {
  border-top: 1px solid var(--line);
  padding: 3.5rem clamp(1.2rem, 4vw, 3rem) 7rem;
  text-align: center;
  display: flex; flex-direction: column; gap: 0.9rem; align-items: center;
}
.footer__logo {
  width: min(240px, 60vw); height: auto;
  filter: drop-shadow(0 4px 18px rgba(201, 164, 92, 0.18));
  margin-bottom: 0.4rem;
}
.footer__brand { font-family: var(--font-display); font-size: 1.2rem; letter-spacing: 0.1em; display: flex; align-items: center; gap: 0.6rem; }
.footer__note, .footer__policy { max-width: 620px; color: var(--bone-dim); font-size: 0.88rem; }
.footer__policy strong { color: var(--brass-hi); }
.footer__contact { font-size: 0.9rem; margin-top: 0.6rem; }
.footer__contact a { color: var(--brass-hi); text-decoration: none; }
.footer__contact a:hover { text-decoration: underline; }
.footer__copy { color: rgba(179, 169, 146, 0.5); font-size: 0.8rem; margin-top: 1rem; }

/* ─────────── Sticky mobile CTA ─────────── */
.stickybar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 90;
  display: none;
  gap: 0.7rem;
  padding: 0.8rem 1rem calc(0.8rem + env(safe-area-inset-bottom));
  background: rgba(13, 11, 8, 0.94);
  backdrop-filter: blur(14px);
  border-top: 1px solid var(--line);
}
.stickybar__wa {
  display: grid; place-items: center;
  width: 48px; height: 48px; flex-shrink: 0;
  background: var(--wa); color: #06280f;
  border-radius: 2px;
}
.stickybar__book { flex: 1; padding: 0.9rem; }
@media (max-width: 900px) { .stickybar { display: flex; } }

/* ─────────── Booking engine ─────────── */
.booking {
  position: fixed; inset: 0; z-index: 200;
  display: grid; place-items: center;
  padding: 1rem;
  opacity: 0; pointer-events: none;
  transition: opacity 0.25s ease;
}
.booking.is-open { opacity: 1; pointer-events: auto; }
.booking__backdrop { position: absolute; inset: 0; background: rgba(6, 5, 3, 0.8); backdrop-filter: blur(6px); }
.booking__panel {
  position: relative;
  width: min(600px, 100%);
  max-height: calc(100svh - 2rem);
  overflow-y: auto;
  background: var(--coal);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 2.2rem clamp(1.2rem, 4vw, 2.2rem);
  transform: translateY(16px);
  transition: transform 0.3s ease;
}
.booking.is-open .booking__panel { transform: translateY(0); }
.booking__close {
  position: absolute; top: 0.9rem; right: 1rem;
  background: none; border: none;
  color: var(--bone-dim); font-size: 1.8rem; cursor: pointer;
  line-height: 1;
}
.booking__close:hover { color: var(--brass-hi); }
.booking__progress { height: 3px; background: var(--panel); border-radius: 3px; overflow: hidden; margin-bottom: 0.6rem; }
.booking__progress-bar { height: 100%; width: 20%; background: linear-gradient(90deg, var(--brass), var(--brass-hi)); transition: width 0.35s ease; }
.booking__stepcount { font-size: 0.75rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--brass); margin-bottom: 1.4rem; }

.bk-step { display: none; }
.bk-step.is-active { display: block; animation: stepIn 0.35s ease; }
@keyframes stepIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.bk-step__title { font-family: var(--font-display); font-size: 1.5rem; font-weight: 500; margin-bottom: 1.3rem; }
.bk-step__num { color: var(--brass); font-size: 1rem; vertical-align: super; margin-right: 0.3rem; }

.bk-options { display: grid; gap: 0.7rem; }
.bk-opt {
  display: flex; align-items: center; justify-content: space-between; gap: 0.8rem;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 1rem 1.2rem;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  text-align: left;
  color: var(--bone);
  font-family: var(--font-body);
  width: 100%;
}
.bk-opt:hover { border-color: var(--brass); }
.bk-opt.is-selected { border-color: var(--brass); background: rgba(201, 164, 92, 0.1); box-shadow: inset 0 0 0 1px var(--brass); }
.bk-opt__name { font-weight: 600; font-size: 0.98rem; }
.bk-opt__desc { color: var(--bone-dim); font-size: 0.82rem; display: block; }
.bk-opt__price { font-family: var(--font-display); color: var(--brass-hi); font-size: 1.15rem; white-space: nowrap; }

.bk-addons { margin-top: 1.5rem; border-top: 1px dashed var(--line); padding-top: 1.1rem; }
.bk-addons > p { font-size: 0.8rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--bone-dim); margin-bottom: 0.6rem; }
.bk-addon {
  display: flex; align-items: center; gap: 0.6rem;
  padding: 0.45rem 0; cursor: pointer; font-size: 0.92rem;
}
.bk-addon input { accent-color: var(--brass); width: 17px; height: 17px; }
.bk-addon span { margin-left: auto; color: var(--brass-hi); }

.bk-notice {
  background: rgba(201, 164, 92, 0.1);
  border: 1px solid var(--line);
  border-left: 3px solid var(--brass);
  border-radius: 4px;
  padding: 0.75rem 1rem;
  font-size: 0.85rem;
  color: var(--bone-dim);
  line-height: 1.5;
  margin-bottom: 1.1rem;
}
.bk-notice strong { color: var(--brass-hi); }
.bk-dates { display: flex; gap: 0.5rem; overflow-x: auto; padding-bottom: 0.6rem; margin-bottom: 1.1rem; }
.bk-date {
  flex: 0 0 auto;
  display: flex; flex-direction: column; align-items: center; gap: 0.1rem;
  background: var(--panel);
  border: 1px solid var(--line); border-radius: 4px;
  padding: 0.6rem 1rem;
  cursor: pointer; color: var(--bone);
  font-family: var(--font-body);
  transition: border-color 0.2s, background 0.2s;
}
.bk-date:hover { border-color: var(--brass); }
.bk-date.is-selected { border-color: var(--brass); background: rgba(201, 164, 92, 0.12); }
.bk-date__day { font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--bone-dim); }
.bk-date__num { font-family: var(--font-display); font-size: 1.3rem; color: var(--brass-hi); }
.bk-slots { display: grid; grid-template-columns: repeat(auto-fill, minmax(90px, 1fr)); gap: 0.5rem; }
.bk-slot {
  background: var(--panel);
  border: 1px solid var(--line); border-radius: 3px;
  padding: 0.55rem 0.3rem;
  font-family: var(--font-body); font-size: 0.88rem; font-weight: 500;
  color: var(--bone); cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
.bk-slot:hover:not(:disabled) { border-color: var(--brass); }
.bk-slot.is-selected { border-color: var(--brass); background: var(--brass); color: #171106; font-weight: 700; }
.bk-slot:disabled { opacity: 0.25; cursor: not-allowed; text-decoration: line-through; }

.bk-form { display: flex; flex-direction: column; gap: 1rem; }
.bk-form label { display: flex; flex-direction: column; gap: 0.35rem; font-size: 0.85rem; color: var(--bone-dim); }
.bk-form input[type="text"], .bk-form input[type="tel"] {
  background: var(--panel);
  border: 1px solid var(--line); border-radius: 4px;
  padding: 0.85rem 1rem;
  color: var(--bone); font-family: var(--font-body); font-size: 1rem;
  outline: none;
  transition: border-color 0.2s;
}
.bk-form input:focus { border-color: var(--brass); }
.bk-form__label { font-size: 0.85rem; color: var(--bone-dim); margin-bottom: -0.4rem; }
.bk-pay { display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem; }
.bk-pay__opt {
  position: relative;
  display: block;
  border: 1px solid var(--line); border-radius: 4px;
  padding: 0; cursor: pointer;
}
.bk-pay__opt input { position: absolute; opacity: 0; }
.bk-pay__opt span {
  display: flex; align-items: center; justify-content: center; gap: 0.4rem;
  padding: 0.85rem 0.6rem;
  font-size: 0.88rem; font-weight: 500;
  border-radius: 4px;
  transition: background 0.2s;
}
.bk-pay__opt input:checked + span { background: rgba(201, 164, 92, 0.14); box-shadow: inset 0 0 0 1px var(--brass); }
.bk-summary {
  background: var(--panel);
  border: 1px dashed var(--brass);
  border-radius: 4px;
  padding: 1.1rem 1.3rem;
  font-size: 0.92rem;
}
.bk-summary div { display: flex; justify-content: space-between; padding: 0.2rem 0; }
.bk-summary .bk-summary__total { border-top: 1px dashed var(--line); margin-top: 0.5rem; padding-top: 0.6rem; font-weight: 700; color: var(--brass-hi); }
.bk-policy { font-size: 0.8rem; color: var(--bone-dim); }

.bk-done { text-align: center; padding: 1rem 0; }
.bk-done__check {
  width: 72px; height: 72px; margin: 0 auto 1.2rem;
  display: grid; place-items: center;
  border: 2px solid var(--wa); border-radius: 50%;
  color: var(--wa); font-size: 2rem; font-weight: 700;
  animation: pop 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes pop { from { transform: scale(0.4); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.bk-done h3 { font-family: var(--font-display); font-size: 1.7rem; font-weight: 500; margin-bottom: 0.7rem; }
.bk-done p { color: var(--bone-dim); }
.bk-done__note { font-size: 0.85rem; margin-top: 0.8rem; }
.bk-done__actions { display: flex; flex-direction: column; gap: 0.7rem; margin-top: 1.6rem; }

.booking__nav { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1.8rem; }
.booking__nav .btn { flex: 1; }
#bk-back.is-hidden, .booking__nav.is-hidden { display: none; }

/* ─────────── Mobile tap targets (thumb zone) ─────────── */
@media (max-width: 767px) {
  .chip { padding: 0.7rem 1.3rem; font-size: 0.9rem; }
  .btn--sm { padding: 0.75rem 1.2rem; font-size: 0.85rem; }
  .btn { min-height: 44px; }
  .location__contact a, .footer__contact a { padding: 0.35rem 0; display: inline-block; }
  .nav__logo { padding: 0.3rem 0; }
  .bk-slot { padding: 0.8rem 0.3rem; }
  .bk-addon { padding: 0.65rem 0; }
}

/* ─────────── Reveal on scroll ─────────── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.d1 { transition-delay: 0.08s; } .d2 { transition-delay: 0.16s; } .d3 { transition-delay: 0.24s; }
.d4 { transition-delay: 0.34s; } .d5 { transition-delay: 0.44s; } .d6 { transition-delay: 0.55s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .marquee__track { animation: none; }
}
