/* Production overrides for the exported bundle. */
html {
  scroll-padding-top: 24px;
}

/* Keep the main site copy above the animated image layers. */
.hero-section {
  isolation: isolate !important;
}

.hero-section .hero-photo {
  z-index: 0 !important;
}

.hero-section .sky-film {
  z-index: 1 !important;
}

.hero-section .hero-copy,
.hero-section .dictionary,
.hero-section .scroll-mark {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 20 !important;
  transform: none !important;
}

.hero-section .dictionary,
.hero-section .scroll-mark {
  position: absolute !important;
}

.hero-section .hero-copy *,
.hero-section .dictionary *,
.hero-section .scroll-mark {
  visibility: visible !important;
  opacity: 1 !important;
}

.hero-section .hero-copy h1,
.hero-section .hero-copy h2 {
  color: #f8fbfa !important;
}

.hero-section .hero-copy p,
.hero-section .topline,
.hero-section .mono-line,
.hero-section .dictionary,
.hero-section .dictionary p,
.hero-section .scroll-mark {
  color: rgba(237, 246, 249, .9) !important;
}

.opcamp-static-site {
  position: relative;
  z-index: 30;
  color: #edf6f9;
  background: #071522;
}

.opcamp-static-site .static-hero {
  min-height: 100vh;
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: clamp(32px, 8vw, 120px);
  padding: clamp(72px, 10vw, 120px) 6vw;
  background:
    linear-gradient(90deg, rgba(5, 12, 24, .84), rgba(5, 12, 24, .22) 62%, rgba(5, 12, 24, .58)),
    url("/images/bg-final-hero-bubbles.png") center / cover no-repeat;
}

.opcamp-static-site .static-hero-copy {
  max-width: 980px;
}

.opcamp-static-site .static-hero h1 {
  color: #f8fbfa;
  margin-top: 7vh;
  font-family: "Cormorant Garamond", "Songti SC", "Noto Serif SC", serif;
  font-size: clamp(3.4rem, 6.9vw, 7.6rem);
  font-weight: 400;
  line-height: 1;
  text-shadow: 0 12px 42px rgba(1, 7, 14, .68);
}

.opcamp-static-site .static-hero h1 span {
  display: inline-block;
  color: #f8fbfa;
  text-decoration: underline rgba(159, 198, 216, .72);
  text-decoration-thickness: .05em;
  text-underline-offset: .12em;
}

.opcamp-static-site .static-hero h2 {
  color: rgba(248, 251, 250, .95);
  margin-top: 28px;
  font-family: "Cormorant Garamond", "Songti SC", "Noto Serif SC", serif;
  font-size: clamp(1.8rem, 3.4vw, 3.8rem);
  font-weight: 400;
  line-height: 1.12;
}

.opcamp-static-site .static-hero p {
  color: rgba(237, 246, 249, .86);
  max-width: 760px;
  margin-top: 26px;
  font-size: clamp(.94rem, .76rem + .54vw, 1.14rem);
  line-height: 1.9;
  text-shadow: 0 8px 28px rgba(1, 7, 14, .66);
}

.opcamp-static-site .static-bubble-arena {
  position: relative !important;
  inset: auto !important;
}

.opcamp-static-site .footer-section > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 820px) {
  .opcamp-static-site .static-hero {
    grid-template-columns: 1fr;
    padding: 72px 22px 96px;
  }

  .opcamp-static-site .static-hero h1 {
    font-size: clamp(3rem, 17vw, 4.75rem);
  }
}

.opcamp {
  background: #071522;
}

.section,
.keyword-section,
.shoot-section,
.timeline-section,
.rhythm-section,
.review-section,
.audience-section,
.photo-break,
.footer-section {
  position: relative;
}

.global-backdrop,
.global-backdrop::before,
.global-backdrop::after,
.hero-photo,
.hero-photo::before,
.hero-photo::after,
.parallax-image,
.parallax-image::before,
.parallax-image::after,
.footer-section > img,
.footer-section::before,
.footer-section::after {
  pointer-events: none !important;
}

.hero-bubble-layer,
.bubble-arena {
  pointer-events: auto !important;
  z-index: 12 !important;
}

