@charset "UTF-8";
/* ============================================================
   R&B TOUR GUIDE - shared styles
   randbtourguide.com - FINAL232
   Last updated: 2026-09-08
   All pages link: css/style-final235-09-08-26.css?v=20260908-FINAL232
   ============================================================ */

:root {
--black:  #050505;
--deep:   #0a0a0a;
--card:   #0f0f0f;
--border: #1e1e1e;
--gold:   #C9A84C;
--gold2:  #E8C97A;
--white:  #F5F0E8;
--muted:  #a0a0a0;
--text:   #F5F0E8;
--body-font:    'DM Sans', sans-serif;
--display-font: 'Cormorant Garamond', serif;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
background: var(--black);
color: var(--white);
font-family: var(--body-font);
font-size: 0.97rem;
line-height: 1.82;
overflow-x: hidden;
}
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--black); }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 2px; }
nav {
position: fixed; top: 0; left: 0; right: 0; z-index: 100;
background: rgba(5,5,5,0.95);
backdrop-filter: blur(12px);
border-bottom: 1px solid var(--border);
padding: 0 5%;
height: 64px;
display: flex; align-items: center; justify-content: space-between;
}
.nav-logo {
display: flex; align-items: center; gap: 0;
text-decoration: none; line-height: 1;
}
.nav-logo .r, .nav-logo .b {
font-family: 'Bebas Neue', sans-serif;
font-size: 1.7rem; color: #fff; letter-spacing: 1px;
}
.nav-logo .amp {
font-family: Georgia, serif; font-style: italic;
font-size: 1.2rem; color: var(--gold);
margin: 0 1px; transform: rotate(-6deg); display: inline-block;
}
.nav-logo .wordmark {
font-family: 'Bebas Neue', sans-serif;
font-size: 1rem; color: var(--white);
letter-spacing: 3px; margin-left: 8px;
}
.nav-links { display: flex; gap: 20px; list-style: none; align-items: center; }
.nav-links li { white-space: nowrap; }
.nav-links a {
color: var(--muted); text-decoration: none;
font-size: 0.8rem; font-weight: 500;
letter-spacing: 0.08em; text-transform: uppercase;
transition: color 0.2s;
}
.nav-links a:hover { color: var(--gold); }
.nav-cta {
background: var(--gold); color: var(--black) !important;
padding: 8px 18px; border-radius: 2px;
font-weight: 700 !important;
transition: background 0.2s !important;
}
.nav-cta:hover { background: var(--gold2) !important; }
.nav-burger { display: none; }
section {
padding: 64px 5%;
background: var(--black);
}
section.alt { background: var(--deep); }
section.dark { background: var(--black); }
.inner {
max-width: 1100px;
margin: 0 auto;
}
.inner-narrow {
max-width: 820px;
margin: 0 auto;
}
.page-hero {
padding: 120px 5% 64px;
background: var(--black);
}
.page-hero-img + .page-hero { padding: 56px 5% 64px; }
.home-hero {
padding: 80px 5% 68px;
background: var(--black);
text-align: center;
}
.photo-section {
position: relative;
background-size: cover;
background-position: center;
background-attachment: fixed;
padding: 120px 5%;
}
.photo-section::before {
content: '';
position: absolute; inset: 0;
background: linear-gradient(to bottom, rgba(5,5,5,0.3) 0%, rgba(5,5,5,0.7) 100%);
}
.photo-section .inner { position: relative; z-index: 1; }
.city-hero-wrap {
width: 100%;
aspect-ratio: 21/9;
overflow: hidden;
margin-top: 64px;
}
.city-hero-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center 40%;
display: block;
}
.home-crowd-wrap {
width: 100%;
aspect-ratio: 21/9;
overflow: hidden;
position: relative;
}
.home-crowd-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center 30%;
display: block;
}
.home-crowd-wrap .overlay {
position: absolute; inset: 0;
background: linear-gradient(to bottom, rgba(5,5,5,0.1) 0%, rgba(5,5,5,0.85) 100%);
display: flex; flex-direction: column;
align-items: center; justify-content: flex-end;
padding-bottom: 48px;
text-align: center;
}
.img-wrap { width: 100%; overflow: hidden; border-radius: 2px; }
.img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.img-21x9 { aspect-ratio: 21/9; }
.img-16x9 { aspect-ratio: 16/9; }
.img-4x3  { aspect-ratio: 4/3; }
.img-3x4  { aspect-ratio: 3/4; }
.img-1x1  { aspect-ratio: 1/1; }
.page-hero-img {
margin-top: 64px;
border-radius: 0;
max-height: 450px;
overflow: hidden;
}
.page-hero-img img { object-position: center 28%; object-fit: cover; width: 100%; height: 100%; }
@media (max-width: 768px) {
.page-hero-img { aspect-ratio: 16/9; max-height: 340px; }
}
.section-label {
font-size: 0.7rem; font-weight: 700;
letter-spacing: 0.2em; text-transform: uppercase;
color: var(--gold); margin-bottom: 10px;
}
.section-title {
font-family: var(--display-font);
font-size: clamp(1.7rem, 3vw, 2.6rem);
font-weight: 700; margin-bottom: 16px; line-height: 1.1;
}
.hero-title {
font-family: var(--display-font);
font-size: clamp(2.2rem, 5vw, 3.8rem);
font-weight: 700; line-height: 1.05; margin-bottom: 16px;
}
.page-title {
font-family: var(--display-font);
font-size: clamp(2rem, 4.5vw, 3.2rem);
font-weight: 700; line-height: 1.1; margin-bottom: 16px;
}
.body-text { color: #bbb; font-size: 0.95rem; line-height: 1.8; margin-bottom: 16px; }
.lead { font-size: 1.05rem; color: #ccc; line-height: 1.7; margin-bottom: 24px; }
.breadcrumb { font-size: 0.78rem; color: var(--muted); margin-bottom: 16px; }
.breadcrumb a { color: var(--gold); text-decoration: none; }
.btn {
display: inline-flex; align-items: center; gap: 8px;
padding: 13px 28px; font-size: 0.87rem; font-weight: 700;
letter-spacing: 0.04em; text-transform: uppercase;
text-decoration: none; border-radius: 2px;
transition: all 0.2s; cursor: pointer; border: none;
}
.btn-gold { background: var(--gold); color: var(--black); }
.btn-gold:hover { background: var(--gold2); }
.btn-outline { background: var(--gold); color: var(--black); border: 1px solid var(--gold); }
.btn-outline:hover { background: var(--gold2, #e0b84a); color: var(--black); }
.btn-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px,1fr)); gap: 20px; margin-top: 28px; }
.card {
background: var(--card); border: 1px solid var(--border);
border-radius: 2px; padding: 28px;
transition: border-color 0.2s;
}
.card:hover { border-color: var(--gold); }
.card-label { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.card-title { font-family: var(--display-font); font-size: 1.25rem; font-weight: 700; margin-bottom: 10px; cursor: default; user-select: text; }
.card-body { font-size: 0.87rem; color: #bbb; line-height: 1.65; }
.show-info {
display: flex; gap: 32px; flex-wrap: wrap;
padding: 24px; background: var(--card);
border: 1px solid var(--border); border-radius: 2px;
margin-bottom: 32px;
}
.show-detail-label { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.show-detail-val { font-family: var(--display-font); font-size: 1.3rem; font-weight: 700; color: var(--gold); }
.info-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px,1fr)); gap: 16px; margin-top: 24px; }
.info-card { background: var(--card); border: 1px solid var(--border); padding: 24px; border-radius: 2px; }
.info-icon { font-size: 1.4rem; margin-bottom: 12px; }
.info-title { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.info-body { font-size: 0.88rem; color: #bbb; line-height: 1.6; }
.info-body strong { color: var(--white); }
.hotel-placeholder {
background: var(--card); border: 2px dashed var(--border);
border-radius: 2px; padding: 40px 24px;
text-align: center; margin-top: 24px;
}
.tip-box {
border-left: 3px solid var(--gold);
padding: 16px 20px;
background: rgba(201,168,76,0.05);
margin: 24px 0; border-radius: 0 2px 2px 0;
}
.tip-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; }
.tip-text { font-size: 0.9rem; color: #ccc; line-height: 1.6; }
.disclosure {
background: rgba(255,255,255,0.03); border: 1px solid var(--border);
padding: 16px 20px; border-radius: 2px;
font-size: 0.78rem; color: var(--muted); line-height: 1.5;
margin-top: 32px;
}
details {
background: var(--card); border: 1px solid var(--border);
border-radius: 2px; overflow: hidden; margin-bottom: 2px;
}
details summary {
padding: 20px 24px; cursor: pointer;
font-weight: 600; font-size: 0.95rem;
list-style: none; display: flex;
justify-content: space-between; align-items: center;
transition: color 0.2s;
}
details summary:hover { color: var(--gold); }
details summary::after { content: '+'; color: var(--gold); font-size: 1.2rem; }
details[open] summary::after { content: '−'; }
details p { padding: 0 24px 20px; color: #bbb; font-size: 0.9rem; line-height: 1.7; }
details a { color: var(--gold); }
.allow-yes { background: rgba(102,187,106,0.1); border: 1px solid rgba(102,187,106,0.3); border-top: 3px solid #66BB6A; padding: 24px; border-radius: 2px; }
.allow-no { background: rgba(239,83,80,0.1); border: 1px solid rgba(239,83,80,0.3); border-top: 3px solid #EF5350; padding: 24px; border-radius: 2px; }
.allow-label-yes { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #66BB6A; margin-bottom: 12px; }
.allow-label-no { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #EF5350; margin-bottom: 12px; }
.allow-list { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.allow-list li { font-size: 0.88rem; color: #bbb; border-bottom: 1px solid rgba(255,255,255,0.05); padding-bottom: 8px; }
.allow-list li strong { color: var(--white); }
.stats-row { display: flex; gap: 48px; flex-wrap: wrap; padding: 40px 0; }
.stat-val { font-family: var(--display-font); font-size: clamp(2rem,4vw,3rem); font-weight: 700; color: var(--gold); line-height: 1; }
.stat-label { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }
.social-section { padding: 64px 5%; background: var(--deep); text-align: center; }
.hashtag { color: var(--gold); font-weight: 700; font-size: 1.1rem; }
.email-section { padding: 64px 5%; background: var(--deep); }
.email-form { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }
.email-input {
flex: 1; min-width: 240px;
padding: 14px 18px;
background: rgba(255,255,255,0.08);
border: 1.5px solid rgba(201,168,76,0.5);
color: var(--white);
font-size: 0.95rem; border-radius: 4px; outline: none;
transition: border-color 0.2s, background 0.2s;
}
.email-input::placeholder { color: rgba(245,240,232,0.65); }
.email-input:focus {
border-color: var(--gold);
background: rgba(255,255,255,0.12);
}
.links-bar { padding: 28px 5%; background: var(--black); border-top: 1px solid var(--border); }
.links-bar-inner { max-width: 1100px; margin: 0 auto; }
.links-bar-label { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.link-chips { display: flex; gap: 10px; flex-wrap: wrap; }
.chip {
color: var(--muted); font-size: 0.8rem; text-decoration: none;
padding: 6px 12px; border: 1px solid var(--border);
border-radius: 2px; transition: all 0.2s;
}
.chip:hover { color: var(--gold); border-color: var(--gold); }
footer {
background: var(--deep); border-top: 1px solid var(--border);
padding: 44px 5% 28px;
}
.footer-inner {
max-width: 1100px; margin: 0 auto;
display: flex; justify-content: space-between;
flex-wrap: wrap; gap: 12px;
}
.footer-inner p, .footer-inner a { font-size: 0.75rem; color: var(--muted); text-decoration: none; }
.footer-inner a:hover { color: var(--gold); }
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; }
@media (max-width: 768px) {
nav { padding: 0 5%; }
.nav-links {
    display: flex !important;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 12px;
    padding: 8px 12px;
    margin: 0;
    width: 100%;
    background: rgba(0,0,0,0.95);
    border-top: 1px solid rgba(201,168,76,0.15);
  }
  .nav-links::-webkit-scrollbar { display: none; }
  .nav-links li a {
    display: inline-block;
    padding: 8px 14px;
    background: rgba(201,168,76,0.12);
    border: 1px solid rgba(201,168,76,0.3);
    border-radius: 20px;
    font-size: 0.75rem;
    color: #f5f0e8;
    white-space: nowrap;
  }
  .nav-links li a.nav-cta {
    background: var(--gold) !important;
    color: var(--black) !important;
    border-color: var(--gold);
  }
  /* Fade gradient on right edge — hints at more content to swipe */
  .nav-wrap { position: relative; width: 100%; }
  .nav-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.95));
    pointer-events: none;
    z-index: 5;
  }
  nav {
    flex-wrap: wrap;
    padding: 12px 16px 0 !important;
    position: sticky;
    top: 0;
    z-index: 100;
  }
.nav-burger { display: none; background: none; border: none; color: var(--white); font-size: 1.4rem; cursor: pointer; }
section { padding: 48px 5%; }
.page-hero, .home-hero { padding: 100px 5% 48px; }
.show-info { flex-direction: column; gap: 16px; }
.city-hero-wrap { aspect-ratio: 16/9; }
.stats-row { gap: 28px; }
.email-form { flex-direction: column; }
}
@media (max-width: 480px) {
.card-grid { grid-template-columns: 1fr; }
.info-grid { grid-template-columns: 1fr; }
}
footer .footer-inner { max-width: 1100px; margin: 0 auto; }
footer .footer-disclaimer { font-size: 0.85rem; color: var(--muted); margin-bottom: 16px; }
footer .footer-links { display: flex; flex-wrap: wrap; gap: 22px; margin-bottom: 16px; }
footer .footer-links a { color: var(--text); text-decoration: none; font-size: 0.9rem; transition: color 0.2s; }
footer .footer-links a:hover { color: var(--gold); }
footer .footer-contact { font-size: 0.88rem; color: var(--muted); margin: 0; }
footer .footer-contact a { color: var(--gold); text-decoration: none; }
footer .footer-contact a:hover { text-decoration: underline; }
img {
max-width: 100%;
height: auto;
display: block;
}
.btn-row > *,
.footer-links > *,
.show-info > *,
.flex-container > *,
[style*="display:flex"] > *,
[style*="display: flex"] > * {
min-width: 0;
}
section,
.container,
.inner,
.wrapper,
footer,
header,
nav {
max-width: 100vw;
box-sizing: border-box;
}
html, body {
overflow-x: hidden;
max-width: 100vw;
}
.img-wrap img {
width: 100% !important;
height: 100% !important;
display: block !important;
object-fit: cover;
object-position: center 35%;
}
.outfit-portrait {
background: #0a0a0a;
}
.outfit-portrait img {
object-fit: contain !important;
object-position: center !important;
}
.outfit-card-img img {
object-fit: cover !important;
object-position: center 30% !important;
}
.outfit-landscape img {
object-fit: cover !important;
object-position: center !important;
}
.page-hero-img img,
.home-crowd-wrap img,
.city-hero-wrap img {
object-fit: cover !important;
}
@media (max-width: 768px) {
.page-hero-img,
.img-21x9 {
aspect-ratio: 16/9;
}
.img-3x4.outfit-portrait {
aspect-ratio: 4/5;
}
}
@media (max-width: 768px) {
body * {
max-width: 100%;
}
}
.brand-ribbon {
position: fixed;
top: 0; left: 0; right: 0;
z-index: 101;
background: #050505;
color: var(--gold);
font-family: var(--body-font);
font-size: 0.72rem;
font-weight: 500;
letter-spacing: 0.06em;
text-align: center;
padding: 7px 5%;
border-bottom: 1px solid rgba(201, 168, 76, 0.18);
line-height: 1.3;
}
@media (max-width: 768px) {
.brand-ribbon {
font-size: 0.66rem;
padding: 6px 4%;
letter-spacing: 0.04em;
}
}
nav {
top: 30px !important;
}
@media (max-width: 768px) {
nav { top: 28px !important; }
}
body { padding-top: 0; }
.page-hero-img,
.city-hero-wrap,
.home-crowd-wrap {
margin-top: 94px !important;
}
@media (max-width: 768px) {
.page-hero-img,
.city-hero-wrap,
.home-crowd-wrap {
margin-top: 92px !important;
}
}
.page-hero-img,
.city-hero-wrap {
max-height: 520px;
}
@media (max-width: 768px) {
.page-hero-img,
.city-hero-wrap {
max-height: 380px;
}
}
.home-crowd-wrap {
max-height: 640px;
}
@media (max-width: 768px) {
.home-crowd-wrap {
max-height: 480px;
}
}
.outfit-card-img {
max-height: 360px;
}
.city-card {
background: var(--card);
border: 1px solid var(--border);
border-radius: 4px;
padding: 28px 24px;
display: flex;
flex-direction: column;
gap: 8px;
transition: border-color 0.2s, transform 0.2s;
text-decoration: none;
color: var(--text);
height: 100%;
}
.city-card:hover {
border-color: var(--gold);
transform: translateY(-2px);
}
.city-card .priority-badge {
display: inline-block;
font-size: 0.68rem;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--gold);
margin-bottom: 6px;
}
.city-card .city-name {
font-family: var(--display-font);
font-size: 1.6rem;
font-weight: 700;
color: var(--text);
line-height: 1.1;
margin-bottom: 4px;
}
.city-card .city-date {
font-size: 0.92rem;
color: var(--white);
font-weight: 500;
}
.city-card .city-venue {
font-size: 0.85rem;
color: var(--muted);
margin-bottom: 4px;
}
.city-card .city-meta {
font-size: 0.78rem;
color: var(--muted);
letter-spacing: 0.04em;
margin-bottom: 18px;
}
.city-card .city-cta {
margin-top: auto;
font-size: 0.82rem;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--gold);
padding-top: 8px;
border-top: 1px solid rgba(201, 168, 76, 0.2);
}
.city-hub-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 22px;
margin: 32px 0;
}
@media (max-width: 1024px) {
.city-hub-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
.city-hub-grid { grid-template-columns: 1fr; }
}
.city-hub-card {
background: var(--card);
border: 1px solid var(--border);
border-radius: 4px;
padding: 26px 22px;
display: flex;
flex-direction: column;
text-decoration: none;
color: var(--text);
transition: border-color 0.2s, transform 0.2s;
height: 100%;
}
.city-hub-card:hover {
border-color: var(--gold);
transform: translateY(-2px);
}
.city-hub-card.priority {
border-color: rgba(201, 168, 76, 0.35);
}
.city-rank {
font-size: 0.66rem;
font-weight: 700;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--gold);
margin-bottom: 10px;
}
.city-rank.p1 { color: var(--gold); }
.city-hub-name {
font-family: var(--display-font);
font-size: 1.55rem;
font-weight: 700;
color: var(--gold);
line-height: 1.1;
margin-bottom: 6px;
}
.city-hub-date {
font-size: 0.92rem;
color: var(--white);
font-weight: 500;
margin-bottom: 4px;
}
.city-hub-venue {
font-size: 0.84rem;
color: var(--muted);
margin-bottom: 14px;
}
.city-hub-tags {
display: flex;
flex-wrap: wrap;
gap: 6px;
margin-bottom: 18px;
}
.city-tag {
display: inline-block;
font-size: 0.66rem;
font-weight: 600;
padding: 4px 9px;
background: rgba(255, 255, 255, 0.04);
border: 1px solid rgba(255, 255, 255, 0.08);
color: #aaa;
border-radius: 2px;
letter-spacing: 0.04em;
}
.city-tag.gold {
background: rgba(201, 168, 76, 0.12);
border-color: rgba(201, 168, 76, 0.35);
color: var(--gold);
}
.city-hub-cta {
margin-top: auto;
font-size: 0.78rem;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--gold);
padding-top: 14px;
border-top: 1px solid rgba(201, 168, 76, 0.18);
}
.scout-box {
background: linear-gradient(135deg, #0a0a0a 0%, #050505 100%);
border: 1px solid rgba(201, 168, 76, 0.4);
border-left: 4px solid var(--gold);
border-radius: 4px;
padding: 28px 28px 24px;
margin: 32px 0;
position: relative;
}
.scout-box::before {
content: '';
position: absolute;
top: 0; left: 0; right: 0;
height: 1px;
background: linear-gradient(to right, transparent, var(--gold), transparent);
opacity: 0.6;
}
.scout-header {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 14px;
}
.scout-badge {
display: inline-block;
font-family: var(--body-font);
font-size: 0.66rem;
font-weight: 700;
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(--black);
background: var(--gold);
padding: 4px 10px;
border-radius: 2px;
}
.scout-title {
font-family: var(--display-font);
font-size: 1.45rem;
font-weight: 600;
color: var(--gold);
letter-spacing: 0.01em;
}
.scout-text {
font-size: 0.95rem;
line-height: 1.75;
color: var(--white);
margin-bottom: 12px;
}
.scout-text strong {
color: var(--gold);
font-weight: 600;
}
.scout-meta {
font-size: 0.75rem;
color: var(--muted);
letter-spacing: 0.06em;
padding-top: 12px;
border-top: 1px solid rgba(201, 168, 76, 0.15);
display: flex;
justify-content: space-between;
flex-wrap: wrap;
gap: 8px;
}
.scout-meta .scout-verified {
color: var(--gold);
}
.breadcrumb-wrap {
background: var(--black);
border-bottom: 1px solid var(--border);
padding: 14px 5%;
font-size: 0.78rem;
letter-spacing: 0.04em;
}
.breadcrumb-wrap .inner {
max-width: 1100px;
margin: 0 auto;
}
.breadcrumb-list {
display: flex;
flex-wrap: wrap;
gap: 8px;
align-items: center;
list-style: none;
}
.breadcrumb-list li {
display: flex;
align-items: center;
gap: 8px;
}
.breadcrumb-list li::after {
content: '›';
color: var(--muted);
margin-left: 8px;
}
.breadcrumb-list li:last-child::after { content: ''; margin: 0; }
.breadcrumb-list a {
color: var(--muted);
text-decoration: none;
transition: color 0.2s;
}
.breadcrumb-list a:hover { color: var(--gold); }
.breadcrumb-list li:last-child {
color: var(--gold);
}
.multinight-badge {
display: inline-block;
font-size: 0.66rem;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--gold);
background: rgba(201, 168, 76, 0.12);
border: 1px solid rgba(201, 168, 76, 0.4);
padding: 4px 10px;
border-radius: 2px;
margin-left: 8px;
vertical-align: middle;
}
.btn-disabled,
a.btn-disabled,
button.btn-disabled {
display: inline-block;
padding: 14px 28px;
font-family: var(--body-font);
font-size: 0.78rem;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--muted);
background: rgba(255, 255, 255, 0.03);
border: 1px solid var(--border);
border-radius: 2px;
cursor: not-allowed;
pointer-events: none;
text-decoration: none;
position: relative;
opacity: 0.6;
}
.btn-disabled::after {
content: 'IN PROGRESS';
position: absolute;
top: -8px;
right: -6px;
font-size: 0.55rem;
font-weight: 700;
letter-spacing: 0.12em;
background: var(--gold);
color: var(--black);
padding: 2px 6px;
border-radius: 2px;
}
.team-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 28px;
margin: 40px 0;
}
@media (max-width: 768px) {
.team-grid { grid-template-columns: 1fr; gap: 20px; }
}
.team-card {
background: var(--card);
border: 1px solid var(--border);
border-radius: 4px;
padding: 32px 28px;
}
.team-card .team-name {
font-family: var(--display-font);
font-size: 1.4rem;
color: var(--gold);
margin-bottom: 4px;
}
.team-card .team-role {
font-size: 0.78rem;
color: var(--muted);
letter-spacing: 0.08em;
text-transform: uppercase;
margin-bottom: 16px;
}
.team-card .team-bio {
font-size: 0.92rem;
line-height: 1.78;
color: var(--white);
}
.venue-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 24px;
margin: 32px 0;
}
@media (max-width: 768px) { .venue-grid { grid-template-columns: 1fr; } }
.venue-card {
background: var(--card);
border: 1px solid var(--border);
border-radius: 4px;
padding: 28px 26px;
text-decoration: none;
color: var(--text);
display: block;
transition: all 0.2s;
}
.venue-card:hover {
border-color: var(--gold);
transform: translateY(-2px);
}
.venue-card .v-tag {
font-size: 0.66rem;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--gold);
margin-bottom: 10px;
}
.venue-card .v-name {
font-family: var(--display-font);
font-size: 1.5rem;
color: var(--white);
margin-bottom: 6px;
}
.venue-card .v-location {
font-size: 0.86rem;
color: var(--muted);
margin-bottom: 14px;
}
.venue-card .v-summary {
font-size: 0.88rem;
line-height: 1.7;
color: var(--white);
margin-bottom: 14px;
}
.venue-card .v-cta {
font-size: 0.76rem;
font-weight: 700;
letter-spacing: 0.1em;
color: var(--gold);
text-transform: uppercase;
}
.info-gain-block {
background: linear-gradient(135deg, rgba(201, 168, 76, 0.06) 0%, rgba(201, 168, 76, 0.02) 100%);
border: 1px solid rgba(201, 168, 76, 0.25);
border-radius: 4px;
padding: 22px 24px;
margin: 28px 0;
}
.info-gain-block h4 {
color: var(--gold);
font-family: var(--body-font);
font-size: 0.85rem;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
margin-bottom: 10px;
}
.info-gain-block p {
font-style: italic;
font-size: 0.92rem;
line-height: 1.7;
color: var(--white);
margin-bottom: 10px;
}
.info-gain-block small {
font-size: 0.7rem;
color: var(--muted);
letter-spacing: 0.06em;
}
.page-hero-img.portrait-fix {
background: var(--black);
max-height: 540px;
}
.page-hero-img.portrait-fix img {
object-fit: cover !important;
object-position: center 25% !important;
max-height: 540px;
}
@media (max-width: 768px) {
.page-hero-img.portrait-fix {
max-height: 380px;
}
.page-hero-img.portrait-fix img {
max-height: 380px;
}
}
.item-link {
display: inline-block;
color: var(--gold);
text-decoration: none;
font-weight: 600;
font-size: 0.85rem;
letter-spacing: 0.06em;
text-transform: uppercase;
border-bottom: 1px solid rgba(201,168,76,0.4);
padding-bottom: 1px;
transition: color 0.2s, border-color 0.2s;
}
.item-link:hover {
color: #e8c96a;
border-color: var(--gold);
}
.city-hero-img { position: relative; }
.city-hero-label {
position: absolute;
bottom: 24px; left: 24px;
z-index: 2;
}
@media (max-width: 640px) {
.city-hero-label {
bottom: 14px; left: 14px;
padding: 8px 14px !important;
}
}
.bag-policy-reminder {
background: linear-gradient(135deg, rgba(201,168,76,0.12) 0%, rgba(201,168,76,0.05) 100%);
border: 1px solid rgba(201,168,76,0.35);
border-radius: 6px;
padding: 18px 22px;
margin-bottom: 28px;
display: flex;
align-items: center;
gap: 16px;
flex-wrap: wrap;
}
@media (max-width: 640px) {
.bag-policy-reminder { padding: 14px 16px; }
}
.platform-btn {
display: inline-block;
background: var(--gold);
color: #050505 !important;
padding: 12px 24px;
font-size: 0.9rem;
font-weight: 700;
text-decoration: none;
letter-spacing: 0.04em;
border-radius: 4px;
margin-top: 16px;
transition: background 0.2s, transform 0.15s;
border: 2px solid var(--gold);
}
.platform-btn:hover {
background: #e8c96a;
transform: translateY(-1px);
}
.platform-btn.outline {
background: transparent;
color: var(--gold) !important;
border: 2px solid var(--gold);
}
.platform-btn.outline:hover {
background: var(--gold);
color: #050505 !important;
}
.item-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
gap: 18px;
margin-top: 24px;
}
.item-card {
  cursor: pointer;
background: linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.02) 100%);
border: 1px solid rgba(201,168,76,0.18);
border-radius: 8px;
padding: 20px 18px;
display: flex;
flex-direction: column;
transition: border-color 0.2s, transform 0.15s, background 0.2s;
}
.item-card:hover {
border-color: var(--gold);
transform: translateY(-2px);
background: linear-gradient(180deg, rgba(201,168,76,0.06) 0%, rgba(255,255,255,0.02) 100%);
}
.item-emoji {
font-size: 2rem;
line-height: 1;
margin-bottom: 12px;
display: block;
}
.item-name {
font-family: 'Cormorant Garamond', serif;
font-size: 1.25rem;
font-weight: 700;
color: #fff;
margin-bottom: 8px;
line-height: 1.3;
}
.item-desc {
font-size: 0.88rem;
color: rgba(245,240,232,0.75);
line-height: 1.55;
flex: 1;
margin-bottom: 16px;
}
.item-link {
display: inline-block;
background: var(--gold);
color: #050505 !important;
text-decoration: none;
font-weight: 700;
font-size: 0.78rem;
letter-spacing: 0.08em;
text-transform: uppercase;
padding: 10px 20px;
border-radius: 4px;
border: none;
align-self: flex-start;
transition: background 0.2s, transform 0.15s;
}
.item-link:hover {
background: #e8c96a;
transform: translateY(-1px);
}
.comparison-table-wrap {
overflow-x: auto;
margin: 24px 0;
border-radius: 8px;
}
.comparison-table {
width: 100%;
border-collapse: collapse;
background: linear-gradient(180deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%);
border: 1px solid rgba(201,168,76,0.2);
border-radius: 8px;
overflow: hidden;
min-width: 720px;
}
.comparison-table thead tr {
background: linear-gradient(180deg, rgba(201,168,76,0.18) 0%, rgba(201,168,76,0.08) 100%);
}
.comparison-table th {
padding: 16px 14px;
text-align: left;
border-bottom: 2px solid rgba(201,168,76,0.4);
color: #fff;
font-size: 0.95rem;
}
.comparison-table th.ct-platform {
text-align: center;
}
.comparison-table th.ct-feature {
background: rgba(0,0,0,0.3);
color: var(--gold);
font-size: 0.78rem;
letter-spacing: 0.06em;
text-transform: uppercase;
}
.comparison-table th strong {
font-family: 'Bebas Neue', sans-serif;
font-size: 1.4rem;
letter-spacing: 0.05em;
display: block;
color: var(--gold);
margin-bottom: 6px;
}
.ct-tag {
display: inline-block;
background: var(--gold);
color: #050505;
font-size: 0.7rem;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
padding: 3px 10px;
border-radius: 3px;
}
.comparison-table td {
padding: 14px 14px;
border-bottom: 1px solid rgba(201,168,76,0.1);
color: rgba(245,240,232,0.9);
font-size: 0.92rem;
text-align: center;
vertical-align: middle;
}
.comparison-table td.ct-feature {
text-align: left;
color: rgba(245,240,232,0.7);
font-size: 0.85rem;
background: rgba(0,0,0,0.2);
}
.comparison-table td.ct-feature strong {
color: var(--gold);
font-weight: 600;
}
.comparison-table tbody tr:hover {
background: rgba(201,168,76,0.04);
}
.ct-cta-row {
background: rgba(201,168,76,0.06);
}
.ct-cta-row td {
padding: 18px 14px;
border-bottom: none;
}
@media (max-width: 700px) {
.comparison-table { font-size: 0.85rem; }
.comparison-table th, .comparison-table td { padding: 10px 8px; }
}
.legal-notice-box {
display: flex;
gap: 14px;
align-items: flex-start;
background: linear-gradient(135deg, rgba(201,168,76,0.10) 0%, rgba(201,168,76,0.04) 100%);
border: 1px solid rgba(201,168,76,0.3);
border-left: 4px solid var(--gold);
border-radius: 6px;
padding: 16px 20px;
margin-bottom: 24px;
}
.legal-notice-icon {
font-size: 1.4rem;
flex-shrink: 0;
line-height: 1.2;
}
.legal-notice-content {
font-size: 0.88rem;
color: rgba(245,240,232,0.9);
line-height: 1.55;
}
.legal-notice-content strong {
color: var(--gold);
}
.section-title {
font-weight: 800 !important;
color: #fff !important;
}
.outfit-title {
font-family: 'Cormorant Garamond', serif;
font-size: clamp(1.6rem, 3vw, 2.2rem);
font-weight: 800;
color: #fff;
margin-bottom: 12px;
letter-spacing: -0.01em;
}
.outfit-section {
padding: 40px 5%;
border-bottom: 1px solid rgba(201,168,76,0.1);
}
.outfit-section:last-of-type {
border-bottom: none;
}
.legal-footer-disclaimer {
background: rgba(0,0,0,0.4);
border-top: 1px solid rgba(201,168,76,0.2);
padding: 24px 5%;
margin-top: 0;
}
.legal-footer-disclaimer-inner {
max-width: 1100px;
margin: 0 auto;
font-size: 0.76rem;
color: rgba(245,240,232,0.6);
line-height: 1.7;
}
.legal-footer-disclaimer-inner strong {
color: rgba(245,240,232,0.85);
}
.jump-btn {
display: inline-block;
padding: 8px 16px;
background: rgba(201,168,76,0.12);
border: 1px solid rgba(201,168,76,0.4);
border-radius: 100px;
color: var(--gold);
text-decoration: none;
font-size: 0.85rem;
font-weight: 600;
letter-spacing: 0.02em;
margin: 4px 6px 4px 0;
transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.jump-btn:hover {
background: var(--gold);
border-color: var(--gold);
color: #050505;
}
.jump-btn:active, .jump-btn:focus {
background: var(--gold);
border-color: var(--gold);
color: #050505;
transform: scale(0.96);
outline: none;
}
.city-link {
display: inline-block;
padding: 7px 14px;
border-radius: 4px;
text-decoration: none;
font-size: 0.78rem;
font-weight: 700;
letter-spacing: 0.04em;
text-transform: uppercase;
margin-right: 6px;
margin-top: 6px;
transition: background 0.2s, color 0.2s;
}
.city-link.primary {
background: var(--gold);
color: #050505 !important;
}
.city-link.primary:hover {
background: #e8c96a;
}
.city-link.guide {
background: transparent;
color: var(--gold) !important;
border: 1px solid rgba(201,168,76,0.5);
}
.city-link.guide:hover {
background: var(--gold);
color: #050505 !important;
}
.btn-primary {
display: inline-block;
background: var(--gold);
color: #050505 !important;
text-decoration: none;
font-weight: 700;
font-size: 0.85rem;
letter-spacing: 0.06em;
text-transform: uppercase;
padding: 12px 24px;
border-radius: 4px;
border: none;
transition: background 0.2s, transform 0.15s;
margin-top: 8px;
}
.btn-primary:hover {
background: #e8c96a;
transform: translateY(-1px);
}
.btn-g {
display: inline-block;
background: var(--gold);
color: #050505 !important;
text-decoration: none;
font-weight: 700;
font-size: 0.85rem;
letter-spacing: 0.06em;
text-transform: uppercase;
padding: 12px 24px;
border-radius: 4px;
border: none;
transition: background 0.2s, transform 0.15s;
}
.btn-g:hover {
background: #e8c96a;
transform: translateY(-1px);
}
.btn-o {
display: inline-block;
background: transparent;
color: var(--gold) !important;
text-decoration: none;
font-weight: 700;
font-size: 0.85rem;
letter-spacing: 0.06em;
text-transform: uppercase;
padding: 12px 24px;
border-radius: 4px;
border: 2px solid var(--gold);
transition: background 0.2s, color 0.2s;
}
.btn-o:hover {
background: var(--gold);
color: #050505 !important;
}
.vip-cta {
display: inline-block;
background: var(--gold);
color: #050505 !important;
text-decoration: none;
font-weight: 700;
font-size: 0.85rem;
letter-spacing: 0.06em;
text-transform: uppercase;
padding: 12px 24px;
border-radius: 4px;
border: none;
transition: background 0.2s, transform 0.15s;
margin-top: 12px;
}
.vip-cta:hover {
background: #e8c96a;
transform: translateY(-1px);
}
.item-img {
width: 100%;
height: auto;
aspect-ratio: 1/1;
object-fit: cover;
border-radius: 6px;
margin-bottom: 12px;
}
.page-hero-img img {
object-position: center 15% !important;
}
.hero-portrait { object-position: center 12% !important; }
.hero-crowd { object-position: center 28% !important; }
.hero-venue { object-position: center 50% !important; }
.page-hero-img img.hero-portrait { object-position: center 12% !important; }
.page-hero-img img.hero-crowd { object-position: center 28% !important; }
.page-hero-img img.hero-venue { object-position: center 50% !important; }
.city-hero-wrap img.hero-crowd { object-position: center 28% !important; }
.city-hero-wrap img.hero-venue { object-position: center 50% !important; }
.home-crowd-wrap img.hero-crowd { object-position: center 28% !important; }
@media (max-width: 768px) {
.hero-portrait { object-position: center 10% !important; }
.hero-crowd { object-position: center 25% !important; }
.page-hero-img img.hero-portrait { object-position: center 10% !important; }
}
section {
padding-top: 48px !important;
padding-bottom: 48px !important;
}
section > *:last-child,
.inner > *:last-child,
.inner-narrow > *:last-child,
.card > *:last-child,
.info-card > *:last-child {
margin-bottom: 0 !important;
}
div:empty, p:empty { display: none !important; }
.page-hero {
padding-top: 48px !important;
padding-bottom: 48px !important;
}
.page-hero-img + .page-hero {
padding-top: 32px !important;
padding-bottom: 48px !important;
}
footer {
margin-top: 0 !important;
}
.breadcrumb-wrap {
padding-top: 12px !important;
padding-bottom: 12px !important;
margin-bottom: 0 !important;
}
.breadcrumb {
margin-bottom: 12px !important;
}
.adsbygoogle,
ins.adsbygoogle {
margin: 32px 0 !important;
display: block;
}
.nav-logo,
.nav-logo:visited,
.nav-logo:hover,
.nav-logo:active,
.nav-logo:link {
text-decoration: none !important;
}
.nav-logo .r,
.nav-logo .b,
.nav-logo .wordmark,
.nav-logo .r:visited,
.nav-logo .b:visited,
.nav-logo .wordmark:visited {
color: #fff !important;
}
.nav-logo .amp,
.nav-logo .amp:visited {
color: var(--gold) !important;
}
.nav-logo .logo-r,
.nav-logo .logo-b,
.nav-logo .logo-tour,
.nav-logo .logo-r:visited,
.nav-logo .logo-b:visited,
.nav-logo .logo-tour:visited {
color: #fff !important;
font-family: 'Bebas Neue', sans-serif;
font-size: 1.7rem;
letter-spacing: 1px;
}
.nav-logo .logo-amp,
.nav-logo .logo-amp:visited {
color: var(--gold) !important;
font-family: Georgia, serif;
font-style: italic;
font-size: 1.2rem;
margin: 0 1px;
transform: rotate(-6deg);
display: inline-block;
}
.nav-logo .logo-tour,
.nav-logo .logo-tour:visited {
font-size: 1rem;
letter-spacing: 3px;
margin-left: 8px;
}
.container {
max-width: 1100px;
margin-left: auto;
margin-right: auto;
}
.item-card {
  cursor: pointer;
display: flex;
flex-direction: column;
align-items: stretch;
}
.item-card .item-img-wrap {
width: 100%;
aspect-ratio: 1 / 1;
overflow: hidden;
border-radius: 6px;
margin-bottom: 12px;
}
.item-card .item-img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.item-card .item-link {
display: inline-block;
background: var(--gold);
color: #050505 !important;
text-decoration: none;
font-weight: 700;
font-size: 0.78rem;
letter-spacing: 0.08em;
text-transform: uppercase;
padding: 10px 20px;
border-radius: 4px;
border: none;
align-self: flex-start;
transition: background 0.2s, transform 0.15s;
margin-top: auto;
}
.item-card .item-link:hover {
background: #e8c96a;
transform: translateY(-1px);
}
.item-emoji {
display: none !important;
}
table {
width: 100%;
}
.table-wrap,
.comparison-table-wrap {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
@media (max-width: 768px) {
table {
display: block;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
.city-hero-label {
border: 4px solid rgba(201,168,76,1.0) !important;
border-radius: 4px;
}
.city-card .city-name,
.city-hub-name {
font-size: clamp(2rem, 4vw, 2.8rem) !important;
font-weight: 700;
}
.vip-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
margin: 32px 0;
}
@media (max-width: 900px) { .vip-grid { grid-template-columns: 1fr; } }
.vip-card {
background: var(--card);
border: 1px solid var(--border);
border-radius: 6px;
padding: 32px 24px;
display: flex;
flex-direction: column;
position: relative;
}
.vip-card.featured {
border: 2px solid var(--gold);
box-shadow: 0 0 24px rgba(201,168,76,0.12);
}
.featured-tag {
position: absolute;
top: -12px;
left: 50%;
transform: translateX(-50%);
background: var(--gold);
color: var(--black);
font-size: 0.68rem;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
padding: 4px 16px;
border-radius: 100px;
white-space: nowrap;
}
.vip-tier {
font-size: 0.68rem;
font-weight: 700;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--gold);
margin-bottom: 8px;
}
.vip-name {
font-family: var(--display-font);
font-size: 1.6rem;
font-weight: 700;
color: #fff;
margin-bottom: 20px;
}
.vip-list {
list-style: none;
display: flex;
flex-direction: column;
gap: 10px;
margin-bottom: 24px;
flex: 1;
}
.vip-list li {
font-size: 0.88rem;
line-height: 1.5;
padding-left: 28px;
position: relative;
}
.vip-list li.yes { color: var(--white); }
.vip-list li.no { color: var(--muted); }
.vip-list li.yes::before {
content: '✓';
position: absolute;
left: 0;
color: #66BB6A;
font-weight: 700;
}
.vip-list li.no::before {
content: '✗';
position: absolute;
left: 0;
color: #EF5350;
font-weight: 700;
}
.vip-cta.outline {
background: transparent;
color: var(--gold) !important;
border: 1px solid var(--gold);
}
.vip-cta.outline:hover {
background: var(--gold);
color: #050505 !important;
}
.warning-box {
background: rgba(239,83,80,0.08);
border: 1px solid rgba(239,83,80,0.3);
border-left: 4px solid #EF5350;
border-radius: 4px;
padding: 20px 24px;
margin: 24px 0;
}
.warning-title {
font-size: 0.92rem;
font-weight: 700;
color: #EF5350;
margin-bottom: 8px;
}
.warning-text {
font-size: 0.9rem;
color: var(--white);
line-height: 1.65;
}
.verdict-box {
background: linear-gradient(135deg, rgba(201,168,76,0.08) 0%, rgba(201,168,76,0.02) 100%);
border: 1px solid rgba(201,168,76,0.3);
border-radius: 6px;
padding: 28px 28px 24px;
margin: 32px 0;
}
.verdict-title {
font-family: var(--display-font);
font-size: 1.4rem;
font-weight: 700;
color: var(--gold);
margin-bottom: 16px;
}
.verdict-text {
font-size: 0.92rem;
color: var(--white);
line-height: 1.75;
}
.setlist-split {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 28px;
margin: 32px 0;
}
@media (max-width: 768px) { .setlist-split { grid-template-columns: 1fr; } }
.setlist-col {
background: var(--card);
border: 1px solid var(--border);
border-radius: 6px;
padding: 28px 24px;
}
.setlist-col-header {
font-family: 'Bebas Neue', sans-serif;
font-size: 1.6rem;
letter-spacing: 0.06em;
color: var(--gold);
padding-bottom: 14px;
border-bottom: 2px solid rgba(201,168,76,0.3);
margin-bottom: 16px;
}
.setlist-track {
display: flex;
align-items: center;
gap: 12px;
padding: 8px 0;
border-bottom: 1px solid rgba(255,255,255,0.04);
font-size: 0.9rem;
}
.setlist-track:last-child { border-bottom: none; }
.setlist-num {
font-family: 'Bebas Neue', sans-serif;
font-size: 1rem;
color: var(--muted);
min-width: 24px;
text-align: center;
}
.setlist-song {
color: var(--white);
flex: 1;
}
.setlist-year {
font-size: 0.78rem;
color: var(--muted);
}
.setlist-fire {
font-size: 0.85rem;
}
.act-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 16px;
margin: 24px 0;
}
@media (max-width: 768px) { .act-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .act-grid { grid-template-columns: 1fr; } }
.act-card {
background: var(--card);
border: 1px solid var(--border);
border-top: 3px solid var(--gold);
border-radius: 4px;
padding: 20px 16px;
text-align: center;
}
.act-label {
font-size: 0.66rem;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--gold);
margin-bottom: 8px;
}
.act-name {
font-family: var(--display-font);
font-size: 1.15rem;
font-weight: 700;
color: #fff;
margin-bottom: 6px;
}
.act-desc {
font-size: 0.82rem;
color: var(--muted);
line-height: 1.5;
}
.vibe-tag {
display: inline-block;
font-size: 0.68rem;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--gold);
background: rgba(201,168,76,0.12);
border: 1px solid rgba(201,168,76,0.3);
padding: 4px 12px;
border-radius: 100px;
margin-bottom: 12px;
}
.vibe-tag.purple {
color: #BB86FC;
background: rgba(187,134,252,0.1);
border-color: rgba(187,134,252,0.3);
}
.vibe-tag.green {
color: #66BB6A;
background: rgba(102,187,106,0.1);
border-color: rgba(102,187,106,0.3);
}
.bag-policy-strip {
background: rgba(239,83,80,0.06);
border: 1px solid rgba(239,83,80,0.25);
border-left: 4px solid #EF5350;
border-radius: 4px;
padding: 18px 22px;
margin: 20px 0 24px;
}
.bag-policy-title {
font-size: 0.78rem;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #EF5350;
margin-bottom: 6px;
}
.bag-policy-text {
font-size: 0.9rem;
color: var(--white);
line-height: 1.6;
}
.bathroom-break {
background: linear-gradient(135deg, rgba(102,187,106,0.08) 0%, rgba(102,187,106,0.02) 100%);
border: 1px solid rgba(102,187,106,0.3);
border-left: 4px solid #66BB6A;
border-radius: 4px;
padding: 20px 24px;
margin: 28px 0;
}
.bathroom-break-title {
font-size: 0.78rem;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
color: #66BB6A;
margin-bottom: 8px;
}
.setlist-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 28px;
margin: 32px 0;
}
@media (max-width: 768px) { .setlist-grid { grid-template-columns: 1fr; } }
.setlist-col {
background: var(--card);
border: 1px solid var(--border);
border-radius: 6px;
padding: 28px 24px;
}
.setlist-col .setlist-col-header { margin-bottom: 0; }
.artist-name {
font-family: 'Bebas Neue', sans-serif;
font-size: 1.6rem;
letter-spacing: 0.06em;
color: var(--gold);
}
.artist-meta {
font-size: 0.78rem;
color: var(--muted);
margin-top: 4px;
padding-bottom: 14px;
border-bottom: 2px solid rgba(201,168,76,0.3);
}
.song-list {
list-style: none;
margin-top: 16px;
}
.song-item {
display: flex;
align-items: center;
gap: 12px;
padding: 7px 0;
border-bottom: 1px solid rgba(255,255,255,0.04);
font-size: 0.9rem;
}
.song-item:last-child { border-bottom: none; }
.song-num {
font-family: 'Bebas Neue', sans-serif;
font-size: 1rem;
color: var(--muted);
min-width: 24px;
text-align: center;
}
.song-title {
color: var(--white);
flex: 1;
}
.song-era {
font-size: 0.78rem;
color: var(--muted);
}
.song-fire { font-size: 0.85rem; }
.collab-section {
background: var(--card);
border: 1px solid rgba(201,168,76,0.3);
border-radius: 6px;
padding: 28px 24px;
margin: 24px 0;
}
.collab-title {
font-family: var(--display-font);
font-size: 1.4rem;
font-weight: 700;
color: var(--gold);
margin-bottom: 16px;
}
.collab-list { list-style: none; }
.collab-item {
display: flex;
gap: 14px;
padding: 14px 0;
border-bottom: 1px solid rgba(255,255,255,0.04);
}
.collab-item:last-child { border-bottom: none; }
.collab-icon { font-size: 1.2rem; flex-shrink: 0; }
.collab-name {
font-weight: 700;
font-size: 1rem;
color: var(--white);
margin-bottom: 4px;
}
.collab-desc {
font-size: 0.88rem;
color: #bbb;
line-height: 1.6;
}
.certainty {
font-size: 0.68rem;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
padding: 2px 8px;
border-radius: 100px;
margin-left: 6px;
}
.certainty.certain {
background: rgba(102,187,106,0.15);
color: #66BB6A;
border: 1px solid rgba(102,187,106,0.3);
}
.certainty.likely {
background: rgba(201,168,76,0.12);
color: var(--gold);
border: 1px solid rgba(201,168,76,0.3);
}
.disclaimer-box {
background: rgba(255,255,255,0.03);
border: 1px solid var(--border);
border-radius: 4px;
padding: 16px 20px;
font-size: 0.88rem;
color: var(--muted);
line-height: 1.6;
margin-bottom: 28px;
}
.sticky-cta {
display: none;
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 99;
background: rgba(5,5,5,0.96);
backdrop-filter: blur(12px);
border-top: 1px solid rgba(201,168,76,0.3);
padding: 12px 5%;
text-align: center;
}
.sticky-cta a {
display: inline-block;
background: var(--gold);
color: #050505 !important;
font-weight: 700;
font-size: 0.82rem;
letter-spacing: 0.08em;
text-transform: uppercase;
text-decoration: none;
padding: 12px 32px;
border-radius: 4px;
transition: background 0.2s;
}
.sticky-cta a:hover { background: var(--gold2); }
@media (max-width: 768px) {
.sticky-cta { display: flex; }
body { padding-bottom: 60px; }
}
.filter-bar {
display: flex;
gap: 10px;
flex-wrap: wrap;
margin-bottom: 24px;
}
.filter-btn {
display: inline-block;
padding: 12px 20px;
font-size: 0.9rem;
font-weight: 600;
letter-spacing: 0.06em;
text-transform: uppercase;
color: var(--muted);
background: transparent;
border: 1px solid var(--border);
border-radius: 100px;
cursor: pointer;
transition: all 0.2s;
}
.filter-btn:hover, .filter-btn.active {
color: var(--gold);
border-color: var(--gold);
background: rgba(201,168,76,0.08);
}
.playlist-btn {
display: inline-flex;
align-items: center;
gap: 8px;
background: #1DB954;
color: #fff !important;
font-weight: 700;
font-size: 0.82rem;
letter-spacing: 0.04em;
text-transform: uppercase;
text-decoration: none;
padding: 12px 24px;
border-radius: 100px;
transition: background 0.2s, transform 0.15s;
margin: 8px 6px;
}
.playlist-btn:hover { background: #1ed760; transform: translateY(-1px); }
.playlist-btn.apple {
background: #FC3C44;
}
.playlist-btn.apple:hover { background: #ff5c64; }
.back-to-top {
display: none;
position: fixed;
bottom: 80px;
right: 20px;
z-index: 98;
width: 44px;
height: 44px;
background: var(--gold);
color: var(--black);
border: none;
border-radius: 50%;
font-size: 1.2rem;
font-weight: 700;
cursor: pointer;
box-shadow: 0 2px 12px rgba(0,0,0,0.4);
transition: opacity 0.3s, transform 0.2s;
}
.back-to-top:hover { transform: translateY(-2px); }
.back-to-top.visible { display: block; }
.show-checklist {
background: linear-gradient(135deg, rgba(201,168,76,0.08) 0%, rgba(201,168,76,0.03) 100%);
border: 1px solid rgba(201,168,76,0.25);
border-radius: 6px;
padding: 28px 24px;
margin: 0;
}
.show-checklist-title {
font-family: 'Bebas Neue', sans-serif;
font-size: 1.4rem;
letter-spacing: 0.06em;
color: var(--gold);
margin-bottom: 16px;
}
.show-checklist-item {
display: flex;
align-items: center;
gap: 12px;
padding: 8px 0;
font-size: 0.92rem;
color: var(--white);
}
.show-checklist-item a { color: var(--gold) !important; font-weight: 700; text-decoration: none; }
.show-checklist-item a:hover { text-decoration: underline; }
.shipping-bar {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 102;
background: var(--gold);
color: var(--black);
font-family: var(--body-font);
font-size: 0.7rem;
font-weight: 700;
letter-spacing: 0.08em;
text-align: center;
padding: 5px 5%;
text-transform: uppercase;
}
body:has(.shipping-bar) .brand-ribbon { top: 24px !important; position: fixed; }
body:has(.shipping-bar) nav { top: 54px !important; }
body:has(.shipping-bar) .page-hero-img,
body:has(.shipping-bar) .city-hero-wrap,
body:has(.shipping-bar) .home-crowd-wrap { margin-top: 118px !important; }
@media (max-width: 768px) {
.shipping-bar { font-size: 0.62rem; padding: 4px 4%; }
body:has(.shipping-bar) nav { top: 50px !important; }
body:has(.shipping-bar) .brand-ribbon { top: 22px !important; }
}
.page-hero-img,
.city-hero-wrap,
.home-crowd-wrap {
margin-top: 118px !important;
}
@media (max-width: 768px) {
.page-hero-img,
.city-hero-wrap,
.home-crowd-wrap {
margin-top: 112px !important;
}
}
.key-takeaways {
background: rgba(201,168,76,0.06);
border: 1px solid rgba(201,168,76,0.25);
border-left: 4px solid var(--gold);
border-radius: 4px;
padding: 20px 24px;
margin: 20px 0 28px;
}
.key-takeaways-title {
font-size: 0.78rem;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--gold);
margin-bottom: 10px;
}
.key-takeaways ul {
list-style: none;
margin: 0;
padding: 0;
}
.key-takeaways li {
font-size: 0.92rem;
color: var(--white);
padding: 4px 0 4px 20px;
position: relative;
line-height: 1.6;
}
.key-takeaways li::before {
content: '→';
position: absolute;
left: 0;
color: var(--gold);
}
.persona-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
margin: 24px 0;
}
@media (max-width: 768px) { .persona-grid { grid-template-columns: 1fr; } }
.persona-card {
background: var(--card);
border: 1px solid var(--border);
border-top: 3px solid var(--gold);
border-radius: 4px;
padding: 24px 20px;
}
.persona-name {
font-family: var(--display-font);
font-size: 1.3rem;
font-weight: 700;
color: var(--gold);
margin-bottom: 8px;
}
.persona-desc {
font-size: 0.88rem;
color: var(--white);
line-height: 1.65;
margin-bottom: 14px;
}
.persona-link {
font-size: 0.78rem;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--gold);
text-decoration: none;
}
.persona-link:hover { text-decoration: underline; }
.item-link, .item-link:visited, .item-link:focus, .item-link:active,
.item-card .item-link, .item-card .item-link:visited, .item-card .item-link:focus {
background: var(--gold) !important; color: #050505 !important;
}
a:visited.btn, a:visited.btn-gold, a:visited.btn-primary { background: var(--gold) !important; color: #000 !important; }
.page-hero-img img, .city-hero-wrap img, .home-crowd-wrap img, .img-wrap img {
object-fit: cover;
object-position: center 15%;
}
.hero-portrait { object-position: center 8% !important; }
.hero-portrait-low { object-position: center 20% !important; }
.hero-crowd { object-position: center 28% !important; }
.hero-venue { object-position: center 50% !important; }
@media (max-width: 768px) {
.hero-portrait { object-position: center 5% !important; }
.hero-crowd { object-position: center 22% !important; }
}
div:empty, p:empty { display: none; }
section > *:last-child, .container > *:last-child, .inner > *:last-child { margin-bottom: 0 !important; }
footer { margin-top: 0 !important; }
.adsbygoogle { margin: 32px 0 !important; }
img { max-width: 100%; height: auto; display: block; }
img[loading="lazy"] { content-visibility: auto; }
.page-hero-img img, .city-hero-wrap img {
object-fit: cover;
object-position: center 15%;
width: 100%;
}
.hero-portrait { object-position: center 8% !important; }
.hero-crowd { object-position: center 28% !important; }
.hero-venue { object-position: center 50% !important; }
@media (max-width: 768px) {
.hero-portrait { object-position: center 5% !important; }
.hero-crowd { object-position: center 22% !important; }
}
section { padding-top: 48px !important; padding-bottom: 48px !important; }
section + section { margin-top: 0 !important; }
div:empty, p:empty { display: none; }
.ad-slot:empty { display: none !important; min-height: 0 !important; }
.ctl-section { padding: 48px 0; background: #0a0a0a; }
.ctl-section h2 { color: var(--gold); font-family: 'Bebas Neue', sans-serif; font-size: clamp(1.8rem,3vw,2.4rem); text-align: center; margin-bottom: 8px; }
.ctl-section .ctl-intro { text-align: center; color: #aaa; font-size: 0.9rem; margin-bottom: 32px; max-width: 600px; margin-left: auto; margin-right: auto; }
.ctl-category { margin-bottom: 40px; }
.ctl-category h3 { color: #fff; font-family: 'Bebas Neue', sans-serif; font-size: 1.3rem; letter-spacing: 3px; border-bottom: 1px solid var(--gold); padding-bottom: 8px; margin-bottom: 16px; }
.ctl-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 12px; }
.ctl-card { background: #111; border: 1px solid #242424; border-radius: 8px; padding: 16px; display: flex; flex-direction: column; gap: 8px; transition: border-color 0.2s; }
.ctl-card:hover { border-color: var(--gold); }
.ctl-card-icon { font-size: 1.8rem; text-align: center; }
.ctl-card-name { color: #fff; font-weight: 600; font-size: 0.85rem; line-height: 1.3; }
.ctl-card-brand { color: var(--gold); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px; }
.ctl-card-btn { display: block; text-align: center; background: var(--gold); color: #000; padding: 8px; border-radius: 4px; font-size: 0.78rem; font-weight: 700; text-decoration: none; margin-top: auto; letter-spacing: 1px; }
.ctl-card-btn:hover { background: #e0b84a; }
@media (max-width: 600px) { .ctl-grid { grid-template-columns: repeat(2, 1fr); } }
.item-image:empty { display:none !important; margin:0 !important; aspect-ratio:unset !important; }
.item-card:not(:has(.item-image)) .item-name,
.item-card .item-image:empty + .item-name {
padding-top: 0;
}
.item-card {
  cursor: pointer;
min-height: 200px;
}
/* An unfilled slot must keep its width or AdSense measures availableWidth=0
   and refuses to fill it, which makes the hiding permanent. Collapse only
   once AdSense has actually reported the slot unfilled (line below). */
ins.adsbygoogle:empty { margin:0 !important; padding:0 !important; }
ins.adsbygoogle[data-ad-status="unfilled"] { display:none !important; margin:0 !important; }
.city-faq dt, .faq-question, .city-faq h3,
[class*="faq"] dt, [class*="faq"] h3 {
color: var(--gold) !important;
font-family: 'Bebas Neue', sans-serif;
font-size: 1.1rem;
letter-spacing: 0.04em;
}
.city-faq dd, .faq-answer, [class*="faq"] dd, [class*="faq"] p {
color: rgba(245,240,232,0.85);
}
.btn-outline,
.btn-outline:link,
.btn-outline:visited {
background: var(--gold) !important;
color: #000 !important;
border-color: var(--gold) !important;
}
.btn-row .btn,
.btn-row a {
background: var(--gold) !important;
color: #000 !important;
border-color: var(--gold) !important;
}
.page-hero.city-grid .inner {
display: block;
}
.city-quick-actions {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px;
margin-top: 22px;
}
.city-quick-actions .all-tour-hotels-link {
grid-column: 1 / -1;
margin-top: 6px;
}
.city-quick-btn {
display: flex;
align-items: center;
gap: 10px;
background: var(--gold);
color: #000 !important;
font-family: 'Inter', sans-serif;
font-size: 0.95rem;
font-weight: 800;
letter-spacing: 0.02em;
padding: 14px 18px;
border-radius: 6px;
text-decoration: none;
transition: background 0.2s, transform 0.1s;
white-space: nowrap;
}
.city-quick-btn:hover { background: #e0b84a; transform: translateX(2px); color: #000 !important; }
.city-quick-btn:visited { color: #000 !important; }
@media (max-width: 900px) {
.page-hero .inner {
grid-template-columns: 1fr;
}
.city-quick-actions {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 8px;
}
}
@media (max-width: 480px) {
.city-quick-actions {
grid-template-columns: 1fr;
}
}
.item-card {
  cursor: pointer;
display: flex;
flex-direction: column;
min-height: 180px !important;
height: auto !important;
}
.item-card .item-name { font-size: 1.05rem; font-weight: 700; margin-bottom: 8px; }
.item-card .item-desc { flex: 1; font-size: 0.88rem; color: #bbb; line-height: 1.55; margin-bottom: 12px; }
.item-card .item-link, .item-card a { margin-top: auto; }
.item-card .item-image:empty { display: none; }
.show-checklist-item {
color: var(--gold);
font-weight: 600;
}
.show-checklist-item a {
color: #fff !important;
font-weight: 400;
text-decoration: none;
margin-left: 6px;
}
.show-checklist-item a:hover { color: var(--gold) !important; }
.dont-list {
max-width: 100%;
padding-left: 0;
list-style: none;
}
.dont-list li {
padding: 6px 0;
line-height: 1.6;
color: rgba(245,240,232,0.85);
font-size: 0.95rem;
border-bottom: 1px solid rgba(255,255,255,0.06);
}
.dont-list li::before { content: "\2717 \00a0"; color: #e57373; font-weight: 700; }
.donts { max-width: 100%; }
.donts-title {
font-family: 'Bebas Neue', sans-serif;
font-size: 1.1rem;
letter-spacing: 0.08em;
color: var(--gold);
margin-bottom: 12px;
}
.hotel-card { display:flex; flex-direction:column; gap:6px; padding:18px; border:1px solid var(--border); border-radius:8px; background:var(--card); }
.hotel-card .hotel-city { font-family:'Bebas Neue',sans-serif; font-size:1.35rem; color:var(--gold); letter-spacing:0.04em; }
.hotel-card .hotel-stadium { font-size:0.92rem; color:#eee; font-weight:600; }
.hotel-card .hotel-dates { font-size:0.78rem; color:var(--muted); margin-bottom:8px; }
.hotel-card .item-link { margin-top:6px; align-self:flex-start; }
.hotel-card .hotel-guide-link { margin-top:6px; font-size:0.78rem; color:var(--gold) !important; text-decoration:none; opacity:0.85; }
.hotel-card .hotel-guide-link:hover { opacity:1; text-decoration:underline; color:var(--gold) !important; }
a.hotel-guide-link, .hotel-guide-link { color:#C9A84C !important; }
.hotel-tips { padding-left:20px; line-height:1.8; }
.hotel-tips li { margin-bottom:10px; }
.aff-disclosure-top { background:#1a1611; border-left:3px solid var(--gold); padding:14px 18px; margin:22px 5%; border-radius:4px; font-size:0.88rem; color:#ccc; }
.aff-disclosure-top strong { color:var(--gold); }
.content-section { padding:24px 5%; max-width:1100px; margin:0 auto; }
.content-section h2 { font-family:'Bebas Neue',sans-serif; font-size:1.8rem; color:var(--gold); letter-spacing:0.04em; margin-bottom:12px; }
.faq-section .faq-item { border-bottom:1px solid var(--border); padding:14px 0; }
.faq-section .faq-q { font-size:1.05rem; color:#fff; margin-bottom:6px; }
.faq-section .faq-a { font-size:0.92rem; color:#ccc; line-height:1.7; }
.btn-primary:visited, .btn-primary:hover, .btn-primary:focus { background-color: var(--gold) !important; color: #050505 !important; }
.city-hero-img { position: relative; overflow: hidden; }
.city-hero-img img {
object-fit: cover;
object-position: center 30%;
width: 100%;
height: 100%;
display: block;
}
.city-hero-label {
pointer-events: none;
}
.hotel-nights-wrap { display: flex; flex-wrap: wrap; gap: 6px; }
.hotel-night-btn { font-size: 0.78rem !important; padding: 8px 10px !important; white-space: nowrap; }
@media (max-width: 768px) {
.hotel-nights-wrap { flex-direction: column; }
.hotel-night-btn { width: 100%; text-align: center; }
}
.page-hero-img.outfits-hero { max-height: 380px !important; overflow: hidden !important; }
.page-hero-img.outfits-hero img {
object-fit: cover !important;
object-position: center 20% !important;
width: 100% !important;
height: 100% !important;
max-width: none;
}
@media (max-width: 768px) {
.page-hero-img.outfits-hero { max-height: 280px !important; }
}
body > main > h1:first-child,
body > h1:first-child,
.page-hero h1,
.page-hero-block h1,
section:first-of-type h1 {
padding-top: 32px;
scroll-margin-top: 100px;
}
body.utility-page main > h1:first-child {
padding-top: 48px;
margin-top: 24px;
}
h1 + p,
h1 + .last-updated + p,
h1 + div + p {
margin-top: 16px !important;
}
h1 + section,
h1 + div + section,
.page-hero + section {
padding-top: 32px;
}
.nav-links a.nav-cta,
.nav-links li a.nav-cta,
nav .nav-cta,
nav ul li a.nav-cta,
a.nav-cta,
a.nav-cta:link,
a.nav-cta:visited,
a.nav-cta:hover,
a.nav-cta:active {
color: #050505 !important;
font-weight: 700 !important;
background: #C9A84C !important;
}
a:link, a:visited {
color: var(--text);
text-decoration: none;
}
main p a:not(.btn):not(.btn-gold):not(.nav-cta):link,
main p a:not(.btn):not(.btn-gold):not(.nav-cta):visited,
main li a:not(.btn):not(.btn-gold):link,
main li a:not(.btn):not(.btn-gold):visited {
color: #C9A84C;
text-decoration: underline;
}
.city-card, .city-card a,
.city-hub-card, .city-hub-card a,
.venue-card, .venue-card a,
.date-card a, .chip a,
.item-card a, .outfit-card a,
h1 a, h2 a, h3 a {
text-decoration: none !important;
}
a[href^="mailto:"] {
color: #C9A84C !important;
text-decoration: underline;
}
a[href^="mailto:"]:hover {
color: #E8C97A !important;
}
main h2:not([style*="color"]),
section h2:not([style*="color"]),
article h2:not([style*="color"]) {
color: #C9A84C;
}
main h2[style*="color:#fff"],
main h2[style*="color: #fff"],
section h2[style*="color:#fff"],
section h2[style*="color: #fff"] {
color: #C9A84C !important;
}
.page-hero {
padding: 80px 0 40px 0 !important;
}
.page-hero h1 {
margin-top: 0;
padding-top: 0;
}
.utility-content section {
padding: 40px 5% !important;
}
.utility-content p {
margin-bottom: 16px;
}
.sort-controls {
display: flex;
gap: 12px;
margin: 20px 0 32px;
flex-wrap: wrap;
}
.sort-btn {
background: transparent;
border: 1px solid #C9A84C;
color: #C9A84C;
padding: 8px 18px;
border-radius: 20px;
cursor: pointer;
font-size: 0.8rem;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.sort-btn.active {
background: #C9A84C;
color: #050505;
}
.sort-btn:hover {
background: #C9A84C;
color: #050505;
}
.vip-page .page-hero-block,
.vip-page .img-wrap img + div {
align-items: flex-start;
justify-content: flex-end;
text-align: left;
padding: 0 0 6% 6%;
}
.vip-page .img-wrap h1,
.vip-page .img-wrap .hero-text {
text-align: left;
}
body.utility-page main {
padding-top: 115px !important;
margin-top: 0 !important;
}
body.utility-page > section:first-of-type,
body.utility-page > div.container:first-of-type {
padding-top: 115px !important;
}
.city-info-grid h3,
.info-card h3,
.quick-facts h3,
.city-quick-info h3,
section h3:not([style*="color"]) {
color: #C9A84C !important;
}
.btn-gold,
.shop-now,
.cta-btn,
a.btn-gold,
button.btn-gold {
background: #C9A84C !important;
color: #050505 !important;
border-color: #C9A84C !important;
}
.btn-gold:hover,
.shop-now:hover,
.cta-btn:hover {
background: #E8C97A !important;
color: #050505 !important;
}
a[href*="shop"]:not(.nav-cta):not(.btn-gold) {
color: #C9A84C;
}
a:contains('SHOP NOW'),
[data-text="SHOP NOW"] {
background: #C9A84C !important;
color: #050505 !important;
}
.city-ticket-card {
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 24px;
}
.city-ticket-left {
flex: 1;
}
.city-ticket-right {
min-width: 200px;
max-width: 240px;
display: flex;
flex-direction: column;
gap: 10px;
padding-top: 8px;
}
.ticket-countdown {
background: rgba(201,168,76,0.1);
border: 1px solid rgba(201,168,76,0.35);
border-radius: 6px;
padding: 10px 14px;
text-align: center;
}
.countdown-number {
font-family: 'Bebas Neue', sans-serif;
font-size: 2.2rem;
color: #C9A84C;
line-height: 1;
display: block;
}
.countdown-label {
font-size: 0.7rem;
color: rgba(245,240,232,0.6);
letter-spacing: 0.12em;
text-transform: uppercase;
}
.ticket-hotel-cta {
background: transparent;
border: 1px solid rgba(201,168,76,0.3);
border-radius: 6px;
padding: 10px 14px;
text-align: center;
}
.ticket-hotel-cta a {
color: #C9A84C;
text-decoration: none;
font-size: 0.82rem;
font-weight: 600;
letter-spacing: 0.05em;
}
.ticket-hotel-cta a:hover {
color: #E8C97A;
}
.ticket-urgency {
font-size: 0.75rem;
color: rgba(245,240,232,0.55);
text-align: center;
letter-spacing: 0.06em;
}
@media (max-width: 600px) {
.city-ticket-card { flex-direction: column; }
.city-ticket-right { min-width: unset; max-width: 100%; }
}
.product-badge {
display: inline-block;
background: #C9A84C;
color: #050505;
font-family: 'Bebas Neue', sans-serif;
font-size: 0.72rem;
letter-spacing: 0.15em;
padding: 3px 10px;
border-radius: 3px;
margin-bottom: 8px;
font-weight: 700;
}
.btn-gold,
a.btn-gold,
button.btn-gold,
.btn-outline,
a.btn-outline,
.btn-shop,
a.btn-shop,
.platform-btn,
a.platform-btn,
.item-link,
a.item-link,
.shop-now,
a.shop-now,
.city-quick-btn,
a.city-quick-btn,
.sticky-cta a,
.cta-btn,
.product-card .btn-shop,
.item-card .item-link {
color: #000000 !important;
text-decoration: none !important;
}
.hotel-nights-wrap {
display: flex;
gap: 6px;
flex-wrap: wrap;
}
.hotel-night-btn {
font-size: 0.82rem !important;
padding: 10px 12px !important;
flex: 1;
min-width: 0;
justify-content: center;
}
.btn-gold:hover,
.btn-outline:hover,
.btn-shop:hover,
.platform-btn:hover,
.item-link:hover,
.shop-now:hover,
.city-quick-btn:hover,
.sticky-cta a:hover,
.cta-btn:hover {
color: #000000 !important;
}
.btn-dark,
a.btn-dark,
button.btn-dark {
color: #C9A84C !important;
}
.btn-dark:hover,
a.btn-dark:hover
.chip,
.chip:link,
.chip:visited,
.chip:hover,
.chip:active,
.chip:focus {
color: var(--muted) !important;
}
.chip:hover,
.chip:focus {
color: var(--gold) !important;
border-color: var(--gold) !important;
}
a { text-decoration: none; }
main p a:not(.btn):not(.btn-gold):not(.city-quick-btn):not(.nav-cta):link,
main p a:not(.btn):not(.btn-gold):not(.city-quick-btn):not(.nav-cta):visited,
main li a:not(.btn):not(.btn-gold):not(.city-quick-btn):link,
main li a:not(.btn):not(.btn-gold):not(.city-quick-btn):visited {
color: var(--gold);
text-decoration: underline;
}
.city-card a, .city-hub-card a, .venue-card a, .date-card a,
.chip a, .item-card a, .outfit-card a, .city-quick-btn,
h1 a, h2 a, h3 a, h4 a, nav a, footer a,
.breadcrumb-list a, .city-tag, .show-dates-multi a,
.footer-links a, .footer-social a, .back-to-top,
a[style*="background:var(--gold)"],
a[style*="background:#"],
a[style*="background:rgba"],
a[style*="background:transparent"] {
text-decoration: none !important;
}
main p { margin-bottom: 14px; }
main section { margin-bottom: 28px; }
.checklist-item, .show-day-checklist label,
input[type="checkbox"] + span, input[type="checkbox"] + label,
.checklist-wrap label, .checklist-section label {
color: var(--text) !important;
opacity: 1 !important;
font-size: 0.95rem !important;
}
.show-day-checklist, .checklist-wrap, .checklist-section {
background: rgba(201,168,76,0.06) !important;
border: 1px solid rgba(201,168,76,0.2) !important;
border-radius: 8px;
padding: 20px !important;
}
.group-trip-banner, .group-planner-cta, [class*="group-trip"] {
background: rgba(201,168,76,0.08) !important;
border: 1px solid rgba(201,168,76,0.25) !important;
color: var(--text) !important;
}
.group-trip-banner a, .group-planner-cta a {
color: var(--gold) !important;
}
main h2, main h3 {
color: var(--gold);
}
.item-card, .product-card {
text-align: center;
}
.item-card .item-link, .product-card .btn-shop, .shop-now {
display: inline-block !important;
margin: 0 auto !important;
}
.city-tag, .venue-tag, .chip {
color: var(--text) !important;
border-color: rgba(201,168,76,0.3) !important;
}
.city-tag.gold {
color: var(--gold) !important;
border-color: var(--gold) !important;
}
[id] {
scroll-margin-top: 100px;
}
.outfit-section[id], section[id] {
scroll-margin-top: 100px;
}
.shirt-card .img-wrap {
max-height: 320px;
overflow: hidden;
}
.shirt-card .img-wrap img {
object-position: center 25%;
}
.item-card .item-img-wrap {
max-height: 280px;
overflow: hidden;
}
[style*="background:#fffef0"],
[style*="background: #fffef0"],
[style*="background:#f9f9f9"],
[style*="background: #f9f9f9"],
[style*="background:#f0f7f0"],
[style*="background: #f0f7f0"] {
color: #1a1a1a;
}
[style*="background:#fffef0"] p,
[style*="background:#f9f9f9"] p,
[style*="background:#f0f7f0"] p,
[style*="background:#fffef0"] li,
[style*="background:#f9f9f9"] li,
[style*="background:#fffef0"] span,
[style*="background:#f9f9f9"] span,
[style*="background:#f0f7f0"] span,
[style*="background:#fffef0"] strong,
[style*="background:#f9f9f9"] strong,
[style*="background:#f0f7f0"] strong,
[style*="background:#fffef0"] small,
[style*="background:#f9f9f9"] h2,
[style*="background:#f9f9f9"] h3,
[style*="background:#f0f7f0"] h2,
[style*="background:#f0f7f0"] h3 {
color: #1a1a1a;
}
.city-quick-btn {
justify-content: center !important;
text-align: center;
padding: 16px 18px !important;
font-size: 1rem !important;
color: #000 !important;
}
@media (max-width: 480px) {
.city-quick-btn {
font-size: 0.95rem !important;
padding: 15px 14px !important;
}
}
.chip,
.jump-btn,
.city-link,
.filter-btn,
.sort-btn,
.ctl-card-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 40px;
}
@media (max-width: 768px) {
.chip,
.jump-btn,
.city-link,
.filter-btn,
.sort-btn {
min-height: 44px;
padding: 10px 16px;
font-size: 0.85rem;
}
}
[style*="background:#fffef0"] small,
[style*="background:#f9f9f9"] small,
[style*="background:#f0f7f0"] small {
color: #6b5b1a !important;
}
.platform-btn:visited,
.vip-cta:visited,
.btn-g:visited,
.btn-o:visited,
.btn-dark:visited,
.ctl-card-btn:visited,
.sticky-cta a:visited,
.filter-btn:visited,
.sort-btn:visited,
.jump-btn:visited {
color: inherit;
}
.platform-btn:visited { color: #050505 !important; }
.vip-cta:visited { color: #050505 !important; }
.btn-g:visited { color: #050505 !important; }
.btn-o:visited { color: var(--gold) !important; }
.btn-dark:visited { color: #C9A84C !important; }
.ctl-card-btn:visited { color: #000 !important; }
.sticky-cta a:visited { color: #050505 !important; }
.filter-btn.active:visited { color: #050505 !important; }
.sort-btn.active:visited { color: #050505 !important; }
.jump-btn:visited { color: var(--gold) !important; }
.city-link:visited { color: inherit !important; }

/* FIX v178: shop CTA band was gold-on-gold - heading and button were invisible (1:1 contrast) */

/* FIX v178: tap targets under the 44px floor */
.persona-link { display: inline-block; padding: 12px 4px; min-height: 44px; line-height: 20px; }
.item-link { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; }

/* FIX v178: 44px floor on primary buttons */
.btn, .btn-gold, .btn-primary, .btn-outline { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; }

/* FINAL198 — Sticky mobile CTA bar (2-button layout) */
.sticky-cta {
  display: none !important;
}
@media (max-width: 768px) {
  .sticky-cta {
    display: flex !important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: rgba(5,5,5,0.97);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid rgba(201,168,76,0.4);
    padding: 10px 4%;
    gap: 8px;
    justify-content: center;
    flex-wrap: nowrap;
  }
  .sticky-cta a {
    flex: 1;
    text-align: center;
    font-size: 0.75rem;
    padding: 11px 10px;
    max-width: 180px;
  }
  body { padding-bottom: 70px; }
}

/* WCAG skip-to-content focus visibility */
.skip-to-content:focus { top: 0 !important; }
