/**
 * Content
 */

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

a:active {
	opacity: 0.7;
}

.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(127, 127, 127, 0.2);
	border: 0;
	height: 1px;
	display: block;
}

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

.gallery_image_caption {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
	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
 */

[data-predefined-style="true"] bodycopy {
	font-size: 2rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	font-family: Standard, Icons;
	font-style: normal;
	line-height: 1.3;
}

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

[data-predefined-style="true"] bodycopy a:hover {color: #0008ff;

}

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: Rubik, Icons;
	padding: 0;
	margin: 0;
	font-size: 2.7rem;
	line-height: 1.1;
	color: rgba(255, 255, 255, 1);
	font-style: normal;
	font-weight: 700;
	}

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

[data-predefined-style="true"] h2 {
	font-family: Standard, Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(255, 255, 255, 1);
	font-size: 2.5rem;
	line-height: 0.6;
	}

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

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.6;
	font-family: Standard, Icons;
	letter-spacing: .1rem;
	font-style: normal;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
}

[data-predefined-style="true"] small a {
	color: rgba(255, 255, 255, 1);
	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: #000/*!body_bgcolor*/;
}

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

[data-css-preset] .content_padding {
	padding-top: 2rem /*!main_margin*/;
	padding-bottom: 2rem /*!main_margin*/;
	padding-left: 2rem /*!main_margin*/;
	padding-right: 2rem /*!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: transparent/*!thumbnails_bgcolor*/;   
}

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

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

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

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

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1rem/*!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: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.3;
}

.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: "Neue Haas Grotesk", 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 Button
 */

[data-css-preset] #site_menu_button {
    color: rgba(255, 205, 69, 0.84);
    line-height: 1;
    font-size: 28px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
    background: rgba(255, 205, 69, 0.81);
    position: fixed;
    top: 3rem /*!site_menu_button*/;
	right: 3rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -4px;
    font-size: 42px;
}

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

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: "Neue Haas Grotesk", Icons;
	background: rgba(255, 205, 69, 0.94);
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	padding: 90px 30px 90px 30px;
    width: 100%;
	max-width: 100px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

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

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

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

#site_menu a:active {
	opacity: 3.2;
}

#site_menu a.active {
	opacity: 1.5;
}

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

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

#site_menu .break {
	height: 50px;
}

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

