/* ====================================================
   Founders Circle — V2 stylesheet
   Theme: deep space navy + electric blue + white + grey
   Type:  Bricolage Grotesque (display) / Albert Sans (body)
   Hero:  dark, orbital community visual + marquee
   ==================================================== */

:root {
  --bg:        #060c1c;
  --bg-2:      #0a1430;
  --panel:     #0e1a3a;
  --blue:      #3b82f6;
  --blue-2:    #60a5fa;
  --cyan:      #38bdf8;
  --ink:       #0a1633;
  --white:     #ffffff;
  --grey:      #8b94ab;
  --grey-2:    #5b6478;
  --line:      rgba(255,255,255,.10);
  --mist:      #f4f6fc;
  --mist-line: #e4e8f2;
  --radius:    20px;
  --maxw:      1200px;
  --ease:      cubic-bezier(.22,.61,.36,1);
  --grad:      linear-gradient(100deg, var(--blue-2), var(--cyan));
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Albert Sans', sans-serif;
  background: var(--bg);
  color: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 30px; }

.grad {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ---------- Shared bits ---------- */
.kicker {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--blue-2);
  display: block;
  margin-bottom: 16px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: .86rem;
  font-weight: 500;
  color: #cfe0ff;
  background: rgba(59,130,246,.1);
  border: 1px solid rgba(96,165,250,.32);
  padding: 8px 16px 8px 12px;
  border-radius: 100px;
  backdrop-filter: blur(6px);
}
.badge__pulse {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 0 rgba(56,189,248,.7);
  animation: pulse 2.2s infinite;
}
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(56,189,248,.65); }
  70%  { box-shadow: 0 0 0 10px rgba(56,189,248,0); }
  100% { box-shadow: 0 0 0 0 rgba(56,189,248,0); }
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 600;
  font-size: .95rem;
  color: #06122e;
  background: var(--white);
  padding: 11px 20px;
  border: none; border-radius: 100px;
  cursor: pointer;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s, color .25s;
}
.btn:hover { transform: translateY(-3px); box-shadow: 0 16px 34px -12px rgba(96,165,250,.6); }
.btn--lg { padding: 15px 28px; font-size: 1rem; }
.btn--full { width: 100%; }
.btn--line {
  background: transparent;
  color: var(--white);
  box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.28);
}
.btn--line:hover { background: rgba(255,255,255,.08); box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.6); }

/* Solid blue button — for use on light surfaces (e.g. the contact form) */
.btn--blue,
.cform .btn[type="submit"] {
  background: var(--blue);
  color: var(--white);
}
.btn--blue:hover,
.cform .btn[type="submit"]:hover { background: var(--blue-2); color: var(--white); }

