/*
ENGINE LAW:
logoVideo is renderer only.
No interaction permitted.
*/

/* =========================
   BASE
========================= */
html {
  background: #000;
}

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

 /* =========================
   GLOBAL (desktop default)
========================= */
@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;
}

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


/*___Header-Logos___*/


#siteHeader {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  visibility: visible;
  --header-top: 60px;
}



#slideMenu {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 10020;   
  pointer-events: none;
}

#slideMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#slideMenu .menu-item {
  position: relative;
  z-index: 10022;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform, opacity;
}

#slideMenu .menu-item {
  position: absolute;
  left: 50%;
  transform-origin: center center;
  opacity: 0;
  transform:
    translateX(-50%)
    rotateY(-90deg);
  will-change: transform, opacity;
  z-index: 10022;
}
#slideMenu .menu-item:nth-child(1) {
  top: 140px;
}
#slideMenu .menu-item:nth-child(2) {
  top: 180px;
}
#slideMenu .menu-item:nth-child(3) {
  top: 220px;
}
#slideMenu .menu-item:nth-child(4) {
  top: 260px;
}

#slideMenu a {
  display: inline-block;
  text-decoration: none;
  color: #fff0b3;
  font-family: "Russo One", serif;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-shadow:
    0 0 8px rgba(255,240,179,0.5);
  transition: color 0.25s ease;
}

#slideMenu a:hover {
  color: #d4a437;
  text-shadow:
    0 0 8px rgba(212,164,55,0.6);
}


/* =========================
   ANCHOR + LOGO
========================= */

#menuAnchor {
  position: fixed;
  top: var(--header-top);
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: 500px;
  pointer-events: auto;
  z-index: 10020;
}

#logoVideoA,
#logoVideoB {
  position: fixed;
  top: calc(var(--header-top) + 52px);
  left: 50%;
  transform: translateX(-50%);
  width: 380px;
  z-index: 10001;
  pointer-events: none;
}

#logoVideoA {
  opacity: 1;
}

#logoVideoB {
  opacity: 0;
}

#logoSub {
  position: fixed;
  top: 20px;
  left: 20px;
  height: 120px;
  width: auto;
  z-index: 10003;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}


/*<<<<<<<<<<<<<PAGE1-FOYER>>>>>>>>>>>>>> */

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

 #page1 .desktop-video {
    display: block;
  }

  #page1 .mobile-video {
    display: none;
  }
/* Background videos */

#page1 .page1-bg {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  z-index: 0;
}
#page1 .page1-bg {
  z-index: 0;
}

.fx-layer {
  z-index: 1;
}

#page1-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  background:
    radial-gradient(
      circle at 50% 35%,
      rgba(0,0,0,0.15) 0%,
      rgba(0,0,0,0.3) 55%,
      rgba(0,0,0,0.4) 100%
    );
}

#scaler {
  touch-action: none;
}

#page1 .fx-layer {
  display: none;
}

#page1-anchor {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 56vh;
  pointer-events: none;
  z-index: 2;
}

#page1-text .headline {
  font-family: 'OrbitronExtraBold', sans-serif;
  font-weight: normal;
  font-size: 2.8rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
 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);
}

#page1-text .headline-llc {
    font-family: 'OrbitronExtraBold', sans-serif;   
  display: block;
  font-size: 0.40em;
  margin-top: 0;
  letter-spacing: 0.22em;
  opacity: 0.88;
  background: linear-gradient(
  to top,
    #ffc942 0%,
    #ff9d1a 30%,
    #663701 100%
);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow:
    0 1px 1px rgba(0, 0, 0, 0.45);
}

#page1 .services {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
#page1 .services.left {
  display: flex;
  flex-direction: column;
  gap: 22px;

  text-align: right;
  align-items: flex-end;
}

#page1 .services.right {
  display: flex;
  flex-direction: column;
  gap: 22px;

  text-align: left;
  align-items: flex-start;
}

#page1 .services .service{
  font-family:'Russo One', sans-serif;
  font-size:1.2rem;
  letter-spacing:0.06em;
 background: linear-gradient(
  to bottom,
  #f7e8a6 0%,
  #fcc500 20%,
   #7f4f0f 75%,
  #382101 100%
);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
  text-shadow:
    0 2px 3px rgba(0,0,0,0.45);
}

#page1 .services-grid {
  display: grid;
  grid-template-columns: 1fr 100px 1fr;
  column-gap: 22px;
  row-gap: 30px;
  align-items: center;
  margin-top: 15px;
}

#page1 .portraits{
  display: flex;
  flex-direction: column;  
  align-items: center;
  gap: 10px;
}

#page1 .portraits img {
  width: 60px;
  filter: drop-shadow(0 0 8px rgba(247,190,73,0.25));
}

#page1 {
  isolation: isolate;
}