/*
 * 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: "Neue Haas Grotesk", 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: "Neue Haas Grotesk", Icons;
	font-size: 2rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
}

.shop_product .dropdown {
    font-family: "Neue Haas Grotesk", 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: "Neue Haas Grotesk", 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: 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(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;
    margin: 2rem 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: 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;
}






.cookie-banner {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  z-index: 99999;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 20px;
  font-family: Arial, sans-serif;
}

.cookie-box {
  background: white;
  color: black;
  width: 100%;
  max-width: 620px;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 40px rgba(0,0,0,.2);
}

.cookie-box h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
}

.cookie-box p {
  line-height: 1.5;
  margin-bottom: 20px;
}

.cookie-options {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cookie-actions button,
.cookie-settings {
  border: 1px solid black;
  background: white;
  color: black;
  padding: 10px 14px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 14px;
}

#accept-cookies {
  background: black;
  color: white;
}

.cookie-settings {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 99998;
}

@media (max-width: 640px) {
  .cookie-actions {
    flex-direction: column;
  }

  .cookie-actions button {
    width: 100%;
  }
}

.cookie-banner[hidden] {
  display: none !important;
}

.global-footer {
  position: fixed;
  bottom: 1.4rem;
  left: 1.4rem;
  right: 1.4rem;

  z-index: 99999;

  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;

  font-family: "Neue Haas Grotesk", Icons;
  font-size: 1.1rem;
  letter-spacing: 0.02em;

  pointer-events: auto;
}



.global-footer {
  overflow: visible;
}

.global-footer::after {
  content: "";

  position: absolute;
  inset: -1rem;

  background: linear-gradient(
    to top,
    rgba(255,255,255,0.04),
    rgba(255,255,255,0)
  );

  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);

  border-radius: 1.4rem;

  pointer-events: none;

  z-index: -1;
}





.global-footer a,
.global-footer button,
.global-footer span {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0;

  color: white !important;
  text-decoration: none;

  opacity: 0.55;

  transition: opacity 120ms ease;

  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.global-footer button {
  cursor: pointer;
  justify-self: start;
  text-align: left;
}

.global-footer span {
  justify-self: center;
  text-align: center;
}

.global-footer-right {
  justify-self: end;

  display: flex;
  gap: 1.2rem;
  align-items: center;
}

.global-footer a:hover,
.global-footer button:hover {
  opacity: 1;
}


@media (max-width: 768px) {

  .global-footer {
    grid-template-columns: 1fr;
    gap: 0.4rem;

    font-size: 0.9rem;

    left: 1rem;
    right: 1rem;
    bottom: 1rem;
  }

  .global-footer button,
  .global-footer span,
  .global-footer-right {
    justify-self: start;
    text-align: left;
  }

  .global-footer-right {
    gap: 0.8rem;
    flex-wrap: wrap;
  }
}







.global-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;

  z-index: 99990;

  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: start;

  padding: 2.2rem 3.8rem 1.6rem 3.8rem;

  transition:
    background 180ms ease,
    backdrop-filter 180ms ease,
    padding 180ms ease;

  pointer-events: none;
}

.global-header.scrolled {
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border-bottom: 1px solid rgba(255,255,255,0.08);

  padding-top: 1.4rem;
  padding-bottom: 1.2rem;
}

.global-header::after {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0.04),
    rgba(255,255,255,0)
  );

  pointer-events: none;
}

.global-logo,
.global-nav,
.header-newsletter-button {
  pointer-events: auto;
}

.global-logo {
  justify-self: start;
}

.global-logo img {
  display: block;
  width: 15rem;
  max-width: 18vw;
  height: auto;

  transition: width 180ms ease;
}

.global-header.scrolled .global-logo img {
  width: 11rem;
}

.header-newsletter-button {
  justify-self: center;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0.75rem 1.45rem;

  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.55);

  background: rgba(255,255,255,0.06);

  color: white !important;
  text-decoration: none !important;

  font-family: "Neue Haas Grotesk", Icons;
  font-size: 0.9rem;
  line-height: 1;
  letter-spacing: 0.02em;

  white-space: nowrap;
  opacity: 1;
}

.header-newsletter-button:hover {
  background: rgba(255,255,255,0.13);
  border-color: rgba(255,255,255,0.85);
}

.global-nav {
  justify-self: end;

  display: flex;
  flex-direction: column;
  align-items: flex-end;

  font-family: "Neue Haas Grotesk", Icons;
  font-size: 1.3rem;
  line-height: 1.45;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.global-nav a {
  color: white !important;
  text-decoration: none;
  opacity: 1;
}

.global-nav a:hover {
  color: #0008ff !important;
}

@media (max-width: 768px) {

  .global-header {
    padding: 2.8rem 1.2rem 1.2rem 1.2rem;

    grid-template-columns: 7rem 1fr 7rem;
    align-items: start;
    column-gap: 0.6rem;
  }

  .global-logo {
    grid-column: 1;
    justify-self: start;
  }

  .global-logo img {
    width: 7rem;
    max-width: none;
  }

  .header-newsletter-button {
    grid-column: 2;
    justify-self: center;
    align-self: start;

    padding: 0.55rem 0.75rem;

    max-width: 11rem;

    font-size: 0.62rem;
    line-height: 1.15;
    text-align: center;
    white-space: normal;
  }

  .global-nav {
    grid-column: 3;
    justify-self: end;
    align-self: start;

    display: flex;
    flex-direction: column;
    align-items: flex-end;

    gap: 0;
    max-width: none;
  }

  .global-nav a {
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    line-height: 1.28;
    text-align: right;
  }
}
    /* MOBILE MENU */

.mobile-menu-toggle {
  display: none;
}

.mobile-menu-overlay {
  display: none;
}

