*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;border:0 solid}
html{-webkit-text-size-adjust:100%;line-height:1.5}
body{min-height:100vh}
img,svg,video{display:block}
ul,ol{list-style:none}
a{color:inherit;text-decoration:inherit}
button{font:inherit;color:inherit;background:none}
h1,h2,h3,p,figure{margin:0}
/* ArcVane Technologies: brand layer (unlayered, so it wins over framework layers) */
:root {
  --ink: #060920;
  --navy: #0b1033;
  --navy-2: #121a4a;
  --line: rgba(160, 175, 255, 0.14);
  --violet: #5b3df5;
  --violet-2: #7a5cff;
  --azure: #1e88ff;
  --teal: #14d3b8;
  --amber: #f5a524;
  --mist: #eef0f6;
  --text: #e8ebf8;
  --muted: #a3abcf;
  --dim: #6f78a3;
  --display: "Sora", ui-sans-serif, system-ui, sans-serif;
  --body: "Manrope", ui-sans-serif, system-ui, sans-serif;
  --gutter: clamp(16px, 5vw, 64px);
  --ease: cubic-bezier(0.2, 0.7, 0.1, 1);
}

html { scroll-behavior: smooth; }
body { background: var(--ink); color: var(--text); }

.av {
  font-family: var(--body);
  background: var(--ink);
  color: var(--text);
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.av h1, .av h2, .av h3 { font-family: var(--display); letter-spacing: -0.02em; }
.av a { color: inherit; text-decoration: none; }
.av img { display: block; max-width: none; }
.av :focus-visible { outline: 2px solid var(--teal); outline-offset: 3px; border-radius: 6px; }
.wrap { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 var(--gutter); }

.skip { position: absolute; left: -9999px; top: 8px; z-index: 100; background: var(--mist); color: var(--navy) !important; padding: 10px 14px; border-radius: 8px; }
.skip:focus { left: 12px; }

.eyebrow {
  font-family: var(--display);
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--muted);
  display: inline-flex; align-items: center; gap: 12px;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: linear-gradient(90deg, var(--violet), var(--azure)); }
