/* Keeps the fixed audio-bar header from visually cutting into the intro title */
.tpc-intro-heading {
  position: relative;
  z-index: 2;
  padding-top: 14px;
  overflow: visible;
}

.tpc-intro-heading h4,
.tpc-intro-heading h5 {
  position: relative;
  z-index: 2;
}

/* =====================================================
   REFINED LUXURY FEATURED EVENTS
   Scoped only to this section
===================================================== */

.tpc-home-events-row {
  display: flex;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
}

.tpc-featured-column,
.tpc-media-column {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.tpc-featured-events {
  width: 305px;
  max-width: 100%;
  margin: 0 auto;
}

.tpc-premium-card {
  position: relative;
  width: 100%;
  margin: 0 0 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  background: #020204;
  isolation: isolate;
  box-shadow: 0 14px 30px rgba(0,0,0,.68);
}

.tpc-premium-card:last-child { margin-bottom: 0; }

.tpc-premium-card--pink {
  border-color: rgba(255,92,190,.50);
  box-shadow: 0 14px 30px rgba(0,0,0,.68), 0 0 11px rgba(255,55,180,.16);
}

.tpc-premium-card--blue {
  border-color: rgba(70,218,255,.50);
  box-shadow: 0 14px 30px rgba(0,0,0,.68), 0 0 11px rgba(45,210,255,.15);
}

.tpc-premium-artwork {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}

/* Smooth fade behind schedule */
.tpc-premium-card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 31%;
  background: linear-gradient(
    to bottom,
    rgba(2,2,6,0) 0%,
    rgba(2,2,6,.16) 18%,
    rgba(2,2,6,.66) 52%,
    rgba(2,2,6,.96) 100%
  );
  pointer-events: none;
}

.tpc-premium-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  min-width: 72px;
  padding: 6px 9px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 7px;
  color: #fff !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 8px !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
  background: rgba(9,9,15,.76);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 4px 12px rgba(0,0,0,.45);
}

.tpc-premium-badge--pink { border-color: rgba(255,100,195,.58); }
.tpc-premium-badge--blue { border-color: rgba(84,221,255,.58); }

.tpc-premium-content {
  position: absolute;
  right: 13px;
  bottom: 11px;
  left: 13px;
  z-index: 3;
}

/* Low-profile glass schedule panel */
.tpc-premium-dates {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 0;
  min-height: 46px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(20,20,28,.72), rgba(4,4,9,.88));
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 7px 18px rgba(0,0,0,.44);
}

.tpc-premium-dates::after {
  content: "";
  position: absolute;
  top: 9px;
  bottom: 9px;
  left: 50%;
  width: 1px;
  transform: translateX(-.5px);
  background: linear-gradient(to bottom, transparent, rgba(255,255,255,.23), transparent);
  pointer-events: none;
}

.tpc-premium-date {
  min-width: 0;
  min-height: 46px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 6px 5px;
  border: 0 !important;
  border-radius: 0 !important;
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
  background: transparent !important;
  box-shadow: none !important;
  transition: background .18s ease, opacity .18s ease;
}

.tpc-premium-date:hover,
.tpc-premium-date:focus {
  color: #fff !important;
  text-decoration: none !important;
  background: rgba(255,255,255,.045) !important;
}

.tpc-premium-day,
.tpc-premium-main-date,
.tpc-premium-time {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  text-align: center !important;
  text-shadow: none !important;
}

