
:root{
  --navy:#071625;
  --navy2:#0d2235;
  --gold:#d4af37;
  --gold2:#b98f22;
  --cream:#f6f0e6;
  --white:#ffffff;
  --muted:#6f7782;
  --line:rgba(212,175,55,.28);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:#fff;color:#17202a}
.container{width:min(1120px,92%);margin:0 auto}
.site-header{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.86);backdrop-filter:blur(12px);border-bottom:1px solid #eee}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--navy);font-weight:800;letter-spacing:.02em}
.brand img{width:44px;height:44px;object-fit:cover;border-radius:8px}
.brand-mark{width:44px;height:44px;border-radius:8px;display:grid;place-items:center;background:var(--navy);color:var(--gold);font-family:Playfair Display;font-size:27px}
.nav-links{display:flex;align-items:center;gap:26px}
.nav-links a{text-decoration:none;color:#263241;font-weight:600;font-size:14px}
.nav-cta{padding:11px 16px;border:1px solid var(--gold);border-radius:999px;color:var(--navy)!important}
.hero{background:radial-gradient(circle at top right,rgba(212,175,55,.18),transparent 34%),linear-gradient(135deg,var(--navy),#0b1824 60%,#050b12);color:white;padding:92px 0}
.hero-grid{display:grid;grid-template-columns:1.05fr .75fr;gap:56px;align-items:center}
.eyebrow{color:var(--gold);font-weight:800;text-transform:uppercase;letter-spacing:.18em;font-size:12px;margin:0 0 14px}
h1,h2{font-family:Playfair Display,serif;line-height:1.05;margin:0;color:inherit}
h1{font-size:clamp(44px,6vw,76px);letter-spacing:-.035em}
h2{font-size:clamp(32px,4vw,48px);letter-spacing:-.025em}
h3{margin:18px 0 10px;font-size:20px}
.hero-text{font-size:18px;line-height:1.75;color:#dce5ed;max-width:680px;margin:24px 0 34px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;border-radius:999px;text-decoration:none;font-weight:800;border:1px solid transparent;cursor:pointer}
.primary{background:var(--gold);color:#101820;border-color:var(--gold)}
.secondary{background:transparent;color:white;border-color:rgba(255,255,255,.32)}
.hero-card{border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.04));border-radius:28px;padding:34px;box-shadow:0 24px 90px rgba(0,0,0,.28)}
.card-top{font-weight:800;letter-spacing:.32em;color:var(--gold);font-size:12px;margin-bottom:70px}
.hero-card h2{font-size:34px}
.metric-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:34px}
.metric-row div{border-top:1px solid var(--line);padding-top:16px}
.metric-row strong{display:block;font-size:26px;color:var(--gold)}
.metric-row span{font-size:12px;color:#dce5ed}
.section{padding:88px 0}
.section-heading{max-width:780px;margin-bottom:34px}
.section-heading p:not(.eyebrow), .narrow p{color:var(--muted);line-height:1.7}
.cards{display:grid;gap:18px}
.cards.four{grid-template-columns:repeat(4,1fr)}
.cards.three{grid-template-columns:repeat(3,1fr)}
.cards article{border:1px solid #eee;border-radius:24px;padding:26px;background:#fff;box-shadow:0 12px 40px rgba(8,23,38,.05)}
.cards article p{color:var(--muted);line-height:1.65}
.icon{display:inline-flex;width:42px;height:42px;border-radius:50%;align-items:center;justify-content:center;background:var(--cream);color:var(--gold2);font-weight:900}
.dark{background:var(--navy);color:white}
.split{display:grid;grid-template-columns:.8fr 1fr;gap:52px;align-items:start}
.split p{color:#dce5ed;line-height:1.75}
.list-panel{background:rgba(255,255,255,.06);border:1px solid var(--line);border-radius:26px;overflow:hidden}
.list-panel div{padding:22px 24px;border-bottom:1px solid rgba(255,255,255,.1)}
.list-panel div:last-child{border-bottom:0}
.list-panel strong{display:block;color:var(--gold);margin-bottom:6px}
.list-panel span{color:#dce5ed;line-height:1.6}
.narrow{max-width:720px;margin-left:auto;margin-right:auto;text-align:center}
.statement{background:var(--cream);padding:70px 0;text-align:center}
.statement h2{color:var(--navy);max-width:900px;margin:0 auto}
.contact{display:grid;grid-template-columns:.75fr 1fr;gap:50px;align-items:start}
.contact p{color:var(--muted);line-height:1.75}
.contact-form{display:grid;gap:14px}
input,textarea{width:100%;padding:16px 17px;border:1px solid #dfe3e8;border-radius:16px;font:inherit}
textarea{resize:vertical}
.contact-form .primary{border-radius:16px}
footer{background:#050b12;color:white;padding:34px 0}
.footer-grid{display:flex;justify-content:space-between;gap:20px;align-items:center}
footer p{color:#b9c2cc;margin:6px 0 0}
@media(max-width:900px){
  .nav-links{display:none}
  .hero-grid,.split,.contact{grid-template-columns:1fr}
  .cards.four,.cards.three{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .cards.four,.cards.three{grid-template-columns:1fr}
  .footer-grid{display:block}
}
