
/* ================================
   BACK / NEXT LINKS (BLACK BG)
================================ */

/* Default state: white text */
.nav-links a {
  color: #fff;
  -webkit-text-fill-color: #fff;
  text-decoration: none;
  display: inline-block;
}

/* Hover: animated gradient text */
.nav-links a:hover {
  background-image:
    radial-gradient(circle at 20% 30%, rgba(154, 255, 0, 1), transparent 45%),
    radial-gradient(circle at 80% 25%, rgba(0, 206, 206, 1), transparent 50%),
    radial-gradient(circle at 30% 80%, rgba(0,255,119,1), transparent 55%),
    radial-gradient(circle at 85% 75%, rgba(65,0,255,1), transparent 55%);

  background-size: 220% 220%;
  background-repeat: no-repeat;

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

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

  animation: navLinkGradient 3.2s linear infinite;
}

/* Gradient motion */
@keyframes navLinkGradient {
  0%   { background-position: 40% 20%; }
  50%  { background-position: 80% 80%; }
  100% { background-position: 40% 20%; }
}


/* Remove borders / outlines from Vimeo embeds */
iframe,
iframe:focus,
iframe:active {
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Cargo sometimes wraps embeds */
div[style*="padding:56.25%"] {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}



/* Full-bleed animated gradient wrapper */
.animated-gradient{
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 0;
  display: block;

  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #060414;
}

/* Main drifting blobs */
.animated-gradient::before{
  content: "";
  position: absolute;
  inset: -69%;
  z-index: 0;
  pointer-events: none;

  background:
    radial-gradient(circle at 20% 30%, rgba(255, 107, 0, 1), transparent 45%),
    radial-gradient(circle at 80% 25%, rgba(206, 0, 22, 1), transparent 50%),
    radial-gradient(circle at 30% 80%, rgba(0, 251, 117, 1), transparent 55%),
    radial-gradient(circle at 85% 75%, rgba(65, 0, 255, 1), transparent 55%);

  filter: blur(55px) saturate(120%);
  will-change: transform;
  transform: translate3d(0,0,0) scale(1.08);

animation: blobDrift 6s linear infinite;
}

/* Optional: a second, slower layer adds “organic” motion */
.animated-gradient::after{
  content: "";
  position: absolute;
  inset: -72%;
  z-index: 0;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.55;

  background:
    radial-gradient(circle at 35% 40%, rgba(205,173,0,.35), transparent 55%),
    radial-gradient(circle at 70% 60%, rgba(178,0,74,.32), transparent 60%),
    radial-gradient(circle at 55% 75%, rgba(0,148,122,.28), transparent 60%),
    radial-gradient(circle at 20% 70%, rgba(55,1,203,.26), transparent 60%);

  filter: blur(70px) saturate(130%);
  will-change: transform;
  transform: translate3d(0,0,0) scale(1.10);

animation: blobDrift2 6s linear infinite;
}

/* Keep your content above the gradient layers */
.animated-gradient > *{
  position: relative;
  z-index: 1;
}

/* Make media full width inside */
.animated-gradient video,
.animated-gradient img{
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  display: block;
}

@keyframes blobDrift {
  0%   { transform: rotate(0deg)   translate3d(-6%, -4%, 0) scale(1.12); }
  25%  { transform: rotate(90deg)  translate3d( 6%, -7%, 0) scale(1.18); }
  50%  { transform: rotate(180deg) translate3d( 8%,  5%, 0) scale(1.13); }
  75%  { transform: rotate(270deg) translate3d(-7%,  7%, 0) scale(1.20); }
  100% { transform: rotate(360deg) translate3d(-6%, -4%, 0) scale(1.12); }
}

@keyframes blobDrift2{
  0%   { transform: rotate(0deg)   translate3d( 4%,  2%, 0) scale(1.18); }
  33%  { transform: rotate(120deg) translate3d(-5%,  6%, 0) scale(1.10); }
  66%  { transform: rotate(240deg) translate3d( 6%, -5%, 0) scale(1.16); }
  100% { transform: rotate(360deg) translate3d( 4%,  2%, 0) scale(1.18); }
}


.clients-carousel {
  display: inline-flex;
  animation: scroll-marquee linear infinite;
  gap: 4rem;
  align-items: center;
}

.clients-carousel div {
  height: 120px; /* Adjusted height */
  padding: 1rem 1.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients-carousel img {
  max-height: 100%;
  max-width: 240px; /* Adjust size as needed */
  object-fit: contain;
  filter: grayscale(100%);
}

/* 1) Make sure nothing can create horizontal overflow */
html, body {
  overflow-x: hidden;
}

/* 2) Full-bleed wrapper (break out of Cargo container) */
.clients-marquee {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}

/* 3) Keep the moving row from forcing layout width */
.clients-carousel {
  will-change: transform;
  flex-wrap: nowrap;
}



.email-mockup-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.email-mockup-img {
  height: 900px;
  border-radius: 0px;
  max-width: 100%;
  height: auto;
}

/* Optional fine-tuning for small screens */
@media (max-width: 768px) {
  .email-mockup-img {
    max-width: 110%;
    border-radius: 0px;
  }
}


.cardsb img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* or try "contain" for full image */
  object-position: center;
  border-radius: 16px;
}

.cardsb {
  flex: 0 0 auto;
  width: 250px;
  height: 400px;
  scroll-snap-align: start;
  border-radius: 10px;
  overflow: hidden;
}

.carouselsb {
  display: flex;
  overflow-x: auto;
  gap: 11px;
  scroll-snap-type: x mandatory;
  padding: 0.5rem;
}

.video-container {
  position: relative;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
}

.video-fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  border: none;
}

