:root {
  color-scheme: dark;
  --night: #06101e;
  --night-deep: #040a14;
  --surface: #0d1d31;
  --surface-strong: #12253b;
  --line: #284058;
  --ink: #f0f7fc;
  --muted: #adbed0;
  --cyan: #a1e5e9;
  --cyan-soft: #80cbd3;
  --focus: #d7f7fb;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 0;
  background: radial-gradient(ellipse 65% 36% at 84% 12%, #102a45 0%, transparent 72%),
              radial-gradient(ellipse 40% 24% at 10% 35%, #0c2238 0%, transparent 80%),
              var(--night);
  color: var(--ink);
  font: 400 1rem/1.65 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
a:focus-visible { outline: 2px solid var(--focus); outline-offset: 5px; border-radius: .2rem; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.055em; line-height: 1.08; overflow-wrap: anywhere; }
h1 { font-size: clamp(3.1rem, 7.3vw, 7.7rem); font-weight: 580; }
h2 { font-size: clamp(2.2rem, 4.4vw, 4.2rem); font-weight: 550; }
h3 { font-size: clamp(1.35rem, 2vw, 1.7rem); font-weight: 590; }
em { color: var(--cyan); font: italic 400 1.01em/1 Georgia, "Times New Roman", serif; letter-spacing: -.055em; }
p { max-width: 70ch; }
.shell { width: min(100% - 3.5rem, 1216px); margin-inline: auto; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 100; padding: .7rem 1rem; background: var(--cyan); color: var(--night-deep); font-weight: 700; }
.skip-link:focus { top: 1rem; }
.ambient-canvas { position: fixed; z-index: 0; inset: 0; width: 100%; height: 100%; pointer-events: none; opacity: .42; }
.site-header, main, .site-footer { position: relative; z-index: 1; }
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(161, 229, 233, .11); background: rgba(6, 16, 30, .77); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.nav-shell { min-height: 5.5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; flex-shrink: 0; text-decoration: none; }
.brand-mark { position: relative; display: block; width: 2.25rem; height: 2.25rem; border: 1px solid rgba(161,229,233,.6); border-radius: 50%; transform: rotate(-24deg); }
.brand-mark i { position: absolute; display: block; height: 1px; background: var(--cyan); transform-origin: center; }
.brand-mark i:nth-child(1) { width: 1.35rem; top: .74rem; left: .42rem; }
.brand-mark i:nth-child(2) { width: 1.13rem; top: 1.1rem; left: .5rem; }
.brand-mark i:nth-child(3) { width: .72rem; top: 1.46rem; left: .7rem; }
.brand-word { display: block; font-size: 1.15rem; line-height: 1.06; font-weight: 740; letter-spacing: -.045em; }
.brand-word small { display: block; margin-top: .25rem; color: var(--muted); font-size: .61rem; font-weight: 660; letter-spacing: .17em; text-transform: uppercase; }
.site-header nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: .2rem 1.25rem; }
.site-header nav a { position: relative; padding: .5rem .12rem; color: var(--muted); font-size: .88rem; font-weight: 560; text-decoration: none; transition: color .2s ease; }
.site-header nav a::after { content: ""; position: absolute; bottom: .32rem; left: .12rem; width: calc(100% - .24rem); height: 1px; background: var(--cyan); transform: scaleX(0); transform-origin: left; transition: transform .22s ease; }
.site-header nav a:hover, .site-header nav a[aria-current] { color: var(--ink); }
.site-header nav a:hover::after, .site-header nav a[aria-current]::after { transform: scaleX(1); }
.eyebrow { display: flex; align-items: center; gap: .8rem; margin-bottom: 1.5rem; color: var(--cyan-soft); font-size: .71rem; font-weight: 760; letter-spacing: .22em; line-height: 1.5; text-transform: uppercase; }
.eyebrow-line { width: 1.7rem; height: 1px; flex-shrink: 0; background: var(--cyan); }
.hero { min-height: min(840px, calc(100svh - 5.5rem)); display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(0, .84fr); align-items: center; gap: clamp(2rem, 4vw, 5rem); padding-block: clamp(5rem, 9vw, 9rem); }
.hero h1 { margin-bottom: 2rem; max-width: 9ch; }
.hero-lead { max-width: 45ch; color: var(--muted); font-size: clamp(1.14rem, 1.7vw, 1.37rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2.5rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 1.7rem; min-height: 3.25rem; padding: .7rem 1.2rem; border: 1px solid transparent; border-radius: .25rem; font-size: .88rem; font-weight: 710; text-decoration: none; transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease; }
.button:hover { transform: translateY(-3px); }
.button span { font-size: 1.17rem; font-weight: 500; transition: transform .22s ease; }
.button:hover span { transform: translate(2px, -2px); }
.button-primary { background: var(--cyan); color: var(--night-deep); box-shadow: 0 14px 34px rgba(49, 151, 167, .16); }
.button-primary:hover { background: #c7f4f5; box-shadow: 0 18px 38px rgba(49, 151, 167, .23); }
.button-quiet { border-color: var(--line); color: var(--ink); background: rgba(13,29,49,.4); }
.button-quiet:hover { border-color: var(--cyan-soft); background: rgba(20,49,73,.55); }
.hero-visual { position: relative; width: min(100%, 470px); aspect-ratio: 1; justify-self: center; display: grid; place-items: center; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; inset: 5%; border-radius: 50%; background: radial-gradient(circle, rgba(98,208,222,.2) 0%, rgba(42,123,169,.09) 38%, transparent 69%); filter: blur(15px); }
.orbit { position: absolute; border: 1px solid rgba(144,217,226,.18); border-radius: 50%; }
.orbit-one { width: 90%; height: 90%; transform: rotateX(68deg) rotate(-18deg); }
.orbit-two { width: 66%; height: 66%; transform: rotateY(55deg) rotate(27deg); border-color: rgba(144,217,226,.27); }
.orbit-three { width: 42%; height: 42%; border-color: rgba(144,217,226,.4); box-shadow: 0 0 45px rgba(81,188,206,.11); }
.orb-core { width: 16%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 35% 32%, #d4fbff, #76cbd9 35%, #174969 76%); box-shadow: 0 0 48px rgba(102,208,223,.48), 0 0 120px rgba(68,172,205,.21); }
.visual-caption { position: absolute; bottom: 2%; left: 0; width: 100%; color: var(--muted); font-size: .72rem; font-weight: 620; letter-spacing: .19em; text-align: center; text-transform: uppercase; }
.section { padding-block: clamp(5rem, 8vw, 9rem); border-top: 1px solid rgba(161,229,233,.12); }
.section-heading { margin-bottom: 3rem; }
.section-heading h2 { max-width: 16ch; margin-bottom: 1.2rem; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.07rem; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.glass-card { position: relative; min-width: 0; min-height: 19rem; padding: clamp(1.5rem, 2.6vw, 2.2rem); overflow: hidden; border: 1px solid var(--line); border-radius: .55rem; background: linear-gradient(145deg, rgba(25,50,77,.54), rgba(11,27,45,.8)); box-shadow: 0 16px 55px rgba(0,0,0,.12); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.glass-card:hover { transform: translateY(-6px); border-color: rgba(161,229,233,.49); box-shadow: 0 28px 70px rgba(0,0,0,.25); }
.card-index { display: block; margin-bottom: 4rem; color: var(--cyan-soft); font-size: .69rem; font-weight: 760; letter-spacing: .19em; }
.glass-card h3 { max-width: 15ch; margin-bottom: .9rem; }
.glass-card p { color: var(--muted); margin-bottom: 1.2rem; }
.card-line { position: absolute; right: 2rem; bottom: 1.5rem; left: 2rem; height: 1px; background: linear-gradient(90deg, var(--cyan-soft), transparent); opacity: .5; }
.statement { padding-block: clamp(6rem, 10vw, 11rem); border-top: 1px solid rgba(161,229,233,.12); }
.statement h2 { max-width: 19ch; margin-bottom: 2rem; }
.statement > p:not(.eyebrow) { max-width: 58ch; color: var(--muted); font-size: 1.08rem; }
.inline-arrow { display: inline-flex; gap: .8rem; align-items: center; margin-top: .5rem; padding-bottom: .32rem; border-bottom: 1px solid var(--cyan-soft); color: var(--cyan); font-size: .9rem; font-weight: 660; text-decoration: none; transition: gap .2s ease, color .2s ease; }
.inline-arrow:hover { gap: 1.2rem; color: var(--ink); }
.closing { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: clamp(4rem, 7vw, 7rem); padding: clamp(2rem, 5vw, 5rem); border: 1px solid rgba(161,229,233,.2); border-radius: .75rem; background: radial-gradient(ellipse 65% 95% at 0% 100%, rgba(42,122,147,.22), transparent 80%), linear-gradient(130deg, #11263d, #0a1a2c); }
.closing h2 { margin-bottom: .5rem; }
.closing p:not(.eyebrow) { color: var(--muted); }
.closing .button { flex-shrink: 0; }
.page-hero { padding-block: clamp(6rem, 10vw, 10rem); }
.page-hero h1 { max-width: 14ch; margin-bottom: 2rem; }
.two-column { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: clamp(2rem, 7vw, 8rem); }
.two-column h2 { margin-bottom: .7rem; }
.section-intro { color: var(--cyan-soft); font-weight: 650; }
.prose p { color: var(--muted); font-size: 1.08rem; }
.prose p + p { margin-top: 1.7rem; }
.contact-layout { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(0,.85fr); gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.contact-panel { min-width: 0; padding: clamp(1.7rem, 4vw, 3.2rem); border: 1px solid rgba(161,229,233,.25); border-radius: .7rem; background: radial-gradient(ellipse 80% 90% at 0% 100%, rgba(54,154,181,.23), transparent), var(--surface); }
.contact-panel h2 { margin: 3rem 0 1.5rem; font-size: clamp(1.5rem, 3.4vw, 3.2rem); overflow-wrap: anywhere; }
.contact-panel h2 a { color: var(--cyan); text-decoration: none; border-bottom: 1px solid var(--cyan-soft); }
.contact-panel h2 a span { white-space: nowrap; }
.contact-panel > p:not(.eyebrow) { color: var(--muted); }
.contact-domain { display: block; padding-top: 2rem; color: var(--cyan-soft); font-size: .75rem; font-weight: 680; letter-spacing: .09em; text-transform: uppercase; }
.contact-guidance { padding-top: .5rem; }
.contact-guidance h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); }
.privacy-stack { padding-top: 0; }
.privacy-row { display: grid; grid-template-columns: minmax(0, .28fr) minmax(0, 1fr); gap: 2rem; padding: 2.5rem 0; border-bottom: 1px solid var(--line); }
.privacy-row:first-child { border-top: 1px solid var(--line); }
.privacy-number { color: var(--cyan-soft); font-size: .8rem; font-weight: 750; letter-spacing: .15em; }
.privacy-row h2 { margin-bottom: 1.15rem; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.privacy-row p { color: var(--muted); }
.privacy-row a { color: var(--cyan); text-underline-offset: .2em; overflow-wrap: anywhere; }
.site-footer { padding-block: 3.3rem; border-top: 1px solid rgba(161,229,233,.14); background: var(--night-deep); }
.footer-grid { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.5fr) auto; gap: 2rem; }
.site-footer strong { font-size: 1.2rem; letter-spacing: -.04em; }
.site-footer p { margin: .35rem 0 0; color: var(--muted); font-size: .86rem; }
.site-footer nav { display: flex; align-items: start; gap: 1rem; }
.site-footer a { color: var(--ink); font-size: .86rem; text-decoration: none; }
.site-footer a:hover { color: var(--cyan); }
.motion-ready .reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.motion-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }
.motion-ready .delay-1 { transition-delay: .08s; }
.motion-ready .delay-2 { transition-delay: .16s; }
.motion-ready .delay-3 { transition-delay: .24s; }
.page-exit main { opacity: 0; transform: translateY(8px); transition: opacity .18s ease, transform .18s ease; }

@media (max-width: 1000px) {
  .hero { grid-template-columns: minmax(0,1.2fr) minmax(0,.8fr); }
  .hero-visual { width: min(100%, 360px); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid nav { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  .shell { width: min(100% - 2.25rem, 1216px); }
  .nav-shell { padding-block: 1rem; align-items: flex-start; flex-direction: column; gap: .85rem; }
  .site-header nav { justify-content: flex-start; gap: .15rem .95rem; }
  .hero { grid-template-columns: 1fr; min-height: 0; padding-block: 5.5rem 4rem; }
  .hero-visual, .ambient-canvas { display: none; }
  .card-grid, .two-column, .contact-layout { grid-template-columns: 1fr; }
  .glass-card { min-height: 0; }
  .card-index { margin-bottom: 2.5rem; }
  .closing { flex-direction: column; align-items: flex-start; }
  .page-hero { padding-block: 5rem; }
}
@media (max-width: 480px) {
  .shell { width: min(100% - 1.5rem, 1216px); }
  .site-header nav { gap: .05rem .7rem; }
  .site-header nav a { font-size: .8rem; }
  .hero h1, .page-hero h1 { font-size: clamp(2.8rem, 15vw, 4.1rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .privacy-row { grid-template-columns: 1fr; gap: .5rem; }
  .closing, .contact-panel { padding: 1.5rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid nav { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .ambient-canvas { display: none; }
  .motion-ready .reveal { opacity: 1; transform: none; }
  .page-exit main { opacity: 1; transform: none; }
}
