:root { --forest:#15382e; --leaf:#557b4e; --lime:#d9e8b1; --sun:#f5ad31; --teal:#1f6b6d; --ink:#1f2529; --muted:#626b68; --paper:#ffffff; --mist:#f4f7ef; --line:#dfe6dc; --shadow:0 22px 55px rgba(21, 56, 46, 0.14); --soft-shadow:0 12px 28px rgba(21, 56, 46, 0.08);
}


* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; text-rendering: optimizeLegibility;
}

main {
  overflow: hidden;
}

section {
  scroll-margin-top: 86px;
}

main > section:not(.hero):not(.page-hero):not(.sdg-hero):not(.content-hero):not(.sdg-final-cta):not(.final-consult) {
  content-visibility: auto; contain-intrinsic-size: 1px 760px;
}

body::before {
  content: ""; position: fixed; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(21, 56, 46, 0.045) 1px, transparent 1px), linear-gradient(180deg, rgba(21, 56, 46, 0.045) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, #000, transparent 76%);
}

img {
  display: block; max-width: 100%; height: auto;
}

a {
  color: inherit; text-decoration: none;
}

.sr-only {
  position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap;
}

.site-header {
  position: sticky; top: 10px; z-index: 50; display: flex; align-items: center; justify-content: space-between; width: min(1740px, calc(100% - 24px)); min-height: 72px; margin: 0 auto; padding: 8px clamp(10px, 1.3vw, 18px); border: 1px solid rgba(223, 230, 220, 0.92); border-radius: 18px; background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(244, 247, 239, 0.9)); box-shadow: 0 18px 42px rgba(21, 56, 46, 0.1); backdrop-filter: blur(20px) saturate(1.2);
}

.brand,
.footer-brand {
  display: inline-flex; align-items: center; gap: 11px; font-weight: 900; min-width: 0; padding: 4px 8px 4px 4px; border-radius: 14px;
}

.brand span,
.footer-brand span {
  color: var(--sun); font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-weight: 900; line-height: 1.08; letter-spacing: 0; text-shadow: 0 1px 0 rgba(21, 56, 46, 0.12); font-size: clamp(1rem, 1.28vw, 1.16rem); overflow-wrap: anywhere;
}

.brand img,
.footer-brand img {
  flex: 0 0 auto; width: clamp(54px, 4.4vw, 66px); height: clamp(48px, 4vw, 58px); object-fit: contain; object-position: center; background: transparent; border: 0;
}

.site-nav {
  display: flex; align-items: center; gap: clamp(4px, 0.55vw, 10px); padding: 5px; border: 1px solid rgba(223, 230, 220, 0.82); border-radius: 999px; background: rgba(255, 255, 255, 0.64); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72); font-size: clamp(0.84rem, 0.94vw, 0.96rem); font-weight: 900;
}

.site-nav a,
.nav-parent {
  display: inline-flex; align-items: center; gap: 6px; min-height: 40px; padding: 9px 11px; color: #33413b; border: 1px solid transparent; border-radius: 999px; white-space: nowrap; transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.contact-link {
  display: none !important;
}

.site-nav a:not(.nav-cta):hover,
.nav-parent:hover {
  background: rgba(244, 247, 239, 0.98); border-color: rgba(223, 230, 220, 0.95); transform: translateY(-1px);
}

.nav-icon {
  display: none; position: relative; width: 10px; height: 10px; overflow: hidden; border-radius: 6px; color: transparent; background: var(--sun); box-shadow: 0 0 0 3px rgba(245, 173, 49, 0.12);
}

.nav-icon::after {
  content: ""; position: absolute; inset: 4px; background: var(--forest); border-radius: 2px;
}

.site-nav a:hover,
.nav-parent:hover {
  color: var(--forest);
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown::after {
  content: ""; position: absolute; right: 0; bottom: -12px; left: 0; height: 14px;
}

.nav-parent {
  display: inline-flex; align-items: center; gap: 6px;
}

.nav-parent::after {
  content: ""; width: 6px; height: 6px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px);
}

.nav-menu {
  position: absolute; top: calc(100% + 8px); left: 0; z-index: 80; display: grid; min-width: min(310px, calc(100vw - 36px)); padding: 10px; background: rgba(255, 255, 255, 0.98); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 22px 55px rgba(21, 56, 46, 0.16); opacity: 0; pointer-events: none; transform: translateY(8px); transition: opacity 180ms ease, transform 180ms ease;
}

.nav-dropdown:hover .nav-menu,
.nav-dropdown:focus-within .nav-menu,
.nav-dropdown.is-open .nav-menu {
  opacity: 1; pointer-events: auto; transform: translateY(0);
}

.nav-menu a {
  justify-content: flex-start; min-height: 46px; padding: 13px 14px; border-bottom: 0; border-radius: 10px; font-size: 0.94rem;
}

.nav-cta,
.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 43px; border: 1px solid transparent; font-weight: 900; cursor: pointer; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.nav-cta {
  margin-left: 4px; min-height: 42px; padding-inline: 16px !important; background: linear-gradient(135deg, var(--forest), #1d5b4b); color: #fff !important; border-radius: 999px !important; box-shadow: 0 12px 24px rgba(21, 56, 46, 0.18);
}

.button {
  padding: 12px 18px; text-align: center; white-space: normal;
}

.button:hover,
.nav-cta:hover {
  transform: translateY(-2px); box-shadow: 0 12px 28px rgba(21, 56, 46, 0.18);
}

.button.primary {
  background: var(--forest); color: #fff;
}

.button.secondary {
  background: #fff; color: var(--forest); border-color: var(--line);
}

.nav-toggle {
  display: none; width: 44px; height: 44px; padding: 8px; border-radius: 14px; background: rgba(255, 255, 255, 0.9); border: 1px solid var(--line); box-shadow: var(--soft-shadow);
}

.nav-toggle span:not(.sr-only) {
  display: block; height: 2px; margin: 5px 0; background: var(--forest);
}

.hero {
  display: grid; grid-template-columns: minmax(360px, 0.78fr) minmax(520px, 1.22fr); gap: clamp(22px, 3vw, 42px); align-items: center; min-height: auto; padding: clamp(54px, 7vw, 92px) clamp(22px, 4vw, 56px) clamp(24px, 3vw, 38px);
}

.hero-copy {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 10px; color: var(--teal); font-size: 1.25rem; font-weight: 900; letter-spacing: 0.5px; text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px; color: var(--forest); font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-weight: 800; font-size: clamp(2.05rem, 3.9vw, 4rem); line-height: 1.08; letter-spacing: 0; text-wrap: balance; overflow-wrap: anywhere;
}

h2 {
  margin-bottom: 0; color: var(--forest); font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-weight: 800; font-size: clamp(1.85rem, 3vw, 3.25rem); line-height: 1.14; letter-spacing: 0; text-wrap: balance; overflow-wrap: anywhere;
}

h3 {
  margin-bottom: 12px; color: var(--forest); font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-weight: 800; font-size: clamp(1.2rem, 1.55vw, 1.65rem); line-height: 1.12; letter-spacing: 0; text-wrap: balance; overflow-wrap: anywhere;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 620px; margin-bottom: 24px; color: #46514c; font-size: clamp(1rem, 1.28vw, 1.14rem);
}

.hero-actions {
  display: flex; flex-wrap: wrap; gap: 12px;
}

.hero-video {
  position: relative; overflow: hidden; background: #fff; border: 0; box-shadow: var(--shadow); border-radius: 8px;
}

.hero-video video {
  width: 100%; aspect-ratio: 1.56; object-fit: cover; display: block;
}

.hero-video-cards {
  position: absolute; top: clamp(14px, 2vw, 28px); right: clamp(12px, 2vw, 28px); display: grid; gap: 10px; width: min(270px, 34%);
}

.hero-video-cards article {
  display: flex; gap: 7px; align-items: center; padding: 8px; background: rgba(255, 255, 255, 0.9); border: 1px solid rgba(255, 255, 255, 0.84); box-shadow: 0 14px 36px rgba(21, 56, 46, 0.22); border-radius: 6px;
}

.hero-video-cards img {
  flex: 0 0 88px; width: 88px; aspect-ratio: 1.25; object-fit: cover; background: var(--mist); border: 2px solid rgba(245, 173, 49, 0.78);
}

.hero-video-cards strong {
  color: var(--forest); font-size: clamp(0.86rem, 1.05vw, 1.02rem); line-height: 1.1; overflow-wrap: anywhere;
}

.hero-video-cards span {
  color: var(--muted); font-size: 0.78rem; line-height: 1.15;
}

.hero-video-cards strong,
.hero-video-cards span {
  display: block;
}

.hero-card-copy {
  min-width: 0;
}

.hero-showcase {
  position: relative; min-height: clamp(440px, 44vw, 640px);
}

.hero-film-frame {
  position: absolute; inset: 7% 5% 9% 7%; overflow: hidden; border: 10px solid #fff; border-radius: 8px; background: var(--forest); box-shadow: var(--shadow);
}

.hero-film-frame video {
  display: block; width: 100%; height: 100%; object-fit: cover;
}

.film-dot,
.film-bar {
  position: absolute; left: 18px; bottom: 18px; z-index: 2;
}

.film-dot {
  width: 12px; height: 12px; border-radius: 50%; background: #ef3333; box-shadow: 0 0 0 6px rgba(239, 51, 51, 0.18);
}

.film-bar {
  left: 42px; width: 80px; height: 8px; border-radius: 999px; background: rgba(255, 255, 255, 0.86);
}

.hero-clip {
  position: absolute; z-index: 4; width: clamp(150px, 16vw, 230px); margin: 0; padding: 8px 8px 12px; border-radius: 8px; background: #fff; box-shadow: 0 18px 44px rgba(21, 56, 46, 0.24);
}

.hero-clip img {
  width: 100%; aspect-ratio: 1.28; object-fit: cover; border-radius: 6px;
}

.hero-clip img.full-logo-image {
  object-fit: contain; padding: 12px; background: linear-gradient(180deg, #fff, var(--mist));
}

.hero-clip figcaption {
  margin-top: 8px; color: var(--forest); font-size: 0.82rem; font-weight: 900;
}

.clip-sdg {
  top: 0; right: 0; transform: rotate(3deg);
}

.clip-lego {
  left: 0; bottom: 5%; transform: rotate(-4deg);
}

.clip-mindset {
  right: 12%; bottom: 0; transform: rotate(2deg);
}

.home-concept-board {
  position: relative; min-height: clamp(460px, 42vw, 620px); overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: radial-gradient(circle at 50% 48%, rgba(245, 173, 49, 0.2) 0 8%, transparent 8.5%), linear-gradient(90deg, rgba(21, 56, 46, 0.06) 1px, transparent 1px), linear-gradient(180deg, rgba(21, 56, 46, 0.06) 1px, transparent 1px), linear-gradient(180deg, #fff, rgba(244, 247, 239, 0.78)); background-size: auto, 44px 44px, 44px 44px, auto; box-shadow: var(--shadow);
}

.home-concept-board::before,
.home-concept-board::after {
  content: ""; position: absolute; inset: 15%; border: 1px dashed rgba(31, 107, 109, 0.24); border-radius: 50%;
}

.home-concept-board::after {
  inset: 28% 20%; border-color: rgba(245, 173, 49, 0.34);
}

.board-core,
.board-node,
.board-sdg-mark {
  position: absolute; z-index: 1;
}

.board-core {
  top: 50%; left: 50%; display: grid; width: min(310px, 58%); min-height: 150px; place-items: center; padding: 24px; border-radius: 18px; background: var(--forest); color: #fff; text-align: center; transform: translate(-50%, -50%); box-shadow: 0 18px 44px rgba(21, 56, 46, 0.22);
}

.board-core span {
  color: var(--sun); font-size: 0.8rem; font-weight: 900; text-transform: uppercase;
}

.board-core strong {
  font-size: clamp(1.25rem, 1.8vw, 1.75rem); line-height: 1.12;
}

.board-node {
  display: grid; width: clamp(150px, 14vw, 210px); gap: 4px; padding: 14px; border: 1px solid rgba(31, 107, 109, 0.2); border-radius: 8px; background: rgba(255, 255, 255, 0.94); box-shadow: var(--soft-shadow);
}

.board-node .line-icon {
  width: 40px; height: 40px; margin-bottom: 8px;
}

.board-node b {
  color: var(--forest); font-weight: 900;
}

.board-node small {
  color: var(--muted); font-weight: 750; line-height: 1.25;
}

.node-one {
  top: 8%; left: 8%;
}

.node-two {
  top: 11%; right: 7%;
}

.node-three {
  bottom: 10%; left: 7%;
}

.node-four {
  right: 8%; bottom: 9%;
}

.board-sdg-mark {
  right: 50%; bottom: 8%; width: clamp(72px, 7vw, 100px); height: clamp(72px, 7vw, 100px); object-fit: contain; padding: 8px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--soft-shadow); transform: translateX(50%) rotate(-3deg);
}

.content-led-workshops .workshop-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.content-led-workshops .workshop-tile {
  display: grid; grid-template-rows: auto auto 1fr; min-height: 100%;
}

.content-led-workshops .workshop-tile img,
.content-led-workshops .tile-illustration {
  height: 150px; border-bottom: 1px solid var(--line);
}

.home-philosophy {
  display: grid; grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1.14fr); gap: clamp(18px, 3vw, 38px); align-items: center; padding: clamp(34px, 5vw, 70px) clamp(18px, 4vw, 56px); background: var(--forest);
}

.home-philosophy h2,
.home-philosophy p,
.home-philosophy .eyebrow {
  color: #fff;
}

.home-philosophy p:not(.eyebrow) {
  max-width: 760px; color: rgba(255, 255, 255, 0.82); font-weight: 650; line-height: 1.62;
}

.philosophy-flow {
  display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px;
}

.philosophy-flow span {
  display: grid; min-height: 110px; place-items: center; padding: 14px; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 8px; background: rgba(255, 255, 255, 0.1); color: #fff; font-weight: 900; text-align: center;
}

.home-idea-panel {
  display: grid; gap: 12px;
}

.home-idea-panel article {
  display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 8px 14px; align-items: center; padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--soft-shadow);
}

.home-idea-panel .line-icon {
  grid-row: span 2; margin-bottom: 0;
}

.home-idea-panel b {
  color: var(--forest); font-size: 1.05rem; font-weight: 900;
}

.home-idea-panel small {
  color: var(--muted); font-weight: 650; line-height: 1.35;
}

.floating-card {
  position: absolute; z-index: 3; display: grid; gap: 6px; width: 188px; padding: 10px; background: rgba(255, 255, 255, 0.96); border: 1px solid var(--line); box-shadow: 0 16px 38px rgba(21, 56, 46, 0.22);
}

.floating-card img {
  width: 100%; aspect-ratio: 1.25; object-fit: cover;
}

.floating-card strong {
  color: var(--forest); font-size: 0.95rem;
}

.floating-card video {
  width: 100%; aspect-ratio: 1.3; object-fit: cover;
}

.floating-card span {
  color: var(--muted); font-size: 0.78rem; line-height: 1.25;
}

.card-a {
  top: 28px; left: 0;
}

.card-b {
  right: 0; bottom: 86px; animation-delay: 600ms;
}

.card-c {
  left: 56px; bottom: 2px; background: var(--forest);
}

.card-c strong,
.card-c span {
  color: #fff;
}

.video-showcase {
  display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr); gap: clamp(16px, 2vw, 28px); align-items: stretch; padding: clamp(22px, 3vw, 42px) clamp(22px, 4vw, 56px); background: linear-gradient(180deg, #fff, var(--mist)); border-block: 1px solid var(--line);
}

.video-showcase h2 {
  max-width: 760px; font-size: clamp(2.15rem, 3.2vw, 3.55rem); line-height: 1.08;
}

.video-showcase video {
  width: 100%; height: 100%; min-height: 360px; max-height: 520px; object-fit: cover; object-position: center; border: 0; box-shadow: var(--shadow); background: var(--forest); border-radius: 8px;
}

.video-showcase > div {
  display: flex; flex-direction: column; justify-content: center; padding: clamp(22px, 2.6vw, 34px); background: var(--forest); box-shadow: var(--shadow); border-radius: 8px;
}

.video-showcase h2 {
  color: #fff;
}

.video-showcase p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.82); font-weight: 650; font-size: clamp(1.05rem, 1.35vw, 1.22rem);
}

.motion-lines {
  display: grid; gap: 7px; padding: 14px; background: rgba(255, 255, 255, 0.09);
}

.motion-lines i {
  display: block; height: 8px; background: var(--sun); transform-origin: left;
}

.motion-lines i:nth-child(2) {
  width: 76%; background: var(--lime);
}

.motion-lines i:nth-child(3) {
  width: 54%; background: #fff;
}

.compact-strip {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; padding: 0 clamp(18px, 4vw, 56px) 34px;
}
.compact-strip span {
  display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 12px 24px; background: var(--forest); color: #fff; font-size: 0.95rem; font-weight: 800; border-radius: 999px; white-space: nowrap; box-shadow: var(--soft-shadow);
}

.home-belief-section {
  display: grid; grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr); gap: clamp(22px, 4vw, 56px); align-items: start; padding: clamp(42px, 6vw, 86px) clamp(22px, 4vw, 56px); background: linear-gradient(90deg, rgba(31, 107, 109, 0.06) 1px, transparent 1px), linear-gradient(0deg, rgba(31, 107, 109, 0.06) 1px, transparent 1px),
    #fff; background-size: 34px 34px;
}

.home-belief-copy h2 {
  max-width: 760px; font-size: clamp(2rem, 4vw, 4.4rem); line-height: 1.02;
}

.home-belief-answer {
  display: grid; gap: 20px;
}

.home-belief-answer > p {
  max-width: 760px; margin: 0; color: var(--muted); font-size: clamp(1.05rem, 1.4vw, 1.35rem); font-weight: 700; line-height: 1.62;
}

.belief-list {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px;
}

.belief-list article {
  display: grid; gap: 10px; align-content: start; min-height: 100%; padding: clamp(18px, 2.2vw, 24px); border: 1px solid var(--line); border-radius: 8px; background: rgba(255, 255, 255, 0.94); box-shadow: var(--soft-shadow);
}

.belief-list .line-icon {
  width: 42px; height: 42px; color: var(--teal);
}

.belief-list b {
  color: var(--forest); font-size: 1.05rem; font-weight: 900;
}

.belief-list p {
  margin: 0; color: var(--muted); font-weight: 650; line-height: 1.55;
}

.split-section,
.workshops {
  padding: clamp(20px, 3vw, 40px) clamp(22px, 4vw, 56px);
}

.about {
  display: grid; grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr); gap: clamp(18px, 3vw, 38px); align-items: stretch; background: var(--mist);
}

.about-story {
  display: flex; min-width: 0; flex-direction: column; justify-content: center;
}

.about-story p:not(.eyebrow) {
  color: #34423c; font-size: clamp(1rem, 1.22vw, 1.14rem); font-weight: 650;
}

.about-media {
  min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); background: var(--forest);
}

.about-media img {
  width: 100%; height: 100%; min-height: clamp(360px, 42vw, 560px); object-fit: cover; object-position: center;
}

.about-values {
  grid-column: 1 / -1;
}

.founder-section {
  padding: clamp(32px, 5vw, 70px) clamp(18px, 4vw, 56px); background: #fff;
}

.founder-card {
  display: grid; grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr); gap: clamp(22px, 4vw, 54px); align-items: center; padding: clamp(18px, 3vw, 32px); border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(180deg, #fff, rgba(244, 247, 239, 0.6)); box-shadow: var(--soft-shadow);
}

.founder-portrait {
  overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--mist);
}

.founder-portrait img {
  width: 100%; height: clamp(240px, 28vw, 360px); object-fit: cover;
}

.founder-identity {
  position: relative; display: grid; min-height: clamp(240px, 28vw, 360px); place-items: center; overflow: hidden; background: radial-gradient(circle at 74% 18%, rgba(245, 173, 49, 0.32), transparent 24%), linear-gradient(135deg, rgba(21, 56, 46, 0.96), rgba(31, 107, 109, 0.9));
}

.founder-identity::before,
.founder-identity::after {
  content: ""; position: absolute; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 50%;
}

.founder-identity::before {
  width: 190px; height: 190px; top: -56px; right: -42px;
}

.founder-identity::after {
  width: 240px; height: 240px; bottom: -96px; left: -78px;
}

.founder-identity span {
  position: relative; z-index: 1; display: grid; width: clamp(108px, 12vw, 154px); height: clamp(108px, 12vw, 154px); place-items: center; border: 1px solid rgba(255, 255, 255, 0.34); border-radius: 50%; background: rgba(255, 255, 255, 0.12); color: var(--sun); font-size: clamp(2.6rem, 5vw, 4.3rem); font-weight: 900; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.founder-identity small {
  position: absolute; right: 18px; bottom: 18px; left: 18px; z-index: 1; color: #fff; font-size: 0.98rem; font-weight: 900; text-align: center;
}

.founder-card p {
  color: var(--muted); font-weight: 650; line-height: 1.62;
}

.founder-actions {
  display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 18px;
}

.founder-actions .button {
  margin: 0;
}

.founder-linkedin {
  gap: 9px;
}

.founder-linkedin::before {
  content: "in"; display: inline-grid; width: 22px; height: 22px; place-items: center; border-radius: 5px; background: var(--forest); color: #fff; font-size: 0.76rem; font-weight: 900; line-height: 1; text-transform: none;
}

.section-title {
  display: grid; grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr); gap: clamp(20px, 4vw, 54px); align-items: start; margin-bottom: 22px;
}

.section-title.center {
  display: block; max-width: 850px; margin-inline: auto; text-align: center;
}

.copy-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-bottom: 22px;
}

.about .copy-grid p {
  color: #34423c; font-size: clamp(1.24rem, 1.65vw, 1.48rem); font-weight: 700; line-height: 1.58;
}

.section-image {
  margin-bottom: 18px; border: 1px solid var(--line); box-shadow: var(--shadow); overflow: hidden;
}

.section-image img {
  width: 100%; height: clamp(240px, 34vw, 420px); object-fit: cover;
}

.copy-grid p,
.feature-row p,
.workshop-card p,
.approach-copy p,
.contact-panel p {
  color: var(--muted); font-size: 1rem;
}

.value-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px;
}

.value-grid article,
.workshop-card {
  padding: clamp(18px, 2.2vw, 24px); background: #fff; border: 1px solid var(--line); box-shadow: var(--soft-shadow); border-radius: 8px;
}

.value-grid b {
  display: inline-block; margin-bottom: 12px; color: var(--sun);
}

.value-grid p {
  margin-bottom: 0; color: var(--muted); font-size: clamp(1rem, 1.15vw, 1.12rem); font-weight: 650;
}

.workshops {
  background: #fff;
}

.pill {
  display: inline-flex; margin-bottom: 16px; padding: 7px 10px; background: var(--lime); color: var(--forest); font-size: 0.74rem; font-weight: 900; text-transform: uppercase;
}

.workshop-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px;
}

.workshop-tile {
  position: relative; display: grid; grid-template-rows: auto auto auto 1fr; min-height: 100%; background: linear-gradient(180deg, #fff, rgba(244, 247, 239, 0.42)); border: 1px solid var(--line); box-shadow: var(--soft-shadow); padding: 10px; overflow: visible; transition: transform 180ms ease, box-shadow 180ms ease; border-radius: 8px;
}

.workshop-tile:hover {
  transform: translateY(-6px); box-shadow: var(--shadow);
}

.workshop-tile img {
  width: 100%; height: clamp(220px, 21vw, 275px); object-fit: cover; background: var(--mist); filter: saturate(1.08) contrast(1.03); border-radius: 6px;
}

.workshop-tile img.contain-tile-image {
  object-fit: contain; padding: clamp(34px, 5vw, 58px); background: radial-gradient(circle at 50% 42%, rgba(245, 173, 49, 0.16), transparent 36%), linear-gradient(180deg, #fff, var(--mist));
}

.workshop-tile img.full-logo-tile {
  padding: clamp(18px, 3vw, 32px); object-fit: contain; object-position: center;
}

.tile-illustration {
  display: grid; height: clamp(220px, 21vw, 275px); grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; align-items: end; padding: 28px; border-radius: 6px; background: linear-gradient(90deg, rgba(21, 56, 46, 0.045) 1px, transparent 1px), linear-gradient(180deg, rgba(21, 56, 46, 0.045) 1px, transparent 1px), linear-gradient(135deg, #fff, var(--mist)); background-size: 34px 34px, 34px 34px, auto;
}

.tile-illustration span {
  display: block; min-height: 88px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--soft-shadow);
}

.tile-illustration span:nth-child(2) {
  min-height: 150px; background: var(--forest);
}

.tile-illustration span:nth-child(3) {
  min-height: 118px; background: var(--sun);
}

.workshop-tile h3,
.workshop-tile p {
  margin-inline: 20px; overflow-wrap: anywhere;
}

.workshop-tile h3 {
  margin-top: 24px; line-height: 1.12; font-size: clamp(1.2rem, 1.4vw, 1.45rem);
}

.workshop-tile p {
  margin-bottom: 22px; color: var(--muted); font-size: clamp(0.94rem, 1vw, 0.98rem); line-height: 1.52;
}

.tile-icon {
  position: absolute; top: clamp(187px, calc(21vw - 33px), 242px); left: 26px; display: grid; width: 54px; height: 54px; place-items: center; background: var(--sun); color: var(--forest); font-weight: 900; box-shadow: 0 12px 24px rgba(21, 56, 46, 0.2); border-radius: 6px;
}

.approach {
  display: grid; grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.05fr); gap: clamp(20px, 4vw, 54px); align-items: center; background: var(--mist);
}

.approach-image {
  border: 1px solid var(--line); box-shadow: var(--shadow); overflow: hidden; border-radius: 8px;
}

.approach-image img {
  width: 100%; height: clamp(340px, 48vw, 560px); object-fit: cover;
}

.steps {
  display: grid; gap: 10px; margin-top: 22px;
}

.steps div {
  display: grid; grid-template-columns: 116px minmax(0, 1fr); gap: 12px; padding: 14px; background: #fff; border: 1px solid var(--line); border-radius: 8px;
}

.steps b {
  color: var(--forest);
}

.steps span {
  color: var(--muted);
}

.contact {
  display: grid; grid-template-columns: minmax(280px, 0.88fr) minmax(420px, 1.12fr); gap: 0; background: #fff; color: var(--ink); align-items: stretch; border-top: 1px solid var(--line);
}



.contact-panel {
  display: flex; flex-direction: column; justify-content: center; padding: clamp(20px, 2.5vw, 30px); background: var(--forest); color: #fff; min-width: 0;
}

.contact-panel h2,
.contact-panel .eyebrow {
  color: #fff;
}

.contact-panel h2 {
  font-size: clamp(2rem, 3vw, 3.2rem); line-height: 1.06;
}

.contact-panel p {
  color: rgba(255, 255, 255, 0.82); font-size: clamp(1rem, 1.18vw, 1.14rem); line-height: 1.5; font-weight: 650;
}

.contact-panel-action {
  align-self: flex-start; margin-top: 18px;
}

.contact-lines {
  display: grid; gap: 8px; margin-top: 18px; color: rgba(255, 255, 255, 0.9); font-weight: 800;
}

.contact-lines a {
  color: var(--sun);
}

.contact-photo {
  display: block; align-self: stretch; margin-top: 18px; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 8px;
}

.insights {
  background: #fff; padding: clamp(10px, 1.7vw, 22px) clamp(22px, 4vw, 56px) clamp(24px, 3.5vw, 42px);
}

.insights .section-title {
  align-items: center; margin-bottom: 18px;
}

.insights .section-title h2 {
  font-size: clamp(2.15rem, 3.25vw, 3.6rem); line-height: 1.08;
}

.insight-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px;
}

.insight-grid article {
  padding: 22px; background: var(--mist); border: 1px solid var(--line);
}

.insight-grid b {
  display: block; margin-bottom: 10px; color: var(--forest); font-size: 1.15rem; font-weight: 900;
}

.insight-grid p {
  margin: 0; color: var(--muted); font-weight: 600;
}

.contact-photo img {
  width: 100%; height: clamp(170px, 18vw, 240px); object-fit: cover;
}

.contact-form {
  display: grid; gap: 10px; padding: clamp(20px, 2.5vw, 30px); background: #fff; color: var(--ink); align-self: stretch; border: 1px solid var(--line); border-left: 0; min-width: 0;
}

label {
  display: grid; gap: 7px; color: #3f4944; font-size: 0.88rem; font-weight: 900;
}

input,
select,
textarea {
  width: 100%; min-height: 46px; padding: 11px 12px; border: 1px solid #d8e0d6; color: var(--ink); font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus,
button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(245, 173, 49, 0.45); outline-offset: 2px;
}

.form-note {
  min-height: 22px; margin: 0; color: var(--leaf); font-weight: 800;
}

.site-footer {
  display: none;
}

.site-assistant {
  position: fixed; right: clamp(14px, 2vw, 24px); bottom: clamp(14px, 2vw, 24px); z-index: 80; display: grid; justify-items: end; gap: 10px; font-family: Inter, system-ui, sans-serif;
}