.connect a {
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}


.footer-subscribe-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: white;
  color: #000;
  border: 1px solid black;
  font-family: 'Eleven Eleven', sans-serif;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.footer-subscribe-button:hover {
  background-color: #F96464;
  color: white ;
  border-color: #F96464;
}


.footer-instagram {
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-instagram:hover {
  color: #F96464 !important; /* your hover color */
}



@media (max-width: 768px) {
  .clients-carousel {
    gap: 1.5rem !important; /* smaller gap between logos */
  }

  .clients-carousel img {
    height: 100px !important; /* smaller logo size */
  }
}

.clients-carousel div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients-marquee {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  padding: 2rem 0;
}

.clients-carousel {
  display: inline-flex;
  animation: scroll-marquee linear infinite;
  gap: 3rem;
  align-items: center;
}

.clients-carousel img {
  height: 120px;
  width: auto;
  display: block;
  object-fit: contain;
}

@keyframes scroll-marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

   
@media (max-width: 768px) {
.newsletter-signup {
font-size: 70px !important;	
}
}    
    
@media (max-width: 768px) {
.connect {
	font-size: 12px;
}
}    
    
@media (max-width: 768px) {
	.botext {
	font-size: 14px;
    line-height: 1.3;
        
}
}
    
@media (max-width: 768px) {
.ten-percent {
	font-size: 60px;
}
}


@media (max-width: 768px) {
.two-million {
	font-size: 60px;
}
}
    
@media (max-width: 768px) {
.two-hundred {
	font-size: 60px;
}
}
    


@media (max-width: 768px) {

.projects {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
    box-sizing: border-box;
    max-width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .projects-item img {
    width: 200px !important;
    height: auto;
    object-fit: cover;
    scroll-snap-align: start;
    display: block;
    transition: transform 0.3s ease;
  }

  .projects-item:hover img {
    transform: scale(1.03);
  }

  .marquee {
    padding: 0 !important;
    margin: 0 auto !important;
    overflow: hidden;
    box-sizing: border-box;
  }
}


@media (max-width: 768px) {
  .learn-more {
    font-size: 10px !important;
  }
}

@media (max-width: 768px) {
  .intro-paragraph {
    font-size: 13.4px !important;
    line-height: 1.3 !important;
}
}

.intro-paragraph {
    font-size: 1.7rem; /* increase size if needed */
    line-height: 1.3;
  }


@media (max-width: 768px) {
  .star {
    width: 3%;     /* or any value you want */
    height: auto;   /* keeps the aspect ratio */
    display: block;
    margin: 0 auto; /* centers the image */
  }
}


.creative {
  font-size: 64px;
  font-weight: 400;
  /* or any other styling you want */
}

@media (max-width: 768px) {
  .creative {
    font-size: 38px;
  }
}

  .compass {
    font-size: 38px; /* match or tweak separately */
  }






.trail {
	font-family: ThePicnicClubItalic;
    font-size: 50px;
}

.project-news {
	font-family: picnic;
    font-size: 50px;
    line-height: 50px;;
}

.newsletter-signup {
	font-family: picnic;
    font-size: 130px;
    color: #8FD36E;
}

.inside {
font-family: eleveneleven;
}

.black-newsletter-section {
  background-color: #4D5748;
  color: #fff;
  padding: 60px 20px;
}

.black-newsletter-section input[type="email"],
.black-newsletter-section button {
  padding: 10px 16px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
}

.black-newsletter-section input[type="email"] {
  width: 250px;
  margin-right: 10px;
}

.black-newsletter-section button {
  background-color: #fff;
  color: #4D5748;
  cursor: pointer;
}

.creative-loop {
    font-family: picNic;
	font-size: 140px;
    color: #fff;
    display: inline-block;
    line-height: 0.8 ;              /* Reduce vertical spacing */
}

.footer-linkedin {
	text-decoration: none;
}



@media (max-width: 768px) {
  .collab-card {
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    max-height: none !important;
  }
}

@media (max-width: 768px) {
  .card-container {
    display: flex;
    flex-direction: column;
    gap: 0px !important; /* spacing between cards */
    align-items: stretch; /* makes sure cards fill the container width */
  }
}

.close {
  color: white !important;
  cursor: pointer;
}


.footer-instagram {
  text-decoration: none;
}


.cta-link {
  font-family: 'eleveneleven', sans-serif; /* Or your preferred font */
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase; /* Optional for all caps */
  text-decoration: none;
  display: inline-block;
}


#newsletter-form {
  display: flex;
  width: 320px; /* adjust width as needed */
  border: 1px solid white; /* white border around entire form */
  border-radius: 0px;
  overflow: hidden; /* keep border radius on button/input */
  font-family: inherit;
}

#newsletter-form input[type="email"] {
  flex-grow: 1;
  border: none;
  padding: 10px 15px;
  color: #ccc; /* light gray placeholder text */
  background: transparent;
  font-size: 14px;
  outline: none;
  font-family: inter;
    padding: 16px 16px;
}

