/* =========================================================================
   Plants Alive — Homepage v2 (landing page only; body.pa-home-v2)
   Loaded by wp-content/novamira-sandbox/pa-home-v2.php. Revert: see
   wp-content/novamira-sandbox/_revert-home-v2.txt
   ========================================================================= */

body.pa-home-v2 {
  --v2-forest: #0F241C;
  --v2-canopy: #1B3D2F;
  --v2-cream: #F4F1EA;
  --v2-sand: #E7E1D4;
  --v2-ink: #1A1F1C;
  --v2-ink-70: #4A5450;
  --v2-moss: #6B7F5E;
  --v2-sage: #A9C5B4;
  --v2-sage-tint: #EEF2EC;
  --v2-terracotta: #C2673F;
  --v2-clay: #9E5233;
  --v2-ochre: #D9A441;
  --v2-ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  --v2-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --v2-fs-display: clamp(2.35rem, 0.6rem + 6.4vw, 6.9rem);
  --v2-fs-stat: clamp(2rem, 1.3rem + 2.2vw, 3.4rem);
  --v2-shadow-card: 0 1px 2px rgba(15, 36, 28, 0.06), 0 10px 30px rgba(15, 36, 28, 0.08);
  --v2-shadow-lift: 0 2px 4px rgba(15, 36, 28, 0.08), 0 22px 48px rgba(15, 36, 28, 0.16);
}

/* Divi's 100vw rows can grow a scrollbar on some browsers once we bleed. */
body.pa-home-v2 #page-container,
body.pa-home-v2 #et-boc {
  overflow-x: clip;
}

/* ---- Type scale: a real display step above the H2s ---------------------- */
body.pa-home-v2 .pa-h2,
body.pa-home-v2 h2.pa-h2 {
  font-size: clamp(2.1rem, 1.35rem + 2.3vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
body.pa-home-v2 .pa-v2-head {
  margin-bottom: clamp(2rem, 1.5rem + 2vw, 3.25rem);
}
body.pa-home-v2 .pa-v2-head .pa-lead {
  margin-top: 1rem;
}
body.pa-home-v2 .pa-v2-head--row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

/* ---- Header: frosted glass, compact after 80px ------------------------- */
html body.pa-home-v2 .pa-site-header.et_pb_section {
  transition: background 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease !important;
}
html body.pa-home-v2.pa-scrolled .pa-site-header.et_pb_section {
  background: rgba(255, 255, 255, 0.86) !important;
  backdrop-filter: blur(18px) saturate(1.4) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.4) !important;
  border-bottom: 1px solid rgba(27, 61, 47, 0.1) !important;
  box-shadow: 0 10px 30px rgba(15, 36, 28, 0.06) !important;
}
html body.pa-home-v2 .pa-header-inner {
  transition: min-height 0.35s var(--v2-ease);
}
html body.pa-home-v2.pa-v2-compact .pa-header-inner {
  min-height: 64px !important;
}
html body.pa-home-v2 .pa-logo img {
  transition: height 0.35s var(--v2-ease), width 0.35s var(--v2-ease);
}
html body.pa-home-v2.pa-v2-compact .pa-logo img {
  height: 40px;
  width: auto;
}
html body.pa-home-v2 .pa-header-cta {
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s var(--v2-ease), box-shadow 0.2s ease !important;
}
html body.pa-home-v2 .pa-header-cta:hover {
  transform: translateY(-1px);
}

/* Reading progress: native scroll-driven, JS fallback writes --pa-scroll. */
body.pa-home-v2 .pa-v2-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 100000;
  background: linear-gradient(90deg, var(--v2-sage), var(--v2-canopy));
  transform-origin: 0 50%;
  transform: scaleX(var(--pa-scroll, 0));
  pointer-events: none;
}
@supports (animation-timeline: scroll()) {
  body.pa-home-v2 .pa-v2-progress {
    animation: paV2Grow linear both;
    animation-timeline: scroll(root);
  }
}
@keyframes paV2Grow {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

/* ---- Hero ----------------------------------------------------------------- */
html body.home.pa-home-v2 .pa-home-hero.et_pb_section {
  height: auto !important;
  min-height: 100svh !important;
  display: block !important;
}
html body.home.pa-home-v2 .pa-home-hero .et_pb_fullwidth_code,
html body.home.pa-home-v2 .pa-home-hero .et_pb_module,
html body.home.pa-home-v2 .pa-home-hero .et_pb_fullwidth_code_inner,
html body.home.pa-home-v2 .pa-home-hero .et_pb_code_inner {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
}
html body.home.pa-home-v2 .pa-home-hero .pa-hero-stage {
  min-height: 0 !important;
}
html body.home.pa-home-v2 .pa-home-hero .pa-hero-overlay {
  background:
    linear-gradient(100deg, rgba(15, 36, 28, 0.86) 0%, rgba(15, 36, 28, 0.58) 42%, rgba(15, 36, 28, 0.3) 100%),
    linear-gradient(180deg, rgba(15, 36, 28, 0.4) 0%, transparent 35%, rgba(15, 36, 28, 0.7) 100%) !important;
}
html body.home.pa-home-v2 .pa-home-hero .pa-hero-inner.pa-v2-hero {
  position: relative !important;
  z-index: 5 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  min-height: calc(100svh - 104px);
  padding: calc(var(--pa-header-h, 77px) + 3rem) var(--pa-gutter) 5.5rem !important;
  max-width: var(--pa-max, 1120px) !important;
  margin: 0 auto !important;
}

html body.home.pa-home-v2 .pa-v2-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 1.5rem !important;
  font-family: var(--pa-font-body);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--v2-sage) !important;
}
html body.home.pa-home-v2 .pa-v2-hero__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--v2-sage);
  box-shadow: 0 0 0 4px rgba(169, 197, 180, 0.22);
}

html body.home.pa-home-v2 .pa-home-hero .pa-hero-inner h1.pa-v2-hero__title {
  font-family: var(--pa-font-display) !important;
  font-size: var(--v2-fs-display) !important;
  font-weight: 600 !important;
  line-height: 0.98 !important;
  letter-spacing: -0.028em !important;
  max-width: none !important;
  margin: 0 0 1.5rem !important;
  color: var(--v2-cream) !important;
}
html body.home.pa-home-v2 .pa-v2-line {
  display: block;
  overflow: hidden;
  padding-bottom: 0.08em;
  margin-bottom: -0.08em;
}
html body.home.pa-home-v2 .pa-v2-line__in {
  display: inline-block;
  will-change: transform;
}
html body.home.pa-home-v2 .pa-v2-hero__title em {
  position: relative;
  font-style: italic;
  font-weight: 600;
  color: var(--v2-sage) !important;
  padding-right: 0.04em;
}
html body.home.pa-home-v2 .pa-v2-hero__title em::after {
  content: "";
  position: absolute;
  left: 0.02em;
  right: 0.06em;
  bottom: 0.02em;
  height: 0.06em;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--v2-sage), rgba(169, 197, 180, 0.35));
  transform: scaleX(0);
  transform-origin: 0 50%;
}