.assistant-toggle {
  display: inline-flex; min-height: 48px; align-items: center; gap: 10px; padding: 8px 14px 8px 8px; border: 1px solid rgba(255, 255, 255, 0.28); border-radius: 999px; background: linear-gradient(135deg, #0f3028, #1f6b6d 68%, #245a49); color: #fff; font: inherit; font-weight: 900; box-shadow: 0 18px 44px rgba(21, 56, 46, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.18); cursor: pointer; transition: transform 180ms ease, box-shadow 180ms ease;
}

.assistant-toggle:hover {
  transform: translateY(-2px); box-shadow: 0 24px 54px rgba(21, 56, 46, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.assistant-penguin {
  position: relative; display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50% 50% 44% 44%; background: #172b34; box-shadow: 0 0 0 4px rgba(245, 173, 49, 0.18), inset 0 -5px 0 rgba(0, 0, 0, 0.16);
}

.assistant-penguin::before {
  content: ""; position: absolute; bottom: 4px; width: 19px; height: 21px; border-radius: 50% 50% 45% 45%; background: #fff;
}

.assistant-penguin::after {
  content: ""; position: absolute; top: 13px; width: 9px; height: 6px; border-radius: 0 0 8px 8px; background: var(--sun); clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.assistant-penguin span::before,
.assistant-penguin span::after {
  content: ""; position: absolute; top: 9px; z-index: 1; width: 4px; height: 4px; border-radius: 50%; background: #fff;
}

.assistant-penguin span::before {
  left: 9px;
}

.assistant-penguin span::after {
  right: 9px;
}

.assistant-panel {
  width: min(320px, calc(100vw - 28px)); max-height: min(430px, calc(100vh - 118px)); overflow: hidden; border: 1px solid rgba(223, 230, 220, 0.92); border-radius: 18px; background: rgba(255, 255, 255, 0.98); box-shadow: 0 28px 70px rgba(21, 56, 46, 0.24); backdrop-filter: blur(18px);
}

.assistant-head {
  position: relative; display: flex; align-items: center; gap: 12px; padding: 15px; overflow: hidden; background: radial-gradient(circle at 86% 8%, rgba(245, 173, 49, 0.52), transparent 28%), linear-gradient(135deg, var(--forest), var(--teal)); color: #fff;
}

.assistant-head::after {
  content: ""; position: absolute; right: -34px; bottom: -42px; width: 130px; height: 130px; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 50%;
}

.assistant-head .assistant-penguin {
  z-index: 1; flex: 0 0 auto;
}

.assistant-head > div {
  position: relative; z-index: 1; min-width: 0; padding-right: 34px;
}

.assistant-close {
  position: absolute; top: 10px; right: 10px; z-index: 2; display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid rgba(255, 255, 255, 0.28); border-radius: 999px; background: rgba(255, 255, 255, 0.14); color: #fff; font: inherit; font-size: 1.25rem; font-weight: 900; line-height: 1; cursor: pointer; transition: background 160ms ease, transform 160ms ease;
}

.assistant-close:hover {
  background: rgba(255, 255, 255, 0.24); transform: rotate(90deg);
}

.assistant-head strong,
.assistant-head small {
  display: block;
}

.assistant-head small {
  margin-top: 2px; color: rgba(255, 255, 255, 0.76); font-weight: 750;
}

.assistant-messages {
  display: grid; max-height: min(170px, 28vh); gap: 9px; overflow-y: auto; padding: 14px; background: linear-gradient(90deg, rgba(21, 56, 46, 0.035) 1px, transparent 1px), linear-gradient(180deg, rgba(21, 56, 46, 0.035) 1px, transparent 1px), linear-gradient(180deg, #fff, var(--mist)); background-size: 28px 28px, 28px 28px, auto;
}

.assistant-message {
  max-width: 88%; margin: 0; padding: 10px 12px; border-radius: 14px; color: var(--ink); font-size: 0.92rem; font-weight: 650; line-height: 1.45;
}

.assistant-message.bot {
  justify-self: start; border: 1px solid var(--line); background: #fff; box-shadow: 0 8px 22px rgba(21, 56, 46, 0.07);
}

.assistant-message.user {
  justify-self: end; background: linear-gradient(135deg, var(--forest), #1d5b4b); color: #fff;
}

.assistant-suggestions {
  display: flex; flex-wrap: nowrap; gap: 8px; overflow-x: auto; padding: 12px 14px 0; scrollbar-width: none;
}

.assistant-suggestions::-webkit-scrollbar {
  display: none;
}

.assistant-suggestions button {
  flex: 0 0 auto; min-height: 34px; padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; background: linear-gradient(180deg, #fff, rgba(244, 247, 239, 0.74)); color: var(--forest); font: inherit; font-size: 0.82rem; font-weight: 850; cursor: pointer; transition: transform 160ms ease, border-color 160ms ease;
}

.assistant-suggestions button:hover {
  border-color: rgba(31, 107, 109, 0.38); transform: translateY(-1px);
}

.assistant-form {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; padding: 12px 14px 14px;
}

.assistant-form input {
  min-width: 0; height: 42px; border: 1px solid var(--line); border-radius: 12px; padding: 0 11px; font: inherit; background: #fff;
}

.assistant-form button {
  min-width: 62px; border: 0; border-radius: 12px; background: linear-gradient(135deg, var(--sun), #ffc961); color: var(--forest); font: inherit; font-weight: 900; cursor: pointer;
}

.content-led-page {
  background: #fff;
}

.content-hero,
.content-section,
.collab-callout,
.final-consult {
  padding: clamp(34px, 5vw, 76px) clamp(18px, 4vw, 56px);
}

.content-hero {
  display: grid; grid-template-columns: minmax(0, 0.98fr) minmax(340px, 0.82fr); gap: clamp(26px, 4vw, 58px); align-items: center; background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 247, 239, 0.76)), linear-gradient(90deg, rgba(21, 56, 46, 0.045) 1px, transparent 1px), linear-gradient(180deg, rgba(21, 56, 46, 0.045) 1px, transparent 1px); background-size: auto, 48px 48px, 48px 48px;
}

.content-hero h1 {
  max-width: 930px; font-size: clamp(2.65rem, 5.2vw, 5.9rem); line-height: 0.98;
}

.content-hero p:not(.eyebrow),
.content-section p,
.collab-callout p,
.final-consult p {
  color: var(--muted); font-weight: 650; line-height: 1.64;
}

.content-hero .lead {
  color: var(--forest); font-size: clamp(1.16rem, 1.7vw, 1.48rem); font-weight: 900;
}

.concept-panel,
.design-diagram {
  display: grid; gap: 12px; padding: clamp(18px, 3vw, 32px); border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--shadow);
}

.concept-panel span,
.design-diagram span,
.topic-grid span {
  display: flex; min-height: 48px; align-items: center; padding: 12px 14px; border: 1px solid var(--line); border-radius: 999px; background: linear-gradient(180deg, #fff, rgba(244, 247, 239, 0.7)); color: var(--forest); font-weight: 850;
}

.concept-panel span:nth-child(2n),
.design-diagram span:nth-child(2n) {
  background: var(--forest); color: #fff;
}

.method-card-grid,
.service-card-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px;
}

.method-card,
.service-card-grid article,
.icon-card-grid article,
.who-grid article,
.note-card {
  min-width: 0; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--soft-shadow);
}

.method-card,
.service-card-grid article {
  padding: clamp(18px, 2.2vw, 28px); transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

a.method-card {
  display: block; color: inherit; text-decoration: none;
}

.method-card:hover,
.service-card-grid article:hover,
.icon-card-grid article:hover,
.who-grid article:hover {
  transform: translateY(-4px); border-color: rgba(31, 107, 109, 0.32); box-shadow: var(--shadow);
}

.line-icon {
  position: relative; display: grid; width: 48px; height: 48px; margin-bottom: 18px; place-items: center; border: 1px solid rgba(31, 107, 109, 0.28); border-radius: 50%; background: rgba(244, 247, 239, 0.9);
}

.line-icon::before,
.line-icon::after {
  content: ""; position: absolute; border: 2px solid var(--teal);
}

.icon-world::before {
  width: 24px; height: 24px; border-radius: 50%;
}

.icon-world::after {
  width: 28px; height: 0; border-width: 2px 0 0;
}

.icon-build::before {
  width: 22px; height: 22px; border-radius: 5px;
}

.icon-build::after {
  width: 10px; height: 10px; top: 10px; right: 10px; border-radius: 3px; background: rgba(245, 173, 49, 0.18);
}

.icon-system::before {
  width: 26px; height: 26px; border-radius: 50%; border-style: dashed;
}

.icon-system::after {
  width: 7px; height: 7px; border-radius: 50%; background: var(--sun); border-color: var(--sun);
}

.icon-design::before,
.icon-lab::before,
.icon-lead::before,
.icon-team::before,
.icon-strategy::before,
.icon-edu::before,
.icon-event::before,
.icon-journey::before {
  width: 24px; height: 16px; border-radius: 5px;
}

.icon-design::after,
.icon-lab::after,
.icon-lead::after,
.icon-team::after,
.icon-strategy::after,
.icon-edu::after,
.icon-event::after,
.icon-journey::after {
  width: 18px; height: 0; border-width: 2px 0 0; transform: translateY(8px);
}

.soft-band {
  background: var(--mist);
}

.topic-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px;
}

.note-card {
  margin-top: 18px; padding: clamp(18px, 2.2vw, 26px); background: var(--forest);
}

.note-card h3,
.note-card p {
  color: #fff;
}

.icon-card-grid,
.who-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px;
}

.icon-card-grid article,
.who-grid article {
  padding: 18px;
}

.custom-service-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.custom-service-grid article {
  grid-column: span 2;
}

.custom-service-grid article:nth-last-child(-n + 2) {
  grid-column: span 3;
}

.icon-card-grid h3,
.who-grid h3 {
  margin-bottom: 0; font-size: clamp(1.04rem, 1.2vw, 1.22rem); line-height: 1.18;
}

.who-grid article {
  display: flex; gap: 12px; align-items: center;
}

.who-grid span,
.process-timeline span {
  display: grid; flex: 0 0 auto; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--sun); color: var(--forest); font-weight: 900;
}

.collab-callout,
.final-consult {
  text-align: center;
}

.collab-callout {
  margin: clamp(20px, 4vw, 44px) clamp(18px, 4vw, 56px); border-radius: 8px; background: var(--forest);
}

.collab-callout h2,
.collab-callout p,
.collab-callout .eyebrow {
  color: #fff;
}

.collab-callout p {
  max-width: 900px; margin-inline: auto;
}

.final-consult {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 247, 239, 0.78)), linear-gradient(90deg, rgba(21, 56, 46, 0.045) 1px, transparent 1px), linear-gradient(180deg, rgba(21, 56, 46, 0.045) 1px, transparent 1px); background-size: auto, 48px 48px, 48px 48px;
}

.final-consult h2 {
  max-width: 1000px; margin-inline: auto; font-size: clamp(1.9rem, 3.2vw, 3.5rem); line-height: 1.08;
}

.process-timeline {
  display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px;
}

.process-timeline article {
  min-width: 0; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--soft-shadow);
}

.process-timeline span {
  margin-bottom: 16px;
}

.about-page {
  background: #fff;
}

.about-hero {
  display: grid; grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.08fr); gap: clamp(24px, 4vw, 58px); align-items: stretch; padding: clamp(34px, 5vw, 76px) clamp(18px, 4vw, 56px); background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 247, 239, 0.74)), linear-gradient(90deg, rgba(21, 56, 46, 0.045) 1px, transparent 1px), linear-gradient(180deg, rgba(21, 56, 46, 0.045) 1px, transparent 1px); background-size: auto, 48px 48px, 48px 48px;
}

.about-quote,
.about-intro,
.founder-story-card,
.about-exist-grid article,
.feature-card-grid article,
.audience-card-grid article {
  min-width: 0; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--soft-shadow);
}

.about-quote {
  display: flex; min-height: 420px; flex-direction: column; justify-content: space-between; padding: clamp(22px, 3vw, 38px); background: var(--forest);
}

.about-quote .eyebrow,
.about-quote blockquote {
  color: #fff;
}

.about-quote blockquote {
  margin: 0; font-size: clamp(2.1rem, 4vw, 4.55rem); font-weight: 900; line-height: 1.02;
}

.about-intro {
  padding: clamp(22px, 3vw, 38px);
}

.about-intro h1 {
  max-width: 850px; font-size: clamp(2.25rem, 4.2vw, 4.85rem); line-height: 1;
}

.about-intro p,
.founder-story-card p,
.about-exist-grid p,
.feature-card-grid p,
.audience-card-grid p,
.research-callout p {
  color: var(--muted); font-weight: 650; line-height: 1.64;
}

.about-intro .intro-emphasis {
  margin-top: 18px; padding-left: 18px; border-left: 4px solid var(--sun); color: var(--forest); font-weight: 900;
}

.philosophy-grid,
.feature-card-grid,
.audience-card-grid,
.about-exist-grid {
  display: grid; gap: 14px;
}

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

.philosophy-grid article,
.feature-card-grid article,
.audience-card-grid article,
.about-exist-grid article {
  padding: clamp(18px, 2vw, 26px); transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.philosophy-grid article {
  min-width: 0; border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(180deg, #fff, rgba(244, 247, 239, 0.52)); box-shadow: var(--soft-shadow);
}

.philosophy-grid article:hover,
.feature-card-grid article:hover,
.audience-card-grid article:hover,
.about-exist-grid article:hover {
  transform: translateY(-4px); border-color: rgba(31, 107, 109, 0.32); box-shadow: var(--shadow);
}

.founder-profile-grid {
  display: grid; grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr); gap: clamp(20px, 3vw, 36px); align-items: stretch;
}

.founder-photo-panel {
  display: grid; gap: 14px; min-width: 0;
}

.founder-photo-panel .founder-portrait {
  height: clamp(330px, 38vw, 520px);
}

.credential-badges {
  display: flex; flex-wrap: wrap; gap: 8px;
}

.credential-badges span {
  display: inline-flex; align-items: center; min-height: 38px; padding: 8px 11px; border: 1px solid rgba(31, 107, 109, 0.18); border-radius: 999px; background: #fff; color: var(--forest); font-size: 0.86rem; font-weight: 850; box-shadow: var(--soft-shadow);
}

.founder-story-card {
  padding: clamp(22px, 3vw, 38px);
}

.founder-story-card h3 {
  font-size: clamp(1.55rem, 2.2vw, 2.35rem); line-height: 1.12;
}

.about-exist-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.audience-card-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.feature-card-grid h3,
.audience-card-grid h3,
.philosophy-grid h3 {
  font-size: clamp(1.06rem, 1.22vw, 1.28rem);
}

.research-callout {
  margin: clamp(20px, 4vw, 44px) clamp(18px, 4vw, 56px); padding: clamp(30px, 5vw, 70px); border-radius: 8px; background: linear-gradient(135deg, rgba(21, 56, 46, 0.98), rgba(31, 107, 109, 0.94)); box-shadow: var(--shadow);
}

.research-callout h2,
.research-callout p,
.research-callout .eyebrow {
  color: #fff;
}

.research-callout h2 {
  max-width: 900px;
}

.research-callout p {
  max-width: 980px; color: rgba(255, 255, 255, 0.84);
}

.insights-page {
  background: #fff;
}

.insights-hero {
  display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.82fr); gap: clamp(24px, 4vw, 56px); align-items: center; padding: clamp(34px, 5vw, 76px) clamp(18px, 4vw, 56px); background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 247, 239, 0.74)), linear-gradient(90deg, rgba(21, 56, 46, 0.045) 1px, transparent 1px), linear-gradient(180deg, rgba(21, 56, 46, 0.045) 1px, transparent 1px); background-size: auto, 48px 48px, 48px 48px;
}

.insights-hero h1 {
  max-width: 940px; font-size: clamp(2.45rem, 4.8vw, 5.25rem); line-height: 1;
}

.insights-hero p:not(.eyebrow),
.insights-callout p,
.insight-topic-grid p,
.insight-resource-grid p {
  color: var(--muted); font-weight: 650; line-height: 1.64;
}

.insights-note {
  margin-top: 18px; padding-left: 18px; border-left: 4px solid var(--sun); color: var(--forest) !important; font-weight: 900 !important;
}

.insights-board {
  display: grid; gap: 12px; padding: clamp(18px, 3vw, 32px); border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--shadow);
}

.insights-board span {
  display: flex; min-height: 58px; align-items: center; padding: 12px 16px; border: 1px solid var(--line); border-radius: 999px; background: linear-gradient(180deg, #fff, rgba(244, 247, 239, 0.72)); color: var(--forest); font-weight: 900;
}

.insights-board span:nth-child(2n) {
  background: var(--forest); color: #fff;
}

.insight-topic-grid,
.insight-resource-grid {
  display: grid; gap: 14px;
}

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

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

.insight-topic-grid article,
.insight-resource-grid article {
  min-width: 0; padding: clamp(18px, 2.2vw, 28px); border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--soft-shadow); transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.insight-topic-grid article:hover,
.insight-resource-grid article:hover {
  transform: translateY(-4px); border-color: rgba(31, 107, 109, 0.32); box-shadow: var(--shadow);
}

.insight-resource-grid b {
  display: grid; width: 42px; height: 42px; margin-bottom: 18px; place-items: center; border-radius: 50%; background: var(--sun); color: var(--forest); font-weight: 900;
}

.insights-callout {
  margin: clamp(20px, 4vw, 44px) clamp(18px, 4vw, 56px); padding: clamp(30px, 5vw, 70px); border-radius: 8px; background: radial-gradient(circle at 18% 12%, rgba(245, 173, 49, 0.18), transparent 26%), linear-gradient(135deg, rgba(21, 56, 46, 0.98), rgba(31, 107, 109, 0.94)); box-shadow: var(--shadow);
}

.insights-callout h2,
.insights-callout p,
.insights-callout .eyebrow {
  color: #fff;
}

.insights-callout p {
  max-width: 900px; color: rgba(255, 255, 255, 0.84);
}

.systems-page .content-hero {
  grid-template-columns: minmax(0, 0.92fr) minmax(390px, 0.88fr); align-items: stretch;
}

.systems-page .content-hero > div:first-child {
  align-self: center;
}

.systems-lens {
  position: relative; display: grid; align-content: center; min-height: clamp(430px, 40vw, 560px); gap: 16px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; padding: clamp(18px, 3vw, 34px); background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 247, 239, 0.9)), linear-gradient(90deg, rgba(31, 107, 109, 0.08) 1px, transparent 1px), linear-gradient(0deg, rgba(31, 107, 109, 0.08) 1px, transparent 1px); background-size: auto, 34px 34px, 34px 34px; box-shadow: var(--shadow);
}

.systems-lens::after {
  content: ""; position: absolute; right: -18%; top: -12%; width: 58%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(245, 173, 49, 0.2), transparent 66%); pointer-events: none;
}

.lens-header,
.lens-card,
.lens-outcome {
  position: relative; z-index: 1; border: 1px solid rgba(31, 107, 109, 0.16); border-radius: 8px; background: rgba(255, 255, 255, 0.94); box-shadow: var(--soft-shadow);
}

.lens-header {
  display: flex; gap: 13px; align-items: center; padding: 18px;
}

.lens-header .line-icon {
  width: 42px; height: 42px; color: var(--teal);
}

.lens-header b,
.lens-card b,
.lens-outcome b {
  display: block; color: var(--forest); font-size: 1.02rem; font-weight: 900;
}

.lens-header small,
.lens-card small {
  color: var(--muted); font-weight: 700;
}

.lens-track {
  position: absolute; left: clamp(38px, 5vw, 64px); top: 112px; bottom: 116px; z-index: 0; width: 2px; background: linear-gradient(var(--sun), rgba(31, 107, 109, 0.22));
}

.lens-card {
  display: grid; grid-template-columns: auto minmax(0, 1fr); column-gap: 14px; row-gap: 2px; align-items: center; width: min(92%, 430px); padding: 16px 18px;
}

.lens-card:nth-of-type(4) {
  justify-self: end;
}

.lens-card span {
  grid-row: span 2; display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: rgba(245, 173, 49, 0.18); color: var(--forest); font-weight: 950;
}

.lens-primary {
  background: var(--forest);
}

.lens-primary b,
.lens-primary small,
.lens-primary span {
  color: #fff;
}

.lens-primary span {
  background: rgba(255, 255, 255, 0.18);
}

.lens-outcome {
  justify-self: end; width: min(88%, 420px); padding: 18px; background: linear-gradient(135deg, var(--teal), var(--forest));
}

.lens-outcome span {
  display: inline-block; margin-bottom: 6px; color: var(--sun); font-size: 0.78rem; font-weight: 950; letter-spacing: 0.08em; text-transform: uppercase;
}

.lens-outcome b {
  color: #fff;
}

.systems-page .method-card,
.systems-page .process-timeline article,
.systems-page .who-grid article {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 239, 0.48));
}

.sdg-page {
  background: #fff;
}

.sdg-hero {
  display: grid; grid-template-columns: minmax(0, 0.86fr) minmax(430px, 1.14fr); gap: clamp(24px, 4vw, 54px); align-items: center; min-height: auto; padding: clamp(30px, 4.2vw, 58px) clamp(18px, 4vw, 56px) clamp(24px, 3.6vw, 48px); background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 247, 239, 0.7)), linear-gradient(90deg, rgba(21, 56, 46, 0.045) 1px, transparent 1px), linear-gradient(180deg, rgba(21, 56, 46, 0.045) 1px, transparent 1px); background-size: auto, 48px 48px, 48px 48px;
}

.sdg-hero-copy {
  min-width: 0;
}

.sdg-hero-copy h1 {
  max-width: 780px; margin-bottom: 18px; font-size: clamp(2.55rem, 5vw, 5.25rem); line-height: 0.98;
}

.sdg-hero-copy h2 {
  max-width: 720px; margin: 24px 0 16px; font-size: clamp(1.7rem, 2.3vw, 2.45rem); line-height: 1.12;
}

.sdg-hero-copy > p:not(.eyebrow),
.sdg-story-block p,
.sdg-connection p,
.sdg-recognition p,
.sdg-support p,
.sdg-reflection p {
  color: var(--muted); font-size: clamp(1rem, 1.16vw, 1.13rem); font-weight: 650; line-height: 1.62;
}

.sdg-opening-lines {
  display: grid; gap: 4px; max-width: 640px; padding: 18px 20px; border-left: 5px solid var(--sun); border-radius: 0 8px 8px 0; background: rgba(255, 255, 255, 0.72); box-shadow: var(--soft-shadow);
}

.sdg-opening-lines p {
  margin: 0; color: var(--forest); font-size: clamp(1.2rem, 1.72vw, 1.62rem); font-weight: 900; line-height: 1.25;
}

.sdg-hero-media {
  position: relative; display: grid; grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1fr); gap: clamp(14px, 2vw, 22px); align-items: stretch; align-self: stretch; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; padding: clamp(14px, 2vw, 24px); background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(244, 247, 239, 0.9)), linear-gradient(90deg, rgba(31, 107, 109, 0.07) 1px, transparent 1px), linear-gradient(0deg, rgba(31, 107, 109, 0.07) 1px, transparent 1px); background-size: auto, 34px 34px, 34px 34px; box-shadow: var(--shadow);
}

.sdg-hero-logo-panel,
.sdg-hero-kit-card {
  min-width: 0; margin: 0; border: 1px solid rgba(31, 107, 109, 0.13); border-radius: 8px; background: rgba(255, 255, 255, 0.94); box-shadow: var(--soft-shadow);
}

.sdg-hero-logo-panel {
  display: grid; place-items: center; min-height: clamp(300px, 38vw, 520px); padding: clamp(18px, 3vw, 34px);
}

.sdg-hero-logo-main {
  display: block; width: min(100%, 420px); min-width: min(100%, 190px); height: auto; filter: drop-shadow(0 16px 28px rgba(21, 56, 46, 0.22));
}

.sdg-hero-kit-card {
  display: grid; grid-template-rows: 1fr auto; overflow: hidden;
}

.sdg-hero-kit-card img {
  width: 100%; height: 100%; min-height: clamp(300px, 38vw, 520px); object-fit: contain; padding: clamp(10px, 1.8vw, 18px); background: #fff;
}

.sdg-hero-kit-card figcaption {
  padding: 12px 14px 14px; color: var(--forest); font-size: 0.92rem; font-weight: 900; line-height: 1.25; background: rgba(244, 247, 239, 0.86);
}

.sdg-hero-main {
  position: relative; z-index: 0; width: 100%; height: 100%; min-height: clamp(560px, 47vw, 760px); object-fit: cover; object-position: 42% center; border-radius: 8px; box-shadow: none;
}

.sdg-hero-collage {
  position: absolute; inset: clamp(14px, 1.8vw, 24px); z-index: 1; pointer-events: none;
}

.sdg-collage-card {
  position: absolute; display: block; overflow: hidden; border: 7px solid rgba(255, 255, 255, 0.94); border-radius: 8px; background: #fff; object-fit: cover; box-shadow: 0 18px 45px rgba(21, 56, 46, 0.24);
}

.sdg-collage-card.is-wide {
  right: 0; bottom: clamp(112px, 10vw, 150px); width: min(52%, 340px); height: clamp(128px, 14vw, 190px); object-position: center;
}

.sdg-collage-card.is-square {
  left: 18px; top: 18px; width: clamp(82px, 8vw, 118px); height: clamp(82px, 8vw, 118px); padding: 8px; object-fit: contain; transform: rotate(-4deg);
}

.sdg-collage-card.is-tall {
  left: clamp(26px, 4vw, 58px); bottom: clamp(160px, 14vw, 218px); width: clamp(88px, 8vw, 128px); height: clamp(120px, 12vw, 176px); object-fit: cover; object-position: top center; transform: rotate(5deg);
}

.sdg-hero-badge {
  position: relative; grid-column: 1 / -1; z-index: 2; width: 100%; display: flex; align-items: center; gap: 12px; padding: 12px 14px; border: 1px solid rgba(255, 255, 255, 0.72); border-radius: 8px; background: rgba(255, 255, 255, 0.92); box-shadow: 0 18px 44px rgba(21, 56, 46, 0.22); backdrop-filter: blur(12px);
}

.sdg-hero-badge img {
  width: 58px; height: 58px; object-fit: contain;
}

.sdg-hero-badge div {
  min-width: 0;
}

.sdg-hero-badge strong,
.sdg-hero-badge span {
  display: block; color: var(--forest);
}

.sdg-hero-badge strong {
  font-weight: 900; line-height: 1.15;
}

.sdg-hero-badge span {
  margin-top: 3px; color: var(--muted); font-size: 0.9rem; font-weight: 750;
}

.sdg-story-block,
.sdg-connection,
.sdg-recognition,
.sdg-purpose,
.sdg-support,
.sdg-reflection,
.sdg-final-cta {
  padding: clamp(30px, 4.4vw, 60px) clamp(18px, 4vw, 56px);
}

.sdg-story-split,
.sdg-recognition,
.sdg-support,
.sdg-reflection {
  display: grid; grid-template-columns: minmax(0, 0.96fr) minmax(320px, 1.04fr); gap: clamp(22px, 4vw, 58px); align-items: center;
}

.sdg-story-split > img,
.sdg-section-image,
.sdg-reflection img {
  width: 100%; min-height: clamp(280px, 30vw, 420px); object-fit: cover; border-radius: 8px; box-shadow: var(--shadow);
}

.sdg-section-image.contain {
  object-fit: contain; padding: clamp(18px, 3vw, 34px); background: var(--mist);
}

.sdg-story-block h2,
.sdg-connection h2,
.sdg-recognition h2,
.sdg-support h2,
.sdg-reflection h2,
.sdg-final-cta h2 {
  font-size: clamp(2rem, 3.2vw, 3.55rem); line-height: 1.08;
}

.sdg-connection {
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr); align-items: start; background: var(--forest);
}

.sdg-connection h2,
.sdg-connection .eyebrow {
  color: #fff;
}

.sdg-connection p {
  color: rgba(255, 255, 255, 0.84);
}

.sdg-visual-strip {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; padding: clamp(18px, 3vw, 34px) clamp(18px, 4vw, 56px); background: #fff;
}

.sdg-visual-strip figure {
  margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--soft-shadow);
}

.sdg-visual-strip img {
  width: 100%; height: clamp(220px, 24vw, 360px); object-fit: cover;
}

.sdg-visual-strip figcaption {
  padding: 14px 16px 16px; color: var(--forest); font-weight: 850;
}

.sdg-material-gallery {
  padding: clamp(30px, 4.4vw, 60px) clamp(18px, 4vw, 56px); background: linear-gradient(180deg, #fff, rgba(244, 247, 239, 0.72));
}

.sdg-material-gallery .section-title p:not(.eyebrow) {
  max-width: 780px; margin: 14px auto 0; color: var(--muted); font-weight: 650; line-height: 1.62;
}

.sdg-gallery-layout {
  display: grid; grid-template-columns: minmax(320px, 0.84fr) minmax(0, 1.16fr); gap: clamp(18px, 3vw, 34px); align-items: start;
}

.sdg-gallery-feature,
.sdg-gallery-grid figure {
  min-width: 0; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--soft-shadow);
}

.sdg-gallery-feature {
  position: sticky; top: 112px;
}

.sdg-gallery-feature img {
  width: 100%; height: clamp(360px, 42vw, 620px); object-fit: cover; object-position: center;
}

.sdg-gallery-feature figcaption,
.sdg-gallery-grid figcaption {
  padding: 12px 14px 14px; color: var(--forest); font-size: 0.9rem; font-weight: 850; line-height: 1.25;
}

.sdg-gallery-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px;
}

.sdg-gallery-grid figure {
  display: grid; grid-template-rows: auto 1fr;
}

.sdg-gallery-grid img {
  width: 100%; height: 150px; object-fit: cover; background: var(--mist);
}

.sdg-gallery-grid .is-object img {
  object-fit: contain; padding: 16px; background: linear-gradient(180deg, #fff, rgba(244, 247, 239, 0.74));
}

.sdg-gallery-grid .is-card img {
  height: 190px;
}

.sdg-gallery-grid .is-token img {
  height: 112px; padding: 12px;
}

.sdg-recognition {
  background: linear-gradient(180deg, #fff, var(--mist));
}

.sdg-recognition-copy {
  max-width: 760px;
}

.sdg-brand-row {
  display: flex; flex-wrap: wrap; gap: 12px; margin: 18px 0;
}

.sdg-brand-row img {
  width: 76px; height: 76px; object-fit: contain; padding: 8px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--soft-shadow);
}

.sdg-page .sdg-stat-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px;
}

.sdg-page .sdg-stat-grid article {
  min-width: 0; padding: clamp(20px, 2.5vw, 30px); border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--soft-shadow);
}

.sdg-page .sdg-stat-grid b {
  display: block; margin-bottom: 8px; color: var(--sun); font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: clamp(2.35rem, 4vw, 4.4rem); line-height: 0.95;
}

.sdg-page .sdg-stat-grid span {
  color: var(--forest); font-weight: 900;
}

.sdg-purpose {
  background: #fff;
}

.sdg-audience-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px;
}

.sdg-audience-grid article {
  min-width: 0; padding: clamp(18px, 2.2vw, 26px); border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(180deg, #fff, rgba(244, 247, 239, 0.64)); box-shadow: var(--soft-shadow);
}

.sdg-audience-grid .line-icon {
  display: grid; width: 42px; height: 42px; margin-bottom: 18px; place-items: center; border-radius: 50%; background: var(--sun); color: var(--forest); font-weight: 900;
}

.sdg-audience-grid p {
  margin-bottom: 0; color: var(--muted); font-weight: 650;
}

.sdg-support {
  background: var(--mist); align-items: center;
}

.sdg-skill-cloud {
  display: flex; flex-wrap: wrap; gap: 10px; align-content: center;
}

.sdg-skill-cloud span {
  display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 8px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--forest); font-weight: 850; box-shadow: var(--soft-shadow);
}

