/* =========================================================================
   YaHind News — Design Tokens
   A broadsheet-inspired masthead (serif display + hairline rules) in a
   black-and-red editorial palette — a deep black header and a single red
   accent used consistently for kickers, the ticker, and calls to action —
   evoking a trusted wire-service newsroom rather than a generic blog theme.
   ========================================================================= */
:root {
	--ink: #111214;
	--ink-soft: #454a54;
	--steel: #6b7280;
	--paper: #ffffff;
	--bg-soft: #f6f5f1;
	--hairline: #e3e1d9;
	--masthead: #0b0b0d;
	--masthead-2: #16171b;
	--accent: #c8102e;
	--accent-ink: #8c0b20;
	--breaking-red: #c8102e;
	--link: #8c0b20;

	--font-display: 'Playfair Display', Georgia, 'Times New Roman', serif;
	--font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	--font-mono: 'IBM Plex Mono', 'Courier New', monospace;

	--wrap: 1240px;
	--radius: 3px;
	--shadow-card: 0 1px 2px rgba(20,20,20,.06), 0 8px 24px -16px rgba(20,20,20,.25);
}

/* =========================================================================
   Reset & base
   ========================================================================= */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	font-family: var(--font-sans);
	color: var(--ink);
	background: var(--paper);
	line-height: 1.55;
	font-size: 16px;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--link); text-decoration: none; }
