/* =========================================================
   MANUFACTURING PAGE
   Theme: soft mint / white / Verolife green
========================================================= */

:root{
  --mf-bg:#fff;
  --mf-mint:#eaf7e5;
  --mf-mint-2:#f5fbf2;
  --mf-green:#4aa244;
  --mf-green-dark:#2e7c33;
  --mf-text:#202824;
  --mf-muted:#5c6963;
  --mf-border:rgba(76,122,75,.13);
  --mf-shadow:0 18px 46px rgba(48,82,49,.08);
}

.mf-page{
  width:100%;
  padding:18px 22px 70px;
  overflow:hidden;
  background:#fff;
  color:var(--mf-text);
  font-family: "DM Sans", sans-serif;
}


/* =========================================================
   HERO
========================================================= */

.mf-hero{
  position:relative;
  width:min(1420px,100%);
  min-height:720px;
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  margin:0 auto;
  overflow:hidden;
  border-radius:28px;
  background:
    radial-gradient(circle at 12% 25%,rgba(186,235,171,.32),transparent 35%),
    linear-gradient(120deg,#fbfdf9 0%,#f4faf1 52%,#edf7e9 100%);
}

.mf-hero__copy{
  position:relative;
  z-index:4;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:80px 54px 58px 58px;
}

.mf-eyebrow{
  width:max-content;
  max-width:100%;
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-height:32px;
  padding:6px 13px;
  border:1px solid rgba(74,162,68,.14);
  border-radius:999px;
  background:rgba(255,255,255,.82);
  color:#4c8c47;
  font-size:12px;
  font-weight:700;
  letter-spacing:.4px;
  text-transform:uppercase;
}

.mf-hero h1{
  max-width:590px;
  margin:28px 0 0;
  font-family: "DM Sans", sans-serif;
  font-size:74px;
  font-weight:400;
  line-height:.9;
  letter-spacing:-2px;
  color:#222a25;
}

.mf-hero h1 span{
  display:block;
  color:#63a257;
}

.mf-rule{
  width:47px;
  height:2px;
  margin-top:24px;
  background:#5da452;
}

.mf-hero__copy > p{
  max-width:560px;
  margin:22px 0 0;
  color:var(--mf-muted);
  font-size:14px;
  line-height:1.72;
}

.mf-belief{
  max-width:560px;
  display:grid;
  grid-template-columns:50px 1fr;
  gap:14px;
  align-items:center;
  margin-top:26px;
  padding:16px 18px;
  border:1px solid rgba(74,162,68,.11);
  border-radius:16px;
  background:rgba(255,255,255,.72);
  box-shadow:0 10px 28px rgba(50,84,51,.05);
}

.mf-belief__icon{
  width:45px;
  height:45px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:#eef8e9;
  color:#579d4d;
  font-size:20px;
}

.mf-belief p{
  margin:0;
  color:#53645a;
  font-size:12px;
  line-height:1.65;
}


/* HERO IMAGE */

.mf-hero__media{
  position:relative;
  min-height:720px;
  overflow:hidden;
}

.mf-hero__media::before{
  content:"";
  position:absolute;
  z-index:2;
  inset:0;
  background:linear-gradient(90deg,#f6fbf3 0%,rgba(246,251,243,.22) 15%,transparent 44%);
  pointer-events:none;
}

.mf-hero__media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
}

.mf-hero__leaf{
  position:absolute;
  z-index:3;
  width:120px;
  height:220px;
  right:-15px;
  bottom:-15px;
  opacity:.65;
  background:
    radial-gradient(ellipse at 40% 25%,#76ac4f 0 20%,transparent 21%),
    radial-gradient(ellipse at 66% 42%,#5d9b42 0 18%,transparent 19%),
    radial-gradient(ellipse at 40% 60%,#83b75d 0 21%,transparent 22%);
  filter:blur(.1px);
}

.mf-hero__leaf--two{
  right:78px;
  bottom:-60px;
  transform:rotate(-18deg) scale(.75);
  opacity:.45;
}


/* =========================================================
   SECTION TITLE
========================================================= */

.mf-highlights{
  width:min(1360px,100%);
  margin:70px auto 0;
}

.mf-section-title{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:17px;
  text-align:center;
}

.mf-section-title h2{
  margin:0;
  font-size:30px;
  font-weight:700;
  color:#26302a;
}

.mf-section-title i{
  color:#75ae68;
  font-size:18px;
}

.mf-section-title::after{
  content:"";
  position:absolute;
}


/* =========================================================
   HIGHLIGHT CARDS
========================================================= */

.mf-highlight-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px;
  margin-top:34px;
}

.mf-highlight-card{
  min-height:250px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  gap:19px;
  padding:22px 18px;
  border:1px solid var(--mf-border);
  border-radius:17px;
  background:#fff;
  text-align:center;
  box-shadow:0 8px 28px rgba(44,78,46,.045);
  transition:transform .26s ease,box-shadow .26s ease,border-color .26s ease;
}

.mf-highlight-card:hover{
  transform:translateY(-5px);
  border-color:rgba(74,162,68,.24);
  box-shadow:0 16px 34px rgba(44,78,46,.09);
}

.mf-highlight-card > span{
  width:66px;
  height:66px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  border-radius:50%;
  background:linear-gradient(145deg,#f7fbf5,#ebf6e7);
  color:#4c9145;
  font-size:27px;
  box-shadow:inset 0 0 0 1px rgba(74,162,68,.08);
}

.mf-highlight-card p{
  margin:0;
  color:#4f5e56;
  font-size:12px;
  line-height:1.62;
}


/* =========================================================
   STORY
========================================================= */

.mf-story{
  width:min(1360px,100%);
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:34px;
  margin:55px auto 0;
  padding:26px;
  border-radius:24px;
  background:
    radial-gradient(circle at 85% 20%,rgba(180,230,165,.18),transparent 35%),
    linear-gradient(135deg,#f8fcf6,#f1f8ee);
}

.mf-story__gallery{
  min-width:0;
}

.mf-story__main{
  height:335px;
  overflow:hidden;
  border-radius:17px;
}

.mf-story__main img,
.mf-story__thumbs img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.mf-story__thumbs{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:10px;
}

.mf-story__thumbs > div{
  height:150px;
  overflow:hidden;
  border-radius:14px;
}

.mf-story__content{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:4px;
  padding:6px 14px 6px 6px;
}

.mf-story-row{
  display:grid;
  grid-template-columns:52px 1fr;
  gap:15px;
  padding:17px 0;
  border-bottom:1px solid rgba(76,122,75,.13);
}

.mf-story-row:last-of-type{
  border-bottom:0;
}

.mf-story-row > span{
  width:50px;
  height:50px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
  color:#4b9144;
  font-size:20px;
  box-shadow:0 8px 22px rgba(42,78,45,.07);
}

.mf-story-row p{
  margin:0;
  color:#4d5f55;
  font-size:13px;
  line-height:1.72;
}

.mf-story__button{
  width:max-content;
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-top:14px;
  padding:0 24px;
  border-radius:999px;
  background:#242424;
  color:#fff;
  font-size:13px;
  font-weight:600;
  text-decoration:none;
  box-shadow:0 10px 24px rgba(0,0,0,.10);
  transition:transform .25s ease,background .25s ease;
}

.mf-story__button:hover{
  color:#fff;
  background:#111;
  transform:translateY(-2px);
}


/* =========================================================
   PROMISE
========================================================= */

.mf-promise{
  position:relative;
  width:min(1360px,100%);
  min-height:150px;
  display:grid;
  grid-template-columns:360px 1fr;
  align-items:center;
  gap:25px;
  margin:45px auto 0;
  padding:28px 34px;
  overflow:hidden;
  border:1px solid var(--mf-border);
  border-radius:22px;
  background:
    radial-gradient(circle at 10% 100%,rgba(179,230,164,.38),transparent 33%),
    #fff;
}

.mf-promise__statement span,
.mf-promise__statement strong{
  display:block;
}

.mf-promise__statement span{
  color:#344039;
  font-size:20px;
}

.mf-promise__statement strong{
  margin-top:3px;
  color:#5b9e52;
  font-family: "DM Sans", sans-serif;
  font-size:39px;
  font-weight:400;
  line-height:1;
}

.mf-promise__items{
  display:grid;
  grid-template-columns:repeat(5,1fr);
}

.mf-promise__items > div{
  min-height:86px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:8px 14px;
  border-left:1px solid rgba(76,122,75,.12);
  text-align:center;
}

.mf-promise__items i{
  color:#55994d;
  font-size:23px;
}

.mf-promise__items span{
  color:#46564d;
  font-size:12px;
  font-weight:600;
  line-height:1.35;
}


/* =========================================================
   REVEAL
========================================================= */

.mf-reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .7s ease,transform .7s ease;
}

.mf-reveal.is-visible{
  opacity:1;
  transform:none;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:1180px){

  .mf-hero{
    min-height:650px;
  }

  .mf-hero__copy{
    padding-left:42px;
    padding-right:38px;
  }

  .mf-hero h1{
    font-size:63px;
  }

  .mf-hero__media{
    min-height:650px;
  }

  .mf-highlight-grid{
    grid-template-columns:repeat(3,1fr);
  }

  .mf-promise{
    grid-template-columns:280px 1fr;
  }
}


@media(max-width:900px){

  .mf-page{
    padding:12px 12px 55px;
  }

  .mf-hero{
    grid-template-columns:1fr;
  }

  .mf-hero__copy{
    align-items:center;
    padding:85px 30px 44px;
    text-align:center;
  }

  .mf-hero h1{
    max-width:680px;
    font-size:58px;
  }

  .mf-hero__copy > p{
    max-width:650px;
  }

  .mf-belief{
    text-align:left;
  }

  .mf-hero__media{
    min-height:470px;
  }

  .mf-hero__media::before{
    background:linear-gradient(180deg,#f5faf2 0%,rgba(245,250,242,.12) 20%,transparent 44%);
  }

  .mf-highlight-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .mf-highlight-card{
    min-height:225px;
  }

  .mf-story{
    grid-template-columns:1fr;
  }

  .mf-story__main{
    height:380px;
  }

  .mf-promise{
    grid-template-columns:1fr;
  }

  .mf-promise__statement{
    text-align:center;
  }
}


@media(max-width:620px){

  .mf-page{
    padding:8px 8px 45px;
  }

  .mf-hero{
    border-radius:20px;
  }

  .mf-hero__copy{
    padding:85px 18px 35px;
  }

  .mf-eyebrow{
    font-size:12px;
  }

  .mf-hero h1{
    font-size:46px;
    letter-spacing:-1.2px;
  }

  .mf-hero__copy > p{
    font-size:13px;
    line-height:1.68;
  }

  .mf-belief{
    grid-template-columns:1fr;
    justify-items:center;
    text-align:center;
  }

  .mf-hero__media{
    min-height:340px;
  }

  .mf-highlights{
    margin-top:48px;
  }

  .mf-section-title{
    gap:10px;
  }

  .mf-section-title h2{
    font-size:24px;
  }

  .mf-highlight-grid{
    grid-template-columns:1fr;
    gap:10px;
  }

  .mf-highlight-card{
    min-height:auto;
    display:grid;
    grid-template-columns:58px 1fr;
    align-items:center;
    gap:14px;
    padding:16px;
    text-align:left;
  }

  .mf-highlight-card > span{
    width:54px;
    height:54px;
    font-size:22px;
  }

  .mf-story{
    gap:24px;
    padding:14px;
  }

  .mf-story__main{
    height:260px;
  }

  .mf-story__thumbs > div{
    height:120px;
  }

  .mf-story__content{
    padding:0;
  }

  .mf-story-row{
    grid-template-columns:45px 1fr;
  }

  .mf-story-row > span{
    width:44px;
    height:44px;
    font-size:17px;
  }

  .mf-story__button{
    width:100%;
  }

  .mf-promise{
    padding:25px 16px;
  }

  .mf-promise__statement span{
    font-size:17px;
  }

  .mf-promise__statement strong{
    font-size:34px;
  }

  .mf-promise__items{
    grid-template-columns:repeat(2,1fr);
    gap:4px;
  }

  .mf-promise__items > div{
    border-left:0;
    border-top:1px solid rgba(76,122,75,.12);
  }

  .mf-promise__items > div:last-child{
    grid-column:1/-1;
  }
}


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

/* =========================================================
   GLOBAL FONT CONSISTENCY - ICON SAFE
   Do not override ::before / ::after because icon libraries
   use their own font-family on pseudo-elements.
========================================================= */
html,
body,
button,
input,
select,
textarea {
  font-family: "DM Sans", sans-serif;
}

