
:root {
  --gold: #d8a72f;
  --gold-soft: #f0d487;
  --black: #0e0e0f;
  --charcoal: #17171a;
  --white: #ffffff;
  --text: #e9e9ea;
  --muted: #bdbdc2;
  --card: rgba(255,255,255,.06);
  --border: rgba(255,255,255,.12);
  --shadow: 0 20px 50px rgba(0,0,0,.3);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  background: linear-gradient(180deg, #090909, #121214 30%, #0b0b0c 100%);
  color: var(--text);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
.container { width: min(1150px, calc(100% - 32px)); margin: 0 auto; }
.topbar {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(6,6,7,.8);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.topbar-inner {
  display:flex; align-items:center; justify-content:space-between; gap:16px; padding:12px 0;
}
.brand-mini { display:flex; align-items:center; gap:12px; font-weight:700; }
.brand-mini img { width:44px; height:44px; border-radius:50%; object-fit:cover; border:2px solid rgba(216,167,47,.45); }
.top-actions { display:flex; align-items:center; gap:10px; flex-wrap:wrap; }
.quick-link, .lang-toggle {
  border:1px solid rgba(255,255,255,.16); color: var(--white); background: transparent;
  padding:10px 14px; border-radius:999px; font-weight:700; cursor:pointer;
}
.quick-link.gold, .btn-primary, .lang-toggle:hover { background: linear-gradient(135deg, var(--gold), #f5ca55); color:#141414; border-color:transparent; }
.hero {
  position:relative; min-height: calc(100vh - 72px);
  background: url('assets/hero.jpg') center/cover no-repeat;
  display:flex; align-items:center;
}
.hero-overlay {
  position:absolute; inset:0; background: linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.62) 42%, rgba(0,0,0,.38) 100%);
}
.hero-grid {
  position:relative; z-index:1; display:grid; grid-template-columns: 1.15fr .75fr; gap:30px; align-items:center; padding:80px 0;
}
.eyebrow, .section-tag {
  display:inline-flex; padding:8px 14px; border-radius:999px; background:rgba(216,167,47,.18); color:var(--gold-soft); border:1px solid rgba(216,167,47,.25); font-weight:700; letter-spacing:.03em; margin-bottom:16px;
}
.hero h1, .section-head h2, .intro h2, .media-section h2, .contact-section h2 {
  font-family:'Playfair Display', serif; line-height:1.02; margin:0 0 16px;
}
.hero h1 { font-size: clamp(2.5rem, 5vw, 5.1rem); max-width: 11ch; }
.hero p { font-size: 1.08rem; color: #f0f0f0; max-width: 62ch; }
.hero-badges { display:flex; gap:10px; flex-wrap:wrap; margin:22px 0; }
.hero-badges span {
  padding:10px 14px; border-radius:999px; background:rgba(255,255,255,.09); border:1px solid rgba(255,255,255,.12);
}
.hero-buttons { display:flex; gap:12px; flex-wrap:wrap; }
.btn {
  display:inline-flex; align-items:center; justify-content:center; padding:14px 20px; border-radius:14px; font-weight:800; transition:.25s transform ease, .25s opacity ease; border:1px solid transparent;
}
.btn:hover, .gallery-item:hover, .social-link:hover, .card:hover { transform: translateY(-2px); }
.btn-secondary { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); color: var(--white); }
.hero-card {
  background: linear-gradient(180deg, rgba(10,10,11,.78), rgba(18,18,20,.95)); border:1px solid rgba(255,255,255,.1); border-radius:28px; padding:28px; box-shadow: var(--shadow);
}
.hero-logo { width: 120px; border-radius: 50%; border: 3px solid rgba(216,167,47,.3); margin-bottom: 20px; }
.hero-card ul { list-style:none; padding:0; margin:0 0 24px; display:grid; gap:14px; }
.hero-card li::before { content:'•'; color:var(--gold); margin-right:10px; }
.hero-contact a { display:block; font-size:1.5rem; font-weight:800; color:var(--gold-soft); }
.hero-contact p { color:var(--muted); margin-bottom:0; }
.section { padding: 92px 0; }
.two-col, .media-grid, .contact-grid { display:grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items:start; }
.intro h2, .media-section h2, .contact-section h2, .section-head h2 { font-size: clamp(2rem, 4vw, 3.3rem); }
.intro p, .media-section p, .contact-list p { color: var(--muted); line-height: 1.75; }
.highlight-boxes { display:grid; gap:16px; }
.highlight-box, .card, .social-panel, .contact-form {
  background: var(--card); border:1px solid var(--border); border-radius:24px; padding:22px;
}
.highlight-box strong { display:block; font-size:1.08rem; margin-bottom:6px; color: var(--gold-soft); }
.highlight-box span { color: var(--muted); }
.center { text-align:center; }
.section-head p { color: var(--muted); max-width: 680px; margin: 0 auto; }
.service-grid { display:grid; grid-template-columns: repeat(4, 1fr); gap:18px; }
.card h3 { color: var(--gold-soft); margin-top: 0; }
.card p { color: var(--muted); line-height:1.7; }
.video-frame {
  position:relative; width:100%; padding-top: 56.25%; border-radius: 24px; overflow:hidden; box-shadow: var(--shadow); border:1px solid var(--border);
}
.video-frame iframe, .map-wrap iframe { position:absolute; inset:0; width:100%; height:100%; border:0; }
.social-links { display:grid; gap:12px; margin-top:22px; }
.social-link {
  display:flex; align-items:center; justify-content:center; min-height:56px; border-radius:16px; background:linear-gradient(135deg, rgba(216,167,47,.18), rgba(255,255,255,.06)); border:1px solid rgba(216,167,47,.2); font-weight:800;
}
.gallery-grid {
  display:grid; grid-template-columns: repeat(4, 1fr); gap:16px; margin-top:30px;
}
.gallery-item {
  padding:0; border:1px solid var(--border); background:transparent; border-radius:20px; overflow:hidden; cursor:pointer; transition:.25s ease; box-shadow: var(--shadow);
}
.gallery-item img { width:100%; aspect-ratio:1/1; object-fit:cover; }
.contact-list { display:grid; gap:10px; margin-bottom:24px; }
.contact-list a { font-weight:700; color: var(--gold-soft); }
.map-wrap { position:relative; width:100%; min-height: 320px; border-radius:24px; overflow:hidden; border:1px solid var(--border); }
.contact-form { display:grid; gap:16px; }
.contact-form label { display:grid; gap:8px; }
.contact-form span { font-weight:700; }
.contact-form input, .contact-form textarea {
  background: rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.12); color:var(--white); border-radius:14px; padding:14px 16px;
}
.site-footer {
  padding: 26px 0 50px; border-top:1px solid rgba(255,255,255,.08); background: #090909;
}
.footer-inner { text-align:center; color: #d7d7d7; }
.footer-inner a { color: var(--gold-soft); }
.floating-whatsapp {
  position: fixed; right: 18px; bottom: 18px; width: 62px; height: 62px; border-radius: 50%; background: linear-gradient(135deg, #25D366, #1db954); display:grid; place-items:center; box-shadow: 0 16px 35px rgba(0,0,0,.35); z-index: 60;
}
.floating-whatsapp svg { width: 34px; fill: white; }
.lightbox {
  position: fixed; inset:0; background: rgba(0,0,0,.88); display:none; align-items:center; justify-content:center; padding:20px; z-index:100;
}
.lightbox.active { display:flex; }
.lightbox img { max-width:min(92vw, 900px); max-height:85vh; border-radius:18px; }
.lightbox-close {
  position:absolute; top:16px; right:16px; width:46px; height:46px; border-radius:50%; border:0; background:rgba(255,255,255,.12); color:white; font-size:30px; cursor:pointer;
}
@media (max-width: 980px) {
  .hero-grid, .two-col, .media-grid, .contact-grid, .service-grid, .gallery-grid { grid-template-columns: 1fr 1fr; }
  .hero { min-height: auto; }
}
@media (max-width: 720px) {
  .topbar-inner, .top-actions { gap:8px; }
  .brand-mini span { display:none; }
  .hero-grid, .two-col, .media-grid, .contact-grid, .service-grid, .gallery-grid { grid-template-columns: 1fr; }
  .hero-grid { padding:56px 0; }
  .hero h1 { max-width: none; }
  .section { padding: 72px 0; }
}
