.elementor-2352 .elementor-element.elementor-element-647f08a{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f46ec97 */@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,wght@0,300..700;1,300..700&family=Manrope:wght@300..700&family=JetBrains+Mono:wght@400;500&display=swap');

  :root {
    /* Organixx brand palette â€” sampled from the Omega-7 Radiant Skin bottle */
    --paper: #FFFFFF;
    --paper-soft: #FAF8F4;
    --paper-card: #F7F3EC;
    --paper-tint: #F4EDDF;
    --ink: #1A1A1A;          /* matches dark callout band on bottle */
    --ink-2: #2D2A26;
    --ink-3: #6B6258;
    --ink-4: #9C9489;
    --gold: #B8966E;          /* primary brand gold - for CTAs */
    --gold-light: #CBB397;    /* sampled bottle gold */
    --gold-deep: #8B6F4E;     /* for hover/active */
    --gold-tint: #F4EDDF;     /* selected backgrounds */
    --gold-soft: #FAF3E5;
    --rule: #D9D0BE;
    --rule-soft: #ECE5D5;
    --error: #A04830;
    --moss: #5C7C3E;
  }

  * { box-sizing: border-box; margin: 0; padding: 0; }
  html, body { height: 100%; }

  body {
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    background: var(--paper);
    color: var(--ink);
    line-height: 1.55;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
  }

  /* SHELL */
  .shell { min-height: 100vh; display: flex; flex-direction: column; }

  /* TOP NAV */
  .topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 40px;
    border-bottom: 1px solid var(--rule-soft);
    background: var(--paper);
    position: sticky;
    top: 0;
    z-index: 10;
  }

  .brand-mark {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .brand-mark img {
    height: 36px;
    width: auto;
    display: block;
  }

  .brand-mark .sub {
    font-family: 'JetBrains Mono', monospace;
    font-size: 9.5px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold-deep);
    padding-left: 16px;
    border-left: 1px solid var(--rule);
  }

  .topbar .meta {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ink-3);
  }

  .topbar .meta .step {
    color: var(--ink);
    font-weight: 600;
  }

  /* PROGRESS */
  .progress {
    height: 3px;
    background: var(--paper-card);
    position: relative;
  }
  .progress .fill {
    height: 100%;
    background: var(--gold);
    width: 0;
    transition: width 480ms cubic-bezier(0.4, 0, 0.2, 1);
  }

  /* SCREEN BASE */
  .stage {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 40px 80px;
    position: relative;
  }

  .screen { display: none; width: 100%; max-width: 880px; animation: fadeIn 480ms cubic-bezier(0.4, 0, 0.2, 1); }
  .screen.active { display: block; }

  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
  }

  /* INTRO */
  .intro {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 60px;
    align-items: center;
  }

  .intro .label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10.5px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold-deep);
    margin-bottom: 20px;
  }

  .intro h1 {
    font-family: 'Fraunces', serif;
    font-weight: 400;
    font-size: clamp(40px, 5vw, 68px);
    line-height: 0.98;
    letter-spacing: -0.025em;
    color: var(--ink);
    margin-bottom: 20px;
  }

  .intro h1 .accent {
    font-style: italic;
    color: var(--gold-deep);
  }

  .intro p {
    font-family: 'Fraunces', serif;
    font-weight: 300;
    font-size: 19px;
    line-height: 1.5;
    color: var(--ink-2);
    margin-bottom: 28px;
    max-width: 460px;
    letter-spacing: -0.005em;
  }

  .intro .badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 32px;
  }

  .intro .badges span {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ink-2);
    padding: 7px 12px;
    background: var(--paper-soft);
    border: 1px solid var(--rule-soft);
    border-radius: 2px;
  }

  /* QUESTION */
  .question .eyebrow {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10.5px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold-deep);
    margin-bottom: 16px;
  }

  .question h2 {
    font-family: 'Fraunces', serif;
    font-weight: 400;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: var(--ink);
    margin-bottom: 14px;
    max-width: 760px;
  }

  .question h2 .italic {
    font-style: italic;
    color: var(--gold-deep);
  }

  .question .helper {
    font-size: 15px;
    color: var(--ink-3);
    margin-bottom: 36px;
    max-width: 600px;
    line-height: 1.5;
  }

  /* OPTIONS */
  .options {
    display: grid;
    gap: 12px;
    margin-bottom: 36px;
  }

  .options.cols-2 { grid-template-columns: 1fr 1fr; }
  .options.cols-3 { grid-template-columns: repeat(3, 1fr); }

  .option {
    background: var(--paper);
    border: 1px solid var(--rule);
    border-radius: 2px;
    padding: 20px 22px;
    text-align: left;
    cursor: pointer;
    transition: all 200ms ease;
    display: flex;
    align-items: center;
    gap: 16px;
    font-family: inherit;
    color: var(--ink);
    font-size: 16px;
  }

  .option:hover {
    border-color: var(--gold);
    background: var(--gold-soft);
    transform: translateX(2px);
  }

  .option.selected {
    border-color: var(--gold-deep);
    background: var(--gold-tint);
    border-width: 1.5px;
  }

  .option .marker {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1.5px solid var(--rule);
    flex-shrink: 0;
    position: relative;
    transition: all 180ms ease;
    background: var(--paper);
  }

  .option:hover .marker { border-color: var(--gold); }
  .option.selected .marker { border-color: var(--gold-deep); }
  .option.selected .marker::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--gold-deep);
  }

  .option .opt-label {
    font-weight: 500;
    line-height: 1.3;
  }

  .option .opt-detail {
    display: block;
    font-weight: 400;
    font-size: 13px;
    color: var(--ink-3);
    margin-top: 4px;
  }


