/* Cannabis On Time — Salem, Oregon */
/* Bold & colorful delivery-first cannabis retail */

:root {
  --green-dark: #1a3a0f;
  --green-mid: #2d5413;
  --green-bright: #4a8c1c;
  --green-lime: #7ec820;
  --gold: #f5c842;
  --orange: #e8732a;
  --charcoal: #111810;
  --charcoal-soft: #1e2a18;
  --tan: #b5a085;
  --white: #ffffff;
  --off-white: #f4f1eb;
  --text-dark: #0d1a08;
  --text-muted: #7a8f70;
  --border: rgba(126, 200, 32, 0.2);

  --font-display: 'Montserrat', 'Arial Black', sans-serif;
  --font-body: 'Inter', 'Helvetica Neue', sans-serif;

  --radius: 8px;
  --radius-lg: 16px;
  --transition: 0.2s ease;
  --shadow: 0 4px 24px rgba(0,0,0,0.35);
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.2);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font-body);
  background: var(--charcoal);
  color: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}

/* ---- TYPOGRAPHY ---- */
h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
h1 { font-size: clamp(2.4rem, 6vw, 4.5rem); }
h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.6rem); }
h4 { font-size: 1.1rem; }
p { line-height: 1.7; color: rgba(255,255,255,0.85); }
a { color: var(--green-lime); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--gold); }
img { max-width: 100%; height: auto; display: block; }

/* ---- UTILITY ---- */
.container { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.section { padding: 72px 0; }
.section--dark { background: var(--charcoal); }
.section--mid { background: var(--charcoal-soft); }
.section--green { background: var(--green-dark); }
.text-center { text-align: center; }
.text-lime { color: var(--green-lime); }
.text-gold { color: var(--gold); }
.badge {
  display: inline-block;
  background: var(--green-lime);
  color: var(--charcoal);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 16px;
}

/* ---- BUTTONS ---- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: var(--radius);
  border: none;
  cursor: pointer;
  transition: all var(--transition);
  white-space: nowrap;
  min-height: 48px;
}
.btn-primary {
  background: var(--green-lime);
  color: var(--charcoal);
}
.btn-primary:hover { background: var(--gold); color: var(--charcoal); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(126,200,32,0.4); }
.btn-outline {
  background: transparent;
  color: var(--white);
  border: 2px solid var(--white);
}
.btn-outline:hover { background: var(--white); color: var(--charcoal); }
.btn-gold {
  background: var(--gold);
  color: var(--charcoal);
}
.btn-gold:hover { background: var(--orange); color: var(--white); transform: translateY(-1px); }
.btn-lg { padding: 18px 36px; font-size: 1.05rem; }

/* ---- AGE GATE ---- */
#age-gate {
  position: fixed; inset: 0;
  background: var(--charcoal);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.age-gate__box {
  background: var(--charcoal-soft);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 48px 40px;
  max-width: 480px;
  width: 100%;
  text-align: center;
}
.age-gate__leaf {
  font-size: 3rem;
  margin-bottom: 16px;
  display: block;
}
.age-gate__box h2 { margin-bottom: 12px; color: var(--green-lime); }
.age-gate__box p { margin-bottom: 32px; font-size: 0.95rem; }
.age-gate__buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.age-gate__disclaimer {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 20px;
}

/* ---- HEADER / NAV ---- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(17,24,16,0.97);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  max-width: 1180px;
  margin: 0 auto;
  gap: 20px;
}
.nav__logo {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.2rem;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.nav__logo span { color: var(--green-lime); }
.nav__logo .nav-leaf { font-size: 1.3rem; }
.nav__links {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
}
.nav__links a {
  color: rgba(255,255,255,0.85);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 8px 12px;
  border-radius: var(--radius);
  transition: all var(--transition);
}
.nav__links a:hover { color: var(--green-lime); background: rgba(126,200,32,0.08); }
.nav__links a.active { color: var(--green-lime); }
.nav__cta { flex-shrink: 0; }
.nav__toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  flex-direction: column;
  gap: 5px;
}
.nav__toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: all 0.3s;
}
.nav__toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__toggle.open span:nth-child(2) { opacity: 0; }
.nav__toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---- HERO ---- */
.hero {
  min-height: 90vh;
  background: linear-gradient(135deg, var(--green-dark) 0%, var(--charcoal) 60%);
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero__bg-pattern {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 70% 50%, rgba(74,140,28,0.15) 0%, transparent 60%),
    radial-gradient(circle at 20% 80%, rgba(245,200,66,0.08) 0%, transparent 40%);
  pointer-events: none;
}
.hero__photo {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  object-fit: cover;
  opacity: 0.35;
  mix-blend-mode: luminosity;
}
.hero__content {
  position: relative;
  z-index: 2;
  max-width: 680px;
  padding: 60px 20px;
}
.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--green-lime);
  margin-bottom: 20px;
}
.hero__eyebrow::before {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  background: var(--green-lime);
}
.hero h1 { margin-bottom: 20px; }
.hero h1 em {
  font-style: normal;
  color: var(--green-lime);
}
.hero__sub {
  font-size: 1.15rem;
  margin-bottom: 36px;
  color: rgba(255,255,255,0.8);
  max-width: 520px;
}
.hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.hero__trust {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}
.hero__trust-item {
  display: flex;
  flex-direction: column;
}
.hero__trust-item strong {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--gold);
  line-height: 1;
}
.hero__trust-item span {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-muted);
  margin-top: 2px;
}