html body.home.pa-home-v2 .pa-v2-hero__support {
  max-width: 44rem !important;
  text-wrap: pretty;
  margin: 0 0 2rem !important;
  font-size: clamp(1.0625rem, 1rem + 0.4vw, 1.3125rem) !important;
  line-height: 1.5 !important;
  color: rgba(244, 241, 234, 0.86) !important;
}

html body.home.pa-home-v2 .pa-v2-hero__actions {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 0.85rem !important;
  margin: 0 0 1.5rem !important;
}

/* Buttons: one primary, one ghost, both with an arrow that nudges. */
html body.pa-home-v2 #page-container .pa-v2-btn,
html body.pa-home-v2 #page-container a.pa-v2-btn {
  display: inline-flex !important;
  align-items: center;
  gap: 0.55rem;
  min-height: 50px;
  padding: 0.85rem 1.45rem !important;
  font-family: var(--pa-font-body) !important;
  font-size: 0.9875rem !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0.005em;
  text-decoration: none !important;
  transition: transform 0.22s var(--v2-ease), box-shadow 0.22s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease !important;
}
html body.pa-home-v2 #page-container .pa-v2-btn:hover {
  transform: translateY(-2px);
}
html body.pa-home-v2 #page-container .pa-v2-btn:active {
  transform: translateY(0);
}
html body.pa-home-v2 #page-container .pa-v2-btn > span[aria-hidden],
html body.pa-home-v2 #page-container .pa-v2-btn .pa-v2-btn__arrow {
  display: inline-block;
  transition: transform 0.22s var(--v2-ease);
}
html body.pa-home-v2 #page-container .pa-v2-btn:hover > span[aria-hidden],
html body.pa-home-v2 #page-container .pa-v2-btn:hover .pa-v2-btn__arrow {
  transform: translateX(4px);
}
html body.pa-home-v2 #page-container .pa-v2-btn--cream,
html body.pa-home-v2 #page-container a.pa-v2-btn--cream {
  background: var(--v2-cream) !important;
  color: var(--v2-forest) !important;
  border: 2px solid var(--v2-cream) !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25) !important;
}
html body.pa-home-v2 #page-container .pa-v2-btn--cream:hover {
  background: #FFFFFF !important;
  border-color: #FFFFFF !important;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.3) !important;
}
html body.pa-home-v2 #page-container .pa-v2-btn--ghost,
html body.pa-home-v2 #page-container a.pa-v2-btn--ghost {
  background: rgba(244, 241, 234, 0.06) !important;
  color: var(--v2-cream) !important;
  border: 1.5px solid rgba(244, 241, 234, 0.45) !important;
  box-shadow: none !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
html body.pa-home-v2 #page-container .pa-v2-btn--ghost:hover {
  background: rgba(244, 241, 234, 0.14) !important;
  border-color: rgba(244, 241, 234, 0.8) !important;
}
html body.pa-home-v2 #page-container .pa-v2-btn--outline,
html body.pa-home-v2 #page-container a.pa-v2-btn--outline {
  background: transparent !important;
  color: var(--v2-canopy) !important;
  border: 1.5px solid rgba(27, 61, 47, 0.35) !important;
  box-shadow: none !important;
}
html body.pa-home-v2 #page-container .pa-v2-btn--outline:hover {
  background: var(--v2-canopy) !important;
  color: var(--v2-cream) !important;
  border-color: var(--v2-canopy) !important;
}

html body.home.pa-home-v2 .pa-v2-hero__paths {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0;
  margin: 0 0 0.9rem !important;
  font-size: 0.9375rem;
  color: rgba(244, 241, 234, 0.7);
}
html body.home.pa-home-v2 .pa-v2-hero__paths > span {
  margin-right: 0.75rem;
}
html body.home.pa-home-v2 .pa-v2-hero__paths a {
  color: var(--v2-cream) !important;
  font-weight: 600;
  text-decoration: none !important;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(244, 241, 234, 0.22);
  margin-right: 0.45rem;
  transition: background 0.2s ease, border-color 0.2s ease;
}
html body.home.pa-home-v2 .pa-v2-hero__paths a:hover {
  background: rgba(244, 241, 234, 0.12);
  border-color: rgba(244, 241, 234, 0.55);
}
html body.home.pa-home-v2 .pa-v2-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 1rem;
  margin: 0 !important;
  font-size: 0.9375rem;
  color: rgba(244, 241, 234, 0.7);
}
html body.home.pa-home-v2 .pa-v2-hero__meta a {
  color: var(--v2-cream) !important;
  font-weight: 600;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(244, 241, 234, 0.4);
}

/* Scroll cue, bottom-left of the hero column. */
html body.home.pa-home-v2 .pa-v2-scroll-cue {
  position: absolute;
  left: var(--pa-gutter);
  bottom: 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: rgba(244, 241, 234, 0.7) !important;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none !important;
}
html body.home.pa-home-v2 .pa-v2-scroll-cue__track {
  position: relative;
  width: 22px;
  height: 36px;
  border: 1.5px solid rgba(244, 241, 234, 0.45);
  border-radius: 999px;
}
html body.home.pa-home-v2 .pa-v2-scroll-cue__dot {
  position: absolute;
  left: 50%;
  top: 6px;
  width: 4px;
  height: 4px;
  margin-left: -2px;
  border-radius: 50%;
  background: var(--v2-sage);
}
@media (max-height: 640px) {
  html body.home.pa-home-v2 .pa-v2-scroll-cue { display: none; }
}

/* Trust strip: sits inside the hero section so the dark photo runs behind. */
html body.home.pa-home-v2 .pa-v2-trust {
  position: relative;
  z-index: 6;
  background: rgba(15, 36, 28, 0.9);
  border-top: 1px solid rgba(244, 241, 234, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--v2-cream);
}
html body.home.pa-home-v2 .pa-v2-trust__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: 2rem 3rem;
  align-items: center;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
