@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&family=DM+Sans:ital,wght@0,300;0,400;0,500;1,300&family=Source+Serif+4:ital,wght@0,300;0,400;1,300&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy: #0D1B2A;
  --navy-mid: #1A2E42;
  --navy-light: #2A4560;
  --silver: #A8B4C0;
  --silver-light: #D0D8E0;
  --silver-pale: #EEF1F4;
  --white: #FFFFFF;
  --off-white: #F7F6F4;
  --light-gray: #E8E5E0;
  --text-dark: #1A1A1A;
  --text-mid: #3A3A3A;
  --text-muted: #888888;
  --news: #1156A0;
  --sports: #C85A00;
  --culture: #7A3A8A;
  --hotspot: #C85A00;
  --editorial: #3D2E8A;
  --wharton: #1156A0;
  --videos: #B01C1C;
}

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--off-white);
  color: var(--text-dark);
  font-size: 14px;
  line-height: 1.6;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }

.site {
  max-width: 1100px;
  margin: 0 auto;
  background: var(--white);
}

/* ── MASTHEAD ── */
.masthead { background: var(--navy); border-bottom: 3px solid var(--silver); }
.masthead-top { display: flex; justify-content: space-between; align-items: center; padding: 9px 24px 8px; border-bottom: 1px solid var(--navy-light); }
.masthead-meta { font-size: 11px; color: rgba(255,255,255,0.4); letter-spacing: 0.06em; text-transform: uppercase; }
.masthead-actions { display: flex; gap: 16px; }
.masthead-actions a { font-size: 11px; color: rgba(255,255,255,0.4); letter-spacing: 0.05em; text-transform: uppercase; transition: color 0.15s; }
.masthead-actions a:hover { color: var(--white); }
.masthead-center { padding: 18px 24px 14px; text-align: center; }
.site-title { font-family: 'Playfair Display', serif; font-size: 52px; font-weight: 700; color: var(--white); letter-spacing: -1px; line-height: 1; margin-bottom: 4px; }
.site-title a { color: var(--white); }
.site-tagline { font-size: 11px; color: var(--silver); letter-spacing: 0.18em; text-transform: uppercase; }

/* ── NAV ── */
nav { background: var(--navy-mid); }
.nav-inner { display: flex; justify-content: center; align-items: stretch; padding: 0 24px; }
.nav-inner a { font-size: 12px; font-weight: 500; color: rgba(255,255,255,0.65); padding: 0 16px; letter-spacing: 0.08em; text-transform: uppercase; border-bottom: 2px solid transparent; transition: all 0.15s; display: flex; align-items: center; justify-content: center; text-align: center; min-height: 44px; line-height: 1.25; }
.nav-inner a:hover, .nav-inner a.active { color: var(--white); border-bottom-color: var(--silver); }

