.home-shell {
  --home-cyan: #7dd3fc;
  --home-blue: #38bdf8;
  --home-violet: #818cf8;
  --home-lime: #d9f99d;
  --home-copy: #dbe7f5;
  --home-muted: #91a4be;
  --home-line: rgba(125, 145, 168, 0.18);
  --home-radius: 36px;
  --home-inner-radius: 28px;
  --home-media-radius: 24px;
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  font-family: "Manrope", system-ui, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  isolation: isolate;
}

.home-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 18%, rgba(56, 189, 248, 0.16), transparent 24rem),
    radial-gradient(circle at 88% 26%, rgba(129, 140, 248, 0.14), transparent 22rem),
    radial-gradient(circle at 48% 92%, rgba(217, 249, 157, 0.08), transparent 24rem);
  filter: blur(18px);
  opacity: 0.72;
  transform: translate3d(0, 0, 0);
  animation: home-page-aura 18s ease-in-out infinite alternate;
}

.home-shell > * {
  position: relative;
  z-index: 1;
}

.home-shell h1,
.home-shell h2,
.home-shell h3,
.home-shell .home-wordmark,
.home-shell .home-kicker,
.home-shell .home-section-kicker,
.home-shell .home-panel-kicker,
.home-shell .home-btn,
.home-shell .home-inline-link,
.home-shell .home-inline-button,
.home-shell .home-video-control,
.home-shell .home-audio-toggle {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
}

.home-hero,
.home-section,
.home-final-cta {
  position: relative;
  overflow: hidden;
  border-radius: var(--home-radius);
  -webkit-clip-path: inset(0 round var(--home-radius));
  clip-path: inset(0 round var(--home-radius));
  background-clip: padding-box;
  transform: translateZ(0);
  border: 1px solid var(--home-line);
  background:
    radial-gradient(circle at top left, rgba(56, 189, 248, 0.16), transparent 32%),
    radial-gradient(circle at top right, rgba(129, 140, 248, 0.14), transparent 28%),
    radial-gradient(circle at bottom center, rgba(217, 249, 157, 0.08), transparent 34%),
    rgba(6, 11, 21, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 28px 80px rgba(2, 6, 23, 0.45);
}

.home-hero {
  padding: 1.35rem;
}

.home-section,
.home-final-cta {
  padding: 1.25rem;
}

.home-section,
.home-final-cta,
.home-story-card,
.home-process-grid article {
  content-visibility: auto;
  contain-intrinsic-size: 1px 360px;
}

.home-grid-lines,
.home-noise {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  overflow: hidden;
  pointer-events: none;
}

.home-grid-lines {
  background-image:
    linear-gradient(rgba(125, 211, 252, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(125, 211, 252, 0.045) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at 42% 28%, rgba(0, 0, 0, 0.88), transparent 82%);
}

.home-noise {
  opacity: 0.26;
  background-image:
    radial-gradient(circle at 25% 30%, rgba(255, 255, 255, 0.08) 0, transparent 22%),
    radial-gradient(circle at 75% 12%, rgba(255, 255, 255, 0.05) 0, transparent 18%),
    radial-gradient(circle at 54% 80%, rgba(255, 255, 255, 0.05) 0, transparent 16%);
}

.home-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(26px);
  opacity: 0.56;
  pointer-events: none;
  animation: home-orb-drift 14s ease-in-out infinite;
}

.home-hero .home-orb {
  display: none;
}

.home-shell::before {
  display: none;
}

.home-hero {
  background:
    linear-gradient(118deg, rgba(56, 189, 248, 0.08), transparent 34%),
    linear-gradient(245deg, rgba(129, 140, 248, 0.075), transparent 38%),
    linear-gradient(180deg, rgba(217, 249, 157, 0.035), transparent 42%),
    linear-gradient(145deg, rgba(7, 13, 24, 0.96), rgba(4, 10, 19, 0.9)),
    rgba(6, 11, 21, 0.92);
}

.home-orb-cyan {
  top: -6rem;
  left: -1rem;
  width: 16rem;
  height: 16rem;
  background: rgba(56, 189, 248, 0.22);
}

.home-orb-violet {
  right: -4rem;
  top: 8rem;
  width: 18rem;
  height: 18rem;
  background: rgba(129, 140, 248, 0.2);
  animation-duration: 18s;
}

.home-orb-lime {
  bottom: -7rem;
  left: 40%;
  width: 15rem;
  height: 15rem;
  background: rgba(217, 249, 157, 0.12);
  animation-duration: 16s;
}

.home-wordmark {
  position: absolute;
  top: 1rem;
  left: 1.35rem;
  right: 1.35rem;
  font-size: clamp(3.2rem, 13vw, 8.6rem);
  line-height: 0.9;
  letter-spacing: 0.18em;
  font-weight: 700;
  color: rgba(120, 140, 170, 0.07);
  pointer-events: none;
}

.home-hero-grid,
.home-section-head,
.home-story-grid,
.home-process-grid,
.home-proof-row,
.home-badges {
  display: grid;
  gap: 1rem;
}

.home-hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.96fr);
  gap: 1.2rem;
  align-items: stretch;
}

.home-hero-grid > *,
.home-section-head > *,
.home-stage > *,
.home-story-grid > *,
.home-process-grid > * {
  min-width: 0;
}

.home-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 1rem 0.2rem 0.3rem;
}

.home-kicker,
.home-panel-kicker,
.home-section-kicker,
.home-proof-row span,
.home-process-grid span {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--home-cyan);
}

.home-kicker {
  width: fit-content;
  max-width: 100%;
  padding: 0.44rem 0.85rem;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid rgba(125, 211, 252, 0.16);
  background: rgba(6, 11, 21, 0.6);
}

.home-kicker span:last-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-pulse {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 999px;
  background: var(--home-cyan);
  box-shadow: 0 0 0 0 rgba(125, 211, 252, 0.66);
  animation: home-pulse 2.2s infinite;
}

.home-copy h1 {
  position: relative;
  margin: 0;
  max-width: 10.6ch;
  font-size: clamp(3.3rem, 6vw, 6rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
  text-wrap: balance;
  color: #edf5ff;
  text-shadow: 0 0 36px rgba(125, 211, 252, 0.08);
}

.home-copy h1::after {
  content: attr(data-home-title);
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  color: transparent;
  background:
    linear-gradient(
      104deg,
      transparent 0%,
      transparent 36%,
      rgba(186, 230, 253, 0.18) 43%,
      rgba(125, 211, 252, 0.72) 48%,
      rgba(199, 210, 254, 0.42) 54%,
      transparent 64%,
      transparent 100%
    );
  background-size: 320% 100%;
  background-position: 140% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 18px rgba(125, 211, 252, 0.16));
  opacity: 0.82;
  animation: home-title-premium-sheen 9.4s cubic-bezier(0.55, 0, 0.2, 1) infinite;
}

