:root {
  --product-panel: rgba(15, 16, 24, 0.9);
  --product-panel-strong: rgba(9, 10, 16, 0.98);
  --product-panel-soft: rgba(255, 255, 255, 0.04);
  --product-line: rgba(255, 255, 255, 0.1);
  --product-line-strong: rgba(255, 255, 255, 0.18);
  --product-text: #f8f8fb;
  --product-text-soft: rgba(248, 248, 251, 0.74);
  --product-text-muted: rgba(248, 248, 251, 0.5);
  --product-accent: #6d78ff;
  --product-accent-soft: rgba(109, 120, 255, 0.22);
  --product-accent-wash: rgba(109, 120, 255, 0.52);
  --product-glow: rgba(109, 120, 255, 0.4);
  --product-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

html,
body.product-story-body {
  background: #000;
}

body.product-story-body {
  color: var(--product-text);
  background:
    radial-gradient(circle at 18% 8%, color-mix(in srgb, var(--product-accent) 24%, transparent), transparent 24%),
    radial-gradient(circle at 82% 0%, color-mix(in srgb, var(--product-accent) 18%, white 12%), transparent 26%),
    radial-gradient(circle at 50% 120%, color-mix(in srgb, var(--product-accent) 16%, transparent), transparent 42%),
    linear-gradient(180deg, #050507 0%, #000 28%, #000 100%);
}

body.product-story-body::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 16%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.02), transparent 22%);
  opacity: 0.42;
}

.product-story-body .page-noise {
  opacity: 0.08;
}

.product-story-body .reveal-section,
.product-story-body .reveal-card {
  will-change: transform, opacity;
}

.product-story-header {
  color: rgba(255, 255, 255, 0.82);
}

.product-story-header .header-inner {
  width: var(--content-width);
}

.product-story-header.is-scrolled {
  background: rgba(4, 4, 6, 0.84);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.product-story-brand {
  font-size: 12px;
  letter-spacing: -0.02em;
}

.product-story-nav {
  gap: 22px;
  color: rgba(255, 255, 255, 0.68);
}

.product-story-nav a:hover,
.product-related-card:hover .product-related-copy h3,
.product-related-card:focus-visible .product-related-copy h3 {
  color: rgba(255, 255, 255, 0.98);
}

.product-story-actions {
  justify-content: end;
}

.product-story-button {
  min-height: 34px;
  padding-inline: 14px;
  font-size: 12px;
  font-weight: 500;
}

.product-inline-button,
.product-cta-button {
  min-height: 44px;
  padding-inline: 18px;
  font-size: 13px;
  font-weight: 600;
}

.product-story-button,
.product-inline-button,
.product-cta-button {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.96);
  color: #09090b;
}

.product-story-button:hover,
.product-inline-button:hover,
.product-cta-button:hover {
  background: #fff;
}

.product-story-page {
  width: min(1180px, calc(100vw - 48px));
  margin: 0 auto;
  padding: 118px 0 108px;
}

.product-story-page > section[id] {
  scroll-margin-top: calc(var(--header-height) + 28px);
}

.product-hero {
  width: min(760px, calc(100vw - 48px));
  margin: 0 auto;
  display: grid;
  justify-items: center;
  gap: 14px;
  text-align: center;
}

.product-eyebrow,
.product-stage-topline,
.product-stage-meta,
.product-proof-head p,
.product-related-head p,
.product-frame figcaption,
.product-proof-card p,
.product-related-copy p,
.product-related-copy span,
.product-strip-card span {
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: -0.012em;
}

.product-eyebrow {
  margin: 0;
  color: var(--product-text-muted);
}

.product-hero h1,
.product-copy-block h2,
.product-proof-head h2,
.product-cta-panel h2,
.product-related-head h2 {
  margin: 0;
  font-weight: 500;
  letter-spacing: -0.05em;
}

.product-hero h1 {
  max-width: 780px;
  font-size: clamp(44px, 6vw, 72px);
  line-height: 0.94;
}

.product-intro,
.product-copy-block p,
.product-cta-panel p {
  margin: 0;
  font-size: 16px;
  line-height: 1.58;
  letter-spacing: -0.018em;
  color: #fff;
}

.product-intro {
  max-width: 700px;
}

.product-tag-row,
.product-hero-actions,
.product-secondary-link,
.product-chip-row,
.product-chip-row--compact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.product-tag-row {
  margin-top: 8px;
}

