/*
Theme Name: Studio One News
Theme URI: https://studioonenews.com/
Author: Studio One News
Description: A professional Telugu and English newsroom theme with live story discovery, multimedia sections and editorial tools.
Version: 2.1.1
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: studio-one-news
*/

:root {
  --son-red: #b3151b;
  --son-red-dark: #84070b;
  --son-blue: #00779f;
  --son-blue-dark: #005675;
  --son-ink: #15181c;
  --son-muted: #66717c;
  --son-soft: #f4f6f8;
  --son-canvas: #e9edf0;
  --son-line: #dfe4e8;
  --son-white: #ffffff;
  --son-gold: #f1b80b;
  --son-green: #149447;
  --son-magenta: #db0078;
  --son-shadow: 0 12px 38px rgba(21, 29, 36, 0.11);
  --son-content: 1280px;
  --son-body-font: "Source Sans 3", "Noto Sans Telugu", "Nirmala UI", Arial, sans-serif;
  --son-telugu-font: "Noto Sans Telugu", "Nirmala UI", "Source Sans 3", sans-serif;
}

html.dark-mode {
  --son-ink: #f3f5f7;
  --son-muted: #adb6bf;
  --son-soft: #20252a;
  --son-canvas: #101316;
  --son-line: #343a40;
  --son-white: #181c20;
  --son-shadow: 0 12px 38px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--son-canvas);
  color: var(--son-ink);
  font-family: var(--son-body-font);
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
}

body.menu-open,
body.search-open-state {
  overflow: hidden;
}

body.admin-bar .site-navigation {
  top: 32px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--son-blue);
  text-decoration: none;
  transition: color 180ms ease;
}

a:hover,
a:focus-visible {
  color: var(--son-red);
}

button,
input,
textarea,
select {
  font: inherit;
  letter-spacing: 0;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(0, 119, 159, 0.3);
  outline-offset: 2px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  top: 8px;
  left: 8px;
  z-index: 100000;
  width: auto;
  height: auto;
  padding: 10px 14px;
  background: var(--son-white);
  clip: auto;
  color: var(--son-ink);
}

.site-shell {
  width: min(100%, var(--son-content));
  min-height: 100vh;
  margin: 0 auto;
  background: var(--son-white);
  box-shadow: var(--son-shadow);
}

.reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 3px;
  pointer-events: none;
}

.reading-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: var(--son-gold);
}

.utility-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  padding: 7px 30px;
  border-bottom: 1px solid var(--son-line);
  background: var(--son-soft);
  color: var(--son-muted);
  font-size: 12px;
}

.utility-status,
.utility-actions,
.masthead-actions,
.edition-switch,
.share-buttons,
.font-controls,
.carousel-actions,
.widget-heading-row {
  display: flex;
  align-items: center;
}

.utility-status {
  gap: 7px;
}

.utility-status strong {
  color: var(--son-red);
  text-transform: uppercase;
}

.live-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #e50024;
  box-shadow: 0 0 0 4px rgba(229, 0, 36, 0.12);
  animation: live-pulse 2s ease-in-out infinite;
}

.utility-actions {
  gap: 16px;
}

.utility-actions a {
  color: var(--son-muted);
  font-weight: 600;
}

.utility-actions .icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: var(--son-ink);
}

.masthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 126px;
  padding: 20px 30px;
}

.site-branding {
  display: flex;
  min-width: 0;
}

.site-logo,
.custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.site-logo img,
.custom-logo {
  width: auto;
  max-width: 300px;
  max-height: 94px;
  object-fit: contain;
}

.masthead-actions {
  gap: 12px;
}

.edition-switch {
  overflow: hidden;
  border: 1px solid var(--son-line);
  border-radius: 6px;
}

.edition-switch a {
  min-width: 70px;
  padding: 8px 12px;
  color: var(--son-muted);
  text-align: center;
  font-weight: 700;
}

.edition-switch a + a {
  border-left: 1px solid var(--son-line);
}

.edition-switch .is-active {
  background: var(--son-red);
  color: #fff;
}

.header-icon,
.nav-search-button,
.carousel-button,
.ticker-toggle,
.search-close,
.back-to-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
}

.header-icon {
  width: 40px;
  height: 40px;
  border: 1px solid var(--son-line);
  border-radius: 50%;
  background: var(--son-white);
  color: var(--son-ink);
}

.header-icon:hover {
  border-color: var(--son-red);
  color: var(--son-red);
}

.site-navigation {
  position: sticky;
  top: 0;
  z-index: 500;
  display: flex;
  min-height: 50px;
  background: var(--son-red);
  border-bottom: 3px solid var(--son-red-dark);
  transition: box-shadow 180ms ease;
}

.has-scrolled .site-navigation {
  box-shadow: 0 7px 22px rgba(40, 0, 0, 0.24);
}

.menu-toggle {
  display: none;
  align-items: center;
  gap: 7px;
  min-height: 50px;
  padding: 0 18px;
  border: 0;
  background: var(--son-red-dark);
  color: #fff;
  cursor: pointer;
  font-weight: 700;
}

.primary-menu,
.primary-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-menu {
  display: flex;
  flex: 1;
  min-width: 0;
  padding-left: 15px;
}

