body {
    font-family: Cinzel, serif;
    background: #f4f4f4;
    text-align: center;
    padding: 40px;
}
html {
  scroll-behavior: smooth;
}

 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Cinzel, serif;
}

body {
  background-color: #EAEAEA; 
  color: #ffffff;
}

.navbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr; 
  align-items: center;
  padding: 14px 40px;
  background: rgba(255, 255, 255, 0.92); 
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  border-bottom: 2px solid rgba(13, 35, 58, 0.1); 
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.brand-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.nav-left {
  display: flex;
  justify-content: flex-start;
}

.nav-center {
  text-align: center;
}

.nav-right {
  display: flex;
  justify-content: flex-end;
}

.nav-logo-img {
  height: 36px;
  width: auto;
  display: block;
    transition: tramsform 0.2s ease;
}

.nav-logo-img:hover {
  transform: scale(1.00);
}

.brand-title {
  font-size: 2.2rem; 
  font-weight: 900;
  color: #0d233a; 
  text-decoration: none;
  font-family: system-ui, -apple-system, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.brand-title:hover {
  color: #1e40af;
}

.contact-btn {
background-color: #0d233a;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 7px 14px;
  border-radius: 30px;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(13, 35, 58, 0.2);
  transition: all 0.2s ease;
}

.contact-btn:hover {
    background-color: #1e40af;
      transform: translateY(-2px);
      box-shadow: 0 6px 16px rgba(30, 64, 175, 0.3);
}

.logo img {
  height: 60px; 
  width: auto;
    display: block;
}

.menu-toggle {
  background: none;
  border: none;
  font-size: 2.2rem;
  color: #0d233a; /* Dark Blue */
  cursor: pointer;
  padding: 5px 10px;
  transition: color 0.2s ease;
}

.menu-toggle:hover {
  color: #1e40af;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1001;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width:100%;
    overflow-x: hidden;
    background-color: #000000; 
}

.side-menu {
  position: fixed;
  top: 0;
  right: -300px; 
  width: 280px;
  height: 100%;
  background-color: #ffffff;
  z-index: 1002;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
  transition: right 0.3s ease-in-out;
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
}

.side-menu.active {
  right: 0;
}

.close-btn {
  background: none;
  border: none;
  font-size: 2.5rem;
  color: #0d233a;
  cursor: pointer;
  align-self: flex-end;
  margin-bottom: 30px;
}

.side-nav-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.side-nav-links a {
  color: #0d233a;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.side-nav-links a:hover,
.side-nav-links a.active {
  color: #1e40af;
  padding-left: 8px; 
}
.nav-links {
  display: flex;
  gap: 30px; 
    align-items: center;
}

.nav-btn {
  color: #0d233a;
  text-decoration: none; 
  font-size: 2rem; 
  font-weight: 700;
  transition: color 0.2s ease, border-bottom 0.2s ease;
  padding-bottom: 4px;
}


.nav-btn:hover,
.nav-btn.active {
  color: #CFEFFF; 
  border-bottom: 3px solid #CFEFFF;
}


.main {
    position: relative;
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 3%;
    overflow: hidden;
}

.main-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.film-strip-container {
  position: absolute;
  top: -10%;
  bottom: -15%;
  left: -20px;
  height: 125%;
  z-index: 2;
  pointer-events: none;
  display: flex;
  align-items: center;
}

.film-strip-img {
    height: 110%; 
    width: auto;
    object-fit: cover;
    filter: drop-shadow(-10px 15px 25px rgba(0, 0, 0, 0.7));
    opacity: 0.95; 
    transform: rotate(-2deg) scale(1.15); 
    transform-origin: center left;
}

.snowflakes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    pointer-events: none;
    z-index: 3;
}
.snowflake {
  color: #ffffff;
  font-size: 1.5rem;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
  position: absolute;
  top: -10%;
  animation-name: snowflakes-fall, snowflakes-shake;
  animation-duration: 10s, 3s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite, infinite;
  animation-play-state: running, running;
  opacity: 0.8;
}
.snowflake:nth-of-type(1)  { left: 10%; animation-delay: 0s, 0s; }
.snowflake:nth-of-type(2)  { left: 20%; animation-delay: 1s, 1s; font-size: 2rem; }
.snowflake:nth-of-type(3)  { left: 30%; animation-delay: 6s, 0.5s; }
.snowflake:nth-of-type(4)  { left: 40%; animation-delay: 4s, 2s; font-size: 3rem; }
.snowflake:nth-of-type(5)  { left: 50%; animation-delay: 2s, 1s; }
.snowflake:nth-of-type(6)  { left: 60%; animation-delay: 7s, 1.5s; font-size: 1.5rem; }
.snowflake:nth-of-type(7)  { left: 70%; animation-delay: 2.5s, 0s; }
.snowflake:nth-of-type(8)  { left: 80%; animation-delay: 1s, 1.5s; font-size: 4rem; }
.snowflake:nth-of-type(9)  { left: 90%; animation-delay: 3s, 1.5s; }
.snowflake:nth-of-type(10) { left: 95%; animation-delay: 5s, 2s; }

@keyframes snowflakes-fall {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}

@keyframes snowflakes-shake {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(80px);
  }
}