html body.home.pa-home-v2 .pa-v2-trust__stats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem 1.5rem;
}
html body.home.pa-home-v2 .pa-v2-trust__stats li {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding-left: 0.9rem;
  border-left: 1px solid rgba(244, 241, 234, 0.18);
}
html body.home.pa-home-v2 .pa-v2-trust__stats strong {
  font-family: var(--pa-font-display);
  font-size: clamp(1.6rem, 1.2rem + 1.2vw, 2.25rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--v2-cream);
  font-variant-numeric: tabular-nums;
}
html body.home.pa-home-v2 .pa-v2-trust__stats li > span:last-child {
  font-size: 0.8125rem;
  line-height: 1.35;
  color: rgba(244, 241, 234, 0.66);
}
html body.home.pa-home-v2 .pa-v2-trust__label {
  margin: 0 0 0.55rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(169, 197, 180, 0.85);
}
html body.home.pa-home-v2 .pa-v2-trust__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0;
  font-family: var(--pa-font-display);
  font-size: 1rem;
  font-weight: 500;
  color: rgba(244, 241, 234, 0.78);
}
html body.home.pa-home-v2 .pa-v2-trust__list li + li::before {
  content: "\00B7";
  margin: 0 0.6rem;
  color: rgba(169, 197, 180, 0.6);
}

/* ---- Reveal on scroll (JS adds body.pa-v2-io + .is-in; no JS = visible) --- */
@media (prefers-reduced-motion: no-preference) {
  html.pa-v2-io body.pa-home-v2 .pa-v2-reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 0.75s var(--v2-ease-out), transform 0.75s var(--v2-ease-out);
    transition-delay: calc((var(--pa-i, 1) - 1) * 80ms);
  }
  html.pa-v2-io body.pa-home-v2 .pa-v2-reveal.is-in {
    opacity: 1;
    transform: none;
  }
}

/* ---- Media frames: never a grey box; soft placeholder + fade when decoded -- */
body.pa-home-v2 .pa-path-tile__media,
body.pa-home-v2 .pa-v2-proof__photo,
body.pa-home-v2 .pa-v2-bento__tile,
body.pa-home-v2 .pa-v2-rail__media {
  background: linear-gradient(135deg, #E9EDE6 0%, #DDE4DB 50%, #E9EDE6 100%);
}
html.pa-v2-io body.pa-home-v2 img[loading="lazy"] {
  opacity: 0;
  transition: opacity 0.6s ease;
}
html.pa-v2-io body.pa-home-v2 img[loading="lazy"].is-loaded {
  opacity: 1;
}
/* Safety net: if the footer script never runs, images still appear. */
html.pa-v2-io body.pa-home-v2 img[loading="lazy"] {
  animation: paV2Safety 0.5s ease 2.5s forwards;
}
@keyframes paV2Safety {
  to { opacity: 1; }
}

/* In-page anchors glide and land under the fixed header. */
html:has(body.pa-home-v2) {
  scroll-padding-top: calc(var(--pa-header-h, 77px) + 8px);
}
@media (prefers-reduced-motion: no-preference) {
  html:has(body.pa-home-v2) {
    scroll-behavior: smooth;
  }
}

/* ---- Card hover depth (paths, bento, rail, quotes) ---------------------- */
body.pa-home-v2 #page-container .pa-path-tile,
body.pa-home-v2 #page-container .pa-v2-rail__card,
body.pa-home-v2 #page-container .pa-v2-quote--card {
  box-shadow: var(--v2-shadow-card);
  transition: transform 0.28s var(--v2-ease), box-shadow 0.28s var(--v2-ease);
}
body.pa-home-v2 #page-container .pa-path-tile:hover,
body.pa-home-v2 #page-container .pa-v2-rail__card:hover {
  transform: translateY(-5px);
  box-shadow: var(--v2-shadow-lift);
}
body.pa-home-v2 #main-content .pa-path-tile img,
body.pa-home-v2 #main-content .pa-v2-bento__tile img,
body.pa-home-v2 #main-content .pa-v2-rail__media img {
  transition: transform 0.6s var(--v2-ease), opacity 0.6s ease !important;
}
body.pa-home-v2 #main-content .pa-path-tile:hover img,
body.pa-home-v2 #main-content .pa-v2-bento__tile:hover img {
  transform: scale(1.04) !important;
}

/* ---- Paths: taller media, photo to the top edge, numbered ---------------- */
body.pa-home-v2 .pa-v2-paths {
  gap: 1.5rem;
}
body.pa-home-v2 #page-container .pa-v2-tile {
  position: relative;
  border: 0;
  border-top: 4px solid var(--v2-canopy);
}
body.pa-home-v2 #page-container .pa-path-tile--rentals.pa-v2-tile { border-top-color: var(--v2-ochre); }
body.pa-home-v2 #page-container .pa-path-tile--retail.pa-v2-tile { border-top-color: var(--v2-terracotta); }
body.pa-home-v2 .pa-v2-tile .pa-path-tile__media {
  position: relative;
  aspect-ratio: 5 / 4;
  border-radius: 0 !important;
}
body.pa-home-v2 .pa-v2-tile__num {
  position: absolute;
  left: 1rem;
  top: 1rem;
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  background: rgba(15, 36, 28, 0.55);
  color: var(--v2-cream);
  font-family: var(--pa-font-display);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
body.pa-home-v2 .pa-v2-tile .pa-path-tile__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--v2-canopy);
  font-weight: 600;
}
body.pa-home-v2 .pa-v2-tile .pa-path-tile__cta span {
  transition: transform 0.22s var(--v2-ease);
}
body.pa-home-v2 .pa-v2-tile:hover .pa-path-tile__cta span {
  transform: translateX(4px);
}

