:root {
  --black: black;
  --default: #dc5f00;
  --transparent: #fff0;
  --white: white;
  --border-color: #292929;
  --grey: #1e1e1e;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  background-color: #0e0e0e;
  color: #fff;
  
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;

  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 28px;
}

p {
  margin-bottom: 0;
  line-height: 26px;
}

blockquote {
  border-left: 5px solid var(--default);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.header {
  padding-top: 40px;
}

.menu-item {
  border-bottom: 2px solid var(--transparent);
  color: var(--white);
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 0;
  font-size: 17px;
  font-weight: 300;
}

.menu-item:hover {
  color: var(--default);
}

.menu-item.w--current {
  border-bottom-color: var(--default);
  color: var(--white);
  margin-left: 15px;
  margin-right: 15px;
  padding-right: 0;
}

.menu-item.w--current:hover {
  color: var(--default);
}

.logo-img {
  width: 200px;
}

.header-right-side {
  margin-left: auto;
  display: flex;
}

.cart-button {
  border: 1px solid var(--border-color);
  text-align: left;
  -webkit-text-stroke-color: #e8e7ef;
  background-color: #fff0;
  border-radius: 5px;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 15px;
  position: relative;
}

.header-inner {
  background-color: var(--grey);
  border: 1px solid #292929;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  /* Reduce the top and bottom padding */
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.logo.w--current {
  flex: none;
}

.main-menu {
  border: 2px #f9dc4a;
  border-radius: 0;
  flex: 0 auto;
  align-self: center;
  margin-left: auto;
  padding: 0;
}

.shop-link {
  color: #1d1d1d;
  text-decoration: underline;
}

.shop-button {
  color: #f8ff00;
  background-color: #000;
  align-self: flex-end;
  margin-top: auto;
  padding: 20px 30px;
  font-size: 18px;
  line-height: 20px;
}

.cart-quantity {
  color: var(--white);
  background-color: #fff0;
  min-width: auto;
  height: auto;
  padding: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 18px;
  position: static;
  inset: 0% 0% auto auto;
}

.main-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
}

.cursor-wrapp {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 120%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}



.hero-section {
  padding-top: 10px;
  padding-bottom: 50px;
}

.hero-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  display: grid;
}

.hero-section {
    position: relative; /* Essential for positioning the video absolutely within it */
    overflow: hidden; /* Hides any video overflow if it's larger than the section */
    /* Add padding-top and padding-bottom if your content needs space */
}

#hero-background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1; /* Puts the video behind your content */
    transform: translate(-50%, -50%); /* Centers the video */
    object-fit: cover; /* Ensures the video covers the entire area without distortion */
}

.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-big-text {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 100px;
}

.hero-paragraph {
  margin-bottom: 0;
  font-weight: 10;
  font-size: 25px;

}

.hero-projects-link {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  text-decoration: none;
  display: flex;
}

.hero-projects-link-text {
  border-bottom: 1px solid var(--white);
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
}

.hero-proect-link-arrow {
  width: 20px;
  margin-left: 10px;
}

.hero-under-text {
  border-left: 5px solid var(--default);
  margin-top: 100px;
  padding-left: 30px;
  font-size: 10px;
  font-weight: 200;
  line-height: 40px;
}

.hero-partners {
    border-style: solid none;
    border-width: 1px;
    border-color: var(--border-color);
    padding-top: 25px;
    padding-bottom: 25px;
    margin-left: 70px;
    margin-right: 70px;
    margin-top: 30px;

    overflow: hidden; /* Important: Hide the overflowing duplicated logos */
}

.hero-partners.partners-about {
  margin-top: 0;
}

.hero-partners-moving {
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: anywhere;
    display: inline-block; /* Ensure the container takes the full width of its content */

    /* Animation properties */
    animation: moveLogos 20s linear infinite; /* Adjust duration as needed */
}

@keyframes moveLogos {
    0% {
        transform: translateX(0%);
    }
    100% {
        /* Calculate the total width of all logos */
        /* You might need to adjust this value based on your logo widths and spacing */
        transform: translateX(-100%);
    }
}


.hero-client-logo {
  margin-right: 100px;
}

.numbers-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.numbers-item {
  border-radius: 5px;
  flex-flow: column;
  height: auto;
  min-height: 200px;
  padding: 20px;
  display: flex;
}

.numbers-item.numbers-item-grey {
  background-color: #4a4a4a;
}

.numbers-item.numbers-item-orange {
  background-color: #dc5f00;
}

.numbers-item.numbers-item-dark {
  background-color: #191919;
}

.numbers-item.numbers-item-grey-light {
  background-color: #939393;
}

.number-circle {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.number-circle.circle-dark {
  background-color: #242424;
}

.number-circle.number-circle-black {
  background-color: #0f0f0f;
}

.number-circle.circle-orange {
  background-color: var(--default);
}

.number-circle.circle-grey {
  background-color: #b7b7b7;
}

.number-text-box {
  margin-top: auto;
}

.number-text-small {
  text-transform: capitalize;
}

.number-text-big {
  margin-bottom: 15px;
  font-size: 60px;
  font-weight: 500;
  line-height: 50px;
}

.services-section {
  padding-top: 150px;
}

.main-title {
  border-bottom: 1px solid var(--default);
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
}

.services-item {
  border-bottom: 1px solid var(--border-color);
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.service-nunmber {
  border: 1px solid var(--border-color);
  background-color: #191919;
  border-radius: 4px;
  padding: 7px;
  display: inline-block;
}

.service-text {
  text-transform: uppercase;
  flex: none;
  margin-left: 15px;
  font-size: 27px;
  font-weight: 200;
  line-height: 30px;
}

.service-img {
  border-radius: 10px;
  flex: none;
  width: 600px;
  margin-left: auto;
}

.who-we-are-section {
  padding-top: 150px;
}

.who-we-are-section.wo-we-are-about {
  padding-top: 100px;
}

.mission-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mission-title {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.mission-title.mission-title-right {
  justify-content: flex-end;
  align-items: center;
}

.mission-plus {
  flex: 0 auto;
  width: 70px;
}

.mission-heading {
  text-transform: uppercase;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 1px;
  font-size: 30px;
  font-weight: 200;
  line-height: 40px;
}

.mission-heading.mission-heading-right {
  text-align: right;
  margin-left: 0;
  margin-right: 30px;
}

.mission-content {
  border: 0px solid var(--border-color);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.mission-text-box {
  flex-flow: column;
  flex: 0 auto;
  display: flex;

}

.mission-paragraph {
  margin-bottom: 1px;
  font-size: 22px;
  line-height: 28px;
}

.mission-paragraph.mission-paragraph-right {
  margin-top: 100px;
  margin-bottom: 0;
  margin-left: 20px;
}

.mission-orange-box {
  border: 1px solid var(--default);
  background-color: var(--default);
  border-radius: 5px;
  align-self: flex-start;
  width: 30px;
  height: 30px;
}

.mission-orange-box.mission-transparent {
  background-color: var(--transparent);
  margin-top: 23px;
  margin-left: 23px;
}

.mission-img {
  border-radius: 10px;
  flex: 0 auto;
  width: 600px;
  margin-left: 40px;
}

.mission-img.mission-img-right {
  margin-left: 0;
}

.work-section {
  padding-top: 150px;
}

.work-section.work-page-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.main-title-box {
  position: relative;
}

.all-projects {
  color: var(--white);
  text-transform: uppercase;
  font-size: 18px;
  position: absolute;
  top: 10px;
  right: 0;
}

.work-list {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.equipment-list {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr ;
  grid-auto-columns: 1fr;
  display: grid;
}

.publication-list {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr ;
  grid-auto-columns: 1fr;
  display: grid;
}

.publication-list2 {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr  ;
  grid-auto-columns: 1fr 1fr;
  display: grid;
}

.collaborations-list {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr  ;
  grid-auto-columns: 1fr;
  display: grid;
}

.collaborations-list2 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;

}

.work-item {
  color: var(--white);
  text-decoration: none;
  display: block;
}

.work-img {
  width: 100%;
}

.heading {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 200;
  line-height: 40px;
}

.work-category {
  text-transform: uppercase;
  background-color: #1e1e1e;
  border-radius: 5px;
  padding: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
  display: inline-block;
}

.testimonials-section {
  padding-top: 150px;
}

.testimonials-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.trstimonials-item {
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 30px;
}

.trstimonials-item:hover {
  background-color: var(--transparent);
}

.testimonial-item-box {
  border-bottom: 1px solid var(--border-color);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 30px;
  display: flex;
}

.testimonials-quote {
  width: 20px;
}

.testimonial-heading {
  text-transform: capitalize;
  margin: 0 0 0 20px;
  font-size: 28px;
  font-weight: 200;
  line-height: 26px;
}

.testimonials-img-txt {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-img {
  background-color: #191919;
  border-radius: 10px;
  width: 140px;
  padding-top: 10px;
}

.testimonials-txt {
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 22px;
  line-height: 24px;
}

.blog-section {
  padding-top: 150px;
}

.blog-list-wrapper {
  margin-top: 50px;
}

.blog-list-wrapper.blog-list-page {
  margin-top: 0;
}

.blog-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-arrow {
  background-color: #333;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-left: 10px;
  margin-top: 30px;
  text-decoration: none;
  display: flex;
}

.blog-left {
  border: 1px none var(--border-color);
  border-radius: 10px;
  flex: 1;
  padding: 0;
}

.blog-author {
  object-fit: cover;
  border: 3px solid #333;
  border-radius: 50%;
  width: 55px;
  height: 55px;
}

.link-to-single {
  margin-left: auto;
}

.blog-image {
  border-radius: 5px;
  width: 390px;
  margin-left: auto;
}

.blog-item {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.blog-category {
  border: 1px solid var(--border-color);
  color: var(--white);
  border-radius: 10px;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  margin-top: 1px;
}

.blog-heading {
  color: var(--white);
  width: 80%;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 100;
  line-height: 44px;
}

.blog-author-and-arrow {
  border-top: 2px solid var(--border-color);
  width: 100%;
  margin-top: 5px;
  padding-top: 20px;
  display: flex;
}

.blog-arrow-icon {
  width: 25px;
}

.footer {
  margin-top: 50px;
}

.phone-link {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Clashdisplay, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
  text-decoration: none;
  display: block;
}

.copyright-text {
  color: #fff;
}

.socials {
  justify-content: center;
  display: flex;
}

.inner-footer {
  border-style: solid;
  border-width: 1px 1px 15px;
  border-color: var(--border-color);
  text-align: center;
  border-radius: 5px;
  padding-top: 110px;
  padding-bottom: 110px;
}

.copyright {
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.backtotop {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 40px;
  display: flex;
}

.mail-link {
  color: #fff;
  text-align: center;
  font-size: 36px;
  text-decoration: none;
  display: inline-block;
}

.social-link {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
}

.social-link.last-social {
  margin-right: 0;
}

.social-text {
  text-transform: capitalize;
  font-size: 18px;
  line-height: 18px;
  text-decoration: underline;
}

.social-arrow {
  width: 15px;
  margin-left: 10px;
}

.right-copyright {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.license {
  color: var(--white);
  text-transform: capitalize;
  margin-right: 20px;
  text-decoration: none;
}

.sitemap {
  margin-top: 20px;
}

.inner-sitemap {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 50px;
  display: flex;
}

.sitemap-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 200;
  line-height: 60px;
}

.stemap-text {
  border: 1px solid var(--border-color);
  background-color: #000000b3;
  border-radius: 5px;
  margin-left: 20px;
  padding: 10px;
}

.clients-section, .team-section {
  padding-top: 150px;
}

.team-scials {
  position: absolute;
  inset: 10px 10px auto auto;
}

.social-link-2 {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-bottom: 5px;
  display: flex;
}

.team-job {
  font-size: 16px;
  line-height: 20px;
}

.team-image-wrapp {
  border: 1px solid var(--border-color);
  background-color: var(--black);
  color: #1d1d1d;
  text-align: center;
  border-radius: 5px;
  padding: 60px 20px 0;
  position: relative;
}

.team-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-image {
  width: 20px;
}

.team-img {
  object-fit: cover;
  width: auto;
  height: 247px;
}

.team-heading {
  margin-top: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
}

.team-details {
  padding-top: 20px;
  padding-bottom: 20px;
}

.contact-section {
  padding-top: 100px;
  padding-bottom: 50px;
}

.contact-section2 {
  padding-top: 10px;
  padding-bottom: 50px;
}

.contact-text {
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 25px;
  line-height: 40px;
}

.social-arrow-2 {
  width: 16px;
  margin-left: auto;
}

.input-style {
  border: 1px solid var(--border-color);
  color: #fff;
  background-color: #fff0;
  border-radius: 5px;
  flex: 1;
  align-self: auto;
  min-height: 50px;
  margin-bottom: 0;
  padding: 25px 20px 20px;
  line-height: 20px;
}

.input-style:active {
  color: #fff;
}

.input-style:focus {
  color: #fff;
  background-color: #fff0;
  font-size: 20px;
  font-weight: 400;
}

.input-style:focus-visible {
  color: #fff;
  font-weight: 400;
}

.input-style[data-wf-focus-visible] {
  color: #fff;
  font-weight: 400;
}

.input-style::placeholder {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.input-style:lang(en) {
  color: #fff;
  font-weight: 400;
}

.input-style.textarea {
  min-height: auto;
  padding-bottom: 100px;
}

.form-stack {
  grid-row-gap: 20px;
  padding: 0;
}

.contact-stack {
  margin-top: 0;
  padding: 0;
}

.comtact-main-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 38px;
}

.comtact-main-title.contact-title-with-border {
  text-transform: capitalize;
  border-bottom: 1px #fff;
  padding-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.social-item {
  color: #fff;
  align-items: center;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
}

.social-text-2 {
  text-transform: capitalize;
  margin-right: 10px;
  line-height: 20px;
  text-decoration: underline;
}

.contact-link {
  color: #fff;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
}

.contact-link2 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 18px;
  text-decoration: none;
}

.contact-link.contact-last-link {
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.contact-location {
  width: 100%;
  margin-bottom: 30px;
}

.footer-socials {
  align-self: stretch;
  align-items: center;
  margin-top: 65px;
  display: flex;
}

.footer-socials.contact-socials {
  margin-top: 0;
}

.submit-button {
  float: none;
  color: #fff;
  text-transform: uppercase;
  background-color: #dc5f00;
  border: 1px solid #242424;
  border-radius: 5px;
  margin-top: 20px;
  margin-left: auto;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: 500;
  transition: all .3s;
}

.submit-button:hover {
  color: #000;
  background-color: #fff;
  background-image: none;
}

.success-message {
  background-color: #fff0;
  border: 1px solid #272727;
}

.single-cell {
  align-items: stretch;
}

.contact-form-block {
  border: 5px #fff;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}

.error-message {
  background-color: #c4ecce;
}

.product-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.prod-description-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 500;
}

.single-prod-right {
  border: 1px solid var(--border-color);
  background-color: var(--transparent);
  border-radius: 5px;
  padding: 50px;
}

.prod-description {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.quantity {
  float: left;
  border-color: var(--border-color);
  background-color: #000;
  border-radius: 0;
  height: 43px;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.single-prod-title {
  margin: 0 0 20px;
  font-size: 40px;
  font-weight: 400;
}

.refund-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
}

.option-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--border-color);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.single-prod-left {
  border: 1px solid var(--border-color);
  background-color: var(--transparent);
  border-radius: 5px;
  padding: 50px;
}

.select-field {
  color: #fff;
  background-color: #000;
  border: 1px solid #303030;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.refund-div {
  border: 1px solid var(--border-color);
  background-color: var(--transparent);
  border-radius: 5px;
  margin-top: 20px;
  padding: 40px;
}

.buy-now-button {
  display: none;
}

.single-prod-price {
  line-height: 21px;
}

.add-to-cart-button {
  background-color: var(--white);
  color: #000;
  margin-top: 20px;
  margin-left: 20px;
}

.single-prod-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph {
  margin-bottom: 10px;
}

.shop-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.shop-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shop-item {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  transition: all .2s;
}

.shop-item:hover {
  border-color: var(--default);
}

.shop-image-wrapper {
  padding: 20px 40px;
  display: block;
}

.shop-image-image {
  width: 100%;
}

.shop-text-wrapp {
  text-align: center;
  background-color: #181818;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 30px;
}

.shop-prod-title {
  border-bottom: 1px solid var(--border-color);
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
}

.default-button {
  color: #000;
  text-transform: uppercase;
  background-color: #c4ef17;
  border: 1px solid #c4ef17;
  padding: 17px 23px;
  font-weight: 600;
  transition: all .2s;
}

.default-button:hover {
  color: #c4ef17;
  background-color: #000;
}

.default-button.order-button {
  border-color: var(--border-color);
  background-color: var(--white);
  margin-top: 20px;
  padding: 10px 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.default-button.order-button:hover {
  background-color: var(--black);
  color: var(--white);
}

.sigle-work-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.single-work-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-main-work-img {
  margin-bottom: 20px;
}

.single-main-title-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: 200;
  line-height: 40px;
}

.single-left-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-left-item {
  border-left: 1px solid var(--white);
  padding-left: 20px;
}

.single-detail-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 200;
}

.single-details-text {
  font-size: 18px;
}

.button {
  border: 1px solid var(--default);
  background-color: var(--transparent);
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 1px;
  padding: 10px 40px;
}

.single-post-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.blog-author-and-category {
  margin-bottom: 20px;
}

.single-post-text-cell {
  border: 1px solid var(--border-color);
  background-color: var(--transparent);
  border-radius: 5px;
  padding: 30px;
}

.single-post-img {
  mix-blend-mode: normal;
  border-radius: 0;
  position: static;
  top: 10px;
}

.single-blog-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  position: static;
}

.blog-category-2 {
  color: #19191a;
  border: 1px solid #0003;
  border-radius: 50px;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
}

.blog-category-2.single-category {
  border-color: var(--default);
  color: #fff;
  border-radius: 0;
  margin-left: 0;
}

.signel-post-image-cell {
  background-color: #fff0;
  border-radius: 0;
}

.single-img-wrapper {
  position: sticky;
  top: 10px;
}

.single-stack {
  padding: 0;
}

.single-upper {
  border: 1px solid var(--border-color);
  background-color: var(--transparent);
  border-radius: 5px;
  padding: 30px 30px 40px;
}

.blog-page-section {
  padding-top: 50px;
  padding-bottom: 50px;
}



.checkout {
  color: var(--black);
  margin-top: 40px;
}

.checkout-button {
  background-color: var(--default);
  border-style: solid;
  border-color: #000;
}

.utility-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.utility-h4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.list-item.last-list-item {
  margin-bottom: 0;
}

.h1-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 60px;
}

.style-guide {
  margin-top: 0;
}

.h5-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 20px;
}

.block-quote {
  border-left-color: var(--default);
}

.quick-stack-2 {
  padding: 0;
}

.h6-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 16px;
}

.h3-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
}

.h3-heading.list-heading {
  margin-bottom: 30px;
  font-weight: 600;
}

.sample-link {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: underline;
}

.h2-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.ordered-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
}

._30mb-space {
  border-bottom: 1px solid #272727;
  height: 30px;
  margin-bottom: 30px;
}

.list-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.h4-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 23px;
}

.paragraph-6 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.paragraph-7 {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 25px;
}

.sample-link-2 {
  color: var(--white);
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: underline;
}

.utility-p {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
}

