:root{--navy: #1a2332;--navy-light: #253043;--navy-lighter: #334155;--gold: #d4af37;--gold-hover: #fce08b;--crimson: #c41e3a;--crimson-hover: #a01830;--text-main: #f8fafc;--text-muted: #9ca3af;--radius: 12px;--transition: all .3s ease}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:var(--navy);color:var(--text-main);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--gold);text-decoration:none;transition:var(--transition)}a:hover{color:var(--gold-hover)}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background-color:#1a2332f2;border-bottom:2px solid var(--gold);position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0}.logo{font-size:1.75rem;font-weight:900;color:var(--text-main);text-transform:uppercase;letter-spacing:-.5px}.logo span{color:var(--gold)}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:var(--text-main);font-weight:600;text-transform:uppercase;font-size:.9rem;letter-spacing:.5px}.nav-links a:hover{color:var(--gold)}.hero{padding:5rem 0;text-align:center;background:linear-gradient(to bottom,var(--navy-light),var(--navy));border-bottom:1px solid var(--navy-lighter)}.hero-large{padding:8rem 0}.hero h1{font-size:3.5rem;margin-bottom:1.5rem;color:var(--text-main);text-transform:uppercase;line-height:1.1;letter-spacing:-1px}.hero h1 span{color:var(--gold)}.hero p{font-size:1.25rem;color:var(--text-muted);max-width:700px;margin:0 auto 2.5rem}.btn{display:inline-block;padding:.875rem 2rem;border-radius:8px;font-weight:700;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:var(--transition);border:none;text-align:center}.btn-primary{background-color:var(--crimson);color:#fff}.btn-primary:hover{background-color:var(--crimson-hover);transform:translateY(-2px);color:#fff;box-shadow:0 4px 12px #c41e3a66}.btn-outline{background-color:transparent;border:2px solid var(--gold);color:var(--gold)}.btn-outline:hover{background-color:var(--gold);color:var(--navy);transform:translateY(-2px)}.btn-group{display:flex;gap:1rem;justify-content:center}.section{padding:5rem 0}.section-bg{background-color:var(--navy-light);border-top:1px solid var(--navy-lighter);border-bottom:1px solid var(--navy-lighter)}.section-title{font-size:2.5rem;margin-bottom:3rem;border-left:5px solid var(--gold);padding-left:1.25rem;text-transform:uppercase;font-weight:900}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2.5rem}.grid-4{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.card{background-color:var(--navy-light);border-radius:var(--radius);overflow:hidden;transition:var(--transition);border:1px solid var(--navy-lighter);display:flex;flex-direction:column;height:100%}.card:hover{transform:translateY(-8px);box-shadow:0 15px 30px #0009;border-color:var(--gold)}.card-img-wrapper{position:relative;overflow:hidden;aspect-ratio:16/9}.card-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;background-color:var(--navy-lighter);transition:transform .5s ease}.card:hover .card-img{transform:scale(1.05)}.card-content{padding:1.75rem;flex-grow:1;display:flex;flex-direction:column}.badge{background:var(--crimson);color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:700;text-transform:uppercase;display:block;width:max-content;margin:0 auto 1rem auto;align-self:center}.card-title{font-size:1.35rem;margin-bottom:.75rem;font-weight:700;line-height:1.3}.card-title a{color:var(--text-main)}.card-title a:hover{color:var(--gold)}.card-text{color:var(--text-muted);font-size:.95rem;margin-bottom:1.5rem;flex-grow:1}.card-meta{font-size:.85rem;color:var(--gold);font-weight:600;text-transform:uppercase;margin-top:auto}.video-card .card-img-wrapper:after{content:"";position:absolute;inset:0;background:#0000004d;transition:var(--transition)}.video-card:hover .card-img-wrapper:after{background:#0000001a}.play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;background:var(--crimson);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2;transition:var(--transition);box-shadow:0 4px 15px #00000080}.play-btn:after{content:"";border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:18px solid white;margin-left:6px}.video-card:hover .play-btn{transform:translate(-50%,-50%) scale(1.1);background:var(--gold)}.profile-header,.article-header{margin-bottom:3rem}.profile-img,.article-hero-img{width:100%;border-radius:var(--radius);margin-bottom:2rem;border:1px solid var(--navy-lighter)}.article-hero-img{aspect-ratio:21/9;-o-object-fit:cover;object-fit:cover}.profile-img{aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;max-width:400px}.profile-layout{display:grid;grid-template-columns:1fr 2fr;gap:3rem;align-items:start}.stats-table{width:100%;border-collapse:collapse;margin:2rem 0;background:var(--navy-light);border-radius:var(--radius);overflow:hidden;border:1px solid var(--navy-lighter)}.stats-table th,.stats-table td{padding:1.25rem;text-align:left;border-bottom:1px solid var(--navy-lighter)}.stats-table th{background:#0003;color:var(--gold);text-transform:uppercase;font-size:.9rem;letter-spacing:1px}.article-content{font-size:1.15rem;line-height:1.8;color:#e2e8f0;max-width:800px;margin:0 auto}.article-content p{margin-bottom:1.75rem}.article-content h2{font-size:2rem;margin:3rem 0 1.5rem;color:var(--gold)}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.form-box{background:var(--navy-light);padding:3rem;border-radius:var(--radius);border:1px solid var(--navy-lighter)}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;color:var(--text-muted);font-weight:600;text-transform:uppercase;font-size:.85rem}.form-control{width:100%;padding:1rem;border-radius:8px;border:1px solid var(--navy-lighter);background-color:var(--navy);color:var(--text-main);font-family:inherit;font-size:1rem;transition:var(--transition)}.form-control:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 2px #d4af3733}textarea.form-control{resize:vertical;min-height:150px}.contact-info h3{color:var(--gold);margin-bottom:1rem;font-size:1.5rem}.contact-info p{margin-bottom:1rem;display:flex;align-items:center;gap:1rem}.footer{background-color:var(--navy-light);padding:4rem 0 1.5rem;border-top:3px solid var(--crimson);margin-top:4rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer h3{color:var(--gold);margin-bottom:1.5rem;font-size:1.25rem;text-transform:uppercase}.footer p{color:var(--text-muted);max-width:400px}.footer ul{list-style:none}.footer ul li{margin-bottom:.75rem}.footer ul a{color:var(--text-muted)}.footer ul a:hover{color:var(--gold);padding-left:5px}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid var(--navy-lighter);color:var(--text-muted);font-size:.9rem}@media(max-width:1024px){.hero h1{font-size:3rem}.profile-layout{grid-template-columns:1fr}.profile-img{max-width:100%}}@media(max-width:768px){.nav{flex-direction:column;gap:1.5rem}.nav-links{flex-wrap:wrap;justify-content:center;gap:1rem}.hero{padding:3rem 0}.hero h1{font-size:2.25rem}.section{padding:3rem 0}.contact-layout,.footer-grid{grid-template-columns:1fr;gap:2rem}.btn-group{flex-direction:column}}
.article-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 2.5rem;
  align-items: start;
}

