/**
 * Content
 */

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

a:active {
color: rgba(0, 0, 0, 1);
}

.page a.active {
	opacity: .4;
}

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 1em;
}

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

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

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

.gallery_image_caption {
    margin-top: 0.0rem;
    margin-bottom: 0.0rem;
    font-size: 0.8rem;
	font-weight: 700;
	color: rgba(0, 0, 0, 1);
	font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
	line-height: 1.4;	
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

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

[data-predefined-style="true"] bodycopy a {
	color: rgba(0, 0, 0, 1);
	padding-bottom: 0.1em;
	border-bottom: 0.0em solid rgba(0, 0, 0, 1);
}

[data-predefined-style="true"] bodycopy a:hover {
	color: rgb(0, 0, 0);
	padding-bottom: 0.1em;
	border-bottom: 0.0em solid rgba(0, 0, 0, 1);
}

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: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	font-size: 2.2rem;
	line-height: 1.1;
	color: rgba(0, 0, 0, 1);
	}

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

[data-predefined-style="true"] h2 {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 1);
	font-size: 1rem;
	line-height: 1.2;
	}

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

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

[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;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

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

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

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

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


[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: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/;   
}

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

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

[data-css-preset] [thumbnails-gutter] {
    margin: 0rem/*!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 {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: .3rem;
    font-size: 1.8rem;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.85);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.1;
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.2;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(0, 0, 0, 0.35);
    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: 28px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
    top: 2rem /*!site_menu_button*/;
	right: 2rem /*!site_menu_button*/;
}

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

#site_menu_button.custom_icon {
	width: 40px;
    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: 2rem /*!shop_button*/;
	right: 2rem /*!shop_button*/;
}

#shop_button.text {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 2rem;
    padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
}

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

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

/*
 * 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 2.5rem .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, 0.7);
    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: 0rem /*!quick_view_padding*/;
    padding-bottom: 0rem /*!quick_view_padding*/;
    padding-left: 0rem /*!quick_view_padding*/;
    padding-right: 0rem /*!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, 0.85) /*!quick_view_bgcolor*/;
}

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

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,.5);
    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: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

.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: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

/**
 * 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: 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.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;
}






a {
    text-decoration: none;
}

a:active, 
a:focus, 
a:hover {
    text-decoration: none;
}

.page a.active {
    text-decoration: none;
    opacity: 1; /* Ensure it is fully visible if needed */
}

thumbnails .tags a {
    text-decoration: none;
    border-bottom: none;
}


[local-style="37468928"]{
	mix-blend-mode: difference;
    z-index: 10000;
}

[local-style="37469912"]{
	mix-blend-mode: difference;
    z-index: 10000;
}

[local-style="37470354"]{
	mix-blend-mode: difference;
    z-index: 10000;
}
[local-style="37470356"]{
	mix-blend-mode: difference;
    z-index: 10000;
}


[local-style="37471744"]{
	mix-blend-mode: difference;
    z-index: 10000;
}


[local-style="37470086"]{
	mix-blend-mode: difference;
    z-index: 10000;
}


[local-style="37471776"]{
	mix-blend-mode: difference;
    z-index: 10000;
}


[local-style="37471926"]{
	mix-blend-mode: difference;
    z-index: 10000;
}


[local-style="37471939"]{
	mix-blend-mode: difference;
    z-index: 10000;
}

[local-style="37471943"]{
	mix-blend-mode: difference;
    z-index: 10000;
}

[local-style="37471948"]{
	mix-blend-mode: difference;
    z-index: 10000;
}


[local-style="37474428"]{
	mix-blend-mode: difference;
    z-index: 10000;
}

[local-style="37470405"]{
	mix-blend-mode: difference;
    z-index: 10000;
}


[local-style="37474813"]{
	mix-blend-mode: difference;
    z-index: 10000;
}

[local-style="37474860"]{
	mix-blend-mode: difference;
    z-index: 10000;
}

[local-style="37475260"]{
	mix-blend-mode: difference;
    z-index: 10000;
}


[local-style="37499205"]{
	mix-blend-mode: difference;
    z-index: 10000;
}


[local-style="37499207"]{
	mix-blend-mode: difference;
    z-index: 10000;
}


[local-style="37501650"]{
	mix-blend-mode: difference;
    z-index: 10000;
}

[local-style="37504856"]{
	mix-blend-mode: difference;
    z-index: 10000;
}

[local-style="37504888"]{
	mix-blend-mode: difference;
    z-index: 10000;
}

[local-style="37526595"]{
	mix-blend-mode: difference;
    z-index: 10000;
}

[local-style="37526597"]{
	mix-blend-mode: difference;
    z-index: 10000;
}

[local-style="37526599"]{
	mix-blend-mode: difference;
    z-index: 10000;
}

