:root {
  --bg: #080909;
  --panel: rgba(250, 251, 245, 0.9);
  --panel-dark: rgba(11, 14, 13, 0.7);
  --text: #f7f7ee;
  --ink: #101412;
  --muted: rgba(247, 247, 238, 0.62);
  --muted-ink: rgba(16, 20, 18, 0.58);
  --line: rgba(255, 255, 255, 0.16);
  --accent: #d6ff61;
  --accent-2: #ff7a59;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.36);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--bg);
  color: var(--text);
  font-family: Montserrat, Arial, sans-serif;
  overflow: hidden;
}

body.downloads-page {
  min-height: 100vh;
  overflow: auto;
  background:
    radial-gradient(circle at 18% 18%, rgba(196, 0, 134, 0.2), transparent 28%),
    radial-gradient(circle at 82% 8%, rgba(214, 255, 97, 0.16), transparent 24%),
    linear-gradient(145deg, #080509 0%, #1a0d1e 48%, #070606 100%);
}

.video-filters {
  position: fixed;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

button,
input {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.experience {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 560px;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 18%, rgba(214, 255, 97, 0.24), transparent 22%),
    linear-gradient(140deg, #050606 0%, #131713 46%, #050606 100%);
}

.experience::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5, 7, 6, 0.7) 0%, rgba(5, 7, 6, 0.24) 44%, transparent 72%),
    linear-gradient(180deg, rgba(5, 7, 6, 0.42) 0%, transparent 30%, rgba(5, 7, 6, 0.32) 100%);
}

.stage {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  perspective: 1180px;
  perspective-origin: calc(50% + var(--look-x, 0px)) calc(48% + var(--look-y, 0px));
  transform-style: preserve-3d;
}

.space-grid {
  position: absolute;
  left: 50%;
  bottom: -18vh;
  width: 155vw;
  height: 78vh;
  transform: translateX(-50%) rotateX(68deg) translateZ(calc(-420px + var(--deep-push, 0px)));
  transform-origin: bottom;
  background:
    linear-gradient(90deg, rgba(214, 255, 97, 0.18) 1px, transparent 1px),
    linear-gradient(0deg, rgba(247, 247, 238, 0.16) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, transparent 0%, black 22%, black 72%, transparent 100%);
  opacity: 0.42;
}

.tunnel {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  pointer-events: none;
}

.tunnel span {
  position: absolute;
  left: 50%;
  top: 48%;
  width: min(82vw, 1360px);
  height: min(74vh, 770px);
  border: 1px solid rgba(247, 247, 238, 0.16);
  border-radius: 8px;
  transform: translate(-50%, -50%) translateZ(calc(var(--ring-z) + var(--deep-push, 0px))) scale(var(--ring-scale));
  box-shadow: inset 0 0 38px rgba(214, 255, 97, 0.04);
}

.tunnel span:nth-child(1) {
  --ring-z: -820px;
  --ring-scale: 1.48;
}

.tunnel span:nth-child(2) {
  --ring-z: -520px;
  --ring-scale: 1.28;
}

.tunnel span:nth-child(3) {
  --ring-z: -220px;
  --ring-scale: 1.08;
}

.tunnel span:nth-child(4) {
  --ring-z: 80px;
  --ring-scale: 0.88;
}

.tunnel span:nth-child(5) {
  --ring-z: 360px;
  --ring-scale: 0.68;
  border-color: rgba(214, 255, 97, 0.28);
}

.cloud-field {
  position: absolute;
  inset: 0;
  overflow: hidden;
  transform-style: preserve-3d;
  pointer-events: none;
}

.cloud {
  position: absolute;
  width: 28vw;
  height: 8vw;
  min-height: 50px;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 30% 55%, rgba(245, 248, 239, 0.2) 0 24%, transparent 26%),
    radial-gradient(ellipse at 52% 38%, rgba(245, 248, 239, 0.18) 0 29%, transparent 31%),
    radial-gradient(ellipse at 73% 58%, rgba(245, 248, 239, 0.16) 0 25%, transparent 27%);
  filter: blur(11px);
  opacity: 0.55;
  mix-blend-mode: screen;
  will-change: transform;
}

.cloud-one {
  left: -14vw;
  top: 8vh;
  transform: translate3d(calc(var(--deep-push, 0px) * 0.08), 0, -280px);
  animation: cloud-drift 34s linear infinite;
}

.cloud-two {
  right: -18vw;
  top: 24vh;
  width: 36vw;
  opacity: 0.35;
  transform: translate3d(calc(var(--deep-push, 0px) * -0.05), 0, -480px);
  animation: cloud-drift-reverse 46s linear infinite;
}

.cloud-three {
  left: 34vw;
  top: 2vh;
  width: 22vw;
  opacity: 0.28;
  transform: translate3d(0, 0, -650px);
  animation: cloud-breathe 15s ease-in-out infinite;
}

