.lightweight-page {
  --white: #fffdfa;
  --pearl: #f8f5f4;
  --ink: #211f24;
  --body: #514d52;
  --red: #c64b67;
  --deep-red: #b6405a;
  --blue: #c9dce7;
  --gold: #bfa86f;
  --line: #d8d3d4;
  --max: 1232px;
  --font: "Source Han Serif CN";
  --clear-white: #fffdfa;
  --body-gray: #514d52;
  --divider-gray: #d8d3d4;
  --content-width: 1504px;
  --page-gutter: 4rem;
  --fs-caption: 0.9375rem;
  --fs-lead: 1.25rem;
}

.lightweight-page,
.lightweight-page > section[id] {
  scroll-margin-top: 5.75rem;
}
.lightweight-page {
  color: var(--ink);
  background: var(--white);
  font-family: var(--font);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}
.lightweight-page a {
  color: inherit;
  text-decoration: none;
}
.lightweight-page img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lightweight-page button,
.lightweight-page summary,
.lightweight-page a {
  -webkit-tap-highlight-color: transparent;
}
.lightweight-page a:focus-visible,
.lightweight-page summary:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}
.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 0.5rem 0.875rem;
  background: var(--ink);
  color: var(--white);
  transform: translateY(-150%);
}
.skip-link:focus {
  transform: none;
}

.hero {
  height: 612px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(520px, 44vw);
  background: var(--pearl);
  overflow: hidden;
}
.hero-copy {
  width: 100%;
  padding: 4.375rem 2.25rem 3.125rem max(3rem, calc((100vw - var(--max)) / 2));
  align-self: center;
}
.eyebrow,
.section-index {
  margin: 0 0 0.9375rem;
  color: var(--deep-red);
  font-size: 0.8125rem;
  font-weight: 650;
  line-height: 1.4;
}
.lightweight-page h1,
.lightweight-page h2,
.lightweight-page p {
  margin-top: 0;
}
.lightweight-page h1 {
  margin-bottom: 1.5625rem;
  font-size: 3.75rem;
  font-weight: 620;
  line-height: 1.16;
}
.lightweight-page h1 span,
.lightweight-page h2 span {
  color: var(--red);
}
.hero-lead {
  max-width: 620px;
  margin-bottom: 1.5rem;
  color: var(--body);
  font-size: 1.0625rem;
}
.spec-line {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  margin: 0 0 1.875rem;
  font-size: 0.9375rem;
}
.spec-line span {
  width: 1px;
  height: 15px;
  background: var(--line);
}
.hero-actions,
.choice-actions,
.contact-actions {
  display: flex;
  align-items: center;
  gap: 0.8125rem;
  flex-wrap: wrap;
}
.lightweight-page .button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.6875rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 0.9375rem;
  font-weight: 650;
  line-height: 1.5;
  transition:
    transform 160ms ease,
    color 160ms ease,
    background 160ms ease,
    border-color 160ms ease;
}
.lightweight-page .button:hover {
  transform: translateY(-2px);
}
.lightweight-page .button-primary {
  background: var(--red);
  color: var(--white);
}
.lightweight-page .button-primary:hover {
  background: var(--deep-red);
}
.lightweight-page .button-secondary {
  border-color: var(--ink);
  color: var(--ink);
}
.lightweight-page .button-secondary:hover {
  background: var(--ink);
  color: var(--white);
}
.lightweight-page .legal-note {
  margin: 0.75rem 0 0;
  color: var(--body);
  font-size: 0.75rem;
}
.hero-image-wrap {
  position: relative;
  height: 612px;
  min-height: 0;
  margin: 0;
  overflow: hidden;
}
.hero-image-wrap img {
  object-position: 67% center;
  transform: none;
}
.hero-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 90px;
  background: linear-gradient(90deg, var(--pearl), transparent);
}
.hero-image-wrap figcaption {
  position: absolute;
  right: 34px;
  bottom: 30px;
  z-index: 1;
  padding: 0.625rem 0.875rem;
  border-left: 2px solid var(--gold);
  background: #fffdfad9;
  color: var(--body);
  font-size: 0.75rem;
}
.hero-image-wrap figcaption span {
  display: block;
  color: var(--deep-red);
  font-size: 0.625rem;
  font-weight: 700;
}
.hero-image-wrap figcaption strong {
  color: var(--ink);
  font-size: 1.5rem;
}

