/*
Theme Name: Ola and Oak
Theme URI: https://olaandoak.com
Author: Ola & Oak Custom Theme Team
Description: Custom high-performance 100% exact design theme for Ola and Oak natural & specialty ingredients.
Version: 1.0.0
Text Domain: ola-and-oak
*/

/* ================================
   OLA & OAK — HERO SECTION ONLY
   ================================ */

.ola-hero{
  position:relative;
  min-height:720px;
  border-bottom:1px solid #e8e3dc;
  overflow:hidden;
  background:#ddd;
  isolation:isolate;
}

.ola-hero *,
.ola-hero *::before,
.ola-hero *::after{
  box-sizing:border-box;
}

.ola-hero a{
  color:inherit;
  text-decoration:none;
}

.ola-hero img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.ola-hero-bg{
  position:absolute;
  inset:0;
  z-index:0;
}

.ola-hero-bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}

.ola-hero-bg::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      90deg,
      rgba(255,255,255,.97) 0%,
      rgba(255,255,255,.94) 34%,
      rgba(255,255,255,.45) 55%,
      rgba(255,255,255,.08) 72%,
      rgba(255,255,255,.03) 100%
    );
}

.ola-hero-shell{
  width:min(1510px,92vw);
  margin:0 auto;
}

.ola-hero-content{
  position:relative;
  z-index:2;
  min-height:720px;
  display:flex;
  align-items:center;
}

.ola-hero-copy{
  width:min(700px,52vw);
  padding:64px 0;
}

.ola-hero-eyebrow{
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size:11px;
  line-height:1.2;
  letter-spacing:.16em;
  text-transform:uppercase;
  font-weight:850;
  color:#665f58;
  margin-bottom:14px;
}

.ola-hero h1{
  font-family:Georgia,serif;
  font-weight:500;
  font-size:clamp(62px,7.1vw,110px);
  line-height:.91;
  letter-spacing:-.06em;
  color:#171717;
  margin:0 0 22px;
}

.ola-hero-copy p{
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  max-width:650px;
  font-size:20px;
  line-height:1.56;
  color:#3e3a35;
  margin:0 0 16px;
}

.ola-hero-cta-row{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.ola-hero-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:11px 17px;
  border:1px solid #111;
  border-radius:999px;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size:13px;
  line-height:1.2;
  font-weight:800;
  background:#111;
  color:#fff !important;
  transition:
    background .2s ease,
    color .2s ease,
    border-color .2s ease,
    transform .2s ease;
}

.ola-hero-pill:hover{
  background:#fff;
  color:#111 !important;
  border-color:#111;
  transform:translateY(-1px);
}

.ola-hero-pill.light{
  background:#fff;
  color:#111 !important;
}

.ola-hero-pill.light:hover{
  background:#111;
  color:#fff !important;
}


/* ================================
   TABLET
   ================================ */

@media(max-width:1100px){

  .ola-hero-bg::after{
    background:
      linear-gradient(
        90deg,
        rgba(255,255,255,.97) 0%,
        rgba(255,255,255,.89) 55%,
        rgba(255,255,255,.25)
      );
  }

  .ola-hero-copy{
    width:70vw;
  }
}


/* ================================
   MOBILE
   ================================ */

@media(max-width:720px){

  .ola-hero{
    min-height:720px;
  }

  .ola-hero-bg::after{
    background:
      linear-gradient(
        to bottom,
        rgba(255,255,255,.96) 0%,
        rgba(255,255,255,.86) 58%,
        rgba(255,255,255,.15) 100%
      );
  }

  .ola-hero-content{
    min-height:720px;
    align-items:flex-start;
  }

  .ola-hero-copy{
    width:100%;
    padding-top:70px;
  }

  .ola-hero h1{
    font-size:54px;
  }

  .ola-hero-copy p{
    font-size:18px;
    line-height:1.55;
  }

  .ola-hero-cta-row{
    gap:9px;
  }

  .ola-hero-pill{
    min-height:44px;
  }
}

/* ========================================================= */

:root{
  --navy:#0b3d63;--navy2:#062b49;--blue:#175f91;--sky:#e9f3f8;--sky2:#f4f9fb;
  --green:#416650;--cream:#f5f1e8;--orange:#d9783b;--ink:#1d2b34;--muted:#5f6e76;
  --line:#d9e1e5;--white:#fff;--max:1280px;--radius:6px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Source Sans 3",Arial,sans-serif;color:var(--ink);background:#fff;-webkit-font-smoothing:antialiased}
body.lock{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input{font:inherit} button{cursor:pointer}
img{display:block;width:100%}
.wrap{width:min(var(--max),calc(100% - 48px));margin:auto}
.section{padding:82px 0}
.eyebrow{font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--blue)}
h1,h2,h3,p{margin-top:0} h1,h2,h3{letter-spacing:-.035em}
h1{font-size:clamp(44px,5.3vw,78px);line-height:.98}
h2{font-size:clamp(36px,4.2vw,58px);line-height:1.02}
h3{font-size:24px;line-height:1.15}
p{line-height:1.62}
.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--navy);font-weight:800;font-size:13px}
.reveal{opacity:0;transform:translateY(16px);transition:.65s ease} .reveal.show{opacity:1;transform:none}

