:root {
	--ink: #0b1026;
	--charcoal: #111318;
	--muted: #69707a;
	--paper: #f6f1e8;
	--panel: #fffdf8;
	--line: rgba(11, 16, 38, 0.13);
	--red: #e33a2f;
	--gold: #f2bd2e;
	--green: #08724f;
	--blue: #14206f;
	--shadow: 0 22px 70px rgba(11, 16, 38, 0.15);
	--max: 1200px;
	--wide: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--paper);
	color: var(--charcoal);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.55;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
.skip-link { position: absolute; left: 16px; top: -60px; z-index: 80; background: var(--charcoal); color: #fff; padding: 10px 14px; }
.skip-link:focus { top: 16px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(246, 241, 232, 0.94);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid var(--line);
}
.utility-bar { background: var(--ink); color: rgba(255,255,255,.78); font-size: .82rem; }
.utility-inner, .masthead-inner, .nav-inner, .breaking-ticker, .section-wrap, .news-hero, .topic-strip, .newsletter-band, .page-hero, .videos-hero, .videos-hub, .events-hero, .contact-hero, .contact-layout, .advertise-hero, .archive-layout, .single-article, .footer-grid, .footer-bottom {
	width: min(var(--max), calc(100% - 28px));
	margin-inline: auto;
}
.utility-inner { min-height: 38px; display: flex; align-items: center; gap: 16px; }
.utility-social { margin-left: auto; display: flex; gap: 10px; font-weight: 900; }
.utility-cta { background: var(--gold); color: var(--ink); padding: 7px 11px; font-weight: 1000; text-transform: uppercase; }
.masthead { background: var(--panel); }
.masthead-inner { min-height: 86px; display: flex; align-items: center; gap: 22px; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 1000; min-width: 230px; }
.brand small { display: block; color: var(--muted); font-size: .78rem; font-weight: 800; }
.brand-mark { width: 54px; height: 54px; display: grid; place-items: center; background: var(--red); color: #fff; box-shadow: 7px 7px 0 var(--gold); }
.custom-logo { max-height: 64px; width: auto; }
.header-search { flex: 0 1 430px; display: flex; border: 2px solid var(--charcoal); background: #fff; }
.header-search input { min-width: 0; flex: 1; border: 0; padding: 0 13px; font: inherit; background: transparent; }
.header-search button, .button { min-height: 44px; border: 0; padding: 0 16px; display: inline-flex; align-items: center; justify-content: center; background: var(--red); color: #fff; font-weight: 1000; text-transform: uppercase; cursor: pointer; }
.button-primary { background: var(--gold); color: var(--ink); }
.button-ghost { border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.08); color: #fff; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 2px solid var(--charcoal); background: #fff; padding: 0; }
.menu-toggle span { display: block; width: 19px; height: 2px; background: var(--charcoal); margin: 4px auto; }
.primary-nav { background: var(--blue); color: #fff; }
.primary-nav ul { display: flex; list-style: none; margin: 0; padding: 0; overflow-x: auto; }
.primary-nav a { display: inline-flex; align-items: center; min-height: 48px; padding: 0 13px; font-size: .84rem; font-weight: 1000; text-transform: uppercase; white-space: nowrap; }
.primary-nav a:hover, .primary-nav .current-menu-item > a { background: var(--red); }

.breaking-ticker { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 14px; margin-top: 18px; background: var(--charcoal); color: #fff; overflow: hidden; border-radius: 8px; }
.breaking-ticker strong { min-height: 46px; display: grid; place-items: center; padding: 0 16px; background: var(--red); text-transform: uppercase; }
.breaking-ticker div { display: flex; gap: 28px; overflow-x: auto; white-space: nowrap; font-weight: 850; }
.breaking-ticker a::before { content: "•"; color: var(--gold); margin-right: 12px; }

.ad-zone { border: 1px dashed rgba(11,16,38,.32); background: rgba(255,255,255,.62); padding: 10px; text-align: center; color: var(--muted); }
.ad-zone span, .ad-label { display: block; margin-bottom: 8px; color: var(--muted); font-size: .72rem; font-weight: 1000; text-transform: uppercase; letter-spacing: .12em; }
.ad-zone-leaderboard { margin-top: 16px; }
.ad-zone-featured-sponsor {
	width: min(100%, calc(100% - 24px));
	max-width: 744px;
	margin: 12px auto 6px;
	padding: 8px;
	border-style: solid;
	border-color: var(--line);
	border-radius: 8px;
	background: var(--panel);
	box-shadow: 0 1px 0 rgba(11,16,38,.08);
}
.ad-zone-featured-sponsor .wog-ad-placement {
	margin: 0;
}
.ad-zone-featured-sponsor .wog-ad-label {
	margin-bottom: 6px;
	font-size: .62rem;
	letter-spacing: .1em;
}
.ad-zone-featured-sponsor .wog-ad-placement a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: clamp(74px, 23vw, 96px);
	overflow: visible;
	border-radius: 6px;
	background: #f1ede4;
}
.ad-zone-featured-sponsor .wog-ad-placement img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	border-radius: 6px;
}
.wog-theme-ad-slot {
	width: min(100%, calc(100% - 24px));
	max-width: 744px;
	margin: 14px auto;
	padding: 8px;
	border-style: solid;
	border-color: var(--line);
	border-radius: 8px;
	background: var(--panel);
	box-shadow: 0 1px 0 rgba(11,16,38,.08);
}
.ad-zone-homepage-hero,
.ad-zone-homepage-top,
.ad-zone-homepage-middle,
.ad-zone-homepage-bottom {
	width: min(100%, calc(100% - 24px));
	max-width: none;
}
.ad-zone-homepage-hero,
.ad-zone-event-featured {
	max-width: 1216px;
}
.ad-zone-homepage-top,
.ad-zone-homepage-middle,
.ad-zone-homepage-bottom,
.ad-zone-category-top,
.ad-zone-event-top,
.ad-zone-directory-top {
	max-width: 986px;
}
.wog-theme-ad-slot .wog-ad-placement {
	margin: 0;
}
.wog-theme-ad-slot .wog-ad-placement a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	aspect-ratio: 728 / 90;
	overflow: visible;
	border-radius: 6px;
	background: #f6f2ea;
}
.wog-theme-ad-slot .wog-ad-placement img {
	width: 100%;
	height: 100%;
	max-height: none;
	object-fit: contain;
	object-position: center;
}
.ad-zone-homepage-hero .wog-ad-placement a {
	aspect-ratio: 1200 / 300;
}
.ad-zone-event-featured .wog-ad-placement a {
	aspect-ratio: 1200 / 300;
}
.ad-zone-homepage-top .wog-ad-placement a,
.ad-zone-homepage-middle .wog-ad-placement a,
.ad-zone-homepage-bottom .wog-ad-placement a,
.ad-zone-category-top .wog-ad-placement a,
.ad-zone-event-top .wog-ad-placement a,
.ad-zone-directory-top .wog-ad-placement a {
	aspect-ratio: 970 / 250;
}
.ad-zone-sidebar-native {
	width: 100%;
	max-width: none;
	margin: 16px 0;
}
.article-layout .wog-theme-ad-slot,
.archive-layout .wog-theme-ad-slot {
	width: 100%;
}
.ad-zone-sidebar-native .wog-ad-placement img {
	max-height: none;
}
.ad-zone-sidebar-native .wog-ad-placement a {
	height: auto;
	aspect-ratio: 300 / 250;
}
.ad-zone-sticky .wog-ad-placement a {
	height: auto;
	aspect-ratio: 300 / 600;
}
.ad-zone-sticky {
	position: sticky;
	top: 18px;
}
.ad-zone-category-middle {
	grid-column: 1 / -1;
	width: 100%;
}
.ad-zone-mobile-header,
.ad-zone-mobile-event,
.ad-zone-mobile-inline,
.ad-zone-mobile-sticky {
	display: none;
}
.ad-zone-mobile-sticky {
	position: fixed;
	right: 10px;
	bottom: 10px;
	left: 10px;
	z-index: 80;
	margin: 0;
	padding: 6px;
}
.ad-zone-mobile-sticky .wog-ad-label {
	display: none;
}
.ad-zone-mobile-sticky .wog-ad-placement img {
	height: 100%;
	object-fit: contain;
}
.ad-zone-mobile-header .wog-ad-placement a,
.ad-zone-mobile-event .wog-ad-placement a,
.ad-zone-mobile-inline .wog-ad-placement a {
	height: auto;
	aspect-ratio: 320 / 100;
}
.ad-zone-mobile-sticky .wog-ad-placement a {
	height: auto;
	aspect-ratio: 320 / 50;
}

.news-hero { width: min(var(--wide), calc(100% - 36px)); padding: 34px 0 30px; }
.hero-deck { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .55fr); gap: clamp(24px, 5vw, 68px); align-items: end; padding-bottom: 24px; }
.eyebrow { margin: 0 0 10px; color: var(--red); font-size: .73rem; font-weight: 1000; text-transform: uppercase; letter-spacing: .12em; }
h1, h2, h3 { letter-spacing: 0; }
.hero-deck h1, .section-heading h2, .page-hero h1, .single-header h1 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 900;
	line-height: .96;
}
.hero-deck h1 { max-width: 760px; font-size: clamp(2.7rem, 4.6vw, 4.9rem); }
.hero-deck p:not(.eyebrow) { margin: 0; max-width: 430px; color: var(--muted); font-size: 1.04rem; font-weight: 750; line-height: 1.7; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.52fr) minmax(320px, .56fr); gap: 24px; align-items: start; }
.hero-lead, .top-rail, .post-card, .sidebar-card, .author-box, .empty-state { background: var(--panel); border: 1px solid var(--line); box-shadow: 0 1px 0 rgba(11,16,38,.08); }
.hero-lead { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .66fr); border-radius: 8px; overflow: hidden; }
.hero-lead-media, .card-media, .single-image { display: block; background: #ddd5c7; overflow: hidden; }
.hero-lead-media { min-height: 380px; }
.lead-image, .card-image, .feature-img { width: 100%; height: 100%; object-fit: cover; transition: transform .26s ease; }
.hero-lead:hover img, .post-card:hover img { transform: scale(1.035); }
.image-placeholder { display: grid; place-items: center; min-height: 100%; background: linear-gradient(135deg, var(--red), var(--blue)); color: #fff; }
.image-placeholder span { font-size: clamp(2rem, 8vw, 6rem); font-weight: 1000; }
.hero-lead-copy { align-self: center; padding: clamp(22px, 3vw, 34px); }
.hero-lead-copy h2 { margin: 0 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.9rem, 2.7vw, 3rem); line-height: 1.04; }
.hero-lead-copy p, .post-card p, .single-excerpt, .entry-content, .archive-description { color: var(--muted); }
.hero-lead-copy p { font-size: 1rem; line-height: 1.65; }
.story-meta, .single-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; color: var(--muted); font-size: .9rem; font-weight: 850; }
.story-meta { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line); }
.top-rail { padding: 20px; border-radius: 8px; }
.rail-heading { padding-bottom: 12px; border-bottom: 2px solid var(--charcoal); font-weight: 1000; text-transform: uppercase; }
.rail-story { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.rail-story:last-child { border-bottom: 0; }
.rail-story > span { color: var(--red); font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 900; line-height: 1; }
.rail-story h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; line-height: 1.18; }

