@font-face {
  font-family: "Archivo";
  src: url("../assets/fonts/archivo-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/inter-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("../assets/fonts/ibm-plex-mono-medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Optivue Sans Fallback";
  src: local("Arial");
  size-adjust: 107%;
  ascent-override: 91%;
  descent-override: 23%;
  line-gap-override: 0%;
}

/*
 * Optivue Growth OS — locked v2 visual baseline
 * Source of truth: docs/design-direction.md §4
 *
 * This file intentionally overrides optivue.css and remains independently
 * removable until the design direction is fully validated.
 */

#optivue-growth-os {
  --ovgo-subtle: #99A1AE;
  --ovgo-radius-structural: 6px;
  --ovgo-radius-chip: 3px;
  --ovgo-paper: #F7F8FA;
  --ovgo-paper-card: #FFFFFF;
  --ovgo-paper-text: #101114;
  --ovgo-paper-muted: #60646C;
  --ovgo-paper-border: rgba(16, 17, 20, 0.12);
}

/* Typography baseline: Inter everywhere unless explicitly display or mono. */
#optivue-growth-os *,
#optivue-growth-os *::before,
#optivue-growth-os *::after {
  font-family: Inter, "Optivue Sans Fallback", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-optical-sizing: auto;
}

#optivue-growth-os h1,
#optivue-growth-os h2,
#optivue-growth-os h3,
#optivue-growth-os h4 {
  font-family: Archivo, Inter, "Optivue Sans Fallback", ui-sans-serif, sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 700;
  font-variation-settings: "wdth" 115, "wght" 700;
}

#optivue-growth-os .ovgo-brand > span,
#optivue-growth-os .ovgo-brand small,
#optivue-growth-os .ovgo-price strong {
  font-family: "IBM Plex Mono", ui-monospace, monospace !important;
}

/* Locked radius scale: 6px structural, 3px chip/control details. */
#optivue-growth-os .ovgo-icon-btn,
#optivue-growth-os .ovgo-menu-btn,
#optivue-growth-os .ovgo-btn,
#optivue-growth-os .ovgo-problem-grid,
#optivue-growth-os .ovgo-stage,
#optivue-growth-os .ovgo-stage-detail,
#optivue-growth-os .ovgo-system-close,
#optivue-growth-os .ovgo-transform-card,
#optivue-growth-os .ovgo-work-item,
#optivue-growth-os .ovgo-transform-detail,
#optivue-growth-os .ovgo-work-detail,
#optivue-growth-os .ovgo-price-card,
#optivue-growth-os .ovgo-ownership-block,
#optivue-growth-os .ovgo-disclosure,
#optivue-growth-os .ovgo-compare-grid article,
#optivue-growth-os .ovgo-tool-shell,
#optivue-growth-os .ovgo-form-row input,
#optivue-growth-os .ovgo-form-row select,
#optivue-growth-os .ovgo-choice,
#optivue-growth-os .ovgo-context-summary,
#optivue-growth-os .ovgo-modal__dialog {
  border-radius: var(--ovgo-radius-structural);
}

#optivue-growth-os .ovgo-status,
#optivue-growth-os .ovgo-tool-chips span,
#optivue-growth-os .ovgo-chip-row span,
#optivue-growth-os .ovgo-flow span,
#optivue-growth-os .ovgo-filter-row button,
#optivue-growth-os .ovgo-mini-flow span,
#optivue-growth-os .ovgo-recommended-badge,
#optivue-growth-os .ovgo-price-card__badge,
#optivue-growth-os .ovgo-process span {
  border-radius: var(--ovgo-radius-chip);
}

/* The document caps visible kickers at seven. Content removal belongs to P1. */
#optivue-growth-os .ovgo-kicker {
  display: none;
}

#optivue-growth-os .ovgo-hero .ovgo-kicker,
#optivue-growth-os #systems > .ovgo-section-head .ovgo-kicker,
#optivue-growth-os #transformations > .ovgo-section-head .ovgo-kicker,
#optivue-growth-os #pricing > .ovgo-section-head .ovgo-kicker,
#optivue-growth-os #diagnosis > .ovgo-section-head .ovgo-kicker,
#optivue-growth-os #estimator > .ovgo-section-head .ovgo-kicker,
#optivue-growth-os #about > .ovgo-section-head .ovgo-kicker {
  display: block;
}

/* Paper-light section 1: Who this is for. */
#optivue-growth-os .ovgo-audience {
  background: var(--ovgo-paper);
  color: var(--ovgo-paper-text);
}

