:root {
  --bg: #0e0e10;
  --bg-alt: #16161a;
  --card: #1c1c21;
  --line: #2a2a31;
  --text: #f4f4f5;
  --muted: #a1a1aa;
  --gold: #d4a24e;
  --gold-soft: #e8c583;
  --radius: 14px;
  --maxw: 1140px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }

h1, h2, h3, h4 { line-height: 1.15; font-weight: 700; }

a { color: inherit; text-decoration: none; }

/* BUTTONS */
.btn {
  display: inline-block;
  background: var(--gold);
  color: #14110a;
  font-weight: 600;
  padding: 13px 26px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-size: 15px;
  transition: transform .15s ease, background .2s ease;
}
.btn:hover { background: var(--gold-soft); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--text); border: 1px solid var(--line); }
.btn-ghost:hover { background: rgba(255,255,255,.05); }
.btn-sm { padding: 9px 18px; font-size: 14px; }
.btn-block { width: 100%; padding: 15px; font-size: 16px; }

/* HEADER */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(14,14,16,.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand-mark { color: var(--gold); font-size: 22px; }
.brand-text {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 26px; letter-spacing: 1px; line-height: .9;
  display: flex; flex-direction: column;
}
.brand-text small { font-size: 11px; letter-spacing: 3px; color: var(--muted); font-family: 'Inter', sans-serif; }
.brand-text.small { font-size: 22px; }
.nav { display: flex; align-items: center; gap: 26px; }
.nav a { color: var(--muted); font-size: 15px; font-weight: 500; transition: color .2s; }
.nav a:hover { color: var(--text); }
.nav a.btn { color: #14110a; }
.nav-toggle { display: none; background: none; border: none; color: var(--text); font-size: 24px; cursor: pointer; }

/* HERO */
.hero {
  position: relative;
  min-height: 88vh;
  display: flex; align-items: center;
  background:
    radial-gradient(900px 500px at 80% -10%, rgba(212,162,78,.18), transparent 60%),
    linear-gradient(180deg, #121214, #0e0e10);
  overflow: hidden;
}
.hero-overlay {
  position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(45deg, rgba(255,255,255,.015) 0 2px, transparent 2px 26px);
  pointer-events: none;
}
.hero-content { position: relative; padding: 80px 22px; max-width: 760px; }
.hero-logo { width: 160px; margin-bottom: 26px; }
.hero-logo svg { width: 100%; height: auto; display: block; filter: drop-shadow(0 6px 18px rgba(0,0,0,.4)); }
.eyebrow {
  color: var(--gold); text-transform: uppercase;
  letter-spacing: 3px; font-size: 13px; font-weight: 600; margin-bottom: 16px;
}
.hero h1 {
  font-size: clamp(40px, 7vw, 76px);
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 1px; line-height: 1; margin-bottom: 20px;
}
.hero h1 span { color: var(--gold); }
.hero-sub { color: var(--muted); font-size: 18px; max-width: 560px; margin-bottom: 32px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 48px; }
.hero-stats { display: flex; gap: 40px; flex-wrap: wrap; }
.hero-stats div { display: flex; flex-direction: column; }
.hero-stats strong { font-size: 28px; color: var(--gold); font-family: 'Bebas Neue', sans-serif; }
.hero-stats span { color: var(--muted); font-size: 13px; }

/* SECTIONS */
.section { padding: 90px 0; }
.section-alt { background: var(--bg-alt); }
.section-head { text-align: center; margin-bottom: 50px; }
.section-head h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(34px, 5vw, 52px); letter-spacing: 1px;
}
.section-head .eyebrow { display: block; }

.grid { display: grid; gap: 22px; }
.services { grid-template-columns: repeat(3, 1fr); }
.team { grid-template-columns: repeat(3, 1fr); }

.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  transition: border-color .2s, transform .2s;
}
.card:hover { border-color: var(--gold); transform: translateY(-4px); }

/* SERVICE */
.service-icon { font-size: 30px; margin-bottom: 14px; }
.service h3 { font-size: 20px; margin-bottom: 8px; }
.service p { color: var(--muted); font-size: 15px; margin-bottom: 20px; }
.service-foot {
  display: flex; justify-content: space-between; align-items: center;
  border-top: 1px solid var(--line); padding-top: 14px;
}
.service-foot span { color: var(--muted); font-size: 14px; }
.service-foot strong { color: var(--gold); font-size: 18px; }

/* TEAM */
.member { text-align: center; }
.avatar {
  width: 78px; height: 78px; margin: 0 auto 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), #8a6320);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Bebas Neue', sans-serif; font-size: 28px; color: #14110a;
}
.member h3 { font-size: 19px; }
.member .role { color: var(--gold); font-size: 14px; margin-bottom: 8px; }
.member p { color: var(--muted); font-size: 14px; }