/* ── TICKER ── */
.ticker { background: var(--silver-pale); border-bottom: 1px solid var(--silver-light); padding: 6px 24px; display: flex; gap: 14px; align-items: center; overflow: hidden; }
.ticker-label { font-size: 10px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; white-space: nowrap; background: var(--navy); color: var(--white); padding: 2px 8px; border-radius: 2px; }
.ticker-text { font-size: 12px; color: var(--text-mid); font-style: italic; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* ── SECTION LABELS ── */
.section-label { font-size: 10px; font-weight: 500; letter-spacing: 0.13em; text-transform: uppercase; display: block; margin-bottom: 8px; }
.label-news    { color: var(--news); }
.label-sports  { color: var(--sports); }
.label-culture { color: var(--culture); }
.label-hotspot { color: var(--hotspot); }
.label-wharton { color: var(--wharton); }
.label-editorial { color: var(--editorial); }
.label-videos  { color: var(--videos); }

/* ── TOP SPLIT CAROUSELS ── */
.top-split { display: grid; grid-template-columns: 3fr 2fr; border-bottom: 1px solid var(--light-gray); }
.carousel-wrap { position: relative; overflow: hidden; }
.carousel-wrap.stories { border-right: 1px solid var(--light-gray); }
.carousel-header { display: flex; justify-content: space-between; align-items: center; padding: 14px 24px 10px; border-bottom: 1px solid var(--light-gray); }
.carousel-header h2 { font-size: 11px; font-weight: 600; color: var(--navy); text-transform: uppercase; letter-spacing: 0.1em; }
.carousel-controls { display: flex; gap: 6px; }
.carr-btn { width: 26px; height: 26px; border: 1px solid var(--light-gray); background: var(--white); border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 13px; color: var(--text-mid); transition: all 0.15s; user-select: none; }
.carr-btn:hover { background: var(--navy); color: var(--white); border-color: var(--navy); }
.carousel-track { display: flex; transition: transform 0.35s cubic-bezier(.4,0,.2,1); }
.carousel-slide { min-width: 100%; padding: 20px 24px 22px; flex-shrink: 0; }
.slide-img { width: 100%; aspect-ratio: 16/9; background: linear-gradient(160deg, #1e3a52 0%, #0d1b2a 100%); border-radius: 2px; margin-bottom: 14px; position: relative; overflow: hidden; }
.slide-img img { width: 100%; height: 100%; object-fit: cover; }
.slide-badge { position: absolute; top: 10px; left: 10px; background: rgba(13,27,42,0.85); padding: 3px 8px; font-size: 10px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--silver-light); }
.headline-main { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 700; line-height: 1.2; color: var(--navy); margin-bottom: 8px; transition: color 0.15s; }
.headline-main:hover { color: var(--navy-light); }
.byline { font-size: 11px; color: var(--text-muted); margin-bottom: 7px; }
.byline strong { color: var(--navy); font-weight: 500; }
.deck { font-family: 'Source Serif 4', serif; font-size: 13px; line-height: 1.65; color: var(--text-mid); font-weight: 300; }
.carousel-dots { display: flex; gap: 6px; justify-content: center; padding: 10px 0 14px; }
.dot { width: 6px; height: 6px; border-radius: 50%; background: var(--light-gray); cursor: pointer; transition: background 0.2s; border: none; }
.dot.active { background: var(--navy); }

/* ── BRIEF CAROUSEL ── */
.brief-slide { min-width: 100%; padding: 16px 20px 18px; flex-shrink: 0; }
.brief-thumb { width: 100%; aspect-ratio: 16/9; background: var(--navy); border-radius: 2px; margin-bottom: 12px; display: flex; align-items: center; justify-content: center; cursor: pointer; position: relative; overflow: hidden; }
.brief-thumb img { width: 100%; height: 100%; object-fit: cover; position: absolute; }
.play-btn { width: 36px; height: 36px; background: rgba(255,255,255,0.15); border: 2px solid rgba(255,255,255,0.6); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all 0.2s; position: relative; z-index: 1; }
.play-btn::after { content: ''; width: 0; height: 0; border-style: solid; border-width: 7px 0 7px 13px; border-color: transparent transparent transparent rgba(255,255,255,0.9); margin-left: 3px; }
.brief-thumb:hover .play-btn { background: rgba(255,255,255,0.25); border-color: white; }
.ep-label { font-size: 10px; color: var(--videos); font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; display: block; margin-bottom: 5px; }
.brief-title { font-family: 'Playfair Display', serif; font-size: 16px; font-weight: 600; line-height: 1.3; color: var(--navy); margin-bottom: 5px; }
.brief-deck { font-size: 12px; color: var(--text-muted); line-height: 1.5; }

/* ── HERO GRID ── */
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--light-gray); }
.hero-main { border-right: 1px solid var(--light-gray); padding: 24px 28px; }
.hero-side { display: flex; flex-direction: column; }
.hero-secondary { border-bottom: 1px solid var(--light-gray); padding: 18px 22px; }
.hero-tertiary { padding: 18px 22px; }
.thumb { width: 100%; aspect-ratio: 16/9; background: linear-gradient(135deg, var(--navy-light), var(--navy)); border-radius: 2px; margin-bottom: 10px; overflow: hidden; }
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.headline-sub { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 600; line-height: 1.3; color: var(--navy); margin-bottom: 6px; transition: color 0.15s; }
.headline-sub:hover { color: var(--navy-light); }
.headline-sm { font-family: 'Playfair Display', serif; font-size: 15px; font-weight: 600; line-height: 1.3; color: var(--navy); margin-bottom: 5px; transition: color 0.15s; }
.headline-sm:hover { color: var(--navy-light); }

/* ── CONTENT COLUMNS ── */
.content-area { display: grid; grid-template-columns: 1fr 1fr 1fr; border-top: 2px solid var(--navy); }
.content-col { padding: 22px; border-right: 1px solid var(--light-gray); display: flex; flex-direction: column; }
.content-col:last-child { border-right: none; }
.col-header { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; border-bottom: 2px solid currentColor; padding-bottom: 7px; margin-bottom: 14px; }
.col-content { display: flex; flex-direction: column; flex: 1; justify-content: space-around; }
.article-card { padding-bottom: 14px; margin-bottom: 14px; border-bottom: 1px solid var(--light-gray); }
.article-card:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.thumb-sm { width: 100%; aspect-ratio: 2/1; background: linear-gradient(135deg, var(--navy-light), var(--navy)); border-radius: 2px; margin-bottom: 8px; overflow: hidden; }
.thumb-sm img { width: 100%; height: 100%; object-fit: cover; }
.center-col .article-card { display: flex; flex-direction: column; align-items: center; text-align: center; }
.center-col .col-header { text-align: center; }