#optivue-growth-os .ovgo-audience .ovgo-section-head h2,
#optivue-growth-os .ovgo-audience .ovgo-problem-grid p {
  color: var(--ovgo-paper-text);
}

#optivue-growth-os .ovgo-audience .ovgo-problem-grid {
  border-color: var(--ovgo-paper-border);
}

#optivue-growth-os .ovgo-audience .ovgo-problem-grid article {
  background: var(--ovgo-paper-card);
  border-color: var(--ovgo-paper-border);
}

#optivue-growth-os .ovgo-audience .ovgo-problem-grid span {
  color: #0A7A50;
}

/* Paper-light section 2: final CTA. */
#optivue-growth-os .ovgo-final-cta {
  background: var(--ovgo-paper);
  color: var(--ovgo-paper-text);
  border-color: var(--ovgo-paper-border);
}

#optivue-growth-os .ovgo-final-cta > p:not(.ovgo-kicker) {
  color: var(--ovgo-paper-muted);
}

#optivue-growth-os .ovgo-final-cta .ovgo-btn--secondary {
  background: var(--ovgo-paper-card);
  color: var(--ovgo-paper-text);
  border-color: var(--ovgo-paper-border);
}

/* Preserve explicit square full-screen modal on small screens from base CSS. */
@media (max-width: 760px) {
  #optivue-growth-os .ovgo-modal__dialog {
    border-radius: 0;
  }
}


/* P2 type measures and optical hierarchy. */
#optivue-growth-os h1,
#optivue-growth-os h2,
#optivue-growth-os h3,
#optivue-growth-os h4 {
  max-width: 16ch;
}

#optivue-growth-os h1 { letter-spacing: -0.03em; }
#optivue-growth-os h2 { letter-spacing: -0.025em; }
#optivue-growth-os h3,
#optivue-growth-os h4 { letter-spacing: -0.02em; }

#optivue-growth-os p:not(.ovgo-kicker),
#optivue-growth-os li {
  max-width: 54ch;
  letter-spacing: 0;
}

#optivue-growth-os .ovgo-kicker,
#optivue-growth-os small,
#optivue-growth-os .ovgo-status {
  font-size: var(--ovgo-type-xs);
  letter-spacing: 0.02em;
  text-transform: none;
}


/* ==========================================================================
   P3 — Composition
   Distinct archetypes: full-bleed hero, numbered paper list, dense system block,
   asymmetric client mosaic, split tool, horizontal process strip, statement CTA.
   ========================================================================== */

/* Full-bleed editorial hero: the only glass surface on the page. */
#optivue-growth-os .ovgo-hero__content {
  width: min(640px, 46vw);
  margin-right: clamp(24px, 5vw, 88px);
  padding: clamp(26px, 3.2vw, 42px);
  background: color-mix(in srgb, var(--ovgo-bg) 76%, transparent);
  border: 1px solid color-mix(in srgb, var(--ovgo-text) 16%, transparent);
  border-radius: var(--ovgo-radius-structural);
  backdrop-filter: blur(22px) saturate(125%);
  -webkit-backdrop-filter: blur(22px) saturate(125%);
  box-shadow: 0 28px 80px rgba(0,0,0,.34);
}

#optivue-growth-os .ovgo-hero__content .ovgo-actions {
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
}

#optivue-growth-os .ovgo-hero__content .ovgo-btn {
  width: 100%;
}

#optivue-growth-os .ovgo-hero__lede {
  max-width: 48ch;
}

/* Numbered paper section: editorial list rather than generic card wall. */
#optivue-growth-os .ovgo-audience .ovgo-problem-grid {
  grid-template-columns: repeat(2, minmax(0,1fr));
  border: 0;
  gap: 1px;
  background: var(--ovgo-paper-border);
}

#optivue-growth-os .ovgo-audience .ovgo-problem-grid article {
  min-height: 150px;
  border: 0;
}

#optivue-growth-os .ovgo-audience .ovgo-problem-grid article:nth-child(1),
#optivue-growth-os .ovgo-audience .ovgo-problem-grid article:nth-child(4) {
  background: #EEF1F5;
}

/* Dense system block: keep the controls compact and make the close statement asymmetric. */
#optivue-growth-os .ovgo-system-close {
  text-align: left;
  display: grid;
  grid-template-columns: minmax(0,1.25fr) minmax(260px,.75fr);
  column-gap: clamp(28px,5vw,72px);
  align-items: end;
}