.float-bubble {
  pointer-events: auto !important;
  z-index: 14 !important;
  cursor: pointer !important;
}

.parallax-image::after,
.footer-section::after,
.hero-photo::after {
  background:
    linear-gradient(90deg, rgba(4, 10, 20, .62), rgba(4, 10, 20, .2) 54%, rgba(4, 10, 20, .5)),
    linear-gradient(180deg, rgba(4, 10, 20, .18), rgba(4, 10, 20, .68)) !important;
}

.long-copy,
.timeline-group,
.info-table,
.keyword-card,
.npc-grid article,
.review-strip article,
.join-grid article,
.bubble-arena {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.section h2,
.section-head h2,
.audience-section h2,
.footer-section h2 {
  max-width: 980px;
}

.quiet-manifesto,
.audience-section article p,
.long-copy p,
.section-note,
.keyword-card p,
.timeline-group p,
.info-table p,
.npc-grid p,
.review-strip p,
.footer-section p {
  text-wrap: pretty;
}

.floating-cta {
  background: rgba(190, 222, 231, .78) !important;
  color: #071321 !important;
  box-shadow: 0 16px 48px rgba(0, 0, 0, .28) !important;
}

.gate-screen,
.guide-screen,
.shoot-section {
  isolation: isolate;
}

.gate-screen::before,
.guide-screen::before,
.shoot-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background:
    radial-gradient(circle at 24% 22%, rgba(206, 243, 255, .34), transparent 26%),
    radial-gradient(circle at 76% 18%, rgba(255, 241, 205, .2), transparent 24%),
    radial-gradient(circle at 52% 82%, rgba(116, 207, 228, .22), transparent 34%);
  mix-blend-mode: screen;
}

.gate-screen::before,
.gate-screen::after {
  display: none !important;
}

.gate-screen::after,
.guide-screen::after,
.shoot-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(3, 11, 21, .08), rgba(3, 11, 21, .72)),
    radial-gradient(circle at center, transparent 0 54%, rgba(2, 7, 14, .52) 100%);
}

.gate-bg-bubbles,
.guide-screen > img,
.shoot-photo img,
.hero-photo img,
.parallax-image img {
  filter: saturate(1.1) contrast(1.05) brightness(.92) !important;
}

.gate-sky {
  background:
    radial-gradient(circle at 50% 30%, rgba(224, 250, 255, .18), transparent 30%),
    linear-gradient(180deg, rgba(13, 34, 51, .14), rgba(4, 13, 24, .84)) !important;
}

.gate-label,
.bubble-wand,
.guide-panel,
.shoot-section .section-head,
.bubble-arena {
  position: relative;
  z-index: 4 !important;
}

.bubble-wand {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: clamp(190px, 24vw, 280px) !important;
  height: clamp(170px, 21vw, 246px) !important;
  border: 0 !important;
  background: url("/images/bubble-wand-icon.png") center / contain no-repeat !important;
  filter: saturate(.82) brightness(1.04) opacity(.92) drop-shadow(0 24px 48px rgba(1, 10, 20, .44)) drop-shadow(0 0 22px rgba(186, 238, 255, .24));
  transform-origin: 42% 78%;
  animation: opcampWandFloat 3.8s ease-in-out infinite;
}

.bubble-wand::before {
  display: none !important;
}

.bubble-wand::after {
  content: "轻触开始";
  position: absolute;
  left: 50%;
  bottom: -54px;
  transform: translateX(-50%);
  white-space: nowrap;
  border: 1px solid rgba(217, 248, 255, .42);
  border-radius: 999px;
  padding: 9px 18px 8px;
  background: rgba(7, 19, 31, .52);
  color: rgba(237, 252, 255, .9);
  font: 400 12px/1 "DM Mono", "Plus Jakarta Sans", sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
  box-shadow: 0 16px 42px rgba(0, 0, 0, .28), inset 0 1px rgba(255, 255, 255, .2);
  backdrop-filter: blur(16px);
}