.main-content {
  position: relative !important;
  z-index: 10 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  min-height: 80vh !important;
  padding: 20px !important;
}

.main-title {
  font-size: 5rem; 
  font-weight: 800;
}

.main-subtitle {
  font-size: 1.8rem; 
  color: #dddddd;
  margin-top: 10px;
}

.content-section {
  min-height: 80vh;
  padding: 120px 60px 40px 60px;
}

.content-section h2 {
  font-size: 2.5rem;
}

.nav-cards-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(220px, 320px)) !important;
  gap: 24px !important;
  max-width: 700px !important;
  width: 100% !important;
  justify-content: center !important;
}

.nav-card {
  position: relative !important;
  border: 4px solid #ffffff !important;   
  border-radius: 40px !important;
  padding: 14px !important;              
  height: 200px !important;
  display: flex !important;
  text-decoration: none !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4) !important;
  box-sizing: border-box !important;
  transition: transform 0.3s ease !important;
}

.nav-card:nth-child(3) {
  grid-column: 1 / -1 !important;
  max-width: 360px !important;
  justify-self: center !important;
  width: 100% !important;
}

.nav-card-title {
  position: absolute !important;
  top: -20px !important;                
  left: 50% !important;
  transform: translateX(-50%) !important;
  background-color: #0c0a2b !important;  
  color: #ffffff !important;             
  font-family: system-ui, -apple-system, sans-serif !important;
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  padding: 0 16px !important;            
  white-space: nowrap !important;
  z-index: 5 !important;
}

.nav-card-inner {
  width: 100% !important;
  height: 100% !important;
  background-color: #e0f2fe !important;  
  border-radius: 26px !important;        
  transition: background-color 0.3s ease !important;
}

.nav-card:hover .nav-card-inner {
  background-color: #bae6fd !important;
}

.nav-card:hover {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4) !important;
}

@keyframes floatUpNDown {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}

.float-anim-1 { animation: floatUpNDown 3.5s ease-in-out infinite !important; }
.float-anim-2 { animation: floatUpNDown 4s ease-in-out infinite 0.5s !important; }
.float-anim-3 { animation: floatUpNDown 3.8s ease-in-out infinite 1s !important; }

/*For Phones */

/*Information Section beneath the "title" Page*/
.what-we-do {
  background-color: #0b0c2a !important; 
  color: #ffffff !important;
  padding: 60px 40px 100px 40px !important;
  position: relative;
  z-index: 10;
  font-family: system-ui, -apple-system, sans-serif;
}

.section-container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.section-title {
  font-size: 3.6rem !important;
  font-weight: 800 !important;
  margin: 1 1 10px 0 !important; 
  letter-spacing: -0.5px;
  color: #ffffff;
}

.section-divider {
  border: none !important;
  border-top: 1.5px solid #ffffff !important;
  margin-bottom: 40px !important;
  width: 100% !important;
}

