:root {
  --paper: #f4f1e8;
  --ink: #101010;
  --blue: #0b3698;
  --blue-dark: #071f58;
  --yellow: #f6cc28;
  --line: rgba(16, 16, 16, .23);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }

.site-header {
  display: grid;
  grid-template-columns: minmax(310px, 1.05fr) minmax(330px, 1.55fr) auto;
  align-items: center;
  gap: 30px;
  margin: 0 28px;
  padding: 22px 0 19px;
  border-bottom: 5px solid var(--blue);
}
.wordmark, .footer-brand {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: -.045em;
  white-space: nowrap;
}
.wordmark { font-size: clamp(3.7rem, 7vw, 7.6rem); line-height: .78; }
.positioning { margin: 0; padding-left: 30px; border-left: 1px solid var(--line); }
.positioning strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.65rem, 2.7vw, 3.2rem); font-weight: 400; line-height: 1; }
.positioning span { display: block; max-width: 430px; margin-top: 11px; line-height: 1.35; }
.header-cta { font-family: Georgia, serif; font-size: 1.05rem; font-weight: 700; white-space: nowrap; }
.header-cta span { display: inline-grid; place-items: center; width: 35px; height: 35px; margin-left: 9px; border-radius: 50%; background: var(--yellow); }

.hero { display: grid; grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr); min-height: 670px; margin: 16px 28px 0; background: var(--blue); color: white; }
.hero-copy { display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(36px, 6vw, 84px); }
.eyebrow { margin: 0 0 17px; color: var(--yellow); font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero h1 { max-width: 740px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.4rem, 6vw, 7rem); font-weight: 400; letter-spacing: -.055em; line-height: .9; }
.hero-dek { max-width: 620px; margin: 30px 0 0; font-size: clamp(1rem, 1.3vw, 1.22rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; font-size: .82rem; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
.button-primary { background: var(--yellow); color: var(--ink); }
.button-primary:hover { background: #ffdc50; }
.button-secondary { border: 1px solid rgba(255,255,255,.48); }
.button-secondary:hover { background: rgba(255,255,255,.09); }
.hero-art { display: grid; place-items: center; min-width: 0; margin: 0; overflow: hidden; background: #e9dfc6; }
.hero-art img { display: block; width: 100%; height: auto; max-height: 100%; object-fit: contain; }

.coverage { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0 28px; border: 1px solid var(--line); border-top: 0; }
.coverage span { padding: 17px 12px; border-right: 1px solid var(--line); font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.coverage span:last-child { border-right: 0; }

.about { display: grid; grid-template-columns: minmax(180px, .35fr) minmax(0, 1fr); gap: clamp(40px, 8vw, 130px); max-width: 1420px; margin: auto; padding: clamp(74px, 9vw, 135px) 28px; }
.section-label { margin: 10px 0 0; padding-top: 12px; border-top: 5px solid var(--yellow); font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.about h2, .newsletter h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 5vw, 5.6rem); font-weight: 400; letter-spacing: -.045em; line-height: .95; }
.about div > p { max-width: 790px; margin: 31px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.12rem, 1.7vw, 1.45rem); line-height: 1.62; }

.newsletter { display: grid; grid-template-columns: auto minmax(300px, .95fr) minmax(410px, 1.05fr); align-items: center; gap: clamp(28px, 4vw, 65px); margin: 0 28px 34px; padding: clamp(36px, 5vw, 68px); border-top: 1px solid #d0a817; background: #f8e9aa; }
.newsletter-mark { display: grid; place-items: center; width: 88px; height: 88px; border: 2px solid var(--blue); border-radius: 50%; color: var(--blue); font-size: 2.2rem; }
.eyebrow-blue { color: var(--blue); }
.newsletter h2 { font-size: clamp(2.4rem, 4.2vw, 4.8rem); }
.newsletter-copy > p:last-child { max-width: 620px; margin: 22px 0 0; line-height: 1.55; }
.signup { min-width: 0; }
.signup iframe { display: block; width: 100%; max-width: 520px; height: 150px; border: 0; background: transparent; }
.signup > p { max-width: 500px; margin: 10px 0 0; color: #564b2d; font-size: .72rem; line-height: 1.45; }
.signup > p a { color: var(--blue); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

footer { display: grid; grid-template-columns: 1fr 1fr auto; align-items: end; gap: 28px; padding: 45px 28px 38px; background: var(--ink); color: white; }
.footer-brand { font-size: clamp(2.7rem, 5vw, 5.8rem); line-height: .8; }
footer p { margin: 0; color: #bdbdbd; line-height: 1.5; }
footer div { display: flex; gap: 25px; font-size: .8rem; }
footer div a:hover { text-decoration: underline; text-underline-offset: 4px; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .positioning { grid-column: 1 / -1; grid-row: 2; padding-left: 0; border-left: 0; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 590px; }
  .hero-art { min-height: 520px; }
  .newsletter { grid-template-columns: auto 1fr; }
  .signup { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .site-header { grid-template-columns: 1fr; gap: 15px; margin: 0 16px; padding-top: 18px; }
  .wordmark { font-size: 4.2rem; }
  .header-cta { display: none; }
  .positioning { grid-row: auto; }
  .positioning strong { font-size: 1.7rem; }
  .hero { margin: 12px 16px 0; }
  .hero-copy { min-height: 540px; padding: 34px 24px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .hero-art { min-height: 360px; }
  .coverage { grid-template-columns: 1fr 1fr; margin: 0 16px; }
  .coverage span { border-bottom: 1px solid var(--line); }
  .coverage span:nth-child(2n) { border-right: 0; }
  .coverage span:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .about { grid-template-columns: 1fr; gap: 35px; padding-left: 16px; padding-right: 16px; }
  .newsletter { grid-template-columns: 1fr; margin: 0 16px 22px; padding: 32px 23px 38px; }
  .newsletter-mark { width: 62px; height: 62px; }
  .signup { grid-column: auto; }
  footer { grid-template-columns: 1fr; align-items: start; padding: 40px 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