.tpc-premium-day {
  color: rgba(255,255,255,.82) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.tpc-premium-main-date {
  margin-top: 4px !important;
  color: #fff !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: .01em;
  text-transform: uppercase;
}

.tpc-premium-date--friday .tpc-premium-main-date { color: #ffe0ef !important; }
.tpc-premium-date--saturday .tpc-premium-main-date { color: #dff9ff !important; }

.tpc-premium-time {
  margin-top: 5px !important;
  color: rgba(255,255,255,.84) !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
}

.tpc-side-media {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
}

.tpc-side-media iframe {
  display: block;
  width: 100%;
  height: 330px;
  max-width: 100%;
  border: 0;
}

@media (max-width: 767px) {
  .tpc-home-events-row {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  .tpc-featured-column,
  .tpc-media-column {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .tpc-featured-events {
    width: calc(100% - 64px);
    max-width: 560px;
    margin: 0 auto;
  }

  .tpc-premium-card {
    margin-bottom: 34px;
    border-radius: 18px;
  }

  .tpc-premium-card::after { height: 29%; }

  .tpc-premium-content {
    right: 13px;
    bottom: 12px;
    left: 13px;
  }

  .tpc-premium-dates,
  .tpc-premium-date {
    min-height: 56px;
  }

  .tpc-premium-main-date { font-size: 23px !important; }

  .tpc-premium-day {
    font-size: 12px !important;
    font-weight: 700 !important;
  }

  .tpc-premium-time {
    margin-top: 6px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
  }

  .tpc-premium-badge {
    top: 11px;
    right: 11px;
    min-width: 70px;
    padding: 6px 8px;
    font-size: 8px !important;
  }

  .tpc-side-media {
    width: calc(100% - 64px);
    margin: 28px auto 0;
  }

  .tpc-side-media iframe { height: 290px; }
}

@media (max-width: 390px) {
  .tpc-featured-events,
  .tpc-side-media {
    width: calc(100% - 40px);
  }

  .tpc-premium-main-date {
    font-size: 21px !important;
  }
}


img {
  border-radius: 5px;
  
}
.card {
  background: rgba(0,0,0,.28);   /* subtle glass-black */
  backdrop-filter: blur(6px);
  display: inline-block;
  max-width: 100%;
  position: relative;
  border-radius: 8px;

}
.fold {
  background: rgba(0,0,0,.28);   /* subtle glass-black */
  backdrop-filter: blur(6px);
  display: inline-block;
  max-width: 100%;
  position: relative;
  border-radius: 18px;
  
}
  .fold p {
  margin: 0;

  
}

.card-4:hover {
  box-shadow: 0 6px 12px rgba(255,255,255,0.25), 0 3px 6px rgba(255,255,255,0.22);
}

.card-4 {
  box-shadow: 0 6px 12px rgba(191, 63, 63,0.60), 0 3px 6px  rgba( 191, 63, 63,0.42);
}

.card-5:hover {
  box-shadow: 0 6px 12px rgba(255,255,255,0.25), 0 3px 6px rgba(255,255,255,0.22);
}

.card-5 {
  box-shadow: 0 6px 12px rgba( 63, 127, 191,0.60), 0 3px 6px  rgba(63, 127, 191,0.42);
}

.card-6 {
  box-shadow: 0 6px 12px rgba(191, 63, 127,0.60), 0 6px 15px  rgba(191, 63, 127,0.42);
}

.fold-6 {
  box-shadow: 0 6px 12px rgba(0, 0, 0,1), 0 6px 15px  rgba(0, 0, 0,1);
}

.fold-7 {
  box-shadow: 0 6px 12px rgba(191, 191, 63,1), 0 6px 15px  rgba(191, 191, 63,1);
}

.fold-magenta {
  box-shadow:   0 0 0 1px rgba(255,255,255,0.08),
    0 6px 14px rgba(255, 0, 255, 0.55),
    0 0 26px rgba(255, 0, 255, 0.35);

}
.fold-green {
  box-shadow: 0 3px 6px rgba(46, 204, 113,1), 0 3px 6px  rgba(46, 204, 113,1);
}
.fold-blue {
  box-shadow: 0 6px 12px rgba(63, 127, 191,1), 0 6px 6px  rgba(63, 127, 191,1);
}

.fold-cyan{
  box-shadow:  0 0 0 1px rgba(255,255,255,0.08),
    0 6px 14px rgba(0, 230, 255, 0.55),
    0 0 26px rgba(0, 230, 255, 0.35);
}


.fold-multi {
box-shadow:0 0 5px 2px #FFA500 , 0 0 10px 5px #FF00FF, 5px 0 10px 5px #00FF00; 
}

.fold-traffic {
box-shadow:0 5px 12px #008000 , 5px 0 6px#FF0000, -4px 0 6px  #FFFF00; 
}


.box {
  width: 300px;
  height: 300px;
  border-radius: 5px;
  box-shadow: 0 2px 30px rgba(black, .2);
  background: lighten(#C0392B, 10%);
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.grow:hover {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
}

.shrink:hover {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
}


.rotate:hover{
        -webkit-transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        transform: rotateZ(-10deg);
}

.threed:hover{
        box-shadow:
                1px 1px #000000,
                2px 2px #000000,
                3px 3px #000000;
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
}

.border:hover{
        box-shadow: inset 0 0 0 25px #FFFFFF;
}


header {
  position: fixed;
  top: 0;
  width: 100%;
  transition: top .3s ease-in-out;
}

.nav-up { top: -68px; }


.smoothScroll {
  text-decoration: none;
  font-family: Segoe UI;
  margin: 0px;
}



#scroll-to-top {
  width: 63px;
  height: 63px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  position: fixed;
  bottom: 2px;
  right: 10px;
  display: none;
  z-index: 2000;
  background-image: url("/images/icons/buy.png");
  background-position: center;
    background-repeat: no-repeat;
    background-size: 49px;
    max-width: 13%;
  transition: transform 0.2s;
  overflow: hidden;

}

#scroll-down {
  opacity: .2;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;


}

#scroll-down {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -16px;
  width: 30px;
  height: 30px;
  border: 2px solid #FFF;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  transform: scale(1)
}

#scroll-down:before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid white;
    border-width: 0px 0 2px 2px;
}

/* Ticket selector now opens AT the ticket section instead of
   being pulled into the middle of the viewport. */
#buy .dropdown {
  position: relative;
  z-index: 3000;
}

#myDropdown.show{
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  transform: translateX(-50%);
  width: min(86vw, 360px);

  max-height: min(58dvh, 520px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;

  border-radius: 18px;
  padding: 10px 0;
  background: #0b0b0b;
  z-index: 9999;
  box-shadow: 0 18px 48px rgba(0,0,0,.72);
}


#myDropdown a{
  display:flex;
  justify-content: space-between;
  align-items:center;
  padding: 16px 18px;
  font-size: 16px;
  text-decoration:none;
  color: #fff;
}
#myDropdown a:active{
  background: rgba(255,255,255,.06);
}


/* No full-screen overlay: keep the user visually anchored
   to the actual ticket section while selecting a date. */
body.dropdown-open::before{
  content:none;
}

.neonText {
  color: #ffd9e2;
   text-shadow: 0 0 0 transparent, 0 0 10px #ff003c, 0 0 20px rgba(255, 0, 60, 0.5), 0 0 40px #ff003c, 0 0 100px #ff003c, 0 0 200px #ff003c;
}

h4 {
  font-family: "Indie Flower";
  font-size: 1.8em;
  animation: flicker 2.5s infinite alternate;  
  transform: rotate(-1.3deg)

}

/* Flickering animation */
@keyframes flicker {
  0%, 18%, 22%, 25%, 53%, 57%, 100% {
      text-shadow: 0 0 0 transparent, 0 0 10px #ff003c, 0 0 20px rgba(255, 0, 60, 0.5), 0 0 40px #ff003c, 0 0 100px #ff003c, 0 0 200px #ff003c;
  
  }
  
  20%, 24%, 55% {        
      text-shadow: none;
  }    
}


/* Additional styling */
 .neonText2 {
  color: #d4eaff;
       text-shadow: 0 0 0 transparent, 0 0 10px #2695ff, 0 0 20px rgba(38, 149, 255, 0.5), 0 0 40px #2695ff, 0 0 100px #2695ff;
}
h5 {
  font-family: "Indie Flower";
 font-size: 1em; 
  transform: rotate(1deg);
  text-align: center;
 

}  

h4, h5 {
  text-align: center;

  font-weight: 300;
}

h6 {
  font-size: .6em;
  color:  #FFFFFF;
  text-align: left;
  font-family: "Montserrat"
 }


a {
    font-family: "Montserrat";
    font-size: 1.1em;
    color: #FFFFFF;
      text-transform: uppercase;
}
.fb-wrapper {
  display: flex;
  justify-content: center;  /* centers horizontally */
}

.fb-post {
  width: 100%;        /* shrink on small screens */
  max-width: 500px;   /* cap size on large screens */
}

