/* Cultivera shared standard layer
   Loaded after page-local CSS to align navigation, subnavs, art elements, and common interaction polish. */

:root {
  --global-nav-height: 68px;
  --subnav-offset: calc(var(--global-nav-height) + 10px);
  --subnav-surface: rgba(248, 248, 243, 0.84);
  --subnav-border: rgba(16, 21, 18, 0.10);
  --standard-radius: 8px;
  --standard-pill: 999px;
  --standard-shadow: 0 18px 44px rgba(6, 40, 25, 0.085);
  --mobile-tap-target: 44px;
  --type-label-track: 0.1em;
  --type-label-track-tight: 0.08em;
  --type-serif-leading: 1.05;
  --type-serif-leading-tight: 0.94;
  --type-copy-leading: 1.55;
  --caption-surface: rgba(8, 28, 19, 0.56);
  --caption-line: rgba(255, 255, 255, 0.22);
  --caption-muted: rgba(255, 255, 255, 0.76);
}

html {
  scroll-padding-top: calc(var(--global-nav-height) + 72px);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
}

h1,
h2,
h3,
.hero-title,
.section-title {
  overflow-wrap: normal;
  text-wrap: balance;
  letter-spacing: -0.025em;
}

p,
li,
.hero-copy,
.section-copy,
.head-copy {
  text-wrap: pretty;
  letter-spacing: -0.01em;
}

body .mono,
.section-label,
.section-kicker,
.kicker,
.funnel-label,
.funnel-link,
.nav-cta,
.mobile-menu-button,
.btn.mono,
.button.mono,
.hero-signal-row span {
  letter-spacing: var(--type-label-track) !important;
}

.btn,
.button,
.nav-cta,
.mobile-menu-button,
.funnel-link {
  line-height: 1.12 !important;
}

.btn.mono,
.button.mono {
  font-size: clamp(0.7rem, 0.7vw, 0.74rem) !important;
  font-weight: 620 !important;
}

.section-label,
.section-kicker,
.kicker,
.funnel-label {
  font-size: clamp(0.66rem, 0.72vw, 0.72rem) !important;
}

.hero-title {
  line-height: var(--type-serif-leading-tight) !important;
}

.section-title,
.channel-name,
.entry-item h3,
.map-node strong,
.model-spotlight-copy h3,
.proof-list .channel-name {
  line-height: var(--type-serif-leading) !important;
}

.hero-copy,
.section-copy,
.head-copy,
.channel-copy,
.entry-item p,
.map-node p,
.portfolio-route,
.method-card p {
  line-height: var(--type-copy-leading) !important;
}

.hero-copy,
.section-copy,
.head-copy {
  font-weight: 400 !important;
}

.page-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: var(--global-nav-height);
  border-bottom: 1px solid rgba(6, 40, 25, 0.08);
  background: rgba(248, 248, 243, 0.84);
  box-shadow: none;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: background 300ms var(--ease, ease), border-color 300ms var(--ease, ease), box-shadow 300ms var(--ease, ease);
}

.page-nav--overlay {
  position: fixed;
  right: 0;
  left: 0;
  background: rgba(248, 248, 243, 0.42);
  border-bottom-color: rgba(6, 40, 25, 0.045);
}

.page-nav.is-scrolled {
  background: rgba(248, 248, 243, 0.92);
  border-bottom-color: rgba(6, 40, 25, 0.10);
  box-shadow: 0 8px 28px rgba(6, 40, 25, 0.055);
}

.nav-inner {
  height: var(--global-nav-height) !important;
  min-height: var(--global-nav-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-width: 0;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
}

.brand-logo {
  display: block;
  width: clamp(132px, 12vw, 156px);
  height: auto;
  object-fit: contain;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  mix-blend-mode: multiply;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(13px, 1.65vw, 24px) !important;
  color: rgba(23, 24, 19, 0.66) !important;
}

.nav-links a {
  color: inherit;
  transition: color 220ms var(--ease, ease), opacity 220ms var(--ease, ease);
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a[aria-current="page"] {
  color: var(--forest-deep, var(--green-deep, #092a1c));
}

.nav-cta,
.mobile-menu-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(23, 24, 19, 0.18);
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink, #101512);
  box-shadow: 0 8px 28px rgba(6, 40, 25, 0.055);
  white-space: nowrap;
  transition: border-color 220ms var(--ease, ease), background 220ms var(--ease, ease), color 220ms var(--ease, ease), transform 220ms var(--ease, ease);
}

.nav-cta:hover,
.nav-cta:focus-visible,
.mobile-menu-button:hover,
.mobile-menu-button:focus-visible {
  border-color: rgba(15, 61, 46, 0.35);
  background: rgba(255, 255, 255, 0.84);
  color: var(--forest-deep, var(--green-deep, #092a1c));
  transform: translateY(-1px);
}

.mobile-menu-button {
  display: none;
}

.mobile-panel {
  display: none;
  border-top: 1px solid rgba(16, 21, 18, 0.10);
  padding: 12px var(--gutter, 24px) 18px;
  background: rgba(248, 248, 243, 0.98);
}

.mobile-panel.is-open {
  display: block;
}

.mobile-panel a {
  display: block;
  border-bottom: 1px solid rgba(23, 24, 19, 0.08);
  padding: 12px 0;
  color: var(--muted, #5c675f);
}

.funnel-bar {
  position: sticky !important;
  top: var(--subnav-offset) !important;
  z-index: 70 !important;
  width: min(calc(100% - 32px), var(--max, 1440px));
  margin: 10px auto -1px;
  border: 1px solid var(--subnav-border) !important;
  border-radius: var(--standard-pill);
  background: var(--subnav-surface) !important;
  box-shadow: var(--standard-shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.funnel-inner {
  min-height: 48px !important;
  padding-inline: clamp(12px, 2vw, 20px) !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  overflow-x: auto;
  scrollbar-width: none;
}

.funnel-inner::-webkit-scrollbar {
  display: none;
}

.funnel-label {
  color: var(--faint, #728173) !important;
  white-space: nowrap;
}

.funnel-links {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.funnel-link {
  min-height: 32px !important;
  display: inline-flex;
  align-items: center;
  border: 1px solid transparent !important;
  border-radius: var(--standard-pill);
  padding: 8px 11px !important;
  color: var(--muted, #5c675f) !important;
  text-decoration: none !important;
  transition: background 200ms var(--ease, ease), color 200ms var(--ease, ease), border-color 200ms var(--ease, ease), transform 200ms var(--ease, ease);
}

.funnel-link:hover,
.funnel-link:focus-visible,
.funnel-link.is-active {
  color: var(--forest-deep, #092a1c) !important;
  border-color: rgba(26, 100, 64, 0.18) !important;
  background: rgba(255, 255, 255, 0.68) !important;
  transform: translateY(-1px);
}

.section-kicker {
  letter-spacing: 0.09em;
}

.section-kicker::before {
  opacity: 0.55 !important;
}

.hero-note,
.cta-band,
.atlas-map-wrap,
.featured-proof-record,
.protocol-band,
.origin-note,
.team-band,
.route-option,
.summary-card {
  border-radius: var(--standard-radius) !important;
}

.hero-note,
.featured-proof-record,
.atlas-map-wrap,
.protocol-band {
  box-shadow: 0 14px 40px rgba(6, 40, 25, 0.055);
}

.grid-image-caption,
.record-caption,
.caption-overlay {
  letter-spacing: 0;
}

img {
  color: transparent;
}

.btn,
.nav-cta,
.mobile-menu-button,
.choice-button,
.filter-control,
.reset-button {
  border-radius: var(--standard-pill) !important;
}

@media (max-width: 1120px) {
  :root {
    --global-nav-height: 60px;
    --subnav-offset: calc(var(--global-nav-height) + 8px);
  }

  .nav-links,
  .nav-cta {
    display: none;
  }

  .mobile-menu-button {
    display: inline-flex;
  }
}

@media (max-width: 700px) {
  :root {
    --type-label-track: var(--type-label-track-tight);
    --type-serif-leading-tight: 1.025;
    --type-serif-leading: 1.07;
    --type-copy-leading: 1.58;
  }

  html {
    scroll-padding-top: calc(var(--global-nav-height) + 66px);
  }

  .funnel-bar {
    width: calc(100% - 20px);
    margin-top: 8px;
    border-radius: 18px;
  }

  .funnel-inner {
    align-items: flex-start;
    min-height: 54px !important;
    padding: 9px 12px !important;
    gap: 10px;
  }

  .funnel-label {
    display: none !important;
  }

  .funnel-link {
    min-height: 34px !important;
    padding-inline: 10px !important;
  }
}

/* Homepage Apple-lux composition pass */
#home .thesis-band {
  padding-block: clamp(64px, 6.5vw, 92px);
}

#home .thesis-line {
  font-size: clamp(2.2rem, 3.8vw, 3.8rem);
  line-height: 1;
  letter-spacing: 0;
}

#home .thesis-copy {
  max-width: 520px;
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  line-height: 1.62;
}

#home .section-head {
  align-items: center;
}

#home .section-head .head-copy {
  max-width: 460px;
  font-size: clamp(1rem, 1.15vw, 1.1rem);
  line-height: 1.58;
}

#home #channels .channel-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 20px);
  border: 0;
}

#home #channels .channel-row {
  display: flex;
  min-width: 0;
  min-height: 460px;
  flex-direction: column;
  gap: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.52);
  transform: none;
}

#home #channels .channel-row:hover,
#home #channels .channel-row:focus-within {
  background: rgba(255, 255, 255, 0.82);
  transform: translateY(-3px);
  box-shadow: 0 18px 44px rgba(20, 30, 23, 0.07);
}

#home .channel-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e7ece3;
}

#home .channel-media::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  pointer-events: none;
}

#home .channel-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 72%;
  filter: saturate(0.9) contrast(1.02);
  transition: transform 700ms var(--ease);
}

#home #channels .channel-row:hover .channel-media img {
  transform: scale(1.025);
}

#home .channel-media .channel-index {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  color: #153f2b;
  background: rgba(250, 251, 247, 0.82);
  backdrop-filter: blur(10px);
}

#home .channel-body {
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(22px, 2.3vw, 30px);
}

#home #channels .channel-name {
  font-size: clamp(2rem, 2.5vw, 2.7rem);
  letter-spacing: 0;
}

#home #channels .channel-copy {
  margin-top: 16px;
  font-size: 0.98rem;
  line-height: 1.55;
}

#home #channels .channel-link {
  justify-self: auto;
  margin-top: auto;
  padding-top: 26px;
}

#home #map .map-panel {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(440px, 7fr);
  min-height: 520px;
  border-radius: 8px;
  background: #f9faf7;
  box-shadow: 0 18px 50px rgba(20, 30, 23, 0.07);
}

#home .map-scene {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  border-right: 1px solid var(--line);
  background: #dfe7dc;
}

#home .map-scene img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 68%;
  filter: saturate(0.92) contrast(1.03);
}

#home .map-scene figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(8, 35, 22, 0.62);
  backdrop-filter: blur(12px);
}

#home #map .map-visual {
  position: relative;
  display: grid;
  min-height: auto;
  grid-template-columns: 1fr;
  align-content: center;
  padding: 26px clamp(30px, 4vw, 58px);
}

#home #map .map-visual::before {
  left: clamp(43px, 5.2vw, 72px);
  right: auto;
  top: 66px;
  bottom: 66px;
  width: 1px;
  height: auto;
  background: rgba(26, 100, 64, 0.23);
}

#home #map .map-node,
#home #map .map-node:first-child {
  position: relative;
  display: grid;
  min-height: 0;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 24px;
  padding: 20px 0 20px clamp(42px, 4vw, 60px);
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
}

#home #map .map-node:last-child {
  border-bottom: 0;
}

#home #map .map-node::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 9px;
  height: 9px;
  border: 4px solid #f9faf7;
  border-radius: 50%;
  background: var(--green-700);
  box-shadow: 0 0 0 1px rgba(26, 100, 64, 0.24);
  transform: translateY(-50%);
}

#home #map .map-node:hover {
  background: transparent;
  transform: none;
}

#home #map .map-node small {
  font-size: 0.62rem;
}

#home #map .map-node strong {
  margin-top: 6px;
  font-size: clamp(1.45rem, 1.75vw, 1.9rem);
  line-height: 1.04;
  letter-spacing: 0;
}

#home #map .map-node p {
  max-width: 190px;
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.4;
  text-align: right;
}

#home #map .map-footer {
  grid-column: 1 / -1;
  padding-block: 16px;
}

#home .proof-grid {
  grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.45fr);
  gap: clamp(34px, 4vw, 62px);
  align-items: start;
}

#home .proof-image {
  min-height: 0;
  height: clamp(500px, 44vw, 650px);
  border-radius: 8px;
}

#home .proof-image img {
  object-position: 50% 72%;
}

