.celespass-body {
  --pass-cream: #efe1d5;
  --pass-cream-soft: #f8f1eb;
  --pass-navy: #071f5e;
  --pass-navy-deep: #041744;
  --pass-orange: #f27700;
  --pass-orange-bright: #ff9618;
  --pass-green: #16b94f;
  color: var(--pass-navy);
  background: var(--pass-cream);
}

.celespass-shell {
  min-height: 100svh;
  background: var(--pass-cream);
}

.celespass-topbar {
  border-bottom-color: rgba(7, 31, 94, 0.08);
  background: rgba(248, 241, 235, 0.88);
  box-shadow: 0 12px 34px rgba(7, 31, 94, 0.05);
}

.celespass-topbar .brand-copy strong,
.celespass-topbar .product-pill {
  color: var(--pass-navy);
}

.celespass-topbar .brand-copy small {
  color: rgba(7, 31, 94, 0.58);
}

.celespass-topbar .product-pill {
  border-color: rgba(7, 31, 94, 0.08);
  background: rgba(255, 255, 255, 0.5);
}

.celespass-topbar .product-pill:hover {
  border-color: rgba(242, 119, 0, 0.26);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 28px rgba(91, 53, 17, 0.1);
}

.celespass-topbar .product-pill.is-pass {
  border-color: transparent;
  color: #ffffff;
  background: linear-gradient(135deg, var(--pass-navy) 0%, #173b85 58%, var(--pass-orange) 140%);
  box-shadow: 0 14px 30px rgba(7, 31, 94, 0.22);
}

.celespass-screen {
  scroll-margin-top: 86px;
}

.celespass-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: center;
  min-height: calc(100svh - 87px);
  padding: clamp(42px, 5vw, 72px) clamp(20px, 4vw, 64px);
  overflow: hidden;
  border-bottom: 1px solid rgba(7, 31, 94, 0.08);
  background:
    radial-gradient(circle at 14% 14%, rgba(255, 255, 255, 0.94), transparent 34%),
    radial-gradient(circle at 86% 78%, rgba(242, 119, 0, 0.16), transparent 31%),
    linear-gradient(135deg, #f8f0ea 0%, #efe0d3 52%, #ead8c9 100%);
}

.celespass-hero::before,
.celespass-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.celespass-hero::before {
  width: min(56vw, 760px);
  aspect-ratio: 1;
  right: -18vw;
  top: -32%;
  border: clamp(48px, 7vw, 96px) solid rgba(242, 119, 0, 0.08);
}

.celespass-hero::after {
  width: min(34vw, 480px);
  aspect-ratio: 1;
  left: -18vw;
  bottom: -38%;
  border: 1px solid rgba(7, 31, 94, 0.1);
}

.celespass-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.82fr);
  align-items: center;
  gap: clamp(44px, 7vw, 112px);
  width: min(100%, 1380px);
  margin-inline: auto;
}

.celespass-copy {
  max-width: 720px;
}

.celespass-launch-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 36px;
  margin: 0;
  padding: 0 14px;
  border: 1px solid rgba(242, 119, 0, 0.2);
  border-radius: 999px;
  color: #8b4606;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.03em;
}

.celespass-launch-badge span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pass-green);
  box-shadow: 0 0 0 5px rgba(22, 185, 79, 0.12);
}

.celespass-identity {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: clamp(24px, 3vw, 36px);
}

.celespass-identity picture {
  flex: 0 0 auto;
  width: clamp(72px, 7vw, 94px);
  overflow: hidden;
  border: 1px solid rgba(7, 31, 94, 0.12);
  border-radius: clamp(22px, 2.2vw, 29px);
  background: #d0d2d7;
  box-shadow: 0 20px 44px rgba(7, 31, 94, 0.16);
}

.celespass-identity img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.celespass-identity div {
  display: grid;
  gap: 5px;
}

.celespass-identity strong {
  color: var(--pass-navy);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
  letter-spacing: -0.035em;
}

