/* ============================================================
   Structural Elements — Franchise Development Landing Page
   Built on the (se)® Brand System
   ============================================================ */

/* ---------- Fonts ---------- */
@font-face {
  font-family: "Zona Pro";
  src: url("fonts/ZonaPro-Thin.otf") format("opentype");
  font-weight: 200; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Zona Pro";
  src: url("fonts/ZonaPro-Bold.otf") format("opentype");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("fonts/AvenirLTStd-Book.otf") format("opentype");
  font-weight: 350; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("fonts/AvenirLTStd-Roman.otf") format("opentype");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("fonts/AvenirLTStd-Medium.otf") format("opentype");
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("fonts/AvenirLTStd-Heavy.otf") format("opentype");
  font-weight: 800; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("fonts/AvenirLTStd-Black.otf") format("opentype");
  font-weight: 900; font-style: normal; font-display: swap;
}

/* ---------- Tokens ---------- */
:root {
  --se-green:    #7AB800;
  --se-green-700:#5d8f00;
  --se-green-100:#ecf3d4;
  --se-gray:     #6C6F70;
  --se-gray-800: #2a2a2c;
  --se-gray-600: #4f5253;
  --se-gray-400: #9fa1a3;
  --se-gray-200: #d8d9da;
  --se-gray-100: #ececed;
  --se-black:    #414042;
  --se-deep:     #1f1e20;
  --se-white:    #ffffff;
  --se-off-white:#f4f4f3;

  --fg:          var(--se-black);
  --fg-2:        var(--se-gray);
  --fg-on-dark:  #ffffff;
  --fg-on-dark-2:rgba(255,255,255,0.72);
  --border:      var(--se-gray-200);
  --rule-on-dark:rgba(255,255,255,0.18);

  --font-header: "Zona Pro", "Avenir LT Std", system-ui, sans-serif;
  --font-body:   "Avenir LT Std", "Avenir Next", system-ui, sans-serif;

  --ease-out:    cubic-bezier(0.22, 1, 0.36, 1);

  --container:   1240px;
  --container-tight: 820px;
  --pad-x:       32px;
  --nav-h:       74px;
  --utility-h:   42px;
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + var(--utility-h)); }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: var(--fg);
  background: var(--se-white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
::selection { background: var(--se-green); color: #fff; }
img { max-width: 100%; display: block; }
a { color: inherit; }

/* ---------- Layout primitives ---------- */
.container { max-width: var(--container); margin: 0 auto; padding: 0 var(--pad-x); }
.container-tight { max-width: var(--container-tight); margin: 0 auto; padding: 0 var(--pad-x); }

section { padding: clamp(80px, 9vw, 132px) 0; position: relative; }
section.dark  { background: var(--se-black); color: var(--fg-on-dark); }
section.deep  { background: var(--se-deep); color: var(--fg-on-dark); }
section.off   { background: var(--se-off-white); }
section.paper { background: var(--se-white); }

/* ---------- Typography ---------- */
/* The signature eyebrow: short rule + uppercase label, optionally with em-dash separator */
.eyebrow {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 11.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--se-green);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 28px;
  line-height: 1;
}
.eyebrow::before {
  content: "";
  width: 26px; height: 1px;
  background: var(--se-green);
  display: inline-block;
  flex-shrink: 0;
}
.eyebrow.centered::after {
  content: "";
  width: 26px; height: 1px;
  background: var(--se-green);
  display: inline-block;
  flex-shrink: 0;
}
.eyebrow sup {
  font-size: 0.55em; vertical-align: super;
  font-family: var(--font-header); font-weight: 700;
}
.eyebrow .eyebrow-sep {
  opacity: 0.55;
  font-weight: 500;
  letter-spacing: 0;
}
.eyebrow .se-mark {
  font-family: var(--font-header);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0;
  color: var(--se-green);
}
.eyebrow .se-mark sup { font-size: 0.55em; vertical-align: super; }
.eyebrow .sep {
  display: inline-block;
  width: 20px; height: 1px;
  background: var(--se-green);
  opacity: 0.7;
}
.eyebrow .num {
  color: var(--se-gray);
  font-weight: 500;
  letter-spacing: 0.16em;
}
section.dark .eyebrow .num, section.deep .eyebrow .num { color: rgba(255,255,255,0.5); }
.eyebrow.centered { justify-content: center; }

h1, h2, h3, h4 { margin: 0; font-family: var(--font-header); font-weight: 700; }

.h1, h1 {
  font-size: clamp(40px, 5.6vw, 76px);
  line-height: 1.0;
  letter-spacing: -0.018em;
  text-transform: uppercase;
}
.h2, h2 {
  font-size: clamp(34px, 4.4vw, 60px);
  line-height: 1.0;
  letter-spacing: -0.015em;
  text-transform: uppercase;
}
.h3, h3 {
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.18;
  letter-spacing: 0;
  text-transform: uppercase;
}
.h4, h4 {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--se-green);
}

