:root {
  --ink: #071834;
  --navy: #061a3e;
  --cream: #fbf1e4;
  --cream-light: #fffaf2;
  --sand: #efe1cb;
  --muted: #4d5665;
  --serif: var(--font-heading, "IvyPresto Display", "ivypresto-display", Georgia, serif);
  --display: var(--font-display, var(--serif));
  --sans: var(--font-body, "Myriad Pro", "myriad-pro", "Helvetica Neue", Arial, sans-serif);
  --brand-wordmark-font: "Futura PT", "Futura PT Light", "futura-pt", Futura, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: #ffffff;
  scroll-behavior: smooth;
  scroll-padding-top: clamp(88px, 7vw, 116px);
}

body {
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  background: #f4f3f0;
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.45;
}

body.sign-in-lock {
  overflow: hidden;
}

body.legal-lock {
  overflow: hidden;
}

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

button {
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

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

h1,
p {
  margin: 0;
}

.cover-hero {
  position: relative;
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  overflow: hidden;
  padding-bottom: 24px;
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.9) 0%, rgba(251, 241, 228, 0.96) 58%, rgba(239, 225, 203, 0.9) 100%),
    var(--cream);
  isolation: isolate;
}

.cover-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.36), transparent 24%, transparent 74%, rgba(218, 195, 164, 0.18)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), transparent 44%);
  content: "";
  pointer-events: none;
}

.site-nav {
  position: relative;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(16px, 2vw, 28px);
  padding: 32px clamp(24px, 3.8vw, 48px) 0;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: clamp(9px, 0.9vw, 13px);
  line-height: 1;
}

.brand-mark {
  display: block;
  width: clamp(34px, 3.1vw, 46px);
  height: clamp(34px, 3.1vw, 46px);
  object-fit: contain;
}

.brand-wordmark {
  display: block;
  width: clamp(124px, 9.8vw, 162px);
  height: auto;
}

.brand-text-wordmark {
  display: inline-flex;
  align-items: center;
  color: var(--navy);
  font-family: var(--brand-wordmark-font);
  font-size: clamp(1.24rem, 1.42vw, 1.72rem);
  font-weight: 400;
  letter-spacing: 0.32em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-text-wordmark--light {
  color: #f2eee8;
}

.brand-text-wordmark--nav {
  font-size: clamp(1.42rem, 1.62vw, 1.95rem);
}

.brand-text-wordmark--modal {
  margin: 0 54px 26px 0;
  font-size: clamp(1.18rem, 1.38vw, 1.56rem);
}

.brand-text-wordmark--legal {
  margin-bottom: 22px;
}

.brand-text-wordmark--card {
  margin-bottom: 10px;
  font-size: clamp(1.22rem, 1.62vw, 1.68rem);
  justify-self: center;
}

.brand-text-wordmark--footer {
  font-size: clamp(1.02rem, 1.22vw, 1.36rem);
}

.nav-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(12px, 1.25vw, 20px);
}

.mobile-sign-in-link {
  display: none;
}

.sign-in-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  color: rgba(7, 24, 52, 0.64);
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1;
  transition: color 180ms ease;
}

.sign-in-link:hover,
.sign-in-link:focus-visible {
  color: rgba(7, 24, 52, 0.52);
}

.sign-in-link:focus-visible,
.guide-button:focus-visible {
  outline: 2px solid rgba(7, 24, 52, 0.32);
  outline-offset: 5px;
}

.guide-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.2) 48%, rgba(255, 255, 255, 0.38)),
    rgba(255, 255, 255, 0.28);
  color: rgba(7, 24, 52, 0.84);
  font-weight: 600;
  box-shadow: none;
  backdrop-filter: blur(18px) saturate(1.28);
  -webkit-backdrop-filter: blur(18px) saturate(1.28);
}

.guide-button::before,
.guide-button::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.guide-button::before {
  inset: 1px 16px auto;
  height: 46%;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0));
  opacity: 0.78;
}

.guide-button::after {
  inset: -42% auto auto -18%;
  width: 54%;
  aspect-ratio: 1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0) 62%);
  opacity: 0.46;
}

.guide-button {
  min-height: 46px;
  padding: 0 24px;
  font-size: 0.92rem;
}

.visual-stage {
  position: relative;
  flex: 1 1 auto;
  width: min(1380px, calc(100% - 48px));
  min-height: clamp(610px, 74svh, 880px);
  margin: clamp(18px, 3.5vh, 46px) auto 0;
  isolation: isolate;
}

