@charset "utf-8";
address,
article,
aside,
button,
blockquote,
body,
dd,
dialog,
dl,
dt,
fieldset,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
li,
nav,
ol,
p,
pre,
section,
td,
th,
tr,
ul {
  margin: 0;
  padding: 0;
}


:root {
  --primary-color: #090909; 
  --primary-invcolor: #b9bab3;
  --primary-bg-color:#eaebe4;
  --primary-invbg-color:#090909;	
  --primary-font-size:14px !important;
  --primary-large-size:5.5vw !important;	
  --primary-accent-color: red; 	
  --player-height: 60px;
}

body {
  background: var(--primary-bg-color);
  color: var(--primary-color);	
  text-align: left;
  display: flex;
  font-family: "FT1";
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin: 0; 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden; 
}

html, body {
  -webkit-text-size-adjust: 100%; /* Forces mobile to respect your exact vw font sizes */
}

@font-face {
  font-family: "FT1";
  src: url("Bodoni-24-Book.otf")
    format("opentype");
}

@font-face {
  font-family: "FT2";
  src: url("Bodoni-11-Book.otf")
    format("opentype");
}

@font-face {
  font-family: "FT3";
  src: url("AAPBodoni-BETA04-20260526-Mono.otf")
    format("opentype");
}

a {color: var(--primary-color);	 text-decoration:none;}

.lazyload,
.lazyloading {
	opacity: 0;
}
.lazyloaded {
	opacity: 1;
	transition: opacity 500ms;
}


.accentItem {color: var(--primary-accent-color) !important;}

.activeItem {
  color: #090909; /*var(--primary-accent-color);*/
  display: inline-block;
  height: 1.1em;
  line-height: 1.1em;
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}


.navSpacing {padding-top:5px; width:100%; display:flex; flex-direction:row; gap:25px !important; overflow: hidden;}


h1 {
  color: var(--primary-color);	
  margin: 0;
  padding: 0;
  font-size: var(--primary-large-size);	
  font-weight: 300;
  line-height: 1.1em;
  letter-spacing:-.05em;
  text-align:left;
}

h2 {
  font-family: "FT2";
  color: var(--primary-color);	
  margin: 0;
  padding: 0;
  font-size: var(--primary-font-size);	
  font-weight: 300;
  line-height: 1.1em;
  text-align:left;
}

.midScale {
  font-family: "FT2";
  color: var(--primary-color);	
  margin: 0;
  padding: 0;
  font-size: 22px;	
  font-weight: 300;
  line-height: 1.2em;
  text-align:left;
}

.summary-unmute-btn {
  font-family: "FT2";
   color: var(--primary-accent-color);
  margin: 0 0 0 10px; /* Keeping the 10px left margin so it doesn't touch the wave */
  padding: 0;
  font-size: var(--primary-font-size);
  font-weight: 300;
  line-height: 1.1em;
  text-align: left;
  letter-spacing:-.01em;	
  cursor: pointer;
}

.controller:hover{}

.trackSummary .summary-timer {
  font-family: "FT3", sans-serif !important;
  color: var(--primary-accent-color);
  margin: 0;
  padding: 0;
  font-size: var(--primary-large-size);	
  font-weight: 300;
  line-height: 1.1em;
  text-align: left;
  margin-left:0px !important;		
  letter-spacing: -.05em; /* This gives the numbers room to breathe! */
}

.trackSummary li span {
  padding-right:.25em !important;

}

.trackSummary li {
  margin: 0;
  padding: 0;
  font-size: var(--primary-large-size);	
  font-weight: 300;
  line-height: 1.1em;	
  letter-spacing:-.05em;	
  cursor:pointer;

}

.trackSummary {
  position:relative;	
  padding: 0;
  background: transparent; /* keep it flexible with your theme */
  overflow:visible;
}

.trackSummary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.trackSummary li:last-child {
  border-bottom: none; /* no line after last item */
}

.trackSummary li:hover {
 color: var(--primary-accent-color);
  /*background-color: rgba(255, 255, 255, 0.05);*/
  font-weight: 300;
}

.trackSummary li.active {
  color: var(--primary-accent-color);
  font-weight: 300;
}



.megaType {
 color: var(--primary-color);	
  margin: 0;
  padding: 0;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.1em;
  text-align:left;
}

 .controlPad {
   padding-left:0px; 
   gap:25px;
  } 

.controller {}





.digi {
  font-family: "FT3";
  text-align:center;
}


.action {
  cursor: pointer;
}



#player {
  width: 100%;
  height: 10px;
  position:relative;
  top:0;
  left:0;
  will-change:transform;
  overflow:hidden; 
  border-radius:0px;
  cursor: pointer;
}



#progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background:none;
  border-bottom:10px solid var(--primary-accent-color);
  width: 0%;
  border-radius: 0px;

}

#title {
  margin-bottom: 0;
  padding:0;
  margin:0;
}

#titleHolder { 
  padding:0;
  margin:0;
  position:relative; 
  width:auto;
  overflow: hidden; 
  text-align:left;
  display: block; /* or block, depending on your layout */
}

.green-icon {
  opacity:1;
  color:#39FF14;
}