.display {
  font-family: var(--font-header);
  font-weight: 700;
  font-size: clamp(56px, 7.2vw, 104px);
  line-height: 0.94;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.lead {
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.55;
  color: var(--fg-2);
  margin: 0;
}
section.dark .lead, section.deep .lead { color: var(--fg-on-dark-2); }

p { margin: 0 0 1em; line-height: 1.62; font-size: 15.5px; }
p:last-child { margin-bottom: 0; }
.body-lg { font-size: 17.5px; line-height: 1.55; color: var(--fg); }

.green-period, .p { color: var(--se-green); }

/* Registered trademark mark — superscript, per brand-system rule A1 */
.rm {
  font-size: 0.52em;
  vertical-align: super;
  line-height: 0;
  font-weight: inherit;
  letter-spacing: 0;
  margin-left: 0.04em;
}
/* Two-sentence headline differentiation (A4): sentence 2 set in Zona Thin */
.hl-thin { font-weight: 200; }
/* Hero-only: sentence 2 set in brand green (A4 / E6) */
.ln-accent { color: var(--se-green); }

.rule {
  height: 2px; width: 56px; background: var(--se-green);
  border: 0; margin: 28px 0;
}
.rule.thin {
  height: 1px; width: 100%; background: var(--border); margin: 0;
}
section.dark .rule.thin, section.deep .rule.thin { background: var(--rule-on-dark); }

/* ---------- Buttons ---------- */
.btn {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 18px 28px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: background 0.2s var(--ease-out), color 0.2s var(--ease-out),
              border-color 0.2s var(--ease-out), transform 0.2s var(--ease-out);
  line-height: 1;
}
.btn .arrow { display: inline-block; transition: transform 0.2s var(--ease-out); }
.btn:hover .arrow { transform: translateX(4px); }
.btn-primary { background: var(--se-green); color: #fff; }
.btn-primary:hover { background: var(--se-green-700); }
.btn-light { background: #fff; color: var(--se-black); }
.btn-light:hover { background: var(--se-green); color: #fff; }
.btn-outline { background: transparent; color: var(--fg); border: 1.5px solid var(--fg); }
.btn-outline:hover { background: var(--fg); color: #fff; }
.btn-outline.on-dark { color: #fff; border-color: rgba(255,255,255,0.5); }
.btn-outline.on-dark:hover { background: #fff; color: var(--se-black); border-color: #fff; }
.btn:focus-visible { outline: 2px solid var(--se-green); outline-offset: 3px; }

/* ============================================================
   TOP UTILITY BAR
   ============================================================ */
.utility-bar {
  background: var(--se-black);
  color: rgba(255,255,255,0.78);
  font-family: var(--font-body);
  font-size: 11.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  position: sticky;
  top: 0;
  z-index: 70;
}
.utility-row {
  height: var(--utility-h);
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--pad-x);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.utility-left, .utility-right {
  display: flex;
  align-items: center;
  gap: 22px;
}
.utility-bar a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s var(--ease-out);
}
.utility-bar a:hover { color: var(--se-green); }
.utility-bar .dot {
  width: 4px; height: 4px; border-radius: 50%;
  background: var(--se-green);
  display: inline-block;
}
.utility-bar .sep {
  width: 1px; height: 14px;
  background: rgba(255,255,255,0.18);
  display: inline-block;
}
.utility-tag {
  color: rgba(255,255,255,0.55);
  font-weight: 800;
}
.utility-bar a, .utility-bar .utility-tag, .utility-bar .utility-locations a {
  white-space: nowrap;
}
.utility-bar .utility-tag, .utility-bar a, .utility-bar .utility-locations { flex-shrink: 0; }
.utility-locations { display: inline-flex; gap: 14px; align-items: center; }
.utility-locations a:not(:last-child)::after {
  content: "/";
  margin-left: 14px;
  color: rgba(255,255,255,0.28);
}
@media (max-width: 1100px) {
  .utility-left .utility-locations,
  .utility-left .utility-tag { display: none; }
}
@media (max-width: 720px) {
  .utility-right a:not(.secondary) { display: none; }
  .utility-right .sep { display: none; }
}

/* ============================================================
   NAV (Sticky)
   ============================================================ */
.nav {
  position: sticky; top: var(--utility-h); z-index: 60;
  background: rgba(255,255,255,0.96);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--border);
}
.nav-row {
  display: flex; align-items: center; justify-content: space-between;
  height: var(--nav-h);
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--pad-x);
}
.nav-logo { height: 40px; width: auto; }
.nav-links { display: flex; gap: 36px; align-items: center; }
.nav-link {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg);
  text-decoration: none;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  transition: color 0.2s var(--ease-out), border-color 0.2s var(--ease-out);
}
.nav-link:hover, .nav-link.active { color: var(--se-green); border-bottom-color: var(--se-green); }
.nav-cta { display: flex; align-items: center; gap: 16px; }
.nav .btn { padding: 12px 20px; font-size: 11px; white-space: nowrap; }

/* ---------- Franchise dropdown (D2) ---------- */
.nav-dropdown { position: relative; display: inline-flex; }
.nav-dropdown-toggle {
  background: none; border: 0; cursor: pointer;
  display: inline-flex; align-items: center; gap: 7px;
  border-bottom: 2px solid transparent;
}
.nav-dropdown-toggle .caret { font-size: 9px; transition: transform 0.2s var(--ease-out); }
.nav-dropdown:hover .nav-dropdown-toggle,
.nav-dropdown:focus-within .nav-dropdown-toggle {
  color: var(--se-green); border-bottom-color: var(--se-green);
}
.nav-dropdown:hover .caret,
.nav-dropdown:focus-within .caret { transform: rotate(180deg); }
.nav-dropdown-menu {
  position: absolute; top: calc(100% + 10px); left: 0;
  min-width: 248px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
  padding: 8px;
  opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: opacity 0.18s var(--ease-out), transform 0.18s var(--ease-out), visibility 0.18s;
  z-index: 70;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown-toggle[aria-expanded="true"] + .nav-dropdown-menu {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.nav-dropdown-item {
  display: flex; flex-direction: column; gap: 2px;
  padding: 11px 14px; border-radius: 6px;
  text-decoration: none; color: var(--fg);
  transition: background 0.15s var(--ease-out);
}
.nav-dropdown-item:hover, .nav-dropdown-item:focus-visible { background: var(--se-off-white); }
.nav-dropdown-item .ddi-title {
  font-family: var(--font-body); font-weight: 800;
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
}
.nav-dropdown-item:hover .ddi-title { color: var(--se-green); }
.nav-dropdown-item .ddi-sub {
  font-size: 12px; letter-spacing: 0; text-transform: none;
  font-weight: 400; color: var(--fg-2);
}
.nav-dropdown-item[aria-current="page"] .ddi-title { color: var(--se-green); }

@media (max-width: 1280px) {
  .nav-links { gap: 26px; }
}

/* ---------- Hamburger toggle + mobile menu ---------- */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px; height: 44px;
  padding: 0; margin: 0;
  background: none; border: 0; cursor: pointer;
  flex-shrink: 0;
}
.nav-toggle-bar {
  display: block; width: 24px; height: 2px;
  margin: 0 auto;
  background: var(--se-black);
  transition: transform 0.25s var(--ease-out), opacity 0.18s var(--ease-out);
}
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none;
  flex-direction: column;
  padding: 8px var(--pad-x) 24px;
  background: #fff;
  border-top: 1px solid var(--border);
}
.mobile-link {
  font-family: var(--font-body); font-weight: 800;
  font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--fg); text-decoration: none;
  padding: 15px 4px;
  border-bottom: 1px solid var(--se-gray-100);
}
.mobile-link:hover, .mobile-link:focus-visible { color: var(--se-green); }
.mobile-cta { margin-top: 18px; justify-content: center; text-align: center; }

/* Collapse the inline nav into the hamburger before the logo/links/CTA can overlap. */
@media (max-width: 1160px) {
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: flex; }
  .mobile-menu.open { display: flex; }
}

/* ============================================================
   1. HERO
   ============================================================ */
.hero {
  position: relative;
  color: #fff;
  background: var(--se-deep);
  overflow: hidden;
  min-height: 760px;
  display: flex;
  align-items: center;
}
.hero-bg {
  position: absolute; inset: 0;
  background: url("assets/photo-runner-points.jpg") center/cover no-repeat;
  opacity: 0.42;
  filter: grayscale(15%) contrast(1.05);
}
.hero-scrim {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 85% 8%, rgba(122,184,0,0.16), transparent 55%),
    linear-gradient(95deg, rgba(31,30,32,0.94) 0%, rgba(31,30,32,0.72) 48%, rgba(31,30,32,0.28) 100%);
}
.hero-inner {
  position: relative;
  padding: 96px 0 96px;
  width: 100%;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 64px;
  align-items: end;
}
.hero-eyebrow {
  color: var(--se-green);
  font-weight: 800; font-size: 11.5px; letter-spacing: 0.22em;
  text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 14px;
  margin-bottom: 28px;
}
.hero-eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--se-green); }
.hero-eyebrow .num { color: rgba(255,255,255,0.45); font-weight: 500; }
.hero h1 {
  font-family: var(--font-header); font-weight: 700;
  font-size: clamp(46px, 6.2vw, 86px);
  line-height: 0.95; letter-spacing: -0.025em;
  text-transform: uppercase;
  max-width: 18ch;
  margin: 0;
}
.hero h1 .p { color: var(--se-green); }
.hero .hero-sub {
  margin: 28px 0 0;
  font-size: clamp(15.5px, 1.2vw, 18px);
  line-height: 1.55;
  max-width: 56ch;
  color: rgba(255,255,255,0.82);
  font-weight: 400;
}
.hero .hero-cta { margin-top: 36px; display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero-trust {
  margin-top: 64px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.18);
  display: flex; gap: 24px 36px; flex-wrap: wrap;
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(255,255,255,0.62); font-weight: 800;
}
.hero-trust span { display: inline-flex; align-items: center; gap: 10px; }
.hero-trust span::before { content: ""; width: 4px; height: 4px; background: var(--se-green); border-radius: 50%; }

/* Hero side metadata column */
.hero-meta {
  border-left: 1px solid rgba(255,255,255,0.18);
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-self: end;
  margin-bottom: 4px;
}
.hero-meta .item .k {
  font-family: var(--font-body);
  font-weight: 800; font-size: 10.5px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 8px;
}
.hero-meta .item .v {
  font-family: var(--font-header);
  font-weight: 700; font-size: 18px;
  letter-spacing: -0.005em;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.15;
}
.hero-meta .item .v .p { color: var(--se-green); }

@media (max-width: 880px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-meta { border-left: none; border-top: 1px solid rgba(255,255,255,0.18); padding-left: 0; padding-top: 32px; flex-direction: row; flex-wrap: wrap; gap: 24px 48px; }
}

/* ============================================================
   2. STICKY SUB-NAV (handled inside main .nav; no extra section)
   ============================================================ */