/* ---- Proof: photo left, copy right ------------------------------------- */
body.pa-home-v2 .pa-v2-proof {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 2rem + 3vw, 5rem);
  align-items: center;
}
body.pa-home-v2 .pa-v2-proof__media {
  position: relative;
  padding-bottom: 3.5rem;
  padding-right: 2.5rem;
}
body.pa-home-v2 .pa-v2-proof__photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: var(--v2-shadow-lift);
}
body.pa-home-v2 .pa-v2-proof__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 5;
  border-radius: 0 !important;
  box-shadow: none !important;
}
body.pa-home-v2 .pa-v2-proof__photo--small {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 46%;
  border: 5px solid #FFFFFF;
  border-radius: 14px;
}
body.pa-home-v2 .pa-v2-proof__photo--small img {
  aspect-ratio: 4 / 3;
}
body.pa-home-v2 .pa-v2-proof__photo figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2.25rem 1rem 0.9rem;
  font-size: 0.8125rem;
  color: rgba(244, 241, 234, 0.85);
  background: linear-gradient(180deg, transparent, rgba(15, 36, 28, 0.78));
}
body.pa-home-v2 .pa-v2-proof__photo figcaption span {
  display: block;
  font-family: var(--pa-font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--v2-cream);
}
body.pa-home-v2 .pa-v2-proof__photo--small figcaption {
  padding: 1.5rem 0.75rem 0.65rem;
  font-size: 0.75rem;
}
body.pa-home-v2 .pa-v2-proof__photo--small figcaption span {
  font-size: 0.9rem;
}
body.pa-home-v2 .pa-v2-proof__badge {
  position: absolute;
  left: -0.75rem;
  top: -0.75rem;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--v2-terracotta);
  color: var(--v2-cream);
  box-shadow: 0 12px 28px rgba(194, 103, 63, 0.35);
  transform: rotate(-8deg);
}
body.pa-home-v2 .pa-v2-proof__badge strong {
  font-family: var(--pa-font-display);
  font-size: 1.5rem;
  line-height: 1;
}
body.pa-home-v2 .pa-v2-proof__badge span {
  font-size: 0.6875rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.85;
}
body.pa-home-v2 .pa-v2-proof__copy .pa-lead {
  margin-top: 1rem;
  max-width: 36rem;
}
body.pa-home-v2 .pa-v2-stats {
  list-style: none;
  margin: 2rem 0 1.75rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
body.pa-home-v2 .pa-v2-stats li {
  padding: 1rem 1.1rem;
  border-radius: 12px;
  background: var(--v2-cream);
  border: 1px solid rgba(27, 61, 47, 0.06);
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
body.pa-home-v2 .pa-v2-stats strong {
  font-family: var(--pa-font-display);
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--v2-canopy);
}
body.pa-home-v2 .pa-v2-stats li:nth-child(4) strong {
  color: var(--v2-clay);
}
body.pa-home-v2 .pa-v2-stats span {
  font-size: 0.875rem;
  line-height: 1.4;
  color: var(--v2-ink-70);
}

/* Pull quote (proof) and quote cards (closing). */
body.pa-home-v2 .pa-v2-quote {
  position: relative;
  margin: 0 0 1.75rem;
  padding: 0 0 0 1.25rem;
  border-left: 3px solid var(--v2-sage);
}
body.pa-home-v2 .pa-v2-quote blockquote {
  margin: 0 0 0.6rem;
  padding: 0;
  border: 0;
  font-family: var(--pa-font-display);
  font-size: clamp(1.05rem, 1rem + 0.35vw, 1.25rem);
  font-weight: 500;
  font-style: italic;
  line-height: 1.45;
  color: var(--v2-ink);
  background: none;
}
body.pa-home-v2 .pa-v2-quote figcaption {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--v2-canopy);
}
body.pa-home-v2 .pa-v2-quote figcaption span {
  font-weight: 400;
  color: var(--v2-ink-70);
}
body.pa-home-v2 .pa-v2-quote figcaption span::before {
  content: "\00B7";
  margin: 0 0.4rem;
}

/* ---- Bento gallery -------------------------------------------------------- */
body.pa-home-v2 .pa-v2-spaces-head .pa-v2-head {
  margin-bottom: 2rem;
}
body.pa-home-v2 .pa-v2-spaces-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
body.pa-home-v2 .pa-v2-spaces-links a {
  display: inline-flex;
  align-items: baseline;
  gap: 0.45rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(27, 61, 47, 0.16);
  background: #FFFFFF;
  color: var(--v2-canopy) !important;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s var(--v2-ease);
}
body.pa-home-v2 .pa-v2-spaces-links a span {
  font-weight: 400;
  font-size: 0.8125rem;
  color: var(--v2-ink-70);
}
body.pa-home-v2 .pa-v2-spaces-links a:hover {
  background: var(--v2-canopy);
  border-color: var(--v2-canopy);
  color: var(--v2-cream) !important;
  transform: translateY(-1px);
}
body.pa-home-v2 .pa-v2-spaces-links a:hover span {
  color: rgba(244, 241, 234, 0.75);
}
body.pa-home-v2 .pa-v2-bleed {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 var(--pa-gutter);
  box-sizing: border-box;
}
body.pa-home-v2 .pa-v2-bento {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: clamp(150px, 10vw + 60px, 230px);
  gap: clamp(0.6rem, 0.4rem + 0.6vw, 1rem);
}
body.pa-home-v2 .pa-v2-bento__tile--a { grid-column: 1 / 3; grid-row: 1 / 3; }
body.pa-home-v2 .pa-v2-bento__tile--b { grid-column: 3 / 4; grid-row: 1 / 2; }
body.pa-home-v2 .pa-v2-bento__tile--c { grid-column: 4 / 5; grid-row: 1 / 3; }
body.pa-home-v2 .pa-v2-bento__tile--d { grid-column: 3 / 4; grid-row: 2 / 3; }
body.pa-home-v2 .pa-v2-bento__tile--e { grid-column: 1 / 2; grid-row: 3 / 4; }
body.pa-home-v2 .pa-v2-bento__tile--f { grid-column: 2 / 4; grid-row: 3 / 4; }
body.pa-home-v2 .pa-v2-bento__tile--g { grid-column: 4 / 5; grid-row: 3 / 4; }
body.pa-home-v2 #page-container .pa-v2-bento__tile {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 14px !important;
  text-decoration: none !important;
  box-shadow: var(--v2-shadow-card);
  transition: transform 0.3s var(--v2-ease), box-shadow 0.3s var(--v2-ease);
  isolation: isolate;
}
body.pa-home-v2 #page-container .pa-v2-bento__tile:hover {
  transform: translateY(-4px);
  box-shadow: var(--v2-shadow-lift);
  z-index: 2;
}
body.pa-home-v2 #page-container .pa-v2-bento__tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  box-shadow: none !important;
}
body.pa-home-v2 .pa-v2-bento__tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 36, 28, 0) 45%, rgba(15, 36, 28, 0.72) 100%);
  opacity: 0.85;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
