/* ==========================================================================
   Chitram Bhalare — stylesheet (non-critical). Critical subset is inlined.
   Images use a reserved-space wrapper + <img class="cover"> => zero CLS.
   ========================================================================== */
/* image system ------------------------------------------------------------ */
img {
  max-width: 100%;
  height: auto;
  display: block
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0
}

/* .cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
} */

.tn-thumb,
.fimg,
.ph,
.gal,
.gal-thumb,
.gal-card .gal-thumb,
.tnews-img,
.tni-thumb,
.on-thumb,
.trailer .video,
.fl-img,
.fi-thumb,
.sthumb,
.sf-img,
.la-thumb,
.gp-photo,
.rv-poster,
.au-avatar,
.lh-img,
.lead-img .ph {
  position: relative;
  overflow: hidden;
  background: var(--tint)
}

/* section heading --------------------------------------------------------- */
.sec {
  padding: 15px 0
}

.sec-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 18px
}

.sec-title {
  font-family: var(--display);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin: 0;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 12px
}

.sec-title::before {
  content: "";
  width: 6px;
  height: 24px;
  background: var(--gold);
  border-radius: 2px;
  box-shadow: 2px 0 0 var(--maroon)
}

.sec-title .play {
  width: 0;
  height: 0;
  border-left: 12px solid var(--maroon);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent
}

.sec-more {
  margin-left: auto;
  font-family: var(--display);
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  color: var(--maroon);
  border-bottom: 2px solid var(--gold);
  padding-bottom: 2px
}

/* search suggestions ------------------------------------------------------ */
.search-sugg {
  position: absolute;
  top: 46px;
  left: 0;
  right: 0;
  background: #fff;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--shadow);
  overflow: hidden;
  display: none;
  z-index: 40
}

.search-sugg.open {
  display: block
}

.search-sugg a.hidden {
  display: none
}

.search-sugg a {
  display: flex;
  gap: 10px;
  padding: 10px 14px;
  font-size: 14px;
  border-bottom: 1px solid var(--line)
}

.search-sugg a:last-child {
  border-bottom: none
}

.search-sugg a:hover {
  background: var(--soft)
}

.search-sugg .tag {
  font-size: 10px;
  color: var(--muted);
  text-transform: uppercase;
  margin-left: auto;
  align-self: center
}

/* chips ------------------------------------------------------------------- */
.chips {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin: 16px 0
}

.chips-in {
  display: flex;
  gap: 10px;
  padding: 12px 14px;
  overflow-x: auto
}

.chip {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  color: var(--maroon);
  transition: .15s
}

.chip:hover {
  background: var(--maroon);
  color: #fff;
  border-color: var(--maroon)
}

.chip .ic {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold)
}

/* ads --------------------------------------------------------------------- */
.ad {
  background: repeating-linear-gradient(45deg, #f4efe8, #f4efe8 12px, #ece4d9 12px, #ece4d9 24px);
  border: 1px dashed #cbbcae;
  border-radius: 6px;
  display: grid;
  place-items: center;
  text-align: center;
  color: #a08a7d;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase
}

.ad.gut {
  height: 600px
}

.ad.leader {
  height: 110px;
  
}

.ad.box {
  height: 250px;
  margin-top: 20px
}

.ad-wrap {
  margin: 0
}

.ad-label {
  display: block;
  text-align: center;
  font-size: 11px;
  color: #b0a89e;
  margin: 0 0 4px
}

.gutter .ad-wrap {
  margin-bottom: 8px
}

.sticky-mob .ad-label {
  display: inline;
  margin: 0 6px 0 0;
  color: #a08a7d
}

/* ===================== HOMEPAGE ===================== */
.topnews {
  background: #fff;
  padding: 24px 0 10px;
  border-bottom: 1px solid var(--line)
}

.topnews-grid {
  display: grid;
  grid-template-columns: 1fr 1.55fr 1fr;
  gap: 26px;
  align-items: start
}

.tn-col {
  min-width: 0
}

.tn-head {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--display);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 16px;
  color: var(--text);
  border-bottom: 2px solid var(--maroon);
  padding: 0 0 8px;
  margin-bottom: 14px
}

.tn-head::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid var(--gold);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}

.tn-list {
  display: flex;
  flex-direction: column
}

.tn-item {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line)
}

.tn-item:first-child {
  padding-top: 0
}

.tn-item:last-child {
  border-bottom: none
}

.tn-thumb {
  flex: 0 0 88px;
  height: 57px;
  border-radius: 5px
}

.tn-item h3 {
  font-family: var(--body);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.35;
  margin: 0;
   display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.tn-item h3 a:hover {
  color: var(--maroon)
}

.tn-item .t {
  font-size: 11px;
  color: var(--muted);
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: .4px
}

.gal-badge {
  position: absolute;
  left: 6px;
  bottom: 6px;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: rgba(37, 99, 235, .92);
  display: grid;
  place-items: center;
  z-index: 2
}

.gal-badge svg {
  width: 13px;
  height: 13px;
  fill: #fff
}

.tn-feature .fimg {
  aspect-ratio: 16/9;
  border-radius: 6px;
  margin-bottom: 12px
}
 
.tn-cat {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--maroon);
  color: #fff;
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  padding: 5px 12px;
  border-radius: 3px;
  z-index: 0
}