.section {
  padding: var(--yj-section-y) 0;
}
.section-shell {
  width: min(var(--max), calc(100% - 96px));
  margin: 0 auto;
}
.split-product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(560px, 0.96fr);
  align-items: center;
  gap: 3rem;
}
.product-visual {
  position: relative;
  height: 610px;
  margin: 0;
  overflow: hidden;
  background: var(--pearl);
}
.product-visual img {
  transition: transform 400ms ease;
}
.product-visual:hover img {
  transform: scale(1.025);
}
.product-visual figcaption {
  position: absolute;
  right: 24px;
  bottom: 20px;
  padding: 0.625rem 0.875rem;
  background: #fffdfae8;
  color: var(--body);
  font-size: 0.75rem;
}
.visual-index {
  position: absolute;
  top: 22px;
  left: 24px;
  color: var(--red);
  font-size: 2.875rem;
  font-weight: 300;
}
.product-visual-copy {
  display: none;
}
.content-block {
  max-width: 560px;
}
.lightweight-page h2 {
  margin-bottom: 1.5rem;
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 1.25;
}
.content-block p,
.ingredients-copy > p,
.stories-copy > p,
.service-heading p {
  color: var(--body);
}
.content-block p {
  margin-bottom: 0.9375rem;
}
.lightweight-page .text-link {
  display: inline-flex;
  gap: 0.8125rem;
  align-items: center;
  margin-top: 0.75rem;
  color: var(--deep-red);
  font-size: 0.9375rem;
  font-weight: 650;
}
.lightweight-page .text-link span {
  transition: transform 160ms ease;
}
.lightweight-page .text-link:hover span {
  transform: translateX(5px);
}

.identity {
  background: var(--pearl);
}
.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  column-gap: 5rem;
  row-gap: 0;
  align-items: end;
  margin-bottom: 3rem;
}
.section-heading .section-index {
  grid-column: 1;
  grid-row: 1;
}
.section-heading h2 {
  grid-column: 1;
  grid-row: 2;
}
.section-heading h2 {
  margin-bottom: 0;
}
.section-heading > p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  max-width: 430px;
  margin-bottom: 0.5625rem;
  color: var(--body);
}
.identity-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 0 1.75rem;
  border-top: 1px solid var(--line);
}
.identity-list div {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  gap: 1.25rem;
  padding: 1.3125rem 0.5rem 1.3125rem 0;
  border-bottom: 1px solid var(--line);
  align-items: baseline;
}
.identity-list div:nth-child(odd) {
  padding-right: 3.125rem;
}
.identity-list div:nth-child(even) {
  padding-left: 3.125rem;
  border-left: 1px solid var(--line);
}
dt {
  color: var(--body);
  font-size: 0.8125rem;
  font-weight: 550;
}
dd {
  margin: 0;
  font-size: 1.0625rem;
  font-weight: 570;
}
.accent-text {
  color: var(--deep-red);
}

.ingredients {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(500px, 0.92fr);
  padding: 0;
  background: var(--blue);
}
.ingredients-image {
  min-height: 720px;
  overflow: hidden;
}
.ingredients-image img {
  transform: scale(1.04);
}
.ingredients-copy {
  max-width: 650px;
  padding: 5.375rem 3.875rem 4.625rem;
  align-self: center;
}
.ingredients-copy h2 span {
  color: var(--deep-red);
}
.no-wrap {
  white-space: nowrap;
}
.ingredients-copy > p {
  margin-bottom: 1rem;
}
.process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 2.125rem 0 1.5rem;
  padding: 0;
  border-top: 1px solid #738b98;
  list-style: none;
}
.process li {
  min-height: 92px;
  padding: 1.0625rem 0.875rem 0.625rem 0;
  border-right: 1px solid #738b98;
  font-size: 0.8125rem;
  font-weight: 600;
}
.process li:not(:first-child) {
  padding-left: 0.9375rem;
}
.process li:last-child {
  border-right: 0;
}
.process span {
  display: block;
  margin-bottom: 0.4375rem;
  color: var(--deep-red);
  font-size: 0.75rem;
}

.facts {
  background: var(--white);
}
.facts-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  gap: 5rem;
  align-items: end;
  margin-bottom: 3rem;
}
.facts-heading h2 {
  margin-bottom: 0;
}
.facts-heading > p {
  max-width: 520px;
  margin-bottom: 0.5rem;
  color: var(--body);
}
.facts-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  margin: 0 0 1.75rem;
  border-top: 1px solid var(--ink);
}
.facts-grid div {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  gap: 1.375rem;
  min-height: 92px;
  padding: 1.3125rem 1.5rem 1.25rem 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}
