:root {
  --bg: #08080a;
  --text: #f5f5f5;
  --content-width: 1240px;
  --floating-cta-height: 78px;
  --section-space: clamp(98px, 8.2vw, 140px);
  --edge-height: clamp(42px, 5vw, 76px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); scrollbar-gutter: stable; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background: var(--bg);
  font-family: "M PLUS 2", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: rgba(255,255,255,.12); }
button { font: inherit; }
:focus-visible { outline: 3px solid currentColor; outline-offset: 4px; }

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.section-inner {
  width: min(calc(100% - 72px), var(--content-width));
  margin-inline: auto;
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  background: #050507;
}
.hero__picture {
  display: block;
  width: 100%;
}
.hero__image {
  display: block;
  width: 100%;
  height: auto;
}


/* Release notice band */
.release-band {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .7em;
  padding: 16px 20px 17px;
  background: #111216;
  color: #fff;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.10);
  text-align: center;
}
.release-band p { margin: 0; }
.release-band__main,
.release-band__note {
  color: #fff;
  font-size: clamp(1.05rem, 1.45vw, 1.2rem);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: .01em;
}
.release-band__note-end { display: none; }

/* Feature sections */
.feature {
  --section-surface: #f7f6f3;
  --section-text: #101014;
  --section-muted: #38383f;
  --shot-border: rgba(15,15,18,.18);
  --zoom-bg: rgba(0,0,0,.76);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: var(--section-space) 0 calc(var(--section-space) + 28px);
  color: var(--section-text);
  background: var(--section-surface);
}
.feature--dark {
  --section-surface:
    radial-gradient(circle at 80% 20%, rgba(255,70,90,.48), transparent 33%),
    radial-gradient(circle at 12% 82%, rgba(221,24,42,.34), transparent 34%),
    linear-gradient(125deg, #1d070c 0%, #5f101b 52%, #861624 100%);
  --section-text: #fff;
  --section-muted: #f0e6e8;
  --shot-border: rgba(255,255,255,.22);
}
.feature::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 67%, rgba(194,7,20,.055) 67% 68%, transparent 68%),
    radial-gradient(circle at 88% 14%, rgba(190,0,14,.055), transparent 27%);
}
.feature--dark::after {
  opacity: .18;
  background:
    radial-gradient(circle at 16% 18%, rgba(255,255,255,.06), transparent 24%),
    radial-gradient(circle at 78% 28%, rgba(255,255,255,.04), transparent 28%);
}

.feature + .feature {
  margin-top: calc(-1 * var(--edge-height) - 2px);
}
.feature--slope-left {
  clip-path: polygon(0 var(--edge-height), 100% 0, 100% 100%, 0 100%);
  padding-top: calc(var(--section-space) + var(--edge-height) + 2px);
}
.feature--slope-right {
  clip-path: polygon(0 0, 100% var(--edge-height), 100% 100%, 0 100%);
  padding-top: calc(var(--section-space) + var(--edge-height) + 2px);
}
.feature__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, .88fr);
  gap: clamp(42px, 4.6vw, 62px);
  align-items: center;
}
.feature--reverse .feature__inner {
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.5fr);
}
.feature--reverse .feature__copy { order: 2; }
.feature--reverse .shots { order: 1; }
.feature__copy {
  min-width: 0;
  max-width: 760px;
}
.feature__title {
  margin: 0;
  color: var(--section-text);
  font-size: clamp(1.8rem, 3vw, 3.18rem);
  line-height: 1.18;
  letter-spacing: -.045em;
  font-weight: 900;
  font-style: italic;
  text-wrap: pretty;
}
.feature__title--compact {
  font-size: clamp(1.55rem, 2.25vw, 2.65rem);
  white-space: nowrap;
}
.feature__title-main,
.feature__title-sub { display: inline; }
.feature__text {
  margin: 22px 0 0;
  max-width: 43em;
  color: var(--section-muted);
  font-size: clamp(.98rem, 1.08vw, 1.08rem);
  line-height: 1.94;
  font-weight: 500;
}

