.elementor-3297 .elementor-element.elementor-element-8fa94b3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-0503904 *//* ============================================================
   IMAGE IRRIGATION — About Page CSS  (ii-about.css)
   Paste into: Elementor → Site Settings → Custom CSS
   (append below your existing CSS)
   ============================================================ */

/* ── TOKENS (shared with service pages) ─────────────────── */
/* Already defined if you have ii-services-master.css loaded  */
/* Safe to have twice — :root variables don't conflict        */
:root {
  --ga-soil:    #1c2b18;
  --ga-forest:  #2a4a2e;
  --ga-moss:    #3d6b42;
  --ga-sage:    #6b9e6e;
  --ga-fern:    #93c47d;
  --ga-meadow:  #c0ddb8;
  --ga-dew:     #eaf4e6;
  --ga-cream:   #f5f1eb;
  --ga-warm:    #faf7f2;
  --ga-stone:   #ddd8ce;
  --ga-ink:     #141a10;
  --ga-muted:   #5a6854;
  --ga-gold:    #c49a3c;
  --ga-gold-lt: #e2b84a;
  --ga-white:   #ffffff;
  --ga-fd:      'Playfair Display', Georgia, serif;
  --ga-fb:      'Syne', sans-serif;
  --ga-ease:    cubic-bezier(.4,0,.2,1);
}

/* ── BASE ────────────────────────────────────────────────── */
.iia-page {
  font-family: var(--ga-fb);
  color: var(--ga-ink);
  background: var(--ga-warm);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}
.iia-page *, .iia-page *::before, .iia-page *::after {
  box-sizing: border-box;
  min-width: 0;
}
.iia-page img  { display: block; max-width: 100%; height: auto; object-fit: cover; }
.iia-page a    { text-decoration: none; color: inherit; }
.iia-page p, .iia-page h1, .iia-page h2,
.iia-page h3, .iia-page h4 { margin: 0; }

/* ── SECTION SHELL ───────────────────────────────────────── */
.iia-wrap {
  width: 100%;
  padding-left:  clamp(1.25rem, 5vw, 5rem);
  padding-right: clamp(1.25rem, 5vw, 5rem);
  padding-top:    clamp(3rem, 6vw, 5.5rem);
  padding-bottom: clamp(3rem, 6vw, 5.5rem);
}
.iia-inner {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
}
.iia-bg-w    { background: var(--ga-white); }
.iia-bg-c    { background: var(--ga-cream); }
.iia-bg-soil { background: var(--ga-soil); }

/* ── TYPE ────────────────────────────────────────────────── */
.iia-label {
  font-size: .67rem; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--ga-sage); display: block; margin-bottom: .6rem;
}
.iia-label-lt { color: var(--ga-fern); }
.iia-h2 {
  font-family: var(--ga-fd);
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  font-weight: 700; line-height: 1.12;
  letter-spacing: -.02em; color: var(--ga-soil);
  margin-bottom: 1rem;
}
.iia-h2 em { font-style: italic; color: var(--ga-moss); }
.iia-h2-lt { color: var(--ga-white); }
.iia-h2-lt em { color: var(--ga-fern); }
.iia-body {
  font-size: clamp(.88rem, 1.2vw, .98rem);
  color: var(--ga-muted); line-height: 1.84;
}
.iia-body + .iia-body { margin-top: .9rem; }

/* ── HERO ────────────────────────────────────────────────── */
.iia-hero {
  background: var(--ga-soil);
  width: 100%; overflow: hidden; position: relative;
  padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 5vw, 5rem) 0;
}
.iia-hero-wm {
  position: absolute; top: -.05em; right: -.05em;
  font-family: var(--ga-fd);
  font-size: clamp(6rem, 16vw, 14rem);
  font-weight: 900;
  color: rgba(255,255,255,.025);
  line-height: 1; pointer-events: none; user-select: none;
  white-space: nowrap; overflow: hidden; max-width: 55%;
}
.iia-hero-inner {
  max-width: 1140px; margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: end;
}
.iia-hero-left { padding-bottom: clamp(2.5rem, 5vw, 4rem); }
.iia-breadcrumb {
  display: flex; align-items: center; gap: 6px;
  margin-bottom: 1.4rem;
  font-size: .72rem; font-weight: 600; letter-spacing: .06em;
  color: rgba(255,255,255,.35); flex-wrap: wrap;
}
.iia-breadcrumb a { color: rgba(255,255,255,.35); transition: color .2s; }
.iia-breadcrumb a:hover { color: var(--ga-fern); }
.iia-breadcrumb span { color: rgba(255,255,255,.2); }
.iia-pill {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(147,196,125,.13);
  border: 1px solid rgba(147,196,125,.22);
  color: var(--ga-fern);
  font-size: .67rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  padding: .3rem .85rem; border-radius: 100px;
  margin-bottom: 1.4rem; width: fit-content;
}
.iia-h1 {
  font-family: var(--ga-fd);
  font-size: clamp(2.6rem, 5.5vw, 5rem);
  font-weight: 900; color: var(--ga-white);
  line-height: 1.04; letter-spacing: -.03em;
  margin-bottom: 1.4rem;
}
.iia-h1 em { font-style: italic; color: var(--ga-fern); }
.iia-hero-sub {
  font-size: clamp(.9rem, 1.4vw, 1.02rem);
  color: rgba(255,255,255,.62); line-height: 1.82;
  max-width: 460px; margin-bottom: 2.2rem;
}
.iia-hero-btns {
  display: flex; gap: .85rem; flex-wrap: wrap; align-items: center;
  margin-bottom: 3rem;
}
.iia-hero-stats {
  display: flex; gap: clamp(1.5rem, 3vw, 3rem);
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255,255,255,.1);
  flex-wrap: wrap;
}
.iia-stat strong {
  display: block; font-family: var(--ga-fd);
  font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 900;
  color: var(--ga-white); line-height: 1;
}
.iia-stat span {
  font-size: .67rem; font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; color: rgba(255,255,255,.4);
  margin-top: 3px; display: block;
}