.option:hover,
.option:hover .opt-label,
.option:hover .opt-detail {
  color: var(--ink);
}

.btn-cta {
  background: var(--gold-deep) !important;
  color: var(--paper) !important;
}
.btn-cta:hover {
  background: var(--ink) !important;
  color: var(--paper) !important;
}
  /* NAV */
  .nav-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 36px;
    padding-top: 24px;
    border-top: 1px solid var(--rule-soft);
  }

  .btn-back, .btn-next {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    background: none;
    border: none;
    cursor: pointer;
    padding: 14px 0;
    color: var(--ink-3);
    transition: color 180ms ease;
  }
  
.btn-next:disabled {
  background: var(--rule);
  color: var(--ink);
}

  .btn-back:hover { color: var(--ink); }

  .btn-next {
    background: var(--ink);
    color: var(--paper);
    padding: 16px 32px;
    border-radius: 2px;
    transition: all 180ms ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
  }

  .btn-next:hover { background: var(--gold-deep); }
  .btn-next:disabled {
    background: var(--rule);
    color: var(--ink-3);
    cursor: not-allowed;
  }

  .btn-next .arr { transition: transform 180ms ease; display: inline-block; }
  .btn-next:hover:not(:disabled) .arr { transform: translateX(3px); }

  .btn-cta {
    background: var(--gold-deep);
    color: var(--paper);
    border: none;
    padding: 18px 40px;
    border-radius: 2px;
    cursor: pointer;
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    transition: all 200ms ease;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    box-shadow: 0 1px 0 rgba(26,26,26,0.08);
  }

  .btn-cta:hover {
    background: var(--ink);
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(184,150,110,0.3);
  }
  .btn-cta .arr { transition: transform 180ms ease; }
  .btn-cta:hover .arr { transform: translateX(4px); }

  /* IMAGE PLACEHOLDERS */
  .image-ph {
    background: repeating-linear-gradient(
      45deg,
      var(--paper-card),
      var(--paper-card) 10px,
      var(--paper-soft) 10px,
      var(--paper-soft) 20px
    );
    border: 1.5px dashed var(--rule);
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 24px;
    text-align: center;
    aspect-ratio: 4 / 5;
    width: 100%;
  }

  .image-ph .ph-label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold-deep);
    margin-bottom: 12px;
  }

  .image-ph .ph-icon {
    width: 32px;
    height: 32px;
    border: 1.5px solid var(--ink-3);
    border-radius: 50%;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ink-3);
  }

  .image-ph .ph-desc {
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    color: var(--ink-2);
    font-style: italic;
    line-height: 1.45;
    max-width: 260px;
  }

  .image-ph .ph-spec {
    font-family: 'JetBrains Mono', monospace;
    font-size: 9.5px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ink-4);
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid var(--rule-soft);
  }

  /* IMAGE-LED QUESTION */
  .question-with-image {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 56px;
    align-items: start;
  }

  .question-with-image .image-ph { aspect-ratio: 1; }

  /* EMAIL */
  .email-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 520px;
    margin-bottom: 32px;
  }

  .email-form input {
    background: var(--paper);
    border: 1px solid var(--rule);
    border-radius: 2px;
    padding: 18px 20px;
    font-family: inherit;
    font-size: 16px;
    color: var(--ink);
    width: 100%;
    transition: border-color 180ms ease;
  }

  .email-form input:focus {
    outline: none;
    border-color: var(--gold-deep);
  }

  .email-form .privacy {
    font-size: 12.5px;
    color: var(--ink-3);
    line-height: 1.5;
  }

  /* ANALYZING */
  .analyzing {
    text-align: center;
    padding: 60px 20px;
  }

  .analyzing .spinner {
    width: 80px;
    height: 80px;
    margin: 0 auto 36px;
    border: 2px solid var(--rule-soft);
    border-top-color: var(--gold);
    border-radius: 50%;
    animation: spin 1.2s linear infinite;
  }

  @keyframes spin { to { transform: rotate(360deg); } }

  .analyzing h2 {
    font-family: 'Fraunces', serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
  }

  .analyzing h2 em { font-style: italic; color: var(--gold-deep); }

  .analyzing .step-text {
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ink-3);
    min-height: 18px;
    transition: opacity 280ms ease;
  }

  /* RESULT */
  .result-eyebrow {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10.5px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold-deep);
    margin-bottom: 18px;
  }

  .result h2 {
    font-family: 'Fraunces', serif;
    font-weight: 400;
    font-size: clamp(36px, 4.5vw, 56px);
    line-height: 1.02;
    letter-spacing: -0.025em;
    margin-bottom: 24px;
  }

  .result h2 .italic { font-style: italic; color: var(--gold-deep); }

  .result .lede {
    font-family: 'Fraunces', serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    color: var(--ink-2);
    max-width: 680px;
    margin-bottom: 36px;
  }

  .result-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 50px;
    margin: 40px 0;
    align-items: start;
  }

  .signal-card {
    background: var(--paper-soft);
    border: 1px solid var(--rule-soft);
    border-radius: 2px;
    padding: 28px 28px 24px;
    margin-bottom: 24px;
  }

  .signal-card h3 {
    font-family: 'Fraunces', serif;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
  }

  .signal-card p {
    font-size: 14.5px;
    color: var(--ink-2);
    line-height: 1.55;
    margin-bottom: 14px;
  }

  .signal-card .mech {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10.5px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold-deep);
    padding-top: 14px;
    border-top: 1px solid var(--rule-soft);
  }

  /* DARK BANNER (matches bottle's "SUPERIOR SKIN HYDRATION & ELASTICITY" band) */
  .dark-banner {
    background: var(--ink);
    color: var(--paper);
    padding: 14px 22px;
    margin: 18px 0 0;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
  }

  /* PRODUCT CARD â€” built around the actual bottle */
  .product-card {
    background: var(--paper);
    border: 1px solid var(--rule);
    border-radius: 2px;
    padding: 28px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.03);
  }

  .product-card .product-img {
    aspect-ratio: 1;
    background: var(--paper-soft);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    margin-bottom: 0;
    overflow: hidden;
  }

  .product-card .product-img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
  }

  .product-card .product-name {
    font-family: 'Fraunces', serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.15;
    margin: 18px 0 4px;
    letter-spacing: -0.01em;
    color: var(--ink);
  }

  .product-card .product-name .gold-text { color: var(--gold-deep); }

  .product-card .product-tag {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--gold-deep);
    margin-bottom: 14px;
    font-weight: 600;
  }

  .price-tier {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 6px;
    margin: 18px 0;
  }

  .tier-pill {
    text-align: center;
    padding: 14px 8px;
    background: var(--paper-soft);
    border: 1.5px solid var(--rule-soft);
    border-radius: 2px;
    cursor: pointer;
    transition: all 180ms ease;
    position: relative;
  }

  .tier-pill:hover { border-color: var(--gold-light); }

  .tier-pill.selected {
    background: var(--ink);
    border-color: var(--ink);
    color: var(--paper);
  }

  .tier-pill .tier-qty {
    font-family: 'JetBrains Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 4px;
    opacity: 0.7;
  }

  .tier-pill .tier-price {
    font-family: 'Fraunces', serif;
    font-size: 18px;
    font-weight: 500;
  }

  .tier-pill .tier-save {
    font-size: 10px;
    margin-top: 2px;
    color: var(--gold-deep);
    font-weight: 600;
  }

  .tier-pill.selected .tier-save { color: var(--gold-light); }

  .tier-pill .best-tag {
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gold-deep);
    color: var(--paper);
    font-family: 'JetBrains Mono', monospace;
    font-size: 8px;
    letter-spacing: 0.18em;
    padding: 3px 9px;
    border-radius: 2px;
    font-weight: 600;
  }

  /* TRUST */
  .trust-row {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    padding: 16px 0;
    border-top: 1px solid var(--rule-soft);
    border-bottom: 1px solid var(--rule-soft);
    margin: 14px 0 18px;
    justify-content: space-between;
  }

  .trust-row .trust-item {
    font-family: 'JetBrains Mono', monospace;
    font-size: 9.5px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ink-2);
    font-weight: 500;
  }

  /* DOCTOR ENDORSE */
  .doctor-block {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 18px;
    align-items: center;
    background: var(--paper-soft);
    padding: 20px;
    border-radius: 2px;
    margin: 24px 0;
    border: 1px solid var(--rule-soft);
    border-left: 3px solid var(--gold-deep);
  }

  .doctor-block .doc-img {
    width: 100px;
    height: 100px;
    background: repeating-linear-gradient(
      45deg,
      var(--paper-card),
      var(--paper-card) 6px,
      var(--paper-soft) 6px,
      var(--paper-soft) 12px
    );
    border: 1.5px dashed var(--rule);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'JetBrains Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ink-3);
    text-align: center;
    line-height: 1.3;
    padding: 8px;
  }

  .doctor-block .doc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
  }

  .doctor-block .doc-quote {
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-weight: 300;
    font-size: 14.5px;
    line-height: 1.5;
    color: var(--ink);
    margin-bottom: 6px;
  }

  .doctor-block .doc-name {
    font-family: 'JetBrains Mono', monospace;
    font-size: 9.5px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold-deep);
    font-weight: 600;
  }

  /* STACK ADDON */
  .addon {
    background: var(--paper-soft);
    border: 1px dashed var(--rule);
    padding: 18px;
    border-radius: 2px;
    margin: 14px 0;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: all 180ms ease;
  }

  .addon.on {
    background: var(--gold-tint);
    border-color: var(--gold);
    border-style: solid;
  }

  .addon .addon-img {
    width: 56px;
    height: 56px;
    background: var(--paper);
    border: 1px dashed var(--rule);
    border-radius: 2px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'JetBrains Mono', monospace;
    font-size: 8px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ink-4);
    text-align: center;
    padding: 4px;
    line-height: 1.3;
  }

  .addon .addon-img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
  }

  .addon .addon-text { flex: 1; min-width: 0; }

  .addon .addon-title {
    font-family: 'Fraunces', serif;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 3px;
    letter-spacing: -0.005em;
  }

  .addon .addon-detail {
    font-size: 12.5px;
    color: var(--ink-2);
    line-height: 1.4;
  }

  .addon .addon-toggle {
    flex-shrink: 0;
    width: 44px;
    height: 24px;
    background: var(--rule);
    border-radius: 14px;
    position: relative;
    cursor: pointer;
    transition: background 180ms ease;
  }

  .addon .addon-toggle::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: var(--paper);
    border-radius: 50%;
    transition: transform 200ms ease;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  }

  .addon.on .addon-toggle { background: var(--gold-deep); }
  .addon.on .addon-toggle::after { transform: translateX(20px); }

  .bundle-badge {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10.5px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--moss);
    background: #F1F4EA;
    border: 1px solid #D9E2C5;
    border-radius: 2px;
    text-align: center;
    padding: 9px 12px;
    margin: -4px 0 14px;
  }
  .bundle-badge strong { color: var(--moss); font-weight: 700; }

  /* HERO IMAGE */
  .hero-img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: 50% 30%;
    display: block;
    border-radius: 2px;
  }

  /* QUESTION-SCREEN IMAGE (square illustration / face map) */
  .q-img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
    border-radius: 2px;
  }
  
  /* Desktop — center image vertically next to question */