.cover-word {
  position: absolute;
  top: clamp(78px, 13vh, 150px);
  left: 50%;
  z-index: 1;
  width: 100%;
  color: #c8bcb0;
  font-family: var(--serif);
  font-size: clamp(6.8rem, 13.9vw, 14.6rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.78;
  overflow: hidden;
  padding-bottom: 0.08em;
  pointer-events: none;
  text-align: center;
  text-transform: uppercase;
  transform: translate3d(-50%, 0, 0);
  white-space: nowrap;
}

.cover-word span {
  display: block;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 640ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 880ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.model-stack {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.model-shadow {
  position: absolute;
  bottom: 34px;
  left: 50%;
  width: min(560px, 52vw);
  height: 66px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(7, 24, 52, 0.15), rgba(7, 24, 52, 0.05) 54%, transparent 74%);
  filter: blur(18px);
  opacity: 0.78;
  transform: translateX(-50%);
}

.model-slide {
  position: absolute;
  bottom: 34px;
  left: 50%;
  z-index: 2;
  width: auto;
  max-width: min(65vw, 880px);
  height: clamp(660px, 84svh, 1030px);
  object-fit: contain;
  opacity: 0;
  filter: drop-shadow(0 22px 18px rgba(7, 24, 52, 0.12));
  transform: translate3d(-50%, 0, 0) scale(0.992);
  transform-origin: center bottom;
  transition:
    opacity 520ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
  user-select: none;
}

.model-slide.is-active {
  opacity: 1;
  transform: translate3d(-50%, 0, 0) scale(1);
}

.model-01 {
  left: 49%;
}

.model-02,
.model-05 {
  height: clamp(660px, 84svh, 1030px);
}

.model-03 {
  left: 51%;
}

.model-04 {
  left: 50.5%;
}

.hero-copy {
  position: relative;
  z-index: 20;
  display: grid;
  justify-items: center;
  width: min(860px, calc(100% - 48px));
  margin: clamp(18px, 3vh, 34px) auto 0;
  text-align: center;
}

.hero-subhead {
  color: rgba(7, 24, 52, 0.9);
  font-family: var(--sans);
  font-size: clamp(1.22rem, 1.75vw, 1.78rem);
  line-height: 1.14;
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.cover-hero.is-word-hidden .cover-word span {
  opacity: 0;
  transform: translate3d(0, 92%, 0);
}

.primary-page-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  min-height: clamp(72px, 5.8vw, 96px);
  justify-content: space-between;
  padding: clamp(14px, 1.7vw, 22px) clamp(28px, 4vw, 42px);
  background: rgba(246, 246, 243, 0);
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transition:
    background 240ms ease,
    box-shadow 240ms ease,
    backdrop-filter 240ms ease;
}

body.has-scrolled .primary-page-nav {
  background: rgba(255, 255, 255, 0.66);
  box-shadow: none;
  -webkit-backdrop-filter: blur(18px) saturate(0.96);
  backdrop-filter: blur(18px) saturate(0.96);
}

.primary-hero {
  --hero-model-height: clamp(620px, 60svh, 960px);
  --hero-model-bottom: clamp(104px, 11svh, 198px);
  --hero-copy-bottom: clamp(34px, 4.8svh, 96px);
  isolation: auto;
  padding-top: clamp(86px, 8vw, 120px);
}

.primary-hero .primary-stage {
  position: absolute;
  inset: 0;
  width: 100%;
  min-height: 100%;
  margin: 0;
}

.primary-hero::before {
  z-index: 0;
}

.primary-stage {
  z-index: 1;
}

.primary-wordmark {
  opacity: 1;
  transform: none;
  animation: none;
}

.primary-nav-actions {
  opacity: 1;
  transform: none;
  transition: opacity 820ms cubic-bezier(0.16, 1, 0.3, 1);
}

body.is-hero-actions-ready .primary-nav-actions,
body.has-scrolled .primary-nav-actions {
  opacity: 1;
}

.primary-page-nav .mobile-sign-in-link {
  opacity: 1;
  animation: none;
  transition: opacity 820ms cubic-bezier(0.16, 1, 0.3, 1);
}

body.is-hero-actions-ready .primary-page-nav .mobile-sign-in-link,
body.has-scrolled .primary-page-nav .mobile-sign-in-link {
  opacity: 1;
}

.primary-page-nav .guide-button {
  border-color: rgba(7, 24, 52, 0.16);
  background: rgba(255, 250, 242, 0.1);
  color: rgba(7, 24, 52, 0.82);
  line-height: 1;
  padding-top: 1px;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease;
}

body.has-scrolled .primary-page-nav .guide-button {
  border-color: #071834;
  background: #071834;
  color: #fff;
  box-shadow: none;
}

body.has-scrolled .primary-page-nav .sign-in-link {
  color: #071834;
}

body.has-scrolled .primary-page-nav .sign-in-link:hover,
body.has-scrolled .primary-page-nav .sign-in-link:focus-visible {
  color: rgba(7, 24, 52, 0.52);
}

.primary-page-nav .guide-button:hover,
.primary-page-nav .guide-button:focus-visible {
  background: rgba(255, 255, 255, 0.38);
  border-color: rgba(7, 24, 52, 0.2);
  color: rgba(7, 24, 52, 0.98);
  box-shadow: none;
}

body.has-scrolled .primary-page-nav .guide-button:hover,
body.has-scrolled .primary-page-nav .guide-button:focus-visible {
  background: #223d63;
  border-color: #223d63;
  color: #fff;
  box-shadow: none;
}

.primary-page-nav .guide-button::before,
.primary-page-nav .guide-button::after,
body.has-scrolled .primary-page-nav .guide-button::before,
body.has-scrolled .primary-page-nav .guide-button::after {
  opacity: 0;
}

.primary-page-nav .sign-in-link,
.primary-page-nav .guide-button {
  font-family: var(--sans);
}

button,
.guide-button,
.sign-in-submit,
.sign-in-close,
.apple-auth-button,
.password-reset-button,
.reset-password-form button {
  box-shadow: none;
}

.primary-hero::before {
  background:
    radial-gradient(circle at 50% 47%, rgba(255, 251, 244, 0.54) 0 16%, rgba(255, 251, 244, 0.22) 34%, transparent 54%),
    radial-gradient(ellipse at 50% 56%, transparent 0 34%, rgba(129, 94, 57, 0.072) 70%, rgba(82, 59, 38, 0.12) 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.2), transparent 25%, transparent 74%, rgba(218, 195, 164, 0.18)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), transparent 46%);
}

