

.logo img {
  width: auto !important;
  height: 60px !important;
}


@font-face {
  font-family: satoshi; 
  src: url(Satoshi-Variable.ttf); 
}

@font-face {
  font-family: manrope; 
  src: url(Manrope-Regular.ttf); 
}

body {font-family: manrope,arial,sans !important;}

.title, .border_btn, .buttons_light, .buttons_med {font-family: satoshi,arial,sans !important;}
.title,
.title h1,
.title h2,
.title h3,
.title h4,
.title h5,
.title h6 {
font-weight: normal !important;
}

:root {
  --mobile-menu-bg: #101010;
}

/* Add breathing room above Continue button on join/signup layouts */
.storeSignup .signup input {margin-top:12px;}

.splashbg {background-image: url('../images/noise.jpg') !important;}

header {
  background: rgb(26,26,26,0);
  background: linear-gradient(-180deg, rgba(26,26,26,1) 0%, rgba(26,26,26,0) 100%);
  position: fixed;      /* keeps it always on top */
  top: 0;               /* stick to the top of the viewport */
  left: 0;
  width: 100%;          /* full width */
  z-index: 9999;        /* ensure it’s above all other content */
}

.mheader * {
  filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
}

.topvideoheader video {
  position: relative;
}

.videoInfo li {
  border-radius: 4px;
  
  border: 1px solid #808080;
  background-color: #000;
  transition: all 400ms ease-in;
  padding: 6px 10px !important;
  margin-top: 6px;
  margin-right: 4px;
  margin-bottom: 6px;
}

/* Mobile hero video crop: widen and center so the sides trim off cleanly. */
@media only screen and (max-width: 767px) {
  .topvideoheader,
  .topvideohead {
    width: 100%;
    overflow: hidden;
  }

  .topvideoheader video,
  .topvideohead video {
    width: 140%;
    max-width: none;
    margin-left: -20%;
  }
}

/* Make nav menu button text larger and bolder. */
.mheader nav ul li,
.mheader nav ul li a,
.mheader .dropbtn {
  font-size: 1.05rem;
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 1279px) {
  .mheader nav ul li,
  .mheader nav ul li a,
  .mheader .dropbtn {
    font-size: 1rem;
    letter-spacing: 0.02em;
  }
}

  /* Making a full screen hamburger button menu. */
@media only screen and (max-width: 1279px) {
  .mheader:has(.headerRight.active) {
    background-color: var(--mobile-menu-bg) !important;
  }

  .mheader .headerRight,
  .mheader .mobileMenu,
  .mheader .mobileMenu * {
    filter: none !important;
  }

  .headerRight.active .mobileMenu {
    display: flex !important;
    position: fixed;
    inset: 54px 0 0 0;
    width: 100vw;
    height: calc(100dvh - 54px);
    background: #000;
    z-index: 99998;
    padding: 20px 18px 28px;
    overflow-y: auto;
    align-items: stretch;
  }

  .headerRight.active .mobileMenu nav,
  .headerRight.active .mobileMenu nav ul {
    width: 100%;
  }

  .headerRight.active .mobileMenu nav ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .headerRight.active .mobileMenu nav ul li a {
    display: block;
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #fff;
    color: #fff !important;
    background: #000;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .headerRight.active .mobileMenu nav ul li a:hover {
    background: #fff;
    color: #000 !important;
  }
}

.title h2 {
font-size:3rem !important;
}

.latest_updates_custom {
  padding-top: 50px !important;

}

.paddingbNone {padding-top:3rem !important;}

