body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}


/* Hide text until fonts load */
.fonts-loading body, 

/**************************************/
/********** BANNER STYLES***************/
/**************************************/
#fog-block {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  background: none;
}
/**LANDING PAGE ONLY!!!! **/
.fog-video-hero {
  padding-top: 55px;
}
/* Shared layer rules */
#fog-block::before, #fog-block::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  will-change: opacity;
} /* IMAGE 1 (default / visible most of the time) */ #fog-block::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("/Portals/1/Page-Assets/home/shoulders-frame1v2.jpg");
  opacity: 1;
} /* IMAGE 2 (briefly fades in) */ #fog-block::after {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("/Portals/1/Page-Assets/home/shoulders-frame1v2.jpg");
  opacity: 0;
  animation: heroSwap 31s infinite;
} /* Timeline (121s total): 0–60s → Image 1 showing 60–60.5s → FAST fade to Image 2 60.5–120.5 → Image 2 holding 120.5–121 → FAST fade back to Image 1 */ @keyframes heroSwap {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  } /* hold image 1 */ 50% {
    opacity: 1;
  } /* 0.5s fade in */ 95% {
    opacity: 1;
  } /* hold image 2 */ 100% {
    opacity: 0;
  } /* 0.5s fade out */
} /* Keep existing stacking intact */
.fog-scene {
  z-index: 1;
}
.video-layer {
  z-index: 2;
} /* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  #fog-block::after {
    animation: none;
    opacity: 0;
  }
}
/* === FOG BACKGROUND === */
#fog-block .fog-scene {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#fog-block .fog-scene canvas {
  width: 100%;
  height: 100%;
  display: block;
}
/* === VIDEO + CONTENT LAYER === */
#fog-block .video-layer {
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  padding: clamp(2rem, 6vw, 6rem) clamp(1rem, 5vw, 4rem);
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
#fog-block .video-wrap {
  text-align-last: center;
}
#fog-block .video-wrap video {
  object-fit: cover;
}
#fog-block .content {
  display: flex;
  flex-direction: column;
  align-items: center; /* centers button under the text */
}
#fog-block .content {
  padding: 0;
  max-width: 520px;
}
#fog-block .content h1 {
  color: #fff;
  text-align: center;
  font-family:
    "Oswald", "Arial Narrow", "Franklin Gothic Medium", "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  margin: 0px;
  line-height: 1.15; /* responsive sizing */ font-size: 4rem;
  margin-bottom: 20px;
}
#fog-block p {
  color: #fff;
  text-align: center;
}
#fog-block .content h1 .big {
  display: inline-block;
  font-style: italic;
  color: #e1c186;
  font-weight: 900;
  position: relative;
  left: -15px; /* responsive sizing */ font-size: 6rem;
  top: -11px;
}
#fog-block .content h1 .small {
  display: block;
  font-family: "Oswald";
  font-size: clamp(1.8rem, 4vw, 3.3rem);
  color: #fff;
  font-size: clamp(1rem, 2.7vw, 3rem);
  font-weight: 100;
}
#fog-block .join-btn {
  margin: 0 auto;
  display: block;
  width: fit-content;
}
#fog-block .video-layer video {
  width: 100%;
  aspect-ratio: 16 / 9; /* keeps it nice on mobile */ height: auto;
  border-radius: 8px;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.55);
  background: #000;
  backdrop-filter: blur(2px);
}
#fog-block .mobile-btn {
  display: none;
}
#fog-block .desktop-btn {
  display: block;
}
/**************************************/
/******** BODY MAIN CONTNENT ***********/
/**************************************/
.hero {
  position: relative;
  background: #222121;
  overflow: hidden;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 1600px;
  margin: auto;
  padding: clamp(2rem, 6vw, 6rem) clamp(1rem, 5vw, 4rem) clamp(4rem, 8vw, 8rem);
  gap: 40px;
}
/* IMAGE */
.hero-image {
  border-radius: 10px;
  height: 420px;
  background: url("/Portals/1/Page-Assets/join/statue.jpg") right center/cover no-repeat;
  position: relative;
  transform: translateZ(0);
}
/* gradient overlay */
.hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  /* background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));*/
} /* TEXT */
.hero-content {
    max-width: 550px;
}
.hero-content h2{
  color: #e1c186;
  font-size: 3.3rem;
  margin-bottom: 20px;
  font-family:
    "Oswald", "Arial Narrow", "Franklin Gothic Medium", "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  line-height: 1;
  font-style: italic;
}
.hero-content .lead {
  line-height: 1.3;
  margin-bottom: 20px;
  font-family:  "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  letter-spacing: .5px;
  font-weight: 900;
}
.hero-content .lead, .hero-content .body, .video-share p {
  color: #f1e3cb;
}
.lead span {
  display: block;
}
.hero-content .body, .video-share p {
  line-height: 1.6;
  font-family:  "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .95rem;
  margin: 0 0 20px;
}
/**************************************/
/***** ANGLED DIVIDER and CTA *********/
/**************************************/
.hero-angle {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: clamp(70px, 9vw, 140px);
  background: #595f54;
  clip-path: polygon(0 0, 50% clamp(70%, 82%, 90%), 100% 0, 100% 100%, 0 100%);
}
/* CTA */
.cta {
  background: #e1c186;
  text-align: center;
  padding: 60px 20px 40px;
}
.cta h2 {
  color: #121212;
  font-size: 3rem;
  margin-bottom: 10px;
  font-family:
    "Oswald", "Arial Narrow", "Franklin Gothic Medium", "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.cta p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
}
.cta .arrow {
  animation: bounce 1.8s infinite;
} /* subtle motion bounce */
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}
/**************************************/
/*********** SERVICE SLICE ***********/
/**************************************/
#service-slice {
  position: relative;
  min-height: 520px;
  background: #160f09;
  background: linear-gradient(180deg, rgb(89 95 84) 0%, rgb(61 63 57) 35%);
  padding: clamp(3rem, 5vw, 4rem) 0 clamp(9rem, 15vw, 12rem);
}
.service-cards {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 18px;
  position: relative;
  /* overflow: hidden; */
  max-width: 2000px;
  margin: 0 auto;
}
#service-slice .service-tile {
  position: relative;
  z-index: 2;
}
.services .overlay {
  background: rgba(0, 0, 0, .25);
}
.service-tile {
  flex: 1 1 260px;
  max-width: 340px;
  opacity: 0;
  transform: translateY(40px) scale(.96);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2, .8, .2, 1);
  border-radius: 15px;
  box-shadow: 0px 7px 80px rgba(0, 0, 0, .55);
}
.service-tile.reveal {
  opacity: 1;
  transform: translateY(0) scale(1);
}
/* --- card --- */
.services {
  position: relative;
  min-height: 350px;
  border-radius: 10px;
  overflow: hidden;
  background-size: 110%;
  background-position: center;
  transition: transform .35s ease, box-shadow .35s ease, background-position .25s ease;
}
.services:hover {
  transform: scale(1.02);
}
/* --- overlay --- */
.services .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .35);
  z-index: 1;
  transition: .35s;
}
.services:hover .overlay {
  background: rgba(0, 0, 0, .15);
}
/* --- bottom row --- */
.tile-content {
  position: absolute;
  bottom: 18px;
  left: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  gap: 2px;
  z-index: 2;
  transition: transform .25s ease;
}
.text-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
/* --- h2 / tagline --- */
.services h2 {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-weight: 900;
  font-size: .95rem;
  margin: 15px 0 0;
  text-align: left;
  text-decoration: none !important;
  filter: drop-shadow(6px 6px 10px #000);
  transition: transform .3s ease;
}
.tagline {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  margin: 2px 0 0 0;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .35s ease, transform .35s ease;
  filter: drop-shadow(6px 6px 10px #000);
}
/* --- hover: move h2 slightly & reveal tagline --- */
.services:hover h2 {
  transform: translateY(-1em);
}
.services:hover .tagline {
  opacity: 1;
  transform: translateY(-1.3em);
}
/* --- seal --- */
.seal {
  width: 70px;
  flex-shrink: 0;
  transform: perspective(900px) rotateX(0);
  filter: drop-shadow(8px 10px 14px #000);
  transition: .55s cubic-bezier(.2, .8, .2, 1);
}
.services:hover .seal {
  transform: perspective(900px) rotateX(18deg) translateY(-8px) scale(1.05);
}
/* --- backgrounds --- */
.army {
  background: url(/Portals/1/Page-Assets/join/Army.jpg) center/cover;
}
.marinecorps {
  background: url(/Portals/1/Page-Assets/join/Marines.jpg) center/cover;
}
.navy {
  background: url(/Portals/1/Page-Assets/join/Navy.jpg) center/cover;
}
.airforce {
  background: url(/Portals/1/Page-Assets/join/AirForce.jpg) center/cover;
}
.spaceforce {
  background: url(/Portals/1/Page-Assets/join/SpaceForce.jpg) center/cover;
}
/* --- branch glow --- */
.army:hover {
  box-shadow: 0 0 28px rgba(91, 107, 56, .65), 0 18px 40px rgba(0, 0, 0, .35);
}
.navy:hover {
  box-shadow: 0 0 28px rgba(40, 70, 120, .65), 0 18px 40px rgba(0, 0, 0, .35);
}
.marinecorps:hover {
  box-shadow: 0 0 28px rgba(150, 40, 40, .65), 0 18px 40px rgba(0, 0, 0, .35);
}
.airforce:hover {
  box-shadow: 0 0 28px rgba(70, 140, 200, .65), 0 18px 40px rgba(0, 0, 0, .35);
}
.spaceforce:hover {
  box-shadow: 0 0 28px rgba(120, 80, 200, .65), 0 18px 40px rgba(0, 0, 0, .35);
}
/**************************************/
/*********** SHARE SLICE  ***********/
/**************************************/
.video-share {
  position: relative;
  background: #2d2f2a;
  padding: 0 clamp(1rem, 5vw, 2rem) clamp(6rem, 8vw, 10rem);
  z-index: 1;
}
/* triangle above section */
.video-share::before {
  content: "";
  position: absolute;
  top: calc(-1 * clamp(70px, 9vw, 140px)); /* pull above section */
  left: 0;
  width: 100%;
  height: clamp(70px, 9vw, 140px);
  background: #2d2f2a; /* color of video-share */
  clip-path: polygon(0 100%, /* left bottom */ 50% 0, /* peak pointing UP */ 100% 100% /* right bottom */
    );
  z-index: 0;
}
.share-header {
  text-align: center;
  max-width: 800px;
  margin: auto;
  margin-bottom: 50px;
}
.share-header h2 {
  color: #e1c186;
  font-family:
    "Oswald", "Arial Narrow", "Franklin Gothic Medium", "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-style: italic;
  font-size: 2.5rem;
  font-weight: 500;
}
.video-share p {
  max-width: 65ch;
  margin: 0 auto;
}
.social-share p {
  font-size: 15px;
  margin: 0;
} /* ===== Social Share Wrapper ===== */ .social-share {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
} /* ===== Base Icon Style ===== */ .social-share a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f1e3cb;
  font-size: 1rem;
  text-decoration: none;
  transition: all .25s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
}
/* ===== Hover Animation ===== */ .social-share a:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .25);
}
/* ===== Brand Colors =====
.social-share .facebook {
  background: #ab9264;
}
.social-share .twitter {
   background: #ab9264;
}  

.social-share .email {
   background: #ab9264;
}
.social-share .copy {
    background: #ab9264;
}
 */
