﻿:root {
  --pine: #0d3323;
  --pine-2: #071d14;
  --olive: #5b7a31;
  --moss: #23643b;
  --leaf: #56a948;
  --lime: #b9e769;
  --stone: #eef6e7;
  --paper: #fffdf6;
  --sand: #f1d48a;
  --clay: #c46a36;
  --gold: #f2b844;
  --ink: #172118;
  --muted: #5d6b58;
  --line: rgba(23, 33, 24, 0.14);
  --shadow: 0 20px 60px rgba(7, 29, 20, 0.22);
  --radius: 8px;
  --header-height: 76px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.55;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.no-scroll {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(242, 184, 68, 0.28);
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 1000;
  transform: translateY(-140%);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--pine);
  padding: 0.7rem 0.9rem;
  box-shadow: var(--shadow);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.section-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 90;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  min-height: var(--header-height);
  padding: 0.65rem max(1rem, calc((100vw - 1180px) / 2));
  color: var(--paper);
  background: linear-gradient(180deg, rgba(7, 29, 20, 0.82), rgba(7, 29, 20, 0.18));
  transition: background 180ms ease, box-shadow 180ms ease, min-height 180ms ease;
}

.site-header.is-scrolled,
.site-header.nav-open {
  min-height: 68px;
  background: rgba(7, 29, 20, 0.97);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(242, 184, 68, 0.28), rgba(86, 169, 72, 0.22));
  color: var(--paper);
  font-size: 0.9rem;
}

.brand-copy {
  display: grid;
  line-height: 1.1;
}

.brand-copy small {
  color: rgba(255, 253, 248, 0.76);
  font-size: 0.78rem;
  font-weight: 600;
}

.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 0.22rem;
}

.site-nav a {
  border-radius: 999px;
  padding: 0.55rem 0.78rem;
  color: rgba(255, 253, 248, 0.86);
  font-size: 0.94rem;
  font-weight: 700;
  transition: background 160ms ease, color 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  color: var(--paper);
  outline: none;
}

.header-cta,
.btn,
.text-link,
.filter-btn,
.nav-toggle,
.lightbox-close {
  min-height: 44px;
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: 0;
  border-radius: var(--radius);
  padding: 0.75rem 1rem;
  font-weight: 800;
  line-height: 1.15;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.header-cta {
  background: var(--gold);
  color: var(--pine-2);
  white-space: nowrap;
}

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

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 46px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  color: var(--paper);
}

.hero {
  position: relative;
  min-height: 84svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--paper);
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  object-fit: cover;
  object-position: 64% center;
  transform: scale(1.01);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 22, 14, 0.96) 0%, rgba(13, 51, 35, 0.8) 42%, rgba(13, 51, 35, 0.2) 78%),
    linear-gradient(180deg, rgba(242, 184, 68, 0.14), rgba(5, 22, 14, 0.52));
}

.hero-inner {
  position: relative;
  z-index: 1;
  padding: calc(var(--header-height) + 2rem) 0 3rem;
}

.hero-inner > * {
  max-width: 720px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 0.85rem;
  color: var(--gold);
  font-size: 0.83rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: 4rem;
  line-height: 1.02;
  text-wrap: balance;
}

.hero-subtitle {
  margin: 1.1rem 0 0;
  color: var(--stone);
  font-size: 1.35rem;
  font-weight: 800;
}

.hero-copy {
  margin: 1rem 0 0;
  color: rgba(255, 253, 248, 0.88);
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.7rem;
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold), #ffe07a);
  color: var(--pine-2);
  box-shadow: 0 16px 36px rgba(242, 184, 68, 0.28), 0 12px 26px rgba(0, 0, 0, 0.18);
}

.btn-secondary {
  border: 1px solid rgba(185, 231, 105, 0.5);
  background: rgba(86, 169, 72, 0.18);
  color: var(--paper);
  backdrop-filter: blur(8px);
}

