
.about-page-shell{
  width:min(1440px,calc(100% - 28px));
  margin:0 auto;
  padding:26px 0 18px;
}

.about-hero,
.about-section,
.about-origin{
  margin-bottom:14px;
}

.about-hero{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);
  overflow:hidden;
  background:linear-gradient(180deg,var(--panel2),var(--panel));
}

.about-hero-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:clamp(24px,4vw,52px);
}

.about-hero-copy p,
.about-section-heading p,
.about-origin-copy p{
  color:#b9c7c0;
  line-height:1.62;
}

.about-hero img{
  width:100%;
  height:100%;
  min-height:500px;
  object-fit:cover;
}

.about-kicker{
  color:#8fe66e;
  font-size:10px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.about-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
}

.about-section{
  padding:clamp(20px,3vw,34px);
}

.about-section-heading{
  max-width:920px;
  margin-bottom:24px;
}

.about-section-heading h2,
.about-origin-copy h2{
  margin:8px 0 12px;
  font-size:clamp(30px,4vw,54px);
  font-weight:950;
  line-height:.98;
  letter-spacing:-.03em;
}

.about-weather-grid,
.about-vision-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}

.about-weather-grid article{
  min-height:150px;
  padding:18px;
  text-align:center;
}

.about-weather-grid b{
  display:block;
  color:#a8f58c;
  font-size:30px;
}

.about-weather-grid strong{
  display:block;
  margin-top:10px;
  font-size:12px;
  letter-spacing:.07em;
  text-transform:uppercase;
}

.about-weather-grid span{
  display:block;
  margin-top:6px;
  color:#98a9a0;
  font-size:11px;
}

.about-origin{
  display:grid;
  grid-template-columns:minmax(360px,.9fr) minmax(0,1.1fr);
  overflow:hidden;
}

.about-origin-media{
  position:relative;
  min-height:560px;
}

.about-origin-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.about-origin-media span{
  position:absolute;
  right:14px;
  bottom:14px;
  left:14px;
  padding:10px 12px;
  border:1px solid rgba(131,232,93,.28);
  background:rgba(3,8,10,.78);
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.about-origin-copy{
  padding:clamp(22px,4vw,46px);
}

.about-origin-copy blockquote{
  margin:20px 0;
  padding:14px 16px;
  border-left:3px solid #83e85d;
  background:rgba(131,232,93,.045);
  color:#e8efe9;
  font-weight:800;
  line-height:1.5;
}

.about-origin-copy .site-button{
  margin-top:12px;
}

.about-vision-grid article{
  padding:20px;
}

.about-vision-grid article > span{
  color:#8fe66e;
  font-size:11px;
  font-weight:900;
}

.about-vision-grid article strong{
  display:block;
  margin-top:10px;
  font-size:15px;
  text-transform:uppercase;
}

.about-vision-grid article p{
  margin:8px 0 0;
  color:#a9b8b0;
  line-height:1.55;
}

.about-final-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:14px;
  padding:20px;
}

.about-final-cta span,
.about-final-cta strong{
  display:block;
}

.about-final-cta span{
  color:#8fe66e;
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.about-final-cta strong{
  margin-top:5px;
  font-size:18px;
}

.about-final-cta > div:last-child{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
}

@media(max-width:980px){
  .about-hero,
  .about-origin{
    grid-template-columns:1fr;
  }

  .about-hero img,
  .about-origin-media{
    min-height:360px;
  }
}

@media(max-width:720px){
  .about-page-shell{
    width:min(100% - 18px,1440px);
    padding-top:14px;
  }

  .about-weather-grid,
  .about-vision-grid{
    grid-template-columns:1fr;
  }

  .about-final-cta{
    align-items:flex-start;
    flex-direction:column;
  }
}

.about-hero .bm-page-title{
  font-size:clamp(54px,5.5vw,82px)!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
}

@media(max-width:720px){
  .about-hero .bm-page-title{
    font-size:clamp(46px,13vw,62px)!important;
  }
}

.about-page-shell .button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:13px 16px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:4px;
  background:rgba(7,12,14,.86);
  color:#eef4ef;
  text-decoration:none;
  text-transform:uppercase;
  transition:transform .18s ease,filter .18s ease,box-shadow .18s ease;
}

.about-page-shell .button.primary{
  border-color:#87e863;
  background:#69bd42;
  color:#071006;
}

.about-page-shell .button:hover,
.about-page-shell .button:focus-visible{
  transform:translateY(-2px);
  filter:brightness(1.08);
  box-shadow:0 0 18px rgba(131,232,93,.18);
}


/* BIOMEKKA COMPACT STORM SECTION */
.about-weather{
  display:grid;
  grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr);
  gap:clamp(18px,3vw,34px);
  align-items:center;
  padding:clamp(18px,2.4vw,28px);
}

.about-weather .about-section-heading{
  max-width:none;
  margin:0;
}

.about-weather .about-section-heading h2{
  font-size:clamp(28px,3.2vw,44px);
}

.about-weather .about-section-heading p{
  margin:10px 0 0;
  font-size:13px;
  line-height:1.55;
}

.about-weather-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
}

.about-weather-grid article{
  min-height:96px;
  padding:12px 10px;
}

.about-weather-grid b{
  font-size:23px;
  line-height:1;
}

.about-weather-grid strong{
  margin-top:7px;
  font-size:10px;
}

.about-weather-grid span{
  margin-top:4px;
  font-size:9px;
  line-height:1.3;
}

@media(max-width:980px){
  .about-weather{
    grid-template-columns:1fr;
  }
}

@media(max-width:720px){
  .about-weather-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .about-weather-grid article{
    min-height:88px;
  }
}
/* BIOMEKKA COMPACT STORM SECTION END */
