@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

:root {
  --bg: #070707;
  --bg-soft: #0e0e0f;
  --panel: #141416;
  --panel-2: #1a1a1d;
  --text: #f4f4f4;
  --muted: #b8b8bd;
  --gold: #d4af37;
  --gold-light: #f0cf68;
  --border: rgba(255,255,255,.1);
  --shadow: 0 24px 60px rgba(0,0,0,.38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px clamp(20px, 5vw, 72px);
  background: rgba(7,7,7,.78);
  border-bottom: 1px solid rgba(255,255,255,.06);
  backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-icon { width: 44px; height: 44px; object-fit: contain; }
.brand strong { display:block; letter-spacing:.12em; font-size:.96rem; }
.brand small { color: var(--gold-light); font-size:.72rem; letter-spacing:.08em; }

.main-nav { display:flex; align-items:center; gap: 28px; font-size:.88rem; }
.main-nav a:not(.nav-cta) { color: #dedee2; }
.main-nav a:hover { color: var(--gold-light); }
.nav-cta {
  padding: 10px 16px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: var(--gold-light);
}
.menu-toggle { display:none; background:none; border:0; padding:8px; }
.menu-toggle span:not(.sr-only) {
  display:block; width:26px; height:2px; margin:5px 0;
  background:#fff;
}

.hero {
  min-height: 100vh;
  padding: 135px clamp(22px, 6vw, 96px) 70px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: clamp(30px, 5vw, 80px);
  position: relative;
  overflow: hidden;
}
.hero-copy { max-width: 760px; position:relative; z-index:2; }
.eyebrow {
  margin: 0 0 18px;
  color: var(--gold-light);
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: .76rem;
  font-weight: 700;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 24px;
  font-size: clamp(3rem, 7vw, 6.8rem);
  line-height: .98;
  letter-spacing: -.05em;
}
h1 span { color: var(--gold); }
.hero-text {
  max-width: 660px;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
}
.hero-actions { display:flex; gap:14px; margin:34px 0; flex-wrap:wrap; }
.button {
  display:inline-flex; align-items:center; justify-content:center;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 8px;
  font-weight: 700;
  transition: .25s ease;
}
.button-primary {
  color:#090909;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  box-shadow: 0 12px 30px rgba(212,175,55,.17);
}
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 38px rgba(212,175,55,.28); }
.button-secondary { border:1px solid var(--border); background:rgba(255,255,255,.03); }
.button-secondary:hover { border-color:var(--gold); color:var(--gold-light); }

.trust-strip { display:flex; gap:18px; flex-wrap:wrap; color:#a7a7ad; font-size:.78rem; }
.trust-strip span::before { content:"•"; color:var(--gold); margin-right:8px; }

.hero-visual { position:relative; z-index:2; }
.hero-visual img {
  width:min(620px, 100%);
  margin:auto;
  border-radius:28px;
  box-shadow: var(--shadow);
}
.hero-glow { position:absolute; border-radius:50%; filter:blur(80px); opacity:.18; }
.hero-glow-one { width:430px; height:430px; background:var(--gold); right:-120px; top:130px; }
.hero-glow-two { width:260px; height:260px; background:#7b6131; left:30%; bottom:-80px; }

.section { padding: 100px clamp(22px, 6vw, 96px); }
.section-dark { background: var(--bg-soft); border-block:1px solid rgba(255,255,255,.05); }
.section-heading { max-width:780px; margin-bottom:46px; }
.section-heading h2, .split-panel h2, .contact-copy h2, .cta-section h2 {
  font-size: clamp(2rem, 4.4vw, 4.2rem);
  line-height:1.08;
  letter-spacing:-.04em;
  margin-bottom:18px;
}
.section-heading p, .split-panel p, .contact-copy p { color:var(--muted); }

.service-grid, .feature-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.service-card {
  min-height: 310px;
  padding: 30px;
  border:1px solid var(--border);
  background:linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.015));
  border-radius:18px;
  transition:.25s ease;
}
.service-card:hover { transform:translateY(-7px); border-color:rgba(212,175,55,.55); }
.service-icon { font-size:2rem; margin-bottom:50px; }
.service-card h3 { font-size:1.22rem; }
.service-card p { color:var(--muted); font-size:.94rem; }

.split-section {
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:clamp(30px,6vw,90px);
  align-items:center;
}
.text-link { color:var(--gold-light); font-weight:700; }
.principles { display:grid; gap:1px; background:var(--border); border:1px solid var(--border); }
.principles div { background:var(--panel); padding:26px; }
.principles strong { display:block; color:var(--gold-light); margin-bottom:4px; }
.principles span { color:var(--muted); font-size:.9rem; }

.feature {
  border-top:1px solid var(--border);
  padding-top:24px;
}
.feature span { color:var(--gold); font-size:.78rem; letter-spacing:.18em; }
.feature h3 { margin:14px 0 8px; font-size:1.16rem; }
.feature p { color:var(--muted); font-size:.92rem; }

.cta-section {
  margin: 40px clamp(22px,6vw,96px);
  padding: 48px;
  border:1px solid rgba(212,175,55,.35);
  background:linear-gradient(135deg, rgba(212,175,55,.12), rgba(255,255,255,.02));
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
  border-radius:22px;
}
.cta-section h2 { max-width:850px; margin-bottom:0; }

.contact-grid {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
  margin-top:36px;
}
.contact-card {
  padding:24px;
  border:1px solid var(--border);
  background:var(--panel);
  border-radius:14px;
  transition:.2s ease;
}
a.contact-card:hover { border-color:var(--gold); transform:translateY(-3px); }
.contact-card span { display:block; color:var(--muted); font-size:.8rem; text-transform:uppercase; letter-spacing:.14em; }
.contact-card strong { display:block; margin-top:8px; font-size:1.05rem; }

.site-footer {
  padding: 34px clamp(22px,6vw,96px);
  border-top:1px solid var(--border);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
  background:#050505;
}
.footer-brand { display:flex; align-items:center; gap:14px; }
.footer-brand img { width:46px; }
.footer-brand strong, .footer-brand span { display:block; }
.footer-brand span, .footer-meta { color:#929299; font-size:.78rem; }
.footer-meta { display:flex; flex-direction:column; align-items:flex-end; }

.reveal { opacity:0; transform:translateY(26px); transition:opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity:1; transform:none; }

@media (max-width: 980px) {
  .menu-toggle { display:block; }
  .main-nav {
    position:absolute;
    top:78px; left:18px; right:18px;
    padding:20px;
    flex-direction:column;
    align-items:stretch;
    gap:15px;
    background:#111114;
    border:1px solid var(--border);
    border-radius:14px;
    display:none;
  }
  .main-nav.open { display:flex; }
  .hero, .split-section { grid-template-columns:1fr; }
  .hero { padding-top:120px; }
  .hero-visual { order:-1; }
  .hero-visual img { max-width:520px; }
  .service-grid, .feature-grid { grid-template-columns:repeat(2,1fr); }
  .cta-section { flex-direction:column; align-items:flex-start; }
}

@media (max-width: 640px) {
  .site-header { padding:12px 18px; }
  .brand small { display:none; }
  .hero { padding-inline:20px; }
  h1 { font-size:3.15rem; }
  .hero-visual img { border-radius:18px; }
  .section { padding:76px 20px; }
  .service-grid, .feature-grid, .contact-grid { grid-template-columns:1fr; }
  .service-card { min-height:auto; }
  .service-icon { margin-bottom:28px; }
  .cta-section { margin:24px 20px; padding:30px 24px; }
  .site-footer { flex-direction:column; align-items:flex-start; }
  .footer-meta { align-items:flex-start; }
}
