.image-gallery .image-gallery-navigation.hidden {
   opacity: 1;
}


#toolset {
	display: none;
}

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

a {
			text-decoration: none;
			font-weight: 500;
			color: purple;
			cursor: hand;
		}
		
		a#offButton {
			font-weight: 800;
		}

a:active {
	opacity: 0.7;
}

a#onButton, a#offButton {
	cursor: hand;
}

.page a.active {
	
}

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

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

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

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

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.4rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.75);
	font-family: "Diatype Variable", Icons;
	font-style: normal;
	line-height: 1.2;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(34, 0, 255, 0.75);
	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: "Favorit Variable", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 5.2rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.75);
    letter-spacing: -0.05rem;
	font-variation-settings: 'slnt' 0;
}

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

[data-predefined-style="true"] h2 {
	font-family: "Diatype Variable", Icons;
	font-style: normal;
	font-weight: 500;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.75);
	font-size: 2.4rem;
	line-height: 1.2;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

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

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.1rem;
	line-height: 1.3;
	font-family: "Monument Grotesk Semi-Mono Variable", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
	font-variation-settings: 'slnt' 0, 'MONO' 0.5;
}

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

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

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

[data-css-preset] [thumbnails-gutter] {
    margin: -3rem/*!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.0rem;
    margin-bottom: 0rem;
    font-size: 1.4rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
	font-family: Diatype, Icons;
	font-style: normal;
	line-height: 1.5;
}

.thumbnails .tags {
    margin-top: .8rem;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
	font-family: "Monument Grotesk Mono", Icons;
	font-style: normal;
	line-height: 1.3;
}

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

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

/**
 * Site Menu Button
 */

[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: 3rem /*!site_menu_button*/;
	left: 3rem /*!site_menu_button*/;
}

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

#site_menu_button.custom_icon {
	width: 100px;
    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.4rem;
	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.4rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,0.75);
    background:  white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 2.5rem .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.4rem;
    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.3;
    padding: .8rem 1rem .8rem;
	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(255, 255, 255, 1) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
	font-family: "Monument Grotesk Semi-Mono", 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.1rem;
	font-style: normal;
	font-weight: 400;
    line-height: 1.3;
}

.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: 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;
    /* Change height/width together to scale */
    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 {

   /* Change height/width together to scale */

   height: 36px;
   width: 36px;
   background: url("https://freight.cargo.site/t/original/i/08151986a4458e3446dc393191a6c16b347484e5ef80e7faba3c341cb7d3a183/Previous.png") no-repeat;

}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {

   stroke: rgba(0, 0, 0, 0);
   stroke-width: 1.5px;

}


.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {

   stroke: rgba(0, 0, 0, 0);
   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.4rem;
    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(0, 0, 0, 0.5);
}

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

.audio-player .total-time {
    padding-right: 1rem;
}
/* Default: show desktop, hide mobile */
.desktop-version {
  display: block;
}
.mobile-version {
  display: none;
}

/* On mobile: hide desktop, show mobile */
@media (max-width: 768px) {
  .desktop-version {
    display: none !important;
  }
  .mobile-version {
    display: block !important;
  }
}














/* HEAVENLY-CSS-VERSION: desktop-row-v6 */
/* ============================================================
   PASTE INTO: Site Settings > CSS/HTML > CSS tab.

   DELETE FIRST: everything from the old comment that reads
   PASTE INTO: Site Settings ... down to the very bottom of the
   file. That removes the old Heavenly block and the separate
   lineup-feed block, both of which are replaced by this.

   WHERE THE IMAGE SIZES LIVE:
     .hw-presents   REAL LOVE WPG + SIGNAL NOISE PRESENT
     .hw-wordmark   HEAVENLY WKND
     .hw-dates      OCT 1 - 3 2026
     .hw-soon       LINEUP COMING SOON
     .hw-tix-head   TICKETS
     .hw-pastmark   PAST LINEUPS
   ============================================================ */

.hw{
  --ink:#0B0B0B;
  --peach:#F3B392;
  --blue:#2222FF;
  --red:#FF3145;
  --paper:#E8E2D4;
  --mono:"Monument Grotesk Semi-Mono", Icons, "Courier New", monospace;
  --cond:"Arial Narrow","Helvetica Neue",Impact,sans-serif;

  position:relative;
  width:100%;
  max-width:100%;
  color:var(--peach);
  font-family:var(--mono);
  overflow-x:hidden;
  box-sizing:border-box;
}
.hw *{box-sizing:border-box;}

/* --- Cargo stamps inline pixel widths on {image} tags.
       These !important rules stop the artwork ignoring the
       layout. Don't delete this block. ---------------------- */
.hw img,
.hw figure,
.hw picture,
.hw .image-wrapper,
.hw [class*="cargo-image"]{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  float:none!important;
}
.hw figure{background:none!important;}

