@font-face {
  font-family: Jost;
  src: url("./fonts/jost.woff2") format("woff2");
  font-weight: 400 800;
  font-display: swap;
}
@font-face {
  font-family: Mulish;
  src: url("./fonts/mulish.woff2") format("woff2");
  font-weight: 400 800;
  font-display: swap;
}
:root {
  --ink: #192c42;
  --muted: #526174;
  --paper: #f8f9f3;
  --blue: #1460ed;
  --blue-dark: #0745b8;
  --sky: #e8f1ff;
  --mint: #d3f7ac;
  --peach: #ffd2b2;
  --lavender: #e6ddff;
  --line: #dce1d9;
  --display: Jost, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --body:
    Mulish, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN",
    "Yu Gothic", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  /* Keep reading sizes consistent across breakpoints and browser font settings. */
  --text-label: 0.75rem;
  --text-small: 0.875rem;
  --text-body: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  --text-lead: clamp(1.125rem, 1.05rem + 0.375vw, 1.25rem);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: var(--text-body)/1.7 var(--body);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
}
button,
a {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
button {
  font: inherit;
}
button,
summary {
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
svg {
  display: block;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  overflow-wrap: anywhere;
}
::selection {
  background: var(--mint);
  color: var(--ink);
}
:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
.container {
  width: min(1200px, calc(100% - 96px));
  margin-inline: auto;
}
.icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  font: 700 var(--text-label)/1.5 var(--mono);
  letter-spacing: 1.6px;
}
.eyebrow .icon {
  width: 19px;
  height: 19px;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  padding: 14px 24px;
  background: var(--ink);
  color: white;
  z-index: 100;
  max-width: calc(100% - 40px);
  clip-path: inset(50%);
}
.skip-link:focus {
  top: 10px;
  clip-path: none;
}
.site-header {
  min-height: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 36px;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 5;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  font: 700 1.9375rem/1 var(--display);
  letter-spacing: -1.5px;
}
.brand img {
  width: 36px;
  border-radius: 10px;
}
.brand-period {
  color: var(--blue);
}
.desktop-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
  margin-left: auto;
}
.desktop-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: var(--text-small);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.desktop-nav a:hover {
  color: var(--blue);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}
