/* ===== SPONSOR PAGE ===== */
.sponsor-main{background:var(--white);padding:4.5rem 1.5rem 5rem}.sponsor-container{max-width:1050px}.sponsor-intro{text-align:center;max-width:680px;margin:0 auto 3.5rem}.sponsor-intro h1{font:900 clamp(2.4rem,6vw,4rem) var(--font-heading);color:var(--navy);margin:.35rem 0 1rem}.sponsor-intro>p:last-child{font-size:1.2rem;color:var(--gray)}.eyebrow{color:var(--red);font-weight:600;letter-spacing:.12em;font-size:.8rem}.sponsor-tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.sponsor-card{background:#fff;border:1px solid #dfe2e7;border-radius:8px;padding:2rem 1.5rem;display:flex;flex-direction:column;min-height:300px;box-shadow:0 5px 18px rgba(26,31,54,.06)}.sponsor-card-featured{border-top:4px solid var(--red);padding-top:calc(2rem - 3px)}.sponsor-card h2,.sponsor-details h2,.sponsor-contact h2{font:700 1.55rem var(--font-heading);color:var(--navy)}.sponsor-price{font:900 2.5rem var(--font-heading);color:var(--red);margin:.5rem 0}.sponsor-card p:not(.sponsor-price):not(.sponsor-label){color:var(--gray)}.sponsor-label{color:var(--red);font-weight:600;font-size:.75rem;letter-spacing:.08em}.sponsor-cta{display:inline-block;align-self:flex-start;background:var(--red);color:#fff;padding:.7rem 1.1rem;border-radius:4px;text-decoration:none;font-weight:600;margin-top:auto}.sponsor-cta:hover{background:var(--red-bright);color:#fff}.sponsor-details{background:#fff;border-left:4px solid var(--red);padding:2rem 2.25rem;margin:3.5rem 0}.sponsor-details p{font-size:1.15rem}.sponsor-note{color:var(--gray);font-size:1rem!important;margin-top:1rem}.sponsor-contact{text-align:center;padding:1rem 0}.sponsor-contact .sponsor-cta{margin-top:1rem}.sponsor-contact h2{font-size:2rem}@media(max-width:760px){.sponsor-tiers{grid-template-columns:1fr}.sponsor-main{padding-top:3rem}}

/* ===== CSS RESET & BASE ===== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --navy: #1A1F36;
  --red: #C43A31;
  --red-bright: #D94A41;
  --gray: #6B7280;
  --white: #F1F3F4;
  --amber: #E5A83C;
  --font-heading: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-body: "Source Sans 3", "Segoe UI", system-ui, sans-serif;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--navy);
  background: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 2px;
}
a:hover {
  color: var(--red-bright);
}

/* ===== NAVIGATION ===== */
.nav {
  background: var(--navy);
  border-bottom: 2px solid rgba(196, 58, 49, 0.3);
  position: sticky;
  top: 0;
  z-index: 100;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1.5rem;
  max-width: 960px;
  margin: 0 auto;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  text-decoration: none;
  color: var(--white);
}

.nav-brand:hover {
  color: var(--white);
}

.nav-logo {
  width: 45px;
  height: auto;
}

.nav-name {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.nav-link {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 0.9375rem;
  color: rgba(241, 243, 244, 0.8);
  text-decoration: none;
  transition: color 0.15s ease;
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
}

.nav-link:hover {
  color: var(--white);
}

.nav-link-active {
  color: var(--white);
  border-bottom-color: var(--red);
}

.nav-link-subscribe {
  color: var(--red);
  font-weight: 600;
}

.nav-link-subscribe:hover {
  color: var(--red-bright);
}

@media (max-width: 600px) {
  .nav-inner {
    padding: 0.4rem 1rem;
  }

  .nav-name {
    font-size: 1rem;
  }

  .nav-links {
    gap: 1rem;
  }

  .nav-link {
    font-size: 0.8125rem;
  }

  .nav-logo {
    width: 34px;
  }
}

/* ===== CONTAINER ===== */
.container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ===== SECTION TITLES ===== */
.section-title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 2rem;
  color: var(--navy);
  margin-bottom: 2.5rem;
  text-align: center;
}

.section-title-light {
  color: var(--white);
}

/* ===== HERO ===== */
.hero {
  background: var(--navy);
  color: var(--white);
  padding: 4rem 1.5rem 5rem;
  text-align: center;
}

.hero-logo {
  display: block;
  margin: 0 auto 2.5rem;
  max-width: 420px;
  width: 100%;
  height: auto;
}

.hero-tagline {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(1.75rem, 5vw, 3rem);
  line-height: 1.2;
  margin-bottom: 1.25rem;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.hero-subtitle {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.7;
  color: rgba(241, 243, 244, 0.85);
  max-width: 640px;
  margin: 0 auto;
}

/* ===== FEATURES ===== */
.features {
  background: var(--white);
  padding: 5rem 1.5rem;
}

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

.feature-card {
  background: #ffffff;
  border: 1px solid #e0e2e5;
  border-radius: 8px;
  padding: 2rem 1.5rem;
  text-align: center;
  transition: box-shadow 0.2s ease;
}

.feature-card:hover {
  box-shadow: 0 4px 20px rgba(26, 31, 54, 0.08);
}

.feature-icon {
  color: var(--navy);
  margin-bottom: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: var(--white);
  border-radius: 12px;
}

.feature-title {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 1.25rem;
  color: var(--navy);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.feature-desc {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--gray);
}

/* ===== BADGES ===== */
.badge {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.2em 0.6em;
  border-radius: 4px;
  vertical-align: middle;
}

.badge-amber {
  background: var(--amber);
  color: var(--navy);
}

/* ===== DEVELOPMENTS ===== */
.developments {
  background: #ffffff;
  padding: 5rem 1.5rem;
  border-top: 1px solid #e0e2e5;
}

.news-feed {
  max-width: 720px;
  margin: 0 auto;
}

.news-item {
  padding: 1.75rem 0;
  border-bottom: 1px solid #e0e2e5;
}

.news-item:first-child {
  padding-top: 0;
}

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

.news-date {
  display: block;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.8125rem;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}

.news-headline {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--navy);
  line-height: 1.35;
  margin-bottom: 0.5rem;
}

.news-summary {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--gray);
}

