/*
Theme Name: My Bud Premium
Theme URI: https://example.com/my-bud-premium
Author: My Bud
Description: Premium black-and-gold WooCommerce theme for My Bud, with age gate and mobile-first storefront styling.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: my-bud-premium
*/
:root{--mb-black:#070707;--mb-panel:#111;--mb-gold:#c99a3d;--mb-gold2:#f0d68b;--mb-text:#f6f2e8;--mb-muted:#aaa;--mb-line:#2b2417;--mb-radius:18px}*{box-sizing:border-box}body{margin:0;background:var(--mb-black);color:var(--mb-text);font-family:Inter,Arial,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}.container{width:min(1180px,92%);margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(7,7,7,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--mb-line)}.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:84px;gap:24px}.brand img{width:150px;height:auto;display:block}.main-nav ul{display:flex;gap:26px;list-style:none;padding:0;margin:0}.main-nav a:hover,.gold{color:var(--mb-gold2)}.header-actions{display:flex;gap:14px;align-items:center}.btn,.button,.wp-element-button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;border-radius:999px;border:1px solid var(--mb-gold);background:linear-gradient(135deg,var(--mb-gold2),var(--mb-gold));color:#111!important;font-weight:800;cursor:pointer}.btn-outline{background:transparent;color:var(--mb-gold2)!important}.hero{min-height:78vh;display:grid;align-items:center;background:radial-gradient(circle at 70% 30%,rgba(201,154,61,.18),transparent 35%),linear-gradient(180deg,#050505,#0b0b0b)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;padding:72px 0}.eyebrow{text-transform:uppercase;letter-spacing:.22em;color:var(--mb-gold2);font-size:.78rem;font-weight:800}.hero h1{font-family:Georgia,serif;font-size:clamp(3rem,7vw,6.4rem);line-height:.95;margin:.2em 0}.hero p{max-width:620px;color:#d1cabd;font-size:1.1rem}.hero-logo{width:min(520px,100%);filter:drop-shadow(0 0 28px rgba(201,154,61,.15))}.hero-ctas{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:26px 0;border-top:1px solid var(--mb-line);border-bottom:1px solid var(--mb-line)}.trust-item{font-size:.9rem;color:#ddd}.section{padding:82px 0}.section-title{font-family:Georgia,serif;font-size:clamp(2rem,4vw,3.7rem);margin:0 0 12px}.section-intro{color:var(--mb-muted);max-width:720px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:34px}.category-card,.feature-card{background:linear-gradient(180deg,#151515,#0d0d0d);border:1px solid var(--mb-line);border-radius:var(--mb-radius);padding:28px;min-height:220px;position:relative;overflow:hidden}.category-card:after{content:"";position:absolute;width:140px;height:140px;border:1px solid rgba(201,154,61,.18);border-radius:50%;right:-42px;bottom:-42px}.category-card h3{font-family:Georgia,serif;font-size:1.65rem;margin-top:65px}.category-card span{color:var(--mb-gold2);font-weight:700}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature-card h3{color:var(--mb-gold2)}.newsletter{background:linear-gradient(135deg,#16130d,#090909);border:1px solid var(--mb-line);border-radius:26px;padding:46px;display:grid;grid-template-columns:1fr auto;gap:25px;align-items:center}.newsletter input{min-width:280px;padding:14px 18px;border-radius:999px;border:1px solid #4a3b20;background:#070707;color:white}.site-footer{padding:54px 0 30px;border-top:1px solid var(--mb-line);color:#bbb}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{background:#111;border:1px solid var(--mb-line);border-radius:16px;padding:16px}.woocommerce ul.products li.product .price{color:var(--mb-gold2);font-weight:800}.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--mb-gold2)}.age-gate{position:fixed;inset:0;background:rgba(0,0,0,.96);z-index:9999;display:none;place-items:center;padding:20px}.age-gate.active{display:grid}.age-box{max-width:520px;text-align:center;background:#111;border:1px solid var(--mb-gold);border-radius:24px;padding:38px}.age-box img{width:170px}.mobile-install{display:none;position:fixed;left:14px;right:14px;bottom:14px;z-index:80;background:#111;border:1px solid var(--mb-gold);padding:14px;border-radius:16px;align-items:center;justify-content:space-between;gap:12px}.mobile-install.show{display:flex}@media(max-width:900px){.main-nav{display:none}.hero-grid,.newsletter{grid-template-columns:1fr}.hero-logo{max-width:360px;margin:auto}.trust-row,.category-grid{grid-template-columns:repeat(2,1fr)}.features,.footer-grid{grid-template-columns:1fr}.newsletter input{min-width:0;width:100%}}@media(max-width:560px){.brand img{width:110px}.header-actions .btn-outline{display:none}.category-grid,.trust-row{grid-template-columns:1fr}.hero{min-height:auto}.section{padding:58px 0}.newsletter{padding:28px}}


/* MY BUD mock-up refinement 2026-08-06 — remove this block to revert */
:root{--mb-black:#050505;--mb-panel:#0c0c0c;--mb-gold:#c99a3d;--mb-gold2:#f0c75e;--mb-text:#f8f6f0;--mb-muted:#aaa;--mb-line:#3b321f;--mb-radius:3px}body{background:#050505;color:#f7f4ed;font-family:Arial,Helvetica,sans-serif}.container{width:min(1240px,94%)}.site-header{position:relative;background:#060606;border-top:1px solid #353535;border-bottom:1px solid #3b321f}.header-inner{min-height:92px}.brand img{width:220px}.main-nav ul{gap:22px}.main-nav a{font-size:.76rem;text-transform:uppercase;letter-spacing:.04em}.header-actions{font-size:.9rem}.btn,.button,.wp-element-button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{border-radius:2px;text-transform:uppercase;letter-spacing:.04em;padding:12px 22px;background:linear-gradient(90deg,#b8862e,#d9b354);font-size:.78rem}.hero{min-height:620px;position:relative;background:linear-gradient(90deg,rgba(5,5,5,.98) 0%,rgba(5,5,5,.84) 43%,rgba(5,5,5,.18) 100%),url('https://images.unsplash.com/photo-1603909223429-69bb7101f420?auto=format&fit=crop&w=1800&q=85') center/cover no-repeat;border-bottom:1px solid #312815}.hero-grid{grid-template-columns:1.05fr .95fr;padding:90px 0}.hero h1{font-family:Georgia,serif;font-size:clamp(3.7rem,7vw,6.8rem);line-height:.9;text-transform:uppercase;letter-spacing:-.03em}.hero p{font-size:1.15rem;max-width:530px}.hero-logo{opacity:.04}.eyebrow{font-size:1.35rem;letter-spacing:.08em;color:#fff;font-family:Georgia,serif}.trust-row{padding:25px 0;color:#d9b354}.section{padding:65px 0;border-bottom:1px solid #211d14}.section-title{text-align:center;font-family:Arial,sans-serif;font-size:1.55rem;text-transform:uppercase;letter-spacing:.03em}.section-intro{margin:0 auto;text-align:center}.category-grid{gap:24px}.category-card,.feature-card{border-radius:3px;border-color:#5a4827;min-height:275px;padding:22px;background-position:center;background-size:cover;background-repeat:no-repeat}.category-card:before{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.95),rgba(0,0,0,.08));z-index:0}.category-card>*{position:relative;z-index:1}.category-card:nth-child(1){background-image:url('https://images.unsplash.com/photo-1536819114556-1e10f967fb33?auto=format&fit=crop&w=700&q=85')}.category-card:nth-child(2){background-image:url('https://images.unsplash.com/photo-1603909223429-69bb7101f420?auto=format&fit=crop&w=700&q=85')}.category-card:nth-child(3){background-image:url('https://images.unsplash.com/photo-1524653736724-8490ee06859d?auto=format&fit=crop&w=700&q=85')}.category-card:nth-child(4){background-image:url('https://images.unsplash.com/photo-1582058091505-f87a2e55a40f?auto=format&fit=crop&w=700&q=85')}.category-card h3{margin-top:145px;text-transform:uppercase}.features{gap:24px}.feature-card{min-height:180px}.newsletter{border-radius:3px;border-color:#5a4827;background:#0b0b0b}.newsletter input{border-radius:2px}.site-footer{background:#080808}.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,1fr);gap:24px}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{width:auto!important;margin:0!important;border-radius:3px;border-color:#5a4827;background:#0b0b0b;padding:14px;text-align:center}.woocommerce ul.products li.product img{aspect-ratio:1/1;object-fit:cover}.woocommerce div.product{background:#080808}.woocommerce div.product .product_title{font-size:2rem}.woocommerce table.shop_table,.woocommerce-checkout #payment,.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border-radius:2px;background:#0c0c0c;border-color:#3b321f}.age-gate{background:rgba(0,0,0,.98)}.age-box{border-radius:3px;background:#090909;border-color:#c99a3d}.age-box:before{content:'✦';display:block;font-size:4rem;color:#c99a3d}@media(max-width:900px){.hero{min-height:620px;background-position:62% center}.hero-grid{grid-template-columns:1fr;padding:110px 0 55px}.hero-logo{display:none}.woocommerce ul.products{grid-template-columns:repeat(2,1fr)}.category-card{min-height:220px}.category-card h3{margin-top:100px}}@media(max-width:560px){.hero h1{font-size:3rem}.hero{min-height:560px}.trust-row{grid-template-columns:repeat(3,1fr);font-size:.68rem}.woocommerce ul.products{grid-template-columns:repeat(2,1fr);gap:10px}.category-grid{grid-template-columns:repeat(2,1fr);gap:10px}.category-card{min-height:180px}.category-card h3{margin-top:75px;font-size:1.15rem}.newsletter{padding:25px}.site-header .header-inner{min-height:68px}.brand img{width:145px}}


/* Self-hosted My Bud imagery 2026-08-06 */
.hero{background-image:linear-gradient(90deg,rgba(5,5,5,.98) 0%,rgba(5,5,5,.82) 42%,rgba(5,5,5,.12) 100%),url('https://mybud.co.za/wp-content/uploads/2026/08/mybud-hero.png')!important;background-position:center!important;background-size:cover!important}
.category-card:nth-child(1){background-image:url('https://mybud.co.za/wp-content/uploads/2026/08/mybud-flower.png')!important}
.category-card:nth-child(2){background-image:url('https://mybud.co.za/wp-content/uploads/2026/08/mybud-prerolls.png')!important}
.category-card:nth-child(3){background-image:url('https://mybud.co.za/wp-content/uploads/2026/08/mybud-vapes.png')!important}
.category-card:nth-child(4){background-image:url('https://mybud.co.za/wp-content/uploads/2026/08/mybud-edibles.png')!important}