body.pa-home-v2 .pa-v2-bento__tile:hover::after {
  opacity: 1;
}
body.pa-home-v2 .pa-v2-bento__cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "cat arrow" "txt arrow";
  align-items: end;
  gap: 0.1rem 0.75rem;
  padding: 0.9rem 1rem 0.95rem;
  color: var(--v2-cream);
}
body.pa-home-v2 .pa-v2-bento__cat {
  grid-area: cat;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--v2-sage);
}
body.pa-home-v2 .pa-v2-bento__tile--rentals .pa-v2-bento__cat { color: #EBCB7A; }
body.pa-home-v2 .pa-v2-bento__tile--retail .pa-v2-bento__cat { color: #E8A987; }
body.pa-home-v2 .pa-v2-bento__txt {
  grid-area: txt;
  font-family: var(--pa-font-display);
  font-size: clamp(0.95rem, 0.9rem + 0.25vw, 1.15rem);
  font-weight: 600;
  line-height: 1.2;
}
body.pa-home-v2 .pa-v2-bento__tile--a .pa-v2-bento__txt,
body.pa-home-v2 .pa-v2-bento__tile--f .pa-v2-bento__txt {
  font-size: clamp(1.1rem, 1rem + 0.6vw, 1.5rem);
}
body.pa-home-v2 .pa-v2-bento__arrow {
  grid-area: arrow;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(244, 241, 234, 0.14);
  border: 1px solid rgba(244, 241, 234, 0.3);
  font-size: 0.95rem;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.25s ease, transform 0.25s var(--v2-ease), background 0.25s ease;
}
body.pa-home-v2 .pa-v2-bento__tile:hover .pa-v2-bento__arrow,
body.pa-home-v2 .pa-v2-bento__tile:focus-visible .pa-v2-bento__arrow {
  opacity: 1;
  transform: none;
  background: var(--v2-cream);
  color: var(--v2-forest);
}

/* ---- Retail rail (scroll-snap) ------------------------------------------ */
body.pa-home-v2 .pa-v2-retail-head .pa-v2-head {
  margin-bottom: 1.75rem;
}
body.pa-home-v2 .pa-v2-rail-nav {
  display: flex;
  gap: 0.5rem;
  padding-bottom: 0.35rem;
}
body.pa-home-v2 #page-container .pa-v2-rail-btn {
  width: 46px;
  height: 46px;
  border-radius: 50% !important;
  border: 1.5px solid rgba(27, 61, 47, 0.25);
  background: #FFFFFF;
  color: var(--v2-canopy);
  font-size: 1.1rem;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}
body.pa-home-v2 #page-container .pa-v2-rail-btn:hover {
  background: var(--v2-canopy);
  border-color: var(--v2-canopy);
  color: var(--v2-cream);
}
body.pa-home-v2 #page-container .pa-v2-rail-btn[disabled] {
  opacity: 0.35;
  pointer-events: none;
}
body.pa-home-v2 .pa-v2-bleed--rail {
  max-width: none;
  padding: 0;
}
body.pa-home-v2 .pa-v2-rail {
  --rail-pad: max(var(--pa-gutter), calc((100vw - var(--pa-container, 1200px)) / 2 + var(--pa-gutter)));
  display: flex;
  gap: 1.1rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.5rem var(--rail-pad) 1.75rem;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: var(--rail-pad);
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
body.pa-home-v2 .pa-v2-rail::-webkit-scrollbar {
  display: none;
}
body.pa-home-v2 .pa-v2-rail:focus-visible {
  outline: 2px solid var(--v2-moss);
  outline-offset: -2px;
}
body.pa-home-v2 #page-container .pa-v2-rail__card {
  flex: 0 0 clamp(240px, 24vw, 300px);
  scroll-snap-align: start;
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  border: 1px solid rgba(27, 61, 47, 0.08);
  border-radius: 14px !important;
  overflow: hidden;
}
body.pa-home-v2 .pa-v2-rail__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit !important;
  text-decoration: none !important;
}
body.pa-home-v2 #page-container .pa-v2-rail__media {
  aspect-ratio: 1 / 1;
  margin: 0;
  border-radius: 0 !important;
  background: var(--v2-cream);
  display: grid;
  place-items: center;
}
body.pa-home-v2 #page-container .pa-v2-rail__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: transform 0.6s var(--v2-ease), opacity 0.6s ease !important;
}
body.pa-home-v2 #page-container .pa-v2-rail__card:hover img {
  transform: scale(1.05) !important;
}
body.pa-home-v2 .pa-v2-rail__body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem 1.1rem 1.15rem;
  text-align: left;
  flex: 1;
}
body.pa-home-v2 .pa-v2-rail__tags {
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--v2-moss);
}
body.pa-home-v2 .pa-v2-rail__body .pa-retail-card__title {
  margin: 0;
  font-size: 1.15rem;
  text-align: left;
}
body.pa-home-v2 .pa-v2-rail__body .pa-retail-card__why {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--v2-ink-70);
  text-align: left;
}
body.pa-home-v2 .pa-v2-rail__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 0.75rem;
}
body.pa-home-v2 .pa-v2-rail__foot .pa-retail-card__badge {
  margin: 0;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  width: auto;
}
body.pa-home-v2 .pa-v2-rail__cta {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--v2-clay);
  white-space: nowrap;
}
body.pa-home-v2 .pa-v2-rail__cta span {
  display: inline-block;
  transition: transform 0.22s var(--v2-ease);
}
body.pa-home-v2 .pa-v2-rail__card:hover .pa-v2-rail__cta span {
  transform: translateX(4px);
}
body.pa-home-v2 #page-container .pa-v2-rail__more {
  flex: 0 0 clamp(200px, 20vw, 240px);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.75rem;
  padding: 1.5rem;
  border-radius: 14px !important;
  background: var(--v2-canopy);
  color: var(--v2-cream) !important;
  text-decoration: none !important;
  font-family: var(--pa-font-display);
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.2;
  transition: background 0.2s ease, transform 0.28s var(--v2-ease);
}
body.pa-home-v2 #page-container .pa-v2-rail__more:hover {
  background: var(--v2-forest);
  transform: translateY(-4px);
}
body.pa-home-v2 .pa-v2-rail__more-arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--v2-cream);
  color: var(--v2-forest);
  font-size: 1.1rem;
  font-family: var(--pa-font-body);
}
body.pa-home-v2 .pa-v2-retail-foot {
  padding-top: 0.25rem;
}
body.pa-home-v2 .pa-v2-retail-foot .pa-next-steps-inline {
  margin: 0;
  font-size: 0.875rem;
  color: var(--v2-ink-70);
}

