/* =========================================================================
   TOWN & TAILGATE — single-playbook.css
   Styles for the single Weekend Playbook template (single-tnt_playbook.php).
   Loaded only on that template. Reuses the global tokens from main.css.
   ========================================================================= */

/* ---- HERO --------------------------------------------------------------- */
.tnt-pb-hero {
	position: relative; isolation: isolate; overflow: hidden;
	display: flex; align-items: flex-end;
	min-height: clamp(460px, 62vh, 640px);
	background: var(--tnt-navy);
}
.tnt-pb-hero__media { position: absolute; inset: 0; z-index: -1; }
.tnt-pb-hero__media img,
.tnt-pb-hero__media .tnt-ph { width: 100%; height: 100%; object-fit: cover; }
.tnt-pb-hero__overlay {
	position: absolute; inset: 0;
	background:
		linear-gradient(0deg, rgba(7,9,11,.95) 0%, rgba(7,9,11,.55) 48%, rgba(7,9,11,.2) 100%),
		linear-gradient(90deg, rgba(7,9,11,.7) 0%, rgba(7,9,11,.15) 60%, rgba(7,9,11,0) 100%);
}
.tnt-pb-hero__inner { padding-block: clamp(40px, 6vw, 72px); max-width: var(--tnt-max); }
.tnt-pb-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-pb-hero__title {
	font-family: var(--tnt-display); font-weight: 700;
	font-size: clamp(2.6rem, 6vw, 4.6rem); line-height: .96; letter-spacing: -.01em;
	text-transform: uppercase; color: var(--tnt-white); margin: 0;
	text-shadow: 0 2px 26px rgba(0,0,0,.4); max-width: 16ch;
}
.tnt-pb-hero__vs { color: var(--tnt-gold); }
.tnt-pb-hero__meta {
	display: flex; flex-wrap: wrap; gap: 10px 26px; margin: 22px 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-pb-hero__meta li { display: inline-flex; align-items: center; gap: 8px; }
.tnt-pb-hero__meta svg { width: 16px; height: 16px; color: var(--tnt-gold); flex: 0 0 auto; }
.tnt-pb-hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }

/* ---- QUICK SUMMARY CARDS ----------------------------------------------- */
.tnt-pb-summary-band { background: var(--tnt-black); border-bottom: 1px solid var(--tnt-line); }
.tnt-pb-summary {
	display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
	background: var(--tnt-line); border-radius: var(--tnt-radius-lg); overflow: hidden;
	margin-block: clamp(20px, 3vw, 32px);
}
.tnt-pb-stat { background: var(--tnt-navy-2); padding: 20px 22px; display: flex; flex-direction: column; gap: 6px; }
.tnt-pb-stat__label {
	font-family: var(--tnt-display); font-weight: 600; font-size: .66rem;
	letter-spacing: .12em; text-transform: uppercase; color: var(--tnt-gold);
}
.tnt-pb-stat__value {
	font-family: var(--tnt-display); font-weight: 600; font-size: 1.12rem;
	line-height: 1.15; color: var(--tnt-cream);
}

/* ---- CONTENT LAYOUT ----------------------------------------------------- */
.tnt-pb-body { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0; }
.tnt-pb-wrap { max-width: 760px; }
.tnt-pb-section + .tnt-pb-section { margin-top: 40px; }
.tnt-pb-kicker {
	font-family: var(--tnt-display); font-weight: 600; font-size: .72rem;
	letter-spacing: .14em; text-transform: uppercase; color: var(--tnt-orange);
	margin: 0 0 10px; display: block;
}
.tnt-band--dark .tnt-pb-kicker { color: var(--tnt-gold); }
.tnt-pb-h2 {
	font-family: var(--tnt-display); font-weight: 700;
	font-size: clamp(1.7rem, 3vw, 2.3rem); line-height: 1.04; text-transform: uppercase;
	letter-spacing: .01em; margin: 0 0 16px;
}
.tnt-band--cream .tnt-pb-h2 { color: var(--tnt-charcoal); }
.tnt-band--dark .tnt-pb-h2 { color: var(--tnt-white); }
.tnt-pb-prose { font-size: 1.06rem; line-height: 1.72; }
.tnt-pb-prose p { margin: 0 0 1.1em; }
.tnt-pb-prose p:last-child { margin-bottom: 0; }
.tnt-band--cream .tnt-pb-prose { color: var(--tnt-ink); }
.tnt-band--dark .tnt-pb-prose { color: rgba(244,239,228,.9); }
.tnt-pb-prose a { color: var(--tnt-orange); text-decoration: underline; text-underline-offset: 3px; }
.tnt-pb-prose h2, .tnt-pb-prose h3 { font-family: var(--tnt-display); text-transform: uppercase; line-height: 1.1; margin: 1.4em 0 .5em; }