.product-tag,
.product-secondary-link a {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  line-height: 1;
}

.product-secondary-link a {
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease;
}

.product-secondary-link a:hover,
.product-secondary-link a:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.product-filmstrip {
  width: 100vw;
  margin: 56px 0 48px calc(50% - 50vw);
  padding-inline: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  overflow: hidden;
}

.product-strip-card {
  position: relative;
  min-height: 160px;
  padding: 18px;
  display: flex;
  align-items: flex-end;
  border-radius: 6px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.26)),
    linear-gradient(135deg, color-mix(in srgb, var(--product-accent) 48%, #fff 14%), rgba(12, 15, 30, 0.84));
}

.product-strip-card::before,
.product-strip-card::after {
  content: "";
  position: absolute;
  inset: 0;
}

.product-strip-card::before {
  background:
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.08) 36%, rgba(0, 0, 0, 0.32) 100%);
  z-index: 1;
}

.product-strip-card::after {
  transform: scale(1.03);
  transition: transform 600ms ease, filter 600ms ease;
}

.product-strip-card span {
  position: relative;
  z-index: 2;
  max-width: 18ch;
  color: rgba(255, 255, 255, 0.92);
}

.product-strip-card--capture::after,
.product-strip-card--watch::after,
.product-strip-card--pick::after,
.product-strip-card--review::after {
  background:
    radial-gradient(circle at 20% 24%, rgba(255, 255, 255, 0.22), transparent 18%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 100%);
  background-size: auto, 42px 100%, 100% 42px;
}

.product-strip-card--extract::after,
.product-strip-card--triage::after,
.product-strip-card--save::after,
.product-strip-card--discuss::after {
  background:
    radial-gradient(circle at 72% 28%, color-mix(in srgb, var(--product-accent) 46%, white 10%), transparent 18%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 49.5%, rgba(0, 0, 0, 0.18) 50.5%);
}

.product-strip-card--paste::after,
.product-strip-card--reply::after,
.product-strip-card--check::after,
.product-strip-card--setup::after {
  background:
    radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.22), transparent 18%),
    linear-gradient(125deg, rgba(255, 255, 255, 0.09) 0 28%, transparent 28% 100%);
}

.product-strip-card:hover::after {
  transform: scale(1.08);
  filter: saturate(1.1);
}

.product-divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin-bottom: 44px;
}

.product-stage-block {
  display: grid;
  justify-items: center;
}

.product-stage-card,
.product-frame,
.product-companion-card,
.product-proof-card,
.product-cta-panel,
.product-related-card {
  padding: 1px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

.product-stage-card {
  width: min(1050px, 100%);
  margin-inline: auto;
  transform: translate3d(0, 0, 0);
  transition: box-shadow 220ms ease-out;
}

[data-tilt-surface] {
  transform: perspective(1400px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transform-style: preserve-3d;
  transition: transform 180ms ease-out;
}

.product-stage-shell,
.product-frame-shell,
.product-companion-shell,
.product-proof-shell,
.product-cta-shell,
.product-related-shell {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  background:
    radial-gradient(circle at var(--glow-x, 50%) var(--glow-y, 50%), rgba(255, 255, 255, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(31, 31, 31, 0.98), rgba(16, 16, 16, 0.98));
}

.product-stage-shell {
  padding: 18px 18px 16px;
}

.product-stage-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
  color: var(--product-text-soft);
}

.product-stage-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--product-accent) 22%, rgba(255, 255, 255, 0.08));
  color: #fff;
  font-size: 13px;
  line-height: 1;
  letter-spacing: -0.01em;
}

.product-story,
.product-detail,
.product-companion,
.product-proof,
.product-related,
.product-cta {
  padding-top: var(--section-copy-clearance);
}

.product-copy-block {
  width: min(var(--reading-measure), 100%);
  margin: 0 auto;
  display: grid;
  gap: 16px;
}

.product-copy-block--narrow {
  width: min(var(--reading-measure-wide), 100%);
}

.product-companion {
  display: grid;
  gap: 22px;
}

.product-companion-grid {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 20px);
  align-items: start;
}

.product-companion-card {
  min-width: 0;
}

.product-companion-card:nth-child(3) {
  grid-column: 1 / -1;
}

.product-companion-shell {
  padding: 12px;
}

.product-companion-card .product-scene--frame {
  min-height: clamp(280px, 28vw, 420px);
}