.tn-feature h3 {
  font-family: var(--display);
  font-weight: 600;
  font-size: 23px;
  line-height: 1.18;
  margin: 0 0 4px;
  text-transform: uppercase
}

.tn-feature h3 a:hover {
  color: var(--maroon)
}

.tn-wide {
  display: flex;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  margin-top: 12px
}

.tn-wide:first-of-type {
  margin-top: 16px
}

.tn-wide .tn-thumb {
  flex: 0 0 120px;
  height: 78px
}

.tn-wide h4 {
  font-family: var(--display);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  margin: 0;
  text-transform: uppercase
}

.tn-wide h4 a:hover {
  color: var(--maroon)
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px
}

.review-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: .2s
}

.review-card:hover {
  transform: translateY(-4px)
}

.review-card .ph {
  aspect-ratio: 2/3;
  display: block
}

.review-card .body {
  padding: 14px
}

.stars {
  color: var(--gold);
  font-size: 15px;
  letter-spacing: 2px;
  margin-bottom: 4px
}

.stars .off {
  color: #d9c9a0;
  opacity: .5
}

.review-card h3 {
  font-family: var(--display);
  font-weight: 600;
  font-size: 17px;
  margin: 0 0 3px;
  text-transform: uppercase
}

.review-card .rt {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 10px
}

.review-card .rt b {
  color: var(--maroon)
}

.link-cta {
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  color: var(--maroon);
  border-bottom: 2px solid var(--gold);
  padding-bottom: 2px
}

.trend-wrap {
  position: relative
}

.trend {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 4px 2px 12px;
  scrollbar-width: thin
}

.trend-card {
  flex: 0 0 200px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: var(--shadow)
}

.trend-card .ph {
  aspect-ratio: 2/3
}

.rank {
  position: absolute;
  bottom: -4px;
  left: 8px;
  font-family: var(--display);
  font-weight: 700;
  font-size: 52px;
  color: var(--gold);
  -webkit-text-stroke: 2px var(--maroon);
  line-height: 1;
  z-index: 2
}

.trend-card .body {
  padding: 12px 14px
}

.trend-card h3 {
  font-family: var(--display);
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 4px;
  text-transform: uppercase
}

.trend-nav {
  position: absolute;
  top: 38%;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--maroon);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 20px;
  z-index: 6;
  box-shadow: var(--shadow)
}

.trend-nav:hover {
  background: var(--gold);
  color: var(--maroon)
}

.trend-nav.l {
  left: -10px
}

.trend-nav.r {
  right: -10px
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  gap: 18px
}

.gal {
  border-radius: 6px;
  display: block
}
.gal-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: var(--shadow)
}
.gal-thumb {
  display: block;
  aspect-ratio: 16/10;
  border-radius: 0
}

.gal-cap {
  font-family: var(--display);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.25;
  margin: 0;
  padding: 12px 14px
}

.gal-cap a:hover {
  color: var(--maroon)
}
.gal-count {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(20, 8, 8, .72);
  color: #fff;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: .5px;
  padding: 4px 9px;
  border-radius: 20px;
  z-index: 0
}

.gal-count svg {
  width: 14px;
  height: 14px;
  fill: var(--gold)
}

/* OTT — 3-column news list (theme colours, no coloured backgrounds) */
.ottnews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 28px;
  align-items: start
}

.ottnews-col {
  display: flex;
  flex-direction: column
}

.on-item {
  display: flex;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px dashed var(--line)
}

.ottnews-col .on-item:first-child {
  padding-top: 0
}

.ottnews-col .on-item:last-child {
  border-bottom: none
}

.on-thumb {
  flex: 0 0 92px;
  height: 62px;
  border-radius: 5px;
  display: block
}

.on-item h3 {
  font-family: var(--body);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  margin: 0
}

.on-item h3 a:hover {
  color: var(--maroon)
}

/* Telugu News section (featured + list) */
.tnews {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 26px;
  align-items: start
}

.tnews-img {
  display: block;
  aspect-ratio: 16/10;
  border-radius: 6px
}

.tnews-lead h3 {
  font-family: var(--body);
  font-weight: 700;
  font-size: 21px;
  line-height: 1.3;
  margin: 12px 0 0
}

.tnews-lead h3 a:hover {
  color: var(--maroon)
}

.tnews-list {
  display: flex;
  flex-direction: column
}

.tnews-item {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line)
}

.tnews-item:first-child {
  padding-top: 0
}

.tnews-item:last-child {
  border-bottom: none
}

.tni-thumb {
  flex: 0 0 96px;
  height: 63px;
  border-radius: 5px;
  display: block
}

.tnews-item h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.45;
  margin: 0
}

.tnews-item h3 a:hover {
  color: var(--maroon)
}
.trailers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px
}

.trailer {
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #fff
}

.trailer .video {
  aspect-ratio: 16/9
}

