html,
body,
video,
img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}


html {
  background: #000;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background: #000;
  }

#logoSub{
  position:fixed;
  top:35px;
  left:10vh;
  transform:translateX(-50%);
  height:100px;
  width:auto;
  z-index:10003;
}

@font-face {
  font-family: 'Russo One';
  src: url('/assets/fonts/RussoOne-Regular.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Philosopher Regular';
  src: url('/assets/fonts/Philosopher-Regular.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Philosopher Bold';
  src: url('/assets/fonts/Philosopher-Bold.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'OrbitronExtraBold';
  src: url('/assets/fonts/Orbitron-ExtraBold.ttf') format('truetype');
  font-display: swap;
}



#logoSub{
    position:fixed;
    top:20px;
    left:10vh;
    width:120px;
    z-index:1000;
}

#pageContact{
    width:min(1200px,90vw);
    margin:0 auto;
    padding: 30px 0 0px;
}


/* =========================
   ABOUT ROOT AUTHORITY
========================= */

#pageAbout{
  position: fixed;
  inset: 0;
  z-index: 40;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  overflow: hidden;
}

#pageAbout .section-content{
  height:100%;
}

#pageAbout .static-content{
  height:100%;
  overflow-y:auto;
}
/* =========================
   ABOUT TWO-COLUMN LAYOUT
========================= */

#pageAbout .about-layout{
  position: relative;
  width: min(1240px, 88vw);
  height: 100vh;
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 56px;
  align-items: center;
}

/* =========================
   LEFT MEDIA COLUMN
========================= */

#pageAbout .about-media{
  position: relative;
  width: 100%;
  max-width: 380px;
  aspect-ratio: 9 / 16;
}

#pageAbout .about-media .angelAnim{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =========================
   RIGHT CONTENT COLUMN
========================= */
#pageAbout .about-content{
  position: relative;
  overflow: hidden;
  
  height:100%;
}


/* =========================
   SCROLLABLE CONTENT AREA
========================= */
#pageAbout .static-content{
  height: 100%;
  overflow-y: auto;
  padding-right: 24px;
  scrollbar-width: thin;
  scrollbar-color: rgba(212,169,63,0.45) rgba(0,0,0,0.25);
}
#pageAbout .content-inner{
  max-width:600px;
  margin:0 auto;
}

#pageAbout .section-content p{
  color:#e6e6e6;
  line-height:1.5;
  margin-bottom:14px;
}


#pageAbout .btn-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}

#pageAbout .btn {
  padding:7px 12px;
  font-family:'OrbitronExtraBold', sans-serif;
  font-size:0.95rem;
  letter-spacing:0.05em;
  color:#c77100;
  text-decoration:none;
  border-radius:6px;
  border:2px solid rgba(255,165,0,0.85);
  background:linear-gradient(
    to bottom,
    #0B05EB 0%,
    #0500B4 15%,
    #040542 65%,
    #020238 100%
  );
  box-shadow:
    0 3px 8px rgba(0,0,0,0.45),
    inset 0 1px 0 rgba(255,255,255,0.15);
  transition:all .18s ease;
}



/* =========================
   TYPOGRAPHY
========================= */
#pageAbout h1,
#pageAbout h2,
#pageAbout h3,
#pageAbout p,
#pageAbout ul{
  
}

#pageAbout h1{
  font-family: 'OrbitronExtraBold', sans-serif;
  font-weight: normal;
  font-size: 2.8rem;
   margin-top: 90px;
  margin-bottom: 50px;
  text-align: left;
  background: linear-gradient(
  to bottom,
  #f4e7b0 0%,
  #ffe845 10%,
  #ce8b23 40%,
  #7f4f0f 100%
);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
text-shadow:
  0 3px 6px rgba(0,0,0,0.5);
}


#pageAbout h2{
  font-family: 'OrbitronExtraBold', sans-serif;
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
  margin-bottom: 18px;
  text-align: left;
   color: #c77100;
}

/*#pageAbout .section-content h2{
  font-size: 1.4rem;
  margin-bottom: 18px;
text-align: left;
}*/

#pageAbout .section-content h3{
font-family: 'OrbitronExtraBold', sans-serif;
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.0;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  text-align: left;
   color:  #0500B4 ;
}
  margin-top: 28px;
  margin-bottom: 10px;
}

#pageAbout .section-content p{
  font-family: 'OrbitronExtraBold', sans-serif;
  font-weight: normal;
  color: #e3e3e6;
  font-size: 1.0rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
}

/* =========================
   SERVICES LIST
========================= */

#pageAbout ul{
  font-family: 'OrbitronExtraBold', sans-serif;
  font-weight: normal;
  padding-left: 20px;
  margin: 20px 0 30px 0;
  list-style: none;
}

#pageAbout ul li{
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
  color: #d6d6d6;
  line-height: 1.6;
}

#pageAbout ul li::before{
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #c77100;
  font-size: 1.2rem;
}

/* =========================
   SECTION DIVIDER
========================= */

#pageAbout .section-divider{
  width: 120px;
  height: 2px;
  margin: 50px auto;
  background:
    linear-gradient(
      90deg,
      transparent,
      #d4a93f,
      transparent
    );
}

#blackout{
  position:fixed;
  inset:0;
  background:#000;
  opacity:1;
  pointer-events:none;
  z-index:9999;
  transition:opacity .7s ease;
}

