:root {
  --forest: #10251a;
  --green: #4c984b;
  --teal: #2c9793;
  --coral: #ef6f55;
  --yellow: #f6bb42;
  --green-text: #2f712f;
  --teal-text: #176b68;
  --coral-text: #b94731;
  --yellow-text: #8b5a00;
  --cream: #f6f0e6;
  --paper: #fffdf8;
  --ink: #122018;
  --muted: #5c695f;
  --line: rgba(18, 32, 24, 0.14);
  --radius: 28px;
  --shadow: 0 20px 60px rgba(16, 37, 26, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: "Manrope", "DM Sans", sans-serif;
  letter-spacing: -0.038em;
  line-height: 1.04;
}
h1 { font-size: clamp(3rem, 5.8vw, 5.4rem); margin-bottom: 26px; }
h2 { font-size: clamp(2.15rem, 3.5vw, 3.55rem); margin-bottom: 18px; }
h3 { font-size: clamp(1.3rem, 1.8vw, 1.65rem); margin-bottom: 10px; }
p { color: var(--muted); }
a:focus-visible, button:focus-visible { outline: 3px solid var(--forest); outline-offset: 4px; box-shadow: 0 0 0 6px var(--yellow); }

.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: clamp(72px, 8vw, 112px); }
.cream-section { background: var(--cream); }
.dark-section { background: var(--forest); color: var(--paper); }
.skip-link {
  position: fixed;
  z-index: 999;
  left: 16px;
  top: 12px;
  padding: 10px 16px;
  border-radius: 10px;
  background: var(--paper);
  color: var(--forest);
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(18, 32, 24, 0.08);
  background: rgba(255, 253, 248, 0.94);
  backdrop-filter: blur(18px);
}
.nav-shell {
  width: min(1240px, calc(100% - 40px));
  min-height: 78px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: "Manrope", sans-serif; font-weight: 800; letter-spacing: -0.03em; white-space: nowrap; }
.brand img { width: 42px; height: 42px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: clamp(14px, 1.7vw, 24px); font-size: 0.92rem; font-weight: 600; }
.site-nav > a { position: relative; padding-block: 11px; }
.site-nav > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 5px;
  height: 2px;
  background: var(--coral);
  transition: right 180ms ease;
}
.site-nav > a:hover::after, .site-nav > a[aria-current="page"]::after { right: 0; }
.language-switcher { display: inline-flex; align-items: center; gap: 3px; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: var(--cream); font-size: .84rem; font-weight: 800; letter-spacing: .04em; }
.language-switcher a, .language-switcher span { min-width: 31px; padding: 6px 7px; border-radius: 999px; text-align: center; }
.language-switcher a { color: var(--muted); transition: color 160ms ease, background 160ms ease; }
.language-switcher a:hover { background: rgba(255,255,255,.72); color: var(--forest); }
.language-switcher span[aria-current="true"] { background: var(--forest); color: var(--paper); }
.nav-cta { padding: 11px 20px !important; border-radius: 999px; background: var(--forest); color: var(--paper); transition: transform 180ms ease, background 180ms ease; }
.nav-cta:hover { transform: translateY(-2px); background: var(--green-text); }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 12px; border: 0; border-radius: 50%; background: var(--forest); cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 4px auto; border-radius: 2px; background: var(--paper); transition: transform 180ms ease, opacity 180ms ease; }

.hero { position: relative; min-height: min(720px, calc(100svh - 78px)); display: grid; align-items: center; color: var(--paper); overflow: hidden; }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { background: linear-gradient(90deg, rgba(10, 29, 19, 0.90) 0%, rgba(10, 29, 19, 0.68) 48%, rgba(10, 29, 19, 0.04) 86%), linear-gradient(0deg, rgba(10, 29, 19, 0.3), transparent 55%); }
.hero-content { position: relative; z-index: 1; min-width: 0; padding-block: clamp(76px, 9vw, 120px); }
.hero-content h1 { max-width: 930px; overflow-wrap: anywhere; word-break: normal; }
.home-hero h1 { font-size: clamp(3.4rem, 5.7vw, 5.35rem); line-height: .99; }
.hero-copy { max-width: 650px; margin-bottom: 32px; color: rgba(255, 253, 248, 0.92); font-size: clamp(1.1rem, 1.65vw, 1.27rem); line-height: 1.48; }
.hero-copy strong { display: block; margin-bottom: 6px; color: var(--paper); font-weight: 700; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; color: var(--green-text); font-size: clamp(1.03rem, 1.25vw, 1.17rem); font-weight: 800; letter-spacing: 0.075em; line-height: 1.3; text-transform: uppercase; }
.eyebrow::before { content: ""; flex: 0 0 auto; width: 32px; height: 3px; border-radius: 99px; background: currentColor; }
.eyebrow.light { color: var(--yellow); }
.hero-kicker { margin-bottom: 22px; font-size: clamp(1.18rem, 1.65vw, 1.5rem); }
.centered .eyebrow { justify-content: center; }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 14px 25px; border-radius: 999px; font-weight: 700; transition: transform 180ms ease, box-shadow 180ms ease; }
.button:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(16, 37, 26, 0.18); }
.button-coral { background: var(--coral); color: var(--forest); }
.button-light { background: var(--paper); color: var(--forest); }
.text-link { display: inline-flex; gap: 8px; align-items: center; font-weight: 700; }
.light-link { color: var(--paper); }
.light-link:hover span { transform: translateX(4px); }
.light-link span { transition: transform 180ms ease; }