.sdg-skill-cloud span::before {
  content: ""; width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: var(--sun); box-shadow: 0 0 0 3px rgba(245, 173, 49, 0.18);
}

.sdg-token-row {
  grid-column: 1 / -1; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; margin-top: 22px;
}

.sdg-token-row img {
  width: 100%; height: clamp(76px, 8vw, 116px); object-fit: contain; padding: 10px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--soft-shadow);
}

.sdg-game-pieces {
  display: grid; grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr); gap: clamp(22px, 3.6vw, 48px); align-items: center; padding: clamp(32px, 4.6vw, 62px) clamp(18px, 4vw, 56px); background: #fff;
}

.sdg-game-pieces h2 {
  font-size: clamp(1.9rem, 3vw, 3.2rem); line-height: 1.08;
}

.sdg-game-pieces p:not(.eyebrow) {
  color: var(--muted); font-weight: 650; line-height: 1.62;
}

.sdg-piece-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px;
}

.sdg-piece-grid figure {
  display: grid; grid-template-rows: 1fr auto; min-width: 0; min-height: 210px; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(180deg, #fff, rgba(244, 247, 239, 0.7)); box-shadow: var(--soft-shadow);
}

.sdg-piece-grid img {
  width: 100%; height: 142px; object-fit: contain; padding: 18px;
}

.sdg-piece-grid figcaption {
  padding: 0 14px 16px; color: var(--forest); font-size: 0.92rem; font-weight: 850;
}

.sdg-reflection {
  background: #fff;
}

.sdg-reflection-visual {
  display: grid; min-height: clamp(280px, 30vw, 420px); place-items: center; border: 1px solid var(--line); border-radius: 8px; background: radial-gradient(circle at 50% 45%, rgba(245, 173, 49, 0.16), transparent 34%), linear-gradient(180deg, #fff, rgba(244, 247, 239, 0.76)); box-shadow: var(--shadow);
}

.sdg-reflection-visual img {
  width: min(76%, 320px); height: auto; min-height: 0; object-fit: contain; box-shadow: none;
}

.sdg-reflection blockquote {
  margin: 18px 0; padding: 18px 20px; border-left: 5px solid var(--sun); color: var(--forest); font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: clamp(1.5rem, 2.5vw, 2.35rem); font-weight: 800; line-height: 1.12;
}

.sdg-final-cta {
  display: grid; justify-items: center; text-align: center; background: radial-gradient(circle at 20% 10%, rgba(245, 173, 49, 0.18), transparent 28%), linear-gradient(135deg, rgba(21, 56, 46, 0.98), rgba(31, 107, 109, 0.95)); color: #fff;
}

.sdg-final-cta img {
  width: 82px; height: 82px; margin-bottom: 16px; object-fit: contain; padding: 8px; border-radius: 18px; background: #fff; box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.sdg-final-cta h2,
.sdg-final-cta .eyebrow {
  color: #fff;
}

.sdg-final-cta .button {
  margin-top: 18px; background: var(--sun); color: var(--forest);
}

.workshop-page {
  background: var(--paper);
}

.page-hero {
  display: grid; grid-template-columns: minmax(0, 0.94fr) minmax(320px, 1.06fr); gap: clamp(16px, 2vw, 30px); align-items: stretch; padding: clamp(22px, 2.8vw, 38px) clamp(18px, 4vw, 56px); overflow: hidden; background: linear-gradient(135deg, rgba(244, 247, 239, 0.96), rgba(255, 255, 255, 0.86)), radial-gradient(circle at 88% 20%, rgba(245, 173, 49, 0.2), transparent 30%);
}

.page-hero h1 {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: clamp(2.05rem, 3.35vw, 3.55rem); line-height: 1.08; overflow-wrap: anywhere;
}

.page-hero p:not(.eyebrow) {
  max-width: 650px; margin-bottom: 24px; color: var(--muted); font-size: clamp(1.04rem, 1.6vw, 1.22rem);
}

.page-hero-image {
  width: 100%; height: 100%; min-height: clamp(300px, 38vw, 510px); object-fit: cover; background: var(--mist); object-position: center; display: block; border-radius: 8px; box-shadow: var(--shadow);
}

.cover-image {
  object-fit: cover;
}

.page-content {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; padding: clamp(18px, 3vw, 34px) clamp(18px, 4vw, 56px) clamp(36px, 5vw, 64px); margin-top: 0;
}

.game-gallery {
  display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(240px, 0.85fr) minmax(240px, 0.85fr); gap: 16px; padding: clamp(18px, 3vw, 34px) clamp(18px, 4vw, 56px); background: #fff;
}

.game-gallery article {
  min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(180deg, #fff, rgba(244, 247, 239, 0.55)); box-shadow: var(--soft-shadow);
}

.game-gallery img {
  width: 100%; height: clamp(210px, 20vw, 290px); object-fit: cover; object-position: center;
}

.game-gallery article:not(.game-feature-card) {
  display: grid; grid-template-rows: auto auto 1fr; padding-bottom: 20px;
}

.game-gallery h3,
.game-gallery p {
  margin-inline: 20px;
}

.game-gallery h3 {
  margin-top: 18px;
}

.game-gallery p {
  color: var(--muted); font-weight: 650;
}

.game-feature-card {
  display: grid; grid-template-columns: minmax(130px, 0.42fr) minmax(0, 0.58fr); align-items: center;
}

.game-feature-card img {
  height: 100%; min-height: 320px; object-fit: contain; padding: clamp(18px, 2vw, 28px); background: #f6f7f4;
}

.game-feature-card > div {
  padding: clamp(22px, 3vw, 34px);
}

.game-feature-card h2 {
  font-size: clamp(1.55rem, 2.2vw, 2.25rem); line-height: 1.14;
}

.game-feature-card p:not(.eyebrow) {
  margin: 14px 0 0; color: var(--muted); font-size: clamp(1rem, 1.12vw, 1.1rem); font-weight: 650;
}

.info-block {
  padding: clamp(20px, 3vw, 32px); background: #fff; border: 1px solid var(--line); box-shadow: var(--soft-shadow); border-radius: 8px; min-width: 0;
}

.info-block span {
  display: inline-flex; margin-bottom: 18px; color: var(--sun); font-size: 1rem; font-weight: 900;
}

.info-block h2 {
  margin-bottom: 14px; font-size: clamp(1.3rem, 2.2vw, 1.95rem); overflow-wrap: anywhere;
}

.info-block p,
.info-block li {
  color: var(--muted); overflow-wrap: anywhere;
}

.info-block ul {
  display: grid; gap: 10px; padding-left: 18px; margin: 0;
}

.page-video {
  display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr); gap: clamp(14px, 2vw, 26px); align-items: stretch; padding: clamp(18px, 2.6vw, 34px) clamp(18px, 4vw, 56px); background: var(--mist); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}

.page-video video,
.page-video > img,
.page-video img {
  width: 100%; height: 100%; min-height: 320px; aspect-ratio: 4/3; object-fit: cover; background: var(--mist); object-position: center; display: block; box-shadow: var(--shadow); border-radius: 8px;
}

.page-video > div {
  padding: clamp(24px, 3vw, 38px) clamp(20px, 3vw, 34px); background: #fff; border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; gap: 10px; border-radius: 8px;
}

.page-video h2 {
  font-size: clamp(1.45rem, 2.15vw, 2.15rem); line-height: 1.18; margin-bottom: 8px; overflow-wrap: anywhere;
}


.page-video p {
  color: var(--muted); font-size: clamp(1.05rem, 1.35vw, 1.22rem); font-weight: 650;
}

.resource-list {
  display: grid; gap: 10px; margin: 18px 0 0; padding-left: 20px; color: var(--muted); font-size: 1rem; font-weight: 600;
}

.micro-list {
  display: grid; gap: 10px; margin-top: 16px;
}

.micro-list div {
  display: grid; grid-template-columns: 32px 1fr; gap: 12px; align-items: start; min-width: 0;
}

.micro-list span {
  display: grid; width: 32px; height: 32px; place-items: center; background: var(--sun); color: var(--forest); font-size: 0.78rem; font-weight: 900;
}

.micro-list p {
  margin: 0; color: var(--muted); font-size: 0.98rem; font-weight: 650;
}

.micro-list strong {
  color: var(--forest);
}

.process-band {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; padding: clamp(18px, 3vw, 34px) clamp(18px, 4vw, 56px); background: #fff;
}

.process-band article {
  padding: clamp(18px, 2vw, 24px); background: var(--mist); border: 1px solid var(--line); border-radius: 8px; min-width: 0;
}

.process-band b {
  color: var(--sun); font-size: 0.92rem;
}

.process-band h2 {
  margin: 8px 0 10px; font-size: clamp(1.25rem, 2vw, 1.7rem);
}

.process-band p {
  margin: 0; color: var(--muted); font-weight: 650;
}

.sdg-official-summary {
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr); gap: clamp(18px, 3vw, 34px); align-items: stretch; padding: clamp(18px, 3vw, 34px) clamp(18px, 4vw, 56px); background: linear-gradient(135deg, var(--forest), #1f6b6d); color: #fff;
}

.sdg-official-summary h2,
.sdg-official-summary .eyebrow {
  color: #fff;
}

.sdg-official-summary h2 {
  font-size: clamp(1.8rem, 2.8vw, 3rem); line-height: 1.08;
}

.sdg-official-summary p:not(.eyebrow) {
  margin-bottom: 0; color: rgba(255, 255, 255, 0.84); font-size: clamp(1rem, 1.25vw, 1.15rem); font-weight: 650;
}

.sdg-stat-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px;
}

.sdg-stat-grid article {
  display: grid; gap: 8px; min-width: 0; padding: clamp(18px, 2vw, 24px); border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 8px; background: rgba(255, 255, 255, 0.1);
}

.sdg-stat-grid b {
  color: var(--sun); font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: clamp(2rem, 3vw, 3.2rem); line-height: 1;
}

.sdg-stat-grid span {
  color: rgba(255, 255, 255, 0.86); font-weight: 800;
}

.language-band {
  display: grid; gap: 14px; padding: clamp(18px, 2.5vw, 30px) clamp(18px, 4vw, 56px); background: var(--mist); border-bottom: 1px solid var(--line);
}

.language-band div {
  display: flex; flex-wrap: wrap; gap: 10px;
}

.language-band span {
  display: inline-flex; min-height: 42px; align-items: center; justify-content: center; padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--forest); font-size: 0.92rem; font-weight: 850; box-shadow: var(--soft-shadow);
}

.reveal {
  opacity: 0; transform: translateY(14px); transition: opacity 420ms ease, transform 420ms ease;
}

.reveal.in-view {
  opacity: 1; transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1; transform: none; transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.001ms !important;
  }
}

@media (max-width: 1180px) {
  .site-header {
    top: 8px; width: min(100% - 16px, 760px); min-height: 70px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute; top: calc(100% + 10px); right: 0; left: 0; display: none; gap: 4px; padding: 10px; background: rgba(255, 255, 255, 0.98); border: 1px solid var(--line); box-shadow: 0 22px 55px rgba(21, 56, 46, 0.16); border-radius: 16px;
  }

  .site-header.nav-open .site-nav {
    display: grid;
  }

  .site-nav a {
    justify-content: flex-start; width: 100%; padding: 12px 13px; border-radius: 12px;
  }

  .nav-cta {
    margin-left: 0; justify-content: center !important;
  }

  .hero,
  .section-title,
  .approach,
  .contact,
  .home-philosophy,
  .home-belief-section,
  .page-hero,
  .page-video,
  .video-showcase,
  .founder-card,
  .about-hero,
  .founder-profile-grid,
  .insights-hero,
  .content-hero {
    grid-template-columns: 1fr;
  }

  .systems-page .content-hero {
    grid-template-columns: 1fr;
  }

  .systems-lens {
    min-height: auto; gap: 12px; padding: 14px;
  }

  .systems-lens::after,
  .lens-track {
    display: none;
  }

  .lens-header,
  .lens-card,
  .lens-outcome {
    width: 100%; justify-self: stretch;
  }

  .lens-card:nth-of-type(4) {
    justify-self: stretch;
  }

  .workshop-grid,
  .content-led-workshops .workshop-grid,
  .method-card-grid,
  .service-card-grid,
  .topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-concept-board {
    min-height: auto; display: grid; gap: 10px; padding: 14px;
  }

  .home-concept-board::before,
  .home-concept-board::after {
    display: none;
  }

  .board-core,
  .board-node,
  .board-sdg-mark {
    position: static; width: 100%; transform: none;
  }

  .board-core {
    min-height: 120px;
  }

  .board-sdg-mark {
    justify-self: center; width: 86px; height: 86px;
  }

  .philosophy-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .belief-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-timeline,
  .icon-card-grid,
  .who-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .philosophy-grid,
  .feature-card-grid,
  .audience-card-grid,
  .about-exist-grid,
  .insight-topic-grid,
  .insight-resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-quote {
    min-height: 280px;
  }

  .custom-service-grid article,
  .custom-service-grid article:nth-last-child(-n + 2) {
    grid-column: auto;
  }

  .page-video > div {
    border-left: 0; border-top: 1px solid var(--line);
  }

  .page-video video,
  .page-video img {
    max-height: 320px;
  }

  .page-hero {
    padding: clamp(22px, 3vw, 36px) clamp(18px, 4vw, 40px);
  }

  .page-hero-image {
    min-height: 260px; max-height: 360px;
  }

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

  .split-section,
  .workshops {
    padding: 22px 18px;
  }

  .contact-form {
    border-left: 1px solid var(--line);
  }

  .contact-link {
    display: inline-flex !important;
  }

  .hero {
    min-height: auto;
  }

  .compact-strip {
    display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

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

  .page-content {
    grid-template-columns: 1fr; margin-top: 0;
  }

  .game-gallery {
    grid-template-columns: 1fr;
  }

  .game-feature-card {
    grid-template-columns: 1fr;
  }

  .game-feature-card img {
    min-height: 220px; height: 240px;
  }

  .process-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sdg-official-summary {
    grid-template-columns: 1fr;
  }

  .sdg-hero,
  .sdg-story-split,
  .sdg-connection,
  .sdg-recognition,
  .sdg-support,
  .sdg-reflection,
  .sdg-gallery-layout {
    grid-template-columns: 1fr;
  }

  .sdg-gallery-feature {
    position: static;
  }

  .sdg-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sdg-hero {
    min-height: auto;
  }

  .sdg-hero-media {
    position: relative; top: auto;
  }

  .sdg-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-showcase {
    min-height: 700px;
  }

  .hero-film-frame {
    position: relative; inset: auto; height: 430px;
  }

  .hero-clip {
    position: relative; display: inline-block; width: calc(33.33% - 10px); margin-top: 12px; vertical-align: top;
  }

  .clip-sdg,
  .clip-lego,
  .clip-mindset {
    inset: auto; transform: none;
  }

  .sdg-visual-strip {
    grid-template-columns: 1fr;
  }

  .sdg-token-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sdg-game-pieces {
    grid-template-columns: 1fr;
  }

  .sdg-piece-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-video {
    grid-template-columns: 1fr;
  }

  .nav-menu {
    position: static; min-width: 0; margin: 0 0 6px; padding: 6px; border: 1px solid rgba(223, 230, 220, 0.78); border-radius: 12px; box-shadow: none; opacity: 1; pointer-events: auto; transform: none;
  }

  .nav-menu a {
    padding: 10px 12px; border-bottom: 0; font-size: 0.88rem;
  }
}

/* Keep the homepage approach section compact: copy and process belong together. */
#approach.approach.split-section {
  display: grid !important; grid-template-columns: minmax(0, 1fr) minmax(340px, 420px) !important; gap: clamp(28px, 4vw, 58px) !important; align-items: start !important; min-height: 0 !important; padding: clamp(48px, 6vw, 84px) clamp(24px, 6vw, 92px) !important;
}

#approach.approach.split-section > * {
  grid-column: auto !important; width: auto !important; max-width: none !important;
}

#approach .approach-copy {
  order: 1 !important; align-self: start !important; display: grid !important; gap: 20px !important; max-width: 920px !important;
}

#approach .approach-copy h2 {
  width: auto !important; margin: 0 !important; max-width: 900px !important; font-size: clamp(2.25rem, 4vw, 4.8rem) !important;
}

#approach .approach-copy > p:not(.eyebrow) {
  width: auto !important; max-width: 780px !important; margin: 0 !important;
}

#approach .steps {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 14px !important;
}

#approach .button.secondary {
  justify-self: start !important; margin-top: 2px !important;
}

#approach .home-approach-diagram {
  order: 2 !important; align-self: start !important; justify-self: end !important; width: min(100%, 420px) !important; min-height: 0 !important; margin: 0 !important;
}

@media (max-width: 980px) {
  #approach.approach.split-section {
    grid-template-columns: 1fr !important;
  }

  #approach .home-approach-diagram {
    justify-self: start !important; width: min(100%, 520px) !important;
  }
}

@media (max-width: 640px) {
  #approach.approach.split-section {
    padding: 42px 20px !important;
  }

  #approach .steps {
    grid-template-columns: 1fr !important;
  }
}

/* FINAL HOME LAYOUT - keep this block at the physical end of the stylesheet. */
.reveal,
.reveal.in-view {
  opacity: 1 !important; transform: none !important;
}

main > section {
  content-visibility: visible !important; contain: none !important; contain-intrinsic-size: auto !important;
}

#home > section {
  width: 100% !important; max-width: none !important; min-height: 0 !important;
}

#home .hero {
  display: grid !important; grid-template-columns: 1fr !important; gap: 30px !important; align-items: start !important; padding: clamp(52px, 6vw, 82px) clamp(24px, 6vw, 92px) !important; background: #fffef9 !important;
}

#home .hero-copy {
  width: 100% !important; max-width: 1180px !important;
}

#home .hero-copy h1 {
  width: min(100%, 1160px) !important; max-width: 1160px !important; font-size: clamp(2.65rem, 5vw, 5.8rem) !important; line-height: 1.03 !important;
}

#home .hero-copy > p:not(.eyebrow) {
  width: min(100%, 940px) !important; max-width: 940px !important;
}

#home .hero-content-points {
  display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 0 !important; width: min(100%, 1100px) !important; border-block: 1px solid rgba(18, 61, 47, 0.18);
}

#home .hero-content-points article {
  min-height: 0 !important; padding: 20px 24px !important; border: 0 !important; border-right: 1px solid rgba(18, 61, 47, 0.14) !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important;
}

#home .hero-content-points article:first-child {
  padding-left: 0 !important;
}

#home .hero-content-points article:last-child {
  border-right: 0 !important;
}

#home .home-editorial-collage {
  display: grid !important; grid-template-columns: minmax(260px, 1.5fr) repeat(2, minmax(150px, 0.75fr)) !important; gap: 12px !important; width: min(100%, 900px) !important; justify-self: start !important;
}

#home .home-editorial-collage figure,
#home .home-editorial-collage .editorial-main-image {
  grid-column: auto !important; min-width: 0 !important; margin: 0 !important; overflow: hidden !important; border: 1px solid rgba(18, 61, 47, 0.14) !important; border-radius: 4px !important; background: #f4f7ef !important;
}

#home .home-editorial-collage img,
#home .home-editorial-collage .editorial-main-image img {
  display: block !important; width: 100% !important; height: 170px !important; object-fit: cover !important;
}

#home .home-editorial-collage figcaption {
  padding: 7px 9px !important; color: var(--forest) !important; font-size: 0.78rem !important; font-weight: 800 !important;
}

#home .compact-strip {
  display: flex !important; flex-wrap: wrap !important; gap: 10px 26px !important; padding: 16px clamp(24px, 6vw, 92px) !important;
}

#home .home-belief-section {
  display: grid !important; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important; gap: clamp(32px, 5vw, 70px) !important; align-items: start !important; padding: clamp(52px, 6vw, 78px) clamp(24px, 6vw, 92px) !important;
}

#home .home-belief-copy,
#home .home-belief-answer {
  grid-column: auto !important; width: auto !important; max-width: none !important;
}

#home .home-inline-visual {
  width: min(100%, 290px) !important; margin: 22px 0 0 !important; overflow: hidden !important; border-radius: 4px !important;
}

#home .home-inline-visual img {
  display: block !important; width: 100% !important; height: 158px !important; object-fit: cover !important;
}

#home .belief-list,
#home .value-grid,
#home .insight-grid {
  display: grid !important; gap: 0 !important; border-top: 1px solid rgba(18, 61, 47, 0.18) !important;
}

#home .belief-list {
  grid-template-columns: 1fr !important;
}

#home .belief-list article,
#home .value-grid article,
#home .insight-grid article {
  min-height: 0 !important; padding: 18px 0 !important; border: 0 !important; border-bottom: 1px solid rgba(18, 61, 47, 0.18) !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important;
}

#home .workshops {
  padding: clamp(52px, 6vw, 78px) clamp(24px, 6vw, 92px) !important; background: #fff !important;
}

#home .workshops .section-title {
  width: min(100%, 1080px) !important; margin: 0 0 34px !important; text-align: left !important;
}

#home .content-led-workshops .workshop-grid {
  display: grid !important; grid-template-columns: 1fr !important; gap: 0 !important; width: 100% !important; border-top: 1px solid rgba(18, 61, 47, 0.18) !important;
}

#home .content-led-workshops .workshop-tile,
#home .content-led-workshops .workshop-tile:nth-child(even) {
  display: grid !important; grid-template-columns: 150px minmax(0, 1fr) !important; grid-template-rows: auto 1fr !important; gap: 8px 28px !important; min-height: 0 !important; padding: 24px 0 !important; border: 0 !important; border-bottom: 1px solid rgba(18, 61, 47, 0.18) !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; transform: none !important;
}

#home .content-led-workshops .workshop-tile > img,
#home .content-led-workshops .workshop-tile > .tile-illustration,
#home .content-led-workshops .workshop-tile:nth-child(even) > img,
#home .content-led-workshops .workshop-tile:nth-child(even) > .tile-illustration {
  grid-column: 1 !important; grid-row: 1 / span 2 !important; width: 150px !important; height: 104px !important; padding: 0 !important; border: 0 !important; border-radius: 4px !important; object-fit: cover !important;
}

#home .content-led-workshops .workshop-tile > .contain-tile-image {
  object-fit: contain !important; padding: 16px !important; background: #f4f7ef !important;
}

#home .content-led-workshops .workshop-tile h3,
#home .content-led-workshops .workshop-tile p,
#home .content-led-workshops .workshop-tile:nth-child(even) h3,
#home .content-led-workshops .workshop-tile:nth-child(even) p {
  grid-column: 2 !important; margin: 0 !important; max-width: 940px !important;
}

#home .home-philosophy {
  display: grid !important; grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr) !important; gap: clamp(32px, 5vw, 70px) !important; align-items: center !important; padding: clamp(48px, 6vw, 72px) clamp(24px, 6vw, 92px) !important;
}

#home .about.split-section {
  display: grid !important; grid-template-columns: minmax(0, 1fr) minmax(300px, 380px) !important; gap: clamp(32px, 5vw, 70px) !important; align-items: start !important; padding: clamp(52px, 6vw, 78px) clamp(24px, 6vw, 92px) !important;
}

#home .about.split-section > .about-story,
#home .about.split-section > .home-idea-panel {
  grid-column: auto !important; width: auto !important;
}

#home .about.split-section > .value-grid {
  grid-column: 1 / -1 !important; width: 100% !important;
}

#home #approach.approach.split-section {
  display: grid !important; grid-template-columns: minmax(0, 1fr) minmax(320px, 390px) !important; gap: clamp(32px, 5vw, 70px) !important; align-items: start !important; min-height: 0 !important; padding: clamp(52px, 6vw, 78px) clamp(24px, 6vw, 92px) !important;
}

#home #approach .approach-copy,
#home #approach .home-approach-diagram {
  grid-column: auto !important; width: auto !important; max-width: none !important; margin: 0 !important;
}

#home #approach .approach-copy {
  order: 1 !important;
}

#home #approach .home-approach-diagram {
  order: 2 !important; width: 100% !important; min-height: 0 !important; padding: 16px !important; border-radius: 4px !important; box-shadow: none !important;
}

#home .home-idea-panel article,
#home .steps div {
  min-height: 0 !important; padding: 14px 0 !important; border: 0 !important; border-bottom: 1px solid rgba(18, 61, 47, 0.18) !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important;
}

#home .founder-section,
#home .insights.split-section,
#home .contact {
  min-height: 0 !important; padding: clamp(52px, 6vw, 78px) clamp(24px, 6vw, 92px) !important;
}

#home .founder-card {
  grid-template-columns: 180px minmax(0, 1fr) !important; gap: 34px !important; padding: 0 !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important;
}

#home .insights.split-section {
  display: grid !important; grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr) !important; gap: 18px clamp(32px, 5vw, 70px) !important; align-items: start !important;
}

#home .insights.split-section > .section-title,
#home .insights.split-section > .insight-grid {
  grid-column: auto !important; width: auto !important;
}

#home .insights.split-section > .button {
  grid-column: 1 !important; justify-self: start !important;
}

@media (max-width: 920px) {
  #home .home-belief-section,
  #home .home-philosophy,
  #home .about.split-section,
  #home #approach.approach.split-section,
  #home .insights.split-section {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 760px) {
  #home .hero-content-points {
    grid-template-columns: 1fr !important;
  }

  #home .hero-content-points article {
    padding: 16px 0 !important; border-right: 0 !important; border-bottom: 1px solid rgba(18, 61, 47, 0.14) !important;
  }

  #home .home-editorial-collage {
    grid-template-columns: 1fr 1fr !important;
  }

  #home .home-editorial-collage .editorial-main-image {
    grid-column: 1 / -1 !important;
  }

  #home .founder-card {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 520px) {
  #home .content-led-workshops .workshop-tile,
  #home .content-led-workshops .workshop-tile:nth-child(even) {
    grid-template-columns: 82px minmax(0, 1fr) !important; gap: 8px 14px !important;
  }

  #home .content-led-workshops .workshop-tile > img,
  #home .content-led-workshops .workshop-tile > .tile-illustration,
  #home .content-led-workshops .workshop-tile:nth-child(even) > img,
  #home .content-led-workshops .workshop-tile:nth-child(even) > .tile-illustration {
    width: 82px !important; height: 72px !important;
  }
}

/* Final clean homepage composition: editorial, restrained and predictable. */
#home .hero {
  display: grid !important; grid-template-columns: 1fr !important; gap: 34px !important; align-items: start !important; padding: clamp(54px, 7vw, 96px) clamp(24px, 6vw, 92px) !important; background: #fffef9 !important;
}

#home .hero-copy {
  max-width: 1180px !important;
}

#home .hero-copy h1 {
  width: min(100%, 1160px) !important; max-width: 1160px !important; font-size: clamp(2.7rem, 5vw, 5.9rem) !important; line-height: 1.02 !important;
}

#home .hero-content-points {
  width: min(100%, 1120px) !important; grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 0 !important; border-block: 1px solid rgba(18, 61, 47, 0.18);
}

#home .hero-content-points article {
  min-height: 0 !important; padding: 20px 24px 20px 0 !important; border: 0 !important; border-right: 1px solid rgba(18, 61, 47, 0.14) !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important;
}

#home .hero-content-points article + article {
  padding-left: 24px !important;
}

#home .hero-content-points article:last-child {
  border-right: 0 !important;
}

#home .home-editorial-collage {
  display: grid !important; grid-template-columns: minmax(260px, 1.5fr) repeat(2, minmax(150px, 0.75fr)) !important; gap: 12px !important; width: min(100%, 900px) !important; justify-self: start !important;
}

#home .home-editorial-collage .editorial-main-image {
  grid-column: auto !important;
}

#home .home-editorial-collage img,
#home .home-editorial-collage .editorial-main-image img {
  height: 170px !important; object-fit: cover !important;
}

#home .home-editorial-collage figure {
  border: 1px solid rgba(18, 61, 47, 0.14) !important; border-radius: 4px !important;
}

#home .compact-strip {
  min-height: 0 !important; padding: 16px clamp(24px, 6vw, 92px) !important;
}

#home .home-belief-section,
#home .about.split-section,
#home #approach.approach.split-section,
#home .insights.split-section,
#home .contact {
  gap: clamp(32px, 5vw, 70px) !important; padding: clamp(52px, 6vw, 78px) clamp(24px, 6vw, 92px) !important; align-items: start !important; min-height: 0 !important;
}

#home .belief-list,
#home .value-grid,
#home .insight-grid {
  gap: 0 !important; border-top: 1px solid rgba(18, 61, 47, 0.18);
}

#home .belief-list article,
#home .value-grid article,
#home .insight-grid article {
  min-height: 0 !important; padding: 20px 0 !important; border: 0 !important; border-bottom: 1px solid rgba(18, 61, 47, 0.18) !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important;
}

#home .belief-list {
  grid-template-columns: 1fr !important;
}

#home .home-inline-visual {
  width: min(100%, 280px) !important; margin-top: 24px !important;
}

#home .home-inline-visual img {
  height: 155px !important;
}

#home .workshops {
  padding: clamp(52px, 6vw, 78px) clamp(24px, 6vw, 92px) !important; background: #fff !important;
}

#home .content-led-workshops .workshop-grid {
  width: 100% !important; max-width: none !important;
}

#home .content-led-workshops .workshop-tile,
#home .content-led-workshops .workshop-tile:nth-child(even) {
  grid-template-columns: 150px minmax(0, 1fr) !important; grid-template-rows: auto 1fr !important; gap: 8px 28px !important; padding: 24px 0 !important;
}

#home .content-led-workshops .workshop-tile > img,
#home .content-led-workshops .workshop-tile > .tile-illustration,
#home .content-led-workshops .workshop-tile:nth-child(even) > img,
#home .content-led-workshops .workshop-tile:nth-child(even) > .tile-illustration {
  grid-column: 1 !important; grid-row: 1 / span 2 !important; width: 150px !important; height: 104px !important;
}