/* ===== SIGNUP ===== */
.signup {
  background: var(--navy);
  color: var(--white);
  padding: 5rem 1.5rem;
  text-align: center;
}

.signup-desc {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: rgba(241, 243, 244, 0.85);
  max-width: 520px;
  margin: 0 auto 2rem;
}

.signup-form {
  max-width: 540px;
  margin: 0 auto;
}

.signup-input-group {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
}

.signup-input {
  flex: 1;
  min-width: 0;
  padding: 0.875rem 1.125rem;
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--navy);
  background: #ffffff;
  border: 2px solid transparent;
  border-radius: 6px;
  outline: none;
  transition: border-color 0.2s ease;
}

.signup-input:focus {
  border-color: var(--red);
}

.signup-input::placeholder {
  color: var(--gray);
}

.signup-button {
  flex-shrink: 0;
  padding: 0.875rem 1.75rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 1rem;
  color: #ffffff;
  background: var(--red);
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s ease;
  white-space: nowrap;
}

.signup-button:hover {
  background: var(--red-bright);
}

.signup-button:active {
  transform: scale(0.98);
}

.signup-message {
  margin-top: 1rem;
  min-height: 1.5rem;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.signup-message.success {
  color: #8bc34a;
}

.signup-message.error {
  color: #ff8a80;
}

/* ===== NEWS HEADLINE LINKS ===== */
.news-headline-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease;
}

.news-headline-link:hover {
  color: var(--red);
}

/* ===== FOOTER ===== */
.footer {
  background: #141824;
  color: var(--gray);
  padding: 2.5rem 1.5rem;
  text-align: center;
}

.footer-links {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.footer-links a {
  color: var(--gray);
  text-decoration: underline;
}

.footer-links a:hover {
  color: var(--white);
}

.footer-contact {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.footer-contact a {
  color: var(--gray);
  text-decoration: underline;
}

.footer-contact a:hover {
  color: var(--white);
}

.footer-copy {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 0.8125rem;
  color: rgba(107, 114, 128, 0.7);
}

/* ===== ARTICLE PAGE ===== */
.article-main {
  background: #ffffff;
  padding: 3rem 1.5rem 5rem;
  min-height: 60vh;
}

.article-container {
  max-width: 720px;
}

.article-back {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 0.9375rem;
  color: var(--red);
  text-decoration: none;
  margin-bottom: 2rem;
  transition: color 0.15s ease;
}

.article-back:hover {
  color: var(--red-bright);
}

.article-header {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e0e2e5;
}

.article-headline {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  line-height: 1.2;
  color: var(--navy);
  margin-bottom: 1rem;
}

.article-meta {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 0.9375rem;
  color: var(--gray);
  line-height: 1.6;
}

.article-dateline {
  font-weight: 600;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.article-date {
  color: var(--gray);
}

.article-byline {
  color: var(--gray);
  font-style: italic;
}

.article-body {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--navy);
}

.article-body p {
  margin-bottom: 1.25rem;
}

.article-body p:last-child {
  margin-bottom: 0;
}

/* ===== ABOUT PAGE ===== */
.about-main {
  background: #ffffff;
  padding: 3rem 1.5rem 5rem;
  min-height: 60vh;
}

.about-container {
  max-width: 720px;
}

.about-headline {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  line-height: 1.2;
  color: var(--navy);
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--red);
}

.about-section {
  margin-bottom: 2.5rem;
}

.about-section-title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.375rem;
  color: var(--navy);
  margin-bottom: 1rem;
}

.about-section p {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--navy);
  margin-bottom: 1rem;
}

.about-section p:last-child {
  margin-bottom: 0;
}

.about-list {
  list-style: none;
  padding: 0;
}

.about-list li {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--navy);
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  position: relative;
}

.about-list li::before {
  content: "—";
  color: var(--red);
  position: absolute;
  left: 0;
  font-weight: 600;
}

.about-list li:last-child {
  margin-bottom: 0;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .signup-input-group {
    flex-direction: column;
  }

  .signup-button {
    width: 100%;
  }

  .hero {
    padding: 3rem 1rem 4rem;
  }

  .hero-logo {
    max-width: 300px;
    margin-bottom: 2rem;
  }

  .features,
  .developments,
  .signup {
    padding: 3.5rem 1rem;
  }

  .section-title {
    font-size: 1.625rem;
    margin-bottom: 1.75rem;
  }

  .news-headline {
    font-size: 1.125rem;
  }
}

@media (max-width: 480px) {
  .hero-logo {
    max-width: 240px;
  }

  .hero-tagline {
    font-size: 1.5rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }
}