.home-hero-title-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(10rem, 16vw, 14rem);
  align-items: center;
  gap: clamp(0.2rem, 1vw, 0.8rem);
  max-width: min(100%, 790px);
  margin-top: 1rem;
}

.home-mascot-stage {
  position: relative;
  z-index: 2;
  width: clamp(10rem, var(--home-mascot-desktop-size, 16vw), 14rem);
  aspect-ratio: 1;
  min-height: clamp(10rem, var(--home-mascot-desktop-size, 16vw), 14rem);
  isolation: isolate;
  pointer-events: auto;
  transform: translate(
    calc(-0.25rem + var(--home-mascot-desktop-x, 0%)),
    calc(var(--home-mascot-desktop-top, 50%) - 50%)
  );
}

.home-mascot-stage::before,
.home-mascot-stage::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.home-mascot-stage::before {
  inset: 10% 6% 18%;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 50% 58%, rgba(125, 211, 252, 0.24), transparent 58%),
    radial-gradient(ellipse at 58% 82%, rgba(217, 249, 157, 0.1), transparent 62%);
  filter: blur(16px);
  opacity: 0.72;
  animation: home-mascot-aura 5.8s ease-in-out infinite alternate;
}

.home-mascot-stage::after {
  left: 12%;
  right: 12%;
  bottom: 10%;
  height: 18%;
  border-radius: 999px;
  background: radial-gradient(ellipse, rgba(125, 211, 252, 0.2), rgba(129, 140, 248, 0.08) 44%, transparent 72%);
  filter: blur(12px);
  transform: perspective(180px) rotateX(64deg);
  opacity: 0.68;
}

.home-mascot-poster {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  pointer-events: none;
  opacity: 1;
  transform: scale(1.26);
  transform-origin: center center;
  filter:
    saturate(1.06)
    brightness(1.04)
    drop-shadow(0 18px 24px rgba(2, 6, 23, 0.28))
    drop-shadow(0 0 18px rgba(125, 211, 252, 0.22));
  transition: opacity 0.36s ease;
  will-change: opacity;
}

.home-hero-mascot-viewer {
  transition: opacity 0.36s ease;
  will-change: opacity;
}

.home-mascot-stage:not(.is-model-loaded) .home-hero-mascot-viewer {
  opacity: 0;
}

.home-mascot-stage.is-model-loaded .home-hero-mascot-viewer {
  opacity: 1;
}

.home-mascot-stage.is-model-loaded .home-mascot-poster {
  opacity: 0;
}

.home-mascot-viewer {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  background: transparent;
  --poster-color: transparent;
  filter:
    saturate(1.06)
    brightness(1.04)
    drop-shadow(0 18px 24px rgba(2, 6, 23, 0.28))
    drop-shadow(0 0 18px rgba(125, 211, 252, 0.22));
}

.home-tagline {
  margin: 0.8rem 0 0;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 600;
  color: #f4f8ff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-copy-body {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.2rem;
}

.home-hero-lead,
.home-hero-note,
.home-section-head p,
.home-story-card p,
.home-process-grid p,
.home-final-cta p,
.home-stage-panel p {
  margin: 0;
  line-height: 1.72;
  color: var(--home-copy);
}

.home-hero-note,
.home-section-head p,
.home-story-card p,
.home-process-grid p,
.home-final-cta p,
.home-stage-panel p {
  color: var(--home-muted);
}

.home-hero-lead {
  font-family: "Space Grotesk", "Manrope", system-ui, sans-serif;
  font-size: clamp(1.1rem, 1.52vw, 1.35rem);
  font-weight: 650;
  line-height: 1.58;
  letter-spacing: -0.015em;
  color: #eaf6ff;
  text-shadow: 0 0 22px rgba(125, 211, 252, 0.08);
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.home-btn,
.home-inline-link,
.home-inline-button,
.home-story-card,
.home-stage-panel,
.home-stage-visual {
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.home-btn,
.home-inline-link,
.home-inline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.88rem 1.25rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid rgba(125, 145, 168, 0.26);
}

.home-btn:hover,
.home-inline-link:hover,
.home-inline-button:hover,
.home-story-card:hover,
.home-stage-panel:hover,
.home-stage-visual:hover {
  transform: translateY(-3px);
}

.home-btn-primary {
  color: #04111f;
  background: linear-gradient(120deg, #67e8f9 0%, #7dd3fc 46%, #d9f99d 100%);
  box-shadow: 0 0 34px rgba(103, 232, 249, 0.24);
}

.home-btn-ghost,
.home-inline-link,
.home-inline-button,
.home-audio-toggle {
  color: #edf5ff;
  background: rgba(4, 10, 20, 0.44);
}

.home-proof-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.35rem;
}

.home-proof-row article,
.home-stage-panel,
.home-stage-visual,
.home-story-card,
.home-process-grid article {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  -webkit-clip-path: inset(0 round var(--home-inner-radius));
  clip-path: inset(0 round var(--home-inner-radius));
  background-clip: padding-box;
  isolation: isolate;
  border: 1px solid rgba(125, 145, 168, 0.16);
  background: rgba(6, 12, 24, 0.66);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.home-proof-row article::after,
.home-stage-panel::after,
.home-story-card::after,
.home-process-grid article::after,
.home-final-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(130px 24px at 0% 0%, rgba(125, 211, 252, 0.2), transparent 70%),
    radial-gradient(90px 20px at 100% 100%, rgba(129, 140, 248, 0.15), transparent 74%);
  opacity: 0.28;
}

.home-proof-row article > *,
.home-stage-panel > *,
.home-story-card > *,
.home-process-grid article > *,
.home-final-cta > * {
  position: relative;
  z-index: 1;
}

@property --home-card-orbit {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

.holo-card-border::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  padding: 1px;
  border-radius: inherit;
  pointer-events: none;
  background:
    conic-gradient(
      from var(--home-card-orbit),
      transparent 0deg 18deg,
      rgba(125, 211, 252, 0.12) 22deg,
      rgba(186, 230, 253, 0.78) 27deg,
      rgba(34, 211, 238, 0.46) 33deg,
      transparent 44deg 112deg,
      rgba(129, 140, 248, 0.1) 118deg,
      rgba(129, 140, 248, 0.54) 126deg,
      rgba(125, 211, 252, 0.24) 134deg,
      transparent 146deg 232deg,
      rgba(34, 211, 238, 0.1) 238deg,
      rgba(125, 211, 252, 0.46) 246deg,
      rgba(224, 247, 255, 0.64) 251deg,
      transparent 262deg 360deg
    );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  opacity: 0.76;
  filter:
    drop-shadow(0 0 3px rgba(125, 211, 252, 0.32))
    drop-shadow(0 0 9px rgba(129, 140, 248, 0.14));
  animation: home-card-orbit-line 6.8s linear infinite;
}

.home-proof-row article {
  padding: 1rem;
}

.home-proof-row strong {
  display: block;
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.45;
}

.home-stage {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.home-stage-visual,
.home-stage-panel,
.home-story-card,
.home-process-grid article {
  padding: 1.15rem;
}

.home-stage-visual {
  display: grid;
  min-height: auto;
  padding: clamp(0.62rem, 1.1vw, 0.85rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 15%, rgba(56, 189, 248, 0.16), transparent 28%),
    radial-gradient(circle at 82% 28%, rgba(129, 140, 248, 0.2), transparent 24%),
    linear-gradient(145deg, rgba(7, 13, 24, 0.94), rgba(4, 10, 19, 0.76));
}

.home-stage-media-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 9;
  border-radius: var(--home-media-radius);
  overflow: hidden;
  -webkit-clip-path: inset(0 round var(--home-media-radius));
  clip-path: inset(0 round var(--home-media-radius));
  background-clip: padding-box;
  border: 1px solid rgba(125, 145, 168, 0.18);
  box-shadow: 0 28px 70px rgba(2, 6, 23, 0.48);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.home-stage-media-wrap:hover {
  transform: translateY(-2px);
  border-color: rgba(125, 211, 252, 0.28);
  box-shadow:
    0 32px 78px rgba(2, 6, 23, 0.56),
    0 0 32px rgba(56, 189, 248, 0.12);
}

.home-stage-media-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.03);
  pointer-events: none;
}

