body.main-page {
  position: relative;
  overflow: hidden;
  background: #f6f4ef;
  padding-top: 0;
}

.main-breathing-wall {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 1;
  transition: opacity 900ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 60ms;
}

.main-page.is-intro .main-breathing-wall {
  opacity: 0;
}

.main-breathing-wall canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.main-intro-logo {
  position: fixed;
  z-index: 120;
  display: block;
  height: auto;
  pointer-events: none;
  user-select: none;
  clip-path: inset(0 100% 0 0);
}

.main-intro-logo[hidden] {
  display: none;
}

.main-page .page {
  position: relative;
  z-index: 1;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-snap-type: y mandatory;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.main-page .page::-webkit-scrollbar {
  display: none;
}

.page-load-reveal {
  opacity: 0;
  transform: translateY(34px) scale(0.985);
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 820ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

body.main-page.is-page-ready .page-load-reveal {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.main-page.is-intro .page {
  overflow: hidden;
}

.main-sections-track {
  position: relative;
  height: 100%;
  width: 100%;
}

.main-section-status {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

@media (min-width: 961px) {
  .main-page.has-section-scroll .page {
    overflow: hidden;
    scroll-snap-type: none;
  }

  .has-section-scroll .main-section {
    will-change: opacity, transform;
  }

  .has-section-scroll .main-section[aria-hidden="true"] {
    pointer-events: none;
  }

  .main-page .main-page-dot:focus-visible {
    outline: 2px solid #e8742f;
    outline-offset: 5px;
  }
}

.main-intro-reveal {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 820ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.main-page.is-intro .main-intro-reveal {
  opacity: 0;
  transform: translateY(34px) scale(0.985);
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .page-load-reveal,
  body.main-page.is-page-ready .page-load-reveal,
  .main-intro-reveal,
  .main-page.is-intro .main-intro-reveal,
  .main-breathing-wall,
  .main-page.is-intro .main-breathing-wall {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .main-scene-stage.page-load-reveal,
  body.main-page.is-page-ready .main-scene-stage.page-load-reveal {
    transform: translateY(-42%);
  }

  .main-section-footer-cta.page-load-reveal,
  body.main-page.is-page-ready .main-section-footer-cta.page-load-reveal {
    transform: translateX(-50%);
  }
}

.main-stage-top {
  position: fixed;
  top: clamp(26px, 3.2vw, 42px);
  left: clamp(42px, 4vw, 72px);
  right: clamp(42px, 4vw, 72px);
  z-index: 120;
  min-height: clamp(56px, 6vw, 82px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-brand-lockup {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}

.main-home-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.main-logo-corner {
  display: block;
  width: clamp(126px, 11vw, 184px);
  max-width: 24vw;
  height: auto;
  pointer-events: none;
  user-select: none;
}

.main-page .nav-link {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(16px, 1.15vw, 18px);
}

.main-page .nav-link::after {
  background: #ffffff;
}

.main-page .nav-link:hover,
.main-page .nav-link[aria-current="page"] {
  color: #ff8434;
}

.main-page .site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 1.8vw, 26px);
  flex-wrap: wrap;
}

.header-quote-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin-left: clamp(4px, 0.8vw, 12px);
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.08);
  color: #fff9f0;
  text-decoration: none;
  font-family: "FuturaCyrillicBold", system-ui, sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.header-quote-button:hover,
.header-quote-button:focus-visible {
  border-color: #ffffff;
  background: #ffffff;
  color: #e8742f;
  outline: none;
}

.main-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.main-section-shell {
  width: calc(100vw - 100px);
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(360px, 1.12fr);
  align-items: center;
  gap: clamp(28px, 4vw, 56px);
  padding:
    clamp(136px, 17vh, 190px)
    clamp(100px, 6vw, 120px)
    clamp(64px, 10vh, 110px);
}

.main-copy {
  position: relative;
  z-index: 2;
  max-width: min(520px, 100%);
  display: grid;
  gap: 18px;
  justify-self: start;
}

.main-copy-text {
  display: grid;
  gap: 18px;
}

.main-copy--with-cta {
  min-height: auto;
  align-content: center;
}

.main-copy--services {
  --services-cta-gap: clamp(24px, 3vh, 32px);
  gap: var(--services-cta-gap);
  /* Center the larger group without increasing the section's height. */
  margin-block: calc((58px + var(--services-cta-gap)) / -2);
}

.main-services-cta {
  display: flex;
  justify-content: center;
}

.main-services-cta > .main-section-footer-button {
  max-width: 100%;
  font-weight: 400;
  text-align: center;
}

body.main-page[data-main-section="1"] .page {
  z-index: 61;
}

.main-section--with-footer-cta {
  position: relative;
}

.main-section--with-footer-cta::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(360px, calc(100% - 40px));
  height: clamp(120px, 18vh, 180px);
  transform: translateX(-50%);
  background: linear-gradient(
    180deg,
    rgba(246, 244, 239, 0) 0%,
    rgba(246, 244, 239, 0.92) 38%,
    #f6f4ef 100%
  );
  mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent);
  pointer-events: none;
  z-index: 100;
}

.main-section-footer-cta {
  position: absolute;
  left: 50%;
  bottom: clamp(28px, 5vh, 52px);
  transform: translateX(-50%);
  display: grid;
  justify-items: center;
  gap: 12px;
  width: max-content;
  max-width: calc(100% - 40px);
  text-align: center;
  z-index: 130;
}

.main-section-footer-cta.page-load-reveal {
  opacity: 0;
  transform: translateX(-50%) translateY(34px) scale(0.985);
}

body.main-page.is-page-ready .main-section-footer-cta.page-load-reveal {
  opacity: 1;
  transform: translateX(-50%) translateY(0) scale(1);
}

.main-section-footer-kicker {
  margin: 0;
  width: max-content;
  max-width: min(90vw, 52ch);
  white-space: nowrap;
  font-family: "FuturaCyrillicBold", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(14px, 1.05vw, 17px);
  line-height: 1.45;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #000000;
}

.main-section-footer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 188px;
  min-height: 58px;
  padding: 0 28px;
  position: relative;
  isolation: isolate;
  overflow: visible;
  appearance: none;
  border: 0 !important;
  border-radius: 999px;
  background: transparent !important;
  background-image: none !important;
  color: #ffffff !important;
  font-family: "FuturaCyrillicBold", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  filter: none !important;
  opacity: 1 !important;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.main-section-footer-button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 999px;
  background: #ff8434;
  border: 1.5px solid #ff8434;
  box-shadow: none;
}

.main-section-footer-button:hover,
.main-section-footer-button:focus-visible {
  color: #ff8434 !important;
  transform: translateY(-1px);
  box-shadow: none !important;
  outline: none;
}

.main-section-footer-button:hover::before,
.main-section-footer-button:focus-visible::before {
  background: #ffffff;
  border-color: #ff8434;
}

.main-title {
  margin: 0;
  font-family: "FuturaCyrillicBold", system-ui, sans-serif;
  font-size: clamp(34px, 4.2vw, 64px);
  line-height: 0.95;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  text-wrap: balance;
  text-shadow: 0 12px 30px rgba(255, 111, 60, 0.18);
}

.main-lead {
  margin: 0;
  max-width: 32ch;
  font-size: clamp(17px, 1.45vw, 22px);
  font-weight: 700;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
}

.main-lead--bold {
  font-family: "FuturaCyrillicBold", system-ui, sans-serif;
  letter-spacing: 0.02em;
}


.main-feature-title {
  margin: 0;
  font-family: "FuturaCyrillicBold", system-ui, sans-serif;
  font-size: clamp(38px, 4vw, 62px);
  line-height: 0.96;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  text-wrap: balance;
  text-shadow: 0 12px 30px rgba(255, 111, 60, 0.18);
}

.main-feature-body {
  margin: 0;
  max-width: 34ch;
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.78;
  color: rgba(255, 255, 255, 0.84);
}

.main-feature-body--bold {
  font-family: "FuturaCyrillicBold", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.main-showcase-cta {
  display: grid;
  justify-items: center;
  width: fit-content;
  text-align: center;
  gap: 12px;
  margin-top: 0;
  padding-top: 0;
}

.main-bottom-cta {
  position: absolute;
  left: 50%;
  bottom: clamp(52px, 8vh, 94px);
  transform: translateX(-50%);
  z-index: 3;
  padding-top: 0;
  padding-bottom: 0;
}

.main-showcase-kicker {
  margin: 0;
  max-width: 36ch;
  font-size: clamp(12px, 0.95vw, 15px);
  line-height: 1.45;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.main-showcase-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 24px;
  border: 1.5px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-family: "FuturaCyrillicBold", system-ui, sans-serif;
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(255, 111, 60, 0.16);
  backdrop-filter: blur(8px);
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.main-showcase-button:hover,
.main-showcase-button:focus-visible {
  background: #ffffff;
  color: #ff8434;
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(255, 111, 60, 0.22);
  outline: none;
}

.main-scene-stage {
  position: fixed;
  top: 50%;
  right: clamp(120px, 9vw, 180px);
  z-index: 60;
  width: min(56vw, 800px);
  height: min(84vh, 76020px);
  transform: translateY(-42%);
  pointer-events: none;
}

.main-scene-stage.page-load-reveal {
  opacity: 0;
  transform: translateY(calc(-42% + 34px)) scale(0.985);
}

body.main-page.is-page-ready .main-scene-stage.page-load-reveal {
  opacity: 1;
  transform: translateY(-42%) scale(1);
}

.main-scene-panel {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 0;
  overflow: hidden;
}

/* Fade only the decorative backdrop, keeping model faces fully opaque. */
.main-scene-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 48% 46%, rgba(255, 255, 255, 0.72), rgba(246, 244, 239, 0.42) 42%, rgba(246, 244, 239, 0.18) 68%, rgba(246, 244, 239, 0.04) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  mask-image: linear-gradient(
    180deg,
    #000 0%,
    #000 72%,
    rgba(0, 0, 0, 0.92) 80%,
    rgba(0, 0, 0, 0.45) 88%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    180deg,
    #000 0%,
    #000 72%,
    rgba(0, 0, 0, 0.92) 80%,
    rgba(0, 0, 0, 0.45) 88%,
    transparent 100%
  );
}

.main-scene-placeholder {
  min-height: min(74vh, 720px);
}

.main-scene-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.main-scene-layer canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.main-page-dots {
  position: fixed;
  top: 50%;
  right: clamp(18px, 2vw, 28px);
  z-index: 125;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transform: translateY(-50%);
  padding: 14px 12px;
  border: 1px solid rgba(255, 132, 52, 0.38);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 28px rgba(128, 56, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.main-page-dot {
  width: 12px;
  height: 12px;
  border: 1.5px solid rgba(255, 255, 255, 0.94);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    transform 180ms ease,
    opacity 180ms ease;
}

.main-page-dot:hover,
.main-page-dot:focus-visible {
  background: rgba(255, 255, 255, 0.56);
  outline: none;
}

.main-page-dot.is-active {
  background: #ffffff;
  transform: scale(1.15);
}

@media (max-width: 960px) {
  .main-brand-lockup {
    position: relative;
    transform: none;
    justify-self: start;
  }

  .main-stage-top {
    top: 20px;
    left: 20px;
    right: 20px;
    min-height: auto;
    display: grid;
    justify-items: center;
    gap: 14px;
  }

  .main-page .site-nav {
    gap: 12px 20px;
    justify-self: center;
  }

  .header-quote-button {
    min-height: 34px;
    margin-left: 0;
    padding: 0 12px;
    font-size: 11px;
  }

  .main-section-shell {
    width: calc(100vw - 32px);
    min-height: 100vh;
    grid-template-columns: 1fr;
    gap: 32px;
    padding:
      clamp(124px, 18vh, 168px)
      20px
      clamp(248px, 34vh, 320px);
  }

  .main-copy {
    max-width: min(560px, 100%);
  }

  .main-scene-stage {
    left: 50%;
    right: auto;
    top: auto;
    bottom: clamp(20px, 7vh, 72px);
    width: min(84vw, 520px);
    height: min(42vh, 340px);
    transform: translateX(-50%);
  }

  .main-scene-stage.page-load-reveal {
    transform: translateX(-50%) translateY(34px) scale(0.985);
  }

  body.main-page.is-page-ready .main-scene-stage.page-load-reveal {
    transform: translateX(-50%) translateY(0) scale(1);
  }

  .main-scene-placeholder {
    display: none;
  }

  .main-page-dots {
    right: 14px;
    gap: 10px;
  }

}

@media (max-width: 960px) {
  body.main-page {
    overflow: auto;
  }

  .main-page .page {
    height: auto;
    min-height: 100vh;
    overflow: visible;
    scroll-snap-type: none;
    overscroll-behavior-y: auto;
  }

  .main-sections-track {
    height: auto;
    transition: none;
    transform: none !important;
    will-change: auto;
  }

  .main-title {
    font-size: clamp(30px, 10.5vw, 52px);
  }

  .main-feature-title {
    font-size: clamp(30px, 9vw, 42px);
  }

  .main-feature-body,
  .main-lead {
    font-size: clamp(18px, 4.8vw, 22px);
    line-height: 1.65;
  }


  .main-stage-top {
    justify-items: stretch;
  }

  .main-page .site-nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 12px;
  }

  .nav-dropdown {
    width: 100%;
    display: grid;
    gap: 8px;
  }

  .nav-dropdown::before {
    display: none;
  }

  .nav-dropdown-menu {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    min-width: 0;
    width: 100%;
    padding: 8px;
    gap: 6px;
    opacity: 1;
    visibility: visible;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.14);
    box-shadow: none;
    backdrop-filter: none;
  }

  .nav-link,
  .nav-dropdown-link {
    width: 100%;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 14px;
    border-radius: 18px;
    text-align: center;
  }

  .nav-link {
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.08);
  }

  .main-section {
    min-height: auto;
    align-items: flex-start;
    scroll-snap-align: none;
    scroll-snap-stop: normal;
  }

  .main-section-shell {
    width: min(100vw - 20px, 100%);
    min-height: auto;
    gap: 24px;
    padding:
      158px
      12px
      28px;
  }

  .main-copy {
    max-width: 100%;
  }

  .main-scene-stage {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: min(100%, 360px);
    height: min(48vw, 240px);
    margin: 0 auto;
    transform: none;
  }

  .main-page-dots,
  .main-scene-placeholder {
    display: none;
  }

  .main-section-footer-cta {
    position: static;
    width: 100%;
    max-width: 100%;
    margin-top: 8px;
    padding: 0 12px 24px;
    transform: none;
  }

  .main-section-footer-kicker {
    width: 100%;
    max-width: 100%;
    white-space: normal;
  }

  .main-section--with-footer-cta::after {
    display: none;
  }
}

.main-stage-top {
  left: 0;
  right: 0;
  min-height: auto;
  padding: 0;
  display: block;
}

.main-stage-top {
  position: relative;
  z-index: 140;
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  min-height: auto;
  display: block;
}

.main-shell {
  position: absolute;
  inset: 0;
  z-index: 140;
  width: calc(100vw - 100px);
  min-height: calc(100vh - 62px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: clamp(12px, 2vw, 22px);
  padding-bottom: clamp(4px, 0.8vw, 10px);
  padding-left: clamp(100px, 3vw, 42px);
  padding-right: clamp(100px, 3vw, 42px);
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.main-shell > * {
  pointer-events: auto;
}

.site-header-inner {
  width: 100%;
  min-height: clamp(56px, 6vw, 82px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  column-gap: clamp(28px, 3vw, 56px);
}

.main-brand-lockup {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  min-height: clamp(56px, 6vw, 82px);
  display: flex;
  align-items: center;
  justify-self: start;
}

.main-page .site-nav {
  justify-self: center;
}

.site-header-action {
  min-height: clamp(56px, 6vw, 82px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-quote-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: auto;
  right: auto;
  transform: none;
  min-height: 0;
  padding: 9px 18px;
  border: 1px solid #e8742f;
  border-radius: 999px;
  background: #e8742f;
  color: #ffffff;
  text-decoration: none;
  font-family: "FuturaCyrillicBold", system-ui, sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.header-quote-button:hover,
.header-quote-button:focus-visible {
  transform: none;
  border-color: #d76522;
  background: #d76522;
  color: #ffffff;
  outline: none;
}

@media (max-width: 960px) {
  .main-shell {
    width: calc(100vw - 100px);
    min-height: calc(100vh - 62px);
  }

  .site-header-inner {
    width: calc(100% - 40px);
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "brand quote"
      "nav nav";
    row-gap: 14px;
    column-gap: 16px;
  }

  .main-brand-lockup {
    grid-area: brand;
  }

  .main-page .site-nav {
    grid-area: nav;
  }

  .site-header-action {
    grid-area: quote;
    min-height: auto;
  }

  .header-quote-button {
    min-height: 0;
    padding: 9px 16px;
    font-size: 11px;
  }
}

@media (max-width: 720px) {
  .main-shell {
    width: calc(100vw - 20px);
    min-height: calc(100vh - 32px);
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Keep the user's homepage scrollbar preference without disabling scrolling. */
html,
body.main-page,
.main-page .page,
.main-page .mh-menu-sheet {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html::-webkit-scrollbar,
body.main-page::-webkit-scrollbar,
.main-page .page::-webkit-scrollbar,
.main-page .mh-menu-sheet::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

/* Match the live reveal timing without putting presentation rules in the HTML. */
.home-reveal-40 { --reveal-delay: 40ms; }
.home-reveal-150 { --reveal-delay: 150ms; }
.home-reveal-180 { --reveal-delay: 180ms; }
.home-reveal-190 { --reveal-delay: 190ms; }
.home-reveal-220 { --reveal-delay: 220ms; }
.home-reveal-230 { --reveal-delay: 230ms; }
.home-reveal-260 { --reveal-delay: 260ms; }

/* The original text remains readable if optional enhancement scripts fail. */
html:not(.home-enhanced) .main-page .page-load-reveal {
  opacity: 1;
  transform: none;
  transition: none;
  will-change: auto;
}

html:not(.home-enhanced) .main-page .main-scene-stage.page-load-reveal {
  transform: translateY(-42%);
}

html:not(.home-enhanced) .main-page .main-section-footer-cta.page-load-reveal {
  transform: translateX(-50%);
}
