:root {
  --tutb-red: #9d2a1a;
  --tutb-red-dark: #5c1309;
  --tutb-black: #050505;
  --tutb-charcoal: #111;
  --tutb-cream: #f1b9aa;
  --tutb-light: #fff7f4;
  --tutb-muted: #6d625e;
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Open Sans', system-ui, -apple-system, Segoe UI, sans-serif;
  background: #fff;
  color: #151515;
}

h1,
h2,
h3,
h4,
.tutb-nav-list a {
  font-family: 'Oswald', Impact, sans-serif;
  letter-spacing: .035em;
  text-transform: uppercase;
}

a {
  color: var(--tutb-red);
}

/* Header / Navigation */
.site-header {
  z-index: 1030;
  transition: all .25s ease;
}

.tutb-navbar {
    min-height: 108px;

    background: rgba(255,255,255,.12);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    border-top: 1px solid rgba(255,255,255,.65);
    border-bottom: 1px solid rgba(255,255,255,.65);

    box-shadow:
        inset 0 1px rgba(255,255,255,.20),
        0 12px 30px rgba(0,0,0,.15);

    transition: all .35s ease;
}

.site-header.is-scrolled .tutb-navbar {

    min-height: 76px;

    background: rgba(255,255,255,.88);

    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);

    border-top: 1px solid rgba(255,255,255,.95);
    border-bottom: 1px solid rgba(0,0,0,.08);

    box-shadow:
        0 10px 35px rgba(0,0,0,.10);

}

.nav-shell {
  position: relative;
}

.tutb-nav-collapse {
  width: 100%;
  align-items: center;
  justify-content: center;
}

.tutb-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 3.25rem;
  min-width: 410px;
}

.tutb-nav-left {
  justify-content: flex-end;
}

.tutb-nav-right {
  justify-content: flex-start;
}

.tutb-nav-list a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 2.15rem 0;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .65);
  font-family: 'Oswald', Impact, sans-serif;
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: .15em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  transition: color .2s ease, padding .25s ease;
}

.tutb-nav-list a{

    color:#fff;

    font-weight:500;

    letter-spacing:.18em;

    text-shadow:0 2px 8px rgba(0,0,0,.65);

    transition:all .25s ease;

}

.tutb-nav-list a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 1.48rem;
  width: 0;
  height: 2px;
  background: var(--tutb-red);
  transform: translateX(-50%);
  transition: width .22s ease;
}

.tutb-nav-list a:hover,
.tutb-nav-list a:focus {
  color: var(--tutb-red);
}

.tutb-nav-list a:hover::after,
.tutb-nav-list a:focus::after {
  width: 100%;
}

.site-header.is-scrolled .tutb-nav-list a {
  padding-top: 1.35rem;
  padding-bottom: 1.35rem;
      color:#1d1d1d;

    text-shadow:none;
}

.site-header.is-scrolled .tutb-nav-list a::after {
  bottom: .82rem;
}

.site-header.is-scrolled .tutb-nav-list a {
  color: #181818;
  text-shadow: none;
}

.site-header.is-scrolled .tutb-nav-list a:hover,
.site-header.is-scrolled .tutb-nav-list a:focus {
  color: var(--tutb-red);
}

.center-brand {
  width: 154px;
  height: 102px;
  margin: 0 5.75rem;
  padding: 0;
  position: relative;
  align-items: center;
  justify-content: center;
}

.center-brand img {
  position: absolute;
  top: 5px;
  width: 96px;
  height: 96px;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, .65));
  transition: all .25s ease;
}

.center-brand img{

    filter:
        drop-shadow(0 8px 12px rgba(0,0,0,.30))
        drop-shadow(0 0 10px rgba(255,255,255,.35));

}

.site-header.is-scrolled .center-brand {
  height: 74px;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, .22));
}

.site-header.is-scrolled .center-brand img {
  top: 0px;
  width: 72px;
  height: 72px;
}

.mobile-brand img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.tutb-toggler {
  border-color: rgba(0, 0, 0, .25);
}

.navbar-toggler-icon {
  filter: none;
}

.tutb-navbar{
    position:relative;
}

.tutb-navbar::before,
.tutb-navbar::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    height:1px;
    background:rgba(255,255,255,.55);
}

.tutb-navbar::before{
    top:0;
}

.tutb-navbar::after{
    bottom:0;
}

.site-header.is-scrolled .tutb-navbar::before,
.site-header.is-scrolled .tutb-navbar::after{
    background:rgba(0,0,0,.10);
}

/* Hero */
.hero {
  position: relative;
  min-height: 760px;
  padding-top: 130px;
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, .78), rgba(0, 0, 0, .38), rgba(0, 0, 0, .82)),
    url('/assets/img/hero-trivia.svg');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  z-index: 1;
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero-logo {
  max-width: 290px;
  width: 70%;
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, .85));
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(157, 42, 26, .92);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 999px;
  padding: .55rem 1rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(2.7rem, 6vw, 6.25rem);
  line-height: .95;
  text-shadow: 0 10px 25px rgba(0, 0, 0, .75);
}