.primary-menu > li {
  position: relative;
  display: flex;
}

.primary-menu > li > a {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 0 14px;
  color: #fff;
  font-family: var(--son-telugu-font);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.primary-menu > li.current-menu-item > a,
.primary-menu > li.current-menu-ancestor > a,
.primary-menu > li > a:hover,
.primary-menu > li > a:focus-visible {
  background: var(--son-red-dark);
  color: #fff;
}

.primary-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  min-width: 220px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(8px);
  border: 1px solid var(--son-line);
  border-top: 0;
  background: var(--son-white);
  box-shadow: var(--son-shadow);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.primary-menu .sub-menu a {
  display: block;
  padding: 11px 14px;
  border-bottom: 1px solid var(--son-line);
  color: var(--son-ink);
  font-weight: 600;
}

.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu,
.primary-menu li.submenu-open > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.submenu-toggle {
  display: none;
}

.nav-search-button {
  width: 54px;
  flex: 0 0 54px;
  background: var(--son-blue-dark);
  color: #fff;
}

.ticker {
  display: flex;
  align-items: stretch;
  min-height: 42px;
  border-bottom: 1px solid var(--son-line);
  background: var(--son-white);
}

.ticker-label {
  display: flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
  padding: 0 18px;
  background: var(--son-ink);
  color: var(--son-white);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.ticker-window {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.ticker-track {
  display: flex;
  align-items: center;
  width: max-content;
  min-height: 42px;
  animation: ticker-scroll 48s linear infinite;
}

.ticker.is-paused .ticker-track,
.ticker:hover .ticker-track {
  animation-play-state: paused;
}

.ticker-track a {
  position: relative;
  padding: 0 28px;
  color: var(--son-ink);
  font-size: 14px;
  font-weight: 650;
  white-space: nowrap;
}

.ticker-track a::after {
  position: absolute;
  top: 50%;
  right: -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--son-red);
  content: "";
}

.ticker-toggle {
  width: 42px;
  flex: 0 0 42px;
  border-left: 1px solid var(--son-line);
  background: var(--son-white);
  color: var(--son-muted);
}

.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  background: rgba(10, 14, 18, 0.92);
  transition: opacity 220ms ease;
}

.search-overlay[hidden] {
	display: none;
}

.search-overlay.is-open {
  opacity: 1;
}

.search-close {
  position: absolute;
  top: 26px;
  right: 26px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  color: #111;
}

.search-dialog {
  width: min(100%, 760px);
  color: #fff;
}

.search-kicker {
  color: var(--son-gold);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.search-dialog h2 {
  margin: 8px 0 24px;
  font-size: 42px;
  line-height: 1.1;
}

.search-dialog form {
  display: flex;
  border-bottom: 2px solid #fff;
}

.search-dialog input[type="search"] {
  width: 100%;
  min-width: 0;
  padding: 16px 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 25px;
  outline: 0;
}

.search-dialog button[type="submit"] {
  width: 56px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.search-dialog p {
  color: #bfc7ce;
}

.ad-zone {
  min-height: 82px;
  margin: 28px 0;
  padding: 12px;
  border: 1px dashed var(--son-line);
  background: var(--son-soft);
  text-align: center;
}

.ad-zone-header {
  margin: 0;
  border-width: 0 0 1px;
}

.ad-zone .widget,
.ad-zone p {
  margin: 0;
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  min-height: 500px;
  margin: 28px 30px 0;
  border-bottom: 1px solid var(--son-line);
}

.hero-stage {
  position: relative;
  min-width: 0;
  min-height: 500px;
  overflow: hidden;
  background: #111;
}

.hero-slide {
  position: absolute;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 550ms ease, visibility 550ms ease;
}

.hero-slide.is-active {
  visibility: visible;
  opacity: 1;
}

.hero-media,
.hero-media img {
  width: 100%;
  height: 100%;
}

.hero-media img {
  object-fit: cover;
  transition: transform 7s ease;
}

.hero-slide.is-active .hero-media img {
  transform: scale(1.035);
}

.hero-content {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  max-width: 720px;
  padding: 22px 24px;
  border-left: 5px solid var(--son-red);
  background: rgba(15, 17, 20, 0.88);
  color: #fff;
  transform: translateY(18px);
  opacity: 0;
  transition: transform 500ms ease 150ms, opacity 500ms ease 150ms;
}

.hero-slide.is-active .hero-content {
  transform: translateY(0);
  opacity: 1;
}

.hero-content .story-meta {
  color: #dfe5ea;
}

.hero-content .story-category {
  color: var(--son-gold);
}

.hero-content h2 {
  max-width: 680px;
  margin: 8px 0 6px;
  font-family: var(--son-telugu-font);
  font-size: 35px;
  line-height: 1.2;
}

.hero-content h2 a {
  color: #fff;
}

.hero-content p {
  margin: 0;
  color: #d8dde2;
  font-size: 16px;
}

.hero-controls {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 8px;
}

.carousel-button {
  width: 38px;
  height: 38px;
  border: 1px solid var(--son-line);
  border-radius: 50%;
  background: var(--son-white);
  color: var(--son-ink);
}

.carousel-button:hover {
  border-color: var(--son-red);
  background: var(--son-red);
  color: #fff;
}

.hero-dots {
  display: flex;
  gap: 6px;
  padding: 8px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.55);
}

.hero-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #a8adb2;
  cursor: pointer;
}

.hero-dot.is-active {
  width: 22px;
  border-radius: 5px;
  background: var(--son-gold);
}

.hero-index {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 24px;
  border-left: 1px solid var(--son-line);
}

.hero-index-label {
  padding: 0 0 14px;
  color: var(--son-red);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-index-item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: start;
  min-height: 88px;
  padding: 15px 8px 15px 0;
  border: 0;
  border-top: 1px solid var(--son-line);
  background: transparent;
  color: var(--son-ink);
  text-align: left;
  cursor: pointer;
}

.hero-index-item span {
  color: #a3abb3;
  font-size: 22px;
  font-weight: 800;
}

.hero-index-item strong {
  font-family: var(--son-telugu-font);
  font-size: 15px;
  line-height: 1.35;
}

.hero-index-item.is-active span,
.hero-index-item:hover span {
  color: var(--son-red);
}

.hero-index-item.is-active strong,
.hero-index-item:hover strong {
  color: var(--son-blue);
}

.latest-rail {
  display: flex;
  align-items: stretch;
  margin: 0 30px;
  border-bottom: 1px solid var(--son-line);
}

.latest-rail-title {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  padding: 0 18px;
  background: var(--son-blue-dark);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.latest-rail-track {
  display: flex;
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.latest-rail-track::-webkit-scrollbar {
  display: none;
}

.latest-rail-track a {
  display: flex;
  gap: 8px;
  align-items: center;
  min-width: 290px;
  padding: 13px 18px;
  border-right: 1px solid var(--son-line);
  color: var(--son-ink);
  font-size: 13px;
  font-weight: 650;
}

.latest-rail-track time {
  color: var(--son-red);
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.main-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 34px;
  padding: 30px;
}

.content-area,
.post-feed {
  min-width: 0;
}

.homepage-band,
.news-section,
.related-stories {
  margin-bottom: 40px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--son-line);
}

.section-title-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.section-heading,
.widget-title,
.footer-heading {
  margin: 0;
  font-family: var(--son-telugu-font);
}

.section-heading {
  position: relative;
  padding-left: 15px;
  font-size: 24px;
  line-height: 1.2;
}

.section-heading::before {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  width: 5px;
  background: var(--son-red);
  content: "";
}

.section-more {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: var(--son-muted);
  font-size: 13px;
  font-weight: 750;
}

.section-context {
  color: var(--son-muted);
  font-size: 13px;
}

.story-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--son-muted);
  font-size: 12px;
}

