.product-page {
  --product-bg: #11110f;
  --product-surface: #191914;
  --product-surface-soft: #22221d;
  --product-text: #f4f1e8;
  --product-muted: #b9b7a9;
  --product-line: #3d3c33;
  --product-accent: #e86a39;
  --product-accent-strong: #ff8b5c;
  --product-accent-alt: #88c999;
  margin: 0;
  background: var(--product-bg);
  color: var(--product-text);
}

.product-page .forge-header {
  border-bottom: 1px solid var(--product-line);
  background: color-mix(in srgb, var(--product-bg) 94%, transparent);
}

.product-page .forge-nav a,
.product-page .forge-theme-toggle,
.product-page .forge-support-link,
.product-page .forge-footer a {
  color: var(--product-text);
}

.product-page .forge-nav a:hover,
.product-page .forge-nav a:focus-visible {
  color: var(--product-accent-strong);
}

.product-page .forge-theme-toggle {
  border-color: var(--product-line);
}

.product-page .forge-theme-switch {
  border-color: var(--product-line);
}

.product-page .forge-theme-thumb {
  background: var(--product-accent);
}

.product-page .forge-footer {
  max-width: none;
  border-top: 1px solid var(--product-line);
  background: var(--product-surface);
}

.product-page .forge-footer a {
  color: var(--product-muted);
}

.product-page .forge-footer a:hover {
  color: var(--product-text);
}

.product-page .chudo-footer-logo {
  background: #000;
}

.product-page a:focus-visible,
.product-page button:focus-visible {
  outline: 3px solid var(--product-accent-strong);
  outline-offset: 4px;
}

.product-hero {
  max-width: 1440px;
  min-height: calc(100vh - 78px);
  margin: 0 auto;
  padding: 72px clamp(24px, 7vw, 96px) 76px;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(340px, 1.06fr);
  align-items: center;
  gap: clamp(42px, 7vw, 112px);
}

.product-eyebrow,
.product-number,
.product-stage-label,
.product-release-label {
  margin: 0;
  color: var(--product-accent-strong);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-eyebrow::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 2px;
  margin: 0 12px 3px 0;
  background: currentColor;
}

.product-title-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 22px 0 18px;
}

.product-title-row img {
  width: 84px;
  height: 84px;
  flex: 0 0 auto;
  object-fit: cover;
  border: 1px solid var(--product-line);
  border-radius: 8px;
}

.product-title-row h1 {
  max-width: 760px;
  margin: 0;
  color: var(--product-text);
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 82px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.9;
  text-transform: uppercase;
}