/* ============================================================
   3. THE OPPORTUNITY
   ============================================================ */
.section-head { max-width: 64ch; margin: 0 0 56px; }
.section-head.centered { margin-left: auto; margin-right: auto; text-align: center; }

.opportunity-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 0 0 56px;
}
.flaw-card {
  background: #fff;
  border: 1px solid var(--border);
  padding: 36px;
  position: relative;
}
.flaw-card .tag {
  font-family: var(--font-body);
  font-weight: 800; font-size: 11px;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--fg-2);
  margin-bottom: 18px;
}
.flaw-card h3 {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: -0.005em;
  margin-bottom: 14px;
}
.flaw-card p { color: var(--fg); font-size: 16px; line-height: 1.65; margin: 0; }
.flaw-card::before {
  content: "";
  position: absolute; top: 0; left: 0; width: 48px; height: 3px;
  background: var(--se-gray-400);
}

.turn-line {
  font-family: var(--font-header);
  font-weight: 700;
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.18;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  max-width: 38ch;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 32px;
  border-top: 2px solid var(--se-green);
  text-wrap: pretty;
}
.turn-line { border-top-width: 0; position: relative; padding-top: 40px; }
.turn-line::before {
  content: "";
  display: block;
  width: 56px; height: 2px;
  background: var(--se-green);
  margin: 0 auto 28px;
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
}

/* ============================================================
   4. BRAND & SCIENCE
   ============================================================ */
.two-col {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 72px;
  align-items: center;
}
.two-col.reversed { grid-template-columns: 1fr 1.05fr; }
.two-col .image-block {
  aspect-ratio: 4/5;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.two-col .image-block::after {
  content: "";
  position: absolute;
  top: 24px; right: 24px;
  width: 80px; height: 2px;
  background: var(--se-green);
}
.brand-paragraphs p { font-size: 17px; line-height: 1.7; color: var(--fg); }
.brand-paragraphs p strong { font-weight: 800; }
/* "Human Performance Refined®" — stacked brand lockup, per Brand Guide p.11.
   HUMAN (Zona Bold) / PERFORMANCE (Zona Thin) / REFINED® (Zona Bold, green). */
.brand-signature {
  display: block;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--border);
  font-family: var(--font-header);
  font-weight: 700;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.02;
  letter-spacing: -0.005em;
  text-transform: uppercase;
}
.brand-signature .hpr-1,
.brand-signature .hpr-2,
.brand-signature .hpr-3 { display: block; }
.brand-signature .hpr-1 { font-weight: 700; }          /* HUMAN — Bold */
.brand-signature .hpr-2 { font-weight: 200; }          /* PERFORMANCE — Thin */
.brand-signature .hpr-3 { font-weight: 700; color: var(--se-green); } /* REFINED® — Bold green */
.brand-signature .hpr-3 .p { color: var(--se-green); }
section.dark .brand-signature .hpr-1, section.deep .brand-signature .hpr-1,
section.dark .brand-signature .hpr-2, section.deep .brand-signature .hpr-2 { color: #fff; }

/* Inline mention of the tagline — single line, with REFINED in brand green. */
.hpr-refined { color: var(--se-green); }

/* ============================================================
   5. (SE) ECOSYSTEM — Editorial grid, not cards
   ============================================================ */
.eco-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0 0 56px;
  border-top: 1px solid rgba(255,255,255,0.18);
}
/* Light-background variant: switch borders + text colors */
section.paper .eco-grid,
section.off .eco-grid,
.eco-grid.eco-grid-light {
  border-top: 1px solid var(--border);
}
section.paper .eco-card,
section.off .eco-card,
.eco-grid-light .eco-card {
  border-right: 1px solid var(--border);
}
section.paper .eco-card p,
section.off .eco-card p,
.eco-grid-light .eco-card p { color: var(--fg-2); }
section.paper .eco-card h3,
section.off .eco-card h3,
.eco-grid-light .eco-card h3 { color: var(--fg); }
section.paper .eco-card:hover,
section.off .eco-card:hover,
.eco-grid-light .eco-card:hover { background: rgba(122,184,0,0.05); }

.eco-card {
  background: transparent;
  padding: 36px 28px 36px 0;
  position: relative;
  border-right: 1px solid rgba(255,255,255,0.14);
  border-bottom: 1px solid rgba(255,255,255,0.18);
  min-height: 280px;
  display: flex; flex-direction: column;
  transition: background 0.25s var(--ease-out);
}
.eco-card:last-child { border-right: none; }
.eco-card + .eco-card { padding-left: 28px; }
.eco-card:hover { background: rgba(122,184,0,0.04); }
.eco-card .num {
  font-family: var(--font-header);
  font-weight: 700; font-size: 11.5px;
  color: var(--se-green);
  letter-spacing: 0.22em;
  margin-bottom: 32px;
  display: flex; align-items: center; gap: 10px;
}
.eco-card .num::before {
  content: "";
  width: 6px; height: 6px;
  background: var(--se-green);
  display: inline-block;
}
.eco-card h3 {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #fff;
  letter-spacing: -0.005em;
  line-height: 1.1;
}
.eco-card p {
  color: rgba(255,255,255,0.72);
  font-size: 14px; line-height: 1.6;
  margin: 0;
}

.eco-point {
  padding-top: 8px;
  font-family: var(--font-header);
  font-weight: 700;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.28;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  color: #fff;
  max-width: 64ch;
}
.eco-point .p { color: var(--se-green); }

/* ============================================================
   5b. POINT BAR — Ecosystem closing line on light bg
   ============================================================ */
.point-bar {
  margin: 88px 0 24px;
  padding: 48px 48px;
  background: var(--se-black);
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.point-bar::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 70% at 20% 20%, rgba(122,184,0,0.10), transparent 60%),
    radial-gradient(ellipse 50% 60% at 90% 90%, rgba(122,184,0,0.08), transparent 60%);
  pointer-events: none;
}
.point-bar p {
  position: relative;
  font-family: var(--font-header);
  font-weight: 700;
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.32;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  max-width: 72ch;
  margin: 0 auto;
}
.point-bar p strong { font-weight: 700; color: #fff; display: inline-block; }
.point-bar p .p { color: var(--se-green); }
.point-bar p br + strong,
.point-bar p strong { margin-top: 8px; }

/* ============================================================
   5c. SECONDARY LEAD (small intro line under big lead)
   ============================================================ */
.lead-secondary {
  margin: 18px 0 0;
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--fg-2);
  max-width: 60ch;
}
section.dark .lead-secondary, section.deep .lead-secondary { color: rgba(255,255,255,0.7); }

/* ============================================================
   5d. THESIS LINE — Message 2 closing thesis statement
   ============================================================ */
.thesis-line {
  margin: 48px 0 0;
  font-family: var(--font-header);
  font-weight: 700;
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.18;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  color: #fff;
  max-width: 56ch;
}
.thesis-line::before {
  content: "";
  display: block;
  width: 56px; height: 2px;
  background: var(--se-green);
  margin-bottom: 28px;
}
.thesis-line .p { color: var(--se-green); }
section.paper .thesis-line, section.off .thesis-line { color: var(--fg); }

/* ============================================================
   5e. COMPLIANCE NOTE
   ============================================================ */
.compliance-note {
  font-size: 13px;
  line-height: 1.6;
  color: var(--fg-2);
  font-style: italic;
  max-width: 64ch;
  margin: 24px auto 0;
  text-align: center;
}
section.dark .compliance-note, section.deep .compliance-note { color: rgba(255,255,255,0.55); }

/* ============================================================
   5f. SECTION-HEAD CENTERED — center the lead too
   ============================================================ */
.section-head.centered .lead {
  margin-left: auto;
  margin-right: auto;
  max-width: 60ch;
}

/* ============================================================
   5h. ECO PHOTO GRID — 4 cards w/ images
   ============================================================ */