.getmore {border: 2px solid #FFF;width: 80%;max-width: 500px;font-size:2.5rem;padding:20px 20px;margin: auto;margin-bottom:3rem;}


.storeSignup .footer_benefits, .storeSignup .getAccess, .storeSignup .awards {display:none; !important}
 .footer_benefits {line-height:1.6;padding-bottom:20px;background-color: #000 !important;}
 
 
 .vidImidWrap {margin-top: 3rem !important;}
 
 .footer_benefits h1 {
   font-size: 36px !important;}
   
   .footer_benefits h2 {
	  font-size: 28px !important;}
 
	 @media only screen and (max-width: 1279px) {
		 
		.title h2 {
		   font-size: 2.25rem !important;
		   line-height: 1.8 !important;
		 }
		 
	 }
	
	 
	 
	 @media only screen and (max-width: 1023px) {
			
			
			
			.latest_updates_custom {
			  padding-top: 0px !important;
			  padding-bottom: 60px;
			}
			
			.footer_benefits h1 {
			   font-size: 36px !important;line-height: 1.2 !important;}
			   
			   .footer_benefits h2 {
				  font-size: 22px !important;}
			 

			 
			 .footer_benefits {padding-top:0px !important;}
			 
		 } 
				
				@media only screen and (max-width: 767px) {
				
	.getmore {font-size:2rem !important;}
				
				.footer_benefits h1 {
				 font-size: 34px !important;}
				 
				 .footer_benefits h2 {
					font-size: 24px !important;}
			
			.splashbg {
				background-image: none !important;
			}
				
		 }
/* About page layout */
.pagesArea:has(.about-wrap) .title {
  display: none;
}

.pagesArea:has(.about-wrap) .pagesDetails {
  background: transparent !important;
  padding: 0 !important;
}

.pagesArea:has(.about-wrap) .pagesDetails > p.text_light:empty {
  display: none;
  margin: 0;
  padding: 0;
}

.about-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 56px 22px 52px;
  width: 100%;
  text-align: left;
}

.about-section {
  border: 1px solid #1f1f1f;
  background: linear-gradient(180deg, #0d0d0d 0%, #090909 100%);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  text-align: left;
  width: 100%;
}

.pagesArea .about-wrap .about-section.bg_dark {
  padding: 36px;
}

.about-title {
  font-size: 36px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
  color: #f7f7f7;
}

.pagesArea .about-wrap .about-deck,
.pagesArea .about-wrap .about-lede {
  max-width: 800px;
  margin: 0;
}

.about-intro,
.about-copy,
.about-chapter {
  display: grid;
  text-align: left;
}

.about-copy figure,
.about-video {
  margin: 4px 0 26px;
  width: 100%;
  max-width: 920px;
  margin-left: 0;
  margin-right: 0;
}

.about-video-placeholder {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid #282828;
  border-radius: 8px;
  background:
    radial-gradient(circle at 72% 22%, rgba(255, 255, 255, 0.08), transparent 30%),
    linear-gradient(140deg, #101010 0%, #171717 45%, #0e0e0e 100%);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.about-video-kicker {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #cbcbcb;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid #2d2d2d;
  padding: 6px 9px;
}

.about-video-play {
  width: 74px;
  height: 74px;
  border-radius: 999px;
  border: 1px solid #3a3a3a;
  display: grid;
  place-items: center;
  font-size: 29px;
  color: #f3f3f3;
  background: rgba(0, 0, 0, 0.48);
  padding-left: 6px;
}

.about-intro,
.about-copy {
  gap: 18px;
}

.about-chapter {
  gap: 14px;
  border-top: 1px solid #222222;
  padding-top: 30px;
}

.about-chapter + .about-chapter {
  margin-top: 2px;
}

.about-subtitle {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 400;
  color: #f4f4f4;
}

.about-lede + .about-lede {
  margin-top: 2px;
}

.pagesArea:has(.about-wrap) .footer_benefits,
.pagesArea:has(.about-wrap) .joinsection,
.pagesArea:has(.about-wrap) .join_section {
  margin-top: 44px;
}

@media (max-width: 860px) {
  .about-wrap {
    padding: 44px 16px 38px;
  }
  .pagesArea .about-wrap .about-section.bg_dark {
    padding: 28px 22px;
  }
  .about-title {
    font-size: 32px;
  }
  .about-video {
    margin-bottom: 22px;
  }
  .about-copy {
    gap: 16px;
  }
  .about-chapter {
    padding-top: 26px;
    gap: 12px;
  }
  .about-subtitle {
    font-size: 17px;
  }
  .pagesArea:has(.about-wrap) .footer_benefits,
  .pagesArea:has(.about-wrap) .joinsection,
  .pagesArea:has(.about-wrap) .join_section {
    margin-top: 34px;
  }
}

@media (max-width: 479px) {
  .about-wrap {
    padding: 36px 14px 30px;
  }
  .pagesArea .about-wrap .about-section.bg_dark {
    padding: 22px 18px;
  }
  .about-title {
    line-height: 1.1;
  }
  .about-subtitle {
    font-size: 16px;
  }
  .about-chapter {
    padding-top: 22px;
    gap: 10px;
  }
  .about-video-kicker {
    top: 10px;
    left: 10px;
    font-size: 10px;
    padding: 6px 8px;
  }
  .about-video-play {
    width: 56px;
    height: 56px;
    font-size: 24px;
  }
  .pagesArea:has(.about-wrap) .footer_benefits,
  .pagesArea:has(.about-wrap) .joinsection,
  .pagesArea:has(.about-wrap) .join_section {
    margin-top: 28px;
  }
}

/* Temporarily hide tags on video page until more content is uploaded. */
.gallery_media_custom .blogTags {
  display: none;
}