.story-meta > * + *::before {
  margin-right: 8px;
  color: #aab1b8;
  content: "•";
}

.story-category {
  color: var(--son-red);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.latest-news-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
}

.latest-news-item {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 14px;
  min-height: 122px;
  padding: 14px 0;
  border-top: 1px solid var(--son-line);
}

.latest-news-item:first-child,
.latest-news-item:nth-child(2) {
  border-top: 0;
}

.latest-news-media {
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 5px;
}

.latest-news-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.latest-news-item:hover img,
.section-feature:hover img,
.carousel-story:hover img,
.related-grid article:hover img,
.archive-card:hover img {
  transform: scale(1.04);
}

.latest-news-item h3,
.section-feature h3,
.big-story-band h3,
.popular-item h3,
.carousel-story h3,
.sidebar-story h3,
.related-grid h3,
.archive-card h2 {
  font-family: var(--son-telugu-font);
}

.latest-news-item h3 {
  margin: 5px 0 0;
  font-size: 16px;
  line-height: 1.35;
}

.latest-news-item h3 a,
.section-feature h3 a,
.big-story-band h3 a,
.popular-item h3 a,
.carousel-story h3 a,
.sidebar-story h3 a,
.related-grid h3 a,
.archive-card h2 a {
  color: var(--son-ink);
}

.latest-news-item p {
  margin: 7px 0 0;
  color: var(--son-muted);
  font-size: 13px;
}

.big-story-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: 28px;
}

.big-story-media {
  display: block;
  aspect-ratio: 16 / 9;
  margin-bottom: 14px;
  overflow: hidden;
  border-radius: 6px;
}

.big-story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.big-story-lead h3 {
  margin: 8px 0;
  font-size: 27px;
  line-height: 1.25;
}

.big-story-lead p {
  margin: 0;
  color: var(--son-muted);
}

.big-story-list article {
  padding: 17px 0;
  border-top: 1px solid var(--son-line);
}

.big-story-list article:first-child {
  padding-top: 0;
  border-top: 0;
}

.big-story-list article > span {
  color: var(--son-blue);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.big-story-list h3 {
  margin: 5px 0;
  font-size: 17px;
  line-height: 1.35;
}

.big-story-list time {
  color: var(--son-muted);
  font-size: 12px;
}

.popular-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 30px;
}

.popular-item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 17px 0;
  border-top: 1px solid var(--son-line);
}

.popular-item:nth-child(-n + 2) {
  border-top: 0;
}

.popular-rank {
  color: #c6ccd1;
  font-size: 35px;
  font-weight: 800;
  line-height: 1;
}

.popular-item:hover .popular-rank {
  color: var(--son-red);
}

