*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

/* ------------------------- START - UI KIT RESET -------------------------------------------------- */
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {color: inherit;}
.uk-link, a, .uk-link:hover, a:hover {color: inherit; text-decoration: none;}
svg {max-width: none; height: auto; width: auto;}
/* ------------------------- END UI - KIT RESET -------------------------------------------------- */

@font-face {font-family: MonumentExtended-Regular; src: url("/assets/fonts/Monument_Extended/MonumentExtended-Regular.otf");}
@font-face {font-family: Manrope-Regular; src: url("/assets/fonts/Manrope/Manrope-Regular.ttf");}
@font-face {font-family: Manrope-Medium; src: url("/assets/fonts/Manrope/Manrope-Medium.ttf");}
@font-face {font-family: Manrope-SemiBold; src: url("/assets/fonts/Manrope/Manrope-SemiBold.ttf");}
@font-face {font-family: Manrope-Bold; src: url("/assets/fonts/Manrope/Manrope-Bold.ttf");}


h1, h2, h3, h4, p, a, strong  {padding: 0; margin: 0; font-weight: 400; letter-spacing: normal;}
li, ul {padding: 0; margin: 0; list-style: none;}

h1          {font-size: 80px; font-family: 'MonumentExtended-Regular', sans-serif; text-transform: uppercase; line-height: .9; margin-bottom: 1vw;}
h1.big      {font-size: 125px; font-family: 'MonumentExtended-Regular', sans-serif;}
h2          {font-size: 55px; font-family: 'Manrope-SemiBold', sans-serif; margin-bottom: calc(25px + 1vw); line-height: 1.15;}
h2.big      {font-size: 80px; font-family: 'MonumentExtended-Regular', sans-serif; text-transform: uppercase; line-height: 1;}
h3          {font-size: 18px; font-family: 'MonumentExtended-Regular', sans-serif; text-transform: uppercase; line-height: 1;}
h4          {font-family: 'Manrope-SemiBold', sans-serif; margin-bottom: calc(.5vw + 15px);}
p           {font-size: 20px; margin-bottom: 30px;}
p.small     {font-size: 15px; margin-bottom: 20px; display: inline-block;}
strong 	    {font-family: 'Manrope-Bold', sans-serif;}
a           {text-decoration: none;}
p a         {position: relative; display: inline-block;}
p a:hover   {opacity: .5; transform: translate(0, -2px);}
em          {color: #fff; font-style: italic; opacity: 0.6;}

h2 ~ .btn {
    margin-top: 10px;
}

h1          {font-size: clamp(35px, 3.8vw, 60px);}
h1.big      {font-size: clamp(40px, 5.5vw, 100px);}
h2          {font-size: clamp(26px, 2.6vw, 40px);}
h2.big      {font-size: clamp(22px, 4vw, 50px);}
h4          {font-size: clamp(19px, 1.5vw, 24px);}
p           {font-size: clamp(16px, 1.1vw, 18px);}

h1:last-child, h2:last-child, h2.big:last-child, h3:last-child, h4:last-child, p:last-child, p.big:last-child, a:last-child, strong:last-child  {margin-bottom: 0;}

@media screen and (max-width: 1200px){
    p.small {
        opacity: .7;
    }
}

@media screen and (max-width: 540px){
    h1              {font-size: 30px; font-size: clamp(30px, 8vw, 40px); margin-bottom: 4vw;}
    h1.big          {font-size: 40px; font-size: clamp(40px, 10vw, 50px);}
    h2 				{font-size: 26px;}
    h2.big          {font-size: 30px; font-size: 7vw;}
    h4          	{font-size: 19px;}
    p           	{font-size: 16px;}
    p.small         {font-size: 12.5px;}
}

h1.center, h2.center, h3.center, h4.center, p.center {text-align: center;}

body {
    font-family: 'Manrope-Regular', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
	color: #000;
    -webkit-font-smoothing: antialiased;
	top: 0;  
    left: 0;
}

html, body {
    width: 100%;
    -webkit-font-smoothing: antialiased;
    position: relative;
    background: #000;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    display: none;
}

* {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

* { 
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* ------------------------- All -------------------------------------------------- */

::selection {
    background: rgba(0, 255, 255, 0.7);
}

main {
    float: left;
    width: 100%;
    position: relative;
    background: #fff;
    overflow: hidden;
}

main.dark {
    color: #fff;
    background: #000;
}


.section {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 10vw;
    padding-bottom: 10vw;
}

.wrap {
    margin: 0 auto;
    max-width: 1220px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

.wrap-wide {
    margin: 0 auto;
    max-width: 1420px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

.wrap-text {
    max-width: 800px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

.wrap-block {
    width: 1420px;
    padding-left: 30px;
    padding-right: 30px;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.sub-wrap {
    width: 50%;
    position: relative;
    float: left;
}

.stripe {
    background: rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 1px;
    float: left;
    position: relative;
}

main.dark .stripe {
    background: rgba(255, 255, 255, 0.3);
}

.stripe svg {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0px);
}

main.light .stripe svg path {
    stroke: #d9d9d9;
    fill: #fff;
    stroke-width: 1px;
    stroke-linecap: butt;
    transform: translate(0, 2px);
}

main.dark .stripe svg path {
    stroke: #4d4d4d;
    fill: #000;
    stroke-width: 1px;
    stroke-linecap: butt;
    transform: translate(0, 2px);
}

.overlay {
    position: absolute;
    left: 0;
    top: -5%;
    width: 100%;
    height: 110%;
}

.dark-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
}

main.light img[data-src][src*='data:image'] { background-color: rgba(0,0,0,0.1);}
main.dark img[data-src][src*='data:image'] { background-color: rgba(255,255,255,0.2);}
main.light .single-image[data-src] { background-color: rgba(0,0,0,0.1);}
main.dark .single-image[data-src] { background-color: rgba(255,255,255,0.2);}

@media screen and (max-width: 1740px){

    .wrap-block {
        width: 100%;
        left: 0;
        transform: translate(0, -50%);
        padding: 0 12vw;
    }

    .wrap {
        max-width: 100%;
        padding: 0 12vw;
    }
    
    .wrap-wide {
        max-width: 100%;
        padding: 0 12vw;
    }
    
}

@media screen and (max-width: 1500px){

    .stripe svg {
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, 25%) scale(.5);
    }

    main.light .stripe svg path {
        stroke-width: 2.2px;
    }
    
    main.dark .stripe svg path {
        stroke-width: 2.2px;
    }
    
}

@media screen and (max-width: 1080px){

    .wrap-text {
        max-width: 100%;
        padding: 0 18vw;
    }
}

@media screen and (max-width: 540px){

    .section {
        float: left;
        width: 100%;
        position: relative;
        padding-top: 20vw;
        padding-bottom: 20vw;
    }

    .wrap, .wrap-text {
        padding: 0 30px;
    }
    
    .wrap-wide {
        padding: 0 30px;
    }
    
    .wrap-block {
        padding: 0 30px;
    }
    
    .dark-overlay {
	    background: rgba(0, 0, 0, 0.6);
    }
}

/* ------------------------- Buttons -------------------------------------------------- */

.btn {
    height: 50px;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    position: relative;
    font-size: 16px; 
    line-height: 30px; 
    text-decoration: none; 
    background: #fff;
    overflow: hidden;
    border-radius: 25px;
    font-family: 'Manrope-SemiBold', sans-serif;
    text-align: center;
}

.btn span {
    z-index: 1;
    position: relative;
    color: #000;
}

.btn.dark {
    background: #000;
    color: #fff;
}

.btn.dark span {
    color: #fff;
}

@keyframes btnHover {
    0% {background-position-x: 0;}
    100% {background-position-x: 600%;}
}

.btn-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    animation: btnHover 10s linear;
    animation-iteration-count: infinite; 
    background: #FFC700 url("../img/gradient-2.jpg");
    background-size: 600%;
    opacity: 0;
}

.btn span {
    z-index: 1;
    position: relative;
}

.btn:hover {
    cursor: pointer;
    transform: translate(0, -3px);
}

.btn:hover .btn-bg{
    opacity: 1;
}

.btn:hover span, main.light.active .nav-cta-btn:hover span {
    color: #fff;
}

.btn-bg, .btn span, .nav-cta-btn span{
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;  
}

.icon-links {
    display: inline-block;
}

.icon-link {
    display: flex;
	align-items: center;
    margin-bottom: 10px;
}

.icon-link:last-child {
    margin-bottom: 0px;
}

.icon-link svg {
    float: left;
    margin-right: 10px;
}

.icon-link p {
    float: left;
    margin: 0;
}

.icon-link:hover p {
    opacity: .5;
}



/* ------------------------- GDPR - Cookies Accept -------------------------------------------------- */

#gdpr-box {
    position: fixed;
    right: 60px;
    bottom: -100%;
    background: #fff;
    z-index: 5;
    padding: 20px;
    -webkit-box-shadow: 0px 100px 200px 0px rgba(35,36,45,0.3);
    -moz-box-shadow: 0px 100px 200px 0px rgba(35,36,45,0.3);
    box-shadow: 0px 100px 200px 0px rgba(35,36,45,0.3);
}

#gdpr-box.active {
    bottom: 40px;
    display: block;
}

#gdpr-box.notactive {
    bottom: -100%;
}


.gdpr-text {
    float: left;
    height: 50px;
    max-width: 250px;
    font-size: 14px;
    padding: 4px 0 4px 5px;
}

.gdpr-text a {
    color: #23242D;
    text-decoration: underline;
    position: relative;
    display: inline-block;
}

.gdpr-text a:hover {
    transform: translate(0, -3px);
    opacity: .5;
}

.gdpr-button {
    float: left;
    height: 50px;
    padding-left: 20px;
}

.gdpr-button-accept {
    float: left;
    font-size: 15px;
    padding: 10px 25px 10px 25px;
    height: 50px;
}

#gdpr-box.notactive  {
    bottom: -100%;
}

#gdpr-box.notactive {
    -webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-ms-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;     
}

@media screen and (max-width: 540px){
    #gdpr-box {
        right: 0;
        width: 100%;
        padding: 20px 30px;
        bottom: -100%;
    }

    #gdpr-box.active {
        bottom: 0;
    }

    #gdpr-box.notactive {
        bottom: -100%;
    }

    .gdpr-text {
        max-width: calc(100% - 85px);
        font-size: 13px;
        padding: 4px 0 4px 0px;
    }

    .gdpr-button {
        padding-left: 10px;
        width: 85px;
    }
}


/* ------------------------- Textblock -------------------------------------------------- */

.textpage-textblock {
    padding-top: 0;
}

.textblock h1 {
    font-size: clamp(21px, 2.6vw, 30px);
    margin-bottom: 20px;
    margin-top: 10px;
}

.textblock h2 {
    margin-top: 10px;
    margin-bottom: 30px;
    display: inline-block;
} 

.textblock h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.textblock img {
    width: 100%;
    margin-bottom: 30px;
}

.textblock h1:first-child, .textblock h2:first-child, .textblock h3:first-child {
    margin-top: 0px;
}

.textblock p:last-child {
    margin-bottom: 0;
}

.textblock ul {
    padding-bottom: 30px;
    display: inline;
    float: left;
    width: 100%;
}

.textblock ol {
    padding-bottom: 30px;
    display: inline;
    float: left;
    width: 100%;
    padding-left: 23px;
}

.textblock ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    font-size: clamp(16px, 1.1vw, 18px);
}

.textblock ol li {
	list-style: decimal;
	margin-left: -5px;
    color: #000;
    font-size: clamp(16px, 1.1vw, 18px);
}

.textblock ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #000;
    position: absolute;
    left: 0;
    top: 9px;
}

.textblock p a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    height: 1px;
    width: 100%;
    background: #fff;
    opacity: .6;
}

main.light .textblock p a:after {
    background: #000;
}


/* ------------------------- Page Transition -------------------------------------------------- */

.loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 100;
    pointer-events: none;
    background: #000;
}

.loading-screen svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
}
/* ------------------------- Default Header -------------------------------------------------- */

.default-header {
    padding-top: calc(90px + 10vw);
    text-align: center;
    padding-bottom: 8vw;
}

.default-header  .dark-overlay {
    height: 100vh;
}

.fade-overlay {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.4) 100%);
}

main.dark .fade-overlay {
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,.2) 100%);
}

.default-header .line {
    overflow: hidden;
}

.default-header .line .line-content {
    position: relative;
    will-change: transform;
    backface-visibility: hidden;
    display: block;
}

@media screen and (max-width: 540px){
    .default-header {
        padding-top: calc(90px + 15vw);
        padding-bottom: 20vw;
    }
}

/* ------------------------- TRICKS H1 -------------------------------------------------- */

.default-header .tricks .tricksword-wrapper {
    overflow: hidden;
    display: inline-block;
    margin-top: -1.5vw;
}

.default-header .tricks .tricksword {
    display: inline-block;
    white-space: nowrap;
}

/* ------------------------- Default Header - Full Height -------------------------------------------------- */

.default-header.full-height {
    height: 100vh;
    padding: 0;
    overflow: hidden;
}

/* overflow:visible was only needed for the ignite button — now hidden on mobile, so removed */

/* ------------------------- Pre Footer -------------------------------------------------- */

.prefooter .sub-wrap:nth-child(1) {
    width: 35%;
}

.prefooter .sub-wrap:nth-child(2) {
    width: 65%;
}

.prefooter h2 a {
    position: relative;
    display: inline-block;
}

.prefooter h2 a .underline {
    width: 100%;
    height: 3px;
    background: #fff;
    position: relative;
    transform: translate(0, 2px);
}

main.light .prefooter h2 a .underline {
    background: #000;
}

.prefooter h2 a:hover .underline .btn-bg {
    opacity: 1;
    background: url("../img/gradient-2.jpg");
    background-size: 600%;
}

.prefooter h2 a:hover {
    color: rgba(255, 255, 255, .5);
}

main.light .prefooter h2 a:hover {
    color: rgba(0, 0, 0, .5);
}

.prefooter h2 a:hover .underline {
    transform: translate(0, 5px);
}

.prefooter ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-top: 5px;
}

.prefooter ul li {
    padding-right: calc(3vw + 15px);
}

.prefooter ul li:first-child {
    padding-right: calc(5vw + 15px);
}

.prefooter ul li:last-child {
    padding-right: 0;
}

.prefooter ul li p {
    margin: 0;
}

.prefooter ul li p strong {
    margin-bottom: calc(.5vw + 15px);
    display: block;
}

.prefooter ul li p a {
    text-decoration: none;
}

.prefooter .mobile-legal {
    display: none;
}

main#home .header-image.mobile {
	display: none;
}

@media screen and (max-width: 1200px){

    .prefooter .mobile-credits {
        display: none;
    }
}

@media screen and (max-width: 1060px){
    .prefooter {
        padding-bottom: 40px;
    }

    .prefooter .sub-wrap:nth-child(1) {
        width: 100%;
        padding-bottom: 7vw;
    }

    .prefooter .sub-wrap:nth-child(2) {
        width: 100%;
    }

    .prefooter ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 5px;
    }

    .prefooter .mobile-legal {
        float: left;
        width: 100%;
        display: block;
        padding-top: 7vw;
    }

    .prefooter .mobile-legal p {
        margin-right: 20px;
        margin-bottom: 0;
    }
}


@media screen and (max-width: 640px){

    .prefooter ul {
        padding-top: 30px;
    }

    .prefooter ul li, .prefooter ul li:first-child, .prefooter ul li:last-child {
        width: 50%;
        margin-bottom: 60px;
        padding-right: 0;
        padding-left: 0;
    }

    .prefooter ul li:last-child {
        margin-bottom: 0;
    }

    .prefooter .mobile-legal {
        padding-top: 55px;
    }
    
    main#home .header-image.desktop {
	    display: none;
    }
	main#home .header-image.mobile {
		display: block;
	}
}

@media screen and (max-width: 440px){
    .prefooter ul li:first-child {
        width: 40%;
        margin-bottom: 45px;
    }

    .prefooter ul li, .prefooter ul li:nth-child(2) {
        width: 60%;
        margin-bottom: 45px;
    }

    .prefooter ul li, .prefooter ul li:nth-child(3) {
        width: 100%;
    }
}

/* ------------------------- Footer -------------------------------------------------- */

.footer {
    padding-top: 0;
    padding-bottom: 3vw;
}

.footer .stripe {
    margin-bottom: 3vw;
}

.footer-wrap {
    width: 100%;
    float: left;
    position: relative;
}

.footer .credits {
    float: left;
}

.footer .legal {
    position: absolute;
    top: 50%;
    right: 120px;
    transform: translate(0, -50%);
}

.footer p {
    margin-right: 20px;
    margin-bottom: 0;
}

.social-icons {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.social-icons.social-hover:hover .social-sticker {
	opacity: 1;
	transform: translate(35%, -95%) rotate(15deg) scale(1.2);
}

.social-ico {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    width: 24px;
    height: 24px;
}

main.dark .social-ico svg path, main.light .social-ico svg circle {
    fill: #fff;
}

.social-ico:hover {
    opacity: .5;
    transform: translate(0, -3px);
}

@media screen and (max-width: 1000px){
    .footer {
        padding-bottom: 40px;
    }
    
    .footer .stripe {
        margin-bottom: 40px;
    }

    .footer .legal {
        display: none;
    } 
}

@media screen and (max-width: 540px){
    .footer {
        padding-bottom: 30px;
        padding-top: 0;
    }
    .footer-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        padding-top: 30px;
    }
    .footer .legal {
        display: none;
    }
    .social-icons {
        position: relative;
        right: auto;
        top: auto;
        left: 0;
        transform: none;
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        align-items: center;
    }
    .social-sticker {
        width: 60px !important;
        height: 60px !important;
    }
}

@media screen and (max-width: 450px){

    .footer-wrap {
        padding-top: 50px;
    }

    .social-icons {
        right: auto;
        top: 0px;
        left: -8px;
        transform: translate(0, 0);
    }
}

/* ------------------------- Home - Header -------------------------------------------------- */

.home-header h1 {
    text-align: left;
    margin-top: 10vh;
    max-width: 55%;
}

.home-header p {
    max-width: 55%;
    text-align: left;
}

.header-image{
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

@keyframes headerZoom {
    0% {transform: translate(-50%, -50%) scale(1);}
    100% {transform: translate(-50%, -50%) scale(1.3);}
}

.header-image.zoom {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.3);
    animation: headerZoom 20s linear;
    animation-iteration-count: unset; 
}

.scroll-down {
    position: absolute;
    left: 55px;
    bottom: 50px;
    transform: translate(-35%, -155%) rotate(90deg);
}

.scroll-down span {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    display: inline-block;
    margin-right: 15px;
    opacity: .8;
}

.scroll-down:hover {
    cursor: pointer;
}

.scroll-down:hover span {
    opacity: 1;
}

@media screen and (max-width: 540px){
    .default-header.home-header {
        height: 87vh;
    }

    .home-header h1 {
        max-width: 100%;
    }
    
    .home-header p {
        max-width: 100%;
    }

    .scroll-down {
        left: 25px;
        bottom: 40px;
    }
    
    .scroll-down span {
	    opacity: 1;
	}
}

@media screen and (max-height: 700px){
	.scroll-down span {
	    opacity: 0;
	}
}

/* ------------------------- Home - Header Animation -------------------------------------------------- */

.ignite {
    position: absolute;
    width: 180px;
    height: 180px;
    top: 35%;
    right: 30px;
    transform: translate(0, -50%);
    border-radius: 110px;
}

.ignite-desktop {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.ignite-mobile {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
}

.ignite:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
}

.ignite:hover svg.rotate {
    animation-play-state: paused;
}

.ignite svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ignite svg.rotate {
    animation: rotateIgnite 15s linear;
    animation-iteration-count: infinite; 
}

@keyframes rotateIgnite {
    0% {transform: translate(-50%, -50%) rotate(0deg);}
    100% {transform: translate(-50%, -50%) rotate(-360deg);}
}

.home-header-animation {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: #000;
    opacity: 0;
}

