/* ============================================================
   App landing — cinematic product story
   ============================================================ */

.kc-wow-product {
  --wow-green: #3f614a;
  --wow-green-deep: #304b38;
  --wow-green-soft: #dbe5dc;
  --wow-cream: #f5f3ee;
  --wow-ink: #10110f;
  --wow-white: #ffffff;
  padding: 0;
  overflow: clip;
  background: var(--bg);
}

.kc-wow-product .kc-container { position: relative; }
.kc-wow-product .kc-paper-features {
  --paper-sheet: #fffaf0;
  --paper-ink: #242018;
  --paper-rust: #c85b3e;
  --paper-blue: #284f78;
  --paper-line: rgba(69,54,35,.18);
  border-top: 1px solid var(--paper-line);
}
.kc-wow-product .kc-wow-kicker {
  display: block;
  margin-bottom: 18px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.2;
  text-transform: uppercase;
}

/* Hero */
.kc-wow-hero {
  position: relative;
  min-height: calc(100svh - 67px);
  overflow: hidden;
  background: var(--wow-green);
  color: var(--wow-white);
}
.kc-wow-hero-grid {
  position: absolute;
  inset: 0;
  opacity: .13;
  background-image:
    linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.35) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: linear-gradient(to bottom, #000 10%, transparent 90%);
  mask-image: linear-gradient(to bottom, #000 10%, transparent 90%);
}
.kc-wow-orbit {
  position: absolute;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  pointer-events: none;
}
.kc-wow-orbit::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,.72);
}
.kc-wow-orbit-a { width: 46vw; aspect-ratio: 1; right: -12vw; top: 5%; }
.kc-wow-orbit-a::after { left: 9%; top: 18%; }
.kc-wow-orbit-b { width: 28vw; aspect-ratio: 1; left: -15vw; bottom: -9vw; }
.kc-wow-orbit-b::after { right: 5%; top: 39%; }
.kc-wow-hero-inner { z-index: 1; }
.kc-wow-topbar { margin: 0; padding: 28px 0 0; }
.kc-wow-topbar .kc-mono-link { color: rgba(255,255,255,.78); }
.kc-wow-topbar .kc-mono-link:hover { color: var(--wow-white); }
.kc-wow-topbar .kc-lang { border-color: rgba(255,255,255,.28); }
.kc-wow-topbar .kc-lang a { color: rgba(255,255,255,.7); }
.kc-wow-topbar .kc-lang a + a { border-left-color: rgba(255,255,255,.28); }
.kc-wow-topbar .kc-lang a.active { background: var(--wow-white); color: var(--wow-green-deep); }
.kc-wow-hero-content {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(340px, .97fr);
  align-items: center;
  gap: clamp(40px, 7vw, 104px);
  min-height: calc(100svh - 185px);
  padding: 50px 0 40px;
}
.kc-wow-hero-copy { position: relative; z-index: 2; max-width: 650px; }
.kc-wow-app-id { display: flex; align-items: center; gap: 18px; margin-bottom: 32px; }
.kc-wow-app-id img {
  display: block;
  width: 72px;
  height: 72px;
  border-radius: 18px;
  box-shadow: 0 18px 38px -18px rgba(0,0,0,.55);
}
.kc-wow-app-id span {
  max-width: 160px;
  color: rgba(255,255,255,.68);
  font-family: var(--font-mono);
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.kc-wow-hero-copy h1 {
  max-width: 720px;
  margin: 0 0 22px;
  color: var(--wow-white);
  font-size: clamp(58px, 6.7vw, 102px);
  line-height: .92;
  letter-spacing: -.06em;
  text-wrap: balance;
}
.kc-wow-headline {
  max-width: 590px;
  margin: 0 0 20px;
  color: var(--wow-white);
  font-size: clamp(28px, 3.1vw, 46px);
  font-weight: 600;
  line-height: 1.03;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.kc-wow-lead {
  max-width: 530px;
  margin: 0 0 13px;
  color: rgba(255,255,255,.74);
  font-size: 17px;
  line-height: 1.6;
}
.kc-wow-hero-actions { display: grid; gap: 18px; margin-top: 34px; }
.kc-wow-downloads { display: grid; justify-items: start; gap: 18px; }
.kc-wow-hero-actions .kc-store-platform { color: rgba(255,255,255,.62); }
.kc-wow-app-qr {
  display: grid;
  width: 143.6px;
  flex: none;
  justify-items: center;
  gap: 8px;
  color: rgba(255,255,255,.7);
  font-family: var(--font-mono);
  font-size: 8px;
  line-height: 1.25;
  letter-spacing: .06em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.kc-wow-app-qr img {
  display: block;
  width: 86px;
  height: 86px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 30px -18px rgba(0,0,0,.72);
  transition: transform 220ms var(--ease-enter), box-shadow 220ms var(--ease-enter);
}
.kc-wow-app-qr:hover { color: var(--wow-white); text-decoration: none; }
.kc-wow-app-qr:hover img { transform: translateY(-3px); box-shadow: 0 20px 34px -18px rgba(0,0,0,.8); }
.kc-wow-app-qr:focus-visible { outline: 2px solid var(--wow-white); outline-offset: 5px; }
.kc-wow-hero-meta { display: flex; align-items: center; gap: 12px 24px; flex-wrap: wrap; }
.kc-wow-hero-meta span,
.kc-wow-hero-meta a {
  color: rgba(255,255,255,.66);
  font-family: var(--font-mono);
  font-size: 11px;
  line-height: 1.4;
  text-decoration: none;
}
.kc-wow-hero-meta a:hover { color: var(--wow-white); }
.kc-wow-device-stage {
  position: relative;
  align-self: end;
  display: grid;
  place-items: end center;
  min-height: 720px;
}
.kc-wow-euro {
  position: absolute;
  left: 50%;
  top: 44%;
  transform: translate(-50%, -50%);
  color: rgba(255,255,255,.08);
  font-size: clamp(330px, 38vw, 620px);
  font-weight: 600;
  line-height: .7;
  letter-spacing: -.1em;
  pointer-events: none;
}
.kc-wow-device { position: relative; z-index: 1; display: block; width: min(100%, 430px); }
.kc-wow-device img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 30px 40px rgba(13,27,17,.28));
}
.kc-wow-device-note {
  position: absolute;
  z-index: 2;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.36);
  background: rgba(47,73,55,.74);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: rgba(255,255,255,.9);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .06em;
  line-height: 1.25;
}
.kc-wow-device-note-a { left: -20px; top: 28%; transform: rotate(-3deg); }
.kc-wow-device-note-b { right: -24px; bottom: 14%; transform: rotate(3deg); }
.kc-wow-signal {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,.24);
}
.kc-wow-signal span {
  position: relative;
  padding: 19px 0 23px 24px;
  color: rgba(255,255,255,.76);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.kc-wow-signal span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  width: 7px;
  height: 7px;
  border: 1px solid currentColor;
  transform: rotate(45deg);
}