.proof-band {
  background: var(--pine-2);
  color: var(--paper);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.proof-item {
  min-height: 118px;
  display: grid;
  align-content: center;
  gap: 0.25rem;
  padding: 1.35rem;
  background: var(--pine-2);
}

.proof-item strong {
  color: var(--sand);
  font-size: 2.1rem;
  line-height: 1;
}

.proof-item span {
  color: rgba(255, 253, 248, 0.74);
  font-weight: 700;
}

.section {
  padding: 6rem 0;
}

.section-muted {
  background: linear-gradient(180deg, #eef6e7 0%, #fff6dd 100%);
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
  margin-bottom: 2rem;
}

.section-heading h2,
.section-copy h2,
.contact-copy h2 {
  margin: 0;
  color: var(--pine-2);
  font-size: 2.35rem;
  line-height: 1.08;
  text-wrap: balance;
}

.section-heading p,
.section-copy p,
.contact-copy p {
  color: var(--muted);
}

.section-note {
  max-width: 330px;
  margin: 0;
  font-weight: 700;
}

.story-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1fr);
  gap: 3rem;
  align-items: center;
}

.section-copy p {
  max-width: 630px;
  font-size: 1.05rem;
}

.value-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  padding: 0;
  margin: 1.5rem 0 0;
  list-style: none;
}

.value-list li {
  border: 1px solid rgba(86, 169, 72, 0.32);
  border-radius: 999px;
  padding: 0.55rem 0.8rem;
  background: linear-gradient(135deg, #ffffff, #f3fbec);
  color: var(--pine);
  font-weight: 800;
}

.story-media {
  position: relative;
  margin: 0;
  min-height: 410px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.story-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 32%;
  background: linear-gradient(180deg, transparent, rgba(7, 29, 20, 0.5));
}

.story-media img {
  width: 100%;
  height: 100%;
  min-height: 410px;
  object-fit: cover;
}

.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid var(--gold);
  color: var(--pine);
  font-weight: 900;
}

.catalog-controls {
  display: grid;
  gap: 0.65rem;
  margin: -0.6rem 0 1.5rem;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0;
}

.filter-row.compact {
  justify-content: flex-end;
  margin: 0;
}

.filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  color: var(--pine);
  padding: 0.62rem 0.88rem;
  font-weight: 850;
}

.filter-btn small {
  display: inline-grid;
  min-width: 1.45rem;
  height: 1.45rem;
  place-items: center;
  border-radius: 999px;
  background: rgba(13, 71, 46, 0.09);
  color: var(--moss);
  font-size: 0.72rem;
  font-weight: 950;
}

.filter-btn.is-active {
  border-color: var(--moss);
  background: linear-gradient(135deg, var(--moss), var(--leaf));
  color: var(--paper);
}

.filter-btn.is-active small {
  background: rgba(255, 253, 246, 0.2);
  color: var(--paper);
}

.catalog-count {
  color: var(--muted);
  font-size: 0.93rem;
  font-weight: 800;
}

.card-grid,
.service-grid {
  display: grid;
  gap: 1rem;
}

.card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-card,
.service-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 12px 34px rgba(7, 29, 20, 0.09);
}

.product-card {
  display: grid;
  grid-template-rows: 238px 1fr;
  min-height: 0;
}

.product-card img,
.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card.product-real {
  grid-template-rows: auto 1fr;
}

.product-card.product-real img {
  display: block;
  height: auto;
  aspect-ratio: 3 / 2;
  background: #fffdf8;
  object-fit: cover;
  padding: 0;
}

.product-card.product-featured {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.7fr) minmax(320px, 0.72fr);
  grid-template-rows: auto;
  min-height: 0;
  border-color: rgba(242, 184, 68, 0.48);
  background: linear-gradient(135deg, #071d14 0%, #0d3323 48%, #eef6e7 48%, #fffdf6 100%);
}

.product-card.product-featured img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  padding: 0;
  background: #071d14;
}