.date-aqua {
  color: rgba(190, 255, 248, .92); /* lighter aqua-tint */
  text-shadow: 0 0 2px rgba(89,246,234,.18);
  font-weight: 600;
}

.aqua {
  color: #59f6ea;
  font-weight: 700;
  letter-spacing: .4px;
  text-shadow:
    0 0 1px rgba(89,246,234,.95),
    0 0 5px rgba(89,246,234,.55),
    0 0 10px rgba(89,246,234,.22);
}

.date-gold{
  color: rgba(255, 220, 135, .96);   /* +6% luminance, still amber */
  text-shadow:
    0 1px 0 rgba(0,0,0,.55),
    0 0 1px rgba(255, 238, 200, .90), /* brighter champagne core */
    0 0 6px rgba(255, 200, 95, .45),  /* tighten mid glow */
    0 0 12px rgba(255, 150, 35, .22); /* deep amber bloom */

  font-weight: 700;

}
.gold{
  /* slightly deeper gold so it feels “metal”, not lemon */
  color: #ffcc5a;

  /* premium glow = dark anchor + hot core + controlled bloom */
  text-shadow:
    0 1px 0 rgba(0,0,0,.65),          /* anchor */
    0 0 1px rgba(255, 236, 190, .95), /* hot highlight core */
    0 0 6px rgba(255, 194, 90, .55),  /* mid glow */
    0 0 14px rgba(255, 140, 20, .22); /* outer bloom */

  font-weight: 800;
  letter-spacing: .45px;


}



.date-soft {
  color: #f3f3f3;
  text-shadow:
    0 0 2px rgba(255,255,255,.35);
}

.event-bar {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0,0,0,.85);
  border-radius: 0 0 14px 14px;
  padding: 8px 14px;
  width: 92%;
  text-align: center;
}



/* =====================================================
   UPCOMING EVENTS — SIDE DATE CARDS + CENTER BANNER
   Keeps DATE | BANNER | DATE on desktop and mobile
===================================================== */

.tpc-event-row {
  display: grid;
  grid-template-columns: 112px minmax(0, 540px) 112px;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 790px;
  margin: 34px auto 12px;
  padding: 0 12px;
  box-sizing: border-box;
}

.tpc-event-row > * {
  min-width: 0;
}

.tpc-banner {
  position: relative;
  z-index: 1;
  grid-column: 2;
  display: block;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 18px;
  background: #050507;
  box-shadow:
    0 18px 40px rgba(0,0,0,.62),
    0 0 24px rgba(0,220,255,.12);
  transition: transform .22s ease, box-shadow .22s ease;
}

.tpc-banner:hover,
.tpc-banner:focus {
  transform: translateY(-2px);
  text-decoration: none;
  box-shadow:
    0 22px 46px rgba(0,0,0,.70),
    0 0 30px rgba(0,220,255,.18);
}

.tpc-banner img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: 0;
  border-radius: 17px;
}

.tpc-date-card {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 126px;
  min-height: 172px;
  padding: 15px 8px 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 20px;
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
  background:
    linear-gradient(145deg, rgba(28,31,44,.88), rgba(4,5,10,.92));
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.16),
    0 15px 32px rgba(0,0,0,.58),
    0 0 18px rgba(255,255,255,.08);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

/* When the middle event banner is tapped, point both date cards inward */
.tpc-event-row.date-nudge .tpc-date-card:first-child {
  transform: translateX(10px);
}

.tpc-event-row.date-nudge .tpc-date-card:last-child {
  transform: translateX(-10px);
}

.tpc-date-card:first-child {
  justify-self: end;
  margin-right: -22px;
  border-color: rgba(255,103,188,.48);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.16),
    0 15px 32px rgba(0,0,0,.58),
    0 0 19px rgba(255,58,169,.20);
}

.tpc-date-card:last-child {
  justify-self: start;
  margin-left: -22px;
  border-color: rgba(74,218,255,.48);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.16),
    0 15px 32px rgba(0,0,0,.58),
    0 0 19px rgba(40,203,255,.20);
}

.tpc-date-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      120deg,
      rgba(255,255,255,.15) 0%,
      rgba(255,255,255,.025) 32%,
      transparent 54%
    );
}

.tpc-date-card:hover,
.tpc-date-card:focus {
  color: #fff !important;
  text-decoration: none !important;
  transform: translateY(-4px) scale(1.02);
  border-color: rgba(255,255,255,.55);
}

.tpc-date-card .weekday,
.tpc-date-card .month,
.tpc-date-card .daynum {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.tpc-date-card .weekday {
  color: rgba(255,255,255,.88);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .13em;
}

.tpc-date-card .month {
  margin-top: 10px;
  color: rgba(255,255,255,.76);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .15em;
}

.tpc-date-card .daynum {
  margin-top: 4px;
  color: #fff;
  font-size: 54px;
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.05em;
  text-shadow: 0 3px 18px rgba(0,0,0,.48);
}

.tpc-date-card .calendar-icon {
  position: relative;
  z-index: 2;
  display: block;
  width: 27px;
  height: auto;
  margin: 10px auto 0;
  border-radius: 0;
  opacity: .92;
  filter: drop-shadow(0 3px 5px rgba(0,0,0,.45));
}

/* Preserve the same left-date / banner / right-date composition on phones. */
@media (max-width: 767px) {
  .tpc-event-row {
    grid-template-columns: 68px minmax(0, 1fr) 68px;
    max-width: 620px;
    margin-top: 25px;
    padding: 0 4px;
  }

  .tpc-banner {
    border-radius: 13px;
  }

  .tpc-banner img {
    border-radius: 12px;
  }

  .tpc-date-card {
    width: 78px;
    min-height: 118px;
    padding: 10px 4px 8px;
    border-radius: 14px;
  }

  .tpc-date-card:first-child {
    margin-right: -10px;
  }

  .tpc-date-card:last-child {
    margin-left: -10px;
  }

  .tpc-date-card .weekday {
    font-size: 7px;
    letter-spacing: .08em;
  }

  .tpc-date-card .month {
    margin-top: 7px;
    font-size: 8px;
    letter-spacing: .09em;
  }

  .tpc-date-card .daynum {
    margin-top: 3px;
    font-size: 35px;
  }

  .tpc-date-card .calendar-icon {
    width: 19px;
    margin-top: 7px;
  }
}

@media (max-width: 390px) {
  .tpc-event-row {
    grid-template-columns: 61px minmax(0, 1fr) 61px;
    padding: 0 2px;
  }

  .tpc-date-card {
    width: 70px;
    min-height: 108px;
  }

  .tpc-date-card .daynum {
    font-size: 31px;
  }

  .tpc-date-card .calendar-icon {
    width: 17px;
  }
}


/* =====================================================
   PERFORMANCE ONLY — no visual redesign
===================================================== */

/* Skip layout/paint work for sections far below the viewport. */
.parallax,
.parallax2,
.parallax3,
.parallax4,
.container10,
.container11,
.container14,
.container15,
.container17 {
  content-visibility: auto;
  contain-intrinsic-size: 900px;
}

/* Reserve iframe space while third-party embeds wait to load. */
.lazy-embed {
  background: #050505;
}

/* Avoid expensive off-screen animation work until elements approach view. */
.fade-ani:not(.showing) {
  will-change: auto;
}
/* Upcoming Events: animate the properties used by animate2.css.
   fade-left changes left, fade-right changes right, and fade-up changes bottom. */
#tpc-upcoming-events .tpc-date-card.fade-ani,
#tpc-upcoming-events .tpc-banner.fade-ani {
  transition:
    opacity 0.72s ease,
    left 0.72s cubic-bezier(.22, .61, .36, 1),
    right 0.72s cubic-bezier(.22, .61, .36, 1),
    top 0.72s cubic-bezier(.22, .61, .36, 1),
    bottom 0.72s cubic-bezier(.22, .61, .36, 1),
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease !important;
}
/* Simple bounce-in */

