:root {
  color-scheme: light;
  --ink: #121212;
  --muted: #5d625b;
  --line: #ded8c8;
  --paper: #fffdf7;
  --cream: #f7f0df;
  --gold: #f5b400;
  --gold-deep: #d99a00;
  --gold-soft: #fff1bf;
  --terracotta: #b85c38;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(18, 18, 18, 0.12);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
}

h1,
h2,
h3,
.hero-line {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

body.menu-open {
  overflow: hidden;
}

body.modal-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.font-gujarati {
  font-family: "Noto Sans Gujarati", "DM Sans", sans-serif;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.announcement {
  min-height: 40px;
  padding: 9px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  background: var(--gold);
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 700;
  text-align: center;
}

.announcement a {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 34px;
  background: rgba(255, 253, 247, 0.92);
  border-bottom: 1px solid rgba(18, 18, 18, 0.09);
  backdrop-filter: blur(18px);
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-link img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

.brand-link span {
  display: grid;
  line-height: 1.05;
}

.brand-link strong {
  font-size: 1.25rem;
  font-weight: 900;
}

.brand-link small {
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 800;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  color: #2f332f;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: 999px;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: var(--cream);
  outline: none;
}

.site-nav .nav-cta {
  background: var(--ink);
  color: var(--white);
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible {
  background: #2b2b2b;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 10px;
  padding: 10px;
}

.menu-button span:not(.sr-only) {
  display: block;
  height: 2px;
  background: var(--ink);
  margin: 5px 0;
}

.hero {
  position: relative;
  min-height: calc(100vh - 40px);
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 20%, rgba(245, 180, 0, 0.22), transparent 28%),
    radial-gradient(circle at 15% 78%, rgba(18, 18, 18, 0.08), transparent 30%),
    linear-gradient(135deg, #fffdf7 0%, #fff7e4 54%, #f7f0df 100%);
  color: var(--ink);
}

#impact-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 253, 247, 0.94) 0%, rgba(255, 253, 247, 0.84) 35%, rgba(255, 253, 247, 0.22) 58%, rgba(255, 253, 247, 0) 100%),
    linear-gradient(0deg, rgba(255, 253, 247, 0.72), rgba(255, 253, 247, 0.02) 48%, rgba(255, 253, 247, 0.34));
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  min-height: calc(100vh - 40px);
  margin: 0 auto;
  padding: 96px 34px 112px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  align-items: center;
  gap: 60px;
}

.hero-copy {
  position: relative;
}

.hero-copy:before {
  content: "";
  position: absolute;
  inset: -42px -70px -48px -48px;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(ellipse at 34% 50%, rgba(255, 253, 247, 0.98) 0%, rgba(255, 253, 247, 0.9) 56%, rgba(255, 253, 247, 0) 78%);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-copy .eyebrow {
  display: inline-flex;
  width: auto;
  max-width: max-content;
  align-items: center;
  gap: 10px;
  margin-left: 2px;
  color: var(--gold-deep);
  line-height: 1;
}

.hero-copy .eyebrow:before {
  content: "";
  width: 26px;
  height: 3px;
  border-radius: 999px;
  background: var(--gold);
  flex: 0 0 auto;
}

.hero h1 {
  margin: 0;
  font-size: 5.4rem;
  line-height: 0.92;
  font-weight: 900;
  text-shadow: 0 2px 0 rgba(255, 253, 247, 0.84);
}

.hero-line {
  margin: 20px 0 0;
  max-width: 690px;
  font-size: 2rem;
  line-height: 1.12;
  font-weight: 900;
  text-shadow: 0 1px 0 rgba(255, 253, 247, 0.84);
}

.hero-text {
  max-width: 650px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.button.primary {
  background: var(--gold);
  color: var(--ink);
}

.button.primary:hover,
.button.primary:focus-visible {
  background: #ffd457;
}

.button.secondary {
  color: var(--ink);
  border-color: rgba(18, 18, 18, 0.16);
  background: rgba(255, 255, 255, 0.72);
}

.hero-logo {
  justify-self: end;
  position: relative;
  width: min(390px, 36vw);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.hero-logo:before,
.hero-logo:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero-logo:before {
  inset: 0;
  background:
    radial-gradient(circle, rgba(255, 253, 247, 0.88) 0 36%, rgba(255, 253, 247, 0.44) 37% 54%, rgba(255, 253, 247, 0.08) 55%),
    repeating-conic-gradient(from 14deg, rgba(18, 18, 18, 0.16) 0 8deg, rgba(245, 180, 0, 0.34) 8deg 12deg, transparent 12deg 28deg);
  -webkit-mask: radial-gradient(circle, transparent 0 34%, #000 35% 100%);
  mask: radial-gradient(circle, transparent 0 34%, #000 35% 100%);
  opacity: 0.9;
}

.hero-logo:after {
  inset: 42px;
  border: 1px dashed rgba(18, 18, 18, 0.24);
  animation: orbitSpin 26s linear infinite;
}

.hero-logo-core {
  position: relative;
  z-index: 2;
  width: 205px;
  height: 205px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(18, 18, 18, 0.1);
  border-radius: 50%;
  background: rgba(255, 253, 247, 0.82);
  box-shadow: 0 24px 70px rgba(18, 18, 18, 0.15);
  backdrop-filter: blur(12px);
}

.hero-logo-core:before,
.hero-logo-core:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  width: 240px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(18, 18, 18, 0.2), rgba(245, 180, 0, 0.6), transparent);
  transform-origin: 50% 50%;
}

.hero-logo-core:before {
  transform: translate(-50%, -50%) rotate(28deg);
}

.hero-logo-core:after {
  transform: translate(-50%, -50%) rotate(142deg);
}

.hero-logo img {
  width: 168px;
  height: 168px;
  border-radius: 50%;
  box-shadow: 0 14px 38px rgba(18, 18, 18, 0.08);
}

.orbit-node {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  border: 4px solid rgba(255, 253, 247, 0.92);
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 10px 28px rgba(18, 18, 18, 0.18);
  --angle: 0deg;
  --radius: 150px;
  animation: nodeOrbit 18s linear infinite;
  transform: translate(-50%, -50%) rotate(var(--angle)) translateX(var(--radius));
}

.orbit-node-one {
  --angle: 248deg;
  --radius: 134px;
  animation-duration: 17s;
}

.orbit-node-two {
  --angle: 4deg;
  --radius: 170px;
  animation-duration: 21s;
}

.orbit-node-three {
  --angle: 124deg;
  --radius: 154px;
  animation-duration: 24s;
  animation-direction: reverse;
}

.orbit-node-four {
  --angle: 58deg;
  --radius: 92px;
  width: 12px;
  height: 12px;
  border-width: 3px;
  background: var(--ink);
  animation-duration: 12s;
}

@keyframes orbitSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes nodeOrbit {
  to {
    transform: translate(-50%, -50%) rotate(calc(var(--angle) + 360deg)) translateX(var(--radius));
  }
}

.hero-bottom {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 3;
  width: min(1120px, calc(100% - 44px));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(18, 18, 18, 0.1);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(12px);
}

.hero-bottom span {
  padding: 16px 18px;
  color: #353831;
  font-size: 0.9rem;
  font-weight: 800;
  text-align: center;
  border-right: 1px solid rgba(18, 18, 18, 0.08);
}

.hero-bottom span:last-child {
  border-right: 0;
}

.mobile-label {
  display: none;
}

.section {
  padding: 94px 34px;
}

.section-heading {
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading.left {
  width: min(1180px, 100%);
  max-width: 1180px;
  margin: 0 auto 42px;
  text-align: left;
}

.section h2 {
  margin: 0;
  font-size: 2.7rem;
  line-height: 1.05;
  font-weight: 900;
  max-width: 860px;
}

.section-heading h2 {
  margin-inline: auto;
}

.section-heading.left h2 {
  margin-left: 0;
  margin-right: auto;
}

.section-heading p:not(.eyebrow),
.impact-panel p,
.vision-copy p,
.early-copy p {
  color: var(--muted);
  line-height: 1.75;
  font-size: 1.04rem;
}

.section-heading p:not(.eyebrow) {
  max-width: 680px;
  margin: 16px auto 0;
}

.section-heading.left p:not(.eyebrow) {
  margin-left: 0;
}

.possibility-section {
  background:
    linear-gradient(180deg, var(--paper), rgba(247, 240, 223, 0.64));
}

.steps-grid,
.partner-grid,
.impact-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.steps-grid {
  grid-template-columns: repeat(3, 1fr);
}

.step-card,
.partner-card,
.impact-card,
.vision-card {
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 8px;
  padding: 28px;
}

.step-card {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(245, 180, 0, 0.12), rgba(255, 255, 255, 0) 48%),
    var(--white);
}

.step-number {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--gold);
  font-size: 0.86rem;
  font-weight: 900;
}

.step-card:after {
  content: "";
  position: absolute;
  right: -38px;
  top: -38px;
  width: 118px;
  height: 118px;
  border: 1px dashed rgba(18, 18, 18, 0.16);
  border-radius: 50%;
}

.step-card h3,
.partner-card h3,
.impact-card h3 {
  margin: 18px 0 10px;
  font-size: 1.35rem;
}

.step-card p,
.partner-card p,
.impact-card p,
.timeline p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.step-card:hover,
.impact-card:hover,
.partner-card:hover {
  border-color: rgba(245, 180, 0, 0.5);
}

.impact-section {
  background: var(--white);
  color: var(--ink);
}

.impact-panel {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  align-items: center;
  gap: 48px;
}

.impact-panel h2 {
  color: var(--ink);
}

.impact-panel p {
  color: var(--muted);
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.impact-card {
  min-height: 230px;
  background:
    linear-gradient(180deg, rgba(245, 180, 0, 0.12), rgba(255, 255, 255, 0) 55%),
    var(--white);
}

.impact-card strong {
  display: block;
  color: var(--gold-deep);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.impact-card h3 {
  font-size: 1.55rem;
}

.partner-grid {
  grid-template-columns: repeat(3, 1fr);
}

.partner-card.featured {
  border-color: rgba(245, 180, 0, 0.55);
  background: var(--gold-soft);
}

.price {
  color: var(--ink);
  font-weight: 900;
}

.partner-card a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  margin-top: 22px;
  color: var(--ink);
  font-weight: 900;
  text-decoration: none;
  border-bottom: 2px solid var(--gold);
}

.vision-section {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 54px;
  align-items: center;
}

.vision-copy p + p {
  margin-top: 18px;
}

.vision-card {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(245, 180, 0, 0.24), transparent 38%),
    var(--white);
  box-shadow: 0 20px 60px rgba(18, 18, 18, 0.08);
}

.vision-card img {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  margin-bottom: 22px;
}

.vision-card blockquote {
  margin: 0;
}

.vision-card blockquote p {
  margin: 0;
  color: var(--ink);
  font-size: 1.45rem;
  line-height: 1.28;
  font-weight: 900;
}

.vision-points {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.vision-points span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-weight: 800;
}

.vision-points span:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  flex: 0 0 auto;
}

.journey-section {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  gap: 54px;
  align-items: start;
}

.timeline {
  border-left: 3px solid var(--gold);
}

.timeline div {
  position: relative;
  padding: 0 0 34px 34px;
}

.timeline div:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--gold);
  border: 3px solid var(--paper);
}

.timeline span {
  color: var(--terracotta);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.timeline strong {
  display: block;
  margin: 6px 0 8px;
  font-size: 1.3rem;
}

.early-form {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: end;
  margin-top: 24px;
}

.early-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 900;
}

.early-form input,
.early-form select,
.early-form textarea {
  width: 100%;
  border: 1px solid rgba(18, 18, 18, 0.16);
  background: var(--white);
  color: var(--ink);
  border-radius: 8px;
  padding: 13px 14px;
  outline: none;
}

.early-form .button {
  min-height: 50px;
  padding-inline: 24px;
  white-space: nowrap;
}

.early-form .button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.early-form input:focus,
.early-form select:focus,
.early-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(245, 180, 0, 0.24);
}

.email-field {
  min-width: 0;
}

.honey-field {
  position: absolute;
  left: -9999px;
}

.full {
  grid-column: 1 / -1;
}

.form-status {
  grid-column: 1 / -1;
  min-height: 22px;
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  overflow-y: auto;
  background: rgba(18, 18, 18, 0.42);
  backdrop-filter: blur(10px);
}

.modal-backdrop[aria-hidden="true"] {
  display: none;
}

.early-modal {
  position: relative;
  width: min(520px, 100%);
  max-height: calc(100svh - 48px);
  overflow-y: auto;
  padding: 34px;
  border: 1px solid rgba(18, 18, 18, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at top right, rgba(245, 180, 0, 0.18), transparent 34%),
    var(--paper);
  box-shadow: 0 34px 90px rgba(18, 18, 18, 0.24);
}

.early-modal h2 {
  max-width: 390px;
  margin: 0;
  font-size: 2rem;
  line-height: 1.06;
  font-weight: 900;
}

.early-modal p:not(.eyebrow) {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.early-modal a {
  color: var(--gold-deep);
  font-weight: 800;
}

.modal-mark {
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(18, 18, 18, 0.1);
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(18, 18, 18, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.modal-close:hover,
.modal-close:focus-visible {
  border-color: rgba(18, 18, 18, 0.24);
  outline: none;
}

.site-footer {
  min-height: 110px;
  padding: 28px 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--cream);
  color: var(--ink);
  border-top: 1px solid var(--line);
}

.site-footer div {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
}

.site-footer img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--white);
}

.site-footer span {
  color: var(--gold-deep);
  font-size: 0.88rem;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.site-footer a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 700;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--ink);
  outline: none;
}