.home-stage-video {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  display: block;
  background: linear-gradient(160deg, rgba(7, 13, 24, 0.98), rgba(4, 10, 19, 0.72));
}

.home-stage-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 8, 18, 0.08), rgba(3, 8, 18, 0.42)),
    radial-gradient(circle at 20% 20%, rgba(56, 189, 248, 0.1), transparent 26%),
    radial-gradient(circle at 82% 24%, rgba(129, 140, 248, 0.14), transparent 24%);
  pointer-events: none;
}

.home-stage-ring {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(125, 211, 252, 0.16);
  inset: auto;
  pointer-events: none;
}

.home-stage-ring-one {
  width: 15rem;
  height: 15rem;
  top: 1.4rem;
  right: -1rem;
  animation: home-spin 18s linear infinite;
}

.home-stage-ring-two {
  width: 21rem;
  height: 21rem;
  bottom: -7rem;
  left: -4rem;
  animation: home-spin 24s linear infinite reverse;
}

.home-stage-controls {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.home-video-control,
.home-audio-toggle {
  appearance: none;
  position: absolute;
  top: auto;
  bottom: 0.68rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.05rem;
  height: 2.05rem;
  min-width: 2.05rem;
  min-height: 2.05rem;
  padding: 0;
  border: 1px solid rgba(125, 211, 252, 0.26);
  border-radius: 999px;
  color: #edf5ff;
  background:
    radial-gradient(circle at 35% 20%, rgba(125, 211, 252, 0.18), transparent 55%),
    rgba(4, 10, 20, 0.56);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 0;
  font-weight: 700;
  cursor: pointer;
  line-height: 0;
  pointer-events: auto;
  transform: none;
  box-shadow:
    0 0 18px rgba(56, 189, 248, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.home-video-control::before,
.home-audio-toggle::before {
  content: "";
  width: 0.98rem;
  height: 0.98rem;
  background: currentColor;
  -webkit-mask: center / contain no-repeat;
  mask: center / contain no-repeat;
}

.home-video-control::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 4H4v4M16 4h4v4M20 16v4h-4M4 16v4h4M9 4 4 9M15 4l5 5M20 15l-5 5M4 15l5 5' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 4H4v4M16 4h4v4M20 16v4h-4M4 16v4h4M9 4 4 9M15 4l5 5M20 15l-5 5M4 15l5 5' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.home-audio-toggle::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 9v6h4l5 4V5L8 9H4Z' fill='black'/%3E%3Cpath d='m17 9 4 4m0-4-4 4' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 9v6h4l5 4V5L8 9H4Z' fill='black'/%3E%3Cpath d='m17 9 4 4m0-4-4 4' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.home-audio-toggle[aria-pressed="true"]::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 9v6h4l5 4V5L8 9H4Z' fill='black'/%3E%3Cpath d='M16 8c1.2 1.1 1.8 2.4 1.8 4s-.6 2.9-1.8 4M18.8 5.5A9 9 0 0 1 21 12a9 9 0 0 1-2.2 6.5' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 9v6h4l5 4V5L8 9H4Z' fill='black'/%3E%3Cpath d='M16 8c1.2 1.1 1.8 2.4 1.8 4s-.6 2.9-1.8 4M18.8 5.5A9 9 0 0 1 21 12a9 9 0 0 1-2.2 6.5' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.home-video-control-left {
  left: 0.68rem;
}

.home-video-control-right {
  right: 0.68rem;
}

.home-audio-toggle {
  min-width: 2.05rem;
  width: 2.05rem;
}

.home-video-control:hover,
.home-audio-toggle:hover {
  border-color: rgba(125, 211, 252, 0.36);
  box-shadow: 0 0 26px rgba(56, 189, 248, 0.16);
}

.home-audio-toggle[aria-pressed="true"] {
  color: #04111f;
  background: linear-gradient(120deg, #67e8f9 0%, #7dd3fc 46%, #d9f99d 100%);
}

.home-stage-service-cta {
  width: 100%;
  justify-content: center;
  min-height: 3.45rem;
  margin-top: 0.05rem;
  overflow: hidden;
  isolation: isolate;
}

.home-stage-service-cta span {
  position: relative;
  z-index: 1;
}

.home-stage-service-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.28) 44%, transparent 62%);
  transform: translateX(-140%);
  animation: home-service-cta-shine 4.8s ease-in-out infinite;
  pointer-events: none;
}

html.motion-observer-ready .home-hero .home-orb,
html.motion-observer-ready .home-hero .home-pulse,
html.motion-observer-ready .home-copy h1::after,
html.motion-observer-ready .home-presence-title-row h2::after,
html.motion-observer-ready .home-process-title-row h2::after,
html.motion-observer-ready .home-final-title-row h2::after,
html.motion-observer-ready .home-presence-mascot-stage::before,
html.motion-observer-ready .home-process-mascot-stage::before,
html.motion-observer-ready .home-final-mascot-stage::before,
html.motion-observer-ready .home-stage-visual .home-stage-ring,
html.motion-observer-ready .home-stage-service-cta::after,
html.motion-observer-ready .holo-card-border::before {
  animation-play-state: paused;
}

html.motion-observer-ready .home-hero.is-animating .home-orb,
html.motion-observer-ready .home-hero.is-animating .home-pulse,
html.motion-observer-ready .home-copy h1.is-animating::after,
html.motion-observer-ready .home-presence-title-row h2.is-animating::after,
html.motion-observer-ready .home-process-title-row h2.is-animating::after,
html.motion-observer-ready .home-final-title-row h2.is-animating::after,
html.motion-observer-ready .home-presence-mascot-stage.is-animating::before,
html.motion-observer-ready .home-process-mascot-stage.is-animating::before,
html.motion-observer-ready .home-final-mascot-stage.is-animating::before,
html.motion-observer-ready .home-stage-visual.is-animating .home-stage-ring,
html.motion-observer-ready .home-stage-service-cta.is-animating::after,
html.motion-observer-ready .holo-card-border.is-animating::before {
  animation-play-state: running;
}

.home-stage-panel h2,
.home-section-head h2,
.home-final-cta h2 {
  margin: 0.45rem 0 0;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 1.02;
}

.home-badges {
  margin-top: 1rem;
}

.home-badges,
.home-card-actions,
.home-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.home-badges span,
.home-product-meta span {
  display: inline-flex;
  align-items: center;
  padding: 0.44rem 0.82rem;
  border-radius: 999px;
  border: 1px solid rgba(125, 145, 168, 0.16);
  background: rgba(4, 10, 20, 0.62);
  color: #d6e3f4;
  font-size: 0.82rem;
}

.home-section-head {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  align-items: end;
  margin-bottom: 1rem;
}

.home-section-head-presence {
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 0;
  margin-bottom: clamp(0.8rem, 2vw, 1.3rem);
}

.home-presence-title-block {
  position: relative;
  min-height: clamp(10.8rem, 20vw, 15.8rem);
  padding-right: clamp(11.5rem, 28vw, 19rem);
}

.home-presence-title-row {
  position: relative;
  max-width: min(100%, 880px);
  margin-top: 0.55rem;
}

.home-presence-title-row h2 {
  position: relative;
  max-width: 13.2ch;
  margin: 0;
  font-size: clamp(2.1rem, 4.35vw, 4.55rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
  color: #edf5ff;
  text-wrap: balance;
  text-shadow: 0 0 36px rgba(125, 211, 252, 0.08);
}

.home-presence-title-row h2::after {
  content: attr(data-home-presence-title);
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  color: transparent;
  background:
    linear-gradient(
      104deg,
      transparent 0%,
      transparent 38%,
      rgba(186, 230, 253, 0.12) 44%,
      rgba(125, 211, 252, 0.56) 50%,
      rgba(199, 210, 254, 0.32) 56%,
      transparent 66%,
      transparent 100%
    );
  background-size: 340% 100%;
  background-position: 142% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 14px rgba(125, 211, 252, 0.12));
  opacity: 0.74;
  animation: home-title-premium-sheen 10.2s cubic-bezier(0.55, 0, 0.2, 1) infinite;
}

.home-presence-mascot-stage {
  position: absolute;
  top: calc(var(--home-presence-mascot-top, var(--home-presence-mascot-mobile-top, 50%)) - 4%);
  right: calc(clamp(2.2rem, 16vw, 9.8rem) + 96% - var(--home-presence-mascot-x, var(--home-presence-mascot-mobile-x, 96%)));
  z-index: 2;
  width: clamp(4.5rem, var(--home-presence-mascot-desktop-size, 15vw), 16.8rem);
  aspect-ratio: 1;
  min-height: clamp(4.5rem, var(--home-presence-mascot-desktop-size, 15vw), 16.8rem);
  contain: layout;
  isolation: isolate;
  overflow: visible;
  pointer-events: auto;
  transform: translate(
    var(--home-presence-mascot-desktop-fine-x, 0px),
    calc(-50% + var(--home-presence-mascot-desktop-fine-y, 0px))
  );
  will-change: transform;
}

.home-presence-mascot-stage[data-reveal] {
  transform: translate(
    var(--home-presence-mascot-desktop-fine-x, 0px),
    calc(-50% + 24px + var(--home-presence-mascot-desktop-fine-y, 0px))
  ) scale(0.985);
}

.home-presence-mascot-stage[data-reveal].is-visible {
  transform: translate(
    var(--home-presence-mascot-desktop-fine-x, 0px),
    calc(-50% + var(--home-presence-mascot-desktop-fine-y, 0px))
  ) scale(1);
}

.home-presence-mascot-stage::before,
.home-presence-mascot-stage::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.home-presence-mascot-stage::before {
  inset: 8% 3% 16%;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 52% 52%, rgba(125, 211, 252, 0.2), transparent 58%),
    radial-gradient(ellipse at 48% 82%, rgba(167, 139, 250, 0.14), transparent 64%);
  filter: blur(16px);
  opacity: 0.68;
  animation: home-mascot-aura 6.4s ease-in-out infinite alternate;
}