.hero .lead {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: #fff0eb;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

/* Buttons / Typography */
.btn-tutb {
  background: var(--tutb-red);
  border-color: var(--tutb-red);
  color: #fff;
  font-weight: 800;
  border-radius: 999px;
  padding: .8rem 1.35rem;
}

.btn-tutb:hover {
  background: var(--tutb-red-dark);
  border-color: var(--tutb-red-dark);
  color: #fff;
}

.btn-outline-light {
  border-radius: 999px;
  font-weight: 800;
  padding: .8rem 1.35rem;
}

.section-title {
  font-weight: 800;
  color: var(--tutb-black);
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.section-kicker {
  font-weight: 800;
  color: var(--tutb-red);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.highlight {
  color: var(--tutb-red);
}

/* Cards */
.event-card,
.host-card,
.service-card,
.story-card {
  border: 0;
  box-shadow: 0 16px 42px rgba(0, 0, 0, .09);
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
}

.event-card {
  border-top: 6px solid var(--tutb-red);
}

.venue-logo {
  width: 84px;
  height: 84px;
  object-fit: contain;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 18px;
  padding: 7px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

.event-type-badge {
  display: inline-flex;
  background: #111;
  color: #fff;
  border-radius: 999px;
  padding: .3rem .65rem;
  font-size: .78rem;
  font-weight: 800;
}

/* Day Tabs */
.day-tabs {
  gap: .35rem;
}

.day-tabs .nav-link {
  color: var(--tutb-black);
  font-weight: 800;
  border-radius: 999px;
  border: 1px solid #ead8d2;
  background: #fff;
}

.day-tabs .nav-link.active {
  background: var(--tutb-red);
  border-color: var(--tutb-red);
  color: #fff;
}

/* Sections */
.services-section {
  background: linear-gradient(180deg, #fff7f4, #fff);
}

.service-icon {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background: var(--tutb-red);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.host-card img {
  height: 285px;
  object-fit: cover;
  background: #f6e7e1;
}

.host-card .card-body {
  padding: 1.35rem;
}

.about-photo {
  min-height: 360px;
  border-radius: 26px;
  background-image:
    linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .55)),
    url('/assets/img/hero-trivia.svg');
  background-size: cover;
  background-position: center;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .18);
}

.contact-panel {
  background: var(--tutb-light);
  border-radius: 26px;
  box-shadow: 0 16px 45px rgba(0, 0, 0, .08);
  border: 1px solid #f0d8d0;
}

.form-control,
.form-select {
  border-radius: 14px;
  padding: .75rem .9rem;
}

/* Footer */
.site-footer {
  background: #090909;
  color: #fff;
  border-top: 5px solid var(--tutb-red);
}

.footer-logo {
  width: 135px;
  height: auto;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, .8));
}

/* Admin */
.admin-shell {
  min-height: 100vh;
  background: #f6f6f6;
}

.admin-sidebar {
  background: #111;
  color: #fff;
  min-height: 100vh;
}

.admin-sidebar a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: .75rem 1rem;
}

/* Responsive */
@media (max-width: 1199.98px) {
  .tutb-navbar {
    min-height: auto;
    background: rgba(255, 255, 255, .97);
    padding: .4rem 0;
  }

  .tutb-navbar .container {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tutb-nav-collapse {
    padding: 1rem 0;
  }

  .tutb-nav-list {
    display: block;
    min-width: 0;
  }

  .tutb-nav-list a {
    padding: .75rem 0;
    color: #181818;
  }

  .tutb-nav-list a::after {
    left: 0;
    bottom: .35rem;
    transform: none;
  }

  .tutb-nav-list a:hover::after,
  .tutb-nav-list a:focus::after {
    width: 42px;
  }

  .center-brand {
    display: none !important;
  }

  .hero {
    min-height: 690px;
    padding: 4rem 0;
  }
}

/* Admin Fixes */
.admin-shell {
  min-height: 100vh;
  background: #f6f6f6;
}

.admin-shell h1,
.admin-shell h2,
.admin-shell h3,
.admin-shell h4 {
  font-family: 'Open Sans', system-ui, sans-serif;
  letter-spacing: normal;
  text-transform: none;
}

.admin-sidebar {
  background: #111;
  color: #fff;
  min-height: 100vh;
}

.admin-sidebar a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: .85rem 1rem;
  font-family: 'Open Sans', system-ui, sans-serif;
  letter-spacing: normal;
  text-transform: none;
}

.admin-shell .nav-pills {
  gap: .5rem;
}

.admin-shell .nav-pills .nav-link {
  font-family: 'Open Sans', system-ui, sans-serif;
  letter-spacing: normal;
  text-transform: none;
  color: #222 !important;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 999px;
  padding: .55rem 1rem !important;
  text-shadow: none;
}

.admin-shell .nav-pills .nav-link::after {
  display: none !important;
}

.admin-shell .nav-pills .nav-link.active {
  background: var(--tutb-red);
  border-color: var(--tutb-red);
  color: #fff !important;
}

.admin-shell .card {
  border: 0;
  border-radius: 16px;
}

.admin-shell .card-header {
  background: #fff;
  border-bottom: 1px solid #eee;
}

.admin-shell .table th {
  font-size: .82rem;
  text-transform: uppercase;
  color: #666;
}

/* Admin Layout Polish */
.admin-shell {
  min-height: 100vh;
  background: #f5f6f8;
}

.admin-sidebar {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(157, 42, 26, .18), rgba(0, 0, 0, 0) 260px),
    #0b0b0d;
  color: #fff;
  padding: 0;
  box-shadow: 8px 0 28px rgba(0, 0, 0, .08);
}

.admin-brand {
  padding: 1.5rem 1.25rem;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.admin-brand img {
  max-width: 105px;
  height: auto;
  margin-bottom: .6rem;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, .55));
}