.popular-item h3 {
  margin: 5px 0 0;
  font-size: 16px;
  line-height: 1.35;
}

.sections-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 28px;
}

.news-section {
  margin-bottom: 0;
}

.section-feature-media {
  display: block;
  aspect-ratio: 16 / 9;
  margin-bottom: 13px;
  overflow: hidden;
  border-radius: 6px;
}

.section-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.section-feature h3 {
  margin: 7px 0 6px;
  font-size: 20px;
  line-height: 1.3;
}

.section-feature p {
  margin: 0;
  color: var(--son-muted);
  font-size: 14px;
}

.news-list {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.news-list li {
  padding: 11px 0;
  border-top: 1px solid var(--son-line);
}

.news-list a {
  display: block;
  color: var(--son-ink);
  font-family: var(--son-telugu-font);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
}

.news-list time {
  display: block;
  margin-top: 3px;
  color: var(--son-muted);
  font-size: 11px;
}

.cinema-carousel {
  margin-top: 40px;
}

.story-carousel-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(230px, 31%);
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--son-red) var(--son-soft);
}

.carousel-story {
  scroll-snap-align: start;
}

.carousel-story > a {
  display: block;
  aspect-ratio: 16 / 10;
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 6px;
}

.carousel-story img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.carousel-story h3 {
  margin: 6px 0 18px;
  font-size: 16px;
  line-height: 1.35;
}

.gallery-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.gallery-strip article:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-strip a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 160px;
  overflow: hidden;
  background: #111;
}

.gallery-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.88;
  transition: transform 300ms ease, opacity 300ms ease;
}

.gallery-strip a:hover img {
  transform: scale(1.04);
  opacity: 0.72;
}

.gallery-strip span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 12px;
  background: rgba(10, 12, 14, 0.83);
  color: #fff;
  font-family: var(--son-telugu-font);
  font-size: 14px;
  font-weight: 700;
}

.site-sidebar {
  min-width: 0;
}

.sidebar-widget {
  margin: 0 0 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--son-line);
}

.sidebar-tab-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 2px solid var(--son-ink);
}

.sidebar-tab-list button {
  min-height: 42px;
  padding: 0 6px;
  border: 0;
  background: var(--son-soft);
  color: var(--son-muted);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.sidebar-tab-list button.is-active {
  background: var(--son-ink);
  color: var(--son-white);
}

.sidebar-tab-panel {
  animation: tab-in 240ms ease;
}

.sidebar-story {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 9px;
  padding: 14px 0;
  border-bottom: 1px solid var(--son-line);
}

.sidebar-story > span {
  color: #b6bdc4;
  font-size: 21px;
  font-weight: 800;
}

.sidebar-story h3 {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
}

.sidebar-story time,
.sidebar-story small {
  display: block;
  margin-top: 4px;
  color: var(--son-muted);
  font-size: 11px;
}

.sidebar-empty {
  color: var(--son-muted);
}

.widget-title {
  font-size: 19px;
}

.widget-heading-row {
  justify-content: space-between;
  margin-bottom: 13px;
}

.widget-heading-row .dashicons {
  color: var(--son-gold);
}

.horoscope-widget a {
  display: block;
  color: var(--son-ink);
  font-weight: 700;
}

.horoscope-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  margin-bottom: 10px;
  border-radius: 6px;
  object-fit: cover;
}

.topic-widget .widget-title {
  margin-bottom: 12px;
}

.topic-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.topic-list a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 10px;
  border: 1px solid var(--son-line);
  border-radius: 5px;
  color: var(--son-ink);
  font-size: 12px;
  font-weight: 650;
}

.topic-list a:hover {
  border-color: var(--son-blue);
  color: var(--son-blue);
}

.newsroom-tip {
  padding: 22px;
  border: 0;
  border-left: 5px solid var(--son-blue);
  background: var(--son-soft);
}

.newsroom-tip > .dashicons {
  color: var(--son-blue);
  font-size: 28px;
}

.newsroom-tip h2 {
  margin: 12px 0 5px;
  font-size: 20px;
}

.newsroom-tip p {
  margin: 0 0 12px;
  color: var(--son-muted);
  font-size: 13px;
}

.newsroom-tip a {
  font-weight: 800;
}

.article-shell {
  padding-top: 20px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 0 30px;
  color: var(--son-muted);
  font-size: 12px;
}

.breadcrumbs a {
  color: var(--son-muted);
}

.article-layout {
  padding-top: 18px;
}

.single-article {
  min-width: 0;
}

.entry-kicker {
  margin-bottom: 10px;
  color: var(--son-red);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.entry-title {
  margin: 0;
  max-width: 850px;
  font-family: var(--son-telugu-font);
  font-size: 42px;
  line-height: 1.18;
}

.entry-deck {
  max-width: 800px;
  margin: 15px 0 0;
  color: var(--son-muted);
  font-size: 20px;
  line-height: 1.45;
}

.entry-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
  color: var(--son-muted);
  font-size: 12px;
}

.entry-meta > span,
.entry-meta time {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.entry-author img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.entry-author strong {
  color: var(--son-ink);
}

.article-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 24px 0;
  padding: 11px 0;
  border-top: 1px solid var(--son-line);
  border-bottom: 1px solid var(--son-line);
}