[local-style="37562554"]{
	mix-blend-mode: difference;
    z-index: 10000;
}

[local-style="37566164"]{
	mix-blend-mode: difference;
    z-index: 10000;
}

[local-style="37567054"]{
	mix-blend-mode: difference;
    z-index: 10000;
}

[local-style="37568040"]{
	mix-blend-mode: difference;
    z-index: 10000;
}





.my_grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr; /* 3 columns desktop */
	gap: 0;
	margin: 0;
	padding: 0;
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 700;
}

.my_grid img,
.my_grid video {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	display: block;
	border: none;
	margin: 0;
	padding: 0;
}

.my_grid a {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1; /* Desktop: square */
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.my_grid a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(8px);
	opacity: 0;
	transition: opacity 0.4s ease;
	z-index: 1;
	pointer-events: none;
}

.my_grid a:hover::before,
.my_grid a.active::before {
	opacity: 1;
}

.my_grid small {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	mix-blend-mode: difference;
	font-size: 1.2rem;
	font-family: "Neue Haas Grotesk", Icons;
	line-height: 1.4;
	opacity: 0;
	transition: opacity 0.3s ease-out;
	z-index: 2;
	pointer-events: none;
	padding: 20px;
	flex-direction: column;
	font-weight: 700;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

.my_grid a:hover > small,
.my_grid a.active > small {
	opacity: 1;
}

/* Italic Bold first line */
.my_grid small strong.italic-bold {
	font-style: italic;
	font-weight: 700;
	display: block;
	mix-blend-mode: difference;
}

/* Bold second line */
.my_grid small span.bold {
	font-style: normal;
	font-weight: 700;
	display: block;
	mix-blend-mode: difference;
}

/* Mobile: 2 columns, portrait 9:16 */
@media screen and (max-width: 770px) {
	.my_grid {
		grid-template-columns: 1fr 1fr;
	}

	.my_grid a {
		aspect-ratio: 9 / 16; /* Mobile: tall portrait */
	}

	.my_grid small {
		font-size: 12px;
		padding: 12px;
	}
}




















.my_grid_alt {
	display: grid;
	grid-template-columns: 1fr; /* Only one column, full-width */
	gap: 0;
	margin: 0;
	padding: 0;
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	width: 100vw;
	font-weight: 700;
}

.my_grid_alt a {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	margin: 0;
	padding: 0;
	display: block;
}

/* Add full-cover blur overlay to fix corner blur issue */
.my_grid_alt a::after {
	content: '';
	position: absolute;
	inset: 0;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	z-index: 1;
	pointer-events: none;
}

/* Remove default overlay blur layer */
.my_grid_alt a::before {
	display: none;
}

.my_grid_alt video,
.my_grid_alt img {
	width: 100% !important;
	height: 100vh !important;
	object-fit: cover;
	display: block;
	border: none;
	margin: 0;
	padding: 0;
	filter: none;
	transition: filter 0.5s ease;
	position: relative;
	z-index: 0;
}

/* Unblur video/image on hover */
.my_grid_alt a:hover::after,
.my_grid_alt a.active::after {
	backdrop-filter: blur(0);
	-webkit-backdrop-filter: blur(0);
}

/* Text overlay */
.my_grid_alt small {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0);
	color: #fff;
	mix-blend-mode: difference; /* Apply blend mode */
	font-size: 1.2rem;
	font-family: "Neue Haas Grotesk", Icons;
	font-style: oblique;
	line-height: 1.3;
	opacity: 0;
	filter: blur(6px);
	transition:
		opacity 0.3s ease-out,
		filter 0.5s ease-out;
	z-index: 2;
	pointer-events: none;
	padding: 20px;
	text-align: center;
	font-weight: 700;
	white-space: nowrap; /* Keep text on a single line */
}

.my_grid_alt a:hover > small,
.my_grid_alt a.active > small {
	opacity: 1;
	filter: blur(0px);
}

/* Bold and regular inline styles */
.my_grid_alt small strong {
	font-weight: 700;
	mix-blend-mode: difference;
}

.my_grid_alt small span {
	font-weight: 700;
	color: #fff;
	mix-blend-mode: difference;
	margin-left: 0.4em;
}

/* Mobile responsive tweaks */
@media screen and (max-width: 770px) {
	.my_grid_alt small {
		font-size: 13px;
		padding: 13px;
		white-space: normal; /* Allow wrapping on smaller screens */
	}
}










body[data-pid="37473777"] {
	background-color: white;
	animation: fadeToBlack 30s forwards;
}

@keyframes fadeToBlack {
	from {
		background-color: white;
	}
	to {
		background-color: black;
	}
}







.im_wrapper {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  background: transparent;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center; /* changed from flex-start to center */
  padding: 2rem 1.5rem;
  box-sizing: border-box;
}