.admin-brand-title {
  color: #fff;
  font-family: 'Oswald', Impact, sans-serif;
  font-size: 1.05rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.admin-nav {
  padding: 1rem .85rem;
}

.admin-nav a {
  display: flex;
  align-items: center;
  gap: .8rem;
  color: rgba(255, 255, 255, .78);
  text-decoration: none;
  padding: .78rem .9rem;
  border-radius: 14px;
  font-size: .95rem;
  font-weight: 600;
  transition: all .18s ease;
}

.admin-nav a i {
  width: 22px;
  color: rgba(255, 255, 255, .48);
  text-align: center;
  transition: all .18s ease;
}

.admin-nav a:hover {
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.admin-nav a:hover i {
  color: var(--tutb-cream);
}

.admin-nav a.active {
  background: linear-gradient(135deg, var(--tutb-red), var(--tutb-red-dark));
  color: #fff;
  box-shadow: 0 10px 22px rgba(157, 42, 26, .28);
}

.admin-nav a.active i {
  color: #fff;
}

.admin-nav-label {
  margin: 1rem .9rem .45rem;
  color: rgba(255, 255, 255, .38);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.admin-brand-link,
.admin-brand-link:hover,
.admin-brand-link:focus,
.admin-brand-link:active,
.admin-brand-link:visited {
    display: inline-block;
    background: transparent !important;
    color: inherit;
    text-decoration: none;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none !important;
    outline: none;
}

.admin-brand-link img {
    display: block;
}

.venue-card{
    transition:.25s ease;
}

.venue-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 50px rgba(0,0,0,.12)!important;
}

.venue-image {
    height: 240px;
    width: 100%;
    object-fit: cover;
    display: block;
}

.venue-card h3{
    font-family:'Oswald',sans-serif;
}

/* Public Design System */
.public-section {
    padding: 5rem 0;
}

.public-section-light {
    background: #fff7f4;
}

.public-section-muted {
    background: #f8f9fa;
}

.public-section-header {
    max-width: 760px;
    margin: 0 auto 3rem;
    text-align: center;
}

.public-kicker {
    color: var(--tutb-red);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: .82rem;
    margin-bottom: .5rem;
}

.public-title {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .035em;
    color: #111;
    margin-bottom: .75rem;
}

.public-subtitle {
    color: #6c757d;
    font-size: 1.08rem;
    line-height: 1.7;
}

.public-card {
    background: #fff;
    border: 0;
    border-radius: 22px;
    box-shadow: 0 14px 36px rgba(0,0,0,.08);
    overflow: hidden;
    transition: .22s ease;
}

.public-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 52px rgba(0,0,0,.13);
}

.public-card-body {
    padding: 1.35rem;
}

.public-card-title {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .035em;
    color: #111;
    margin-bottom: .4rem;
}

.public-card-text {
    color: #6c757d;
    line-height: 1.65;
}

.public-badge {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    background: #fff7f4;
    color: var(--tutb-red);
    border: 1px solid #f0d8d0;
    border-radius: 999px;
    padding: .38rem .7rem;
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.public-meta {
    display: flex;
    align-items: flex-start;
    gap: .45rem;
    color: #555;
    font-size: .92rem;
}

.public-meta i {
    width: 18px;
    color: var(--tutb-red);
    margin-top: .15rem;
}

.public-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    background: var(--tutb-red);
    color: #fff !important;
    text-decoration: none;
    border-radius: 999px;
    padding: .72rem 1.1rem;
    font-weight: 900;
    border: 1px solid var(--tutb-red);
    transition: .2s ease;
}

.public-btn:hover {
    background: var(--tutb-red-dark);
    border-color: var(--tutb-red-dark);
    transform: translateY(-2px);
}

.public-btn-light {
    background: #fff;
    color: #111 !important;
    border-color: #eee;
}

.public-btn-light:hover {
    background: #f8f9fa;
    color: var(--tutb-red) !important;
}

.public-logo-box {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 22px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.public-logo-box img {
    max-width: 100%;
    max-height: 170px;
    object-fit: contain;
}

.public-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.public-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

@media (max-width: 1199.98px) {
    .public-grid-4 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .public-grid-4,
    .public-grid-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .public-section {
        padding: 3.25rem 0;
    }

    .public-grid-4,
    .public-grid-3 {
        grid-template-columns: 1fr;
    }

    .public-section-header {
        margin-bottom: 2rem;
    }
}

.venue-logo-box {
    height: 230px;
    border-radius: 22px 22px 0 0;
    border: 0;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.venue-logo-box img {
    max-width: 78%;
    max-height: 165px;
    object-fit: contain;
}

.public-btn {
    width: fit-content;
}

.public-card .public-btn {
    align-self: flex-start;
}

.public-card-body {
    min-height: 275px;
}

.venue-card-schedule {
    display: grid;
    gap: .55rem;
}

.venue-card-schedule-row {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: .7rem;
    align-items: center;
    padding: .65rem .75rem;
    background: #fff7f4;
    border: 1px solid #f0d8d0;
    border-radius: 14px;
}

.venue-card-schedule-day {
    color: var(--tutb-red);
    font-weight: 900;
    text-transform: uppercase;
    font-size: .72rem;
    letter-spacing: .07em;
}

.venue-card-schedule-info {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.venue-card-schedule-info strong {
    font-size: .9rem;
}

.venue-card-schedule-info span {
    color: #666;
    font-size: .82rem;
    margin-top: .12rem;
}

/* ==========================================
   Venue Page
========================================== */

.venue-hero-premium {
    position: relative;
    isolation: isolate;
    color: #fff;
    padding: 4.75rem 0 4.25rem;
    overflow: hidden;
}

.venue-hero-premium::before {
    content: "";
    position: absolute;
    inset: -24px;
    background-image: var(--venue-hero-image);
    background-size: cover;
    background-position: center;
    filter: blur(3px);
    transform: scale(1.08);
    z-index: -3;
}

.venue-hero-premium::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            135deg,
            rgba(0,0,0,.82) 0%,
            rgba(0,0,0,.72) 40%,
            rgba(130,0,0,.62) 100%
        );
    z-index: -2;
}

.venue-hero-content-panel {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 30px;
    padding: 2rem;
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 60px rgba(0,0,0,.25);
    max-width: 860px;
}

.venue-hero-title {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: .035em;
    line-height: .95;
}

.venue-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    margin: 1.15rem 0 1.75rem;
}

.venue-hero-meta span {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    padding: .6rem 1rem;
    font-weight: 700;
    backdrop-filter: blur(8px);
}

.venue-hero-premium .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    min-height: 52px;
    padding: 0 1.5rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1;
}

