:root {
  --night: #101a2a;
  --night-soft: #17263a;
  --paper: #fbf8ef;
  --paper-deep: #f1eddf;
  --ink: #2d3a2f;
  --muted: #647064;
  --leaf: #82ad6f;
  --leaf-dark: #56764a;
  --mist: #b9c8c4;
  --moon: #f1dfa0;
  --rule: rgba(45, 58, 47, 0.12);
  --serif: 'Fraunces', 'Iowan Old Style', Palatino, Georgia, serif;
  --sans: 'Outfit', 'Segoe UI', system-ui, -apple-system, sans-serif;
  --shell: min(1120px, calc(100vw - 40px));
}

* {
  box-sizing: border-box;
  margin: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.62;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

::selection {
  background: rgba(130, 173, 111, 0.3);
}

:focus-visible {
  border-radius: 5px;
  outline: 2px solid var(--leaf);
  outline-offset: 4px;
}

.skip {
  background: var(--paper);
  color: var(--ink);
  left: -9999px;
  padding: 10px 16px;
  position: absolute;
  top: 0;
  z-index: 100;
}

.skip:focus {
  left: 0;
}

.shell {
  margin-inline: auto;
  width: var(--shell);
}

h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

h1 {
  color: #fffdf5;
  font-size: clamp(3.2rem, 7vw, 6.6rem);
  max-width: 9.6ch;
}

h1 em {
  color: var(--moon);
  font-weight: 430;
}

h2 {
  font-size: clamp(2.35rem, 5vw, 4.45rem);
  max-width: 13ch;
}

h3 {
  font-size: 1.05rem;
  font-weight: 550;
  line-height: 1.25;
}

.eyebrow {
  color: var(--leaf-dark);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.hero {
  background:
    radial-gradient(circle at 52% 33%, rgba(85, 117, 145, 0.32), transparent 32%),
    linear-gradient(178deg, var(--night-soft), var(--night) 68%);
  color: rgba(255, 253, 245, 0.78);
  min-height: 100svh;
  overflow: hidden;
  position: relative;
}

.hero::after {
  background: linear-gradient(90deg, transparent, rgba(241, 223, 160, 0.24), transparent);
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  opacity: 0.45;
  position: absolute;
  right: 0;
}

.nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-block: max(22px, env(safe-area-inset-top)) 22px;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 500;
  gap: 10px;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.brand svg {
  color: var(--leaf);
}

.nav-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 0.9rem;
  text-decoration: none;
}

.hero-stage {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-block: clamp(42px, 7vw, 86px) clamp(82px, 9vw, 122px);
}

.hero-copy {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
  z-index: 2;
}

.hero-mark {
  color: var(--leaf);
  height: 45px;
  margin-bottom: 23px;
  width: 45px;
}

.hero-copy .eyebrow {
  color: #9fb893;
  margin-bottom: 19px;
}

.hero-copy h1 {
  font-size: clamp(3.35rem, 7.4vw, 6.25rem);
  max-width: 12ch;
}

.hero-lede {
  color: rgba(255, 253, 245, 0.68);
  font-size: clamp(1.02rem, 1.6vw, 1.21rem);
  line-height: 1.58;
  margin: 28px 0 30px;
  max-width: 36rem;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 550;
  gap: 11px;
  justify-content: center;
  min-height: 55px;
  padding: 14px 24px;
  text-align: center;
  text-decoration: none;
  transition:
    box-shadow 180ms ease,
    transform 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(180deg, #8dbb77, #638a55);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.3),
    0 16px 34px rgba(10, 25, 11, 0.24);
  color: #fff;
}

.button-primary:hover {
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.3),
    0 20px 42px rgba(10, 25, 11, 0.32);
}

.button-secondary {
  border-color: rgba(45, 58, 47, 0.24);
  color: var(--ink);
}

.trust-line {
  color: rgba(255, 253, 245, 0.48);
  font-size: 0.78rem;
  margin-top: 14px;
}

.trust-line span {
  color: rgba(130, 173, 111, 0.82);
  margin-inline: 0.22em;
}

.hero-tour {
  margin: clamp(48px, 7vw, 76px) max(-2.5vw, -22px) 0 auto;
  max-width: 980px;
  position: relative;
  width: min(94%, 980px);
}

.hero-tour::before {
  background: linear-gradient(180deg, rgba(130, 173, 111, 0), rgba(130, 173, 111, 0.8));
  content: '';
  height: 66px;
  left: 46%;
  position: absolute;
  top: -66px;
  width: 1px;
}

.hero-tour::after {
  background: var(--leaf);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(130, 173, 111, 0.09);
  content: '';
  height: 5px;
  left: calc(46% - 2px);
  position: absolute;
  top: -3px;
  width: 5px;
}

.hero-tour-frame {
  aspect-ratio: 1920 / 1034;
  background: #243651;
  border: 1px solid rgba(255, 253, 245, 0.12);
  border-radius: 24px;
  box-shadow:
    0 0 0 7px rgba(255, 255, 255, 0.022),
    0 42px 100px rgba(0, 0, 0, 0.42);
  overflow: hidden;
  position: relative;
}

.garden-poster,
.hero-film {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  width: 100%;
}

.hero-film {
  opacity: 0;
  transition: opacity 700ms ease;
}

.hero-film.playing {
  opacity: 1;
}

.hero-tour-caption {
  align-items: center;
  color: rgba(255, 253, 245, 0.45);
  display: flex;
  font-size: 0.7rem;
  font-weight: 500;
  gap: 11px;
  justify-content: center;
  letter-spacing: 0.09em;
  margin-top: 19px;
  text-transform: uppercase;
}

.hero-tour-caption i {
  background: linear-gradient(90deg, rgba(130, 173, 111, 0.25), var(--leaf));
  height: 1px;
  position: relative;
  width: clamp(24px, 5vw, 70px);
}

.hero-tour-caption i::after {
  background: var(--leaf);
  border-radius: 50%;
  content: '';
  height: 3px;
  position: absolute;
  right: 0;
  top: -1px;
  width: 3px;
}

.ph-mention {
  color: rgba(255, 253, 245, 0.46);
  display: block;
  font-size: 0.72rem;
  margin: 15px auto 0;
  text-align: center;
  text-decoration: none;
  width: fit-content;
}

.ph-mention:hover {
  color: rgba(255, 253, 245, 0.76);
}

.ph-mention span {
  color: var(--leaf);
  margin-left: 3px;
}

section {
  padding-block: clamp(82px, 11vw, 150px);
}

.section-intro {
  max-width: 630px;
}

.section-intro > p:last-child {
  color: var(--muted);
  font-size: 1.08rem;
  margin-top: 25px;
  max-width: 35rem;
}

.parallel {
  border-bottom: 1px solid var(--rule);
  border-top: 1px solid var(--rule);
  display: grid;
  list-style: none;
  margin: clamp(48px, 7vw, 80px) 0;
  padding: 0;
}

.parallel li {
  display: grid;
  grid-template-columns: minmax(90px, 0.48fr) 1fr 1fr;
  min-height: 160px;
}

.parallel li + li {
  border-top: 1px solid var(--rule);
}

.parallel-stage,
.parallel-lane {
  padding: 27px clamp(18px, 2.6vw, 34px) 30px;
}

.parallel-stage {
  background: rgba(130, 173, 111, 0.055);
}

.parallel-lane + .parallel-lane {
  border-left: 1px solid var(--rule);
}

.step-mark {
  color: var(--leaf-dark);
  display: block;
  font-family: var(--serif);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
}

.parallel-stage h3 {
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  font-weight: 450;
}

.parallel-lane p {
  color: var(--muted);
  font-size: 0.94rem;
}

.lane-label {
  color: var(--leaf-dark);
  display: block;
  font-size: 0.69rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-bottom: 13px;
  text-transform: uppercase;
}

.parallel-mind {
  background: rgba(241, 223, 160, 0.08);
}

.parallel-mind .lane-label {
  color: #8c7538;
}

.garden-wide {
  margin: 0;
}

.garden-wide img {
  aspect-ratio: 16 / 9;
  border: 1px solid var(--rule);
  border-radius: 26px;
  box-shadow: 0 30px 70px rgba(45, 58, 47, 0.14);
  object-fit: cover;
  object-position: 50% 44%;
  width: 100%;
}

.garden-wide figcaption {
  color: var(--muted);
  font-size: 0.8rem;
  margin-top: 14px;
  text-align: center;
}

.returning {
  background: var(--paper-deep);
}

.returning-grid {
  align-items: start;
  display: grid;
  gap: clamp(60px, 10vw, 140px);
  grid-template-columns: 0.85fr 1.15fr;
}

.returning-copy > p:not(.eyebrow) {
  color: var(--muted);
  margin: 26px 0 22px;
  max-width: 30rem;
}

.text-link {
  color: var(--leaf-dark);
  font-size: 0.92rem;
  font-weight: 550;
  text-decoration: none;
}

.text-link span {
  display: inline-block;
  margin-left: 5px;
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.quiet-benefits {
  display: grid;
}

.quiet-benefits article {
  align-items: start;
  border-top: 1px solid rgba(45, 58, 47, 0.15);
  display: grid;
  gap: 18px;
  grid-template-columns: 30px 1fr;
  padding: 24px 0 26px;
}

.quiet-benefits article:last-child {
  border-bottom: 1px solid rgba(45, 58, 47, 0.15);
}

.quiet-benefits h3 {
  margin-bottom: 5px;
}

.quiet-benefits p {
  color: var(--muted);
  font-size: 0.92rem;
}

.benefit-icon {
  color: var(--leaf-dark);
  font-family: var(--serif);
  font-size: 1.45rem;
  line-height: 1;
  padding-top: 1px;
}

.benefit-icon.sprout {
  height: 22px;
  position: relative;
  width: 22px;
}

.benefit-icon.sprout::before {
  background: var(--leaf-dark);
  bottom: 0;
  content: '';
  height: 15px;
  left: 10px;
  position: absolute;
  width: 1.5px;
}

.benefit-icon.sprout::after {
  border: 1.5px solid var(--leaf-dark);
  border-bottom-left-radius: 12px;
  border-top-right-radius: 12px;
  content: '';
  height: 8px;
  left: 10px;
  position: absolute;
  top: 1px;
  transform: rotate(-12deg);
  width: 10px;
}

.benefit-icon.moon {
  border: 1.5px solid var(--leaf-dark);
  border-radius: 50%;
  height: 18px;
  margin: 2px;
  position: relative;
  width: 18px;
}

.benefit-icon.moon::after {
  background: var(--paper-deep);
  border-radius: 50%;
  content: '';
  height: 16px;
  left: 5px;
  position: absolute;
  top: -3px;
  width: 16px;
}

.origin {
  background: var(--paper);
}

.origin-grid {
  align-items: center;
  display: grid;
  gap: clamp(54px, 9vw, 118px);
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr);
}

.origin-copy h2 {
  max-width: 11ch;
}

.origin-copy > p:not(.eyebrow) {
  color: var(--muted);
  margin-top: 22px;
  max-width: 32rem;
}

.origin-copy em {
  color: var(--ink);
  font-family: var(--serif);
}

.origin-copy .text-link {
  display: inline-block;
  margin-top: 26px;
}

.origin-proof {
  margin: 0;
}

.origin-proof img {
  aspect-ratio: 16 / 9;
  border: 1px solid var(--rule);
  border-radius: 28px 28px 72px 28px;
  box-shadow: 0 32px 74px rgba(45, 58, 47, 0.16);
  object-fit: cover;
  width: 100%;
}

.origin-proof figcaption {
  color: var(--muted);
  font-size: 0.78rem;
  margin: 15px auto 0;
  max-width: 31rem;
  text-align: center;
}

.inner-movie-landing {
  background:
    radial-gradient(circle at 76% 30%, rgba(130, 173, 111, 0.18), transparent 32%),
    var(--night-soft);
  color: rgba(255, 253, 245, 0.74);
  overflow: hidden;
}

.inner-movie-grid {
  align-items: center;
  display: grid;
  gap: clamp(54px, 9vw, 118px);
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 1.14fr);
}

