  main {
    background: linear-gradient(180deg, #120d13 0, #120d13 820px, #f7f3f5 820px, #f7f3f5 100%);
    color: #1f1720;
  }

  .hero {
    width: min(1220px, calc(100vw - 48px));
    margin: 0 auto;
    min-height: auto;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 430px);
    padding: 64px 0 48px;
    gap: 52px;
    overflow: visible;
  }

  .hero::before {
    background-image: none;
    mask-image: none;
  }

  .hero::after {
    top: auto;
    right: -60px;
    bottom: -120px;
    transform: none;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(219, 38, 108, 0.14) 0%, transparent 72%);
  }

  .hero-left,
  .hero-right {
    position: relative;
    z-index: 2;
  }

  .hero-left {
    padding-top: 18px;
  }

  .hero-right {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .hero-title {
    max-width: 12ch;
    color: #ffffff;
  }

  .hero-subtitle {
    max-width: 34rem;
    color: rgba(255, 255, 255, 0.76);
    margin-bottom: 16px;
  }

  .hero-desc {
    max-width: 38rem;
    color: rgba(255, 255, 255, 0.74);
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.8;
  }

  .hero-proof-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    margin: 0 0 14px;
    padding: 0;
  }

  .hero-proof-chips li {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.88);
  }

  .hero-support-note {
    max-width: 36rem;
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 14px;
    line-height: 1.65;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: 430px;
    width: 100%;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-ghost {
    width: 100%;
  }

  .btn-primary,
  .order-btn {
    background: #d62a69;
  }

  .btn-primary:hover,
  .order-btn:hover {
    background: #c3245f;
    box-shadow: 0 14px 40px rgba(214, 42, 105, 0.28);
  }

  .product-card {
    position: relative;
    width: 100%;
    max-width: 430px;
    padding: 30px;
    background: rgba(255, 250, 252, 0.98);
    border: 1px solid rgba(31, 19, 27, 0.08);
    border-radius: 18px;
    box-shadow: 0 28px 80px rgba(18, 13, 19, 0.26);
    overflow: hidden;
  }

  .product-card::after {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, rgba(219, 38, 108, 0.08) 0%, transparent 72%);
    pointer-events: none;
  }

  .product-head {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 22px;
  }

  .product-brand,
  .doc-chip,
  .spec-label,
  .trust-kicker,
  .order-band-meta-label {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #b42963;
  }

  .doc-chip {
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(219, 38, 108, 0.08);
    color: #a51f56;
    white-space: nowrap;
  }

  .product-hero-img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 26px;
    border-radius: 4px;
  }

  .product-title,
  .spec-value,
  .tier-card .qty,
  .tier-card .price {
    color: #1f1720;
  }

  .product-title {
    margin-bottom: 10px;
    font-family: var(--serif);
    font-size: 34px;
    line-height: 1.08;
  }

  .product-dose,
  .product-micro-note,
  .tier-card .qty-label,
  .tier-card .price-sub,
  .order-band-text,
  .order-band-meta-item p,
  .price-sub,
  .stock-badge {
    color: #635461;
  }

  .product-dose {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .product-specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 24px;
  }

  .spec-item {
    padding: 16px;
    background: #f7f0f4;
    border: 1px solid rgba(31, 19, 27, 0.08);
    border-radius: 14px;
  }

  .spec-label {
    display: block;
    margin-bottom: 10px;
  }

  .spec-value {
    font-size: 17px;
    line-height: 1.2;
  }

  .pink {
    color: #cf2c66;
  }

  .product-micro-note {
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
  }

  .trust-bar {
    width: min(1220px, calc(100vw - 48px));
    margin: 24px auto 0;
    padding: 0;
    border: 1px solid rgba(31, 19, 27, 0.08);
    border-radius: 18px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    background: #ffffff;
    box-shadow: 0 24px 64px rgba(18, 13, 19, 0.08);
    overflow: hidden;
  }

  .trust-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    padding: 28px 24px;
    border-right: 1px solid rgba(31, 19, 27, 0.08);
    text-align: center;
  }

  .trust-item:first-child {
    padding-left: 24px;
  }

  .trust-item:last-child {
    border-right: none;
  }

  .trust-kicker {
    display: block;
    margin-bottom: 10px;
  }

  .trust-item strong {
    display: block;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.12;
    letter-spacing: -0.02em;
    color: #1f1720;
  }

  .trust-item p {
    margin: 0;
    max-width: 17ch;
    font-size: 15px;
    line-height: 1.7;
    color: #625460;
  }

  .order-band,
  .comparison-section,
  .how-section,
  .coa-section,
  .home-faq,
  .final-cta,
  .bulk-strip {
    width: min(1220px, calc(100vw - 48px));
    max-width: none;
    margin: 0 auto;
    background: transparent;
    border-color: rgba(31, 19, 27, 0.08);
  }

  .order-band {
    padding: 36px 0 28px;
  }

  .order-band-card {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(360px, 420px);
    gap: 28px;
    padding: 32px;
    border: 1px solid rgba(31, 19, 27, 0.08);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 22px 56px rgba(18, 13, 19, 0.06);
  }

  .order-band-copy {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .order-band-copy .section-title {
    max-width: 18ch;
    margin-bottom: 0;
    font-size: clamp(44px, 3.7vw, 58px);
    line-height: 1.04;
  }

  .order-band-text {
    max-width: 42rem;
    font-size: 18px;
    line-height: 1.78;
  }

  .order-band-meta,
  .tier-selector {
    display: grid;
    gap: 12px;
  }

  .order-band-meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .order-band-meta-item,
  .order-band-panel,
  .comparison-card,
  .how-card,
  .home-faq-item,
  .final-cta-inner,
  .coa-image-wrap {
    border: 1px solid rgba(31, 19, 27, 0.08);
    border-radius: 16px;
    background: #ffffff;
  }

  .order-band-meta-item {
    padding: 18px 18px 20px;
    background: #faf7f8;
  }

  .order-band-meta-label {
    display: block;
    margin-bottom: 8px;
  }

  .order-band-meta-item strong {
    display: block;
    margin-bottom: 8px;
    color: #1f1720;
    font-size: 22px;
    line-height: 1.16;
    letter-spacing: -0.02em;
  }

  .order-band-panel {
    padding: 22px;
    background: #fcfafb;
  }

  .tier-selector {
    position: relative;
    margin-bottom: 16px;
  }

  .tier-card {
    position: relative;
    display: block;
    min-height: 132px;
    padding: 18px;
    border: 1px solid rgba(31, 19, 27, 0.12);
    border-radius: 14px;
    background: #ffffff;
    text-decoration: none;
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
  }

  .tier-card:hover,
  .tier-card.selected,
  .tier-card[aria-checked="true"] {
    border-color: #cf2c66;
    background: #fcf1f5;
    box-shadow: inset 0 0 0 1px rgba(207, 44, 102, 0.14);
    transform: translateY(-1px);
  }

  .tier-card:focus-visible {
    outline: 2px solid rgba(207, 44, 102, 0.42);
    outline-offset: 3px;
  }

  .tier-card .badge {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 4px 8px;
    border-radius: 999px;
    background: #cf2c66;
    color: #ffffff;
    font-family: var(--mono);
    font-size: 9px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .tier-card .qty,
  .tier-card .price {
    font-size: 28px;
    line-height: 1;
  }

  .tier-card .qty-label,
  .tier-card .price-sub,
  .tier-card .save {
    margin-top: 8px;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .tier-card .save {
    color: #18804b;
  }

  .order-band-footer {
    display: grid;
    gap: 12px;
  }

  .order-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 28px;
    border: none;
    border-radius: 999px;
    color: #ffffff;
    font-family: var(--mono);
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
  }

  .order-btn:visited {
    color: #ffffff;
  }

  .stock-badge {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin: 0;
    font-size: 13px;
  }

  .stock-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #20c464;
  }

  .section-tag,
  .comparison-section .section-tag,
  .how-section .section-tag,
  .coa-section .section-tag,
  .home-faq .section-tag {
    color: #b42963;
  }

  .section-title,
  .comparison-card-header,
  .how-title,
  .home-faq-item summary,
  .final-cta-title,
  .bulk-strip-text strong {
    color: #1f1720;
  }

  .section-title em {
    color: #cf2c66;
  }

  .comparison-intro,
  .comparison-list li,
  .how-desc,
  .coa-desc,
  .home-faq-answer,
  .final-cta-signals span,
  .bulk-strip-text,
  .bulk-strip-link {
    color: #625460;
  }

  .comparison-grid,
  .how-grid {
    gap: 12px;
  }

  .comparison-card-highlight {
    border-color: rgba(180, 41, 99, 0.24);
    background: #ffffff;
  }

  .comparison-card:hover,
  .how-card:hover {
    border-color: rgba(180, 41, 99, 0.24);
  }

  .comparison-card-header {
    border-bottom-color: rgba(31, 19, 27, 0.08);
  }

  .comparison-pos {
    color: #1f1720;
  }

  .how-section,
  .final-cta {
    border-top: 1px solid rgba(31, 19, 27, 0.08);
    border-bottom: 1px solid rgba(31, 19, 27, 0.08);
  }

  .coa-section,
  .home-faq {
    padding-left: 0;
    padding-right: 0;
  }

  .home-faq-grid {
    background: rgba(31, 19, 27, 0.08);
  }

  .home-faq-item summary:hover {
    background: #faf7f8;
  }

  .final-cta-inner {
    padding: 44px 28px;
    box-shadow: 0 18px 46px rgba(18, 13, 19, 0.05);
  }

  .bulk-strip {
    padding-left: 0;
    padding-right: 0;
  }

  @media (max-width: 900px) {
    main {
      background: linear-gradient(180deg, #120d13 0, #120d13 1180px, #f7f3f5 1180px, #f7f3f5 100%);
    }

    .hero,
    .trust-bar,
    .order-band,
    .comparison-section,
    .how-section,
    .coa-section,
    .home-faq,
    .final-cta,
    .bulk-strip {
      width: calc(100vw - 40px);
    }

    .hero {
      grid-template-columns: 1fr;
      padding: 48px 0 32px;
      gap: 32px;
    }

    .hero-actions,
    .order-band-card,
    .order-band-meta {
      grid-template-columns: 1fr;
    }

    .product-card {
      max-width: 100%;
      padding: 22px;
    }

    .trust-bar {
      grid-template-columns: 1fr;
      margin-top: 0;
    }

    .trust-item {
      border-right: none;
      border-bottom: 1px solid rgba(31, 19, 27, 0.08);
    }

    .trust-item:last-child {
      border-bottom: none;
    }

    .order-band-card {
      padding: 20px;
    }

    .order-band-panel {
      padding: 18px;
    }

    .comparison-grid,
    .how-grid,
    .product-specs {
      grid-template-columns: 1fr;
    }

  }
