/*
Theme Name: Gator Buds Custom V4 Complete
Theme URI: https://gator-buds.com
Author: Gator Buds
Description: Complete custom WordPress theme for Gator Buds with Home, Services, and Products pages.
Version: 4.0
Text Domain: gator-buds
*/

:root{
  --green:#082f18;
  --green2:#145a2b;
  --gold:#d89b22;
  --gold2:#f4c35b;
  --cream:#fff2c9;
  --cream2:#f8dc9b;
  --ink:#102615;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  background:radial-gradient(circle at 15% 20%, rgba(244,195,91,.30), transparent 25%),
             linear-gradient(135deg,var(--cream),var(--cream2));
  color:var(--ink);
}
a{text-decoration:none;color:inherit}
.gb-topbar{
  background:var(--green);
  color:white;
  text-align:center;
  padding:8px 12px;
  font-weight:800;
  letter-spacing:.5px;
}
.gb-header{
  background:rgba(255,248,221,.97);
  border-bottom:3px solid var(--gold);
  position:sticky;
  top:0;
  z-index:99;
  box-shadow:0 6px 18px rgba(0,0,0,.12);
}
.gb-nav{
  max-width:1220px;
  margin:auto;
  padding:10px 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.gb-logo-wrap{display:flex;align-items:center;gap:12px}
.gb-logo-wrap img{
  width:76px;
  height:76px;
  object-fit:cover;
  border-radius:50%;
  border:2px solid var(--gold);
}
.gb-brand-text strong{
  display:block;
  color:var(--green);
  font-size:28px;
  line-height:1;
  letter-spacing:1px;
}
.gb-brand-text span{
  display:block;
  color:var(--gold);
  font-size:12px;
  font-weight:900;
  letter-spacing:1.4px;
  margin-top:4px;
}
.gb-menu{display:flex;gap:16px;flex-wrap:wrap;align-items:center}
.gb-menu a{
  color:var(--green);
  font-weight:900;
  font-size:14px;
}
.gb-menu a:hover{color:var(--gold)}
.gb-nav-button{
  background:var(--green);
  color:white !important;
  padding:11px 16px;
  border-radius:8px;
  border:2px solid var(--gold);
}
.gb-button{
  display:inline-block;
  background:var(--gold);
  color:#0c2817;
  padding:14px 22px;
  border-radius:9px;
  font-weight:900;
  margin:8px 8px 8px 0;
  border:2px solid #fff3bd;
  box-shadow:0 8px 14px rgba(0,0,0,.18);
}
.gb-button.dark{
  background:var(--green);
  color:white;
  border-color:var(--gold);
}
.gb-hero{
  position:relative;
  overflow:hidden;
  min-height:720px;
  display:flex;
  align-items:center;
}
.gb-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(8,47,24,.90), rgba(8,47,24,.42), rgba(255,242,201,.64)),
             radial-gradient(circle at 75% 20%, rgba(244,195,91,.6), transparent 28%);
}
.gb-hero:after{
  content:"GATOR BUDS";
  position:absolute;
  right:-75px;
  bottom:18px;
  font-size:128px;
  font-weight:900;
  color:rgba(255,255,255,.08);
  transform:rotate(-8deg);
}
.gb-hero-inner{
  position:relative;
  z-index:1;
  max-width:1220px;
  margin:auto;
  padding:76px 22px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  align-items:center;
  gap:42px;
}
.gb-hero-copy{color:white}
.gb-eyebrow{
  color:var(--gold2);
  font-weight:900;
  letter-spacing:3px;
  text-transform:uppercase;
  margin-bottom:12px;
}
.gb-hero h1{
  margin:0 0 16px;
  font-size:clamp(48px,7.8vw,104px);
  line-height:.9;
  text-transform:uppercase;
  letter-spacing:3px;
  text-shadow:5px 6px 0 rgba(0,0,0,.35);
}
.gb-hero h2{
  color:var(--gold2);
  font-size:clamp(26px,3.3vw,46px);
  font-family:Georgia,serif;
  margin:0 0 18px;
}
.gb-hero p{
  font-size:19px;
  line-height:1.6;
  max-width:650px;
}
.gb-hero-logo{
  background:rgba(255,255,255,.2);
  border:3px solid rgba(244,195,91,.6);
  border-radius:34px;
  padding:18px;
  box-shadow:0 20px 45px rgba(0,0,0,.28);
}
.gb-hero-logo img{width:100%;display:block;border-radius:24px}
.gb-section{
  max-width:1220px;
  margin:auto;
  padding:76px 22px;
}
.gb-section h2,
.gb-product-title{
  text-align:center;
  color:white;
  text-shadow:3px 4px 0 rgba(8,47,24,.72);
  text-transform:uppercase;
  letter-spacing:3px;
  font-size:clamp(42px,6vw,82px);
  margin:0 0 10px;
}
.gb-section-intro,
.gb-product-intro{
  max-width:880px;
  margin:0 auto 40px;
  text-align:center;
  font-size:18px;
  line-height:1.65;
}
.gb-cards,
.gb-product-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}
.gb-card,
.gb-product-card{
  position:relative;
  overflow:hidden;
  background:rgba(255,255,255,.68);
  border:2px solid rgba(8,47,24,.24);
  border-radius:22px;
  padding:18px;
  text-align:center;
  box-shadow:0 14px 30px rgba(33,54,20,.18);
}
.gb-product-card{border:3px solid var(--gold); padding-bottom:24px}
.gb-card:hover,
.gb-product-card:hover{transform:translateY(-6px);transition:.25s ease}
.gb-card img,
.gb-product-card img{
  width:100%;
  display:block;
  border-radius:17px;
  margin-bottom:20px;
  border:3px solid rgba(8,47,24,.12);
}
.gb-card h3,
.gb-product-card h2{
  color:var(--green);
  font-size:25px;
  line-height:1.05;
  text-transform:uppercase;
  margin:0 0 12px;
}
.gb-card p,
.gb-product-card p{line-height:1.55;margin-bottom:18px}
.gb-feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.gb-feature{
  background:rgba(255,255,255,.62);
  border-radius:18px;
  padding:28px;
  border-left:8px solid var(--gold);
  box-shadow:0 10px 24px rgba(0,0,0,.12);
}
.gb-feature h3{color:var(--green);font-size:24px;margin:0 0 10px}
.gb-products{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.gb-product-grid{
  max-width:1220px;
  margin:0 auto;
  padding:24px 22px 70px;
  grid-template-columns:repeat(3,1fr);
}
.gb-product-page-hero{
  max-width:1220px;
  margin:auto;
  padding:76px 22px 34px;
  text-align:center;
  position:relative;
}
.gb-product-page-hero:before{
  content:"GATOR BUDS";
  position:absolute;
  inset:auto 0 10px 0;
  font-size:112px;
  font-weight:900;
  color:rgba(8,47,24,.055);
  z-index:0;
  pointer-events:none;
}
.gb-product-page-hero > *{position:relative;z-index:1}
.gb-product-subtitle{
  color:#c97812;
  font-size:clamp(26px,3vw,42px);
  font-family:Georgia,serif;
  font-weight:900;
  margin:8px 0 18px;
}
.gb-product-features{
  max-width:1160px;
  margin:0 auto 60px;
  padding:24px;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:16px;
  background:rgba(255,255,255,.62);
  border:1px solid rgba(216,155,34,.55);
  border-radius:18px;
  text-align:center;
}
.gb-product-feature{
  color:var(--green);
  font-weight:900;
  text-transform:uppercase;
  font-size:14px;
  line-height:1.35;
}
.gb-band{
  background:linear-gradient(135deg,var(--green),#041f10);
  color:white;
  padding:54px 22px;
  text-align:center;
}
.gb-band h2{
  margin:0 0 14px;
  color:white;
  text-transform:uppercase;
  font-size:clamp(30px,4vw,54px);
}
.gb-page{
  max-width:1050px;
  margin:auto;
  padding:76px 22px;
  line-height:1.7;
}
.gb-page h1{
  color:white;
  text-shadow:3px 4px 0 rgba(8,47,24,.72);
  text-transform:uppercase;
  font-size:clamp(42px,6vw,78px);
}
.gb-footer{
  background:#061f10;
  color:white;
  text-align:center;
  padding:42px 22px;
}
.gb-footer strong{font-size:24px;color:var(--gold2)}
@media(max-width:1000px){
  .gb-hero-inner{grid-template-columns:1fr;text-align:center}
  .gb-hero p{margin-left:auto;margin-right:auto}
  .gb-cards{grid-template-columns:repeat(2,1fr)}
  .gb-feature-grid,.gb-products,.gb-product-grid{grid-template-columns:1fr}
  .gb-nav{flex-direction:column}
  .gb-product-features{grid-template-columns:1fr}
}
@media(max-width:640px){
  .gb-cards{grid-template-columns:1fr}
  .gb-menu{display:block;text-align:center}
  .gb-menu a{display:block;margin:9px 0}
  .gb-logo-wrap{justify-content:center;text-align:left}
  .gb-brand-text strong{font-size:23px}
  .gb-hero{min-height:auto}
  .gb-product-page-hero:before{font-size:52px}
}