.im_wrapper h1 {
  font-size: 2.2rem;
  font-family: "Neue Haas Grotesk", Icons;
  line-height: 1.2;
  margin: 0.1rem auto; /* centers the h1 block */
  color: white;
  position: relative;
  z-index: 2;
  cursor: pointer;
  transition: color 0.3s ease;
  text-align: center; /* changed from left to center */
  width: 100%;
  max-width: 800px;
}


.im_wrapper h1 a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.im_wrapper:hover h1 a {
  color: #808080;
}

.im_wrapper h1:hover a {
  color: white !important;
}

.background_video video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: 0;
  transition: filter 3s ease;
}

.hover_im {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  display: none;
  pointer-events: none;
}

.hover_im video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(8px);
  transition: filter 3s ease;
}

/* HOVER LOGIC FOR NUMBERS 1–50 */
.hover_1:hover ~ .video_1,
.hover_2:hover ~ .video_2,
.hover_3:hover ~ .video_3,
.hover_4:hover ~ .video_4,
.hover_5:hover ~ .video_5,
.hover_6:hover ~ .video_6,
.hover_7:hover ~ .video_7,
.hover_8:hover ~ .video_8,
.hover_9:hover ~ .video_9,
.hover_10:hover ~ .video_10,
.hover_11:hover ~ .video_11,
.hover_12:hover ~ .video_12,
.hover_13:hover ~ .video_13,
.hover_14:hover ~ .video_14,
.hover_15:hover ~ .video_15,
.hover_16:hover ~ .video_16,
.hover_17:hover ~ .video_17,
.hover_18:hover ~ .video_18,
.hover_19:hover ~ .video_19,
.hover_20:hover ~ .video_20,
.hover_21:hover ~ .video_21,
.hover_22:hover ~ .video_22,
.hover_23:hover ~ .video_23,
.hover_24:hover ~ .video_24,
.hover_25:hover ~ .video_25,
.hover_26:hover ~ .video_26,
.hover_27:hover ~ .video_27,
.hover_28:hover ~ .video_28,
.hover_29:hover ~ .video_29,
.hover_30:hover ~ .video_30,
.hover_31:hover ~ .video_31,
.hover_32:hover ~ .video_32,
.hover_33:hover ~ .video_33,
.hover_34:hover ~ .video_34,
.hover_35:hover ~ .video_35,
.hover_36:hover ~ .video_36,
.hover_37:hover ~ .video_37,
.hover_38:hover ~ .video_38,
.hover_39:hover ~ .video_39,
.hover_40:hover ~ .video_40,
.hover_41:hover ~ .video_41,
.hover_42:hover ~ .video_42,
.hover_43:hover ~ .video_43,
.hover_44:hover ~ .video_44,
.hover_45:hover ~ .video_45,
.hover_46:hover ~ .video_46,
.hover_47:hover ~ .video_47,
.hover_48:hover ~ .video_48,
.hover_49:hover ~ .video_49,
.hover_50:hover ~ .video_50,
.hover_51:hover ~ .video_51,
.hover_52:hover ~ .video_52,
.hover_53:hover ~ .video_53,
.hover_54:hover ~ .video_54,
.hover_55:hover ~ .video_55,
.hover_56:hover ~ .video_56,
.hover_57:hover ~ .video_57,
.hover_58:hover ~ .video_58,
.hover_59:hover ~ .video_59,
.hover_60:hover ~ .video_60,
.hover_61:hover ~ .video_61,
.hover_62:hover ~ .video_62,
.hover_63:hover ~ .video_63,
.hover_64:hover ~ .video_64,
.hover_65:hover ~ .video_65,
.hover_66:hover ~ .video_66,
.hover_67:hover ~ .video_67,
.hover_68:hover ~ .video_68,
.hover_69:hover ~ .video_69,
.hover_70:hover ~ .video_70 {
  display: block;
}

