@font-face {
  font-family: "Banner Display";
  src: url("./banner/fonts/SmileySans-Oblique.woff2") format("woff2"),
       url("./banner/fonts/SmileySans-Oblique.ttf") format("truetype");
  font-display: swap;
  font-style: oblique;
  font-weight: 400;
}

.banner-home-page {
  --banner-ink: #080b0d;
  --banner-paper: #fffdf7;
  --banner-pink: #ff207c;
  --banner-blue: #0969f4;
  --banner-lime: #c8ff32;
  --banner-cyan: #35d5e3;
  --banner-line: rgba(255, 255, 255, 0.18);
  --banner-measure: 1480px;
  background: var(--banner-ink);
  color: var(--banner-paper);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  letter-spacing: 0;
}

.banner-home-page * {
  letter-spacing: 0;
}

/* The display font does not contain a complete Traditional Chinese glyph set.
   Use one locale-complete family so fallback glyphs do not mix within a word. */
html[lang="zh-Hant"] .banner-home-page .banner-hero h1,
html[lang="zh-Hant"] .banner-home-page .hero-punch,
html[lang="zh-Hant"] .banner-home-page .lab-intro h2,
html[lang="zh-Hant"] .banner-home-page .chapter-copy h2,
html[lang="zh-Hant"] .banner-home-page .banner-trust h2,
html[lang="zh-Hant"] .banner-home-page .demo-marquee {
  font-family: "PingFang TC", "Noto Sans CJK TC", "PingFang SC", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.banner-home-page ::selection {
  background: var(--banner-lime);
  color: var(--banner-ink);
}

.banner-home-page ::-webkit-scrollbar-track {
  background: var(--banner-ink);
}

.banner-home-page ::-webkit-scrollbar-thumb {
  background: var(--banner-pink);
  border-radius: 0;
}

.banner-home-page .skip-link {
  border-radius: 4px;
  background: var(--banner-lime);
  color: var(--banner-ink);
  font-weight: 750;
}

.banner-home-page a:focus-visible,
.banner-home-page button:focus-visible,
.banner-home-page input:focus-visible {
  outline: 3px solid var(--banner-lime);
  outline-offset: 3px;
}

.banner-home-page .site-nav.banner-nav {
  top: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--banner-line);
  border-radius: 0;
  background: rgba(8, 11, 13, 0.96);
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.banner-home-page .banner-nav .nav-inner {
  width: min(100% - 48px, var(--banner-measure));
  min-height: 72px;
  padding: 0;
}

.banner-home-page .banner-nav .brand-lockup {
  color: var(--banner-paper);
  font-weight: 800;
}

.banner-home-page .banner-nav .brand-lockup img {
  width: 38px;
  height: 38px;
  border-radius: 8px;
}

.banner-home-page .banner-nav .desktop-nav {
  gap: 28px;
}

.banner-home-page .banner-nav .site-nav-link {
  color: rgba(255, 253, 247, 0.72);
  font-size: 13px;
  font-weight: 650;
  transition: color 180ms ease, background 180ms ease;
}

.banner-home-page .banner-nav .site-nav-link:hover,
.banner-home-page .banner-nav .site-nav-link:focus-visible {
  color: var(--banner-lime);
}

.banner-home-page .banner-nav .product-switch {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 4px;
}

.banner-home-page .language-switcher {
  gap: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  background: transparent;
  overflow: hidden;
}

.banner-home-page .language-switcher button {
  min-width: 34px;
  min-height: 34px;
  border-radius: 0;
  color: rgba(255, 253, 247, 0.66);
  font-weight: 750;
}

.banner-home-page .language-switcher button + button {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.banner-home-page .language-switcher button:hover,
.banner-home-page .language-switcher button[aria-current="true"] {
  background: var(--banner-lime);
  color: var(--banner-ink);
}

.banner-home-page .menu-toggle {
  width: 42px;
  height: 42px;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  background: transparent;
}

.banner-home-page .mobile-menu {
  width: min(100% - 32px, var(--banner-measure));
  margin: 0 auto;
  padding: 12px 0 20px;
}

.banner-home-page .mobile-menu a {
  color: var(--banner-paper);
  font-weight: 680;
}

.banner-home-page .mobile-language-switcher button {
  border-radius: 4px;
}

.banner-home-page .mobile-language-switcher button[aria-current="true"] {
  border-color: var(--banner-lime);
  background: var(--banner-lime);
  color: var(--banner-ink);
}

.banner-hero {
  position: relative;
  width: min(100%, 1720px);
  min-height: 620px;
  height: calc(100dvh - 108px);
  max-height: 900px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--banner-pink);
  isolation: isolate;
}

.poster-art,
.poster-art img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.poster-art img {
  object-fit: cover;
  object-position: center;
}

.banner-hero-copy {
  position: absolute;
  z-index: 2;
  top: 11%;
  left: max(40px, calc((100% - 1480px) / 2));
  width: min(30%, 450px);
  color: var(--banner-ink);
}

.banner-hero h1 {
  margin: 0 0 22px;
  font-family: "Banner Display", "PingFang SC", sans-serif;
  font-size: 46px;
  line-height: 1.02;
  font-weight: 400;
  text-wrap: balance;
}

.hero-punch {
  margin: 0;
  font-family: "Banner Display", "PingFang SC", sans-serif;
  font-size: 84px;
  line-height: 0.94;
  font-weight: 400;
  text-wrap: balance;
}

html[lang="en"] .hero-punch {
  font-size: 78px;
}

html[lang="ja"] .hero-punch {
  font-size: 68px;
  line-height: 1.02;
}

.hero-detail {
  max-width: 34ch;
  margin: 28px 0 0;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 650;
}

.banner-home-page .hero-actions {
  gap: 18px;
  margin-top: 28px;
}

.banner-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 11px 18px;
  border: 1px solid currentColor;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.banner-button:hover {
  transform: translateY(-2px);
}

.banner-button:active {
  transform: translateY(1px);
}

.banner-button-dark {
  background: var(--banner-ink);
  color: var(--banner-paper);
  box-shadow: 0 14px 28px -16px rgba(8, 11, 13, 0.7);
}

.banner-button-dark:hover {
  background: var(--banner-lime);
  color: var(--banner-ink);
}

.button-arrow {
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.banner-text-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  color: var(--banner-ink);
  font-size: 14px;
  font-weight: 800;
  text-decoration-color: currentColor;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  transition: color 180ms ease;
}

.banner-text-link:hover {
  color: rgba(8, 11, 13, 0.64);
}

.hero-platform {
  position: absolute;
  z-index: 2;
  top: 63%;
  left: max(40px, calc((100% - 1480px) / 2));
  margin: 0;
  font-family: "Banner Display", "PingFang SC", sans-serif;
  font-size: 12px;
  font-weight: 400;
}

html[lang="zh-Hant"] .banner-home-page .hero-platform {
  font-family: "PingFang TC", "Noto Sans CJK TC", "PingFang SC", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.hero-next {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 18px;
  width: 42px;
  height: 42px;
  transform: translateX(-50%);
  border: 1px solid rgba(8, 11, 13, 0.35);
  border-radius: 50%;
}

.hero-next span {
  position: absolute;
  top: 13px;
  left: 15px;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--banner-ink);
  border-bottom: 2px solid var(--banner-ink);
  transform: rotate(45deg);
}

.banner-lab {
  width: min(100% - 64px, 1400px);
  margin: 0 auto;
  padding: 132px 0 150px;
}

#try,
#features,
#privacy {
  scroll-margin-top: 72px;
}