/* === Home hero video (replaces photo slideshow) === */
.home-header-video {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100vh;
    background: #000;
    overflow: hidden;
    z-index: 0;
}
.home-header-video__el {
    position: absolute;
    inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

/* ── SEQUENTIAL DUAL-VIDEO HERO (Sébastien → Carla → loop, crossfade) ──
   Both videos stacked absolutely; only one has .is-active at a time.
   JS in index.html toggles .is-active on the `ended` event. */
.home-header-video--sequence {
    position: absolute;
    inset: 0;
    overflow: hidden;
}
.home-header-video--sequence .home-header-video__el {
    position: absolute;
    inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
}
.home-header-video--sequence .home-header-video__el.is-active {
    opacity: 1;
}
.home-header-video::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 28%;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.97) 0%,
        rgba(0,0,0,0.80) 35%,
        rgba(0,0,0,0.40) 65%,
        transparent 100%
    );
    z-index: 2;
    pointer-events: none;
}

/* Dark gradient at bottom of hero — hides TikTok watermarks on all slides */
.home-header-animation::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 22%;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.97) 0%,
        rgba(0,0,0,0.80) 35%,
        rgba(0,0,0,0.40) 65%,
        transparent 100%
    );
    z-index: 10;
    pointer-events: none;
}

.home-header-animation.active {
    opacity: 1;
}

.home-header-animation .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    animation: singleSlide 2s linear;
    animation-iteration-count: infinite;
}

@keyframes singleSlide {
    0% {opacity: 1; transform: scale(1);}
    5% {opacity: 1; transform: scale(1.02);}
    6% {opacity: 0; transform: scale(1.02);}
    100% {opacity: 0; transform: scale(1);}
}

.home-header-animation .slide:nth-child(2) { animation-delay: .1s;}
.home-header-animation .slide:nth-child(3) { animation-delay: .2s;}
.home-header-animation .slide:nth-child(4) { animation-delay: .3s;}
.home-header-animation .slide:nth-child(5) { animation-delay: .4s;}
.home-header-animation .slide:nth-child(6) { animation-delay: .5s;}
.home-header-animation .slide:nth-child(7) { animation-delay: .6s;}
.home-header-animation .slide:nth-child(8) { animation-delay: .7s;}
.home-header-animation .slide:nth-child(9) { animation-delay: .8s;}
.home-header-animation .slide:nth-child(10) { animation-delay: .9s;}
.home-header-animation .slide:nth-child(11) { animation-delay: 1s;}
.home-header-animation .slide:nth-child(12) { animation-delay: 1.1s;}
.home-header-animation .slide:nth-child(13) { animation-delay: 1.2s;}
.home-header-animation .slide:nth-child(14) { animation-delay: 1.3s;}
.home-header-animation .slide:nth-child(15) { animation-delay: 1.4s;}
.home-header-animation .slide:nth-child(16) { animation-delay: 1.5s;}
.home-header-animation .slide:nth-child(17) { animation-delay: 1.6s;}
.home-header-animation .slide:nth-child(18) { animation-delay: 1.7s;}
.home-header-animation .slide:nth-child(19) { animation-delay: 1.8s;}
.home-header-animation .slide:nth-child(20) { animation-delay: 1.9s;}

@media screen and (max-width: 1760px){
    .ignite {
        right: 12vw;
    }
}
@media screen and (max-width: 800px){
    .ignite-mobile {
        display: block;
    }

    .ignite-desktop {
        display: none;
    }

    .ignite {
        transform: translate(25%, -50%) scale(.7);
    }
}

@media screen and (max-width: 540px){
    .ignite {
        display: none !important;
    }
    .home-header-animation .slide:nth-child(n+10) {
        display: none;
    }
}

/* ------------------------- Home - Targets -------------------------------------------------- */

.targets {
    padding-top: 7vw;
    padding-bottom: 7vw;
}

.targets .wrap-wide {
    display: flex;
    flex-wrap: wrap;
	align-items: center;
}

.targets .wrap-wide .sub-wrap:nth-child(1) {
    padding-right: 5vw;
}

.targets .wrap-wide .sub-wrap:nth-child(2) {
    padding-left: 5vw;
}

.targets-animation {
    float: left;
    width: 100%;
    position: relative;
    opacity: 0;
    visibility: hidden;
}

.targets-animation.targets-visible {
    opacity: 1;
    visibility: visible;
    transition: opacity .5s ease-in-out;  
}

.targets-animation:before {
    content: "";
    padding-top: 100%;
    display: block;
}

.targets-animation-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 20%;
}

.targets .triangle {
    position: absolute;
    width: 49%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -37%) rotate(0deg) scale(1);
    z-index: 2;
    opacity: 1;
}

.targets .logo-mark {
    position: absolute;
    width: 13%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -15%);
    z-index: 2; 
}

.targets .dotted {
    position: absolute;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -37%) rotate(4deg);
    z-index: 1;
    opacity: .9;
}

.targets .circle {
    position: absolute;
    width: 42%;
    height: 42%;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
}

.targets .circle-brands {
    transform: translate(-50%, -93%);
}

.targets .circle-fans {
    transform: translate(0%, -7%);
}

.targets .circle-sports {
    transform: translate(-100%, -7%);
}

.targets .circle h4 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.8);
    opacity: 0;
    transition: all .25s ease-in-out;  
}

.targets .top-circle {
    opacity: 0;
    background: rgba(0, 0, 0, .5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: all .25s ease-in-out; 
    border: 1px solid #fff;
    z-index: 3;
}

@keyframes topCircleBrands {
    0% {opacity: 1; transform: translate(-50%, -111%); backdrop-filter: blur(0px); -webkit-backdrop-filter: blur(0px); background: rgba(0, 0, 0, 0); border: 1px solid rgba(255, 255, 255, 0.6); z-index: 1;}
    55% {opacity: 1; transform: translate(-50%, -111%); backdrop-filter: blur(0px); -webkit-backdrop-filter: blur(0px); background: rgba(0, 0, 0, 0); border: 1px solid rgba(255, 255, 255, 0.6); z-index: 1;}
    70% {opacity: 1; transform: translate(-50%, -93%); backdrop-filter: blur(0px); -webkit-backdrop-filter: blur(0px); background: rgba(0, 0, 0, 0); border: 1px solid rgba(255, 255, 255, 1); z-index: 1;}
    80% {opacity: 0; transform: translate(-50%, -93%); backdrop-filter: blur(0px); -webkit-backdrop-filter: blur(0px); background: rgba(0, 0, 0, 0); border: 1px solid rgba(255, 255, 255, 1); z-index: 1;}
    100% {z-index: 3;}
}

.targets-animation.targets-visible .top-circle-brands {
    animation: topCircleBrands 4s ease-in-out;
    animation-iteration-count: unset; 
}

@keyframes topCircleFans {
    0% {opacity: 1; transform: translate(16%, 3%); backdrop-filter: blur(0px); -webkit-backdrop-filter: blur(0px); background: rgba(0, 0, 0, 0); border: 1px solid rgba(255, 255, 255, 0.6); z-index: 1;}
    55% {opacity: 1; transform: translate(16%, 3%); backdrop-filter: blur(0px); -webkit-backdrop-filter: blur(0px); background: rgba(0, 0, 0, 0); border: 1px solid rgba(255, 255, 255, 0.6); z-index: 1;}
    70% {opacity: 1; transform: translate(0%, -7%); backdrop-filter: blur(0px); -webkit-backdrop-filter: blur(0px); background: rgba(0, 0, 0, 0); border: 1px solid rgba(255, 255, 255, 1); z-index: 1;}
    80% {opacity: 0; transform: translate(0%, -7%); backdrop-filter: blur(0px); -webkit-backdrop-filter: blur(0px); background: rgba(0, 0, 0, 0); border: 1px solid rgba(255, 255, 255, 1); z-index: 1;}
    100% {z-index: 3;}
}

.targets-animation.targets-visible .top-circle-fans {
    animation: topCircleFans 4s ease-in-out;
    animation-iteration-count: unset; 
}

@keyframes topCircleSports {
    0% {opacity: 1; transform: translate(-116%, 3%); backdrop-filter: blur(0px); -webkit-backdrop-filter: blur(0px); background: rgba(0, 0, 0, 0); border: 1px solid rgba(255, 255, 255, 0.6); z-index: 1;}
    55% {opacity: 1; transform: translate(-116%, 3%); backdrop-filter: blur(0px); -webkit-backdrop-filter: blur(0px); background: rgba(0, 0, 0, 0); border: 1px solid rgba(255, 255, 255, 0.6); z-index: 1;}
    70% {opacity: 1; transform: translate(-100%, -7%); backdrop-filter: blur(0px); -webkit-backdrop-filter: blur(0px); background: rgba(0, 0, 0, 0); border: 1px solid rgba(255, 255, 255, 1); z-index: 1;}
    80% {opacity: 0; transform: translate(-100%, -7%); backdrop-filter: blur(0px); -webkit-backdrop-filter: blur(0px); background: rgba(0, 0, 0, 0); border: 1px solid rgba(255, 255, 255, 1); z-index: 1;}
    100% {z-index: 3;}
}

.targets-animation.targets-visible .top-circle-sports {
    animation: topCircleSports 4s ease-in-out;
    animation-iteration-count: unset; 
}

@keyframes backCircle {
    0% {opacity: 0;}
    70% {opacity: 0;}
    71% {opacity: 1;}
}

.targets-animation.targets-visible .back-circle{
    animation: backCircle 4s ease-in-out;
    animation-iteration-count: unset; 
}

@keyframes circleTextBrands {
    0% {opacity: 0; transform: translate(-50%, -50%) scale(.8);}
    10% {opacity: 0; transform: translate(-50%, -50%) scale(.8);}
    25% {opacity: 1; transform: translate(-50%, -50%) scale(1);}
    55% {opacity: 1; transform: translate(-50%, -50%) scale(1);}
    70% {opacity: 0; transform: translate(-50%, -50%) scale(1);}
}

.targets-animation.targets-visible .top-circle-brands h4{
    animation: circleTextBrands 4s ease-in-out;
    animation-iteration-count: unset; 
}

@keyframes circleTextFans {
    0% {opacity: 0; transform: translate(-50%, -50%) scale(.8);}
    20% {opacity: 0; transform: translate(-50%, -50%) scale(.8);}
    35% {opacity: 1; transform: translate(-50%, -50%) scale(1);}
    55% {opacity: 1; transform: translate(-50%, -50%) scale(1);}
    70% {opacity: 0; transform: translate(-50%, -50%) scale(1);}
}

.targets-animation.targets-visible .top-circle-fans h4{
    animation: circleTextFans 4s ease-in-out;
    animation-iteration-count: unset; 
}

@keyframes circleTextSports {
    0% {opacity: 0; transform: translate(-50%, -50%) scale(.8);}
    30% {opacity: 0; transform: translate(-50%, -50%) scale(.8);}
    45% {opacity: 1; transform: translate(-50%, -50%) scale(1);}
    55% {opacity: 1; transform: translate(-50%, -50%) scale(1);}
    70% {opacity: 0; transform: translate(-50%, -50%) scale(1);}
}

.targets-animation.targets-visible .top-circle-sports h4{
    animation: circleTextSports 4s ease-in-out;
    animation-iteration-count: unset; 
}

@keyframes triangleAnimation {
    0% {transform: translate(-50%, -37%) rotate(-18deg) scale(1); opacity: 0;}
    55% {transform: translate(-50%, -37%) rotate(-18deg) scale(1); opacity: 0;}
    70% {transform: translate(-50%, -37%) rotate(0deg) scale(1); opacity: 1;}
}

.targets-animation.targets-visible .triangle{
    animation: triangleAnimation 4s ease-in-out;
    animation-iteration-count: unset; 
}

@keyframes triangleBlurry {
    0% {opacity: 0;}
    50% {opacity: 1;}
    100% {opacity: 0;}
}

.targets-animation.targets-visible .triangle .blurry{
    animation: triangleBlurry 4s ease-in-out;
    animation-iteration-count: infinite; 
    filter: blur(30px);
    -webkit-filter: blur(30px);
    opacity: 0;
    transform: scale(1.1);

}

@keyframes logoMarkAnimation {
    0% {opacity: 0;}
    55% {opacity: 0;}
    70% {opacity: 1;}
}

.targets-animation.targets-visible .logo-mark{
    animation: logoMarkAnimation 4s ease-in-out;
    animation-iteration-count: unset; 
}

@keyframes dottedAnimation {
    0% {transform: translate(-50%, -37%) rotate(-4deg); opacity: 0;}
    60% {transform: translate(-50%, -37%) rotate(-4deg); opacity: 0;}
    70% {transform: translate(-50%, -37%) rotate(4deg); opacity: .9;}
}

.targets-animation.targets-visible .dotted{
    animation: dottedAnimation 4s ease-in-out;
    animation-iteration-count: unset; 
}

@keyframes dottedImgAnimation {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}

.targets-animation.targets-visible .dotted .dotted-img{
    animation: dottedImgAnimation 60s linear;
    animation-iteration-count: infinite; 
}

.targets .top-circle:hover {
    opacity: 1;
    cursor: pointer;
}

.targets .top-circle:hover h4 {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.targets .logo-mark img {
    transition: all .25s linear;  
}

.targets .logo-mark.active img {
    opacity: .2;  
    transition: all .25s linear;
}


@media screen and (max-width: 1000px){
    .targets .wrap-wide .sub-wrap:nth-child(1) {
        padding-right: 0;
        width: 70%;
        margin-left: 15%;
    }
    
    .targets .wrap-wide .sub-wrap:nth-child(2) {
        padding-left: 0;
        width: 70%;
        margin-left: 15%;
        padding-top: 3vh;
        padding-bottom: 2vh;
    }
}

@media screen and (max-width: 640px){
    .targets .wrap-wide .sub-wrap:nth-child(1) {
        width: 100%;
        margin-left: 0;
    }
    
    .targets .wrap-wide .sub-wrap:nth-child(2) {
        width: 100%;
        margin-left: 0;
    }
}

/* ------------------------- Home - Logos -------------------------------------------------- */

.logos {
    padding-top: 6vw;
    padding-bottom: 6vw;
}

.logos-wrapper {
    float: left;
    width: 100%;
    position: relative;
    height: 65px;
}

.logos .wrap-wide .logos-row {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    height: 5vh;
    align-items: center;
    position: absolute;
    transform: translate(0 -50%);
}

.logos .single-logo {
    display: flex;
    align-items: center;
    background: #000;
    width: 110px;
    height: 65px;
}

.logos .single-logo img {
    max-width: 110px;
    max-height: 65px;
    object-fit: contain;
}

@keyframes logoFade {
    0% {opacity: 0;}
    2% {opacity: 1;}
    50% {opacity: 1;}
    52% {opacity: 0;}
    100% {opacity: 0;}
}

.logos .wrap-wide .bottom-row .single-logo {
    animation: logoFade 24s linear;
    animation-iteration-count: infinite; 
    opacity: 0;
}

.logos .wrap-wide .bottom-row .single-logo:nth-child(4) {animation-delay: 2s;}
.logos .wrap-wide .bottom-row .single-logo:nth-child(6) {animation-delay: 4s;}
.logos .wrap-wide .bottom-row .single-logo:nth-child(1) {animation-delay: 6s;}
.logos .wrap-wide .bottom-row .single-logo:nth-child(5) {animation-delay: 8s;}
.logos .wrap-wide .bottom-row .single-logo:nth-child(3) {animation-delay: 10s;}
.logos .wrap-wide .bottom-row .single-logo:nth-child(2) {animation-delay: 12s;}

@media screen and (max-width: 1740px){

    .logos-wrapper {
        height: 4vw;
    }

    .logos .single-logo {
        width: 6.4vw;
        height: 4vw;
    }
    
    .logos .single-logo img {
        max-width: 6.4vw;
        max-height: 4vw;
    }
}

@media screen and (max-width: 900px){

    .logos {
        padding-top: 8vw;
        padding-bottom: 8vw;
    }

    .logos-wrapper {
        height: 30vw;
    }

    .logos .wrap-wide {
        padding: 0 10px;
    }

    .logos .single-logo {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 33.333%;
        height: 15vw;
    }

    .logos .single-logo img {
        max-width: calc(25px + 7.5vw);
        max-height: calc(15px + 5vw);
    }

}



/* ------------------------- Home - Slogan -------------------------------------------------- */

.slogan {
    overflow: hidden;
}

.slogan h2.big {
    width: 80%;
    margin: 0 0 0 10%;
    text-align: center;
    font-size: clamp(30px, 4vw, 65px);
}

@media screen and (max-width: 800px){

    .slogan h2.big {
        width: 100%;
        margin: 0;
    }
}
@media screen and (max-width: 540px){

    .slogan {
        padding-top: 25vw;
        padding-bottom: 25vw;
    }

    .slogan h2.big {
        font-size: 7vw;
    }

    .slogan .overlay {
        top: -20%;
        width: 100%;
        height: 140%;
    }
}

/* ------------------------- Home - Services -------------------------------------------------- */

.home-services h2 {
    max-width: calc(200px + 14vw);
}

.home-services ul {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    padding-top: 3vw;
}

.home-services li {
    width: calc(150px + 5vw);
}

.home-services li h4 {
    padding-top: calc(.5vw + 15px);
}

.home-services li img {
    width: 36px;
}

@media screen and (max-width: 1740px){
    .home-services li img {
        width: 2vw;
    }
}


@media screen and (max-width: 1200px){
    .home-services li {
        width: 180px;
    }

    .home-services li img {
        width: 28px;
    }
}

@media screen and (max-width: 1000px){

    .home-services li {
        width: 50%;
        margin-bottom: 60px;
        padding-right: 30px;
    }

    .home-services li:nth-child(even) {
        padding-right: 0px;
        padding-left: 30px;
    }
    
    .home-services li:nth-child(3), .home-services li:nth-child(4) {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 640px){


    .home-services li {
        width: 50%;
        padding-right: 0;
    }

    .home-services li:nth-child(odd) {
        padding-right: 10px;
    }

    .home-services li:nth-child(even) {
        padding-right: 0px;
        padding-left: 10px;
    }

}

/* ------------------------- Home - Split Footer -------------------------------------------------- */

.split-footer {
    padding: 0;
    display: flex;
}

.split-footer .sub-wrap {
    position: relative;
    display: flex;
}

.split-footer .archive, .split-footer .jobs {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 150px;
    padding-bottom: 130px;
}

.split-footer .archive {
    height: 100%;
}

.split-footer .archive .inner-wrap {
    float: right;
    max-width: 710px;
    padding-left: 30px;
    padding-right: 180px;
    position: relative;
}

.split-footer .jobs .inner-wrap {
    float: left;
    max-width: 710px;
    padding-left: 180px;
    padding-right: 30px;
    position: relative;
}

.stripe-shape {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 1px);
    z-index: 2;
}


@media screen and (max-width: 1740px){
    .split-footer .archive, .split-footer .jobs {
        padding-top: 8vw;
        padding-bottom: 7vw;
    }

    .split-footer .archive .inner-wrap {
        max-width: 100%;
        width: 100%;
        padding-left: 12vw;
        padding-right: 5vw;
    }
    
    .split-footer .jobs .inner-wrap {
        max-width: 100%;
        width: 100%;
        padding-left: 7vw;
        padding-right: 10vw;
    }
}

@media screen and (max-width: 1500px){
    .stripe-shape {
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, 26%) scale(.5);
    }
}

@media screen and (max-width: 1000px){

    .split-footer {
        display: block;
    }

    .split-footer .sub-wrap {
        width: 100%;
    }

    .split-footer .archive .inner-wrap {
        padding-left: 12vw;
        padding-right: 12vw;
    }
    
    .split-footer .jobs .inner-wrap {
        padding-left: 12vw;
        padding-right: 12vw;
    }
}

@media screen and (max-width: 540px){

    .split-footer .archive, .split-footer .jobs {
        padding-top: 16vw;
        padding-bottom: 14vw;
    }
   

    .split-footer .archive .inner-wrap {
        padding-left: 30px;
        padding-right: 30px;
    }

    .split-footer .jobs .inner-wrap {
        padding-left: 30px;
        padding-right: 30px;
    }

}

/* ------------------------- Home - Split Footer - Archive -------------------------------------------------- */

.split-footer .archive {
    position: relative;
}

.split-footer .header-image {
    height: 100%;
}

.split-footer .light-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
}