.feature__music {
  margin-top: 18px;
  max-width: 43em;
  color: var(--section-muted);
}
.feature__music-title,
.feature__music-list {
  margin: 0;
}
.feature__music-title {
  font-size: clamp(.9rem, 1vw, 1rem);
  line-height: 1.65;
  font-weight: 800;
}
.feature__music-list {
  margin-top: 4px;
  font-size: clamp(.88rem, 1vw, .98rem);
  line-height: 1.78;
  font-weight: 500;
}

.feature__note {
  margin: 10px 0 0;
  max-width: 43em;
  color: var(--section-muted);
  font-size: clamp(.72rem, .85vw, .82rem);
  line-height: 1.7;
  font-weight: 500;
}

.feature-options {
  width: min(100%, 820px);
  margin: clamp(38px, 4.5vw, 58px) auto 0;
  padding: clamp(22px, 2.8vw, 32px) clamp(22px, 3.2vw, 38px);
  border-radius: 14px;
  background: rgba(0,0,0,.045);
}
.feature-options__title {
  margin: 0;
  color: var(--section-text);
  font-size: clamp(1rem, 1.55vw, 1.32rem);
  line-height: 1.5;
  font-weight: 800;
}
.feature-options__intro {
  margin: 10px 0 0;
  color: var(--section-muted);
  font-size: clamp(.86rem, 1vw, .98rem);
  line-height: 1.8;
  font-weight: 500;
}
.feature-options__table {
  width: 100%;
  margin-top: 14px;
  border: 1px solid rgba(0,0,0,.11);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  overflow: hidden;
  color: var(--section-muted);
  font-size: clamp(.80rem, .92vw, .92rem);
  line-height: 1.7;
}
.feature-options__table th,
.feature-options__table td {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(0,0,0,.09);
  text-align: left;
  vertical-align: middle;
}
.feature-options__table td {
  border-left: 1px solid rgba(0,0,0,.09);
}
.feature-options__table tr:last-child th,
.feature-options__table tr:last-child td {
  border-bottom: 0;
}
.feature-options__table th {
  width: 16.5rem;
  color: var(--section-text);
  font-weight: 700;
  white-space: nowrap;
}
.feature-options__table td {
  font-weight: 500;
}

.shots {
  --shots-max: 470px;
  --shots-gap: clamp(14px, 1.6vw, 20px);
  width: min(100%, var(--shots-max));
  justify-self: center;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--shots-gap);
  align-items: start;
}
.shot {
  position: relative;
  width: 100%;
  aspect-ratio: 640 / 1160;
  margin: 0;
  padding: 0;
  border: 1px solid var(--shot-border);
  border-radius: 9px;
  overflow: hidden;
  background: #0e0e11;
  color: #fff;
  cursor: zoom-in;
  box-shadow: 0 16px 38px rgba(0,0,0,.24);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shot__zoom {
  position: absolute;
  right: 9px;
  bottom: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  padding: 6px 10px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  background: var(--zoom-bg);
  color: #fff;
  font-size: .70rem;
  font-weight: 700;
  letter-spacing: .05em;
}
@media (hover: hover) {
  .shot:hover {
    transform: translateY(-5px);
    border-color: rgba(222,25,39,.70);
    box-shadow: 0 22px 52px rgba(0,0,0,.32), 0 0 0 1px rgba(213,9,20,.16);
  }
}

/* App information */
.app-spec {
  background: #111216;
  color: #f5f5f5;
  padding: clamp(52px, 5.5vw, 76px) 0;
  border-top: 1px solid rgba(255,255,255,.08);
}
.app-spec__inner { max-width: 720px; }
.app-spec__list {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.025));
  box-shadow: 0 10px 34px rgba(0,0,0,.18);
  overflow: hidden;
}
.app-spec__row {
  display: grid;
  grid-template-columns: 10.5rem auto;
  align-items: stretch;
}
.app-spec__row + .app-spec__row {
  border-top: 1px solid rgba(255,255,255,.10);
}
.app-spec__row dt,
.app-spec__row dd {
  margin: 0;
  padding: 16px 18px;
}
.app-spec__row dt {
  color: #d4d7dc;
  font-weight: 800;
  background: rgba(255,255,255,.03);
  border-right: 1px solid rgba(255,255,255,.10);
}
.app-spec__row dd {
  color: #fff;
  font-weight: 600;
}