#home .proof-list .channel-row {
  position: relative;
  min-height: 154px;
  grid-template-columns: minmax(132px, 0.9fr) minmax(210px, 1.8fr) minmax(145px, 1fr) auto;
  gap: clamp(16px, 2vw, 30px);
  padding-block: 26px;
}

#home .proof-list .channel-name {
  max-width: 13ch;
  font-size: clamp(1.65rem, 2.05vw, 2.25rem);
  letter-spacing: 0;
}

#home .proof-list .channel-copy {
  font-size: 0.92rem;
  line-height: 1.48;
}

#home .proof-list .channel-link {
  align-self: center;
}

#home .proof-stage {
  background: rgba(255, 255, 255, 0.86);
}

#home .partnership-layout {
  display: grid;
  grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(18px, 2.4vw, 34px);
}

#home .entry-compass {
  position: relative;
  min-height: 470px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(rgba(12, 43, 27, 0.1), rgba(12, 43, 27, 0.36)),
    url("images/route-atmosphere.webp") center 62% / cover no-repeat;
}

#home .entry-compass-network {
  position: absolute;
  inset: 36px 42px 74px;
}

#home .entry-compass-network::before,
#home .entry-compass-network::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(255, 255, 255, 0.46);
  transform: translate(-50%, -50%);
}

#home .entry-compass-network::before {
  width: 72%;
  height: 1px;
}

#home .entry-compass-network::after {
  width: 1px;
  height: 72%;
}

#home .compass-core,
#home .compass-route {
  position: absolute;
  z-index: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.46);
  color: #173f2b;
  background: rgba(249, 251, 247, 0.88);
  backdrop-filter: blur(12px);
}

#home .compass-core {
  left: 50%;
  top: 50%;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 14px 34px rgba(6, 40, 25, 0.15);
}

#home .compass-core img {
  width: 44px;
  height: 44px;
}

#home .compass-route {
  min-width: 84px;
  min-height: 38px;
  border-radius: 999px;
  padding: 8px 14px;
  font-family: var(--mono);
  font-size: 0.66rem;
  text-transform: uppercase;
}

#home .compass-fund { left: 0; top: 50%; transform: translateY(-50%); }
#home .compass-shape { left: 50%; top: 0; transform: translateX(-50%); }
#home .compass-source { right: 0; top: 50%; transform: translateY(-50%); }
#home .compass-deliver { left: 50%; bottom: 0; transform: translateX(-50%); }

#home .entry-compass figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 18px 22px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(8, 32, 20, 0.7);
  font-size: 0.9rem;
}

#home .entry-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.34);
}

#home .entry-item {
  min-height: 235px;
  border-bottom-color: var(--line);
}

#home .entry-item:nth-child(even) {
  border-right: 0;
}

#home .entry-item:nth-child(n + 3) {
  border-bottom: 0;
}

#home .entry-item p {
  max-width: 28ch;
  margin-top: 20px;
}

#home #contact {
  padding-bottom: clamp(26px, 3.2vw, 44px) !important;
}

#home .cta-band {
  box-shadow: 0 14px 38px rgba(6, 40, 25, 0.10) !important;
}

@media (max-width: 1080px) {
  #home #channels .channel-row {
    min-height: 420px;
  }

  #home #map .map-panel {
    grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
  }

  #home .proof-list .channel-row {
    grid-template-columns: minmax(120px, 0.8fr) minmax(210px, 1.5fr) auto;
  }

  #home .proof-list .channel-copy {
    display: none;
  }
}

@media (max-width: 900px) {
  #home #channels .channel-flow {
    grid-template-columns: 1fr;
  }

  #home #channels .channel-row {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(220px, 0.85fr) minmax(0, 1.15fr);
  }

  #home .channel-media {
    height: 100%;
    min-height: 260px;
    aspect-ratio: auto;
  }

  #home #map .map-panel,
  #home .partnership-layout {
    grid-template-columns: 1fr;
  }

  #home .map-scene {
    min-height: 340px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  #home .proof-grid {
    grid-template-columns: 1fr;
  }

  #home .proof-image {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  #home .entry-compass {
    min-height: 410px;
  }

}

@media (max-width: 700px) {
  #home .thesis-band {
    padding-block: 58px;
  }

  #home .thesis-line,
  #home .thesis-copy {
    grid-column: 1 / -1;
  }

  #home .thesis-copy {
    margin-top: 24px;
  }

  #home #channels .channel-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    overflow: hidden;
  }

  #home #channels .channel-body {
    min-width: 0;
  }

  #home #channels .channel-link {
    justify-self: start;
  }

  #home .channel-media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  #home #map .map-visual {
    padding: 22px 24px;
  }

  #home #map .map-node,
  #home #map .map-node:first-child {
    display: block;
    padding: 18px 0 18px 42px;
  }

  #home #map .map-node p {
    max-width: none;
    margin-top: 9px;
    text-align: left;
  }

  #home .proof-list .channel-row {
    display: grid;
    min-height: 0;
    grid-template-columns: 1fr auto;
    padding: 22px 0;
  }

  #home .proof-model-meta,
  #home .proof-list .channel-name {
    grid-column: 1 / -1;
  }

  #home .proof-list .channel-link {
    grid-column: 2;
    grid-row: 1;
  }

  #home .entry-compass {
    min-height: 350px;
  }

  #home .entry-compass-network {
    inset: 30px 24px 68px;
  }

  #home .entry-grid {
    grid-template-columns: 1fr;
  }

  #home .entry-item {
    min-height: 170px;
    border-right: 0;
    border-bottom: 1px solid var(--line) !important;
  }

  #home .entry-item:last-child {
    border-bottom: 0 !important;
  }

}


/* 10/10 launch polish pass */
.drawer[aria-hidden="true"] {
  visibility: hidden !important;
  pointer-events: none !important;
}

.drawer.is-open {
  visibility: visible !important;
  pointer-events: auto !important;
}

.hero-title {
  text-wrap: balance;
}

.section-title,
.featured-proof-title,
.drawer-title {
  text-wrap: balance;
}

.hero-copy,
.hero-copy-plain,
.section-copy,
.cta-copy {
  text-wrap: pretty;
}

@media (max-width: 680px) {
  .hero-title,
  .hero-copy,
  .hero-copy-plain,
  .hero-actions {
    transition-delay: 0.08s !important;
  }

  .hero {
    min-height: auto !important;
  }
}


/* Final launch hygiene and art-direction pass */
.featured-proof-media img,
.record-media img,
.atlas-map-wrap img,
.team-band img,
.origin-note img {
  filter: saturate(0.92) contrast(0.96) brightness(1.01);
}

.featured-proof-media,
.record-media {
  background: linear-gradient(135deg, rgba(21, 76, 49, 0.08), rgba(255, 255, 255, 0.35));
}

.featured-proof-media::after,
.record-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00), rgba(8, 31, 21, 0.12));
  mix-blend-mode: multiply;
}

.standing-meter,
.standing-meter-row {
  width: 100%;
}

.protection-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hero-title {
  letter-spacing: clamp(-0.055em, -0.08vw, -0.025em);
}

.hero-copy,
.hero-copy-plain,
.section-copy {
  max-width: 68ch;
}

.record-record,
.route-option,
.summary-card,
.offer-row,
.step-card,
.think-card {
  overflow-wrap: anywhere;
}

@media (max-width: 900px) {
  .protection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .brand-logo {
    width: 132px;
  }

  .hero-title {
    letter-spacing: 0;
  }

  .hero-actions {
    gap: 10px !important;
  }

  .btn,
  .nav-cta,
  .mobile-menu-button {
    min-height: 42px;
  }

  .protection-grid {
    grid-template-columns: 1fr;
  }
}


/* Final finishing pass: art direction, DTP and mobile polish */
img {
  max-width: 100%;
}

.featured-proof-media img,
.record-media img {
  transform: scale(1.012);
  transition: transform 900ms cubic-bezier(.2,.7,.2,1), filter 900ms cubic-bezier(.2,.7,.2,1);
}

.featured-proof-media:hover img,
.record-record:hover .record-media img {
  transform: scale(1.045);
}

.caption-overlay {
  backdrop-filter: blur(8px);
}

@supports (text-wrap: balance) {
  .hero-title,
  .section-title,
  .featured-proof-title,
  .drawer-title {
    text-wrap: balance;
  }
}

@supports (text-wrap: pretty) {
  p,
  .section-copy,
  .hero-copy,
  .hero-copy-plain,
  .featured-proof-text,
  .cta-copy {
    text-wrap: pretty;
  }
}

@media (max-width: 520px) {
  .brand-logo { width: 132px !important; }
  .hero-copy,
  .hero-copy-plain,
  .section-copy { max-width: 100%; }
  .funnel-inner { gap: 10px; }
}


/* CD / DTP master pass: consistent spacing, readable measures, and calmer type scale */
:root {
  --measure-tight: 54ch;
  --measure-copy: 66ch;
  --section-pad: clamp(60px, 6.4vw, 96px);
  --section-pad-compact: clamp(44px, 5.2vw, 72px);
  --heading-track: -0.038em;
}

body {
  font-kerning: normal;
  text-size-adjust: 100%;
}

p,
li {
  overflow-wrap: break-word;
}

.hero {
  padding-top: clamp(76px, 8.5vw, 124px) !important;
  padding-bottom: clamp(56px, 6.8vw, 92px) !important;
}

.section {
  padding-top: var(--section-pad) !important;
  padding-bottom: var(--section-pad) !important;
}

.section + .section {
  margin-top: 0;
}

.section-head {
  gap: clamp(26px, 4.8vw, 76px) !important;
  margin-bottom: clamp(26px, 4vw, 48px) !important;
}

.hero-title {
  max-width: 13.5ch !important;
  font-size: clamp(3rem, 7.1vw, 6.75rem) !important;
  line-height: 0.97 !important;
  letter-spacing: var(--heading-track) !important;
}

main:not(#home) .hero-frame .hero-title {
  max-width: 14ch !important;
}

.section-title {
  max-width: 15ch !important;
  font-size: clamp(2rem, 3.9vw, 4.1rem) !important;
  line-height: 1.03 !important;
  letter-spacing: 0 !important;
}

.hero-copy,
.hero-copy-plain {
  max-width: var(--measure-tight) !important;
  font-size: clamp(1rem, 1.2vw, 1.16rem) !important;
  line-height: 1.68 !important;
}

.section-copy,
.cta-copy,
.route-copy,
.summary-copy,
.closing-note p,
.contact-card,
.hero-note {
  max-width: var(--measure-copy) !important;
  line-height: 1.68 !important;
}

.mono {
  letter-spacing: 0 !important;
}

.section-kicker {
  margin-bottom: clamp(14px, 1.7vw, 19px) !important;
  letter-spacing: 0 !important;
}

.hero-actions {
  gap: 10px 12px !important;
  margin-top: clamp(24px, 3vw, 34px) !important;
}

.btn,
.button {
  min-height: 46px !important;
  padding: 11px 20px !important;
  white-space: nowrap;
}

.route-picker,
.offer-register,
.break-list,
.principle-record {
  border-top-color: rgba(16, 21, 18, 0.12) !important;
}

.route-option {
  padding: clamp(22px, 3vw, 34px) clamp(14px, 2.2vw, 24px) !important;
  gap: clamp(16px, 3vw, 42px) !important;
}

.route-option::before {
  left: clamp(2px, 0.6vw, 8px) !important;
}

.route-index,
.offer-title,
.break-index,
.principle-index {
  padding-left: clamp(12px, 1.4vw, 18px) !important;
}

.route-title,
.offer-title,
.break-title,
.principle-title,
.crop-title {
  letter-spacing: 0 !important;
  line-height: 1.08 !important;
}

.contact-panel {
  gap: clamp(24px, 4vw, 64px) !important;
  padding: clamp(30px, 4.4vw, 52px) clamp(14px, 2.2vw, 24px) !important;
}

.summary-box {
  min-height: 176px !important;
  padding: clamp(22px, 3vw, 32px) !important;
}

.share-list {
  gap: 0;
}

.share-item,
.entry-item,
.usecase,
.service-step,
.route-step {
  padding: clamp(18px, 2.5vw, 26px) !important;
}

.share-item p,
.entry-item p,
.usecase p,
.service-step p,
.route-step p {
  line-height: 1.58 !important;
}

.closing-note {
  padding: clamp(28px, 4vw, 44px) clamp(14px, 2vw, 22px) !important;
}

@media (max-width: 980px) {
  .section-head,
  .hero-content,
  .hero-grid,
  .contact-panel,
  .closing-note {
    gap: 22px !important;
  }

  .hero-title,
  .section-title {
    max-width: 15ch !important;
  }
}

