/* ============================================================
   BHOOMI LANDSCAPE
   Designing Timeless Outdoor Spaces
   Brand system: deep forest / near-black + gold, ivory contrast
   ============================================================ */

/* ---------- Tokens ---------- */
:root {
  /* bump this when you edit the stylesheet — check.html reads it back, which
     tells you whether the browser is showing this file or a cached older one */
  --build: "2026-08-21-v6";

  /* Core surfaces */
  --bg:        #070B08;
  --surface:   #0C1310;
  --surface-2: #101A14;
  --surface-3: #16221A;

  /* Ivory panels */
  --ivory:     #F5F1E7;
  --ivory-2:   #EDE7D9;
  --ivory-ink: #102016;

  /* Gold */
  --gold:       #C9A227;
  --gold-light: #E8CE86;
  --gold-pale:  #F0DFAE;
  --gold-deep:  #9A7B1C;
  --gold-line:  rgba(201, 162, 39, .26);
  --gold-glow:  rgba(201, 162, 39, .12);

  /* Greens */
  --forest:     #123020;
  --forest-2:   #0E241A;
  --sage:       #7E9B84;

  /* Text */
  --cream:      #F2EEE4;
  --cream-soft: rgba(242, 238, 228, .72);
  --cream-mute: rgba(242, 238, 228, .52);

  --radius-sm: 4px;
  --radius:    8px;
  --radius-lg: 14px;
  --radius-pill: 999px;

  --maxw: 1240px;
  --gutter: 26px;

  --font-display: "Cormorant Garamond", "Iowan Old Style", Georgia, serif;
  --font-body: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  --ease: cubic-bezier(.22, .61, .36, 1);
  --shadow: 0 20px 60px rgba(0, 0, 0, .45);
  --shadow-soft: 0 10px 34px rgba(0, 0, 0, .3);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
/* grid and flex children default to min-width:auto, which lets long words and
   wide children blow the layout out sideways on narrow screens */
* { min-width: 0; }
html {
  scroll-behavior: smooth; -webkit-text-size-adjust: 100%;
  /* clip rather than hidden: hidden on the root breaks position:sticky */
  overflow-x: clip; max-width: 100%;
}
body {
  font-family: var(--font-body);
  font-size: 16.5px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--cream-soft);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip; max-width: 100%;
}
img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; color: inherit; }
ul { list-style: none; padding: 0; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.14;
  color: var(--cream);
  letter-spacing: .005em;
}
h1 { font-size: clamp(2.6rem, 5.6vw, 4.6rem); }
h2 { font-size: clamp(2rem, 3.9vw, 3.1rem); }
h3 { font-size: clamp(1.15rem, 1.7vw, 1.4rem); font-family: var(--font-body); font-weight: 500; letter-spacing: .02em; }

::selection { background: var(--gold); color: #0A0F0B; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

/* Off-screen until tabbed to. Someone navigating by keyboard would otherwise
   have to tab through the whole nav on every page before reaching the content. */
.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  padding: 12px 20px; background: var(--gold); color: #0A0F0B;
  font-size: .78rem; letter-spacing: .16em; text-transform: uppercase;
  transition: top .2s var(--ease);
}
.skip-link:focus { top: 12px; }

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding: clamp(70px, 9vw, 128px) 0; position: relative; }
.section--tight { padding: clamp(52px, 6vw, 84px) 0; }
.section--surface { background: var(--surface); }
.section--surface2 { background: var(--surface-2); }

.section--ivory { background: var(--ivory); color: rgba(16, 32, 22, .74); }
.section--ivory h1, .section--ivory h2, .section--ivory h3, .section--ivory h4 { color: var(--ivory-ink); }
.section--ivory .eyebrow { color: var(--gold-deep); }
.section--ivory .rule::before, .section--ivory .rule::after { background: rgba(154, 123, 28, .4); }

