/* Greener Tomorrows — clean static rebuild
   ------------------------------------------------ */

:root {
  --green:        #5c7d54;   /* evergreen accent */
  --green-dark:   #45603f;
  --green-soft:   #7d9a72;
  --title:        #6f8f6a;
  --ink:          #3f453d;
  --muted:        #6d7268;
  --line:         #dcdcd6;
  --card:         #ffffff;
  --page-bg:      #e9e9e6;
  --shadow:       0 2px 14px rgba(0,0,0,.08);
  --wrap:         1040px;
}

* { box-sizing: border-box; }

/* Accessibility */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--green-dark);
  color: #fff;
  padding: 10px 16px;
  border-radius: 0 0 6px 0;
  z-index: 200;
  font-weight: 700;
}
.skip-link:focus { left: 0; color: #fff; }

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 2px;
}

/* Honeypot (spam trap) — hidden from real users */
.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px; height: 1px;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    transition-duration: .001ms !important;
  }
}

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

body {
  margin: 0;
  font-family: "Karla", "Segoe UI", Helvetica, Arial, sans-serif;
  color: var(--ink);
  line-height: 1.65;
  background-color: var(--page-bg);
  background-image:
    linear-gradient(rgba(255,255,255,.55), rgba(255,255,255,.55)),
    repeating-linear-gradient(45deg, #e2e2dd 0 2px, #ececea 2px 4px);
}

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

a { color: var(--green); }
a:hover { color: var(--green-dark); }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }

/* ---------- Header ---------- */
.site-header { padding: 34px 0 0; }

.brand { text-decoration: none; display: inline-block; }
.brand h1 {
  font-family: "Great Vibes", "Segoe Script", cursive;
  font-weight: 400;
  font-size: 74px;
  line-height: 1;
  margin: 0;
  color: var(--title);
  letter-spacing: normal;
}
.brand .tagline {
  margin: 6px 0 0;
  font-size: 18px;
  color: var(--muted);
  font-weight: 700;
  letter-spacing: .3px;
}