a:hover { text-decoration: underline; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.2; margin: 0 0 .5em; font-weight: 700; color: var(--ink); }
p { margin: 0 0 1em; }
button { font-family: inherit; cursor: pointer; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); white-space: nowrap;
}
.skip-link {
	position: fixed; top: -100px; left: 8px; z-index: 10000;
	background: var(--ink); color: #fff; padding: .75em 1.25em; border-radius: var(--radius);
	transition: top .2s ease;
}
.skip-link:focus { top: 8px; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.section-block { padding-top: 40px; padding-bottom: 40px; }

/* =========================================================================
   Slim social row (sits above the masthead, optional — only renders if a
   Social Links Menu is assigned in Appearance → Menus)
   ========================================================================= */
.header-social-row { background: var(--masthead); }
.header-social-row .wrap { display: flex; justify-content: flex-end; padding: 6px 20px; }
.social-links { display: flex; gap: 14px; }
.social-links a { color: rgba(255,255,255,.72); font-size: 12.5px; }
.social-links a:hover { color: #fff; }

/* =========================================================================
   Masthead
   ========================================================================= */
.site-header { background: var(--paper); border-bottom: 1px solid var(--hairline); }
.masthead-inner { display: flex; align-items: center; gap: 24px; padding: 18px 20px 14px; }
.site-branding { margin-right: auto; }
.custom-logo { max-height: 64px; width: auto; }
.site-title-link { display: block; }
.site-title { font-family: var(--font-display); font-weight: 800; font-size: 34px; letter-spacing: -.01em; color: var(--ink); }
.site-tagline { margin: 2px 0 0; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--steel); }

.masthead-actions { display: flex; align-items: center; gap: 6px; }
.icon-btn {
	width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center;
	background: transparent; border: 1px solid var(--hairline); border-radius: 50%; color: var(--ink);
}
.icon-btn:hover { background: var(--bg-soft); }
.hamburger { display: flex; flex-direction: column; gap: 4px; width: 18px; }
.hamburger span { display: block; height: 2px; background: currentColor; border-radius: 1px; }
.menu-toggle { display: none; }

.search-panel { max-height: 0; overflow: hidden; background: var(--bg-soft); border-bottom: 1px solid transparent; transition: max-height .25s ease; }
.search-panel:not([hidden]) { max-height: 120px; border-bottom-color: var(--hairline); }
.search-panel .wrap { padding: 18px 20px; }
.search-form { display: flex; gap: 8px; max-width: 560px; }
.search-field { flex: 1; padding: 10px 14px; border: 1px solid var(--hairline); border-radius: var(--radius); font-size: 15px; }
.search-submit { padding: 10px 18px; background: var(--ink); color: #fff; border: none; border-radius: var(--radius); font-weight: 600; }
.search-submit:hover { background: var(--accent-ink); }

/* Primary nav */
.site-nav { background: var(--masthead-2); }
.primary-menu, .footer-links { display: flex; flex-wrap: wrap; }
.primary-menu { gap: 2px; }
.primary-menu > li > a {
	display: block; padding: 13px 16px; color: rgba(255,255,255,.88); font-weight: 600; font-size: 14px;
	letter-spacing: .02em; text-transform: uppercase; border-bottom: 3px solid transparent;
}
.primary-menu > li > a:hover,
.primary-menu > li.current-menu-item > a,
.primary-menu > li.current_page_item > a { color: #fff; border-bottom-color: var(--accent); text-decoration: none; }

/* =========================================================================
   Breaking ticker
   ========================================================================= */
.breaking-ticker { background: #fff; border-bottom: 1px solid var(--hairline); }
.ticker-inner { display: flex; align-items: center; gap: 14px; padding: 10px 20px; }
.ticker-label {
	flex-shrink: 0; background: var(--breaking-red); color: #fff; font-weight: 800; font-size: 12px;
	letter-spacing: .06em; text-transform: uppercase; padding: 5px 12px; border-radius: 2px;
}
.ticker-viewport { flex: 1; overflow: hidden; }
.ticker-track { display: flex; gap: 48px; white-space: nowrap; width: max-content; animation: yahind-ticker linear infinite; }
.ticker-track.is-paused { animation-play-state: paused; }
.ticker-track li a { font-size: 14.5px; font-weight: 600; color: var(--ink); }
@keyframes yahind-ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.ticker-pause { flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--hairline); background: transparent; color: var(--steel); display: inline-flex; align-items: center; justify-content: center; }
.ticker-pause:hover { background: var(--bg-soft); }

/* =========================================================================
   Category kicker badges
   ========================================================================= */
.kicker {
	display: inline-block; font-family: var(--font-sans); font-weight: 800; font-size: 11px;
	letter-spacing: .08em; text-transform: uppercase; color: var(--accent-ink);
	padding: 3px 0; margin-bottom: 8px; border-bottom: 2px solid var(--accent);
}
.kicker:hover { text-decoration: none; opacity: .8; }
/* All desks share one red accent — kept as separate selectors (rather
   than one combined rule) so a specific desk's color can be overridden
   later without restructuring the CSS. */
.kicker-hyderabad, .kicker-telangana, .kicker-india, .kicker-middle-east,
.kicker-world, .kicker-business, .kicker-education, .kicker-entertainment,
.kicker-sports, .kicker-photos, .kicker-videos { color: var(--accent-ink); border-color: var(--accent); }

/* =========================================================================
   Homepage — rotating headline slider + Recent Posts panel
   ========================================================================= */
.homepage-top { display: grid; grid-template-columns: 1.7fr 1fr; gap: 28px; padding-top: 28px; align-items: start; }

.hero-slider { position: relative; border-radius: var(--radius); overflow: hidden; }
.hero-slides { position: relative; aspect-ratio: 16/10; min-height: 320px; background: var(--bg-soft); }
.hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .5s ease; }
.hero-slide.is-active { opacity: 1; visibility: visible; z-index: 1; }
.hero-slide-media { position: relative; display: block; width: 100%; height: 100%; }
.hero-slide-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-slide-placeholder { display: block; width: 100%; height: 100%; background: linear-gradient(135deg, var(--masthead-2), var(--ink)); }
.news-card-scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.82) 0%, rgba(0,0,0,.35) 45%, rgba(0,0,0,0) 75%); }
.hero-slide-caption { position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 28px; color: #fff; }
.hero-slide-caption .kicker { color: #ffb4c0; border-color: var(--accent); }
.hero-slide-title { font-size: clamp(22px, 3vw, 36px); color: #fff; margin-bottom: 10px; }
.news-card-meta { font-size: 12.5px; color: var(--steel); display: flex; gap: 8px; align-items: center; }
.news-card-meta.light { color: rgba(255,255,255,.75); }

.hero-slider-arrow {
	position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
	width: 42px; height: 42px; border-radius: 50%; border: none;
	background: rgba(0,0,0,.45); color: #fff; font-size: 24px; line-height: 1;
	display: flex; align-items: center; justify-content: center;
}
.hero-slider-arrow:hover { background: var(--accent); }
.hero-slider-prev { left: 14px; }
.hero-slider-next { right: 14px; }

.hero-slider-dots { position: absolute; left: 0; right: 0; bottom: 14px; z-index: 2; display: flex; justify-content: center; gap: 8px; }
.hero-slider-dot { width: 9px; height: 9px; border-radius: 50%; border: none; background: rgba(255,255,255,.5); padding: 0; }
.hero-slider-dot.is-active { background: var(--accent); width: 22px; border-radius: 5px; }

.recent-posts-panel { border: 1px solid var(--hairline); border-radius: var(--radius); padding: 18px; max-height: 100%; }
.widget-area-empty { font-size: 13.5px; color: var(--steel); }
.widget-area-empty a { font-weight: 600; }
.recent-posts-list { display: flex; flex-direction: column; gap: 14px; }
.recent-posts-item { display: flex; gap: 12px; align-items: flex-start; border-bottom: 1px solid var(--hairline); padding-bottom: 14px; }
.recent-posts-item:last-child { border-bottom: none; padding-bottom: 0; }
.recent-posts-thumb { width: 72px; height: 72px; flex-shrink: 0; border-radius: var(--radius); overflow: hidden; background: var(--bg-soft); display: block; }
.recent-posts-thumb img { width: 100%; height: 100%; object-fit: cover; }
.recent-posts-body .kicker { font-size: 9.5px; margin-bottom: 3px; }
.recent-posts-title { display: block; font-size: 14px; font-weight: 600; color: var(--ink); line-height: 1.35; }
.recent-posts-title:hover { color: var(--accent-ink); text-decoration: none; }
.recent-posts-date { display: block; font-size: 11.5px; color: var(--steel); margin-top: 4px; }

/* =========================================================================
   Section headers & grids
   ========================================================================= */
.section-head { display: flex; align-items: baseline; justify-content: space-between; border-bottom: 2px solid var(--ink); padding-bottom: 10px; margin-bottom: 20px; }
.section-title { font-size: 22px; margin: 0; }
.section-title a { color: var(--ink); }
.section-title a:hover { text-decoration: none; color: var(--accent-ink); }
.section-more { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; white-space: nowrap; }

.news-grid { display: grid; gap: 24px; }
.news-grid--3 { grid-template-columns: repeat(3, 1fr); }
.news-grid--4 { grid-template-columns: repeat(4, 1fr); }

.news-card--card { display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--hairline); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-card); transition: transform .15s ease, box-shadow .15s ease; }
.news-card--card:hover { transform: translateY(-2px); box-shadow: 0 4px 8px rgba(20,20,20,.08), 0 16px 32px -20px rgba(20,20,20,.35); }
.news-card--card .news-card-media { aspect-ratio: 16/10; background: var(--bg-soft); overflow: hidden; }
.news-card--card .news-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.news-card--card:hover .news-card-media img { transform: scale(1.04); }
.news-card--card .news-card-body { padding: 16px; }
.news-card-title { font-size: 18px; margin: 0 0 8px; }
.news-card-title a { color: var(--ink); }
.news-card-title a:hover { color: var(--accent-ink); text-decoration: none; }
.news-card-excerpt { font-size: 14px; color: var(--ink-soft); margin-bottom: 10px; }
.placeholder.news-card-media { background: linear-gradient(135deg, var(--bg-soft), #ece9e0); display: block; aspect-ratio: 16/10; }

/* =========================================================================
   Category desk columns (homepage)
   ========================================================================= */
.desk-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px 28px; }
.desk-list-item { padding: 10px 0; border-bottom: 1px solid var(--hairline); display: grid; grid-template-columns: auto 1fr; column-gap: 12px; align-items: start; }
.desk-list-item:last-child { border-bottom: none; }
.desk-list-item.has-thumb { grid-template-columns: 64px 1fr; }
.desk-list-item:not(.has-thumb) { grid-template-columns: 1fr; }
.desk-thumb { grid-row: 1 / 3; width: 64px; height: 64px; border-radius: var(--radius); overflow: hidden; background: var(--bg-soft); }
.desk-thumb img { width: 100%; height: 100%; object-fit: cover; }
.desk-title { display: block; font-weight: 600; font-size: 14.5px; color: var(--ink); }
.desk-title:hover { color: var(--accent-ink); text-decoration: none; }
.desk-date { font-size: 12px; color: var(--steel); }

/* =========================================================================
   Archive / category desk header
   ========================================================================= */
.archive-header { background: var(--bg-soft); border-bottom: 1px solid var(--hairline); padding: 22px 0 24px; }
.archive-title { font-size: 32px; margin: 6px 0 0; }
.archive-description { color: var(--ink-soft); max-width: 60em; margin-top: 8px; }

.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 6px; font-size: 12.5px; color: var(--steel); }
.breadcrumbs li:not(:last-child)::after { content: '/'; margin-left: 6px; color: var(--hairline); }
.breadcrumbs a { color: var(--steel); }

.layout-with-sidebar { display: grid; grid-template-columns: 1fr 320px; gap: 40px; align-items: start; }

/* =========================================================================
   Sidebar & widgets
   ========================================================================= */
.site-sidebar { display: flex; flex-direction: column; gap: 24px; position: sticky; top: 20px; }
.widget-title { font-size: 16px; text-transform: uppercase; letter-spacing: .04em; border-bottom: 2px solid var(--ink); padding-bottom: 8px; margin-bottom: 12px; }
.trending-list li { display: flex; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--hairline); align-items: baseline; }
.trending-list li:last-child { border-bottom: none; }
.trending-rank { font-family: var(--font-display); font-weight: 800; font-size: 20px; color: var(--accent); width: 26px; flex-shrink: 0; }
.trending-list a { color: var(--ink); font-size: 14.5px; font-weight: 600; }
.trending-list a:hover { color: var(--accent-ink); text-decoration: none; }