.tpc-event-reveal {
  opacity: 0;
  transform: translateY(80px);
  transition:
    opacity 0.25s ease,
    transform 0.75s cubic-bezier(.34, 1.56, .64, 1) !important;
}

.tpc-event-reveal .tpc-premium-date--friday {
  transform: translateX(-80px);
  transition: transform 0.75s cubic-bezier(.34, 1.56, .64, 1) !important;
}

.tpc-event-reveal .tpc-premium-date--saturday {
  transform: translateX(80px);
  transition: transform 0.75s cubic-bezier(.34, 1.56, .64, 1) !important;
}

.tpc-event-reveal.showing {
  opacity: 1;
  transform: translateY(0);
}

.tpc-event-reveal.showing .tpc-premium-date--friday,
.tpc-event-reveal.showing .tpc-premium-date--saturday {
  transform: translateX(0);
}
/* Upcoming Events — 20% smaller on desktop only */
@media (min-width: 768px) {
  #tpc-upcoming-events .tpc-event-row {
    grid-template-columns: 112px minmax(0, 460px) 112px;
    max-width: 680px;
  }
}

/* =====================================================
   RESPONSIVE DESCRIPTION IMAGE
   Replaces the former English/Japanese description text.
===================================================== */

.tpc-description-media {
  display: block;
  width: 96%;
  max-width: 1000px;
  margin: 18px auto 0;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
}

.tpc-description-picture {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.tpc-description-image {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  border: 0;
  border-radius: 10px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .tpc-description-media {
    width: 100%;
    max-width: none;
    margin-top: 12px;
    padding-right: 7px;
    padding-left: 7px;
  }

  .tpc-description-image {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    border-radius: 7px;
  }
}


/* =====================================================
   TOKYO NIGHTLIFE GUIDE — HOMEPAGE FEATURE CARD
   Placed below the main description and before Social.
===================================================== */
.tpc-guide-feature {
  width: calc(100% - 30px);
  max-width: 920px;
  margin: 30px auto 10px;
  padding: 1px;
  border-radius: 20px;
  background: linear-gradient(120deg,
    rgba(255,64,181,.80),
    rgba(116,92,255,.60) 48%,
    rgba(47,221,255,.82)
  );
  box-shadow:
    0 18px 42px rgba(0,0,0,.55),
    0 0 24px rgba(255,55,180,.10),
    0 0 30px rgba(45,210,255,.10);
  box-sizing: border-box;
}

.tpc-guide-inner {
  position: relative;
  overflow: hidden;
  padding: 27px 28px 25px;
  border-radius: 19px;
  background:
    radial-gradient(circle at 12% 15%, rgba(255,64,181,.13), transparent 29%),
    radial-gradient(circle at 88% 88%, rgba(47,221,255,.12), transparent 31%),
    linear-gradient(145deg, rgba(16,16,24,.98), rgba(3,4,9,.98));
  text-align: center;
}

.tpc-guide-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg,
    rgba(255,255,255,.08),
    transparent 28%,
    transparent 72%,
    rgba(255,255,255,.035)
  );
}

.tpc-guide-kicker,
.tpc-guide-title,
.tpc-guide-copy,
.tpc-guide-topics,
.tpc-guide-cta {
  position: relative;
  z-index: 2;
  font-family: "Montserrat", Arial, sans-serif;
}

.tpc-guide-kicker {
  margin: 0 0 7px;
  color: #6ef4ef;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .20em;
  text-transform: uppercase;
}

.tpc-guide-title {
  margin: 0;
  color: #fff;
  font-size: 29px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.02em;
  text-shadow: 0 2px 18px rgba(0,0,0,.48);
}

.tpc-guide-copy {
  max-width: 650px;
  margin: 11px auto 0;
  color: rgba(255,255,255,.78);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
}

.tpc-guide-topics {
  margin: 12px auto 0;
  color: rgba(255,255,255,.63);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.tpc-guide-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 250px;
  margin-top: 19px;
  padding: 12px 18px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.2;
  letter-spacing: .07em;
  text-decoration: none !important;
  text-transform: uppercase;
  background: linear-gradient(110deg, rgba(255,66,181,.18), rgba(42,218,255,.18));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 8px 22px rgba(0,0,0,.30);
  transition: transform .20s ease, border-color .20s ease, background .20s ease;
}

.tpc-guide-cta:hover,
.tpc-guide-cta:focus {
  color: #fff !important;
  text-decoration: none !important;
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.48);
  background: linear-gradient(110deg, rgba(255,66,181,.27), rgba(42,218,255,.27));
}