/* ---- DELIVERY BANNER ---- */
.delivery-banner {
  background: var(--green-lime);
  padding: 16px 20px;
}
.delivery-banner__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  max-width: 1180px;
  margin: 0 auto;
}
.delivery-banner__item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--charcoal);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.delivery-banner__item svg { flex-shrink: 0; }

/* ---- PRICE TIERS ---- */
.price-tiers { background: var(--charcoal-soft); }
.price-tiers__label {
  text-align: center;
  margin-bottom: 48px;
}
.price-tiers__label p {
  font-size: 1.1rem;
  margin-top: 12px;
  color: rgba(255,255,255,0.7);
}
.price-tiers__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}
.tier-card {
  background: var(--charcoal);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: transform var(--transition), border-color var(--transition);
}
.tier-card:hover { transform: translateY(-4px); border-color: var(--green-lime); }
.tier-card--featured {
  border-color: var(--gold);
  background: linear-gradient(135deg, rgba(245,200,66,0.08) 0%, var(--charcoal) 100%);
}
.tier-card--featured::before {
  content: '🔥 BEST VALUE';
  position: absolute;
  top: 12px;
  right: -28px;
  background: var(--gold);
  color: var(--charcoal);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 4px 36px;
  transform: rotate(40deg);
}
.tier-card__price {
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 900;
  color: var(--green-lime);
  line-height: 1;
  margin-bottom: 4px;
}
.tier-card--featured .tier-card__price { color: var(--gold); }
.tier-card__unit {
  font-size: 0.85rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}
.tier-card__desc {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.5;
}
.price-tiers__note {
  text-align: center;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 20px;
}

/* ---- PRODUCT CATEGORIES ---- */
.categories__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}
.cat-card {
  background: var(--charcoal-soft);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 20px;
  text-align: center;
  transition: all var(--transition);
  cursor: pointer;
  text-decoration: none;
  color: var(--white);
}
.cat-card:hover {
  border-color: var(--green-lime);
  background: rgba(74,140,28,0.1);
  color: var(--white);
  transform: translateY(-2px);
}
.cat-card__icon { font-size: 2.5rem; margin-bottom: 12px; }
.cat-card__name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 4px;
}
.cat-card__desc { font-size: 0.8rem; color: var(--text-muted); }

/* ---- DEALS ---- */
.deals__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.deal-card {
  background: var(--charcoal);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.deal-card__day {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}
.deal-card h3 { font-size: 1.15rem; }
.deal-card p { font-size: 0.88rem; color: rgba(255,255,255,0.7); flex: 1; }
.deal-card__tag {
  display: inline-block;
  background: rgba(126,200,32,0.15);
  color: var(--green-lime);
  border: 1px solid rgba(126,200,32,0.3);
  border-radius: 20px;
  padding: 4px 14px;
  font-size: 0.78rem;
  font-weight: 700;
  width: fit-content;
}

/* ---- MENU SECTION ---- */
.menu-embed {
  background: var(--green-dark);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.menu-embed__placeholder {
  background: var(--charcoal-soft);
  border: 2px dashed rgba(126,200,32,0.3);
  border-radius: var(--radius-lg);
  padding: 60px 40px;
  text-align: center;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.menu-embed__placeholder h3 { color: var(--green-lime); }
.menu-embed__placeholder p { max-width: 480px; font-size: 0.95rem; }

/* ---- ZIP CHECKER ---- */
.zip-checker {
  background: linear-gradient(135deg, var(--green-dark) 0%, var(--charcoal-soft) 100%);
  border-top: 1px solid var(--border);
  padding: 56px 0;
}
.zip-checker__inner {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}
.zip-checker__inner h2 { margin-bottom: 12px; }
.zip-checker__inner p { margin-bottom: 28px; }
.zip-form {
  display: flex;
  gap: 12px;
  max-width: 400px;
  margin: 0 auto;
}
.zip-form input {
  flex: 1;
  background: var(--charcoal);
  border: 2px solid var(--border);
  border-radius: var(--radius);
  padding: 14px 16px;
  color: var(--white);
  font-size: 1rem;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.1em;
  outline: none;
  transition: border-color var(--transition);
  min-height: 48px;
}
.zip-form input::placeholder { color: var(--text-muted); font-weight: 400; }
.zip-form input:focus { border-color: var(--green-lime); }
#zip-result {
  margin-top: 16px;
  font-size: 0.95rem;
  font-weight: 600;
  min-height: 28px;
}
.zip-result--yes { color: var(--green-lime); }
.zip-result--no { color: var(--orange); }

/* ---- WHY US ---- */
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}
.why-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.why-card__icon {
  font-size: 2.2rem;
  line-height: 1;
}
.why-card h3 { font-size: 1.1rem; }
.why-card p { font-size: 0.9rem; color: rgba(255,255,255,0.7); }

/* ---- FAQ ---- */
.faq__list { max-width: 760px; margin: 0 auto; }
.faq__item {
  border-bottom: 1px solid var(--border);
}
.faq__question {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 0;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  color: var(--white);
  transition: color var(--transition);
}
.faq__question:hover { color: var(--green-lime); }
.faq__chevron {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-right: 2px solid var(--green-lime);
  border-bottom: 2px solid var(--green-lime);
  transform: rotate(45deg);
  transition: transform 0.3s;
  margin-top: -4px;
}
.faq__item.open .faq__chevron { transform: rotate(-135deg); margin-top: 4px; }
.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s;
}
.faq__item.open .faq__answer { max-height: 400px; }
.faq__answer p {
  padding-bottom: 20px;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.75);
}