.utility-p.change-paragrap {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.changelog-text {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.cart-wrapper {
  color: var(--black);
}



.delete-me {
  color: #fff;
  text-transform: capitalize;
  background-image: linear-gradient(#55bdbe, #3da9af);
  border: 1px solid #7acfd8;
  border-radius: 50px;
  padding: 10px 40px;
  font-size: 20px;
  font-weight: 400;
  transition: all .2s;
  display: inline-block;
  box-shadow: 0 2px 5px #00000017;
}

.delete-me:hover {
  box-shadow: 0 2px 20px 5px #0000000d;
}

.delete-me.more-template {
  z-index: 5555;
  background-image: linear-gradient(180deg, var(--default), #6d2f00);
  text-transform: uppercase;
  border-style: none;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  display: block;
  position: fixed;
  inset: auto 20px 10px auto;
}

@media screen and (min-width: 1440px) {
  .menu-item {
    padding: 10px 0;
    font-size: 20px;
  }

  .menu-item.w--current {
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px 0;
  }

  .header-inner {
    justify-content: flex-end;
    display: flex;
  }

  .main-menu {
    flex: none;
    align-self: center;
    margin-left: auto;
  }

  .main-container {
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
  }



  .hero-big-text {
    font-size: 70px;
  }

  .hero-under-text {
    font-size: 10px;
    margin-bottom: 10px;
    margin-left: 500px;
  }

  .hero-partners {
    border-style: solid none;
    border-width: 1px;
    border-color: var(--border-color);
    padding-bottom: 25px;
    margin-left: 70px;
    margin-right: 70px;

  }

  hero-partners2 {
    border-style: solid none;
    border-width: 1px;
    border-color: var(--border-color);
    padding-bottom: 25px;
    margin-left: 70px;
    margin-right: 70px;

  }
  
  
  

  .service-img {
    width: 770px;
  }

  .mission-paragraph {
    margin-top: 20px;
    margin-bottom: 130px;
    margin-left: 20px;
  }

  .mission-paragraph.mission-paragraph-right {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mission-orange-box {
    border: 1px solid var(--default);
    margin-bottom: 1px;
    margin-left: 1px;
  }

  .mission-orange-box.mission-transparent {
    background-color: var(--transparent);
    align-self: flex-start;
  }

  .mission-img {
    object-fit: cover;
    border-radius: 10px;
    align-self: stretch;
    margin-left: 20px;
  }

  .mission-img.mission-img-right {
    margin-left: 0;
    margin-right: 20px;
  }

  .blog-image {
    width: 420px;
  }

  .blog-heading {
    font-size: 28px;
    line-height: 35px;
  }
  .blog-heading2 {
    font-size: 20px;
    line-height: 55px;
  }

  .contact-stack {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .single-left-item {
    padding-left: 40px;
  }

  .single-stack {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .paragraph-6 {
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (min-width: 1920px) {
  .menu-item {
    padding: 10px 0;
  }

  .menu-item.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .main-container {
    max-width: 1700px;
  }
}

@media screen and (max-width: 991px) {


  .menu-item {
    color: var(--white);
    font-weight: 300;
  }

  .menu-item.w--current {
    color: var(--default);
    border-bottom-style: none;
  }

  .cart-button {
    justify-content: center;
    width: auto;
    height: auto;
    padding: 15px;
  }

  .main-menu {
    border: 1px solid var(--white);
    background-color: #000;
    border-radius: 0;
    padding: 20px;
  }

  .icon {
    color: var(--white);
    font-size: 33px;
  }

  .shop-button {
    color: var(--white);
    align-self: flex-start;
    margin-top: 25px;
  }

  .menu-button {
    border: 1px solid var(--white);
    flex: 0 auto;
    order: 1;
    margin-left: 20px;
    padding: 8px;
  }

  .menu-button.w--open {
    background-color: #fff0;
  }


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

  .hero-under-text {
    margin-top: 60px;
  }

  .numbers-grid {
    grid-template-columns: 1fr 1fr;
  }

  .services-item {
    display: block;
  }

  .service-text {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .service-img {
    flex: 0 auto;
    order: 0;
    margin-left: 0;
    display: block;
  }

  .mission-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .blog-left {
    flex: 1;
  }

  .blog-image {
    width: 10px;
  }

  .blog-heading {
    width: 100%;
  }

  .blog-author-and-arrow {
    width: 100%;
  }

  .socials {
    display: flex;
  }

  .team-image-wrapp {
    padding: 60px 60px 0;
  }

  .team-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .single-prod-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .shop-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .single-stack {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .cart-wrapper {
    color: var(--black);
  }
}

@media screen and (max-width: 767px) {
  .logo-img {
    width: 150px;
  }

  .menu-button {
    margin-left: 10px;
  }

  .service-img {
    width: 100%;
  }

  .work-list {
    grid-template-columns: 1fr;
  }

  .blog-left {
    margin-bottom: 1px;
  }

  .blog-image {
    width: 100%;
  }

  .blog-item {
    margin-bottom: 0;
    display: block;
  }

  .blog-heading, .blog-author-and-arrow {
    width: 100%;
  }

  .phone-link {
    font-size: 50px;
    line-height: 50px;
  }

  .socials {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .copyright {
    display: block;
  }

  .social-link {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .right-copyright {
    justify-content: space-between;
    margin-top: 20px;
  }

  .inner-sitemap {
    display: block;
  }

  .sitemap-heading {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 50px;
  }

  .stemap-text {
    margin-left: 0;
  }

  .contact-stack {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-top: 60px;
  }

  .footer-socials {
    margin-top: 40px;
  }

  .single-prod-grid, .shop-list {
    grid-template-columns: 1fr;
  }

  .single-work-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .single-left-grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .single-left-item {
    border-bottom: 1px solid var(--white);
    border-left-style: none;
    padding-bottom: 20px;
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .logo-img {
    width: 120px;
  }

  .header-right-side {
    margin-top: 0;
  }

  .cart-button {
    padding: 8px;
  }

  .header-inner {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .icon {
    font-size: 20px;
    line-height: 20px;
  }

  .hero-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hero-big-text {
    font-size: 30px;
    line-height: 40px;
  }

  .hero-big-text2 {
    font-size: 20px;
    line-height: 10px;
  }

  .hero-under-text {
    font-size: 26px;
    line-height: 35px;
  }

  .numbers-grid {
    grid-template-columns: 1fr;
  }

  .main-title {
    font-size: 30px;
    line-height: 19px;
  }

  .mission-content {
    display: block;
  }

  .mission-paragraph {
    margin-bottom: 20px;
  }

  .mission-paragraph.mission-paragraph-right {
    margin: 10px 0 0;
  }

  .mission-orange-box.mission-transparent {
    margin-left: 0;
  }

  .mission-img {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .all-projects {
    top: 0;
  }

  .heading {
    font-size: 30px;
    line-height: 30px;
  }

  .testimonials-img-txt {
    display: block;
  }

  .testimonial-img {
    width: 100%;
  }

  .testimonials-txt {
    margin-left: 0;
    padding-top: 20px;
  }

  .phone-link {
    font-size: 34px;
    line-height: 40px;
  }

  .copyright-text {
    padding-right: 20px;
  }

  .inner-footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .backtotop {
    flex: none;
    width: 60px;
    height: 60px;
  }

  .mail-link {
    font-size: 40px;
  }

  .inner-sitemap {
    padding: 20px;
  }

  .sitemap-heading {
    font-size: 40px;
    line-height: 40px;
  }

  .team-image-wrapp {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-img {
    width: auto;
  }

  .social-item {
    margin-bottom: 15px;
  }

  .contact-location {
    width: 80%;
  }

  .footer-socials {
    margin-top: 30px;
    display: block;
  }

  .submit-button {
    float: none;
    background-image: none;
    margin-top: 10px;
    padding: 20px 60px;
    font-size: 19px;
  }

  .quantity {
    float: none;
  }

  .option-list {
    grid-template-columns: 1fr;
  }

  .select-field {
    color: #fff;
  }

  .add-to-cart-button {
    margin-left: 0;
  }

  .single-post-text-cell {
    padding: 20px;
  }

  .single-blog-heading {
    font-size: 40px;
    line-height: 40px;
  }

  .single-blog-heading2 {
    font-size: 50px;
    line-height: 40px;
  }

  .delete-me {
    text-align: center;
    padding: 10px 20px;
    font-size: 16px;
  }
}

#darkyn21 {
  align-self: end;
}

#w-node-_300d1045-815b-d871-744a-2aa00050ca14-3c872027 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#darkyn42, #darkyn36 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#darkyn30 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#darkyn35 {
  grid-column: span 2 / span 2;
}

#w-node-_08bc5feb-2130-9b76-71de-0ef14c34c536-affb563a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_08bc5feb-2130-9b76-71de-0ef14c34c537-affb563a, #w-node-_08bc5feb-2130-9b76-71de-0ef14c34c539-affb563a, #w-node-_08bc5feb-2130-9b76-71de-0ef14c34c53b-affb563a, #w-node-_08bc5feb-2130-9b76-71de-0ef14c34c53d-affb563a, #w-node-_08bc5feb-2130-9b76-71de-0ef14c34c53f-affb563a, #w-node-_08bc5feb-2130-9b76-71de-0ef14c34c541-affb563a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #darkyn18 {
    order: 9999;
  }

  #darkyn42 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #darkyn36 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #darkyn30 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #darkyn31, #darkyn32, #darkyn33, #darkyn34 {
    grid-column: span 2 / span 2;
  }

  #w-node-_08bc5feb-2130-9b76-71de-0ef14c34c536-affb563a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.video-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.video-item {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  width: calc(30% - 20px); /* Changed to 20% for 5 columns */
  margin-bottom: 20px;
}

.video-item iframe {
  width: 100%;
  aspect-ratio: 16 / 9; /* Maintain video aspect ratio */
  display: block;
  border: none;
}

.video-title {
  padding: 10px;
  text-align: center;
  font-size: 1em;
  color: #333;
}

/* Responsive layout */
@media (max-width: 1200px) { /* Adjusted breakpoint for better 5-column display */
  .video-item {
    width: calc(33.33% - 20px); /* Fallback to 3 columns on medium screens */
  }
}

@media (max-width: 960px) {
  .video-item {
    width: calc(50% - 20px); /* Fallback to 2 columns on smaller screens */
  }
}

@media (max-width: 600px) {
  .video-item {
    width: 100%; /* Fallback to 1 column on mobile */
  }
}
/* ================================
   Liquid Glass Dark Theme Override
   Added by ChatGPT
   ================================ */
:root {
  --black: #02040a;
  --default: #8bdcff;
  --default-strong: #79f2c6;
  --transparent: #ffffff00;
  --white: #f7fbff;
  --border-color: rgba(255, 255, 255, 0.16);
  --grey: rgba(255, 255, 255, 0.08);
  --glass: rgba(255, 255, 255, 0.095);
  --glass-strong: rgba(255, 255, 255, 0.16);
  --glass-dark: rgba(4, 8, 18, 0.62);
  --text-soft: rgba(247, 251, 255, 0.76);
  --shadow-glass: 0 22px 70px rgba(0, 0, 0, 0.46);
  --blur-glass: blur(22px) saturate(160%);
}

html {
  scroll-behavior: smooth;
  background: #02040a;
}

body {
  background:
    radial-gradient(circle at 12% 10%, rgba(139, 220, 255, 0.22), transparent 34rem),
    radial-gradient(circle at 88% 18%, rgba(121, 242, 198, 0.16), transparent 34rem),
    radial-gradient(circle at 45% 86%, rgba(220, 95, 0, 0.14), transparent 30rem),
    linear-gradient(135deg, #02040a 0%, #070b16 46%, #0c101c 100%) !important;
  color: var(--white);
  min-height: 100vh;
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: auto;
  z-index: -3;
  pointer-events: none;
  filter: blur(18px);
  opacity: 0.55;
}

body::before {
  width: 34vw;
  height: 34vw;
  top: 8vh;
  right: -10vw;
  border-radius: 48% 52% 42% 58% / 48% 42% 58% 52%;
  background: linear-gradient(135deg, rgba(139, 220, 255, 0.34), rgba(121, 242, 198, 0.12));
  animation: liquidFloat 14s ease-in-out infinite alternate;
}

body::after {
  width: 30vw;
  height: 30vw;
  left: -9vw;
  bottom: 8vh;
  border-radius: 58% 42% 52% 48% / 45% 56% 44% 55%;
  background: linear-gradient(135deg, rgba(220, 95, 0, 0.2), rgba(139, 220, 255, 0.16));
  animation: liquidFloat 18s ease-in-out infinite alternate-reverse;
}

@keyframes liquidFloat {
  from { transform: translate3d(0, 0, 0) scale(1) rotate(0deg); }
  to { transform: translate3d(-3vw, 4vh, 0) scale(1.08) rotate(16deg); }
}

.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding-top: 18px;
  padding-bottom: 12px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.header-inner,
.cart-button,
.blog-item,
.blog-category,
.trstimonials-item,
.inner-footer,
.backtotop,
.mission-content,
.numbers-item,
.work-item,
.video-item,
.member-item,
.team-item,
.contact-form,
.form-block,
.w-commerce-commercecartcontainer {
  background: linear-gradient(135deg, var(--glass-strong), rgba(255, 255, 255, 0.045)) !important;
  border: 1px solid var(--border-color) !important;
  box-shadow: var(--shadow-glass), inset 0 1px 0 rgba(255, 255, 255, 0.26);
  backdrop-filter: var(--blur-glass);
  -webkit-backdrop-filter: var(--blur-glass);
}

.header-inner {
  border-radius: 24px;
  padding: 10px 24px;
}

.logo-img {
  filter: drop-shadow(0 8px 20px rgba(139, 220, 255, 0.18));
}

.menu-item {
  color: rgba(247, 251, 255, 0.82);
  border-bottom-color: transparent;
  letter-spacing: 0.08em;
  transition: color 220ms ease, border-color 220ms ease, text-shadow 220ms ease;
}

.menu-item:hover,
.menu-item.w--current,
.menu-item.w--current:hover {
  color: #ffffff;
  border-bottom-color: var(--default);
  text-shadow: 0 0 22px rgba(139, 220, 255, 0.48);
}

.hero-section {
  isolation: isolate;
  border-radius: 0 0 42px 42px;
  min-height: 720px;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: none;
  display: none;
  pointer-events: none;
}

#hero-background-video {
  opacity: 0.42;
  filter: saturate(120%) contrast(110%);
}

.hero-grid {
  padding-top: 120px;
}

.hero-left,
.mission-left,
.mission-right,
.services-wrapp,
.hero-partners,
.work-list-wrapper,
.blog-list-wrapper,
.collaborations-list2,
.publication-list2,
.equipment-list,
.publication-list,
.collaborations-list {
  border-radius: 28px;
}

.hero-left {
  grid-column: span 2;
  padding: 34px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.045));
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: var(--shadow-glass), inset 0 1px 0 rgba(255, 255, 255, 0.24);
  backdrop-filter: var(--blur-glass);
  -webkit-backdrop-filter: var(--blur-glass);
}

.hero-paragraph,
.paragraph,
.mission-paragraph,
.blog-heading,
.testimonials-txt,
.video-title {
  color: var(--text-soft) !important;
}

.hero-paragraph {
  font-weight: 300;
  line-height: 1.45;
}

.hero-partners {
  margin-top: 48px;
  border: 1px solid var(--border-color) !important;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
}

.hero-client-logo {
  filter: grayscale(1) invert(1) brightness(1.2) opacity(0.88);
  transition: filter 240ms ease, transform 240ms ease;
}

.hero-client-logo:hover {
  filter: none;
  transform: translateY(-3px);
}

.main-title {
  color: #ffffff;
  border-bottom: 1px solid rgba(139, 220, 255, 0.42);
  text-shadow: 0 0 30px rgba(139, 220, 255, 0.16);
}

.main-title::after {
  content: "";
  display: block;
  width: 110px;
  height: 3px;
  margin-top: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--default), var(--default-strong));
  box-shadow: 0 0 24px rgba(139, 220, 255, 0.54);
}

.numbers-grid,
.work-list,
.equipment-list,
.publication-list,
.publication-list2,
.collaborations-list,
.testimonials-grid,
.blog-list {
  perspective: 1000px;
}

.numbers-item {
  border-radius: 28px;
  min-height: 210px;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.numbers-item:hover,
.work-item:hover,
.blog-item:hover,
.trstimonials-item:hover,
.services-item:hover {
  transform: translateY(-6px);
  border-color: rgba(139, 220, 255, 0.42) !important;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.55), 0 0 36px rgba(139, 220, 255, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.numbers-item.numbers-item-orange,
.numbers-item.numbers-item-grey,
.numbers-item.numbers-item-dark,
.numbers-item.numbers-item-grey-light {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.045)) !important;
}

.number-circle,
.mission-orange-box,
.service-nunmber {
  background: linear-gradient(135deg, var(--default), var(--default-strong)) !important;
  box-shadow: 0 0 28px rgba(139, 220, 255, 0.42);
  border-color: rgba(255, 255, 255, 0.28) !important;
}

.number-text-big {
  color: #ffffff;
}

.number-text-small,
.service-text,
.work-category,
.social-text {
  color: rgba(247, 251, 255, 0.86);
}

.services-item {
  border: 1px solid var(--border-color) !important;
  border-radius: 26px;
  margin-bottom: 18px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.052);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.service-img,
.mission-img,
.mission-content video,
.work-img,
.work-img-wrapp img,
.blog-image,
.video-item iframe {
  border-radius: 22px !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.42);
}

.service-nunmber {
  color: #041018;
  border-radius: 999px;
  padding: 9px 12px;
  font-weight: 700;
}

.mission-content {
  border-radius: 28px;
  padding: 24px;
}

.mission-heading {
  color: #ffffff;
  text-shadow: 0 0 22px rgba(139, 220, 255, 0.18);
}

.work-item {
  border-radius: 26px;
  padding: 14px;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.work-category {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
}

a,
.mail-link,
.phone-link,
.all-projects,
.shop-link {
  color: #ffffff;
}

a:hover,
.mail-link:hover,
.phone-link:hover,
.social-link:hover {
  color: var(--default);
}

.inner-footer {
  border-radius: 34px;
  border-bottom-width: 1px;
  background:
    radial-gradient(circle at 50% 0%, rgba(139, 220, 255, 0.16), transparent 28rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)) !important;
}

.social-link,
.backtotop {
  transition: transform 220ms ease, color 220ms ease, border-color 220ms ease;
}

.social-link:hover,
.backtotop:hover {
  transform: translateY(-3px);
  border-color: rgba(139, 220, 255, 0.44);
}

.w-input,
.w-select,
input,
textarea,
select {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 16px !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.w-input:focus,
.w-select:focus,
input:focus,
textarea:focus,
select:focus {
  border-color: rgba(139, 220, 255, 0.68) !important;
  box-shadow: 0 0 0 4px rgba(139, 220, 255, 0.12);
  outline: none;
}

::selection {
  color: #031018;
  background: var(--default);
}

@media (max-width: 991px) {
  .header-inner {
    border-radius: 20px;
  }

  .main-menu {
    background: rgba(5, 9, 19, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 20px;
    margin-top: 12px;
    padding: 12px;
    backdrop-filter: var(--blur-glass);
    -webkit-backdrop-filter: var(--blur-glass);
  }

  .menu-button {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
  }

  .hero-left {
    grid-column: span 1;
  }
}

@media (max-width: 767px) {
  .hero-section {
    min-height: auto;
    border-radius: 0 0 28px 28px;
  }

  .hero-grid {
    padding-top: 60px;
  }

  .hero-left,
  .mission-content,
  .inner-footer,
  .numbers-item,
  .services-item,
  .work-item {
    border-radius: 20px;
  }

  .hero-paragraph {
    font-size: 20px;
  }
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .header-inner,
  .hero-left,
  .mission-content,
  .numbers-item,
  .work-item,
  .inner-footer,
  .services-item,
  .blog-item,
  .trstimonials-item {
    background: rgba(8, 13, 26, 0.94) !important;
  }
}

/* Logo strip alignment and visibility fix */
.hero-partners {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
  box-sizing: border-box;
}

.hero-client-logo {
  filter: brightness(0) invert(1) opacity(1) !important;
}

.hero-client-logo:hover {
  filter: brightness(0) invert(1) opacity(1) !important;
}


/* Match hero containers with the rest of the page */
.hero-grid {
  grid-template-columns: 1fr !important;
}

.hero-left {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.hero-partners {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}


/* Hero text + video two-column layout */
.hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  align-items: stretch !important;
  width: 100% !important;
}

.hero-left {
  grid-column: auto !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.hero-video-card {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.045));
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: var(--shadow-glass), inset 0 1px 0 rgba(255, 255, 255, 0.24);
  backdrop-filter: var(--blur-glass);
  -webkit-backdrop-filter: var(--blur-glass);
}

.hero-video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .hero-grid {
    grid-template-columns: 1fr !important;
  }

  .hero-video-card {
    min-height: 360px;
  }
}

@media (max-width: 767px) {
  .hero-video-card {
    min-height: 280px;
    border-radius: 20px;
  }
}


/* Dark hero overlap layout: text card over left edge of video */
.hero-first-container {
  max-width: 1400px !important;
}

.hero-grid {
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  align-items: center !important;
  gap: 0 !important;
  width: 100% !important;
  padding-top: 80px !important;
}

.hero-video-card {
  grid-column: 4 / -1 !important;
  grid-row: 1 !important;
  min-height: 360px !important;
  height: clamp(340px, 34vw, 520px) !important;
  z-index: 1 !important;
  border-radius: 28px !important;
  overflow: hidden !important;
  background: #111821 !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

.hero-video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  opacity: 0.92 !important;
}

.hero-left {
  grid-column: 1 / 6 !important;
  grid-row: 1 !important;
  z-index: 2 !important;
  width: 100% !important;
  min-height: auto !important;
  padding: 34px 36px !important;
  border-radius: 22px !important;
  background: linear-gradient(135deg, rgba(18, 24, 34, 0.50), rgba(8, 12, 18, 0.50)) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.56), inset 0 1px 0 rgba(255, 255, 255, 0.10) !important;
  backdrop-filter: blur(10px) saturate(135%) !important;
  -webkit-backdrop-filter: blur(10px) saturate(135%) !important;
}

.hero-paragraph {
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: clamp(17px, 1.15vw, 22px) !important;
  line-height: 1.45 !important;
  font-weight: 300 !important;
  letter-spacing: 0.01em !important;
}

.hero-paragraph br:first-child {
  display: none !important;
}

.hero-partners {
  margin-top: 36px !important;
}

@media (max-width: 991px) {
  .hero-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    padding-top: 50px !important;
  }

  .hero-left,
  .hero-video-card {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
  }

  .hero-left {
    order: 1 !important;
  }

  .hero-video-card {
    order: 2 !important;
    height: 360px !important;
    min-height: 360px !important;
  }
}

@media (max-width: 767px) {
  .hero-left {
    padding: 24px !important;
    border-radius: 18px !important;
  }

  .hero-video-card {
    height: 280px !important;
    min-height: 280px !important;
    border-radius: 20px !important;
  }
}


/* 50% opacity for hero text glass card */
.hero-left {
  background: linear-gradient(135deg, rgba(18, 24, 34, 0.50), rgba(8, 12, 18, 0.50)) !important;
  backdrop-filter: blur(10px) saturate(135%) !important;
  -webkit-backdrop-filter: blur(10px) saturate(135%) !important;
}

/* Consistent page border width: match the hero area with the menu/header width */
.header .main-container,
.hero-first-container,
.numbers-section .main-container {
  width: min(1400px, calc(100% - 100px)) !important;
  max-width: 1400px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

.hero-grid,
.hero-partners,
.header-inner {
  width: 100% !important;
  box-sizing: border-box !important;
}

.hero-grid {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Keep the overlapped hero composition, but let it use the full shared border width */
.hero-video-card {
  grid-column: 3 / -1 !important;
}

.hero-left {
  grid-column: 1 / 6 !important;
}

@media (max-width: 991px) {
  .header .main-container,
  .hero-first-container,
  .numbers-section .main-container {
    width: min(100%, calc(100% - 32px)) !important;
  }

  .hero-video-card,
  .hero-left {
    grid-column: 1 / -1 !important;
  }
}

/* Seamless logo slider: duplicate logo track + animate only half the track.
   This removes the visible jump/reset when the final logo finishes. */
.hero-partners {
  overflow: hidden !important;
}

.hero-partners-moving {
  display: flex !important;
  align-items: center !important;
  width: max-content !important;
  max-width: none !important;
  white-space: nowrap !important;
  animation: moveLogosSeamless 34s linear infinite !important;
  will-change: transform !important;
}

.hero-client-logo {
  flex: 0 0 auto !important;
}

@keyframes moveLogosSeamless {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.hero-partners:hover .hero-partners-moving {
  animation-play-state: paused;
}


/* Remove the glass container from the logo strip and add soft edge fading */
.hero-partners {
  position: relative !important;
  overflow: hidden !important;
  margin-top: 36px !important;
  padding: 18px 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-radius: 0 !important;
  isolation: isolate !important;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,1) 12%, rgba(0,0,0,1) 88%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,1) 12%, rgba(0,0,0,1) 88%, transparent 100%);
}

.hero-partners::before,
.hero-partners::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 140px;
  pointer-events: none;
  z-index: 2;
}

.hero-partners::before {
  left: 0;
  background: linear-gradient(to right, #05070b 0%, rgba(5, 7, 11, 0.92) 35%, rgba(5, 7, 11, 0) 100%);
}

.hero-partners::after {
  right: 0;
  background: linear-gradient(to left, #05070b 0%, rgba(5, 7, 11, 0.92) 35%, rgba(5, 7, 11, 0) 100%);
}

.hero-partners-moving {
  gap: 96px !important;
}

.hero-client-logo {
  margin-right: 0 !important;
}

@media (max-width: 991px) {
  .hero-partners::before,
  .hero-partners::after {
    width: 72px;
  }

  .hero-partners-moving {
    gap: 56px !important;
  }
}


/* MI Lab glass card: keeps the section title inside the liquid glass container */
.mission-left .liquid-glass-container {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10), 0 24px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  align-items: flex-start;
  padding: 32px 36px;
}

.mission-heading-inside {
  margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .mission-left .liquid-glass-container {
    padding: 24px;
    border-radius: 18px;
  }
}


/* MI Lab: match text card and Ladybird video size, and remove video frame */
.mi-lab-section .mission-grid {
  align-items: stretch;
}

.mi-lab-section .mission-left,
.mi-lab-section .mission-right {
  height: 100%;
}

.mi-lab-section .mission-left .liquid-glass-container {
  height: 100%;
  box-sizing: border-box;
}

.mi-lab-section .mission-right .mission-title,
.mi-lab-section .mission-right .ladybird-video-container {
  height: 100%;
  margin: 0;
}

.mi-lab-section .mission-right .ladybird-video-container {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  padding: 0 !important;
  overflow: hidden;
}

.mi-lab-section .mission-right .ladybird-video-container video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 24px !important;
}

@media screen and (max-width: 767px) {
  .mi-lab-section .mission-right .ladybird-video-container video {
    min-height: 360px;
  }
}


/* MI Lab row width: match the menu/header container width */
.mi-lab-section .main-container {
  width: min(1400px, calc(100% - 100px)) !important;
  max-width: 1400px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

.mi-lab-section .mi-lab-row {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  align-items: stretch !important;
}

.mi-lab-section .mission-left,
.mi-lab-section .mission-right,
.mi-lab-section .mission-title,
.mi-lab-section .mission-content {
  min-width: 0 !important;
  box-sizing: border-box !important;
}

@media (max-width: 991px) {
  .mi-lab-section .main-container {
    width: min(100%, calc(100% - 32px)) !important;
  }
}

@media (max-width: 767px) {
  .mi-lab-section .mi-lab-row {
    grid-template-columns: 1fr !important;
  }
}

/* Research section: two-column image cards with captions underneath */
.services-wrapp {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 28px !important;
  margin-top: 42px !important;
  border-radius: 0 !important;
}

.services-item {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
  border-radius: 26px !important;
}

.service-img {
  order: 1 !important;
  width: 100% !important;
  height: 340px !important;
  max-width: none !important;
  margin: 0 !important;
  display: block !important;
  object-fit: cover !important;
  border-radius: 26px 26px 0 0 !important;
}

.service-text {
  order: 2 !important;
  flex: none !important;
  margin: 0 !important;
  padding: 18px 22px 22px !important;
  text-align: center !important;
  font-size: 22px !important;
  line-height: 1.25 !important;
  white-space: normal !important;
}

.service-nunmber {
  position: absolute !important;
  z-index: 2 !important;
  top: 16px !important;
  left: 16px !important;
}

@media screen and (max-width: 991px) {
  .services-wrapp {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  .service-img {
    height: 300px !important;
  }
}

@media screen and (max-width: 479px) {
  .service-img {
    height: 230px !important;
  }

  .service-text {
    font-size: 18px !important;
  }
}


/* Research section: show full images without cropping/zooming */
.service-img {
  height: auto !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
}

.services-item {
  overflow: visible !important;
}

@media screen and (max-width: 991px) {
  .service-img {
    height: auto !important;
  }
}

@media screen and (max-width: 479px) {
  .service-img {
    height: auto !important;
  }
}


/* Research section: dark cinematic image effect to match the MI Lab theme */
.services-item {
  background: linear-gradient(180deg, rgba(25, 25, 25, 0.96), rgba(14, 14, 14, 0.98)) !important;
  border: 1px solid rgba(220, 95, 0, 0.20) !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35) !important;
  overflow: hidden !important;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease !important;
}

.services-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 30% 20%, rgba(220, 95, 0, 0.22), transparent 38%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.36));
  mix-blend-mode: multiply;
  opacity: 0.85;
  transition: opacity 0.35s ease;
}

.service-img {
  filter: grayscale(42%) brightness(72%) contrast(118%) saturate(68%) !important;
  transition: filter 0.35s ease, transform 0.35s ease !important;
  background-color: #111 !important;
}

.service-text,
.service-nunmber {
  position: relative !important;
  z-index: 2 !important;
}

.service-text {
  background: rgba(14, 14, 14, 0.92) !important;
  color: rgba(255, 255, 255, 0.92) !important;
  border-top: 1px solid rgba(220, 95, 0, 0.18) !important;
}

.services-item:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(220, 95, 0, 0.48) !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.48) !important;
}