.product-title-row h1 span {
  display: block;
  margin-top: 10px;
  color: var(--product-muted);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 750;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.product-lead {
  max-width: 680px;
  margin: 0;
  color: var(--product-muted);
  font-size: 23px;
  line-height: 1.45;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 34px 0 28px;
}

.product-action {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid var(--product-line);
  color: var(--product-text);
  font-weight: 850;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.product-action:hover,
.product-action:focus-visible {
  transform: translateY(-2px);
  border-color: var(--product-accent);
}

.product-action-primary {
  border-color: var(--product-accent);
  background: var(--product-accent);
  color: #14130f;
}

.product-action-primary:hover,
.product-action-primary:focus-visible {
  background: var(--product-accent-strong);
}

.product-store-status {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border: 1px dashed var(--product-line);
  color: var(--product-muted);
  font-size: 13px;
  font-weight: 750;
}

.product-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-facts li {
  padding: 8px 10px;
  border: 1px solid var(--product-line);
  color: var(--product-muted);
  font-size: 12px;
  font-weight: 750;
}

.product-hero-art {
  min-height: 460px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.product-hero-art img {
  width: min(100%, 760px);
  max-height: 680px;
  object-fit: contain;
}

.vloz-page {
  --product-bg: #101715;
  --product-surface: #17221d;
  --product-surface-soft: #203029;
  --product-text: #f7f6ef;
  --product-muted: #c1c7bc;
  --product-line: #3a493f;
  --product-accent: #f1a12d;
  --product-accent-strong: #ffbf58;
  --product-accent-alt: #aadf5a;
}

.vloz-page .product-hero-art {
  background: #f7f7f4;
}

.vloz-page .product-hero-art img {
  width: min(100%, 900px);
  filter: drop-shadow(0 20px 30px rgba(42, 42, 29, 0.16));
}

.liko-page {
  --product-bg: #10150f;
  --product-surface: #171d16;
  --product-surface-soft: #20291d;
  --product-text: #f2f6ec;
  --product-muted: #bcc5b7;
  --product-line: #3d4b39;
  --product-accent: #b7f348;
  --product-accent-strong: #d1ff77;
  --product-accent-alt: #65d7bf;
}

.liko-page .product-title-row img {
  border: 0;
}

.liko-page .product-hero-art {
  background: #11170f;
}

.liko-page .product-hero-art img {
  width: min(82%, 520px);
  filter: drop-shadow(0 24px 32px rgba(0, 0, 0, 0.42));
}

.product-proof {
  border-top: 1px solid var(--product-line);
  border-bottom: 1px solid var(--product-line);
  background: var(--product-surface);
}

.product-proof-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.product-proof article {
  min-height: 210px;
  padding: 34px clamp(24px, 4vw, 56px);
  border-right: 1px solid var(--product-line);
}

.product-proof article:last-child {
  border-right: 0;
}

.product-proof strong {
  display: block;
  margin: 30px 0 10px;
  color: var(--product-text);
  font-size: 22px;
  line-height: 1.15;
}

.product-proof p {
  max-width: 360px;
  margin: 0;
  color: var(--product-muted);
  line-height: 1.55;
}

.product-section {
  max-width: 1440px;
  margin: 0 auto;
  padding: 110px clamp(24px, 7vw, 96px);
  border-bottom: 1px solid var(--product-line);
}

.product-section-head {
  display: grid;
  grid-template-columns: minmax(180px, 0.45fr) minmax(0, 1.55fr);
  gap: 34px;
  align-items: start;
  margin-bottom: 54px;
}

.product-section-head > * {
  min-width: 0;
}

.product-section-head h2,
.product-privacy h2,
.product-release h2 {
  max-width: 820px;
  margin: 0 0 20px;
  color: var(--product-text);
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 54px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.96;
  text-transform: uppercase;
}

.product-section-head h2,
.product-section-head > div > p {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.product-section-head > div > p,
.product-privacy-copy > p,
.product-release-copy > p {
  max-width: 720px;
  margin: 0;
  color: var(--product-muted);
  font-size: 19px;
  line-height: 1.55;
}

.product-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--product-line);
  border-left: 1px solid var(--product-line);
}

.product-feature-grid article {
  min-height: 252px;
  padding: 28px;
  border-right: 1px solid var(--product-line);
  border-bottom: 1px solid var(--product-line);
  background: color-mix(in srgb, var(--product-surface) 70%, transparent);
}

.product-feature-grid h3 {
  margin: 38px 0 10px;
  color: var(--product-text);
  font-size: 23px;
  line-height: 1.12;
}

.product-feature-grid p {
  margin: 0;
  color: var(--product-muted);
  line-height: 1.5;
}

.product-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
  gap: clamp(38px, 7vw, 100px);
  align-items: center;
}

.product-stage-copy h2 {
  max-width: 600px;
  margin: 18px 0;
  color: var(--product-text);
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 52px;
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.product-stage-copy > p:not(.product-stage-label) {
  max-width: 610px;
  margin: 0;
  color: var(--product-muted);
  font-size: 19px;
  line-height: 1.55;
}

.product-stage-points {
  display: grid;
  gap: 0;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--product-line);
}

.product-stage-points li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--product-line);
  color: var(--product-muted);
}

.product-stage-points b {
  color: var(--product-accent-strong);
  font: 850 12px ui-monospace, SFMono-Regular, Consolas, monospace;
}

.product-stage-scene {
  min-height: 470px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  gap: 12px;
  padding: 20px;
  border: 1px solid var(--product-line);
  background: var(--product-surface);
}

.product-scene {
  min-width: 0;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  border: 1px solid var(--product-line);
  background: var(--product-surface-soft);
}

.product-scene b {
  margin-bottom: 8px;
  color: var(--product-accent-strong);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-scene span {
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--product-text);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.15;
}

.product-scene > div {
  min-width: 0;
}

.vloz-scene-clock {
  justify-content: space-between;
  background: #eaf2da;
  color: #1c2417;
}

.vloz-clock-value {
  color: #1c2417;
  font: 900 52px/0.9 ui-monospace, SFMono-Regular, Consolas, monospace;
  letter-spacing: -4px;
}

.vloz-scene-clock b,
.vloz-scene-clock span {
  color: #354d23;
}

.vloz-scene-season {
  justify-content: space-between;
  background: #592f17;
}

.vloz-season-dot {
  width: 72px;
  height: 72px;
  border: 14px solid #ef9c2e;
  border-radius: 50%;
}

.vloz-scene-moon {
  justify-content: space-between;
  background: #172635;
}

.vloz-moon-shape {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: #f3ecd0;
  box-shadow: 30px 0 0 #172635;
}

