.site-home {
  color: var(--color-text);
}

.home-hero {
  position: relative;
  overflow: hidden;
  padding-block: 5.5rem 4.5rem;
  background:
    linear-gradient(115deg, rgba(0, 148, 0, 0.08), transparent 38%) 0 0 / 150% 150%,
    linear-gradient(180deg, #f7f4e9 0%, #fffdf8 78%);
  color: var(--color-brand-950);
  isolation: isolate;
  animation: home-hero-ambient 22s ease-in-out infinite alternate;
}

.home-hero::before {
  position: absolute;
  inset: 0 0 auto;
  block-size: 55%;
  background:
    linear-gradient(90deg, rgba(0, 148, 0, 0.08), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), transparent 58%);
  content: "";
  pointer-events: none;
  z-index: -2;
}

.home-hero::after {
  position: absolute;
  inset: auto 0 0;
  block-size: 9rem;
  background:
    linear-gradient(164deg, transparent 0 32%, rgba(169, 195, 137, 0.32) 33% 56%, transparent 57%),
    linear-gradient(12deg, rgba(72, 129, 73, 0.2), rgba(240, 218, 152, 0.24));
  clip-path: polygon(0 45%, 16% 32%, 35% 54%, 53% 28%, 74% 49%, 100% 26%, 100% 100%, 0 100%);
  content: "";
  pointer-events: none;
  z-index: -1;
}

.home-hero .container {
  position: relative;
  z-index: 1;
}

.home-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.92fr);
  gap: clamp(2rem, 5%, 4.5rem);
  align-items: center;
}

.home-hero__content {
  min-inline-size: 0;
}

.home-hero__eyebrow,
.home-section__eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 1rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-hero__eyebrow {
  border-color: rgba(0, 148, 0, 0.18);
  background: rgba(255, 255, 255, 0.7);
  color: var(--color-brand-700);
  box-shadow: 0 0.75rem 2rem rgba(23, 98, 70, 0.08);
}

.home-hero h1 {
  max-inline-size: 16ch;
  margin: 0 0 1.35rem;
  color: var(--color-brand-950);
  font-size: 3.75rem;
  line-height: 1.04;
  letter-spacing: 0;
}

.home-hero__text {
  max-inline-size: 42rem;
  margin: 0 0 1.75rem;
  color: #4d5f51;
  font-size: 1.18rem;
  line-height: 1.75;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
  margin-block-end: 1.5rem;
}

.home-hero__button {
  --bs-btn-border-color: var(--color-brand-700);
  --bs-btn-bg: var(--color-brand-700);
  --bs-btn-color: var(--color-white);
  --bs-btn-hover-border-color: var(--color-brand-900);
  --bs-btn-hover-bg: var(--color-brand-900);
  --bs-btn-hover-color: var(--color-white);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: var(--radius-pill);
  box-shadow: 0 1rem 2.25rem rgba(23, 98, 70, 0.16);
}

.home-hero__button--secondary {
  --bs-btn-border-color: rgba(23, 98, 70, 0.22);
  --bs-btn-bg: rgba(255, 255, 255, 0.72);
  --bs-btn-color: var(--color-brand-900);
  --bs-btn-hover-border-color: rgba(23, 98, 70, 0.34);
  --bs-btn-hover-bg: var(--color-white);
  --bs-btn-hover-color: var(--color-brand-900);
  box-shadow: 0 0.75rem 2rem rgba(15, 35, 27, 0.08);
}

.home-hero__benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  max-inline-size: 40rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-hero__benefits li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-block-size: 2.5rem;
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(23, 98, 70, 0.14);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.6);
  color: var(--color-brand-900);
  font-size: 0.92rem;
  font-weight: 700;
}

.home-hero__benefits i {
  color: #009400;
}

.home-hero__scene {
  min-inline-size: 0;
  margin: 0;
}

.home-hero__scene-stage {
  position: relative;
  min-block-size: 31rem;
  overflow: hidden;
  border: 1px solid rgba(23, 98, 70, 0.12);
  border-radius: 2rem;
  background:
    linear-gradient(180deg, #f7f4e9 0%, #edf3da 42%, #d9e9c0 100%);
  box-shadow: 0 1.5rem 4rem rgba(23, 98, 70, 0.16);
  isolation: isolate;
}

.home-hero__scene-stage::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: radial-gradient(rgba(23, 62, 44, 0.14) 0.04rem, transparent 0.04rem);
  background-position: 0 0;
  background-size: 0.95rem 0.95rem;
  content: "";
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 18%, #000 86%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 86%, transparent);
  opacity: 0.24;
  pointer-events: none;
  animation: home-hero-texture-drift 28s linear infinite;
}