/* .trailer .video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 6, 6, .35);
  z-index: 1
} */

.play-btn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(245, 194, 66, .95);
  color: var(--maroon);
  display: grid;
  place-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  transition: .2s
}

.trailer:hover .play-btn {
  transform: translate(-50%, -50%) scale(1.1)
}

.play-btn::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 18px solid var(--maroon);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  margin-left: 4px
}

.trailer .body {
  padding: 12px 14px
}

.trailer h3 {
  font-family: var(--display);
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}

.art-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px
}

.art {
  display: flex;
  gap: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: var(--shadow)
}

.art .ph {
  flex: 0 0 130px;
  align-self: stretch
}


.art .cat {
  font-family: var(--display);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  color: var(--maroon)
}

.art h3 {
  font-family: var(--display);
  font-weight: 600;
  font-size: 17px;
  line-height: 1.2;
  margin: 5px 0 6px;
  
}

.art p {
  font-size: 13px;
  color: #555;
  margin: 0
}

.feed3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: start
}

.feed-col {
  min-width: 0
}

.fl-img {
  aspect-ratio: 16/9;
  border-radius: 6px;
  margin-bottom: 11px
}

.feed-lead h3 {
  font-family: var(--display);
  font-weight: 600;
  font-size: 19px;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase
}

.feed-lead h3 a:hover {
  color: var(--maroon)
}

.feed-list {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
  border-top: 1px solid var(--line)
}

.feed-item {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line)
}

.feed-item:last-child {
  border-bottom: none
}

.fi-thumb {
  flex: 0 0 78px;
  height: 58px;
  border-radius: 5px
}

.feed-item h4 {
  font-family: var(--body);
  font-weight: 600;
  font-size: 13.5px;
  line-height: 1.35;
  margin: 0
}

.feed-item h4 a:hover {
  color: var(--maroon)
}

.rtag {
  color: var(--maroon);
  font-weight: 700
}

/* ===================== INTERIOR SHELL ===================== */
.crumbs {
  font-size: 12px;
  color: var(--muted);
  padding: 14px 0 0;
  letter-spacing: .4px
}

.crumbs a {
  color: var(--maroon)
}


.shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 34px;
  padding: 16px 0 40px;
  align-items: start
}

.shell .main-col {
  min-width: 0
}

.sidebar {
  position: sticky;
  top: 14px;
  display: flex;
  flex-direction: column;
  gap: 22px
}

.side-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff
}

.side-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--maroon);
  color: #fff;
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  padding: 11px 14px
}

.side-head a {
  color: var(--gold);
  font-size: 12px
}

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

.side-list li {
  border-bottom: 1px solid var(--line)
}

.side-list li:last-child {
  border-bottom: none
}

.side-list a {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 11px 0
}

.side-list .st {
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.35;
  flex: 1
}

.side-list a:hover .st {
  color: var(--maroon)
}

.sthumb {
  flex: 0 0 66px;
  height: 48px;
  border-radius: 4px
}

.side-featured {
  display: block;
  padding: 12px 14px 0
}

.side-featured .sf-img {
  aspect-ratio: 16/10;
  border-radius: 6px
}

.side-featured .sf-cap {
  display: block;
  font-family: var(--display);
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.2;
  margin: 9px 0 2px;
  padding: 0 0 6px
}

.side-featured:hover .sf-cap {
  color: var(--maroon)
}

.mini-count {
  position: absolute;
  left: 8px;
  bottom: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(245, 194, 66, .95);
  color: var(--maroon);
  font-family: var(--display);
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 16px;
  z-index: 2
}

.mini-count svg {
  width: 12px;
  height: 12px;
  fill: var(--maroon)
}

.mini-count.sm {
  left: 4px;
  bottom: 4px;
  padding: 1px 6px;
  font-size: 10px
}

/* single ARTICLE ---------------------------------------------------------- */
.article-cat {
  display: inline-block;
  background: var(--maroon);
  color: #fff;
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 3px;
  margin: 16px 0 12px
}

.article-cat.feat {
  background: var(--gold);
  color: var(--maroon);
  margin-left: 8px
}


.article .dek {
  font-size: 17px;
  color: #444;
  margin: 0 0 16px;
  font-weight: 600
}

.byline {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
  margin-bottom: 18px
}

.byline .who {
  font-size: 13px
}

.byline .who b {
  color: var(--maroon)
}

.byline .who a:hover {
  text-decoration: underline
}

.byline .when {
  font-size: 12px;
  color: var(--muted)
}

.byline .share,
.gp-bar .share {
  margin-left: auto;
  display: flex;
  gap: 8px
}

.byline .share a,
.gp-bar .share a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--soft);
  display: grid;
  place-items: center;
  color: var(--maroon)
}

.byline .share a:hover,
.gp-bar .share a:hover {
  background: var(--maroon);
  color: #fff
}

.byline .share svg,
.gp-bar .share svg {
  width: 15px;
  height: 15px;
  fill: currentColor
}

.lead-img {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 6px
}

.lead-img .ph {
  aspect-ratio: 16/9
}