#home .content-led-workshops .workshop-tile h3,
#home .content-led-workshops .workshop-tile p,
#home .content-led-workshops .workshop-tile:nth-child(even) h3,
#home .content-led-workshops .workshop-tile:nth-child(even) p {
  grid-column: 2 !important;
}

#home .home-philosophy {
  min-height: 0 !important; padding: clamp(48px, 6vw, 72px) clamp(24px, 6vw, 92px) !important;
}

#home .philosophy-flow {
  gap: 8px !important;
}

#home .philosophy-flow span {
  min-height: 58px !important; padding: 12px !important; border-radius: 4px !important;
}

#home .home-idea-panel article,
#home .steps div {
  min-height: 0 !important; padding: 15px 0 !important; border: 0 !important; border-bottom: 1px solid rgba(18, 61, 47, 0.18) !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important;
}

#home #approach .home-approach-diagram {
  padding: 16px !important; border-radius: 4px !important; box-shadow: none !important;
}

#home .founder-section {
  min-height: 0 !important; padding: clamp(52px, 6vw, 78px) clamp(24px, 6vw, 92px) !important;
}

#home .founder-card {
  padding: 0 !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important;
}

@media (max-width: 760px) {
  #home .hero-content-points {
    grid-template-columns: 1fr !important;
  }

  #home .hero-content-points article,
  #home .hero-content-points article + article {
    padding: 16px 0 !important; border-right: 0 !important; border-bottom: 1px solid rgba(18, 61, 47, 0.14) !important;
  }

  #home .home-editorial-collage {
    grid-template-columns: 1fr 1fr !important;
  }

  #home .home-editorial-collage .editorial-main-image {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 520px) {
  #home .content-led-workshops .workshop-tile,
  #home .content-led-workshops .workshop-tile:nth-child(even) {
    grid-template-columns: 82px minmax(0, 1fr) !important; gap: 8px 14px !important;
  }

  #home .content-led-workshops .workshop-tile > img,
  #home .content-led-workshops .workshop-tile > .tile-illustration,
  #home .content-led-workshops .workshop-tile:nth-child(even) > img,
  #home .content-led-workshops .workshop-tile:nth-child(even) > .tile-illustration {
    width: 82px !important; height: 72px !important;
  }
}

/* Content-led layout system: generous reading width with a compact visual rail. */
.content-led-page .content-hero,
.content-led-page .about-hero,
.workshop-page .page-hero,
.sdg-page .sdg-hero {
  grid-template-columns: minmax(0, 1fr) minmax(250px, 360px) !important; align-items: start !important; gap: clamp(28px, 4vw, 62px) !important; min-height: 0 !important;
}

.content-led-page .content-hero > div:first-child,
.content-led-page .about-hero > .about-intro,
.workshop-page .page-hero > div:first-child,
.sdg-page .sdg-hero-copy {
  max-width: 980px !important;
}

.content-led-page .content-hero h1,
.content-led-page .about-hero h1,
.workshop-page .page-hero h1,
.sdg-page .sdg-hero h1 {
  max-width: 980px !important; line-height: 1.04 !important;
}

.content-led-page .concept-panel,
.content-led-page .design-diagram,
.systems-page .systems-map,
.workshop-page .page-hero-image,
.sdg-page .sdg-hero-media {
  width: min(100%, 360px) !important; min-height: 0 !important; align-self: start !important; justify-self: end !important;
}

.content-led-page .content-section,
.workshop-page .page-content,
.workshop-page .process-band,
.workshop-page .page-video {
  padding-inline: clamp(24px, 6vw, 92px) !important;
}

.content-led-page .content-section > .section-title {
  position: relative; display: grid !important; grid-template-columns: minmax(0, 1fr) 210px !important; grid-template-rows: auto auto; column-gap: clamp(24px, 4vw, 58px) !important; align-items: center !important; width: 100% !important; max-width: none !important; margin-bottom: clamp(24px, 3vw, 40px) !important;
}

.content-led-page .content-section > .section-title > .eyebrow,
.content-led-page .content-section > .section-title > h2,
.content-led-page .content-section > .section-title > p:not(.eyebrow) {
  grid-column: 1 !important; width: min(100%, 1040px) !important; max-width: 1040px !important;
}

.content-led-page .content-section > .section-title::after {
  content: ""; grid-column: 2; grid-row: 1 / span 2; justify-self: end; width: min(100%, 210px); height: 82px; border: 1px solid rgba(18, 61, 47, 0.2); border-left: 5px solid var(--sun); border-radius: 8px; background-color: rgba(250, 252, 245, 0.9); box-shadow: inset 30px 0 0 rgba(18, 61, 47, 0.06), inset 62px 0 0 rgba(18, 61, 47, 0.06), inset 94px 0 0 rgba(18, 61, 47, 0.06);
}

.content-led-page .content-section > .section-title.center {
  text-align: left !important;
}

.content-led-page .content-section > .section-title.center > * {
  text-align: left !important;
}

.content-led-page .content-section > :not(.section-title) {
  width: 100% !important; max-width: none !important;
}

.content-led-page .soft-band,
.workshop-page .soft-band,
.workshop-page .process-band {
  border-block: 1px solid rgba(18, 61, 47, 0.12);
}

.final-consult,
.sdg-final-cta {
  display: grid !important; grid-template-columns: minmax(0, 1fr) minmax(230px, 300px) !important; gap: 24px 56px !important; align-items: center !important;
}

.final-consult > *,
.sdg-final-cta > * {
  grid-column: 1 !important; max-width: 1040px !important;
}

.final-consult .button,
.sdg-final-cta .button {
  grid-column: 2; grid-row: 1 / span 3; justify-self: end; align-self: center; display: grid; place-items: center; min-height: 72px; padding: 16px 24px; border-radius: 8px; background: var(--forest); color: #fff; font-family: Inter, Arial, sans-serif; font-weight: 800; text-align: center !important;
}

@media (max-width: 980px) {
  .content-led-page .content-hero,
  .content-led-page .about-hero,
  .workshop-page .page-hero,
  .sdg-page .sdg-hero,
  .final-consult,
  .sdg-final-cta {
    grid-template-columns: 1fr !important;
  }

  .content-led-page .concept-panel,
  .content-led-page .design-diagram,
  .systems-page .systems-map,
  .workshop-page .page-hero-image,
  .sdg-page .sdg-hero-media {
    justify-self: start !important;
  }

  .final-consult .button,
  .sdg-final-cta .button {
    grid-column: 1; grid-row: auto; justify-self: start;
  }
}

@media (max-width: 700px) {
  .content-led-page .content-section > .section-title {
    display: block !important;
  }

  .content-led-page .content-section > .section-title::after {
    display: none;
  }
}

/* Render sections immediately: deferred placeholders were creating visible blank bands. */
main > section {
  content-visibility: visible !important; contain-intrinsic-size: auto !important;
}

/* 2030 SDGs Game: editorial, content-first story with compact real game visuals. */
.sdg-page {
  overflow: clip;
}

.sdg-page .sdg-hero,
.sdg-page .sdg-story-split,
.sdg-page .sdg-recognition,
.sdg-page .sdg-support,
.sdg-page .sdg-game-pieces,
.sdg-page .sdg-reflection,
.sdg-page .sdg-final-cta {
  width: 100% !important; max-width: none !important; padding-inline: clamp(24px, 6vw, 92px) !important;
}

.sdg-page .sdg-hero {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px) !important; gap: clamp(26px, 4vw, 60px) !important; align-items: start !important; padding-block: clamp(54px, 7vw, 96px) !important;
}

.sdg-page .sdg-hero-copy {
  max-width: 980px !important;
}

.sdg-page .sdg-hero-copy h1 {
  max-width: 900px !important; font-size: clamp(2.65rem, 5.4vw, 6.2rem) !important;
}

.sdg-page .sdg-hero-media {
  width: min(100%, 360px) !important; grid-template-columns: 1fr !important; gap: 14px !important;
}

.sdg-page .sdg-hero-logo-panel {
  min-height: 0 !important; padding: 18px !important;
}

.sdg-page .sdg-hero-logo-main {
  width: min(100%, 148px) !important;
}

.sdg-page .sdg-hero-kit-card {
  grid-template-rows: auto auto !important;
}

.sdg-page .sdg-hero-kit-card img {
  aspect-ratio: 4 / 3; height: auto !important; object-fit: cover;
}

.sdg-page .sdg-hero-badge {
  padding: 12px 14px !important;
}

.sdg-page .sdg-story-split {
  display: grid !important; grid-template-columns: minmax(0, 1fr) minmax(220px, 300px) !important; gap: clamp(26px, 4vw, 54px) !important; align-items: start !important; padding-block: clamp(48px, 6vw, 82px) !important;
}

.sdg-page .sdg-story-split > * {
  grid-column: auto !important; width: auto !important;
}

.sdg-page .sdg-section-image {
  width: 100% !important; height: auto !important; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 8px;
}

.sdg-page .sdg-connection,
.sdg-page .sdg-official-summary {
  display: grid !important; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important; gap: clamp(28px, 5vw, 76px) !important; align-items: start !important; padding: clamp(48px, 6vw, 82px) clamp(24px, 6vw, 92px) !important;
}

.sdg-page .sdg-visual-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 18px !important; padding: 0 clamp(24px, 6vw, 92px) clamp(50px, 6vw, 84px) !important;
}

.sdg-page .sdg-visual-strip figure,
.sdg-page .sdg-piece-grid figure {
  min-height: 0 !important;
}

.sdg-page .sdg-visual-strip img {
  aspect-ratio: 16 / 10; height: auto !important; object-fit: cover;
}

.sdg-page .sdg-recognition,
.sdg-page .sdg-support,
.sdg-page .sdg-game-pieces,
.sdg-page .sdg-reflection {
  padding-block: clamp(48px, 6vw, 82px) !important;
}

.sdg-page .sdg-token-row {
  display: none !important;
}

.sdg-page .sdg-piece-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 16px !important;
}

.sdg-page .sdg-piece-grid img {
  width: min(100%, 118px) !important; height: auto !important; max-height: 118px !important; object-fit: contain !important;
}

.contact-link {
  display: none !important;
}

@media (max-width: 820px) {
  .sdg-page .sdg-hero,
  .sdg-page .sdg-story-split,
  .sdg-page .sdg-connection,
  .sdg-page .sdg-official-summary {
    grid-template-columns: 1fr !important;
  }

  .sdg-page .sdg-hero-media {
    justify-self: start !important;
  }

  .sdg-page .sdg-visual-strip,
  .sdg-page .sdg-piece-grid {
    grid-template-columns: 1fr !important;
  }

  .sdg-page .sdg-visual-strip figure {
    display: grid; grid-template-columns: 160px minmax(0, 1fr); align-items: center;
  }

  .sdg-page .sdg-visual-strip figcaption {
    padding: 16px !important;
  }
}

@media (max-width: 520px) {
  .sdg-page .sdg-visual-strip figure {
    grid-template-columns: 1fr;
  }
}

/* Editorial homepage reset: broad text, small supporting photos, no dead space. */
#home {
  background: #fffef9;
}

#home > section {
  min-height: 0 !important; padding-block: clamp(48px, 6vw, 82px) !important;
}

#home .hero {
  display: grid !important; grid-template-columns: minmax(0, 1.45fr) minmax(340px, 0.55fr) !important; gap: clamp(34px, 5vw, 72px) !important; align-items: center !important; padding-inline: clamp(24px, 6vw, 92px) !important;
}

#home .hero-copy {
  width: 100% !important; max-width: 1040px !important;
}

#home .hero-copy h1 {
  max-width: 1040px !important; font-size: clamp(2.8rem, 5.5vw, 6.5rem) !important; line-height: 1.01 !important;
}

#home .home-editorial-collage {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; width: min(100%, 420px); justify-self: end; align-self: center;
}

#home .home-editorial-collage figure {
  min-width: 0; margin: 0; overflow: hidden; border-radius: 6px; background: #f4f7ef;
}

#home .home-editorial-collage .editorial-main-image {
  grid-column: 1 / -1;
}

#home .home-editorial-collage img {
  display: block; width: 100%; height: 112px; object-fit: cover;
}

#home .home-editorial-collage .editorial-main-image img {
  height: 220px;
}

#home .home-editorial-collage figcaption {
  padding: 8px 10px; color: var(--forest); font-size: 0.78rem; font-weight: 800;
}

#home .compact-strip {
  padding: 18px clamp(24px, 6vw, 92px) !important;
}

#home .home-belief-section {
  display: grid !important; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important; gap: clamp(34px, 5vw, 76px) !important; align-items: start !important; padding-inline: clamp(24px, 6vw, 92px) !important;
}

#home .home-belief-copy,
#home .home-belief-answer {
  width: auto !important; max-width: none !important;
}

#home .home-inline-visual {
  width: min(100%, 300px); margin: 24px 0 0; overflow: hidden; border-radius: 6px;
}

#home .home-inline-visual img {
  display: block; width: 100%; height: 168px; object-fit: cover;
}

#home .workshops {
  padding-inline: clamp(24px, 6vw, 92px) !important;
}

#home .workshops .section-title {
  width: min(100%, 1120px) !important; margin: 0 0 clamp(30px, 4vw, 52px) !important; text-align: left !important;
}

#home .content-led-workshops .workshop-grid {
  display: grid !important; grid-template-columns: 1fr !important; gap: 0 !important; border-top: 1px solid rgba(18, 61, 47, 0.18);
}

#home .content-led-workshops .workshop-tile {
  display: grid !important; grid-template-columns: 170px minmax(0, 1fr) !important; grid-template-rows: auto 1fr !important; gap: 10px 30px !important; min-height: 0 !important; padding: 28px 0 !important; border: 0 !important; border-bottom: 1px solid rgba(18, 61, 47, 0.18) !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; transform: none !important;
}

#home .content-led-workshops .workshop-tile:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) 170px !important;
}

#home .content-led-workshops .workshop-tile > img,
#home .content-led-workshops .workshop-tile > .tile-illustration {
  grid-column: 1; grid-row: 1 / span 2; width: 170px !important; height: 118px !important; align-self: start; padding: 0 !important; border: 0 !important; border-radius: 6px !important; object-fit: cover;
}

#home .content-led-workshops .workshop-tile:nth-child(even) > img,
#home .content-led-workshops .workshop-tile:nth-child(even) > .tile-illustration {
  grid-column: 2;
}

#home .content-led-workshops .workshop-tile > .contain-tile-image {
  object-fit: contain !important; padding: 18px !important; background: #f4f7ef !important;
}

#home .content-led-workshops .workshop-tile h3,
#home .content-led-workshops .workshop-tile p {
  grid-column: 2; margin: 0 !important; max-width: 900px;
}

#home .content-led-workshops .workshop-tile:nth-child(even) h3,
#home .content-led-workshops .workshop-tile:nth-child(even) p {
  grid-column: 1;
}

#home .content-led-workshops .workshop-tile h3 {
  font-size: clamp(1.45rem, 2vw, 2.15rem) !important;
}

#home .content-led-workshops .workshop-tile p {
  font-size: clamp(1rem, 1.2vw, 1.18rem) !important; line-height: 1.6 !important;
}

#home .home-philosophy {
  display: grid !important; grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr) !important; gap: clamp(34px, 5vw, 72px) !important; align-items: center !important; padding-inline: clamp(24px, 6vw, 92px) !important;
}

#home .about.split-section {
  display: grid !important; grid-template-columns: minmax(0, 1fr) minmax(300px, 380px) !important; gap: clamp(34px, 5vw, 72px) !important; align-items: start !important; padding-inline: clamp(24px, 6vw, 92px) !important;
}

#home .about.split-section > .about-story,
#home .about.split-section > .home-idea-panel {
  grid-column: auto !important; width: auto !important;
}

#home .about.split-section > .value-grid {
  grid-column: 1 / -1 !important; width: 100% !important;
}

#home #approach.approach.split-section {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 390px) !important; gap: clamp(34px, 5vw, 72px) !important; padding-inline: clamp(24px, 6vw, 92px) !important;
}

#home #approach .approach-copy {
  order: 1 !important;
}

#home #approach .home-approach-diagram {
  order: 2 !important; width: 100% !important;
}

#home .founder-section,
#home .insights.split-section,
#home .contact {
  padding-inline: clamp(24px, 6vw, 92px) !important;
}

#home .insights.split-section {
  display: grid !important; grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr) !important; gap: 20px clamp(34px, 5vw, 72px) !important; align-items: start !important;
}

#home .insights.split-section > .section-title,
#home .insights.split-section > .insight-grid {
  grid-column: auto !important; width: auto !important;
}

#home .insights.split-section > .button {
  grid-column: 1 !important; justify-self: start;
}

@media (max-width: 920px) {
  #home .hero,
  #home .home-belief-section,
  #home .home-philosophy,
  #home .about.split-section,
  #home #approach.approach.split-section,
  #home .insights.split-section {
    grid-template-columns: 1fr !important;
  }

  #home .home-editorial-collage {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  #home .content-led-workshops .workshop-tile,
  #home .content-led-workshops .workshop-tile:nth-child(even) {
    grid-template-columns: 96px minmax(0, 1fr) !important; gap: 8px 16px !important; padding: 22px 0 !important;
  }

  #home .content-led-workshops .workshop-tile > img,
  #home .content-led-workshops .workshop-tile > .tile-illustration,
  #home .content-led-workshops .workshop-tile:nth-child(even) > img,
  #home .content-led-workshops .workshop-tile:nth-child(even) > .tile-illustration {
    grid-column: 1 !important; width: 96px !important; height: 82px !important;
  }

  #home .content-led-workshops .workshop-tile h3,
  #home .content-led-workshops .workshop-tile p,
  #home .content-led-workshops .workshop-tile:nth-child(even) h3,
  #home .content-led-workshops .workshop-tile:nth-child(even) p {
    grid-column: 2 !important;
  }

  #home .home-editorial-collage .editorial-main-image img {
    height: 180px;
  }
}

/* Homepage visual system: compact diagrams and thumbnails replace empty columns. */
#home > section {
  min-height: 0 !important;
}

#home .hero {
  display: grid !important; grid-template-columns: minmax(0, 1.35fr) minmax(380px, 0.65fr) !important; gap: clamp(34px, 5vw, 76px) !important; align-items: start !important; padding: clamp(52px, 7vw, 100px) clamp(24px, 6vw, 92px) !important;
}

#home .hero-copy {
  max-width: 980px !important;
}

#home .home-concept-board {
  position: relative !important; display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px !important; width: min(100%, 480px) !important; min-height: 0 !important; padding: 14px !important; justify-self: end !important; overflow: visible !important;
}

#home .home-concept-board::before,
#home .home-concept-board::after {
  display: none !important;
}

#home .board-core,
#home .board-node,
#home .board-sdg-mark {
  position: static !important; width: auto !important; height: auto !important; transform: none !important;
}

#home .board-core {
  grid-column: 1 / -1; min-height: 108px !important; padding: 18px !important;
}

#home .board-node {
  min-height: 108px !important; padding: 12px !important;
}

#home .board-node .line-icon {
  width: 32px !important; height: 32px !important; margin-bottom: 4px !important;
}

#home .board-sdg-mark {
  display: none !important;
}

#home .board-photo-strip {
  grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px;
}

#home .board-photo-strip figure {
  min-width: 0; margin: 0; overflow: hidden; border: 1px solid rgba(18, 61, 47, 0.14); border-radius: 6px; background: #fff;
}

#home .board-photo-strip img {
  display: block; width: 100%; height: 72px; object-fit: cover;
}

#home .board-photo-strip figcaption {
  padding: 7px 8px; color: var(--forest); font-size: 0.76rem; font-weight: 800; text-align: center;
}

#home .home-belief-section {
  display: grid !important; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important; gap: clamp(30px, 5vw, 76px) !important; align-items: start !important; padding: clamp(52px, 6vw, 88px) clamp(24px, 6vw, 92px) !important;
}

#home .workshops {
  padding: clamp(52px, 6vw, 88px) clamp(24px, 6vw, 92px) !important;
}

#home .content-led-workshops .workshop-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 16px !important;
}

#home .content-led-workshops .workshop-tile {
  display: grid !important; grid-template-columns: 118px minmax(0, 1fr) !important; grid-template-rows: auto 1fr !important; column-gap: 18px !important; min-height: 190px !important; padding: 16px !important; align-items: start !important;
}

#home .content-led-workshops .workshop-tile > img,
#home .content-led-workshops .workshop-tile > .tile-illustration {
  grid-column: 1; grid-row: 1 / span 2; width: 118px !important; height: 104px !important; padding: 0 !important; align-self: start; border: 0 !important; border-radius: 6px; object-fit: cover;
}

#home .content-led-workshops .workshop-tile > .contain-tile-image {
  object-fit: contain !important; padding: 14px !important;
}

#home .content-led-workshops .workshop-tile h3,
#home .content-led-workshops .workshop-tile p {
  grid-column: 2; margin: 0 !important;
}

#home .content-led-workshops .workshop-tile h3 {
  margin-bottom: 10px !important;
}

#home .home-philosophy {
  display: grid !important; grid-template-columns: minmax(0, 1fr) minmax(380px, 0.8fr) !important; gap: clamp(28px, 5vw, 68px) !important; align-items: center !important; padding: clamp(48px, 6vw, 78px) clamp(24px, 6vw, 92px) !important;
}

#home .about.split-section {
  display: grid !important; grid-template-columns: minmax(0, 1fr) minmax(320px, 390px) !important; gap: clamp(28px, 5vw, 68px) !important; align-items: start !important; padding: clamp(52px, 6vw, 88px) clamp(24px, 6vw, 92px) !important;
}

#home .about.split-section > .about-story,
#home .about.split-section > .home-idea-panel {
  grid-column: auto !important; width: auto !important;
}

#home .about.split-section > .value-grid {
  grid-column: 1 / -1 !important; width: 100% !important;
}

#home .founder-section,
#home .insights.split-section,
#home .contact {
  padding: clamp(52px, 6vw, 88px) clamp(24px, 6vw, 92px) !important;
}

#home .founder-card {
  grid-template-columns: 180px minmax(0, 1fr) !important; gap: clamp(28px, 4vw, 56px) !important; align-items: center !important;
}

#home .insights.split-section {
  display: grid !important; grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr) !important; gap: 18px clamp(32px, 5vw, 72px) !important; align-items: start !important;
}

#home .insights.split-section > .section-title,
#home .insights.split-section > .insight-grid {
  grid-column: auto !important; width: auto !important;
}

#home .insights.split-section > .button {
  grid-column: 1 !important; justify-self: start;
}

@media (max-width: 980px) {
  #home .hero,
  #home .home-belief-section,
  #home .home-philosophy,
  #home .about.split-section,
  #home .insights.split-section {
    grid-template-columns: 1fr !important;
  }

  #home .home-concept-board {
    justify-self: start !important;
  }

  #home .insights.split-section > .button {
    grid-column: 1 !important;
  }
}

@media (max-width: 760px) {
  #home .content-led-workshops .workshop-grid {
    grid-template-columns: 1fr !important;
  }

  #home .founder-card {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 520px) {
  #home .home-concept-board,
  #home .board-photo-strip {
    grid-template-columns: 1fr !important;
  }

  #home .board-core,
  #home .board-photo-strip {
    grid-column: 1 !important;
  }

  #home .content-led-workshops .workshop-tile {
    grid-template-columns: 88px minmax(0, 1fr) !important; min-height: 0 !important;
  }

  #home .content-led-workshops .workshop-tile > img,
  #home .content-led-workshops .workshop-tile > .tile-illustration {
    width: 88px !important; height: 82px !important;
  }
}

@media (max-width: 780px) {
  .brand span {
    max-width: min(48vw, 190px); line-height: 1.1;
  }

  .brand img,
  .footer-brand img {
    width: 56px; height: 56px;
  }

  .hero {
    padding-top: 26px;
  }

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

  .board-core,
  .board-sdg-mark {
    grid-column: 1 / -1;
  }

  .board-node {
    width: auto; min-height: 132px;
  }

  .board-node .line-icon {
    width: 34px; height: 34px;
  }

  .hero-video {
    border-width: 6px;
  }

  .hero-video-cards {
    position: static; width: 100%; grid-template-columns: 1fr; padding: 10px; background: #fff;
  }

  .hero-video-cards article {
    align-items: center;
  }

  .hero-video-cards img {
    flex-basis: 92px; width: 92px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .site-assistant {
    right: 12px; bottom: 12px; left: 12px;
  }

  .assistant-toggle {
    justify-self: end; min-height: 46px; padding-right: 14px;
  }

  .assistant-panel {
    width: 100%; max-height: min(360px, calc(100vh - 112px));
  }

  .assistant-messages {
    max-height: min(135px, 23vh);
  }

  .sdg-hero {
    gap: 22px; padding-block: 24px 30px;
  }

  .sdg-hero-copy h1 {
    font-size: clamp(2.25rem, 11vw, 3.7rem);
  }

  .sdg-hero-copy h2 {
    font-size: clamp(1.45rem, 6vw, 2rem);
  }

  .sdg-opening-lines {
    max-width: none;
  }

  .sdg-hero-media {
    align-self: auto; grid-template-columns: 1fr;
  }

  .sdg-hero-main {
    height: clamp(360px, 82vw, 520px); min-height: 0;
  }

  .sdg-hero-collage {
    inset: 12px;
  }

  .sdg-collage-card.is-wide {
    right: 8px; bottom: 106px; width: min(54%, 260px); height: clamp(96px, 24vw, 138px); border-width: 5px;
  }

  .sdg-collage-card.is-square {
    left: 10px; top: 10px; width: clamp(70px, 18vw, 92px); height: clamp(70px, 18vw, 92px); border-width: 5px;
  }

  .sdg-collage-card.is-tall {
    left: 22px; bottom: 118px; width: clamp(70px, 17vw, 92px); height: clamp(96px, 25vw, 130px); border-width: 5px;
  }

  .sdg-hero-badge {
    padding: 10px;
  }

  .sdg-hero-badge img {
    width: 48px; height: 48px;
  }

  .contact-panel-action {
    align-self: stretch;
  }

  .hero-copy,
  .page-hero > div,
  .contact-panel,
  .contact-form {
    min-width: 0;
  }

  .compact-strip,
  .copy-grid,
  .workshop-cards,
  .workshop-grid,
  .content-led-workshops .workshop-grid,
  .directory-row,
  .process-band,
  .method-card-grid,
  .service-card-grid,
  .topic-grid,
  .process-timeline,
  .icon-card-grid,
  .who-grid,
  .philosophy-grid,
  .feature-card-grid,
  .audience-card-grid,
  .about-exist-grid,
  .insight-topic-grid,
  .insight-resource-grid {
    grid-template-columns: 1fr;
  }

  .philosophy-flow {
    grid-template-columns: 1fr;
  }

  .belief-list {
    grid-template-columns: 1fr;
  }

  .philosophy-flow span {
    min-height: 64px;
  }

  .workshop-tile img {
    height: 218px;
  }

  .tile-icon {
    top: 185px;
  }

  .video-showcase {
    padding-block: 28px;
  }

  .video-showcase video {
    border-width: 6px;
  }

  .directory-row {
    padding: 14px;
  }

  .directory-row img {
    width: 100%; height: 180px;
  }

  .directory-row em {
    justify-self: start;
  }

  .compact-strip {
    padding-bottom: 18px;
  }

  .compact-strip span {
    min-height: 54px; width: 100%; white-space: normal; text-align: center;
  }

  .steps div {
    grid-template-columns: 1fr; gap: 4px;
  }

  .floating-card {
    position: static; width: 100%; animation: none;
  }

  .card-a {
    top: auto; bottom: auto; left: auto;
  }

  .card-b {
    right: auto; bottom: auto;
  }

  .card-c {
    left: auto; bottom: auto;
  }

  .site-footer {
    align-items: flex-start; flex-direction: column;
  }
}

@media (max-width: 460px) {
  .site-header {
    min-height: 68px; top: 6px; width: calc(100% - 12px); border-radius: 15px;
  }

  .brand {
    gap: 8px;
  }

  .brand img,
  .footer-brand img {
    width: 48px; height: 42px;
  }

  h1 {
    font-size: clamp(1.92rem, 11vw, 2.6rem);
  }

  h2 {
    font-size: clamp(1.75rem, 9vw, 2.25rem);
  }

  .eyebrow {
    font-size: 0.86rem; line-height: 1.25;
  }

  .hero,
  .page-hero,
  .page-content,
  .page-video,
  .game-gallery,
  .sdg-official-summary,
  .language-band,
  .process-band,
  .contact {
    padding-inline: 14px;
  }

  .sdg-stat-grid {
    grid-template-columns: 1fr;
  }

  .sdg-page .sdg-stat-grid,
  .sdg-audience-grid {
    grid-template-columns: 1fr;
  }

  .sdg-piece-grid {
    grid-template-columns: 1fr;
  }

  .sdg-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sdg-token-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sdg-hero-copy .button,
  .sdg-final-cta .button {
    width: 100%;
  }

  .sdg-hero-main {
    height: 330px; min-height: 0;
  }

  .sdg-collage-card.is-wide {
    width: 58%; height: 92px; bottom: 94px;
  }

  .sdg-collage-card.is-tall {
    display: none;
  }

  .sdg-hero-badge strong {
    font-size: 0.92rem;
  }

  .sdg-hero-badge span {
    font-size: 0.78rem;
  }

  .hero-showcase {
    min-height: auto;
  }

  .hero-film-frame {
    height: 300px; border-width: 7px;
  }

  .hero-clip {
    width: 100%;
  }

  .hero-video-cards article {
    gap: 8px;
  }

  .hero-video-cards img {
    flex-basis: 76px; width: 76px;
  }

  .site-nav {
    left: 0; right: 0;
  }

  .nav-menu {
    margin-left: 0;
  }

  .assistant-toggle span:last-child {
    display: none;
  }

  .assistant-toggle {
    padding: 8px;
  }

  .assistant-form {
    grid-template-columns: 1fr; padding-top: 10px;
  }

  .assistant-form button {
    min-height: 40px;
  }
}

/* Content-king direction: keep imagery supportive and make reading hierarchy stronger. */
h1 {
  font-size: clamp(2.45rem, 5.2vw, 5.65rem);
}

h2 {
  font-size: clamp(2.05rem, 3.85vw, 4.15rem);
}

h3 {
  font-size: clamp(1.28rem, 1.75vw, 1.8rem);
}

p,
li,
label,
input,
select,
textarea {
  font-size: clamp(1.1rem, 1.28vw, 1.26rem); line-height: 1.68;
}

.workshop-tile p,
.belief-list p,
.value-grid p,
.home-idea-panel small,
.insight-grid p,
.method-card p,
.topic-grid p,
.feature-card-grid p,
.about-exist-grid p,
.founder-story-card p,
.sdg-audience-grid p,
.sdg-skill-cloud span {
  font-size: clamp(1.08rem, 1.24vw, 1.22rem);
}

.hero-copy p,
.home-belief-answer > p,
.about-story p,
.approach-copy p,
.contact-panel p,
.content-hero p:not(.eyebrow),
.content-section p,
.collab-callout p,
.final-consult p,
.sdg-hero-copy > p:not(.eyebrow),
.sdg-story-block p,
.sdg-connection p,
.sdg-support p,
.sdg-reflection p,
.page-hero p:not(.eyebrow),
.page-video p {
  font-size: clamp(1.12rem, 1.42vw, 1.34rem); line-height: 1.72;
}

.section-title h2,
.home-belief-copy h2,
.content-hero h1,
.sdg-hero-copy h1,
.about-hero h1,
.page-hero h1 {
  letter-spacing: 0;
}

.content-led-workshops .workshop-tile img,
.content-led-workshops .tile-illustration,
.workshop-tile img,
.tile-illustration {
  height: clamp(86px, 8vw, 118px);
}

.workshop-tile img.contain-tile-image,
.workshop-tile img.full-logo-tile {
  padding: clamp(14px, 2vw, 24px);
}

.approach.split-section {
  grid-template-columns: minmax(0, 1.24fr) minmax(220px, 0.56fr);
}

.approach-image {
  max-width: 360px; justify-self: center; align-self: center;
}

.approach-image img {
  height: clamp(160px, 20vw, 245px);
}

.page-hero {
  grid-template-columns: minmax(0, 1.2fr) minmax(190px, 0.48fr);
}

.page-hero-image {
  min-height: 0; height: clamp(140px, 20vw, 240px); max-width: 320px; justify-self: center;
}

.section-image img,
.about-media img,
.contact-photo img,
.game-gallery img,
.page-video > img,
.page-video img {
  max-height: 240px;
}

.founder-card {
  grid-template-columns: minmax(170px, 0.3fr) minmax(0, 1fr);
}

.founder-portrait,
.founder-identity {
  min-height: clamp(180px, 22vw, 260px);
}

.founder-portrait img {
  height: clamp(180px, 22vw, 260px);
}

.founder-profile-grid {
  grid-template-columns: minmax(190px, 0.32fr) minmax(0, 0.68fr);
}

.founder-photo-panel .founder-portrait {
  height: clamp(220px, 28vw, 340px);
}

.sdg-hero {
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
}

.sdg-hero-media {
  grid-template-columns: minmax(120px, 0.72fr) minmax(0, 1fr); align-self: center; max-width: 560px; justify-self: center;
}

.sdg-hero-logo-panel,
.sdg-hero-kit-card img {
  min-height: clamp(170px, 24vw, 300px);
}

.sdg-hero-logo-main {
  width: min(100%, 210px); min-width: 0;
}

.sdg-hero-kit-card figcaption,
.sdg-hero-badge span {
  font-size: 0.9rem;
}

.sdg-story-split > img,
.sdg-section-image,
.sdg-reflection img {
  min-height: 0; height: clamp(150px, 18vw, 230px); max-width: 360px; justify-self: center;
}

.sdg-visual-strip img {
  height: clamp(130px, 15vw, 190px);
}

.sdg-visual-strip figure {
  max-width: 390px;
}

.sdg-gallery-feature img {
  height: clamp(210px, 26vw, 320px);
}

.game-gallery figure,
.sdg-gallery-feature,
.sdg-gallery-grid figure,
.page-video > img,
.page-video img {
  max-width: 420px;
}

.sdg-gallery-grid img {
  height: 104px;
}

.sdg-gallery-grid .is-card img {
  height: 130px;
}

.sdg-token-row img {
  height: clamp(56px, 6vw, 82px);
}

.sdg-piece-grid img {
  height: 108px;
}

.sdg-reflection-visual {
  min-height: 0; padding: 22px;
}

.sdg-reflection-visual img {
  width: min(56%, 190px);
}

@media (max-width: 1180px) {
  .approach.split-section,
  .page-hero,
  .sdg-hero,
  .founder-card,
  .founder-profile-grid {
    grid-template-columns: 1fr;
  }

  .approach-image {
    width: min(100%, 360px); justify-self: start;
  }
}

@media (max-width: 780px) {
  h1 {
    font-size: clamp(2.18rem, 12vw, 3.35rem);
  }

  h2 {
    font-size: clamp(1.95rem, 10vw, 2.75rem);
  }

  .content-led-workshops .workshop-tile img,
  .content-led-workshops .tile-illustration,
  .workshop-tile img,
  .tile-illustration {
    height: 92px;
  }

  .sdg-hero-media {
    grid-template-columns: 1fr;
  }

  .sdg-hero-logo-panel,
  .sdg-hero-kit-card img {
    min-height: 150px;
  }

  .sdg-hero-logo-main {
    width: min(100%, 160px);
  }
}

/* Homepage hero: content first, visual second. */
.hero {
  grid-template-columns: minmax(0, 1.42fr) minmax(280px, 0.58fr); align-items: center;
}

.hero-copy {
  max-width: 980px;
}

.hero-copy h1 {
  max-width: 980px; font-size: clamp(2.65rem, 4.35vw, 4.95rem); line-height: 1.02;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 850px; font-size: clamp(1.18rem, 1.55vw, 1.44rem);
}

.hero-content-points {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; max-width: 940px; margin: 22px 0 26px;
}

.hero-content-points article {
  min-width: 0; padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255, 255, 255, 0.9); box-shadow: var(--soft-shadow);
}