/* ---- Steps: numbered timeline ------------------------------------------- */
html body.pa-home-v2 #page-container .et_pb_section:has(.pa-v2-steps) {
  background: var(--v2-sage-tint) !important;
}
body.pa-home-v2 .pa-v2-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem;
  position: relative;
  counter-reset: none;
}
body.pa-home-v2 .pa-v2-timeline::before {
  content: "";
  position: absolute;
  left: 32px;
  right: 32px;
  top: 32px;
  height: 2px;
  background: linear-gradient(90deg, var(--v2-canopy) 0%, var(--v2-sage) 100%);
  opacity: 0.35;
}
body.pa-home-v2 .pa-v2-timeline__item {
  position: relative;
  padding-top: 0;
}
body.pa-home-v2 .pa-v2-timeline__marker {
  position: relative;
  z-index: 1;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #FFFFFF;
  border: 2px solid var(--v2-canopy);
  color: var(--v2-canopy);
  font-family: var(--pa-font-display);
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 1.35rem;
  box-shadow: 0 8px 20px rgba(27, 61, 47, 0.12);
}
body.pa-home-v2 .pa-v2-timeline__item:nth-child(3) .pa-v2-timeline__marker {
  background: var(--v2-canopy);
  color: var(--v2-cream);
}
body.pa-home-v2 .pa-v2-timeline__title {
  margin: 0 0 0.35rem;
  font-family: var(--pa-font-display);
  font-size: clamp(1.35rem, 1.2rem + 0.5vw, 1.65rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--v2-ink);
}
body.pa-home-v2 .pa-v2-timeline__time {
  margin: 0 0 0.75rem;
  display: inline-block;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: #FFFFFF;
  border: 1px solid rgba(27, 61, 47, 0.12);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--v2-moss);
}
body.pa-home-v2 .pa-v2-timeline__text {
  margin: 0;
  font-size: 0.9875rem;
  line-height: 1.6;
  color: var(--v2-ink-70);
  max-width: 30rem;
}
body.pa-home-v2 .pa-v2-steps__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 1.25rem;
  margin: 3rem 0 0;
  font-size: 0.9375rem;
  color: var(--v2-ink-70);
}
body.pa-home-v2 .pa-v2-steps__cta span a {
  color: var(--v2-canopy);
  font-weight: 600;
}

/* ---- Dark band: statement + map, replaces two dark sections -------------- */
html body.pa-home-v2 #page-container .et_pb_section:has(.pa-v2-hidden) {
  display: none !important;
}
html body.pa-home-v2 #page-container .pa-parallax-band.et_pb_section {
  min-height: 0 !important;
  padding: 0 !important;
}
body.pa-home-v2 .pa-v2-band {
  position: relative;
  overflow: hidden;
  color: var(--v2-cream);
  background: var(--v2-forest);
}
body.pa-home-v2 .pa-v2-band__stage {
  position: absolute;
  inset: 0;
  z-index: 0;
}
body.pa-home-v2 .pa-v2-band__bg {
  position: absolute;
  inset: -12% 0;
  background-size: cover;
  background-position: center;
  will-change: transform;
}
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    body.pa-home-v2 .pa-v2-band__bg {
      animation: paV2Parallax linear both;
      animation-timeline: view();
    }
  }
}
@keyframes paV2Parallax {
  from { transform: translateY(-6%); }
  to { transform: translateY(6%); }
}
body.pa-home-v2 .pa-v2-band__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 36, 28, 0.94) 0%, rgba(15, 36, 28, 0.82) 55%, rgba(15, 36, 28, 0.6) 100%),
    linear-gradient(180deg, rgba(15, 36, 28, 0.5), rgba(15, 36, 28, 0.2));
}
body.pa-home-v2 .pa-v2-band__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(2rem, 2rem + 3vw, 5rem);
  align-items: center;
  padding-top: var(--pa-section-y);
  padding-bottom: var(--pa-section-y);
}
html body.pa-home-v2 .pa-v2-band .pa-kicker {
  color: var(--v2-sage) !important;
}
html body.pa-home-v2 .pa-v2-band .pa-h2 {
  color: var(--v2-cream) !important;
  margin-top: 0.5rem;
}
html body.pa-home-v2 .pa-v2-band .pa-h2 em {
  color: var(--v2-sage) !important;
}
html body.pa-home-v2 .pa-v2-band .pa-lead {
  margin-top: 1rem;
  color: rgba(244, 241, 234, 0.82) !important;
  max-width: 34rem;
}
body.pa-home-v2 .pa-v2-band__places {
  list-style: none;
  margin: 1.5rem 0 1.75rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
body.pa-home-v2 .pa-v2-band__places li {
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(244, 241, 234, 0.22);
  background: rgba(244, 241, 234, 0.06);
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(244, 241, 234, 0.9);
}
body.pa-home-v2 .pa-v2-band__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
}
body.pa-home-v2 .pa-v2-band__base {
  margin: 0;
  font-size: 0.875rem;
  color: rgba(244, 241, 234, 0.7);
}
body.pa-home-v2 .pa-v2-band__base a {
  color: var(--v2-cream) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(244, 241, 234, 0.4);
}
body.pa-home-v2 .pa-v2-band__map {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #DDE4DB;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
  border: 6px solid rgba(244, 241, 234, 0.08);
}
body.pa-home-v2 .pa-v2-band__map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: saturate(0.85) contrast(1.02);
}

/* ---- FAQ: intro left, accordion right ----------------------------------- */
body.pa-home-v2 .pa-v2-faq {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 2rem + 3vw, 5rem);
  align-items: start;
}
body.pa-home-v2 .pa-v2-faq__intro {
  position: sticky;
  top: calc(var(--pa-header-h, 77px) + 1.5rem);
}
body.pa-home-v2 .pa-v2-faq__intro .pa-lead {
  margin-top: 1rem;
}
body.pa-home-v2 .pa-v2-faq__more {
  margin: 1.5rem 0 0;
  font-size: 0.9375rem;
  color: var(--v2-ink-70);
}
body.pa-home-v2 .pa-v2-faq__more a {
  color: var(--v2-canopy);
  font-weight: 600;
}
body.pa-home-v2 .pa-v2-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  max-width: none;
  margin: 0;
}
body.pa-home-v2 #page-container .pa-v2-faq__item {
  border: 1px solid rgba(27, 61, 47, 0.1);
  border-radius: 12px !important;
  background: #FFFFFF;
  padding: 0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