.share-buttons {
  flex-wrap: wrap;
  gap: 7px;
}

.share-buttons > span {
  margin-right: 4px;
  color: var(--son-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.share-buttons a,
.share-buttons button,
.font-controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 8px;
  border: 1px solid var(--son-line);
  border-radius: 4px;
  background: var(--son-white);
  color: var(--son-ink);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}

.share-buttons a:hover,
.share-buttons button:hover,
.font-controls button:hover {
  border-color: var(--son-blue);
  color: var(--son-blue);
}

.copy-link {
  gap: 4px;
}

.font-controls {
  flex: 0 0 auto;
  gap: 4px;
}

.entry-hero-wrap {
  margin: 0 0 26px;
}

.entry-hero {
  width: 100%;
  max-height: 620px;
  border-radius: 6px;
  object-fit: cover;
}

.entry-hero-wrap figcaption,
.wp-caption-text {
  margin-top: 8px;
  color: var(--son-muted);
  font-size: 12px;
}

.entry-content {
  max-width: 800px;
  font-family: var(--son-telugu-font);
  font-size: 19px;
  line-height: 1.82;
}

.entry-content > *:first-child {
  margin-top: 0;
}

.entry-content p {
  margin: 0 0 1.35em;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin-top: 1.7em;
  line-height: 1.28;
}

.entry-content h2 {
  font-size: 29px;
}

.entry-content h3 {
  font-size: 24px;
}

.entry-content blockquote {
  margin: 30px 0;
  padding: 18px 24px;
  border-left: 5px solid var(--son-red);
  background: var(--son-soft);
  font-size: 21px;
  font-weight: 600;
}

.entry-content img,
.entry-content iframe {
  max-width: 100%;
}

.entry-content iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.entry-content table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 15px;
}

.entry-content th,
.entry-content td {
  padding: 10px;
  border: 1px solid var(--son-line);
}

.entry-footer {
  margin-top: 28px;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.tag-list > span {
  margin-right: 5px;
  font-weight: 800;
}

.tag-list a {
  padding: 5px 9px;
  border: 1px solid var(--son-line);
  border-radius: 4px;
  color: var(--son-muted);
  font-size: 12px;
}

.reaction-panel {
  margin: 34px 0;
  padding: 24px;
  border-top: 3px solid var(--son-blue);
  background: var(--son-soft);
}

.reaction-kicker {
  color: var(--son-blue);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.reaction-panel h2 {
  margin: 4px 0 18px;
  font-size: 21px;
}

.reaction-buttons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

.reaction-buttons button {
  display: grid;
  grid-template-columns: 22px 1fr auto;
  gap: 6px;
  align-items: center;
  min-height: 48px;
  padding: 8px 10px;
  border: 1px solid var(--son-line);
  border-radius: 5px;
  background: var(--son-white);
  color: var(--son-ink);
  cursor: pointer;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
}

.reaction-buttons button:hover,
.reaction-buttons button.is-selected {
  border-color: var(--son-blue);
  color: var(--son-blue);
}

.reaction-status {
  min-height: 18px;
  margin: 10px 0 0;
  color: var(--son-muted);
  font-size: 12px;
}

.story-navigation {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 30px 0 42px;
  background: var(--son-line);
  border: 1px solid var(--son-line);
}

.story-navigation a {
  display: block;
  min-height: 110px;
  padding: 18px;
  background: var(--son-white);
}

.story-navigation a > span {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--son-muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.story-navigation strong {
  display: block;
  margin-top: 8px;
  color: var(--son-ink);
  font-family: var(--son-telugu-font);
  line-height: 1.35;
}

.story-navigation .is-next {
  text-align: right;
}

.story-navigation .is-next > span {
  justify-content: flex-end;
}

.related-grid,
.archive-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.related-media,
.archive-card-image {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 6px;
}

.related-media img,
.archive-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.related-grid .story-category {
  display: block;
  margin-top: 10px;
}

.related-grid h3 {
  margin: 5px 0;
  font-size: 17px;
  line-height: 1.35;
}

.comments-area {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--son-line);
}

.comments-title,
.comment-reply-title {
  font-size: 24px;
}

.comment-list {
  padding: 0;
  list-style: none;
}

.comment-body {
  margin: 18px 0;
  padding: 18px;
  border-left: 3px solid var(--son-line);
  background: var(--son-soft);
}

.comment-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%;
  padding: 11px;
  border: 1px solid var(--son-line);
  border-radius: 4px;
  background: var(--son-white);
  color: var(--son-ink);
}

.comment-form input[type="submit"],
.search-submit {
  min-height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 4px;
  background: var(--son-red);
  color: #fff;
  cursor: pointer;
  font-weight: 800;
}

.archive-header,
.page-header {
  margin-bottom: 26px;
  padding-bottom: 18px;
  border-bottom: 2px solid var(--son-ink);
}

.archive-title,
.page-title {
  margin: 0;
  font-family: var(--son-telugu-font);
  font-size: 32px;
  line-height: 1.2;
}

.archive-description {
  color: var(--son-muted);
}

.archive-card {
  padding-bottom: 22px;
  border-bottom: 1px solid var(--son-line);
}

.archive-card .entry-meta {
  gap: 7px;
  margin-top: 11px;
}

.archive-card h2 {
  margin: 7px 0;
  font-size: 21px;
  line-height: 1.3;
}

.archive-card p {
  margin: 0;
  color: var(--son-muted);
  font-size: 14px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 60px;
  padding: 32px 30px 60px;
}

.contact-intro .entry-content {
  margin-top: 18px;
  color: var(--son-muted);
  font-size: 17px;
}

.contact-reasons {
  margin-top: 30px;
}

.contact-reasons > div {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 0 10px;
  padding: 16px 0;
  border-top: 1px solid var(--son-line);
}

.contact-reasons .dashicons {
  grid-row: span 2;
  color: var(--son-blue);
  font-size: 25px;
}

.contact-reasons p {
  margin: 3px 0 0;
  color: var(--son-muted);
  font-size: 13px;
}

.contact-form-panel {
  padding: 30px;
  border-top: 5px solid var(--son-red);
  background: var(--son-soft);
}

.contact-form-panel h2 {
  margin: 0 0 20px;
  font-size: 25px;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.newsroom-contact-form p {
  margin: 0 0 16px;
}

.newsroom-contact-form label {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 750;
}

.newsroom-contact-form input,
.newsroom-contact-form textarea {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid var(--son-line);
  border-radius: 4px;
  background: var(--son-white);
  color: var(--son-ink);
}

.newsroom-contact-form textarea {
  resize: vertical;
}

.newsroom-contact-form button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 4px;
  background: var(--son-red);
  color: #fff;
  cursor: pointer;
  font-weight: 800;
}

.contact-honeypot {
  position: absolute;
  left: -9999px;
}

.form-notice {
  padding: 11px 13px;
  border-left: 4px solid;
  background: var(--son-white);
  font-size: 13px;
}

.form-notice.is-success {
  border-color: var(--son-green);
}

.form-notice.is-error {
  border-color: var(--son-red);
}

.pagination,
.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 28px;
}