/* ── FEATURE STRIP ── */
.feature-strip { background: var(--navy); padding: 26px 24px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; border-top: 3px solid var(--silver); }
.feature-card { border-left: 2px solid var(--silver); padding-left: 16px; }
.feature-headline { font-family: 'Playfair Display', serif; font-size: 14px; font-weight: 600; color: var(--white); line-height: 1.3; margin-bottom: 5px; transition: color 0.15s; }
.feature-card:hover .feature-headline { color: var(--silver-light); }
.feature-deck { font-size: 12px; color: rgba(255,255,255,0.45); line-height: 1.5; }
.feature-label { font-size: 10px; color: var(--silver); font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; display: block; margin-bottom: 7px; }

/* ── VIDEO SECTION ── */
.video-section { padding: 26px 24px; border-top: 1px solid var(--light-gray); }
.video-section-header { display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid var(--navy); padding-bottom: 8px; margin-bottom: 18px; }
.video-section-header h2 { font-size: 13px; font-weight: 600; color: var(--navy); text-transform: uppercase; letter-spacing: 0.1em; }
.brief-badge { background: var(--navy); color: var(--silver-light); font-size: 10px; font-weight: 500; padding: 4px 10px; letter-spacing: 0.1em; text-transform: uppercase; }
.video-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; }
.video-thumb { width: 100%; aspect-ratio: 16/9; background: var(--navy); border-radius: 2px; display: flex; align-items: center; justify-content: center; margin-bottom: 8px; cursor: pointer; position: relative; overflow: hidden; }
.video-thumb img { width: 100%; height: 100%; object-fit: cover; position: absolute; }
.video-play { width: 30px; height: 30px; background: rgba(255,255,255,0.12); border: 1.5px solid rgba(255,255,255,0.5); border-radius: 50%; display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; }
.video-play::after { content: ''; width: 0; height: 0; border-style: solid; border-width: 6px 0 6px 11px; border-color: transparent transparent transparent rgba(255,255,255,0.85); margin-left: 2px; }

/* ── FOOTER ── */
footer { background: var(--navy); padding: 22px 24px; display: flex; justify-content: space-between; align-items: center; border-top: 3px solid var(--silver); }
.ft-title { font-family: 'Playfair Display', serif; font-size: 18px; color: var(--white); }
.ft-links { display: flex; gap: 14px; }
.ft-links a { font-size: 11px; color: rgba(255,255,255,0.35); text-transform: uppercase; letter-spacing: 0.06em; transition: color 0.15s; }
.ft-links a:hover { color: var(--white); }
.ft-copy { font-size: 11px; color: rgba(255,255,255,0.25); }

