/* ---------------- self-hosted fonts (latin subsets) ---------------- */

@font-face {
  font-family: 'Big Shoulders';
  font-style: normal;
  font-weight: 800 900;
  font-display: swap;
  src: url('assets/fonts/big-shoulders-var.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/barlow-400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/barlow-500.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('assets/fonts/barlow-600.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('assets/fonts/barlow-700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('assets/fonts/barlow-condensed-600.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('assets/fonts/barlow-condensed-700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ================================================================
   Treeline Forestry Mulching — styles
   Palette: pine-black / forest green / safety orange / chrome / timber
   Type:    Big Shoulders (display) · Barlow (body) · Barlow Condensed (labels)
   ================================================================ */

:root {
  --ink:        #10150E;
  --pine-950:   #0C120D;
  --pine-900:   #16241A;
  --pine-800:   #1E3325;
  --pine-700:   #27492F;
  --pine-500:   #3D6B44;
  --orange:     #F08A1D;
  --orange-hot: #FFA940;
  --orange-deep:#D9740B;
  --red:        #B23418;
  --chrome:     #C8CFD4;
  --bark-50:    #F4EFE4;
  --bark-100:   #EAE1CD;
  --bark-200:   #DCCFB2;
  --timber:     #7A5C38;
  --text-dark:  #221F19;
  --text-light: #EDEAE0;
  --text-dim:   #B9C2B4;

  --font-display: "Big Shoulders", "Arial Narrow", sans-serif;
  --font-body: "Barlow", "Helvetica Neue", Arial, sans-serif;
  --font-label: "Barlow Condensed", "Arial Narrow", sans-serif;

  --wrap: 1120px;
  --radius: 10px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--text-dark);
  background: var(--bark-50);
  -webkit-font-smoothing: antialiased;
}

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

a { color: inherit; }

.sr-only {
  position: absolute; width: 1px; height: 1px;
  clip-path: inset(50%); overflow: hidden; white-space: nowrap;
}

.skip-link {
  position: absolute; top: -48px; left: 12px; z-index: 200;
  background: var(--orange); color: var(--ink);
  padding: 10px 18px; border-radius: 0 0 8px 8px;
  font-weight: 700; text-decoration: none;
  transition: top 0.2s;
}
.skip-link:focus { top: 0; }

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}

/* ---------------- top bar ---------------- */

.topbar {
  position: sticky; top: 0; z-index: 100;
  display: flex; align-items: center; gap: 20px;
  padding: 10px 22px;
  background: rgba(12, 18, 13, 0.94);
  backdrop-filter: blur(8px);
  border-bottom: 2px solid var(--orange);
}

.brand {
  display: flex; align-items: center; gap: 12px;
  text-decoration: none; flex-shrink: 0;
}

.brand-logo {
  height: 52px; width: auto;
}

.brand-word { display: flex; flex-direction: column; line-height: 1.05; }
.brand-word strong {
  font-family: var(--font-display);
  font-weight: 900; font-size: 1.45rem; letter-spacing: 0.04em;
  color: var(--chrome);
}
.brand-word em {
  font-style: normal;
  font-family: var(--font-label);
  font-weight: 600; font-size: 0.78rem; letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange);
}

.mainnav { margin-left: auto; }

.navlinks {
  display: flex; gap: 4px; list-style: none;
}
.navlinks a {
  display: block; padding: 8px 9px; white-space: nowrap;
  font-family: var(--font-label);
  font-weight: 600; font-size: 0.98rem; letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--text-light); text-decoration: none;
  border-bottom: 2px solid transparent;
}
.navlinks a:hover { color: var(--orange-hot); border-bottom-color: var(--orange); }

.nav-toggle { display: none; }

/* ---------------- language toggle ---------------- */

.lang {
  display: inline-flex; flex-shrink: 0;
  border: 1px solid rgba(200, 207, 212, 0.35);
  border-radius: 999px; padding: 3px;
  background: rgba(12, 18, 13, 0.6);
}
.lang button {
  border: none; background: none; cursor: pointer;
  padding: 5px 11px; border-radius: 999px;
  font-family: var(--font-label);
  font-weight: 700; font-size: 0.88rem; letter-spacing: 0.1em;
  color: var(--text-dim);
  transition: background 0.15s, color 0.15s;
}
.lang button[aria-pressed="true"] { background: var(--chrome); color: var(--ink); }
.lang button:hover:not([aria-pressed="true"]) { color: var(--text-light); }

