:root {
  --bg: #0f211d;
  --bg-soft: #17322b;
  --panel: rgba(255,255,255,0.08);
  --panel-border: rgba(217, 192, 139, 0.18);
  --text: #f7f1e5;
  --muted: #d9d2c4;
  --gold: #d7bc89;
  --gold-strong: #e8c98d;
  --shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  background: linear-gradient(180deg, #10201c 0%, #17332b 40%, #0f211d 100%);
  color: var(--text);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.page-bg {
  position: fixed; inset: 0;
  background: radial-gradient(circle at top, rgba(215,188,137,0.12), transparent 30%), radial-gradient(circle at bottom right, rgba(255,255,255,0.04), transparent 20%);
  pointer-events: none;
}
.topbar {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 20px; backdrop-filter: blur(16px);
  background: rgba(8, 18, 16, 0.76); border-bottom: 1px solid rgba(255,255,255,0.08);
}
.brand { display: flex; gap: 12px; align-items: center; }
.brand-logo { width: 52px; height: 52px; object-fit: cover; border-radius: 50%; border: 2px solid rgba(215,188,137,0.4); }
.brand strong { display: block; font-family: 'Cormorant Garamond', serif; font-size: 1.7rem; color: var(--gold-strong); line-height: 1; }
.brand span { font-size: 0.92rem; color: var(--muted); }
.nav { display: flex; gap: 22px; align-items: center; }
.nav a { color: #f2e7d3; font-size: 0.96rem; }
.nav a:hover { color: var(--gold-strong); }
.top-actions { display: flex; align-items: center; gap: 10px; }
.lang-toggle, .menu-toggle {
  background: transparent; border: 1px solid rgba(215,188,137,0.35); color: var(--text); border-radius: 999px;
  min-width: 46px; height: 42px; cursor: pointer;
}
.menu-toggle { display: none; font-size: 1.2rem; }
.hero {
  position: relative; min-height: 92vh; display: flex; align-items: center; overflow: hidden;
}
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7, 14, 13, 0.82) 0%, rgba(13, 34, 30, 0.58) 45%, rgba(17, 34, 28, 0.25) 100%); }
.hero-content { position: relative; z-index: 2; padding: 80px 0; }
.eyebrow, .section-label {
  text-transform: uppercase; letter-spacing: 0.22em; color: var(--gold-strong); font-size: 0.78rem; margin-bottom: 16px;
}
.hero h1, h2, h3 {
  font-family: 'Cormorant Garamond', serif;
}
.hero h1 { font-size: clamp(3.2rem, 8vw, 5.8rem); max-width: 720px; line-height: 0.96; margin: 0 0 18px; }
.hero-text { max-width: 650px; color: #f5ede1; font-size: 1.05rem; line-height: 1.8; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0; }
.hero-tags span {
  padding: 10px 16px; border-radius: 999px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12);
}
.hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; padding: 14px 26px; border-radius: 999px; font-weight: 600;
  transition: transform .2s ease, opacity .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--gold); color: #17322b; }