body.pa-home-v2 #page-container .pa-v2-faq__item[open] {
  border-color: rgba(27, 61, 47, 0.25);
  box-shadow: var(--v2-shadow-card);
}
body.pa-home-v2 .pa-v2-faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  cursor: pointer;
  list-style: none;
  font-family: var(--pa-font-body);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--v2-ink);
}
body.pa-home-v2 .pa-v2-faq__item summary::-webkit-details-marker {
  display: none;
}
body.pa-home-v2 .pa-v2-faq__icon {
  flex: 0 0 auto;
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid rgba(27, 61, 47, 0.25);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.3s var(--v2-ease);
}
body.pa-home-v2 .pa-v2-faq__icon::before,
body.pa-home-v2 .pa-v2-faq__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 1.5px;
  background: var(--v2-canopy);
  transform: translate(-50%, -50%);
  transition: transform 0.3s var(--v2-ease), background 0.2s ease;
}
body.pa-home-v2 .pa-v2-faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
body.pa-home-v2 .pa-v2-faq__item[open] .pa-v2-faq__icon {
  background: var(--v2-canopy);
  border-color: var(--v2-canopy);
  transform: rotate(45deg);
}
body.pa-home-v2 .pa-v2-faq__item[open] .pa-v2-faq__icon::before,
body.pa-home-v2 .pa-v2-faq__item[open] .pa-v2-faq__icon::after {
  background: var(--v2-cream);
}
body.pa-home-v2 .pa-v2-faq__body {
  padding: 0 1.25rem 1.2rem;
}
body.pa-home-v2 .pa-v2-faq__body p {
  margin: 0;
  font-size: 0.9875rem;
  line-height: 1.6;
  color: var(--v2-ink-70);
}
body.pa-home-v2 .pa-v2-faq__body a {
  color: var(--v2-canopy);
  font-weight: 600;
}
@media (prefers-reduced-motion: no-preference) {
  body.pa-home-v2 .pa-v2-faq__item[open] .pa-v2-faq__body {
    animation: paV2FaqIn 0.35s var(--v2-ease-out) both;
  }
}
@keyframes paV2FaqIn {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: none; }
}

/* ---- Closing: quote row, then form ------------------------------------- */
body.pa-home-v2 .pa-v2-quotes {
  padding-bottom: clamp(2.5rem, 2rem + 2vw, 4rem);
  margin-bottom: clamp(2.5rem, 2rem + 2vw, 4rem);
  border-bottom: 1px solid rgba(27, 61, 47, 0.1);
}
body.pa-home-v2 .pa-v2-quotes__kicker {
  margin-bottom: 1.25rem;
}
body.pa-home-v2 .pa-v2-quotes__row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
body.pa-home-v2 #page-container .pa-v2-quote--card {
  margin: 0;
  padding: 1.4rem 1.4rem 1.3rem;
  border: 0;
  border-radius: 14px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
body.pa-home-v2 .pa-v2-quote__tag {
  align-self: flex-start;
  padding: 0.22rem 0.6rem;
  border-radius: 999px;
  background: var(--v2-sage-tint);
  color: var(--v2-canopy);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
body.pa-home-v2 .pa-v2-quote--card blockquote {
  font-size: 1.05rem;
  margin: 0;
  flex: 1;
}
body.pa-home-v2 .pa-v2-quote--card blockquote::before {
  content: "\201C";
  display: block;
  font-size: 2.4rem;
  line-height: 0.6;
  margin-bottom: 0.45rem;
  color: var(--v2-sage);
}

/* Form: reply-time note under the button; success gets a checkmark. */
body.pa-home-v2 .pa-contact-form {
  display: flex;
  flex-direction: column;
}
body.pa-home-v2 .pa-contact-form .pa-form-status:empty {
  display: none;
}
body.pa-home-v2 .pa-home-intake__intro .pa-next-steps a {
  color: var(--v2-canopy);
  font-weight: 600;
}
body.pa-home-v2 .pa-contact-form .pa-next-steps-inline {
  order: 99;
  margin: 0.9rem 0 0;
  font-size: 0.8125rem;
  text-align: center;
  color: var(--v2-ink-70);
}
body.pa-home-v2 #page-container .pa-contact-form .pa-contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 54px;
  font-size: 1rem !important;
  transition: transform 0.22s var(--v2-ease), box-shadow 0.22s ease, background 0.2s ease !important;
}
body.pa-home-v2 #page-container .pa-contact-form .pa-contact-submit:hover {
  transform: translateY(-2px);
}
body.pa-home-v2 .pa-contact-success {
  text-align: center;
  padding: 2.5rem 1rem;
}
body.pa-home-v2 .pa-contact-success::before {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto 1.25rem;
  border-radius: 50%;
  background: var(--v2-canopy) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F4F1EA' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center / 30px no-repeat;
}
@media (prefers-reduced-motion: no-preference) {
  body.pa-home-v2 .pa-contact-success.is-shown::before {
    animation: paV2Pop 0.6s var(--v2-ease-out) both;
  }
  body.pa-home-v2 .pa-contact-success.is-shown h3,
  body.pa-home-v2 .pa-contact-success.is-shown p {
    animation: paV2FaqIn 0.5s 0.2s var(--v2-ease-out) both;
  }
}
@keyframes paV2Pop {
  0% { transform: scale(0.4); opacity: 0; }
  60% { transform: scale(1.08); opacity: 1; }
  100% { transform: scale(1); opacity: 1; }
}