figure {
  margin: 0 0 20px
}

figcaption {
  font-size: 12px;
  color: var(--muted);
  padding: 8px 2px
}

.article-body {
  font-size: 16.5px;
  line-height: 1.75;
  color: #2b2b2b
}

.article-body p {
  margin: 0 0 18px
}

.article-body h2 {
  font-family: var(--display);
  text-transform: uppercase;
  font-size: 23px;
  margin: 26px 0 12px
}

.article-body blockquote {
  border-left: 4px solid var(--gold);
  background: var(--soft);
  margin: 20px 0;
  padding: 14px 18px;
  font-style: italic
}

.article-body a {
  color: var(--maroon);
  text-decoration: underline
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0
}

.tags .tg {
  font-size: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 6px 13px;
  color: var(--maroon);
  font-weight: 600
}

.tags .tg:hover {
  background: var(--maroon);
  color: #fff;
  border-color: var(--maroon)
}

/* AUTHOR BOX -------------------------------------------------------------- */
.author-box {
  display: flex;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 18px;
  margin: 26px 0;
  background: #fff;
  position: relative
}

.author-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 4px;
  background: var(--gold);
  border-radius: 0 3px 3px 0
}

.au-avatar {
  flex: 0 0 88px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  box-shadow: 0 0 0 3px var(--gold)
}

.au-info h3 {
  font-family: var(--display);
  text-transform: uppercase;
  font-size: 20px;
  margin: 0 0 2px
}

.au-info .role {
  font-size: 12px;
  color: var(--maroon);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 8px
}

.au-info p {
  font-size: 14px;
  color: #444;
  margin: 0 0 10px;
  line-height: 1.6
}

.au-links {
  display: flex;
  gap: 8px
}

.au-links a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--maroon);
  color: #fff;
  display: grid;
  place-items: center
}

.au-links a:hover {
  background: var(--gold);
  color: var(--maroon)
}

.au-links svg {
  width: 14px;
  height: 14px;
  fill: currentColor
}

.author-hero {
  display: flex;
  gap: 22px;
  align-items: center;
  border: 1px solid var(--line);
  border-left: 6px solid var(--maroon);
  border-radius: 10px;
  padding: 22px;
  margin: 16px 0 26px;
  background: #fff
}

.author-hero .au-avatar {
  flex: 0 0 104px;
  width: 104px;
  height: 104px
}

.author-hero h1 {
  font-family: var(--display);
  text-transform: uppercase;
  font-size: 28px;
  margin: 0 0 4px
}

/* LISTING ----------------------------------------------------------------- */
.page-head {
  border-bottom: 2px solid var(--maroon);
  margin: 16px 0 8px;
  padding-bottom: 8px;
  display: flex;
  align-items: baseline;
  gap: 10px
}

.page-head h1,
.page-head h2 {
  font-family: var(--display);
  text-transform: uppercase;
  font-size: 26px;
  margin: 0
}

.page-head .count {
  font-size: 12px;
  color: var(--muted)
}

.list {
  display: flex;
  flex-direction: column
}

.list-item {
  display: flex;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line)
}

.list-item .la-thumb {
  flex: 0 0 200px;
  height: 120px;
  border-radius: 6px;
  display: block
}

.list-item .la-cat {
  position: absolute;
  top: 8px;
  left: 8px;
  background: var(--maroon);
  color: #fff;
  font-family: var(--display);
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  padding: 3px 8px;
  border-radius: 3px;
  z-index: 0
}

.list-item h2 {
  font-family: var(--display);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 7px;
  text-transform: uppercase
}

.list-item h2 a:hover {
  color: var(--maroon)
}

.list-item p {
  font-size: 13.5px;
  color: #555;
  margin: 0 0 8px
}

.list-item .lmeta {
  font-size: 11px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .5px
}

.list-item .lmeta b {
  color: var(--maroon)
}
/* Load More (listing pages) */
.list-item.is-hidden { display: none; }

.load-more-wrap { text-align: center; margin-top: 26px; }

.load-more {
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  color: #fff;
  background: var(--maroon);
  border: none;
  border-radius: 4px;
  padding: 5px 14px;
  cursor: pointer;
  transition: .2s;
}
.load-more:hover { background: var(--gold); color: var(--maroon); }
.load-more[hidden] { display: none; }

/* MOVIE REVIEW BOX -------------------------------------------------------- */
.review-box {
  display: grid;
  grid-template-columns: 200px 1fr 190px;
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 20px;
  background: #fff;
  margin: 6px 0 22px;
  align-items: start
}

.rv-poster {
  aspect-ratio: 2/3;
  border-radius: 8px;
  box-shadow: var(--shadow)
}

.rv-mid .rv-genre {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  font-size: 13px;
  color: #555;
  margin-bottom: 12px
}

.rv-mid .rv-genre b {
  color: var(--text)
}

.rv-row {
  font-size: 14px;
  margin: 6px 0;
  line-height: 1.5
}

.rv-row .lab {
  color: var(--maroon);
  font-weight: 600
}

.rv-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px
}