.home-presence-mascot-stage::after {
  left: 10%;
  right: 10%;
  bottom: 7%;
  height: 18%;
  border-radius: 999px;
  background: radial-gradient(ellipse, rgba(125, 211, 252, 0.18), rgba(129, 140, 248, 0.08) 46%, transparent 74%);
  filter: blur(12px);
  transform: perspective(180px) rotateX(64deg);
  opacity: 0.7;
}

.home-presence-mascot-viewer {
  position: absolute;
  left: -18%;
  top: -42%;
  width: 136%;
  height: 184%;
  min-height: 0;
  contain: layout style;
  overflow: visible;
  filter:
    saturate(1.05)
    brightness(1.04)
    drop-shadow(0 18px 24px rgba(2, 6, 23, 0.28))
    drop-shadow(0 0 16px rgba(125, 211, 252, 0.18));
}

.home-section-head-process {
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 0;
  margin-bottom: clamp(0.8rem, 2vw, 1.3rem);
}

.home-process-title-block {
  position: relative;
  min-height: clamp(10.8rem, 20vw, 15.8rem);
  padding-right: clamp(11.5rem, 28vw, 19rem);
}

.home-process-title-row {
  position: relative;
  max-width: min(100%, 880px);
  margin-top: 0.55rem;
}

.home-process-title-row h2 {
  position: relative;
  max-width: 12.8ch;
  margin: 0;
  color: #edf5ff;
  font-size: clamp(2.1rem, 4.35vw, 4.55rem);
  line-height: 0.94;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 0 36px rgba(125, 211, 252, 0.08);
}

.home-process-title-row h2::after {
  content: attr(data-home-process-title);
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  color: transparent;
  background:
    linear-gradient(
      104deg,
      transparent 0%,
      transparent 36%,
      rgba(186, 230, 253, 0.18) 43%,
      rgba(125, 211, 252, 0.72) 48%,
      rgba(199, 210, 254, 0.42) 54%,
      transparent 64%,
      transparent 100%
    );
  background-size: 320% 100%;
  background-position: 140% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 18px rgba(125, 211, 252, 0.16));
  opacity: 0.82;
  animation: home-title-premium-sheen 9.4s cubic-bezier(0.55, 0, 0.2, 1) infinite;
}

