:root {
  --navy: #1a2744;
  --navy-deep: #10182c;
  --navy-soft: #2c3d66;
  --magenta: #d81b60;
  --magenta-deep: #ad1457;
  --ink: #1c2438;
  --muted: #5c6578;
  --cream: #f6f1e7;
  --paper: #fbf8f2;
  --white: #ffffff;
  --gold: #c4a35a;
  --gold-soft: #e8d7a8;
  --line: #e6ddcc;
  --shadow: 0 18px 50px rgba(16, 24, 44, 0.1);
  --radius: 14px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Source Serif 4", Georgia, serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.7;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, .display {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 0.4em;
  color: var(--navy);
}
p { margin: 0 0 1em; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.skip { position: absolute; left: -999px; top: 8px; }
.skip:focus { left: 8px; background: #fff; padding: 8px 12px; z-index: 20; }

.topbar {
  background: var(--navy-deep);
  color: rgba(255,255,255,0.78);
  font-family: Outfit, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  padding: 8px 0;
}
.topbar-inner {
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.topbar a { color: #fff; text-decoration: none; }
.topbar a:hover { color: var(--gold-soft); }
.topbar-links { display: flex; gap: 18px; }

.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(14px);
  color: var(--navy);
  border-bottom: 1px solid rgba(26,39,68,0.08);
}
.site-header.is-scrolled { box-shadow: 0 10px 30px rgba(16,24,44,0.08); }
.header-inner {
  display: flex; align-items: center; gap: 18px;
  min-height: 92px;
}
.brand { display: flex; align-items: center; text-decoration: none; flex: 0 0 auto; }
.brand-logo { display: block; line-height: 0; flex: 0 0 auto; }
.brand-logo img {
  height: 78px;
  width: auto;
  max-width: none;
  display: block;
  object-fit: contain;
}
.brand-text { display: none; }
.site-nav { display: flex; gap: 4px; margin-left: auto; }
.site-nav a {
  text-decoration: none; padding: 8px 11px;
  font-family: Outfit, sans-serif; font-size: 0.78rem; font-weight: 500;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--navy-soft);
  border-bottom: 2px solid transparent;
}
.site-nav a:hover, .site-nav a.is-active {
  color: var(--navy);
  border-bottom-color: var(--magenta);
}
.nav-toggle {
  display: none; margin-left: auto;
  background: transparent; color: var(--navy);
  border: 1px solid var(--line); border-radius: 999px;
  padding: 8px 16px; font-family: Outfit, sans-serif; letter-spacing: 0.08em;
}
.header-cta { margin-left: 6px; display: flex; gap: 8px; align-items: center; }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  text-decoration: none; border: 1px solid transparent; cursor: pointer;
  border-radius: 999px; padding: 12px 22px;
  font-family: Outfit, sans-serif; font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-gold, .btn-navy {
  background: var(--navy); color: #fff; border-color: var(--navy);
  box-shadow: 0 8px 20px rgba(26,39,68,0.18);
}
.btn-gold:hover, .btn-navy:hover { background: var(--navy-soft); }
.btn-magenta {
  background: var(--magenta); color: #fff; border-color: var(--magenta);
  box-shadow: 0 8px 20px rgba(216,27,96,0.22);
}
.btn-magenta:hover { background: var(--magenta-deep); }
.btn-dark { background: var(--navy); color: #fff; border-color: var(--navy); }
.btn-fb { background: transparent; color: var(--navy); border-color: var(--line); }
.btn-fb:hover { border-color: var(--navy); }
.btn-ghost { background: transparent; color: inherit; border-color: currentColor; }
.btn-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }

.hero {
  position: relative; min-height: 86vh;
  display: grid; place-items: end start;
  color: #f7f3ea;
  background: var(--navy-deep) center/cover no-repeat;
  isolation: isolate;
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background:
    linear-gradient(180deg, rgba(16,24,44,0.18) 0%, rgba(16,24,44,0.78) 78%),
    linear-gradient(90deg, rgba(16,24,44,0.45), transparent 55%);
}
.hero-copy { position: relative; z-index: 2; padding: 0 0 80px; max-width: 740px; }
.kicker {
  display: inline-block; letter-spacing: 0.2em; text-transform: uppercase;
  font-family: Outfit, sans-serif; font-size: 0.72rem; font-weight: 600;
  margin-bottom: 14px; color: var(--magenta);
}
.hero .kicker, .page-hero .kicker, .band .kicker { color: var(--gold-soft); }
.hero h1 { font-size: clamp(2.6rem, 6vw, 5rem); max-width: 14ch; color: #fff; }
.hero p { font-size: 1.12rem; max-width: 46ch; color: rgba(247, 243, 234, 0.88); }
.hero .btn-ghost { color: #fff; border-color: rgba(255,255,255,0.55); }

.section { padding: 92px 0; }
.section-tight { padding-top: 0; }
.section-head { max-width: 680px; margin-bottom: 40px; }
.section-head h2, .split-copy h2 { font-size: clamp(2rem, 4vw, 3.1rem); }
.muted { color: var(--muted); }
.link { color: var(--magenta); }

.ornament {
  width: 56px; height: 3px; margin: 0 0 18px;
  background: linear-gradient(90deg, var(--magenta), var(--gold));
  border-radius: 99px;
}

.grid-3, .grid-2, .gallery { display: grid; gap: 24px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: 1.05fr 0.95fr; align-items: center; gap: 48px; }
.gallery { grid-template-columns: repeat(3, 1fr); }

.card, .plant-card, .stat, .form {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  overflow: hidden;
}
.card { padding: 28px 24px; }
.card h3, .plant-card h3 { font-size: 1.45rem; margin-bottom: 0.25em; }
.plant-card { transition: transform 0.25s ease, box-shadow 0.25s ease; }
.plant-card:hover { transform: translateY(-4px); box-shadow: 0 22px 50px rgba(16,24,44,0.14); }
.plant-card img, .split-photo img {
  width: 100%; height: 280px; object-fit: cover;
  transition: transform 0.6s ease;
}
.plant-card:hover img { transform: scale(1.05); }
.plant-card .body { padding: 18px 20px 22px; }
.tag {
  display: inline-block; font-family: Outfit, sans-serif;
  font-size: 0.68rem; letter-spacing: 0.14em; font-weight: 600;
  text-transform: uppercase; color: var(--magenta); margin-bottom: 6px;
}
.price {
  display: inline-block; margin: 10px 0 0;
  font-family: Outfit, sans-serif;
  font-size: 0.82rem; letter-spacing: 0.04em; font-weight: 600;
  color: #fff; background: var(--navy);
  padding: 5px 12px; border-radius: 999px;
}

.split-photo {
  padding: 0; border: 0; background: transparent;
  box-shadow: var(--shadow); border-radius: var(--radius); overflow: hidden;
}
.split-photo img { height: 480px; }

.band {
  background:
    radial-gradient(circle at 80% 20%, rgba(216,27,96,0.18), transparent 36%),
    var(--navy-deep);
  color: #f4ead6;
  padding: 80px 0;
}
.band h2 { font-size: clamp(2rem, 4vw, 3.1rem); color: #fff; }
.band p { max-width: 58ch; color: rgba(247,243,234,0.82); }
.band .btn-ghost { color: #fff; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 36px; }
.stat {
  padding: 24px; background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1); color: inherit; box-shadow: none;
}
.stat b { display: block; font-family: "Cormorant Garamond", serif; font-size: 2rem; color: var(--gold-soft); }

.mosaic {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr; grid-template-rows: 230px 230px; gap: 14px;
}
.mosaic a {
  padding: 0; background: #000; border: 0; border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow);
}
.mosaic img {
  width: 100%; height: 100%; object-fit: cover; border-radius: 0;
  transition: transform 0.6s ease, opacity 0.3s ease;
}
.mosaic a:hover img { transform: scale(1.06); opacity: 0.92; }
.mosaic a:first-child { grid-row: 1 / span 2; }

.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 40px; align-items: start; }
.form { display: grid; gap: 14px; padding: 28px; }
.form label { font-family: Outfit, sans-serif; font-size: 0.82rem; color: var(--navy); }
.form input, .form textarea, .form select {
  width: 100%; border: 1px solid var(--line); border-radius: 10px;
  padding: 12px 14px; font: inherit; background: #fff; margin-top: 6px;
}
.form input:focus, .form textarea:focus, .form select:focus {
  outline: 2px solid rgba(216,27,96,0.25); border-color: var(--magenta);
}
.form textarea { min-height: 130px; resize: vertical; }
.notice { padding: 12px 14px; border-radius: 10px; background: #eef7f0; color: #1e3a2a; }

.site-footer {
  background: var(--navy-deep); color: #d7dce8; padding: 64px 0 24px;
}
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 36px; }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.footer-brand img {
  height: 52px; width: auto; background: #fff; padding: 6px 8px; border-radius: 10px;
}
.footer-kicker { letter-spacing: 0.16em; text-transform: uppercase; font-family: Outfit, sans-serif; font-size: 0.68rem; color: var(--gold-soft); }
.site-footer h2, .site-footer h3 { color: #fff; }
.site-footer h3 { font-size: 1.3rem; }
.site-footer a { color: #fff; text-decoration: none; }
.site-footer a:hover { color: var(--gold-soft); }
.footer-base {
  display: flex; justify-content: space-between; gap: 12px;
  margin-top: 40px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 0.88rem; opacity: 0.75; font-family: Outfit, sans-serif;
}
.wa-float, .fb-float {
  position: fixed; right: 18px; z-index: 50;
  width: 54px; height: 54px; border-radius: 50%;
  color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 12px 28px rgba(16, 24, 44, 0.28);
}
.wa-float { bottom: 18px; background: #25D366; }
.fb-float { bottom: 82px; background: #1877F2; }

.page-hero {
  position: relative;
  min-height: 42vh;
  display: grid; align-items: end;
  padding: 90px 0 48px;
  background:
    linear-gradient(180deg, rgba(16,24,44,0.45), rgba(16,24,44,0.78)),
    var(--hero, url("../images/canopy.jpg")) center/cover;
  color: #f7f3ea;
}
.page-hero h1 { font-size: clamp(2.2rem, 5vw, 4rem); color: #fff; }
.page-hero p { max-width: 48ch; color: rgba(247,243,234,0.86); }

.video-frame {
  padding: 0; background: #000; border: 0;
  box-shadow: var(--shadow); border-radius: var(--radius); overflow: hidden;
}
.video-frame video { width: 100%; height: 420px; object-fit: cover; }

@media (max-width: 900px) {
  .grid-3, .grid-2, .gallery, .contact-grid, .footer-grid, .stats, .mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
  .mosaic a:first-child { grid-row: auto; }
  .hero { min-height: 78vh; }
  .hero-copy { padding-bottom: 48px; }
  .split-photo img, .plant-card img { height: 240px; }
  .header-cta, .topbar-links { display: none; }
  .nav-toggle { display: inline-flex; }
  .brand-logo img { height: 64px; max-width: none; }
  .header-inner { min-height: 80px; }
  .site-nav {
    display: none; position: absolute; left: 0; right: 0; top: 80px;
    background: #fff; padding: 12px 20px 18px; flex-direction: column;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: flex; }
  .footer-base { flex-direction: column; }
  .section { padding: 64px 0; }
}