.rv-pill {
  background: var(--gold);
  color: var(--maroon);
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 13px;
  padding: 7px 16px;
  border-radius: 30px;
  text-align: center
}

.rv-rating {
  width: 100%;
  background: var(--maroon);
  color: #fff;
  border-radius: 10px;
  padding: 4px;
  text-align: center
}

.rv-rating .lbl {
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  opacity: .9
}

.rv-rating .num {
  font-family: var(--display);
  font-size: 44px;
  line-height: 1;
  margin: 4px 0
}

.rv-rating .num small {
  font-size: 20px;
  opacity: .8
}

.rv-rating .rstars {
  color: var(--gold);
  font-size: 20px;
  letter-spacing: 3px
}

.rv-rating .rstars .off {
  opacity: .35
}

.rv-verdict {
  border: 1px solid var(--line);
  border-left: 4px solid var(--gold);
  background: var(--soft);
  padding: 12px 16px;
  border-radius: 6px;
  margin: 0 0 20px;
  font-size: 15px
}

.rv-verdict b {
  color: var(--maroon);
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: .5px
}

/* LIVE BLOG --------------------------------------------------------------- */
.live-updates-title {
  font-family: var(--display);
  text-transform: uppercase;
  margin: 6px 0 14px
}

.lh-img {
  aspect-ratio: 16/9;
  border-radius: 8px;
  margin: 6px 0 14px
}

.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #e11d1d;
  color: #fff;
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 30px;
  margin: 16px 0 10px
}

.live-badge .pulse {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  animation: blink 1s steps(1) infinite
}

.live-feed {
  border-left: 3px solid var(--maroon);
  margin: 10px 0 0
}

.live-item {
  position: relative;
  padding: 0 0 22px 26px;
  margin-left: 0
}

.live-item::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--gold)
}

.live-item .lt {
  font-size: 12px;
  color: var(--maroon);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 4px
}

.live-item h3 {
  font-family: var(--display);
  text-transform: uppercase;
  font-size: 20px;
  margin: 0 0 8px
}

.live-item p {
  font-size: 15px;
  line-height: 1.7;
  color: #2b2b2b;
  margin: 0
}

.live-item.newest .lt {
  color: #e11d1d
}

/* PHOTO GALLERY (single) -------------------------------------------------- */
.gp-intro {
  font-size: 16px;
  color: #444;
  margin: 8px 0 18px;
  line-height: 1.6
}

.gp-list {
  display: flex;
  flex-direction: column;
  gap: 26px
}

.gp-figure {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff
}
/* 
.gp-photo {
  aspect-ratio: 16/10
} */

.gp-num {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: rgba(20, 8, 8, .78);
  color: #fff;
  font-family: var(--display);
  letter-spacing: 1px;
  font-size: 14px;
  padding: 5px 12px;
  border-radius: 20px;
  z-index: 0
}

.gp-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px
}

.gp-bar .cap {
  font-size: 14px;
  color: #333;
  flex: 1
}

/* footer ------------------------------------------------------------------ */
footer {
  background: var(--maroon-dark);
  color: #e9d8ce;
  margin-top: 16px
}

.foot-top {
  max-width: var(--container);
  margin: 0 auto;
  padding: 44px 16px;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 32px
}

.foot-brand .logo-text b {
  color: #fff
}

.foot-brand p {
  font-size: 13px;
  color: #c9b3a8;
  margin: 14px 0 16px;
  max-width: 320px
}

.foot h2 {
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  color: #fff;
  margin: 0 0 14px
}

.foot ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 9px
}

.foot ul a {
  font-size: 13px;
  color: #d9c3b8
}

.foot ul a:hover {
  color: var(--gold)
}

.foot .socials a {
  background: rgba(255, 255, 255, .08)
}

.foot-bottom {
  border-top: 1px solid var(--maroon-line);
  text-align: center;
  padding: 16px;
  font-size: 12px;
  color: #c1a99e
}

.foot-bottom b {
  color: var(--gold)
}

.totop {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--maroon);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 20px;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transition: .25s;
  z-index: 60
}

.totop.show {
  opacity: 1;
  pointer-events: auto
}

.sticky-mob {
  display: none
}

/* UPCOMING MOVIES (homepage right column) --------------------------------- */
.up-box {
  background: var(--maroon);
  border: 1px solid var(--maroon-dark);
  border-radius: 8px;
  padding: 16px 16px 6px;
  color: #fff;
  box-shadow: var(--shadow);
    max-height: 715px;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior-y: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,.45) transparent;

}
.up-box::-webkit-scrollbar {
    width: 3px;
}

.up-box::-webkit-scrollbar-track {
    background: transparent;
}

.up-box::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.45);
    border-radius: 10px;
}

.up-box::-webkit-scrollbar-thumb:hover {
    background: rgba(255,255,255,.75);
}
.up-head {
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 19px;
  margin: 0 0 6px;
  padding-bottom: 10px;
  position: relative;
  color: #fff
}

.up-head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120px;
  height: 3px;
  background: var(--gold);
  border-radius: 2px
}

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

.up-list li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12)
}

