.btn {
  width: fit-content;
  border-radius: 999px;
  padding: 13px 22px;
}

.footer .brand img {
  height: 92px;
  padding: 0;
  background: transparent;
}

section { padding: 82px 0; }
.split { min-height: 520px; }
.split .copy { padding-top: 68px; padding-bottom: 68px; }
.split img { min-height: 480px; }

.hero {
  background: url("assets/hero-tartaruga.jpg") center 68% / cover;
}

.hero h1,
.hero .lead,
.hero .eyebrow { text-shadow: 0 2px 10px rgba(5, 25, 17, .98), 0 1px 3px rgba(5, 25, 17, 1); }

.project-hero { padding: 72px 0; }

.project-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr);
  gap: 64px;
  align-items: center;
}

.project-hero h1 { font-size: clamp(2.8rem, 5vw, 5.2rem); }

.project-hero img {
  height: 470px;
  border-radius: 2px;
  object-position: 52% center;
}

.mandorleto-hero {
  min-height: 650px;
  display: grid;
  align-items: end;
  color: white;
  background:
    linear-gradient(90deg, rgba(12,59,46,.58), rgba(12,59,46,.03)),
    url("assets/mandorleto-hero-6.jpg") center 48% / cover;
}

.mandorleto-hero .wrap { padding: 115px 0 85px; }
.mandorleto-hero .lead { max-width: 700px; }

.gallery {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  grid-template-rows: 280px 280px;
  gap: 16px;
  margin-top: 42px;
}

.gallery img { height: 100%; }
.gallery img:first-child { grid-row: 1 / 3; }

.production-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  align-items: end;
  margin-top: 42px;
}

.production-gallery img {
  height: 390px;
  border-radius: 2px;
}

.production-gallery img:nth-child(2),
.production-gallery img:nth-child(4) { height: 430px; }
.production-gallery img:nth-child(3) { height: 470px; }

.production-gallery.flower-gallery {
  grid-template-columns: 1.15fr .85fr;
  align-items: stretch;
}

.production-gallery.flower-gallery img,
.production-gallery.flower-gallery img:nth-child(2) {
  height: 520px;
}

.melliferous-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 42px;
}

.melliferous-gallery img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.irrigation-photo { object-position: center 62%; }

.bee-gallery {
  min-height: 540px;
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 3px;
  overflow: hidden;
}

.split .bee-gallery img {
  width: 100%;
  height: 100%;
  min-height: 0;
}

.location-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--forest);
  color: white;
}

.location-copy { padding: 58px; }
.location-panel-visual { grid-template-columns: .9fr 1.1fr; }
.location-visuals {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 3px;
  background: var(--paper);
}
.location-visuals figure {
  position: relative;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
}
.location-visuals img { height: 100%; }
.location-visuals figure:first-child img { object-fit: contain; background: #dff1e7; }
.location-visuals figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 7px 11px;
  background: rgba(12,59,46,.9);
  color: white;
  font-size: .74rem;
  letter-spacing: .04em;
}
.map-pending {
  min-height: 360px;
  display: grid;
  place-items: center;
  padding: 40px;
  text-align: center;
  color: var(--forest);
  background: var(--sand);
}
.map-pin { font-size: 2.4rem; color: var(--orange); }

.company-data {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 40px;
  margin-top: 36px;
}
.company-data p { margin: 0; padding-bottom: 15px; border-bottom: 1px solid rgba(12,59,46,.18); }

.landscape-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, .65fr);
  padding: 0;
  background: var(--forest);
  color: white;
}
.landscape-feature img {
  min-height: 560px;
  height: 100%;
  object-position: center;
}
.landscape-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 76px max(40px, calc((100vw - 1160px) / 2));
  padding-left: 64px;
}
.landscape-copy h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
.landscape-copy p:last-child { max-width: 560px; }