/* ---- CONTACT FORM ---- */
.contact-form {
  background: var(--charcoal-soft);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 40px;
  max-width: 600px;
  margin: 0 auto;
}
.form-group { margin-bottom: 20px; }
.form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  background: var(--charcoal);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 12px 16px;
  color: var(--white);
  font-family: var(--font-body);
  font-size: 1rem;
  outline: none;
  transition: border-color var(--transition);
  min-height: 48px;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus { border-color: var(--green-lime); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-success {
  display: none;
  text-align: center;
  padding: 32px;
  color: var(--green-lime);
  font-weight: 700;
  font-size: 1.1rem;
}

/* ---- TESTIMONIALS ---- */
.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.testimonial-card {
  background: var(--charcoal-soft);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.testimonial-card__stars {
  color: var(--gold);
  font-size: 1.1rem;
  letter-spacing: 2px;
}
.testimonial-card__text {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.85);
  line-height: 1.7;
  flex: 1;
}
.testimonial-card__author {
  font-size: 0.82rem;
  color: var(--text-muted);
  font-weight: 600;
}

/* ---- PAGE HERO (inner pages) ---- */
.page-hero {
  background: linear-gradient(135deg, var(--green-dark) 0%, var(--charcoal-soft) 100%);
  padding: 64px 0;
  border-bottom: 1px solid var(--border);
  text-align: center;
}
.page-hero h1 { margin-bottom: 12px; }
.page-hero p { color: rgba(255,255,255,0.7); font-size: 1.1rem; max-width: 560px; margin: 0 auto; }

/* ---- INFO GRID ---- */
.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.info-card {
  background: var(--charcoal-soft);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
}
.info-card h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: var(--green-lime);
  font-size: 1.05rem;
}
.info-card p, .info-card li {
  font-size: 0.92rem;
  color: rgba(255,255,255,0.75);
  margin-bottom: 6px;
}
.info-card ul { padding-left: 0; list-style: none; }
.info-card ul li::before { content: '✓ '; color: var(--green-lime); }

/* ---- FOOTER ---- */
.site-footer {
  background: #0a0f08;
  border-top: 1px solid var(--border);
  padding: 56px 0 24px;
}
.footer__grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}
.footer__brand p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.55);
  margin-top: 12px;
  max-width: 280px;
  line-height: 1.7;
}
.footer__logo {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.1rem;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}
.footer__logo span { color: var(--green-lime); }
.footer__olcc {
  display: inline-block;
  margin-top: 12px;
  font-size: 0.72rem;
  color: var(--text-muted);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 4px;
  padding: 4px 10px;
}
.footer__col h5 {
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 16px;
}
.footer__col ul { list-style: none; }
.footer__col ul li { margin-bottom: 10px; }
.footer__col ul li a {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.6);
  transition: color var(--transition);
}
.footer__col ul li a:hover { color: var(--green-lime); }
.footer__social {
  display: flex;
  gap: 12px;
  margin-top: 4px;
}
.footer__social a {
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.6);
  font-size: 1.1rem;
  transition: all var(--transition);
  text-decoration: none;
}
.footer__social a:hover {
  background: rgba(126,200,32,0.15);
  border-color: var(--green-lime);
  color: var(--green-lime);
}
.footer__bottom {
  border-top: 1px solid var(--border);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.footer__bottom p {
  font-size: 0.78rem;
  color: var(--text-muted);
}
.footer__age-note {
  font-size: 0.72rem;
  color: var(--text-muted);
  font-style: italic;
}

/* ---- MOBILE STICKY BAR ---- */
.sticky-order {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: var(--green-dark);
  border-top: 2px solid var(--green-lime);
  padding: 12px 20px;
}
.sticky-order a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--green-lime);
  color: var(--charcoal);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 14px;
  border-radius: var(--radius);
  width: 100%;
  min-height: 52px;
  text-decoration: none;
}

