/* Only fix media sizing, do not touch Cargo grid */
.image-gallery img,
.image-gallery video,
[grid-col] img,
[grid-col] video {
  max-width: 100% !important;
  height: auto !important;
  display: block;
}

/* Videos should behave like images */
[grid-col] video {
  width: 100% !important;
}

#toolset {
	display: none;
}

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

a:active {
    opacity: .7;
}

.page a.active {
	color: #000;
}

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,
ol {
	margin: 0;
	padding: 0 0 0 2.5em;
}

blockquote {
	margin: 0;
	padding: 0 0 0 1em;
}

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

.content img {
	float: none;
	margin-bottom: 1rem;
    vertical-align: bottom;
}

[image-gallery="slideshow"] {
    margin-bottom: 2rem;
}

.gallery_image_caption {
    margin-top: 1.0rem;
    margin-bottom: 0.5rem;
    margin-right: 4rem;
    font-size: 1.2rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: Diatype, Icons;
	font-style: normal;
	line-height: 1.2;
    text-align: left;
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.2rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	font-family: Diatype, Icons;
	font-style: normal;
	line-height: 1.2;
    letter-spacing: 0rem;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {

}

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"] h1 {
	font-family: "Diatype Variable", Icons;
	padding: 0;
	margin: 0;
	font-size: 1.6rem;
	line-height: 1;
	color: rgba(255, 255, 255, 1);
    letter-spacing: 0rem;
	font-style: normal;
	font-weight: 800;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] h1 a {
	color: rgba(255, 255, 255, 1);
}

[data-predefined-style="true"] h2 {
	font-family: "Diatype Variable", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgb(255, 255, 255);
	font-size: 1.5rem;
	line-height: 1.1;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] h2 a {
	color: rgba(255, 255, 255, 1);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1.4;
	font-family: "Diatype Variable", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgb(255, 255, 255);
    letter-spacing: 0;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

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

/**
 * Breakpoints
 */

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

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

[data-css-preset] .container {
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: rgb(0, 0, 0)/*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100% /*!content_center*/;
}

[data-css-preset] .content_padding {
	padding-top: 3rem /*!main_margin*/;
	padding-bottom: 3rem /*!main_margin*/;
	padding-left: 3rem /*!main_margin*/;
	padding-right: 3rem /*!main_margin*/;
}

/**
 * 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.75rem/*!thumbnails_padding*/;
}

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

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

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

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 1.0rem;
    margin-bottom: 0.6rem;
    font-size: 2rem;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Archivo Narrow", Icons;
	font-style: normal;
	line-height: 1.2;
}

.thumbnails .tags {
    margin-top: .8rem;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	font-family: "Archivo Narrow", Icons;
	font-style: normal;
	line-height: 1.2;
}

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

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

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: rgba(0, 0, 0, 0.75);
    line-height: 1;
    font-size: 22px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
	right: 1.5rem /*!site_menu_button*/;
	top: 1.5rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -6px;
    font-size: 24px;
}

#site_menu_button.custom_icon {
	width: 70px;
    height: auto;
}

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(20, 20, 20, 0.95);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: rgba(255, 255, 255, 0.75);
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .4;
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}

/*
 * Shop Button
 */

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

#shop_button.text {
    font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
	font-family: Diatype, Icons;
    padding: 0;
    line-height: 1.3;
	font-style: normal;
}

#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: Diatype, Icons;
	font-size: 1.2rem;
	line-height: 1.2;
	color: rgba(0, 0, 0, 0.75);
    display: block;
    margin-bottom: 1rem;
	font-style: normal;
	font-weight: 400;
}

.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.2rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background: white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: 0.7rem 2.5rem 0.8rem 1rem;
	font-style: normal;
	font-weight: 400;
    color: rgba(0, 0, 0, 0.75);
}

.shop_product .button {
	font-family: Diatype, Icons;
	font-size: 1.3rem;
    background: rgba(0, 0, 0, 0.75);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .9rem 1rem .9rem;
	font-style: normal;
	font-weight: 700;
}