/* ---------------- buttons ---------------- */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-label);
  font-weight: 700; font-size: 1.08rem; letter-spacing: 0.06em;
  text-transform: uppercase; text-decoration: none;
  padding: 13px 26px; border-radius: 7px;
  border: none; cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s, background 0.15s;
}

.btn-primary {
  background: linear-gradient(180deg, var(--orange-hot), var(--orange) 40%, var(--orange-deep));
  color: var(--ink);
  box-shadow: 0 4px 14px rgba(240, 138, 29, 0.4), inset 0 1px 0 rgba(255,255,255,0.45);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(240,138,29,0.5), inset 0 1px 0 rgba(255,255,255,0.45); }

.btn-ghost {
  background: transparent; color: var(--text-light);
  border: 2px solid rgba(237, 234, 224, 0.5);
}
.btn-ghost:hover { border-color: var(--orange); color: var(--orange-hot); }

.btn-call {
  background: var(--orange); color: var(--ink);
  padding: 10px 18px; border-radius: 7px; flex-shrink: 0;
  font-size: 1rem;
}
.btn-call:hover { background: var(--orange-hot); }

.btn-block { width: 100%; }

/* ---------------- hero ---------------- */

.hero {
  position: relative;
  min-height: min(calc(100vh - 68px), 960px);
  min-height: min(calc(100svh - 68px), 960px);
  display: flex; align-items: flex-start; justify-content: center;
  overflow: hidden;
  background: var(--pine-950);
  padding: clamp(44px, 7vh, 120px) 24px clamp(170px, 24vh, 300px);
}

.hero-sky {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 120% 65% at 50% 100%, rgba(240, 138, 29, 0.55), rgba(190, 58, 29, 0.18) 45%, transparent 70%),
    linear-gradient(180deg, #0A0F0B 0%, #14221A 45%, #24352A 75%, #3A4A33 100%);
}

.hero-sun {
  position: absolute; left: 50%; bottom: 120px;
  width: 340px; height: 340px; transform: translateX(-50%);
  background: radial-gradient(circle, rgba(255, 199, 108, 0.5), rgba(255, 169, 64, 0.15) 45%, transparent 70%);
  border-radius: 50%;
  filter: blur(6px);
}

