:root {
  --pheen-blue: #7F92E3;
  --pheen-blue-deep: #183A8F;
  --pheen-ice: #DCE8F8;
  --pheen-mist: #F7F9FC;
  --pheen-cyan: #A9D9FF;
  --pheen-lavender: #DCD6F4;
  --pheen-glow: #6FB8FF;
  --pheen-white: #FFFFFF;
  --pheen-body: #334A83;

  --bg-primary: var(--pheen-mist);
  --bg-soft: var(--pheen-ice);
  --text-primary: #4F67B8;
  --text-strong: var(--pheen-blue-deep);
  --accent: var(--pheen-blue);
  --accent-soft: var(--pheen-cyan);
  --line-soft: color-mix(in srgb, var(--pheen-blue) 22%, transparent);
  --line-strong: color-mix(in srgb, var(--pheen-blue-deep) 42%, transparent);
  --surface-soft: color-mix(in srgb, var(--pheen-white) 76%, transparent);
  --surface-form: color-mix(in srgb, var(--pheen-white) 90%, var(--pheen-ice));
  --shadow-soft: 0 2rem 5rem color-mix(in srgb, var(--pheen-blue) 18%, transparent);
  --shadow-form: 0 1.5rem 4rem color-mix(in srgb, var(--pheen-blue-deep) 10%, transparent);
  --state-pending: var(--pheen-blue-deep);
  --state-success: color-mix(in srgb, var(--pheen-blue-deep) 72%, var(--pheen-cyan));
  --state-error: color-mix(in srgb, var(--pheen-blue-deep) 72%, var(--pheen-lavender));

  --font-display: "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --font-sans: Inter, Manrope, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --page-max: 75rem;
  --interactive-min: 3rem;
  --radius-pill: 999px;
  --radius-control: 0.9rem;
  --radius-large: 2rem;
  --space-page: clamp(1.25rem, 4vw, 2.5rem);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg-primary);
  color: var(--pheen-body);
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.22em;
}

a:hover {
  color: var(--text-strong);
}

:focus-visible {
  outline: 0.2rem solid var(--pheen-blue-deep);
  outline-offset: 0.25rem;
  border-radius: 0.25rem;
}

.skip-link {
  position: fixed;
  inset-block-start: 0.75rem;
  inset-inline-start: 0.75rem;
  z-index: 100;
  padding: 0.65rem 1rem;
  border-radius: var(--radius-pill);
  background: var(--pheen-blue-deep);
  color: var(--pheen-white);
  font-weight: 700;
  transform: translateY(-200%);
}

.skip-link:focus {
  color: var(--pheen-white);
  transform: translateY(0);
}

.page-shell {
  position: relative;
  isolation: isolate;
}

.container {
  width: min(100% - (2 * var(--space-page)), var(--page-max));
  margin-inline: auto;
}

.site-header {
  position: absolute;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: 10;
}

.site-header__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  min-height: 4.75rem;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  color: var(--text-strong);
  text-decoration: none;
}

.brand__mark {
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}

.brand__picture {
  display: flex;
  flex: 0 0 auto;
}

.brand__wordmark,
.site-footer__wordmark {
  color: var(--text-primary);
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.035em;
}

.brand__wordmark {
  font-size: 1.85rem;
  line-height: 1;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.primary-nav__links {
  display: none;
  align-items: center;
  gap: 1.5rem;
}

.primary-nav a,
.footer-nav a {
  color: var(--text-primary);
  font-size: 0.82rem;
  font-weight: 650;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  padding-block: 6.75rem 4.5rem;
  background:
    radial-gradient(circle at 82% 22%, color-mix(in srgb, var(--pheen-lavender) 72%, transparent) 0%, transparent 32%),
    radial-gradient(circle at 15% 8%, color-mix(in srgb, var(--pheen-cyan) 48%, transparent) 0%, transparent 38%),
    linear-gradient(180deg, var(--pheen-mist) 0%, var(--pheen-white) 58%, var(--pheen-ice) 132%);
}

.hero::after {
  content: "";
  position: absolute;
  inset-inline: -10%;
  inset-block-end: -9rem;
  height: 17rem;
  border-radius: 50% 50% 0 0;
  background: linear-gradient(180deg, color-mix(in srgb, var(--pheen-cyan) 40%, transparent), transparent 72%);
  opacity: 0.5;
  transform: rotate(-2deg);
}

.hero__atmosphere,
.hero__halo,
.hero__orbit {
  position: absolute;
  pointer-events: none;
}

.hero__atmosphere {
  inset: 0;
}

.hero__halo {
  border: 1px solid color-mix(in srgb, var(--pheen-glow) 24%, transparent);
  border-radius: 50%;
  box-shadow: 0 0 5rem color-mix(in srgb, var(--pheen-glow) 14%, transparent);
}

.hero__halo--one {
  width: 20rem;
  height: 20rem;
  inset-block-start: 18%;
  inset-inline-end: -11rem;
}

.hero__halo--two {
  width: 15rem;
  height: 15rem;
  inset-block-end: 3%;
  inset-inline-start: -8rem;
}

.hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  gap: 2.75rem;
}