.split-footer .split-footer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.split-footer .archive p {
    color: #fff;
    margin-bottom: 20px;
}

.split-footer .archive h2 {
    color: #fff;
    margin-bottom: 40px;
}

.split-footer .archive p.small {
    margin: 0;
    opacity: .8;
}

.split-footer .archive p.small svg {
    transform: translate(5px, 0);
}

.split-footer .archive p.small svg path {
    stroke: #fff;
}

.split-footer .archive:hover .split-footer-overlay {
    opacity: .9;
}

.split-footer .archive:hover p.small  {
    opacity: 1;
}

.split-footer .archive:hover p.small svg {
    transform: translate(10px, 0);
}

/* ------------------------- Home - Split Footer - Jobs -------------------------------------------------- */

.split-footer .jobs {
    background: #fff;
}

.split-footer .jobs p {
    color: #000;
    margin-bottom: 20px;
}

.split-footer .jobs h2 {
    color: #000;
    margin-bottom: 40px;
}

.split-footer .jobs p.small {
    margin: 0;
    opacity: .5;
}

.split-footer .jobs p.small svg {
    transform: translate(5px, 0);
}

.split-footer .jobs:hover {
    background: #eee;
}

.split-footer .jobs:hover p.small  {
    opacity: 1;
}

.split-footer .jobs:hover p.small svg {
    transform: translate(10px, 0);
}

/* ------------------------- Archive - Header -------------------------------------------------- */

.archive-header .wrap-text {
    max-width: 800px;
}

.header-image.stars {
    background: url("../img/stars.png") center top;
}

@keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}

.header-image.twinkling {
    background: url("../img/twinkling.png") center top;
    animation: move-twink-back 200s linear infinite;
}

@media screen and (max-width: 540px){

    .header-image.stars {
        background: url("../img/stars.png");
        background-size: cover;
    }
}
/* ------------------------- Archive - Header -------------------------------------------------- */

.archive-images {
    padding-top: 3vw;
    padding-bottom: 0;
}

.archive-images .archive-grid {
    width: 100%;
    float: left;
}

.archive-images li {
    float: left;
    width: 33.33%;
    position: relative;
}

.archive-images li img {
    position: relative;
    float: left;
    width: 100% !important;
    border: 0;
    stroke: 0;
    outline: 0;
    height: auto !important;
}

.archive-images li:nth-child(2) {
    margin-top: 5vw;
}

.archive-images li.slide-in {
    transform: translate(0, 5vw);
    opacity: 0;
    transition: all 1s cubic-bezier(0.87, 0, 0.13, 1); 
    transition-delay: -.25s;   
}

.archive-images li.slide-in.appear {
    transform: translate(0,0);
    opacity: 1;
}

.archive-images li:nth-child(1), .archive-images li:nth-child(2), .archive-images li:nth-child(3) {
    opacity: 1;
    transform: translate(0, 0);
}

@media screen and (max-width: 540px){
    .archive-images li {
        float: left;
        width: 50%;
        position: relative;
    }
}

/* ------------------------- Projects Grid -------------------------------------------------- */

.projects-grid .wrap-wide {
    padding: 0 calc(30px - 1vw);
}

.projects-grid ul {
    float: left;
    width: 100%;
}

.projects-grid ul li {
    float: left;
    width: 33.33%;
    position: relative;
    padding: 1vw;
}

.projects-grid ul li a {
    float: left;
    width: 100%;
    position: relative;
    background: #000;
    overflow: hidden;
}

main.dark .projects-grid ul li a {
    background: #272727;
}

.projects-grid ul li a:before {
    content: "";
    padding-top: 150%;
    display: block;
}

.project-thumb-back {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.project-thumb-front {
    position: absolute;
    height: 105%;
    width: 100%;
    top: 0;
    left: 0;
}

.project-video-file {
    position: absolute;
    height: 105%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.project-video-thumb {
    position: absolute;
    height: 105%;
    width: 100%;
    top: 0;
    left: 0;
}

.project-thumb-dark-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
}

.projects-grid .project-thumb-logo {
    position: absolute;
    top: 12%;
    left: 12%;
    width: 22%;
    height: 9%;
    padding: 0;
}

.projects-grid .project-thumb-logo img {
    position: absolute;
    left: 0;
    top: 0;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.projects-grid .project-thumb-content {
    position: absolute;
    bottom: -8%;
    width: 100%;
    padding: 12%;
}

.projects-grid .project-thumb .project-thumb-content h2 {
    margin-bottom: 10%;
    font-size: clamp(22px, 2.1vw, 35px);
}

.projects-grid .project-thumb-content p {
    opacity: 0;
}

.projects-grid .project-thumb .project-thumb-content svg {
    transform: translate(5px, 0);
}

.projects-grid .project-thumb.light .project-thumb-content {
    color: #000;
}

.projects-grid .project-thumb.dark .project-thumb-content {
    color: #fff;
}

.projects-grid .project-thumb.light .project-thumb-content svg g {
    stroke: #000;
}

.projects-grid .project-thumb.dark .project-thumb-content svg g {
    stroke: #fff;
}

.project-thumb-back, .project-thumb-front, .project-video-thumb, .project-video-file, .projects-grid .project-thumb-content, .projects-grid .project-thumb .project-thumb-content p {
    transition: all .4s cubic-bezier(0.7, 0, 0.3, 1); 
}

/* --- Hover --- */


.projects-grid ul li a:hover .project-thumb-front {
    top: -5%;
}

.projects-grid ul li a:hover .project-video-file {
    top: -5%;
    opacity: 1;
}

.projects-grid ul li a:hover .project-thumb-content {
    position: absolute;
    bottom: 0%;
}

.projects-grid ul li a:hover .project-thumb-content p {
    opacity: 1;
}


@media screen and (max-width: 1740px){
    .projects-grid .wrap-wide {
        padding: 0 11vw;
    }
}

@media screen and (max-width: 1100px){
 
    .projects-grid .wrap-wide {
        padding: 0 10.5vw;
    }    

    .projects-grid ul li {
        width: 50%;
        padding: 1.5vw;
    }

    .projects-grid .project-thumb .project-thumb-content h2 {
        font-size: clamp(20px, 3vw, 35px);
    }

    /* --- Hover OFF --- */

    .projects-grid ul li a:hover .project-thumb-back {
        bottom: 0;
        left: 0;
    }
    
    .projects-grid ul li a:hover .project-thumb-front, .projects-grid ul li a:hover .project-video-thumb, .projects-grid ul li a:hover .project-video-file {
        top: 0;
        right: 0;
    }
    
    .projects-grid ul li a .project-thumb-content, .projects-grid ul li a:hover .project-thumb-content {
        position: absolute;
        bottom: 0;
    }
    
    .projects-grid ul li a .project-thumb-content p {
        opacity: 1;
    }
    
}

@media screen and (max-width: 640px){

    
    .projects-grid ul li {
        width: 100%;
        padding: 15px 0;
    }

    .projects-grid .project-thumb .project-thumb-content h2 {
        font-size: clamp(20px, 7vw, 40px);
    }
}

@media screen and (max-width: 540px){
    
    .projects-grid .wrap-wide {
        padding: 0 30px;
    }
}

/* ------------------------- Projects - Projects Grid -------------------------------------------------- */

.projects-projects-grid {
    padding-top: 0;
    padding-bottom: 0;
}

.projects-projects-grid ul li:nth-child(2) {
    margin-top: 9vw;
}

.projects-projects-grid ul li:nth-child(3) {
    margin-top: 6vw;
}

@media screen and (max-width: 1100px){

    .projects-projects-grid ul li:nth-child(3) {
        margin-top: 0vw;
    }
}

@media screen and (max-width: 640px){

    .projects-projects-grid ul li:nth-child(2) {
        margin-top: 0vw;
    }
}

/* ------------------------- Home - Home Projects Intro -------------------------------------------------- */

.home-projects-intro {
    padding-bottom: 0;
}

.home-projects-intro .icon-links {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0, -50%);
}

main.light .home-projects-intro svg g {
    stroke: #000;
}

@media screen and (max-width: 1740px){
    .home-projects-intro .icon-links {
        right: 12vw;
    }
}

@media screen and (max-width: 540px){
    .home-projects-intro .icon-links {
        right: 30px;
        display: none;
        
        display: block;
        right: auto;
        top: auto;
        position: relative;
        margin-top: 40px;
        margin-bottom: 10px;
    }
    
    .home-projects-intro .icon-links .icon-link:last-child {
        display: none;
    }

    .home-projects-intro .icon-links p {
        font-size: 15px;
    }

    .home-projects-intro .icon-links svg {
        transform: scale(.9);
    }

    .home-projects-intro .icon-links .icon-link {
        margin-bottom: 3px;
        margin-top: 2px
    }
}


/* ------------------------- Home - Home Projects Grid (& Single Project) -------------------------------------------------- */

.home-projects-grid {
    padding-top: 5vw;
}

@media screen and (min-width: 1100px){

    .home-projects-grid .home-projects-grid-ul {
        transform: translate3d(0px, 0px, 0px) !important;
    }

}

@media screen and (max-width: 1100px){
    .home-projects-grid ul li a {
        transform: translateY(0vw) !important;
    }
    
}

@media screen and (max-width: 640px){

    .home-projects-grid {
        padding-top: 0vw;
    }
    
    .home-projects-grid ul li {
        padding-right: 30px;
    }

}

/* ------------------------- Single Project - Header -------------------------------------------------- */


.single-project-header .sub-wrap:nth-child(1) {
    width: 25%;
}

.single-project-header .sub-wrap:nth-child(2) {
    width: 75%;
}

.single-project-header h1, .single-project-header h3 {
    text-align: left;
}

.single-project-header .single-project-info {
    float: left;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-top: 3vw;
    padding-bottom: 0vw;
}

.single-project-header .single-project-info li {
    padding-right: 7vw;
    display: inline-block;
    text-align: left;
}

.single-project-header .single-project-info li:last-child {
    padding-right: 0;
}

.single-project-header .single-project-info span {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    display: inline-block;
    padding-bottom: 10px;
    color: rgba(255, 255, 255, 0.9);
}

main.light .single-project-header .single-project-info span {
    color: rgba(0, 0, 0, 0.7);
}

.single-project-header .single-project-info p {
    margin: 0;
}

@media screen and (max-width: 1000px){
    .single-project-header h1, .single-project-header h3 {
        text-align: center;
    }

    .single-project-header h3 {
        margin-bottom: 30px;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.5);
    }

    main.dark .single-project-header h3 {
        color: rgba(255, 255, 255, 1);
    }

    .single-project-header .single-project-info p {
        margin: 0;
    }

    .single-project-header .sub-wrap:nth-child(1), .single-project-header .sub-wrap:nth-child(2) {
        width: 100%;
    }

    .single-project-header .single-project-info {
        display: flex;
        justify-content: space-between;
        padding-top: 5vw;
        padding-bottom: 3vw;
    }

    .single-project-header .single-project-info li {
        padding-right: 0;
        text-align: center;
    }
    
}

@media screen and (max-width: 540px){

    .single-project-header .header-image, .single-project-header .fade-overlay {
        height: 75vh;
    }

    .single-project-header h3 {
        font-size: 13px;
        margin-bottom: 20px;
    }
    
    .single-project-header .single-project-info {
        display: block;
        padding-top: 2vh;
        padding-bottom: 0;
    }

    .single-project-header .single-project-info li {
        width: 100%;
        margin-bottom: 2vh;
    }

    .single-project-header .single-project-info span {
        font-size: 10px;
        padding-bottom: 7px;
    }
}

/* ------------------------- Single Project - All Blocks -------------------------------------------------- */

.blocks-wrapper {
    float: left;
    position: relative;
    width: 100%;
}

.single-block {
    padding-top: 0;
}

.single-block p a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    height: 1px;
    width: 100%;
    background: #fff;
    opacity: .6;
}

main.light .single-block p a:after {
    background: #000;
}

.single-block.fullwidth_true .wrap-wide {
    padding: 0;
    max-width: 100%;
}

.single-block.padding_false {
    padding: 0;
}

.single-block.padding_false + .stripe {
    display: none;
}

@media screen and (max-width: 540px){

}

/* ------------------------- Single Project - Block: Images -------------------------------------------------- */

.block-images .wrapper {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.block-images .wrapper:before {
    content: "";
    padding-top: 56.25%;
    display: block;
}

.block-images .wrapper-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; 
}

.block-images .single-image {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

/* one item */
.single-image:first-child:nth-last-child(1) {
    width: 100%;
    margin-right: 0px;
}

/* two items */
.single-image:first-child:nth-last-child(2),
.single-image:first-child:nth-last-child(2) ~ .single-image {
    width: calc(50% - 30px);
    margin-right: 60px;
}

/* three items */
.single-image:first-child:nth-last-child(3),
.single-image:first-child:nth-last-child(3) ~ .single-image {
    width: calc(33.333% - 40px);
    margin-right: 60px;
}

.single-image:last-child {
    margin-right: 0 !important;
}

@media screen and (max-width: 1740px){

    /* two items */
    .single-image:first-child:nth-last-child(2), .single-image:first-child:nth-last-child(2) ~ .single-image {
        width: calc(50% - 1vw);
        margin-right: 2vw;
    }

    /* three items */
    .single-image:first-child:nth-last-child(3), .single-image:first-child:nth-last-child(3) ~ .single-image {
        width: calc(33.333% - 1.5vw);
        margin-right: 2vw;
    }
}

@media screen and (max-width: 1100px){

    /* two items */
    .single-image:first-child:nth-last-child(2), .single-image:first-child:nth-last-child(2) ~ .single-image {
        width: calc(50% - 1.5vw);
        margin-right: 3vw;
    }

    /* three items */
    .single-image:first-child:nth-last-child(3), .single-image:first-child:nth-last-child(3) ~ .single-image {
        width: calc(33.333% - 2vw);
        margin-right: 3vw;
    }
}

@media screen and (max-width: 540px){
    .block-images .wrap-wide {
        padding: 0;
    }

    .block-images:last-child {
        padding-bottom: 0;
    }
}

/* ------------------------- Single Project - Block: Video -------------------------------------------------- */

@media screen and (max-width: 540px){
    .block-video .wrap-wide {
        padding: 0;
    }
}

/* ------------------------- Single Project - Block: Text Left Right -------------------------------------------------- */

.block-textleftright .wrap-wide {
    display: flex;
}

.block-textleftright .wrap-wide .sub-wrap {
    width: 50%;
    order: 2;
}

.block-textleftright.textleftright_true .wrap-wide .sub-wrap:nth-child(2) {
    order: 1;
}

@media screen and (max-width: 540px){
    .block-textleftright .wrap-wide {
        display: block;
    }
    
    .block-textleftright .wrap-wide .sub-wrap {
        width: 100%;
    }
    
}

/* ------------------------- Single Project - Block: Intro -------------------------------------------------- */

.block-intro {
    text-align: center;
}

/* ------------------------- Single Project - Block: Text Split -------------------------------------------------- */

.block-textsplit h2 {
    margin-top: -0.3vw;
}

@media screen and (max-width: 1740px){

    .block-textsplit .wrap-wide .sub-wrap:nth-child(1) {
        padding-right: 5vw;
    }

    .block-textsplit .wrap-wide .sub-wrap:nth-child(2) {
        padding-left: 5vw;
    }

}

@media screen and (max-width: 1300px){

    .block-textsplit .wrap-wide .sub-wrap:nth-child(1) {
        padding-right: 4vw;
    }

    .block-textsplit .wrap-wide .sub-wrap:nth-child(2) {
        padding-left: 4vw;
    }
}

@media screen and (max-width: 900px){

    .block-textsplit .wrap-wide .sub-wrap:nth-child(1) {
        padding-right: 2vw;
    }

    .block-textsplit .wrap-wide .sub-wrap:nth-child(2) {
        padding-left: 2vw;
    }
}

@media screen and (max-width: 540px){
    .block-textsplit .sub-wrap {
        width: 100%;
    }

    .block-textsplit h2 {
        margin-bottom: calc(25px + 1vw);
    }
    
    .block-textsplit .wrap-wide .sub-wrap:nth-child(1) {
        padding-right: 0;
    }

    .block-textsplit .wrap-wide .sub-wrap:nth-child(2) {
        padding-left: 0;
    }
    
}

/* ------------------------- Single Project - Block: Numbers -------------------------------------------------- */

.block-numbers #counter {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}


.block-numbers .single-number {
    width: 33.333%;
    padding: 0 30px;
    text-align: center;
    display: block;
}

.block-numbers h2 {
    font-size: clamp(40px, 4vw, 80px);
    margin-bottom: 1.2vw;
}

@media screen and (max-width: 540px){

    .block-numbers .single-number {
        width: 100%;
        padding: 2vh 0;
        margin-bottom: 20px;
    }

    .block-numbers .single-number:last-child {
        margin-bottom: 0px;
    }

    .block-numbers h2 {
        margin-bottom: 1.5vw;
    }

}

/* ------------------------- Contact - Header -------------------------------------------------- */

.contact-header {
    text-align: center;
}

.contact-header .btn-bg {
    opacity: 1;
    height: 100vh;
    animation: btnHover 30s linear;
    background: #C700DA url("../img/gradient-2-big.jpg");
    background-size: 600%;
}

.contact-sticker {
    position: absolute;
    top: 0;
    left: 50%;
    width: 10%;
    display: block;
    transform: translate(-50%, -100%) rotate(10deg);
}

@media screen and (max-width: 540px){

    .contact-header .header-image, .contact-header .fade-overlay {
        height: 75vh;
    }

    .contact-header .btn-bg {
        height: 75vh;
    }
}

/* ------------------------- Contact - Info -------------------------------------------------- */

.section-form .nav-info {
    opacity: 1;
    align-content: flex-start;
    margin-left: 10%;
    width: 0;
    padding: 0;

}

.section-form .nav-info p {
    white-space: nowrap;
}

@media screen and (max-width: 700px){
    .section-form .nav-info {
        display: none;
    }
}

/* ------------------------- Contact - Form -------------------------------------------------- */

.section-form {
    padding-top: 0;
}

main#contact .prefooter {
    display: none;
}

@media screen and (max-width: 700px){
    .section-form {
        padding-bottom: 0;
    }

    main#contact .prefooter {
        display: block;
    }

    main#contact .prefooter .sub-wrap:nth-child(1) {
        display: none;
    }
}

.section-form .row {
    flex-wrap: nowrap;
}

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

.form-container {
    display: flex;
    width: 100%;
}

.hidden-field {
   position: absolute;
   left: -9999px;
}

.form input, .form textarea, .form select {
   border:0;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
}

.grecaptcha-badge { 
   top: calc(100% - 120px) !important; 
   transform: translate(0, -50%);
   box-shadow: rgba(0, 0, 0, 0.20) 0px 2px 5px !important;
   visibility: hidden;
}

.form-col {
   display: block;
   width: 100%;
   margin-bottom: 20px;
}

.form-col:last-child {
    margin-bottom: 0;
}

.form .field {
   appearance: none;
   -moz-appearance: none;
   -webkit-appearance: none;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
   width: 100%;
   padding: 1em 1.25em;
   border: 1px solid rgba(255, 255, 255, 0.35);
   border-radius: 0;
   font-weight: 500;
   font-size: clamp(16px, 1.1vw, 18px);
   color: #fff;
   display: block;
   background: transparent;
}

.form .field:focus {
   outline: 0;
   outline-width: 1px !important;
   outline-offset: 0px;
   border-radius: 0;
   border: 1px solid rgba(255, 255, 255, 0.7);
}

.form .field::-webkit-input-placeholder, 
.form .field:-ms-input-placeholder,
.form .field::-ms-input-placeholder,
.form .field::placeholder {
   color: rgba(255, 255, 255, 0.5);
   font-weight: 500;
}

.form textarea.field {
   min-height: 10em;
   padding-top: 1em;
   resize: vertical;
}