.question-with-image {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 56px;
  align-items: center; /* was: start */
}
  @media (max-width: 760px) {
    .question-with-image .q-img { aspect-ratio: 4 / 3; }
  }
  
  /* Widen the result screen specifically */
#s13 { max-width: 1200px; }

/* Rebalance — give right column more room, less gap */
.result-grid {
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.result-grid > div:first-child {
  display: flex;
  flex-direction: column;
}
.result-grid > div:first-child .doctor-block {
  margin-top: auto; /* pushes doctor block to bottom, fills the gap */
}

  /* Mobile */
  @media (max-width: 800px) {
    .topbar { padding: 14px 20px; }
    .brand-mark img { height: 28px; }
    .brand-mark .sub { font-size: 8.5px; padding-left: 12px; }
    .stage { padding: 30px 20px 60px; }
    
  /* Show hero image on mobile, stack it ABOVE the text */
  .intro {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .intro .right-col {
    display: block;
    order: -1; /* image first on mobile */
  }
  .hero-img {
    aspect-ratio: 16 / 10;
    object-position: 50% 35%;
    max-height: 280px;
  }

  .options.cols-2, .options.cols-3 { grid-template-columns: 1fr; }
  .question-with-image { grid-template-columns: 1fr; }
  .question-with-image .image-ph { aspect-ratio: 4/3; }
  .result-grid { grid-template-columns: 1fr; gap: 32px; }
  .price-tier { grid-template-columns: 1fr; gap: 8px; }
  .nav-row { flex-direction: column-reverse; gap: 16px; align-items: stretch; }
  .btn-next { width: 100%; justify-content: center; }
  .doctor-block { grid-template-columns: 1fr; text-align: center; }
  .doctor-block .doc-img { margin: 0 auto; }
  .trust-row { gap: 12px; justify-content: center; }
/* Center text on mobile */
  .intro { text-align: center; }
  .intro p { margin-left: auto; margin-right: auto; }
  .intro .badges { justify-content: center; }

  .question h2,
  .question .helper,
  .question .eyebrow { text-align: center; }
  .question .helper { margin-left: auto; margin-right: auto; }

  .result h2,
  .result .lede,
  .result-eyebrow { text-align: center; }
  .result .lede { margin-left: auto; margin-right: auto; }
    .options.cols-2, .options.cols-3 { grid-template-columns: 1fr; }
    .question-with-image { grid-template-columns: 1fr; }
    .question-with-image .image-ph { aspect-ratio: 4/3; }
    .result-grid { grid-template-columns: 1fr; gap: 32px; }
    .price-tier { grid-template-columns: 1fr; gap: 8px; }
    .nav-row { flex-direction: column-reverse; gap: 16px; align-items: stretch; }
    .btn-next { width: 100%; justify-content: center; }
    .doctor-block { grid-template-columns: 1fr; text-align: center; }
    .doctor-block .doc-img { margin: 0 auto; }
    .trust-row { gap: 12px; justify-content: center; }
    
    /* Mobile — stack with image on top */
  .question-with-image {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
  .question-with-image .q-img {
    order: -1; /* image first */
    aspect-ratio: 4 / 3;
    max-height: 280px;
    object-fit: cover;
  }
  .question-with-image .image-ph { aspect-ratio: 4/3; }
  
  /* Prevent option text from overflowing on mobile */
  .option {
    padding: 16px 18px;
    font-size: 15px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    min-width: 0;
  }
  .option > span {
    min-width: 0;
    flex: 1;
  }
  .option .opt-label {
    white-space: normal;
    word-break: break-word;
  }
  
  .option > span:not(.marker) {
    flex: 1;
    min-width: 0;
    overflow-wrap: break-word;
  }
  .option .opt-label,
  .option .opt-detail {
    display: block;
    max-width: 100%;
    white-space: normal;
  }
  
   .result-grid {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .result-grid > div {
    width: 100%;
    margin: 0;
  }
  .signal-card,
  .product-card,
  .doctor-block,
  .addon {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  }

.option .marker {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
  }
  
  /* Fix white headers */
.signal-card h3 { color: var(--ink); }

/* Extra-narrow screens (small phones) */
@media (max-width: 400px) {
  .stage { padding: 24px 14px 50px; }

  .signal-card,
  .product-card {
    padding: 20px 16px;
  }

  .signal-card h3 {
    font-size: 19px;
  }

  .signal-card p,
  .product-card p {
    font-size: 14px;
  }

  .signal-card .mech {
    font-size: 9.5px;
    letter-spacing: 0.14em;
  }

  .doctor-block {
    padding: 16px;
    gap: 14px;
  }

  .doctor-block .doc-img {
    width: 80px;
    height: 80px;
  }

  .doctor-block .doc-quote {
    font-size: 13.5px;
  }

  .option {
    padding: 14px 14px;
    font-size: 14.5px;
    gap: 12px;
  }

  .option .opt-label { font-size: 14.5px; }
  .option .opt-detail { font-size: 12px; }

  .question h2 {
    font-size: 28px;
  }

  .result h2 {
    font-size: 30px;
  }

  .result .lede {
    font-size: 17px;
  }

  .tier-pill .tier-price { font-size: 16px; }
  .product-card .product-name { font-size: 21px; }

  .trust-row {
    gap: 8px;
  }
  .trust-row .trust-item {
    font-size: 8.5px;
    letter-spacing: 0.12em;
  }
}

.cadence-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin: 18px 0 12px;
}
.cadence-btn {
  background: var(--paper-soft);
  border: 1.5px solid var(--rule-soft);
  border-radius: 2px;
  padding: 12px 10px;
  cursor: pointer;
  transition: all 180ms ease;
  font-family: inherit;
  text-align: center;
}
.cadence-btn:hover { border-color: var(--gold-light); }
.cadence-btn.selected {
  background: var(--gold-tint);
  border-color: var(--gold-deep);
}
.cadence-btn .cadence-label {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 3px;
}
.cadence-btn .cadence-sub {
  display: block;
  font-size: 10.5px;
  color: var(--ink-3);
}

.option:active,
.option:active .opt-label,
.option:active .opt-detail,
.option:focus,
.option:focus .opt-label,
.option:focus .opt-detail {
  color: var(--ink) !important;
}

.tier-pill:active,
.tier-pill:focus {
  color: var(--ink) !important;
}

.consent-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 14px 0 10px;
  cursor: pointer;
  user-select: none;
}
.consent-row input[type="checkbox"] {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--gold, #8B6F4E);
  cursor: pointer;
}
.consent-text {
  font-size: 13px;
  line-height: 1.5;
  color: var(--ink-2, #555);
}

/* Locked/blurred results state */
#s13 .result.locked .result-grid {
  filter: blur(8px);
  pointer-events: none;
  user-select: none;
  max-height: 600px;
  overflow: hidden;
}

.unlock-overlay {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 320px;
  z-index: 20;
  width: 90%;
  max-width: 440px;
  justify-content: center;
}
.unlock-card {
  background: #fff;
  border: 1px solid var(--rule, #d9d0be);
  border-radius: 14px;
  padding: 32px 28px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0,0,0,0.18);
}
.unlock-card .lock-icon { font-size: 34px; margin-bottom: 10px; }
.unlock-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
  color: var(--ink, #1A1A1A) !important;
}
.unlock-card p { font-size: 14px; color: var(--ink-2,#555); line-height: 1.5; margin-bottom: 20px; }
#s13 .result { position: relative; }
#unlockBtn:disabled { opacity: 0.6; cursor: wait; }

.result-flow { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 28px; }
.personal-section { }
.section-title { font-size: 22px; margin-bottom: 16px; color: var(--ink,#1A1A1A); }
.personal-block { margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--rule,#E8E0D0); }
.personal-block:last-child { border-bottom: none; }
.pb-label { font-family:'JetBrains Mono',monospace; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold,#8B6F4E); margin-bottom: 6px; }
.pb-text { font-size: 15px; line-height: 1.6; color: var(--ink-2,#444); margin: 0; }
.result-image img { width: 100%; border-radius: 14px; display: block; }

#s13 .result.locked .result-flow { filter: blur(8px); pointer-events: none; user-select: none; max-height: 600px; overflow: hidden; }

/* Center the headline + lede */
#s13 .result-eyebrow,
#s13 #resultHeadline,
#s13 #resultLede {
  text-align: center;
}
#s13 #resultLede {
  margin-left: auto;
  margin-right: auto;
  max-width: 620px;
}

#s13 .btn-cta { white-space: nowrap; font-size: clamp(13px, 3.5vw, 16px); }
/* Mobile: addon title on its own line, detail wraps below */
@media (max-width: 600px) {
  #s13 .addon-title { display: block; margin-bottom: 4px; }
  #s13 .addon-detail { display: block; }
}

/* Smaller + centered guarantee block */
#s13 .guarantee-block { text-align: center; }
#s13 .guarantee-block strong { font-size: 15px; }
#s13 .guarantee-block p { font-size: 13px; }

#s13 .addon-prefix { display: block; }

/* ===== Mark's buy-box font bumps (v13) ===== */

/* Product name — centered + significantly larger (Mark's headline) */
#s13 .product-card .product-name {
  text-align: center;
  font-size: 34px;
  line-height: 1.1;
}

/* #1 — "What we recommend" banner */
#s13 .product-card .dark-banner {
  font-size: 13px;
  letter-spacing: 0.22em;
}

/* #3 — "Recommended · 3-bottle supply" tag (centered to match headline) */
#s13 .product-card .product-tag {
  font-size: 12px;
  text-align: center;
}

/* #2 — product description paragraph */
#s13 .product-card .product-desc {
  font-size: 15px;
  text-align: center;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

/* #4 — "Recommended" pill on the tier */
#s13 .tier-pill .best-tag {
  font-size: 9.5px;
}

/* #5 — tier price ($24.95/bottle) */
#s13 .tier-pill .tier-price {
  font-size: 22px;
}

/* #6 — tier "total" line ($74.85 / $137.70 total) */
#s13 .tier-pill .tier-save {
  font-size: 12px;
}

/* #7 — trust row (365-Day / Third-Party / MSC) */
#s13 .trust-row .trust-item {
  font-size: 11px;
}

/* "ADD TO CART →" — bump it up */
#s13 .product-card .btn-cta {
  font-size: 15px;
  padding: 20px 40px;
}

/* #8 + #10 — addon "Consider adding:" labels */
#s13 .addon .addon-title {
  font-size: 17px;
}
#s13 .addon-prefix {
  display: block;
  font-size: 13px;
}

/* #9 + #11 — addon detail copy (Collagens + Restore) */
#s13 .addon .addon-detail {
  font-size: 14px;
}

@media (max-width: 600px) {
  #s13 .product-card .product-name { font-size: 26px; }
}

/* #2 — product description: center the BLOCK, not just the text */
#s13 .product-card .product-desc {
  font-size: 15px;
  text-align: center;
  max-width: 560px;
  margin-left: auto !important;
  margin-right: auto !important;
}/* End custom CSS */