.hero__copy {
  max-width: 37rem;
}

.eyebrow,
.section-kicker {
  margin: 0 0 1rem;
  color: var(--text-primary);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.18em;
  line-height: 1.3;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.closing h2 {
  margin: 0;
  color: var(--text-strong);
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.045em;
  overflow-wrap: anywhere;
}

.hero h1 {
  color: var(--text-primary);
  font-size: clamp(3.25rem, 11vw, 4.5rem);
  line-height: 0.88;
  transform: translateX(-2px);
}

.hero__tagline {
  max-width: 32rem;
  margin: 1.75rem 0 1rem;
  color: var(--text-strong);
  font-size: clamp(1.35rem, 5vw, 2rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.hero__intro {
  max-width: 35rem;
  margin: 0;
  color: var(--text-primary);
  font-size: clamp(1rem, 2.5vw, 1.15rem);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.25rem;
  margin-block-start: 1.75rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--interactive-min);
  padding-inline: 0.35rem;
  color: var(--text-primary);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration-thickness: 0.1em;
}

.primary-nav > .text-link,
.hero__actions .text-link[href="#waitlist"] {
  padding-inline: 1.15rem;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-pill);
  background: color-mix(in srgb, var(--pheen-white) 68%, transparent);
  color: var(--text-strong);
  text-decoration: none;
}

.hero__actions .text-link[href="#waitlist"] {
  border-color: var(--pheen-blue-deep);
  background: var(--pheen-blue-deep);
  color: var(--pheen-white);
}

.hero__visual {
  position: relative;
  width: min(82vw, 23rem);
  max-width: 100%;
  margin: 0 auto;
}

.hero__mascot {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: var(--shadow-soft);
}

.hero__picture {
  display: block;
}

.hero__orbit {
  z-index: 1;
  inset: -0.8rem;
  border: 1px solid color-mix(in srgb, var(--pheen-blue) 22%, transparent);
  border-radius: 50%;
}

.hero__orbit::before,
.hero__orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: var(--pheen-white);
  box-shadow: 0 0 1.5rem var(--pheen-glow);
}

.hero__orbit::before {
  width: 0.65rem;
  height: 0.65rem;
  inset-block-start: 18%;
  inset-inline-end: 6%;
}

.hero__orbit::after {
  width: 0.4rem;
  height: 0.4rem;
  inset-block-end: 14%;
  inset-inline-start: 8%;
}

.section {
  padding-block: clamp(4.75rem, 9vw, 7.5rem);
  border-block-start: 1px solid var(--line-soft);
}

.section-heading {
  max-width: 37rem;
}

.section-heading--wide {
  max-width: 54rem;
}

.section-heading h2,
.closing h2 {
  font-size: clamp(2.7rem, 9vw, 5.4rem);
  line-height: 1;
}

.section-heading > p:last-child,
.closing__inner > p:not(.section-kicker) {
  max-width: 42rem;
  margin: 1.75rem 0 0;
  color: var(--text-primary);
  font-size: clamp(1.05rem, 2.5vw, 1.25rem);
}

.why-pheen {
  background: var(--pheen-white);
}

.principles {
  display: grid;
  margin-block-start: clamp(2.75rem, 6vw, 4.5rem);
  border-block-start: 1px solid var(--line-soft);
}

.principle {
  padding-block: 1.5rem;
  border-block-end: 1px solid var(--line-soft);
}