.video-world {
  position: absolute;
  inset: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  transform-style: preserve-3d;
  perspective: 1050px;
  perspective-origin: calc(50% + var(--panorama-origin-x, 0px)) calc(50% + var(--panorama-origin-y, 0px));
}

.video-plane {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  opacity: 0;
  filter: url("#videoEnhance") contrast(1.08) saturate(1.06) brightness(1.02);
  image-rendering: auto;
  backface-visibility: hidden;
  will-change: transform;
}

.video-base {
  transform-origin: center center;
  transform:
    translate3d(var(--world-look-x, 0px), calc(var(--world-y, 0px) + var(--world-look-y, 0px)), 0)
    scale(var(--world-scale, 1))
    rotateX(var(--world-tilt-x, 0deg))
    rotateY(var(--world-tilt-y, 0deg));
}

.video-plane.has-video {
  opacity: 1;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 34px;
}

.menu-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: auto;
  height: 42px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 4px;
  background: rgba(7, 8, 8, 0.42);
  color: white;
  cursor: pointer;
  backdrop-filter: blur(10px);
  animation: menu-attention 900ms ease 700ms 2;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.menu-icon {
  display: grid;
  gap: 5px;
}

.menu-icon i {
  display: block;
  width: 16px;
  height: 1px;
  background: currentColor;
}

.menu-label {
  font-size: 11px;
  font-weight: 700;
}

.menu-button:hover {
  border-color: white;
  background: white;
  color: #171417;
  transform: translateY(-2px);
}

@keyframes menu-attention {
  50% {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.13);
  }
}

.site-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.site-brand img {
  display: block;
  width: 88px;
  height: auto;
  filter: grayscale(1) brightness(0) invert(1) drop-shadow(0 2px 8px rgba(0, 0, 0, 0.42));
}

.header-note {
  color: rgba(247, 247, 238, 0.72);
  font-size: 12px;
  font-weight: 600;
}

.hero-copy {
  position: absolute;
  left: clamp(28px, 6vw, 92px);
  bottom: clamp(70px, 12vh, 122px);
  z-index: 10;
  width: min(620px, calc(100vw - 56px));
}

.hero-brand-lockup {
  display: grid;
  justify-items: start;
  gap: 14px;
}

.hero-logo {
  display: block;
  height: auto;
  filter: drop-shadow(0 5px 20px rgba(0, 0, 0, 0.34));
}

.hero-logo-primary {
  width: min(320px, 56vw);
}

.hero-subbrands {
  display: flex;
  align-items: center;
  gap: 17px;
  min-height: 35px;
}

.hero-subbrands img {
  display: block;
  width: auto;
  max-width: 80px;
  max-height: 30px;
  object-fit: contain;
  filter: drop-shadow(0 3px 12px rgba(0, 0, 0, 0.38));
}

.hero-subbrands span {
  width: 1px;
  height: 25px;
  background: rgba(255, 255, 255, 0.42);
}

.hero-copy p {
  max-width: 470px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(16px, 1.5vw, 21px);
  line-height: 1.45;
}

.hero-action {
  min-height: 42px;
  margin-top: 22px;
  padding: 0 18px;
  border: 1px solid white;
  border-radius: 4px;
  background: white;
  color: #171417;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.hero-action:hover {
  background: #c40086;
  color: white;
  transform: translateY(-2px);
}

.home-social {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 14px;
  margin-top: 15px;
}

.home-social a {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 0 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
  color: rgba(255, 255, 255, 0.72);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
  transition: border-color 180ms ease, color 180ms ease;
}

.home-social a:hover {
  border-color: white;
  color: white;
}

.home-legal {
  position: absolute;
  left: clamp(28px, 6vw, 92px);
  bottom: 27px;
  z-index: 10;
  color: rgba(255, 255, 255, 0.58);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
  text-transform: uppercase;
}

.scene-status {
  position: absolute;
  right: 34px;
  bottom: 30px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 8px;
}

.scene-status button {
  position: relative;
  width: 18px;
  height: 18px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 50%;
  background: transparent;
  appearance: none;
  cursor: pointer;
}

.scene-status button::after {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  content: "";
  transition: background-color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.scene-status button.active::after {
  background: white;
  border-color: white;
  transform: scale(1.45);
}

.scene-status button:focus-visible {
  border-radius: 50%;
  outline: 2px solid white;
  outline-offset: 1px;
}

.drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 30;
  background: rgba(0, 0, 0, 0.38);
  opacity: 0;
  pointer-events: none;
  transition: opacity 280ms ease;
  backdrop-filter: blur(3px);
}

.drawer-backdrop.visible {
  opacity: 1;
  pointer-events: auto;
}

.info-drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 31;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  width: 100vw;
  height: 100dvh;
  color: #fff;
  background: rgba(0, 0, 0, 0.84);
  transform: translateY(-101%);
  transition: transform 340ms cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: none;
  backdrop-filter: blur(14px);
}

