:root {
  --strategy-navy: #071923;
  --strategy-ink: #102a35;
  --strategy-teal: #159c9a;
  --strategy-teal-dark: #0b716f;
  --strategy-gold: #d9ae57;
  --strategy-mist: #edf5f3;
  --strategy-line: #d7e4e1;
  --strategy-muted: #60737c;
}

.strategy-v2 {
  color: var(--strategy-ink);
  background: #fff;
}

.strategy-v2 .site-header {
  border-bottom-color: rgba(9, 45, 58, .1);
}

.strategy-v2 .page-hero {
  background:
    radial-gradient(circle at 82% 22%, rgba(21, 156, 154, .16), transparent 30%),
    linear-gradient(135deg, #f7fbfa 0%, #eaf4f1 100%);
}

.strategy-hero {
  position: relative;
  overflow: hidden;
  padding: 76px 0 48px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 22%, rgba(32, 191, 182, .3), transparent 31%),
    linear-gradient(125deg, #06141e 0%, #0a2934 54%, #0d625f 100%);
}

.strategy-hero::after {
  content: "";
  position: absolute;
  right: -8%;
  bottom: -50%;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018);
}

.strategy-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, .98fr);
  gap: 54px;
  align-items: center;
}

.strategy-kicker,
.strategy-eyebrow {
  display: block;
  margin: 0 0 14px;
  color: var(--strategy-gold);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.strategy-hero h1 {
  max-width: 780px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(2.65rem, 5.2vw, 5.35rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.strategy-hero-copy {
  max-width: 690px;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 1.12rem;
  line-height: 1.72;
}

.strategy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.strategy-actions .btn-ghost {
  color: #fff;
  border-color: rgba(255,255,255,.32);
}

.strategy-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255,255,255,.72);
  font-size: .9rem;
}

.strategy-trust-row li::before {
  content: "✓";
  margin-right: 7px;
  color: #66ddd3;
  font-weight: 800;
}

.strategy-visual {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 24px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 28px 70px rgba(0,0,0,.3);
}

.strategy-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.strategy-visual-caption {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.16);
}

.strategy-visual-caption span {
  padding: 15px 12px;
  color: rgba(255,255,255,.82);
  background: rgba(3,18,27,.82);
  font-size: .78rem;
  font-weight: 700;
  text-align: center;
}

.strategy-section {
  padding: 76px 0;
}

.strategy-section.is-soft {
  background: var(--strategy-mist);
}

.strategy-section.is-dark {
  color: #fff;
  background: var(--strategy-navy);
}

.strategy-section-head {
  max-width: 790px;
  margin-bottom: 34px;
}

.strategy-section-head h2 {
  margin: 0 0 13px;
  color: inherit;
  font-size: clamp(2rem, 3.5vw, 3.35rem);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.strategy-section-head p {
  margin: 0;
  color: var(--strategy-muted);
  font-size: 1.03rem;
  line-height: 1.75;
}

.is-dark .strategy-section-head p {
  color: rgba(255,255,255,.7);
}

.strategy-pillar-grid,
.strategy-family-grid,
.strategy-proof-grid,
.strategy-content-grid,
.strategy-process-grid {
  display: grid;
  gap: 22px;
}

.strategy-pillar-grid {
  grid-template-columns: repeat(3, 1fr);
}

.strategy-pillar-card,
.strategy-family-card,
.strategy-proof-card,
.strategy-content-card,
.strategy-process-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--strategy-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(8, 39, 49, .055);
}

.strategy-pillar-card {
  display: flex;
  min-height: 420px;
  padding: 30px;
  flex-direction: column;
}

.strategy-card-media {
  position: relative;
  overflow: hidden;
  height: 230px;
  margin: -30px -30px 24px;
  background: linear-gradient(135deg, #e9f2f1, #d8e8e5);
  border-bottom: 1px solid var(--strategy-line);
}

.strategy-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 62%;
}

.strategy-card-media.is-inverter img {
  object-position: 50% 66%;
}

.strategy-card-media.is-rack img {
  object-position: 50% 70%;
}

.strategy-card-media.is-residential img {
  object-position: 50% 65%;
}

.strategy-card-media.is-ci img {
  object-position: 50% 68%;
}

.strategy-pillar-card.has-media {
  min-height: 620px;
}

.strategy-pillar-card.has-media .strategy-number {
  margin-bottom: 24px;
}

.strategy-pillar-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--strategy-teal), var(--strategy-gold));
}

.strategy-number {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 46px;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: var(--strategy-ink);
  font-size: .9rem;
  font-weight: 800;
}

.strategy-pillar-card h3,
.strategy-family-card h3,
.strategy-proof-card h3,
.strategy-content-card h3 {
  margin: 0 0 12px;
  color: var(--strategy-ink);
  font-size: 1.35rem;
  line-height: 1.22;
}

.strategy-pillar-card p,
.strategy-family-card p,
.strategy-proof-card p,
.strategy-content-card p {
  color: var(--strategy-muted);
  line-height: 1.7;
}

.strategy-pillar-card ul,
.strategy-family-card ul,
.strategy-check-list {
  display: grid;
  gap: 8px;
  margin: 15px 0 26px;
  padding: 0;
  list-style: none;
  color: #3f5862;
  font-size: .92rem;
}

.strategy-pillar-card li::before,
.strategy-family-card li::before,
.strategy-check-list li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 10px 2px 0;
  border-radius: 50%;
  background: var(--strategy-teal);
}

.strategy-pillar-card .text-link {
  margin-top: auto;
}

.strategy-family-grid {
  grid-template-columns: repeat(2, 1fr);
}

.strategy-family-card {
  padding: 28px;
}

.strategy-family-card.has-media {
  padding-top: 28px;
}