.wand-ring,
.wand-stick {
  position: absolute !important;
  display: block !important;
  pointer-events: none !important;
  border: 1px solid rgba(218, 244, 251, .28) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.wand-ring {
  width: clamp(210px, 28vw, 340px) !important;
  height: clamp(82px, 11vw, 128px) !important;
  left: 46% !important;
  top: 16% !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  border-radius: 55% 45% 0 0 / 100% 100% 0 0 !important;
  transform: translateX(-50%) rotate(-15deg) !important;
}

.wand-ring::before,
.wand-ring::after,
.wand-stick::before {
  content: "";
  position: absolute;
  border-radius: 999px;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, .9), transparent 18%),
    radial-gradient(circle, rgba(178, 229, 242, .24), transparent 62%);
  border: 1px solid rgba(223, 249, 255, .5);
  box-shadow: inset 0 0 18px rgba(255, 255, 255, .18), 0 0 24px rgba(188, 240, 255, .2);
}

.wand-ring::before {
  width: 18px;
  height: 18px;
  right: 13%;
  top: -12px;
}

.wand-ring::after {
  width: 12px;
  height: 12px;
  right: 2%;
  top: 18px;
}

.wand-stick {
  width: clamp(160px, 24vw, 280px) !important;
  height: clamp(74px, 9vw, 112px) !important;
  left: 52% !important;
  top: 27% !important;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-radius: 0 0 55% 45% / 0 0 100% 100% !important;
  transform: translateX(-50%) rotate(-16deg) !important;
  opacity: .9 !important;
}

.wand-stick::before {
  width: 10px;
  height: 10px;
  right: 24%;
  bottom: -6px;
}

.wand-hint {
  position: absolute !important;
  left: 50% !important;
  bottom: -92px !important;
  transform: translateX(-50%) !important;
  min-width: 9em;
  padding: 0 !important;
  background: transparent !important;
  color: #f6fdff !important;
  font-family: "Noto Serif SC", serif !important;
  font-size: clamp(1.25rem, 3vw, 1.8rem) !important;
  font-weight: 400 !important;
  letter-spacing: .08em !important;
  text-shadow: 0 8px 28px rgba(0, 0, 0, .58), 0 0 24px rgba(194, 242, 255, .4);
}

.wand-hint::after {
  content: "";
  display: block;
  width: 46%;
  height: 1px;
  margin: 12px auto 0;
  background: linear-gradient(90deg, transparent, rgba(229, 250, 255, .78), transparent);
}

.hero-bubble-layer {
  display: none !important;
}

.keyword-row[aria-hidden="true"] {
  display: none !important;
}

.opcamp-keyword-statement {
  position: relative;
  z-index: 6;
  width: min(980px, 82vw);
  margin: clamp(28px, 6vw, 72px) auto 0;
  padding-left: clamp(18px, 3vw, 34px);
  border-left: 1px solid rgba(226, 247, 255, .36);
}

.keyword-statement-subtitles {
  display: flex;
  flex-wrap: wrap;
  gap: 12px clamp(18px, 3vw, 34px);
  color: rgba(224, 244, 250, .9);
  font-family: "Noto Serif SC", serif;
  font-size: clamp(1.25rem, 2.1vw, 2rem);
  letter-spacing: .04em;
  text-shadow: 0 10px 30px rgba(1, 7, 14, .62);
}

.keyword-statement-body {
  max-width: 54em;
  margin-top: clamp(24px, 4vw, 42px);
  color: rgba(237, 246, 249, .82) !important;
  font-size: clamp(1rem, 1.25vw, 1.22rem) !important;
  line-height: 2 !important;
  text-wrap: pretty;
}

.keyword-section .section-head {
  max-width: min(1120px, 88vw) !important;
}

.keyword-section .section-head h2 {
  max-width: 11em !important;
  font-size: clamp(3rem, 7vw, 7.2rem) !important;
  line-height: .98 !important;
}

