.ticker {
  --ticker-height: clamp(48px, 4vw, 58px);
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  width: 104vw;
  height: var(--ticker-height);
  margin-block: calc(var(--ticker-height) / -2);
  margin-left: calc(50% - 52vw);
  padding: 0;
  transform: rotate(-1deg) translateZ(0);
  transform-origin: 50% 50%;
  box-shadow: 0 5px 14px rgba(3, 21, 47, .18);
}

.ticker-line {
  align-items: center;
  min-height: 100%;
}

@media (max-width: 720px) {
  .ticker {
    --ticker-height: 72px;
  }
}

.statement-flight {
  position: relative;
  z-index: 1;
  height: 155svh;
  padding: 0;
  background: #769db9;
}

.statement-scene {
  position: sticky;
  top: 0;
  isolation: isolate;
  height: 100svh;
  min-height: 680px;
  overflow: hidden;
  background: #769db9;
}

.statement-cloudscape,
.statement-sky-shade,
.statement-sun,
.statement-rays,
.statement-cloud-layer,
.statement-atmosphere {
  position: absolute;
  pointer-events: none;
}

.statement-cloudscape {
  z-index: 0;
  inset: -8%;
  will-change: transform;
}

.statement-cloudscape img,
.statement-cloud-layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.statement-cloudscape img {
  object-position: 55% center;
  filter: saturate(.9) contrast(.96) brightness(1.04);
  animation: statementCloudscape 22s ease-in-out infinite alternate;
}

.statement-sky-shade {
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3,21,47,.62), rgba(3,21,47,.18) 46%, transparent 73%),
    linear-gradient(180deg, rgba(3,21,47,.08), transparent 45%, rgba(255,203,133,.08));
}

.statement-sun {
  z-index: 2;
  top: 18%;
  right: 1%;
  width: clamp(280px,34vw,620px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle,
    rgba(255,255,247,1) 0 4%,
    rgba(255,235,174,.88) 5%,
    rgba(255,194,106,.34) 14%,
    rgba(255,255,255,.1) 34%,
    transparent 68%);
  animation: statementSun 8s ease-in-out infinite alternate;
}

.statement-rays {
  z-index: 2;
  top: 7%;
  right: -7%;
  width: 84vw;
  height: 115vh;
  transform: rotate(-7deg);
  transform-origin: 100% 0;
  opacity: .38;
  mix-blend-mode: screen;
  filter: blur(12px);
  background:
    linear-gradient(151deg, transparent 16%, rgba(255,249,210,.34) 17%, transparent 27%),
    linear-gradient(144deg, transparent 30%, rgba(255,232,171,.22) 31%, transparent 43%),
    linear-gradient(137deg, transparent 46%, rgba(255,255,255,.16) 47%, transparent 59%);
  animation: statementRays 11s ease-in-out infinite alternate;
}

.statement-cloud-layer {
  z-index: 3;
  inset: -9%;
  will-change: transform;
}

.statement-cloud-layer img {
  object-fit: contain;
  will-change: transform;
}

.statement-cloud-far {
  opacity: .25;
  filter: blur(.6px) sepia(.42) saturate(.74) brightness(1.1);
}

.statement-cloud-far img {
  transform: scale(1.22);
  animation: statementCloudFar 15s ease-in-out infinite alternate;
}

.statement-cloud-mid {
  z-index: 4;
  opacity: .28;
  filter: sepia(.46) saturate(.7) brightness(1.07);
}

.statement-cloud-mid img {
  transform: scale(1.18);
  animation: statementCloudMid 12s ease-in-out infinite alternate;
}

.statement-cloud-low {
  z-index: 5;
  inset: -12% -12% -1%;
  opacity: .2;
  filter: sepia(.52) saturate(.72) brightness(1.09);
}

.statement-cloud-low img {
  object-fit: cover;
  object-position: center bottom;
  animation: statementCloudLow 10s ease-in-out infinite alternate;
}

.statement-atmosphere {
  z-index: 6;
  inset: 54% -8% -14%;
  background: linear-gradient(180deg, transparent, rgba(255,238,216,.3));
  filter: blur(24px);
}

.statement-bed {
  position: absolute;
  z-index: 8;
  top: 14%;
  right: -4%;
  width: min(66vw,1060px);
  will-change: transform;
}

.statement-bed-float {
  animation: statementBedFloat 7.2s ease-in-out infinite;
  filter:
    drop-shadow(0 35px 38px rgba(13,70,105,.24))
    drop-shadow(17px -12px 24px rgba(255,224,162,.2));
}

.statement-bed img {
  width: 100%;
  height: auto;
}

.statement-flight .statement-grid {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  display: block;
  width: min(1280px,calc(100% - 2rem));
  transform: translate(-50%,-48%);
}

.statement-flight .statement-side {
  position: static;
  width: min(38vw,450px);
  padding: 1rem 1.15rem;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 1rem;
  color: #fff;
  background: rgba(24,44,74,.38);
  box-shadow: 0 18px 42px rgba(3,21,47,.18);
  backdrop-filter: blur(15px) saturate(1.15);
}

.statement-flight .statement-side .label {
  color: #fff;
  text-shadow: 0 2px 12px rgba(0,0,0,.34);
}