/* Moving brand statement */
.kc-wow-marquee {
  overflow: hidden;
  background: var(--wow-ink);
  color: var(--wow-cream);
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.kc-wow-marquee > div {
  display: flex;
  width: max-content;
  padding: 19px 0;
  animation: kc-wow-marquee 54s linear infinite;
  animation-play-state: paused;
}
.kc-wow-marquee.is-marquee-visible > div { animation-play-state: running; }
.kc-wow-marquee span {
  padding-inline-start: clamp(24px, 3vw, 48px);
  white-space: nowrap;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .13em;
  color: rgba(244,240,229,.72);
}
@keyframes kc-wow-marquee { to { transform: translateX(-50%); } }

.kc-wow-product > .kc-app-subnav {
  width: calc(100% - 64px);
  max-width: calc(var(--kc-container-max) - 64px);
  margin: 0 auto;
}

/* Gallery */
.kc-wow-gallery { position: relative; padding: 118px 0 92px; background: var(--bg); }
.kc-wow-section-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}
.kc-wow-section-head h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(46px, 7vw, 92px);
  line-height: .94;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.kc-wow-section-head p {
  flex: none;
  margin: 0 0 8px;
  color: var(--fg3);
  font-family: var(--font-mono);
  font-size: 11px;
}
.kc-wow-gallery-count {
  position: absolute;
  z-index: 0;
  top: 40px;
  right: 2vw;
  color: var(--rule);
  font-size: clamp(150px, 24vw, 390px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.09em;
  pointer-events: none;
}
.kc-wow-product .kc-wow-shots {
  gap: clamp(18px, 3vw, 38px);
  margin: 42px 0 0;
  padding: 28px 1px 84px;
  scroll-padding-inline: 1px;
}
.kc-wow-product .kc-wow-shots a {
  flex-basis: clamp(235px, 27vw, 330px);
  transition: transform 420ms var(--ease-enter), opacity 260ms var(--ease-quiet);
}
.kc-wow-product .kc-wow-shots a:nth-child(even) { transform: translateY(44px); }
.kc-wow-product .kc-wow-shots:hover a:not(:hover) { opacity: .62; }
.kc-wow-product .kc-wow-shots a:hover { transform: translateY(-7px) rotate(-.7deg); }
.kc-wow-product .kc-wow-shots a:nth-child(even):hover { transform: translateY(35px) rotate(.7deg); }
.kc-wow-product .kc-wow-shots .kc-shot-img {
  border-radius: 28px;
  filter: drop-shadow(0 2px 3px rgba(17,17,17,.08)) drop-shadow(0 28px 44px rgba(17,17,17,.16));
}
.kc-wow-product .kc-wow-shots .kc-shot-cap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  text-align: left;
}
.kc-wow-product .kc-wow-shots .kc-shot-cap span { color: var(--fg1); }