.tpc-guide-arrow {
  display: inline-block;
  font-size: 17px;
  line-height: 1;
  transition: transform .20s ease;
}

.tpc-guide-cta:hover .tpc-guide-arrow,
.tpc-guide-cta:focus .tpc-guide-arrow {
  transform: translateX(3px);
}


.tpc-guide-feature {
  margin-top: 34px;
  background: linear-gradient(
    120deg,
    rgba(255,64,181,.96),
    rgba(116,92,255,.76) 48%,
    rgba(47,221,255,.96)
  );
  box-shadow:
    0 20px 46px rgba(0,0,0,.60),
    0 0 30px rgba(255,55,180,.16),
    0 0 36px rgba(45,210,255,.16);
}

.tpc-guide-inner {
  padding-top: 30px;
  padding-bottom: 28px;
}

.tpc-guide-kicker {
  color: #8ffff7;
  font-size: 10px;
}

.tpc-guide-title {
  font-size: 33px;
}

.tpc-guide-guide-name {
  position: relative;
  z-index: 2;
  margin: 7px 0 0;
  color: #fdd00c;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tpc-guide-cta {
  border-color: rgba(253,208,12,.45);
  background:
    linear-gradient(
      110deg,
      rgba(253,208,12,.18),
      rgba(255,66,181,.18),
      rgba(42,218,255,.18)
    );
}

@media screen and (max-width: 767px) {
  .tpc-guide-feature {
    width: calc(100% - 28px);
    margin-top: 23px;
    border-radius: 17px;
  }

  .tpc-guide-inner {
    padding: 23px 18px 22px;
    border-radius: 16px;
  }

  .tpc-guide-kicker {
    font-size: 9px;
    letter-spacing: .18em;
  }

  .tpc-guide-title {
    font-size: 27px;
  }

  .tpc-guide-guide-name {
    margin-top: 6px;
    font-size: 12px;
  }

  .tpc-guide-copy {
    max-width: 520px;
    font-size: 13px;
    line-height: 1.5;
  }

  .tpc-guide-topics {
    font-size: 9px;
    line-height: 1.65;
  }

  .tpc-guide-cta {
    min-width: 0;
    width: 100%;
    max-width: 320px;
    margin-top: 17px;
    padding: 12px 14px;
    font-size: 11px !important;
  }
}


/* =====================================================
   TPC SOUL + EFFICIENCY LAYER
   Surgical additions only — preserves the existing site.
===================================================== */