/* GALLERY */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gallery-item {
  aspect-ratio: 4/3;
  border-radius: var(--radius);
  display: flex; align-items: flex-end; padding: 16px;
  font-family: 'Bebas Neue', sans-serif; font-size: 22px; letter-spacing: 1px;
  color: #fff;
  border: 1px solid var(--line);
  position: relative; overflow: hidden;
}
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(0,0,0,.55)); }
.gallery-item span, .gallery-item { z-index: 1; }
.g1 { background: linear-gradient(135deg, #3a3a44, #1c1c21); }
.g2 { background: linear-gradient(135deg, #4a3a22, #1c1c21); }
.g3 { background: linear-gradient(135deg, #2a3a3a, #1c1c21); }
.g4 { background: linear-gradient(135deg, #3a2a3a, #1c1c21); }
.g5 { background: linear-gradient(135deg, #22323a, #1c1c21); }
.g6 { background: linear-gradient(135deg, #3a2a22, #1c1c21); }

/* REVIEWS */
.reviews-summary {
  display: inline-flex; align-items: center; gap: 12px;
  margin-top: 16px; flex-wrap: wrap; justify-content: center;
}
.rev-score { font-family: 'Bebas Neue', sans-serif; font-size: 38px; color: var(--gold); line-height: 1; }
.rev-stars { color: var(--gold); font-size: 20px; letter-spacing: 2px; }
.rev-count { color: var(--muted); font-size: 14px; border-bottom: 1px dashed var(--line); }
.rev-count:hover { color: var(--text); }
.reviews { grid-template-columns: repeat(3, 1fr); }
.review { display: flex; flex-direction: column; gap: 14px; }
.review .stars { color: var(--gold); letter-spacing: 2px; font-size: 16px; }
.review p { color: var(--text); font-size: 15px; flex: 1; }
.review-author { display: flex; align-items: center; gap: 12px; border-top: 1px solid var(--line); padding-top: 14px; }
.r-avatar {
  width: 42px; height: 42px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--gold), #8a6320);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Bebas Neue', sans-serif; font-size: 16px; color: #14110a;
}
.review-author strong { display: block; font-size: 15px; }
.review-author small { color: var(--muted); font-size: 12px; }
.reviews-cta { text-align: center; margin-top: 36px; }

/* MAP LINK */
.map-box { position: relative; }
.map-link {
  display: block; text-align: center; padding: 12px;
  background: var(--card); color: var(--gold);
  font-size: 14px; font-weight: 600; border-top: 1px solid var(--line);
}
.map-link:hover { background: var(--bg); }

/* WHATSAPP FLOAT */
.wa-float {
  position: fixed; right: 20px; bottom: 22px; z-index: 90;
  display: inline-flex; align-items: center; gap: 9px;
  background: #25d366; color: #073d27;
  padding: 13px 20px 13px 16px; border-radius: 999px;
  font-weight: 700; font-size: 15px;
  box-shadow: 0 10px 30px rgba(37,211,102,.4);
  transition: transform .15s ease, box-shadow .2s ease;
}
.wa-float:hover { transform: translateY(-3px); box-shadow: 0 14px 36px rgba(37,211,102,.55); }
.wa-float svg { color: #073d27; }

/* BOOKING */
.booking-wrap { display: grid; grid-template-columns: 1fr 1.1fr; gap: 46px; align-items: start; }
.booking-info h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(34px,5vw,52px); margin-bottom: 14px; }
.booking-info > p { color: var(--muted); margin-bottom: 22px; }
.booking-points { list-style: none; margin-bottom: 28px; }
.booking-points li { color: var(--muted); margin-bottom: 8px; }
.hours { border-top: 1px solid var(--line); padding-top: 20px; }
.hours h4 { color: var(--gold); margin-bottom: 8px; font-size: 16px; }
.hours p { color: var(--muted); font-size: 15px; }

.booking-form { display: flex; flex-direction: column; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field label { font-size: 14px; color: var(--muted); font-weight: 500; }
.field input, .field select, .field textarea {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 13px 14px;
  color: var(--text);
  font-family: inherit;
  font-size: 15px;
  transition: border-color .2s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--gold);
}
.field textarea { resize: vertical; }
.form-msg { font-size: 14px; min-height: 20px; }
.form-msg.ok { color: #6ee7a8; }
.form-msg.err { color: #f87171; }
.wa-confirm { background: #25d366; color: #073d27; margin-top: 4px; }
.wa-confirm:hover { background: #2ee578; }

/* CONTACT */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: stretch; }
.contact-grid h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(34px,5vw,52px); margin-bottom: 20px; }
.contact-list { list-style: none; }
.contact-list li { color: var(--muted); margin-bottom: 14px; }
.contact-list strong { color: var(--text); display: inline-block; min-width: 92px; }
.contact-list a { color: var(--gold); }
.map-box { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); min-height: 320px; }
.map-box iframe { width: 100%; height: 100%; min-height: 320px; border: 0; filter: grayscale(.3) invert(.92) hue-rotate(180deg); }

/* FOOTER */
.site-footer { border-top: 1px solid var(--line); padding: 30px 0; background: var(--bg-alt); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; }
.footer-inner p { color: var(--muted); font-size: 14px; }

/* TOAST */
.toast {
  position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(120px);
  background: var(--gold); color: #14110a; font-weight: 600;
  padding: 14px 24px; border-radius: 999px; z-index: 100;
  transition: transform .35s cubic-bezier(.2,.8,.2,1); box-shadow: 0 10px 30px rgba(0,0,0,.4);
}
.toast.show { transform: translateX(-50%) translateY(0); }

/* RESPONSIVE */
@media (max-width: 900px) {
  .services, .team, .gallery, .reviews { grid-template-columns: repeat(2, 1fr); }
  .booking-wrap, .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .nav { display: none; position: absolute; top: 68px; left: 0; right: 0;
    flex-direction: column; background: var(--bg-alt); padding: 18px 22px; gap: 16px;
    border-bottom: 1px solid var(--line); }
  .nav.open { display: flex; }
  .nav-toggle { display: block; }
  .services, .team, .gallery, .reviews { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .hero-stats { gap: 26px; }
  .section { padding: 64px 0; }
  .wa-float span { display: none; }
  .wa-float { padding: 14px; border-radius: 50%; }
}