#newsletter-form input[type="email"]::placeholder {
  color: #ccc; /* light gray placeholder */
}

#newsletter-form button {
  background: white;
  color: black;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
    font-family: eleveneleven;
    text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  transition: background-color 0.3s ease;
}

#newsletter-form button:hover {
  background-color: #e6e6e6;
}

/* ================================
   MENU: ONE CONTINUOUS GRADIENT FIELD + CUTOUT TEXT
================================ */

/* ONE shared gradient field on the panel */



html {
  scroll-behavior: smooth;
}

.cta-btn {
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  font-size: 12.2px;
 letter-spacing: 1px;
  border-radius: 5px;
    text-decoration: none;
  font-family: 'ElevenEleven', sans-serif; /* Change this to your desired font */
}


.collab-card {
  flex: 0 0 auto; /* Prevent cards from shrinking */
  width: 300px; /* Adjust the width of the card */
  max-height: 900px; /* Adjust the max height for the cards */
  scroll-snap-align: start; /* Ensure cards align correctly when scrolling */
  transition: transform 0.7s ease; /* Smooth zoom transition */
  overflow: hidden; /* Ensure no overflow when zooming */
}

@media (max-width: 700px) {
  .collab-card {
    gap: 15px; /* Reduce gap on mobile */
    padding: 10px 5px; /* Adjust padding for smaller screens */
  }
.collab-card {
    width: 90px; /* Increase the size for mobile */
    max-height: 90px; /* Adjust max height for mobile */
  }
}

@media (max-width: 768px) {
  .learn-more {
    line-height: 1.4; /* or try '20px', '1.6', etc. */
  }
}

@media (max-width: 768px) {
.card {
  flex: 0 0 auto;
  width: 180px !important;
  height: 240px !important;
  scroll-snap-align: start;
  border-radius: 10px;
  overflow: hidden;
}
}


@media (max-width: 768px) {
  .carousel{
  display: flex;
  overflow-x: auto;
  gap: 11px;
  scroll-snap-type: x mandatory;
  padding: 0.5rem;
}
}

.projects {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  overflow-x: auto;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  scroll-behavior: smooth
}

  .projects-item:hover img {
    transform: scale(1.03);
  }

  .projects-item img {
    width: 300px;
    height: auto;
    object-fit: cover;
    scroll-snap-align: start;
    display: block;
  }

.card-container {
  display: flex; /* Align cards horizontally */
  gap: 10px; /* Space between cards */
  padding: 40px; /* Padding around the cards */
  overflow-x: auto;
  justify-content: center; /* Center horizontally */
  align-items: center;
  white-space: nowrap;
}

