/* v0.5.1 RC2 — public readability + branded print refinements */

/* Keep supporting copy readable without changing the established visual hierarchy. */
.decision-strip small{font-size:11px;line-height:1.5}
.card-kicker,.mini-tags span,.panel-badge,.watch-list span,.preview-head span,.preview-footer,.method-flow small,.status-chip,.future-node span,.source-tier small{font-size:10px}
.notice-grid small,.future-node small{font-size:9px}

@media (max-width:720px){
  .decision-strip small{font-size:11px}
}

/* Preserve the HNTBAL visual language when the checklist is printed or saved as PDF.
   The print layout remains compact, but brand colors and decision cues are retained. */
@media print{
  html,body,.checklist-page{
    -webkit-print-color-adjust:exact!important;
    print-color-adjust:exact!important;
  }
  .checklist-hero{
    background:var(--lemon)!important;
    border-bottom:0!important;
    border-radius:16px!important;
  }
  .checklist-hero:after{
    display:block!important;
    color:rgba(23,27,23,.08)!important;
  }
  .checklist-rule{background:rgba(255,255,255,.68)!important}
  .check-index{
    background:var(--red-soft)!important;
    color:var(--red)!important;
    border:0!important;
  }
  .strong-warning{
    background:var(--red-soft)!important;
    color:#7f302b!important;
    border-left-color:var(--red)!important;
  }
  .seller-quotes span{background:#f6f6f0!important}
  .simple-rule{
    background:var(--charcoal)!important;
    color:#fff!important;
    border-top:0!important;
    border-radius:16px!important;
    padding:24px!important;
  }
  .simple-rule>p{color:#c5cbc2!important}
  .rule-grid span{
    background:#292e28!important;
    color:#d9ded6!important;
    border-color:#343a33!important;
  }
  .eyebrow.light{color:#c6cbbf!important}
}

/* v0.5.3 checkout + brand integration */
.brand-image{width:46px;height:46px;object-fit:contain;border-radius:12px;flex:none}
.purchase-note{font-size:11px;line-height:1.55;color:#737a70;max-width:700px;margin:-8px 0 22px}.purchase-note a{text-decoration:underline;font-weight:800}
.hero-product{height:auto;min-height:520px}
.hero-product:before{width:460px;height:460px;top:18px;right:4px;opacity:.5}
.hero-art-card{position:relative;z-index:2;width:min(470px,100%);margin:0;background:#fff;border:1px solid var(--line);border-radius:28px;padding:12px;box-shadow:var(--shadow-strong);transform:rotate(1.1deg)}
.hero-art-card img{display:block;width:100%;height:auto;border-radius:20px}
.hero-art-card figcaption{font-size:11px;font-weight:700;color:#687066;padding:12px 10px 4px;text-align:center}
.hero-price-badge{position:absolute;right:-16px;top:26px;background:var(--charcoal);color:#fff;padding:10px 13px;border-radius:12px;font-size:9px;letter-spacing:.08em;box-shadow:0 14px 30px rgba(0,0,0,.18);transform:rotate(2deg)}
.hero-price-badge strong{font-size:17px;letter-spacing:-.02em;margin-left:4px;color:var(--lemon)}
.preview-section{max-width:none;background:#f1f1e8;padding-left:max(28px,calc((100vw - 1240px)/2));padding-right:max(28px,calc((100vw - 1240px)/2))}
.preview-shell{display:grid;grid-template-columns:1fr .72fr;gap:72px;align-items:center;max-width:1240px;margin:0 auto}
.preview-copy h2{font-family:Manrope,sans-serif;font-size:clamp(38px,4.8vw,56px);line-height:1.04;letter-spacing:-.05em;margin:12px 0 18px}.preview-copy>p{color:#61695f;line-height:1.65;font-size:15px;max-width:610px}
.preview-actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0 14px}.preview-detail{font-size:11px!important;color:#777e73!important}
.preview-cover-card{position:relative;display:block;width:min(390px,100%);justify-self:center;background:#fff;padding:10px;border-radius:22px;box-shadow:0 28px 70px rgba(25,29,24,.15);transform:rotate(1.2deg)}
.preview-cover-card img{display:block;width:100%;height:auto;border-radius:15px}.preview-cover-card>span{position:absolute;left:-18px;bottom:26px;background:var(--lemon);color:var(--charcoal);font-size:10px;font-weight:900;letter-spacing:.09em;padding:9px 12px;border-radius:999px;box-shadow:0 8px 20px rgba(0,0,0,.12)}
.cta-buy-stack{display:flex;flex-direction:column;align-items:flex-start;gap:13px;max-width:440px}.cta-buy-stack small{font-size:10px;line-height:1.55;color:#6b7169}.cta-buy-stack small a{text-decoration:underline;font-weight:800}
.footer-wordmark{width:70px;height:70px;object-fit:contain;border-radius:16px;background:#fff}
.footer-links a{text-decoration:underline;text-underline-offset:2px}
@media(max-width:900px){.preview-shell{grid-template-columns:1fr;gap:42px}.preview-cover-card{width:min(420px,88vw)}.hero-product{min-height:0}.hero-art-card{width:min(430px,88vw)}}
@media(max-width:640px){.status-banner{font-size:11px}.brand-image{width:40px;height:40px}.hero-price-badge{right:-6px;top:18px}.purchase-note{font-size:10px}.preview-actions .button{width:100%}.preview-cover-card>span{left:10px;bottom:18px}.footer-wordmark{width:56px;height:56px}.cta-buy-stack{width:100%}.cta-buy-stack .button{width:100%}}