.home-process-mascot-stage {
  position: absolute;
  top: calc(var(--home-process-mascot-top, 50%) - 4%);
  right: calc(clamp(2.2rem, 16vw, 9.8rem) + 96% - var(--home-process-mascot-x, 96%));
  z-index: 2;
  width: clamp(4.5rem, var(--home-process-mascot-desktop-size, 15vw), 16.8rem);
  aspect-ratio: 1;
  min-height: clamp(4.5rem, var(--home-process-mascot-desktop-size, 15vw), 16.8rem);
  contain: layout;
  isolation: isolate;
  overflow: visible;
  pointer-events: auto;
  transform: translate(
    var(--home-process-mascot-fine-x, 0px),
    calc(-50% + var(--home-process-mascot-fine-y, 0px))
  );
  will-change: transform;
}

.home-process-mascot-stage[data-reveal] {
  transform: translate(
    var(--home-process-mascot-fine-x, 0px),
    calc(-50% + 24px + var(--home-process-mascot-fine-y, 0px))
  ) scale(0.985);
}

.home-process-mascot-stage[data-reveal].is-visible {
  transform: translate(
    var(--home-process-mascot-fine-x, 0px),
    calc(-50% + var(--home-process-mascot-fine-y, 0px))
  ) scale(1);
}

.home-process-mascot-stage::before,
.home-process-mascot-stage::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.home-process-mascot-stage::before {
  inset: 5% -2% 12%;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 52% 52%, rgba(125, 211, 252, 0.18), transparent 58%),
    radial-gradient(ellipse at 48% 82%, rgba(167, 139, 250, 0.14), transparent 64%);
  filter: blur(16px);
  opacity: 0.64;
  animation: home-mascot-aura 6.4s ease-in-out infinite alternate;
}

.home-process-mascot-stage::after {
  left: 6%;
  right: 6%;
  bottom: 5%;
  height: 20%;
  border-radius: 999px;
  background: radial-gradient(ellipse, rgba(125, 211, 252, 0.17), rgba(129, 140, 248, 0.08) 46%, transparent 74%);
  filter: blur(12px);
  transform: perspective(180px) rotateX(64deg);
  opacity: 0.68;
}

.home-process-mascot-viewer {
  position: absolute;
  left: -46%;
  top: -74%;
  width: 196%;
  height: 262%;
  min-height: 0;
  contain: layout style;
  overflow: visible;
  filter:
    saturate(1.05)
    brightness(1.04)
    drop-shadow(0 18px 24px rgba(2, 6, 23, 0.28))
    drop-shadow(0 0 16px rgba(125, 211, 252, 0.18));
}

.home-story-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-story-card h3,
.home-process-grid article h3 {
  margin: 0.45rem 0 0;
  font-size: 1.24rem;
  line-height: 1.15;
}

.home-process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-process-grid article span {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(120deg, rgba(125, 211, 252, 0.25), rgba(217, 249, 157, 0.18));
}

.home-process-grid article p {
  margin-top: 0.7rem;
}

.home-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  align-items: center;
  gap: 1rem;
}

.home-final-copy {
  position: relative;
  min-height: clamp(11.6rem, 19.5vw, 15.8rem);
  padding-right: clamp(12rem, 30vw, 20rem);
}

.home-final-title-row {
  position: relative;
  max-width: min(100%, 820px);
  margin-top: 0.95rem;
}

.home-final-title-row h2 {
  position: relative;
  max-width: 10.7ch;
  margin: 0;
  color: #edf5ff;
  font-size: clamp(1.95rem, 4vw, 4.25rem);
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 0 36px rgba(125, 211, 252, 0.08);
}

.home-final-title-row h2::after {
  content: attr(data-home-final-title);
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  color: transparent;
  background:
    linear-gradient(
      104deg,
      transparent 0%,
      transparent 36%,
      rgba(186, 230, 253, 0.18) 43%,
      rgba(125, 211, 252, 0.72) 48%,
      rgba(199, 210, 254, 0.42) 54%,
      transparent 64%,
      transparent 100%
    );
  background-size: 320% 100%;
  background-position: 140% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 18px rgba(125, 211, 252, 0.16));
  opacity: 0.82;
  animation: home-title-premium-sheen 9.4s cubic-bezier(0.55, 0, 0.2, 1) infinite;
}

.home-final-copy p {
  max-width: 58rem;
  margin-top: 1.3rem;
}

.home-final-mascot-stage {
  position: absolute;
  top: calc(var(--home-final-mascot-top, 50%) - 4%);
  right: calc((96% - var(--home-final-mascot-x, 96%)) - clamp(8rem, 20vw, 20rem));
  z-index: 2;
  width: clamp(4.5rem, var(--home-final-mascot-desktop-size, 14vw), 18.5rem);
  aspect-ratio: 1;
  min-height: clamp(4.5rem, var(--home-final-mascot-desktop-size, 14vw), 18.5rem);
  contain: layout;
  isolation: isolate;
  overflow: visible;
  pointer-events: auto;
  transform: translate(
    var(--home-final-mascot-fine-x, 0px),
    calc(-50% + var(--home-final-mascot-fine-y, 0px))
  );
  will-change: transform;
}

.home-final-mascot-stage[data-reveal] {
  transform: translate(
    var(--home-final-mascot-fine-x, 0px),
    calc(-50% + 24px + var(--home-final-mascot-fine-y, 0px))
  ) scale(0.985);
}

.home-final-mascot-stage[data-reveal].is-visible {
  transform: translate(
    var(--home-final-mascot-fine-x, 0px),
    calc(-50% + var(--home-final-mascot-fine-y, 0px))
  ) scale(1);
}

.home-final-mascot-stage::before,
.home-final-mascot-stage::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.home-final-mascot-stage::before {
  inset: 5% -1% 12%;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 52% 52%, rgba(125, 211, 252, 0.18), transparent 58%),
    radial-gradient(ellipse at 48% 82%, rgba(167, 139, 250, 0.14), transparent 64%);
  filter: blur(16px);
  opacity: 0.64;
  animation: home-mascot-aura 6.4s ease-in-out infinite alternate;
}

.home-final-mascot-stage::after {
  left: 6%;
  right: 6%;
  bottom: 5%;
  height: 20%;
  border-radius: 999px;
  background: radial-gradient(ellipse, rgba(125, 211, 252, 0.17), rgba(129, 140, 248, 0.08) 46%, transparent 74%);
  filter: blur(12px);
  transform: perspective(180px) rotateX(64deg);
  opacity: 0.68;
}

.home-final-mascot-viewer {
  position: absolute;
  left: -50%;
  top: -80%;
  width: 212%;
  height: 282%;
  min-height: 0;
  contain: layout style;
  overflow: visible;
  filter:
    saturate(1.05)
    brightness(1.04)
    drop-shadow(0 18px 24px rgba(2, 6, 23, 0.28))
    drop-shadow(0 0 16px rgba(125, 211, 252, 0.18));
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px) scale(0.985);
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: var(--reveal-delay, 0s);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@keyframes home-pulse {
  0% { box-shadow: 0 0 0 0 rgba(125, 211, 252, 0.56); }
  70% { box-shadow: 0 0 0 12px rgba(125, 211, 252, 0); }
  100% { box-shadow: 0 0 0 0 rgba(125, 211, 252, 0); }
}