/* Footer */
.site-footer {
  position: relative;
  background: #070709;
  color: #f5f5f5;
  border-top: 1px solid rgba(255,255,255,.08);
  padding: clamp(36px, 4vw, 55px) 0 calc(var(--floating-cta-height) + env(safe-area-inset-bottom) + 34px);
  text-align: center;
}
.rights { max-width: 860px; }
.rights__notice {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 36px;
  padding: 11px 16px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(255,255,255,.04);
  color: #d8d8dc;
  font-size: clamp(.72rem, 1.05vw, .86rem);
  line-height: 1.7;
}
.rights__notice-break { display: none; }
.rights__logo { width: min(100%, 720px); margin: 0 auto; }
.rights__copyright {
  margin: 26px 0 0;
  color: #b7b7bc;
  font-size: clamp(.68rem, 1.1vw, .82rem);
  line-height: 1.8;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 28px;
  margin: 48px auto 0;
  padding: 0 28px;
}
.footer-links a {
  color: #c8c8cc;
  font-size: .82rem;
  text-underline-offset: .28em;
  transition: color .2s ease;
}
.footer-links a:hover { color: #fff; }
.site-footer__copyright {
  margin: 32px 0 0;
  color: #77777d;
  font-size: .72rem;
}

/* Floating CTA */
.floating-cta {
  position: fixed;
  z-index: 40;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: calc(var(--floating-cta-height) + env(safe-area-inset-bottom));
  padding: 8px 24px calc(8px + env(safe-area-inset-bottom));
  display: flex;
  align-items: center;
  color: #fff;
  background: rgba(5,5,8,.92);
  border-top: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 -14px 38px rgba(0,0,0,.22);
  pointer-events: none;
}
body.is-scrolled .floating-cta {
  background: rgba(8,8,11,.88);
  border-top-color: rgba(255,255,255,.10);
}
.floating-cta__inner {
  width: 100%;
  min-height: calc(var(--floating-cta-height) - 16px);
  margin-inline: auto;
  padding-right: 18px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(16px, 2.6vw, 28px);
}
.floating-cta__message {
  margin: 0;
  min-width: 0;
  max-width: 34rem;
  color: rgba(255,255,255,.94);
  font-size: clamp(.82rem, 1.08vw, .98rem);
  font-weight: 700;
  letter-spacing: .01em;
  text-align: right;
}
.floating-cta__button {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 12px 18px;
  border: 1px solid rgba(255,255,255,.56);
  border-radius: 7px;
  background: rgba(5,5,8,.68);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 7px 22px rgba(0,0,0,.18);
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.x-icon {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  fill: #fff;
}
.floating-cta__label {
  white-space: nowrap;
  font-size: .92rem;
  font-weight: 800;
  letter-spacing: .01em;
}
@media (hover: hover) {
  .floating-cta__button:hover {
    background: rgba(30,30,35,.72);
    border-color: rgba(255,255,255,.82);
    transform: translateY(-1px);
  }
}


html.is-lightbox-open,
body.is-lightbox-open {
  overflow: hidden;
  overscroll-behavior: none;
}

/* Lightbox */
.lightbox {
  width: min(92vw, 680px);
  max-height: calc(100dvh - 96px);
  margin: auto;
  padding: 0;
  border: 0;
  border-radius: 10px;
  overflow: visible;
  background: transparent;
  color: #fff;
}
.lightbox::backdrop {
  background: rgba(0,0,0,.90);
}
.lightbox__image {
  width: auto;
  max-width: 100%;
  max-height: min(88vh, calc(100dvh - 104px));
  margin: auto;
  border-radius: 8px;
  box-shadow: 0 24px 90px rgba(0,0,0,.7);
}
.lightbox__close {
  position: absolute;
  z-index: 2;
  right: -10px;
  top: -48px;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 50%;
  background: rgba(12,12,14,.90);
  color: #fff;
  cursor: pointer;
}
.lightbox__close::before,
.lightbox__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
}
.lightbox__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.lightbox__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 960px) {
  :root {
    --section-space: 92px;
    --edge-height: 48px;
  }
  .section-inner { width: min(calc(100% - 44px), var(--content-width)); }
  .feature__inner {
    grid-template-columns: minmax(0, 1.46fr) minmax(0, .9fr);
    gap: 34px;
  }
  .feature--reverse .feature__inner {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.46fr);
  }
  .feature__title { font-size: clamp(1.75rem, 4.4vw, 2.9rem); }
  .feature__title--compact { font-size: clamp(1.5rem, 2.7vw, 1.8rem); }
  .shots { --shots-max: 434px; }
}