/* ---------- NAV ---------- */
.nav {
  position: sticky; top: 0; z-index: 60;
  transition: background .35s, border-color .35s, backdrop-filter .35s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(6,12,28,.78);
  backdrop-filter: blur(16px);
  border-color: var(--line);
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 80px; }
.brand {
  display: flex; align-items: center; gap: 10px;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700; font-size: 1.2rem;
  letter-spacing: -.01em;
}
.brand img { width: auto; height: 52px; object-fit: contain; }
.nav__links { display: flex; align-items: center; gap: 32px; }
.nav__links a { font-weight: 500; font-size: .96rem; position: relative; color: #d6ddee; }
.nav__links a.btn { color: #06122e; }
.nav__links a.btn:hover { color: #06122e; }
.nav__links a:not(.btn):hover { color: #fff; }
.nav__links a.active { color: #fff; }
.nav__links a.active::after {
  content: ""; position: absolute; left: 0; bottom: -8px;
  width: 100%; height: 2px; background: var(--grad);
}
.nav__toggle { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 6px; }
.nav__toggle span { width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: .3s; }
.nav__toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__toggle.open span:nth-child(2) { opacity: 0; }
.nav__toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ====================================================
   HERO
   ==================================================== */
.hero {
  position: relative;
  padding: 70px 0 0;
  background:
    radial-gradient(900px 600px at 85% 0%, rgba(59,130,246,.28), transparent 60%),
    radial-gradient(700px 500px at 0% 100%, rgba(56,189,248,.14), transparent 55%),
    linear-gradient(180deg, var(--bg), var(--bg-2));
  overflow: hidden;
}
.hero__grid-bg {
  position: absolute; inset: 0;
  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: 58px 58px;
  mask-image: radial-gradient(circle at 50% 30%, #000 0%, transparent 78%);
  -webkit-mask-image: radial-gradient(circle at 50% 30%, #000 0%, transparent 78%);
}
.hero__beam {
  position: absolute; top: -200px; left: 50%; transform: translateX(-50%);
  width: 700px; height: 500px;
  background: radial-gradient(ellipse, rgba(96,165,250,.22), transparent 70%);
  filter: blur(30px);
}
.hero__inner {
  position: relative; z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 40px;
  align-items: center;
  padding-bottom: 90px;
  min-height: 78vh;
}
.hero__title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: clamp(2.7rem, 5.6vw, 4.7rem);
  line-height: 1.04;
  letter-spacing: -.025em;
  margin: 24px 0 0;
}
.hero__lead {
  margin-top: 22px;
  color: var(--grey);
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  max-width: 500px;
}
.hero__cta { margin-top: 34px; display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- ORBITAL VISUAL ---------- */
.orbit {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  max-width: 460px;
  margin-left: auto;
  display: grid;
  place-items: center;
}
.orbit__core {
  position: absolute;
  width: 116px; height: 116px;
  border-radius: 50%;
  background: linear-gradient(160deg, #15233f, #0b1430);
  border: 1px solid rgba(96,165,250,.4);
  display: grid; place-items: center;
  box-shadow: 0 0 60px -6px rgba(59,130,246,.55), inset 0 0 30px rgba(56,189,248,.18);
  z-index: 4;
}
.orbit__core img { width: 64px; height: 64px; object-fit: contain; }
.orbit__ring {
  position: absolute;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  animation: spin linear infinite;
}
.orbit__ring--1 { width: 46%; height: 46%; animation-duration: 16s; }
.orbit__ring--2 { width: 72%; height: 72%; animation-duration: 26s; animation-direction: reverse; border-color: rgba(96,165,250,.18); }
.orbit__ring--3 { width: 100%; height: 100%; animation-duration: 38s; border-style: dashed; border-color: rgba(255,255,255,.1); }
@keyframes spin { to { transform: rotate(360deg); } }

.orbit__node {
  position: absolute;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--blue-2);
  box-shadow: 0 0 16px 2px rgba(96,165,250,.8);
  top: -7px; left: 50%; margin-left: -7px;
}
.orbit__node--alt { background: var(--cyan); box-shadow: 0 0 16px 2px rgba(56,189,248,.8); top: auto; bottom: -7px; }
.orbit__ring--3 .orbit__node:nth-child(2) { top: 50%; left: -7px; margin-top: -7px; margin-left: 0; }
.orbit__ring--3 .orbit__node:nth-child(3) { top: 14%; left: 88%; }
.orbit__ring--2 .orbit__node--alt { left: 12%; }

.orbit__label {
  position: absolute;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: .76rem;
  font-weight: 600;
  color: #cfe0ff;
  background: rgba(14,26,58,.85);
  border: 1px solid rgba(96,165,250,.3);
  padding: 5px 12px;
  border-radius: 100px;
  backdrop-filter: blur(4px);
  white-space: nowrap;
  z-index: 5;
}
.orbit__label--a { top: 6%; right: -4%; }
.orbit__label--b { bottom: 16%; left: -10%; }
.orbit__label--c { bottom: -2%; right: 14%; }

/* ---------- MARQUEE ---------- */
.marquee {
  position: relative; z-index: 2;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.02);
  overflow: hidden;
  padding: 18px 0;
}
.marquee__track {
  display: flex; align-items: center; gap: 28px;
  width: max-content;
  animation: marquee 32s linear infinite;
}
.marquee__track span {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  color: #cdd5e8;
  white-space: nowrap;
}
.marquee__track .dot { color: var(--blue-2); font-size: .6rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ====================================================
   SECTIONS (LIGHT)
   ==================================================== */
.section {
  background: var(--mist);
  color: var(--ink);
  padding: 110px 0;
}
.sec-head { max-width: 760px; margin-bottom: 56px; }
.section .kicker { color: var(--blue); }
.sec-title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -.02em;
}
.sec-title--light { color: #fff; }

/* ---------- BENTO ---------- */
.bento {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 20px;
}
.bento__cell {
  background: #fff;
  border: 1px solid var(--mist-line);
  border-radius: var(--radius);
  padding: 36px 32px;
  position: relative;
  overflow: hidden;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.bento__cell:hover { transform: translateY(-7px); box-shadow: 0 30px 60px -26px rgba(10,22,51,.28); }
.bento__cell--lead {
  background: linear-gradient(160deg, var(--ink), #14264f);
  border-color: transparent;
  color: #fff;
}
.bento__cell--lead::after {
  content: ""; position: absolute; right: -60px; bottom: -60px;
  width: 200px; height: 200px; border-radius: 50%;
  background: radial-gradient(circle, rgba(59,130,246,.5), transparent 70%);
}
.bento__no {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: .9rem;
  color: var(--blue);
  display: inline-block;
  margin-bottom: 60px;
}
.bento__cell--lead .bento__no { color: var(--cyan); }
.bento__cell h3 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 10px;
  position: relative;
}
.bento__cell p { color: var(--grey); font-size: .98rem; position: relative; }
.bento__cell--lead p { color: rgba(255,255,255,.72); }

/* ---------- CORE PURPOSE ---------- */
.purpose {
  background: linear-gradient(170deg, var(--bg-2), var(--bg));
  color: #fff;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.purpose::before {
  content: ""; position: absolute; right: -150px; top: -100px;
  width: 480px; height: 480px; border-radius: 50%;
  background: radial-gradient(circle, rgba(59,130,246,.22), transparent 70%);
}
.purpose__inner { position: relative; z-index: 2; max-width: 900px; }
.purpose__mark {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 7rem;
  line-height: .6;
  color: var(--blue-2);
  display: block;
  height: 60px;
}
.purpose__text {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 500;
  font-size: clamp(1.4rem, 2.6vw, 2.3rem);
  line-height: 1.42;
  letter-spacing: -.01em;
  color: rgba(255,255,255,.92);
}

/* ---------- VISION / MISSION ---------- */
.vm { display: grid; gap: 0; margin-bottom: 64px; }
.vm__row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 40px;
  padding: 36px 0;
  border-top: 1px solid var(--mist-line);
  align-items: start;
}
.vm__row:last-child { border-bottom: 1px solid var(--mist-line); }
.vm__tag {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  color: var(--ink);
  position: relative;
  padding-left: 22px;
}
.vm__tag::before {
  content: ""; position: absolute; left: 0; top: .55em;
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--grad);
}
.vm__row p { color: var(--grey); font-size: 1.06rem; }

/* ---------- PILLARS ---------- */
.pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pillar {
  background: #fff;
  border: 1px solid var(--mist-line);
  border-radius: 16px;
  padding: 28px 24px;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
}
.pillar:hover { transform: translateY(-6px); box-shadow: 0 22px 44px -22px rgba(10,22,51,.3); border-color: var(--blue); }
.pillar h4 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 600;
  font-size: 1.16rem;
  margin-bottom: 8px;
}
.pillar p { color: var(--grey); font-size: .92rem; }

/* ---------- FRIENDS (DARK) ---------- */
.friends {
  background: var(--bg);
  color: #fff;
}
.friends .kicker { color: var(--blue-2); }
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.fcard {
  background: linear-gradient(165deg, var(--panel), #0a1430);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 36px 30px;
  transition: transform .35s var(--ease), border-color .35s, box-shadow .35s;
}
.fcard:hover {
  transform: translateY(-8px);
  border-color: rgba(96,165,250,.5);
  box-shadow: 0 34px 64px -28px rgba(59,130,246,.5);
}
.fcard__num {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: var(--cyan);
  display: inline-block;
  margin-bottom: 20px;
}
.fcard h3 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.fcard p { color: var(--grey); font-size: .98rem; }

/* ---------- JOIN CTA ---------- */
.join {
  position: relative;
  background:
    radial-gradient(700px 400px at 80% 0%, rgba(59,130,246,.3), transparent 60%),
    linear-gradient(180deg, var(--bg-2), var(--bg));
  padding: 120px 0;
  overflow: hidden;
}
.join__inner { position: relative; z-index: 2; max-width: 820px; }
.join h2 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: clamp(2.2rem, 4.4vw, 3.5rem);
  line-height: 1.06;
  letter-spacing: -.02em;
}
.join p { margin: 22px 0 38px; color: var(--grey); font-size: 1.12rem; max-width: 620px; }
.join__links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.social {
  position: relative;
  display: flex; flex-direction: column; gap: 4px;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px 22px;
  transition: transform .3s var(--ease), background .3s, border-color .3s;
}
.social:hover { transform: translateY(-6px); background: rgba(255,255,255,.08); border-color: rgba(96,165,250,.45); }
.social strong {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 600; font-size: 1.12rem;
}
.social span { color: var(--blue-2); font-size: .9rem; }
.social::before {
  content: ""; position: absolute; top: 24px; right: 22px;
  width: 9px; height: 9px; border-radius: 50%;
}
.social--wa::before { background: #25d366; }
.social--ig::before { background: #e1306c; }
.social--yt::before { background: #ff0000; }

/* ---------- FOOTER ---------- */
.footer { background: #04091a; padding: 56px 0 28px; }
.footer__inner {
  display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap;
  padding-bottom: 30px; border-bottom: 1px solid var(--line);
}
.footer__brand p { color: var(--grey); margin-top: 10px; font-size: .92rem; }
.footer__nav { display: flex; gap: 26px; flex-wrap: wrap; align-items: center; }
.footer__nav a { color: #aab2c6; font-size: .93rem; transition: color .25s; }
.footer__nav a:hover { color: #fff; }
.footer__base { padding-top: 22px; }
.footer__base span { color: var(--grey-2); font-size: .85rem; }

/* ====================================================
   CONTACT PAGE
   ==================================================== */
.chero {
  position: relative;
  padding: 80px 0 90px;
  background:
    radial-gradient(800px 460px at 80% 0%, rgba(59,130,246,.26), transparent 60%),
    linear-gradient(180deg, var(--bg), var(--bg-2));
  overflow: hidden;
}
.chero__inner { position: relative; z-index: 2; max-width: 820px; }
.chero__title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: clamp(2.3rem, 5vw, 3.9rem);
  line-height: 1.06;
  letter-spacing: -.025em;
  margin-top: 20px;
}
.chero__lead { margin-top: 20px; color: var(--grey); font-size: 1.12rem; max-width: 600px; }

.contact {
  background: var(--mist);
  color: var(--ink);
  padding: 90px 0 110px;
}
.contact__grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 40px;
  align-items: start;
}
.contact__info .kicker { color: var(--blue); }
.contact__info h2 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 12px;
  letter-spacing: -.01em;
}
.contact__info > p { color: var(--grey); margin-bottom: 28px; }
.contact__channels { list-style: none; display: grid; gap: 12px; }
.contact__channels a {
  display: flex; flex-direction: column; gap: 2px;
  background: #fff;
  border: 1px solid var(--mist-line);
  border-radius: 14px;
  padding: 18px 20px;
  transition: transform .3s var(--ease), border-color .3s;
}
.contact__channels a:hover { transform: translateX(6px); border-color: var(--blue); }
.contact__channels strong {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 600; font-size: 1.06rem;
}
.contact__channels span { color: var(--blue); font-size: .9rem; font-weight: 500; }

/* ---------- FORM ---------- */
.contact__formwrap {
  background: #fff;
  border: 1px solid var(--mist-line);
  border-radius: var(--radius);
  padding: 42px 40px;
  box-shadow: 0 36px 70px -34px rgba(10,22,51,.34);
}
.cform { display: grid; gap: 20px; }
.field { display: grid; gap: 7px; }
.field label {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: .8rem; font-weight: 600;
  letter-spacing: .07em; text-transform: uppercase;
  color: var(--ink);
}
.field input, .field textarea {
  font-family: inherit; font-size: 1rem;
  color: var(--ink);
  background: var(--mist);
  border: 1.6px solid var(--mist-line);
  border-radius: 12px;
  padding: 13px 15px;
  transition: border-color .25s, background .25s, box-shadow .25s;
  resize: vertical;
}
.field input::placeholder, .field textarea::placeholder { color: #9aa3b6; }
.field input:focus, .field textarea:focus {
  outline: none;
  border-color: var(--blue);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(59,130,246,.13);
}
.field input.invalid, .field textarea.invalid { border-color: #e0463c; background: #fff5f4; }

.captcha {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 10px; align-items: center;
}
#captchaImage {
  border: 1.6px solid var(--mist-line);
  border-radius: 12px;
  background: #e9f0ff;
  width: 170px; height: 56px;
  user-select: none;
  display: block;
}
.captcha__refresh {
  width: 46px; height: 46px;
  border: 1.6px solid var(--mist-line);
  background: var(--mist);
  border-radius: 12px;
  font-size: 1.25rem; color: var(--blue);
  cursor: pointer;
  transition: transform .4s var(--ease), background .25s;
}
.captcha__refresh:hover { background: #e9f0ff; transform: rotate(180deg); }
.captcha input { width: 100%; }

.cform__status { font-size: .92rem; font-weight: 600; min-height: 1.2em; }
.cform__status.ok  { color: #1a9d5a; }
.cform__status.err { color: #e0463c; }

/* ====================================================
   REVEAL
   ==================================================== */
.reveal {
  opacity: 0; transform: translateY(28px);
  transition: opacity .75s var(--ease), transform .75s var(--ease);
  transition-delay: var(--d, 0s);
}
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .orbit__ring, .badge__pulse, .marquee__track { animation: none !important; }
  html { scroll-behavior: auto; }
}

/* ====================================================
   RESPONSIVE
   ==================================================== */
@media (max-width: 960px) {
  .hero__inner { grid-template-columns: 1fr; gap: 50px; min-height: 0; padding: 20px 0 80px; }
  .orbit { max-width: 360px; margin: 0 auto; }
  .bento { grid-template-columns: 1fr; }
  .pillars { grid-template-columns: 1fr 1fr; }
  .cards-3 { grid-template-columns: 1fr; }
  .join__links { grid-template-columns: 1fr; }
  .contact__grid { grid-template-columns: 1fr; }
  .footer__inner { flex-direction: column; padding-bottom: 15px; }
  .footer__base { padding-top: 15px; }
}
@media (max-width: 720px) {
  .nav__toggle { display: flex; }
  .nav__links {
    position: fixed; inset: 80px 0 auto 0;
    background: rgba(6,12,28,.97);
    backdrop-filter: blur(16px);
    flex-direction: column; align-items: flex-start; gap: 6px;
    padding: 20px 30px 28px;
    border-bottom: 1px solid var(--line);
    /* Move up by its own full height + the 80px nav offset so no strip peeks out */
    transform: translateY(calc(-100% - 88px));
    transition: transform .4s var(--ease), visibility .4s;
    visibility: hidden;
  }
  .nav__links.open { transform: translateY(0); visibility: visible; }
  .nav__links a { width: 100%; padding: 10px 0; }
  .nav__links .btn { margin-top: 8px; width: 100%; }
  .section, .purpose, .join, .contact { padding: 70px 0; }
  .vm__row { grid-template-columns: 1fr; gap: 12px; }
  .pillars { grid-template-columns: 1fr; }
  .contact__formwrap { padding: 30px 22px; }
  .captcha { grid-template-columns: 1fr auto; }
  .captcha input { grid-column: 1 / -1; }
  .wrap { padding: 0 20px; }
  .orbit__label { display: none; }
  .footer__inner{ padding-bottom: 15px; }
  .footer__base { padding-top: 15px; }
}
