:root {
  --black: #000000;
  --near-black: #070707;
  --panel: #111111;
  --panel-soft: #171717;
  --gold: #f7aa1c;
  --gold-soft: #ffd27a;
  --text: #f5f2eb;
  --muted: #b9b2a6;
  --line: rgba(247, 170, 28, .28);
  --shadow: 0 24px 80px rgba(0,0,0,.55);
  --radius: 24px;
  --max: 1160px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--black);
  color: var(--text);
  line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.skip-link {
  position: absolute; left: -999px; top: 12px; background: var(--gold); color: #000; padding: 10px 14px; z-index: 99;
}
.skip-link:focus { left: 12px; }
.container { width: min(100% - 32px, var(--max)); margin: 0 auto; }
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 20;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px clamp(16px, 4vw, 48px);
  background: linear-gradient(to bottom, rgba(0,0,0,.92), rgba(0,0,0,.35));
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 800; letter-spacing: .02em; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.top-nav { display: flex; align-items: center; gap: 24px; font-size: 14px; color: var(--muted); }
.top-nav a { text-decoration: none; }
.top-nav a:hover { color: var(--gold); }
.hero { position: relative; min-height: 94vh; display: grid; align-items: center; overflow: hidden; padding: 120px 0 76px; }
.hero-bg { position: absolute; inset: 0; background: url('assets/hero.jpg') center/cover no-repeat; opacity: .78; transform: scale(1.02); }
.hero-overlay { position: absolute; inset: 0; background: radial-gradient(circle at 70% 42%, rgba(247,170,28,.11), transparent 30%), linear-gradient(90deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.76) 45%, rgba(0,0,0,.35) 100%), linear-gradient(0deg, #000 0%, rgba(0,0,0,.05) 38%); }
.hero-content { position: relative; z-index: 1; max-width: 850px; margin-left: max(16px, calc((100vw - var(--max)) / 2)); }
.eyebrow, .section-label { color: var(--gold); text-transform: uppercase; letter-spacing: .18em; font-weight: 800; font-size: 13px; margin: 0 0 14px; }
h1, h2, h3 { line-height: 1.05; margin: 0 0 20px; }
h1 { font-size: clamp(44px, 8vw, 86px); max-width: 840px; letter-spacing: -.05em; }
h2 { font-size: clamp(32px, 5vw, 56px); letter-spacing: -.04em; }
h3 { font-size: 24px; letter-spacing: -.02em; }
p { color: var(--muted); margin: 0 0 18px; }
.lead { font-size: clamp(18px, 2vw, 24px); max-width: 760px; color: #e9e3d9; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 14px 22px; border-radius: 999px; font-weight: 800; text-decoration: none; border: 1px solid transparent; cursor: pointer; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--gold); color: #070707; box-shadow: 0 14px 32px rgba(247,170,28,.24); }
.btn-secondary { background: rgba(255,255,255,.06); color: var(--text); border-color: rgba(255,255,255,.16); }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.trust-row span { border: 1px solid var(--line); color: var(--gold-soft); border-radius: 999px; padding: 8px 12px; background: rgba(0,0,0,.32); font-size: 14px; }
.section { padding: clamp(72px, 9vw, 120px) 0; }
.grid-2 { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(32px, 6vw, 72px); }
.align-center { align-items: center; }
.intro { background: linear-gradient(180deg, #000 0%, #080808 100%); }
.quote-card { background: linear-gradient(145deg, rgba(247,170,28,.14), rgba(255,255,255,.035)); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(28px, 4vw, 48px); box-shadow: var(--shadow); }
.quote-logo { width: 128px; margin-bottom: 28px; }
blockquote { margin: 0 0 20px; font-size: clamp(24px, 3vw, 34px); font-weight: 900; line-height: 1.15; letter-spacing: -.03em; }
.dark-band { background: radial-gradient(circle at top, rgba(247,170,28,.12), transparent 36%), #050505; border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); }
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { background: var(--panel); border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius); padding: 30px; min-height: 260px; }
.feature-card h3 { color: var(--gold); }
.image-frame { border-radius: var(--radius); overflow: hidden; border: 1px solid rgba(255,255,255,.1); box-shadow: var(--shadow); background: var(--panel); }
.image-frame.tall img { width: 100%; height: 620px; object-fit: cover; object-position: center top; }
.check-list { padding: 0; margin: 28px 0 0; list-style: none; display: grid; gap: 12px; }
.check-list li { color: #eee; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.08); border-radius: 16px; padding: 14px 16px; }
.check-list li::before { content: "•"; color: var(--gold); font-weight: 900; margin-right: 10px; }
.gallery { background: #070707; }
.section-heading { max-width: 780px; margin-bottom: 34px; }
.photo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.photo-grid figure { margin: 0; border-radius: 20px; overflow: hidden; background: var(--panel); border: 1px solid rgba(255,255,255,.08); }
.photo-grid img { width: 100%; height: 260px; object-fit: cover; filter: saturate(.96) contrast(1.02); }
.photo-grid figcaption { padding: 14px 16px; color: var(--gold-soft); font-weight: 750; font-size: 14px; }
.cta-section { background: linear-gradient(135deg, rgba(247,170,28,.16), rgba(0,0,0,0) 42%), #000; }
.cta-box { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: clamp(30px, 5vw, 56px); border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025)); box-shadow: var(--shadow); }
.cta-box p { max-width: 760px; }
.contact-section { background: #070707; }
.contact-list { margin: 28px 0; display: grid; gap: 10px; }
.contact-list strong { color: var(--text); }
.contact-list a { color: var(--gold-soft); text-decoration: none; }
.contact-form { background: var(--panel); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); padding: clamp(24px, 4vw, 42px); box-shadow: var(--shadow); }
.contact-form label { display: grid; gap: 8px; color: var(--text); font-weight: 700; margin-bottom: 16px; }
.contact-form input, .contact-form textarea { width: 100%; border-radius: 14px; border: 1px solid rgba(255,255,255,.12); background: #080808; color: var(--text); padding: 14px 15px; font: inherit; }
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid rgba(247,170,28,.45); border-color: var(--gold); }
.contact-form button { width: 100%; margin-top: 6px; }
.hidden-field { display: none; }
.form-note { font-size: 13px; margin-top: 14px; }
.map-section iframe { width: 100%; height: 440px; border: 0; display: block; filter: grayscale(1) invert(.88) contrast(1.1); }
.site-footer { padding: 34px 0 96px; background: #000; border-top: 1px solid rgba(255,255,255,.08); }
.footer-inner { display: flex; align-items: center; gap: 18px; }
.footer-inner img { width: 62px; height: 62px; }
.footer-inner p { margin: 4px 0 0; }
.floating-whatsapp { position: fixed; right: 18px; bottom: 18px; z-index: 30; background: #25D366; color: #061108; text-decoration: none; font-weight: 900; padding: 14px 18px; border-radius: 999px; box-shadow: 0 18px 45px rgba(0,0,0,.45); }
@media (max-width: 920px) {
  .top-nav { display: none; }
  .grid-2, .cards-3, .photo-grid { grid-template-columns: 1fr; }
  .photo-grid img { height: 300px; }
  .cta-box { align-items: flex-start; flex-direction: column; }
  .image-frame.tall img { height: auto; max-height: 680px; object-fit: contain; background: #111; }
}
@media (max-width: 560px) {
  .brand span { display: none; }
  .hero { min-height: 88vh; padding-top: 104px; }
  h1 { font-size: 42px; }
  .hero-actions .btn, .contact-actions .btn, .cta-box .btn { width: 100%; }
  .photo-grid img { height: 230px; }
  .site-footer { padding-bottom: 110px; }
}