/* hero image col */
.iia-hero-img-col { position: relative; align-self: end; }
.iia-hero-img-frame {
  border-radius: 18px 18px 0 0; overflow: hidden;
  height: clamp(300px, 44vw, 540px);
  box-shadow: 0 -12px 60px rgba(0,0,0,.22);
}
.iia-hero-img-frame img { width: 100%; height: 100%; object-fit: cover; }

/* floating name card */
.iia-name-card {
  position: absolute;
  bottom: 1.5rem; left: -1.5rem;
  background: rgba(255,255,255,.96);
  border-radius: 14px;
  padding: 1rem 1.25rem;
  box-shadow: 0 8px 40px rgba(0,0,0,.18);
  display: flex; align-items: center; gap: .75rem;
  backdrop-filter: blur(8px);
  min-width: 220px;
  z-index: 10;
}
.iia-name-card-icon {
  width: 38px; height: 38px; border-radius: 9px;
  background: var(--ga-dew); display: grid; place-items: center; flex-shrink: 0;
}
.iia-name-card-icon svg { stroke: var(--ga-moss); }
.iia-name-card strong {
  display: block; font-size: .85rem; font-weight: 700; color: var(--ga-soil);
}
.iia-name-card span {
  font-size: .72rem; color: var(--ga-muted);
}

/* ── BUTTONS ─────────────────────────────────────────────── */
.iia-btn {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--ga-fb); font-size: .88rem; font-weight: 700;
  letter-spacing: .025em; padding: .82rem 1.7rem;
  border-radius: 8px; border: none; cursor: pointer;
  transition: background .22s var(--ga-ease), transform .18s var(--ga-ease);
  white-space: nowrap; text-decoration: none; line-height: 1;
}
.iia-btn svg { flex-shrink: 0; fill: none; stroke-width: 2; stroke-linecap: round; }
.iia-btn-g {
  background: var(--ga-fern); color: var(--ga-soil) !important;
  box-shadow: 0 5px 20px rgba(93,156,98,.3);
}
.iia-btn-g:hover { background: var(--ga-meadow); transform: translateY(-2px); }
.iia-btn-gh {
  background: transparent; color: rgba(255,255,255,.88) !important;
  border: 1.5px solid rgba(255,255,255,.45);
}
.iia-btn-gh:hover { border-color: white; background: rgba(255,255,255,.08); }
.iia-btn-gold {
  background: var(--ga-gold); color: #fff !important;
  box-shadow: 0 5px 20px rgba(196,154,60,.32);
}
.iia-btn-gold:hover { background: var(--ga-gold-lt); transform: translateY(-2px); }

