/*
Theme Name: Verity
Theme URI: https://veritypeptides.com
Description: Verity Peptides storefront — custom WordPress block theme (Full-Site-Editing). Brand palette and design system live in theme.json; layout is portable block markup in templates/ and parts/. The RUO compliance furniture (trust bar + FDA/503A-503B footer) lives in the verity-compliance-chrome mu-plugin, so it is theme-independent and a theme swap can never drop it. No parent theme, no third-party vendor — fully code-first and AI-maintainable over the terminal.
Author: Verity Peptides
Version: 0.1.0
Requires at least: 6.6
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: verity
*/

/* Most styling is declarative in theme.json. Keep only small supplemental rules here. */

/* Smooth, premium baseline */
html {
	scroll-behavior: smooth;
}

/* Site title never wraps awkwardly next to the nav */
.wp-block-site-title a {
	text-decoration: none;
}

/* ---- Featured research-peptide bar (verity/featured-vials pattern) ---- */
.vf-section{background:var(--wp--preset--color--base);padding:4.5rem 0;}
.vf-head{max-width:760px;margin:0 auto 2.5rem;padding:0 1.25rem;text-align:center;}
.vf-eyebrow{font-size:.8rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--wp--preset--color--primary);margin:0 0 .5rem;}
.vf-h2{font-family:var(--wp--preset--font-family--serif);color:var(--wp--preset--color--contrast);font-weight:600;line-height:1.15;font-size:clamp(1.9rem,3.5vw,2.6rem);margin:0;}
.vf-sub{color:var(--wp--preset--color--muted);font-size:1.375rem;margin:1rem 0 0;}
.vf-marquee{position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);}
.vf-track{display:flex;gap:.9rem;width:max-content;padding:.5rem 1.25rem;}
.vf-card{flex:0 0 auto;box-sizing:border-box;width:168px;background:var(--wp--preset--color--surface);border:1px solid var(--wp--preset--color--subtle);border-radius:12px;padding:.75rem .7rem .85rem;text-align:center;box-shadow:0 1px 2px rgba(14,42,42,.04);}
.vf-vial{height:138px;display:flex;align-items:flex-end;justify-content:center;}
.vf-vial img{height:138px;width:auto;display:block;}
.vf-name{font-weight:600;color:var(--wp--preset--color--contrast);font-size:.9rem;margin:.5rem 0 .12rem;line-height:1.2;}
.vf-spec{color:var(--wp--preset--color--muted);font-size:.74rem;margin:0;}
.vf-row{display:flex;align-items:center;justify-content:center;gap:.4rem;margin-top:.5rem;}
.vf-badge{display:inline-flex;align-items:center;gap:3px;font-size:.6rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:var(--wp--preset--color--primary);background:rgba(15,110,86,.08);border:1px solid rgba(15,110,86,.18);border-radius:999px;padding:2px 6px;}
.vf-price{font-weight:700;color:var(--wp--preset--color--contrast);font-size:.88rem;}
.vf-cta{display:block;margin-top:.6rem;border:1.5px solid var(--wp--preset--color--primary);color:var(--wp--preset--color--primary);background:transparent;border-radius:6px;padding:.42rem;font-weight:600;font-size:.75rem;text-decoration:none;}
.vf-cta:hover{background:var(--wp--preset--color--primary);color:var(--wp--preset--color--surface);}
.vf-foot{max-width:760px;margin:2rem auto 0;padding:0 1.25rem;text-align:center;}
.vf-foot a{color:var(--wp--preset--color--primary);font-weight:600;text-decoration:none;font-size:.95rem;}

/* ---- Header: product search + mini-cart ---- */
.verity-product-search{display:flex;align-items:center;background:var(--wp--preset--color--base);border:1px solid var(--wp--preset--color--subtle);border-radius:999px;padding:2px 4px 2px 12px;max-width:240px;}
.verity-product-search input[type="search"]{border:0;background:transparent;outline:none;font-size:.9rem;color:var(--wp--preset--color--contrast);width:140px;min-width:0;padding:.32rem 0;}
.verity-product-search input[type="search"]::placeholder{color:var(--wp--preset--color--muted);}
.verity-product-search button{display:inline-flex;align-items:center;justify-content:center;border:0;background:var(--wp--preset--color--primary);color:var(--wp--preset--color--surface);width:30px;height:30px;border-radius:999px;cursor:pointer;flex:0 0 auto;}
.verity-product-search button:hover{filter:brightness(1.06);}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
/* Mini-cart: keep the trigger on-brand and aligned with the nav */
.wp-block-woocommerce-mini-cart .wc-block-mini-cart__button{color:var(--wp--preset--color--contrast);padding:.2rem;}
.wp-block-woocommerce-mini-cart .wc-block-mini-cart__badge{background:var(--wp--preset--color--primary);color:var(--wp--preset--color--surface);}
@media (max-width:600px){.verity-product-search{max-width:200px;}.verity-product-search input[type="search"]{width:104px;}}