.tpc-sr-only {
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

.tpc-hero-bridge {
  width:calc(100% - 30px);
  max-width:860px;
  margin:2px auto 28px;
  padding:0 14px;
  text-align:center;
  box-sizing:border-box;
}

.tpc-hero-hook {
  margin:0 auto;
  color:#fff;
  font-family:"Montserrat",Arial,sans-serif;
  font-size:clamp(17px,2.1vw,24px);
  font-weight:800;
  line-height:1.35;
  letter-spacing:-.025em;
  text-transform:none;
}

.tpc-hero-hook .tpc-hot {
  color:#ffb8df;
  text-shadow:0 0 14px rgba(255,55,180,.24);
}

.tpc-hero-explain {
  max-width:740px;
  margin:10px auto 0;
  color:rgba(255,255,255,.72);
  font-family:"Montserrat",Arial,sans-serif;
  font-size:13px;
  font-weight:500;
  line-height:1.55;
  text-transform:none;
}

.tpc-hero-quickfacts {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:7px;
  margin:14px auto 0;
}

.tpc-hero-quickfacts span {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:5px 10px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:999px;
  color:rgba(255,255,255,.84);
  background:rgba(255,255,255,.035);
  font-family:"Montserrat",Arial,sans-serif;
  font-size:10px;
  font-weight:700;
  line-height:1.2;
  letter-spacing:.035em;
  text-transform:uppercase;
}

.tpc-hero-mini-cta {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  margin-top:15px;
  padding:0 17px;
  border:1px solid rgba(255,255,255,.20);
  border-radius:999px;
  color:#fff!important;
  background:linear-gradient(110deg,rgba(255,52,176,.17),rgba(39,211,255,.14));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 8px 20px rgba(0,0,0,.28);
  font-family:"Montserrat",Arial,sans-serif;
  font-size:11px!important;
  font-weight:800!important;
  line-height:1.2;
  letter-spacing:.07em;
  text-decoration:none!important;
  text-transform:uppercase;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}

.tpc-hero-mini-cta:hover,
.tpc-hero-mini-cta:focus {
  color:#fff!important;
  text-decoration:none!important;
  transform:translateY(-2px);
  border-color:rgba(255,255,255,.42);
  background:linear-gradient(110deg,rgba(255,52,176,.25),rgba(39,211,255,.21));
}

.tpc-social-shortcut {
  width:calc(100% - 30px);
  max-width:900px;
  margin:26px auto 8px;
  padding:1px;
  border-radius:20px;
  background:linear-gradient(120deg,rgba(255,64,181,.72),rgba(116,92,255,.48) 50%,rgba(47,221,255,.70));
  box-shadow:0 16px 38px rgba(0,0,0,.48),0 0 22px rgba(255,55,180,.08),0 0 26px rgba(45,210,255,.08);
  box-sizing:border-box;
}

.tpc-social-shortcut-inner {
  position:relative;
  overflow:hidden;
  padding:25px 25px 23px;
  border-radius:19px;
  background:
    radial-gradient(circle at 0 0,rgba(255,55,180,.11),transparent 32%),
    radial-gradient(circle at 100% 100%,rgba(45,210,255,.10),transparent 32%),
    rgba(5,5,10,.97);
  text-align:center;
}

.tpc-social-shortcut-kicker,
.tpc-social-shortcut-title,
.tpc-social-shortcut-copy,
.tpc-social-shortcut-note {
  position:relative;
  z-index:2;
  font-family:"Montserrat",Arial,sans-serif;
  text-transform:none;
}

.tpc-social-shortcut-kicker {
  margin:0 0 6px;
  color:#71f2eb;
  font-size:9px;
  font-weight:800;
  line-height:1.2;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.tpc-social-shortcut-title {
  margin:0;
  color:#fff;
  font-size:clamp(24px,4vw,38px);
  font-weight:800;
  line-height:1.05;
  letter-spacing:-.035em;
}

.tpc-social-shortcut-copy {
  max-width:690px;
  margin:10px auto 0;
  color:rgba(255,255,255,.76);
  font-size:13px;
  font-weight:500;
  line-height:1.6;
}

.tpc-social-shortcut-note {
  margin:10px 0 0;
  color:rgba(255,255,255,.47);
  font-size:10px;
  font-style:italic;
  line-height:1.5;
}

@media screen and (max-width:767px) {
  .tpc-hero-bridge {
    width:calc(100% - 20px);
    margin-top:0;
    margin-bottom:23px;
    padding:0 5px;
  }

  .tpc-hero-hook {
    font-size:17px;
    line-height:1.4;
  }

  .tpc-hero-explain {
    max-width:520px;
    margin-top:8px;
    font-size:11px;
    line-height:1.55;
  }

  .tpc-hero-quickfacts {
    margin-top:12px;
    gap:6px;
  }

  .tpc-hero-quickfacts span {
    min-height:26px;
    padding:5px 8px;
    font-size:8px;
  }

  .tpc-social-shortcut {
    width:calc(100% - 26px);
    margin-top:20px;
    border-radius:17px;
  }

  .tpc-social-shortcut-inner {
    padding:21px 17px 20px;
    border-radius:16px;
  }

  .tpc-social-shortcut-title {
    font-size:25px;
  }

  .tpc-social-shortcut-copy {
    font-size:12px;
    line-height:1.55;
  }
}


/* =====================================================
   TPC "10-ish" PASS
   Prioritize the hero, shorten the path to event choice,
   and keep every new element in the existing visual language.
===================================================== */

.tpc-featured-cue {
  width: calc(100% - 30px);
  max-width: 760px;
  margin: 0 auto 10px;
  text-align: center;
  font-family: "Montserrat", Arial, sans-serif;
}

.tpc-featured-cue-title {
  display: block;
  color: #72f4ee;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .20em;
}

.tpc-featured-cue-copy {
  display: block;
  margin-top: 4px;
  color: rgba(255,255,255,.56);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: none;
}

.tpc-featured-ticket-wrap {
  width: 100%;
  margin: 15px auto 4px;
  text-align: center;
}

.tpc-featured-ticket {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 41px;
  padding: 0 17px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: rgba(255,255,255,.90) !important;
  background: rgba(255,255,255,.035);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 7px 18px rgba(0,0,0,.24);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 1.2;
  letter-spacing: .065em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.tpc-featured-ticket:hover,
.tpc-featured-ticket:focus {
  color: #fff !important;
  text-decoration: none !important;
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.38);
  background: rgba(255,255,255,.065);
}

/* The hero video is the product demonstration. Give it more room on phones. */
@media screen and (max-width: 767px) {
  .tpc-hero-video-wrap {
    padding-bottom: 56% !important;
  }

  .tpc-hero-bridge {
    margin-bottom: 17px;
  }

  .tpc-hero-hook {
    max-width: 520px;
  }

  .tpc-hero-explain {
    margin-top: 7px;
  }

  .tpc-hero-mini-cta {
    margin-top: 13px;
  }

  .tpc-featured-cue {
    width: calc(100% - 20px);
    margin-bottom: 8px;
  }

  .tpc-featured-ticket-wrap {
    margin-top: 6px;
  }

  .tpc-featured-ticket {
    min-height: 39px;
    padding: 0 15px;
    font-size: 9px !important;
  }

  .tpc-social-shortcut {
    margin-top: 17px;
  }
}

@media screen and (max-width: 390px) {
  .tpc-hero-video-wrap {
    padding-bottom: 60% !important;
  }

  .tpc-hero-quickfacts {
    max-width: 330px;
  }
}

/* Keep the second autoplay video from flashing before its source is attached. */
.tpc-lazy-video:not(.tpc-video-loaded) {
  background: #050505;
}


/* =====================================================
   TOKYO PUB CRAWL — MODERN NAVIGATION V4
   Minimal header on every screen:
   Events icon hard-left. Japanese + popup button hard-right.
   No desktop text navigation.
===================================================== */

.tpc-site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 64px;
  background:
    radial-gradient(circle at 88% 0%, rgba(255,53,176,.07), transparent 24%),
    linear-gradient(180deg, rgba(5,5,9,.97), rgba(5,5,9,.84));
  border-bottom: 1px solid rgba(255,255,255,.08);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  box-shadow: 0 8px 30px rgba(0,0,0,.24);
  transition: top .30s ease, background .25s ease;
}

.tpc-site-header.nav-up { top: -68px; }
.tpc-site-header.nav-down { top: 0; }

/* Full-width shell so the controls actually sit at the viewport edges. */
.tpc-nav-shell {
  width: 100%;
  height: 64px;
  margin: 0;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

/* LEFT: EVENTS ICON ONLY */
.tpc-events-shortcut {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  margin: 0;
  border-radius: 13px;
  color: #fff !important;
  background: rgba(255,255,255,.02);
  text-decoration: none !important;
  transition: background .18s ease, transform .18s ease, border-color .18s ease;
  -webkit-tap-highlight-color: transparent;
}

.tpc-events-shortcut:hover,
.tpc-events-shortcut:focus {
  color: #fff !important;
  text-decoration: none !important;
  background: rgba(255,255,255,.065);
  transform: translateY(-1px);
  outline: none;
}

.tpc-events-shortcut img {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0;
  border: 0;
  border-radius: 0;
  object-fit: contain;
  filter: drop-shadow(0 2px 5px rgba(0,0,0,.34));
}

/* RIGHT: JAPANESE + POPUP BUTTON */
.tpc-nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  margin-left: auto;
  flex-shrink: 0;
}

.tpc-language-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(110,232,239,.22);
  border-radius: 999px;
  color: rgba(255,255,255,.92) !important;
  background: rgba(255,255,255,.035);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
  font-family: "Montserrat", "Yu Gothic", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1;
  letter-spacing: .02em;
  text-decoration: none !important;
  text-transform: none !important;
  white-space: nowrap;
  transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease;
}