/* Origin statement */
.kc-wow-origin {
  padding: 140px 0;
  background: var(--fg1);
  color: var(--bg);
}
.kc-wow-origin-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(56px, 10vw, 150px); align-items: start; }
.kc-wow-origin-title { position: sticky; top: 110px; }
.kc-wow-origin .kc-wow-kicker { color: color-mix(in srgb, var(--bg) 60%, transparent); }
.kc-wow-origin-title h2 {
  max-width: 700px;
  margin: 0;
  color: var(--bg);
  font-size: clamp(58px, 7vw, 100px);
  line-height: .93;
  letter-spacing: -.06em;
  text-wrap: balance;
}
.kc-wow-origin-copy > p {
  margin: 4px 0 52px;
  color: color-mix(in srgb, var(--bg) 76%, transparent);
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.35;
  letter-spacing: -.025em;
}
.kc-wow-origin-notes { display: grid; border-top: 1px solid color-mix(in srgb, var(--bg) 24%, transparent); }
.kc-wow-origin-notes span {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  padding: 20px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--bg) 24%, transparent);
  color: var(--bg);
  font-size: 15px;
}
.kc-wow-origin-notes b { color: color-mix(in srgb, var(--bg) 50%, transparent); font-family: var(--font-mono); font-size: 11px; }