.primary-stage {
  flex: 0 0 auto;
  min-height: clamp(604px, 66svh, 768px);
  margin-top: clamp(-18px, -1.2vh, 8px);
}

.primary-word {
  top: clamp(80px, calc(12svh - 20px), 240px);
  z-index: 1;
  color: #c8bcb0;
  font-size: clamp(6.95rem, 14vw, 14.9rem);
  letter-spacing: 0.026em;
  line-height: 0.78;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.38),
    0 18px 44px rgba(91, 58, 36, 0.08);
}

@media (min-width: 981px) and (min-height: 981px) {
  .primary-hero {
    --hero-model-height: clamp(744px, 60svh, 1180px);
    --hero-model-bottom: clamp(126px, 10.6svh, 206px);
    --hero-copy-bottom: clamp(42px, 4.8svh, 96px);
  }
}

@media (min-width: 1920px) and (min-height: 981px) {
  .primary-hero {
    --hero-model-height: clamp(792px, 63svh, 1240px);
  }
}

.primary-word::after {
  content: none;
}

.primary-word span {
  opacity: 0;
  transform: translate3d(0, 94%, 0);
  animation: primary-word-rise 2100ms cubic-bezier(0.16, 1, 0.3, 1) 80ms forwards;
  transition:
    opacity 1100ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 1600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.primary-hero .model-stack {
  z-index: 6;
}

.primary-hero .model-shadow {
  bottom: calc(var(--hero-model-bottom) - 22px);
  opacity: 0;
  transition: opacity 740ms cubic-bezier(0.16, 1, 0.3, 1);
}

.primary-hero .model-slide {
  top: auto;
  bottom: var(--hero-model-bottom);
  height: var(--hero-model-height);
  max-width: min(70vw, 940px);
  filter:
    saturate(1.04)
    contrast(1.05)
    drop-shadow(0 22px 20px rgba(7, 24, 52, 0.14));
  transform: translate3d(calc(-50% + 14px), 5px, 0) rotate(0.45deg) scale(0.982);
  transform-origin: center bottom;
  transition:
    opacity 860ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 1020ms cubic-bezier(0.16, 1, 0.3, 1);
}

.primary-hero.is-intro-complete .model-slide {
  transition:
    opacity 690ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 780ms cubic-bezier(0.16, 1, 0.3, 1);
}

.primary-hero:not(.is-model-ready) .model-slide.is-active {
  opacity: 0;
  transform: translate3d(calc(-50% + 18px), 10px, 0) rotate(0.55deg) scale(0.97);
}

.primary-hero.is-model-ready .model-shadow {
  opacity: 0.68;
}

.primary-hero .model-slide.is-active {
  transform: translate3d(-50%, -2px, 0) rotate(-0.7deg) scale(1);
}

.primary-hero .model-slide.is-exiting {
  opacity: 0;
  transform: translate3d(calc(-50% - 16px), -1px, 0) rotate(-1deg) scale(0.996);
}

.primary-copy {
  opacity: 0;
  transform: translate3d(0, 5px, 0);
  animation: none;
  transition:
    opacity 1420ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 1420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.primary-hero.is-copy-ready .primary-copy {
  opacity: 1;
  transform: none;
  animation: none;
}

.primary-hero .hero-copy {
  position: absolute;
  top: auto;
  right: 0;
  bottom: var(--hero-copy-bottom);
  left: 0;
  margin: 0 auto;
}

.primary-hero .hero-subhead {
  color: rgba(7, 24, 52, 0.76);
  font-family: var(--sans);
  font-size: clamp(1.38rem, 1.69vw, 1.83rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.12;
}

.primary-hero.is-word-hidden .primary-word span {
  opacity: 0;
}

.center-actions {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 1.6vw, 24px);
  margin-top: 20px;
}

.center-actions .sign-in-link {
  color: rgba(7, 24, 52, 0.58);
}

@keyframes primary-word-rise {
  0% {
    opacity: 0;
    transform: translate3d(0, 94%, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes primary-element-reveal {
  to {
    opacity: 1;
  }
}

@keyframes primary-copy-reveal {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.sign-in-modal {
  width: min(580px, calc(100vw - 32px));
  border: 0;
  border-radius: 24px;
  padding: 0;
  background: transparent;
  color: var(--ink);
  overflow: visible;
}

.sign-in-modal::backdrop {
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 250, 242, 0.24), transparent 36%),
    rgba(15, 18, 24, 0.64);
  backdrop-filter: blur(16px) saturate(0.88);
}

.sign-in-card {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 24px;
  padding: clamp(38px, 5vw, 58px) clamp(34px, 5vw, 58px) clamp(34px, 4.8vw, 52px);
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.78), transparent 32%),
    linear-gradient(135deg, rgba(255, 253, 248, 0.94), rgba(241, 237, 229, 0.88)),
    rgba(255, 250, 242, 0.88);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 30px 86px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(28px) saturate(0.9);
}

.sign-in-card .brand-text-wordmark--modal {
  margin: 0 0 30px;
}

.sign-in-close {
  position: absolute;
  top: 22px;
  right: 22px;
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(7, 24, 52, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.4);
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.sign-in-close:hover {
  background: rgba(255, 255, 255, 0.62);
  transform: scale(1.03);
}

.sign-in-close span,
.sign-in-close span::after {
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 999px;
  background: rgba(7, 24, 52, 0.84);
  content: "";
}

.sign-in-close span {
  transform: rotate(45deg);
}

.sign-in-close span::after {
  transform: rotate(90deg);
}

.sign-in-brand {
  width: clamp(128px, 17vw, 166px);
  margin: 0 54px 4px 0;
}

.sign-in-kicker {
  margin: 2px 0 -2px;
  color: rgba(112, 82, 61, 0.72);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.sign-in-card h2 {
  margin: 0 0 clamp(42px, 4.3vw, 56px);
  max-width: 10.5ch;
  color: rgba(7, 24, 52, 0.95);
  font-family: var(--serif);
  font-size: clamp(3rem, 6.6vw, 4.7rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.9;
  text-align: center;
}

.sign-in-copy {
  max-width: 31rem;
  margin: 0;
  color: rgba(38, 35, 31, 0.68);
  font-size: 1rem;
  line-height: 1.5;
}

.sign-in-form {
  display: grid;
  gap: 17px;
  width: min(100%, 375px);
  justify-self: center;
  margin-top: 0;
}

.apple-auth-button,
.password-reset-button {
  min-height: 52px;
  border-radius: 14px;
  font: inherit;
  font-weight: 500;
}

.apple-auth-button {
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 375px);
  max-width: 375px;
  box-sizing: border-box;
  min-height: 52px;
  justify-self: center;
  overflow: hidden;
  margin: 0;
  border: 0;
  border-radius: 14px;
  padding: 0;
  background: #000;
  color: #fff;
}

.apple-auth-button-native {
  display: block;
  width: 100%;
  min-height: 52px;
  pointer-events: none;
}

.apple-auth-button-fallback {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  pointer-events: none;
}

.apple-auth-button-native:empty + .apple-auth-button-fallback {
  display: flex;
}

.apple-auth-button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.sign-in-divider {
  display: flex;
  width: min(100%, 375px);
  align-items: center;
  gap: 16px;
  justify-self: center;
  margin: clamp(18px, 2.2vw, 24px) 0 clamp(17px, 2vw, 22px);
  color: rgba(7, 24, 52, 0.62);
  font-size: 1.08rem;
  font-weight: 650;
  line-height: 1;
}

.sign-in-divider::before,
.sign-in-divider::after {
  flex: 1 1 auto;
  height: 1px;
  background: rgba(7, 24, 52, 0.16);
  content: "";
}

.password-reset-button {
  width: min(100%, 375px);
  min-height: 30px;
  justify-self: center;
  margin-top: 16px;
  border: 0;
  padding: 0 10px;
  background: transparent;
  color: rgba(7, 24, 52, 0.6);
  font-size: 0.88rem;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: color 180ms ease;
}

.password-reset-button:hover,
.password-reset-button:focus-visible {
  color: rgba(7, 24, 52, 0.82);
}

.legal-modal {
  width: min(980px, calc(100vw - 32px));
  max-height: min(88svh, 920px);
  border: 0;
  border-radius: 24px;
  padding: 0;
  background: transparent;
  color: var(--ink);
  overflow: visible;
}

.legal-modal::backdrop {
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 250, 242, 0.24), transparent 36%),
    rgba(15, 18, 24, 0.64);
  backdrop-filter: blur(16px) saturate(0.88);
}

.questions-modal {
  width: min(1040px, calc(100vw - 72px));
  max-height: min(88svh, 900px);
  border: 0;
  border-radius: 24px;
  padding: 0;
  background: transparent;
  color: var(--ink);
  overflow: visible;
}

.questions-modal::backdrop {
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 250, 242, 0.24), transparent 36%),
    rgba(15, 18, 24, 0.64);
  backdrop-filter: blur(16px) saturate(0.88);
}