.treeline {
  position: absolute; left: 0; width: 100%; bottom: 0;
  display: block;
}
.treeline-far  { color: #22392A; height: max(320px, 20vw); bottom: 0; opacity: 0.85; filter: blur(1.6px); }
.treeline-mid  { color: #17281C; height: max(300px, 18.75vw); bottom: 0; filter: blur(0.5px); }
.treeline-near { color: #0B100C; height: max(300px, 18.75vw); bottom: -4px; }

/* birds heading to roost */
.flock { position: absolute; inset: 0; pointer-events: none; color: #97A08D; }
.bird {
  position: absolute; left: 0; top: var(--y);
  width: var(--size); opacity: 0;
  animation: fly var(--dur) linear infinite;
  animation-delay: var(--delay);
}
.bird svg { display: block; width: 100%; height: auto; animation: flap var(--flap) ease-in-out infinite; }

/* a loose trio travelling together, plus three stragglers at other depths */
.b1 { --size: 20px; --y: 15vh; --dur: 46s; --delay: -12s;   --flap: 0.85s; }
.b2 { --size: 17px; --y: 17.5vh; --dur: 46s; --delay: -13.1s; --flap: 0.95s; }
.b3 { --size: 15px; --y: 13.5vh; --dur: 46s; --delay: -14s;   --flap: 0.9s; }
.b4 { --size: 12px; --y: 9vh;  --dur: 64s; --delay: -40s;  --flap: 1.1s; color: #5E685C; }
.b5 { --size: 24px; --y: 24vh; --dur: 38s; --delay: -6s;   --flap: 0.78s; }
.b6 { --size: 11px; --y: 20vh; --dur: 58s; --delay: -27s;  --flap: 1.05s; color: #5E685C; }

@keyframes fly {
  0%   { transform: translate(-8vw, 0); opacity: 0; }
  5%   { opacity: 0.8; }
  50%  { transform: translate(48vw, -2.5vh); }
  95%  { opacity: 0.8; }
  100% { transform: translate(108vw, -5vh); opacity: 0; }
}
@keyframes flap {
  0%, 100% { transform: scaleY(1); }
  50%      { transform: scaleY(0.5); }
}

.hero-inner {
  position: relative; z-index: 5;
  max-width: 860px; text-align: center;
}

.eyebrow {
  font-family: var(--font-label);
  font-weight: 600; font-size: 0.98rem;
  letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--red);
  margin-bottom: 14px;
}
.eyebrow-light { color: var(--orange-hot); }
.eyebrow-dark { color: var(--red); }
.hero-eyebrow { color: var(--orange-hot); text-shadow: 0 1px 8px rgba(0,0,0,0.6); }

.hero-title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(3.4rem, 11vw, 7.5rem);
  line-height: 0.92;
  letter-spacing: 0.015em;
  color: var(--text-light);
  text-transform: uppercase;
  margin-bottom: 22px;
}
.hero-title .hero-eyebrow { display: block; line-height: 1.4; }
.hero-title .line { display: block; }
.hero-title .line-accent {
  background: linear-gradient(180deg, #FFC576 0%, var(--orange) 55%, var(--orange-deep) 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
  filter: drop-shadow(0 3px 12px rgba(240, 138, 29, 0.35));
}

.hero-sub {
  max-width: 620px; margin: 0 auto 32px;
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  color: var(--text-dim);
}

.hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 26px; }

.hero-proof {
  display: flex; gap: 10px; align-items: center; justify-content: center; flex-wrap: wrap;
  font-family: var(--font-label);
  font-size: 0.98rem; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--text-dim);
}

.stars { color: var(--orange-hot); letter-spacing: 0.12em; font-size: 1.05rem; }
.stars-big { font-size: 1.7rem; letter-spacing: 0.18em; color: var(--orange); margin-bottom: 14px; }

/* ---------------- sections ---------------- */

.section { padding: clamp(64px, 9vw, 110px) 24px; }

.wrap { max-width: var(--wrap); margin: 0 auto; }
.wrap-narrow { max-width: 760px; margin: 0 auto; }

.section-light { background: var(--bark-50); }
.section-light:nth-of-type(odd) { background: var(--bark-50); }

.section-dark {
  background:
    radial-gradient(ellipse 90% 70% at 50% -10%, rgba(61, 107, 68, 0.25), transparent 60%),
    var(--pine-900);
  color: var(--text-light);
}

.h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.2rem, 5.5vw, 3.6rem);
  line-height: 1.0;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--ink);
  margin-bottom: 26px;
}
.h2-light { color: var(--text-light); }

.section-lede { max-width: 640px; margin-bottom: 44px; color: var(--text-dim); font-size: 1.12rem; }

/* ---------------- split / before-after ---------------- */

.split {
  display: grid; grid-template-columns: minmax(280px, 5fr) minmax(320px, 7fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  margin-top: 18px;
}
.split > .ba { padding-top: clamp(24px, 3.4vw, 44px); }

.split-copy p { margin-bottom: 18px; }
.split-copy strong { color: var(--red); }

.drag-hint {
  font-family: var(--font-label);
  font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  font-size: 0.92rem; color: var(--timber);
  margin: 0 0 6px;
  text-align: center;
}

.ba { position: relative; }

.ba-frame {
  position: relative; overflow: hidden;
  border-radius: var(--radius);
  aspect-ratio: 640 / 420;
  box-shadow: 0 18px 50px rgba(16, 21, 14, 0.25), 0 0 0 4px var(--ink);
}

.ba-scene { position: absolute; inset: 0; width: 100%; height: 100%; }

.ba-before { clip-path: inset(0 45% 0 0); }

.ba-divider {
  position: absolute; top: 0; bottom: 0; left: 55%;
  width: 4px; margin-left: -2px;
  background: var(--orange);
  box-shadow: 0 0 12px rgba(240, 138, 29, 0.8);
}

.ba-grip {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--orange);
  color: var(--ink);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.4);
}

/* full-frame layers that clip each label along with its photo half */
.ba-tags { position: absolute; inset: 0; pointer-events: none; }
.ba-tags-before { clip-path: inset(0 45% 0 0); }
.ba-tags-after  { clip-path: inset(0 0 0 55%); }