.strategy-family-card.has-media .strategy-card-media {
  height: 300px;
  margin: -28px -28px 25px;
}

.strategy-family-card.is-wide {
  grid-column: 1 / -1;
}

.strategy-family-card.is-wide.has-media .strategy-card-media {
  height: 360px;
}

.strategy-product-gallery {
  padding-bottom: 0;
}

.strategy-product-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.strategy-product-gallery-grid.is-1 {
  grid-template-columns: minmax(0, 760px);
}

.strategy-product-figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--strategy-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(8, 39, 49, .055);
}

.strategy-product-figure img {
  display: block;
  width: 100%;
  height: 460px;
  object-fit: cover;
  object-position: 50% 66%;
  background: var(--strategy-mist);
}

.strategy-product-figure figcaption {
  display: flex;
  gap: 8px;
  padding: 20px 22px;
  flex-direction: column;
}

.strategy-product-figure figcaption strong {
  color: var(--strategy-ink);
  font-size: 1.05rem;
}

.strategy-product-figure figcaption span {
  color: var(--strategy-muted);
  font-size: .88rem;
}

.strategy-family-label {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 18px;
  padding: 0 11px;
  border-radius: 999px;
  color: var(--strategy-teal-dark);
  background: #dff2ef;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.strategy-proof-grid {
  grid-template-columns: repeat(4, 1fr);
}

.strategy-proof-card {
  min-height: 245px;
  padding: 25px;
  color: #fff;
  border-color: rgba(255,255,255,.1);
  background: rgba(255,255,255,.055);
  box-shadow: none;
}

.strategy-proof-card h3 {
  color: #fff;
}

.strategy-proof-card p {
  color: rgba(255,255,255,.66);
}

.strategy-proof-card span {
  display: block;
  margin-bottom: 34px;
  color: #66ddd3;
  font-size: .84rem;
  font-weight: 800;
}

.strategy-process-grid {
  grid-template-columns: repeat(4, 1fr);
  counter-reset: strategy-step;
}

.strategy-process-card {
  padding: 26px;
  counter-increment: strategy-step;
}

.strategy-process-card::before {
  content: "0" counter(strategy-step);
  display: block;
  margin-bottom: 28px;
  color: var(--strategy-gold);
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.strategy-process-card h3 {
  margin: 0 0 10px;
  font-size: 1.12rem;
}

.strategy-process-card p {
  margin: 0;
  color: var(--strategy-muted);
  line-height: 1.65;
}

.strategy-content-grid {
  grid-template-columns: repeat(3, 1fr);
}

.strategy-content-card {
  display: flex;
  min-height: 330px;
  padding: 27px;
  flex-direction: column;
}

.strategy-content-card .strategy-family-label {
  align-self: flex-start;
}

.strategy-content-card .text-link {
  margin-top: auto;
}

.strategy-support-panel {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 36px;
  align-items: center;
  padding: 34px;
  border: 1px solid var(--strategy-line);
  border-radius: 20px;
  background: linear-gradient(135deg, #fff, #f2f8f6);
}

.strategy-support-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.strategy-support-link {
  display: block;
  min-height: 120px;
  padding: 19px;
  border: 1px solid var(--strategy-line);
  border-radius: 13px;
  color: var(--strategy-ink);
  background: #fff;
}

.strategy-support-link strong,
.strategy-support-link span {
  display: block;
}

.strategy-support-link span {
  margin-top: 6px;
  color: var(--strategy-muted);
  font-size: .86rem;
  line-height: 1.45;
}

.strategy-note {
  padding: 20px 22px;
  border-left: 4px solid var(--strategy-gold);
  color: #50656e;
  background: #f8f5ed;
  line-height: 1.65;
}

.strategy-cta {
  padding: 56px 0;
  color: #fff;
  background: linear-gradient(115deg, #0a2632, #0e716d);
}

.strategy-cta-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
}

.strategy-cta h2 {
  margin: 0 0 8px;
  color: #fff;
}

.strategy-cta p {
  margin: 0;
  color: rgba(255,255,255,.72);
}

.strategy-article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 54px;
  padding: 62px 0 80px;
}

.strategy-article-main {
  min-width: 0;
}

.strategy-article-main h2 {
  margin-top: 42px;
  color: var(--strategy-ink);
  font-size: 1.75rem;
}

.strategy-article-main h3 {
  margin-top: 28px;
  color: var(--strategy-ink);
}

.strategy-article-main p,
.strategy-article-main li {
  color: #50656e;
  font-size: 1rem;
  line-height: 1.8;
}

.strategy-article-main table {
  width: 100%;
  margin: 26px 0;
  border-collapse: collapse;
  font-size: .92rem;
}

.strategy-article-main th,
.strategy-article-main td {
  padding: 14px;
  border: 1px solid var(--strategy-line);
  text-align: left;
  vertical-align: top;
}

.strategy-article-main th {
  color: var(--strategy-ink);
  background: var(--strategy-mist);
}

.strategy-article-aside {
  position: sticky;
  top: 110px;
  align-self: start;
  padding: 22px;
  border: 1px solid var(--strategy-line);
  border-radius: 16px;
  background: #f8fbfa;
}

.strategy-article-aside h2 {
  margin: 0 0 12px;
  font-size: 1.06rem;
}

.strategy-article-aside a {
  display: block;
  padding: 8px 0;
  color: var(--strategy-teal-dark);
  font-size: .9rem;
  font-weight: 700;
}

.strategy-form-intro {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 40px;
  align-items: start;
}

.strategy-form-intro .inquiry-form {
  margin: 0;
}

@media (max-width: 1024px) {
  .strategy-hero-grid {
    grid-template-columns: 1fr;
  }

  .strategy-visual {
    max-width: 720px;
  }

  .strategy-pillar-grid,
  .strategy-content-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .strategy-proof-grid,
  .strategy-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 769px) and (max-width: 1360px) {
  .strategy-v2 .header-cta {
    display: none;
  }
}

@media (max-width: 768px) {
  .strategy-hero {
    padding: 56px 0 36px;
  }

  .strategy-hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.8rem);
  }

  .strategy-hero-grid,
  .strategy-pillar-grid,
  .strategy-family-grid,
  .strategy-proof-grid,
  .strategy-content-grid,
  .strategy-process-grid,
  .strategy-support-panel,
  .strategy-cta-inner,
  .strategy-article,
  .strategy-form-intro {
    grid-template-columns: 1fr;
  }

  .strategy-product-gallery-grid,
  .strategy-product-gallery-grid.is-1 {
    grid-template-columns: 1fr;
  }

  .strategy-card-media,
  .strategy-family-card.has-media .strategy-card-media {
    height: 250px;
  }

  .strategy-family-card.is-wide.has-media .strategy-card-media,
  .strategy-product-figure img {
    height: 320px;
  }

  .strategy-family-card.is-wide {
    grid-column: auto;
  }

  .strategy-visual-caption {
    grid-template-columns: 1fr;
  }

  .strategy-section {
    padding: 54px 0;
  }

  .strategy-pillar-card {
    min-height: 0;
  }

  .strategy-number {
    margin-bottom: 26px;
  }

  .strategy-support-links {
    grid-template-columns: 1fr;
  }

  .strategy-article-aside {
    position: static;
  }
}

