:root {
  --bg: #f5f7fb;
  --surface: #ffffff;
  --text: #111827;
  --muted: #6b7280;
  --line: #e5e7eb;
  --brand: #0f766e;
  --brand-dark: #115e59;
  --accent: #f59e0b;
  --danger: #dc2626;
  --radius: 18px;
  --shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

body.modern-site {
  font-family: "Manrope", sans-serif;
  background: radial-gradient(circle at 0% 0%, #eefaf8 0, transparent 40%), radial-gradient(circle at 100% 0%, #fff8ea 0, transparent 35%), var(--bg);
  color: var(--text);
  overflow-x: hidden;
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.reveal {
  animation: riseIn 0.65s ease both;
}

.reveal-delay-1 {
  animation-delay: 0.08s;
}

.reveal-delay-2 {
  animation-delay: 0.16s;
}

.reveal-delay-3 {
  animation-delay: 0.24s;
}

h1, h2, h3, h4, h5, .brand-name {
  font-family: "Space Grotesk", sans-serif;
  color: var(--text);
  letter-spacing: -0.02em;
}

a {
  color: var(--brand);
}

a:hover {
  color: var(--brand-dark);
  text-decoration: none;
}

.top-strip {
  background: #0f172a;
  color: #cbd5e1;
  font-size: 0.9rem;
}

.strip-info .dot {
  margin: 0 8px;
}

.strip-links a {
  color: #cbd5e1;
  margin-left: 14px;
}

.strip-links a:hover {
  color: #fff;
}

.profile-dropdown {
  margin-left: 14px;
}

.profile-trigger {
  color: #cbd5e1;
  text-decoration: none;
}

.profile-trigger::after {
  margin-left: 8px;
}

.profile-avatar {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 700;
  color: #0f172a;
  background: #e2e8f0;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.profile-menu {
  min-width: 150px;
}

.site-header {
  background: transparent;
}

.brand-kicker {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  color: var(--muted);
}

.brand-name {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  margin: 0;
}

.social-links {
  display: flex;
  gap: 10px;
}

.social-links a {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0f172a;
  background: #fff;
  border: 1px solid var(--line);
  transition: all 0.25s ease;
}

.social-links a:hover {
  color: #fff;
  background: var(--brand);
  border-color: var(--brand);
  transform: translateY(-2px);
}

.nav-shell {
  background: rgba(15, 23, 42, 0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar-dark .navbar-nav .nav-link {
  color: #e2e8f0;
  font-weight: 600;
  padding: 14px 16px;
  border-radius: 10px;
  margin-right: 4px;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.dropdown-menu {
  border-radius: 12px;
  padding: 10px;
}

.dropdown-item {
  border-radius: 8px;
  padding: 8px 12px;
}

.main-shell {
  min-height: 55vh;
}

.section-head {
  margin-bottom: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.section-head h3 {
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  margin: 0;
}

.hero-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1.6fr 1fr;
}

.hero-main,
.mini-story {
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow);
}

.hero-main {
  min-height: 520px;
}

.hero-main img,
.mini-story img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.hero-main:hover img,
.mini-story:hover img {
  transform: scale(1.03);
}

.hero-side {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}

.mini-story {
  min-height: 250px;
}

.hero-main-overlay,
.mini-story-overlay {
  position: absolute;
  inset: 0;
  padding: 22px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.12) 10%, rgba(2, 6, 23, 0.82) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.hero-main-overlay h2 {
  color: #fff;
  font-size: clamp(1.5rem, 2vw, 2rem);
}

.hero-main-overlay h2 a,
.mini-story-overlay h3 a {
  color: #fff;
}

.mini-category {
  margin-bottom: 6px;
  color: #fde68a;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.breaking-strip {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #111827;
  padding: 12px;
  border-radius: 14px;
}

.breaking-label {
  background: linear-gradient(130deg, #f59e0b, #f97316);
  color: #111827;
  font-weight: 800;
  font-size: 0.8rem;
  text-transform: uppercase;
  padding: 8px 12px;
  border-radius: 10px;
  white-space: nowrap;
}

.breaking-items {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.breaking-items a {
  color: #e5e7eb;
  white-space: nowrap;
  font-size: 0.94rem;
}

.story-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.story-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 40px rgba(15, 23, 42, 0.12);
}

.story-card,
.panel,
.hero-main,
.mini-story,
.story-detail-card {
  animation: riseIn 0.65s ease both;
}

.story-card:nth-child(2n),
.panel:nth-child(2n) {
  animation-delay: 0.06s;
}

.story-card:nth-child(3n),
.panel:nth-child(3n) {
  animation-delay: 0.12s;
}

.story-image-wrap {
  display: block;
}

.story-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.story-card-horizontal {
  display: grid;
  grid-template-columns: 280px 1fr;
}

.story-media-embed {
  min-height: 240px;
  border: 0;
}

.story-card-horizontal .story-image {
  height: 100%;
  min-height: 220px;
}

.story-body {
  padding: 18px;
}

.story-body h4 {
  font-size: 1.15rem;
  margin-bottom: 10px;
}

.story-body h4 a {
  color: var(--text);
}

.story-sub {
  color: var(--muted);
  line-height: 1.6;
}

.meta-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 0.88rem;
  color: var(--muted);
}

.pill {
  background: rgba(15, 118, 110, 0.12);
  color: var(--brand-dark);
  font-weight: 700;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.pill.danger {
  background: rgba(220, 38, 38, 0.13);
  color: var(--danger);
}

.panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 18px;
}

.panel-title {
  font-size: 1.04rem;
  margin-bottom: 14px;
}

.social-grid {
  display: grid;
  gap: 10px;
}

.social-grid a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #f8fafc;
  color: #1f2937;
  font-weight: 600;
}

.social-grid a:hover {
  background: #ecfeff;
  color: var(--brand-dark);
}

.trend-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  margin-bottom: 12px;
  color: inherit;
}

.trend-item:last-child {
  margin-bottom: 0;
}

.trend-item img {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  object-fit: cover;
}

.trend-item small {
  color: var(--muted);
}

.trend-item p {
  margin-top: 4px;
  color: #111827;
  font-weight: 600;
  line-height: 1.4;
}

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

.tag-wrap a {
  border: 1px solid var(--line);
  background: #f8fafc;
  color: #334155;
  padding: 6px 11px;
  border-radius: 999px;
  font-size: 0.82rem;
}

.tag-wrap a:hover {
  background: #ecfeff;
  color: var(--brand-dark);
  border-color: #99f6e4;
}

.interview-card {
  border-top: 3px solid #ef4444;
}

.interview-media {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #0f172a;
}

.interview-media iframe,
.interview-media video,
.interview-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}

.story-detail-card {
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.story-detail-media img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

.story-detail-body {
  padding: 24px;
}

.detail-title {
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  margin-bottom: 14px;
}

.detail-content {
  color: #1f2937;
  line-height: 1.9;
}

.detail-content img,
.detail-content iframe,
.detail-content video,
.detail-content table {
  max-width: 100%;
}

.detail-video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.detail-video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.site-footer {
  background: #0f172a;
  color: #94a3b8;
}

.footer-title {
  color: #f8fafc;
  margin-bottom: 14px;
}

.footer-copy {
  color: #94a3b8;
}

.footer-link {
  color: #cbd5e1;
}

.footer-link:hover {
  color: #f8fafc;
}

.footer-categories-scroll {
  max-height: 220px;
  overflow-y: auto;
  padding-right: 6px;
}

.footer-categories-scroll::-webkit-scrollbar {
  width: 6px;
}

.footer-categories-scroll::-webkit-scrollbar-thumb {
  background: rgba(148, 163, 184, 0.55);
  border-radius: 999px;
}

.footer-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.gallery-item img {
  width: 100%;
  height: 66px;
  object-fit: cover;
  border-radius: 10px;
}

.footer-bottom {
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  color: #cbd5e1;
}

.footer-bottom a {
  color: #99f6e4;
}

.contact-list {
  padding-left: 18px;
}

@media (max-width: 991.98px) {
  .top-strip .container {
    justify-content: center !important;
    gap: 6px 14px;
    text-align: center;
  }

  .site-header .container {
    gap: 12px;
  }

  .brand-wrap {
    width: 100%;
  }

  .social-links {
    width: 100%;
  }

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

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

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

  .story-card-horizontal .story-image {
    min-height: 210px;
  }

  .footer-bottom {
    gap: 8px;
    justify-content: center !important;
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .top-strip {
    font-size: 0.82rem;
  }

  .strip-info .dot,
  .strip-info span:last-child {
    display: none;
  }

  .strip-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 4px;
  }

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

  .hero-main {
    min-height: 380px;
  }

  .mini-story {
    min-height: 220px;
  }

  .strip-links {
    margin-top: 8px;
  }

  .strip-links a {
    margin: 0;
  }

  .hero-main-overlay,
  .mini-story-overlay {
    padding: 14px;
  }

  .hero-main-overlay h2 {
    font-size: 1.25rem;
    line-height: 1.35;
  }

  .mini-story-overlay h3 {
    font-size: 1rem;
    line-height: 1.35;
  }

  .breaking-strip {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .breaking-label {
    text-align: center;
  }

  .story-body {
    padding: 14px;
  }

  .story-detail-body {
    padding: 16px;
  }

  .detail-title {
    font-size: 1.4rem;
  }

  .trend-item {
    grid-template-columns: 62px 1fr;
    gap: 10px;
  }

  .trend-item img {
    width: 62px;
    height: 62px;
  }

  .footer-categories-scroll {
    max-height: 170px;
  }

  .gallery-item img {
    height: 58px;
  }

  .story-media-embed {
    min-height: 200px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
