/* 2020Bharat Trend — scoped to .trend-root / .trend-* only. */

.trend-html {
  background: #0b0c0f;
  margin: 0;
}

.trend-root {
  --trend-bg: #0b0c0f;
  --trend-elev: #12141a;
  --trend-card: #171920;
  --trend-ink: #f4f0e6;
  --trend-muted: #9b9588;
  --trend-line: rgba(244, 240, 230, 0.1);
  --trend-accent: #ff6a2a;
  --trend-accent-soft: rgba(255, 106, 42, 0.16);
  --trend-ideas: #e7d2a3;
  --trend-health: #6fd3b2;
  --trend-max: 1160px;
  --trend-article: 740px;
  --trend-sans: "Sora", "Segoe UI", system-ui, sans-serif;
  --trend-serif: "Source Serif 4", Georgia, "Times New Roman", serif;
  --trend-ease: 180ms ease;
  color: var(--trend-ink);
  background: var(--trend-bg);
  font-family: var(--trend-sans);
  font-size: 16px;
  line-height: 1.5;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.trend-root *,
.trend-root *::before,
.trend-root *::after {
  box-sizing: border-box;
}

.trend-root a {
  color: inherit;
  text-decoration: none;
}

.trend-root a:hover {
  color: var(--trend-accent);
}

.trend-root img {
  max-width: 100%;
  height: auto;
  display: block;
}

.trend-root button,
.trend-root input {
  font: inherit;
}

.trend-root :focus-visible {
  outline: 2px solid var(--trend-accent);
  outline-offset: 3px;
}

.trend-visually-hidden,
.trend-skip {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.trend-skip:focus {
  position: fixed;
  left: 12px;
  top: 12px;
  z-index: 80;
  width: auto;
  height: auto;
  clip: auto;
  margin: 0;
  padding: 10px 14px;
  background: var(--trend-accent);
  color: #0b0c0f;
}

.trend-wrap {
  width: min(100% - 32px, var(--trend-max));
  margin-inline: auto;
}

.trend-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  z-index: 60;
  background: transparent;
  pointer-events: none;
}

.trend-progress-bar {
  height: 100%;
  width: 0;
  background: var(--trend-accent);
  transform-origin: left;
}

/* Header */
.trend-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(11, 12, 15, 0.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--trend-line);
}

.trend-header-inner {
  width: min(100% - 24px, var(--trend-max));
  margin: 0 auto;
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.trend-brand {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 0 0 auto;
  max-width: 190px;
}

.trend-brand:hover {
  color: var(--trend-ink);
}

.trend-logo-frame,
.trend-root .trend-logo,
.trend-root .trend-brand svg,
.trend-root .trend-footer-logo svg {
  display: block;
  width: 178px;
  height: 40px;
  max-width: 178px;
  max-height: 40px;
  overflow: visible;
  flex: 0 0 auto;
}

.trend-root .trend-logo-img,
.trend-root .trend-brand img,
.trend-root .trend-footer-logo img {
  display: none !important;
}

.trend-brand-parent {
  font-weight: 700;
  font-size: 15px;
}

.trend-brand-mark {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--trend-accent);
  display: inline-block;
  transform: translateY(-1px);
}

.trend-brand-child {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--trend-accent);
}

.trend-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.trend-nav {
  flex: 1 1 auto;
  min-width: 0;
}

.trend-nav-list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 18px;
}

.trend-nav-list a {
  font-size: 13px;
  font-weight: 500;
  color: var(--trend-muted);
  letter-spacing: 0.01em;
}

.trend-nav-list a[aria-current="page"],
.trend-nav-list a:hover {
  color: var(--trend-ink);
}

.trend-header-actions {
  margin-left: auto;
  display: flex;
  gap: 4px;
}

.trend-icon-btn {
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: var(--trend-ink);
  cursor: pointer;
  display: grid;
  place-items: center;
  border-radius: 8px;
}

.trend-icon-btn:hover {
  background: var(--trend-accent-soft);
}

.trend-menu-lines,
.trend-menu-lines::before,
.trend-menu-lines::after {
  display: block;
  width: 18px;
  height: 1.5px;
  background: currentColor;
  position: relative;
}

.trend-menu-lines::before,
.trend-menu-lines::after {
  content: "";
  position: absolute;
  left: 0;
}

.trend-menu-lines::before { top: -6px; }
.trend-menu-lines::after { top: 6px; }

.trend-chips {
  border-bottom: 1px solid var(--trend-line);
}

.trend-chips-inner {
  width: min(100% - 24px, var(--trend-max));
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 46px;
}

.trend-chips-label {
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--trend-accent);
}

.trend-chips-track {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 8px 0;
}

.trend-chips-track::-webkit-scrollbar { display: none; }