.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  padding: 0 10px;
  border: 1px solid var(--son-line);
  color: var(--son-ink);
}

.page-numbers.current,
.page-numbers:hover {
  border-color: var(--son-red);
  background: var(--son-red);
  color: #fff;
}

.search-form {
  display: flex;
}

.search-field {
  width: 100%;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid var(--son-line);
  background: var(--son-white);
  color: var(--son-ink);
}

.site-footer {
  margin-top: 12px;
  background: #171a1e;
  color: #c3c9cf;
}

.footer-accent {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  height: 5px;
}

.footer-accent span:nth-child(1) {
  background: var(--son-gold);
}

.footer-accent span:nth-child(2) {
  background: var(--son-magenta);
}

.footer-accent span:nth-child(3) {
  background: var(--son-green);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr 1.1fr 0.8fr;
  gap: 38px;
  padding: 46px 30px 38px;
}

.footer-brand img {
  max-width: 205px;
  max-height: 76px;
  object-fit: contain;
}

.footer-brand p {
  max-width: 340px;
  color: #9fa8b1;
  font-size: 14px;
}

.footer-heading {
  margin-bottom: 14px;
  color: #fff;
  font-size: 16px;
}

.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links li {
  margin: 0 0 8px;
}

.footer-links a {
  color: #b8c0c7;
  font-size: 13px;
}

.footer-latest a {
  display: block;
  line-height: 1.35;
}

.footer-social {
  display: flex;
  gap: 8px;
  margin-top: 18px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid #3b4147;
  border-radius: 50%;
  color: #fff;
}

.footer-menu {
  padding: 14px 30px;
  border-top: 1px solid #30353a;
  border-bottom: 1px solid #30353a;
}

.footer-menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu a {
  color: #b8c0c7;
  font-size: 12px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 30px;
  color: #8d979f;
  font-size: 12px;
}

.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 400;
  width: 44px;
  height: 44px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(12px);
  border-radius: 50%;
  background: var(--son-blue);
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 86, 117, 0.28);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.back-to-top.is-visible {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 550ms ease, transform 550ms ease;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.dark-mode .site-footer {
  background: #0e1114;
}

.dark-mode .hero-index-item span,
.dark-mode .popular-rank,
.dark-mode .sidebar-story > span {
  color: #59636d;
}

@keyframes live-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(0.8); opacity: 0.55; }
}

@keyframes ticker-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes tab-in {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

.section-eyebrow {
  display: block;
  margin-bottom: 2px;
  color: var(--son-red);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.video-band {
  padding: 25px;
  border-top: 5px solid var(--son-red);
  background: #15191d;
  color: #ffffff;
}

.video-band .section-heading,
.video-band .section-more,
.video-band .youtube-card h3 a {
  color: #ffffff;
}

.video-band .section-eyebrow {
  color: #f1b80b;
}

.home-video-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(180px, 1fr);
  gap: 16px;
}

.youtube-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--son-line);
  border-radius: 6px;
  background: var(--son-white);
}

.video-band .youtube-card {
  border-color: #333a40;
  background: #20262b;
}

.home-video-grid .youtube-card:not(.is-featured) {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr);
}

.home-video-grid .youtube-card:not(.is-featured) .youtube-card-copy {
  align-self: center;
}