.up-list li:last-child {
  border-bottom: none
}

.up-list h3 {
  font-family: var(--display);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .3px;
  font-size: 16px;
  margin: 0 0 6px
}

.up-list h3 a {
  color: #fff
}

.up-list h3 a:hover {
  color: var(--gold)
}

.up-meta {
  display: flex;
  align-items: center;
  gap: 10px
}

.up-tag {
  background: var(--gold);
  color: var(--maroon);
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 3px;
  text-transform: capitalize
}

.up-date {
  color: var(--gold);
  font-family: var(--display);
  font-size: 14px;
  letter-spacing: .3px
}

/* RELEASE TABS (centre column) -------------------------------------------- */
.reltabs {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  margin-top: 14px;
  background: #fff
}

.rel-tabbar {
  display: flex
}

.rel-tab {
  flex: 1;
  padding: 12px 10px;
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 600;
  font-size: 14px;
  color: var(--maroon);
  background: #fff;
  border: 1px solid var(--line);
  border-left: none
}

.rel-tab:last-child {
  border-right: none
}

.rel-tab.on {
  background: var(--maroon);
  color: #fff;
  border-color: var(--maroon)
}

.rel-panel {
  display: none
}

.rel-panel.on {
  display: block
}

.rel-table {
  width: 100%;
  border-collapse: collapse
}

.rel-table th {
  color: var(--maroon);
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 600;
  font-size: 13px;
  padding: 11px 16px;
  text-align: left;
  border-bottom: 2px solid var(--gold)
}

.rel-table th:last-child {
  text-align: right
}

.rel-table td {
  padding: 12px 16px;
  font-size: 14.5px;
  border-bottom: 1px solid var(--line)
}

.rel-table td:last-child {
  text-align: right;
  color: #555
}

.rel-table tbody tr:last-child td {
  border-bottom: none
}

.rel-table tbody tr:hover {
  background: var(--soft)
}

/* MORE STORIES — per-column heading --------------------------------------- */
.feed-colhead {
  font-family: var(--display);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 16px;
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--maroon);
  color: var(--text)
}

/* RELATED NEWS (article page) --------------------------------------------- */
.related {
  margin: 30px 0 6px
}

.related-h {
  font-family: var(--display);
  text-transform: uppercase;
  font-size: 22px;
  margin: 0 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--maroon)
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}

.related-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: var(--shadow)
}

.rel-thumb {
  display: block;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  background: var(--tint)
}

.related-card h3 {
  font-family: var(--display);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  margin: 0;
  padding: 12px 14px;
 
}

.related-card h3 a:hover {
  color: var(--maroon)
}

/* ===================== RESPONSIVE ===================== */
@media(max-width:1200px) {
  .gutter {
    display: none
  }
}

@media(max-width:1024px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr)
  }

 .ottnews,
  .trailers {
    grid-template-columns: repeat(2, 1fr)
  }

  .gallery {
    grid-template-columns: repeat(2, 1fr)
  }
   .tnews {
    grid-template-columns: 1fr
  }

  .foot-top {
    grid-template-columns: 1fr 1fr
  }

  .topnews-grid {
    grid-template-columns: 1fr 1fr
  }

  .tn-mid {
    grid-column: 1 / -1;
    order: -1
  }

  .feed3 {
    grid-template-columns: 1fr 1fr
  }

  .shell {
    grid-template-columns: 1fr
  }

  .sidebar {
    position: static;
    flex-direction: row;
    flex-wrap: wrap
  }

  .sidebar .side-box {
    flex: 1 1 320px
  }

  .review-box {
    grid-template-columns: 150px 1fr
  }

  .rv-side {
    grid-column: 1 / -1;
    flex-direction: row;
    justify-content: flex-start;
    gap: 16px
  }

  .rv-rating {
    max-width: 220px
  }
}
/* Latest Reviews — horizontal scroller (desktop + mobile), CSS only */
#reviews .card-grid {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 12px;
  scrollbar-width: thin;
  scrollbar-color: var(--maroon) var(--soft);
}

#reviews .card-grid>.review-card {
  flex: 0 0 240px;
  scroll-snap-align: start;
}

#reviews .card-grid::-webkit-scrollbar {
  height: 8px;
}

#reviews .card-grid::-webkit-scrollbar-thumb {
  background: var(--maroon);
  border-radius: 8px;
}