.services-item:hover::before {
  opacity: 0.55;
}

.services-item:hover .service-img {
  filter: grayscale(14%) brightness(86%) contrast(122%) saturate(92%) !important;
  transform: scale(1.015) !important;
}

/* Research section: remove number badge/ribbon */
.service-nunmber {
  display: none !important;
}

.services-item::after {
  display: none !important;
  content: none !important;
}

/* Research section: liquid glass card style */
.services-item {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06)) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
  backdrop-filter: blur(16px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(145%) !important;
}

.services-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.26), transparent 34%),
    radial-gradient(circle at 85% 88%, rgba(220, 95, 0, 0.14), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.02) 55%, rgba(255, 255, 255, 0.08));
  mix-blend-mode: screen;
  opacity: 0.95;
  transition: opacity 0.35s ease;
}

.service-img {
  filter: grayscale(24%) brightness(84%) contrast(112%) saturate(82%) !important;
  background: transparent !important;
}

.service-text {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06)) !important;
  color: rgba(255, 255, 255, 0.96) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.16) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  backdrop-filter: blur(18px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(160%) !important;
}

.services-item:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
}

.services-item:hover::before {
  opacity: 1;
}

.services-item:hover .service-img {
  filter: grayscale(10%) brightness(92%) contrast(114%) saturate(92%) !important;
  transform: scale(1.012) !important;
}

/* Research section: minimal calm image cards */
.services-wrapp {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 32px !important;
  margin-top: 42px !important;
}

.services-item {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
  overflow: hidden !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.045) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease !important;
}

.services-item::before,
.services-item::after {
  display: none !important;
  content: none !important;
}

.service-img {
  order: 1 !important;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  margin: 0 !important;
  display: block !important;
  object-fit: contain !important;
  object-position: center center !important;
  border-radius: 18px 18px 0 0 !important;
  background: transparent !important;
  filter: grayscale(18%) saturate(75%) brightness(82%) contrast(105%) !important;
  transition: filter 0.3s ease, transform 0.3s ease !important;
}

.service-text {
  order: 2 !important;
  position: relative !important;
  z-index: 2 !important;
  flex: none !important;
  margin: 0 !important;
  padding: 18px 20px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  font-size: 20px !important;
  font-weight: 200 !important;
  line-height: 1.25 !important;
  white-space: normal !important;
  color: rgba(255, 255, 255, 0.88) !important;
  background: rgba(255, 255, 255, 0.055) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: none !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}

.service-nunmber {
  display: none !important;
}

.services-item:hover {
  transform: translateY(-4px) !important;
  background: rgba(255, 255, 255, 0.065) !important;
  border-color: rgba(220, 95, 0, 0.24) !important;
  box-shadow: none !important;
}

.services-item:hover .service-img {
  filter: grayscale(8%) saturate(85%) brightness(88%) contrast(106%) !important;
  transform: scale(1.01) !important;
}

@media screen and (max-width: 991px) {
  .services-wrapp {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
}

@media screen and (max-width: 479px) {
  .service-text {
    font-size: 18px !important;
    padding: 16px !important;
  }
}

/* Research images: minimal monochrome/warm effect */
.service-img {
  filter: grayscale(55%) saturate(45%) brightness(78%) contrast(108%) !important;
  opacity: 0.88 !important;
  transition: filter 0.35s ease, opacity 0.35s ease, transform 0.35s ease !important;
}

.services-item {
  background: rgba(255, 255, 255, 0.035) !important;
  border-color: rgba(255, 255, 255, 0.07) !important;
}

.services-item:hover .service-img {
  filter: grayscale(25%) saturate(60%) brightness(86%) contrast(110%) !important;
  opacity: 1 !important;
  transform: scale(1.008) !important;
}

.service-text {
  background: rgba(14, 14, 14, 0.45) !important;
  color: rgba(255, 255, 255, 0.86) !important;
}

/* Research section: collapse half of the image grid with a minimal button */
.services-section {
  position: relative !important;
}

.services-wrapp {
  position: relative !important;
  transition: max-height 0.55s ease !important;
}

.services-wrapp.research-collapsed {
  max-height: 980px !important;
  overflow: hidden !important;
}

.services-wrapp.research-collapsed::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 260px;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(14, 14, 14, 0),
    rgba(14, 14, 14, 0.78) 58%,
    rgba(14, 14, 14, 1)
  );
  z-index: 5;
}

.services-wrapp.research-expanded {
  max-height: 10000px !important;
  overflow: visible !important;
}

.services-wrapp.research-expanded::after {
  display: none !important;
  content: none !important;
}

.research-toggle-wrap {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 8;
  margin-top: -56px;
  margin-bottom: 24px;
}

.research-toggle-btn {
  appearance: none;
  border: 1px solid rgba(220, 95, 0, 0.34);
  border-radius: 999px;
  background: rgba(220, 95, 0, 0.92);
  color: #ffffff;
  cursor: pointer;
  padding: 14px 34px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.32);
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.research-toggle-btn:hover {
  transform: translateY(-2px);
  background: #dc5f00;
  border-color: rgba(220, 95, 0, 0.62);
}

.services-wrapp.research-expanded + .research-toggle-wrap {
  margin-top: 32px;
}

@media screen and (max-width: 991px) {
  .services-wrapp.research-collapsed {
    max-height: 1320px !important;
  }

  .research-toggle-wrap {
    margin-top: -48px;
  }
}

@media screen and (max-width: 479px) {
  .services-wrapp.research-collapsed {
    max-height: 980px !important;
  }

  .services-wrapp.research-collapsed::after {
    height: 220px;
  }

  .research-toggle-btn {
    padding: 13px 28px;
    font-size: 15px;
  }
}

/* Research collapse button: fixed visible placement */
.services-section .research-toggle-wrap {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  position: relative !important;
  z-index: 50 !important;
  width: 100% !important;
  margin-top: -72px !important;
  margin-bottom: 56px !important;
  pointer-events: none !important;
}

.services-section .research-toggle-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  pointer-events: auto !important;
  appearance: none !important;
  border: 1px solid rgba(220, 95, 0, 0.42) !important;
  border-radius: 999px !important;
  background: #dc5f00 !important;
  color: #ffffff !important;
  cursor: pointer !important;
  min-width: 150px !important;
  padding: 15px 36px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-align: center !important;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.42) !important;
}

.services-section .research-toggle-btn:hover {
  transform: translateY(-2px) !important;
  background: #f06b05 !important;
}

.services-section .services-wrapp.research-collapsed {
  max-height: 980px !important;
  overflow: hidden !important;
}

.services-section .services-wrapp.research-collapsed::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 280px !important;
  pointer-events: none !important;
  background: linear-gradient(
    180deg,
    rgba(14, 14, 14, 0),
    rgba(14, 14, 14, 0.82) 56%,
    rgba(14, 14, 14, 1)
  ) !important;
  z-index: 20 !important;
}

.services-section .services-wrapp.research-expanded {
  max-height: none !important;
  overflow: visible !important;
}

.services-section .services-wrapp.research-expanded::after {
  display: none !important;
  content: none !important;
}

.services-section .services-wrapp.research-expanded + .research-toggle-wrap {
  margin-top: 32px !important;
}

@media screen and (max-width: 991px) {
  .services-section .services-wrapp.research-collapsed {
    max-height: 1220px !important;
  }
}

/* Research collapse button: liquid glass style */
.services-section .research-toggle-btn {
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05)) !important;
  color: rgba(255, 255, 255, 0.96) !important;
  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
  backdrop-filter: blur(16px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(145%) !important;
}

.services-section .research-toggle-btn:hover {
  transform: translateY(-2px) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.20), rgba(255, 255, 255, 0.08)) !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
  color: #ffffff !important;
}

.services-section .research-toggle-btn:active {
  transform: translateY(0) !important;
}

.services-section .research-toggle-btn:focus {
  outline: none !important;
  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 0 0 3px rgba(255, 255, 255, 0.08) !important;
}

/* Our Team section: make text and image equal size side-by-side */
.team-section .mission-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 28px !important;
  align-items: stretch !important;
}

.team-section .mission-left,
.team-section .mission-right {
  min-width: 0 !important;
  height: 100% !important;
  display: flex !important;
}

.team-section .mission-left .mission-content,
.team-section .mission-right .mission-content {
  width: 100% !important;
  min-height: 560px !important;
  height: 100% !important;
  box-sizing: border-box !important;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, 0.045) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  overflow: hidden !important;
}

.team-section .mission-left .mission-content {
  align-items: center !important;
  padding: 34px !important;
}

.team-section .mission-right {
  flex-direction: column !important;
}

.team-section .mission-right .mission-title {
  display: none !important;
}

.team-section .mission-right .mission-content {
  padding: 0 !important;
}

.team-section .mission-text-box {
  width: 100% !important;
}

.team-section .paragraph {
  font-size: 20px !important;
  line-height: 1.55 !important;
}

.team-section .mission-img {
  width: 100% !important;
  height: 100% !important;
  min-height: 560px !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 24px !important;
  display: block !important;
}

@media screen and (max-width: 991px) {
  .team-section .mission-grid {
    grid-template-columns: 1fr !important;
  }

  .team-section .mission-left .mission-content,
  .team-section .mission-right .mission-content,
  .team-section .mission-img {
    min-height: auto !important;
  }

  .team-section .mission-img {
    height: auto !important;
  }
}

@media screen and (max-width: 479px) {
  .team-section .mission-left .mission-content {
    padding: 24px !important;
  }

  .team-section .paragraph {
    font-size: 18px !important;
  }
}

/* Our Team section: remove top empty space and show full image */
.team-section .mission-left .mission-content {
  align-items: flex-start !important;
  justify-content: flex-start !important;
  padding: 34px !important;
}

.team-section .mission-left .paragraph {
  margin-top: 0 !important;
}

.team-section .mission-left .paragraph br:first-child,
.team-section .mission-left .paragraph br:first-child + br,
.team-section .mission-left .paragraph br:first-child + br + br,
.team-section .mission-left .paragraph br:first-child + br + br + br {
  display: none !important;
}

.team-section .mission-right .mission-content {
  align-items: center !important;
  justify-content: center !important;
  background: rgba(255, 255, 255, 0.045) !important;
}

.team-section .mission-img {
  width: 100% !important;
  height: auto !important;
  min-height: auto !important;
  max-height: 560px !important;
  object-fit: contain !important;
  object-position: center center !important;
  border-radius: 24px !important;
  background: transparent !important;
}

@media screen and (max-width: 991px) {
  .team-section .mission-img {
    max-height: none !important;
  }
}

/* Our Team section: remove image frame */
.team-section .mission-right .mission-content {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  overflow: visible !important;
}

.team-section .mission-img {
  border-radius: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* Our Team section: equal visual height and rounded image corners */
.team-section .mission-grid {
  align-items: stretch !important;
}

.team-section .mission-left,
.team-section .mission-right {
  height: auto !important;
  display: flex !important;
}

.team-section .mission-left .mission-content,
.team-section .mission-right .mission-content {
  height: 100% !important;
  min-height: 520px !important;
  box-sizing: border-box !important;
}

.team-section .mission-left .mission-content {
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

.team-section .mission-right .mission-content {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 24px !important;
}

.team-section .mission-img {
  width: 100% !important;
  height: 100% !important;
  min-height: 520px !important;
  max-height: none !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 24px !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

@media screen and (max-width: 991px) {
  .team-section .mission-left .mission-content,
  .team-section .mission-right .mission-content,
  .team-section .mission-img {
    min-height: auto !important;
    height: auto !important;
  }

  .team-section .mission-img {
    object-fit: contain !important;
  }
}

/* Our Team image: same minimal effect as Research images */
.team-section .mission-img {
  filter: grayscale(55%) saturate(45%) brightness(78%) contrast(108%) !important;
  opacity: 0.88 !important;
  transition: filter 0.35s ease, opacity 0.35s ease, transform 0.35s ease !important;
}

.team-section .mission-right:hover .mission-img {
  filter: grayscale(25%) saturate(60%) brightness(86%) contrast(110%) !important;
  opacity: 1 !important;
  transform: scale(1.008) !important;
}

/* Microscopy section: premium masonry gallery */
.microscopy-section .work-wrapper,
.microscopy-section .work-list {
  width: 100% !important;
}

.microscopy-section .work-list {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  grid-auto-flow: dense !important;
  gap: 22px !important;
  align-items: stretch !important;
}

.microscopy-section .w-dyn-item {
  min-width: 0 !important;
}

.microscopy-section .work-item {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 280px !important;
  overflow: hidden !important;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: none !important;
  transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease !important;
}

.microscopy-section .work-img-wrapp {
  width: 100% !important;
  height: 100% !important;
  min-height: inherit !important;
  overflow: hidden !important;
  border-radius: 24px !important;
}

.microscopy-section .mission-img {
  width: 100% !important;
  height: 100% !important;
  min-height: inherit !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 24px !important;
  filter: grayscale(46%) saturate(50%) brightness(76%) contrast(112%) !important;
  opacity: 0.9 !important;
  transition: filter 0.35s ease, opacity 0.35s ease, transform 0.35s ease !important;
}

.microscopy-section .work-item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.02),
    rgba(0, 0, 0, 0.22) 58%,
    rgba(0, 0, 0, 0.58)
  );
}

.microscopy-section .work-item .paragraph {
  position: absolute !important;
  left: 16px !important;
  right: 16px !important;
  bottom: 16px !important;
  z-index: 2 !important;
  margin: 0 !important;
  padding: 14px 16px !important;
  border-radius: 16px !important;
  color: rgba(255, 255, 255, 0.94) !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 1.35 !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.055)) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
  backdrop-filter: blur(16px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(145%) !important;
}

.microscopy-section .w-dyn-item:nth-child(1),
.microscopy-section .w-dyn-item:nth-child(8),
.microscopy-section .w-dyn-item:nth-child(15) {
  grid-column: span 2 !important;
  grid-row: span 2 !important;
}

.microscopy-section .w-dyn-item:nth-child(4),
.microscopy-section .w-dyn-item:nth-child(11),
.microscopy-section .w-dyn-item:nth-child(19) {
  grid-column: span 2 !important;
}

.microscopy-section .w-dyn-item:nth-child(6),
.microscopy-section .w-dyn-item:nth-child(13) {
  grid-row: span 2 !important;
}

.microscopy-section .w-dyn-item:nth-child(1) .work-item,
.microscopy-section .w-dyn-item:nth-child(8) .work-item,
.microscopy-section .w-dyn-item:nth-child(15) .work-item {
  min-height: 590px !important;
}

.microscopy-section .w-dyn-item:nth-child(4) .work-item,
.microscopy-section .w-dyn-item:nth-child(11) .work-item,
.microscopy-section .w-dyn-item:nth-child(19) .work-item {
  min-height: 300px !important;
}

.microscopy-section .w-dyn-item:nth-child(6) .work-item,
.microscopy-section .w-dyn-item:nth-child(13) .work-item {
  min-height: 590px !important;
}

.microscopy-section .work-item:hover {
  transform: translateY(-5px) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
}

.microscopy-section .work-item:hover .mission-img {
  filter: grayscale(18%) saturate(70%) brightness(86%) contrast(112%) !important;
  opacity: 1 !important;
  transform: scale(1.035) !important;
}

@media screen and (max-width: 991px) {
  .microscopy-section .work-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .microscopy-section .w-dyn-item:nth-child(n) {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }

  .microscopy-section .w-dyn-item:nth-child(1),
  .microscopy-section .w-dyn-item:nth-child(6),
  .microscopy-section .w-dyn-item:nth-child(11),
  .microscopy-section .w-dyn-item:nth-child(16) {
    grid-column: span 2 !important;
  }

  .microscopy-section .w-dyn-item:nth-child(n) .work-item {
    min-height: 300px !important;
  }

  .microscopy-section .w-dyn-item:nth-child(1) .work-item,
  .microscopy-section .w-dyn-item:nth-child(6) .work-item,
  .microscopy-section .w-dyn-item:nth-child(11) .work-item,
  .microscopy-section .w-dyn-item:nth-child(16) .work-item {
    min-height: 420px !important;
  }
}

@media screen and (max-width: 600px) {
  .microscopy-section .work-list {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .microscopy-section .w-dyn-item:nth-child(n) {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }

  .microscopy-section .w-dyn-item:nth-child(n) .work-item {
    min-height: 300px !important;
  }

  .microscopy-section .work-item .paragraph {
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    font-size: 15px !important;
  }
}

/* Microscopy gallery: Show more / Show less, same liquid glass style as Research */
.microscopy-section .work-list {
  position: relative !important;
  transition: max-height 0.55s ease !important;
}

.microscopy-section .work-list.microscopy-collapsed {
  max-height: 1180px !important;
  overflow: hidden !important;
}

.microscopy-section .work-list.microscopy-collapsed::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 300px !important;
  pointer-events: none !important;
  background: linear-gradient(
    180deg,
    rgba(14, 14, 14, 0),
    rgba(14, 14, 14, 0.82) 56%,
    rgba(14, 14, 14, 1)
  ) !important;
  z-index: 20 !important;
}

.microscopy-section .work-list.microscopy-expanded {
  max-height: none !important;
  overflow: visible !important;
}

.microscopy-section .work-list.microscopy-expanded::after {
  display: none !important;
  content: none !important;
}

.microscopy-toggle-wrap {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  position: relative !important;
  z-index: 50 !important;
  width: 100% !important;
  margin-top: -72px !important;
  margin-bottom: 56px !important;
  pointer-events: none !important;
}

.microscopy-toggle-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  pointer-events: auto !important;
  appearance: none !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 999px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05)) !important;
  color: rgba(255, 255, 255, 0.96) !important;
  cursor: pointer !important;
  min-width: 150px !important;
  padding: 15px 36px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-align: center !important;
  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
  backdrop-filter: blur(16px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(145%) !important;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease !important;
}

.microscopy-toggle-btn:hover {
  transform: translateY(-2px) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.20), rgba(255, 255, 255, 0.08)) !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
  color: #ffffff !important;
}

.microscopy-section .work-list.microscopy-expanded + .microscopy-toggle-wrap {
  margin-top: 32px !important;
}

@media screen and (max-width: 991px) {
  .microscopy-section .work-list.microscopy-collapsed {
    max-height: 1260px !important;
  }
}

@media screen and (max-width: 600px) {
  .microscopy-section .work-list.microscopy-collapsed {
    max-height: 980px !important;
  }

  .microscopy-section .work-list.microscopy-collapsed::after {
    height: 240px !important;
  }

  .microscopy-toggle-btn {
    min-width: 140px !important;
    padding: 13px 28px !important;
    font-size: 15px !important;
  }
}

/* Microscopy gallery: balanced image sizes */
.microscopy-section .work-item {
  min-height: 240px !important;
}

.microscopy-section .w-dyn-item:nth-child(1),
.microscopy-section .w-dyn-item:nth-child(8),
.microscopy-section .w-dyn-item:nth-child(15) {
  grid-column: span 2 !important;
  grid-row: span 1 !important;
}

.microscopy-section .w-dyn-item:nth-child(4),
.microscopy-section .w-dyn-item:nth-child(11),
.microscopy-section .w-dyn-item:nth-child(19) {
  grid-column: span 2 !important;
  grid-row: span 1 !important;
}

.microscopy-section .w-dyn-item:nth-child(6),
.microscopy-section .w-dyn-item:nth-child(13) {
  grid-column: span 1 !important;
  grid-row: span 1 !important;
}