@media (max-width: 700px) {
  :root {
    --section-pad: clamp(48px, 14vw, 72px);
    --section-pad-compact: clamp(40px, 11vw, 58px);
  }

  .hero {
    padding-top: clamp(54px, 13vw, 78px) !important;
    padding-bottom: clamp(42px, 10vw, 64px) !important;
  }

  .hero-title {
    max-width: 10.5ch !important;
    font-size: clamp(2.55rem, 12.2vw, 4.2rem) !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
  }

  .section-title {
    max-width: 13ch !important;
    font-size: clamp(2rem, 10vw, 3.35rem) !important;
    line-height: 1.02 !important;
  }

  .hero-copy,
  .hero-copy-plain,
  .section-copy,
  .cta-copy {
    font-size: 1rem !important;
    line-height: 1.66 !important;
  }

  .btn {
    width: auto;
    min-height: 44px !important;
    padding: 11px 16px !important;
    white-space: normal;
    text-align: center;
  }

  .route-option {
    padding: 22px 12px !important;
  }

  .channel-row,
  .proof-row {
    margin-inline: 0 !important;
  }

  .route-title {
    font-size: clamp(1.35rem, 7vw, 2rem) !important;
  }

  .contact-panel,
  .summary-box,
  .closing-note {
    padding-inline: 12px !important;
  }

  .mobile-menu-button,
  .mobile-panel a,
  .funnel-link,
  .sticky-cta a {
    min-height: var(--mobile-tap-target) !important;
  }

  .mobile-panel {
    max-height: calc(100svh - var(--global-nav-height));
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .mobile-panel a {
    display: flex;
    align-items: center;
  }

  .funnel-inner {
    align-items: center !important;
  }

  .funnel-link {
    padding: 10px 12px !important;
  }

  .sticky-cta {
    bottom: max(12px, env(safe-area-inset-bottom)) !important;
  }

  body:has(.sticky-cta) main {
    padding-bottom: calc(var(--mobile-tap-target) + 40px);
  }
}

/* Non-hero interaction restraint */
.section .btn,
.section .button,
.cta-band .btn,
.protocol-band .btn,
.download-section .button,
.insights-cta .button {
  min-height: 46px !important;
  padding: 11px 20px !important;
  box-shadow: none !important;
}

.section .btn:hover,
.section .btn:focus-visible,
.section .button:hover,
.section .button:focus-visible,
.cta-band .btn:hover,
.cta-band .btn:focus-visible,
.protocol-band .btn:hover,
.protocol-band .btn:focus-visible,
.download-section .button:hover,
.download-section .button:focus-visible,
.insights-cta .button:hover,
.insights-cta .button:focus-visible,
.offer-row:hover,
.offer-row:focus-within,
.route-option:hover,
.route-option:focus-visible,
.build-item:hover,
.build-item:focus-within,
.service-step:hover,
.service-step:focus-within,
.route-step:hover,
.route-step:focus-within,
.entry-cover:hover,
.cover-frame:hover {
  transform: translateY(-1px) !important;
}

.contact-panel,
.summary-box,
.closing-note,
.protocol-band,
.blueprint-proof,
.corridor-proof,
.chain-system,
.publication-entry {
  border-radius: var(--standard-radius) !important;
}

.section-label,
.eyebrow,
.entry-meta,
.window-name span,
.window-gate span,
.decision-kicker,
.decision-proof span,
.evidence-key span {
  letter-spacing: 0 !important;
}

/* Apple-lux CD / DTP production pass
   Visual refinement only: no content, source order, or component structure changes. */
:root {
  --paper: #f7f8f4;
  --paper-soft: #ffffff;
  --ink: #141714;
  --ink-soft: #343a35;
  --muted: #626a63;
  --faint: #7f8880;
  --line: rgba(20, 23, 20, 0.105);
  --standard-radius: 8px;
  --standard-shadow: 0 10px 30px rgba(20, 30, 23, 0.055);
  --section-pad: clamp(54px, 5.8vw, 88px);
  --measure-tight: 52ch;
  --measure-copy: 64ch;
}

html {
  background: var(--paper);
}

body {
  background: var(--paper) !important;
  color: var(--ink);
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Restore gutters when a page uses the same node as container and hero layout. */
.container.hero-content,
.container.hero-grid,
.container.index-hero-grid {
  padding-inline: var(--gutter, clamp(20px, 5vw, 72px)) !important;
}

/* Page-local hero padding already lives on the inner layout. Avoid double spacing. */
main:not(#home) > .hero:not(.field-hero) {
  padding-block: 0 !important;
}

main:not(#home) > .hero.visual-hero.field-hero {
  padding-block: 0 !important;
}

main:not(#home) > .hero {
  background-image: linear-gradient(180deg, #fafbf8 0%, #f3f6f0 100%) !important;
}

.page-nav {
  background: rgba(247, 248, 244, 0.82) !important;
  border-bottom-color: rgba(20, 23, 20, 0.075) !important;
  box-shadow: none !important;
}

.page-nav.is-scrolled {
  background: rgba(247, 248, 244, 0.94) !important;
  box-shadow: 0 6px 22px rgba(20, 30, 23, 0.045) !important;
}

.brand-logo {
  width: clamp(132px, 12vw, 156px) !important;
}

.nav-links {
  font-family: var(--sans) !important;
  font-size: 0.79rem !important;
  font-weight: 500 !important;
  text-transform: none !important;
}

.nav-links a,
.nav-cta,
.mobile-menu-button {
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.nav-cta,
.mobile-menu-button {
  min-height: 40px !important;
  padding: 9px 17px !important;
  font-family: var(--sans) !important;
  font-size: 0.78rem !important;
  font-weight: 500 !important;
  background: rgba(255, 255, 255, 0.78) !important;
  box-shadow: 0 5px 18px rgba(20, 30, 23, 0.045) !important;
}

.funnel-bar {
  top: calc(var(--global-nav-height) + 10px) !important;
  border-radius: 18px !important;
  background: rgba(247, 248, 244, 0.90) !important;
  box-shadow: 0 8px 26px rgba(20, 30, 23, 0.055) !important;
}

.funnel-bar .mono {
  font-family: var(--sans) !important;
  font-size: 0.71rem !important;
  font-weight: 550 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.funnel-link {
  min-height: 34px !important;
  padding: 8px 12px !important;
}

.funnel-link:hover,
.funnel-link:focus-visible,
.funnel-link.is-active {
  transform: none !important;
  background: rgba(255, 255, 255, 0.86) !important;
  box-shadow: 0 2px 10px rgba(20, 30, 23, 0.04);
}

.hero-title,
.index-hero-copy h1,
.publication-hero .hero-copy h1 {
  letter-spacing: -0.03em !important;
  font-weight: 500 !important;
  text-wrap: balance;
}

.hero-title {
  max-width: 14.5ch !important;
  font-size: clamp(3.15rem, 6.4vw, 6.2rem) !important;
  line-height: 0.99 !important;
}

.section-title,
.featured-proof-title,
.drawer-title,
.register-heading h2,
.standard-intro h2,
.agenda-heading h2,
.insights-cta h2,
.section-heading h2,
.numbers-intro h2,
.operating-copy h2,
.method-heading h2,
.download-grid h2,
.preview-copy h2 {
  letter-spacing: -0.03em !important;
  font-weight: 500 !important;
  line-height: 1.06 !important;
}

.section-title {
  max-width: 16ch !important;
  font-size: clamp(2.15rem, 3.7vw, 3.95rem) !important;
}

.index-hero-copy h1,
.publication-hero .hero-copy h1 {
  font-size: clamp(3.4rem, 5.8vw, 5.5rem) !important;
  line-height: 1 !important;
}

.index-deck,
.hero-deck {
  letter-spacing: 0 !important;
  font-size: clamp(1.35rem, 2.05vw, 2rem) !important;
  line-height: 1.28 !important;
}

.hero-copy,
.hero-copy-plain,
.section-copy,
.hero-summary,
.entry-summary,
.featured-proof-text,
.cta-copy {
  color: var(--muted) !important;
  line-height: 1.65 !important;
}

.section {
  padding-block: var(--section-pad) !important;
  background-image: none !important;
}

main > .section:last-of-type {
  padding-bottom: clamp(26px, 3.2vw, 44px) !important;
  border-bottom: 0 !important;
}

.section-head {
  margin-bottom: clamp(22px, 3.2vw, 40px) !important;
}

.section-kicker,
.eyebrow,
.section-label,
.entry-meta,
.mono {
  letter-spacing: var(--type-label-track, 0.1em) !important;
}

.section-kicker,
.eyebrow,
.section-label {
  color: var(--green-700, var(--forest, #1a6440)) !important;
}

.btn,
.button,
.copy-brief,
.preview-button {
  letter-spacing: 0 !important;
  font-family: var(--sans) !important;
  font-weight: 500 !important;
  text-transform: none !important;
  box-shadow: none !important;
}

.btn:hover,
.btn:focus-visible,
.button:hover,
.button:focus-visible,
.copy-brief:hover,
.copy-brief:focus-visible {
  transform: translateY(-1px) !important;
}

.hero-note,
.contact-card,
.summary-box,
.featured-proof-record,
.publication-entry,
.blueprint-proof,
.corridor-proof,
.chain-system,
.evidence-desk {
  border-radius: var(--standard-radius) !important;
}

.hero-note {
  border: 1px solid var(--line) !important;
  padding: clamp(22px, 2.5vw, 30px) !important;
  background: rgba(255, 255, 255, 0.56) !important;
  box-shadow: 0 12px 34px rgba(20, 30, 23, 0.04) !important;
}

.hero-note strong,
.contact-card strong,
.summary-title,
.closing-note strong {
  letter-spacing: 0 !important;
  font-weight: 500 !important;
}

.featured-proof-media,
.record-media,
.corridor-proof-media,
.blueprint-proof-media,
.entry-cover,
.cover-frame,
.operating-visual {
  overflow: hidden;
  border-radius: var(--standard-radius) !important;
  background: #edf1ea !important;
}

.featured-proof-media img,
.record-media img,
.corridor-proof-media img,
.blueprint-proof-media img,
.entry-cover img,
.cover-frame img,
.operating-visual img {
  filter: saturate(0.96) contrast(1.015) brightness(1.015) !important;
}

.featured-proof-media::after,
.record-media::after {
  opacity: 0.32;
}

.cta-band,
.protocol-band,
.download-section,
.insights-cta {
  border-radius: var(--standard-radius) !important;
  box-shadow: 0 14px 38px rgba(20, 30, 23, 0.08) !important;
}

.cta-band,
.protocol-band {
  align-items: center !important;
  margin-bottom: 0 !important;
  padding: clamp(34px, 4.2vw, 58px) !important;
}

.cta-band .section-title,
.protocol-band .section-title {
  max-width: 12.5ch !important;
}

.cta-band .hero-actions,
.protocol-band .hero-actions {
  margin-top: clamp(18px, 2.2vw, 26px) !important;
}

main:not(#home) > .section.closing-section,
main:not(#home) > .section:last-of-type:has(.cta-band),
main:not(#home) > .section:last-of-type:has(.protocol-band) {
  padding-block: clamp(38px, 4.6vw, 64px) 0 !important;
  background: #0d2117 !important;
}

main:not(#home) > .section.closing-section > .container,
main:not(#home) > .section:last-of-type:has(.cta-band) .container,
main:not(#home) > .section:last-of-type:has(.protocol-band) .container {
  max-width: none !important;
  padding-inline: 0 !important;
}

main:not(#home) > .section.closing-section .cta-band,
main:not(#home) > .section.closing-section .protocol-band,
main:not(#home) > .section:last-of-type:has(.cta-band) .cta-band,
main:not(#home) > .section:last-of-type:has(.protocol-band) .protocol-band {
  border-radius: var(--standard-radius) var(--standard-radius) 0 0 !important;
  box-shadow: none !important;
}

main:not(#home) > .section.closing-section .protocol-list,
main:not(#home) > .section:last-of-type:has(.protocol-band) .protocol-list {
  display: none !important;
}

.offer-row,
.route-option,
.record-record,
.principle-row,
.window-row,
.agenda-register li {
  transition: background 180ms ease, transform 180ms ease !important;
}

.offer-row:hover,
.route-option:hover,
.record-record:hover,
.principle-row:hover {
  transform: none !important;
  background: rgba(255, 255, 255, 0.44) !important;
}

@media (max-width: 980px) {
  .container.hero-content,
  .container.hero-grid,
  .container.index-hero-grid {
    padding-inline: var(--gutter, clamp(20px, 5vw, 72px)) !important;
  }

  .hero-title {
    max-width: 15ch !important;
  }
}

@media (max-width: 700px) {
  :root {
    --section-pad: clamp(42px, 11vw, 60px);
  }

  .brand-logo {
    width: 132px !important;
  }

  .hero-title {
    max-width: 12ch !important;
    font-size: clamp(2.65rem, 11vw, 3.65rem) !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
  }

  .section-title {
    max-width: 14ch !important;
    font-size: clamp(2rem, 9vw, 3rem) !important;
  }

  .index-hero-copy h1,
  .publication-hero .hero-copy h1 {
    font-size: clamp(2.8rem, 12vw, 3.65rem) !important;
  }

  .index-deck,
  .hero-deck {
    font-size: 1.3rem !important;
  }

  .funnel-bar {
    width: calc(100% - 24px) !important;
    border-radius: 14px !important;
  }

  .funnel-inner {
    min-height: 52px !important;
    padding-inline: 10px !important;
  }

  .hero-note {
    padding: 20px !important;
  }

  .btn,
  .button,
  .copy-brief {
    min-height: 44px !important;
  }
}

/* Main page hero system */
main:not(#home) > .hero.visual-hero {
  min-height: clamp(520px, 68svh, 690px) !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 78% 18%, rgba(79, 154, 99, 0.12), transparent 28rem),
    linear-gradient(180deg, #fafbf8 0%, #f3f6f0 100%) !important;
}

main:not(#home) > .hero.visual-hero .container.hero-content,
main:not(#home) > .hero.visual-hero .container.hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.88fr) !important;
  gap: clamp(26px, 4vw, 56px) !important;
  align-items: center !important;
  width: 100% !important;
  padding-top: clamp(92px, 9vw, 124px) !important;
  padding-bottom: clamp(46px, 6vw, 76px) !important;
}

main:not(#home) > .hero.visual-hero .hero-title {
  max-width: 11.5ch !important;
}

main:not(#home) > .hero.visual-hero .hero-copy {
  max-width: 620px !important;
}

.hero-signal-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: clamp(22px, 2.5vw, 32px);
}

.hero-signal-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 11px;
  border: 1px solid rgba(26, 100, 64, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--green-800, #103b29);
}

.hero-media-banner {
  position: relative;
  min-height: clamp(320px, 38vw, 500px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 21, 18, 0.12);
  border-radius: var(--standard-radius, 8px);
  background: #edf1ea;
  box-shadow: 0 24px 70px rgba(20, 30, 23, 0.10);
  isolation: isolate;
}

.hero-media-banner img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: 50% 56%;
  filter: saturate(0.96) contrast(1.01) brightness(0.96);
}

.hero-media-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7, 32, 21, 0) 42%, rgba(7, 32, 21, 0.62) 100%),
    radial-gradient(circle at 18% 10%, rgba(255, 255, 255, 0.22), transparent 20rem);
}

.hero-media-banner figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(100px, 0.28fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(14px, 2vw, 24px);
  margin: 0;
  padding: 13px 15px 14px;
  color: var(--caption-muted);
  border: 1px solid var(--caption-line);
  border-top-color: rgba(255, 255, 255, 0.46);
  border-radius: var(--standard-radius, 8px);
  background: var(--caption-surface);
  backdrop-filter: blur(18px) saturate(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
  box-shadow: 0 14px 34px rgba(5, 18, 12, 0.14);
}

.hero-media-banner figcaption strong {
  display: block;
  color: color-mix(in srgb, var(--accent, #a7e75a) 58%, white);
  font-family: var(--mono, ui-monospace, monospace);
  font-size: 0.62rem;
  font-weight: 620;
  letter-spacing: var(--type-label-track-tight);
  line-height: 1.35;
  text-transform: uppercase;
}

.hero-media-banner figcaption span,
#home .proof-caption span,
#home .partner-visual figcaption,
.corridor-caption,
.sprint-media figcaption,
.caption-overlay,
.grid-image-caption,
.record-caption {
  font-size: clamp(0.84rem, 0.9vw, 0.94rem);
  line-height: 1.48;
}

#home .proof-caption,
#home .partner-visual figcaption,
.corridor-caption,
.sprint-media figcaption {
  display: grid !important;
  grid-template-columns: minmax(100px, 0.28fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(14px, 2vw, 24px);
  padding: 13px 15px 14px !important;
  color: var(--caption-muted) !important;
  border-color: var(--caption-line) !important;
  border-top-color: rgba(255, 255, 255, 0.46) !important;
  border-radius: var(--standard-radius, 8px) !important;
  background: var(--caption-surface) !important;
  backdrop-filter: blur(18px) saturate(1.08) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.08) !important;
  box-shadow: 0 14px 34px rgba(5, 18, 12, 0.14);
}

#home .proof-caption strong,
#home .partner-visual figcaption::before,
.corridor-caption::before,
.sprint-media figcaption strong {
  color: color-mix(in srgb, var(--accent, #a7e75a) 58%, white);
  font-family: var(--mono, ui-monospace, monospace);
  font-size: 0.62rem;
  font-weight: 620;
  letter-spacing: var(--type-label-track-tight);
  line-height: 1.35;
  text-transform: uppercase;
}

#home .partner-visual figcaption::before {
  content: "Field note";
  display: block;
}

.corridor-caption::before {
  content: "Market check";
  display: block;
}

.sprint-media figcaption span {
  color: var(--caption-muted) !important;
}

.caption-overlay,
.grid-image-caption,
.record-caption {
  border-top: 1px solid rgba(16, 21, 18, 0.16);
  padding-top: 10px;
}

#home .channel-media,
#home .map-scene,
#home .proof-image,
.featured-proof-media,
.portfolio-media {
  border-radius: var(--standard-radius, 8px) !important;
}

#home .channel-media img,
#home .map-scene img,
#home .proof-image img,
.featured-proof-media img,
.portfolio-media img {
  object-fit: cover !important;
}

#home .channel-media img[src*="solar-cool-chain"],
#home .proof-image img[src*="solar-cool-chain"],
.portfolio-media img[src*="solar-cool-chain"] {
  object-position: 50% 58% !important;
}

#home .channel-media img[src*="about-field-note"],
#home .proof-image img[src*="about-field-note"],
.hero-media-banner img[src*="about-field-note"],
.portfolio-media img[src*="about-field-note"] {
  object-position: 50% 54% !important;
}

#home .channel-media img[src*="supply-chain-movement"],
#home .proof-image img[src*="supply-chain-movement"],
.hero-media-banner img[src*="supply-chain-movement"],
.portfolio-media img[src*="supply-chain-movement"] {
  object-position: 50% 57% !important;
}

#home .map-scene img[src*="field-system-route"],
#home .proof-image img[src*="field-system-route"],
.hero-media-banner img[src*="field-system-route"],
.portfolio-media img[src*="field-system-route"] {
  object-position: 50% 62% !important;
}

.hero-media-banner img[src*="route-atmosphere"],
.portfolio-media img[src*="route-atmosphere"] {
  object-position: 50% 59% !important;
}

.portfolio-grid {
  scroll-margin-top: calc(var(--global-nav-height, 68px) + 18px);
  gap: clamp(14px, 1.8vw, 22px) !important;
  margin-top: clamp(22px, 3vw, 38px) !important;
  padding-bottom: 14px !important;
}

.portfolio-card {
  flex-basis: clamp(284px, 29vw, 392px) !important;
}

.portfolio-body {
  gap: 14px !important;
  padding: clamp(18px, 2vw, 24px) !important;
}

.portfolio-route {
  line-height: 1.5 !important;
}

.metric-value {
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}

.method-card {
  min-height: 180px !important;
}

@media (max-width: 980px) {
  main:not(#home) > .hero.visual-hero .container.hero-content,
  main:not(#home) > .hero.visual-hero .container.hero-grid {
    grid-template-columns: 1fr !important;
    padding-top: clamp(88px, 12vw, 112px) !important;
  }

  .hero-media-banner {
    height: clamp(260px, 42vw, 340px);
    min-height: 0;
  }

  .hero-media-banner img {
    display: block;
    min-height: 0;
  }
}

@media (max-width: 700px) {
  main:not(#home) > .hero.visual-hero {
    min-height: auto !important;
  }

  main:not(#home) > .hero.visual-hero .container.hero-content,
  main:not(#home) > .hero.visual-hero .container.hero-grid {
    gap: 22px !important;
    padding-top: 78px !important;
    padding-bottom: 34px !important;
  }

  .hero-media-banner {
    height: clamp(220px, 56vw, 280px);
    min-height: 0;
  }

  .hero-media-banner figcaption {
    position: static;
    border-radius: 0;
    grid-template-columns: 1fr;
    background: rgba(7, 32, 21, 0.86);
  }
}

/* Final DTP hardening: keep public pages composed across narrow screens. */
html,
body {
  overflow-x: clip;
}

.hero-title,
.section-title,
.entry-title,
.card-title,
.portfolio-title,
.cta-band .section-title,
.protocol-band .section-title {
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.cta-band,
.protocol-band,
.featured-proof-record,
.hero-media-banner,
.portfolio-card {
  box-shadow: 0 12px 34px rgba(20, 30, 23, 0.075) !important;
}

@media (max-width: 700px) {
  .hero-title,
  main:not(#home) .hero-frame .hero-title {
    max-width: 12ch !important;
    font-size: clamp(2.75rem, 10.6vw, 3.7rem) !important;
    line-height: 1.02 !important;
  }

  .section-title,
  .cta-band .section-title,
  .protocol-band .section-title {
    max-width: 13ch !important;
    font-size: clamp(2rem, 8.2vw, 3rem) !important;
    line-height: 1.06 !important;
  }

  .hero-copy,
  .hero-copy-plain,
  .section-copy,
  .cta-copy,
  .protocol-copy {
    font-size: 1rem !important;
    line-height: 1.58 !important;
  }

  .cta-band,
  .protocol-band {
    padding: 26px 20px !important;
  }

  .hero-actions,
  .cta-band .hero-actions,
  .protocol-band .hero-actions {
    width: 100%;
    align-items: stretch !important;
  }

  .hero-actions .btn,
  .hero-actions .button,
  .cta-band .btn,
  .protocol-band .btn {
    width: 100%;
    white-space: normal;
  }
}

/* Unified closing system: closing CTA and footer should feel like one final chapter. */
:root {
  --close-bg: #0b2016;
  --close-panel: #102c1f;
  --close-panel-2: #153827;
  --close-ink: #f4f7ef;
  --close-muted: rgba(232, 240, 231, 0.72);
  --close-line: rgba(255, 255, 255, 0.14);
  --close-accent: #b7df62;
  --close-warm: #d5b56b;
}

main > .section.closing-section,
main > .home-contact-section,
main > .download-section,
main > .insights-cta,
main > .story-section:has(.story-final) {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  margin-bottom: 0 !important;
  padding-block: clamp(46px, 6vw, 82px) 0 !important;
  background:
    linear-gradient(180deg, rgba(246, 247, 241, 0) 0, rgba(11, 32, 22, 0.06) 44%, var(--close-bg) 44%) !important;
}

main > .section.closing-section > .container,
main > .home-contact-section > .container,
main > .download-section > .container,
main > .story-section:has(.story-final) > .container {
  width: 100% !important;
  max-width: none !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  padding-inline: var(--gutter, clamp(20px, 5vw, 72px)) !important;
}

.cta-band,
.protocol-band,
.download-grid,
.story-final,
.insights-cta-grid {
  position: relative !important;
  overflow: hidden !important;
  min-height: clamp(300px, 34vw, 440px) !important;
  width: 100% !important;
  margin-inline: 0 !important;
  border: 1px solid var(--close-line) !important;
  border-radius: 18px 18px 0 0 !important;
  padding: clamp(34px, 5.2vw, 76px) !important;
  color: var(--close-ink) !important;
  background:
    linear-gradient(135deg, var(--close-panel) 0%, var(--close-panel-2) 62%, #091910 100%) !important;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.08), 0 26px 90px rgba(2, 13, 8, 0.24) !important;
}

.cta-band::before,
.protocol-band::before,
.download-grid::before,
.story-final::before,
.insights-cta-grid::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, var(--close-accent), transparent 24%, transparent 76%, var(--close-warm)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 96px) !important;
  background-size: 100% 3px, auto !important;
  background-repeat: no-repeat, repeat !important;
  opacity: 0.72 !important;
}

.cta-band > *,
.protocol-band > *,
.download-grid > *,
.story-final > *,
.insights-cta-grid > * {
  position: relative !important;
  z-index: 1 !important;
}

.cta-band .section-kicker,
.protocol-band .section-kicker,
.download-grid .section-label,
.story-final .story-label,
.insights-cta .section-label {
  color: rgba(209, 232, 168, 0.78) !important;
}

.cta-band .section-title,
.protocol-band .section-title,
.download-grid h2,
.story-final h2,
.insights-cta h2 {
  max-width: 13ch !important;
  color: var(--close-ink) !important;
  letter-spacing: 0 !important;
  text-wrap: balance !important;
}

.cta-copy,
.protocol-copy,
.download-grid p,
.story-final p,
.insights-cta p {
  max-width: 42rem !important;
  color: var(--close-muted) !important;
}

.cta-band .btn.primary,
.protocol-band .btn.primary,
.download-grid .button-primary,
.story-final .button-light,
.insights-cta .button-light {
  border-color: var(--close-accent) !important;
  background: var(--close-accent) !important;
  color: #102014 !important;
  box-shadow: 0 12px 28px rgba(183, 223, 98, 0.18) !important;
}

.cta-band .btn.secondary,
.protocol-band .btn.secondary,
.download-grid .button-secondary,
.insights-cta .text-link {
  border-color: rgba(255, 255, 255, 0.34) !important;
  color: rgba(255, 255, 255, 0.9) !important;
}

@media (max-width: 700px) {
  main > .section.closing-section,
  main > .home-contact-section,
  main > .download-section,
  main > .insights-cta,
  main > .story-section:has(.story-final) {
    padding-top: 34px !important;
  }

  .cta-band,
  .protocol-band,
  .download-grid,
  .story-final,
  .insights-cta-grid {
    min-height: 0 !important;
    border-radius: 14px 14px 0 0 !important;
    padding: 28px 20px !important;
  }

}

/* Final nav, subnav, and button standardisation. Keep last in the cascade. */
:root {
  --nav-height-final: 68px;
  --nav-bg-final: rgba(247, 248, 244, 0.88);
  --nav-bg-scrolled-final: rgba(247, 248, 244, 0.96);
  --nav-line-final: rgba(20, 23, 20, 0.10);
  --nav-ink-final: #141714;
  --nav-muted-final: rgba(20, 23, 20, 0.66);
  --nav-active-final: rgba(18, 103, 70, 0.10);
  --nav-shadow-final: 0 8px 28px rgba(20, 30, 23, 0.055);
  --button-bg-final: #141714;
  --button-bg-hover-final: #0d2f20;
  --button-line-final: rgba(20, 23, 20, 0.16);
  --button-soft-final: rgba(255, 255, 255, 0.72);
  --button-radius-final: 999px;
}

.page-nav {
  min-height: var(--nav-height-final) !important;
  background: var(--nav-bg-final) !important;
  border-bottom: 1px solid var(--nav-line-final) !important;
  box-shadow: none !important;
  backdrop-filter: blur(18px) saturate(1.08) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.08) !important;
}

.page-nav.is-scrolled {
  background: var(--nav-bg-scrolled-final) !important;
  box-shadow: var(--nav-shadow-final) !important;
}

.page-nav--overlay:not(.is-scrolled) {
  background: rgba(247, 248, 244, 0.54) !important;
}

.nav-inner {
  height: var(--nav-height-final) !important;
  min-height: var(--nav-height-final) !important;
  gap: clamp(18px, 2.2vw, 34px) !important;
}

.brand-logo {
  width: clamp(132px, 11vw, 154px) !important;
}

.nav-links {
  gap: clamp(4px, 0.55vw, 8px) !important;
  color: var(--nav-muted-final) !important;
  font-family: var(--sans) !important;
  font-size: 0.82rem !important;
  font-weight: 560 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.nav-links a {
  min-height: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: var(--button-radius-final) !important;
  padding: 0 11px !important;
  color: inherit !important;
  line-height: 1 !important;
  transition: background 180ms ease, color 180ms ease !important;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a[aria-current="page"] {
  background: var(--nav-active-final) !important;
  color: var(--nav-ink-final) !important;
}

.nav-cta,
.mobile-menu-button {
  min-height: 42px !important;
  border: 1px solid var(--button-line-final) !important;
  border-radius: var(--button-radius-final) !important;
  padding: 0 18px !important;
  background: var(--button-soft-final) !important;
  color: var(--nav-ink-final) !important;
  font-family: var(--sans) !important;
  font-size: 0.82rem !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  line-height: 1 !important;
  box-shadow: 0 6px 20px rgba(20, 30, 23, 0.045) !important;
}

.nav-cta:hover,
.nav-cta:focus-visible,
.mobile-menu-button:hover,
.mobile-menu-button:focus-visible {
  border-color: rgba(18, 103, 70, 0.34) !important;
  background: #fff !important;
  color: #0d2f20 !important;
  transform: translateY(-1px) !important;
}

.mobile-panel {
  border-bottom: 1px solid var(--nav-line-final) !important;
  background: rgba(247, 248, 244, 0.98) !important;
  box-shadow: 0 18px 34px rgba(20, 30, 23, 0.06) !important;
}

.mobile-panel a {
  min-height: 44px !important;
  display: flex !important;
  align-items: center !important;
  border-bottom-color: rgba(20, 23, 20, 0.08) !important;
  font-size: 0.96rem !important;
}

.insights-subnav,
.paper-subnav,
.story-subnav,
.funnel-bar {
  position: sticky !important;
  top: calc(var(--nav-height-final) + 10px) !important;
  z-index: 92 !important;
  width: min(calc(100% - 32px), 1180px) !important;
  margin: 10px auto 0 !important;
  border: 1px solid rgba(20, 23, 20, 0.11) !important;
  border-radius: 999px !important;
  background: rgba(247, 248, 244, 0.90) !important;
  box-shadow: 0 12px 32px rgba(20, 30, 23, 0.07) !important;
  backdrop-filter: blur(18px) saturate(1.08) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.08) !important;
  overflow: hidden !important;
}

.insights-subnav-inner,
.paper-subnav-inner,
.story-subnav-inner,
.funnel-inner {
  width: 100% !important;
  max-width: none !important;
  min-height: 46px !important;
  padding: 0 14px !important;
  gap: 8px !important;
  overflow-x: auto !important;
  scrollbar-width: none !important;
}

.insights-subnav-inner::-webkit-scrollbar,
.paper-subnav-inner::-webkit-scrollbar,
.story-subnav-inner::-webkit-scrollbar,
.funnel-inner::-webkit-scrollbar {
  display: none !important;
}

.insights-subnav-inner > span,
.paper-subnav-inner > span,
.story-subnav-inner > span,
.funnel-label {
  flex: 0 0 auto !important;
  color: rgba(20, 23, 20, 0.48) !important;
  font-family: var(--sans) !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.insights-subnav a,
.paper-subnav a,
.story-subnav a,
.funnel-link,
.subnav-download,
.subnav-back {
  min-height: 32px !important;
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid transparent !important;
  border-radius: var(--button-radius-final) !important;
  padding: 0 12px !important;
  color: rgba(20, 23, 20, 0.66) !important;
  font-family: var(--sans) !important;
  font-size: 0.78rem !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

.insights-subnav a:hover,
.insights-subnav a:focus-visible,
.paper-subnav a:hover,
.paper-subnav a:focus-visible,
.story-subnav a:hover,
.story-subnav a:focus-visible,
.funnel-link:hover,
.funnel-link:focus-visible,
.funnel-link.is-active,
.subnav-download:hover,
.subnav-back:hover {
  border-color: rgba(18, 103, 70, 0.12) !important;
  background: rgba(255, 255, 255, 0.72) !important;
  color: var(--nav-ink-final) !important;
}

.subnav-back {
  border-right: 0 !important;
  padding-right: 12px !important;
}

.paper-subnav-links {
  display: flex !important;
  gap: 8px !important;
}

.btn,
.button,
.copy-brief,
.preview-button,
.reset-button,
.choice-button {
  min-height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  border-radius: var(--button-radius-final) !important;
  padding: 0 20px !important;
  font-family: var(--sans) !important;
  font-size: 0.86rem !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  line-height: 1.12 !important;
  white-space: normal !important;
  text-align: center !important;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease !important;
}

.btn.primary,
.button.primary,
.button-primary,
.copy-brief.is-primary {
  border-color: var(--button-bg-final) !important;
  background: var(--button-bg-final) !important;
  color: #fff !important;
}

.btn.primary:hover,
.btn.primary:focus-visible,
.button.primary:hover,
.button.primary:focus-visible,
.button-primary:hover,
.button-primary:focus-visible {
  border-color: var(--button-bg-hover-final) !important;
  background: var(--button-bg-hover-final) !important;
  color: #fff !important;
}

.btn.secondary,
.button.secondary,
.button-secondary,
.copy-brief,
.preview-button,
.reset-button {
  border-color: var(--button-line-final) !important;
  background: rgba(255, 255, 255, 0.52) !important;
  color: var(--button-bg-final) !important;
}

.btn.secondary:hover,
.btn.secondary:focus-visible,
.button.secondary:hover,
.button.secondary:focus-visible,
.button-secondary:hover,
.button-secondary:focus-visible,
.copy-brief:hover,
.copy-brief:focus-visible,
.preview-button:hover,
.preview-button:focus-visible,
.reset-button:hover,
.reset-button:focus-visible {
  border-color: rgba(18, 103, 70, 0.28) !important;
  background: #fff !important;
  color: #0d2f20 !important;
}

.hero-actions,
.entry-actions,
.download-actions,
.cta-actions,
.home-contact-actions {
  gap: 12px !important;
}

@media (max-width: 760px) {
  :root {
    --nav-height-final: 62px;
  }

  .nav-inner {
    height: var(--nav-height-final) !important;
    min-height: var(--nav-height-final) !important;
  }

  .brand-logo {
    width: 128px !important;
  }

  .nav-links,
  .nav-cta {
    display: none !important;
  }

  .mobile-menu-button {
    display: inline-flex !important;
    min-height: 40px !important;
  }

  .insights-subnav,
  .paper-subnav,
  .story-subnav,
  .funnel-bar {
    top: calc(var(--nav-height-final) + 8px) !important;
    width: calc(100% - 20px) !important;
    margin-top: 8px !important;
    border-radius: 16px !important;
  }

  .insights-subnav-inner,
  .paper-subnav-inner,
  .story-subnav-inner,
  .funnel-inner {
    min-height: 42px !important;
    padding-inline: 8px !important;
  }

  .insights-subnav-inner > span,
  .paper-subnav-inner > span,
  .story-subnav-inner > span,
  .funnel-label,
  .subnav-download {
    display: none !important;
  }

  .btn,
  .button,
  .copy-brief,
  .preview-button,
  .reset-button,
  .choice-button {
    min-height: 44px !important;
    padding-inline: 16px !important;
  }
}

/* Contact route bento refinement. */
#route .route-picker {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1px !important;
  border: 1px solid rgba(31, 29, 26, 0.12) !important;
  background: rgba(31, 29, 26, 0.12) !important;
  box-shadow: 0 18px 54px rgba(27, 38, 28, 0.055) !important;
}

#route .route-option {
  min-width: 0 !important;
  min-height: clamp(172px, 14.5vw, 210px) !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: auto 1fr auto !important;
  gap: 14px !important;
  align-items: start !important;
  padding: clamp(18px, 2vw, 24px) !important;
  border: 0 !important;
  background: rgba(255, 255, 255, 0.74) !important;
  overflow: hidden !important;
  transform: none !important;
}

#route .route-option::before {
  inset: 0 0 auto !important;
  width: auto !important;
  height: 3px !important;
  background: linear-gradient(90deg, var(--forest, #1a6440), #a6c45d) !important;
  opacity: 0 !important;
}

#route .route-option::after {
  display: none !important;
}

#route .route-option:hover,
#route .route-option:focus-visible {
  background: #fff !important;
  transform: translateY(-2px) !important;
}

#route .route-option.is-selected {
  background: #111912 !important;
  color: #fff !important;
  transform: translateY(-2px) !important;
}

#route .route-option.is-selected::before {
  opacity: 1 !important;
}

#route .route-topline {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
}

#route .route-icon {
  width: 42px !important;
  height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(31, 29, 26, 0.12) !important;
  border-radius: 999px !important;
  color: var(--forest, #1a6440) !important;
  background: rgba(255, 255, 255, 0.62) !important;
}

#route .route-icon svg {
  width: 19px !important;
  height: 19px !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  fill: none !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

#route .route-index {
  padding-left: 0 !important;
  color: var(--forest, #1a6440) !important;
}

#route .route-option.is-selected .route-index,
#route .route-option.is-selected .route-icon {
  color: #b9df75 !important;
}

#route .route-option.is-selected .route-icon {
  border-color: rgba(185, 223, 117, 0.28) !important;
  background: rgba(185, 223, 117, 0.08) !important;
}

#route .route-title {
  max-width: 10.8em !important;
  min-width: 0 !important;
  font-size: clamp(1.16rem, 1.42vw, 1.58rem) !important;
  line-height: 1.05 !important;
  overflow-wrap: anywhere !important;
}

#route .route-copy {
  min-width: 0 !important;
  max-width: 17.5rem !important;
  font-size: 0.9rem !important;
  line-height: 1.5 !important;
  overflow-wrap: anywhere !important;
}

#route .route-option.is-selected .route-copy {
  color: rgba(255, 255, 255, 0.68) !important;
}

@media (max-width: 980px) {
  #route .route-picker {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  #route .route-option {
    min-height: 164px !important;
  }
}

@media (max-width: 700px) {
  #route .route-picker {
    grid-template-columns: 1fr !important;
  }

  #route .route-option {
    min-height: 0 !important;
    grid-template-columns: 42px minmax(0, 1fr) auto !important;
    grid-template-rows: auto auto !important;
    gap: 8px 14px !important;
    padding: 15px 16px !important;
  }

  #route .route-title {
    grid-column: 2 !important;
    grid-row: 1 !important;
    max-width: none !important;
  }

  #route .route-copy {
    grid-column: 2 / 4 !important;
    grid-row: 2 !important;
  }

  #route .route-topline {
    display: contents !important;
  }

  #route .route-icon {
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
  }

  #route .route-index {
    grid-column: 3 !important;
    grid-row: 1 !important;
  }
}

