.about-page { background:#fff; color:#17372b; font-family:'Open Sans',Arial,sans-serif; }
.about-page * { box-sizing:border-box; }
.about-page section[id] { scroll-margin-top:90px; }
.about-eyebrow { display:block; margin:0 0 12px; color:#008938; font-family:'Montserrat',Arial,sans-serif; font-size:12px; font-weight:800; letter-spacing:1.8px; text-transform:uppercase; }
.about-eyebrow-light { color:#8fe1b1; }
.about-intro { padding:70px 0 56px; }
.about-intro-grid { display:grid; grid-template-columns:minmax(0,1.03fr) minmax(390px,.97fr); gap:58px; align-items:center; }
.about-intro-copy h1 { margin:0 0 22px; max-width:690px; color:#123b2e; font-family:'Montserrat',Arial,sans-serif; font-size:44px; line-height:1.12; font-weight:800; letter-spacing:-1.2px; }
.about-intro-copy p { margin:0 0 16px; color:#546b62; font-size:15px; line-height:1.85; }
.about-intro-copy .about-lead { color:#2c4e42; font-size:17px; line-height:1.72; }
.about-intro-actions { display:flex; gap:12px; flex-wrap:wrap; margin-top:28px; }
.about-btn { display:inline-flex; align-items:center; justify-content:center; min-height:46px; padding:0 22px; border:1px solid transparent; border-radius:4px; font-family:'Montserrat',Arial,sans-serif; font-size:13px; font-weight:800; text-decoration:none!important; transition:.2s ease; }
.about-btn-primary { color:#fff!important; background:#008938; border-color:#008938; }
.about-btn-primary:hover { background:#006f2e; border-color:#006f2e; }
.about-btn-outline { color:#08763b!important; background:#fff; border-color:#8abda2; }
.about-btn-outline:hover { background:#f2f8f5; border-color:#08763b; }
.about-intro-media { position:relative; min-height:420px; overflow:hidden; border-radius:8px; background:#edf5f1; box-shadow:0 20px 48px rgba(20,61,45,.12); }
.about-intro-media>img { display:block; width:100%; height:420px; object-fit:cover; }
.about-media-note { position:absolute; left:24px; right:24px; bottom:22px; display:flex; align-items:center; gap:15px; padding:14px 17px; border-radius:5px; color:#fff; background:rgba(9,67,45,.9); backdrop-filter:blur(4px); }
.about-media-note strong { font-family:'Montserrat',Arial,sans-serif; font-size:15px; white-space:nowrap; }
.about-media-note span { padding-left:15px; border-left:1px solid rgba(255,255,255,.3); font-size:12px; line-height:1.5; }
.about-facts { display:grid; grid-template-columns:repeat(4,1fr); margin-top:54px; border:1px solid #dbe9e2; background:#fbfdfc; }
.about-fact { padding:20px 18px; text-align:center; border-right:1px solid #dbe9e2; }
.about-fact:last-child { border-right:0; }
.about-fact strong { display:block; margin-bottom:3px; color:#08763b; font-family:'Montserrat',Arial,sans-serif; font-size:22px; font-weight:800; }
.about-fact span { color:#6d8178; font-size:12px; }
.about-factory { padding:76px 0 82px; background:#f5f9f7; }
.about-section-title { max-width:760px; margin:0 auto 38px; text-align:center; }
.about-section-title-left { max-width:760px; margin-left:0; text-align:left; }
.about-section-title h2,.about-advantages h2,.about-cta h2 { margin:0 0 13px; color:#123b2e; font-family:'Montserrat',Arial,sans-serif; font-size:32px; line-height:1.25; font-weight:800; }
.about-section-title p { margin:0; color:#63786f; font-size:14px; line-height:1.75; }
.about-factory-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.about-factory-card { overflow:hidden; border:1px solid #dbe8e1; border-radius:7px; background:#fff; box-shadow:0 10px 24px rgba(24,67,50,.05); }
.about-factory-photo { height:245px; overflow:hidden; background:#e8f1ed; }
.about-factory-photo img { display:block; width:100%; height:100%; object-fit:cover; transition:transform .35s ease; }
.about-factory-card:hover .about-factory-photo img { transform:scale(1.025); }
.about-factory-copy { padding:23px 24px 26px; }
.about-factory-copy>span { display:block; margin-bottom:8px; color:#76aa91; font-family:'Montserrat',Arial,sans-serif; font-size:11px; font-weight:800; letter-spacing:1px; }
.about-factory-copy h3 { margin:0 0 10px; color:#173f31; font-family:'Montserrat',Arial,sans-serif; font-size:18px; font-weight:800; }
.about-factory-copy p { margin:0; color:#687c73; font-size:13px; line-height:1.72; }
.about-photo-note { margin:18px 0 0; color:#8a9a93; font-size:11px; text-align:center; }
.about-advantages { position:relative; padding:76px 0 80px; overflow:hidden; color:#fff; background:linear-gradient(120deg,#064e36 0%,#087544 100%); }
.about-advantages:after { content:""; position:absolute; right:-80px; bottom:-130px; width:380px; height:380px; border:70px solid rgba(255,255,255,.035); border-radius:50%; }
.about-advantages .container { position:relative; z-index:1; }
.about-advantages-head { display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:end; margin-bottom:42px; }
.about-advantages-head h2 { margin-bottom:0; color:#fff; }
.about-advantages-head p { margin:0; color:#d7ebe0; font-size:14px; line-height:1.75; }
.about-advantage-grid { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid rgba(255,255,255,.18); border-left:1px solid rgba(255,255,255,.18); }
.about-advantage-item { min-height:210px; padding:28px 24px; border-right:1px solid rgba(255,255,255,.18); border-bottom:1px solid rgba(255,255,255,.18); }
.about-advantage-item i { display:inline-flex; align-items:center; justify-content:center; width:42px; height:42px; margin-bottom:22px; border:1px solid rgba(255,255,255,.3); border-radius:50%; color:#9be2b8; font-size:17px; }
.about-advantage-item h3 { margin:0 0 10px; color:#fff; font-family:'Montserrat',Arial,sans-serif; font-size:16px; font-weight:800; }
.about-advantage-item p { margin:0; color:#cae2d6; font-size:12px; line-height:1.7; }
.about-projects { padding:78px 0 86px; background:#fff; }
.about-project-gallery { display:grid; grid-template-columns:1.35fr 1fr 1fr; grid-template-rows:235px 235px; gap:14px; }
.about-project { position:relative; margin:0; overflow:hidden; border-radius:6px; background:#edf4f0; }
.about-project-wide { grid-row:1 / span 2; }
.about-project img { display:block; width:100%; height:100%; object-fit:cover; transition:transform .35s ease; }
.about-project:hover img { transform:scale(1.025); }
.about-project:after { content:""; position:absolute; inset:35% 0 0; background:linear-gradient(to bottom,transparent,rgba(4,42,29,.82)); pointer-events:none; }
.about-project figcaption { position:absolute; z-index:2; left:20px; right:20px; bottom:18px; color:#fff; }
.about-project figcaption strong { display:block; margin-bottom:3px; font-family:'Montserrat',Arial,sans-serif; font-size:14px; }
.about-project figcaption span { display:block; color:#d9e8e1; font-size:11px; line-height:1.45; }
.about-cta-section { padding:0 0 82px; }
.about-cta { display:flex; align-items:center; justify-content:space-between; gap:36px; padding:38px 42px; border-radius:7px; color:#fff; background:#123f31; }
.about-cta h2 { margin-bottom:8px; color:#fff; font-size:28px; }
.about-cta p { max-width:740px; margin:0; color:#d7e5df; font-size:13px; line-height:1.7; }
.about-btn-white { flex:0 0 auto; color:#0b6f3c!important; background:#fff; border-color:#fff; }
.about-btn-white:hover { background:#edf7f1; }

@media (max-width:991px) {
  .about-intro-grid { grid-template-columns:1fr; gap:34px; }
  .about-intro-media { min-height:360px; }
  .about-intro-media>img { height:360px; }
  .about-factory-grid { grid-template-columns:1fr; }
  .about-factory-card { display:grid; grid-template-columns:42% 58%; }
  .about-factory-photo { height:100%; min-height:245px; }
  .about-advantages-head { grid-template-columns:1fr; gap:18px; }
  .about-advantage-grid { grid-template-columns:repeat(2,1fr); }
  .about-project-gallery { grid-template-columns:1fr 1fr; grid-template-rows:280px 220px 220px; }
  .about-project-wide { grid-column:1 / span 2; grid-row:auto; }
}

@media (max-width:767px) {
  .about-page section[id] { scroll-margin-top:64px; }
  .about-intro { padding:42px 0 36px; }
  .about-intro-copy h1 { font-size:31px; letter-spacing:-.5px; }
  .about-intro-copy .about-lead { font-size:15px; }
  .about-intro-media,.about-intro-media>img { height:270px; min-height:270px; }
  .about-media-note { left:14px; right:14px; bottom:14px; padding:11px 12px; }
  .about-media-note span { font-size:10px; }
  .about-facts { grid-template-columns:repeat(2,1fr); margin-top:34px; }
  .about-fact { border-bottom:1px solid #dbe9e2; }
  .about-fact:nth-child(2) { border-right:0; }
  .about-fact:nth-child(3),.about-fact:nth-child(4) { border-bottom:0; }
  .about-factory,.about-advantages,.about-projects { padding:52px 0 58px; }
  .about-section-title h2,.about-advantages h2 { font-size:26px; }
  .about-factory-card { display:block; }
  .about-factory-photo { height:230px; min-height:0; }
  .about-advantage-grid { grid-template-columns:1fr; }
  .about-advantage-item { min-height:0; }
  .about-project-gallery { display:grid; grid-template-columns:1fr; grid-template-rows:none; }
  .about-project,.about-project-wide { grid-column:auto; height:250px; }
  .about-cta-section { padding-bottom:58px; }
  .about-cta { display:block; padding:28px 24px; }
  .about-cta h2 { font-size:24px; }
  .about-cta .about-btn { margin-top:20px; }

}

/* About anchor dropdown
   Do not redefine font, font-size, weight, line-height, colors or padding here.
   Those are inherited directly from the site's global .dropdown-menu rules,
   so About uses exactly the same typography as every other dropdown. */
#navbar li.about-anchor-menu {
  position: relative;
}

@media (min-width: 769px) {
  #navbar li.about-anchor-menu > ul.dropdown-menu.about-anchor-dropdown {
    min-width: 230px;
  }

  /* Bootstrap may mark an anchor item active. Make active look exactly like
     the site's normal dropdown hover state without changing typography. */
  #navbar li.about-anchor-menu > ul.dropdown-menu.about-anchor-dropdown > li.active > a,
  #navbar li.about-anchor-menu > ul.dropdown-menu.about-anchor-dropdown > li.active > a:hover,
  #navbar li.about-anchor-menu > ul.dropdown-menu.about-anchor-dropdown > li.active > a:focus {
    background: var(--of-green-soft) !important;
    color: var(--of-green) !important;
  }
}

@media (max-width: 768px) {
  #navbar li.about-anchor-menu > .about-anchor-dropdown {
    position: static;
    float: none;
    width: 100%;
    min-width: 0;
    box-shadow: none !important;
    animation: none !important;
  }
  #navbar li.about-anchor-menu:hover > .about-anchor-dropdown {
    display: none;
  }
}


/* =========================================================
   About desktop freeze-pane behavior
   ========================================================= */
html {
  scroll-behavior: smooth;
}

@media (min-width: 992px) {
  .about-body .about-frozen-top {
    position: sticky;
    top: 0;
    z-index: 1200;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 0 rgba(20, 50, 39, .08);
  }

  .about-body .about-frozen-top .site-header,
  .about-body .about-frozen-top #top_nav,
  .about-body .about-frozen-top #navbar {
    position: relative;
    z-index: 1210;
  }

  /* More breathing room between the frozen breadcrumb and About content. */
  .about-body .about-intro {
    padding-top: 92px;
  }
}

@media (max-width: 991px) {
  .about-body .about-frozen-top {
    position: static;
  }
}

@media (max-width: 767px) {
}

/* =========================================================
   About dedicated anchor points
   Actual scroll position is calculated from the live height
   of the frozen top area, so it remains correct at different
   desktop widths instead of relying on a guessed pixel value.
   ========================================================= */
.about-anchor-point {
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Native hash fallback if JavaScript is unavailable. */
@media (min-width: 992px) {
  .about-anchor-point {
    scroll-margin-top: 410px;
  }
}

@media (max-width: 991px) {
  .about-anchor-point {
    scroll-margin-top: 120px;
  }
}

@media (max-width: 767px) {
  .about-anchor-point {
    scroll-margin-top: 90px;
  }
}

