:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-strong: #f8fafd;
  --ink: #202124;
  --muted: #5f6368;
  --line: #dadce0;
  --brand: #1a73e8;
  --brand-strong: #185abc;
  --accent: #1a73e8;
  --shadow: none;
  color-scheme: light;
}

/* OnlyGF editorial blog home */
.blog-home {
  --bg: #09090b;
  --surface: #111114;
  --surface-strong: #151519;
  --ink: #f6f6f3;
  --muted: #aaaab2;
  --line: #2b2b31;
  --brand: #ff0a78;
  --brand-strong: #ff4a9b;
  background: var(--bg);
  color: var(--ink);
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.blog-home main {
  display: flex;
  flex-direction: column;
}

.blog-home .site-header {
  background: rgba(9, 9, 11, 0.96);
  border-color: var(--line);
  min-height: 88px;
  padding: 0 clamp(20px, 3vw, 52px);
}

.blog-home .brand {
  gap: 10px;
}

.blog-home .brand-mark {
  border-radius: 7px;
  display: block;
  height: 42px;
  object-fit: cover;
  width: 42px;
}

.blog-home .brand-name {
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 800;
  line-height: 1;
}

.blog-home .nav {
  gap: clamp(18px, 2.2vw, 34px);
  font-size: 0.92rem;
}

.blog-home .nav span {
  display: none;
}

.blog-home .nav a {
  color: #d4d4d8;
  position: relative;
}

.blog-home .nav a::after {
  background: var(--brand);
  bottom: -8px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  width: 100%;
}

.blog-home .nav a:hover,
.blog-home .nav a[aria-current="page"] {
  color: #fff;
}

.blog-home .nav a:hover::after,
.blog-home .nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.blog-home .stories-header {
  max-width: 1500px;
  order: 0;
  padding: 58px clamp(20px, 3vw, 52px) 34px;
  width: 100%;
}

.blog-home .stories-header h1 {
  font-size: clamp(2.4rem, 5.2vw, 5.3rem);
  font-weight: 800;
  line-height: 0.98;
  max-width: 1040px;
  text-wrap: balance;
}

.blog-home .stories-header p {
  color: #b8b8c0;
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.55;
  max-width: 760px;
}

.blog-home .topic-track {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  flex-wrap: nowrap;
  gap: 0;
  margin-top: 34px;
  overflow-x: auto;
  scrollbar-width: none;
}

.blog-home .topic-track::-webkit-scrollbar {
  display: none;
}

.blog-home .topic-button {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #a7a7af;
  min-height: 52px;
  padding: 0 18px;
  white-space: nowrap;
}

.blog-home .topic-button:hover,
.blog-home .topic-button.is-active {
  background: transparent;
  box-shadow: inset 0 -3px 0 var(--brand);
  color: #fff;
}

.blog-home .featured-editorial {
  margin: 0 auto;
  max-width: 1500px;
  order: 1;
  padding: 24px clamp(20px, 3vw, 52px) 78px;
  width: 100%;
}

.blog-home .featured-heading-row {
  align-items: end;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin-bottom: 26px;
  padding-bottom: 14px;
}

.blog-home .editorial-kicker,
.blog-home .featured-heading-row h2 {
  margin: 0;
}

.blog-home .editorial-kicker {
  color: var(--brand-strong);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-home .featured-heading-row h2 {
  font-size: 1.1rem;
}

.blog-home .featured-layout {
  display: grid;
  gap: clamp(18px, 2vw, 30px);
  grid-template-columns: minmax(0, 1.25fr) minmax(270px, 0.72fr) minmax(280px, 0.68fr);
}

.blog-home .featured-layout article,
.blog-home .featured-layout aside {
  min-width: 0;
}

.blog-home .featured-layout img {
  display: block;
  object-fit: cover;
  transition: filter 220ms ease, transform 300ms ease;
  width: 100%;
}

.blog-home .featured-layout a:hover img {
  filter: saturate(1.12) contrast(1.05);
  transform: scale(1.02);
}

.blog-home .featured-lead {
  border-right: 1px solid var(--line);
  padding-right: clamp(18px, 2vw, 30px);
}

.blog-home .featured-lead > a,
.blog-home .featured-medium > a {
  display: block;
  overflow: hidden;
}

.blog-home .featured-lead img {
  aspect-ratio: auto;
  height: auto;
  object-fit: contain;
}

.blog-home .featured-copy {
  padding-top: 22px;
}

.blog-home .featured-copy p,
.blog-home .featured-medium p {
  align-items: center;
  color: #a7a7af;
  display: flex;
  font-size: 0.76rem;
  font-weight: 700;
  gap: 12px;
  letter-spacing: 0.06em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.blog-home .featured-copy p span,
.blog-home .featured-medium p span {
  color: var(--brand-strong);
}

.blog-home .featured-lead h3 {
  font-size: clamp(2rem, 3.2vw, 3.8rem);
  font-weight: 800;
  line-height: 1.02;
  margin: 0;
  max-width: 880px;
  text-wrap: balance;
}

.blog-home .featured-dek {
  color: #b3b3bb;
  display: block;
  font-size: 1rem;
  line-height: 1.55;
  margin-top: 18px;
  max-width: 680px;
}

.blog-home .featured-stack {
  display: grid;
  gap: 26px;
}

.blog-home .featured-medium {
  border-bottom: 1px solid var(--line);
  padding-bottom: 26px;
}

.blog-home .featured-medium:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.blog-home .featured-medium img {
  aspect-ratio: auto;
  height: auto;
  object-fit: contain;
}

.blog-home .featured-medium div {
  padding-top: 16px;
}

.blog-home .featured-medium h3 {
  font-size: clamp(1.18rem, 1.55vw, 1.65rem);
  line-height: 1.12;
  margin: 0;
  text-wrap: balance;
}

.blog-home .featured-briefs {
  border-left: 1px solid var(--line);
  display: block;
  padding-left: clamp(18px, 2vw, 30px);
}

.blog-home .featured-briefs article {
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}

.blog-home .featured-briefs article:first-child {
  padding-top: 0;
}

.blog-home .featured-briefs article:last-child {
  border-bottom: 0;
}

.blog-home .featured-briefs a {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 92px;
}

.blog-home .featured-briefs img {
  aspect-ratio: 1;
  height: 92px;
}

.blog-home .featured-briefs p,
.blog-home .featured-briefs time {
  color: #9999a3;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
  text-transform: uppercase;
}

.blog-home .featured-briefs p {
  color: var(--brand-strong);
  margin-bottom: 8px;
}

.blog-home .featured-briefs h3 {
  font-size: 1rem;
  line-height: 1.22;
  margin: 0 0 10px;
}

.blog-home .stories-section {
  max-width: 1500px;
  order: 2;
  padding: 52px clamp(20px, 3vw, 52px) 92px;
  width: 100%;
}

.blog-home .stories-section-heading {
  align-items: end;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  padding-top: 22px;
}

.blog-home .stories-section-heading p,
.blog-home .stories-section-heading h2,
.blog-home .stories-section-heading span {
  margin: 0;
}

.blog-home .stories-section-heading p {
  color: var(--brand-strong);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.blog-home .stories-section-heading h2 {
  font-size: clamp(2.5rem, 4vw, 4.2rem);
  line-height: 1;
  margin-top: 8px;
}

.blog-home .stories-section-heading span {
  color: var(--muted);
  font-size: 0.92rem;
  max-width: 340px;
  text-align: right;
}

.blog-home .story-grid {
  gap: 40px 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blog-home .story-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  min-height: 0;
  overflow: visible;
}

.blog-home .story-card:hover {
  border-color: transparent;
  box-shadow: none;
  transform: none;
}

.blog-home .story-card-link {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 0;
  padding: 0;
}

.blog-home .story-copy {
  border-top: 1px solid var(--line);
  order: 2;
  padding: 16px 0 0;
}

.blog-home .story-card img,
.blog-home .story-thumb-text {
  aspect-ratio: 1.58;
  border-radius: 0;
  height: auto;
  object-fit: cover;
  order: 1;
  width: 100%;
}

.blog-home .story-meta {
  font-size: 0.72rem;
  gap: 8px;
  margin-bottom: 10px;
}

.blog-home .story-meta span:last-child,
.blog-home .story-meta time + span {
  color: var(--brand-strong);
}

.blog-home .story-card h2 {
  color: #f1f1f0;
  font-size: clamp(1.08rem, 1.25vw, 1.32rem);
  font-weight: 700;
  line-height: 1.22;
  text-wrap: balance;
}

.blog-home .story-card a:hover h2 {
  color: var(--brand-strong);
}

.blog-home .product-knowledge {
  max-width: 1500px;
  order: 3;
  padding: 0 clamp(20px, 3vw, 52px) 80px;
  width: 100%;
}

.blog-home .product-knowledge-inner {
  background: var(--surface);
  border-color: var(--line);
  border-radius: 0;
  padding: clamp(28px, 4vw, 56px);
}

.blog-home .product-knowledge p,
.blog-home .product-facts dd,
.blog-home .product-faq-grid p {
  color: var(--muted);
}

.blog-home .product-facts div,
.blog-home .product-faq-grid section {
  background: #0d0d10;
  border-color: var(--line);
  border-radius: 0;
}

.blog-home .product-facts a {
  color: var(--brand-strong);
}

.blog-home .product-knowledge-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
}

.blog-home .product-knowledge-actions a {
  align-items: center;
  border: 1px solid var(--line);
  color: var(--text);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 850;
  min-height: 46px;
  padding: 0 18px;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.blog-home .product-knowledge-actions a:first-child,
.blog-home .product-knowledge-actions a:hover {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

.blog-home .site-footer {
  background: #070708;
  border-color: var(--line);
  color: #8f8f98;
}

.blog-home a:focus-visible,
.blog-home button:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 4px;
}

@media (max-width: 1100px) {
  .blog-home .featured-layout {
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  }

  .blog-home .featured-briefs {
    border-left: 0;
    border-top: 1px solid var(--line);
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-left: 0;
    padding-top: 10px;
  }

  .blog-home .featured-briefs article {
    border-bottom: 0;
    border-right: 1px solid var(--line);
    padding: 14px 20px;
  }

  .blog-home .featured-briefs article:first-child {
    padding-left: 0;
    padding-top: 14px;
  }

  .blog-home .featured-briefs article:last-child {
    border-right: 0;
  }
}

@media (max-width: 780px) {
  .blog-home .site-header {
    min-height: 68px;
  }

  .blog-home .brand-mark {
    height: 38px;
    width: 38px;
  }

  .blog-home .brand-name {
    font-size: 1.2rem;
  }

  .blog-home .nav {
    display: none;
  }

  .blog-home .stories-header {
    padding-top: 40px;
  }

  .blog-home .featured-layout {
    grid-template-columns: 1fr;
  }

  .blog-home .featured-lead {
    border-bottom: 1px solid var(--line);
    border-right: 0;
    padding-bottom: 28px;
    padding-right: 0;
  }

  .blog-home .featured-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-home .featured-medium {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .blog-home .featured-briefs {
    grid-template-columns: 1fr;
  }

  .blog-home .featured-briefs article,
  .blog-home .featured-briefs article:first-child {
    border-bottom: 1px solid var(--line);
    border-right: 0;
    padding: 18px 0;
  }

  .blog-home .story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-home .stories-section-heading {
    align-items: start;
    flex-direction: column;
    gap: 14px;
  }

  .blog-home .stories-section-heading span {
    text-align: left;
  }

  .blog-home .product-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .blog-home .stories-header h1 {
    font-size: 2.55rem;
  }

  .blog-home .featured-editorial {
    padding-bottom: 58px;
  }

  .blog-home .featured-stack,
  .blog-home .story-grid,
  .blog-home .product-facts,
  .blog-home .product-faq-grid {
    grid-template-columns: 1fr;
  }

  .blog-home .featured-lead h3 {
    font-size: 2rem;
  }

  .blog-home .featured-lead img,
  .blog-home .featured-medium img {
    aspect-ratio: auto;
    height: auto;
    object-fit: contain;
  }

  .blog-home .story-card h2 {
    font-size: 1.2rem;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--brand);
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 7vw;
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
}

.brand {
  align-items: center;
  display: inline-flex;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0;
}

.brand-logo {
  display: block;
  height: auto;
  max-width: min(220px, 58vw);
  object-fit: contain;
  width: 220px;
}

.nav {
  align-items: center;
  display: flex;
  gap: 10px;
  font-size: 0.95rem;
  font-weight: 650;
}

.nav span {
  color: var(--muted);
}

.nav a[aria-current="page"] {
  color: var(--brand);
}

.hero {
  align-items: stretch;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  margin: 0 auto;
  max-width: 1180px;
  padding: 86px 24px 58px;
}

.hero-copy,
.page-intro,
.section {
  min-width: 0;
}

.eyebrow {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  letter-spacing: 0;
  line-height: 1.12;
}

h1 {
  font-size: clamp(2.4rem, 6vw, 5.8rem);
  margin: 0;
  max-width: 920px;
}

h2 {
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  margin: 0 0 16px;
}

h3 {
  font-size: 1.35rem;
  margin: 0 0 12px;
}

.hero-text,
.page-intro p,
.dek {
  color: var(--muted);
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
  margin: 22px 0 0;
  max-width: 760px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
}

.button.primary {
  background: var(--brand);
  color: white;
}

.button.secondary {
  border: 1px solid var(--line);
  color: var(--ink);
}

.hero-panel,
.post-card,
.list-item,
.answer-box,
.sidebar-box {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-panel {
  align-self: end;
  padding: 28px;
}

.hero-panel dl,
.hero-panel dd {
  margin: 0;
}

.hero-panel div {
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
}

.hero-panel div:last-child {
  border-bottom: 0;
}

.hero-panel dt {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 750;
  text-transform: uppercase;
}

.hero-panel dd {
  font-size: 1.16rem;
  font-weight: 800;
  margin-top: 4px;
}

.section,
.page-intro,
.stories-header,
.stories-section {
  margin: 0 auto;
  max-width: 1280px;
  padding: 48px 24px 72px;
}

.stories-header {
  padding-bottom: 22px;
  padding-top: 38px;
}

.stories-header h1 {
  font-size: clamp(2rem, 3vw, 2.75rem);
}

.stories-header p {
  color: var(--muted);
  font-size: 1.05rem;
  margin: 14px 0 0;
  max-width: 780px;
}

.sr-only {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.product-knowledge {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 24px 34px;
}

.product-knowledge-inner {
  background: var(--surface-strong);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 30px;
}

.product-knowledge h2 {
  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
  margin: 0;
}

.product-knowledge p {
  color: var(--muted);
  margin: 12px 0 0;
  max-width: 900px;
}

.product-facts {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 26px 0 0;
}

.product-facts div {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  min-width: 0;
  padding: 16px;
}

.product-facts dt {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-facts dd {
  color: var(--muted);
  font-size: 0.95rem;
  margin: 6px 0 0;
}

.product-facts a {
  color: var(--brand-strong);
  font-weight: 800;
}

.product-faq {
  border-top: 1px solid var(--line);
  margin-top: 28px;
  padding-top: 24px;
}

.product-faq-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.product-faq-grid section {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}

.product-faq-grid h3 {
  font-size: 1rem;
  line-height: 1.3;
  margin: 0;
}

.product-faq-grid p {
  font-size: 0.95rem;
  margin-top: 8px;
}

.topic-track {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.topic-track li {
  display: flex;
}

.topic-button {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 650;
  justify-content: center;
  line-height: 1;
  padding: 9px 13px;
  text-decoration: none;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

.topic-button:hover,
.topic-button.is-active {
  background: #eef3fe;
  border-color: #c9d7f2;
  color: var(--brand-strong);
}

.stories-section {
  padding-top: 0;
}

.story-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.story-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 176px;
  overflow: hidden;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.story-card.is-hidden {
  display: none;
}

.story-card:hover {
  border-color: #c9d7f2;
  box-shadow: 0 2px 8px rgba(60, 64, 67, 0.14);
  transform: translateY(-1px);
}

.story-card-link {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 146px;
  min-height: 188px;
  padding: 26px 16px 20px 24px;
}

.story-card img,
.story-thumb-text {
  aspect-ratio: 1.52;
  border-radius: 8px;
  display: block;
  filter: saturate(1.06) contrast(1.03);
  height: 96px;
  object-fit: cover;
  transition:
    filter 160ms ease,
    transform 160ms ease;
  width: 146px;
}

.story-card:hover img {
  filter: saturate(1.14) contrast(1.06);
  transform: scale(1.035);
}

.story-thumb-text {
  align-items: center;
  background: #eef3fe;
  color: var(--brand);
  display: flex;
  font-size: 1.05rem;
  font-weight: 800;
  justify-content: center;
}

.story-meta {
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.82rem;
  font-weight: 700;
  gap: 7px;
  letter-spacing: 0.04em;
  margin-bottom: 22px;
  text-transform: uppercase;
  white-space: nowrap;
}

.story-meta span {
  max-width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.story-meta span:last-child,
.story-meta time + span {
  color: var(--brand-strong);
}

.story-meta span:not(:first-child)::before {
  color: var(--muted);
  content: "-";
  margin-right: 7px;
}

.story-card h2 {
  font-size: 1.05rem;
  font-weight: 450;
  line-height: 1.55;
  margin: 0;
}

.muted-card {
  background: #fff;
}

.muted-card .story-card-link {
  color: var(--muted);
}

.load-more {
  background: white;
  border: 1px solid var(--ink);
  border-radius: 999px;
  color: var(--brand-strong);
  display: block;
  font-size: 1rem;
  font-weight: 650;
  margin: 36px auto 0;
  min-height: 48px;
  padding: 0 58px;
}

.section.compact {
  padding-top: 18px;
}

.section-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}

.article-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.post-card,
.list-item {
  padding: 24px;
}

.post-card p,
.list-item p {
  color: var(--muted);
}

.post-meta,
.article-meta {
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.86rem;
  font-weight: 700;
  gap: 10px;
}

.post-meta span:not(:last-child)::after,
.article-meta span:not(:last-child)::after {
  content: "|";
  margin-left: 10px;
}

.text-link {
  color: var(--brand);
  font-weight: 800;
}

.article-list {
  display: grid;
  gap: 18px;
  max-width: 860px;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.article-tags li {
  background: var(--surface-strong);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 650;
  padding: 5px 12px;
}

.tag-row li {
  background: var(--surface-strong);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--brand-strong);
  font-size: 0.85rem;
  font-weight: 750;
  padding: 5px 9px;
}

.article-layout {
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 780px) 280px;
  margin: 0 auto;
  max-width: 1180px;
  padding: 54px 24px 96px;
}

.article {
  min-width: 0;
}

.article-header {
  border-bottom: 0;
  margin-bottom: 34px;
  padding-bottom: 0;
}

.article-header h1 {
  font-size: clamp(3rem, 7vw, 5.8rem);
  font-weight: 700;
  line-height: 1.02;
  max-width: 940px;
}

.breadcrumb {
  align-items: center;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.88rem;
  gap: 8px;
  margin-bottom: 20px;
}

.breadcrumb a {
  color: var(--brand-strong);
  font-weight: 750;
}

.article section {
  margin-top: 56px;
}

.article p,
.article li {
  font-size: 1.08rem;
}

.article p {
  margin: 0 0 18px;
}

.answer-box {
  background: var(--surface-strong);
  border: 1px solid var(--line);
  border-left: 4px solid var(--brand);
  margin: 42px 0;
  padding: 24px 28px;
}

.answer-box h2 {
  font-size: 1.05rem;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.answer-box p {
  font-size: 1.1rem;
  font-weight: 750;
  margin: 0;
}

.source-note {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  font-weight: 700;
  margin: 24px 0;
  padding: 14px 16px;
}

.source-note a {
  color: var(--brand-strong);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.table-wrap,
.comparison-table-wrap {
  border: 1px solid var(--line);
  border-radius: 8px;
  max-width: 100%;
  overflow-x: auto;
}

table {
  background: var(--surface);
  border-collapse: collapse;
  min-width: 620px;
  width: 100%;
}

th,
td {
  border-bottom: 1px solid var(--line);
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
}

th {
  background: var(--surface-strong);
  color: var(--brand-strong);
  font-size: 0.85rem;
  text-transform: uppercase;
}

tr:last-child td {
  border-bottom: 0;
}

.faq details {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 16px 18px;
}

.faq summary {
  cursor: pointer;
  font-weight: 850;
}

.article-cta {
  background: #f8fafd;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin: 64px 0 0;
  padding: 28px;
}

.article-cta h2 {
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  margin-bottom: 10px;
}

.article-cta p {
  color: var(--muted);
  max-width: 680px;
}

.article-cta-link {
  align-items: center;
  background: var(--brand);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  margin-top: 8px;
  min-height: 44px;
  padding: 0 20px;
}

.article-cta-link:hover {
  background: var(--brand-strong);
  color: #fff;
}

.article-product-link {
  color: var(--brand-strong);
  display: inline-block;
  font-size: 0.86rem;
  font-weight: 800;
  margin: 16px 0 0 14px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.article-product-link:hover {
  color: var(--text);
}

.faq details p {
  color: var(--muted);
  margin: 12px 0 0;
}

.sidebar {
  align-self: start;
  display: grid;
  gap: 18px;
  position: sticky;
  top: 104px;
}

.sidebar-box {
  border-left: 4px solid var(--line);
  padding: 18px 18px 18px 26px;
}

.sidebar-box h2 {
  color: var(--muted);
  font-size: 0.84rem;
  letter-spacing: 0.06em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.sidebar-box ul,
.sidebar-box ol {
  color: var(--muted);
  margin: 0;
  padding-left: 18px;
}

.sidebar-box li {
  line-height: 1.45;
  margin: 6px 0;
  padding-left: 2px;
}

.sidebar-box a {
  color: var(--muted);
}

.sidebar-box a:hover {
  color: var(--brand);
}

.article-hero-image {
  margin: 0 0 44px;
}

.article-hero-image img {
  aspect-ratio: 16 / 9;
  border-radius: 0;
  display: block;
  height: auto;
  object-fit: cover;
  object-position: center 18%;
  width: 100%;
}

.site-footer {
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  justify-content: center;
  padding: 28px 7vw;
  text-align: center;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--brand-strong);
  font-weight: 800;
}

@media (max-width: 900px) {
  .hero,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-grid {
    grid-template-columns: 1fr;
  }

  .story-grid {
    grid-template-columns: 1fr;
  }

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

  .story-card-link {
    grid-template-columns: minmax(0, 1fr) 220px;
    min-height: 220px;
  }

  .story-card img,
  .story-thumb-text {
    height: 145px;
    width: 220px;
  }

  .sidebar {
    position: static;
  }
}

@media (max-width: 560px) {
  .article-product-link {
    display: block;
    margin-left: 0;
  }
}

@media (max-width: 640px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding: 16px 20px;
  }

  .nav {
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 2px;
    width: 100%;
  }

  .hero,
  .section,
  .page-intro,
  .stories-header,
  .product-knowledge,
  .stories-section,
  .article-layout {
    padding-left: 18px;
    padding-right: 18px;
  }

  .product-knowledge {
    padding-bottom: 26px;
  }

  .product-knowledge-inner {
    padding: 22px;
  }

  .product-facts,
  .product-faq-grid {
    grid-template-columns: 1fr;
  }

  .story-card-link {
    gap: 16px;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 16px;
  }

  .story-card img,
  .story-thumb-text {
    height: auto;
    order: -1;
    width: 100%;
  }

  .story-meta {
    margin-bottom: 12px;
  }

  .hero {
    padding-top: 46px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .site-footer {
    align-items: center;
    flex-direction: column;
    gap: 10px;
    padding: 24px 20px;
  }
}

/* OnlyGF product landing page */
.product-page {
  --product-bg: #121216;
  --product-panel: #1b1b1c;
  --product-ivory: #f7f7f7;
  --product-muted: #9ca3af;
  --product-line: rgba(255, 255, 255, 0.13);
  --product-accent: #ed0f78;
  background: var(--product-bg);
  color: var(--product-ivory);
  font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  line-height: 1.55;
}

.product-page a:hover {
  color: inherit;
}

.product-page h1,
.product-page h2,
.product-page h3,
.product-page p,
.product-page figure,
.product-page dl,
.product-page dd {
  margin-top: 0;
}

.product-page h1,
.product-page h2,
.product-page h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

.product-header {
  align-items: center;
  background: #2a2a2e;
  border-bottom: 1px solid #3a3a3f;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  min-height: 76px;
  padding: 12px 4vw;
  position: sticky;
  top: 0;
  z-index: 50;
}

.product-wordmark {
  display: inline-flex;
  flex: 0 0 auto;
  line-height: 0;
}

.product-wordmark img,
.product-footer img {
  display: block;
  height: auto;
  width: 190px;
}

.product-nav {
  align-items: center;
  display: flex;
  font-size: 0.82rem;
  font-weight: 700;
  gap: 28px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-nav a {
  border-bottom: 1px solid transparent;
  color: #e4e7e7;
  padding: 8px 0 6px;
  transition: border-color 180ms ease, color 180ms ease;
}

.product-nav a:hover {
  border-color: #ed0f78;
  color: #ffffff;
}

.product-nav .product-nav-cta {
  background: linear-gradient(90deg, #7f00ff 0%, #cc00ff 100%);
  border: 1px solid transparent;
  color: #ffffff;
  min-width: 138px;
  padding: 11px 16px;
  text-align: center;
}

.product-nav .product-nav-cta:hover {
  background: #ed0f78;
  border-color: #ed0f78;
  color: #ffffff;
}

.product-hero {
  background: #232027;
  height: 74svh;
  max-height: 720px;
  min-height: 560px;
  overflow: hidden;
  position: relative;
}

.product-hero-media {
  animation: product-hero-settle 1400ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
  display: block;
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: 52% 34%;
  position: absolute;
  width: 100%;
}

.product-hero-shade {
  background: rgba(10, 9, 12, 0.58);
  inset: 0;
  position: absolute;
}

.product-hero-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1520px;
  padding: 28px 5vw 34px;
  position: relative;
  z-index: 2;
}

.product-page .breadcrumb {
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.76rem;
  font-weight: 700;
  gap: 9px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.product-page .breadcrumb a:hover {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.product-hero-copy {
  animation: product-copy-in 900ms 140ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
  max-width: 760px;
}

.product-kicker,
.product-section-index {
  color: var(--product-accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.product-hero h1 {
  color: #ffffff;
  font-size: 8.5rem;
  line-height: 0.82;
  margin: 0 0 22px;
}

.product-hero-line {
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1.15;
  margin-bottom: 16px;
}

.product-hero-dek {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.03rem;
  margin-bottom: 28px;
  max-width: 610px;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.product-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 2px;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.08em;
  min-height: 48px;
  padding: 0 22px;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease,
    transform 180ms ease;
}

.product-button:hover {
  transform: translateY(-2px);
}

.product-button-primary {
  background: linear-gradient(90deg, #7f00ff 0%, #cc00ff 100%);
  border-color: transparent;
  color: #ffffff;
}

.product-button-primary:hover {
  background: #ed0f78;
  border-color: #ed0f78;
  color: #ffffff;
}

.product-button-secondary {
  background: rgba(17, 16, 20, 0.3);
  border-color: rgba(255, 255, 255, 0.58);
  color: #ffffff;
}

.product-button-secondary:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #161419;
}

.product-hero-facts {
  align-self: flex-end;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  width: min(520px, 46vw);
}

.product-hero-facts div {
  border-left: 1px solid rgba(255, 255, 255, 0.38);
  padding-left: 18px;
}

.product-hero-facts dt {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-hero-facts dd {
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  margin-bottom: 0;
}

.product-answer,
.product-story,
.product-capabilities,
.product-character-world,
.product-comparison,
.product-faq-section {
  margin: 0 auto;
  max-width: 1520px;
  padding: 108px 5vw;
}

.product-answer {
  background: #1b1b1c;
  color: #ffffff;
  max-width: none;
}

.product-answer > .product-section-index,
.product-answer-grid {
  margin-left: auto;
  margin-right: auto;
  max-width: 1380px;
}

.product-answer-grid {
  display: grid;
  gap: 7vw;
  grid-template-columns: minmax(280px, 0.8fr) minmax(420px, 1.2fr);
}

.product-answer h2,
.product-story h2,
.product-capabilities h2,
.product-character-world h2,
.product-comparison h2,
.product-faq-section h2,
.product-final-cta h2 {
  font-size: 3.8rem;
  line-height: 1.03;
}

.product-answer h2 {
  margin-bottom: 0;
}

.product-direct-answer {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  line-height: 1.55;
  margin-bottom: 26px;
}

.product-note {
  border-top: 1px solid var(--product-line);
  color: var(--product-muted);
  font-size: 0.82rem;
  margin-bottom: 0;
  padding-top: 18px;
}

.product-story {
  padding-bottom: 130px;
}

.product-story-copy {
  display: grid;
  gap: 7vw;
  grid-template-columns: minmax(300px, 1fr) minmax(360px, 0.8fr);
  margin-bottom: 72px;
}

.product-story-copy .product-section-index {
  grid-column: 1 / -1;
  margin-bottom: -42px;
}

.product-story-copy h2 {
  margin-bottom: 0;
  max-width: 680px;
}

.product-story-copy > p:last-child,
.product-character-intro > p:last-child,
.product-comparison-intro > p:last-child,
.product-faq-intro > p:last-child {
  color: var(--product-muted);
  font-size: 1.05rem;
  margin-bottom: 0;
  max-width: 600px;
}

.product-gallery {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: 180px 340px 220px;
}

.product-gallery-item {
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}

.product-gallery-item img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
  width: 100%;
}

.product-gallery-item:hover img,
.product-character:hover img {
  transform: scale(1.025);
}

.product-gallery-item figcaption {
  background: rgba(17, 16, 20, 0.8);
  bottom: 0;
  color: #ffffff;
  font-size: 0.74rem;
  font-weight: 700;
  left: 0;
  letter-spacing: 0.06em;
  padding: 10px 12px;
  position: absolute;
  text-transform: uppercase;
}

.product-gallery-one {
  grid-column: 1 / span 6;
  grid-row: 1 / span 2;
}

.product-gallery-one img {
  object-position: 50% 35%;
}

.product-gallery-two {
  grid-column: 7 / span 4;
  grid-row: 1 / span 3;
}

.product-gallery-two img {
  object-position: 50% 32%;
}

.product-gallery-three {
  grid-column: 2 / span 5;
  grid-row: 3;
}

.product-gallery-three img {
  object-position: 50% 32%;
}

.product-capabilities {
  border-top: 1px solid var(--product-line);
}

.product-capabilities-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 62px;
}

.product-capabilities-heading h2 {
  margin-bottom: 0;
  max-width: 620px;
}

.product-capability-row {
  align-items: start;
  border-top: 1px solid var(--product-line);
  display: grid;
  gap: 32px;
  grid-template-columns: 60px minmax(360px, 1fr) minmax(260px, 0.65fr);
  padding: 34px 0 38px;
}

.product-capability-row:last-child {
  border-bottom: 1px solid var(--product-line);
}

.product-capability-number {
  color: var(--product-accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
}

.product-capability-copy h3 {
  font-size: 2rem;
  margin-bottom: 12px;
}

.product-capability-copy p,
.product-capability-fact {
  color: var(--product-muted);
  margin-bottom: 0;
}

.product-capability-copy p {
  max-width: 670px;
}

.product-capability-fact {
  border-left: 2px solid var(--product-accent);
  font-size: 0.84rem;
  padding-left: 20px;
}

.product-character-world {
  background: #242429;
  color: #ffffff;
  max-width: none;
}

.product-character-intro,
.product-character-grid {
  margin-left: auto;
  margin-right: auto;
  max-width: 1380px;
}

.product-character-intro {
  display: grid;
  gap: 6vw;
  grid-template-columns: minmax(400px, 1.2fr) minmax(320px, 0.8fr);
  margin-bottom: 64px;
}

.product-character-intro .product-section-index {
  grid-column: 1 / -1;
  margin-bottom: -34px;
}

.product-character-intro h2 {
  margin-bottom: 0;
  max-width: 780px;
}

.product-character-intro > p:last-child {
  color: var(--product-muted);
}

.product-character-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1.12fr 0.88fr;
  grid-template-rows: 460px 330px;
}

.product-character {
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}

.product-character img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
  width: 100%;
}

.product-character-featured {
  grid-row: 1 / span 2;
}

.product-character-wide img {
  object-position: 50% 38%;
}

.product-character figcaption {
  align-items: baseline;
  background: rgba(17, 16, 20, 0.82);
  bottom: 0;
  color: #ffffff;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  left: 0;
  padding: 15px 18px;
  position: absolute;
  right: 0;
}

.product-character figcaption strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.product-character figcaption span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-comparison {
  display: grid;
  gap: 7vw;
  grid-template-columns: minmax(300px, 0.72fr) minmax(620px, 1.28fr);
}

.product-comparison-intro h2 {
  margin-bottom: 24px;
}

.product-table-wrap {
  overflow-x: auto;
}

.product-comparison table {
  background: transparent;
  border-collapse: collapse;
  color: var(--product-ivory);
  min-width: 650px;
  width: 100%;
}

.product-comparison th,
.product-comparison td {
  background: transparent;
  border-bottom: 1px solid var(--product-line);
  padding: 20px 18px;
  text-align: left;
  vertical-align: top;
}

.product-comparison thead th {
  color: var(--product-muted);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-comparison tbody th {
  color: var(--product-accent);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  width: 22%;
}

.product-comparison td {
  font-size: 0.92rem;
}

.product-faq-section {
  border-top: 1px solid var(--product-line);
  display: grid;
  gap: 8vw;
  grid-template-columns: minmax(280px, 0.65fr) minmax(540px, 1.35fr);
}

.product-faq-intro h2 {
  margin-bottom: 18px;
}

.product-faq-list details {
  border-top: 1px solid var(--product-line);
  color: var(--product-ivory);
  padding: 0;
}

.product-faq-list details:last-child {
  border-bottom: 1px solid var(--product-line);
}

.product-faq-list summary {
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  list-style: none;
  padding: 24px 48px 24px 0;
  position: relative;
}

.product-faq-list summary::-webkit-details-marker {
  display: none;
}

.product-faq-list summary::after {
  color: var(--product-accent);
  content: "+";
  font-family: Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  position: absolute;
  right: 2px;
  top: 20px;
}

.product-faq-list details[open] summary::after {
  content: "-";
}

.product-faq-list details p {
  color: var(--product-muted);
  margin-bottom: 0;
  max-width: 720px;
  padding: 0 48px 26px 0;
}

.product-final-cta {
  height: 700px;
  overflow: hidden;
  position: relative;
}

.product-final-cta > img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: 50% 33%;
  position: absolute;
  width: 100%;
}

.product-final-shade {
  background: rgba(10, 9, 12, 0.64);
  inset: 0;
  position: absolute;
}

.product-final-copy {
  left: 5vw;
  max-width: 720px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.product-final-copy h2 {
  color: #ffffff;
  margin-bottom: 22px;
}

.product-final-copy > p:not(.product-section-index) {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.05rem;
  margin-bottom: 30px;
  max-width: 580px;
}

.product-footer {
  align-items: center;
  background: #2a2a2e;
  border-top: 1px solid #3a3a3f;
  color: #a5acac;
  display: grid;
  font-size: 0.78rem;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 28px 4vw;
}

.product-footer p {
  margin-bottom: 0;
  text-align: center;
}

.product-footer p:last-child {
  text-align: right;
}

@keyframes product-hero-settle {
  from {
    opacity: 0.72;
    transform: scale(1.035);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes product-copy-in {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1100px) {
  .product-hero h1 {
    font-size: 6.8rem;
  }

  .product-hero-line {
    font-size: 1.7rem;
  }

  .product-answer h2,
  .product-story h2,
  .product-capabilities h2,
  .product-character-world h2,
  .product-comparison h2,
  .product-faq-section h2,
  .product-final-cta h2 {
    font-size: 3.1rem;
  }

  .product-comparison {
    gap: 48px;
    grid-template-columns: 1fr;
  }

  .product-comparison-intro {
    max-width: 760px;
  }

  .product-faq-section {
    gap: 48px;
    grid-template-columns: minmax(240px, 0.65fr) minmax(460px, 1.35fr);
  }
}

@media (max-width: 820px) {
  .product-header {
    align-items: flex-start;
    gap: 14px;
    padding: 12px 20px;
  }

  .product-wordmark img,
  .product-footer img {
    width: 166px;
  }

  .product-nav {
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 3px;
  }

  .product-nav > a:not(.product-nav-cta) {
    display: none;
  }

  .product-hero {
    height: 70svh;
    max-height: 650px;
    min-height: 540px;
  }

  .product-hero-media {
    object-position: 54% 30%;
  }

  .product-hero-inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .product-hero-copy {
    max-width: 590px;
  }

  .product-hero h1 {
    font-size: 5.4rem;
  }

  .product-hero-line {
    font-size: 1.5rem;
  }

  .product-hero-facts {
    display: none;
  }

  .product-answer,
  .product-story,
  .product-capabilities,
  .product-character-world,
  .product-comparison,
  .product-faq-section {
    padding: 82px 24px;
  }

  .product-answer-grid,
  .product-story-copy,
  .product-character-intro,
  .product-faq-section {
    gap: 34px;
    grid-template-columns: 1fr;
  }

  .product-story-copy .product-section-index,
  .product-character-intro .product-section-index {
    grid-column: auto;
    margin-bottom: -12px;
  }

  .product-gallery {
    grid-template-rows: 480px 320px;
  }

  .product-gallery-one {
    grid-column: 1 / span 7;
    grid-row: 1;
  }

  .product-gallery-two {
    grid-column: 8 / span 5;
    grid-row: 1 / span 2;
  }

  .product-gallery-three {
    grid-column: 2 / span 6;
    grid-row: 2;
  }

  .product-capabilities-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .product-capability-row {
    gap: 22px;
    grid-template-columns: 40px 1fr;
  }

  .product-capability-fact {
    grid-column: 2;
  }

  .product-character-grid {
    grid-template-rows: 560px 300px;
  }

  .product-faq-intro {
    max-width: 620px;
  }

  .product-final-cta {
    height: 620px;
  }

  .product-final-copy {
    left: 24px;
    right: 24px;
  }

  .product-footer {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .product-footer p,
  .product-footer p:last-child {
    text-align: center;
  }
}

@media (max-width: 560px) {
  .product-header {
    min-height: 68px;
  }

  .product-wordmark img {
    width: 148px;
  }

  .product-nav .product-nav-cta {
    min-width: 112px;
    padding: 9px 10px;
  }

  .product-hero {
    height: 72svh;
    min-height: 560px;
  }

  .product-hero-media {
    object-position: 55% 28%;
  }

  .product-hero-shade {
    background: rgba(10, 9, 12, 0.64);
  }

  .product-page .breadcrumb {
    font-size: 0.68rem;
  }

  .product-kicker,
  .product-section-index {
    font-size: 0.66rem;
  }

  .product-hero h1 {
    font-size: 4.1rem;
    margin-bottom: 18px;
  }

  .product-hero-line {
    font-size: 1.32rem;
  }

  .product-hero-dek {
    font-size: 0.92rem;
    margin-bottom: 22px;
  }

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

  .product-button {
    width: 100%;
  }

  .product-answer,
  .product-story,
  .product-capabilities,
  .product-character-world,
  .product-comparison,
  .product-faq-section {
    padding: 68px 18px;
  }

  .product-answer h2,
  .product-story h2,
  .product-capabilities h2,
  .product-character-world h2,
  .product-comparison h2,
  .product-faq-section h2,
  .product-final-cta h2 {
    font-size: 2.45rem;
  }

  .product-direct-answer {
    font-size: 1.25rem;
  }

  .product-story-copy {
    margin-bottom: 42px;
  }

  .product-gallery {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 420px 300px;
  }

  .product-gallery-one {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .product-gallery-two {
    grid-column: 1;
    grid-row: 2;
  }

  .product-gallery-three {
    grid-column: 2;
    grid-row: 2;
  }

  .product-gallery-item figcaption {
    font-size: 0.62rem;
    max-width: 100%;
  }

  .product-capability-row {
    gap: 14px;
    grid-template-columns: 30px 1fr;
    padding: 26px 0 30px;
  }

  .product-capability-copy h3 {
    font-size: 1.6rem;
  }

  .product-character-intro {
    margin-bottom: 42px;
  }

  .product-character-grid {
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 430px 280px;
  }

  .product-character-featured {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .product-character:not(.product-character-featured) {
    grid-row: 2;
  }

  .product-character figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
    padding: 10px 12px;
  }

  .product-character figcaption strong {
    font-size: 1rem;
  }

  .product-comparison th,
  .product-comparison td {
    padding: 16px 12px;
  }

  .product-comparison table,
  .product-comparison tbody,
  .product-comparison tr,
  .product-comparison th,
  .product-comparison td {
    display: block;
    min-width: 0;
    width: 100%;
  }

  .product-comparison thead {
    display: none;
  }

  .product-comparison tbody tr {
    border-top: 1px solid var(--product-line);
    padding: 20px 0;
  }

  .product-comparison tbody tr:last-child {
    border-bottom: 1px solid var(--product-line);
  }

  .product-comparison tbody th,
  .product-comparison tbody td {
    border: 0;
    padding: 7px 0;
  }

  .product-comparison tbody th {
    margin-bottom: 4px;
  }

  .product-comparison td::before {
    color: var(--product-muted);
    content: attr(data-label);
    display: block;
    font-size: 0.63rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-bottom: 3px;
    text-transform: uppercase;
  }

  .product-faq-list summary {
    font-size: 1.16rem;
    padding: 20px 40px 20px 0;
  }

  .product-faq-list details p {
    padding-right: 18px;
  }

  .product-final-cta {
    height: 580px;
  }

  .product-final-cta > img {
    object-position: 55% 30%;
  }

  .product-final-shade {
    background: rgba(10, 9, 12, 0.7);
  }

  .product-final-copy {
    left: 18px;
    right: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-page *,
  .product-page *::before,
  .product-page *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* OnlyGF Journal - cinematic editorial redesign */
.blog-home {
  --journal-bg: #070709;
  --journal-surface: #111115;
  --journal-ink: #f7f4f5;
  --journal-muted: #aaa4aa;
  --journal-line: rgba(255, 255, 255, 0.13);
  --journal-pink: #ff0a78;
  background: var(--journal-bg);
  color: var(--journal-ink);
  font-family: Geist, "Aptos Display", "Segoe UI Variable Display", "Segoe UI", sans-serif;
  overflow-x: hidden;
}

.blog-home::selection {
  background: var(--journal-pink);
  color: #fff;
}

.blog-home .site-header {
  background: rgba(7, 7, 9, 0.96);
  border-bottom: 1px solid var(--journal-line);
  min-height: 78px;
  padding: 0 clamp(20px, 3vw, 52px);
  position: relative;
}

.blog-home .brand {
  gap: 12px;
}

.blog-home .brand-mark {
  height: 42px;
  width: 42px;
}

.blog-home .brand-name {
  color: #fff;
  font-size: 1.52rem;
  font-weight: 800;
}

.blog-home .nav {
  gap: clamp(20px, 2.5vw, 42px);
}

.blog-home .nav a {
  color: #aaa4aa;
  font-size: 0.86rem;
  font-weight: 700;
  padding: 28px 0 24px;
  position: relative;
  transition: color 500ms cubic-bezier(0.32, 0.72, 0, 1);
}

.blog-home .nav a::after {
  background: var(--journal-pink);
  bottom: 17px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 500ms cubic-bezier(0.32, 0.72, 0, 1);
  width: 100%;
}

.blog-home .nav a:hover,
.blog-home .nav a[aria-current="page"] {
  color: #fff;
}

.blog-home .nav a:hover::after,
.blog-home .nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.blog-home main {
  display: flex;
  flex-direction: column;
}

.blog-home .stories-header {
  display: grid;
  gap: 34px clamp(34px, 6vw, 110px);
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  margin: 0 auto;
  max-width: 1500px;
  padding: 52px clamp(20px, 3vw, 52px) 26px;
  width: 100%;
}

.blog-home .masthead-copy {
  min-width: 0;
}

.blog-home .masthead-kicker {
  color: var(--journal-pink);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.blog-home .masthead-kicker span {
  color: #716c72;
  margin-left: 12px;
}

.blog-home .stories-header h1 {
  color: #fff;
  font-size: clamp(3rem, 4.2vw, 4.9rem);
  font-weight: 780;
  line-height: 0.89;
  margin: 0;
  max-width: 940px;
  text-wrap: balance;
}

.blog-home .stories-header h1 em {
  color: var(--journal-pink);
  display: block;
  font-style: normal;
}

.blog-home .masthead-dek {
  align-self: end;
  color: var(--journal-muted);
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  line-height: 1.62;
  margin: 0 0 5px;
  max-width: 520px;
}

.blog-home .topic-track {
  border-bottom: 1px solid var(--journal-line);
  border-top: 1px solid var(--journal-line);
  grid-column: 1 / -1;
  margin: 0;
  overflow-x: auto;
  padding: 0;
  scrollbar-width: none;
}

.blog-home .topic-track::-webkit-scrollbar {
  display: none;
}

.blog-home .topic-button {
  color: #8d878e;
  font-size: 0.82rem;
  font-weight: 750;
  min-height: 58px;
  padding: 0 clamp(13px, 1.55vw, 25px);
  transition: color 450ms cubic-bezier(0.32, 0.72, 0, 1);
}

.blog-home .topic-button:hover,
.blog-home .topic-button.is-active {
  box-shadow: inset 0 -3px 0 var(--journal-pink);
  color: #fff;
}

.blog-home .featured-editorial {
  margin: 0 auto;
  max-width: 1500px;
  padding: 36px clamp(20px, 3vw, 52px) 112px;
  width: 100%;
}

.blog-home .featured-heading-row {
  border-bottom: 0;
  margin: 0 0 18px;
  padding: 0;
}

.blog-home .editorial-kicker {
  color: var(--journal-pink);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
}

.blog-home .featured-heading-row h2 {
  color: #fff;
  font-size: 0.88rem;
  font-weight: 750;
}

.blog-home .featured-layout {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(270px, 1fr));
  height: clamp(680px, 52vw, 780px);
  min-height: 0;
}

.blog-home .featured-layout article,
.blog-home .featured-layout aside,
.blog-home .featured-stack {
  min-height: 0;
}

.blog-home .featured-layout a {
  color: inherit;
}

.blog-home .featured-layout img {
  display: block;
  filter: saturate(0.94) contrast(1.04);
  height: 100%;
  object-fit: cover;
  transition: filter 800ms cubic-bezier(0.32, 0.72, 0, 1), transform 900ms cubic-bezier(0.32, 0.72, 0, 1);
  width: 100%;
}

.blog-home .featured-layout a:hover img {
  filter: saturate(1.1) contrast(1.03);
  transform: scale(1.035);
}

.blog-home .featured-lead {
  border: 0;
  grid-column: 1 / 8;
  grid-row: 1 / 3;
  padding: 0;
  overflow: hidden;
}

.blog-home .featured-lead > a,
.blog-home .featured-medium > a {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.blog-home .featured-lead > a::after,
.blog-home .featured-medium > a::after {
  background: linear-gradient(180deg, transparent 20%, rgba(4, 4, 7, 0.18) 48%, rgba(4, 4, 7, 0.95) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.blog-home .featured-lead img,
.blog-home .featured-medium img {
  aspect-ratio: auto;
  height: 100%;
  object-fit: cover;
}

.blog-home .featured-layout img[src*="homepage-character-"] {
  object-position: center 18%;
}

.blog-home .featured-lead img[src*="homepage-character-"] {
  object-position: center 15%;
}

.blog-home .cover-sera {
  object-position: center 20%;
  transform: scale(1.015);
}

.blog-home .featured-lead > a:hover .cover-sera {
  transform: scale(1.05);
}

.blog-home .cover-isha {
  object-position: center 18%;
}

.blog-home .cover-vesper {
  object-position: center 16%;
}

.blog-home .cover-lyra,
.blog-home .cover-sibyl,
.blog-home .cover-curlyy {
  object-position: center 18%;
}

.blog-home .featured-copy {
  bottom: 0;
  left: 0;
  padding: clamp(24px, 3.2vw, 50px);
  position: absolute;
  right: 0;
  z-index: 1;
}

.blog-home .featured-copy p,
.blog-home .featured-medium p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.69rem;
  letter-spacing: 0.1em;
  margin-bottom: 13px;
}

.blog-home .featured-copy p span,
.blog-home .featured-medium p span {
  color: #ff63ab;
}

.blog-home .featured-lead h3 {
  color: #fff;
  font-size: clamp(2.35rem, 3.8vw, 4.5rem);
  font-weight: 780;
  line-height: 0.94;
  max-width: 780px;
  text-wrap: balance;
}

.blog-home .featured-dek {
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(0.9rem, 1.1vw, 1.08rem);
  margin-top: 16px;
  max-width: 620px;
}

.blog-home .featured-stack {
  display: grid;
  gap: 8px;
  grid-column: 8 / 11;
  grid-row: 1 / 3;
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.blog-home .featured-medium {
  border: 0;
  min-height: 0;
  padding: 0;
}

.blog-home .featured-medium div {
  bottom: 0;
  left: 0;
  padding: clamp(18px, 2vw, 30px);
  position: absolute;
  right: 0;
  z-index: 1;
}

.blog-home .featured-medium h3 {
  color: #fff;
  font-size: clamp(1.32rem, 1.85vw, 2rem);
  font-weight: 760;
  line-height: 1.02;
  text-wrap: balance;
}

.blog-home .featured-briefs {
  border: 0;
  display: grid;
  gap: 0;
  grid-column: 11 / 13;
  grid-row: 1 / 3;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  padding: 0 0 0 clamp(10px, 1.2vw, 20px);
}

.blog-home .featured-briefs article,
.blog-home .featured-briefs article:first-child,
.blog-home .featured-briefs article:last-child {
  border-bottom: 1px solid var(--journal-line);
  border-right: 0;
  min-height: 0;
  padding: clamp(18px, 2vw, 28px) 0;
}

.blog-home .featured-briefs article:first-child {
  padding-top: 0;
}

.blog-home .featured-briefs article:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.blog-home .featured-briefs a {
  align-items: start;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) 72px;
  height: 100%;
}

.blog-home .featured-briefs div {
  align-self: center;
}

.blog-home .featured-briefs p {
  color: var(--journal-pink);
  font-size: 0.64rem;
  letter-spacing: 0.09em;
  margin: 0 0 9px;
  text-transform: uppercase;
}

.blog-home .featured-briefs h3 {
  color: #fff;
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  line-height: 1.12;
  margin: 0 0 13px;
  text-wrap: balance;
}

.blog-home .featured-briefs time {
  color: #777179;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-home .featured-briefs img {
  aspect-ratio: 0.78;
  height: auto;
  object-fit: cover;
  width: 72px;
}

.blog-home .stories-section {
  margin: 0 auto;
  max-width: 1500px;
  padding: 0 clamp(20px, 3vw, 52px) 120px;
  width: 100%;
}

.blog-home .stories-section-heading {
  align-items: end;
  border-top: 1px solid var(--journal-line);
  margin-bottom: 34px;
  padding-top: 25px;
}

.blog-home .stories-section-heading p {
  color: var(--journal-pink);
  font-size: 0.7rem;
  letter-spacing: 0.13em;
}

.blog-home .stories-section-heading h2 {
  color: #fff;
  font-size: clamp(3.2rem, 6vw, 6rem);
  font-weight: 780;
  line-height: 0.86;
  margin-top: 9px;
}

.blog-home .stories-section-heading span {
  color: #817b82;
  max-width: 380px;
}

.blog-home .story-grid {
  display: grid;
  gap: 64px clamp(18px, 2vw, 30px);
  grid-auto-flow: dense;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.blog-home .story-card,
.blog-home .story-card:nth-child(n) {
  background: transparent;
  border: 0;
  border-radius: 0;
  grid-column: span 4;
  min-height: 0;
  overflow: visible;
}

.blog-home .story-card:first-child {
  grid-column: span 8;
}

.blog-home .story-card:hover {
  background: transparent;
  border: 0;
  box-shadow: none;
  transform: none;
}

.blog-home .story-card-link {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 0;
  padding: 0;
}

.blog-home .story-card img,
.blog-home .story-thumb-text {
  aspect-ratio: 16 / 9;
  border-radius: 0;
  filter: saturate(0.9) contrast(1.04);
  height: auto;
  object-fit: cover;
  order: -1;
  overflow: hidden;
  transform: scale(1.001);
  transition: filter 800ms cubic-bezier(0.32, 0.72, 0, 1), transform 900ms cubic-bezier(0.32, 0.72, 0, 1);
  width: 100%;
}

.blog-home .story-card img[src*="onlygf-"] {
  aspect-ratio: 4 / 3;
  object-position: center 20%;
}

.blog-home .story-card img[src*="homepage-character-"] {
  aspect-ratio: 4 / 3;
  object-position: center 18%;
}

.blog-home .story-card:first-child img[src*="homepage-character-"] {
  aspect-ratio: 16 / 9;
  object-position: center 16%;
}

.blog-home .story-card:first-child img {
  aspect-ratio: 16 / 9;
  object-position: center 18%;
}

.blog-home .story-card-link:hover img {
  filter: saturate(1.08) contrast(1.02);
  transform: scale(1.025);
}

.blog-home .story-copy {
  padding: 20px 0 0;
}

.blog-home .story-meta {
  color: #777179;
  font-size: 0.69rem;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.blog-home .story-meta span:last-child,
.blog-home .story-meta time + span {
  color: var(--journal-pink);
}

.blog-home .story-card h2 {
  color: #f5f2f3;
  font-size: clamp(1.25rem, 1.55vw, 1.65rem);
  font-weight: 720;
  line-height: 1.08;
  margin: 0;
  text-wrap: balance;
  transition: color 450ms cubic-bezier(0.32, 0.72, 0, 1);
}

.blog-home .story-card:first-child h2 {
  font-size: clamp(2rem, 3.1vw, 3.55rem);
  line-height: 0.98;
  max-width: 920px;
}

.blog-home .story-card a:hover h2 {
  color: #ff4f9f;
}

.blog-home .product-knowledge {
  margin: 0 auto;
  max-width: 1500px;
  padding: 0 clamp(20px, 3vw, 52px) 110px;
  width: 100%;
}

.blog-home .product-knowledge-inner {
  background: #0d0d11;
  border: 0;
  border-top: 1px solid var(--journal-line);
  padding: clamp(32px, 4vw, 58px) 0 0;
}

.blog-home .product-facts div,
.blog-home .product-faq-grid section {
  background: #111116;
  border: 0;
  border-radius: 0;
}

/* Editorial product knowledge layout */
.blog-home .product-knowledge-inner {
  column-gap: clamp(48px, 7vw, 120px);
  display: grid;
  grid-template-columns: minmax(500px, 0.9fr) minmax(0, 1.1fr);
  row-gap: 12px;
}

.blog-home .product-knowledge-inner > .eyebrow {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
}

.blog-home .product-knowledge-inner > h2 {
  align-self: start;
  font-size: clamp(2.35rem, 2.65vw, 2.95rem);
  grid-column: 1;
  grid-row: 2;
  line-height: 0.96;
  max-width: none;
}

.blog-home .product-knowledge-inner > h2 span {
  display: block;
  white-space: nowrap;
}

.blog-home .product-knowledge-inner > .product-direct-answer {
  align-self: start;
  color: #aaa4ad;
  font-family: inherit;
  font-size: clamp(1rem, 1.1vw, 1.16rem);
  font-weight: 430;
  grid-column: 2;
  grid-row: 1 / span 2;
  line-height: 1.72;
  margin: 0;
  max-width: 70ch;
}

.blog-home .product-facts,
.blog-home .product-knowledge-actions,
.blog-home .product-faq {
  grid-column: 1 / -1;
}

.blog-home .product-facts {
  gap: 1px;
  margin-top: clamp(32px, 4vw, 58px);
}

.blog-home .product-facts div {
  min-height: 128px;
  padding: 24px 26px;
}

.blog-home .product-facts dt {
  color: #f1edf1;
  font-size: 0.72rem;
  letter-spacing: 0;
}

.blog-home .product-facts dd {
  font-size: 0.95rem;
  line-height: 1.5;
  margin-top: 12px;
}

.blog-home .product-knowledge-actions {
  margin-top: 20px;
}

.blog-home .product-faq {
  column-gap: clamp(40px, 6vw, 96px);
  display: grid;
  grid-template-columns: minmax(340px, 0.66fr) minmax(0, 1.34fr);
  margin-top: clamp(38px, 5vw, 68px);
  padding-top: clamp(32px, 4vw, 50px);
}

.blog-home .product-faq > h2 {
  align-self: start;
  font-size: clamp(2.45rem, 3.2vw, 3.55rem);
  line-height: 0.96;
  margin: 0;
  max-width: none;
}

.blog-home .product-faq > h2 span {
  display: block;
  white-space: nowrap;
}

.blog-home .product-faq-grid {
  gap: 0 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
}

.blog-home .product-faq-grid section {
  background: transparent;
  border-top: 1px solid var(--journal-line);
  min-height: 172px;
  padding: 24px 0 28px;
}

.blog-home .product-faq-grid h3 {
  color: #f2eef2;
  font-size: 1.02rem;
  line-height: 1.28;
}

.blog-home .product-faq-grid p {
  font-size: 0.92rem;
  line-height: 1.65;
  margin-top: 12px;
}

@media (max-width: 940px) {
  .blog-home .product-knowledge-inner {
    grid-template-columns: 1fr;
    row-gap: 14px;
  }

  .blog-home .product-knowledge-inner > .eyebrow,
  .blog-home .product-knowledge-inner > h2,
  .blog-home .product-knowledge-inner > .product-direct-answer {
    grid-column: 1;
    grid-row: auto;
  }

  .blog-home .product-knowledge-inner > .product-direct-answer {
    margin-top: 12px;
    max-width: 76ch;
  }

  .blog-home .product-faq {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }

  .blog-home .product-faq > h2 {
    max-width: 620px;
  }
}

@media (max-width: 640px) {
  .blog-home .product-knowledge {
    padding-left: 18px;
    padding-right: 18px;
  }

  .blog-home .product-knowledge-inner > h2 {
    font-size: 2.35rem;
  }

  .blog-home .product-knowledge-inner > h2 span {
    white-space: normal;
  }

  .blog-home .product-knowledge-inner > h2 span:last-child {
    font-size: 0.76em;
    line-height: 1.08;
    margin-top: 5px;
    white-space: nowrap;
  }

  .blog-home .product-knowledge-inner > .product-direct-answer {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .blog-home .product-facts,
  .blog-home .product-faq-grid {
    grid-template-columns: 1fr;
  }

  .blog-home .product-facts div {
    min-height: 0;
  }

  .blog-home .product-faq > h2 {
    font-size: 2.25rem;
  }

  .blog-home .product-faq > h2 span {
    white-space: normal;
  }

  .blog-home .product-faq-grid section {
    min-height: 0;
  }
}

.blog-home .site-footer {
  border-top: 1px solid var(--journal-line);
  color: #777179;
  padding: 34px clamp(20px, 3vw, 52px);
}

.has-motion .blog-home .story-card,
.has-motion .blog-home .featured-lead,
.has-motion .blog-home .featured-medium,
.has-motion .blog-home .featured-briefs article {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 900ms cubic-bezier(0.32, 0.72, 0, 1), transform 900ms cubic-bezier(0.32, 0.72, 0, 1);
}

.has-motion .blog-home .story-card.is-visible,
.has-motion .blog-home .featured-lead.is-visible,
.has-motion .blog-home .featured-medium.is-visible,
.has-motion .blog-home .featured-briefs article.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .blog-home .stories-header {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.55fr);
  }

  .blog-home .featured-layout {
    height: auto;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    grid-template-rows: repeat(2, 300px) auto;
  }

  .blog-home .featured-lead {
    grid-column: 1 / 7;
  }

  .blog-home .featured-stack {
    grid-column: 7 / 11;
  }

  .blog-home .featured-briefs {
    border-top: 1px solid var(--journal-line);
    display: grid;
    gap: 24px;
    grid-column: 1 / 11;
    grid-row: 3;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: auto;
    padding: 18px 0 0;
  }

  .blog-home .featured-briefs article,
  .blog-home .featured-briefs article:first-child,
  .blog-home .featured-briefs article:last-child {
    border-bottom: 0;
    border-right: 1px solid var(--journal-line);
    padding: 0 22px 0 0;
  }

  .blog-home .featured-briefs article:last-child {
    border-right: 0;
  }
}

@media (max-width: 780px) {
  .blog-home .site-header {
    min-height: 66px;
  }

  .blog-home .brand-mark {
    height: 36px;
    width: 36px;
  }

  .blog-home .brand-name {
    font-size: 1.22rem;
  }

  .blog-home .nav {
    display: none;
  }

  .blog-home .stories-header {
    gap: 22px;
    grid-template-columns: 1fr;
    padding-top: 38px;
  }

  .blog-home .stories-header h1 {
    font-size: clamp(3rem, 12vw, 4.7rem);
    line-height: 0.91;
  }

  .blog-home .masthead-dek {
    max-width: 620px;
  }

  .blog-home .topic-track {
    grid-column: 1;
    margin-top: 8px;
  }

  .blog-home .featured-editorial {
    padding-bottom: 84px;
  }

  .blog-home .featured-layout {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    min-height: 0;
  }

  .blog-home .featured-lead {
    grid-column: 1;
    grid-row: auto;
    height: min(128vw, 650px);
  }

  .blog-home .featured-stack {
    display: grid;
    gap: 8px;
    grid-column: 1;
    grid-row: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 380px;
  }

  .blog-home .featured-medium {
    height: 380px;
  }

  .blog-home .featured-briefs {
    display: grid;
    gap: 0;
    grid-column: 1;
    grid-row: auto;
    grid-template-columns: 1fr;
    padding-top: 22px;
  }

  .blog-home .featured-briefs article,
  .blog-home .featured-briefs article:first-child,
  .blog-home .featured-briefs article:last-child {
    border-bottom: 1px solid var(--journal-line);
    border-right: 0;
    padding: 22px 0;
  }

  .blog-home .featured-briefs article:last-child {
    border-bottom: 0;
  }

  .blog-home .featured-briefs img {
    aspect-ratio: 1;
    width: 84px;
  }

  .blog-home .story-grid {
    gap: 48px 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-home .story-card,
  .blog-home .story-card:nth-child(n),
  .blog-home .story-card:first-child {
    grid-column: span 1;
  }

  .blog-home .story-card:first-child h2 {
    font-size: clamp(1.45rem, 4vw, 2.15rem);
  }

  .blog-home .stories-section-heading {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .blog-home .stories-header h1 {
    font-size: 2.82rem;
  }

  .blog-home .masthead-dek {
    font-size: 0.98rem;
  }

  .blog-home .topic-button {
    min-height: 52px;
  }

  .blog-home .featured-lead {
    height: 590px;
  }

  .blog-home .featured-copy {
    padding: 24px 20px;
  }

  .blog-home .featured-lead h3 {
    font-size: 2.35rem;
  }

  .blog-home .featured-stack {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 420px);
  }

  .blog-home .featured-medium {
    height: 420px;
  }

  .blog-home .story-grid {
    grid-template-columns: 1fr;
  }

  .blog-home .stories-section-heading h2 {
    font-size: 4rem;
  }

  .blog-home .story-card h2,
  .blog-home .story-card:first-child h2 {
    font-size: 1.45rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .has-motion .blog-home .story-card,
  .has-motion .blog-home .featured-lead,
  .has-motion .blog-home .featured-medium,
  .has-motion .blog-home .featured-briefs article {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* OnlyGF reference-led stage redesign */
.product-page-v2 {
  background: #0d0d10;
}

.product-page-v2 .product-header-stage {
  align-items: center;
  background: transparent;
  border: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  left: 28px;
  min-height: 52px;
  padding: 0;
  position: fixed;
  right: 28px;
  top: 14px;
  z-index: 60;
}

.product-header-stage .product-nav-pill {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(13, 13, 16, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  display: flex;
  gap: 2px;
  justify-self: start;
  padding: 5px;
}

.product-header-stage .product-nav-pill a {
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.69rem;
  font-weight: 750;
  padding: 10px 12px;
  transition: background-color 180ms ease, color 180ms ease;
}

.product-header-stage .product-nav-pill a:hover,
.product-header-stage .product-nav-pill a:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.product-header-stage .product-wordmark {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(13, 13, 16, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  display: flex;
  justify-self: center;
  min-height: 52px;
  padding: 8px 18px;
}

.product-header-stage .product-wordmark img {
  height: auto;
  width: 148px;
}

.product-header-cta {
  align-items: center;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 8px;
  color: #111116;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 800;
  gap: 10px;
  justify-self: end;
  min-height: 52px;
  padding: 0 18px;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.product-header-cta:hover,
.product-header-cta:focus-visible {
  background: #ed0f78;
  border-color: #ed0f78;
  color: #ffffff;
  transform: translateY(-2px);
}

.product-header-cta span {
  font-size: 1rem;
}

.product-page-v2 .product-hero-v2 {
  height: min(940px, 94svh);
  max-height: 940px;
  min-height: 760px;
  overflow: hidden;
  position: relative;
}

.product-hero-v2::before {
  background-image: radial-gradient(rgba(255, 255, 255, 0.13) 0.75px, transparent 0.75px);
  background-size: 16px 16px;
  content: "";
  inset: 0;
  opacity: 0.22;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.product-page-v2 .product-hero-v2 .product-hero-media {
  filter: saturate(0.68) contrast(1.05);
  object-position: 50% 27%;
  transform: scale(1.03);
}

.product-page-v2 .product-hero-v2 .product-hero-shade {
  background: linear-gradient(90deg, rgba(8, 8, 11, 0.94) 0%, rgba(8, 8, 11, 0.76) 34%, rgba(8, 8, 11, 0.74) 66%, rgba(8, 8, 11, 0.94) 100%);
  z-index: 1;
}

.product-page-v2 .product-hero-stage-inner {
  display: grid;
  grid-template-rows: auto 1fr auto;
  max-width: 1660px;
  padding: 84px 44px 26px;
  position: relative;
  z-index: 3;
}

.product-hero-stage-inner .breadcrumb {
  justify-self: center;
  opacity: 0.7;
}

.product-hero-stage {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(230px, 0.72fr) minmax(520px, 1.56fr) minmax(230px, 0.72fr);
  min-height: 0;
  position: relative;
}

.product-hero-stage::before {
  color: rgba(255, 255, 255, 0.025);
  content: "24/7";
  font-size: 30rem;
  font-weight: 900;
  left: 50%;
  line-height: 0.7;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.product-hero-character {
  align-self: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  height: min(58svh, 570px);
  margin: 0;
  min-height: 470px;
  overflow: hidden;
  position: relative;
  transform: translateY(28px);
}

.product-hero-character-right {
  transform: translateY(-26px);
}

.product-hero-character::after {
  background: linear-gradient(180deg, transparent 45%, rgba(8, 8, 11, 0.88) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.product-hero-character img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 24%;
  transition: transform 800ms cubic-bezier(0.2, 0.75, 0.25, 1), filter 300ms ease;
  width: 100%;
}

.product-hero-character-right img {
  object-position: 50% 18%;
}

.product-hero-character:hover img {
  filter: saturate(1.08);
  transform: scale(1.035);
}

.product-motion-ready .product-hero-character.product-reveal {
  opacity: 0;
  transition: opacity 700ms ease;
}

.product-motion-ready .product-hero-character.product-reveal.is-visible {
  opacity: 1;
}

.product-motion-ready .product-hero-character-right.product-reveal {
  transition-delay: 140ms;
}

.product-hero-character figcaption {
  bottom: 18px;
  color: #ffffff;
  display: grid;
  gap: 5px;
  left: 18px;
  position: absolute;
  right: 18px;
  z-index: 2;
}

.product-hero-character figcaption span {
  align-items: center;
  color: #ff5ba6;
  display: flex;
  font-size: 0.64rem;
  font-weight: 850;
  gap: 7px;
  text-transform: uppercase;
}

.product-hero-character figcaption i {
  animation: product-live-pulse 1.8s ease-in-out infinite;
  background: #ff4b9f;
  border-radius: 50%;
  height: 7px;
  width: 7px;
}

.product-hero-character figcaption strong {
  font-size: 1.3rem;
  line-height: 1.1;
}

.product-page-v2 .product-hero-v2 .product-hero-copy-stage {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-self: center;
  max-width: 760px;
  position: relative;
  text-align: center;
  z-index: 4;
}

.product-hero-copy-stage .product-kicker {
  align-items: center;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 5px;
  display: inline-flex;
  margin-bottom: 22px;
  padding: 8px 12px;
}

.product-page-v2 .product-hero-v2 .product-hero-copy-stage h1 {
  color: #ffffff;
  font-size: 8.8rem;
  font-weight: 900;
  line-height: 0.78;
  margin: 0 0 30px;
}

.product-hero-copy-stage h1 span {
  color: #ed0f78;
}

.product-page-v2 .product-hero-v2 .product-hero-copy-stage .product-hero-line {
  display: flex;
  flex-direction: column;
  font-size: 2.05rem;
  font-weight: 850;
  line-height: 1.08;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.product-hero-copy-stage .product-hero-line span {
  color: #ffffff;
}

.product-hero-copy-stage .product-hero-line em {
  color: #ff39a0;
  font-style: italic;
}

.product-page-v2 .product-hero-v2 .product-hero-copy-stage .product-hero-dek {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.94rem;
  line-height: 1.65;
  margin-bottom: 26px;
  max-width: 610px;
}

.product-hero-copy-stage .product-actions {
  justify-content: center;
}

.product-page-v2 .product-hero-v2 .product-hero-facts {
  align-self: end;
  backdrop-filter: blur(16px);
  background: rgba(12, 12, 15, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  justify-self: center;
  width: min(760px, 74vw);
}

.product-page-v2 .product-hero-v2 .product-hero-facts div {
  padding: 13px 18px 14px;
}

.product-signal-strip {
  background: #ed0f78;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  overflow: hidden;
  position: relative;
}

.product-signal-track {
  animation: product-signal-marquee 24s linear infinite;
  display: flex;
  width: max-content;
}

.product-signal-group {
  align-items: center;
  display: flex;
  flex: none;
  gap: 26px;
  padding: 13px 13px;
}

.product-signal-group span {
  font-size: 0.68rem;
  font-weight: 850;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-signal-group i {
  background: #ffffff;
  height: 5px;
  transform: rotate(45deg);
  width: 5px;
}

@keyframes product-signal-marquee {
  to { transform: translateX(-50%); }
}

.product-page-v2 .product-answer-v2 {
  background-color: #15151a;
  background-image: radial-gradient(rgba(255, 255, 255, 0.08) 0.7px, transparent 0.7px);
  background-size: 18px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  padding-bottom: 104px;
  padding-top: 104px;
}

.product-page-v2 .product-answer-label {
  border-top-color: rgba(255, 255, 255, 0.62);
}

.product-page-v2 .product-answer-v2 .product-section-index {
  color: #ff4b9f;
}

.product-page-v2 .product-answer-number {
  color: rgba(255, 255, 255, 0.09);
  font-size: 7rem;
}

.product-page-v2 .product-answer-v2 .product-direct-answer {
  color: rgba(255, 255, 255, 0.94);
}

.product-page-v2 .product-answer-v2 .product-note {
  border-top-color: rgba(255, 255, 255, 0.16);
  color: #8f8f9a;
}

.product-page-v2 .product-story-v2 {
  background: #0d0d10;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.product-page-v2 .product-character-world-v2 {
  background-color: #111116;
  background-image: radial-gradient(rgba(255, 255, 255, 0.075) 0.7px, transparent 0.7px);
  background-size: 18px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  overflow: hidden;
  position: relative;
}

.product-character-world-v2::before {
  color: rgba(255, 255, 255, 0.035);
  content: "04";
  font-size: 26rem;
  font-weight: 900;
  line-height: 0.8;
  pointer-events: none;
  position: absolute;
  right: -32px;
  top: 70px;
}

.product-page-v2 .product-character-world-v2 .product-character-intro {
  position: relative;
  z-index: 2;
}

.product-page-v2 .product-character-world-v2 .product-character-intro .product-section-index {
  color: #ff4b9f;
}

.product-page-v2 .product-character-world-v2 .product-character-intro > p:last-child {
  color: #8e8e99;
}

.product-page-v2 .product-character-tile {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.product-page-v2 .product-character-tile::after {
  background: linear-gradient(180deg, transparent 50%, rgba(8, 8, 11, 0.88) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.product-page-v2 .product-character-tile figcaption {
  z-index: 3;
}

.product-page-v2 .product-comparison-v2 {
  background-color: #0d0d10;
  background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
}

.product-page-v2 .product-faq-v2 {
  background: #15151a;
}

.product-page-v2 .product-final-cta-v2 {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 1240px) {
  .product-hero-stage {
    gap: 24px;
    grid-template-columns: minmax(200px, 0.68fr) minmax(460px, 1.5fr) minmax(200px, 0.68fr);
  }

  .product-page-v2 .product-hero-v2 .product-hero-copy-stage h1 {
    font-size: 7.2rem;
  }

  .product-page-v2 .product-hero-v2 .product-hero-copy-stage .product-hero-line {
    font-size: 1.72rem;
  }
}

@media (max-width: 940px) {
  .product-page-v2 .product-header-stage {
    left: 18px;
    right: 18px;
  }

  .product-header-stage .product-nav-pill {
    display: none;
  }

  .product-header-stage .product-wordmark {
    grid-column: 1;
    justify-self: start;
  }

  .product-header-cta {
    grid-column: 3;
  }

  .product-page-v2 .product-hero-stage-inner {
    padding-left: 28px;
    padding-right: 28px;
  }

  .product-hero-stage {
    grid-template-columns: minmax(180px, 0.55fr) minmax(430px, 1.45fr);
  }

  .product-hero-character-right {
    display: none;
  }

  .product-page-v2 .product-hero-v2 .product-hero-copy-stage h1 {
    font-size: 6.4rem;
  }
}

@media (max-width: 680px) {
  .product-page-v2 .product-header-stage {
    grid-template-columns: 1fr auto;
    left: 12px;
    right: 12px;
    top: 10px;
  }

  .product-header-stage .product-wordmark {
    min-height: 46px;
    padding: 7px 12px;
  }

  .product-header-stage .product-wordmark img {
    width: 118px;
  }

  .product-header-cta {
    grid-column: 2;
    min-height: 46px;
    padding: 0 13px;
  }

  .product-header-cta span {
    display: none;
  }

  .product-page-v2 .product-hero-v2 {
    height: 820px;
    max-height: none;
    min-height: 820px;
  }

  .product-page-v2 .product-hero-v2 .product-hero-media {
    filter: saturate(0.86) contrast(1.04);
    object-position: 50% 25%;
    transform: scale(1.02);
  }

  .product-page-v2 .product-hero-v2 .product-hero-shade {
    background: linear-gradient(180deg, rgba(8, 8, 11, 0.36) 0%, rgba(8, 8, 11, 0.68) 40%, rgba(8, 8, 11, 0.98) 84%);
  }

  .product-page-v2 .product-hero-stage-inner {
    padding: 72px 18px 20px;
  }

  .product-hero-stage-inner .breadcrumb {
    justify-self: start;
  }

  .product-hero-stage {
    align-items: end;
    display: flex;
    min-height: 0;
  }

  .product-hero-stage::before,
  .product-hero-character {
    display: none;
  }

  .product-page-v2 .product-hero-v2 .product-hero-copy-stage {
    align-items: flex-start;
    align-self: end;
    text-align: left;
  }

  .product-hero-copy-stage .product-kicker {
    margin-bottom: 15px;
  }

  .product-page-v2 .product-hero-v2 .product-hero-copy-stage h1 {
    font-size: 5rem;
    margin-bottom: 20px;
  }

  .product-page-v2 .product-hero-v2 .product-hero-copy-stage .product-hero-line {
    font-size: 1.52rem;
    margin-bottom: 16px;
  }

  .product-page-v2 .product-hero-v2 .product-hero-copy-stage .product-hero-dek {
    font-size: 0.86rem;
    max-width: 440px;
  }

  .product-hero-copy-stage .product-actions {
    justify-content: flex-start;
  }

  .product-page-v2 .product-hero-v2 .product-hero-facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .product-page-v2 .product-hero-v2 .product-hero-facts div {
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    padding: 10px 12px;
  }

  .product-page-v2 .product-hero-v2 .product-hero-facts div:nth-child(odd) {
    border-left: 0;
  }

  .product-page-v2 .product-hero-v2 .product-hero-facts div:nth-child(n+3) {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .product-signal-group {
    gap: 18px;
    padding-bottom: 11px;
    padding-top: 11px;
  }

  .product-page-v2 .product-answer-v2 {
    padding-bottom: 72px;
    padding-top: 72px;
  }

  .product-page-v2 .product-answer-number {
    font-size: 3.2rem;
  }

  .product-character-world-v2::before {
    font-size: 15rem;
    top: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-signal-track,
  .product-hero-character figcaption i {
    animation: none !important;
  }
}

/* OnlyGF immersive experience redesign */
.product-page-v3 .product-header-v3 {
  grid-template-columns: 1fr auto 1fr;
}

.product-page-v3 .product-header-v3 .product-wordmark {
  grid-column: 1;
  justify-self: start;
}

.product-page-v3 .product-header-v3 .product-nav-pill {
  grid-column: 2;
  justify-self: center;
}

.product-page-v3 .product-header-v3 .product-header-cta {
  grid-column: 3;
  justify-self: end;
}

.product-page-v3 .product-hero-v3 {
  background-color: #09090c;
  height: min(920px, 92svh);
  max-height: 920px;
  min-height: 750px;
}

.product-page-v3 .product-hero-v3::before {
  background-image: radial-gradient(rgba(255, 255, 255, 0.09) 0.7px, transparent 0.7px);
  background-size: 18px 18px;
  left: 0;
  opacity: 0.18;
  right: 48%;
  z-index: 1;
}

.product-page-v3 .product-hero-v3::after {
  background: #ed0f78;
  bottom: 104px;
  content: "";
  height: 2px;
  left: 4.2%;
  position: absolute;
  width: 54px;
  z-index: 6;
}

.product-page-v3 .product-hero-v3 .product-hero-media {
  filter: saturate(0.88) contrast(1.06);
  height: 100%;
  left: 39%;
  object-fit: cover;
  object-position: 50% 27%;
  right: 0;
  top: 0;
  transform: scale(1.015);
  width: 61%;
}

.product-page-v3 .product-hero-v3 .product-hero-shade {
  background: linear-gradient(90deg, #09090c 0%, #09090c 30%, rgba(9, 9, 12, 0.96) 39%, rgba(9, 9, 12, 0.55) 53%, rgba(9, 9, 12, 0.08) 76%, rgba(9, 9, 12, 0.36) 100%);
  z-index: 2;
}

.product-page-v3 .product-hero-inner-v3 {
  display: grid;
  grid-template-rows: auto 1fr auto;
  max-width: 1680px;
  padding: 84px 44px 26px;
  position: relative;
  z-index: 4;
}

.product-page-v3 .product-hero-v3 .breadcrumb {
  justify-self: start;
  opacity: 0.58;
}

.product-hero-experience-v3 {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(490px, 0.88fr) minmax(600px, 1.12fr);
  min-height: 0;
  position: relative;
}

.product-page-v3 .product-hero-copy-v3 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-self: start;
  max-width: 620px;
  position: relative;
  text-align: left;
  z-index: 7;
}

.product-page-v3 .product-hero-copy-v3 .product-kicker {
  align-items: center;
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 5px;
  display: inline-flex;
  margin-bottom: 24px;
  padding: 8px 12px;
}

.product-page-v3 .product-hero-v3 .product-hero-copy-v3 h1 {
  color: #ffffff;
  font-size: 7.35rem;
  font-weight: 760;
  letter-spacing: 0;
  line-height: 0.82;
  margin: 0 0 28px;
  max-width: 620px;
}

.product-page-v3 .product-hero-copy-v3 h1 em {
  color: #f30b78;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.16em;
  font-weight: 500;
}

.product-page-v3 .product-hero-v3 .product-hero-copy-v3 .product-hero-dek {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.02rem;
  line-height: 1.62;
  margin-bottom: 28px;
  max-width: 500px;
}

.product-page-v3 .product-hero-copy-v3 .product-actions {
  justify-content: flex-start;
}

.product-page-v3 .product-hero-copy-v3 .product-button-primary {
  box-shadow: 0 18px 48px rgba(237, 15, 120, 0.3);
  min-width: 190px;
}

.product-hero-live-ui-v3 {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 8;
}

.product-hero-live-status-v3 {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(10, 10, 13, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  color: rgba(255, 255, 255, 0.78);
  display: flex;
  font-size: 0.66rem;
  gap: 8px;
  left: 56%;
  padding: 9px 12px;
  position: absolute;
  top: 13%;
}

.product-hero-live-status-v3 i {
  animation: product-live-pulse 1.8s ease-in-out infinite;
  background: #ff0d7d;
  border-radius: 50%;
  height: 8px;
  width: 8px;
}

.product-hero-live-status-v3 strong {
  color: #ffffff;
}

.product-hero-message-v3 {
  backdrop-filter: blur(18px);
  background: rgba(12, 12, 15, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  bottom: 27%;
  left: 49%;
  max-width: 290px;
  padding: 17px 18px;
  position: absolute;
}

.product-hero-message-v3 span {
  color: #ff4b9f;
  display: block;
  font-size: 0.67rem;
  font-weight: 850;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.product-hero-message-v3 p {
  color: #ffffff;
  font-size: 0.86rem;
  line-height: 1.5;
  margin: 0;
}

.product-hero-modes-v3 {
  backdrop-filter: blur(18px);
  background: rgba(10, 10, 13, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  bottom: 10%;
  display: grid;
  grid-template-columns: repeat(3, minmax(86px, 1fr));
  left: 51%;
  overflow: hidden;
  pointer-events: auto;
  position: absolute;
}

.product-hero-modes-v3 button {
  background: transparent;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.64);
  cursor: pointer;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 800;
  min-height: 52px;
  padding: 0 18px;
  transition: background-color 180ms ease, color 180ms ease;
}

.product-hero-modes-v3 button:first-child {
  border-left: 0;
}

.product-hero-modes-v3 button:hover,
.product-hero-modes-v3 button:focus-visible,
.product-hero-modes-v3 button.is-active {
  background: #ed0f78;
  color: #ffffff;
}

.product-hero-companion-rail-v3 {
  display: grid;
  gap: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

.product-hero-companion-rail-v3 button {
  background: #15151a;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  cursor: pointer;
  height: 132px;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: border-color 200ms ease, transform 220ms ease;
  width: 84px;
}

.product-hero-companion-rail-v3 button::after {
  background: #ed0f78;
  border: 2px solid #0d0d10;
  border-radius: 50%;
  content: "";
  height: 8px;
  opacity: 0;
  position: absolute;
  right: 7px;
  top: 7px;
  width: 8px;
}

.product-hero-companion-rail-v3 button:hover,
.product-hero-companion-rail-v3 button:focus-visible,
.product-hero-companion-rail-v3 button.is-active {
  border-color: #ed0f78;
  transform: translateX(-7px);
}

.product-hero-companion-rail-v3 button.is-active::after {
  opacity: 1;
}

.product-hero-companion-rail-v3 img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 22%;
  width: 100%;
}

.product-hero-bottom-v3 {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.52);
  display: flex;
  gap: 40px;
  min-height: 56px;
  padding-left: 82px;
}

.product-hero-bottom-v3 span {
  align-items: center;
  display: flex;
  font-size: 0.66rem;
  font-weight: 750;
  gap: 10px;
  text-transform: uppercase;
}

.product-hero-bottom-v3 span::before {
  background: #ed0f78;
  content: "";
  height: 5px;
  transform: rotate(45deg);
  width: 5px;
}

.product-page-v3 .product-signal-strip {
  background: #0d0d10;
  border-bottom-color: rgba(255, 255, 255, 0.12);
  border-top: 0;
}

.product-page-v3 .product-signal-group span {
  color: #ff4b9f;
}

.product-page-v3 .product-signal-group i {
  background: rgba(255, 255, 255, 0.4);
}

.product-discovery-v3 {
  background: #111116;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(300px, 0.56fr) minmax(720px, 1.44fr);
  min-height: 720px;
  overflow: hidden;
  padding: 118px max(44px, calc((100% - 1540px) / 2)) 126px;
  scroll-margin-top: 84px;
}

.product-discovery-heading-v3 {
  align-self: center;
  max-width: 420px;
}

.product-discovery-heading-v3 > p {
  color: #ff4b9f;
  font-size: 0.7rem;
  font-weight: 850;
  margin-bottom: 26px;
}

.product-discovery-heading-v3 h2 {
  color: #ffffff;
  font-size: 4.1rem;
  font-weight: 760;
  line-height: 1;
  margin: 0 0 34px;
  max-width: 420px;
}

.product-discovery-heading-v3 a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  color: #ffffff;
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 800;
  gap: 10px;
  padding-bottom: 7px;
}

.product-discovery-rail-v3 {
  display: flex;
  gap: 10px;
  min-width: 0;
}

.product-discovery-card-v3 {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  flex: 0.82;
  min-width: 0;
  overflow: hidden;
  position: relative;
  transition: flex 520ms cubic-bezier(0.2, 0.75, 0.25, 1), border-color 220ms ease;
}

.product-discovery-card-v3.is-featured {
  flex: 1.35;
}

.product-discovery-rail-v3:hover .product-discovery-card-v3.is-featured {
  flex: 0.82;
}

.product-discovery-rail-v3 .product-discovery-card-v3:hover,
.product-discovery-rail-v3 .product-discovery-card-v3:focus-visible {
  border-color: #ed0f78;
  flex: 1.35;
}

.product-discovery-card-v3::after {
  background: linear-gradient(180deg, transparent 42%, rgba(8, 8, 11, 0.92) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.product-discovery-card-v3 img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 24%;
  transition: transform 700ms cubic-bezier(0.2, 0.75, 0.25, 1);
  width: 100%;
}

.product-discovery-card-v3:hover img,
.product-discovery-card-v3:focus-visible img {
  transform: scale(1.045);
}

.product-discovery-card-v3 > span {
  bottom: 24px;
  color: #ffffff;
  display: grid;
  gap: 5px;
  left: 22px;
  position: absolute;
  right: 22px;
  z-index: 2;
}

.product-discovery-card-v3 small {
  color: #ff4b9f;
  font-size: 0.62rem;
  font-weight: 850;
}

.product-discovery-card-v3 strong {
  font-size: 1.8rem;
  line-height: 1.05;
}

.product-discovery-card-v3 em {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.7rem;
  font-style: normal;
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .product-hero-experience-v3 {
    grid-template-columns: minmax(430px, 0.84fr) minmax(480px, 1.16fr);
  }

  .product-page-v3 .product-hero-v3 .product-hero-copy-v3 h1 {
    font-size: 6.25rem;
  }

  .product-hero-message-v3 {
    left: 48%;
  }

  .product-hero-modes-v3 {
    left: 48%;
  }

  .product-discovery-v3 {
    gap: 40px;
    grid-template-columns: 320px minmax(600px, 1fr);
  }

  .product-discovery-heading-v3 h2 {
    font-size: 3.45rem;
  }
}

@media (max-width: 940px) {
  .product-page-v3 .product-header-v3 .product-nav-pill {
    display: none;
  }

  .product-page-v3 .product-hero-v3 .product-hero-media {
    left: 34%;
    width: 66%;
  }

  .product-hero-experience-v3 {
    grid-template-columns: minmax(390px, 0.82fr) minmax(380px, 1.18fr);
  }

  .product-page-v3 .product-hero-v3 .product-hero-copy-v3 h1 {
    font-size: 5.45rem;
  }

  .product-hero-companion-rail-v3 {
    display: none;
  }

  .product-hero-live-status-v3 {
    left: 60%;
  }

  .product-hero-message-v3 {
    left: 55%;
  }

  .product-hero-modes-v3 {
    left: 55%;
  }

  .product-discovery-v3 {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-left: 28px;
    padding-right: 28px;
  }

  .product-discovery-heading-v3 {
    max-width: 680px;
  }

  .product-discovery-heading-v3 h2 {
    max-width: 680px;
  }

  .product-discovery-rail-v3 {
    height: 560px;
  }
}

@media (max-width: 680px) {
  .product-page-v3 .product-header-v3 {
    grid-template-columns: 1fr auto;
  }

  .product-page-v3 .product-header-v3 .product-wordmark {
    grid-column: 1;
  }

  .product-page-v3 .product-header-v3 .product-header-cta {
    grid-column: 2;
  }

  .product-page-v3 .product-hero-v3 {
    height: 850px;
    max-height: none;
    min-height: 850px;
  }

  .product-page-v3 .product-hero-v3::before {
    display: none;
  }

  .product-page-v3 .product-hero-v3::after {
    bottom: 75px;
    left: 18px;
  }

  .product-page-v3 .product-hero-v3 .product-hero-media {
    height: 58%;
    left: 0;
    object-position: 50% 24%;
    top: 0;
    transform: scale(1.02);
    width: 100%;
  }

  .product-page-v3 .product-hero-v3 .product-hero-shade {
    background: linear-gradient(180deg, rgba(9, 9, 12, 0.08) 0%, rgba(9, 9, 12, 0.22) 28%, rgba(9, 9, 12, 0.98) 57%, #09090c 100%);
  }

  .product-page-v3 .product-hero-inner-v3 {
    padding: 72px 18px 18px;
  }

  .product-page-v3 .product-hero-v3 .breadcrumb {
    display: none;
  }

  .product-hero-experience-v3 {
    align-items: end;
    display: flex;
  }

  .product-page-v3 .product-hero-copy-v3 {
    align-self: end;
    max-width: 100%;
    padding-bottom: 86px;
  }

  .product-page-v3 .product-hero-copy-v3 .product-kicker {
    margin-bottom: 14px;
  }

  .product-page-v3 .product-hero-v3 .product-hero-copy-v3 h1 {
    font-size: 4.4rem;
    margin-bottom: 18px;
  }

  .product-page-v3 .product-hero-v3 .product-hero-copy-v3 .product-hero-dek {
    font-size: 0.86rem;
    line-height: 1.52;
    margin-bottom: 18px;
    max-width: 360px;
  }

  .product-page-v3 .product-hero-copy-v3 .product-actions {
    align-items: flex-start;
    flex-direction: row;
  }

  .product-page-v3 .product-hero-copy-v3 .product-actions .product-text-link {
    display: none;
  }

  .product-page-v3 .product-hero-copy-v3 .product-button-primary {
    min-width: 166px;
  }

  .product-hero-live-status-v3 {
    left: auto;
    right: 12px;
    top: 18%;
  }

  .product-hero-message-v3,
  .product-hero-companion-rail-v3 {
    display: none;
  }

  .product-hero-modes-v3 {
    bottom: 18px;
    grid-template-columns: repeat(3, 1fr);
    left: 18px;
    right: 18px;
  }

  .product-hero-modes-v3 button {
    min-height: 44px;
  }

  .product-hero-bottom-v3 {
    display: none;
  }

  .product-discovery-v3 {
    gap: 42px;
    padding: 78px 18px 86px;
  }

  .product-discovery-heading-v3 h2 {
    font-size: 2.75rem;
  }

  .product-discovery-rail-v3 {
    gap: 10px;
    height: 510px;
    margin-right: -18px;
    overflow-x: auto;
    padding-right: 18px;
    scroll-snap-type: x mandatory;
  }

  .product-discovery-card-v3,
  .product-discovery-card-v3.is-featured,
  .product-discovery-rail-v3:hover .product-discovery-card-v3.is-featured,
  .product-discovery-rail-v3 .product-discovery-card-v3:hover,
  .product-discovery-rail-v3 .product-discovery-card-v3:focus-visible {
    flex: 0 0 76vw;
    scroll-snap-align: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-discovery-card-v3,
  .product-discovery-card-v3 img,
  .product-hero-v3 .product-hero-media {
    transition: none !important;
  }
}

/* OnlyGF product landing page v2 */
.product-page-v2 {
  --product-bg: #101014;
  --product-panel: #1a1a20;
  --product-panel-strong: #25252c;
  --product-white: #ffffff;
  --product-muted: #a8a8b3;
  --product-faint: #73737f;
  --product-line: rgba(255, 255, 255, 0.14);
  --product-accent: #ed0f78;
  --product-purple: #a331ff;
  background: var(--product-bg);
  color: var(--product-white);
  font-family: Inter, "Segoe UI", Helvetica, Arial, sans-serif;
}

.product-page-v2 *,
.product-page-v2 *::before,
.product-page-v2 *::after {
  box-sizing: border-box;
}

.product-page-v2 h1,
.product-page-v2 h2,
.product-page-v2 h3,
.product-page-v2 p,
.product-page-v2 a,
.product-page-v2 button,
.product-page-v2 summary,
.product-page-v2 dt,
.product-page-v2 dd,
.product-page-v2 figcaption,
.product-page-v2 th,
.product-page-v2 td {
  letter-spacing: 0;
}

.product-page-v2 h1,
.product-page-v2 h2,
.product-page-v2 h3 {
  font-family: Inter, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.product-page-v2 img {
  max-width: 100%;
}

.product-page-v2 a:focus-visible,
.product-page-v2 summary:focus-visible {
  outline: 2px solid var(--product-accent);
  outline-offset: 4px;
}

.product-skip {
  background: #ffffff;
  color: #101014;
  left: 16px;
  padding: 10px 14px;
  position: fixed;
  top: -80px;
  z-index: 100;
}

.product-skip:focus {
  top: 12px;
}

.product-page-v2 .product-header {
  background: rgba(18, 18, 22, 0.94);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  min-height: 72px;
  padding: 10px 40px;
}

.product-page-v2 .product-wordmark img,
.product-page-v2 .product-footer img {
  width: 176px;
}

.product-page-v2 .product-nav {
  font-size: 0.76rem;
  gap: 26px;
  letter-spacing: 0;
}

.product-page-v2 .product-nav a {
  color: #c7c7cf;
}

.product-page-v2 .product-nav .product-nav-cta {
  background: #ffffff;
  border-radius: 4px;
  color: #121216;
  min-width: 126px;
  padding: 11px 16px;
}

.product-page-v2 .product-nav .product-nav-cta:hover {
  background: var(--product-accent);
  border-color: var(--product-accent);
  color: #ffffff;
}

.product-page-v2 .product-section-index,
.product-page-v2 .product-kicker {
  color: #ff4b9f;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 18px;
}

.product-hero-v2 {
  height: 82svh;
  max-height: 850px;
  min-height: 700px;
}

.product-hero-v2 .product-hero-media {
  object-position: 53% 31%;
}

.product-hero-v2 .product-hero-shade {
  background: rgba(9, 8, 12, 0.58);
}

.product-hero-v2 .product-hero-inner {
  display: grid;
  grid-template-rows: auto 1fr auto;
  max-width: 1600px;
  padding: 24px 52px 26px;
}

.product-page-v2 .breadcrumb {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.7rem;
  gap: 8px;
  letter-spacing: 0;
}

.product-hero-layout {
  align-items: center;
  display: grid;
  gap: 80px;
  grid-template-columns: minmax(440px, 1fr) 390px;
  min-height: 0;
}

.product-hero-v2 .product-hero-copy {
  max-width: 700px;
}

.product-live-dot {
  background: #ff397f;
  border: 4px solid rgba(255, 57, 127, 0.28);
  border-radius: 50%;
  display: inline-block;
  height: 12px;
  margin-right: 8px;
  vertical-align: -1px;
  width: 12px;
}

.product-hero-v2 h1 {
  color: #ffffff;
  font-size: 7.7rem;
  font-weight: 800;
  line-height: 0.85;
  margin: 0 0 26px;
}

.product-hero-v2 .product-hero-line {
  font-family: Inter, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 2.05rem;
  font-weight: 600;
  line-height: 1.12;
  margin-bottom: 18px;
}

.product-hero-v2 .product-hero-dek {
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: 28px;
  max-width: 570px;
}

.product-page-v2 .product-actions {
  align-items: center;
  gap: 24px;
}

.product-page-v2 .product-button {
  border-radius: 4px;
  font-size: 0.78rem;
  letter-spacing: 0;
  min-height: 50px;
  padding: 0 24px;
}

.product-page-v2 .product-button-primary {
  background: linear-gradient(100deg, #8c24ff 0%, #ed0f78 100%);
  box-shadow: 0 12px 32px rgba(237, 15, 120, 0.24);
}

.product-page-v2 .product-button-primary:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #131318;
}

.product-text-link {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  color: #ffffff;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 700;
  gap: 9px;
  padding-bottom: 6px;
  transition: border-color 180ms ease, color 180ms ease;
}

.product-text-link:hover {
  border-color: var(--product-accent);
  color: #ffffff;
}

.product-live-panel {
  align-self: center;
  backdrop-filter: blur(14px);
  background: rgba(24, 23, 29, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
  overflow: hidden;
  width: 390px;
}

.product-live-panel-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 14px 16px;
}

.product-live-identity {
  align-items: center;
  display: flex;
  gap: 10px;
}

.product-live-avatar {
  background: url("assets/onlygf-personalized-ai-companion.webp") center 24% / cover no-repeat;
  border: 2px solid #ff4b9f;
  border-radius: 50%;
  height: 34px;
  width: 34px;
}

.product-live-identity strong,
.product-live-identity small {
  display: block;
}

.product-live-identity strong {
  font-size: 0.86rem;
}

.product-live-identity small {
  color: #9e9eaa;
  font-size: 0.66rem;
  margin-top: 1px;
}

.product-live-badge {
  align-items: center;
  background: rgba(237, 15, 120, 0.15);
  border: 1px solid rgba(255, 75, 159, 0.45);
  border-radius: 3px;
  color: #ff72b4;
  display: inline-flex;
  font-size: 0.64rem;
  font-weight: 800;
  gap: 6px;
  padding: 5px 8px;
}

.product-live-badge span {
  background: #ff4b9f;
  border-radius: 50%;
  height: 6px;
  width: 6px;
}

.product-live-scene {
  height: 230px;
  overflow: hidden;
  position: relative;
}

.product-live-scene img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 28%;
  width: 100%;
}

.product-scene-label {
  background: rgba(14, 13, 17, 0.8);
  bottom: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.66rem;
  left: 10px;
  padding: 6px 8px;
  position: absolute;
}

.product-chat-preview {
  display: grid;
  gap: 8px;
  padding: 14px 16px 10px;
}

.product-message {
  border-radius: 6px;
  font-size: 0.76rem;
  line-height: 1.4;
  margin-bottom: 0;
  max-width: 84%;
  padding: 9px 11px;
}

.product-message-user {
  background: #33333b;
  justify-self: end;
}

.product-message-companion {
  background: rgba(237, 15, 120, 0.14);
  border: 1px solid rgba(237, 15, 120, 0.28);
  justify-self: start;
}

.product-mode-row {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 12px;
}

.product-mode-row span {
  color: #85858f;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 11px 0;
  text-align: center;
}

.product-mode-row .is-active {
  border-top: 2px solid var(--product-accent);
  color: #ffffff;
}

.product-hero-v2 .product-hero-facts {
  align-self: auto;
  background: rgba(14, 13, 17, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-self: end;
  width: 700px;
}

.product-hero-v2 .product-hero-facts div {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  padding: 12px 16px 13px;
}

.product-hero-v2 .product-hero-facts div:first-child {
  border-left: 0;
}

.product-hero-v2 .product-hero-facts dt {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.6rem;
  letter-spacing: 0;
}

.product-hero-v2 .product-hero-facts dd {
  font-family: Inter, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  margin-top: 2px;
}

.product-answer-v2,
.product-story-v2,
.product-capabilities-v2,
.product-character-world-v2,
.product-comparison-v2,
.product-faq-v2 {
  max-width: none;
}

.product-answer-v2 {
  align-items: start;
  background: #f4f4f6;
  color: #121216;
  display: grid;
  gap: 80px;
  grid-template-columns: 220px minmax(0, 1fr);
  padding: 82px max(52px, calc((100% - 1400px) / 2));
}

.product-answer-label {
  border-top: 2px solid #121216;
  padding-top: 16px;
}

.product-answer-v2 .product-section-index {
  color: #6f6f7b;
  margin-bottom: 42px;
}

.product-answer-number {
  color: #d2d2d8;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0;
}

.product-answer-copy {
  max-width: 1050px;
}

.product-answer-v2 h2 {
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.product-answer-v2 .product-direct-answer {
  font-family: Inter, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.36;
  margin-bottom: 30px;
  max-width: 960px;
}

.product-answer-v2 .product-note {
  border-top-color: rgba(18, 18, 22, 0.18);
  color: #686873;
  max-width: 960px;
}

.product-story-v2 {
  overflow: hidden;
  padding: 118px max(52px, calc((100% - 1480px) / 2)) 138px;
}

.product-story-v2 .product-story-copy {
  align-items: end;
  display: grid;
  gap: 50px 80px;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
  margin: 0 0 76px;
}

.product-story-v2 .product-story-copy .product-section-index {
  grid-column: 1 / -1;
  margin-bottom: -24px;
}

.product-story-v2 h2,
.product-capabilities-v2 h2,
.product-character-world-v2 h2,
.product-comparison-v2 h2,
.product-faq-v2 h2,
.product-final-cta-v2 h2 {
  font-size: 4.35rem;
  font-weight: 700;
  line-height: 1.02;
}

.product-story-v2 .product-story-copy h2 {
  margin-bottom: 0;
  max-width: 800px;
}

.product-story-v2 .product-story-copy > p:last-child {
  color: var(--product-muted);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 540px;
}

.product-scene-track {
  align-items: end;
  display: grid;
  gap: 14px;
  grid-template-columns: 1.16fr 0.84fr 0.94fr;
}

.product-scene-card {
  height: 560px;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.product-scene-card-one {
  height: 680px;
}

.product-scene-card-two {
  height: 510px;
}

.product-scene-card-three {
  height: 600px;
}

.product-scene-card img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 28%;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
  width: 100%;
}

.product-scene-card:hover img,
.product-character-tile:hover img,
.product-filmstrip figure:hover img {
  transform: scale(1.035);
}

.product-scene-card::after,
.product-character-tile::after {
  background: linear-gradient(0deg, rgba(8, 8, 11, 0.86) 0%, rgba(8, 8, 11, 0) 54%);
  bottom: 0;
  content: "";
  height: 55%;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.product-scene-card figcaption {
  bottom: 22px;
  display: grid;
  grid-template-columns: 28px 1fr;
  left: 22px;
  position: absolute;
  right: 22px;
  z-index: 2;
}

.product-scene-card figcaption span {
  color: #ff4b9f;
  font-size: 0.68rem;
  font-weight: 800;
  padding-top: 5px;
}

.product-scene-card figcaption strong,
.product-scene-card figcaption small {
  display: block;
  grid-column: 2;
}

.product-scene-card figcaption strong {
  font-size: 1.4rem;
}

.product-scene-card figcaption small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
  margin-top: 4px;
}

.product-capabilities-v2 {
  background: #17171c;
  padding: 120px max(52px, calc((100% - 1400px) / 2));
}

.product-capabilities-v2 .product-capabilities-heading {
  align-items: start;
  display: grid;
  gap: 40px;
  grid-template-columns: 260px minmax(0, 1fr);
  margin: 0 0 100px;
}

.product-capabilities-v2 .product-capabilities-heading h2 {
  margin-bottom: 0;
  max-width: 900px;
}

.product-feature {
  align-items: stretch;
  border-top: 1px solid var(--product-line);
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  padding: 84px 0;
}

.product-feature:last-child {
  border-bottom: 1px solid var(--product-line);
}

.product-feature-media {
  height: 630px;
  overflow: hidden;
  position: relative;
}

.product-feature-media img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
}

.product-feature-status {
  align-items: center;
  backdrop-filter: blur(10px);
  background: rgba(18, 18, 22, 0.78);
  bottom: 16px;
  display: flex;
  font-size: 0.7rem;
  font-weight: 700;
  gap: 8px;
  left: 16px;
  padding: 9px 12px;
  position: absolute;
}

.product-feature-status span {
  background: #ff4b9f;
  border-radius: 50%;
  height: 7px;
  width: 7px;
}

.product-feature-copy {
  align-self: center;
  max-width: 590px;
}

.product-feature-number {
  color: #ff4b9f;
  font-size: 0.72rem;
  font-weight: 800;
  margin-bottom: 24px;
}

.product-feature-copy h3 {
  font-size: 3.1rem;
  line-height: 1.05;
  margin-bottom: 26px;
}

.product-feature-copy > p:not(.product-feature-number):not(.product-feature-fact) {
  color: var(--product-muted);
  font-size: 1rem;
  line-height: 1.75;
  max-width: 590px;
}

.product-feature-fact {
  align-items: center;
  border-top: 1px solid var(--product-line);
  display: flex;
  gap: 22px;
  margin: 34px 0 0;
  padding-top: 24px;
}

.product-feature-fact strong {
  color: #ffffff;
  font-size: 2.2rem;
}

.product-feature-fact span {
  color: var(--product-muted);
  font-size: 0.78rem;
  max-width: 230px;
}

.product-feature-visual {
  gap: 54px;
  grid-template-columns: minmax(380px, 0.8fr) minmax(0, 1.2fr);
}

.product-feature-visual .product-feature-copy {
  padding-right: 24px;
}

.product-feature-list {
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
}

.product-feature-list li {
  border-top: 1px solid var(--product-line);
  color: #d8d8de;
  display: grid;
  font-size: 0.84rem;
  gap: 16px;
  grid-template-columns: 66px 1fr;
  padding: 15px 0;
}

.product-feature-list li:last-child {
  border-bottom: 1px solid var(--product-line);
}

.product-feature-list span {
  color: #ff4b9f;
  font-weight: 800;
}

.product-filmstrip {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 0.82fr 1.15fr 0.82fr;
  min-width: 0;
}

.product-filmstrip figure {
  height: 460px;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.product-filmstrip figure:nth-child(2) {
  height: 610px;
}

.product-filmstrip img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 28%;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
  width: 100%;
}

.product-filmstrip figcaption {
  background: rgba(14, 13, 17, 0.82);
  bottom: 10px;
  color: #ffffff;
  font-size: 0.66rem;
  left: 10px;
  padding: 7px 9px;
  position: absolute;
}

.product-feature-space {
  align-items: center;
}

.product-space-visual {
  aspect-ratio: 1 / 0.76;
  background: #202027;
  border: 1px solid var(--product-line);
  overflow: hidden;
  position: relative;
}

.product-space-visual::before,
.product-space-visual::after,
.product-space-orbit {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.product-space-visual::before {
  height: 78%;
  width: 62%;
}

.product-space-visual::after {
  border-color: rgba(237, 15, 120, 0.38);
  height: 52%;
  width: 42%;
}

.product-space-orbit-one {
  height: 112%;
  width: 88%;
}

.product-space-orbit-two {
  height: 146%;
  width: 116%;
}

.product-space-core {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  left: 50%;
  line-height: 1.25;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.product-space-core::before {
  background: var(--product-accent);
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  margin: 0 auto 14px;
  width: 10px;
}

.product-space-core small {
  color: #93939e;
  font-size: 0.62rem;
  font-weight: 700;
}

.product-feature-space .product-text-link {
  margin-top: 22px;
}

.product-character-world-v2 {
  background: #f1f1f3;
  color: #111116;
  padding: 118px max(52px, calc((100% - 1480px) / 2)) 132px;
}

.product-character-world-v2 .product-character-intro {
  align-items: end;
  display: grid;
  gap: 48px 80px;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  margin: 0 0 72px;
  max-width: none;
}

.product-character-world-v2 .product-character-intro .product-section-index {
  color: #8a3e64;
  grid-column: 1 / -1;
  margin-bottom: -22px;
}

.product-character-world-v2 .product-character-intro h2 {
  margin-bottom: 0;
  max-width: 820px;
}

.product-character-world-v2 .product-character-intro > p:last-child {
  color: #64646d;
  line-height: 1.7;
}

.product-character-track {
  align-items: start;
  display: grid;
  gap: 14px;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
}

.product-character-tile {
  height: 550px;
  margin: 64px 0 0;
  overflow: hidden;
  position: relative;
}

.product-character-tile-wide {
  height: 720px;
  margin-top: 0;
}

.product-character-tile:nth-child(3) {
  height: 620px;
  margin-top: 118px;
}

.product-character-tile img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 26%;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
  width: 100%;
}

.product-character-tile figcaption {
  bottom: 22px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  left: 22px;
  position: absolute;
  right: 22px;
  z-index: 2;
}

.product-character-tile figcaption span {
  color: #ff72b4;
  font-size: 0.66rem;
  font-weight: 800;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.product-character-tile figcaption strong {
  font-size: 1.8rem;
  line-height: 1.1;
}

.product-character-tile figcaption small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
  margin-top: 6px;
}

.product-comparison-v2 {
  background: #111116;
  display: grid;
  gap: 90px;
  grid-template-columns: minmax(320px, 0.68fr) minmax(640px, 1.32fr);
  padding: 120px max(52px, calc((100% - 1400px) / 2));
}

.product-comparison-v2 .product-comparison-intro {
  align-self: start;
  position: sticky;
  top: 110px;
}

.product-comparison-v2 .product-comparison-intro h2 {
  margin-bottom: 26px;
}

.product-comparison-v2 .product-comparison-intro > p:last-child {
  color: var(--product-muted);
  line-height: 1.7;
}

.product-comparison-v2 .product-table-wrap {
  border-top: 2px solid #ffffff;
}

.product-comparison-v2 table {
  min-width: 680px;
}

.product-comparison-v2 th,
.product-comparison-v2 td {
  padding: 24px 16px;
}

.product-comparison-v2 thead th {
  color: #787883;
  letter-spacing: 0;
}

.product-comparison-v2 tbody th {
  color: #ff4b9f;
}

.product-comparison-v2 tbody td:nth-child(2) {
  color: #ffffff;
  font-weight: 700;
}

.product-comparison-v2 tbody td:nth-child(3) {
  color: #898994;
}

.product-faq-v2 {
  background: #1b1b21;
  border-top: 0;
  display: grid;
  gap: 100px;
  grid-template-columns: minmax(300px, 0.65fr) minmax(560px, 1.35fr);
  padding: 118px max(52px, calc((100% - 1400px) / 2));
}

.product-faq-v2 .product-faq-intro {
  align-self: start;
  position: sticky;
  top: 110px;
}

.product-faq-v2 .product-faq-intro h2 {
  margin-bottom: 22px;
}

.product-faq-v2 .product-faq-intro > p:last-child {
  color: var(--product-muted);
}

.product-faq-v2 .product-faq-list {
  border-top: 2px solid #ffffff;
}

.product-faq-v2 .product-faq-list summary {
  font-family: Inter, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.35;
  padding: 25px 50px 25px 0;
}

.product-faq-v2 .product-faq-list details p {
  font-size: 0.92rem;
  line-height: 1.7;
  max-width: 690px;
  padding-bottom: 28px;
}

.product-final-cta-v2 {
  height: 760px;
}

.product-final-cta-v2 > img {
  object-position: 62% 26%;
}

.product-final-cta-v2 .product-final-shade {
  background: rgba(8, 7, 11, 0.64);
}

.product-final-cta-v2 .product-final-copy {
  left: max(52px, calc((100% - 1400px) / 2));
  max-width: 740px;
}

.product-final-cta-v2 .product-final-copy h2 {
  margin-bottom: 24px;
}

.product-final-cta-v2 .product-final-copy > p:not(.product-section-index) {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.product-final-side-note {
  bottom: 34px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
  font-weight: 800;
  margin: 0;
  position: absolute;
  right: max(52px, calc((100% - 1400px) / 2));
  z-index: 2;
}

.product-footer-v2 {
  background: #111116;
  border-top-color: rgba(255, 255, 255, 0.1);
  min-height: 92px;
  padding: 24px 40px;
}

@media (max-width: 1180px) {
  .product-hero-layout {
    gap: 38px;
    grid-template-columns: minmax(390px, 1fr) 350px;
  }

  .product-live-panel {
    width: 350px;
  }

  .product-hero-v2 h1 {
    font-size: 6.5rem;
  }

  .product-story-v2 h2,
  .product-capabilities-v2 h2,
  .product-character-world-v2 h2,
  .product-comparison-v2 h2,
  .product-faq-v2 h2,
  .product-final-cta-v2 h2 {
    font-size: 3.55rem;
  }

  .product-feature-copy h3 {
    font-size: 2.55rem;
  }

  .product-feature {
    gap: 48px;
  }

  .product-comparison-v2,
  .product-faq-v2 {
    gap: 58px;
    grid-template-columns: 1fr;
  }

  .product-comparison-v2 .product-comparison-intro,
  .product-faq-v2 .product-faq-intro {
    max-width: 780px;
    position: static;
  }
}

@media (max-width: 900px) {
  .product-page-v2 .product-header {
    padding: 10px 22px;
  }

  .product-hero-v2 {
    height: 80svh;
    max-height: 760px;
    min-height: 650px;
  }

  .product-hero-v2 .product-hero-inner {
    padding: 22px 28px 24px;
  }

  .product-hero-layout {
    align-items: center;
    gap: 28px;
    grid-template-columns: minmax(360px, 1fr) 300px;
  }

  .product-live-panel {
    width: 300px;
  }

  .product-live-scene {
    height: 170px;
  }

  .product-hero-v2 h1 {
    font-size: 5.5rem;
  }

  .product-hero-v2 .product-hero-line {
    font-size: 1.65rem;
  }

  .product-hero-v2 .product-hero-facts {
    width: 620px;
  }

  .product-answer-v2 {
    gap: 46px;
    grid-template-columns: 150px 1fr;
    padding: 72px 28px;
  }

  .product-answer-v2 .product-direct-answer {
    font-size: 1.55rem;
  }

  .product-story-v2,
  .product-capabilities-v2,
  .product-character-world-v2,
  .product-comparison-v2,
  .product-faq-v2 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .product-story-v2 .product-story-copy,
  .product-character-world-v2 .product-character-intro {
    gap: 32px;
    grid-template-columns: 1fr;
  }

  .product-story-v2 .product-story-copy .product-section-index,
  .product-character-world-v2 .product-character-intro .product-section-index {
    grid-column: auto;
    margin-bottom: -12px;
  }

  .product-scene-card-one {
    height: 580px;
  }

  .product-scene-card-two {
    height: 450px;
  }

  .product-scene-card-three {
    height: 510px;
  }

  .product-capabilities-v2 .product-capabilities-heading {
    grid-template-columns: 1fr;
  }

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

  .product-feature-visual .product-feature-copy {
    order: 2;
    padding-right: 0;
  }

  .product-filmstrip {
    order: 1;
  }

  .product-feature-media {
    height: 570px;
  }

  .product-character-tile,
  .product-character-tile:nth-child(3) {
    height: 500px;
    margin-top: 48px;
  }

  .product-character-tile-wide {
    height: 620px;
    margin-top: 0;
  }

  .product-final-cta-v2 .product-final-copy {
    left: 28px;
    right: 28px;
  }

  .product-final-side-note {
    right: 28px;
  }
}

@media (max-width: 680px) {
  .product-page-v2 .product-header {
    min-height: 64px;
    padding: 9px 16px;
  }

  .product-page-v2 .product-wordmark img {
    width: 142px;
  }

  .product-page-v2 .product-nav .product-nav-cta {
    min-width: 108px;
    padding: 9px 10px;
  }

  .product-hero-v2 {
    height: 88svh;
    max-height: 780px;
    min-height: 690px;
  }

  .product-hero-v2 .product-hero-media {
    object-position: 54% 26%;
  }

  .product-hero-v2 .product-hero-shade {
    background: rgba(8, 7, 11, 0.66);
  }

  .product-hero-v2 .product-hero-inner {
    padding: 18px 18px 20px;
  }

  .product-hero-layout {
    align-content: center;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .product-hero-v2 .product-hero-copy {
    max-width: 100%;
  }

  .product-hero-v2 .product-kicker {
    margin-bottom: 12px;
  }

  .product-hero-v2 h1 {
    font-size: 4.35rem;
    margin-bottom: 16px;
  }

  .product-hero-v2 .product-hero-line {
    font-size: 1.38rem;
    margin-bottom: 12px;
  }

  .product-hero-v2 .product-hero-dek {
    font-size: 0.86rem;
    line-height: 1.5;
    margin-bottom: 18px;
    max-width: 440px;
  }

  .product-page-v2 .product-actions {
    align-items: flex-start;
    flex-direction: row;
    gap: 15px;
  }

  .product-page-v2 .product-button {
    min-height: 44px;
    padding: 0 15px;
    width: auto;
  }

  .product-page-v2 .product-text-link {
    font-size: 0.72rem;
  }

  .product-live-panel {
    justify-self: end;
    width: min(100%, 340px);
  }

  .product-live-panel-head {
    padding: 10px 12px;
  }

  .product-live-scene {
    display: none;
  }

  .product-chat-preview {
    padding: 10px 12px 8px;
  }

  .product-message {
    font-size: 0.7rem;
    padding: 7px 9px;
  }

  .product-mode-row span {
    padding: 8px 0;
  }

  .product-hero-v2 .product-hero-facts {
    display: none;
  }

  .product-answer-v2 {
    gap: 28px;
    grid-template-columns: 1fr;
    padding: 56px 18px 62px;
  }

  .product-answer-label {
    display: flex;
    justify-content: space-between;
  }

  .product-answer-v2 .product-section-index {
    margin-bottom: 0;
  }

  .product-answer-number {
    font-size: 2.2rem;
  }

  .product-answer-v2 h2 {
    font-size: 0.9rem;
  }

  .product-answer-v2 .product-direct-answer {
    font-size: 1.28rem;
    line-height: 1.42;
  }

  .product-story-v2,
  .product-capabilities-v2,
  .product-character-world-v2,
  .product-comparison-v2,
  .product-faq-v2 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .product-story-v2 {
    padding-bottom: 82px;
    padding-top: 78px;
  }

  .product-story-v2 h2,
  .product-capabilities-v2 h2,
  .product-character-world-v2 h2,
  .product-comparison-v2 h2,
  .product-faq-v2 h2,
  .product-final-cta-v2 h2 {
    font-size: 2.55rem;
  }

  .product-story-v2 .product-story-copy {
    margin-bottom: 42px;
  }

  .product-scene-track,
  .product-character-track {
    display: flex;
    gap: 10px;
    margin-right: -18px;
    overflow-x: auto;
    padding-bottom: 14px;
    scroll-snap-type: x mandatory;
  }

  .product-scene-card,
  .product-scene-card-one,
  .product-scene-card-two,
  .product-scene-card-three {
    flex: 0 0 78vw;
    height: 520px;
    scroll-snap-align: start;
  }

  .product-capabilities-v2 {
    padding-bottom: 78px;
    padding-top: 78px;
  }

  .product-capabilities-v2 .product-capabilities-heading {
    gap: 16px;
    margin-bottom: 48px;
  }

  .product-feature,
  .product-feature-visual {
    gap: 32px;
    padding: 54px 0;
  }

  .product-feature-media {
    height: 490px;
  }

  .product-feature-copy h3 {
    font-size: 2.15rem;
  }

  .product-feature-copy > p:not(.product-feature-number):not(.product-feature-fact) {
    font-size: 0.92rem;
  }

  .product-feature-fact {
    align-items: flex-start;
  }

  .product-filmstrip {
    grid-template-columns: 1fr 1fr;
  }

  .product-filmstrip figure,
  .product-filmstrip figure:nth-child(2) {
    height: 390px;
  }

  .product-filmstrip figure:nth-child(3) {
    display: none;
  }

  .product-space-visual {
    aspect-ratio: 1 / 0.9;
  }

  .product-character-world-v2 {
    padding-bottom: 82px;
    padding-top: 78px;
  }

  .product-character-world-v2 .product-character-intro {
    margin-bottom: 42px;
  }

  .product-character-tile,
  .product-character-tile-wide,
  .product-character-tile:nth-child(3) {
    flex: 0 0 76vw;
    height: 530px;
    margin-top: 0;
    scroll-snap-align: start;
  }

  .product-comparison-v2,
  .product-faq-v2 {
    gap: 42px;
    padding-bottom: 78px;
    padding-top: 78px;
  }

  .product-comparison-v2 table,
  .product-comparison-v2 tbody,
  .product-comparison-v2 tr,
  .product-comparison-v2 th,
  .product-comparison-v2 td {
    display: block;
    min-width: 0;
    width: 100%;
  }

  .product-comparison-v2 thead {
    display: none;
  }

  .product-comparison-v2 tbody tr {
    border-top: 1px solid var(--product-line);
    padding: 18px 0;
  }

  .product-comparison-v2 tbody tr:last-child {
    border-bottom: 1px solid var(--product-line);
  }

  .product-comparison-v2 tbody th,
  .product-comparison-v2 tbody td {
    border: 0;
    padding: 6px 0;
  }

  .product-comparison-v2 td::before {
    color: #72727d;
    content: attr(data-label);
    display: block;
    font-size: 0.62rem;
    font-weight: 800;
    margin-bottom: 3px;
  }

  .product-faq-v2 .product-faq-list summary {
    font-size: 1.02rem;
    padding: 21px 40px 21px 0;
  }

  .product-final-cta-v2 {
    height: 650px;
  }

  .product-final-cta-v2 > img {
    object-position: 54% 25%;
  }

  .product-final-cta-v2 .product-final-copy {
    left: 18px;
    right: 18px;
  }

  .product-final-side-note {
    bottom: 22px;
    left: 18px;
    right: auto;
  }

  .product-footer-v2 {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-page-v2 *,
  .product-page-v2 *::before,
  .product-page-v2 *::after {
    scroll-behavior: auto !important;
  }
}

/* OnlyGF interactive bento upgrade */
.product-page-v2 {
  scroll-behavior: smooth;
}

.product-hero-v2 .product-hero-line span,
.product-hero-v2 .product-hero-line em {
  display: block;
}

.product-hero-v2 .product-hero-line em {
  color: #ff3f98;
  font-style: italic;
}

.product-bento-section {
  background-color: #121217;
  background-image: radial-gradient(rgba(255, 255, 255, 0.055) 0.8px, transparent 0.8px);
  background-size: 13px 13px;
  overflow: hidden;
  padding: 118px max(52px, calc((100% - 1480px) / 2)) 138px;
  position: relative;
}

.product-bento-heading {
  margin: 0 auto 72px;
  max-width: 1050px;
  text-align: center;
}

.product-bento-heading .product-section-index {
  margin-bottom: 22px;
}

.product-bento-heading h2 {
  font-size: 5rem;
  line-height: 0.98;
  margin-bottom: 28px;
  text-wrap: balance;
}

.product-bento-heading h2 span,
.product-bento-heading h2 em {
  display: block;
}

.product-bento-heading h2 em {
  color: #ff3f98;
  font-style: italic;
}

.product-bento-heading > p:last-child {
  color: #9a9aa6;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 690px;
  text-wrap: pretty;
}

.product-bento-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: 270px 340px 370px;
  margin: 0 auto;
  max-width: 1480px;
  perspective: 1200px;
}

.product-bento-card {
  --lift: 0px;
  --mx: 50%;
  --my: 50%;
  --reveal-y: 0px;
  --rx: 0deg;
  --ry: 0deg;
  background: #1d1b22;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  position: relative;
  transform: perspective(1200px) translateY(calc(var(--reveal-y) + var(--lift))) rotateX(var(--rx)) rotateY(var(--ry));
  transform-style: preserve-3d;
  transition: border-color 260ms ease, box-shadow 260ms ease, opacity 620ms ease,
    transform 240ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.product-bento-card::before {
  background: radial-gradient(circle at var(--mx) var(--my), rgba(237, 15, 120, 0.19), transparent 34%);
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 220ms ease;
  z-index: 2;
}

.product-bento-card:hover {
  --lift: -7px;
  border-color: rgba(255, 67, 153, 0.62);
  box-shadow: 0 26px 70px rgba(31, 6, 20, 0.48);
}

.product-bento-card:hover::before {
  opacity: 1;
}

.product-bento-card:active {
  --lift: -2px;
}

.product-bento-card > :where(*:not(img)) {
  position: relative;
  z-index: 3;
}

#capabilities-title {
  scroll-margin-top: 104px;
}

#onlygf-visual-chat,
#onlygf-story-continuity {
  scroll-margin-top: 92px;
}

.product-bento-card > img {
  display: block;
  position: absolute;
  transition: filter 500ms ease, transform 700ms cubic-bezier(0.2, 0.75, 0.25, 1);
  z-index: 0;
}

.product-bento-card:hover > img {
  transform: scale(1.045);
}

.product-bento-live {
  grid-column: 1 / span 6;
  grid-row: 1 / span 2;
}

.product-bento-live::after,
.product-bento-visual::after,
.product-bento-continuity::after {
  background: linear-gradient(0deg, rgba(10, 8, 13, 0.96) 0%, rgba(10, 8, 13, 0.22) 58%, rgba(10, 8, 13, 0.04) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.product-bento-live > img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
}

.product-bento-topline {
  align-items: center;
  display: flex;
  font-size: 0.68rem;
  font-weight: 800;
  justify-content: space-between;
  left: 18px;
  position: absolute;
  right: 18px;
  top: 18px;
}

.product-bento-topline > span:last-child,
.product-bento-status {
  backdrop-filter: blur(12px);
  background: rgba(16, 14, 19, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 8px 10px;
}

.product-bento-status {
  align-items: center;
  display: inline-flex;
  gap: 7px;
}

.product-bento-status i {
  animation: product-live-pulse 1.8s ease-in-out infinite;
  background: #ff3f98;
  border-radius: 50%;
  height: 7px;
  width: 7px;
}

.product-bento-copy {
  bottom: 26px;
  left: 26px;
  max-width: 610px;
  position: absolute;
  right: 26px;
}

.product-bento-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.product-bento-tags span {
  backdrop-filter: blur(10px);
  background: rgba(237, 15, 120, 0.84);
  border-radius: 4px;
  color: #ffffff;
  font-size: 0.66rem;
  font-weight: 800;
  padding: 7px 9px;
}

.product-bento-tags span:last-child {
  background: rgba(15, 14, 18, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.23);
}

.product-bento-copy h3 {
  color: #ffffff;
  font-size: 2.5rem;
  line-height: 1.06;
  margin-bottom: 10px;
  max-width: 540px;
  text-wrap: balance;
}

.product-bento-copy p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.86rem;
  margin-bottom: 17px;
}

.product-bento-copy a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.52);
  color: #ffffff;
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 800;
  gap: 8px;
  padding-bottom: 5px;
}

.product-bento-chat {
  background: #251925;
  grid-column: 7 / span 3;
  grid-row: 1;
  padding: 22px;
}

.product-bento-chat::after {
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 24px 24px;
  content: "";
  inset: 0;
  opacity: 0.4;
  pointer-events: none;
  position: absolute;
}

.product-bento-avatar-row {
  display: flex;
  height: 38px;
  padding-left: 8px;
}

.product-bento-avatar-row img {
  border: 2px solid #251925;
  border-radius: 50%;
  height: 38px;
  margin-left: -8px;
  object-fit: cover;
  object-position: 50% 25%;
  width: 38px;
}

.product-bento-chat-lines {
  align-items: center;
  display: flex;
  gap: 4px;
  height: 40px;
  margin-top: 20px;
}

.product-bento-chat-lines span {
  animation: product-chat-wave 1.4s ease-in-out infinite;
  background: #ff3f98;
  border-radius: 2px;
  height: 10px;
  width: 4px;
}

.product-bento-chat-lines span:nth-child(2),
.product-bento-chat-lines span:nth-child(6) {
  animation-delay: 100ms;
  height: 22px;
}

.product-bento-chat-lines span:nth-child(3),
.product-bento-chat-lines span:nth-child(5) {
  animation-delay: 200ms;
  height: 32px;
}

.product-bento-chat-lines span:nth-child(4) {
  animation-delay: 300ms;
  height: 16px;
}

.product-bento-small-copy {
  bottom: 20px;
  left: 22px;
  position: absolute;
  right: 22px;
}

.product-bento-small-copy p,
.product-bento-eyebrow {
  color: #ff5aa7;
  font-size: 0.66rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.product-bento-small-copy h3 {
  font-size: 1.35rem;
  line-height: 1.08;
  margin: 0;
  text-wrap: balance;
}

.product-bento-always {
  background: #eeeeF1;
  color: #161419;
  grid-column: 10 / span 3;
  grid-row: 1;
  padding: 22px;
}

.product-bento-always::after {
  border: 1px solid rgba(18, 18, 22, 0.09);
  border-radius: 50%;
  content: "";
  height: 190px;
  position: absolute;
  right: -74px;
  top: -66px;
  width: 190px;
}

.product-bento-always .product-bento-eyebrow {
  color: #7e3b60;
}

.product-bento-247 {
  color: #ed0f78;
  font-size: 5.2rem;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  line-height: 0.9;
  margin: 40px 0 0;
}

.product-bento-presence {
  bottom: 20px;
  display: grid;
  font-size: 0.66rem;
  gap: 7px;
  left: 22px;
  position: absolute;
  right: 22px;
}

.product-bento-presence span:first-child {
  align-items: center;
  display: flex;
  font-weight: 800;
  gap: 7px;
}

.product-bento-presence i {
  background: #22b56d;
  border-radius: 50%;
  height: 7px;
  width: 7px;
}

.product-bento-presence span:last-child {
  color: #71717b;
}

.product-bento-visual {
  grid-column: 7 / span 6;
  grid-row: 2;
}

.product-bento-visual > img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: 50% 35%;
  width: 100%;
}

.product-bento-visual::after {
  background: linear-gradient(90deg, rgba(10, 8, 13, 0.92) 0%, rgba(10, 8, 13, 0.54) 46%, rgba(10, 8, 13, 0.06) 100%);
}

.product-bento-visual .product-bento-copy {
  bottom: 24px;
  max-width: 455px;
}

.product-bento-visual .product-bento-copy h3 {
  font-size: 2rem;
}

.product-bento-media-tabs {
  backdrop-filter: blur(12px);
  background: rgba(14, 12, 17, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  display: flex;
  gap: 4px;
  padding: 4px;
  position: absolute;
  right: 16px;
  top: 16px;
}

.product-bento-media-tabs span {
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.62rem;
  font-weight: 800;
  padding: 7px 9px;
}

.product-bento-media-tabs .is-active {
  background: #ed0f78;
  color: #ffffff;
}

.product-bento-continuity {
  background: #1d1720;
  grid-column: 1 / span 12;
  grid-row: 3;
  padding: 44px;
}

.product-bento-continuity::after {
  background: linear-gradient(90deg, #1d1720 0%, rgba(29, 23, 32, 0.97) 48%, rgba(29, 23, 32, 0.3) 72%, rgba(29, 23, 32, 0.08) 100%);
}

.product-bento-continuity > img {
  height: 120%;
  object-fit: cover;
  object-position: 50% 22%;
  right: 0;
  top: -10%;
  width: 48%;
}

.product-bento-continuity-copy {
  max-width: 610px;
}

.product-bento-continuity-copy h3 {
  font-size: 2.65rem;
  line-height: 1.06;
  margin-bottom: 16px;
  text-wrap: balance;
}

.product-bento-continuity-copy > p:not(.product-bento-eyebrow) {
  color: #a5a5b0;
  font-size: 0.9rem;
  line-height: 1.7;
  max-width: 560px;
}

.product-bento-continuity-copy .product-text-link {
  margin-top: 12px;
}

.product-bento-chapters {
  bottom: 24px;
  display: flex;
  gap: 8px;
  left: 44%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 4;
}

.product-bento-chapters span {
  backdrop-filter: blur(14px);
  background: rgba(14, 12, 17, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  color: #d9d9df;
  font-size: 0.67rem;
  min-width: 142px;
  padding: 11px 12px;
}

.product-bento-chapters small {
  color: #ff4b9f;
  display: block;
  font-size: 0.58rem;
  font-weight: 800;
  margin-bottom: 5px;
}

.product-motion-ready .product-reveal {
  opacity: 0;
}

.product-motion-ready .product-bento-card.product-reveal {
  --reveal-y: 30px;
}

.product-motion-ready .product-bento-heading.product-reveal,
.product-motion-ready .product-character-tile.product-reveal {
  transform: translateY(30px);
  transition: opacity 620ms ease, transform 620ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.product-motion-ready .product-bento-card.product-reveal.is-visible {
  --reveal-y: 0px;
  opacity: 1;
}

.product-motion-ready .product-bento-heading.product-reveal.is-visible,
.product-motion-ready .product-character-tile.product-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.product-bento-grid .product-bento-card:nth-child(2) {
  transition-delay: 80ms;
}

.product-bento-grid .product-bento-card:nth-child(3) {
  transition-delay: 140ms;
}

.product-bento-grid .product-bento-card:nth-child(4) {
  transition-delay: 180ms;
}

.product-bento-grid .product-bento-card:nth-child(5) {
  transition-delay: 220ms;
}

@keyframes product-live-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255, 63, 152, 0.2); opacity: 1; }
  50% { box-shadow: 0 0 0 6px rgba(255, 63, 152, 0); opacity: 0.72; }
}

@keyframes product-chat-wave {
  0%, 100% { transform: scaleY(0.62); }
  50% { transform: scaleY(1); }
}

@media (max-width: 1050px) {
  .product-bento-heading h2 {
    font-size: 4.2rem;
  }

  .product-bento-grid {
    grid-template-rows: 250px 320px 390px;
  }

  .product-bento-copy h3 {
    font-size: 2.1rem;
  }

  .product-bento-small-copy h3 {
    font-size: 1.12rem;
  }

  .product-bento-247 {
    font-size: 4rem;
  }

  .product-bento-continuity-copy {
    max-width: 520px;
  }

  .product-bento-continuity-copy h3 {
    font-size: 2.25rem;
  }

  .product-bento-chapters {
    left: 49%;
  }

  .product-bento-chapters span {
    min-width: 120px;
  }
}

@media (max-width: 800px) {
  .product-bento-section {
    padding-left: 28px;
    padding-right: 28px;
  }

  .product-bento-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 580px 250px 400px 560px;
  }

  .product-bento-live {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .product-bento-chat {
    grid-column: 1;
    grid-row: 2;
  }

  .product-bento-always {
    grid-column: 2;
    grid-row: 2;
  }

  .product-bento-visual {
    grid-column: 1 / -1;
    grid-row: 3;
  }

  .product-bento-continuity {
    grid-column: 1 / -1;
    grid-row: 4;
    padding: 34px;
  }

  .product-bento-continuity::after {
    background: linear-gradient(180deg, #1d1720 0%, rgba(29, 23, 32, 0.96) 56%, rgba(29, 23, 32, 0.22) 100%);
  }

  .product-bento-continuity > img {
    bottom: 0;
    height: 55%;
    left: 0;
    object-position: 50% 24%;
    top: auto;
    width: 100%;
  }

  .product-bento-continuity-copy {
    max-width: 100%;
  }

  .product-bento-chapters {
    bottom: 18px;
    left: 50%;
    width: calc(100% - 36px);
  }

  .product-bento-chapters span {
    flex: 1;
    min-width: 0;
  }
}

@media (max-width: 560px) {
  .product-bento-section {
    padding: 78px 18px 88px;
  }

  .product-bento-heading {
    margin-bottom: 44px;
    text-align: left;
  }

  .product-bento-heading h2 {
    font-size: 3.2rem;
  }

  .product-bento-heading > p:last-child {
    font-size: 0.9rem;
    margin-left: 0;
  }

  .product-bento-grid {
    gap: 10px;
    grid-template-rows: 520px 230px 380px 600px;
  }

  .product-bento-copy {
    bottom: 20px;
    left: 18px;
    right: 18px;
  }

  .product-bento-copy h3 {
    font-size: 2rem;
  }

  .product-bento-copy p {
    font-size: 0.78rem;
  }

  .product-bento-chat,
  .product-bento-always {
    padding: 16px;
  }

  .product-bento-avatar-row img {
    height: 31px;
    width: 31px;
  }

  .product-bento-chat-lines {
    margin-top: 8px;
  }

  .product-bento-small-copy {
    bottom: 15px;
    left: 16px;
    right: 16px;
  }

  .product-bento-small-copy h3 {
    font-size: 1rem;
  }

  .product-bento-247 {
    font-size: 3.35rem;
    margin-top: 30px;
  }

  .product-bento-presence {
    bottom: 15px;
    left: 16px;
    right: 16px;
  }

  .product-bento-visual .product-bento-copy h3 {
    font-size: 1.7rem;
  }

  .product-bento-media-tabs {
    right: 10px;
    top: 10px;
  }

  .product-bento-continuity {
    padding: 24px 20px;
  }

  .product-bento-continuity-copy h3 {
    font-size: 2rem;
  }

  .product-bento-continuity-copy > p:not(.product-bento-eyebrow) {
    font-size: 0.82rem;
  }

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

  .product-bento-chapters span {
    backdrop-filter: blur(18px);
    padding: 8px 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-bento-card,
  .product-bento-card > img,
  .product-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .product-bento-status i,
  .product-bento-chat-lines span {
    animation: none !important;
  }
}