.proof-strip { background: var(--forest); color: var(--paper); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid div { min-width: 0; padding: 27px 24px; border-right: 1px solid rgba(255, 255, 255, 0.15); }
.proof-grid div:first-child { padding-left: 0; }
.proof-grid div:last-child { border-right: 0; }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { margin-bottom: 2px; font-family: "Manrope", sans-serif; }
.proof-grid span { color: rgba(255, 253, 248, 0.72); font-size: 0.88rem; }

.analytics-consent { position: fixed; z-index: 1200; inset-inline-end: 16px; bottom: max(16px, env(safe-area-inset-bottom)); width: min(480px, calc(100% - 32px)); max-height: 70vh; max-height: 70dvh; overflow-y: auto; overscroll-behavior: contain; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); color: var(--ink); box-shadow: var(--shadow); font-size: 16px; line-height: 1.5; }
.analytics-consent[hidden] { display: none; }
.analytics-consent h2 { margin-bottom: 12px; font-size: 1.18rem; line-height: 1.3; letter-spacing: -.02em; }
.analytics-consent p { margin-bottom: 12px; color: var(--muted); }
.analytics-consent summary { cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.analytics-consent details p { margin-top: 12px; }
.analytics-consent details a { color: var(--green-text); text-decoration: underline; }
.analytics-consent-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.analytics-consent-actions button { flex: 1 1 140px; min-height: 44px; padding: 10px 16px; border: 1px solid var(--forest); border-radius: 24px; background: var(--paper); color: var(--forest); font: inherit; font-weight: 700; cursor: pointer; }
.analytics-consent-actions button:hover { background: var(--cream); }
.analytics-footer { padding-bottom: 20px; }
.analytics-settings { min-height: 44px; padding: 6px 0; border: 0; background: transparent; color: var(--muted); font: inherit; font-size: 14px; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }

.brand-marquee { padding-block: 22px; border-bottom: 1px solid var(--line); background: var(--cream); overflow: hidden; }
.brand-marquee-inner { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 28px; }
.brand-marquee-label { position: relative; z-index: 2; margin: 0; padding-left: max(24px, calc((100vw - 1180px) / 2)); padding-right: 26px; background: var(--cream); color: var(--green-text); font-size: .9rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.brand-track { min-width: 0; overflow: hidden; }
.brand-run { width: max-content; display: flex; align-items: center; gap: 22px; animation: brand-scroll 42s linear infinite; }
.brand-run span { font-family: "Manrope", sans-serif; font-size: 1.03rem; font-weight: 700; white-space: nowrap; }
.brand-run i { flex: 0 0 auto; width: 7px; height: 7px; border-radius: 50%; background: var(--coral); }
.brand-run i:nth-of-type(3n + 2) { background: var(--teal); }
.brand-run i:nth-of-type(3n) { background: var(--yellow); }
@keyframes brand-scroll { to { transform: translateX(calc(-50% - 11px)); } }

.section-heading { max-width: 860px; margin-bottom: clamp(36px, 4.5vw, 56px); }
.section-heading h2 { margin-bottom: 0; }
.split-heading { max-width: none; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr); gap: 58px; align-items: end; }
.split-heading > p { max-width: 480px; margin-bottom: 5px; font-size: 1.1rem; line-height: 1.58; }
.centered { margin-inline: auto; text-align: center; }

.track-record { padding-bottom: 0; }
.track-record .section-heading { margin-bottom: 30px; }
.track-record-context { max-width: 680px; margin: 16px 0 0; font-size: 1rem; }
.milestone-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; border-block: 1px solid var(--line); padding-block: 28px; }
.milestone-grid article { min-width: 0; padding-right: 28px; border-right: 1px solid var(--line); }
.milestone-grid article:last-child { padding-right: 0; border-right: 0; }
.milestone-grid h3 { margin-bottom: 12px; font-size: 1.25rem; line-height: 1.2; }
.milestone-grid p { margin-bottom: 0; font-size: 1rem; }
.milestone-grid strong { color: var(--forest); font-weight: 600; }