.microscopy-section .w-dyn-item:nth-child(1) .work-item,
.microscopy-section .w-dyn-item:nth-child(8) .work-item,
.microscopy-section .w-dyn-item:nth-child(15) .work-item,
.microscopy-section .w-dyn-item:nth-child(4) .work-item,
.microscopy-section .w-dyn-item:nth-child(11) .work-item,
.microscopy-section .w-dyn-item:nth-child(19) .work-item {
  min-height: 340px !important;
}

.microscopy-section .w-dyn-item:nth-child(6) .work-item,
.microscopy-section .w-dyn-item:nth-child(13) .work-item {
  min-height: 240px !important;
}

.microscopy-section .work-list.microscopy-collapsed {
  max-height: 980px !important;
}

@media screen and (max-width: 991px) {
  .microscopy-section .w-dyn-item:nth-child(n) .work-item {
    min-height: 260px !important;
  }

  .microscopy-section .w-dyn-item:nth-child(1) .work-item,
  .microscopy-section .w-dyn-item:nth-child(6) .work-item,
  .microscopy-section .w-dyn-item:nth-child(11) .work-item,
  .microscopy-section .w-dyn-item:nth-child(16) .work-item {
    min-height: 330px !important;
  }

  .microscopy-section .work-list.microscopy-collapsed {
    max-height: 1050px !important;
  }
}

@media screen and (max-width: 600px) {
  .microscopy-section .w-dyn-item:nth-child(n) .work-item {
    min-height: 260px !important;
  }

  .microscopy-section .work-list.microscopy-collapsed {
    max-height: 900px !important;
  }
}

/* Microscopy gallery: clean uniform 4-column grid */
.microscopy-section .work-list {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  grid-auto-flow: row !important;
  gap: 22px !important;
}

.microscopy-section .w-dyn-item:nth-child(n) {
  grid-column: span 1 !important;
  grid-row: span 1 !important;
}

.microscopy-section .work-item,
.microscopy-section .w-dyn-item:nth-child(n) .work-item {
  min-height: 260px !important;
  height: 260px !important;
}

.microscopy-section .work-img-wrapp {
  height: 100% !important;
  min-height: 0 !important;
}

.microscopy-section .mission-img {
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.microscopy-section .work-item .paragraph {
  font-size: 14px !important;
  line-height: 1.3 !important;
  padding: 12px 14px !important;
  left: 12px !important;
  right: 12px !important;
  bottom: 12px !important;
}

.microscopy-section .work-list.microscopy-collapsed {
  max-height: 860px !important;
}

@media screen and (max-width: 991px) {
  .microscopy-section .work-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .microscopy-section .work-item,
  .microscopy-section .w-dyn-item:nth-child(n) .work-item {
    height: 280px !important;
    min-height: 280px !important;
  }

  .microscopy-section .work-list.microscopy-collapsed {
    max-height: 900px !important;
  }
}

@media screen and (max-width: 600px) {
  .microscopy-section .work-list {
    grid-template-columns: 1fr !important;
  }

  .microscopy-section .work-item,
  .microscopy-section .w-dyn-item:nth-child(n) .work-item {
    height: 280px !important;
    min-height: 280px !important;
  }

  .microscopy-section .work-list.microscopy-collapsed {
    max-height: 880px !important;
  }
}

/* Publications / Awards: make carousel images visible */
.publications-awards-section .hero-partners {
  display: block !important;
  overflow: hidden !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 30px !important;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  border-top: 1px solid var(--border-color) !important;
  border-bottom: 1px solid var(--border-color) !important;
}

.publications-awards-section .hero-partners-moving {
  display: inline-flex !important;
  align-items: center !important;
  gap: 26px !important;
  white-space: nowrap !important;
  animation: publicationsScroll 42s linear infinite !important;
  width: max-content !important;
}

.publications-awards-section .hero-client-logo {
  display: block !important;
  width: 200px !important;
  height: 280px !important;
  max-width: none !important;
  margin-right: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 18px !important;
  opacity: 1 !important;
  visibility: visible !important;
  filter: grayscale(35%) saturate(65%) brightness(82%) contrast(108%) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: rgba(255, 255, 255, 0.04) !important;
}

.publications-awards-section .paragraph {
  margin-top: 24px !important;
  text-align: center !important;
}

@keyframes publicationsScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.publications-awards-section .hero-partners:hover .hero-partners-moving {
  animation-play-state: paused !important;
}

@media screen and (max-width: 767px) {
  .publications-awards-section .hero-client-logo {
    width: 160px !important;
    height: 224px !important;
  }

  .publications-awards-section .hero-partners-moving {
    gap: 18px !important;
  }
}

/* Collaborations section: style like hero text + video */
.collaborations-section .main-container {
  width: min(1400px, calc(100% - 100px)) !important;
  max-width: 1400px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

.collaborations-section .mission-grid {
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  align-items: center !important;
  gap: 0 !important;
  width: 100% !important;
  margin-top: 10px !important;
}

.collaborations-section .mission-left {
  grid-column: 1 / 6 !important;
  grid-row: 1 !important;
  z-index: 2 !important;
  min-width: 0 !important;
}

.collaborations-section .mission-right {
  grid-column: 4 / -1 !important;
  grid-row: 1 !important;
  z-index: 1 !important;
  min-width: 0 !important;
}

.collaborations-section .mission-left .mission-content {
  width: 100% !important;
  padding: 34px 36px !important;
  border-radius: 22px !important;
  background: linear-gradient(135deg, rgba(18, 24, 34, 0.50), rgba(8, 12, 18, 0.50)) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.56), inset 0 1px 0 rgba(255, 255, 255, 0.10) !important;
  backdrop-filter: blur(10px) saturate(135%) !important;
  -webkit-backdrop-filter: blur(10px) saturate(135%) !important;
  align-items: flex-start !important;
  justify-content: center !important;
}

.collaborations-section .mission-right .mission-title {
  display: none !important;
}

.collaborations-section .mission-right .mission-content {
  min-height: 360px !important;
  height: clamp(340px, 34vw, 520px) !important;
  border-radius: 28px !important;
  overflow: hidden !important;
  background: #111821 !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  padding: 0 !important;
}

.collaborations-section .collaboration-video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  opacity: 0.92 !important;
}

.collaborations-section .mission-text-box {
  width: 100% !important;
}

.collaborations-section .paragraph {
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: clamp(17px, 1.15vw, 22px) !important;
  line-height: 1.45 !important;
  font-weight: 300 !important;
  letter-spacing: 0.01em !important;
}

.collaborations-section .paragraph br:first-child,
.collaborations-section .paragraph br:first-child + br {
  display: none !important;
}

@media (max-width: 991px) {
  .collaborations-section .main-container {
    width: min(100%, calc(100% - 32px)) !important;
  }

  .collaborations-section .mission-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .collaborations-section .mission-left,
  .collaborations-section .mission-right {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
  }

  .collaborations-section .mission-left {
    order: 1 !important;
  }

  .collaborations-section .mission-right {
    order: 2 !important;
  }

  .collaborations-section .mission-right .mission-content {
    height: 360px !important;
    min-height: 360px !important;
  }
}

@media (max-width: 767px) {
  .collaborations-section .mission-left .mission-content {
    padding: 24px !important;
    border-radius: 18px !important;
  }

  .collaborations-section .mission-right .mission-content {
    height: 280px !important;
    min-height: 280px !important;
    border-radius: 20px !important;
  }
}

/* Collaborations section: vertically center the video container beside the text card */
.collaborations-section .mission-grid {
  align-items: center !important;
}

.collaborations-section .mission-right {
  align-self: center !important;
  display: flex !important;
  align-items: center !important;
}

.collaborations-section .mission-right .mission-content {
  width: 100% !important;
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.collaborations-section .mission-left {
  align-self: stretch !important;
  display: flex !important;
}

.collaborations-section .mission-left .mission-content {
  height: 100% !important;
}

/* Collaborations video: same minimal effect as Research and Microscopy images */
.collaborations-section .collaboration-video {
  filter: grayscale(55%) saturate(45%) brightness(78%) contrast(108%) !important;
  opacity: 0.88 !important;
  transition: filter 0.35s ease, opacity 0.35s ease, transform 0.35s ease !important;
}

.collaborations-section .mission-right:hover .collaboration-video {
  filter: grayscale(25%) saturate(60%) brightness(86%) contrast(110%) !important;
  opacity: 1 !important;
  transform: scale(1.008) !important;
}

/* Microscopy section: title under image with liquid glass background */
.microscopy-section .work-item {
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.microscopy-section .work-img-wrapp {
  width: 100% !important;
  height: 220px !important;
  min-height: 220px !important;
  overflow: hidden !important;
  border-radius: 22px 22px 0 0 !important;
}

.microscopy-section .mission-img {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 22px 22px 0 0 !important;
}

.microscopy-section .work-item::after {
  display: none !important;
  content: none !important;
}

.microscopy-section .work-item .paragraph {
  position: static !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 2 !important;
  width: 100% !important;
  min-height: 74px !important;
  margin: 0 !important;
  padding: 14px 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.35 !important;
  border-radius: 0 0 22px 22px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05)) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  backdrop-filter: blur(16px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(145%) !important;
}

.microscopy-section .work-item:hover .mission-img {
  transform: scale(1.018) !important;
}

/* Keep the gallery as a clean 4-column uniform grid */
.microscopy-section .work-list {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  grid-auto-flow: row !important;
  gap: 22px !important;
}

.microscopy-section .w-dyn-item:nth-child(n) {
  grid-column: span 1 !important;
  grid-row: span 1 !important;
}

.microscopy-section .work-list.microscopy-collapsed {
  max-height: 930px !important;
}

@media screen and (max-width: 991px) {
  .microscopy-section .work-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .microscopy-section .work-img-wrapp {
    height: 240px !important;
    min-height: 240px !important;
  }

  .microscopy-section .work-list.microscopy-collapsed {
    max-height: 980px !important;
  }
}

@media screen and (max-width: 600px) {
  .microscopy-section .work-list {
    grid-template-columns: 1fr !important;
  }

  .microscopy-section .work-img-wrapp {
    height: 240px !important;
    min-height: 240px !important;
  }

  .microscopy-section .work-item .paragraph {
    min-height: 68px !important;
    font-size: 15px !important;
  }
}

/* Microscopy section: make titles fully visible under images */
.microscopy-section .work-item,
.microscopy-section .w-dyn-item:nth-child(n) .work-item {
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

.microscopy-section .work-img-wrapp {
  height: 210px !important;
  min-height: 210px !important;
  flex: 0 0 210px !important;
}

.microscopy-section .work-item .paragraph {
  position: static !important;
  display: flex !important;
  min-height: 82px !important;
  height: auto !important;
  overflow: visible !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 14px 16px !important;
  color: rgba(255, 255, 255, 0.96) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06)) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.14) !important;
  backdrop-filter: blur(16px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(145%) !important;
}

.microscopy-section .work-list.microscopy-collapsed {
  max-height: 960px !important;
}

@media screen and (max-width: 991px) {
  .microscopy-section .work-img-wrapp {
    height: 230px !important;
    min-height: 230px !important;
    flex-basis: 230px !important;
  }

  .microscopy-section .work-list.microscopy-collapsed {
    max-height: 1040px !important;
  }
}

@media screen and (max-width: 600px) {
  .microscopy-section .work-img-wrapp {
    height: 230px !important;
    min-height: 230px !important;
    flex-basis: 230px !important;
  }

  .microscopy-section .work-item .paragraph {
    min-height: 74px !important;
    font-size: 15px !important;
  }

  .microscopy-section .work-list.microscopy-collapsed {
    max-height: 960px !important;
  }
}

/* Projects section: same clean gallery strategy as Microscopy */
.projects-section .work-wrapper,
.projects-section .work-list {
  width: 100% !important;
}

.projects-section .work-list {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  grid-auto-flow: row !important;
  gap: 22px !important;
  position: relative !important;
  transition: max-height 0.55s ease !important;
}

.projects-section .w-dyn-item:nth-child(n) {
  grid-column: span 1 !important;
  grid-row: span 1 !important;
  min-width: 0 !important;
}

.projects-section .work-item,
.projects-section .w-dyn-item:nth-child(n) .work-item {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: none !important;
  transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease !important;
}

.projects-section .work-img-wrapp {
  width: 100% !important;
  height: 210px !important;
  min-height: 210px !important;
  flex: 0 0 210px !important;
  overflow: hidden !important;
  border-radius: 22px 22px 0 0 !important;
}

.projects-section .mission-img {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 22px 22px 0 0 !important;
  filter: grayscale(55%) saturate(45%) brightness(78%) contrast(108%) !important;
  opacity: 0.88 !important;
  transition: filter 0.35s ease, opacity 0.35s ease, transform 0.35s ease !important;
}

.projects-section .work-item::after {
  display: none !important;
  content: none !important;
}

.projects-section .work-item .paragraph {
  position: static !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 2 !important;
  width: 100% !important;
  min-height: 82px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 14px 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  color: rgba(255, 255, 255, 0.96) !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.35 !important;
  overflow: visible !important;
  border-radius: 0 0 22px 22px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06)) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.14) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  backdrop-filter: blur(16px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(145%) !important;
}

.projects-section .work-item:hover {
  transform: translateY(-4px) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
}

.projects-section .work-item:hover .mission-img {
  filter: grayscale(25%) saturate(60%) brightness(86%) contrast(110%) !important;
  opacity: 1 !important;
  transform: scale(1.018) !important;
}

/* Projects collapse button: liquid glass, matching Research/Microscopy */
.projects-section .work-list.projects-collapsed {
  max-height: 960px !important;
  overflow: hidden !important;
}

.projects-section .work-list.projects-collapsed::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 260px !important;
  pointer-events: none !important;
  background: linear-gradient(
    180deg,
    rgba(14, 14, 14, 0),
    rgba(14, 14, 14, 0.82) 56%,
    rgba(14, 14, 14, 1)
  ) !important;
  z-index: 20 !important;
}

.projects-section .work-list.projects-expanded {
  max-height: none !important;
  overflow: visible !important;
}

.projects-section .work-list.projects-expanded::after {
  display: none !important;
  content: none !important;
}

.projects-toggle-wrap {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  position: relative !important;
  z-index: 50 !important;
  width: 100% !important;
  margin-top: -72px !important;
  margin-bottom: 56px !important;
  pointer-events: none !important;
}

.projects-toggle-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  pointer-events: auto !important;
  appearance: none !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 999px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05)) !important;
  color: rgba(255, 255, 255, 0.96) !important;
  cursor: pointer !important;
  min-width: 150px !important;
  padding: 15px 36px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-align: center !important;
  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
  backdrop-filter: blur(16px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(145%) !important;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease !important;
}

.projects-toggle-btn:hover {
  transform: translateY(-2px) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.20), rgba(255, 255, 255, 0.08)) !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
}

.projects-section .work-list.projects-expanded + .projects-toggle-wrap {
  margin-top: 32px !important;
}

@media screen and (max-width: 991px) {
  .projects-section .work-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .projects-section .work-img-wrapp {
    height: 230px !important;
    min-height: 230px !important;
    flex-basis: 230px !important;
  }

  .projects-section .work-list.projects-collapsed {
    max-height: 1040px !important;
  }
}

@media screen and (max-width: 600px) {
  .projects-section .work-list {
    grid-template-columns: 1fr !important;
  }

  .projects-section .work-img-wrapp {
    height: 230px !important;
    min-height: 230px !important;
    flex-basis: 230px !important;
  }

  .projects-section .work-item .paragraph {
    min-height: 74px !important;
    font-size: 15px !important;
  }

  .projects-section .work-list.projects-collapsed {
    max-height: 960px !important;
  }

  .projects-toggle-btn {
    min-width: 140px !important;
    padding: 13px 28px !important;
    font-size: 15px !important;
  }
}

/* Equipments section: same clean gallery strategy as Projects */
.equipments-section .work-wrapper,
.equipments-section .work-list {
  width: 100% !important;
}

.equipments-section .work-list {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  grid-auto-flow: row !important;
  gap: 22px !important;
  position: relative !important;
  transition: max-height 0.55s ease !important;
}

.equipments-section .w-dyn-item:nth-child(n) {
  grid-column: span 1 !important;
  grid-row: span 1 !important;
  min-width: 0 !important;
}

.equipments-section .work-item,
.equipments-section .w-dyn-item:nth-child(n) .work-item {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: none !important;
  transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease !important;
}

.equipments-section .work-img-wrapp {
  width: 100% !important;
  height: 210px !important;
  min-height: 210px !important;
  flex: 0 0 210px !important;
  overflow: hidden !important;
  border-radius: 22px 22px 0 0 !important;
}

.equipments-section .mission-img {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 22px 22px 0 0 !important;
  filter: grayscale(55%) saturate(45%) brightness(78%) contrast(108%) !important;
  opacity: 0.88 !important;
  transition: filter 0.35s ease, opacity 0.35s ease, transform 0.35s ease !important;
}

.equipments-section .work-item::after {
  display: none !important;
  content: none !important;
}

.equipments-section .work-item .paragraph {
  position: static !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 2 !important;
  width: 100% !important;
  min-height: 82px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 14px 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  color: rgba(255, 255, 255, 0.96) !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.35 !important;
  overflow: visible !important;
  border-radius: 0 0 22px 22px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06)) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.14) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  backdrop-filter: blur(16px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(145%) !important;
}

.equipments-section .work-item:hover {
  transform: translateY(-4px) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
}

.equipments-section .work-item:hover .mission-img {
  filter: grayscale(25%) saturate(60%) brightness(86%) contrast(110%) !important;
  opacity: 1 !important;
  transform: scale(1.018) !important;
}

/* Equipments collapse button: liquid glass */
.equipments-section .work-list.equipments-collapsed {
  max-height: 960px !important;
  overflow: hidden !important;
}

.equipments-section .work-list.equipments-collapsed::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 260px !important;
  pointer-events: none !important;
  background: linear-gradient(
    180deg,
    rgba(14, 14, 14, 0),
    rgba(14, 14, 14, 0.82) 56%,
    rgba(14, 14, 14, 1)
  ) !important;
  z-index: 20 !important;
}

.equipments-section .work-list.equipments-expanded {
  max-height: none !important;
  overflow: visible !important;
}

.equipments-section .work-list.equipments-expanded::after {
  display: none !important;
  content: none !important;
}

.equipments-toggle-wrap {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  position: relative !important;
  z-index: 50 !important;
  width: 100% !important;
  margin-top: -72px !important;
  margin-bottom: 56px !important;
  pointer-events: none !important;
}

.equipments-toggle-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  pointer-events: auto !important;
  appearance: none !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 999px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05)) !important;
  color: rgba(255, 255, 255, 0.96) !important;
  cursor: pointer !important;
  min-width: 150px !important;
  padding: 15px 36px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-align: center !important;
  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
  backdrop-filter: blur(16px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(145%) !important;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease !important;
}

.equipments-toggle-btn:hover {
  transform: translateY(-2px) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.20), rgba(255, 255, 255, 0.08)) !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
}

.equipments-section .work-list.equipments-expanded + .equipments-toggle-wrap {
  margin-top: 32px !important;
}

@media screen and (max-width: 991px) {
  .equipments-section .work-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .equipments-section .work-img-wrapp {
    height: 230px !important;
    min-height: 230px !important;
    flex-basis: 230px !important;
  }

  .equipments-section .work-list.equipments-collapsed {
    max-height: 1040px !important;
  }
}

@media screen and (max-width: 600px) {
  .equipments-section .work-list {
    grid-template-columns: 1fr !important;
  }

  .equipments-section .work-img-wrapp {
    height: 230px !important;
    min-height: 230px !important;
    flex-basis: 230px !important;
  }

  .equipments-section .work-item .paragraph {
    min-height: 74px !important;
    font-size: 15px !important;
  }

  .equipments-section .work-list.equipments-collapsed {
    max-height: 960px !important;
  }

  .equipments-toggle-btn {
    min-width: 140px !important;
    padding: 13px 28px !important;
    font-size: 15px !important;
  }
}

/* Videos section: main video with vertical slide thumbnails */
.videos-section {
  padding-top: 150px;
}

.videos-section .main-container {
  width: min(1400px, calc(100% - 100px)) !important;
  max-width: 1400px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

.videos-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 28px;
  align-items: stretch;
  width: 100%;
  padding: 30px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}

.videos-main {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  border-radius: 28px;
  background: #0e0e0e;
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.videos-main-video {
  width: 100%;
  height: 100%;
  min-height: 560px;
  display: block;
  object-fit: cover;
  filter: grayscale(55%) saturate(45%) brightness(78%) contrast(108%);
  opacity: 0.9;
  transition: filter 0.35s ease, opacity 0.35s ease, transform 0.35s ease;
}

.videos-main:hover .videos-main-video {
  filter: grayscale(25%) saturate(60%) brightness(86%) contrast(110%);
  opacity: 1;
  transform: scale(1.01);
}

.videos-main::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.22), rgba(0,0,0,0.02) 38%, rgba(0,0,0,0.48)),
    radial-gradient(circle at 20% 10%, rgba(255,255,255,0.16), transparent 32%);
}

.videos-main-glass {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  padding: 20px 24px;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow:
    0 16px 42px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
}

.videos-main-kicker {
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 6px;
}

.videos-main-title {
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(22px, 2vw, 34px);
  line-height: 1.12;
  font-weight: 500;
}

.videos-thumbs {
  display: flex;
  flex-direction: column;
  gap: 22px;
  justify-content: center;
}

.videos-thumb {
  position: relative;
  display: block;
  width: 100%;
  height: 122px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
  box-shadow: none;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.videos-thumb video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: grayscale(55%) saturate(45%) brightness(78%) contrast(108%);
  opacity: 0.78;
  transition: filter 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.videos-thumb:hover,
.videos-thumb.is-active {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.08);
}

.videos-thumb:hover video,
.videos-thumb.is-active video {
  filter: grayscale(25%) saturate(60%) brightness(86%) contrast(110%);
  opacity: 1;
  transform: scale(1.04);
}

.videos-play-icon {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 3px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.95);
  font-size: 16px;
  line-height: 1;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.10));
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px) saturate(145%);
  -webkit-backdrop-filter: blur(12px) saturate(145%);
}

@media screen and (max-width: 991px) {
  .videos-section .main-container {
    width: min(100%, calc(100% - 32px)) !important;
  }

  .videos-showcase {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .videos-main,
  .videos-main-video {
    min-height: 420px;
  }

  .videos-thumbs {
    flex-direction: row;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 4px;
  }

  .videos-thumb {
    min-width: 160px;
    height: 105px;
  }
}

@media screen and (max-width: 600px) {
  .videos-showcase {
    padding: 16px;
    border-radius: 24px;
  }

  .videos-main,
  .videos-main-video {
    min-height: 300px;
    border-radius: 18px;
  }

  .videos-main-glass {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 16px;
    border-radius: 16px;
  }
}

/* YouTube Videos section: large slider instead of broken iframe grid */
.youtube-videos-section {
  padding-top: 150px;
}

.youtube-videos-section .main-container {
  width: min(1400px, calc(100% - 100px)) !important;
  max-width: 1400px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

.youtube-videos-intro {
  max-width: 1180px !important;
  margin-bottom: 28px !important;
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: clamp(17px, 1.2vw, 21px) !important;
  line-height: 1.55 !important;
}

.youtube-video-showcase {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 190px !important;
  gap: 28px !important;
  align-items: stretch !important;
  width: 100% !important;
  padding: 30px !important;
  border-radius: 34px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.035)) !important;
  border: 1px solid rgba(255, 255, 255, 0.10) !important;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.10) !important;
  backdrop-filter: blur(18px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(140%) !important;
}