/* Product moments */
.kc-wow-scenes { padding: 144px 0; background: var(--bg); }
.kc-wow-scenes-head { max-width: 970px; margin-bottom: 82px; }
.kc-wow-scenes-head h2 {
  margin: 0;
  font-size: clamp(50px, 7vw, 96px);
  line-height: .95;
  letter-spacing: -.06em;
  text-wrap: balance;
}
.kc-wow-scenes-list { display: grid; gap: 34px; }
.kc-wow-scene {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(330px, 1.12fr);
  align-items: center;
  gap: clamp(44px, 8vw, 112px);
  min-height: 700px;
  padding: clamp(42px, 6vw, 82px);
  overflow: hidden;
  border: 1px solid var(--rule);
  border-radius: 42px;
  background: var(--bg-elev);
}
.kc-wow-scene::before {
  content: "";
  position: absolute;
  width: 260px;
  aspect-ratio: 1;
  right: -110px;
  top: -100px;
  border: 1px solid var(--rule);
  border-radius: 50%;
}
.kc-wow-scene.is-reverse {
  grid-template-columns: minmax(330px, 1.12fr) minmax(0, .88fr);
  background: var(--wow-green);
  color: var(--wow-white);
  border-color: transparent;
}
.kc-wow-scene.is-reverse .kc-wow-scene-copy { order: 2; }
.kc-wow-scene.is-reverse .kc-wow-scene-media { order: 1; }
.kc-wow-scene.is-reverse::before { border-color: rgba(255,255,255,.2); left: -110px; right: auto; }
.kc-wow-scene-copy { position: relative; z-index: 1; }
.kc-wow-scene-number {
  display: block;
  margin-bottom: 48px;
  color: var(--rule);
  font-size: clamp(94px, 12vw, 170px);
  font-weight: 600;
  line-height: .65;
  letter-spacing: -.08em;
}
.kc-wow-scene.is-reverse .kc-wow-scene-number { color: rgba(255,255,255,.18); }
.kc-wow-scene-copy h3 {
  margin: 0 0 18px;
  max-width: 480px;
  font-size: clamp(34px, 4.3vw, 64px);
  line-height: 1;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.kc-wow-scene-copy p {
  max-width: 480px;
  margin: 0 0 28px;
  color: var(--fg2);
  font-size: 17px;
  line-height: 1.58;
}
.kc-wow-scene.is-reverse .kc-wow-scene-copy h3 { color: var(--wow-white); }
.kc-wow-scene.is-reverse .kc-wow-scene-copy p { color: rgba(255,255,255,.72); }
.kc-wow-scene-copy a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--fg1);
  font-family: var(--font-mono);
  font-size: 12px;
  text-decoration: none;
}
.kc-wow-scene.is-reverse .kc-wow-scene-copy a { color: var(--wow-white); }
.kc-wow-scene-copy a span { transition: transform 180ms var(--ease-quiet); }
.kc-wow-scene-copy a:hover span { transform: translate(3px, -3px); }
.kc-wow-scene-media {
  position: relative;
  z-index: 1;
  justify-self: center;
  display: block;
  width: min(100%, 440px);
  padding: 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 58px;
  background: #080908;
  box-shadow: 0 36px 70px -38px rgba(17,17,17,.52);
  transform: rotate(2.3deg);
  transition: transform 500ms var(--ease-enter), box-shadow 500ms var(--ease-enter);
}
.kc-wow-scene.is-reverse .kc-wow-scene-media { transform: rotate(-2.3deg); }
.kc-wow-scene-media:hover { transform: rotate(0) translateY(-6px); box-shadow: 0 44px 80px -36px rgba(17,17,17,.62); }
.kc-wow-scene-media picture,
.kc-wow-scene-media img { display: block; width: 100%; }
.kc-wow-scene-media img { height: auto; border-radius: 47px; }
.kc-wow-phone-shine {
  position: absolute;
  z-index: 2;
  inset: 5% auto 12% 7%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(255,255,255,.65), transparent);
  pointer-events: none;
}