.ad-slot { display: flex; justify-content: center; align-items: center; overflow: hidden; margin: 8px 0; }
.ad-slot--sidebar { min-height: 250px; background: var(--bg-soft); border: 1px dashed var(--hairline); border-radius: var(--radius); }

/* =========================================================================
   Photo & video desks
   ========================================================================= */
.photo-masonry { columns: 4 220px; column-gap: 14px; }
.photo-tile { position: relative; display: block; break-inside: avoid; margin-bottom: 14px; border-radius: var(--radius); overflow: hidden; }
.photo-tile-caption { position: absolute; left: 0; right: 0; bottom: 0; padding: 10px 12px; background: linear-gradient(to top, rgba(0,0,0,.8), rgba(0,0,0,0)); color: #fff; font-size: 13px; font-weight: 600; }
.video-card .news-card-media { position: relative; }
.play-badge { position: absolute; inset: 0; margin: auto; width: 52px; height: 52px; background: rgba(0,0,0,.55); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; }

/* =========================================================================
   Single article
   ========================================================================= */
.article { padding-top: 28px; }
.article-title { font-size: clamp(26px, 3.6vw, 42px); margin: 6px 0 12px; }
.article-dek { font-size: 18px; color: var(--ink-soft); font-family: var(--font-display); font-style: italic; margin-bottom: 16px; }
.article-toprow { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; padding: 14px 0; border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); margin-bottom: 24px; }
.byline { font-size: 13.5px; color: var(--steel); display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.byline a { color: var(--ink); font-weight: 700; }

.share-row { display: flex; gap: 8px; }
.share-btn { width: 34px; height: 34px; border-radius: 50%; background: var(--bg-soft); border: 1px solid var(--hairline); display: inline-flex; align-items: center; justify-content: center; font-size: 0; position: relative; }
.share-btn::before { content: ''; width: 14px; height: 14px; background: var(--ink); mask-size: contain; mask-repeat: no-repeat; mask-position: center; }
.share-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); }
.share-btn:hover { background: var(--ink); }
.share-btn:hover::before { background: #fff; }

.article-figure { margin: 0 0 24px; }
.article-figure img { border-radius: var(--radius); width: 100%; }
.article-figure figcaption { font-size: 13px; color: var(--steel); margin-top: 8px; }

.article-body { font-size: 17.5px; line-height: 1.75; color: var(--ink); max-width: 74ch; }
.article-body p { margin-bottom: 1.3em; }
.article-body h2 { font-size: 26px; margin-top: 1.6em; }
.article-body h3 { font-size: 21px; margin-top: 1.4em; }
.article-body blockquote { margin: 1.6em 0; padding: 4px 0 4px 22px; border-left: 4px solid var(--accent); font-family: var(--font-display); font-style: italic; font-size: 20px; color: var(--ink-soft); }
.article-body img { border-radius: var(--radius); }
.article-body a { text-decoration: underline; }

.article-tags { display: flex; gap: 8px; flex-wrap: wrap; margin: 24px 0; }
.tag-pill { font-size: 12.5px; font-weight: 700; text-transform: uppercase; background: var(--bg-soft); border: 1px solid var(--hairline); padding: 6px 12px; border-radius: 20px; color: var(--ink); }
.tag-pill:hover { background: var(--ink); color: #fff; text-decoration: none; }
.article-bottomrow { padding: 16px 0; border-top: 1px solid var(--hairline); margin-bottom: 8px; }

.related-stories { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--hairline); }

/* =========================================================================
   Author bio box
   ========================================================================= */
.author-bio {
	display: flex; gap: 16px; align-items: flex-start; background: var(--bg-soft);
	border: 1px solid var(--hairline); border-radius: var(--radius); padding: 20px; margin: 32px 0;
}
.author-bio img { border-radius: 50%; flex-shrink: 0; }
.author-bio-name { font-weight: 700; font-size: 15px; margin: 0 0 6px; }
.author-bio-desc { font-size: 14px; color: var(--ink-soft); margin-bottom: 8px; }
.author-bio-more { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; }

/* =========================================================================
   Comments
   ========================================================================= */
.comments-area { margin-top: 44px; padding-top: 28px; border-top: 3px solid var(--ink); }
.comments-title { font-size: 22px; }
.comment-list > li { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--hairline); }
.comment-list .children { margin-top: 16px; margin-left: 28px; }
.comment-author .fn { font-weight: 700; font-style: normal; }
.comment-metadata { font-size: 12px; color: var(--steel); }
.comment-guidelines { font-size: 13px; color: var(--steel); }
.comment-form input[type=text], .comment-form input[type=email], .comment-form input[type=url], .comment-form textarea {
	width: 100%; padding: 10px 12px; border: 1px solid var(--hairline); border-radius: var(--radius); font-family: inherit; font-size: 15px; margin-top: 4px;
}
.comment-form p { margin-bottom: 14px; }
.comment-form label { font-weight: 600; font-size: 14px; }