.topic-strip { width: min(var(--wide), calc(100% - 36px)); display: flex; gap: 10px; margin-top: 12px; padding: 10px; overflow-x: auto; background: var(--ink); border-radius: 10px; }
.topic-strip a { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 0 15px; color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; font-weight: 1000; text-transform: uppercase; font-size: .78rem; white-space: nowrap; }
.topic-strip a:hover { background: var(--green); }

.section-wrap { width: min(var(--wide), calc(100% - 36px)); padding: 70px 0; }
.section-heading { margin-bottom: 24px; }
.section-heading h2, .page-hero h1 { font-size: clamp(2rem, 3.6vw, 4rem); line-height: 1.02; }
.split { display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.filter-tabs { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-tabs a { border: 1px solid var(--line); background: var(--panel); padding: 9px 12px; font-weight: 900; }
.latest-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 28px; align-items: start; }
.post-grid, .feature-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-row { grid-template-columns: repeat(3, 1fr); }
.card-media { aspect-ratio: 16 / 10; }
.card-body { padding: 20px; }
.post-card { border-radius: 8px; overflow: hidden; }
.post-card h3 { margin: 0 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: 1.28rem; line-height: 1.16; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.post-card p { margin: 0 0 16px; font-size: .94rem; line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.quick-read { position: sticky; top: 148px; background: var(--panel); border: 1px solid var(--line); border-radius: 8px; padding: 20px; }
.quick-read h3 { margin: 0 0 12px; font-size: .92rem; text-transform: uppercase; letter-spacing: .08em; }
.quick-read a { display: block; padding: 15px 0; border-top: 1px solid var(--line); }
.quick-read a span { display: block; margin-top: 4px; font-family: Georgia, "Times New Roman", serif; font-size: 1.12rem; font-weight: 900; line-height: 1.16; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--red); font-weight: 1000; }
.text-link::after { content: ""; width: 26px; height: 2px; background: currentColor; }
.load-more { margin-top: 24px; display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; }
.load-more:disabled { cursor: default; opacity: .72; }
.load-more.is-complete { background: var(--charcoal); color: #fff; }
.post-card.is-new { animation: whatson-card-in .28s ease both; }
@keyframes whatson-card-in {
	from { opacity: 0; transform: translateY(14px); }
	to { opacity: 1; transform: translateY(0); }
}
.exclusive-panel { width: 100%; max-width: none; padding-inline: max(18px, calc((100vw - var(--wide)) / 2)); background: var(--ink); color: #fff; }
.exclusive-panel .post-card { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.16); color: #fff; }
.exclusive-panel .post-card p { color: rgba(255,255,255,.74); }
.exclusive-panel .eyebrow { color: var(--gold); }
.media-split, .culture-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: start; }
.video-block, .events-block, .culture-grid > div { background: var(--panel); border: 1px solid var(--line); padding: 24px; }
.mini-list, .stack-list { display: grid; gap: 12px; }
.mini-list a { display: grid; grid-template-columns: 88px 1fr; gap: 12px; align-items: center; font-weight: 950; }
.mini-thumb { width: 88px; height: 64px; object-fit: cover; }
.youtube-feature { display: grid; gap: 14px; }
.youtube-feature iframe { width: 100%; aspect-ratio: 16 / 9; border: 0; background: var(--charcoal); border-radius: 8px; }
.youtube-feature h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.5rem, 2.4vw, 2.4rem); line-height: 1.06; }
.youtube-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 18px; }
.youtube-grid a { display: grid; gap: 8px; min-width: 0; }
.youtube-grid img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 6px; background: #ddd5c7; }
.youtube-grid span { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-weight: 900; line-height: 1.18; }
.stack-list a { padding: 14px 0; border-bottom: 1px solid var(--line); font-family: Georgia, "Times New Roman", serif; font-size: 1.3rem; font-weight: 900; }
.newsletter-band { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 460px); justify-content: space-between; align-items: center; gap: clamp(26px, 5vw, 64px); margin-bottom: 70px; padding: clamp(28px, 5vw, 58px); background: radial-gradient(circle at 18% 0%, rgba(242,189,46,.18), transparent 34%), linear-gradient(135deg, var(--ink), var(--charcoal)); color: #fff; border-radius: 12px; box-shadow: var(--shadow); }
.newsletter-band .eyebrow { color: var(--gold); }
.newsletter-band h2 { margin: 0; max-width: 780px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 4.2rem); line-height: .98; }
.newsletter-copy { max-width: 620px; color: rgba(255,255,255,.75); font-weight: 750; line-height: 1.7; }
.newsletter-embed { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 10px; padding: 18px; }
.newsletter-embed > p { margin: 12px 0 0; color: rgba(255,255,255,.62); font-size: .86rem; font-weight: 750; }
.whatson-newsletter-form { display: grid; gap: 10px; margin: 0; }
.whatson-newsletter-form .tnp-field { margin: 0; }
.whatson-newsletter-form label { display: none; }
.whatson-newsletter-form input[type="text"],
.whatson-newsletter-form input[type="email"] {
	width: 100%;
	min-height: 52px;
	border: 1px solid rgba(255,255,255,.22);
	background: rgba(255,255,255,.96);
	color: var(--charcoal);
	border-radius: 8px;
	padding: 0 14px;
	font: inherit;
	font-weight: 800;
}
.whatson-newsletter-form input[type="text"]::placeholder,
.whatson-newsletter-form input[type="email"]::placeholder { color: rgba(17,19,24,.58); }
.whatson-newsletter-form .tnp-submit {
	width: 100%;
	min-height: 52px;
	border: 0;
	border-radius: 8px;
	background: var(--gold);
	color: var(--ink);
	font: inherit;
	font-weight: 1000;
	text-transform: uppercase;
	cursor: pointer;
}
.whatson-newsletter-form .tnp-submit:hover { background: #ffd45a; }

.single-article { padding: 54px 0; }
.single-header { max-width: 920px; margin: 0 auto 28px; }
.single-header h1 { font-size: clamp(2.7rem, 6vw, 6rem); }
.single-excerpt { font-size: 1.2rem; font-weight: 750; }
.share-bar { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.share-bar a, .share-bar button, .mobile-share-bar a, .mobile-share-bar button { border: 1px solid var(--line); background: var(--panel); color: var(--charcoal); padding: 10px 12px; font: inherit; font-weight: 1000; cursor: pointer; }
.single-image { aspect-ratio: 16 / 8; margin-bottom: 34px; border: 1px solid var(--line); }
.article-layout, .archive-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 34px; align-items: start; }
.entry-content { max-width: 760px; margin-inline: auto; font-size: 1.08rem; }
.entry-content p { margin: 0 0 1.25em; }
.entry-content a { color: var(--red); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.entry-content blockquote { margin: 32px 0; padding: 24px; border-left: 6px solid var(--red); background: var(--panel); color: var(--charcoal); font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; line-height: 1.2; }
.inline-ad { margin: 32px 0; }
.article-sidebar { display: grid; gap: 18px; position: sticky; top: 164px; }
.sidebar-card { padding: 20px; }
.sidebar-card h2 { margin: 0 0 14px; font-size: 1rem; text-transform: uppercase; }
.sidebar-link { display: block; padding: 13px 0; border-bottom: 1px solid var(--line); font-family: Georgia, "Times New Roman", serif; font-weight: 900; line-height: 1.12; }
.author-box, .article-footer { max-width: 760px; margin: 32px auto 0; }
.author-box { padding: 20px; }
.mobile-share-bar { display: none; }
.page-hero { padding: 60px 0 30px; }
.archive-layout { padding-bottom: 70px; }

.videos-hero {
	width: min(var(--wide), calc(100% - 36px));
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 450px);
	gap: clamp(24px, 5vw, 72px);
	align-items: end;
	padding: 62px 0 30px;
}
.videos-hero h1 {
	margin: 0;
	max-width: 940px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(3rem, 6vw, 6.8rem);
	line-height: .9;
}
.videos-hero > p {
	margin: 0;
	color: var(--muted);
	font-size: 1.08rem;
	font-weight: 780;
	line-height: 1.72;
}
.videos-hub {
	width: min(var(--wide), calc(100% - 36px));
	padding: 0 0 78px;
}
.video-spotlight {
	display: grid;
	grid-template-columns: minmax(0, 1.42fr) minmax(330px, .52fr);
	gap: 0;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(242,189,46,.12), transparent 32%),
		linear-gradient(135deg, var(--ink), #12141a 70%, var(--blue));
	color: #fff;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 12px;
	box-shadow: var(--shadow);
}
.video-frame {
	position: relative;
	background: #05070d;
}
.video-frame::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	box-shadow: inset -24px 0 50px rgba(0,0,0,.24);
}
.video-frame iframe {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 0;
}
.video-spotlight-copy {
	align-self: center;
	padding: clamp(26px, 4vw, 52px);
}
.video-spotlight-copy .eyebrow { color: var(--gold); }
.video-spotlight-copy h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 3.3vw, 3.45rem);
	line-height: 1.02;
}
.video-date {
	margin: 14px 0 10px;
	color: rgba(255,255,255,.72);
	font-weight: 850;
}
.video-kicker {
	margin: 0 0 24px;
	color: rgba(255,255,255,.68);
	font-weight: 760;
	line-height: 1.62;
}
.videos-section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
	margin: 54px 0 22px;
}
.videos-section-head h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.7rem, 5vw, 5.8rem);
	line-height: .9;
}
.video-card-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}
.video-card {
	display: grid;
	background: var(--panel);
	border: 1px solid var(--line);
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 1px 0 rgba(11,16,38,.08);
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.video-card:hover {
	transform: translateY(-4px);
	border-color: rgba(227,58,47,.3);
	box-shadow: 0 22px 50px rgba(11,16,38,.14);
}
.video-thumb {
	position: relative;
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #ddd5c7;
}
.video-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .26s ease;
}
.video-card:hover img { transform: scale(1.04); }
.play-badge {
	position: absolute;
	left: 14px;
	bottom: 14px;
	width: 46px;
	height: 46px;
	display: grid;
	place-items: center;
	background: var(--red);
	border-radius: 999px;
	box-shadow: 0 12px 28px rgba(0,0,0,.25);
}
.play-badge::before {
	content: "";
	width: 0;
	height: 0;
	margin-left: 3px;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 14px solid #fff;
}
.video-card-body {
	display: grid;
	align-content: start;
	gap: 9px;
	padding: 18px;
}
.video-label {
	width: fit-content;
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 0 9px;
	background: rgba(227,58,47,.1);
	color: var(--red);
	border-radius: 999px;
	font-size: .68rem;
	font-weight: 1000;
	text-transform: uppercase;
}
.video-card-body strong {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.25rem;
	line-height: 1.15;
}
.video-card-body small {
	color: var(--muted);
	font-weight: 900;
	text-transform: uppercase;
}
.videos-empty {
	padding: clamp(24px, 5vw, 52px);
	border-radius: 10px;
}
.videos-empty h2 {
	margin: 0 0 12px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 4vw, 4rem);
	line-height: 1;
}

