/*
Theme Name: Lake Grace Bees
Theme URI: https://www.lakegracebees.com
Author: Lake Grace Bees
Description: Warm, rustic theme for Lake Grace Bees honey shop — Odessa, Florida.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: lakegracebees
*/

/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Source Sans 3', sans-serif;
  background: #FBF6EE;
  color: #2C2C2A;
  font-size: 16px;
  line-height: 1.7;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

/* ── Typography ── */
h1, h2, h3, h4, .display {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  line-height: 1.2;
}

/* ── Utility ── */
.container { max-width: 1120px; margin: 0 auto; padding: 0 2rem; }
.section-eyebrow {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #BA7517;
  font-weight: 500;
  display: block;
  margin-bottom: 0.5rem;
}
.section-title { font-size: clamp(28px, 4vw, 38px); color: #412402; margin-bottom: 0.75rem; }
.section-body { font-size: 16px; color: #633806; max-width: 520px; }
.btn-primary {
  display: inline-block;
  background: #412402;
  color: #FAEEDA;
  padding: 14px 28px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02em;
  transition: background 0.2s;
  border: none;
  cursor: pointer;
  font-family: inherit;
}
.btn-primary:hover { background: #633806; color: #FAEEDA; }
.btn-outline {
  display: inline-block;
  background: transparent;
  color: #412402;
  padding: 13px 27px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  border: 1.5px solid #412402;
  transition: all 0.2s;
}
.btn-outline:hover { background: #412402; color: #FAEEDA; }

/* ── Navigation ── */
.site-header {
  background: #FBF6EE;
  border-bottom: 1px solid #E8DCC8;
  position: sticky;
  top: 0;
  z-index: 200;
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
.site-logo {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: #412402;
  text-decoration: none;
  letter-spacing: 0.02em;
}
.site-logo span { color: #BA7517; font-style: italic; }

.main-nav ul { list-style: none; display: flex; align-items: center; gap: 2rem; }
.main-nav a {
  text-decoration: none;
  color: #633806;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  transition: color 0.15s;
}
.main-nav a:hover { color: #BA7517; }
.nav-cta {
  background: #BA7517 !important;
  color: #fff !important;
  padding: 8px 18px !important;
  border-radius: 20px !important;
  font-size: 13px !important;
}
.nav-cta:hover { background: #854F0B !important; }

/* Mobile nav toggle */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: #412402;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #412402;
  margin: 5px 0;
  transition: all 0.2s;
}

/* ── Hero ── */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
  align-items: stretch;
}
.hero-content {
  padding: 5rem 3rem 5rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-content .container { padding: 0; }
.hero h1 { font-size: clamp(38px, 5vw, 56px); color: #412402; margin-bottom: 1.25rem; }
.hero h1 em { color: #BA7517; font-style: italic; }
.hero-sub { font-size: 17px; color: #633806; line-height: 1.7; margin-bottom: 0.75rem; max-width: 400px; }
.hero-price-tag {
  display: inline-block;
  background: #FAEEDA;
  border: 1px solid #FAC775;
  border-radius: 4px;
  padding: 6px 14px;
  font-size: 14px;
  color: #633806;
  font-weight: 500;
  margin-bottom: 1.75rem;
}
.hero-price-tag strong { color: #412402; font-size: 18px; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.hero-note { font-size: 13px; color: #854F0B; margin-top: 0.75rem; }

.hero-image {
  position: relative;
  overflow: hidden;
  background: #E8DCC8;
  min-height: 400px;
}
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* Placeholder shown until real photo is added */
.hero-image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E8DCC8;
  color: #854F0B;
  font-size: 14px;
  text-align: center;
  padding: 2rem;
  flex-direction: column;
  gap: 0.5rem;
}

/* ── Badges ── */
.badge-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 1.5rem; }
.badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #FAEEDA;
  border: 1px solid #FAC775;
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 13px;
  color: #633806;
}

/* ── Honey Shop Section ── */
.shop-section { background: #fff; padding: 5rem 0; }
.shop-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; margin-top: 3rem; }

.product-card {
  background: #FBF6EE;
  border: 1px solid #E8DCC8;
  border-radius: 16px;
  overflow: hidden;
}
.product-photo {
  height: 280px;
  background: #E8DCC8;
  overflow: hidden;
}
.product-photo img { width: 100%; height: 100%; object-fit: cover; }
.product-photo-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #FAEEDA, #FAC775);
  font-size: 72px;
}
.product-info { padding: 1.75rem 2rem 2rem; }
.product-name { font-size: 24px; color: #412402; margin-bottom: 0.5rem; }
.product-price { font-size: 32px; color: #BA7517; font-family: 'Playfair Display', serif; margin-bottom: 1rem; }
.product-price span { font-size: 16px; color: #633806; font-family: 'Source Sans 3', sans-serif; }
.product-desc { font-size: 15px; color: #633806; line-height: 1.7; margin-bottom: 1.5rem; }
.product-bullets { list-style: none; margin-bottom: 1.75rem; }
.product-bullets li {
  font-size: 14px;
  color: #633806;
  padding: 4px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-bullets li::before { content: '✓'; color: #BA7517; font-weight: 600; }
.paypal-note {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #854F0B;
  margin-top: 10px;
}

/* PayPal button wrapper */
.paypal-button-wrapper { margin-bottom: 0.5rem; }
/* The real PayPal button renders here — this div is just a placeholder label */
.paypal-placeholder {
  background: #BA7517;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  font-family: inherit;
  width: 100%;
  transition: background 0.2s;
  text-align: center;
}
.paypal-placeholder:hover { background: #854F0B; }

.shop-aside h3 { font-size: 22px; color: #412402; margin-bottom: 1rem; }
.shop-aside p { font-size: 15px; color: #633806; line-height: 1.7; margin-bottom: 1.25rem; }
.phone-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 22px;
  font-family: 'Playfair Display', serif;
  color: #412402;
  text-decoration: none;
  margin-bottom: 1rem;
}
.phone-link:hover { color: #BA7517; }
.availability-note {
  font-size: 13px;
  color: #854F0B;
  background: #FAEEDA;
  border: 1px solid #FAC775;
  border-radius: 6px;
  padding: 10px 14px;
  margin-top: 1rem;
}

/* ── Why Us ── */
.why-section { background: #FBF6EE; padding: 5rem 0; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 3rem; }
.why-card {
  background: #fff;
  border: 1px solid #E8DCC8;
  border-radius: 12px;
  padding: 2rem 1.75rem;
}
.why-icon { font-size: 32px; margin-bottom: 1rem; }
.why-card h3 { font-size: 18px; color: #412402; margin-bottom: 0.5rem; }
.why-card p { font-size: 14px; color: #633806; line-height: 1.7; }

/* ── About / Story ── */
.about-section { background: #412402; color: #FAEEDA; padding: 5rem 0; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.about-section .section-eyebrow { color: #FAC775; }
.about-section .section-title { color: #FAEEDA; }
.about-section .section-body { color: #EF9F27; max-width: 100%; }
.about-section p { color: #EF9F27; font-size: 15px; line-height: 1.8; margin-bottom: 1rem; }
.about-img {
  border-radius: 12px;
  overflow: hidden;
  height: 400px;
  background: #633806;
}
.about-img img { width: 100%; height: 100%; object-fit: cover; }
.about-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FAEEDA;
  font-size: 13px;
  text-align: center;
  padding: 2rem;
  flex-direction: column;
  gap: 0.5rem;
}

/* ── Photo Gallery ── */
.gallery-section { background: #2C2C2A; padding: 4rem 0; }
.gallery-section .section-eyebrow { color: #FAC775; }
.gallery-section .section-title { color: #FAEEDA; margin-bottom: 2rem; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 2rem;
}
.gallery-item {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1;
  background: #444441;
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888780;
  font-size: 12px;
  text-align: center;
  padding: 1rem;
}

/* ── Swarm Removal ── */
.swarm-section { background: #FBF6EE; padding: 5rem 0; }
.swarm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; margin-top: 3rem; }
.swarm-steps { display: flex; flex-direction: column; gap: 1.5rem; margin-top: 1.5rem; }
.swarm-step { display: flex; gap: 1.25rem; align-items: flex-start; }
.swarm-step-num {
  width: 36px;
  height: 36px;
  background: #412402;
  color: #FAEEDA;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  flex-shrink: 0;
}
.swarm-step-text h4 { font-size: 16px; color: #412402; margin-bottom: 4px; }
.swarm-step-text p { font-size: 14px; color: #633806; line-height: 1.6; }
.swarm-warning {
  background: #FAEEDA;
  border-left: 3px solid #BA7517;
  border-radius: 0 6px 6px 0;
  padding: 12px 16px;
  font-size: 13px;
  color: #633806;
  margin-top: 1.5rem;
}
.swarm-img { border-radius: 12px; overflow: hidden; height: 380px; background: #E8DCC8; }
.swarm-img img { width: 100%; height: 100%; object-fit: cover; }
.swarm-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #854F0B;
  font-size: 13px;
  text-align: center;
  padding: 2rem;
  flex-direction: column;
  gap: 0.5rem;
}

/* ── Contact ── */
.contact-section { background: #fff; padding: 5rem 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; margin-top: 3rem; align-items: start; }
.contact-detail { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 2rem; }
.contact-icon { font-size: 22px; margin-top: 2px; }
.contact-detail h4 { font-size: 15px; color: #412402; font-weight: 500; margin-bottom: 4px; }
.contact-detail p, .contact-detail a { font-size: 15px; color: #633806; text-decoration: none; line-height: 1.6; }
.contact-detail a:hover { color: #BA7517; }

/* Contact form */
.contact-form { display: flex; flex-direction: column; gap: 1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form label { font-size: 13px; color: #633806; font-weight: 500; display: block; margin-bottom: 4px; }
.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #E8DCC8;
  border-radius: 6px;
  font-family: inherit;
  font-size: 15px;
  background: #FBF6EE;
  color: #2C2C2A;
  transition: border-color 0.15s;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #BA7517;
  background: #fff;
}
.contact-form textarea { resize: vertical; min-height: 120px; }
.contact-form .btn-primary { width: 100%; text-align: center; }

/* ── Footer ── */
.site-footer { background: #2C2C2A; color: #B4B2A9; padding: 4rem 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; padding-bottom: 3rem; }
.footer-brand { font-family: 'Playfair Display', serif; font-size: 20px; color: #FAEEDA; margin-bottom: 0.75rem; }
.footer-brand span { color: #FAC775; font-style: italic; }
.footer-tagline { font-size: 14px; color: #888780; line-height: 1.7; }
.footer-col h4 {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #888780;
  margin-bottom: 1rem;
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 500;
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 8px; }
.footer-col a { font-size: 14px; color: #B4B2A9; text-decoration: none; transition: color 0.15s; }
.footer-col a:hover { color: #FAEEDA; }
.footer-bottom {
  border-top: 1px solid #444441;
  padding: 1.25rem 0;
  text-align: center;
  font-size: 12px;
  color: #5F5E5A;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-content { padding: 3rem 0; }
  .hero-image { min-height: 300px; }
  .shop-grid,
  .about-grid,
  .swarm-grid,
  .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .main-nav { display: none; }
  .main-nav.open { display: block; position: absolute; top: 64px; left: 0; right: 0; background: #FBF6EE; border-bottom: 1px solid #E8DCC8; padding: 1rem 2rem; }
  .main-nav.open ul { flex-direction: column; gap: 1rem; }
  .nav-toggle { display: block; }
  .why-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
}