.food-bento { display: grid; grid-template-columns: 1.15fr .58fr .58fr; grid-template-rows: minmax(240px, auto) 240px; gap: 20px; }
.bento-card { position: relative; min-width: 0; overflow: hidden; border-radius: var(--radius); }
.bento-large { grid-column: 1; grid-row: 1 / 3; }
.food-bento .bento-copy { grid-column: 2 / 4; grid-row: 1; }
.food-bento > :nth-child(3) { grid-column: 2; grid-row: 2; }
.food-bento > :nth-child(4) { grid-column: 3; grid-row: 2; }
.image-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 650ms cubic-bezier(.2,.7,.2,1); }
.image-card:hover img { transform: scale(1.025); }
.image-label { position: absolute; inset: auto 22px 22px; padding: 18px 20px; border-radius: 18px; background: rgba(255, 253, 248, 0.92); backdrop-filter: blur(12px); }
.image-label span, .image-label strong { display: block; }
.image-label span { margin-bottom: 3px; color: var(--coral-text); font-size: 0.82rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.image-label strong { font-family: "Manrope", sans-serif; font-size: 1.15rem; }
.image-label.compact { inset: auto 16px 16px; padding: 12px 16px; }
.bento-copy { display: flex; flex-direction: column; justify-content: center; gap: 12px; padding: 30px; color: var(--forest); }
.bento-copy p { max-width: 440px; margin-bottom: 0; color: var(--forest); }
.bento-copy h3 { max-width: 350px; font-size: clamp(2rem, 3.8vw, 3.2rem); }
.coral-card { background: var(--coral); }
.card-number { align-self: flex-end; opacity: 0.75; font-weight: 700; }

.capability-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.capability-card { position: relative; min-height: 200px; display: flex; flex-direction: column; justify-content: flex-end; padding: 22px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); overflow: hidden; transition: transform 180ms ease, box-shadow 180ms ease; }
.capability-card::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 7px; background: var(--accent); }
.capability-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.capability-card > span { position: absolute; top: 21px; right: 22px; color: var(--accent-text, var(--accent)); font-weight: 800; }
.capability-icon { position: absolute; top: 23px; left: 22px; width: 52px; height: 52px; padding: 13px; border-radius: 16px; background: var(--cream); color: var(--accent); }
.capability-card h3 { font-size: clamp(1.35rem, 2vw, 1.8rem); }
.capability-card p { margin: 0; font-size: 0.92rem; }
.accent-green { --accent: var(--green); --accent-text: var(--green-text); }
.accent-teal { --accent: var(--teal); --accent-text: var(--teal-text); }
.accent-coral { --accent: var(--coral); --accent-text: var(--coral-text); }
.accent-yellow { --accent: var(--yellow); --accent-text: var(--yellow-text); }
.accent-forest { --accent: var(--forest); --accent-text: var(--forest); }

.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.audience-card { min-width: 0; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); overflow: hidden; transition: transform 180ms ease, box-shadow 180ms ease; }
.audience-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.audience-photo { height: 240px; overflow: hidden; }
.audience-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.audience-card:hover .audience-photo img { transform: scale(1.035); }
.audience-copy { padding: 28px; }
.audience-copy h3 { min-height: 0; }
.audience-copy > p:last-child { margin-bottom: 0; }
.willika-photo { display: grid; grid-template-columns: .9fr 1.1fr; }
.willika-photo img { min-width: 0; }
.willika-photo .willika-greens { object-position: center; }
.willika-photo .willika-packaging { border-left: 3px solid var(--paper); object-position: 95% center; }
.stage-label { margin-bottom: 12px; font-size: 0.88rem; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; }
.coral-label { color: var(--coral-text); }.teal-label { color: var(--teal-text); }.yellow-label { color: var(--yellow-text); }

.cta-section { margin-block: clamp(50px, 7vw, 88px); padding: clamp(38px, 5.5vw, 66px); display: flex; align-items: center; justify-content: space-between; gap: 38px; border-radius: 34px; background: var(--green); color: #fff; }
.cta-section > div { min-width: 0; }
.cta-section > .button { flex-shrink: 0; }
.cta-section h2 { max-width: 780px; margin-bottom: 0; font-size: clamp(2rem, 3.7vw, 3.55rem); }
.cta-section .eyebrow { color: inherit; font-size: 1.2rem; }
.page-next { padding-block: 32px 60px; border-top: 1px solid var(--line); }
.page-next > span { display: block; margin-bottom: 6px; color: var(--muted); font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase; }
.page-next a { display: flex; align-items: center; justify-content: space-between; gap: 18px; font-family: "Manrope", sans-serif; font-size: clamp(1.5rem, 3vw, 2.5rem); }
.page-next a > span { color: var(--coral); transition: transform 180ms ease; }
.page-next a:hover > span { transform: translateX(8px); }

.page-hero { min-height: 590px; padding-block: clamp(68px, 7.5vw, 100px); display: grid; grid-template-columns: minmax(0, .95fr) minmax(380px, 1.05fr); gap: clamp(42px, 6vw, 80px); align-items: center; }
.page-hero h1 { max-width: 740px; font-size: clamp(3rem, 4.7vw, 4.65rem); line-height: 1.02; }
.page-hero-copy > p:last-child { max-width: 580px; font-size: 1.17rem; line-height: 1.55; }
.page-hero-image { position: relative; height: clamp(370px, 42vw, 520px); overflow: hidden; box-shadow: var(--shadow); }
.page-hero-image::after { content: ""; position: absolute; z-index: -1; width: 130px; height: 130px; right: -25px; bottom: -25px; border-radius: 50%; background: var(--yellow); }
.page-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.organic-frame { border-radius: 46% 54% 42% 58% / 55% 40% 60% 45%; }
.coral-frame::after { background: var(--coral); }
.teal-frame::after { background: var(--teal); }

.service-stack { display: grid; gap: 16px; }
.service-row { position: relative; display: grid; grid-template-columns: minmax(0, .9fr) 88px minmax(0, 1fr); align-items: center; gap: 34px; padding: clamp(28px, 4vw, 48px); border-radius: var(--radius); background: var(--paper); overflow: hidden; }
.service-row::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 8px; background: var(--accent); }
.service-title { display: grid; grid-template-columns: auto 1fr; column-gap: 18px; align-items: baseline; }
.service-title span { color: var(--accent-text, var(--accent)); font-weight: 800; }
.service-title h2 { margin: 0; font-size: clamp(2rem, 3.5vw, 3.3rem); }
.service-title p { grid-column: 2; margin: 7px 0 0; }
.service-icon { width: 78px; height: 78px; padding: 18px; border-radius: 24px; background: var(--cream); color: var(--accent); }
.tag-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; list-style: none; }
.tag-list li { padding: 9px 14px; border-radius: 999px; background: var(--cream); font-size: 0.86rem; font-weight: 600; }
.system-flow { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; list-style: none; }
.system-flow::before { content: ""; position: absolute; left: 8%; right: 8%; top: 24px; height: 2px; background: var(--line); }
.system-flow li { position: relative; z-index: 1; display: grid; justify-items: center; gap: 18px; text-align: center; }
.system-flow span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; background: var(--paper); border: 2px solid var(--green); color: var(--green); font-weight: 800; }
.system-flow strong { font-family: "Manrope", sans-serif; font-size: 1.1rem; }