/* Header — plain and confident */
.utility{background:var(--navy2);color:#fff;font-size:12px}
.utility .wrap{height:34px;display:flex;justify-content:space-between;align-items:center}
.utility-right{display:flex;gap:18px}
.nav{position:sticky;top:0;z-index:1200;background:rgba(255,255,255,.98);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}
.navrow{height:74px;display:grid;grid-template-columns:220px 1fr 90px;gap:16px;align-items:center}
.wordmark{font-size:24px;font-weight:800;color:var(--navy);letter-spacing:-.03em}
.menu{display:flex;justify-content:center;gap:25px}
.menu a{font-size:14px;font-weight:700} .menu a:hover{color:var(--blue)}
.navtools{display:flex;justify-content:flex-end}
.search-btn{width:40px;height:40px;border:1px solid var(--line);background:#fff;border-radius:50%;color:var(--navy)}
.mobile-open{display:none}

/* Editorial hero carousel */
.hero{background:var(--cream);position:relative;overflow:hidden}
.hero-stage{position:relative;min-height:650px}
.hero-slide{position:absolute;inset:0;display:grid;grid-template-columns:58% 42%;opacity:0;visibility:hidden;transition:opacity .5s ease}
.hero-slide.active{opacity:1;visibility:visible;position:relative}
.hero-media{min-height:650px;overflow:hidden;position:relative}
.hero-media img{height:100%;object-fit:cover}
.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.03),rgba(0,0,0,.10))}
.hero-copy{background:var(--sky);padding:58px clamp(36px,5vw,76px);display:flex;flex-direction:column;justify-content:center}
.hero-copy h1{color:var(--navy);margin:10px 0 18px;font-size:clamp(42px,4.9vw,72px)}
.hero-copy p{font-size:18px;color:#43555f;max-width:600px}
.hero-copy .text-link{margin-top:10px}
.hero-controls{position:absolute;z-index:4;left:calc(58% + 36px);bottom:25px;display:flex;gap:8px}
.hero-dot{width:11px;height:11px;border:1px solid var(--navy);border-radius:50%;background:transparent;padding:0}
.hero-dot.active{background:var(--navy)}

/* Strategy */
.strategy{background:#fff;text-align:center}
.strategy-inner{max-width:910px;margin:auto}
.strategy h2{color:var(--navy);margin:10px 0 18px}
.strategy p{font-size:19px;color:#495b65}
.strategy .text-link{margin-top:7px}

/* Numbers */
.numbers{background:var(--sky2)}
.number-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:28px}
.number-head h2{color:var(--navy);margin:8px 0 0}
.number-head p{max-width:570px;color:var(--muted);font-size:16px}
.number-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.number-card{background:#fff;padding:30px;min-height:185px}
.number-card strong{display:block;font-size:44px;line-height:1;color:var(--navy);letter-spacing:-.04em;margin-bottom:11px}
.number-card span{font-size:13px;line-height:1.5;color:var(--muted)}

/* Portfolio */
.portfolio{background:#fff}
.portfolio-head{display:grid;grid-template-columns:.78fr 1.22fr;gap:60px;align-items:end;margin-bottom:28px}
.portfolio-head h2{color:var(--navy);margin:8px 0 0}
.portfolio-head p{font-size:17px;color:#4e6069}
.filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:26px}
.filter-btn{border:1px solid var(--line);background:#fff;padding:10px 15px;font-weight:800;font-size:12px;color:var(--ink);border-radius:3px}
.filter-btn.active{background:var(--navy);color:#fff;border-color:var(--navy)}
.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.portfolio-card{border:1px solid var(--line);background:#fff;border-radius:var(--radius);overflow:hidden;text-align:left;padding:0;color:var(--ink);transition:.22s}
.portfolio-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(8,48,79,.10)}
.portfolio-card.hidden{display:none}
.portfolio-img{height:210px;overflow:hidden}
.portfolio-img img{height:100%;object-fit:cover;transition:.4s}
.portfolio-card:hover img{transform:scale(1.035)}
.portfolio-copy{padding:21px}
.portfolio-copy small{color:#6c7980;font-style:italic}
.portfolio-copy h3{color:var(--navy);margin:5px 0 8px}
.portfolio-copy p{font-size:13px;color:var(--muted);min-height:42px}
.portfolio-copy span{font-size:13px;font-weight:800;color:var(--navy)}

/* News */
.news{background:var(--cream)}
.news-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:26px}
.news-head h2{color:var(--navy);margin:8px 0 0}
.news-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:28px}
.news-feature{background:#fff;border:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr}
.news-feature img{height:100%;min-height:360px;object-fit:cover}
.news-copy{padding:32px;display:flex;flex-direction:column;justify-content:center}
.news-copy h3{font-size:32px;color:var(--navy);margin:8px 0 10px}
.news-copy p{font-size:14px;color:var(--muted)}
.news-list{border-top:1px solid #bcc8ce}
.news-item{padding:17px 0;border-bottom:1px solid #bcc8ce}
.news-item time{display:block;font-size:11px;color:var(--blue);font-weight:800;margin-bottom:5px}
.news-item a{font-size:16px;font-weight:700;color:var(--navy)}

/* Help/Search */
.help{background:var(--navy);color:#fff;text-align:center}
.help .eyebrow{color:#a9cee2}
.help h2{color:#fff;margin:9px 0 12px}
.help p{max-width:650px;margin:0 auto 24px;color:#d7e3ea;font-size:17px}
.help-box{max-width:790px;margin:auto;display:flex;background:#fff;border-radius:3px;overflow:hidden}
.help-box input{flex:1;border:0;padding:18px;font-size:16px;outline:none}
.help-box button{border:0;background:var(--orange);color:#fff;font-weight:800;padding:0 24px}
.quick-searches{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:16px}
.quick-searches button{border:1px solid rgba(255,255,255,.36);background:transparent;color:#fff;padding:8px 11px;font-size:12px;border-radius:3px}

/* Commitments */
.commitments{background:#fff}
.commitments-head{max-width:860px;margin-bottom:30px}
.commitments-head h2{color:var(--navy);margin:9px 0 12px}
.commitments-head p{font-size:17px;color:#4e6069}
.commit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.commit-card{background:var(--sky2);border:1px solid var(--line);overflow:hidden}
.commit-img{height:210px;overflow:hidden}
.commit-img img{height:100%;object-fit:cover}
.commit-copy{padding:22px}
.commit-copy span{font-size:11px;font-weight:800;color:var(--blue)}
.commit-copy h3{color:var(--navy);margin:7px 0 8px}
.commit-copy p{font-size:13px;color:var(--muted)}

/* Footer */
footer{background:var(--navy2);color:#fff;padding:56px 0 22px}
.footer-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:30px}
.footer-brand{font-size:28px;font-weight:800}
footer p{font-size:13px;color:#c6d4dd}
footer h4{font-size:12px;margin:0 0 13px}
footer a{display:block;color:#d7e3ea;font-size:13px;margin:7px 0}
.footer-bottom{border-top:1px solid rgba(255,255,255,.2);margin-top:38px;padding-top:17px;font-size:12px;color:#abc0cd}

/* Modal */
.modal{position:fixed;inset:0;z-index:2400;background:rgba(4,25,40,.56);display:none;align-items:center;justify-content:center;padding:22px}
.modal.open{display:flex}
.modal-box{width:min(780px,100%);max-height:88vh;overflow:auto;background:#fff;border-radius:6px}
.modal-head{display:flex;justify-content:space-between;gap:20px;padding:27px;border-bottom:1px solid var(--line)}
.modal-head h2{font-size:36px;color:var(--navy);margin:7px 0 0}
.close{width:40px;height:40px;border-radius:50%;border:1px solid var(--line);background:#fff;color:var(--navy);font-size:20px}
.modal-body{padding:27px}
.results{margin-top:14px;border-top:1px solid var(--line)}
.result{display:grid;grid-template-columns:1fr auto;gap:18px;padding:14px 0;border-bottom:1px solid var(--line);text-align:left}
.result strong{color:var(--navy)}
.result span{font-size:12px;color:var(--muted)}

/* Mobile */
.drawer{position:fixed;z-index:2300;inset:0 0 0 auto;width:min(420px,92vw);background:#fff;transform:translateX(100%);transition:.25s;padding:20px;overflow:auto}
.drawer.open{transform:none}
.drawer-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:14px}
.drawer a,.drawer button{display:block;width:100%;text-align:left;border:0;background:#fff;padding:14px 0;border-bottom:1px solid var(--line);font-weight:700;color:var(--navy)}

@media(max-width:1000px){
  .menu{display:none} .mobile-open{display:block}
  .navrow{grid-template-columns:1fr auto}
  .hero-slide{grid-template-columns:1fr} .hero-media{min-height:470px}
  .hero-controls{left:26px}
  .number-grid{grid-template-columns:repeat(2,1fr)}
  .portfolio-grid{grid-template-columns:repeat(2,1fr)}
  .news-layout{grid-template-columns:1fr}
  .commit-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1.4fr repeat(2,1fr)}
}
@media(max-width:620px){
  .wrap{width:min(var(--max),calc(100% - 28px))}
  .section{padding:64px 0}
  .utility{display:none}
  .hero-media{min-height:360px} .hero-copy{padding:40px 24px 68px}
  .hero-controls{bottom:20px;left:24px}
  .number-head,.news-head{display:block}
  .number-grid,.portfolio-grid,.commit-grid,.footer-grid{grid-template-columns:1fr}
  .portfolio-head{grid-template-columns:1fr;gap:10px}
  .news-feature{grid-template-columns:1fr} .news-feature img{min-height:250px}
  .help-box{display:block;background:transparent}
  .help-box input{width:100%;display:block;margin-bottom:8px}
  .help-box button{padding:14px 18px;width:100%}
}

/* =========================================================
   HERO OVERRIDE ONLY
   Earlier full-bleed / white-fade composition.
   All original hero copy, slides, controls and JS retained.
   ========================================================= */
.hero{
  position:relative;
  overflow:hidden;
  background:#d8e2e7;
}
.hero-stage{
  position:relative;
  min-height:720px;
}
.hero-slide{
  position:absolute;
  inset:0;
  display:block;
  min-height:720px;
  opacity:0;
  visibility:hidden;
  transition:opacity .5s ease;
}
.hero-slide.active{
  opacity:1;
  visibility:visible;
  position:relative;
}
.hero-media{
  position:absolute;
  inset:0;
  min-height:720px;
  overflow:hidden;
}
.hero-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.hero-media:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    90deg,
    rgba(255,255,255,.98) 0%,
    rgba(255,255,255,.95) 34%,
    rgba(255,255,255,.58) 54%,
    rgba(255,255,255,.16) 72%,
    rgba(255,255,255,.04) 100%
  );
}
.hero-copy{
  position:relative;
  z-index:2;
  width:min(var(--max),calc(100% - 48px));
  min-height:720px;
  margin:0 auto;
  padding:76px 0 112px;
  background:transparent;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
}
.hero-copy > *{
  max-width:680px;
}
.hero-copy .eyebrow{
  color:var(--blue);
  margin-bottom:10px;
}
.hero-copy h1{
  color:var(--navy);
  margin:10px 0 20px;
  font-size:clamp(50px,5.8vw,84px);
  line-height:.96;
  letter-spacing:-.048em;
  max-width:760px;
}
.hero-copy p{
  font-size:19px;
  line-height:1.58;
  color:#43555f;
  max-width:610px;
  margin-bottom:12px;
}
.hero-copy .text-link{
  margin-top:10px;
}
.hero-controls{
  position:absolute;
  z-index:5;
  left:max(24px,calc((100vw - var(--max))/2));
  bottom:34px;
  display:flex;
  gap:9px;
}
.hero-dot{
  width:11px;
  height:11px;
  border:1px solid var(--navy);
  border-radius:50%;
  background:rgba(255,255,255,.55);
  padding:0;
}
.hero-dot.active{background:var(--navy)}

@media(max-width:1000px){
  .hero-stage,.hero-slide,.hero-media,.hero-copy{min-height:680px}
  .hero-media:after{
    background:linear-gradient(
      90deg,
      rgba(255,255,255,.97) 0%,
      rgba(255,255,255,.91) 50%,
      rgba(255,255,255,.32) 78%,
      rgba(255,255,255,.08) 100%
    );
  }
  .hero-copy{padding:64px 0 100px}
  .hero-copy > *{max-width:620px}
  .hero-controls{left:24px}
}
@media(max-width:620px){
  .hero-stage,.hero-slide,.hero-media,.hero-copy{min-height:690px}
  .hero-media:after{
    background:linear-gradient(
      to bottom,
      rgba(255,255,255,.97) 0%,
      rgba(255,255,255,.90) 52%,
      rgba(255,255,255,.30) 82%,
      rgba(255,255,255,.07) 100%
    );
  }
  .hero-copy{
    width:min(var(--max),calc(100% - 28px));
    justify-content:flex-start;
    padding:58px 0 96px;
  }
  .hero-copy h1{
    font-size:clamp(43px,12vw,58px);
    line-height:.97;
  }
  .hero-copy p{font-size:17px}
  .hero-controls{left:14px;bottom:24px}
}


/* =========================================================
   NEW: NATURE + RESPONSIBILITY
   Scoped to the two added/reworked sections only.
   ========================================================= */

/* Nature */
.nature-platform{
  background:var(--navy);
  color:#fff;
  overflow:hidden;
}
.nature-layout{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  min-height:620px;
}
.nature-media{
  position:relative;
  min-height:620px;
  overflow:hidden;
}
.nature-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.nature-media:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(6,43,73,.05),rgba(6,43,73,.20));
}
.nature-copy{
  padding:72px clamp(40px,6vw,88px);
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:var(--navy);
}
.nature-copy .eyebrow{color:#a9cee2}
.nature-copy h2{
  color:#fff;
  margin:10px 0 22px;
  max-width:640px;
}
.nature-copy p{
  color:#dbe7ee;
  font-size:20px;
  line-height:1.58;
  max-width:680px;
}
.nature-capabilities{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid rgba(255,255,255,.25);
  margin-top:34px;
}
.nature-capability{
  padding:18px 16px 0 0;
  border-right:1px solid rgba(255,255,255,.18);
  margin-right:16px;
  font-size:12px;
  line-height:1.35;
  font-weight:800;
  color:#fff;
}
.nature-capability:last-child{border-right:0}

/* Responsibility — 3 primary image stories + 4 secondary strip */
.responsibility{
  background:#fff;
}
.resp-head{
  display:grid;
  grid-template-columns:.78fr 1.22fr;
  gap:60px;
  align-items:end;
  margin-bottom:30px;
}
.resp-head h2{
  color:var(--navy);
  margin:8px 0 0;
}
.resp-head p{
  color:#4e6069;
  font-size:17px;
  max-width:700px;
}
.resp-stage{
  display:grid;
  grid-template-columns:1.12fr .88fr;
  grid-template-rows:330px 250px;
  gap:12px;
}
.resp-story{
  position:relative;
  overflow:hidden;
  border-radius:var(--radius);
  background:#dbe4e9;
}
.resp-story.main{grid-row:1 / span 2}
.resp-story img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.resp-story:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(3,27,45,.82),rgba(3,27,45,.08) 62%);
}
.resp-caption{
  position:absolute;
  z-index:2;
  left:24px;
  right:24px;
  bottom:22px;
  color:#fff;
}
.resp-caption small{
  display:block;
  font-size:11px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#d8ebf4;
  margin-bottom:7px;
}
.resp-caption strong{
  display:block;
  max-width:590px;
  font-size:clamp(25px,2.3vw,37px);
  line-height:1.04;
  letter-spacing:-.035em;
}
.resp-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid var(--line);
  border-right:0;
  margin-top:12px;
}
.resp-item{
  padding:24px 22px 26px;
  border-right:1px solid var(--line);
  background:var(--sky2);
}
.resp-item span{
  display:block;
  color:var(--blue);
  font-size:11px;
  font-weight:800;
  margin-bottom:8px;
}
.resp-item h3{
  color:var(--navy);
  margin:0 0 8px;
  font-size:23px;
}
.resp-item p{
  color:var(--muted);
  font-size:13px;
  line-height:1.52;
  margin:0;
}

@media(max-width:1000px){
  .nature-layout{grid-template-columns:1fr}
  .nature-media{min-height:460px}
  .nature-copy{padding:58px 36px}
  .resp-head{grid-template-columns:1fr;gap:12px}
  .resp-stage{grid-template-columns:1fr 1fr;grid-template-rows:420px 260px}
  .resp-story.main{grid-column:1/-1;grid-row:auto}
  .resp-strip{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .nature-media{min-height:360px}
  .nature-copy{padding:48px 24px}
  .nature-copy p{font-size:18px}
  .nature-capabilities{grid-template-columns:1fr 1fr}
  .nature-capability{
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.18);
    padding:14px 0;
    margin-right:14px;
  }
  .resp-stage{grid-template-columns:1fr;grid-template-rows:390px 240px 240px}
  .resp-story.main{grid-column:auto}
  .resp-strip{grid-template-columns:1fr}
}


/* Final homepage additions — same locked visual language */
.number-grid.number-grid-five{grid-template-columns:repeat(5,1fr)}
.careers-section{background:var(--sky2)}
.careers-layout{display:grid;grid-template-columns:1.05fr .95fr;background:#fff;border:1px solid var(--line)}
.careers-media{min-height:470px;overflow:hidden}
.careers-media img{width:100%;height:100%;object-fit:cover}
.careers-copy{padding:54px;display:flex;flex-direction:column;justify-content:center}
.careers-copy h2{color:var(--navy);margin:9px 0 17px}
.careers-copy p{font-size:17px;color:#4e6069}
.final-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin:24px 0 21px}
.final-btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 19px;border-radius:3px;font-size:13px;font-weight:800}
.final-btn.light{background:#fff;color:var(--navy)}
.final-btn.orange{background:var(--orange);color:#fff}
.capability-links{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}
.capability-links a{border:1px solid rgba(255,255,255,.36);padding:8px 12px;border-radius:3px;font-size:12px;color:#fff}
.hero-copy h3{color:var(--navy);font-size:25px;max-width:650px;margin:0 0 18px;letter-spacing:-.025em}
@media(max-width:1000px){
  .number-grid.number-grid-five{grid-template-columns:repeat(3,1fr)}
  .careers-layout{grid-template-columns:1fr}
  .careers-media{min-height:400px}
}
@media(max-width:620px){
  .number-grid.number-grid-five{grid-template-columns:1fr}
  .careers-media{min-height:320px}
  .careers-copy{padding:32px 24px}
}


/* Reliability fix: content must remain visible even if animation JS is unavailable */
.reveal{opacity:1!important;transform:none!important}


/* =========================================================
   BLACK / WHITE TYPOGRAPHY OVERRIDE — HOMEPAGE
   Structure, imagery, copy and functionality remain locked.
   Visual language aligned with the application pages:
   Georgia serif headings + clean black/white body typography.
   ========================================================= */
:root{
  --navy:#171717;
  --navy2:#111111;
  --blue:#171717;
  --sky:#f7f5f1;
  --sky2:#fbf8f2;
  --green:#171717;
  --cream:#fbf8f2;
  --orange:#171717;
  --ink:#171717;
  --muted:#706d68;
  --line:#e8e3dc;
  --white:#fff;
  --shadow:0 18px 50px rgba(31,24,18,.08);
}

body{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:#fff;
}

h1,h2,h3,.footer-brand{
  font-family:Georgia,"Times New Roman",serif;
  font-weight:500;
  color:#171717;
}

h1{letter-spacing:-.055em}
h2{letter-spacing:-.045em}
h3{letter-spacing:-.025em}

.eyebrow{
  color:#615d57;
  letter-spacing:.16em;
}

.wordmark{
  font-family:Georgia,"Times New Roman",serif;
  font-weight:700;
  color:#171717;
  letter-spacing:-.035em;
}

/* Corporate utility/nav */
.utility{
  background:#111;
  color:#fff;
}
.nav{
  background:rgba(255,255,255,.97);
  border-bottom:1px solid var(--line);
}
.menu a{color:#171717}
.menu a:hover{color:#171717}
.search-btn{
  color:#171717;
  border-color:#d8d3cb;
  background:#fff;
}

/* Hero */
.hero{
  background:#f4efe7;
}
.hero-copy h1,
.hero-copy h3{
  color:#171717;
}
.hero-copy p{
  color:#4d4943;
}
.hero-media:after{
  background:linear-gradient(180deg,rgba(0,0,0,.03),rgba(0,0,0,.12));
}
.hero-copy{
  background:transparent;
}

/* Numbers */
.numbers{
  background:#fbf8f2;
}
.number-head h2,
.number-card strong{
  color:#171717;
}
.number-card{
  background:#fff;
}

/* Nature */
.nature-platform{
  background:#171717;
}
.nature-copy{
  background:#171717;
}
.nature-copy .eyebrow{color:#d2cec8}
.nature-copy h2,
.nature-copy p,
.nature-capability{
  color:#fff;
}
.nature-media:after{
  background:linear-gradient(90deg,rgba(0,0,0,.05),rgba(0,0,0,.20));
}

/* Research / commitments cards */
.commitments{
  background:#fff;
}
.commitments-head h2{
  color:#171717;
}
.commitments-head p{
  color:#4d4943;
}
.commit-card{
  background:#fff;
  border-color:var(--line);
}
.commit-copy span{
  color:#171717;
}
.commit-copy h3{
  color:#171717;
}
.commit-copy p{
  color:var(--muted);
}

/* Responsibility */
.responsibility{
  background:#fff;
}
.resp-head h2{
  color:#171717;
}
.resp-head p{
  color:#4d4943;
}
.resp-story:after{
  background:linear-gradient(to top,rgba(0,0,0,.82),rgba(0,0,0,.08) 62%);
}
.resp-caption small{
  color:#e7e3de;
}
.resp-strip{
  border-color:var(--line);
}
.resp-item{
  background:#fbf8f2;
}
.resp-item span,
.resp-item h3{
  color:#171717;
}
.resp-item p{
  color:var(--muted);
}

/* Portfolio */
.portfolio{
  background:#fff;
}
.portfolio-head h2{
  color:#171717;
}
.portfolio-head p{
  color:#4d4943;
}
.filter-btn{
  color:#171717;
  background:#fff;
  border-color:var(--line);
}
.filter-btn.active{
  background:#171717;
  color:#fff;
  border-color:#171717;
}
.portfolio-card{
  border-color:var(--line);
}
.portfolio-copy h3,
.portfolio-copy span{
  color:#171717;
}

/* News */
.news{
  background:#fbf8f2;
}
.news-head h2,
.news-copy h3,
.news-item a{
  color:#171717;
}
.news-item time{
  color:#171717;
}
.news-feature{
  background:#fff;
  border-color:var(--line);
}

/* Careers */
.careers-section{
  background:#fbf8f2;
}
.careers-layout{
  background:#fff;
  border-color:var(--line);
}
.careers-copy h2{
  color:#171717;
}
.careers-copy p{
  color:#4d4943;
}

/* Final CTA */
.help{
  background:#171717;
  color:#fff;
}
.help .eyebrow{
  color:#d2cec8;
}
.help h2{
  color:#fff;
}
.help p{
  color:#e1ddd7;
}
.final-btn.light{
  background:#fff;
  color:#171717;
}
.final-btn.orange{
  background:#fff;
  color:#171717;
  border:1px solid #fff;
}
.capability-links a{
  color:#fff;
  border-color:rgba(255,255,255,.38);
}

/* Footer */
footer{
  background:#111;
  color:#fff;
}
footer p{color:#d2cec8}
footer a{color:#ece8e3}
.footer-bottom{color:#b8b2aa}

/* Modals / drawer */
.modal-box{
  background:#fff;
}
.modal-head h2,
.result strong{
  color:#171717;
}
.close{
  color:#171717;
}
.drawer a,
.drawer button{
  color:#171717;
}

/* Keep black text over light surfaces */
.text-link,
.about-stat strong,
.result strong{
  color:#171717;
}

/* ========================================================= */

:root{aaaa
  --navy:#0b3d63;--navy2:#062b49;--blue:#175f91;--sky:#e9f3f8;--sky2:#f4f9fb;
  --green:#416650;--cream:#f5f1e8;--orange:#d9783b;--ink:#1d2b34;--muted:#5f6e76;
  --line:#d9e1e5;--white:#fff;--max:1280px;--radius:6px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Source Sans 3",Arial,sans-serif;color:var(--ink);background:#fff;-webkit-font-smoothing:antialiased}
body.lock{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input{font:inherit} button{cursor:pointer}
img{display:block;width:100%}
.wrap{width:min(var(--max),calc(100% - 48px));margin:auto}
.section{padding:82px 0}
.eyebrow{font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--blue)}
h1,h2,h3,p{margin-top:0} h1,h2,h3{letter-spacing:-.035em}
h1{font-size:clamp(44px,5.3vw,78px);line-height:.98}
h2{font-size:clamp(36px,4.2vw,58px);line-height:1.02}
h3{font-size:24px;line-height:1.15}
p{line-height:1.62}
.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--navy);font-weight:800;font-size:13px}
.reveal{opacity:0;transform:translateY(16px);transition:.65s ease} .reveal.show{opacity:1;transform:none}

/* Header — plain and confident */
.utility{background:var(--navy2);color:#fff;font-size:12px}
.utility .wrap{height:34px;display:flex;justify-content:space-between;align-items:center}
.utility-right{display:flex;gap:18px}
.nav{position:sticky;top:0;z-index:1200;background:rgba(255,255,255,.98);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}
.navrow{height:74px;display:grid;grid-template-columns:220px 1fr 90px;gap:16px;align-items:center}
.wordmark{font-size:24px;font-weight:800;color:var(--navy);letter-spacing:-.03em}
.menu{display:flex;justify-content:center;gap:25px}
.menu a{font-size:14px;font-weight:700} .menu a:hover{color:var(--blue)}
.navtools{display:flex;justify-content:flex-end}
.search-btn{width:40px;height:40px;border:1px solid var(--line);background:#fff;border-radius:50%;color:var(--navy)}
.mobile-open{display:none}

/* Editorial hero carousel */
.hero{background:var(--cream);position:relative;overflow:hidden}
.hero-stage{position:relative;min-height:650px}
.hero-slide{position:absolute;inset:0;display:grid;grid-template-columns:58% 42%;opacity:0;visibility:hidden;transition:opacity .5s ease}
.hero-slide.active{opacity:1;visibility:visible;position:relative}
.hero-media{min-height:650px;overflow:hidden;position:relative}
.hero-media img{height:100%;object-fit:cover}
.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.03),rgba(0,0,0,.10))}
.hero-copy{background:var(--sky);padding:58px clamp(36px,5vw,76px);display:flex;flex-direction:column;justify-content:center}
.hero-copy h1{color:var(--navy);margin:10px 0 18px;font-size:clamp(42px,4.9vw,72px)}
.hero-copy p{font-size:18px;color:#43555f;max-width:600px}
.hero-copy .text-link{margin-top:10px}
.hero-controls{position:absolute;z-index:4;left:calc(58% + 36px);bottom:25px;display:flex;gap:8px}
.hero-dot{width:11px;height:11px;border:1px solid var(--navy);border-radius:50%;background:transparent;padding:0}
.hero-dot.active{background:var(--navy)}

/* Strategy */
.strategy{background:#fff;text-align:center}
.strategy-inner{max-width:910px;margin:auto}
.strategy h2{color:var(--navy);margin:10px 0 18px}
.strategy p{font-size:19px;color:#495b65}
.strategy .text-link{margin-top:7px}

/* Numbers */
.numbers{background:var(--sky2)}
.number-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:28px}
.number-head h2{color:var(--navy);margin:8px 0 0}
.number-head p{max-width:570px;color:var(--muted);font-size:16px}
.number-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.number-card{background:#fff;padding:30px;min-height:185px}
.number-card strong{display:block;font-size:44px;line-height:1;color:var(--navy);letter-spacing:-.04em;margin-bottom:11px}
.number-card span{font-size:13px;line-height:1.5;color:var(--muted)}

/* Portfolio */
.portfolio{background:#fff}
.portfolio-head{display:grid;grid-template-columns:.78fr 1.22fr;gap:60px;align-items:end;margin-bottom:28px}
.portfolio-head h2{color:var(--navy);margin:8px 0 0}
.portfolio-head p{font-size:17px;color:#4e6069}
.filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:26px}
.filter-btn{border:1px solid var(--line);background:#fff;padding:10px 15px;font-weight:800;font-size:12px;color:var(--ink);border-radius:3px}
.filter-btn.active{background:var(--navy);color:#fff;border-color:var(--navy)}
.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.portfolio-card{border:1px solid var(--line);background:#fff;border-radius:var(--radius);overflow:hidden;text-align:left;padding:0;color:var(--ink);transition:.22s}
.portfolio-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(8,48,79,.10)}
.portfolio-card.hidden{display:none}
.portfolio-img{height:210px;overflow:hidden}
.portfolio-img img{height:100%;object-fit:cover;transition:.4s}
.portfolio-card:hover img{transform:scale(1.035)}
.portfolio-copy{padding:21px}
.portfolio-copy small{color:#6c7980;font-style:italic}
.portfolio-copy h3{color:var(--navy);margin:5px 0 8px}
.portfolio-copy p{font-size:13px;color:var(--muted);min-height:42px}
.portfolio-copy span{font-size:13px;font-weight:800;color:var(--navy)}

/* News */
.news{background:var(--cream)}
.news-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:26px}
.news-head h2{color:var(--navy);margin:8px 0 0}
.news-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:28px}
.news-feature{background:#fff;border:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr}
.news-feature img{height:100%;min-height:360px;object-fit:cover}
.news-copy{padding:32px;display:flex;flex-direction:column;justify-content:center}
.news-copy h3{font-size:32px;color:var(--navy);margin:8px 0 10px}
.news-copy p{font-size:14px;color:var(--muted)}
.news-list{border-top:1px solid #bcc8ce}
.news-item{padding:17px 0;border-bottom:1px solid #bcc8ce}
.news-item time{display:block;font-size:11px;color:var(--blue);font-weight:800;margin-bottom:5px}
.news-item a{font-size:16px;font-weight:700;color:var(--navy)}

/* Help/Search */
.help{background:var(--navy);color:#fff;text-align:center}
.help .eyebrow{color:#a9cee2}
.help h2{color:#fff;margin:9px 0 12px}
.help p{max-width:650px;margin:0 auto 24px;color:#d7e3ea;font-size:17px}
.help-box{max-width:790px;margin:auto;display:flex;background:#fff;border-radius:3px;overflow:hidden}
.help-box input{flex:1;border:0;padding:18px;font-size:16px;outline:none}
.help-box button{border:0;background:var(--orange);color:#fff;font-weight:800;padding:0 24px}
.quick-searches{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:16px}
.quick-searches button{border:1px solid rgba(255,255,255,.36);background:transparent;color:#fff;padding:8px 11px;font-size:12px;border-radius:3px}

/* Commitments */
.commitments{background:#fff}
.commitments-head{max-width:860px;margin-bottom:30px}
.commitments-head h2{color:var(--navy);margin:9px 0 12px}
.commitments-head p{font-size:17px;color:#4e6069}
.commit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.commit-card{background:var(--sky2);border:1px solid var(--line);overflow:hidden}
.commit-img{height:210px;overflow:hidden}
.commit-img img{height:100%;object-fit:cover}
.commit-copy{padding:22px}
.commit-copy span{font-size:11px;font-weight:800;color:var(--blue)}
.commit-copy h3{color:var(--navy);margin:7px 0 8px}
.commit-copy p{font-size:13px;color:var(--muted)}

/* Footer */
footer{background:var(--navy2);color:#fff;padding:56px 0 22px}
.footer-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:30px}
.footer-brand{font-size:28px;font-weight:800}
footer p{font-size:13px;color:#c6d4dd}
footer h4{font-size:12px;margin:0 0 13px}
footer a{display:block;color:#d7e3ea;font-size:13px;margin:7px 0}
.footer-bottom{border-top:1px solid rgba(255,255,255,.2);margin-top:38px;padding-top:17px;font-size:12px;color:#abc0cd}

/* Modal */
.modal{position:fixed;inset:0;z-index:2400;background:rgba(4,25,40,.56);display:none;align-items:center;justify-content:center;padding:22px}
.modal.open{display:flex}
.modal-box{width:min(780px,100%);max-height:88vh;overflow:auto;background:#fff;border-radius:6px}
.modal-head{display:flex;justify-content:space-between;gap:20px;padding:27px;border-bottom:1px solid var(--line)}
.modal-head h2{font-size:36px;color:var(--navy);margin:7px 0 0}
.close{width:40px;height:40px;border-radius:50%;border:1px solid var(--line);background:#fff;color:var(--navy);font-size:20px}
.modal-body{padding:27px}
.results{margin-top:14px;border-top:1px solid var(--line)}
.result{display:grid;grid-template-columns:1fr auto;gap:18px;padding:14px 0;border-bottom:1px solid var(--line);text-align:left}
.result strong{color:var(--navy)}
.result span{font-size:12px;color:var(--muted)}

/* Mobile */
.drawer{position:fixed;z-index:2300;inset:0 0 0 auto;width:min(420px,92vw);background:#fff;transform:translateX(100%);transition:.25s;padding:20px;overflow:auto}
.drawer.open{transform:none}
.drawer-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:14px}
.drawer a,.drawer button{display:block;width:100%;text-align:left;border:0;background:#fff;padding:14px 0;border-bottom:1px solid var(--line);font-weight:700;color:var(--navy)}

@media(max-width:1000px){
  .menu{display:none} .mobile-open{display:block}
  .navrow{grid-template-columns:1fr auto}
  .hero-slide{grid-template-columns:1fr} .hero-media{min-height:470px}
  .hero-controls{left:26px}
  .number-grid{grid-template-columns:repeat(2,1fr)}
  .portfolio-grid{grid-template-columns:repeat(2,1fr)}
  .news-layout{grid-template-columns:1fr}
  .commit-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1.4fr repeat(2,1fr)}
}
@media(max-width:620px){
  .wrap{width:min(var(--max),calc(100% - 28px))}
  .section{padding:64px 0}
  .utility{display:none}
  .hero-media{min-height:360px} .hero-copy{padding:40px 24px 68px}
  .hero-controls{bottom:20px;left:24px}
  .number-head,.news-head{display:block}
  .number-grid,.portfolio-grid,.commit-grid,.footer-grid{grid-template-columns:1fr}
  .portfolio-head{grid-template-columns:1fr;gap:10px}
  .news-feature{grid-template-columns:1fr} .news-feature img{min-height:250px}
  .help-box{display:block;background:transparent}
  .help-box input{width:100%;display:block;margin-bottom:8px}
  .help-box button{padding:14px 18px;width:100%}
}

/* =========================================================
   HERO OVERRIDE ONLY
   Earlier full-bleed / white-fade composition.
   All original hero copy, slides, controls and JS retained.
   ========================================================= */
.hero{
  position:relative;
  overflow:hidden;
  background:#d8e2e7;
}
.hero-stage{
  position:relative;
  min-height:720px;
}
.hero-slide{
  position:absolute;
  inset:0;
  display:block;
  min-height:720px;
  opacity:0;
  visibility:hidden;
  transition:opacity .5s ease;
}
.hero-slide.active{
  opacity:1;
  visibility:visible;
  position:relative;
}
.hero-media{
  position:absolute;
  inset:0;
  min-height:720px;
  overflow:hidden;
}
.hero-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.hero-media:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    90deg,
    rgba(255,255,255,.98) 0%,
    rgba(255,255,255,.95) 34%,
    rgba(255,255,255,.58) 54%,
    rgba(255,255,255,.16) 72%,
    rgba(255,255,255,.04) 100%
  );
}
.hero-copy{
  position:relative;
  z-index:2;
  width:min(var(--max),calc(100% - 48px));
  min-height:720px;
  margin:0 auto;
  padding:76px 0 112px;
  background:transparent;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
}
.hero-copy > *{
  max-width:680px;
}
.hero-copy .eyebrow{
  color:var(--blue);
  margin-bottom:10px;
}
.hero-copy h1{
  color:var(--navy);
  margin:10px 0 20px;
  font-size:clamp(50px,5.8vw,84px);
  line-height:.96;
  letter-spacing:-.048em;
  max-width:760px;
}
.hero-copy p{
  font-size:19px;
  line-height:1.58;
  color:#43555f;
  max-width:610px;
  margin-bottom:12px;
}
.hero-copy .text-link{
  margin-top:10px;
}
.hero-controls{
  position:absolute;
  z-index:5;
  left:max(24px,calc((100vw - var(--max))/2));
  bottom:34px;
  display:flex;
  gap:9px;
}
.hero-dot{
  width:11px;
  height:11px;
  border:1px solid var(--navy);
  border-radius:50%;
  background:rgba(255,255,255,.55);
  padding:0;
}
.hero-dot.active{background:var(--navy)}

@media(max-width:1000px){
  .hero-stage,.hero-slide,.hero-media,.hero-copy{min-height:680px}
  .hero-media:after{
    background:linear-gradient(
      90deg,
      rgba(255,255,255,.97) 0%,
      rgba(255,255,255,.91) 50%,
      rgba(255,255,255,.32) 78%,
      rgba(255,255,255,.08) 100%
    );
  }
  .hero-copy{padding:64px 0 100px}
  .hero-copy > *{max-width:620px}
  .hero-controls{left:24px}
}
@media(max-width:620px){
  .hero-stage,.hero-slide,.hero-media,.hero-copy{min-height:690px}
  .hero-media:after{
    background:linear-gradient(
      to bottom,
      rgba(255,255,255,.97) 0%,
      rgba(255,255,255,.90) 52%,
      rgba(255,255,255,.30) 82%,
      rgba(255,255,255,.07) 100%
    );
  }
  .hero-copy{
    width:min(var(--max),calc(100% - 28px));
    justify-content:flex-start;
    padding:58px 0 96px;
  }
  .hero-copy h1{
    font-size:clamp(43px,12vw,58px);
    line-height:.97;
  }
  .hero-copy p{font-size:17px}
  .hero-controls{left:14px;bottom:24px}
}


/* =========================================================
   NEW: NATURE + RESPONSIBILITY
   Scoped to the two added/reworked sections only.
   ========================================================= */

/* Nature */
.nature-platform{
  background:var(--navy);
  color:#fff;
  overflow:hidden;
}
.nature-layout{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  min-height:620px;
}
.nature-media{
  position:relative;
  min-height:620px;
  overflow:hidden;
}
.nature-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.nature-media:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(6,43,73,.05),rgba(6,43,73,.20));
}
.nature-copy{
  padding:72px clamp(40px,6vw,88px);
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:var(--navy);
}
.nature-copy .eyebrow{color:#a9cee2}
.nature-copy h2{
  color:#fff;
  margin:10px 0 22px;
  max-width:640px;
}
.nature-copy p{
  color:#dbe7ee;
  font-size:20px;
  line-height:1.58;
  max-width:680px;
}
.nature-capabilities{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid rgba(255,255,255,.25);
  margin-top:34px;
}
.nature-capability{
  padding:18px 16px 0 0;
  border-right:1px solid rgba(255,255,255,.18);
  margin-right:16px;
  font-size:12px;
  line-height:1.35;
  font-weight:800;
  color:#fff;
}
.nature-capability:last-child{border-right:0}

/* Responsibility — 3 primary image stories + 4 secondary strip */
.responsibility{
  background:#fff;
}
.resp-head{
  display:grid;
  grid-template-columns:.78fr 1.22fr;
  gap:60px;
  align-items:end;
  margin-bottom:30px;
}
.resp-head h2{
  color:var(--navy);
  margin:8px 0 0;
}
.resp-head p{
  color:#4e6069;
  font-size:17px;
  max-width:700px;
}
.resp-stage{
  display:grid;
  grid-template-columns:1.12fr .88fr;
  grid-template-rows:330px 250px;
  gap:12px;
}
.resp-story{
  position:relative;
  overflow:hidden;
  border-radius:var(--radius);
  background:#dbe4e9;
}
.resp-story.main{grid-row:1 / span 2}
.resp-story img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.resp-story:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(3,27,45,.82),rgba(3,27,45,.08) 62%);
}
.resp-caption{
  position:absolute;
  z-index:2;
  left:24px;
  right:24px;
  bottom:22px;
  color:#fff;
}
.resp-caption small{
  display:block;
  font-size:11px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#d8ebf4;
  margin-bottom:7px;
}
.resp-caption strong{
  display:block;
  max-width:590px;
  font-size:clamp(25px,2.3vw,37px);
  line-height:1.04;
  letter-spacing:-.035em;
}
.resp-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid var(--line);
  border-right:0;
  margin-top:12px;
}
.resp-item{
  padding:24px 22px 26px;
  border-right:1px solid var(--line);
  background:var(--sky2);
}
.resp-item span{
  display:block;
  color:var(--blue);
  font-size:11px;
  font-weight:800;
  margin-bottom:8px;
}
.resp-item h3{
  color:var(--navy);
  margin:0 0 8px;
  font-size:23px;
}
.resp-item p{
  color:var(--muted);
  font-size:13px;
  line-height:1.52;
  margin:0;
}

@media(max-width:1000px){
  .nature-layout{grid-template-columns:1fr}
  .nature-media{min-height:460px}
  .nature-copy{padding:58px 36px}
  .resp-head{grid-template-columns:1fr;gap:12px}
  .resp-stage{grid-template-columns:1fr 1fr;grid-template-rows:420px 260px}
  .resp-story.main{grid-column:1/-1;grid-row:auto}
  .resp-strip{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .nature-media{min-height:360px}
  .nature-copy{padding:48px 24px}
  .nature-copy p{font-size:18px}
  .nature-capabilities{grid-template-columns:1fr 1fr}
  .nature-capability{
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.18);
    padding:14px 0;
    margin-right:14px;
  }
  .resp-stage{grid-template-columns:1fr;grid-template-rows:390px 240px 240px}
  .resp-story.main{grid-column:auto}
  .resp-strip{grid-template-columns:1fr}
}


/* Final homepage additions — same locked visual language */
.number-grid.number-grid-five{grid-template-columns:repeat(5,1fr)}
.careers-section{background:var(--sky2)}
.careers-layout{display:grid;grid-template-columns:1.05fr .95fr;background:#fff;border:1px solid var(--line)}
.careers-media{min-height:470px;overflow:hidden}
.careers-media img{width:100%;height:100%;object-fit:cover}
.careers-copy{padding:54px;display:flex;flex-direction:column;justify-content:center}
.careers-copy h2{color:var(--navy);margin:9px 0 17px}
.careers-copy p{font-size:17px;color:#4e6069}
.final-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin:24px 0 21px}
.final-btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 19px;border-radius:3px;font-size:13px;font-weight:800}
.final-btn.light{background:#fff;color:var(--navy)}
.final-btn.orange{background:var(--orange);color:#fff}
.capability-links{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}
.capability-links a{border:1px solid rgba(255,255,255,.36);padding:8px 12px;border-radius:3px;font-size:12px;color:#fff}
.hero-copy h3{color:var(--navy);font-size:25px;max-width:650px;margin:0 0 18px;letter-spacing:-.025em}
@media(max-width:1000px){
  .number-grid.number-grid-five{grid-template-columns:repeat(3,1fr)}
  .careers-layout{grid-template-columns:1fr}
  .careers-media{min-height:400px}
}
@media(max-width:620px){
  .number-grid.number-grid-five{grid-template-columns:1fr}
  .careers-media{min-height:320px}
  .careers-copy{padding:32px 24px}
}


/* Reliability fix: content must remain visible even if animation JS is unavailable */
.reveal{opacity:1!important;transform:none!important}



/* ===================== ABOUT US — LOCKED THEME EXTENSIONS ===================== */
.about-hero{position:relative;min-height:700px;overflow:hidden;border-bottom:1px solid var(--line);background:#dce8ee}
.about-hero-bg{position:absolute;inset:0}
.about-hero-bg img{width:100%;height:100%;object-fit:cover}
.about-hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.95) 34%,rgba(255,255,255,.57) 55%,rgba(255,255,255,.12) 74%,rgba(255,255,255,.03) 100%)}
.about-hero-content{position:relative;z-index:2;min-height:700px;display:flex;align-items:center}
.about-hero-copy{width:min(760px,58vw);padding:76px 0}
.about-hero-copy h1{font-size:clamp(52px,5.8vw,86px);color:var(--navy);line-height:.95;margin:10px 0 24px}
.about-hero-copy p{font-size:19px;line-height:1.6;color:#43555f;max-width:720px}

.visual-bridge{padding:10px 0;background:#fff;border-bottom:1px solid var(--line)}
.visual-bridge-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;gap:10px}
.visual-bridge-grid figure{margin:0;height:300px;overflow:hidden;border-radius:var(--radius);background:#dce8ee}
.visual-bridge-grid figure:first-child{height:390px}
.visual-bridge-grid img{width:100%;height:100%;object-fit:cover}

.editorial{display:grid;grid-template-columns:1.05fr .95fr;gap:58px;align-items:center}
.editorial.reverse{grid-template-columns:.95fr 1.05fr}
.editorial-media{min-height:560px;overflow:hidden;border-radius:var(--radius);background:#dce8ee}
.editorial-media img{width:100%;height:100%;object-fit:cover}
.editorial-copy p{font-size:18px;line-height:1.62;color:#4e6069;max-width:650px}
.editorial-copy .statement{font-size:clamp(40px,4.2vw,62px);line-height:1.02;letter-spacing:-.045em;color:var(--navy);font-weight:800;margin:0 0 22px}

.product-belief{background:var(--sky2)}
.belief-head{max-width:930px;margin-bottom:34px}
.belief-head p{font-size:18px;color:#4e6069;max-width:820px}
.belief-images{display:grid;grid-template-columns:1.1fr .9fr;grid-template-rows:270px 270px;gap:10px}
.belief-card{position:relative;overflow:hidden;border-radius:var(--radius);background:#dce8ee}
.belief-card.main{grid-row:1/span 2}
.belief-card img{width:100%;height:100%;object-fit:cover}
.belief-card:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(6,43,73,.76),rgba(6,43,73,.04) 64%)}

.farmer-block{background:#fff}
.farmer-lead{position:relative;min-height:620px;display:flex;align-items:flex-end;overflow:hidden}
.farmer-lead>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.farmer-lead:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,43,73,.84),rgba(6,43,73,.23) 64%,rgba(6,43,73,.04))}
.farmer-lead-copy{position:relative;z-index:2;padding:72px 0;max-width:780px;color:#fff}
.farmer-lead-copy .eyebrow,.farmer-lead-copy h2,.farmer-lead-copy p{color:#fff}
.farmer-lead-copy p{font-size:19px;max-width:720px}
.farmer-programs{display:grid;grid-template-columns:repeat(5,1fr);border-left:1px solid var(--line);border-bottom:1px solid var(--line)}
.farmer-program{padding:28px 22px;border-right:1px solid var(--line);background:#fff}
.farmer-program .num{font-size:11px;font-weight:800;color:var(--blue);margin-bottom:10px}
.farmer-program h3{font-size:22px;color:var(--navy);margin:0 0 8px}
.farmer-program p{font-size:13px;color:var(--muted);margin:0}

.rd-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:stretch}
.rd-image{min-height:570px;overflow:hidden;border-radius:var(--radius);background:#dce8ee}
.rd-image img{width:100%;height:100%;object-fit:cover}
.rd-copy{display:flex;flex-direction:column;justify-content:center}
.rd-copy p{font-size:18px;color:#4e6069}
.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);margin-top:28px}
.about-stat{background:var(--sky2);padding:24px}
.about-stat strong{display:block;color:var(--navy);font-size:38px;line-height:1;margin-bottom:8px}
.about-stat span{font-size:12px;line-height:1.45;color:var(--muted)}
.about-note{font-size:11px!important;color:#7b8990!important;margin-top:12px!important}

.sustain-about{background:var(--cream)}
.sustain-grid-about{display:grid;grid-template-columns:.9fr 1.1fr;gap:54px;align-items:center}
.sustain-photo{min-height:520px;overflow:hidden;border-radius:var(--radius);background:#dce8ee}
.sustain-photo img{width:100%;height:100%;object-fit:cover}
.sustain-copy-about p{font-size:18px;color:#4e6069}
.sustain-points-about{display:grid;grid-template-columns:repeat(4,1fr);border-left:1px solid var(--line);border-top:1px solid var(--line);margin-top:34px;background:#fff}
.sustain-point-about{padding:24px 22px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.sustain-point-about h3{font-size:23px}
.sustain-point-about p{font-size:13px;color:var(--muted);margin:0}

.people-about{background:#fff}
.people-layout-about{display:grid;grid-template-columns:1.05fr .95fr;min-height:560px}
.people-photo{min-height:560px;background:#dce8ee}
.people-photo img{width:100%;height:100%;object-fit:cover}
.people-copy-about{background:var(--sky);padding:62px;display:flex;flex-direction:column;justify-content:center}
.people-copy-about p{font-size:18px;color:#43555f}
.values-about{display:grid;grid-template-columns:repeat(4,1fr);border-left:1px solid var(--line);border-bottom:1px solid var(--line)}
.value-about{padding:28px 24px;border-right:1px solid var(--line);background:#fff}
.value-about h3{font-size:22px;color:var(--navy);margin:0 0 8px}
.value-about p{font-size:13px;color:var(--muted);margin:0}

.giving-about{background:#fff}
.giving-head-about{display:grid;grid-template-columns:.75fr 1.25fr;gap:54px;align-items:end;margin-bottom:30px}
.giving-head-about p{font-size:18px;color:#4e6069;max-width:720px}
.giving-stage-about{display:grid;grid-template-columns:1.1fr .9fr;grid-template-rows:315px 245px;gap:10px}
.giving-card-about{position:relative;overflow:hidden;border-radius:var(--radius);background:#dce8ee}
.giving-card-about.main{grid-row:1/span 2}
.giving-card-about img{width:100%;height:100%;object-fit:cover}
.giving-card-about:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(6,43,73,.82),rgba(6,43,73,.05) 65%)}
.giving-caption-about{position:absolute;z-index:2;left:22px;right:22px;bottom:20px;color:#fff}
.giving-caption-about h3{color:#fff;font-size:28px;margin:0 0 7px}
.giving-caption-about p{color:#eef6fa;font-size:13px;margin:0}
.giving-local{margin-top:10px;background:var(--sky2);border:1px solid var(--line);padding:24px}
.giving-local h3{font-size:22px;margin-bottom:7px}
.giving-local p{font-size:13px;color:var(--muted);margin:0}

.stories-about{background:var(--cream)}
.story-head-about{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:28px}
.story-head-about p{max-width:650px;color:var(--muted);font-size:17px}
.story-rail-about{display:flex;gap:14px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;padding-bottom:6px}
.story-rail-about::-webkit-scrollbar{display:none}
.story-card-about{flex:0 0 min(365px,84vw);background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}
.story-img-about{height:205px;background:#dce8ee}
.story-img-about img{width:100%;height:100%;object-fit:cover}
.story-copy-about{padding:22px}
.story-country-about{font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:var(--blue);margin-bottom:8px}
.story-copy-about h3{font-size:25px}
.story-copy-about p{font-size:13px;color:var(--muted)}
.story-controls{display:flex;gap:8px}
.story-controls button{width:40px;height:40px;border:1px solid var(--line);background:#fff;color:var(--navy);border-radius:50%;font-size:18px}

.explore-about{background:var(--navy);color:#fff;padding:82px 0}
.explore-about .eyebrow{color:#a9cee2}
.explore-about h2{color:#fff}
.explore-grid-about{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.26);margin-top:30px}
.explore-link-about{position:relative;padding:24px 36px 24px 0;border-bottom:1px solid rgba(255,255,255,.26);margin-right:28px;color:#fff}
.explore-link-about strong{display:block;font-size:21px;margin-bottom:5px}
.explore-link-about span{font-size:12px;line-height:1.45;color:#c8d8e2}
.explore-link-about i{position:absolute;right:0;top:27px;font-style:normal}

.about-mobile-drawer{position:fixed;z-index:2300;inset:0 0 0 auto;width:min(420px,92vw);background:#fff;transform:translateX(100%);transition:.25s;padding:20px;overflow:auto}
.about-mobile-drawer.open{transform:none}
.about-mobile-drawer a{display:block;width:100%;padding:14px 0;border-bottom:1px solid var(--line);font-weight:700;color:var(--navy)}
.about-drawer-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:14px}
.about-drawer-close{border:1px solid var(--line);background:#fff;color:var(--navy);width:40px;height:40px;border-radius:50%;font-size:22px}

@media(max-width:1100px){
  .about-hero-copy{width:72vw}
  .visual-bridge-grid{grid-template-columns:1fr 1fr}
  .visual-bridge-grid figure:first-child{grid-column:1/-1}
  .editorial,.editorial.reverse,.rd-layout,.sustain-grid-about,.people-layout-about,.giving-head-about{grid-template-columns:1fr}
  .farmer-programs{grid-template-columns:repeat(2,1fr)}
  .sustain-points-about,.values-about{grid-template-columns:repeat(2,1fr)}
  .giving-stage-about{grid-template-columns:1fr 1fr;grid-template-rows:400px 245px}
  .giving-card-about.main{grid-column:1/-1;grid-row:auto}
  .explore-grid-about{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  .about-hero,.about-hero-content{min-height:680px}
  .about-hero-bg:after{background:linear-gradient(to bottom,rgba(255,255,255,.97) 0%,rgba(255,255,255,.89) 58%,rgba(255,255,255,.18) 100%)}
  .about-hero-content{align-items:flex-start}
  .about-hero-copy{width:100%;padding:58px 0}
  .visual-bridge-grid,.farmer-programs,.about-stats,.sustain-points-about,.values-about,.explore-grid-about{grid-template-columns:1fr}
  .visual-bridge-grid figure,.visual-bridge-grid figure:first-child{height:280px;grid-column:auto}
  .belief-images{grid-template-columns:1fr;grid-template-rows:350px 235px 235px}
  .belief-card.main{grid-row:auto}
  .giving-stage-about{grid-template-columns:1fr;grid-template-rows:370px 240px 240px}
  .giving-card-about.main{grid-column:auto}
  .people-copy-about{padding:42px 26px}
}

/* Reliability: About content must never be hidden by animation failure. */
.reveal{opacity:1!important;transform:none!important}

/* =========================================================
   BLACK / WHITE TYPOGRAPHY OVERRIDE
   Structure, imagery, copy and functionality remain locked.
   Visual language aligned with the application pages:
   Georgia serif headings + clean black/white body typography.
   ========================================================= */
:root{
  --navy:#171717;
  --navy2:#111111;
  --blue:#171717;
  --sky:#f7f5f1;
  --sky2:#fbf8f2;
  --green:#171717;
  --cream:#fbf8f2;
  --orange:#171717;
  --ink:#171717;
  --muted:#706d68;
  --line:#e8e3dc;
  --white:#fff;
  --shadow:0 18px 50px rgba(31,24,18,.08);
}

body{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:#fff;
}

h1,h2,h3,.statement,.footer-brand{
  font-family:Georgia,"Times New Roman",serif;
  font-weight:500;
  color:#171717;
}

h1{letter-spacing:-.055em}
h2{letter-spacing:-.045em}
h3{letter-spacing:-.025em}

.eyebrow{
  color:#615d57;
  letter-spacing:.16em;
}

.wordmark{
  font-family:Georgia,"Times New Roman",serif;
  font-weight:700;
  color:#171717;
  letter-spacing:-.035em;
}

.utility{
  background:#111;
  color:#fff;
}

.nav{
  background:rgba(255,255,255,.97);
  border-bottom:1px solid var(--line);
}

.menu a,
.text-link,
.about-stat strong,
.farmer-program .num,
.story-country-about{
  color:#171717;
}

.search-btn{
  color:#171717;
  border-color:#d8d3cb;
}

.about-hero-copy h1,
.editorial-copy .statement,
.belief-head h2,
.rd-copy h2,
.sustain-copy-about h2,
.people-copy-about h2,
.giving-head-about h2,
.story-head-about h2{
  color:#171717;
}

.about-hero-copy p,
.editorial-copy p,
.belief-head p,
.rd-copy p,
.sustain-copy-about p,
.people-copy-about p,
.giving-head-about p{
  color:#4d4943;
}

/* Soft sections now read like the application pages */
.product-belief,
.about-stat,
.giving-local{
  background:#fbf8f2;
}

.people-copy-about{
  background:#f4efe7;
}

.sustain-about,
.stories-about{
  background:#fbf8f2;
}

/* Dark image overlays use neutral black instead of blue */
.about-hero-bg:after{
  background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.95) 34%,rgba(255,255,255,.58) 55%,rgba(255,255,255,.13) 74%,rgba(255,255,255,.03) 100%);
}
.belief-card:after,
.giving-card-about:after{
  background:linear-gradient(to top,rgba(0,0,0,.78),rgba(0,0,0,.04) 64%);
}
.farmer-lead:after{
  background:linear-gradient(90deg,rgba(0,0,0,.80),rgba(0,0,0,.22) 64%,rgba(0,0,0,.03));
}

/* Farmers remains image-led with white typography */
.farmer-lead-copy .eyebrow,
.farmer-lead-copy h2,
.farmer-lead-copy p{
  color:#fff;
}

/* Explore section becomes neutral black/white */
.explore-about{
  background:#171717;
  color:#fff;
}
.explore-about .eyebrow{color:#d2cec8}
.explore-about h2{color:#fff}
.explore-link-about{
  color:#fff;
  border-bottom-color:rgba(255,255,255,.22);
}
.explore-link-about span{color:#cfcac4}

/* Footer stays black / white */
footer{
  background:#111;
  color:#fff;
}
footer p{color:#d2cec8}
footer a{color:#ece8e3}
.footer-bottom{color:#b8b2aa}

/* Number cards */
.about-stat strong{
  font-family:Georgia,"Times New Roman",serif;
  font-weight:500;
}

/* Cards */
.farmer-program,
.sustain-point-about,
.value-about,
.story-card-about,
.giving-local{
  border-color:var(--line);
}

.farmer-program h3,
.sustain-point-about h3,
.value-about h3,
.giving-local h3,
.story-copy-about h3{
  color:#171717;
}

/* Controls */
.story-controls button,
.about-drawer-close{
  color:#171717;
  border-color:#d8d3cb;
  background:#fff;
}

.about-mobile-drawer a{
  color:#171717;
}

/* ========================================================= */

:root{--ink:#171717;--muted:#707070;--line:#e9e5df;--paper:#fff;--warm:#f6f2ea;--cream:#fbf8f2;--accent:#a63d2c;--deep:#111}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{text-decoration:none;color:inherit}button,input,textarea{font:inherit}img{display:block;width:100%;height:100%;object-fit:cover}.shell{max-width:1510px;margin:0 auto;padding:0 4vw}.topbar{position:sticky;top:0;z-index:50;height:72px;padding:0 4vw;display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.brand{font-family:Georgia,serif;font-size:25px;font-weight:700;letter-spacing:-.4px}.nav{display:flex;gap:28px;font-size:14px}.nav a.active{font-weight:750;border-bottom:2px solid #111;padding-bottom:7px}.pill{border:1px solid #111;padding:11px 16px;border-radius:999px;font-size:13px;font-weight:750}.eyebrow{font-size:11px;letter-spacing:.16em;text-transform:uppercase;font-weight:850;color:#5e5e5e;margin-bottom:14px}h1,h2,h3,p{margin-top:0}h1,h2,.serif{font-family:Georgia,serif}h1{font-size:clamp(64px,7.4vw,110px);letter-spacing:-.055em;line-height:.91;margin-bottom:24px;font-weight:500}h2{font-size:clamp(36px,3.6vw,58px);letter-spacing:-.04em;line-height:.99;margin-bottom:0;font-weight:500}.btn{display:inline-flex;align-items:center;justify-content:center;background:#111;color:#fff;border:1px solid #111;border-radius:999px;padding:13px 18px;font-weight:750;font-size:14px;cursor:pointer}.btn.ghost{background:transparent;color:#111}.actions{display:flex;gap:10px;flex-wrap:wrap}
.hero{min-height:650px;display:grid;grid-template-columns:.82fr 1.18fr;border-bottom:1px solid var(--line)}.hero-copy{padding:96px 4vw 84px 0;display:flex;flex-direction:column;justify-content:center}.hero-copy p{font-size:21px;line-height:1.55;max-width:680px;color:#363636;margin-bottom:30px}.hero-collage{display:grid;grid-template-columns:1.05fr .8fr;grid-template-rows:1fr 1fr;gap:8px;padding:18px 0 18px 18px;min-height:650px}.hero-img{position:relative;overflow:hidden}.hero-img.big{grid-row:1/span 2}.hero-img:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.55),rgba(0,0,0,.02) 65%)}.hero-img img{transition:transform .8s ease}.hero-img:hover img{transform:scale(1.035)}.hero-caption{position:absolute;left:16px;bottom:14px;z-index:2;color:#fff;font-size:12px;font-weight:750;text-shadow:0 2px 15px rgba(0,0,0,.4)}
.iff-band{padding:82px 0;border-bottom:1px solid var(--line)}.iff-band.warm{background:var(--warm)}.section-head{display:grid;grid-template-columns:.82fr 1.18fr;gap:55px;align-items:end;margin-bottom:38px}.section-head p{max-width:700px;color:var(--muted);line-height:1.6;margin-bottom:0}.what-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.what-card{border:1px solid var(--line);background:#fff;overflow:hidden}.what-photo{height:230px}.what-copy{padding:21px}.what-copy h3{font-family:Georgia,serif;font-size:28px;font-weight:500;margin:0 0 8px}.what-copy p{font-size:13px;line-height:1.5;color:var(--muted);margin:0}.quicknav{padding:34px 0;border-bottom:1px solid var(--line)}.quick-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}.quick{position:relative;min-height:170px;overflow:hidden}.quick:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.64),rgba(0,0,0,.02) 65%)}.quick img{transition:transform .55s ease}.quick:hover img{transform:scale(1.05)}.quick span{position:absolute;left:14px;right:12px;bottom:12px;z-index:2;color:#fff;font-size:14px;font-weight:800;line-height:1.1}.atlas{display:grid;grid-template-columns:1fr 1fr;gap:16px}.category-card{border:1px solid var(--line);background:#fff;overflow:hidden;min-height:650px;display:grid;grid-template-rows:300px auto}.category-image{position:relative;overflow:hidden}.category-image:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.68),rgba(0,0,0,.03) 60%)}.category-image img{transition:transform .7s ease}.category-card:hover .category-image img{transform:scale(1.035)}.category-title{position:absolute;left:26px;bottom:22px;color:#fff;z-index:2}.category-title .num{font-size:10px;font-weight:850;letter-spacing:.16em;text-transform:uppercase;opacity:.82;margin-bottom:7px}.category-title h3{font-family:Georgia,serif;font-size:34px;line-height:1;margin:0;letter-spacing:-.025em;font-weight:500}.category-body{padding:23px 26px 28px}.app-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 26px}.app-link{padding:10px 0;border-top:1px solid #ece9e4;display:flex;justify-content:space-between;align-items:center;gap:14px;font-size:14px;transition:.16s}.app-link:nth-child(1),.app-link:nth-child(2){border-top:0}.app-link:hover{padding-left:6px}.app-link b{font-weight:550}.arrow{color:#aaa;transition:.16s}.app-link:hover .arrow{color:#111;transform:translateX(3px)}
.help-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.help-card{border:1px solid var(--line);background:#fff;padding:25px;min-height:210px}.help-num{font-size:10px;letter-spacing:.14em;text-transform:uppercase;font-weight:850;color:#8b857d}.help-card h3{font-family:Georgia,serif;font-size:28px;font-weight:500;margin:38px 0 9px}.help-card p{font-size:13px;line-height:1.5;color:var(--muted)}.split-feature{display:grid;grid-template-columns:1.05fr .95fr;min-height:520px}.split-img{min-height:520px}.split-copy{padding:65px;background:#171717;color:#fff;display:flex;flex-direction:column;justify-content:center}.split-copy .eyebrow{color:#aaa}.split-copy p{font-size:17px;line-height:1.6;color:#d2d2d2;max-width:590px}.split-copy .btn.ghost{border-color:#fff;color:#fff}.split-feature.reverse{grid-template-columns:.95fr 1.05fr}.split-feature.reverse .split-img{order:2}.split-feature.reverse .split-copy{order:1;background:#f6f2ea;color:#171717}.split-feature.reverse .split-copy p{color:#615d57}.split-feature.reverse .split-copy .eyebrow{color:#777}.expertise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.expertise{border:1px solid var(--line);background:#fff}.expertise-photo{height:290px}.expertise-copy{padding:24px}.expertise h3{font-family:Georgia,serif;font-size:30px;font-weight:500;margin:0 0 9px}.expertise p{font-size:13px;line-height:1.55;color:var(--muted)}.insight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.insight{border-top:1px solid var(--line);padding-top:14px}.insight-img{height:220px;margin-bottom:17px}.insight h3{font-family:Georgia,serif;font-size:26px;line-height:1.08;font-weight:500;margin-bottom:8px}.insight p{font-size:12px;line-height:1.5;color:var(--muted)}.editorial-cta{background:#171717;color:#fff;padding:90px 0}.editorial-cta p{font-size:18px;line-height:1.6;color:#d0d0d0;max-width:760px}.editorial-cta .btn.ghost{border-color:#fff;color:#fff}.footer{padding:35px 4vw;display:flex;justify-content:space-between;gap:20px;font-size:11px;color:#777;border-top:1px solid var(--line)}
.partner-modal{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:200;display:none;align-items:center;justify-content:center;padding:20px}.partner-modal.open{display:flex}.partner-card{background:#fff;width:min(650px,95vw);max-height:90vh;overflow:auto;padding:30px}.partner-top{display:flex;justify-content:space-between;gap:20px;align-items:start}.partner-close{border:0;background:transparent;font-size:28px;cursor:pointer}.partner-card label{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.1em;font-weight:800;margin:12px 0 6px}.partner-card input,.partner-card textarea{width:100%;padding:12px;border:1px solid var(--line)}.partner-card textarea{min-height:100px;resize:vertical}.success{display:none;margin-top:12px;padding:12px;background:#edf5ec;font-size:12px}
@media(max-width:1100px){.hero{grid-template-columns:1fr}.hero-copy{padding-right:0}.hero-collage{padding-left:0;min-height:540px}.quick-grid{grid-template-columns:repeat(3,1fr)}.atlas{grid-template-columns:1fr}.what-grid,.help-grid{grid-template-columns:1fr 1fr}.split-feature,.split-feature.reverse{grid-template-columns:1fr}.split-feature.reverse .split-img,.split-feature.reverse .split-copy{order:initial}.expertise-grid,.insight-grid{grid-template-columns:1fr 1fr}.section-head{grid-template-columns:1fr}}
@media(max-width:700px){.nav{display:none}.hero-collage{grid-template-columns:1fr 1fr;min-height:480px}.hero-img.big{grid-row:auto;grid-column:1/span 2}.quick-grid{grid-template-columns:1fr 1fr}.category-card{grid-template-rows:240px auto}.app-grid{grid-template-columns:1fr}.app-link:nth-child(2){border-top:1px solid #ece9e4}.what-grid,.help-grid,.expertise-grid,.insight-grid{grid-template-columns:1fr}.split-copy{padding:42px 28px}.iff-band{padding:62px 0}.footer{display:block}.footer span{display:block;margin-top:6px}}

/* ========================================================= */

:root{
  --ink:#171717;--muted:#706d68;--line:#e8e3dc;--paper:#fff;--cream:#fbf8f2;
  --warm:#f4efe7;--soft:#f8f5ef;--accent:#a63d2c;--shadow:0 18px 50px rgba(31,24,18,.09);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
a{text-decoration:none;color:inherit}button,input{font:inherit}button{cursor:pointer}img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.shell{width:min(1510px,92vw);margin:0 auto}
.topbar{position:sticky;top:0;z-index:80;height:72px;padding:0 4vw;display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}
.brand{font-family:Georgia,serif;font-size:25px;font-weight:700;letter-spacing:-.4px}.nav{display:flex;gap:28px;font-size:14px}.nav a.active{font-weight:800;border-bottom:2px solid #111;padding-bottom:7px}.pill{border:1px solid #111;padding:11px 16px;border-radius:999px;font-size:13px;font-weight:780}
.eyebrow{font-size:11px;letter-spacing:.16em;text-transform:uppercase;font-weight:850;color:#615d57;margin-bottom:14px}
h1,h2,h3,p{margin-top:0}h1,h2,.serif{font-family:Georgia,serif}
h1{font-size:clamp(58px,7vw,108px);line-height:.92;letter-spacing:-.055em;margin-bottom:22px;font-weight:500}
h2{font-size:clamp(38px,4vw,62px);line-height:.98;letter-spacing:-.042em;font-weight:500;margin-bottom:0}
.btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid #111;background:#111;color:#fff;border-radius:999px;padding:13px 18px;font-size:14px;font-weight:800;min-height:44px}.btn.ghost{background:#fff;color:#111}.btn.small{padding:9px 12px;font-size:11px;min-height:auto;border-radius:0}.actions{display:flex;gap:9px;flex-wrap:wrap}

/* hero */
.hero{display:grid;grid-template-columns:.82fr 1.18fr;min-height:650px;border-bottom:1px solid var(--line)}
.hero-copy{padding:90px 5vw 76px 0;display:flex;flex-direction:column;justify-content:center}.hero-copy p{font-size:20px;line-height:1.55;max-width:700px;color:#3f3d39;margin-bottom:28px}.hero-proof{display:flex;gap:20px;flex-wrap:wrap;margin-top:28px;padding-top:23px;border-top:1px solid var(--line);font-size:12px;color:var(--muted)}.hero-proof b{color:var(--ink)}
.hero-statement{display:block;max-width:690px;border-top:1px solid var(--line);padding-top:24px;margin-top:30px}
.hero-statement span{display:block;font-size:15px;line-height:1.5;color:#5b5751}
.hero-statement b{display:block;font-family:Georgia,serif;font-size:29px;line-height:1.05;font-weight:500;letter-spacing:-.025em;margin-bottom:8px;color:var(--ink)}
.hero-collage{display:grid;grid-template-columns:1.15fr .8fr;grid-template-rows:1fr 1fr;gap:8px;padding:18px 0 18px 18px;min-height:650px}.hero-img{position:relative;overflow:hidden}.hero-img.big{grid-row:1 / span 2}.hero-img:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.58),rgba(0,0,0,.02) 65%)}.hero-img img{transition:transform .8s ease}.hero-img:hover img{transform:scale(1.035)}.hero-caption{position:absolute;z-index:2;left:18px;right:16px;bottom:15px;color:#fff;font-size:12px;font-weight:800}

/* jump bar */
.jumpbar{position:sticky;top:72px;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.jumpinner{display:flex;align-items:center;gap:7px;padding:12px 0;overflow:auto;scrollbar-width:none}.jumpinner::-webkit-scrollbar{display:none}.jump{white-space:nowrap;border:1px solid var(--line);background:#fff;padding:9px 12px;font-size:11px;font-weight:800}.jump:hover{border-color:#111}

.section{padding:80px 0;border-bottom:1px solid var(--line)}.section-head{display:grid;grid-template-columns:.85fr 1.15fr;gap:50px;align-items:end;margin-bottom:34px}.section-head p{color:var(--muted);line-height:1.6;max-width:700px;margin-bottom:0}

/* bread type */
.type-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.type-card{position:relative;min-height:205px;border:0;overflow:hidden;background:#111;color:#fff;text-align:left}.type-card img{position:absolute;inset:0;transition:transform .55s ease}.type-card:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.76),rgba(0,0,0,.07) 64%)}.type-card:hover img{transform:scale(1.04)}.type-card.active{outline:4px solid #111;outline-offset:-4px}.type-copy{position:absolute;z-index:2;left:17px;right:15px;bottom:16px}.type-copy b{font-family:Georgia,serif;font-size:23px;font-weight:500;line-height:1.02}.type-copy span{display:block;font-size:10px;line-height:1.35;margin-top:6px;color:#efefef}

/* needs */
.needs-section{background:var(--cream)}.needs-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;min-width:0;overflow:hidden}.need-card{position:relative;min-height:260px;min-width:0;max-width:100%;overflow:hidden;border:1px solid #ddd6cc;background:#fff;padding:22px;text-align:left;display:flex;flex-direction:column;transition:.18s}.need-card:hover{transform:translateY(-2px);box-shadow:var(--shadow);border-color:#cfc6bb}.need-card.active{background:#111;color:#fff;border-color:#111}.need-card .num{font-size:10px;letter-spacing:.14em;text-transform:uppercase;font-weight:850;color:#8d867e}.need-card.active .num,.need-card.active p{color:#cfcfcf}.need-card h3{font-family:Georgia,serif;overflow-wrap:anywhere;font-size:31px;font-weight:500;line-height:1;margin:36px 0 10px;letter-spacing:-.025em}.need-card p{font-size:12px;overflow-wrap:anywhere;line-height:1.5;color:#6d675f;margin-bottom:18px}.need-card .examples{margin-top:auto;overflow-wrap:anywhere;font-size:10px;font-weight:800;line-height:1.5;color:#4d4943}.need-card.active .examples{color:#fff}

/* featured */
.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.feature{border:1px solid var(--line);background:#fff;overflow:hidden;display:grid;grid-template-rows:210px auto}.feature-photo{position:relative;overflow:hidden}.feature-photo img{transition:transform .55s ease}.feature:hover img{transform:scale(1.04)}.feature-body{padding:21px}.feature-kicker{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);font-weight:850}.feature h3{font-family:Georgia,serif;font-size:28px;font-weight:500;margin:8px 0 8px}.feature p{font-size:12px;line-height:1.48;color:var(--muted);min-height:54px}.grade-row{display:flex;gap:6px;flex-wrap:wrap;margin:12px 0 16px}.grade{border:1px solid var(--line);background:var(--cream);padding:6px 8px;font-size:10px;font-weight:750}

/* catalog */
.catalog-section{background:var(--warm)}.catalog-head{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;align-items:end;margin-bottom:28px}.catalog-head p{color:#68625a;line-height:1.58;margin-bottom:0}.catalog-panel{background:#fff;border:1px solid var(--line);padding:20px;position:sticky;top:125px;z-index:30;box-shadow:0 8px 35px rgba(40,30,20,.04)}
.searchrow{display:grid;grid-template-columns:1fr auto;gap:9px;align-items:center}.searchbox{width:100%;border:1px solid #dcd6cd;background:#fff;padding:14px 15px;font-size:14px}.clear{border:1px solid #111;background:#fff;padding:13px 14px;font-size:11px;font-weight:850}.filter-block{display:flex;align-items:flex-start;gap:12px;margin-top:13px}.filter-label{width:96px;flex:none;font-size:10px;text-transform:uppercase;letter-spacing:.1em;font-weight:850;color:#756f67;padding-top:9px}.chips{display:flex;flex-wrap:wrap;gap:7px}.chipbtn{border:1px solid #ddd7cf;background:#fff;padding:8px 10px;font-size:10px;font-weight:790}.chipbtn.active,.chipbtn:hover{background:#111;color:#fff;border-color:#111}.results-bar{display:flex;justify-content:space-between;gap:20px;align-items:end;margin:22px 0 12px}.results-bar strong{font-family:Georgia,serif;font-size:25px;font-weight:500}.results-bar span{font-size:11px;color:var(--muted)}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.product-card{border:1px solid var(--line);background:#fff;padding:17px;min-height:265px;display:flex;flex-direction:column;transition:.16s}.product-card:hover{transform:translateY(-2px);box-shadow:var(--shadow);border-color:#d2cbc1}.product-card .family{font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:#7b756d;font-weight:850}.product-card h3{font-family:Georgia,serif;font-size:23px;line-height:1.02;font-weight:500;margin:10px 0 6px}.botanical{font-size:11px;color:#85817a;font-style:italic;min-height:18px}.profile{font-size:12px;color:#4f4b46;line-height:1.42;margin:12px 0}.bestfor{font-size:10px;line-height:1.5;color:#756f67;margin-top:auto;padding-top:12px;border-top:1px solid #eee9e3}.bestfor b{color:#222}.card-actions{display:flex;gap:6px;margin-top:13px}.micro{border:1px solid #111;background:#111;color:#fff;padding:8px 9px;font-size:10px;font-weight:800}.micro.light{background:#fff;color:#111}.empty{grid-column:1/-1;border:1px dashed #bdb6ad;padding:42px;text-align:center;color:#766f67;background:#fff}

/* choose */
.choose-section{background:#171717;color:#fff}.choose-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:60px}.choose-copy p{color:#cfcfcf;line-height:1.6;max-width:500px}.chooser{background:#fff;color:#171717;padding:25px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.field label{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.11em;font-weight:850;margin-bottom:6px;color:#716b63}.field select,.field input{width:100%;border:1px solid var(--line);padding:13px;background:#fff}.field.full{grid-column:1/-1}.recommendation{display:none;margin-top:17px;background:var(--cream);border:1px solid var(--line);padding:18px}.recommendation.open{display:block}.rec-title{font-family:Georgia,serif;font-size:25px;font-weight:500;margin-bottom:6px}.rec-products{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:13px}.rec{border:1px solid var(--line);padding:12px;background:#fff}.rec b{display:block;font-size:12px;margin-bottom:4px}.rec span{font-size:10px;color:#777;line-height:1.35}
.footer{padding:35px 4vw;display:flex;justify-content:space-between;gap:20px;font-size:11px;color:#777;border-top:1px solid var(--line)}

/* drawer */
.overlay{position:fixed;inset:0;background:rgba(0,0,0,.46);z-index:100;opacity:0;pointer-events:none;transition:.18s}.overlay.open{opacity:1;pointer-events:auto}.drawer{position:fixed;right:0;top:0;bottom:0;width:min(560px,92vw);background:#fff;z-index:110;transform:translateX(100%);transition:.25s ease;overflow:auto;box-shadow:-20px 0 60px rgba(0,0,0,.18)}.drawer.open{transform:none}.drawer-top{display:flex;justify-content:space-between;align-items:center;padding:18px 22px;border-bottom:1px solid var(--line);position:sticky;top:0;background:#fff;z-index:2}.close{border:0;background:transparent;font-size:28px}.drawer-body{padding:30px 25px 45px}.drawer-body h2{font-size:48px;margin-bottom:9px}.drawer-profile{font-size:17px;line-height:1.5;color:#47423d;margin:22px 0}.detail-line{border-top:1px solid var(--line);padding:16px 0}.detail-line small{display:block;text-transform:uppercase;letter-spacing:.11em;font-size:9px;color:#807970;font-weight:850;margin-bottom:6px}.detail-line div{font-size:13px;line-height:1.5}.drawer-cta{margin-top:20px;display:flex;gap:8px;flex-wrap:wrap}

@media(max-width:1180px){.hero{grid-template-columns:1fr}.hero-copy{padding-right:0}.hero-collage{padding-left:0;min-height:540px}.type-grid,.product-grid{grid-template-columns:repeat(3,1fr)}.featured-grid,.needs-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.section-head,.catalog-head,.choose-grid{grid-template-columns:1fr}.catalog-panel{position:relative;top:auto}}
@media(max-width:760px){.nav{display:none}.topbar{height:66px}.jumpbar{top:66px}.hero-collage{grid-template-columns:1fr 1fr;min-height:450px}.hero-img.big{grid-column:1/span 2;grid-row:auto}.type-grid,.featured-grid,.needs-grid,.product-grid{grid-template-columns:1fr}.form-grid,.rec-products{grid-template-columns:1fr}.filter-block{display:block}.filter-label{width:auto;margin-bottom:7px}.hero-copy{padding:65px 0}.section{padding:60px 0}.catalog-panel{padding:14px}.searchrow{grid-template-columns:1fr}.clear{width:100%}.jumpinner{padding-left:0}.product-card{min-height:auto}}

/* Image behavior: preserve existing boxes and fill them without contain */
#top img,#cookie-type img,#featured img{
  width:100%;
  height:100%;
  object-fit:cover !important;
  object-position:center !important;
}