/* ==============================
   SAPP — More vibrant brand stylesheet
   (brighter cream / richer sage / punchier terracotta / deeper charcoal)
   ============================== */

:root{
  /* More vibrant palette (same vibe, higher saturation + contrast) */
  --cream: #FFF3DD;          /* brighter, warmer base */
  --sage: #4FBF92;           /* richer green */
  --sage-2: #BFF2DC;         /* lighter mint-sage */
  --teal: #0E6B57;           /* deeper teal for headings */
  --terracotta: #E4572E;     /* punchier terracotta */
  --terracotta-2: #FF8A3D;   /* brighter highlight */
  --charcoal: #132025;       /* slightly deeper */
  --ink: rgba(19,32,37,0.90);
  --muted: rgba(19,32,37,0.68);

  /* Cleaner cards + stronger separation */
  --card: rgba(255,255,255,0.90);
  --card-solid: #FFFFFF;
  --border: rgba(19,32,37,0.14);
  --border-2: rgba(19,32,37,0.22);
  --shadow: 0 18px 46px rgba(19,32,37,0.14);

  --radius: 18px;
}

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

html, body{
  height: 100%;
}

body{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--cream);
  color: var(--charcoal);
  line-height: 1.6;
}

a{
  text-decoration: none;
  color: inherit;
}

.container{
  width: min(1100px, 100% - 2.5rem);
  margin: 0 auto;
}

/* ==============================
   Header
   ============================== */

.site-header{
  position: sticky;
  top: 0;
  z-index: 10;

  background: rgba(255,255,255,0.86);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 10px 26px rgba(19,32,37,0.06);
}

.header-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 0;
}

.logo{
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.logo-img{
  height: 54px;
  width: auto;
  display: block;

  background: rgba(255,255,255,0.72);
  padding: 6px;
  border-radius: 14px;
  border: 1px solid var(--border);
  box-shadow: 0 12px 30px rgba(19,32,37,0.10);
}

/* optional stacked variant if you use it */
.logo-stacked{
  flex-direction: column;
  align-items: flex-start;
}
.logo-tagline{
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--teal);
  margin-top: 0.2rem;
}

.nav{
  display: flex;
  gap: 0.7rem;
  font-size: 0.95rem;
}

.nav a{
  padding: 0.5rem 0.8rem;
  border-radius: 12px;
  color: var(--ink);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.nav a:hover{
  background: rgba(79,191,146,0.22);
  color: var(--teal);
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(14,107,87,0.10);
}

/* ==============================
   Hero
   ============================== */

.hero{
  padding: 3.6rem 0 2.6rem;
  border-bottom: 1px solid var(--border);

  /* stronger glow + richer gradients */
  background:
    radial-gradient(circle at 16% 22%, rgba(79,191,146,0.44), transparent 56%),
    radial-gradient(circle at 78% 42%, rgba(228,87,46,0.28), transparent 62%),
    radial-gradient(circle at 55% 12%, rgba(255,138,61,0.18), transparent 58%),
    linear-gradient(180deg, rgba(255,255,255,0.62), rgba(255,255,255,0));
}

.hero-inner{
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  align-items: center;
  gap: 2.5rem;
}

.hero-text h1{
  font-size: clamp(2.4rem, 4vw, 3.1rem);
  color: var(--teal);
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}

.hero-text p{
  font-size: 1.06rem;
  max-width: 34rem;
  color: var(--muted);
  margin-bottom: 1.5rem;
}

.hero-buttons{
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.78rem 1.5rem;
  border-radius: 14px;
  font-weight: 700;
  font-size: 0.95rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.18s ease, filter 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.btn:hover{
  transform: translateY(-1px);
}

.btn-primary{
  background: linear-gradient(180deg, var(--terracotta-2), var(--terracotta));
  color: #fff;
  border-color: rgba(0,0,0,0.10);
  box-shadow: 0 16px 34px rgba(228,87,46,0.26);
}

.btn-primary:hover{
  filter: brightness(0.98) saturate(1.08);
  box-shadow: 0 18px 40px rgba(228,87,46,0.32);
}

.btn-secondary{
  background: rgba(255,255,255,0.78);
  color: var(--teal);
  border: 2px solid rgba(79,191,146,0.85);
  box-shadow: 0 12px 22px rgba(14,107,87,0.10);
}

.btn-secondary:hover{
  background: rgba(79,191,146,0.14);
  filter: saturate(1.05);
}

/* ==============================
   Hero illustration (your existing pot)
   ============================== */

.hero-visual{
  display: flex;
  justify-content: center;
}

.pot-illustration{
  position: relative;
  width: 220px;
  height: 220px;
}

.pot-body{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 155px;
  height: 112px;
  background: linear-gradient(180deg, var(--terracotta-2), var(--terracotta));
  border-radius: 0 0 34px 34px;
  box-shadow: 0 22px 44px rgba(19,32,37,0.18);
}

.pot-body::before{
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 32px;
  background: rgba(255,138,61,0.98);
  border-radius: 18px;
  border: 1px solid rgba(19,32,37,0.08);
  box-shadow: 0 12px 24px rgba(228,87,46,0.14);
}

.sprout{
  position: absolute;
  bottom: 122px;
  left: 50%;
  transform: translateX(-50%);
}

.stem{
  width: 6px;
  height: 68px;
  background: linear-gradient(180deg, var(--sage-2), var(--sage));
  border-radius: 999px;
  margin: 0 auto;
  box-shadow: 0 10px 18px rgba(79,191,146,0.14);
}

.leaf{
  width: 44px;
  height: 26px;
  background: linear-gradient(180deg, var(--sage-2), var(--sage));
  border-radius: 50px;
  position: absolute;
  top: 10px;
  box-shadow: 0 12px 22px rgba(79,191,146,0.24);
}

.leaf-left{ right: 10px; transform: rotate(-25deg); }
.leaf-right{ left: 10px; transform: rotate(25deg); }

.paint-streak{
  position: absolute;
  bottom: 40px;
  left: 12px;
  width: 72px;
  height: 18px;
  background: rgba(79,191,146,0.62);
  border-radius: 999px;
  opacity: 0.92;
}

/* ==============================
   Features
   ============================== */

.features{
  padding: 2.8rem 0 1.8rem;
}

.features h2{
  text-align: center;
  margin-bottom: 1.9rem;
  font-size: 1.55rem;
  color: var(--ink);
}

.feature-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.5rem;
}

.feature-card{
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.5rem;
  font-size: 0.97rem;
  position: relative;
  overflow: hidden;
}

.feature-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(79,191,146,0.26), transparent 60%),
    radial-gradient(circle at 86% 26%, rgba(228,87,46,0.14), transparent 55%);
  pointer-events: none;
}