.trend-chip {
  flex: 0 0 auto;
  padding: 6px 12px;
  border: 1px solid var(--trend-line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  color: var(--trend-ink);
  background: transparent;
}

.trend-chip.is-active,
.trend-chip:hover {
  border-color: var(--trend-accent);
  background: var(--trend-accent-soft);
  color: var(--trend-ink);
}

/* Drawer + search */
.trend-drawer,
.trend-search {
  position: fixed;
  inset: 0;
  z-index: 50;
  background: rgba(0, 0, 0, 0.55);
}

.trend-drawer-panel,
.trend-search-panel {
  background: var(--trend-elev);
  color: var(--trend-ink);
}

.trend-drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(100%, 360px);
  height: 100%;
  padding: 20px 24px 40px;
  overflow: auto;
  border-left: 1px solid var(--trend-line);
}

.trend-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.trend-drawer-title {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--trend-muted);
}

.trend-drawer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.trend-drawer-list a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid var(--trend-line);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.trend-drawer-note {
  margin-top: 28px;
  color: var(--trend-muted);
  font-size: 13px;
}

.trend-search-panel {
  width: min(100% - 24px, 640px);
  margin: 12vh auto 0;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid var(--trend-line);
}

.trend-search-label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--trend-muted);
  margin-bottom: 12px;
}

.trend-search-row {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--trend-line);
  padding-bottom: 10px;
}

.trend-search-row input {
  flex: 1;
  background: transparent;
  border: 0;
  color: var(--trend-ink);
  font-size: 22px;
  outline: none;
  min-width: 0;
}

.trend-search-clear {
  background: transparent;
  border: 0;
  color: var(--trend-muted);
  cursor: pointer;
}

.trend-search-live {
  margin-top: 16px;
  min-height: 24px;
}

.trend-search-item {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid var(--trend-line);
}

.trend-search-item span {
  display: block;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--trend-accent);
  margin-bottom: 4px;
}

.trend-search-hint {
  margin: 16px 0 0;
  color: var(--trend-muted);
  font-size: 13px;
}

.trend-skel {
  height: 18px;
  background: linear-gradient(90deg, #1c1e26, #262832, #1c1e26);
  background-size: 200% 100%;
  animation: trend-skel 1.2s ease infinite;
  border-radius: 4px;
  margin: 12px 0;
}

@keyframes trend-skel {
  from { background-position: 100% 0; }
  to { background-position: -100% 0; }
}

/* Type */
.trend-masthead,
.trend-topic-hero {
  padding: 36px 0 12px;
}

.trend-eyebrow {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--trend-accent);
}

.trend-h1 {
  margin: 0;
  font-family: var(--trend-serif);
  font-size: clamp(32px, 7vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.035em;
  font-weight: 600;
  max-width: 18ch;
  overflow-wrap: anywhere;
}

.trend-lede {
  margin: 16px 0 0;
  color: var(--trend-muted);
  font-size: 17px;
  max-width: 42ch;
  line-height: 1.55;
}

.trend-count {
  margin: 12px 0 0;
  color: var(--trend-muted);
  font-size: 13px;
}

.trend-section {
  padding: 56px 0;
}

.trend-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

.trend-section-head h2 {
  margin: 0;
  font-family: var(--trend-serif);
  font-size: clamp(28px, 5vw, 42px);
  letter-spacing: -0.03em;
  font-weight: 600;
}

.trend-more {
  font-size: 13px;
  font-weight: 600;
  color: var(--trend-accent);
  white-space: nowrap;
}

.trend-more:hover { color: var(--trend-ink); }

.trend-kicker {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--trend-accent);
}

.trend-dot { color: var(--trend-muted); padding: 0 6px; }

.trend-media {
  aspect-ratio: 16 / 10;
  background: #1a1c24;
  overflow: hidden;
}

.trend-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease;
}

.trend-card:hover .trend-media img,
.trend-hero-main:hover .trend-media img {
  transform: scale(1.04);
}

.trend-media.is-empty {
  background:
    radial-gradient(circle at 20% 20%, var(--trend-accent-soft), transparent 45%),
    #1a1c24;
}

.trend-card {
  background: transparent;
}

.trend-card-link {
  display: block;
  color: inherit;
}

.trend-card-link:hover {
  color: inherit;
}

.trend-card-body {
  padding-top: 14px;
}

.trend-card-meta {
  display: flex;
  align-items: center;
  gap: 2px;
  color: var(--trend-muted);
  font-size: 12px;
  margin-bottom: 8px;
}

