/*
Theme Name: fulltank
Theme URI: https://fulltank.studio
Author: FUSS Studio
Author URI: https://opencollective.com/fulltank#section-contributors
Description: We create identities and experiences that stir guts, spark change, and move through culture like a live wire aimed at progress. 
Tags: agency, studio, design
Version: 2025

Text Domain: fulltank

fulltank WordPress Theme 2011-2025
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

@font-face {
  font-family: "Knockout";
  src: url('./assets/fonts/Knockout-HTF69-FullLiteweight.otf') format('opentype');
}

html {
    background-color: var(--purp);
    font-family: "owners", sans-serif;
}

html, * {
  scroll-behavior: auto !important;
  -webkit-scroll-behavior: auto !important;
}

body {
    overscroll-behavior: contain;
}

body.no-scroll {
    overflow: hidden;
}

p, h4, h5, h6 {
    font-family: "owners", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 115%;
    letter-spacing: 0.12188rem;
}

h1 {
    text-transform: uppercase;
    font-family: "Knockout", sans-serif;
    font-size: 10rem;
}

.xsType {
    font-size: 1.125rem;
}

.sType {
    font-size: 1.4rem;
}

.mType {
    font-size: 1.2rem;
}

.lType {
    font-size: 2.5rem;
}

.xlType {
    font-size: 4.5rem;
}

.xxlType {
    font-size: 6rem;
}

:root {
  --purp: #4E57F4;
  --hot: #F41AF4;
  --rang: #FFA929;
}

.fulltankLogo {
    fill: white;
}

.menuPopup {
    height: 100svh;
    width: 100vw;
    border-radius: 5px;
    background-color: #000;
    background: url('./assets/images/shapemat.png') repeat-y top / cover;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.95);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    backdrop-filter: blur(20px);
    z-index: 9999;
}

.jumptocontact {
    color: white;
    font-family: 'knockout', sans-serif;
    font-size: 1.25rem;
    text-decoration: none;
    border-radius: 5px;
    border: 4px solid #fff;
    padding: 2px 6px;
    letter-spacing: .02rem;
}

header {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 10000;
    align-items: center;
}

#branding, .menuButton {
    position: relative;
    z-index: 99999;
}

.menuButton {
    color: white;
    border: 2px solid white;
    border-radius: 5px;
    padding: 3px 4px 3px 6px;
    font-weight: 500;
    letter-spacing: .12rem;
    cursor: pointer;
    transition: all 0.3s ease;
    background: transparent;
}

.menuPopup.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.menuButton:hover {
    background: white;
    color: var(--purp);
    transform: scale(1.05);
}

.menu {
    margin-top: 100px;
}

.menu ul li a {
    font-size: 7rem;
    color: #fff;
    font-family: knockout, sans-serif;
    letter-spacing: 0;
    text-decoration: none;
    font-weight: 500;
    display: block;
    padding: 10px 20px;
    text-transform: uppercase;
    text-align: right;
}

/* ---------- The Homepage ----------- */

.logoSlices {
    width: 100%;
    background-color: var(--purp);
}

#siteHero {
    display: flex;
    height: calc(100svh + 15px);
    flex-direction: column; 
    justify-content: space-between;
}

#siteHero p {
    color: #FFF;
    text-align: center;
    font-family: Owners;
    font-size: 2.4375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 115%; /* 2.80313rem */
    letter-spacing: 0.12188rem;
}

#studioPurposeWrapper {
    height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#heroFlexContent {
    z-index: 160;
    position: relative;
}

#studioPurpose {
    color: #fff;
    width: 100%;
    text-align: center;
}

.cctc {
    min-height: 100svh;
    padding: 20px 20px 100px;
}

.cctc-text {
    color: #000;
    font-family: Owners;
    font-style: normal;
    line-height: 90%; /* 6.75rem */
    letter-spacing: 0.27rem;
    padding-bottom: 40px;
    padding-top: 100px;
}

.button {
    padding: 10px 25px;
    border-radius: 100px;
    border: 3px solid #000;
    color: black;
    text-decoration: none;
    font-size: 1.25rem;
    text-transform: capitalize;
    letter-spacing: .1rem;
}