.legal-card {
  position: relative;
  max-height: min(88svh, 920px);
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 24px;
  padding: clamp(30px, 5vw, 62px);
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.78), transparent 32%),
    linear-gradient(135deg, rgba(255, 253, 248, 0.94), rgba(241, 237, 229, 0.88)),
    rgba(255, 250, 242, 0.88);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 30px 86px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(28px) saturate(0.9);
}

.questions-card {
  position: relative;
  display: grid;
  max-height: min(88svh, 900px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.78), transparent 32%),
    linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(241, 237, 229, 0.9)),
    rgba(255, 250, 242, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 30px 86px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(28px) saturate(0.9);
}

.questions-content {
  max-height: min(88svh, 900px);
  overflow: auto;
  padding: clamp(34px, 5.2vw, 64px);
}

.legal-close {
  position: absolute;
  top: 22px;
  right: 22px;
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(7, 24, 52, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.legal-close:hover {
  background: rgba(255, 255, 255, 0.68);
  transform: scale(1.03);
}

.legal-close span,
.legal-close span::after {
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 999px;
  background: rgba(7, 24, 52, 0.84);
  content: "";
}

.legal-close span {
  transform: rotate(45deg);
}

.legal-close span::after {
  transform: rotate(90deg);
}

.questions-close {
  z-index: 4;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.questions-close:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
  transform: none;
}

@media (hover: none), (pointer: coarse) {
  .questions-close,
  .questions-close:hover,
  .questions-close:focus,
  .questions-close:active {
    background: rgba(255, 255, 255, 0.42);
    outline: 0;
    box-shadow: none;
    transform: none;
  }

  .questions-close:focus-visible {
    background: rgba(255, 255, 255, 0.42);
    outline: 0;
    box-shadow: none;
    transform: none;
  }
}

.questions-kicker {
  margin: 0 54px 12px 0;
  color: rgba(112, 82, 61, 0.72);
  font-size: 0.82rem;
  font-weight: 780;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.questions-card h2 {
  max-width: 100%;
  margin: 0;
  color: rgba(7, 24, 52, 0.96);
  font-family: var(--serif);
  font-size: clamp(3.15rem, 6vw, 5.35rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.9;
  white-space: nowrap;
}

.questions-subtitle {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(7, 24, 52, 0.64);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.42;
}

.questions-preview-list {
  display: grid;
  gap: 0;
  margin-top: clamp(42px, 4.8vw, 62px);
}

.questions-step {
  display: grid;
  grid-template-columns: minmax(360px, 0.44fr) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 72px);
  padding: clamp(24px, 2.8vw, 34px) 0;
  border-top: 1px solid rgba(7, 24, 52, 0.1);
}

.questions-step:first-child {
  padding-top: 0;
  border-top: 0;
}

.questions-step-index {
  color: rgba(148, 113, 62, 0.88);
  font-size: 0.86rem;
  font-weight: 780;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.questions-step h3 {
  margin: 8px 0 0;
  color: rgba(7, 24, 52, 0.95);
  font-family: var(--serif);
  font-size: clamp(1.68rem, 2.55vw, 2.42rem);
  font-weight: 400;
  line-height: 0.98;
  white-space: nowrap;
}

.questions-items {
  display: grid;
  gap: clamp(14px, 1.7vw, 18px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.questions-items li {
  display: grid;
  gap: 5px;
}

.questions-items strong {
  color: rgba(7, 24, 52, 0.86);
  font-size: clamp(1.06rem, 1.26vw, 1.2rem);
  font-weight: 650;
  line-height: 1.24;
}

.questions-items span {
  color: rgba(7, 24, 52, 0.56);
  font-size: clamp(1.02rem, 1.16vw, 1.1rem);
  line-height: 1.34;
}

.questions-loading,
.questions-error {
  margin: 0;
  border-top: 1px solid rgba(7, 24, 52, 0.1);
  padding-top: 22px;
  color: rgba(7, 24, 52, 0.58);
  font-size: 1rem;
}

.legal-brand {
  width: clamp(126px, 17vw, 166px);
  margin: 0 54px 22px 0;
}

.legal-kicker {
  margin: 0 0 12px;
  color: rgba(7, 24, 52, 0.48);
  font-size: 0.82rem;
  font-weight: 780;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.legal-card h2 {
  max-width: 760px;
  margin: 0;
  color: rgba(7, 24, 52, 0.96);
  font-family: var(--serif);
  font-size: clamp(3.1rem, 7.4vw, 5.6rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.88;
}

.legal-subtitle {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(7, 24, 52, 0.58);
  font-size: clamp(1.02rem, 1.48vw, 1.18rem);
  font-weight: 400;
  line-height: 1.48;
}

.legal-effective {
  margin: 34px 0 0;
  color: rgba(7, 24, 52, 0.52);
  font-size: 0.95rem;
  font-weight: 720;
}

.legal-section {
  max-width: 800px;
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid rgba(7, 24, 52, 0.12);
}

.legal-section h3 {
  margin: 0 0 12px;
  color: rgba(7, 24, 52, 0.94);
  font-family: var(--serif);
  font-size: clamp(1.6rem, 2.6vw, 2.35rem);
  font-weight: 400;
  line-height: 1;
}

.legal-section p,
.legal-section li {
  color: rgba(7, 24, 52, 0.72);
  font-size: clamp(0.98rem, 1.15vw, 1.08rem);
  line-height: 1.62;
}

.legal-section p {
  margin: 0;
}

.legal-section ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 1.25rem;
}

.legal-section strong {
  color: rgba(7, 24, 52, 0.9);
  font-weight: 760;
}

.legal-section a {
  color: #4f7cf4;
  font-weight: 760;
}

.password-reset-button[hidden] {
  display: none;
}

.auth-callback-page {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 28px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.94), rgba(246, 239, 227, 0.62) 52%, rgba(233, 219, 197, 0.5)),
    radial-gradient(circle at 12% 12%, rgba(255, 250, 242, 0.86), transparent 32%),
    #fbf8f2;
}

.auth-callback-card {
  display: grid;
  width: min(600px, 100%);
  gap: 16px;
  justify-items: center;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 24px;
  padding: clamp(34px, 5.4vw, 62px);
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.78), transparent 32%),
    linear-gradient(135deg, rgba(255, 253, 248, 0.94), rgba(241, 237, 229, 0.88)),
    rgba(255, 250, 242, 0.88);
  color: var(--ink);
  text-align: center;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 30px 86px rgba(47, 35, 26, 0.14);
  backdrop-filter: blur(28px) saturate(0.9);
}

.auth-callback-card img {
  width: clamp(136px, 20vw, 168px);
  height: auto;
  margin-bottom: 10px;
}

.auth-callback-card > p:first-of-type {
  margin: 0;
  color: rgba(112, 82, 61, 0.76);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.auth-callback-card h1 {
  max-width: 11ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.6rem, 5.4vw, 4.7rem);
  font-weight: 400;
  line-height: 0.94;
}

.auth-callback-card > p:not(:first-of-type):last-of-type {
  max-width: 32ch;
  margin: 0;
  color: rgba(38, 35, 31, 0.66);
  font-size: 1.05rem;
  line-height: 1.5;
}

.auth-callback-card a {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  padding: 0 24px;
  background: rgba(7, 24, 52, 0.94);
  color: #fffaf2;
  font-weight: 800;
}

.reset-password-card {
  justify-items: stretch;
  text-align: left;
}

.reset-password-brand,
.reset-password-card > p,
.reset-password-card h1 {
  justify-self: center;
  text-align: center;
}

.auth-callback-card .reset-password-brand {
  min-height: auto;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font-weight: 400;
  line-height: 1;
}

.auth-callback-card .reset-password-brand:hover {
  background: transparent;
}

.reset-password-card img {
  display: block;
}

.reset-password-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.reset-password-kicker svg {
  width: 0.92em;
  height: 0.92em;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.reset-password-card h1 {
  max-width: 11ch;
}

.reset-password-form {
  display: grid;
  gap: 14px;
  width: 100%;
  margin-top: 8px;
}

.reset-password-form label {
  display: grid;
  gap: 8px;
  color: rgba(7, 24, 52, 0.64);
  font-size: 0.88rem;
  font-weight: 700;
}

.reset-password-form input {
  min-height: 52px;
  border: 1px solid rgba(7, 24, 52, 0.16);
  border-radius: 999px;
  padding: 0 20px;
  background: rgba(255, 253, 248, 0.68);
  color: var(--ink);
  font: inherit;
  font-weight: 650;
  outline: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.reset-password-form input:focus {
  border-color: rgba(7, 24, 52, 0.36);
  background: rgba(255, 253, 248, 0.76);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.64),
    0 0 0 4px rgba(7, 24, 52, 0.12);
}

.reset-password-form p {
  min-height: 1.35em;
  margin: 0;
  color: rgba(7, 24, 52, 0.62);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
}

.reset-password-form p[data-tone="error"] {
  color: #9f2f24;
}

.reset-password-form p[data-tone="success"] {
  color: #28643b;
}

.reset-password-form button {
  min-height: 56px;
  margin-top: 2px;
  border-radius: 14px;
  background: rgba(7, 24, 52, 0.94);
  color: #fffaf2;
  font: inherit;
  font-weight: 800;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.reset-password-form button:hover {
  background: rgba(7, 24, 52, 1);
  transform: translateY(-1px);
}

.reset-password-form button:disabled {
  cursor: wait;
  opacity: 0.62;
  transform: none;
}

.sign-in-form label {
  display: grid;
  gap: 10px;
  color: rgba(7, 24, 52, 0.64);
  font-size: 1rem;
  font-weight: 500;
}

.sign-in-form input[type="email"],
.sign-in-form input[type="password"] {
  width: 100%;
  min-height: 56px;
  border: 1px solid rgba(7, 24, 52, 0.16);
  border-radius: 999px;
  padding: 0 22px;
  background: rgba(255, 253, 248, 0.5);
  color: var(--ink);
  font: inherit;
  font-size: 1.05rem;
  font-weight: 420;
  outline: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.sign-in-form input::placeholder {
  color: rgba(38, 35, 31, 0.56);
  font-weight: 420;
}

.sign-in-form input[type="email"]:focus,
.sign-in-form input[type="password"]:focus {
  border-color: rgba(7, 24, 52, 0.36);
  background: rgba(255, 253, 248, 0.72);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.64),
    0 0 0 4px rgba(7, 24, 52, 0.12);
}

.sign-in-form input:focus-visible,
.sign-in-close:focus-visible,
.sign-in-submit:focus-visible,
.questions-close:focus-visible,
.reset-password-form input:focus-visible,
.reset-password-form button:focus-visible,
.auth-callback-card a:focus-visible,
.apple-auth-button:focus-visible,
.password-reset-button:focus-visible,
.sign-in-options a:focus-visible,
.sign-in-footnote a:focus-visible {
  outline: 2px solid rgba(7, 24, 52, 0.34);
  outline-offset: 4px;
}

.sign-in-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: rgba(7, 24, 52, 0.58);
  font-size: 0.9rem;
  font-weight: 500;
}

.remember-choice {
  display: inline-flex !important;
  grid-template-columns: none;
  align-items: center;
  gap: 8px !important;
}

.remember-choice input {
  width: 18px;
  height: 18px;
  accent-color: var(--navy);
}

.sign-in-options a,
.sign-in-footnote a {
  color: rgba(7, 24, 52, 0.86);
  font-weight: 520;
}

.sign-in-message {
  min-height: 1.25em;
  margin: -4px 0 0;
  color: rgba(7, 24, 52, 0.62);
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.35;
}

.sign-in-message[data-tone="success"] {
  color: #28643b;
}

.sign-in-message[data-tone="error"] {
  color: #9f2f24;
}

.sign-in-submit {
  width: 100%;
  min-height: 56px;
  margin-top: 10px;
  border-radius: 14px;
  background: rgba(7, 24, 52, 0.92);
  color: #fffaf2;
  font-size: 1.05rem;
  font-weight: 500;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.sign-in-submit:hover {
  background: rgba(7, 24, 52, 1);
  transform: translateY(-1px);
}

.sign-in-submit:disabled {
  cursor: wait;
  opacity: 0.62;
  transform: none;
}

.sign-in-footnote {
  margin-top: 0;
  color: rgba(7, 24, 52, 0.58);
  font-size: 1rem;
  text-align: center;
}

@media (max-width: 980px) {
  .site-nav {
    padding-right: 28px;
    padding-left: 28px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .brand-wordmark {
    width: 122px;
  }

  .brand-text-wordmark--nav {
    font-size: clamp(1.18rem, 2.4vw, 1.42rem);
  }

  .visual-stage {
    min-height: clamp(620px, 70svh, 760px);
  }

  .cover-word {
    top: 88px;
    font-size: clamp(5.7rem, 14vw, 8.2rem);
  }

  .model-slide {
    max-width: min(76vw, 720px);
    height: clamp(620px, 76svh, 820px);
  }
}

@media (min-width: 981px) and (max-height: 980px) {
  .visual-stage {
    min-height: 68svh;
    margin-top: 10px;
  }

  .cover-word {
    top: 108px;
    font-size: clamp(6rem, 12.5vw, 12rem);
  }

  .model-slide {
    bottom: 28px;
    height: 74svh;
  }

  .model-02,
  .model-05 {
    height: 74svh;
  }

  .hero-copy {
    margin-top: 8px;
  }

  .primary-stage {
    min-height: 64svh;
    margin-top: -20px;
  }

  .primary-word {
    top: clamp(80px, calc(13svh - 20px), 106px);
    font-size: clamp(6rem, 12.6vw, 10rem);
  }

  .primary-hero .model-slide {
    top: auto;
    bottom: clamp(132px, 15.4svh, 166px);
    height: clamp(520px, 62svh, 624px);
    max-width: min(74vw, 760px);
  }

  .primary-hero .hero-copy {
    top: auto;
    bottom: clamp(36px, 5.2vh, 64px);
  }

}

@media (min-width: 1440px) and (max-height: 980px) {
  .primary-hero .model-slide {
    height: clamp(560px, 65svh, 642px);
  }
}

@media (min-width: 981px) and (max-height: 760px) {
  .primary-hero .model-slide {
    top: auto;
    bottom: clamp(64px, 9.4svh, 82px);
    height: clamp(500px, 66svh, 578px);
  }

  .primary-hero .hero-copy {
    top: auto;
    bottom: 16px;
  }
}

@media (min-width: 641px) and (max-width: 980px) {
  .primary-hero .model-slide {
    top: auto;
    bottom: clamp(158px, 16.8svh, 194px);
    height: clamp(640px, 72svh, 820px);
    max-width: min(94vw, 740px);
  }

  .primary-hero .hero-copy {
    top: auto;
    bottom: clamp(26px, 4vh, 42px);
  }
}

@media (max-width: 640px) {
  html {
    background: #fff;
  }

  body {
    background: #0b1428;
  }

  .questions-modal {
    width: calc(100vw - 20px);
    max-height: calc(100svh - 20px);
  }

  .questions-card {
    max-height: calc(100svh - 20px);
    border-radius: 22px;
  }

  .questions-content {
    max-height: calc(100svh - 20px);
    padding: 30px 22px 24px;
  }

  .questions-kicker {
    margin-right: 48px;
  }

  .questions-card h2 {
    max-width: 100%;
    margin-top: 14px;
    font-size: clamp(2rem, 8.6vw, 2.45rem);
  }

  .questions-step {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .questions-step h3 {
    margin-top: 5px;
    font-size: 1.58rem;
    white-space: normal;
  }

  .site-nav {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    padding: 14px 16px;
  }

  .primary-page-nav {
    isolation: isolate;
    min-height: 72px;
    background: rgba(255, 255, 255, 0.985);
    -webkit-backdrop-filter: blur(18px) saturate(0.98);
    backdrop-filter: blur(18px) saturate(0.98);
  }

  .primary-page-nav::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    height: max(env(safe-area-inset-top), 22px);
    background: rgba(255, 255, 255, 0.985);
    -webkit-backdrop-filter: blur(18px) saturate(0.98);
    backdrop-filter: blur(18px) saturate(0.98);
    pointer-events: none;
  }

  .wordmark {
    gap: 8px;
  }

  .brand-mark {
    width: 30px;
    height: 30px;
  }

  .brand-wordmark {
    width: 98px;
  }

  .brand-text-wordmark--nav {
    font-size: 1.08rem;
    letter-spacing: 0.25em;
  }

  .nav-actions {
    position: static;
    top: auto;
    right: auto;
    grid-column: 3;
    grid-row: 1;
    display: flex;
    flex: 0 1 auto;
    justify-content: flex-end;
    gap: 0;
    width: auto;
    min-width: 0;
  }

  .sign-in-link {
    min-height: 40px;
    font-size: 0.84rem;
  }

  .guide-button {
    min-height: 40px;
    padding: 0 16px;
    font-size: 0.78rem;
    white-space: nowrap;
  }

  .cover-hero {
    min-height: calc(100svh + clamp(52px, 8svh, 88px));
    padding-bottom: max(20px, env(safe-area-inset-bottom));
  }

  .visual-stage {
    width: 100%;
    min-height: min(65svh, 570px);
    margin-top: 18px;
  }

  .cover-word {
    top: 5%;
    font-size: clamp(3.8rem, 14vw, 5.8rem);
  }

  .model-slide {
    bottom: 26px;
    max-width: min(92vw, 460px);
    height: min(68svh, 590px);
  }

  .model-01 {
    left: 48%;
  }

  .model-shadow {
    width: 72vw;
    height: 48px;
    bottom: 26px;
  }

  .hero-copy {
    width: calc(100% - 34px);
    margin-top: 10px;
  }

  .hero-subhead {
    max-width: 340px;
    font-size: 1.02rem;
  }

  .primary-word {
    top: clamp(100px, calc(13svh + 2px), 120px);
    width: calc(100% - 28px);
    font-size: clamp(3.44rem, 15vw, 4.72rem);
    letter-spacing: 0.012em;
  }

  .primary-stage {
    min-height: min(70svh, 628px);
    margin-top: 8px;
  }

  .primary-hero .model-slide {
    top: auto;
    bottom: clamp(110px, 14.2svh, 136px);
    height: min(69svh, 628px);
    max-width: min(116vw, 586px);
  }

  .primary-hero .model-01 {
    left: 52%;
  }

  .primary-hero .model-04 {
    left: 53%;
  }

  .primary-hero .hero-copy {
    top: auto;
    bottom: clamp(54px, 7.2svh, 76px);
  }

  .primary-page-nav .nav-actions {
    display: flex;
  }

  .primary-page-nav .nav-actions .sign-in-link {
    display: none;
  }

  .mobile-sign-in-link {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    border-radius: 14px;
    padding: 0 4px;
    background: transparent;
    color: rgba(7, 24, 52, 0.78);
    font-family: var(--sans);
    font-size: 0.84rem;
    font-weight: 600;
    line-height: 1;
  }

  .primary-hero .hero-subhead {
    max-width: calc(100vw - 56px);
    font-size: 1.19rem;
  }

  .primary-wordmark {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .center-actions {
    gap: 12px;
    margin-top: 16px;
  }
}

@media (max-width: 390px) {
  .visual-stage {
    min-height: min(63svh, 530px);
  }

  .cover-word {
    font-size: clamp(3.3rem, 13vw, 4.4rem);
  }

  .primary-word {
    top: clamp(96px, calc(12.4svh + 2px), 114px);
    font-size: clamp(3.08rem, 14.8vw, 3.62rem);
    color: #c8bcb0;
  }

  .model-slide {
    height: min(66svh, 540px);
  }

  .primary-hero .model-slide {
    top: auto;
    bottom: clamp(98px, 13.8svh, 120px);
    height: min(67svh, 538px);
    max-width: min(118vw, 548px);
  }

  .center-actions {
    flex-wrap: wrap;
  }

  .primary-hero .hero-copy {
    top: auto;
    bottom: 72px;
  }

}

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

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .primary-copy,
  .primary-word span,
  .primary-word::after {
    opacity: 1;
    transform: none;
    animation: none !important;
  }

  .primary-word::after {
    opacity: 0;
  }
}