.product-featured .product-body {
  display: grid;
  align-content: center;
  min-height: 100%;
  padding: 1.5rem;
}

.product-featured h3 {
  font-size: 1.65rem;
}

.feature-badge {
  width: fit-content;
  border-radius: 999px;
  background: var(--gold);
  color: var(--pine-2);
  padding: 0.35rem 0.65rem;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.product-body,
.service-body {
  padding: 1.1rem;
}

.product-body {
  display: grid;
  align-content: start;
  gap: 0.58rem;
}

.chip {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  background: rgba(111, 125, 70, 0.14);
  color: var(--pine);
  padding: 0.28rem 0.55rem;
  font-size: 0.78rem;
  font-weight: 900;
}

.product-card h3,
.service-card h3 {
  margin: 0;
  color: var(--pine-2);
  line-height: 1.16;
}

.product-card p,
.service-card p {
  margin: 0;
  color: var(--muted);
}

.card-actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.35rem;
}

.small-action {
  display: inline-flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--pine);
  font-size: 0.88rem;
  font-weight: 900;
}

.small-action.primary {
  border-color: var(--moss);
  background: linear-gradient(135deg, var(--moss), var(--leaf));
  color: var(--paper);
}

.service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-card {
  display: grid;
  grid-template-rows: 230px 1fr;
  border-top: 4px solid var(--leaf);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(86, 169, 72, 0.62);
  box-shadow: 0 18px 44px rgba(7, 29, 20, 0.16);
}

.service-body {
  display: grid;
  align-content: start;
  gap: 0.62rem;
}

.service-list {
  display: grid;
  gap: 0.4rem;
  margin: 0.15rem 0 0;
  padding: 0;
  list-style: none;
}

.service-list li {
  position: relative;
  padding-left: 1.05rem;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 720;
}

.service-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.64em;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 999px;
  background: var(--leaf);
}

.garden-showcase-section {
  overflow: hidden;
  background:
    linear-gradient(180deg, #fffdf6 0%, #eef6e7 48%, #fff6dd 100%);
}

.garden-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  align-items: stretch;
  gap: 1.2rem;
}

.garden-copy {
  display: grid;
  align-content: center;
  gap: 1rem;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(86, 169, 72, 0.18), rgba(242, 184, 68, 0.08)),
    linear-gradient(160deg, #071d14 0%, #0d3323 54%, #23643b 100%);
  color: var(--paper);
  padding: clamp(1.25rem, 3vw, 2rem);
}

.garden-copy h2 {
  margin: 0;
  color: var(--paper);
  font-size: clamp(1.75rem, 3.4vw, 3rem);
  line-height: 1.02;
}

.garden-copy p {
  margin: 0;
  color: rgba(255, 253, 248, 0.78);
  max-width: 58ch;
}

.garden-copy .section-kicker {
  color: var(--sand);
}

.service-points {
  display: grid;
  gap: 0.7rem;
  margin: 0.2rem 0;
}

.service-points div {
  border: 1px solid rgba(185, 231, 105, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  padding: 0.82rem;
}

.service-points strong,
.service-points span {
  display: block;
}

.service-points strong {
  color: var(--paper);
  font-size: 0.96rem;
}

.service-points span {
  margin-top: 0.16rem;
  color: rgba(255, 253, 248, 0.72);
  font-size: 0.9rem;
}

.garden-showcase-media {
  position: relative;
  min-height: 470px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--pine);
  box-shadow: var(--shadow);
}

.garden-showcase-media img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
}

.garden-showcase-media figcaption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  max-width: calc(100% - 2rem);
  border-radius: var(--radius);
  background: rgba(7, 29, 20, 0.84);
  color: var(--paper);
  padding: 0.62rem 0.78rem;
  font-size: 0.86rem;
  font-weight: 800;
}

.process-section {
  background: var(--paper);
}

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

.process-card {
  border-top: 4px solid var(--gold);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #ffffff 0%, #eef6e7 100%);
  padding: 1.2rem;
  box-shadow: 0 12px 30px rgba(7, 29, 20, 0.08);
}