.blown-bubbles span,
.float-bubble {
  background:
    radial-gradient(circle at 32% 26%, rgba(255, 255, 255, .96) 0 10%, rgba(255, 255, 255, .28) 11% 18%, transparent 19%),
    radial-gradient(circle at 68% 72%, rgba(138, 223, 244, .22), transparent 34%),
    radial-gradient(circle at 48% 48%, rgba(213, 249, 255, .12), rgba(129, 209, 230, .2) 56%, rgba(255, 255, 255, .08) 70%, transparent 72%) !important;
  border: 1px solid rgba(221, 250, 255, .5) !important;
  box-shadow:
    inset 10px 12px 24px rgba(255, 255, 255, .22),
    inset -14px -18px 34px rgba(54, 133, 160, .12),
    0 18px 50px rgba(6, 27, 45, .3),
    0 0 34px rgba(175, 233, 249, .18) !important;
  backdrop-filter: blur(4px) saturate(1.12);
}

.float-bubble {
  transition: filter .22s ease, box-shadow .22s ease, transform .22s ease !important;
}

.float-bubble span {
  text-shadow: 0 1px 10px rgba(255, 255, 255, .36), 0 8px 22px rgba(4, 18, 30, .32) !important;
}

.float-bubble:hover,
.float-bubble:focus-visible,
.float-bubble.opcamp-hit {
  filter: brightness(1.16) saturate(1.24) !important;
  box-shadow:
    inset 12px 14px 28px rgba(255, 255, 255, .3),
    inset -14px -18px 34px rgba(54, 133, 160, .1),
    0 20px 54px rgba(5, 24, 44, .42),
    0 0 0 9px rgba(201, 246, 255, .12),
    0 0 44px rgba(190, 241, 255, .42) !important;
}

.shoot-section .section-note {
  color: rgba(234, 251, 255, .78) !important;
}

.bubble-arena {
  overflow: visible !important;
}

.bubble-arena::before {
  content: "击碎泡泡";
  position: absolute;
  left: clamp(16px, 4vw, 56px);
  bottom: clamp(18px, 4vw, 48px);
  z-index: 2;
  color: rgba(239, 253, 255, .86);
  font-family: "Noto Serif SC", serif;
  font-size: clamp(1.25rem, 2.8vw, 2rem);
  letter-spacing: .08em;
  text-shadow: 0 10px 28px rgba(0, 0, 0, .46);
}

.bubble-arena::after {
  content: "查看更多细节";
  position: absolute;
  left: clamp(16px, 4vw, 56px);
  bottom: clamp(54px, 7vw, 92px);
  z-index: 2;
  border: 1px solid rgba(222, 249, 255, .36);
  border-radius: 999px;
  padding: 8px 14px;
  color: rgba(232, 250, 255, .78);
  background: rgba(5, 16, 28, .34);
  font: 400 12px/1 "DM Mono", "Plus Jakarta Sans", sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.opcamp-bubble-cursor {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 160px;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-999px, -999px, 0) rotate(-4deg) scale(.88);
  transform-origin: 18% 72%;
  transition: opacity .16s ease, filter .16s ease;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, .34));
}

.opcamp-bubble-cursor.is-visible {
  opacity: 1;
}

.opcamp-bubble-cursor img {
  display: block;
  width: 136px;
  height: auto;
}

.opcamp-bubble-cursor span {
  position: absolute;
  left: 38px;
  white-space: nowrap;
  border-radius: 999px;
  backdrop-filter: blur(14px);
}

.opcamp-bubble-cursor .cursor-primary {
  bottom: -2px;
  padding: 8px 14px;
  background: rgba(238, 252, 255, .9);
  color: #102636;
  font-family: "Noto Serif SC", serif;
  font-size: 15px;
  letter-spacing: .08em;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
}

.opcamp-bubble-cursor .cursor-secondary {
  bottom: -30px;
  padding: 5px 10px;
  background: rgba(8, 21, 34, .62);
  color: rgba(233, 250, 255, .84);
  font: 400 10px/1 "DM Mono", "Plus Jakarta Sans", sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.opcamp-pop-spark {
  position: fixed;
  width: 9px;
  height: 9px;
  z-index: 9998;
  border-radius: 999px;
  pointer-events: none;
  background: rgba(227, 252, 255, .96);
  box-shadow: 0 0 18px rgba(184, 241, 255, .84);
  animation: opcampPopSpark .58s ease-out forwards;
}

@keyframes opcampWandFloat {
  0%, 100% {
    transform: translate(-50%, -50%) translateY(0) rotate(-3deg);
  }
  50% {
    transform: translate(-50%, -50%) translateY(-10px) rotate(2deg);
  }
}

@keyframes opcampPopSpark {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(.8);
  }
  100% {
    opacity: 0;
    transform: translate(calc(-50% + var(--spark-x)), calc(-50% + var(--spark-y))) scale(.12);
  }
}