/* ---- Hero entrance (once, on load) -------------------------------------- */
@media (prefers-reduced-motion: no-preference) {
  html body.home.pa-home-v2 .pa-v2-hero__kicker,
  html body.home.pa-home-v2 .pa-v2-hero__support,
  html body.home.pa-home-v2 .pa-v2-hero__actions,
  html body.home.pa-home-v2 .pa-v2-hero__paths,
  html body.home.pa-home-v2 .pa-v2-hero__meta,
  html body.home.pa-home-v2 .pa-v2-scroll-cue {
    opacity: 0;
    transform: translateY(16px);
    animation: paV2FadeUp 0.8s var(--v2-ease-out) forwards;
  }
  html body.home.pa-home-v2 .pa-v2-hero__kicker { animation-delay: 0.1s; }
  html body.home.pa-home-v2 .pa-v2-hero__support { animation-delay: 0.75s; }
  html body.home.pa-home-v2 .pa-v2-hero__actions { animation-delay: 0.9s; }
  html body.home.pa-home-v2 .pa-v2-hero__paths { animation-delay: 1.05s; }
  html body.home.pa-home-v2 .pa-v2-hero__meta { animation-delay: 1.15s; }
  html body.home.pa-home-v2 .pa-v2-scroll-cue { animation-delay: 1.6s; }

  html body.home.pa-home-v2 .pa-v2-line__in {
    transform: translateY(112%);
    animation: paV2Rise 1s var(--v2-ease-out) forwards;
  }
  html body.home.pa-home-v2 .pa-v2-line:nth-child(1) .pa-v2-line__in { animation-delay: 0.25s; }
  html body.home.pa-home-v2 .pa-v2-line:nth-child(2) .pa-v2-line__in { animation-delay: 0.4s; }
  html body.home.pa-home-v2 .pa-v2-hero__title em::after {
    animation: paV2Underline 0.7s var(--v2-ease-out) 1.25s forwards;
  }
  html body.home.pa-home-v2 .pa-v2-scroll-cue__dot {
    animation: paV2Cue 1.8s ease-in-out infinite;
  }
  html body.home.pa-home-v2 .pa-v2-trust__stats strong {
    transition: opacity 0.4s ease;
  }
}
@keyframes paV2FadeUp {
  to { opacity: 1; transform: none; }
}
@keyframes paV2Rise {
  to { transform: translateY(0); }
}
@keyframes paV2Underline {
  to { transform: scaleX(1); }
}
@keyframes paV2Cue {
  0% { transform: translateY(0); opacity: 1; }
  70% { transform: translateY(14px); opacity: 0; }
  100% { transform: translateY(0); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html body.home.pa-home-v2 .pa-v2-hero__title em::after { transform: scaleX(1); }
}

/* ---- Responsive ----------------------------------------------------------- */
@media (max-width: 1100px) {
  body.pa-home-v2 .pa-v2-bento {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: clamp(140px, 18vw, 210px);
  }
  body.pa-home-v2 .pa-v2-bento__tile--a { grid-column: 1 / 3; grid-row: 1 / 3; }
  body.pa-home-v2 .pa-v2-bento__tile--b { grid-column: 3 / 4; grid-row: 1 / 2; }
  body.pa-home-v2 .pa-v2-bento__tile--d { grid-column: 3 / 4; grid-row: 2 / 3; }
  body.pa-home-v2 .pa-v2-bento__tile--c { grid-column: 1 / 2; grid-row: 3 / 5; }
  body.pa-home-v2 .pa-v2-bento__tile--f { grid-column: 2 / 4; grid-row: 3 / 4; }
  body.pa-home-v2 .pa-v2-bento__tile--e { grid-column: 2 / 3; grid-row: 4 / 5; }
  body.pa-home-v2 .pa-v2-bento__tile--g { grid-column: 3 / 4; grid-row: 4 / 5; }
}
@media (max-width: 980px) {
  html body.home.pa-home-v2 .pa-v2-trust__inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  body.pa-home-v2 .pa-v2-proof,
  body.pa-home-v2 .pa-v2-band__inner,
  body.pa-home-v2 .pa-v2-faq {
    grid-template-columns: 1fr;
  }
  body.pa-home-v2 .pa-v2-faq__intro {
    position: static;
  }
  body.pa-home-v2 .pa-v2-proof__media {
    max-width: 34rem;
  }
  body.pa-home-v2 .pa-v2-timeline {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-left: 0;
  }
  body.pa-home-v2 .pa-v2-timeline::before {
    left: 31px;
    right: auto;
    top: 32px;
    bottom: 32px;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, var(--v2-canopy) 0%, var(--v2-sage) 100%);
  }
  body.pa-home-v2 .pa-v2-timeline__item {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    column-gap: 1.25rem;
  }
  body.pa-home-v2 .pa-v2-timeline__marker {
    grid-row: 1 / 4;
    margin-bottom: 0;
  }
  body.pa-home-v2 .pa-v2-quotes__row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  html body.home.pa-home-v2 .pa-home-hero .pa-hero-inner.pa-v2-hero {
    min-height: calc(100svh - 40px);
    padding-bottom: 4.5rem !important;
  }
  html body.home.pa-home-v2 .pa-v2-trust__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  html body.home.pa-home-v2 .pa-v2-trust__list {
    font-size: 0.9375rem;
  }
  body.pa-home-v2 .pa-v2-head--row {
    align-items: flex-start;
  }
  body.pa-home-v2 .pa-v2-rail-nav {
    display: none;
  }
  body.pa-home-v2 .pa-v2-bento {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: clamp(150px, 36vw, 210px);
  }
  html body.home.pa-home-v2 .pa-v2-hero__kicker-opt {
    display: none;
  }
  body.pa-home-v2 .pa-v2-proof__photo:not(.pa-v2-proof__photo--small) figcaption {
    padding-right: 52%;
  }
  body.pa-home-v2 .pa-v2-bento__tile--a { grid-column: 1 / 3; grid-row: 1 / 3; }
  body.pa-home-v2 .pa-v2-bento__tile--b { grid-column: 1 / 2; grid-row: 3 / 4; }
  body.pa-home-v2 .pa-v2-bento__tile--c { grid-column: 2 / 3; grid-row: 3 / 5; }
  body.pa-home-v2 .pa-v2-bento__tile--d { grid-column: 1 / 2; grid-row: 4 / 5; }
  body.pa-home-v2 .pa-v2-bento__tile--f { grid-column: 1 / 3; grid-row: 5 / 6; }
  body.pa-home-v2 .pa-v2-bento__tile--e { grid-column: 1 / 2; grid-row: 6 / 7; }
  body.pa-home-v2 .pa-v2-bento__tile--g { grid-column: 2 / 3; grid-row: 6 / 7; }
  body.pa-home-v2 .pa-v2-bento__arrow {
    display: none;
  }
  body.pa-home-v2 .pa-v2-proof__photo--small {
    width: 52%;
  }
  body.pa-home-v2 .pa-v2-proof__badge {
    width: 72px;
    height: 72px;
  }
  body.pa-home-v2 .pa-v2-proof__badge strong {
    font-size: 1.2rem;
  }
  body.pa-home-v2 .pa-v2-stats {
    grid-template-columns: 1fr 1fr;
  }
  body.pa-home-v2 .pa-v2-band__map {
    aspect-ratio: 16 / 11;
  }
}