@keyframes home-orb-drift {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, 18px, 0); }
}

@keyframes home-page-aura {
  0% {
    opacity: 0.52;
    transform: translate3d(-0.8%, 0, 0) scale(0.98);
  }
  50% {
    opacity: 0.78;
    transform: translate3d(0.8%, -0.6%, 0) scale(1.02);
  }
  100% {
    opacity: 0.6;
    transform: translate3d(0, 0.8%, 0) scale(1.01);
  }
}

@keyframes home-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes home-service-cta-shine {
  0%, 58% { transform: translateX(-140%); opacity: 0; }
  66% { opacity: 0.72; }
  100% { transform: translateX(140%); opacity: 0; }
}

@keyframes home-card-orbit-line {
  to {
    --home-card-orbit: 360deg;
  }
}

@keyframes home-title-premium-sheen {
  0%, 26% {
    background-position: 145% 50%;
    opacity: 0.18;
  }
  48% {
    opacity: 0.86;
  }
  78%, 100% {
    background-position: -145% 50%;
    opacity: 0.24;
  }
}

@keyframes home-mascot-aura {
  0% {
    opacity: 0.52;
    transform: translate3d(-2%, 0, 0) scale(0.98);
  }

  100% {
    opacity: 0.78;
    transform: translate3d(2%, 3%, 0) scale(1.04);
  }
}

@media (max-width: 1120px) {
  .home-hero-grid,
  .home-section-head,
  .home-final-cta,
  .home-story-grid,
  .home-process-grid {
    grid-template-columns: 1fr;
  }

  .home-copy h1 {
    max-width: 12ch;
  }
}