/* Homepage V3: editorial system narrative */
.homepage-v3 .site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.home-v3-hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 88px);
  color: #fff;
  background:
    radial-gradient(circle at 72% 24%, rgba(26, 176, 169, .25), transparent 26%),
    radial-gradient(circle at 12% 88%, rgba(217, 174, 87, .12), transparent 24%),
    #06141e;
}

.home-v3-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 86%);
}

.home-v3-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 650px;
  padding-top: 64px;
  padding-bottom: 50px;
  grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr);
  gap: 68px;
  align-items: center;
}

.home-v3-hero-copy {
  position: relative;
  z-index: 2;
}

.home-v3-hero-copy h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 5.35vw, 5.8rem);
  line-height: .93;
  letter-spacing: -.065em;
}

.home-v3-hero-copy h1 span {
  color: #79d8d1;
}

.home-v3-hero-copy > p:not(.strategy-kicker) {
  max-width: 670px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 1.08rem;
  line-height: 1.72;
}

.home-v3-text-action {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  padding: 12px 2px;
  color: rgba(255,255,255,.82);
  border-bottom: 1px solid rgba(255,255,255,.32);
  font-size: .92rem;
  font-weight: 700;
}

.home-v3-text-action span {
  color: #79d8d1;
  font-size: 1.08rem;
}

.home-v3-hero-stage {
  position: relative;
  isolation: isolate;
}

.home-v3-hero-stage::before {
  content: "";
  position: absolute;
  inset: -28px 12% -28px -28px;
  z-index: -1;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 42px;
  transform: rotate(-3deg);
}

.home-v3-hero-stage picture {
  display: block;
  overflow: hidden;
  aspect-ratio: 1600 / 1085;
  border-radius: 30px;
  background: #dfe9e7;
  box-shadow: 0 36px 100px rgba(0,0,0,.36);
}

.home-v3-hero-stage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.home-v3-route-rail {
  position: relative;
  z-index: 2;
  display: grid;
  border-top: 1px solid rgba(255,255,255,.14);
  grid-template-columns: repeat(3, 1fr);
}

.home-v3-route-rail a {
  position: relative;
  display: grid;
  min-height: 108px;
  padding: 24px 28px 22px 54px;
  color: #fff;
  border-right: 1px solid rgba(255,255,255,.12);
  align-content: center;
}

.home-v3-route-rail a:last-child {
  border-right: 0;
}

.home-v3-route-rail a::after {
  content: "↗";
  position: absolute;
  top: 26px;
  right: 24px;
  color: #79d8d1;
  opacity: 0;
  transform: translate(-6px, 6px);
  transition: .22s ease;
}

.home-v3-route-rail a:hover::after {
  opacity: 1;
  transform: translate(0, 0);
}

.home-v3-route-rail a > span {
  position: absolute;
  top: 29px;
  left: 20px;
  color: var(--strategy-gold);
  font-size: .7rem;
  font-weight: 800;
}

.home-v3-route-rail strong,
.home-v3-route-rail small {
  display: block;
}

.home-v3-route-rail strong {
  font-size: 1rem;
}

.home-v3-route-rail small {
  margin-top: 4px;
  color: rgba(255,255,255,.55);
  font-size: .76rem;
}

.home-v3-manifesto {
  padding: 112px 0;
  background: #fff;
}

.home-v3-manifesto-grid {
  display: grid;
  grid-template-columns: .7fr 1.35fr .95fr;
  gap: 50px;
  align-items: start;
}

.home-v3-manifesto h2 {
  margin: -8px 0 0;
  color: var(--strategy-ink);
  font-size: clamp(2.7rem, 4.6vw, 5.2rem);
  line-height: .98;
  letter-spacing: -.06em;
}

.home-v3-manifesto-copy {
  margin: 3px 0 0;
  color: var(--strategy-muted);
  font-size: 1.06rem;
  line-height: 1.82;
}

.home-v3-paths {
  padding: 110px 0 120px;
  background: #eef5f3;
}

.home-v3-paths-grid {
  display: grid;
  grid-template-columns: minmax(250px, .64fr) minmax(0, 1.36fr);
  gap: 72px;
  align-items: start;
}

.home-v3-paths-intro {
  position: sticky;
  top: 130px;
}