#reviews .card-grid::-webkit-scrollbar-track {
  background: var(--soft);
  border-radius: 8px;
}
@media(max-width:640px) {
  .nav-in {
    display: none;
    flex-direction: column
  }

  nav.main.open .nav-in {
    display: flex
  }

  nav.main a {
    padding: 12px 16px;
    border-bottom: 1px solid var(--line)
  }

  .burger {
    display: block
  }

  .search {
    order: 3;
    max-width: 100%;
    flex-basis: 100%
  }

  .topbar-in {
    flex-wrap: wrap
  }

  .socials {
    display: none
  }

  .art-list,
  .card-grid,
 .ottnews,
  .gallery,
  .tnews,
  .trailers,
  .feed3,
  .topnews-grid,
  .related-grid {
    grid-template-columns: 1fr
  }

  .tn-mid {
    grid-column: auto;
    order: -1
  }

  .list-item {
    flex-direction: column
  }

  .list-item .la-thumb {
    flex-basis: auto;
    width: 100%;
    height: 190px
  }

  .review-box {
    grid-template-columns: 120px 1fr
  }

  .author-box,
  .author-hero {
    flex-direction: column;
    text-align: center
  }

  .author-box::before {
    display: none
  }

  .au-links,
  .author-hero {
    justify-content: center
  }

  .article h1 {
    font-size: 26px
  }

  .sec-title {
    font-size: 21px
  }

  body {
    padding-bottom: 56px
  }

  .sticky-mob {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 56px;
    z-index: 70;
    background: #f4efe8;
    border-top: 1px dashed #cbbcae;
    align-items: center;
    justify-content: center;
    color: #a08a7d;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase
  }

  .totop {
    bottom: 66px
  }
}

@media(prefers-reduced-motion:reduce) {
  .ticker-track {
    animation: none
  }

  .dot,
  .pulse {
    animation: none
  }
}

/* OTT brand swatches (generated) */
.ott-tab .swatch {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  display: inline-block
}

.ott-aha .swatch {
  background: #ff5a1f
}

.ott-aha.on {
  background: #ff5a1f;
  border-color: #ff5a1f
}

.ottbadge-aha {
  background: #ff5a1f
}

.ott-netflix .swatch {
  background: #e50914
}

.ott-netflix.on {
  background: #e50914;
  border-color: #e50914
}

.ottbadge-netflix {
  background: #e50914
}

.ott-prime .swatch {
  background: #00a8e1
}

.ott-prime.on {
  background: #00a8e1;
  border-color: #00a8e1
}

.ottbadge-prime {
  background: #00a8e1
}

.ott-zee5 .swatch {
  background: #6c2fb3
}

.ott-zee5.on {
  background: #6c2fb3;
  border-color: #6c2fb3
}

.ottbadge-zee5 {
  background: #6c2fb3
}

.ott-disneyplus .swatch {
  background: #113ccf
}

.ott-disneyplus.on {
  background: #113ccf;
  border-color: #113ccf
}

.ottbadge-disneyplus {
  background: #113ccf
}

.ott-sonyliv .swatch {
  background: #0a1a3c
}

.ott-sonyliv.on {
  background: #0a1a3c;
  border-color: #0a1a3c
}

.ottbadge-sonyliv {
  background: #0a1a3c
}

.ott-jiohotstar .swatch {
  background: #e8368f
}

.ott-jiohotstar.on {
  background: #e8368f;
  border-color: #e8368f
}

.ottbadge-jiohotstar {
  background: #e8368f
}
.rating-area {
    margin-bottom: 4px;
}

.starRatings {
    --star-size: 15px;
    --star-color: #d8d8d8;
    --star-background: #dea846;

    position: relative;
    display: inline-block;

    font-size: var(--star-size);
    line-height: 1;
    letter-spacing: 2px;

    color: var(--star-color);
}

.starRatings::before {
    content: "★★★★★";
}

.starRatings::after {
    content: "★★★★★";

    position: absolute;
    top: 0;
    left: 0;

    width: calc(var(--rating) / 5 * 100%);
    overflow: hidden;
    white-space: nowrap;

    color: var(--star-background);
}

.starRatings strong {
    display: none;
}
.tnews [lang="te"] {
  font-family: 'Noto Sans Telugu', sans-serif;
}
[lang="te"],
[lang="te"] a,
[lang="te"] h1,
[lang="te"] h2,
[lang="te"] h3,
[lang="te"] p {
    font-family: 'Noto Sans Telugu', sans-serif;
}
/* Telugu article font */
.article[lang="te"],
.article[lang="te"] h1,
.article[lang="te"] .dek,
.article[lang="te"] .article-body,
.article[lang="te"] .article-body p,
.article[lang="te"] .article-body h2,
.article[lang="te"] .article-body h3,
.article[lang="te"] .article-body h4,
.article[lang="te"] .article-body li,
.article[lang="te"] .article-body blockquote {
    font-family: 'Noto Sans Telugu', sans-serif !important;
}
/* ===== Review box: poster left · rating beside it · cast & crew below the rating ===== */
.review-box {
  grid-template-columns: 260px 1fr;
  grid-template-areas:
    "poster rating"
    "poster details";
  grid-template-rows: min-content auto;
  column-gap: 26px;
  row-gap: 16px;
  align-items: start;
}

.review-box .rv-poster { grid-area: poster; }

.review-box .rv-side {           /* the pill + maroon RATING box */
  grid-area: rating;
  grid-column: auto;             /* cancels the earlier responsive "1 / -1" */
  align-self: start;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  margin: 0;
}

.review-box .rv-mid { grid-area: details; }   /* cast / crew details */

.review-box .rv-rating { max-width: none; width: 100%; }
.review-box .rv-pill   { align-self: center; }