.info-drawer.open {
  transform: translateY(0);
}

.drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 28px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.drawer-header > *:first-child {
  margin-left: max(0px, calc((100vw - 760px) / 2));
}

.drawer-header > *:last-child {
  margin-right: max(0px, calc((100vw - 760px) / 2));
}

.drawer-brand-lockup {
  display: flex;
  align-items: center;
  gap: 16px;
}

.drawer-header .drawer-prayana-logo {
  width: 170px;
  height: auto;
}

.drawer-subbrands {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.drawer-header .drawer-subbrands img {
  width: auto;
  max-width: 54px;
  max-height: 29px;
  object-fit: contain;
}

.drawer-close {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  background: transparent;
  color: white;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

.drawer-nav {
  display: flex;
  gap: 0;
  overflow-x: auto;
  padding: 0 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  scrollbar-width: none;
}

.drawer-nav {
  justify-content: center;
}

.drawer-nav::-webkit-scrollbar {
  display: none;
}

.drawer-tab {
  flex: 0 0 auto;
  padding: 17px 14px 14px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.drawer-tab:first-child {
  padding-left: 0;
}

.drawer-tab.active {
  border-bottom-color: #c40086;
  color: white;
}

.drawer-content {
  overflow-y: auto;
  overscroll-behavior: contain;
  width: min(760px, 100%);
  padding: 46px 44px 64px;
  margin: 0 auto;
}

.drawer-section {
  display: none;
  animation: drawer-section-in 260ms ease both;
}

.drawer-section.active {
  display: block;
}

.drawer-footer {
  margin-top: 48px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.46);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

.section-label {
  margin: 0 0 14px;
  color: #c40086;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.drawer-section h2 {
  max-width: 540px;
  margin: 0 0 38px;
  font-size: clamp(30px, 4vw, 47px);
  line-height: 1.06;
  letter-spacing: 0;
}

.trip-list {
  display: grid;
  gap: 14px;
}

.trip-list article {
  --month-accent: #c40086;
  --month-rgb: 196, 0, 134;
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 14px;
  align-items: stretch;
  padding: 11px;
  border: 1px solid rgba(var(--month-rgb), 0.32);
  border-radius: 18px;
  background:
    linear-gradient(115deg, rgba(var(--month-rgb), 0.17), rgba(var(--month-rgb), 0.025) 54%),
    rgba(255, 255, 255, 0.045);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.trip-list article:hover {
  border-color: rgba(var(--month-rgb), 0.68);
  background:
    linear-gradient(115deg, rgba(var(--month-rgb), 0.23), rgba(var(--month-rgb), 0.04) 54%),
    rgba(255, 255, 255, 0.06);
  transform: translateY(-2px);
}

.trip-month-october {
  --month-accent: #d31391 !important;
  --month-rgb: 211, 19, 145 !important;
}

.trip-month-november {
  --month-accent: #7657d9 !important;
  --month-rgb: 118, 87, 217 !important;
}

.trip-month-february {
  --month-accent: #d95c72 !important;
  --month-rgb: 217, 92, 114 !important;
}

.trip-month-march {
  --month-accent: #d49a31 !important;
  --month-rgb: 212, 154, 49 !important;
}

.trip-month-april {
  --month-accent: #e77ea4 !important;
  --month-rgb: 231, 126, 164 !important;
}

.trip-calendar-date {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 90px;
  overflow: hidden;
  border: 1px solid rgba(var(--month-rgb), 0.65);
  border-radius: 6px;
  background: rgba(var(--month-rgb), 0.09);
  text-align: center;
}

.trip-month {
  padding: 6px 4px 5px;
  background: var(--month-accent);
  color: white;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.trip-calendar-date strong {
  align-self: center;
  padding: 7px 2px 3px;
  color: white;
  font-size: 17px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.trip-year {
  padding: 4px 3px 6px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.trip-details {
  align-self: center;
  padding: 4px 8px 4px 0;
}

.trip-heading {
  display: flex;
  gap: 12px;
  align-items: center;
}

.trip-heading img {
  flex: 0 0 auto;
  width: 68px;
  height: 68px;
  border: 3px solid var(--month-accent);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 8px 22px rgba(var(--month-rgb), 0.28), 0 8px 20px rgba(0, 0, 0, 0.3);
}

.trip-list h3 {
  margin: 0;
  font-size: 16px;
}

.trip-date {
  margin: 0 0 7px !important;
  color: var(--month-accent) !important;
  font-size: 10px !important;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trip-list p,
.story-copy p,
.review-summary p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.65;
}

.trip-route {
  margin-top: 9px !important;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 13px !important;
  font-weight: 600;
  line-height: 1.45 !important;
}

.trip-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 7px;
}

.trip-facts span {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(var(--month-rgb), 0.13);
  color: rgba(255, 255, 255, 0.7);
  font-size: 8px;
  font-weight: 600;
}

.trip-price {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  margin-top: 10px;
  padding: 7px 9px;
  border: 1px solid rgba(var(--month-rgb), 0.42);
  border-radius: 999px;
  background: rgba(var(--month-rgb), 0.14);
  color: white;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.trip-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  align-items: center;
}

.trip-meta-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trip-action {
  margin-top: 10px;
  min-height: 32px;
  padding: 7px 9px;
  border: 1px solid rgba(var(--month-rgb), 0.62);
  border-radius: 999px;
  background: transparent;
  color: white;
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease;
}

.trip-action:hover {
  border-color: var(--month-accent);
  background: rgba(var(--month-rgb), 0.3);
}

.trip-status {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  margin-top: 10px;
  padding: 7px 9px;
  border-radius: 999px;
  background: white;
  color: #271b32;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.story-copy {
  max-width: 540px;
}

.story-photo {
  position: relative;
  max-width: 620px;
  margin: 0 0 30px;
  overflow: hidden;
  border: 1px solid rgba(246, 77, 189, 0.42);
  border-radius: 20px;
  background: #160b18;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.24);
}

.story-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(17, 4, 17, 0.76));
  content: "";
  pointer-events: none;
}

.story-photo img {
  display: block;
  width: 100%;
  height: clamp(300px, 48vw, 440px);
  object-fit: cover;
  object-position: center 40%;
}

.story-photo figcaption {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 17px;
  left: 20px;
  color: white;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.story-values {
  display: grid;
  gap: 0;
  margin: 36px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.story-values div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.story-values dt {
  color: #c40086;
  font-size: 12px;
  font-weight: 800;
}

.story-values dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
}

.past-gallery {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.past-card {
  position: relative;
  height: 190px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: #160b18;
}

.past-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(12, 5, 16, 0.9));
  content: "";
  pointer-events: none;
}

.past-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  transition: transform 500ms ease, filter 500ms ease;
}

.past-card:hover img {
  filter: saturate(1.08);
  transform: scale(1.035);
}

.past-card figcaption {
  position: absolute;
  z-index: 1;
  right: 12px;
  bottom: 12px;
  left: 12px;
  display: grid;
  gap: 5px;
}

.past-card figcaption strong {
  color: white;
  font-size: 13px;
}

.past-card figcaption span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 9px;
  line-height: 1.45;
}

.review-summary {
  padding: 26px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.review-summary-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.review-summary strong {
  font-size: 19px;
}

.review-stars {
  margin-top: 0;
  color: #c40086;
  font-size: 19px;
}

.review-preview-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.review-card {
  padding: 18px;
  border: 1px solid rgba(196, 0, 134, 0.3);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(196, 0, 134, 0.13), rgba(255, 255, 255, 0.045));
}

.review-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 9px;
}

.review-avatar {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}

.review-avatar::before {
  position: absolute;
  top: 5px;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: white;
  content: "";
  transform: translateX(-50%);
}

.review-avatar::after {
  position: absolute;
  right: 6px;
  bottom: 4px;
  left: 6px;
  height: 9px;
  border-radius: 9px 9px 4px 4px;
  background: white;
  content: "";
}

.review-card-top strong {
  font-size: 12px;
}

.review-card-top span {
  color: #f4b83c;
  font-size: 11px;
  letter-spacing: 0.05em;
}

.review-card blockquote {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  line-height: 1.65;
}

.drawer-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 26px;
  padding: 16px 18px;
  border-radius: 4px;
  background: white;
  color: #171417;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.contact-form {
  display: grid;
  gap: 22px;
}