#optivue-growth-os .ovgo-system-close > .ovgo-kicker,
#optivue-growth-os .ovgo-system-close > h3 {
  grid-column: 1;
}

#optivue-growth-os .ovgo-system-close > p:not(.ovgo-kicker) {
  grid-column: 1;
  margin: 0;
}

#optivue-growth-os .ovgo-system-close .ovgo-actions {
  grid-column: 2;
  grid-row: 1 / 4;
  align-self: center;
  justify-content: stretch;
}

/* Asymmetric client-work mosaic: 62/38 with one dominant case. */
#optivue-growth-os .ovgo-transform-grid {
  grid-template-columns: minmax(0,1.62fr) minmax(280px,1fr);
  grid-template-rows: repeat(2, minmax(0,auto));
  gap: 14px;
}

#optivue-growth-os .ovgo-transform-card:first-child {
  grid-row: 1 / 3;
  min-height: 100%;
  padding: clamp(26px,3vw,40px);
}

#optivue-growth-os .ovgo-transform-card:first-child h3 {
  font-size: var(--ovgo-type-title-lg);
}

#optivue-growth-os .ovgo-transform-card:nth-child(2),
#optivue-growth-os .ovgo-transform-card:nth-child(3) {
  padding: 20px;
}

/* Exactly one deliberate grid violation: the active project detail hangs left. */
#optivue-growth-os .ovgo-transform-detail {
  --ovgo-grid-break: clamp(24px,4vw,58px);
  width: calc(100% + var(--ovgo-grid-break));
  margin-left: calc(var(--ovgo-grid-break) * -1);
  padding-left: calc(30px + var(--ovgo-grid-break));
}

/* Work Lab is the explicit 60/40-plus asymmetric split. */
#optivue-growth-os .ovgo-work-layout {
  grid-template-columns: minmax(0,1.65fr) minmax(280px,.75fr);
  gap: clamp(18px,3vw,34px);
}

/* Split-tool archetype: explanation rail + working diagnosis surface. */
@media (min-width: 761px) {
  #optivue-growth-os #diagnosis {
    display: grid;
    grid-template-columns: minmax(260px,.58fr) minmax(0,1.42fr);
    gap: clamp(32px,5vw,76px);
    align-items: start;
  }

  #optivue-growth-os #diagnosis > * {
    max-width: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  #optivue-growth-os #diagnosis > .ovgo-section-head {
    display: block;
    position: sticky;
    top: 96px;
    margin-bottom: 0;
  }

  #optivue-growth-os #diagnosis .ovgo-status {
    margin-top: 20px;
  }
}

/* Horizontal process strip instead of another card grid. */
#optivue-growth-os .ovgo-process {
  display: grid;
  grid-template-columns: repeat(7, minmax(150px,1fr));
  gap: 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
  padding-bottom: 8px;
}

#optivue-growth-os .ovgo-process span {
  min-height: 92px;
  display: flex;
  align-items: flex-end;
  border-right: 0;
}

/* Mobile: reduce density instead of shrinking the desktop matrix. */
@media (max-width: 760px) {
  #optivue-growth-os .ovgo-hero {
    padding-left: 14px;
    padding-right: 14px;
  }

  #optivue-growth-os .ovgo-hero__content {
    width: 100%;
    margin: 0;
    padding: 22px 18px;
    background: color-mix(in srgb, var(--ovgo-bg) 84%, transparent);
    backdrop-filter: blur(18px) saturate(115%);
    -webkit-backdrop-filter: blur(18px) saturate(115%);
  }

  #optivue-growth-os .ovgo-hero__content .ovgo-actions {
    grid-template-columns: 1fr;
  }

  #optivue-growth-os .ovgo-audience .ovgo-problem-grid,
  #optivue-growth-os .ovgo-transform-grid,
  #optivue-growth-os .ovgo-system-close {
    grid-template-columns: 1fr;
  }

  #optivue-growth-os .ovgo-transform-card:first-child {
    grid-row: auto;
    padding: 22px;
  }

  #optivue-growth-os .ovgo-transform-card:first-child h3 {
    font-size: var(--ovgo-type-title-sm);
  }

  #optivue-growth-os .ovgo-transform-detail {
    width: 100%;
    margin-left: 0;
    padding-left: 20px;
  }

  #optivue-growth-os .ovgo-system-close .ovgo-actions {
    grid-column: 1;
    grid-row: auto;
    margin-top: 24px;
  }

  #optivue-growth-os #estimator .ovgo-tool-main,
  #optivue-growth-os #estimator .ovgo-tool-summary {
    padding: 16px;
  }

  #optivue-growth-os #estimator .ovgo-form-row {
    margin-bottom: 14px;
  }

  #optivue-growth-os #estimator .ovgo-choice-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 6px;
  }

  #optivue-growth-os #estimator .ovgo-choice {
    min-width: 0;
    min-height: 40px;
    padding: 6px 8px;
    gap: 7px;
    line-height: 1.25;
  }

  #optivue-growth-os #estimator .ovgo-choice input {
    inline-size: 16px;
    block-size: 16px;
    flex: 0 0 16px;
    margin: 0;
  }

  #optivue-growth-os #estimator .ovgo-choice span {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  #optivue-growth-os #estimator .ovgo-result-status div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3px;
  }

  #optivue-growth-os #estimator .ovgo-result-status b {
    overflow-wrap: anywhere;
  }

  #optivue-growth-os .ovgo-process {
    grid-template-columns: repeat(7, minmax(138px,70vw));
  }
}