/* Final main-page hero fit and CTA standardisation. */
main:not(#home) > .hero.visual-hero {
  min-height: clamp(660px, 82svh, 820px) !important;
  display: flex !important;
  align-items: center !important;
}

@supports (height: 100dvh) {
  main:not(#home) > .hero.visual-hero {
    min-height: clamp(660px, 82dvh, 820px) !important;
  }
}

main:not(#home) > .hero.visual-hero .container.hero-content,
main:not(#home) > .hero.visual-hero .container.hero-grid {
  min-height: inherit !important;
  align-items: center !important;
  align-content: center !important;
  padding-top: clamp(48px, 6.2vh, 74px) !important;
  padding-bottom: clamp(38px, 5.4vh, 66px) !important;
}

main:not(#home) > .hero.visual-hero .hero-title {
  font-size: clamp(3.25rem, 5.4vw, 5.65rem) !important;
  line-height: 0.98 !important;
}

main:not(#home) > .hero.visual-hero .hero-copy {
  max-width: 38rem !important;
  line-height: 1.56 !important;
}

main:not(#home) > .hero.visual-hero .hero-actions {
  margin-top: clamp(18px, 2.6vh, 28px) !important;
}

main:not(#home) > .hero.visual-hero .hero-media-banner {
  height: clamp(340px, 48vh, 520px) !important;
  min-height: 0 !important;
}

main:not(#home) > .hero.visual-hero .hero-media-banner img {
  min-height: 0 !important;
}

main:not(#home) > .hero.visual-hero .btn.primary::before,
main:not(#home) > .hero.visual-hero .button.primary::before {
  content: none !important;
  display: none !important;
}

main:not(#home) > .hero.visual-hero .btn,
main:not(#home) > .hero.visual-hero .button {
  overflow: visible !important;
  box-shadow: none !important;
}

@media (max-width: 980px) {
  main:not(#home) > .hero.visual-hero {
    min-height: calc(100svh - var(--nav-height-final, 68px)) !important;
  }

  @supports (height: 100dvh) {
    main:not(#home) > .hero.visual-hero {
      min-height: calc(100dvh - var(--nav-height-final, 68px)) !important;
    }
  }

  main:not(#home) > .hero.visual-hero .container.hero-content,
  main:not(#home) > .hero.visual-hero .container.hero-grid {
    grid-template-columns: 1fr !important;
    gap: clamp(18px, 3.2vh, 28px) !important;
    padding-top: clamp(34px, 5.4vh, 50px) !important;
    padding-bottom: clamp(28px, 4.8vh, 42px) !important;
  }

  main:not(#home) > .hero.visual-hero .hero-media-banner {
    height: clamp(190px, 30vh, 260px) !important;
  }
}

@media (max-width: 700px) {
  main:not(#home) > .hero.visual-hero {
    min-height: calc(100svh - var(--nav-height-final, 62px)) !important;
  }

  @supports (height: 100dvh) {
    main:not(#home) > .hero.visual-hero {
      min-height: calc(100dvh - var(--nav-height-final, 62px)) !important;
    }
  }

  main:not(#home) > .hero.visual-hero .container.hero-content,
  main:not(#home) > .hero.visual-hero .container.hero-grid {
    gap: clamp(14px, 2.5vh, 22px) !important;
    padding-top: clamp(22px, 4vh, 34px) !important;
    padding-bottom: clamp(22px, 4vh, 34px) !important;
  }

  main:not(#home) > .hero.visual-hero .hero-title {
    max-width: 10.8ch !important;
    margin-bottom: 12px !important;
    font-size: clamp(2.45rem, 10.6vw, 3.1rem) !important;
    line-height: 1 !important;
  }

  main:not(#home) > .hero.visual-hero .hero-copy {
    font-size: 0.94rem !important;
    line-height: 1.45 !important;
  }

  main:not(#home) > .hero.visual-hero .hero-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin-top: 14px !important;
  }

  main:not(#home) > .hero.visual-hero .hero-actions .btn,
  main:not(#home) > .hero.visual-hero .hero-actions .button {
    width: auto !important;
    min-height: 42px !important;
    padding-inline: 12px !important;
    font-size: 0.72rem !important;
  }

  main:not(#home) > .hero.visual-hero .hero-media-banner {
    height: clamp(150px, 27vh, 220px) !important;
  }
}

@media (max-width: 700px) and (max-height: 720px) {
  main:not(#home) > .hero.visual-hero .container.hero-content,
  main:not(#home) > .hero.visual-hero .container.hero-grid {
    gap: 12px !important;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }

  main:not(#home) > .hero.visual-hero .section-kicker,
  main:not(#home) > .hero.visual-hero .breadcrumb {
    margin-bottom: 8px !important;
  }

  main:not(#home) > .hero.visual-hero .hero-title {
    margin-bottom: 10px !important;
    font-size: clamp(2.25rem, 9.6vw, 2.78rem) !important;
  }

  main:not(#home) > .hero.visual-hero .hero-copy {
    font-size: 0.88rem !important;
    line-height: 1.36 !important;
  }

  main:not(#home) > .hero.visual-hero .hero-actions {
    margin-top: 10px !important;
  }

  main:not(#home) > .hero.visual-hero .hero-actions .btn,
  main:not(#home) > .hero.visual-hero .hero-actions .button {
    min-height: 40px !important;
  }

  main:not(#home) > .hero.visual-hero .hero-media-banner {
    height: clamp(130px, 23vh, 160px) !important;
  }
}

@media (max-width: 360px) {
  main:not(#home) > .hero.visual-hero .hero-actions {
    grid-template-columns: 1fr !important;
  }
}

/* Batch 1 master pass: shared editorial polish and regression-resistant footer rules. */
:root {
  --editorial-max-copy: 62ch;
  --editorial-caption-line: rgba(20, 23, 20, 0.16);
  --editorial-caption-ink: rgba(20, 23, 20, 0.72);
  --editorial-caption-dark: rgba(246, 248, 239, 0.84);
}

.hero-title,
.section-title,
.index-hero-copy h1,
.publication-hero .hero-copy h1 {
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

.hero-copy,
.hero-copy-plain,
.section-copy,
.head-copy,
.story-deck,
.article-card p {
  max-width: var(--editorial-max-copy) !important;
}

main:not(#home) > .hero.visual-hero .container.hero-content,
main:not(#home) > .hero.visual-hero .container.hero-grid {
  align-items: center !important;
}

main:not(#home) > .hero.visual-hero .section-kicker,
main:not(#home) > .hero.visual-hero .breadcrumb,
body.project-theme .hero.cinematic .breadcrumb,
body.project-theme .hero.cinematic .kicker {
  letter-spacing: var(--type-label-track-tight) !important;
}

figure > figcaption,
.grid-image-caption,
.record-caption,
.caption-overlay,
.corridor-caption,
.sprint-media figcaption,
.story-asset figcaption,
.paper-preview figcaption {
  max-width: 46rem !important;
  border-top: 1px solid var(--editorial-caption-line) !important;
  padding-top: 10px !important;
  color: var(--editorial-caption-ink) !important;
  font-size: clamp(0.74rem, 0.78vw, 0.84rem) !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.caption-overlay,
.hero-caption {
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-top-color: rgba(255, 255, 255, 0.28) !important;
  color: var(--editorial-caption-dark) !important;
  background: rgba(8, 28, 19, 0.54) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
}

.caption-overlay strong,
.hero-caption strong,
.sprint-media figcaption strong {
  color: inherit !important;
  font-weight: 700 !important;
}

@media (max-width: 700px) {
  figure > figcaption,
  .grid-image-caption,
  .record-caption,
  .caption-overlay,
  .corridor-caption,
  .sprint-media figcaption,
  .story-asset figcaption,
  .paper-preview figcaption {
    font-size: 0.78rem !important;
  }

}

/* High-editorial magazine caption pass. */
figure > figcaption,
.grid-image-caption,
.record-caption,
.story-asset figcaption,
.paper-preview figcaption,
.tool-preview figcaption {
  max-width: 42rem !important;
  border-top: 1px solid rgba(20, 23, 20, 0.18) !important;
  padding-top: 9px !important;
  color: rgba(20, 23, 20, 0.66) !important;
  font-size: clamp(0.72rem, 0.76vw, 0.82rem) !important;
  font-weight: 460 !important;
  line-height: 1.46 !important;
}

figure > figcaption strong,
.grid-image-caption strong,
.record-caption strong,
.story-asset figcaption strong,
.paper-preview figcaption strong,
.tool-preview figcaption strong {
  display: block !important;
  margin-bottom: 4px !important;
  color: rgba(20, 23, 20, 0.82) !important;
  font-family: var(--mono, ui-monospace, monospace) !important;
  font-size: 0.62rem !important;
  font-weight: 680 !important;
  letter-spacing: 0.07em !important;
  line-height: 1.25 !important;
  text-transform: uppercase !important;
}

.hero-media-banner figcaption,
#home .proof-caption,
#home .partner-visual figcaption,
.caption-overlay,
.corridor-caption,
.sprint-media figcaption {
  border: 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.34) !important;
  border-radius: 0 !important;
  background: linear-gradient(180deg, rgba(4, 18, 12, 0.18), rgba(4, 18, 12, 0.42)) !important;
  box-shadow: none !important;
  color: rgba(248, 250, 244, 0.82) !important;
  backdrop-filter: blur(10px) saturate(1.04) !important;
  -webkit-backdrop-filter: blur(10px) saturate(1.04) !important;
}

.hero-media-banner figcaption strong,
#home .proof-caption strong,
#home .partner-visual figcaption::before,
.caption-overlay strong,
.corridor-caption::before,
.sprint-media figcaption strong {
  color: rgba(248, 250, 244, 0.94) !important;
  font-size: 0.61rem !important;
  font-weight: 720 !important;
  letter-spacing: 0.07em !important;
}

.hero-media-banner figcaption span,
#home .proof-caption span,
.caption-overlay span,
.sprint-media figcaption span {
  color: rgba(248, 250, 244, 0.82) !important;
}

/* DTP 10 pass: compact heroes, authentic captions, sleeker closing system. */
main:not(#home) > .hero.visual-hero {
  min-height: clamp(500px, 60svh, 620px) !important;
}

main:not(#home) > .hero.visual-hero .container.hero-content,
main:not(#home) > .hero.visual-hero .container.hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.86fr) !important;
  padding-top: clamp(74px, 7vw, 104px) !important;
  padding-bottom: clamp(38px, 4.6vw, 62px) !important;
}

main:not(#home) > .hero.visual-hero .hero-title {
  max-width: 12.5ch !important;
  font-size: clamp(3.3rem, 5.7vw, 5.9rem) !important;
  line-height: 0.98 !important;
}

main:not(#home) > .hero.visual-hero .hero-copy {
  max-width: 36rem !important;
  margin-top: clamp(18px, 2vw, 26px) !important;
}

.hero-media-banner {
  min-height: clamp(290px, 32vw, 430px) !important;
}

.hero-media-banner figcaption,
#home .proof-caption,
#home .partner-visual figcaption,
.caption-overlay,
.corridor-caption,
.sprint-media figcaption {
  display: block !important;
  padding: 11px 0 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.38) !important;
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  color: rgba(248, 250, 244, 0.82) !important;
}

.hero-media-banner figcaption strong,
#home .proof-caption strong,
.caption-overlay strong,
.sprint-media figcaption strong {
  margin-bottom: 5px !important;
  color: rgba(248, 250, 244, 0.96) !important;
}

#home .partner-visual figcaption::before,
.corridor-caption::before {
  content: none !important;
  display: none !important;
}

#home .model-stage,
#home .partner-stage {
  gap: clamp(24px, 3.2vw, 46px) !important;
  align-items: start !important;
}

#home .model-spotlight {
  min-height: clamp(440px, 48vw, 560px) !important;
}

#home .partner-visual {
  min-height: clamp(360px, 42vw, 460px) !important;
}

#home .model-spotlight-copy {
  gap: 14px !important;
}

#home .model-spotlight-copy h3 {
  font-size: clamp(2.1rem, 4vw, 4.2rem) !important;
}

#home .model-signals span {
  min-height: 72px !important;
  padding: 13px !important;
}

#home .model-route,
#home .partner-route {
  padding: clamp(18px, 2.15vw, 26px) 0 !important;
}

#home .model-route h3,
#home .partner-route h3 {
  font-size: clamp(1.35rem, 1.8vw, 1.9rem) !important;
}

#home .model-route p,
#home .partner-route p {
  margin-top: 7px !important;
  line-height: 1.48 !important;
}

#home .partner-route .channel-link {
  max-width: 12ch !important;
  text-align: right !important;
}

main > .section.closing-section,
main > .home-contact-section,
main > .download-section,
main > .insights-cta,
main > .story-section:has(.story-final) {
  padding-block: clamp(28px, 4vw, 48px) 0 !important;
  background:
    linear-gradient(180deg, rgba(246, 247, 241, 0) 0, rgba(11, 32, 22, 0.04) 48%, var(--close-bg) 48%) !important;
}

.cta-band,
.protocol-band,
.download-grid,
.story-final,
.insights-cta-grid {
  min-height: clamp(220px, 24vw, 320px) !important;
  border-radius: 12px 12px 0 0 !important;
  padding: clamp(28px, 4vw, 52px) !important;
}

.cta-band .section-title,
.protocol-band .section-title,
.download-grid h2,
.story-final h2,
.insights-cta h2 {
  max-width: 12ch !important;
  font-size: clamp(2.3rem, 4.2vw, 4.7rem) !important;
}

@media (max-width: 980px) {
  main:not(#home) > .hero.visual-hero .container.hero-content,
  main:not(#home) > .hero.visual-hero .container.hero-grid {
    grid-template-columns: 1fr !important;
    padding-top: clamp(72px, 10vw, 94px) !important;
  }
}

@media (max-width: 700px) {
  main:not(#home) > .hero.visual-hero .hero-title {
    max-width: 11.5ch !important;
    font-size: clamp(2.55rem, 10.5vw, 3.7rem) !important;
  }

  .hero-media-banner {
    min-height: 0 !important;
    height: clamp(218px, 54vw, 280px) !important;
  }

  .hero-media-banner figcaption {
    position: absolute !important;
    left: 14px !important;
    right: 14px !important;
    bottom: 14px !important;
  }

  #home .partner-route .channel-link {
    max-width: none !important;
    text-align: left !important;
  }
}

/* Funding carousel: project-led cards with compact editorial rhythm. */
.market-projects {
  margin-top: clamp(24px, 4vw, 44px) !important;
}

.market-projects-head {
  margin-bottom: 14px !important;
}

.market-carousel {
  grid-auto-columns: minmax(292px, 31%) !important;
  gap: 12px !important;
}

.market-card {
  min-height: 0 !important;
  overflow: hidden !important;
  gap: 0 !important;
  padding: 0 !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 14px 34px rgba(6, 40, 25, 0.06) !important;
}

.market-card-media {
  display: block !important;
  height: clamp(128px, 11vw, 168px) !important;
  overflow: hidden !important;
  background: #e9eee6 !important;
}

.market-card-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  filter: saturate(0.96) contrast(1.02) brightness(0.96) !important;
  transition: transform 520ms var(--ease, ease) !important;
}

.market-card:hover .market-card-media img,
.market-card:focus-within .market-card-media img {
  transform: scale(1.025) !important;
}

.market-card-top {
  gap: 13px !important;
  padding: 17px 18px 14px !important;
}

.market-card h4 {
  font-size: clamp(1.25rem, 1.55vw, 1.6rem) !important;
  line-height: 1.02 !important;
}

.market-card p {
  margin-top: 7px !important;
  font-size: 0.92rem !important;
  line-height: 1.48 !important;
}

.market-card-status {
  color: var(--forest, #1a6440) !important;
}

.market-card-link {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 42px !important;
  padding: 0 18px 16px !important;
}

/* About route menu: compact, scannable, less chapter-like. */
#building {
  padding-block: clamp(42px, 5vw, 68px) !important;
}

#building .section-head {
  align-items: end !important;
  margin-bottom: clamp(18px, 2.6vw, 28px) !important;
}

#building .section-title {
  font-size: clamp(2.35rem, 4.2vw, 4.7rem) !important;
}

