/* Same typography and palette as assets/site.css. Scoped to storefront UI. */
.on-store-header, .on-store-footer, body.offernudge-commerce {
  --on-font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --on-bg: #070a0b; --on-text: #f6f8f3; --on-muted: #a5aeaa;
  --on-line: rgba(255,255,255,.11); --on-acid: #91ff00;
  font-family: var(--on-font) !important;
}
.on-store-header, .on-store-footer { box-sizing: border-box; background: var(--on-bg); color: var(--on-text); display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px max(24px, calc((100vw - 1216px) / 2)); margin: 0; width: 100%; }
.on-store-header { min-height: 82px; border-bottom: 1px solid var(--on-line); }
.on-store-header nav, .on-store-footer nav { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }
.on-store-header a, .on-store-footer a { color: var(--on-muted); font-size: .9rem; font-weight: 650; text-decoration: none; }
.on-store-header a:hover, .on-store-footer a:hover { color: var(--on-acid); }
.on-store-brand img { display: block; width: 180px; height: 54px; object-fit: cover; }
.on-store-header .on-buy { background: var(--on-acid); color: #081000; padding: 12px 22px; border-radius: 999px; font-weight: 780; }
.on-store-footer { border-top: 1px solid var(--on-line); padding-top: 30px; padding-bottom: 30px; }
.on-store-footer p { font-size: .9rem; margin: 0; font-weight: 650; }
.on-store-footer p span { display: block; color: var(--on-muted); font-size: .8rem; margin-top: 5px; font-weight: 400; }
body.offernudge-commerce { background: var(--on-bg) !important; color: var(--on-text) !important; font-size: 16px; line-height: 1.65; }
body.offernudge-commerce .wp-site-blocks { padding-top: 0; padding-bottom: 0; }
body.offernudge-commerce main { box-sizing: border-box; max-width: 1280px; margin: 0 auto; padding: 48px 32px 80px; }
body.offernudge-commerce :where(h1,h2,h3,h4,p,a,span,div,label,input,button,select,textarea,table,th,td) { font-family: var(--on-font) !important; }
body.offernudge-commerce :where(h1,h2,h3,h4) { color: var(--on-text); font-weight: 760; letter-spacing: -.045em; line-height: 1.1; }
body.offernudge-commerce h1 { font-size: clamp(2.5rem,4.8vw,4.25rem); letter-spacing: -.055em; }
body.offernudge-commerce h2 { font-size: clamp(1.7rem,3vw,2.5rem); }
body.offernudge-commerce a { color: var(--on-acid); text-underline-offset: 4px; }
body.offernudge-commerce :where(a,button,input,select,textarea):focus-visible, .on-store-header a:focus-visible, .on-store-footer a:focus-visible { outline: 3px solid #91ff00; outline-offset: 4px; }
body.offernudge-commerce .woocommerce-breadcrumb { font-size: .8rem; color: var(--on-muted); margin-bottom: 30px; }
body.offernudge-commerce .woocommerce-breadcrumb a { color: var(--on-muted); }
body.offernudge-commerce .woocommerce div.product div.images { width: 44%; }
body.offernudge-commerce .woocommerce div.product div.summary { width: 50%; }
body.offernudge-commerce .on-product-art { display: block; width: 100%; height: auto; border-radius: 24px; }
body.offernudge-commerce .woocommerce div.product .product_title { margin-bottom: 20px; }
body.offernudge-commerce .woocommerce div.product p.price { color: var(--on-acid); font-size: 2rem; font-weight: 720; letter-spacing: -.03em; }
body.offernudge-commerce .woocommerce-product-details__short-description { color: #c6ceca; font-size: 1.1rem; }
body.offernudge-commerce .woocommerce :where(a.button,button.button,input.button), body.offernudge-commerce .wc-block-components-button, body.offernudge-commerce .wp-element-button { border: 0; border-radius: 999px; background: var(--on-acid); color: #081000; font-size: .98rem; font-weight: 780; line-height: 1.4; padding: 15px 25px; min-height: 52px; text-decoration: none; }
body.offernudge-commerce .woocommerce :where(a.button,button.button,input.button):hover { background: #a7ff38; color: #081000; }
body.offernudge-commerce :where(input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]),select,textarea) { background: #151a1b; color: var(--on-text); border: 1px solid #58615c; border-radius: 10px; padding: 12px; font-size: 1rem; }
body.offernudge-commerce input::placeholder, body.offernudge-commerce textarea::placeholder { color: #a5aeaa; }
body.offernudge-commerce .product_meta { display: none; }
body.offernudge-commerce .woocommerce div.product .woocommerce-tabs ul.tabs { padding-left: 0; }
body.offernudge-commerce .woocommerce div.product .woocommerce-tabs ul.tabs::before { border-color: var(--on-line); }
body.offernudge-commerce .woocommerce div.product .woocommerce-tabs ul.tabs li { background: transparent; border: 0; padding: 10px 20px; }
body.offernudge-commerce .woocommerce div.product .woocommerce-tabs ul.tabs li::before, body.offernudge-commerce .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
body.offernudge-commerce .woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: transparent; border-bottom: 2px solid var(--on-acid); }
body.offernudge-commerce .woocommerce div.product .woocommerce-tabs ul.tabs li a { color: var(--on-muted); font-weight: 720; }
body.offernudge-commerce .woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--on-text); }
body.offernudge-commerce :where(.woocommerce-message,.woocommerce-info,.woocommerce-error,.woocommerce table.shop_table,.woocommerce form.login,.woocommerce form.register,.woocommerce form.checkout_coupon,.woocommerce-checkout #payment,.woocommerce-checkout #payment div.payment_box) { background: #151a1b; color: var(--on-text); border-color: #58615c; border-radius: 12px; }
body.offernudge-commerce .woocommerce :where(table.shop_table td,table.shop_table th,#reviews #comments ol.commentlist li .comment-text) { border-color: #58615c; }
body.offernudge-commerce .woocommerce .quantity .qty { width: 5em; }
/* Block checkout fields have floating labels; retain their native positioning. */
body.offernudge-commerce .wc-block-components-text-input input { padding-top: 1.5em; padding-bottom: .5em; }
body.offernudge-commerce .wc-block-components-text-input label { color: var(--on-muted); }
body.offernudge-commerce .wc-block-components-totals-wrapper { border-color: #58615c; }
@media (max-width: 780px) {
  .on-store-header { flex-wrap: wrap; justify-content: center; gap: 12px; padding: 16px 20px; }
  .on-store-header nav { gap: 16px; justify-content: center; }
  body.offernudge-commerce main { padding: 30px 20px 50px; }
  body.offernudge-commerce .woocommerce div.product div.images, body.offernudge-commerce .woocommerce div.product div.summary { width: 100%; float: none; }
  .on-store-footer { align-items: flex-start; flex-direction: column; padding: 26px 20px; gap: 16px; }
  .on-store-footer nav { gap: 20px; }
}