.product-companion-card .product-scene-image-wrap {
  aspect-ratio: 16 / 10;
  border-radius: 18px;
}

.product-companion-card .product-scene-image {
  object-fit: cover;
  object-position: center top;
}

.product-companion-card figcaption {
  padding: 14px 14px 18px;
  color: rgba(255, 255, 255, 0.78);
}

.product-media-row {
  width: min(1050px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 32px);
  padding-top: var(--section-media-clearance);
}

.product-media-row--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-frame {
  min-width: 0;
}

.product-frame-shell {
  height: 100%;
  padding: 18px;
}

.product-frame figcaption {
  padding: 14px 16px 18px;
  color: rgba(255, 255, 255, 0.72);
}

.product-quote {
  padding-top: calc(var(--section-copy-clearance) + 6px);
}

.product-quote blockquote {
  width: min(var(--reading-measure-wide), 100%);
  margin: 0 auto;
  padding: 28px 30px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 0% 0%, color-mix(in srgb, var(--product-accent) 12%, transparent), transparent 36%),
    rgba(255, 255, 255, 0.03);
}

.product-quote p {
  margin: 0;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.product-quote footer {
  margin-top: 18px;
  color: var(--product-text-soft);
  font-size: 14px;
}

.product-companion + .product-proof {
  padding-top: calc(var(--section-copy-clearance) + 42px);
}

.product-proof-head {
  width: min(var(--reading-measure-wide), 100%);
  margin: 0 auto 20px;
}

.product-related-head {
  width: min(var(--reading-measure-wide), 100%);
  margin: 0 auto 22px;
}

.product-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.product-proof-shell {
  height: 100%;
  padding: 22px 22px 24px;
  display: grid;
  gap: 14px;
}

.product-proof-card h3,
.product-related-copy h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.06;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.product-proof-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.product-proof-mini {
  min-height: 74px;
  display: flex;
  align-items: end;
  gap: 8px;
}

.product-proof-mini span {
  display: block;
  border-radius: 999px;
  background: color-mix(in srgb, var(--product-accent) 48%, rgba(255, 255, 255, 0.28));
}

.product-proof-mini--two span:first-child,
.product-proof-mini--four span:first-child {
  width: 32%;
  height: 16px;
}

.product-proof-mini--two span:last-child {
  width: 68%;
  height: 40px;
  border-radius: 22px;
}

.product-proof-mini--three span:first-child {
  width: 28%;
  height: 36px;
}

.product-proof-mini--three span:nth-child(2) {
  width: 32%;
  height: 52px;
}

.product-proof-mini--three span:last-child {
  width: 40%;
  height: 24px;
}

.product-proof-mini--four span {
  width: 24%;
  height: 34px;
  border-radius: 18px;
}

.product-proof-mini--four span:nth-child(2) {
  height: 56px;
}

.product-proof-mini--four span:nth-child(3) {
  height: 28px;
}

.product-proof-mini--four span:nth-child(4) {
  height: 44px;
}

.product-cta-panel {
  width: min(900px, 100%);
  margin: 0 auto;
}

.product-cta-shell {
  padding: 34px;
  display: grid;
  justify-items: center;
  gap: 16px;
  text-align: center;
}

.product-cta-panel h2 {
  max-width: 14ch;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 0.96;
}

.product-cta-panel p {
  max-width: 56ch;
  color: rgba(255, 255, 255, 0.72);
}

.product-related-head {
  margin-bottom: 20px;
}

.product-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.product-related-card {
  text-decoration: none;
  color: inherit;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.product-related-card:hover,
.product-related-card:focus-visible {
  transform: translateY(-3px);
}

.product-related-shell {
  height: 100%;
}

.product-related-card--product .product-related-shell {
  padding: 16px;
  display: grid;
  gap: 14px;
}

.product-related-card--article .product-related-shell {
  padding: 20px;
  display: grid;
  gap: 14px;
}

.product-related-copy {
  display: grid;
  gap: 8px;
}

.product-related-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
}

.product-related-copy span {
  color: rgba(255, 255, 255, 0.52);
}

.product-article-mark {
  width: 100%;
  min-height: 140px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 78% 18%, color-mix(in srgb, var(--product-accent) 42%, white 8%), transparent 22%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.product-scene {
  min-height: 0;
}

.product-scene--card {
  min-height: 210px;
}

.product-scene--frame {
  min-height: 260px;
}

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

.product-stage-card,
.product-frame,
.product-companion-card,
.product-scene,
.product-scene-shell,
.product-scene-browser,
.product-scene-browser-canvas,
.product-scene-image-wrap,
.product-scene-compare {
  min-width: 0;
}

.product-scene-shell,
.product-scene-browser,
.product-scene-browser-canvas {
  width: 100%;
  height: 100%;
}

.product-scene-shell,
.product-scene-browser {
  min-height: inherit;
}

.product-scene-shell {
  border-radius: 28px;
  overflow: hidden;
}

.product-scene-browser {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.product-scene-browser-bar {
  display: flex;
  gap: 8px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.04);
}

.product-scene-browser-bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
}

.product-scene-browser-canvas {
  position: relative;
  overflow: hidden;
}

.product-scene-browser-canvas--news,
.product-scene-browser-canvas--selection {
  background: linear-gradient(180deg, #d5dcf0 0%, #bcc6df 52%, #8b98ba 100%);
}

.product-scene-browser-canvas--google,
.product-scene-browser-canvas--palette {
  background: linear-gradient(180deg, #f3f5fb 0%, #eef1f8 100%);
}

.product-scene-image-wrap {
  width: 100%;
  min-height: inherit;
  aspect-ratio: 16 / 9;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 20px 46px rgba(0, 0, 0, 0.22);
}

.product-scene--stage .product-scene-image-wrap {
  aspect-ratio: 16 / 9;
}

.product-scene--frame .product-scene-image-wrap {
  aspect-ratio: 16 / 9;
}

.product-scene--card .product-scene-image-wrap--triagio,
.product-scene--frame .product-scene-image-wrap--triagio,
.product-scene--stage .product-scene-image-wrap--triagio {
  aspect-ratio: 16 / 10;
  background: #f6f3ed;
}

.product-scene-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
}

.product-scene-news-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(180px, 0.9fr);
  gap: 16px;
  padding: 26px 24px 24px;
}

.product-scene-news-lead {
  display: grid;
  gap: 12px;
}

.product-scene-news-image,
.product-scene-news-line,
.product-scene-news-tile {
  display: block;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
}

.product-scene-news-image {
  min-height: 180px;
  background:
    linear-gradient(135deg, rgba(120, 136, 183, 0.36), rgba(255, 255, 255, 0.12)),
    linear-gradient(180deg, #c49c73 0%, #79655f 48%, #455266 100%);
}

.product-scene-news-line {
  height: 18px;
}

.product-scene-news-line--strong {
  width: 74%;
}

.product-scene-news-line--short {
  width: 42%;
}

.product-scene-news-stack {
  display: grid;
  gap: 12px;
  align-content: start;
}

.product-scene-news-tile {
  min-height: 90px;
}

.product-scene-extension {
  position: absolute;
  top: 20px;
  right: 20px;
  width: min(320px, calc(100% - 36px));
  padding: 16px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(132, 146, 209, 0.98), rgba(90, 103, 164, 0.98));
  box-shadow: 0 24px 60px rgba(9, 17, 45, 0.24);
}

.product-scene-extension--color {
  background:
    linear-gradient(180deg, rgba(249, 250, 255, 0.98), rgba(241, 244, 255, 0.98));
  color: #141828;
}

.product-scene-extension--wide {
  width: min(420px, calc(100% - 36px));
}

.product-scene-extension-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.product-scene-extension-head strong,
.product-scene-panel p,
.product-scene-palette-card strong,
.product-scene-community-thread strong,
.product-scene-community-review strong,
.product-scene-triagio-head strong,
.product-scene-settings-grid strong {
  font-size: 15px;
  line-height: 1.2;
}

.product-scene-extension-head span,
.product-scene-panel span,
.product-scene-ticket-card span,
.product-scene-triagio-head span,
.product-scene-settings-grid span,
.product-scene-message,
.product-scene-palette-card span {
  font-size: 12px;
  line-height: 1.4;
}

.product-scene-extension-head--spread {
  justify-content: space-between;
}

.product-scene-extension-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-scene-theme-toggle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fdb453, #7c5cff);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.product-scene-app-badge {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

.product-scene-app-badge--color {
  background: linear-gradient(135deg, #ffb542, #f14f79 46%, #4f56ff);
}

.product-scene-app-badge--triagio {
  background: linear-gradient(135deg, #6d78ff, #8d7dfc);
}

.product-scene-panel {
  padding: 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  color: #1f2640;
  display: grid;
  gap: 10px;
}

.product-scene-panel--tight {
  margin-top: 12px;
}

.product-scene-panel--form {
  background: rgba(255, 255, 255, 0.92);
}

.product-scene-panel button,
.product-scene-button {
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 16px;
  background: #46578e;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.product-scene-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.product-scene-button--ghost {
  background: rgba(255, 255, 255, 0.8);
  color: #16203d;
}

.product-scene-chip-row,
.product-scene-form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-scene-chip-row span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: inherit;
  font-size: 12px;
}

.product-scene-chip-row--compact span {
  padding-block: 7px;
}

.product-scene-color-swatch {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.product-scene-swatch-block {
  min-height: 76px;
  border-radius: 18px;
  background: #34a853;
}

.product-scene-color-swatch span {
  justify-self: end;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.06);
  font-size: 12px;
}

.product-scene-readout-stack {
  margin-top: 12px;
  display: grid;
  gap: 10px;
}

.product-scene-readout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(17, 24, 39, 0.04);
}

.product-scene-readout span {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(20, 24, 40, 0.58);
}

.product-scene-readout strong {
  font-size: 13px;
}

.product-scene-search-shell {
  position: absolute;
  inset: 24px 32px auto;
  height: 42px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.08);
}