.home-v3-paths-intro h2 {
  margin: 0 0 20px;
  color: var(--strategy-ink);
  font-size: clamp(2.4rem, 4vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: -.055em;
}

.home-v3-paths-intro p {
  margin: 0 0 26px;
  color: var(--strategy-muted);
  line-height: 1.72;
}

.home-v3-path-list {
  display: grid;
  gap: 34px;
}

.home-v3-path-panel {
  display: grid;
  overflow: hidden;
  min-height: 480px;
  border: 1px solid rgba(16,42,53,.1);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(9,45,58,.08);
  grid-template-columns: .92fr 1.08fr;
}

.home-v3-path-panel.is-reverse .home-v3-path-media {
  order: 2;
}

.home-v3-path-media {
  overflow: hidden;
  min-height: 480px;
  background: #dfe9e7;
}

.home-v3-path-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 65%;
  transition: transform .8s cubic-bezier(.2,.7,.2,1);
}

.home-v3-path-panel:hover .home-v3-path-media img {
  transform: scale(1.025);
}

.home-v3-path-media.is-inverter img {
  object-position: 50% 67%;
}

.home-v3-path-media.is-residential img,
.home-v3-path-media.is-ci img {
  object-position: 50% 64%;
}

.home-v3-path-content {
  display: flex;
  padding: 48px 46px;
  flex-direction: column;
  justify-content: center;
}

.home-v3-path-content > span {
  margin-bottom: 34px;
  color: var(--strategy-teal-dark);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .13em;
}

.home-v3-path-content h3 {
  margin: 0 0 16px;
  color: var(--strategy-ink);
  font-size: clamp(1.9rem, 3vw, 3.05rem);
  line-height: 1.03;
  letter-spacing: -.045em;
}

.home-v3-path-content p {
  margin: 0;
  color: var(--strategy-muted);
  line-height: 1.68;
}

.home-v3-path-content ul {
  display: grid;
  gap: 8px;
  margin: 22px 0 30px;
  padding: 0;
  color: #3e5660;
  list-style: none;
  font-size: .88rem;
}

.home-v3-path-content li::before {
  content: "—";
  margin-right: 9px;
  color: var(--strategy-gold);
}

.home-v3-path-content > a {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 20px;
  color: var(--strategy-ink);
  border-top: 1px solid var(--strategy-line);
  font-weight: 800;
}

.home-v3-path-content > a b {
  color: var(--strategy-teal-dark);
}

.home-v3-system {
  padding: 112px 0;
  color: #fff;
  background:
    radial-gradient(circle at 78% 20%, rgba(21,156,154,.22), transparent 28%),
    var(--strategy-navy);
}

.home-v3-system-head {
  display: grid;
  max-width: 1020px;
  margin-bottom: 70px;
  grid-template-columns: .65fr 1.35fr;
  gap: 24px 60px;
}

.home-v3-system-head .strategy-eyebrow {
  grid-row: 1 / span 2;
}

.home-v3-system-head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.5rem, 4.4vw, 4.8rem);
  line-height: 1;
  letter-spacing: -.055em;
}

.home-v3-system-head p {
  max-width: 620px;
  margin: 0;
  color: rgba(255,255,255,.62);
  line-height: 1.7;
}

.home-v3-system-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
}

.home-v3-system-flow > div {
  min-height: 190px;
  padding: 24px;
  border-top: 1px solid rgba(255,255,255,.18);
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.home-v3-system-flow > div span,
.home-v3-system-flow > div strong,
.home-v3-system-flow > div small {
  display: block;
}

.home-v3-system-flow > div span {
  margin-bottom: 48px;
  color: #79d8d1;
  font-size: .72rem;
  font-weight: 800;
}

.home-v3-system-flow > div strong {
  font-size: 1.02rem;
}

.home-v3-system-flow > div small {
  margin-top: 7px;
  color: rgba(255,255,255,.5);
  line-height: 1.45;
}

.home-v3-system-flow > i {
  color: var(--strategy-gold);
  font-style: normal;
}

.home-v3-proof {
  padding: 112px 0;
  background: #fff;
}

.home-v3-proof-grid {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 90px;
}

.home-v3-proof-statement h2 {
  margin: 0 0 20px;
  color: var(--strategy-ink);
  font-size: clamp(3rem, 5.3vw, 6rem);
  line-height: .92;
  letter-spacing: -.065em;
}

.home-v3-proof-statement p {
  max-width: 470px;
  color: var(--strategy-muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.home-v3-proof-list {
  border-top: 1px solid var(--strategy-line);
}

.home-v3-proof-list article {
  display: grid;
  padding: 28px 0;
  border-bottom: 1px solid var(--strategy-line);
  grid-template-columns: 54px 1fr;
  gap: 24px;
}

.home-v3-proof-list article > span {
  color: var(--strategy-gold);
  font-size: .72rem;
  font-weight: 800;
}

.home-v3-proof-list h3 {
  margin: 0 0 8px;
  color: var(--strategy-ink);
  font-size: 1.22rem;
}

.home-v3-proof-list p {
  margin: 0;
  color: var(--strategy-muted);
  line-height: 1.65;
}

.home-v3-process {
  padding: 96px 0 108px;
  background: #e7efed;
}

.home-v3-process-head {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: end;
  margin-bottom: 52px;
}

.home-v3-process-head h2 {
  max-width: 720px;
  margin: 0;
  color: var(--strategy-ink);
  font-size: clamp(2.4rem, 4vw, 4.5rem);
  line-height: 1;
  letter-spacing: -.055em;
}

.home-v3-process-rail {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
  grid-template-columns: repeat(4, 1fr);
}

.home-v3-process-rail li {
  position: relative;
  min-height: 230px;
  padding: 28px 30px;
  border-top: 1px solid rgba(16,42,53,.2);
  border-right: 1px solid rgba(16,42,53,.14);
}

.home-v3-process-rail li:last-child {
  border-right: 0;
}

.home-v3-process-rail li::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 27px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--strategy-teal);
  box-shadow: 0 0 0 7px rgba(21,156,154,.12);
}

.home-v3-process-rail span {
  display: block;
  margin-bottom: 62px;
  color: var(--strategy-gold);
  font-size: .72rem;
  font-weight: 800;
}

.home-v3-process-rail h3 {
  margin: 0 0 10px;
  color: var(--strategy-ink);
  font-size: 1.13rem;
}

.home-v3-process-rail p {
  margin: 0;
  color: var(--strategy-muted);
  line-height: 1.6;
}

.home-v3-resources {
  padding: 112px 0;
  background: #fff;
}

.home-v3-resources-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 80px;
}