.inner-movie-copy .eyebrow {
  color: #a9c89a;
}

.inner-movie-copy h2 {
  color: #fffdf5;
  max-width: 11ch;
}

.inner-movie-copy > p:not(.eyebrow, .inner-movie-access) {
  margin: 26px 0 24px;
  max-width: 31rem;
}

.inner-movie-beats {
  border-block: 1px solid rgba(255, 255, 255, 0.13);
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0 0 25px;
  padding-block: 15px;
}

.inner-movie-beats span {
  color: rgba(255, 253, 245, 0.82);
  font-size: 0.76rem;
  font-weight: 500;
}

.inner-movie-beats span + span::before {
  color: rgba(169, 200, 154, 0.65);
  content: '·';
  margin-inline: 10px;
}

.inner-movie-landing .text-link {
  color: #b8d5a9;
}

.inner-movie-access {
  border-left: 2px solid rgba(169, 200, 154, 0.55);
  color: rgba(255, 253, 245, 0.48);
  font-size: 0.76rem;
  line-height: 1.55;
  margin-top: 25px;
  max-width: 31rem;
  padding-left: 13px;
}

.inner-movie-proof {
  margin: 0;
}

.inner-movie-frame {
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 32px 32px 76px 32px;
  box-shadow: 0 36px 80px rgba(4, 12, 9, 0.36);
  overflow: hidden;
  position: relative;
}

