/* Full Media Gallery embedded directly in the Home panel */
body[data-horizontal-ready="true"] #gallery.home-gallery-full-panel{
  padding:0!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  align-items:stretch!important;
  background:
    radial-gradient(circle at 90% 8%,rgba(225,42,62,.16),transparent 27%),
    radial-gradient(circle at 7% 88%,rgba(20,207,103,.16),transparent 30%),
    linear-gradient(135deg,#010c08 0%,#05261b 55%,#061710 100%)!important;
}
body[data-horizontal-ready="true"] #gallery.home-gallery-full-panel::before{
  content:"MEDIA"!important;
  right:-.02em!important;
  bottom:-.13em!important;
  color:rgba(255,255,255,.028)!important;
  font-size:clamp(9rem,24vw,24rem)!important;
}
#gallery .home-gallery-full-shell{
  position:relative;
  z-index:2;
  width:min(1420px,calc(100% - 64px));
  min-height:calc(100vh - var(--fil-nav-height,76px));
  margin:0 auto;
  padding:clamp(36px,4.8vw,70px) 0 84px;
  box-sizing:border-box;
}
#gallery .home-gallery-full-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:end;
  gap:28px;
  padding-bottom:24px;
  border-bottom:1px solid rgba(255,255,255,.13);
}
#gallery .home-gallery-full-head>div{min-width:0}
#gallery .home-gallery-full-head small{
  display:block;
  margin-bottom:10px;
  color:#61e99d;
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
#gallery .home-gallery-full-head h2{
  margin:0!important;
  color:#fff!important;
  font-size:clamp(3.3rem,7.4vw,7.5rem)!important;
  line-height:.86!important;
  letter-spacing:-.07em!important;
  text-align:left!important;
  text-transform:uppercase!important;
}
#gallery .home-gallery-full-head p{
  max-width:820px;
  margin:20px 0 0!important;
  color:#bdd3c8!important;
  font-size:clamp(.95rem,1.22vw,1.12rem)!important;
  font-weight:650!important;
  line-height:1.55!important;
  text-align:left!important;
}
#gallery .home-gallery-full-head>span{
  min-width:120px;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  color:#8aa99a;
  font-size:.68rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
#gallery .home-gallery-full-head>span strong{
  color:#fff;
  font-size:clamp(2.7rem,4vw,4.3rem);
  line-height:.9;
  letter-spacing:-.06em;
}
#gallery .home-gallery-full-filters{
  display:flex;
  align-items:center;
  gap:9px;
  flex-wrap:wrap;
  margin:23px 0 25px;
}
#gallery .home-gallery-full-filters button{
  min-height:42px;
  padding:0 16px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  color:#dbe9e2;
  background:rgba(255,255,255,.045);
  font:900 .68rem Montserrat,sans-serif;
  letter-spacing:.07em;
  cursor:pointer;
  transition:background .18s ease,border-color .18s ease,transform .18s ease;
}
#gallery .home-gallery-full-filters button:hover,
#gallery .home-gallery-full-filters button:focus-visible{transform:translateY(-1px);border-color:rgba(95,235,157,.52)}
#gallery .home-gallery-full-filters button.is-active{
  border-color:#16b864;
  color:#fff;
  background:linear-gradient(135deg,#109f57,#087440);
  box-shadow:0 10px 25px rgba(4,102,55,.22);
}
#gallery .home-gallery-full-grid{
  display:grid!important;
  grid-template-columns:repeat(12,minmax(0,1fr))!important;
  grid-auto-flow:dense;
  gap:17px!important;
  width:100%!important;
  min-width:0!important;
}
#gallery .home-gallery-full-card{
  position:relative;
  grid-column:span 4;
  min-width:0;
  min-height:270px;
  display:block;
  overflow:hidden;
  padding:0;
  border:1px solid rgba(255,255,255,.14);
  border-radius:25px;
  color:#fff;
  background:#061a12;
  box-shadow:0 26px 64px rgba(0,0,0,.28);
  cursor:pointer;
  text-align:left;
  font-family:Montserrat,sans-serif;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