.liko-stage-scene {
  align-items: stretch;
  background: #11170f;
}

.liko-stage-scene .product-scene {
  justify-content: space-between;
}

.liko-scene-mark {
  width: 78px;
  aspect-ratio: 1;
  border: 12px solid var(--product-accent);
  border-radius: 50% 50% 42% 42%;
}

.liko-scene-line {
  width: 100%;
  height: 3px;
  margin-top: 70px;
  background: var(--product-accent-alt);
}

.liko-scene-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  height: 112px;
}

.liko-scene-compare span {
  display: block;
  border: 1px solid var(--product-line);
  background: #35452e;
}

.liko-scene-compare span:last-child {
  background: #627d45;
}

.product-privacy {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(320px, 1.16fr);
  gap: clamp(40px, 7vw, 112px);
  max-width: 1440px;
  margin: 0 auto;
  padding: 110px clamp(24px, 7vw, 96px);
  border-bottom: 1px solid var(--product-line);
}

.product-privacy-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--product-line);
}

.product-privacy-list li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--product-line);
  color: var(--product-muted);
  line-height: 1.5;
}

.product-privacy-list b {
  color: var(--product-accent-strong);
}

.product-release {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 42px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 86px clamp(24px, 7vw, 96px);
}

.product-release-copy h2 {
  margin: 16px 0;
}

.product-release .product-store-status {
  flex-direction: column;
  align-items: flex-start;
  min-width: 210px;
  min-height: 96px;
  justify-content: center;
  padding: 16px 20px;
  color: var(--product-text);
}

.product-release .product-store-status b {
  margin-bottom: 4px;
  color: var(--product-accent-strong);
  font-size: 16px;
}

.product-release .product-store-status small {
  color: var(--product-muted);
}

:root[data-theme="light"] .product-page {
  --product-bg: #f5f2e9;
  --product-surface: #fbf9f1;
  --product-surface-soft: #ede9dc;
  --product-text: #1d211b;
  --product-muted: #5c6558;
  --product-line: #c8cabb;
}

:root[data-theme="light"] .vloz-page {
  --product-accent: #e48815;
  --product-accent-strong: #a85c08;
  --product-accent-alt: #4d7c42;
}

:root[data-theme="light"] .liko-page {
  --product-accent: #668f12;
  --product-accent-strong: #4b700a;
  --product-accent-alt: #197f6e;
}

:root[data-theme="light"] .product-page .forge-header {
  background: color-mix(in srgb, var(--product-bg) 94%, transparent);
}

:root[data-theme="light"] .product-action-primary {
  color: #fff;
}

:root[data-theme="light"] .vloz-scene-clock {
  background: #dcebc9;
}

@media (max-width: 1020px) {
  .product-hero,
  .product-stage,
  .product-privacy {
    grid-template-columns: 1fr;
  }

  .product-hero {
    min-height: auto;
    padding-top: 64px;
  }

  .product-hero-art {
    min-height: 400px;
  }

  .product-proof-inner,
  .product-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-proof article:nth-child(2) {
    border-right: 0;
  }

  .product-proof article:last-child {
    border-top: 1px solid var(--product-line);
    grid-column: 1 / -1;
  }

  .product-section-head {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .product-privacy {
    gap: 46px;
  }
}

@media (max-width: 680px) {
  .product-hero,
  .product-section,
  .product-privacy,
  .product-release {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-hero {
    padding-top: 48px;
    padding-bottom: 58px;
  }

  .product-title-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-title-row h1 {
    font-size: 58px;
  }

  .product-lead {
    font-size: 19px;
  }

  .product-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .product-action,
  .product-store-status {
    width: 100%;
  }

  .product-hero-art {
    min-height: 280px;
  }

  .product-proof-inner,
  .product-feature-grid {
    grid-template-columns: 1fr;
  }

  .product-proof article,
  .product-proof article:nth-child(2),
  .product-proof article:last-child {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--product-line);
  }

  .product-proof article:last-child {
    border-bottom: 0;
  }

  .product-section,
  .product-privacy {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .product-section-head h2,
  .product-privacy h2,
  .product-release h2,
  .product-stage-copy h2 {
    font-size: 42px;
  }

  .product-stage-scene {
    min-height: 360px;
  }

  .product-scene {
    min-height: 280px;
    padding: 14px;
  }

  .vloz-clock-value {
    font-size: 34px;
    letter-spacing: -3px;
  }

  .product-release {
    grid-template-columns: 1fr;
    padding-top: 68px;
    padding-bottom: 68px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-action {
    transition: none;
  }
}