.eyebrow-azure { color: #8fc2ff; }

/* NAV */
.nav {
  position: fixed; inset: 14px var(--gutter) auto; z-index: 50;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 10px 10px 10px 16px;
  border: 1px solid var(--line); border-radius: 999px;
  background: rgba(8, 12, 40, 0.55);
  backdrop-filter: blur(14px) saturate(140%); -webkit-backdrop-filter: blur(14px) saturate(140%);
  max-width: 1240px; margin: 0 auto;
}
.brand { display: flex; align-items: center; gap: 10px; }
.brand-mark { width: 30px; height: 26px; }
.brand-word { font-family: var(--display); font-weight: 600; font-size: 19px; letter-spacing: -0.02em; }
.nav-links { display: flex; gap: 28px; font-size: 14px; color: var(--muted); }
.nav-links a { position: relative; transition: color 0.25s; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 1px; background: var(--azure); transform: scaleX(0); transform-origin: left; transition: transform 0.35s var(--ease); }
.nav-links a:hover { color: var(--text); }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-call {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 16px; border-radius: 999px;
  font-size: 14px; font-weight: 600;
  background: var(--mist); color: var(--navy) !important;
  transition: transform 0.3s var(--ease), box-shadow 0.3s;
}
.nav-call:hover { transform: translateY(-1px); box-shadow: 0 8px 30px rgba(30, 136, 255, 0.35); }
.ico { width: 18px; height: 18px; flex: none; }

/* HERO */
.hero {
  position: relative; min-height: 100svh; overflow: hidden;
  display: flex; align-items: center;
  isolation: isolate;
}
.hero-media { position: absolute; inset: 0; z-index: -3; will-change: transform; }
.hero-video { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 62% 50%; background: var(--navy) url(/assets/hero-poster.webp) center / cover no-repeat; }
.hero-veil {
  position: absolute; inset: 0; z-index: -2; pointer-events: none;
  background:
    linear-gradient(90deg, rgba(6, 9, 32, 0.86) 0%, rgba(6, 9, 32, 0.45) 45%, rgba(6, 9, 32, 0) 75%),
    linear-gradient(180deg, rgba(6, 9, 32, 0) 60%, var(--ink) 100%);
}
.hero-dust {
  position: absolute; inset: -20% 0; z-index: -1; pointer-events: none; will-change: transform;
  background-image:
    radial-gradient(1.4px 1.4px at 12% 22%, rgba(255,255,255,.75), transparent 60%),
    radial-gradient(1px 1px at 28% 68%, rgba(180,200,255,.7), transparent 60%),
    radial-gradient(1.6px 1.6px at 44% 38%, rgba(255,255,255,.55), transparent 60%),
    radial-gradient(1px 1px at 58% 82%, rgba(160,140,255,.8), transparent 60%),
    radial-gradient(1.2px 1.2px at 71% 18%, rgba(255,255,255,.6), transparent 60%),
    radial-gradient(1px 1px at 86% 56%, rgba(140,200,255,.8), transparent 60%),
    radial-gradient(1.5px 1.5px at 93% 88%, rgba(255,255,255,.5), transparent 60%),
    radial-gradient(1px 1px at 6% 90%, rgba(255,255,255,.6), transparent 60%);
  background-size: 640px 640px;
  opacity: 0.8;
}
.hero-copy { position: relative; width: 100%; max-width: 1240px; margin: 0 auto; padding: 120px var(--gutter) 90px; will-change: transform; }
.kicker { font-family: var(--display); font-size: 12px; letter-spacing: 0.42em; text-transform: uppercase; color: #b9c3ff; margin-bottom: 22px; }
.kicker span { display: inline-block; animation: rise 1s 0.1s var(--ease) both; }
.hero-title { font-size: clamp(56px, 11vw, 168px); line-height: 0.9; font-weight: 600; letter-spacing: -0.045em; }
.hero-title .line { display: block; overflow: hidden; padding-bottom: 0.06em; }
.hero-title .line > span { display: inline-block; animation: rise 1.1s var(--ease) both; }
.hero-title .line:nth-child(2) > span { animation-delay: 0.12s; background: linear-gradient(92deg, #fff 0%, #cfd7ff 40%, #8fb8ff 75%, #6d7bff 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-title i { font-style: normal; color: var(--azure); -webkit-text-fill-color: var(--azure); }
.hero-lede { max-width: 520px; margin-top: 28px; font-size: clamp(16px, 1.6vw, 19px); line-height: 1.6; color: #c6cdee; animation: rise 1.1s 0.28s var(--ease) both; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; animation: rise 1.1s 0.4s var(--ease) both; }
@keyframes rise { from { transform: translateY(105%); } to { transform: none; } }

.cta-sweep {
  position: relative; overflow: hidden; isolation: isolate;
  display: inline-flex; align-items: center; gap: 12px;
  padding: 16px 24px; border-radius: 14px;
  font-weight: 700; font-size: 15px; color: #fff;
  background: linear-gradient(100deg, var(--violet), var(--azure));
  box-shadow: 0 10px 40px rgba(91, 61, 245, 0.45);
}
.cta-sweep::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, var(--azure), var(--teal)); transform: translateX(-101%); transition: transform 0.55s var(--ease); }
.cta-sweep:hover::before { transform: none; }
.cta-sweep svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; transition: transform 0.35s var(--ease); }
.cta-sweep:hover svg { transform: translateX(4px); }
.cta-ghost { display: inline-flex; align-items: center; padding: 16px 22px; border-radius: 14px; font-weight: 600; font-size: 15px; border: 1px solid rgba(200, 210, 255, 0.28); color: #dfe4ff; transition: border-color 0.3s, background 0.3s; }
.cta-ghost:hover { border-color: rgba(200, 210, 255, 0.6); background: rgba(255, 255, 255, 0.05); }

.hero-toggle {
  position: absolute; right: var(--gutter); bottom: 28px; z-index: 3;
  width: 40px; height: 40px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25); background: rgba(6, 9, 32, 0.5); color: #fff; cursor: pointer;
}
.hero-toggle svg { width: 16px; height: 16px; fill: currentColor; }
.scroll-cue { position: absolute; left: 50%; bottom: 28px; transform: translateX(-50%); width: 26px; height: 42px; border: 1px solid rgba(255,255,255,.35); border-radius: 14px; }
.scroll-cue span { position: absolute; left: 50%; top: 8px; width: 3px; height: 8px; margin-left: -1.5px; border-radius: 2px; background: #fff; animation: cue 1.8s var(--ease) infinite; }
@keyframes cue { 0% { transform: translateY(0); } 70% { transform: translateY(14px); } 100% { transform: translateY(0); } }

/* MARQUEE */
.marquee { border-block: 1px solid var(--line); overflow: hidden; padding: 18px 0; background: linear-gradient(90deg, rgba(91,61,245,.08), rgba(30,136,255,.08)); }
.marquee-track { display: flex; width: max-content; animation: marquee 38s linear infinite; }
.marquee-track span { font-family: var(--display); font-size: clamp(18px, 2.4vw, 28px); font-weight: 500; white-space: pre; color: #cbd2f5; letter-spacing: -0.01em; }
.marquee-track b { color: var(--azure); font-weight: 400; padding: 0 0.4em; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* IDEA */
.idea { position: relative; padding: clamp(96px, 14vw, 180px) 0; overflow: hidden; }
.idea-arc { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0.6; pointer-events: none; will-change: transform; }
.idea-grid { position: relative; display: grid; grid-template-columns: 1.25fr 1fr; gap: clamp(40px, 7vw, 110px); align-items: center; }
.idea-title { font-size: clamp(36px, 5.4vw, 72px); line-height: 1.02; font-weight: 600; margin: 22px 0 30px; }
.idea-title em { font-style: normal; }
.t-arc { color: var(--violet-2); }
.t-vane { color: var(--azure); }
.idea-body { font-size: 17px; line-height: 1.7; color: var(--muted); max-width: 560px; }
.idea-body + .idea-body { margin-top: 16px; }
.meaning { display: grid; gap: 14px; }
.meaning li { display: grid; grid-template-columns: 84px 1fr; gap: 20px; align-items: center; padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(160deg, rgba(18, 26, 74, 0.7), rgba(11, 16, 51, 0.3)); transition: transform 0.4s var(--ease), border-color 0.4s; }
.meaning li:hover { transform: translateX(6px); border-color: rgba(122, 92, 255, 0.45); }
.meaning svg { width: 80px; height: 44px; }
.m-arc { fill: none; stroke: var(--violet-2); stroke-width: 5; stroke-linecap: round; }
.m-vane { fill: var(--azure); }
.m-mark { width: 60px !important; height: 52px !important; margin-left: 10px; }
.meaning h3 { font-size: 15px; letter-spacing: 0.24em; text-transform: uppercase; font-weight: 600; }
.meaning p { color: var(--muted); font-size: 15px; margin-top: 4px; line-height: 1.5; }

/* VENDING */
.vend { position: relative; padding: clamp(80px, 10vw, 140px) 0; background: linear-gradient(180deg, var(--ink), #081033 30%, #0a1440 70%, var(--ink)); }
.vend-title { font-size: clamp(40px, 6.4vw, 92px); line-height: 0.98; font-weight: 600; margin: 22px 0 26px; max-width: 14ch; }
.vend-title span { background: linear-gradient(95deg, #9fc9ff, var(--azure) 55%, var(--violet-2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.vend-lede { max-width: 620px; font-size: 18px; line-height: 1.65; color: var(--muted); }
.vend-stage { position: relative; max-width: 1400px; margin: clamp(48px, 7vw, 90px) auto 0; padding: 0 var(--gutter); display: grid; grid-template-columns: 1.55fr 1fr; align-items: center; }
.vend-photo { position: relative; aspect-ratio: 4 / 3.1; overflow: hidden; border-radius: 28px; margin: 0; box-shadow: 0 40px 120px rgba(4, 8, 30, 0.8); }
.vend-photo img { position: absolute; left: 0; top: -12%; width: 100%; height: 124%; object-fit: cover; will-change: transform; }
.vend-photo::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); background: linear-gradient(0deg, rgba(6,9,32,.35), transparent 40%); }
.equip { position: relative; z-index: 2; margin-left: -12%; padding: clamp(24px, 3vw, 40px); border-radius: 26px; background: rgba(10, 16, 52, 0.78); border: 1px solid rgba(143, 184, 255, 0.18); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); will-change: transform; }
.equip-label { font-family: var(--display); font-size: 12px; letter-spacing: 0.3em; text-transform: uppercase; color: #8fc2ff; margin-bottom: 14px; }
.equip li { padding: 14px 0; border-top: 1px solid var(--line); }
.equip li:first-child { border-top: 0; }
.equip h3 { font-size: 17px; font-weight: 600; }
.equip li p { font-size: 14px; line-height: 1.5; color: var(--muted); margin-top: 3px; }
.supply { margin-top: 18px; padding-top: 16px; border-top: 1px dashed rgba(143,184,255,.25); font-size: 13px; line-height: 1.55; color: var(--dim); }
.supply a { color: #9fc9ff !important; border-bottom: 1px solid rgba(159, 201, 255, 0.4); }
.supply a:hover { color: #fff !important; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(64px, 8vw, 110px); }
.steps li { position: relative; padding: 28px 28px 8px 0; border-top: 1px solid var(--line); }
.steps li::before { content: ""; position: absolute; top: -1px; left: 0; width: 42%; height: 2px; background: linear-gradient(90deg, var(--violet), var(--azure)); }
.step-n { font-family: var(--display); font-size: 13px; color: var(--azure); letter-spacing: 0.12em; }
.steps h3 { font-size: 22px; font-weight: 600; margin: 12px 0 10px; }
.steps p { color: var(--muted); line-height: 1.6; font-size: 15px; max-width: 30ch; }
.host { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; margin-top: 64px; padding-top: 28px; padding-bottom: 28px; border: 1px solid var(--line); border-radius: 22px; max-width: calc(1240px - 2 * var(--gutter)); background: rgba(18, 26, 74, 0.45); }
.host p { font-family: var(--display); font-size: clamp(18px, 2vw, 22px); font-weight: 500; }
.cta-pill { display: inline-flex; align-items: center; gap: 10px; padding: 14px 20px; border-radius: 999px; font-weight: 700; font-size: 15px; color: var(--navy) !important; background: linear-gradient(95deg, #d9ecff, #9fd3ff); transition: transform 0.3s var(--ease), box-shadow 0.3s; }
.cta-pill:hover { transform: translateY(-2px) scale(1.02); box-shadow: 0 10px 34px rgba(30, 136, 255, 0.4); }

/* VENTURES */
.ventures { position: relative; overflow: hidden; padding: clamp(96px, 12vw, 170px) 0; }
.ventures-bg { position: absolute; inset: -25% 0; z-index: 0; background: url(/assets/ribbons-1600.webp) center / cover no-repeat; opacity: 0.35; will-change: transform; mask-image: linear-gradient(180deg, transparent, #000 25%, #000 75%, transparent); -webkit-mask-image: linear-gradient(180deg, transparent, #000 25%, #000 75%, transparent); }
.ventures .wrap { position: relative; z-index: 1; }
.ventures-head { max-width: 720px; }
.ventures-head h2 { font-size: clamp(36px, 5vw, 64px); line-height: 1.04; font-weight: 600; margin: 22px 0 20px; }
.ventures-head p { color: var(--muted); font-size: 17px; line-height: 1.7; }
.v-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 60px; }
.v-card { --tone: var(--azure); position: relative; border-radius: 24px; overflow: hidden; background: rgba(9, 13, 42, 0.82); border: 1px solid var(--line); transition: transform 0.5s var(--ease), border-color 0.5s; }
.v-card:hover { transform: translateY(-6px); border-color: color-mix(in srgb, var(--tone) 55%, transparent); }
.tone-amber { --tone: var(--amber); }
.tone-teal { --tone: var(--teal); }
.v-img { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.v-img img { position: absolute; left: 0; top: -12%; width: 100%; height: 124%; object-fit: cover; will-change: transform; }
.v-img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(9,13,42,1), transparent 60%); }
.v-body { padding: 4px 26px 30px; }
.v-meta { display: flex; justify-content: space-between; align-items: center; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; }
.v-n { font-family: var(--display); color: var(--tone); }
.v-status { padding: 6px 10px; border-radius: 999px; border: 1px solid color-mix(in srgb, var(--tone) 45%, transparent); color: color-mix(in srgb, var(--tone) 80%, white); }
.v-parent { margin-top: 22px; font-family: var(--display); font-size: 13px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--dim); }
.v-card h3 { font-size: 24px; font-weight: 600; margin: 6px 0 12px; line-height: 1.15; }
.v-card h3 + p { color: var(--muted); line-height: 1.6; font-size: 15px; }
.v-card::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; z-index: 2; background: var(--tone); transform: scaleX(0.18); transform-origin: left; transition: transform 0.6s var(--ease); }
.v-card:hover::before { transform: scaleX(1); }

/* VALUES */
.values { padding: clamp(80px, 10vw, 130px) 0; background: var(--mist); color: var(--navy); }
.values-h { font-size: clamp(32px, 4.4vw, 56px); font-weight: 600; line-height: 1.05; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 50px; }
.values-grid li { padding: 28px 26px 12px 26px; border-left: 1px solid rgba(11, 16, 51, 0.12); }
.values-grid li:first-child { border-left: 0; padding-left: 0; }
.v-ico svg { width: 48px; height: 48px; fill: none; stroke: var(--violet); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform 0.5s var(--ease); }
.values-grid li:hover .v-ico svg { transform: translateY(-4px) rotate(-4deg); }
.values-grid h3 { margin-top: 18px; font-size: 15px; letter-spacing: 0.24em; text-transform: uppercase; font-weight: 700; }
.values-grid p { margin-top: 8px; color: #4a527a; line-height: 1.55; font-size: 15px; }

/* CONTACT */
.contact { position: relative; overflow: hidden; padding: clamp(100px, 13vw, 180px) 0; }
.contact-glow { position: absolute; left: 50%; top: 10%; width: 1200px; height: 1200px; margin-left: -600px; border-radius: 50%; background: radial-gradient(closest-side, rgba(91, 61, 245, 0.35), rgba(30, 136, 255, 0.12) 55%, transparent 72%); pointer-events: none; will-change: transform; }
.contact .wrap { position: relative; }
.contact-head h2 { font-size: clamp(40px, 6.4vw, 92px); line-height: 0.98; font-weight: 600; margin: 22px 0; }
.contact-head p { color: var(--muted); font-size: 18px; max-width: 520px; line-height: 1.6; }
.founders { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 56px; }
.founder { position: relative; overflow: hidden; isolation: isolate; display: grid; grid-template-columns: auto 1fr; gap: 22px 20px; padding: 28px; border-radius: 26px; border: 1px solid rgba(160, 175, 255, 0.2); background: linear-gradient(150deg, rgba(20, 28, 80, 0.85), rgba(9, 13, 42, 0.85)); transition: transform 0.45s var(--ease), border-color 0.45s; }
.founder::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(600px circle at 100% 0%, rgba(30, 136, 255, 0.25), transparent 45%); opacity: 0; transition: opacity 0.45s; }
.founder:hover { transform: translateY(-4px); border-color: rgba(143, 184, 255, 0.5); }
.founder:hover::before { opacity: 1; }
.f-initials { width: 64px; height: 64px; border-radius: 18px; display: grid; place-items: center; font-family: var(--display); font-weight: 600; font-size: 22px; color: #fff; background: linear-gradient(140deg, var(--violet), var(--azure)); }
.f-1 .f-initials { background: linear-gradient(140deg, var(--azure), var(--teal)); }
.f-text { display: flex; flex-direction: column; gap: 4px; justify-content: center; }
.f-name { font-family: var(--display); font-size: 24px; font-weight: 600; letter-spacing: -0.02em; }
.f-title { font-size: 14px; font-weight: 600; color: #9fc9ff; }
.f-focus { font-size: 14px; color: var(--dim); }
.f-phone { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 20px; border-radius: 16px; background: rgba(238, 240, 246, 0.07); border: 1px solid var(--line); font-family: var(--display); font-size: clamp(20px, 2.4vw, 26px); font-weight: 600; letter-spacing: 0.01em; transition: background 0.35s; }
.f-phone .ico { width: 24px; height: 24px; order: 2; color: var(--azure); }
.founder:hover .f-phone { background: rgba(238, 240, 246, 0.14); }

/* FOOTER */
.foot { border-top: 1px solid var(--line); padding: 40px 0 44px; }
.foot-in { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
.foot-brand { display: flex; align-items: center; gap: 12px; }
.foot-mark { width: 40px; height: 35px; }
.foot-word { font-family: var(--display); font-weight: 600; font-size: 20px; line-height: 1; }
.foot-sub { font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--dim); margin-top: 5px; }
.foot-tag { font-family: var(--display); font-size: 12px; letter-spacing: 0.42em; text-transform: uppercase; color: var(--muted); }
.foot-copy { justify-self: end; font-size: 13px; color: var(--dim); }

/* Reveal: transform only, content always visible */
.will-reveal { transform: translateY(28px); transition: transform 1s var(--ease); }
.will-reveal.is-in { transform: none; }

@media (max-width: 960px) {
  .idea-grid, .vend-stage { grid-template-columns: 1fr; }
  .equip { margin: -64px 14px 0; }
  .v-cards { grid-template-columns: 1fr; max-width: 560px; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid li:nth-child(3) { border-left: 0; padding-left: 0; }
  .founders { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .nav { inset: 10px 12px auto; padding: 8px 8px 8px 14px; }
  .nav-links { display: none; }
  .hero-copy { padding-top: 110px; padding-bottom: 110px; }
  .hero-video { object-position: 70% 50%; }
  .hero-veil { background: linear-gradient(180deg, rgba(6,9,32,.35) 0%, rgba(6,9,32,.55) 40%, rgba(6,9,32,.9) 80%, var(--ink) 100%); }
  .hero-ctas a { flex: 1 1 100%; justify-content: center; }
  .steps { grid-template-columns: 1fr; }
  .steps li { padding-right: 0; }
  .host { margin-left: var(--gutter); margin-right: var(--gutter); max-width: none; width: auto; padding: 22px; }
  .cta-pill { width: 100%; justify-content: center; }
  .meaning li { grid-template-columns: 64px 1fr; padding: 18px; }
  .meaning svg { width: 64px; }
  .foot-in { grid-template-columns: 1fr; }
  .foot-copy { justify-self: start; }
  .founder { padding: 22px; }
  .f-name { font-size: 21px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .av *, .av *::before, .av *::after { animation: none !important; transition: none !important; }
  [data-depth] { transform: none !important; }
  .will-reveal { transform: none; }
}
