:root {
  --bg: #070a25;
  --bg2: #0b0e35;
  --surface: rgba(255,255,255,.055);
  --line: rgba(255,255,255,.13);
  --text: #f7f8ff;
  --muted: #b9bed6;
  --accent: #a9a7ff;
  --accent2: #6e7dff;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--bg); color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65; overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
.site-header {
  position: fixed; z-index: 50; top: 0; left: 0; right: 0;
  height: 76px; display: flex; align-items: center; justify-content: space-between;
  padding: 0 5vw; border-bottom: 1px solid rgba(255,255,255,.07);
  background: rgba(7,10,37,.72); backdrop-filter: blur(18px);
}
.brand, .footer-brand { display:flex; align-items:center; gap:12px; font-weight: 600; letter-spacing: .02em; }
.brand-name { font-family: Georgia, serif; font-size: 1.25rem; }
.brand-mark { width: 27px; height: 27px; position: relative; display:inline-block; }
.brand-mark span, .hero-symbol span {
  position:absolute; left: 3px; right:3px; height: 7px; border:1.5px solid #fff;
  border-radius: 7px 2px 7px 2px; transform: rotate(-18deg);
}
.brand-mark span:nth-child(1), .hero-symbol span:nth-child(1){top:2px; transform:rotate(18deg);}
.brand-mark span:nth-child(2), .hero-symbol span:nth-child(2){top:10px; transform:rotate(-18deg);}
.brand-mark span:nth-child(3), .hero-symbol span:nth-child(3){top:18px; transform:rotate(18deg);}
.nav { display:flex; gap:28px; font-size:.86rem; color:#d5d8e9; }
.nav a { transition: color .25s ease; }
.nav a:hover { color:#fff; }
.menu-toggle { display:none; background:none; border:0; color:#fff; font-size:1.5rem; }
.hero {
  min-height: 100vh; position:relative; display:flex; align-items:center;
  padding: 130px 7vw 90px; overflow:hidden;
  background: radial-gradient(circle at 75% 35%, rgba(108,91,255,.24), transparent 34%),
              linear-gradient(135deg, #070a25 0%, #0b0e35 48%, #16104a 100%);
}
.hero-grid {
  position:absolute; inset:0; opacity:.22;
  background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}
.hero-glow { position:absolute; border-radius:50%; filter:blur(2px); pointer-events:none; }
.glow-one { width:460px;height:460px;right:-120px;top:20%;background:rgba(112,89,255,.16);filter:blur(70px);}
.glow-two { width:260px;height:260px;left:5%;bottom:5%;background:rgba(72,130,255,.11);filter:blur(80px);}
.hero-content { max-width: 900px; position:relative; z-index:2; }
.hero-symbol { width:72px;height:72px;position:relative;margin-bottom:34px;transform:scale(1.45);transform-origin:left center; }
.hero-symbol span { height:17px; left:4px;right:4px;border-width:2px; }
.hero-symbol span:nth-child(1){top:3px}.hero-symbol span:nth-child(2){top:27px}.hero-symbol span:nth-child(3){top:51px}
.eyebrow, .section-label { text-transform:uppercase; letter-spacing:.18em; font-size:.72rem; color:var(--accent); font-weight:700; }
h1,h2,h3,p { margin-top:0; }
h1 { font-family: Georgia, "Times New Roman", serif; font-size:clamp(3rem, 7vw, 6.7rem); line-height:.98; letter-spacing:-.045em; max-width:1000px; margin:18px 0 30px; font-weight:500; }
h1 em, h2 span { font-style:normal; color:var(--accent); }
.hero-copy { max-width:720px; color:var(--muted); font-size:1.12rem; }
.hero-actions { display:flex; gap:14px; margin-top:34px; flex-wrap:wrap; }
.button { padding:13px 21px; border-radius:999px; border:1px solid var(--line); font-size:.9rem; transition:transform .25s, background .25s; }
.button:hover { transform:translateY(-2px); }
.button-primary { background:#f6f7ff;color:#090b2b;border-color:#f6f7ff; }
.button-ghost { background:rgba(255,255,255,.035); }
.button-ghost span { margin-left:10px; }
.scroll-cue { position:absolute; bottom:28px; left:7vw; font-size:.72rem; letter-spacing:.12em; text-transform:uppercase; color:#8f95b2; }
.scroll-cue span { margin-left:10px; }
.section { max-width:var(--max); margin:auto; padding:130px 30px; }
.two-column { display:grid; grid-template-columns: 1fr 1.15fr; gap:100px; margin-top:50px; }
h2 { font-family:Georgia,"Times New Roman",serif; font-weight:500; font-size:clamp(2.6rem,5vw,5rem); line-height:1.03; letter-spacing:-.035em; }
.lead { font-size:1.25rem; color:#e5e7f4; }
.section p:not(.lead) { color:var(--muted); }
.dark-section { max-width:none; padding-left: max(30px, calc((100vw - var(--max))/2 + 30px)); padding-right:max(30px, calc((100vw - var(--max))/2 + 30px)); background:#0b0e31; }
.constitution-intro { max-width:800px; margin-top:50px; }
.constitution-intro p { color:var(--muted); font-size:1.1rem; }
.principle-cards { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin-top:60px; }
.card { min-height:270px; padding:28px; border:1px solid var(--line); background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.018)); }
.card-number { font-size:.7rem; color:var(--accent); letter-spacing:.15em; }
.card h3 { font-family:Georgia,serif; font-size:1.65rem; font-weight:500; margin:50px 0 12px; }
.card p { color:var(--muted); font-size:.9rem; }
.principles-layout { display:grid; grid-template-columns:1fr 1fr; gap:100px; margin-top:50px; }
.principles-list { border-top:1px solid var(--line); }
.principle-row { display:grid; grid-template-columns:50px 1fr; column-gap:10px; padding:22px 0; border-bottom:1px solid var(--line); }
.principle-row span { color:var(--accent); font-size:.72rem; }
.principle-row strong { font-weight:600; }
.principle-row p { grid-column:2; margin:4px 0 0; color:var(--muted); font-size:.9rem; }
.statement { padding:130px 30px; background:linear-gradient(135deg,#11144a,#080a28); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.statement-inner { max-width:900px; margin:auto; text-align:center; }
.quote-mark { font-family:Georgia,serif; color:var(--accent); font-size:5rem; line-height:.5; }
.statement h2 { font-size:clamp(2.3rem,4.5vw,4.4rem); }
.statement p { color:var(--muted); font-size:1.12rem; max-width:700px; margin:auto; }
.quiet { border-left:2px solid var(--accent); padding-left:18px; }
.contact-section { padding:140px 30px; text-align:center; background:radial-gradient(circle at 50% 20%,rgba(105,91,255,.2),transparent 40%); }
.contact-content { max-width:850px; margin:auto; }
.contact-section h2 { font-size:clamp(3rem,6vw,6rem); margin:30px 0 20px; }
.contact-section p { color:var(--muted); }
.contact-email { display:inline-block; margin-top:18px; font-size:1.2rem; color:#fff; border-bottom:1px solid var(--accent); padding-bottom:4px; }
.footer { padding:38px 5vw 28px; border-top:1px solid var(--line); background:#060820; color:#aeb3ca; }
.footer-brand { color:#fff; }
.footer-brand span:last-child { font-family:Georgia,serif; font-size:1.15rem; }
.footer > p { font-size:.8rem; margin:14px 0 28px; }
.footer-bottom { display:flex; justify-content:space-between; gap:20px; border-top:1px solid var(--line); padding-top:20px; font-size:.7rem; }
.reveal { opacity:0; transform:translateY(20px); animation:reveal 1s .1s forwards ease-out; }
@keyframes reveal { to { opacity:1; transform:none; } }
@media (max-width: 850px) {
  .site-header { height:68px; }
  .menu-toggle { display:block; }
  .nav { display:none; position:absolute; top:68px;left:0;right:0; padding:20px 7vw 26px; background:#080b2a; border-bottom:1px solid var(--line); flex-direction:column; gap:17px; }
  .nav.open { display:flex; }
  .hero { padding:120px 7vw 80px; }
  .hero h1 { font-size:clamp(3rem,12vw,5rem); }
  .two-column,.principles-layout { grid-template-columns:1fr; gap:35px; }
  .principle-cards { grid-template-columns:1fr 1fr; }
  .section { padding:90px 24px; }
  .dark-section { padding-left:24px;padding-right:24px; }
}
@media (max-width: 520px) {
  .principle-cards { grid-template-columns:1fr; }
  .card { min-height:210px; }
  .footer-bottom { flex-direction:column; }
  .hero-copy { font-size:1rem; }
}