.article-main-content {
  min-width: 0;
}

.related-articles-box {
  background: transparent;
}

.related-articles-title {
  font-size: 2rem;
  margin: 0 0 1.5rem 0;
  color: var(--text-main);
  text-transform: uppercase;
  font-weight: 900;
}

.related-articles-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.related-article-item {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 1rem;
  align-items: start;
  text-decoration: none;
  color: inherit;
}

.related-article-item:hover .related-article-heading {
  color: var(--gold);
}

.related-article-thumb {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--navy-lighter);
  background: var(--navy-light);
}

.related-article-text {
  min-width: 0;
}

.related-article-heading {
  margin: 0 0 0.35rem 0;
  font-size: 1.05rem;
  line-height: 1.3;
  color: var(--text-main);
  font-weight: 700;
  transition: var(--transition);
}

.related-article-meta {
  margin: 0;
  font-size: 0.85rem;
  color: var(--gold);
  text-transform: uppercase;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .article-page-layout {
    grid-template-columns: 1fr;
  }

  .related-articles-box {
    margin-top: 2rem;
  }
}

@media (max-width: 640px) {
  .related-article-item {
    grid-template-columns: 80px 1fr;
    gap: 0.85rem;
  }

  .related-article-thumb {
    width: 80px;
    height: 80px;
  }

  .related-articles-title {
    font-size: 1.5rem;
  }

  .related-article-heading {
    font-size: 0.95rem;
  }
}
.featured-story-wrap .card {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  overflow: hidden;
}

.featured-story-wrap .card-img-wrapper {
  min-height: 360px;
  height: 100%;
}

.featured-story-wrap .card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-story-wrap .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}

.featured-story-wrap .card-title {
  font-size: 2rem;
  line-height: 1.15;
}

.featured-story-wrap .card-text {
  font-size: 1.05rem;
  line-height: 1.7;
}

.trending-card .card-title,
.category-card .card-title {
  font-size: 1.05rem;
  line-height: 1.35;
}