.events-hero {
	width: min(var(--wide), calc(100% - 36px));
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
	gap: clamp(22px, 5vw, 64px);
	align-items: end;
	padding: 58px 0 28px;
}
.events-hero h1 {
	margin: 0;
	max-width: 850px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(3rem, 6vw, 6.8rem);
	line-height: .9;
}
.events-hero > p {
	margin: 0;
	color: var(--muted);
	font-size: 1.08rem;
	font-weight: 780;
	line-height: 1.72;
}
.events-featured { padding-top: 20px; padding-bottom: 40px; }
.events-latest { padding-top: 42px; padding-bottom: 78px; }
.event-feature-grid,
.event-card-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}
.event-card {
	display: grid;
	background: var(--panel);
	border: 1px solid var(--line);
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 1px 0 rgba(11,16,38,.08);
}
.event-card-media {
	position: relative;
	display: block;
	aspect-ratio: 16 / 11;
	overflow: hidden;
	background: #ddd5c7;
}
.event-card-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .26s ease;
}
.event-card:hover .event-card-image { transform: scale(1.04); }
.event-date-badge {
	position: absolute;
	left: 14px;
	bottom: 14px;
	min-width: 74px;
	display: grid;
	place-items: center;
	gap: 2px;
	padding: 10px 12px;
	background: var(--gold);
	color: var(--ink);
	border-radius: 6px;
	box-shadow: 0 12px 28px rgba(0,0,0,.22);
	text-align: center;
}
.event-date-badge strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.18rem;
	line-height: 1;
}
.event-date-badge small {
	font-size: .72rem;
	font-weight: 1000;
	text-transform: uppercase;
}
.event-card-body {
	display: grid;
	gap: 12px;
	padding: 20px;
}
.event-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.event-badges span {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 0 9px;
	background: rgba(227,58,47,.1);
	color: var(--red);
	border-radius: 999px;
	font-size: .7rem;
	font-weight: 1000;
	text-transform: uppercase;
}
.event-card h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.45rem;
	line-height: 1.08;
}
.event-card-body p {
	min-height: 24px;
	margin: 0;
	color: var(--muted);
	font-weight: 820;
}
.event-card-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin-top: 4px;
}
.event-card-actions a {
	min-height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--charcoal);
	color: #fff;
	border-radius: 6px;
	font-size: .78rem;
	font-weight: 1000;
	text-transform: uppercase;
}
.event-card-actions a:nth-child(2) {
	background: var(--gold);
	color: var(--ink);
}
.events-empty {
	padding: clamp(24px, 5vw, 52px);
	border-radius: 10px;
}
.events-empty h2 {
	margin: 0 0 16px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 4vw, 4rem);
	line-height: 1;
}
.submit-event-wrap {
	padding-top: 24px;
	padding-bottom: 78px;
}

