@charset "utf-8";
/* CSS Document */ :root {
  --lily-crimson: #C80000;
  --navy: #071A2D;
}
.hero {
  position: relative;
  width: 100%;
  aspect-ratio: 2048 / 638;
  min-height: 0;
  overflow: hidden;
  background: #fff;
  isolation: isolate;
  contain: layout paint;
  /* Every scene layer uses this same undistorted 2048:638 stage. */
  --scene-left: 0%;
  --scene-top: 0px;
  --scene-width: 100%;
}
.hero__base, .hero__structure {
  position: absolute;
  inset: auto;
  left: var(--scene-left);
  top: var(--scene-top);
  width: var(--scene-width);
  height: auto;
  aspect-ratio: 2048 / 638;
  object-fit: contain;
  user-select: none;
  pointer-events: none;
}
.hero__base {
  z-index: 1;
}
#flowCanvas {
  position: absolute;
  inset: auto;
  left: var(--scene-left);
  top: var(--scene-top);
  width: var(--scene-width);
  height: auto;
  aspect-ratio: 2048 / 638;
  z-index: 2;
  pointer-events: none;
}
/*
    This transparent architectural layer sits above the crimson streams.
    It hides the trails behind the masonry while leaving the actual
    doorway openings visible, making the streams feel as if they pass
    through the Gateway rather than over it.
  */
.hero__structure {
  z-index: 3;
}
.lily-lockup {
  --lockup-hidden-x: -18px;
  --lockup-visible-x: 0px;
  position: absolute;
  left: 22%;
  top: 31.2%;
  width: clamp(190px, 14.5vw, 345px);
  z-index: 5;
  opacity: 0;
  transform: translate3d(var(--lockup-hidden-x), 10px, 0) scale(.88);
  filter: blur(6px);
  transform-origin: 42% 50%;
  transition: opacity .38s ease-out, transform .78s cubic-bezier(.15, .86, .19, 1), filter .55s ease-out;
  pointer-events: none;
}
.lily-lockup.is-visible {
  opacity: 1;
  transform: translate3d(var(--lockup-visible-x), 0, 0) scale(1.5);
  filter: blur(0);
}
.lily-lockup img {
  display: block;
  width: 100%;
  height: auto;
}
.india-word {
  --india-hidden-x: 18px;
  --india-visible-x: 0px;
  position: absolute;
  left: 38.3%;
  top: 59.5%;
  z-index: 5;
  color: var(--navy);
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: clamp(42px, 3.65vw, 72px);
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1;
  opacity: 0;
  transform: translate3d(var(--india-hidden-x), -50%, 0);
  filter: blur(4px);
  transition: opacity .34s ease-out, transform .68s cubic-bezier(.18, .82, .20, 1), filter .50s ease-out;
  pointer-events: none;
  white-space: nowrap;
}
.india-word.is-visible {
  opacity: 1;
  transform: translate3d(var(--india-visible-x), -50%, 0);
  filter: blur(0);
}
.replay {
  position: absolute;
  right: max(1.15rem, env(safe-area-inset-right));
  bottom: max(1rem, env(safe-area-inset-bottom));
  z-index: 10;
  border: 1px solid rgba(7, 26, 45, .18);
  background: rgba(255, 255, 255, .78);
  color: var(--navy);
  backdrop-filter: blur(8px);
  border-radius: 999px;
  padding: 5px 10px;
  min-width: 34px;
  min-height: 30px;
  font: 500 12px/1 "IBM Plex Sans", Arial, sans-serif;
  letter-spacing: .02em;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  opacity: .72;
  transition: opacity .2s ease, transform .2s ease;
}
.replay:hover {
  opacity: 1;
  transform: translateY(-1px);
}
.replay:focus-visible {
  outline: 2px solid var(--lily-crimson);
  outline-offset: 3px;
  opacity: 1;
}
/* Portrait tablets: crop the shared scene without stretching it. */
/*@media (min-width: 600px) and (max-width: 1100px) and (orientation: portrait) {
  .hero {
    aspect-ratio: auto;
    height: clamp(540px, 82vw, 780px);
    --scene-left: -30%;
    --scene-top: clamp(10px, 2.4vw, 24px);
    --scene-width: 130%;
  }
  .brand-lockup {
    position: absolute;
    inset-inline: 0;
    top: calc(var(--scene-top) + 40.5vw + 12px);
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(10px, 2vw, 16px);
    pointer-events: none;
  }
  .lily-lockup {
    position: relative;
    left: auto;
    top: auto;
    width: clamp(230px, 34vw, 300px);
    flex: 0 0 auto;
  }
  .india-word {
    position: relative;
    left: auto;
    top: auto;
    font-size: clamp(42px, 7vw, 60px);
    transform: translate3d(var(--india-hidden-x), 0, 0);
  }
  .india-word.is-visible {
    transform: translate3d(var(--india-visible-x), 0, 0);
  }
  .replay {
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
  }
}*/
/* Phones: Gateway first, then a centred Lily / India lock-up below it. */
/*@media (max-width: 599px) and (orientation: portrait) {
  .hero {
    aspect-ratio: auto;
    height: clamp(460px, 138vw, 660px);
    --scene-left: -75%;
    --scene-top: clamp(10px, 4vw, 18px);
    --scene-width: 190%;
  }
  .brand-lockup {
    position: absolute;
    inset-inline: 0;
    top: calc(var(--scene-top) + 59.2vw + 10px);
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(10px, 3vw, 16px);
    padding-inline: max(24px, env(safe-area-inset-left), env(safe-area-inset-right));
    pointer-events: none;
  }
  .lily-lockup {
    position: relative;
    left: auto;
    top: auto;
    width: clamp(190px, 64vw, 280px);
    flex: 0 0 auto;
  }
  .india-word {
    position: relative;
    left: auto;
    top: auto;
    font-size: clamp(36px, 12vw, 54px);
    transform: translate3d(var(--india-hidden-x), 0, 0);
  }
  .india-word.is-visible {
    transform: translate3d(var(--india-visible-x), 0, 0);
  }
  .replay {
    right: max(8px, env(safe-area-inset-right));
    bottom: max(8px, env(safe-area-inset-bottom));
    padding: .55rem .75rem;
    background: rgba(255, 255, 255, .88);
  }
}*/
/* Short landscape screens retain the complete cinematic composition. */
/*@media (max-width: 1100px) and (max-height: 520px) and (orientation: landscape) {
  .lily-lockup {
    left: 11%;
    top: 31.2%;
    width: clamp(118px, 16vw, 176px);
  }
  .india-word {
    left: 29%;
    top: 65%;
    font-size: clamp(24px, 4.6vw, 40px);
  }
  .replay {
    right: max(8px, env(safe-area-inset-right));
    bottom: max(8px, env(safe-area-inset-bottom));
    min-height: 38px;
    padding: .45rem .7rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  #flowCanvas {
    display: none;
  }
  .lily-lockup, .india-word {
    opacity: 1 !important;
    filter: none !important;
    transition: none !important;
  }
}*/
@media (max-width: 1025px) and (min-width: 768px) {
  .lily-lockup.is-visible {
    opacity: 1;
    transform: translate3d(var(--lockup-visible-x), 0, 0) scale(1.5);
    filter: blur(0);
  }
  .lily-lockup {
    left: 10%;
    top: 26%;
    width: clamp(86px, 16vw, 176px);
  }
  .india-word {
    left: 28%;
    top: 65%;
    font-size: clamp(16px, 4.6vw, 40px);
  }
}