.trending-card .card-text,
.category-card .card-text {
  font-size: 0.95rem;
}

.homepage-content-layout {
  display: grid;
  grid-template-columns: 2fr 340px;
  gap: 2rem;
  align-items: start;
}

.homepage-main-content {
  min-width: 0;
}

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

.sidebar-card {
  background: var(--navy);
  border: 1px solid var(--navy-lighter);
  border-radius: 16px;
  padding: 1.25rem;
  position: sticky;
  top: 100px;
}

.sidebar-title {
  margin: 0 0 1rem 0;
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--text);
  text-transform: uppercase;
}

.most-read-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.most-read-item {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 0.9rem;
  align-items: start;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--navy-lighter);
}

.most-read-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.most-read-number {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--gold);
  color: #000;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
}

.most-read-content a {
  color: var(--text);
  text-decoration: none;
  font-weight: 700;
  line-height: 1.4;
}

.most-read-content a:hover {
  color: var(--gold);
}

.most-read-meta {
  margin-top: 0.35rem;
  color: var(--text-muted);
  font-size: 0.85rem;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

@media (max-width: 1100px) {
  .homepage-content-layout {
    grid-template-columns: 1fr;
  }

  .sidebar-card {
    position: static;
    top: auto;
  }
}

@media (max-width: 900px) {
  .featured-story-wrap .card {
    grid-template-columns: 1fr;
  }

  .featured-story-wrap .card-img-wrapper {
    min-height: 240px;
  }

  .featured-story-wrap .card-title {
    font-size: 1.5rem;
  }

  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .grid-3 {
    grid-template-columns: 1fr;
  }
}

/* MOST READ SIDEBAR */

.sidebar-card {
  background: var(--navy);
  border: 1px solid var(--navy-lighter);
  border-radius: 14px;
  padding: 1.4rem;
}

.sidebar-title {
  font-size: 1.15rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}

.most-read-list {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.most-read-item {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 0.9rem;
  align-items: start;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--navy-lighter);
}

.most-read-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.most-read-number {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--gold);
  color: #000;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .9rem;
}

.most-read-content a {
  color: var(--gold);
  text-decoration: none;
  font-weight: 700;
  line-height: 1.35;
}

.most-read-content a:hover {
  text-decoration: underline;
}

.most-read-meta {
  margin-top: .25rem;
  font-size: .85rem;
  color: var(--text-muted);
}
/* ===== FEATURED STORY FINAL OVERRIDE ===== */

.featured-story-wrap {
  width: 100%;
}

.featured-story-wrap .card {
  display: grid !important;
  grid-template-columns: 0.95fr 1.25fr !important;
  align-items: stretch !important;
  overflow: hidden !important;
  border-radius: 16px;
}

.featured-story-wrap .card-img-wrapper {
  width: 100%;
  height: 100%;
  min-height: 380px;
  aspect-ratio: auto !important;
  overflow: hidden;
}

.featured-story-wrap .card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.featured-story-wrap .card-content {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding: 2.25rem !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

.featured-story-wrap .badge {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 1rem;
}

.featured-story-wrap .card-title {
  font-size: 2.35rem !important;
  line-height: 1.1 !important;
  margin: 0 0 1rem 0 !important;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.featured-story-wrap .card-title a {
  color: var(--text);
  text-decoration: none;
}

.featured-story-wrap .card-title a:hover {
  color: var(--gold);
}

.featured-story-wrap .card-text {
  font-size: 1.05rem !important;
  line-height: 1.7 !important;
  margin: 0 0 1.25rem 0 !important;
}

.featured-story-wrap .card-meta {
  margin-top: auto;
}

@media (max-width: 1200px) {
  .featured-story-wrap .card {
    grid-template-columns: 1fr 1.1fr !important;
  }

  .featured-story-wrap .card-title {
    font-size: 2rem !important;
  }
}

@media (max-width: 900px) {
  .featured-story-wrap .card {
    grid-template-columns: 1fr !important;
  }

  .featured-story-wrap .card-img-wrapper {
    min-height: 260px;
  }

  .featured-story-wrap .card-content {
    padding: 1.5rem !important;
  }

  .featured-story-wrap .card-title {
    font-size: 1.65rem !important;
    line-height: 1.15 !important;
  }

  .featured-story-wrap .card-text {
    font-size: 1rem !important;
    line-height: 1.6 !important;
  }
}

@media (max-width: 640px) {
  .featured-story-wrap .card-title {
    font-size: 1.4rem !important;
  }

  .featured-story-wrap .card-img-wrapper {
    min-height: 220px;
  }
}