/* =====================================================================
   J.D Innovation Tree & Multi-Service — bespoke
   Palette measured by code (PIL median-cut) from their own logo and from
   their "Puertas & Ventanas" promo graphic:
     #455e31 / #435a32  verde bosque del logo
     #2d4225            verde oscuro de la copa de los árboles
     #0b1012 / #010101  negro del badge y del arte promocional
     #969975            olivo del titular "VENTANAS"
     #c7b999 / #beae8d  cálido del sol entre los troncos
   Type follows their own materials: an elegant serif for the display line
   (their graphics use one), condensed uppercase for labels, Inter for body.
   Geometry: everything is vertical and framed — trees, doors, ventanales.
   Corners stay at 2px and images sit inside a thin offset frame.
   ===================================================================== */

:root {
  --ink:     #0b1012;
  --ink-2:   #12181a;
  --ink-3:   #1b2224;

  --forest:  #425c31;
  --forest-d:#2d4225;
  --forest-l:#6d8f4d;

  --olive:   #969975;
  --olive-l: #b9bc92;
  --sand:    #c7b999;
  --sand-l:  #e3d9c2;

  --paper:   #ffffff;
  --shell:   #f5f3ec;
  --shell-2: #ebe7dc;
  --line:    #ddd8c9;
  --text:    #1c211f;
  --text-2:  #55605b;
  --text-3:  #8a938d;

  --on-dark:   #eceee7;
  --on-dark-2: #a8b0a5;
  --on-dark-3: #79837a;

  --wa: #25d366;

  --wrap: 1180px;
  --r: 2px;
  --ease: cubic-bezier(.22,.61,.36,1);
  --shadow: 0 1px 2px rgba(11,16,18,.06), 0 18px 44px -20px rgba(11,16,18,.35);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 17px; line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 400; line-height: 1.06;
  letter-spacing: -.005em; margin: 0;
}
h3 {
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-weight: 700; line-height: 1.1; letter-spacing: .01em;
  margin: 0;
}
p { margin: 0 0 1em; }
:focus-visible { outline: 3px solid var(--forest-l); outline-offset: 3px; }