.youtube-video-main {
  position: relative !important;
  overflow: hidden !important;
  min-height: 560px !important;
  border-radius: 28px !important;
  background: #0e0e0e !important;
  border: 1px solid rgba(255, 255, 255, 0.10) !important;
}

.youtube-video-frame {
  width: 100% !important;
  height: 100% !important;
  min-height: 560px !important;
  display: block !important;
  border: 0 !important;
  border-radius: 28px !important;
  filter: grayscale(30%) saturate(70%) brightness(86%) contrast(106%) !important;
}

.youtube-video-glass {
  position: absolute !important;
  left: 28px !important;
  right: 28px !important;
  bottom: 28px !important;
  z-index: 2 !important;
  pointer-events: none !important;
  padding: 18px 22px !important;
  border-radius: 20px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06)) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  box-shadow:
    0 16px 42px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
  backdrop-filter: blur(18px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(145%) !important;
}

.youtube-video-kicker {
  color: rgba(255, 255, 255, 0.64) !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  margin-bottom: 6px !important;
}

.youtube-video-title {
  color: rgba(255, 255, 255, 0.96) !important;
  font-size: clamp(22px, 2vw, 34px) !important;
  line-height: 1.12 !important;
  font-weight: 500 !important;
}

.youtube-video-thumbs {
  display: flex !important;
  flex-direction: column !important;
  gap: 22px !important;
  justify-content: center !important;
}

.youtube-video-thumb {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: 122px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.10) !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, 0.05) !important;
  cursor: pointer !important;
  box-shadow: none !important;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease !important;
}

.youtube-video-thumb img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  filter: grayscale(55%) saturate(45%) brightness(78%) contrast(108%) !important;
  opacity: 0.78 !important;
  transition: filter 0.25s ease, opacity 0.25s ease, transform 0.25s ease !important;
}

.youtube-video-thumb:hover,
.youtube-video-thumb.is-active {
  transform: translateY(-2px) !important;
  border-color: rgba(255, 255, 255, 0.26) !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

.youtube-video-thumb:hover img,
.youtube-video-thumb.is-active img {
  filter: grayscale(25%) saturate(60%) brightness(86%) contrast(110%) !important;
  opacity: 1 !important;
  transform: scale(1.04) !important;
}

.youtube-play-icon {
  position: absolute !important;
  inset: 50% auto auto 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 2 !important;
  width: 42px !important;
  height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding-left: 3px !important;
  border-radius: 50% !important;
  color: rgba(255, 255, 255, 0.95) !important;
  font-size: 16px !important;
  line-height: 1 !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.10)) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  backdrop-filter: blur(12px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(12px) saturate(145%) !important;
}

@media screen and (max-width: 991px) {
  .youtube-videos-section .main-container {
    width: min(100%, calc(100% - 32px)) !important;
  }

  .youtube-video-showcase {
    grid-template-columns: 1fr !important;
    padding: 22px !important;
  }

  .youtube-video-main,
  .youtube-video-frame {
    min-height: 420px !important;
  }

  .youtube-video-thumbs {
    flex-direction: row !important;
    overflow-x: auto !important;
    justify-content: flex-start !important;
    padding-bottom: 4px !important;
  }

  .youtube-video-thumb {
    min-width: 160px !important;
    height: 105px !important;
  }
}

@media screen and (max-width: 600px) {
  .youtube-video-showcase {
    padding: 16px !important;
    border-radius: 24px !important;
  }

  .youtube-video-main,
  .youtube-video-frame {
    min-height: 300px !important;
    border-radius: 18px !important;
  }

  .youtube-video-glass {
    left: 14px !important;
    right: 14px !important;
    bottom: 14px !important;
    padding: 16px !important;
    border-radius: 16px !important;
  }
}

/* YouTube Videos section fix: keep the player widescreen, not square */
.youtube-video-showcase {
  grid-template-columns: minmax(0, 1fr) 180px !important;
  align-items: center !important;
}

.youtube-video-main {
  aspect-ratio: 16 / 9 !important;
  min-height: 0 !important;
  height: auto !important;
  border-radius: 28px !important;
}

.youtube-video-frame {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 9 !important;
  border-radius: 28px !important;
}

.youtube-video-thumbs {
  max-height: 520px !important;
  overflow-y: auto !important;
  padding-right: 4px !important;
  justify-content: flex-start !important;
}

.youtube-video-thumb {
  height: 96px !important;
  flex: 0 0 96px !important;
}

.youtube-video-glass {
  left: 22px !important;
  right: 22px !important;
  bottom: 22px !important;
}

/* Keep the thumbnail rail clean */
.youtube-video-thumbs::-webkit-scrollbar {
  width: 6px;
}

.youtube-video-thumbs::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
}

@media screen and (max-width: 991px) {
  .youtube-video-showcase {
    grid-template-columns: 1fr !important;
  }

  .youtube-video-main,
  .youtube-video-frame {
    min-height: 0 !important;
    aspect-ratio: 16 / 9 !important;
  }

  .youtube-video-thumbs {
    max-height: none !important;
    overflow-y: hidden !important;
    overflow-x: auto !important;
  }

  .youtube-video-thumb {
    min-width: 160px !important;
    height: 96px !important;
    flex: 0 0 160px !important;
  }
}

@media screen and (max-width: 600px) {
  .youtube-video-main,
  .youtube-video-frame {
    aspect-ratio: 16 / 9 !important;
    min-height: 0 !important;
  }

  .youtube-video-glass {
    position: static !important;
    margin: 12px !important;
  }
}

/* Global image effect update: match Publications / Awards image style */
.service-img,
.team-section .mission-img,
.microscopy-section .mission-img,
.projects-section .mission-img,
.equipments-section .mission-img {
  filter: grayscale(35%) saturate(65%) brightness(82%) contrast(108%) !important;
  opacity: 1 !important;
  transition: filter 0.35s ease, transform 0.35s ease, opacity 0.35s ease !important;
}

/* Keep hover subtle and consistent with the Publications / Awards look */
.services-item:hover .service-img,
.team-section .mission-right:hover .mission-img,
.microscopy-section .work-item:hover .mission-img,
.projects-section .work-item:hover .mission-img,
.equipments-section .work-item:hover .mission-img {
  filter: grayscale(22%) saturate(72%) brightness(86%) contrast(110%) !important;
  opacity: 1 !important;
  transform: scale(1.012) !important;
}

/* Publications / Awards image effect kept as the reference */
.publications-awards-section .hero-client-logo {
  filter: grayscale(35%) saturate(65%) brightness(82%) contrast(108%) !important;
  opacity: 1 !important;
}

/* Video thumbnails/images also follow the same calm visual language */
.youtube-video-thumb img {
  filter: grayscale(35%) saturate(65%) brightness(82%) contrast(108%) !important;
  opacity: 1 !important;
}

.youtube-video-thumb:hover img,
.youtube-video-thumb.is-active img {
  filter: grayscale(22%) saturate(72%) brightness(86%) contrast(110%) !important;
  opacity: 1 !important;
}

/* YouTube Videos section: horizontal thumbnail slider at the bottom */
.youtube-video-showcase {
  grid-template-columns: 1fr !important;
  gap: 22px !important;
}

.youtube-video-main {
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  min-height: 0 !important;
  height: auto !important;
}

.youtube-video-frame {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 9 !important;
}

.youtube-video-thumbs {
  display: flex !important;
  flex-direction: row !important;
  gap: 18px !important;
  justify-content: flex-start !important;
  align-items: center !important;
  width: 100% !important;
  max-height: none !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding: 4px 4px 10px !important;
  scroll-snap-type: x proximity !important;
}

.youtube-video-thumb {
  width: 190px !important;
  min-width: 190px !important;
  height: 108px !important;
  flex: 0 0 190px !important;
  scroll-snap-align: start !important;
}

.youtube-video-thumbs::-webkit-scrollbar {
  height: 6px !important;
  width: auto !important;
}

.youtube-video-thumbs::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.18) !important;
  border-radius: 999px !important;
}

.youtube-video-thumbs::-webkit-scrollbar-track {
  background: transparent !important;
}

@media screen and (max-width: 991px) {
  .youtube-video-thumb {
    width: 170px !important;
    min-width: 170px !important;
    height: 96px !important;
    flex-basis: 170px !important;
  }
}

@media screen and (max-width: 600px) {
  .youtube-video-showcase {
    gap: 16px !important;
  }

  .youtube-video-thumb {
    width: 145px !important;
    min-width: 145px !important;
    height: 82px !important;
    flex-basis: 145px !important;
    border-radius: 16px !important;
  }

  .youtube-play-icon {
    width: 34px !important;
    height: 34px !important;
    font-size: 13px !important;
  }
}

/* MI Lab section: liquid glass contact button */
.mi-lab-section .mi-lab-glass-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  margin-top: 12px !important;
  padding: 14px 26px !important;
  border-radius: 999px !important;
  color: rgba(255, 255, 255, 0.96) !important;
  text-decoration: none !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.055)) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
  backdrop-filter: blur(16px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(145%) !important;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease !important;
}

.mi-lab-section .mi-lab-glass-button:hover {
  transform: translateY(-2px) !important;
  color: #ffffff !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.21), rgba(255, 255, 255, 0.08)) !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
}

.mi-lab-section .mi-lab-glass-button:active {
  transform: translateY(0) !important;
}

/* Our Team section: liquid glass Read More button */
.team-section .team-glass-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  margin-top: 12px !important;
  padding: 14px 26px !important;
  border-radius: 999px !important;
  color: rgba(255, 255, 255, 0.96) !important;
  text-decoration: none !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.055)) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
  backdrop-filter: blur(16px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(145%) !important;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease !important;
}

.team-section .team-glass-button:hover {
  transform: translateY(-2px) !important;
  color: #ffffff !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.21), rgba(255, 255, 255, 0.08)) !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
}

.team-section .team-glass-button:active {
  transform: translateY(0) !important;
}

/* Publications / Awards and Collaborations: liquid glass buttons */
.publications-awards-section .publications-glass-button,
.collaborations-section .collaborations-glass-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  margin-top: 12px !important;
  padding: 14px 26px !important;
  border-radius: 999px !important;
  color: rgba(255, 255, 255, 0.96) !important;
  text-decoration: none !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.055)) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
  backdrop-filter: blur(16px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(145%) !important;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease !important;
}

.publications-awards-section .publications-glass-button:hover,
.collaborations-section .collaborations-glass-button:hover {
  transform: translateY(-2px) !important;
  color: #ffffff !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.21), rgba(255, 255, 255, 0.08)) !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
}

.publications-awards-section .publications-glass-button:active,
.collaborations-section .collaborations-glass-button:active {
  transform: translateY(0) !important;
}

/* Videos section: liquid glass contact button */
.youtube-videos-section .videos-glass-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  margin-left: 6px !important;
  padding: 12px 22px !important;
  border-radius: 999px !important;
  color: rgba(255, 255, 255, 0.96) !important;
  text-decoration: none !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.055)) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
  backdrop-filter: blur(16px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(145%) !important;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease !important;
}

.youtube-videos-section .videos-glass-button:hover {
  transform: translateY(-2px) !important;
  color: #ffffff !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.21), rgba(255, 255, 255, 0.08)) !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
}

.youtube-videos-section .videos-glass-button:active {
  transform: translateY(0) !important;
}

@media screen and (max-width: 600px) {
  .youtube-videos-section .videos-glass-button {
    margin-top: 10px !important;
    margin-left: 0 !important;
  }
}


/* Requested update: make Equipment, Microscopy, and Projects image labels match the video labels. */
.equipments-section .work-img-wrapp,
.microscopy-section .work-img-wrapp,
.projects-section .work-img-wrapp {
  position: relative !important;
  width: 100% !important;
  overflow: hidden !important;
  border-radius: 18px !important;
}

.equipments-section .work-img-wrapp::after,
.microscopy-section .work-img-wrapp::after,
.projects-section .work-img-wrapp::after,
.equipments-section .work-item::after,
.microscopy-section .work-item::after,
.projects-section .work-item::after {
  display: none !important;
  content: none !important;
}

.equipments-section .work-item .paragraph,
.microscopy-section .work-item .paragraph,
.projects-section .work-item .paragraph {
  position: static !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  transform: none !important;
  z-index: auto !important;
  display: block !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 12px 0 0 !important;
  padding: 0 4px 4px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 17px !important;
  line-height: 1.25 !important;
  font-weight: 500 !important;
  text-align: left !important;
  text-shadow: none !important;
  white-space: normal !important;
  box-sizing: border-box !important;
}

.equipments-section .work-item:hover .paragraph,
.equipments-section .work-item:focus-visible .paragraph,
.microscopy-section .work-item:hover .paragraph,
.microscopy-section .work-item:focus-visible .paragraph,
.projects-section .work-item:hover .paragraph,
.projects-section .work-item:focus-visible .paragraph {
  color: rgba(255, 255, 255, 0.98) !important;
  transform: none !important;
  background: transparent !important;
  border-color: transparent !important;
}

@media screen and (max-width: 600px) {
  .equipments-section .work-item .paragraph,
  .microscopy-section .work-item .paragraph,
  .projects-section .work-item .paragraph {
    margin-top: 10px !important;
    padding: 0 2px 3px !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
  }
}


/* Tidy image labels: reserve the same label area for every card so rows align neatly. */
.equipments-section .work-item,
.microscopy-section .work-item,
.projects-section .work-item {
  height: 100% !important;
}

.equipments-section .work-item .paragraph,
.microscopy-section .work-item .paragraph,
.projects-section .work-item .paragraph {
  height: 66px !important;
  min-height: 66px !important;
  max-height: 66px !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  overflow: hidden !important;
  line-height: 1.25 !important;
}

@media screen and (max-width: 600px) {
  .equipments-section .work-item .paragraph,
  .microscopy-section .work-item .paragraph,
  .projects-section .work-item .paragraph {
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
    line-height: 1.3 !important;
  }
}

/* Final alignment fix: reserve exactly 3 lines for every image label and keep image areas equal. */
.equipments-section .work-list,
.projects-section .work-list,
.microscopy-section .work-list,
.microscopy-section .work-list.microscopy-collapsed,
.microscopy-section .work-list.microscopy-expanded {
  align-items: stretch !important;
}

/* Remove masonry-style different sizes in these image grids so label length cannot change image size. */
.equipments-section .w-dyn-item,
.projects-section .w-dyn-item,
.microscopy-section .w-dyn-item,
.microscopy-section .w-dyn-item:nth-child(n) {
  grid-column: span 1 !important;
  grid-row: span 1 !important;
  min-width: 0 !important;
}

.equipments-section .work-item,
.equipments-section .w-dyn-item:nth-child(n) .work-item,
.projects-section .work-item,
.projects-section .w-dyn-item:nth-child(n) .work-item,
.microscopy-section .work-item,
.microscopy-section .w-dyn-item:nth-child(n) .work-item {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

.equipments-section .work-img-wrapp,
.projects-section .work-img-wrapp,
.microscopy-section .work-img-wrapp {
  width: 100% !important;
  height: 210px !important;
  min-height: 210px !important;
  max-height: 210px !important;
  flex: 0 0 210px !important;
  overflow: hidden !important;
  border-radius: 22px 22px 0 0 !important;
  box-sizing: border-box !important;
}

.equipments-section .mission-img,
.projects-section .mission-img,
.microscopy-section .mission-img,
.equipments-section .work-img-wrapp img,
.projects-section .work-img-wrapp img,
.microscopy-section .work-img-wrapp img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 22px 22px 0 0 !important;
}

.equipments-section .work-item .paragraph,
.projects-section .work-item .paragraph,
.microscopy-section .work-item .paragraph {
  --three-label-lines: calc(1.28em * 3);
  flex: 0 0 var(--three-label-lines) !important;
  height: var(--three-label-lines) !important;
  min-height: var(--three-label-lines) !important;
  max-height: var(--three-label-lines) !important;
  margin: 12px 0 0 !important;
  padding: 0 4px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  line-height: 1.28 !important;
  text-align: left !important;
  box-sizing: content-box !important;
}

@media screen and (max-width: 991px) {
  .equipments-section .work-img-wrapp,
  .projects-section .work-img-wrapp,
  .microscopy-section .work-img-wrapp {
    height: 200px !important;
    min-height: 200px !important;
    max-height: 200px !important;
    flex-basis: 200px !important;
  }
}

@media screen and (max-width: 600px) {
  .equipments-section .work-img-wrapp,
  .projects-section .work-img-wrapp,
  .microscopy-section .work-img-wrapp {
    height: 190px !important;
    min-height: 190px !important;
    max-height: 190px !important;
    flex-basis: 190px !important;
  }

  .equipments-section .work-item .paragraph,
  .projects-section .work-item .paragraph,
  .microscopy-section .work-item .paragraph {
    --three-label-lines: calc(1.3em * 3);
    line-height: 1.3 !important;
  }
}

/*
  Index theme extracted from index(20).html and prepared for the Publications page.
  Load this after css/style.css, or use style-publications-like-index.css as a replacement for css/style.css.
*/

/* Home page colour sync: matched to the Team page amber + dark liquid-glass palette */
:root {
  --team-bg: #050812;
  --team-bg-soft: #07121a;
  --team-card-dark: #090d14;
  --team-accent: #dc5f00;
  --team-accent-soft: rgba(220, 95, 0, 0.14);
  --team-accent-line: rgba(220, 95, 0, 0.42);
  --team-white-98: rgba(255, 255, 255, 0.98);
  --team-white-92: rgba(255, 255, 255, 0.92);
  --team-white-86: rgba(255, 255, 255, 0.86);
  --team-white-78: rgba(255, 255, 255, 0.78);
  --team-glass-border: rgba(255, 255, 255, 0.12);
  --team-glass-border-soft: rgba(255, 255, 255, 0.05);
  --team-glass-a: rgba(255, 255, 255, 0.11);
  --team-glass-b: rgba(255, 255, 255, 0.03);
}

html,
body {
  background-color: var(--team-bg) !important;
  background-image:
    radial-gradient(circle at 0% 88%, rgba(20, 52, 60, 0.32), transparent 34%),
    linear-gradient(180deg, var(--team-bg) 0%, var(--team-bg) 58%, var(--team-bg-soft) 100%) !important;
  background-attachment: fixed !important;
  color: var(--team-white-86) !important;
}

.header,
.hero-section,
.numbers-section,
.who-we-are-section,
.services-section,
.youtube-videos-section,
.work-section,
.publications-awards-section,
.clients-section,
.project-section,
.footer {
  background: transparent !important;
}

.header .main-container,
.hero-section .main-container,
.numbers-section .main-container,
.who-we-are-section .main-container,
.services-section .main-container,
.youtube-videos-section .main-container,
.work-section .main-container,
.publications-awards-section .main-container,
.clients-section .main-container,
.project-section .main-container,
.footer .main-container {
  width: min(1400px, calc(100% - 100px)) !important;
  max-width: 1400px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

.menu-item,
.paragraph,
.hero-paragraph,
.service-text,
.footer-text,
.footer-menu-link,
.footer-link,
.youtube-videos-intro,
.contact-link,
.work-title,
.project-heading,
.project-para {
  color: var(--team-white-86) !important;
}

.menu-item.w--current,
.menu-item:hover,
a,
.main-title,
.number-text-big,
.publication-award-kicker,
.youtube-video-kicker {
  color: var(--team-white-98) !important;
}

.main-title {
  letter-spacing: -0.03em !important;
}

.main-title::after,
.main-title-box::after {
  background: var(--team-accent) !important;
  box-shadow: 0 0 28px rgba(220, 95, 0, 0.62) !important;
}

.hero-video-card,
.hero-partners,
.mission-content,
.liquid-glass-container,
.ladybird-video-container,
.youtube-video-showcase,
.youtube-video-main,
.youtube-video-thumbs,
.work-item,
.project-item,
.inner-footer,
.publications-awards-slider,
.clients-wrapper,
.numbers-item {
  background:
    radial-gradient(circle at 12% 18%, var(--team-accent-soft), transparent 25%),
    linear-gradient(135deg, var(--team-glass-a), var(--team-glass-b)) !important;
  border: 1px solid var(--team-glass-border) !important;
  box-shadow:
    0 30px 86px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  backdrop-filter: blur(18px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(145%) !important;
}

.research-slider-viewport::after {
  content: "" !important;
  position: absolute !important;
  top: -18% !important;
  bottom: -18% !important;
  left: -42% !important;
  width: 44% !important;
  z-index: 3 !important;
  pointer-events: none !important;
  opacity: 0 !important;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), rgba(220, 95, 0, 0.14), transparent) !important;
  mix-blend-mode: screen !important;
}

.research-slider.is-changing .research-slider-viewport::after {
  animation: researchLightSweep 780ms ease-out both !important;
}

.hero-video-card,
.mission-content,
.youtube-video-main,
.work-item,
.project-item,
.numbers-item {
  border-radius: 34px !important;
}

.hero-partners,
.publications-awards-slider,
.youtube-video-thumbs,
.clients-wrapper,
.inner-footer {
  border-radius: 26px !important;
}

.services-item {
  background: var(--team-card-dark) !important;
  border: 1px solid var(--team-glass-border) !important;
  box-shadow:
    0 20px 58px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

.services-item::before,
.work-item::before,
.project-item::before,
.mission-content::before,
.hero-video-card::before,
.youtube-video-main::before,
.numbers-item::before {
  border-color: var(--team-glass-border-soft) !important;
}

.numbers-item-orange,
.numbers-item-grey,
.numbers-item-dark,
.numbers-item-grey-light {
  background:
    radial-gradient(circle at 12% 18%, rgba(220, 95, 0, 0.15), transparent 25%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.025)) !important;
}

.number-circle,
.number-circle-black,
.circle-dark,
.circle-orange,
.circle-grey,
.research-toggle-btn,
.mi-lab-glass-button,
.team-glass-button,
.videos-glass-button,
.youtube-play-icon,
.backtotop {
  background:
    radial-gradient(circle, var(--team-accent) 0 30%, rgba(220, 95, 0, 0.18) 31% 100%) !important;
  border: 1px solid rgba(220, 95, 0, 0.52) !important;
  box-shadow:
    0 0 0 8px rgba(220, 95, 0, 0.08),
    0 0 36px rgba(220, 95, 0, 0.50) !important;
  color: #ffffff !important;
}

.mi-lab-glass-button,
.team-glass-button,
.videos-glass-button,
.research-toggle-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.045)) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  color: var(--team-white-92) !important;
  backdrop-filter: blur(14px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(14px) saturate(140%) !important;
}

.mi-lab-glass-button:hover,
.team-glass-button:hover,
.videos-glass-button:hover,
.research-toggle-btn:hover,
.work-item:hover,
.project-item:hover,
.services-item:hover,
.numbers-item:hover {
  border-color: rgba(220, 95, 0, 0.42) !important;
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.42),
    0 0 0 7px rgba(220, 95, 0, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
}