/* ---------- Navigation ---------- */
.main-nav {
  margin-top: 26px;
  border-bottom: 3px solid var(--green);
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
.main-nav a {
  text-decoration: none;
  color: var(--green-dark);
  font-weight: 700;
  font-size: 16px;
  padding: 12px 22px;
  background: #f4f4f1;
  border: 1px solid var(--line);
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  transition: background .15s, color .15s;
}
.main-nav a:hover { background: #eaefe6; color: var(--green); }
.main-nav a.active {
  background: var(--card);
  color: var(--ink);
  box-shadow: 0 -3px 0 var(--green) inset;
}

/* ---------- Layout ---------- */
.content {
  background: var(--card);
  box-shadow: var(--shadow);
  border-radius: 0 0 8px 8px;
  padding: 34px 40px 44px;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 40px;
}
.content.full { grid-template-columns: 1fr; }

main h1 {
  font-size: 30px;
  color: var(--green-dark);
  margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}
main h2 { color: var(--green-dark); font-size: 22px; }
main p { margin: 0 0 16px; }

.banner { margin: 0 auto 26px; }
.notice {
  text-align: center;
  background: #f0f5ec;
  border: 1px solid #d5e2cd;
  border-radius: 8px;
  padding: 16px 20px;
  margin-bottom: 26px;
}
.notice p { margin: 4px 0; font-weight: 700; color: var(--green-dark); }
.notice .phone { font-size: 20px; }

/* ---------- Sidebar ---------- */
.sidebar { font-size: 15px; }
.widget { margin-bottom: 34px; }
.widget h3 {
  color: var(--green-dark);
  font-size: 18px;
  margin: 0 0 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--green);
}

/* Testimonials rotator */
.testimonials { position: relative; min-height: 250px; }
.testimonial {
  display: none;
  background: #f7f8f5;
  border-left: 4px solid var(--green-soft);
  border-radius: 6px;
  padding: 18px 20px;
}
.testimonial.active { display: block; animation: fade .8s ease; }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
.testimonial .quote-title {
  font-size: 17px;
  color: var(--green-dark);
  margin: 0 0 10px;
  font-style: italic;
}
.testimonial blockquote {
  margin: 0 0 12px;
  font-style: italic;
  color: #4a4f46;
  font-size: 14.5px;
}
.testimonial .author { font-weight: 700; color: var(--ink); font-size: 14px; }
.t-dots { text-align: center; margin-top: 14px; }
.t-dots button {
  width: 9px; height: 9px; padding: 0; margin: 0 4px;
  border-radius: 50%; border: none; cursor: pointer;
  background: #cfd6c8;
}
.t-dots button.active { background: var(--green); }

/* Facebook */
.fb-wrap { border: 1px solid var(--line); border-radius: 6px; overflow: hidden; background:#f7f8f5; }
.fb-wrap iframe { display: block; width: 100%; border: none; }
.fb-fallback { display: block; text-align: center; padding: 12px; font-weight: 700; }

/* ---------- Product grid (Wreaths) ---------- */
.products {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px;
}
.product {
  border: 1px solid var(--line); border-radius: 8px; overflow: hidden;
  background: #fff; display: flex; flex-direction: column;
}
.product img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.product .body { padding: 16px 18px; display: flex; flex-direction: column; flex: 1; }
.product h2 { font-size: 19px; margin: 0 0 8px; color: var(--green-dark); }
.product p { font-size: 14px; color: #50554b; margin: 0 0 16px; }
.product .call {
  margin-top: auto;
  display: inline-block;
  background: var(--green);
  color: #fff; text-decoration: none;
  text-align: center; font-weight: 700;
  padding: 9px 14px; border-radius: 6px;
}
.product .call:hover { background: var(--green-dark); color:#fff; }

.intro-lead { font-size: 17px; }

/* ---------- Gallery grid ---------- */
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.gallery a { display: block; border-radius: 6px; overflow: hidden; border: 1px solid var(--line); }
.gallery img {
  width: 100%; height: 220px; object-fit: cover;
  transition: transform .3s;
}
.gallery a:hover img { transform: scale(1.06); }

/* Lightbox */
.lightbox {
  display: none; position: fixed; inset: 0; z-index: 100;
  background: rgba(0,0,0,.88);
  align-items: center; justify-content: center;
}
.lightbox.open { display: flex; }
.lightbox img { max-width: 92vw; max-height: 88vh; border-radius: 4px; box-shadow: 0 6px 40px rgba(0,0,0,.6); }
.lightbox .lb-btn {
  position: absolute; background: rgba(255,255,255,.15); color:#fff;
  border: none; cursor: pointer; font-size: 30px; line-height: 1;
  width: 54px; height: 54px; border-radius: 50%;
}
.lightbox .lb-btn:hover { background: rgba(255,255,255,.3); }
.lb-close { top: 20px; right: 24px; }
.lb-prev { left: 18px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 18px; top: 50%; transform: translateY(-50%); }

/* ---------- Contact ---------- */
.contact-info { font-size: 16px; }
.contact-info strong { color: var(--green-dark); }
.map-embed {
  margin-top: 22px; border: 1px solid var(--line); border-radius: 8px; overflow: hidden;
}
.map-embed iframe { display: block; width: 100%; height: 380px; border: none; }

/* ---------- Contact form ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 40px;
  align-items: start;
}
.contact-form { margin-top: 4px; }
.contact-form .field { margin-bottom: 16px; }
.contact-form label {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: var(--green-dark);
  margin-bottom: 5px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  font: inherit;
  color: var(--ink);
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fbfbfa;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(92,125,84,.15);
  background: #fff;
}
.contact-form textarea { min-height: 130px; resize: vertical; }
.contact-form button {
  background: var(--green);
  color: #fff;
  font: inherit;
  font-weight: 700;
  border: none;
  cursor: pointer;
  padding: 11px 26px;
  border-radius: 6px;
}
.contact-form button:hover { background: var(--green-dark); }
.form-status { margin-top: 14px; font-weight: 700; display: none; }
.form-status.show { display: block; }
.form-status.ok { color: var(--green-dark); }
.form-status.err { color: #b23b3b; }

@media (max-width: 860px) {
  .contact-grid { grid-template-columns: 1fr; gap: 30px; }
}

/* ---------- Footer ---------- */
.site-footer {
  text-align: center;
  color: var(--muted);
  font-size: 13.5px;
  padding: 6px 0 40px;
  line-height: 1.7;
}

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .content { grid-template-columns: 1fr; padding: 26px 24px 34px; }
  .brand h1 { font-size: 58px; }
  .products { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 560px) {
  .main-nav { flex-wrap: wrap; }
  .main-nav a { flex: 1 1 auto; text-align: center; padding: 10px 12px; font-size: 14px; }
  .brand h1 { font-size: 50px; }
  .products { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .gallery img { height: 150px; }
}