.material-card {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 22px;
  align-items: center;
  margin-bottom: 22px;
  padding: 24px;
  border: 1px solid rgba(246, 77, 189, 0.34);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 18%, rgba(246, 77, 189, 0.24), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
}

.material-cover {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.26);
}

.material-cover img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center top;
}

.material-copy {
  display: grid;
  gap: 8px;
}

.material-copy span {
  color: #f64dbd;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.material-copy h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.15;
}

.material-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.55;
}

.material-direct-link {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 8px;
  margin-top: 6px;
  color: white;
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.material-form {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
}

.downloads-shell {
  width: min(1120px, calc(100% - 40px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 32px 0 56px;
}

.downloads-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 54px;
}

.downloads-back {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  color: white;
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.downloads-brand {
  display: flex;
  align-items: center;
  gap: 18px;
}

.downloads-prayana {
  width: 160px;
}

.downloads-brand div {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.26);
}

.downloads-brand div img {
  width: auto;
  max-width: 48px;
  max-height: 26px;
  object-fit: contain;
}

.downloads-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1fr);
  gap: clamp(30px, 6vw, 76px);
  align-items: center;
}

.downloads-copy h1 {
  max-width: 560px;
  margin: 0;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.96;
}

.downloads-copy > p:last-child {
  max-width: 510px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.65;
}

.downloads-card {
  display: grid;
  grid-template-columns: minmax(180px, 0.78fr) minmax(260px, 1fr);
  gap: 22px;
  align-items: stretch;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.3);
}

