@font-face {
  font-family: segoe;
  src: url(assets/NotoSans-VariableFont_wdth\,wght.ttf) format('truetype');
}

:root {
  color-scheme: light;
  --bg: #1b4d8f;
  --surface: #ecf1f6;
  --surface-strong: #f0f0f0;
  --text: #000;
  --muted: #666;
  --accent: #0078d4;
  --accent-dark: #003d7a;
  --shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  --border: #a0a0a0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: segoe, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.6;
  background: url("assets/blue-abstract.jpg");
  color: var(--text);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  font-family: segoe, system-ui, sans-serif;
}

.page-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
}

#navbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: linear-gradient(140deg, #82828277 0%, #e7e7e777 50%, #82828277 100%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 3px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(15px);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.6rem 0.8rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  isolation: isolate;
}

.brand-name {
  margin: 0;
  font-family: segoe, sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  color: #fff;
  font-weight: bold; 
  position: relative;
  left: -32px;
}



.brand-dot.glowing {
  filter: brightness(200%) saturate(70%)
}

.brand-dot {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  box-shadow: none;
  position: relative;
  transition: filter 1s ease, box-shadow 1s ease;
  mix-blend-mode: screen;
  z-index: 80;
}

.brand-dot .glowing {
  filter: brightness(200%)
}

.dot-orange {
  left: 17px;
  top: 5px;
  background: radial-gradient(circle at 50% 35%,rgb(255, 140, 0),  rgb(78, 37, 1) )
}

.dot-orange.glowing {
  box-shadow: 0 0 12px rgb(255, 187, 0) 
}

.dot-blue {
  right: 24px;
  bottom: 5px;
  background: radial-gradient(circle at 65% 75%,rgb(0, 170, 255),  rgb(1, 29, 78) )

}

.dot-blue.glowing{
  box-shadow: 0 0 12px rgb(0, 213, 255);
  
}

.dot-green {
  right: 42px;
  bottom: 5px;
  background: radial-gradient(circle at 35% 75%,rgb(123, 255, 0),  rgb(10, 78, 1) )
}

.dot-green.glowing {
  box-shadow: 0 0 12px rgb(123, 255, 0);
  
}


.site-nav a {
  margin-left: 1.5rem;
  color: #fff;
  font-size: 0.9rem;
  transition: color 0.2s ease, background 0.2s ease;
  font-weight: 500;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #e0e0ff;
}

#intro {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: center;
  padding: 0.8rem;
  border: 2px solid;
  border-color: #ffffff #808080 #808080 #ffffff;
  background: linear-gradient(to bottom, #ecf1f6, #dfdfdf);
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7) inset, -1px -1px 0 rgba(0, 0, 0, 0.2) inset;
}


.hero-card {
  padding: 0.8rem;
  border: 2px solid;
  border-color: #ffffff #808080 #808080 #ffffff;
  background: linear-gradient(to bottom, #ecf1f6, #dfdfdf);
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7) inset, -1px -1px 0 rgba(0, 0, 0, 0.2) inset;
  height: 100%;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000066;
  font-weight: bold;
}

.hero-card h1 {
  margin: 0 0 0.5rem;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #000080;
  font-weight: bold;
}

.hero-card p {
  margin: 0 0 0.5rem;
  color: #000;
  max-width: 100%;
  font-size: 0.95rem;
}

.hero-card p:last-child {
  margin-bottom: 0;
}

.hero-image {
  display: grid;
  place-items: center;
}

.hero-image img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border: 2px solid;
  border-color: #ffffff #808080 #808080 #ffffff;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7) inset, -1px -1px 0 rgba(0, 0, 0, 0.2) inset;
}

#memgallery {
  margin-top: 1.5rem;
  padding: 0.8rem;
  border: 2px solid;
  border-color: #ffffff #808080 #808080 #ffffff;
  background: linear-gradient(to bottom, #ecf1f6, #dfdfdf);
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7) inset, -1px -1px 0 rgba(0, 0, 0, 0.2) inset;
}

.section-heading {
  text-align: left;
  max-width: 100%;
  margin: 0 0 1rem;
}

.section-heading h2 {
  margin: 0;
  font-size: 1.2rem;
  color: #000080;
  font-weight: bold;
}

.section-heading p {
  margin: 0.3rem auto 0;
  color: #333;
  font-size: 0.9rem;
}

.slideshow-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border: 2px solid;
  border-color: #ffffff #808080 #808080 #ffffff;
  background: #ffffff;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7) inset, -1px -1px 0 rgba(0, 0, 0, 0.2) inset;
}

.mySlides {
  display: none;
  position: relative;
}

.mySlides.active {
  display: block;
}

.mySlides img {
  width: 100%;
  max-height: 400px;
  object-fit: contain;
  background: #fff;
}

.mySlides a {
  display: block;
}

.text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(38, 38, 38, 0.8);
  color: #fff;
  font-size: 0.95rem;
  padding: 0.8rem 1rem;
  letter-spacing: 0;
  backdrop-filter: blur(12px);
  z-index: 51;
}

.prev,.next {
  position: absolute;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  width: 5em;
  height: 5em;
  display: grid;
  place-items: center;
  transition: transform 0.2s ease;
  cursor: pointer;
  z-index: 50;
  transition: filter 0.2s;
  
}

.prev:hover, .next:hover {
    filter: brightness(150%)
}
.prev {
  left: 0.5rem;
}

.next {
  right: 0.5rem;
}

.prev img, .next img {
  width: 220%;
  height: auto; 
}

.dots-container {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.8rem;
}

.dot {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  border: 1px solid;
  border-color: #dfdfdf #808080 #808080 #dfdfdf;
  background: linear-gradient(135deg, #f0f0f0, #c0c0c0);
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7) inset, -1px -1px 0 rgba(0, 0, 0, 0.2) inset;
  cursor: pointer;
  transition: all 0.2s ease;
}

.dot:hover,
.dot:focus-visible {
  background: linear-gradient(135deg, #dfdfdf, #a0a0a0);
}

.dot.active {
  background: radial-gradient(circle at 35% 35%,rgb(0, 255, 0),  rgb(1, 78, 1) )
}

.fade a img {
  animation: fadein 0.6s ease;
}

@keyframes fadein {
  0% { 
    transform: rotateY(45deg) translateX(24em);
    opacity: 0.2; }
  100% { 
    opacity: 1; }
}

#credits {
  text-align: center;
  padding: 1rem;
  color: #fff;
  font-size: 0.85rem;
  margin-top: 1rem;
}

#credits a {
  color: #ffffcc;
  text-decoration: underline;
}

.slideshow-container .text {
  text-align: center;
  
}

@media (max-width: 900px) {
  #intro {
    grid-template-columns: 1fr;
    padding: 0.6rem;
  }

  .page-container {
    padding: 0.8rem;
  }
}

@media (max-width: 680px) {
  .site-nav {
    display: none;
  }

  .hero-card {
    padding: 0.6rem;
  }

  .hero-card h1 {
    font-size: 1.4rem;
  }

  .prev,
  .next {
    width: 4rem;
    height: 4rem;
  }

  .text {
    font-size: 0.85rem;
    padding: 0.6rem 0.8rem;
  }
}