.eco-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 56px 0 0;
}
.eco-photo-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--border);
  overflow: hidden;
  transition: transform 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out), border-color 0.35s var(--ease-out);
}
.eco-photo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px -22px rgba(31,30,32,0.25);
  border-color: rgba(122,184,0,0.4);
}
.eco-photo-card .img {
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
  filter: saturate(0.95);
  transition: transform 0.9s var(--ease-out);
}
.eco-photo-card:hover .img { transform: scale(1.04); }
.eco-photo-card .body {
  padding: 24px 22px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  position: relative;
}
.eco-photo-card .num {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--se-green);
  display: inline-flex; align-items: center; gap: 10px;
}
.eco-photo-card .num::before {
  content: "";
  width: 6px; height: 6px;
  background: var(--se-green);
  display: inline-block;
  flex-shrink: 0;
}
.eco-photo-card h3 {
  font-family: var(--font-header);
  font-weight: 700;
  font-size: 19px;
  line-height: 1.15;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  color: var(--fg);
  margin: 0;
}
.eco-photo-card h3 .p { color: var(--se-green); }
.eco-photo-card h3 sup {
  font-size: 0.55em; vertical-align: super;
  font-weight: 700;
}
.eco-photo-card p {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--fg-2);
  margin: 0;
}

@media (max-width: 1100px) {
  .eco-photo-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .eco-photo-grid { grid-template-columns: 1fr; gap: 16px; }
}

/* ============================================================
   5i. OPPORTUNITY PHOTO — cinematic band w/ caption
   ============================================================ */
.opp-photo {
  position: relative;
  margin: 56px 0 64px;
  aspect-ratio: 21/8;
  overflow: hidden;
  background: var(--se-black);
  isolation: isolate;
}
.opp-photo .img {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center 40%;
  filter: saturate(0.95) contrast(1.02);
  transition: transform 1.2s var(--ease-out);
}
.opp-photo:hover .img { transform: scale(1.025); }
.opp-photo::before {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(31,30,32,0.45) 0%, rgba(31,30,32,0.05) 38%, transparent 60%),
    linear-gradient(180deg, transparent 55%, rgba(31,30,32,0.55) 100%);
  z-index: 1;
}
.opp-photo figcaption {
  position: absolute;
  left: 32px; right: 32px; bottom: 28px;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  color: #fff;
}
.opp-photo .pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  background: rgba(31,30,32,0.72);
  border: 1px solid rgba(255,255,255,0.16);
  backdrop-filter: blur(4px);
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
}
.opp-photo .pill .dot {
  width: 7px; height: 7px;
  background: var(--se-green);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(122,184,0,0.20);
}
.opp-photo .quote {
  font-family: var(--font-header);
  font-weight: 700;
  font-size: clamp(16px, 1.5vw, 22px);
  letter-spacing: -0.005em;
  text-transform: uppercase;
  color: #fff;
  text-align: right;
}
.opp-photo .quote .p { color: var(--se-green); }
@media (max-width: 760px) {
  .opp-photo { aspect-ratio: 4/3; }
  .opp-photo figcaption { flex-direction: column; align-items: flex-start; gap: 14px; }
  .opp-photo .quote { text-align: left; }
}

/* ============================================================
   5j. MESSAGE 1 — Full-bleed cinematic banner opener
   ============================================================ */
.msg1 { padding-top: 0 !important; }
.msg1-banner {
  position: relative;
  width: 100%;
  height: clamp(380px, 46vw, 560px);
  overflow: hidden;
  background: #0a0a0b;
  isolation: isolate;
  margin-bottom: clamp(56px, 7vw, 96px);
}
.msg1-banner .img {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center 45%;
  transition: transform 1.6s var(--ease-out);
  filter: saturate(0.95) contrast(1.04);
}
.msg1-banner:hover .img { transform: scale(1.025); }
.msg1-banner::before {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(10,10,11,0.88) 0%, rgba(10,10,11,0.55) 38%, rgba(10,10,11,0.10) 62%, transparent 80%),
    linear-gradient(180deg, rgba(10,10,11,0.45) 0%, transparent 30%, transparent 70%, rgba(10,10,11,0.65) 100%);
  z-index: 1;
}
.msg1-banner::after {
  /* a thin green accent rule along the bottom — brand signature */
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 3px;
  background: var(--se-green);
  z-index: 2;
}
.msg1-banner-overlay {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
}
.msg1-banner-overlay > .container { width: 100%; }
.msg1-banner-text {
  max-width: 620px;
}
.msg1-banner-text .eyebrow {
  margin-bottom: 24px;
}
.msg1-banner-text h2 {
  margin: 0;
  font-size: clamp(40px, 5.4vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.012em;
  color: #fff;
  text-shadow: 0 2px 24px rgba(0,0,0,0.4);
}

@media (max-width: 720px) {
  .msg1-banner { height: 360px; }
  .msg1-banner::before {
    background:
      linear-gradient(180deg, rgba(10,10,11,0.30) 0%, rgba(10,10,11,0.55) 55%, rgba(10,10,11,0.90) 100%);
  }
  .msg1-banner-overlay { align-items: flex-end; padding-bottom: 32px; }
  .msg1-banner-text h2 br { display: none; }
}

/* ============================================================
   5k. MESSAGE 2 — Top 2-col (text + portrait), list full-width below
   ============================================================ */
.msg2-top {
  display: grid;
  grid-template-columns: 1.5fr minmax(280px, 1fr);
  gap: 64px;
  align-items: stretch;
  margin-bottom: 64px;
}
.msg2-top-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.msg2-top-text h2 {
  margin-bottom: 28px;
}
.msg2-top-text .copy-paragraphs { margin-top: 0; }
.msg2-top-text .copy-paragraphs p:last-child { margin-bottom: 0; }

.msg2-portrait {
  margin: 0;
  isolation: isolate;
  align-self: stretch;
  display: flex;
  flex-direction: column;
}
.msg2-portrait .img {
  width: 100%;
  flex: 1 1 auto;
  min-height: 360px;
  background-size: cover;
  background-position: center 22%;
  background-color: var(--se-black);
  filter: saturate(0.96) contrast(1.02);
}
.msg2-portrait figcaption {
  margin-top: 0;
  padding: 20px 22px 22px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-top: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.msg2-portrait .role {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--se-green);
  display: inline-flex; align-items: center; gap: 10px;
}
.msg2-portrait .role::before {
  content: "";
  width: 6px; height: 6px;
  background: var(--se-green);
  display: inline-block;
}
.msg2-portrait .name {
  font-family: var(--font-header);
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  color: #fff;
  margin-top: 4px;
}
.msg2-portrait .name .p { color: var(--se-green); }
.msg2-portrait .loc {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 12.5px;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.55);
  margin-top: 4px;
}

@media (max-width: 1024px) {
  .msg2-top { grid-template-columns: 1fr; gap: 40px; }
  .msg2-portrait { max-width: 460px; }
  .msg2-portrait .img { aspect-ratio: 4/5; min-height: 0; }
}

/* ============================================================
   5l. MESSAGE 1 — Copy grid (magazine spread)
   ============================================================ */