.facts-grid div:nth-child(even) {
  padding-left: 2.125rem;
  border-left: 1px solid var(--line);
}
.facts-grid dd {
  font-size: 1rem;
}
.label-mark {
  display: inline-block;
  margin-right: 0.625rem;
  padding: 0.0625rem 0.5rem;
  border: 1px solid var(--deep-red);
  color: var(--deep-red);
  font-size: 0.75rem;
  font-weight: 650;
  line-height: 1.5;
  vertical-align: 0.08em;
}
.lightweight-page .button-outline {
  border-color: var(--deep-red);
  color: var(--deep-red);
}
.lightweight-page .button-outline:hover {
  background: var(--deep-red);
  color: var(--white);
}

.choice {
  background: var(--ink);
  color: var(--white);
}
.choice-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
  gap: 5.5rem;
  align-items: center;
}
.section-index.light {
  color: var(--gold);
}
.choice h2 span {
  color: #e58aa0;
}
.choice p {
  max-width: 650px;
  color: #ded8da;
}
.choice-actions {
  margin-top: 1.6875rem;
}
.lightweight-page .button-light {
  background: var(--white);
  color: var(--ink);
}
.lightweight-page .button-light:hover {
  background: #ffffff;
}
.lightweight-page .light-link {
  color: var(--white);
}
.choice-points {
  margin: 0;
  padding: 0;
  border-top: 1px solid #ffffff38;
  list-style: none;
}
.choice-points-mobile {
  display: none;
}
.choice-points li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  min-height: 88px;
  border-bottom: 1px solid #ffffff38;
}
.choice-mark {
  position: relative;
  width: 17px;
  height: 17px;
  border: 1px solid var(--gold);
  border-radius: 50%;
}
.choice-mark::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: var(--gold);
}
.choice-points strong {
  font-size: 1.125rem;
  font-weight: 550;
}

.stories {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  min-height: 650px;
  background: var(--pearl);
}
.stories-image {
  min-height: 650px;
  margin: 0;
  overflow: hidden;
}
.stories-image img {
  object-position: 42% center;
  transform: scale(1.03);
}
.stories-copy {
  max-width: 650px;
  padding: 5.625rem 4.5rem 4.75rem 4.375rem;
  align-self: center;
}

.service {
  background: var(--white);
}
.service-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  gap: 5.25rem;
  margin-bottom: 3.125rem;
}
.service-heading h2 {
  margin-bottom: 0;
}
.service-heading > div:last-child {
  padding-top: 1.5rem;
}
.service-promise {
  padding-left: 1.125rem;
  border-left: 2px solid var(--red);
  color: var(--ink) !important;
  font-weight: 550;
}
.service-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 1.75rem;
  padding: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  list-style: none;
}
.service-rail li {
  min-height: 116px;
  padding: 1.375rem 1.5rem;
  border-right: 1px solid var(--line);
}
.service-rail li:nth-child(3n) {
  border-right: 0;
}
.service-rail li:nth-child(n + 4) {
  border-top: 1px solid var(--line);
}
.service-rail svg {
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 1.0625rem;
  color: var(--red);
}
.service-rail strong {
  font-size: 1.0625rem;
  font-weight: 560;
}

