/* Reference-led evolution: existing Playfair / DM Sans, cream and terracotta.
   Design variance 5 / motion 2 / density 3. The supplied portrait intentionally
   uses four benefit tiles. Mobile revision: compact, centered three-line heading,
   no supporting copy and warm, natural daylight within the visible viewport.
   Layers: scene 0, readability scrim 1, content 2; existing navigation above.
   Shape rule: 16px benefit tiles, pill CTA. No checkout or global token changes. */
.hero--garden {
  --hero-accent: #b4522d;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  min-height: min(900px, 100svh);
  padding: 130px max(6vw, calc((100vw - 1560px) / 2)) 44px;
  background: #f4e9d9;
}
.hero--garden .hero-scene {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
}
.hero--garden .hero-scene img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right bottom;
  filter: saturate(.9) contrast(.9) brightness(1.16) hue-rotate(5deg);
}
/* Reference atmosphere only: soft daylight and a gently defocused foreground.
   Keep the family, play structure, crop, typography and controls unchanged. */
.hero--garden .hero-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(239,246,250,.12), transparent 40%, rgba(255,250,236,.08));
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  mask-image: linear-gradient(180deg, transparent 78%, #000 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 78%, #000 100%);
}
.hero--garden::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255,252,245,.76), rgba(255,252,245,.3) 34%, transparent 62%);
}
.hero--garden .hero-text,
.hero--garden .hero-actions {
  position: relative;
  z-index: 2;
  width: min(48%, 650px);
}
.hero--garden .hero-text { display: block; }
.hero--garden .hero-text::before {
  content: "";
  position: absolute;
  inset: -28px -40px -64px;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 38%, rgba(255,255,255,.55) 67%, rgba(255,255,255,0) 100%);
  filter: blur(22px);
}
.hero--garden h1 {
  max-width: 650px;
  margin: 0 0 22px;
  font-size: clamp(41.4px, 4.025vw, 69px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -.035em;
  color: #30291e;
  animation: none;
}
.hero--garden .hero-title-opening,
.hero--garden .hero-title-enjoy,
.hero--garden .hero-title-family { display: block; }
.hero--garden h1 em {
  font-weight: 600;
  color: var(--hero-accent);
}
.hero--garden .hero-services {
  width: 100%;
  max-width: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  animation: none;
}
.hero--garden .hero-service {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 112px;
  padding: 14px 5px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 16px;
  background: #fff9ed;
  box-shadow: 0 5px 20px rgba(111,66,26,.1);
  backdrop-filter: none;
  transition: transform .2s ease, background .2s ease;
}
.hero--garden .hero-service-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  margin: 0 auto 8px;
  color: #bd8069;
}
.hero--garden .hero-service-icon--architecture {
  width: 72px;
  max-width: 100%;
}
.hero--garden .hero-service-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(.85);
}
.hero--garden .hero-service p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 2.6em;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  color: #24241e;
}
.hero--garden .hero-service-detail { font-size: .9em; }
.hero--garden .hero-projects-cta {
  display: flex;
  width: 100%;
  min-height: 60px;
  margin: 20px 0 0;
  padding: 16px 24px;
  gap: 20px;
  background: #52745f;
  color: #fff;
  font-size: 18px;
  box-shadow: 0 8px 24px rgba(67,99,79,.18);
}
.hero--garden .hero-projects-cta:focus-visible,
.hero--garden .hero-services:focus-visible {
  outline: 3px solid #24241e;
  outline-offset: 5px;
  box-shadow: 0 0 0 8px #fcfaf7;
}
@media (hover: hover) {
  .hero--garden .hero-projects-cta:hover { background: #43634f; }
  .hero--garden .hero-service:hover { background: #fff; }
}
/* Removed from the homepage at every width; retain the existing anchor. */
#como-trabajamos { padding: 0; background: none; }
#como-trabajamos > *,
#como-trabajamos::before { display: none; }
@media (min-width: 961px) and (max-height: 800px) {
  .hero--garden { padding-top: 112px; padding-bottom: 28px; gap: 18px; }
  .hero--garden h1 { font-size: clamp(41.4px, 4.025vw, 62.1px); margin-bottom: 16px; }
  .hero--garden .hero-service { min-height: 88px; padding-block: 12px; }
  .hero--garden .hero-service-icon { width: 32px; height: 32px; margin-bottom: 6px; }
  .hero--garden .hero-service-icon--architecture { width: 64px; }
  .hero--garden .hero-projects-cta { min-height: 54px; margin-top: 16px; }
}
@media (max-width: 960px) {
  .hero--garden {
    min-height: 100svh;
    padding: 114px 6% 24px;
    gap: 20px;
    background-image: none;
  }
  .hero--garden::before {
    background: linear-gradient(180deg, rgba(247,250,252,.38) 12%, rgba(255,252,245,.08) 32%, transparent 54%);
  }
  .hero--garden .hero-scene { top: 98px; }
  .hero--garden .hero-scene img { object-position: center; }
  .hero--garden .hero-text { width: calc(100% + 2vw); margin-inline: -1vw; }
  .hero--garden .hero-text > h1 {
    max-width: none;
    margin: 0 auto;
    font-size: clamp(27.6px, 8.625vw, 52.9px);
    line-height: 1.08;
    letter-spacing: -.03em;
    text-align: center;
  }
  .hero--garden h1 em { display: inline; }
  .hero--garden .hero-actions { width: 100%; }
  .hero--garden .hero-services { gap: 9px; }
  .hero--garden .hero-service { min-height: 78px; padding: 8px 3px; border-radius: 14px; }
  .hero--garden .hero-service-icon { width: 32px; height: 32px; margin-bottom: 6px; }
  .hero--garden .hero-service-icon--architecture { width: 64px; }
  .hero--garden .hero-service p { font-size: clamp(10px, 2.55vw, 17px); }
  .hero--garden .hero-projects-cta { min-height: 50px; margin-top: 14px; padding-block: 12px; font-size: 16px; gap: 14px; }
}
@media (min-width: 600px) and (max-width: 960px) {
  .hero--garden { padding-top: 126px; padding-bottom: 28px; }
  .hero--garden .hero-scene img { object-position: center; }
  .hero--garden .hero-text > h1 { font-size: clamp(48.3px, 6.9vw, 64.4px); }
  .hero--garden .hero-service { min-height: 92px; }
  .hero--garden .hero-projects-cta { min-height: 56px; font-size: 20px; }
}
@media (max-width: 380px) {
  .hero--garden { padding-inline: 5%; }
  .hero--garden .hero-services { gap: 7px; }
  .hero--garden .hero-service { min-height: 72px; border-radius: 12px; }
  .hero--garden .hero-service-icon { width: 28px; height: 28px; margin-bottom: 5px; }
  .hero--garden .hero-service-icon--architecture { width: 56px; }
  .hero--garden .hero-service p { font-size: 9.5px; }
  .hero--garden .hero-projects-cta { padding-inline: 16px; font-size: 14px; }
}
@media (max-width: 960px) and (max-height: 620px) {
  .hero--garden { padding-top: 108px; padding-bottom: 16px; }
  .hero--garden .hero-service { min-height: 64px; padding-block: 9px; }
  .hero--garden .hero-projects-cta { margin-top: 10px; min-height: 46px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero--garden *, .hero--garden *::before, .hero--garden *::after {
    animation: none !important;
    transition: none !important;
  }
}