.home-v3-resource-feature {
  display: flex;
  min-height: 540px;
  padding: 50px;
  color: #fff;
  border-radius: 30px;
  background:
    radial-gradient(circle at 76% 18%, rgba(121,216,209,.28), transparent 27%),
    linear-gradient(145deg, #071923, #0f5658);
  box-shadow: 0 28px 80px rgba(7,25,35,.16);
  flex-direction: column;
}

.home-v3-resource-feature > span {
  color: var(--strategy-gold);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.home-v3-resource-feature h2 {
  max-width: 650px;
  margin: auto 0 20px;
  color: #fff;
  font-size: clamp(2.6rem, 4.4vw, 4.7rem);
  line-height: .98;
  letter-spacing: -.06em;
}

.home-v3-resource-feature p {
  max-width: 580px;
  color: rgba(255,255,255,.66);
  line-height: 1.7;
}

.home-v3-resource-feature b {
  margin-top: 30px;
  color: #79d8d1;
}

.home-v3-resource-list {
  display: grid;
  align-content: start;
}

.home-v3-resource-list > div {
  padding-bottom: 34px;
}

.home-v3-resource-list h2 {
  margin: 0;
  color: var(--strategy-ink);
  font-size: clamp(2.1rem, 3.5vw, 3.7rem);
  line-height: 1.02;
  letter-spacing: -.05em;
}

.home-v3-resource-list > a {
  display: grid;
  padding: 27px 0;
  color: var(--strategy-ink);
  border-top: 1px solid var(--strategy-line);
  grid-template-columns: 130px 1fr auto;
  gap: 18px;
  align-items: center;
}

.home-v3-resource-list > a:last-child {
  border-bottom: 1px solid var(--strategy-line);
}

.home-v3-resource-list > a span {
  color: var(--strategy-muted);
  font-size: .76rem;
  text-transform: uppercase;
}

.home-v3-resource-list > a strong {
  line-height: 1.35;
}

.home-v3-resource-list > a b {
  color: var(--strategy-teal-dark);
}

.home-v3-support {
  padding: 64px 0;
  border-top: 1px solid var(--strategy-line);
  background: #f7faf9;
}

.home-v3-support-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.home-v3-support-row h2 {
  max-width: 700px;
  margin: 0;
  color: var(--strategy-ink);
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.08;
  letter-spacing: -.045em;
}

.home-v3-support-row nav {
  border-top: 1px solid var(--strategy-line);
}

.home-v3-support-row nav a {
  display: flex;
  justify-content: space-between;
  padding: 17px 2px;
  color: var(--strategy-ink);
  border-bottom: 1px solid var(--strategy-line);
  font-size: .94rem;
  font-weight: 700;
}

.home-v3-support-row nav span {
  color: var(--strategy-teal-dark);
}

.home-v3-cta {
  padding: 108px 0;
  color: #fff;
  background:
    radial-gradient(circle at 80% 10%, rgba(121,216,209,.2), transparent 22%),
    #06141e;
}

.home-v3-cta-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: end;
}

.home-v3-cta-inner span {
  color: var(--strategy-gold);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .13em;
}

.home-v3-cta-inner h2 {
  max-width: 940px;
  margin: 16px 0;
  color: #fff;
  font-size: clamp(2.8rem, 5.2vw, 5.8rem);
  line-height: .96;
  letter-spacing: -.065em;
}

.home-v3-cta-inner p {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,.58);
  line-height: 1.7;
}

@media (max-width: 1180px) {
  .home-v3-hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 42px;
  }

  .home-v3-paths-grid {
    grid-template-columns: 1fr;
  }

  .home-v3-paths-intro {
    position: static;
    max-width: 760px;
  }

  .home-v3-manifesto-grid {
    grid-template-columns: .5fr 1.15fr .85fr;
    gap: 30px;
  }
}