.msg1-copy-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 72px;
  align-items: start;
  margin-bottom: 64px;
}
.msg1-copy-grid .msg1-lead {
  font-family: var(--font-header);
  font-weight: 500;
  font-size: clamp(22px, 1.8vw, 28px);
  line-height: 1.32;
  letter-spacing: -0.005em;
  color: #fff;
  margin: 0;
  padding-top: 8px;
  padding-left: 24px;
  border-left: 3px solid var(--se-green);
}
.msg1-copy-grid .msg1-lead strong {
  font-weight: 700;
  color: #fff;
}
.msg1-copy-grid .msg1-copy-body p {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255,255,255,0.82);
  margin: 0 0 22px;
}
.msg1-copy-grid .msg1-copy-body p:last-child { margin-bottom: 0; }
.msg1-copy-grid .msg1-copy-body p strong { color: #fff; font-weight: 700; }
.msg1-copy-grid .msg1-copy-body p em {
  color: var(--se-green);
  font-style: normal;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .msg1-copy-grid { grid-template-columns: 1fr; gap: 36px; }
  .msg1-copy-grid .msg1-lead { padding-left: 18px; }
}

/* ============================================================
   5m. OPPORTUNITY — Editorial header grid
   ============================================================ */
.opp-head {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 72px;
  align-items: end;
  max-width: none;
}
.opp-head .opp-head-left h2 { margin: 0; }
.opp-head .opp-head-right { padding-bottom: 8px; }
.opp-head .opp-head-right .lead { margin: 0; max-width: none; }
.opp-head .opp-head-right .lead-secondary { margin-top: 18px; max-width: none; }

@media (max-width: 1024px) {
  .opp-head { grid-template-columns: 1fr; gap: 32px; align-items: start; }
  .opp-head .opp-head-right { padding-bottom: 0; }
}

/* ============================================================
   5n. METHOD TESTIMONIALS — 3-card band + closing brand signoff
   ============================================================ */
.method-testimonials {
  margin-top: clamp(64px, 8vw, 104px);
  padding-top: 56px;
  border-top: 1px solid var(--border);
}
.testi-eyebrow {
  text-align: center;
  margin-bottom: 40px;
}
.testi-eyebrow .eyebrow { justify-content: center; }
.testi-eyebrow .eyebrow::after {
  content: "";
  width: 26px; height: 1px;
  background: var(--se-green);
  display: inline-block;
}
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.testi-card {
  margin: 0;
  display: flex;
  flex-direction: column;
  background: var(--se-black);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
  transition: transform 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out);
}
.testi-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px -28px rgba(31,30,32,0.45);
}
.testi-card .img {
  aspect-ratio: 3/4;
  background-size: cover;
  background-position: center top;
  background-color: #0a0a0b;
  filter: grayscale(0.05) contrast(1.04);
  transition: transform 1.2s var(--ease-out);
}
.testi-card:hover .img { transform: scale(1.03); }
.testi-card figcaption {
  padding: 26px 26px 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  flex: 1;
  position: relative;
}
.testi-card figcaption::before {
  /* large green quote mark, decorative */
  content: "“";
  position: absolute;
  top: 12px;
  left: 22px;
  font-family: var(--font-header);
  font-weight: 700;
  font-size: 88px;
  line-height: 1;
  color: var(--se-green);
  opacity: 0.18;
  pointer-events: none;
}
.testi-card blockquote {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255,255,255,0.86);
  text-wrap: pretty;
}
.testi-card cite {
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.10);
}
.testi-card cite .name {
  font-family: var(--font-header);
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  color: #fff;
}
.testi-card cite .name .p { color: var(--se-green); }
.testi-card cite .role {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 11.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--se-green);
}

.method-signoff {
  margin-top: clamp(56px, 7vw, 96px);
  text-align: center;
}
.method-signoff .brand-signature {
  display: inline-block;
  font-family: var(--font-header);
  font-weight: 700;
  font-size: clamp(28px, 3.6vw, 52px);
  line-height: 1;
  letter-spacing: -0.012em;
  text-transform: uppercase;
  color: var(--fg);
  padding-top: 32px;
  border-top: 2px solid var(--se-green);
}
.method-signoff .brand-signature .p { color: var(--se-green); }

@media (max-width: 960px) {
  .testi-grid { grid-template-columns: 1fr; gap: 20px; }
}

/* ============================================================
   5g. PHOTO STRIP — full-bleed editorial 3-up
   ============================================================ */
.photo-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 0;
  background: var(--se-black);
}
.photo-strip figure {
  position: relative;
  margin: 0;
  aspect-ratio: 4/3;
  overflow: hidden;
  isolation: isolate;
}
.photo-strip figure .img {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  filter: saturate(0.92) contrast(1.02);
  transition: transform 0.9s var(--ease-out), filter 0.4s var(--ease-out);
}
.photo-strip figure::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(31,30,32,0.05) 0%, rgba(31,30,32,0.15) 45%, rgba(31,30,32,0.85) 100%);
  z-index: 1;
}
.photo-strip figure:hover .img { transform: scale(1.04); filter: saturate(1) contrast(1.04); }
.photo-strip figcaption {
  position: absolute;
  left: 28px; right: 28px; bottom: 26px;
  z-index: 2;
  display: flex; flex-direction: column; gap: 8px;
  color: #fff;
}
.photo-strip figcaption .num {
  font-family: var(--font-header);
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--se-green);
  display: inline-flex; align-items: center; gap: 10px;
}
.photo-strip figcaption .num::before {
  content: "";
  width: 6px; height: 6px;
  background: var(--se-green);
  display: inline-block;
}
.photo-strip figcaption .ttl {
  font-family: var(--font-header);
  font-weight: 700;
  font-size: clamp(20px, 1.8vw, 26px);
  letter-spacing: -0.005em;
  text-transform: uppercase;
  line-height: 1.05;
}
.photo-strip figcaption .ttl .p { color: var(--se-green); }
@media (max-width: 880px) {
  .photo-strip { grid-template-columns: 1fr; }
  .photo-strip figure { aspect-ratio: 16/9; }
}

/* ============================================================
   6. MESSAGE 1 — NOT A SUITE BUSINESS  (dark)
   ============================================================ */
.message-section .section-head { max-width: 68ch; }
.message-section .copy-paragraphs {
  max-width: 64ch;
  margin: 32px 0 0;
}
.message-section .copy-paragraphs p {
  font-size: 17.5px;
  line-height: 1.72;
  color: rgba(255,255,255,0.82);
  margin-bottom: 1em;
}
.message-section .copy-paragraphs p strong {
  color: #fff; font-weight: 800;
}
.message-section .copy-paragraphs p em {
  font-style: normal;
  color: var(--se-green);
  font-weight: 500;
}

/* Comparison table */
.compare {
  margin-top: 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(7, auto);
  border: 1px solid var(--rule-on-dark);
}
.compare .col {
  padding: 28px 32px 8px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: 1 / -1;
}
.compare .col.them { background: rgba(255,255,255,0.02); }
.compare .col.us { background: rgba(122,184,0,0.06); }
.compare .col-head {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--rule-on-dark);
}
.compare .col.them .col-head { color: rgba(255,255,255,0.55); }
.compare .col.us .col-head { color: var(--se-green); }
.compare .row {
  padding: 22px 0;
  font-size: 15.5px;
  line-height: 1.5;
  border-bottom: 1px solid var(--rule-on-dark);
}
.compare .row:last-child { border-bottom: none; }
.compare .col.them .row { color: rgba(255,255,255,0.7); }
.compare .col.us .row { color: #fff; font-weight: 500; }

/* Insider callout */
.insider {
  margin-top: 48px;
  padding: 32px 36px;
  background: rgba(122,184,0,0.07);
  border-left: 3px solid var(--se-green);
  max-width: 72ch;
}
.insider .insider-label {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--se-green);
  margin-bottom: 14px;
  display: flex; align-items: center; gap: 12px;
}
.insider .insider-label::before {
  content: ""; width: 18px; height: 2px; background: var(--se-green);
}
.insider p { font-size: 15.5px; line-height: 1.7; margin: 0; }
section.dark .insider p, section.deep .insider p { color: rgba(255,255,255,0.84); }
section.paper .insider, section.off .insider { background: rgba(122,184,0,0.07); }
section.paper .insider p, section.off .insider p { color: var(--fg); }

.message-section .cta-row { margin-top: 48px; }

/* ============================================================
   7. MESSAGE 2 — WHY THEY STAY
   ============================================================ */