/*
 * 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%;
    margin: 0;
}

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

.quick-view-caption {
	font-family: Diatype, Icons;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3.5rem 0;
    text-align: center;
    font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
    line-height: 1.2;
}

.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 {
    height: 36px;
    width: 36px;
}

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

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 2px;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
}

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

.quick-view-navigation .close-button .outer-color {
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 2px;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    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: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   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: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

/**
 * Feed
 */

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

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}

/*
 * Audio Player
 */

.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: #fff;
    font-size: 1.2rem;
    line-height: 1.2;
	font-family: Diatype, 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(255, 255, 255, 0.5);
}

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

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

/*
 * Nav Page Shadow
 */

[local-style="24420119"] {
    box-shadow: 0px 2px 15px rgb(0 0 0 / 30%);
}

/*
 * Mobile Nav Page Shadow
 */

/* ===== GLASS SETTINGS (edit here to update all glass) ===== */
:root{
  --glass-bg: rgba(200,200,200,0.55);
  --glass-blur: 18px;
  --glass-sat: 170%;
  --glass-border: rgba(255,255,255,0.35);
  --glass-shadow: 0px 8px 30px rgba(0,0,0,0.18);
}


[local-style="24420120"] {
    box-shadow: 0px 2px 15px rgb(0 0 0 / 30%);
}
[local-style="24420120"] {
    box-shadow: 0px 2px 15px rgb(0 0 0 / 30%);
}

#glass-header{
  position: fixed;
  top: 0px !important;
  left: 0px !important;
  right: 0px !important;
  z-index: 999999;

 background: rgba(200,200,200,0.55) !important;
-webkit-backdrop-filter: blur(18px) saturate(170%) !important;
backdrop-filter: blur(18px) saturate(170%) !important;
border: 1px solid rgba(255,255,255,0.35) !important;


  border: 0 !important;

  /* flat top, rounded bottom */
  border-bottom-left-radius: 14px !important;
  border-bottom-right-radius: 14px !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;

  padding: 6px 18px 4px 18px !important;

  box-sizing: border-box !important;

  display: flex !important;
  align-items: center !important;
}

#glass-header .gh-col{
  display: flex;
  align-items: center;
}

#glass-header .left{ justify-content: flex-start; }
#glass-header .center{ justify-content: center; }
#glass-header .right{ justify-content: flex-end; }

#glass-header .gh-link,
#glass-header .gh-text{
  color: rgba(0,0,0,0.85) !important;
  text-decoration: none !important;
  line-height: 1.1 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* force top corners square on any inner elements too */
#glass-header *{
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* mobile: same shape, just a bit more padding */
@media (max-width: 768px){
  #glass-header{
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;

    border-bottom-left-radius: 14px !important;
    border-bottom-right-radius: 14px !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;

    padding: 10px 14px 8px 14px !important;
  }
}