@media (max-width: 767px) {
  .release-band {
    display: grid;
    place-items: center;
    gap: 3px;
    padding: 13px 12px 14px;
  }
  .release-band__main {
    font-size: .9rem;
    font-weight: 800;
  }
  .release-band__note {
    color: #cfd0d5;
    font-size: .72rem;
    font-weight: 600;
  }
  .release-band__note-end { display: inline; }
  :root {
    --floating-cta-height: 76px;
    --section-space: 82px;
    --edge-height: 34px;
  }

  .section-inner { width: min(calc(100% - 34px), var(--content-width)); }
  .feature--slope-left,
  .feature--slope-right {
    padding-top: calc(var(--section-space) + var(--edge-height) + 2px);
    padding-bottom: calc(var(--section-space) + 26px);
  }
  .feature:first-child { padding-bottom: calc(var(--section-space) + 26px); }
  .feature__inner,
  .feature--reverse .feature__inner { display: block; }
  .feature--reverse .feature__copy,
  .feature--reverse .shots { order: initial; }
  .feature__copy {
    width: 100%;
    max-width: 32rem;
    margin-inline: auto;
  }
  .feature__title {
    width: 100%;
    max-width: none;
    margin-inline: auto;
    font-size: clamp(1.05rem, 5vw, 1.38rem);
    line-height: 1.2;
    letter-spacing: -.03em;
    text-align: center;
    white-space: nowrap;
    transform: translateX(-.10em);
  }
  .feature__title--wrap-mobile {
    max-width: 19em;
    white-space: normal;
    text-wrap: balance;
  }
  .feature__text {
    width: 80%;
    max-width: 24em;
    margin: 17px auto 0;
    font-size: .98rem;
    line-height: 1.92;
    font-weight: 500;
  }
  .feature__music {
    width: 80%;
    max-width: 24em;
    margin: 17px auto 0;
  }
  .feature__music-title {
    font-size: .86rem;
    line-height: 1.6;
  }
  .feature__music-list {
    margin-top: 4px;
    font-size: .80rem;
    line-height: 1.7;
  }
  .feature__note {
    width: 80%;
    max-width: 24em;
    margin: 9px auto 0;
    font-size: .72rem;
    line-height: 1.65;
  }
  .feature-options {
    width: min(calc(100% - 34px), 32rem);
    margin-top: 38px;
    padding: 20px 18px 21px;
    border-radius: 12px;
  }
  .feature-options__title {
    font-size: .96rem;
    line-height: 1.5;
  }
  .feature-options__intro {
    margin-top: 8px;
    font-size: .84rem;
    line-height: 1.75;
  }
  .feature-options__table,
  .feature-options__table tbody,
  .feature-options__table tr,
  .feature-options__table th,
  .feature-options__table td {
    display: block;
    width: 100%;
  }
  .feature-options__table {
    margin-top: 12px;
    font-size: .78rem;
    line-height: 1.72;
  }
  .feature-options__table tr {
    padding: 12px 14px 13px;
    border-bottom: 1px solid rgba(0,0,0,.09);
  }
  .feature-options__table tr:last-child {
    border-bottom: 0;
    padding-bottom: 13px;
  }
  .feature-options__table th,
  .feature-options__table td {
    padding: 0;
    border: 0;
    text-align: left;
    white-space: normal;
  }
  .feature-options__table th {
    font-size: .80rem;
    line-height: 1.5;
  }
  .feature-options__table td {
    margin-top: 4px;
  }
  .shots {
    --shots-max: 304px;
    width: min(100%, var(--shots-max));
    margin: 34px auto 0;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .shot {
    width: 100%;
    border-radius: 8px;
  }
  .shot__zoom {
    right: 8px;
    bottom: 8px;
    padding: 6px 9px;
    font-size: .68rem;
  }

  .app-spec { padding: 42px 0; }
  .app-spec__inner { max-width: 100%; }
  .app-spec__list { width: 100%; }
  .app-spec__row { grid-template-columns: 7.8rem minmax(0, 1fr); }
  .app-spec__row dt,
  .app-spec__row dd { padding: 13px 14px; }
  .app-spec__row dt { font-size: .84rem; }
  .app-spec__row dd {
    font-size: .94rem;
    line-height: 1.65;
  }

  .rights__notice {
    margin-top: -4px;
    margin-bottom: 28px;
    padding: 10px 12px;
    font-size: .74rem;
    line-height: 1.65;
  }
  .rights__notice-break { display: block; }
  .rights__logo { width: 100%; }
  .rights__copyright { margin-top: 22px; }
  .footer-links {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    gap: 12px;
  }

  .floating-cta {
    padding: 7px 12px calc(7px + env(safe-area-inset-bottom));
    background: rgba(5,5,8,.92);
  }
  .floating-cta__inner {
    min-height: calc(var(--floating-cta-height) - 14px);
    padding-right: 0;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
  }
  .floating-cta__message {
    max-width: none;
    font-size: clamp(.68rem, 2.75vw, .78rem);
    line-height: 1.45;
    text-align: center;
  }
  .floating-cta__button {
    min-height: 48px;
    gap: 8px;
    padding: 11px 14px;
    border-radius: 6px;
  }
  .x-icon { width: 18px; height: 18px; }
  .floating-cta__label {
    white-space: nowrap;
    font-size: clamp(.72rem, 2.7vw, .82rem);
  }

  .lightbox { width: min(90vw, 560px); }
  .lightbox__close { right: 0; top: -46px; }
}

@media (max-width: 430px) {
  .feature__title { font-size: clamp(.99rem, 4.9vw, 1.2rem); }
  .floating-cta__button { padding-inline: 12px; gap: 7px; }
  .floating-cta__label { line-height: 1.2; max-width: none; }
}

@media (prefers-reduced-motion: no-preference) {
  .feature:not(.feature--initial) .feature__copy,
  .feature:not(.feature--initial) .shots,
  .feature:not(.feature--initial) .feature-options {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .6s ease, transform .6s ease;
  }
  .feature:not(.feature--initial).is-visible .feature__copy,
  .feature:not(.feature--initial).is-visible .shots,
  .feature:not(.feature--initial).is-visible .feature-options {
    opacity: 1;
    transform: translateY(0);
  }
  .feature:not(.feature--initial).is-visible .shots { transition-delay: .07s; }
  .feature:not(.feature--initial).is-visible .feature-options { transition-delay: .12s; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}