/* =========================
   PAGE1 ENTRY TRANSITIONS
========================= */
#blackout{
  position: fixed;
  inset: 0;
  background: #000;
  opacity: 0;
  z-index: 999999;
}
/*<<<<<<<<<<<<<SCALER-CINIMATIC>>>>>>>>>>>>>> */


#scaler {
  position: fixed;
  inset: 0;
  z-index: 9;
  display: none;
  pointer-events: none;
}

body.scaler-active #scaler {
  display: block;
  pointer-events: auto;
}


#scalerVideo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

#scaler .section-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;

  background:
    radial-gradient(
      circle at 50% 45%, 
      rgba(0,0,0,0.15) 0%,
      rgba(0,0,0,0.30) 45%,
      rgba(0,0,0,0.50) 75%,
      rgba(0,0,0,0.90) 100%
    );
}

#scaler h2 {
  font-family: 'OrbitronExtraBold', sans-serif;
  font-weight: normal;

  font-size: 3.2rem;
  letter-spacing: 0.03em;
  line-height: 1.15;

background: linear-gradient(
  to top,
  #f7e7b5 0%,   
  #f0cf81 30%,
  #d9a93d 65%,
  #7a5716 100%   
);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow:
    0 1px 1px rgba(0,0,0,0.45);
}

/*___Starwars-Crawl___*/
#crawlWrapper .crawl-scene {
    margin-bottom: 400px; 
}

#crawlWrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  perspective: 1800px;
}

#crawlStage {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 60%;
  perspective: 900px;
  transform: translateX(-50%);
  transform-origin: 50% 0%;
}

#crawlContent {
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
}

#crawlWrapper .content-wrap {
  max-width: 900px;
  margin: 140px auto 80px;
  padding: 0 20px;
  color: #e8e8e8;
}

#crawlWrapper .content-wrap h1,
#crawlWrapper .content-wrap h2,
#crawlWrapper .content-wrap h3 {
  font-family: 'OrbitronExtraBold', sans-serif;
  color: #e0b247;
}

#crawlWrapper .content-wrap p {
  font-family: 'Philosopher Regular', serif;
  line-height: 1.7;
  margin-bottom: 20px;
   color: #e6e6e6;
}

#crawlWrapper .two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 30px;
}

/*___Time-Wheel___*/
#crawlWrapper .tw-action {
  opacity: 0;
  transform: translateY(14px);
  margin-top: 18px;
  padding: 8px 18px;
  font-family: 'Philosopher Bold';
  font-size: 0.9rem;
  color: #000;
  background: #e0b247;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#crawlWrapper .tw-item.linger .tw-action {
  opacity: 1;
  transform: translateY(0);
}
/*#debugHUD {
  position: fixed;
  top: 50%;
  left: 20px;
  padding: 12px 16px;
  font-family: monospace;
  font-size: 14px;
  background: red;
  color: white;
  z-index: 999999;
  pointer-events: none;
} */

/*___Crawl-Typography___*/
#scaler .services.scaler {
  text-align: left;
  align-items: flex-end;
}

#scaler .crawl-scene {
  max-width: 688px;
  margin: 0 auto 350px auto;
  text-align: left;
}

#scaler .scene-title span {
  display: block;
  background: linear-gradient(
    to bottom,
   #f0b211 0%,
    #f6d778 35%,
    #d4a93f 65%,
    #473400 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
 text-shadow:
  0 2px 8px rgba(0,0,0,0.6);
}

#scaler .scene-accent {
  font-family: 'Ephesis Regular', cursive;
  font-size: 1.4rem;
  color: #4b55ff;
  margin: 18px 0 24px;
  text-shadow:
    0 0 4px rgba(75,85,255,0.25),
    0 2px 4px rgba(0,0,0,0.75);
}

#scaler .scene-subtitle {
  font-size: 1.9rem;
  margin-bottom: 20px;
  color: #e0b247;
}

#scaler .scene-body {
  font-family: 'Philosopher Regular', serif;
  font-size: 1.15rem;
  font-style: italic;
  line-height: 1.2;
  color:  #e6e6e6;   /* brighter than list */
  margin-top: 40px;
  max-width: 500px;
}

#scaler .scene-title {
  margin-bottom: 32px;
}

#scaler .scene-list {
  font-family: 'Russo One', sans-serif;
  font-weight: 400; 
  line-height: 2.2;
  text-transform: uppercase;
  font-size: 1.10rem;
  letter-spacing: 0.06em;
  margin-top: 40px;
 background: linear-gradient(
  to bottom,
  #efd27a 0%,
  #d4a93f 45%,
  #b4832f 85%
);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 2px 3px rgba(0,0,0,0.5);
}



#scaler .scene-cta {
    display: inline-block;
    padding:10px 24px;
    font-family:'Russo One', sans-serif;
    font-size:0.8rem;
    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;
    }
  


/*<<<<<<<<<<<<<STATIC-PAGE-GLOBALS>>>>>>>>>>>>>> */


.section-fx{
  position:fixed;
  inset:0;
  z-index:2;
  pointer-events:none;
}