.hero-content-points b,
.hero-content-points span {
  display: block;
}

.hero-content-points b {
  color: var(--forest); font-size: clamp(1rem, 1.1vw, 1.12rem); font-weight: 950; line-height: 1.16;
}

.hero-content-points span {
  margin-top: 8px; color: var(--muted); font-size: clamp(0.92rem, 1vw, 1.02rem); font-weight: 700; line-height: 1.42;
}

.home-concept-board {
  width: min(100%, 440px); min-height: clamp(330px, 34vw, 430px); justify-self: center;
}

.board-core {
  width: clamp(190px, 21vw, 265px); min-height: clamp(116px, 12vw, 150px); padding: clamp(18px, 2vw, 26px);
}

.board-core strong {
  font-size: clamp(1.05rem, 1.25vw, 1.34rem);
}

.board-node {
  width: clamp(118px, 10vw, 150px); min-height: 0; padding: 14px;
}

.board-node .line-icon {
  width: 30px; height: 30px; margin-bottom: 5px;
}

.board-node b {
  font-size: 0.95rem;
}

.board-node small {
  font-size: 0.82rem;
}

.node-one {
  left: 7%; top: 10%;
}

.node-two {
  right: 5%; top: 14%;
}

.node-three {
  left: 6%; bottom: 10%;
}

.node-four {
  right: 6%; bottom: 9%;
}

.board-sdg-mark {
  width: 66px; height: 66px; bottom: 4%;
}

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

  .home-concept-board {
    width: min(100%, 520px); justify-self: start;
  }
}

@media (max-width: 780px) {
  .hero-copy h1 {
    font-size: clamp(2.45rem, 12vw, 3.65rem); line-height: 1;
  }

  .hero-content-points {
    grid-template-columns: 1fr;
  }

  .home-concept-board {
    min-height: auto;
  }
}

/* Normal centered navigation. */
.site-header {
  top: 0; display: flex; justify-content: center; width: 100%; min-height: 76px; margin: 0; padding: 8px clamp(22px, 4vw, 64px); border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: rgba(255, 255, 255, 0.96); box-shadow: none; backdrop-filter: blur(14px);
}

.brand {
  position: absolute; left: clamp(22px, 4vw, 64px); top: 50%; transform: translateY(-50%); padding: 0; border-radius: 0;
}

.brand img {
  width: 58px; height: 52px;
}

.brand span {
  font-size: clamp(1rem, 1.1vw, 1.15rem);
}

.site-nav {
  justify-content: center; width: auto; max-width: none; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; gap: clamp(10px, 1.3vw, 24px); font-size: clamp(1rem, 1.08vw, 1.14rem);
}

.site-nav a,
.nav-parent {
  min-height: 42px; padding: 8px 4px; border: 0; border-radius: 0; background: transparent; color: #33413b; font-size: inherit; font-weight: 900;
}

.site-nav a:not(.nav-cta):hover,
.nav-parent:hover {
  background: transparent; border-color: transparent; color: var(--forest); transform: none;
}

.nav-cta {
  min-height: 42px; margin-left: clamp(8px, 1vw, 16px); padding: 11px 20px !important; border-radius: 999px !important; font-size: clamp(1rem, 1.08vw, 1.12rem);
}

.nav-menu {
  top: calc(100% + 12px);
}

@media (max-width: 1180px) {
  .site-header {
    top: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; width: 100%; min-height: 70px; padding: 8px 16px;
  }

  .nav-toggle {
    justify-self: end;
  }

  .brand {
    position: static; transform: none;
  }

  .site-nav {
    top: 100%; right: 0; left: 0; max-width: none; border-radius: 0; border-right: 0; border-left: 0;
  }

  .site-nav a,
  .nav-parent {
    padding: 12px 14px; border-radius: 8px;
  }
}

/* Final brand-led pass: content dominates, visuals stay compact, palette follows the logo. */
body {
  color: var(--forest); background: linear-gradient(90deg, rgba(85, 123, 78, 0.045) 1px, transparent 1px), linear-gradient(0deg, rgba(85, 123, 78, 0.045) 1px, transparent 1px), var(--paper); background-size: 36px 36px;
}

main {
  color: var(--forest);
}

h1,
h2,
h3,
h4,
.section-title h2,
.content-hero h1,
.page-hero h1,
.sdg-hero-copy h1,
.home-belief-copy h2 {
  color: var(--forest);
}

p,
li,
blockquote,
.lead,
.content-section p,
.page-hero p:not(.eyebrow),
.sdg-story-block p,
.sdg-connection p,
.sdg-support p,
.sdg-reflection p {
  color: #4f5d57; font-size: clamp(1.13rem, 1.36vw, 1.32rem); line-height: 1.76;
}

.eyebrow,
.brand span,
.board-core span,
.sdg-final-cta .eyebrow,
.final-consult .eyebrow {
  color: var(--sun);
}

.site-header {
  min-height: 82px; padding-inline: clamp(28px, 5vw, 78px); background: rgba(255, 255, 255, 0.985); border-bottom: 2px solid rgba(245, 173, 49, 0.28);
}

.brand img {
  width: 62px; height: 56px;
}

.brand span {
  font-size: clamp(1.1rem, 1.22vw, 1.3rem);
}

.site-nav {
  gap: clamp(22px, 2.8vw, 46px); font-size: clamp(1.08rem, 1.18vw, 1.24rem);
}

.site-nav a,
.nav-parent {
  padding-inline: 0; color: var(--forest);
}

.nav-cta {
  margin-left: clamp(12px, 1.4vw, 24px); padding: 12px 24px !important; background: var(--forest) !important; color: #fff !important; box-shadow: none;
}

.nav-menu {
  border-top: 4px solid var(--sun);
}

.button.primary,
.contact-panel,
.home-philosophy,
.sdg-final-cta,
.final-consult {
  background: var(--forest);
}

.button.secondary,
.workshop-tile,
.value-grid article,
.belief-list article,
.method-card,
.topic-grid article,
.feature-card-grid article,
.sdg-audience-grid article,
.insight-grid article {
  border-color: rgba(85, 123, 78, 0.22);
}

.line-icon,
.belief-list .line-icon,
.lens-header .line-icon {
  color: var(--leaf);
}

.hero,
.home-belief-section,
.workshops,
.about,
.approach,
.founder-section,
.insights,
.content-section,
.sdg-purpose,
.sdg-support,
.sdg-game-pieces,
.sdg-reflection {
  background-color: rgba(255, 255, 255, 0.86);
}

.content-led-workshops .workshop-tile img,
.content-led-workshops .tile-illustration,
.workshop-tile img,
.tile-illustration {
  height: clamp(76px, 6.2vw, 98px) !important;
}

.workshop-tile img.contain-tile-image,
.workshop-tile img.full-logo-tile {
  padding: clamp(10px, 1.5vw, 18px) !important;
}

.approach-image,
.page-hero-image,
.section-image,
.contact-photo,
.about-media,
.game-gallery figure,
.game-feature-card img,
.page-video > img,
.page-video img,
.sdg-section-image,
.sdg-visual-strip figure,
.sdg-gallery-feature,
.sdg-gallery-grid figure,
.sdg-reflection-visual {
  max-width: 300px !important; justify-self: center;
}

.approach-image img,
.page-hero-image,
.section-image img,
.contact-photo img,
.about-media img,
.game-gallery img,
.game-feature-card img,
.page-video > img,
.page-video img,
.sdg-story-split > img,
.sdg-section-image,
.sdg-reflection img {
  height: clamp(120px, 14vw, 190px) !important; min-height: 0 !important; object-fit: cover;
}

.sdg-hero-media {
  max-width: 430px !important;
}

.sdg-hero-logo-panel,
.sdg-hero-kit-card img {
  min-height: 130px !important;
}

.sdg-hero-logo-main {
  width: min(100%, 128px) !important;
}

.sdg-hero-kit-card img {
  height: 150px !important;
}

.sdg-visual-strip {
  justify-items: center;
}

.sdg-visual-strip img {
  height: 128px !important;
}

.sdg-token-row img {
  height: 58px !important;
}

.sdg-piece-grid img,
.sdg-gallery-grid img {
  height: 86px !important;
}

.founder-portrait,
.founder-identity,
.founder-photo-panel .founder-portrait {
  height: clamp(160px, 18vw, 240px) !important; min-height: clamp(160px, 18vw, 240px) !important;
}

.founder-identity span {
  width: clamp(82px, 8vw, 112px); height: clamp(82px, 8vw, 112px); font-size: clamp(2rem, 3.4vw, 3rem);
}

@media (max-width: 1180px) {
  .site-header {
    min-height: 74px; padding-inline: 16px;
  }

  .site-nav {
    gap: 8px; font-size: 1.05rem;
  }

  .brand img {
    width: 56px; height: 50px;
  }
}

@media (max-width: 780px) {
  p, li, blockquote {
    font-size: clamp(1.06rem, 4.5vw, 1.18rem);
  }

  .site-nav {
    font-size: 1rem;
  }

  .approach-image,
  .page-hero-image,
  .section-image,
  .contact-photo,
  .about-media,
  .sdg-section-image,
  .sdg-visual-strip figure {
    max-width: 100% !important;
  }
}

/* Fix overlap and make methodology photos small corner accents. */
.site-header {
  display: grid; grid-template-columns: minmax(260px, 340px) minmax(0, 1fr); align-items: center; justify-content: stretch; column-gap: clamp(18px, 2vw, 34px);
}

.brand {
  position: static; transform: none; justify-self: start;
}

.site-nav {
  justify-self: center; max-width: 100%; gap: clamp(18px, 2vw, 34px);
}

.workshops.content-led-workshops {
  background: rgba(255, 255, 255, 0.92);
}

.content-led-workshops .workshop-tile,
.workshop-tile {
  position: relative; display: block; min-height: clamp(330px, 28vw, 440px); padding: clamp(28px, 3vw, 42px); padding-top: clamp(32px, 3.5vw, 46px); overflow: hidden;
}

.content-led-workshops .workshop-tile img,
.workshop-tile img,
.content-led-workshops .tile-illustration,
.tile-illustration {
  position: absolute; top: 18px; right: 18px; width: clamp(62px, 5.6vw, 86px) !important; height: clamp(62px, 5.6vw, 86px) !important; border: 1px solid rgba(85, 123, 78, 0.22); border-radius: 8px; background: var(--mist); object-fit: cover; box-shadow: none;
}

.workshop-tile img.contain-tile-image,
.workshop-tile img.full-logo-tile {
  object-fit: contain; padding: 10px !important;
}

.content-led-workshops .tile-illustration {
  display: grid; grid-template-columns: repeat(3, 1fr); align-items: end; gap: 6px; padding: 10px;
}

.workshop-tile h3 {
  max-width: calc(100% - 96px); margin-top: 0; margin-bottom: 22px; font-size: clamp(1.45rem, 1.8vw, 2rem); line-height: 1.12;
}

.workshop-tile p {
  max-width: 34ch; font-size: clamp(1.14rem, 1.45vw, 1.38rem); line-height: 1.58;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .site-nav {
    justify-self: stretch;
  }
}

@media (max-width: 780px) {
  .content-led-workshops .workshop-tile,
  .workshop-tile {
    min-height: auto; padding: 24px; padding-top: 92px;
  }

  .workshop-tile h3 {
    max-width: none;
  }

  .workshop-tile p {
    max-width: none;
  }
}

/* Editorial card pass: content first, tiny supporting visuals. */
.content-led-workshops .workshop-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: clamp(24px, 3vw, 36px) !important;
}

.content-led-workshops .workshop-tile,
.workshop-tile {
  min-height: clamp(300px, 21vw, 370px); padding: clamp(32px, 3.4vw, 52px); padding-right: clamp(128px, 12vw, 168px);
}

.content-led-workshops .workshop-tile img,
.workshop-tile img,
.content-led-workshops .tile-illustration,
.tile-illustration {
  top: clamp(24px, 2.5vw, 34px); right: clamp(24px, 2.5vw, 34px); width: clamp(74px, 6vw, 104px) !important; height: clamp(74px, 6vw, 104px) !important;
}

.workshop-tile h3 {
  max-width: 100%; font-size: clamp(1.65rem, 2vw, 2.35rem); line-height: 1.08;
}

.workshop-tile p {
  max-width: 42ch; font-size: clamp(1.18rem, 1.35vw, 1.46rem); line-height: 1.58;
}

@media (min-width: 1181px) {
  .site-header {
    grid-template-columns: minmax(280px, 380px) minmax(0, 1fr); padding-inline: clamp(34px, 4vw, 72px);
  }

  .site-nav {
    gap: clamp(20px, 2.2vw, 40px);
  }
}

@media (max-width: 980px) {
  .content-led-workshops .workshop-grid {
    grid-template-columns: 1fr !important;
  }

  .content-led-workshops .workshop-tile,
  .workshop-tile {
    padding-right: clamp(112px, 18vw, 148px);
  }
}

@media (max-width: 620px) {
  .content-led-workshops .workshop-tile,
  .workshop-tile {
    padding: 24px; padding-top: 108px;
  }

  .content-led-workshops .workshop-tile img,
  .workshop-tile img,
  .content-led-workshops .tile-illustration,
  .tile-illustration {
    top: 20px; left: 24px; right: auto; width: 70px !important; height: 70px !important;
  }
}

/* Home approach section: no empty split, content leads and image supports. */
#approach.approach.split-section {
  grid-template-columns: minmax(0, 1fr) minmax(220px, 300px) !important; gap: clamp(22px, 3vw, 42px); align-items: start; padding-block: clamp(46px, 6vw, 84px);
}

#approach .approach-copy {
  order: 1; max-width: 980px;
}

#approach .approach-image {
  order: 2; width: min(100%, 300px); max-width: 300px !important; justify-self: end; align-self: start; margin-top: 10px;
}

#approach .approach-image img {
  height: clamp(150px, 17vw, 230px) !important; border-radius: 8px;
}

#approach .approach-copy h2 {
  max-width: 900px; font-size: clamp(2.35rem, 4.6vw, 5.1rem); line-height: 0.98; margin-bottom: 18px;
}

#approach .approach-copy > p:not(.eyebrow) {
  max-width: 860px; color: var(--muted); font-size: clamp(1.18rem, 1.45vw, 1.45rem); font-weight: 700; line-height: 1.55;
}

#approach .steps {
  grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; max-width: 900px; margin-top: 28px;
}

#approach .steps div {
  grid-template-columns: 92px minmax(0, 1fr); gap: 16px; padding: clamp(18px, 2vw, 24px);
}

#approach .steps b {
  font-size: clamp(1.05rem, 1.15vw, 1.22rem);
}

#approach .steps span {
  font-size: clamp(1rem, 1.08vw, 1.14rem); line-height: 1.5;
}

@media (max-width: 980px) {
  #approach.approach.split-section {
    grid-template-columns: 1fr !important;
  }

  #approach .approach-image {
    justify-self: start; width: min(100%, 320px);
  }
}

@media (max-width: 680px) {
  #approach .approach-copy h2 {
    font-size: clamp(2.3rem, 11vw, 3.45rem);
  }

  #approach .steps {
    grid-template-columns: 1fr;
  }

  #approach .steps div {
    grid-template-columns: 1fr;
  }
}

/* Logo-led theme pass: forest, leaf and warm yellow across the whole site. */
:root { --forest:#163f31; --leaf:#5f8352; --lime:#e5edcf; --sun:#f6ad2f; --teal:#2f756a; --ink:#17382f; --muted:#5f6b64; --paper:#fffdf8; --mist:#f6f8ef; --line:rgba(95, 131, 82, 0.24); --shadow:0 22px 55px rgba(22, 63, 49, 0.12); --soft-shadow:0 12px 28px rgba(22, 63, 49, 0.08);
}

body {
  color: var(--ink); background: linear-gradient(rgba(22, 63, 49, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(22, 63, 49, 0.035) 1px, transparent 1px), var(--paper); background-size: 48px 48px;
}

h1,
h2,
h3,
h4,
.section-title h2,
.hero-copy h1,
.content-hero h1,
.page-hero h1,
.sdg-hero-copy h1,
.about-hero h1 {
  color: var(--forest) !important; letter-spacing: 0;
}

p,
li,
.lead,
.hero-copy > p:not(.eyebrow),
.content-hero p:not(.eyebrow),
.page-hero p:not(.eyebrow),
.sdg-hero-copy > p:not(.eyebrow),
.workshop-tile p,
.approach-copy p,
.steps span,
.feature-card-grid p,
.icon-card-grid p,
.who-grid p,
.insight-grid p {
  color: var(--muted);
}

.eyebrow,
.brand span,
.site-nav a:hover,
.site-nav a:focus-visible,
.nav-parent:hover,
.line-icon,
.compact-strip span,
.feature-card-grid .line-icon,
.icon-card-grid .line-icon,
.who-grid .line-icon {
  color: var(--sun) !important;
}

.site-header {
  background: rgba(255, 253, 248, 0.94) !important; border-bottom: 1px solid rgba(246, 173, 47, 0.34);
}

.site-nav {
  background: rgba(255, 253, 248, 0.84); border-color: rgba(95, 131, 82, 0.22);
}

.site-nav a {
  color: var(--ink);
}

.nav-cta,
.button.primary,
.button.secondary:hover,
.final-consult,
.sdg-final-cta,
.collab-callout,
.contact-panel {
  background: var(--forest) !important; color: #fff !important;
}

.button.secondary,
.button.ghost,
.founder-linkedin {
  border-color: rgba(95, 131, 82, 0.32); color: var(--forest); background: rgba(255, 253, 248, 0.9);
}

.button.primary:hover,
.nav-cta:hover {
  background: #205642 !important;
}

.brand img,
.founder-portrait,
.approach-image,
.page-hero-image,
.section-image,
.workshop-tile img,
.sdg-hero-logo-panel,
.sdg-hero-kit-card,
.sdg-gallery-grid figure,
.sdg-piece-grid figure,
.game-feature-card,
.insight-card,
.feature-card-grid article,
.icon-card-grid article,
.who-grid article,
.steps div,
.workshop-tile,
.belief-list article,
.hero-content-points article {
  border-color: rgba(95, 131, 82, 0.24) !important;
}

.hero,
.home-belief-section,
.workshops,
.about,
.approach,
.founder-section,
.insights,
.content-section,
.sdg-purpose,
.sdg-support,
.sdg-game-pieces,
.sdg-reflection,
.page-hero,
.content-hero,
.about-hero,
.insights-hero {
  background-color: rgba(255, 253, 248, 0.9) !important;
}

.workshop-tile,
.feature-card-grid article,
.icon-card-grid article,
.who-grid article,
.steps div,
.insight-card,
.hero-content-points article,
.belief-list article {
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(246, 248, 239, 0.84)) !important;
}

.board-core,
.sdg-hero-badge,
.ask-playlab-panel,
.ask-playlab-toggle {
  background: var(--forest) !important; color: #fff !important;
}

.board-core span,
.ask-playlab-panel strong,
.ask-playlab-toggle strong,
.contact-panel .eyebrow,
.final-consult .eyebrow,
.sdg-final-cta .eyebrow,
.collab-callout .eyebrow {
  color: var(--sun) !important;
}

mark,
.highlight,
.steps b,
.workshop-tile h3,
.feature-card-grid h3,
.icon-card-grid h3,
.who-grid h3 {
  color: var(--forest) !important;
}

.nav-toggle span,
.decor-bar,
.method-number,
.process-number {
  background: var(--sun) !important;
}

/* Content-king mode: one or two tiny supporting visuals, larger readable copy. */
body {
  font-size: 18px;
}

p,
li,
blockquote,
.steps span,
.workshop-tile p,
.feature-card-grid p,
.icon-card-grid p,
.who-grid p,
.insight-grid p,
.about-story p:not(.eyebrow),
.founder-card p,
.content-section p,
.sdg-purpose p,
.sdg-support p,
.sdg-reflection p {
  font-size: clamp(1.12rem, 1.25vw, 1.34rem) !important; line-height: 1.62;
}

h1,
.hero-copy h1,
.content-hero h1,
.page-hero h1,
.sdg-hero-copy h1 {
  font-size: clamp(3rem, 5.3vw, 6.2rem) !important; line-height: 0.98;
}

h2,
.section-title h2,
.home-belief-copy h2,
#approach .approach-copy h2 {
  font-size: clamp(2.2rem, 3.6vw, 4.9rem) !important; line-height: 1.02;
}

h3,
.workshop-tile h3 {
  font-size: clamp(1.45rem, 1.8vw, 2.15rem) !important; line-height: 1.15;
}

main img:not(.brand img):not(.sdg-hero-logo-main):not(.board-sdg-mark):not(.scl-approach-image) {
  max-width: 220px !important; max-height: 160px !important; object-fit: cover;
}

video,
.page-video,
.hero-video,
.hero-showcase,
.video-showcase,
.sdg-visual-strip,
.sdg-token-row,
.sdg-piece-grid,
.sdg-gallery-grid,
.game-gallery,
.game-feature-card img,
.sdg-brand-row,
.sdg-reflection-visual,
.sdg-gallery-feature {
  display: none !important;
}

.workshop-tile img,
.content-led-workshops .workshop-tile img,
.tile-illustration {
  display: none !important;
}

.content-led-workshops .workshop-tile:first-child img {
  display: block !important; width: 64px !important; height: 64px !important; max-width: 64px !important; max-height: 64px !important;
}

.workshop-tile,
.content-led-workshops .workshop-tile {
  padding: clamp(28px, 3vw, 44px) !important; min-height: auto;
}

.workshop-tile h3 {
  max-width: none;
}

.workshop-tile p {
  max-width: 52ch;
}

.hero,
.page-hero,
.content-hero,
.about-hero,
.sdg-hero,
.approach.split-section,
.sdg-story-split,
.split-section {
  grid-template-columns: minmax(0, 1fr) auto !important; gap: clamp(20px, 3vw, 42px) !important; align-items: start;
}

.page-hero-image,
.approach-image,
.section-image,
.contact-photo,
.about-media,
.sdg-section-image {
  width: min(100%, 240px) !important; max-width: 240px !important; justify-self: end; align-self: start;
}

.page-hero-image,
.approach-image img,
.section-image img,
.contact-photo img,
.about-media img,
.sdg-section-image,
.sdg-story-split > img {
  height: clamp(120px, 13vw, 170px) !important; min-height: 0 !important;
}

.about-media {
  min-height: 0 !important;
}

.sdg-hero-media {
  max-width: 300px !important; grid-template-columns: 92px minmax(0, 1fr) !important; gap: 12px;
}

.sdg-hero-logo-panel {
  min-height: 112px !important; padding: 16px !important;
}

.sdg-hero-logo-main {
  width: 86px !important; max-width: 86px !important;
}

.sdg-hero-kit-card {
  min-height: 112px !important; padding: 10px !important;
}

.sdg-hero-kit-card img {
  display: block !important; width: 100% !important; height: 112px !important; max-width: 180px !important; max-height: 112px !important; object-fit: cover;
}

.sdg-hero-badge {
  display: none !important;
}

.board-sdg-mark,
.sdg-section-image {
  display: none !important;
}

.home-concept-board {
  transform: scale(0.82); transform-origin: top right; width: min(100%, 360px); min-height: 330px;
}

.board-node {
  display: none;
}

.board-core {
  width: min(100%, 260px);
}

.board-sdg-mark {
  width: 54px !important; height: 54px !important;
}

@media (max-width: 980px) {
  .hero,
  .page-hero,
  .content-hero,
  .about-hero,
  .sdg-hero,
  .approach.split-section,
  .sdg-story-split,
  .split-section {
    grid-template-columns: 1fr !important;
  }

  .page-hero-image,
  .approach-image,
  .section-image,
  .contact-photo,
  .about-media,
  .sdg-section-image {
    justify-self: start;
  }

  .home-concept-board {
    transform: none; width: min(100%, 320px);
  }
}

@media (max-width: 620px) {
  body {
    font-size: 16px;
  }

  h1,
  .hero-copy h1,
  .content-hero h1,
  .page-hero h1,
  .sdg-hero-copy h1 {
    font-size: clamp(2.35rem, 12vw, 3.65rem) !important;
  }

  main img:not(.brand img):not(.sdg-hero-logo-main):not(.board-sdg-mark) {
    max-width: 170px !important; max-height: 120px !important;
  }
}