.advertise-hero {
	width: min(var(--wide), calc(100% - 36px));
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 410px);
	gap: clamp(28px, 4vw, 56px);
	align-items: stretch;
	margin-top: 24px;
	padding: clamp(32px, 5vw, 68px);
	background:
		linear-gradient(90deg, rgba(242,189,46,.14) 1px, transparent 1px),
		linear-gradient(180deg, rgba(242,189,46,.14) 1px, transparent 1px),
		linear-gradient(135deg, var(--ink), #181a20 58%, var(--green));
	background-size: 42px 42px, 42px 42px, auto;
	color: #fff;
	border-radius: 12px;
	box-shadow: var(--shadow);
	overflow: hidden;
}
.advertise-hero > * {
	min-width: 0;
}
.advertise-hero h1 {
	margin: 0;
	max-width: 930px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(3rem, 6vw, 7rem);
	line-height: .9;
}
.advertise-hero-copy > p:not(.eyebrow) {
	max-width: 640px;
	color: rgba(255,255,255,.76);
	font-size: 1.08rem;
	font-weight: 780;
	line-height: 1.74;
}
.advertise-hero-compact {
	align-items: center;
	padding: clamp(28px, 4vw, 50px);
}
.advertise-hero-compact h1 {
	max-width: 800px;
	font-size: clamp(3.2rem, 4.7vw, 5.35rem);
	line-height: .94;
}
.advertise-hero-compact .advertise-hero-copy > p:not(.eyebrow) {
	max-width: 720px;
	font-size: clamp(1.04rem, 1.7vw, 1.28rem);
}
.advertise-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.advertise-trust-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 34px;
}
.advertise-trust-strip span {
	min-height: 34px;
	display: inline-flex;
	align-items: center;
	padding: 0 12px;
	background: rgba(255,255,255,.08);
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 999px;
	font-size: .74rem;
	font-weight: 1000;
	text-transform: uppercase;
}
.advertise-proof-card {
	align-self: stretch;
	display: grid;
	align-content: center;
	gap: 10px;
	min-width: 0;
	max-width: 100%;
	min-height: 420px;
	padding: 26px;
	background: rgba(255,255,255,.09);
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 10px;
}
.advertise-proof-card p {
	margin: 0;
	color: var(--gold);
	font-size: .78rem;
	font-weight: 1000;
	text-transform: uppercase;
	letter-spacing: .12em;
}
.advertise-proof-card strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(4rem, 6vw, 5.85rem);
	line-height: .9;
}
.advertise-proof-card > span {
	color: rgba(255,255,255,.72);
	font-weight: 900;
	text-transform: uppercase;
}
.advertise-proof-card-hot {
	min-height: 320px;
	background:
		linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.06)),
		rgba(255,255,255,.09);
	backdrop-filter: blur(8px);
}
.advertise-proof-card-hot strong {
	color: var(--gold);
}
.proof-bars { display: grid; gap: 10px; margin-top: 20px; }
.proof-bars span {
	position: relative;
	min-width: 0;
	min-height: 58px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 0 14px;
	overflow: hidden;
	background: rgba(255,255,255,.12);
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 6px;
	color: #fff;
	font-size: .82rem;
	font-weight: 1000;
	text-transform: uppercase;
}
.proof-bars b, .proof-bars em {
	position: relative;
	z-index: 1;
	min-width: 0;
	font-style: normal;
	overflow-wrap: anywhere;
}
.proof-bars em {
	flex: 0 0 auto;
	color: var(--gold);
	font-size: 1.08rem;
}
.proof-bars span::before {
	content: "";
	position: absolute;
	inset: auto 14px 9px 14px;
	width: calc(var(--size) - 28px);
	height: 5px;
	background: var(--gold);
	border-radius: 999px;
	opacity: .9;
}
.proof-bars span { color: #fff; }
.advertise-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	padding-top: 34px;
	padding-bottom: 34px;
}
.advertise-stats-tight {
	padding-top: 28px;
	padding-bottom: 24px;
}
.stat-card, .package-card, .contact-card {
	background: var(--panel);
	border: 1px solid var(--line);
	border-radius: 8px;
	box-shadow: 0 1px 0 rgba(11,16,38,.08);
}
.stat-card { padding: 24px; }
.stat-card span, .package-card span {
	color: var(--red);
	font-size: .72rem;
	font-weight: 1000;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.stat-card strong {
	display: block;
	margin: 8px 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(3rem, 5vw, 5rem);
	line-height: .9;
}
.stat-card p, .package-card p, .advertise-story-copy p {
	color: var(--muted);
	font-weight: 720;
}
.advertise-audience-snapshot {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
	gap: 18px;
	align-items: stretch;
	padding-top: 18px;
	padding-bottom: 36px;
}
.audience-snapshot-card,
.audience-snapshot-list {
	background: var(--panel);
	border: 1px solid var(--line);
	border-radius: 10px;
	box-shadow: 0 1px 0 rgba(11,16,38,.08);
}
.audience-snapshot-card {
	padding: clamp(24px, 4vw, 42px);
}
.audience-snapshot-card h2 {
	margin: 0;
	max-width: 760px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.1rem, 4vw, 4.5rem);
	line-height: .98;
}
.audience-snapshot-card p:not(.eyebrow) {
	max-width: 760px;
	color: var(--muted);
	font-size: 1.04rem;
	font-weight: 760;
	line-height: 1.72;
}
.audience-snapshot-list {
	display: grid;
	gap: 1px;
	overflow: hidden;
	background: var(--line);
}
.audience-snapshot-list div {
	display: grid;
	align-content: center;
	gap: 8px;
	min-height: 118px;
	padding: 22px;
	background: var(--panel);
}
.audience-snapshot-list strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.2rem, 4vw, 3.6rem);
	line-height: .9;
}
.audience-snapshot-list span {
	color: var(--muted);
	font-weight: 950;
	text-transform: uppercase;
	letter-spacing: .06em;
	font-size: .78rem;
}
.advertise-story, .advertise-contact {
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(320px, .75fr);
	gap: clamp(24px, 5vw, 70px);
	align-items: start;
	padding-top: 44px;
	padding-bottom: 44px;
}
.advertise-story h2, .advertise-contact h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.1rem, 4vw, 4.4rem);
	line-height: .98;
}
.advertise-story-copy {
	display: grid;
	gap: 14px;
	font-size: 1.04rem;
}
.advertise-story-copy p { margin: 0; line-height: 1.76; }
.advertise-audience { padding-top: 24px; padding-bottom: 42px; }
.audience-panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 260px 260px;
	gap: clamp(22px, 4vw, 46px);
	align-items: center;
	padding: clamp(24px, 4vw, 44px);
	background: var(--panel);
	border: 1px solid var(--line);
	border-radius: 10px;
	box-shadow: 0 1px 0 rgba(11,16,38,.08);
}
.audience-panel h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 3.5vw, 4rem);
	line-height: 1;
}
.audience-panel p {
	max-width: 650px;
	color: var(--muted);
	font-weight: 760;
	line-height: 1.7;
}
.audience-meter {
	width: min(100%, 240px);
	aspect-ratio: 1;
	display: grid;
	place-items: center;
	justify-self: center;
	background: conic-gradient(var(--red) 0 76.6%, var(--gold) 76.6% 100%);
	border-radius: 999px;
	position: relative;
}
.audience-meter::before {
	content: "";
	position: absolute;
	inset: 20px;
	background: var(--panel);
	border-radius: inherit;
}
.audience-meter span, .audience-meter small {
	position: relative;
	z-index: 1;
	grid-area: 1 / 1;
	text-align: center;
}
.audience-meter span {
	align-self: center;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 3rem;
	font-weight: 900;
	line-height: 1;
}
.audience-meter small {
	align-self: end;
	margin-bottom: 68px;
	color: var(--muted);
	font-weight: 1000;
	text-transform: uppercase;
}
.audience-legend {
	display: grid;
	gap: 12px;
}
.audience-legend span {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 950;
}
.audience-legend b {
	width: 16px;
	height: 16px;
	background: var(--red);
	border-radius: 999px;
}
.audience-legend span:nth-child(2) b { background: var(--gold); }
.advertise-packages { padding-top: 42px; padding-bottom: 42px; }
.package-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}
.package-grid-short {
	grid-template-columns: repeat(3, 1fr);
}
.package-card {
	display: grid;
	align-content: start;
	gap: 12px;
	min-height: 360px;
	padding: 22px;
}
.package-grid-short .package-card {
	min-height: 260px;
	padding: 26px;
}
.package-card:first-child {
	background: var(--ink);
	color: #fff;
	border-color: var(--ink);
}
.package-card:first-child p, .package-card:first-child li { color: rgba(255,255,255,.76); }
.package-card:first-child span { color: var(--gold); }
.package-card h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.65rem;
	line-height: 1.04;
}
.package-card p { margin: 0; line-height: 1.62; }
.package-card ul {
	display: grid;
	gap: 8px;
	margin: 8px 0 0;
	padding: 0;
	list-style: none;
}
.package-card li {
	color: var(--muted);
	font-weight: 850;
}
.package-card li::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 9px;
	background: var(--gold);
	border-radius: 999px;
	vertical-align: .08em;
}
.advertise-process { padding-top: 34px; padding-bottom: 34px; }
.process-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}
.process-grid > div {
	min-height: 230px;
	padding: 22px;
	background: var(--panel);
	border: 1px solid var(--line);
	border-radius: 8px;
}
.process-grid span {
	color: var(--red);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2.2rem;
	font-weight: 900;
}
.process-grid h3 {
	margin: 14px 0 8px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.55rem;
	line-height: 1;
}
.process-grid p {
	margin: 0;
	color: var(--muted);
	font-weight: 760;
	line-height: 1.62;
}
.advertise-fit { padding-top: 24px; padding-bottom: 24px; }
.fit-panel {
	padding: clamp(24px, 4vw, 42px);
	background: var(--charcoal);
	color: #fff;
	border-radius: 10px;
}
.fit-panel .eyebrow { color: var(--gold); }
.fit-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}
.fit-grid span {
	min-height: 56px;
	display: flex;
	align-items: center;
	padding: 0 14px;
	background: rgba(255,255,255,.08);
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 6px;
	font-weight: 950;
}
.advertise-contact { padding-bottom: 76px; }
.advertise-contact-short {
	padding-top: 34px;
}
.contact-card {
	display: grid;
	gap: 18px;
	padding: 22px;
}
.contact-card p {
	margin: 0;
	color: var(--muted);
	font-weight: 760;
	line-height: 1.62;
}
.contact-card .button {
	min-height: 58px;
	font-size: .9rem;
}
.contact-socials {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}
.contact-socials a {
	min-height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--line);
	border-radius: 6px;
	font-weight: 1000;
}