.step-list__number {
  margin: 0;
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.principle h3,
.step-list h3 {
  margin: 0.65rem 0 0.4rem;
  color: var(--text-strong);
  font-size: 1.1rem;
}

.principle p:last-child,
.step-list p {
  margin: 0;
  color: var(--text-primary);
}

.steps {
  background:
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--pheen-lavender) 42%, transparent), transparent 36%),
    var(--bg-primary);
}

.steps__layout,
.trust__layout {
  display: grid;
  gap: 3rem;
}

.trust__layout {
  gap: clamp(2.25rem, 5vw, 3rem);
}

.step-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.step-list__item {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 1rem;
  padding-block: 1.5rem;
  border-block-start: 1px solid var(--line-soft);
}

.step-list__item:last-child {
  border-block-end: 1px solid var(--line-soft);
}

.step-list h3 {
  margin-block-start: -0.15rem;
}

.everyday-presence {
  background: color-mix(in srgb, var(--pheen-white) 76%, var(--pheen-ice));
}

.trust {
  padding-block: clamp(3.75rem, 6vw, 5.5rem);
  background:
    radial-gradient(circle at 12% 18%, color-mix(in srgb, var(--pheen-cyan) 42%, transparent) 0%, transparent 34%),
    radial-gradient(circle at 88% 78%, color-mix(in srgb, var(--pheen-lavender) 58%, transparent) 0%, transparent 42%),
    linear-gradient(
      135deg,
      var(--pheen-mist) 0%,
      color-mix(in srgb, var(--pheen-ice) 82%, var(--pheen-mist)) 52%,
      color-mix(in srgb, var(--pheen-lavender) 28%, var(--pheen-mist)) 100%
    );
  color: var(--pheen-body);
}

.trust .section-kicker {
  color: var(--pheen-blue-deep);
}

.trust .section-heading h2 {
  color: var(--text-strong);
}

.trust .section-heading > p:last-child {
  color: var(--pheen-body);
}

.privacy-note {
  align-self: end;
  padding: 0.5rem 0 0.5rem clamp(1.25rem, 3vw, 2rem);
  border: 0;
  border-inline-start: 1px solid color-mix(in srgb, var(--pheen-blue) 42%, transparent);
  border-radius: 0;
  background: transparent;
}

.privacy-note span {
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: 1.8rem;
  overflow-wrap: anywhere;
}

.privacy-note p {
  margin: 0.75rem 0 0;
  color: var(--pheen-body);
}

.waitlist {
  background:
    radial-gradient(circle at 92% 12%, color-mix(in srgb, var(--pheen-cyan) 34%, transparent), transparent 30%),
    var(--pheen-mist);
}

.waitlist .section-heading {
  max-width: 46rem;
}

.waitlist-form {
  position: relative;
  width: min(100%, 49rem);
  margin-block-start: clamp(2.5rem, 6vw, 4rem);
  padding: clamp(1.25rem, 4vw, 2rem);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-large);
  background: var(--surface-form);
  box-shadow: var(--shadow-form);
}

.waitlist-form > label {
  display: block;
  margin-block-end: 0.65rem;
  color: var(--text-strong);
  font-size: 0.84rem;
  font-weight: 750;
  letter-spacing: 0.025em;
}

.waitlist-form__controls {
  display: grid;
  gap: 0.75rem;
}

#waitlist-email,
#waitlist-submit {
  min-height: var(--interactive-min);
  border-radius: var(--radius-control);
  font: inherit;
}

#waitlist-email {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid var(--line-strong);
  background: var(--pheen-white);
  color: var(--text-strong);
  line-height: 1.25;
}

#waitlist-email::placeholder {
  color: var(--text-primary);
  opacity: 1;
}

#waitlist-email:hover:not(:disabled) {
  border-color: var(--pheen-blue);
}

#waitlist-email:user-invalid,
#waitlist-email[aria-invalid="true"],
#waitlist-email:invalid:not(:placeholder-shown) {
  border-color: var(--state-error);
  box-shadow: inset 0 0 0 1px var(--state-error);
}

#waitlist-submit {
  padding: 0.75rem 1.35rem;
  border: 1px solid var(--pheen-blue-deep);
  background: var(--pheen-blue-deep);
  color: var(--pheen-white);
  cursor: pointer;
  font-weight: 750;
  line-height: 1.2;
  white-space: nowrap;
}