@media (max-width: 760px) {
  .home-hero,
  .home-section,
  .home-final-cta {
    --home-radius: 28px;
    --home-inner-radius: 24px;
    --home-media-radius: 22px;
    padding: 1rem;
  }

  .home-kicker {
    font-size: 0.64rem;
    letter-spacing: 0.12em;
    padding-inline: 0.72rem;
  }

  .home-wordmark {
    left: 1rem;
    right: 1rem;
    font-size: clamp(2.7rem, 18vw, 5rem);
  }

  .home-copy h1 {
    max-width: 9.2ch;
    font-size: clamp(2.55rem, 12.4vw, 3.85rem);
  }

  .home-hero-title-row {
    display: block;
    min-height: clamp(9.6rem, 49vw, 14rem);
    padding-right: clamp(7.7rem, 45vw, 11.8rem);
    margin-top: 0.9rem;
  }

  .home-mascot-stage {
    position: absolute;
    top: var(--home-mascot-mobile-top, 24%);
    right: 0;
    width: clamp(8.5rem, var(--home-mascot-mobile-size, 52vw), 13.8rem);
    min-height: clamp(8.5rem, var(--home-mascot-mobile-size, 52vw), 13.8rem);
    margin: 0;
    transform: translate(var(--home-mascot-mobile-x, 34%), -50%);
  }

  .home-mascot-stage::before {
    inset: 0 -8% 14%;
    filter: blur(19px);
    opacity: 0.78;
  }

  .home-mascot-stage::after {
    left: 4%;
    right: 8%;
    bottom: 5%;
    height: 24%;
    background:
      radial-gradient(ellipse, rgba(2, 6, 23, 0.44), rgba(56, 189, 248, 0.2) 42%, transparent 74%);
    filter: blur(16px);
    opacity: 0.82;
  }

  .home-mascot-viewer {
    filter:
      saturate(1.06)
      brightness(1.04)
      drop-shadow(0 22px 24px rgba(2, 6, 23, 0.48))
      drop-shadow(0 0 18px rgba(125, 211, 252, 0.24));
  }

  .home-section-head-presence {
    margin-bottom: 0.8rem;
  }

  .home-presence-title-block {
    min-height: clamp(12rem, 58vw, 16.4rem);
    padding-right: clamp(6.3rem, 35vw, 10.4rem);
  }

  .home-presence-title-row h2 {
    max-width: 13.4ch;
    font-size: clamp(2.25rem, 10.8vw, 3.55rem);
    line-height: 0.94;
    letter-spacing: -0.05em;
  }

  .home-presence-title-row h2::after {
    filter: drop-shadow(0 0 10px rgba(125, 211, 252, 0.1));
    opacity: 0.62;
  }

  .home-section-head-process {
    margin-bottom: 0.8rem;
  }

  .home-process-title-block {
    min-height: clamp(12rem, 58vw, 16.4rem);
    padding-right: clamp(6.3rem, 35vw, 10.4rem);
  }

  .home-process-title-row h2 {
    max-width: 12.6ch;
    font-size: clamp(2.25rem, 10.8vw, 3.55rem);
    line-height: 0.94;
    letter-spacing: 0;
  }

  .home-process-title-row h2::after {
    filter: drop-shadow(0 0 10px rgba(125, 211, 252, 0.1));
    opacity: 0.62;
  }

  .home-final-copy {
    min-height: clamp(14.4rem, 66vw, 19rem);
    padding-right: 0;
  }

  .home-final-title-row {
    max-width: 100%;
    margin-top: 1.7rem;
    padding-right: clamp(6.8rem, 37vw, 10.8rem);
  }

  .home-final-copy p {
    margin-top: 0.78rem;
  }

  .home-final-title-row h2 {
    max-width: 8.9ch;
    font-size: clamp(2rem, 9.9vw, 3.32rem);
    line-height: 0.92;
    letter-spacing: 0;
  }

  .home-final-title-row h2::after {
    filter: drop-shadow(0 0 10px rgba(125, 211, 252, 0.1));
    opacity: 0.62;
  }

  .home-presence-mascot-stage {
    top: var(--home-presence-mascot-mobile-top, 50%);
    right: calc(96% - var(--home-presence-mascot-mobile-x, var(--home-presence-mascot-x, 96%)));
    width: var(--home-presence-mascot-mobile-size, 40vw);
    min-width: 6.8rem;
    min-height: var(--home-presence-mascot-mobile-size, 40vw);
    transform: translate(
      calc(96% + var(--home-presence-mascot-mobile-fine-x, 0px)),
      calc(-50% + var(--home-presence-mascot-mobile-fine-y, 0px))
    );
  }

  .home-presence-mascot-stage[data-reveal] {
    transform: translate(
      calc(96% + var(--home-presence-mascot-mobile-fine-x, 0px)),
      calc(-50% + 24px + var(--home-presence-mascot-mobile-fine-y, 0px))
    ) scale(0.985);
  }

  .home-presence-mascot-stage[data-reveal].is-visible {
    transform: translate(
      calc(96% + var(--home-presence-mascot-mobile-fine-x, 0px)),
      calc(-50% + var(--home-presence-mascot-mobile-fine-y, 0px))
    ) scale(1);
  }

  .home-presence-mascot-stage::before {
    inset: 0 -5% 13%;
    filter: blur(11px);
    opacity: 0.54;
  }

  .home-presence-mascot-stage::after {
    left: 3%;
    right: 8%;
    bottom: 5%;
    height: 24%;
    filter: blur(10px);
    opacity: 0.62;
  }

  .home-process-mascot-stage {
    top: var(--home-process-mascot-mobile-top, var(--home-process-mascot-top, 50%));
    right: calc(96% - var(--home-process-mascot-mobile-x, var(--home-process-mascot-x, 96%)));
    width: var(--home-process-mascot-mobile-size, 40vw);
    min-width: 6.8rem;
    min-height: var(--home-process-mascot-mobile-size, 40vw);
    transform: translate(
      calc(96% + var(--home-process-mascot-mobile-fine-x, var(--home-process-mascot-fine-x, 0px))),
      calc(-50% + var(--home-process-mascot-mobile-fine-y, var(--home-process-mascot-fine-y, 0px)))
    );
  }

  .home-process-mascot-stage[data-reveal] {
    transform: translate(
      calc(96% + var(--home-process-mascot-mobile-fine-x, var(--home-process-mascot-fine-x, 0px))),
      calc(-50% + 24px + var(--home-process-mascot-mobile-fine-y, var(--home-process-mascot-fine-y, 0px)))
    ) scale(0.985);
  }

  .home-process-mascot-stage[data-reveal].is-visible {
    transform: translate(
      calc(96% + var(--home-process-mascot-mobile-fine-x, var(--home-process-mascot-fine-x, 0px))),
      calc(-50% + var(--home-process-mascot-mobile-fine-y, var(--home-process-mascot-fine-y, 0px)))
    ) scale(1);
  }

  .home-process-mascot-stage::before {
    inset: 0 -10% 10%;
    filter: blur(11px);
    opacity: 0.54;
  }

  .home-process-mascot-stage::after {
    left: 0;
    right: 4%;
    bottom: 4%;
    height: 24%;
    filter: blur(10px);
    opacity: 0.62;
  }

  .home-process-mascot-viewer {
    left: -54%;
    top: -82%;
    width: 208%;
    height: 276%;
  }

  .home-final-mascot-stage {
    top: var(--home-final-mascot-mobile-top, var(--home-final-mascot-top, 50%));
    right: calc(96% - var(--home-final-mascot-mobile-x, var(--home-final-mascot-x, 96%)));
    width: var(--home-final-mascot-mobile-size, 42vw);
    min-width: 6.8rem;
    min-height: var(--home-final-mascot-mobile-size, 42vw);
    transform: translate(
      calc(44% + var(--home-final-mascot-mobile-fine-x, var(--home-final-mascot-fine-x, 0px))),
      calc(-50% + var(--home-final-mascot-mobile-fine-y, var(--home-final-mascot-fine-y, 0px)))
    );
  }

  .home-final-mascot-stage[data-reveal] {
    transform: translate(
      calc(44% + var(--home-final-mascot-mobile-fine-x, var(--home-final-mascot-fine-x, 0px))),
      calc(-50% + 24px + var(--home-final-mascot-mobile-fine-y, var(--home-final-mascot-fine-y, 0px)))
    ) scale(0.985);
  }

  .home-final-mascot-stage[data-reveal].is-visible {
    transform: translate(
      calc(44% + var(--home-final-mascot-mobile-fine-x, var(--home-final-mascot-fine-x, 0px))),
      calc(-50% + var(--home-final-mascot-mobile-fine-y, var(--home-final-mascot-fine-y, 0px)))
    ) scale(1);
  }

  .home-final-mascot-stage::before {
    inset: 0 -10% 10%;
    filter: blur(11px);
    opacity: 0.54;
  }

  .home-final-mascot-stage::after {
    left: 0;
    right: 4%;
    bottom: 4%;
    height: 24%;
    filter: blur(10px);
    opacity: 0.62;
  }

  .home-final-mascot-viewer {
    left: -64%;
    top: -100%;
    width: 248%;
    height: 326%;
  }

  .home-final-cta {
    min-height: clamp(27.4rem, 112vw, 32rem);
    gap: 0.58rem;
    justify-items: stretch;
  }

  .home-final-cta > * {
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
  }

  .home-final-cta > .home-btn,
  .home-final-cta .home-btn {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-height: 54px;
    min-width: 0;
    justify-self: stretch;
    padding: 0.9rem 0.95rem;
    white-space: normal;
    overflow-wrap: anywhere;
    text-align: center;
    line-height: 1.16;
    font-size: clamp(0.82rem, 3.7vw, 0.96rem);
  }

  .home-actions,
  .home-proof-row {
    grid-template-columns: 1fr;
  }

  .home-actions {
    display: grid;
  }

  .home-btn {
    width: 100%;
  }

  .home-stage-visual,
  .home-stage-panel,
  .home-story-card,
  .home-process-grid article {
    padding: 1rem;
    border-radius: var(--home-inner-radius);
  }

  .home-stage-visual {
    min-height: auto;
  }

  .home-stage-media-wrap,
  .home-stage-video {
    min-height: 0;
  }

  .home-video-control,
  .home-audio-toggle {
    bottom: 0.5rem;
    width: 1.9rem;
    height: 1.9rem;
    min-width: 1.9rem;
    min-height: 1.9rem;
  }

  .home-audio-toggle {
    width: 1.9rem;
    min-width: 1.9rem;
  }

  .home-video-control-left {
    left: 0.5rem;
  }

  .home-video-control-right {
    right: 0.5rem;
  }
}

html.perf-touch .home-shell::before {
  filter: blur(12px);
  opacity: 0.62;
  animation-duration: 28s;
}

html.perf-touch .home-hero,
html.perf-touch .home-section,
html.perf-touch .home-final-cta,
html.perf-touch .home-stage-video,
html.perf-touch .home-mascot-viewer,
html.perf-touch .home-presence-mascot-viewer,
html.perf-touch .home-process-mascot-viewer,
html.perf-touch .home-final-mascot-viewer {
  backface-visibility: hidden;
  transform: translateZ(0);
}

html.perf-touch .home-copy h1::after,
html.perf-touch .home-presence-title-row h2::after,
html.perf-touch .home-process-title-row h2::after,
html.perf-touch .home-final-title-row h2::after {
  will-change: background-position, opacity;
}

html.perf-touch .home-orb {
  filter: blur(18px);
  opacity: 0.44;
  animation-duration: 26s;
}

html.perf-touch .home-pulse {
  animation-duration: 3.4s;
}

html.perf-touch .home-copy h1::after,
html.perf-touch .home-presence-title-row h2::after,
html.perf-touch .home-process-title-row h2::after,
html.perf-touch .home-final-title-row h2::after {
  filter: drop-shadow(0 0 10px rgba(125, 211, 252, 0.12));
  opacity: 0.58;
  animation-duration: 12s;
}