.collab-card img {
  width: 100%;
  height: 100%; /* Ensure the image fills the card */
  transition: transform 0.1s ease;  /* Smooth transition for zoom effect */
}

.collab-card img:hover {
  transform: scale(1.03);  /* Zoom effect on hover */
}


.creative-compass{
	font-family: ThePicnicClub, sans-serif;  
}
.compass {
	font-family: ThePicnicClubItalic, sans-serif;
}

@font-face {
	font-family:ThePicnicClubItalic;
    src: url(https://files.cargocollective.com/c315292/ThePicnicClubItalic-RegularItalic.otf);
    
    font-weight: normal;
    font-style: normal;
}

.learn-more{
	font-family: ElevenEleven, sans-serif;
    text-transform: uppercase; 
    font-size: 12px;
    text-decoration: underline;
}

.read-more {
  font-family: 'ElevenEleven', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}

@font-face {
  font-family: 'ElevenEleven';
  src: url('https://files.cargocollective.com/c315292/ElevenEleven-Bold.otf');
  font-weight: normal;
  font-style: normal;
}

.carousel {
  display: flex;
  overflow-x: auto;
  gap: 11px;
  scroll-snap-type: x mandatory;
  padding: 0.5rem;
}

.card {
  flex: 0 0 auto;
  width: 250px;
  height: 333px;
  scroll-snap-align: start;
  border-radius: 10px;
  overflow: hidden;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}


.card:hover {
  background: #fff;
}

@font-face {
  font-family: 'Picnic';
  src: url('https://files.cargocollective.com/c315292/ThePicnicClub-Light.woff2') format('woff2'),
       url('https://files.cargocollective.com/c315292/ThePicnicClub-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


.connect {
  display: inline-block;
  background-color: #fff;
  color: #000;
  border: 1px solid black;
  font-family: 'Eleven Eleven', sans-serif;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.connect:hover {
  background-color: #F96464;
  color: white ;
  border-color: #F96464;
}


.connect:active {
  background-color: #F96464;
  color: white ;
  border-color: #F96464;
}

.Newsletter {
	display: inline-block;
    border-radius: 50px;
    border: solid 1px;
    cursor: pointer;
}


    /**
 * Content
 */

body {
	background-color: #000;
	color: #fff;
 
}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
.fade-in {
    opacity:0;
    -webkit-animation:fadeIn ease-in 1;
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    -webkit-animation-fill-mode:forwards; 
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}

video#fullscreen_embed {
    position: fixed;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    margin: auto;
    min-width: 100vw;
    min-height: 100vh;
    z-index: 99999;
}

[data-predefined-style="true"] a:active {
	color: #000;
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.page a.active {
	opacity: 1;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,


blockquote {
}

hr {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 1px;
	display: block;
}

.content img {
	float: none;
	margin-bottom: 1.2em;
}

.gallery_image_caption {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.3;	
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

/* Site H1 (Cargo preset override) */
[data-predefined-style="true"] h1 {
  font-family: 'Picnic', sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.1;

  /* pick ONE sizing system */
  font-size: 8.6rem;
}


[data-predefined-style="true"] bodycopy {
	font-size: 2.3rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	font-family: "inter", Icons;
	font-style: normal;
	line-height: 1.3;
	font-variation-settings: 'wdth' 100, 'slnt' 0;
    letter-spacing:0px

}

[data-predefined-style="true"] bodycopy a {
    color: rgb(0, 0, 0);
}

[data-predefined-style="true"] bodycopybold {
	font-size: 1.4rem;
	font-weight: 500;
	color: rgb(255, 255, 255);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.4;
}

[data-predefined-style="true"] [local-style="5747148"] bodycopy a.active {
	color: rgb(197, 164, 255);
}

[data-predefined-style="true"] Navigation a{
	color: rgba(255, 0, 0, 1); 
    padding-bottom: 0em;
	border-bottom: 0px solid rgba(255, 255, 255, 1);
	text-decoration: none;
}

[data-predefined-style="true"] Navigation a:hover {
    border: 1;
	color: rgba(255, 0, 0, 1) !important;

}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}



[data-predefined-style="true"] small a {
	color: rgb(0, 0, 0);
	border-bottom-width: 0em;
}

[data-predefined-style="true"] h2 {
	font-family: Inter, Icons;
	color: rgb(0, 0, 0);
	font-size: 1.7rem;
	line-height: 1.7;
	font-style: normal;
	font-weight: 400;
    text-decoration: none;
    font-size: clamp(20px, 1.2vw, 22px) !important;

  border-bottom: none;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

/* H2 links: no underline by default (kills text-decoration + border underline + box-shadow underline) */
[data-predefined-style="true"] h2 a,
[data-predefined-style="true"] h2 a:visited,
[data-predefined-style="true"] h2 a:active,
[data-predefined-style="true"] h2 a:focus {
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
}

/* H2 links: underline only on hover */
[data-predefined-style="true"] h2 a:hover {
  text-decoration: none !important;
  border-bottom: 1px solid currentColor !important;
  box-shadow: none !important;
  background-image: none !important;
}

/* Nuke any underline applied to the H2 element itself */
[data-predefined-style="true"] h2 {
  text-decoration: none !important;
	font-size: 2.1rem;
}


[data-predefined-style="true"] h3 {
	font-family: Inter, Icons;
	font-style: normal;
	font-weight: 400;
	font-size: 4rem;
	line-height: 1.3;
	color: #2f2f2f;
	}


[data-predefined-style="true"] h4 {
	font-size: 1rem;
	line-height: 1.5;
	font-family: Inter, Icons;
	font-style: normal;
	font-weight: 400;
	color: #000;
}
   

    [data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.00rem;
	line-height: 1.3;
	font-family: ElevenEleven, Icons;
	font-style: normal;
	font-weight: 700;
	color: rgb(0, 0, 0);
    letter-spacing:1px;
    font-size: clamp(12px, 1.2vw, 18px) !important;

}

[data-predefined-style="true"] Navigation {
	font-family: "DM Sans", Icons;
	font-style: normal;
	font-weight: 500;
	color: rgb(24, 24, 24);
	font-size: 1.3rem;
	line-height: 1.4;
    letter-spacing:0px
}

[data-predefined-style="true"] h5 {
	font-family: "DM Sans", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(55, 55, 55, 0.24);
	font-size: 1.2rem;
	line-height: 1.2;
	}
 

[data-predefined-style="true"] h5 a {
    border: 0;
	color: rgb(110, 110, 110);
}
/**
 * Breakpoints
 */


[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}


[data-css-preset] body {
	background-color: #fff/*!body_bgcolor*/;
}


[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: transparent/thumbnails_bgcolor/;   
}

[data-css-preset] .thumbnails_width {
    width: 100%/thumbnails_width/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 0.3rem/thumbnails_padding/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -0.6rem/thumbnails_padding/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0rem/responsive_thumbnails_padding/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: 0rem/responsive_thumbnails_padding/; 
}

.thumbnails .thumb_image {
    margin-top: 4rem;
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.0);
}

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: .3rem;
    font-size: 2.3rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.92);
	font-family: "DM Sans", Icons;
	font-style: normal;
	line-height: 1.3;
    text-align: left;
}

.thumbnails .tags {
    margin-top: 0.3rem;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
    font-family: Paysage, Icons;
    font-style: normal;
	line-height: 1.2;
    text-align: left;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(255, 255, 255, 0.24);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}

/**
 * Site Menu
 */
/* =========================================
   AUTO-INVERTING MENU BUTTON (LIGHT / DARK)
========================================= */

[data-css-preset] #site_menu_button {
  position: fixed;
  top: .75rem;
  right: 1.4rem;

  font-size: 28px;
  padding: 6px;
  line-height: 1;

  background: transparent !important;

  color: #fff;                 /* base color */
  fill: #fff;

  mix-blend-mode: difference;  /* 👈 MAGIC */
  z-index: 9999999;

  pointer-events: auto;
}

/* Mobile sizing */
body.mobile #site_menu_button {
  font-size: 28px;
  margin: 2px;
}

/* Ensure custom icons inherit the blend */
#site_menu_button,
#site_menu_button svg,
#site_menu_button path {
  fill: currentColor !important;
}