/* Keep anchor targets clear of the fixed navigation. */
#optivue-growth-os section[id] {
  scroll-margin-top: 82px;
}

@media (max-width: 760px) {
  #optivue-growth-os section[id] {
    scroll-margin-top: 68px;
  }
}


/* --- ABOUT: portrait + bio -------------------------------------- */
#optivue-growth-os .ovgo-about__grid {
  display: grid;
  grid-template-columns: 38% minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-width: 0;
}

#optivue-growth-os .ovgo-portrait {
  margin: 0;
}

#optivue-growth-os .ovgo-portrait > img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--ovgo-radius-structural);
  display: block;
  filter: saturate(.92) contrast(1.02);
}

#optivue-growth-os .ovgo-portrait optivue-compare {
  display: block;
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--ovgo-border-strong);
  border-radius: var(--ovgo-radius-structural);
  background: var(--ovgo-surface);
}

#optivue-growth-os .ovgo-portrait optivue-compare img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 0;
  filter: saturate(.92) contrast(1.02);
}

#optivue-growth-os .ovgo-portrait optivue-compare img[slot="after"] {
  object-position: 62% center;
}

#optivue-growth-os .ovgo-portrait figcaption {
  margin-top: 12px;
  font-size: var(--ovgo-type-xs);
  color: var(--ovgo-subtle);
}

#optivue-growth-os .ovgo-about__body {
  min-width: 0;
}

#optivue-growth-os .ovgo-about__body h2 {
  margin: 0 0 20px;
}

#optivue-growth-os .ovgo-about__bio {
  margin-bottom: 28px;
}

#optivue-growth-os .ovgo-about__bio p {
  font-size: var(--ovgo-type-lede);
  line-height: 1.6;
  max-width: 52ch;
  margin: 0 0 14px;
  color: var(--ovgo-muted);
}

#optivue-growth-os .ovgo-about__bio p:last-child {
  margin-bottom: 0;
}

#optivue-growth-os .ovgo-about .ovgo-process {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

/* Preserve Client Work as the site's single deliberate grid violation. */
@media (max-width: 760px) {
  #optivue-growth-os .ovgo-about__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  #optivue-growth-os .ovgo-portrait {
    width: min(76vw, 280px);
    margin-left: 0;
    justify-self: start;
  }

  #optivue-growth-os .ovgo-portrait > img {
    aspect-ratio: 4 / 5;
  }

  #optivue-growth-os .ovgo-about__bio p {
    font-size: var(--ovgo-type-body);
  }
}