.home-hero__sun {
  position: absolute;
  z-index: 1;
  inset-block-start: 3rem;
  inset-inline-end: 4.25rem;
  inline-size: 5.5rem;
  block-size: 5.5rem;
  border-radius: 50%;
  background: radial-gradient(circle, #f7ca55, #f4b83f 58%, rgba(244, 184, 63, 0));
  opacity: 0.95;
  transform-origin: center;
  animation: home-hero-sun-pulse 9s ease-in-out infinite;
}

.home-hero__orbit {
  position: absolute;
  z-index: 3;
  inset-block-start: 6.5rem;
  right: auto;
  left: 50%;
  inline-size: 21rem;
  block-size: 12.5rem;
  border: 0.12rem dashed rgba(0, 148, 0, 0.38);
  border-radius: 50%;
  transform: translateX(-50%) rotate(-16deg);
  transform-origin: center;
  animation: home-hero-orbit 42s linear infinite;
}

.home-hero__field {
  position: absolute;
  z-index: 1;
  inset-inline: -6%;
  inset-block-end: 0;
  transform: none;
  transform-origin: center bottom;
}

.home-hero__field--back {
  block-size: 52%;
  background: linear-gradient(135deg, #d9e9b7, #afc97b);
  clip-path: polygon(0 38%, 18% 25%, 39% 45%, 60% 20%, 82% 36%, 100% 24%, 100% 100%, 0 100%);
  animation: home-hero-field-sway 18s ease-in-out infinite;
}

.home-hero__field--mid {
  block-size: 38%;
  background: linear-gradient(135deg, #9fbe63, #5f984d);
  clip-path: polygon(0 32%, 16% 48%, 34% 28%, 56% 50%, 78% 31%, 100% 46%, 100% 100%, 0 100%);
  animation: home-hero-field-sway 23s ease-in-out infinite reverse;
}

.home-hero__field--front {
  block-size: 25%;
  background:
    repeating-linear-gradient(
      100deg,
      rgba(255, 255, 255, 0.13) 0 0.18rem,
      transparent 0.18rem 1.7rem
    ),
    linear-gradient(135deg, #377b45, #1e5b37);
  background-position: 0 0, 0 0;
  clip-path: polygon(0 40%, 22% 18%, 43% 45%, 63% 22%, 80% 42%, 100% 24%, 100% 100%, 0 100%);
  animation: home-hero-front-field 20s ease-in-out infinite alternate;
}

.home-hero__flow-lines {
  position: absolute;
  z-index: 2;
  inset-inline: -4%;
  inset-block-end: 6.8rem;
  inline-size: 108%;
  block-size: 13rem;
  overflow: visible;
  pointer-events: none;
  animation: home-hero-wave-drift 24s ease-in-out infinite;
}

.home-hero__flow-lines path {
  fill: none;
  stroke-linecap: round;
}

.home-hero__flow-lines-gold {
  opacity: 0.58;
  stroke: #e7c879;
  stroke-width: 0.75rem;
}

.home-hero__flow-lines-green {
  opacity: 0.24;
  stroke: #1d6c3e;
  stroke-width: 0.32rem;
}

.home-hero__leaf-disc {
  position: absolute;
  z-index: 4;
  inset-block-start: 8.25rem;
  right: auto;
  left: 50%;
  display: grid;
  place-items: center;
  inline-size: 12rem;
  block-size: 12rem;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 1rem 2.75rem rgba(15, 59, 45, 0.14);
  transform: translateX(-50%);
  transform-origin: center;
  backdrop-filter: blur(0.5rem);
  animation: home-hero-leaf-breathe 7s ease-in-out infinite;
}

.home-hero__leaf-mark {
  display: block;
  inline-size: 7.75rem;
  max-inline-size: 72%;
  block-size: auto;
  transform: none;
}

.home-hero__nutrient {
  position: absolute;
  z-index: 5;
  display: grid;
  place-items: center;
  inline-size: 3.15rem;
  block-size: 3.15rem;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 0.75rem 1.75rem rgba(15, 59, 45, 0.12);
  color: var(--color-brand-700);
  font-weight: 900;
  transform: translate3d(0, 0, 0);
}

.home-hero__nutrient--n {
  inset-block-start: 5.5rem;
  inset-inline-start: 20%;
  animation: home-hero-float-up 6.4s ease-in-out infinite;
}

.home-hero__nutrient--p {
  inset-block-start: 12.5rem;
  inset-inline-end: 14%;
  animation: home-hero-float-down 7.2s ease-in-out infinite;
}

.home-hero__nutrient--k {
  inset-block-end: 8.2rem;
  inset-inline-start: 14%;
  animation: home-hero-float-up 8.1s ease-in-out infinite reverse;
}

.home-hero__scene-card {
  position: absolute;
  z-index: 5;
  inset-block-start: 3.9rem;
  inset-inline-end: 1.6rem;
  display: grid;
  gap: 0.2rem;
  max-inline-size: 12rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius-card);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 0.85rem 2rem rgba(15, 59, 45, 0.12);
  color: var(--color-brand-950);
  overflow-wrap: break-word;
  transform: translate3d(0, 0, 0);
  backdrop-filter: blur(0.5rem);
  animation: home-hero-float-down 8.6s ease-in-out infinite;
}

.home-hero__scene-card--wide {
  inset-block: auto 3.75rem;
  inset-inline: 2rem auto;
  max-inline-size: 15rem;
  animation-delay: -3.4s;
}

.home-hero__scene-card span {
  color: var(--color-brand-700);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-hero__scene-card strong {
  font-size: 1.02rem;
  line-height: 1.22;
}

.home-hero__scene-card small {
  color: #647166;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.35;
}

.home-hero__microcopy {
  position: absolute;
  z-index: 6;
  inset-inline: 2rem;
  inset-block-end: 1.2rem;
  margin: 0;
  color: rgba(8, 36, 27, 0.78);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
}

@keyframes home-hero-ambient {
  0% {
    background-position: 0 0, 0 0;
  }

  100% {
    background-position: 18% 8%, 0 0;
  }
}

@keyframes home-hero-texture-drift {
  100% {
    background-position: 1.9rem 0.95rem;
  }
}

@keyframes home-hero-sun-pulse {
  0%,
  100% {
    opacity: 0.88;
    transform: scale(1);
  }

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

@keyframes home-hero-orbit {
  100% {
    transform: translateX(-50%) rotate(344deg);
  }
}

@keyframes home-hero-field-sway {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(1.2%, -0.35rem, 0) scale(1.012);
  }
}

@keyframes home-hero-front-field {
  0% {
    background-position: 0 0, 0 0;
    transform: translate3d(0, 0, 0) scale(1);
  }

  100% {
    background-position: 2.4rem 0, 0 0;
    transform: translate3d(-1%, -0.25rem, 0) scale(1.01);
  }
}

@keyframes home-hero-wave-drift {
  0%,
  100% {
    opacity: 0.78;
    transform: translate3d(0, 0, 0);
  }

  50% {
    opacity: 0.96;
    transform: translate3d(-1.1%, -0.35rem, 0);
  }
}

@keyframes home-hero-leaf-breathe {
  0%,
  100% {
    transform: translateX(-50%) translateY(0) scale(1);
  }

  50% {
    transform: translateX(-50%) translateY(-0.45rem) scale(1.014);
  }
}

@keyframes home-hero-float-up {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -0.45rem, 0);
  }
}

@keyframes home-hero-float-down {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, 0.42rem, 0);
  }
}