.build-panel {
  border-top-color: rgba(16, 21, 18, 0.13) !important;
}

.build-item {
  grid-template-columns: minmax(96px, 0.22fr) minmax(170px, 0.28fr) minmax(0, 1fr) auto !important;
  gap: clamp(14px, 2.2vw, 30px) !important;
  padding: clamp(16px, 2vw, 22px) 0 !important;
}

.build-item h3 {
  font-size: clamp(1.25rem, 1.62vw, 1.72rem) !important;
  line-height: 1.02 !important;
}

.build-item p {
  max-width: 54ch !important;
  font-size: 0.92rem !important;
  line-height: 1.48 !important;
}

.build-item .channel-link {
  white-space: nowrap !important;
}

/* Insights overview hero: shorter, calmer, less explanatory. */
.case-study-hero.insights-overview-hero {
  min-height: calc(78svh - 68px) !important;
}

.case-study-hero.insights-overview-hero .index-hero-grid {
  min-height: calc(78svh - 68px) !important;
  align-items: center !important;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.46fr) !important;
  padding-block: clamp(70px, 8vw, 108px) clamp(44px, 5vw, 66px) !important;
}

.insights-overview-hero .index-hero-copy h1 {
  max-width: 820px !important;
  font-size: clamp(54px, 6.6vw, 96px) !important;
}