/* --- P3 MOBILE EXPERIENCE: phones only -------------------------- */
@media (max-width: 760px) {
  html {
    -webkit-text-size-adjust: 100%;
  }

  body {
    padding-bottom: calc(80px + env(safe-area-inset-bottom));
  }

  /* The sticky CTA is the only blurred surface on phones. */
  #optivue-growth-os .ovgo-hero__content,
  #optivue-growth-os .ovgo-mobile-menu {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  #optivue-growth-os .ovgo-mobile-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    background: color-mix(in srgb, var(--ovgo-bg) 92%, transparent);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid var(--ovgo-border);
    transform: translateY(110%);
    transition: transform .28s cubic-bezier(.22,.61,.36,1);
  }

  #optivue-growth-os .ovgo-mobile-cta.is-visible {
    transform: translateY(0);
  }

  #optivue-growth-os .ovgo-mobile-cta .ovgo-btn {
    width: 100%;
    min-height: 48px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* iOS target and form-size floor. */
  #optivue-growth-os .ovgo-icon-btn,
  #optivue-growth-os .ovgo-menu-btn {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
  }

  #optivue-growth-os .ovgo-brand,
  #optivue-growth-os .ovgo-btn,
  #optivue-growth-os .ovgo-text-link,
  #optivue-growth-os .ovgo-filter-row button,
  #optivue-growth-os .ovgo-choice,
  #optivue-growth-os .ovgo-consent,
  #optivue-growth-os .ovgo-mobile-menu a,
  #optivue-growth-os .ovgo-mobile-menu button {
    min-height: 44px;
  }

  #optivue-growth-os .ovgo-header__actions,
  #optivue-growth-os .ovgo-actions,
  #optivue-growth-os .ovgo-lead-actions {
    gap: 8px;
  }

  #optivue-growth-os .ovgo-form-row input,
  #optivue-growth-os .ovgo-form-row select,
  #optivue-growth-os .ovgo-form-row textarea,
  #optivue-growth-os input[type="checkbox"],
  #optivue-growth-os input[type="radio"] {
    font-size: var(--ovgo-type-body);
  }

  #optivue-growth-os #estimator .ovgo-choice {
    min-height: 44px;
  }

  /* Restore the hero footer as a compact, single-line mobile row. */
  #optivue-growth-os .ovgo-hero__footer {
    display: flex;
    align-items: center;
    gap: 12px;
    left: 18px;
    right: 18px;
    bottom: 10px;
    min-width: 0;
  }

  #optivue-growth-os .ovgo-hero__footer span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #optivue-growth-os .ovgo-hero__footer a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
  }

  /* Stage sequence: native horizontal snap with a visible next-card peek. */
  #optivue-growth-os .ovgo-stage-grid {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 78%;
    gap: 12px;
    width: calc(100% + 32px);
    margin-inline: -16px;
    padding-inline: 16px;
    scroll-padding-inline: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }

  #optivue-growth-os .ovgo-stage-grid::-webkit-scrollbar,
  #optivue-growth-os .ovgo-pricing-grid::-webkit-scrollbar,
  #optivue-growth-os .ovgo-filter-row::-webkit-scrollbar {
    display: none;
  }

  #optivue-growth-os .ovgo-stage {
    min-height: 160px;
    scroll-snap-align: start;
  }

  #optivue-growth-os .ovgo-carousel-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    min-height: 24px;
    margin: 10px 0 6px;
  }

  #optivue-growth-os .ovgo-carousel-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--ovgo-border-strong);
    opacity: .55;
    transition: transform 120ms ease, opacity 120ms ease, background-color 120ms ease;
  }

  #optivue-growth-os .ovgo-carousel-dot.is-active {
    background: var(--ovgo-blue);
    opacity: 1;
    transform: scale(1.35);
  }

  /* Client proof remains visible and stacked; no evidence is hidden behind taps. */
  #optivue-growth-os .ovgo-transform-grid {
    display: grid;
    grid-template-columns: minmax(0,1fr);
    gap: 18px;
  }

  #optivue-growth-os .ovgo-transform-card,
  #optivue-growth-os .ovgo-transform-card:first-child {
    min-height: 0;
    padding: 26px 22px;
  }

  #optivue-growth-os .ovgo-transform-card .ovgo-impact {
    margin-top: 22px;
    padding-top: 18px;
  }

  /* Work Lab: detail opens inline under the tapped item on phones. */
  #optivue-growth-os .ovgo-work-layout {
    grid-template-columns: minmax(0,1fr);
  }

  #optivue-growth-os .ovgo-work-detail {
    display: none;
  }

  #optivue-growth-os .ovgo-work-item {
    scroll-margin-top: 72px;
  }

  #optivue-growth-os .ovgo-work-item > .ovgo-text-link {
    width: 100%;
    min-height: 56px;
    margin-top: 18px;
    padding: 12px 0 0;
    border-top: 1px solid var(--ovgo-border);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    text-align: left;
  }

  #optivue-growth-os .ovgo-work-item > .ovgo-text-link::after {
    content: "+";
    flex: 0 0 auto;
    font-size: var(--ovgo-type-body);
  }

  #optivue-growth-os .ovgo-work-item > .ovgo-text-link[aria-expanded="true"]::after {
    content: "−";
  }

  #optivue-growth-os .ovgo-work-mobile-detail {
    margin: 4px -10px -10px;
    padding: 20px 10px 10px;
    border-top: 1px solid var(--ovgo-border);
  }

  #optivue-growth-os .ovgo-work-mobile-detail[hidden] {
    display: none;
  }

  #optivue-growth-os .ovgo-work-mobile-detail > .ovgo-kicker {
    display: none;
  }

  #optivue-growth-os .ovgo-work-mobile-detail h3 {
    margin: 0 0 10px;
  }

  #optivue-growth-os .ovgo-work-mobile-detail > p:not(.ovgo-kicker) {
    color: var(--ovgo-muted);
  }

  #optivue-growth-os .ovgo-work-mobile-detail .ovgo-mini-flow {
    margin: 18px 0;
  }

  #optivue-growth-os .ovgo-work-mobile-detail .ovgo-btn {
    width: 100%;
  }

  /* Pricing: comparison stays side-by-side in memory via native snap. */
  #optivue-growth-os .ovgo-pricing-grid {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 84%;
    gap: 14px;
    width: calc(100% + 32px);
    margin-inline: -16px;
    padding: 8px 16px 12px;
    scroll-padding-inline: 16px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    align-items: stretch;
  }

  #optivue-growth-os .ovgo-price-card {
    min-width: 0;
    scroll-snap-align: start;
  }

  #optivue-growth-os .ovgo-price-card.is-featured {
    order: -1;
    transform: none;
  }

  #optivue-growth-os .ovgo-price-card:last-child {
    grid-column: auto;
  }

  /* Filters stay in one native horizontal strip with phone-sized touch targets. */
  #optivue-growth-os .ovgo-filter-row {
    flex-wrap: nowrap;
    gap: 8px;
    width: calc(100% + 32px);
    margin-inline: -16px;
    padding: 0 16px 8px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }

  #optivue-growth-os .ovgo-filter-row button {
    flex: 0 0 auto;
    min-height: 44px;
    padding: 0 14px;
    font-size: var(--ovgo-type-sm);
  }
}

