@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap');

:root {
  --bg: #f6f8f2;
  --surface: #ffffff;
  --ink: #0f172a;
  --muted: #5f6977;
  --green-900: #17351f;
  --green-700: #2e6a3d;
  --green-500: #4a965e;
  --sand: #d8b365;
  --line: #d9e2d4;
  --shadow: 0 16px 34px rgba(15, 23, 42, 0.1);
}

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

body {
  font-family: 'Manrope', sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at 100% -20%, #dfecdc 0, #f3f8ef 40%, #ffffff 100%);
  line-height: 1.65;
}

.container { width: min(1180px, 92%); margin: 0 auto; }

.notice {
  background: var(--green-900);
  color: #dce9dd;
  font-size: 0.86rem;
}

.notice .container {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.42rem 0;
}

header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(8px);
}

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

.brand {
  text-decoration: none;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.brand-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(140deg, #2f6a3d, #17351f);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
}

.brand-title { font-weight: 800; letter-spacing: 0.2px; }
.brand-sub { font-size: 0.8rem; color: #6f7a88; }

nav ul { list-style: none; display: flex; gap: 0.8rem; }
nav a {
  text-decoration: none;
  color: var(--ink);
  padding: 0.46rem 0.75rem;
  border-radius: 999px;
  font-weight: 650;
}
nav a:hover, nav a.active { background: #e5efdf; color: #245f34; }

.btn {
  border: 0;
  border-radius: 11px;
  padding: 0.8rem 1.22rem;
  display: inline-block;
  text-decoration: none;
  font-weight: 750;
}
.btn-primary { background: linear-gradient(135deg, #2b6a3c, #4a965e); color: #fff; }
.btn-ghost { border: 1px solid #b6c8b0; background: #fff; color: #1f4f2c; }

.hero { padding: 3rem 0 2.4rem; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  gap: 1.4rem;
  align-items: stretch;
}

h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.1rem, 3.8vw, 3.7rem);
  line-height: 1.08;
  margin-bottom: 0.9rem;
}

.hero-copy {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1.2rem;
  box-shadow: var(--shadow);
}

.hero-copy p { color: var(--muted); margin-bottom: 0.85rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1rem; }
.hero-highlights {
  margin-top: 1rem;
  display: grid;
  gap: 0.6rem;
}

.hero-highlight {
  background: #f5faf3;
  border: 1px solid #d6e4d1;
  border-radius: 12px;
  padding: 0.7rem 0.8rem;
}

.hero-highlight strong {
  display: block;
  color: #245f34;
  font-size: 0.97rem;
  margin-bottom: 0.1rem;
}

.hero-highlight span {
  color: var(--muted);
  font-size: 0.9rem;
}

.hero-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 0.74fr;
  gap: 0.9rem;
}

.hero-main, .hero-side, .hero-bottom,
.thumb img, .feature-media img, .product-card img, .about-photo img, .contact-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-main { grid-column: 1/3; min-height: 330px; }
.hero-side { min-height: 220px; }
.hero-bottom { min-height: 220px; }

section { padding: 2.9rem 0; }
.section-head { margin-bottom: 1rem; }
.section-head h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.55rem, 2.8vw, 2.45rem);
  line-height: 1.15;
  margin-bottom: 0.35rem;
}
.section-head p { color: var(--muted); }

.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
}

.quick-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.95rem;
}
.quick-item h3 { color: #245f34; margin-bottom: 0.2rem; font-size: 1rem; }
.quick-item p { color: var(--muted); font-size: 0.95rem; }

.feature-wrap {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 1.1rem;
  align-items: center;
}

.feature-list { display: grid; gap: 0.8rem; }
.feature-list li {
  list-style: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.85rem;
}

.feature-media img { height: 420px; }

.catalog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.product-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}

.product-card img { height: 200px; border-radius: 0; border: 0; box-shadow: none; }
.product-card .info { padding: 0.9rem; }
.product-card h3 { color: #235f34; margin-bottom: 0.25rem; }
.product-card p { color: var(--muted); }

.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
}

.metric {
  background: linear-gradient(135deg, #234f30, #427f53);
  color: #fff;
  padding: 0.9rem;
  border-radius: 14px;
}

.metric strong { font-size: 1.7rem; display: block; line-height: 1; margin-bottom: 0.3rem; }

.highlight {
  background: linear-gradient(130deg, #17351f, #2b6a3c 60%, #4a965e);
  color: #e8f5e8;
  border-radius: 20px;
  padding: 1.8rem;
}
.highlight h2 { margin-bottom: 0.5rem; }
.highlight p { margin-bottom: 1rem; max-width: 740px; }

.gallery {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 0.9rem;
}
.thumb img { height: 250px; }
.thumb.tall img { height: 516px; }

.page-hero { padding: 2.4rem 0 1rem; }
.page-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.95rem, 3.2vw, 3rem);
  line-height: 1.1;
  margin-bottom: 0.5rem;
}
.page-hero p { color: var(--muted); }

.dual {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 1rem;
  align-items: start;
}

.panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1rem;
  margin-bottom: 0.8rem;
}

.panel h3 { color: #235f34; margin-bottom: 0.25rem; }
.panel p { color: var(--muted); }

.about-photo img, .contact-photo img { height: 100%; min-height: 360px; }

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
}

.contact-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.95rem;
}

.contact-card h3 { color: #235f34; margin-bottom: 0.2rem; }
.contact-card p { color: var(--muted); }

footer {
  margin-top: 2rem;
  border-top: 1px solid var(--line);
  text-align: center;
  color: #6f7a88;
  padding: 1.2rem 0 1.8rem;
}

@media (max-width: 980px) {
  .hero-grid,
  .quick-grid,
  .feature-wrap,
  .catalog,
  .metrics,
  .gallery,
  .dual,
  .contact-grid { grid-template-columns: 1fr; }

  .hero-stack { grid-template-columns: 1fr; grid-template-rows: unset; }
  .hero-main { grid-column: auto; }
  .thumb.tall img { height: 250px; }

  nav ul { flex-wrap: wrap; justify-content: flex-end; gap: 0.3rem; }

  .notice .container { flex-direction: column; align-items: flex-start; gap: 0.2rem; }
}