.downloads-cover {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #1b1114;
}

.downloads-cover img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: center top;
}

.thanks-shell {
  display: grid;
  align-content: start;
}

.thanks-card {
  max-width: 720px;
  padding: clamp(28px, 6vw, 58px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 14%, rgba(246, 77, 189, 0.18), transparent 30%),
    rgba(255, 255, 255, 0.06);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
}

.thanks-card h1 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
}

.thanks-card p:not(.section-label) {
  max-width: 520px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.6;
}

.thanks-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 26px;
  padding: 0 20px;
  border-radius: 4px;
  background: white;
  color: #171417;
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.contact-quick {
  display: grid;
  gap: 16px;
  margin-bottom: 22px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
}

.contact-quick-copy {
  display: grid;
  gap: 6px;
}

.contact-quick-copy > span,
.contact-form-panel header > span {
  color: #f64dbd;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-quick-copy h3,
.contact-form-panel h3 {
  margin: 0;
  font-size: 20px;
}

.contact-quick-copy p,
.contact-form-panel header p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  line-height: 1.5;
}

.whatsapp-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  margin: 0;
  padding: 0 17px;
  border-radius: 4px;
  background: #25d366;
  color: #082d16;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
  transition: filter 180ms ease, transform 180ms ease;
}

.whatsapp-action:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.whatsapp-action:visited {
  color: #082d16;
}

.contact-social {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  border: 0;
}

.contact-social > span {
  color: rgba(255, 255, 255, 0.54);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-social div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-social a {
  display: inline-flex;
  align-items: center;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: white;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.contact-social a:hover {
  background: white;
  color: #171417;
  transform: translateY(-1px);
}

.home-social a:visited {
  color: rgba(255, 255, 255, 0.72);
}

.contact-social a:visited {
  color: white;
}

.home-social a:hover:visited {
  color: white;
}

.contact-social a:hover:visited {
  color: #171417;
}

.contact-form-panel {
  padding: 26px;
  border: 1px solid rgba(246, 77, 189, 0.38);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(196, 0, 134, 0.12), rgba(255, 255, 255, 0.035)),
    rgba(7, 5, 10, 0.3);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
}

.contact-form-panel header {
  display: grid;
  gap: 7px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  font-weight: 700;
}

.contact-form label > span {
  color: #f64dbd;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 0;
  outline: none;
  background: transparent;
  color: white;
  font: inherit;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-bottom-color: #c40086;
}

.contact-form button {
  min-height: 48px;
  border: 0;
  border-radius: 4px;
  background: #c40086;
  color: white;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.form-status {
  min-height: 18px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  line-height: 1.5;
}

.form-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  line-height: 1.5;
}

.form-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

@keyframes drawer-section-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fallback-scene {
  position: absolute;
  inset: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(37, 52, 55, 0) 0 44%, rgba(9, 12, 10, 0.9) 78%),
    linear-gradient(135deg, #24424b 0%, #e36d4d 48%, #171c16 49%, #0a0d0b 100%);
  box-shadow: none;
  transform:
    translate3d(var(--world-look-x, 0px), calc(var(--world-y, 0px) + var(--world-look-y, 0px)), 0)
    scale(var(--world-scale, 1.04))
    rotateX(var(--world-tilt-x, 0deg))
    rotateY(var(--world-tilt-y, 0deg));
  will-change: transform;
}

.fallback-scene.hidden {
  opacity: 0;
}

.sun {
  position: absolute;
  top: 12%;
  right: 16%;
  width: 112px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #d6ff61;
  box-shadow: 0 0 58px rgba(214, 255, 97, 0.52);
}

.horizon {
  position: absolute;
  inset: 40% -8% auto;
  height: 2px;
  background: rgba(247, 247, 238, 0.45);
}

.road {
  position: absolute;
  left: 50%;
  bottom: -8%;
  width: 55%;
  height: 60%;
  transform: translateX(-50%) perspective(520px) rotateX(63deg);
  transform-origin: bottom;
  background:
    linear-gradient(90deg, transparent 0 48%, rgba(214, 255, 97, 0.85) 49% 51%, transparent 52%),
    repeating-linear-gradient(0deg, rgba(247, 247, 238, 0.16) 0 2px, transparent 2px 42px),
    linear-gradient(180deg, rgba(247, 247, 238, 0.08), rgba(247, 247, 238, 0.01));
  clip-path: polygon(42% 0, 58% 0, 100% 100%, 0 100%);
}

.frame {
  position: absolute;
  top: 30%;
  width: 16%;
  aspect-ratio: 0.7;
  border: 2px solid rgba(247, 247, 238, 0.7);
  transform: translate3d(0, calc(var(--travel, 0) * -1px), var(--local-z, 0px)) rotateY(var(--local-yaw, 0deg));
  box-shadow: 0 0 28px rgba(214, 255, 97, 0.08);
}

.frame-one {
  left: 10%;
  --local-z: 90px;
  --local-yaw: 12deg;
}

.frame-two {
  right: 13%;
  top: 38%;
  --local-z: 170px;
  --local-yaw: -14deg;
}

.frame-three {
  left: 34%;
  top: 18%;
  width: 10%;
  --local-z: -60px;
  --local-yaw: 8deg;
}

.depth-object {
  position: absolute;
  width: 16vmin;
  aspect-ratio: 1;
  border: 1px solid rgba(214, 255, 97, 0.42);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(214, 255, 97, 0.18), rgba(255, 122, 89, 0.08));
  box-shadow: 0 0 70px rgba(214, 255, 97, 0.12);
  transform-style: preserve-3d;
  pointer-events: none;
}