.venue-hero-premium .btn i {
    margin: 0 !important;
}

.venue-cta-panel {
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 26px;
    padding: 1.5rem;
    backdrop-filter: blur(18px);
    box-shadow: 0 20px 55px rgba(0,0,0,.28);
}

.venue-host-card-kicker {
    display: inline-flex;
    align-items: center;
    font-size: .82rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: rgba(255,255,255,.8);
    margin-bottom: 1.5rem;
}

.venue-host-event-box {
    background: rgba(0,0,0,.20);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 18px;
    padding: 1rem;
}

.venue-breadcrumbs {
    font-weight: 700;
}

.venue-breadcrumbs a {
    color: var(--tutb-red);
}

.venue-section-card {
    border: 0;
    border-radius: 26px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 16px 44px rgba(0,0,0,.08);
}

.venue-info-list {
    display: grid;
    gap: .85rem;
}

.venue-info-item {
    display: flex;
    gap: .8rem;
    align-items: flex-start;
    padding: .9rem;
    border-radius: 18px;
    background: #fff7f4;
}

.venue-info-icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: var(--tutb-red);
    color: #fff;
    flex-shrink: 0;
}

.venue-event-card {
    height: 100%;
    border: 1px solid #eee;
    border-top: 5px solid var(--tutb-red);
    border-radius: 22px;
    padding: 1.15rem;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,.05);
    transition: .2s ease;
}

.venue-event-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(0,0,0,.11);
}

.venue-event-day {
    color: var(--tutb-red);
    font-weight: 900;
    text-transform: uppercase;
    font-size: .78rem;
    letter-spacing: .08em;
}

.venue-event-title {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-size: 1.4rem;
    line-height: 1.05;
}

.venue-event-meta {
    display: flex;
    align-items: flex-start;
    gap: .5rem;
    margin-top: .45rem;
    color: #555;
}

.venue-event-meta i {
    width: 18px;
    color: var(--tutb-red);
}

.venue-host-card {
    border: 0;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 14px 34px rgba(0,0,0,.09);
}

.venue-host-photo-wrap {
    height: 240px;
    overflow: hidden;
}

.venue-host-photo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.venue-map {
    width: 100%;
    min-height: 390px;
    border: 0;
}

.venue-nearby-card {
    border: 0;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: .2s ease;
}

.venue-nearby-card:hover {
    transform: translateY(-4px);
}

.venue-nearby-logo {
    height: 135px;
    object-fit: contain;
    padding: 1rem;
    background: #fff7f4;
}

.venue-faq .accordion-item {
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(0,0,0,.06);
    margin-bottom: .9rem;
}

.venue-faq .accordion-button {
    font-weight: 900;
}

.venue-faq .accordion-button:not(.collapsed) {
    background: var(--tutb-red);
    color: #fff;
}

@media (max-width: 767.98px) {

    .venue-hero-premium {
        padding: 3.5rem 0;
        text-align: center;
    }

    .venue-hero-meta {
        justify-content: center;
    }

    .venue-cta-panel {
        margin-top: 2rem;
        max-width: 100%;
    }
}

.venue-host-feature{
    display:flex;
    align-items:center;
    gap:1.5rem;
}

.venue-host-feature-image{
    width:145px;
    height:205px;
    object-fit:contain;
    object-position:bottom center;
    flex-shrink:0;

    background:none;
    border:none;
    border-radius:0;
    box-shadow:none;
}

.venue-host-feature-content{
    display:flex;
    flex-direction:column;
    justify-content:center;
    min-height:165px;
}

.venue-host-name{
    font-size:1.65rem;
    font-weight:800;
    color:#fff;
    line-height:1;
    margin-bottom:1rem;
}

.venue-host-type{
    color:#ffd26a;
    /*margin-bottom:1rem;*/
}

.venue-host-next{
    border-left:3px solid var(--tutb-red);
    padding-left:1rem;
}

.venue-host-next .day{
    font-size:1.2rem;
    font-weight:700;
    color:#fff;
}

.venue-host-next .time{
    color:rgba(255,255,255,.75);
}

.venue-next-event-title{
    font-size:.72rem;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.12em;
    color:rgba(255,255,255,.55);
    /*margin-bottom:.45rem;*/
}

.venue-host-feature-card {
    border-radius: 28px;
    overflow: visible;
    background: #fff;
    box-shadow: 0 18px 50px rgba(0,0,0,.08);
}

.venue-host-feature-photo {
    height: 100%;
    min-height: 340px;
    background: transparent;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 1.5rem;
    overflow: visible;
}

.venue-host-feature-photo img {
    max-width: 115%;
    max-height: 380px;
    object-fit: contain;
    object-position: bottom center;
    filter: drop-shadow(0 18px 22px rgba(0,0,0,.18));
    transform: translateY(18px);
}

.venue-host-feature-bio,
.venue-host-feature-shows {
    height: 100%;
    padding: 2rem;
}

.venue-host-feature-shows {
    background: #fafafa;
    border-left: 1px solid #eee;
}

.venue-host-show-link {
    display: block;
    padding: .85rem 1rem;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #eee;
    color: inherit;
    text-decoration: none;
    transition: .2s ease;
}

.venue-host-show-link:hover {
    transform: translateY(-2px);
    border-color: var(--tutb-red);
    box-shadow: 0 10px 24px rgba(0,0,0,.08);
}

@media (max-width: 991.98px) {
    .venue-host-feature-shows {
        border-left: 0;
        border-top: 1px solid #eee;
    }
}