.btn-secondary { background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.18); }
.section-grid, .showcase, .contact-grid {
  display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 28px; align-items: stretch;
}
.intro, .services, .gallery-section, .showcase, .video-section, .social-section, .contact-section { padding: 92px 0 0; }
.glass, .service-card, .social-card, .mini-card, .video-wrap, .showcase-image, .contact-form, .contact-info {
  background: var(--panel); border: 1px solid var(--panel-border); box-shadow: var(--shadow); border-radius: var(--radius); backdrop-filter: blur(14px);
}
.intro-card, .contact-info, .contact-form, .showcase-copy { padding: 32px; }
.intro-card h2, .section-head h2, .showcase-copy h2, .contact-info h3 { font-size: clamp(2.1rem, 4.5vw, 3.2rem); line-height: 1; margin: 0 0 14px; }
.intro-card p, .showcase-copy p, .contact-info p, .section-head p { color: var(--muted); line-height: 1.8; }
.contact-highlight { display: grid; gap: 18px; }
.mini-card { padding: 22px; }
.mini-card span { display: block; color: var(--gold); font-size: 0.86rem; margin-bottom: 8px; }
.mini-card strong { font-size: 1rem; }
.centered { text-align: center; margin-bottom: 28px; }
.service-grid, .social-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px;
}
.service-card { padding: 28px; }
.service-card h3 { font-size: 2rem; margin: 0 0 8px; color: var(--gold-strong); }
.service-card p { color: var(--muted); line-height: 1.8; }
.gallery-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px;
}
.gallery-item {
  border: 0; background: transparent; padding: 0; border-radius: 20px; overflow: hidden; cursor: pointer; box-shadow: var(--shadow);
}
.gallery-item img {
  width: 100%; aspect-ratio: 1/1; object-fit: cover; transition: transform .35s ease, filter .35s ease;
}
.gallery-item:hover img { transform: scale(1.06); filter: brightness(1.05); }
.showcase-image { overflow: hidden; }
.showcase-image img { width: 100%; height: 100%; object-fit: cover; min-height: 420px; }
.video-wrap { overflow: hidden; padding: 0; }
.video-wrap iframe { width: 100%; aspect-ratio: 16/9; border: 0; display: block; border-radius: var(--radius); }
.social-card {
  padding: 24px; display: flex; align-items: center; gap: 16px;
}
.social-icon {
  width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(215,188,137,0.14); color: var(--gold-strong); font-size: 1.5rem; font-weight: 700;
}
.social-card p { color: var(--muted); margin: 5px 0 0; }
.contact-grid { margin-bottom: 92px; }
.contact-info ul { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 12px; color: var(--muted); }
.contact-form { display: grid; gap: 16px; }
.contact-form label { display: grid; gap: 8px; color: var(--muted); }
.contact-form input, .contact-form textarea {
  width: 100%; border-radius: 16px; border: 1px solid rgba(255,255,255,0.12); background: rgba(0,0,0,0.16); color: var(--text); padding: 14px 16px;
}
.site-footer {
  padding: 26px 20px 44px; text-align: center; color: var(--muted); border-top: 1px solid rgba(255,255,255,0.08);
}
.site-footer a { color: var(--gold-strong); }
.floating-wa {
  position: fixed; right: 20px; bottom: 20px; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center;
  background: #25D366; color: white; font-size: 1.55rem; box-shadow: var(--shadow); z-index: 60;
}
.lightbox {
  position: fixed; inset: 0; background: rgba(0,0,0,0.88); display: none; place-items: center; z-index: 100; padding: 24px;
}
.lightbox.open { display: grid; }
.lightbox img { max-width: min(96vw, 1100px); max-height: 86vh; border-radius: 18px; box-shadow: var(--shadow); }
.lightbox-close {
  position: absolute; top: 22px; right: 22px; width: 48px; height: 48px; border: 0; border-radius: 50%; cursor: pointer; font-size: 2rem;
  background: rgba(255,255,255,0.12); color: white;
}

@media (max-width: 960px) {
  .nav {
    position: fixed; top: 79px; left: 16px; right: 16px; padding: 18px; border-radius: 22px;
    background: rgba(9, 20, 17, 0.95); border: 1px solid rgba(215,188,137,0.18); display: none; flex-direction: column; align-items: flex-start;
  }
  .nav.open { display: flex; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .section-grid, .showcase, .contact-grid, .service-grid, .social-grid, .gallery-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .topbar { padding: 12px 14px; }
  .brand strong { font-size: 1.35rem; }
  .brand span { font-size: 0.8rem; }
  .hero { min-height: 88vh; }
  .hero-content { padding: 56px 0; }
  .hero h1 { font-size: 3rem; }
  .hero-text { font-size: 0.98rem; }
  .section-grid, .showcase, .contact-grid, .service-grid, .social-grid, .gallery-grid { grid-template-columns: 1fr; }
  .intro, .services, .gallery-section, .showcase, .video-section, .social-section, .contact-section { padding-top: 72px; }
  .intro-card, .contact-info, .contact-form, .showcase-copy, .service-card { padding: 24px; }
}