@media (max-width: 768px) {

  .global-nav,
  .header-newsletter-button {
    display: none !important;
  }

  .mobile-menu-toggle {
    position: fixed;
    top: 2.8rem;
    right: 1.2rem;
    z-index: 1000001;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    width: 2.1rem;
    height: 1.45rem;

    padding: 0;
    border: 0;
    background: transparent;

    cursor: pointer;
  }

  .mobile-menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;

    background: white;
    border-radius: 999px;
  }

  .mobile-menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 1000000;

    display: flex;
    flex-direction: column;

    padding: 2rem 1.4rem 1.4rem 1.4rem;

    background: rgba(198, 59, 50, 0.96);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition: opacity 180ms ease, visibility 180ms ease;
  }

  .mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .mobile-menu-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .mobile-menu-top img {
    width: 8rem;
    height: auto;
  }

  .mobile-menu-close {
    appearance: none;
    border: 0;
    background: transparent;

    color: white;

    font-family: "Neue Haas Grotesk", Icons;
    font-size: 3.2rem;
    line-height: 0.8;

    cursor: pointer;
  }

  .mobile-menu-nav {
    margin-top: 10rem;

    display: flex;
    flex-direction: column;
    gap: 0.65rem;
  }

  .mobile-menu-nav a {
    color: white !important;
    text-decoration: none !important;

    font-family: "Neue Haas Grotesk", Icons;
    font-size: 3.2rem;
    line-height: 0.95;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }

  .mobile-menu-contact {
    margin-top: auto;
    margin-bottom: 2rem;
  }

  .mobile-menu-contact p,
  .mobile-menu-contact a {
    margin: 0;

    color: white !important;
    text-decoration: none !important;

    font-family: "Neue Haas Grotesk", Icons;
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .mobile-menu-contact a {
    border-bottom: 1px solid rgba(255,255,255,0.55);
    padding-bottom: 0.18rem;
  }

  .mobile-menu-footer {
    border-top: 1px solid rgba(255,255,255,0.35);
    padding-top: 1.1rem;

    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 0.8rem;

    align-items: start;
  }

  .mobile-menu-footer button,
  .mobile-menu-footer a,
  .mobile-menu-footer span {
    appearance: none;
    background: transparent;
    border: 0;
    padding: 0;

    color: white !important;
    text-decoration: none !important;

    font-family: "Neue Haas Grotesk", Icons;
    font-size: 0.72rem;
    line-height: 1.35;
    letter-spacing: 0.01em;
  }

  .mobile-menu-footer button {
    cursor: pointer;
    text-align: left;
  }

  .mobile-menu-footer span {
    text-align: center;
  }

  .mobile-menu-footer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.5rem;
  }
    
  .mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-menu-overlay.active ~ .mobile-menu-toggle {
  display: none;
}
    @media (max-width: 768px) {

  .mobile-menu-toggle {
    top: 1.8rem;

    right: 0.8rem;

    width: 4.5rem;
    height: 4.5rem;

    padding: 1.2rem;

    justify-content: center;
    gap: 0.32rem;
  }

  .mobile-menu-toggle span {
    height: 2.5px;
  }

  .mobile-menu-top img {
    width: 10rem;
  }
        @media (max-width: 768px) {

  .mobile-menu-toggle {
    top: 2rem !important;
    right: 1.2rem !important;

    width: 4.8rem !important;
    height: 4.8rem !important;

    padding: 1rem !important;

    gap: 0.45rem !important;
  }

  .mobile-menu-toggle span {
    width: 3.2rem !important;
    height: 3px !important;
  }

  .global-logo img {
    width: 9rem !important;
    max-width: none !important;
  }

  .mobile-menu-top img {
    width: 11rem !important;
  }
@media (max-width: 768px) {

  .mobile-menu-close {
    width: 4.8rem !important;
    height: 4.8rem !important;

    display: flex !important;
    align-items: center;
    justify-content: center;

    font-size: 4rem !important;
    line-height: 1 !important;

    padding: 0 !important;

    border-radius: 999px;
  }

  @media (max-width: 768px) {

  .mobile-newsletter-button {
    margin-top: 5rem;

    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;

    width: fit-content;

    padding: 1rem 1.4rem;

    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.55);

    background: rgba(255,255,255,0.08);

    color: white !important;
    text-decoration: none !important;

    font-family: "Neue Haas Grotesk", Icons;

    font-size: 1.2rem;
    line-height: 1.35;

    letter-spacing: 0.01em;

    white-space: normal;
  }

}
    .event-pill {
  display: inline-flex;
  align-items: center;

  width: fit-content;

  padding: 0.55rem 1rem;
  margin-top: 0.35rem;

  border: 1px solid rgba(255,255,255,0.45);
  border-radius: 999px;

  background: rgba(255,255,255,0.05);

  color: white !important;
  text-decoration: none !important;

  transition:
    background 140ms ease,
    border-color 140ms ease,
    transform 140ms ease;
}


    
}
        
        }

}
    
    
    
}

/* EVENT BUTTONS — desktop + mobile */

.event-pill {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;

  padding: 0.55rem 1rem !important;
  margin-top: 0.35rem !important;

  border: 1px solid rgba(255,255,255,0.45) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,0.05) !important;

  color: white !important;
  text-decoration: none !important;
}

.event-pill:hover {
  background: rgba(255,255,255,0.13) !important;
  border-color: rgba(255,255,255,0.8) !important;
  transform: translateY(-1px);
}
    
  
    