.btn { display: inline-block; padding: 11px 22px; border-radius: var(--radius); font-weight: 700; border: none; }
.btn-primary { background: var(--ink); color: #fff; }
.btn-primary:hover { background: var(--accent-ink); text-decoration: none; }

/* =========================================================================
   Pages: generic / legal / contact / advertise
   ========================================================================= */
.page-title { font-size: 34px; margin-top: 8px; }
.page-intro { font-size: 16.5px; color: var(--ink-soft); max-width: 60em; }
.legal-updated { color: var(--steel); font-size: 13px; margin-top: -6px; margin-bottom: 24px; }
.legal-content .article-body { max-width: 76ch; }
.legal-content h2 { font-size: 22px; margin-top: 1.6em; }

.contact-info-placeholder { font-size: 13.5px; color: var(--steel); background: var(--bg-soft); border: 1px dashed var(--hairline); border-radius: var(--radius); padding: 14px; }

.captcha-row { background: var(--bg-soft); border: 1px solid var(--hairline); border-radius: var(--radius); padding: 14px; }
.captcha-row input[type=text] { max-width: 100px; }

/* FAQ accordion (Support page) — native <details>, no JS */
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-item { border: 1px solid var(--hairline); border-radius: var(--radius); padding: 4px 18px; background: var(--paper); }
.faq-item summary { cursor: pointer; font-weight: 700; padding: 14px 0; list-style: none; position: relative; padding-right: 26px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; position: absolute; right: 0; top: 12px; font-size: 20px; color: var(--accent); }
.faq-item[open] summary::after { content: '\2212'; }
.faq-item p { padding-bottom: 16px; color: var(--ink-soft); }

/* Sitemap page */
.sitemap-section { margin-bottom: 36px; }
.sitemap-list { columns: 2; column-gap: 30px; }
.sitemap-list li { padding: 6px 0; break-inside: avoid; }
.sitemap-desks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.sitemap-desk h3 { font-size: 16px; margin-bottom: 8px; }
.sitemap-desk .sitemap-list { columns: 1; }
.sitemap-archives { columns: 3; }

.contact-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; margin-top: 20px; }
.form-row { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-row label { font-weight: 600; font-size: 14px; }
.form-row input, .form-row textarea { padding: 11px 13px; border: 1px solid var(--hairline); border-radius: var(--radius); font-family: inherit; font-size: 15px; }
.form-notice { padding: 12px 16px; border-radius: var(--radius); margin-bottom: 18px; font-size: 14.5px; }
.form-notice.is-success { background: #e7f6ec; color: #1f5b3d; border: 1px solid #b7e2c4; }
.form-notice.is-error { background: #fdeceb; color: #9c261c; border: 1px solid #f3c2bd; }
.honeypot-field { position: absolute; left: -9999px; top: -9999px; }
.contact-info-list li { padding: 10px 0; border-bottom: 1px solid var(--hairline); font-size: 14.5px; }
.contact-note { font-size: 14px; color: var(--steel); margin-top: 12px; }

.ad-packages { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 18px 0 28px; }
.ad-package { border: 1px solid var(--hairline); border-radius: var(--radius); padding: 18px; }
.ad-package h3 { font-size: 17px; margin-bottom: 6px; }

.no-results { text-align: center; padding: 60px 20px; max-width: 640px; margin: 0 auto; }
.no-results h1 { font-size: 28px; }
.no-results p { color: var(--ink-soft); font-size: 16px; }
.no-results .search-form { max-width: 420px; margin: 20px auto 0; }

.error-404 { text-align: center; padding: 60px 0; }
.error-404 h1 { font-size: 40px; }
.error-404-menu { margin-top: 30px; }
.error-404-menu .primary-menu { justify-content: center; }
.error-404-menu .primary-menu a { color: var(--ink); }

/* =========================================================================
   Footer
   ========================================================================= */
.site-footer { background: var(--masthead); color: rgba(255,255,255,.75); margin-top: 50px; }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; padding: 46px 20px 30px; }
.footer-col .widget-title, .footer-col h4 { color: #fff; border-bottom-color: rgba(255,255,255,.25); font-size: 14px; }
.footer-logo { font-family: var(--font-display); font-size: 22px; font-weight: 800; color: #fff; display: block; margin-bottom: 8px; }
.footer-col a { color: rgba(255,255,255,.75); }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 20px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; }

/* =========================================================================
   Responsive
   ========================================================================= */
@media (max-width: 1024px) {
	.homepage-top { grid-template-columns: 1fr; }
	.news-grid--4 { grid-template-columns: repeat(2, 1fr); }
	.desk-columns { grid-template-columns: repeat(2, 1fr); }
	.layout-with-sidebar { grid-template-columns: 1fr; }
	.site-sidebar { position: static; flex-direction: row; flex-wrap: wrap; }
	.site-sidebar > * { flex: 1 1 260px; }
	.footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 782px) {
	.dateline-social { display: none; }
	.menu-toggle { display: inline-flex; }
	.site-nav { display: none; position: absolute; left: 0; right: 0; z-index: 50; }
	.site-nav.is-open { display: block; }
	.primary-menu { flex-direction: column; }
	.primary-menu > li > a { border-bottom: 1px solid rgba(255,255,255,.08); }
	.news-grid--3, .news-grid--4 { grid-template-columns: 1fr 1fr; }
	.desk-columns { grid-template-columns: 1fr; }
	.contact-grid { grid-template-columns: 1fr; }
	.ad-packages { grid-template-columns: 1fr; }
	.photo-masonry { columns: 2 160px; }
	.sitemap-desks { grid-template-columns: 1fr 1fr; }
	.sitemap-list, .sitemap-archives { columns: 1; }
}

@media (max-width: 520px) {
	.site-title { font-size: 26px; }
	.news-grid--3, .news-grid--4 { grid-template-columns: 1fr; }
	.hero-slide-caption { padding: 18px; }
	.masthead-inner { flex-wrap: wrap; }
}

/* Print: readers sometimes print articles — keep it simple & ink-friendly */
@media print {
	.dateline-strip, .site-nav, .breaking-ticker, .masthead-actions, .site-sidebar, .share-row, .ad-slot, .comments-area, .site-footer { display: none !important; }
}