.insights-overview-hero .index-deck {
  max-width: 620px !important;
  margin-top: clamp(18px, 2.2vw, 24px) !important;
  font-size: clamp(20px, 1.85vw, 28px) !important;
}

.insights-overview-hero .house-thesis {
  margin-top: 18px !important;
}

.insights-overview-hero .index-hero-actions {
  margin-top: 26px !important;
}

.insights-overview-hero .case-hero-panel {
  max-width: 420px !important;
  padding-block: 17px !important;
}

.insights-overview-hero .case-hero-panel p {
  margin: 10px 0 14px !important;
  font-size: clamp(15px, 1.15vw, 17px) !important;
}

.insights-overview-hero .case-hero-panel dl {
  gap: 8px !important;
}

.insights-overview-hero .case-hero-panel div {
  grid-template-columns: 74px minmax(0, 1fr) !important;
  gap: 14px !important;
  padding-top: 10px !important;
}

@media (max-width: 980px) {
  .market-carousel {
    grid-auto-columns: minmax(276px, 58%) !important;
  }

  .case-study-hero.insights-overview-hero .index-hero-grid {
    grid-template-columns: 1fr !important;
  }

  .insights-overview-hero .case-hero-panel {
    justify-self: start !important;
  }
}

@media (max-width: 700px) {
  .market-carousel {
    grid-auto-columns: minmax(252px, 84%) !important;
  }

  .build-item {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  .build-item .channel-link {
    white-space: normal !important;
  }

  .case-study-hero.insights-overview-hero,
  .case-study-hero.insights-overview-hero .index-hero-grid {
    min-height: auto !important;
  }
}

/* Home v3: compact visual-first concepts and entry routes. */
#home #models,
#home #partners {
  padding-block: clamp(54px, 6vw, 82px) !important;
}