.trend-card-title {
  margin: 0;
  font-family: var(--trend-serif);
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.trend-card-link:hover .trend-card-title {
  color: var(--trend-accent);
}

.trend-card-excerpt {
  margin: 8px 0 0;
  color: var(--trend-muted);
  font-size: 14px;
  line-height: 1.5;
}

.trend-card-foot {
  margin: 10px 0 0;
  font-size: 12px;
  color: var(--trend-muted);
}

.trend-card--feature .trend-card-title,
.trend-card--visual .trend-card-title {
  font-size: clamp(24px, 3vw, 34px);
}

.trend-card--ideas .trend-card-title {
  font-family: var(--trend-serif);
}

/* Hero */
.trend-hero {
  padding: 12px 0 40px;
}

.trend-hero-grid {
  display: grid;
  gap: 28px;
}

.trend-media--hero {
  aspect-ratio: 16 / 11;
}

.trend-hero-copy {
  padding-top: 18px;
}

.trend-hero-title {
  margin: 8px 0 0;
  font-family: var(--trend-serif);
  font-size: clamp(28px, 5.4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 600;
}

.trend-hero-link:hover .trend-hero-title {
  color: var(--trend-accent);
}

.trend-hero-excerpt {
  margin: 14px 0 0;
  color: var(--trend-muted);
  font-size: 17px;
  line-height: 1.55;
  max-width: 46ch;
}

.trend-hero-foot {
  margin: 14px 0 0;
  color: var(--trend-muted);
  font-size: 13px;
}

.trend-side-label {
  margin: 0 0 12px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--trend-muted);
}

.trend-side-item + .trend-side-item {
  border-top: 1px solid var(--trend-line);
}

.trend-side-item a {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 14px;
  padding: 14px 0;
  align-items: center;
}

.trend-side-item img {
  width: 96px;
  height: 72px;
  object-fit: cover;
  background: #1a1c24;
}

.trend-side-item h3 {
  margin: 4px 0 0;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.trend-side-item p {
  margin: 6px 0 0;
  color: var(--trend-muted);
  font-size: 12px;
}

.trend-editorial-grid,
.trend-topic-grid,
.trend-card-row,
.trend-india-grid,
.trend-visual-grid {
  display: grid;
  gap: 28px 22px;
}

.trend-editorial-grid { grid-template-columns: 1fr; }
.trend-topic-grid { grid-template-columns: 1fr; }
.trend-card-row { grid-template-columns: 1fr; }
.trend-india-grid { grid-template-columns: 1fr; }
.trend-visual-grid { grid-template-columns: 1fr; }

.trend-editorial-grid > :first-child {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--trend-line);
}

/* Latest */
.trend-latest { padding: 24px 0 56px; }

.trend-latest-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.trend-latest-list a {
  display: grid;
  grid-template-columns: 88px 1fr auto;
  gap: 16px;
  align-items: baseline;
  padding: 16px 0;
  border-top: 1px solid var(--trend-line);
}

.trend-latest-title {
  font-weight: 600;
  letter-spacing: -0.02em;
}

.trend-latest-list time {
  color: var(--trend-muted);
  font-size: 12px;
  white-space: nowrap;
}

.trend-latest-list--page a {
  padding: 18px 0;
}

/* Ranks */
.trend-ranks { padding: 8px 0 56px; }

.trend-rank-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.trend-rank-list a {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  align-items: center;
  padding: 18px 0;
  border-top: 1px solid var(--trend-line);
}

.trend-rank-num {
  font-family: var(--trend-serif);
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.06em;
  color: var(--trend-accent);
  line-height: 1;
}

.trend-rank-title {
  display: block;
  margin-top: 4px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.trend-topic-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}

.trend-topic-pills a {
  display: inline-block;
  padding: 8px 12px;
  background: var(--trend-card);
  border: 1px solid var(--trend-line);
  font-size: 12px;
}

.trend-section--tech {
  background: linear-gradient(180deg, #101218, var(--trend-bg));
}

.trend-section--health {
  background: #101612;
}

.trend-health-item a {
  display: grid;
  gap: 16px;
  padding: 22px 0;
  border-top: 1px solid var(--trend-line);
}

.trend-health-item img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.trend-health-item h2,
.trend-health-item h3 {
  margin: 6px 0 0;
  font-family: var(--trend-serif);
  font-size: 24px;
  letter-spacing: -0.03em;
}

.trend-health-item p {
  margin: 8px 0 0;
  color: var(--trend-muted);
}

.trend-health-meta {
  font-size: 12px !important;
}

.trend-section--ideas {
  background: #14110e;
}

.trend-idea {
  padding: 28px 0;
  border-top: 1px solid var(--trend-line);
}

.trend-idea h2,
.trend-idea h3 {
  margin: 8px 0 0;
  font-family: var(--trend-serif);
  font-size: clamp(26px, 4vw, 36px);
  letter-spacing: -0.035em;
  line-height: 1.15;
  font-weight: 600;
  max-width: 22ch;
}

.trend-idea p {
  margin: 10px 0 0;
  color: var(--trend-muted);
  max-width: 58ch;
}

.trend-idea-meta {
  color: var(--trend-ideas) !important;
  font-size: 13px !important;
}

.trend-ideas-list--page .trend-idea {
  padding: 36px 0;
}

/* Empty / buttons */
.trend-empty {
  text-align: center;
  padding: 72px 16px;
}

.trend-empty-title {
  margin: 0;
  font-family: var(--trend-serif);
  font-size: 32px;
  letter-spacing: -0.03em;
}

.trend-empty-text {
  color: var(--trend-muted);
  margin: 12px 0 24px;
}

.trend-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  background: var(--trend-accent);
  color: #140801 !important;
  font-weight: 600;
  font-size: 14px;
  border: 0;
  cursor: pointer;
}

.trend-btn--ghost {
  background: transparent;
  color: var(--trend-ink) !important;
  border: 1px solid var(--trend-line);
}

.trend-pager {
  display: flex;
  gap: 12px;
  justify-content: center;
  padding: 40px 0 64px;
}

/* Article */
.trend-article-head {
  padding: 28px 0 8px;
}

.trend-article-inner,
.trend-article-body,
.trend-takeaways,
.trend-sources,
.trend-author-box {
  width: min(100% - 32px, var(--trend-article));
  margin-inline: auto;
}

.trend-crumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  color: var(--trend-muted);
  font-size: 12px;
}