.tpc-language-switch:hover,
.tpc-language-switch:focus {
  color: #fff !important;
  border-color: rgba(110,232,239,.46);
  background: rgba(110,232,239,.075);
  text-decoration: none !important;
  transform: translateY(-1px);
  outline: none;
}

/* Popup/menu control is visible on DESKTOP AND MOBILE. */
.tpc-menu-btn {
  display: inline-flex;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  color: rgba(255,255,255,.90);
  background: rgba(255,255,255,.045);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.045);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.tpc-menu-btn:hover,
.tpc-menu-btn:focus {
  border-color: rgba(255,255,255,.30);
  background: rgba(255,255,255,.085);
  outline: none;
}

.tpc-menu-btn:active { transform: scale(.96); }

.tpc-menu-dots {
  width: 17px;
  height: 17px;
  display: grid;
  grid-template-columns: repeat(2,5px);
  grid-template-rows: repeat(2,5px);
  gap: 4px;
  align-content: center;
  justify-content: center;
}

.tpc-menu-dots i {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  transition: transform .20s ease, opacity .20s ease;
}

.tpc-menu-btn[aria-expanded="true"] .tpc-menu-dots i:nth-child(1),
.tpc-menu-btn[aria-expanded="true"] .tpc-menu-dots i:nth-child(4) {
  transform: scale(.65);
  opacity: .55;
}

/* DARK BACKDROP */
.tpc-nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 8998;
  visibility: hidden;
  opacity: 0;
  background: rgba(0,0,0,.62);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  transition: opacity .25s ease, visibility .25s ease;
}

.tpc-nav-overlay.is-open {
  visibility: visible;
  opacity: 1;
}

/* =====================================================
   DESKTOP POPUP
   Anchored under the right-side header controls.
===================================================== */
.tpc-nav-sheet {
  position: fixed;
  top: 76px;
  right: 18px;
  bottom: auto;
  left: auto;
  z-index: 8999;
  width: min(420px, calc(100vw - 36px));
  max-width: 420px;
  max-height: calc(100dvh - 94px);
  margin: 0;
  padding: 12px 16px 16px;
  overflow-y: auto;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 22px;
  background:
    radial-gradient(circle at 16% 0%, rgba(255,50,170,.11), transparent 31%),
    radial-gradient(circle at 92% 8%, rgba(48,214,255,.08), transparent 34%),
    linear-gradient(160deg, rgba(20,20,27,.995), rgba(5,5,9,.995));
  box-shadow: 0 22px 70px rgba(0,0,0,.72), 0 0 0 1px rgba(255,255,255,.02);
  transform: translateY(-8px) scale(.985);
  transform-origin: top right;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    transform .24s cubic-bezier(.22,.8,.26,1),
    opacity .20s ease,
    visibility .24s ease;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

.tpc-nav-sheet.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

/* No drag handle on desktop popover. */
.tpc-sheet-handle { display: none; }

.tpc-sheet-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 2px 0 16px;
}

.tpc-sheet-eyebrow {
  color: #70e8ef;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .18em;
}

.tpc-sheet-title {
  margin-top: 7px;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.tpc-sheet-close {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 50%;
  color: rgba(255,255,255,.80);
  background: rgba(255,255,255,.04);
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}

.tpc-sheet-close:hover,
.tpc-sheet-close:focus {
  color: #fff;
  border-color: rgba(255,255,255,.26);
  background: rgba(255,255,255,.08);
  outline: none;
}

.tpc-sheet-links {
  display: grid;
  gap: 7px;
}

.tpc-sheet-link {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 15px;
  color: #fff !important;
  background: rgba(255,255,255,.035);
  text-decoration: none !important;
  text-transform: none !important;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.tpc-sheet-link:hover,
.tpc-sheet-link:focus {
  color: #fff !important;
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.065);
}

.tpc-sheet-link:active { transform: scale(.985); }

.tpc-sheet-link-featured {
  border-color: rgba(255,85,184,.22);
  background: linear-gradient(105deg, rgba(255,59,173,.10), rgba(81,218,255,.045));
}

.tpc-sheet-link-text { display: block; }

.tpc-sheet-link strong {
  display: block;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: none;
}

.tpc-sheet-link small {
  display: block;
  margin-top: 4px;
  color: rgba(255,255,255,.50);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: none;
}

.tpc-sheet-arrow {
  color: rgba(255,255,255,.45);
  font-size: 18px;
  transition: transform .18s ease;
}

.tpc-sheet-link:hover .tpc-sheet-arrow,
.tpc-sheet-link:focus .tpc-sheet-arrow { transform: translateX(3px); }

.tpc-sheet-contact {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 13px;
  color: rgba(255,255,255,.66) !important;
  background: rgba(255,255,255,.025);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 10px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  text-transform: none !important;
}

.tpc-sheet-contact:hover,
.tpc-sheet-contact:focus {
  color: #fff !important;
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.055);
}

