
    /* Page-specific: index — homepage with full-bleed hero slideshow, services
       accordion, featured projects, insights strip, dark philosophy, numbers grid,
       sustainability teaser, careers strip, testimonials, CTA. Standard nav. */
    nav { transition: border-bottom .2s; border-bottom: none; }
    nav.scrolled { border-bottom: 1px solid var(--mid); }
    .section-divider { border: none; border-top: 1px solid var(--mid); margin: 0; }
    .nav-links a.active { color: var(--accent); border-bottom: 2px solid var(--accent); padding-bottom: 2px; }

    /* Override .btn-outline padding (shared base is 10px 22px) */
    .btn-outline { padding: 9px 20px; }

    /* Override overlay nav-link size for homepage (bigger than default) */
    .nav-overlay { padding: 80px var(--pad); gap: 32px; }
    .nav-overlay a { font-size: clamp(2rem, 5vw, 3.5rem); }

    section { padding: 100px 0; }

    .pull-quote {
      font-family: 'DM Sans', sans-serif; font-style: normal;
      font-size: clamp(1.6rem, 2.8vw, 2.4rem);
      line-height: 1.3;
    }

    h5 { font-family: 'Poppins', sans-serif; font-weight: 700; line-height: 1.15; }
    p { line-height: 1.7; font-size: 1rem; }

    /* ── HERO ───────────────────────────────────────────────── */
    .hero {
      padding-top: 64px;
      min-height: 100vh;
      display: flex;
      align-items: center;
      position: relative;
      overflow: hidden;
      background: var(--ink);
    }
    /* Hero slide container — slides rendered statically in markup */
    .hero-slides {
      position: absolute; inset: 0; z-index: 0;
    }
    .hero-slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 1.2s ease; }
    .hero-slide.active { opacity: 1; }
    @media (prefers-reduced-motion: reduce) {
      .hero-slide { transition: none; }
      .hero-slide:not(:first-child) { display: none; }
    }
    .hero-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(to bottom, rgba(0,0,0,.52) 0%, rgba(0,0,0,.38) 50%, rgba(0,0,0,.65) 100%);
      z-index: 1;
    }
    .hero-caption { position: absolute; bottom: 72px; left: var(--pad); z-index: 3; opacity: 0; transform: translateY(6px); transition: opacity .6s ease, transform .6s ease; }
    .hero-caption.visible { opacity: 1; transform: none; }
    .hero-caption-name { font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.9); margin-bottom: 3px; }
    .hero-caption-loc { font-size: .78rem; color: rgba(255,255,255,.5); letter-spacing: .04em; }
    .hero-dots { position: absolute; bottom: 72px; right: var(--pad); z-index: 3; display: flex; gap: 8px; align-items: center; }
    .hero-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.3); transition: background .4s, transform .4s; cursor: default; }
    .hero-dot.active { background: #ff2400; transform: scale(1.3); }
    .hero-inner { position: relative; z-index: 2; padding: 0 var(--pad); width: 100%; }
    .hero-eyebrow { font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.6); margin-bottom: 32px; animation: fadeUp .6s ease both .1s; }
    .hero-headline { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: clamp(2.8rem, 6vw, 6rem); line-height: 1.05; max-width: 880px; margin-bottom: 32px; color: var(--white); animation: fadeUp .7s ease both .25s; }

    .hero-sub { font-size: 1.1rem; color: rgba(255,255,255,.65); max-width: 520px; margin-bottom: 48px; line-height: 1.65; animation: fadeUp .7s ease both .4s; }
    .hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; animation: fadeUp .7s ease both .55s; }
    .hero-link { font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 500; color: rgba(255,255,255,.8); border-bottom: 1px solid rgba(255,255,255,.4); padding-bottom: 2px; transition: color .2s, border-color .2s; }
    .hero-link:hover { color: var(--accent); border-color: var(--accent); }
    .hero-scroll-indicator { position: absolute; bottom: 40px; left: var(--pad); display: flex; align-items: center; gap: 12px; font-family: 'Poppins', sans-serif; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.45); z-index: 3; }
    .hero-scroll-indicator::before { content: ''; width: 40px; height: 1px; background: rgba(255,255,255,.3); }

    /* Social sidebar styles now injected by uru.js */

    /* ── DIFFERENTIATOR STRIP ───────────────────────────────── */
    .differentiator { background: var(--ink); padding: 48px 0; }
    .differentiator-inner { display: flex; align-items: center; gap: 48px; }
    .differentiator-text { font-family: 'Poppins', sans-serif; font-size: clamp(1.1rem, 2vw, 1.5rem); font-weight: 600; color: var(--white); line-height: 1.3; }
    .differentiator-text strong { color: var(--accent); }
    .differentiator-divider { width: 1px; height: 48px; background: rgba(255,255,255,.2); flex-shrink: 0; }
    .differentiator-sub { font-size: .95rem; color: rgba(250,250,248,.55); line-height: 1.6; max-width: 360px; }

    /* ── WHAT WE DO STRIP (services accordion) ──────────────── */
    .services-section { background: var(--white); }
    .services-header { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 64px; }
    .services-header h2 { font-family: 'Poppins', sans-serif; font-weight: 700; line-height: 1.15; font-size: clamp(2rem, 3.5vw, 3rem); max-width: 480px; }
    .services-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--mid); }
    .service-tile { padding: 32px 24px 40px; border-right: 1px solid var(--mid); border-bottom: 1px solid var(--mid); transition: background .2s, transform .22s ease, box-shadow .22s ease; }
    .service-tile:hover { background: var(--bg); transform: translateY(-3px); box-shadow: 0 8px 24px rgba(12,12,11,.08); }
    .service-tile:last-child { border-right: none; }
    .service-tile:nth-child(5) { border-right: none; }
    .service-tile__number { font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .12em; color: var(--accent); margin-bottom: 20px; }
    .service-tile__name { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: .95rem; margin-bottom: 12px; line-height: 1.3; }
    .service-tile__desc { font-size: .85rem; color: var(--stone); line-height: 1.6; }
    .service-tile__link { display: inline-block; margin-top: 20px; font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); border-bottom: 1px solid transparent; transition: border-color .2s; }
    .service-tile__link:hover { border-color: var(--accent); }
    .service-tile__details { margin-top: 14px; }
    .service-tile__details summary { cursor: pointer; font-size: 14px; color: var(--ink); }
    .service-tile__detail { font-size: 14px; color: var(--stone); line-height: 1.65; margin-top: 14px; }
    .service-tile__link { font-size: 12px; }
    .service-tile__link:focus-visible, .service-tile__details summary:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
    .regions-section { padding: 56px 0; background: var(--bg); }
    .regions-section h2 { font-size: clamp(1.5rem, 3vw, 2rem); margin-bottom: 24px; }
    .regions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
    .regions-grid h3 { font-size: 1rem; margin-bottom: 12px; }
    .regions-grid p { font-size: 1rem; line-height: 1.7; margin-bottom: 12px; }
    .regions-grid a { text-decoration: underline; text-underline-offset: 4px; }
    .regions-grid a:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
    @media (max-width: 760px) { .regions-grid { grid-template-columns: 1fr; } }

    /* ── FEATURED PROJECTS ──────────────────────────────────── */
    .projects-section { background: var(--bg); }
    .section-header { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 48px; }
    .section-header h2 { font-family: 'Poppins', sans-serif; font-weight: 700; line-height: 1.15; font-size: clamp(1.8rem, 3vw, 2.6rem); }
    .section-header a { font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--stone); border-bottom: 1px solid var(--mid); padding-bottom: 2px; transition: color .2s, border-color .2s; }
    .section-header a:hover { color: var(--accent); border-color: var(--accent); }
    #projects-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-template-rows: auto auto; gap: 2px; }
    .project-card { display: block; position: relative; overflow: hidden; background: var(--mid); transition: transform .22s ease, box-shadow .22s ease; }
    .project-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(12,12,11,.08); }
    .project-card--large { grid-column: span 2; grid-row: span 2; }
    .project-card__img { width: 100%; padding-top: 70%; background-size: cover; background-position: center; background-color: var(--mid); transition: transform .5s ease; }
    .project-card--large .project-card__img { padding-top: 60%; }
    .project-card:hover .project-card__img { transform: scale(1.04); }
    .project-card__meta { position: absolute; bottom: 0; left: 0; right: 0; padding: 24px; background: linear-gradient(to top, rgba(12,12,11,.85) 0%, transparent 100%); color: var(--white); }
    .project-card__meta .label { color: rgba(250,250,248,.6); margin-bottom: 8px; }
    .project-card__meta h3 { font-family: 'Poppins', sans-serif; font-size: 1.1rem; margin-bottom: 4px; }
    .project-card__meta .stone { color: rgba(250,250,248,.55); font-size: .85rem; }

    /* ── INSIGHTS STRIP ─────────────────────────────────────── */
    .insights-section { background: var(--white); }
    #insights-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--mid); }
    .insight-item { display: block; padding: 40px 32px; border-right: 1px solid var(--mid); transition: background .2s, transform .22s ease, box-shadow .22s ease; }
    .insight-item:last-child { border-right: none; }
    .insight-item:hover { background: var(--bg); transform: translateY(-3px); box-shadow: 0 8px 24px rgba(12,12,11,.08); }
    .insight-item .label { display: block; margin-bottom: 16px; }
    .insight-thumb { width: 100%; padding-top: 56%; background-size: cover; background-position: center; margin-bottom: 20px; }
    .insight-item h3 { font-family: 'Poppins', sans-serif; font-size: 1.05rem; font-weight: 600; margin-bottom: 12px; line-height: 1.35; }
    .insight-item p { font-size: .9rem; color: var(--stone); margin-bottom: 20px; }
    .insight-read { font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); }

    /* ── PHILOSOPHY (dark section) ──────────────────────────── */
    .philosophy-section { background: var(--ink); padding: 120px 0; }
    .philosophy-inner { max-width: 900px; }
    .philosophy-section .label { color: rgba(250,250,248,.4); margin-bottom: 48px; display: block; }
    .philosophy-section .pull-quote { color: var(--white); margin-bottom: 48px; }
    .philosophy-body { font-size: 1rem; color: rgba(250,250,248,.6); line-height: 1.75; max-width: 680px; margin-bottom: 48px; }

    /* ── NUMBERS GRID ───────────────────────────────────────── */
    .numbers-section { background: var(--white); }
    .numbers-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--mid); border-left: 1px solid var(--mid); }
    /* Six-cell proof bar override */
    .numbers-grid--six { grid-template-columns: repeat(6, 1fr); }
    .number-cell { padding: 48px 32px; border-right: 1px solid var(--mid); border-bottom: 1px solid var(--mid); transition: transform .22s ease; }
    .number-cell:hover { transform: translateY(-2px); }
    .number-cell__big { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: clamp(2rem, 3.2vw, 3.6rem); color: var(--ink); line-height: 1.05; margin-bottom: 12px; }
    .number-cell__big span { color: var(--accent); }
    .number-cell__label { font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 500; color: var(--stone); line-height: 1.4; }

    /* ── PARTNERS STRIP — editorial split panel ─────────────── */
    .partners-section { background: var(--ink); padding: 0; border-top: none; overflow: hidden; }
    .partners-split { display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; }
    .partners-photo {
      position: relative;
      overflow: hidden;
      background: #F5F4F1;
    }
    .partners-photo img {
      width: 100%; height: 100%;
      object-fit: contain;
      object-position: center bottom;
      display: block;
      transition: transform .6s ease;
    }
    .partners-photo:hover img { transform: scale(1.02); }
    .partners-content {
      padding: 72px 64px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      border-left: 1px solid rgba(255,255,255,.08);
    }
    .partners-eyebrow { font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--accent); margin-bottom: 28px; }
    .partners-headline { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: clamp(1.5rem, 2.2vw, 2rem); color: var(--white); line-height: 1.2; margin-bottom: 12px; }
    .partners-names-list { font-family: 'Poppins', sans-serif; font-size: .82rem; font-weight: 400; color: rgba(250,250,248,.45); letter-spacing: .04em; line-height: 2.2; margin-bottom: 36px; }
    .partners-names-list strong { color: rgba(250,250,248,.75); font-weight: 500; }
    .partners-name-link { color: inherit; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.12); padding-bottom: 1px; transition: color .2s, border-color .2s; }
    .partners-name-link:hover { color: rgba(250,250,248,.85); border-color: rgba(255,255,255,.4); }
    .partners-formation { font-size: .88rem; color: rgba(250,250,248,.5); line-height: 1.75; margin-bottom: 28px; font-style: italic; max-width: 420px; }
    .partners-divider { width: 40px; height: 1px; background: rgba(255,255,255,.15); margin-bottom: 36px; }
    /* LinkedIn inline block */
    .partners-li { display: flex; flex-direction: column; gap: 12px; }
    .partners-li__label { font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(250,250,248,.3); }
    .partners-li__copy { font-size: .9rem; color: rgba(250,250,248,.6); line-height: 1.65; }
    .partners-li__link { display: inline-flex; align-items: center; gap: 8px; font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); border-bottom: 1px solid transparent; padding-bottom: 1px; transition: border-color .2s; width: fit-content; }
    .partners-li__link:hover { border-color: var(--accent); }
    .partners-about-link { margin-top: 20px; font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: rgba(250,250,248,.4); border-bottom: 1px solid rgba(255,255,255,.12); padding-bottom: 1px; transition: color .2s, border-color .2s; display: inline-block; }
    .partners-about-link:hover { color: var(--white); border-color: rgba(255,255,255,.4); }
    /* founder-sub kept for legacy but hidden globally now */
    .founder-sub { display: none; }

    /* ── SECTORS STRIP ──────────────────────────────────────── */
    .sectors-strip { background: var(--white); padding: 80px 0; }
    .sectors-strip .strip-header { margin-bottom: 40px; }
    .sectors-strip .strip-header h2 { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: clamp(1.5rem, 2.2vw, 2rem); line-height: 1.15; margin-bottom: 12px; }
    .sectors-strip .strip-header p { color: var(--stone); font-size: .95rem; max-width: 540px; line-height: 1.65; }
    .sectors-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
    .sector-chip { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; border: 1px solid var(--mid); font-family: 'Poppins', sans-serif; font-size: .8rem; font-weight: 600; letter-spacing: .04em; color: var(--ink); text-decoration: none; transition: border-color .18s, color .18s, background .18s; }
    .sector-chip:hover { border-color: var(--accent); color: var(--accent); background: var(--bg); }
    .sector-chip__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }
    .sectors-strip .strip-link { font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); border-bottom: 1px solid transparent; padding-bottom: 2px; transition: border-color .2s; }
    .sectors-strip .strip-link:hover { border-color: var(--accent); }
    @media (max-width: 600px) { .sectors-strip { padding: 64px 0; } .sector-chip { padding: 8px 14px; } }

    /* ── SUSTAINABILITY TEASER (dark, green pillars) ────────── */
    .sustainability-section { background: #123D2C; }
    .sustainability-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
    .sustainability-inner h2 { font-family: 'Poppins', sans-serif; font-weight: 700; line-height: 1.15; font-size: clamp(1.8rem, 2.8vw, 2.6rem); margin-bottom: 24px; color: var(--white); }
    .sustainability-inner > div > p { color: rgba(250,250,248,.6); margin-bottom: 32px; max-width: 480px; }
    .sustainability-section .label { color: rgba(250,250,248,.78); }
    .sustainability-pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
    .pillar { padding-top: 20px; border-top: 2px solid #4D9770; }
    .pillar h3 { font-family: 'Poppins', sans-serif; font-size: .9rem; font-weight: 600; margin-bottom: 8px; color: var(--white); }
    .pillar p { font-size: .9rem; color: rgba(250,250,248,.82); margin-bottom: 0; }

    /* ── CAREERS STRIP ──────────────────────────────────────── */
    /* RECOGNITION STRIP */
    .press-strip { background: var(--white); padding: 64px 0; }
    .press-strip__label { display: block; text-align: center; color: var(--stone); margin-bottom: 36px; }
    .press-strip__logos { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 36px 56px; }
    .press-strip__logo-wrap { display: contents; }
    .press-strip__logo { height: 30px; width: auto; max-width: 150px; object-fit: contain; filter: grayscale(100%); opacity: .55; transition: opacity .25s ease, filter .25s ease; }
    .press-strip__logo-wrap:hover .press-strip__logo,
    .press-strip__logo:hover { filter: grayscale(0); opacity: 1; }
    .press-strip__link { font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--stone); border-bottom: 1px solid var(--mid); padding-bottom: 1px; transition: color .2s, border-color .2s; }
    .press-strip__link:hover { color: var(--accent); border-color: var(--accent); }
    @media (max-width: 700px) { .press-strip__logos { gap: 26px 36px; } .press-strip__logo { height: 24px; max-width: 120px; } }

    .careers-section { background: var(--white); }
    .careers-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
    .careers-inner h2 { font-family: 'Poppins', sans-serif; font-weight: 700; line-height: 1.15; font-size: clamp(1.8rem, 2.5vw, 2.4rem); margin-bottom: 16px; }
    .careers-inner > div > p { color: var(--stone); margin-bottom: 32px; }
    #careers-list { display: flex; flex-direction: column; gap: 0; }
    .job-item { display: flex; justify-content: space-between; align-items: center; padding: 24px 0; border-bottom: 1px solid var(--mid); }
    .job-item:first-child { border-top: 1px solid var(--mid); }
    .job-item strong { font-family: 'Poppins', sans-serif; font-size: .95rem; font-weight: 600; display: block; margin-bottom: 6px; }
    .job-meta { font-size: .85rem; }

    /* ── TESTIMONIALS ───────────────────────────────────────── */
    .testimonials-section { background: var(--bg); padding-bottom: 80px; }
    .testimonials-section .section-header { margin-bottom: 48px; }

    /* Slider track */
    .t-slider { position: relative; overflow: hidden; }
    #testimonials-grid { display: flex; transition: transform .45s cubic-bezier(.4,0,.2,1); will-change: transform; }
    .testimonial-card {
      min-width: 100%;
      background: var(--white);
      padding: 48px 40px 40px;
      border-top: 3px solid var(--accent);
      box-sizing: border-box;
    }
    @media (min-width: 768px) {
      .testimonial-card { padding: 56px 56px 48px; }
    }
    .testimonial-card__quote {
      font-family: 'DM Sans', sans-serif; font-style: normal;
      font-size: clamp(1.05rem, 1.5vw, 1.3rem);
      line-height: 1.65;
      color: var(--ink);
      margin-bottom: 32px;
      max-width: 720px;
    }
    .testimonial-card__name { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 13px; color: var(--ink); margin-bottom: 2px; }
    .testimonial-card__role { font-size: 12px; color: var(--stone); }

    /* Controls row */
    .t-controls {
      display: flex;
      align-items: center;
      gap: 16px;
      margin-top: 24px;
    }
    .t-btn {
      width: 44px; height: 44px;
      border: 1px solid var(--mid);
      background: transparent;
      border-radius: 50%;
      cursor: pointer;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.1rem;
      color: var(--ink);
      transition: background .15s, border-color .15s;
      flex-shrink: 0;
    }
    .t-btn:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
    .t-dots { display: flex; gap: 8px; align-items: center; }
    .t-dot {
      width: 7px; height: 7px;
      border-radius: 50%;
      background: var(--mid);
      cursor: pointer;
      transition: background .2s, transform .2s;
    }
    .t-dot.active { background: var(--accent); transform: scale(1.3); }
    .t-counter { margin-left: auto; font-size: 12px; color: var(--stone); font-family: 'Poppins', sans-serif; }

    /* ── CTA STRIP ──────────────────────────────────────────── */
    .cta-section { background: var(--accent); padding: 80px 0; }
    .cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
    .cta-headline { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: clamp(1.8rem, 3vw, 2.6rem); color: var(--white); max-width: 580px; line-height: 1.15; }

    /* ── NEWSLETTER FORM (page-specific until Sprint 8) ─────── */
    .newsletter-label { font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: rgba(250,250,248,.35); margin-bottom: 12px; }
    #newsletter-form { display: flex; gap: 0; }
    #newsletter-email { flex: 1; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); color: var(--white); font-family: 'DM Sans', sans-serif; font-size: 13px; padding: 10px 14px; outline: none; transition: border-color .2s; }
    #newsletter-email::placeholder { color: rgba(250,250,248,.25); }
    #newsletter-email:focus { border-color: rgba(255,255,255,.4); }
    .newsletter-btn { background: var(--accent); color: var(--white); border: none; font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 10px 18px; cursor: pointer; transition: opacity .2s; }
    .newsletter-btn:hover { opacity: .85; }

    /* Footer bottom row */
    .footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 32px; flex-wrap: wrap; gap: 16px; }

    /* ── RESPONSIVE ─────────────────────────────────────────── */
    @media (max-width: 1100px) {
      :root { --pad: 48px; }
      .services-grid { grid-template-columns: repeat(3, 1fr); }
      .service-tile:nth-child(5) { border-right: 1px solid var(--mid); }
      .numbers-grid--six { grid-template-columns: repeat(3, 1fr); }
      .numbers-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 768px) {
      section { padding: 72px 0; }
      .nav-overlay { padding: 100px 24px 40px; }
      .hero { min-height: 90vh; align-items: flex-end; padding-bottom: 80px; }
      .hero-headline { font-size: clamp(2.2rem, 9vw, 3.5rem); }
      .differentiator-inner { flex-direction: column; gap: 24px; }
      .differentiator-divider { display: none; }
      .services-header { flex-direction: column; gap: 16px; }
      .services-grid { grid-template-columns: 1fr 1fr; }
      .service-tile:nth-child(even) { border-right: none; }
      .service-tile:nth-child(5) { border-right: 1px solid var(--mid); }
      #projects-grid { grid-template-columns: 1fr; }
      .project-card--large { grid-column: span 1; grid-row: span 1; }
      #insights-strip { grid-template-columns: 1fr; }
      .insight-item { border-right: none; border-bottom: 1px solid var(--mid); }
      .sustainability-inner { grid-template-columns: 1fr; gap: 48px; }
      .sustainability-pillars { grid-template-columns: 1fr 1fr; }
      .careers-inner { grid-template-columns: 1fr; gap: 48px; }
      .cta-inner { flex-direction: column; align-items: flex-start; }
      .footer-bottom { flex-direction: column; align-items: flex-start; }
      .numbers-grid--six { grid-template-columns: repeat(2, 1fr); }
      .numbers-grid { grid-template-columns: 1fr 1fr; }
      .section-header { flex-direction: column; gap: 12px; }
      .number-cell { padding: 32px 24px; }
      .number-cell__big { font-size: clamp(1.6rem, 5vw, 2.4rem); }
      /* 30.3 — hide colliding bottom-left elements on mobile hero */
      .hero-caption { display: none; }
      .hero-scroll-indicator { display: none; }
      /* partners split stacks on mobile — photo on top, content below */
      .partners-split { grid-template-columns: 1fr; min-height: auto; }
      .partners-photo { min-height: 300px; }
      .partners-content { padding: 48px 24px; border-left: none; border-top: 1px solid rgba(255,255,255,.08); }
      /* 30.4 — mobile no gap change needed; grid already 1col */
    }

    /* Image-led homepage, with a compact reading rhythm on small screens. */
    .hero-slide img { width:100%; height:100%; object-fit:cover; }
    .hero { min-height: min(900px, 94svh); padding-bottom:120px; align-items:flex-end; }
    .hero-overlay { background:linear-gradient(90deg,rgba(0,0,0,.65),rgba(0,0,0,.06)),linear-gradient(0deg,rgba(0,0,0,.55),transparent 65%); }
    .hero-sub { color:#eee; margin-bottom:28px; }
    .hero-headline { letter-spacing:-.045em; font-weight:700; }
    .differentiator-sub { max-width:620px; color:#bdbdb8; }
    .sustainability-section { background:#191b1a; }
    .pillar { border-color:var(--accent); }
    .insights-section { background:#121212; color:var(--white); }
    .insights-section .section-header a,.insight-item p { color:#bdbdbd; }
    #insights-strip { gap:24px; border:0; }
    .insight-item { padding:0 0 24px; border:0; }
    .insight-item:hover { background:#202020; }
    .insight-item img { width:100%; height:auto; aspect-ratio:16/10; object-fit:cover; margin-bottom:20px; }
    .insight-item h3 { font-size:1.2rem; }
    .insight-item p { display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; }
    .service-tile__desc { font-size:1rem; }
    @media(max-width:768px) {
      :root { --pad:24px; }
      .hero { min-height:700px; min-height: min(760px, 88svh); padding:180px 0 48px; }
      .hero-inner { padding:0 24px; }
      .hero-headline { font-size:clamp(2.25rem,8.8vw,3.7rem); margin-bottom:20px; }
      .hero-eyebrow { font-size:12px; letter-spacing:.08em; margin-bottom:20px; max-width:260px; color:#eee; }
      .hero-sub { font-size:1rem; margin-bottom:24px; }
      .hero-ctas { gap:20px; }
      .hero-dots { display:none; }
      .hero-headline,.hero-sub,.hero-ctas,.hero-eyebrow { animation:none; }
      .services-header { margin-bottom:28px; }
      .services-grid { grid-template-columns:1fr; }
      .service-tile { padding:24px 0; border-right:0!important; display:grid; grid-template-columns:32px 1fr; column-gap:12px; }
      .service-tile__number { grid-column:1; grid-row:1; margin:3px 0 0; }
      .service-tile__name { grid-column:2; font-size:1.15rem; }
      .service-tile__desc,.service-tile__details,.service-tile__link { grid-column:2; }
      .service-tile__link { margin-top:12px; }
      .service-tile__details { margin-top:10px; }
      section { padding:56px 0; }
      .sustainability-pillars { gap:24px; }
      .partners-content { padding:32px 24px; }
      .philosophy-section { padding:56px 0; }
      #insights-strip { gap:32px; }
      .insight-item { border:0; }
    }
  