.youtube-player,
.youtube-poster,
.youtube-player iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube-player {
  position: relative;
  overflow: hidden;
  background: #050607;
}

.youtube-poster {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #050607;
  cursor: pointer;
}

.youtube-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease, opacity 220ms ease;
}

.youtube-poster:hover img,
.youtube-poster:focus-visible img {
  opacity: 0.82;
  transform: scale(1.02);
}

.youtube-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: var(--son-red);
  color: #ffffff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.3);
  transform: translate(-50%, -50%);
}

.youtube-play .dashicons {
  width: 24px;
  height: 24px;
  font-size: 24px;
}

.youtube-player iframe {
  display: block;
  border: 0;
}

.youtube-card-copy {
  padding: 13px 14px 16px;
}

.video-label {
  color: var(--son-red);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.youtube-card h3 {
  margin: 5px 0 0;
  font-family: var(--son-telugu-font);
  font-size: 16px;
  line-height: 1.38;
}

.youtube-card h3 a {
  color: var(--son-ink);
}

.youtube-card.is-featured h3 {
  font-size: 22px;
}

.shorts-band {
  border-top-color: var(--son-magenta);
}

.shorts-track {
  gap: 14px;
}

.shorts-track .youtube-card {
  flex: 0 0 210px;
}

.youtube-card.is-short .youtube-player,
.youtube-card.is-short .youtube-poster,
.youtube-card.is-short .youtube-player iframe {
  aspect-ratio: 9 / 16;
}

.youtube-card.is-short .youtube-poster img {
  transform: scale(1.78);
}

.youtube-card.is-short .youtube-poster:hover img,
.youtube-card.is-short .youtube-poster:focus-visible img {
  transform: scale(1.82);
}

.multimedia-shell {
  padding-bottom: 42px;
}

.multimedia-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 30px;
  align-items: end;
  padding: 28px 30px;
  border-bottom: 1px solid var(--son-line);
}

.multimedia-header .entry-kicker,
.multimedia-header .archive-title,
.multimedia-header .archive-description {
  grid-column: 1;
}

.multimedia-header .archive-description {
  max-width: 760px;
  color: var(--son-muted);
}

.multimedia-header .archive-description p {
  margin: 0;
}

.youtube-channel-link {
  grid-column: 2;
  grid-row: 1 / 4;
  align-self: center;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid var(--son-red);
  border-radius: 5px;
  color: var(--son-red);
  font-size: 13px;
  font-weight: 800;
}

.video-page-grid,
.shorts-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding: 30px;
}

.shorts-page-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.multimedia-crosslink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 10px 30px 0;
  padding: 22px 0;
  border-top: 1px solid var(--son-line);
  border-bottom: 1px solid var(--son-line);
}

.multimedia-crosslink h2 {
  margin: 0;
  font-size: 22px;
}