@media (max-width: 767px) and (min-width: 432px) {
  .lily-lockup.is-visible {
    opacity: 1;
    transform: translate3d(var(--lockup-visible-x), 0, 0) scale(1.5);
    filter: blur(0);
  }
  .lily-lockup {
    left: 7%;
    top: 26%;
    width: clamp(86px, 16vw, 176px);
  }
  .india-word {
    left: 29%;
    top: 65%;
    font-size: clamp(16px, 4.6vw, 40px);
  }
}
@media (max-width: 430px) and (min-width: 321px) {
  .lily-lockup.is-visible {
    opacity: 1;
    transform: translate3d(var(--lockup-visible-x), 0, 0) scale(0.9);
    filter: blur(0);
  }
  .lily-lockup {
    left: 10%;
    top: 26%;
    width: clamp(86px, 16vw, 176px);
  }
  .india-word {
    left: 28%;
    top: 65%;
    font-size: clamp(16px, 4.6vw, 40px);
  }
}
@media (max-width:320px) {
  .lily-lockup.is-visible {
    opacity: 1;
    transform: translate3d(var(--lockup-visible-x), 0, 0) scale(0.8);
    filter: blur(0);
  }
  .lily-lockup {
    left: 7%;
    top: 26%;
    width: clamp(86px, 16vw, 176px);
  }
  .india-word {
    left: 30%;
    top: 71%;
    font-size: clamp(15px, 4.6vw, 40px);
  }
}