/* ---------- ticker ---------- */
.hw-ticker{
  border-top:2px solid var(--peach);
  border-bottom:2px solid var(--peach);
  overflow:hidden;
  padding:.45em 0;
}
.hw-ticker-track{display:flex;width:max-content;animation:hw-slide 48s linear infinite;}
.hw-ticker-track span{
  font-family:var(--cond);
  font-size:clamp(12px,1.4vw,16px);
  letter-spacing:.16em;
  white-space:nowrap;
  padding-right:1em;
  color:var(--peach);
}
@keyframes hw-slide{to{transform:translateX(-50%)}}
.hw-ticker:hover .hw-ticker-track{animation-play-state:paused;}

/* ---------- hero ---------- */
.hw-hero{
  position:relative;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  padding:clamp(28px,5vh,64px) clamp(16px,3vw,40px) clamp(40px,6vh,72px);
  overflow:hidden;
}

/* drifting show-poster columns pinned to each edge */
.hw-side{
  position:absolute;
  top:0;bottom:0;
  width:clamp(120px,15vw,220px);
  overflow:hidden;
  z-index:0;
  pointer-events:none;
  opacity:.9;
  -webkit-mask-image:linear-gradient(to bottom, transparent, #000 12%, #000 88%, transparent);
  mask-image:linear-gradient(to bottom, transparent, #000 12%, #000 88%, transparent);
}
.hw-side--l{left:clamp(26px,3vw,52px);}
.hw-side--r{right:clamp(26px,3vw,52px);}
.hw-side-track{
  display:flex;
  flex-direction:column;
  gap:clamp(14px,2vh,26px);
  animation:hw-drift-up 40s linear infinite;
}
.hw-side-track--rev{animation-name:hw-drift-down;animation-duration:46s;}
.hw-side-track img{
  width:100%;
  height:auto;
  filter:drop-shadow(3px 4px 0 rgba(0,0,0,.5));
}
/* nudge every other poster off-axis so the column feels hand-pinned */
.hw-side-track img:nth-child(odd){transform:rotate(-2.5deg);}
.hw-side-track img:nth-child(even){transform:rotate(2deg);}
@keyframes hw-drift-up{
  from{transform:translateY(0);}
  to{transform:translateY(-50%);}
}
@keyframes hw-drift-down{
  from{transform:translateY(-50%);}
  to{transform:translateY(0);}
}
/* old flanking figures no longer shown as flanks - the side poster
   columns replace them. But we keep the two figure images in the DOM,
   pulled off-screen (not display:none, so they still load) so the
   click-to-stamp effect can clone them. */
.hw-stamp-src{
  position:absolute;
  left:-9999px;top:0;
  width:120px;               /* real size so the images actually load */
  pointer-events:none;
}
.hw-stamp-src img{width:120px;height:auto;display:block;}
.hw-rail{display:none;}

.hw-stack{
  position:relative;
  z-index:2;
  width:100%;
  max-width:640px;
  margin:0 auto;
  text-align:center;
}

/* ---------- festival poster (hero centerpiece) ---------- */
.hw-poster{
  position:relative;
  z-index:2;
  width:min(520px,100%);
  margin:0 auto;
  transition:transform .18s ease;
}
.hw-poster:hover{transform:translateY(-3px) scale(1.008);}

/* ---- HERO IMAGE SIZES - edit these numbers ---- */
.hw-presents{width:450px;max-width:100%;margin:0 auto 2.2em;animation:hw-wobble 2.4s steps(1) infinite;}
.hw-wordmark{width:77%;margin:0 auto;cursor:pointer;}
.hw-dates{width:67%;margin:.6em auto 1.2em;}
.hw-soon{width:79%;margin:0 auto;}

@keyframes hw-wobble{
  0%{transform:rotate(0deg)}50%{transform:rotate(-1deg) scale(1.01)}100%{transform:rotate(.7deg)}
}

/* wordmark: stacked copies = bad print registration */
.hw-wordmark{position:relative;}
.hw-wordmark img{position:relative;z-index:2;}
.hw-wordmark .hw-ghost{
  position:absolute!important;top:0;left:0;z-index:1;
  opacity:0;mix-blend-mode:screen;pointer-events:none;
}
.hw-wordmark.is-off .hw-ghost--a{opacity:.85;transform:translate(-7px,3px);filter:hue-rotate(190deg) saturate(4);}
.hw-wordmark.is-off .hw-ghost--b{opacity:.85;transform:translate(7px,-3px);filter:hue-rotate(-60deg) saturate(4);}
.hw-wordmark.is-off img{transform:translate(1px,-1px);}

/* vandalism stamps */
.hw-stamp{
  position:absolute;width:48px;pointer-events:none;z-index:1;
  animation:hw-stamp-in .45s ease-out both;
}
.hw-stamp img{
  filter:brightness(0) saturate(100%) invert(74%) sepia(24%) saturate(900%) hue-rotate(320deg);
}
@keyframes hw-stamp-in{
  0%{transform:scale(1.5) rotate(var(--r));opacity:0;}
  60%{transform:scale(.92) rotate(var(--r));opacity:.9;}
  100%{transform:scale(1) rotate(var(--r));opacity:.5;}
}

/* ============================================================
   TICKETS SECTION
   ============================================================ */
.hw-tickets{
  padding:clamp(28px,5vh,60px) clamp(16px,4vw,48px) clamp(32px,5vh,64px);
  max-width:1020px;
  margin:0 auto;
}

/* the TICKETS artwork as a plain heading - no tilt, no shadow */
.hw-tix-head{
  width:min(250px,60%);
  margin:0 auto clamp(24px,4vh,44px);
}

.hw-lineup-list{width:100%;}

.hw-act{
  display:flex;
  align-items:flex-start;     /* original: image beside text */
  text-align:left;
  gap:clamp(14px,2.6vw,28px);
  padding:clamp(12px,1.6vh,18px) 0;
  border-bottom:1px solid rgba(243,179,146,.25);
}
.hw-act:first-child{border-top:1px solid rgba(243,179,146,.25);}

.hw-act-img{
  flex:0 0 auto;
  width:clamp(140px,22vw,220px);   /* original desktop size */
  margin:0;
}
.hw-act-body{flex:1 1 auto;min-width:0;}
.hw-act-date{
  display:block;
  font-family:var(--mono);
  font-size:clamp(10px,1.2vw,15px);
  letter-spacing:0.12em;
  line-height:1.5;
  color:var(--peach);
  opacity:1.00;
  margin-bottom:0.4em;
}
.hw-act-meta{
  display:block;
  font-family:var(--mono);
  font-size:clamp(9px,1.05vw,14px);
  letter-spacing:.08em;
  line-height:0.4;
  color:var(--peach);
  opacity:0.90;
  margin-top:1.2em;
}
.hw-act-name{
  display:block;
  font-family:var(--cond);
  font-weight:700;
  font-size:clamp(17px,2.8vw,32px);
  letter-spacing:.01em;
  color:var(--peach);
  line-height:1.08;
}
.hw-act-buy{
  flex:0 0 auto;
  font-family:var(--cond);
  font-size:clamp(10px,1.2vw,13px);
  letter-spacing:.22em;
  color:var(--ink);
  background:var(--peach);
  border:0;
  padding:.62em 1.1em .56em;
  cursor:pointer;
  transition:background .12s,color .12s;
}
.hw-act-buy:hover{background:var(--red);color:#fff;}

.hw-lineup-empty{
  font-family:var(--cond);
  font-size:clamp(12px,1.5vw,16px);
  letter-spacing:.32em;
  color:var(--peach);
  opacity:.6;
  text-align:center;
  margin:0;
}

/* ---------- gig clock ---------- */
.hw-clock{
  border-top:2px solid var(--peach);
  border-bottom:2px solid var(--peach);
  padding:clamp(30px,4.5vh,58px) 16px;
  text-align:center;
}
.hw-clock-label{
  display:block;
  font-family:var(--cond);
  font-weight:400;
  font-size:clamp(12px,1.6vw,18px);
  letter-spacing:.34em;
  text-indent:.34em;
  color:var(--peach);
  background:none;
  padding:0;
  margin:0 0 1.4em;
  transform:none;
  text-shadow:0 2px 4px rgba(0,0,0,.9);
}
.hw-clock-row{display:flex;justify-content:center;gap:clamp(16px,5vw,64px);flex-wrap:wrap;}
.hw-unit{min-width:66px;}
.hw-unit b{
  display:block;font-weight:700;
  font-size:clamp(32px,5.8vw,72px);
  line-height:.9;color:var(--peach);
  font-variant-numeric:tabular-nums;
  text-shadow:0 3px 0 var(--ink), 0 -1px 0 var(--ink), 2px 0 0 var(--ink), -2px 0 0 var(--ink);
}
.hw-unit i{
  display:block;font-style:normal;
  font-family:var(--cond);font-weight:700;
  font-size:12px;letter-spacing:.3em;
  margin-top:.8em;color:var(--peach);opacity:.9;
  text-shadow:0 2px 0 var(--ink);
}
.hw-unit:last-child b{color:var(--red);}

/* ---------- runners, travelling right ---------- */
.hw-run{overflow:hidden;padding:clamp(6px,2vh,15px) 0;margin:0;line-height:0;}
.hw-run-track{display:flex;width:max-content;animation:hw-run-right 26s linear infinite;}
.hw-run-cell{width:47vw;flex:0 0 auto;}
@keyframes hw-run-right{
  from{transform:translateX(-33.3333%);}
  to{transform:translateX(0);}
}

/* ---------- past lineups ---------- */
.hw-past{padding:clamp(4px,1vh,12px) clamp(16px,4vw,48px) clamp(40px,7vh,80px);margin-top:0;}
.hw-pastmark{width:min(390px,68%);margin:0 auto clamp(28px,4vh,52px);}
.hw-flyers{
  display:flex;
  justify-content:center;
  align-items:flex-start;
  gap:clamp(28px,5vw,66px);
  flex-wrap:wrap;
  max-width:650px;
  margin:0 auto;
}
.hw-flyer{
  position:relative;
  width:min(90px,16%);
  min-width:70px;
  transform:rotate(-2.5deg);
  transition:transform .18s ease,filter .18s ease;
  filter:drop-shadow(0px 0px 0 rgba(0,0,0,.55));
}
.hw-flyer:nth-child(2){transform:rotate(2deg);}
.hw-flyer:hover{
  transform:rotate(0deg) translateY(-8px) scale(1.03);
  filter:drop-shadow(10px 14px 0 rgba(0,0,0,.7));
  z-index:5;
}
.hw-flyer figcaption{
  font-family:var(--cond);font-size:10px;letter-spacing:.22em;
  color:var(--paper);opacity:.55;margin-top:1em;text-align:center;
}
.hw-tape{
  position:absolute;z-index:4;
  width:52px;height:16px;
  background:rgba(243,179,146,.38);
  border-left:1px dashed rgba(0,0,0,.25);
  border-right:1px dashed rgba(0,0,0,.25);
}
.hw-tape--a{top:-11px;left:-14px;transform:rotate(-28deg);}
.hw-tape--b{top:-10px;right:-16px;transform:rotate(24deg);}

/* ---------- footer ---------- */
.hw-foot{
  border-top:2px solid var(--peach);
  padding:clamp(32px,5vh,60px) 16px;
  text-align:center;font-size:11px;letter-spacing:.22em;
}
.hw-foot p{margin:.6em 0;color:var(--paper);opacity:.7;}
.hw-foot a{color:var(--peach);text-decoration:none;}
.hw-foot a:hover{color:var(--red);}
.hw-hint{opacity:.16!important;font-size:9px;letter-spacing:.5em;}

/* ---------- riot mode ---------- */
.hw.is-riot{animation:hw-shake .28s steps(2) 6;}
.hw.is-riot .hw-ticker-track{animation-duration:6s;}
.hw.is-riot img{filter:invert(1) contrast(1.3);}
@keyframes hw-shake{
  0%{transform:translate(0,0)}25%{transform:translate(-6px,3px)}
  50%{transform:translate(5px,-4px)}75%{transform:translate(-3px,-2px)}
  100%{transform:translate(0,0)}
}

/* ---------- floor ---------- */
.hw a:focus-visible,.hw button:focus-visible{outline:3px solid var(--blue);outline-offset:5px;}
@media (prefers-reduced-motion:reduce){
  .hw *,.hw *::before,.hw *::after{animation:none!important;transition:none!important;}
}

/* ---------- mobile ---------- */
@media (max-width:768px){
  .hw-hero{padding:20px 0 0 0 !important;}
  .hw-side{display:none;}
  .hw-stack{max-width:100% !important;}
  .hw-poster{width:100% !important;}
  /* close the gap under the runners on mobile */
  .hw-run{padding:6px 0 !important;}
  .hw-past{padding-top:6px !important;}
  .hw-presents{width:88%;}
  .hw-wordmark{width:94%;}
  .hw-dates{width:84%;}
  .hw-soon{width:90%;}
  .hw-tix-head{width:72%;}
  .hw-pastmark{width:80%;}
  .hw-run-cell{width:60vw;}
  .hw-flyers{gap:44px;}
  .hw-flyer{width:38%;min-width:0;}
  .hw-tape{display:none;}
  .hw-clock-row{gap:20px;}
  .hw-unit{min-width:58px;}
  .hw-act{flex-direction:column;align-items:center;text-align:center;gap:14px;}
  .hw-act-img{width:min(440px,92%) !important;margin:0 auto;}
  .hw-act-body{width:100%;}
  .hw-act-buy{width:100%;}
}

/* ============================================================
   SITE LOGO - tint peach on the Heavenly page only
   ============================================================ */
html.heavenly-page img[src*="RL-logo-web"]{
  filter: brightness(0) saturate(100%) invert(73%) sepia(7%)
          saturate(2257%) hue-rotate(332deg) brightness(106%) contrast(90%);
  transition: filter .25s ease;
}