.social-float{
  position: fixed;
  right: 22px;
  bottom: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  z-index: 20000;
}

.social-float a{
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0,0,0,0.22);
  transition:
    transform .22s ease,
    filter .22s ease;
  flex-shrink: 0;
}

.social-float img{
  width: 42px;
  height: 42px;
}

.social-float a:first-child img{
  width: 34px;
  height: 34px;
}
  object-fit: contain;
  display: block;
}
/* subtle orchestration hierarchy */
.social-float a:first-child img{
  width: 108%;
  height: 108%;
}

/* hover */
.social-float a:hover{
  transform: scale(1.08);
  filter: brightness(1.08);
}










@media (max-width:768px){

  #logoSub{
  position:fixed;
  top:3em;
  left:50%;
  transform:translateX(-50%);
  height:100px;
  width:auto;
  z-index:10003;
}

  #pageAbout{
    position:fixed;
    inset:0;
    overflow:hidden;
  }

  #pageAbout .about-layout{
    display:block;
    width:100%;
    height:100%;
  }

  /* VIDEO BECOMES BACKGROUND */

  #pageAbout .about-media{
    position:fixed;
    inset:0;
    width:100%;
    height:100%;
    max-width:none;
    aspect-ratio:auto;
    z-index:0;
  }

  #pageAbout .about-media .angelAnim{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    opacity:0.35;
  }

#pageAbout .about-content{
  position: relative;
 
  height: 72vh;
  overflow: hidden;
}

#pageAbout .section-content{
  position: relative;
 
  height: 72vh;
  overflow: hidden;
}

.about-title .line1{
  background:linear-gradient(
    to bottom,
  #f4e7b0 0%,
  #ffe845 40%,
  #a85700 75%,
  #783e00 100%
);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
text-shadow:
  0 3px 6px rgba(0,0,0,0.5);
}


.about-title .line2{
  background:linear-gradient(
    to bottom,
  #f4e7b0 0%,
  #ffe845 40%,
  #a85700 75%,
  #783e00 100%
);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
text-shadow:
  0 3px 6px rgba(0,0,0,0.5);
}

#pageAbout .section-content h1{
  font-size: 2.0rem;
   margin-top: 5em;
  margin-bottom: 40px;
text-align: left;
}


#pageAbout .section-content h2{
  font-family: 'OrbitronExtraBold', sans-serif;
  font-weight: light;
  font-size: 0.9rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
  margin-bottom: 18px;
  text-align: left;
   color: #C69126;
}

#pageAbout .section-content h3{
  margin-top: 28px;
  margin-bottom: 10px;
}

#pageAbout .section-content p{
  font-size: 1.2rem;
  line-height: 1.7;
  text-align: left;
  color: #d6d6d6;
  margin-bottom: 24px;
}

/* =========================
   SERVICES LIST
========================= */

#pageAbout ul{
  padding-left: 20px;
  margin: 20px 0 30px 0;
  list-style: none;
}

#pageAbout ul li{
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
  color: #d6d6d6;
  line-height: 1.6;
}

#pageAbout ul li::before{
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #c77100;
  font-size: 1.2rem;
}


#pageAbout .section-content h3{
  margin-top: 5px;
  margin-bottom: 10px;
}

#pageAbout .section-content p{
  font-family: 'OrbitronExtraBold', sans-serif;
  font-size: 0.8rem;
  line-height: 1.7;
  color: #d6d6d6;
  margin-bottom: 24px;
}

  /* SCROLLING CONTENT */

 #pageAbout .about-content{
  max-width:640px;
  margin:0 auto;
}

#pageAbout .section-content{
  padding:
    40px
    24px
    180px
    24px;
}

#pageAbout .about-content{
  transition: opacity .25s ease;
}

#pageAbout .about-content.exiting{
  opacity: 0;
}

  /* BUTTONS */

 #pageAbout .btn-row{
  position:fixed;
  left:50%;
  bottom:90px;
  transform:translateX(-50%);
  z-index:20;
}

#pageAbout .btn {
  padding:6px 14px;
  font-family:'Russo One', sans-serif;
  font-size:0.6rem;
  letter-spacing:0.05em;
  color:#FFA500;
  text-decoration:none;
  border-radius:6px;
  border:2px solid rgba(255,165,0,0.85);
  background:linear-gradient(
    to bottom,
    #0B05EB 0%,
    #0500B4 15%,
    #040542 65%,
    #020238 100%
  );
  box-shadow:
    0 3px 8px rgba(0,0,0,0.45),
    inset 0 1px 0 rgba(255,255,255,0.15);
  transition:all .18s ease;
}


.social-float{
  right:0;
  left:0;
  bottom:25px;
  display:flex;
  flex-direction:row;
  justify-content:center;
  gap:18px;
}

.social-float a{
  width:44px;
  height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:rgba(0,0,0,0.35);
  border:1px solid #000;
  transition:all .2s ease;
  box-shadow:0 6px 18px #000;
  flex-shrink:0;
}

.social-float img{
  width:24px;
  height:24px;
  object-fit:contain;
}

.social-float a:first-child img{
  width: 24px;
  height: 24px;
}

.social-float a:hover{
  border-color:#f8de8a;
  transform:scale(1.08);
}
}