.form .label {
   width: 100%;
   display: block;
   margin-bottom: 1em;
   color: rgba(255, 255, 255, 0.5);
   font-size: .75em;
   font-weight: 500;
   display: none;
}

.form .label span {
   color: #ff2929;
   font-weight: 700;
}

.form .form-btn {
   padding-left: 1.5em;
   padding-right: 1.5em; 
}

input.form-btn {
    color: black;
    font-weight: 400;
    letter-spacing: 0;
 }

/* --- Arlert Options --- */

.alert {
   width: 100%;
   padding: .4em .5em .6em .5em;
   border-style: solid;
   border-width: 1px;
   border-color: #ff2929;
   background-color: rgba(255, 71, 71, 0.2);
   text-align: center;
   margin: 1em 0;
}

.alert span {
   color: #ff2929;
   font-size: .8em;
   font-weight: 500; 
}

.alert-success {
   border-color: #00b350;
   background-color: rgba(11, 160, 78, 0.2);
}

.alert-success span {
   color: #00b350;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
   -webkit-text-fill-color: #000;
   -webkit-box-shadow: 0 0 0px 1000px #fff inset;
   box-shadow: 0 0 0px 1000px #fff inset;
   transition: background-color 5000s ease-in-out 0s;
}

input[type=radio] {
   -webkit-appearance: none;
}

@media screen and (max-width: 700px){

    .form-col {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

}

/* ------------------------- Jobs - Header -------------------------------------------------- */


/* ------------------------- Jobs - List -------------------------------------------------- */

.jobs-list {
    padding-top: 3vw;
    padding-bottom: 0;
}

.jobs-list a {
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 3vw 0;
}

.jobs-list a:hover {
    padding: 3vw 1.5vw;
}

.jobs-list .wrap-wide a:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.jobs-list a .sub-wrap.left {
    width: 65%;
}

.jobs-list a .sub-wrap.right {
    width: 35%;
}

.jobs-list .btn {
    margin: 0;
    float: right;
    color: #fff;
    background: 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 9px 30px 9px 30px;
}

.jobs-list .btn:hover {
    transform: translate(0, 0);
}

.jobs-list h2 {
    line-height: 50px;
}

.jobs-list p {
    line-height: 30px;
    padding: 10px 0;
    margin: 0;
}

.jobs-list a:hover .btn {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
}

@media screen and (max-width: 800px){

	.jobs-list .wrap-wide {
		padding: 0;
	}
	
	.jobs-list .wrap-wide a:last-child {
		border-bottom: 0;
	}

    .jobs-list a, .jobs-list a:hover {
        padding: 10vw 30px;
    }

    .jobs-list a .sub-wrap.left {
        width: 100%;
    }
    
    .jobs-list a .sub-wrap.right {
        width: 100%;
        padding-top: 20px;
        display: flex;
    }

    .jobs-list a .sub-wrap.right .sub-wrap:nth-child(1) {
        order: 2;
    } 

    .jobs-list a .sub-wrap.right .sub-wrap:nth-child(2) {
        width: auto;
        order: 1;
        padding-right: 20px;
    } 

    .jobs-list a .btn {
        float: left;
        background: #fff;
        color: #000;
        border: 1px solid #fff;
    } 

    .jobs-list a p {
        float: left;
    } 

    .jobs-list h2 {
        line-height: 1.2;
    }

}

/* ------------------------- Jobs - List -------------------------------------------------- */

.jobs-block-images {
    padding-top: 10vw;
    padding-bottom: 0;
}

@media screen and (max-width: 540px){
    .jobs-block-images {
        padding-top: 5vw;
    }
}


/* ------------------------- Single Article - Header -------------------------------------------------- */

.single-article-header .tag-wrap {
	width: 100%;
	float: left;
	position: relative;
}

.single-article-header .tag-article {
    position: absolute;
    top: -5px;
    left: -7vw;
    transform: translate(-100%, 0);
    color: white;
}

.single-article-header h1, .single-article-header h3 {
    text-align: left;
}

.single-article-header .single-article-info {
    float: left;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-top: 3vw;
    padding-bottom: 0vw;
}

.single-article-header .single-article-info li {
    display: inline-block;
    text-align: left;
    width: 100%;
}
.single-article-header .single-article-info span {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    display: inline-block;
    padding-bottom: 10px;
    color: rgba(255, 255, 255, 0.9);
}

.single-article-header .single-article-info p {
    margin: 0;
}

@media screen and (max-width: 1000px){
    .single-article-header h1, .single-article-header h3 {
        text-align: center;
    }

    .single-article-header h3 {
        margin-bottom: 30px;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.5);
    }

    .single-article-header .single-article-info p {
        margin: 0;
    }

    .single-article-header .single-article-info {
        display: flex;
        justify-content: space-between;
        padding-top: 5vw;
        padding-bottom: 3vw;
    }

    .single-article-header .single-article-info li {
        padding-right: 0;
        text-align: center;
    }
    
    .single-article-header .tag-article {
	    position: relative;
	    top: 0;
	    left: 0;
	    transform: translate(0, 0);
	    width: 100%;
	    margin-bottom: 50px;
	}
    
}

@media screen and (max-width: 540px){

    .single-article-header .header-image, .single-article-header .fade-overlay {
        height: 75vh;
    }

    .single-article-header h3 {
        font-size: 13px;
        margin-bottom: 20px;
    }
    
    .single-article-header .single-article-info {
        display: block;
        padding-top: 2vh;
        padding-bottom: 0;
    }

    .single-article-header .single-article-info li {
        width: 100%;
        margin-bottom: 2vh;
    }

    .single-article-header .single-article-info span {
        font-size: 10px;
        padding-bottom: 7px;
    }
}

/* ------------------------- Single Article - Textblock -------------------------------------------------- */

.article-textblock {
	text-align: left;
	padding-top: 0px;
	overflow: hidden;
}

.article-textblock img {
	margin-left: -80px;
	width: calc(100% + 160px);
	margin-top: 20px;
	max-width: unset;
}

.article-textblock figure:last-child img {
	margin-bottom: 0;
}


@media screen and (max-width: 1000px){
	
	.article-textblock {
		text-align: left;
		padding-top: 0px;
	}

}

@media screen and (max-width: 540px){ 
	.article-textblock img {
		margin-left: -30px;
		width: calc(100% + 60px);
		margin-top: 10px;
	}
}


/* ------------------------- Section - Maps Contact -------------------------------------------------- */

.section-maps {
    padding-top: 0;
}

.section-maps iframe {
    filter: grayscale(100%) invert(95%) contrast(100%);
    width: 100%;
}

@media screen and (max-width: 720px){ 
	.section-maps {
        padding-top: 10vw;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 540px){ 
    .section-maps {
        padding-top: 20vw;
    }

    .section-maps .wrap {
        padding: 0;
    } 
}

/* ------------------------- Animations -------------------------------------------------- */

.slide-in, .image-in {
	-webkit-transition: all 1.5s ease-in;
	-moz-transition: all 1.5s ease-in;
	-ms-transition: all 1.5s ease-in;
	-o-transition: all 1.5s ease-in;
	transition: all 1.5s ease-in;  
}

.fade-in {
    opacity: 0;
	transition: opacity 1s ease-in-out;  
}

.fade-in.appear {
    opacity: 1;
    transition-delay: .5s;
}


#gdpr-box a, .btn, p a, .icon-link p, .scroll-down, .scroll-down span, h2 a, .underline, .social-ico, .logo-mark, .jobs, .split-footer p.small, .split-footer p.small svg, .split-footer a, .split-footer-overlay, .jobs-list a {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;  
}

























/* Logo Propulse 8 centré dans le badge HOLD TO IGNITE */
.ignite-center-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    object-fit: contain;
    z-index: 2;
    pointer-events: none;
}

/* Hero title colors */
.hero-gold {
    color: #D4A017;
}
.hero-silver {
    color: #CBCBCB;
}

/* SVG PROPULSE 8 hero */
.hero-title-svg {
    display: block;
    height: clamp(28px, 3.5vw, 65px);
    width: auto;
    max-width: 90%;
    margin-top: 5vh;
    margin-bottom: 8px;
}

/* Agency - Barlow Condensed 700 + dégradé silver */
.home-header h1.propulse-silver {
    font-family: 'Barlow Condensed', 'MonumentExtended-Regular', sans-serif;
    font-weight: 700;
    font-style: italic;
    max-width: none;
    margin-top: 2px;
    font-size: clamp(45px, 6vw, 110px);
    line-height: 1;
}

.home-header h1.propulse-silver .tricksword-wrapper {
    overflow: visible !important;
    padding-right: 20px;
}

.home-header h1.propulse-silver .tricksword {
    background: linear-gradient(180deg, #CBCBCB 0%, #8A8A8A 26%, #C8C8C8 53%, #8A8A8A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    overflow: visible !important;
    padding-right: 20px;
    display: inline-block;
}

@media (max-width: 640px) {
    .hero-title-svg {
        height: clamp(24px, 8vw, 38px);
        margin-top: 4vh;
        margin-bottom: 5px;
    }
    .home-header h1.propulse-silver {
        font-size: clamp(38px, 10vw, 65px);
    }
}

/* ===== SERVICES CARDS ===== */
.services-list {
    display: flex !important;
    flex-wrap: wrap;
    gap: 0;
}

.service-card {
    position: relative;
    min-height: 380px;
    cursor: pointer;
}

.service-card .project-thumb-back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.service-icon {
    position: absolute;
    top: 30px;
    left: 30px;
    font-family: 'MonumentExtended-Regular', sans-serif;
    font-size: 13px;
    letter-spacing: 3px;
    color: #D4A017;
    z-index: 2;
}

.service-card .project-thumb-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    z-index: 2;
}

.service-card .project-thumb-content h2 {
    font-size: clamp(18px, 2vw, 28px);
    margin-bottom: 10px;
    color: #fff;
    line-height: 1.2;
}

.service-desc {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    line-height: 1.5;
    margin-bottom: 15px;
    max-width: 280px;
}

.service-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.1) 100%);
    z-index: 1;
    pointer-events: none;
}

.service-card-cta::after {
    display: none;
}

@media (max-width: 640px) {
    .service-card {
        min-height: 280px;
    }
    .service-card .project-thumb-content h2 {
        font-size: 18px;
    }
}


/* ===== SERVICE CARDS ===== */
.service-card a {
    display: block;
    position: relative;
    z-index: 2;
    min-height: 400px;
    overflow: hidden;
}

.service-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.service-bg video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Crop service-01 video to hide bottom watermark */
.service-card:nth-child(1) .service-bg video {
    object-position: center top;
    transform: scale(1.12);
    transform-origin: center top;
}

.service-icon {
    position: absolute;
    top: 24px;
    left: 24px;
    font-size: 12px;
    letter-spacing: 3px;
    color: #D4A017;
    font-family: "MonumentExtended-Regular", sans-serif;
    z-index: 2;
}

.service-card .project-thumb-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    z-index: 2;
}

.service-card .project-thumb-content h2 {
    font-size: clamp(18px, 2vw, 26px);
    margin-bottom: 10px;
    line-height: 1.2;
}

.service-desc {
    font-size: 14px;
    opacity: 0.7;
    line-height: 1.6;
    margin-bottom: 14px;
}

.services-list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 40px 0 0 0;
    width: 100%;
}

.services-list li {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
    float: none !important;
}

@media (min-width: 900px) {
    .services-list {
        display: flex !important;
        flex-wrap: wrap;
        gap: 16px;
    }
    .services-list li {
        width: calc(33.333% - 11px) !important;
        max-width: none !important;
    }
    .services-list li:nth-child(4) {
        margin-left: calc(16.666% + 3px);
    }
}

@media (max-width: 960px) {
    .services-list { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 960px) {
    .service-card { min-height: 300px; }
    .service-desc { font-size: 13px; }
}

@media (max-width: 540px) {
    .services-list {
        grid-template-columns: 1fr;
        gap: 12px;
        margin: 24px 0 0 0;
    }
    .service-card {
        min-height: 260px;
    }
    .service-card .project-thumb-content {
        padding: 20px;
    }
    .service-card .project-thumb-content h2 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .service-desc {
        font-size: 13px;
        max-width: 100%;
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

/* ===== SERVICE CARD HOVER ANIMATIONS ===== */
.service-card a {
    transition: box-shadow 0.4s ease;
    position: relative;
    z-index: 2;
}

.service-bg {
    transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}

.service-card a:hover .service-bg {
    transform: scale(1.05);
}

/* Title: always visible, slides up on hover */
.service-card .project-thumb-content {
    transition: transform 0.45s cubic-bezier(0.7, 0, 0.3, 1);
    transform: translateY(0px);
}

.service-card .project-thumb-content h2 {
    transform: translateY(0);
    transition: transform 0.45s cubic-bezier(0.7, 0, 0.3, 1);
}

/* Description: hidden by default, revealed on hover */
.service-card .service-desc {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.35s ease 0.05s, transform 0.35s ease 0.05s;
    pointer-events: none;
}

.service-card a:hover .service-desc {
    opacity: 0.88;
    transform: translateY(0);
    pointer-events: auto;
}

/* "Learn more" row: hidden by default, revealed on hover */
.service-card .small {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease 0.12s, transform 0.3s ease 0.12s;
}

.service-card a:hover .small {
    opacity: 1;
    transform: translateY(0);
}

.service-card a:hover {
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}

.service-card {
    border: 1px solid rgba(255,255,255,0.06);
    transition: border-color 0.5s ease, box-shadow 0.5s ease;
    overflow: hidden;
}

.service-card:hover {
    border-color: rgba(212, 160, 23, 0.65);
    box-shadow:
        0 0 0 1px rgba(212, 160, 23, 0.15),
        0 0 18px rgba(212, 160, 23, 0.22),
        0 0 40px rgba(212, 160, 23, 0.10),
        0 20px 60px rgba(0,0,0,0.45);
}

/* Photo overlay sur les cartes */
.service-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.2) 100%);
    transition: background 0.4s ease;
}

.service-card a:hover .service-bg::after {
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.3) 60%, rgba(0,0,0,0.1) 100%);
}

.service-card-cta .service-bg::after {
    background: linear-gradient(to top, rgba(180,130,0,0.85) 0%, rgba(100,70,0,0.5) 50%, rgba(0,0,0,0.2) 100%);
}

/* CTA card: always show text */
.service-card-cta .service-desc,
.service-card-cta .small {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: none;
}

/* ================================================================ */
/* === P8 SERVICES — "THE PROPULSE METHOD" — Premium Redesign ==== */
/* ================================================================ */
.p8-services {
    --p8-gold: #D4A017;
    --p8-gold-soft: #F2C84E;
    --p8-gold-deep: #8B6712;
    --p8-ink: #0A0A0A;
    --p8-ink-2: #141414;
    --p8-line: rgba(255,255,255,0.08);
    --p8-line-strong: rgba(212,160,23,0.45);
    --p8-text: rgba(255,255,255,0.78);
    --p8-text-mute: rgba(255,255,255,0.5);
    --p8-radius-lg: 22px;
    --p8-ease: cubic-bezier(.7,0,.3,1);
    background: radial-gradient(120% 80% at 50% 0%, #161310 0%, #0A0A0A 55%, #050505 100%);
    padding: clamp(60px, 9vw, 140px) 0 clamp(80px, 10vw, 160px);
    position: relative;
    overflow: hidden;
}
.p8-services::before {
    content: '';
    position: absolute; inset: 0;
    background:
        radial-gradient(800px 400px at 85% 10%, rgba(212,160,23,0.10), transparent 60%),
        radial-gradient(600px 300px at 0% 80%, rgba(212,160,23,0.06), transparent 60%);
    pointer-events: none;
    z-index: 0;
}
.p8-services .wrap-wide { position: relative; z-index: 2; }

/* === HEADER === */
.p8-services__head {
    margin-bottom: clamp(40px, 6vw, 70px);
}
.p8-services__eyebrow {
    display: inline-flex; align-items: center; gap: 12px;
    font-family: 'MonumentExtended-Regular','Barlow Condensed',sans-serif;
    font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
    color: var(--p8-gold);
    border: 1px solid var(--p8-line-strong);
    padding: 10px 16px; border-radius: 999px;
    background: rgba(212,160,23,0.05);
    backdrop-filter: blur(6px);
}
.p8-services__eyebrow-meta {
    color: var(--p8-text-mute);
    padding-left: 12px;
    border-left: 1px solid rgba(255,255,255,0.12);
}
.p8-dot {
    width: 6px; height: 6px; border-radius: 50%;
    background: var(--p8-gold);
    box-shadow: 0 0 12px var(--p8-gold);
    animation: p8-pulse 2.4s ease-in-out infinite;
}
@keyframes p8-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(212,160,23,0.6); }
    50%      { box-shadow: 0 0 0 8px rgba(212,160,23,0); }
}

.p8-services__title-row {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: clamp(20px, 5vw, 80px);
    align-items: end;
    margin: 28px 0 36px;
}
.p8-services__title {
    font-family: 'Barlow Condensed','Anton',sans-serif;
    font-weight: 700;
    font-size: clamp(50px, 9vw, 130px);
    line-height: 0.92;
    margin: 0;
    color: #fff;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}
.p8-grad {
    display: inline-block;
    background: linear-gradient(120deg, #FFE89A 0%, var(--p8-gold) 45%, #8B6712 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-style: italic;
    letter-spacing: 0;
    padding-right: 0.08em;
    margin-right: -0.04em;
}
.p8-services__lede {
    color: var(--p8-text);
    font-size: 16px; line-height: 1.6;
    max-width: 460px;
    padding-bottom: 8px;
}
.p8-services__lede strong { color: #fff; font-weight: 600; }

.p8-services__stats {
    list-style: none; margin: 0; padding: 28px 0 0;
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    border-top: 1px solid var(--p8-line);
}
.p8-services__stats li {
    display: flex; flex-direction: column; gap: 4px;
}
.p8-services__stats strong {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(36px, 4.5vw, 56px);
    font-weight: 700; color: var(--p8-gold);
    line-height: 1;
}
.p8-services__stats span {
    font-size: 12px; letter-spacing: 2px; text-transform: uppercase;
    color: var(--p8-text-mute);
}

/* === BENTO GRID === */
.p8-services__grid {
    list-style: none; margin: 0; padding: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: minmax(180px, auto);
    gap: 16px;
}
.p8-card                { grid-column: span 2; grid-row: span 2; }
.p8-card--feature       { grid-column: span 4; grid-row: span 4; }
.p8-card--wide          { grid-column: span 6; grid-row: span 2; }

@media (max-width: 1100px) {
    .p8-services__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: minmax(280px, auto); }
    .p8-card,
    .p8-card--feature,
    .p8-card--wide { grid-column: span 1; grid-row: auto; min-height: 340px; }
    .p8-card--feature { grid-column: span 2; min-height: 460px; }
    .p8-card--wide    { grid-column: span 2; min-height: 320px; }
}
@media (max-width: 640px) {
    .p8-services__grid { grid-template-columns: 1fr; gap: 14px; }
    .p8-card,
    .p8-card--feature,
    .p8-card--wide { grid-column: span 1; min-height: 380px; }
    .p8-card--feature { min-height: 440px; }
}

/* === CARD === */
.p8-card {
    position: relative;
    border-radius: var(--p8-radius-lg);
    overflow: hidden;
    background: var(--p8-ink-2);
    isolation: isolate;
    border: 1px solid var(--p8-line);
    transition: border-color .5s var(--p8-ease), transform .5s var(--p8-ease), box-shadow .5s var(--p8-ease);
    list-style: none;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
    float: none !important;
}
.p8-card:hover {
    border-color: var(--p8-line-strong);
    transform: translateY(-4px);
    box-shadow:
        0 30px 80px rgba(0,0,0,0.55),
        0 0 0 1px rgba(212,160,23,0.20),
        0 0 60px rgba(212,160,23,0.18);
}
.p8-card__link {
    display: block;
    position: absolute; inset: 0;
    color: inherit; text-decoration: none;
}
.p8-card__media {
    position: absolute; inset: 0;
    background-size: cover; background-position: center;
    filter: grayscale(0.55) contrast(1.05) brightness(0.55);
    transform: scale(1.02);
    transition: transform 1s var(--p8-ease), filter .8s ease;
    z-index: 0;
}
.p8-card:hover .p8-card__media {
    transform: scale(1.08);
    filter: grayscale(0) contrast(1.1) brightness(0.78);
}
.p8-card__overlay {
    position: absolute; inset: 0;
    background:
        linear-gradient(180deg, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.40) 45%, rgba(0,0,0,0.95) 100%),
        linear-gradient(135deg, rgba(212,160,23,0.0) 60%, rgba(212,160,23,0.18) 100%);
    transition: background .5s ease;
    z-index: 1;
}
.p8-card:hover .p8-card__overlay {
    background:
        linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.30) 50%, rgba(0,0,0,0.92) 100%),
        linear-gradient(135deg, rgba(212,160,23,0) 50%, rgba(212,160,23,0.30) 100%);
}