/* ── ARTICLE PAGE ── */
.breadcrumb { padding: 12px 24px; border-bottom: 1px solid var(--light-gray); font-size: 12px; color: var(--text-muted); display: flex; align-items: center; gap: 8px; }
.breadcrumb a { color: var(--text-muted); transition: color 0.15s; }
.breadcrumb a:hover { color: var(--navy); }
.breadcrumb-sep { color: var(--silver-light); }
.article-layout { display: grid; grid-template-columns: 1fr 300px; border-bottom: 1px solid var(--light-gray); }
.article-main { padding: 32px 40px 40px 32px; border-right: 1px solid var(--light-gray); }
.article-sidebar { padding: 28px 20px; }
.article-section-label { font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; display: inline-block; margin-bottom: 14px; padding: 3px 10px; border-radius: 2px; }
.article-headline { font-family: 'Playfair Display', serif; font-size: 38px; font-weight: 700; line-height: 1.15; color: var(--navy); margin-bottom: 14px; }
.article-dek { font-family: 'Source Serif 4', serif; font-size: 18px; font-weight: 300; line-height: 1.55; color: var(--text-mid); margin-bottom: 20px; font-style: italic; border-left: 3px solid var(--silver); padding-left: 16px; }
.article-meta { display: flex; align-items: center; margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid var(--light-gray); }
.author-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--navy-light); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 500; color: var(--silver-light); margin-right: 12px; flex-shrink: 0; overflow: hidden; }
.author-avatar img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%); }
.author-info { flex: 1; }
.author-name { font-size: 13px; font-weight: 500; color: var(--navy); }
.author-role { font-size: 12px; color: var(--text-muted); }
.article-date { font-size: 12px; color: var(--text-muted); margin-left: auto; }
.article-hero-img { width: 100%; aspect-ratio: 16/9; background: linear-gradient(160deg, #1e3a52 0%, #0d1b2a 100%); border-radius: 2px; margin-bottom: 10px; overflow: hidden; }
.article-hero-img img { width: 100%; height: 100%; object-fit: cover; }
.article-img-caption { font-size: 11px; color: var(--text-muted); margin-bottom: 28px; font-style: italic; }
.article-body { font-family: 'Source Serif 4', serif; font-size: 17px; line-height: 1.8; color: var(--text-mid); font-weight: 300; }
.article-body p { margin-bottom: 1.4em; }
.article-body p:first-child::first-letter { font-family: 'Playfair Display', serif; font-size: 64px; font-weight: 700; float: left; line-height: 0.85; padding-right: 8px; padding-top: 6px; color: var(--navy); }
.article-body blockquote { border-left: 3px solid var(--navy); padding: 12px 0 12px 20px; margin: 28px 0; font-size: 20px; font-weight: 300; font-style: italic; color: var(--navy); line-height: 1.5; }
.article-body blockquote cite { display: block; font-size: 13px; font-style: normal; color: var(--text-muted); margin-top: 8px; font-family: 'DM Sans', sans-serif; }
.article-body h2 { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 600; color: var(--navy); margin: 2em 0 0.6em; }
.article-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 32px; padding-top: 20px; border-top: 1px solid var(--light-gray); }
.tag { font-size: 11px; padding: 4px 10px; border: 1px solid var(--light-gray); border-radius: 2px; color: var(--text-muted); transition: all 0.15s; }
.tag:hover { border-color: var(--navy); color: var(--navy); }
.sidebar-section { margin-bottom: 28px; padding-bottom: 28px; border-bottom: 1px solid var(--light-gray); }
.sidebar-section:last-child { border-bottom: none; }
.sidebar-header { font-size: 11px; font-weight: 600; color: var(--navy); text-transform: uppercase; letter-spacing: 0.1em; border-bottom: 2px solid var(--navy); padding-bottom: 7px; margin-bottom: 14px; }
.sidebar-story { padding-bottom: 12px; margin-bottom: 12px; border-bottom: 1px solid var(--light-gray); }
.sidebar-story:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.sidebar-story-label { font-size: 10px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; display: block; margin-bottom: 5px; }
.sidebar-story-hed { font-family: 'Playfair Display', serif; font-size: 14px; font-weight: 600; line-height: 1.3; color: var(--navy); margin-bottom: 4px; transition: color 0.15s; }
.sidebar-story-hed:hover { color: var(--navy-light); }
.sidebar-story-date { font-size: 11px; color: var(--text-muted); }
.sidebar-thumb { width: 100%; aspect-ratio: 3/2; background: linear-gradient(135deg, var(--navy-light), var(--navy)); border-radius: 2px; margin-bottom: 8px; overflow: hidden; }
.sidebar-thumb img { width: 100%; height: 100%; object-fit: cover; }
.author-bio { background: var(--silver-pale); border-radius: 2px; padding: 16px; border-left: 3px solid var(--silver); }
.author-bio-avatar { width: 48px; height: 48px; border-radius: 50%; background: var(--navy-light); display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 500; color: var(--silver-light); margin-bottom: 10px; overflow: hidden; }
.author-bio-avatar img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%); }
.author-bio-name { font-size: 14px; font-weight: 500; color: var(--navy); margin-bottom: 2px; }
.author-bio-role { font-size: 11px; color: var(--text-muted); margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.07em; }
.author-bio-text { font-size: 12px; color: var(--text-mid); line-height: 1.6; }
.more-stories { padding: 32px 32px 40px; }
.more-header { font-size: 13px; font-weight: 600; color: var(--navy); text-transform: uppercase; letter-spacing: 0.1em; border-bottom: 2px solid var(--navy); padding-bottom: 8px; margin-bottom: 20px; }
.more-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
.more-card { cursor: pointer; }
.more-thumb { width: 100%; aspect-ratio: 3/2; background: linear-gradient(135deg, var(--navy-light), var(--navy)); border-radius: 2px; margin-bottom: 10px; overflow: hidden; }
.more-thumb img { width: 100%; height: 100%; object-fit: cover; }
.more-label { font-size: 10px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; display: block; margin-bottom: 5px; }
.more-hed { font-family: 'Playfair Display', serif; font-size: 16px; font-weight: 600; line-height: 1.3; color: var(--navy); margin-bottom: 5px; transition: color 0.15s; }
.more-card:hover .more-hed { color: var(--navy-light); }
.more-byline { font-size: 11px; color: var(--text-muted); }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .site-title { font-size: 36px; }
  .top-split { grid-template-columns: 1fr; }
  .hero-grid { grid-template-columns: 1fr; }
  .content-area { grid-template-columns: 1fr; }
  .feature-strip { grid-template-columns: 1fr; }
  .video-grid { grid-template-columns: 1fr 1fr; }
  .article-layout { grid-template-columns: 1fr; }
  .more-grid { grid-template-columns: 1fr 1fr; }
  .nav-inner { flex-wrap: wrap; }
  .nav-inner a { padding: 0 10px; font-size: 11px; }
}