.product-scene-search-shell span {
  position: absolute;
  inset: 50% auto auto 24px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid rgba(62, 82, 136, 0.28);
  transform: translateY(-50%);
}

.product-scene-search-shell span:last-child {
  left: auto;
  right: 24px;
  border: 0;
  background: linear-gradient(135deg, #ffb542, #f14f79 46%, #4f56ff);
}

.product-scene-palette-list {
  margin-top: 14px;
  display: grid;
  gap: 12px;
}

.product-scene-palette-card {
  padding: 14px;
  border-radius: 18px;
  background: rgba(17, 24, 39, 0.04);
  display: grid;
  gap: 10px;
}

.product-scene-palette-swatches {
  display: flex;
  gap: 10px;
}

.product-scene-palette-swatches span {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: var(--swatch);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.product-scene-contrast-sample {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-scene-contrast-chip {
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 186, 180, 0.28);
  color: #a6302f;
}

.product-scene-contrast-chip--pass {
  background: rgba(189, 246, 200, 0.44);
  color: #26733d;
}

.product-scene-contrast-preview {
  min-height: 82px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #fbbd05;
  color: #2a2f42;
  font-size: 42px;
  font-weight: 700;
}

.product-scene-selection-page {
  position: absolute;
  inset: 54px 20px 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-scene-selection-page article {
  min-height: 108px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.36);
}

.product-scene-selection-overlay {
  position: absolute;
  inset: 0;
  background: rgba(16, 20, 38, 0.38);
}

.product-scene-selection-tooltip {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(15, 21, 41, 0.88);
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
}

.product-scene-selection-box {
  position: absolute;
  top: 110px;
  left: 64px;
  width: 180px;
  height: 128px;
  border: 2px solid rgba(127, 168, 255, 0.9);
  border-radius: 18px;
  box-shadow: 0 0 0 999px rgba(15, 21, 41, 0.14);
}

.product-scene-selection-box span {
  position: absolute;
  inset: 12px;
  border-radius: 14px;
  background: rgba(142, 179, 255, 0.14);
}

.product-scene-phone {
  max-width: 360px;
  margin: 0 auto;
  padding: 18px 18px 0;
  border-radius: 34px;
  background: linear-gradient(180deg, #111217, #1a1c24);
}

.product-scene-phone-topbar {
  width: 88px;
  height: 7px;
  margin: 0 auto 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.product-scene-phone-card {
  padding: 18px;
  border-radius: 28px 28px 0 0;
  background: linear-gradient(180deg, #242630, #1b1d25);
  color: #f1f2f8;
}

.product-scene-discord-banner {
  height: 110px;
  border-radius: 18px;
  background: linear-gradient(180deg, #efe4cd 0 42%, #1f222a 42% 100%);
}

.product-scene-discord-avatar {
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  margin: -34px 0 12px 10px;
  border-radius: 50%;
  border: 8px solid #1f222a;
  background: #f5efdf;
  color: #222;
  font-size: 30px;
  font-weight: 700;
}

.product-scene-discord-copy h3 {
  margin: 0;
  font-size: 34px;
  line-height: 0.96;
}

.product-scene-discord-copy p {
  margin: 4px 0 14px;
  color: rgba(241, 242, 248, 0.72);
}

.product-scene-discord-actions {
  display: flex;
  gap: 10px;
}

.product-scene-discord-bio {
  margin-top: 16px;
  padding: 16px;
  display: grid;
  gap: 10px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.product-scene-shell--community {
  padding: 26px;
  background:
    radial-gradient(circle at 12% 0%, rgba(128, 112, 255, 0.16), transparent 24%),
    linear-gradient(180deg, #181a23, #0f1116);
}

.product-scene-community-layout {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 18px;
  min-height: inherit;
}

.product-scene-community-sidebar,
.product-scene-community-thread,
.product-scene-community-review {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
}

.product-scene-community-sidebar {
  display: grid;
  align-content: start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.72);
}

.product-scene-community-main {
  display: grid;
  gap: 18px;
}

.product-scene-community-thread,
.product-scene-community-review {
  display: grid;
  gap: 12px;
}

.product-scene-community-thread p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
}

.product-scene-message {
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.74);
}

.product-scene-message--assistant {
  background: color-mix(in srgb, var(--product-accent) 22%, rgba(255, 255, 255, 0.08));
  color: #fff;
}

.product-scene-pill {
  width: max-content;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
}

.product-scene-pill--accent {
  background: color-mix(in srgb, var(--product-accent) 22%, rgba(255, 255, 255, 0.08));
}

.product-scene-shell--triagio {
  background: linear-gradient(180deg, #f8f7fc, #f0eff8);
  color: #101425;
}

.product-scene-triagio-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  min-height: inherit;
}

.product-scene-triagio-sidebar {
  padding: 26px 22px;
  background: linear-gradient(180deg, #2b2c39, #292a36);
  color: #f3f4fb;
  display: grid;
  align-content: start;
  gap: 24px;
}

.product-scene-triagio-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.product-scene-triagio-brand strong,
.product-scene-ticket-card strong,
.product-scene-triagio-head strong {
  font-size: 16px;
}

.product-scene-triagio-brand span,
.product-scene-ticket-card em,
.product-scene-triagio-head span {
  font-style: normal;
  color: rgba(243, 244, 251, 0.72);
}

.product-scene-triagio-nav {
  display: grid;
  gap: 10px;
}

.product-scene-triagio-nav span {
  padding: 14px 16px;
  border-radius: 16px;
  color: rgba(243, 244, 251, 0.82);
}

.product-scene-triagio-nav .is-active {
  background: linear-gradient(135deg, #6d78ff, #8f7df8);
  color: #fff;
}

.product-scene-triagio-account {
  padding: 14px;
  display: grid;
  gap: 10px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.product-scene-triagio-user {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.26);
}

.product-scene-triagio-main {
  padding: 24px;
  display: grid;
  gap: 18px;
}

.product-scene-triagio-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.product-scene-triagio-filters {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.product-scene-triagio-filters span {
  min-height: 54px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  border-radius: 16px;
  background: rgba(17, 24, 39, 0.05);
  color: rgba(16, 20, 37, 0.7);
}

.product-scene-triagio-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 16px;
  border-radius: 24px;
  background: rgba(17, 24, 39, 0.08);
}

.product-scene-triagio-board article {
  padding: 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.58);
  display: grid;
  gap: 12px;
  align-content: start;
}

.product-scene-triagio-board header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.product-scene-triagio-board header span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
}

.product-scene-ticket-card {
  padding: 14px;
  display: grid;
  gap: 8px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
}

.product-scene-ticket-card em {
  color: rgba(16, 20, 37, 0.58);
}

.product-scene-settings-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(17, 24, 39, 0.08);
}

.product-scene-settings-grid article {
  padding: 18px;
  display: grid;
  gap: 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
}

.product-scene-settings-note {
  min-height: 120px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(17, 24, 39, 0.06), rgba(17, 24, 39, 0.08)),
    #fff;
}

.product-scene-settings-copy {
  display: grid;
  gap: 10px;
}

.product-scene-settings-copy span {
  display: block;
  height: 14px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.1);
}

.product-scene-settings-copy span:nth-child(2) {
  width: 84%;
}

.product-scene-settings-copy span:nth-child(3) {
  width: 62%;
}

.product-scene-shell--clarify {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 18px;
  background:
    radial-gradient(circle at 84% 12%, rgba(121, 199, 255, 0.3), transparent 22%),
    linear-gradient(180deg, rgba(14, 22, 39, 0.98), rgba(8, 10, 18, 0.98));
}

.product-scene-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.product-scene-photo {
  min-height: 156px;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}

.product-scene-photo-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-scene-photo span {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #111827;
  font-size: 12px;
  font-weight: 600;
}

.product-scene-photo--blur {
  background: #6f92bb;
}

.product-scene-photo--sharp {
  background: #3d618d;
}

.product-scene-chip-row {
  margin-top: 0;
}

.product-scene-photo--blur::after,
.product-scene-photo--sharp::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 40%;
  background: linear-gradient(180deg, transparent, rgba(4, 10, 18, 0.72));
}

html[data-theme="light"] body.product-story-body {
  color: #121725;
  background:
    radial-gradient(circle at 18% 8%, color-mix(in srgb, var(--product-accent) 18%, white 56%), transparent 24%),
    radial-gradient(circle at 82% 0%, color-mix(in srgb, var(--product-accent) 18%, white 80%), transparent 26%),
    linear-gradient(180deg, #f6f7fb 0%, #eef2fa 26%, #e8edf8 100%);
}

html[data-theme="light"] body.product-story-body::before {
  opacity: 0.18;
}

html[data-theme="light"] .product-story-header {
  color: rgba(10, 14, 28, 0.76);
}

html[data-theme="light"] .product-story-header.is-scrolled {
  background: rgba(245, 247, 252, 0.84);
  border-bottom-color: rgba(10, 14, 28, 0.08);
}

html[data-theme="light"] .product-story-nav {
  color: rgba(10, 14, 28, 0.58);
}

html[data-theme="light"] .product-story-nav a:hover,
html[data-theme="light"] .product-related-card:hover .product-related-copy h3,
html[data-theme="light"] .product-related-card:focus-visible .product-related-copy h3 {
  color: rgba(10, 14, 28, 0.96);
}

html[data-theme="light"] .product-story-button,
html[data-theme="light"] .product-inline-button,
html[data-theme="light"] .product-cta-button {
  background: #10131f;
  color: #fff;
}

html[data-theme="light"] .product-story-button:hover,
html[data-theme="light"] .product-inline-button:hover,
html[data-theme="light"] .product-cta-button:hover {
  background: #0a0c14;
}

html[data-theme="light"] .product-hero h1,
html[data-theme="light"] .product-copy-block h2,
html[data-theme="light"] .product-proof-head h2,
html[data-theme="light"] .product-cta-panel h2,
html[data-theme="light"] .product-related-head h2,
html[data-theme="light"] .product-proof-card h3,
html[data-theme="light"] .product-related-copy h3 {
  color: #0d1220;
}

html[data-theme="light"] .product-intro,
html[data-theme="light"] .product-copy-block p,
html[data-theme="light"] .product-cta-panel p {
  color: rgba(13, 18, 32, 0.82);
}

html[data-theme="light"] .product-eyebrow,
html[data-theme="light"] .product-frame figcaption,
html[data-theme="light"] .product-quote footer,
html[data-theme="light"] .product-related-copy span,
html[data-theme="light"] .product-proof-card p,
html[data-theme="light"] .product-related-copy p {
  color: rgba(13, 18, 32, 0.58);
}

html[data-theme="light"] .product-tag,
html[data-theme="light"] .product-secondary-link a {
  color: rgba(13, 18, 32, 0.78);
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(13, 18, 32, 0.08);
}

html[data-theme="light"] .product-divider {
  background: rgba(13, 18, 32, 0.08);
}

html[data-theme="light"] .product-stage-card,
html[data-theme="light"] .product-frame,
html[data-theme="light"] .product-companion-card,
html[data-theme="light"] .product-proof-card,
html[data-theme="light"] .product-cta-panel,
html[data-theme="light"] .product-related-card {
  background: linear-gradient(180deg, rgba(13, 18, 32, 0.08), rgba(13, 18, 32, 0.04));
}

html[data-theme="light"] .product-stage-shell,
html[data-theme="light"] .product-frame-shell,
html[data-theme="light"] .product-companion-shell,
html[data-theme="light"] .product-proof-shell,
html[data-theme="light"] .product-cta-shell,
html[data-theme="light"] .product-related-shell {
  background:
    radial-gradient(circle at var(--glow-x, 50%) var(--glow-y, 50%), rgba(255, 255, 255, 0.46), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 255, 0.98));
}

html[data-theme="light"] .product-scene-image-wrap {
  background: rgba(255, 255, 255, 0.92);
  box-shadow:
    inset 0 0 0 1px rgba(13, 18, 32, 0.08),
    0 20px 42px rgba(30, 41, 59, 0.12);
}

html[data-theme="light"] .product-strip-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)),
    linear-gradient(135deg, color-mix(in srgb, var(--product-accent) 34%, white 52%), rgba(240, 244, 252, 0.92));
}