.social-share .facebook, .social-share .twitter, .social-share .copy {
  background: #7c807a;
}
/* ===== Hover Color Shift ===== */
.social-share .facebook:hover {
  background: #5682bb;
}
.social-share .twitter:hover {
  background: #252525;
}
.social-share .copy:hover {
  background: #c75f39;
}
.social-share a:active {
  transform: translateY(-1px) scale(.98);
  box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
}
.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1600px;
  margin: auto;
}
.video-wrap {
  position: relative;
  background: #000;
  cursor: pointer;
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 900px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 40px 80px rgba(0, 0, 0, .55);
}
.video-wrap video {
  width: 100%;
  display: block;
}
.duration {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #f1e3cb;
  background: #2d302b;
  padding: 6px 10px;
  font-weight: 400;
  border-radius: 4px;
  font-size: .6rem;
  z-index: 5;
}
/**************************************/
/*********** DISCLAIMER  ***********/
/**************************************/
.fineprint2 {
  background: #000;
  padding: 30px;
  display: flex;
  text-align: center;
  justify-content: center;
}
.fineprint2 p {
  max-width: 1000px;
  font-size: .75rem;
  color: #9b9b9b;
  font-style: italic;
  margin: 0;
}
/**************************************/
/************* RESPONSIVE *************/
/**************************************/
/* Optional: balance spacing on huge screens */
@media (min-width: 1600px) {
  #fog-block .video-layer {
    max-width: 1600px;
    gap: 4rem;
  }
}
/* Optional: reduce motion / load for users who prefer it */
@media (prefers-reduced-motion: reduce) {
  #fog-block .fog-scene {
    display: none;
  }
}
@media(min-width:1200px) {
  .hero {
    padding-bottom: 3rem;
  }
  .service-tile {
    flex: 0 0 18%;
    max-width: 18%;
  }
}
@media(max-width:1200px) {
  #fog-block .content {
    max-width: 420px;
  }
  #fog-block .video-layer {
    gap: 1rem;
  }
  #fog-block .content h1 {
    font-size: 3rem;
    margin-bottom: 0;
  }
  #fog-block .content h1 .big {
    font-size: 5rem;
  }
  #fog-block p {
    font-size: 18px;
  }
  .hero-inner {
    padding: 100px 78px 150px;
  }
  .service-cards {
    padding: 0 1rem;
    gap: 5px;
  }
}
@media (max-width: 991px) {
  #fog-block .content h1 {
    color: #fff;
    font-family:
      "Oswald", "Arial Narrow", "Franklin Gothic Medium", "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: 100;
    margin-bottom: 20px;
    margin-top: 6rem;
    font-size: 3rem;
  }
  #fog-block .content h1 .big {
    font-size: 6rem;
  }
  #fog-block p {
    font-size: 20px;
  }
  #fog-block .video-layer {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
    padding-top: clamp(2rem, 7vw, 4rem);
    padding-bottom: clamp(2rem, 7vw, 4rem);
  }
  #fog-block .content {
    max-width: 680px;
  }
  #fog-block .video-layer video {
    width: 100%;
    max-width: 900px;
  }
  #fog-block .mobile-btn {
    display: block;
  }
  #fog-block .desktop-btn {
    display: none;
  }
  .fog-video-hero {
    padding-top: unset;
  }
  #fog-block .video-layer {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
    padding-top: clamp(2rem, 7vw, 4rem);
    padding-bottom: clamp(2rem, 7vw, 4rem);
  }
  .hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    max-width: 1300px;
    margin: auto;
    gap: 30px;
    padding: clamp(4rem, 8vw, 6rem) clamp(1rem, 5vw, 4rem) clamp(10rem, 8vw, 8rem);
  }
  .hero-image {
    height: 320px;
  }
  .hero-content .body, .video-share p {
    line-height: 1.5;
    font-size: 20px;
    margin: 0;
  }
  .hero-angle {
    clip-path: polygon(0 0, 50% clamp(60%, 50%, 90%), 100% 0, 100% 100%, 0 100%);
  }
  .service-cards {
    padding: 0 1.5rem;
    gap: 10px;
    flex-wrap: wrap;
  }
  #service-slice .service-tile {
    max-width: 230px;
  }
  .seal {
    transform: translateY(-8px);
  }
  .services h2 {
    transform: translateY(-1em);
  }
  .services .tagline {
    opacity: 1;
    transform: translateY(-1.3em);
  }
  .share-header {
    padding-top: 2rem;
  }
  .video-grid {
    display: flex;
    gap: 15px;
  }
  .fineprint2 {
    background: #1f1f1f;
    padding: 15px;
  }
}
@media(max-width:768px) {
  .hero-content h1 {
    font-size: 3.1rem;
  }
  .services {
    min-height: 260px;
  }
  .service-cards {
    padding: 0 1rem;
    gap: 10px;
  }
  #service-slice .service-tile {
    max-width: 183px;
  }
  .tile-content {
    bottom: 8px;
    left: 3px;
    right: 5px;
    gap: 1px;
  }
  .seal {
    width: 58px;
  }
}
@media (max-width:700px) {
  .hero-content h1 {
    font-size: 2.5rem;
  }
  .hero-angle {
    height: 80px;
    clip-path: polygon(0 0, 50% 75%, 100% 0, 100% 100%, 0 100%);
  }
}
@media(max-width:630px) {
  .service-cards {
    padding: 0 15px;
  }
  #service-slice .service-tile {
    max-width: 180px;
  }
  .video-grid {
    display: flex;
    gap: 45px;
    flex-direction: column;
  }
  .duration {
    font-size: 1rem;
  }
}
@media(max-width:600px) {
  .hero-inner {
    grid-template-columns: 1fr; /* single column */
    gap: 20px; /* optional, smaller gap for stacked layout */
    padding: clamp(4rem, 8vw, 6rem) clamp(1rem, 5vw, 4rem) clamp(6rem, 8vw, 6rem); /* optional adjustment for mobile */
  }
  .hero-content {
    padding-bottom: 2rem;
  }
  .service-cards {
    flex-direction: column;
    padding: 0 30px;
    gap: 25px;
  }
  #service-slice .service-tile {
    max-width: 100%;
  }
  .tile-content {
    bottom: 10px;
    left: 20px;
    right: 20px;
    gap: 8px;
  }
  .seal {
    transform: translateY(-12px);
    width: 85px;
  }
  .services h2 {
    font-size: 1.3rem;
  }
  .tagline {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  #fog-block .video-layer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #fog-block .content h1 {
    margin-bottom: 1.25rem;
  }
  #fog-block .video-layer {
    flex-direction: column;
  }
  #fog-block .join-btn {
    width: 100%;
    max-width: 280px;
    text-align: center;
    margin-top: 1rem;
  }
}