.landing-fullbleed{
  width: 100vw;
  height: 100vh;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.split-landing{
  display: flex;
  width: 100%;
  height: 100%;
}

.split-landing .panel{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease;
}

.split-landing .panel.left{
  background: #000;
  color: #fff;
}

.split-landing .panel.right{
  background: #fff;
  color: #000;
}

.split-landing .panel-title{
  font-size: clamp(34px, 4vw, 64px);
  line-height: 1.05;
  white-space: nowrap;
}

/* STATE SWITCH (this is the only swap logic) */
.split-landing.state-left .panel.left{
  background: #fff;
  color: #000;
}
.split-landing.state-left .panel.right{
  background: #000;
  color: #fff;
}

/* default is right active */
.split-landing.state-right .panel.left{
  background: #000;
  color: #fff;
}
.split-landing.state-right .panel.right{
  background: #fff;
  color: #000;
}

/* mobile: stack */
@media (max-width: 768px){
  .split-landing{ flex-direction: column; }
  .split-landing .panel{ height: 50vh; }
}
/* homepage only: remove Cargo padding/gaps */
.landing-home{
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  margin: 0;
  z-index: 1;
}

/* make the split fill the viewport */
.landing-home .split-landing{
  width: 100%;
  height: 100%;
}

/* center the titles perfectly */
.landing-home .panel{
  display: flex;
  align-items: center;
  justify-content: center;
}

.landing-home .panel-title{
  position: static;
  transform: none;
  top: auto;
  left: auto;
  white-space: nowrap;
}

@media (max-width: 768px){
  .landing-home .split-landing{
    flex-direction: column;
  }
  .landing-home .panel{
    height: 50%;
  }
}

.footer-auto{
  position: fixed !important;
  left: 18px !important;
  bottom: 14px !important;
  z-index: 2147483647 !important;

  display: inline-flex !important;
  gap: 6px !important;
  align-items: center !important;

  white-space: nowrap !important;
  line-height: 1 !important;

  background: transparent !important;
  color: #fff !important;
}

.footer-auto *{
  color: inherit !important;
  background: transparent !important;
  text-shadow: none !important;
}

/* default footer = white everywhere */
.footer-auto{
  position: fixed !important;
  left: 18px !important;
  bottom: 14px !important;
  z-index: 2147483647 !important;

  display: inline-flex !important;
  gap: 6px !important;
  align-items: center !important;

  white-space: nowrap !important;
  line-height: 1 !important;

  background: transparent !important;
  color: #fff !important;
}

.footer-auto *{
  color: inherit !important;
  background: transparent !important;
  text-shadow: none !important;
}

body.footer-dark .footer-auto{
  color: #000 !important;
}


/* ===== MUSIC HERO (FULL REPLACE, SAFE) ===== */
html, body{
  margin:0;
  padding:0;
  overflow-x:hidden;
}

.music-hero{
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  background:#000;
}

.music-hero__bg{
  position: absolute;
  inset: 0;
  z-index: 1;
}

.music-hero__slide{
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 300ms ease;
  will-change: opacity;
  z-index: 1;
}

.music-hero__slide.is-active{
  opacity: 1;
  z-index: 2;
}

.music-hero__slide img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.music-hero__overlay{
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12vh 8vw;
  text-align: center;
  pointer-events: none;

  mix-blend-mode: difference;
  -webkit-mix-blend-mode: difference;
}

.music-hero__title{
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0.92 !important;
  font-size: clamp(44px, 8vw, 110px) !important;
  max-width: min(92vw, 1100px);
  overflow-wrap: anywhere;

  color: #fff !important;
  position: relative !important;
  z-index: 4 !important;
}
/* ===== END MUSIC HERO ===== */






/* desktop: tuck hero under fixed header so no black strip shows */
@media (min-width: 769px){
  .music-hero{
    margin-top: -80px;
    height: calc(var(--vh, 1vh) * 100 + 80px);
  }
}

/* MEDIA ALWAYS FLUID */
.image-gallery img,
.image-gallery video,
[grid-col] img,
[grid-col] video{
  max-width: 100% !important;
  height: auto !important;
  display: block;
}

[grid-col] video{
  width: 100% !important;
}

/* MOBILE FIXES (Cargo mobile mode) */
body.mobile .mc-2up{
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 10px !important;
}

/* ===== 2-UP (mobile) ===== */
body.mobile .mc-2up{
  display: flex !important;
  justify-content: center !important;   /* keeps it centered */
  flex-wrap: nowrap !important;
  gap: 0.1% !important;                  /* your new gap */
}

/* hide spacer columns */
body.mobile .mc-2up > [grid-col="2"]{
  display: none !important;
}

/* two image columns */
body.mobile .mc-2up > [grid-col="4"]{
  width: auto !important;
  flex: 0 0 calc((100% - 1%) / 2) !important;  /* accounts for gap */
  min-width: 0 !important;
}

/* images */
body.mobile .mc-2up img{
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

/* 1-UP centered rows: make them fill width on mobile */
body.mobile .mc-1up{
  display: flex !important;
  justify-content: center !important;
}

body.mobile .mc-1up > [grid-col="x10"]{
  display: none !important; /* hide the 3 Cargo columns */
}

body.mobile .mc-1up > [grid-col="x10"]:nth-child(2){
  display: block !important;
  width: 50% !important;
  max-width: 50% !important;
}

body.mobile .mc-1up img,
body.mobile .mc-1up video{
  width: 100% !important;
  height: auto !important;
  display: block !important;
}
.mc-hr{
  height: 0.5px;
  background: rgba(255, 255, 255, 1);
  width: 100%;
  margin: 28px 0;
}
/* ===== YUNG (gid 17) : slideshow sizing ===== */

/* 1) overall slideshow width (smaller on laptop + centered) */
.image-gallery[gid="17"]{
  max-width: 900px;
  margin: 0 auto;
}

/* 2) stop Cargo from reserving a huge slideshow height */
.image-gallery[gid="17"] .gallery-slideshow,
.image-gallery[gid="17"] .slideshow,
.image-gallery[gid="17"] .slides{
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
}

/* 3) images scale down */
.image-gallery[gid="17"] img{
  display: block;
  width: 100% !important;
  height: auto !important;
}

/* 4) keep arrows vertically centered */
.image-gallery[gid="17"] .prev,
.image-gallery[gid="17"] .next{
  top: 50% !important;
  transform: translateY(-50%) !important;
}

/* Fix slideshow arrow centering */
.image-gallery > gallery-slideshow img,
.image-gallery > gallery-slideshow video,
.image-gallery > gallery-slideshow media-item,
.image-gallery > gallery-slideshow media-item::part(media){
  transform: none !important;
}

/* Bigger slideshow arrows */
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow{
  width: 60px !important;
  height: 60px !important;
}

.image-gallery-navigation .left-arrow svg,
.image-gallery-navigation .right-arrow svg{
  width: 60px !important;
  height: 60px !important;
  transform: scale(1.35) !important;
  transform-origin: center !important;
}

/* Bigger wallpaper arrows (only if you use wallpaper slideshow) */
.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow{
  width: 60px !important;
  height: 60px !important;
}

.wallpaper-navigation .left-arrow svg,
.wallpaper-navigation .right-arrow svg{
  width: 60px !important;
  height: 60px !important;
  transform: scale(1.35) !important;
  transform-origin: center !important;
}

/* ===== GLOBAL CLICK / HOVER FEEDBACK ===== */

/* all links */
a{
  transition: opacity 160ms ease, text-decoration-color 160ms ease;
  cursor: pointer;
}

a:hover{
  opacity: 0.65;
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

/* anything clickable that isn’t an <a> */
button, [role="button"], [onclick]{
  cursor: pointer;
  transition: opacity 160ms ease;
}

button:hover, [role="button"]:hover, [onclick]:hover{
  opacity: 0.65;
}

/* ===== DISABLE ON SPLIT PAGE (uses your existing wrapper class) ===== */
.landing-home a:hover,
.landing-home button:hover,
.landing-home [role="button"]:hover,
.landing-home [onclick]:hover{
  opacity: 1 !important;
  text-decoration: none !important;
}


/* ===== INFO MODAL (glass popup) ===== */
.info-modal{
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
}

.info-modal.is-open{ display:block; }

.info-modal__backdrop{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}

.info-modal__panel{
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(92vw, 720px);
  max-height: min(78vh, 720px);
  transform: translate(-50%, -50%);
  overflow: auto;

background: rgba(200,200,200,0.55) !important;
-webkit-backdrop-filter: blur(18px) saturate(170%) !important;
backdrop-filter: blur(18px) saturate(170%) !important;
border: 1px solid rgba(255,255,255,0.35) !important;
box-shadow: 0px 8px 30px rgba(0,0,0,0.18) !important;


  border-radius: 16px;
  box-shadow: 0px 14px 50px rgba(0,0,0,0.35);

  padding: 18px 18px 16px;
  box-sizing: border-box;
}

.info-modal__close{
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  background: transparent;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.85;
}

.info-modal__close:hover{ opacity: 0.6; }


/* ===== INFO POPUP TYPOGRAPHY ===== */

/* Title = H1 */
.info-modal__content h2{
  font-family: "Diatype Variable", Icons !important;
  padding: 0 !important;
  margin: 0 0 14px 0 !important;

  font-size: 3.0rem !important;
  line-height: 1 !important;
  color: rgba(255, 255, 255, 1) !important;

  letter-spacing: 0rem !important;
  font-style: normal !important;
  font-weight: 800 !important;
  font-variation-settings: 'slnt' 0, 'MONO' 0 !important;
}

/* Body = Cargo Small (S) */
.info-modal__content p,
.info-modal__content a,
.info-modal__content li{
  font-size: 1.3rem !important;
  line-height: 1.2 !important;
  font-family: "Diatype Variable", Icons !important;
  font-style: normal !important;
  font-weight: 400 !important;
  color: rgb(255, 255, 255) !important;
  letter-spacing: 0 !important;
  font-variation-settings: 'slnt' 0, 'MONO' 0 !important;
}

/* paragraph spacing */
.info-modal__content p{
  margin: 0 0 10px 0 !important;
}

@media (max-width: 768px){
  /* bigger text only on mobile */
  .info-modal__content h2{ font-size: 2.6rem !important; }
  .info-modal__content p,
  .info-modal__content a,
  .info-modal__content li{ font-size: 1.5rem !important; }

  /* taller modal on mobile */
  .info-modal__panel{
    top: 50% !important;
    width: min(72vw, 720px) !important;
    max-height: 56vh !important;
    padding: 22px 18px 18px !important;
  }
}

.about-top-pad{ height: 25px; }
@media (max-width: 768px){
  .about-top-pad{ height: 32px; }
}

/* ABOUT only: tighter divider spacing */
.about-page .mc-hr{
  margin: 18px 0 !important;
}

@media (max-width: 768px){
  .about-page .mc-hr{
    margin: 14px 0 !important;
  }
}

/* ===== INFO MODAL: FORCE HIDDEN BY DEFAULT (prevents auto-open glitch) ===== */
.info-modal{ display: none !important; }
.info-modal.is-open{ display: block !important; }


/* ===== SPLIT PAGE: match Music/Culture title font ===== */
.landing-home .panel-title{
  font-family: "Diatype Variable", Icons !important;
  font-weight: 800 !important;
  font-style: normal !important;
  letter-spacing: 0 !important;
  font-variation-settings: 'slnt' 0, 'MONO' 0, 'wght' 800 !important;
}

/* ===== SPLIT FOOTER COLOR TOGGLE ===== */
.footer-auto{ color:#fff !important; }
.footer-auto *{ color: inherit !important; }

body.footer-dark .footer-auto{ color:#000 !important; }
body.footer-dark .footer-auto *{ color:#000 !important; }

/* ===== MUSIC PAGE FOOTER (FORCED WHITE) ===== */
.footer-music{
  position: fixed !important;
  left: 18px !important;
  bottom: 14px !important;
  z-index: 2147483647 !important;

  display: inline-flex !important;
  gap: 6px !important;
  align-items: center !important;

  white-space: nowrap !important;
  line-height: 1 !important;

  background: transparent !important;
  color: #fff !important;
}

.footer-music *{
  color: #fff !important;
  background: transparent !important;
  text-shadow: none !important;
}

/* ===== PASSWORD CSS TEST (UNMISSABLE) ===== */
body.password_protected::before{
  content: "PASSWORD CSS LOADED";
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 2147483647;
  padding: 10px 12px;
  background: #ff0000;
  color: #fff;
  font: 700 14px/1.2 "Diatype Variable", Icons, sans-serif;
  border-radius: 10px;
}

.gallery-vimeo{
  position:relative;
  width:100%;
  aspect-ratio:4/5;
  overflow:hidden;
}

.gallery-vimeo iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  pointer-events:none;
}