.ba-tag {
  position: absolute; top: 14px;
  font-family: var(--font-label);
  font-weight: 700; font-size: 0.88rem;
  letter-spacing: 0.14em; text-transform: uppercase;
  padding: 5px 12px; border-radius: 5px;
}
.ba-tag-before { left: 14px; background: rgba(16, 21, 14, 0.78); color: #D8D4B8; }
.ba-tag-after  { right: 14px; background: rgba(240, 138, 29, 0.92); color: var(--ink); }

.ba-range {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  opacity: 0; cursor: ew-resize;
  touch-action: none;
}
.ba:has(.ba-range:focus-visible) .ba-frame { outline: 3px solid var(--orange); outline-offset: 3px; }

/* ---------------- service cards ---------------- */

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
  gap: 22px;
}

.card {
  background: rgba(12, 18, 13, 0.55);
  border: 1px solid rgba(200, 207, 212, 0.12);
  border-left: 4px solid var(--orange);
  border-radius: var(--radius);
  padding: 28px 24px 26px;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.35);
  border-left-color: var(--orange-hot);
}

.card-icon { color: var(--orange); margin-bottom: 16px; }

.card h3 {
  font-family: var(--font-display);
  font-weight: 800; font-size: 1.5rem;
  text-transform: uppercase; letter-spacing: 0.03em;
  margin-bottom: 10px;
  color: var(--text-light);
}

.card p { color: var(--text-dim); font-size: 1rem; }

/* ---------------- why grid ---------------- */

.why-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px 40px; margin-top: 14px;
}

.why-item {
  border-top: 3px solid var(--pine-700);
  padding-top: 18px;
}
.why-item h3 {
  font-family: var(--font-display);
  font-weight: 800; font-size: 1.4rem;
  text-transform: uppercase; letter-spacing: 0.03em;
  color: var(--pine-800);
  margin-bottom: 8px;
}
.why-item p { color: #4C4638; font-size: 1rem; }

/* ---------------- serve list & callout ---------------- */

.serve-list {
  list-style: none;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 16px;
  margin: 10px 0 42px;
}
.serve-list li {
  background: rgba(12, 18, 13, 0.5);
  border: 1px solid rgba(200, 207, 212, 0.12);
  border-radius: var(--radius);
  padding: 20px 20px 18px;
}
.serve-list strong {
  display: block;
  font-family: var(--font-label);
  font-weight: 700; font-size: 1.12rem;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--orange-hot);
  margin-bottom: 6px;
}
.serve-list span { color: var(--text-dim); font-size: 0.98rem; }

.callout {
  background: linear-gradient(135deg, rgba(240, 138, 29, 0.14), rgba(190, 58, 29, 0.1));
  border: 1px solid rgba(240, 138, 29, 0.4);
  border-radius: var(--radius);
  padding: 34px 34px 32px;
  max-width: 840px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 26px;
}

/* section-corner stickers (same treatment as .faq-bear) */
.sec-head {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: start;
  align-items: start;
  gap: 24px clamp(36px, 6vw, 90px);
}
/* offset past the eyebrow so the sticker top sits level with the h2; the negative
   bottom margin keeps the tall sticker from stretching the row and opening a gap
   between the heading and the copy below it */
.sec-head .sec-sticker { margin-top: 44px; margin-bottom: -90px; position: relative; z-index: 1; }
.sec-sticker { width: auto; filter: drop-shadow(0 10px 18px rgba(16, 21, 14, 0.25)); }
.sticker-mulcher { height: 150px; }
/* seedling lives inside the heading row (no hang into the grid below) */
.sticker-seedling { height: 132px; }
.sec-head .sticker-seedling { margin-top: -10px; margin-bottom: -16px; }
.sticker-sold { height: 170px; }
.callout-kicker {
  font-family: var(--font-display);
  font-weight: 800; font-size: 1.7rem;
  text-transform: uppercase;
  color: var(--orange-hot);
  margin-bottom: 10px;
}
.callout p { margin-bottom: 18px; }
.callout p:last-of-type { margin-bottom: 24px; }
.callout strong { color: var(--orange-hot); }

/* ---------------- steps ---------------- */