@media (max-width: 640px) {
	.advertise-hero-compact {
		padding: 24px 20px;
		gap: 18px;
	}
	.advertise-hero-compact h1 {
		font-size: clamp(2.25rem, 8vw, 2.85rem);
	}
	.advertise-hero-compact .advertise-hero-copy > p:not(.eyebrow) {
		font-size: 1rem;
		line-height: 1.62;
	}
	.advertise-hero-compact .advertise-actions,
	.advertise-hero-compact .advertise-trust-strip {
		margin-top: 18px;
	}
	.advertise-hero-compact .advertise-trust-strip {
		display: none;
	}
	.advertise-hero-compact .advertise-trust-strip span {
		min-height: 30px;
		padding-inline: 10px;
	}
	.advertise-proof-card-hot {
		min-height: auto;
		padding: 20px;
	}
	.advertise-proof-card-hot strong {
		font-size: clamp(3rem, 14vw, 4.1rem);
	}
	.proof-bars {
		gap: 8px;
		margin-top: 12px;
	}
	.proof-bars span {
		min-height: 36px;
		font-size: .76rem;
	}
}

.contact-hero {
	width: min(var(--wide), calc(100% - 36px));
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
	gap: clamp(24px, 5vw, 70px);
	align-items: end;
	padding: 62px 0 30px;
}
.contact-hero h1 {
	margin: 0;
	max-width: 960px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(3rem, 6vw, 6.7rem);
	line-height: .9;
}
.contact-hero > p {
	margin: 0;
	color: var(--muted);
	font-size: 1.08rem;
	font-weight: 780;
	line-height: 1.72;
}
.contact-layout {
	width: min(var(--wide), calc(100% - 36px));
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 28px;
	align-items: start;
	padding: 0 0 78px;
}
.contact-panel,
.contact-card-premium,
.contact-quick-links,
.contact-social-list {
	background: var(--panel);
	border: 1px solid var(--line);
	border-radius: 10px;
	box-shadow: 0 1px 0 rgba(11,16,38,.08);
}
.contact-panel { padding: clamp(22px, 4vw, 40px); }
.contact-panel .section-heading h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 3vw, 3.6rem);
	line-height: 1;
}
.premium-contact-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}
.premium-contact-form label {
	display: grid;
	gap: 8px;
	min-width: 0;
	color: var(--charcoal);
	font-size: .78rem;
	font-weight: 1000;
	text-transform: uppercase;
	letter-spacing: .08em;
}
.premium-contact-form input,
.premium-contact-form select,
.premium-contact-form textarea {
	width: 100%;
	min-height: 54px;
	border: 1px solid rgba(11,16,38,.18);
	background: #fff;
	border-radius: 8px;
	padding: 0 14px;
	color: var(--charcoal);
	font: inherit;
	font-weight: 760;
	letter-spacing: 0;
	text-transform: none;
}
.premium-contact-form textarea {
	min-height: 190px;
	padding-top: 14px;
	resize: vertical;
}
.premium-contact-form input:focus,
.premium-contact-form select:focus,
.premium-contact-form textarea:focus {
	outline: 3px solid rgba(242,189,46,.32);
	border-color: var(--charcoal);
}
.contact-message-field,
.premium-contact-form button {
	grid-column: 1 / -1;
}
.premium-contact-form button { min-height: 56px; border-radius: 8px; }
.contact-notice {
	margin: 0 0 18px;
	padding: 14px 16px;
	border-radius: 8px;
	font-weight: 850;
}
.contact-notice-success {
	background: rgba(8,114,79,.12);
	color: var(--green);
}
.contact-notice-error {
	background: rgba(227,58,47,.12);
	color: var(--red);
}
.contact-aside {
	display: grid;
	gap: 16px;
	position: sticky;
	top: 148px;
}
.contact-card-premium {
	padding: 24px;
	background:
		linear-gradient(135deg, rgba(242,189,46,.14), transparent 40%),
		var(--ink);
	color: #fff;
}
.contact-card-premium .eyebrow { color: var(--gold); }
.contact-card-premium h2 {
	margin: 0 0 18px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.8rem, 3vw, 2.7rem);
	line-height: 1;
	overflow-wrap: anywhere;
}
.contact-card-premium .button { width: 100%; border-radius: 8px; }
.contact-quick-links,
.contact-social-list {
	display: grid;
	gap: 0;
	padding: 10px;
}
.contact-quick-links a,
.contact-social-list a {
	min-height: 48px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 12px;
	border-radius: 7px;
	font-weight: 950;
}
.contact-quick-links a:hover,
.contact-social-list a:hover {
	background: rgba(227,58,47,.08);
	color: var(--red);
}
.contact-quick-links a::after,
.contact-social-list a::after {
	content: "";
	width: 24px;
	height: 2px;
	background: currentColor;
	opacity: .7;
}