#home #models .section-head,
#home #partners .section-head {
  margin-bottom: clamp(20px, 3vw, 34px) !important;
}

#home .home-project-board,
#home .home-work-board {
  display: grid;
  gap: 14px;
}

#home .home-project-board {
  grid-template-columns: minmax(0, 1.15fr) repeat(2, minmax(220px, 0.72fr));
  align-items: stretch;
}

#home .home-project-card,
#home .home-work-card {
  position: relative;
  display: grid;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 21, 18, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 10px 22px rgba(6, 40, 25, 0.035);
  transition: transform 240ms var(--ease, ease), box-shadow 240ms var(--ease, ease), border-color 240ms var(--ease, ease);
}

#home .home-project-card:hover,
#home .home-project-card:focus-visible,
#home .home-work-card:hover,
#home .home-work-card:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(26, 100, 64, 0.22);
  box-shadow: 0 14px 28px rgba(6, 40, 25, 0.07);
}

#home .home-project-media,
#home .home-work-media {
  display: block;
  overflow: hidden;
  background: #e8eee5;
}

#home .home-project-media {
  height: clamp(180px, 18vw, 260px);
}

#home .home-project-card:not(.is-featured) .home-project-media {
  height: clamp(150px, 15vw, 210px);
}

#home .home-project-media img,
#home .home-work-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.01);
  transition: transform 560ms var(--ease, ease);
}

#home .home-project-card:hover img,
#home .home-project-card:focus-visible img,
#home .home-work-card:hover img,
#home .home-work-card:focus-visible img {
  transform: scale(1.025);
}

#home .home-project-copy,
#home .home-work-copy {
  display: grid;
  gap: 8px;
  padding: clamp(16px, 2vw, 22px);
}

#home .home-project-copy .mono,
#home .home-work-copy .mono {
  color: var(--forest, #1a6440);
}

#home .home-project-copy strong,
#home .home-work-copy strong {
  color: var(--ink, #101512);
  font-family: var(--serif, Georgia, serif);
  font-size: clamp(1.35rem, 1.8vw, 1.9rem);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: 0;
}

#home .home-project-card.is-featured .home-project-copy strong {
  font-size: clamp(1.7rem, 2.4vw, 2.7rem);
}

#home .home-project-copy em,
#home .home-work-copy em {
  max-width: 36ch;
  color: var(--muted, #5c675f);
  font-style: normal;
  font-size: 0.94rem;
  line-height: 1.45;
}

#home .home-project-summary {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  border-top: 1px solid rgba(16, 21, 18, 0.12);
  padding-top: 16px;
}

#home .home-project-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(16, 21, 18, 0.10);
  border-radius: 8px;
  background: rgba(16, 21, 18, 0.08);
}

#home .home-project-stats span {
  display: grid;
  gap: 4px;
  min-height: 64px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.72);
  color: rgba(20, 23, 20, 0.62);
}

#home .home-project-stats strong {
  color: var(--ink, #101512);
  font-family: var(--serif, Georgia, serif);
  font-size: clamp(1.25rem, 1.75vw, 1.85rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

#home .home-project-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

#home .home-work-board {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#home .home-work-media {
  height: clamp(112px, 10vw, 150px);
}

#home .home-work-card.is-funding {
  border-color: rgba(26, 100, 64, 0.22);
  background: rgba(248, 250, 245, 0.86);
}

#home .home-work-copy {
  min-height: 166px;
}

#home .home-work-copy strong {
  font-size: clamp(1.18rem, 1.45vw, 1.52rem);
}

#home .home-work-copy em {
  font-size: 0.88rem;
}

/* Linked-card CTA affordance: a quiet, consistent directional cue. */
a.home-project-card,
a.home-work-card,
a.portfolio-card,
a.entry-cover,
a.evidence-marker,
a.article-feature,
.market-card,
.article-cluster a {
  position: relative;
}

a.home-project-card::after,
a.home-work-card::after,
a.portfolio-card::after,
a.entry-cover::after,
a.evidence-marker::after,
a.article-feature::after,
.market-card:has(.market-card-link[href])::after {
  content: ">";
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 5;
  display: grid;
  width: auto;
  height: auto;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(16, 21, 18, 0.46);
  font-family: var(--sans, Inter, system-ui, sans-serif);
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
  transform: translateX(0);
  transition: transform 220ms var(--ease, ease), background 220ms var(--ease, ease), color 220ms var(--ease, ease), border-color 220ms var(--ease, ease), box-shadow 220ms var(--ease, ease);
  backdrop-filter: none;
}

a.evidence-marker::after,
a.article-feature::after {
  color: rgba(255, 255, 255, 0.72);
}

a.home-project-card:hover::after,
a.home-project-card:focus-visible::after,
a.home-work-card:hover::after,
a.home-work-card:focus-visible::after,
a.portfolio-card:hover::after,
a.portfolio-card:focus-visible::after,
a.entry-cover:hover::after,
a.entry-cover:focus-visible::after,
a.evidence-marker:hover::after,
a.evidence-marker:focus-visible::after,
a.article-feature:hover::after,
a.article-feature:focus-visible::after,
.market-card:hover::after,
.market-card:focus-within::after {
  transform: translateX(3px);
  color: rgba(16, 21, 18, 0.88);
}

body .market-card-link,
body .article-action,
body .channel-link,
body .build-item .channel-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}

body .market-card-link {
  display: flex !important;
  justify-content: space-between !important;
}

body .portfolio-link {
  display: none !important;
}

.article-cluster a {
  grid-template-columns: minmax(130px, 0.34fr) minmax(0, 1fr) !important;
}

@media (max-width: 980px) {
  #home .home-project-board {
    grid-template-columns: 1fr 1fr;
  }

  #home .home-project-card.is-featured {
    grid-column: 1 / -1;
  }

  #home .home-project-summary {
    grid-template-columns: 1fr;
  }

  #home .home-project-actions {
    justify-content: flex-start;
  }

  #home .home-work-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  #home .home-project-board,
  #home .home-work-board,
  #home .home-project-stats {
    grid-template-columns: 1fr;
  }

  #home .home-project-actions .btn {
    width: 100%;
  }

  a.home-project-card::after,
  a.home-work-card::after,
  a.portfolio-card::after,
  a.entry-cover::after,
  a.evidence-marker::after,
  a.article-feature::after,
  .market-card:has(.market-card-link[href])::after {
    right: 12px;
    bottom: 12px;
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 820px) {
  .article-cluster a {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 6px 12px !important;
  }

  .article-cluster a span,
  .article-cluster a strong {
    grid-column: 1;
  }

}