.hero-client-logo,
.service-img,
.mission-img,
.work-img,
.project-img,
.publications-awards-slider .hero-client-logo,
.clients-logo {
  filter: grayscale(35%) saturate(65%) brightness(82%) contrast(108%) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}

.hero-client-logo:hover,
.service-img:hover,
.mission-img:hover,
.work-img:hover,
.project-img:hover,
.clients-logo:hover {
  filter: grayscale(20%) saturate(75%) brightness(88%) contrast(110%) !important;
}

.youtube-video-glass,
.work-title-box,
.project-text-box,
.service-text {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.045)) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  color: var(--team-white-92) !important;
}

.youtube-video-thumb.is-active,
.youtube-video-thumb:hover {
  border-color: rgba(220, 95, 0, 0.52) !important;
  box-shadow: 0 0 36px rgba(220, 95, 0, 0.35) !important;
}

::selection {
  background: rgba(220, 95, 0, 0.35) !important;
  color: #ffffff !important;
}

@media screen and (max-width: 991px) {
  .header .main-container,
  .hero-section .main-container,
  .numbers-section .main-container,
  .who-we-are-section .main-container,
  .services-section .main-container,
  .youtube-videos-section .main-container,
  .work-section .main-container,
  .publications-awards-section .main-container,
  .clients-section .main-container,
  .project-section .main-container,
  .footer .main-container {
    width: min(100%, calc(100% - 32px)) !important;
  }
}

@media screen and (max-width: 600px) {
  .header .main-container,
  .hero-section .main-container,
  .numbers-section .main-container,
  .who-we-are-section .main-container,
  .services-section .main-container,
  .youtube-videos-section .main-container,
  .work-section .main-container,
  .publications-awards-section .main-container,
  .clients-section .main-container,
  .project-section .main-container,
  .footer .main-container {
    width: min(100%, calc(100% - 24px)) !important;
  }
}

/* Balanced Team orange pass: midway between the first dark version and the stronger orange version */
:root {
  --team-accent-soft: rgba(220, 95, 0, 0.18) !important;
  --team-accent-line: rgba(220, 95, 0, 0.50) !important;
}

html,
body {
  background-image:
    radial-gradient(circle at 0% 88%, rgba(220, 95, 0, 0.12), transparent 34%),
    radial-gradient(circle at 92% 8%, rgba(220, 95, 0, 0.075), transparent 30%),
    radial-gradient(circle at 50% 48%, rgba(220, 95, 0, 0.035), transparent 38%),
    linear-gradient(180deg, #050812 0%, #060a12 56%, #07121a 100%) !important;
}

.header-inner {
  background:
    radial-gradient(circle at 15% 20%, rgba(220, 95, 0, 0.14), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,0.095), rgba(255,255,255,0.026)) !important;
  border: 1px solid rgba(220, 95, 0, 0.18) !important;
  box-shadow:
    0 20px 58px rgba(0, 0, 0, 0.34),
    0 0 36px rgba(220, 95, 0, 0.06),
    inset 0 1px 0 rgba(255,255,255,0.12) !important;
  backdrop-filter: blur(18px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(145%) !important;
}

.menu-item.w--current,
.menu-item:hover,
a:hover {
  color: #f07a18 !important;
  text-shadow: 0 0 16px rgba(220, 95, 0, 0.22) !important;
}

.main-title,
.number-text-big,
.mission-heading,
.publication-award-kicker,
.youtube-video-kicker {
  color: #ffffff !important;
  text-shadow: 0 0 24px rgba(220, 95, 0, 0.11) !important;
}

.main-title::after,
.main-title-box::after {
  height: 2px !important;
  background: #dc5f00 !important;
  box-shadow:
    0 0 16px rgba(220, 95, 0, 0.66),
    0 0 36px rgba(220, 95, 0, 0.28) !important;
}

.hero-video-card,
.hero-partners,
.mission-content,
.liquid-glass-container,
.ladybird-video-container,
.youtube-video-showcase,
.youtube-video-main,
.youtube-video-thumbs,
.work-item,
.project-item,
.inner-footer,
.publications-awards-slider,
.clients-wrapper,
.numbers-item,
.services-item {
  background:
    radial-gradient(circle at 10% 14%, rgba(220, 95, 0, 0.20), transparent 28%),
    radial-gradient(circle at 92% 86%, rgba(220, 95, 0, 0.07), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.100), rgba(255, 255, 255, 0.025)) !important;
  border-color: rgba(220, 95, 0, 0.18) !important;
  box-shadow:
    0 30px 86px rgba(0, 0, 0, 0.36),
    0 0 30px rgba(220, 95, 0, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.13) !important;
}

.hero-video-card:hover,
.hero-partners:hover,
.mission-content:hover,
.youtube-video-main:hover,
.work-item:hover,
.project-item:hover,
.publications-awards-slider:hover,
.clients-wrapper:hover,
.numbers-item:hover,
.services-item:hover {
  border-color: rgba(220, 95, 0, 0.36) !important;
  background:
    radial-gradient(circle at 10% 14%, rgba(220, 95, 0, 0.26), transparent 28%),
    radial-gradient(circle at 92% 86%, rgba(220, 95, 0, 0.10), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.112), rgba(255, 255, 255, 0.031)) !important;
  box-shadow:
    0 36px 96px rgba(0, 0, 0, 0.40),
    0 0 42px rgba(220, 95, 0, 0.095),
    inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
}

.number-circle,
.number-circle-black,
.circle-dark,
.circle-orange,
.circle-grey,
.youtube-play-icon,
.backtotop {
  background:
    radial-gradient(circle, #ec6a00 0 31%, rgba(220, 95, 0, 0.28) 32% 100%) !important;
  border-color: rgba(236, 106, 0, 0.58) !important;
  box-shadow:
    0 0 0 8px rgba(220, 95, 0, 0.095),
    0 0 38px rgba(220, 95, 0, 0.58) !important;
}

.mi-lab-glass-button,
.team-glass-button,
.videos-glass-button,
.research-toggle-btn {
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 138, 31, 0.24), transparent 34%),
    linear-gradient(135deg, rgba(220, 95, 0, 0.20), rgba(220, 95, 0, 0.08)) !important;
  border: 1px solid rgba(255, 122, 0, 0.40) !important;
  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.30),
    0 0 24px rgba(220, 95, 0, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
}

.mi-lab-glass-button:hover,
.team-glass-button:hover,
.videos-glass-button:hover,
.research-toggle-btn:hover {
  transform: translateY(-2px) !important;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 138, 31, 0.34), transparent 34%),
    linear-gradient(135deg, rgba(220, 95, 0, 0.28), rgba(220, 95, 0, 0.12)) !important;
  border-color: rgba(255, 138, 31, 0.58) !important;
}

.service-text,
.youtube-video-glass,
.work-title-box,
.project-text-box {
  background:
    linear-gradient(135deg, rgba(220, 95, 0, 0.22), rgba(220, 95, 0, 0.075)) !important;
  border-color: rgba(255, 122, 0, 0.28) !important;
  box-shadow: 0 12px 34px rgba(220, 95, 0, 0.075) !important;
}

.services-item::after,
.work-item::after,
.project-item::after,
.mission-content::after,
.hero-video-card::after,
.youtube-video-main::after,
.numbers-item::after {
  border-color: rgba(220, 95, 0, 0.09) !important;
}

.hero-client-logo,
.service-img,
.mission-img,
.work-img,
.project-img,
.publications-awards-slider .hero-client-logo,
.clients-logo {
  filter: grayscale(24%) saturate(78%) brightness(84%) contrast(109%) sepia(4%) !important;
  border-color: rgba(220, 95, 0, 0.12) !important;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.34), 0 0 20px rgba(220, 95, 0, 0.035) !important;
}

.hero-client-logo:hover,
.service-img:hover,
.mission-img:hover,
.work-img:hover,
.project-img:hover,
.clients-logo:hover {
  filter: grayscale(14%) saturate(92%) brightness(90%) contrast(111%) sepia(7%) !important;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.40), 0 0 30px rgba(220, 95, 0, 0.12) !important;
}

.youtube-video-thumb.is-active,
.youtube-video-thumb:hover {
  border-color: rgba(255, 122, 0, 0.56) !important;
  box-shadow:
    0 0 0 4px rgba(220, 95, 0, 0.08),
    0 0 32px rgba(220, 95, 0, 0.32) !important;
}

.hero-section::before,
.numbers-section::before,
.who-we-are-section::before,
.services-section::before,
.youtube-videos-section::before,
.work-section::before,
.publications-awards-section::before,
.clients-section::before,
.project-section::before {
  content: "" !important;
  display: block !important;
  width: min(1400px, calc(100% - 100px)) !important;
  height: 1px !important;
  margin: 0 auto 28px !important;
  background: linear-gradient(90deg, rgba(220,95,0,0), rgba(220,95,0,0.28), rgba(220,95,0,0)) !important;
  box-shadow: 0 0 18px rgba(220,95,0,0.16) !important;
}

@media screen and (max-width: 991px) {
  .hero-section::before,
  .numbers-section::before,
  .who-we-are-section::before,
  .services-section::before,
  .youtube-videos-section::before,
  .work-section::before,
  .publications-awards-section::before,
  .clients-section::before,
  .project-section::before {
    width: min(100%, calc(100% - 32px)) !important;
  }
}

/* Hero partners section: remove glass/background/effects only from the top partner logo strip */
.hero-section .hero-partners,
.hero-section .hero-partners:hover {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.hero-section .hero-partners::before,
.hero-section .hero-partners::after {
  display: none !important;
}

.hero-section .hero-client-logo,
.hero-section .hero-client-logo:hover {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  filter: none !important;
}

/* Additional green only in the page background — glass containers remain unchanged */
html,
body {
  background-image:
    radial-gradient(circle at 0% 88%, rgba(220, 95, 0, 0.12), transparent 34%),
    radial-gradient(circle at 92% 8%, rgba(220, 95, 0, 0.075), transparent 30%),
    radial-gradient(circle at 82% 72%, rgba(34, 139, 92, 0.16), transparent 34%),
    radial-gradient(circle at 18% 22%, rgba(20, 120, 82, 0.10), transparent 30%),
    radial-gradient(circle at 50% 48%, rgba(220, 95, 0, 0.035), transparent 38%),
    linear-gradient(180deg, #050812 0%, #060a12 56%, #07121a 100%) !important;
}

/* Background color fields now scroll with the page instead of staying fixed in the viewport.
   Green remains background-only and is not applied to glass containers. */
html {
  background: #050812 !important;
  background-image: none !important;
  background-attachment: scroll !important;
}

body {
  position: relative !important;
  overflow-x: hidden !important;
  background-color: #050812 !important;
  background-image: linear-gradient(180deg, #050812 0%, #060a12 56%, #07121a 100%) !important;
  background-attachment: scroll !important;
}

body::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  min-height: 100% !important;
  pointer-events: none !important;
  z-index: 0 !important;

  /* Repeating, scrollable background-only color spots.
     These are deliberately placed at different vertical and horizontal positions,
     so the color fields move out of view and new ones appear as the page scrolls. */
  background-image:
    radial-gradient(circle, rgba(220, 95, 0, 0.12), transparent 58%),
    radial-gradient(circle, rgba(34, 139, 92, 0.16), transparent 60%),
    radial-gradient(circle, rgba(220, 95, 0, 0.075), transparent 58%),
    radial-gradient(circle, rgba(20, 120, 82, 0.12), transparent 60%),
    radial-gradient(circle, rgba(220, 95, 0, 0.095), transparent 58%),
    radial-gradient(circle, rgba(34, 139, 92, 0.13), transparent 60%),
    radial-gradient(circle, rgba(220, 95, 0, 0.065), transparent 58%),
    radial-gradient(circle, rgba(20, 120, 82, 0.105), transparent 60%),
    radial-gradient(circle, rgba(220, 95, 0, 0.075), transparent 58%),
    radial-gradient(circle, rgba(34, 139, 92, 0.12), transparent 60%),
    linear-gradient(180deg, #050812 0%, #060a12 56%, #07121a 100%) !important;
  background-position:
    -260px 170px,
    calc(100% - 180px) 520px,
    44% 940px,
    8% 1450px,
    calc(100% + 210px) 1880px,
    58% 2380px,
    -210px 2940px,
    calc(100% - 80px) 3480px,
    34% 4140px,
    12% 4920px,
    center top !important;
  background-size:
    900px 900px,
    860px 860px,
    720px 720px,
    820px 820px,
    880px 880px,
    760px 760px,
    820px 820px,
    900px 900px,
    700px 700px,
    780px 780px,
    100% 100% !important;
  background-repeat: no-repeat !important;
}

body > * {
  position: relative !important;
  z-index: 1 !important;
}

/* Animated network background inspired by the reference image.
   It stays only in the page background, behind all content and glass cards. */
body::before {
  display: none !important;
}

body {
  position: relative !important;
  overflow-x: hidden !important;
  background-color: #050812 !important;
  background-image: linear-gradient(180deg, #050812 0%, #060a12 56%, #07121a 100%) !important;
}

.page-bg-network {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  overflow: hidden !important;
}

.page-bg-network::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background-image:
    radial-gradient(circle, rgba(220, 95, 0, 0.11), transparent 58%),
    radial-gradient(circle, rgba(34, 139, 92, 0.16), transparent 60%),
    radial-gradient(circle, rgba(220, 95, 0, 0.07), transparent 58%),
    radial-gradient(circle, rgba(20, 120, 82, 0.12), transparent 60%),
    radial-gradient(circle, rgba(220, 95, 0, 0.08), transparent 58%),
    radial-gradient(circle, rgba(34, 139, 92, 0.13), transparent 60%),
    radial-gradient(circle, rgba(220, 95, 0, 0.06), transparent 58%),
    radial-gradient(circle, rgba(20, 120, 82, 0.10), transparent 60%),
    radial-gradient(circle, rgba(220, 95, 0, 0.07), transparent 58%),
    radial-gradient(circle, rgba(34, 139, 92, 0.11), transparent 60%),
    linear-gradient(180deg, #050812 0%, #060a12 56%, #07121a 100%) !important;
  background-position:
    -260px 170px,
    calc(100% - 180px) 520px,
    44% 940px,
    8% 1450px,
    calc(100% + 210px) 1880px,
    58% 2380px,
    -210px 2940px,
    calc(100% - 80px) 3480px,
    34% 4140px,
    12% 4920px,
    center top !important;
  background-size:
    900px 900px,
    860px 860px,
    720px 720px,
    820px 820px,
    880px 880px,
    760px 760px,
    820px 820px,
    900px 900px,
    700px 700px,
    780px 780px,
    100% 100% !important;
  background-repeat: no-repeat !important;
  opacity: 1 !important;
}

#network-bg-canvas {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  opacity: 0.80 !important;
}

body > .page-bg-network {
  position: absolute !important;
  z-index: 0 !important;
}

@media screen and (max-width: 767px) {
  #network-bg-canvas {
    opacity: 0.62 !important;
  }
}

/* Remove the star-like points and connection lines; keep only the soft moving-color background feel. */
#network-bg-canvas {
  display: none !important;
}

.page-bg-network::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  opacity: 0.55 !important;
  background-image:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.035), transparent 24%),
    radial-gradient(circle at 78% 18%, rgba(165, 255, 222, 0.030), transparent 28%),
    radial-gradient(circle at 42% 34%, rgba(255, 180, 110, 0.022), transparent 26%),
    radial-gradient(circle at 70% 56%, rgba(130, 255, 205, 0.025), transparent 30%),
    radial-gradient(circle at 20% 78%, rgba(255, 160, 90, 0.020), transparent 28%) !important;
  background-size: 100% 1200px !important;
  background-repeat: repeat-y !important;
}

/* Research section slider: 1944 x 443 full-fit banners */
.research-slider {
  margin-top: 34px !important;
  width: 100% !important;
}

@keyframes researchSlideReveal {
  0% {
    opacity: 0;
    transform: translateX(34px) scale(1.035);
    clip-path: inset(0 0 0 100% round 34px);
    filter: blur(10px);
  }
  58% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
    clip-path: inset(0 0 0 0 round 34px);
    filter: blur(0);
  }
}

@keyframes researchImageDrift {
  0% { transform: scale(1.045) translateX(-0.8%); }
  100% { transform: scale(1.085) translateX(0.8%); }
}

@keyframes researchLightSweep {
  0% { transform: translateX(-130%) skewX(-18deg); opacity: 0; }
  18% { opacity: 0.65; }
  100% { transform: translateX(130%) skewX(-18deg); opacity: 0; }
}

.research-slider-viewport {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 1944 / 443 !important;
  min-height: 220px !important;
  overflow: hidden !important;
  isolation: isolate !important;
  border-radius: 34px !important;
  background:
    radial-gradient(circle at 10% 14%, rgba(220, 95, 0, 0.20), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.100), rgba(255, 255, 255, 0.025)) !important;
  border: 1px solid rgba(220, 95, 0, 0.18) !important;
  box-shadow:
    0 30px 86px rgba(0, 0, 0, 0.36),
    0 0 30px rgba(220, 95, 0, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.13) !important;
  backdrop-filter: blur(18px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(145%) !important;
}

.research-slider-track,
.research-slide {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.research-slide {
  opacity: 0 !important;
  transform: scale(1.025) !important;
  clip-path: inset(0 0 0 100% round 34px) !important;
  transition: opacity 520ms ease, transform 760ms ease !important;
  pointer-events: none !important;
  will-change: opacity, transform, clip-path !important;
}

.research-slide.is-active {
  opacity: 1 !important;
  transform: scale(1) !important;
  clip-path: inset(0 0 0 0 round 34px) !important;
  pointer-events: auto !important;
  animation: researchSlideReveal 860ms cubic-bezier(.2,.8,.2,1) both !important;
}

.research-slide-img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: inherit !important;
  filter: saturate(90%) brightness(88%) contrast(110%) !important;
  transform-origin: center center !important;
  will-change: transform !important;
}

.research-slide.is-active .research-slide-img {
  animation: researchImageDrift 4600ms ease-in-out both !important;
}

.research-slide-caption {
  position: absolute !important;
  left: clamp(18px, 3vw, 48px) !important;
  right: clamp(18px, 3vw, 48px) !important;
  bottom: clamp(16px, 2.4vw, 36px) !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-start !important;
  color: #fff !important;
  pointer-events: none !important;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.65) !important;
}

.research-slide-count {
  flex: none !important;
  padding: 10px 14px !important;
  border-radius: 999px !important;
  background: rgba(0, 0, 0, 0.34) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  color: rgba(255,255,255,0.88) !important;
  font-size: 14px !important;
  letter-spacing: 0.08em !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
}

.research-slider-arrow {
  position: absolute !important;
  top: 50% !important;
  z-index: 4 !important;
  transform: translateY(-50%) !important;
  width: clamp(42px, 4vw, 58px) !important;
  height: clamp(42px, 4vw, 58px) !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  background: rgba(0, 0, 0, 0.34) !important;
  color: #fff !important;
  font-size: clamp(34px, 3vw, 48px) !important;
  line-height: 1 !important;
  cursor: pointer !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
}

.research-slider-arrow:hover {
  border-color: rgba(220, 95, 0, 0.55) !important;
  box-shadow: 0 0 34px rgba(220, 95, 0, 0.24) !important;
}

.research-slider-prev { left: clamp(12px, 1.8vw, 24px) !important; }
.research-slider-next { right: clamp(12px, 1.8vw, 24px) !important; }

.research-slider-info {
  margin-top: 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  padding: 18px 22px !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 10% 14%, rgba(220, 95, 0, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.026)) !important;
  border: 1px solid rgba(220, 95, 0, 0.18) !important;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  backdrop-filter: blur(14px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(14px) saturate(140%) !important;
}

.research-slider-title {
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(24px, 3.2vw, 46px) !important;
  line-height: 1.05 !important;
  font-weight: 600 !important;
  letter-spacing: -0.035em !important;
}

.research-slider-current {
  flex: none !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 14px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

.research-slider-dots {
  display: flex !important;
  justify-content: center !important;
  gap: 14px !important;
  margin-top: 22px !important;
  flex-wrap: wrap !important;
}

.research-slider-dot {
  width: auto !important;
  min-height: 58px !important;
  padding: 16px 24px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.028)) !important;
  color: rgba(255,255,255,0.78) !important;
  font-size: clamp(16px, 1.35vw, 21px) !important;
  font-weight: 600 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.01em !important;
  cursor: pointer !important;
  box-shadow:
    0 10px 26px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255,255,255,0.10) !important;
  backdrop-filter: blur(12px) saturate(135%) !important;
  -webkit-backdrop-filter: blur(12px) saturate(135%) !important;
  transition: transform 220ms ease, color 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease !important;
}

.research-slider-dot:hover,
.research-slider-dot.is-active {
  transform: translateY(-2px) !important;
  color: #ffffff !important;
  border-color: rgba(220, 95, 0, 0.58) !important;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 138, 31, 0.24), transparent 34%),
    linear-gradient(135deg, rgba(220, 95, 0, 0.24), rgba(220, 95, 0, 0.08)) !important;
  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.30),
    0 0 28px rgba(220, 95, 0, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
}

@media screen and (max-width: 767px) {
  .research-slider-viewport {
    min-height: 260px !important;
    aspect-ratio: 16 / 9 !important;
    border-radius: 24px !important;
  }

  .research-slide,
  .research-slide.is-active {
    clip-path: inset(0 0 0 0 round 24px) !important;
  }

  .research-slide-caption {
    align-items: flex-start !important;
  }

  .research-slider-info {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  .research-slider-dots {
    justify-content: flex-start !important;
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    padding-bottom: 6px !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .research-slider-dot {
    flex: 0 0 auto !important;
    max-width: 320px !important;
    min-height: 52px !important;
    padding: 14px 20px !important;
    font-size: 15px !important;
    white-space: nowrap !important;
  }
}

/* Videos grid + popup player */
.youtube-videos-intro {
  max-width: 920px !important;
  margin-bottom: 34px !important;
}

.video-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 18px !important;
  align-items: stretch !important;
}

.video-grid-card {
  appearance: none !important;
  -webkit-appearance: none !important;
  cursor: pointer !important;
  text-align: left !important;
  padding: 10px !important;
  border-radius: 24px !important;
  border: 1px solid rgba(220, 95, 0, 0.18) !important;
  background:
    radial-gradient(circle at 10% 14%, rgba(220, 95, 0, 0.20), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,0.10), rgba(255,255,255,0.025)) !important;
  box-shadow:
    0 22px 58px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255,255,255,0.12) !important;
  color: #fff !important;
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease !important;
}

.video-grid-card:hover,
.video-grid-card:focus-visible {
  transform: translateY(-6px) !important;
  border-color: rgba(255, 122, 0, 0.56) !important;
  box-shadow:
    0 30px 78px rgba(0, 0, 0, 0.42),
    0 0 0 5px rgba(220, 95, 0, 0.08),
    0 0 34px rgba(220, 95, 0, 0.20),
    inset 0 1px 0 rgba(255,255,255,0.16) !important;
  outline: none !important;
}