.process-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--moss), var(--leaf));
  color: var(--paper);
  font-weight: 950;
}

.process-card h3 {
  margin: 0.9rem 0 0.35rem;
  color: var(--pine-2);
  line-height: 1.12;
}

.process-card p {
  margin: 0;
  color: var(--muted);
}

.gallery-section {
  background:
    linear-gradient(135deg, rgba(86, 169, 72, 0.14), rgba(242, 184, 68, 0.08)),
    var(--pine-2);
  color: var(--paper);
}

.gallery-section .section-heading h2,
.gallery-section .section-kicker {
  color: var(--paper);
}

.gallery-section .section-kicker {
  color: var(--sand);
}

.gallery-section .filter-btn {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: var(--paper);
}

.gallery-section .filter-btn.is-active {
  border-color: var(--sand);
  background: linear-gradient(135deg, var(--sand), #ffe07a);
  color: var(--pine-2);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.95fr 0.95fr;
  grid-auto-rows: 230px;
  gap: 1rem;
}

.gallery-tile {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border: 0;
  border-radius: var(--radius);
  padding: 0;
  background: #000;
  color: var(--paper);
  text-align: left;
}

.gallery-tile:first-child {
  grid-row: span 2;
}

.gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.gallery-tile:hover img {
  transform: scale(1.04);
}

.gallery-tile span {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  font-weight: 900;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.6);
}

.gallery-tile::after {
  content: "";
  position: absolute;
  inset: 40% 0 0;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.72));
}

.contact-section {
  background:
    linear-gradient(135deg, rgba(86, 169, 72, 0.16), rgba(242, 184, 68, 0.08)),
    var(--pine-2);
  color: var(--paper);
}

.contact-grid {
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.78fr);
}

.contact-copy h2,
.contact-section .section-kicker {
  color: var(--paper);
}

.contact-section .section-kicker {
  color: var(--sand);
}

.contact-copy p {
  color: rgba(255, 253, 248, 0.76);
}

.contact-list {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.4rem;
}

.contact-list a,
.contact-list div {
  display: grid;
  gap: 0.2rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  padding: 0.95rem;
  background: rgba(255, 255, 255, 0.06);
}

.contact-list span {
  color: rgba(255, 253, 248, 0.6);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.location-reference {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.85rem;
  border: 1px solid rgba(242, 184, 68, 0.42);
  border-radius: var(--radius);
  padding: 1rem;
  background: rgba(242, 184, 68, 0.13);
}

.location-reference h3,
.location-reference p {
  margin: 0;
}

.location-reference h3 {
  color: var(--paper);
  font-size: 1.15rem;
  line-height: 1.2;
}

.location-reference p,
.location-reference small {
  color: rgba(255, 253, 248, 0.74);
}

.location-reference strong {
  color: var(--sand);
}

.location-reference .small-action {
  margin-top: 0.35rem;
}

.contact-form {
  display: grid;
  gap: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  padding: 1.2rem;
  background: rgba(255, 253, 248, 0.09);
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 0.35rem;
  color: rgba(255, 253, 248, 0.84);
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.94);
  color: var(--ink);
  padding: 0.78rem 0.85rem;
  resize: vertical;
}

.site-footer {
  background: #0b1d16;
  color: rgba(255, 253, 248, 0.76);
  padding: 2.6rem 0;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.footer-brand {
  color: var(--paper);
}

.site-footer p {
  max-width: 460px;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  justify-content: flex-end;
  gap: 0.75rem;
}

.site-footer nav a {
  color: var(--paper);
  font-weight: 800;
}

.floating-whatsapp {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 52px;
  border-radius: 999px;
  background: #25d366;
  color: #052314;
  padding: 0.8rem 1rem;
  font-weight: 950;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
}

.mobile-action-bar {
  display: none;
}

.lightbox {
  width: min(960px, calc(100% - 28px));
  border: 0;
  border-radius: var(--radius);
  padding: 0;
  background: #07150f;
  color: var(--paper);
  box-shadow: var(--shadow);
}

.lightbox::backdrop {
  background: rgba(0, 0, 0, 0.78);
}

.lightbox img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  background: #07150f;
}

