/* Sugargoo brand color harmony: consistent homepage + page palette */
:root{
  --sg-orange:#ff6b00;
  --sg-orange-2:#ff8a1c;
  --sg-green:#079b68;
  --sg-green-2:#10b981;
  --sg-ink:#16251f;
  --sg-muted:#52635d;
  --sg-line:#d8eee5;
  --sg-soft:#f1fff8;
  --sg-cream:#fff8ef;
  --sg-card:#ffffff;
  --sg-shadow:0 16px 42px rgba(17,91,66,.10);
}
html{scroll-behavior:smooth;}
body{background:linear-gradient(180deg,var(--sg-soft) 0%,#fff 42%,var(--sg-cream) 100%) !important;color:var(--sg-ink) !important;}
a{color:var(--sg-green);}
a:hover{color:var(--sg-orange);}
header,.site-header,.topbar,.nav-shell,.main-header{background:rgba(255,255,255,.94) !important;border-bottom:1px solid var(--sg-line) !important;box-shadow:0 8px 30px rgba(9,78,54,.05);}
.logo,.brand,.brand-name,.site-title{color:var(--sg-ink) !important;}
nav a,.nav a,.desktop-nav a,.mobile-nav a{color:var(--sg-ink) !important;}
nav a:hover,.nav a:hover,.desktop-nav a:hover,.mobile-nav a:hover{color:var(--sg-orange) !important;}
.nav-cta,.button.primary,.btn.primary,.cta,.hero-actions a:first-child,.search button,button[type="submit"],.menu-toggle{background:linear-gradient(135deg,var(--sg-orange),var(--sg-orange-2)) !important;color:#fff !important;border-color:transparent !important;box-shadow:0 12px 28px rgba(255,107,0,.20) !important;}
.nav-cta:hover,.button.primary:hover,.btn.primary:hover,.cta:hover,.hero-actions a:first-child:hover,.search button:hover,button[type="submit"]:hover{filter:saturate(1.04) brightness(.98);transform:translateY(-1px);}
.button.secondary,.btn.secondary,.hero-actions a:not(:first-child),.category-card,.guide-card,.product-card,.card,details,.faq-item,.topic-card,.page-card{background:var(--sg-card) !important;border-color:var(--sg-line) !important;box-shadow:0 12px 32px rgba(17,91,66,.08);}
.eyebrow,.section-kicker,.kicker,.label,.tagline,section>p:first-child{color:var(--sg-green) !important;letter-spacing:.08em;}
h1,h2,h3,strong{color:var(--sg-ink);}
.hero,.hero-card,.hero-section{background:linear-gradient(135deg,#effff7 0%,#fffaf3 100%) !important;border-color:var(--sg-line) !important;}
.hero-board,.stat,.quick-stats article,.pill,.chip,.tag,.board-row{background:#fff7ed !important;border-color:#ffd9b5 !important;color:var(--sg-ink) !important;}
.category-grid a,.categories a,.product-links a,.quick-links a{border-color:var(--sg-line) !important;background:#fff !important;color:var(--sg-ink) !important;}
.category-grid a:hover,.categories a:hover,.product-links a:hover,.quick-links a:hover{border-color:var(--sg-orange) !important;box-shadow:0 14px 30px rgba(255,107,0,.12);}
.product-card em,.product-card .price,.price{color:var(--sg-green) !important;font-weight:800;}
footer,.site-footer{background:#eefaf5 !important;border-top:1px solid var(--sg-line) !important;color:var(--sg-ink) !important;}
footer a,.site-footer a{color:var(--sg-green) !important;}
footer a:hover,.site-footer a:hover{color:var(--sg-orange) !important;}
.disclaimer{color:var(--sg-muted) !important;}
input,select,textarea{border-color:var(--sg-line) !important;background:#fff !important;color:var(--sg-ink) !important;}
input:focus,select:focus,textarea:focus{outline:2px solid rgba(255,107,0,.22);border-color:var(--sg-orange) !important;}
@media (max-width:760px){
  body{background:linear-gradient(180deg,#f2fff8 0%,#fff 62%,#fff8ef 100%) !important;}
  header,.site-header,.topbar,.nav-shell,.main-header{box-shadow:0 8px 22px rgba(9,78,54,.08);}
}
