:root{
  --navy:#101a2a;
  --navy-2:#0b1422;
  --gold:#d2a84f;
  --gold-soft:#f5ead4;
  --paper:#fbfaf7;
  --paper-2:#f4f0e8;
  --white:#ffffff;
  --ink:#172131;
  --muted:#667080;
  --line:rgba(16,26,42,.13);
  --shadow:0 24px 64px rgba(16,26,42,.11);
  --font:"Alexandria",sans-serif;
  --header-h:84px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-snap-type:y proximity}
body{margin:0;font-family:var(--font);background:var(--paper);color:var(--ink);overflow-x:hidden}
img{display:block;width:100%}
a{text-decoration:none;color:inherit}
button{font:inherit}

.header{
  position:fixed;inset:0 0 auto 0;z-index:60;height:var(--header-h);
  display:flex;align-items:center;gap:34px;padding:0 4vw;
  color:#fff;background:rgba(11,20,34,.94);backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,.08)
}
.brand{display:flex;align-items:center;gap:14px;margin-left:auto;min-width:260px}
.brand img{width:74px;height:52px;object-fit:contain;background:#fff;border-radius:12px;padding:5px}
.brand b{display:block;font-size:13px;line-height:1.5}
.brand small{display:block;font-size:9px;color:#dcc28c;margin-top:2px}
.header nav{display:flex;gap:22px;align-items:center;font-size:10px;font-weight:500}
.header nav a{opacity:.76;transition:.25s}
.header nav a:hover{opacity:1;color:var(--gold)}
.contact-mini{margin-right:auto;padding:12px 17px;border:1px solid rgba(255,255,255,.25);border-radius:999px;font-size:11px;font-weight:600}

.rail{position:fixed;left:26px;top:50%;transform:translateY(-50%);z-index:45;display:grid;gap:9px}
.rail a{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:rgba(16,26,42,.72);color:#fff;font-size:9px;border:1px solid rgba(255,255,255,.15);transition:.25s}
.rail a:hover,.rail a.active{background:var(--gold);color:var(--navy);transform:scale(1.05)}

.panel{
  min-height:100svh;padding:calc(var(--header-h) + 54px) 7vw 68px;
  scroll-snap-align:start;position:relative;overflow:hidden
}
.kicker{display:inline-flex;align-items:center;gap:12px;color:var(--gold);font-size:10px;font-weight:700;margin-bottom:18px}
.kicker:before{content:"";width:34px;height:2px;background:currentColor}
.index{display:block;font-size:10px;color:var(--gold);margin-bottom:14px}
.hero h1,.content h2,.governance-head h2,.entity-intro h2,.tax-copy h2,.contact-card h2{
  font-size:clamp(34px,4.25vw,62px);line-height:1.34;letter-spacing:-.035em;margin:0 0 22px
}
.hero p,.content p,.governance-head p,.entity-intro p,.tax-copy p,.contact-card p{
  font-size:13px;line-height:2;color:var(--muted);margin-bottom:16px
}
.dark{background:var(--navy);color:#fff}.dark p{color:#c9d0d9}

.hero{display:grid;grid-template-columns:.9fr 1.1fr;gap:6vw;align-items:center;background:linear-gradient(120deg,#fff 0 56%,#eef0ed 56%)}
.hero-art{height:min(68vh,680px);border-radius:30px 110px 30px 30px;overflow:hidden;box-shadow:var(--shadow)}
.hero-art img{height:100%;object-fit:cover}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.btn{padding:14px 21px;border-radius:13px;font-size:10px;font-weight:700}.primary{background:var(--gold);color:var(--navy)}.ghost{border:1px solid var(--line)}
.hero-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:34px}
.hero-metrics div{padding:17px 12px;border-top:1px solid var(--line)}
.hero-metrics strong{display:block;font-size:22px;color:var(--gold)}
.hero-metrics span{font-size:8px;color:var(--muted)}

.split{display:grid;grid-template-columns:.84fr 1.16fr;gap:6vw;align-items:center}
.media-card{height:min(68vh,680px);border-radius:32px;overflow:hidden;box-shadow:0 20px 52px rgba(0,0,0,.18)}
.media-card img{height:100%;object-fit:cover}
.quote{margin-top:24px;padding:20px 22px;border-right:3px solid var(--gold);background:rgba(255,255,255,.05);line-height:1.9;font-size:12px}

.values{display:grid;grid-template-columns:1.3fr .7fr;padding-left:0;background:#faf8f3}
.content.wide{padding-left:5vw}
.value-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.value-grid article,.gov-cards article{padding:24px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(16,26,42,.04)}
.value-grid h3,.gov-cards h3{margin:16px 0 8px;font-size:16px}
.value-grid p,.gov-cards p{font-size:10px;line-height:1.9;margin:0}
.side-image{height:100%;min-height:68vh;border-radius:40px 0 0 40px;overflow:hidden}
.side-image img{height:100%;object-fit:cover}
.icon{width:50px;height:50px;border-radius:15px;background:var(--gold-soft);color:var(--gold);display:grid;place-items:center}
.icon svg{width:25px;height:25px}

.governance{background:#fff}
.governance-head{max-width:840px;margin-bottom:38px}
.governance-body{display:grid;grid-template-columns:1.05fr .95fr;gap:24px}
.visual{height:min(48vh,500px);border-radius:26px;overflow:hidden}
.visual img{height:100%;object-fit:cover}
.gov-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}

.solutions{display:grid;grid-template-columns:1.08fr .92fr;gap:5vw;align-items:center}
.process{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:30px}
.process article{padding:22px;border:1px solid rgba(255,255,255,.12);border-radius:20px;min-height:170px}
.process span{font-size:9px;color:var(--gold)}
.process h3{font-size:12px;line-height:1.8;margin-bottom:0}
.media-stack img{height:min(52vh,540px);object-fit:cover;border-radius:24px}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:12px}
.steps b{padding:12px;text-align:center;border-radius:11px;background:rgba(255,255,255,.07);font-size:9px}

.entities{background:#fff;display:flex;flex-direction:column;justify-content:center}
.entity-intro{max-width:940px;margin-right:auto;margin-left:auto;text-align:right}
.entity-intro h2{font-size:clamp(36px,4.8vw,66px);max-width:980px}
.entity-intro p{max-width:900px}
.entity-map{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:38px auto 0;width:min(100%,1280px)}
.map-card{
  padding:28px 26px;border-radius:26px;background:linear-gradient(145deg,#fbf8f1,#f4ede1);
  border:1px solid #ead9bb;min-height:205px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;
  box-shadow:0 14px 34px rgba(16,26,42,.05);transition:.3s
}
.map-card:hover{transform:translateY(-6px);box-shadow:0 22px 44px rgba(16,26,42,.09)}
.map-card .icon{width:58px;height:58px;border-radius:18px;margin-bottom:8px}
.map-card h3{margin:12px 0 7px;font-size:18px}
.map-card p{font-size:10px;line-height:1.8;margin:0;color:var(--muted);max-width:250px}
.scroll-hint{margin-top:34px;display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--muted)}
.scroll-hint span{width:24px;height:38px;border:1.5px solid #7d8794;border-radius:14px;position:relative}
.scroll-hint span:after{content:"";position:absolute;top:7px;left:50%;width:3px;height:8px;border-radius:3px;background:var(--gold);transform:translateX(-50%);animation:scrollDot 1.6s infinite}
.scroll-hint small{font-size:8px}
@keyframes scrollDot{0%{opacity:0;transform:translate(-50%,0)}40%{opacity:1}100%{opacity:0;transform:translate(-50%,13px)}}

.tax{display:grid;grid-template-columns:1.04fr .96fr;gap:6vw;align-items:center}
.tax-copy ul{padding:0;list-style:none;display:grid;gap:10px}
.tax-copy li{padding:14px 18px;background:rgba(255,255,255,.06);border-radius:13px;font-size:10px}
.tax-visual{position:relative}
.tax-visual img{height:min(60vh,620px);object-fit:cover;border-radius:26px}
.floating-numbers{position:absolute;left:-18px;bottom:28px;display:flex;gap:9px}
.floating-numbers span{width:62px;height:62px;border-radius:50%;background:var(--gold);color:var(--navy);display:grid;place-items:center;font-size:12px;font-weight:700}

.contact{display:grid;place-items:center;background:radial-gradient(circle at 15% 20%,#ead5ae,transparent 25%),#f8f5ef}
.contact-card{max-width:720px;text-align:center;padding:44px;background:#fff;border-radius:32px;box-shadow:var(--shadow)}
.contact-card img{width:210px;height:92px;object-fit:contain;margin:0 auto 22px}
.phone{display:block;font-size:30px;color:var(--gold);font-weight:700;margin:20px 0}
.contact-card .actions{justify-content:center}.dark-text{color:var(--ink)}

@media(max-width:1100px){
  :root{--header-h:76px}.header{padding:0 24px}.header nav{gap:14px;font-size:9px}.brand{min-width:auto}.brand img{width:64px;height:46px}
  .panel{padding:calc(var(--header-h) + 44px) 5vw 56px}.rail{display:none}
  .hero h1,.content h2,.governance-head h2,.entity-intro h2,.tax-copy h2,.contact-card h2{font-size:clamp(32px,5.5vw,52px)}
  .entity-intro h2{font-size:clamp(34px,5.8vw,56px)}
}
@media(max-width:900px){
  html{scroll-snap-type:none}.header nav{display:none}.contact-mini{font-size:9px}
  .panel{min-height:auto;padding:calc(var(--header-h) + 34px) 24px 60px;overflow:visible}
  .hero,.split,.values,.solutions,.tax{grid-template-columns:1fr}
  .hero{background:#fff}.hero-art,.media-card,.side-image,.tax-visual img{height:50vh;min-height:390px}
  .values{padding-left:24px}.content.wide{padding-left:0}.side-image{border-radius:28px}
  .governance-body{grid-template-columns:1fr}.visual{height:42vh}
  .process{grid-template-columns:1fr}.entity-map{grid-template-columns:1fr}.map-card{min-height:180px}
  .hero-metrics{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:620px){
  :root{--header-h:68px}.header{padding:0 14px}.brand span{display:none}.brand img{width:58px;height:42px}.contact-mini{padding:10px 12px}
  .panel{padding:calc(var(--header-h) + 26px) 16px 48px}
  .hero h1,.content h2,.governance-head h2,.entity-intro h2,.tax-copy h2,.contact-card h2{font-size:clamp(28px,9vw,40px);line-height:1.45}
  .hero p,.content p,.governance-head p,.entity-intro p,.tax-copy p,.contact-card p{font-size:11px;line-height:2}
  .hero-art,.media-card,.side-image,.tax-visual img{height:44vh;min-height:320px}
  .value-grid,.gov-cards,.hero-metrics{grid-template-columns:1fr}.hero-metrics{gap:4px}
  .entity-map{gap:14px;margin-top:28px}.map-card{padding:24px 20px;min-height:170px}.map-card h3{font-size:16px}
  .contact-card{padding:30px 18px}.phone{font-size:24px}
}
