/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  color: #2c3e2d;
  background: #faf9f6;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ── Typography ── */
h1, h2, h3 { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; line-height: 1.2; }

/* ── Nav ── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(250, 249, 246, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(44, 62, 45, 0.08);
  transition: box-shadow 0.3s ease;
}
.nav.scrolled { box-shadow: 0 4px 30px rgba(44, 62, 45, 0.08); }
.nav-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between;
  height: 72px;
}
.nav-logo {
  display: flex; align-items: center; gap: 10px;
  font-family: 'Playfair Display', serif; font-weight: 600; font-size: 1.15rem;
  color: #2c3e2d;
}
.nav-logo svg { color: #4a7c59; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a {
  font-size: 0.9rem; font-weight: 500; color: #4a5e4b;
  transition: color 0.2s;
}
.nav-links a:hover { color: #4a7c59; }
.btn-nav {
  background: #4a7c59; color: #fff !important; padding: 10px 22px;
  border-radius: 100px; font-weight: 500; font-size: 0.88rem;
  transition: background 0.2s, transform 0.2s;
}
.btn-nav:hover { background: #3d6b4a; transform: translateY(-1px); }

/* Mobile toggle */
.nav-toggle {
  display: none; background: none; border: none; cursor: pointer;
  flex-direction: column; gap: 5px; padding: 4px;
}
.nav-toggle span {
  display: block; width: 22px; height: 2px; background: #2c3e2d;
  border-radius: 2px; transition: transform 0.3s, opacity 0.3s;
}
.nav-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Hero ── */
.hero {
  min-height: 100vh; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center;
  position: relative; overflow: hidden; padding: 120px 24px 80px;
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(135deg, #d4e8d0 0%, #b8d4b5 25%, #f5ebe0 50%, #e8d5c4 75%, #c9e4ca 100%);
  background-size: 300% 300%;
  animation: heroGradient 12s ease infinite;
}
@keyframes heroGradient {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
.hero-content { position: relative; z-index: 1; max-width: 720px; }
.hero-tag {
  display: inline-block;
  font-size: 0.8rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  color: #4a7c59; background: rgba(74, 124, 89, 0.1);
  padding: 8px 20px; border-radius: 100px; margin-bottom: 28px;
}
.hero-headline {
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  color: #1a2e1b; margin-bottom: 24px;
  letter-spacing: -0.02em;
}
.hero-headline em { font-style: italic; color: #4a7c59; }
.hero-sub {
  font-size: 1.12rem; color: #4a5e4b; max-width: 540px; margin: 0 auto 40px;
  line-height: 1.8;
}
.hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 56px; }
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 32px; border-radius: 100px; font-size: 0.95rem; font-weight: 500;
  transition: all 0.25s ease; cursor: pointer; border: none;
}
.btn-primary {
  background: #4a7c59; color: #fff;
  box-shadow: 0 4px 20px rgba(74, 124, 89, 0.3);
}
.btn-primary:hover { background: #3d6b4a; transform: translateY(-2px); box-shadow: 0 8px 30px rgba(74, 124, 89, 0.35); }
.btn-ghost {
  background: rgba(255,255,255,0.7); color: #2c3e2d;
  border: 1.5px solid rgba(44, 62, 45, 0.2);
}
.btn-ghost:hover { background: #fff; border-color: #4a7c59; color: #4a7c59; }
.hero-stats {
  display: flex; align-items: center; gap: 32px; justify-content: center; flex-wrap: wrap;
}
.stat { text-align: center; }
.stat-num { display: block; font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700; color: #1a2e1b; }
.stat-label { font-size: 0.8rem; color: #6b8a6b; text-transform: uppercase; letter-spacing: 0.08em; }
.stat-divider { width: 1px; height: 40px; background: rgba(44, 62, 45, 0.15); }
.hero-scroll {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  color: #4a7c59; opacity: 0.6; animation: scrollBounce 2s ease infinite;
}
@keyframes scrollBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}

/* ── Section shared ── */
section { padding: 100px 0; }
.section-tag {
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  color: #4a7c59; margin-bottom: 12px;
}
.section-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: #1a2e1b; margin-bottom: 20px; letter-spacing: -0.01em;
}
.section-sub { font-size: 1.05rem; color: #6b8a6b; max-width: 520px; }
.section-header { text-align: center; margin-bottom: 64px; }
.section-header .section-sub { margin: 0 auto; }

/* ── About ── */
.about { background: #faf9f6; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about-images { position: relative; }
.about-img-main { border-radius: 20px; overflow: hidden; box-shadow: 0 20px 60px rgba(44, 62, 45, 0.12); }
.about-img-main img { width: 100%; height: 100%; object-fit: cover; }
.about-img-float {
  position: absolute; bottom: -40px; right: -30px;
  width: 55%; border-radius: 16px; overflow: hidden;
  box-shadow: 0 16px 48px rgba(44, 62, 45, 0.15);
  border: 4px solid #faf9f6;
}
.about-accent {
  position: absolute; top: -20px; left: -20px;
  width: 100px; height: 100px; border-radius: 50%;
  background: linear-gradient(135deg, #d4e8d0, #b8d4b5);
  opacity: 0.6; z-index: -1;
}
.about-text .lead { font-size: 1.1rem; color: #3d5a3e; margin-bottom: 16px; line-height: 1.8; }
.about-text p { color: #6b8a6b; margin-bottom: 16px; }
.about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 32px; }
.feature {
  display: flex; align-items: center; gap: 10px;
  font-size: 0.9rem; font-weight: 500; color: #2c3e2d;
}
.feature svg { color: #4a7c59; flex-shrink: 0; }

/* ── Collections ── */
.collections { background: linear-gradient(180deg, #f0f7ee 0%, #faf9f6 100%); }
.collections-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px;
}
.collection-card {
  border-radius: 20px; overflow: hidden; position: relative;
  background: #fff; box-shadow: 0 4px 24px rgba(44, 62, 45, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.collection-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(44, 62, 45, 0.12); }
.collection-card-img { position: relative; overflow: hidden; aspect-ratio: 5/6.2; }
.collection-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.collection-card:hover .collection-card-img img { transform: scale(1.05); }
.collection-card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(26, 46, 27, 0.5) 0%, transparent 60%);
  display: flex; align-items: flex-end; padding: 24px;
  opacity: 0; transition: opacity 0.3s ease;
}
.collection-card:hover .collection-card-overlay { opacity: 1; }
.btn-card {
  background: #fff; color: #2c3e2d; padding: 10px 22px;
  border-radius: 100px; font-size: 0.85rem; font-weight: 600;
  transition: background 0.2s;
}
.btn-card:hover { background: #4a7c59; color: #fff; }
.collection-card h3 {
  padding: 20px 24px 6px; font-size: 1.2rem; color: #1a2e1b;
}
.collection-card p { padding: 0 24px 24px; font-size: 0.9rem; color: #6b8a6b; }

/* ── Visit ── */
.visit { background: #faf9f6; }
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.visit-desc { font-size: 1.05rem; color: #6b8a6b; margin-bottom: 36px; line-height: 1.8; }
.visit-details { display: flex; flex-direction: column; gap: 24px; }
.visit-item { display: flex; align-items: flex-start; gap: 16px; }
.visit-icon {
  width: 48px; height: 48px; border-radius: 12px; flex-shrink: 0;
  background: linear-gradient(135deg, #e8f5e4, #d4e8d0);
  display: flex; align-items: center; justify-content: center;
  color: #4a7c59;
}
.visit-item strong { display: block; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; color: #4a7c59; margin-bottom: 4px; }
.visit-item span, .visit-item a { font-size: 0.95rem; color: #2c3e2d; }
.visit-item a:hover { color: #4a7c59; }
.visit-map { position: relative; }
.visit-map img {
  width: 100%; border-radius: 20px;
  box-shadow: 0 12px 40px rgba(44, 62, 45, 0.1);
  margin-bottom: 20px;
}
.btn-map { display: block; text-align: center; }

/* ── Contact ── */
.contact {
  background: linear-gradient(135deg, #1a2e1b 0%, #2c3e2d 50%, #3d5a3e 100%);
  color: #fff;
}
.contact-inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start;
}
.contact .section-tag { color: #a8d5a2; }
.contact .section-title { color: #fff; }
.contact-desc { color: rgba(255,255,255,0.7); font-size: 1.05rem; line-height: 1.8; }
.contact-form { display: flex; flex-direction: column; gap: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-group { display: flex; flex-direction: column; gap: 8px; }
.form-group label {
  font-size: 0.82rem; font-weight: 500; color: rgba(255,255,255,0.7);
  text-transform: uppercase; letter-spacing: 0.06em;
}
.form-group input, .form-group select, .form-group textarea {
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px; padding: 14px 18px; color: #fff;
  font-family: 'Inter', sans-serif; font-size: 0.95rem;
  transition: border-color 0.2s, background 0.2s;
  outline: none;
}
.form-group input::placeholder, .form-group textarea::placeholder { color: rgba(255,255,255,0.35); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  border-color: #a8d5a2; background: rgba(255,255,255,0.12);
}
.form-group select { cursor: pointer; appearance: none; }
.form-group select option { background: #2c3e2d; color: #fff; }
.form-group textarea { resize: vertical; min-height: 120px; }
.btn-submit { align-self: flex-start; }
.form-success {
  display: none; align-items: center; gap: 10px;
  padding: 16px 20px; border-radius: 12px;
  background: rgba(168, 213, 162, 0.15); border: 1px solid rgba(168, 213, 162, 0.3);
  color: #a8d5a2; font-size: 0.9rem; margin-top: 8px;
}
.form-success.show { display: flex; }

/* ── Footer ── */
.footer { background: #1a2e1b; color: rgba(255,255,255,0.6); padding: 64px 0 0; }
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px;
  padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-brand .nav-logo { color: #fff; margin-bottom: 16px; }
.footer-brand p { font-size: 0.9rem; line-height: 1.7; max-width: 280px; }
.footer-links strong, .footer-contact strong {
  display: block; color: #fff; font-size: 0.82rem;
  text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 16px;
}
.footer-links ul, .footer-contact ul { display: flex; flex-direction: column; gap: 10px; }
.footer-links a, .footer-contact a {
  font-size: 0.9rem; transition: color 0.2s;
}
.footer-links a:hover, .footer-contact a:hover { color: #a8d5a2; }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding: 24px 0; font-size: 0.82rem; flex-wrap: wrap; gap: 12px;
}

/* ── Mobile ── */
@media (max-width: 900px) {
  .nav-links {
    position: fixed; top: 72px; left: 0; right: 0;
    background: rgba(250, 249, 246, 0.97);
    backdrop-filter: blur(16px);
    flex-direction: column; padding: 32px 24px;
    gap: 24px; border-bottom: 1px solid rgba(44,62,45,0.08);
    transform: translateY(-120%); transition: transform 0.35s ease;
    box-shadow: 0 12px 32px rgba(44,62,45,0.1);
  }
  .nav-links.open { transform: translateY(0); }
  .nav-toggle { display: flex; }
  .about-grid, .visit-grid, .contact-inner { grid-template-columns: 1fr; gap: 40px; }
  .about-images { order: -1; max-width: 480px; }
  .collections-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .form-row { grid-template-columns: 1fr; }
  .about-img-float { right: -10px; bottom: -20px; }
  .hero-stats { gap: 20px; }
}

@media (max-width: 480px) {
  section { padding: 72px 0; }
  .hero { padding: 100px 20px 60px; }
  .about-features { grid-template-columns: 1fr; }
  .btn { padding: 12px 24px; font-size: 0.88rem; }
}

/* ── Animations ── */
.fade-up {
  opacity: 0; transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-up.visible { opacity: 1; transform: translateY(0); }