.inner-movie-frame::after {
  background: linear-gradient(180deg, transparent 58%, rgba(10, 19, 16, 0.4));
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.inner-movie-frame img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.inner-movie-private {
  backdrop-filter: blur(10px);
  background: rgba(14, 26, 20, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  bottom: 17px;
  color: #fffdf5;
  font-size: 0.7rem;
  font-weight: 500;
  padding: 7px 11px;
  position: absolute;
  right: 19px;
  z-index: 1;
}

.inner-movie-proof figcaption {
  color: rgba(255, 253, 245, 0.48);
  font-size: 0.78rem;
  margin: 14px auto 0;
  max-width: 31rem;
  text-align: center;
}

.pricing {
  background: var(--paper);
}

.plans {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: 0.82fr 1.18fr;
  margin-top: clamp(46px, 7vw, 76px);
  max-width: 920px;
}

.plan {
  border: 1px solid var(--rule);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 4vw, 42px);
}

.plan-free {
  background: rgba(255, 255, 255, 0.5);
}

.plan-pro {
  background:
    radial-gradient(circle at 95% 3%, rgba(130, 173, 111, 0.19), transparent 27%),
    #fff;
  box-shadow: 0 28px 64px rgba(45, 58, 47, 0.1);
}

.plan-topline {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  justify-content: space-between;
}

.plan-name {
  color: var(--leaf-dark);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.seats {
  color: var(--leaf-dark);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.plan-price {
  font-family: var(--serif);
  font-size: clamp(2.9rem, 6vw, 4.4rem);
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 18px 0 14px;
}

.plan-price span {
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.9rem;
  letter-spacing: 0;
}

.plan-anchor {
  color: var(--muted);
  font-size: 0.77rem;
  line-height: 1.45;
}

.pro-showcase {
  margin: 25px 0 2px;
}

.pro-showcase img {
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(45, 58, 47, 0.1);
  border-radius: 15px;
  object-fit: cover;
  width: 100%;
}

.pro-showcase figcaption {
  color: var(--leaf-dark);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.015em;
  margin-top: 9px;
  text-align: center;
}

.plan ul {
  display: grid;
  gap: 11px;
  list-style: none;
  margin: 28px 0 34px;
  padding: 0;
}

.plan li {
  font-size: 0.92rem;
  padding-left: 25px;
  position: relative;
}

.plan li::before {
  background: var(--leaf);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(130, 173, 111, 0.18);
  content: '';
  height: 7px;
  left: 3px;
  position: absolute;
  top: 0.62em;
  width: 7px;
}

.plan .button {
  margin-top: auto;
  width: 100%;
}

.plan-note {
  color: var(--muted);
  font-size: 0.75rem;
  margin-top: 12px;
  text-align: center;
}

.belief {
  background: var(--paper-deep);
  text-align: center;
}

.belief-inner > svg {
  color: var(--leaf-dark);
  margin: 0 auto 28px;
}

.belief-inner h2 {
  margin-inline: auto;
  max-width: 15ch;
}

.belief-inner > p {
  color: var(--muted);
  font-size: 1.08rem;
  margin: 28px auto 0;
  max-width: 35rem;
}

.privacy-row {
  border-top: 1px solid rgba(45, 58, 47, 0.14);
  display: flex;
  flex-wrap: wrap;
  gap: 14px 32px;
  justify-content: center;
  margin-top: 46px;
  padding-top: 24px;
}

.privacy-row span {
  color: var(--muted);
  font-size: 0.78rem;
}

.closing {
  background:
    radial-gradient(circle at 50% 105%, rgba(130, 173, 111, 0.25), transparent 44%),
    var(--night);
  color: rgba(255, 253, 245, 0.72);
  overflow: hidden;
  position: relative;
  text-align: center;
}

.closing-inner {
  position: relative;
  z-index: 1;
}

.closing .eyebrow {
  color: #9fb893;
}

.closing h2 {
  color: #fffdf5;
  margin-inline: auto;
}

.closing p:not(.eyebrow) {
  margin: 24px auto 30px;
  max-width: 30rem;
}

.firefly {
  animation: glow 6s ease-in-out infinite;
  background: var(--moon);
  border-radius: 50%;
  box-shadow: 0 0 12px 3px rgba(241, 223, 160, 0.45);
  height: 4px;
  opacity: 0;
  position: absolute;
  width: 4px;
}

.f1 {
  animation-delay: 1s;
  left: 16%;
  top: 58%;
}

.f2 {
  animation-delay: 3.4s;
  right: 21%;
  top: 30%;
}

.f3 {
  animation-delay: 5s;
  right: 11%;
  top: 72%;
}

@keyframes glow {
  0%,
  100% {
    opacity: 0;
    transform: translateY(8px);
  }
  42% {
    opacity: 0.9;
    transform: translateY(-7px);
  }
  68% {
    opacity: 0.25;
  }
}

footer {
  background: var(--night);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 253, 245, 0.5);
  font-size: 0.78rem;
  padding-block: 42px;
}

.footer-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr auto;
}

.footer-brand {
  color: rgba(255, 253, 245, 0.82);
  font-weight: 500;
  margin-bottom: 4px;
}

footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  justify-content: flex-end;
}