/* =========================
   SOCIAL FLOAT
========================= */

.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);
}

                                    /* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
                                      * >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
                                              MOBILE  SECTION
                                      >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
                                       >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */


@media (max-width:768px){

 #page1 .desktop-video {
    display: none;
  }

  #page1 .mobile-video {
    display: block;
  }
  #siteHeader{
    --header-top: 180px;
  }

  /* =========================
     LOGO + MENU
  ========================= */

  #menuAnchor{
    top:190px;
    width:230px;
    height:300px;
  }

#logoVideoA,
#logoVideoB {
  position: fixed;
  top: calc(var(--header-top) + 45px);
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  z-index: 10001;
  pointer-events: none;
}

#logoVideoA {
  opacity: 1;
}

#logoVideoB {
  opacity: 0;
}

  #slideMenu .menu-item:nth-child(1){
    top:68px;
  }

  #slideMenu .menu-item:nth-child(2){
    top:92px;
  }

  #slideMenu .menu-item:nth-child(3){
    top:114px;
  }

  #slideMenu .menu-item:nth-child(4){
    top:136px;
  }

  #slideMenu a{
    font-size:0.55rem;
     line-height:1.25;
  }

#slideMenu .menu-item{
  width:120px;
  text-align:center;
}

#logoSub {
  top: 20px;
  left: 20px;
  height: 80px;
}
  

  /* =========================
     FOYER TEXT
  ========================= */


#page1-anchor{
  position:relative;
  width:100%;
  min-height:100vh;
  display:flex;
  justify-content:center;
  align-items:flex-start;
  padding-top:0;
  z-index:2;
}
 #page1-text{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  top:21vh;
}

#page1-text .headline{
  margin-top:0;
  margin-bottom:250px;
  font-family: 'OrbitronExtraBold', sans-serif;
  font-weight:normal;
  font-size:1.3rem;
  line-height:1.05;
  letter-spacing:0.04em;
  text-align:center;
  text-shadow:
    0 2px 4px rgba(0,0,0,0.35);
}

#page1-text .headline-main{
  display:block;
background: linear-gradient(
  to bottom,
  #7f4f0f 0%,
  #ce8b23 30%,
  #ffe845 50%,
  #f4e7b0 100%
);

-webkit-background-clip:text;
background-clip:text;
-webkit-text-fill-color:transparent;
color:transparent;

text-shadow:
  0 2px 4px rgba(0,0,0,0.35);
}

#page1-text .headline-llc{
  display:block;
  margin-top:4px;
  font-size:0.52em;
  letter-spacing:0.22em;
  color:#d6a63a;
  -webkit-text-fill-color:#d6a63a;
  text-shadow:
    0 1px 3px rgba(0,0,0,0.55);
}

 /* =========================
     SERVICES
  ========================= */
#page1 .services .service{
  font-family:'Philosopher Bold', sans-serif;
  font-size: 3.0rem;
  letter-spacing:0.04em;
  background:linear-gradient(
  to bottom,
 /* #ffee6e 0%,
  #ffd36e 50%,
  #ce8b23 70%,
  #7f4f0f 100%*/
  #7f4f0f 0%,
  #ce8b23 30%,
  #ffe845 90%,
  #fbffd8 100%

);

  -webkit-background-clip:text;
background-clip:text;

-webkit-text-fill-color:transparent;
color:transparent;

text-shadow:
  0 2px 4px rgba(0,0,0,0.35);
}


#page1 .services-grid{
  display:grid;
  grid-template-columns:
    max-content
    52px
    max-content;
  justify-content:center;
  column-gap:14px;
}

#page1 .services{
  display:flex;
  flex-direction:column;
  gap:20px;
}

#page1 .services.left{
  text-align:right;
}

#page1 .services.right{
  text-align:left;
}


  /* =========================
     PORTRAITS
  ========================= */

#page1 .portraits{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  position:static;
  transform:none;
}


#page1 .portraits img {
  width:36px;
}

#page1 .services .service{
  font-size:0.8rem;
  line-height:1.2;
}

/* =========================
   MOBILE CRAWL
========================= */

#crawlStage{
  width:94%;
  perspective:700px;
}

#crawlWrapper{
  perspective:900px;
}

#crawlContent{
  max-width:94%;
}

#scaler .crawl-scene{
  max-width:94%;
  margin:0 auto 180px auto;
}

#scaler h2 {
  font-family: 'OrbitronExtraBold', sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
}

#scaler .scene-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);
}


#scaler .scene-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);
}

#scaler .scene-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);
}

#scaler .scene-body{
  font-size:0.82rem;
  max-width:100%;
  margin-top:18px;
  line-height:1.35;
}

#scaler .scene-list{
  line-height:1.35;
  margin-top:14px;
}

#scaler .scene-cta{
  font-size:0.85rem;
  padding:10px 18px;
  margin-top:18px;
}




   /* =========================
     SOCIAL
  ========================= */


.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);
}