/* Massive ghost numeral */
.p8-card__ghost {
    position: absolute;
    top: -12px;
    right: clamp(8px, 2vw, 24px);
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: clamp(120px, 16vw, 240px);
    line-height: 0.85;
    color: transparent;
    -webkit-text-stroke: 1px rgba(212,160,23,0.55);
    letter-spacing: -0.04em;
    pointer-events: none;
    z-index: 2;
    opacity: 0.85;
    transition: transform .8s var(--p8-ease), -webkit-text-stroke-color .5s ease, opacity .5s ease;
}
.p8-card:hover .p8-card__ghost {
    transform: translate(-6px, -4px);
    -webkit-text-stroke-color: var(--p8-gold);
    opacity: 1;
}

/* Body */
.p8-card__body {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    padding: clamp(22px, 2.5vw, 36px);
    z-index: 3;
    display: flex; flex-direction: column;
    gap: 12px;
}
.p8-card__tag {
    display: inline-flex; align-items: center;
    align-self: flex-start;
    font-family: 'MonumentExtended-Regular',sans-serif;
    font-size: 10px; letter-spacing: 3px; text-transform: uppercase;
    color: var(--p8-gold);
    padding: 6px 11px;
    border: 1px solid var(--p8-line-strong);
    border-radius: 999px;
    background: rgba(0,0,0,0.50);
    backdrop-filter: blur(6px);
}
.p8-card__title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: clamp(26px, 2.6vw, 42px);
    line-height: 1;
    margin: 4px 0 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -0.005em;
    position: relative;
    padding-bottom: 14px;
}
.p8-card__title::after {
    content: '';
    position: absolute;
    left: 0; bottom: 0;
    width: 36px; height: 2px;
    background: var(--p8-gold);
    transition: width .5s var(--p8-ease);
}
.p8-card:hover .p8-card__title::after { width: 96px; }
.p8-card--feature .p8-card__title { font-size: clamp(34px, 3.6vw, 60px); }

.p8-card__desc {
    color: var(--p8-text);
    font-size: 14px; line-height: 1.55;
    margin: 0;
    max-width: 46ch;
    opacity: 0; transform: translateY(8px);
    transition: opacity .35s ease .05s, transform .35s ease .05s;
}
.p8-card:hover .p8-card__desc { opacity: 0.9; transform: translateY(0); }
.p8-card--feature .p8-card__desc { opacity: 0.85; transform: translateY(0); }

.p8-card__chips {
    list-style: none; margin: 4px 0 0; padding: 0;
    display: flex; flex-wrap: wrap; gap: 6px;
}
.p8-card__chips li {
    font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase;
    color: var(--p8-text-mute);
    padding: 5px 10px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 999px;
    background: rgba(0,0,0,0.30);
    backdrop-filter: blur(4px);
}

.p8-card__cta {
    display: inline-flex; align-items: center; gap: 10px;
    margin-top: 8px;
    font-family: 'MonumentExtended-Regular',sans-serif;
    font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase;
    color: var(--p8-gold);
    opacity: 1; transform: translateY(0);
    transition: gap .3s ease;
}
.p8-card:hover .p8-card__cta { gap: 16px; }
.p8-card__cta svg { color: var(--p8-gold); transition: transform .4s var(--p8-ease); }
.p8-card:hover .p8-card__cta svg { transform: translateX(4px); }

/* === CTA STRIP === */
.p8-cta-strip {
    display: flex; align-items: center; gap: clamp(20px, 4vw, 50px);
    margin-top: clamp(40px, 5vw, 70px);
    padding: clamp(28px, 4vw, 48px) clamp(28px, 4vw, 56px);
    background: linear-gradient(120deg, #F2C84E 0%, #D4A017 45%, #8B6712 100%);
    border-radius: var(--p8-radius-lg);
    color: #0A0A0A; text-decoration: none;
    position: relative; overflow: hidden; isolation: isolate;
    transition: transform .4s var(--p8-ease), box-shadow .4s ease;
}
.p8-cta-strip:hover {
    transform: translateY(-3px);
    box-shadow: 0 30px 70px rgba(212,160,23,0.35), 0 0 0 1px rgba(0,0,0,0.10);
}
.p8-cta-strip::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,0.35) 50%, transparent 70%);
    transform: translateX(-100%);
    transition: transform 1.1s var(--p8-ease);
    pointer-events: none;
}
.p8-cta-strip:hover::after { transform: translateX(100%); }

.p8-cta-strip__star {
    font-size: clamp(40px, 5vw, 64px);
    line-height: 1;
    color: #0A0A0A;
}
.p8-cta-strip__text {
    flex: 1;
    display: flex; flex-direction: column; gap: 6px;
}
.p8-cta-strip__text strong {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: clamp(24px, 2.6vw, 38px);
    line-height: 1.05;
    text-transform: uppercase; letter-spacing: -0.005em;
    color: #0A0A0A;
}
.p8-cta-strip__text em {
    font-style: normal;
    font-size: 14px;
    color: rgba(0,0,0,0.7);
    letter-spacing: 0.5px;
}
.p8-cta-strip__action {
    display: inline-flex; align-items: center; gap: 12px;
    font-family: 'MonumentExtended-Regular', sans-serif;
    font-size: 12px; letter-spacing: 3px; text-transform: uppercase;
    padding: 16px 26px;
    background: #0A0A0A;
    color: var(--p8-gold);
    border-radius: 999px;
    transition: gap .3s ease, transform .3s ease;
    white-space: nowrap;
}
.p8-cta-strip:hover .p8-cta-strip__action { gap: 18px; }

/* === Title row reflow on small === */
@media (max-width: 900px) {
    .p8-services__title-row {
        grid-template-columns: 1fr;
        gap: 24px; align-items: start;
    }
    .p8-services__lede { padding-bottom: 0; }
}
@media (max-width: 640px) {
    .p8-services__stats { grid-template-columns: repeat(3, auto); gap: 16px; }
    .p8-services__stats strong { font-size: 32px; }
    .p8-cta-strip { flex-direction: column; align-items: flex-start; text-align: left; gap: 18px; padding: 28px; }
    .p8-cta-strip__action { align-self: stretch; justify-content: center; }
    .p8-services__eyebrow { font-size: 10px; padding: 8px 12px; gap: 8px; }
    .p8-services__eyebrow-meta { display: none; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .p8-card,
    .p8-card__media,
    .p8-card__overlay,
    .p8-card__ghost,
    .p8-card__title::after,
    .p8-card__desc,
    .p8-card__cta,
    .p8-cta-strip,
    .p8-cta-strip::after,
    .p8-dot { transition: none !important; animation: none !important; }
}

/* ================================================================== */
/* === P8 BLUEPRINT — "What We Build With You" — Premium Redesign === */
/* ================================================================== */
.p8-blueprint {
    --p8-gold: #D4A017;
    --p8-gold-soft: #F2C84E;
    --p8-line: rgba(255,255,255,0.08);
    --p8-line-strong: rgba(212,160,23,0.45);
    --p8-text: rgba(255,255,255,0.78);
    --p8-text-mute: rgba(255,255,255,0.5);
    --p8-radius-lg: 22px;
    --p8-ease: cubic-bezier(.7,0,.3,1);
    background: radial-gradient(120% 80% at 50% 0%, #161310 0%, #0A0A0A 55%, #050505 100%);
    padding: clamp(80px, 11vw, 160px) 0;
    position: relative;
    overflow: hidden;
    color: #fff;
}
.p8-blueprint::before {
    content: '';
    position: absolute; inset: 0;
    background:
        radial-gradient(900px 460px at 90% 10%, rgba(212,160,23,0.10), transparent 60%),
        radial-gradient(640px 320px at 0% 90%, rgba(212,160,23,0.07), transparent 60%);
    pointer-events: none;
    z-index: 0;
}
.p8-bp__inner { position: relative; z-index: 2; }

/* HEADER */
.p8-bp__head { margin-bottom: clamp(40px, 6vw, 70px); max-width: 980px; }
.p8-bp__eyebrow {
    display: inline-flex; align-items: center; gap: 12px;
    font-family: 'MonumentExtended-Regular','Barlow Condensed',sans-serif;
    font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
    color: var(--p8-gold);
    border: 1px solid var(--p8-line-strong);
    padding: 10px 16px; border-radius: 999px;
    background: rgba(212,160,23,0.05);
    backdrop-filter: blur(6px);
    margin-bottom: 28px;
}
.p8-bp__eyebrow-meta {
    color: var(--p8-text-mute);
    padding-left: 12px;
    border-left: 1px solid rgba(255,255,255,0.12);
}
.p8-bp__title {
    font-family: 'Barlow Condensed','Anton',sans-serif;
    font-weight: 700;
    font-size: clamp(48px, 8.5vw, 130px);
    line-height: 0.92;
    margin: 0 0 28px;
    color: #fff;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}
.p8-bp__title em {
    display: inline-block;
    font-style: italic;
    background: linear-gradient(120deg, #FFE89A 0%, var(--p8-gold) 50%, #8B6712 100%);
    -webkit-background-clip: text; background-clip: text; color: transparent;
    letter-spacing: 0;
    padding-right: 0.08em;
    margin-right: -0.04em;
}
.p8-bp__lede {
    color: var(--p8-text);
    font-size: 17px; line-height: 1.55;
    max-width: 640px;
    margin: 0;
}

/* STAGE */
.p8-bp__stage {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: clamp(20px, 2.5vw, 40px);
    align-items: stretch;
}

/* RAIL */
.p8-bp__rail {
    display: flex; flex-direction: column; gap: 0;
    padding: 0;
    background: linear-gradient(180deg, rgba(20,20,20,0.6) 0%, rgba(10,10,10,0.6) 100%);
    border: 1px solid var(--p8-line);
    border-radius: var(--p8-radius-lg);
    backdrop-filter: blur(8px);
    overflow: hidden;
}
.p8-bp__opt {
    appearance: none; -webkit-appearance: none;
    display: grid;
    grid-template-columns: 60px 1fr;
    column-gap: 18px;
    align-items: center;
    padding: 22px 24px 26px;
    background: transparent; border: 0; outline: 0;
    color: #fff; text-align: left;
    cursor: pointer;
    position: relative;
    transition: background .35s ease, color .35s ease;
    border-bottom: 1px solid var(--p8-line);
    font: inherit;
    width: 100%;
}
.p8-bp__opt:last-of-type { border-bottom: 0; }
.p8-bp__opt:hover { background: rgba(212,160,23,0.05); }
.p8-bp__opt.is-active {
    background: linear-gradient(90deg, rgba(212,160,23,0.16) 0%, rgba(212,160,23,0.04) 100%);
}
.p8-bp__opt-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 0.85;
    color: transparent;
    -webkit-text-stroke: 1px rgba(212,160,23,0.55);
    transition: color .35s ease, -webkit-text-stroke-color .35s ease, transform .4s var(--p8-ease);
}
.p8-bp__opt.is-active .p8-bp__opt-num,
.p8-bp__opt:hover .p8-bp__opt-num {
    color: var(--p8-gold);
    -webkit-text-stroke-color: var(--p8-gold);
}
.p8-bp__opt.is-active .p8-bp__opt-num { transform: translateX(-2px); }
.p8-bp__opt-meta {
    display: flex; flex-direction: column; gap: 6px;
    grid-column: 2;
}
.p8-bp__opt-tag {
    font-family: 'MonumentExtended-Regular',sans-serif;
    font-size: 9px; letter-spacing: 3px; text-transform: uppercase;
    color: var(--p8-text-mute);
    transition: color .35s ease;
}
.p8-bp__opt.is-active .p8-bp__opt-tag { color: var(--p8-gold); }
.p8-bp__opt-name {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 22px; line-height: 1.05;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -0.005em;
}
.p8-bp__opt-bar {
    grid-column: 1 / -1;
    display: block;
    height: 2px; margin-top: 18px;
    background: rgba(255,255,255,0.06);
    border-radius: 2px;
    overflow: hidden;
    opacity: 0;
    transition: opacity .35s ease;
}
.p8-bp__opt.is-active .p8-bp__opt-bar { opacity: 1; }
.p8-bp__opt-bar i {
    display: block; height: 100%; width: 100%;
    background: linear-gradient(90deg, var(--p8-gold-soft), var(--p8-gold));
    transform-origin: left;
    transform: scaleX(0);
}

/* PANELS */
.p8-bp__panels {
    position: relative;
    border-radius: var(--p8-radius-lg);
    overflow: hidden;
    border: 1px solid var(--p8-line);
    min-height: 540px;
    background: #0F0F0F;
    isolation: isolate;
}
.p8-bp__panel {
    position: absolute; inset: 0;
    opacity: 0; visibility: hidden;
    transition: opacity .55s ease, visibility .55s;
    pointer-events: none;
}
.p8-bp__panel.is-active {
    opacity: 1; visibility: visible; pointer-events: auto;
}
.p8-bp__media {
    position: absolute; inset: 0;
    width: 100%; height: 100%; object-fit: cover;
    transform: scale(1.05);
    filter: grayscale(0.25) contrast(1.05) brightness(0.55);
    transition: transform 7s linear, filter .8s ease;
    z-index: 0;
}
.p8-bp__panel.is-active .p8-bp__media { transform: scale(1.18); }
.p8-bp__panel-shade {
    position: absolute; inset: 0;
    background:
        linear-gradient(180deg, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.35) 35%, rgba(0,0,0,0.95) 100%),
        linear-gradient(90deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 60%);
    z-index: 1;
}
.p8-bp__panel-num {
    position: absolute;
    top: -22px; right: -14px;
    font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
    font-size: clamp(180px, 22vw, 320px);
    line-height: 0.85;
    color: transparent;
    -webkit-text-stroke: 1px rgba(212,160,23,0.30);
    pointer-events: none;
    z-index: 2;
    letter-spacing: -0.04em;
}
.p8-bp__panel-body {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    padding: clamp(28px, 4vw, 56px);
    z-index: 3;
    display: flex; flex-direction: column;
    gap: 16px;
}
.p8-bp__panel-tag {
    align-self: flex-start;
    font-family: 'MonumentExtended-Regular',sans-serif;
    font-size: 10px; letter-spacing: 3px; text-transform: uppercase;
    color: var(--p8-gold);
    padding: 7px 12px;
    border: 1px solid var(--p8-line-strong);
    border-radius: 999px;
    background: rgba(0,0,0,0.55);
    backdrop-filter: blur(6px);
}
.p8-bp__panel-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: clamp(34px, 4.5vw, 68px);
    line-height: 0.95;
    margin: 4px 0 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -0.005em;
}
.p8-bp__panel-title em {
    display: inline-block;
    font-style: italic;
    background: linear-gradient(120deg, #FFE89A 0%, var(--p8-gold) 55%, #8B6712 100%);
    -webkit-background-clip: text; background-clip: text; color: transparent;
    letter-spacing: 0;
    padding-right: 0.08em;
    margin-right: -0.04em;
}
.p8-bp__panel-desc {
    color: rgba(255,255,255,0.80);
    font-size: 15px; line-height: 1.55;
    max-width: 56ch;
    margin: 0;
}
.p8-bp__deliverables {
    list-style: none; margin: 8px 0 0; padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 6px 24px;
    max-width: 600px;
}
.p8-bp__deliverables li {
    display: flex; align-items: center; gap: 10px;
    color: var(--p8-text);
    font-size: 13px; letter-spacing: 0.5px;
    padding: 8px 0;
    border-bottom: 1px solid var(--p8-line);
}
.p8-bp__deliverables svg {
    width: 16px; height: 16px;
    color: var(--p8-gold);
    flex: 0 0 16px;
}

/* PULSE STRIP */
.p8-bp__pulse {
    list-style: none; margin: 24px 0 0; padding: 0;
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px;
}
.p8-bp__pulse li {
    display: flex; align-items: center; gap: 10px;
    padding: 12px 14px;
    border: 1px solid var(--p8-line);
    border-radius: 999px;
    transition: border-color .35s ease, background .35s ease;
}
.p8-bp__pulse li.is-active {
    border-color: var(--p8-line-strong);
    background: rgba(212,160,23,0.08);
}
.p8-bp__pulse span {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 14px; color: var(--p8-gold);
    letter-spacing: 1px;
}
.p8-bp__pulse i {
    flex: 1; height: 2px;
    background: rgba(255,255,255,0.06);
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}
.p8-bp__pulse li.is-active i::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(90deg, var(--p8-gold-soft), var(--p8-gold));
    transform-origin: left;
    animation: p8-bp-pulse 1.4s ease-in-out infinite;
}
@keyframes p8-bp-pulse {
    0%   { transform: scaleX(0); transform-origin: left; }
    50%  { transform: scaleX(1); transform-origin: left; }
    51%  { transform: scaleX(1); transform-origin: right; }
    100% { transform: scaleX(0); transform-origin: right; }
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .p8-bp__stage { grid-template-columns: 1fr; }
    .p8-bp__rail {
        flex-direction: row;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
    }
    .p8-bp__opt {
        flex: 1 0 70%; min-width: 70%;
        border-bottom: 0;
        border-right: 1px solid var(--p8-line);
        padding: 16px 18px;
        scroll-snap-align: start;
    }
    .p8-bp__opt:last-of-type { border-right: 0; }
    .p8-bp__opt-num { font-size: 38px; }
    .p8-bp__opt-name { font-size: 18px; }
    .p8-bp__panels { min-height: 480px; }
}
@media (max-width: 640px) {
    .p8-bp__opt { flex: 1 0 80%; min-width: 80%; padding: 14px 16px; grid-template-columns: 48px 1fr; column-gap: 12px; }
    .p8-bp__opt-num { font-size: 32px; }
    .p8-bp__opt-name { font-size: 16px; }
    .p8-bp__panels { min-height: 460px; }
    .p8-bp__panel-body { padding: 22px; gap: 12px; }
    .p8-bp__pulse { grid-template-columns: repeat(2, 1fr); }
    .p8-bp__eyebrow-meta { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    .p8-bp__media,
    .p8-bp__panel,
    .p8-bp__opt,
    .p8-bp__opt-num,
    .p8-bp__opt-bar i,
    .p8-bp__pulse li i::after {
        transition: none !important; animation: none !important;
    }
}

/* ================================================================== */
/* === P8 PARTNERS — "Built for Brands" — Premium Redesign ========= */
/* ================================================================== */
.p8-partners {
    --p8-gold: #D4A017;
    --p8-gold-soft: #F2C84E;
    --p8-gold-deep: #8B6712;
    --p8-line: rgba(255,255,255,0.08);
    --p8-line-strong: rgba(212,160,23,0.45);
    --p8-text: rgba(255,255,255,0.78);
    --p8-text-mute: rgba(255,255,255,0.5);
    --p8-radius-lg: 22px;
    --p8-ease: cubic-bezier(.7,0,.3,1);
    background: radial-gradient(120% 80% at 50% 0%, #161310 0%, #0A0A0A 55%, #050505 100%);
    padding: clamp(140px, 16vw, 220px) 0 clamp(80px, 10vw, 160px);
    position: relative;
    overflow: hidden;
    color: #fff;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.p8-partners::before {
    content: '';
    position: absolute; inset: 0;
    background:
        radial-gradient(900px 460px at 90% 5%, rgba(212,160,23,0.10), transparent 60%),
        radial-gradient(640px 320px at 0% 100%, rgba(212,160,23,0.07), transparent 60%);
    pointer-events: none;
    z-index: 0;
}
.p8-pn__inner { position: relative; z-index: 2; }

/* HEADER */
.p8-pn__head { margin-bottom: clamp(50px, 7vw, 90px); }
.p8-pn__eyebrow {
    display: inline-flex; align-items: center; gap: 12px;
    font-family: 'MonumentExtended-Regular','Barlow Condensed',sans-serif;
    font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
    color: var(--p8-gold);
    border: 1px solid var(--p8-line-strong);
    padding: 10px 16px; border-radius: 999px;
    background: rgba(212,160,23,0.05);
    backdrop-filter: blur(6px);
    margin-bottom: 28px;
}
.p8-pn__eyebrow-meta {
    color: var(--p8-text-mute);
    padding-left: 12px;
    border-left: 1px solid rgba(255,255,255,0.12);
}
.p8-pn__title {
    font-family: 'Barlow Condensed','Anton',sans-serif;
    font-weight: 700;
    font-size: clamp(56px, 10vw, 160px);
    line-height: 0.88;
    margin: 0 0 28px;
    color: #fff;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}
.p8-pn__title em {
    display: inline-block;
    font-style: italic;
    background: linear-gradient(120deg, #FFE89A 0%, var(--p8-gold) 50%, #8B6712 100%);
    -webkit-background-clip: text; background-clip: text; color: transparent;
    letter-spacing: 0;
    padding-right: 0.08em;
    margin-right: -0.04em;
}
.p8-pn__lede {
    color: var(--p8-text);
    font-size: 17px; line-height: 1.55;
    max-width: 640px;
    margin: 0 0 36px;
}
.p8-pn__kpi {
    list-style: none; margin: 0; padding: 28px 0 0;
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
    border-top: 1px solid var(--p8-line);
}
.p8-pn__kpi li {
    display: flex; flex-direction: column; gap: 4px;
    padding: 0;
}
.p8-pn__kpi strong {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(36px, 4.5vw, 56px);
    font-weight: 700; color: var(--p8-gold);
    line-height: 1;
}
.p8-pn__kpi span {
    font-size: 12px; letter-spacing: 2px; text-transform: uppercase;
    color: var(--p8-text-mute);
}

/* FEATURE — chapter 01 */
.p8-pn__feature { margin-bottom: clamp(60px, 8vw, 100px); }
.p8-pn__feature-head {
    display: flex; align-items: center; gap: 18px;
    margin-bottom: 22px;
}
.p8-pn__chapter {
    display: inline-flex; align-items: center;
    font-family: 'MonumentExtended-Regular',sans-serif;
    font-size: 10px; letter-spacing: 3px; text-transform: uppercase;
    color: var(--p8-gold);
    padding: 7px 12px;
    border: 1px solid var(--p8-line-strong);
    border-radius: 999px;
    background: rgba(0,0,0,0.45);
    backdrop-filter: blur(6px);
    flex: 0 0 auto;
}
.p8-pn__chapter-bar {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, var(--p8-line-strong) 0%, var(--p8-line) 30%, transparent 100%);
    position: relative;
    overflow: hidden;
}
.p8-pn__chapter-bar i {
    position: absolute; left: 0; top: 0; bottom: 0; width: 30%;
    background: linear-gradient(90deg, var(--p8-gold), transparent);
    animation: p8-pn-chapter 3.4s ease-in-out infinite;
}
@keyframes p8-pn-chapter {
    0%   { transform: translateX(-100%); }
    100% { transform: translateX(330%); }
}
.p8-pn__chapter-status {
    display: inline-flex; align-items: center; gap: 8px;
    font-family: 'MonumentExtended-Regular',sans-serif;
    font-size: 10px; letter-spacing: 3px; text-transform: uppercase;
    color: var(--p8-text);
    flex: 0 0 auto;
}
.p8-pn__pulse-dot {
    width: 6px; height: 6px; border-radius: 50%;
    background: var(--p8-gold);
    box-shadow: 0 0 0 0 rgba(212,160,23,0.5);
    animation: p8-pn-pulse 2.4s ease-in-out infinite;
    flex: 0 0 6px;
}
@keyframes p8-pn-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(212,160,23,0.5); }
    50%      { box-shadow: 0 0 0 8px rgba(212,160,23,0); }
}

.p8-pn__deal {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: clamp(24px, 3vw, 44px);
    align-items: start;
}

/* STAGE — video (REEL 9:16 Instagram format) */
.p8-pn__stage {
    position: relative !important;
    aspect-ratio: 9 / 16 !important;
    width: 100% !important;
    max-width: 420px !important;
    max-height: 760px !important;
    height: auto !important;
    margin: 0 auto !important;
    background: #000;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid var(--p8-line);
    border-radius: var(--p8-radius-lg);
    isolation: isolate;
    transition: transform .5s var(--p8-ease), border-color .5s ease, box-shadow .5s ease;
}
.p8-pn__stage:hover {
    border-color: var(--p8-line-strong);
    box-shadow:
        0 30px 80px rgba(0,0,0,0.55),
        0 0 0 1px rgba(212,160,23,0.18),
        0 0 60px rgba(212,160,23,0.16);
}
.p8-pn__stage video {
    position: absolute; inset: 0;
    width: 100%; height: 100%; object-fit: cover;
    background: #000;
    z-index: 0;
}
.p8-pn__stage--reel video { object-fit: cover; }

/* Reel cover — let the cover speak for itself (hide all overlay UI except play) */
.p8-pn__stage--reel .p8-pn__stage-overlay,
.p8-pn__stage--reel .p8-pn__stage-shade,
.p8-pn__stage--reel .p8-pn__brand-mark { display: none !important; }
.p8-pn__poster {
    position: absolute; inset: 0;
    width: 100%; height: 100%; object-fit: cover;
    z-index: 2;
    transition: opacity .55s var(--p8-ease), transform 1.2s var(--p8-ease);
    pointer-events: none;
    transform: scale(1.02);
}
.p8-pn__stage:hover .p8-pn__poster { transform: scale(1.06); }
.p8-pn__stage.is-playing .p8-pn__poster { opacity: 0; }

.p8-pn__stage-shade {
    position: absolute; inset: 0;
    background:
        linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.20) 50%, rgba(0,0,0,0.92) 100%),
        linear-gradient(135deg, rgba(212,160,23,0) 60%, rgba(212,160,23,0.12) 100%);
    z-index: 3; pointer-events: none;
    transition: opacity .55s ease;
}
.p8-pn__stage.is-playing .p8-pn__stage-shade { opacity: 0; }