.steps {
  list-style: none; counter-reset: step;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 26px; margin-top: 16px;
}
.steps li {
  position: relative;
  background: #fff;
  border-radius: var(--radius);
  padding: 30px 24px 24px;
  box-shadow: 0 6px 22px rgba(16, 21, 14, 0.08);
  border-top: 4px solid var(--orange);
}
.step-no {
  position: absolute; top: -20px; left: 20px;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--ink); color: var(--orange);
  font-family: var(--font-display);
  font-weight: 900; font-size: 1.3rem;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}
.steps h3 {
  font-family: var(--font-display);
  font-weight: 800; font-size: 1.35rem;
  text-transform: uppercase;
  margin: 6px 0 8px;
}
.steps p { font-size: 0.98rem; color: #4C4638; }
.steps a { color: var(--red); font-weight: 600; }

/* ---------------- review ---------------- */

.section-review { text-align: center; }

.review {
  background: rgba(12, 18, 13, 0.5);
  border: 1px solid rgba(200, 207, 212, 0.12);
  border-radius: var(--radius);
  padding: 40px 38px 30px;
  margin: 26px 0 26px;
}
.review blockquote p {
  font-size: clamp(1.1rem, 2.4vw, 1.3rem);
  line-height: 1.65;
  color: var(--text-light);
  margin-bottom: 18px;
}
.review figcaption {
  font-family: var(--font-label);
  font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--text-dim); font-size: 0.95rem;
}
.review figcaption a { color: var(--orange-hot); }

.review-note { color: var(--text-dim); max-width: 560px; margin: 0 auto; }

/* ---------------- meet ricardo ---------------- */

.section-about { background: var(--bark-100); }