/* ── PHOTO PLACEHOLDERS ──────────────────────────────────── */
.iia-ph {
  width: 100%; height: 100%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 10px;
  color: rgba(255,255,255,.35);
  font-size: .68rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
}
.iia-ph.v1 { background: linear-gradient(145deg, #3d6b42, #1c2b18); }
.iia-ph.v2 { background: linear-gradient(145deg, #8db38b, #2a4a2e); }
.iia-ph.v3 { background: linear-gradient(145deg, #c0ddb8, #3d6b42); }
.iia-ph svg { opacity: .3; }
.iia-ph p   { opacity: .6; }

/* ── PULL QUOTE ──────────────────────────────────────────── */
.iia-pullquote {
  border-left: 4px solid var(--ga-fern);
  padding: 1.2rem 0 1.2rem 1.8rem;
  margin: 2rem 0;
}
.iia-pullquote p {
  font-family: var(--ga-fd);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-style: italic; color: var(--ga-forest);
  line-height: 1.55; font-weight: 700;
}
.iia-pullquote cite {
  display: block; margin-top: .5rem;
  font-style: normal; font-size: .76rem;
  font-weight: 600; color: var(--ga-sage); letter-spacing: .06em;
}

/* ── STORY GRID ──────────────────────────────────────────── */
.iia-story-grid {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: start;
}
.iia-story-aside { padding-top: .5rem; }
.iia-aside-num {
  font-family: var(--ga-fd);
  font-size: clamp(5rem, 10vw, 8rem);
  font-weight: 900; color: var(--ga-dew);
  line-height: .85; letter-spacing: -.04em;
  user-select: none; margin-bottom: 1rem;
}

/* timeline */
.iia-timeline { margin-top: 1.5rem; display: flex; flex-direction: column; gap: 0; }
.iia-tl-item {
  display: grid; grid-template-columns: 18px 1fr;
  gap: .85rem; padding: .85rem 0;
  border-bottom: 1px solid var(--ga-stone);
  align-items: start;
}
.iia-tl-item:first-child { border-top: 1px solid var(--ga-stone); }
.iia-tl-dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--ga-fern);
  box-shadow: 0 0 0 3px rgba(147,196,125,.2);
  flex-shrink: 0; margin-top: .35rem;
}
.iia-tl-item strong {
  display: block; font-size: .82rem; font-weight: 700;
  color: var(--ga-soil); margin-bottom: .2rem;
}
.iia-tl-item p {
  font-size: .78rem; color: var(--ga-muted); line-height: 1.55; margin: 0;
}

/* ── PHOTO ROW ───────────────────────────────────────────── */
.iia-photo-row {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: .85rem;
  padding: clamp(2rem, 4vw, 3.5rem) 0;
}
.iia-photo-cell { border-radius: 14px; overflow: hidden; }
.iia-ph-tall  { height: clamp(220px, 32vw, 380px); }
.iia-ph-short { height: clamp(120px, 14vw, 180px); }
.iia-ph-short-stack {
  display: flex; flex-direction: column; gap: .85rem;
  min-width: 160px;
}

/* ── FAMILY SECTION ──────────────────────────────────────── */
.iia-family-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
}
.iia-family-img { position: relative; }
.iia-family-badge {
  position: absolute; bottom: -1rem; right: -1rem;
  background: var(--ga-white);
  border: 1px solid var(--ga-stone);
  border-radius: 14px;
  padding: 1rem 1.25rem;
  box-shadow: 0 8px 32px rgba(0,0,0,.1);
}
.iia-family-badge strong {
  display: block; font-family: var(--ga-fd);
  font-size: 1.1rem; font-weight: 700; color: var(--ga-soil);
  margin-top: .25rem;
}

/* family stats */
.iia-family-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1rem; margin-top: 2.5rem;
  padding-top: 2rem; border-top: 1px solid var(--ga-stone);
}
.iia-fstat strong {
  display: block; font-family: var(--ga-fd);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 900; color: var(--ga-soil); line-height: 1;
}
.iia-fstat span {
  font-size: .72rem; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ga-muted); margin-top: 4px; display: block;
}

/* ── WHY CHOOSE US GRID ──────────────────────────────────── */
.iia-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}
.iia-why-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  padding: clamp(1.5rem, 3vw, 2.2rem);
  transition: background .2s, border-color .2s;
}
.iia-why-card:hover {
  background: rgba(255,255,255,.09);
  border-color: rgba(147,196,125,.25);
}
.iia-why-icon {
  width: 46px; height: 46px; border-radius: 12px;
  background: rgba(147,196,125,.12);
  border: 1px solid rgba(147,196,125,.2);
  display: grid; place-items: center;
  margin-bottom: 1.1rem;
}
.iia-why-icon svg { stroke: var(--ga-fern); }
.iia-why-card h3 {
  font-family: var(--ga-fb); font-size: .97rem; font-weight: 700;
  color: var(--ga-white); margin-bottom: .5rem;
}
.iia-why-card p {
  font-size: .84rem; color: rgba(255,255,255,.55); line-height: 1.75;
}

/* ── TEAM STRIP ──────────────────────────────────────────── */
.iia-team-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.iia-team-photo {
  height: clamp(200px, 28vw, 320px);
  border-radius: 16px; overflow: hidden;
  position: relative;
}
.iia-team-label {
  position: absolute; bottom: 1rem; left: 1rem;
  background: rgba(28,43,24,.85);
  color: var(--ga-fern);
  font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  padding: .3rem .75rem; border-radius: 100px;
  backdrop-filter: blur(4px);
}