.video-grid-thumb-wrap {
  position: relative !important;
  display: block !important;
  overflow: hidden !important;
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,0.06) !important;
}

.video-grid-thumb-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  filter: brightness(82%) saturate(88%) contrast(108%) !important;
  transform: scale(1.02) !important;
  transition: transform 320ms ease, filter 320ms ease !important;
}

.video-grid-card:hover .video-grid-thumb-wrap img,
.video-grid-card:focus-visible .video-grid-thumb-wrap img {
  transform: scale(1.08) !important;
  filter: brightness(92%) saturate(100%) contrast(112%) !important;
}

.video-grid-play {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding-left: 3px !important;
  color: #fff !important;
  background:
    radial-gradient(circle, #ec6a00 0 31%, rgba(220, 95, 0, 0.42) 32% 100%) !important;
  border: 1px solid rgba(236, 106, 0, 0.58) !important;
  box-shadow:
    0 0 0 8px rgba(220, 95, 0, 0.10),
    0 0 34px rgba(220, 95, 0, 0.55) !important;
  font-size: 17px !important;
  line-height: 1 !important;
}

.video-grid-title {
  display: block !important;
  margin-top: 12px !important;
  padding: 0 4px 4px !important;
  font-size: 17px !important;
  line-height: 1.25 !important;
  font-weight: 500 !important;
  color: rgba(255,255,255,0.92) !important;
}

.video-popup {
  position: fixed !important;
  inset: 0 !important;
  z-index: 10000 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 28px !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity 260ms ease, visibility 260ms ease !important;
}

.video-popup.is-open {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.video-popup-backdrop {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(0,0,0,0.76) !important;
  backdrop-filter: blur(12px) saturate(120%) !important;
  -webkit-backdrop-filter: blur(12px) saturate(120%) !important;
}

.video-popup-panel {
  position: relative !important;
  width: min(1120px, 94vw) !important;
  border-radius: 30px !important;
  padding: 16px !important;
  background:
    radial-gradient(circle at 10% 14%, rgba(220, 95, 0, 0.24), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,0.13), rgba(255,255,255,0.035)) !important;
  border: 1px solid rgba(255,122,0,0.32) !important;
  box-shadow:
    0 44px 120px rgba(0,0,0,0.62),
    0 0 44px rgba(220,95,0,0.14),
    inset 0 1px 0 rgba(255,255,255,0.14) !important;
  transform: translateY(18px) scale(0.97) !important;
  transition: transform 260ms ease !important;
}

.video-popup.is-open .video-popup-panel {
  transform: translateY(0) scale(1) !important;
}

.video-popup-close {
  position: absolute !important;
  top: -16px !important;
  right: -16px !important;
  width: 46px !important;
  height: 46px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(255,122,0,0.42) !important;
  background: rgba(10,13,20,0.92) !important;
  color: #fff !important;
  font-size: 30px !important;
  line-height: 40px !important;
  cursor: pointer !important;
  box-shadow: 0 14px 34px rgba(0,0,0,0.38), 0 0 22px rgba(220,95,0,0.22) !important;
}

.video-popup-frame-wrap {
  overflow: hidden !important;
  border-radius: 22px !important;
  aspect-ratio: 16 / 9 !important;
  background: #000 !important;
}

.video-popup-frame {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
}

.video-popup-caption {
  display: flex !important;
  justify-content: space-between !important;
  gap: 18px !important;
  align-items: center !important;
  padding: 14px 4px 0 !important;
}

.video-popup-kicker {
  color: #f07a18 !important;
  font-size: 13px !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

.video-popup-title {
  margin: 0 !important;
  color: #fff !important;
  font-size: 24px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
}

body.video-popup-open {
  overflow: hidden !important;
}

@media screen and (max-width: 1100px) {
  .video-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media screen and (max-width: 767px) {
  .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .video-grid-card {
    border-radius: 20px !important;
    padding: 8px !important;
  }

  .video-grid-title {
    font-size: 15px !important;
  }

  .video-popup {
    padding: 16px !important;
  }

  .video-popup-title {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 479px) {
  .video-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Videos: first row preview with faded lower rows + Show more */
.youtube-videos-section .video-grid {
  position: relative !important;
  transition: max-height 560ms cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.youtube-videos-section .video-grid.video-collapsed {
  max-height: var(--video-collapsed-height, 330px) !important;
  overflow: hidden !important;
}

.youtube-videos-section .video-grid.video-collapsed::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: min(190px, 48%) !important;
  pointer-events: none !important;
  background: linear-gradient(180deg, rgba(5, 8, 18, 0) 0%, rgba(5, 8, 18, 0.72) 58%, rgba(5, 8, 18, 0.98) 100%) !important;
  z-index: 4 !important;
}

.youtube-videos-section .video-grid.video-expanded {
  max-height: none !important;
  overflow: visible !important;
}

.video-toggle-wrap {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-top: 28px !important;
  position: relative !important;
  z-index: 5 !important;
}

.video-toggle-btn {
  min-width: 170px !important;
  padding: 15px 28px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 122, 0, 0.42) !important;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 138, 31, 0.26), transparent 34%),
    linear-gradient(135deg, rgba(220, 95, 0, 0.22), rgba(220, 95, 0, 0.08)) !important;
  color: #ffffff !important;
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.32),
    0 0 28px rgba(220, 95, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease, background 240ms ease !important;
}

.video-toggle-btn:hover,
.video-toggle-btn:focus-visible {
  transform: translateY(-2px) !important;
  border-color: rgba(255, 138, 31, 0.62) !important;
  box-shadow:
    0 22px 52px rgba(0, 0, 0, 0.40),
    0 0 36px rgba(220, 95, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
  outline: none !important;
}

/* Microscopy grid + popup image viewer */
.microscopy-section .work-wrapper {
  overflow: visible !important;
}

.microscopy-section .work-list,
.microscopy-section .work-list.microscopy-collapsed,
.microscopy-section .work-list.microscopy-expanded {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 18px !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

.microscopy-section .w-dyn-item {
  display: block !important;
}

.microscopy-section .work-item {
  cursor: pointer !important;
  height: 100% !important;
  padding: 10px !important;
  border-radius: 24px !important;
  border: 1px solid rgba(220, 95, 0, 0.18) !important;
  background:
    radial-gradient(circle at 10% 14%, rgba(220, 95, 0, 0.20), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,0.10), rgba(255,255,255,0.025)) !important;
  box-shadow:
    0 22px 58px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255,255,255,0.12) !important;
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease !important;
}

.microscopy-section .work-item:hover,
.microscopy-section .work-item:focus-visible {
  transform: translateY(-6px) !important;
  border-color: rgba(255, 122, 0, 0.56) !important;
  box-shadow:
    0 30px 78px rgba(0, 0, 0, 0.42),
    0 0 0 5px rgba(220, 95, 0, 0.08),
    0 0 34px rgba(220, 95, 0, 0.20),
    inset 0 1px 0 rgba(255,255,255,0.16) !important;
  outline: none !important;
}

.microscopy-section .work-img-wrapp {
  position: relative !important;
  overflow: hidden !important;
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,0.06) !important;
}

.microscopy-section .mission-img,
.microscopy-section .mission-img-right {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  display: block !important;
  object-fit: cover !important;
  border-radius: 18px !important;
  filter: brightness(82%) saturate(88%) contrast(108%) !important;
  transform: scale(1.02) !important;
  transition: transform 320ms ease, filter 320ms ease !important;
}

.microscopy-section .work-item:hover .mission-img,
.microscopy-section .work-item:focus-visible .mission-img {
  transform: scale(1.08) !important;
  filter: brightness(92%) saturate(100%) contrast(112%) !important;
}

.microscopy-section .paragraph {
  display: block !important;
  margin-top: 12px !important;
  padding: 0 4px 4px !important;
  color: rgba(255,255,255,0.92) !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
  font-weight: 500 !important;
}

.microscopy-toggle-wrap {
  display: none !important;
}

.microscopy-popup {
  position: fixed !important;
  inset: 0 !important;
  z-index: 10000 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 28px !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity 260ms ease, visibility 260ms ease !important;
}

.microscopy-popup.is-open {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.microscopy-popup-backdrop {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(0,0,0,0.78) !important;
  backdrop-filter: blur(12px) saturate(120%) !important;
  -webkit-backdrop-filter: blur(12px) saturate(120%) !important;
}

.microscopy-popup-panel {
  position: relative !important;
  width: min(1180px, 94vw) !important;
  max-height: 92vh !important;
  border-radius: 30px !important;
  padding: 16px !important;
  background:
    radial-gradient(circle at 10% 14%, rgba(220, 95, 0, 0.24), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,0.13), rgba(255,255,255,0.035)) !important;
  border: 1px solid rgba(255,122,0,0.32) !important;
  box-shadow:
    0 44px 120px rgba(0,0,0,0.62),
    0 0 44px rgba(220,95,0,0.14),
    inset 0 1px 0 rgba(255,255,255,0.14) !important;
  transform: translateY(18px) scale(0.97) !important;
  transition: transform 260ms ease !important;
}

.microscopy-popup.is-open .microscopy-popup-panel {
  transform: translateY(0) scale(1) !important;
}

.microscopy-popup-close {
  position: absolute !important;
  top: -16px !important;
  right: -16px !important;
  width: 46px !important;
  height: 46px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(255,122,0,0.42) !important;
  background: rgba(10,13,20,0.92) !important;
  color: #fff !important;
  font-size: 30px !important;
  line-height: 40px !important;
  cursor: pointer !important;
  box-shadow: 0 14px 34px rgba(0,0,0,0.38), 0 0 22px rgba(220,95,0,0.22) !important;
}

.microscopy-popup-img-wrap {
  overflow: hidden !important;
  border-radius: 22px !important;
  background: #000 !important;
}

.microscopy-popup-img {
  display: block !important;
  width: 100% !important;
  max-height: 74vh !important;
  object-fit: contain !important;
  border-radius: 22px !important;
}

.microscopy-popup-title {
  margin: 14px 4px 0 !important;
  color: #fff !important;
  font-size: 24px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
}

body.microscopy-popup-open {
  overflow: hidden !important;
}

@media screen and (max-width: 1100px) {
  .microscopy-section .work-list,
  .microscopy-section .work-list.microscopy-collapsed,
  .microscopy-section .work-list.microscopy-expanded {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media screen and (max-width: 767px) {
  .microscopy-section .work-list,
  .microscopy-section .work-list.microscopy-collapsed,
  .microscopy-section .work-list.microscopy-expanded {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .microscopy-section .work-item {
    border-radius: 20px !important;
    padding: 8px !important;
  }

  .microscopy-section .paragraph {
    font-size: 14px !important;
  }

  .microscopy-popup {
    padding: 16px !important;
  }

  .microscopy-popup-title {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 479px) {
  .microscopy-section .work-list,
  .microscopy-section .work-list.microscopy-collapsed,
  .microscopy-section .work-list.microscopy-expanded {
    grid-template-columns: 1fr !important;
  }
}

/* Microscopy: first row preview with faded lower rows + Show more */
.microscopy-section .work-wrapper {
  position: relative !important;
}

.microscopy-section .work-list {
  transition: max-height 560ms cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.microscopy-section .work-list.microscopy-collapsed {
  position: relative !important;
  max-height: var(--microscopy-collapsed-height, 360px) !important;
  overflow: hidden !important;
}

.microscopy-section .work-list.microscopy-collapsed::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: min(190px, 48%) !important;
  pointer-events: none !important;
  background:
    linear-gradient(180deg, rgba(5, 8, 18, 0) 0%, rgba(5, 8, 18, 0.72) 58%, rgba(5, 8, 18, 0.98) 100%) !important;
  z-index: 2 !important;
}

.microscopy-section .work-list.microscopy-expanded {
  max-height: none !important;
  overflow: visible !important;
}

.microscopy-toggle-wrap {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-top: 28px !important;
  position: relative !important;
  z-index: 3 !important;
}

.microscopy-toggle-btn {
  min-width: 170px !important;
  padding: 15px 28px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 122, 0, 0.42) !important;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 138, 31, 0.26), transparent 34%),
    linear-gradient(135deg, rgba(220, 95, 0, 0.22), rgba(220, 95, 0, 0.08)) !important;
  color: #ffffff !important;
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.32),
    0 0 28px rgba(220, 95, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease, background 240ms ease !important;
}

.microscopy-toggle-btn:hover,
.microscopy-toggle-btn:focus-visible {
  transform: translateY(-2px) !important;
  border-color: rgba(255, 138, 31, 0.62) !important;
  box-shadow:
    0 22px 52px rgba(0, 0, 0, 0.40),
    0 0 36px rgba(220, 95, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
  outline: none !important;
}

/* Microscopy image viewer popup */
.microscopy-section .work-item {
  cursor: zoom-in !important;
}

.microscopy-popup {
  position: fixed !important;
  inset: 0 !important;
  z-index: 10000 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 28px !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity 260ms ease, visibility 260ms ease !important;
}

.microscopy-popup.is-open {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.microscopy-popup-backdrop {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(2, 4, 10, 0.82) !important;
  backdrop-filter: blur(16px) saturate(135%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(135%) !important;
}

.microscopy-popup-panel {
  position: relative !important;
  width: min(1120px, 96vw) !important;
  max-height: 92vh !important;
  border-radius: 30px !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 12% 14%, rgba(220, 95, 0, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.035)) !important;
  border: 1px solid rgba(255,255,255,0.16) !important;
  box-shadow: 0 40px 120px rgba(0,0,0,0.58), inset 0 1px 0 rgba(255,255,255,0.14) !important;
  transform: translateY(18px) scale(0.985) !important;
  transition: transform 260ms ease !important;
}

.microscopy-popup.is-open .microscopy-popup-panel {
  transform: translateY(0) scale(1) !important;
}

.microscopy-popup-close {
  position: absolute !important;
  top: 16px !important;
  right: 16px !important;
  z-index: 2 !important;
  width: 46px !important;
  height: 46px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
  background: rgba(5, 8, 18, 0.72) !important;
  color: #fff !important;
  font-size: 30px !important;
  line-height: 42px !important;
  cursor: pointer !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}

.microscopy-popup-img-wrap {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-height: calc(92vh - 78px) !important;
  background: rgba(0,0,0,0.22) !important;
}

.microscopy-popup-img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: calc(92vh - 78px) !important;
  object-fit: contain !important;
}

.microscopy-popup-title {
  margin: 0 !important;
  padding: 18px 72px 20px 22px !important;
  color: rgba(255,255,255,0.92) !important;
  font-size: clamp(18px, 2vw, 26px) !important;
  line-height: 1.25 !important;
  font-weight: 400 !important;
}

body.microscopy-popup-open {
  overflow: hidden !important;
}

@media screen and (max-width: 767px) {
  .microscopy-popup { padding: 14px !important; }
  .microscopy-popup-panel { border-radius: 22px !important; width: 98vw !important; }
  .microscopy-popup-title { padding: 14px 62px 16px 16px !important; font-size: 17px !important; }
}

/* Microscopy labels: place text over the image instead of underneath */
.microscopy-section .work-img-wrapp {
  position: relative !important;
}

.microscopy-section .work-img-wrapp::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 58% !important;
  pointer-events: none !important;
  border-radius: 0 0 18px 18px !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(5, 8, 18, 0.54) 46%, rgba(5, 8, 18, 0.92) 100%) !important;
  z-index: 1 !important;
}

.microscopy-section .work-img-wrapp .paragraph {
  position: absolute !important;
  left: 12px !important;
  right: 12px !important;
  bottom: 12px !important;
  z-index: 2 !important;
  display: block !important;
  margin: 0 !important;
  padding: 9px 12px !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, rgba(5, 8, 18, 0.58), rgba(5, 8, 18, 0.28)) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.10), 0 10px 24px rgba(0,0,0,0.28) !important;
  color: rgba(255,255,255,0.96) !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  font-weight: 500 !important;
  text-shadow: 0 1px 12px rgba(0,0,0,0.75) !important;
  backdrop-filter: blur(10px) saturate(130%) !important;
  -webkit-backdrop-filter: blur(10px) saturate(130%) !important;
}

.microscopy-section .work-item:hover .work-img-wrapp .paragraph,
.microscopy-section .work-item:focus-visible .work-img-wrapp .paragraph {
  border-color: rgba(255, 122, 0, 0.38) !important;
  background: linear-gradient(135deg, rgba(220, 95, 0, 0.36), rgba(5, 8, 18, 0.38)) !important;
}

@media screen and (max-width: 767px) {
  .microscopy-section .work-img-wrapp .paragraph {
    left: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    padding: 8px 10px !important;
    font-size: 13px !important;
  }
}

/* Microscopy labels: wide liquid-glass pill near the bottom edge */
.microscopy-section .work-img-wrapp::after {
  height: 100% !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, rgba(5, 8, 18, 0.02) 0%, rgba(5, 8, 18, 0.10) 52%, rgba(5, 8, 18, 0.60) 100%) !important;
}

.microscopy-section .work-img-wrapp .paragraph {
  left: 50% !important;
  right: auto !important;
  top: 88% !important;
  bottom: auto !important;
  transform: translate(-50%, -50%) !important;
  width: calc(100% - 24px) !important;
  max-width: calc(100% - 24px) !important;
  min-width: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 8px 16px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, rgba(5, 8, 18, 0.62), rgba(5, 8, 18, 0.30)) !important;
  white-space: normal !important;
  box-sizing: border-box !important;
  box-decoration-break: clone !important;
  -webkit-box-decoration-break: clone !important;
}

.microscopy-section .work-item:hover .work-img-wrapp .paragraph,
.microscopy-section .work-item:focus-visible .work-img-wrapp .paragraph {
  transform: translate(-50%, -50%) scale(1.02) !important;
}

@media screen and (max-width: 767px) {
  .microscopy-section .work-img-wrapp .paragraph {
    top: 87% !important;
    width: calc(100% - 18px) !important;
    max-width: calc(100% - 18px) !important;
    padding: 7px 12px !important;
    font-size: 12.5px !important;
  }
}

/* Projects labels: match Microscopy bottom wide liquid-glass overlay */
.projects-section .work-img-wrapp {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 18px !important;
}

.projects-section .work-img-wrapp::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  z-index: 1 !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, rgba(5, 8, 18, 0.02) 0%, rgba(5, 8, 18, 0.10) 52%, rgba(5, 8, 18, 0.60) 100%) !important;
}

.projects-section .work-img-wrapp .paragraph {
  position: absolute !important;
  left: 50% !important;
  right: auto !important;
  top: 88% !important;
  bottom: auto !important;
  transform: translate(-50%, -50%) !important;
  z-index: 2 !important;
  width: calc(100% - 24px) !important;
  max-width: calc(100% - 24px) !important;
  min-width: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  margin: 0 !important;
  padding: 8px 16px !important;
  border-radius: 999px !important;
  box-sizing: border-box !important;
  background: linear-gradient(135deg, rgba(5, 8, 18, 0.62), rgba(5, 8, 18, 0.30)) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.10), 0 10px 24px rgba(0,0,0,0.28) !important;
  color: rgba(255,255,255,0.96) !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  font-weight: 500 !important;
  white-space: normal !important;
  text-shadow: 0 1px 12px rgba(0,0,0,0.75) !important;
  backdrop-filter: blur(10px) saturate(130%) !important;
  -webkit-backdrop-filter: blur(10px) saturate(130%) !important;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease !important;
}

.projects-section .work-item:hover .work-img-wrapp .paragraph,
.projects-section .work-item:focus-visible .work-img-wrapp .paragraph {
  transform: translate(-50%, -50%) scale(1.02) !important;
  border-color: rgba(255, 122, 0, 0.38) !important;
  background: linear-gradient(135deg, rgba(220, 95, 0, 0.36), rgba(5, 8, 18, 0.38)) !important;
}

.projects-section .work-item > .paragraph {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .projects-section .work-img-wrapp .paragraph {
    top: 87% !important;
    width: calc(100% - 18px) !important;
    max-width: calc(100% - 18px) !important;
    padding: 7px 12px !important;
    font-size: 12.5px !important;
  }
}

/* Projects grid: 5 columns, matching Microscopy layout */
.projects-section .work-wrapper {
  overflow: visible !important;
}

.projects-section .work-list,
.projects-section .work-list.projects-collapsed,
.projects-section .work-list.projects-expanded {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 18px !important;
  height: auto !important;
  overflow: visible !important;
}

.projects-section .w-dyn-item {
  display: block !important;
}

.projects-section .work-item {
  height: 100% !important;
  padding: 10px !important;
  border-radius: 24px !important;
  border: 1px solid rgba(220, 95, 0, 0.18) !important;
  background:
    radial-gradient(circle at 10% 14%, rgba(220, 95, 0, 0.20), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,0.10), rgba(255,255,255,0.025)) !important;
  box-shadow:
    0 22px 58px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255,255,255,0.12) !important;
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease !important;
}

.projects-section .work-item:hover,
.projects-section .work-item:focus-visible {
  transform: translateY(-6px) !important;
  border-color: rgba(255, 122, 0, 0.56) !important;
  box-shadow:
    0 30px 78px rgba(0, 0, 0, 0.42),
    0 0 0 5px rgba(220, 95, 0, 0.08),
    0 0 34px rgba(220, 95, 0, 0.20),
    inset 0 1px 0 rgba(255,255,255,0.16) !important;
  outline: none !important;
}

.projects-section .work-img-wrapp {
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
}

.projects-section .work-img-wrapp img,
.projects-section .mission-img,
.projects-section .work-img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 18px !important;
}

.projects-section .work-list {
  transition: max-height 560ms cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.projects-section .work-list.projects-collapsed {
  position: relative !important;
  max-height: var(--projects-collapsed-height, 360px) !important;
  overflow: hidden !important;
}

.projects-section .work-list.projects-collapsed::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: min(190px, 48%) !important;
  pointer-events: none !important;
  background:
    linear-gradient(180deg, rgba(5, 8, 18, 0) 0%, rgba(5, 8, 18, 0.72) 58%, rgba(5, 8, 18, 0.98) 100%) !important;
  z-index: 3 !important;
}

.projects-section .work-list.projects-expanded {
  max-height: none !important;
  overflow: visible !important;
}

.projects-toggle-wrap {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-top: 28px !important;
  position: relative !important;
  z-index: 4 !important;
}

.projects-toggle-btn {
  min-width: 170px !important;
  padding: 15px 28px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 122, 0, 0.42) !important;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 138, 31, 0.26), transparent 34%),
    linear-gradient(135deg, rgba(220, 95, 0, 0.22), rgba(220, 95, 0, 0.08)) !important;
  color: #ffffff !important;
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.32),
    0 0 28px rgba(220, 95, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease !important;
}

.projects-toggle-btn:hover,
.projects-toggle-btn:focus-visible {
  transform: translateY(-2px) !important;
  border-color: rgba(255, 138, 31, 0.64) !important;
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.38),
    0 0 34px rgba(220, 95, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
  outline: none !important;
}