.section-description {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #d1d5db;
  max-width: 820px;
  margin: 0 auto 50px auto;
  font-weight: 400;
}


/* Photo Page Layout */
body.photos-page {
  background-color: #0c0a2b;
  color: #ffffff;
  min-height: 100vh;
  font-family: system-ui, -apple-system, sans-serif;
}

.photos-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 120px 30px 60px 30px !important;
}

.gallery-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: #ffffff;
}

.gallery-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
    width: 1200px !important;
}

.gallery-item {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    object-position: top center !important;
    cursor: pointer;
    transition: transform 0.2s ease;
    aspect-ratio: auto !important; 
    overflow: hidden !important;
    border-radius: 8px !important;
    background-color: rgba (255, 255, 255, 0.05) !important;

}

.gallery-item img {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  display: block !important;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.gallery-item img:hover {
  transform: scale(1.03);
}

.gallery-item img {
  cursor: pointer;
  transition: transform 0.2s ease;
}

.photos-container img,
.gallery-grid img,
.gallery-item img {
  width: 1200px !important;
  max-width: none !important;
  height: 100% !important;
  max-height: 250px !important; 
  object-fit: cover !important;
  display: block !important;
}

.modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(6px);
  justify-content: center;
  align-items: center;
}

.modal.open {
  display: flex;
}

.modal-content {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain !important;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.modal-close {
  position: absolute;
  top: 25px;
  right: 35px;
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  transition: color 0.2s ease;
}

.modal-close:hover {
  color: #94a3b8;
}

/* Contact Page */
.direct-contact-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.contact-link-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 10px 14px;
  border-radius: 10px;
  color: #0284c7;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

.contact-link-item:hover {
  background-color: #e0f2fe;
  border-color: #bae6fd;
}

.link-icon {
  font-size: 1.1rem;
}

.divider-text {
  font-size: 0.85rem;
  color: #64748b;
  text-align: center;
  margin-bottom: 18px;
  position: relative;
}

.divider-text::before,
.divider-text::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 25%;
  height: 1px;
  background-color: #cbd5e1;
}

.divider-text::before {
  left: 0;
}

.divider-text::after {
  right: 0;
}

body.contact-page {
  background-color: #0c0a2b;
  min-height: 100vh;
  font-family: system-ui, -apple-system, sans-serif;
}

.contact-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 120px 20px 60px 20px;
}