.statement-flight .statement-side .label::before {
  color: var(--gold);
  filter: drop-shadow(0 0 8px rgba(255,181,27,.6));
}

.statement-flight .statement-side p {
  margin: .9rem 0 0;
  color: #fff;
  font-weight: 750;
  line-height: 1.45;
  text-shadow: 0 2px 15px rgba(0,0,0,.4);
}

.statement-flight .statement-copy {
  width: min(52vw,700px);
  margin-top: 1rem;
  padding: clamp(1rem,2vw,1.5rem);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 1.25rem;
  color: #fff;
  background: linear-gradient(110deg,rgba(24,44,74,.48),rgba(24,44,74,.24));
  box-shadow: 0 24px 60px rgba(3,21,47,.2);
  backdrop-filter: blur(18px) saturate(1.15);
  font-size: clamp(2.3rem,4.35vw,5.15rem);
  text-shadow: 0 3px 24px rgba(0,0,0,.25);
}

.statement-flight .statement-copy em {
  color: #a9f0f5;
  font-family: Georgia,serif;
  font-style: italic;
  font-weight: 500;
}

.statement-flight .statement-copy mark {
  color: #fff;
  background: linear-gradient(transparent 61%,rgba(255,181,27,.96) 61%);
}

@keyframes statementCloudscape {
  to { transform: translate3d(-5vw,1.5vh,0) scale(1.045); }
}

@keyframes statementCloudFar {
  to { transform: translate3d(12vw,-2vh,0) scale(1.25); }
}

@keyframes statementCloudMid {
  to { transform: translate3d(-15vw,2.5vh,0) scale(1.22); }
}

@keyframes statementCloudLow {
  to { transform: translate3d(11vw,2vh,0) scale(1.07); }
}

@keyframes statementSun {
  to { transform: scale(1.08); opacity: .9; }
}

@keyframes statementRays {
  to { transform: rotate(-4deg) translateX(-2vw); opacity: .54; }
}

@keyframes statementBedFloat {
  0%,100% { transform: translateY(0) rotate(-.35deg); }
  50% { transform: translateY(-18px) rotate(.4deg); }
}

@media (max-width: 900px) {
  .statement-flight { height: 145svh; }
  .statement-scene { min-height: 680px; }
  .statement-flight .statement-grid { top: 8%; transform: translateX(-50%); }
  .statement-flight .statement-side { width: min(86vw,440px); }
  .statement-flight .statement-copy {
    width: min(91vw,650px);
    font-size: clamp(2rem,8.5vw,4rem);
  }
  .statement-bed { top: 45%; right: -27%; width: 127vw; }
  .statement-cloud-mid { inset: 8% -38%; }
  .statement-cloud-low { inset: 13% -52% -5%; }
  .statement-sun { top: 24%; right: -17%; }
}

@media (max-width: 600px) {
  .statement-flight {
    height: max(100svh,680px);
  }

  .statement-flight .statement-grid {
    top: 7%;
    width: calc(100% - 1rem);
  }

  .statement-flight .statement-side {
    width: min(88vw,350px);
    padding: .8rem 1rem;
    border-radius: .8rem;
  }

  .statement-flight .statement-side .label {
    font-size: .66rem;
  }

  .statement-flight .statement-side p {
    margin-top: .6rem;
    font-size: .84rem;
    line-height: 1.4;
  }

  .statement-flight .statement-copy {
    width: min(88vw,360px);
    margin-top: .75rem;
    padding: .85rem 1rem;
    border-radius: .9rem;
    font-size: 1.68rem;
    line-height: 1.04;
  }

  .statement-bed {
    top: 48%;
    right: -8%;
    width: 112vw;
  }

  .statement-bed-float {
    animation: statementBedFloat 7.2s ease-in-out infinite;
  }
}

@media (max-width: 360px) {
  .statement-flight .statement-copy { font-size: 1.48rem; }
  .statement-bed { top: 58%; }
}

@media (max-height: 720px) and (min-width: 901px) {
  .statement-flight .statement-grid { top: 53%; }
  .statement-bed { top: 8%; width: min(62vw,900px); }
  .statement-flight .statement-copy { font-size: clamp(2.1rem,4vw,4.2rem); }
}

@media (min-width: 901px) and (max-width: 1920px) and (max-height: 1200px) {
  .statement-flight .statement-grid {
    width: min(1120px,calc(100% - 2rem));
  }

  .statement-flight .statement-side {
    width: min(32vw,360px);
    padding: .8rem 1rem;
    border-radius: .85rem;
  }

  .statement-flight .statement-side p {
    margin-top: .65rem;
    font-size: .92rem;
    line-height: 1.35;
  }

  .statement-flight .statement-copy {
    width: min(47vw,640px);
    margin-top: .75rem;
    padding: clamp(.85rem,1.35vw,1.15rem);
    border-radius: 1rem;
    font-size: clamp(2rem,3.25vw,4.1rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .statement-cloudscape img,
  .statement-cloud-layer img,
  .statement-sun,
  .statement-rays,
  .statement-bed-float { animation: none !important; }
  .statement-cloud-layer,
  .statement-bed { transform: none !important; }
}