.site-footer { background: var(--ink); color: rgba(255,255,255,.76); padding: 56px 0 26px; border-top: 6px solid var(--red); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .9fr 1fr; gap: 38px; }
.footer-logo, .site-footer h2 { margin: 0 0 12px; color: #fff; font-weight: 1000; }
.footer-social, .footer-bottom div { display: flex; flex-wrap: wrap; gap: 12px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.footer-bottom { margin-top: 38px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; font-size: .92rem; }

@media (max-width: 1100px) {
	.hero-lead { grid-template-columns: 1fr; }
	.hero-lead-media { min-height: 360px; }
	.post-grid { grid-template-columns: repeat(2, 1fr); }
	.latest-layout { grid-template-columns: 1fr; }
	.quick-read { position: static; }
}
@media (max-width: 880px) {
	.utility-inner { display: none; }
	.masthead-inner { min-height: 76px; }
	.header-search { display: none; }
	.menu-toggle { display: block; margin-left: auto; }
	.primary-nav { display: none; position: absolute; left: 14px; right: 14px; top: 76px; box-shadow: var(--shadow); }
	.primary-nav.is-open { display: block; }
	.primary-nav ul { display: grid; max-height: 70vh; overflow-y: auto; }
	.primary-nav a { border-bottom: 1px solid rgba(255,255,255,.12); }
	.hero-deck, .hero-grid, .media-split, .culture-grid, .videos-hero, .video-spotlight, .events-hero, .contact-hero, .contact-layout, .advertise-hero, .advertise-story, .advertise-contact, .article-layout, .archive-layout, .footer-grid { grid-template-columns: 1fr; }
	.article-sidebar { position: static; }
	.contact-aside { position: static; }
	.post-grid, .feature-row, .video-card-grid, .event-feature-grid, .event-card-grid { grid-template-columns: repeat(2, 1fr); }
	.advertise-stats, .package-grid, .fit-grid, .process-grid { grid-template-columns: repeat(2, 1fr); }
	.audience-panel { grid-template-columns: 1fr; }
	.audience-meter, .audience-legend { justify-self: start; }
	.youtube-grid { grid-template-columns: 1fr; }
	.single-image { aspect-ratio: 4 / 3; }
	.ad-zone-mobile-header,
	.ad-zone-mobile-event,
	.ad-zone-mobile-inline,
	.ad-zone-mobile-sticky {
		display: block;
	}
	.ad-zone-sticky {
		position: static;
	}
	.ad-zone-sticky .wog-ad-placement a {
		height: min(75vw, 250px);
	}
	.mobile-share-bar { position: sticky; bottom: 0; z-index: 40; display: grid; grid-template-columns: repeat(4, 1fr); width: 100%; background: var(--panel); border-top: 1px solid var(--line); }
	.mobile-share-bar a, .mobile-share-bar button { border: 0; border-right: 1px solid var(--line); text-align: center; font-size: .82rem; }
}
@media (min-width: 881px) {
	.ad-zone {
		padding: 16px;
	}
	.ad-zone-featured-sponsor {
		width: min(752px, calc(100% - 36px));
		margin-top: 16px;
		padding: 10px 12px;
	}
	.ad-zone-featured-sponsor .wog-ad-placement a {
		aspect-ratio: 728 / 90;
	}
	.wog-theme-ad-slot {
		width: min(760px, calc(100% - 28px));
		margin: 18px auto;
		padding: 16px;
	}
	.ad-zone-homepage-hero,
	.ad-zone-event-featured {
		width: min(1232px, calc(100% - 36px));
	}
	.ad-zone-homepage-top,
	.ad-zone-homepage-middle,
	.ad-zone-homepage-bottom,
	.ad-zone-category-top,
	.ad-zone-event-top,
	.ad-zone-directory-top {
		width: min(1002px, calc(100% - 36px));
	}
	.article-layout .wog-theme-ad-slot,
	.archive-layout .wog-theme-ad-slot {
		width: min(760px, 100%);
	}
	.ad-zone-sidebar-native {
		width: 100%;
	}
	.wog-theme-ad-slot .wog-ad-placement a {
		aspect-ratio: 728 / 90;
	}
	.ad-zone-homepage-hero .wog-ad-placement a,
	.ad-zone-event-featured .wog-ad-placement a {
		aspect-ratio: 1200 / 300;
	}
	.ad-zone-homepage-top .wog-ad-placement a,
	.ad-zone-homepage-middle .wog-ad-placement a,
	.ad-zone-homepage-bottom .wog-ad-placement a,
	.ad-zone-category-top .wog-ad-placement a,
	.ad-zone-event-top .wog-ad-placement a,
	.ad-zone-directory-top .wog-ad-placement a {
		aspect-ratio: 970 / 250;
	}
	.ad-zone-sidebar-native .wog-ad-placement a {
		aspect-ratio: 300 / 250;
	}
	.ad-zone-sticky .wog-ad-placement a {
		aspect-ratio: 300 / 600;
	}
}
@media (max-width: 560px) {
	.utility-inner, .masthead-inner, .nav-inner, .breaking-ticker, .section-wrap, .news-hero, .topic-strip, .newsletter-band, .page-hero, .videos-hero, .videos-hub, .events-hero, .contact-hero, .contact-layout, .advertise-hero, .archive-layout, .single-article, .footer-grid, .footer-bottom {
		width: min(var(--max), calc(100% - 24px));
	}
	.brand { min-width: 0; }
	.brand small { display: none; }
	.custom-logo { max-height: 52px; }
	.hero-deck h1 { font-size: 2.8rem; }
	.hero-deck p:not(.eyebrow) { font-size: 1rem; line-height: 1.62; }
	.hero-lead-media { min-height: 260px; }
	.post-grid, .feature-row, .video-card-grid, .event-feature-grid, .event-card-grid, .premium-contact-form, .advertise-stats, .package-grid, .fit-grid, .contact-socials, .process-grid { grid-template-columns: 1fr; }
	.contact-message-field, .premium-contact-form button { grid-column: auto; }
	.section-wrap { padding: 52px 0; }
	.advertise-audience-snapshot {
		grid-template-columns: 1fr;
		gap: 10px;
		padding-top: 18px;
		padding-bottom: 28px;
	}
	.audience-snapshot-card {
		padding: 20px 18px;
	}
	.audience-snapshot-card h2 {
		font-size: clamp(1.9rem, 8vw, 2.45rem);
		line-height: .98;
	}
	.audience-snapshot-card p:not(.eyebrow) {
		margin-bottom: 0;
		font-size: .96rem;
		line-height: 1.58;
	}
	.audience-snapshot-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.audience-snapshot-list div {
		min-height: 94px;
		padding: 14px 10px;
	}
	.audience-snapshot-list strong {
		font-size: clamp(1.8rem, 7vw, 2.4rem);
	}
	.audience-snapshot-list span {
		font-size: .64rem;
		line-height: 1.22;
		letter-spacing: .04em;
	}
	.videos-hero, .events-hero, .contact-hero { padding-top: 44px; }
	.advertise-hero { padding: 28px; }
	.advertise-proof-card { min-height: 280px; }
	.videos-section-head { display: grid; align-items: start; }
	.card-body { padding: 18px; }
	.post-card h3 { font-size: 1.28rem; }
	.newsletter-band, .split { align-items: start; }
	.newsletter-band { grid-template-columns: 1fr; }
	.newsletter-embed, .newsletter-embed .button { width: 100%; }
	.footer-bottom { display: grid; }
}