@media (max-width: 1100px) {
  .home-hero {
    grid-template-columns: minmax(0, 1fr) 300px;
  }

  .hero-content h2 {
    font-size: 30px;
  }

  .main-layout {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 26px;
  }

  .primary-menu > li > a {
    padding: 0 10px;
    font-size: 13px;
  }

  .latest-news-list {
    grid-template-columns: 1fr;
  }

  .latest-news-item:nth-child(2) {
    border-top: 1px solid var(--son-line);
  }

  .footer-main {
    grid-template-columns: 1.25fr repeat(3, 1fr);
    gap: 25px;
  }

  .video-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shorts-page-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  body.admin-bar .site-navigation {
    top: 46px;
  }

  .masthead {
    min-height: 105px;
  }

  .site-logo img,
  .custom-logo {
    max-width: 240px;
    max-height: 78px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-navigation {
    justify-content: space-between;
  }

  .primary-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: block;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    background: var(--son-white);
    box-shadow: var(--son-shadow);
    transition: max-height 280ms ease;
  }

  .site-navigation.is-open .primary-menu {
    max-height: calc(100vh - 95px);
    overflow-y: auto;
    border-bottom: 4px solid var(--son-red);
  }

  .primary-menu > li {
    display: block;
    border-bottom: 1px solid var(--son-line);
  }

  .primary-menu > li > a {
    min-height: 47px;
    padding: 0 18px;
    color: var(--son-ink);
  }

  .primary-menu > li > a:hover,
  .primary-menu > li.current-menu-item > a {
    background: var(--son-soft);
    color: var(--son-red);
  }

  .submenu-toggle {
    position: absolute;
    top: 4px;
    right: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    color: var(--son-ink);
  }

  .primary-menu .sub-menu {
    position: static;
    display: none;
    min-width: 0;
    visibility: visible;
    opacity: 1;
    transform: none;
    border: 0;
    box-shadow: none;
  }

  .primary-menu li.submenu-open > .sub-menu {
    display: block;
  }

  .primary-menu .sub-menu a {
    padding-left: 34px;
    background: var(--son-soft);
  }

  .home-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-stage {
    min-height: 480px;
  }

  .hero-index {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 16px 0 0;
    border-left: 0;
  }

  .hero-index-label {
    grid-column: 1 / -1;
  }

  .hero-index-item {
    min-height: 76px;
    padding: 12px;
    border: 1px solid var(--son-line);
    border-right: 0;
  }

  .main-layout {
    grid-template-columns: 1fr;
  }

  .site-sidebar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .sidebar-widget {
    min-width: 0;
  }

  .sidebar-tabs {
    grid-column: 1 / -1;
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .home-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-video-grid .youtube-card.is-featured {
    grid-column: 1 / -1;
  }

  .home-video-grid .youtube-card:not(.is-featured) {
    display: block;
  }

  .shorts-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .utility-bar {
    padding: 7px 16px;
  }

  .utility-actions > a:not(.icon-link) {
    display: none;
  }

  .masthead {
    min-height: 92px;
    padding: 14px 16px;
  }

  .site-logo img,
  .custom-logo {
    max-width: 185px;
    max-height: 66px;
  }

  .edition-switch {
    display: none;
  }

  .header-icon {
    width: 38px;
    height: 38px;
  }

  .ticker-label {
    padding: 0 12px;
    font-size: 10px;
  }

  .home-hero,
  .latest-rail {
    margin-right: 16px;
    margin-left: 16px;
  }

  .home-hero {
    margin-top: 16px;
  }

  .hero-stage {
    min-height: 430px;
  }

  .hero-content {
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 17px;
  }

  .hero-content h2 {
    font-size: 25px;
  }

  .hero-content p {
    display: none;
  }

  .hero-controls {
    top: 10px;
    right: 10px;
  }

  .hero-controls .carousel-button {
    display: none;
  }

  .hero-index {
    grid-template-columns: 1fr;
  }

  .hero-index-item:nth-of-type(n + 4) {
    display: none;
  }

  .latest-rail-title {
    padding: 0 12px;
  }

  .latest-rail-track a {
    min-width: 250px;
  }

  .main-layout {
    padding: 24px 16px;
  }

  .section-title-row {
    align-items: center;
  }

  .section-context {
    display: none;
  }

  .latest-news-item {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .big-story-layout,
  .sections-grid {
    grid-template-columns: 1fr;
  }

  .popular-grid {
    grid-template-columns: 1fr;
  }

  .popular-item:nth-child(2) {
    border-top: 1px solid var(--son-line);
  }

  .story-carousel-track {
    grid-auto-columns: 78%;
  }

  .gallery-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-strip article:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .site-sidebar {
    grid-template-columns: 1fr;
  }

  .entry-title {
    font-size: 32px;
  }

  .entry-deck {
    font-size: 17px;
  }

  .article-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .reaction-buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .related-grid,
  .archive-grid {
    grid-template-columns: 1fr;
  }

  .footer-main {
    grid-template-columns: 1fr;
    padding: 38px 20px 28px;
  }

  .footer-bottom {
    flex-direction: column;
    padding: 18px 20px;
  }

  .search-dialog h2 {
    font-size: 32px;
  }

  .search-dialog input[type="search"] {
    font-size: 19px;
  }

  .contact-layout {
    padding: 26px 16px 44px;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .contact-form-panel {
    padding: 22px 18px;
  }

  .video-band {
    padding: 20px 16px;
  }

  .home-video-grid,
  .video-page-grid {
    grid-template-columns: 1fr;
  }

  .home-video-grid .youtube-card:not(.is-featured) {
    display: grid;
    grid-template-columns: 135px minmax(0, 1fr);
  }

  .multimedia-header {
    grid-template-columns: 1fr;
    padding: 24px 16px;
  }

  .multimedia-header .entry-kicker,
  .multimedia-header .archive-title,
  .multimedia-header .archive-description,
  .youtube-channel-link {
    grid-column: 1;
    grid-row: auto;
  }

  .youtube-channel-link {
    justify-self: start;
    margin-top: 8px;
  }

  .video-page-grid,
  .shorts-page-grid {
    padding: 20px 16px;
  }

  .multimedia-crosslink {
    align-items: flex-start;
    flex-direction: column;
    margin-right: 16px;
    margin-left: 16px;
  }
}

@media (max-width: 480px) {
  .shorts-page-grid {
    grid-template-columns: 1fr;
  }

  .home-video-grid .youtube-card:not(.is-featured) {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .youtube-card h3 {
    font-size: 14px;
  }

  .utility-status time {
    display: none;
  }

  .site-logo img,
  .custom-logo {
    max-width: 155px;
  }

  .masthead-actions {
    gap: 6px;
  }

  .theme-toggle {
    display: none;
  }

  .hero-stage {
    min-height: 390px;
  }

  .hero-content h2 {
    font-size: 22px;
  }

  .latest-news-item {
    grid-template-columns: 96px minmax(0, 1fr);
    min-height: 104px;
  }

  .latest-news-item h3 {
    font-size: 14px;
  }

  .latest-news-item p {
    display: none;
  }

  .story-carousel-track {
    grid-auto-columns: 88%;
  }

  .gallery-strip {
    grid-template-columns: 1fr;
  }

  .entry-title {
    font-size: 28px;
  }

  .entry-content {
    font-size: 18px;
  }

  .share-buttons .copy-feedback {
    display: none;
  }

  .story-navigation {
    grid-template-columns: 1fr;
  }

  .story-navigation .is-next {
    text-align: left;
  }

  .story-navigation .is-next > span {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal-on-scroll {
    opacity: 1;
    transform: none;
  }
}