.engagement-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.engagement-card { position: relative; min-height: 430px; display: flex; flex-direction: column; padding: 22px; border-radius: var(--radius); background: var(--paper); overflow: hidden; }
.engagement-thumb { height: 175px; margin-bottom: 27px; border-radius: 46% 54% 44% 56% / 55% 42% 58% 45%; overflow: hidden; }
.engagement-thumb img { width: 100%; height: 100%; object-fit: cover; }
.engagement-card > span { position: absolute; z-index: 1; top: 34px; left: 34px; min-width: 42px; padding: 8px 10px; border-radius: 999px; background: rgba(255,253,248,.94); color: var(--coral); font-weight: 800; text-align: center; }
.engagement-card h3 { margin-top: auto; }
.engagement-card p { margin-bottom: 0; font-size: 0.94rem; }
.engagement-card:nth-child(2) > span { color: var(--teal); }.engagement-card:nth-child(3) > span { color: var(--yellow); }.engagement-card:nth-child(4) > span { color: var(--green); }
.commercial-architect-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: clamp(34px, 6vw, 78px); align-items: end; margin-bottom: 42px; }
.commercial-architect-layout .section-heading { margin-bottom: 0; }
.architect-intro { margin: 0 0 4px; font-size: clamp(1.04rem, 1.45vw, 1.18rem); line-height: 1.62; }
.partner-type-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.partner-type-card { min-height: 138px; display: grid; grid-template-columns: 50px minmax(0, 1fr); grid-template-rows: auto auto; column-gap: 18px; align-content: center; padding: 22px; border: 1px solid var(--line); border-radius: 22px; background: var(--cream); }
.partner-type-card h3 { grid-column: 2; align-self: end; margin-bottom: 5px; font-size: 1.16rem; }
.partner-type-card p { grid-column: 2; align-self: start; margin: 0; font-size: .9rem; line-height: 1.45; }
.partner-icon { grid-row: 1 / 3; align-self: center; width: 50px; height: 50px; margin: 0; padding: 12px; border-radius: 15px; background: var(--paper); color: var(--green); fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.partner-type-card:nth-child(2) .partner-icon { color: var(--teal); }
.partner-type-card:nth-child(3) .partner-icon { color: var(--coral); }
.partner-type-card:nth-child(4) .partner-icon { color: var(--yellow-text); }
.partner-type-card:nth-child(5) .partner-icon { color: var(--coral-text); }
.partner-type-card:nth-child(6) .partner-icon { color: var(--teal-text); }
.network-map-card { margin: clamp(44px, 6vw, 70px) 0 0; padding: clamp(24px, 4vw, 42px); border-radius: 34px; background: var(--forest); color: var(--paper); overflow: hidden; }
.network-map-copy { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr); gap: 48px; align-items: end; margin-bottom: 28px; }
.network-map-copy h3 { max-width: 660px; margin: 0; font-size: clamp(2rem, 3.6vw, 3.5rem); }
.network-map-copy > p { max-width: 440px; margin: 0 0 5px; color: rgba(255,255,255,.76); }
.network-map-frame { border-radius: 23px; overflow: hidden; background: var(--cream); }
.network-map-frame img { width: 100%; height: auto; }
.two-column-panels { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.info-panel { min-height: 520px; border-radius: 32px; overflow: hidden; }
.forest-panel { display: block; background: var(--forest); color: var(--paper); }
.panel-showcase { height: 235px; overflow: hidden; }
.panel-showcase img { width: 100%; height: 100%; object-fit: cover; }
.forest-copy { padding: clamp(34px, 5vw, 58px); }
.forest-panel h2 { font-size: clamp(2.1rem, 3.5vw, 3.35rem); }
.client-stage-list { display: grid; gap: 0; margin: 24px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.2); list-style: none; }
.client-stage-list li { display: grid; grid-template-columns: minmax(118px, .65fr) 1fr; gap: 18px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.client-stage-list span { color: rgba(255,255,255,.72); font-size: .86rem; }
.client-stage-list strong:only-child { grid-column: 1 / -1; }
.client-stage-list strong { font-family: "Manrope", sans-serif; font-size: .96rem; }
.image-panel { background: var(--cream); }
.image-panel img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.channel-section { background: linear-gradient(rgba(16,37,26,.3), rgba(16,37,26,.3)), var(--teal); color: var(--paper); }
.channel-section .eyebrow { color: var(--yellow); font-size: 1.17rem; }
.channel-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.channel-row span { padding: 13px 21px; border: 1px solid rgba(255,255,255,0.42); border-radius: 999px; font-weight: 700; }

.founder-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.founder-card { display: grid; grid-template-columns: minmax(160px, 0.68fr) 1fr; align-items: stretch; gap: 28px; padding: 24px; border-radius: var(--radius); background: var(--paper); }
.founder-image { min-height: 430px; overflow: hidden; border-radius: 22px; background: var(--teal); }
.founder-card:nth-child(2) .founder-image { background: var(--coral); }
.founder-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.founder-card h2 { font-size: clamp(1.85rem, 3vw, 3rem); }
.founder-bio { align-self: center; }
.founder-bio .eyebrow { font-size: .86rem; letter-spacing: .075em; }
.founder-bio .eyebrow::before { width: 22px; height: 2px; }
.founder-bio > p:not(.eyebrow) { font-size: 1rem; line-height: 1.6; }
.founder-bio p:last-child { margin-bottom: 0; color: var(--ink); font-weight: 600; }
.partnership-card { max-width: 1040px; margin-inline: auto; padding: clamp(40px, 7vw, 82px); border-radius: 36px; background: var(--forest); color: var(--paper); text-align: center; }
.partnership-card h2 { max-width: 760px; margin-inline: auto; }
.partnership-card > p:last-child { max-width: 660px; margin: 0 auto; color: rgba(255,255,255,0.82); font-size: 1.05rem; }
.dot-trio { display: flex; justify-content: center; gap: 8px; margin-bottom: 28px; }
.dot-trio i { width: 14px; height: 14px; border-radius: 50%; background: var(--coral); }
.dot-trio i:nth-child(2) { background: var(--yellow); }.dot-trio i:nth-child(3) { background: var(--teal); }
.light-heading > p { color: rgba(255,255,255,0.8); }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,0.16); }
.why-grid article { min-height: 190px; padding: 26px 25px; border-right: 1px solid rgba(255,255,255,0.16); }
.why-grid article:last-child { border-right: 0; }
.why-grid span { display: flex; align-items: center; gap: 12px; color: var(--yellow); font-weight: 800; }
.why-grid span::after { content: ""; flex: 1; height: 1px; background: rgba(255,255,255,.2); }
.why-grid h3 { margin: 30px 0 8px; }
.why-grid p { margin-bottom: 0; color: rgba(255,255,255,0.76); font-size: 0.94rem; }
/* Case studies: founder experience, with the outcome or learning kept in view. */
.case-page { overflow-wrap: break-word; }
.cases-hero { background: var(--forest); color: var(--paper); }
.cases-hero-inner { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, .8fr); gap: clamp(28px, 5vw, 64px); align-items: center; padding-block: clamp(40px, 5vw, 68px); }
.cases-hero-copy { min-width: 0; }
.cases-hero h1 { max-width: 740px; font-size: clamp(2.5rem, 4.8vw, 4.3rem); line-height: 1.08; margin-bottom: 22px; text-wrap: balance; }
.cases-intro { font-size: clamp(1.08rem, 1.7vw, 1.25rem); color: var(--paper); max-width: 580px; margin-bottom: 22px; }
.cases-attribution { font-size: .96rem; line-height: 1.6; color: rgba(255,253,248,.84); margin-bottom: 0; max-width: 590px; border-left: 2px solid var(--yellow); padding-left: 16px; }
.cases-hero-image { width: 100%; height: 295px; object-fit: cover; object-position: 76% center; border-radius: 24px; }
.case-jump { display: flex; flex-wrap: wrap; gap: 8px 20px; padding-block: 23px; border-bottom: 1px solid var(--line); }
.case-jump a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 6px 4px; font-size: .94rem; font-weight: 700; color: var(--green-text); }
.case-jump a:hover { text-decoration: underline; text-underline-offset: 5px; }
.case-jump a span { color: var(--muted); font-size: .875rem; font-weight: 500; }
.case-study { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.6fr); gap: clamp(24px, 4vw, 55px); align-items: start; padding-block: clamp(36px, 5vw, 64px); border-bottom: 1px solid var(--line); scroll-margin-top: 16px; }
.case-heading, .case-story, .case-context > div { min-width: 0; }
.case-number { font-family: "Manrope", sans-serif; font-size: 2.5rem; line-height: 1; font-weight: 600; color: var(--green-text); margin-bottom: 18px; }
.case-brand { font-size: 1rem; font-weight: 700; color: var(--ink); line-height: 1.5; margin-bottom: 15px; }
.case-brand > span { display: block; color: var(--muted); font-weight: 400; margin-top: 2px; }
.case-heading h2 { font-size: clamp(1.65rem, 2.6vw, 2.2rem); line-height: 1.16; margin-bottom: 0; text-wrap: balance; }
.case-context { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.case-story h3 { font-size: 1.03rem; line-height: 1.35; font-weight: 800; letter-spacing: -.01em; margin-bottom: 12px; }
.case-story p { line-height: 1.65; margin-bottom: 0; }
.case-outcome { background: var(--forest); color: var(--paper); border-radius: 18px; padding: 24px 26px; margin-top: 24px; }
.case-outcome h3 { color: var(--yellow); }
.case-outcome p { color: var(--paper); font-size: 1.08rem; }
.case-skills { margin-top: 19px; }
.case-skills > span { display: block; font-size: .875rem; color: var(--muted); margin-bottom: 7px; }
.case-skills ul { list-style: none; display: flex; flex-wrap: wrap; gap: 6px 18px; padding: 0; margin: 0; }
.case-skills li { font-size: .94rem; font-weight: 600; color: var(--teal-text); }
@media (max-width: 900px) {
  .cases-hero-inner { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .cases-hero-image { height: 180px; object-position: center 63%; }
  .case-study { grid-template-columns: minmax(0, 1fr); gap: 26px; }
  .case-number { font-size: 1.35rem; margin-bottom: 12px; }
  .case-brand > span { display: inline; margin-left: 12px; }
}
@media (max-width: 560px) {
  .case-context { grid-template-columns: minmax(0, 1fr); gap: 22px; }
  .case-outcome { padding: 22px; }
  .case-jump { gap: 3px 14px; padding-block: 16px; }
  .case-jump a { font-size: .9rem; }
}

.site-footer { background: var(--forest); color: var(--paper); }
.footer-grid { min-height: 120px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.footer-grid p { margin: 0; color: rgba(255,255,255,0.78); font-size: 0.9rem; text-align: center; }
.footer-grid > a:last-child { justify-self: end; color: rgba(255,255,255,0.8); font-size: 0.9rem; }

@media (max-width: 1120px) {
  .site-header {
    background: var(--paper);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .menu-toggle { display: block; position: relative; z-index: 61; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav {
    position: fixed;
    z-index: 60;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100vw;
    max-width: none;
    height: 100vh;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 4px;
    padding: max(100px, calc(env(safe-area-inset-top) + 84px)) max(30px, env(safe-area-inset-right)) max(40px, env(safe-area-inset-bottom)) max(30px, env(safe-area-inset-left));
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    background-color: var(--paper);
    opacity: 1;
    isolation: isolate;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 220ms ease, visibility 220ms;
  }
  .site-nav.is-open { transform: none; visibility: visible; }
  .site-nav > a { width: min(520px, 100%); margin-inline: auto; padding: 14px 0; font-family: "Manrope", sans-serif; font-size: clamp(1.5rem, 5vw, 2.5rem); }
  .site-nav > a:not(.nav-cta)::after { display: none; }
  .site-nav > a[aria-current="page"] { color: var(--green); }
  .site-nav .language-switcher { width: min(520px, 100%); margin: 18px auto 0; align-self: center; justify-content: flex-start; background: var(--cream); font-size: .86rem; }
  .language-switcher a, .language-switcher span { min-width: 42px; padding: 8px 10px; }
  .site-nav .nav-cta { margin-top: 18px; padding: 15px 22px !important; text-align: center; font-size: 1.1rem; }
  .page-hero { min-height: 0; padding-block: 70px 88px; grid-template-columns: 1fr; gap: 44px; }
  .page-hero-copy { max-width: 720px; }
  .page-hero-image { width: min(100%, 620px); height: 460px; margin-inline: auto; }
  .food-bento { grid-template-columns: 1.08fr .92fr; grid-template-rows: minmax(260px, auto) 240px 240px; }
  .bento-large { grid-column: 1; grid-row: 1 / 3; }
  .food-bento .bento-copy { grid-column: 2; grid-row: 1; }
  .food-bento > :nth-child(3) { grid-column: 2; grid-row: 2; }
  .food-bento > :nth-child(4) { grid-column: 1 / 3; grid-row: 3; }
  .capability-grid { grid-template-columns: repeat(3, 1fr); }
  .engagement-grid { grid-template-columns: 1fr 1fr; }
  .partner-type-grid { grid-template-columns: 1fr 1fr; }
  .founder-grid { grid-template-columns: 1fr; }
  .founder-card { grid-template-columns: minmax(220px, .65fr) 1fr; align-items: stretch; }
  .founder-image { min-height: 420px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 32px, 1180px); }
  .nav-shell { width: calc(100% - 28px); min-height: 70px; }
  .brand span { font-size: 0.95rem; }
  .hero { min-height: 0; }
  .hero-overlay { background: linear-gradient(90deg, rgba(10,29,19,.81), rgba(10,29,19,.56)), linear-gradient(0deg, rgba(10,29,19,.4), transparent 65%); }
  .hero-content { padding-block: 52px 48px; }
  .home-hero h1 { font-size: clamp(2.35rem, 7.5vw, 3.6rem); line-height: 1.06; }
  .hero-kicker { font-size: 1.12rem; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid div { padding: 20px 16px; border-bottom: 1px solid rgba(255,255,255,.15); }
  .proof-grid div:first-child { padding-left: 16px; }
  .proof-grid div:nth-child(2) { border-right: 0; }
  .proof-grid div:nth-child(n+3) { border-bottom: 0; }
  .proof-grid span { display: none; }
  .proof-grid strong { margin-bottom: 0; font-size: 1rem; }
  .split-heading { grid-template-columns: 1fr; gap: 16px; }
  .food-bento { grid-template-columns: 1fr; grid-template-rows: 320px auto 240px 240px; }
  .bento-large, .food-bento .bento-copy, .food-bento > :nth-child(3), .food-bento > :nth-child(4) { grid-column: auto; grid-row: auto; }
  .capability-grid { display: grid; grid-template-columns: 1fr 1fr; }
  .capability-card { min-height: 200px; }
  .audience-grid { grid-template-columns: 1fr; }
  .milestone-grid { grid-template-columns: 1fr; gap: 0; padding-block: 0; }
  .milestone-grid article { padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .milestone-grid article:last-child { border-bottom: 0; }
  .milestone-grid h3 { margin-bottom: 8px; }
  .cta-section { align-items: stretch; flex-direction: column; margin-block: 32px; padding: 28px 24px; gap: 22px; border-radius: 24px; }
  .cta-section .eyebrow { display: none; }
  .cta-section h2 { font-size: clamp(1.65rem, 5vw, 2.1rem); line-height: 1.15; overflow-wrap: anywhere; }
  .cta-section > .button { width: 100%; min-height: 48px; }
  .page-hero { padding-block: 62px 78px; gap: 38px; }
  .page-hero-image { height: 420px; width: min(100%, 560px); margin-inline: auto; }
  .service-row { grid-template-columns: 1fr; gap: 24px; }
  .service-icon { width: 66px; height: 66px; padding: 15px; border-radius: 20px; }
  .system-flow { grid-template-columns: 1fr; gap: 0; }
  .system-flow::before { left: 24px; right: auto; top: 25px; bottom: 25px; width: 2px; height: auto; }
  .system-flow li { min-height: 74px; grid-template-columns: 50px 1fr; justify-items: start; align-items: center; gap: 18px; text-align: left; }
  .commercial-architect-layout, .network-map-copy { grid-template-columns: 1fr; gap: 18px; }
  .two-column-panels { grid-template-columns: 1fr; }
  .info-panel { min-height: 430px; }
  .founder-card { grid-template-columns: 1fr; }
  .founder-image { height: 390px; min-height: 390px; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .why-grid article:nth-child(2) { border-right: 0; }
  .why-grid article { min-height: 180px; border-bottom: 1px solid rgba(255,255,255,.16); }
  .why-grid article:nth-last-child(-n+2) { border-bottom: 0; }
  .brand-marquee { padding-block: 18px; }
  .brand-marquee-inner { grid-template-columns: 1fr; gap: 12px; }
  .brand-marquee-label { padding-inline: 16px; }
  .page-next { padding-block: 14px 22px; }
  .page-next > span { display: none; }
  .page-next a { min-height: 44px; font-size: 1.08rem; line-height: 1.35; }
  .page-next a > span { flex-shrink: 0; }
  .footer-grid { min-height: 0; padding-block: 24px; gap: 12px; grid-template-columns: 1fr; justify-items: start; }
  .footer-grid p { text-align: left; }
  .footer-grid > a:last-child { justify-self: start; }
}

@media (max-width: 480px) {
  body { font-size: 16px; }
  h1 { font-size: clamp(2.7rem, 14vw, 4.2rem); }
  .home-hero h1 { font-size: clamp(2.2rem, 8.7vw, 2.6rem); line-height: 1.08; }
  .eyebrow { font-size: .98rem; letter-spacing: .065em; }
  .eyebrow::before { width: 26px; }
  .button-row { align-items: flex-start; flex-direction: column; }
  .section { padding-block: 52px; }
  .track-record { padding-bottom: 0; }
  .section-heading { margin-bottom: 28px; }
  .food-bento { grid-template-rows: 290px auto 220px 220px; gap: 14px; }
  .capability-grid, .engagement-grid, .partner-type-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: 112px; padding: 22px 44px 22px 90px; justify-content: center; }
  .capability-icon { top: 50%; transform: translateY(-50%); width: 48px; height: 48px; }
  .capability-card > span { right: 16px; top: 16px; font-size: .8rem; }
  .engagement-card { min-height: 390px; }
  .engagement-thumb { height: 190px; }
  .partner-type-card { min-height: 0; }
  .partner-icon { margin: 0; }
  .network-map-card { margin-inline: -4px; padding: 20px; border-radius: 26px; }
  .page-hero-image { height: 350px; }
  .founder-card { padding: 18px; }
  .why-grid { grid-template-columns: 1fr; }
  .why-grid article, .why-grid article:nth-child(2) { min-height: auto; padding: 26px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .why-grid article:last-child { border-bottom: 0; }
  .why-grid h3 { margin-top: 26px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .brand-marquee-inner { width: min(1180px, calc(100% - 32px)); margin-inline: auto; grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .brand-marquee-label { padding: 0; }
  .brand-run { width: 100%; flex-wrap: wrap; align-items: flex-start; gap: 10px 24px; padding: 0; animation: none !important; transform: none; }
  .brand-run > span { position: relative; min-width: 0; max-width: 100%; padding-inline-start: 15px; white-space: normal; overflow-wrap: anywhere; line-height: 1.5; }
  .brand-run > span::before { content: ""; position: absolute; inset-inline-start: 0; top: .55em; width: 6px; height: 6px; border-radius: 50%; background: var(--coral); }
  .brand-run > span:nth-of-type(3n + 2)::before { background: var(--teal); }
  .brand-run > span:nth-of-type(3n)::before { background: var(--yellow); }
  .brand-run > i { display: none; }
  .brand-run > :nth-child(n+15) { display: none; }
}

/* Experience-led navigation and founder profiles, shared by EN, FR and ES. */
.home-evidence, .home-method, .about-page { overflow-wrap: break-word; }
.case-preview-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.case-preview { display: flex; flex-direction: column; min-width: 0; padding: clamp(24px, 3vw, 34px); border: 1px solid var(--line); border-top: 4px solid var(--teal); border-radius: 22px; background: var(--paper); transition: border-color 160ms ease; }
.case-preview:nth-child(2) { border-top-color: var(--coral); }
.case-preview:nth-child(3) { background: var(--forest); color: #fff; border-color: var(--forest); border-top-color: var(--yellow); }
.case-preview:hover { border-color: var(--green-text); }
.case-preview-meta { display: block; margin-bottom: 22px; font-size: .88rem; font-weight: 700; color: var(--teal-text); }
.case-preview:nth-child(2) .case-preview-meta { color: var(--coral-text); }
.case-preview h3 { font-size: clamp(1.4rem, 2vw, 1.75rem); line-height: 1.18; margin-bottom: 16px; text-wrap: balance; }
.case-preview p { font-size: 1rem; line-height: 1.65; margin-bottom: 24px; }
.case-preview-link { margin-top: auto; font-size: .94rem; font-weight: 700; padding-top: 14px; border-top: 1px solid var(--line); }
.case-preview:nth-child(3) p, .case-preview:nth-child(3) .case-preview-link { color: #fff; }
.case-preview:nth-child(3) .case-preview-meta { color: var(--yellow); }
.case-preview:nth-child(3) .case-preview-link { border-color: rgba(255,255,255,.25); }
.evidence-all { display: inline-flex; min-height: 44px; align-items: center; margin-top: 26px; }
.method-steps { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin: 0 0 20px; }
.method-steps li { min-width: 0; border-top: 1px solid var(--line); padding-top: 20px; }
.method-steps li > span { display: block; font-size: .9rem; font-weight: 700; color: var(--green-text); margin-bottom: 15px; }
.method-steps h3 { line-height: 1.2; }
.method-steps p { font-size: 1rem; line-height: 1.65; }
.home-method > .text-link { display: inline-flex; align-items: center; min-height: 44px; }
.founder-introduction { display: flex; gap: 28px; align-items: center; margin-top: 44px; padding-top: 32px; border-top: 1px solid var(--line); }
.founder-introduction h3 { font-size: 1.35rem; line-height: 1.3; }
.founder-introduction p { margin-bottom: 10px; font-size: 1rem; }
.founder-avatars { display: flex; flex-shrink: 0; gap: 10px; }
.founder-avatars img { width: 76px; height: 90px; border-radius: 16px; object-fit: cover; object-position: center top; }
.about-intro { padding-block: clamp(40px, 6vw, 72px); }
.about-intro h1 { font-size: clamp(2.35rem, 4.8vw, 4.25rem); max-width: 960px; text-wrap: balance; }
.about-intro > p:last-child { max-width: 800px; font-size: clamp(1.05rem, 1.6vw, 1.2rem); margin-bottom: 0; }
.about-page .founder-section { padding-block: clamp(32px, 5vw, 60px); }
.about-page .founder-grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
.about-page .founder-card { grid-template-columns: minmax(0, .78fr) minmax(0, 1.45fr); align-items: start; gap: clamp(26px, 4vw, 48px); padding: clamp(24px, 3vw, 38px); }
.about-page .founder-image { width: 100%; height: auto; min-height: 0; aspect-ratio: 475 / 574; }
.about-page .founder-image img { width: 100%; height: 100%; object-fit: cover; }
.about-page .founder-bio { align-self: center; min-width: 0; }
.about-page .founder-bio .eyebrow { font-size: .9rem; }
.about-page .founder-bio > p { margin-bottom: 16px; }
.founder-expertise { list-style: none; padding: 0; margin: 0 0 24px; display: flex; flex-wrap: wrap; gap: 5px 18px; color: var(--teal-text); font-size: .9rem; font-weight: 700; }
.about-page .founder-bio .founder-personal { border-top: 1px solid var(--line); padding-top: 16px; color: var(--muted); font-weight: 400; }
.linkedin-link { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding-block: 8px; color: var(--green-text); font-size: 1rem; font-weight: 700; }
.linkedin-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.about-page .partnership-card { padding: clamp(30px, 5vw, 54px); }
.about-page .partnership-card > p:not(.eyebrow) { color: #fff; max-width: 760px; margin-inline: auto; font-size: 1.06rem; }
.about-page .partnership-card > .text-link { display: inline-flex; min-height: 44px; align-items: center; margin-top: 6px; }
.about-page .cta-section { margin-top: 0; }
.service-case-link { display: inline-flex; align-items: center; min-height: 44px; gap: 6px; font-size: .95rem; font-weight: 700; color: var(--green-text); }
.service-case-link:hover { text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 850px) {
  .case-preview-grid { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .case-preview { padding: 24px; }
  .case-preview-meta { margin-bottom: 14px; }
  .case-preview p { margin-bottom: 16px; }
  .about-page .founder-card { grid-template-columns: minmax(0, .72fr) minmax(0, 1.3fr); }
}
@media (max-width: 650px) {
  .method-steps { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .method-steps li > span { margin-bottom: 10px; }
  .method-steps p { margin-bottom: 0; }
  .founder-introduction { align-items: flex-start; flex-direction: column; gap: 20px; }
  .about-page .founder-card { grid-template-columns: minmax(0, 1fr); padding: 22px; gap: 26px; }
  .about-page .founder-image { max-width: 360px; margin-inline: auto; }
  .about-page .founder-bio h2 { font-size: 2rem; }
}