.p8-pn__stage-overlay {
    position: absolute; inset: 0;
    z-index: 4;
    display: flex; flex-direction: column;
    justify-content: space-between;
    padding: clamp(20px, 2.4vw, 32px);
    pointer-events: none;
    transition: opacity .55s ease;
}
.p8-pn__stage.is-playing .p8-pn__stage-overlay { opacity: 0; }

.p8-pn__stage-badges {
    display: flex; gap: 10px; flex-wrap: wrap;
}
.p8-pn__badge {
    display: inline-flex; align-items: center; gap: 8px;
    font-family: 'MonumentExtended-Regular',sans-serif;
    font-size: 10px; letter-spacing: 3px; text-transform: uppercase;
    color: rgba(255,255,255,0.85);
    padding: 8px 14px;
    background: rgba(0,0,0,0.55);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 999px;
}
.p8-pn__badge--live {
    color: var(--p8-gold);
    border-color: var(--p8-line-strong);
    background: rgba(0,0,0,0.65);
}

.p8-pn__stage-bottom { display: flex; flex-direction: column; gap: 12px; }
.p8-pn__category-pill {
    align-self: flex-start;
    font-family: 'MonumentExtended-Regular',sans-serif;
    font-size: 10px; letter-spacing: 3px; text-transform: uppercase;
    color: var(--p8-gold);
    padding: 6px 12px;
    border: 1px solid var(--p8-line-strong);
    border-radius: 999px;
    background: rgba(0,0,0,0.55);
    backdrop-filter: blur(6px);
}
.p8-pn__stage-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: clamp(28px, 3.6vw, 56px);
    line-height: 0.95;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -0.005em;
    max-width: 92%;
}
.p8-pn__stage-title em {
    display: inline-block;
    font-style: italic;
    background: linear-gradient(120deg, #FFE89A 0%, var(--p8-gold) 55%, #8B6712 100%);
    -webkit-background-clip: text; background-clip: text; color: transparent;
    letter-spacing: 0;
    padding-right: 0.08em;
    margin-right: -0.04em;
}
.p8-pn__x {
    color: var(--p8-gold);
    font-style: normal;
    font-weight: 400;
    margin: 0 6px;
}

.p8-pn__play {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: clamp(80px, 9vw, 110px);
    height: clamp(80px, 9vw, 110px);
    border-radius: 50%;
    background: rgba(212,160,23,0.95);
    border: none;
    display: flex; align-items: center; justify-content: center;
    color: #0A0A0A;
    z-index: 5;
    cursor: pointer;
    transition: transform .45s var(--p8-ease), opacity .35s ease, background .35s ease, box-shadow .35s ease;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5), 0 0 0 0 rgba(212,160,23,0.4);
}
.p8-pn__play svg { width: 38%; height: 38%; transform: translateX(2px); }
.p8-pn__stage:hover .p8-pn__play {
    transform: translate(-50%, -50%) scale(1.08);
    background: #fff;
    box-shadow: 0 25px 60px rgba(0,0,0,0.55), 0 0 0 12px rgba(212,160,23,0.18);
}
.p8-pn__stage.is-playing .p8-pn__play {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.7);
    pointer-events: none;
}

/* DOSSIER */
.p8-pn__dossier {
    background: linear-gradient(180deg, rgba(20,20,20,0.65) 0%, rgba(10,10,10,0.65) 100%);
    border: 1px solid var(--p8-line);
    border-radius: var(--p8-radius-lg);
    padding: clamp(28px, 3vw, 40px);
    display: flex; flex-direction: column;
    gap: clamp(18px, 2vw, 28px);
    backdrop-filter: blur(8px);
}
.p8-pn__dossier-head {
    display: flex; justify-content: space-between; align-items: center;
}
.p8-pn__dossier-tag {
    font-family: 'MonumentExtended-Regular',sans-serif;
    font-size: 10px; letter-spacing: 3px; text-transform: uppercase;
    color: var(--p8-gold);
    padding: 7px 12px;
    border: 1px solid var(--p8-line-strong);
    border-radius: 999px;
    background: rgba(212,160,23,0.06);
}
.p8-pn__dossier-id {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(212,160,23,0.55);
    line-height: 1;
}
.p8-pn__dossier-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: clamp(20px, 1.6vw, 26px);
    line-height: 1.2;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -0.005em;
}
.p8-pn__dossier-desc {
    color: var(--p8-text);
    font-size: 14px; line-height: 1.6;
    margin: 0;
}
.p8-pn__facts {
    list-style: none; margin: 0; padding: 0;
    border-top: 1px solid var(--p8-line);
}
.p8-pn__facts li {
    display: flex; justify-content: space-between; align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid var(--p8-line);
    gap: 16px;
}
.p8-pn__facts-key {
    font-family: 'MonumentExtended-Regular',sans-serif;
    font-size: 10px; letter-spacing: 3px; text-transform: uppercase;
    color: var(--p8-text-mute);
}
.p8-pn__facts-val {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-align: right;
    display: inline-flex; align-items: center; gap: 8px;
}
.p8-pn__quote {
    margin: 0;
    padding: 18px 0 0;
    color: rgba(255,255,255,0.75);
    font-family: 'Barlow Condensed', sans-serif;
    font-style: italic;
    font-size: 17px; line-height: 1.4;
    position: relative;
}
.p8-pn__quote-mark {
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 64px;
    line-height: 0.5;
    color: var(--p8-gold);
    margin-bottom: 6px;
    letter-spacing: -0.05em;
}
.p8-pn__quote cite {
    display: block;
    margin-top: 12px;
    font-style: normal;
    font-family: 'MonumentExtended-Regular', sans-serif;
    font-size: 10px; letter-spacing: 3px; text-transform: uppercase;
    color: var(--p8-gold);
}

/* MATRIX — chapter 02 */
.p8-pn__matrix { margin-bottom: clamp(60px, 8vw, 100px); }
.p8-pn__matrix-head {
    display: flex; flex-direction: column; gap: 18px;
    margin-bottom: 36px;
    max-width: 700px;
}
.p8-pn__matrix-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: clamp(36px, 4.5vw, 64px);
    line-height: 0.95;
    margin: 6px 0 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -0.005em;
}
.p8-pn__matrix-title em {
    display: inline-block;
    font-style: italic;
    background: linear-gradient(120deg, #FFE89A 0%, var(--p8-gold) 55%, #8B6712 100%);
    -webkit-background-clip: text; background-clip: text; color: transparent;
    letter-spacing: 0;
    padding-right: 0.08em;
    margin-right: -0.04em;
}
.p8-pn__matrix-lede {
    color: var(--p8-text);
    font-size: 15px; line-height: 1.55;
    margin: 0;
    max-width: 540px;
}

.p8-pn__matrix-grid {
    list-style: none; margin: 0; padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.p8-pn__cat {
    position: relative;
    background: linear-gradient(180deg, rgba(20,20,20,0.65) 0%, rgba(10,10,10,0.65) 100%);
    border: 1px solid var(--p8-line);
    border-radius: var(--p8-radius-lg);
    padding: clamp(22px, 2vw, 30px);
    display: flex; flex-direction: column;
    gap: 14px;
    transition: border-color .45s ease, transform .45s var(--p8-ease), box-shadow .45s ease, background .45s ease;
    overflow: hidden;
    isolation: isolate;
}
.p8-pn__cat::after {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(160deg, transparent 50%, rgba(212,160,23,0) 100%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
    transition: background .45s ease;
}
.p8-pn__cat:hover {
    transform: translateY(-4px);
    border-color: var(--p8-line-strong);
    box-shadow: 0 25px 60px rgba(0,0,0,0.45), 0 0 0 1px rgba(212,160,23,0.16);
}
.p8-pn__cat:hover::after {
    background: linear-gradient(160deg, transparent 30%, rgba(212,160,23,0.55) 100%);
}
.p8-pn__cat.is-live {
    background:
        linear-gradient(180deg, rgba(212,160,23,0.10) 0%, rgba(20,20,20,0.65) 60%);
    border-color: var(--p8-line-strong);
}
.p8-pn__cat-top {
    display: flex; justify-content: space-between; align-items: center;
}
.p8-pn__cat-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(212,160,23,0.55);
    line-height: 0.85;
    transition: color .45s ease, -webkit-text-stroke-color .45s ease;
}
.p8-pn__cat:hover .p8-pn__cat-num,
.p8-pn__cat.is-live .p8-pn__cat-num {
    color: var(--p8-gold);
    -webkit-text-stroke-color: var(--p8-gold);
}
.p8-pn__cat-status {
    display: inline-flex; align-items: center; gap: 8px;
    font-family: 'MonumentExtended-Regular',sans-serif;
    font-size: 9px; letter-spacing: 3px; text-transform: uppercase;
    color: var(--p8-gold);
    padding: 6px 10px;
    border: 1px solid var(--p8-line-strong);
    border-radius: 999px;
    background: rgba(0,0,0,0.40);
}
.p8-pn__cat-status--soon {
    color: var(--p8-text-mute);
    border-color: var(--p8-line);
}
.p8-pn__cat-name {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: clamp(22px, 1.9vw, 28px);
    line-height: 1.05;
    margin: 4px 0 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -0.005em;
}
.p8-pn__cat-desc {
    color: var(--p8-text);
    font-size: 13.5px; line-height: 1.55;
    margin: 0;
    flex: 1;
}
.p8-pn__cat-meta {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid var(--p8-line);
    font-family: 'MonumentExtended-Regular',sans-serif;
    font-size: 10px; letter-spacing: 2px; text-transform: uppercase;
    color: var(--p8-text-mute);
}
.p8-pn__cat.is-live .p8-pn__cat-meta { color: var(--p8-gold); }

/* CTA STRIP */
.p8-pn__cta-strip {
    display: flex; align-items: center; flex-wrap: wrap;
    gap: clamp(20px, 3vw, 40px) clamp(20px, 4vw, 50px);
    padding: clamp(28px, 4vw, 48px) clamp(28px, 4vw, 56px);
    background: linear-gradient(120deg, #F2C84E 0%, #D4A017 45%, #8B6712 100%);
    border-radius: var(--p8-radius-lg);
    color: #0A0A0A; text-decoration: none;
    position: relative; overflow: hidden; isolation: isolate;
    transition: transform .4s var(--p8-ease), box-shadow .4s ease;
}
.p8-pn__cta-strip:hover {
    transform: translateY(-3px);
    box-shadow: 0 30px 70px rgba(212,160,23,0.35), 0 0 0 1px rgba(0,0,0,0.10);
}
.p8-pn__cta-strip::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,0.35) 50%, transparent 70%);
    transform: translateX(-100%);
    transition: transform 1.1s var(--p8-ease);
    pointer-events: none;
}
.p8-pn__cta-strip:hover::after { transform: translateX(100%); }
.p8-pn__cta-star {
    font-size: clamp(40px, 5vw, 64px);
    line-height: 1;
    color: #0A0A0A;
}
.p8-pn__cta-text { flex: 1 1 380px; min-width: 0; display: flex; flex-direction: column; gap: 6px; }
.p8-pn__cta-text strong {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: clamp(24px, 2.6vw, 38px);
    line-height: 1.05;
    text-transform: uppercase; letter-spacing: -0.005em;
    color: #0A0A0A;
}
.p8-pn__cta-text em {
    font-style: normal;
    font-size: 14px;
    color: rgba(0,0,0,0.7);
    letter-spacing: 0.5px;
}
.p8-pn__cta-action {
    display: inline-flex; align-items: center; gap: 12px;
    font-family: 'MonumentExtended-Regular', sans-serif;
    font-size: 12px; letter-spacing: 3px; text-transform: uppercase;
    padding: 16px 26px;
    background: #0A0A0A;
    color: var(--p8-gold);
    border-radius: 999px;
    transition: gap .3s ease;
    white-space: nowrap;
}
.p8-pn__cta-strip:hover .p8-pn__cta-action { gap: 18px; }

/* ── CAMPAIGN COVER SPOTLIGHT — sits below the video deal ── */
.p8-pn__cover {
    margin: clamp(36px, 5vw, 64px) 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(24px, 3vw, 48px);
    align-items: stretch;
}
.p8-pn__cover-stage {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--p8-line);
    border-radius: var(--p8-radius-lg);
    background:
        radial-gradient(120% 80% at 0% 0%, rgba(212,160,23,0.10) 0%, rgba(212,160,23,0) 60%),
        linear-gradient(180deg, #0a0a0a 0%, #050505 100%);
    isolation: isolate;
    box-shadow:
        0 30px 80px rgba(0,0,0,0.55),
        inset 0 0 0 1px rgba(255,255,255,0.02);
    transition: transform .6s var(--p8-ease), border-color .5s ease, box-shadow .5s ease;
    aspect-ratio: 9 / 14;
    max-height: 720px;
}
.p8-pn__cover-stage:hover {
    border-color: var(--p8-line-strong);
    box-shadow:
        0 40px 100px rgba(0,0,0,0.65),
        0 0 0 1px rgba(212,160,23,0.22),
        0 0 80px rgba(212,160,23,0.18);
    transform: translateY(-2px);
}
.p8-pn__cover-img {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 1;
    transition: transform 1.4s var(--p8-ease), filter .6s ease;
    filter: saturate(1.05) contrast(1.02);
}
.p8-pn__cover-stage:hover .p8-pn__cover-img {
    transform: scale(1.035);
    filter: saturate(1.12) contrast(1.05);
}
.p8-pn__cover-glow {
    position: absolute;
    inset: -20%;
    z-index: 2;
    pointer-events: none;
    background:
        radial-gradient(50% 35% at 80% 10%, rgba(212,160,23,0.18) 0%, rgba(212,160,23,0) 70%),
        radial-gradient(40% 30% at 10% 90%, rgba(212,160,23,0.12) 0%, rgba(212,160,23,0) 70%);
    mix-blend-mode: screen;
    opacity: .85;
}
.p8-pn__cover-grain {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(0,0,0,0) 65%, rgba(0,0,0,0.45) 100%),
        repeating-linear-gradient(0deg, rgba(255,255,255,0.014) 0 1px, rgba(0,0,0,0) 1px 2px);
    opacity: .8;
}