footer a {
  color: rgba(255, 253, 245, 0.72);
  text-decoration-color: rgba(255, 255, 255, 0.25);
  text-underline-offset: 3px;
}

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

.js .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 700ms ease,
    transform 850ms cubic-bezier(0.16, 0.9, 0.3, 1);
}

.js .reveal.seen {
  opacity: 1;
  transform: none;
}

@media (max-width: 820px) {
  :root {
    --shell: min(100% - 32px, 680px);
  }

  .hero-stage {
    padding-block: 52px 86px;
  }

  .hero-tour {
    margin-right: -12px;
    width: 96%;
  }

  .parallel,
  .returning-grid,
  .origin-grid,
  .inner-movie-grid,
  .plans {
    grid-template-columns: 1fr;
  }

  .parallel li {
    grid-template-columns: 0.54fr 1fr 1fr;
  }

  .parallel-stage,
  .parallel-lane {
    padding-inline: clamp(14px, 3vw, 24px);
  }

  .plan-free {
    order: 2;
  }

  .plan-pro {
    order: 1;
  }

  .inner-movie-grid {
    grid-template-columns: 1fr;
  }

  .inner-movie-copy h2 {
    max-width: 13ch;
  }

  .inner-movie-proof {
    max-width: 680px;
  }

  .origin-proof {
    max-width: 680px;
  }
}