#waitlist-submit:hover:not(:disabled) {
  background: color-mix(in srgb, var(--pheen-blue-deep) 88%, var(--pheen-blue));
}

#waitlist-email:disabled,
#waitlist-submit:disabled {
  cursor: wait;
  opacity: 0.68;
}

#waitlist-email:disabled {
  background: color-mix(in srgb, var(--pheen-white) 74%, var(--pheen-ice));
}

.waitlist-form[aria-busy="true"] {
  border-color: color-mix(in srgb, var(--state-pending) 44%, transparent);
  box-shadow:
    0 0 0 0.2rem color-mix(in srgb, var(--pheen-cyan) 24%, transparent),
    var(--shadow-form);
}

.waitlist-status {
  display: flex;
  align-items: center;
  min-height: 1.75rem;
  margin: 0.85rem 0 0;
  color: var(--text-primary);
  font-size: 0.86rem;
  line-height: 1.45;
}

.waitlist-status--pending,
.waitlist-status--success,
.waitlist-status--error {
  padding-inline-start: 0.75rem;
  border-inline-start: 0.22rem solid currentColor;
  font-weight: 650;
}

.waitlist-status--pending {
  color: var(--state-pending);
}

.waitlist-status--pending::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  flex: 0 0 auto;
  margin-inline-end: 0.55rem;
  border: 0.12rem solid currentColor;
  border-block-start-color: transparent;
  border-radius: 50%;
}

.waitlist-status--success {
  color: var(--state-success);
}

.waitlist-status--error {
  color: var(--state-error);
}

.turnstile-container {
  max-width: 100%;
}

.turnstile-container:not(:empty) {
  margin-block-start: 0.9rem;
}