@media (max-width: 900px) {
  .home-v3-hero {
    min-height: 0;
  }

  .home-v3-hero-grid,
  .home-v3-manifesto-grid,
  .home-v3-proof-grid,
  .home-v3-resources-grid,
  .home-v3-support-row {
    grid-template-columns: 1fr;
  }

  .home-v3-hero-grid {
    gap: 58px;
    padding-top: 60px;
  }

  .home-v3-hero-stage {
    max-width: 760px;
  }

  .home-v3-manifesto-grid,
  .home-v3-proof-grid,
  .home-v3-resources-grid,
  .home-v3-support-row {
    gap: 42px;
  }

  .home-v3-manifesto-grid .strategy-eyebrow {
    margin-bottom: -12px;
  }

  .home-v3-system-head {
    grid-template-columns: 1fr;
  }

  .home-v3-system-head .strategy-eyebrow {
    grid-row: auto;
  }

  .home-v3-system-flow {
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: rgba(255,255,255,.12);
  }

  .home-v3-system-flow > div {
    border: 0;
    background: var(--strategy-navy);
  }

  .home-v3-system-flow > i {
    display: none;
  }

  .home-v3-process-rail {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-v3-process-rail li:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 680px) {
  .home-v3-hero-grid {
    min-height: 0;
    padding-top: 46px;
    padding-bottom: 36px;
  }

  .home-v3-hero-copy h1 {
    font-size: clamp(2.72rem, 13vw, 4rem);
  }

  .home-v3-hero-copy > p:not(.strategy-kicker) {
    margin-top: 22px;
    font-size: .98rem;
  }

  .home-v3-hero-stage::before {
    inset: -14px 9% -14px -12px;
    border-radius: 26px;
  }

  .home-v3-hero-stage picture {
    border-radius: 20px;
  }

  .home-v3-route-rail {
    grid-template-columns: 1fr;
  }

  .home-v3-route-rail a {
    min-height: 90px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
  }

  .home-v3-manifesto,
  .home-v3-paths,
  .home-v3-system,
  .home-v3-proof,
  .home-v3-resources,
  .home-v3-cta {
    padding: 74px 0;
  }

  .home-v3-manifesto h2 {
    font-size: clamp(2.5rem, 12vw, 3.8rem);
  }

  .home-v3-paths-grid {
    gap: 42px;
  }

  .home-v3-path-panel,
  .home-v3-path-panel.is-reverse {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .home-v3-path-panel.is-reverse .home-v3-path-media {
    order: 0;
  }

  .home-v3-path-media {
    min-height: 360px;
  }

  .home-v3-path-content {
    padding: 34px 28px;
  }

  .home-v3-path-content > span {
    margin-bottom: 24px;
  }

  .home-v3-system-head {
    margin-bottom: 42px;
  }

  .home-v3-system-flow {
    grid-template-columns: 1fr;
  }

  .home-v3-system-flow > div {
    min-height: 150px;
  }

  .home-v3-system-flow > div span {
    margin-bottom: 30px;
  }

  .home-v3-proof-grid {
    gap: 48px;
  }

  .home-v3-proof-list article {
    grid-template-columns: 38px 1fr;
    gap: 14px;
  }

  .home-v3-process {
    padding: 72px 0 82px;
  }

  .home-v3-process-head {
    display: block;
  }

  .home-v3-process-head .strategy-eyebrow {
    margin-bottom: 16px;
  }

  .home-v3-process-rail {
    grid-template-columns: 1fr;
  }

  .home-v3-process-rail li,
  .home-v3-process-rail li:nth-child(2) {
    min-height: 0;
    padding: 28px 18px 34px 26px;
    border-right: 0;
  }

  .home-v3-process-rail span {
    margin-bottom: 28px;
  }

  .home-v3-resource-feature {
    min-height: 480px;
    padding: 34px 28px;
  }

  .home-v3-resource-list > a {
    grid-template-columns: 1fr auto;
  }

  .home-v3-resource-list > a span {
    grid-column: 1 / -1;
  }

  .home-v3-cta-inner {
    grid-template-columns: 1fr;
    gap: 34px;
    align-items: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-v3-path-media img,
  .home-v3-route-rail a::after {
    transition: none;
  }
}

/* SEO path: off-grid inverter sourcing, 2026-08-02 */
.seo-inverter-path .page-hero .strategy-actions {
  margin-top: 28px;
}

.seo-intent-section {
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(21, 156, 154, .22), transparent 28%),
    var(--strategy-navy);
}

.seo-intent-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
  gap: clamp(46px, 7vw, 92px);
  align-items: start;
}

.seo-intent-grid h2 {
  max-width: 720px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(2.25rem, 4.2vw, 4.3rem);
  line-height: 1.02;
  letter-spacing: -.05em;
}

.seo-answer-block {
  max-width: 760px;
  margin: 0;
  padding-left: 22px;
  color: rgba(255,255,255,.72);
  border-left: 3px solid var(--strategy-gold);
  font-size: 1.04rem;
  line-height: 1.8;
}

.seo-intent-list {
  margin: 0;
  border-top: 1px solid rgba(255,255,255,.16);
}

.seo-intent-list > div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 22px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.seo-intent-list dt {
  color: var(--strategy-gold);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.seo-intent-list dd {
  margin: 0;
  color: rgba(255,255,255,.7);
  line-height: 1.6;
}

.seo-resource-section {
  background: #fff;
}

.seo-resource-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--strategy-line);
}

.seo-resource-grid a {
  position: relative;
  display: grid;
  min-height: 152px;
  padding: 28px 58px 28px 0;
  color: var(--strategy-ink);
  border-right: 1px solid var(--strategy-line);
  border-bottom: 1px solid var(--strategy-line);
  align-content: center;
}

.seo-resource-grid a:nth-child(even) {
  padding-left: 34px;
  border-right: 0;
}

.seo-resource-grid a::after {
  content: "↗";
  position: absolute;
  top: 30px;
  right: 26px;
  color: var(--strategy-teal-dark);
  font-size: 1.05rem;
}

.seo-resource-grid a strong,
.seo-resource-grid a span {
  display: block;
}

.seo-resource-grid a strong {
  font-size: 1.08rem;
}

.seo-resource-grid a span {
  max-width: 470px;
  margin-top: 8px;
  color: var(--strategy-muted);
  font-size: .9rem;
  line-height: 1.55;
}

.seo-faq-section .faq-list {
  max-width: 940px;
  margin-left: 0;
}

.seo-faq-section .faq-item {
  border-color: var(--strategy-line);
  box-shadow: none;
}

.seo-faq-section .faq-question {
  padding: 21px 24px;
  color: var(--strategy-ink);
  font-size: 1rem;
}

.seo-faq-section .faq-answer {
  padding: 0 24px 22px;
  color: var(--strategy-muted);
}

.seo-faq-section .faq-answer p {
  margin: 0;
}

