/** Shopify CDN: Minification failed

Line 897:54 Unexpected "@media"

**/
/* dbo-product.css — generated by build.py from hero-v4.html */
/* All selectors scoped to .dbo-page to prevent CSS bleed into the rest of the theme. */
/* DO NOT EDIT BY HAND — re-run build.py after editing hero-v4.html. */

.dbo-page {
    /* Brand palette: Path C, locked 2026-05-02 per brand-dna.md */
    --paper:        #F4EFE6;  /* cream */
    --paper-2:      #EBE3D4;  /* cream warm (cards, alt sections) */
    --paper-3:      #DEE7E0;  /* sage tint (trust badges, customer-proof) */
    --ink:          #1A2A3D;  /* deep slate-navy */
    --ink-soft:     #3D4A5C;
    --ink-mute:     #6B7385;
    --rule:         #D9D2C5;  /* linen rule */
    --rule-soft:    #E5E2D8;
    --pumpkin:      #C9714B;  /* terracotta (var name kept for diff minimization) */
    --pumpkin-deep: #A85B38;  /* terracotta deep */
    --sage:         #7A8E6F;  /* warm sage (vet-formulated, validated marks) */

    --display: 'Mulish', -apple-system, BlinkMacSystemFont, sans-serif;
    --sans:    'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  }
  .dbo-page, .dbo-page * { box-sizing: border-box; margin: 0; padding: 0; }
  .dbo-page:focus-visible, .dbo-page *:focus-visible { outline: 2px solid var(--pumpkin); outline-offset: 3px; border-radius: 4px; }
  .dbo-page { scroll-behavior: smooth; }
  .dbo-page {
    font-family: var(--sans);
    font-size: 18px;
    line-height: 1.55;
    color: var(--ink);
    background: var(--paper);
    -webkit-font-smoothing: antialiased;
    overflow-x: clip; /* clip not hidden — doesn't create a scroll container, keeps position:sticky working */
  }
  .dbo-page a { color: inherit; text-decoration: none; }
  .dbo-page button { font-family: inherit; }
  .dbo-page img { max-width: 100%; display: block; }

  .dbo-page /* Inline icon system */ .icon {
    display: inline-block;
    width: 18px; height: 18px;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    flex-shrink: 0;
  }
  .dbo-page .icon-sm { width: 14px; height: 14px; stroke-width: 1.8; }
  .dbo-page .icon-lg { width: 22px; height: 22px; }

  .dbo-page /* ============= TOP BAR (logo left, urgency right, single line) ============= */ .top-bar {
    background: var(--ink);
    color: var(--paper);
    padding: 11px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
  .dbo-page .top-logo {
    font-family: var(--display);
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.02em;
    color: var(--paper);
    text-decoration: none;
    flex-shrink: 0;
    line-height: 1;
  }
  .dbo-page .top-offer {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-align: right;
    color: var(--paper);
  }
  .dbo-page .top-offer strong {
    color: var(--pumpkin);
    font-weight: 800;
    letter-spacing: 0.14em;
  }
  .dbo-page .top-offer .sep {
    opacity: 0.34;
    font-weight: 400;
  }
  @media (max-width: 640px) {
    .dbo-page .top-bar { padding: 10px 16px; }
    .dbo-page .top-logo { font-size: 18px; }
    .dbo-page .top-offer { font-size: 10px; gap: 6px; letter-spacing: 0.1em; }
    .dbo-page .top-offer .sep { display: none; }
    .dbo-page .top-offer .top-offer-trail { display: none; }
  }

  .dbo-page /* ============= HERO ============= */ .hero {
    padding: 24px 20px 40px;
    max-width: 1280px;
    margin: 0 auto;
  }
  .dbo-page .hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .dbo-page /* ============= GALLERY (scrollable carousel) ============= */ .gallery { position: relative; padding-top: 14px; }
  .dbo-page .gallery-main {
    position: relative;
    aspect-ratio: 1 / 1;
    background: var(--paper-2);
    border-radius: 8px;
    overflow: visible;
    box-shadow:
      0 1px 2px rgba(20, 26, 68, 0.05),
      0 16px 36px rgba(20, 26, 68, 0.10);
  }
  .dbo-page .gallery-track {
    position: relative;
    width: 100%; height: 100%;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    border-radius: 8px;
  }
  .dbo-page .gallery-track::-webkit-scrollbar { display: none; }
  .dbo-page .gallery-slide {
    flex: 0 0 100%;
    width: 100%; height: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .dbo-page .gallery-slide img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
  }
  .dbo-page .gallery-badge {
    position: absolute;
    top: -8px;
    right: 16px;
    background: var(--pumpkin);
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 7px 12px;
    border-radius: 3px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 2px 8px rgba(168, 91, 56, 0.28);
  }
  @media (max-width: 768px) {
    .dbo-page .gallery-badge {
      top: -18px;
    }
  }
  .dbo-page .gallery-arrow {
    position: absolute;
    top: 50%; transform: translateY(-50%);
    width: 40px; height: 40px;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    z-index: 3;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(20, 26, 68, 0.12);
    color: var(--ink);
  }
  .dbo-page .gallery-arrow.prev { left: 12px; }
  .dbo-page .gallery-arrow.next { right: 12px; }
  @media (min-width: 700px) {
    .dbo-page .gallery-arrow { display: flex; }
  }
  .dbo-page .gallery-arrow .icon { width: 18px; height: 18px; stroke-width: 2.4; }

  .dbo-page .thumbs {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 6px;
  }
  .dbo-page .thumb {
    aspect-ratio: 1 / 1;
    background: var(--paper-2);
    border-radius: 4px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: border-color 0.15s ease, transform 0.15s ease;
    overflow: hidden;
    padding: 0;
  }
  .dbo-page .thumb:hover { transform: translateY(-1px); }
  .dbo-page .thumb.active { border-color: var(--ink); }
  .dbo-page .thumb img { width: 100%; height: 100%; object-fit: cover; }

  .dbo-page /* Trust strip under gallery */ .gallery-trust {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 18px;
    border-top: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
    padding: 14px 0;
  }
  .dbo-page .gallery-trust .ti {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--ink);
    letter-spacing: 0.02em;
  }
  .dbo-page .gallery-trust .ti .icon {
    color: var(--pumpkin);
    width: 20px; height: 20px;
  }
  @media (min-width: 520px) {
    .dbo-page .gallery-trust { grid-template-columns: repeat(4, 1fr); }
    .dbo-page .gallery-trust .ti { font-size: 11px; flex-direction: column; gap: 6px; text-align: center; }
    .dbo-page .gallery-trust .ti .icon { width: 22px; height: 22px; }
  }

  .dbo-page /* ============= OFFER COLUMN ============= */ .offer { display: flex; flex-direction: column; gap: 16px; }

  .dbo-page .stars-leadin {
    font-family: var(--display);
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0.04em;
    color: var(--terra-deep);
    text-transform: uppercase;
    align-self: flex-start;
  }
  .dbo-page .stars-row {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    background: var(--paper-2);
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid var(--rule);
    align-self: flex-start;
  }
  .dbo-page .stars {
    display: inline-flex;
    gap: 2px;
    color: var(--pumpkin);
  }
  .dbo-page .stars .icon {
    width: 18px; height: 18px;
    fill: var(--pumpkin);
    stroke: var(--pumpkin);
    stroke-width: 1;
  }
  .dbo-page .stars-text {
    font-family: var(--display);
    font-weight: 800;
    color: var(--ink);
    font-size: 17px;
  }
  .dbo-page .stars-text a {
    color: var(--ink-soft);
    text-decoration: underline;
    text-decoration-color: var(--ink-mute);
    text-underline-offset: 3px;
    font-weight: 600;
    font-family: var(--sans);
    font-size: 15px;
    margin-left: 6px;
  }

  .dbo-page .eyebrow {
    display: inline-block;
    background: var(--paper-3);
    color: var(--ink);
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 5px 11px;
    border-radius: 4px;
    align-self: flex-start;
  }
  @media (max-width: 640px) {
    .dbo-page .eyebrow { display: none; }
  }

  .dbo-page .product-name {
    font-family: var(--display);
    font-weight: 800;
    font-size: clamp(30px, 4.6vw, 44px);
    color: var(--ink);
    letter-spacing: -0.018em;
    line-height: 1.18;
  }

  .dbo-page .promise {
    font-size: clamp(16px, 1.8vw, 18px);
    line-height: 1.5;
    color: var(--ink-soft);
    font-weight: 500;
  }
  .dbo-page .promise b {
    color: var(--ink);
    font-weight: 700;
  }

  .dbo-page .benefits {
    list-style: none;
    display: grid;
    gap: 18px;
    border-top: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
    padding: 18px 0;
  }
  .dbo-page .benefits li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 17px;
    font-weight: 500;
    color: var(--ink);
    line-height: 1.4;
  }
  .dbo-page .benefit-icon {
    flex-shrink: 0;
    width: 38px; height: 38px;
    border-radius: 50%;
    background: var(--paper-3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ink);
  }
  .dbo-page .benefit-icon .icon {
    width: 22px; height: 22px;
    stroke-width: 1.8;
    color: var(--terra-deep, var(--pumpkin-deep));
  }

  .dbo-page /* ============= REAL CUSTOMER PROOF (replaces stat circles) ============= */ .customer-proof {
    background: var(--paper-3);
    border-radius: 8px;
    padding: 16px 18px;
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 14px;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
  .dbo-page .customer-proof::before {
    content: '';
    position: absolute;
    top: 12px;
    right: 14px;
    font-family: var(--display);
    font-style: italic;
    font-size: 56px;
    line-height: 0.7;
    color: var(--ink);
    opacity: 0.10;
    content: '\201C';
  }
  .dbo-page .customer-proof .avatar {
    width: 56px; height: 56px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--paper);
    border: 2px solid var(--paper);
    box-shadow: 0 2px 6px rgba(20, 26, 68, 0.12);
  }
  .dbo-page .customer-proof .avatar img { width: 100%; height: 100%; object-fit: cover; }
  .dbo-page .customer-proof .body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: relative;
    z-index: 1;
  }
  .dbo-page .customer-proof .quote {
    font-family: var(--display);
    font-style: italic;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.4;
    color: var(--ink);
  }
  .dbo-page .customer-proof .who {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ink-soft);
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .dbo-page .customer-proof .who .stars { font-size: 11px; }
  .dbo-page .customer-proof .who .stars .icon { width: 11px; height: 11px; }

  .dbo-page /* ============= STEP HELPER (small note under step label) ============= */ .step-helper {
    font-size: 14px;
    font-weight: 500;
    color: var(--ink-mute);
    margin: -2px 0 10px 0;
    line-height: 1.4;
  }
  .dbo-page .step-helper b { color: var(--ink); font-weight: 600; }

  .dbo-page /* ============= STEP / SELECTOR LABELS ============= */ .step-label {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ink-mute);
    margin-bottom: 8px;
    gap: 12px;
  }
  .dbo-page .step-label .picked {
    color: var(--ink);
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.01em;
    font-size: 15px;
  }

  .dbo-page /* ============= SIZE SELECTOR ============= */ .size-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }
  .dbo-page .size-btn {
    background: var(--paper);
    border: 1.5px solid var(--rule);
    color: var(--ink);
    padding: 12px 8px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.15s ease;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.01em;
  }
  .dbo-page .size-btn:hover { border-color: var(--ink); }
  .dbo-page .size-btn.active {
    background: var(--ink);
    color: var(--paper);
    border-color: var(--ink);
  }
  .dbo-page .size-btn .lbs {
    display: block;
    font-size: 10px;
    font-weight: 500;
    opacity: 0.7;
    margin-top: 3px;
  }

  .dbo-page /* ============= BUNDLE TIERS ============= */ .bundles {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .dbo-page .bundle {
    position: relative;
    background: var(--paper);
    border: 1.5px solid var(--rule);
    border-radius: 6px;
    padding: 14px 14px 14px 42px;
    cursor: pointer;
    transition: all 0.15s ease;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) auto;
    gap: 4px 12px;
    align-items: center;
  }
  .dbo-page .bundle:hover { border-color: var(--ink-soft); }
  .dbo-page .bundle.selected {
    border-color: var(--ink);
    background: #FAF8F0;
    box-shadow: 0 0 0 1px var(--ink);
  }
  .dbo-page .bundle .radio {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    width: 20px; height: 20px;
    border-radius: 50%;
    border: 2px solid var(--rule);
    transition: all 0.15s ease;
  }
  .dbo-page .bundle.selected .radio {
    border-color: var(--ink);
    background: var(--ink);
  }
  .dbo-page .bundle.selected .radio::after {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--paper);
  }
  .dbo-page .b-popular {
    position: absolute;
    top: -10px;
    left: 14px;
    background: var(--pumpkin);
    color: var(--ink);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 2px;
    white-space: nowrap;
  }
  .dbo-page .b-name {
    font-family: var(--display);
    font-weight: 700;
    font-size: 19px;
    color: var(--ink);
    line-height: 1.1;
    letter-spacing: -0.015em;
  }
  .dbo-page .b-supply {
    font-size: 16px;
    font-weight: 600;
    color: var(--ink-mute);
    margin-top: 2px;
    letter-spacing: 0.02em;
  }
  .dbo-page .b-shipping {
    font-size: 16px;
    font-weight: 700;
    color: var(--pumpkin-deep);
    letter-spacing: 0.02em;
    margin-top: 2px;
  }
  .dbo-page .b-perday {
    font-size: 11px;
    font-weight: 600;
    color: var(--ink-soft);
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .dbo-page .b-perday .icon { width: 12px; height: 12px; color: var(--pumpkin); }
  .dbo-page .b-right { text-align: right; }
  .dbo-page .b-price {
    font-family: var(--display);
    font-weight: 800;
    font-size: clamp(20px, 2.4vw, 26px);
    color: var(--ink);
    line-height: 1;
    letter-spacing: -0.025em;
  }
  .dbo-page .b-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
    text-align: right;
    white-space: nowrap;
  }
  .dbo-page .b-original {
    display: block;
    margin-right: 0;
    line-height: 1;
    order: 1;
  }
  .dbo-page .b-price {
    display: block;
    line-height: 1;
    order: 2;
  }
  .dbo-page .b-save {
    order: 3;
    margin-top: 2px;
  }
  @media (max-width: 480px) {
    .dbo-page .sub-panel { padding: 14px; }
    .dbo-page .bundle { padding: 13px 12px 13px 36px; gap: 3px 10px; }
    .dbo-page .bundle .radio { left: 10px; width: 18px; height: 18px; }
    .dbo-page .b-name { font-size: 17px; }
    .dbo-page .b-supply { font-size: 13.5px; }
    .dbo-page .b-shipping { font-size: 13.5px; }
    .dbo-page .b-perday { font-size: 11px; }
    .dbo-page .b-price { font-size: 19px; }
    .dbo-page .b-original { font-size: 11px; }
    .dbo-page .b-save { font-size: 8.5px; padding: 2px 5px; letter-spacing: 0.1em; }
  }
  .dbo-page .b-original {
    font-size: 15px;
    color: var(--ink-mute);
    text-decoration: line-through;
    margin-right: 8px;
    font-weight: 500;
  }
  .dbo-page .b-save {
    display: inline-block;
    background: var(--paper-3);
    color: var(--ink);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 3px 7px;
    border-radius: 2px;
    margin-top: 6px;
  }

  .dbo-page /* ============= V2 SUB PANEL (one-time row + subscribe panel containing weight + bundles) ============= */ .otp-row {
    background: #fff;
    border: 1.5px solid var(--rule);
    border-radius: 8px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
    transition: all 0.15s ease;
  }
  .dbo-page .otp-row:hover { border-color: var(--ink-soft); }
  .dbo-page .otp-row.selected {
    border-color: var(--ink);
    background: var(--paper);
    box-shadow: 0 0 0 1px var(--ink);
  }
  .dbo-page .otp-dot {
    width: 18px; height: 18px; border-radius: 50%;
    border: 2px solid var(--rule); flex-shrink: 0; position: relative;
    transition: all 0.15s ease;
  }
  .dbo-page .otp-row.selected .otp-dot { border-color: var(--ink); background: var(--ink); }
  .dbo-page .otp-row.selected .otp-dot::after {
    content: ''; position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 6px; height: 6px; border-radius: 50%; background: var(--paper);
  }
  .dbo-page .otp-lbl { font-family: var(--display); font-weight: 700; font-size: 17px; color: var(--ink); }
  .dbo-page .otp-price { margin-left: auto; font-family: var(--display); font-weight: 800; font-size: 18px; color: var(--ink); letter-spacing: -0.01em; }

  .dbo-page .sub-panel {
    background: var(--paper-2);
    border: 2px solid var(--rule);
    border-radius: 10px;
    padding: 18px;
    transition: all 0.15s ease;
  }
  .dbo-page .sub-panel.selected {
    border-color: var(--sage);
    box-shadow: 0 0 0 2px rgba(122, 142, 111, 0.18);
  }
  .dbo-page .sub-panel-head {
    display: flex; align-items: center; gap: 14px;
    margin-bottom: 16px;
    cursor: pointer;
  }
  .dbo-page .sub-dot {
    width: 18px; height: 18px; border-radius: 50%;
    border: 2px solid var(--rule); flex-shrink: 0; position: relative;
    transition: all 0.15s ease;
  }
  .dbo-page .sub-panel.selected .sub-dot { border-color: var(--sage); background: var(--sage); }
  .dbo-page .sub-panel.selected .sub-dot::after {
    content: ''; position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 6px; height: 6px; border-radius: 50%; background: var(--paper);
  }
  .dbo-page .sub-lbl-stack { display: flex; flex-direction: column; gap: 6px; flex: 1; }
  .dbo-page .sub-lbl {
    font-family: var(--display); font-weight: 800;
    font-size: 17px; line-height: 1.25; color: var(--ink);
    letter-spacing: -0.01em;
  }
  .dbo-page .sub-reassure {
    font-size: 14px; color: var(--ink-soft); font-weight: 500;
    line-height: 1.3;
  }
  .dbo-page .sub-ship {
    display: inline-flex; align-items: center; gap: 6px;
    background: var(--ink); color: #fff;
    font-size: 10px; font-weight: 700; letter-spacing: 0.1em;
    padding: 4px 9px; border-radius: 3px;
    align-self: flex-start;
    text-transform: uppercase;
  }
  .dbo-page .sub-ship .icon { color: #fff; width: 12px; height: 12px; }
  .dbo-page .sub-section { margin-top: 16px; }
  .dbo-page .sub-section:first-of-type { margin-top: 0; }
  .dbo-page .step-label-v2 {
    font-size: 11px; font-weight: 700; letter-spacing: 0.16em;
    text-transform: uppercase; color: var(--ink-mute);
    margin-bottom: 8px;
  }

  .dbo-page /* ============= SUBSCRIPTION TOGGLE (legacy, retained for backwards compat) ============= */ .sub-toggle {
    background: var(--paper-2);
    border-radius: 6px;
    padding: 14px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    border: 1.5px solid transparent;
    transition: border-color 0.15s ease;
  }
  .dbo-page .sub-toggle:hover { border-color: var(--ink-soft); }
  .dbo-page .sub-text {
    font-size: 15px;
    line-height: 1.4;
    color: var(--ink);
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .dbo-page .sub-text .icon { color: var(--ink); width: 20px; height: 20px; }
  .dbo-page .sub-text .copy strong { font-weight: 700; display: block; }
  .dbo-page .sub-text .copy small {
    color: var(--ink-soft);
    font-size: 11px;
    font-weight: 500;
  }
  .dbo-page .switch {
    width: 42px; height: 24px;
    background: rgba(20, 26, 68, 0.18);
    border-radius: 12px;
    position: relative;
    transition: background 0.2s ease;
    flex-shrink: 0;
    border: none;
    padding: 0;
    cursor: pointer;
  }
  .dbo-page .switch.on { background: var(--ink); }
  .dbo-page .switch::after {
    content: '';
    position: absolute;
    top: 3px; left: 3px;
    width: 18px; height: 18px;
    background: var(--paper);
    border-radius: 50%;
    transition: transform 0.2s ease;
    box-shadow: 0 1px 2px rgba(0,0,0,0.18);
  }
  .dbo-page .switch.on::after { transform: translateX(18px); }

  .dbo-page /* ============= DELIVERY ============= */ .delivery {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: var(--ink-soft);
    font-weight: 500;
    padding: 4px 0;
    flex-wrap: wrap;
  }
  .dbo-page .delivery .icon { color: var(--ink); width: 18px; height: 18px; }
  .dbo-page .delivery strong { color: var(--ink); font-weight: 700; }
  .dbo-page .delivery-date {
    background: var(--ink);
    color: var(--paper);
    padding: 4px 10px;
    border-radius: 4px;
    font-family: var(--display);
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0.01em;
    display: inline-block;
    margin: 0 2px;
  }

  .dbo-page /* ============= CTA ============= */ .cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: var(--pumpkin);
    color: #FFFFFF;
    font-weight: 800;
    font-size: 17px;
    padding: 20px 24px;
    border-radius: 6px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    width: 100%;
    transition: all 0.18s ease;
    box-shadow:
      0 2px 0 var(--pumpkin-deep),
      0 12px 24px rgba(201, 113, 75, 0.28);
    position: relative;
    overflow: hidden;
  }
  .dbo-page .cta::after {
    content: '';
    position: absolute;
    top: 0; left: -120%;
    width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.30), transparent);
    transition: left 0.6s ease;
  }
  .dbo-page .cta:hover {
    background: var(--pumpkin-deep);
    color: #FFFFFF;
    transform: translateY(-1px);
    box-shadow:
      0 2px 0 #8E471F,
      0 16px 32px rgba(201, 113, 75, 0.36);
  }
  .dbo-page .cta:hover::after { left: 120%; }
  .dbo-page .cta .icon { width: 18px; height: 18px; stroke-width: 2.4; }
  .dbo-page .cta-total {
    font-family: var(--display);
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.02em;
    text-transform: none;
    margin-left: auto;
    padding-left: 14px;
    border-left: 1px solid rgba(20, 26, 68, 0.22);
  }

  .dbo-page /* ============= BELOW CTA ROW ============= */ .post-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    color: var(--ink-soft);
    margin-top: 10px;
    letter-spacing: 0.04em;
  }
  .dbo-page .post-cta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
  }
  .dbo-page .post-cta .icon { color: var(--ink); width: 12px; height: 12px; stroke-width: 2.5; }

  .dbo-page .payment {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    flex-wrap: wrap;
  }
  .dbo-page .pay-mark {
    height: 26px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid rgba(20, 26, 68, 0.10);
    padding: 0;
    overflow: hidden;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .dbo-page .pay-mark svg { display: block; height: 100%; width: auto; }

  .dbo-page /* ============= DESKTOP ============= */ @media (min-width: 900px) {
    .dbo-page .hero { padding: 36px 32px 60px; }
    .dbo-page .hero-grid {
      grid-template-columns: 1.05fr 1fr;
      gap: 56px;
      align-items: start;
    }
    .dbo-page .gallery { align-self: start; }
    .dbo-page .offer { gap: 18px; }
  }

  /* Hide theme footer on the DBO special-offer page */
  body:has(.dbo-page) footer,
  body:has(.dbo-page) .footer { display: none !important; }
  @media (min-width: 1100px) {
    .dbo-page .hero-grid { grid-template-columns: 1.1fr 0.9fr; gap: 72px; }
  }

  .dbo-page /* ============= SPEC ACCORDIONS (Daily Serving + Ingredients) ============= */ .spec-stack {
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
  }
  .dbo-page .spec-item + .spec-item { border-top: 1px solid var(--rule); }
  .dbo-page .spec-trigger {
    width: 100%;
    background: transparent;
    border: none;
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    cursor: pointer;
    font-family: var(--display);
    font-weight: 700;
    font-size: 19px;
    color: var(--ink);
    letter-spacing: -0.01em;
    line-height: 1.3;
    transition: color 0.15s ease;
  }
  .dbo-page .spec-trigger:hover { color: var(--pumpkin-deep); }
  .dbo-page .spec-trigger .left {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .dbo-page .spec-trigger .left .icon {
    color: var(--pumpkin);
    width: 20px; height: 20px;
  }
  .dbo-page .spec-trigger .chev {
    width: 28px; height: 28px;
    border-radius: 50%;
    background: var(--paper-3);
    color: var(--ink);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    flex-shrink: 0;
  }
  .dbo-page .spec-trigger .chev .icon { width: 14px; height: 14px; stroke-width: 2.4; }
  .dbo-page .spec-item.open .chev { background: var(--ink); color: var(--paper); transform: rotate(180deg); }
  .dbo-page .spec-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  .dbo-page .spec-content-inner {
    padding: 4px 0 22px;
  }
  .dbo-page .spec-item.open .spec-content, .dbo-page .spec-trigger[aria-expanded="true"] + .spec-content {
    max-height: 1600px !important;
  }

  .dbo-page /* Daily Serving: native table */ .serving-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 16px;
  }
  .dbo-page .serving-table tr { border-bottom: 1px solid var(--rule); }
  .dbo-page .serving-table tr:last-child { border-bottom: none; }
  .dbo-page .serving-table th {
    text-align: left;
    padding: 12px 0;
    font-family: var(--display);
    font-weight: 600;
    font-size: 17px;
    color: var(--ink);
    letter-spacing: -0.01em;
  }
  .dbo-page .serving-table th span {
    display: block;
    font-family: var(--sans);
    font-weight: 500;
    font-size: 11px;
    color: var(--ink-mute);
    letter-spacing: 0.04em;
    margin-top: 2px;
    text-transform: none;
  }
  .dbo-page .serving-table td {
    text-align: right;
    padding: 12px 0;
    font-family: var(--display);
    font-weight: 700;
    font-size: 19px;
    color: var(--pumpkin-deep);
    letter-spacing: -0.02em;
    white-space: nowrap;
  }
  .dbo-page .spec-prose {
    background: var(--paper);
    border-left: 3px solid var(--paper-3);
    padding: 12px 14px;
    border-radius: 0 4px 4px 0;
  }
  .dbo-page .spec-prose p {
    font-size: 15px;
    line-height: 1.55;
    color: var(--ink-soft);
    margin-bottom: 8px;
  }
  .dbo-page .spec-prose p:last-child { margin-bottom: 0; }
  .dbo-page .spec-prose strong { color: var(--ink); font-weight: 700; }
  .dbo-page .spec-note {
    font-size: 14px;
    color: var(--ink-mute);
    border-top: 1px dashed var(--rule);
    padding-top: 10px;
    margin-top: 12px;
    font-style: italic;
  }

  .dbo-page /* Ingredients: role-grouped grid */ .ingredient-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 14px;
  }
  .dbo-page .ing {
    background: var(--paper-3);
    border-radius: 6px;
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    transition: transform 0.15s ease;
  }
  .dbo-page .ing:hover { transform: translateY(-1px); }
  .dbo-page .ing.hero-ingredient {
    background: var(--paper-2);
    color: var(--ink);
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 14px 14px 18px;
    border-left: 4px solid var(--pumpkin);
    border-radius: 6px;
  }
  .dbo-page .ing.hero-ingredient .ing-name { color: var(--ink); font-size: 16px; }
  .dbo-page .ing.hero-ingredient .ing-role { color: var(--ink-soft); }
  .dbo-page .ing.hero-ingredient .ing-tag {
    background: var(--pumpkin);
    color: var(--paper);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding: 4px 8px;
    border-radius: 2px;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .dbo-page .ing-name {
    font-family: var(--display);
    font-weight: 700;
    font-size: 15px;
    color: var(--ink);
    line-height: 1.2;
    letter-spacing: -0.01em;
  }
  .dbo-page .ing-role {
    font-size: 11px;
    color: var(--ink-soft);
    font-weight: 500;
    letter-spacing: 0.02em;
  }

  .dbo-page /* Role groups */ .ing-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .dbo-page .ing-group-eyebrow {
    font-family: var(--body);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ink-soft);
    padding-left: 2px;
  }
  .dbo-page .ing-group.palatability .ing-group-eyebrow { color: var(--pumpkin-deep); }
  .dbo-page .ing-group.foundation .ing-group-eyebrow { color: var(--ink-mute); }

  .dbo-page .ing-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .dbo-page /* Palatability cards = cream-warm */ .ing-group.palatability .ing { background: var(--paper-2); }

  .dbo-page /* Functional row = 3-column to balance after Inulin removed */ .ing-group.functional .ing-row { grid-template-columns: 1fr 1fr 1fr; }

  .dbo-page /* Foundation row = same card style as palatability/functional */ .ing-group.foundation .ing-row { gap: 8px; }
  .dbo-page .ing-group.foundation .ing { background: var(--paper-2); }
  .dbo-page .ing.ing-foundation {
    background: var(--paper-2);
    padding: 12px 14px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2px;
    border-top: none;
    border-radius: 6px;
  }
  .dbo-page .ing.ing-foundation .ing-name { font-size: 15px; }
  .dbo-page .ing.ing-foundation .ing-role { color: var(--ink-soft); }

  .dbo-page /* Filled credential pills with check icons */ .ing-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 8px;
    padding-top: 14px;
    border-top: 1px dashed var(--rule);
    justify-content: center;
  }
  .dbo-page .ing-tags span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--paper-3);
    border: none;
    color: var(--ink);
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 5px 9px 5px 7px;
    border-radius: 2px;
  }
  .dbo-page .ing-tags .icon {
    width: 11px;
    height: 11px;
    color: var(--sage);
    stroke-width: 3;
    flex-shrink: 0;
  }

  @media (max-width: 480px) {
    .dbo-page .ing-row { grid-template-columns: 1fr; }
    .dbo-page .ing.hero-ingredient { flex-direction: column; align-items: flex-start; }
  }

  .dbo-page /* ============= VIDEO REVIEWS CAROUSEL ============= */ .video-reviews {
    background: var(--paper);
    padding: 40px 0 60px;
    border-top: 1px solid var(--rule);
  }
  .dbo-page .video-reviews-head {
    max-width: 1280px;
    margin: 0 auto 22px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 18px;
    flex-wrap: wrap;
  }
  .dbo-page .video-reviews-head h2 {
    font-family: var(--display);
    font-variation-settings: "opsz" 32;
    font-weight: 700;
    font-size: clamp(28px, 4vw, 40px);
    color: var(--ink);
    letter-spacing: -0.025em;
    line-height: 1.05;
    margin: 0;
  }
  .dbo-page .video-reviews-head .meta {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ink-mute);
  }
  .dbo-page .video-reviews-head .meta .stars {
    display: inline-flex;
    color: var(--pumpkin);
  }
  .dbo-page .video-reviews-head .meta .stars .icon {
    width: 14px; height: 14px;
    fill: var(--pumpkin);
    stroke: var(--pumpkin);
    stroke-width: 1;
  }

  .dbo-page .video-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(220px, 260px);
    gap: 14px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 4px 20px 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: var(--ink-mute) transparent;
  }
  .dbo-page .video-track::-webkit-scrollbar { height: 8px; }
  .dbo-page .video-track::-webkit-scrollbar-thumb { background: var(--ink-mute); border-radius: 4px; }
  .dbo-page .video-track::-webkit-scrollbar-track { background: transparent; }

  @media (max-width: 640px) {
    .dbo-page .video-reviews { padding: 32px 0 48px; }
    .dbo-page .video-reviews-head { padding: 0 14px; margin-bottom: 16px; }
    .dbo-page .video-track { padding: 4px 14px 16px; gap: 10px; }
  }

  .dbo-page .video-card {
    position: relative;
    aspect-ratio: 9 / 14;
    background: var(--ink);
    border-radius: 10px;
    overflow: hidden;
    scroll-snap-align: start;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(20, 26, 68, 0.06), 0 8px 24px rgba(20, 26, 68, 0.10);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  .dbo-page .video-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 1px 2px rgba(20, 26, 68, 0.06), 0 12px 32px rgba(20, 26, 68, 0.16);
  }
  .dbo-page .video-card video {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
  }
  .dbo-page .video-card .play-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(20, 26, 68, 0) 50%, rgba(20, 26, 68, 0.55) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }
  .dbo-page .video-card.playing .play-overlay { opacity: 0; }
  .dbo-page .video-card .play-btn {
    width: 56px; height: 56px;
    background: rgba(240, 238, 232, 0.96);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0,0,0,0.22);
  }
  .dbo-page .video-card .play-btn::before {
    content: '';
    border-left: 18px solid var(--ink);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    margin-left: 4px;
  }
  .dbo-page .video-card .v-caption {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    padding: 10px 12px 12px;
    color: var(--paper);
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    pointer-events: none;
  }
  .dbo-page .video-card .v-caption .vstars {
    display: inline-flex;
    color: var(--pumpkin);
  }
  .dbo-page .video-card .v-caption .vstars .icon {
    width: 11px; height: 11px;
    fill: var(--pumpkin);
    stroke: var(--pumpkin);
    stroke-width: 1;
  }