.form-trap {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.waitlist-privacy {
  max-width: 49rem;
  margin: 1rem 0 0;
  color: var(--text-primary);
  font-size: 0.82rem;
}

.closing {
  position: relative;
  overflow: hidden;
  padding-block: clamp(5rem, 11vw, 8rem);
  border-block-start: 1px solid var(--line-soft);
  background:
    radial-gradient(circle at 18% 20%, color-mix(in srgb, var(--pheen-cyan) 36%, transparent) 0%, transparent 34%),
    radial-gradient(circle at 82% 76%, color-mix(in srgb, var(--pheen-lavender) 46%, transparent) 0%, transparent 38%),
    linear-gradient(
      180deg,
      var(--pheen-mist) 0%,
      color-mix(in srgb, var(--pheen-ice) 78%, var(--pheen-white)) 56%,
      color-mix(in srgb, var(--pheen-mist) 84%, var(--pheen-lavender)) 100%
    );
  color: var(--pheen-body);
}

.closing::before {
  content: "";
  position: absolute;
  width: 26rem;
  height: 26rem;
  inset-block-end: -18rem;
  inset-inline-end: -12rem;
  border: 1px solid color-mix(in srgb, var(--pheen-glow) 28%, transparent);
  border-radius: 50%;
}

.closing__inner {
  position: relative;
  z-index: 1;
  max-width: 55rem;
  text-align: center;
}

.closing__inner > p:not(.section-kicker) {
  margin-inline: auto;
}

.site-footer {
  padding-block: 2rem;
  background: var(--pheen-white);
}

.site-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.site-footer p {
  margin: 0;
  color: var(--text-primary);
  font-size: 0.78rem;
}

.site-footer__wordmark {
  margin-block-end: 0.2rem !important;
  font-size: 1.65rem !important;
  line-height: 1;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
}

.footer-nav span {
  color: var(--text-primary);
  cursor: default;
  font-size: 0.78rem;
}

.legal-page {
  background:
    radial-gradient(circle at 88% 8%, color-mix(in srgb, var(--pheen-lavender) 42%, transparent), transparent 26rem),
    var(--pheen-mist);
}

.legal-header {
  position: relative;
  border-block-end: 1px solid var(--line-soft);
  background: color-mix(in srgb, var(--pheen-white) 72%, transparent);
}

.legal-header .text-link {
  color: var(--text-strong);
}

.legal-main {
  min-height: 70svh;
}

.legal-column {
  max-width: 46rem;
}

.legal-hero {
  padding-block: clamp(4.5rem, 10vw, 7.5rem) clamp(3rem, 7vw, 5rem);
  border-block-end: 1px solid var(--line-soft);
  background:
    radial-gradient(circle at 18% 22%, color-mix(in srgb, var(--pheen-cyan) 32%, transparent), transparent 24rem),
    linear-gradient(180deg, color-mix(in srgb, var(--pheen-white) 68%, transparent), transparent);
}

.legal-hero h1 {
  margin: 0;
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: clamp(3.25rem, 11vw, 5.75rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.95;
  overflow-wrap: anywhere;
}

.legal-updated {
  margin: 1.5rem 0 0;
  color: var(--text-primary);
  font-size: 0.86rem;
  font-weight: 650;
  letter-spacing: 0.02em;
}

.legal-content {
  padding-block: clamp(3.5rem, 8vw, 6rem);
}

.legal-section + .legal-section {
  margin-block-start: clamp(2.75rem, 6vw, 4rem);
  padding-block-start: clamp(2.75rem, 6vw, 4rem);
  border-block-start: 1px solid var(--line-soft);
}

.legal-section h2 {
  margin: 0;
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 5vw, 2.35rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.legal-section p,
.legal-section ul {
  margin-block: 1rem 0;
}

.legal-section p,
.legal-section li {
  color: var(--pheen-body);
  font-size: 1rem;
  line-height: 1.75;
}

.legal-section ul {
  padding-inline-start: 1.25rem;
}

.legal-section li + li {
  margin-block-start: 0.4rem;
}

.legal-section a {
  color: var(--text-strong);
  font-weight: 650;
  overflow-wrap: anywhere;
}

@media (prefers-reduced-motion: no-preference) {
  .hero__atmosphere {
    animation: atmosphere-drift 18s ease-in-out infinite alternate;
  }

  .hero__orbit {
    animation: orbit-breathe 9s ease-in-out infinite alternate;
  }

  .waitlist-status--pending::before {
    animation: waitlist-spin 800ms linear infinite;
  }

  a,
  .skip-link,
  #waitlist-email,
  #waitlist-submit,
  .waitlist-form {
    transition:
      color 180ms ease,
      background-color 180ms ease,
      border-color 180ms ease,
      box-shadow 180ms ease,
      opacity 180ms ease,
      transform 180ms ease;
  }

  .text-link:active,
  #waitlist-submit:active:not(:disabled) {
    transform: translateY(1px);
  }
}

@keyframes atmosphere-drift {
  from {
    transform: translate3d(-1.2rem, -0.6rem, 0) scale(1);
  }

  to {
    transform: translate3d(1.5rem, 0.8rem, 0) scale(1.04);
  }
}

@keyframes orbit-breathe {
  from {
    opacity: 0.55;
    transform: scale(0.98);
  }

  to {
    opacity: 1;
    transform: scale(1.015);
  }
}

@keyframes waitlist-spin {
  to {
    transform: rotate(1turn);
  }
}

@media (min-width: 48rem) {
  .primary-nav__links {
    display: flex;
  }

  .hero {
    padding-block: 6.5rem 5rem;
  }

  .hero__visual {
    width: min(70vw, 25rem);
  }

  .principles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-block-end: 1px solid var(--line-soft);
  }

  .principle {
    min-height: 11.5rem;
    padding: 1.5rem;
    border-inline-end: 1px solid var(--line-soft);
    border-block-end: 0;
  }

  .principle:first-child {
    padding-inline-start: 0;
  }

  .principle:last-child {
    padding-inline-end: 0;
    border-inline-end: 0;
  }

  .waitlist-form__controls {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  #waitlist-submit {
    min-width: 8.5rem;
  }

  .site-footer__inner {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}

@media (min-width: 64rem) {
  .steps__layout,
  .trust__layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 1.1fr);
    gap: clamp(3rem, 8vw, 7rem);
  }
}

@media (min-width: 75rem) {
  .hero {
    padding-block: 6rem 5rem;
  }

  .hero__grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.92fr);
    gap: clamp(3rem, 6vw, 5.5rem);
  }

  .hero h1 {
    font-size: clamp(4rem, 4.5vw, 4.5rem);
  }

  .hero__visual {
    width: min(100%, 27rem);
  }
}

@media (min-width: 90rem) {
  .hero__grid {
    min-height: calc(100svh - 11rem);
  }

  .hero__visual {
    width: 29rem;
  }
}

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

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