:root{
  --bg0:#070B14;
  --bg1:#0E1630;
  --bg2:#111E3E;
  --card:rgba(255,255,255,.06);
  --card2:rgba(255,255,255,.08);
  --line:rgba(255,255,255,.14);
  --text:rgba(255,255,255,.92);
  --muted:rgba(255,255,255,.72);
  --muted2:rgba(255,255,255,.58);
  --accent:#9BE7FF;
  --accent2:#B9FFB1;
  --warn:#FFD58A;
  --shadow:0 18px 60px rgba(0,0,0,.35);
  --radius:18px;
}

html{scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--text);
  background:
    radial-gradient(1200px 800px at 16% 12%, rgba(155,231,255,.22), transparent 60%),
    radial-gradient(1100px 700px at 86% 18%, rgba(185,255,177,.14), transparent 60%),
    radial-gradient(900px 700px at 40% 90%, rgba(255,213,138,.10), transparent 60%),
    linear-gradient(180deg, var(--bg0), var(--bg1) 40%, var(--bg2));
  min-height:100vh;
}

.skip-link{
  position:absolute;
  left:-999px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}
.skip-link:focus{
  left:16px;
  top:16px;
  width:auto;
  height:auto;
  padding:10px 12px;
  z-index:9999;
  background:#0f1a33;
  border:1px solid var(--line);
  border-radius:12px;
  color:var(--text);
  text-decoration:none;
}

.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  backdrop-filter: blur(12px);
  background: linear-gradient(180deg, rgba(7,11,20,.86), rgba(7,11,20,.56));
  border-bottom:1px solid rgba(255,255,255,.10);
}

.navbar{padding:14px 0}
.brand{
  display:flex;
  flex-direction:column;
  gap:2px;
  text-decoration:none;
}
.brand-mark{
  width:34px;
  height:10px;
  border-radius:999px;
  background: linear-gradient(90deg, var(--accent), rgba(185,255,177,.8));
  box-shadow: 0 0 0 6px rgba(155,231,255,.08);
}
.brand-text{
  font-family:"Space Grotesk",Inter,system-ui,sans-serif;
  font-weight:700;
  letter-spacing:.2px;
  line-height:1.05;
}
.brand-sub{
  font-size:12px;
  color:var(--muted2);
  letter-spacing:.2px;
}
.navbar .nav-link{
  color:rgba(255,255,255,.82);
  border-radius:12px;
  padding:10px 12px;
  font-weight:600;
  letter-spacing:.1px;
}
.navbar .nav-link:hover{background:rgba(255,255,255,.06);color:var(--text)}
.navbar .nav-link.active{background:rgba(155,231,255,.10);color:var(--text);border:1px solid rgba(155,231,255,.18)}

.nav-drawer .drawer-title{font-family:"Space Grotesk",Inter,sans-serif;font-weight:700}
.nav-drawer .drawer-kicker{margin-top:8px;color:rgba(255,255,255,.65);font-size:12px;letter-spacing:.14em;text-transform:uppercase}
.nav-drawer .drawer-divider{height:1px;background:rgba(255,255,255,.12);margin:14px 0}
.nav-drawer .drawer-contact{display:flex;flex-direction:column;gap:8px}
.nav-drawer .drawer-mail{color:var(--accent);text-decoration:none;font-weight:700}
.nav-drawer .drawer-note{color:rgba(255,255,255,.65);font-size:13px}

.site-main{padding:26px 0 0}