/* Do NOT hide it when active */
#site_menu_button.active {
  display: block !important;
}
 * Shop Button
 *

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.85);
    background: transparent;
	font-size: 36px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 3.0rem /*!shop_button*/;
	right: 3.0rem /*!shop_button*/;
}

#shop_button.text {
    font-size: 2.7rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
    padding: 0;
    line-height: 1.2;
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}


body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 40px;
}

/*
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 2rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
}

.shop_product .dropdown {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-size: 1.4rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 1rem;
}

.shop_product .button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.4rem;
    background: rgba(0, 0, 0, .75);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
}

/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
}


[data-css-preset] .quick-view-background {
	background: rgba(255, 255, 255, 0.95) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 1.8rem;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    color: white;
}


/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}


/**
 * Feed
 */

.feed .content_container .page {
    border-top: 1px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}
/*
 * Audio Player
 */

.audio-player {
    max-width: 100%;
    height: 3.3rem;
    outline: 1px solid rgba(255, 0, 55, 1);
    color: rgba(255, 0, 0, 0.51);
    background: #000;
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0,0,0,0.15);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.85);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0,0,0,0.03);
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}


/* =========================================================
   SITE MENU — CLEAN (WHITE DEFAULT → ANIMATED GRADIENT TEXT ON HOVER)
   Targets Cargo menu IDs without changing layout/positioning
========================================================= */