.home-value,
.home-products,
.home-body {
  padding-block: 4.5rem;
}

.home-value {
  background: var(--color-surface);
}

.home-value__item {
  display: flex;
  flex-direction: column;
  block-size: 100%;
  padding: 1.5rem;
  border: 1px solid rgba(15, 59, 45, 0.1);
  border-radius: var(--radius-card);
  background: var(--color-white);
  box-shadow: var(--shadow-card);
}

.home-value__item i {
  display: inline-grid;
  place-items: center;
  inline-size: 2.75rem;
  block-size: 2.75rem;
  margin-block-end: 1.25rem;
  border-radius: var(--radius-card);
  background: var(--color-surface-muted);
  color: var(--color-brand-700);
  font-size: 1.25rem;
}

.home-value__item h2 {
  margin: 0 0 0.75rem;
  color: var(--color-brand-950);
  font-size: 1.2rem;
  line-height: 1.25;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.home-value__item p {
  margin: 0;
  color: var(--color-muted);
  line-height: 1.65;
  overflow-wrap: break-word;
}

.home-products {
  background: linear-gradient(180deg, var(--color-surface-soft), var(--color-surface));
}

.home-section__eyebrow {
  border-color: rgba(23, 98, 70, 0.16);
  background: var(--color-leaf);
  color: var(--color-brand-900);
}

.home-products h2 {
  margin: 0;
  color: var(--color-brand-950);
  font-size: 2.5rem;
  line-height: 1.1;
  letter-spacing: 0;
}

.home-products__intro {
  margin: 0;
  color: var(--color-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.home-product-card {
  display: flex;
  flex-direction: column;
  block-size: 100%;
  padding: 1rem;
  overflow: hidden;
  border: 1px solid rgba(15, 59, 45, 0.1);
  border-radius: var(--radius-card);
  background: var(--color-white);
  box-shadow: var(--shadow-card);
}

.home-product-card__media {
  display: grid;
  place-items: center;
  inline-size: 100%;
  aspect-ratio: 4 / 3;
  margin: 0 0 1rem;
  padding: 1rem;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  background: linear-gradient(180deg, var(--color-white), var(--color-surface-muted));
  text-decoration: none;
}

.home-product-card__image {
  display: block;
  inline-size: auto !important;
  max-inline-size: 100% !important;
  block-size: auto !important;
  max-block-size: 100% !important;
  object-fit: contain !important;
}

.home-product-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-block-size: 0;
}

.home-product-card__eyebrow {
  display: inline-flex;
  align-self: flex-start;
  margin: 0 0 0.75rem;
  padding: 0.3rem 0.55rem;
  border-radius: var(--radius-pill);
  background: var(--color-leaf);
  color: var(--color-brand-900);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-product-card h3 {
  margin: 0 0 0.65rem;
  color: var(--color-brand-950);
  font-size: 1.15rem;
  line-height: 1.28;
  letter-spacing: 0;
}

.home-product-card h3 a {
  color: inherit;
  text-decoration: none;
}

.home-product-card h3 a:hover {
  color: var(--color-brand-700);
}

.home-product-card__body > p:not(.home-product-card__eyebrow) {
  margin: 0;
  color: var(--color-muted);
  line-height: 1.6;
}

.home-products__more {
  margin-block-start: 2rem;
  text-align: center;
}

.home-products__more a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.home-body {
  background: var(--color-white);
}

.home-body .container {
  max-inline-size: 56rem;
}

.home-body :is(h2, h3) {
  color: var(--color-brand-950);
  letter-spacing: 0;
}

.home-body p,
.home-body li {
  color: var(--color-muted);
  line-height: 1.75;
}

.contact-page {
  color: var(--color-text);
  background: var(--color-white);
}

.contact-hero {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(8, 36, 27, 0.95), rgba(23, 98, 70, 0.9)),
    var(--color-brand-900);
  color: var(--color-white);
}

.contact-hero__eyebrow {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.86);
}

.contact-hero h1 {
  max-inline-size: 15ch;
  margin: 0 0 1.25rem;
  color: var(--color-white);
  font-size: 3.5rem;
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.contact-hero__intro {
  max-inline-size: 48rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.12rem;
  line-height: 1.75;
}

.contact-main {
  background: linear-gradient(180deg, var(--color-surface-soft), var(--color-white));
}

.contact-details-card,
.contact-form-card {
  block-size: 100%;
  overflow: hidden;
  border: 1px solid rgba(15, 59, 45, 0.1);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
}

.contact-details-card h2,
.contact-form-card h2 {
  margin: 0 0 1rem;
  color: var(--color-brand-950);
  font-size: 1.45rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.contact-form-card__intro {
  margin: 0 0 1.5rem;
  color: var(--color-muted);
  line-height: 1.7;
}

.contact-details-card__list {
  display: grid;
  gap: 1.25rem;
}

.contact-details-card__item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.contact-details-card__item i {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  inline-size: 2.6rem;
  block-size: 2.6rem;
  border-radius: var(--radius-card);
  background: var(--color-surface-muted);
  color: var(--color-brand-700);
  font-size: 1.15rem;
}

.contact-details-card__item p {
  min-inline-size: 0;
  margin: 0;
  color: var(--color-muted);
  line-height: 1.65;
  overflow-wrap: break-word;
}

.contact-form__field {
  margin-block-end: 1.25rem;
}

.contact-form__check {
  margin-block: 0.25rem 1.5rem;
}

.contact-form .form-label,
.contact-form .form-check-label {
  color: var(--color-brand-950);
  font-weight: 700;
  line-height: 1.45;
}

.contact-form .form-control {
  min-block-size: 3rem;
  border-color: var(--color-border);
  border-radius: var(--radius-card);
}

.contact-form textarea.form-control {
  min-block-size: 9rem;
}

.contact-form__alert {
  margin-block-end: 1.5rem;
}

html[dir="rtl"] .site-home,
body.is-rtl .site-home,
html[dir="rtl"] .contact-page,
body.is-rtl .contact-page {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] .home-product-card__eyebrow,
body.is-rtl .home-product-card__eyebrow {
  align-self: flex-start;
}

html[dir="rtl"] .home-hero__button .bi-arrow-right-short,
body.is-rtl .home-hero__button .bi-arrow-right-short {
  transform: scaleX(-1);
}

html[dir="rtl"] .home-hero__leaf-mark,
body.is-rtl .home-hero__leaf-mark {
  transform: none;
}

@media (max-width: 991.98px) {
  .home-hero {
    padding-block: 4.5rem 3.75rem;
  }

  .home-hero__layout {
    grid-template-columns: 1fr;
  }

  .home-hero__content {
    max-inline-size: 44rem;
  }

  .home-hero h1 {
    max-inline-size: 16ch;
    font-size: 3rem;
  }

  .home-hero__scene {
    max-inline-size: 38rem;
  }

  .home-hero__scene-stage {
    min-block-size: 28rem;
  }
}

@media (max-width: 767.98px) {
  .home-hero {
    padding-block: 3.5rem 3rem;
  }

  .home-hero h1 {
    font-size: 2.35rem;
  }

  .home-hero__text {
    font-size: 1rem;
  }

  .home-hero__actions {
    align-items: stretch;
  }

  .home-hero__button {
    justify-content: center;
  }

  .home-hero__benefits {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .home-hero__benefits li {
    justify-content: flex-start;
  }

  .home-hero__scene-stage {
    min-block-size: 24rem;
    border-radius: 1.25rem;
  }

  .home-hero__flow-lines {
    inset-block-end: 5.4rem;
    block-size: 9.75rem;
  }

  .home-hero__flow-lines-gold {
    stroke-width: 0.55rem;
  }

  .home-hero__sun {
    inset-block-start: 2.2rem;
    inset-inline-end: 2rem;
    inline-size: 4.4rem;
    block-size: 4.4rem;
  }

  .home-hero__orbit {
    inset-block-start: 5.5rem;
    inline-size: 16rem;
    block-size: 9.25rem;
  }

  .home-hero__leaf-disc {
    inset-block-start: 7rem;
    inline-size: 9rem;
    block-size: 9rem;
  }

  .home-hero__leaf-mark {
    inline-size: 5.75rem;
  }

  .home-hero__nutrient {
    inline-size: 2.55rem;
    block-size: 2.55rem;
  }

  .home-hero__scene-card {
    inset-block-start: 1.25rem;
    inset-inline-end: 1rem;
    max-inline-size: 10rem;
    padding: 0.7rem 0.8rem;
  }

  .home-hero__scene-card--wide {
    inset-block: auto 3.3rem;
    inset-inline: 1rem auto;
    max-inline-size: 13rem;
  }

  .home-hero__scene-card strong {
    font-size: 0.92rem;
  }

  .home-hero__microcopy {
    inset-inline: 1rem;
    inset-block-end: 0.8rem;
    font-size: 0.75rem;
  }

  .home-value,
  .home-products,
  .home-body {
    padding-block: 3rem;
  }

  .home-products h2 {
    font-size: 2rem;
  }

  .contact-hero h1 {
    font-size: 2.35rem;
  }
}

@media (max-width: 575.98px) {
  .home-hero__scene-stage {
    min-block-size: 21.5rem;
  }

  .home-hero__flow-lines {
    inset-block-end: 4.7rem;
    block-size: 8.4rem;
  }

  .home-hero__scene-card {
    max-inline-size: 8.5rem;
  }

  .home-hero__scene-card--wide {
    max-inline-size: 11rem;
  }

  .home-hero__scene-card span {
    font-size: 0.62rem;
  }

  .home-hero__scene-card small {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero *,
  .home-hero *::before,
  .home-hero *::after {
    transition: none !important;
    animation: none !important;
  }

  .home-hero {
    animation: none !important;
  }
}