.stay-list {
  list-style: none;
  padding: 0;
  margin: 56px 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  counter-reset: stay-counter;
  border-top: 1px solid var(--rule-on-dark);
}
.stay-list li {
  counter-increment: stay-counter;
  padding: 32px 36px 32px 28px;
  border-bottom: 1px solid var(--rule-on-dark);
  border-right: 1px solid var(--rule-on-dark);
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.stay-list li:nth-child(2n) { border-right: none; }
.stay-list li:nth-last-child(-n+2):not(:nth-last-child(1)) { /* second to last */ }
.stay-list li:last-child { /* last row right border off handled by nth-child */ }
@media (min-width: 880px) {
  .stay-list li:nth-child(4) ~ li,
  .stay-list li:nth-child(n+5) { /* 5th item spans both cols */ }
  .stay-list li:nth-child(5) { grid-column: 1 / -1; }
}
.stay-list .n {
  font-family: var(--font-header);
  font-weight: 700;
  font-size: 28px;
  color: var(--se-green);
  line-height: 1;
  flex-shrink: 0;
  width: 48px;
}
.stay-list .body h4 {
  color: #fff;
  font-family: var(--font-header);
  font-weight: 700;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: -0.005em;
  margin: 0 0 8px;
}
.stay-list .body p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255,255,255,0.72);
}

.reassurance {
  margin-top: 40px;
  padding: 32px 36px;
  background: rgba(255,255,255,0.04);
  border-left: 3px solid #fff;
  max-width: 72ch;
}
.reassurance p { margin: 0; font-size: 16px; line-height: 1.7; color: rgba(255,255,255,0.92); }
.reassurance p strong { color: #fff; font-weight: 800; }

/* ============================================================
   8. WHAT YOU OWN
   ============================================================ */
.own-paragraph {
  font-size: clamp(20px, 1.8vw, 24px);
  line-height: 1.55;
  font-weight: 400;
  color: var(--fg);
  max-width: 32ch;
  margin-top: 32px;
}
.own-streams {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--border);
}
.own-streams .stream {
  padding: 28px 0;
  border-bottom: 1px solid var(--border);
}
.own-streams .stream + .stream { border-left: 1px solid var(--border); padding-left: 28px; }
.own-streams .stream:first-child { padding-left: 0; }
.own-streams .stream:nth-child(n+2) { padding-left: 28px; }
.own-streams .num {
  font-family: var(--font-header); font-weight: 700;
  font-size: 13px; color: var(--se-green); letter-spacing: 0.12em;
  margin-bottom: 18px;
}
.own-streams .stream-tag {
  display: inline-block;
  font-family: var(--font-header);
  font-weight: 700;
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fg-2);
  padding: 4px 9px;
  border: 1px solid var(--border);
  border-radius: 999px;
  margin-bottom: 14px;
}
.own-streams .label {
  font-family: var(--font-header); font-weight: 700;
  font-size: 17px; text-transform: uppercase;
  line-height: 1.22;
  letter-spacing: -0.005em;
}
.own-streams .label sup { font-size: 0.6em; vertical-align: super; }
.own-streams .label .p { color: var(--se-green); }
.own-streams .stream p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--fg-2);
}

/* Ecosystem bands — label + framing line above each block */
.eco-band { margin-top: 88px; }
.eco-band:first-of-type { margin-top: 64px; }
.eco-band-head {
  display: grid;
  grid-template-columns: minmax(0, 180px) 1fr;
  gap: 48px;
  align-items: start;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border);
}
.eco-band-head .eyebrow { margin: 10px 0 0; }
.eco-band-head p {
  margin: 0;
  font-family: var(--font-header);
  font-weight: 700;
  font-size: clamp(25px, 2.7vw, 36px);
  line-height: 1.18;
  letter-spacing: -0.018em;
  color: var(--fg);
  max-width: 24ch;
  text-wrap: balance;
}
.eco-band-head p .hl { color: var(--se-green); }
.eco-band .eco-photo-grid,
.eco-band .own-streams { margin-top: 44px; }
.eco-band .own-streams { border-top: none; }

/* Revenue layers — grouped recurring-core vs additive cards */
.rev-layers {
  margin-top: 44px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.rev-group-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--border);
}
.rev-group-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-header);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--fg);
}
.rev-group-label::before {
  content: "";
  width: 9px; height: 9px;
  border-radius: 2px;
  flex-shrink: 0;
}
.rev-group--core .rev-group-label::before { background: var(--se-green); }
.rev-group--additive .rev-group-label::before {
  background: transparent;
  border: 1.5px solid var(--se-gray-400);
}
.rev-group-note {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--fg-2);
  text-align: right;
}
.rev-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.rev-card {
  display: flex;
  flex-direction: column;
  padding: 24px 22px 26px;
  border: 1px solid var(--border);
  border-top-width: 3px;
  background: #fff;
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out), border-color 0.3s var(--ease-out);
}
.rev-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px -22px rgba(31,30,32,0.28);
}
.rev-card--core { border-top-color: var(--se-green); }
.rev-card--core:hover { border-color: rgba(122,184,0,0.45); border-top-color: var(--se-green); }
.rev-card--additive {
  background: var(--se-off-white);
  border-top-color: var(--se-gray-400);
}
.rev-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 18px;
}
.rev-num {
  font-family: var(--font-header);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.12em;
}
.rev-card--core .rev-num { color: var(--se-green); }
.rev-card--additive .rev-num { color: var(--se-gray-400); }
.rev-card .stream-tag {
  display: inline-block;
  font-family: var(--font-header);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--fg-2);
  padding: 4px 9px;
  border: 1px solid var(--border);
  border-radius: 999px;
  white-space: nowrap;
}
.rev-title {
  font-family: var(--font-header);
  font-weight: 700;
  font-size: 17px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: -0.005em;
  margin: 0 0 10px;
  text-wrap: balance;
}
.rev-title sup { font-size: 0.6em; vertical-align: super; }
.rev-title .p { color: var(--se-green); }
.rev-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--fg-2);
}
@media (max-width: 980px) {
  .rev-layers { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 540px) {
  .rev-cards { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .eco-band { margin-top: 64px; }
  .eco-band-head { grid-template-columns: 1fr; gap: 18px; padding-bottom: 32px; }
  .eco-band-head .eyebrow { margin: 0; }
}

.compliance-note {
  margin-top: 64px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--fg-2);
  max-width: 70ch;
  font-style: normal;
}

/* ============================================================
   9. BUILT FOR OWNERS
   ============================================================ */
.support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0 0 48px;
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
}
.support-item {
  padding: 36px 32px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: #fff;
}
.support-item .icon {
  width: 34px; height: 34px;
  color: var(--se-green);
  margin-bottom: 22px;
}
.support-item .icon svg { width: 100%; height: 100%; }
.support-item h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: -0.005em;
}
.support-item p {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--fg-2);
  margin: 0;
}

.reassurance-light {
  padding: 32px 36px;
  background: rgba(122,184,0,0.07);
  border-left: 3px solid var(--se-green);
  max-width: 72ch;
}
.reassurance-light p { margin: 0; font-size: 16px; line-height: 1.7; color: var(--fg); }
.reassurance-light p strong { font-weight: 800; color: var(--se-green); }

/* ============================================================
   10. INVESTMENT
   ============================================================ */
.invest-figures {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 24px;
  margin: 56px 0 40px;
  border-top: 2px solid var(--se-green);
  padding-top: 40px;
}
.invest-figure .label {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--fg-on-dark-2);
  margin-bottom: 16px;
}
.invest-figure .value {
  font-family: var(--font-header);
  font-weight: 700;
  font-size: clamp(40px, 5.4vw, 78px);
  line-height: 0.96;
  letter-spacing: -0.02em;
  color: #fff;
}
.invest-figure .value .small {
  font-size: 0.58em;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0;
}
.invest-figure + .invest-figure {
  padding-left: 32px;
  border-left: 1px solid var(--rule-on-dark);
}
.invest-paragraph {
  max-width: 60ch;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,0.78);
  margin-bottom: 32px;
}