@media (max-width: 900px) {
  .seo-intent-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .seo-inverter-path .page-hero .strategy-actions {
    display: grid;
    justify-items: start;
  }

  .seo-intent-section {
    padding: 72px 0;
  }

  .seo-intent-list > div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .seo-resource-grid {
    grid-template-columns: 1fr;
  }

  .seo-resource-grid a,
  .seo-resource-grid a:nth-child(even) {
    min-height: 136px;
    padding: 24px 48px 24px 0;
    border-right: 0;
  }

  .seo-resource-grid a::after {
    top: 26px;
    right: 10px;
  }
}

/* Homepage local final test: hero and decision path, 2026-08-02 */
.homepage-v4-test {
  --home-v4-ease: cubic-bezier(.22, 1, .36, 1);
  --home-v4-cyan: #76ded6;
  --home-v4-cyan-soft: rgba(118, 222, 214, .18);
}

.homepage-v4-test .home-v3-hero {
  min-height: 0;
  padding-bottom: 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(30, 187, 178, .22), transparent 25%),
    linear-gradient(118deg, #06131d 0%, #081e29 58%, #0a333b 100%);
}

.homepage-v4-test .home-v3-hero::before {
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.9) 58%, transparent 100%);
}

.homepage-v4-test .home-v3-hero-grid {
  min-height: 582px;
  padding-top: 72px;
  padding-bottom: 64px;
  grid-template-columns: minmax(0, 1.08fr) minmax(450px, .92fr);
  gap: clamp(54px, 6vw, 92px);
}

.homepage-v4-test .home-v3-hero-copy {
  max-width: 720px;
}

.homepage-v4-test .home-v3-hero-copy h1 {
  max-width: 720px;
  font-size: clamp(3.2rem, 5.25vw, 5.35rem);
  line-height: .98;
  letter-spacing: -.058em;
  text-wrap: balance;
}

.homepage-v4-test .home-v3-hero-copy h1 span {
  color: var(--home-v4-cyan);
}

.homepage-v4-test .home-v3-hero-copy > p:not(.strategy-kicker) {
  max-width: 610px;
  margin-top: 25px;
  color: rgba(255,255,255,.7);
  font-size: 1.06rem;
  line-height: 1.65;
}

.homepage-v4-test .strategy-actions {
  gap: 18px;
  margin-top: 34px;
  align-items: center;
}

.homepage-v4-test .home-v3-text-action {
  padding: 11px 0 9px;
  border-bottom-color: rgba(255,255,255,.28);
  transition: color .24s ease, border-color .24s ease;
}

.homepage-v4-test .home-v3-text-action:hover {
  color: #fff;
  border-bottom-color: var(--home-v4-cyan);
}

.homepage-v4-test .home-v3-hero-stage::before {
  inset: -15px 19px 15px -15px;
  border-color: rgba(118, 222, 214, .24);
  border-radius: 20px;
  transform: none;
}

.homepage-v4-test .home-v4-hero-figure {
  margin: 0;
}

.homepage-v4-test .home-v3-hero-stage picture {
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  box-shadow: 0 32px 80px rgba(0,0,0,.32);
}

.homepage-v4-test .home-v4-hero-figure figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 2px 0;
  color: rgba(255,255,255,.55);
  font-size: .68rem;
  letter-spacing: .09em;
  line-height: 1.4;
  text-transform: uppercase;
}

.homepage-v4-test .home-v4-hero-figure figcaption strong {
  color: rgba(255,255,255,.84);
  font-size: inherit;
  text-align: right;
}