/* stack on phones: poster, then rating, then details */
@media (max-width: 640px) {
  .review-box {
    grid-template-columns: 1fr;
    grid-template-areas:
      "poster"
      "rating"
      "details";
    grid-template-rows: auto;
  }
}

/* ===== 404 error page ===== */
.err {
  text-align: center;
  padding: 60px 16px 80px;
}

.err-code {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(90px, 18vw, 180px);
  line-height: 1;
  color: var(--maroon);
  margin: 0;
  letter-spacing: 2px;
}

.err-code span {
  color: var(--gold);
}

.err h1 {
  font-family: var(--display);
  text-transform: uppercase;
  font-size: 28px;
  margin: 6px 0 10px;
}

.err p {
  color: #555;
  max-width: 520px;
  margin: 0 auto 26px;
  font-size: 16px;
}

.err-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.err-btn {
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  padding: 12px 26px;
  border-radius: 30px;
}

.err-btn.primary {
  background: var(--maroon);
  color: #fff;
}

.err-btn.primary:hover {
  background: var(--gold);
  color: var(--maroon);
}

.err-btn.ghost {
  border: 1px solid var(--line);
  color: var(--maroon);
}

.err-btn.ghost:hover {
  background: var(--soft);
}

.err-links {
  margin-top: 34px;
  font-size: 14px;
}

.err-links a {
  color: var(--maroon);
  font-weight: 600;
  margin: 0 10px;
}

.err-links a:hover {
  text-decoration: underline;
}

/* ===== Static content pages (privacy, terms, disclaimer, etc.) ===== */
.page-doc .updated {
  color: var(--muted);
  font-size: 13px;
  margin: 0 0 22px;
}

.page-doc h1 {
  font-family: var(--display);
  text-transform: uppercase;
  font-size: 32px;
  margin: 12px 0 6px;
}

.page-doc h2 {
  font-family: var(--display);
  text-transform: uppercase;
  font-size: 20px;
  margin: 28px 0 10px;
  color: var(--maroon);
}

.page-doc>p,
.page-doc li {
  font-size: 16px;
  line-height: 1.75;
  color: #2b2b2b;
}

.page-doc ul {
  padding-left: 20px;
  margin: 0 0 16px;
}

.page-doc li {
  margin-bottom: 8px;
}

.page-doc a {
  color: var(--maroon);
  text-decoration: underline;
}

/* ===== Popup ad overlay ===== */
.ad-modal { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 20px; }
.ad-modal[hidden] { display: none; }
.ad-modal-backdrop { position: absolute; inset: 0; background: rgba(20, 8, 8, .72); }
.ad-modal-box {
  position: relative; z-index: 1; background: #fff; border-radius: 10px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .45); width: 100%; max-width: min(600px, 92vw);
  overflow: hidden; animation: adpop .28s ease;
}
@keyframes adpop { from { transform: scale(.92); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.ad-modal-box > .ad-label { display: block; text-align: center; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: #b0a89e; padding: 8px; }
.ad-modal-box a { display: block; }
.ad-modal-box img { width: 100%; height: auto; display: block; }
.ad-modal-close {
  position: absolute; top: 8px; right: 10px; z-index: 2; width: 34px; height: 34px;
  border-radius: 50%; background: var(--maroon); color: #fff; font-size: 20px; line-height: 1;
  display: grid; place-items: center; cursor: pointer; box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
}
.ad-modal-close:hover { background: var(--gold); color: var(--maroon); }
body.ad-open { overflow: hidden; }   /* lock background scroll while open */

/* ===== Follow Us (article page) — icons only ===== */
.follow-us {
  border: 1px solid var(--line);
  border-left: 4px solid var(--gold);
  border-radius: 10px;
  background: var(--soft);
  padding: 20px 22px;
  margin: 26px 0;
}
.follow-h {
  font-family: var(--display);
  text-transform: uppercase;
  font-size: 20px;
  margin: 0 0 4px;
  color: var(--maroon);
}
.follow-sub { font-size: 14px; color: #555; margin: 0 0 14px; }

.follow-links { display: flex; flex-wrap: wrap; gap: 12px; }
.follow-links .fl {
  width: 42px; height: 42px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--maroon); color: #fff;
  transition: .2s;
}
.follow-links .fl svg { width: 18px; height: 18px; fill: currentColor; }
.follow-links .fl:hover { background: var(--gold); color: var(--maroon); transform: translateY(-2px); }

[id^="attachment_"] {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.video-post-body {
    width: 100%;
    max-width: 100%;
}

.video-post-body iframe,
.video-post-body video,
.video-post-body embed,
.video-post-body object {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto 24px;
    border: 0;
}

.video-post-body iframe {
    aspect-ratio: 16 / 9;
    height: auto !important;
    min-height: 300px;
}

.video-post-body video {
    height: auto !important;
    max-height: 75vh;
    object-fit: contain;
}

.video-post-body .wp-block-embed,
.video-post-body .wp-block-video,
.video-post-body .wp-block-embed__wrapper {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.video-post-body .wp-block-embed iframe {
    width: 100% !important;
    aspect-ratio: 16 / 9;
    height: auto !important;
}