/* Light-bg variants for Investment section (paper/off) */
section.paper .invest-figure .label,
section.off .invest-figure .label { color: var(--fg-2); }
section.paper .invest-figure .value,
section.off .invest-figure .value { color: var(--fg); }
section.paper .invest-figure + .invest-figure,
section.off .invest-figure + .invest-figure { border-left-color: var(--border); }
section.paper .invest-paragraph,
section.off .invest-paragraph { color: var(--fg-2); }

/* ============================================================
   11. FOUNDERS
   ============================================================ */
.founders-img {
  background-size: cover;
  background-position: center;
  aspect-ratio: 4/5;
  position: relative;
}
.founders-img::after {
  content: "";
  position: absolute;
  bottom: 24px; left: 24px;
  width: 80px; height: 2px;
  background: var(--se-green);
}

/* Founders — two-up portrait pair (Doug + Jason) */
.founders-portraits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.founder { margin: 0; }
.founder-photo {
  aspect-ratio: 4/5;
  background-size: cover;
  background-position: center;
  position: relative;
}
.founder-photo::after {
  content: "";
  position: absolute;
  bottom: 16px; left: 16px;
  width: 56px; height: 2px;
  background: var(--se-green);
}
.founder figcaption {
  display: flex; flex-direction: column; gap: 3px;
  margin-top: 14px;
}
.founder-name {
  font-family: var(--font-header); font-weight: 700;
  font-size: clamp(15px, 1.4vw, 19px);
  text-transform: uppercase; letter-spacing: -0.01em;
  line-height: 1;
}
.founder-role {
  font-family: var(--font-body); font-weight: 800;
  font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--se-green);
  line-height: 1.3;
}

/* ============================================================
   12. WHY STRUCTURAL ELEMENTS
   ============================================================ */
.trust-tiles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 56px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.trust-tile {
  padding: 36px 28px;
  border-right: 1px solid var(--border);
}
.trust-tile:last-child { border-right: none; }
.trust-tile .big {
  font-family: var(--font-header);
  font-weight: 700;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--se-black);
  margin-bottom: 18px;
  text-transform: uppercase;
}
.trust-tile .big .p { color: var(--se-green); }
.trust-tile p {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--fg-2);
  margin: 0;
}

.why-statement {
  font-family: var(--font-header);
  font-weight: 700;
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.22;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  max-width: none;
  margin-top: 64px;
  padding-top: 48px;
  border-top: 1px solid var(--border);
  text-wrap: pretty;
  color: var(--fg);
}
.why-statement .muted {
  color: var(--fg-2);
  opacity: 0.55;
  display: inline;
}
.why-statement .hl {
  color: var(--se-green);
  display: inline;
}
.why-statement .p { color: var(--se-green); }
section.dark .why-statement, section.deep .why-statement {
  border-top-color: rgba(255,255,255,0.16);
  color: #fff;
}
section.dark .why-statement .muted, section.deep .why-statement .muted {
  color: rgba(255,255,255,0.45);
}

/* ============================================================
   13. FAQ
   ============================================================ */
.faq-list {
  margin-top: 48px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid var(--border);
}
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q {
  background: none;
  border: none;
  width: 100%;
  padding: 26px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  cursor: pointer;
  font-family: var(--font-header);
  font-weight: 700;
  font-size: 19px;
  line-height: 1.3;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  color: var(--fg);
  gap: 32px;
}
.faq-q:hover { color: var(--se-green); }
.faq-q .icon {
  flex-shrink: 0;
  width: 28px; height: 28px;
  border: 1.5px solid var(--fg);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-header);
  font-size: 18px;
  font-weight: 700;
  transition: transform 0.25s var(--ease-out), background 0.25s, color 0.25s, border-color 0.25s;
}
.faq-q[aria-expanded="true"] { color: var(--se-green); }
.faq-q[aria-expanded="true"] .icon {
  background: var(--se-green);
  border-color: var(--se-green);
  color: #fff;
  transform: rotate(45deg);
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s var(--ease-out);
}
.faq-a-inner {
  padding: 0 0 28px;
  max-width: 64ch;
  font-size: 16px;
  line-height: 1.7;
  color: var(--fg);
}
.faq-a-inner p { margin: 0; }

/* ============================================================
   14. FINAL CTA + FORM
   ============================================================ */
.final-cta {
  position: relative;
  background: var(--se-deep);
  color: #fff;
  overflow: hidden;
}
.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 70% at 90% 90%, rgba(122,184,0,0.20), transparent 60%),
    radial-gradient(ellipse 60% 50% at 10% 0%, rgba(122,184,0,0.10), transparent 60%);
  pointer-events: none;
}
.final-cta-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 64px;
  align-items: start;
}
.final-cta-grid .lead {
  font-size: 18px;
  color: rgba(255,255,255,0.78);
  margin-top: 24px;
  max-width: 44ch;
}
.final-cta-trust {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--rule-on-dark);
  display: flex; flex-direction: column; gap: 14px;
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  max-width: 38ch;
}
.final-cta-trust .item {
  display: flex; align-items: flex-start; gap: 14px;
}
.final-cta-trust .item .check {
  flex-shrink: 0; width: 18px; height: 18px;
  border-radius: 50%; background: var(--se-green);
  display: inline-flex; align-items: center; justify-content: center;
  margin-top: 2px;
}
.final-cta-trust .item .check::after {
  content: ""; width: 8px; height: 4px;
  border-left: 2px solid #fff; border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translateY(-1px);
}

/* Form card */
.form-card {
  background: #fff;
  color: var(--fg);
  padding: 40px;
  border-radius: 6px;
  box-shadow: 0 30px 60px -20px rgba(0,0,0,0.5);
}
.form-card h3 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.form-card .form-sub {
  font-size: 13px;
  color: var(--fg-2);
  margin-bottom: 28px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.field label {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fg-2);
}
.field input, .field select {
  font-family: var(--font-body);
  font-size: 15px;
  padding: 13px 14px;
  border: 1px solid var(--border);
  border-radius: 4px;
  color: var(--fg);
  background: #fff;
  width: 100%;
  transition: border-color 0.2s var(--ease-out), box-shadow 0.2s var(--ease-out);
}
.field input:focus, .field select:focus {
  outline: none;
  border-color: var(--se-green);
  box-shadow: 0 0 0 3px rgba(122,184,0,0.16);
}
.field input:invalid:not(:placeholder-shown) {
  border-color: #c0392b;
}
.field.required label::after { content: " *"; color: var(--se-green); }
.form-card .btn { width: 100%; justify-content: center; padding: 18px; margin-top: 12px; }
.form-microcopy {
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--fg-2);
  margin-top: 16px;
  text-align: center;
}
.form-consent {
  font-size: 10px;
  line-height: 1.55;
  color: var(--fg-2);
  opacity: 0.75;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--line, rgba(0, 0, 0, 0.08));
  text-align: center;
}
.form-consent a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.form-success {
  display: none;
  text-align: center;
  padding: 24px 8px 8px;
}
.form-success.shown { display: block; }
.form-success .check-lg {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--se-green);
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.form-success .check-lg::after {
  content: ""; width: 18px; height: 9px;
  border-left: 3px solid #fff; border-bottom: 3px solid #fff;
  transform: rotate(-45deg) translateY(-3px);
}
.form-success h4 {
  font-family: var(--font-header); font-weight: 700;
  font-size: 22px; text-transform: uppercase;
  letter-spacing: -0.005em;
  color: var(--fg);
  margin-bottom: 8px;
}
.form-success p {
  font-size: 14px;
  color: var(--fg-2);
  margin: 0;
}

/* ============================================================
   15. FOOTER
   ============================================================ */