.rtc {
    min-height: 100svh;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}

.rtc-text {
    color: #FFF;
    text-align: center;
    font-family: Owners;
    line-height: 90%; /* 6.75rem */
    letter-spacing: 0.27rem;
    max-width: 850px;
    position: relative;
    z-index: 2;
}

.ricochet-ball {
    position: absolute !important;
    height: 100svh;
    width: 100svw;
    top: 0;
    z-index: 0;
    left: 0;
}

.sticky-scroll {
    height: 100svh;
    display: flex;
    overflow-y: auto;
    flex-direction: row-reverse;
    background: url(./assets/images/stickyscroll-u.png) no-repeat 50% 50% / cover;
    background-color: #F41AF4;
    justify-content: space-between;
    padding: 20px;
    position: relative;
    z-index: 2000;
}

.sticky-content {
    position: sticky;
    top: 45%;
    max-width: 400px;
    font-size: 1.5rem;
        height: 100px;
}

.scroll-rows {
    padding-top: 40svh;
    padding-bottom: 50svh;
}

.scroll-rows {
    height: fit-content;
}

.large-left-small-right {
    background-color: #000;
    color: #fff;
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3000;
    height: 100svh;
}

.large-left {
    color: #fff;
    max-width: 630px;
}

.small-right{
    color: #fff;
    max-width: 630px;
}

.sr-text {
    color: #fff;
    line-height: 130% !important;
    max-width: 500px;
}

footer {
    background-color: black;
    padding: 10px;
    position: relative;
    z-index: 9000;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 10px;
    height: 100svh;
}

.footerLogo {
    width: 100%;
    height: auto;
    fill: #666;
}

#copyright {
    width: 100%;
    text-align: center;
    display: none;
    color: white;
    padding: 0 0 20px;
}

#footerWrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footerCTA {
    color: #FFF;
    font-family: Owners;
    font-size: 3.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 89%; /* 3.3375rem */
    letter-spacing: 0.1875rem;
}

#pointOfContact {
    display: flex;
    gap: 30px;
    color: white;
    margin-right: 10px;
}

.personel h2 {
    color: #FFB612;
    font-family: owners;
    font-size: 1.125rem;
    font-style: normal;
    line-height: 125%; /* 1.40625rem */
    letter-spacing: 0.05rem;
}



.personel h3 {
    color: #FFF;
    font-family: owners;
    font-size: 1.125rem;
    font-style: normal;
    line-height: 125%; /* 1.40625rem */
    letter-spacing: 0.05rem;
}

.contactInfo a, .contactInfo p {
    text-decoration: none;
    font-family: owners;
    font-size: 1.125rem;
    font-style: normal;
    display: block;
    color: #fff;
    line-height: 125%;
}

.contactInfo a:hover {
    color: #F41AF4;
}

.socialLink {
    color: #ADADAD;
    text-decoration: none;
}

.socialLink:hover {
    color: #FFB612;
}



/*...////////////////////////////////////////////*/

/* Replace your existing .menuPopup styles with this */
.menuPopup {
    height: 100svh;
    width: 100vw;
    border-radius: 5px;
    background-color: #000;
    /* Remove the old background and replace with animated version */
    background-image: url('./assets/images/shapemat.png');
    background-repeat: repeat-y;
    background-size: cover;
    background-position: 0 0;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.95);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    backdrop-filter: blur(20px);
    z-index: 9999;
    
    /* Add animation */
    animation: slideBackground 120s linear infinite;
}

/* Keyframe animation for the sliding background */
@keyframes slideBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 -100vh; /* Adjust this value based on your image height */
    }
}

/* Pause animation when menu is not active (optional) */
.menuPopup:not(.active) {
    animation-play-state: paused;
}

/* Keep the active state styles the same */
.menuPopup.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

/* Alternative version with slower, more subtle movement */
.menuPopup.slow-slide {
    animation: slideBackgroundSlow 120s linear infinite;
}

@keyframes slideBackgroundSlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 -200vh;
    }
}


/* /////////////////////// Site Hero Animation ///////////////////////// */

#siteHero {
    display: flex;
    height: 300vh; 
    flex-direction: column; 
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