@media (hover: hover) and (pointer: fine) {
  .shoot-section .float-bubble {
    cursor: none !important;
  }
}

@media (max-width: 820px) {
  .hero-section,
  .section,
  .keyword-section,
  .shoot-section,
  .timeline-section,
  .rhythm-section,
  .review-section,
  .audience-section,
  .photo-break,
  .footer-section {
    min-height: auto !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .hero-section {
    min-height: 92vh !important;
  }

  .hero-copy {
    width: auto !important;
    padding: 7vh 22px 18vh !important;
  }

  .hero-copy h1 {
    font-size: clamp(3rem, 17vw, 4.75rem) !important;
    line-height: .98 !important;
  }

  .hero-copy h2,
  .section h2,
  .section-head h2,
  .audience-section h2,
  .footer-section h2,
  .guide-panel h1 {
    font-size: clamp(2.05rem, 9.5vw, 3.25rem) !important;
    line-height: 1.12 !important;
  }

  .audience-section article p,
  .long-copy .lead,
  .quiet-manifesto,
  .review-section blockquote {
    font-size: clamp(1.08rem, 5.2vw, 1.55rem) !important;
    line-height: 1.58 !important;
  }

  .hero-copy p,
  .long-copy p,
  .section-note,
  .keyword-card p,
  .timeline-group p,
  .info-table p,
  .npc-grid p,
  .review-strip p,
  .footer-section p {
    font-size: 1rem !important;
    line-height: 1.78 !important;
  }

  .section-grid,
  .audience-section article,
  .info-table div,
  .timeline-group div,
  .join-grid,
  .npc-grid {
    grid-template-columns: 1fr !important;
  }

  .section-grid {
    gap: 34px !important;
  }

  .long-copy {
    padding-left: 0 !important;
  }

  .parallax-image,
  .footer-section > img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    opacity: .38 !important;
    transform: none !important;
  }

  .parallax-image img,
  .footer-section > img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    filter: saturate(.98) contrast(1.04) brightness(.72) !important;
  }

  .photo-break {
    min-height: 78vh !important;
    padding-top: 36vh !important;
    padding-bottom: 88px !important;
  }

  .photo-break .quiet-copy-wrap {
    width: auto !important;
    margin: 0 !important;
  }

  .keyword-row,
  .review-strip {
    display: grid !important;
    grid-auto-flow: row !important;
    grid-auto-columns: auto !important;
    grid-template-columns: 1fr !important;
    overflow: visible !important;
  }

  .opcamp-keyword-statement {
    width: auto;
    margin-top: 32px;
    padding-left: 18px;
  }

  .keyword-section .section-head h2 {
    font-size: clamp(2.25rem, 11vw, 4rem) !important;
  }

  .keyword-statement-subtitles {
    display: grid;
    gap: 12px;
  }

  .keyword-card,
  .npc-grid article,
  .review-strip article,
  .join-grid article {
    max-width: none !important;
    padding: 0 !important;
  }

  .keyword-card + .keyword-card,
  .npc-grid article + article,
  .review-strip article + article,
  .join-grid article + article {
    margin-top: 26px !important;
  }

  .bubble-arena {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: min(520px, 78vh) !important;
    margin: 0 auto !important;
    overflow: hidden !important;
  }

  .bubble-arena::before {
    left: 0;
    bottom: 20px;
  }

  .bubble-arena::after {
    left: 0;
    bottom: 58px;
  }

  .bubble-wand {
    width: min(68vw, 240px) !important;
    height: min(58vw, 210px) !important;
    top: 48% !important;
  }

  .wand-hint {
    bottom: -74px !important;
  }

  .bubble-wand::after {
    bottom: -42px;
  }

  .floating-cta {
    width: 64px !important;
    height: 64px !important;
    right: 18px !important;
    bottom: calc(18px + env(safe-area-inset-bottom)) !important;
  }
}