.p8-pn__cover-meta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: clamp(18px, 2vw, 28px);
    padding: clamp(18px, 2.4vw, 32px) 0;
}
.p8-pn__cover-meta-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}
.p8-pn__cover-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border: 1px solid var(--p8-line-strong);
    border-radius: 999px;
    background: linear-gradient(120deg, rgba(212,160,23,0.14) 0%, rgba(212,160,23,0.04) 100%);
    color: #e9d27a;
    font-family: var(--p8-mono, monospace);
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.p8-pn__cover-id {
    font-family: var(--p8-mono, monospace);
    font-size: 11px;
    letter-spacing: .18em;
    color: var(--p8-muted, rgba(255,255,255,0.55));
    text-transform: uppercase;
}
.p8-pn__cover-title {
    font-family: var(--p8-display, inherit);
    font-size: clamp(28px, 3.4vw, 46px);
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: #fff;
    margin: 0;
}
.p8-pn__cover-lede {
    font-size: clamp(15px, 1.05vw, 17px);
    line-height: 1.55;
    color: var(--p8-muted, rgba(255,255,255,0.7));
    margin: 0;
    max-width: 56ch;
}
.p8-pn__cover-stats {
    list-style: none;
    margin: 4px 0 0;
    padding: clamp(16px, 1.4vw, 20px) 0 0;
    border-top: 1px solid var(--p8-line);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 1.6vw, 22px);
}
.p8-pn__cover-stats li {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}
.p8-pn__cover-stats span {
    font-family: var(--p8-mono, monospace);
    font-size: 10px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--p8-muted, rgba(255,255,255,0.5));
}
.p8-pn__cover-stats strong {
    font-weight: 600;
    color: #fff;
    font-size: clamp(13px, 1vw, 15px);
    letter-spacing: -0.005em;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .p8-pn__deal { grid-template-columns: 1fr; }
    .p8-pn__matrix-grid { grid-template-columns: repeat(2, 1fr); }
    .p8-pn__stage {
        max-width: 440px;
        max-height: 720px;
        margin: 0 auto;
    }
    .p8-pn__cover {
        grid-template-columns: 1fr;
        gap: clamp(20px, 4vw, 32px);
    }
    .p8-pn__cover-stage {
        max-height: 560px;
        max-width: 480px;
        width: 100%;
        margin: 0 auto;
    }
}
@media (max-width: 640px) {
    .p8-pn__kpi { grid-template-columns: repeat(2, 1fr); gap: 18px; }
    .p8-pn__kpi strong { font-size: 32px; }
    .p8-pn__matrix-grid { grid-template-columns: 1fr; }
    .p8-pn__cta-strip { flex-direction: column; align-items: flex-start; text-align: left; gap: 18px; padding: 28px; }
    .p8-pn__cta-action { align-self: stretch; justify-content: center; }
    .p8-pn__eyebrow-meta { display: none; }
    .p8-pn__feature-head { flex-wrap: wrap; }
    .p8-pn__chapter-bar { display: none; }
    .p8-pn__stage-title { font-size: clamp(22px, 6vw, 32px); }
    .p8-pn__cover-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .p8-pn__cover-stage { max-height: 480px; aspect-ratio: 9 / 14; }
    .p8-pn__stage { max-width: 360px; max-height: 640px; }
    .p8-pn__stage-title { font-size: clamp(20px, 5.4vw, 28px); }
}

@media (prefers-reduced-motion: reduce) {
    .p8-pn__chapter-bar i,
    .p8-pn__pulse-dot,
    .p8-pn__cat,
    .p8-pn__poster,
    .p8-pn__play,
    .p8-pn__stage,
    .p8-pn__cover-stage,
    .p8-pn__cover-img,
    .p8-pn__cta-strip,
    .p8-pn__cta-strip::after { transition: none !important; animation: none !important; }
}

/* ── Brand alliance lockup (Duus Energy × Propulse 8) ── */
.p8-pn__brand {
    display: inline-flex;
    align-items: center;
    gap: clamp(16px, 2vw, 24px);
    align-self: flex-start;
    padding: 18px 22px;
    border: 1px solid var(--p8-line-strong);
    border-radius: 14px;
    background: linear-gradient(120deg, rgba(212,160,23,0.12) 0%, rgba(212,160,23,0.04) 100%);
    backdrop-filter: blur(6px);
    flex-wrap: wrap;
}
.p8-pn__brand-logo {
    display: block;
    width: auto;
    flex: 0 0 auto;
    object-fit: contain;
    filter: drop-shadow(0 0 8px rgba(212,160,23,0.25));
}
.p8-pn__brand-logo--duus { height: 64px; }
.p8-pn__brand-logo--p8 {
    height: 22px;
    filter: drop-shadow(0 0 6px rgba(212,160,23,0.25));
}
.p8-pn__brand-cross {
    color: var(--p8-gold);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
}

/* ── Stage watermark (top-right corner of video) ── */
.p8-pn__brand-mark {
    position: absolute;
    top: clamp(20px, 2.4vw, 32px);
    right: clamp(20px, 2.4vw, 32px);
    z-index: 4;
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 12px;
    background: rgba(0,0,0,0.55);
    backdrop-filter: blur(8px);
    pointer-events: none;
    transition: opacity .55s ease, transform .55s var(--p8-ease);
}
.p8-pn__stage.is-playing .p8-pn__brand-mark { opacity: 0; transform: translateY(-6px); }
.p8-pn__brand-mark-img {
    height: clamp(38px, 4.4vw, 56px);
    width: auto;
    display: block;
    flex: 0 0 auto;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.45));
}

@media (max-width: 640px) {
    .p8-pn__brand { padding: 14px 16px; gap: 14px; }
    .p8-pn__brand-logo--duus { height: 48px; }
    .p8-pn__brand-logo--p8 { height: 16px; }
    .p8-pn__brand-cross { font-size: 22px; }
    .p8-pn__brand-mark { padding: 8px 10px; top: 16px; right: 16px; }
    .p8-pn__brand-mark-img { height: 32px; }
}


/* ================================================================== */
/* === ROSTER — Agency-grade portrait gallery (Roc Nation style) === */
/* ================================================================== */
.p8-roster {
    --p8-gold: #D4A017;
    --p8-line: rgba(255,255,255,0.08);
    --p8-line-strong: rgba(255,255,255,0.18);
    --p8-text: rgba(255,255,255,0.78);
    --p8-text-mute: rgba(255,255,255,0.45);
    --p8-ease: cubic-bezier(.7,0,.3,1);
    background: #0A0A0A;
    color: #fff;
    padding: clamp(140px, 16vw, 220px) 0 clamp(80px, 10vw, 140px);
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.p8-rs__inner { position: relative; z-index: 2; }

/* HEAD — minimal, confident */
.p8-rs__head {
    margin-bottom: clamp(60px, 8vw, 110px);
    max-width: 1100px;
}
.p8-rs__eyebrow {
    font-family: 'MonumentExtended-Regular', 'Manrope-Bold', sans-serif;
    font-size: 11px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--p8-text-mute);
    margin: 0 0 28px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
}
.p8-rs__eyebrow::before {
    content: '';
    width: 36px; height: 1px;
    background: var(--p8-gold);
    flex: 0 0 auto;
}
.p8-rs__title {
    font-family: 'Barlow Condensed', 'Anton', sans-serif;
    font-weight: 700;
    font-size: clamp(64px, 10vw, 180px);
    line-height: 0.85;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 24px;
}
.p8-rs__lede {
    color: var(--p8-text);
    font-size: 17px;
    line-height: 1.55;
    max-width: 540px;
    margin: 0;
}

/* FILTERS — subtle agency-style chips */
.p8-rs__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: clamp(40px, 5vw, 64px);
    padding-bottom: clamp(24px, 3vw, 36px);
    border-bottom: 1px solid var(--p8-line);
}
.p8-rs__filter {
    appearance: none; -webkit-appearance: none;
    font-family: 'MonumentExtended-Regular', 'Manrope-Bold', sans-serif;
    font-size: 11px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--p8-text-mute);
    padding: 12px 22px;
    background: transparent;
    border: 1px solid var(--p8-line);
    border-radius: 999px;
    cursor: pointer;
    transition: color .3s ease, border-color .3s ease, background .3s ease;
}
.p8-rs__filter:hover {
    color: #fff;
    border-color: var(--p8-line-strong);
}
.p8-rs__filter.is-active {
    color: #0A0A0A;
    background: #fff;
    border-color: #fff;
}

/* GRID — clean portrait cards (Roc Nation / Klutch style) */
.p8-rs__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: clamp(20px, 2.4vw, 36px) clamp(20px, 2vw, 28px);
}
.p8-rs__card {
    position: relative;
    cursor: pointer;
    background: transparent;
    display: flex;
    flex-direction: column;
    gap: 18px;
    transition: transform .5s var(--p8-ease);
    text-decoration: none;
    color: inherit;
    /* button reset */
    border: 0;
    padding: 0;
    margin: 0;
    text-align: left;
    font: inherit;
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
}
.p8-rs__card:hover { transform: translateY(-4px); }
.p8-rs__card:focus-visible { outline: 2px solid var(--p8-gold); outline-offset: 4px; }

.p8-rs__card-media {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #141414;
}
.p8-rs__card-photo {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover; object-position: center top;
    filter: grayscale(0.55) contrast(1.05) brightness(0.85);
    transform: scale(1.02);
    transition: transform 1.1s var(--p8-ease), filter .8s ease;
}
.p8-rs__card:hover .p8-rs__card-photo,
.p8-rs__card:focus-visible .p8-rs__card-photo {
    transform: scale(1.06);
    filter: grayscale(0) contrast(1.05) brightness(1);
}
.p8-rs__card-media::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.35) 100%);
    pointer-events: none;
    transition: opacity .5s ease;
}
.p8-rs__card:hover .p8-rs__card-media::after { opacity: 0.4; }

.p8-rs__card-info {
    display: flex; flex-direction: column;
    gap: 6px;
    padding: 0 2px;
}
.p8-rs__card-sport {
    font-family: 'MonumentExtended-Regular','Manrope-Bold', sans-serif;
    font-size: 10px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--p8-gold);
    margin: 0;
}
.p8-rs__card-name {
    font-family: 'Barlow Condensed', 'Anton', sans-serif;
    font-weight: 700;
    font-size: clamp(24px, 2vw, 32px);
    line-height: 1.18;
    letter-spacing: -0.005em;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 2px;
    overflow: visible;
}
.p8-rs__card-pos {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    color: var(--p8-text-mute);
    margin: 0;
    letter-spacing: 0.02em;
}

/* ── TWO-TIER ROSTER LAYOUT ───────────────────────────────
   Section 1 (Official Roster) — primary, larger type, prominent
   Section 2 (Image & Partnerships) — secondary, slightly muted */
.p8-rs__head--primary {
    padding-bottom: clamp(36px, 5vw, 64px);
}
.p8-rs__head--secondary {
    padding-top: clamp(36px, 5vw, 56px);
    padding-bottom: clamp(28px, 4vw, 48px);
}
.p8-rs__title--xl {
    font-size: clamp(64px, 11vw, 168px);
    line-height: 0.92;
    letter-spacing: -0.02em;
}
.p8-rs__title--md {
    font-size: clamp(44px, 7vw, 96px);
    line-height: 0.96;
    letter-spacing: -0.015em;
    color: rgba(255,255,255,0.92);
}
.p8-rs__head--secondary .p8-rs__lede {
    color: rgba(255,255,255,0.6);
    max-width: 620px;
}
/* Both grids share the same compact card size (Carla-style sizing).
   Secondary keeps the slightly muted opacity for visual hierarchy. */
.p8-rs__grid--primary,
.p8-rs__grid--secondary {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: clamp(18px, 2vw, 28px) clamp(16px, 1.8vw, 22px);
}
.p8-rs__grid--secondary {
    opacity: 0.95;
}
.p8-rs__grid--primary .p8-rs__card-name,
.p8-rs__grid--secondary .p8-rs__card-name {
    font-size: clamp(20px, 1.8vw, 26px);
}

/* Editorial divider between tiers */
.p8-rs__divider {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: clamp(70px, 10vw, 130px) 0 0;
    padding: 0;
    opacity: 0.55;
}
.p8-rs__divider-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--p8-line) 18%, var(--p8-line) 82%, transparent);
}
.p8-rs__divider-mark {
    font-family: 'MonumentExtended-Regular','Manrope-Bold', sans-serif;
    font-size: 11px;
    letter-spacing: 0.4em;
    color: var(--p8-gold);
    text-transform: uppercase;
    padding: 0 4px;
}

.p8-rs__footnote--secondary {
    margin-top: clamp(40px, 5vw, 64px);
    font-size: 14px;
    opacity: 0.7;
}

/* Mobile/tablet adjustments */
@media (max-width: 1024px) {
    .p8-rs__divider { margin-top: clamp(50px, 8vw, 80px); gap: 12px; }
    .p8-rs__divider-mark { font-size: 9px; letter-spacing: 0.3em; }
}
@media (max-width: 640px) {
    .p8-rs__head--secondary { padding-top: 28px; }
    .p8-rs__divider { margin-top: 48px; }
}

/* Photo-missing placeholder (gradient + initials) — shows only when img errors */
.p8-rs__card-placeholder-mark {
    display: none;
}
.p8-rs__card-media--placeholder {
    background:
        radial-gradient(circle at 30% 30%, rgba(220, 38, 38, 0.45) 0%, transparent 55%),
        radial-gradient(circle at 80% 70%, rgba(14, 165, 233, 0.35) 0%, transparent 55%),
        #1a1a1a;
}
.p8-rs__card-media--placeholder .p8-rs__card-placeholder-mark {
    display: flex;
    position: absolute;
    inset: 0;
    align-items: center;
    justify-content: center;
    font-family: 'Barlow Condensed', 'Anton', sans-serif;
    font-weight: 800;
    font-size: clamp(54px, 8vw, 96px);
    letter-spacing: 0.04em;
    color: rgba(255,255,255,0.75);
    text-shadow: 0 4px 24px rgba(0,0,0,0.5);
}

/* ── LOCKED / COMING SOON CARD ── */
.p8-rs__card.is-locked {
    cursor: default;
    opacity: 0.85;
}
.p8-rs__card.is-locked:hover { transform: none; }
.p8-rs__card.is-locked .p8-rs__card-name,
.p8-rs__card.is-locked .p8-rs__card-pos {
    color: rgba(255,255,255,0.45);
}
.p8-rs__card.is-locked .p8-rs__card-name em {
    color: rgba(255,255,255,0.7);
    font-style: normal;
}
.p8-rs__card-locked-cover {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    background:
        radial-gradient(circle at 50% 40%, rgba(255,255,255,0.06) 0%, transparent 60%),
        repeating-linear-gradient(
            135deg,
            rgba(255,255,255,0.02) 0,
            rgba(255,255,255,0.02) 12px,
            rgba(0,0,0,0.35) 12px,
            rgba(0,0,0,0.35) 24px
        ),
        #0e0e0e;
    color: rgba(255,255,255,0.55);
}
.p8-rs__lock-icon {
    opacity: 0.6;
}
.p8-rs__locked-badge {
    font-family: 'MonumentExtended-Regular','Manrope-Bold', sans-serif;
    font-size: 10px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--p8-gold);
    padding: 6px 12px;
    border: 1px solid rgba(212, 175, 55, 0.45);
    border-radius: 999px;
    background: rgba(0,0,0,0.4);
}

/* FOOTNOTE — discrete agency closer */
.p8-rs__footnote {
    margin: clamp(60px, 8vw, 100px) 0 0;
    padding-top: clamp(24px, 3vw, 36px);
    border-top: 1px solid var(--p8-line);
    font-family: 'Barlow Condensed', sans-serif;
    font-style: italic;
    font-size: 16px;
    color: var(--p8-text-mute);
    max-width: 560px;
    line-height: 1.5;
}

/* RESPONSIVE */
@media (max-width: 720px) {
    .p8-rs__grid { grid-template-columns: repeat(2, 1fr); gap: 18px 14px; }
    .p8-rs__card-name { font-size: 20px; }
    .p8-rs__card-pos { font-size: 13px; }
    .p8-rs__filter { padding: 10px 16px; font-size: 10px; }
}
@media (max-width: 460px) {
    .p8-rs__grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .p8-rs__card-photo,
    .p8-rs__card,
    .p8-rs__card-media::after { transition: none !important; }
}

