@font-face {
  font-family: Aspekta;
  src: url('/fonts/Aspekta-400.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Aspekta;
  src: url('/fonts/Aspekta-650.woff2') format('woff2');
  font-style: normal;
  font-weight: 650 800;
  font-display: swap;
}
:root {
  --cb-ink: #172d23;
  --cb-paper: #f4f5f0;
  --cb-green: #264f39;
  --cb-muted: #5a645b;
  --cb-line: #d6dcd2;
  --cb-accent: #d7e2a8;
}
* {
  box-sizing: border-box;
}
html {
  scroll-padding-top: 100px;
}
/* A native initial fragment scroll must finish before the story is reparented. */
html.has-reveal {
  scroll-behavior: smooth;
}
body.cinematic-home,
body.cinematic-page {
  margin: 0;
  color: var(--cb-ink);
  background: var(--cb-paper);
  font-family: Aspekta, 'Microsoft YaHei', sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
button,
input {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
}
figure,
h1,
h2,
p {
  margin: 0;
}
button:focus-visible,
a:focus-visible {
  outline: 3px solid #6d8f36;
  outline-offset: 5px;
}
[hidden] {
  display: none !important;
}
.cb-content-width {
  width: calc(100% - 12vw);
  max-width: 1440px;
  margin-inline: auto;
}
.cb-skip {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 24px;
  padding: 16px 22px;
  background: white;
  transform: translateY(-200%);
}
.cb-skip:focus {
  transform: none;
}
.cb-header {
  position: fixed;
  z-index: 40;
  top: 16px;
  left: 20px;
  right: 20px;
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 10px 22px;
  border: 1px solid rgb(255 255 255 / 0.65);
  border-radius: 12px;
  background: rgb(247 249 243 / 0.95);
  box-shadow: 0 2px 12px rgb(17 36 25 / 0.08);
  backdrop-filter: blur(16px);
}
.cb-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 21px;
  font-weight: 650;
  letter-spacing: -0.035em;
  white-space: nowrap;
}
.cb-brand img {
  width: 29px;
  height: 29px;
}
.cb-nav {
  display: flex;
  gap: 30px;
  margin-inline: auto;
  font-size: 15px;
}
.cb-nav a {
  padding-block: 12px;
}
.cb-nav a:hover,
.cb-language:hover {
  color: #62813d;
}
.cb-header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cb-language,
.cb-menu {
  border: 0;
  color: var(--cb-ink);
  background: transparent;
  min-height: 44px;
  padding: 8px 0;
  font-size: 15px;
}
.cb-menu {
  display: none;
}
.cb-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 15px 23px;
  border: 1px solid transparent;
  border-radius: 5px;
  background: var(--cb-green);
  color: white;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.25;
  transition:
    background 0.2s,
    transform 0.2s;
}
.cb-button:hover {
  background: #356746;
  transform: translateY(-2px);
}
.cb-button-small {
  min-height: 43px;
  padding: 11px 19px;
  font-size: 14px;
}
.cb-button-light {
  background: var(--cb-paper);
  color: var(--cb-ink);
}
.cb-button-light:hover {
  background: var(--cb-accent);
}
.cb-button span[aria-hidden] {
  font-size: 22px;
  font-weight: 400;
}
.cb-text-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 15px;
  padding: 8px 0;
  border-bottom: 1px solid currentColor;
  font-weight: 650;
  font-size: 16px;
}
.cb-text-link:hover {
  color: #5a7e3a;
}
.cb-reveal {
  position: relative;
  height: 100svh;
  min-height: 650px;
  background: #3c5140;
}
.cb-stage {
  position: relative;
  height: 100svh;
  min-height: 650px;
  overflow: clip;
  color: white;
  background: #3c5140;
}
.cb-poster,
.cb-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 53%;
}
.cb-canvas {
  opacity: 0;
  transition: opacity 0.2s;
}
.cb-stage-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgb(8 20 13 / 0.72),
      rgb(8 20 13 / 0.22) 42%,
      transparent 70%
    ),
    linear-gradient(0deg, rgb(8 20 13 / 0.65), transparent 30%);
}
.cb-hero-copy {
  position: absolute;
  inset: 0;
  padding: clamp(125px, 19vh, 205px) 6vw 108px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 30px;
}
.cb-hero-copy h1 {
  font-size: clamp(60px, 5.6vw, 94px);
  line-height: 1.01;
  font-weight: 650;
  letter-spacing: -0.06em;
  max-width: 650px;
  text-wrap: balance;
}
.cb-hero-copy h1 span {
  display: block;
}
.cb-hero-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.cb-hero-bottom p {
  font-size: clamp(18px, 1.4vw, 22px);
  line-height: 1.5;
  max-width: 350px;
  letter-spacing: -0.02em;
}
.cb-reveal-controls {
  position: absolute;
  left: 6vw;
  right: 6vw;
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
  z-index: 6;
}
.cb-explore {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 10px 0;
  white-space: nowrap;
}
.cb-explore span[aria-hidden] {
  font-size: 21px;
}
.cb-scroll-track {
  flex: 1;
  height: 1px;
  background: rgb(255 255 255 / 0.3);
}
.cb-scroll-track span {
  display: block;
  height: 2px;
  width: 100%;
  transform-origin: left;
  transform: scaleX(0);
  background: white;
}
.cb-skip-reveal {
  white-space: nowrap;
}
.cb-community {
  position: relative;
  background: var(--cb-paper);
}
.cb-community-figure {
  position: relative;
  isolation: isolate;
  overflow: clip;
  height: 88svh;
  min-height: 650px;
}
.cb-community-figure > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.cb-photo-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgb(8 20 13 / 0.74), transparent 55%);
}
.cb-photo-copy {
  position: absolute;
  left: 6vw;
  right: 6vw;
  bottom: 78px;
  color: white;
}
.cb-photo-copy h2 {
  font-size: clamp(48px, 6.2vw, 96px);
  font-weight: 650;
  line-height: 1.02;
  letter-spacing: -0.045em;
}
.cb-photo-copy h2 span {
  display: block;
}
.cb-community-figure figcaption {
  position: absolute;
  bottom: 24px;
  left: 6vw;
  right: 6vw;
  color: rgb(255 255 255 / 0.85);
  font-size: 13px;
  line-height: 1.5;
}
.cb-location-invitation {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 9vw;
  padding-block: clamp(80px, 9vw, 150px);
  align-items: start;
}
.cb-location-invitation h2 {
  font-size: clamp(40px, 4.5vw, 72px);
  font-weight: 650;
  line-height: 1.05;
  letter-spacing: -0.045em;
  text-wrap: balance;
}
.cb-location-copy p {
  font-size: clamp(19px, 1.6vw, 24px);
  line-height: 1.5;
  color: var(--cb-muted);
  max-width: 560px;
}
.cb-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  align-items: center;
  margin-top: 35px;
}
.cb-prepare {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 7vw;
  padding-block: 36px 120px;
  align-items: center;
}
.cb-prepare-copy {
  grid-column: 2;
  grid-row: 1;
}
.cb-prepare > .cb-project-film {
  grid-column: 1;
  grid-row: 1;
}
.cb-prepare h2 {
  font-size: clamp(34px, 3.8vw, 60px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 650;
}
.cb-prepare h2 span {
  display: block;
}
.cb-prepare-copy p {
  margin: 25px 0 22px;
  color: var(--cb-muted);
  font-size: 18px;
  line-height: 1.6;
  max-width: 420px;
}
.cb-film-open {
  position: relative;
  padding: 0;
  border: 0;
  width: 100%;
  overflow: clip;
  border-radius: 8px;
  color: white;
  text-align: left;
  background: #233e2b;
}
.cb-film-open img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.2;
  object-fit: cover;
  transition: transform 0.8s;
}
.cb-film-open:hover img {
  transform: scale(1.025);
}
.cb-film-open::after {
  content: '';
  position: absolute;
  inset: 40% 0 0;
  background: linear-gradient(0deg, rgb(10 27 16 / 0.8), transparent);
}
.cb-film-label {
  position: absolute;
  left: 28px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 18px;
}
.cb-play {
  width: 45px;
  height: 45px;
  border: 1px solid rgb(255 255 255 / 0.7);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 24px;
  flex: 0 0 auto;
}
.cb-film-dialog {
  padding: 52px 0 0;
  border: 0;
  background: #0d1b13;
  width: min(92vw, 1100px);
  max-height: 90svh;
  border-radius: 8px;
  overflow: clip;
}
.cb-film-dialog::backdrop {
  background: rgb(0 10 4 / 0.8);
  backdrop-filter: blur(6px);
}
.cb-film-dialog iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
}
.cb-film-close {
  position: absolute;
  right: 12px;
  top: 4px;
  color: white;
  background: transparent;
  border: 0;
  height: 44px;
  width: 44px;
  font-size: 32px;
}
.cb-footer {
  background: #193a2c;
  color: #f4f5ed;
}
.cb-footer-main {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 8vw;
  padding-block: 70px;
}
.cb-footer .cb-brand img {
  filter: brightness(0) invert(1);
}
.cb-footer-intro p {
  margin-top: 22px;
  max-width: 310px;
  color: #c3cec3;
  font-size: 16px;
  line-height: 1.6;
}
.cb-footer nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-size: 15px;
}
.cb-footer a:hover {
  color: #d2e5a8;
}
.cb-footer-bottom {
  display: flex;
  align-items: center;
  gap: 28px;
  justify-content: space-between;
  padding-block: 26px;
  border-top: 1px solid #41604e;
  color: #bccbbf;
  font-size: 13px;
  line-height: 1.5;
}
.cb-nav a[aria-current='page'] {
  text-decoration: underline;
  text-underline-offset: 7px;
}
.cb-page-title {
  padding-block: 170px 70px;
}
.cb-page-title h1 {
  max-width: 1020px;
  font-size: clamp(55px, 7vw, 108px);
  line-height: 1.01;
  letter-spacing: -0.055em;
  font-weight: 650;
  text-wrap: balance;
}
.cb-page-title p {
  max-width: 540px;
  margin-top: 30px;
  font-size: 21px;
  line-height: 1.5;
  color: var(--cb-muted);
}
.cb-story-photo img {
  width: 100%;
  max-height: 850px;
  object-fit: cover;
  aspect-ratio: 1.65;
}
.cb-story-photo figcaption {
  padding-top: 13px;
  font-size: 13px;
  color: var(--cb-muted);
}
.cb-story-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 10vw;
  padding-block: 110px;
}
.cb-story-section h2,
.cb-partners h2 {
  font-size: clamp(38px, 4.2vw, 65px);
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 1.06;
}
.cb-story-prose p {
  font-size: 20px;
  line-height: 1.65;
  color: var(--cb-muted);
  margin-bottom: 24px;
}
.cb-partners {
  padding-block: 90px;
  background: #e5ebdf;
}
.cb-partner-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-top: 55px;
}
.cb-partner-grid img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
  margin-bottom: 28px;
}
.cb-partner-grid h3 {
  margin: 0 0 13px;
  font-size: 24px;
  letter-spacing: -0.025em;
  font-weight: 650;
}
.cb-partner-grid p {
  font-size: 17px;
  line-height: 1.6;
  color: var(--cb-muted);
}
.cb-partners .cb-media-credit {
  margin-top: 32px;
  color: var(--cb-muted);
  font-size: 13px;
}
.cb-locator-intro {
  padding-block: 150px 20px;
}
.cb-locator-intro h1 {
  font-size: clamp(43px, 5.2vw, 78px);
  line-height: 1.03;
  font-weight: 650;
  letter-spacing: -0.05em;
}
.cb-locator-intro p {
  max-width: 640px;
  margin-top: 22px;
  font-size: 19px;
  line-height: 1.5;
  color: var(--cb-muted);
}
.cinematic-page .locator-page-width {
  max-width: 1440px;
  width: 90%;
  padding-inline: 0;
}
.cinematic-page .location-map-sticky {
  top: 112px;
}
.cinematic-page .location-map-frame {
  border-radius: 8px;
}
.cinematic-page .box-location-item {
  border-radius: 0;
  box-shadow: none;
}
.cinematic-page .job-board-locator .location-near-me-button,
.cinematic-page .job-board-locator .box-location-directions {
  border-radius: 5px;
  box-shadow: none;
}
.cinematic-page .job-board-locator .box-location-directions,
.cinematic-page .job-board-locator a.bg-indigo-500 {
  background: var(--cb-green);
  color: white;
  font-weight: 650;
}
.cinematic-page .font-inter,
.cinematic-page .font-playfair-display {
  font-family: Aspekta, 'Microsoft YaHei', sans-serif;
}
.cb-hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}
.cb-hero-actions .cb-text-link:hover {
  color: #d7e2a8;
}
.cb-tour-nav {
  display: flex;
  gap: clamp(20px, 2.5vw, 42px);
}
.cb-tour-nav a {
  padding-block: 13px;
  position: relative;
  white-space: nowrap;
  color: rgb(255 255 255 / 0.7);
}
.cb-tour-nav a::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.cb-tour-nav a[aria-current],
.cb-tour-nav a:hover {
  color: white;
}
.cb-tour-nav a[aria-current]::after,
.cb-tour-nav a:hover::after {
  transform: scaleX(1);
}
.cb-scene-copy {
  position: absolute;
  left: 6vw;
  bottom: 19vh;
  max-width: 460px;
  opacity: 0;
  visibility: hidden;
}
.cb-scene-copy h2,
.cb-detail-copy h2 {
  font-size: clamp(42px, 4.5vw, 72px);
  font-weight: 650;
  line-height: 1.04;
  letter-spacing: -0.045em;
  text-wrap: balance;
  margin-bottom: 24px;
}
.cb-scene-copy p,
.cb-detail-copy p {
  font-size: clamp(18px, 1.4vw, 21px);
  line-height: 1.55;
  max-width: 390px;
}
.cb-supply-detail {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: 7vw;
  padding: 70px 6vw;
  background: #e7ece3;
}
.cb-supply-detail:nth-of-type(even) {
  background: var(--cb-paper);
}
.cb-supply-detail > img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.2;
  object-fit: cover;
}
.cb-detail-copy {
  max-width: 480px;
}
.cb-detail-copy .cb-model-note {
  margin-top: 25px;
  font-size: 13px;
  opacity: 0.8;
}
.cb-detail-shade {
  display: none;
}
.has-reveal .cb-supply-detail {
  display: block;
  position: absolute;
  z-index: 3;
  inset: 0;
  padding: 0;
  overflow: clip;
  opacity: 0;
  pointer-events: none;
  color: white;
  background: #13271c;
}
.has-reveal .cb-supply-detail > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}
.has-reveal .cb-detail-copy {
  position: absolute;
  left: 6vw;
  right: 6vw;
  bottom: 19vh;
}
.has-reveal .cb-detail-shade {
  display: block;
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgb(4 14 8 / 0.88),
      rgb(4 14 8 / 0.4) 40%,
      transparent 75%
    ),
    linear-gradient(0deg, rgb(4 14 8 / 0.55), transparent 30%);
}
.has-reveal .cb-detail-right .cb-detail-copy {
  left: auto;
  width: 31vw;
}
.has-reveal .cb-detail-right .cb-detail-shade {
  background:
    linear-gradient(
      -90deg,
      rgb(4 14 8 / 0.88),
      rgb(4 14 8 / 0.4) 40%,
      transparent 75%
    ),
    linear-gradient(0deg, rgb(4 14 8 / 0.55), transparent 30%);
}
.cb-people-scene > img {
  aspect-ratio: 1.6;
}
.has-reveal .cb-people-scene .cb-detail-copy {
  bottom: 15vh;
  max-width: 390px;
}
.has-reveal .cb-people-scene .cb-detail-copy h2 {
  font-size: clamp(34px, 3.4vw, 54px);
}
.has-reveal .cb-people-scene .cb-detail-copy p {
  font-size: clamp(17px, 1.15vw, 19px);
}
.has-scroll-reveals [data-scroll-enter] > * {
  opacity: 0;
  transform: translateY(36px);
  transition:
    opacity 0.8s,
    transform 1s cubic-bezier(0.2, 0.65, 0.2, 1);
}
.has-scroll-reveals [data-scroll-enter].is-visible > * {
  opacity: 1;
  transform: none;
}
.has-scroll-reveals [data-scroll-enter].is-visible > :nth-child(2) {
  transition-delay: 0.14s;
}
.has-reveal .cb-reveal {
  height: 900svh;
  min-height: 0;
}
.has-reveal .cb-stage {
  position: sticky;
  top: 0;
  min-height: 0;
}
.has-reveal .cb-canvas {
  opacity: 0;
}
.has-reveal .cb-match-figure {
  position: absolute;
  z-index: 5;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  opacity: 0;
  visibility: hidden;
}
html[lang='zh-Hans'] .cb-hero-copy h1 {
  max-width: 850px;
  line-height: 1.16;
  letter-spacing: -0.03em;
}
html[lang='zh-Hans'] .cb-photo-copy h2 {
  line-height: 1.15;
}
@media (min-width: 761px) and (max-height: 720px) {
  .cb-hero-copy {
    padding-top: 112px;
    padding-bottom: 86px;
    gap: 18px;
  }
  .cb-hero-copy h1 {
    font-size: clamp(46px, 4.5vw, 70px);
    max-width: 620px;
  }
  .cb-hero-bottom {
    gap: 20px;
  }
  .cb-hero-bottom p {
    font-size: 17px;
  }
  .cb-scene-copy,
  .has-reveal .cb-detail-copy {
    bottom: 100px;
  }
  .cb-scene-copy h2,
  .cb-detail-copy h2 {
    font-size: clamp(36px, 4vw, 54px);
  }
  .cb-scene-copy p,
  .cb-detail-copy p {
    font-size: 17px;
  }
  .cb-detail-copy .cb-model-note {
    font-size: 12px;
    margin-top: 18px;
  }
  .cb-reveal-controls {
    bottom: 20px;
  }
}
@media (max-width: 1120px) {
  .cb-header {
    gap: 24px;
    padding-inline: 18px;
  }
  .cb-nav {
    gap: 18px;
    font-size: 14px;
  }
  .cb-header-actions {
    gap: 15px;
  }
  .cb-brand {
    font-size: 19px;
  }
}
@media (max-width: 960px) {
  .cb-header {
    top: 12px;
    left: 12px;
    right: 12px;
    min-height: 62px;
    gap: 15px;
  }
  .cb-header-actions {
    margin-left: auto;
  }
  .cb-header-actions > .cb-button {
    display: none;
  }
  .cb-nav {
    gap: 20px;
  }
  .cb-hero-copy h1 {
    font-size: clamp(50px, 8vw, 76px);
  }
  .cb-location-invitation {
    gap: 6vw;
  }
  .cb-actions {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 90px;
  }
  .cb-content-width {
    width: calc(100% - 40px);
  }
  .cb-header {
    flex-wrap: wrap;
    padding-inline: 15px;
    gap: 10px;
  }
  .cb-header-actions {
    gap: 9px;
  }
  .cb-header-actions > .cb-button {
    display: inline-flex;
    min-height: 40px;
    padding-inline: 9px;
    font-size: 12px;
  }
  .cb-header .cb-brand {
    font-size: 16px;
    gap: 6px;
  }
  .cb-header .cb-brand img {
    width: 22px;
    height: 22px;
  }
  .js-enabled .cb-menu {
    display: block;
  }
  .cb-nav {
    order: 3;
    flex-basis: 100%;
    padding: 12px 0;
    margin: 0;
    justify-content: space-between;
    gap: 12px;
    font-size: 14px;
  }
  .js-enabled .cb-nav {
    display: none;
  }
  .js-enabled .cb-nav.is-open {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .cb-reveal,
  .cb-stage {
    height: 92svh;
    min-height: 660px;
  }
  .cb-poster {
    object-position: 48% 50%;
  }
  .cb-hero-copy {
    padding: 130px 24px 105px;
    justify-content: space-between;
    gap: 0;
  }
  .cb-hero-copy h1 {
    font-size: clamp(49px, 10.3vw, 76px);
    line-height: 1.02;
    letter-spacing: -0.05em;
  }
  .cb-hero-copy h1 span:last-child {
    max-width: 420px;
  }
  .cb-hero-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 23px;
  }
  .cb-hero-bottom p {
    max-width: 295px;
    font-size: 18px;
  }
  .cb-reveal-controls {
    left: 24px;
    right: 24px;
    bottom: 27px;
    gap: 20px;
    font-size: 13px;
  }
  .cb-skip-reveal {
    display: none;
  }
  .cb-tour-nav {
    overflow-x: auto;
    width: 100%;
    gap: 24px;
    scrollbar-width: none;
    font-size: 14px;
  }
  .cb-reveal-controls .cb-scroll-track {
    display: none;
  }
  .cb-hero-actions {
    gap: 18px;
  }
  .cb-hero-actions .cb-text-link {
    font-size: 14px;
  }
  .cb-hero-actions .cb-button {
    font-size: 14px;
    padding-inline: 17px;
    gap: 16px;
  }
  .cb-supply-detail {
    display: flex;
    flex-direction: column;
    padding: 45px 24px 65px;
    gap: 32px;
  }
  .cb-detail-copy h2 {
    font-size: 40px;
  }
  .cb-detail-copy p {
    font-size: 17px;
  }
  .cb-community-figure {
    height: 85svh;
    min-height: 650px;
  }
  .cb-community-figure > img {
    object-position: 50% 50%;
  }
  .cb-photo-copy {
    left: 24px;
    right: 24px;
    bottom: 90px;
  }
  .cb-photo-copy h2 {
    font-size: clamp(41px, 9.3vw, 64px);
  }
  .cb-community-figure figcaption {
    left: 24px;
    right: 24px;
    bottom: 26px;
    max-width: 300px;
    font-size: 12px;
  }
  .cb-location-invitation {
    display: block;
    padding-block: 65px 70px;
  }
  .cb-location-invitation h2 {
    max-width: 450px;
    font-size: 43px;
  }
  .cb-location-copy p {
    margin-top: 27px;
    font-size: 18px;
  }
  .cb-actions {
    margin-top: 28px;
    gap: 18px;
  }
  .cb-prepare {
    display: flex;
    flex-direction: column;
    gap: 36px;
    padding-block: 24px 70px;
    align-items: stretch;
  }
  .cb-prepare h2 {
    font-size: 40px;
  }
  .cb-prepare-copy p {
    font-size: 17px;
  }
  .cb-film-open img {
    aspect-ratio: 1.25;
  }
  .cb-film-label {
    left: 20px;
    right: 20px;
    bottom: 22px;
    font-size: 16px;
  }
  .cb-footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 38px 24px;
    padding-block: 50px;
  }
  .cb-footer-intro {
    grid-column: 1/-1;
  }
  .cb-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
  }
  .cb-page-title {
    padding-block: 130px 45px;
  }
  .cb-page-title h1 {
    font-size: 49px;
  }
  .cb-page-title p {
    font-size: 19px;
  }
  .cb-story-photo img {
    aspect-ratio: 1.1;
  }
  .cb-story-section {
    display: block;
    padding-block: 60px;
  }
  .cb-story-prose {
    margin-top: 28px;
  }
  .cb-story-prose p {
    font-size: 18px;
  }
  .cb-partners {
    padding-block: 60px;
  }
  .cb-partner-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 32px;
  }
  .cb-partner-grid img {
    margin-bottom: 20px;
  }
  .cb-locator-intro {
    padding-block: 125px 14px;
  }
  .cb-locator-intro h1 {
    font-size: 44px;
  }
  .cb-locator-intro p {
    font-size: 17px;
  }
  .cinematic-page .locator-page-width {
    width: calc(100% - 40px);
  }
  html[lang='zh-Hans'] .cb-hero-copy h1 {
    font-size: clamp(43px, 10.3vw, 76px);
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