.red-icon {
   opacity:1;
  opacity:1;
  color:red;
}

.phones{
  opacity:.4;
}

.directionals{
  opacity:1;
}

.directionals:hover{
  opacity:1;
  transition: opacity .2s ease;
}

.directionals:active{
  opacity:1;
  transition: opacity .2s ease;
}


.phoneColor{
  opacity:1;
  transition: opacity .4s ease;
}

#progressContainer {
  position: relative;
  width: 100%;
  height: 100%; 
  margin-top: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, .05);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px); /* Required for Safari support */
  z-index: 1;
}

#progressContainer::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  border-radius: 0px !important;	
  bottom: -10px;
  background: transparent;
  z-index: 2; /* above background but doesn't block pointer events */
  pointer-events: auto;
}




#playhead {
  position: absolute;
  width: 1px;
  height: 1px;
  display: none;
  background: #090909;
  border-radius: 0px;
  cursor: pointer;
}

button {
  background: #29b6f6;
  border: none;
  padding: 0;
  color: #111;
  font-weight: bold;
  cursor: pointer;
  margin: 5px;
}




body.alt-style {
  background: var(--primary-invbg-color);
  color: var(--primary-invcolor);
}

/* Headings and Links INSIDE the alt-styled body */
body.alt-style h1{
  color: var(--primary-invcolor);
}

body.alt-style h2 {
  color: var(--primary-accent-color);
	opacity:1;
}


body.alt-style a {
  color: var(--primary-invcolor);
  text-decoration: none;
	opacity:.1;
}

body.alt-style .trackSummary .summary-timer {
  font-family: "FT3", sans-serif !important;
  color: var(--primary-accent-color);
  margin: 0;
  padding: 0;
  opacity:1 !important;	
  font-size: var(--primary-large-size);	
  font-weight: 300;
  line-height: 1.1em;
  text-align: left;
  letter-spacing: -.05em; /* This gives the numbers room to breathe! */
}

body.alt-style .trackSummary li {
  margin: 0;
  padding: 0;
	opacity:.1;
  font-size: var(--primary-large-size);	
  font-weight: 300;
  line-height: 1.1em;
  letter-spacing:-.05em;
  cursor:pointer;
}  

body.alt-style .trackSummary li.active {
  color: var(--primary-accent-color);
  font-weight: 300;
	opacity:1 !important;
}

body.alt-style .digi {
   color: var(--primary-accent-color);
	opacity:1 !important;
}


.rollItem {
  display: inline-block; /* Reverting to block to kill iOS flex math bugs */
  overflow: hidden; 
  vertical-align: top;
  text-decoration: none;
  font-size: var(--primary-large-size); 
  height: 1.1em; 
  
  /* Safari Sub-Pixel Bleed Killers */
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transform: translateZ(0); 
}

/* 2. The Track */
.rollWrapper {
  display: block; /* Standard block stacking is mathematically stricter */
  margin: 0;
  padding: 0;
}

.rollItem:hover {
    color: var(--primary-accent-color);	
}

/* 3. The Items */
.rollText {
  display: block; 
  margin: 0;      
  padding: 0;
  white-space: nowrap;
  
  /* Strict height locking */
  height: 1.1em; 
  line-height: 1.1em; 
}

.track-wave {
  align-items: flex-end;
  height: 30px;
  gap: 2px;
  margin-left: 10px;
  overflow: hidden;
}

.wave-bar {
  width: 5px;
  height: 100%;
  background-color: currentColor;
  transform-origin: bottom;
}


/* ==========================================
   ACCORDION ROLL HOVER STYLES
========================================== */
.acorRollItem {
  display: inline-block; 
  overflow: hidden; 
  vertical-align: top;
  text-decoration: none;
  height: 1.25em; 
  
  /* Safari Sub-Pixel Bleed & Artifact Killers */
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transform: translateZ(0); 
  
  /* NEW: Hardware acceleration & smoothing to fix edge artifacts */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: 1px solid transparent; /* Forces Safari to clean up clipped edges */
}

.acorRollWrapper {
  display: block; 
  margin: 0;
  padding: 0;
  
  /* NEW: Tells the browser this element will animate, optimizing rendering */
  will-change: transform; 
}

/* Hover and Active State Color injection */
.acorRollItem.is-active,
.acorRollItem:hover {
	color: var(--primary-accent-color);	
}

.acorHead.is-active,
.acorHead:hover,
.acorRollItem.is-active {
    color: var(--primary-accent-color);	
}

.acorRollText {
  display: block; 
  margin: 0;      
  padding: 0;
  white-space: nowrap;
  
  /* Strict height locking */
  height: 1.3em; 
  line-height: 1.3em; 
}

.bandImage {
	display: block; width: 50%; height: auto; object-fit: contain; margin: 0; padding: 0; mix-blend-mode:multiply;
}

.textHolder {
	position:relative; padding-left:5vw; width:45vw; height:auto; padding-top:3em;
}

.accordion-container {position:relative; padding-left:5vw; width:45vw; height:auto; padding-top:2em; padding-bottom:3em;}