.about-grid {
  display: grid;
  grid-template-columns: minmax(240px, 4fr) minmax(300px, 7fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.about-img {
  width: 100%; max-width: 400px; height: auto;
  justify-self: center;
  filter: drop-shadow(0 16px 30px rgba(16, 21, 14, 0.28));
}

.about-copy p { margin-bottom: 18px; max-width: 56ch; }
.about-copy p strong { color: var(--red); }
.about-copy .btn { margin-top: 6px; }

/* ---------------- faq / service area ---------------- */

.faq-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 24px;
}

.faq-bear {
  height: 200px; width: auto;
  filter: drop-shadow(0 10px 18px rgba(16, 21, 14, 0.25));
}
.h2-faq span { display: inline-block; white-space: nowrap; }

.faq-list { display: grid; gap: 12px; margin-bottom: 34px; }

.faq {
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid var(--bark-200);
  box-shadow: 0 3px 12px rgba(16, 21, 14, 0.05);
  overflow: hidden;
}
.faq summary {
  cursor: pointer;
  list-style: none;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 17px 20px;
  font-family: var(--font-label);
  font-weight: 700; font-size: 1.12rem;
  letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--pine-800);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  font-family: var(--font-display);
  font-size: 1.5rem; font-weight: 800; line-height: 1;
  color: var(--orange);
  transition: transform 0.2s;
  flex-shrink: 0;
}
.faq[open] summary::after { transform: rotate(45deg); }
.faq[open] summary { color: var(--red); }
.faq p { padding: 0 20px 18px; color: #4C4638; max-width: 60ch; }
.faq p a { color: var(--red); font-weight: 600; }

.area-line {
  text-align: center;
  font-size: 0.98rem;
  color: var(--timber);
}
.area-line strong {
  color: var(--pine-800);
  font-family: var(--font-label);
  font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
}

/* ---------------- sticky mobile call bar ---------------- */

.callbar {
  display: none;
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 120;
  align-items: center; justify-content: center; gap: 10px;
  padding: 15px 16px calc(15px + env(safe-area-inset-bottom));
  background: linear-gradient(180deg, var(--orange-hot), var(--orange) 45%, var(--orange-deep));
  color: var(--ink);
  font-family: var(--font-label);
  font-weight: 700; font-size: 1.1rem;
  letter-spacing: 0.06em; text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 -6px 20px rgba(16, 21, 14, 0.3);
}

/* ---------------- contact ---------------- */

.section-contact {
  background:
    linear-gradient(180deg, var(--bark-50) 0%, var(--bark-100) 100%);
}

.contact-grid {
  display: grid; grid-template-columns: minmax(300px, 7fr) minmax(280px, 5fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: start;
}

.contact-lede { max-width: 520px; margin-bottom: 30px; color: #4C4638; }

.phone-big {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2.4rem, 6vw, 4rem);
  letter-spacing: 0.02em;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 5px solid var(--orange);
  line-height: 1.1;
  margin-bottom: 30px;
  transition: color 0.15s, border-color 0.15s;
}
.phone-big:hover { color: var(--red); border-color: var(--orange-hot); }

.phone-row { position: relative; display: inline-block; margin-bottom: 30px; }
.phone-row .phone-big { margin-bottom: 0; }

/* pinned beside the phone number so his finger lands on it whatever sits below */
.contact-ricardo {
  position: absolute; left: calc(100% + 14px); top: -64px;
  height: 440px; width: auto;
  pointer-events: none;
  filter: drop-shadow(0 14px 24px rgba(16, 21, 14, 0.3));
}

.contact-list { list-style: none; display: grid; gap: 14px; }
.contact-list li { display: grid; gap: 2px; }
.contact-label {
  font-family: var(--font-label);
  font-weight: 700; font-size: 0.82rem;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--timber);
}
.contact-list a { color: var(--text-dark); font-weight: 500; text-decoration-color: rgba(240,138,29,0.6); }
.contact-value { color: var(--text-dark); font-weight: 500; }
.contact-list a:hover { color: var(--red); }

.contact-form {
  background: var(--pine-900);
  border-radius: var(--radius);
  padding: 32px 28px 26px;
  box-shadow: 0 18px 46px rgba(16, 21, 14, 0.28);
  color: var(--text-light);
}
.contact-form h3 {
  font-family: var(--font-display);
  font-weight: 800; font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.contact-form label {
  display: block; margin-bottom: 14px;
  font-family: var(--font-label);
  font-weight: 600; font-size: 0.95rem;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--text-dim);
}
.contact-form input,
.contact-form textarea {
  display: block; width: 100%;
  margin-top: 6px;
  padding: 11px 13px;
  border-radius: 6px;
  border: 1px solid rgba(200, 207, 212, 0.25);
  background: rgba(12, 18, 13, 0.6);
  color: var(--text-light);
  font-family: var(--font-body);
  font-size: 1rem;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid var(--orange);
  outline-offset: 1px;
  border-color: var(--orange);
}
.contact-form button { margin-top: 6px; }
.form-note {
  margin-top: 14px;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  font-size: 0.9rem; color: var(--text-dim);
  text-align: left;
}
.form-avatar {
  width: 40px; height: 40px; flex-shrink: 0;
  border-radius: 50%;
  border: 2px solid var(--orange);
  background: var(--bark-50);
  object-fit: cover;
}

/* ---------------- footer ---------------- */

.footer {
  background: var(--pine-950);
  color: var(--text-dim);
  text-align: center;
}
.footer-treeline {
  display: block; width: 100%; height: max(108px, 8.75vw);
  color: var(--pine-950);
  background: var(--bark-100);
}
.footer-inner { padding: 44px 24px 40px; }
.footer-logo {
  height: 120px; width: auto; margin: 0 auto 20px;
}
.footer-line { margin-bottom: 8px; font-size: 0.98rem; }
.footer-sub { font-size: 0.88rem; opacity: 0.8; }
.footer a { color: var(--orange-hot); }


/* ---------------- row alignment (subgrid) ----------------
   Headings wrap to different line counts (especially in Spanish); subgrid keeps
   icon / heading / body rows aligned across every card in a row. */
@supports (grid-template-rows: subgrid) {
  .card { display: grid; grid-template-rows: subgrid; grid-row: span 3; row-gap: 0; align-content: start; }
  .card h3 { margin-bottom: 0; padding-bottom: 10px; }
  .card-icon { margin-bottom: 0; padding-bottom: 16px; }
  .why-item { display: grid; grid-template-rows: subgrid; grid-row: span 2; align-content: start; }
  .why-item h3 { margin-bottom: 0; padding-bottom: 8px; }
  .serve-list li { display: grid; grid-template-rows: subgrid; grid-row: span 2; align-content: start; }
  .serve-list strong { margin-bottom: 0; padding-bottom: 6px; }
  .steps li { display: grid; grid-template-rows: subgrid; grid-row: span 2; align-content: start; }
  .steps h3 { margin-bottom: 0; padding-bottom: 8px; }
}

/* ---------------- reveal on scroll ---------------- */

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------------- responsive ---------------- */

@media (max-width: 1200px) {
  .contact-ricardo { display: none; }
  .brand-word { display: none; }
}

@media (max-width: 900px) {
  .split { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .about-img { max-width: 300px; }
  .faq-head { grid-template-columns: 1fr; align-items: start; }
  .faq-bear { display: none; }
  .sec-head { grid-template-columns: 1fr; align-items: start; }
  .sec-sticker { display: none; }
  .callout { grid-template-columns: 1fr; }
  .split > .ba { padding-top: 0; }
}

@media (max-width: 1000px) {
  .topbar { flex-wrap: wrap; gap: 10px 14px; padding: 10px 16px; }
  .brand-word strong { font-size: 1.2rem; }

  .nav-toggle {
    display: block; position: relative;
    width: 42px; height: 42px;
    background: none; border: none; cursor: pointer;
    margin-left: auto;
  }
  .nav-toggle-bar {
    position: absolute; left: 9px; top: 50%;
    width: 24px; height: 3px; margin-top: -1.5px;
    background: var(--chrome); border-radius: 2px;
    transition: transform 0.2s, opacity 0.2s;
  }
  .nav-toggle-bar:nth-child(1) { transform: translateY(-8px); }
  .nav-toggle-bar:nth-child(3) { transform: translateY(8px); }
  .nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1) { transform: rotate(45deg); }
  .nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3) { transform: rotate(-45deg); }

  .mainnav { margin-left: auto; order: 2; }
  .navlinks {
    display: none; flex-direction: column; gap: 0;
    position: absolute; top: 100%; left: 0; right: 0;
    background: rgba(12, 18, 13, 0.98);
    padding: 6px 18px 14px;
    border-bottom: 2px solid var(--orange);
  }
  .navlinks.open { display: flex; }
  .navlinks a { padding: 13px 4px; border-bottom: 1px solid rgba(200,207,212,0.12); }

  .btn-call { display: none; }
  .lang { order: 1; margin-left: auto; }
  .mainnav { margin-left: 0; }

  .callbar { display: flex; }
  body { padding-bottom: 58px; }
  .footer-inner { padding-bottom: 66px; }
}

