@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Newsreader:opsz,wght@6..72,500;6..72,600;6..72,700&display=swap');

:root {
  --ink: #173042;
  --muted: #61727d;
  --line: #dce6ea;
  --paper: #f7fafb;
  --white: #ffffff;
  --navy: #123b53;
  --navy-2: #1d506b;
  --teal: #087f78;
  --gold: #f4c95d;
  --shadow: 0 18px 50px rgba(18, 59, 83, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'DM Sans', system-ui, sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--teal); }
button { font: inherit; }
.site-shell { min-height: 100vh; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-header { background: rgba(247,250,251,.94); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 10; backdrop-filter: blur(14px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; font-weight: 700; letter-spacing: -.02em; color: var(--navy); }
.brand-mark { width: 40px; height: 40px; border-radius: 11px; background: var(--navy); display: grid; place-items: center; flex: 0 0 40px; position: relative; overflow: hidden; }
.brand-mark::before { content: ''; width: 20px; height: 20px; border: 2px solid var(--gold); border-right-color: transparent; border-radius: 50%; transform: rotate(-34deg); }
.brand-mark::after { content: ''; position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); top: 10px; right: 9px; box-shadow: -8px 12px 0 -1px var(--gold); }
.brand-name { font-size: 1.08rem; }
.site-header .brand-name { color: var(--teal); }
.site-footer .brand-name { color: white; }
.main-nav { display: flex; align-items: center; gap: 24px; color: #405968; font-size: .92rem; }
.main-nav a { padding: 25px 0; border-bottom: 2px solid transparent; }
.main-nav a:hover, .main-nav a.active { color: var(--navy); border-bottom-color: var(--gold); }
.nav-toggle { display: none; border: 1px solid var(--line); background: white; color: var(--navy); border-radius: 9px; padding: 7px 10px; cursor: pointer; }
.mobile-nav { display: none; border-top: 1px solid var(--line); padding: 12px 20px 18px; }
.mobile-nav.open { display: grid; gap: 8px; }
.mobile-nav a { padding: 8px 0; color: var(--navy); }

.eyebrow { color: var(--teal); font-size: .75rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 700; }
.page-section { padding: 64px 0; }
.home-intro { padding: 68px 0 38px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(300px, .72fr); gap: 62px; align-items: start; }
.home-intro > div { max-width: 760px; }
.home-intro h1 { font: 600 clamp(2.7rem, 4.1vw, 4.3rem)/.98 Newsreader, Georgia, serif; letter-spacing: -.05em; margin: 14px 0 22px; color: var(--navy); max-width: 620px; }
.home-intro p { max-width: 610px; color: var(--muted); font-size: 1.1rem; margin: 0; }
.home-intro-panel { position: relative; padding: 26px 28px 24px; border: 1px solid var(--line); border-left: 4px solid var(--gold); border-radius: 14px; background: rgba(255,255,255,.72); color: var(--navy); }
.home-intro-panel .eyebrow { color: var(--teal); }
.home-intro-panel h2 { max-width: 360px; margin: 12px 0 10px; color: var(--navy); font: 600 clamp(1.75rem, 2.7vw, 2.35rem)/1.04 Newsreader, Georgia, serif; letter-spacing: -.035em; }
.home-intro-panel p { max-width: 360px; color: var(--muted); font-size: .95rem; line-height: 1.5; }
.intro-checks { margin-top: 22px; border-top: 1px solid var(--line); }
.intro-checks div { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: .88rem; }
.intro-checks strong { color: var(--gold); font-size: .73rem; letter-spacing: .12em; }
.intro-checks span { color: var(--navy); }
.intro-panel-link { display: inline-flex; margin-top: 20px; color: var(--teal); font-weight: 700; font-size: .9rem; }
.intro-panel-link:hover { color: var(--teal); text-decoration: underline; text-decoration-color: rgba(244,201,93,.7); text-underline-offset: 4px; }
.home-search { display: grid; grid-template-columns: minmax(220px, .42fr) minmax(0, 1fr); align-items: end; gap: 34px; padding: 28px 32px; border: 1px solid var(--line); border-left: 4px solid var(--gold); border-radius: 15px; background: rgba(255,255,255,.72); }
.home-search-intro h2 { margin: 5px 0 4px; color: var(--navy); font: 600 clamp(1.55rem, 2.3vw, 2rem)/1.08 Newsreader, Georgia, serif; letter-spacing: -.03em; }
.home-search-intro p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.5; }
.site-search-form { display: flex; min-width: 0; }
.site-search-form input { min-width: 0; flex: 1; height: 52px; padding: 0 17px; border: 1px solid #b7c7ce; border-right: 0; border-radius: 9px 0 0 9px; background: var(--white); color: var(--ink); font: 500 .98rem 'DM Sans', system-ui, sans-serif; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.site-search-form input::placeholder { color: #788994; }
.site-search-form input:focus { position: relative; z-index: 1; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(8,127,120,.13); }
.site-search-form button { height: 52px; padding: 0 19px; border: 1px solid var(--teal); border-radius: 0 9px 9px 0; background: var(--teal); color: white; font: 700 .8rem 'DM Sans', system-ui, sans-serif; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.site-search-form button:hover { background: var(--navy); border-color: var(--navy); }
.site-search-form button:active { transform: translateY(1px); }
.search-page { padding: 40px 0 72px; }
.search-page-form { max-width: 800px; margin-bottom: 36px; }
.search-empty { max-width: 680px; padding: 34px; border: 1px solid var(--line); border-radius: 15px; background: var(--white); }
.search-empty h2 { margin: 0 0 7px; color: var(--navy); font: 600 1.8rem/1.1 Newsreader, Georgia, serif; letter-spacing: -.03em; }
.search-empty p { margin: 0; color: var(--muted); }
.search-empty p a { color: var(--teal); text-decoration: underline; text-decoration-color: rgba(244,201,93,.65); text-underline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 24px; }
.section-heading h2, .page-title { margin: 6px 0 0; color: var(--navy); font: 600 clamp(2rem, 4vw, 3.25rem)/1.02 Newsreader, Georgia, serif; letter-spacing: -.04em; }
.section-heading a { color: var(--teal); font-weight: 600; font-size: .92rem; white-space: nowrap; }
.feature-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 20px; align-items: stretch; }
.feature-card { height: auto; min-height: 470px; border-radius: 18px; padding: 32px; display: flex; flex-direction: column; justify-content: flex-end; color: white; position: relative; overflow: hidden; background: linear-gradient(135deg, #164c66 0%, #0b7f79 100%); transition: transform .2s ease, box-shadow .2s ease; }
.feature-card:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(18,59,83,.18), 0 0 0 2px rgba(244,201,93,.28); }
.feature-card::before { content: ''; position: absolute; width: 260px; height: 260px; border-radius: 50%; right: -55px; top: -60px; background: rgba(244,201,93,.25); }
.feature-card::after { content: ''; position: absolute; width: 170px; height: 170px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; right: 35px; top: 38px; }
.feature-card > * { position: relative; z-index: 1; }
.feature-card h3 { font: 600 clamp(2rem, 4vw, 3.35rem)/1.03 Newsreader, Georgia, serif; letter-spacing: -.04em; max-width: 680px; margin: 12px 0 16px; }
.feature-card h3 a { text-decoration: underline; text-decoration-color: transparent; text-decoration-thickness: 1px; text-underline-offset: 6px; transition: text-decoration-color .32s ease; }
.feature-card h3 a:hover { color: white; text-decoration-color: rgba(244,201,93,.58); }
.feature-card p { margin: 0; color: rgba(255,255,255,.84); max-width: 620px; }
.feature-link { display: inline-flex; margin-top: 24px; font-weight: 700; color: var(--gold); }
.feature-card .feature-link:hover { color: var(--gold); text-decoration: underline; text-decoration-color: rgba(244,201,93,.72); text-decoration-thickness: 1px; text-underline-offset: 4px; }
.side-stories { display: grid; gap: 20px; }
.story-card { padding: 24px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; transition: transform .2s ease, box-shadow .2s ease; }
.story-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.story-card-art { height: 92px; margin: -24px -24px 18px; background-size: cover; background-position: center; }
.story-card h3 { margin: 8px 0 8px; font: 600 1.55rem/1.1 Newsreader, Georgia, serif; color: var(--navy); letter-spacing: -.025em; }
.story-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.meta { color: var(--muted); font-size: .78rem; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.meta .dot { color: var(--gold); }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.article-card { display: flex; background: var(--white); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.article-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.article-card > a { display: flex; flex-direction: column; width: 100%; height: 100%; }
.article-art { height: 142px; padding: 16px; color: white; display: flex; align-items: flex-start; justify-content: space-between; background: linear-gradient(135deg, #164c66, #299a8d); background-size: cover; background-position: center; }
.article-art span { font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; font-weight: 700; opacity: .92; }
.art-symbol { font: 600 2.7rem/1 Newsreader, Georgia, serif; color: rgba(255,255,255,.6); }
.article-card-body { display: flex; flex: 1; flex-direction: column; padding: 18px 19px 20px; }
.article-card h3 { margin: 8px 0 9px; font: 600 1.38rem/1.08 Newsreader, Georgia, serif; color: var(--navy); letter-spacing: -.025em; }
.article-card p { margin: 0 0 14px; color: var(--muted); font-size: .9rem; line-height: 1.5; }
.article-card-body .feature-link { margin-top: auto; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.category-card { padding: 24px; border: 1px solid var(--line); border-radius: 15px; background: var(--white); min-height: 145px; }
.category-card h3 { margin: 7px 0 7px; color: var(--navy); font: 600 1.55rem Newsreader, Georgia, serif; }
.category-card p { margin: 0; color: var(--muted); font-size: .88rem; }
.category-count { margin-top: 14px; color: var(--teal); font-size: .8rem; font-weight: 700; }
.about-strip { background: var(--navy); color: white; padding: 34px 38px; border-radius: 18px; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.about-strip h2 { font: 600 2.15rem/1.05 Newsreader, Georgia, serif; margin: 0 0 7px; }
.about-strip p { margin: 0; color: rgba(255,255,255,.75); max-width: 700px; }
.button-link { display: inline-flex; background: var(--gold); color: var(--navy); border-radius: 9px; padding: 11px 17px; font-weight: 700; white-space: nowrap; }

.page-header { padding: 66px 0 34px; background: linear-gradient(180deg, #edf5f5, var(--paper)); border-bottom: 1px solid var(--line); }
.page-header p { max-width: 680px; color: var(--muted); margin: 16px 0 0; font-size: 1.05rem; }
.breadcrumbs { color: var(--muted); font-size: .83rem; margin-bottom: 16px; }
.breadcrumbs a { color: var(--teal); }
.article-page { padding: 54px 0 72px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 250px; gap: 28px; align-items: start; }
.article-layout > article { min-width: 0; }
.article-header h1 { margin: 11px 0 20px; color: var(--navy); font: 600 clamp(2.2rem, 3.5vw, 3.4rem)/1.04 Newsreader, Georgia, serif; letter-spacing: -.055em; }
.article-dek { color: #4d6572; font-size: 1.16rem; line-height: 1.55; max-width: 710px; }
.article-byline { margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.byline-tag { background: #e5f2f0; color: var(--teal); padding: 4px 9px; border-radius: 5px; font-size: .78rem; font-weight: 700; }
.article-hero { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 14px; margin-top: 28px; box-shadow: var(--shadow); }
.article-content { margin-top: 38px; }
.article-content h2 { margin: 39px 0 12px; color: var(--navy); font: 600 2rem/1.1 Newsreader, Georgia, serif; letter-spacing: -.03em; scroll-margin-top: 96px; }
.article-content p { color: #2e4655; font-size: 1.06rem; }
.article-content ul { padding-left: 22px; color: #2e4655; }
.article-content li { margin: 7px 0; }
.article-content table { width: 100%; border-collapse: collapse; margin: 26px 0; font-size: .95rem; background: white; }
.article-content th { text-align: left; color: white; background: var(--teal); padding: 12px 13px; }
.article-content td { padding: 11px 13px; border: 1px solid var(--line); color: #2e4655; }
.article-content .table-responsive { overflow-x: auto; }
.article-aside { position: sticky; top: 105px; }
.aside-card { padding: 18px; border: 1px solid var(--line); border-radius: 13px; background: white; }
.aside-card h3 { margin: 0 0 11px; color: var(--navy); font-size: .92rem; text-transform: uppercase; letter-spacing: .1em; }
.aside-card a { display: block; padding: 9px 0; border-top: 1px solid var(--line); font: 450 1.08rem/1.15 Newsreader, Georgia, serif; color: var(--navy); text-decoration: underline; text-decoration-color: transparent; text-decoration-thickness: 1px; text-underline-offset: 4px; transition: color .2s ease, text-decoration-color .32s ease; }
.aside-card a:hover, .aside-card a:focus-visible { color: var(--teal); text-decoration-color: rgba(244,201,93,.58); }
.disclaimer { background: #edf5f5; border-left: 3px solid var(--teal); padding: 16px 18px; margin: 32px 0; color: #3c5965; font-size: .93rem; }
.ai-note { background: #fff6dc; border-left-color: var(--gold); }
.related { margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--line); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.related-card { display: block; padding: 0; border: 1px solid var(--line); border-radius: 11px; background: white; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.related-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.related-card-art { height: 112px; background: linear-gradient(135deg, #164c66, #299a8d); background-size: cover; background-position: center; }
.related-card-body { padding: 16px; }
.related-card h3 { margin: 6px 0 0; font: 600 1.23rem/1.12 Newsreader, Georgia, serif; color: var(--navy); }
.legal-page { max-width: 850px; padding: 62px 0 80px; }
.legal-page > .eyebrow { display: block; margin-bottom: 18px; line-height: 1.25; }
.legal-page h1 { font: 600 clamp(2.2rem, 3.25vw, 3.3rem)/1.04 Newsreader, Georgia, serif; color: var(--navy); letter-spacing: -.045em; margin: 0 0 18px; }
.legal-page h2 { margin: 34px 0 8px; color: var(--navy); font: 600 1.7rem Newsreader, Georgia, serif; }
.legal-page p, .legal-page li { color: #36515f; }
.legal-page ul { padding-left: 22px; }
.contact-box { background: var(--navy); color: white; border-radius: 16px; padding: 25px 28px; margin-top: 24px; }
.contact-box p { color: rgba(255,255,255,.84); margin: 5px 0; }
.contact-box a { color: var(--gold); font-weight: 700; }
.contact-box .email-obfuscated { color: inherit; font-weight: inherit; }
.site-footer { margin-top: 40px; background: #0d2e40; color: white; padding: 45px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 38px; }
.footer-brand { color: white; }
.footer-copy { color: rgba(255,255,255,.7); max-width: 410px; margin: 15px 0 0; font-size: .9rem; }
.footer-col h3 { margin: 0 0 12px; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; color: var(--gold); }
.footer-col a { display: block; color: rgba(255,255,255,.78); margin: 7px 0; font-size: .9rem; }
.footer-privacy-choice { display: block; appearance: none; border: 0; padding: 0; margin: 7px 0; background: transparent; color: rgba(255,255,255,.78); font-size: .9rem; line-height: inherit; text-align: left; cursor: pointer; }
.footer-privacy-choice:hover, .footer-privacy-choice:focus-visible { color: white; text-decoration: underline; text-decoration-color: rgba(244,201,93,.65); text-underline-offset: 3px; }
.footer-address { color: rgba(255,255,255,.75); font-size: .9rem; line-height: 1.55; }
.footer-address .email-obfuscated { color: inherit; }
.email-obfuscated { white-space: nowrap; }
.email-at::before { content: '\0040'; }
.email-dot::before { content: '\002e'; }
.footer-bottom { margin-top: 34px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.55); font-size: .78rem; }
.consent-banner { position: fixed; z-index: 30; left: 50%; bottom: 18px; width: min(760px, calc(100% - 32px)); transform: translateX(-50%); display: flex; align-items: center; gap: 20px; padding: 17px 18px; border: 1px solid var(--line); border-top: 3px solid var(--gold); border-radius: 15px; background: var(--white); box-shadow: var(--shadow); }
.consent-banner p { flex: 1; margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.5; }
.consent-banner p a { color: var(--teal); text-decoration: underline; text-decoration-color: rgba(244,201,93,.7); text-underline-offset: 3px; }
.consent-actions { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.consent-button { border: 1px solid var(--teal); border-radius: 8px; padding: 9px 12px; background: var(--teal); color: white; font: 700 .78rem 'DM Sans', system-ui, sans-serif; letter-spacing: .03em; cursor: pointer; }
.consent-button:hover { background: var(--navy); border-color: var(--navy); }
.consent-button-quiet { background: var(--white); color: var(--navy); border-color: #b7c7ce; }
.consent-button-quiet:hover { background: #edf5f5; color: var(--navy); border-color: var(--teal); }
.consent-dialog-backdrop { position: fixed; inset: 0; z-index: 40; display: grid; place-items: center; padding: 20px; background: rgba(11, 34, 48, .48); }
.consent-dialog-backdrop[hidden] { display: none; }
.consent-dialog { position: relative; width: min(530px, 100%); padding: 28px; border: 1px solid var(--line); border-top: 3px solid var(--gold); border-radius: 16px; background: var(--white); box-shadow: 0 22px 70px rgba(8,32,46,.3); }
.consent-dialog h2 { margin: 6px 34px 8px 0; color: var(--navy); font: 600 2rem/1.05 Newsreader, Georgia, serif; letter-spacing: -.035em; }
.consent-dialog p { margin: 0 0 18px; color: var(--muted); font-size: .94rem; line-height: 1.55; }
.consent-close { position: absolute; top: 14px; right: 14px; width: 32px; height: 32px; border: 0; border-radius: 7px; background: transparent; color: var(--navy); font-size: 1.55rem; line-height: 1; cursor: pointer; }
.consent-close:hover, .consent-close:focus-visible { background: #edf5f5; }
.consent-option { display: flex; gap: 12px; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--navy); cursor: pointer; }
.consent-option input { width: 17px; height: 17px; margin: 4px 0 0; accent-color: var(--teal); }
.consent-option input:disabled { opacity: .55; cursor: not-allowed; }
.consent-option strong, .consent-option small { display: block; }
.consent-option small { margin-top: 2px; color: var(--muted); font-size: .84rem; line-height: 1.45; }
.consent-note { margin-top: 14px !important; font-size: .83rem !important; }
.empty-state { padding: 80px 0; text-align: center; }
.empty-state h1 { font: 600 3rem Newsreader, Georgia, serif; color: var(--navy); }

@media (max-width: 760px) {
  .main-nav { display: none; }
  .nav-toggle { display: inline-flex; }
  .home-intro, .feature-grid, .article-layout { grid-template-columns: 1fr; }
  .home-intro { gap: 26px; padding-top: 48px; }
  .article-aside { display: none; }
  .article-content { margin-top: 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .home-search { grid-template-columns: 1fr; gap: 18px; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1160px); }
  .page-section { padding: 44px 0; }
  .home-intro h1 { font-size: 2.8rem; }
  .feature-card { height: auto; min-height: 500px; padding: 23px; }
  .feature-card h3 { font-size: 2.6rem; }
  .article-grid, .category-grid, .related-grid { grid-template-columns: 1fr; }
  .about-strip { padding: 26px 22px; display: block; }
  .about-strip .button-link { margin-top: 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 25px; }
  .article-header h1 { font-size: 2.35rem; }
  .article-content p { font-size: 1rem; }
  .home-search { padding: 22px; }
  .site-search-form { display: grid; grid-template-columns: 1fr; }
  .site-search-form input { border-right: 1px solid #b7c7ce; border-radius: 9px; }
  .site-search-form button { margin-top: 9px; border-radius: 9px; }
  .search-page { padding-top: 30px; }
  .consent-banner { display: block; bottom: 12px; }
  .consent-banner .consent-actions { margin-top: 12px; }
  .consent-button { flex: 1 1 auto; }
  .consent-dialog { padding: 24px 20px; }
}
@media (max-width: 390px) {
  /* Keep long featured-story titles legible on compact 375px phone screens. */
  .feature-card h3 { font-size: 2.1rem; line-height: 1.06; letter-spacing: -.035em; margin: 10px 0 14px; }
  .feature-card p { font-size: .98rem; line-height: 1.55; }
  .feature-link { margin-top: 20px; }
}