/* ── Modal styles preserved (small set) ── */
.rn-modal {
    position: fixed; inset: 0;
    z-index: 1000;
    pointer-events: none;
    visibility: hidden;
}
.rn-modal.is-open { pointer-events: auto; visibility: visible; }
.rn-modal__backdrop {
    position: absolute; inset: 0;
    background: rgba(0,0,0,0.78);
    backdrop-filter: blur(8px);
    opacity: 0;
    transition: opacity .4s ease;
    cursor: pointer;
}
.rn-modal.is-open .rn-modal__backdrop { opacity: 1; }
.rn-modal__panel {
    position: absolute;
    top: 0; right: 0; bottom: 0;
    width: min(640px, 92vw);
    background: #0A0A0A;
    border-left: 1px solid var(--p8-line, rgba(255,255,255,0.08));
    transform: translateX(100%);
    transition: transform .55s cubic-bezier(.7,0,.3,1);
    overflow-y: auto;
}
.rn-modal.is-open .rn-modal__panel { transform: translateX(0); }
.rn-modal__close {
    position: absolute; top: 18px; right: 18px;
    width: 44px; height: 44px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 999px;
    color: #fff; font-size: 22px; line-height: 1; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    z-index: 2;
    transition: background .3s, border-color .3s;
}
.rn-modal__close:hover { background: rgba(212,160,23,0.15); border-color: rgba(212,160,23,0.45); }
.rn-modal__hero { position: relative; aspect-ratio: 16 / 11; overflow: hidden; }
.rn-modal__hero img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.rn-modal__hero-meta {
    position: absolute; bottom: 18px; left: 18px;
    font-family: 'MonumentExtended-Regular', sans-serif;
    font-size: 10px; letter-spacing: 3px; text-transform: uppercase;
    color: #fff; padding: 8px 12px;
    background: rgba(0,0,0,0.55); backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 999px;
}
.rn-modal__body { padding: clamp(22px,3vw,36px); display: flex; flex-direction: column; gap: 18px; }
.rn-modal__sport {
    font-family: 'MonumentExtended-Regular',sans-serif;
    font-size: 10px; letter-spacing: 3px; text-transform: uppercase;
    color: var(--p8-gold, #D4A017); margin: 0;
}
.rn-modal__name {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700; font-size: clamp(38px,4vw,64px);
    line-height: 0.92; text-transform: uppercase;
    color: #fff; margin: 0; letter-spacing: -0.01em;
}
.rn-modal__name em {
    display: inline-block; font-style: italic;
    background: linear-gradient(120deg, #FFE89A 0%, #D4A017 50%, #8B6712 100%);
    -webkit-background-clip: text; background-clip: text; color: transparent;
    letter-spacing: 0; padding-right: 0.08em; margin-right: -0.04em;
}
.rn-modal__pos { font-family: 'Barlow Condensed', sans-serif; font-size: 16px; color: rgba(255,255,255,0.7); margin: 0; }
.rn-modal__bio { font-size: 14px; line-height: 1.6; color: rgba(255,255,255,0.78); margin: 0; }
.rn-modal__stats { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px 24px; margin: 0; padding: 14px 0; border-top: 1px solid rgba(255,255,255,0.08); border-bottom: 1px solid rgba(255,255,255,0.08); }
.rn-modal__stats > div { display: flex; flex-direction: column; gap: 4px; padding: 8px 0; }
.rn-modal__stats dt { font-family: 'MonumentExtended-Regular',sans-serif; font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,0.5); margin: 0; }
.rn-modal__stats dd { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 16px; color: #fff; margin: 0; }
.rn-modal__social { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.rn-modal__social a {
    display: inline-flex; padding: 10px 16px;
    border: 1px solid var(--p8-line, rgba(255,255,255,0.08));
    border-radius: 999px;
    font-family: 'MonumentExtended-Regular',sans-serif;
    font-size: 10px; letter-spacing: 3px; text-transform: uppercase;
    color: var(--p8-gold, #D4A017); text-decoration: none;
    transition: background .3s, border-color .3s;
}
.rn-modal__social a:hover { background: rgba(212,160,23,0.08); border-color: rgba(212,160,23,0.45); }
.rn-modal__social a.is-primary {
    background: linear-gradient(120deg, #FFE89A 0%, #D4A017 50%, #8B6712 100%);
    color: #0a0a0a;
    border-color: transparent;
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(212,160,23,0.28);
}
.rn-modal__social a.is-primary:hover {
    background: linear-gradient(120deg, #FFEEB0 0%, #E8B628 50%, #A0791A 100%);
    transform: translateY(-1px);
}
body.rn-modal-open { overflow: hidden; }

/* ── Card upgrade — badge + CTA arrow ── */
.p8-rs__card-media { position: relative; }
.p8-rs__card-badge {
    position: absolute; top: 14px; left: 14px;
    z-index: 2;
    display: inline-flex; align-items: center; gap: 8px;
    padding: 7px 12px;
    border: 1px solid rgba(212,160,23,0.4);
    border-radius: 999px;
    background: linear-gradient(120deg, rgba(212,160,23,0.18) 0%, rgba(212,160,23,0.06) 100%);
    backdrop-filter: blur(6px);
    color: #f2c84e;
    font-family: 'MonumentExtended-Regular', monospace, sans-serif;
    font-size: 9px; letter-spacing: 2.5px; text-transform: uppercase;
}
.p8-rs__card-name em {
    display: inline-block;
    font-style: italic;
    background: linear-gradient(120deg, #FFE89A 0%, #D4A017 50%, #8B6712 100%);
    -webkit-background-clip: text; background-clip: text; color: transparent;
    letter-spacing: 0;
    padding: 0 0.06em 0.04em 0;
    line-height: inherit;
    vertical-align: baseline;
}
.p8-rs__card-cta {
    display: inline-flex; align-items: center; gap: 8px;
    margin-top: 10px;
    font-family: 'MonumentExtended-Regular', monospace, sans-serif;
    font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase;
    color: rgba(255,255,255,0.55);
    transition: color .3s ease, gap .3s ease;
}
.p8-rs__card:hover .p8-rs__card-cta,
.p8-rs__card:focus-visible .p8-rs__card-cta {
    color: #f2c84e;
    gap: 14px;
}

/* Modal — center + scale animation (premium card view) */
.rn-modal__panel {
    position: absolute;
    top: 50% !important; left: 50% !important; right: auto !important; bottom: auto !important;
    width: min(960px, 94vw) !important;
    max-height: 88vh;
    border-radius: 22px;
    border: 1px solid rgba(212,160,23,0.22) !important;
    box-shadow:
        0 40px 120px rgba(0,0,0,0.7),
        0 0 80px rgba(212,160,23,0.15),
        inset 0 0 0 1px rgba(255,255,255,0.02);
    transform: translate(-50%, -50%) scale(0.94) !important;
    opacity: 0;
    transition: transform .55s cubic-bezier(.7,0,.3,1), opacity .35s ease !important;
}
.rn-modal.is-open .rn-modal__panel {
    transform: translate(-50%, -50%) scale(1) !important;
    opacity: 1;
}
.rn-modal__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    min-height: 480px;
}
.rn-modal__hero {
    aspect-ratio: auto !important;
    height: 100%;
    min-height: 480px;
    border-radius: 22px 0 0 22px;
}
.rn-modal__hero img {
    object-position: center 18%;
}
.rn-modal__hero::after {
    content: '';
    position: absolute; inset: 0;
    background:
        linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,0.55) 100%),
        linear-gradient(90deg, rgba(0,0,0,0) 70%, rgba(10,10,10,0.85) 100%);
    pointer-events: none;
}
.rn-modal__hero-meta {
    z-index: 2;
}
.rn-modal__body {
    max-height: 88vh;
    overflow-y: auto;
    padding: clamp(28px, 3vw, 44px) !important;
    gap: 22px !important;
}
.rn-modal__stats {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 18px 16px !important;
}
@media (max-width: 820px) {
    .rn-modal__inner { grid-template-columns: 1fr; }
    .rn-modal__hero { min-height: 320px; aspect-ratio: 16/11 !important; border-radius: 22px 22px 0 0; }
    .rn-modal__panel { width: 96vw !important; max-height: 92vh; }
    .rn-modal__stats { grid-template-columns: repeat(2, 1fr) !important; }
}

/* ================================================================== */
/* === P8 CAREERS — "Build with us" — Premium editorial =========== */
/* ================================================================== */
.p8-careers {
    --p8-gold: #D4A017;
    --p8-gold-soft: #F2C84E;
    --p8-line: rgba(255,255,255,0.08);
    --p8-line-strong: rgba(212,160,23,0.45);
    --p8-text: rgba(255,255,255,0.78);
    --p8-text-mute: rgba(255,255,255,0.5);
    --p8-radius-lg: 22px;
    --p8-ease: cubic-bezier(.7,0,.3,1);
    background: radial-gradient(120% 80% at 50% 0%, #161310 0%, #0A0A0A 55%, #050505 100%);
    padding: clamp(140px, 16vw, 220px) 0 clamp(80px, 10vw, 140px);
    position: relative;
    overflow: hidden;
    color: #fff;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.p8-careers::before {
    content: '';
    position: absolute; inset: 0;
    background:
        radial-gradient(900px 460px at 90% 5%, rgba(212,160,23,0.10), transparent 60%),
        radial-gradient(640px 320px at 0% 100%, rgba(212,160,23,0.07), transparent 60%);
    pointer-events: none;
    z-index: 0;
}
.p8-cr__inner { position: relative; z-index: 2; }

/* HEAD */
.p8-cr__head { margin-bottom: clamp(50px, 7vw, 90px); max-width: 980px; }
.p8-cr__eyebrow {
    display: inline-flex; align-items: center; gap: 12px;
    font-family: 'MonumentExtended-Regular','Barlow Condensed',sans-serif;
    font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
    color: var(--p8-gold);
    border: 1px solid var(--p8-line-strong);
    padding: 10px 16px; border-radius: 999px;
    background: rgba(212,160,23,0.05);
    backdrop-filter: blur(6px);
    margin-bottom: 28px;
}
.p8-cr__eyebrow-meta {
    color: var(--p8-text-mute);
    padding-left: 12px;
    border-left: 1px solid rgba(255,255,255,0.12);
}
.p8-cr__title {
    font-family: 'Barlow Condensed','Anton',sans-serif;
    font-weight: 700;
    font-size: clamp(52px, 9vw, 140px);
    line-height: 0.9;
    margin: 0 0 28px;
    color: #fff;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}
.p8-cr__title em {
    display: inline-block;
    font-style: italic;
    background: linear-gradient(120deg, #FFE89A 0%, var(--p8-gold) 50%, #8B6712 100%);
    -webkit-background-clip: text; background-clip: text; color: transparent;
    letter-spacing: 0;
    padding-right: 0.08em;
    margin-right: -0.04em;
}
.p8-cr__lede {
    color: var(--p8-text);
    font-size: 17px; line-height: 1.55;
    max-width: 640px;
    margin: 0 0 36px;
}
.p8-cr__lede-sm {
    color: var(--p8-text);
    font-size: 15px; line-height: 1.55;
    max-width: 560px;
    margin: 0;
}
.p8-cr__kpi {
    list-style: none; margin: 0; padding: 28px 0 0;
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
    border-top: 1px solid var(--p8-line);
}
.p8-cr__kpi li { display: flex; flex-direction: column; gap: 4px; padding: 0; }
.p8-cr__kpi strong {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(36px, 4.5vw, 56px);
    font-weight: 700; color: var(--p8-gold);
    line-height: 1;
}
.p8-cr__kpi span {
    font-size: 12px; letter-spacing: 2px; text-transform: uppercase;
    color: var(--p8-text-mute);
}

/* CHAPTER HEADERS (shared structure) */
.p8-cr__chapter-head {
    display: flex; flex-direction: column; gap: 14px;
    margin-bottom: 36px;
    max-width: 700px;
}
.p8-cr__chapter {
    display: inline-flex; align-items: center; align-self: flex-start;
    font-family: 'MonumentExtended-Regular',sans-serif;
    font-size: 10px; letter-spacing: 3px; text-transform: uppercase;
    color: var(--p8-gold);
    padding: 7px 12px;
    border: 1px solid var(--p8-line-strong);
    border-radius: 999px;
    background: rgba(0,0,0,0.45);
    backdrop-filter: blur(6px);
}
.p8-cr__h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: clamp(34px, 4.5vw, 64px);
    line-height: 0.95;
    margin: 6px 0 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -0.005em;
}
.p8-cr__h2 em {
    display: inline-block;
    font-style: italic;
    background: linear-gradient(120deg, #FFE89A 0%, var(--p8-gold) 55%, #8B6712 100%);
    -webkit-background-clip: text; background-clip: text; color: transparent;
    letter-spacing: 0;
    padding-right: 0.08em;
    margin-right: -0.04em;
}

/* VALUES */
.p8-cr__values { margin-bottom: clamp(60px, 8vw, 100px); }
.p8-cr__values-grid {
    list-style: none; margin: 0; padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.p8-cr__value {
    background: linear-gradient(180deg, rgba(20,20,20,0.65) 0%, rgba(10,10,10,0.65) 100%);
    border: 1px solid var(--p8-line);
    border-radius: var(--p8-radius-lg);
    padding: clamp(28px, 3vw, 40px);
    display: flex; flex-direction: column; gap: 12px;
    transition: border-color .45s ease, transform .45s var(--p8-ease), box-shadow .45s ease;
}
.p8-cr__value:hover {
    transform: translateY(-4px);
    border-color: var(--p8-line-strong);
    box-shadow: 0 25px 60px rgba(0,0,0,0.45), 0 0 0 1px rgba(212,160,23,0.16);
}
.p8-cr__value-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 56px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(212,160,23,0.55);
    line-height: 0.85;
    transition: color .45s ease, -webkit-text-stroke-color .45s ease;
}
.p8-cr__value:hover .p8-cr__value-num {
    color: var(--p8-gold);
    -webkit-text-stroke-color: var(--p8-gold);
}
.p8-cr__value-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: clamp(22px, 1.9vw, 28px);
    line-height: 1;
    margin: 4px 0 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -0.005em;
}
.p8-cr__value-desc {
    color: var(--p8-text);
    font-size: 14px; line-height: 1.6;
    margin: 0;
}

/* LANES */
.p8-cr__lanes { margin-bottom: clamp(60px, 8vw, 100px); }
.p8-cr__lanes-grid {
    list-style: none; margin: 0; padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.p8-cr__lane {
    background: linear-gradient(180deg, rgba(20,20,20,0.65) 0%, rgba(10,10,10,0.65) 100%);
    border: 1px solid var(--p8-line);
    border-radius: var(--p8-radius-lg);
    padding: clamp(28px, 3vw, 40px);
    display: flex; flex-direction: column; gap: 12px;
    transition: border-color .45s ease, transform .45s var(--p8-ease), box-shadow .45s ease;
}
.p8-cr__lane:hover {
    transform: translateY(-4px);
    border-color: var(--p8-line-strong);
    box-shadow: 0 25px 60px rgba(0,0,0,0.45), 0 0 0 1px rgba(212,160,23,0.16);
}
.p8-cr__lane-head {
    display: flex; justify-content: space-between; align-items: center;
}
.p8-cr__lane-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 0.85;
    color: transparent;
    -webkit-text-stroke: 1px rgba(212,160,23,0.55);
}
.p8-cr__lane:hover .p8-cr__lane-num {
    color: var(--p8-gold);
    -webkit-text-stroke-color: var(--p8-gold);
}
.p8-cr__lane-tag {
    font-family: 'MonumentExtended-Regular', sans-serif;
    font-size: 10px; letter-spacing: 3px; text-transform: uppercase;
    color: var(--p8-gold);
    padding: 6px 10px;
    border: 1px solid var(--p8-line-strong);
    border-radius: 999px;
    background: rgba(212,160,23,0.06);
}
.p8-cr__lane-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: clamp(20px, 1.8vw, 26px);
    line-height: 1.1;
    margin: 4px 0 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -0.005em;
}
.p8-cr__lane-desc {
    color: var(--p8-text);
    font-size: 14px; line-height: 1.55;
    margin: 0;
    flex: 1;
}
.p8-cr__lane-meta {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid var(--p8-line);
    font-family: 'MonumentExtended-Regular', sans-serif;
    font-size: 10px; letter-spacing: 2px; text-transform: uppercase;
    color: var(--p8-gold);
}

/* HOW STEPS */
.p8-cr__how { margin-bottom: clamp(60px, 8vw, 100px); }
.p8-cr__steps {
    list-style: none; margin: 0; padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    counter-reset: step;
}
.p8-cr__step {
    background: transparent;
    border-top: 2px solid var(--p8-gold);
    padding: clamp(20px, 2vw, 28px) 0 0;
    display: flex; flex-direction: column; gap: 10px;
}
.p8-cr__step-num {
    font-family: 'MonumentExtended-Regular', sans-serif;
    font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
    color: var(--p8-gold);
}
.p8-cr__step-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: clamp(22px, 1.9vw, 28px);
    line-height: 1.05;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -0.005em;
}
.p8-cr__step-desc {
    color: var(--p8-text);
    font-size: 14px; line-height: 1.6;
    margin: 0;
}
.p8-cr__step-desc a {
    color: var(--p8-gold); text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

/* CTA STRIP */
.p8-cr__cta-strip {
    display: flex; align-items: center; flex-wrap: wrap;
    gap: clamp(20px, 3vw, 40px) clamp(20px, 4vw, 50px);
    padding: clamp(28px, 4vw, 48px) clamp(28px, 4vw, 56px);
    background: linear-gradient(120deg, #F2C84E 0%, #D4A017 45%, #8B6712 100%);
    border-radius: var(--p8-radius-lg);
    color: #0A0A0A; text-decoration: none;
    position: relative; overflow: hidden; isolation: isolate;
    transition: transform .4s var(--p8-ease), box-shadow .4s ease;
}
.p8-cr__cta-strip:hover {
    transform: translateY(-3px);
    box-shadow: 0 30px 70px rgba(212,160,23,0.35), 0 0 0 1px rgba(0,0,0,0.10);
}
.p8-cr__cta-strip::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,0.35) 50%, transparent 70%);
    transform: translateX(-100%);
    transition: transform 1.1s var(--p8-ease);
    pointer-events: none;
}
.p8-cr__cta-strip:hover::after { transform: translateX(100%); }
.p8-cr__cta-star {
    font-size: clamp(40px, 5vw, 64px);
    line-height: 1;
    color: #0A0A0A;
}
.p8-cr__cta-text {
    flex: 1 1 380px; min-width: 0;
    display: flex; flex-direction: column; gap: 6px;
}
.p8-cr__cta-text strong {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: clamp(24px, 2.6vw, 38px);
    line-height: 1.05;
    text-transform: uppercase; letter-spacing: -0.005em;
    color: #0A0A0A;
}
.p8-cr__cta-text em {
    font-style: normal;
    font-size: 14px;
    color: rgba(0,0,0,0.7);
    letter-spacing: 0.5px;
}
.p8-cr__cta-action {
    display: inline-flex; align-items: center; gap: 12px;
    font-family: 'MonumentExtended-Regular', sans-serif;
    font-size: 12px; letter-spacing: 3px; text-transform: uppercase;
    padding: 16px 26px;
    background: #0A0A0A;
    color: var(--p8-gold);
    border-radius: 999px;
    transition: gap .3s ease;
    white-space: nowrap;
}
.p8-cr__cta-strip:hover .p8-cr__cta-action { gap: 18px; }

/* RESPONSIVE */
@media (max-width: 1024px) {
    .p8-cr__values-grid { grid-template-columns: 1fr; }
    .p8-cr__lanes-grid { grid-template-columns: 1fr; }
    .p8-cr__steps { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
    .p8-cr__kpi { grid-template-columns: repeat(2, 1fr); gap: 18px; }
    .p8-cr__kpi strong { font-size: 32px; }
    .p8-cr__eyebrow-meta { display: none; }
    .p8-cr__cta-strip { flex-direction: column; align-items: flex-start; padding: 28px; }
    .p8-cr__cta-action { align-self: stretch; justify-content: center; }
}







/* ════════════════════════════════════════════════════════════════
   PARTNERS MARQUEE — infinite-scroll logo strip
   - Two duplicated groups translate -50% in tandem → seamless loop
   - Hover / focus pauses the animation
   - Honors prefers-reduced-motion
   ════════════════════════════════════════════════════════════════ */
.p8-partners-marq {
    position: relative;
    padding: clamp(48px, 6vw, 88px) 0;
    background: linear-gradient(180deg, #0A0A0A 0%, #060606 100%);
    border-top: 1px solid rgba(255,255,255,0.06);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    overflow: hidden;
}
.p8-partners-marq__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 clamp(24px, 5vw, 80px);
    display: flex;
    flex-direction: column;
    gap: clamp(24px, 3vw, 40px);
}
.p8-partners-marq__label {
    font-family: 'MonumentExtended-Regular','Manrope-Bold', sans-serif;
    font-size: 11px;
    letter-spacing: 0.42em;
    text-transform: uppercase;
    color: var(--p8-gold, #C9A14B);
    margin: 0;
    text-align: center;
}

/* Track = the moving rail. Holds the two duplicated <__group>s side-by-side. */
.p8-partners-marq__track {
    display: flex;
    width: max-content;
    gap: clamp(36px, 5vw, 80px);
    animation: p8MarqScroll 28s linear infinite;
    will-change: transform;
    /* Soft fade-out on the edges so logos don't pop in/out hard */
    -webkit-mask-image: linear-gradient(
        90deg,
        transparent 0,
        #000 8%,
        #000 92%,
        transparent 100%
    );
    mask-image: linear-gradient(
        90deg,
        transparent 0,
        #000 8%,
        #000 92%,
        transparent 100%
    );
}
.p8-partners-marq:hover .p8-partners-marq__track,
.p8-partners-marq:focus-within .p8-partners-marq__track {
    animation-play-state: paused;
}

.p8-partners-marq__group {
    display: flex;
    align-items: center;
    gap: clamp(36px, 5vw, 80px);
    flex-shrink: 0;
}
.p8-partners-marq__item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: clamp(38px, 4.5vw, 56px);
    /* Force a comfortable, equal visual height across logos */
}
.p8-partners-marq__item img {
    height: 100%;
    width: auto;
    max-width: clamp(140px, 16vw, 220px);
    object-fit: contain;
    filter: grayscale(1) brightness(1.4) contrast(0.9);
    opacity: 0.65;
    transition: filter .3s ease, opacity .3s ease, transform .3s ease;
}
.p8-partners-marq__item:hover img {
    filter: grayscale(0) brightness(1) contrast(1);
    opacity: 1;
    transform: scale(1.05);
}

@keyframes p8MarqScroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

/* Reduced motion — stop the scroll, center the first set */
@media (prefers-reduced-motion: reduce) {
    .p8-partners-marq__track {
        animation: none;
        justify-content: center;
        -webkit-mask-image: none;
        mask-image: none;
    }
    .p8-partners-marq__group[aria-hidden="true"] {
        display: none;
    }
}

/* Mobile — slightly tighter padding + faster scroll feels right */
@media (max-width: 640px) {
    .p8-partners-marq__track { animation-duration: 22s; gap: 32px; }
    .p8-partners-marq__group { gap: 32px; }
    .p8-partners-marq__item { height: 36px; }
    .p8-partners-marq__item img { max-width: 130px; }
}