@media (max-width: 760px) {
  .hero { padding-top: 30px; padding-bottom: 230px; }
  .hero-title { margin-bottom: 16px; }
  .hero-sub { margin-bottom: 24px; }
  .hero-cta { margin-bottom: 20px; gap: 10px; }
  .treeline-far { height: 385px; bottom: 0; }
  .treeline-mid { height: 355px; bottom: 0; }
  .treeline-near { height: 330px; bottom: -2px; }

  .callout { padding: 26px 22px; }

}

/* ---------------- reduced motion ---------------- */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .flock { display: none; }
  .treeline { transform: none !important; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn, .card { transition: none; }
}

/* ---------------- real photos: slider + results gallery ---------------- */

img.ba-scene { object-fit: cover; }

.ba-caption { margin: 0 0 14px; font-size: 0.92rem; color: #4C4638; text-align: center; }

.results { margin-top: 64px; }

.results-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  line-height: 1.05;
  margin: 0 0 6px;
}

.results-lede { max-width: 640px; margin-bottom: 26px; color: #4C4638; }

.results-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
@media (max-width: 820px) {
  .results-grid { grid-template-columns: 1fr 1fr; }
}

.result-card {
  position: relative; margin: 0;
  border-radius: var(--radius); overflow: hidden;
  box-shadow: 0 12px 30px rgba(16, 21, 14, 0.2), 0 0 0 4px var(--ink);
}
.result-card img {
  display: block; width: 100%; height: 100%;
  object-fit: cover; aspect-ratio: 2 / 3;
}

.result-tag {
  position: absolute; top: 10px; left: 10px; z-index: 1;
  font-family: var(--font-label);
  font-weight: 700; font-size: 0.8rem;
  letter-spacing: 0.13em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 5px;
}
.result-tag-before { background: rgba(16, 21, 14, 0.78); color: #D8D4B8; }
.result-tag-after  { background: rgba(240, 138, 29, 0.92); color: var(--ink); }