.hover_1:hover ~ .video_1 video,
.hover_2:hover ~ .video_2 video,
.hover_3:hover ~ .video_3 video,
.hover_4:hover ~ .video_4 video,
.hover_5:hover ~ .video_5 video,
.hover_6:hover ~ .video_6 video,
.hover_7:hover ~ .video_7 video,
.hover_8:hover ~ .video_8 video,
.hover_9:hover ~ .video_9 video,
.hover_10:hover ~ .video_10 video,
.hover_11:hover ~ .video_11 video,
.hover_12:hover ~ .video_12 video,
.hover_13:hover ~ .video_13 video,
.hover_14:hover ~ .video_14 video,
.hover_15:hover ~ .video_15 video,
.hover_16:hover ~ .video_16 video,
.hover_17:hover ~ .video_17 video,
.hover_18:hover ~ .video_18 video,
.hover_19:hover ~ .video_19 video,
.hover_20:hover ~ .video_20 video,
.hover_21:hover ~ .video_21 video,
.hover_22:hover ~ .video_22 video,
.hover_23:hover ~ .video_23 video,
.hover_24:hover ~ .video_24 video,
.hover_25:hover ~ .video_25 video,
.hover_26:hover ~ .video_26 video,
.hover_27:hover ~ .video_27 video,
.hover_28:hover ~ .video_28 video,
.hover_29:hover ~ .video_29 video,
.hover_30:hover ~ .video_30 video,
.hover_31:hover ~ .video_31 video,
.hover_32:hover ~ .video_32 video,
.hover_33:hover ~ .video_33 video,
.hover_34:hover ~ .video_34 video,
.hover_35:hover ~ .video_35 video,
.hover_36:hover ~ .video_36 video,
.hover_37:hover ~ .video_37 video,
.hover_38:hover ~ .video_38 video,
.hover_39:hover ~ .video_39 video,
.hover_40:hover ~ .video_40 video,
.hover_41:hover ~ .video_41 video,
.hover_42:hover ~ .video_42 video,
.hover_43:hover ~ .video_43 video,
.hover_44:hover ~ .video_44 video,
.hover_45:hover ~ .video_45 video,
.hover_46:hover ~ .video_46 video,
.hover_47:hover ~ .video_47 video,
.hover_48:hover ~ .video_48 video,
.hover_49:hover ~ .video_49 video,
.hover_50:hover ~ .video_50 video,
.hover_51:hover ~ .video_51 video,
.hover_52:hover ~ .video_52 video,
.hover_53:hover ~ .video_53 video,
.hover_54:hover ~ .video_54 video,
.hover_55:hover ~ .video_55 video,
.hover_56:hover ~ .video_56 video,
.hover_57:hover ~ .video_57 video,
.hover_58:hover ~ .video_58 video,
.hover_59:hover ~ .video_59 video,
.hover_60:hover ~ .video_60 video,
.hover_60:hover ~ .video_60 video,
.hover_61:hover ~ .video_61 video,
.hover_62:hover ~ .video_62 video,
.hover_63:hover ~ .video_63 video,
.hover_64:hover ~ .video_64 video,
.hover_65:hover ~ .video_65 video,
.hover_66:hover ~ .video_66 video,
.hover_67:hover ~ .video_67 video,
.hover_68:hover ~ .video_68 video,
.hover_69:hover ~ .video_69 video,
.hover_70:hover ~ .video_70 video {
  filter: blur(0);
}


/* Style for the category label under each title */
h2 {
  margin: 0 0 0.3em 0;
  font-size: 0.85rem;
  line-height: 1rem;
  color: #333; /* Adjust color as needed */
}

h2 sub {
  position: relative;
  bottom: -0.2em; /* moves text slightly down */
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #555; /* Slightly lighter or your brand color */
  pointer-events: none; /* prevents interference with hover */
}

/* Make sure the label stays visible on hover */
.hover_1:hover ~ h2,
.hover_2:hover ~ h2,
.hover_3:hover ~ h2,
.hover_4:hover ~ h2,
.hover_5:hover ~ h2,
.hover_6:hover ~ h2,
.hover_7:hover ~ h2,
.hover_8:hover ~ h2,
.hover_9:hover ~ h2,
.hover_10:hover ~ h2,
.hover_11:hover ~ h2,
.hover_12:hover ~ h2,
.hover_13:hover ~ h2,
.hover_14:hover ~ h2,
.hover_15:hover ~ h2,
.hover_16:hover ~ h2,
.hover_17:hover ~ h2,
.hover_18:hover ~ h2 {
  visibility: visible !important;
  opacity: 1 !important;
}

.hover_im {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  display: none;
  pointer-events: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.hover_im video {
  position: absolute; /* added */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* center */
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain; /* or 'cover' if cropping is acceptable */
  filter: blur(8px);
  transition: filter 3s ease;
  z-index: 1;
}


/* Container stays fullscreen and on top */
.hover_im {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

/* Image fills screen, keeps ratio, centered */
.hover_im img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain; /* Or 'cover' if you want fullscreen fill with cropping */
  filter: blur(8px);
  transition: filter 3s ease;
}
.hover_12:hover ~ .image_12 {
  display: block;
}

.hover_12:hover ~ .image_12 img {
  filter: blur(0);
}



.video-container {
  max-width: 85vw;
  max-height: 85vh;
  aspect-ratio: 16 / 9;
  margin: 2rem auto; /* Center the video horizontally with spacing */
  position: relative;
}

.video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .video-container {
    max-width: 88vw;     /* Take up more screen width on mobile */
    margin: 1rem auto;   /* Less vertical spacing */
  }
}

@media (max-width: 768px) {
  .im_wrapper h1 {
    font-size: 1.8rem; /* or adjust to your preference */
  }
}