.faq {
  background: var(--pearl);
}
.faq {
  padding-top: var(--yj-section-y);
  padding-bottom: var(--yj-section-y);
}
.faq-shell {
  width: min(1080px, calc(100% - 96px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 4.5rem;
}
.faq-intro {
  position: sticky;
  top: 128px;
  align-self: start;
}
.faq-intro h2 {
  font-size: 2.375rem;
}
.faq-list {
  border-top: 1px solid var(--ink);
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  position: relative;
  padding: 1.3125rem 3.125rem 1.3125rem 0;
  cursor: pointer;
  list-style: none;
  font-size: 1.0625rem;
  font-weight: 600;
}
summary::-webkit-details-marker {
  display: none;
}
summary span::before,
summary span::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  width: 17px;
  height: 1px;
  background: var(--ink);
  transition: transform 180ms ease;
}
summary span::after {
  transform: rotate(90deg);
}
details[open] summary span::after {
  transform: rotate(0);
}
details p {
  max-width: 690px;
  margin: -0.125rem 0 1.375rem;
  color: var(--body);
}

.contact {
  padding: var(--yj-section-y-compact) 0;
  background: var(--red);
  color: var(--white);
}
.contact-shell {
  width: min(var(--max), calc(100% - 96px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 430px 1fr;
  gap: 6.25rem;
  align-items: center;
}
.contact h2 {
  margin: 0;
  color: var(--white);
  font-size: 3.25rem;
}
.contact-content > p:first-child {
  max-width: 670px;
  font-size: 1.0625rem;
}
.contact-actions {
  margin: 1.5625rem 0 1.25rem;
}
.lightweight-page .button-dark {
  background: var(--ink);
  color: var(--white);
}
.lightweight-page .button-ghost {
  border-color: var(--white);
  color: var(--white);
}
.lightweight-page .button-ghost:hover {
  background: var(--white);
  color: var(--deep-red);
}
.medical-note {
  margin: 0;
  font-size: 0.75rem;
  color: #fff7f8;
}

.content-frame {
  width: min(var(--content-width), calc(100% - (var(--page-gutter) * 2)));
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .lightweight-page {
    --page-gutter: 3.5rem;
  }
}
@media (max-width: 1440px) {
  .lightweight-page {
    --page-gutter: 3rem;
    --fs-lead: 1.1875rem;
  }
}

@media (max-width: 680px) {
  .lightweight-page {
    --page-gutter: 1rem;
    --fs-lead: 1rem;
  }

  .section-shell,
  .contact-shell,
  .faq-shell,
  .content-frame {
    width: calc(100% - 28px);
  }

  .hero {
    height: auto;
    min-height: 0;
    display: grid;
    align-content: start;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    display: contents;
  }

  .hero-overlay-copy {
    position: relative;
    z-index: 2;
    grid-area: 1 / 1;
    align-self: start;
    padding: 5.25rem 1rem 1.5rem;
  }

  .hero-image-wrap {
    grid-area: 1 / 1;
    height: 370px;
    aspect-ratio: auto;
  }

  .hero-image-wrap img {
    height: 100%;
    object-fit: cover;
    object-position: 58% center;
  }

  .hero-image-wrap::after {
    inset: 0;
    width: auto;
    background: rgba(255, 250, 247, 0.7);
  }

  .hero-actions {
    padding: 0.5rem 1rem 0;
  }

  .legal-note {
    padding: 0 1rem 2rem;
  }

  .lightweight-page h1,
  .lightweight-page h2 {
    font-size: 2.125rem;
  }

  .hero-media {
    min-height: 280px;
  }

  .hero-actions,
  .choice-actions,
  .contact-actions {
    display: grid;
  }

  .choice-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .choice-grid > div {
    min-width: 0;
  }

  .choice-grid > .choice-points:not(.choice-points-mobile) {
    display: none;
  }

  .choice-points-mobile {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 1.5rem 0 1.25rem;
  }

  .choice-points-mobile li {
    min-height: 68px;
    padding: 0.75rem 0.375rem;
    grid-template-columns: 1fr;
    gap: 0.375rem;
    align-content: start;
    border-right: 1px solid #ffffff38;
  }

  .choice-points-mobile li:last-child {
    border-right: 0;
  }

  .choice-points-mobile strong {
    font-size: 0.8125rem;
    line-height: 1.45;
  }

  .choice-points-mobile .choice-mark {
    width: 15px;
    height: 15px;
  }

  .lightweight-page .button {
    width: 100%;
  }

  .section {
    padding: var(--yj-section-y) 0;
  }

  .split-product,
  .contact-shell {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .service-heading {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-bottom: 2rem;
  }

  .service-heading > div:last-child {
    padding-top: 0;
  }

  .product-visual {
    height: auto;
    aspect-ratio: 1 / 1.05;
  }

  .product-intro .product-visual {
    height: 520px;
    aspect-ratio: auto;
  }

  .product-intro .product-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(255, 250, 247, 0.66);
    pointer-events: none;
  }

  .product-intro .product-visual-copy {
    display: block;
    position: absolute;
    top: 50%;
    right: 1rem;
    left: 1rem;
    z-index: 2;
    transform: translateY(-50%);
  }

  .product-intro .product-visual figcaption {
    z-index: 2;
  }

  .product-intro .product-visual-copy h2 {
    margin-bottom: 1.25rem;
  }

  .product-intro .product-visual-copy p {
    margin-bottom: 0.875rem;
  }

  .product-intro .content-block > .section-index,
  .product-intro .content-block > h2,
  .product-intro .content-block > p,
  .product-intro .content-block > .text-link {
    display: none;
  }

  .section-heading,
  .identity-list,
  .facts-grid,
  .ingredients,
  .faq-shell,
  .process {
    grid-template-columns: 1fr;
  }

  .process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 1.75rem 0 1.25rem;
  }

  .process li {
    min-height: 82px;
    padding: 0.875rem 0.5rem 0.625rem 0;
    font-size: 0.75rem;
    line-height: 1.5;
  }

  .process li:not(:first-child) {
    padding-left: 0.625rem;
  }

  .process span {
    margin-bottom: 0.375rem;
    font-size: 0.6875rem;
  }

  .section-heading .section-index,
  .section-heading h2,
  .section-heading > p:last-child {
    grid-column: auto;
    grid-row: auto;
  }

  .facts-heading {
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: start;
    margin-bottom: 2rem;
  }

  .facts-heading > p {
    max-width: none;
    margin-bottom: 0;
  }

  .identity-list div,
  .identity-list div:nth-child(odd),
  .identity-list div:nth-child(even),
  .facts-grid div,
  .facts-grid div:nth-child(even) {
    padding-right: 0;
    padding-left: 0;
    grid-template-columns: 1fr;
    gap: 0.25rem;
    border-left: 0;
  }

  .identity-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .identity-list div,
  .identity-list div:nth-child(odd),
  .identity-list div:nth-child(even) {
    min-width: 0;
    padding: 1rem 0.625rem;
    grid-template-columns: 1fr;
    gap: 0.375rem;
  }

  .identity-list div:nth-child(even) {
    border-left: 1px solid var(--line);
  }

  .identity-list dd {
    overflow-wrap: anywhere;
    font-size: 0.9375rem;
    line-height: 1.55;
  }

  .facts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .facts-grid div,
  .facts-grid div:nth-child(even) {
    min-width: 0;
    min-height: 0;
    padding: 1rem 0.625rem;
    grid-template-columns: 1fr;
    gap: 0.375rem;
  }

  .facts-grid div:nth-child(even) {
    border-left: 1px solid var(--line);
  }

  .facts-grid dd {
    overflow-wrap: anywhere;
    font-size: 0.9375rem;
    line-height: 1.55;
  }

  .label-mark {
    margin-right: 0;
    margin-bottom: 0.375rem;
  }

  .ingredients-image {
    min-height: 280px;
  }

  .ingredients-copy {
    width: 100%;
    max-width: none;
    padding: 3rem 1rem;
  }

  .stories {
    display: block;
    position: relative;
    min-height: 400px;
    overflow: hidden;
  }

  .stories::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
      270deg,
      rgba(248, 245, 244, 0.84) 0%,
      rgba(248, 245, 244, 0.68) 36%,
      rgba(248, 245, 244, 0) 74%
    );
    pointer-events: none;
  }

  .stories-image {
    min-height: 400px;
    height: 400px;
  }

  .stories-image img {
    object-position: 42% center;
    transform: none;
  }

  .stories-copy {
    position: absolute;
    top: 50%;
    right: 0.875rem;
    z-index: 2;
    width: 42%;
    max-width: none;
    padding: 0;
    transform: translateY(-50%);
  }

  .stories-copy h2 {
    margin-bottom: 0.75rem;
    font-size: 1.625rem;
    line-height: 1.22;
  }

  .stories-copy p {
    margin-bottom: 0.625rem;
    font-size: 0.8125rem;
    line-height: 1.55;
  }

  .stories-copy .section-index {
    margin-bottom: 0.625rem;
    font-size: 0.75rem;
  }

  .stories-copy .text-link {
    margin-top: 0.25rem;
    font-size: 0.8125rem;
  }

  summary {
    display: block;
    width: 100%;
  }

  .faq-intro {
    position: static;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 600ms ease,
    transform 600ms ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 680px) {
  .stories .stories-copy.reveal,
  .stories .stories-copy.reveal.is-visible {
    transform: translateY(-50%);
  }
}
.hero-enter {
  opacity: 0;
  transform: translateY(16px);
  animation: enter 600ms ease forwards;
}
.hero-enter:nth-child(2) {
  animation-delay: 80ms;
}
.hero-enter:nth-child(3) {
  animation-delay: 140ms;
}
.hero-enter:nth-child(4) {
  animation-delay: 200ms;
}
.hero-enter:nth-child(5) {
  animation-delay: 260ms;
}
.hero-enter:nth-child(6) {
  animation-delay: 320ms;
}
@keyframes enter {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lightweight-page {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal,
  .hero-enter {
    opacity: 1;
    transform: none;
  }
  .parallax-image {
    transform: none !important;
  }
}