.trend-crumbs li:not(:last-child)::after {
  content: "/";
  margin-left: 6px;
  color: var(--trend-line);
}

.trend-article-title {
  margin: 10px 0 0;
  font-family: var(--trend-serif);
  font-size: clamp(32px, 6vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 600;
}

.trend-article-dek {
  margin: 16px 0 0;
  font-size: 19px;
  line-height: 1.55;
  color: var(--trend-muted);
}

.trend-article-byline {
  margin-top: 18px;
  font-size: 13px;
  color: var(--trend-muted);
}

.trend-share {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.trend-share-btn {
  background: transparent;
  color: var(--trend-ink);
  border: 1px solid var(--trend-line);
  padding: 8px 12px;
  font-size: 12px;
  cursor: pointer;
}

.trend-article-hero {
  width: min(100%, 1100px);
  margin: 28px auto 8px;
  aspect-ratio: 16 / 9;
  background: #1a1c24;
}

.trend-article-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trend-article-body {
  padding: 28px 0 12px;
  font-size: 18px;
  line-height: 1.7;
  font-family: var(--trend-serif);
}

.trend-article-body p,
.trend-article-body ul,
.trend-article-body ol {
  margin: 0 0 1.15em;
}

.trend-article-body h2,
.trend-article-body h3 {
  font-family: var(--trend-sans);
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin: 1.6em 0 0.6em;
}

.trend-article-body h2 { font-size: 1.35em; }
.trend-article-body h3 { font-size: 1.15em; }

.trend-article-body a {
  color: var(--trend-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.trend-article-body iframe,
.trend-article-body video {
  max-width: 100%;
}

.trend-article-body table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9em;
  font-family: var(--trend-sans);
}

.trend-article-body pre,
.trend-article-body code {
  font-family: ui-monospace, "Cascadia Code", monospace;
  font-size: 0.88em;
}

.trend-article-body pre {
  overflow-x: auto;
  padding: 12px;
  background: var(--trend-card);
}

.trend-article-body blockquote {
  margin: 1.5em 0;
  padding-left: 18px;
  border-left: 2px solid var(--trend-accent);
  color: var(--trend-muted);
  font-style: italic;
}

.trend-takeaways,
.trend-sources,
.trend-author-box {
  padding: 24px 0 8px;
}

.trend-takeaways h2,
.trend-sources h2 {
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.trend-takeaways {
  border-top: 1px solid var(--trend-line);
}

.trend-takeaways ul {
  margin: 0;
  padding-left: 18px;
}

.trend-takeaways li + li { margin-top: 8px; }

.trend-sources a { color: var(--trend-muted); }
.trend-author-name {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
}

.trend-author-box p {
  color: var(--trend-muted);
}

.trend-search-page {
  padding-bottom: 64px;
}

.trend-search-page-form {
  display: flex;
  gap: 8px;
  margin-top: 20px;
  max-width: 560px;
}

.trend-search-page-form input {
  flex: 1;
  background: var(--trend-card);
  border: 1px solid var(--trend-line);
  color: var(--trend-ink);
  padding: 12px 14px;
}

.trend-search-group { margin: 32px 0; }
.trend-search-group h2 {
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--trend-muted);
}

.trend-author-results {
  list-style: none;
  padding: 0;
}

.trend-author-results a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid var(--trend-line);
}

/* Footer */
.trend-footer {
  margin-top: 40px;
  padding: 48px 0 28px;
  border-top: 1px solid var(--trend-line);
  color: var(--trend-muted);
}

.trend-footer-grid {
  display: grid;
  gap: 28px;
}

.trend-footer-brand {
  margin: 0;
  color: var(--trend-ink);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.trend-footer-brand span {
  color: var(--trend-accent);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 12px;
}

.trend-footer-tag,
.trend-footer-meta {
  font-size: 14px;
  line-height: 1.6;
}

.trend-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.trend-footer-copy {
  margin-top: 32px;
  font-size: 12px;
}

.trend-topic-hero.is-ideas { background: #14110e; padding-bottom: 28px; }
.trend-topic-hero.is-health { background: #101612; padding-bottom: 28px; }
.trend-topic-hero.is-news .trend-h1 { font-family: var(--trend-sans); font-size: clamp(28px, 6vw, 48px); }

@media (min-width: 640px) {
  .trend-latest-list a {
    grid-template-columns: 110px 1fr auto;
  }
  .trend-health-item a {
    grid-template-columns: 220px 1fr;
    align-items: start;
  }
  .trend-health-item img {
    width: 220px;
    height: 140px;
    aspect-ratio: auto;
  }
  .trend-card-row,
  .trend-india-grid,
  .trend-visual-grid,
  .trend-topic-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 768px) {
  .trend-nav-list {
    display: flex;
  }
  .trend-menu-btn {
    display: none;
  }
  .trend-hero-grid {
    grid-template-columns: 1.45fr 0.9fr;
    align-items: start;
    gap: 36px;
  }
  .trend-editorial-grid {
    grid-template-columns: 1.3fr 1fr 1fr;
  }
  .trend-editorial-grid > :first-child {
    grid-row: span 2;
    border-bottom: 0;
    padding-bottom: 0;
    padding-right: 12px;
    border-right: 1px solid var(--trend-line);
  }
  .trend-card-row {
    grid-template-columns: repeat(3, 1fr);
  }
  .trend-visual-grid {
    grid-template-columns: 1fr 1fr;
  }
  .trend-article-body {
    font-size: 19px;
    line-height: 1.75;
  }
  .trend-footer-grid {
    grid-template-columns: 1.4fr 1fr 1.2fr;
  }
}

@media (min-width: 1024px) {
  .trend-header-inner { min-height: 64px; }
  .trend-topic-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
  }
  .trend-topic-grid > :first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 480px) {
  .trend-latest-list a {
    grid-template-columns: 72px 1fr;
  }
  .trend-latest-list time {
    grid-column: 2;
    margin-top: -8px;
    padding-bottom: 4px;
  }
  .trend-h1 { max-width: none; }
  .trend-search-panel { margin-top: 8vh; }
  .trend-search-row input { font-size: 18px; }
  .trend-root .trend-logo,
  .trend-root .trend-brand svg,
  .trend-root .trend-footer-logo svg {
    width: 148px;
    height: 33px;
    max-width: 148px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trend-root *,
  .trend-root *::before,
  .trend-root *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .trend-card:hover .trend-media img,
  .trend-hero-main:hover .trend-media img {
    transform: none;
  }
}

.trend-logo { display: block; height: 40px; width: 178px; max-width: 178px; }
.trend-brand { display: flex; align-items: center; }
.trend-footer-logo { display: inline-flex; }
.trend-footer-copy a { color: var(--trend-muted); margin-left: 8px; }
.trend-footer-copy a:hover { color: var(--trend-accent); }

.trend-search-launch {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 10px 0 12px;
  border: 1px solid var(--trend-line);
  background: rgba(255, 106, 42, 0.08);
  color: var(--trend-ink);
  border-radius: 999px;
  cursor: pointer;
}
.trend-search-launch:hover {
  border-color: var(--trend-accent);
  background: var(--trend-accent-soft);
}
.trend-search-launch-text {
  display: none;
  font-size: 13px;
  color: var(--trend-muted);
  white-space: nowrap;
}
.trend-search-kbd {
  display: none;
  font-size: 11px;
  color: var(--trend-muted);
  border: 1px solid var(--trend-line);
  border-radius: 4px;
  padding: 1px 5px;
}
@media (min-width: 768px) {
  .trend-search-launch { min-width: 220px; padding-right: 8px; }
  .trend-search-launch-text { display: inline; }
  .trend-search-kbd { display: inline; margin-left: auto; }
}

.trend-root .trend-search[hidden],
.trend-root .trend-drawer[hidden] {
  display: none !important;
}
.trend-search:not([hidden]) {
  display: grid;
  place-items: start center;
  padding-top: 8vh;
  background: rgba(8, 9, 12, 0.72);
  backdrop-filter: blur(10px);
}
.trend-search-panel {
  position: relative;
  width: min(100% - 24px, 720px);
  margin: 0;
  padding: 28px 28px 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 106, 42, 0.28);
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 106, 42, 0.16), transparent 42%),
    var(--trend-elev);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}
.trend-search-x {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--trend-ink);
  cursor: pointer;
}
.trend-search-x:hover {
  background: var(--trend-accent-soft);
  color: var(--trend-accent);
}
.trend-search-kicker {
  margin: 0 0 14px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--trend-accent);
  font-weight: 600;
}
.trend-search-field {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #0b0c0f;
  border: 1px solid rgba(255, 106, 42, 0.45);
  border-radius: 14px;
  padding: 6px 6px 6px 14px;
}
.trend-search-field:focus-within {
  box-shadow: 0 0 0 3px rgba(255, 106, 42, 0.2);
}
.trend-search-field-icon { color: var(--trend-accent); flex: 0 0 auto; }
.trend-search-field input {
  flex: 1;
  min-width: 0;
  background: transparent;
  border: 0;
  color: var(--trend-ink);
  font-size: 18px;
  outline: none;
  height: 44px;
}
.trend-search-go {
  background: var(--trend-accent);
  color: #140801;
  border: 0;
  border-radius: 10px;
  padding: 10px 16px;
  font-weight: 700;
  cursor: pointer;
}
.trend-search-popular {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 4px;
}
.trend-search-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}
.trend-search-page-form { max-width: none; }
.trend-search-page-form .trend-search-field { max-width: 640px; }