.particle-field {
  position: absolute;
  inset: 0;
  overflow: hidden;
  transform-style: preserve-3d;
  pointer-events: none;
}

.particle {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--size);
  height: var(--size);
  opacity: var(--opacity);
  filter: blur(var(--blur));
  transform-style: preserve-3d;
  will-change: transform, opacity;
  animation: particle-flight var(--duration) linear var(--delay) infinite;
}

.particle.leaf {
  width: auto;
  height: var(--size);
  aspect-ratio: var(--leaf-ratio, 1);
  background-image: var(--leaf-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform-origin: 45% 55%;
}

.particle.petal {
  border-radius: 90% 20% 70% 30%;
  background: linear-gradient(145deg, #fff2df, #ff7a59 78%);
  box-shadow: 0 0 12px rgba(255, 122, 89, 0.22);
}

.particle.flower {
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #d6ff61 0 18%, transparent 20%),
    radial-gradient(circle at 50% 16%, #ffb09a 0 19%, transparent 21%),
    radial-gradient(circle at 84% 50%, #ffb09a 0 19%, transparent 21%),
    radial-gradient(circle at 50% 84%, #ffb09a 0 19%, transparent 21%),
    radial-gradient(circle at 16% 50%, #ffb09a 0 19%, transparent 21%);
}

.fog-field {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.fog {
  position: absolute;
  left: -25%;
  width: 150%;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(235, 242, 232, 0.22), transparent 34%),
    radial-gradient(ellipse at 55% 50%, rgba(235, 242, 232, 0.16), transparent 38%),
    radial-gradient(ellipse at 82% 50%, rgba(235, 242, 232, 0.18), transparent 34%);
  filter: blur(34px);
  mix-blend-mode: screen;
  will-change: transform, opacity;
}

.fog-back {
  bottom: 7vh;
  height: 30vh;
  opacity: 0.28;
  animation: fog-drift 26s ease-in-out infinite alternate;
}

.fog-mid {
  bottom: -5vh;
  height: 34vh;
  opacity: 0.34;
  animation: fog-drift-reverse 20s ease-in-out infinite alternate;
}

.fog-front {
  bottom: -17vh;
  height: 42vh;
  opacity: calc(0.2 + var(--journey, 0) * 0.13);
  filter: blur(45px);
  animation: fog-breathe 12s ease-in-out infinite;
}

.object-left {
  left: 7vw;
  top: 18vh;
  transform: translate3d(calc(var(--parallax-x, 0px) * -1.8), calc(var(--parallax-y, 0px) * -1.2), 280px) rotateY(54deg) rotateX(8deg);
}

.object-right {
  right: 5vw;
  bottom: 14vh;
  width: 22vmin;
  transform: translate3d(calc(var(--parallax-x, 0px) * 1.4), calc(var(--parallax-y, 0px) * 1.1), 460px) rotateY(-58deg) rotateX(-6deg);
}

.object-top {
  left: 54vw;
  top: 7vh;
  width: 10vmin;
  transform: translate3d(calc(var(--parallax-x, 0px) * 0.7), calc(var(--parallax-y, 0px) * -1.7), -180px) rotateY(28deg) rotateX(48deg);
}

.depth {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 34vw;
  opacity: 0.55;
  pointer-events: none;
}

.depth-left {
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.62), transparent);
}

.depth-right {
  right: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.62), transparent);
}

.grain,
.scanline {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.grain {
  opacity: 0.025;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 19px 23px;
  mix-blend-mode: overlay;
}

.scanline {
  opacity: 0.035;
  background: repeating-linear-gradient(180deg, transparent 0 11px, rgba(255, 255, 255, 0.035) 12px);
}

@keyframes cloud-drift {
  from {
    margin-left: -18vw;
  }
  to {
    margin-left: 132vw;
  }
}

@keyframes cloud-drift-reverse {
  from {
    margin-right: -20vw;
  }
  to {
    margin-right: 130vw;
  }
}

@keyframes cloud-breathe {
  0%,
  100% {
    opacity: 0.2;
    margin-top: 0;
  }
  50% {
    opacity: 0.38;
    margin-top: 18px;
  }
}

@keyframes particle-flight {
  0% {
    opacity: 0;
    transform: translate3d(0, -8vh, -620px) rotateX(12deg) rotateY(0deg) rotateZ(0deg) scale(0.35);
  }
  16% {
    opacity: var(--opacity);
  }
  42% {
    transform: translate3d(var(--drift-a), 35vh, -180px) rotateX(var(--spin-a-x)) rotateY(var(--spin-a-y)) rotateZ(var(--spin-a-z)) scale(0.72);
  }
  68% {
    opacity: var(--opacity);
    transform: translate3d(var(--drift-b), 70vh, 80px) rotateX(var(--spin-b-x)) rotateY(var(--spin-b-y)) rotateZ(var(--spin-b-z)) scale(0.96);
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--drift-x), 108vh, 340px) rotateX(var(--spin-x)) rotateY(var(--spin-y)) rotateZ(var(--spin-z)) scale(1.25);
  }
}

@keyframes fog-drift {
  from {
    transform: translate3d(-8%, 0, 0) scale(1);
  }
  to {
    transform: translate3d(8%, -3vh, 0) scale(1.08);
  }
}

@keyframes fog-drift-reverse {
  from {
    transform: translate3d(7%, 2vh, 0) scale(1.06);
  }
  to {
    transform: translate3d(-7%, -2vh, 0) scale(0.98);
  }
}

@keyframes fog-breathe {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1) translateY(-2vh);
  }
}

