@font-face {
  font-family: "Cormorant SC";
  src: url("./fonts/CormorantSC-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant SC";
  src: url("./fonts/CormorantSC-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant SC";
  src: url("./fonts/CormorantSC-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant SC";
  src: url("./fonts/CormorantSC-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant SC";
  src: url("./fonts/CormorantSC-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Cinzel";
  src: url("./fonts/Cinzel-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Cinzel";
  src: url("./fonts/Cinzel-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Cinzel";
  src: url("./fonts/Cinzel-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Cinzel";
  src: url("./fonts/Cinzel-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Cinzel";
  src: url("./fonts/Cinzel-ExtraBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Cinzel";
  src: url("./fonts/Cinzel-Black.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "Inria Serif";
  src: url("./fonts/InriaSerif-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Inria Serif";
  src: url("./fonts/InriaSerif-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Inria Serif";
  src: url("./fonts/InriaSerif-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Inria Serif";
  src: url("./fonts/InriaSerif-LightItalic.woff2") format("woff2");
  font-style: italic;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Inria Serif";
  src: url("./fonts/InriaSerif-Italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Inria Serif";
  src: url("./fonts/InriaSerif-BoldItalic.woff2") format("woff2");
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}

:root {
  --background: #f8f7f4;
  --navy: #11325b;
  --gold: #b38a49;
  --soft-navy: rgba(17, 50, 91, 0.12);
  --soft-gold: rgba(179, 138, 73, 0.18);
  --text: #102b4c;
  --font-title: "Cormorant SC", Georgia, serif;
  --font-secondary: "Cinzel", Georgia, serif;
  --font-body: "Inria Serif", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--text);
  font-family: var(--font-body);
}

a {
  color: inherit;
  text-decoration: none;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--background);
}

#avano-field {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 18px;
  height: 18px;
  background: url("./uploads/mouse-icon.svg") center / contain no-repeat;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, -50%, 0);
  transition: opacity 160ms ease;
  will-change: transform;
}

.custom-cursor.is-visible {
  opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
  body,
  body * {
    cursor: none;
  }
}

@media (hover: none), (pointer: coarse) {
  .custom-cursor {
    display: none;
  }
}

.hero__frame {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 100svh;
  padding: clamp(1rem, 2.4vw, 2.4rem) clamp(1.25rem, 6vw, 6rem);
  pointer-events: none;
}

.hero__copy {
  display: flex;
  width: min(54vw, 45rem);
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  pointer-events: none;
}

.hero__opening-title,
.hero__opening-subtitle,
.hero__bridge,
.hero__closing {
  margin: 0;
}

.hero__opening-title {
  color: var(--navy);
  font-family: var(--font-title);
  font-size: clamp(1.65rem, 3.1vw, 3.2rem);
  font-weight: 500;
  line-height: 0.95;
}

.keep-line {
  white-space: nowrap;
}

.hero__opening-subtitle {
  margin-top: clamp(0.25rem, 0.7vh, 0.5rem);
  color: color-mix(in srgb, var(--navy) 84%, var(--gold));
  font-family: var(--font-secondary);
  font-size: clamp(0.72rem, 0.92vw, 0.95rem);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.08em;
}

.hero__headline {
  width: min(100%, 45rem);
  max-width: none;
  margin: clamp(1rem, 2.5vh, 1.8rem) 0 0;
  color: var(--navy);
  font-family: var(--font-title);
  font-size: clamp(2.35rem, 4.7vw, 5.1rem);
  font-weight: 600;
  line-height: 0.88;
}

.hero__bridge {
  width: min(100%, 38rem);
  margin-top: clamp(0.7rem, 1.8vh, 1.2rem);
  color: var(--gold);
  font-family: var(--font-secondary);
  font-size: clamp(0.75rem, 1vw, 1.05rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.08em;
}

.section-logo {
  display: block;
  width: min(44vw, 38rem);
  min-width: 24rem;
  padding: clamp(0.35rem, 1vw, 0.8rem);
  background: var(--background);
  object-fit: contain;
}

.section-logo--second {
  width: min(48vw, 34rem);
  min-width: 20rem;
  margin: 0 0 clamp(1.8rem, 4vw, 3.4rem);
  transform: translateX(calc(50vw - 50% - clamp(1.25rem, 6vw, 6rem)));
}

.hero__closing {
  width: min(100%, 45rem);
  margin-top: clamp(0.95rem, 2.2vh, 1.4rem);
  color: var(--gold);
  font-family: var(--font-secondary);
  font-size: clamp(0.75rem, 1vw, 1.05rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.08em;
}

.hero__cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  min-width: clamp(14rem, 18vw, 18rem);
  min-height: clamp(4.1rem, 5.6vw, 5.1rem);
  margin-top: clamp(1.4rem, 3vh, 2.2rem);
  padding: 1.15rem 2.6rem;
  border: 2px solid color-mix(in srgb, var(--gold) 42%, var(--navy));
  border-radius: 999px;
  background: var(--navy);
  color: #d7b86f;
  font-family: var(--font-secondary);
  font-size: clamp(1.05rem, 1.35vw, 1.45rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.14em;
  pointer-events: auto;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.22);
  text-transform: uppercase;
  isolation: isolate;
}

.hero__cta::before {
  content: "";
  position: absolute;
  inset: -0.38rem;
  z-index: -1;
  border-radius: inherit;
  background: rgba(17, 50, 91, 0.18);
  opacity: 0;
  transform: scale(0.94);
  transform-origin: center;
  animation: ctaPulse 3.8s ease-in-out infinite;
}

.hero__cta:hover,
.hero__cta:focus-visible {
  background: color-mix(in srgb, var(--navy) 88%, black);
  outline: 2px solid rgba(179, 138, 73, 0.28);
  outline-offset: 3px;
}

.reveal {
  opacity: 1;
  transform: none;
  animation: none;
}

.reveal--first {
  animation-delay: 0.35s;
}

.reveal--second {
  animation-delay: 1.45s;
}

.reveal--third {
  animation-delay: 2.85s;
}

.reveal--fourth {
  animation-delay: 4.75s;
}

.reveal--fifth {
  animation-delay: 5.85s;
}

.reveal--sixth {
  animation-delay: 6.65s;
}

.content-section {
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding: 7rem clamp(1.25rem, 5vw, 5rem);
  background: var(--background);
}

.content-section--muted {
  background: #ebe7df;
}

.content-section__inner {
  width: min(100%, 58rem);
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--gold);
  font-family: var(--font-secondary);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1 {
  max-width: 15ch;
  margin: 0;
  color: var(--navy);
  font-family: var(--font-title);
  font-size: clamp(2.8rem, 8vw, 7.5rem);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  max-width: 18ch;
  margin: 0;
  color: var(--navy);
  font-family: var(--font-secondary);
  font-size: clamp(2.2rem, 5vw, 5.25rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}

p {
  max-width: 42rem;
  font-family: var(--font-body);
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.65;
}

.copy-section {
  display: grid;
  min-height: 82svh;
  place-items: center;
  padding: clamp(3.25rem, 6vw, 6rem) clamp(1.25rem, 6vw, 6rem);
  background: var(--background);
}

.copy-section--wide {
  place-items: center start;
}

.copy-section--final {
  min-height: 90svh;
}

.copy-section__inner {
  width: min(100%, 68rem);
}

.copy-section__title {
  max-width: min(100%, 62rem);
  color: var(--navy);
  font-family: var(--font-title);
  font-size: clamp(2.35rem, 4.7vw, 5.1rem);
  font-weight: 600;
  line-height: 0.88;
}

.copy-section--wide .copy-section__title {
  max-width: min(100%, 72rem);
}

.copy-section__title--single {
  max-width: none;
  white-space: nowrap;
}

.copy-section__subtitle {
  max-width: min(100%, 58rem);
  margin: clamp(0.7rem, 1.4vw, 1rem) 0 0;
  color: var(--gold);
  font-family: var(--font-secondary);
  font-size: clamp(0.95rem, 1.55vw, 1.35rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.08em;
}

.copy-section__body {
  display: grid;
  max-width: 58rem;
  gap: clamp(0.75rem, 1.4vw, 1.05rem);
  margin-top: clamp(1.35rem, 3vw, 2.4rem);
}

.copy-section__body p {
  max-width: none;
  margin: 0;
  color: color-mix(in srgb, var(--navy) 88%, black);
  font-family: var(--font-body);
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  line-height: 1.45;
}

.text-yellow {
  color: var(--gold);
}

.copy-list {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding-left: clamp(2rem, 3.4vw, 3.25rem);
  color: color-mix(in srgb, var(--navy) 88%, black);
  font-family: var(--font-body);
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  line-height: 1.4;
}

.copy-list li::marker {
  color: var(--gold);
}

.process-block {
  margin-top: clamp(1.8rem, 4vw, 3.4rem);
}

.process-block__title {
  max-width: none;
  margin: 0;
  color: var(--gold);
  font-family: var(--font-secondary);
  font-size: clamp(1rem, 1.6vw, 1.4rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.08em;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.9rem, 1.5vw, 1.25rem);
  margin-top: clamp(1rem, 2vw, 1.5rem);
}

.process-step {
  min-height: 16rem;
  padding: clamp(1rem, 1.6vw, 1.25rem);
  border: 1px solid rgba(17, 50, 91, 0.16);
  background: rgba(248, 247, 244, 0.72);
}

.process-step h3 {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-secondary);
  font-size: clamp(0.82rem, 1vw, 1rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.04em;
}

.process-step p {
  margin: 0.85rem 0 0;
  color: color-mix(in srgb, var(--navy) 86%, black);
  font-family: var(--font-body);
  font-size: clamp(0.95rem, 1vw, 1.05rem);
  line-height: 1.45;
}

.final-interaction {
  overflow: hidden;
}

.final-interaction__inner {
  display: grid;
  width: min(100%, 86rem);
  gap: clamp(1rem, 2vw, 2rem);
  justify-items: center;
}

.final-interaction__title {
  max-width: min(100%, 72rem);
  text-align: center;
}

.final-interaction__stage {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(18rem, 0.58fr) minmax(24rem, 1fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 6rem);
}

.final-interaction__copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: clamp(1.15rem, 2vw, 1.8rem);
  justify-items: center;
  text-align: center;
}

.final-interaction__subtitle {
  max-width: 28rem;
  margin: 0;
  color: var(--gold);
  font-family: var(--font-secondary);
  font-size: clamp(0.82rem, 1.15vw, 1.08rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.06em;
}

.final-interaction__subtitle strong {
  font-weight: 800;
}

.final-interaction__line {
  display: block;
}

.final-interaction__line + .final-interaction__line {
  margin-top: clamp(0.9rem, 1.8vw, 1.35rem);
}

.company-marker {
  display: grid;
  justify-items: center;
  gap: 0.45rem;
}

.company-marker__label {
  margin: 0;
  color: var(--gold);
  font-family: var(--font-secondary);
  font-size: clamp(0.82rem, 1.15vw, 1.08rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.06em;
}

.company-marker__arrow {
  position: relative;
  width: 1px;
  height: clamp(1.7rem, 3vw, 2.5rem);
  background: var(--gold);
}

.company-marker__arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 0.48rem;
  height: 0.48rem;
  border-right: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  transform: translateX(-50%) rotate(45deg);
  transform-origin: center;
}

.opportunity-token {
  position: relative;
  width: clamp(2rem, 3.5vw, 3.2rem);
  aspect-ratio: 1;
  border: 0;
  border-radius: 999px;
  background: #d71920;
  touch-action: none;
  transform: translate3d(0, 0, 0);
  animation: redDotPulse 2.4s ease-in-out infinite;
  transition: opacity 160ms ease;
}

.opportunity-token-placeholder {
  display: block;
  pointer-events: none;
  visibility: hidden;
}

.opportunity-token::after {
  display: none;
}

.opportunity-token:hover,
.opportunity-token.is-dragging {
  opacity: 0.86;
}

.opportunity-token.is-dragging {
  position: fixed;
  z-index: 30;
  margin: 0;
  animation: none;
  pointer-events: none;
  transition: none;
}

.opportunity-token.is-dropped {
  position: absolute;
  z-index: 3;
  width: clamp(2rem, 3.5vw, 3.2rem);
  transform: translate(-50%, -50%);
}

.opportunity-token.is-locked {
  animation: none;
  opacity: 1;
}

@keyframes ctaPulse {
  0%,
  100% {
    opacity: 0;
    transform: scale(0.94);
  }

  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes redDotPulse {
  0%,
  100% {
    background: #d71920;
    opacity: 1;
  }

  50% {
    background: #e12229;
    opacity: 0.82;
  }
}

.final-particle-space {
  position: relative;
  min-height: clamp(24rem, 62vh, 42rem);
  isolation: isolate;
}

#final-field {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.opportunity-modal,
.success-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: clamp(0.75rem, 2vw, 1.5rem);
  background: rgba(17, 50, 91, 0.18);
}

.opportunity-modal[hidden],
.success-modal[hidden] {
  display: none;
}

.opportunity-modal__panel {
  position: relative;
  width: min(100%, 58rem);
  max-height: min(90svh, 54rem);
  overflow: auto;
  padding: clamp(1.4rem, 3vw, 2.5rem);
  background: var(--background);
}

.opportunity-modal__panel h2 {
  max-width: none;
  color: var(--navy);
  font-family: var(--font-title);
  font-size: clamp(2.2rem, 4.5vw, 4.8rem);
  font-weight: 600;
  line-height: 0.88;
}

.opportunity-modal__intro {
  max-width: 42rem;
  margin: clamp(0.8rem, 1.5vw, 1.2rem) 0 clamp(1.15rem, 2vw, 1.6rem);
  color: color-mix(in srgb, var(--navy) 88%, black);
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.45;
}

.opportunity-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border: 0;
  background: transparent;
  color: var(--navy);
  font-family: var(--font-secondary);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.govcon-form {
  display: grid;
  gap: 1rem;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.8rem, 1.5vw, 1rem);
}

.form-field {
  display: grid;
  gap: 0.38rem;
  color: var(--navy);
  font-family: var(--font-secondary);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

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

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid rgba(17, 50, 91, 0.24);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.48);
  color: var(--navy);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.25;
}

.form-field input,
.form-field select {
  min-height: 2.75rem;
  padding: 0.65rem 0.75rem;
}

.form-field textarea {
  resize: vertical;
  min-height: 5.5rem;
  padding: 0.75rem;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--gold);
  outline: 2px solid rgba(179, 138, 73, 0.18);
  outline-offset: 1px;
}

.form-field input:user-invalid,
.form-field select:user-invalid,
.form-field textarea:user-invalid {
  border-color: #b3261e;
}

.form-status {
  min-height: 1.35rem;
  margin: 0;
  color: var(--gold);
  font-family: var(--font-secondary);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.08em;
}

.form-status.is-error {
  color: #b3261e;
}

.form-submit {
  justify-self: start;
  min-height: 2.9rem;
  border: 1px solid var(--navy);
  background: var(--navy);
  color: var(--background);
  font-family: var(--font-secondary);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 0.8rem 1.15rem;
  text-transform: uppercase;
}

.form-submit:hover,
.form-submit:focus-visible {
  background: var(--gold);
  border-color: var(--gold);
}

.success-modal__panel {
  width: min(100%, 34rem);
  padding: clamp(1.4rem, 3vw, 2.25rem);
  background: var(--background);
  color: var(--navy);
}

.success-modal__panel h2 {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-title);
  font-size: clamp(1.9rem, 3.4vw, 3.4rem);
  font-weight: 600;
  line-height: 0.95;
}

.success-modal__panel p {
  margin: 1rem 0 0;
  color: color-mix(in srgb, var(--navy) 88%, black);
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.45;
}

.success-modal__ok {
  min-height: 2.75rem;
  margin-top: 1.25rem;
  border: 1px solid var(--navy);
  background: var(--navy);
  color: var(--background);
  font-family: var(--font-secondary);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 0.75rem 1.15rem;
  text-transform: uppercase;
}

.success-modal__ok:hover,
.success-modal__ok:focus-visible {
  background: var(--gold);
  border-color: var(--gold);
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 720px) {
  .hero__frame {
    align-items: center;
    padding: 1.25rem;
  }

  .hero__copy {
    width: min(100%, 26rem);
    margin: 0;
  }

  .hero__headline {
    font-size: clamp(2.1rem, 9.4vw, 3.65rem);
    line-height: 0.9;
  }

  .hero__opening-title {
    font-size: clamp(1.65rem, 6.45vw, 2.35rem);
  }

  .hero__opening-subtitle {
    font-size: clamp(0.66rem, 2.8vw, 0.82rem);
  }

  .hero__bridge {
    font-size: clamp(0.72rem, 3vw, 0.9rem);
  }

  .hero__closing {
    font-size: clamp(0.72rem, 3vw, 0.9rem);
    line-height: 1.25;
  }

  .hero__cta {
    min-width: min(78vw, 16rem);
    min-height: 3.75rem;
    padding: 1rem 1.6rem;
    font-size: 0.95rem;
  }

  .section-logo {
    width: min(88vw, 24rem);
    min-width: 0;
  }

  .section-logo--second {
    margin-bottom: 2rem;
    transform: none;
  }

  .copy-section {
    min-height: auto;
    padding: 3.5rem 1.25rem;
  }

  .copy-section__title {
    max-width: min(100%, 31rem);
    font-size: clamp(2.1rem, 9.4vw, 3.65rem);
    line-height: 0.9;
  }

  .copy-section--wide .copy-section__title {
    max-width: min(100%, 34rem);
  }

  .copy-section__title--single {
    white-space: normal;
  }

  .copy-section__body {
    gap: 0.85rem;
    margin-top: 1.6rem;
  }

  .copy-section__body p,
  .copy-list {
    font-size: 1.05rem;
    line-height: 1.42;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

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

  .final-interaction {
    min-height: 100svh;
  }

  .final-interaction__inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .final-interaction__stage {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .final-interaction__copy {
    gap: 2rem;
  }

  .final-particle-space {
    min-height: 22rem;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .hero__cta,
  .opportunity-token {
    animation: none;
  }
}