.hero{
  padding:42px 0 18px;
}
.hero-shell{
  border-radius: calc(var(--radius) + 10px);
  border:1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(900px 420px at 20% 10%, rgba(155,231,255,.18), transparent 55%),
    radial-gradient(780px 420px at 88% 30%, rgba(185,255,177,.12), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  box-shadow: var(--shadow);
  overflow:hidden;
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:16px;
  padding:22px;
  align-items:stretch;
}
@media (max-width: 992px){.hero-grid{grid-template-columns:1fr}}
.hero-copy{
  padding:10px 10px 18px;
}
.hero-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:12px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:rgba(255,255,255,.72);
}
.dot{
  width:8px;
  height:8px;
  border-radius:999px;
  background: var(--accent2);
  box-shadow: 0 0 0 5px rgba(185,255,177,.10);
}
.hero h1{
  margin:14px 0 10px;
  font-family:Fraunces,Georgia,serif;
  font-weight:520;
  font-size: clamp(34px, 4vw, 54px);
  letter-spacing:-.3px;
  line-height:1.05;
}
.hero p{
  margin:0;
  color:rgba(255,255,255,.74);
  font-size:16px;
  line-height:1.7;
  max-width: 62ch;
}
.hero-actions{
  margin-top:18px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.btn-soft{
  background: rgba(155,231,255,.16);
  color: var(--text);
  border:1px solid rgba(155,231,255,.28);
  border-radius:14px;
  padding:10px 14px;
  font-weight:700;
  text-decoration:none;
}
.btn-soft:hover{background: rgba(155,231,255,.22); color:var(--text)}
.btn-ghost{
  background: rgba(255,255,255,.06);
  color: var(--text);
  border:1px solid rgba(255,255,255,.14);
  border-radius:14px;
  padding:10px 14px;
  font-weight:700;
  text-decoration:none;
}
.btn-ghost:hover{background: rgba(255,255,255,.10); color:var(--text)}

.hero-aside{
  display:grid;
  gap:12px;
}
.aside-card{
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.18);
  overflow:hidden;
}
.aside-media{
  height: 170px;
  background: rgba(255,255,255,.04);
}
.aside-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter: saturate(1.02) contrast(1.05);
}
.aside-body{padding:14px}
.aside-title{font-weight:800;letter-spacing:.1px;margin:0 0 6px}
.aside-meta{color:rgba(255,255,255,.66);font-size:13px;line-height:1.55}

.section{
  padding: 14px 0 26px;
}
.section-title{
  font-family:"Space Grotesk",Inter,sans-serif;
  font-weight:800;
  letter-spacing:.2px;
  margin:0 0 12px;
  font-size: 18px;
  color: rgba(255,255,255,.86);
}
.mosaic{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:16px;
  align-items:start;
}
@media (max-width: 992px){.mosaic{grid-template-columns:1fr}}

.stack{display:grid;gap:16px}
.cardish{
  border-radius: var(--radius);
  background: var(--card);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 18px 50px rgba(0,0,0,.22);
}
.cardish .pad{padding:18px}
.cardish h2,.cardish h3{margin:0 0 10px}
.cardish p{margin:0;color:rgba(255,255,255,.74);line-height:1.7}
.cardish a{color:var(--accent);text-decoration:none}
.cardish a:hover{text-decoration:underline}

.list-clean{
  margin:10px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}
.list-clean li{
  padding:12px 12px;
  background: rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.10);
  border-radius: 14px;
}
.list-clean strong{display:block;margin-bottom:4px}

.cta-slab{
  border-radius: calc(var(--radius) + 8px);
  background: linear-gradient(90deg, rgba(155,231,255,.14), rgba(185,255,177,.10));
  border: 1px solid rgba(255,255,255,.14);
  padding: 16px;
  display:grid;
  gap:10px;
}
.cta-slab .small{color:rgba(255,255,255,.70);font-size:13px;line-height:1.6}