@media (max-width: 760px) and (prefers-reduced-motion: reduce) {
  #optivue-growth-os .ovgo-mobile-cta,
  #optivue-growth-os .ovgo-carousel-dot {
    transition: none;
  }

  #optivue-growth-os .ovgo-stage-grid,
  #optivue-growth-os .ovgo-pricing-grid {
    scroll-behavior: auto;
    scroll-snap-type: x proximity;
  }
}


/* --- REPORTING: before / after evidence -------------------------- */
#optivue-growth-os .ovgo-reporting {
  border-top: 1px solid var(--ovgo-border);
}

#optivue-growth-os .ovgo-reporting-label {
  margin: 0 0 10px;
  color: var(--ovgo-blue);
  font-size: var(--ovgo-type-sm);
  font-weight: 600;
}

#optivue-growth-os .ovgo-reporting-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

#optivue-growth-os .ovgo-reporting-evidence {
  margin: 0;
  min-width: 0;
}

#optivue-growth-os .ovgo-reporting-evidence optivue-compare {
  display: block;
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--ovgo-border-strong);
  border-radius: var(--ovgo-radius-structural);
  background: var(--ovgo-surface);
}

#optivue-growth-os .ovgo-reporting-evidence figcaption {
  margin-top: 12px;
  max-width: 54ch;
  color: var(--ovgo-subtle);
  font-size: var(--ovgo-type-sm);
}

#optivue-growth-os .ovgo-reporting-copy {
  padding-top: clamp(4px, 2vw, 24px);
}

#optivue-growth-os .ovgo-reporting-copy h3 {
  max-width: 16ch;
  margin: 0 0 14px;
}

#optivue-growth-os .ovgo-reporting-copy > p {
  max-width: 48ch;
  color: var(--ovgo-muted);
}

#optivue-growth-os .ovgo-reporting-points {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  border-top: 1px solid var(--ovgo-border);
}

#optivue-growth-os .ovgo-reporting-points li {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--ovgo-border);
}

#optivue-growth-os .ovgo-reporting-points span {
  color: var(--ovgo-subtle);
  font-size: var(--ovgo-type-sm);
}

#optivue-growth-os .ovgo-reporting-points strong {
  font-weight: 500;
  line-height: 1.55;
}

@media (max-width: 760px) {
  #optivue-growth-os .ovgo-reporting-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  #optivue-growth-os .ovgo-reporting-copy {
    padding-top: 0;
  }

  #optivue-growth-os .ovgo-reporting-points li {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 12px;
  }

}