.trend-legal { padding-bottom: 48px; }
.trend-legal-head { padding: 36px 0 8px; }
.trend-legal-updated { color: var(--trend-muted); font-size: 13px; }

.trend-genius {
  margin: 8px 0 28px;
}
.trend-genius .trend-wrap {
  background: linear-gradient(135deg, #17120e, #3a1a0d 70%, #ff6a2a);
  color: #fff;
  padding: 28px;
  border-radius: 18px;
}
.trend-root .gp-discover-kicker { color: #ffd2bf !important; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; margin: 0 0 8px; }
.trend-root .gp-discover h2 { margin: 0 0 8px; font-family: var(--trend-serif); font-size: clamp(24px, 4vw, 34px); letter-spacing: -.03em; }
.trend-root .gp-discover p { margin: 0 0 16px; color: rgba(255,255,255,.86); max-width: 48ch; }
.trend-root .gp-discover-btn {
  max-width: 360px;
  height: 46px;
  border: 0;
  border-radius: 30px;
  background: #ff6a2a;
  color: #140801;
  font-weight: 800;
  cursor: pointer;
  padding: 0 18px;
}

.trend-root .gp-overlay {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: max(12px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
  background: rgba(6, 7, 10, 0.78);
  backdrop-filter: blur(14px);
}
.trend-root .gp-modal {
  display: flex;
  flex-direction: column;
  width: min(560px, 100%);
  max-height: min(860px, 92dvh);
  overflow: hidden;
  color: #f4f0e6;
  position: relative;
  border-radius: 24px;
  border: 1px solid rgba(255, 106, 42, 0.32);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 106, 42, 0.22), transparent 42%),
    linear-gradient(180deg, #1a1410 0%, #100e0c 100%);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.5);
}
.trend-root .gp-modal::before { display: none; }
.trend-root .gp-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-shrink: 0;
  padding: 16px 18px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.trend-root .gp-brand {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ffb08a;
  font-weight: 700;
}
.trend-root .gp-timer {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  margin-right: 8px;
}
.trend-root .gp-timer[hidden] { display: none !important; }
.trend-root .gp-sec { color: #ff6a2a; font-weight: 700; min-width: 48px; font-variant-numeric: tabular-nums; }
.trend-root .gp-ring { transform: rotate(-90deg); }
.trend-root .gp-ring circle { fill: none; stroke-width: 3; }
.trend-root .gp-ring .gp-track { stroke: rgba(255, 255, 255, 0.14); }
.trend-root .gp-ring .gp-prog { stroke: #ff6a2a; stroke-linecap: round; }
.trend-root .gp-top .gp-skip {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: transparent;
  font-size: 0;
  line-height: 0;
  position: relative;
  cursor: pointer;
}
.trend-root .gp-top .gp-skip::before {
  content: "×";
  color: #f4f0e6;
  font-size: 22px;
  line-height: 36px;
  position: absolute;
  inset: 0;
  text-align: center;
}
.trend-root .gp-top .gp-skip:hover { background: rgba(255, 106, 42, 0.28); }
.trend-root .gp-body {
  flex: 1 1 auto;
  overflow: auto;
  padding: 18px 22px 28px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 106, 42, 0.45) transparent;
}
.trend-root .gp-kicker {
  color: #ff6a2a;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 10px;
}
.trend-root .gp-title {
  font-family: var(--trend-serif);
  font-size: clamp(22px, 4.4vw, 30px);
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin: 0 0 10px;
}
.trend-root .gp-copy {
  color: rgba(244, 240, 230, 0.78);
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 14px;
}
.trend-root .gp-name {
  width: 100%;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.28);
  border-radius: 14px;
  color: #fff;
  padding: 0 16px;
  margin-bottom: 14px;
  outline: none;
}
.trend-root .gp-name:focus { border-color: #ff6a2a; box-shadow: 0 0 0 3px rgba(255, 106, 42, 0.2); }
.trend-root .gp-go {
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: #ff6a2a;
  color: #140801;
  font-weight: 800;
  cursor: pointer;
  padding: 0 18px;
}
.trend-root .gp-go:hover { filter: brightness(1.06); }
.trend-root .gp-choices {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 520px) {
  .trend-root .gp-choices { grid-template-columns: 1fr 1fr; }
}
.trend-root .gp-choice {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  border-radius: 14px;
  padding: 14px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.35;
  text-align: left;
}
.trend-root .gp-choice:hover,
.trend-root .gp-choice:focus-visible {
  background: rgba(255, 106, 42, 0.28);
  border-color: #ff6a2a;
  outline: none;
}
.trend-root .gp-result { text-align: center; }
.trend-root .gp-score-wrap {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  margin: 8px 0 12px;
}
.trend-root .gp-score {
  font-size: clamp(44px, 10vw, 64px);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #ff6a2a;
  line-height: 1;
}
.trend-root .gp-score-den {
  font-size: 18px;
  font-weight: 700;
  color: rgba(244, 240, 230, 0.55);
}
.trend-root .gp-profile,
.trend-root .gp-areas {
  text-align: left;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 16px;
  margin: 14px 0;
}
.trend-root .gp-bar-row {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 40px;
  gap: 10px;
  align-items: center;
  margin: 10px 0;
  font-size: 13px;
  font-weight: 600;
}
.trend-root .gp-bar {
  display: block;
  height: 8px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  overflow: hidden;
}
.trend-root .gp-bar i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #c94a1a, #ff6a2a);
  border-radius: 8px;
}
.trend-root .gp-bar-row b { text-align: right; font-variant-numeric: tabular-nums; color: #ffb08a; }
.trend-root .gp-cat-pct { list-style: none; margin: 0; padding: 0; }
.trend-root .gp-cat-pct li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 14px;
  font-weight: 600;
}
.trend-root .gp-cat-pct li:last-child { border-bottom: 0; padding-bottom: 0; }
.trend-root .gp-cat-pct strong { color: #ff6a2a; font-variant-numeric: tabular-nums; }
.trend-root .gp-share-card {
  background: linear-gradient(160deg, #140801, #ff6a2a 140%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  padding: 20px 16px;
  margin: 8px 0 18px;
  text-align: center;
}
.trend-root .gp-card-brand { margin: 0 0 6px; font-size: 11px; letter-spacing: 1.2px; color: #ffd2bf; font-weight: 700; }
.trend-root .gp-card-score { margin: 0; font-size: 36px; font-weight: 800; color: #fff; }
.trend-root .gp-card-title { margin: 8px 0 10px; font-size: 14px; font-weight: 800; }
.trend-root .gp-share-card ul { list-style: none; margin: 0 0 10px; padding: 0; color: rgba(255, 255, 255, 0.86); font-size: 13px; font-weight: 600; }
.trend-root .gp-card-foot { margin: 0; color: rgba(255, 255, 255, 0.7); font-size: 12px; }
.trend-root .gp-art { display: block; margin: 8px auto 0; text-align: left; }
.trend-root .gp-art img { width: 100%; height: 160px; object-fit: cover; border-radius: 14px; display: block; }
.trend-root .gp-art-title { display: block; margin-top: 10px; color: #fff; font-size: 16px; font-weight: 700; line-height: 1.4; }
.trend-root .gp-share-row {
  margin-top: 16px;
  display: grid;
  gap: 8px;
}
.trend-root .gp-wa,
.trend-root .gp-copybtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  color: #fff;
}
.trend-root .gp-wa { background: #25d366; }
.trend-root .gp-copybtn { background: rgba(255, 255, 255, 0.12); }
.trend-root .gp-result > .gp-skip {
  margin-top: 14px;
  background: none;
  border: 0;
  color: rgba(244, 240, 230, 0.7);
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.trend-root .gp-welcome {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  background: linear-gradient(135deg, #17120e, #ff6a2a);
  color: #fff;
  border-radius: 16px;
  padding: 20px 24px;
  margin: 12px 0 28px;
}
.trend-root .gp-welcome-hi { margin: 0 0 4px; font-size: 20px; font-weight: 800; }
.trend-root .gp-surprise { background: #f4f0e6; color: #140801; border: 0; border-radius: 24px; padding: 10px 16px; font-weight: 700; cursor: pointer; }
.trend-root .gp-retake { background: rgba(255, 255, 255, 0.15); color: #fff; border: 0; border-radius: 24px; padding: 10px 16px; font-weight: 700; cursor: pointer; }
.trend-root .gp-five { background: transparent; padding: 24px 0 40px; }
.trend-root .gp-five-head p { color: var(--trend-muted); }
.trend-root .gp-five-tag { color: var(--trend-accent) !important; font-weight: 700; }
.trend-root .gp-toast {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 11000;
  width: min(340px, calc(100% - 24px));
  background: #17120e;
  color: #fff;
  border-radius: 16px;
  padding: 16px;
  border: 1px solid rgba(255, 106, 42, 0.3);
}
.trend-root .gp-toast-go { margin-bottom: 8px; width: 100%; }
.trend-root .bb-news-grid,
.trend-root #gp-selected-grid,
.trend-root #gp-also-grid,
.trend-root .gp-more-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .trend-root .bb-news-grid,
  .trend-root #gp-selected-grid,
  .trend-root #gp-also-grid { grid-template-columns: 1fr 1fr; }
}
.trend-root .bb-card { background: transparent; }
.trend-root .bb-card img { width: 100%; height: 180px; object-fit: cover; background: #1a1c24; border-radius: 12px; }
.trend-root .bb-card-title { font-family: var(--trend-serif); font-size: 20px; letter-spacing: -.03em; margin: 10px 0 6px; }
.trend-root .bb-card-excerpt, .trend-root .bb-card-meta { color: var(--trend-muted); font-size: 14px; }
.trend-root .bb-badge { display: inline-block; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; padding: 3px 8px; color: #fff; border-radius: 4px; }
.trend-root .bb-section-heading { font-family: var(--trend-serif); font-size: 28px; letter-spacing: -.03em; margin: 8px 0 18px; }
.trend-root .bb-view-all-btn { display: inline-flex; margin-top: 16px; padding: 12px 18px; background: var(--trend-accent); color: #140801 !important; font-weight: 700; }
.trend-root .gp-searching { color: var(--trend-ink) !important; }
.trend-root .container { width: min(100% - 32px, var(--trend-max)); margin-inline: auto; }
.trend-root .gp-sr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

@media (max-width: 640px) {
  .trend-root .gp-overlay {
    align-items: stretch;
    padding: 0;
  }
  .trend-root .gp-modal {
    width: 100%;
    max-height: 100dvh;
    height: 100dvh;
    border-radius: 0;
    border: 0;
  }
  .trend-root .gp-body { padding: 16px 16px calc(24px + env(safe-area-inset-bottom)); }
  .trend-root .gp-bar-row { grid-template-columns: 78px minmax(0, 1fr) 36px; font-size: 12px; }
  .trend-root .gp-art img { height: 140px; }
}
@media (max-height: 700px) and (min-width: 641px) {
  .trend-root .gp-modal { max-height: 96dvh; }
  .trend-root .gp-title { font-size: 22px; }
}

.trend-root .trend-cookies[hidden] { display: none !important; }
.trend-cookies:not([hidden]) {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9000;
  padding: 12px 12px calc(12px + env(safe-area-inset-bottom));
  pointer-events: none;
}
.trend-cookies-panel {
  pointer-events: auto;
  width: min(100%, var(--trend-max));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  background: #17120e;
  border: 1px solid rgba(255, 106, 42, 0.35);
  border-radius: 16px;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.4);
}
.trend-cookies-kicker {
  margin: 0 0 4px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--trend-accent);
  font-weight: 700;
}
.trend-cookies-copy p { margin: 0; color: var(--trend-muted); font-size: 13px; line-height: 1.5; max-width: 62ch; }
.trend-cookies-copy a { color: var(--trend-ink); text-decoration: underline; }
.trend-cookies-actions { display: flex; flex-wrap: wrap; gap: 8px; flex: 0 0 auto; }
.trend-cookies-btn {
  height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
  border: 0;
}
.trend-cookies-accept { background: var(--trend-accent); color: #140801; }
.trend-cookies-reject {
  background: transparent;
  color: var(--trend-ink);
  border: 1px solid var(--trend-line);
}
.trend-cookies-manage {
  background: none;
  border: 0;
  color: var(--trend-muted);
  cursor: pointer;
  padding: 0;
  margin-left: 8px;
  font: inherit;
}
.trend-cookies-manage:hover { color: var(--trend-accent); }
@media (max-width: 720px) {
  .trend-cookies-panel { flex-direction: column; align-items: stretch; }
  .trend-cookies-btn { width: 100%; }
}