html.perf-touch .home-mascot-stage::before,
html.perf-touch .home-presence-mascot-stage::before,
html.perf-touch .home-process-mascot-stage::before,
html.perf-touch .home-final-mascot-stage::before {
  filter: blur(12px);
  opacity: 0.5;
  animation: none;
}

html.perf-touch .home-mascot-stage::after,
html.perf-touch .home-presence-mascot-stage::after,
html.perf-touch .home-process-mascot-stage::after,
html.perf-touch .home-final-mascot-stage::after {
  filter: blur(10px);
  opacity: 0.68;
}

html.perf-touch .home-mascot-viewer,
html.perf-touch .home-presence-mascot-viewer,
html.perf-touch .home-process-mascot-viewer,
html.perf-touch .home-final-mascot-viewer {
  filter:
    saturate(1.04)
    brightness(1.02)
    drop-shadow(0 14px 18px rgba(2, 6, 23, 0.34));
}

html.perf-touch .holo-card-border::before {
  opacity: 0.58;
  filter: drop-shadow(0 0 4px rgba(125, 211, 252, 0.12));
  animation: home-card-orbit-line 8.8s linear infinite;
}

html.perf-touch .home-stage-ring {
  opacity: 0.68;
  animation-duration: 30s;
}

html.perf-touch .home-video-control,
html.perf-touch .home-audio-toggle {
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

html.perf-touch .home-section,
html.perf-touch .home-final-cta {
  content-visibility: auto;
  contain-intrinsic-size: 720px;
}

html.perf-touch .home-proof-row article,
html.perf-touch .home-story-card,
html.perf-touch .home-process-grid article {
  contain: layout paint style;
}

/* 3D light-layer tuning: compositor hints only, no visual changes. */
.home-mascot-stage,
.home-presence-mascot-stage,
.home-process-mascot-stage,
.home-final-mascot-stage,
.holo-card-border {
  isolation: isolate;
  contain: layout style;
}

.home-mascot-stage::before,
.home-presence-mascot-stage::before,
.home-process-mascot-stage::before,
.home-final-mascot-stage::before,
html.perf-touch .home-mascot-stage::before,
html.perf-touch .home-presence-mascot-stage::before,
html.perf-touch .home-process-mascot-stage::before,
html.perf-touch .home-final-mascot-stage::before {
  transform-origin: center;
  backface-visibility: hidden;
  will-change: transform, opacity;
}

.home-mascot-stage::after,
.home-presence-mascot-stage::after,
.home-process-mascot-stage::after,
.home-final-mascot-stage::after,
.holo-card-border::before {
  backface-visibility: hidden;
  will-change: opacity;
}

.home-mascot-viewer,
.home-presence-mascot-viewer,
.home-process-mascot-viewer,
.home-final-mascot-viewer {
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
}

.home-copy h1::after,
.home-presence-title-row h2::after,
.home-process-title-row h2::after,
.home-final-title-row h2::after {
  backface-visibility: hidden;
  will-change: background-position, opacity;
}

/* Lightweight mascot light replacement: no animated blur around home GLB. */
.home-mascot-stage::before,
.home-presence-mascot-stage::before,
.home-process-mascot-stage::before,
.home-final-mascot-stage::before {
  inset: 14% 10% 18%;
  background: none;
  filter: none;
  opacity: 0;
  animation: none;
}

.home-mascot-stage::after,
.home-presence-mascot-stage::after,
.home-process-mascot-stage::after,
.home-final-mascot-stage::after,
html.perf-touch .home-mascot-stage::after,
html.perf-touch .home-presence-mascot-stage::after,
html.perf-touch .home-process-mascot-stage::after,
html.perf-touch .home-final-mascot-stage::after {
  background: radial-gradient(ellipse, rgba(125, 211, 252, 0.13), rgba(129, 140, 248, 0.05) 46%, transparent 72%);
  filter: none;
  opacity: 0.46;
}

@media (prefers-reduced-motion: reduce) {
  .home-shell::before,
  .home-orb,
  .home-pulse,
  .home-stage-ring,
  .home-mascot-stage::before,
  .home-presence-mascot-stage::before,
  .home-process-mascot-stage::before,
  .home-final-mascot-stage::before,
  .home-stage-service-cta::after,
  .home-copy h1::after,
  .home-presence-title-row h2::after,
  .home-process-title-row h2::after,
  .home-final-title-row h2::after,
  .holo-card-border::before {
    animation: none !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .home-copy h1::after,
  .home-presence-title-row h2::after,
  .home-process-title-row h2::after,
  .home-final-title-row h2::after {
    background-position: 50% 50%;
    opacity: 0.34;
  }
}

html.perf-lite .home-orb,
html.perf-lite .home-shell::before,
html.perf-lite .home-pulse,
html.perf-lite .home-stage-ring,
html.perf-lite .home-mascot-stage::before,
html.perf-lite .home-presence-mascot-stage::before,
html.perf-lite .home-process-mascot-stage::before,
html.perf-lite .home-final-mascot-stage::before,
html.perf-lite .home-stage-service-cta::after {
  animation: none;
}

html.perf-lite .home-orb,
html.perf-lite .home-shell::before,
html.perf-lite .home-mascot-stage::before,
html.perf-lite .home-mascot-stage::after,
html.perf-lite .home-presence-mascot-stage::before,
html.perf-lite .home-presence-mascot-stage::after,
html.perf-lite .home-process-mascot-stage::before,
html.perf-lite .home-process-mascot-stage::after,
html.perf-lite .home-final-mascot-stage::before,
html.perf-lite .home-final-mascot-stage::after {
  filter: none;
}

html.perf-lite .home-shell::before {
  opacity: 0.38;
}

html.perf-lite .home-mascot-viewer,
html.perf-lite .home-process-mascot-viewer,
html.perf-lite .home-final-mascot-viewer,
html.perf-lite .services-model-viewer {
  filter:
    saturate(1.04)
    brightness(1.03)
    drop-shadow(0 14px 20px rgba(2, 6, 23, 0.34));
}

html.perf-lite [data-reveal] {
  opacity: 1;
  transform: none;
  transition: none;
}

html.perf-touch .home-mascot-stage::before,
html.perf-touch .home-presence-mascot-stage::before,
html.perf-touch .home-process-mascot-stage::before,
html.perf-touch .home-final-mascot-stage::before {
  background: none;
  filter: none;
  opacity: 0;
  animation: none;
}

html.perf-touch .home-mascot-stage::after,
html.perf-touch .home-presence-mascot-stage::after,
html.perf-touch .home-process-mascot-stage::after,
html.perf-touch .home-final-mascot-stage::after {
  background: radial-gradient(ellipse, rgba(125, 211, 252, 0.13), rgba(129, 140, 248, 0.05) 46%, transparent 72%);
  filter: none;
  opacity: 0.46;
}