@media (max-width: 700px) {
  .case-study-hero.insights-overview-hero {
    min-height: calc(100svh - 63px) !important;
  }

  .case-study-hero.insights-overview-hero .index-hero-grid {
    min-height: calc(100svh - 63px) !important;
    gap: 20px !important;
    padding-block: clamp(58px, 13vw, 76px) 26px !important;
  }

  .insights-overview-hero .index-hero-copy h1 {
    max-width: 9.1ch !important;
    font-size: clamp(3rem, 13.7vw, 3.9rem) !important;
    line-height: 0.96 !important;
  }

  .insights-overview-hero .index-deck {
    max-width: 20.5ch !important;
    margin-top: 16px !important;
    font-size: clamp(1.2rem, 5.15vw, 1.42rem) !important;
    line-height: 1.18 !important;
  }

  .insights-overview-hero .house-thesis {
    margin-top: 14px !important;
    padding-left: 13px !important;
    font-size: 0.91rem !important;
    line-height: 1.42 !important;
  }

  .insights-overview-hero .index-hero-actions {
    display: grid !important;
    gap: 9px !important;
    margin-top: 18px !important;
  }

  .insights-overview-hero .index-hero-actions .button {
    min-height: 42px !important;
    padding-block: 10px !important;
  }

  .insights-overview-hero .case-hero-panel {
    max-width: 100% !important;
    padding-block: 13px !important;
  }

  .insights-overview-hero .case-hero-panel p {
    margin: 10px 0 14px !important;
    font-size: 0.94rem !important;
    line-height: 1.42 !important;
  }

  .insights-overview-hero .case-hero-panel dl {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 9px !important;
  }

  .insights-overview-hero .case-hero-panel div {
    grid-template-columns: 1fr !important;
    gap: 4px !important;
    padding-top: 9px !important;
  }

  .insights-overview-hero .case-hero-panel dt {
    font-size: 0.58rem !important;
  }

  .insights-overview-hero .case-hero-panel dd {
    font-size: 0.82rem !important;
    line-height: 1.28 !important;
  }
}

/* Final hero polish: keep banner imagery immersive, without overlay caption boxes. */
.hero-media-banner > figcaption {
  display: none !important;
}

/* Home page CD/DTP final pass: compact premium flow below the hero. */
#home > .thesis-band,
#home > .section {
  scroll-margin-top: calc(var(--global-nav-height, 68px) + 10px);
}

#home .home-project-carousel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) repeat(2, minmax(220px, 0.72fr));
  gap: 14px;
  align-items: stretch;
}

#home .home-project-board {
  grid-template-columns: 1fr;
}

#home .home-project-card,
#home .home-work-card {
  min-height: 100%;
}

#home .home-project-media img[src*="solar-cool-chain-market"] {
  object-position: 44% 54% !important;
}

#home .home-project-media img[src*="ecochar-char-farmer"] {
  object-position: 50% 43% !important;
}

#home .home-project-media img[src*="glow-coastal-resilience"] {
  object-position: 50% 43% !important;
}

#home .home-work-media img[src*="solar-cool-chain-model-landscape"] {
  object-position: 52% 58% !important;
}

#home .home-work-media img[src*="advisory-field-discussion"] {
  object-position: 54% 53% !important;
}

#home .home-work-media img[src*="supply-chain-green-onion-route"] {
  object-position: 58% 52% !important;
}

#home .home-work-media img[src*="partnership-field-route"] {
  object-position: 50% 48% !important;
}

@media (max-width: 980px) {
  #home .home-project-carousel {
    grid-template-columns: 1fr 1fr;
  }

  #home .home-project-card.is-featured {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  #home > .thesis-band {
    padding-block: clamp(42px, 10vw, 56px) !important;
  }

  #home #channels,
  #home #models,
  #home #partners {
    padding-block: clamp(38px, 10vw, 54px) !important;
  }

  #home #contact {
    padding-top: clamp(26px, 7vw, 38px) !important;
  }

  #home #channels .section-head,
  #home #models .section-head,
  #home #partners .section-head {
    margin-bottom: 20px !important;
    gap: 12px !important;
  }

  #home #channels .section-head,
  #home #channels .head-main,
  #home #channels .head-copy {
    align-items: flex-start !important;
    text-align: left !important;
  }

  #home #channels .section-kicker {
    justify-content: flex-start !important;
  }

  #home .section-title {
    max-width: 10.8ch !important;
    font-size: clamp(2.05rem, 9.4vw, 3rem) !important;
    line-height: 0.98 !important;
  }

  #home .section-head .head-copy {
    max-width: 31ch !important;
    font-size: 0.96rem !important;
    line-height: 1.42 !important;
  }

  #home .section-kicker {
    margin-bottom: 10px !important;
  }

  #home #channels .channel-flow {
    gap: 12px !important;
  }

  #home #channels .channel-row {
    grid-template-columns: 118px minmax(0, 1fr) !important;
    gap: 0 !important;
    border-radius: 8px !important;
    min-height: 142px !important;
  }

  #home #channels .channel-media {
    height: 100% !important;
    min-height: 142px !important;
    aspect-ratio: auto !important;
    border-radius: 0 !important;
  }

  #home #channels .channel-body {
    min-height: 142px !important;
    padding: 16px 16px 16px 17px !important;
  }

  #home #channels .channel-name {
    font-size: clamp(1.45rem, 6.3vw, 1.82rem) !important;
    line-height: 1 !important;
  }

  #home #channels .channel-copy {
    max-width: 24ch !important;
    margin-top: 8px !important;
    font-size: 0.9rem !important;
    line-height: 1.34 !important;
  }

  #home #channels .channel-link {
    padding-top: 12px !important;
    font-size: 0.66rem !important;
  }

  #home .channel-media .channel-index {
    top: 10px !important;
    left: 10px !important;
    width: 28px !important;
    height: 28px !important;
    font-size: 0.58rem !important;
  }

  #home .home-project-carousel,
  #home .home-work-board {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: calc(100% - 18px) !important;
    grid-template-columns: none !important;
    gap: 12px !important;
    margin-inline: calc(var(--gutter, 20px) * -1) !important;
    padding-inline: var(--gutter, 20px) !important;
    padding-bottom: 10px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    scroll-padding-inline: var(--gutter, 20px) !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch;
  }

  #home .home-project-carousel::-webkit-scrollbar,
  #home .home-work-board::-webkit-scrollbar {
    display: none;
  }

  #home .home-project-card,
  #home .home-project-card.is-featured,
  #home .home-work-card {
    grid-column: auto !important;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  #home .home-project-media,
  #home .home-project-card:not(.is-featured) .home-project-media,
  #home .home-work-media {
    height: auto !important;
    aspect-ratio: 16 / 9.35 !important;
  }

  #home .home-project-copy,
  #home .home-work-copy {
    min-height: 142px !important;
    padding: 18px 18px 56px !important;
    gap: 7px !important;
  }

  #home .home-project-copy strong,
  #home .home-project-card.is-featured .home-project-copy strong,
  #home .home-work-copy strong {
    max-width: 10.5ch !important;
    font-size: clamp(1.35rem, 6.8vw, 1.9rem) !important;
    line-height: 1.02 !important;
  }

  #home .home-project-copy em,
  #home .home-work-copy em {
    max-width: 27ch !important;
    font-size: 0.9rem !important;
    line-height: 1.38 !important;
  }

  #home .home-project-summary {
    gap: 12px !important;
    margin-top: 6px !important;
    padding-top: 12px !important;
  }

  #home .home-project-stats {
    grid-template-columns: minmax(0, 1.18fr) minmax(0, 1fr) minmax(0, 0.82fr) !important;
    border-radius: 8px !important;
  }

  #home .home-project-stats span {
    min-height: 72px !important;
    padding: 11px 10px !important;
    align-content: start !important;
    font-size: 0.58rem !important;
    line-height: 1.18 !important;
    letter-spacing: 0.08em !important;
  }

  #home .home-project-stats strong {
    font-size: clamp(0.98rem, 4.8vw, 1.25rem) !important;
    line-height: 0.92 !important;
    white-space: nowrap !important;
  }

  #home .home-project-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 9px !important;
  }

  #home .home-project-actions .btn,
  #home .home-contact-actions .btn {
    width: 100% !important;
    min-height: 42px !important;
    padding-inline: 12px !important;
    font-size: 0.72rem !important;
  }

  #home .cta-band {
    min-height: 0 !important;
    padding: 26px 20px 30px !important;
  }

  #home .cta-band .section-title {
    max-width: 10ch !important;
    font-size: clamp(2.12rem, 10vw, 3.05rem) !important;
  }

  #home .cta-copy {
    margin-bottom: 18px !important;
    font-size: 0.96rem !important;
    line-height: 1.44 !important;
  }
}

@media (max-width: 360px) {
  #home .home-project-stats {
    grid-template-columns: 1fr !important;
  }

  #home .home-project-stats span {
    min-height: 54px !important;
    grid-template-columns: minmax(86px, auto) minmax(0, 1fr) !important;
    align-items: end !important;
    gap: 10px !important;
  }

  #home .home-project-actions {
    grid-template-columns: 1fr !important;
  }
}

/* Home rhythm final: tighten the post-hero funnel after removing the process rail. */
#home > .thesis-band {
  padding-block: clamp(44px, 4.8vw, 66px) !important;
}

#home .thesis-line {
  max-width: 13ch !important;
  font-size: clamp(2.05rem, 3.35vw, 3.35rem) !important;
  line-height: 0.98 !important;
}

#home .thesis-copy {
  max-width: 31rem !important;
  font-size: clamp(0.96rem, 1vw, 1.08rem) !important;
  line-height: 1.5 !important;
}

#home #channels {
  padding-block: clamp(50px, 5vw, 68px) !important;
}

#home #models,
#home #partners {
  padding-block: clamp(48px, 5.2vw, 72px) !important;
}

#home #channels .section-head,
#home #models .section-head,
#home #partners .section-head {
  margin-bottom: clamp(18px, 2.4vw, 30px) !important;
}

#home #models .section-head,
#home #partners .section-head {
  align-items: start !important;
  row-gap: 12px !important;
}

#home #models .section-head .head-main,
#home #partners .section-head .head-main {
  grid-column: 1 / 8 !important;
}

#home #models .section-head .head-copy,
#home #partners .section-head .head-copy {
  grid-column: 1 / 6 !important;
  max-width: 34rem !important;
  line-height: 1.55 !important;
}

#home #channels .channel-row {
  min-height: 420px !important;
}

#home #channels .channel-body {
  padding: clamp(20px, 2vw, 26px) !important;
}

#home #channels .channel-name {
  font-size: clamp(1.82rem, 2.25vw, 2.42rem) !important;
}

#home #channels .channel-copy {
  margin-top: 12px !important;
  line-height: 1.46 !important;
}

#home #channels .channel-link {
  padding-top: 20px !important;
}

#home img[src$="advisory-partner-visit.webp"] {
  object-position: 50% 42% !important;
}

@media (max-width: 700px) {
  #home > .thesis-band {
    padding-block: clamp(32px, 8.5vw, 44px) !important;
    gap: 16px !important;
  }

  #home .thesis-line {
    max-width: 10.5ch !important;
    font-size: clamp(2rem, 9vw, 2.85rem) !important;
  }

  #home .thesis-copy {
    max-width: 29ch !important;
    margin-top: 0 !important;
    font-size: 0.94rem !important;
    line-height: 1.4 !important;
  }

  #home #channels,
  #home #models,
  #home #partners {
    padding-block: clamp(32px, 8.5vw, 44px) !important;
  }

  #home #channels .section-head,
  #home #models .section-head,
  #home #partners .section-head {
    margin-bottom: 16px !important;
  }

  #home #models .section-head,
  #home #models .head-main,
  #home #models .head-copy,
  #home #partners .section-head,
  #home #partners .head-main,
  #home #partners .head-copy {
    align-items: flex-start !important;
    text-align: left !important;
  }

  #home #channels .channel-row {
    min-height: 142px !important;
    grid-template-columns: 118px minmax(0, 1fr) !important;
  }

  #home #channels .channel-media {
    height: 100% !important;
    min-height: 142px !important;
    aspect-ratio: auto !important;
  }

  #home #channels .channel-body {
    min-height: 142px !important;
    padding: 16px 16px 16px 17px !important;
  }

  #home #channels .channel-name {
    font-size: clamp(1.45rem, 6.3vw, 1.82rem) !important;
  }

  #home #channels .channel-copy {
    max-width: 24ch !important;
    margin-top: 8px !important;
    font-size: 0.9rem !important;
    line-height: 1.34 !important;
  }

  #home #channels .channel-link {
    padding-top: 12px !important;
    font-size: 0.66rem !important;
  }

  #home .section-title {
    font-size: clamp(2rem, 8.9vw, 2.82rem) !important;
  }
}