.homepage-v4-test .home-v3-route-rail {
  grid-template-columns: 1.16fr .88fr 1fr 1.08fr;
  border-top: 1px solid rgba(255,255,255,.14);
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.homepage-v4-test .home-v4-route-intro,
.homepage-v4-test .home-v3-route-rail a {
  display: grid;
  min-height: 122px;
  padding: 27px 28px;
  border-right: 1px solid rgba(255,255,255,.12);
  align-content: center;
}

.homepage-v4-test .home-v4-route-intro {
  padding-left: 0;
}

.homepage-v4-test .home-v4-route-intro strong,
.homepage-v4-test .home-v4-route-intro small,
.homepage-v4-test .home-v3-route-rail strong,
.homepage-v4-test .home-v3-route-rail small {
  display: block;
}

.homepage-v4-test .home-v4-route-intro strong {
  color: var(--strategy-gold);
  font-size: .77rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.homepage-v4-test .home-v4-route-intro small {
  max-width: 240px;
  margin-top: 7px;
  color: rgba(255,255,255,.5);
  font-size: .76rem;
  line-height: 1.5;
}

.homepage-v4-test .home-v3-route-rail a {
  position: relative;
  padding-right: 44px;
  color: #fff;
  transition: background-color .24s ease;
}

.homepage-v4-test .home-v3-route-rail a::after {
  top: 28px;
  right: 22px;
  color: var(--home-v4-cyan);
  opacity: .62;
  transform: none;
  transition: opacity .24s ease, transform .24s var(--home-v4-ease);
}

.homepage-v4-test .home-v3-route-rail a:hover {
  color: #fff;
  background: rgba(255,255,255,.045);
}

.homepage-v4-test .home-v3-route-rail a:hover::after {
  opacity: 1;
  transform: translate3d(3px, -3px, 0);
}

.homepage-v4-test .home-v3-route-rail strong {
  font-size: .98rem;
}

.homepage-v4-test .home-v3-route-rail small {
  margin-top: 5px;
  color: rgba(255,255,255,.5);
  font-size: .73rem;
  line-height: 1.45;
}

.homepage-v4-test .home-v3-manifesto {
  position: relative;
  padding: 100px 0 104px;
  border-bottom: 1px solid var(--strategy-line);
}

.homepage-v4-test .home-v3-manifesto::before {
  content: "";
  position: absolute;
  top: 0;
  left: max(20px, calc((100vw - 1200px) / 2));
  width: min(160px, 22vw);
  height: 3px;
  background: linear-gradient(90deg, var(--strategy-gold), var(--strategy-teal));
}

.homepage-v4-test .home-v3-manifesto-grid {
  grid-template-columns: .54fr 1.25fr .82fr;
  gap: clamp(30px, 4.5vw, 72px);
  align-items: start;
}

.homepage-v4-test .home-v3-manifesto h2 {
  max-width: 630px;
  margin-top: -7px;
  font-size: clamp(2.65rem, 4.4vw, 4.85rem);
  line-height: 1;
}

.homepage-v4-test .home-v4-decision-copy {
  display: grid;
  gap: 28px;
}

.homepage-v4-test .home-v3-manifesto-copy {
  margin-top: 0;
  font-size: 1.02rem;
  line-height: 1.78;
}

.homepage-v4-test .home-v4-decision-link {
  display: inline-flex;
  width: fit-content;
  gap: 10px;
  align-items: center;
  padding-bottom: 7px;
  color: var(--strategy-ink);
  border-bottom: 1px solid var(--strategy-line);
  font-size: .9rem;
  font-weight: 700;
}

.homepage-v4-test .home-v4-decision-link span {
  color: var(--strategy-teal-dark);
}

.homepage-v4-test.home-v4-motion-ready .home-v4-hero-reveal {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition:
    opacity .58s ease var(--home-reveal-delay, 0ms),
    transform .72s var(--home-v4-ease) var(--home-reveal-delay, 0ms);
}

.homepage-v4-test.home-v4-motion-ready .home-v3-hero-stage.home-v4-hero-reveal {
  transform: translate3d(24px, 0, 0) scale(.985);
}

.homepage-v4-test.home-v4-motion-ready.home-v4-loaded .home-v4-hero-reveal {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.homepage-v4-test.home-v4-motion-ready .home-v4-scroll-reveal {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition:
    opacity .62s ease,
    transform .78s var(--home-v4-ease);
}

.homepage-v4-test.home-v4-motion-ready .home-v4-scroll-reveal.is-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 1180px) {
  .homepage-v4-test .home-v3-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(410px, .9fr);
    gap: 46px;
  }

  .homepage-v4-test .home-v3-route-rail {
    grid-template-columns: 1.08fr .92fr 1fr 1.05fr;
  }
}

@media (max-width: 900px) {
  .homepage-v4-test .home-v3-hero-grid {
    min-height: 0;
    padding-top: 62px;
    padding-bottom: 54px;
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .homepage-v4-test .home-v3-hero-stage {
    max-width: 720px;
  }

  .homepage-v4-test .home-v3-route-rail {
    grid-template-columns: 1fr 1fr;
  }

  .homepage-v4-test .home-v4-route-intro,
  .homepage-v4-test .home-v3-route-rail a {
    min-height: 112px;
    border-bottom: 1px solid rgba(255,255,255,.12);
  }

  .homepage-v4-test .home-v4-route-intro,
  .homepage-v4-test .home-v3-route-rail a:nth-child(2) {
    border-top: 0;
  }

  .homepage-v4-test .home-v3-manifesto-grid {
    grid-template-columns: .55fr 1.45fr;
  }

  .homepage-v4-test .home-v4-decision-copy {
    grid-column: 2;
  }
}

@media (max-width: 680px) {
  .homepage-v4-test .home-v3-hero-grid {
    padding-top: 46px;
    padding-bottom: 38px;
    gap: 44px;
  }

  .homepage-v4-test .home-v3-hero-copy h1 {
    font-size: clamp(2.65rem, 12vw, 3.55rem);
    line-height: 1;
  }

  .homepage-v4-test .home-v3-hero-copy > p:not(.strategy-kicker) {
    margin-top: 20px;
    font-size: .98rem;
  }

  .homepage-v4-test .strategy-actions {
    display: grid;
    justify-items: start;
    gap: 12px;
    margin-top: 28px;
  }

  .homepage-v4-test .home-v3-hero-stage::before {
    inset: -10px 12px 10px -10px;
    border-radius: 14px;
  }

  .homepage-v4-test .home-v3-hero-stage picture {
    border-radius: 12px;
  }

  .homepage-v4-test .home-v4-hero-figure figcaption {
    display: grid;
    gap: 4px;
    padding-top: 13px;
    padding-right: 74px;
  }

  .homepage-v4-test .home-v4-hero-figure figcaption strong {
    text-align: left;
  }

  .homepage-v4-test .home-v3-route-rail {
    grid-template-columns: 1fr;
  }

  .homepage-v4-test .home-v4-route-intro,
  .homepage-v4-test .home-v3-route-rail a {
    min-height: 94px;
    padding: 23px 22px;
    border-right: 0;
  }

  .homepage-v4-test .home-v4-route-intro {
    padding-left: 0;
  }

  .homepage-v4-test .home-v3-manifesto {
    padding: 78px 0 80px;
  }

  .homepage-v4-test .home-v3-manifesto-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .homepage-v4-test .home-v3-manifesto-grid .strategy-eyebrow {
    margin-bottom: 0;
  }

  .homepage-v4-test .home-v3-manifesto h2 {
    font-size: clamp(2.45rem, 11.5vw, 3.45rem);
  }

  .homepage-v4-test .home-v4-decision-copy {
    grid-column: auto;
    gap: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .homepage-v4-test,
  .homepage-v4-test * {
    scroll-behavior: auto !important;
  }

  .homepage-v4-test .home-v4-hero-reveal,
  .homepage-v4-test .home-v4-scroll-reveal,
  .homepage-v4-test .home-v3-route-rail a::after,
  .homepage-v4-test .home-v3-text-action {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
