:root {
  --bg: #071029;
  --bg-soft: #0f1d3f;
  --surface: rgba(11, 25, 56, 0.78);
  --surface-strong: #0b1736;
  --primary: #d7b46a;
  --primary-soft: #f2deb0;
  --text: #f7f4ea;
  --muted: #d5d9e5;
  --line: rgba(215, 180, 106, 0.22);
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(215, 180, 106, 0.08), transparent 30%),
    linear-gradient(160deg, #040917 0%, #071029 40%, #0d1c40 100%);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.bg-orb { position: fixed; border-radius: 999px; filter: blur(10px); opacity: .22; pointer-events: none; z-index: -1; }
.orb-1 { width: 260px; height: 260px; background: rgba(215, 180, 106, 0.25); top: 80px; left: -60px; }
.orb-2 { width: 320px; height: 320px; background: rgba(71, 114, 232, 0.18); bottom: 40px; right: -80px; }
.header { position: sticky; top: 0; z-index: 20; backdrop-filter: blur(16px); background: rgba(5, 12, 29, 0.68); border-bottom: 1px solid rgba(255,255,255,.06); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 14px; font-weight: 700; }
.brand img { width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--line); object-fit: cover; }
.brand span { max-width: 290px; line-height: 1.1; }
.menu { display: flex; gap: 24px; align-items: center; }
.menu a { color: var(--muted); font-weight: 600; }
.menu a:hover { color: var(--primary-soft); }
.menu-toggle { display: none; background: transparent; border: 0; padding: 0; }
.menu-toggle span { display:block; width:26px; height:3px; margin:5px 0; background:#fff; border-radius:3px; }
.hero { padding: 72px 0 40px; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: center; }
.eyebrow, .section-tag { color: var(--primary); text-transform: uppercase; letter-spacing: .18em; font-size: .78rem; font-weight: 700; margin-bottom: 14px; }
.hero h1, h2, h3 { font-family: 'Cormorant Garamond', serif; margin: 0; }
.hero h1 { font-size: clamp(3rem, 5vw, 5.3rem); line-height: .95; }
.hero h1 span { color: var(--primary); display: block; }
.lead { color: var(--muted); font-size: 1.05rem; line-height: 1.8; max-width: 650px; margin: 22px 0 28px; }
.hero-actions { display:flex; gap:14px; flex-wrap:wrap; margin-bottom: 28px; }
.btn { display:inline-flex; align-items:center; justify-content:center; padding: 15px 24px; border-radius: 999px; font-weight: 700; transition: .25s ease; border: 1px solid transparent; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--primary), #f0d59b); color: #0b1430; box-shadow: 0 10px 24px rgba(215,180,106,.26); }
.btn-outline { border-color: var(--line); background: rgba(255,255,255,0.02); }
.btn-full { width:100%; }
.stats { display:grid; grid-template-columns: repeat(3, 1fr); gap:14px; }
.stat-card, .service-card, .social-card, .embed-card, .form-card, .map-card, .highlight-copy, .highlight-image img { background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); }
.stat-card { padding: 18px; border-radius: 20px; }
.stat-card strong { display:block; color: var(--primary-soft); margin-bottom: 6px; }
.stat-card span { color: var(--muted); font-size: .95rem; }
.hero-visual { position: relative; min-height: 560px; }
.hero-frame { position: absolute; overflow: hidden; border-radius: 28px; border: 1px solid var(--line); box-shadow: var(--shadow); }
.hero-frame img { width:100%; height:100%; object-fit: cover; }
.main-frame { inset: 40px 30px 50px 0; }
.small-frame { width: 170px; height: 170px; right: 0; }
.small-frame.top { top: 0; }
.small-frame.bottom { bottom: 0; }
.section { padding: 40px 0 88px; }
.two-col, .highlight-grid, .video-section, .social-grid, .contact-grid { display:grid; grid-template-columns: repeat(2, 1fr); gap: 30px; align-items:center; }
.intro h2, .section-title, .highlight-copy h2, .video-section h2, .social-card h2, .contact-info h2 { font-size: clamp(2.2rem, 3.5vw, 3.4rem); line-height: 1; margin-bottom: 18px; }
.intro p, .highlight-copy p, .video-section p, .social-card p, .contact-info p, .contact-info a, .service-card p, .embed-card p { color: var(--muted); line-height: 1.8; }
.center { text-align:center; }
.services-grid { display:grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 32px; }
.service-card { padding: 28px 22px; border-radius: 24px; }
.service-card h3 { font-size: 2rem; margin-bottom: 12px; color: var(--primary-soft); }
.highlight-band { padding-top: 0; }
.highlight-copy { padding: 34px; border-radius: 26px; }
.highlight-image img { border-radius: 26px; min-height: 100%; object-fit: cover; }
.check-list { list-style: none; padding:0; margin: 24px 0 0; display:grid; gap: 12px; }
.check-list li { padding-left: 28px; position: relative; color: var(--text); }
.check-list li::before { content: '✦'; position: absolute; left: 0; color: var(--primary); }
.gallery-grid { margin-top: 32px; display:grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gallery-item { padding:0; border:1px solid var(--line); background: transparent; 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; }
.gallery-item:hover img { transform: scale(1.04); }
.video-frame, .map-card { border-radius: 26px; overflow:hidden; border: 1px solid var(--line); box-shadow: var(--shadow); }
.video-frame iframe { width:100%; aspect-ratio: 16 / 9; border:0; }
.social-grid { align-items: stretch; }
.social-card, .embed-card, .form-card { padding: 30px; border-radius: 26px; }
.social-links { display:flex; gap: 12px; flex-wrap:wrap; margin-top: 18px; }
.social-links a { padding: 12px 18px; border-radius: 999px; border:1px solid var(--line); }
.embed-card { display:flex; height:100%; flex-direction:column; justify-content:center; gap: 18px; }
.info-list { display:grid; gap: 14px; margin-top: 24px; }
.info-list a, .info-list p { margin:0; }
.form-card label { display:grid; gap:8px; font-size: .95rem; color: var(--primary-soft); margin-bottom: 16px; }
.form-card input, .form-card textarea { width:100%; padding: 14px 16px; border-radius: 16px; border:1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.03); color: #fff; font: inherit; }
.map-card iframe { width:100%; min-height: 390px; border:0; }
.footer { padding: 28px 0 40px; border-top: 1px solid rgba(255,255,255,.06); }
.footer-inner { text-align:center; color: var(--muted); }
.footer a { color: var(--primary-soft); }
.whatsapp-float { position: fixed; right: 18px; bottom: 18px; width: 62px; height: 62px; display:grid; place-items:center; background: linear-gradient(135deg, var(--primary), #f0d59b); color:#0b1430; border-radius:50%; box-shadow: 0 16px 35px rgba(0,0,0,.35); z-index: 22; }
.whatsapp-float svg { width: 34px; fill: currentColor; }
.lightbox { position: fixed; inset:0; background: rgba(0,0,0,.84); display:none; align-items:center; justify-content:center; padding: 20px; z-index: 40; }
.lightbox.open { display:flex; }
.lightbox img { max-width:min(92vw, 900px); max-height:86vh; border-radius: 18px; border: 1px solid var(--line); }
.lightbox-close { position:absolute; top: 18px; right: 18px; width:44px; height:44px; border-radius:50%; border:0; background:#fff; font-size: 1.5rem; cursor:pointer; }
@media (max-width: 960px) {
  .hero-grid, .two-col, .highlight-grid, .video-section, .social-grid, .contact-grid, .services-grid { grid-template-columns: 1fr 1fr; }
  .hero-grid, .two-col, .highlight-grid, .video-section, .social-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 420px; }
  .main-frame { inset: 30px 60px 30px 0; }
  .small-frame { width: 140px; height: 140px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .menu-toggle { display:block; }
  .menu { position: absolute; top: 78px; right: 16px; left: 16px; background: rgba(5,12,29,.96); border:1px solid rgba(255,255,255,.08); border-radius: 18px; display:none; flex-direction: column; padding: 18px; }
  .menu.open { display:flex; }
}
@media (max-width: 640px) {
  .brand span { max-width: 180px; font-size: .94rem; }
  .hero { padding-top: 40px; }
  .hero h1 { font-size: 2.7rem; }
  .stats, .services-grid, .gallery-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 350px; }
  .main-frame { inset: 16px 50px 16px 0; }
  .small-frame { width: 110px; height: 110px; }
  .section { padding: 30px 0 68px; }
}