@media (max-width: 800px) {
  .wrap { width: min(100% - 32px, 1160px); }
  .navin { height: 72px; }
  .brand img { height: 58px; }
  .links {
    top: 72px;
    gap: 0;
    padding: 12px 16px 20px;
    border-bottom: 1px solid rgba(12,59,46,.16);
    box-shadow: 0 14px 24px rgba(12,59,46,.12);
  }
  .links a { width: 100%; padding: 13px 4px; }
  .menu { min-width: 44px; min-height: 44px; color: var(--forest); cursor: pointer; }
  section { padding: 64px 0; }
  .hero {
    min-height: min(760px, calc(100svh - 72px));
    background: url("assets/hero-tartaruga.jpg") 54% 68% / cover;
  }
  .hero .wrap { padding: 72px 0 48px; }
  .hero h1, .pagehero h1, .mandorleto-hero h1 { font-size: clamp(2.55rem, 12vw, 4.2rem); }
  h2 { font-size: clamp(2.1rem, 10vw, 3.35rem); }
  .lead { font-size: 1.08rem; }
  .eyebrow { font-size: .82rem; letter-spacing: .18em; }
  .numbers-grid { grid-template-columns: 1fr 1fr; }
  .stat { min-height: 165px; padding: 28px 20px; }
  .stat strong { font-size: 2.15rem; }
  .split .copy { padding: 58px 24px; }
  .split img { min-height: 0; height: 390px; }
  .pagehero, .mandorleto-hero { min-height: auto; padding: 80px 0 58px; }
  .mandorleto-hero .wrap { padding: 88px 0 58px; }
  .project-hero { padding: 54px 0; }
  .project-hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .project-hero img { height: 360px; }
  .production-gallery { grid-template-columns: 1fr 1fr; gap: 10px; align-items: stretch; }
  .production-gallery img,
  .production-gallery img:nth-child(2),
  .production-gallery img:nth-child(3),
  .production-gallery img:nth-child(4) { height: 330px; }
  .production-gallery img:last-child { grid-column: 1 / 3; width: 100%; height: 390px; }
  .production-gallery.flower-gallery img,
  .production-gallery.flower-gallery img:nth-child(2) { height: 330px; }
  .production-gallery.flower-gallery img:last-child { grid-column: auto; height: 330px; }
  .melliferous-gallery { grid-template-columns: 1fr; gap: 10px; }
  .melliferous-gallery img { height: 300px; }
  .bee-gallery {
    min-height: 0;
    grid-template-rows: auto auto;
    gap: 8px;
    background: var(--forest);
  }
  .split .bee-gallery img {
    height: auto;
    min-height: 0;
    object-fit: contain;
  }
  .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 220px 260px; }
  .gallery img:first-child { grid-column: 1 / 3; grid-row: auto; }
  .gallery img:last-child { grid-column: 1 / 3; }
  .location-panel, .company-data { grid-template-columns: 1fr; }
  .location-copy { padding: 42px 24px; }
  .location-visuals figure { min-height: 220px; }
  .map-pending { min-height: 260px; }
  .landscape-feature { grid-template-columns: 1fr; }
  .landscape-feature img { min-height: 0; height: auto; aspect-ratio: 4 / 3; }
  .landscape-copy { padding: 60px 24px; }
  .footer { padding-top: 48px; }
  .footer-grid { gap: 28px; }
  .footer .brand img { height: 76px; }
  .legal { margin-top: 32px; }
  input, select, textarea { width: 100%; font-size: 16px; }
}

@media (max-width: 480px) {
  section { padding: 54px 0; }
  .hero { background-position: 58% 64%; }
  .hero h1, .pagehero h1, .mandorleto-hero h1 { font-size: clamp(2.35rem, 12vw, 3.15rem); }
  h2 { font-size: clamp(1.95rem, 9.5vw, 2.75rem); }
  .numbers-grid { grid-template-columns: 1fr; }
  .stat { min-height: 0; padding: 26px 22px; }
  .split img { height: 320px; }
  .project-hero img { height: 300px; }
  .production-gallery.flower-gallery { grid-template-columns: 1fr; }
  .production-gallery.flower-gallery img,
  .production-gallery.flower-gallery img:nth-child(2),
  .production-gallery.flower-gallery img:last-child { height: 310px; }
  .bee-gallery { min-height: 0; }
  .location-copy { padding: 38px 22px; }
  .location-visuals figure { min-height: 200px; }
  .landscape-copy { padding: 52px 22px; }
  .btn { justify-content: center; text-align: center; }
}
