/* v2 page styles — case-study-kurt-j-lesker (from 22-July design bundle) */
.site-header__brand img { height: 28px; }
  .site-header__brand .tag { display: none; }

  /* ---------- Announce / crumbs ---------- */
  .announce { background: var(--ink); color: var(--paper); font-size: 12px; letter-spacing: 0.04em; }
  .announce__inner { max-width: 1440px; margin: 0 auto; padding: 10px 40px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
  .announce__left { display: flex; align-items: center; gap: 16px; }
  .announce .pill { font-size: 10px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: var(--leaf); padding: 3px 8px; border: 1px solid rgba(124,196,153,0.4); border-radius: 999px; }
  .announce a { color: var(--leaf); border-bottom: 1px solid rgba(124,196,153,0.35); padding-bottom: 1px; }
  .announce a:hover { color: var(--paper); border-bottom-color: var(--paper); }

  .crumbs { background: var(--paper); border-bottom: 1px solid var(--rule-on-paper-soft); }
  .crumbs__inner { max-width: 1440px; margin: 0 auto; padding: 14px 40px; display: flex; align-items: center; gap: 12px; font-size: 12px; color: var(--fg-on-paper-soft); }
  .crumbs__inner a { color: var(--fg-on-paper-muted); }
  .crumbs__inner a:hover { color: var(--ink); }
  .crumbs__inner .sep { color: var(--paper-500); }
  .crumbs__inner .cur { color: var(--ink); font-weight: 700; }
  .crumbs__inner .right { margin-left: auto; font-family: var(--font-mono); font-size: 11px; color: var(--fg-on-paper-soft); }

  /* =========================================================
     HERO — full-bleed retail photo, large headline
     ========================================================= */
  .ehero {
    position: relative; overflow: hidden;
    color: var(--paper);
    padding: 140px 0 100px;
    min-height: 620px;
    display: grid; align-items: end;
  }
  .ehero__bg {
    position: absolute; inset: 0;
    background: url("/assets/0f09794bd8c5da8c.jpg") center 2% / cover no-repeat;
    z-index: 0;
  }
  .ehero__bg::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(180deg,
      rgba(6,24,46,0.78) 0%,
      rgba(11,37,69,0.55) 40%,
      rgba(6,24,46,0.85) 100%);
  }
  .ehero__inner {
    position: relative; z-index: 1;
    max-width: 1280px; margin: 0 auto; padding: 0 40px;
  }
  .ehero__tags {
    display: flex; gap: 8px; margin-bottom: 32px;
  }
  .ehero__tags span {
    font-size: 11px; font-weight: 800;
    letter-spacing: 0.16em; text-transform: uppercase;
    padding: 6px 12px;
    border: 1px solid rgba(124,196,153,0.4);
    background: rgba(124,196,153,0.08);
    color: var(--leaf);
    border-radius: 999px;
    backdrop-filter: blur(8px);
  }
  .ehero__tags span.is-active {
    background: var(--leaf);
    color: var(--ink);
    border-color: var(--leaf);
  }
  .ehero__eyb {
    font-size: 13px; font-weight: 700;
    letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--leaf);
    margin-bottom: 24px;
    display: inline-flex; align-items: center; gap: 14px;
  }
  .ehero__eyb .rule { width: 56px; height: 2px; background: var(--leaf); }
  .ehero h1 {
    font-size: 108px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 0.92;
    color: var(--white);
    margin: 0 0 32px;
    max-width: 18ch;
    text-wrap: balance;
  }
  .ehero h1 em {
    font-style: italic; font-family: var(--font-display);
    font-weight: 400; color: var(--leaf);
  }
  .ehero__lede {
    font-size: 22px;
    line-height: 1.5;
    color: var(--fg-on-navy-muted);
    max-width: 56ch;
    margin: 0;
    font-weight: 300;
  }

  /* =========================================================
     COMPANY/CHALLENGE/TIMEFRAME quick-facts band
     ========================================================= */
  .facts {
    background: var(--paper);
    padding: 80px 0;
    border-bottom: 1px solid var(--rule-on-paper);
  }
  .facts__inner {
    max-width: 1280px; margin: 0 auto;
    padding: 0 40px;
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 80px;
  }
  .facts .item { position: relative; }
  .facts .item + .item { padding-left: 80px; border-left: 1px solid var(--rule-on-paper); margin-left: -1px; }
  .facts .lbl {
    font-size: 11px; font-weight: 800;
    letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--green);
    margin-bottom: 12px;
  }
  .facts p {
    font-size: 15px;
    line-height: 1.55;
    color: var(--fg-on-paper-muted);
    margin: 0;
  }
  .facts p strong { color: var(--ink); font-weight: 600; }

  /* =========================================================
     IMPACT AT A GLANCE — green band w/ big stats
     ========================================================= */
  .impact-glance {
    background: var(--navy);
    color: var(--paper);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    text-align: center;
  }
  .impact-glance::before {
    content: '';
    position: absolute; inset: 0;
    background:
      radial-gradient(circle at 10% 0%, rgba(255,255,255,0.06), transparent 50%),
      radial-gradient(circle at 90% 100%, rgba(0,0,0,0.08), transparent 50%);
  }
  .impact-glance__inner {
    position: relative;
    max-width: 1280px; margin: 0 auto;
    padding: 0 40px;
  }
  .impact-glance h2 {
    font-size: 56px;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: var(--white);
    margin: 0 0 16px;
  }
  .impact-glance h2 em {
    font-style: italic; font-family: var(--font-display);
    font-weight: 400;
  }
  .impact-glance__sub {
    font-size: 17px;
    color: rgba(246,243,236,0.85);
    margin: 0 0 56px;
  }
  .impact-glance__row {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 48px;
  }
  .impact-glance__row .s .v {
    font-size: 72px; font-weight: 700;
    color: var(--white);
    letter-spacing: -0.03em;
    line-height: 1;
    white-space: nowrap;
  }
  .impact-glance__row { align-items: start; }
  .impact-glance__row .s .v .u { font-size: 28px; opacity: 0.8; margin-left: 2px; }
  .impact-glance__row .s .l {
    font-size: 14px; font-weight: 700;
    color: rgba(246,243,236,0.85);
    margin-top: 14px;
    letter-spacing: 0.06em;
  }

  /* =========================================================
     THE CHALLENGE — copy LHS, photo RHS, with bullets
     ========================================================= */
  .challenge {
    background: var(--paper);
    padding: 200px 0;
  }
  .challenge__inner {
    max-width: 1280px; margin: 0 auto;
    padding: 0 40px;
    display: grid; grid-template-columns: 1.1fr 1fr;
    gap: 96px; align-items: start;
  }
  .challenge__eyb {
    font-size: 13px; font-weight: 700;
    letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--green);
    margin-bottom: 24px; display: block;
  }
  .challenge__rule { width: 96px; height: 3px; background: var(--green); margin-bottom: 32px; }
  .challenge h2 {
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -0.028em;
    line-height: 0.96;
    color: var(--ink);
    margin: 0 0 32px;
    text-wrap: balance;
  }
  .challenge h2 em {
    font-style: italic; font-family: var(--font-display);
    font-weight: 400; color: var(--green);
  }
  .challenge p {
    font-size: 17px;
    line-height: 1.6;
    color: var(--fg-on-paper-muted);
    margin: 0 0 20px;
    max-width: 48ch;
  }
  .challenge p strong { color: var(--ink); font-weight: 600; }
  .challenge__bullet {
    margin-top: 32px;
    list-style: none; padding: 0;
    display: flex; flex-direction: column; gap: 16px;
  }
  .challenge__bullet li {
    position: relative;
    padding-left: 32px;
    font-size: 16px;
    color: var(--ink);
    line-height: 1.5;
    font-weight: 500;
  }
  .challenge__bullet li::before {
    content: '';
    position: absolute;
    left: 0; top: 8px;
    width: 18px; height: 9px;
    border-bottom: 1.5px solid var(--green);
    border-left: 1.5px solid var(--green);
    transform: rotate(-45deg);
    transform-origin: left;
  }
  .challenge__photo {
    aspect-ratio: 4/5;
    background: url("/assets/7c78a677f5277882.jpg") center/cover no-repeat var(--navy);
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(6,24,46,0.18);
  }
  .challenge__photo::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(6,24,46,0) 60%, rgba(6,24,46,0.55) 100%);
  }
  .challenge__photo-cap {
    position: absolute;
    bottom: 24px; left: 24px;
    color: var(--paper);
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  /* =========================================================
     THE SOLUTION — three touchpoints
     ========================================================= */
  .solution {
    background: var(--paper-200);
    padding: 200px 0;
  }
  .solution__head {
    max-width: 1080px; margin: 0 auto 80px;
    padding: 0 40px;
    text-align: center;
  }
  .solution__eyb {
    font-size: 13px; font-weight: 700;
    letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--green);
    margin-bottom: 24px;
    display: inline-flex; align-items: center; gap: 14px;
  }
  .solution__eyb .rule { width: 56px; height: 2px; background: var(--green); }
  .solution h2 {
    font-size: 72px;
    font-weight: 700;
    letter-spacing: -0.028em;
    line-height: 0.96;
    color: var(--ink);
    margin: 0 0 24px;
    text-wrap: balance;
  }
  .solution h2 em {
    font-style: italic; font-family: var(--font-display);
    font-weight: 400; color: var(--green);
  }
  .solution__lede {
    font-size: 19px;
    color: var(--fg-on-paper-muted);
    line-height: 1.55;
    margin: 0 auto;
    max-width: 56ch;
  }
  .solution__grid {
    max-width: 1280px; margin: 0 auto;
    padding: 0 40px;
    display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
  }
  .solution__grid .scell:nth-child(3) {
    grid-column: 1 / -1;
    grid-template-columns: 1.2fr 1fr;
  }
  .solution__grid .scell:nth-child(3) .scell__copy { order: 1; }
  .solution__grid .scell:nth-child(3) .scell__media { order: 2; }
  .scell {
    background: var(--paper);
    border: 1px solid var(--rule-on-paper);
    border-radius: 20px;
    overflow: hidden;
    display: grid; grid-template-columns: 1.1fr 1fr;
    align-items: stretch;
    min-height: 320px;
  }
  .scell__copy {
    padding: 40px 36px 32px;
    display: flex; flex-direction: column; gap: 16px;
  }
  .scell__num {
    display: inline-flex; align-items: center; gap: 12px;
    font-family: var(--font-mono);
    font-size: 11px; font-weight: 600;
    color: var(--green);
    letter-spacing: 0.04em;
  }
  .scell__num .icon {
    width: 28px; height: 28px;
    background: var(--leaf-100); color: var(--leaf-800);
    border-radius: 6px;
    display: grid; place-items: center;
  }
  .scell h3 {
    font-size: 28px; font-weight: 700;
    color: var(--ink); margin: 0;
    letter-spacing: -0.018em;
    line-height: 1.15;
  }
  .scell__desc {
    font-size: 14px;
    color: var(--fg-on-paper-muted);
    line-height: 1.55;
    margin: 0;
  }
  .scell__activation {
    margin-top: auto;
    padding: 16px 0 0;
    border-top: 1px solid var(--rule-on-paper-soft);
  }
  .scell__activation .lbl {
    font-size: 10px; font-weight: 800;
    letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--green);
    margin-bottom: 6px;
  }
  .scell__activation p {
    font-size: 13px; color: var(--fg-on-paper-muted);
    margin: 0; line-height: 1.5;
  }
  .scell__media {
    background-size: cover; background-position: center;
    background-color: var(--bg-paper-card);
    min-height: 320px;
    position: relative;
  }
  .scell__media::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(6,24,46,0) 60%, rgba(6,24,46,0.45) 100%);
  }
  .scell--ecom .scell__media   { background-image: url("/assets/4903a629a56d94fa.jpg"); }
  .scell--counter .scell__media { background-image: url("/assets/cb87eb09cc10c000.jpg"); }
  .scell--hub .scell__media    { background-image: url("/assets/b606b78b443c0af9.jpg"); }

  /* =========================================================
     FROM LONDON TO GLOBAL FORESTS — dark band, 2 photos + 4 stats
     ========================================================= */
  .global-forests {
    background: var(--navy);
    color: var(--paper);
    padding: 160px 0;
    position: relative; overflow: hidden;
  }
  .global-forests::before {
    content: '';
    position: absolute; inset: 0;
    background:
      radial-gradient(circle at 10% 0%, rgba(124,196,153,0.06), transparent 50%);
  }
  .global-forests__inner {
    position: relative;
    max-width: 1280px; margin: 0 auto;
    padding: 0 40px;
  }
  .global-forests__head {
    text-align: center;
    margin-bottom: 64px;
  }
  .global-forests__eyb {
    font-size: 13px; font-weight: 700;
    letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--leaf);
    margin-bottom: 24px;
    display: inline-flex; align-items: center; gap: 14px;
  }
  .global-forests__eyb .rule { width: 56px; height: 2px; background: var(--leaf); }
  .global-forests h2 {
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -0.028em;
    line-height: 0.96;
    color: var(--white);
    margin: 0 0 16px;
    text-wrap: balance;
  }
  .global-forests h2 em {
    font-style: italic; font-family: var(--font-display);
    font-weight: 400; color: var(--leaf);
  }
  .global-forests__lede {
    font-size: 17px;
    color: var(--fg-on-navy-muted);
    line-height: 1.55;
    margin: 0 auto;
    max-width: 60ch;
    font-weight: 300;
  }
  .global-forests__photos {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 32px;
  }
  .gphoto {
    aspect-ratio: 16/10;
    background-size: cover; background-position: center;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    background-color: var(--bg-navy-card);
  }
  .gphoto::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(6,24,46,0) 55%, rgba(6,24,46,0.7) 100%);
  }
  .gphoto--a { background-image: url("/assets/6b593667ec0638ff.jpg"); }
  .gphoto--b { background-image: url("/assets/cb87eb09cc10c000.jpg"); }
  .gphoto__cap {
    position: absolute;
    bottom: 20px; left: 20px;
    z-index: 1;
    color: var(--paper);
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }
  .global-forests__stats {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .gstat {
    background: var(--bg-navy-card);
    border: 1px solid rgba(124,196,153,0.2);
    border-radius: 12px;
    padding: 24px 20px;
  }
  .gstat .v {
    font-size: 36px; font-weight: 700;
    color: var(--leaf);
    letter-spacing: -0.02em;
    line-height: 1;
  }
  .gstat .l {
    font-size: 12px; font-weight: 600;
    color: var(--white);
    margin-top: 10px;
    line-height: 1.35;
  }
  .gstat small {
    display: block;
    font-size: 11px;
    color: var(--fg-on-navy-muted);
    margin-top: 4px;
    font-weight: 400;
  }

  /* =========================================================
     CLIENT QUOTE — paper-200 panel with author avatar
     ========================================================= */
  .cquote {
    background: var(--paper);
    padding: 160px 0;
  }
  .cquote__inner {
    max-width: 1080px; margin: 0 auto;
    padding: 0 40px;
  }
  .cquote__card {
    background: var(--leaf-100);
    border-left: 4px solid var(--green);
    border-radius: 24px;
    padding: 48px 56px;
  }
  .cquote__glyph {
    font-family: var(--font-display);
    font-size: 96px;
    color: var(--green);
    opacity: 0.6;
    line-height: 0.5;
    margin-bottom: 12px;
    display: block;
  }
  .cquote p {
    font-size: 28px;
    line-height: 1.4;
    color: var(--ink);
    margin: 0 0 32px;
    font-weight: 400;
    letter-spacing: -0.01em;
    text-wrap: balance;
  }
  .cquote p em {
    font-style: italic; font-family: var(--font-display);
    font-weight: 400; color: var(--green);
  }
  .cquote__by {
    display: flex; align-items: center; gap: 16px;
  }
  .cquote__by .av {
    width: 56px; height: 56px;
    background: linear-gradient(135deg, #5FB27E, #124734);
    border-radius: 50%;
  }
  .cquote__by b { color: var(--ink); font-weight: 700; font-size: 15px; }
  .cquote__by small { display: block; color: var(--fg-on-paper-muted); font-size: 13px; font-weight: 500; }

  /* =========================================================
     BEYOND THE NUMBERS — 2 cards + implementation timeline
     ========================================================= */
  .beyond {
    background: var(--paper);
    padding: 0 0 200px;
  }
  .beyond__head {
    max-width: 1080px; margin: 0 auto 64px;
    padding: 0 40px;
    text-align: center;
  }
  .beyond__eyb {
    font-size: 13px; font-weight: 700;
    letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--green);
    margin-bottom: 24px;
    display: inline-flex; align-items: center; gap: 14px;
  }
  .beyond__eyb .rule { width: 56px; height: 2px; background: var(--green); }
  .beyond h2 {
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -0.028em;
    line-height: 0.96;
    color: var(--ink);
    margin: 0 0 24px;
    text-wrap: balance;
  }
  .beyond h2 em {
    font-style: italic; font-family: var(--font-display);
    font-weight: 400; color: var(--green);
  }
  .beyond__lede {
    font-size: 17px;
    color: var(--fg-on-paper-muted);
    line-height: 1.55;
    margin: 0 auto;
    max-width: 60ch;
  }
  .beyond__grid {
    max-width: 1280px; margin: 0 auto;
    padding: 0 40px;
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .bcard {
    background: var(--bg-paper-card);
    border: 1px solid var(--rule-on-paper);
    border-radius: 20px;
    padding: 32px 36px;
  }
  .bcard h3 {
    font-size: 24px; font-weight: 700;
    color: var(--ink); margin: 0 0 24px;
    letter-spacing: -0.015em;
    display: flex; align-items: center; gap: 12px;
  }
  .bcard h3 .leaf {
    width: 28px; height: 28px;
    background: var(--leaf-100); color: var(--leaf-800);
    border-radius: 6px;
    display: grid; place-items: center;
    font-size: 16px;
  }
  .bcard ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
  .bcard ul li {
    position: relative;
    padding-left: 24px;
    font-size: 14px;
    color: var(--fg-on-paper-muted);
    line-height: 1.5;
  }
  .bcard ul li::before {
    content: '';
    position: absolute;
    left: 0; top: 7px;
    width: 14px; height: 7px;
    border-bottom: 1.5px solid var(--green);
    border-left: 1.5px solid var(--green);
    transform: rotate(-45deg);
    transform-origin: left;
  }
  .bcard ul li b { color: var(--ink); font-weight: 700; }

  .timeline {
    max-width: 1280px; margin: 32px auto 0;
    padding: 0 40px;
  }
  .timeline__card {
    background: var(--bg-paper-card);
    border: 1px solid var(--rule-on-paper);
    border-radius: 20px;
    padding: 40px 48px;
  }
  .timeline h3 {
    font-size: 24px; font-weight: 700;
    color: var(--ink); margin: 0 0 32px;
    letter-spacing: -0.015em;
  }
  .timeline__list {
    list-style: none; padding: 0; margin: 0;
    display: flex; flex-direction: column; gap: 24px;
  }
  .timeline__step {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 32px;
    align-items: start;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--rule-on-paper-soft);
  }
  .timeline__step:last-child { border-bottom: 0; padding-bottom: 0; }
  .timeline__step .when {
    font-family: var(--font-mono);
    font-size: 11px; font-weight: 700;
    color: var(--green);
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }
  .timeline__step h4 {
    font-size: 18px; font-weight: 700;
    color: var(--ink); margin: 0 0 6px;
    letter-spacing: -0.01em;
  }
  .timeline__step p {
    font-size: 14px;
    color: var(--fg-on-paper-muted);
    line-height: 1.55;
    margin: 0;
  }

  /* =========================================================
     CTA banner — same green as case-studies
     ========================================================= */
  .cban {
    background: var(--navy);
    color: var(--paper);
    padding: 140px 0;
    position: relative; overflow: hidden;
  }
  .cban::before {
    content: ''; position: absolute; inset: 0;
    background: url("/assets/b44545abb30ad4f6.jpg") center/cover no-repeat;
  }
  .cban::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(6,24,46,0.74) 0%, rgba(6,24,46,0.55) 50%, rgba(6,24,46,0.80) 100%);
  }
  .cban__inner {
    position: relative; z-index: 1;
    max-width: 1080px; margin: 0 auto;
    padding: 0 40px;
    text-align: center;
  }
  .cban__eyb {
    font-size: 13px; font-weight: 700;
    letter-spacing: 0.18em; text-transform: uppercase;
    color: rgba(246,243,236,0.85);
    margin-bottom: 24px;
    display: inline-flex; align-items: center; gap: 14px;
  }
  .cban__eyb .rule { width: 56px; height: 2px; background: rgba(246,243,236,0.6); }
  .cban h2 {
    font-size: 80px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 0.96;
    color: var(--white);
    margin: 0 0 32px;
    text-wrap: balance;
  }
  .cban h2 em {
    font-style: italic; font-family: var(--font-display);
    font-weight: 400; color: var(--paper);
  }
  .cban p {
    font-size: 19px;
    color: rgba(246,243,236,0.92);
    line-height: 1.55;
    max-width: 60ch;
    margin: 0 auto 40px;
    font-weight: 300;
  }
  .cban__cta { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
  .cban__cta .btn--primary {
    background: var(--paper); color: var(--green);
    padding: 18px 32px; font-size: 15px;
  }
  .cban__cta .btn--primary:hover { background: var(--white); }
  .cban__cta .btn--ghost-light {
    background: transparent; color: var(--paper);
    padding: 18px 0; font-size: 15px; font-weight: 700;
    border-bottom: 1px solid var(--paper);
    display: inline-flex; align-items: center; gap: 10px;
  }

  /* =========================================================
     MORE STORIES (recap)
     ========================================================= */
  .more {
    background: var(--paper);
    padding: 160px 0 200px;
  }
  .more__head {
    max-width: 1080px; margin: 0 auto 64px;
    padding: 0 40px;
    text-align: center;
  }
  .more__eyb {
    font-size: 13px; font-weight: 700;
    letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--green);
    margin-bottom: 24px;
    display: inline-flex; align-items: center; gap: 14px;
  }
  .more__eyb .rule { width: 56px; height: 2px; background: var(--green); }
  .more h2 {
    font-size: 56px;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: var(--ink);
    margin: 0 0 24px;
    text-wrap: balance;
  }
  .more h2 em {
    font-style: italic; font-family: var(--font-display);
    font-weight: 400; color: var(--green);
  }
  .more__grid {
    max-width: 1280px; margin: 0 auto; padding: 0 40px;
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .mcard {
    border-radius: 16px;
    overflow: hidden;
    background: var(--paper);
    border: 1px solid var(--rule-on-paper);
    text-decoration: none; color: inherit;
    display: flex; flex-direction: column;
    transition: border-color 220ms var(--ease-standard), transform 220ms;
  }
  .mcard:hover { border-color: var(--ink); transform: translateY(-3px); }
  .mcard__media {
    aspect-ratio: 16/9;
    background-size: cover; background-position: center;
    position: relative;
  }
  .mcard__media::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(6,24,46,0) 50%, rgba(6,24,46,0.55) 100%);
  }
  .mcard__media .tag {
    position: absolute;
    top: 14px; left: 14px;
    z-index: 1;
    background: rgba(246,243,236,0.95);
    color: var(--ink);
    padding: 5px 10px;
    font-size: 10px; font-weight: 800;
    letter-spacing: 0.14em; text-transform: uppercase;
  }
  .mcard--a .mcard__media { background-image: url("/assets/9ce7b23dbaa9dc8c.jpg"); }
  .mcard--b .mcard__media { background-image: url("/assets/6b593667ec0638ff.jpg"); }
  .mcard--c .mcard__media { background-image: url("/assets/a72d5c9799d926db.jpg"); }
  .mcard__body {
    padding: 24px 24px 28px;
    display: flex; flex-direction: column; gap: 10px; flex: 1;
  }
  .mcard h4 {
    font-size: 22px; font-weight: 700;
    color: var(--ink); margin: 0;
    letter-spacing: -0.015em;
    line-height: 1.2;
  }
  .mcard p {
    font-size: 13px;
    color: var(--fg-on-paper-muted);
    line-height: 1.5;
    margin: 0;
  }
  .mcard__foot {
    margin-top: auto;
    padding-top: 14px;
    font-size: 11px; font-weight: 800;
    letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--green);
  }

  /* ---- The thinking (statement band) ---- */
  .statement { background: var(--paper); padding: 120px 0; border-top: 1px solid var(--rule-on-paper); }
  .statement__inner { max-width: 1000px; margin: 0 auto; padding: 0 40px; text-align: center; }
  .statement__eyb { font-size: 13px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--green); display: inline-flex; align-items: center; gap: 14px; }
  .statement__eyb .rule { width: 56px; height: 2px; background: var(--green); }
  .statement p { font-size: 32px; line-height: 1.35; color: var(--ink); font-weight: 400; letter-spacing: -0.01em; text-wrap: balance; margin: 28px 0 0; }
  .statement p em { font-style: italic; font-family: var(--font-display); color: var(--green); font-weight: 400; }

  /* ---- How it works (3 steps) ---- */
  .process { background: var(--paper-200); padding: 160px 0; }
  .process__head { max-width: 1080px; margin: 0 auto 64px; padding: 0 40px; text-align: center; }
  .process__head h2 { font-size: 64px; font-weight: 700; letter-spacing: -0.028em; line-height: 0.96; color: var(--ink); margin: 16px 0 0; text-wrap: balance; }
  .process__head h2 em { font-style: italic; font-family: var(--font-display); font-weight: 400; color: var(--green); }
  .process__grid { max-width: 1080px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .pstep { background: var(--paper); border: 1px solid var(--rule-on-paper); border-radius: 20px; padding: 40px 32px; }
  .pstep .icon { width: 46px; height: 46px; border-radius: 10px; background: var(--leaf-100); color: var(--leaf-800); display: grid; place-items: center; margin-bottom: 26px; }
  .pstep__n { font-family: var(--font-mono); font-size: 11px; font-weight: 700; color: var(--green); letter-spacing: 0.14em; text-transform: uppercase; }
  .pstep h3 { font-size: 26px; font-weight: 700; color: var(--ink); margin: 12px 0 10px; letter-spacing: -0.02em; }
  .pstep p { font-size: 14px; color: var(--fg-on-paper-muted); line-height: 1.55; margin: 0; }

  /* ---- Why it fit ---- */
  .whyfit { background: var(--paper); padding: 160px 0 200px; }
  .whyfit__inner { max-width: 1080px; margin: 0 auto; padding: 0 40px; text-align: center; }
  .whyfit__inner .beyond__head { margin-bottom: 0; }
  .whyfit__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; text-align: left; }
  .wfit { background: var(--bg-paper-card); border: 1px solid var(--rule-on-paper); border-radius: 16px; padding: 30px 28px; }
  .wfit .check { width: 34px; height: 34px; border-radius: 50%; background: var(--green); color: var(--white); display: grid; place-items: center; margin-bottom: 18px; font-size: 15px; font-weight: 700; }
  .wfit p { font-size: 15px; color: var(--ink); line-height: 1.55; margin: 0; font-weight: 500; }

  /* ---- Brand story split ---- */
  .bstory { background: var(--paper-200); padding: 200px 0; }
  .bstory__inner { max-width: 1280px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 96px; align-items: center; }
  .bstory__photo { aspect-ratio: 4/5; background: url("/assets/a814b129bba19a62.jpg") center/cover no-repeat var(--navy); border-radius: 24px; box-shadow: 0 30px 60px rgba(6,24,46,0.18); }
  .bstory h2 { font-size: 64px; font-weight: 700; letter-spacing: -0.028em; line-height: 0.96; color: var(--ink); margin: 0 0 24px; text-wrap: balance; }
  .bstory h2 em { font-style: italic; font-family: var(--font-display); font-weight: 400; color: var(--green); }
  .bstory p { font-size: 17px; line-height: 1.6; color: var(--fg-on-paper-muted); margin: 0 0 20px; max-width: 46ch; }
  .bstory p strong { color: var(--ink); font-weight: 600; }

  @media (max-width: 960px) {
    .process__grid, .whyfit__grid { grid-template-columns: 1fr; }
    .bstory__inner { grid-template-columns: 1fr; gap: 40px; }
    .statement p { font-size: 24px; }
  }

  /* ---- Planting location carousel ---- */
  .ploc__carousel { position: relative; max-width: 1080px; margin: 0 auto; border-radius: 20px; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,0.35); }
  .ploc__track { position: relative; width: 100%; height: 0; padding-bottom: 56.25%; }
  .ploc__slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 900ms var(--ease-standard); }
  .ploc__slide.is-active { opacity: 1; }
  .ploc__slide::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,24,46,0) 55%, rgba(6,24,46,0.6) 100%); }
  .ploc__cap { position: absolute; left: 24px; bottom: 22px; z-index: 2; color: var(--paper); font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; }
  .ploc__nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(246,243,236,0.4); background: rgba(6,24,46,0.4); color: var(--paper); font-size: 20px; line-height: 1; cursor: pointer; display: grid; place-items: center; backdrop-filter: blur(6px); transition: background 200ms var(--ease-standard); }
  .ploc__nav:hover { background: rgba(6,24,46,0.75); }
  .ploc__nav--prev { left: 20px; } .ploc__nav--next { right: 20px; }
  .ploc__dots { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); z-index: 3; display: flex; gap: 10px; }
  .ploc__dot { width: 9px; height: 9px; border-radius: 50%; border: 0; padding: 0; background: rgba(246,243,236,0.45); cursor: pointer; transition: background 200ms, transform 200ms; }
  .ploc__dot.is-active { background: var(--leaf); transform: scale(1.25); }
  .ploc__cta { text-align: center; margin-top: 48px; }
  .ploc__cta .btn--primary { background: var(--leaf); color: var(--ink); padding: 18px 32px; font-size: 15px; }
  .ploc__cta .btn--primary:hover { background: var(--white); }