/* Capability decks */
.kc-wow-capabilities { padding: 140px 0 150px; background: var(--bg-elev); }
.kc-wow-capabilities-head { max-width: 850px; margin-bottom: 92px; }
.kc-wow-capabilities-head h2 {
  margin: 0;
  font-size: clamp(48px, 6.7vw, 90px);
  line-height: .96;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.kc-wow-capability-group + .kc-wow-capability-group { margin-top: 94px; }
.kc-wow-capability-label {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}
.kc-wow-capability-label span {
  color: var(--fg3);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.kc-wow-capability-label h3 { margin: 4px 0 0; font-size: clamp(30px, 4vw, 48px); letter-spacing: -.04em; }
.kc-wow-swipe-hint { display: none; }
.kc-wow-feature-deck {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  list-style: none;
  background: var(--rule);
}
.kc-wow-feature-deck li { display: flex; min-width: 0; }
.kc-wow-feature-deck a {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 290px;
  flex-direction: column;
  padding: 30px;
  background: var(--bg);
  color: var(--fg1);
  text-decoration: none;
  transition: background-color 220ms var(--ease-quiet), color 220ms var(--ease-quiet), transform 220ms var(--ease-quiet);
}
.kc-wow-feature-deck a:hover { z-index: 1; background: var(--wow-green-soft); color: var(--wow-green-deep); transform: translateY(-5px); }
.kc-wow-feature-index { margin-bottom: auto; color: var(--fg3); font-family: var(--font-mono); font-size: 11px; }
.kc-wow-feature-deck strong {
  display: block;
  max-width: 270px;
  margin-top: 42px;
  font-size: 21px;
  line-height: 1.16;
  letter-spacing: -.025em;
}
.kc-wow-feature-rest { display: block; margin-top: 12px; color: var(--fg2); font-size: 13.5px; line-height: 1.52; }
.kc-wow-feature-arrow { position: absolute; top: 28px; right: 28px; font-size: 18px; transition: transform 180ms var(--ease-quiet); }
.kc-wow-feature-deck a:hover .kc-wow-feature-arrow { transform: translate(3px, -3px); }
.kc-wow-capability-group.is-pro .kc-wow-feature-deck { background: rgba(255,255,255,.16); }
.kc-wow-capability-group.is-pro .kc-wow-feature-deck a { background: var(--wow-ink); color: var(--wow-cream); }
.kc-wow-capability-group.is-pro .kc-wow-feature-deck a:hover { background: var(--wow-green); color: var(--wow-white); }
.kc-wow-capability-group.is-pro .kc-wow-feature-index,
.kc-wow-capability-group.is-pro .kc-wow-feature-rest { color: rgba(245,243,238,.62); }

/* Privacy chapter */
.kc-wow-privacy {
  position: relative;
  min-height: 900px;
  padding: 150px 0;
  overflow: hidden;
  background: var(--wow-ink);
  color: var(--wow-cream);
}
.kc-wow-privacy::before,
.kc-wow-privacy::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(245,243,238,.14);
  border-radius: 50%;
}
.kc-wow-privacy::before { width: 42vw; aspect-ratio: 1; left: -22vw; top: 16%; }
.kc-wow-privacy::after { width: 28vw; aspect-ratio: 1; right: -12vw; bottom: 4%; }
.kc-wow-privacy-word::before {
  content: attr(data-word);
  position: absolute;
  left: -2vw;
  bottom: -7vw;
  color: rgba(245,243,238,.045);
  font-size: clamp(180px, 34vw, 560px);
  font-weight: 600;
  line-height: .7;
  letter-spacing: -.08em;
  white-space: nowrap;
  pointer-events: none;
}
.kc-wow-privacy-inner { z-index: 1; }
.kc-wow-privacy-head { max-width: 900px; margin-bottom: 90px; }
.kc-wow-privacy .kc-wow-kicker { color: rgba(245,243,238,.5); }
.kc-wow-privacy-head h2 {
  margin: 0 0 28px;
  color: var(--wow-cream);
  font-size: clamp(58px, 8vw, 112px);
  line-height: .9;
  letter-spacing: -.06em;
  text-wrap: balance;
}
.kc-wow-privacy-head > p {
  max-width: 680px;
  margin: 0;
  color: rgba(245,243,238,.67);
  font-size: 19px;
  line-height: 1.6;
}
.kc-wow-privacy-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 56px; margin-left: min(18vw, 220px); }
.kc-wow-privacy-grid article {
  min-height: 240px;
  padding: 26px 0 34px;
  border-top: 1px solid rgba(245,243,238,.2);
}
.kc-wow-privacy-grid article > span { color: rgba(245,243,238,.42); font-family: var(--font-mono); font-size: 11px; }
.kc-wow-privacy-grid h3 { max-width: 380px; margin: 38px 0 12px; color: var(--wow-cream); font-size: 24px; line-height: 1.12; letter-spacing: -.03em; }
.kc-wow-privacy-grid p { max-width: 430px; margin: 0; color: rgba(245,243,238,.58); font-size: 14px; line-height: 1.55; }