.wrap { width: min(100% - 40px, var(--wrap)); margin-inline: auto; }
.section { padding: clamp(74px, 9vw, 120px) 0; }
.section--ink { background: var(--ink); color: var(--on-dark); }
.section--shell { background: var(--shell); border-top: 1px solid var(--line); }
.section--quote { background: var(--shell); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

/* ---------- Type helpers ---------- */
.tag {
  font-family: "Barlow Condensed", sans-serif; font-size: .95rem; font-weight: 600;
  letter-spacing: .24em; text-transform: uppercase;
  color: var(--olive-l); margin: 0 0 20px;
  display: inline-flex; align-items: center; gap: .8em;
}
.tag::before { content: ""; width: 26px; height: 1px; background: currentColor; }
.tag--ink { color: var(--forest); }

.head { max-width: 680px; margin-bottom: clamp(42px, 5vw, 62px); }
h1 { font-size: clamp(2.5rem, 5.6vw, 4.15rem); }
.head h2, .section h2 { font-size: clamp(2.1rem, 4.8vw, 3.4rem); }
.head__sub { margin-top: 22px; color: var(--text-2); font-size: 1.05rem; }
.head--center { max-width: 620px; margin-inline: auto; text-align: center; }
.head--center .tag::before { display: none; }
.section--ink .head__sub { color: var(--on-dark-2); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  padding: 15px 28px; border: 0; border-radius: var(--r);
  font-family: "Barlow Condensed", sans-serif; font-size: 1.05rem; font-weight: 600;
  letter-spacing: .09em; text-transform: uppercase; cursor: pointer;
  background: var(--forest); color: #fff;
  transition: transform .18s var(--ease), background .18s var(--ease), box-shadow .18s var(--ease);
  box-shadow: 0 12px 26px -14px rgba(66,92,49,.95);
}
.btn:hover { background: var(--forest-d); transform: translateY(-2px); }
.btn svg { width: 19px; height: 19px; flex: none; }
.btn--sm { padding: 11px 18px; font-size: .95rem; }
.btn--full { width: 100%; padding: 17px 26px; }
.btn--wa { background: var(--wa); color: #06331a; box-shadow: 0 12px 26px -14px rgba(37,211,102,.95); }
.btn--wa:hover { background: #1fbb59; }
.btn--ghost {
  background: transparent; color: var(--on-dark); box-shadow: none;
  border: 1px solid rgba(236,238,231,.3);
}
.btn--ghost:hover { background: rgba(236,238,231,.08); border-color: rgba(236,238,231,.6); }

/* =====================================================================
   NAV
   ===================================================================== */
.nav {
  position: sticky; top: 0; z-index: 60;
  background: rgba(11,16,18,.92);
  backdrop-filter: saturate(150%) blur(12px);
  border-bottom: 1px solid rgba(150,153,117,.28);
  color: var(--on-dark);
}
.nav__inner { display: flex; align-items: center; gap: 20px; min-height: 76px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: none; }
.brand img { width: 46px; height: 46px; border-radius: 50%; }
.brand__txt { display: flex; flex-direction: column; line-height: 1; }
.brand__txt b {
  font-family: "Cormorant Garamond", serif; font-size: 1.22rem; font-weight: 600;
  letter-spacing: .01em; color: #fff;
}
.brand__txt span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: .78rem; font-weight: 500; letter-spacing: .17em;
  text-transform: uppercase; color: var(--olive); margin-top: 4px;
}
.nav__links { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.nav__links a {
  font-family: "Barlow Condensed", sans-serif; font-size: 1.02rem; font-weight: 500;
  letter-spacing: .07em; text-transform: uppercase; color: var(--on-dark-2);
  transition: color .18s var(--ease);
}
.nav__links a:hover { color: #fff; }
.nav__cta { display: flex; align-items: center; gap: 16px; }
.nav__phone {
  display: inline-flex; align-items: center; gap: .5em;
  font-family: "Barlow Condensed", sans-serif; font-size: 1.05rem; font-weight: 600;
  letter-spacing: .05em; color: #fff;
}
.nav__phone svg { width: 17px; height: 17px; color: var(--olive-l); }
.nav__menu-cta { display: none; }
.nav__toggle { display: none; }

/* =====================================================================
   HERO
   ===================================================================== */
.hero {
  position: relative; isolation: isolate; overflow: hidden;
  background: var(--ink); color: var(--on-dark);
  padding: clamp(56px, 7vw, 96px) 0 clamp(56px, 7vw, 92px);
}
/* Sun through the trees — the light in their own logo, rebuilt in CSS so it
   scales instead of being a low-res crop. */
.hero__rays {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(62% 52% at 14% 8%, rgba(199,185,153,.24), transparent 62%),
    radial-gradient(48% 44% at 6% 30%, rgba(109,143,77,.18), transparent 68%),
    conic-gradient(from 196deg at 12% -6%,
      rgba(227,217,194,.09) 0deg, transparent 9deg, transparent 17deg,
      rgba(227,217,194,.07) 24deg, transparent 32deg, transparent 44deg,
      rgba(227,217,194,.055) 52deg, transparent 60deg);
}
.hero__inner {
  display: grid; grid-template-columns: minmax(0,1.08fr) minmax(0,.92fr);
  gap: clamp(34px, 5vw, 72px); align-items: center;
}
.hero h1 em {
  font-style: italic; font-weight: 300;
  color: var(--sand-l);
}
.hero__sub { margin: 26px 0 0; max-width: 52ch; font-size: 1.08rem; color: var(--on-dark-2); }
.hero__sub b { color: #fff; font-weight: 500; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.hero__facts {
  display: flex; flex-wrap: wrap; margin: 42px 0 0; padding: 24px 0 0;
  list-style: none; border-top: 1px solid rgba(236,238,231,.14);
}
.hero__facts li {
  display: flex; flex-direction: column; padding-right: 30px; margin-right: 30px;
  border-right: 1px solid rgba(236,238,231,.12);
}
.hero__facts li:last-child { border-right: 0; margin-right: 0; padding-right: 0; }
.hero__facts b {
  font-family: "Barlow Condensed", sans-serif; font-size: 1.16rem; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase; color: var(--olive-l);
}
.hero__facts span { font-size: .84rem; color: var(--on-dark-3); }

/* The photo is a vertical 930x1248 shot, so it is framed as a tall plate
   rather than stretched into a background band. */
.hero__plate { position: relative; margin: 0; }
/* The frame is tied to the photo's own aspect ratio (4/5) instead of the
   figure box, so the caption below never gets crossed by the border line. */
.hero__plate::before {
  content: ""; position: absolute; top: -14px; left: 14px; right: -14px;
  aspect-ratio: 4/5;
  border: 1px solid rgba(150,153,117,.5);
}
.hero__plate img {
  position: relative; width: 100%; aspect-ratio: 4/5; object-fit: cover;
  object-position: 50% 34%;
}
.hero__plate figcaption {
  position: relative; margin-top: 14px;
  font-family: "Barlow Condensed", sans-serif; font-size: .95rem;
  letter-spacing: .1em; text-transform: uppercase; color: var(--on-dark-3);
}

/* =====================================================================
   FRANJA "QUÉ NECESITAS"
   ===================================================================== */
.needs { background: var(--forest-d); color: #fff; padding: 26px 0; }
.needs .wrap { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.needs__lead {
  margin: 0; flex: none;
  font-family: "Barlow Condensed", sans-serif; font-size: 1.08rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase; color: var(--sand);
}
.needs__row { display: flex; flex-wrap: wrap; gap: 9px; }
.needs__row a {
  padding: 8px 16px; border: 1px solid rgba(255,255,255,.24);
  border-radius: var(--r); font-size: .88rem; color: #e7ebe2;
  transition: background .18s var(--ease), border-color .18s var(--ease), color .18s var(--ease);
}
.needs__row a:hover { background: rgba(199,185,153,.18); border-color: var(--sand); color: #fff; }

/* =====================================================================
   TRES LÍNEAS
   ===================================================================== */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
  display: flex; flex-direction: column;
  padding: 32px 28px 28px; background: var(--paper);
  border: 1px solid var(--line); border-radius: var(--r);
  border-top: 2px solid var(--forest);
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card__ic {
  width: 54px; height: 54px; display: grid; place-items: center;
  background: var(--shell-2); color: var(--forest); margin-bottom: 22px;
  transition: background .2s var(--ease), color .2s var(--ease);
}
.card:hover .card__ic { background: var(--forest); color: var(--sand-l); }
.card__ic svg { width: 30px; height: 30px; }
.card h3 { font-size: 1.42rem; margin-bottom: 12px; text-transform: uppercase; }
.card p { color: var(--text-2); font-size: .96rem; margin-bottom: 18px; }
.card__list { list-style: none; margin: 0 0 22px; padding: 0; display: grid; gap: 8px; }
.card__list li {
  display: flex; align-items: flex-start; gap: .55em;
  font-size: .89rem; font-weight: 500; color: var(--forest-d);
}
.card__list svg { width: 15px; height: 15px; flex: none; margin-top: 4px; color: var(--forest-l); }
.card__go {
  margin-top: auto; display: inline-flex; align-items: center; gap: .5em;
  font-family: "Barlow Condensed", sans-serif; font-size: 1rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase; color: var(--forest);
  border-bottom: 1px solid currentColor; align-self: flex-start; padding-bottom: 2px;
}
.card__go svg { width: 16px; height: 16px; transition: transform .18s var(--ease); }
.card__go:hover svg { transform: translateX(4px); }

/* =====================================================================
   PUERTAS Y VENTANAS
   ===================================================================== */
.doors__top {
  display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr);
  gap: clamp(34px, 5vw, 70px); align-items: start;
}
.doors__copy h2 { margin-bottom: 22px; }
.doors__lead { color: var(--on-dark-2); font-size: 1.06rem; margin-bottom: 34px; }
.doors__lead b { color: var(--sand-l); font-weight: 500; }
.props { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.props li {
  display: flex; gap: 18px; align-items: flex-start;
  padding: 18px 20px; background: rgba(236,238,231,.04);
  border-left: 1px solid rgba(150,153,117,.5);
}
.props svg { width: 26px; height: 26px; flex: none; margin-top: 2px; color: var(--olive-l); }
.props b {
  display: block; font-family: "Barlow Condensed", sans-serif;
  font-size: 1.12rem; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; color: #fff;
}
.props span { font-size: .93rem; color: var(--on-dark-2); }

/* Both images are small crops out of their own promo art, so they are shown
   at modest size in an offset frame instead of being blown up. */
.doors__pics { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; align-items: end; }
.doors__pic { margin: 0; position: relative; }
.doors__pic::after {
  content: ""; position: absolute; inset: 10px -10px -10px 10px;
  border: 1px solid rgba(150,153,117,.42); z-index: -1;
}
.doors__pic img { position: relative; width: 100%; height: auto; }
.doors__pic--tall img { aspect-ratio: 10/21; object-fit: cover; }
.doors__pics .doors__pic:not(.doors__pic--tall) img { aspect-ratio: 10/13; object-fit: cover; }
.doors__imgnote {
  grid-column: 1 / -1; margin: 16px 0 0;
  font-family: "Barlow Condensed", sans-serif; font-size: .95rem;
  letter-spacing: .22em; text-transform: uppercase; color: var(--olive);
}

.types {
  margin-top: clamp(44px, 5vw, 66px); padding-top: 34px;
  border-top: 1px solid rgba(150,153,117,.32);
  display: grid; grid-template-columns: 150px 1fr; gap: 30px; align-items: start;
}
.types__lead {
  margin: 0; font-family: "Barlow Condensed", sans-serif;
  font-size: 1.25rem; font-weight: 600; letter-spacing: .14em;
  text-transform: uppercase; color: var(--olive); line-height: 1.15;
}
.types ul {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px;
}
.types li { border-left: 1px solid rgba(150,153,117,.32); padding-left: 20px; }
.types b {
  display: block; font-family: "Barlow Condensed", sans-serif;
  font-size: 1.16rem; font-weight: 600; letter-spacing: .06em;
  text-transform: uppercase; color: #fff; margin-bottom: 6px;
}
.types span { font-size: .92rem; color: var(--on-dark-2); }

.doors__quote {
  margin: clamp(46px, 5vw, 68px) 0 0; text-align: center;
  font-family: "Cormorant Garamond", serif; font-weight: 300;
  font-size: clamp(1.7rem, 3.6vw, 2.6rem); line-height: 1.15;
  letter-spacing: .04em; color: var(--on-dark-2);
}
.doors__quote em { font-style: italic; color: var(--sand-l); display: block; }

/* =====================================================================
   ÁRBOLES
   ===================================================================== */
.trees__inner {
  display: grid; grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr);
  gap: clamp(34px, 5vw, 72px); align-items: center;
}
.trees__copy h2 { margin-bottom: 22px; }
.trees__copy p { color: var(--text-2); }
.ticks { list-style: none; margin: 28px 0 32px; padding: 0; display: grid; gap: 10px; }
.ticks li { display: flex; gap: .65em; align-items: flex-start; font-size: .97rem; }
.ticks svg { width: 17px; height: 17px; flex: none; margin-top: 5px; color: var(--forest-l); }
.trees__pic { margin: 0; position: relative; }
.trees__pic::before {
  content: ""; position: absolute; top: 16px; left: 16px; right: -16px;
  aspect-ratio: 930/1248;
  border: 1px solid var(--forest-l); z-index: -1;
}
.trees__pic img { position: relative; width: 100%; height: auto; }
.trees__pic figcaption {
  margin-top: 14px; font-size: .88rem; color: var(--text-3);
}

/* =====================================================================
   TAMBIÉN OFRECEMOS
   ===================================================================== */
.more {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line); border-left: 1px solid var(--line);
}
.more li {
  padding: 26px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
  background: var(--paper);
  transition: background .18s var(--ease);
}
.more li:hover { background: var(--shell-2); }
.more b {
  display: block; font-family: "Barlow Condensed", sans-serif;
  font-size: 1.14rem; font-weight: 600; letter-spacing: .05em;
  text-transform: uppercase; color: var(--forest-d); margin-bottom: 6px;
}
.more span { font-size: .92rem; color: var(--text-2); }

/* =====================================================================
   EMERGENCIA
   ===================================================================== */
.urgent {
  background: var(--forest); color: #fff;
  padding: clamp(46px, 6vw, 70px) 0;
  background-image: linear-gradient(105deg, var(--forest-d) 0%, var(--forest) 62%, #4e6b3a 100%);
}
.urgent__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 34px; flex-wrap: wrap;
}
.urgent__inner > div { max-width: 660px; }
.urgent .tag { color: var(--sand-l); margin-bottom: 10px; }
.urgent h2 { font-size: clamp(2.1rem, 4.6vw, 3.2rem); font-style: italic; font-weight: 300; }
.urgent__sub { margin: 16px 0 0; color: #e2e7dc; font-size: 1.03rem; }
.urgent .btn--wa { flex: none; }

/* =====================================================================
   COMPROMISO
   ===================================================================== */
.pledge {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  text-align: center;
}
.pledge li {
  padding: 34px 20px; border: 1px solid var(--line); border-radius: var(--r);
  display: grid; justify-items: center; gap: 16px;
}
.pledge svg { width: 40px; height: 40px; color: var(--forest); }
.pledge b {
  font-family: "Barlow Condensed", sans-serif; font-size: 1.1rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase; color: var(--forest-d);
}

/* =====================================================================
   COTIZACIÓN
   ===================================================================== */
.quote {
  display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr);
  gap: clamp(32px, 5vw, 64px); align-items: start;
}
.quote h2 { margin-bottom: 20px; }
.quote__copy p { color: var(--text-2); }
.quote__pts { list-style: none; margin: 26px 0; padding: 0; display: grid; gap: 11px; }
.quote__pts li { display: flex; gap: .6em; align-items: flex-start; font-size: .95rem; }
.quote__pts svg { width: 17px; height: 17px; flex: none; margin-top: 5px; color: var(--wa); }
.quote__alt { font-size: .95rem; }
.quote__alt a { font-weight: 600; color: var(--forest); border-bottom: 1px solid currentColor; }

.form {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r);
  padding: clamp(24px, 3vw, 34px); box-shadow: var(--shadow);
}
.field { margin: 0 0 22px; border: 0; padding: 0; }
.field label, .field legend {
  display: block; padding: 0; margin-bottom: 10px;
  font-family: "Barlow Condensed", sans-serif; font-size: 1.02rem; font-weight: 600;
  letter-spacing: .07em; text-transform: uppercase; color: var(--forest-d);
}
.field legend i { font-style: normal; font-weight: 500; text-transform: none; letter-spacing: 0; color: var(--text-3); }
.field input[type=text], .field textarea {
  width: 100%; padding: 13px 14px; font: inherit; font-size: .96rem;
  color: var(--text); background: var(--shell);
  border: 1px solid var(--line); border-radius: var(--r);
  transition: border-color .16s var(--ease), background .16s var(--ease);
}
.field input::placeholder, .field textarea::placeholder { color: var(--text-3); }
.field input:focus, .field textarea:focus { background: #fff; border-color: var(--forest-l); }
.field textarea { resize: vertical; min-height: 92px; }

.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { position: relative; }
.chip input { position: absolute; opacity: 0; width: 0; height: 0; }
.chip span {
  display: inline-block; padding: 10px 16px; cursor: pointer;
  background: var(--shell); border: 1px solid var(--line); border-radius: var(--r);
  font-size: .9rem; font-weight: 500; color: var(--text-2);
  transition: all .16s var(--ease);
}
.chip span:hover { border-color: var(--forest-l); color: var(--forest-d); }
.chip input:checked + span {
  background: var(--forest); border-color: var(--forest); color: #fff; font-weight: 600;
}
.chip--alert input:checked + span { background: #a4471f; border-color: #a4471f; }
.chip input:focus-visible + span { outline: 3px solid var(--forest-l); outline-offset: 2px; }

.form__error {
  margin: 0 0 14px; font-size: .92rem; font-weight: 600; color: #a4471f;
  display: none;
}
.form__error.is-on { display: block; }
.form__note { margin: 14px 0 0; font-size: .83rem; color: var(--text-3); text-align: center; }

/* =====================================================================
   CONTACTO
   ===================================================================== */
.contact {
  display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
  gap: clamp(32px, 5vw, 64px); align-items: start;
}
.contact h2 { margin-bottom: 18px; }
.contact p { color: var(--on-dark-2); }
.contact__socials { display: flex; gap: 10px; margin-top: 24px; }
.contact__socials a {
  width: 44px; height: 44px; display: grid; place-items: center;
  border: 1px solid rgba(236,238,231,.25); color: var(--on-dark);
  transition: background .18s var(--ease), color .18s var(--ease), border-color .18s var(--ease);
}
.contact__socials a:hover { background: var(--forest); border-color: var(--forest); color: #fff; }
.contact__socials svg { width: 20px; height: 20px; }
.contact__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.contact__list li {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 18px 20px; background: rgba(236,238,231,.045);
}
.contact__list svg { width: 21px; height: 21px; flex: none; margin-top: 4px; color: var(--olive-l); }
.contact__list b {
  display: block; font-family: "Barlow Condensed", sans-serif; font-size: .92rem;
  letter-spacing: .16em; text-transform: uppercase; color: var(--olive); margin-bottom: 3px;
}
.contact__list a, .contact__list span { font-size: 1rem; color: #fff; }
.contact__list a:hover { color: var(--sand-l); }

/* =====================================================================
   FOOTER + FAB
   ===================================================================== */
.footer { background: #070a0b; color: var(--on-dark-3); padding: 34px 0; }
.footer__inner { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.footer__links { display: flex; gap: 20px; flex-wrap: wrap; margin-left: auto; }
.footer__links a {
  font-family: "Barlow Condensed", sans-serif; font-size: .98rem;
  letter-spacing: .07em; text-transform: uppercase;
}
.footer__links a:hover { color: var(--sand-l); }
.footer__meta { margin: 0; font-size: .83rem; width: 100%; padding-top: 20px; border-top: 1px solid rgba(236,238,231,.09); }

.fab {
  position: fixed; right: 20px; bottom: 20px; z-index: 70;
  width: 56px; height: 56px; display: grid; place-items: center;
  background: var(--wa); color: #06331a; border-radius: 50%;
  box-shadow: 0 12px 28px -8px rgba(37,211,102,.75);
  transition: transform .2s var(--ease);
}
.fab:hover { transform: scale(1.07); }
.fab svg { width: 30px; height: 30px; }

/* =====================================================================
   REVEAL
   ===================================================================== */
.js .reveal { opacity: 0; transform: translateY(18px); }
.js .reveal.is-visible {
  opacity: 1; transform: none;
  transition: opacity .6s var(--ease), transform .6s var(--ease);
}
@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; }
}

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 1080px) {
  .cards { grid-template-columns: 1fr; }
  .types { grid-template-columns: 1fr; gap: 22px; }
  .types ul { grid-template-columns: repeat(2, 1fr); }
  .more { grid-template-columns: repeat(2, 1fr); }
  .pledge { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .nav__phone { display: none; }
  /* Mobile: the toggle sits flush right, after the CTA. The drawer is a
     full-width panel below the bar, so no margin-left:auto anywhere here. */
  .nav__cta { margin-left: auto; gap: 10px; }
  .nav__toggle {
    display: grid; place-items: center; width: 44px; height: 44px;
    background: var(--forest); color: #fff; border: 0; border-radius: var(--r);
    cursor: pointer; padding: 0;
  }
  .nav__toggle svg { width: 22px; height: 22px; }
  .nav__toggle-close { display: none; }
  .nav__toggle[aria-expanded="true"] .nav__toggle-open { display: none; }
  .nav__toggle[aria-expanded="true"] .nav__toggle-close { display: block; }

  .nav__links {
    position: absolute; top: 100%; left: 0; right: 0; margin-left: 0;
    display: none; flex-direction: column; align-items: stretch; gap: 0;
    background: var(--ink); border-bottom: 1px solid rgba(150,153,117,.3);
    box-shadow: var(--shadow); padding: 8px 20px 20px;
  }
  .nav__links.is-open { display: flex; }
  .nav__links a { padding: 14px 0; border-bottom: 1px solid rgba(236,238,231,.12); font-size: 1.06rem; }
  .nav__menu-cta {
    display: block; margin-top: 14px; text-align: center; border-bottom: 0 !important;
    background: var(--forest); color: #fff !important;
    font-weight: 600; border-radius: var(--r); padding: 14px 0 !important;
  }

  .hero__inner { grid-template-columns: 1fr; }
  .hero__plate { max-width: 460px; }
  .doors__top, .trees__inner, .quote, .contact { grid-template-columns: 1fr; }
  .trees__pic { max-width: 480px; }
  .doors__pics { max-width: 520px; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .wrap { width: min(100% - 32px, var(--wrap)); }
  .brand img { width: 40px; height: 40px; }
  .brand__txt b { font-size: 1.06rem; }
  .brand__txt span { font-size: .7rem; letter-spacing: .12em; }
  .nav .btn--sm { display: none; }
  .hero__ctas .btn { width: 100%; }
  .hero__facts { gap: 16px 0; }
  .hero__facts li { padding-right: 18px; margin-right: 18px; }
  .hero__plate::before { top: -8px; left: 8px; right: -8px; }
  /* Same aspect for both crops on phones — the staggered pair leaves an
     unbalanced hole at this width. */
  .doors__pics { align-items: start; }
  .doors__pic--tall img,
  .doors__pics .doors__pic:not(.doors__pic--tall) img { aspect-ratio: 4/5; }
  .types ul { grid-template-columns: 1fr; gap: 18px; }
  .more { grid-template-columns: 1fr; }
  .pledge { grid-template-columns: 1fr; }
  .pledge li { padding: 24px 18px; }
  .props li { padding: 16px; gap: 14px; }
  .urgent .btn--wa { width: 100%; }
  .footer__links { margin-left: 0; }
  .fab { right: 14px; bottom: 14px; }
}