.header-download {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 11px 17px;
  color: white;
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 7px;
  text-decoration: none;
  font-size: var(--text-small);
  font-weight: 800;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.header-download .icon {
  width: 18px;
  height: 18px;
}
.header-download:hover {
  transform: translate(-2px, -2px);
  box-shadow: 3px 3px 0 var(--blue);
}
.language-switcher {
  position: relative;
  font: 700 var(--text-small)/1.5 var(--mono);
}
.language-switcher summary {
  display: flex;
  gap: 8px;
  align-items: center;
  list-style: none;
  min-height: 44px;
  min-width: 44px;
  justify-content: center;
}
.language-switcher summary::-webkit-details-marker {
  display: none;
}
.language-switcher summary .icon {
  width: 13px;
  height: 13px;
}
.language-switcher nav {
  position: absolute;
  top: calc(100% + 8px);
  right: -10px;
  min-width: 195px;
  padding: 7px;
  background: white;
  border: 1.5px solid var(--ink);
  border-radius: 10px;
  box-shadow: 4px 4px 0 var(--ink);
}
.language-switcher nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 10px;
  text-decoration: none;
  border-radius: 5px;
}
.language-switcher nav a:hover,
.language-switcher nav a[aria-current] {
  background: var(--sky);
}
.language-switcher nav .icon {
  width: 16px;
  height: 16px;
}
.hero {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 0 38px;
  padding-top: 65px;
}
.hero-copy {
  min-width: 0;
  position: relative;
  z-index: 1;
  padding-bottom: 22px;
}
.hero-eyebrow {
  color: var(--blue-dark);
  width: fit-content;
  margin-bottom: 25px;
  background: var(--sky);
  border: 1px solid #c8dafb;
  border-radius: 5px;
  padding: 6px 11px;
  font-size: var(--text-label);
  letter-spacing: 1.5px;
}
h1 {
  font: 700 clamp(3.375rem, 1.3rem + 4.7vw, 5rem)/1.08 var(--display);
  letter-spacing: -3.3px;
}
h1 > span {
  display: block;
}
.hero-highlight {
  width: fit-content;
  color: var(--blue);
  position: relative;
  z-index: 0;
}
.hero-highlight svg {
  position: absolute;
  bottom: -12px;
  left: -2px;
  width: 100%;
  height: 14px;
  fill: none;
  stroke: #98bdff;
  stroke-width: 4;
  stroke-linecap: round;
  z-index: -1;
}
.hero-description {
  color: var(--muted);
  max-width: 34rem;
  margin-top: 32px;
  font-size: var(--text-lead);
  line-height: 1.85;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 29px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 53px;
  padding: 13px 20px;
  background: var(--blue);
  border: 1.5px solid var(--ink);
  border-radius: 7px;
  box-shadow: 4px 4px 0 var(--ink);
  color: white;
  font-size: 1rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition:
    transform 0.2s,
    box-shadow 0.2s,
    background 0.2s;
}
.button > .icon:last-child {
  width: 18px;
  height: 18px;
}
.button:hover {
  background: var(--blue-dark);
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 var(--ink);
}
.button:active {
  transform: translate(3px, 3px);
  box-shadow: 1px 1px 0 var(--ink);
}
.button-secondary {
  background: transparent;
  border-color: #c9d1d6;
  box-shadow: none;
  color: var(--ink);
}
.button-secondary:hover {
  background: white;
  box-shadow: 3px 3px 0 #c9d1d6;
}
.button-secondary .icon {
  width: 16px;
  height: 16px;
}
.microcopy {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 21px;
  font-size: var(--text-small);
  font-weight: 700;
}
.microcopy .icon {
  color: #3c7b41;
  width: 14px;
  height: 14px;
}
.compatibility {
  color: var(--muted);
  font-size: var(--text-small);
  margin-top: 5px;
}
.playground {
  position: relative;
  min-width: 0;
  height: 36.25rem;
  isolation: isolate;
}
.playground-grid {
  position: absolute;
  inset: 20px -16px 6px;
  z-index: -1;
  border-radius: 35% 30% 32% 26%;
  background-color: #eaf0e7;
  background-image: radial-gradient(#95abc04f 1px, transparent 1px);
  background-size: 17px 17px;
  transform: rotate(4deg);
}
.editor-window {
  position: absolute;
  top: 100px;
  left: 0;
  width: 98%;
  border: 2px solid var(--ink);
  border-radius: 10px;
  overflow: hidden;
  transform: rotate(-4deg);
  box-shadow: 7px 9px 0 #192c421a;
  background: #111;
}
.editor-window > img {
  width: 100%;
}
.window-bar {
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 34px;
  padding: 0 12px;
  border-bottom: 1px solid var(--ink);
  font: 600 9px var(--mono);
}
.window-bar > .icon {
  width: 15px;
  height: 15px;
}
.window-dots {
  display: flex;
  gap: 5px;
}
.window-dots i {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fbb6a7;
  border: 1px solid #192c4233;
}
.window-dots i:nth-child(2) {
  background: #ffe29c;
}
.window-dots i:nth-child(3) {
  background: #c4e99b;
}
.sidekick-label {
  position: absolute;
  top: 15px;
  left: 10%;
  font: 500 14px var(--display);
  transform: rotate(-7deg);
  color: var(--muted);
}
.sidekick-label svg {
  position: absolute;
  width: 65px;
  height: 45px;
  left: calc(100% + 6px);
  top: -10px;
  fill: none;
  stroke: var(--ink);
  stroke-width: 1.5;
  stroke-linecap: round;
}
.mascot {
  position: absolute;
  width: 94px;
  height: 76px;
  background: var(--blue);
  border: 2px solid var(--ink);
  border-radius: 20px 23px 17px 17px;
  top: 10px;
  right: 38px;
  transform: rotate(10deg);
  box-shadow: 5px 4px 0 var(--ink);
  display: flex;
  justify-content: center;
  gap: 17px;
  padding-top: 23px;
  z-index: 1;
}
.mascot::before,
.mascot::after {
  content: "";
  width: 14px;
  height: 16px;
  background: var(--ink);
  position: absolute;
  bottom: -14px;
  border-radius: 0 0 5px 5px;
}
.mascot::before {
  left: 20px;
  transform: rotate(10deg);
}
.mascot::after {
  right: 17px;
  transform: rotate(-15deg);
}
.mascot-eye {
  width: 10px;
  height: 15px;
  border-radius: 9px;
  background: white;
}
.mascot-eye::after {
  content: "";
  display: block;
  width: 4px;
  height: 7px;
  background: var(--ink);
  border-radius: 4px;
  margin: 5px 0 0 4px;
}
.mascot-smile {
  position: absolute;
  top: 44px;
  width: 15px;
  height: 8px;
  border-bottom: 2px solid white;
  border-radius: 0 0 50% 50%;
}
.mascot-hand {
  position: absolute;
  left: -27px;
  top: 25px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  background: var(--mint);
  border: 2px solid var(--ink);
  border-radius: 9px;
  transform: rotate(-20deg);
}
.mascot-hand .icon {
  width: 22px;
  height: 22px;
}
.moment-badge {
  position: absolute;
  right: -17px;
  top: 274px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1.5px solid var(--ink);
  border-radius: 8px;
  box-shadow: 4px 4px 0 var(--ink);
  background: var(--mint);
  transform: rotate(5deg);
}
.moment-badge > .icon {
  width: 27px;
  height: 27px;
}
.moment-badge strong {
  display: block;
  font: 700 10px/1.7 var(--mono);
  letter-spacing: 0.5px;
}
.moment-badge div > span {
  font-size: 10px;
}
.badge-check {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border: 1.5px solid var(--ink);
  border-radius: 50%;
}
.badge-check .icon {
  width: 13px;
  height: 13px;
}
.clip-lab {
  position: absolute;
  bottom: 2px;
  left: 25px;
  right: 6px;
  z-index: 2;
  background: #fffef8;
  border: 1.5px solid var(--ink);
  border-radius: 10px;
  padding: 15px 17px;
  box-shadow: 5px 5px 0 var(--ink);
  transform: rotate(2deg);
}
.clip-lab-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.clip-lab-heading .eyebrow {
  font-size: 9px;
  letter-spacing: 1.3px;
}
.lab-spark {
  color: var(--blue);
  font-size: 20px;
  line-height: 1;
}
.mini-timeline {
  display: flex;
  align-items: center;
  height: 47px;
  gap: 11px;
  margin-top: 11px;
  padding: 5px 10px;
  background: var(--sky);
  border: 1px solid #d5e2f5;
  border-radius: 5px;
}
.timeline-play .icon {
  width: 13px;
  height: 13px;
  fill: var(--blue);
  color: var(--blue);
}
.timeline-end {
  font: 9px var(--mono);
  color: var(--muted);
}
.waveform {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 3px;
  height: 30px;
  overflow: hidden;
}
.waveform i {
  flex: 1;
  min-width: 2px;
  height: 30%;
  background: #8eb2ee;
  border-radius: 2px;
  transition:
    background 0.25s,
    transform 0.25s;
}
.waveform i:nth-child(3n) {
  height: 75%;
}
.waveform i:nth-child(4n) {
  height: 48%;
}
.waveform i:nth-child(5n) {
  height: 100%;
}
.waveform i:nth-child(7n) {
  height: 60%;
}
.clip-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-top: 9px;
}
.clip-results > span {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px dashed #c6cdd6;
  border-radius: 4px;
  padding: 6px 5px;
  font-size: 8px;
  color: var(--muted);
  transition:
    background 0.25s,
    transform 0.25s;
}
.clip-results b {
  font: 700 8px var(--mono);
}
.clip-lab-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 11px;
}
.clip-lab-action p {
  flex: 1 1 12rem;
  font-size: var(--text-small);
  line-height: 1.5;
  color: var(--muted);
}
.lab-button {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  min-height: 44px;
  font-size: var(--text-small);
  font-weight: 800;
  border: 1px solid var(--ink);
  border-radius: 5px;
  color: var(--ink);
  background: var(--peach);
  box-shadow: 2px 2px 0 var(--ink);
}
.lab-button .icon {
  width: 14px;
  height: 14px;
}
.lab-button:hover {
  background: var(--mint);
}
.lab-button:active {
  transform: translate(2px, 2px);
  box-shadow: none;
}
.is-clipped .clip-results > span {
  color: var(--ink);
  border: 1px solid var(--ink);
  animation: unlock 0.35s both;
}
.is-clipped .clip-results > span:nth-child(1) {
  background: var(--mint);
}
.is-clipped .clip-results > span:nth-child(2) {
  background: var(--peach);
  animation-delay: 0.08s;
}
.is-clipped .clip-results > span:nth-child(3) {
  background: var(--lavender);
  animation-delay: 0.16s;
}
.is-clipped .waveform i {
  background: var(--blue);
  transform: scaleY(0.85);
}
.is-clipped .waveform i:nth-child(n + 17) {
  background: #a3672d;
}
.is-clipped .waveform i:nth-child(n + 33) {
  background: #825ccc;
}
.is-clipped .moment-badge {
  animation: badge-pop 0.5s;
}
@keyframes unlock {
  from {
    opacity: 0.3;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes badge-pop {
  50% {
    transform: rotate(0deg) scale(1.07);
  }
}
.pixel-star {
  width: 100%;
  height: 100%;
}
.hero-spark {
  position: absolute;
  color: var(--blue);
  z-index: 1;
}
.spark-one {
  width: 35px;
  height: 35px;
  top: 45px;
  left: -22px;
  transform: rotate(12deg);
}
.spark-two {
  width: 23px;
  height: 23px;
  bottom: 10px;
  left: -28px;
  color: #719045;
  transform: rotate(-10deg);
}
.hero-perks {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
  margin-top: 56px;
  padding-block: 24px;
  border-top: 1px solid var(--line);
}
.hero-perks > span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: var(--text-small);
  font-weight: 700;
}
.hero-perks .icon {
  width: 17px;
  height: 17px;
}
.hero-perks > .hero-perks-signature {
  margin-left: auto;
  font: var(--text-label)/1.5 var(--mono);
  letter-spacing: 1px;
  color: var(--muted);
}
.format-strip {
  background: var(--ink);
  color: white;
  overflow: hidden;
}
.format-strip > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  min-height: 67px;
  padding-block: 15px;
}
.format-strip span {
  white-space: nowrap;
  font: 500 var(--text-small)/1.5 var(--display);
  letter-spacing: 1.8px;
}
.format-strip .format-intro {
  font: var(--text-label)/1.5 var(--mono);
  letter-spacing: 1px;
  color: #afc4da;
}
.format-strip b {
  font-size: 18px;
  color: var(--mint);
  font-weight: 400;
}
.format-strip b:last-child {
  display: none;
}
.section-pad {
  padding-block: 100px;
}
.section-heading {
  margin-bottom: 46px;
  text-align: center;
}
.section-heading .eyebrow {
  justify-content: center;
  color: var(--blue-dark);
  margin-bottom: 13px;
}
h2 {
  font: 600 clamp(2rem, 1.2rem + 2.3vw, 2.875rem)/1.2 var(--display);
  letter-spacing: -1.2px;
  text-wrap: balance;
}
.section-heading > p:not(.eyebrow) {
  color: var(--muted);
  max-width: 42rem;
  margin: 16px auto 0;
  line-height: 1.8;
  font-size: var(--text-body);
}
.split-heading {
  display: flex;
  text-align: left;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 35px;
}
.split-heading .eyebrow {
  justify-content: flex-start;
}
.split-heading h2 {
  max-width: 540px;
}
.split-heading > p:not(.eyebrow) {
  max-width: 25rem;
  margin: 0;
  font-size: var(--text-body);
}
.demo-section {
  background: var(--sky);
}
.video-shell {
  border: 1.5px solid var(--ink);
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 8px 8px 0 #bed2f3;
  background: var(--ink);
}
.video-toolbar {
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 0 19px;
  font: var(--text-label)/1.5 var(--mono);
  letter-spacing: 1.3px;
}
.video-toolbar .window-dots i {
  width: 9px;
  height: 9px;
}
.video-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: var(--text-label);
}
.video-live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #528247;
}
.video-player {
  aspect-ratio: 16 / 9;
  position: relative;
}
.video-cover {
  display: block;
  position: absolute;
  inset: 0;
  text-decoration: none;
  overflow: hidden;
}
.video-cover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.video-cover:hover > img {
  transform: scale(1.025);
}
.video-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #122d4310, #0f23373d 40%, #081c3a9c);
}
.video-center {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.video-play {
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border: 2px solid var(--ink);
  border-radius: 24px;
  background: var(--mint);
  box-shadow: 5px 5px 0 var(--ink);
  transform: rotate(-6deg);
  transition:
    transform 0.2s,
    background 0.2s;
}
.video-play .icon {
  width: 35px;
  height: 35px;
  fill: var(--ink);
  margin-left: 4px;
}
.video-cover:hover .video-play {
  transform: rotate(0deg) scale(1.08);
  background: white;
}
.video-play-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: white;
  font-size: 1rem;
  font-weight: 800;
  text-shadow: 0 2px 5px #000;
}
.video-play-label .icon {
  width: 17px;
  height: 17px;
}
.video-sticker {
  display: flex;
  align-items: center;
  gap: 9px;
  position: absolute;
  bottom: 26px;
  left: 28px;
  padding: 10px 15px;
  background: var(--peach);
  border: 1.5px solid var(--ink);
  border-radius: 5px;
  transform: rotate(-4deg);
  font: 700 12px var(--mono);
  box-shadow: 3px 3px 0 var(--ink);
}
.video-player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-caption {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 21px;
  font-size: var(--text-small);
  color: var(--muted);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
}
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.text-link .icon {
  width: 16px;
  height: 16px;
}
.workflow-section {
  background-image: radial-gradient(#bcc7b54f 0.8px, transparent 0.8px);
  background-size: 20px 20px;
}
.quest-path {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  position: relative;
  gap: 30px;
}
.quest-path::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 10%;
  width: 80%;
  border-top: 2px dashed #a9b9ac;
}
.quest-step {
  position: relative;
  text-align: center;
}
.level-node {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0 auto 27px;
  width: 45px;
  height: 45px;
  background: var(--paper);
  border: 1.5px solid var(--ink);
  border-radius: 50%;
  font: 700 var(--text-small)/1.5 var(--mono);
}
.quest-art {
  position: relative;
  display: grid;
  place-items: center;
  width: 89px;
  height: 78px;
  margin: 0 auto 27px;
  border: 1.5px solid var(--ink);
  border-radius: 16px;
  background: var(--sky);
  box-shadow: 5px 5px 0 var(--ink);
  transform: rotate(-6deg);
}
.quest-art > .icon {
  width: 39px;
  height: 39px;
  stroke-width: 1.3px;
}
.quest-spark {
  position: absolute;
  right: -15px;
  top: -18px;
  font-size: 31px;
  color: var(--blue);
}
.quest-2 .quest-art {
  background: var(--mint);
  transform: rotate(5deg);
}
.quest-3 .quest-art {
  background: var(--peach);
  transform: rotate(-4deg);
}
.quest-4 .quest-art {
  background: var(--lavender);
  transform: rotate(6deg);
}
.quest-step > .eyebrow {
  justify-content: center;
  color: var(--muted);
  font-size: var(--text-label);
  margin-bottom: 9px;
}
h3 {
  font: 600 1.5rem/1.25 var(--display);
  letter-spacing: -0.3px;
}
.quest-step h3 {
  font-size: clamp(1.375rem, 1.3rem + 0.375vw, 1.5rem);
  margin-bottom: 12px;
}
.quest-step > p:last-child {
  color: var(--muted);
  font-size: var(--text-body);
  line-height: 1.75;
}
.quest-complete {
  width: fit-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 39px auto 0;
  background: var(--mint);
  padding: 10px 16px;
  border: 1px solid #aacb8a;
  border-radius: 5px;
  font: 600 var(--text-label)/1.5 var(--mono);
  letter-spacing: 0.7px;
  text-align: center;
}
.quest-complete .icon {
  width: 16px;
  height: 16px;
}
.preview-section {
  background: #f0edfa;
}
.gallery {
  border: 1.5px solid var(--ink);
  border-radius: 12px;
  box-shadow: 8px 8px 0 #cec3ea;
  overflow: hidden;
}
.gallery-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #e4def1;
  border-bottom: 1.5px solid var(--ink);
}
.gallery-tabs button {
  min-width: 0;
  position: relative;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  border: 0;
  border-right: 1px solid #192c423b;
  background: transparent;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 800;
  padding: 15px;
}
.gallery-tabs button:last-child {
  border-right: 0;
}
.gallery-tabs button > span {
  min-width: 0;
  overflow-wrap: anywhere;
}
.gallery-tabs button[aria-selected="true"] {
  background: var(--ink);
  color: white;
}
.gallery-tabs button:hover:not([aria-selected="true"]) {
  background: white;
}
.gallery-tabs button:focus-visible {
  outline-offset: -5px;
  z-index: 1;
}
.tab-number {
  font: var(--text-label)/1.5 var(--mono);
  margin-left: 17px;
  opacity: 0.65;
}
.gallery-stage {
  padding: 0 28px 28px;
  background: #fffefa;
}
.gallery-panel-caption {
  display: flex;
  align-items: center;
  gap: 25px;
  min-height: 70px;
  padding-block: 16px;
}
.gallery-level {
  flex-shrink: 0;
  color: #634197;
  font: 700 var(--text-label)/1.5 var(--mono);
  letter-spacing: 1px;
}
.gallery-panel-caption p {
  color: var(--muted);
  font-size: var(--text-body);
}
.gallery-stage img {
  width: 100%;
  border: 1px solid var(--ink);
  border-radius: 7px;
}
.gallery-note {
  margin-top: 22px;
  text-align: center;
  color: var(--muted);
  font-size: var(--text-small);
}
.privacy-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 90px;
}
.privacy-layout .eyebrow {
  color: var(--blue-dark);
  margin-bottom: 17px;
}
.privacy-description {
  font-size: var(--text-body);
  line-height: 1.75;
  color: var(--muted);
  margin: 20px 0;
}
.local-card {
  min-width: 0;
  border: 1.5px solid var(--ink);
  border-radius: 11px;
  background: white;
  box-shadow: 7px 7px 0 var(--mint);
  transform: rotate(2deg);
}
.local-card-top {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 57px;
  padding: 15px 21px;
  background: #edf4e4;
  border-bottom: 1px solid #cbd6c3;
  border-radius: 10px 10px 0 0;
  font: 600 var(--text-label)/1.5 var(--mono);
  letter-spacing: 0.5px;
}
.local-card-top .icon {
  width: 20px;
  height: 20px;
}
.save-dot {
  flex-shrink: 0;
  margin-left: auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #558337;
  box-shadow: 0 0 0 4px #d9e8c9;
}
.local-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 18px 0;
  margin-inline: 21px;
  border-bottom: 1px dashed var(--line);
  font-size: 1rem;
}
.local-row > .icon {
  width: 18px;
  height: 18px;
  color: var(--muted);
}
.local-row strong {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  padding: 4px 7px;
  background: #eaf4df;
  border-radius: 4px;
  white-space: nowrap;
  font-size: var(--text-small);
  color: #3f5c2c;
}
.local-row > span {
  overflow-wrap: anywhere;
}
.local-row strong .icon {
  width: 12px;
  height: 12px;
}
.local-card > p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 16px 10px;
  font-size: var(--text-small);
  color: var(--muted);
}
.local-card > p .icon {
  width: 13px;
  height: 13px;
}
.pricing-section {
  border-block: 1px solid var(--line);
  background: #f0f2ea;
}
.plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 23px;
  align-items: stretch;
}
.plan {
  min-width: 0;
  background: #fffefa;
  border: 1.5px solid var(--ink);
  border-radius: 10px;
  padding: 27px;
  display: flex;
  flex-direction: column;
}
.plan-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 31px;
}
.plan-top > .icon {
  width: 31px;
  height: 31px;
  stroke-width: 1.4px;
}
.plan-tag {
  font: 700 var(--text-label)/1.5 var(--mono);
  letter-spacing: 1px;
  padding: 5px 9px;
  background: var(--sky);
  border: 1px solid #ccd7e4;
  border-radius: 4px;
}
.plan:nth-child(3) .plan-tag {
  background: var(--peach);
  border-color: #e7b89a;
}
.plan > .eyebrow {
  color: var(--muted);
  font-size: var(--text-label);
  letter-spacing: 1px;
  margin-bottom: 9px;
}
.plan h3 {
  font-size: clamp(1.75rem, 1.6rem + 0.75vw, 2rem);
}
.plan-subtitle {
  color: var(--muted);
  font-size: var(--text-body);
  margin-top: 8px;
}
.plan ul {
  list-style: none;
  padding: 21px 0 26px;
  margin: 23px 0 0;
  border-top: 1px dashed #bac4cc;
}
.plan li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: var(--text-body);
  margin-block: 11px;
}
.plan li .icon {
  width: 15px;
  height: 15px;
  margin-top: 2px;
}
.plan-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 12px 14px;
  min-height: 52px;
  border: 1.5px solid var(--ink);
  border-radius: 5px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 800;
  margin-top: auto;
}
.plan-link .icon {
  width: 17px;
  height: 17px;
}
.plan-link:hover {
  background: var(--sky);
}
.plan-featured {
  background: var(--blue);
  color: white;
  box-shadow: 6px 6px 0 var(--ink);
  transform: translateY(-7px);
}
.plan-featured > .eyebrow,
.plan-featured .plan-subtitle {
  color: #e2ecff;
}
.plan-featured .plan-tag {
  background: var(--mint);
  color: var(--ink);
  border-color: var(--ink);
}
.plan-featured ul {
  border-color: #ffffff70;
}
.plan-featured .plan-link {
  background: var(--mint);
  color: var(--ink);
  box-shadow: 3px 3px 0 var(--ink);
}
.plan-featured .plan-link:hover {
  background: white;
}
.pricing-note {
  max-width: 52rem;
  margin: 26px auto 0;
  text-align: center;
  color: var(--muted);
  font-size: var(--text-small);
}
.faq-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
}
.faq-layout .section-heading {
  text-align: left;
  margin: 0;
}
.faq-layout .eyebrow {
  justify-content: flex-start;
}
.faq-art {
  display: flex;
  align-items: center;
  position: relative;
  gap: 15px;
  width: 160px;
  height: 110px;
  margin-top: 20px;
}
.faq-art > .icon {
  width: 94px;
  height: 94px;
  color: var(--blue);
  stroke-width: 1px;
  transform: rotate(-15deg);
}
.faq-art > span {
  display: grid;
  place-items: center;
  position: absolute;
  right: 15px;
  top: 0;
  width: 42px;
  height: 42px;
  background: var(--peach);
  border: 1.5px solid var(--ink);
  border-radius: 8px 8px 8px 0;
  font: 600 25px var(--display);
  transform: rotate(10deg);
}
.faq-art .pixel-star {
  position: absolute;
  width: 17px;
  height: 17px;
  bottom: 6px;
  right: 9px;
  color: #739b3d;
}
.faq-list {
  border-top: 1px solid #c7d0d3;
}
.faq-list details {
  border-bottom: 1px solid #c7d0d3;
}
.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 22px 8px 22px 0;
  list-style: none;
  font-size: var(--text-body);
  font-weight: 800;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #bdcbd0;
  border-radius: 5px;
  font: 400 20px/1 var(--display);
  transition: transform 0.2s;
}
.faq-list details[open] summary > span {
  transform: rotate(45deg);
  background: var(--mint);
  border-color: var(--ink);
}
.faq-list details > p {
  padding: 0 35px 24px 0;
  color: var(--muted);
  font-size: var(--text-body);
  line-height: 1.75;
}
.closing-section {
  background: var(--blue);
  color: white;
  border-block: 1.5px solid var(--ink);
  background-image:
    linear-gradient(#ffffff0a 1px, transparent 1px),
    linear-gradient(90deg, #ffffff0a 1px, transparent 1px);
  background-size: 45px 45px;
  overflow: hidden;
}
.closing-content {
  position: relative;
  text-align: center;
  padding-block: 79px;
}
.closing-content > .eyebrow {
  justify-content: center;
  color: var(--mint);
}
.closing-content h2 {
  font-size: clamp(2.5rem, 1.4rem + 3.2vw, 3.875rem);
  margin-top: 21px;
  line-height: 1.12;
}
.closing-content > p:not(.eyebrow) {
  margin: 21px auto 26px;
  font-size: var(--text-lead);
  color: #e1ebff;
  max-width: 42rem;
}
.button-light {
  background: var(--mint);
  color: var(--ink);
  min-width: 225px;
}
.button-light:hover {
  background: white;
}
.closing-content > p.closing-requirements {
  font-size: var(--text-small);
  margin: 22px auto 0;
}
.closing-content > p.closing-note {
  font-size: var(--text-small);
  margin: 5px auto 0;
}
.closing-star {
  position: absolute;
}
.closing-star-one {
  width: 71px;
  height: 71px;
  top: 100px;
  left: 8%;
  color: var(--mint);
  transform: rotate(12deg);
}
.closing-star-two {
  width: 45px;
  height: 45px;
  bottom: 104px;
  right: 9%;
  color: var(--peach);
  transform: rotate(-8deg);
}
.site-footer {
  padding-top: 46px;
}
.footer-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding-bottom: 35px;
}
.footer-top p {
  font-size: var(--text-small);
  color: var(--muted);
  margin-top: 13px;
}
.footer-top nav {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 1rem;
  font-weight: 700;
}
.site-footer nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  text-decoration: none;
}
.site-footer nav a:hover {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 24px;
  font-size: var(--text-small);
  color: var(--muted);
}
.footer-bottom small {
  font-size: inherit;
}
.footer-made {
  font: var(--text-label)/1.5 var(--mono);
  letter-spacing: 0.8px;
}
.footer-languages {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: var(--text-small);
}
.footer-languages a[aria-current] {
  color: var(--ink);
  font-weight: 800;
}
.footer-languages .icon {
  display: none;
}
.error-page {
  display: grid;
  place-items: center;
  min-height: 100svh;
  padding: 30px;
  background: var(--sky);
}
.error-page main {
  width: min(650px, 100%);
}
.footer-brand {
  font: 700 32px var(--display);
  text-decoration: none;
}
.error-page .eyebrow {
  margin: 50px 0 20px;
}
.error-page h1 {
  font-size: clamp(42px, 6vw, 75px);
}
.error-page p:not(.eyebrow) {
  margin: 25px 0;
  color: var(--muted);
}
html[lang="ja"] h1 {
  font-size: clamp(2.8125rem, 1.15rem + 3.7vw, 4.25rem);
  line-height: 1.3;
  letter-spacing: -2px;
}
html[lang="ja"] h2 {
  font-size: clamp(1.875rem, 1.125rem + 2.1vw, 2.625rem);
  line-height: 1.4;
}
html[lang="ja"] .plan h3 {
  font-size: clamp(1.625rem, 1.55rem + 0.375vw, 1.75rem);
}
@media (min-width: 93.75rem) {
  .hero {
    padding-top: 75px;
  }
}
@media (max-width: 71.875rem) {
  .container {
    width: calc(100% - 64px);
  }
  .site-header {
    gap: 25px;
  }
  .desktop-nav {
    display: none;
  }
  .header-actions {
    gap: 13px;
    margin-left: auto;
  }
  .header-download > .icon:last-child {
    display: none;
  }
  .hero {
    gap: 0 24px;
    padding-top: 50px;
  }
  h1 {
    font-size: 4.0625rem;
  }
  .hero-actions {
    gap: 10px;
  }
  .hero-actions .button {
    padding-inline: 13px;
  }
  .playground-grid {
    transform: none;
  }
  .editor-window {
    top: 110px;
  }
  .sidekick-label {
    font-size: 12px;
    left: 0;
  }
  .mascot {
    right: 15px;
  }
  .moment-badge {
    top: 260px;
    right: -10px;
    padding: 10px;
  }
  .clip-lab {
    left: 5px;
    right: 0;
    padding: 13px;
  }
  .clip-results > span {
    font-size: 7px;
  }
  .format-strip > div {
    gap: 16px;
  }
  .format-strip span {
    letter-spacing: 1px;
  }
  .format-strip .format-intro {
    display: none;
  }
  .privacy-layout,
  .faq-layout {
    gap: 48px;
  }
  .quest-path {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }
  .quest-path::before {
    display: none;
  }
  .plan {
    padding: 23px;
  }
  .footer-made {
    display: none;
  }
}
@media (max-width: 56.25rem) {
  .site-header {
    min-height: 84px;
    gap: 18px;
  }
  .desktop-nav {
    display: none;
  }
  .header-actions {
    margin-left: auto;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 45px;
  }
  .hero-copy {
    text-align: center;
    padding: 0;
  }
  .hero-eyebrow {
    margin-inline: auto;
    margin-bottom: 24px;
  }
  h1 {
    font-size: 4.625rem;
    letter-spacing: -3px;
  }
  .hero-highlight {
    margin-inline: auto;
  }
  .hero-description {
    max-width: 500px;
    margin: 29px auto 0;
  }
  .hero-actions,
  .microcopy {
    justify-content: center;
  }
  .hero-actions .button {
    padding-inline: 20px;
  }
  .playground {
    width: min(550px, 100%);
    height: 37.5rem;
    margin: 43px auto 0;
  }
  .editor-window {
    top: 106px;
  }
  .sidekick-label {
    left: 13%;
  }
  .mascot {
    right: 45px;
  }
  .moment-badge {
    top: 290px;
  }
  .clip-lab {
    left: 25px;
    right: 12px;
    bottom: 7px;
  }
  .clip-results > span {
    font-size: 9px;
  }
  .hero-perks {
    margin-top: 36px;
    justify-content: center;
  }
  .hero-perks > .hero-perks-signature {
    display: none;
  }
  .section-pad {
    padding-block: 75px;
  }
  .split-heading {
    display: block;
    text-align: center;
  }
  .split-heading .eyebrow {
    justify-content: center;
  }
  .split-heading h2 {
    max-width: none;
  }
  .split-heading > p:not(.eyebrow) {
    max-width: 450px;
    margin: 17px auto 0;
  }
  .level-node {
    margin-bottom: 24px;
  }
  .quest-step > p:last-child {
    max-width: 300px;
    margin: auto;
  }
  .gallery-panel-caption {
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    padding-block: 17px;
  }
  .gallery-tabs button {
    gap: 8px;
  }
  .tab-number {
    display: none;
  }
  .privacy-layout {
    gap: 38px;
    grid-template-columns: 1fr;
  }
  .local-card {
    width: calc(100% - 16px);
    max-width: 36rem;
    margin-inline: auto;
  }
  .local-row {
    margin-inline: 14px;
    gap: 8px;
  }
  .local-card-top {
    padding-inline: 14px;
  }
  .plans {
    grid-template-columns: 1fr;
    gap: 28px;
    max-width: 36rem;
    margin-inline: auto;
  }
  .plan {
    padding: 28px;
  }
  .plan-featured {
    transform: none;
    margin-right: 5px;
  }
  .plan > .eyebrow {
    letter-spacing: 0.4px;
  }
  .plan-link {
    padding-inline: 10px;
  }
  .faq-layout {
    gap: 40px;
    grid-template-columns: 1fr;
  }
  .faq-layout .section-heading {
    position: relative;
    padding-right: 110px;
  }
  .faq-art {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    margin: 0;
  }
  .faq-art > .icon {
    width: 64px;
    height: 64px;
  }
  .closing-star-one {
    left: 0;
    width: 45px;
    height: 45px;
  }
  .closing-star-two {
    right: 0;
    width: 30px;
    height: 30px;
  }
  .footer-top nav {
    gap: 16px;
  }
  html[lang="ja"] h1 {
    font-size: 4.0625rem;
  }
}
@media (max-width: 37.5rem) {
  .container {
    width: calc(100% - 40px);
  }
  .site-header {
    min-height: 77px;
    gap: 15px;
  }
  .brand {
    font-size: 1.625rem;
    gap: 6px;
  }
  .brand img {
    width: 30px;
  }
  .header-actions {
    gap: 12px;
  }
  .header-download {
    padding: 8px 11px;
    border-radius: 5px;
  }
  .header-download > .icon {
    display: none;
  }
  .language-switcher summary {
    gap: 4px;
  }
  .hero {
    padding-top: 35px;
  }
  .hero-eyebrow {
    letter-spacing: 1.1px;
    margin-bottom: 21px;
  }
  .hero-eyebrow .icon {
    width: 16px;
    height: 16px;
  }
  h1 {
    font-size: clamp(2.75rem, 1.25rem + 6vw, 4.25rem);
    letter-spacing: -2px;
    line-height: 1.13;
  }
  .hero-highlight svg {
    bottom: -9px;
    height: 11px;
  }
  .hero-description {
    max-width: 30rem;
    margin-top: 24px;
    line-height: 1.75;
  }
  .hero-actions {
    margin-top: 23px;
    gap: 10px;
    flex-wrap: wrap;
  }
  .hero-actions .button {
    min-height: 48px;
    padding: 11px 13px;
    gap: 6px;
  }
  .hero-actions .button > .icon {
    width: 17px;
    height: 17px;
  }
  .hero-actions .button-secondary > .icon {
    width: 14px;
    height: 14px;
  }
  .microcopy {
    margin-top: 19px;
  }
  .playground {
    height: 34rem;
    margin-top: 33px;
    max-width: 390px;
  }
  .playground-grid {
    inset: 25px -5px 5px;
    border-radius: 50px;
    transform: none;
  }
  .sidekick-label {
    left: 1%;
    top: 17px;
    font-size: 11px;
  }
  .sidekick-label svg {
    width: 40px;
    left: calc(100% + 2px);
    top: 0;
  }
  .mascot {
    width: 67px;
    height: 57px;
    top: 7px;
    right: 26px;
    padding-top: 16px;
    gap: 11px;
    border-radius: 14px;
    box-shadow: 4px 3px 0 var(--ink);
  }
  .mascot-eye {
    width: 8px;
    height: 11px;
  }
  .mascot-eye::after {
    width: 3px;
    height: 5px;
    margin: 4px 0 0 4px;
  }
  .mascot-smile {
    top: 30px;
    width: 12px;
  }
  .mascot-hand {
    left: -23px;
    width: 29px;
    height: 29px;
    top: 20px;
  }
  .mascot-hand .icon {
    width: 17px;
    height: 17px;
  }
  .mascot::before,
  .mascot::after {
    width: 10px;
    height: 10px;
    bottom: -10px;
  }
  .mascot::before {
    left: 15px;
  }
  .mascot::after {
    right: 13px;
  }
  .editor-window {
    top: 87px;
    width: 97%;
    left: 1%;
  }
  .window-bar {
    min-height: 27px;
    font-size: 7px;
    padding-inline: 9px;
  }
  .window-dots {
    gap: 4px;
  }
  .window-dots i {
    width: 5px;
    height: 5px;
  }
  .moment-badge {
    top: 198px;
    right: 0;
    padding: 8px 9px;
    gap: 7px;
    box-shadow: 3px 3px 0 var(--ink);
  }
  .moment-badge > .icon {
    width: 21px;
    height: 21px;
  }
  .moment-badge strong {
    font-size: 8px;
  }
  .moment-badge div > span {
    font-size: 8px;
  }
  .badge-check {
    width: 16px;
    height: 16px;
  }
  .badge-check .icon {
    width: 10px;
    height: 10px;
  }
  .clip-lab {
    left: 6px;
    right: 7px;
    bottom: 2px;
    padding: 11px;
  }
  .clip-lab-heading .eyebrow {
    font-size: 8px;
    letter-spacing: 0.8px;
  }
  .mini-timeline {
    height: 40px;
    margin-top: 8px;
    gap: 8px;
  }
  .waveform {
    height: 25px;
    gap: 2px;
  }
  .timeline-end {
    font-size: 8px;
  }
  .clip-results {
    gap: 5px;
  }
  .clip-results > span {
    font-size: 7px;
    gap: 4px;
    padding: 5px 4px;
  }
  .clip-results b {
    font-size: 7px;
  }
  .clip-lab-action {
    margin-top: 9px;
  }
  .lab-button {
    padding: 7px;
    gap: 5px;
  }
  .spark-one {
    top: 51px;
    left: 0;
    width: 21px;
    height: 21px;
  }
  .spark-two {
    display: none;
  }
  .hero-perks {
    gap: 12px 20px;
    margin-top: 27px;
    padding-block: 19px;
    justify-content: center;
  }
  .hero-perks > span {
    gap: 4px;
  }
  .hero-perks .icon {
    width: 13px;
    height: 13px;
  }
  .format-strip > div {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    padding-block: 15px;
    min-height: 65px;
  }
  .format-strip span {
    letter-spacing: 1px;
  }
  .format-strip b {
    font-size: 11px;
  }
  .format-strip b:nth-last-child(3) {
    display: none;
  }
  .section-pad {
    padding-block: 57px;
  }
  .section-heading {
    margin-bottom: 29px;
  }
  .section-heading .eyebrow {
    letter-spacing: 1.1px;
    margin-bottom: 13px;
  }
  .eyebrow .icon {
    width: 16px;
    height: 16px;
  }
  h2 {
    font-size: 2.0625rem;
    line-height: 1.18;
    letter-spacing: -0.8px;
  }
  .section-heading > p:not(.eyebrow) {
    margin-top: 14px;
  }
  .video-shell {
    border-radius: 8px;
    box-shadow: 4px 4px 0 #bed2f3;
  }
  .video-toolbar {
    min-height: 32px;
    padding-inline: 11px;
    letter-spacing: 0.6px;
  }
  .video-toolbar .window-dots i {
    width: 6px;
    height: 6px;
  }
  .video-live {
    gap: 4px;
  }
  .video-live i {
    width: 4px;
    height: 4px;
  }
  .video-play {
    width: 53px;
    height: 53px;
    border-radius: 15px;
    box-shadow: 3px 3px 0 var(--ink);
  }
  .video-play .icon {
    width: 23px;
    height: 23px;
  }
  .video-center {
    gap: 13px;
  }
  .video-play-label {
    gap: 5px;
  }
  .video-play-label .icon {
    width: 12px;
    height: 12px;
  }
  .video-sticker {
    bottom: 12px;
    left: 12px;
    font-size: 7px;
    padding: 5px 7px;
    gap: 5px;
  }
  .video-sticker .icon {
    width: 14px;
    height: 14px;
  }
  .video-caption {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-top: 15px;
  }
  .quest-path {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .level-node {
    width: 33px;
    height: 33px;
    margin-bottom: 19px;
  }
  .quest-art {
    width: 68px;
    height: 62px;
    margin-bottom: 20px;
    box-shadow: 4px 4px 0 var(--ink);
  }
  .quest-art > .icon {
    width: 31px;
    height: 31px;
  }
  .quest-spark {
    right: -11px;
    font-size: 24px;
  }
  .quest-step > .eyebrow {
    letter-spacing: 1px;
  }
  .quest-step h3 {
    margin-bottom: 8px;
  }
  .quest-step > p:last-child {
    max-width: 30rem;
  }
  .quest-complete {
    padding: 8px 10px;
    gap: 6px;
    margin-top: 29px;
    letter-spacing: 0.4px;
  }
  .quest-complete .icon {
    width: 12px;
    height: 12px;
  }
  .gallery {
    box-shadow: 4px 4px 0 #cec3ea;
    border-radius: 8px;
  }
  .gallery-tabs button {
    padding: 12px 5px;
    flex-direction: column;
    gap: 5px;
    min-height: 67px;
    line-height: 1.4;
  }
  .gallery-tabs .icon {
    width: 18px;
    height: 18px;
  }
  .gallery-stage {
    padding: 0 10px 10px;
  }
  .gallery-panel-caption {
    gap: 5px;
    padding: 13px 4px;
  }
  .gallery-panel-caption p {
    line-height: 1.7;
  }
  .gallery-stage img {
    border-radius: 4px;
  }
  .gallery-note {
    margin-top: 15px;
  }
  .privacy-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .privacy-description {
    margin: 15px 0;
  }
  .local-card {
    max-width: 30rem;
    width: calc(100% - 10px);
    margin-inline: auto;
    transform: none;
  }
  .local-card-top {
    min-height: 51px;
  }
  .local-row {
    padding-block: 15px;
  }
  .plans {
    grid-template-columns: 1fr;
    gap: 23px;
  }
  .plan {
    padding: 24px;
  }
  .plan-top {
    margin-bottom: 22px;
  }
  .plan ul {
    margin-top: 20px;
    padding-block: 15px;
  }
  .plan-featured {
    transform: none;
    margin-right: 5px;
  }
  .plan-link {
    margin-top: 10px;
  }
  .pricing-note {
    margin-top: 24px;
  }
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .faq-layout .section-heading {
    position: relative;
    padding-right: 64px;
  }
  .faq-art {
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
    height: 70px;
    margin: 0;
  }
  .faq-art > .icon {
    width: 48px;
    height: 48px;
  }
  .faq-art > span {
    right: 4px;
    width: 26px;
    height: 26px;
    top: -9px;
    font-size: 16px;
  }
  .faq-art .pixel-star {
    width: 12px;
    height: 12px;
    right: 0;
  }
  .faq-list summary {
    padding-block: 20px;
    gap: 15px;
  }
  .faq-list details > p {
    padding-right: 10px;
  }
  .closing-content {
    padding-block: 55px;
  }
  .closing-content > .eyebrow {
    letter-spacing: 1px;
  }
  .closing-content h2 {
    font-size: 2.5rem;
    margin-top: 19px;
  }
  .closing-content > p:not(.eyebrow) {
    max-width: 30rem;
    margin-top: 19px;
  }
  .closing-content > p.closing-requirements,
  .closing-content > p.closing-note {
    max-width: none;
  }
  .closing-star-one {
    width: 23px;
    height: 23px;
    top: 24px;
    left: 0;
  }
  .closing-star-two {
    width: 20px;
    height: 20px;
    right: 0;
    bottom: 35px;
  }
  .footer-top {
    display: block;
    padding-bottom: 27px;
  }
  .footer-top nav {
    gap: 21px;
    margin-top: 25px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding-block: 22px;
  }
  .footer-languages {
    gap: 20px;
  }
  html[lang="ja"] h1 {
    font-size: clamp(2.125rem, 1rem + 5.5vw, 3.3125rem);
    line-height: 1.3;
    letter-spacing: -1.5px;
  }
  html[lang="ja"] h2 {
    font-size: 1.8125rem;
  }
  html[lang="ja"] .sidekick-label {
    font-size: 9px;
  }
  html[lang="ja"] .sidekick-label svg {
    display: none;
  }
}
@media (max-width: 26rem) {
  .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding-block: 14px;
  }
  .header-actions {
    display: contents;
  }
  .language-switcher {
    justify-self: end;
  }
  .header-download {
    grid-column: 1 / -1;
    justify-content: center;
  }
  .hero-actions .button {
    width: 100%;
  }
  .local-row {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .local-row strong {
    grid-column: 2;
    justify-self: start;
    margin-left: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