/* Corporate typography inspired by Co-CREATE ImpACT: geometric headings, readable body. */
body,
p,
li,
input,
textarea,
select,
label,
blockquote,
.steps span,
.workshop-tile p,
.feature-card-grid p,
.icon-card-grid p,
.who-grid p,
.insight-grid p {
  font-family: "Lato", Arial, system-ui, sans-serif !important; font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6,
.brand span,
.site-nav a,
.button,
button,
.eyebrow,
.nav-cta,
.steps b,
.workshop-tile h3,
.feature-card-grid h3,
.icon-card-grid h3,
.who-grid h3,
.section-title h2,
.hero-copy h1,
.content-hero h1,
.page-hero h1,
.sdg-hero-copy h1,
.about-hero h1 {
  font-family: "Montserrat", Arial, system-ui, sans-serif !important;
}

h1,
.hero-copy h1,
.content-hero h1,
.page-hero h1,
.sdg-hero-copy h1 {
  font-weight: 900 !important;
}

h2,
h3,
.site-nav a,
.button,
.nav-cta {
  font-weight: 800 !important;
}

.eyebrow {
  font-weight: 900 !important; text-transform: uppercase;
}

.brand span {
  font-weight: 900 !important;
}

/* Reduce repeated consultation prompts; keep contact as one quiet nav item and one final section. */
.nav-contact {
  color: var(--ink); border: 1px solid transparent; padding: 12px 4px;
}

.nav-contact:hover,
.nav-contact:focus-visible {
  color: var(--sun) !important;
}

.hero-actions {
  margin-top: clamp(22px, 2.4vw, 34px);
}

.hero-actions .button {
  padding-inline: 22px;
}

.hero-actions:empty,
.final-consult .button:empty,
.sdg-final-cta .button:empty {
  display: none !important;
}

.final-consult,
.sdg-final-cta {
  display: none !important;
}

.contact,
#contact {
  margin-top: 0;
}

.contact-panel-action {
  display: inline-flex !important; width: fit-content;
}

/* Content-led spacing: dense enough to avoid blank bands, calm enough to read. */
main > section {
  padding-top: clamp(42px, 5.2vw, 78px); padding-bottom: clamp(42px, 5.2vw, 78px);
}

.hero {
  min-height: auto !important; align-items: center; padding-top: clamp(54px, 6vw, 86px); padding-bottom: clamp(46px, 5vw, 76px);
}

.hero-copy {
  max-width: 1080px;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 920px;
}

.hero-content-points,
.belief-list,
.value-grid,
.insight-grid,
.sdg-audience-grid,
.feature-card-grid,
.icon-card-grid,
.who-grid {
  gap: clamp(16px, 2vw, 26px);
}

.hero-content-points article,
.belief-list article,
.workshop-tile,
.steps div,
.value-grid article,
.insight-grid article,
.feature-card-grid article,
.icon-card-grid article,
.who-grid article,
.sdg-audience-grid article {
  padding: clamp(22px, 2.5vw, 34px) !important;
}

.home-concept-board {
  display: none !important;
}

.hero {
  grid-template-columns: 1fr !important;
}

.hero-content-points {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 860px) {
  .hero-content-points {
    grid-template-columns: 1fr;
  }
}

/* Full-width editorial flow: hidden media must not leave empty columns. */
.workshop-page main,
main.workshop-page,
main {
  width: 100%;
}

main > section,
.workshop-page > section,
.sdg-page > section,
.content-section,
.home-belief-section,
.workshops,
.about,
.approach,
.founder-section,
.insights,
.contact {
  width: 100%; max-width: none !important;
}

.sdg-story-split,
.sdg-connection,
.sdg-recognition,
.sdg-official-summary,
.sdg-purpose,
.sdg-support,
.sdg-game-pieces,
.sdg-reflection,
.content-hero,
.page-hero,
.about-hero,
.split-section,
.approach.split-section,
.insights.split-section {
  display: grid !important; grid-template-columns: 1fr !important; gap: clamp(18px, 2.2vw, 30px) !important;
}

.sdg-story-split > *,
.sdg-connection > *,
.sdg-recognition > *,
.sdg-official-summary > *,
.sdg-purpose > *,
.sdg-support > *,
.sdg-game-pieces > *,
.sdg-reflection > *,
.content-hero > *,
.page-hero > *,
.about-hero > *,
.split-section > *,
.approach.split-section > *,
.insights.split-section > * {
  grid-column: 1 / -1 !important; max-width: none !important; width: 100%;
}

.sdg-page h1,
.sdg-page h2,
.sdg-page h3,
.sdg-page p,
.content-section h1,
.content-section h2,
.content-section h3,
.content-section p,
.page-hero h1,
.page-hero h2,
.page-hero p,
.content-hero h1,
.content-hero h2,
.content-hero p,
.about-hero h1,
.about-hero h2,
.about-hero p,
.hero-copy h1,
.hero-copy p,
.section-title,
.section-title h2,
.section-title p,
.approach-copy,
.approach-copy h2,
.approach-copy p,
.about-story,
.about-story h2,
.about-story p {
  max-width: none !important;
}

.sdg-page p,
.content-section p,
.page-hero p:not(.eyebrow),
.content-hero p:not(.eyebrow),
.about-hero p:not(.eyebrow),
.hero-copy > p:not(.eyebrow),
.approach-copy > p:not(.eyebrow),
.about-story p:not(.eyebrow) {
  width: min(100%, 1180px);
}

.sdg-page h2,
.content-section h2,
.page-hero h1,
.content-hero h1,
.about-hero h1,
.hero-copy h1,
.approach-copy h2,
.about-story h2 {
  width: min(100%, 1240px);
}

.sdg-audience-grid,
.sdg-stat-grid,
.sdg-skill-cloud,
.belief-list,
.value-grid,
.workshop-grid,
.insight-grid,
.feature-card-grid,
.icon-card-grid,
.who-grid,
.steps {
  width: 100% !important; max-width: none !important;
}

.sdg-audience-grid,
.feature-card-grid,
.icon-card-grid,
.who-grid,
.workshop-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.sdg-skill-cloud {
  display: flex !important; flex-wrap: wrap; align-items: stretch;
}

.sdg-skill-cloud span {
  flex: 1 1 240px; text-align: center;
}

.sdg-game-pieces {
  min-height: auto !important;
}

.sdg-game-pieces .sdg-piece-grid,
.sdg-reflection .sdg-reflection-visual {
  display: none !important;
}

@media (max-width: 760px) {
  .sdg-audience-grid,
  .feature-card-grid,
  .icon-card-grid,
  .who-grid,
  .workshop-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Strong brand pass: make the whole site clearly green and yellow. */
:root { --forest:#123d2f; forest-2:#0d2f24; --leaf:#4f7b3f; --sun:#f4ad26; sun-soft:#fff2c6; --paper:#f8fbef; --mist:#eaf2d9; --ink:#123d2f; --muted:#4d6257; --line:rgba(18, 61, 47, 0.22);
}

body {
  background: linear-gradient(rgba(18, 61, 47, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(18, 61, 47, 0.055) 1px, transparent 1px), var(--paper) !important; background-size: 44px 44px !important; color: var(--forest);
}

.site-header {
  background: var(--forest) !important; border-bottom: 4px solid var(--sun) !important; box-shadow: 0 14px 34px rgba(13, 47, 36, 0.18);
}

.brand span {
  color: var(--sun) !important; text-shadow: none !important;
}

.site-nav {
  background: transparent !important; border-color: transparent !important; box-shadow: none !important;
}

.site-nav a,
.nav-contact {
  color: #fff !important;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.nav-parent:hover,
.nav-contact:hover,
.nav-contact:focus-visible {
  color: var(--sun) !important;
}

.nav-menu {
  background: var(--forest-2) !important; border: 1px solid rgba(244, 173, 38, 0.35) !important;
}

.nav-menu a {
  color: #fff !important;
}

h1,
h2,
h3,
h4,
.hero-copy h1,
.content-hero h1,
.page-hero h1,
.sdg-hero-copy h1,
.about-hero h1,
.section-title h2 {
  color: var(--forest) !important;
}

.eyebrow,
.line-icon,
.compact-strip span,
.steps b,
.workshop-tile h3,
.feature-card-grid h3,
.icon-card-grid h3,
.who-grid h3 {
  color: var(--sun) !important;
}

p,
li,
blockquote,
.steps span,
.workshop-tile p,
.feature-card-grid p,
.icon-card-grid p,
.who-grid p,
.insight-grid p {
  color: var(--muted) !important;
}

.hero,
.content-hero,
.page-hero,
.about-hero,
.sdg-hero {
  background: linear-gradient(135deg, rgba(234, 242, 217, 0.98), rgba(248, 251, 239, 0.92)) !important; border-bottom: 1px solid rgba(18, 61, 47, 0.16);
}

.home-belief-section,
.workshops,
.about,
.approach,
.founder-section,
.insights,
.content-section,
.sdg-purpose,
.sdg-support,
.sdg-game-pieces,
.sdg-reflection,
.sdg-story-block,
.sdg-connection,
.sdg-recognition,
.sdg-official-summary {
  background: rgba(248, 251, 239, 0.96) !important;
}

.workshop-tile,
.feature-card-grid article,
.icon-card-grid article,
.who-grid article,
.steps div,
.insight-grid article,
.insight-card,
.hero-content-points article,
.belief-list article,
.value-grid article,
.sdg-audience-grid article,
.sdg-stat-grid article,
.founder-card,
.contact-form {
  background: linear-gradient(180deg, #ffffff, var(--sun-soft)) !important; border: 2px solid rgba(18, 61, 47, 0.22) !important; box-shadow: 0 16px 34px rgba(18, 61, 47, 0.08) !important;
}

.button,
.contact-panel-action,
.button.primary {
  background: var(--sun) !important; color: var(--forest) !important; border: 2px solid var(--sun) !important;
}

.button.secondary {
  background: transparent !important; color: var(--forest) !important; border: 2px solid var(--forest) !important;
}

.button:hover,
.button.primary:hover {
  background: var(--forest) !important; color: #fff !important; border-color: var(--forest) !important;
}

.contact,
.contact-panel,
.final-consult,
.sdg-final-cta,
.collab-callout,
.home-philosophy {
  background: var(--forest) !important; color: #fff !important;
}

.contact-panel h2,
.contact-panel p,
.contact-panel .eyebrow,
.home-philosophy h2,
.home-philosophy p,
.home-philosophy .eyebrow,
.collab-callout h2,
.collab-callout p {
  color: #fff !important;
}

.contact-panel .eyebrow,
.home-philosophy .eyebrow,
.collab-callout .eyebrow {
  color: var(--sun) !important;
}

.compact-strip {
  background: var(--forest) !important; border-block: 3px solid var(--sun) !important;
}

.compact-strip span {
  background: rgba(244, 173, 38, 0.12) !important; border-color: rgba(244, 173, 38, 0.36) !important;
}

.sdg-skill-cloud span,
.philosophy-flow span {
  background: var(--forest) !important; color: var(--sun) !important; border: 1px solid rgba(244, 173, 38, 0.5) !important;
}

.ask-playlab-toggle,
.assistant-toggle,
.ask-playlab-panel,
.assistant-panel {
  background: var(--forest) !important; border-color: var(--sun) !important;
}

.assistant-toggle span,
.assistant-panel,
.assistant-panel p,
.assistant-message {
  color: #fff;
}

/* Premium SaaS editorial theme: calm green brand, yellow accents only. */
:root { --forest:#123d31; forest-2:#0e3026; --leaf:#59784b; --sun:#f6b32f; sun-soft:#fff6d8; --paper:#fbfcf6; --mist:#f3f7ea; --ink:#123d31; --muted:#5b6861; --line:rgba(18, 61, 49, 0.14); --shadow:0 22px 54px rgba(18, 61, 49, 0.08); --soft-shadow:0 10px 26px rgba(18, 61, 49, 0.06);
}

body {
  background: linear-gradient(rgba(18, 61, 49, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(18, 61, 49, 0.025) 1px, transparent 1px), var(--paper) !important; background-size: 56px 56px !important;
}

.site-header {
  background: rgba(251, 252, 246, 0.94) !important; border-bottom: 1px solid rgba(246, 179, 47, 0.45) !important; box-shadow: 0 10px 30px rgba(18, 61, 49, 0.06) !important; backdrop-filter: blur(18px);
}

.brand img {
  background: transparent !important; box-shadow: none !important;
}

.brand span {
  color: var(--sun) !important;
}

.site-nav {
  background: rgba(255, 255, 255, 0.72) !important; border: 1px solid rgba(18, 61, 49, 0.1) !important; border-radius: 999px; padding: 9px 14px;
}

.site-nav a,
.nav-contact {
  color: var(--forest) !important;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.nav-parent:hover,
.nav-contact:hover,
.nav-contact:focus-visible {
  color: var(--sun) !important; background: transparent !important;
}

.nav-menu {
  background: #fff !important; border: 1px solid rgba(18, 61, 49, 0.14) !important; box-shadow: var(--shadow) !important;
}

.nav-menu a {
  color: var(--forest) !important;
}

.hero,
.content-hero,
.page-hero,
.about-hero,
.sdg-hero,
.home-belief-section,
.workshops,
.about,
.approach,
.founder-section,
.insights,
.content-section,
.sdg-purpose,
.sdg-support,
.sdg-game-pieces,
.sdg-reflection,
.sdg-story-block,
.sdg-connection,
.sdg-recognition,
.sdg-official-summary {
  background: rgba(251, 252, 246, 0.82) !important; border-bottom: 1px solid rgba(18, 61, 49, 0.08);
}

.home-philosophy,
.compact-strip {
  background: var(--forest) !important; border-block: 1px solid rgba(246, 179, 47, 0.48) !important;
}

.workshop-tile,
.feature-card-grid article,
.icon-card-grid article,
.who-grid article,
.steps div,
.insight-grid article,
.insight-card,
.hero-content-points article,
.belief-list article,
.value-grid article,
.sdg-audience-grid article,
.sdg-stat-grid article,
.founder-card,
.contact-form {
  background: rgba(255, 255, 255, 0.86) !important; border: 1px solid rgba(18, 61, 49, 0.12) !important; box-shadow: 0 18px 42px rgba(18, 61, 49, 0.06) !important;
}

.workshop-tile:hover,
.feature-card-grid article:hover,
.icon-card-grid article:hover,
.who-grid article:hover,
.steps div:hover,
.insight-grid article:hover,
.belief-list article:hover,
.value-grid article:hover,
.sdg-audience-grid article:hover {
  border-color: rgba(246, 179, 47, 0.65) !important; box-shadow: 0 20px 46px rgba(18, 61, 49, 0.1) !important; transform: translateY(-2px);
}

.eyebrow,
.brand span,
.line-icon,
.compact-strip span,
.steps b {
  color: var(--sun) !important;
}

h1,
h2,
h3,
h4,
.hero-copy h1,
.content-hero h1,
.page-hero h1,
.sdg-hero-copy h1,
.about-hero h1,
.section-title h2,
.workshop-tile h3,
.feature-card-grid h3,
.icon-card-grid h3,
.who-grid h3 {
  color: var(--forest) !important;
}

p,
li,
blockquote,
.steps span,
.workshop-tile p,
.feature-card-grid p,
.icon-card-grid p,
.who-grid p,
.insight-grid p {
  color: var(--muted) !important;
}

.button,
.button.primary,
.contact-panel-action {
  background: var(--forest) !important; color: #fff !important; border: 1px solid var(--forest) !important; border-radius: 999px; box-shadow: 0 14px 30px rgba(18, 61, 49, 0.14);
}

.button.secondary {
  background: transparent !important; color: var(--forest) !important; border: 1px solid rgba(18, 61, 49, 0.32) !important; box-shadow: none;
}

.button:hover,
.button.primary:hover,
.button.secondary:hover {
  background: var(--sun) !important; color: var(--forest) !important; border-color: var(--sun) !important;
}

.contact,
.contact-panel {
  background: var(--forest) !important; color: #fff !important;
}

.contact-panel h2,
.contact-panel p {
  color: #fff !important;
}

.contact-panel .eyebrow,
.home-philosophy .eyebrow,
.home-philosophy h2,
.home-philosophy p {
  color: var(--sun) !important;
}

.home-philosophy p {
  color: rgba(255, 255, 255, 0.82) !important;
}

.sdg-skill-cloud span,
.philosophy-flow span {
  background: rgba(18, 61, 49, 0.06) !important; color: var(--forest) !important; border: 1px solid rgba(18, 61, 49, 0.14) !important;
}

.compact-strip span {
  background: rgba(255, 255, 255, 0.08) !important; border-color: rgba(246, 179, 47, 0.36) !important;
}

.assistant-toggle,
.assistant-panel,
.ask-playlab-toggle,
.ask-playlab-panel {
  background: var(--forest) !important; border: 1px solid rgba(246, 179, 47, 0.5) !important;
}

/* Final editorial polish: remove reserved blank bands and make sections use real content height. */
main > section,
.reveal,
.compact-strip,
.sdg-page > section,
.workshop-page > section {
  content-visibility: visible !important; contain-intrinsic-size: auto !important; contain: none !important;
}

main > section {
  min-height: 0 !important;
}

.compact-strip {
  display: flex !important; flex-wrap: wrap; justify-content: center; gap: 12px; padding: clamp(18px, 2.4vw, 30px) clamp(24px, 4vw, 64px) !important;
}

.compact-strip span {
  flex: 0 1 auto;
}

.sdg-hero {
  position: relative; grid-template-columns: 1fr !important; align-items: start;
}

.sdg-hero-copy {
  max-width: none !important; padding-right: clamp(0px, 22vw, 310px);
}

.sdg-hero-copy h1,
.sdg-hero-copy h2,
.sdg-hero-copy p {
  max-width: none !important;
}

.sdg-hero-media {
  position: absolute; top: clamp(42px, 6vw, 84px); right: clamp(28px, 5vw, 76px); width: min(26vw, 260px) !important; max-width: 260px !important;
}

.sdg-hero-logo-panel,
.sdg-hero-kit-card {
  min-height: 96px !important;
}

.sdg-hero-kit-card figcaption {
  display: none !important;
}

.sdg-page h1,
.sdg-page h2,
.sdg-page p {
  max-width: none !important;
}

.sdg-connection,
.sdg-recognition,
.sdg-official-summary,
.sdg-purpose,
.sdg-support,
.sdg-game-pieces,
.sdg-reflection,
.home-belief-section,
.about,
.approach,
.insights {
  row-gap: clamp(16px, 2vw, 28px) !important;
}

.section-title.center {
  text-align: left; align-items: start;
}

.section-title.center h2,
.section-title.center p {
  max-width: none !important;
}

@media (max-width: 980px) {
  .sdg-hero-copy {
    padding-right: 0;
  }

  .sdg-hero-media {
    position: static; width: min(100%, 280px) !important; margin-top: 18px;
  }
}

/* SDG hero: content stays full width; visuals are a small supporting row. */
.sdg-hero-copy {
  padding-right: 0 !important;
}

.sdg-hero-media {
  position: static !important; width: 100% !important; max-width: none !important; display: flex !important; align-items: stretch; gap: 14px; margin-top: clamp(20px, 2.5vw, 32px);
}

.sdg-hero-logo-panel,
.sdg-hero-kit-card {
  flex: 0 0 auto; width: clamp(100px, 11vw, 150px) !important; min-height: 96px !important;
}

.sdg-hero-kit-card {
  width: clamp(150px, 18vw, 240px) !important;
}

.sdg-hero-logo-main {
  width: clamp(72px, 7vw, 96px) !important; max-width: 96px !important;
}

.sdg-hero-kit-card img {
  max-width: 220px !important;
}

/* About page cleanup: no poster-sized empty hero and no skinny card columns. */
.about-page .about-hero {
  display: grid !important; grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr) !important; gap: clamp(28px, 4vw, 64px) !important; align-items: start; min-height: 0 !important; padding: clamp(52px, 6vw, 92px) clamp(28px, 5vw, 76px) !important; background: linear-gradient(135deg, rgba(251, 252, 246, 0.98), rgba(243, 247, 234, 0.9)) !important; border-bottom: 1px solid rgba(18, 61, 49, 0.12); color: var(--forest) !important;
}

.about-page .about-quote {
  align-self: stretch; display: flex; flex-direction: column; justify-content: flex-start; min-height: 0 !important; padding: clamp(22px, 2.6vw, 34px); border-left: 5px solid var(--sun); border-radius: 0 8px 8px 0; background: rgba(255, 255, 255, 0.72);
}

.about-page .about-quote blockquote {
  margin: 18px 0 0; color: var(--forest) !important; font-size: clamp(1.45rem, 2.2vw, 2.5rem) !important; line-height: 1.16; font-weight: 900;
}

.about-page .about-intro {
  max-width: none !important;
}

.about-page .about-intro h1 {
  width: min(100%, 1100px); font-size: clamp(2.6rem, 4.6vw, 5.2rem) !important; line-height: 1;
}

.about-page .about-intro p {
  width: min(100%, 1180px);
}

.about-page .intro-emphasis {
  padding: 20px 24px; border: 1px solid rgba(246, 179, 47, 0.46); border-radius: 8px; background: var(--sun-soft); color: var(--forest) !important;
}

.about-page .philosophy-grid,
.about-page .audience-card-grid {
  display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: clamp(18px, 2vw, 28px) !important;
}

.about-page .philosophy-grid article,
.about-page .audience-card-grid article,
.about-page .feature-card-grid article {
  min-height: auto !important; padding: clamp(22px, 2.4vw, 34px) !important;
}

.about-page .philosophy-grid h3,
.about-page .audience-card-grid h3,
.about-page .feature-card-grid h3 {
  overflow-wrap: normal; word-break: normal; hyphens: manual; font-size: clamp(1.45rem, 1.8vw, 2rem) !important;
}

.about-page .philosophy-grid p,
.about-page .audience-card-grid p,
.about-page .feature-card-grid p {
  overflow-wrap: normal; word-break: normal; hyphens: manual;
}

.about-page .philosophy-grid article:nth-child(4),
.about-page .philosophy-grid article:nth-child(5),
.about-page .audience-card-grid article:nth-child(4),
.about-page .audience-card-grid article:nth-child(5) {
  grid-column: span 1;
}

.about-page .feature-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.about-page .content-section {
  padding-top: clamp(48px, 5vw, 80px) !important; padding-bottom: clamp(48px, 5vw, 80px) !important;
}

.about-page .section-title.center {
  text-align: left !important;
}

.about-page .line-icon {
  width: 42px !important; height: 42px !important; margin-bottom: 16px;
}

@media (max-width: 1120px) {
  .about-page .about-hero {
    grid-template-columns: 1fr !important;
  }

  .about-page .philosophy-grid,
  .about-page .audience-card-grid,
  .about-page .feature-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  .about-page .philosophy-grid,
  .about-page .audience-card-grid,
  .about-page .feature-card-grid {
    grid-template-columns: 1fr !important;
  }
}

/* About page final refinement: compact hero, editorial panels instead of tall blocks. */
.about-page .about-hero {
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 0.66fr) !important; padding-top: clamp(38px, 4.2vw, 64px) !important; padding-bottom: clamp(38px, 4.2vw, 64px) !important;
}

.about-page .about-hero > * {
  grid-column: auto !important; width: auto !important;
}

.about-page .about-quote {
  position: sticky; top: 112px; align-self: start !important;
}

.about-page .about-intro h1 {
  font-size: clamp(2.25rem, 3.5vw, 4.2rem) !important;
}

.about-page .about-intro {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: clamp(22px, 3vw, 42px); row-gap: 18px;
}

.about-page .about-intro h1,
.about-page .about-intro .intro-emphasis {
  grid-column: 1 / -1;
}

.about-page .about-intro p {
  font-size: clamp(1.02rem, 1.08vw, 1.18rem) !important; line-height: 1.62; width: 100%;
}

.about-page .philosophy-grid,
.about-page .audience-card-grid,
.about-page .feature-card-grid {
  align-items: stretch;
}

.about-page .philosophy-grid article,
.about-page .audience-card-grid article,
.about-page .feature-card-grid article {
  display: grid !important; grid-template-columns: 42px minmax(0, 1fr); grid-template-rows: auto auto; column-gap: 18px; align-content: start; min-height: 0 !important; padding: 24px !important; background: rgba(255, 255, 255, 0.72) !important; border: 1px solid rgba(18, 61, 49, 0.13) !important; border-left: 4px solid rgba(246, 179, 47, 0.82) !important; box-shadow: none !important;
}

.about-page .philosophy-grid article .line-icon,
.about-page .audience-card-grid article .line-icon,
.about-page .feature-card-grid article .line-icon {
  grid-row: 1 / span 2; margin: 0 !important;
}

.about-page .philosophy-grid h3,
.about-page .audience-card-grid h3,
.about-page .feature-card-grid h3 {
  margin: 0 0 8px !important; font-size: clamp(1.22rem, 1.35vw, 1.55rem) !important;
}

.about-page .philosophy-grid p,
.about-page .audience-card-grid p,
.about-page .feature-card-grid p {
  margin: 0 !important; font-size: clamp(1rem, 1.05vw, 1.12rem) !important; line-height: 1.55;
}

.about-page .research-callout {
  min-height: 0 !important; padding: clamp(34px, 4vw, 58px) clamp(28px, 5vw, 76px) !important;
}

.about-page .final-consult {
  display: none !important;
}

@media (max-width: 1120px) {
  .about-page .about-hero {
    grid-template-columns: 1fr !important;
  }

  .about-page .about-quote {
    position: static;
  }

  .about-page .about-intro {
    grid-template-columns: 1fr;
  }
}

/* About page polish: compact content-first layout, no skinny blocks or empty hero space. */
.about-page .about-hero {
  grid-template-columns: 1fr !important; align-items: start !important; gap: clamp(18px, 2.4vw, 30px) !important; padding: clamp(30px, 4vw, 54px) clamp(24px, 6vw, 92px) !important; min-height: 0 !important;
}

.about-page .about-hero > * {
  grid-column: auto !important; width: 100% !important; max-width: none !important;
}

.about-page .about-quote {
  position: static !important; display: block !important; max-width: 1040px !important; padding: clamp(18px, 2.4vw, 30px) !important; border-left: 5px solid var(--sun) !important; border-radius: 8px !important; background: linear-gradient(90deg, rgba(246, 179, 47, 0.13), rgba(255, 255, 255, 0.96)) !important; box-shadow: none !important;
}

.about-page .about-quote blockquote {
  margin: 10px 0 0 !important; max-width: 920px !important; font-size: clamp(1.3rem, 2.2vw, 2.35rem) !important; line-height: 1.18 !important;
}

.about-page .about-intro {
  display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: clamp(16px, 1.8vw, 24px) clamp(22px, 3vw, 42px) !important; padding: 0 !important; border: 0 !important; background: transparent !important; box-shadow: none !important;
}

.about-page .about-intro h1,
.about-page .about-intro .intro-emphasis {
  grid-column: 1 / -1 !important;
}

.about-page .about-intro h1 {
  width: min(100%, 1180px) !important; max-width: none !important; margin: 0 !important; font-size: clamp(2.15rem, 3.65vw, 4.25rem) !important; line-height: 1 !important;
}

.about-page .about-intro p {
  width: auto !important; max-width: none !important; margin: 0 !important; font-size: clamp(1rem, 1.04vw, 1.12rem) !important; line-height: 1.5 !important;
}

.about-page .intro-emphasis {
  margin-top: 0 !important; padding: clamp(18px, 2.3vw, 28px) !important;
}

.about-page .philosophy-grid,
.about-page .audience-card-grid,
.about-page .feature-card-grid {
  grid-template-columns: repeat(3, minmax(280px, 1fr)) !important; gap: clamp(18px, 2vw, 28px) !important;
}

.about-page .philosophy-grid article,
.about-page .audience-card-grid article,
.about-page .feature-card-grid article {
  min-height: 0 !important; padding: clamp(20px, 2vw, 30px) !important;
}

.about-page .audience-card-grid h3,
.about-page .philosophy-grid h3,
.about-page .feature-card-grid h3 {
  max-width: 100% !important;
}

@media (max-width: 980px) {
  .about-page .about-intro,
  .about-page .philosophy-grid,
  .about-page .audience-card-grid,
  .about-page .feature-card-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Systems Thinking lens: connected, readable diagnostic ladder. */
.systems-page .systems-lens {
  display: grid !important; grid-template-columns: 1fr !important; align-content: start !important; gap: 18px !important; min-height: 0 !important; padding: clamp(22px, 3vw, 38px) !important; overflow: visible !important;
}

.systems-page .systems-lens::after {
  right: 2% !important; top: 6% !important; width: 30% !important; opacity: 0.55;
}

.systems-page .lens-track {
  display: block !important; left: clamp(74px, 7.1vw, 91px) !important; top: 96px !important; bottom: 92px !important; width: 3px !important; border-radius: 999px; background: linear-gradient(180deg, var(--sun), rgba(31, 107, 109, 0.42), var(--forest)) !important;
}

.systems-page .lens-header,
.systems-page .lens-card,
.systems-page .lens-outcome {
  justify-self: stretch !important; width: 100% !important;
}

.systems-page .lens-card {
  grid-template-columns: 58px minmax(0, 1fr) !important; column-gap: 18px !important; padding: 20px 22px !important;
}

.systems-page .lens-card:nth-of-type(4) {
  justify-self: stretch !important;
}

.systems-page .lens-card span {
  width: 58px !important; height: 58px !important; border: 8px solid #fff; box-shadow: 0 0 0 1px rgba(31, 107, 109, 0.18), 0 12px 24px rgba(18, 61, 47, 0.12);
}

.systems-page .lens-primary span {
  border-color: rgba(255, 255, 255, 0.24);
}

.systems-page .lens-outcome {
  margin-top: 4px; padding: 22px 24px 22px 96px !important;
}

.systems-page .lens-outcome::before {
  content: ""; position: absolute; left: clamp(74px, 7.1vw, 91px); top: 0; bottom: 0; width: 3px; border-radius: 999px; background: rgba(246, 179, 47, 0.85);
}

@media (max-width: 760px) {
  .systems-page .systems-lens {
    padding: 18px !important;
  }

  .systems-page .lens-track,
  .systems-page .lens-outcome::before {
    left: 46px !important;
  }

  .systems-page .lens-card {
    grid-template-columns: 52px minmax(0, 1fr) !important; padding: 18px !important;
  }

  .systems-page .lens-card span {
    width: 52px !important; height: 52px !important;
  }

  .systems-page .lens-outcome {
    padding-left: 82px !important;
  }
}

/* Systems Thinking process: replace heavy blocks with a connected stepper. */
.systems-page .process-timeline {
  position: relative; display: grid !important; grid-template-columns: repeat(5, minmax(0, 1fr)) !important; gap: clamp(18px, 2vw, 28px) !important; padding-top: 34px !important;
}

.systems-page .process-timeline::before {
  content: ""; position: absolute; left: 2%; right: 2%; top: 31px; height: 3px; border-radius: 999px; background: linear-gradient(90deg, var(--sun), rgba(31, 107, 109, 0.42), var(--sun));
}

.systems-page .process-timeline article {
  position: relative; min-height: 0 !important; padding: 36px 4px 0 !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important;
}

.systems-page .process-timeline article:hover {
  transform: none !important; box-shadow: none !important;
}

.systems-page .process-timeline span {
  position: absolute; top: -30px; left: 0; width: 58px !important; height: 58px !important; margin: 0 !important; border: 8px solid #fff; border-radius: 50%; background: var(--sun) !important; box-shadow: 0 0 0 1px rgba(18, 61, 47, 0.14), 0 12px 26px rgba(18, 61, 47, 0.12); color: var(--forest) !important;
}

.systems-page .process-timeline h3 {
  margin: 0 0 14px !important; font-size: clamp(1.35rem, 1.55vw, 1.8rem) !important; line-height: 1.12 !important;
}

.systems-page .process-timeline p {
  margin: 0 !important; max-width: 30ch; font-size: clamp(1rem, 1.05vw, 1.14rem) !important; line-height: 1.55 !important;
}

@media (max-width: 980px) {
  .systems-page .process-timeline {
    grid-template-columns: 1fr !important; gap: 24px !important; padding-top: 0 !important; padding-left: 28px !important;
  }

  .systems-page .process-timeline::before {
    left: 28px; right: auto; top: 10px; bottom: 10px; width: 3px; height: auto; background: linear-gradient(180deg, var(--sun), rgba(31, 107, 109, 0.42), var(--sun));
  }

  .systems-page .process-timeline article {
    padding: 0 0 0 62px !important;
  }

  .systems-page .process-timeline span {
    top: 0; left: -28px; width: 50px !important; height: 50px !important; border-width: 7px;
  }

  .systems-page .process-timeline p {
    max-width: none;
  }
}

/* Site polish pass: fewer tall blocks, more editorial content flow. */
.content-led-page .method-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: clamp(18px, 2vw, 28px) !important;
}

.content-led-page .method-card {
  display: grid !important; grid-template-columns: 54px minmax(0, 1fr); grid-template-rows: auto auto; column-gap: 20px; min-height: 0 !important; padding: clamp(24px, 2.5vw, 34px) !important;
}

.content-led-page .method-card .line-icon {
  grid-row: 1 / span 2; margin: 0 !important;
}

.content-led-page .method-card h3 {
  margin: 0 0 10px !important; font-size: clamp(1.45rem, 1.8vw, 2rem) !important; line-height: 1.12 !important;
}

.content-led-page .method-card p {
  margin: 0 !important; font-size: clamp(1rem, 1.05vw, 1.14rem) !important; line-height: 1.55 !important;
}

.insights-page .insight-topic-grid,
.insights-page .insight-resource-grid,
.custom-page .custom-service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: clamp(18px, 2vw, 28px) !important;
}

.insights-page .insight-topic-grid article,
.insights-page .insight-resource-grid article,
.custom-page .custom-service-grid article {
  display: grid !important; grid-template-columns: 52px minmax(0, 1fr); grid-template-rows: auto auto; column-gap: 18px; min-height: 0 !important; padding: clamp(22px, 2.3vw, 32px) !important;
}

.insights-page .insight-topic-grid .line-icon,
.custom-page .custom-service-grid .line-icon,
.insights-page .insight-resource-grid b {
  grid-row: 1 / span 2; margin: 0 !important;
}

.insights-page .insight-topic-grid h3,
.insights-page .insight-resource-grid h3,
.custom-page .custom-service-grid h3 {
  margin: 0 0 9px !important; font-size: clamp(1.28rem, 1.5vw, 1.72rem) !important; line-height: 1.16 !important;
}

.insights-page .insight-topic-grid p,
.insights-page .insight-resource-grid p,
.custom-page .custom-service-grid p {
  margin: 0 !important; line-height: 1.52 !important;
}

.custom-page .process-timeline {
  position: relative; display: grid !important; grid-template-columns: repeat(5, minmax(0, 1fr)) !important; gap: clamp(18px, 2vw, 28px) !important; padding-top: 34px !important;
}

.custom-page .process-timeline::before {
  content: ""; position: absolute; left: 2%; right: 2%; top: 31px; height: 3px; border-radius: 999px; background: linear-gradient(90deg, var(--sun), rgba(31, 107, 109, 0.42), var(--sun));
}

.custom-page .process-timeline article {
  position: relative; min-height: 0 !important; padding: 36px 4px 0 !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important;
}

.custom-page .process-timeline article:hover {
  transform: none !important; box-shadow: none !important;
}

.custom-page .process-timeline span {
  position: absolute; top: -30px; left: 0; width: 58px !important; height: 58px !important; margin: 0 !important; border: 8px solid #fff; border-radius: 50%; background: var(--sun) !important; box-shadow: 0 0 0 1px rgba(18, 61, 47, 0.14), 0 12px 26px rgba(18, 61, 47, 0.12); color: var(--forest) !important;
}

.custom-page .process-timeline h3 {
  margin: 0 0 12px !important; font-size: clamp(1.28rem, 1.45vw, 1.72rem) !important; line-height: 1.12 !important;
}

.custom-page .process-timeline p {
  margin: 0 !important; max-width: 31ch; font-size: clamp(0.98rem, 1.02vw, 1.1rem) !important; line-height: 1.5 !important;
}

.lego-page .process-band {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: clamp(18px, 2vw, 28px) !important; padding: clamp(34px, 5vw, 70px) clamp(24px, 6vw, 92px) !important;
}

.lego-page .process-band article {
  display: grid; grid-template-columns: 72px minmax(0, 1fr); column-gap: 20px; min-height: 0 !important; padding: clamp(20px, 2.2vw, 30px) !important;
}

.lego-page .process-band b {
  grid-row: 1 / span 2; display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; background: var(--sun); color: var(--forest) !important;
}

.lego-page .process-band h2 {
  margin: 0 0 8px !important; font-size: clamp(1.35rem, 1.6vw, 1.9rem) !important;
}

.lego-page .page-content {
  display: grid !important; grid-template-columns: 1fr !important; gap: clamp(18px, 2vw, 28px) !important;
}

.lego-page .info-block {
  display: grid !important; grid-template-columns: 70px minmax(0, 1fr); grid-template-rows: auto auto; column-gap: 22px; min-height: 0 !important; padding: clamp(24px, 2.6vw, 38px) !important;
}

.lego-page .info-block span {
  grid-row: 1 / span 2; margin: 0 !important; font-size: 1.1rem !important;
}

.lego-page .info-block h2 {
  margin: 0 0 10px !important; font-size: clamp(1.55rem, 2vw, 2.15rem) !important;
}

.lego-page .info-block p,
.lego-page .info-block ul {
  margin: 0 !important;
}

@media (max-width: 980px) {
  .content-led-page .method-card-grid,
  .insights-page .insight-topic-grid,
  .insights-page .insight-resource-grid,
  .custom-page .custom-service-grid,
  .lego-page .process-band {
    grid-template-columns: 1fr !important;
  }

  .custom-page .process-timeline {
    grid-template-columns: 1fr !important; gap: 24px !important; padding-top: 0 !important; padding-left: 28px !important;
  }

  .custom-page .process-timeline::before {
    left: 28px; right: auto; top: 10px; bottom: 10px; width: 3px; height: auto; background: linear-gradient(180deg, var(--sun), rgba(31, 107, 109, 0.42), var(--sun));
  }

  .custom-page .process-timeline article {
    padding: 0 0 0 62px !important;
  }

  .custom-page .process-timeline span {
    top: 0; left: -28px; width: 50px !important; height: 50px !important; border-width: 7px;
  }
}

@media (max-width: 640px) {
  .content-led-page .method-card,
  .insights-page .insight-topic-grid article,
  .insights-page .insight-resource-grid article,
  .custom-page .custom-service-grid article,
  .lego-page .process-band article,
  .lego-page .info-block {
    grid-template-columns: 1fr !important;
  }
}

/* Final process refinement: full-width connected steps, not skinny columns. */
.systems-page .process-timeline,
.custom-page .process-timeline {
  grid-template-columns: 1fr !important; gap: 22px !important; padding-top: 0 !important; padding-left: 34px !important;
}

.systems-page .process-timeline::before,
.custom-page .process-timeline::before {
  left: 34px !important; right: auto !important; top: 8px !important; bottom: 8px !important; width: 3px !important; height: auto !important; background: linear-gradient(180deg, var(--sun), rgba(31, 107, 109, 0.42), var(--sun)) !important;
}

.systems-page .process-timeline article,
.custom-page .process-timeline article {
  display: grid !important; grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr); column-gap: clamp(22px, 3vw, 44px); align-items: start; min-height: 0 !important; width: 100% !important; padding: 0 0 0 70px !important;
}

.systems-page .process-timeline span,
.custom-page .process-timeline span {
  top: 0 !important; left: -34px !important; width: 56px !important; height: 56px !important; border-width: 8px !important;
}

.systems-page .process-timeline h3,
.custom-page .process-timeline h3 {
  margin: 6px 0 0 !important;
}

.systems-page .process-timeline p,
.custom-page .process-timeline p {
  max-width: none !important; margin: 4px 0 0 !important;
}

@media (max-width: 700px) {
  .systems-page .process-timeline article,
  .custom-page .process-timeline article {
    grid-template-columns: 1fr !important; row-gap: 6px; padding-left: 58px !important;
  }
}

/* LEGO Serious Play: no photo-led hero, concept-led diagram instead. */
.lego-page .page-hero {
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.8fr) !important; align-items: center !important; min-height: 0 !important; padding-top: clamp(42px, 5vw, 78px) !important; padding-bottom: clamp(42px, 5vw, 78px) !important;
}

.lego-page .page-hero > * {
  grid-column: auto !important; width: auto !important; max-width: none !important;
}

.lego-page .page-hero h1,
.lego-page .page-hero p {
  width: auto !important;
}

.lego-page .page-hero-image {
  display: none !important;
}

.lego-concept-diagram {
  position: relative; display: grid; min-height: clamp(380px, 36vw, 500px); padding: clamp(20px, 3vw, 34px); border: 1px solid rgba(18, 61, 47, 0.16); border-radius: 8px; background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 247, 239, 0.92)), linear-gradient(90deg, rgba(18, 61, 47, 0.07) 1px, transparent 1px), linear-gradient(0deg, rgba(18, 61, 47, 0.07) 1px, transparent 1px); background-size: auto, 34px 34px, 34px 34px; box-shadow: var(--soft-shadow); overflow: hidden;
}