#primeBounds {
        z-index: 100; 
        position: fixed; 
        right: 20vw; 
        bottom: 0em; 
        width: 60vw; 
        display: flex; 
        justify-content: center; 
        align-items: flex-end; 
        pointer-events: none;
    }


.accordion-content {width:100%: box-sizing:border-box; padding-right:1em;}
.bio-inner {font-family: 'FT2';padding-top: 1em;  padding-bottom: 1em; font-size: 1.1em; line-height: 1.4em;}

.topBuffer {position:relative; height:35vh; width:100vw;}


/* 1. Apply exclusion to the highest wrappers */
#dropdownControls, 
#timer {
    mix-blend-mode: exclusion;
}

/* 2. Force text to be pure white */
/* In 'exclusion' mode, white text automatically inverts to black on light backgrounds, and stays white on dark backgrounds. */
#dropdownControls h2, 
#title, 
#timer, 
.controller {
    color: #eaebe4 !important; 
}


.wideBand {display:block;}


 /*
  * 
  * 
  * MAINFRAME
  * 
  * 
  * 
  */ 
  
.mainframe {
  opacity: 1 !important;
  transition: opacity 0.25s;
}
.mainframe.is-hidden {
  opacity: 0 !important;
}


@media only screen and (max-width: 800px) {
	
	.wideBand {display:none;}

	.bio-inner {font-family: 'FT2'; padding-top: .9em;  padding-bottom: 1em; font-size: 1em; line-height: 1.4em;}


.topBuffer {position:relative; height:10vh; width:100vw;}	
	
	
#primeBounds {
        z-index: 100; 
        position: fixed; 
        right: 15vw; 
        bottom: 1em; 
        top: auto; /* <-- THIS IS THE FIX */
        width: 70vw; 
        display: flex; 
        justify-content: center; 
        align-items: center; 
        pointer-events: none;
    }
	
	
	
.midScale {
  font-family: "FT2";
  color: var(--primary-color);	
  margin: 0;
  padding: 0;
  font-size: 17px;	
  font-weight: 300;
  line-height: 1.3em;
  text-align:left;
}	
	
.accordion-container {position:relative; padding-left:7vw; padding-right:7vw; width:100%; height:auto; padding-top:3em; box-sizing:border-box;}	
	
	
.textHolder {
	position:relative; padding-left:7vw; padding-right:7vw; width:100%; height:auto; padding-top:3em; box-sizing:border-box;
}	
	
.bandImage {
	display: block; width: 100%; height: auto; object-fit: contain; margin: 0; padding: 0; mix-blend-mode:multiply;
}	
	
.navSpacing {padding-top:5px; width:100%; display:flex; flex-direction:column; gap:5px !important; overflow: hidden;}
	
	
:root {
  --primary-font-size:12px !important;
  --primary-large-size:10vw !important;	
  --primary-accent-color: red; 	
	--player-height: 55px;	
}	
	
h1 {
  color: var(--primary-color);	
  margin: 0;
  padding: 0;
  font-size: var(--primary-large-size);	
  font-weight: 300;
  line-height: 1.1em;
  letter-spacing:-.03em;
  text-align:left;
}

h2 {
  font-family: "FT2";
  color: var(--primary-color);	
  margin: 0;
  padding: 0;
  font-size: var(--primary-font-size);	
  font-weight: 300;
  line-height: 1.2em;
  text-align:left;
}

.summary-unmute-btn {
  font-family: "FT2";
   color: var(--primary-accent-color);
  margin: 0 0 0 10px; /* Keeping the 10px left margin so it doesn't touch the wave */
  padding: 0;
  font-size: var(--primary-font-size);
  font-weight: 300;
  line-height: 1.2em;
  text-align: left;
  letter-spacing:-.01em;	
  cursor: pointer;
}

.trackSummary .summary-timer {
  font-family: "FT3", sans-serif !important;
  color: var(--primary-accent-color);
  margin: 0;
  padding: 0;
  font-size: var(--primary-large-size);	
  font-weight: 300;
  line-height: 1.2em;
  text-align: left;
  margin-left:0px !important;		
  letter-spacing: -.05em; /* This gives the numbers room to breathe! */
}

.trackSummary li span {
  padding-right:.25em !important;

}

.trackSummary li {
  margin: 0;
  padding: 0;
  font-size: var(--primary-large-size);	
  font-weight: 300;
  line-height: 1.2em;	
  letter-spacing: -.05em;	
  cursor: pointer;

  /* NEW: Force the inner elements to flex and wrap securely */
  display: flex;
  flex-wrap: wrap;
  align-items: baseline; /* Keeps the text baselines perfectly aligned */
  row-gap: 0px; /* Adds a little breathing room when items break to line 2 */
}
	
	
.track-wave {
    height: 10px;       /* Shorter wave */
    gap: 1px;           /* Tighter gap between bars */
    margin-left: 6px;   /* Pulls wave closer to the timer */
  }
  
  .wave-bar {
    width: 2px;         /* Thinner bars */
  }

  .summary-unmute-btn {
    margin-left: 6px;   /* Pulls Unmute text closer to the wave */
  }	
	
}


* {
  box-sizing: border-box;
}