/* ============================================================
   Oxycodone US — theme.css
   Clinical white + technical-blue WooCommerce storefront
   ============================================================ */

:root {
  --oxs-bg: #ffffff;
  --oxs-surface: #f4f7fb;
  --oxs-ink: #0b1b2b;
  /* v1.2.9: darkened from #5a6b7b → #4a5a6b for WCAG AA (≥4.5:1) on white. */
  --oxs-muted: #4a5a6b;
  --oxs-brand: #1670c9;
  --oxs-brand-ink: #0b4f94;
  --oxs-accent: #e63946;
  --oxs-rule: #e2e8f0;
  --oxs-radius: 6px;
  --oxs-shadow: 0 1px 2px rgba(11,27,43,.06), 0 4px 12px rgba(11,27,43,.04);
  --oxs-font: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body.oxs-body{margin:0;background:var(--oxs-bg);color:var(--oxs-ink);font-family:var(--oxs-font);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}

img{max-width:100%;height:auto;display:block}
a{color:var(--oxs-brand);text-decoration:none}
a:hover{color:var(--oxs-brand-ink);text-decoration:underline}

.oxs-container{max-width:1240px;margin:0 auto;padding:0 24px}
.oxs-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.oxs-skiplink{position:absolute;left:-9999px}
.oxs-skiplink:focus{left:8px;top:8px;background:#fff;padding:8px 12px;z-index:9999;border:2px solid var(--oxs-brand)}

.oxs-eyebrow{font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--oxs-muted);margin:0 0 12px}
.oxs-ruo-badge{display:inline-block;background:var(--oxs-brand);color:#fff;padding:2px 8px;border-radius:3px;font-size:10px;letter-spacing:.08em;margin-right:8px}

h1,h2,h3,h4{font-family:var(--oxs-font);color:var(--oxs-ink);line-height:1.25;margin:0 0 16px;font-weight:700}
h1{font-size:38px}
h2{font-size:28px}
h3{font-size:20px}
p{margin:0 0 16px}

/* Buttons */
.oxs-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:var(--oxs-radius);font-weight:600;font-size:14px;border:1px solid transparent;cursor:pointer;transition:all .15s ease;text-decoration:none;line-height:1.2}
.oxs-btn:hover{text-decoration:none;transform:translateY(-1px)}
.oxs-btn--brand{background:var(--oxs-brand);color:#fff}
.oxs-btn--brand:hover{background:var(--oxs-brand-ink);color:#fff}
.oxs-btn--ghost{background:transparent;color:var(--oxs-brand);border-color:var(--oxs-brand)}
.oxs-btn--ghost:hover{background:var(--oxs-brand);color:#fff}
.oxs-btn--lg{padding:14px 28px;font-size:15px}

/* Utility bar */
.oxs-utilbar{background:var(--oxs-brand);color:#fff;font-size:13px}
.oxs-utilbar__row{display:flex;align-items:center;justify-content:space-between;min-height:36px;padding-top:6px;padding-bottom:6px;flex-wrap:wrap;gap:8px}
.oxs-utilbar__email{color:#fff;font-weight:500}
.oxs-utilbar__email:hover{color:#fff;opacity:.85}
.oxs-utilbar__nav{display:flex;align-items:center;gap:24px}
.oxs-utilbar__nav a{color:#fff;font-weight:500;text-transform:uppercase;font-size:11px;letter-spacing:.06em}
.oxs-utilbar__nav a:hover{color:#fff;opacity:.85}
.oxs-utilbar__cart{display:inline-flex;align-items:center;gap:6px}
.oxs-utilbar__count{background:#fff;color:var(--oxs-brand);border-radius:999px;font-size:11px;padding:1px 7px;font-weight:700;min-width:18px;text-align:center}

/* Header */
.oxs-header{background:#fff;border-bottom:1px solid var(--oxs-rule);position:sticky;top:0;z-index:50;box-shadow:var(--oxs-shadow)}
.oxs-header__row{display:flex;align-items:center;gap:24px;min-height:72px;justify-content:space-between}
.oxs-header__cta-group{display:flex;align-items:center;gap:8px;margin-left:auto}
.oxs-search-toggle{display:none;align-items:center;justify-content:center;background:transparent;border:1px solid var(--oxs-rule);color:var(--oxs-ink);width:40px;height:40px;border-radius:var(--oxs-radius);cursor:pointer;padding:0}
.oxs-search-toggle:hover{border-color:var(--oxs-brand);color:var(--oxs-brand)}
.oxs-logo{display:flex;align-items:center;gap:10px;color:var(--oxs-ink)}
.oxs-logo:hover{text-decoration:none;color:var(--oxs-ink)}
.oxs-logo__mark{color:var(--oxs-brand);width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center}
.oxs-logo__mark svg{width:36px;height:36px}
.oxs-logo__text{display:flex;flex-direction:column;line-height:1;font-weight:800}
.oxs-logo__name{font-size:18px;letter-spacing:.04em;color:var(--oxs-ink)}
.oxs-logo__sub{font-size:11px;letter-spacing:.18em;color:var(--oxs-brand);font-weight:600;margin-top:2px}

.oxs-nav{display:flex;align-items:center;gap:24px;flex:1;justify-content:center}
.oxs-nav__link{color:var(--oxs-ink);font-weight:600;font-size:14px;text-transform:uppercase;letter-spacing:.04em}
.oxs-nav__link:hover{color:var(--oxs-brand);text-decoration:none}
.oxs-nav__group{position:relative}
.oxs-nav__menu{position:absolute;left:50%;transform:translateX(-50%);top:100%;background:#fff;min-width:220px;border:1px solid var(--oxs-rule);border-radius:var(--oxs-radius);box-shadow:var(--oxs-shadow);padding:8px 0;display:none;z-index:60}
.oxs-nav__group:hover .oxs-nav__menu,.oxs-nav__group:focus-within .oxs-nav__menu{display:block}
.oxs-nav__menu a{display:block;padding:10px 16px;color:var(--oxs-ink);font-size:14px}
.oxs-nav__menu a:hover{background:var(--oxs-surface);color:var(--oxs-brand);text-decoration:none}

.oxs-search{display:flex;align-items:center;border:1px solid var(--oxs-rule);border-radius:999px;overflow:hidden;background:#fff;min-width:240px}
.oxs-search input{flex:1;border:0;padding:9px 14px;font-size:14px;outline:none;background:transparent;color:var(--oxs-ink)}
.oxs-search button{background:var(--oxs-brand);color:#fff;border:0;padding:9px 14px;cursor:pointer;display:inline-flex;align-items:center}
.oxs-search button:hover{background:var(--oxs-brand-ink)}

.oxs-mobile-toggle{display:none;background:transparent;border:1px solid var(--oxs-rule);color:var(--oxs-ink);padding:8px 12px;border-radius:var(--oxs-radius);font-size:18px;cursor:pointer}
.oxs-mobile-menu{display:none;background:#fff;border-top:1px solid var(--oxs-rule);padding:12px 24px;flex-direction:column;gap:6px}
.oxs-mobile-menu.is-open{display:flex}
.oxs-mobile-menu a{padding:10px 4px;color:var(--oxs-ink);border-bottom:1px solid var(--oxs-rule);font-weight:500}

/* Sections */
.oxs-section{padding:64px 0}
.oxs-section--alt{background:var(--oxs-surface)}
.oxs-section__title{margin-bottom:32px}
.oxs-center{text-align:center;margin-top:32px}

/* Hero */
.oxs-hero{position:relative;padding:80px 0;background:var(--oxs-brand);color:#fff;overflow:hidden}
.oxs-hero__bg{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:48px 48px;pointer-events:none}
.oxs-hero__inner{position:relative;display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}
.oxs-hero h1{color:#fff;font-size:44px;margin-bottom:20px}
.oxs-hero .oxs-eyebrow{color:rgba(255,255,255,.85)}
.oxs-hero__lead{font-size:17px;color:rgba(255,255,255,.92);max-width:580px}
.oxs-hero__cta{display:flex;gap:12px;margin:24px 0;flex-wrap:wrap}
.oxs-hero .oxs-btn--brand{background:#fff;color:var(--oxs-brand)}
.oxs-hero .oxs-btn--brand:hover{background:#f4f7fb;color:var(--oxs-brand-ink)}
.oxs-hero .oxs-btn--ghost{color:#fff;border-color:rgba(255,255,255,.6)}
.oxs-hero .oxs-btn--ghost:hover{background:rgba(255,255,255,.12);color:#fff;border-color:#fff}
.oxs-hero__strip{list-style:none;margin:24px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:16px;font-size:14px;color:rgba(255,255,255,.92)}
.oxs-hero__visual{position:relative;height:380px}
.oxs-vial-card{position:absolute;background:#fff;color:var(--oxs-ink);border-radius:8px;padding:18px 20px;width:240px;box-shadow:0 18px 40px rgba(0,0,0,.18);font-size:13px}
.oxs-vial-card--a{top:40px;left:0;transform:rotate(-6deg)}
.oxs-vial-card--b{top:120px;right:0;transform:rotate(5deg)}
.oxs-vial-card__head{font-weight:800;color:var(--oxs-brand);font-size:16px;margin-bottom:10px}
.oxs-vial-card dl{display:grid;grid-template-columns:auto 1fr;gap:4px 10px;margin:0 0 12px;font-size:12px}
.oxs-vial-card dt{color:var(--oxs-muted)}
.oxs-vial-card dd{margin:0;font-weight:600}
.oxs-vial-card__purity{background:var(--oxs-surface);padding:6px 10px;border-radius:4px;font-weight:700;color:var(--oxs-brand);font-size:11px;letter-spacing:.06em;text-align:center;margin-bottom:6px}
.oxs-vial-card__ruo{background:var(--oxs-brand);color:#fff;padding:6px 10px;border-radius:4px;font-weight:700;font-size:11px;letter-spacing:.06em;text-align:center}

/* Trust grid */
.oxs-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.oxs-trust-card{background:#fff;border:1px solid var(--oxs-rule);border-radius:var(--oxs-radius);padding:32px 24px;text-align:center}
.oxs-trust-card__icon{color:var(--oxs-brand);width:64px;height:64px;margin:0 auto 16px}
.oxs-trust-card__icon svg{width:64px;height:64px}
.oxs-trust-card h3{margin-bottom:8px}
.oxs-trust-card p{color:var(--oxs-muted);font-size:14px;margin:0}

/* Product cards */
.oxs-grid{display:grid;gap:24px}
.oxs-grid--cards-4{grid-template-columns:repeat(4,1fr)}
.oxs-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--oxs-rule);border-radius:var(--oxs-radius);overflow:hidden;color:var(--oxs-ink);transition:all .15s ease}
.oxs-card:hover{text-decoration:none;color:var(--oxs-ink);border-color:var(--oxs-brand);transform:translateY(-2px);box-shadow:var(--oxs-shadow)}
.oxs-card__media{aspect-ratio:1/1;background:var(--oxs-surface);overflow:hidden;display:flex;align-items:center;justify-content:center}
.oxs-card__media img{width:100%;height:100%;object-fit:cover}
.oxs-card__body{padding:16px}
.oxs-card__title{font-size:15px;margin:0 0 8px;font-weight:600;color:var(--oxs-ink)}
.oxs-card__rating{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--oxs-muted);margin-bottom:8px}
.oxs-stars{color:#f5b400;letter-spacing:1px;background:linear-gradient(90deg,#f5b400 var(--r,0%),#dde2ea var(--r,0%));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.oxs-card__price{font-size:16px;font-weight:700;color:var(--oxs-brand)}
.oxs-card__price del{color:var(--oxs-muted);font-weight:400;margin-right:6px;font-size:14px}
.oxs-card__price ins{text-decoration:none}

/* About split */
.oxs-about-split{display:grid;grid-template-columns:1.4fr 1fr;gap:48px;align-items:start}
.oxs-about-split__card{background:#fff;border:1px solid var(--oxs-rule);border-radius:var(--oxs-radius);padding:24px}
.oxs-about-split__card h3{margin-bottom:12px;color:var(--oxs-brand)}
.oxs-about-split__card ul{padding-left:20px;margin:0 0 12px;color:var(--oxs-ink)}
.oxs-about-split__card li{margin-bottom:6px}
.oxs-about-split__note{font-size:13px;color:var(--oxs-muted);margin:0}

/* Knowledge cards */
.oxs-cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.oxs-info-card{display:block;background:#fff;border:1px solid var(--oxs-rule);border-radius:var(--oxs-radius);padding:24px;color:var(--oxs-ink)}
.oxs-info-card:hover{text-decoration:none;border-color:var(--oxs-brand);box-shadow:var(--oxs-shadow)}
.oxs-info-card h3{color:var(--oxs-brand)}
.oxs-info-card p{color:var(--oxs-muted);font-size:14px}
.oxs-info-card__cta{display:inline-block;margin-top:8px;font-weight:600;color:var(--oxs-brand)}

/* CTA band */
.oxs-cta-band{background:linear-gradient(135deg,var(--oxs-brand) 0%,var(--oxs-brand-ink) 100%);color:#fff;padding:80px 0;text-align:center}
.oxs-cta-band h2{color:#fff;font-size:36px}
.oxs-cta-band__lead{font-size:17px;max-width:640px;margin:0 auto 24px;color:rgba(255,255,255,.92)}
.oxs-cta-band .oxs-eyebrow{color:rgba(255,255,255,.85);justify-content:center;display:inline-block}
.oxs-cta-band__inner .oxs-hero__cta{justify-content:center}
.oxs-cta-band .oxs-btn--brand{background:#fff;color:var(--oxs-brand)}
.oxs-cta-band .oxs-btn--ghost{color:#fff;border-color:rgba(255,255,255,.6)}
.oxs-cta-band .oxs-btn--ghost:hover{background:rgba(255,255,255,.12);color:#fff;border-color:#fff}

/* Prose */
.oxs-prose{max-width:780px;margin:0 auto}
.oxs-prose h1{margin-bottom:24px}
.oxs-prose h2{margin-top:32px}
.oxs-prose ul,.oxs-prose ol{padding-left:22px}
.oxs-prose a{text-decoration:underline}

/* FAQ */
.oxs-faq__item{border:1px solid var(--oxs-rule);border-radius:var(--oxs-radius);padding:16px 20px;margin-bottom:12px;background:#fff}
.oxs-faq__item summary{font-weight:600;cursor:pointer;color:var(--oxs-ink);outline:none}
.oxs-faq__item[open]{border-color:var(--oxs-brand)}
.oxs-faq__item p{margin-top:12px;color:var(--oxs-muted)}

/* Footer */
.oxs-footer{background:var(--oxs-ink);color:#cdd6e0;padding:56px 0 0;margin-top:80px}
.oxs-footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:32px;margin-bottom:40px}
.oxs-footer__brand p{color:#9aa8b8;font-size:14px}
.oxs-footer__contact a{color:#cdd6e0;font-size:14px}
.oxs-footer__col h4{color:#fff;font-size:14px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px}
.oxs-footer__col ul{list-style:none;padding:0;margin:0}
.oxs-footer__col li{margin-bottom:8px}
.oxs-footer__col a{color:#9aa8b8;font-size:14px}
.oxs-footer__col a:hover{color:#fff}
.oxs-footer .oxs-logo__name{color:#fff}
.oxs-footer__bottom{border-top:1px solid rgba(255,255,255,.08);padding:20px 0}
.oxs-footer__bottom-row{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:12px;color:#7a8898}

/* PDP */
.oxs-product-page{padding-top:32px}
.oxs-breadcrumb{font-size:13px;color:var(--oxs-muted);margin-bottom:24px}
.oxs-breadcrumb a{color:var(--oxs-muted)}
.oxs-breadcrumb a:hover{color:var(--oxs-brand)}
.oxs-breadcrumb span{margin:0 6px}
.oxs-product__grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-bottom:48px}
.oxs-product__summary h1{font-size:32px;margin-bottom:12px}
.oxs-product__shipnote{background:#fff5f5;border:1px solid #ffd7d7;color:#a00;padding:10px 14px;border-radius:var(--oxs-radius);font-size:14px;margin:16px 0}
.oxs-product__shipnote strong{color:#c00}
.oxs-product__trust{list-style:none;padding:0;margin:24px 0;display:flex;flex-direction:column;gap:8px;font-size:14px;color:var(--oxs-muted)}
.oxs-product__trust li{display:flex;align-items:center;gap:10px}
.oxs-product__ruo-note{font-size:12px;color:var(--oxs-muted);background:var(--oxs-surface);padding:10px 14px;border-radius:var(--oxs-radius);margin-top:16px}
.oxs-product__description{margin-top:48px;padding-top:32px;border-top:1px solid var(--oxs-rule)}

/* Quantity-discount table */
.oxs-qty-discount{margin:20px 0;border:1px solid var(--oxs-rule);border-radius:var(--oxs-radius);overflow:hidden}
.oxs-qty-discount__title{background:var(--oxs-surface);margin:0;padding:10px 14px;font-size:14px;color:var(--oxs-ink);border-bottom:1px solid var(--oxs-rule)}
.oxs-qty-discount__table{width:100%;border-collapse:collapse;font-size:14px}
.oxs-qty-discount__table th,.oxs-qty-discount__table td{padding:10px 14px;text-align:center;border-bottom:1px solid var(--oxs-rule)}
.oxs-qty-discount__table th{background:#fff;color:var(--oxs-muted);font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.04em}
.oxs-qty-discount__table td:first-child{text-align:left;color:var(--oxs-muted);font-weight:600}
.oxs-qty-discount__table tr:last-child td{border-bottom:0}
.oxs-qty-discount__table tr:last-child td:not(:first-child){color:var(--oxs-brand);font-weight:700}

.oxs-tier-badge{display:inline-block;background:var(--oxs-brand);color:#fff;padding:2px 8px;border-radius:3px;font-size:11px;font-weight:600;margin-left:8px;letter-spacing:.04em}

/* Cart drawer (port from corepeptides cart-drawer.php) */
.oxs-cart-drawer{position:fixed;top:0;right:0;width:420px;max-width:100vw;height:100vh;background:#fff;box-shadow:-12px 0 36px rgba(0,0,0,.18);transform:translateX(100%);transition:transform .25s ease;z-index:1000;display:flex;flex-direction:column}
.oxs-cart-drawer.is-open{transform:translateX(0)}
.oxs-cart-overlay{position:fixed;inset:0;background:rgba(11,27,43,.45);opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:999}
.oxs-cart-overlay.is-open{opacity:1;pointer-events:auto}

/* Empty / minor */
.oxs-empty{text-align:center;padding:48px 24px;background:var(--oxs-surface);border-radius:var(--oxs-radius);color:var(--oxs-muted)}

/* WooCommerce default tweaks */
.woocommerce-message,.woocommerce-info,.woocommerce-error{border-radius:var(--oxs-radius);padding:12px 16px;border:1px solid var(--oxs-rule);background:var(--oxs-surface);color:var(--oxs-ink);margin-bottom:16px}
.woocommerce-message{border-color:#b6e2c1;background:#f0faf3}
.woocommerce-error{border-color:#f5b5b5;background:#fff5f5;color:#a00}
.woocommerce ul.products li.product .price{color:var(--oxs-brand);font-weight:700}
.woocommerce span.onsale{background:var(--oxs-accent);color:#fff;font-weight:700}
.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{background:var(--oxs-brand);color:#fff;border-radius:var(--oxs-radius);font-weight:600}
.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background:var(--oxs-brand-ink);color:#fff}
.woocommerce-product-rating .star-rating{color:#f5b400}

/* Responsive */
@media (max-width: 1024px){
  .oxs-grid--cards-4{grid-template-columns:repeat(3,1fr)}
  .oxs-hero__inner{grid-template-columns:1fr;gap:32px}
  .oxs-hero__visual{height:300px;display:none}
  .oxs-product__grid{grid-template-columns:1fr;gap:32px}
  .oxs-search{display:none}
}
@media (max-width: 768px){
  .oxs-nav{display:none}
  .oxs-mobile-toggle{display:inline-flex}
  .oxs-grid--cards-4,.oxs-cards-3,.oxs-trust-grid{grid-template-columns:1fr 1fr}
  .oxs-about-split{grid-template-columns:1fr}
  .oxs-footer__grid{grid-template-columns:1fr 1fr}
  .oxs-hero h1{font-size:32px}
  h1{font-size:28px}
  h2{font-size:22px}
  .oxs-section{padding:48px 0}
}
@media (max-width: 480px){
  .oxs-grid--cards-4,.oxs-cards-3,.oxs-trust-grid,.oxs-footer__grid{grid-template-columns:1fr}
  .oxs-utilbar__nav{gap:14px}
  .oxs-cart-drawer{width:100vw}
}

/* ============= v1.1.0 — Blog, Tabs, Sticky CTA, FBT, Internal links ============= */

/* Blog archive */
.oxs-blog-archive { padding: 60px 0; }
.oxs-blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 28px; margin: 32px 0; }
.oxs-blog-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; overflow: hidden; transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column; }
.oxs-blog-card:hover { transform: translateY(-2px); box-shadow: 0 12px 28px -16px rgba(15,23,42,.18); }
.oxs-blog-card__media { display: block; aspect-ratio: 1200/630; background: #f1f5f9; overflow: hidden; }
.oxs-blog-card__img { width: 100%; height: 100%; object-fit: cover; display: block; }
.oxs-blog-card__placeholder { width: 100%; height: 100%; background: linear-gradient(135deg, #1d4ed8, #0f172a); }
.oxs-blog-card__body { padding: 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.oxs-blog-card__cat { color: #1d4ed8; font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.oxs-blog-card__title { font-size: 19px; line-height: 1.3; margin: 0; }
.oxs-blog-card__title a { color: #0f172a; text-decoration: none; }
.oxs-blog-card__title a:hover { color: #1d4ed8; }
.oxs-blog-card__excerpt { color: #475569; font-size: 14.5px; line-height: 1.55; margin: 0; flex: 1; }
.oxs-blog-card__meta { color: #64748b; font-size: 13px; margin: 0; }

/* Blog single */
.oxs-blog-single { padding: 50px 0 80px; }
.oxs-blog-single__container { max-width: 1100px; }
.oxs-blog-single__header { margin: 24px 0 20px; }
.oxs-blog-single__header h1 { font-size: clamp(28px, 4vw, 44px); line-height: 1.2; margin: 8px 0; }
.oxs-blog-single__meta { color: #64748b; font-size: 14px; }
.oxs-blog-single__cover { margin: 24px 0 32px; border-radius: 12px; overflow: hidden; }
.oxs-blog-single__cover img { width: 100%; display: block; height: auto; }
.oxs-blog-single__layout { display: grid; grid-template-columns: 240px 1fr; gap: 40px; }
.oxs-blog-toc { position: sticky; top: 24px; align-self: start; background: #f8fafc; padding: 20px; border-radius: 10px; border: 1px solid #e2e8f0; max-height: calc(100vh - 48px); overflow: auto; }
.oxs-blog-toc h3 { font-size: 13px; text-transform: uppercase; letter-spacing: .06em; color: #475569; margin: 0 0 10px; }
.oxs-blog-toc ul { list-style: none; padding: 0; margin: 0; }
.oxs-blog-toc li { margin: 6px 0; }
.oxs-blog-toc a { color: #334155; text-decoration: none; font-size: 14px; line-height: 1.4; display: block; }
.oxs-blog-toc a:hover { color: #1d4ed8; }
.oxs-blog-toc .oxs-toc-h3 { padding-left: 12px; font-size: 13px; color: #64748b; }
.oxs-blog-disclaimer { background: #fef9c3; border-left: 4px solid #ca8a04; padding: 14px 18px; border-radius: 6px; margin: 32px 0; font-size: 14.5px; color: #713f12; }
.oxs-blog-related { margin-top: 48px; }
.oxs-blog-related h2 { margin-bottom: 16px; }
@media (max-width: 880px) {
  .oxs-blog-single__layout { grid-template-columns: 1fr; }
  .oxs-blog-toc { position: static; max-height: none; }
}

/* PDP tabs */
.oxs-product__details { margin: 56px 0; }
.oxs-tabs__nav { display: flex; flex-wrap: wrap; gap: 4px; border-bottom: 2px solid #e2e8f0; }
.oxs-tabs__btn { background: transparent; border: 0; padding: 14px 20px; font-size: 15px; font-weight: 600; color: #64748b; cursor: pointer; border-bottom: 2px solid transparent; margin-bottom: -2px; transition: all .15s; }
.oxs-tabs__btn:hover { color: #1d4ed8; }
.oxs-tabs__btn.is-active { color: #1d4ed8; border-bottom-color: #1d4ed8; }
.oxs-tabs__panel { padding: 28px 4px; }

/* Spec table */
.oxs-spec-table { width: 100%; border-collapse: collapse; }
.oxs-spec-table th, .oxs-spec-table td { text-align: left; padding: 12px 16px; border-bottom: 1px solid #e2e8f0; font-size: 14.5px; }
.oxs-spec-table th { background: #f8fafc; color: #334155; font-weight: 600; width: 35%; }
.oxs-spec-table td { color: #0f172a; }

/* Sticky CTA */
.oxs-sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; background: #fff; border-top: 1px solid #e2e8f0; box-shadow: 0 -4px 24px rgba(15,23,42,.08); z-index: 60; padding: 12px 0; }
.oxs-sticky-cta__inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.oxs-sticky-cta__info { display: flex; align-items: center; gap: 12px; min-width: 0; }
.oxs-sticky__img { width: 48px; height: 48px; border-radius: 6px; object-fit: cover; }
.oxs-sticky-cta__price { display: block; color: #1d4ed8; font-weight: 700; font-size: 14px; }

/* FBT rail */
.oxs-fbt { margin: 56px 0; }
.oxs-fbt h2 { font-size: 24px; margin-bottom: 20px; }
.oxs-fbt__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 20px; }

/* Internal links */
.oxs-internal-links { background: #f8fafc; padding: 40px 0; border-top: 1px solid #e2e8f0; }
.oxs-internal-links__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 32px; }
.oxs-internal-links h4 { font-size: 13px; text-transform: uppercase; letter-spacing: .06em; color: #1d4ed8; margin: 0 0 12px; }
.oxs-internal-links ul { list-style: none; padding: 0; margin: 0; }
.oxs-internal-links li { margin: 6px 0; }
.oxs-internal-links a { color: #334155; text-decoration: none; font-size: 14px; line-height: 1.5; }
.oxs-internal-links a:hover { color: #1d4ed8; text-decoration: underline; }

/* Pagination (used by blog archive) */
.oxs-pagination { display: flex; gap: 4px; justify-content: center; margin: 32px 0; flex-wrap: wrap; }
.oxs-pagination a, .oxs-pagination span { padding: 8px 14px; border: 1px solid #e2e8f0; border-radius: 6px; color: #334155; text-decoration: none; font-size: 14px; }
.oxs-pagination .current { background: #1d4ed8; color: #fff; border-color: #1d4ed8; }
.oxs-pagination a:hover { border-color: #1d4ed8; color: #1d4ed8; }

/* ============================================================
   v1.2.0 — Storefront overlay (cp-* alias → bp light tokens)
   Provides AJAX cart drawer, post-add modal, shop card stepper,
   breadcrumbs, pagination, single-product layout, sticky bar.
   ============================================================ */
:root{
  --cp-brand: var(--oxs-brand);
  --cp-brand-2: var(--oxs-brand-ink);
  --cp-bg: #ffffff;
  --cp-bg-2: var(--oxs-surface);
  --cp-panel: #ffffff;
  --cp-panel-2: #f8fafc;
  --cp-text: var(--oxs-ink);
  --cp-muted: var(--oxs-muted);
  --cp-border: var(--oxs-rule);
  --cp-shadow: var(--oxs-shadow);
}

/* Visible cart pill in header */
.oxs-cart-pill{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:var(--oxs-brand);color:#fff;border-radius:999px;font-weight:600;font-size:14px;text-decoration:none;box-shadow:var(--oxs-shadow);transition:background .15s,transform .15s;border:0;cursor:pointer;line-height:1}
.oxs-cart-pill:hover{background:var(--oxs-brand-ink);color:#fff;text-decoration:none;transform:translateY(-1px)}
.oxs-cart-pill__icon{display:inline-flex}
.oxs-cart-pill__count{display:inline-flex;align-items:center;justify-content:center;background:#fff;color:var(--oxs-brand);min-width:22px;height:22px;border-radius:999px;font-size:12px;font-weight:700;padding:0 6px}
.oxs-cart-pill__count:empty::before{content:"0"}
.oxs-cart-pill[data-cart-empty="1"] .oxs-cart-pill__count{background:rgba(255,255,255,.85)}
@media (max-width:760px){
  .oxs-cart-pill__label{display:none}
  .oxs-utilbar__phone,.oxs-utilbar__nav a:not(.oxs-utilbar__email){display:none}
}

/* Utility-bar message */
.oxs-utilbar__msg{font-weight:500}
.oxs-utilbar__phone{color:#fff;font-weight:500}

/* ===== cp-* aliases ===== */
.cp-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 20px;border-radius:var(--oxs-radius);font-weight:600;font-size:14px;border:1px solid transparent;cursor:pointer;transition:all .15s ease;text-decoration:none;line-height:1.2}
.cp-btn:hover{text-decoration:none;transform:translateY(-1px)}
.cp-btn--brand{background:var(--oxs-brand);color:#fff}
.cp-btn--brand:hover{background:var(--oxs-brand-ink);color:#fff}
.cp-btn--ghost{background:#fff;color:var(--oxs-brand);border-color:var(--oxs-brand)}
.cp-btn--ghost:hover{background:var(--oxs-brand);color:#fff}
.cp-btn--lg{padding:14px 28px;font-size:15px}
.cp-btn.is-disabled,.cp-btn[aria-disabled="true"]{opacity:.55;pointer-events:none}

.cp-container{max-width:1240px;margin:0 auto;padding:0 24px}
.cp-section{padding:48px 0}
.cp-section--alt{background:var(--oxs-surface)}
.cp-eyebrow{font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--oxs-muted);margin:0 0 12px}
.cp-ruo-badge{display:inline-block;background:var(--oxs-brand);color:#fff;padding:2px 8px;border-radius:3px;font-size:10px;letter-spacing:.08em;font-weight:700}
.cp-cart-count{display:inline-flex;align-items:center;justify-content:center;background:#fff;color:var(--oxs-brand);min-width:18px;padding:0 6px;height:18px;border-radius:999px;font-size:11px;font-weight:700}

/* ===== Breadcrumbs ===== */
.cp-breadcrumbs{display:flex;flex-wrap:wrap;gap:6px;align-items:center;font-size:13px;color:var(--oxs-muted);margin:0 0 16px}
.cp-breadcrumbs a{color:var(--oxs-muted)}
.cp-breadcrumbs a:hover{color:var(--oxs-brand)}
.cp-breadcrumbs__sep{color:#cbd5e1}
.cp-breadcrumbs [aria-current="page"]{color:var(--oxs-ink);font-weight:500}

/* ===== Shop archive ===== */
.cp-shop{padding:32px 0 64px}
.cp-shop__title{font-size:34px;margin:8px 0 8px}
.cp-shop__count{color:var(--oxs-muted);font-size:14px;margin:0 0 16px}
.cp-shop-toolbar{display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;align-items:center;padding:12px;background:var(--oxs-surface);border:1px solid var(--oxs-rule);border-radius:var(--oxs-radius);margin:16px 0}
.cp-shop-search{display:flex;flex:1;min-width:240px;gap:6px}
.cp-shop-search input{flex:1;min-height:40px;padding:8px 12px;background:#fff;border:1px solid var(--oxs-rule);border-radius:var(--oxs-radius);color:var(--oxs-ink);font-size:14px}
.cp-shop-sort{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--oxs-muted)}
.cp-shop-sort select{padding:8px 10px;background:#fff;border:1px solid var(--oxs-rule);border-radius:var(--oxs-radius);color:var(--oxs-ink);font-size:14px}
.cp-shop-pills{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 22px}
.cp-pill{display:inline-flex;align-items:center;gap:4px;padding:8px 14px;background:#fff;border:1px solid var(--oxs-rule);border-radius:999px;font-size:13px;color:var(--oxs-ink);text-decoration:none}
.cp-pill:hover{border-color:var(--oxs-brand);color:var(--oxs-brand)}
.cp-pill.is-active{background:var(--oxs-brand);border-color:var(--oxs-brand);color:#fff}
.cp-pill small{opacity:.75;font-size:.78rem}

.cp-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}
.cp-shop-card{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid var(--oxs-rule);border-radius:var(--oxs-radius);overflow:hidden;transition:transform .15s,box-shadow .15s,border-color .15s}
.cp-shop-card:hover{transform:translateY(-2px);border-color:var(--oxs-brand);box-shadow:var(--oxs-shadow)}
.cp-shop-card .cp-ruo-badge{position:absolute;top:10px;left:10px;z-index:2}
.cp-shop-card__media{position:relative;display:block;aspect-ratio:1/1;background:var(--oxs-surface)}
.cp-shop-card__media img,.cp-shop-card__img{width:100%;height:100%;object-fit:cover;display:block}
.cp-shop-card__img--empty{display:flex;align-items:center;justify-content:center;color:var(--oxs-muted);font-size:13px}
.cp-shop-card__sale{position:absolute;top:10px;right:10px;background:var(--oxs-accent);color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:3px}
.cp-shop-card__body{display:flex;flex-direction:column;gap:8px;padding:14px 16px 16px;flex:1}
.cp-shop-card__cat{color:var(--oxs-muted);font-size:11px;text-transform:uppercase;letter-spacing:.14em}
.cp-shop-card__cat a{color:var(--oxs-muted)}
.cp-shop-card__title{font-size:15px;line-height:1.3;margin:0;font-weight:600}
.cp-shop-card__title a{color:var(--oxs-ink)}
.cp-shop-card__title a:hover{color:var(--oxs-brand)}
.cp-shop-card__rating{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--oxs-muted)}
.cp-stars{display:inline-block;width:80px;height:14px;background:linear-gradient(90deg,#f5b400 var(--r,0%),#e2e8f0 var(--r,0%));-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 14'><g fill='%23000'><polygon points='8,1 10,5 14,5 11,8 12,12 8,10 4,12 5,8 2,5 6,5'/><polygon points='24,1 26,5 30,5 27,8 28,12 24,10 20,12 21,8 18,5 22,5'/><polygon points='40,1 42,5 46,5 43,8 44,12 40,10 36,12 37,8 34,5 38,5'/><polygon points='56,1 58,5 62,5 59,8 60,12 56,10 52,12 53,8 50,5 54,5'/><polygon points='72,1 74,5 78,5 75,8 76,12 72,10 68,12 69,8 66,5 70,5'/></g></svg>") no-repeat center/contain;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 14'><g fill='%23000'><polygon points='8,1 10,5 14,5 11,8 12,12 8,10 4,12 5,8 2,5 6,5'/><polygon points='24,1 26,5 30,5 27,8 28,12 24,10 20,12 21,8 18,5 22,5'/><polygon points='40,1 42,5 46,5 43,8 44,12 40,10 36,12 37,8 34,5 38,5'/><polygon points='56,1 58,5 62,5 59,8 60,12 56,10 52,12 53,8 50,5 54,5'/><polygon points='72,1 74,5 78,5 75,8 76,12 72,10 68,12 69,8 66,5 70,5'/></g></svg>") no-repeat center/contain}
.cp-shop-card__foot{display:flex;flex-direction:column;align-items:stretch;gap:10px;margin-top:auto}
.cp-shop-card__price{color:var(--oxs-brand);font-weight:700;font-size:16px}
.cp-shop-card__price del{color:var(--oxs-muted);font-weight:400;margin-right:6px;opacity:.7}
.cp-shop-card__cta{padding:10px 14px;font-size:13px;width:100%;text-align:center;display:inline-flex;align-items:center;justify-content:center}

/* Card stepper (after add) */
.cp-shop-card__stepper{display:flex;align-items:stretch;border:1px solid var(--oxs-brand);border-radius:var(--oxs-radius);overflow:hidden;background:#fff;width:100%;justify-content:space-between}
.cp-shop-card__stepper button{width:32px;background:#fff;color:var(--oxs-brand);border:0;cursor:pointer;font-size:18px;font-weight:700;line-height:1}
.cp-shop-card__stepper button:hover{background:var(--oxs-brand);color:#fff}
.cp-shop-card__stepper input,.cp-shop-card__stepper [data-cp-card-qty]{width:40px;text-align:center;background:transparent;border:0;padding:0;color:var(--oxs-ink);font-weight:700;font-size:14px;line-height:32px;display:flex;align-items:center;justify-content:center;-moz-appearance:textfield}
.cp-shop-card__stepper input::-webkit-outer-spin-button,.cp-shop-card__stepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.cp-shop-card__stepper.is-loading{opacity:.6;pointer-events:none}

.cp-pagination{display:flex;gap:6px;flex-wrap:wrap;justify-content:center;margin:28px 0 0}
.cp-pagination span a,.cp-pagination span span{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 10px;background:#fff;border:1px solid var(--oxs-rule);border-radius:var(--oxs-radius);color:var(--oxs-ink);font-size:14px}
.cp-pagination span a:hover{border-color:var(--oxs-brand);color:var(--oxs-brand)}
.cp-pagination .current{background:var(--oxs-brand);color:#fff;border-color:var(--oxs-brand)}
.cp-admin-notice{margin:0 0 16px;padding:12px 14px;background:#fff7ed;border:1px solid #fdba74;border-radius:var(--oxs-radius);color:#9a3412;font-size:13px}
.cp-admin-notice ul{margin:8px 0 0 18px;padding:0}

/* ===== Cart drawer ===== */
.cp-drawer-backdrop{position:fixed;inset:0;background:rgba(11,27,43,.5);z-index:998;opacity:0;transition:opacity .25s}
.cp-drawer-backdrop:not([hidden]){opacity:1}
.cp-cart-drawer{position:fixed;top:0;right:0;width:min(420px,100vw);height:100dvh;background:#fff;z-index:999;display:flex;flex-direction:column;box-shadow:-12px 0 40px rgba(11,27,43,.18);transform:translateX(100%);transition:transform .28s cubic-bezier(.2,.8,.2,1)}
.cp-cart-drawer:not([hidden]){transform:translateX(0)}
.cp-cart-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--oxs-rule)}
.cp-cart-drawer__heading{margin:0;font-size:16px;font-weight:700;color:var(--oxs-ink);text-transform:uppercase;letter-spacing:.06em}
.cp-cart-drawer__close{background:transparent;border:0;font-size:26px;line-height:1;color:var(--oxs-muted);cursor:pointer;padding:0 4px}
.cp-cart-drawer__close:hover{color:var(--oxs-brand)}
.cp-cart-drawer__body{flex:1;overflow-y:auto;padding:8px 20px 16px}
.cp-cart-drawer__loading{padding:40px 0;text-align:center;color:var(--oxs-muted)}
.cp-cart-drawer__empty{padding:40px 0;text-align:center}
.cp-cart-drawer__empty p{margin-bottom:18px;color:var(--oxs-muted)}
.cp-cart-drawer__items{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}
.cp-cart-drawer__item{display:grid;grid-template-columns:64px 1fr auto;gap:12px;align-items:center;padding-bottom:14px;border-bottom:1px solid var(--oxs-rule)}
.cp-cart-drawer__thumb{display:block;width:64px;height:64px;border-radius:6px;overflow:hidden;background:var(--oxs-surface)}
.cp-cart-drawer__thumb img{width:100%;height:100%;object-fit:cover}
.cp-cart-drawer__title{display:block;color:var(--oxs-ink);font-weight:600;font-size:14px;margin-bottom:6px}
.cp-cart-drawer__title:hover{color:var(--oxs-brand)}
.cp-cart-drawer__qty{display:inline-flex;align-items:center;gap:6px;font-size:13px}
.cp-cart-drawer__qty button{width:26px;height:26px;border:1px solid var(--oxs-rule);background:#fff;border-radius:4px;cursor:pointer;color:var(--oxs-ink);font-weight:700}
.cp-cart-drawer__qty button:hover{border-color:var(--oxs-brand);color:var(--oxs-brand)}
.cp-cart-drawer__qty input{width:40px;text-align:center;border:1px solid var(--oxs-rule);border-radius:4px;padding:4px;font-size:13px;-moz-appearance:textfield}
.cp-cart-drawer__qty input::-webkit-outer-spin-button,.cp-cart-drawer__qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.cp-cart-drawer__remove{margin-left:auto;color:var(--oxs-muted);background:transparent;border:0;cursor:pointer;text-decoration:underline;font-size:12px}
.cp-cart-drawer__remove:hover{color:var(--oxs-accent)}
.cp-cart-drawer__sub{font-weight:700;color:var(--oxs-ink);font-size:14px;align-self:start;text-align:right}
.cp-cart-drawer__totals{padding:16px 0;border-top:1px solid var(--oxs-rule);margin-top:8px}
.cp-cart-drawer__warn{padding:10px 12px;background:#fff7ed;border:1px solid #fdba74;border-radius:6px;font-size:13px;color:#9a3412;margin-bottom:10px}
.cp-cart-drawer__row{display:flex;justify-content:space-between;padding:6px 0;color:var(--oxs-muted);font-size:14px}
.cp-cart-drawer__row strong{color:var(--oxs-ink)}
.cp-cart-drawer__row--total{font-size:16px;color:var(--oxs-ink);padding-top:10px;border-top:1px solid var(--oxs-rule);margin-top:4px}
.cp-cart-drawer__row--total strong{color:var(--oxs-brand)}
.cp-cart-drawer__actions{display:flex;flex-direction:column;gap:8px;padding:0 20px 20px}

/* Post-add modal */
.cp-postadd-backdrop{position:fixed;inset:0;background:rgba(11,27,43,.5);z-index:998}
.cp-postadd-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:min(440px,calc(100vw - 32px));background:#fff;border-radius:10px;box-shadow:0 24px 60px rgba(11,27,43,.25);z-index:999;padding:24px}
.cp-postadd-modal__close{position:absolute;top:10px;right:10px;background:transparent;border:0;font-size:24px;color:var(--oxs-muted);cursor:pointer}
.cp-postadd-modal__head{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.cp-postadd-modal__check{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;background:#16C089;color:#fff;font-weight:700}
.cp-postadd-modal__title{margin:0;font-weight:700;font-size:16px}
.cp-postadd-modal__item{display:flex;gap:12px;align-items:center;padding:12px;background:var(--oxs-surface);border-radius:8px;margin-bottom:14px}
.cp-postadd-modal__item img{width:56px;height:56px;border-radius:6px;object-fit:cover}
.cp-postadd-modal__totals{padding:10px 0;border-top:1px solid var(--oxs-rule);border-bottom:1px solid var(--oxs-rule);margin-bottom:16px}
.cp-postadd-modal__row{display:flex;justify-content:space-between;font-weight:600}
.cp-postadd-modal__warn{margin:8px 0 0;color:#9a3412;font-size:13px}
.cp-postadd-modal__actions{display:flex;flex-direction:column;gap:8px}
.cp-postadd-modal__viewcart{text-align:center;color:var(--oxs-muted);font-size:13px}

/* ===== Single product PDP ===== */
.oxs-product{padding:8px 0 32px}
.oxs-product__grid{display:grid;grid-template-columns:1.05fr 1fr;gap:36px;align-items:start;margin-top:16px}
@media (max-width:880px){.oxs-product__grid{grid-template-columns:1fr}}
.oxs-product__gallery{position:sticky;top:96px}
.oxs-product__summary{display:flex;flex-direction:column;gap:14px}
.oxs-product__summary .price,.oxs-product__summary .woocommerce-Price-amount{color:var(--oxs-brand);font-size:24px;font-weight:700}
.oxs-product__summary .product_title{font-size:30px;margin:0 0 4px}
.oxs-product__summary form.cart{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin:8px 0}
.oxs-product__summary form.cart .quantity input{width:64px;padding:10px;border:1px solid var(--oxs-rule);border-radius:var(--oxs-radius);font-size:14px;text-align:center}
.oxs-product__summary form.cart .single_add_to_cart_button,
.oxs-product__summary .single_add_to_cart_button{background:var(--oxs-brand) !important;color:#fff !important;border:0 !important;border-radius:var(--oxs-radius) !important;padding:14px 28px !important;font-weight:700 !important;font-size:15px !important;cursor:pointer;text-transform:none !important}
.oxs-product__summary form.cart .single_add_to_cart_button:hover{background:var(--oxs-brand-ink) !important}
.oxs-product__shipnote{padding:10px 12px;background:#ecfdf5;border:1px solid #6ee7b7;border-radius:var(--oxs-radius);font-size:13px;color:#047857;margin:8px 0}
.oxs-product__trust{list-style:none;padding:0;margin:8px 0 0;display:flex;flex-wrap:wrap;gap:10px 18px;font-size:13px;color:var(--oxs-muted)}
.oxs-product__trust li{display:flex;align-items:center;gap:6px}
.oxs-product__ruo-note{font-size:12px;color:var(--oxs-muted);background:var(--oxs-surface);padding:10px 12px;border-radius:var(--oxs-radius);border-left:3px solid var(--oxs-brand)}
.oxs-product__details{margin:48px 0 0}
.oxs-product__reviews{margin:32px 0 0}

/* PDP tabs */
.oxs-tabs{margin:24px 0}
.oxs-tabs__nav{display:flex;flex-wrap:wrap;gap:4px;border-bottom:2px solid var(--oxs-rule);margin-bottom:18px}
.oxs-tabs__btn{background:transparent;border:0;padding:12px 18px;cursor:pointer;font-weight:600;color:var(--oxs-muted);font-size:14px;border-bottom:2px solid transparent;margin-bottom:-2px}
.oxs-tabs__btn.is-active{color:var(--oxs-brand);border-bottom-color:var(--oxs-brand)}
.oxs-tabs__panel{display:none}
.oxs-tabs__panel.is-active{display:block}

/* Sticky add-to-cart bar */
.oxs-sticky-cart{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--oxs-rule);box-shadow:0 -8px 24px rgba(11,27,43,.08);padding:10px 16px;display:none;z-index:80;align-items:center;gap:12px}
.oxs-sticky-cart.is-visible{display:flex}
.oxs-sticky-cart__title{flex:1;font-weight:600;font-size:14px;color:var(--oxs-ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.oxs-sticky-cart__price{color:var(--oxs-brand);font-weight:700}

/* Qty discount table (PDP) */
.oxs-qty-discount{margin:14px 0;border:1px solid var(--oxs-rule);border-radius:var(--oxs-radius);overflow:hidden;font-size:13px}
.oxs-qty-discount table{width:100%;border-collapse:collapse}
.oxs-qty-discount th,.oxs-qty-discount td{padding:10px;text-align:center;border:1px solid var(--oxs-rule)}
.oxs-qty-discount thead th{background:var(--oxs-surface);color:var(--oxs-ink);text-transform:uppercase;font-size:11px;letter-spacing:.06em}

/* FBT rail */
.oxs-fbt{margin:48px 0 0}
.oxs-fbt__title{font-size:20px;margin:0 0 16px}
.oxs-fbt__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}

/* Cart-empty + min-order banner */
.cp-min-order-banner{padding:12px 14px;background:var(--oxs-surface);border:1px solid var(--oxs-rule);border-radius:var(--oxs-radius);font-size:13px;color:var(--oxs-ink);margin:10px 0 16px}

/* SEO copy block on home/shop */
.oxs-seo-copy{background:var(--oxs-surface);padding:32px;border-radius:var(--oxs-radius);margin:24px 0}
.oxs-seo-copy h2{font-size:22px;margin:0 0 12px}
.oxs-seo-copy p{margin:0 0 10px;color:var(--oxs-ink)}

/* WooCommerce safety overrides — keep things clean */
.woocommerce ul.products li.product .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page button.button{background:var(--oxs-brand) !important;color:#fff !important;border-radius:var(--oxs-radius) !important;padding:10px 18px !important;font-weight:600 !important;text-transform:none !important;border:0 !important}
.woocommerce a.button:hover,.woocommerce button.button:hover{background:var(--oxs-brand-ink) !important}
.woocommerce-message,.woocommerce-info{border-top-color:var(--oxs-brand)}
.woocommerce-message::before,.woocommerce-info::before{color:var(--oxs-brand)}

/* ===== FAQ accordion (homepage) ===== */
.oxs-faq{display:flex;flex-direction:column;gap:8px;max-width:880px;margin:0 auto}
.oxs-faq__item{background:#fff;border:1px solid var(--oxs-rule);border-radius:var(--oxs-radius);padding:14px 18px}
.oxs-faq__item summary{cursor:pointer;font-weight:600;list-style:none;color:var(--oxs-ink);display:flex;justify-content:space-between;align-items:center;gap:12px}
.oxs-faq__item summary::after{content:"+";color:var(--oxs-brand);font-size:22px;font-weight:700;line-height:1}
.oxs-faq__item[open] summary::after{content:"–"}
.oxs-faq__item p{margin:12px 0 0;color:var(--oxs-muted);line-height:1.7}

/* Mobile responsive */
@media (max-width:960px){
  .oxs-nav{display:none}
  .oxs-mobile-toggle{display:inline-flex}
  .oxs-search{display:none;min-width:0;width:100%;order:5;margin:8px 0 0;flex-basis:100%}
  .oxs-search.is-open{display:flex}
  .oxs-search-toggle{display:inline-flex}
  .oxs-cart-pill{padding:10px 12px}
  .oxs-cart-pill__label{display:none}
  .oxs-mobile-toggle{width:40px;height:40px;padding:0;display:inline-flex;align-items:center;justify-content:center}
  .oxs-header__row{flex-wrap:wrap;min-height:64px;gap:12px}
  .oxs-hero__inner{grid-template-columns:1fr;gap:24px}
  .oxs-hero__visual{height:auto;display:flex;gap:12px;flex-wrap:wrap}
  .oxs-vial-card{position:static;transform:none;width:48%;flex:1 1 240px}
  .oxs-hero h1{font-size:32px}
  .oxs-utilbar__nav{display:none}
}

/* Footer wp_footer-print guard: hide accidental duplicate footer */
.oxs-footer ~ .oxs-footer{display:none !important}

/* ============================================================
 * v1.2.1 — Shop / Cart / Checkout redesign
 * ============================================================ */

/* ---------- Shop grid (the missing rule that caused 1-per-row) ---------- */
.cp-shop-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:24px;
  margin:24px 0 36px;
}
@media (max-width:1199px){ .cp-shop-grid{ grid-template-columns:repeat(3, minmax(0,1fr)); gap:20px; } }
@media (max-width:899px){  .cp-shop-grid{ grid-template-columns:repeat(2, minmax(0,1fr)); gap:16px; } }
@media (max-width:480px){  .cp-shop-grid{ gap:12px; } }

/* Toolbar polish */
.cp-shop-toolbar{
  display:flex; flex-wrap:wrap; gap:12px; align-items:center;
  padding:14px 16px; background:#fff; border:1px solid var(--oxs-rule);
  border-radius:var(--oxs-radius); margin:18px 0 14px;
  box-shadow:0 1px 0 rgba(15,23,42,.02);
}
.cp-shop-search{ display:flex; gap:8px; flex:1 1 280px; min-width:240px; }
.cp-shop-search input{
  flex:1; padding:10px 14px; border:1px solid var(--oxs-rule);
  border-radius:var(--oxs-radius); font-size:14px; background:#fff;
}
.cp-shop-search input:focus{ outline:0; border-color:var(--oxs-brand); box-shadow:0 0 0 3px color-mix(in srgb, var(--oxs-brand) 18%, transparent); }
.cp-shop-sort{ display:flex; align-items:center; gap:8px; font-size:13px; color:var(--oxs-muted); }
.cp-shop-sort select{ padding:9px 12px; border:1px solid var(--oxs-rule); border-radius:var(--oxs-radius); background:#fff; font-size:14px; cursor:pointer; }
.cp-shop-sort select:focus{ outline:0; border-color:var(--oxs-brand); }

/* Category pill rail */
.cp-shop-pills{
  display:flex; gap:8px; flex-wrap:nowrap; overflow-x:auto;
  padding:4px 0 12px; margin:0 0 8px;
  scrollbar-width:thin;
}
.cp-shop-pills::-webkit-scrollbar{ height:4px; }
.cp-shop-pills::-webkit-scrollbar-thumb{ background:var(--oxs-rule); border-radius:2px; }
.cp-pill{
  flex:0 0 auto; display:inline-flex; align-items:center; gap:6px;
  padding:8px 14px; border:1px solid var(--oxs-rule); border-radius:999px;
  background:#fff; color:var(--oxs-ink); font-size:13px; font-weight:500;
  white-space:nowrap; transition:all .15s;
}
.cp-pill:hover{ border-color:var(--oxs-brand); color:var(--oxs-brand); }
.cp-pill.is-active{ background:var(--oxs-brand); border-color:var(--oxs-brand); color:#fff; }
.cp-pill small{ opacity:.7; font-weight:400; }

.cp-shop__count{ color:var(--oxs-muted); font-size:13px; margin:8px 0 0; }

/* Pagination */
.cp-pagination{ display:flex; flex-wrap:wrap; gap:6px; justify-content:center; margin:32px 0 8px; }
.cp-pagination span a, .cp-pagination span > .current{
  display:inline-flex; align-items:center; justify-content:center;
  min-width:38px; height:38px; padding:0 12px;
  border:1px solid var(--oxs-rule); border-radius:var(--oxs-radius);
  background:#fff; color:var(--oxs-ink); font-weight:600; font-size:14px;
  text-decoration:none; transition:all .15s;
}
.cp-pagination span a:hover{ border-color:var(--oxs-brand); color:var(--oxs-brand); }
.cp-pagination span > .current{ background:var(--oxs-brand); border-color:var(--oxs-brand); color:#fff; }

/* Empty state */
.cp-shop-empty{
  text-align:center; padding:48px 20px; background:#fff;
  border:1px dashed var(--oxs-rule); border-radius:var(--oxs-radius);
}
.cp-shop-empty h2{ margin:0 0 8px; font-size:20px; }
.cp-shop-empty p{ color:var(--oxs-muted); margin:6px 0 16px; }

/* ---------- API CART page ---------- */
.cp-api-cart-page{ padding:32px 0 64px; }
.cp-api-cart-page > .cp-container > h1{ margin:6px 0 4px; font-size:32px; letter-spacing:-.01em; }
.cp-api-cart-page .cp-eyebrow{ color:var(--oxs-brand); font-size:12px; font-weight:600; text-transform:uppercase; letter-spacing:.16em; }

.cp-api-cart{ margin-top:24px; }
.cp-api-cart__grid{
  display:grid; grid-template-columns:1.4fr 1fr; gap:32px; align-items:start;
}
@media (max-width:959px){ .cp-api-cart__grid{ grid-template-columns:1fr; gap:20px; } }

.cp-api-cart__items{ display:flex; flex-direction:column; gap:14px; }

.cp-api-cart-item{
  position:relative;
  display:grid; grid-template-columns:96px 1fr auto auto; gap:18px;
  align-items:center;
  padding:16px; background:#fff; border:1px solid var(--oxs-rule);
  border-radius:var(--oxs-radius); transition:border-color .15s, box-shadow .15s;
}
.cp-api-cart-item:hover{ border-color:color-mix(in srgb, var(--oxs-brand) 50%, var(--oxs-rule)); box-shadow:0 1px 3px rgba(15,23,42,.04); }
.cp-api-cart-item__img{ display:block; width:96px; height:96px; border-radius:8px; overflow:hidden; background:var(--oxs-surface); border:1px solid var(--oxs-rule); }
.cp-api-cart-item__img img{ width:100%; height:100%; object-fit:cover; display:block; }
.cp-api-cart-item__noimg{ display:flex; align-items:center; justify-content:center; height:100%; color:var(--oxs-muted); font-size:11px; }
.cp-api-cart-item__main{ min-width:0; }
.cp-api-cart-item__title{ margin:0 0 4px; font-size:15px; font-weight:600; line-height:1.3; }
.cp-api-cart-item__title a{ color:var(--oxs-ink); }
.cp-api-cart-item__title a:hover{ color:var(--oxs-brand); }
.cp-api-cart-item__price{ color:var(--oxs-muted); font-size:13px; }
.cp-api-cart-item__lbl{ display:block; font-size:11px; text-transform:uppercase; letter-spacing:.12em; color:var(--oxs-muted); margin-bottom:6px; }
.cp-api-cart-item__qty{ display:flex; flex-direction:column; align-items:center; }
.cp-api-cart-item__sub{ text-align:right; min-width:80px; }
.cp-api-cart-item__sub-amt{ font-weight:700; font-size:15px; color:var(--oxs-ink); }
.cp-api-cart-item__remove{
  position:absolute; top:8px; right:8px;
  width:28px; height:28px; border-radius:50%;
  background:transparent; border:0; cursor:pointer;
  color:var(--oxs-muted); font-size:18px; line-height:1;
  display:flex; align-items:center; justify-content:center;
  transition:all .15s;
}
.cp-api-cart-item__remove:hover{ background:#fee2e2; color:#dc2626; }

.cp-api-qty{
  display:inline-flex; align-items:center;
  border:1px solid var(--oxs-brand); border-radius:var(--oxs-radius);
  background:#fff; overflow:hidden;
}
.cp-api-qty__btn{
  width:34px; height:34px; background:#fff; color:var(--oxs-brand);
  border:0; cursor:pointer; font-size:18px; font-weight:700; line-height:1;
  display:flex; align-items:center; justify-content:center;
  transition:background .15s, color .15s;
}
.cp-api-qty__btn:hover{ background:var(--oxs-brand); color:#fff; }
.cp-api-qty input{
  width:44px; text-align:center; height:34px;
  border:0; border-left:1px solid var(--oxs-rule); border-right:1px solid var(--oxs-rule);
  background:transparent; font-weight:700; font-size:14px; color:var(--oxs-ink);
  -moz-appearance:textfield;
}
.cp-api-qty input::-webkit-outer-spin-button,
.cp-api-qty input::-webkit-inner-spin-button{ -webkit-appearance:none; margin:0; }
.cp-api-qty input:focus{ outline:0; }

@media (max-width:560px){
  .cp-api-cart-item{ grid-template-columns:80px 1fr; gap:12px; padding:12px; }
  .cp-api-cart-item__img{ width:80px; height:80px; }
  .cp-api-cart-item__qty{ grid-column:1 / 3; align-items:flex-start; flex-direction:row; gap:12px; padding-top:8px; border-top:1px solid var(--oxs-rule); margin-top:4px; }
  .cp-api-cart-item__lbl{ display:none; }
  .cp-api-cart-item__sub{ grid-column:2; text-align:right; }
}

/* Cart summary */
.cp-api-cart__summary{ position:sticky; top:96px; }
.cp-api-summary{
  background:#fff; border:1px solid var(--oxs-rule);
  border-radius:var(--oxs-radius); padding:22px;
  box-shadow:0 1px 3px rgba(15,23,42,.04);
}
.cp-api-summary h3{ margin:0 0 16px; font-size:18px; }
.cp-api-summary h4{ margin:18px 0 8px; font-size:13px; text-transform:uppercase; letter-spacing:.1em; color:var(--oxs-muted); font-weight:600; }
.cp-api-summary__warn{
  background:#fff7ed; border:1px solid #fdba74; color:#9a3412;
  padding:10px 14px; border-radius:var(--oxs-radius); font-size:13px; margin-bottom:14px;
}
.cp-api-summary__lines{ list-style:none; padding:0; margin:0 0 14px; }
.cp-api-summary__lines li{ display:flex; justify-content:space-between; padding:7px 0; font-size:14px; color:var(--oxs-muted); border-bottom:1px dashed var(--oxs-rule); }
.cp-api-summary__lines li:last-child{ border-bottom:0; }
.cp-api-summary__lines strong{ color:var(--oxs-ink); font-weight:600; }
.cp-api-summary__total{ border-top:2px solid var(--oxs-ink) !important; margin-top:6px; padding-top:14px !important; font-size:16px !important; }
.cp-api-summary__total strong{ font-size:20px !important; color:var(--oxs-brand) !important; }

.cp-api-summary__cta{
  display:block; width:100%; text-align:center; margin-top:14px;
  padding:14px 18px; font-size:15px; font-weight:700;
}
.cp-api-summary__cta.is-disabled{ opacity:.5; pointer-events:none; }
.cp-api-summary__note{ font-size:12px; color:var(--oxs-muted); text-align:center; margin:10px 0 0; }

/* Shipping radio */
.cp-api-radio{
  display:flex; align-items:center; gap:10px;
  padding:10px 12px; border:1px solid var(--oxs-rule); border-radius:var(--oxs-radius);
  margin-bottom:6px; cursor:pointer; transition:all .15s; background:#fff;
}
.cp-api-radio:hover{ border-color:var(--oxs-brand); }
.cp-api-radio input{ accent-color:var(--oxs-brand); }
.cp-api-radio:has(input:checked){ border-color:var(--oxs-brand); background:color-mix(in srgb, var(--oxs-brand) 5%, #fff); }
.cp-api-radio span{ flex:1; display:flex; justify-content:space-between; font-size:14px; color:var(--oxs-ink); }
.cp-api-radio em{ font-style:normal; color:var(--oxs-brand); font-weight:600; }

/* Coupon */
.cp-api-summary__coupon{ margin-top:14px; padding-top:14px; border-top:1px solid var(--oxs-rule); }
.cp-api-summary__coupon label{ font-size:13px; font-weight:600; color:var(--oxs-ink); display:block; margin-bottom:8px; }
.cp-api-coupon-row{ display:flex; gap:8px; }
.cp-api-coupon-row input{ flex:1; padding:9px 12px; border:1px solid var(--oxs-rule); border-radius:var(--oxs-radius); font-size:14px; }
.cp-api-coupon-row input:focus{ outline:0; border-color:var(--oxs-brand); }
.cp-api-coupon-list{ list-style:none; padding:0; margin:10px 0 0; display:flex; flex-wrap:wrap; gap:6px; }
.cp-api-coupon-list li{ display:inline-flex; align-items:center; gap:8px; padding:5px 8px 5px 12px; background:#ecfdf5; border:1px solid #a7f3d0; color:#047857; border-radius:999px; font-size:12px; font-weight:600; }
.cp-api-coupon-list button{ width:18px; height:18px; border-radius:50%; border:0; background:#047857; color:#fff; cursor:pointer; line-height:1; font-size:14px; }

/* Continue shopping */
.cp-api-cart__continue{ margin:24px 0 0; }

/* Empty state */
.cp-api-cart__empty{
  text-align:center; padding:56px 24px; background:#fff;
  border:1px dashed var(--oxs-rule); border-radius:var(--oxs-radius);
}
.cp-api-cart__empty h2{ margin:0 0 8px; font-size:22px; }
.cp-api-cart__empty p{ color:var(--oxs-muted); margin:0 0 18px; }

/* ---------- API CHECKOUT page ---------- */
.cp-api-checkout-page{ padding:32px 0 64px; }
.cp-api-checkout-page > .cp-container > h1{ margin:6px 0 16px; font-size:32px; letter-spacing:-.01em; }

.cp-api-checkout__grid{
  display:grid; grid-template-columns:1.5fr 1fr; gap:32px; align-items:start;
}
@media (max-width:1023px){ .cp-api-checkout__grid{ grid-template-columns:1fr; gap:20px; } }

.cp-api-checkout__main{ display:flex; flex-direction:column; gap:18px; }

.cp-api-card{
  background:#fff; border:1px solid var(--oxs-rule);
  border-radius:var(--oxs-radius); padding:22px 24px;
  box-shadow:0 1px 3px rgba(15,23,42,.03);
}
.cp-api-card h2{
  display:flex; align-items:center; gap:12px;
  margin:0 0 18px; padding-bottom:14px;
  font-size:17px; font-weight:600; color:var(--oxs-ink);
  border-bottom:1px solid var(--oxs-rule);
}
.cp-api-step{
  display:inline-flex; align-items:center; justify-content:center;
  width:28px; height:28px; border-radius:50%;
  background:var(--oxs-brand); color:#fff;
  font-size:13px; font-weight:700;
}
.cp-api-card label{ display:block; font-size:13px; font-weight:500; color:var(--oxs-ink); margin-bottom:14px; }
.cp-api-card label .req{ color:#dc2626; }
.cp-api-card input[type=text],
.cp-api-card input[type=email],
.cp-api-card input[type=tel],
.cp-api-card input[type=number],
.cp-api-card select,
.cp-api-card textarea{
  display:block; width:100%; margin-top:6px;
  padding:11px 14px; font-size:14px;
  border:1px solid var(--oxs-rule); border-radius:var(--oxs-radius);
  background:#fff; color:var(--oxs-ink); font-family:inherit;
  transition:border-color .15s, box-shadow .15s;
}
.cp-api-card input:focus,
.cp-api-card select:focus,
.cp-api-card textarea:focus{
  outline:0; border-color:var(--oxs-brand);
  box-shadow:0 0 0 3px color-mix(in srgb, var(--oxs-brand) 18%, transparent);
}
.cp-api-row{ display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.cp-api-row--3{ grid-template-columns:1fr 1fr 1fr; }
@media (max-width:560px){ .cp-api-row, .cp-api-row--3{ grid-template-columns:1fr; } }
.cp-api-check{
  display:flex !important; align-items:flex-start; gap:10px;
  font-size:13px; color:var(--oxs-ink); margin-bottom:0;
  padding:10px; background:var(--oxs-surface); border-radius:var(--oxs-radius);
}
.cp-api-check input{ margin-top:2px; accent-color:var(--oxs-brand); }
.cp-api-help{ color:var(--oxs-muted); font-size:13px; margin:-8px 0 14px; }

/* Payment cards */
.cp-api-pay{ display:grid; grid-template-columns:1fr 1fr; gap:10px; }
@media (max-width:560px){ .cp-api-pay{ grid-template-columns:1fr; } }
.cp-api-pay__card{
  display:grid !important; grid-template-columns:auto 32px 1fr; gap:12px; align-items:center;
  padding:12px 14px !important; border:1px solid var(--oxs-rule); border-radius:var(--oxs-radius);
  cursor:pointer; transition:all .15s; background:#fff !important; margin-bottom:0 !important;
}
.cp-api-pay__card:hover{ border-color:var(--oxs-brand); }
.cp-api-pay__card:has(input:checked){ border-color:var(--oxs-brand); background:color-mix(in srgb, var(--oxs-brand) 5%, #fff) !important; box-shadow:0 0 0 3px color-mix(in srgb, var(--oxs-brand) 12%, transparent); }
.cp-api-pay__card input{ accent-color:var(--oxs-brand); width:18px; height:18px; }
.cp-api-pay__icon{ font-size:22px; text-align:center; }
.cp-api-pay__label{ display:block; font-weight:600; font-size:14px; color:var(--oxs-ink); }
.cp-api-pay__blurb{ display:block; font-size:12px; color:var(--oxs-muted); margin-top:2px; }

/* Errors */
.cp-api-errors{
  background:#fef2f2; border:1px solid #fca5a5; color:#991b1b;
  padding:14px 16px; border-radius:var(--oxs-radius); margin-bottom:18px; font-size:14px;
}
.cp-api-errors ul{ margin:6px 0 0 18px; padding:0; }

/* Aside / order review */
.cp-api-checkout__aside{ position:sticky; top:96px; }
.cp-api-summary--checkout .cp-api-summary__items{
  list-style:none; padding:0; margin:0 0 14px;
  max-height:280px; overflow-y:auto;
}
.cp-api-summary--checkout .cp-api-summary__items li{
  display:flex; justify-content:space-between; gap:10px;
  padding:8px 0; font-size:13px; color:var(--oxs-ink);
  border-bottom:1px dashed var(--oxs-rule);
}
.cp-api-summary--checkout .cp-api-summary__items li:last-child{ border-bottom:0; }
.cp-api-summary--checkout .cp-api-summary__items strong{ white-space:nowrap; }

/* Branded support card under summary */
.cp-api-support{
  margin-top:14px; padding:18px; background:var(--oxs-surface);
  border:1px solid var(--oxs-rule); border-radius:var(--oxs-radius);
}
.cp-api-support h4{ margin:0 0 6px; font-size:13px; text-transform:uppercase; letter-spacing:.1em; color:var(--oxs-muted); }
.cp-api-support p{ margin:4px 0; font-size:13px; color:var(--oxs-ink); }
.cp-api-support a{ color:var(--oxs-brand); font-weight:600; }
.cp-api-support ul{ list-style:none; padding:0; margin:10px 0 0; font-size:12px; color:var(--oxs-muted); }
.cp-api-support ul li{ padding:3px 0 3px 18px; position:relative; }
.cp-api-support ul li::before{ content:"✓"; position:absolute; left:0; color:var(--oxs-brand); font-weight:700; }

/* Mobile sticky checkout/cart bar */
@media (max-width:959px){
  .cp-api-cart__summary, .cp-api-checkout__aside{ position:static; }
}

/* =========================================================================
 * v1.2.9 — Lighthouse polish: CLS, contrast, font swap reflow
 * ========================================================================= */

/* Reserve hero vertical space so the H1 doesn't shift when the heading
   font swaps in (was the source of the 0.125 CLS on /knowledge-center/). */
.oxs-page-hero{min-height:220px}
.oxs-page-hero h1{min-height:1.25em}
.oxs-hero{min-height:380px}
.oxs-hero h1{min-height:2.5em}

/* Body-content email links: don't rely on color alone (WCAG link audit). */
.oxs-section a[href^="mailto:"],
.oxs-page-hero a[href^="mailto:"]{text-decoration:underline;text-underline-offset:2px}

/* Match Inter's metrics so the fallback → webfont swap doesn't reflow. */
@font-face{
  font-family:"Inter Fallback";
  src:local("Arial");
  ascent-override:90%;
  descent-override:22.43%;
  line-gap-override:0%;
  size-adjust:107.64%;
}
@font-face{
  font-family:"IBM Plex Sans Fallback";
  src:local("Arial");
  ascent-override:95%;
  descent-override:25%;
  line-gap-override:0%;
  size-adjust:104%;
}
:root{
  --oxs-font:"Inter","Inter Fallback",system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
}

/* ============================================================ v1.3.3 — Custom Thank-You Page ===== */
.oxs-thankyou{padding:48px 0 80px}
.oxs-thankyou__hero{margin-bottom:32px}
.oxs-thankyou__hero h1{font-size:36px;line-height:1.15;margin:6px 0 14px}
.oxs-thankyou__lede{max-width:680px;color:var(--oxs-muted);font-size:16px;line-height:1.65;margin:0}
.oxs-thankyou__card{background:var(--oxs-surface);border:1px solid var(--oxs-rule);border-radius:var(--oxs-radius);padding:24px;margin-bottom:18px;box-shadow:var(--oxs-shadow)}
.oxs-thankyou__card-head{display:flex;align-items:flex-start;gap:14px}
.oxs-thankyou__icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;background:rgba(22,112,201,.1);color:var(--oxs-brand);flex:0 0 auto;margin-top:2px}
.oxs-thankyou__h2{font-size:22px;line-height:1.25;margin:0 0 6px;color:var(--oxs-ink)}
.oxs-thankyou__muted{color:var(--oxs-muted);font-size:15px;line-height:1.65;margin:8px 0 0}
.oxs-thankyou__meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:20px}
.oxs-thankyou__meta{background:#fff;border:1px solid var(--oxs-rule);border-radius:var(--oxs-radius);padding:14px 16px}
.oxs-thankyou__meta-label{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--oxs-muted);margin:0 0 6px;font-weight:600}
.oxs-thankyou__meta-value{font-size:16px;font-weight:600;color:var(--oxs-ink);margin:0}
.oxs-thankyou__actions{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:20px}
.oxs-thankyou__action{width:100%;justify-content:center;gap:8px;padding:12px 16px;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.oxs-thankyou__hint{font-size:11px;font-weight:500;opacity:.85;margin-left:4px}
.oxs-thankyou__footer-ctas{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
@media (max-width:720px){
  .oxs-thankyou{padding:32px 0 56px}
  .oxs-thankyou__hero h1{font-size:28px}
  .oxs-thankyou__card{padding:18px}
  .oxs-thankyou__meta-grid{grid-template-columns:1fr}
  .oxs-thankyou__actions{grid-template-columns:1fr}
}

/* ============================================================
   v1.1.3 — Emerald + cream rebrand (token override)
   ============================================================ */
:root{
  --oxs-bg:#fbf8f1;
  --oxs-surface:#f3ede0;
  --oxs-ink:#0f2a22;
  --oxs-muted:#4b5d56;
  --oxs-brand:#0f5132;
  --oxs-brand-ink:#0a3a24;
  --oxs-accent:#c8a24b;
  --oxs-rule:#e6dfcd;
}
body.oxs-body{ background:var(--oxs-bg); color:var(--oxs-ink); }
.oxs-utilbar{ background:var(--oxs-brand); }
.oxs-utilbar__count{ color:var(--oxs-brand); }
.oxs-header{ background:rgba(251,248,241,.94); border-bottom:1px solid var(--oxs-rule); }
.oxs-logo__name{ color:var(--oxs-ink); }
.oxs-logo__sub{ color:var(--oxs-brand); }