/* Release and questions */
.kc-wow-endgame { padding: 142px 0; background: var(--bg); scroll-margin-top: 88px; }
.kc-wow-endgame-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(48px, 9vw, 130px); align-items: start; }
.kc-wow-release {
  position: sticky;
  top: 110px;
  display: flex;
  min-height: 550px;
  flex-direction: column;
  padding: clamp(32px, 5vw, 58px);
  background: var(--wow-green);
  color: var(--wow-white);
  text-decoration: none;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 76px), calc(100% - 76px) 100%, 0 100%);
  transition: transform 300ms var(--ease-enter);
}
.kc-wow-release:hover { text-decoration: none; transform: rotate(-.7deg); }
.kc-wow-release .kc-wow-kicker { color: rgba(255,255,255,.58); }
.kc-wow-release-meta { display: flex; justify-content: space-between; gap: 16px; color: rgba(255,255,255,.62); font-family: var(--font-mono); font-size: 11px; }
.kc-wow-release h2 { margin: auto 0 18px; color: var(--wow-white); font-size: clamp(44px, 5vw, 68px); letter-spacing: -.045em; }
.kc-wow-release p { margin: 0 0 30px; color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.6; }
.kc-wow-release strong { font-family: var(--font-mono); font-size: 11px; font-weight: 500; }
.kc-wow-faq .kc-wow-kicker { color: var(--fg3); }
.kc-wow-faq > h2 { margin: 0 0 42px; font-size: clamp(48px, 6vw, 78px); line-height: .96; letter-spacing: -.055em; }
.kc-wow-faq-list { border-top: 1px solid var(--rule); margin-bottom: 28px; }
.kc-wow-faq details { border-bottom: 1px solid var(--rule); }
.kc-wow-faq summary {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 24px 0;
  color: var(--fg1);
  font-size: 18px;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}
.kc-wow-faq summary::-webkit-details-marker { display: none; }
.kc-wow-faq summary span { color: var(--fg3); font-family: var(--font-mono); font-size: 11px; }
.kc-wow-faq summary b { font-size: 20px; font-weight: 400; transition: transform 200ms var(--ease-quiet); }
.kc-wow-faq details[open] summary b { transform: rotate(45deg); }
.kc-wow-faq details p { max-width: 620px; margin: -4px 36px 26px 52px; color: var(--fg2); font-size: 15px; line-height: 1.65; }