.contact-grid{
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:14px;
}
@media (max-width: 992px){.contact-grid{grid-template-columns:1fr}}
.contact-card{
  border-radius: var(--radius);
  background: rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.12);
  box-shadow: 0 14px 40px rgba(0,0,0,.22);
  padding:18px;
  display:grid;
  gap:8px;
  min-height: 160px;
}
.contact-icon{
  width:44px;height:44px;border-radius:14px;
  background: rgba(155,231,255,.10);
  border:1px solid rgba(155,231,255,.20);
  display:grid;place-items:center;
}
.contact-icon svg{width:22px;height:22px;fill:rgba(255,255,255,.90)}
.contact-title{font-weight:900;letter-spacing:.1px;margin:0}
.contact-desc{color:rgba(255,255,255,.70);line-height:1.65;margin:0;font-size:14px}
.contact-mail{color:var(--accent);font-weight:800;text-decoration:none}
.contact-mail:hover{text-decoration:underline}

.cookie-banner{
  position:fixed;
  left:14px;
  right:14px;
  bottom:14px;
  z-index:1500;
}
.cookie-card{
  max-width: 900px;
  margin:0 auto;
  border-radius: calc(var(--radius) + 6px);
  border:1px solid rgba(255,255,255,.16);
  background: rgba(10,14,24,.78);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
  padding:14px 14px;
}
.cookie-title{font-weight:900;letter-spacing:.1px}
.cookie-desc{color:rgba(255,255,255,.74);margin-top:6px;line-height:1.6}
.cookie-desc a{color:var(--accent);text-decoration:none}
.cookie-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}

.page-loader{
  position:fixed;
  inset:0;
  background: rgba(7,11,20,.55);
  backdrop-filter: blur(8px);
  z-index:2000;
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:0;
  pointer-events:none;
  transition: opacity .22s ease;
}
.page-loader.is-on{opacity:1;pointer-events:auto}
.loader-shell{
  width:min(520px, 88vw);
  border-radius: 22px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
  padding:16px;
  box-shadow: var(--shadow);
  display:grid;
  gap:10px;
}
.loader-line{
  height:10px;border-radius:999px;
  background: linear-gradient(90deg, rgba(155,231,255,.16), rgba(185,255,177,.14));
  overflow:hidden;
  position:relative;
}
.loader-line::after{
  content:"";
  position:absolute;inset:-2px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent);
  transform: translateX(-60%);
  animation: sweep 1.05s ease-in-out infinite;
}
.loader-line.subtle{height:8px;opacity:.82}
.loader-line.thin{height:6px;opacity:.66}
@keyframes sweep{
  0%{transform: translateX(-60%)}
  100%{transform: translateX(60%)}
}
@media (prefers-reduced-motion:reduce){
  .loader-line::after{animation:none}
}

.site-footer{
  margin-top: 18px;
  padding: 34px 0 26px;
  border-top: 1px solid rgba(255,255,255,.10);
  background: linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.24));
}
.footer-grid{
  display:grid;
  grid-template-columns: 1.3fr .8fr .9fr;
  gap:16px;
}
@media (max-width: 992px){.footer-grid{grid-template-columns:1fr}}
.footer-name{font-family:"Space Grotesk",Inter,sans-serif;font-weight:900;letter-spacing:.2px}
.footer-tagline{color:rgba(255,255,255,.70);margin-top:6px;line-height:1.6}
.footer-updated{margin-top:10px;color:rgba(255,255,255,.58);font-size:13px}
.footer-links{display:grid;gap:10px}
.footer-links a{color:rgba(255,255,255,.80);text-decoration:none;font-weight:700}
.footer-links a:hover{color:var(--text);text-decoration:underline}
.footer-contact{display:grid;gap:8px}
.footer-kicker{color:rgba(255,255,255,.62);font-size:12px;letter-spacing:.14em;text-transform:uppercase;margin-top:4px}
.footer-mail{color:var(--accent);text-decoration:none;font-weight:900}
.footer-mail:hover{text-decoration:underline}
.footer-contact a{color:rgba(255,255,255,.78);text-decoration:none}
.footer-contact a:hover{text-decoration:underline}
.footer-legal{
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px dashed rgba(255,255,255,.14);
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  color:rgba(255,255,255,.62);
  font-size:13px;
}
.footer-sep{opacity:.6}

