/* =========================================================================
   TOWN & TAILGATE — single-stadium.css
   Styles for the single Stadium Guide template (single-tnt_stadium.php).
   Loaded only on tnt_stadium singles. Reuses the global tokens from main.css.
   ========================================================================= */

/* ---- HERO --------------------------------------------------------------- */
.tnt-st-hero {
	position: relative; isolation: isolate; overflow: hidden;
	display: flex; align-items: flex-end;
	min-height: clamp(460px, 64vh, 660px);
	background: var(--tnt-navy);
}
.tnt-st-hero__media { position: absolute; inset: 0; z-index: -1; }
.tnt-st-hero__media img,
.tnt-st-hero__media .tnt-ph { width: 100%; height: 100%; object-fit: cover; }
.tnt-st-hero__overlay {
	position: absolute; inset: 0;
	background:
		linear-gradient(0deg, rgba(7,9,11,.95) 0%, rgba(7,9,11,.5) 48%, rgba(7,9,11,.2) 100%),
		linear-gradient(90deg, rgba(7,9,11,.66) 0%, rgba(7,9,11,.1) 64%, rgba(7,9,11,0) 100%);
}
.tnt-st-hero__inner { padding-block: clamp(40px, 6vw, 76px); max-width: var(--tnt-max); }
.tnt-st-hero__eyebrow {
	font-family: var(--tnt-display); font-weight: 500;
	font-size: clamp(.74rem, 1.3vw, .9rem); letter-spacing: .14em; text-transform: uppercase;
	color: var(--tnt-gold); margin: 0 0 16px;
}
.tnt-st-hero__title {
	font-family: var(--tnt-display); font-weight: 700;
	font-size: clamp(2.6rem, 6vw, 4.8rem); line-height: .94; letter-spacing: -.01em;
	text-transform: uppercase; color: var(--tnt-white); margin: 0;
	text-shadow: 0 2px 26px rgba(0,0,0,.4);
}
.tnt-st-hero__meta {
	display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 20px 0 0;
	font-family: var(--tnt-display); font-weight: 500; font-size: .82rem;
	letter-spacing: .06em; text-transform: uppercase; color: rgba(244,239,228,.9);
}
.tnt-st-hero__meta li { display: inline-flex; align-items: center; gap: 8px; }
.tnt-st-hero__meta svg { width: 16px; height: 16px; color: var(--tnt-gold); flex: 0 0 auto; }
.tnt-st-hero__deck { margin: 20px 0 0; max-width: 640px; font-size: clamp(1.02rem, 1.5vw, 1.2rem); line-height: 1.55; color: rgba(244,239,228,.9); }
.tnt-st-hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }

/* ---- QUICK INFO CARDS --------------------------------------------------- */
.tnt-st-quick-band { background: var(--tnt-black); border-bottom: 1px solid var(--tnt-line); }
.tnt-st-quick {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
	background: var(--tnt-line); border-radius: var(--tnt-radius-lg); overflow: hidden;
	margin-block: clamp(20px, 3vw, 32px);
}
.tnt-st-qcard { background: var(--tnt-navy-2); padding: 20px 22px; display: flex; gap: 14px; align-items: flex-start; }
.tnt-st-qcard__icon { flex: 0 0 auto; width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(214,166,79,.4); display: inline-flex; align-items: center; justify-content: center; color: var(--tnt-gold); }
.tnt-st-qcard__icon svg { width: 17px; height: 17px; }
.tnt-st-qcard__label { font-family: var(--tnt-display); font-weight: 600; font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; color: var(--tnt-gold); display: block; margin-bottom: 5px; }
.tnt-st-qcard__value { font-size: .98rem; line-height: 1.4; color: var(--tnt-cream); }
.tnt-st-qcard__value a { color: var(--tnt-gold-2); text-decoration: none; }
.tnt-st-qcard__value a:hover { color: var(--tnt-gold); text-decoration: underline; }

/* ---- MAIN SECTIONS ------------------------------------------------------ */
.tnt-st-wrap { max-width: 780px; }
.tnt-st-section + .tnt-st-section { margin-top: 44px; padding-top: 44px; border-top: 1px solid var(--tnt-cream-2); }
.tnt-st-secthead { display: flex; align-items: center; gap: 14px; margin: 0 0 16px; }
.tnt-st-secthead__icon { flex: 0 0 auto; width: 40px; height: 40px; border-radius: 50%; background: var(--tnt-charcoal); color: var(--tnt-gold); display: inline-flex; align-items: center; justify-content: center; }
.tnt-st-secthead__icon svg { width: 20px; height: 20px; }
.tnt-st-h2 {
	font-family: var(--tnt-display); font-weight: 700; font-size: clamp(1.45rem, 2.7vw, 2rem);
	line-height: 1.05; text-transform: uppercase; letter-spacing: .01em; color: var(--tnt-charcoal); margin: 0;
}
.tnt-st-prose { font-size: 1.08rem; line-height: 1.72; color: var(--tnt-ink); }
.tnt-st-prose p { margin: 0 0 1.1em; } .tnt-st-prose p:last-child { margin-bottom: 0; }
.tnt-st-prose a { color: var(--tnt-orange); text-decoration: underline; text-underline-offset: 3px; }
.tnt-st-prose ul, .tnt-st-prose ol { margin: 0 0 1.1em; padding-left: 1.25em; }
.tnt-st-prose li { margin: 0 0 .5em; }
.tnt-st-prose li::marker { color: var(--tnt-orange); }

/* ---- NEWSLETTER CTA ----------------------------------------------------- */
.tnt-st-newsletter { max-width: 660px; margin-inline: auto; }

/* ---- RELATED spacing ---------------------------------------------------- */
.tnt-st-related + .tnt-st-related { margin-top: 44px; }

/* ---- RESPONSIVE --------------------------------------------------------- */
@media (max-width: 900px) {
	.tnt-st-quick { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
	.tnt-st-quick { grid-template-columns: 1fr; }
	.tnt-st-secthead__icon { width: 34px; height: 34px; }
}