/* ── CTA ─────────────────────────────────────────────────── */
.iia-cta {
  background: var(--ga-forest);
  padding: clamp(3rem, 6vw, 5rem) clamp(1.25rem, 5vw, 5rem);
  position: relative; overflow: hidden;
}
.iia-cta::after {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 0% 100%, rgba(147,196,125,.08) 0%, transparent 50%),
                    radial-gradient(circle at 100% 0%, rgba(196,154,60,.06) 0%, transparent 50%);
  pointer-events: none;
}
.iia-cta-inner {
  max-width: 1140px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr auto;
  align-items: center; gap: clamp(1.5rem, 3vw, 3rem);
  position: relative; z-index: 2;
}
.iia-cta-text p { font-size: .94rem; color: rgba(255,255,255,.6); line-height: 1.72; margin-top: .6rem; }
.iia-cta-side { display: flex; flex-direction: column; gap: .85rem; align-items: flex-end; flex-shrink: 0; }
.iia-phone-big {
  font-family: var(--ga-fd); font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  font-weight: 700; color: rgba(255,255,255,.75) !important;
  display: flex; align-items: center; gap: 8px;
  transition: color .2s; white-space: nowrap; text-decoration: none;
}
.iia-phone-big:hover { color: var(--ga-white) !important; }
.iia-phone-big svg { stroke: currentColor; fill: none; flex-shrink: 0; }

/* ── SCROLL REVEAL ───────────────────────────────────────── */
.iia-rv { opacity: 0; transform: translateY(20px); transition: opacity .52s var(--ga-ease), transform .52s var(--ga-ease); }
.iia-rv.on { opacity: 1; transform: none; }
.iia-d1 { transition-delay: .07s; }
.iia-d2 { transition-delay: .14s; }
.iia-d3 { transition-delay: .21s; }
.iia-d4 { transition-delay: .28s; }

/* ══ RESPONSIVE ═════════════════════════════════════════════ */
@media (max-width: 860px) {

  /* hero: stack, image below text, full bleed */
  .iia-hero-inner { grid-template-columns: 1fr; }
  .iia-hero-left  { padding-bottom: clamp(2rem, 4vw, 3rem); }
  .iia-hero-sub   { max-width: 100%; }
  .iia-hero-img-col {
    width: calc(100% + clamp(2.5rem, 10vw, 10rem));
    margin-left: calc(-1 * clamp(1.25rem, 5vw, 5rem));
    margin-right: calc(-1 * clamp(1.25rem, 5vw, 5rem));
  }
  .iia-hero-img-frame {
    border-radius: 0;
    height: clamp(240px, 60vw, 380px);
    box-shadow: none;
  }
  .iia-hero-wm { display: none; }

  /* name card: reposition for mobile */
  .iia-name-card {
    left: 1rem; bottom: 1rem; min-width: 0;
    padding: .75rem 1rem;
  }

  /* story grid: stack */
  .iia-story-grid { grid-template-columns: 1fr; gap: 2rem; }
  .iia-aside-num  { font-size: clamp(3.5rem, 10vw, 5rem); }

  /* photo row: 2 visible, stack to rows */
  .iia-photo-row {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .iia-ph-short-stack {
    grid-column: span 2;
    flex-direction: row;
    min-width: 0;
  }
  .iia-ph-short-stack .iia-photo-cell { flex: 1; margin-top: 0 !important; }

  /* family: stack */
  .iia-family-grid  { grid-template-columns: 1fr; }
  .iia-family-badge { right: 1rem; bottom: -1rem; }
  .iia-family-stats { grid-template-columns: repeat(3, 1fr); }

  /* why grid: 1 col */
  .iia-why-grid { grid-template-columns: 1fr; }

  /* team: 1 col */
  .iia-team-strip { grid-template-columns: 1fr; }
  .iia-team-photo { height: clamp(180px, 50vw, 260px); }

  /* cta: stack */
  .iia-cta-inner { grid-template-columns: 1fr; }
  .iia-cta-side  { align-items: flex-start; flex-direction: row; flex-wrap: wrap; }
}

@media (max-width: 560px) {
  /* hero buttons stack */
  .iia-hero-btns { flex-direction: column; align-items: stretch; }
  .iia-hero-btns .iia-btn { justify-content: center; }
  .iia-hero-stats { gap: 1.2rem; }

  /* photo row: single col on tiny screens */
  .iia-photo-row { grid-template-columns: 1fr; }
  .iia-ph-short-stack { grid-column: span 1; }

  /* family stats: 1 col */
  .iia-family-stats { grid-template-columns: 1fr 1fr; }

  /* timeline: tight */
  .iia-tl-item { gap: .6rem; }
}

/* ── CTA heading — force white over Elementor overrides ─── */
.iia-cta .iia-h2,
.iia-cta .iia-h2-lt,
.iia-page .iia-cta h2 {
  color: #ffffff !important;
}/* End custom CSS */