@media (max-width: 980px) {
  .site-header {
    padding: 12px 20px;
  }

  .menu-button {
    display: block;
  }

  .site-nav {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 92px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  body.menu-open .site-nav {
    display: flex;
  }

  .site-nav a {
    border-radius: 8px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    padding: 70px 22px 150px;
    gap: 34px;
  }

  .hero h1 {
    font-size: 4.1rem;
  }

  .hero-line {
    font-size: 1.55rem;
  }

  .hero-logo {
    justify-self: center;
    width: min(320px, 82vw);
  }

  .hero-bottom {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-bottom span:nth-child(2) {
    border-right: 0;
  }

  .hero-bottom span:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(18, 18, 18, 0.08);
  }

  .steps-grid,
  .partner-grid,
  .impact-grid,
  .impact-panel,
  .vision-section,
  .journey-section {
    grid-template-columns: 1fr;
  }

  .impact-panel {
    gap: 28px;
  }
}

@media (max-width: 620px) {
  .announcement {
    flex-direction: column;
    gap: 4px;
    padding: 10px 14px;
  }

  .brand-link {
    gap: 10px;
  }

  .brand-link img {
    width: 42px;
    height: 42px;
  }

  .brand-link strong {
    font-size: 1.1rem;
  }

  .brand-link small {
    display: block;
    max-width: 150px;
    color: var(--gold-deep);
    font-size: 0.68rem;
    line-height: 1.15;
    white-space: nowrap;
  }

  .hero {
    min-height: 760px;
  }

  .hero-inner {
    min-height: 760px;
    gap: 24px;
    padding-bottom: 120px;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(255, 253, 247, 0.96) 0%, rgba(255, 253, 247, 0.88) 50%, rgba(255, 253, 247, 0.14) 68%, rgba(255, 253, 247, 0.02) 100%);
  }

  .hero h1 {
    font-size: 3.25rem;
  }

  .hero-line {
    font-size: 1.35rem;
  }

  .hero-actions {
    gap: 8px;
  }

  .hero-actions .button {
    padding-inline: 15px;
    font-size: 0.92rem;
  }

  .hero-logo {
    width: min(226px, 64vw);
  }

  .hero-logo:before {
    background:
      radial-gradient(circle, rgba(255, 253, 247, 0.92) 0 39%, rgba(255, 241, 191, 0.34) 40% 57%, rgba(255, 253, 247, 0.04) 58%),
      conic-gradient(from -18deg, transparent 0deg 42deg, rgba(245, 180, 0, 0.26) 42deg 52deg, transparent 52deg 116deg, rgba(245, 180, 0, 0.2) 116deg 124deg, transparent 124deg 220deg, rgba(18, 18, 18, 0.08) 220deg 226deg, transparent 226deg 360deg);
    opacity: 0.72;
  }

  .hero-logo:after {
    inset: 26px;
    border-color: rgba(245, 180, 0, 0.38);
  }

  .hero-logo-core {
    width: 144px;
    height: 144px;
    background: rgba(255, 253, 247, 0.94);
    box-shadow: 0 18px 52px rgba(18, 18, 18, 0.12);
  }

  .hero-logo-core:before,
  .hero-logo-core:after {
    display: none;
  }

  .hero-logo img {
    width: 122px;
    height: 122px;
  }

  .orbit-node {
    width: 14px;
    height: 14px;
    border-width: 3px;
    --radius: 96px;
  }

  .orbit-node-one {
    --radius: 82px;
  }

  .orbit-node-two {
    --radius: 108px;
  }

  .orbit-node-three {
    --radius: 98px;
  }

  .orbit-node-four {
    width: 10px;
    height: 10px;
    border-width: 2px;
    --radius: 58px;
  }

  .section {
    padding: 70px 20px;
  }

  .section-heading {
    text-align: left;
    margin-bottom: 32px;
  }

  .section-heading h2,
  .section-heading p:not(.eyebrow) {
    margin-left: 0;
    margin-right: 0;
  }

  .section h2 {
    font-size: 2rem;
    line-height: 1.12;
  }

  .vision-card blockquote p {
    font-size: 1.24rem;
    line-height: 1.32;
  }

  .step-card,
  .partner-card,
  .impact-card,
  .vision-card {
    padding: 24px;
  }

  .step-card {
    min-height: 0;
  }

  .hero-bottom {
    bottom: 14px;
    width: calc(100% - 28px);
  }

  .hero-bottom span {
    padding: 13px 8px;
    font-size: 0.78rem;
  }

  .hero-bottom .desktop-label {
    display: none;
  }

  .hero-bottom .mobile-label {
    display: inline;
  }

  .impact-grid,
  .early-form {
    grid-template-columns: 1fr;
  }

  .early-form .button {
    width: 100%;
  }

  .modal-backdrop {
    align-items: end;
    padding: 14px;
  }

  .early-modal {
    width: 100%;
    max-height: calc(100svh - 28px);
    padding: 28px 24px 24px;
    border-radius: 8px 8px 0 0;
  }

  .early-modal h2 {
    font-size: 1.85rem;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer nav {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button {
    transition: none;
  }

  .hero-logo:after {
    animation: none;
  }

  .orbit-node {
    animation: none;
  }
}