.lego-concept-diagram::before,
.lego-concept-diagram::after {
  content: ""; position: absolute; inset: 16%; border: 1px dashed rgba(31, 107, 109, 0.26); border-radius: 50%;
}

.lego-concept-diagram::after {
  inset: 29% 22%; border-color: rgba(246, 179, 47, 0.42);
}

.lego-concept-diagram .diagram-core {
  position: absolute; left: 50%; top: 50%; z-index: 2; transform: translate(-50%, -50%); display: grid; width: min(54%, 270px); min-height: 102px; place-items: center; padding: 20px; border-radius: 8px; background: var(--forest); color: #fff; font-family: "Montserrat", Arial, system-ui, sans-serif; font-size: clamp(1.25rem, 2vw, 2rem); font-weight: 900; text-align: center; box-shadow: 0 24px 50px rgba(18, 61, 47, 0.2);
}

.lego-concept-diagram .diagram-node {
  position: absolute; z-index: 3; width: min(45%, 230px); padding: 16px; border: 1px solid rgba(31, 107, 109, 0.18); border-left: 5px solid var(--sun); border-radius: 8px; background: rgba(255, 255, 255, 0.96); box-shadow: var(--soft-shadow);
}

.lego-concept-diagram .diagram-node span {
  display: inline-grid; width: 32px; height: 32px; margin-right: 8px; place-items: center; border-radius: 50%; background: var(--sun); color: var(--forest); font-weight: 950;
}

.lego-concept-diagram .diagram-node b {
  color: var(--forest); font-family: "Montserrat", Arial, system-ui, sans-serif; font-size: 1.05rem;
}

.lego-concept-diagram .diagram-node small {
  display: block; margin-top: 8px; color: var(--muted); font-weight: 800;
}

.lego-concept-diagram .node-build {
  left: 7%; top: 8%;
}

.lego-concept-diagram .node-story {
  right: 7%; top: 14%;
}

.lego-concept-diagram .node-connect {
  left: 7%; bottom: 12%;
}

.lego-concept-diagram .node-act {
  right: 7%; bottom: 8%;
}

.lego-learning-map {
  display: grid; grid-template-columns: minmax(0, 0.58fr) minmax(0, 1fr); gap: clamp(28px, 4vw, 64px); padding: clamp(48px, 6vw, 88px) clamp(24px, 6vw, 92px); background: var(--cream); border-top: 1px solid rgba(18, 61, 47, 0.1); border-bottom: 1px solid rgba(18, 61, 47, 0.1);
}

.lego-learning-map h2 {
  margin: 0; color: var(--forest); font-size: clamp(2rem, 3.6vw, 4.1rem); line-height: 1;
}

.learning-map-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px;
}

.learning-map-grid article {
  position: relative; padding: 24px 24px 24px 34px; border: 1px solid rgba(18, 61, 47, 0.14); border-radius: 8px; background: rgba(255, 255, 255, 0.86);
}

.learning-map-grid article span {
  position: absolute; left: 0; top: 24px; bottom: 24px; width: 5px; border-radius: 999px; background: var(--sun);
}

.learning-map-grid h3 {
  margin: 0 0 10px; color: var(--forest); font-size: clamp(1.25rem, 1.45vw, 1.65rem);
}

.learning-map-grid p {
  margin: 0; color: var(--muted); font-weight: 700; line-height: 1.55;
}

@media (max-width: 980px) {
  .lego-page .page-hero,
  .lego-learning-map {
    grid-template-columns: 1fr !important;
  }

  .lego-concept-diagram {
    min-height: 520px;
  }
}

@media (max-width: 640px) {
  .lego-concept-diagram {
    display: grid; min-height: 0; gap: 12px;
  }

  .lego-concept-diagram::before,
  .lego-concept-diagram::after,
  .lego-concept-diagram .diagram-core,
  .lego-concept-diagram .diagram-node {
    position: static; transform: none; width: 100%;
  }

  .learning-map-grid {
    grid-template-columns: 1fr;
  }
}

/* Green-yellow premium theme pass inspired by the approved Insights treatment. */
:root { --forest:#123d2f; forest-2:#174f3d; --teal:#1f6f69; --sun:#f6b32f; sun-soft:#fff2cf; --cream:#fbfaf4; --mist:#f1f7ea; --muted:#59645f; --line:rgba(18, 61, 47, 0.14);
}

body {
  background: linear-gradient(180deg, #fffdf8 0%, #fbfaf4 44%, #f5f8ec 100%) !important; color: var(--forest) !important;
}

.site-header {
  background: rgba(255, 253, 248, 0.94) !important; border-bottom: 1px solid rgba(246, 179, 47, 0.32) !important;
}

.brand span {
  background: linear-gradient(90deg, var(--sun) 0%, #f6b32f 42%, var(--forest) 43%, var(--forest-2) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent !important; text-shadow: none !important;
}

.site-nav a {
  color: var(--forest) !important;
}

.site-nav a::after {
  background: var(--sun) !important;
}

.nav-contact {
  color: var(--forest) !important; border-color: rgba(18, 61, 47, 0.18) !important; background: rgba(246, 179, 47, 0.13) !important;
}

.nav-contact:hover {
  background: var(--sun) !important;
}

.content-hero,
.page-hero,
.about-hero,
.sdg-hero,
.insights-hero {
  background: radial-gradient(circle at 82% 18%, rgba(246, 179, 47, 0.2), transparent 30%), linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(241, 247, 234, 0.92)) !important; border-bottom: 1px solid rgba(18, 61, 47, 0.12) !important;
}

.insights-page .insights-hero,
.research-callout,
.collab-callout,
.insights-callout {
  background: radial-gradient(circle at 82% 76%, rgba(246, 179, 47, 0.18), transparent 32%), linear-gradient(135deg, #143d31 0%, #1f6f69 100%) !important; color: #fff !important; border-radius: 8px !important;
}

.insights-page .insights-hero h1,
.insights-page .insights-hero h2,
.insights-page .insights-hero p,
.research-callout h2,
.research-callout p,
.collab-callout h2,
.collab-callout p,
.insights-callout h2,
.insights-callout p {
  color: rgba(255, 255, 255, 0.9) !important;
}

.insights-page .insights-hero .eyebrow,
.research-callout .eyebrow,
.collab-callout .eyebrow,
.insights-callout .eyebrow {
  color: var(--sun) !important;
}

.method-card,
.workshop-tile,
.insight-topic-grid article,
.insight-resource-grid article,
.custom-service-grid article,
.feature-card-grid article,
.audience-card-grid article,
.philosophy-grid article,
.info-block,
.process-band article,
.learning-map-grid article,
.who-grid article,
.icon-card-grid article,
.topic-grid span {
  border-color: rgba(18, 61, 47, 0.16) !important; background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 251, 238, 0.78)) !important;
}

.method-card:hover,
.workshop-tile:hover,
.insight-topic-grid article:hover,
.insight-resource-grid article:hover,
.custom-service-grid article:hover,
.feature-card-grid article:hover,
.audience-card-grid article:hover,
.philosophy-grid article:hover,
.info-block:hover,
.process-band article:hover,
.learning-map-grid article:hover {
  border-color: rgba(246, 179, 47, 0.58) !important;
}

.line-icon,
.eyebrow,
.process-timeline span,
.process-band b,
.insight-resource-grid b,
.lego-concept-diagram .diagram-node span {
  color: var(--sun) !important;
}

.process-timeline span,
.process-band b,
.insight-resource-grid b,
.lego-concept-diagram .diagram-node span {
  background: var(--sun) !important; color: var(--forest) !important;
}

.site-assistant .assistant-toggle {
  background: linear-gradient(135deg, #123d2f, #1f6f69) !important; border-color: rgba(246, 179, 47, 0.58) !important;
}

/* Contact page: replace supporting photo with a practical enquiry diagram. */
.contact-page {
  background: linear-gradient(135deg, #123d2f 0%, #174f3d 50%, #1f6f69 100%) !important;
}

.contact-page .contact-panel {
  background: transparent !important;
}

.contact-page .contact-form {
  background: rgba(255, 253, 248, 0.9) !important; border: 1px solid rgba(246, 179, 47, 0.28) !important;
}

.contact-photo {
  display: none !important;
}

.contact-flow-diagram {
  display: grid; gap: 12px; margin-top: clamp(24px, 3vw, 38px); max-width: 680px;
}

.contact-flow-diagram div {
  display: grid; grid-template-columns: 52px minmax(0, 1fr); column-gap: 16px; row-gap: 4px; align-items: start; padding: 16px 18px; border: 1px solid rgba(255, 255, 255, 0.18); border-left: 5px solid var(--sun); border-radius: 8px; background: rgba(255, 255, 255, 0.08);
}

.contact-flow-diagram span {
  grid-row: 1 / span 2; display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--sun); color: var(--forest); font-weight: 950;
}

.contact-flow-diagram b {
  display: block; grid-column: 2; color: #fff; font-family: "Montserrat", Arial, system-ui, sans-serif; font-size: 1.05rem; line-height: 1.2;
}

.contact-flow-diagram small {
  display: block; grid-column: 2; margin-top: 4px; color: rgba(255, 255, 255, 0.78); font-weight: 700; line-height: 1.45;
}

.contact-page input,
.contact-page select,
.contact-page textarea {
  background: #fff !important; border-color: rgba(18, 61, 47, 0.16) !important;
}

.contact-page .button.primary {
  background: var(--forest) !important; color: #fff !important; border-color: var(--forest) !important;
}

@media (max-width: 640px) {
  .contact-flow-diagram div {
    grid-template-columns: 1fr; row-gap: 8px;
  }
}

/* Homepage approach: replace room photo with a concept diagram. */
#approach .home-approach-diagram {
  order: 2; justify-self: end; width: min(100%, 360px) !important; min-height: 360px;
}

.home-approach-diagram {
  position: relative; display: grid; gap: 12px; padding: 20px; border: 1px solid rgba(18, 61, 47, 0.16); border-radius: 8px; background: linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(241, 247, 234, 0.92)), linear-gradient(90deg, rgba(18, 61, 47, 0.07) 1px, transparent 1px), linear-gradient(0deg, rgba(18, 61, 47, 0.07) 1px, transparent 1px); background-size: auto, 30px 30px, 30px 30px; box-shadow: var(--soft-shadow);
}

.home-approach-diagram::before {
  content: ""; position: absolute; left: 45px; top: 86px; bottom: 28px; width: 3px; border-radius: 999px; background: linear-gradient(180deg, var(--sun), rgba(31, 107, 109, 0.48), var(--sun));
}

.home-approach-diagram .approach-core {
  position: relative; z-index: 1; padding: 18px; border-radius: 8px; background: var(--forest); color: #fff; font-family: "Montserrat", Arial, system-ui, sans-serif; font-weight: 900; text-align: center;
}

.home-approach-diagram article {
  position: relative; z-index: 1; display: grid; grid-template-columns: 48px minmax(0, 1fr); column-gap: 12px; padding: 14px; border: 1px solid rgba(18, 61, 47, 0.14); border-radius: 8px; background: rgba(255, 255, 255, 0.94);
}

.home-approach-diagram span {
  grid-row: 1 / span 2; display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--sun); color: var(--forest); font-weight: 950;
}

.home-approach-diagram b {
  color: var(--forest); font-family: "Montserrat", Arial, system-ui, sans-serif; line-height: 1.1;
}

.home-approach-diagram small {
  color: var(--muted); font-weight: 750; line-height: 1.35;
}

#approach .approach-image {
  display: none !important;
}

@media (max-width: 980px) {
  #approach .home-approach-diagram {
    justify-self: start; width: min(100%, 420px) !important;
  }
}

/* Simple corporate navbar: no pill shell, no visual clutter. */
.site-header {
  display: grid !important; grid-template-columns: minmax(260px, 420px) minmax(0, 1fr) !important; align-items: center; min-height: 86px; padding: 14px clamp(28px, 5vw, 76px) !important; background: rgba(251, 252, 246, 0.96) !important; border-bottom: 1px solid rgba(18, 61, 49, 0.12) !important; box-shadow: none !important;
}

.brand {
  justify-self: start; gap: 14px;
}

.brand img {
  width: 64px !important; height: 58px !important;
}

.brand span {
  font-size: clamp(1.08rem, 1.55vw, 1.42rem) !important;
}

.site-nav {
  justify-self: end !important; display: flex; align-items: center; gap: clamp(24px, 3vw, 48px) !important; padding: 0 !important; background: transparent !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important;
}

.site-nav a,
.nav-contact,
.nav-parent {
  position: relative; padding: 8px 0 !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; color: var(--forest) !important; font-size: clamp(1rem, 1.1vw, 1.14rem) !important;
}

.site-nav a::after,
.nav-parent::after,
.nav-contact::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--sun); transform: scaleX(0); transform-origin: left; transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.nav-parent:hover::after,
.nav-contact:hover::after {
  transform: scaleX(1);
}

.nav-menu {
  margin-top: 14px; border-radius: 8px !important;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto !important;
  }

  .site-nav {
    justify-self: stretch !important; gap: 0 !important; padding: 14px !important; background: #fff !important; border: 1px solid rgba(18, 61, 49, 0.12) !important; border-radius: 8px !important;
  }

  .site-nav a,
  .nav-contact,
  .nav-parent {
    padding: 12px 10px !important;
  }
}

/* Final homepage override: prevent the approach content and diagram from drifting apart. */
#approach.approach.split-section {
  display: grid !important; grid-template-columns: minmax(0, 1fr) minmax(340px, 420px) !important; gap: clamp(28px, 4vw, 58px) !important; align-items: start !important; min-height: 0 !important; padding: clamp(48px, 6vw, 84px) clamp(24px, 6vw, 92px) !important;
}

#approach.approach.split-section > * {
  grid-column: auto !important; width: auto !important; max-width: none !important;
}

#approach .approach-copy {
  order: 1 !important; align-self: start !important; display: grid !important; gap: 20px !important; max-width: 920px !important;
}

#approach .approach-copy h2 {
  width: auto !important; margin: 0 !important; max-width: 900px !important; font-size: clamp(2.25rem, 4vw, 4.8rem) !important;
}

#approach .approach-copy > p:not(.eyebrow) {
  width: auto !important; max-width: 780px !important; margin: 0 !important;
}

#approach .steps {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 14px !important;
}

#approach .button.secondary {
  justify-self: start !important; margin-top: 2px !important;
}

#approach .home-approach-diagram {
  order: 2 !important; align-self: start !important; justify-self: end !important; width: min(100%, 420px) !important; min-height: 0 !important; margin: 0 !important;
}

@media (max-width: 980px) {
  #approach.approach.split-section {
    grid-template-columns: 1fr !important;
  }

  #approach .home-approach-diagram {
    justify-self: start !important; width: min(100%, 520px) !important;
  }
}

@media (max-width: 640px) {
  #approach.approach.split-section {
    padding: 42px 20px !important;
  }

  #approach .steps {
    grid-template-columns: 1fr !important;
  }
}
/* 2026 content-led refinement: shared brand and bespoke page visuals. */
.site-header .brand {
  position: relative; overflow: visible;
}

.site-header .brand span,
.scl-header .scl-brand span {
  color: #f7ad24 !important;
  -webkit-text-fill-color: #f7ad24 !important;
}

.site-header .brand span::before,
.scl-header .scl-brand span::before {
  content: ""; position: absolute; top: -12px; left: 50%; width: 9px; height: 9px; border-radius: 50%; background: #f7ad24; box-shadow: 0 -7px 0 -3px #f7ad24, 0 7px 0 -3px #f7ad24, 7px 0 0 -3px #f7ad24, -7px 0 0 -3px #f7ad24;
}

.custom-page > .custom-hero {
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr) !important; align-items: start !important; gap: clamp(40px, 5vw, 76px) !important; padding: clamp(56px, 6vw, 86px) clamp(24px, 6vw, 92px) !important;
}

.custom-page .custom-visual-rail {
  display: grid !important; grid-column: 2 !important; gap: 14px !important; width: 100% !important; max-width: 520px !important; justify-self: end !important;
}

.custom-page > .custom-hero > div:first-child { grid-column: 1 !important; }

.custom-page .custom-hero-photo {
  margin: 0; overflow: hidden; border: 1px solid rgba(18, 63, 49, .18); border-radius: 6px; background: #eef5ed;
}

.custom-page .custom-hero-photo img {
  display: block !important; width: 100% !important; max-width: none !important; height: 235px; object-fit: cover;
}

.form-honeypot {
  position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none !important;
}

.custom-page .custom-hero-photo figcaption {
  padding: 12px 15px; background: #123f31; color: #fff; font-family: "Montserrat", Arial, sans-serif; font-size: .78rem; font-weight: 800; text-transform: uppercase;
}

.custom-page .design-diagram {
  display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 8px !important; width: 100% !important; max-width: none !important; padding: 14px !important; border: 1px solid rgba(18, 63, 49, .18) !important; border-radius: 6px !important; background: #eef5ed !important;
}

.custom-page .design-diagram span {
  display: grid !important; place-items: center !important; min-height: 58px !important; padding: 8px !important; border: 1px solid rgba(18, 63, 49, .16) !important; border-radius: 4px !important; background: #fff !important; color: #123f31 !important;
  -webkit-text-fill-color: #123f31 !important; font-family: "Montserrat", Arial, sans-serif !important; font-size: .74rem !important; font-weight: 800 !important; text-align: center !important;
}

.custom-page .content-section > .section-title::after,
.custom-page .content-section > .section-title::before,
.insights-page .content-section > .section-title::after,
.insights-page .content-section > .section-title::before {
  display: none !important; content: none !important;
}

.custom-page .content-section > .section-title,
.insights-page .content-section > .section-title {
  grid-template-columns: minmax(0, 1fr) minmax(220px, 300px) !important;
}

.insights-page .section-title > div:first-child { min-width: 0; }
.insights-page .section-title > div:first-child .eyebrow,
.insights-page .section-title > div:first-child h2 { grid-column: auto !important; width: 100% !important; max-width: 1050px !important; }

.insights-page .insights-art {
  position: relative; grid-column: 2; grid-row: 1 / span 2; width: 280px; height: 170px; justify-self: end; overflow: hidden; border: 1px solid rgba(18, 63, 49, .2); border-left: 5px solid #f7ad24; border-radius: 6px; background: #eef5ed;
}

.custom-page .section-title > div:first-child { min-width: 0; }
.custom-page .section-title > div:first-child .eyebrow,
.custom-page .section-title > div:first-child h2 { width: 100% !important; max-width: 1020px !important; }

.custom-page .custom-process-art {
  position: relative; grid-column: 2; grid-row: 1 / span 2; display: flex; align-items: center; width: 300px; height: 132px; padding: 24px 16px 42px; justify-self: end; border: 1px solid rgba(18, 63, 49, .2); border-left: 5px solid #f7ad24; border-radius: 6px; background: #eef5ed;
}

.custom-process-art span {
  display: grid; flex: 0 0 36px; width: 36px; height: 36px; place-items: center; border: 2px solid #123f31; border-radius: 50%; background: #fff; color: #123f31; font-size: .67rem; font-weight: 900;
}