#gallery .home-gallery-full-card:hover,
#gallery .home-gallery-full-card:focus-visible{
  transform:translateY(-4px);
  border-color:rgba(99,238,161,.54);
  box-shadow:0 34px 78px rgba(0,0,0,.36);
}
#gallery .home-gallery-full-card.is-lead{
  grid-column:span 7;
  grid-row:span 2;
  min-height:530px;
}
#gallery .home-gallery-full-card.is-side{grid-column:span 5;min-height:256px}
#gallery .home-gallery-full-card:nth-child(4):last-child{grid-column:span 12;min-height:245px}
#gallery .home-gallery-full-image{
  position:absolute;
  inset:0;
  display:block;
  overflow:hidden;
  background:#03120d;
}
#gallery .home-gallery-full-image::after{
  content:"";
  position:absolute;
  inset:22% 0 0;
  background:linear-gradient(transparent,rgba(2,15,10,.38) 25%,rgba(2,15,10,.95) 100%);
}
#gallery .home-gallery-full-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  filter:saturate(.94) contrast(1.03);
  transition:transform .4s ease,filter .4s ease;
}
#gallery .home-gallery-full-card:hover .home-gallery-full-image img{transform:scale(1.04);filter:saturate(1.05) contrast(1.04)}
#gallery .home-gallery-full-copy{
  position:absolute;
  z-index:3;
  left:clamp(18px,2vw,28px);
  right:clamp(18px,2vw,28px);
  bottom:clamp(18px,2vw,27px);
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
#gallery .home-gallery-full-copy small{
  display:inline-flex;
  min-height:29px;
  align-items:center;
  padding:0 10px;
  border-radius:999px;
  color:#fff!important;
  background:rgba(13,151,78,.92);
  font-size:.64rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  box-shadow:0 8px 20px rgba(0,0,0,.18);
}
#gallery .home-gallery-full-copy strong{
  max-width:900px;
  margin-top:12px;
  color:#fff!important;
  font-size:clamp(1.35rem,2.25vw,2.35rem);
  line-height:1;
  letter-spacing:-.045em;
}
#gallery .home-gallery-full-card:not(.is-lead) .home-gallery-full-copy strong{font-size:clamp(1.2rem,1.7vw,1.65rem)}
#gallery .home-gallery-full-copy>span{
  margin-top:9px;
  color:#c6d8cf;
  font-size:.74rem;
  font-weight:700;
}
#gallery .home-gallery-full-copy b{
  margin-top:15px;
  color:#78efad;
  font-size:.71rem;
  font-weight:900;
  letter-spacing:.09em;
}
#gallery .home-gallery-full-play{
  position:absolute;
  z-index:4;
  top:18px;
  right:18px;
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#075f38;
  background:#fff;
  font-style:normal;
  font-size:1.15rem;
  box-shadow:0 12px 30px rgba(0,0,0,.28);
}
#gallery .home-gallery-full-featured{
  position:absolute;
  z-index:4;
  top:18px;
  left:18px;
  min-height:30px;
  display:flex;
  align-items:center;
  padding:0 10px;
  border-radius:999px;
  color:#fff;
  background:#d92f48;
  font-style:normal;
  font-size:.62rem;
  font-weight:900;
  letter-spacing:.08em;
}
#gallery .home-gallery-full-empty{
  grid-column:1/-1;
  margin:0;
  padding:48px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:24px;
  color:#bdd2c8;
  background:rgba(255,255,255,.04);
  text-align:center;
  font-weight:700;
}
.home-full-media-modal{
  position:fixed;
  z-index:3200;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
  background:rgba(1,14,9,.9);
  backdrop-filter:blur(12px);
}
.home-full-media-modal.is-open{display:flex}
.home-full-media-modal-panel{
  position:relative;
  width:min(1120px,96vw);
  max-height:94vh;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  border-radius:24px;
  background:#061a12;
  box-shadow:0 40px 120px rgba(0,0,0,.5);
}
.home-full-media-modal-panel iframe{width:100%;aspect-ratio:16/9;display:block;border:0;background:#000}
.home-full-media-modal-panel [data-home-full-media-body]>img{width:100%;max-height:80vh;display:block;object-fit:contain;background:#000}
.home-full-media-modal-close{
  position:absolute;
  z-index:4;
  top:13px;
  right:13px;
  width:42px;
  height:42px;
  border:0;
  border-radius:50%;
  color:#06432a;
  background:#fff;
  font-size:1.45rem;
  cursor:pointer;
}
.home-full-media-modal-copy{display:flex;flex-direction:column;gap:4px;padding:16px 62px 18px 20px;color:#fff}
.home-full-media-modal-copy small{color:#71eaa9;font-size:.68rem;font-weight:900;letter-spacing:.08em}
.home-full-media-modal-copy strong{font-size:1rem}
@media(max-width:1050px){
  #gallery .home-gallery-full-shell{width:min(100% - 36px,1120px)}
  #gallery .home-gallery-full-card.is-lead{grid-column:span 12;grid-row:auto;min-height:430px}
  #gallery .home-gallery-full-card.is-side,#gallery .home-gallery-full-card{grid-column:span 6;min-height:270px}
  #gallery .home-gallery-full-card:nth-child(4):last-child{grid-column:span 6;min-height:270px}
}
@media(max-width:700px){
  #gallery .home-gallery-full-shell{width:calc(100% - 24px);padding:30px 0 58px}
  #gallery .home-gallery-full-head{grid-template-columns:1fr;align-items:start;gap:18px}
  #gallery .home-gallery-full-head>span{align-items:flex-start}
  #gallery .home-gallery-full-head h2{font-size:clamp(3rem,16vw,5.2rem)!important}
  #gallery .home-gallery-full-filters{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px}
  #gallery .home-gallery-full-filters button{flex:0 0 auto}
  #gallery .home-gallery-full-grid{grid-template-columns:1fr!important}
  #gallery .home-gallery-full-card,#gallery .home-gallery-full-card.is-lead,#gallery .home-gallery-full-card.is-side,#gallery .home-gallery-full-card:nth-child(4):last-child{grid-column:auto!important;grid-row:auto!important;min-height:300px!important;border-radius:21px}
  #gallery .home-gallery-full-copy strong,#gallery .home-gallery-full-card:not(.is-lead) .home-gallery-full-copy strong{font-size:1.45rem}
  .home-full-media-modal{padding:8px}
  .home-full-media-modal-panel{width:100%;border-radius:17px}
}