/* Menu panel background */
#site_menu{
  background: #000 !important;
}

/* Make sure the inner panel stays black too (Cargo sometimes paints it) */
#site_menu_panel_container,
#site_menu_panel_container *{
  background-color: transparent;
}


/* =========================================
   CLOSE ICON: white → animated gradient on hover
========================================= */

/* default: white X */
#site_menu .close{
  display: inline-block;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;

  background: none !important;
  text-decoration: none !important;
}

/* hover: same animated gradient as menu text */
#site_menu .close:hover{
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255,107,0,1), transparent 45%),
    radial-gradient(circle at 80% 25%, rgba(214, 6, 255, 1), transparent 50%),
    radial-gradient(circle at 30% 80%, rgba(0, 255, 246, 1), transparent 55%),
    radial-gradient(circle at 85% 75%, rgba(65,0,255,1), transparent 55%) !important;

  background-size: 260% 260% !important;
  background-repeat: no-repeat !important;
  background-position: var(--gx) var(--gy) !important;

  -webkit-background-clip: text !important;
  background-clip: text !important;

  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}

/* If Cargo has wrappers like .page-link, keep them clean */
#site_menu .page-link a,
#site_menu .set-link > a{
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-weight: 400;
}

/* Optional: your menu type style (safe: doesn’t reposition layout) */
#site_menu{
  font-family: Picnic, sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
}

/* =========================================================
   HOVER = GRADIENT TEXT (NO BLOCK)
========================================================= */

/* MENU LINKS: white by default */
#site_menu_panel_container a{
  display: inline-block;                 /* important for bg-clip + animation */
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;

  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;

  background-color: transparent !important;
  padding: 0 !important;
}

/* HOVER: animated gradient text (NO block background) */
#site_menu_panel_container a:hover{
  /* kill any Cargo hover styling */
  box-shadow: none !important;
  border-bottom: 0 !important;
  background-color: transparent !important;

  /* gradient INSIDE letters */
  background-image:
    radial-gradient(circle at 20% 30%, rgba(0, 255, 219, 1), transparent 45%),
    radial-gradient(circle at 80% 25%, rgba(8, 91, 255, 1), transparent 50%),
    radial-gradient(circle at 30% 80%, rgba(214, 0, 255, 1), transparent 55%),
    radial-gradient(circle at 85% 75%, rgba(255, 15, 0, 1), transparent 55%) !important;

  background-size: 160% 200% !important;
  background-repeat: no-repeat !important;

  -webkit-background-clip: text !important;
  background-clip: text !important;

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

  /* force the animation to affect background-position */
  animation: menuHoverGradient 2s linear infinite !important;
  will-change: background-position;
}

@keyframes menuHoverGradient{
  0%   { background-position: 40% 20%; }
  50%  { background-position: 80% 80%; }
  100% { background-position: 40% 20%; }
}

/* Footer inset (one of these will match, keep what works) */
#footer, .footer, .site_footer{
  padding-left: var(--text-gutter) !important;
  padding-right: var(--text-gutter) !important;
  box-sizing: border-box;
}

/* === FORCE BODY TEXT SIZE (works in Cargo) === */
/* Targets Cargo's <bodycopy> element + common fallbacks */
.content bodycopy,
[data-predefined-style="true"] bodycopy,
bodycopy,
.bodycopy,
p {
  font-size: clamp(19px, 1.2vw, 18px) !important;
  line-height: 1.45 !important;
}

/* =====================================
   TEXT BLOCK WRAPPER (SAFE & SIMPLE)
===================================== */

.text-block {
  padding-left: 80px;
  padding-right: 600px;
  box-sizing: border-box;
}

/* Mobile */
@media (max-width: 768px) {
  .text-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Optional helpers */
.text-center {
  text-align: center;
}

.text-narrow {
  padding-right: 400px;
}