.contact-card {
  display: flex;
  width: 900px;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.contact-form-side {
  flex: 1;
  padding: 50px 40px;
  color: #1e293b;
}

.contact-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0c0a2b;
  margin-bottom: 30px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.input-group {
  display: flex;
  align-items: center;
  background-color: #f1f5f9;
  border-radius: 12px;
  padding: 12px 16px;
}

.input-icon {
  margin-right: 12px;
  font-size: 1.1rem;
}

.input-group input, 
.input-group textarea {
  width: 100%;
  border: none;
  background: transparent;
  outline: none;
  font-size: 1rem;
  color: #0f172a;
}

.contact-form textarea {
  resize: vertical !important;
  max-width: 100% !important;
}

.send-btn {
  margin-top: 10px;
  background-color: #0284c7;
  color: #ffffff;
  border: none;
  padding: 14px;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.send-btn:hover {
  background-color: #0369a1;
}

.contact-image-side {
  flex: 1;
  background: linear-gradient(135deg, #e0f2fe 0%, #bae6fd 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.contact-graphic {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}


/* Resources Page */
body.resources-page {
  background-color: #0c0a2b;
  min-height: 100vh;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
}

.resources-wrapper {
  max-width: 950px;
  margin: 0 auto;
  padding: 120px 20px 60px 20px;
}

.resources-header {
  text-align: center;
  margin-bottom: 40px;
}

.resources-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.resources-subtitle {
  font-size: 1.1rem;
  color: #cbd5e1;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.5;
}

.resources-grid {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  max-width: 900px !important;
  margin: 0 auto !important;
  gap: 24px !important;
}

.resource-card {
  display: flex !important;
  flex-direction: row !important;
  width: 100% !important;
  height: 220px !important; 
  background-color: #ffffff !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3) !important;
}

.resource-video-side,
.gear-img-side {
  flex: 0 0 300px !important; 
  width: 300px !important;
  height: 100% !important;
  background-color: #f8fafc !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

.resource-video-side {
  flex: 1.1;
  background-color: #000000;
  position: relative;
  min-height: 250px;
}

.resource-video-side iframe {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
}

.resource-info-side {
  flex: 1 !important;
  padding: 24px 30px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.resource-tag {
  align-self: flex-start;
  background-color: #e0f2fe;
  color: #0284c7;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.resource-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0c0a2b;
  margin-bottom: 12px;
  line-height: 1.3;
}

.resource-description {
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.6;
}

.tutorials-container {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  max-width: 1100px !important;
  margin: 0 auto 60px auto !important;
  gap: 32px !important;
}

.video-card {
  display: flex !important;
  flex-direction: row !important;
  width: 100% !important;
  height: 350px !important;
  background-color: #ffffff !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4) !important;
}

.video-card-left {
  flex: 1.2 !important;
  height: 100% !important;
  background-color: #000000 !important;
  position: relative !important;
  border-right: 2px solid #e2e8f0 !important;
}

.video-card-left iframe {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  object-fit: cover !important;
}

.video-card-right {
  flex: 1 !important;
  height: 100% !important;
  padding: 40px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 100%) !important;
  box-sizing: border-radius: 0 20px 20px 0 !important;
}


.equipment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.equipment-card {
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease;
}

.equipment-card:hover {
  transform: translateY(-4px);
}

.equipment-img-container {
  width: 100%;
  height: 180px;
  background-color: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.equipment-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.equipment-details {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 100%);
}

.price-tag {
  align-self: flex-start;
  background-color: #dcfce7;
  color: #15803d;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 8px;
}

.equipment-name {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0c0a2b;
  margin: 0;
}

.equipment-desc {
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.5;
  margin: 0;
}

.gear-img-side {
  flex: 0 0 220px !important; 
  min-height: auto !important;
  padding: 15px !important;
  background-color: #f8fafc !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.gear-img-side img {
  width: 100% !important;
  height: 140px !important; 
  object-fit: contain !important;
}

.price-badge {
  align-self: flex-start;
  background-color: #dcfce7;
  color: #15803d;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 12px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.buy-link-btn {
  display: inline-block;
  align-self: flex-start;
  margin-top: 16px;
  background-color: #0284c7;
  color: #ffffff;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.buy-link-btn:hover {
  background-color: #0369a1;
}

    /* Board Members Page */
.board-grid-container {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 30px !important;
  width: 100% !important;
  max-width: 1050px !important;
  margin: 0 auto !important;
}

.board-card-vertical {
  width: 320px !important;
  background-color: #f4f9ff !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4) !important;
}

.board-card-banner {
  width: 100% !important;
  height: 220px !important;
  overflow: hidden !important;
}

.board-card-banner img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 220px !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}

.board-card-banner img.crop-top {
    object-position: center 10% !important;
}

.board-card-banner img.darren-zoom {
width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: 53% !important; 
  transform: scale(2.2) !important;     
  transform-origin: 53% !important; 
}

.board-card-body {
  padding: 24px 20px 28px 20px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.role-badge-green {
  background-color: #dcfce7 !important;
  color: #15803d !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  padding: 6px 14px !important;
  border-radius: 12px !important;
  margin-bottom: 16px !important;
  display: inline-block !important;
}

.board-card-name {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: #0a0e27 !important;
  margin: 0 0 12px 0 !important;
}

.board-card-bio {
  font-size: 0.95rem !important;
  color: #475569 !important;
  line-height: 1.5 !important;
  margin: 0 0 24px 0 !important;
}

.board-card-btn {
  background-color: #3b82f6 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  padding: 12px 24px !important;
  border-radius: 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}
