html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}

.clearfix:after {visibility: hidden; display: block; font-size: 0; content: ''; clear: both; height: 0; }

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.visuallyHidden:not(:focus):not(:active) { position: absolute; width: 1px; height: 1px; margin: -1px;border: 0;padding: 0;white-space: nowrap;clip-path: inset(100%);clip: rect(00 0 0);overflow: hidden;}

.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; border: 0; padding: 0; white-space: nowrap; clip-path: inset(100%); clip: rect(0 0 0 0); overflow: hidden;}

button {background: transparent; border: none; outline: none }

html {
  font-family: 'lexend deca', 'helvetica', 'arial';
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  line-height: 1.5;
  font-weight: 300;
}

strong {
  font-weight: 600;
}

main {
  padding: 10%;
}

h1 {
  margin-top: 0;
  text-decoration: none;
}

h1, h2, h3 {
  font-family: 'lexend zetta', 'helvetica', 'arial';
  font-size: 5.1vw;
  font-weight: 900;
  color: #1846c7;
}

h2 {
  font-size: 2.9vw;
}

h3 {
  font-size: 3rem;
  margin: 0 0 2rem 0;
}

h4 {
  font-size: 2rem;
  color: #1846c7;
  margin: 2rem 0 1rem 0;
}

p, li {
  font-size: 1.9rem;
  margin: .5rem 0;
  list-style: none;
}

ul {
  padding: 0;
}

.list {
  margin: 0;
  padding: 0 0 0 2.3rem;
}

.list li {
  list-style: circle;
}

iframe {
  width: 100%;
  /* margin: 1rem 0; */
}

nav {
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 1.5vmax;
  font-family: 'lexend zetta', 'helvetica', 'arial';
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.906);
  padding: 0 1rem;
}

nav a {
  background: #1846c7;
  padding: 1rem 1.62rem;
  color: #fff;
  text-decoration: none;
  margin: 1rem;
  font-size: 2vmin;
  font-weight: 700;
}

nav a:hover {
  background: #fff;
  color: #1846c7;
}

.box {
  border: 1px solid #1846c7;
  padding: 2rem;
  /* margin: 4rem 0; */
  display: inline-block;
}

.box h4 {
  margin-top: 0;
}

.emph {
  border: 1px solid #1846c7;
  color: #1846c7;
  padding: 1rem;
  font-family: 'lexend zetta', 'helvetica', 'arial';
  width: auto;
  display: inline-block;
}

.inv {
  color: #fff;
  background: #1846c7;;
}

.emph span {
  font-family: 'lexend deca';
  font-weight: 400;
  color: #000;
}


img {
  width: 100%;
  height: auto;              /* Allows the image to keep its natural aspect ratio */
  max-height: 100%;          /* Prevents the image from bursting out of the column */
  object-fit: contain;       /* Ensures the entire image is visible without cropping */
  display: block;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 6rem;
}

.flex li {
  min-width: 300px;
  object-fit: cover;
  flex: 1;
}

.imgFlex {
  display: flex;
  align-items: center;       /* Centers the image vertically */
  justify-content: center;   /* Centers the image horizontally */
  flex: 1.62;
  border: 1px dashed #1846c7;
  /* border-width: 2px 0; */
  padding: 2rem;
}

hr {
  border: solid #1846c7;
  border-width: 1px 0 0 0;
  margin: 8rem 0;
}


.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 4rem;
  place-items: center;
  width: calc(100% - 3px);
}

.grid li {
  /* border: 1px dashed #1846c7; */
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1846c7;
  aspect-ratio: 1/1;
}

.grid li img {
  height: 100%;
  object-fit: cover;
}


.grid .label {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 2rem;
  /* border: 3rem solid #fff; */
}

.label h4 {
  color: #fff;
}

.grid li:not(.label) { cursor: zoom-in; }

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(10, 10, 11, 0.96);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease;
  z-index: 1000;
}

.lightbox.open { opacity: 1; visibility: visible; }

.lightbox-stage {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 90px;
}

.lightbox img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 2px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
  opacity: 0;
  transform: scale(0.98);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.lightbox img.visible { opacity: 1; transform: scale(1); }

.lightbox-close,
.lightbox-nav {
  position: absolute;
  background: none;
  border: none;
  color: #e8e6e1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.lightbox-close:hover, .lightbox-nav:hover { opacity: 1; }

.lightbox-close { top: 20px; right: 24px; font-size: 28px; width: 44px; height: 44px; }

.lightbox-nav { top: 50%; transform: translateY(-50%); width: 56px; height: 56px; font-size: 30px; }
.lightbox-nav.prev { left: 8px; }
.lightbox-nav.next { right: 8px; }

.lightbox-counter {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #999;
}

@media (max-width: 640px) {
  .lightbox-stage { padding: 70px 16px; }
  .lightbox-nav { width: 44px; height: 44px; font-size: 24px; }
  .lightbox-nav.prev { left: 0; }
  .lightbox-nav.next { right: 0; }
  main {
    padding: 5%;
  }
  h1 {
    margin-top: 6rem;
  }
  html {
    font-size: 55%;
  }
  nav a{
    margin: 1rem 0;
  }
  h1 {
    font-size: 5.8vw;
  }
  h2 {
    font-size: 3.3vw;
  }
  .grid .label {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    background: #fff;
    border: 1px solid #1846c7;
  }
  .label h4 {
    color: #1846c7;
  }
  .grid li:not(.label) { 
    cursor: default; 
  }
  .grid li {
    aspect-ratio: auto;
  }
}