/* Sam's Read — columnist callout */
.tnt-pb-read {
	margin-top: 40px; padding: 28px 30px; border-radius: var(--tnt-radius-lg);
	background: var(--tnt-navy); color: var(--tnt-cream);
	border-left: 4px solid var(--tnt-gold); box-shadow: var(--tnt-shadow-sm);
}
.tnt-pb-read__label {
	font-family: var(--tnt-display); font-weight: 700; font-size: .72rem;
	letter-spacing: .16em; text-transform: uppercase; color: var(--tnt-gold); margin: 0 0 12px;
}
.tnt-pb-read__quote { font-size: 1.16rem; line-height: 1.6; margin: 0; }
.tnt-pb-read__quote p { margin: 0 0 .7em; }
.tnt-pb-read__quote p:last-child { margin-bottom: 0; }
.tnt-pb-read__by {
	margin: 16px 0 0; font-family: var(--tnt-slab); font-style: italic; font-weight: 600;
	font-size: 1rem; color: var(--tnt-gold);
}

/* ---- WEEKEND TIMELINE --------------------------------------------------- */
.tnt-pb-timeline { position: relative; max-width: 800px; }
.tnt-pb-timeline::before {
	content: ""; position: absolute; left: 13px; top: 8px; bottom: 8px; width: 2px;
	background: linear-gradient(180deg, var(--tnt-gold), rgba(214,166,79,.15));
}
.tnt-pb-step { position: relative; padding: 0 0 30px 52px; }
.tnt-pb-step:last-child { padding-bottom: 0; }
.tnt-pb-step__dot {
	position: absolute; left: 0; top: 2px; width: 28px; height: 28px; border-radius: 50%;
	background: var(--tnt-black); border: 2px solid var(--tnt-gold);
	display: inline-flex; align-items: center; justify-content: center; color: var(--tnt-gold);
}
.tnt-pb-step__dot svg { width: 15px; height: 15px; }
.tnt-pb-step__when {
	font-family: var(--tnt-display); font-weight: 600; font-size: .68rem;
	letter-spacing: .12em; text-transform: uppercase; color: var(--tnt-gold); display: block; margin-bottom: 4px;
}
.tnt-pb-step__title {
	font-family: var(--tnt-display); font-weight: 700; font-size: 1.3rem;
	text-transform: uppercase; color: var(--tnt-white); margin: 0 0 8px; line-height: 1.05;
}
.tnt-pb-step__text { font-size: 1.02rem; line-height: 1.65; color: rgba(244,239,228,.88); margin: 0; }

/* ---- RELATED ------------------------------------------------------------ */
.tnt-pb-related + .tnt-pb-related { margin-top: 44px; }
.tnt-pb-towncard {
	display: grid; grid-template-columns: 280px 1fr; gap: 0;
	background: var(--tnt-navy); border-radius: var(--tnt-radius-lg); overflow: hidden;
	box-shadow: var(--tnt-shadow-sm);
}
.tnt-pb-towncard__media { position: relative; min-height: 200px; }
.tnt-pb-towncard__media img, .tnt-pb-towncard__media .tnt-ph { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tnt-pb-towncard__body { padding: 28px 30px; display: flex; flex-direction: column; gap: 12px; align-items: flex-start; justify-content: center; }
.tnt-pb-towncard__eyebrow { font-family: var(--tnt-display); font-weight: 600; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--tnt-gold); }
.tnt-pb-towncard__title { font-family: var(--tnt-display); font-weight: 700; font-size: 1.7rem; text-transform: uppercase; color: var(--tnt-white); margin: 0; line-height: 1.05; }
.tnt-pb-towncard__text { font-size: .98rem; line-height: 1.6; color: var(--tnt-muted-d); margin: 0; }

/* ---- NEWSLETTER CTA (reuses .tnt-newsletter) ---------------------------- */
.tnt-pb-newsletter { max-width: 660px; margin-inline: auto; }

/* ---- RESPONSIVE --------------------------------------------------------- */
@media (max-width: 900px) {
	.tnt-pb-summary { grid-template-columns: repeat(2, 1fr); }
	.tnt-pb-towncard { grid-template-columns: 1fr; }
	.tnt-pb-towncard__media { min-height: 200px; }
}
@media (max-width: 520px) {
	.tnt-pb-summary { grid-template-columns: 1fr; }
	.tnt-pb-step { padding-left: 46px; }
}