.custom-process-art span:nth-of-type(3) { background: #f7ad24; }
.custom-process-art i { flex: 1 1 10px; height: 2px; background: #1e6c5e; }
.custom-process-art b { position: absolute; right: 14px; bottom: 12px; color: #123f31; font-size: .62rem; text-transform: uppercase; }

@media (max-width: 1180px) {
  .site-header {
    position: sticky !important; top: 0 !important; z-index: 1000 !important; display: flex !important; width: 100% !important; min-height: 76px !important; padding: 10px 18px !important; align-items: center !important; justify-content: space-between !important; border-radius: 0 !important;
  }

  .site-header .brand { display: flex !important; min-width: 0 !important; align-items: center !important; }
  .site-header .brand img { width: 52px !important; height: 52px !important; flex: 0 0 52px !important; }
  .site-header .brand span { font-size: clamp(.92rem, 3.8vw, 1.15rem) !important; line-height: 1.1 !important; white-space: nowrap !important; }
  .site-header .nav-toggle { display: block !important; flex: 0 0 44px !important; margin-left: 12px !important; }
  .site-header .site-nav {
    position: absolute !important; top: 100% !important; right: 0 !important; left: 0 !important; display: none !important; max-height: calc(100vh - 76px) !important; padding: 10px 16px 18px !important; overflow-y: auto !important; border: 0 !important; border-top: 1px solid rgba(18,63,49,.14) !important; border-radius: 0 !important; background: #fbfcf6 !important;
  }
  .site-header.nav-open .site-nav { display: grid !important; }
  .site-header .site-nav > a,
  .site-header .nav-parent { width: 100% !important; padding: 12px 8px !important; }
  .site-header .nav-dropdown { width: 100% !important; }
  .site-header .nav-menu { position: static !important; display: none !important; width: 100% !important; padding: 4px 0 8px 16px !important; border: 0 !important; box-shadow: none !important; background: transparent !important; }
  .site-header .nav-dropdown.is-open .nav-menu { display: grid !important; }
}

.insights-art-compass::before,
.insights-art-compass::after {
  content: ""; position: absolute; inset: 31px 84px; border: 1px solid rgba(30, 108, 94, .42); border-radius: 50%;
}

.insights-art-compass::after { inset: 55px 108px; border: 7px solid #f7ad24; }
.insights-art-compass span { position: absolute; color: #123f31; font-size: .64rem; font-weight: 800; text-transform: uppercase; }
.insights-art-compass span:nth-child(1) { top: 18px; left: 18px; }
.insights-art-compass span:nth-child(2) { top: 74px; right: 13px; }
.insights-art-compass span:nth-child(3) { bottom: 17px; left: 22px; }
.insights-art-compass b { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); color: #123f31; font-size: .7rem; text-transform: uppercase; }

.insights-art-library { display: flex; align-items: flex-end; justify-content: center; gap: 10px; padding: 28px 28px 42px; }
.insights-art-library span { display: block; width: 36px; border: 2px solid #123f31; border-bottom-width: 7px; background: #fff; }
.insights-art-library span:nth-child(1) { height: 70px; }
.insights-art-library span:nth-child(2) { height: 98px; border-color: #1e6c5e; }
.insights-art-library span:nth-child(3) { height: 82px; border-color: #f7ad24; }
.insights-art-library span:nth-child(4) { height: 112px; }
.insights-art-library b { position: absolute; right: 14px; bottom: 12px; color: #123f31; font-size: .62rem; text-transform: uppercase; }

.insights-page > .insights-hero {
  grid-template-columns: minmax(0, 1.15fr) minmax(420px, .85fr) !important; align-items: center !important; gap: clamp(42px, 6vw, 90px) !important;
}

.insights-page > .insights-hero h1 {
  max-width: 900px !important; font-size: clamp(3.2rem, 4.8vw, 5.2rem) !important; line-height: 1.02 !important;
}

@media (max-width: 980px) {
  .custom-page > .custom-hero { grid-template-columns: 1fr !important; }
  .custom-page .custom-visual-rail { grid-column: 1 !important; max-width: 680px !important; justify-self: start !important; }
  .custom-page .custom-hero-photo img { height: 280px; }
  .insights-page > .insights-hero { grid-template-columns: 1fr !important; }
}

@media (max-width: 700px) {
  .site-header .brand span::before, .scl-header .scl-brand span::before { display: none; }
  .custom-page .custom-hero-photo img { height: 205px; }
  .custom-page .design-diagram { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .custom-page .content-section > .section-title,
  .insights-page .content-section > .section-title { display: block !important; }
  .insights-page .insights-art { width: min(100%, 300px); height: 155px; margin-top: 24px; justify-self: start; }
  .custom-page .custom-process-art { width: min(100%, 300px); margin-top: 22px; justify-self: start; }
  .site-assistant { right: 10px !important; bottom: 10px !important; }
  .site-assistant .assistant-toggle { width: 52px !important; min-width: 52px !important; height: 52px !important; padding: 6px !important; border-radius: 50% !important; }
  .site-assistant .assistant-toggle > span:last-child { display: none !important; }
}

/* Stable shared header and narrow-screen containment. */
.site-header {
  display: flex !important; min-height: 104px !important; padding: 16px 24px !important; align-items: center !important; justify-content: space-between !important;
}

.site-header .brand,
.site-header .scl-brand {
  display: inline-flex !important; min-width: 0 !important; margin: 0 !important; margin-left: 0 !important; margin-right: auto !important; gap: 13px !important; align-items: center !important; align-self: center !important; justify-content: flex-start !important;
}

.site-header .brand img,
.site-header .scl-brand img {
  width: 62px !important; height: 62px !important; flex: 0 0 62px !important; margin: 0 !important; margin-left: 0 !important; object-fit: contain !important;
}

.site-header .brand span {
  position: static !important; margin: 0 !important; color: #f7ad24 !important;
  -webkit-text-fill-color: #f7ad24 !important; font-size: clamp(1.18rem, 1.6vw, 1.52rem) !important; line-height: 1.05 !important; white-space: nowrap !important;
}

.site-header .brand span::before { display: none !important; content: none !important; }
.site-header .site-nav { align-items: center !important; }

@media (max-width: 1180px) {
  .site-header { min-height: 76px !important; padding: 10px 16px !important; }
  .site-header .brand { gap: 9px !important; max-width: calc(100% - 58px) !important; }
  .site-header .brand img { width: 48px !important; height: 48px !important; flex-basis: 48px !important; }
  .site-header .brand span { max-width: calc(100vw - 138px) !important; overflow: hidden !important; font-size: clamp(.92rem, 3.8vw, 1.1rem) !important; text-overflow: ellipsis !important; }
}

@media (max-width: 700px) {
  html, body { max-width: 100% !important; overflow-x: hidden !important; }
  .site-header {
    width: 100vw !important; max-width: 100vw !important; box-sizing: border-box !important;
  }
  .site-header .nav-toggle {
    position: absolute !important; top: 16px !important; right: 12px !important; display: block !important; width: 44px !important; min-width: 44px !important; height: 44px !important; padding: 10px !important;
  }
  .custom-page {
    width: 100vw !important; min-width: 0 !important; max-width: 100vw !important; overflow: hidden !important;
  }
  .custom-page,
  .custom-page > .custom-hero,
  .custom-page > .custom-hero > *,
  .custom-page .custom-visual-rail,
  .custom-page .custom-hero-photo,
  .custom-page .design-diagram {
    width: 100% !important; min-width: 0 !important; max-width: 100% !important; box-sizing: border-box !important;
  }

  .custom-page > .custom-hero {
    display: grid !important; grid-template-columns: minmax(0, 1fr) !important; gap: 30px !important; width: 100vw !important; padding: 42px 20px 48px !important; overflow: hidden !important;
  }

  .custom-page > .custom-hero > div:first-child,
  .custom-page .custom-visual-rail {
    grid-column: 1 !important; width: calc(100vw - 40px) !important; max-width: calc(100vw - 40px) !important; justify-self: stretch !important;
  }
  .custom-page > .custom-hero > div:first-child {
    width: calc(100vw - 40px) !important; min-width: 0 !important; max-width: calc(100vw - 40px) !important;
  }
  .custom-page .custom-hero h1 {
    width: 100% !important; max-width: 100% !important; font-size: clamp(2.35rem, 11.5vw, 3rem) !important; line-height: .98 !important; overflow-wrap: anywhere !important;
  }
  .custom-page .custom-hero p {
    width: calc(100vw - 40px) !important; max-width: calc(100vw - 40px) !important; white-space: normal !important; overflow-wrap: anywhere !important;
  }
  .custom-page .custom-hero-photo img { width: 100% !important; height: 190px !important; }
  .custom-page .custom-hero-photo figcaption { font-size: .65rem !important; white-space: normal !important; }
  .custom-page .design-diagram { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

/* Final navigation + homepage hierarchy pass. */
.site-header {
  padding: 12px 24px 12px 0 !important; padding-left: 0 !important; gap: clamp(14px, 3vw, 48px) !important;
}

.site-header .brand {
  flex: 0 0 auto !important; margin-right: clamp(24px, 5vw, 96px) !important;
}

.site-header .site-nav {
  display: flex !important; flex: 1 1 auto !important; justify-content: flex-end !important; gap: clamp(18px, 2vw, 36px) !important;
}

.site-header .site-nav > a,
.site-header .nav-parent {
  font-size: clamp(1rem, 1.12vw, 1.16rem) !important; line-height: 1.1 !important; white-space: nowrap !important;
}

.site-header .nav-contact {
  padding: 14px 18px !important; border: 1px solid rgba(18, 63, 49, .7) !important; border-radius: 0 !important; background: transparent !important; color: #123f31 !important;
}

#home .scl-wrap,
#home .scl-section .scl-wrap,
#home .scl-hero .scl-wrap {
  width: min(100% - 72px, 1740px) !important; max-width: 1740px !important;
}

#home .scl-section {
  padding-block: clamp(58px, 7vw, 104px) !important;
}

#home h1,
#home h2 {
  color: #123f31 !important; font-family: "Montserrat", Arial, sans-serif !important; font-weight: 900 !important; letter-spacing: 0 !important;
}

#home h1 {
  max-width: 980px !important; font-size: clamp(4.2rem, 6.8vw, 7.7rem) !important; line-height: .95 !important;
}

#home h2,
#home .scl-section-heading h2,
#home .scl-about-home h2,
#home .scl-approach-home h2,
#home .scl-insights-home h2 {
  max-width: 1120px !important; font-size: clamp(2.7rem, 4.2vw, 5.15rem) !important; line-height: 1 !important;
}

#home p,
#home li,
#home small,
#home .scl-body-copy,
#home .scl-lead {
  font-size: clamp(1rem, 1.18vw, 1.28rem) !important; line-height: 1.55 !important;
}

#home .scl-kicker,
#home .scl-method span,
#home .scl-insight-list span {
  color: #f7ad24 !important; font-size: .9rem !important; line-height: 1.2 !important; text-transform: uppercase !important;
}

#home .scl-section-heading {
  display: grid !important; grid-template-columns: minmax(0, 1.45fr) minmax(320px, .55fr) !important; align-items: end !important; gap: clamp(28px, 5vw, 92px) !important;
}

#home .scl-section-heading > p,
#home .scl-about-copy,
#home .scl-approach-copy > p {
  max-width: 740px !important;
}

#home .scl-method-list,
#home .scl-insight-list,
#home .scl-outcomes {
  gap: 0 !important; border-top: 1px solid rgba(18, 63, 49, .18) !important; border-bottom: 1px solid rgba(18, 63, 49, .18) !important;
}

#home .scl-method,
#home .scl-insight-list article,
#home .scl-outcomes article {
  border-radius: 0 !important;
}

#home .scl-audience {
  border-block: 1px solid rgba(18, 63, 49, .14) !important; background: #fff !important;
}

#home .scl-audience .scl-wrap {
  display: flex !important; width: min(100% - 72px, 1740px) !important; max-width: 1740px !important; padding-block: 18px !important; align-items: center !important; gap: 10px 16px !important;
}

#home .scl-audience strong {
  flex: 0 0 auto !important; margin-right: 10px !important; color: #123f31 !important; font-size: .92rem !important; line-height: 1.15 !important; text-transform: uppercase !important;
}

#home .scl-audience span {
  display: inline-flex !important; min-height: 36px !important; align-items: center !important; padding: 8px 13px !important; border: 1px solid rgba(18, 63, 49, .18) !important; border-radius: 999px !important; background: #fbfcf6 !important; color: #455650 !important; font-size: .94rem !important; font-weight: 800 !important; line-height: 1 !important;
}

@media (max-width: 1320px) {
  .site-header {
    padding-inline: 22px !important; gap: 18px !important;
  }

  .site-header .brand {
    margin-right: 18px !important;
  }

  .site-header .site-nav {
    gap: 18px !important;
  }

  .site-header .site-nav > a,
  .site-header .nav-parent {
    font-size: 1rem !important;
  }
}

@media (max-width: 1180px) {
  .site-header .site-nav {
    display: none !important; justify-content: start !important; gap: 0 !important;
  }

  .site-header.nav-open .site-nav {
    display: grid !important;
  }
}

@media (max-width: 760px) {
  #home .scl-wrap,
  #home .scl-section .scl-wrap,
  #home .scl-hero .scl-wrap {
    width: min(100% - 36px, 1740px) !important;
  }

  #home h1 {
    font-size: clamp(3rem, 14vw, 4.2rem) !important; overflow-wrap: anywhere !important;
  }

  #home h2,
  #home .scl-section-heading h2,
  #home .scl-about-home h2,
  #home .scl-approach-home h2,
  #home .scl-insights-home h2 {
    font-size: clamp(2.1rem, 10vw, 3.25rem) !important; overflow-wrap: anywhere !important;
  }

  #home .scl-section-heading {
    grid-template-columns: 1fr !important;
  }

  #home .scl-audience .scl-wrap {
    width: min(100% - 36px, 1740px) !important;
  }
}

/* Keep homepage premium and readable: big headings, not sprawling headings. */
#home .scl-hero-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(430px, .9fr) !important; gap: clamp(42px, 6vw, 110px) !important;
}

#home h1,
#home .scl-hero h1 {
  max-width: 1160px !important; font-size: clamp(3.9rem, 5.35vw, 6.1rem) !important; line-height: .98 !important;
}

#home h2,
#home .scl-section-heading h2,
#home .scl-about-home h2,
#home .scl-approach-home h2,
#home .scl-insights-home h2 {
  font-size: clamp(2.55rem, 3.55vw, 4.35rem) !important; line-height: 1.04 !important;
}

#home .scl-system-map {
  max-width: 560px !important; min-height: 470px !important;
}

@media (max-width: 1120px) {
  #home .scl-hero-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Client polish pass v125: professional, content-led, green/yellow system. */
:root { brand-green:#123f31; brand-green-2:#1d6f60; brand-yellow:#f7ad24; brand-cream:#fbfcf6; brand-soft:#eef5ed; brand-ink:#183d33; brand-muted:#53655f; brand-line:rgba(18, 63, 49, .16);
}

html,
body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important; color: var(--brand-ink) !important; background: var(--brand-cream) !important; letter-spacing: 0 !important;
}

body,
p,
li,
small,
label,
input,
textarea,
select,
button {
  font-family: "Inter", system-ui, sans-serif !important; letter-spacing: 0 !important;
}

h1,
h2,
h3,
h4,
.site-header,
.brand span,
.scl-kicker,
.eyebrow,
.button,
.scl-button,
.scl-text-link {
  font-family: "Manrope", "Inter", system-ui, sans-serif !important; letter-spacing: 0 !important;
}

.site-header {
  position: sticky !important; top: 0 !important; z-index: 1000 !important; display: flex !important; width: 100% !important; min-height: 86px !important; padding: 12px clamp(24px, 5vw, 96px) !important; align-items: center !important; justify-content: space-between !important; gap: clamp(28px, 4vw, 72px) !important; border-bottom: 1px solid var(--brand-line) !important; border-radius: 0 !important; background: rgba(251, 252, 246, .97) !important; box-shadow: none !important;
}

.site-header .brand {
  position: relative !important; display: inline-flex !important; flex: 0 0 auto !important; min-width: 0 !important; max-width: 480px !important; margin: 0 !important; align-items: center !important; justify-content: flex-start !important; gap: 13px !important; text-decoration: none !important;
}

.site-header .brand::after {
  content: "" !important; position: absolute !important; top: 4px !important; left: 55px !important; width: 12px !important; height: 12px !important; border-radius: 50% !important; background: var(--brand-yellow) !important; box-shadow: 0 -9px 0 -5px var(--brand-yellow), 0 9px 0 -5px var(--brand-yellow), 9px 0 0 -5px var(--brand-yellow), -9px 0 0 -5px var(--brand-yellow) !important;
}

.site-header .brand img {
  display: block !important; width: 66px !important; height: 66px !important; flex: 0 0 66px !important; object-fit: contain !important;
}

.site-header .brand span {
  display: inline-block !important; max-width: none !important; overflow: visible !important; color: var(--brand-green) !important; font-size: clamp(1.28rem, 1.55vw, 1.7rem) !important; font-weight: 800 !important; line-height: 1.05 !important; white-space: nowrap !important; text-overflow: clip !important;
}

.site-header .brand span strong {
  color: var(--brand-yellow) !important; font-weight: 800 !important;
}

.site-header .site-nav {
  display: flex !important; flex: 1 1 auto !important; align-items: center !important; justify-content: flex-end !important; gap: clamp(18px, 2vw, 34px) !important;
}

.site-header .site-nav > a,
.site-header .nav-parent {
  color: var(--brand-green) !important; font-size: clamp(1rem, 1.05vw, 1.15rem) !important; font-weight: 800 !important; line-height: 1 !important; text-decoration: none !important; white-space: nowrap !important;
}

.site-header .nav-contact {
  padding: 14px 18px !important; border: 1px solid var(--brand-green) !important; border-radius: 2px !important; background: transparent !important; color: var(--brand-green) !important;
}

.site-header .nav-dropdown { position: relative !important; }
.site-header .nav-menu {
  top: calc(100% + 14px) !important; left: 0 !important; min-width: 270px !important; padding: 10px !important; border: 1px solid var(--brand-line) !important; border-radius: 4px !important; background: #fff !important; box-shadow: 0 20px 50px rgba(18, 63, 49, .12) !important;
}

.site-header .nav-dropdown:hover .nav-menu,
.site-header .nav-dropdown.is-open .nav-menu {
  display: grid !important;
}

.site-header .nav-menu a {
  padding: 11px 12px !important; border-radius: 3px !important; color: var(--brand-green) !important; font-size: .95rem !important; font-weight: 750 !important; text-decoration: none !important;
}

.site-header .nav-menu a:hover {
  background: var(--brand-soft) !important;
}

.scl-wrap,
#home .scl-wrap,
#home .scl-section .scl-wrap,
#home .scl-hero .scl-wrap,
.content-led-page > section,
.workshop-page > section:not(.sdg-hero):not(.sdg-intro-question):not(.sdg-story-split):not(.sdg-connection):not(.sdg-visual-strip):not(.sdg-recognition):not(.sdg-purpose):not(.sdg-support):not(.sdg-game-pieces):not(.sdg-reflection):not(.sdg-final-cta) {
  width: min(100% - 72px, 1680px) !important; max-width: 1680px !important; margin-inline: auto !important;
}

.scl-section,
.content-section,
.workshop-page > section,
.content-led-page > section {
  padding-block: clamp(54px, 5.5vw, 88px) !important;
}

#home .scl-hero {
  padding-block: clamp(58px, 6vw, 92px) 34px !important;
}

#home .scl-hero-grid {
  grid-template-columns: minmax(0, 1.03fr) minmax(440px, .97fr) !important; align-items: center !important;
}

#home .scl-hero h1 {
  max-width: 1000px !important; font-size: clamp(3.45rem, 4.7vw, 5.65rem) !important; line-height: 1.02 !important;
}

#home h2,
#home .scl-section-heading h2,
#home .scl-about-home h2,
#home .scl-approach-home h2,
#home .scl-insights-home h2,
.content-section h2,
.section-title h2,
.workshop-page h2 {
  max-width: 1120px !important; color: var(--brand-green) !important;
  -webkit-text-fill-color: var(--brand-green) !important; font-size: clamp(2.25rem, 3.1vw, 3.95rem) !important; line-height: 1.08 !important; font-weight: 800 !important; overflow-wrap: normal !important; word-break: normal !important;
}

.pg-cta-section h1, .pg-cta-section h2, .pg-cta-section h3, .pg-cta-section h4,
.pg-cta-inner h1, .pg-cta-inner h2, .pg-cta-inner h3, .pg-cta-inner h4,
.pg-cta-text h1, .pg-cta-text h2, .pg-cta-text h3, .pg-cta-text h4,
.scl-cta h1, .scl-cta h2, .scl-cta h3, .scl-cta h4,
.pg-section-dark h1, .pg-section-dark h2, .pg-section-dark h3, .pg-section-dark h4 {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}
.pg-cta-label, .scl-cta-label {
  color: #f7ad24 !important;
  -webkit-text-fill-color: #f7ad24 !important;
}
.scl-footer-links h4, .scl-premium-footer h4, footer h4 {
  color: #f7ad24 !important;
  -webkit-text-fill-color: #f7ad24 !important;
}

.workshop-page h1,
.content-hero h1,
.about-hero h1,
.insights-hero h1,
.sdg-page .sdg-hero-copy h1 {
  max-width: 1120px !important; color: var(--brand-green) !important;
  -webkit-text-fill-color: var(--brand-green) !important; font-size: clamp(3rem, 4.6vw, 5.45rem) !important; line-height: 1.05 !important; font-weight: 800 !important; overflow-wrap: normal !important; word-break: normal !important;
}

p,
.content-section p,
.workshop-page p,
#home p,
#home .scl-lead {
  color: var(--brand-muted) !important; font-size: clamp(.98rem, 1.08vw, 1.16rem) !important; line-height: 1.66 !important;
}

.scl-kicker,
.eyebrow {
  color: var(--brand-yellow) !important;
  -webkit-text-fill-color: var(--brand-yellow) !important; font-size: .86rem !important; font-weight: 900 !important; line-height: 1.25 !important; text-transform: uppercase !important;
}

#home .scl-system-map,
.systems-title-art,
.insights-art,
.custom-process-art,
.sdg-choice-diagram {
  border: 1px solid var(--brand-line) !important; border-left: 6px solid var(--brand-yellow) !important; border-radius: 5px !important; background: linear-gradient(135deg, #eef5ed, #fbfcf6) !important; box-shadow: none !important;
}

#home .scl-system-map {
  max-width: 560px !important; min-height: 500px !important; justify-self: end !important;
}

.scl-map-node,
.scl-design-cycle article,
.method-card,
.philosophy-grid article,
.why-card-grid article,
.who-grid article,
.sdg-audience-grid article,
.insight-topic-grid article,
.insight-resource-grid article,
.custom-service-grid article {
  border: 1px solid var(--brand-line) !important; border-radius: 5px !important; background: #fff !important; box-shadow: none !important;
}

.scl-method-visual,
.sdg-section-image,
.custom-hero-photo,
.approach-hero-photo,
.founder-portrait,
main img:not(.brand img):not(.sdg-hero-logo-main):not(.board-sdg-mark) {
  border-radius: 5px !important;
}

.scl-method-visual img,
main img:not(.brand img):not(.sdg-hero-logo-main):not(.board-sdg-mark) {
  object-fit: cover !important;
}

.scl-logo-visual img,
.sdg-hero-logo-main,
.sdg-hero-logo-panel img,
img[src*="docx-2030-03"] {
  object-fit: contain !important; object-position: center !important;
}

.scl-logo-visual {
  display: grid !important; place-items: center !important; background: var(--brand-soft) !important;
}

.scl-method-list {
  border-top: 1px solid var(--brand-line) !important;
}

.scl-method {
  grid-template-columns: 180px minmax(0, 1fr) 44px !important; min-height: 170px !important; gap: 38px !important; border-bottom: 1px solid var(--brand-line) !important;
}

.scl-method h3 {
  font-size: clamp(1.45rem, 2vw, 2.2rem) !important;
}

.scl-method p {
  max-width: 1100px !important;
}

#home .scl-audience strong {
  color: var(--brand-green) !important;
}

#home .scl-audience span {
  color: var(--brand-muted) !important;
}

.section-title,
.content-led-page .content-section > .section-title,
.custom-page .content-section > .section-title,
.insights-page .content-section > .section-title,
.systems-page .content-section > .section-title {
  display: grid !important; grid-template-columns: minmax(0, 1fr) minmax(260px, 340px) !important; align-items: center !important; gap: clamp(34px, 6vw, 96px) !important; text-align: left !important;
}

.section-title.center,
.content-led-page .content-section > .section-title.center {
  text-align: left !important;
}

.section-title > div:first-child,
.section-title > .eyebrow,
.section-title > h2,
.section-title > p {
  min-width: 0 !important; text-align: left !important;
}

.insights-art,
.systems-title-art {
  width: 100% !important; max-width: 340px !important; height: 180px !important; justify-self: end !important; overflow: hidden !important;
}

.insights-art-compass {
  position: relative !important;
}

.insights-art-compass::before {
  content: "" !important; position: absolute !important; inset: 30px 48px !important; border: 2px solid rgba(18, 63, 49, .2) !important; border-radius: 50% !important;
}

.insights-art-compass::after {
  content: "" !important; position: absolute !important; inset: 58px 92px !important; border: 5px solid var(--brand-yellow) !important; border-top-color: var(--brand-green-2) !important; border-radius: 50% !important;
}

.insights-art-library {
  position: relative !important; display: flex !important; align-items: flex-end !important; justify-content: center !important; gap: 12px !important; padding: 26px 32px 40px !important;
}

.insights-art-library::before {
  content: "" !important; position: absolute !important; right: 24px !important; bottom: 34px !important; left: 24px !important; height: 2px !important; background: var(--brand-green) !important;
}

.insights-art-library span {
  width: 34px !important; border: 2px solid var(--brand-green) !important; background: #fff !important;
}

.insights-art-library span:nth-child(1) { height: 58px !important; }
.insights-art-library span:nth-child(2) { height: 92px !important; border-color: var(--brand-yellow) !important; }
.insights-art-library span:nth-child(3) { height: 74px !important; border-color: var(--brand-green-2) !important; }
.insights-art-library span:nth-child(4) { height: 112px !important; }

.systems-art-network::before,
.systems-art-network::after {
  background: rgba(18, 63, 49, .26) !important;
}

.systems-art-loop {
  position: relative !important; display: grid !important; grid-template-columns: repeat(2, 1fr) !important; gap: 26px 42px !important; padding: 25px !important;
}

.systems-art-path {
  position: relative !important; display: flex !important; align-items: center !important; justify-content: center !important; gap: 12px !important;
}

.systems-art-people {
  position: relative !important;
}

.custom-process-art {
  max-width: 420px !important; height: auto !important; min-height: 160px !important; padding: 28px !important; justify-self: end !important;
}

.assistant-toggle {
  transform: scale(.88) !important; transform-origin: right bottom !important;
}

@media (max-width: 1260px) {
  .site-header {
    gap: 18px !important; padding-inline: 24px !important;
  }
  .site-header .brand img {
    width: 58px !important; height: 58px !important; flex-basis: 58px !important;
  }
  .site-header .brand span {
    font-size: 1.18rem !important;
  }
  .site-header .site-nav {
    gap: 18px !important;
  }
  .site-header .site-nav > a,
  .site-header .nav-parent {
    font-size: .98rem !important;
  }
}

@media (max-width: 1180px) {
  .site-header .nav-toggle {
    display: block !important; margin-left: auto !important;
  }
  .site-header .site-nav {
    position: absolute !important; top: 100% !important; right: 16px !important; left: 16px !important; display: none !important; padding: 16px !important; border: 1px solid var(--brand-line) !important; background: #fff !important;
  }
  .site-header.nav-open .site-nav {
    display: grid !important;
  }
  .site-header .site-nav > a,
  .site-header .nav-parent {
    width: 100% !important; padding: 12px 8px !important;
  }
  .site-header .nav-dropdown,
  .site-header .nav-menu {
    width: 100% !important;
  }
  .site-header .nav-menu {
    position: static !important; display: none !important; box-shadow: none !important; border: 0 !important; padding-left: 16px !important;
  }
  .site-header .nav-dropdown.is-open .nav-menu {
    display: grid !important;
  }
}

@media (max-width: 900px) {
  .scl-wrap,
  #home .scl-wrap,
  #home .scl-section .scl-wrap,
  #home .scl-hero .scl-wrap,
  .content-led-page > section,
  .workshop-page > section:not(.sdg-hero):not(.sdg-intro-question):not(.sdg-story-split):not(.sdg-connection):not(.sdg-visual-strip):not(.sdg-recognition):not(.sdg-purpose):not(.sdg-support):not(.sdg-game-pieces):not(.sdg-reflection):not(.sdg-final-cta) {
    width: min(100% - 40px, 1680px) !important;
  }
  #home .scl-hero-grid,
  #home .scl-section-heading,
  .section-title,
  .content-led-page .content-section > .section-title,
  .custom-page .content-section > .section-title,
  .insights-page .content-section > .section-title,
  .systems-page .content-section > .section-title {
    grid-template-columns: 1fr !important;
  }
  .insights-art,
  .systems-title-art,
  .custom-process-art,
  #home .scl-system-map {
    justify-self: start !important;
  }
  #home .scl-system-map {
    max-width: 620px !important; min-height: 440px !important;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 72px !important; padding: 9px 14px !important;
  }
  .site-header .brand {
    gap: 9px !important; max-width: calc(100% - 58px) !important;
  }
  .site-header .brand img {
    width: 48px !important; height: 48px !important; flex-basis: 48px !important;
  }
  .site-header .brand::after {
    top: 0 !important; left: 40px !important; width: 9px !important; height: 9px !important;
  }
  .site-header .brand span {
    max-width: calc(100vw - 135px) !important; overflow: hidden !important; font-size: clamp(.9rem, 4.2vw, 1.08rem) !important; text-overflow: ellipsis !important;
  }
  #home .scl-hero h1,
  .workshop-page h1,
  .content-hero h1,
  .about-hero h1,
  .insights-hero h1,
  .sdg-page .sdg-hero-copy h1 {
    font-size: clamp(2.55rem, 12vw, 3.8rem) !important; line-height: 1.05 !important;
  }
  #home h2,
  .content-section h2,
  .section-title h2,
  .workshop-page h2 {
    font-size: clamp(2rem, 9vw, 3rem) !important;
  }
  .scl-method {
    grid-template-columns: 104px minmax(0, 1fr) !important; gap: 18px !important;
  }
  .scl-method-visual {
    width: 104px !important; height: 86px !important;
  }
  .scl-method-arrow {
    display: none !important;
  }
}

/* Force Header Logo Flush Left */
header.site-header,
.site-header[data-site-header],
.site-header,
.scl-header {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.brand,
header.site-header .brand,
.site-header .brand,
.site-header .scl-brand,
a.brand.scl-brand,
a.brand {
  position: static !important;
  left: 0 !important;
  transform: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

header.site-header .brand img,
.site-header .brand img,
.site-header .scl-brand img,
.brand img {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