.grid { display: grid; gap: 26px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-5 { grid-template-columns: repeat(5, 1fr); }
.center { text-align: center; }

/* ---------- Typographic furniture ---------- */
.eyebrow {
  display: block;
  font-size: .72rem; font-weight: 400; letter-spacing: .34em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 16px;
}
.rule {
  display: flex; align-items: center; gap: 12px; margin: 18px 0 0;
}
.rule::before, .rule::after { content: ""; height: 1px; background: var(--gold-line); flex: 1; }
.rule svg { width: 15px; height: 15px; color: var(--gold); flex: none; }
.rule--center { max-width: 220px; margin-inline: auto; }

.section-head { max-width: 680px; margin-bottom: clamp(40px, 5.5vw, 66px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head p { margin-top: 18px; font-size: 1.02rem; }
.lede { font-size: clamp(1rem, 1.4vw, 1.14rem); font-weight: 300; line-height: 1.75; }

.gold-text { color: var(--gold-light); }
.serif-em { font-style: italic; color: var(--gold-light); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 11px;
  padding: 15px 32px; border: 1px solid var(--gold);
  font-size: .78rem; font-weight: 400; letter-spacing: .2em; text-transform: uppercase;
  cursor: pointer; background: transparent; color: var(--gold-light);
  transition: background .35s var(--ease), color .35s var(--ease), border-color .35s var(--ease), transform .3s var(--ease);
  position: relative; white-space: nowrap;
}
.btn:hover { background: var(--gold); color: #0A0F0B; transform: translateY(-2px); }
.btn--solid { background: var(--gold); color: #0A0F0B; }
.btn--solid:hover { background: var(--gold-light); border-color: var(--gold-light); }
.btn--quiet { border-color: rgba(242, 238, 228, .3); color: var(--cream); }
.btn--quiet:hover { border-color: var(--gold); background: transparent; color: var(--gold-light); }
.btn--dark { border-color: rgba(16, 32, 22, .3); color: var(--ivory-ink); }
.btn--dark:hover { background: var(--ivory-ink); color: var(--ivory); border-color: var(--ivory-ink); }
.btn--lg { padding: 18px 40px; }
.btn-row { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 36px; }
.btn-row--center { justify-content: center; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 80;
  background: rgba(7, 11, 8, .82);
  backdrop-filter: saturate(150%) blur(16px);
  border-bottom: 1px solid rgba(201, 162, 39, .16);
  transition: background .3s var(--ease);
}
.site-header.is-stuck { background: rgba(7, 11, 8, .96); }
.nav { display: flex; align-items: center; gap: 26px; min-height: 84px; }

.brand { display: flex; align-items: center; gap: 13px; margin-right: auto; }
.brand__mark { width: 52px; height: 52px; flex: none; object-fit: contain; }
.site-footer .brand__mark { width: 60px; height: 60px; }
.brand__name {
  display: block; font-family: var(--font-display); font-size: 1.42rem; font-weight: 500;
  letter-spacing: .13em; text-transform: uppercase; color: var(--cream); line-height: 1;
}
.brand__tag {
  display: block; margin-top: 4px; font-size: .56rem; letter-spacing: .38em;
  text-transform: uppercase; color: var(--gold); font-weight: 400;
}
.section--ivory .brand__name, .site-footer .brand__name { color: var(--cream); }

.nav__links { display: flex; align-items: center; gap: 4px; }
.nav__links a {
  position: relative; padding: 10px 16px;
  font-size: .76rem; letter-spacing: .18em; text-transform: uppercase; color: var(--cream-soft);
  transition: color .3s var(--ease);
}
.nav__links a::after {
  content: ""; position: absolute; left: 16px; right: 16px; bottom: 2px; height: 1px;
  background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease);
}
.nav__links a:hover { color: var(--gold-light); }
.nav__links a:hover::after, .nav__links a.is-active::after { transform: scaleX(1); }
.nav__links a.is-active { color: var(--gold-light); }

.nav__cta { display: flex; align-items: center; gap: 18px; }
.nav__phone {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: .82rem; letter-spacing: .06em; color: var(--cream);
}
.nav__phone svg { width: 15px; height: 15px; color: var(--gold); }
.nav__phone:hover { color: var(--gold-light); }

.nav__toggle {
  display: none; width: 46px; height: 46px; border: 1px solid var(--gold-line);
  background: transparent; cursor: pointer; align-items: center; justify-content: center;
}
.nav__toggle span { display: block; width: 20px; height: 1px; background: var(--gold-light); position: relative; transition: .3s var(--ease); }
.nav__toggle span::before, .nav__toggle span::after {
  content: ""; position: absolute; left: 0; width: 20px; height: 1px; background: var(--gold-light); transition: .3s var(--ease);
}
.nav__toggle span::before { top: -6px; }
.nav__toggle span::after { top: 6px; }
.nav__toggle[aria-expanded="true"] span { background: transparent; }
.nav__toggle[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.nav__toggle[aria-expanded="true"] span::after { top: 0; transform: rotate(-45deg); }

/* ---------- Ornaments ---------- */
.ornament {
  position: absolute; width: 190px; height: 190px; pointer-events: none; opacity: .3;
  color: var(--gold);
}
.ornament--tl { top: 24px; left: 24px; }
.ornament--br { bottom: 24px; right: 24px; transform: rotate(180deg); }
.gold-frame { position: relative; }
.gold-frame::after {
  content: ""; position: absolute; inset: 14px; border: 1px solid rgba(201, 162, 39, .3); pointer-events: none;
}

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background: var(--bg); }
.hero__media { position: absolute; inset: 0; }
.hero__media .img-slot { width: 100%; height: 100%; aspect-ratio: auto; border: 0; }
.hero__scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(100deg, rgba(7,11,8,.96) 0%, rgba(7,11,8,.9) 34%, rgba(7,11,8,.55) 62%, rgba(7,11,8,.42) 100%),
    linear-gradient(to top, rgba(7,11,8,.94), transparent 45%);
}
.hero__inner {
  position: relative; z-index: 3;
  padding: clamp(96px, 13vw, 190px) 0 clamp(64px, 8vw, 104px);
  max-width: 730px;
}
.hero h1 { text-transform: uppercase; letter-spacing: .04em; font-weight: 300; }
.hero h1 span { display: block; }
.hero p { margin-top: 26px; max-width: 50ch; font-size: 1.04rem; }

.pillars {
  position: relative; z-index: 3;
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--gold-line);
}
.pillar { padding: 30px 24px 34px; display: flex; gap: 16px; align-items: flex-start; }
.pillar + .pillar { border-left: 1px solid var(--gold-line); }
.pillar__icon { width: 34px; height: 34px; flex: none; color: var(--gold); }
.pillar b {
  display: block; font-size: .8rem; font-weight: 400; letter-spacing: .22em;
  text-transform: uppercase; color: var(--cream); margin-bottom: 5px;
}
.pillar span { font-size: .84rem; color: var(--cream-mute); letter-spacing: .04em; }

/* ============================================================
   BANNER HERO
   .banner-flat  = the actual brand banner artwork (wide screens)
   .banner       = logo-led hero, used on phones and small tablets
   ============================================================ */
.banner-flat {
  display: block; position: relative;
  aspect-ratio: 1600 / 639;        /* the artwork's own proportion */
  max-width: 3200px;               /* largest export available — no upscaling above this */
  margin-inline: auto;
  background: linear-gradient(90deg, #072418 0%, #0A2E1D 50%, #071B12 100%);
}
/* The artwork loads as a background, and only here — a phone hides this section
   and would otherwise still have downloaded the 426 KB <img> behind display:none.
   The matching preload in <head> keeps the desktop fetch just as early. */
@media (min-width: 821px) {
  .banner-flat {
    background-image: url("../images/banner-2400.jpg");
    background-image: image-set(url("../images/banner-2400.jpg") 1x,
                                url("../images/banner-3200.jpg") 2x);
    background-size: cover; background-position: center; background-repeat: no-repeat;
  }
}
/* a normal laptop does not need the 2400px export — 1600px covers it at 1x.
   The preload links in <head> carry the same conditions and the same 1x/2x
   candidates, so exactly one file is ever fetched. */
@media (min-width: 821px) and (max-width: 1500px) {
  .banner-flat {
    background-image: url("../images/banner.jpg");
    background-image: image-set(url("../images/banner.jpg") 1x,
                                url("../images/banner-2400.jpg") 2x);
  }
}
.banner-flat::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: .55;
}
.banner-cta {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 16px;
  padding: clamp(26px, 3.4vw, 40px) 0;
  border-bottom: 1px solid rgba(201, 162, 39, .14);
  background: var(--surface);
}

/* Phone hero. Only ever rendered below 821px — see the swap block at the very
   end of this file — so everything here is written for a narrow screen.
   There is deliberately no photograph behind it: the headline used to sit on a
   bright image and needed a 90% scrim to stay legible, which looked muddy. */
.banner {
  position: relative; overflow: hidden;
  background:
    radial-gradient(115% 68% at 50% 0%, rgba(201, 162, 39, .17), transparent 64%),
    linear-gradient(168deg, #0C3A23 0%, #08281A 48%, #05190F 100%);
  display: flex; align-items: center;
  border-bottom: 1px solid var(--gold-line);
}

/* decorative foliage */
.banner__leaf { position: absolute; color: var(--gold); pointer-events: none; z-index: 3; }
.banner__leaf--tl { top: -18px; left: -30px; width: 260px; opacity: .5; }
.banner__leaf--bl { bottom: -26px; left: -20px; width: 230px; opacity: .42; transform: scaleY(-1); }
.banner__leaf--br { bottom: 8px; left: 30%; width: 180px; opacity: .22; }

.banner__inner { position: relative; z-index: 5; width: 100%; padding: clamp(48px, 6vw, 76px) 0; }
.banner__content { max-width: 560px; }

/* The real logo lockup is the hero image — wreath, medallion and wordmark, as a
   transparent PNG, so it sits straight on the brand green with no box. */
.banner__logo { text-align: center; margin: 0 auto clamp(18px, 4.5vw, 30px); }
.banner__logo-img {
  display: block; width: min(58vw, 250px); height: auto; margin: 0 auto;
  filter: drop-shadow(0 12px 36px rgba(0, 0, 0, .55));
}

/* headline */
.banner h1 {
  font-family: var(--font-display); font-weight: 500; line-height: 1.06;
  font-size: clamp(2rem, 4.3vw, 3.55rem); text-transform: uppercase; letter-spacing: .015em;
}
.banner h1 .l1 { display: block; color: var(--gold-light); }
.banner h1 .l2 { display: block; color: #FFFDF7; }

.banner__divider {
  display: flex; align-items: center; gap: 12px;
  margin: clamp(16px, 2.4vw, 26px) 0 clamp(14px, 2vw, 20px); max-width: 460px;
}
.banner__divider::before, .banner__divider::after { content: ""; height: 1px; flex: 1; background: rgba(201,162,39,.45); }
.banner__divider svg { width: 15px; height: 15px; color: var(--gold); flex: none; }

.banner__services {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px;
  font-size: clamp(.66rem, .92vw, .82rem); letter-spacing: .16em; text-transform: uppercase;
  color: rgba(242,238,228,.9);
}
.banner__services i { font-style: normal; color: var(--gold); opacity: .7; }

/* Everything below applies to the phone hero, which is all .banner ever is.
   The target is one screenful — logo, headline, service line, two buttons —
   so the first real section is reachable with a single swipe. */
@media (max-width: 820px) {
  .banner {
    min-height: calc(100vh - 68px);
    min-height: calc(100svh - 68px);   /* svh ignores the mobile URL bar */
    padding: clamp(24px, 7vw, 44px) 0 clamp(56px, 12vw, 76px);
  }
  .banner__leaf--tl { top: -30px; left: -46px; width: 210px; opacity: .28; }
  .banner__leaf--bl { bottom: -34px; left: -40px; width: 190px; opacity: .22; }
  .banner__inner { padding: 0; }
  .banner__content {
    max-width: 100%; text-align: center;
    display: flex; flex-direction: column; align-items: center;
  }
  .banner h1 { font-size: clamp(1.7rem, 7.4vw, 2.4rem); }
  .banner__divider { margin-inline: auto; width: min(100%, 240px); }
  .banner__services { justify-content: center; }
  .banner .btn-row {
    flex-direction: column; align-items: stretch; gap: 12px;
    margin-top: clamp(26px, 7vw, 38px); width: min(100%, 330px);
  }
  .banner .btn { width: 100%; }

  /* a quiet cue that there is more below — the hero fills the screen, so
     without it the page can read as if it has nothing else on it */
  .banner__scroll {
    position: absolute; left: 50%; bottom: 20px; translate: -50% 0; z-index: 6;
    width: 26px; height: 42px; border: 1px solid rgba(201, 162, 39, .5); border-radius: 14px;
    display: grid; justify-items: center; padding-top: 8px;
  }
  .banner__scroll span {
    width: 3px; height: 8px; border-radius: 2px; background: var(--gold);
    animation: scrollHint 1.9s var(--ease) infinite;
  }
}
@keyframes scrollHint {
  0%, 100% { opacity: 0; transform: translateY(0); }
  35%      { opacity: 1; transform: translateY(3px); }
  70%      { opacity: 0; transform: translateY(11px); }
}
@media (max-width: 620px) {
  /* decorative foliage just crowds the copy at this width */
  .banner__leaf { display: none; }
  .banner__logo-img { width: min(54vw, 200px); }
  .banner__services { font-size: .64rem; letter-spacing: .1em; row-gap: 4px; }
}
/* very short screens — a small phone in landscape, or a large font setting */
@media (max-width: 820px) and (max-height: 680px) {
  .banner { min-height: 0; }
  .banner__scroll { display: none; }
  .banner__logo-img { width: min(38vw, 150px); }
}

/* ---------- Page hero ---------- */
.page-hero { position: relative; overflow: hidden; background: var(--surface); border-bottom: 1px solid rgba(201,162,39,.14); }
.page-hero__media { position: absolute; inset: 0; opacity: .45; }
.page-hero__media .img-slot { width: 100%; height: 100%; aspect-ratio: auto; border: 0; }
.page-hero__scrim { position: absolute; inset: 0; background: linear-gradient(96deg, rgba(7,11,8,.95), rgba(7,11,8,.72)); }
.page-hero__inner { position: relative; z-index: 3; padding: clamp(64px, 8vw, 118px) 0; max-width: 760px; }
.page-hero h1 { font-size: clamp(2.2rem, 4.6vw, 3.5rem); text-transform: uppercase; letter-spacing: .05em; font-weight: 300; }
.page-hero p { margin-top: 20px; font-size: 1.02rem; max-width: 58ch; }
.crumbs { display: flex; gap: 10px; font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: var(--cream-mute); margin-bottom: 22px; }
.crumbs a:hover { color: var(--gold-light); }

/* ---------- Image slots ---------- */
.img-slot {
  position: relative; overflow: hidden; aspect-ratio: 4 / 3;
  background:
    radial-gradient(120% 90% at 30% 20%, rgba(201,162,39,.07), transparent 60%),
    linear-gradient(150deg, #101A14, #0A110D);
  border: 1px solid rgba(201, 162, 39, .18);
  display: grid; place-items: center;
}
/* The slot is a grid whose height comes from its own aspect-ratio, which makes
   height:100% here indefinite — the image then fell back to its natural height
   and left a black band beneath it. Inheriting the ratio gives the image a
   definite height of its own, so it always fills the slot. grid-area pins it to
   the same cell as the label; place-items:center must not shrink it. */
.img-slot img {
  grid-area: 1 / 1; align-self: stretch; justify-self: stretch;
  display: block; width: 100%; height: 100%;
  aspect-ratio: inherit; object-fit: cover;
}
/* Empty state: gold glyph, the subject in words, filename beneath */
.img-slot__label {
  position: absolute; inset: 0; display: grid; place-content: center; justify-items: center;
  gap: 12px; padding: 22px; text-align: center; color: rgba(201, 162, 39, .5);
}
/* the small photo glyph — excludes the botanical plates, which size themselves */
.img-slot__label > svg:not(.plant__art) { width: 30px; height: 30px; opacity: .55; }
.img-slot__label em {
  display: block; max-width: 24ch; font-family: var(--font-display); font-style: normal;
  font-size: clamp(.9rem, 1.25vw, 1.1rem); line-height: 1.25; letter-spacing: .04em;
  color: rgba(242, 238, 228, .82);
}
.img-slot__label small {
  display: block; font-size: .58rem; letter-spacing: .18em; text-transform: uppercase;
  color: rgba(201, 162, 39, .5);
}
.img-slot--ivory .img-slot__label em { color: rgba(16, 32, 22, .72); }
.img-slot--ivory .img-slot__label small { color: rgba(154, 123, 28, .7); }
/* An <img> in the slot means the picture loaded, so hide the caption.
   The sibling selector works in every browser; :has() is a bonus. */
.img-slot img ~ .img-slot__label,
.img-slot:has(img) .img-slot__label { display: none; }
.img-slot:has(img) { background: #0A110D; }
/* NB: do not give these a z-index — it lifts them above the hero scrims and
   the text loses its dark backing. The label is hidden once an image loads,
   so nothing needs stacking here. */
.hero__media .img-slot, .page-hero__media .img-slot { border: 0; }
.hero__media .img-slot__label, .page-hero__media .img-slot__label { opacity: .5; }
.img-slot--ivory { background: linear-gradient(150deg, #E7E0CE, #DCD3BC); border-color: rgba(154,123,28,.28); }
.img-slot--ivory .img-slot__label { color: rgba(120, 96, 24, .6); }

/* ---------- Cards ---------- */
.card {
  background: var(--surface-2); border: 1px solid rgba(201, 162, 39, .16);
  padding: 34px 30px; position: relative;
  transition: border-color .4s var(--ease), transform .4s var(--ease), background .4s var(--ease);
}
.card:hover { border-color: var(--gold); transform: translateY(-4px); background: var(--surface-3); }
.section--ivory .card { background: rgba(255,255,255,.5); border-color: rgba(154,123,28,.24); }
.section--ivory .card:hover { background: #fff; border-color: var(--gold-deep); }
.card h3 { margin-bottom: 12px; }
.card p { font-size: .94rem; }

.icon-badge {
  width: 54px; height: 54px; border: 1px solid var(--gold-line); border-radius: 12px;
  display: grid; place-items: center; color: var(--gold); margin-bottom: 22px;
  transition: border-color .4s var(--ease), background .4s var(--ease);
}
.icon-badge svg { width: 24px; height: 24px; }
.card:hover .icon-badge { border-color: var(--gold); background: var(--gold-glow); }
.icon-badge--round { border-radius: 50%; }

.list-dot { margin-top: 18px; display: grid; gap: 9px; }
.list-dot li { position: relative; padding-left: 20px; font-size: .88rem; letter-spacing: .02em; }
.list-dot li::before {
  content: ""; position: absolute; left: 0; top: .68em; width: 5px; height: 5px;
  border-radius: 50%; background: var(--gold);
}
.card__link {
  display: inline-flex; align-items: center; gap: 9px; margin-top: 24px;
  font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-light);
}
.card__link svg { width: 16px; height: 16px; transition: transform .3s var(--ease); }
.card__link:hover svg { transform: translateX(5px); }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 34px 22px; text-align: center; }
.stat + .stat { border-left: 1px solid var(--gold-line); }
.stat b {
  display: block; font-family: var(--font-display); font-weight: 400;
  font-size: clamp(2.4rem, 4.4vw, 3.4rem); color: var(--gold-light); line-height: 1;
}
.section--ivory .stat b { color: var(--gold-deep); }
.stat span {
  display: block; margin-top: 12px; font-size: .68rem; letter-spacing: .24em;
  text-transform: uppercase; color: var(--cream-mute);
}
.section--ivory .stat span { color: rgba(16,32,22,.55); }
.stat__icon { width: 30px; height: 30px; margin: 0 auto 14px; color: var(--gold); }

/* ---------- Split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5.5vw, 76px); align-items: center; }
.split--reverse .split__media { order: 2; }
.split--wide-media { grid-template-columns: 1.15fr .85fr; }
.split__media .img-slot { aspect-ratio: 5 / 6; }
.checklist { display: grid; gap: 14px; margin-top: 26px; }
.checklist li { display: flex; gap: 13px; align-items: flex-start; font-size: .95rem; }
.checklist svg { width: 17px; height: 17px; flex: none; color: var(--gold); margin-top: 5px; }

/* ---------- Process ---------- */
.process { display: grid; gap: 0; }
.process__row {
  display: grid; grid-template-columns: 92px 1fr; gap: 28px; align-items: start;
  padding: 30px 0; border-top: 1px solid rgba(201, 162, 39, .16);
}
.process__row:last-child { border-bottom: 1px solid rgba(201, 162, 39, .16); }
.process__num {
  display: flex; align-items: center; gap: 14px;
}
.process__num i {
  width: 52px; height: 52px; border: 1px solid var(--gold-line); border-radius: 50%;
  display: grid; place-items: center; color: var(--gold); font-style: normal;
}
.process__num i svg { width: 22px; height: 22px; }
.process__num b {
  font-family: var(--font-display); font-size: 1.5rem; color: var(--gold); font-weight: 400;
}
.process__row h3 { margin-bottom: 7px; }
.process__row p { font-size: .94rem; max-width: 64ch; }

/* ---------- Gallery ---------- */
.filters { display: flex; flex-wrap: wrap; gap: 0; margin-bottom: 40px; border-bottom: 1px solid rgba(201,162,39,.18); }
.filter {
  padding: 13px 24px; border: 0; background: transparent; cursor: pointer;
  font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--cream-mute);
  position: relative; transition: color .3s var(--ease);
}
.filter::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 1px;
  background: var(--gold); transform: scaleX(0); transition: transform .35s var(--ease);
}
.filter:hover { color: var(--gold-light); }
.filter.is-active { color: var(--gold-light); }
.filter.is-active::after { transform: scaleX(1); }

.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.gallery--3 { grid-template-columns: repeat(3, 1fr); }
.tile { position: relative; display: flex; flex-direction: column; transition: transform .45s var(--ease); }
.tile:hover { transform: translateY(-6px); }
.tile__media { position: relative; }
/* landscape, because the studio's renders are landscape — a portrait tile threw
   away more than half of every composition */
.tile .img-slot { aspect-ratio: 4 / 3; }
.tile__frame { position: absolute; inset: 12px; border: 1px solid rgba(201,162,39,.42); pointer-events: none; z-index: 2; }
.tile__body { padding: 20px 0 0; }
.tile h3 {
  font-family: var(--font-display); font-size: 1.24rem; font-weight: 400;
  text-transform: uppercase; letter-spacing: .07em; color: var(--cream);
}
.tile__loc { font-size: .74rem; letter-spacing: .14em; color: var(--cream-mute); margin-top: 6px; }
.tile__tags { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 14px; }
.tile__tags span {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold);
}
.tile__tags svg { width: 12px; height: 12px; }
.tile.is-hidden { display: none; }

/* a slow push-in on hover — the frame holds still while the picture moves,
   which reads as craft rather than as a card being thrown about */
.tile__media { overflow: hidden; }
.tile .img-slot img { transition: transform 1.1s var(--ease); }
@media (hover: hover) {
  .tile:hover .img-slot img { transform: scale(1.045); }
}

/* ---------- Captioned figure pair (irrigation) ---------- */
.irrigation-pair figure { margin: 0; }
.irrigation-pair figcaption {
  margin-top: 14px; font-size: .88rem; line-height: 1.7; color: var(--cream-soft);
  padding-left: 14px; border-left: 1px solid var(--gold-line);
}

/* ---------- Plant palette ---------- */
.palette-group + .palette-group { margin-top: 40px; }
.palette-group > h4 {
  font-family: var(--font-body); font-size: .7rem; letter-spacing: .28em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 18px; padding-bottom: 10px; border-bottom: 1px solid var(--gold-line);
}
.plants { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
/* Botanical plate: large line drawing on a warm card with a hairline frame */
.plant .img-slot {
  aspect-ratio: 1 / 1;
  background: radial-gradient(78% 78% at 50% 42%, #F4EEE0 0%, #E6DDC9 100%);
  border-color: rgba(154, 123, 28, .32);
  box-shadow: inset 0 0 0 1px rgba(154, 123, 28, .18);
  transition: box-shadow .4s var(--ease), border-color .4s var(--ease);
}
.plant:hover .img-slot { border-color: var(--gold-deep); box-shadow: inset 0 0 0 1px rgba(154, 123, 28, .38); }
.plant .img-slot__label { padding: 0; }
/* Absolute placement so the drawing fills the plate instead of collapsing to
   content size inside the centred grid. Selector is deliberately specific so
   it outranks the generic .img-slot__label svg sizing. */
.plant .img-slot__label svg.plant__art {
  position: absolute; left: 14%; top: 14%; width: 72%; height: 72%;
  color: var(--gold-deep); opacity: .92;
  transition: transform .45s var(--ease), opacity .45s var(--ease);
}
.plant:hover .img-slot__label svg.plant__art { transform: scale(1.04); opacity: 1; }
.plant b {
  display: block; margin-top: 12px; font-size: .78rem; font-weight: 400;
  letter-spacing: .1em; color: var(--cream); text-align: center;
}
.plant i {
  display: block; margin-top: 3px; font-family: var(--font-display);
  font-style: italic; font-size: .78rem; text-align: center;
  color: var(--gold-deep); opacity: .85;
}
.section--ivory .plant b { color: var(--ivory-ink); }

/* ---------- Software ---------- */
/* ---------- Software logo wall ----------
   Vendor SVGs on the dark panel. Cells are a fixed height so the row baselines
   align; app icons and wordmarks get different caps so they read at the same
   optical weight rather than the same literal size. */
.tools {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: rgba(201, 162, 39, .14);
  border: 1px solid rgba(201, 162, 39, .14);
  max-width: 940px; margin-inline: auto;
}
.tool {
  display: grid; place-items: center; padding: 30px 22px; min-height: 116px;
  background: var(--surface); transition: background .4s var(--ease);
}
.tool:hover { background: var(--surface-3); }
.tool__logo {
  width: auto; object-fit: contain;
  opacity: .88; transition: opacity .4s var(--ease), transform .4s var(--ease);
}
.tool:hover .tool__logo { opacity: 1; transform: scale(1.05); }
.tool__logo--mark { height: 46px; max-width: 100%; }   /* square app icons */
.tool__logo--word { height: 26px; max-width: 88%; }    /* wordmark lockups   */
/* text stand-in if a logo file is ever missing */
.tool b {
  font-family: var(--font-display); font-size: 1.15rem; font-weight: 400;
  letter-spacing: .05em; color: var(--cream);
}

@media (max-width: 860px) {
  .tools { grid-template-columns: repeat(2, 1fr); }
  .tool { min-height: 104px; padding: 26px 18px; }
}
@media (max-width: 420px) {
  .tool__logo--mark { height: 40px; }
  .tool__logo--word { height: 23px; }
}

/* ---------- Master plan ---------- */
.masterplan { display: grid; grid-template-columns: 1.55fr .45fr; gap: 40px; align-items: center; }
/* the plan's own proportion — a plan with labels at its edges must not be cropped */
.masterplan .img-slot { aspect-ratio: 1246 / 982; }
/* two columns so ten zone names sit beside the plan without running long */
.legend { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px 22px; }
.legend li { display: flex; align-items: center; gap: 12px; font-size: .88rem; letter-spacing: .06em; }
/* names match the zones lettered on the plan itself */
.legend li::before {
  content: ""; flex: none; width: 9px; height: 9px; border-radius: 50%;
  border: 1px solid var(--gold-line); background: var(--gold-glow);
}
@media (max-width: 480px) { .legend { grid-template-columns: 1fr; } }
.compass { margin-top: 26px; width: 42px; height: 42px; color: var(--gold); opacity: .8; }

/* ---------- Team ---------- */
.team { display: grid; gap: 20px; }
.member {
  display: grid; grid-template-columns: 132px 1fr; gap: 26px; align-items: center;
  width: 100%; text-align: left; padding: 22px; cursor: pointer;
  font: inherit; color: inherit;
  background: var(--surface-2); border: 1px solid rgba(201, 162, 39, .16);
  transition: border-color .35s var(--ease), background .35s var(--ease), transform .35s var(--ease);
}
.member:hover { border-color: var(--gold); background: var(--surface-3); transform: translateY(-3px); }
.member__photo { display: block; }
.member__body { display: block; }
.member .img-slot { aspect-ratio: 1 / 1; }
.member__name {
  display: block; font-family: var(--font-display); font-size: 1.5rem;
  text-transform: uppercase; letter-spacing: .1em; color: var(--cream); line-height: 1.15;
}
.member__role { display: block; margin-top: 5px; font-size: .8rem; color: var(--cream-mute); letter-spacing: .06em; }
.member__teaser { display: block; margin-top: 12px; font-size: .92rem; color: var(--cream-soft); line-height: 1.6; }
.member__cta {
  display: inline-flex; align-items: center; gap: 9px; margin-top: 16px;
  font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-light);
}
.member__cta svg { width: 15px; height: 15px; transition: transform .3s var(--ease); }
.member:hover .member__cta svg { transform: translateX(5px); }

/* ---------- Profile dialog ---------- */
/* A <dialog> is centred by the browser via `position: absolute; inset: 0;
   margin: auto`. Setting position: relative destroys that and drops it into
   the top-left corner — so pin it explicitly instead. Being fixed also makes
   it the containing block for the close button. */
.profile {
  position: fixed; inset: 0; margin: auto;
  width: min(940px, calc(100vw - 32px)); max-height: min(88vh, 900px);
  padding: 0; border: 1px solid var(--gold-line); background: var(--surface);
  color: var(--cream-soft); overflow: hidden; box-shadow: var(--shadow);
}
.profile:not([open]) { display: none; }
.profile::backdrop { background: rgba(4, 8, 6, .82); backdrop-filter: blur(3px); }
/* the grid scrolls, not the dialog, so the close button stays put */
.profile__grid {
  display: grid; grid-template-columns: 300px 1fr;
  max-height: min(88vh, 900px); overflow: auto;
}
.profile__media { background: var(--surface-2); }
.profile__media img { width: 100%; height: 100%; object-fit: cover; }
.profile__body { padding: clamp(28px, 4vw, 44px); }
.profile__body h3 {
  font-family: var(--font-display); font-size: clamp(1.6rem, 2.6vw, 2.1rem);
  text-transform: uppercase; letter-spacing: .07em; color: var(--cream); font-weight: 400;
}
.profile__role { display: block; margin-top: 7px; font-size: .82rem; letter-spacing: .08em; color: var(--cream-mute); }
.profile__body .rule { margin: 20px 0 22px; max-width: 180px; }
.profile__body p { font-size: .96rem; line-height: 1.75; }
.profile__body p + p { margin-top: 14px; }
.profile__body em { font-style: normal; }
.profile__motto {
  margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--gold-line);
  font-family: var(--font-display); font-style: italic;
  font-size: clamp(1.05rem, 1.7vw, 1.25rem); color: var(--gold-light);
}
.profile__close {
  position: absolute; top: 14px; right: 14px; z-index: 2;
  width: 40px; height: 40px; display: grid; place-items: center; cursor: pointer;
  background: rgba(7, 11, 8, .72); border: 1px solid var(--gold-line); color: var(--gold-light);
  transition: background .3s var(--ease), border-color .3s var(--ease);
}
.profile__close:hover { background: var(--gold); border-color: var(--gold); color: #0A0F0B; }
.profile__close svg { width: 18px; height: 18px; }

@media (max-width: 760px) {
  .member { grid-template-columns: 96px 1fr; gap: 18px; padding: 18px; }
  .member__name { font-size: 1.25rem; }
  .profile__grid { grid-template-columns: 1fr; }
  .profile__media { max-height: 300px; }
  .profile__media img { object-position: center 22%; }
}

/* ---------- Pull quote ---------- */
.pullquote {
  border: 1px solid var(--gold-line); padding: clamp(30px, 4vw, 50px); position: relative; text-align: center;
}
.pullquote p {
  font-family: var(--font-display); font-style: italic; font-size: clamp(1.3rem, 2.4vw, 1.9rem);
  line-height: 1.5; color: var(--cream);
}
.pullquote::before, .pullquote::after {
  font-family: var(--font-display); font-size: 3.4rem; color: var(--gold); opacity: .55; line-height: 1;
  position: absolute;
}
.pullquote::before { content: "\201C"; top: 14px; left: 22px; }
.pullquote::after { content: "\201D"; bottom: -6px; right: 22px; }
.pullquote cite {
  display: block; margin-top: 18px; font-style: normal; font-size: .7rem;
  letter-spacing: .24em; text-transform: uppercase; color: var(--gold);
}

/* ---------- Materials strip ---------- */
.materials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.material { text-align: center; }
.material .img-slot { aspect-ratio: 1 / 1; border-radius: 50%; max-width: 190px; margin: 0 auto; }
.material b {
  display: block; margin-top: 16px; font-size: .74rem; font-weight: 400;
  letter-spacing: .24em; text-transform: uppercase; color: var(--cream);
}

/* ---------- FAQ ---------- */
.faq details { border-top: 1px solid rgba(201, 162, 39, .16); }
.faq details:last-of-type { border-bottom: 1px solid rgba(201, 162, 39, .16); }
.faq summary {
  list-style: none; cursor: pointer; padding: 24px 46px 24px 0; position: relative;
  font-family: var(--font-display); font-size: 1.24rem; color: var(--cream);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before, .faq summary::after {
  content: ""; position: absolute; right: 6px; top: 50%; background: var(--gold); transition: transform .3s var(--ease);
}
.faq summary::before { width: 15px; height: 1px; margin-top: -.5px; }
.faq summary::after { width: 1px; height: 15px; right: 13px; margin-top: -7px; }
.faq details[open] summary::after { transform: rotate(90deg); }
.faq details p { padding-bottom: 26px; font-size: .95rem; max-width: 76ch; }

/* ---------- Forms ---------- */
.form-card { border: 1px solid var(--gold-line); padding: clamp(28px, 4vw, 46px); background: var(--surface-2); }
.section--ivory .form-card { background: rgba(255,255,255,.62); border-color: rgba(154,123,28,.3); }
.field { display: block; margin-bottom: 20px; }
.field > span {
  display: block; font-size: .68rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 9px;
}
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid rgba(201, 162, 39, .3);
  background: transparent; color: var(--cream); font-weight: 300;
  transition: border-color .3s var(--ease);
}
.field select option { background: var(--surface-2); color: var(--cream); }
.field input::placeholder, .field textarea::placeholder { color: rgba(242, 238, 228, .3); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-bottom-color: var(--gold); }
.field textarea { resize: vertical; min-height: 110px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.form-note { font-size: .78rem; color: var(--cream-mute); margin-top: 18px; letter-spacing: .04em; }
/* live submission feedback */
.form-status { margin-top: 14px; font-size: .85rem; letter-spacing: .03em; color: var(--cream-soft); }
.form-status:empty { display: none; }
.form-status--error { color: #E08A5B; }
/* honeypot — hidden from people, visible to bots */
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.form-error { color: #E08A5B; font-size: .74rem; margin-top: 7px; display: none; letter-spacing: .08em; }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-bottom-color: #E08A5B; }
.field.has-error .form-error { display: block; }
.form-success { display: none; text-align: center; padding: 40px 16px; }
.form-success.is-visible { display: block; }
.form-success svg { width: 54px; height: 54px; color: var(--gold); margin: 0 auto 20px; }
form.is-sent { display: none; }

.contact-list { display: grid; gap: 2px; }
.contact-item {
  display: flex; gap: 18px; align-items: flex-start; padding: 22px 0;
  border-top: 1px solid rgba(201, 162, 39, .16);
}
.contact-item:last-child { border-bottom: 1px solid rgba(201, 162, 39, .16); }
.contact-item__icon {
  width: 44px; height: 44px; flex: none; border: 1px solid var(--gold-line); border-radius: 50%;
  display: grid; place-items: center; color: var(--gold);
}
.contact-item__icon svg { width: 19px; height: 19px; }
.contact-item b {
  display: block; font-size: .66rem; font-weight: 400; letter-spacing: .24em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 5px;
}
.contact-item span, .contact-item a { font-size: 1rem; color: var(--cream); letter-spacing: .03em; }
.contact-item a:hover { color: var(--gold-light); }

/* ---------- CTA band ---------- */
.cta {
  position: relative; overflow: hidden; border: 1px solid var(--gold-line);
  padding: clamp(44px, 6vw, 80px) clamp(28px, 5vw, 70px);
  display: grid; grid-template-columns: 1.35fr auto; gap: 40px; align-items: center;
  background: linear-gradient(120deg, var(--forest-2), var(--surface));
}
.cta h2 { text-transform: uppercase; letter-spacing: .05em; font-weight: 300; }
.cta p { margin-top: 16px; max-width: 48ch; }
.cta .btn-row { margin-top: 0; }

/* ---------- Footer ---------- */
.site-footer { background: #050807; border-top: 1px solid rgba(201, 162, 39, .18); padding: clamp(58px, 7vw, 90px) 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 44px; }
.site-footer h4 {
  font-family: var(--font-body); font-size: .68rem; font-weight: 400; letter-spacing: .26em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 22px;
}
.site-footer p { font-size: .9rem; color: var(--cream-mute); }
.footer-links { display: grid; gap: 12px; }
.footer-links a, .footer-links li { font-size: .89rem; color: var(--cream-soft); letter-spacing: .03em; }
.footer-links a:hover { color: var(--gold-light); }
.socials { display: flex; gap: 12px; margin-top: 24px; }
.socials a {
  width: 40px; height: 40px; border: 1px solid var(--gold-line); border-radius: 50%;
  display: grid; place-items: center; color: var(--gold); transition: .3s var(--ease);
}
.socials a:hover { background: var(--gold); color: #0A0F0B; }
.socials svg { width: 17px; height: 17px; }
.footer-bottom {
  margin-top: 58px; padding: 24px 0; border-top: 1px solid rgba(201, 162, 39, .14);
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between;
  font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; color: var(--cream-mute);
}

/* ---------- Floating call ---------- */
.fab {
  position: fixed; right: 16px; bottom: 16px; z-index: 90; display: none;
  align-items: center; gap: 10px; padding: 15px 26px;
  background: var(--gold); color: #0A0F0B; font-size: .72rem;
  letter-spacing: .2em; text-transform: uppercase; box-shadow: var(--shadow);
}
.fab svg { width: 16px; height: 16px; }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .gallery--3 { grid-template-columns: repeat(2, 1fr); }
  .grid-4, .grid-5 { grid-template-columns: repeat(2, 1fr); }
  .plants { grid-template-columns: repeat(3, 1fr); }
  .masterplan { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .pillars { grid-template-columns: repeat(2, 1fr); }
  .pillar:nth-child(3) { border-left: 0; }
  .pillar:nth-child(n+3) { border-top: 1px solid var(--gold-line); }
}
@media (max-width: 900px) {
  /* the inner-page heroes are read over the photo on a phone, so the wash
     needs to be vertical and much stronger than the desktop side-gradient */
  .page-hero__scrim {
    background: linear-gradient(to bottom, rgba(7, 11, 8, .9), rgba(7, 11, 8, .82));
  }
  .page-hero__media { opacity: .38; }
  .nav__links {
    position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch;
    background: rgba(7, 11, 8, .98); border-bottom: 1px solid var(--gold-line);
    padding: 14px var(--gutter) 24px; gap: 2px; display: none;
  }
  .nav__links.is-open { display: flex; }
  .nav__links a { padding: 14px 4px; }
  .nav__links a::after { left: 4px; right: 4px; }
  .nav__toggle { display: flex; }
  .nav__cta .btn, .nav__phone { display: none; }
  .split, .grid-3 { grid-template-columns: 1fr; }
  .split--reverse .split__media { order: 0; }
  .split--wide-media { grid-template-columns: 1fr; }
  .cta { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(3) { border-left: 0; }
  .stat:nth-child(n+3) { border-top: 1px solid var(--gold-line); }
  .fab { display: inline-flex; }
  .ornament { display: none; }
}
@media (max-width: 620px) {
  :root { --gutter: 18px; }
  body { font-size: 16px; }
  .grid-2, .grid-4, .grid-5, .gallery, .gallery--3, .materials { grid-template-columns: 1fr; }
  .plants { grid-template-columns: repeat(2, 1fr); }
  .pillars { grid-template-columns: 1fr; }
  .pillar + .pillar { border-left: 0; border-top: 1px solid var(--gold-line); }
  .field-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .process__row { grid-template-columns: 1fr; gap: 16px; }
  .member { grid-template-columns: 96px 1fr; gap: 18px; }
  .btn { width: 100%; }
  .btn-row { flex-direction: column; }
  .stats { grid-template-columns: 1fr 1fr; }
}

@media print {
  .site-header, .fab, .cta, .site-footer { display: none; }
  body { background: #fff; color: #111; }
}

/* ============================================================
   PHONE REFINEMENTS
   ============================================================ */

/* A touch screen has no pointer to leave, so :hover sticks after a tap and the
   card stays lifted until you touch something else. Gate the lift on a real
   pointer; colour and border hovers are harmless and stay as they are. */
@media (hover: none) {
  .tile:hover, .member:hover, .card:hover { transform: none; }
}

@media (max-width: 900px) {
  /* the open menu can be taller than the screen on a small phone in landscape */
  .nav__links { max-height: calc(100vh - 84px); overflow-y: auto; }
  .nav__links a { padding: 15px 4px; }        /* ~46px rows — a comfortable target */

  /* portrait beside biography does not fit a phone; stack it and cap the photo
     so the text is reachable without a long scroll past a full-height image */
  .profile__grid { grid-template-columns: 1fr; }
  .profile__media img { height: auto; aspect-ratio: 4 / 3; }
}

@media (max-width: 620px) {
  html { -webkit-tap-highlight-color: rgba(201, 162, 39, .18); }
  .nav { min-height: 68px; gap: 14px; }
  .brand__mark { width: 42px; height: 42px; }
  .brand__tag { letter-spacing: .28em; }

  .section { padding: clamp(52px, 13vw, 76px) 0; }
  .section--tight { padding: clamp(40px, 10vw, 60px) 0; }

  /* long single-column reading columns get tiring — pull the measure in */
  .lede, .section-head p { max-width: 46ch; margin-inline: auto; }

  /* full-width taps, and enough height to hit reliably */
  .btn { min-height: 50px; justify-content: center; }
  /* seven filters will not fit across a phone and stack into four ragged rows,
     so scroll them sideways instead — the standard pattern, and it keeps the
     active underline on one continuous baseline */
  .filters {
    flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none;
    -webkit-overflow-scrolling: touch; scroll-snap-type: x proximity;
    margin-inline: calc(var(--gutter) * -1); padding-inline: var(--gutter);
  }
  .filters::-webkit-scrollbar { display: none; }
  .filter { flex: 0 0 auto; min-height: 46px; padding: 13px 16px; scroll-snap-align: start; }

  .field { margin-bottom: 18px; }
  .field input, .field select, .field textarea { padding: 15px 0; }

  /* the material circles are small enough to stay three across — stacking them
     turns a neat row into three screens of scrolling */
  .materials { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .material .img-slot { max-width: 100%; }
  .material b { font-size: .58rem; letter-spacing: .1em; }
}

@media (max-width: 420px) {
  .plants { grid-template-columns: repeat(2, 1fr); }
  .banner h1 { font-size: clamp(1.6rem, 8vw, 2rem); }
}

/* ============================================================
   BANNER SWAP — must stay last so it wins the cascade.
   Wide screens: the brand artwork.  Narrow screens: the coded version.
   ============================================================ */
@media (max-width: 820px) {
  .banner-flat, .banner-cta { display: none !important; }
}
@media (min-width: 821px) {
  .banner { display: none !important; }
}