/* ---- ABOUT PAGE ---- */
.about-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.about-story__img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--charcoal-soft);
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
}
.about-story__img img { width: 100%; height: 100%; object-fit: cover; }
.about-story__img .img-placeholder {
  font-size: 5rem;
  opacity: 0.3;
}
.about-story__text p { margin-bottom: 16px; }
.about-values {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 12px;
}
.value-item {
  padding: 20px;
  background: rgba(74,140,28,0.08);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
.value-item__icon { font-size: 1.8rem; margin-bottom: 10px; }
.value-item h4 { font-size: 0.95rem; margin-bottom: 6px; color: var(--green-lime); }
.value-item p { font-size: 0.82rem; }

/* ---- DELIVERY PAGE ---- */
.steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 640px;
  margin: 0 auto;
  position: relative;
}
.steps::before {
  content: '';
  position: absolute;
  left: 24px;
  top: 48px;
  bottom: 48px;
  width: 2px;
  background: var(--border);
}
.step {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 24px 0;
  position: relative;
}
.step__num {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: var(--green-lime);
  color: var(--charcoal);
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.step__text h3 { font-size: 1.1rem; margin-bottom: 6px; }
.step__text p { font-size: 0.9rem; color: rgba(255,255,255,0.7); }

/* ---- DEALS PAGE ---- */
.day-deals {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
.day-deal-card {
  background: var(--charcoal-soft);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform var(--transition), border-color var(--transition);
}
.day-deal-card:hover { transform: translateY(-3px); border-color: var(--green-lime); }
.day-deal-card__header {
  background: var(--green-dark);
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.day-deal-card__day {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.4rem;
  color: var(--green-lime);
}
.day-deal-card__emoji { font-size: 1.8rem; }
.day-deal-card__body { padding: 24px; }
.day-deal-card__body h3 { margin-bottom: 8px; }
.day-deal-card__body p { font-size: 0.88rem; color: rgba(255,255,255,0.7); }
.day-deal-card__savings {
  display: inline-block;
  margin-top: 14px;
  background: rgba(245,200,66,0.12);
  border: 1px solid rgba(245,200,66,0.3);
  color: var(--gold);
  font-weight: 700;
  font-size: 0.85rem;
  padding: 6px 16px;
  border-radius: 20px;
}

/* ---- SECTION LABELS ---- */
.section__label {
  text-align: center;
  margin-bottom: 48px;
}
.section__label p {
  color: rgba(255,255,255,0.65);
  font-size: 1rem;
  margin-top: 10px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .about-story { grid-template-columns: 1fr; }
  .about-story__img { min-height: 260px; }
}

@media (max-width: 768px) {
  .nav__links { display: none; flex-direction: column; gap: 4px; }
  .nav__links.open {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(17,24,16,0.99);
    padding: 16px 20px 20px;
    border-bottom: 1px solid var(--border);
    z-index: 100;
  }
  .nav__links.open a { padding: 12px 16px; font-size: 1rem; }
  .nav__cta { display: none; }
  .nav__toggle { display: flex; }
  .nav { position: relative; }

  .hero { min-height: 75vh; }
  .hero__photo { width: 100%; opacity: 0.15; }
  .hero__trust { gap: 20px; }

  .footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .footer__brand p { max-width: 100%; }

  .sticky-order { display: block; }
  body { padding-bottom: 80px; }

  .section { padding: 52px 0; }
  .zip-form { flex-direction: column; }
  .zip-form .btn { width: 100%; justify-content: center; }

  .contact-form { padding: 28px 20px; }
}

@media (max-width: 480px) {
  .price-tiers__grid { grid-template-columns: repeat(2, 1fr); }
  .tier-card__price { font-size: 2.8rem; }
  .delivery-banner__inner { gap: 16px; }
  .hero__actions { flex-direction: column; }
  .hero__actions .btn { justify-content: center; }
}

/* ---- SCROLLBAR ---- */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--charcoal); }
::-webkit-scrollbar-thumb { background: var(--green-mid); border-radius: 3px; }

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Montserrat:wght@700;800;900&display=swap');