@media screen and (max-width: 1200px) {
  .projects-section .work-list,
  .projects-section .work-list.projects-collapsed,
  .projects-section .work-list.projects-expanded {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media screen and (max-width: 991px) {
  .projects-section .work-list,
  .projects-section .work-list.projects-collapsed,
  .projects-section .work-list.projects-expanded {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media screen and (max-width: 767px) {
  .projects-section .work-list,
  .projects-section .work-list.projects-collapsed,
  .projects-section .work-list.projects-expanded {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }
}

@media screen and (max-width: 479px) {
  .projects-section .work-list,
  .projects-section .work-list.projects-collapsed,
  .projects-section .work-list.projects-expanded {
    grid-template-columns: 1fr !important;
  }
}

/* Equipment grid: match Projects / Microscopy 5-column image-card layout */
.equipments-section .work-wrapper {
  overflow: visible !important;
}

.equipments-section .work-list,
.equipments-section .work-list.equipments-collapsed,
.equipments-section .work-list.equipments-expanded {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 18px !important;
  height: auto !important;
  overflow: visible !important;
}

.equipments-section .w-dyn-item {
  display: block !important;
}

.equipments-section .work-item {
  height: 100% !important;
  padding: 10px !important;
  border-radius: 24px !important;
  border: 1px solid rgba(220, 95, 0, 0.18) !important;
  background:
    radial-gradient(circle at 10% 14%, rgba(220, 95, 0, 0.20), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,0.10), rgba(255,255,255,0.025)) !important;
  box-shadow:
    0 22px 58px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255,255,255,0.12) !important;
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease !important;
}

.equipments-section .work-item:hover,
.equipments-section .work-item:focus-visible {
  transform: translateY(-6px) !important;
  border-color: rgba(255, 122, 0, 0.56) !important;
  box-shadow:
    0 30px 78px rgba(0, 0, 0, 0.42),
    0 0 0 5px rgba(220, 95, 0, 0.08),
    0 0 34px rgba(220, 95, 0, 0.20),
    inset 0 1px 0 rgba(255,255,255,0.16) !important;
  outline: none !important;
}

.equipments-section .work-img-wrapp {
  position: relative !important;
  overflow: hidden !important;
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  border-radius: 18px !important;
}

.equipments-section .work-img-wrapp::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  z-index: 1 !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, rgba(5, 8, 18, 0.02) 0%, rgba(5, 8, 18, 0.10) 52%, rgba(5, 8, 18, 0.60) 100%) !important;
}

.equipments-section .work-img-wrapp img,
.equipments-section .mission-img,
.equipments-section .work-img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 18px !important;
}

.equipments-section .work-img-wrapp .paragraph {
  position: absolute !important;
  left: 50% !important;
  right: auto !important;
  top: 88% !important;
  bottom: auto !important;
  transform: translate(-50%, -50%) !important;
  z-index: 2 !important;
  width: calc(100% - 24px) !important;
  max-width: calc(100% - 24px) !important;
  min-width: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  margin: 0 !important;
  padding: 8px 16px !important;
  border-radius: 999px !important;
  box-sizing: border-box !important;
  background: linear-gradient(135deg, rgba(5, 8, 18, 0.62), rgba(5, 8, 18, 0.30)) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.10), 0 10px 24px rgba(0,0,0,0.28) !important;
  color: rgba(255,255,255,0.96) !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  font-weight: 500 !important;
  white-space: normal !important;
  text-shadow: 0 1px 12px rgba(0,0,0,0.75) !important;
  backdrop-filter: blur(10px) saturate(130%) !important;
  -webkit-backdrop-filter: blur(10px) saturate(130%) !important;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease !important;
}

.equipments-section .work-item:hover .work-img-wrapp .paragraph,
.equipments-section .work-item:focus-visible .work-img-wrapp .paragraph {
  transform: translate(-50%, -50%) scale(1.02) !important;
  border-color: rgba(255, 122, 0, 0.38) !important;
  background: linear-gradient(135deg, rgba(220, 95, 0, 0.36), rgba(5, 8, 18, 0.38)) !important;
}

.equipments-section .work-item > .paragraph {
  display: none !important;
}

.equipments-section .work-list {
  transition: max-height 560ms cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.equipments-section .work-list.equipments-collapsed {
  position: relative !important;
  max-height: var(--equipments-collapsed-height, 360px) !important;
  overflow: hidden !important;
}

.equipments-section .work-list.equipments-collapsed::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: min(190px, 48%) !important;
  pointer-events: none !important;
  background:
    linear-gradient(180deg, rgba(5, 8, 18, 0) 0%, rgba(5, 8, 18, 0.72) 58%, rgba(5, 8, 18, 0.98) 100%) !important;
  z-index: 3 !important;
}

.equipments-section .work-list.equipments-expanded {
  max-height: none !important;
  overflow: visible !important;
}

.equipments-toggle-wrap {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-top: 28px !important;
  position: relative !important;
  z-index: 4 !important;
}

.equipments-toggle-btn {
  min-width: 170px !important;
  padding: 15px 28px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 122, 0, 0.42) !important;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 138, 31, 0.26), transparent 34%),
    linear-gradient(135deg, rgba(220, 95, 0, 0.22), rgba(220, 95, 0, 0.08)) !important;
  color: #ffffff !important;
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.32),
    0 0 28px rgba(220, 95, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease !important;
}

.equipments-toggle-btn:hover,
.equipments-toggle-btn:focus-visible {
  transform: translateY(-2px) !important;
  border-color: rgba(255, 138, 31, 0.64) !important;
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.38),
    0 0 34px rgba(220, 95, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
  outline: none !important;
}

@media screen and (max-width: 1200px) {
  .equipments-section .work-list,
  .equipments-section .work-list.equipments-collapsed,
  .equipments-section .work-list.equipments-expanded {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media screen and (max-width: 991px) {
  .equipments-section .work-list,
  .equipments-section .work-list.equipments-collapsed,
  .equipments-section .work-list.equipments-expanded {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media screen and (max-width: 767px) {
  .equipments-section .work-list,
  .equipments-section .work-list.equipments-collapsed,
  .equipments-section .work-list.equipments-expanded {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .equipments-section .work-img-wrapp .paragraph {
    top: 87% !important;
    width: calc(100% - 18px) !important;
    max-width: calc(100% - 18px) !important;
    padding: 7px 12px !important;
    font-size: 12.5px !important;
  }
}

@media screen and (max-width: 479px) {
  .equipments-section .work-list,
  .equipments-section .work-list.equipments-collapsed,
  .equipments-section .work-list.equipments-expanded {
    grid-template-columns: 1fr !important;
  }
}

/* Publications / Awards: remove liquid-glass background from this section only */
.publications-awards-section .hero-partners,
.publications-awards-section .hero-partners:hover,
.publications-awards-section .publications-awards-slider,
.publications-awards-section .publications-awards-slider:hover {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.publications-awards-section .hero-partners::before,
.publications-awards-section .hero-partners::after,
.publications-awards-section .publications-awards-slider::before,
.publications-awards-section .publications-awards-slider::after {
  display: none !important;
}

/* Tighten vertical spacing between all homepage sections */
.header {
  padding-top: 22px !important;
  padding-bottom: 0 !important;
}

.hero-section {
  padding-top: 14px !important;
  padding-bottom: 24px !important;
}

.numbers-section,
.who-we-are-section,
.services-section,
.youtube-videos-section,
.work-section,
.projects-section,
.equipments-section,
.microscopy-section,
.publications-awards-section,
.clients-section,
.project-section,
.collaborations-section,
.mi-lab-section,
.team-section {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.hero-grid {
  padding-top: 48px !important;
}

.hero-under-text {
  margin-top: 42px !important;
}

.main-title {
  margin-bottom: 28px !important;
}

.main-title-box {
  margin-bottom: 0 !important;
}

.research-slider,
.video-grid,
.work-list,
.equipment-list,
.publication-list,
.microscopy-grid,
.projects-grid,
.equipments-grid {
  margin-top: 18px !important;
}

.youtube-videos-intro {
  margin-bottom: 22px !important;
}

.hero-section::before,
.numbers-section::before,
.who-we-are-section::before,
.services-section::before,
.youtube-videos-section::before,
.work-section::before,
.publications-awards-section::before,
.clients-section::before,
.project-section::before {
  margin: 0 auto 18px !important;
}

.footer {
  padding-top: 42px !important;
}

@media screen and (max-width: 767px) {
  .numbers-section,
  .who-we-are-section,
  .services-section,
  .youtube-videos-section,
  .work-section,
  .projects-section,
  .equipments-section,
  .microscopy-section,
  .publications-awards-section,
  .clients-section,
  .project-section,
  .collaborations-section,
  .mi-lab-section,
  .team-section {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .hero-grid {
    padding-top: 30px !important;
  }

  .main-title {
    margin-bottom: 20px !important;
  }
}

/* Swap image and text positions in the Our Team section */
.team-section .mission-grid {
  align-items: stretch !important;
}

.team-section .mission-right {
  order: 1 !important;
}

.team-section .mission-left {
  order: 2 !important;
}

.team-section .mission-right .mission-content,
.team-section .mission-left .mission-content {
  height: 100% !important;
}

.team-section .mission-img,
.team-section .mission-img.mission-img-right {
  width: 100% !important;
  height: 100% !important;
  min-height: 420px !important;
  object-fit: cover !important;
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  .team-section .mission-right {
    order: 1 !important;
  }

  .team-section .mission-left {
    order: 2 !important;
  }

  .team-section .mission-img,
  .team-section .mission-img.mission-img-right {
    min-height: 280px !important;
  }
}

/* Move the stats cards into the right side of the hero, matching the provided reference. */
.hero-section .hero-grid {
  min-height: 360px !important;
}

.hero-stats-rail {
  grid-column: 11 / 13 !important;
  grid-row: 1 !important;
  z-index: 4 !important;
  justify-self: end !important;
  align-self: center !important;
  width: min(100%, 150px) !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  padding-right: 18px !important;
}

.hero-stat-card.numbers-item {
  width: 100% !important;
  min-height: 78px !important;
  padding: 12px 12px 10px !important;
  border-radius: 12px !important;
  background:
    radial-gradient(circle at 10% 12%, rgba(220, 95, 0, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035)) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  backdrop-filter: blur(16px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(145%) !important;
}

.hero-stat-card .number-circle {
  width: 8px !important;
  height: 8px !important;
  box-shadow: 0 0 18px rgba(220, 95, 0, 0.55) !important;
}

.hero-stat-card .number-text-box {
  margin-top: auto !important;
}

.hero-stat-card .number-text-big {
  font-size: clamp(24px, 2.1vw, 34px) !important;
  line-height: 1 !important;
  margin-bottom: 3px !important;
}

.hero-stat-card .number-text-small {
  font-size: 8px !important;
  line-height: 1.15 !important;
  letter-spacing: -0.01em !important;
  color: rgba(255, 255, 255, 0.84) !important;
}

/* The stats have been transferred to the hero, so hide the old standalone stats section. */
.numbers-section {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .hero-stats-rail {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    order: 3 !important;
    width: 100% !important;
    padding-right: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .hero-stat-card.numbers-item {
    min-height: 96px !important;
  }
}

@media screen and (max-width: 767px) {
  .hero-stats-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media screen and (max-width: 479px) {
  .hero-stats-rail {
    grid-template-columns: 1fr !important;
  }
}

/* Hero right stats: larger cards, half outside the video border like the left text panel. */
.hero-section {
  overflow: visible !important;
}

.hero-section .hero-grid {
  position: relative !important;
}

.hero-stats-rail {
  position: absolute !important;
  top: 50% !important;
  right: 0 !important;
  transform: translate(50%, -50%) !important;
  grid-column: auto !important;
  grid-row: auto !important;
  width: clamp(170px, 13vw, 215px) !important;
  padding-right: 0 !important;
  z-index: 6 !important;
  gap: 18px !important;
}

.hero-stat-card.numbers-item {
  min-height: clamp(98px, 7.6vw, 126px) !important;
  padding: 18px 18px 15px !important;
  border-radius: 18px !important;
}

.hero-stat-card .number-circle {
  width: 11px !important;
  height: 11px !important;
}

.hero-stat-card .number-text-big {
  font-size: clamp(36px, 3.1vw, 52px) !important;
  line-height: 0.95 !important;
  margin-bottom: 8px !important;
}

.hero-stat-card .number-text-small {
  font-size: clamp(10px, 0.68vw, 12px) !important;
  line-height: 1.2 !important;
}

@media screen and (max-width: 1180px) and (min-width: 992px) {
  .hero-stats-rail {
    transform: translate(38%, -50%) !important;
    width: 175px !important;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    overflow: hidden !important;
  }

  .hero-stats-rail {
    position: static !important;
    top: auto !important;
    right: auto !important;
    transform: none !important;
    width: 100% !important;
    padding-right: 0 !important;
  }

  .hero-stat-card.numbers-item {
    min-height: 110px !important;
  }
}

/* Hero right stats: match the total height of the four cards to the left text container. */
@media screen and (min-width: 992px) {
  .hero-stats-rail {
    height: var(--hero-left-card-height, 320px) !important;
    width: clamp(142px, 10.5vw, 168px) !important;
    gap: 10px !important;
    align-self: center !important;
  }

  .hero-stat-card.numbers-item {
    flex: 1 1 0 !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 11px 13px 10px !important;
    border-radius: 14px !important;
  }

  .hero-stat-card .number-circle {
    width: 8px !important;
    height: 8px !important;
  }

  .hero-stat-card .number-text-big {
    font-size: clamp(25px, 2vw, 34px) !important;
    line-height: 0.95 !important;
    margin-bottom: 4px !important;
  }

  .hero-stat-card .number-text-small {
    font-size: clamp(8px, 0.58vw, 10px) !important;
    line-height: 1.12 !important;
  }
}

/* Hero right stats: synchronize the right stats rail with the left text container position. */
@media screen and (min-width: 992px) {
  .hero-stats-rail {
    top: var(--hero-left-card-top, 50%) !important;
    height: var(--hero-left-card-height, 320px) !important;
    transform: translate(50%, 0) !important;
  }
}

/* Hero stats: move the four number cards left so they sit inside the video border instead of outside it. */
@media screen and (min-width: 992px) {
  .hero-stats-rail {
    right: clamp(14px, 1.6vw, 24px) !important;
    transform: translate(0, 0) !important;
  }
}

/* Hero stats: make the text inside the four right-side cards bigger. */
.hero-stat-card .number-text-big {
  font-size: clamp(31px, 2.45vw, 42px) !important;
  line-height: 0.92 !important;
  margin-bottom: 5px !important;
}

.hero-stat-card .number-text-small {
  font-size: clamp(9.5px, 0.72vw, 12px) !important;
  line-height: 1.15 !important;
}

@media screen and (max-width: 991px) {
  .hero-stat-card .number-text-big {
    font-size: clamp(34px, 6vw, 48px) !important;
  }

  .hero-stat-card .number-text-small {
    font-size: clamp(11px, 2vw, 14px) !important;
  }
}

/* Hero stats: font-size-only increase for the four right-side cards. */
.hero-stat-card .number-text-big {
  font-size: clamp(38px, 3vw, 54px) !important;
  line-height: 0.92 !important;
}

.hero-stat-card .number-text-small {
  font-size: clamp(12px, 0.95vw, 15px) !important;
  line-height: 1.16 !important;
}

@media screen and (max-width: 991px) {
  .hero-stat-card .number-text-big {
    font-size: clamp(40px, 7vw, 58px) !important;
  }

  .hero-stat-card .number-text-small {
    font-size: clamp(13px, 2.5vw, 16px) !important;
  }
}

/* Hero stats: make only the numbers smaller; keep the label text size unchanged. */
.hero-stat-card .number-text-big {
  font-size: clamp(30px, 2.35vw, 42px) !important;
  line-height: 0.92 !important;
}

@media screen and (max-width: 991px) {
  .hero-stat-card .number-text-big {
    font-size: clamp(34px, 6vw, 48px) !important;
  }
}

.hamed-rajabi-highlight {
  color: #dc5f00 !important;
  font-weight: 700 !important;
}

/* Tighten the gap after the moved Publications / Awards section */
.publications-awards-section {
  padding-bottom: 12px !important;
}

.publications-awards-section .hero-partners {
  margin-top: 22px !important;
  padding-bottom: 16px !important;
}

.publications-awards-section .paragraph {
  margin-top: 10px !important;
  line-height: 1 !important;
}

.publications-awards-section .paragraph br {
  display: none !important;
}

.publications-awards-section .publications-glass-button {
  margin-top: 0 !important;
}

.publications-awards-section + .team-section {
  padding-top: 14px !important;
}

.publications-awards-section + .team-section::before {
  margin-bottom: 16px !important;
}

@media screen and (max-width: 767px) {
  .publications-awards-section {
    padding-bottom: 8px !important;
  }

  .publications-awards-section + .team-section {
    padding-top: 10px !important;
  }
}

/* Requested update: make Equipment, Microscopy, and Projects image labels match the video labels. */
.equipments-section .work-img-wrapp,
.microscopy-section .work-img-wrapp,
.projects-section .work-img-wrapp {
  position: relative !important;
  width: 100% !important;
  overflow: hidden !important;
  border-radius: 18px !important;
}

.equipments-section .work-img-wrapp::after,
.microscopy-section .work-img-wrapp::after,
.projects-section .work-img-wrapp::after,
.equipments-section .work-item::after,
.microscopy-section .work-item::after,
.projects-section .work-item::after {
  display: none !important;
  content: none !important;
}

.equipments-section .work-item .paragraph,
.microscopy-section .work-item .paragraph,
.projects-section .work-item .paragraph {
  position: static !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  transform: none !important;
  z-index: auto !important;
  display: block !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 12px 0 0 !important;
  padding: 0 4px 4px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 17px !important;
  line-height: 1.25 !important;
  font-weight: 500 !important;
  text-align: left !important;
  text-shadow: none !important;
  white-space: normal !important;
  box-sizing: border-box !important;
}

.equipments-section .work-item:hover .paragraph,
.equipments-section .work-item:focus-visible .paragraph,
.microscopy-section .work-item:hover .paragraph,
.microscopy-section .work-item:focus-visible .paragraph,
.projects-section .work-item:hover .paragraph,
.projects-section .work-item:focus-visible .paragraph {
  color: rgba(255, 255, 255, 0.98) !important;
  transform: none !important;
  background: transparent !important;
  border-color: transparent !important;
}

@media screen and (max-width: 600px) {
  .equipments-section .work-item .paragraph,
  .microscopy-section .work-item .paragraph,
  .projects-section .work-item .paragraph {
    margin-top: 10px !important;
    padding: 0 2px 3px !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
  }
}

/* =========================================================
   Publications page sync layer
   Applies the Index page dark amber/green liquid-glass look
   to Publications.html / publication listing components.
   ========================================================= */

/* Main page shell */
.publications-section,
.publication-section,
.all-publications-section,
.publications-page,
.publication-page,
body.publications-page,
body.publication-page {
  background: transparent !important;
  color: var(--team-white-86) !important;
}

.publications-section .main-container,
.publication-section .main-container,
.all-publications-section .main-container,
.publications-page .main-container,
.publication-page .main-container {
  width: min(1400px, calc(100% - 100px)) !important;
  max-width: 1400px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

/* Publication grids/cards */
.publication-list,
.publication-list2,
.publications-grid,
.publication-grid,
.publications-list,
.all-publications-list {
  border-radius: 34px !important;
  background: transparent !important;
  color: var(--team-white-86) !important;
}

.publication-list .work-item,
.publication-list2 .work-item,
.publication-item,
.publications-item,
.publication-card,
.publications-card,
.publication-list .w-dyn-item > a,
.publication-list2 .w-dyn-item > a,
.publication-list .w-dyn-item > div,
.publication-list2 .w-dyn-item > div {
  background:
    radial-gradient(circle at 10% 14%, rgba(220, 95, 0, 0.20), transparent 28%),
    radial-gradient(circle at 92% 86%, rgba(220, 95, 0, 0.07), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.100), rgba(255, 255, 255, 0.025)) !important;
  border: 1px solid rgba(220, 95, 0, 0.18) !important;
  border-radius: 34px !important;
  box-shadow:
    0 30px 86px rgba(0, 0, 0, 0.36),
    0 0 30px rgba(220, 95, 0, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.13) !important;
  backdrop-filter: blur(18px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(145%) !important;
  color: var(--team-white-86) !important;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease !important;
}

.publication-list .work-item:hover,
.publication-list2 .work-item:hover,
.publication-item:hover,
.publications-item:hover,
.publication-card:hover,
.publications-card:hover,
.publication-list .w-dyn-item > a:hover,
.publication-list2 .w-dyn-item > a:hover,
.publication-list .w-dyn-item > div:hover,
.publication-list2 .w-dyn-item > div:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(220, 95, 0, 0.36) !important;
  background:
    radial-gradient(circle at 10% 14%, rgba(220, 95, 0, 0.26), transparent 28%),
    radial-gradient(circle at 92% 86%, rgba(220, 95, 0, 0.10), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.112), rgba(255, 255, 255, 0.031)) !important;
  box-shadow:
    0 36px 96px rgba(0, 0, 0, 0.40),
    0 0 42px rgba(220, 95, 0, 0.095),
    inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
}

.publication-list img,
.publication-list2 img,
.publication-item img,
.publications-item img,
.publication-card img,
.publications-card img {
  filter: grayscale(24%) saturate(78%) brightness(84%) contrast(109%) sepia(4%) !important;
  border-color: rgba(220, 95, 0, 0.12) !important;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.34), 0 0 20px rgba(220, 95, 0, 0.035) !important;
}

.publication-list a,
.publication-list2 a,
.publications-page a,
.publication-page a,
.publication-heading,
.publications-heading,
.publication-title,
.publications-title {
  color: var(--team-white-98) !important;
}

.publication-list a:hover,
.publication-list2 a:hover,
.publications-page a:hover,
.publication-page a:hover {
  color: #f07a18 !important;
  text-shadow: 0 0 16px rgba(220, 95, 0, 0.22) !important;
}

.publication-text,
.publications-text,
.publication-meta,
.publications-meta,
.publication-authors,
.publication-abstract,
.publication-date {
  color: var(--team-white-78) !important;
}

.publications-section::before,
.publication-section::before,
.all-publications-section::before,
.publications-page main::before,
.publication-page main::before {
  content: "" !important;
  display: block !important;
  width: min(1400px, calc(100% - 100px)) !important;
  height: 1px !important;
  margin: 0 auto 28px !important;
  background: linear-gradient(90deg, rgba(220,95,0,0), rgba(220,95,0,0.28), rgba(220,95,0,0)) !important;
  box-shadow: 0 0 18px rgba(220,95,0,0.16) !important;
}

@media screen and (max-width: 991px) {
  .publications-section .main-container,
  .publication-section .main-container,
  .all-publications-section .main-container,
  .publications-page .main-container,
  .publication-page .main-container,
  .publications-section::before,
  .publication-section::before,
  .all-publications-section::before,
  .publications-page main::before,
  .publication-page main::before {
    width: min(100%, calc(100% - 32px)) !important;
  }
}

@media screen and (max-width: 600px) {
  .publications-section .main-container,
  .publication-section .main-container,
  .all-publications-section .main-container,
  .publications-page .main-container,
  .publication-page .main-container {
    width: min(100%, calc(100% - 24px)) !important;
  }
}