.lightbox p {
  margin: 0;
  padding: 0.9rem 1rem 1rem;
  font-weight: 850;
}

.lightbox-close {
  position: absolute;
  right: 0.7rem;
  top: 0.7rem;
  z-index: 1;
  display: grid;
  width: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.5);
  color: var(--paper);
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: auto auto auto;
    justify-content: space-between;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: fixed;
    left: 1rem;
    right: 1rem;
    top: calc(var(--header-height) + 0.35rem);
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--radius);
    padding: 0.7rem;
    background: rgba(7, 29, 20, 0.98);
    box-shadow: var(--shadow);
    max-height: calc(100svh - var(--header-height) - 1.25rem);
    overflow-y: auto;
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    border-radius: var(--radius);
  }

  .card-grid,
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .garden-showcase {
    grid-template-columns: 1fr;
  }

  .garden-copy {
    order: 2;
  }

  .garden-showcase-media {
    order: 1;
  }

  .product-card.product-featured {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  :root {
    --header-height: 66px;
  }

  body {
    padding-bottom: 82px;
  }

  .section-inner {
    width: min(100% - 22px, 720px);
  }

  .site-header {
    gap: 0.6rem;
    padding-inline: 0.75rem;
    min-height: var(--header-height);
    background: rgba(7, 29, 20, 0.92);
    backdrop-filter: blur(14px);
  }

  .site-header.is-scrolled,
  .site-header.nav-open {
    min-height: var(--header-height);
  }

  .brand-mark {
    width: 36px;
    height: 36px;
    font-size: 0.82rem;
  }

  .brand-copy strong {
    font-size: 0.94rem;
  }

  .brand-copy small {
    font-size: 0.72rem;
  }

  .header-cta {
    display: none;
  }

  .nav-toggle {
    width: 44px;
    height: 44px;
  }

  .site-nav {
    left: 0.75rem;
    right: 0.75rem;
    top: calc(var(--header-height) + 0.5rem);
    grid-template-columns: 1fr;
    gap: 0.35rem;
    padding: 0.5rem;
    border-radius: 12px;
  }

  .site-nav a {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 0.68rem 0.8rem;
    font-size: 0.94rem;
  }

  .hero {
    min-height: clamp(560px, 82svh, 700px);
    align-items: end;
  }

  .hero-inner {
    padding: calc(var(--header-height) + 1rem) 0 5.6rem;
  }

  .hero h1 {
    max-width: 11ch;
    font-size: clamp(2.15rem, 12vw, 2.7rem);
  }

  .hero-subtitle {
    margin-top: 0.85rem;
    font-size: 1.05rem;
  }

  .hero-copy {
    margin-top: 0.75rem;
    font-size: 0.96rem;
  }

  .hero-media {
    object-position: 61% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(8, 24, 18, 0.9), rgba(8, 24, 18, 0.44)),
      linear-gradient(180deg, rgba(8, 24, 18, 0.18), rgba(8, 24, 18, 0.78));
  }

  .hero-actions {
    gap: 0.52rem;
    margin-top: 1.2rem;
  }

  .hero-actions .btn {
    flex: 1 1 100%;
    justify-content: center;
    min-height: 48px;
  }

  .proof-grid,
  .story-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .proof-item {
    min-height: 82px;
    padding: 0.78rem 0.5rem;
    text-align: center;
  }

  .proof-item strong {
    font-size: 1.38rem;
  }

  .proof-item span {
    font-size: 0.72rem;
    line-height: 1.18;
  }

  .section {
    padding: 3.25rem 0;
  }

  .section-heading {
    display: grid;
    gap: 0.78rem;
    align-items: start;
    margin-bottom: 1.35rem;
  }

  .section-heading h2,
  .section-copy h2,
  .contact-copy h2 {
    font-size: clamp(1.55rem, 8vw, 1.88rem);
  }

  .section-heading p,
  .section-copy p,
  .contact-copy p {
    font-size: 0.98rem;
  }

  .catalog-controls {
    gap: 0.55rem;
    margin: -0.15rem 0 1.1rem;
  }

  .filter-row {
    flex-wrap: nowrap;
    gap: 0.5rem;
    width: calc(100% + 22px);
    margin: 0 -11px;
    padding: 0 11px 0.7rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .filter-row::-webkit-scrollbar {
    display: none;
  }

  .filter-btn {
    flex: 0 0 auto;
    scroll-snap-align: start;
    white-space: nowrap;
    min-height: 42px;
    padding: 0.58rem 0.76rem;
    font-size: 0.86rem;
  }

  .story-media,
  .story-media img {
    min-height: 310px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(220px, 58vw);
  }

  .gallery-tile:first-child {
    grid-row: auto;
  }

  .filter-row.compact {
    justify-content: flex-start;
  }

  .product-card,
  .service-card,
  .contact-form {
    box-shadow: 0 10px 26px rgba(7, 29, 20, 0.11);
  }

  .product-card,
  .service-card,
  .process-card,
  .contact-form,
  .garden-copy,
  .garden-showcase-media {
    border-radius: 7px;
  }

  .product-card {
    grid-template-rows: minmax(230px, 48vw) 1fr;
  }

  .product-card.product-real {
    grid-template-rows: auto 1fr;
  }

  .product-card.product-featured {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    min-height: 0;
    background: linear-gradient(180deg, #071d14 0%, #0d3323 46%, #fffdf6 46%, #fffdf6 100%);
  }

  .product-card.product-featured img {
    min-height: 0;
    aspect-ratio: 3 / 2;
  }

  .product-featured h3 {
    font-size: 1.28rem;
  }

  .service-card {
    grid-template-rows: minmax(196px, 48vw) 1fr;
  }

  .service-list {
    gap: 0.34rem;
  }

  .service-list li {
    font-size: 0.88rem;
  }

  .garden-showcase-media,
  .garden-showcase-media img {
    min-height: min(360px, 70vw);
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .product-body,
  .service-body {
    padding: 0.92rem;
  }

  .card-actions {
    margin-top: 0.65rem;
  }

  .small-action {
    min-height: 44px;
  }

  .contact-list a,
  .contact-list div {
    padding: 0.85rem;
  }

  .contact-form {
    padding: 0.92rem;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    min-height: 48px;
    font-size: 1rem;
  }

  .footer-grid {
    display: grid;
  }

  .site-footer nav {
    justify-content: flex-start;
    gap: 0.62rem;
  }

  .floating-whatsapp {
    display: none;
  }

  .mobile-action-bar {
    position: fixed;
    left: 0.65rem;
    right: 0.65rem;
    bottom: max(0.5rem, env(safe-area-inset-bottom));
    z-index: 85;
    display: grid;
    grid-template-columns: 1fr 1.35fr 1fr;
    gap: 0.32rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    padding: 0.32rem;
    background: rgba(7, 29, 20, 0.96);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(18px);
    padding-bottom: max(0.32rem, env(safe-area-inset-bottom));
  }

  .mobile-action-bar a {
    display: inline-flex;
    min-width: 0;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    border-radius: 999px;
    color: rgba(255, 253, 248, 0.88);
    font-size: 0.76rem;
    font-weight: 900;
    line-height: 1;
  }

  .mobile-action-bar svg {
    width: 1rem;
    height: 1rem;
  }

  .mobile-action-bar .primary {
    background: var(--gold);
    color: var(--pine-2);
  }
}

@media (max-width: 560px) {
  body {
    padding-bottom: 76px;
  }

  .brand-copy strong {
    max-width: 136px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .site-nav {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: clamp(520px, 76svh, 620px);
  }

  .hero-inner {
    padding-bottom: 4.85rem;
  }

  .hero h1 {
    font-size: clamp(1.92rem, 10.5vw, 2.22rem);
  }

  .hero-subtitle {
    font-size: 0.98rem;
  }

  .hero-copy {
    font-size: 0.9rem;
  }

  .hero-actions,
  .card-actions {
    display: grid;
  }

  .btn {
    width: 100%;
    min-height: 46px;
    padding: 0.72rem 0.86rem;
  }

  .card-grid,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    min-height: 0;
    grid-template-rows: auto 1fr;
  }

  .product-card.product-real {
    grid-template-rows: auto 1fr;
  }

  .product-card.product-featured {
    grid-template-rows: auto 1fr;
  }

  .service-card {
    grid-template-rows: minmax(190px, 54vw) 1fr;
  }

  .garden-showcase-media,
  .garden-showcase-media img {
    min-height: min(300px, 68vw);
  }

  .garden-copy {
    padding: 1rem;
  }

  .garden-copy h2 {
    font-size: clamp(1.5rem, 8vw, 1.85rem);
  }

  .service-points {
    gap: 0.55rem;
  }

  .service-points div,
  .process-card {
    padding: 0.95rem;
  }

  .gallery-grid {
    grid-auto-rows: minmax(210px, 62vw);
  }

  .mobile-action-bar {
    left: 0.45rem;
    right: 0.45rem;
  }

  .mobile-action-bar a {
    gap: 0.25rem;
    min-height: 44px;
    font-size: 0.72rem;
  }
}

@media (max-width: 380px) {
  .section-inner {
    width: min(100% - 18px, 720px);
  }

  .brand-copy strong {
    max-width: 112px;
  }

  .hero {
    min-height: 540px;
  }

  .hero h1 {
    font-size: 1.86rem;
  }

  .proof-grid {
    grid-template-columns: 1fr;
  }

  .proof-item {
    min-height: 64px;
    text-align: left;
    padding: 0.72rem 0.85rem;
  }

  .mobile-action-bar a span,
  .mobile-action-bar a {
    font-size: 0.68rem;
  }

  .mobile-action-bar svg {
    width: 0.92rem;
    height: 0.92rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.admin-page {
  min-height: 100vh;
  background: var(--stone);
}

.admin-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem max(1rem, calc((100vw - 1180px) / 2));
  background: var(--pine-2);
  color: var(--paper);
}

.admin-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 3rem 0;
}

.admin-intro {
  max-width: 760px;
  margin-bottom: 1.5rem;
}

.admin-intro h1 {
  margin: 0;
  color: var(--pine-2);
  font-size: 2.35rem;
  line-height: 1.08;
}

.admin-intro p {
  color: var(--muted);
}

.admin-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
  padding: 1rem;
}

.admin-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 0.8rem;
}

.admin-panel .btn-secondary {
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--pine);
}

.status-pill {
  width: fit-content;
  border-radius: 999px;
  background: rgba(111, 125, 70, 0.14);
  color: var(--pine);
  padding: 0.5rem 0.7rem;
  font-weight: 850;
}

.status-pill[data-type="error"] {
  background: rgba(165, 75, 45, 0.15);
  color: #8a2d1f;
}

.status-pill[data-type="success"] {
  background: rgba(47, 74, 52, 0.14);
  color: var(--pine);
}

.json-editor-label {
  display: block;
  margin: 1rem 0 0.4rem;
  color: var(--pine);
  font-weight: 900;
}

.json-editor {
  width: 100%;
  min-height: 68vh;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #111914;
  color: #f7f1e4;
  padding: 1rem;
  font-family: "Cascadia Mono", "Fira Code", Consolas, monospace;
  font-size: 0.92rem;
  line-height: 1.55;
  resize: vertical;
}

@media (max-width: 720px) {
  .admin-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-toolbar {
    display: grid;
  }

  .admin-toolbar .btn {
    width: 100%;
  }
}