@media (max-width: 520px) {
  body {
    font-size: 16px;
  }

  .brand span {
    max-width: 9rem;
  }

  .nav-link {
    font-size: 0.8rem;
  }

  .hero-stage {
    padding-block: 42px 72px;
  }

  .hero-mark {
    height: 39px;
    margin-bottom: 20px;
    width: 39px;
  }

  .hero-copy h1 {
    font-size: clamp(2.85rem, 14.6vw, 4.2rem);
  }

  .hero-lede {
    font-size: 1rem;
    margin-block: 23px 27px;
  }

  .button {
    width: 100%;
  }

  .trust-line {
    line-height: 1.6;
    text-align: center;
  }

  .hero-tour {
    margin-top: 56px;
    width: 100%;
  }

  .hero-tour::before {
    height: 48px;
    top: -48px;
  }

  .hero-tour-frame {
    border-radius: 15px;
    box-shadow:
      0 0 0 4px rgba(255, 255, 255, 0.022),
      0 28px 64px rgba(0, 0, 0, 0.38);
  }

  .hero-tour-caption {
    flex-direction: column;
    gap: 6px;
    letter-spacing: 0.055em;
  }

  .hero-tour-caption i {
    background: linear-gradient(180deg, rgba(130, 173, 111, 0.25), var(--leaf));
    height: 11px;
    width: 1px;
  }

  .hero-tour-caption i::after {
    bottom: 0;
    right: -1px;
    top: auto;
  }

  .garden-wide img {
    aspect-ratio: 4 / 3;
  }

  .inner-movie-frame {
    border-radius: 22px 22px 52px 22px;
  }

  .origin-proof img {
    border-radius: 20px 20px 50px 20px;
  }

  .inner-movie-beats {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .inner-movie-beats span + span::before {
    content: none;
  }

  .parallel li {
    grid-template-columns: 1fr;
  }

  .parallel-stage {
    align-items: baseline;
    display: flex;
    gap: 14px;
    padding-block: 18px;
  }

  .parallel-stage .step-mark {
    margin: 0;
  }

  .parallel-lane {
    padding-block: 19px 21px;
  }

  .parallel-lane + .parallel-lane {
    border-left: 0;
    border-top: 1px solid var(--rule);
  }

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

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

  .legal {
    grid-column: auto;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }

  .firefly {
    display: none;
  }
}