.control-panel {
  position: absolute;
  left: 14px;
  bottom: 14px;
  width: min(245px, calc(100vw - 28px));
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: var(--panel-dark);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--text);
  font-size: 10px;
  font-weight: 800;
}

.brand-mark {
  width: 12px;
  height: 12px;
  border: 1px solid var(--accent);
  border-radius: 50%;
  box-shadow: inset 7px 0 0 var(--accent-2);
}

.progress-card {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 7px;
  align-items: center;
  margin-top: 7px;
}

.caption {
  margin: 0 0 2px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 700;
}

#progressLabel {
  font-size: 16px;
  line-height: 1;
}

.range {
  width: 100%;
  accent-color: var(--accent);
  opacity: 1;
}

.controls {
  display: flex;
  gap: 5px;
  margin-top: 6px;
}

.icon-button,
.text-button,
.upload {
  min-height: 32px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
}

.icon-button {
  display: grid;
  place-items: center;
  width: 32px;
  padding: 0;
  background: var(--panel);
  color: var(--ink);
}

.icon-button.active {
  background: var(--accent);
}

.icon-button:not(.active)#musicToggle {
  opacity: 0.52;
}

.icon-button svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.scene-picker {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  margin-top: 5px;
}

.scene-button {
  position: relative;
  height: 31px;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 5px;
  background: #111;
  cursor: pointer;
}

.scene-button video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  pointer-events: none;
}

.scene-button span {
  position: absolute;
  right: 3px;
  bottom: 2px;
  display: grid;
  place-items: center;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(8, 9, 9, 0.78);
  color: white;
  font-size: 7px;
  font-weight: 800;
  pointer-events: none;
}

.scene-button.active {
  border-color: var(--accent);
  box-shadow: inset 0 0 0 1px var(--accent);
}

.scene-button.loading::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(8, 9, 9, 0.48);
}

.scene-button.active video {
  opacity: 1;
}

.text-button {
  background: rgba(255, 255, 255, 0.12);
  color: var(--text);
  font-size: 11px;
  font-weight: 800;
}

.text-button.primary {
  background: var(--accent);
  color: var(--ink);
}

.upload {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  border: 1px dashed rgba(255, 255, 255, 0.34);
  color: var(--text);
  font-size: 9px;
  font-weight: 800;
}

.upload input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.hint {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 8px;
  line-height: 1.3;
}