#topSliceLogo, #bottomSliceLogo {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 105;
    transition: transform 0.1s ease-out;
}

#topSliceLogo {
    top: 1px;
    transform: translateY(0);
}

#bottomSliceLogo {
    bottom: 1px;
    transform: translateY(0);
}

.logoSlices {
    width: 100%;
    display: block;
}

#siteHero > p {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 50;
    color: #FFF;
    text-align: center;
    font-family: Owners;
    font-size: 2.4375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: 0.12188rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    pointer-events: none;
        opacity: 1;
    max-width: 100%;
    width: 100%;
}

#studioPurposeWrapper {
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

#studioPurpose {
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 20px;
}

.logo-coming-together #topSliceLogo {
    transform: translateY(calc(50vh - 50%));
}

.logo-coming-together #bottomSliceLogo {
    transform: translateY(calc(-50vh + 50%));
}

.logo-coming-together #siteHero > p {
    opacity: 0;
}

.description-sliding #studioPurposeWrapper {
    transform: translateY(0);
}

/* Scroll progress indicator (optional) */
.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
    z-index: 1000;
}

.scroll-progress-bar {
    height: 100%;
    background: white;
    width: 0%;
    transition: width 0.1s ease;
}


/* /////////////////////// Site Hero Animation End ///////////////////////// */



/* cctc needs to be a clipping container */
.cctc { position: relative; overflow: hidden; }

/* the overlay sits above content; crank z-index so it's truly on top */
.cctc .cctc-wipe {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  pointer-events: none;
  z-index: 20000; /* was 2 — bump it */
}

.cctc .cctc-wipe .cctc-wipe-bar {
  background: #000;
  height: 100%;   /* ✨ critical: make bars fill the column vertically */
  width: 100%;    /* ensure full column width */
  will-change: transform;
}

/* Smoothly hide the header/nav when footer is at top */
#header.is-hidden,
#menu.is-hidden {
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease;
}







/* ///////////////////////////////////////////////// query 1100 ///////////////////////////////////////////////////// */

/* Responsive Styles */
@media only screen and (max-width: 1100px) {

#studioPurpose {
    font-size: 7rem;
}

.cctc-text.xxlType {
    font-size: 4.5rem;
    line-height: 108%;
    margin-top: 100px;
}

.rtc-text p {
    padding: 30px;
}

.sticky-content {
    position: static;
    height: auto;
}

.scroll-rows {
    padding-top: 30px;
    padding-bottom: 0px;
}

.sticky-scroll {
    padding: 100px 20px;
    overflow-y: scroll;
    align-items: self-start;
    display: block;
	max-height: auto;
	height: auto;
}

.large-left-small-right {
    flex-direction: column;
    padding: 20px;
}

.small-right {
    width: 100%;
    letter-spacing: .03rem;
}

.footerCTA {
    max-width: 50%;
}

}





/* ///////////////////////////////////////////////// query 800 ///////////////////////////////////////////////////// */

/* Responsive Styles */
@media only screen and (max-width: 800px) {
	
	#siteHero {
		display: flex;
		height: 150vh;
	}

#studioPurpose {
    font-size: 15vw;
}

#siteHero > p {
    width: 100%;
}

.xsType {
    font-size: .9125rem;
    letter-spacing: .08rem;
    line-height: 110%;
}

.sType {
    font-size: 1rem;
    letter-spacing: .08rem;
    line-height: 110%;
}

.mType {
    font-size: 1.25rem;
    letter-spacing: .08rem;
    line-height: 110%;
}

.lType {
    font-size: 1.5rem;
    letter-spacing: .08rem;
    line-height: 110%;
}

.xlType {
    font-size: 1.8rem;
    letter-spacing: .08rem;
    line-height: 110%;
}

.xxlType {
    font-size: 2rem;
    letter-spacing: .08rem;
    line-height: 110%;
}

#footerWrapper {
    flex-direction: column-reverse;
    gap: 20px;
    margin: 5px;
}

.footerCTA {
    font-size: 3rem;
    max-width: 75%;
}

.cctc-text.xxlType {
font-size: 2.5rem;
line-height: 108%;
margin-top: 100px;
}


}