.feature-card h3{
  color: var(--teal);
  margin-bottom: 0.35rem;
}

/* ==============================
   Highlight strip
   ============================== */

.highlight{
  padding: 2.5rem 0 3.2rem;
}

.highlight-inner{
  background: rgba(255,255,255,0.84);
  border: 1px solid var(--border);
  border-left: 12px solid var(--terracotta);
  border-radius: var(--radius);
  padding: 2rem 1.7rem;
  box-shadow: var(--shadow);
}

.highlight-inner h2{
  color: var(--teal);
  margin-bottom: 0.4rem;
}

.highlight-inner ul{
  margin: 0.8rem 0 1.2rem 1.1rem;
}

.highlight-inner li{
  margin-bottom: 0.25rem;
  color: var(--muted);
}

/* ==============================
   Page hero / generic sections
   ============================== */

.page-hero{
  padding: 2.8rem 0 1.4rem;
}

.page-hero h1{
  font-size: 2rem;
  color: var(--teal);
  margin-bottom: 0.35rem;
}

.page-hero p{
  max-width: 38rem;
  color: var(--muted);
}

.content-section{
  padding: 1.5rem 0 3rem;
}

.text-columns{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}

.text-columns h2{
  color: var(--ink);
  margin-bottom: 0.5rem;
}

.text-columns p + p{
  margin-top: 0.75rem;
  color: var(--muted);
}

/* ==============================
   Product card
   ============================== */

.product-grid{
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.product-card{
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.8rem;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr);
  gap: 1.7rem;
  box-shadow: var(--shadow);
}

.product-image-placeholder{
  border-radius: 16px;
  border: 2px dashed rgba(79,191,146,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: rgba(14,107,87,0.92);
  background: rgba(79,191,146,0.12);
}

.product-info h2{
  color: var(--teal);
  margin-bottom: 0.4rem;
}

.price{
  font-weight: 900;
  color: var(--terracotta);
  margin-bottom: 0.6rem;
  font-size: 1.35rem;
}

.product-list{
  margin-left: 1.1rem;
  margin-bottom: 0.7rem;
  color: var(--muted);
}

.product-list li{
  margin-bottom: 0.22rem;
}

.product-tagline{
  font-size: 0.96rem;
  color: var(--muted);
  margin-bottom: 1rem;
}

/* ==============================
   Contact
   ============================== */

.contact-layout{
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 2rem;
}

.contact-details{
  list-style: none;
  margin-top: 0.8rem;
  color: var(--muted);
}

.contact-details li + li{
  margin-top: 0.3rem;
}

.contact-form{
  background: var(--card);
  padding: 1.6rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  display: grid;
  gap: 0.9rem;
}

.contact-form label{
  font-size: 0.92rem;
  display: grid;
  gap: 0.35rem;
  color: var(--ink);
}

.contact-form input,
.contact-form textarea{
  border-radius: 14px;
  border: 1px solid rgba(79,191,146,0.78);
  padding: 0.65rem 0.85rem;
  font: inherit;
  background: rgba(255,255,255,0.86);
}

.contact-form input:focus,
.contact-form textarea:focus{
  outline: 3px solid rgba(79,191,146,0.38);
  outline-offset: 1px;
  border-color: rgba(14,107,87,0.75);
}

.form-note{
  font-size: 0.82rem;
  color: rgba(19,32,37,0.58);
}

/* ==============================
   Footer (Option A style)
   ============================== */

.site-footer{
  background: rgba(255,255,255,0.62);
  color: rgba(19,32,37,0.74);
  padding: 1.8rem 0;
  margin-top: 2rem;
  border-top: 1px solid var(--border);
}

.footer-inner{
  text-align: center;
  font-size: 0.9rem;
}

.footer-inner .tagline{
  margin-top: 0.25rem;
  font-weight: 900;
  color: var(--terracotta);
}

/* ==============================
   Responsive
   ============================== */

@media (max-width: 768px){
  .hero-inner{
    grid-template-columns: minmax(0, 1fr);
  }
  .product-card{
    grid-template-columns: minmax(0, 1fr);
  }
  .contact-layout{
    grid-template-columns: minmax(0, 1fr);
  }
  .nav{
    gap: 0.35rem;
    font-size: 0.9rem;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .nav a{
    padding: 0.45rem 0.65rem;
  }
}

.paint-streak{
  display: none;
}