.public-nav .dropdown-menu{
    border-radius:18px;
    padding:.55rem;
    min-width:250px;
    border:0;
    box-shadow:0 18px 42px rgba(0,0,0,.18);
    animation:fadeDown .18s ease;
}

.public-nav .dropdown-item{
    border-radius:12px;
    font-weight:700;
    padding:.8rem .9rem;
    display:flex;
    align-items:center;
    gap:.65rem;
    transition:.18s;
}

.public-nav .dropdown-item i{
    width:22px;
    text-align:center;
    color:var(--tutb-red);
}

.public-nav .dropdown-item:hover{
    background:#fff5f5;
    color:var(--tutb-red);
    transform:translateX(3px);
}

.public-nav .dropdown-toggle::after{
    margin-left:.45rem;
    vertical-align:.12rem;
}

@keyframes fadeDown{
    from{
        opacity:0;
        transform:translateY(-8px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

.mobile-nav-group{
    border-bottom:1px solid rgba(255,255,255,.1);
}

.mobile-nav-toggle{
    width:100%;
    background:transparent;
    border:0;
    border-bottom:0;
    padding:1rem 0 .75rem;
    text-align:left;
}

.mobile-nav-toggle-icon{
    color:var(--tutb-red);
    transition:transform .2s ease;
}

.mobile-nav-toggle[aria-expanded="false"] .mobile-nav-toggle-icon{
    transform:rotate(-90deg);
}

.mobile-nav-submenu{
    padding:0 0 .8rem;
}

.mobile-nav-sublink{
    display:grid;
    grid-template-columns:42px 1fr;
    gap:.8rem;
    align-items:center;
    color:#fff;
    text-decoration:none;
    padding:.72rem .75rem;
    margin:.25rem 0;
    border-radius:14px;
    background:rgba(255,255,255,.045);
    border:1px solid rgba(255,255,255,.075);
    transition:.18s ease;
}

.mobile-nav-sublink:hover{
    color:#fff;
    background:rgba(215,25,32,.15);
    border-color:rgba(215,25,32,.35);
}

.mobile-nav-sublink-icon{
    width:38px;
    height:38px;
    border-radius:12px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:var(--tutb-red);
    background:rgba(215,25,32,.12);
}

.mobile-nav-sublink strong{
    display:block;
    font-size:.94rem;
    text-transform:uppercase;
    letter-spacing:.035em;
    line-height:1.15;
}

.mobile-nav-sublink small{
    display:block;
    color:rgba(255,255,255,.55);
    font-size:.73rem;
    font-weight:600;
    margin-top:.15rem;
}

  .hero{position:relative;overflow:hidden;background:radial-gradient(circle at 18% 20%,rgba(215,25,32,.24),transparent 28%),linear-gradient(135deg,#080808,#1c1c1c 58%,#080808);color:#fff;padding:5.5rem 0 5rem;}
  .hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px);background-size:44px 44px;opacity:.45;}
  .hero .container{position:relative;z-index:1;}
  .hero-logo{width:min(250px,60vw);height:auto;filter:drop-shadow(0 24px 28px rgba(0,0,0,.45));}
  .hero-kicker{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:.65rem 1rem;text-transform:uppercase;letter-spacing:.14em;font-weight:900;font-size:.82rem;}
  .hero h1{font-family:'Oswald',sans-serif;font-size:clamp(3rem,7vw,6.7rem);line-height:.94;text-transform:uppercase;letter-spacing:.015em;}
  .hero .lead{max-width:820px;margin-left:auto;margin-right:auto;color:rgba(255,255,255,.84);font-size:1.25rem;}
  .section-title{font-family:'Oswald',sans-serif;text-transform:uppercase;font-weight:800;font-size:clamp(2.2rem,4vw,4rem);letter-spacing:.02em;}
  .event-card,.service-card,.contact-panel{border:0;border-radius:26px;box-shadow:0 18px 38px rgba(0,0,0,.09);overflow:hidden;}
  .event-card{border-top:5px solid var(--tutb-red,#d71920);transition:.2s ease;}
  .event-card:hover{transform:translateY(-4px);box-shadow:0 22px 45px rgba(0,0,0,.14);}
  .venue-logo{width:76px;height:76px;object-fit:contain;border-radius:18px;background:#fff;border:1px solid #eee;padding:.4rem;}
  .event-type-badge{display:inline-flex;background:#111;color:#fff;font-weight:900;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;padding:.35rem .65rem;border-radius:999px;}
  .event-status-pill{display:inline-flex;align-items:center;gap:.35rem;border-radius:999px;font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.07em;padding:.35rem .6rem;}
  .event-status-pill.is-on{background:rgba(25,135,84,.12);color:#198754;}
  .event-status-pill.is-off{background:rgba(108,117,125,.14);color:#5f666d;}
  .event-recur{font-size:.78rem;font-weight:800;color:#555;}
  .day-tabs .nav-link{font-weight:900;color:#111;border-radius:999px;margin:.2rem .12rem;}
  .day-tabs .nav-link.active{background:var(--tutb-red,#d71920);color:#fff;box-shadow:0 12px 24px rgba(215,25,32,.2);}
  .services-section{background:#f6f6f6;}
  .service-icon{width:62px;height:62px;border-radius:20px;background:var(--tutb-red,#d71920);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.55rem;margin-bottom:1.1rem;}
  .hosts-section{background:linear-gradient(180deg,#fff,#f7f7f7);overflow:hidden;}
  .host-premium-card{position:relative;border:1px solid rgba(17,17,17,.08);border-radius:30px;background:#fff;box-shadow:0 18px 42px rgba(0,0,0,.10);overflow:hidden;transition:.22s ease;height:100%;}
  .host-premium-card:hover{transform:translateY(-6px);box-shadow:0 28px 58px rgba(0,0,0,.16);}
  .host-stage{height:420px;background:linear-gradient(180deg,#f4f4f4 0%,#fff 74%);display:flex;align-items:flex-end;justify-content:center;padding:1rem .75rem 0;position:relative;}
  .host-stage:before{content:"";position:absolute;left:18%;right:18%;bottom:16px;height:18px;background:rgba(0,0,0,.12);filter:blur(14px);border-radius:50%;}
  .host-stage img{position:relative;z-index:1;height:400px!important;max-height:400px!important;width:auto!important;max-width:100%!important;object-fit:contain;object-position:center bottom;display:block;}
  .host-info-panel{position:relative;padding:1.15rem 1.25rem 1.35rem;background:#fff;text-align:center;}
  .host-role{font-weight:900;text-transform:uppercase;color:var(--tutb-red,#d71920);font-size:.78rem;letter-spacing:.08em;margin-bottom:.35rem;}
  .host-premium-name{font-family:'Oswald',sans-serif;text-transform:uppercase;font-size:1.85rem;line-height:.95;margin:0 0 .65rem;color:#111;}
  .host-premium-name:after{content:"";display:block;width:52px;height:4px;background:var(--tutb-red,#d71920);border-radius:999px;margin:.55rem auto 0;}
  .host-premium-bio{color:#555;line-height:1.55;font-size:1rem;margin:0;}
  .host-show-btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;margin-top:.4rem;font-weight:900;color:#111;text-decoration:none;text-transform:uppercase;font-size:.76rem;letter-spacing:.055em;}
  .host-show-btn:hover{color:var(--tutb-red,#d71920);}
  .host-show-empty{min-height:1.95rem;}
  .host-show-item{border:1px solid rgba(0,0,0,.08);border-radius:18px;padding:1rem;background:#fff;box-shadow:0 10px 26px rgba(0,0,0,.06);}
  .host-show-day{font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:var(--tutb-red,#d71920);font-size:.75rem;}
  .host-show-title{font-family:'Oswald',sans-serif;text-transform:uppercase;font-size:1.45rem;line-height:1.05;color:#111;}
  .host-show-meta{color:#606060;font-size:.95rem;}
  .host-profile-modal .modal-xl{max-width:1120px;}
  .host-modal-header{background:linear-gradient(135deg,#111,#262626);color:#fff;padding:1.25rem 1.5rem;}
  .host-modal-body{background:#fff;}
  .host-modal-photo-wrap{background:linear-gradient(180deg,#f4f4f4,#fff);display:flex;align-items:flex-end;justify-content:center;min-height:520px;padding:1.25rem 1rem 0;position:relative;overflow:hidden;}
  .host-modal-photo-wrap:before{content:"";position:absolute;left:18%;right:18%;bottom:18px;height:20px;background:rgba(0,0,0,.14);filter:blur(16px);border-radius:50%;}
  .host-modal-photo{position:relative;z-index:1;max-height:500px;width:auto;max-width:100%;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 18px 22px rgba(0,0,0,.16));}
  .host-modal-name{font-family:'Oswald',sans-serif;text-transform:uppercase;font-size:2.6rem;line-height:.95;color:#111;margin-bottom:1rem;}
  .host-modal-bio{color:#555;font-size:1.05rem;line-height:1.7;}
  .host-modal-shows{background:#f7f7f7;border-left:1px solid rgba(0,0,0,.06);}
  .host-no-shows{background:#fff;border:1px dashed rgba(0,0,0,.14);}
  .about-photo{min-height:380px;border-radius:30px;background:radial-gradient(circle at center,rgba(215,25,32,.28),transparent 45%),linear-gradient(135deg,#111,#333);box-shadow:0 22px 45px rgba(0,0,0,.15);}
  .contact-panel{background:#fff;border-top:6px solid var(--tutb-red,#d71920);}
  .form-control,.form-select{border-radius:14px;padding:.8rem 1rem;}
.host-profile-top {
    display: grid;
    grid-template-columns: 210px 1fr;
    gap: 2rem;
    align-items: start;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid #eee;
}

.host-profile-top .host-modal-photo-wrap {
    display: inline-flex;
    justify-content: center;
    align-items: center;

    width: fit-content;
    height: fit-content;

    align-self: start;

    padding: 0;
    margin: 0;

    background: transparent;
    border: none;
    box-shadow: none;
}

.host-profile-top .host-modal-photo {
    display: block;
    width: 180px;
    height: auto;
    object-fit: contain;
}

.host-modal-name {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: .75rem;
}

.host-modal-bio {
    max-width: 700px;
    font-size: 1.05rem;
    line-height: 1.8;
    color: #444;
}

.host-profile-bottom {
    padding-top: 1.75rem;
}

.host-show-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.host-show-item {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: .85rem;
    box-shadow: 0 8px 20px rgba(0,0,0,.06);
    transition: all .2s ease;
}

.host-show-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0,0,0,.12);
}

@media (max-width: 1199px) {

    .host-show-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}

@media (max-width: 991px) {

    .host-show-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 767.98px) {

    .host-modal-body {
        padding: 1.25rem;
    }

    .host-profile-top {
        grid-template-columns: 1fr;
        gap: 1rem;
        text-align: center;
        padding-bottom: 1rem;
    }

    .host-profile-top .host-modal-photo-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .host-profile-top .host-modal-photo {
        width: 170px;
        height: auto;
        margin: 0 auto;
    }

    .host-modal-about {
        text-align: left;
    }

    .host-modal-name {
        font-size: 2.5rem;
    }

    .host-modal-bio {
        font-size: 1rem;
        line-height: 1.7;
    }

    .host-profile-bottom {
        padding-top: 1rem;
    }

    .host-show-grid {
        grid-template-columns: 1fr;
    }

}

.theme-nights-section{
    background:
        radial-gradient(circle at 15% 20%,rgba(215,25,32,.18),transparent 30%),
        linear-gradient(135deg,#101010,#202020);
    color:#fff;
}

.theme-nights-section .section-title,
.theme-nights-section .section-kicker{
    color:#fff;
}

.theme-nights-section .section-title .highlight{
    color:var(--tutb-red,#d71920);
}

.theme-nights-intro{
    color:rgba(255,255,255,.76);
}

/* Featured event */

.theme-night-feature-card{
    width:80%;
    max-width:none;
    margin-left:auto;
    margin-right:auto;
    border-radius:28px;
    overflow:hidden;
    background:#fff;
    color:#111;
    box-shadow:0 26px 65px rgba(0,0,0,.38);
    transition:transform .22s ease,box-shadow .22s ease;
}

.theme-night-feature-card:hover{
    transform:translateY(-5px);
    box-shadow:0 34px 78px rgba(0,0,0,.48);
}

.theme-night-feature-card > .row{
    align-items:stretch;
}

/* Flyer side */

.theme-night-feature-image{
    width:100%;
    height:100%;
    min-height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#090909;
    overflow:hidden;
}

.theme-night-feature-flyer{
    display:block;
    width:100%;
    height:auto;
    object-fit:contain;
    object-position:center;
}

/* Information side */

.theme-night-feature-body{
    width:100%;
    height:100%;
    min-height:100%;
    padding:1.75rem 2rem;
    display:flex;
    flex-direction:column;
    background:#fff;
    border-left:6px solid var(--tutb-red,#d71920);
    overflow:visible;
}

.theme-night-featured-inline{
    display:inline-flex;
    align-items:center;
    align-self:flex-start;
    gap:.45rem;
    border-radius:999px;
    background:#111;
    color:#fff;
    padding:.52rem .85rem;
    font-size:.73rem;
    font-weight:900;
    letter-spacing:.075em;
    text-transform:uppercase;
}

.theme-night-featured-inline i{
    color:var(--tutb-red,#d71920);
}

.theme-night-countdown{
    display:inline-block;
    font-family:'Oswald',sans-serif;
    font-size:1.1rem;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.theme-countdown-normal{
    color:#666;
}

.theme-countdown-warning{
    color:#ff9800;
}

.theme-countdown-live{
    color:var(--tutb-red,#d71920);
    animation:themePulse 1.4s infinite;
}

@keyframes themePulse{

    0%{
        transform:scale(1);
        opacity:1;
    }

    50%{
        transform:scale(1.08);
        opacity:.75;
    }

    100%{
        transform:scale(1);
        opacity:1;
    }

}

.theme-night-date{
    color:var(--tutb-red,#d71920);
    font-size:.82rem;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.theme-night-location{
    display:flex;
    align-items:center;
    gap:14px;
}

.theme-night-venue-logo{
    width:64px;
    height:64px;
    object-fit:contain;
    background:#fff;
    border:1px solid #e7e7e7;
    border-radius:14px;
    padding:6px;
    flex-shrink:0;
}

.theme-night-venue-name{
    font-size:1.2rem;
    font-weight:800;
    color:#333;
    line-height:1.2;
}

.theme-night-venue-city{
    font-size:.95rem;
    color:#666;
}

.theme-night-title{
    margin:0 0 1rem;
    font-family:'Oswald',sans-serif;
    font-size:clamp(2rem,3vw,2.8rem);
    line-height:.95;
    text-transform:uppercase;
    color:#111;
}

.theme-night-description{
    color:#5d5d5d;
    font-size:1rem;
    line-height:1.6;

    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:7;
    overflow:hidden;
}

.theme-night-actions{
    margin-top:auto;
    padding-top:1.5rem;
    flex-shrink:0;
}

.theme-night-actions .btn{
    display:inline-flex;
    align-items:center;
    align-self:flex-start;
}

/* Additional theme-night cards */

.theme-night-small-card{
    display:grid;
    grid-template-columns:minmax(180px,40%) 1fr;
    background:#fff;
    color:#111;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 18px 42px rgba(0,0,0,.28);
    transition:transform .2s ease,box-shadow .2s ease;
}

.theme-night-small-card:hover{
    transform:translateY(-4px);
    box-shadow:0 26px 56px rgba(0,0,0,.36);
}

.theme-night-small-image{
    min-height:300px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#090909;
}

.theme-night-small-image img{
    display:block;
    width:100%;
    height:auto;
    object-fit:contain;
    object-position:center;
}

.theme-night-small-body{
    padding:1.5rem;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.theme-night-small-title{
    margin:0 0 .6rem;
    font-family:'Oswald',sans-serif;
    font-size:2rem;
    line-height:1;
    text-transform:uppercase;
}

.theme-night-flyer-placeholder{
    width:100%;
    height:100%;
    min-height:300px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:.65rem;
    color:#888;
    background:
        radial-gradient(circle at center,rgba(215,25,32,.14),transparent 42%),
        #ededed;
}

.city-theme-section{
    background:
        radial-gradient(
            circle at 12% 20%,
            rgba(215,25,32,.075),
            transparent 30%
        ),
        #f7f7f7;
}

.city-theme-summary{
    display:inline-flex;
    align-items:center;
    gap:.5rem;
    padding:.7rem 1rem;
    border-radius:999px;
    background:#fff;
    border:1px solid #e8e8e8;
    color:#555;
    font-size:.88rem;
    font-weight:800;
    box-shadow:0 8px 22px rgba(0,0,0,.06);
}

.city-theme-summary i{
    color:var(--tutb-red);
}

.city-theme-list{
    display:grid;
    gap:2rem;
}

.city-theme-feature-card{
    width:80%;
    max-width:none;
    margin-left:auto;
    margin-right:auto;
}

.city-theme-feature-card .theme-night-description{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:6;
    overflow:hidden;
}

.city-theme-feature-card .theme-night-feature-flyer{
    transition:transform .35s ease;
}

.city-theme-feature-card:hover .theme-night-feature-flyer{
    transform:scale(1.02);
}

@media (max-width:1199.98px){
    .city-theme-feature-card{
        width:90%;
    }
}

@media (max-width:991.98px){
    .city-theme-feature-card{
        width:100%;
    }

    .city-theme-summary{
        width:100%;
        justify-content:center;
    }
}

/* Tablet and mobile */

@media (max-width:991.98px){
    .theme-night-feature-card > .row{
        min-height:0;
    }

    .theme-night-feature-image{
        height:auto;
        min-height:0;
    }

    .theme-night-feature-flyer{
        width:100%;
        height:auto;
        max-height:none;
        object-fit:contain;
    }

    .theme-night-feature-body{
        height:auto;
        min-height:0;
        padding:1.5rem;
        border-left:0;
        border-top:6px solid var(--tutb-red,#d71920);
        overflow:visible;
    }

    .theme-night-actions{
        margin-top:1.25rem;
        padding-top:0;
    }
}

.city-theme-card {
    grid-template-columns: 1fr;
}

.city-theme-flyer {
    min-height: 0;
}

.city-theme-flyer img {
    width: 100%;
    height: auto;
}

.city-theme-body {
    padding: 1.5rem;
    border-left: 0;
    border-top: 6px solid var(--tutb-red);
}

.city-theme-actions {
    margin-top: 1.25rem;
    padding-top: 0;
}

@media (max-width:767.98px){
    .theme-night-small-card{
        grid-template-columns:1fr;
    }

    .theme-night-small-image{
        min-height:0;
        height:auto;
    }

    .theme-night-small-image img{
        width:100%;
        height:auto;
        max-height:none;
        object-fit:contain;
    }

    .theme-night-title{
        font-size:2.35rem;
    }

    .theme-night-location{
        align-items:flex-start;
    }

    .theme-night-venue-logo{
        width:56px;
        height:56px;
    }
}

.theme-night-new-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:.42rem .75rem;
    border-radius:999px;
    background:#17a34a;
    color:#fff;
    font-size:.68rem;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
}

  .bonus-launcher{position:fixed;right:22px;left:auto;bottom:22px;z-index:1050;border:0;border-radius:999px;background:var(--tutb-red,#d71920);color:#fff;font-weight:900;padding:.9rem 1.15rem;box-shadow:0 18px 40px rgba(0,0,0,.24);display:flex;align-items:center;gap:.55rem;transition:.2s ease;}
  .bonus-launcher:hover{filter:brightness(.95);transform:translateY(-2px);}
  .bonus-pop{position:fixed;right:22px;left:auto;bottom:88px;z-index:1050;width:min(430px,calc(100vw - 32px));display:none;}
  .bonus-pop.is-open{display:block;animation:bonusIn .2s ease-out;}
  @keyframes bonusIn{from{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:none}}
  .bonus-card{position:relative;background:#fff;border-radius:28px;box-shadow:0 24px 65px rgba(0,0,0,.28);border:1px solid rgba(0,0,0,.08);overflow:hidden;}
  .bonus-host{position:absolute;right:8px;left:auto;bottom:0;width:128px;max-height:230px;object-fit:contain;object-position:right bottom;filter:drop-shadow(0 12px 14px rgba(0,0,0,.22));}
  .bonus-bubble{margin-right:105px;margin-left:0;padding:1.25rem 1.45rem 1.25rem 1.25rem;min-height:220px;}
  .bonus-bubble:before{content:"";position:absolute;right:108px;left:auto;bottom:74px;border-width:14px 0 14px 18px;border-style:solid;border-color:transparent transparent transparent #fff;}
  .bonus-title{font-family:'Oswald',sans-serif;text-transform:uppercase;font-size:1.45rem;line-height:1;color:#111;}
  .bonus-intro{font-size:.9rem;color:#555;font-weight:700;margin:.35rem 0 .75rem;}
  .bonus-week{font-size:.84rem;color:#6c757d;margin:.35rem 0 .75rem;font-weight:700;}
  .bonus-q{border-left:4px solid var(--tutb-red,#d71920);padding-left:.8rem;margin-top:.75rem;}
  .bonus-q .label{font-size:.72rem;text-transform:uppercase;letter-spacing:.11em;font-weight:900;color:var(--tutb-red,#d71920);}
  .bonus-close{position:absolute;right:12px;top:10px;border:0;background:#f2f2f2;border-radius:999px;width:32px;height:32px;}
  @media (max-width:1199.98px){.host-stage{height:400px}.host-stage img{height:380px!important;max-height:380px!important}}
  @media (max-width:991.98px){.host-modal-photo-wrap{min-height:420px}.host-modal-photo{max-height:400px}.host-modal-shows{border-left:0;border-top:1px solid rgba(0,0,0,.06)}}
  @media (max-width:767.98px){.host-stage{height:380px}.host-stage img{height:360px!important;max-height:360px!important}.host-premium-name{font-size:1.7rem}.host-modal-name{font-size:2.1rem}}
  @media (max-width:575px){.bonus-launcher{right:14px;left:auto;bottom:14px;padding:.8rem .95rem}.bonus-pop{right:14px;left:auto;bottom:76px}.bonus-host{width:100px}.bonus-bubble{margin-right:82px;margin-left:0;padding:1rem}.bonus-bubble:before{right:84px;left:auto}.bonus-title{font-size:1.2rem}}