/* Final invitation */
.kc-wow-final {
  position: relative;
  display: grid;
  min-height: 720px;
  place-items: center;
  overflow: hidden;
  background: var(--wow-green);
  color: var(--wow-white);
}
.kc-wow-final-ring {
  position: absolute;
  width: min(78vw, 1020px);
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
}
.kc-wow-final-ring::before,
.kc-wow-final-ring::after {
  content: "";
  position: absolute;
  inset: 13%;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
}
.kc-wow-final-ring::after { inset: 28%; }
.kc-wow-final-inner {
  z-index: 1;
  display: grid;
  justify-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  text-align: center;
}
.kc-wow-final .kc-wow-kicker { color: rgba(255,255,255,.6); }
.kc-wow-final-inner > img { display: block; width: 82px; height: 82px; margin: 14px 0 34px; border-radius: 20px; box-shadow: 0 22px 50px -24px rgba(0,0,0,.7); }
.kc-wow-final h2 {
  max-width: 840px;
  margin: 0 0 42px;
  color: var(--wow-white);
  font-size: clamp(48px, 7vw, 96px);
  line-height: .95;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.kc-wow-final .kc-cta-buttons { justify-content: center; }
.kc-wow-final .kc-btn-primary { background: var(--wow-white); color: var(--wow-green-deep); }
.kc-wow-final .kc-btn-soon { border-color: rgba(255,255,255,.35); color: rgba(255,255,255,.72); }

/* Progressive reveal: content remains visible without JS. */
.is-mounted .kc-wow-product [data-kc-reveal] {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 720ms var(--ease-enter), transform 720ms var(--ease-enter);
}
.is-mounted .kc-wow-product [data-kc-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1040px) {
  .kc-wow-hero-content { grid-template-columns: minmax(0, 1fr) minmax(300px, .82fr); gap: 36px; }
  .kc-wow-app-qr { display: none; }
  .kc-wow-device-stage { min-height: 620px; }
  .kc-wow-scene { min-height: 620px; }
  .kc-wow-privacy-grid { margin-left: 8vw; }
}

@media (max-width: 820px) {
  .kc-wow-hero { min-height: auto; }
  .kc-wow-topbar { padding-top: 22px; }
  .kc-wow-hero-content { grid-template-columns: 1fr; min-height: 0; padding: 64px 0 0; }
  .kc-wow-hero-copy { max-width: 680px; }
  .kc-wow-hero-copy h1 { font-size: clamp(54px, 12vw, 84px); }
  .kc-wow-headline { font-size: clamp(30px, 6.8vw, 46px); }
  .kc-wow-device-stage { width: min(100%, 520px); min-height: 650px; margin: 0 auto; }
  .kc-wow-orbit-a { width: 86vw; right: -42vw; }
  .kc-wow-orbit-b { width: 58vw; }
  .kc-wow-origin-grid { grid-template-columns: 1fr; }
  .kc-wow-origin-title { position: static; }
  .kc-wow-scene,
  .kc-wow-scene.is-reverse { grid-template-columns: 1fr 1fr; gap: 36px; padding: 44px; }
  .kc-wow-scene-number { margin-bottom: 36px; }
  .kc-wow-feature-deck { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kc-wow-privacy-grid { margin-left: 0; }
  .kc-wow-endgame-grid { grid-template-columns: 1fr; }
  .kc-wow-release { position: relative; top: auto; min-height: 500px; }
}

@media (max-width: 620px) {
  .kc-wow-product .kc-container { padding-left: 20px; padding-right: 20px; }
  .kc-wow-topbar { padding-top: 18px; }
  .kc-wow-hero-content { gap: 24px; padding-top: 46px; }
  .kc-wow-app-id { margin-bottom: 26px; }
  .kc-wow-app-id img { width: 58px; height: 58px; border-radius: 14px; }
  .kc-wow-hero-copy h1 { margin-bottom: 18px; font-size: clamp(46px, 15vw, 62px); line-height: .94; }
  .kc-wow-headline { font-size: clamp(30px, 9vw, 38px); }
  .kc-wow-lead { font-size: 16px; line-height: 1.55; }
  .kc-wow-hero-actions { margin-top: 28px; }
  .kc-wow-hero-actions .kc-store-choices { gap: 14px; }
  .kc-wow-device-stage { min-height: 520px; margin-top: 24px; }
  .kc-wow-device { width: min(94%, 340px); }
  .kc-wow-euro { font-size: 102vw; }
  .kc-wow-device-note { font-size: 9px; }
  .kc-wow-device-note-a { left: 0; }
  .kc-wow-device-note-b { right: 0; }
  .kc-wow-signal span { padding: 16px 0 20px 15px; font-size: 9px; letter-spacing: .05em; }
  .kc-wow-signal span::before { top: 20px; width: 5px; height: 5px; }
  .kc-wow-marquee > div { padding: 16px 0; }
  .kc-wow-product > .kc-app-subnav { width: calc(100% - 40px); }
  .kc-wow-gallery { padding: 84px 0 58px; }
  .kc-wow-section-head { display: block; }
  .kc-wow-section-head h2 { max-width: 520px; font-size: clamp(48px, 14vw, 68px); }
  .kc-wow-section-head p { margin-top: 22px; }
  .kc-wow-gallery-count { top: 28px; right: -4vw; font-size: 44vw; }
  .kc-wow-product .kc-wow-shots { margin-top: 22px; padding-top: 24px; padding-bottom: 52px; }
  .kc-wow-product .kc-wow-shots a { flex-basis: min(82vw, 330px); }
  .kc-wow-product .kc-wow-shots a:nth-child(even) { transform: none; }
  .kc-wow-product .kc-wow-shots:hover a:not(:hover) { opacity: 1; }
  .kc-wow-product .kc-wow-shots a:hover,
  .kc-wow-product .kc-wow-shots a:nth-child(even):hover { transform: none; }
  .kc-wow-origin { padding: 96px 0; }
  .kc-wow-origin-grid { gap: 44px; }
  .kc-wow-origin-title h2 { font-size: clamp(48px, 14vw, 68px); }
  .kc-wow-origin-copy > p { margin-bottom: 38px; font-size: 21px; }
  .kc-wow-scenes { padding: 96px 0; }
  .kc-wow-scenes-head { margin-bottom: 48px; }
  .kc-wow-scenes-head h2 { font-size: clamp(48px, 13vw, 66px); }
  .kc-wow-scenes-list { gap: 20px; }
  .kc-wow-scene,
  .kc-wow-scene.is-reverse {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 38px;
    padding: 34px 24px 26px;
    border-radius: 30px;
  }
  .kc-wow-scene.is-reverse .kc-wow-scene-copy,
  .kc-wow-scene.is-reverse .kc-wow-scene-media { order: initial; }
  .kc-wow-scene-number { margin-bottom: 30px; font-size: 96px; }
  .kc-wow-scene-copy h3 { font-size: 38px; }
  .kc-wow-scene-copy p { font-size: 15.5px; }
  .kc-wow-scene-media { width: min(100%, 350px); padding: 9px; border-radius: 45px; transform: rotate(1.5deg); }
  .kc-wow-scene.is-reverse .kc-wow-scene-media { transform: rotate(-1.5deg); }
  .kc-wow-scene-media img { border-radius: 37px; }
  .kc-wow-capabilities { padding: 96px 0 104px; }
  .kc-wow-capabilities-head { margin-bottom: 62px; }
  .kc-wow-capabilities-head h2 { font-size: clamp(48px, 13vw, 66px); }
  .kc-wow-capability-group + .kc-wow-capability-group { margin-top: 70px; }
  .kc-wow-swipe-hint { display: block; }
  .kc-wow-feature-deck {
    display: flex;
    gap: 12px;
    margin-right: -20px;
    padding: 0 20px 24px 0;
    overflow-x: auto;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
    background: transparent;
  }
  .kc-wow-feature-deck li { flex: 0 0 min(82vw, 325px); scroll-snap-align: start; }
  .kc-wow-feature-deck a { min-height: 310px; padding: 26px; border: 1px solid var(--rule); }
  .kc-wow-capability-group.is-pro .kc-wow-feature-deck { background: transparent; }
  .kc-wow-privacy { min-height: 0; padding: 104px 0 120px; }
  .kc-wow-privacy-head { margin-bottom: 62px; }
  .kc-wow-privacy-head h2 { font-size: clamp(52px, 15vw, 72px); }
  .kc-wow-privacy-head > p { font-size: 17px; }
  .kc-wow-privacy-grid { grid-template-columns: 1fr; }
  .kc-wow-privacy-grid article { min-height: 0; padding: 24px 0 34px; }
  .kc-wow-privacy-grid h3 { margin-top: 30px; font-size: 23px; }
  .kc-wow-privacy-word::before { bottom: 0; font-size: 51vw; }
  .kc-wow-endgame { padding: 96px 0; }
  .kc-wow-endgame-grid { gap: 80px; }
  .kc-wow-release { min-height: 510px; padding: 34px 28px; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 48px), calc(100% - 48px) 100%, 0 100%); }
  .kc-wow-faq > h2 { font-size: 52px; }
  .kc-wow-faq summary { grid-template-columns: 28px minmax(0, 1fr) auto; gap: 10px; padding: 21px 0; font-size: 16px; }
  .kc-wow-faq details p { margin: -2px 30px 24px 38px; font-size: 14px; }
  .kc-wow-final { min-height: 660px; }
  .kc-wow-final-ring { width: 150vw; }
  .kc-wow-final h2 { font-size: clamp(48px, 14vw, 68px); }
}

@media (max-width: 380px) {
  .kc-wow-device-note-b { display: none; }
  .kc-wow-signal { grid-template-columns: 1fr; padding: 6px 0 14px; }
  .kc-wow-signal span { padding: 8px 0 8px 14px; }
  .kc-wow-signal span::before { top: 13px; }
  .kc-wow-capability-label { align-items: start; flex-direction: column; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .kc-wow-marquee > div { animation: none; }
  .is-mounted .kc-wow-product [data-kc-reveal] { opacity: 1; transform: none; transition: none; }
  .kc-wow-product .kc-wow-shots a,
  .kc-wow-scene-media,
  .kc-wow-release { transition: none; }
}