.lab-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  align-items: end;
  gap: 72px;
  margin-bottom: 62px;
}

.lab-intro h2,
.banner-trust h2 {
  margin: 0;
  font-family: "Banner Display", "PingFang SC", sans-serif;
  font-size: 76px;
  line-height: 0.98;
  font-weight: 400;
  text-wrap: balance;
}

.lab-intro p {
  max-width: 46ch;
  margin: 0 0 6px;
  color: rgba(255, 253, 247, 0.7);
  font-size: 17px;
  line-height: 1.68;
}

.banner-demo {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: #101417;
  box-shadow: 0 34px 80px -36px rgba(0, 0, 0, 0.85);
}

.demo-screen {
  --demo-color: #c8ff32;
  position: relative;
  min-height: 390px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #030506;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.09) 1.2px, transparent 1.3px);
  background-size: 12px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.demo-marquee {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 14vw;
  color: var(--demo-color);
  font-family: "Banner Display", "PingFang SC", sans-serif;
  font-size: 92px;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0 5px 16px color-mix(in srgb, var(--demo-color) 52%, transparent);
  animation: banner-marquee 13s linear infinite;
  will-change: transform;
}

.demo-screen.is-static .demo-marquee {
  width: 100%;
  justify-content: center;
  padding: 0 34px;
  white-space: normal;
  text-align: center;
  animation: none;
}

.demo-screen.is-static [data-demo-clone] {
  display: none;
}

.demo-screen.is-paused .demo-marquee {
  animation-play-state: paused;
}

@keyframes banner-marquee {
  from { transform: translate3d(100vw, 0, 0); }
  to { transform: translate3d(calc(-100% - 14vw), 0, 0); }
}

.demo-controls {
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 22px;
}

.demo-input-label {
  font-size: 13px;
  font-weight: 760;
  color: rgba(255, 253, 247, 0.68);
}

.demo-controls input {
  width: 100%;
  min-height: 46px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  background: #080b0d;
  color: var(--banner-paper);
  font: inherit;
  font-size: 15px;
  caret-color: var(--banner-lime);
}

.demo-control-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.demo-segmented {
  display: grid;
  grid-template-columns: repeat(2, minmax(72px, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  overflow: hidden;
}

.demo-segmented button {
  min-height: 44px;
  padding: 8px 13px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 253, 247, 0.65);
  font-size: 12px;
  font-weight: 760;
  cursor: pointer;
}

.demo-segmented button + button {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.demo-segmented button[aria-pressed="true"] {
  background: var(--banner-lime);
  color: var(--banner-ink);
}

.demo-swatches {
  display: flex;
  gap: 8px;
}

.swatch {
  appearance: none;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 50%;
  background: currentColor;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.swatch:hover {
  transform: translateY(-2px);
}

.swatch[aria-pressed="true"] {
  box-shadow: 0 0 0 2px #101417, 0 0 0 4px var(--banner-paper);
}

.swatch-lime { color: var(--banner-lime); }
.swatch-pink { color: var(--banner-pink); }
.swatch-cyan { color: var(--banner-cyan); }
.swatch-white { color: #ffffff; }

.demo-playback {
  position: relative;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  background: transparent;
  color: var(--banner-paper);
  cursor: pointer;
}

.demo-playback:disabled {
  opacity: 0.36;
  cursor: default;
}

.pause-icon::before,
.pause-icon::after {
  content: "";
  position: absolute;
  top: 13px;
  width: 4px;
  height: 16px;
  background: currentColor;
}

.pause-icon::before { left: 15px; }
.pause-icon::after { right: 15px; }

.demo-playback[aria-pressed="true"] .pause-icon::before {
  top: 12px;
  left: 16px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid currentColor;
  background: transparent;
}

.demo-playback[aria-pressed="true"] .pause-icon::after {
  display: none;
}

.banner-features {
  width: min(100%, 1720px);
  margin: 0 auto;
  background: var(--banner-ink);
}

.poster-chapter {
  position: relative;
  height: max(820px, 100svh);
  overflow: hidden;
  isolation: isolate;
  border-top: 1px solid var(--banner-ink);
}

.chapter-blue { background: var(--banner-blue); }
.chapter-pink { background: var(--banner-pink); }
.chapter-lime { background: var(--banner-lime); }

.chapter-copy {
  position: absolute;
  z-index: 2;
  /* Keep the headline clear of the sticky navigation when a chapter reaches the viewport top. */
  top: max(74px, 8%);
  left: 50%;
  width: min(70%, 980px);
  transform: translateX(-50%);
  color: var(--banner-paper);
  text-shadow: 0 2px 2px rgba(8, 11, 13, 0.68), 0 0 10px rgba(8, 11, 13, 0.3);
  text-align: center;
}

.chapter-copy-dark {
  color: var(--banner-ink);
  text-shadow: none;
}

.chapter-copy h2 {
  -webkit-text-stroke: 0.7px rgba(8, 11, 13, 0.42);
  paint-order: stroke fill;
}

.chapter-copy-dark h2 {
  -webkit-text-stroke: 0;
}

.chapter-copy h2 {
  margin: 0;
  font-family: "Banner Display", "PingFang SC", sans-serif;
  font-size: 60px;
  line-height: 0.96;
  font-weight: 400;
  text-wrap: balance;
  white-space: nowrap;
}

html[lang="en"] .chapter-copy h2,
html[lang="ja"] .chapter-copy h2 {
  font-size: 60px;
  line-height: 1;
}

.chapter-copy p {
  max-width: 37ch;
  margin: 14px 0 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 680;
}

.banner-trust {
  background: var(--banner-lime);
  color: var(--banner-ink);
}

.trust-inner {
  width: min(100% - 64px, 1400px);
  margin: 0 auto;
  padding: 134px 0 128px;
}

.banner-trust h2 {
  max-width: 13ch;
  font-size: 88px;
}

.trust-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 88px;
  border-top: 2px solid var(--banner-ink);
  border-bottom: 2px solid var(--banner-ink);
}

.trust-facts article {
  min-width: 0;
  padding: 30px 30px 36px 0;
}

.trust-facts article + article {
  padding-left: 30px;
  border-left: 1px solid rgba(8, 11, 13, 0.36);
}

.trust-facts h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.2;
}

.trust-facts p {
  max-width: 37ch;
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
}

.trust-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 40px;
}

.banner-text-link-dark {
  color: var(--banner-ink);
}

.banner-footer {
  background: var(--banner-ink);
  color: rgba(255, 253, 247, 0.68);
}

.banner-footer-inner {
  width: min(100% - 64px, 1400px);
  min-height: 120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.banner-footer .footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--banner-paper);
  font-size: 14px;
  font-weight: 760;
  text-decoration: none;
}

.banner-footer .footer-brand img {
  width: 30px;
  height: 30px;
  border-radius: 7px;
}

.banner-footer-links {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}

.banner-footer-links a {
  color: inherit;
  font-size: 12px;
  font-weight: 650;
  text-underline-offset: 4px;
}

.banner-footer-links a:hover {
  color: var(--banner-lime);
}

.banner-footer p {
  margin: 0;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 1120px) {
  .poster-chapter {
    height: max(720px, 100svh);
  }

  .banner-hero-copy {
    left: 34px;
    width: 34%;
  }

  .hero-platform {
    top: 56%;
    left: 34px;
  }

  .banner-hero h1 { font-size: 38px; }
  .hero-punch { font-size: 66px; }
  html[lang="en"] .hero-punch { font-size: 60px; }
  html[lang="ja"] .hero-punch { font-size: 54px; }
  .hero-detail { font-size: 14px; }

  .chapter-copy {
    left: 50%;
    width: 60%;
    transform: translateX(-50%);
    text-align: center;
  }

  .chapter-copy h2 { font-size: 52px; }
  html[lang="en"] .chapter-copy h2,
  html[lang="ja"] .chapter-copy h2 { font-size: 52px; }

  .demo-controls {
    grid-template-columns: auto 1fr;
  }

  .demo-control-row {
    grid-column: 1 / -1;
    justify-content: space-between;
  }
}

@media (max-width: 820px) {
  .banner-home-page .site-nav.banner-nav {
    top: 0;
    width: 100%;
    margin: 0;
  }

  .banner-home-page .banner-nav .nav-inner {
    width: min(100% - 32px, var(--banner-measure));
    min-height: 62px;
  }

  .banner-hero {
    min-height: 600px;
  }

  .banner-lab,
  .trust-inner,
  .banner-footer-inner {
    width: min(100% - 40px, 1400px);
  }

  .lab-intro {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .lab-intro h2,
  .banner-trust h2 {
    font-size: 64px;
  }

  .trust-facts {
    grid-template-columns: 1fr;
  }

  .trust-facts article,
  .trust-facts article + article {
    padding: 24px 0 28px;
    border-left: 0;
  }

  .trust-facts article + article {
    border-top: 1px solid rgba(8, 11, 13, 0.36);
  }
}

@media (max-width: 720px) {
  .banner-home-page .banner-nav .brand-lockup img {
    width: 34px;
    height: 34px;
  }

  .banner-home-page .mobile-menu a {
    border-color: rgba(255, 255, 255, 0.14);
  }

  .banner-hero {
    width: 100%;
    height: calc(100vw * 1.65 + 30px);
    min-height: 0;
    max-height: none;
  }

  .banner-hero .poster-art {
    bottom: 30px;
    height: auto;
  }

  .banner-hero::before {
    display: none;
  }

  .banner-hero .poster-art img,
  .poster-chapter .poster-art img {
    object-position: center top;
  }

  .banner-hero-copy {
    position: relative;
    top: 0;
    left: auto;
    width: auto;
    padding: 1.5% 22px 0;
    z-index: 2;
  }

  .banner-hero h1 {
    margin-bottom: 12px;
    font-size: 27px;
  }

  .hero-punch,
  html[lang="en"] .hero-punch,
  html[lang="ja"] .hero-punch {
    max-width: 8ch;
    font-size: 41px;
    line-height: 0.98;
  }

  html[lang="ja"] .hero-punch {
    max-width: 12ch;
    font-size: 43px;
  }

  .hero-detail {
    max-width: 34ch;
    margin-top: 17px;
    font-size: 12px;
    line-height: 1.48;
  }

  .banner-home-page .hero-actions {
    gap: 14px;
    margin-top: 18px;
  }

  .banner-button,
  .banner-text-link {
    min-height: 44px;
    font-size: 13px;
  }

  .hero-platform {
    display: flex;
    position: absolute;
    z-index: 2;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    margin: 0;
    background: var(--banner-pink);
    color: var(--banner-paper);
    text-align: center;
    font-size: 13px;
    line-height: 1.35;
    text-shadow: 0 1px 2px rgba(8, 11, 13, 0.62);
  }

  .hero-next {
    display: none;
  }

  .banner-lab {
    width: min(100% - 32px, 1400px);
    padding: 92px 0 104px;
  }

  .lab-intro {
    margin-bottom: 38px;
  }

  .lab-intro h2,
  .banner-trust h2 {
    font-size: 50px;
  }

  .lab-intro p {
    font-size: 15px;
  }

  .demo-screen {
    min-height: 270px;
  }

  .demo-marquee {
    gap: 18vw;
    font-size: 58px;
  }

  .demo-controls {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px;
  }

  .demo-input-label {
    margin-bottom: 2px;
  }

  .demo-control-row {
    grid-column: auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 14px;
    margin-top: 6px;
  }

  .demo-segmented {
    flex: 1 1 164px;
  }

  .poster-chapter {
    height: 820px;
    min-height: calc(100svh - 18px);
  }

  .chapter-copy {
    top: 74px;
    left: 50%;
    width: calc(100% - 36px);
    transform: translateX(-50%);
    text-align: center;
  }

  .chapter-copy h2,
  html[lang="en"] .chapter-copy h2,
  html[lang="ja"] .chapter-copy h2 {
    max-width: none;
    font-size: 34px;
    line-height: 1;
    white-space: nowrap;
  }

  html[lang="ja"] .chapter-copy h2 {
    font-size: 30px;
  }

  .chapter-copy p {
    max-width: 32ch;
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.5;
  }

  .trust-inner {
    width: min(100% - 36px, 1400px);
    padding: 92px 0 88px;
  }

  .banner-trust h2 {
    max-width: 12ch;
  }

  .trust-facts {
    margin-top: 54px;
  }

  .trust-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-top: 34px;
  }

  .banner-footer-inner {
    width: min(100% - 36px, 1400px);
    padding: 28px 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .banner-footer-links {
    margin-left: 0;
    flex-wrap: wrap;
    gap: 14px 22px;
  }
}

@media (max-width: 390px) {
  .banner-home-page .banner-nav .nav-inner {
    width: calc(100% - 24px);
  }

  .banner-home-page .banner-nav .brand-name {
    font-size: 13px;
  }

  .banner-hero {
    min-height: 560px;
  }

  .banner-hero-copy {
    padding-right: 18px;
    padding-left: 18px;
  }

  .banner-hero h1 { font-size: 25px; }
  .hero-punch,
  html[lang="en"] .hero-punch { font-size: 36px; }
  html[lang="ja"] .hero-punch { font-size: 33px; }
  .hero-detail { font-size: 12px; }
  .hero-platform { font-size: 11px; }

  .chapter-copy {
    left: 50%;
    width: calc(100% - 36px);
    transform: translateX(-50%);
    text-align: center;
  }

  .chapter-copy h2,
  html[lang="en"] .chapter-copy h2 { font-size: 34px; }

  html[lang="ja"] .chapter-copy h2 { font-size: 30px; }
}

@media (max-width: 360px) {
  .chapter-copy h2 {
    font-size: 30px;
  }

  html[lang="en"] .chapter-copy h2 { font-size: 28px; }
  html[lang="ja"] .chapter-copy h2 { font-size: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .banner-home-page .demo-marquee {
    width: 100%;
    justify-content: center;
    padding: 0 30px;
    white-space: normal;
    text-align: center;
    animation: none;
  }

  .banner-home-page [data-demo-clone] {
    display: none;
  }
}