.tpc-sheet-ticket {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
  border-radius: 14px;
  color: #fff !important;
  background: linear-gradient(105deg, #ed3f9f, #954de6);
  box-shadow: 0 10px 25px rgba(197,48,167,.23), inset 0 1px 0 rgba(255,255,255,.20);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .04em;
  text-decoration: none !important;
  text-transform: uppercase;
}

body.tpc-nav-open { overflow: hidden; }

#meeting { scroll-margin-top: 72px; }

/* Buy uses a custom JS offset so the ticket area lands lower in the viewport. */
#buy { scroll-margin-top: 0; }

/* =====================================================
   MOBILE: same header, popup becomes a bottom sheet.
===================================================== */
@media (max-width: 700px) {
  .tpc-site-header,
  .tpc-nav-shell { height: 60px; }

  .tpc-site-header.nav-up { top: -64px; }

  .tpc-nav-shell { padding: 0 10px; }

  .tpc-events-shortcut {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .tpc-events-shortcut img {
    width: 29px;
    height: 29px;
  }

  .tpc-nav-actions { gap: 6px; }

  .tpc-language-switch {
    min-width: 50px;
    height: 38px;
    padding: 0 9px;
    font-size: 9px !important;
  }

  .tpc-menu-btn {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    border-radius: 13px;
  }

  .tpc-menu-dots {
    width: 15px;
    height: 15px;
    grid-template-columns: repeat(2,4px);
    grid-template-rows: repeat(2,4px);
    gap: 3px;
  }

  .tpc-menu-dots i {
    width: 4px;
    height: 4px;
  }

  .tpc-nav-sheet {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 520px;
    max-height: min(88dvh, 720px);
    margin: 0 auto;
    padding: 10px 18px calc(18px + env(safe-area-inset-bottom));
    border: 1px solid rgba(255,255,255,.12);
    border-bottom: 0;
    border-radius: 28px 28px 0 0;
    transform: translateY(105%);
    transform-origin: bottom center;
    opacity: 1;
  }

  .tpc-nav-sheet.is-open {
    transform: translateY(0);
    opacity: 1;
  }

  .tpc-sheet-handle {
    display: block;
    width: 38px;
    height: 4px;
    margin: 2px auto 17px;
    border-radius: 10px;
    background: rgba(255,255,255,.18);
  }

  .tpc-sheet-top { margin-top: 0; }
  .tpc-sheet-title { font-size: 21px; }
}

@media (max-width: 365px) {
  .tpc-nav-shell { padding: 0 7px; }

  .tpc-events-shortcut {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .tpc-events-shortcut img {
    width: 27px;
    height: 27px;
  }

  .tpc-language-switch {
    min-width: 46px;
    height: 36px;
    padding: 0 7px;
    font-size: 8px !important;
  }

  .tpc-menu-btn {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tpc-site-header,
  .tpc-nav-overlay,
  .tpc-nav-sheet,
  .tpc-sheet-arrow,
  .tpc-events-shortcut,
  .tpc-language-switch,
  .tpc-menu-dots i {
    transition: none !important;
  }
}




/* =====================================================
   TOKYO GUIDES HUB — HOMEPAGE
   Expands the existing Nightlife Guide feature into the
   doorway for the full Tokyo Pub Crawl content network.
===================================================== */
.tpc-guide-hub-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:9px;
  width:100%;
  margin:20px auto 3px;
}

.tpc-guide-hub-card{
  display:flex !important;
  flex-direction:column;
  align-items:flex-start;
  min-width:0;
  min-height:138px;
  padding:15px 14px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:15px;
  color:#fff !important;
  text-align:left;
  text-decoration:none !important;
  text-transform:none !important;
  background:rgba(255,255,255,.035);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}

.tpc-guide-hub-card:hover,
.tpc-guide-hub-card:focus{
  color:#fff !important;
  text-decoration:none !important;
  transform:translateY(-3px);
  border-color:rgba(255,255,255,.34);
  background:rgba(255,255,255,.065);
}

.tpc-guide-hub-icon{
  display:block;
  margin-bottom:10px;
  font-size:23px;
  line-height:1;
}

.tpc-guide-hub-card strong{
  display:block;
  margin:0 0 6px;
  color:#fff;
  font-family:"Montserrat",Arial,sans-serif;
  font-size:13px;
  font-weight:800;
  line-height:1.25;
  text-transform:none;
}

.tpc-guide-hub-card small{
  display:block;
  margin:0;
  color:rgba(255,255,255,.57);
  font-family:"Montserrat",Arial,sans-serif;
  font-size:10px;
  font-weight:500;
  line-height:1.45;
  text-transform:none;
}

.tpc-guide-hub-card--nightlife{border-color:rgba(47,221,255,.30)}
.tpc-guide-hub-card--solo{border-color:rgba(255,92,190,.30)}
.tpc-guide-hub-card--roppongi{border-color:rgba(253,208,12,.30)}
.tpc-guide-hub-card--psychology{border-color:rgba(160,115,255,.30)}
.tpc-guide-hub-card--japan{border-color:rgba(255,255,255,.22)}

.tpc-guide-hub-note{
  position:relative;
  z-index:2;
  max-width:650px;
  margin:13px auto 0;
  color:rgba(255,255,255,.48);
  font-family:"Montserrat",Arial,sans-serif;
  font-size:10px;
  font-weight:500;
  line-height:1.5;
  text-transform:none;
}

@media screen and (max-width:900px){
  .tpc-guide-hub-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .tpc-guide-hub-card:last-child{
    grid-column:1 / -1;
    min-height:0;
  }
}

@media screen and (max-width:520px){
  .tpc-guide-hub-grid{
    grid-template-columns:1fr;
    gap:8px;
    margin-top:17px;
  }

  .tpc-guide-hub-card,
  .tpc-guide-hub-card:last-child{
    grid-column:auto;
    min-height:0;
    padding:14px 15px;
  }

  .tpc-guide-hub-icon{
    margin-bottom:8px;
    font-size:21px;
  }

  .tpc-guide-hub-card strong{
    font-size:13px;
  }

  .tpc-guide-hub-card small{
    font-size:10.5px;
  }
}


/* =====================================================
   TOKYO GUIDES HUB — 8 GUIDE EXPANSION
   Desktop/tablet: show all 8.
   Mobile: show first 4, reveal the remaining 4 on demand.
===================================================== */

.tpc-guide-hub-more-wrap {
  position: relative;
  z-index: 2;
  display: none;
  margin: 14px auto 2px;
  text-align: center;
}

.tpc-guide-hub-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 17px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.04);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 8px 20px rgba(0,0,0,.25);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .055em;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.tpc-guide-hub-more:hover,
.tpc-guide-hub-more:focus {
  border-color: rgba(255,255,255,.38);
  background: rgba(255,255,255,.07);
  transform: translateY(-2px);
  outline: none;
}

.tpc-guide-hub-more-arrow {
  display: inline-block;
  margin-left: 8px;
  font-size: 15px;
  transition: transform .20s ease;
}

.tpc-guide-hub-more[aria-expanded="true"] .tpc-guide-hub-more-arrow {
  transform: rotate(180deg);
}

@media screen and (max-width:520px) {
  .tpc-guide-hub-card.tpc-guide-hub-extra {
    display: none !important;
  }

  .tpc-guide-hub-grid.is-expanded .tpc-guide-hub-card.tpc-guide-hub-extra {
    display: flex !important;
  }

  .tpc-guide-hub-more-wrap {
    display: block;
  }
}