footer.site-footer {
  background: var(--se-deep);
  color: rgba(255,255,255,0.78);
  padding: 80px 0 36px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--rule-on-dark);
}
.footer-brand img { height: 56px; }
.footer-tagline {
  font-family: var(--font-header);
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  color: #fff;
  margin-top: 18px;
}
.footer-tagline .p { color: var(--se-green); }
.footer-links {
  display: flex; flex-wrap: wrap; gap: 28px;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.footer-links a { color: rgba(255,255,255,0.7); text-decoration: none; }
.footer-links a:hover { color: var(--se-green); }
.disclaimer {
  margin-top: 32px;
  font-size: 11.5px;
  line-height: 1.65;
  color: rgba(255,255,255,0.5);
  max-width: 96ch;
}
.disclaimer strong { color: rgba(255,255,255,0.7); font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; font-size: 10px; display: block; margin-bottom: 8px; }
.footer-bottom {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--rule-on-dark);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 11.5px;
  color: rgba(255,255,255,0.5);
}

/* ============================================================
   WHERE WE ARE / TERRITORIES OPEN
   ============================================================ */
.locations-feature {
  position: relative;
  margin-top: 56px;
  aspect-ratio: 21/8;
  overflow: hidden;
  background: var(--se-black);
  isolation: isolate;
}
.locations-feature .img {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center 38%;
  filter: saturate(0.95);
}
.locations-feature::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(31,30,32,0.55) 0%, rgba(31,30,32,0.10) 45%, transparent 75%);
  z-index: 1;
}
.locations-feature .badge {
  position: absolute;
  top: 24px; left: 24px;
  z-index: 2;
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(31,30,32,0.78);
  border: 1px solid rgba(255,255,255,0.18);
  padding: 10px 14px;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
}
.locations-feature .badge .dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--se-green);
  box-shadow: 0 0 0 4px rgba(122,184,0,0.18);
}
@media (max-width: 700px) {
  .locations-feature { aspect-ratio: 4/3; }
}

.locations-grid {
  margin-top: 0;
  border-top: 1px solid var(--border);
  padding-top: 56px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 64px;
  align-items: start;
}
.location-list {
  border-top: 1px solid var(--border);
}
.location-row {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  align-items: baseline;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid var(--border);
}
.location-row .idx {
  font-family: var(--font-header);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.16em;
  color: var(--se-green);
}
.location-row .city {
  font-family: var(--font-header);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  color: var(--fg);
}
.location-row .city .state {
  color: var(--fg-2);
  font-weight: 700;
}
.location-row .status {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 10.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--se-green);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.location-row .status::before {
  content: "";
  width: 6px; height: 6px;
  background: var(--se-green);
  border-radius: 50%;
}
.location-row.open .status { color: var(--se-green); }
.location-row.coming { background: rgba(122,184,0,0.04); padding-left: 16px; padding-right: 16px; margin: 0 -16px; }

.territories-side {
  padding: 32px;
  background: var(--se-black);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.territories-side::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 100% 0%, rgba(122,184,0,0.18), transparent 60%);
  pointer-events: none;
}
.territories-side > * { position: relative; }
.territories-side .label {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--se-green);
  margin-bottom: 18px;
}
.territories-side .big-number {
  font-family: var(--font-header);
  font-weight: 700;
  font-size: clamp(56px, 6vw, 88px);
  line-height: 0.95;
  letter-spacing: -0.025em;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.territories-side .big-number .p { color: var(--se-green); }
.territories-side .sub {
  font-family: var(--font-header);
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 18px;
  line-height: 1.2;
}
.territories-side p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.72);
  margin: 0 0 24px;
}
.territories-side .btn { width: 100%; justify-content: center; }

/* ============================================================
   IMPACT STRIP (small numbers row)
   ============================================================ */
.impact-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 64px;
  padding-top: 40px;
  border-top: 1px solid var(--border);
}
.impact-stat {
  padding-right: 24px;
  border-right: 1px solid var(--border);
}
.impact-stat:last-child { border-right: none; }
.impact-stat + .impact-stat { padding-left: 24px; }
.impact-stat .v {
  font-family: var(--font-header);
  font-weight: 700;
  font-size: clamp(34px, 3.8vw, 52px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--fg);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.impact-stat .v .p { color: var(--se-green); }
.impact-stat .l {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--fg-2);
}
section.dark .impact-strip, section.deep .impact-strip { border-top-color: var(--rule-on-dark); }
section.dark .impact-stat, section.deep .impact-stat { border-right-color: var(--rule-on-dark); }
section.dark .impact-stat .v, section.deep .impact-stat .v { color: #fff; }
section.dark .impact-stat .l, section.deep .impact-stat .l { color: rgba(255,255,255,0.6); }

/* ============================================================
   FOOTER ENHANCEMENT
   ============================================================ */
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid var(--rule-on-dark);
}
.footer-col h5 {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--se-green);
  margin: 0 0 22px;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.footer-col ul a {
  color: rgba(255,255,255,0.72);
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
  transition: color 0.2s var(--ease-out);
}
.footer-col ul a:hover { color: var(--se-green); }
.footer-col .contact-line {
  font-size: 14px;
  color: rgba(255,255,255,0.72);
  margin-bottom: 14px;
  line-height: 1.55;
}
.footer-col .contact-line a {
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  display: block;
  margin-top: 2px;
}
.footer-col .contact-line a:hover { color: var(--se-green); }
.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}
.footer-social a {
  width: 34px; height: 34px;
  border: 1px solid rgba(255,255,255,0.22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.78);
  transition: all 0.2s var(--ease-out);
}
.footer-social a:hover { background: var(--se-green); border-color: var(--se-green); color: #fff; }
.footer-social svg { width: 15px; height: 15px; fill: currentColor; }

@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
}
@media (max-width: 640px) {
  .footer-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .opportunity-grid { grid-template-columns: 1fr; }
  .two-col, .two-col.reversed { grid-template-columns: 1fr; gap: 48px; }
  .two-col .image-block { aspect-ratio: 4/3; }
  .support-grid { grid-template-columns: repeat(2, 1fr); }
  .own-streams { grid-template-columns: repeat(2, 1fr); }
  .own-streams .stream:nth-child(n+2) { padding-left: 28px; }
  .own-streams .stream:nth-child(2n+1) { padding-left: 0; border-left: none; }
  .trust-tiles { grid-template-columns: repeat(2, 1fr); }
  .trust-tile:nth-child(2) { border-right: none; }
  .trust-tile:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .final-cta-grid { grid-template-columns: 1fr; gap: 48px; }
  .stay-list { grid-template-columns: 1fr; }
  .stay-list li { border-right: none !important; }
  .invest-figures { grid-template-columns: 1fr; }
  .invest-figure + .invest-figure { padding-left: 0; padding-top: 32px; margin-top: 8px; border-left: none; border-top: 1px solid var(--rule-on-dark); }
  .locations-grid { grid-template-columns: 1fr; gap: 40px; }
  .impact-strip { grid-template-columns: repeat(2, 1fr); gap: 32px 0; }
  .impact-stat:nth-child(2) { border-right: none; }
  .impact-stat:nth-child(3) { padding-left: 0; border-right: 1px solid var(--border); }
  section.dark .impact-stat:nth-child(3), section.deep .impact-stat:nth-child(3) { border-right-color: var(--rule-on-dark); }
  .eco-grid { grid-template-columns: repeat(2, 1fr); }
  .eco-card:nth-child(2) { border-right: none; }
  .eco-card:nth-child(3) { padding-left: 0; border-right: 1px solid rgba(255,255,255,0.14); }
}
@media (max-width: 640px) {
  :root { --pad-x: 20px; }
  .eco-grid { grid-template-columns: 1fr; }
  .support-grid { grid-template-columns: 1fr; }
  .own-streams { grid-template-columns: 1fr; }
  .own-streams .stream { padding: 24px 0 !important; border-left: none !important; border-bottom: 1px solid var(--border); }
  .trust-tiles { grid-template-columns: 1fr; }
  .trust-tile { border-right: none; border-bottom: 1px solid var(--border); }
  .trust-tile:last-child { border-bottom: none; }
  .compare { grid-template-columns: 1fr; }
  .compare .col.them { border-bottom: 1px solid var(--rule-on-dark); }
  .form-row { grid-template-columns: 1fr; }
  .hero { min-height: 620px; }
  .footer-top { flex-direction: column; align-items: flex-start; }
}