@media (max-width: 720px) {
  .experience {
    min-height: 620px;
  }

  .video-plane,
  .fallback-scene {
    width: 100vw;
    height: 100vh;
  }

  .site-header {
    padding: 18px;
  }

  .menu-button {
    height: 38px;
    padding: 0 13px;
  }

  .site-brand img {
    width: 78px;
  }

  .header-note {
    display: none;
  }

  .hero-copy {
    left: 20px;
    bottom: 76px;
    width: calc(100vw - 40px);
  }

  .hero-brand-lockup {
    gap: 10px;
  }

  .hero-logo-primary {
    width: min(245px, 66vw);
  }

  .hero-subbrands {
    gap: 12px;
    min-height: 29px;
  }

  .hero-subbrands img {
    max-width: 64px;
    max-height: 24px;
  }

  .hero-subbrands span {
    height: 20px;
  }

  .hero-copy p {
    max-width: 310px;
    margin-top: 16px;
    font-size: 15px;
  }

  .hero-action {
    min-height: 39px;
    margin-top: 17px;
    padding: 0 14px;
    font-size: 10px;
  }

  .home-social {
    margin-top: 11px;
  }

  .scene-status {
    right: 20px;
    bottom: 22px;
    gap: 2px;
  }

  .home-legal {
    left: 20px;
    bottom: 20px;
    font-size: 8px;
  }

  .info-drawer {
    width: 100vw;
  }

  .drawer-header {
    padding: 18px 20px 14px;
  }

  .drawer-header > *:first-child,
  .drawer-header > *:last-child {
    margin-right: 0;
    margin-left: 0;
  }

  .drawer-brand-lockup {
    gap: 10px;
  }

  .drawer-header .drawer-prayana-logo {
    width: 116px;
  }

  .drawer-subbrands {
    gap: 7px;
    padding-left: 10px;
  }

  .drawer-header .drawer-subbrands img {
    max-width: 38px;
    max-height: 22px;
  }

  .drawer-nav {
    padding: 0 20px;
    justify-content: flex-start;
  }

  .drawer-tab {
    padding-right: 11px;
    padding-left: 11px;
    font-size: 10px;
  }

  .drawer-content {
    padding: 34px 22px 54px;
  }

  .drawer-footer {
    margin-top: 36px;
    padding-top: 17px;
  }

  .drawer-section h2 {
    margin-bottom: 28px;
    font-size: 31px;
  }

  .trip-list article {
    grid-template-columns: 62px 1fr;
    gap: 9px;
    padding: 9px;
    border-radius: 15px;
  }

  .trip-calendar-date {
    min-height: 84px;
  }

  .trip-calendar-date strong {
    font-size: 14px;
  }

  .trip-year {
    font-size: 9px;
  }

  .trip-details {
    padding-right: 2px;
  }

  .trip-heading {
    gap: 11px;
  }

  .trip-heading img {
    width: 56px;
    height: 56px;
    border-width: 2px;
  }

  .trip-list h3 {
    font-size: 14px;
  }

  .trip-list p {
    font-size: 11px;
    line-height: 1.5;
  }

  .trip-route {
    margin-top: 8px !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
  }

  .trip-facts span {
    min-height: 23px;
    padding: 0 8px;
    font-size: 8px;
  }

  .trip-price {
    margin-top: 8px;
    min-height: 29px;
    padding: 5px 6px;
    font-size: 8.5px;
  }

  .trip-action {
    margin-top: 8px;
    min-height: 29px;
    padding: 5px 6px;
    font-size: 8.5px;
  }

  .trip-status {
    margin-top: 8px;
    min-height: 29px;
    padding: 5px 6px;
    font-size: 8.5px;
  }

  .review-preview-list {
    grid-template-columns: 1fr;
  }

  .review-card {
    padding: 15px;
  }

  .material-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px;
  }

  .material-cover {
    width: min(180px, 100%);
  }

  .material-copy h3 {
    font-size: 19px;
  }

  .material-form {
    padding: 18px;
    border-radius: 14px;
  }

  .downloads-shell {
    width: min(100% - 34px, 620px);
    padding-top: 22px;
  }

  .downloads-header {
    align-items: flex-start;
    margin-bottom: 34px;
  }

  .downloads-brand {
    align-items: flex-end;
    flex-direction: column;
    gap: 9px;
  }

  .downloads-prayana {
    width: 116px;
  }

  .downloads-brand div {
    gap: 7px;
    padding-left: 0;
    border-left: 0;
  }

  .downloads-brand div img {
    max-width: 36px;
    max-height: 21px;
  }

  .downloads-hero,
  .downloads-card {
    grid-template-columns: 1fr;
  }

  .downloads-copy h1 {
    font-size: 41px;
  }

  .downloads-copy > p:last-child {
    margin-top: 18px;
    font-size: 13px;
  }

  .downloads-card {
    padding: 16px;
    border-radius: 18px;
  }

  .downloads-cover img {
    min-height: 0;
    aspect-ratio: 3 / 4;
  }

  .contact-quick,
  .contact-form-panel {
    padding: 18px;
    border-radius: 14px;
  }

  .contact-quick-copy h3,
  .contact-form-panel h3 {
    font-size: 17px;
  }

  .story-photo {
    margin-bottom: 24px;
    border-radius: 16px;
  }

  .story-photo img {
    height: 330px;
    object-position: center 38%;
  }

  .past-gallery {
    grid-template-columns: 1fr 1fr;
    gap: 9px;
  }

  .past-card {
    height: 205px;
  }

  .control-panel {
    left: 8px;
    bottom: 8px;
    width: min(235px, calc(100vw - 16px));
  }

  .depth-object {
    opacity: 0.54;
  }

  .object-left {
    left: -4vw;
    top: 14vh;
  }

  .object-right {
    right: -10vw;
    bottom: 24vh;
  }

  .progress-card {
    grid-template-columns: 44px 1fr;
  }

  #progressLabel {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  .particle-field,
  .cloud-field {
    display: none;
  }
}