html[data-theme="light"] .product-strip-card span,
html[data-theme="light"] .product-quote p {
  color: #111725;
}

html[data-theme="light"] .product-quote blockquote {
  border-color: rgba(13, 18, 32, 0.08);
  background:
    radial-gradient(circle at 0% 0%, color-mix(in srgb, var(--product-accent) 12%, transparent), transparent 36%),
    rgba(255, 255, 255, 0.8);
}

@media (max-width: 1100px) {
  .product-proof-grid,
  .product-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-companion-card .product-scene--frame {
    min-height: clamp(260px, 32vw, 360px);
  }

  .product-media-row--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-scene-community-layout,
  .product-scene-triagio-layout {
    grid-template-columns: 1fr;
  }

  .product-scene-triagio-sidebar {
    gap: 18px;
  }
}

@media (max-width: 960px) {
  .product-story-page {
    width: min(100vw - 32px, 1180px);
    padding-top: 104px;
  }

  .product-filmstrip,
  .product-media-row,
  .product-companion-grid {
    grid-template-columns: 1fr;
  }

  .product-companion-card:nth-child(3) {
    grid-column: auto;
  }

  .product-companion + .product-proof {
    padding-top: calc(var(--section-copy-clearance) + 28px);
  }

  .product-scene-news-grid,
  .product-scene-settings-grid,
  .product-scene-triagio-filters,
  .product-scene-triagio-board {
    grid-template-columns: 1fr;
  }

  .product-stage-card {
    width: 100%;
  }

  .product-scene-extension,
  .product-scene-extension--wide {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    margin: 18px;
  }

  .product-scene-browser-canvas--news,
  .product-scene-browser-canvas--google,
  .product-scene-browser-canvas--palette {
    display: grid;
    align-content: start;
  }
}