.celespass-identity small {
  color: rgba(7, 31, 94, 0.6);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.celespass-copy h1 {
  max-width: 12.5em;
  margin: clamp(30px, 4vw, 48px) 0 0;
  color: var(--pass-navy);
  font-size: clamp(46px, 5.3vw, 76px);
  line-height: 1.04;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.celespass-copy h1 span {
  display: inline;
  color: var(--pass-orange);
}

.celespass-description {
  max-width: 42em;
  margin: 24px 0 0;
  color: rgba(7, 31, 94, 0.68);
  font-size: 16px;
  line-height: 1.85;
}

.celespass-capabilities {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.celespass-capabilities li {
  padding: 9px 13px;
  border: 1px solid rgba(7, 31, 94, 0.1);
  border-radius: 13px;
  color: var(--pass-navy);
  background: rgba(255, 255, 255, 0.46);
  font-size: 12px;
  font-weight: 800;
}

.celespass-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 32px;
}

.celespass-download-button {
  display: inline-grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  align-items: center;
  gap: 12px;
  min-height: 60px;
  padding: 8px 10px 8px 22px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 19px;
  color: #ffffff;
  background: linear-gradient(135deg, #e85f00 0%, var(--pass-orange) 50%, var(--pass-orange-bright) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38), 0 20px 42px rgba(190, 80, 0, 0.26);
  font-size: 15px;
  font-weight: 850;
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 220ms ease;
}

.celespass-download-button > span:last-child {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  color: var(--pass-orange);
  background: #ffffff;
  font-size: 16px;
}

.celespass-download-button:hover {
  transform: translateY(-3px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.44), 0 26px 50px rgba(190, 80, 0, 0.32);
}

.celespass-download-button:focus-visible,
.celespass-gallery-link:focus-visible,
.celespass-gallery-track:focus-visible {
  outline: 3px solid rgba(242, 119, 0, 0.36);
  outline-offset: 4px;
}

.celespass-gallery-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(7, 31, 94, 0.64);
  font-size: 13px;
  font-weight: 800;
  transition: color 200ms ease, transform 200ms ease;
}

.celespass-gallery-link:hover {
  color: var(--pass-orange);
  transform: translateY(2px);
}

.celespass-hero-visual {
  position: relative;
  justify-self: center;
  height: min(74svh, 700px);
  aspect-ratio: 9 / 16;
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: clamp(32px, 4vw, 48px);
  background: rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 1px #ffffff, 0 36px 90px rgba(67, 38, 18, 0.22);
}

.celespass-hero-visual picture,
.celespass-hero-visual img {
  width: 100%;
  height: 100%;
}

.celespass-hero-visual picture {
  overflow: hidden;
  border-radius: clamp(23px, 3vw, 37px);
}

.celespass-hero-visual img {
  object-fit: cover;
}

.celespass-hero-visual figcaption {
  position: absolute;
  right: -34px;
  bottom: 48px;
  display: grid;
  gap: 3px;
  min-width: 176px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 18px;
  color: var(--pass-navy);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(22px) saturate(150%);
  box-shadow: 0 18px 42px rgba(7, 31, 94, 0.17);
}

.celespass-hero-visual figcaption span {
  color: var(--pass-orange);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.celespass-hero-visual figcaption strong {
  font-size: 14px;
}

.celespass-visual-ring {
  position: absolute;
  z-index: -1;
  width: 82%;
  aspect-ratio: 1;
  right: -34%;
  top: 12%;
  border: clamp(26px, 3vw, 46px) solid rgba(242, 119, 0, 0.22);
  border-radius: 50%;
}

.celespass-gallery-section {
  min-height: 100svh;
  padding: clamp(64px, 7vw, 96px) 0 clamp(54px, 6vw, 82px);
  color: #ffffff;
  background:
    radial-gradient(circle at 12% 14%, rgba(42, 82, 157, 0.45), transparent 30%),
    radial-gradient(circle at 92% 82%, rgba(242, 119, 0, 0.18), transparent 28%),
    linear-gradient(145deg, var(--pass-navy) 0%, var(--pass-navy-deep) 100%);
}

.celespass-gallery-wrap {
  width: min(100%, 1560px);
  margin-inline: auto;
}

.celespass-gallery-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  padding: 0 clamp(20px, 4vw, 62px) 26px;
}

.celespass-gallery-head div > p {
  margin: 0 0 12px;
  color: var(--pass-orange-bright);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.celespass-gallery-head h2 {
  max-width: 16em;
  margin: 0;
  color: #ffffff;
  font-size: clamp(32px, 4.2vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.celespass-gallery-head > span {
  padding-bottom: 7px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 750;
  white-space: nowrap;
}

.celespass-gallery-track {
  display: flex;
  gap: clamp(16px, 2vw, 26px);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-padding-inline: clamp(20px, 4vw, 62px);
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 150, 24, 0.62) rgba(255, 255, 255, 0.08);
  padding: 0 clamp(20px, 4vw, 62px) 18px;
}

.celespass-gallery-track::-webkit-scrollbar {
  height: 7px;
}

.celespass-gallery-track::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 150, 24, 0.62);
}

.celespass-promo-card {
  flex: 0 0 auto;
  height: min(58svh, 590px);
  aspect-ratio: 9 / 16;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: clamp(20px, 2vw, 28px);
  background: var(--pass-cream);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.28);
  scroll-snap-align: start;
}

.celespass-promo-card picture,
.celespass-promo-card img {
  width: 100%;
  height: 100%;
}

.celespass-promo-card img {
  object-fit: cover;
}

.celespass-bottom-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: clamp(34px, 4vw, 52px) clamp(20px, 4vw, 62px) 0;
  padding-top: clamp(28px, 3vw, 42px);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.celespass-bottom-cta > div {
  display: grid;
  gap: 6px;
}

.celespass-bottom-cta > div span {
  color: var(--pass-orange-bright);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.celespass-bottom-cta > div strong {
  color: #ffffff;
  font-size: clamp(18px, 2vw, 26px);
}

.celespass-bottom-cta .celespass-download-button {
  flex: 0 0 auto;
}

.celespass-footer {
  border-top-color: rgba(7, 31, 94, 0.08);
  background: var(--pass-cream-soft);
}

.celespass-footer .footer-meta span,
.celespass-footer .footer-meta a {
  color: rgba(7, 31, 94, 0.64);
}

@media (max-width: 1050px) {
  .celespass-hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(290px, 0.72fr);
    gap: 44px;
  }

  .celespass-copy h1 {
    font-size: clamp(42px, 5.2vw, 58px);
  }

  .celespass-hero-visual figcaption {
    right: -16px;
  }
}

@media (max-width: 900px) {
  .celespass-screen {
    scroll-margin-top: 0;
  }

  .celespass-hero {
    min-height: auto;
    padding-top: 56px;
    padding-bottom: 72px;
  }

  .celespass-hero-inner {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .celespass-copy {
    display: grid;
    justify-items: center;
    max-width: 760px;
    margin-inline: auto;
    text-align: center;
  }

  .celespass-copy h1,
  .celespass-description {
    margin-inline: auto;
  }

  .celespass-capabilities,
  .celespass-actions {
    justify-content: center;
  }

  .celespass-hero-visual {
    height: min(72svh, 650px);
  }
}

@media (max-width: 640px) {
  .celespass-hero {
    padding: 48px 16px 62px;
  }

  .celespass-launch-badge {
    min-height: 34px;
    font-size: 11px;
  }

  .celespass-identity {
    align-items: center;
    margin-top: 26px;
    text-align: left;
  }

  .celespass-identity picture {
    width: 72px;
    border-radius: 22px;
  }

  .celespass-identity strong {
    font-size: 30px;
  }

  .celespass-copy h1 {
    margin-top: 32px;
    font-size: clamp(37px, 11.6vw, 50px);
    line-height: 1.08;
  }

  .celespass-copy h1 br {
    display: none;
  }

  .celespass-description {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.78;
  }

  .celespass-capabilities {
    gap: 8px;
    margin-top: 20px;
  }

  .celespass-capabilities li {
    padding: 8px 10px;
    font-size: 11px;
  }

  .celespass-actions {
    width: 100%;
    flex-direction: column;
    gap: 16px;
    margin-top: 28px;
  }

  .celespass-download-button {
    width: 100%;
  }

  .celespass-hero-visual {
    width: min(82vw, 340px);
    height: auto;
  }

  .celespass-hero-visual figcaption {
    right: -8px;
    bottom: 26px;
    min-width: 154px;
    padding: 11px 13px;
  }

  .celespass-gallery-section {
    padding-top: 56px;
  }

  .celespass-gallery-head {
    align-items: start;
    flex-direction: column;
    gap: 12px;
  }

  .celespass-gallery-head h2 {
    font-size: clamp(31px, 9.6vw, 42px);
  }

  .celespass-promo-card {
    width: min(78vw, 300px);
    height: auto;
  }

  .celespass-bottom-cta {
    align-items: stretch;
    flex-direction: column;
    text-align: center;
  }

  .celespass-bottom-cta .celespass-download-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .celespass-download-button,
  .celespass-gallery-link {
    transition: none;
  }
}
