:root {
  --navy: #071a2b;
  --navy-soft: #0d2a40;
  --paper: #f4f1ea;
  --ink: #102536;
  --muted: #62717d;
  --aqua: #41d9c7;
  --line: rgba(255, 255, 255, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--navy);
  color: white;
  font-family: "Manrope", system-ui, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }

.ambient { position: fixed; border-radius: 50%; filter: blur(100px); opacity: .16; pointer-events: none; z-index: 0; }
.ambient-one { width: 430px; height: 430px; background: var(--aqua); top: -220px; right: -80px; }
.ambient-two { width: 360px; height: 360px; background: #407aff; bottom: 5%; left: -240px; }

.site-header {
  position: fixed; z-index: 20; top: 0; left: 0; width: 100%;
  display: flex; justify-content: space-between; align-items: center;
  padding: 24px clamp(24px, 6vw, 96px);
  background: linear-gradient(to bottom, rgba(7,26,43,.94), rgba(7,26,43,.5), transparent);
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 14px; font-weight: 800; letter-spacing: .2em; }
.brand-mark { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(65,217,199,.65); border-radius: 50%; color: var(--aqua); letter-spacing: 0; }
nav { display: flex; align-items: center; gap: clamp(16px, 3vw, 42px); font-size: 13px; }
nav > a { color: rgba(255,255,255,.72); transition: color .2s; }
nav > a:hover { color: white; }
.language-toggle { background: rgba(255,255,255,.06); border: 1px solid var(--line); border-radius: 999px; color: rgba(255,255,255,.45); padding: 9px 12px; font: inherit; cursor: pointer; }
.language.active { color: var(--aqua); font-weight: 700; }

.hero {
  min-height: 100svh; position: relative; z-index: 1;
  display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
  padding: 130px clamp(24px, 10vw, 150px) 80px;
}
.eyebrow, .section-label { color: var(--aqua); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1 { max-width: 900px; margin: 24px 0 26px; font-size: clamp(48px, 8vw, 112px); line-height: .95; letter-spacing: -.055em; }
h1 span { color: rgba(255,255,255,.4); }
.hero-copy { max-width: 600px; margin: 0 0 38px; color: rgba(255,255,255,.64); font-size: clamp(17px, 2vw, 21px); line-height: 1.7; }
.primary-cta { display: inline-flex; gap: 25px; align-items: center; border-bottom: 1px solid var(--aqua); padding: 10px 0; font-size: 14px; font-weight: 700; }
.hero-orbit { position: absolute; right: clamp(-130px, 3vw, 60px); bottom: 6%; width: min(35vw, 430px); aspect-ratio: 1; display: grid; place-items: center; opacity: .6; }
.orbit-ring { position: absolute; inset: 0; border: 1px solid rgba(65,217,199,.28); border-radius: 50%; animation: spin 20s linear infinite; }
.orbit-ring::before { content: ""; position: absolute; inset: 16%; border: 1px dashed rgba(255,255,255,.18); border-radius: 50%; }
.orbit-core { width: 28%; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: rgba(65,217,199,.1); border: 1px solid rgba(65,217,199,.4); color: var(--aqua); font-size: clamp(28px, 5vw, 60px); font-weight: 800; }
.orbit-dot { position: absolute; width: 9px; height: 9px; background: var(--aqua); border-radius: 50%; box-shadow: 0 0 25px var(--aqua); }
.dot-one { top: 13%; left: 20%; }.dot-two { right: 6%; bottom: 35%; }

.section { position: relative; z-index: 1; min-height: 88svh; display: grid; grid-template-columns: minmax(50px, 1fr) minmax(0, 4fr); gap: 5vw; padding: 120px clamp(24px, 10vw, 150px); }
.vision-section { background: var(--paper); color: var(--ink); }
.approach-section { background: #0a2134; }
.section-number { font-size: 12px; letter-spacing: .15em; opacity: .42; padding-top: 8px; }
.section-content { max-width: 1050px; }
.section h2, .closing-card h2 { margin: 20px 0 35px; font-size: clamp(42px, 6vw, 82px); line-height: 1.04; letter-spacing: -.05em; }
.section-content > p:last-of-type { max-width: 760px; color: var(--muted); font-size: clamp(18px, 2.2vw, 27px); line-height: 1.65; }
.approach-section .section-content > p:last-of-type { color: rgba(255,255,255,.6); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 70px; background: var(--line); }
.values-grid article { padding: 34px; background: #0a2134; }
.values-grid article > span { color: var(--aqua); font-size: 11px; }
.values-grid h3 { margin: 50px 0 14px; font-size: 20px; }
.values-grid p { color: rgba(255,255,255,.54); font-size: 14px; line-height: 1.7; }

.closing-section { position: relative; z-index: 1; background: var(--paper); color: var(--ink); padding: 100px clamp(24px, 10vw, 150px); }
.closing-card { min-height: 60svh; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(35px, 8vw, 100px); border-radius: 30px; background: var(--navy); color: white; overflow: hidden; position: relative; }
.closing-card::after { content: "E"; position: absolute; right: -2%; bottom: -26%; color: rgba(65,217,199,.055); font-size: clamp(250px, 42vw, 620px); font-weight: 800; line-height: 1; }
.closing-card > * { position: relative; z-index: 1; }
.closing-card > p:not(.section-label) { color: rgba(255,255,255,.6); font-size: 18px; }
.status-pill { display: inline-flex; align-items: center; gap: 10px; margin-top: 32px; padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.status-pill > span:first-child { width: 8px; height: 8px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 14px var(--aqua); animation: pulse 2s infinite; }

footer { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; gap: 25px; padding: 40px clamp(24px, 6vw, 96px); color: rgba(255,255,255,.46); font-size: 12px; }
.footer-brand { color: white; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulse { 50% { opacity: .35; } }

@media (max-width: 760px) {
  .site-header { padding: 19px 20px; }
  nav > a { display: none; }
  .hero { padding-inline: 24px; }
  .hero-orbit { width: 220px; opacity: .28; right: -90px; bottom: 4%; }
  .section { grid-template-columns: 1fr; padding: 95px 24px; gap: 25px; }
  .values-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .values-grid h3 { margin-top: 25px; }
  .closing-section { padding: 60px 18px; }
  .closing-card { min-height: 70svh; padding: 40px 24px; }
  footer { flex-direction: column; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