@media (max-width: 720px) {
  .product-story-header .header-inner {
    width: min(100vw - 24px, 1180px);
  }

  .product-story-page {
    width: min(100vw - 24px, 1180px);
    padding-top: 96px;
  }

  .product-story-nav {
    display: none;
  }

  .product-hero h1 {
    font-size: clamp(38px, 12vw, 56px);
  }

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

  .product-quote p {
    font-size: clamp(22px, 7vw, 32px);
  }

  .product-stage-shell,
  .product-frame-shell,
  .product-companion-shell {
    padding: 12px;
  }

  .product-cta-shell {
    padding: 28px 22px;
  }

  .product-scene--card {
    min-height: 180px;
  }

  .product-scene--frame {
    min-height: 220px;
  }

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

  .product-scene-shell,
  .product-scene-browser {
    border-radius: 22px;
  }

  .product-scene-image-wrap {
    border-radius: 18px;
  }

  .product-scene-browser-bar {
    padding: 12px 14px;
  }

  .product-scene-shell--clarify {
    gap: 10px;
    padding: 12px;
  }

  .product-scene-compare {
    gap: 8px;
  }

  .product-scene-photo {
    min-height: 124px;
    border-radius: 18px;
  }

  .product-scene-photo span {
    top: 10px;
    left: 10px;
    padding: 6px 10px;
    font-size: 11px;
  }

  .product-scene-chip-row span {
    padding: 7px 10px;
    font-size: 11px;
  }

  .product-scene-phone {
    max-width: 100%;
  }

  .product-scene-discord-copy h3 {
    font-size: 28px;
  }
}

@media (max-width: 420px) {
  .product-stage-shell,
  .product-frame-shell,
  .product-companion-shell {
    padding: 10px;
  }

  .product-scene--card {
    min-height: 164px;
  }

  .product-scene--frame {
    min-height: 204px;
  }

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

  .product-scene-shell,
  .product-scene-browser {
    border-radius: 18px;
  }

  .product-scene-image-wrap {
    border-radius: 16px;
  }

  .product-scene-shell--clarify {
    padding: 10px;
  }

  .product-scene-compare {
    gap: 6px;
  }

  .product-scene-photo {
    min-height: 112px;
    border-radius: 16px;
  }
}
