:root {
  --white: #fff;
  --navy: #052b61;
  --navy-dark: #032451;
  --blue: #0663c7;
  --gold: #ffae00;
  --pale-blue: #dceeff;
  --surface: #fafbfc;
  --text: #1d385c;
  --muted: #6f7d91;
  --border: #dfe3e8;
  --font: "Nunito Sans", system-ui, sans-serif;
  --shadow: 0 7px 20px rgba(2, 33, 76, 0.07);
  --radius: 10px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
  color: var(--navy-dark);
  background: var(--white);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.42;
  -webkit-font-smoothing: antialiased;
}
main { flex: 1; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 800; line-height: 1.08; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.container { width: min(calc(100% - 80px), var(--container)); margin-inline: auto; }
.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; }

.site-header { position: relative; z-index: 10; background: var(--white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; flex: 0 0 auto; gap: 16px; }
.brand img { width: 205px; }
.brand span { padding-left: 16px; border-left: 1px solid var(--border); color: #657184; font-size: 13px; line-height: 1.25; }
.menu-button { width: 44px; height: 44px; display: none; place-items: center; padding: 0; border: 1px solid var(--border); border-radius: 7px; color: var(--navy); background: var(--white); cursor: pointer; }
.menu-button svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.primary-nav { display: flex; align-items: center; justify-content: flex-end; gap: 22px; font-size: 15px; font-weight: 800; }
.primary-nav > a:not(.button) { padding-block: 10px; white-space: nowrap; }

.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 11px 22px; border: 1px solid transparent; border-radius: 7px; font-size: 15px; font-weight: 800; line-height: 1.2; cursor: pointer; transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease; }
.button:hover { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(2, 33, 76, 0.16); }
.button svg, .text-link svg { width: 18px; height: 18px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.button-navy { color: var(--white); background: var(--navy-dark); }
.button-gold { color: var(--navy-dark); background: var(--gold); }
.button-outline { color: var(--navy-dark); border-color: var(--navy-dark); background: rgba(255,255,255,.92); }
.button-small { min-height: 42px; padding: 9px 17px; }
.button-small svg { width: 17px; fill: currentColor; stroke: none; }
.button-compact { min-height: 40px; padding: 8px 16px; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: #0060c9; font-size: 14px; font-weight: 800; }

.hero { position: relative; isolation: isolate; min-height: 390px; overflow: hidden; }
.hero-background { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center top; }
.hero-scrim { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.91) 38%, rgba(255,255,255,.32) 63%, rgba(3,36,81,.04) 100%); }
.hero-inner { min-height: 390px; display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(300px, .85fr); grid-template-rows: 1fr auto; align-items: center; gap: 20px 30px; padding-block: 28px 34px; }
.hero-copy { grid-row: 1 / 3; max-width: 680px; }
.hero-copy .eyebrow { margin-bottom: 9px; font-size: 14px; font-weight: 900; letter-spacing: .065em; text-transform: uppercase; }
.hero-copy h1 { max-width: 680px; margin-bottom: 16px; font-size: clamp(44px, 4.6vw, 58px); letter-spacing: -.03em; }
.hero-copy p:not(.eyebrow) { max-width: 650px; margin-bottom: 22px; font-size: 17px; font-weight: 600; }
.hero-copy strong { color: var(--blue); font-weight: 900; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; }
.referendum-card { grid-column: 2; grid-row: 2; width: 100%; max-width: 350px; justify-self: end; padding: 15px 18px 12px; border: 1px solid rgba(2,33,76,.13); border-radius: 10px; background: rgba(255,255,255,.97); box-shadow: var(--shadow); }
.referendum-heading { display: flex; align-items: center; gap: 12px; }
.referendum-heading img { width: 39px; height: 39px; object-fit: contain; }
.referendum-heading span { display: block; font-size: 12px; font-weight: 600; }
.referendum-heading strong { display: block; font-size: 19px; line-height: 1.2; }
.countdown { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 10px; text-align: center; }
.countdown div { border-right: 1px solid var(--border); }
.countdown div:last-child { border-right: 0; }
.countdown strong { display: block; font-size: 23px; line-height: 1; }
.countdown span { display: block; margin-top: 4px; font-size: 9px; font-weight: 900; }

.features-section { padding: 16px 0 14px; background: linear-gradient(180deg, #fff, #f8fafc); }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.feature-card { min-width: 0; display: flex; align-items: flex-start; gap: 16px; padding: 16px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.feature-card h2 { margin-bottom: 7px; font-size: 20px; }
.feature-card p { margin-bottom: 10px; color: var(--text); font-size: 14px; line-height: 1.43; }
.feature-icon { width: 72px; height: 72px; flex: 0 0 72px; display: grid; place-items: center; border-radius: 50%; }
.feature-icon img { width: 46px; height: 46px; object-fit: contain; }
.feature-icon-blue { background: var(--pale-blue); }
.feature-icon-gold { background: #ffe3a3; }

.impact-section, .answers-section, .vote-section { background: var(--surface); }
.impact-section { padding-bottom: 12px; }
.impact-band { position: relative; overflow: hidden; min-height: 122px; display: grid; grid-template-columns: auto minmax(340px, 1fr) minmax(320px, .8fr); align-items: center; gap: 22px; padding: 18px 32px; color: var(--white); border-radius: var(--radius); background: linear-gradient(115deg, #003a7d, #02214c 72%, #074580); }
.impact-band::after { content: ""; position: absolute; inset: 0; opacity: .1; background: linear-gradient(155deg, transparent 0 57%, #fff 57.5% 58%, transparent 58.5% 66%, #fff 66.5% 67%, transparent 67.5%); }
.impact-band > * { position: relative; z-index: 1; }
.impact-band > img { width: 84px; height: 84px; object-fit: contain; }
.impact-band h2 { margin: 0; color: var(--gold); font-size: clamp(44px, 5vw, 62px); letter-spacing: -.04em; white-space: nowrap; }
.impact-copy { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.5); }
.impact-copy strong { display: block; max-width: 400px; font-size: 21px; line-height: 1.23; }
.impact-copy small { display: block; margin-top: 7px; color: rgba(255,255,255,.76); font-size: 11px; }

.answers-section, .vote-section { padding-bottom: 12px; }
.answers-panel, .vote-panel { display: grid; grid-template-columns: 235px minmax(0, 1fr); gap: 24px; padding: 16px 20px; border: 1px solid var(--border); border-radius: var(--radius); background: rgba(255,255,255,.78); }
.section-intro h2 { display: inline-block; margin-bottom: 9px; padding-bottom: 6px; border-bottom: 3px solid var(--gold); font-size: 29px; }
.section-intro p { margin-bottom: 13px; font-size: 14px; }
.answer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 14px; }
.answer-card { min-width: 0; display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; padding: 11px 14px; border: 1px solid var(--border); border-radius: 8px; background: var(--white); box-shadow: 0 3px 10px rgba(2,33,76,.04); }
.answer-card h3 { margin-bottom: 3px; font-size: 17px; }
.answer-card p { margin-bottom: 0; color: var(--text); font-size: 13px; line-height: 1.32; }
.answer-card > svg { width: 18px; flex: 0 0 18px; fill: none; stroke: var(--blue); stroke-width: 2; }
.vote-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.vote-card { min-width: 0; display: flex; align-items: flex-start; gap: 13px; padding: 12px; border: 1px solid var(--border); border-radius: 8px; background: var(--white); box-shadow: 0 3px 10px rgba(2,33,76,.04); }
.vote-card h3 { margin-bottom: 5px; font-size: 17px; }
.vote-card p { margin-bottom: 9px; color: var(--text); font-size: 13px; line-height: 1.36; }
.vote-icon { width: 54px; height: 54px; flex: 0 0 54px; display: grid; place-items: center; border-radius: 50%; background: #1670c9; }
.vote-icon img { width: 33px; height: 33px; object-fit: contain; filter: brightness(0) invert(1); }
.vote-icon-gold { background: var(--gold); }

.stories-section, .news-section { padding: 14px 0; background: var(--white); }
.section-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 10px; }
.section-heading-row h2 { margin-bottom: 0; font-size: 27px; }
.story-grid, .news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.story-card, .news-card { min-width: 0; overflow: hidden; display: flex; border: 1px solid var(--border); border-radius: 9px; background: var(--white); }
.story-card { min-height: 142px; }
.story-card > img { width: 35%; flex: 0 0 35%; object-fit: cover; object-position: center top; }
.story-card blockquote { min-width: 0; margin: 0; padding: 13px 14px; display: flex; flex-direction: column; justify-content: space-between; }
.story-card blockquote p { margin-bottom: 10px; font-size: 14px; line-height: 1.32; }
.story-card blockquote footer { color: #536177; font-size: 12px; line-height: 1.32; }
.story-card blockquote span { color: var(--muted); }
.news-section { padding-top: 12px; padding-bottom: 18px; }
.news-card { min-height: 142px; }
.news-card > img { width: 39%; flex: 0 0 39%; object-fit: cover; object-position: center; }
.news-card > div { min-width: 0; padding: 12px 13px; }
.news-card time { display: block; margin-bottom: 3px; color: var(--muted); font-size: 10px; font-weight: 800; }
.news-card h3 { margin-bottom: 4px; font-size: 16px; }
.news-card p { margin-bottom: 8px; color: var(--text); font-size: 12px; line-height: 1.32; }

.newsletter { padding: 16px 0; color: var(--white); background: linear-gradient(110deg, #0a4a8e, #02214c 74%, #07539a); }
.newsletter-inner { display: grid; grid-template-columns: auto minmax(330px, 1fr) minmax(420px, 1.15fr); align-items: center; gap: 22px; }
.newsletter-inner > img { width: 62px; height: 50px; object-fit: contain; }
.newsletter-copy h2 { margin-bottom: 2px; font-size: 27px; }
.newsletter-copy p { margin-bottom: 0; font-size: 14px; }
.form-row { display: flex; align-items: stretch; }
.form-row input { min-width: 0; min-height: 46px; flex: 1; padding: 11px 15px; border: 0; border-radius: 7px 0 0 7px; color: var(--navy-dark); background: var(--white); }
.form-row .button { border-radius: 0 7px 7px 0; }
.newsletter-form small { display: flex; align-items: center; gap: 6px; margin-top: 5px; color: rgba(255,255,255,.78); font-size: 11px; }
.newsletter-form small svg { width: 13px; fill: none; stroke: currentColor; stroke-width: 2; }

.site-footer { color: var(--white); background: linear-gradient(120deg, #06366d, #02214c 58%, #04376e); }
.footer-grid { display: grid; grid-template-columns: minmax(250px, 1.35fr) repeat(4, 1fr); align-items: start; gap: 24px; padding-block: 18px 14px; }
.footer-brand > img { width: 180px; margin-bottom: 4px; filter: brightness(0) invert(1); }
.footer-brand > strong { display: block; margin-bottom: 5px; font-size: 12px; }
.footer-brand > p { margin-bottom: 8px; color: rgba(255,255,255,.84); font-size: 12px; line-height: 1.3; }
.social-links { display: flex; gap: 7px; }
.social-links a { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: var(--navy-dark); background: var(--white); }
.social-links svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.social-links a:first-child svg { fill: currentColor; stroke: none; }
.footer-column { display: flex; flex-direction: column; gap: 3px; padding-left: 17px; border-left: 1px solid rgba(255,255,255,.25); }
.footer-column h2 { margin-bottom: 4px; font-size: 14px; }
.footer-column a { color: rgba(255,255,255,.84); font-size: 12px; }
.footer-column a:hover { color: var(--gold); }
.footer-bottom { padding-block: 9px; border-top: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.7); text-align: center; font-size: 11px; }

@media (max-width: 1130px) {
  .container { width: min(calc(100% - 48px), var(--container)); }
  .header-inner { flex-wrap: wrap; padding-block: 10px; }
  .menu-button { display: grid; }
  .primary-nav { width: 100%; flex-wrap: wrap; justify-content: flex-start; gap: 8px 18px; padding-top: 8px; border-top: 1px solid var(--border); }
  .hero-inner { grid-template-columns: minmax(0, 1.35fr) minmax(285px, .8fr); }
  .feature-card { gap: 13px; padding: 14px; }
  .feature-icon { width: 62px; height: 62px; flex-basis: 62px; }
  .feature-icon img { width: 40px; height: 40px; }
}

@media (max-width: 900px) {
  .hero { min-height: 540px; }
  .hero-inner { min-height: 540px; grid-template-columns: 1fr; grid-template-rows: auto auto; align-content: space-between; }
  .hero-copy { grid-column: 1; grid-row: 1; }
  .referendum-card { grid-column: 1; grid-row: 2; }
  .feature-grid { grid-template-columns: 1fr; }
  .impact-band { grid-template-columns: auto 1fr; }
  .impact-copy { grid-column: 1 / -1; padding: 13px 0 0; border-top: 1px solid rgba(255,255,255,.45); border-left: 0; }
  .answers-panel, .vote-panel { grid-template-columns: 1fr; }
  .story-grid, .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .newsletter-inner { grid-template-columns: auto 1fr; }
  .newsletter-form { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .brand { gap: 10px; }
  .brand img { width: 175px; }
  .brand span { padding-left: 10px; font-size: 11px; }
  .primary-nav { font-size: 14px; }
  .hero { min-height: 620px; }
  .hero-scrim { background: linear-gradient(180deg, rgba(255,255,255,.97), rgba(255,255,255,.87) 70%, rgba(255,255,255,.5)); }
  .hero-inner { min-height: 620px; padding-block: 30px 24px; }
  .hero-copy h1 { font-size: 44px; }
  .hero-copy h1 br { display: contents; }
  .referendum-card { max-width: 350px; justify-self: stretch; }
  .answer-grid, .vote-grid, .story-grid, .news-grid { grid-template-columns: 1fr; }
  .section-heading-row { align-items: flex-start; flex-direction: column; gap: 6px; }
  .newsletter-copy h2 { font-size: 24px; }
}

@media (max-width: 520px) {
  .header-inner { gap: 10px; }
  .brand span { font-size: 10px; }
  .primary-nav { gap: 5px 13px; }
  .primary-nav .button { min-height: 40px; padding-inline: 12px; }
  .hero-copy h1 { font-size: 42px; }
  .button-row .button { width: 100%; }
  .impact-band { grid-template-columns: 1fr; padding-inline: 20px; text-align: center; }
  .impact-band > img { margin-inline: auto; }
  .impact-band h2 { font-size: 42px; white-space: normal; }
  .impact-copy { grid-column: auto; }
  .story-card, .news-card { flex-direction: column; }
  .story-card > img, .news-card > img { width: 100%; height: 220px; flex-basis: auto; }
  .newsletter-inner { grid-template-columns: 1fr; }
  .newsletter-form { grid-column: auto; }
  .form-row { flex-direction: column; gap: 9px; }
  .form-row input, .form-row .button { border-radius: 7px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}
.stories-hero { position: relative; isolation: isolate; min-height: 520px; overflow: hidden; color: var(--navy-dark); background: linear-gradient(115deg, #f8f3e8 0%, #e4edf1 50%, #a8c6d1 100%); }
.stories-hero-art { position: absolute; inset: 0; z-index: -3; overflow: hidden; background: linear-gradient(180deg, #dcebf1 0 38%, #d5cab2 38% 47%, #a7b78d 47% 55%, #d6b576 55% 100%); }
.stories-sun { position: absolute; top: 58px; right: 12%; width: 150px; height: 150px; border-radius: 50%; background: rgba(255,202,91,.55); filter: blur(2px); }
.stories-mountain { position: absolute; right: -4%; clip-path: polygon(0 100%, 19% 38%, 31% 67%, 49% 16%, 61% 52%, 73% 27%, 100% 100%); }
.stories-mountain-back { top: 60px; width: 72%; height: 260px; background: #78919a; opacity: .72; }
.stories-mountain-front { top: 120px; width: 66%; height: 280px; background: linear-gradient(145deg, #395b62, #708778 58%, #4d655b); opacity: .92; }
.stories-hero-art::after { content: ""; position: absolute; right: 3%; bottom: -70px; width: 47%; height: 400px; border-radius: 48% 48% 0 0; background: radial-gradient(circle at 18% 30%, #efd0b0 0 5%, transparent 5.3%), radial-gradient(circle at 43% 22%, #e2b18b 0 6%, transparent 6.3%), radial-gradient(circle at 68% 27%, #f0cfb6 0 5.5%, transparent 5.8%), radial-gradient(circle at 89% 20%, #bd815f 0 5%, transparent 5.3%), linear-gradient(90deg, #355b79 0 23%, #5d594a 23% 48%, #427089 48% 73%, #293e5a 73%); opacity: .8; }
.stories-hero-scrim { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.91) 39%, rgba(255,255,255,.34) 65%, rgba(255,255,255,.08) 100%); }
.stories-hero-inner { min-height: 520px; display: flex; align-items: center; padding-block: 70px 92px; }
.stories-hero-copy { max-width: 620px; }
.stories-hero-copy h1 { margin-bottom: 22px; font-size: clamp(48px, 5.4vw, 64px); letter-spacing: -.04em; }
.stories-hero-copy p { max-width: 600px; margin-bottom: 30px; color: var(--text); font-size: 18px; font-weight: 600; line-height: 1.55; }
.stories-hero-copy .button svg, .story-more-row .button svg, .share-story-card .button svg, .stories-newsletter .button svg { fill: none; stroke: currentColor; }
.story-stats { position: relative; z-index: 2; padding-bottom: 90px; background: var(--white); }
.story-stats-panel { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: -54px; padding: 26px 34px; border: 1px solid var(--border); border-radius: 12px; background: rgba(255,255,255,.98); box-shadow: 0 12px 32px rgba(2,33,76,.12); }
.story-stat { min-width: 0; display: flex; align-items: center; justify-content: center; gap: 18px; padding: 8px 30px; border-right: 1px solid var(--border); }
.story-stat:last-child { border-right: 0; }
.story-stat img { width: 66px; height: 66px; flex: 0 0 66px; object-fit: contain; }
.story-stat strong, .story-stat span { display: block; }
.story-stat strong { margin-bottom: 4px; font-size: 20px; line-height: 1.2; }
.story-stat span { color: var(--text); font-size: 15px; }
.story-library { padding: 0 0 100px; background: var(--white); }
.story-tools { display: grid; grid-template-columns: minmax(0, 1fr) 280px; align-items: center; gap: 28px; margin-bottom: 34px; }
.story-filters { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; padding: 12px; border: 1px solid var(--border); border-radius: 10px; background: var(--surface); }
.story-filters strong { margin-right: 3px; font-size: 14px; }
.story-filters button { min-height: 38px; padding: 8px 16px; border: 1px solid #c9d1dc; border-radius: 999px; color: var(--navy-dark); background: var(--white); font-size: 13px; font-weight: 800; cursor: pointer; }
.story-filters button.is-active { color: var(--white); border-color: var(--navy); background: var(--navy); }
.story-search { min-height: 52px; display: flex; align-items: center; gap: 10px; padding: 0 15px; border: 1px solid var(--border); border-radius: 10px; background: var(--white); }
.story-search svg { width: 20px; flex: 0 0 20px; fill: none; stroke: var(--navy); stroke-width: 2; }
.story-search input { min-width: 0; width: 100%; border: 0; outline: 0; color: var(--navy-dark); background: transparent; }
.story-content-layout { display: grid; grid-template-columns: minmax(0, 3fr) minmax(275px, 1fr); align-items: start; gap: 28px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.testimonial-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid var(--border); border-radius: 10px; background: var(--white); box-shadow: 0 5px 16px rgba(2,33,76,.06); }
.testimonial-visual { height: 190px; display: grid; place-items: end center; overflow: hidden; background: linear-gradient(155deg, #dcebf3, #87a8b2 56%, #39586b); }
.testimonial-visual::before { content: ""; width: 114px; height: 114px; margin-bottom: -20px; border-radius: 55% 55% 34% 34%; background: rgba(5,43,97,.72); box-shadow: 0 -55px 0 -23px #ddb38f; }
.testimonial-visual span { position: absolute; top: 66px; color: rgba(255,255,255,.9); font-size: 24px; font-weight: 900; }
.testimonial-business .testimonial-visual { background: linear-gradient(145deg, #81552f, #dfac65 48%, #263d48); }
.testimonial-rural .testimonial-visual { background: linear-gradient(155deg, #d8e8eb, #c6ac6e 58%, #718a51); }
.testimonial-youth .testimonial-visual { background: linear-gradient(155deg, #c8dff0, #7395b0 55%, #29485f); }
.testimonial-leader .testimonial-visual { background: linear-gradient(155deg, #d8e5d6, #8caa81 54%, #485d4e); }
.testimonial-family-two .testimonial-visual { background: linear-gradient(155deg, #e9dfc9, #bd9566 54%, #54717a); }
.testimonial-body { position: relative; padding: 24px 20px 22px; }
.category-tag { position: absolute; top: -180px; left: 12px; padding: 5px 10px; border-radius: 999px; color: var(--white); background: var(--gold); font-size: 12px; font-weight: 800; }
.testimonial-business .category-tag { background: #0862b7; }
.testimonial-rural .category-tag { background: #4d9847; }
.testimonial-youth .category-tag { background: #7151b8; }
.testimonial-leader .category-tag { background: #d58500; }
.testimonial-card h2 { margin-bottom: 3px; font-size: 20px; }
.story-location { margin-bottom: 14px; color: var(--text); font-size: 14px; font-weight: 700; }
.testimonial-card blockquote { margin: 0; color: var(--text); font-size: 16px; line-height: 1.48; }
.story-more-row { display: flex; justify-content: center; padding-top: 30px; }
.story-sidebar { display: grid; gap: 24px; }
.latest-news { padding: 24px; border: 1px solid var(--border); border-radius: 10px; background: var(--white); }
.sidebar-heading { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-bottom: 15px; border-bottom: 2px solid var(--navy); }
.sidebar-heading h2 { margin: 0; font-size: 26px; }
.sidebar-news-card { display: grid; grid-template-columns: 105px minmax(0, 1fr); gap: 14px; padding-block: 20px; border-bottom: 1px solid var(--border); }
.sidebar-news-card:last-child { padding-bottom: 0; border-bottom: 0; }
.sidebar-news-card img { width: 105px; height: 86px; object-fit: cover; border-radius: 6px; }
.sidebar-news-card time { display: block; margin-bottom: 5px; color: var(--muted); font-size: 12px; font-weight: 800; }
.sidebar-news-card h3 { margin-bottom: 8px; font-size: 16px; line-height: 1.25; }
.share-story-card { position: relative; overflow: hidden; padding: 32px; border: 1px solid #cfe1f4; border-radius: 10px; background: linear-gradient(135deg, #f4f9ff, #dcecff); }
.share-story-card img { width: 72px; height: 72px; float: right; margin: 0 0 14px 18px; object-fit: contain; }
.share-story-card h2 { margin-bottom: 12px; font-size: 28px; }
.share-story-card p { margin-bottom: 22px; color: var(--text); font-size: 16px; line-height: 1.5; }
.featured-story { padding: 100px 0 50px; background: var(--surface); }
.featured-story-panel { min-height: 360px; display: grid; grid-template-columns: 36% 64%; overflow: hidden; border: 1px solid var(--border); border-radius: 12px; background: var(--white); box-shadow: var(--shadow); }
.featured-story-copy { display: flex; flex-direction: column; justify-content: center; padding: 44px; background: linear-gradient(145deg, #f5faff, #e5f0fb); }
.featured-story-copy > span { margin-bottom: 12px; color: var(--blue); font-size: 13px; font-weight: 900; letter-spacing: .05em; }
.featured-story-copy h2 { margin-bottom: 18px; font-size: clamp(30px, 3vw, 40px); }
.featured-story-copy p { margin-bottom: 22px; color: var(--text); font-size: 17px; line-height: 1.5; }
.featured-video { position: relative; min-height: 360px; overflow: hidden; display: grid; place-items: center; background: linear-gradient(180deg, #b8d5df 0 44%, #8daa62 44% 61%, #d5aa54 61%); }
.featured-landscape { position: absolute; inset: 0; background: linear-gradient(155deg, transparent 0 48%, rgba(15,58,60,.45) 48.5% 56%, transparent 56.5%), linear-gradient(12deg, rgba(255,183,52,.2), transparent 55%); }
.featured-landscape span { position: absolute; right: 11%; top: 29%; width: 240px; height: 95px; border: 9px solid #eee4cf; background: #476368; box-shadow: 0 16px 0 #725e42; }
.play-button { width: 54px; height: 54px; display: grid; place-items: center; padding: 0; border: 3px solid var(--white); border-radius: 50%; color: var(--white); background: rgba(3,36,81,.22); cursor: pointer; }
.play-button svg { width: 27px; fill: currentColor; stroke: none; }
.play-button-large { position: relative; z-index: 2; width: 76px; height: 76px; }
.more-stories { padding: 50px 0 110px; background: var(--surface); }
.story-section-heading { margin-bottom: 26px; }
.story-section-heading h2 { font-size: 34px; }
.video-story-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.video-story-card { min-width: 0; }
.video-thumb { position: relative; height: 175px; display: grid; place-items: center; overflow: hidden; border-radius: 9px; background: linear-gradient(160deg, #cadde6, #52758c 51%, #355949 52%, #87a35f 70%, #d5b06a); }
.video-thumb::before { content: ""; position: absolute; inset: 0; background: linear-gradient(148deg, transparent 0 42%, rgba(5,43,97,.6) 43% 51%, transparent 52%); }
.video-thumb-industry { background: linear-gradient(150deg, #c8d7df, #777c80 50%, #b87c35); }
.video-thumb-prairie { background: linear-gradient(180deg, #f2bd6d, #f7d797 45%, #a77c30 46%, #d8a948); }
.video-thumb-youth { background: linear-gradient(145deg, #d8e4e5, #99aaa2 52%, #d5b17e); }
.video-thumb .play-button { position: relative; z-index: 2; }
.video-thumb time { position: absolute; right: 8px; bottom: 8px; z-index: 2; padding: 3px 7px; border-radius: 4px; color: var(--white); background: rgba(0,0,0,.72); font-size: 13px; font-weight: 800; }
.video-story-card h3 { margin: 14px 0 3px; font-size: 18px; }
.video-story-card p { margin: 0; color: var(--muted); font-size: 14px; }
.stories-newsletter { padding: 72px 0; color: var(--white); background: linear-gradient(110deg, #0a4a8e, #02214c 74%, #07539a); }
.stories-newsletter-inner { display: grid; grid-template-columns: auto minmax(300px, 1fr) minmax(430px, 1.15fr); align-items: center; gap: 28px; }
.stories-newsletter-inner > img { width: 78px; height: 68px; object-fit: contain; }
.stories-newsletter h2 { margin-bottom: 6px; font-size: 32px; }
.stories-newsletter p { margin-bottom: 0; font-size: 16px; }
.stories-newsletter-form small { display: flex; align-items: center; gap: 7px; margin-top: 8px; color: rgba(255,255,255,.78); font-size: 13px; }
.stories-newsletter-form small svg { width: 14px; fill: none; stroke: currentColor; stroke-width: 2; }
@media (max-width: 1050px) {
  .story-content-layout { grid-template-columns: 1fr; }
  .story-sidebar { grid-template-columns: 1.5fr 1fr; }
  .testimonial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .video-story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stories-newsletter-inner { grid-template-columns: auto 1fr; }
  .stories-newsletter-form { grid-column: 1 / -1; }
}
@media (max-width: 800px) {
  .stories-hero-scrim { background: linear-gradient(90deg, rgba(255,255,255,.96), rgba(255,255,255,.76)); }
  .story-stats-panel { grid-template-columns: 1fr; }
  .story-stat { justify-content: flex-start; border-right: 0; border-bottom: 1px solid var(--border); }
  .story-stat:last-child { border-bottom: 0; }
  .story-tools { grid-template-columns: 1fr; }
  .story-sidebar { grid-template-columns: 1fr; }
  .featured-story-panel { grid-template-columns: 1fr; }
  .featured-video { min-height: 320px; }
}
@media (max-width: 620px) {
  .stories-hero { min-height: 560px; }
  .stories-hero-inner { min-height: 560px; padding-block: 60px 100px; }
  .stories-hero-copy h1 { font-size: 46px; }
  .stories-hero-copy p { font-size: 17px; }
  .story-stats { padding-bottom: 75px; }
  .story-stats-panel { padding: 18px; }
  .story-stat { padding: 18px 8px; }
  .testimonial-grid, .video-story-grid { grid-template-columns: 1fr; }
  .testimonial-visual { height: 220px; }
  .category-tag { top: -210px; }
  .sidebar-news-card { grid-template-columns: 92px minmax(0, 1fr); }
  .sidebar-news-card img { width: 92px; height: 82px; }
  .featured-story-copy { padding: 32px 24px; }
  .stories-newsletter-inner { grid-template-columns: 1fr; }
  .stories-newsletter-form { grid-column: auto; }
}