@font-face {
  font-family: "Red Hat Text";
  src: url("fonts/red-hat-text-variable.ttf") format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light;
  --navy: #050e5e;
  --blue: #0f24ec;
  --gold: #b39b45;
  --white: #fff;
  --pale: #f2f4fc;
  --muted: #555b76;
  --line: #dce0ee;
  --error: #a02629;
  --on-dark: #dfe3ff;
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; color: var(--navy); background: var(--white); font-family: "Red Hat Text", sans-serif; font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
button, input, textarea { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
a { color: inherit; text-underline-offset: 4px; text-decoration-thickness: 1px; }
a:hover { color: var(--blue); }
button { cursor: pointer; }
button, a, input, textarea { transition: background-color .18s ease, color .18s ease, border-color .18s ease; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
img, svg { display: block; max-width: 100%; }
svg.icon { width: 22px; height: 22px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
p, h1, h2, h3 { margin: 0; }
h1, h2, h3 { line-height: 1.15; }
h1, h2 { font-weight: 500; letter-spacing: -.045em; }
p { text-wrap: pretty; }
[hidden] { display: none !important; }
.container { width: min(1200px, calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: absolute; z-index: 10; top: -100px; left: 16px; padding: 12px 20px; color: var(--white); background: var(--navy); }
.skip-link:focus { top: 12px; }
.site-header { border-bottom: 1px solid var(--line); }
.header-inner { min-height: 120px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: block; flex-shrink: 0; }
.brand img { width: 280px; height: auto; }
.header-nav { display: flex; align-items: center; gap: 36px; font-size: 14px; font-weight: 500; }
.header-nav a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: none; gap: 10px; }
.header-nav .nav-contact { border: 1px solid var(--line); border-radius: 5px; padding: 8px 18px; }
.header-nav .nav-contact:hover { background: var(--pale); border-color: var(--navy); }
.hero { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); align-items: center; gap: 72px; padding-block: 84px 80px; }
.status { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 500; margin-bottom: 25px; }
.status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px #b39b4515; }
.hero h1 { font-size: clamp(48px, 5.45vw, 76px); line-height: 1.06; }
.hero h1 span { display: block; }
.hero-copy > p { max-width: 480px; color: var(--muted); font-size: 18px; line-height: 1.7; margin-top: 28px; }
.hero-footnote { display: flex; align-items: center; gap: 14px; margin-top: 32px; font-size: 13px; color: var(--muted); }
.hero-footnote::before { content: ""; width: 30px; height: 1px; background: var(--gold); }
.newsletter { position: relative; padding: 36px 36px 30px; border-radius: var(--radius); background: var(--navy); color: var(--white); isolation: isolate; }
.newsletter::after { position: absolute; z-index: -1; content: ""; inset: 12px -12px -12px 12px; border: 1px solid var(--line); border-radius: var(--radius); }
.newsletter-heading { display: flex; align-items: center; justify-content: space-between; padding-bottom: 26px; border-bottom: 1px solid #ffffff30; margin-bottom: 27px; }
.newsletter-heading > span { font-size: 14px; font-weight: 500; }
.letter-symbol { width: 38px; height: 30px; stroke: var(--gold); fill: none; stroke-width: 1.3; }
.newsletter h2 { font-size: 37px; letter-spacing: -.035em; }
.newsletter-intro { font-size: 15px; line-height: 1.7; color: var(--on-dark); margin-top: 14px; }
fieldset { margin: 0; padding: 0; border: 0; min-width: 0; }
.newsletter form { margin-top: 25px; }
.field-label { display: block; font-size: 14px; font-weight: 500; margin-bottom: 8px; }
input:not([type="checkbox"]), textarea { display: block; width: 100%; min-height: 52px; padding: 13px 15px; border: 1px solid #7e849c; border-radius: 5px; background: var(--white); color: var(--navy); font-size: 16px; line-height: 1.5; }
input::placeholder, textarea::placeholder { color: #73778a; opacity: 1; }
input[aria-invalid="true"], textarea[aria-invalid="true"] { border: 2px solid var(--error); }
.newsletter :focus-visible { outline-color: var(--gold); }
.consent { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; line-height: 1.6; color: var(--on-dark); margin-top: 15px; }
.consent input { margin: 2px 0 0; width: 18px; height: 18px; flex-shrink: 0; accent-color: var(--gold); }
.consent label { cursor: pointer; min-height: 44px; }
.consent a:hover, .newsletter .privacy-note a:hover { color: var(--white); }
.button { min-height: 52px; border: 1px solid transparent; border-radius: 5px; padding: 13px 20px; display: inline-flex; justify-content: center; align-items: center; gap: 18px; font-size: 15px; font-weight: 600; line-height: 1.45; text-decoration: none; }
.button-primary { background: var(--blue); color: var(--white); }
.button-primary:hover { background: var(--navy); color: var(--white); }
.newsletter .button { width: 100%; margin-top: 23px; background: var(--gold); color: var(--navy); }
.newsletter .button:hover { background: #c5b066; }
.button:active { filter: brightness(.95); }
.button:disabled { cursor: wait; opacity: .7; }
.privacy-note { margin-top: 15px; font-size: 13px; line-height: 1.6; color: var(--on-dark); }
.field-error { font-size: 13px; font-weight: 500; margin-top: 6px; color: var(--error); }
.newsletter .field-error { color: #ffcfcb; }
.form-status { padding: 12px 14px; border: 1px solid currentColor; border-radius: 5px; margin-top: 18px; font-size: 14px; line-height: 1.5; }
.form-status:empty { display: none; }
.error-summary { margin-bottom: 20px; }
.error-summary ul { padding-left: 20px; margin-block: 8px 0; }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
noscript p { margin-top: 12px; font-size: 14px; }
.topics-section { padding-block: 48px 60px; border-top: 1px solid var(--line); }
.section-intro { display: flex; align-items: baseline; justify-content: space-between; gap: 28px; margin-bottom: 38px; }
.section-intro h2 { font-size: 28px; letter-spacing: -.035em; }
.section-intro p { color: var(--muted); font-size: 14px; }
.topics-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; }
.topic-icon { width: 32px; height: 32px; stroke: var(--blue); fill: none; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 20px; }
.topic h3 { font-size: 20px; font-weight: 500; letter-spacing: -.025em; margin-bottom: 10px; }
.topic p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.mission { background: var(--pale); padding: 57px 0; }
.mission-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); gap: 100px; align-items: center; }
.mission-title { display: flex; align-items: flex-start; gap: 24px; }
.mission-mark { width: 56px; height: 56px; flex-shrink: 0; fill: none; stroke: var(--gold); stroke-width: 1.5; }
.mission h2 { font-size: 32px; line-height: 1.22; }
.mission p { color: var(--muted); font-size: 16px; line-height: 1.8; }
.site-footer { padding: 35px 0 24px; }
.footer-main { display: flex; justify-content: space-between; align-items: center; gap: 32px; padding-bottom: 26px; }
.footer-brand { display: flex; align-items: center; gap: 20px; }
.footer-brand img { width: 90px; height: auto; }
.footer-brand p { font-size: 12px; line-height: 1.7; color: var(--muted); }
.footer-contact { display: flex; gap: 24px; align-items: center; font-size: 13px; }
.footer-contact-item { display: flex; align-items: center; gap: 9px; }
.footer-contact a { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; text-decoration: none; }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 17px; display: flex; justify-content: space-between; align-items: center; gap: 20px; color: var(--muted); font-size: 12px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 24px; }
.footer-links a { display: inline-flex; min-height: 36px; align-items: center; text-decoration: none; }
.placeholder { text-decoration: underline dotted; text-underline-offset: 4px; }
.subpage { padding-block: 60px 80px; min-height: 55vh; }
.back-link { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; color: var(--muted); font-size: 14px; text-decoration: none; margin-bottom: 22px; }
.page-heading { font-size: clamp(38px, 4.5vw, 60px); margin-bottom: 24px; }
.page-intro { color: var(--muted); font-size: 18px; max-width: 660px; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 100px; margin-top: 38px; }
.contact-details { margin-top: 35px; display: grid; gap: 24px; }
.contact-detail { display: flex; align-items: flex-start; gap: 16px; }
.contact-detail .icon { margin-top: 4px; }
.contact-detail dl { margin: 0; }
.contact-detail dt { font-size: 13px; color: var(--muted); margin-bottom: 3px; }
.contact-detail dd { margin: 0; font-size: 16px; overflow-wrap: anywhere; }
.contact-form { background: var(--pale); padding: 32px; border-radius: var(--radius); }
.contact-form h2 { font-size: 27px; margin-bottom: 12px; }
.required-note { font-size: 13px; color: var(--muted); margin-bottom: 24px; }
.contact-form .field { margin-bottom: 20px; }
textarea { resize: vertical; min-height: 140px; }
.contact-form .privacy-note { color: var(--muted); font-size: 13px; margin: 4px 0 24px; }
.contact-form .button { width: 100%; }
.prose { max-width: 800px; }
.prose > p { margin-top: 20px; color: var(--muted); }
.prose h2 { font-size: 26px; margin-top: 36px; }
.prose h3 { font-size: 19px; margin-top: 24px; }
.prose ul { padding-left: 23px; color: var(--muted); }
.prose li { margin-top: 8px; }
.prose a { color: var(--blue); overflow-wrap: anywhere; }
.prose a.button-primary { color: var(--white); }
.prose dl { margin-top: 24px; }
.prose dt { font-size: 14px; color: var(--muted); margin-top: 19px; }
.prose dd { margin: 4px 0 0; overflow-wrap: anywhere; }
.draft-notice { padding: 16px 20px; border-left: 3px solid var(--gold); background: var(--pale); color: var(--navy) !important; font-size: 14px; }
.return-action { margin-top: 30px; }

@media (min-width: 1600px) { .hero { padding-block: 100px; } }
@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .hero { gap: 40px; padding-block: 65px; grid-template-columns: 1.15fr 1fr; }
  .hero h1 { font-size: 58px; }
  .newsletter { padding: 28px; }
  .newsletter h2 { font-size: 32px; }
  .header-nav { gap: 20px; }
  .mission-inner, .contact-layout { gap: 45px; }
  .footer-main { align-items: flex-start; }
  .footer-contact { flex-direction: column; align-items: flex-start; gap: 0; }
}
@media (max-width: 800px) {
  .header-inner { min-height: 100px; gap: 20px; }
  .brand img { width: 230px; }
  .header-nav > a:not(.nav-contact) { display: none; }
  .hero { grid-template-columns: 1fr; gap: 36px; padding-block: 48px 60px; }
  .hero-copy { max-width: 610px; }
  .hero h1 { font-size: clamp(44px, 8vw, 64px); }
  .hero-copy > p { max-width: 560px; }
  .hero-footnote { margin-top: 22px; }
  .newsletter { max-width: 600px; width: calc(100% - 10px); }
  .newsletter h2 { font-size: 34px; }
  .newsletter-heading { padding-bottom: 19px; margin-bottom: 22px; }
  .section-intro { display: block; margin-bottom: 32px; }
  .section-intro p { margin-top: 12px; }
  .topics-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 36px; }
  .mission-inner { grid-template-columns: 1fr; gap: 24px; }
  .mission { padding-block: 40px; }
  .mission-inner > p { max-width: 650px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 6px; }
  .contact-layout { grid-template-columns: 1fr; gap: 30px; }
  .contact-details { margin-top: 10px; }
}
@media (max-width: 480px) {
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 91px; gap: 12px; }
  .brand img { width: 198px; }
  .header-nav { gap: 0; }
  .header-nav .nav-contact { font-size: 13px; padding-inline: 10px; border: none; }
  .nav-contact .icon { display: none; }
  .hero { padding-top: 36px; }
  .status { font-size: 13px; margin-bottom: 23px; }
  .hero h1 { font-size: clamp(38px, 10.7vw, 51px); line-height: 1.1; }
  .hero-copy > p { font-size: 16px; margin-top: 22px; }
  .hero-footnote { font-size: 12px; gap: 10px; }
  .newsletter { padding: 26px 22px; }
  .newsletter h2 { font-size: 32px; }
  .newsletter-intro { font-size: 14px; }
  .consent, .privacy-note { font-size: 13px; }
  .section-intro h2 { font-size: 26px; }
  .topics-section { padding-block: 36px 40px; }
  .topics-grid { gap: 28px 22px; }
  .topic h3 { font-size: 19px; }
  .topic p { font-size: 13px; }
  .topic-icon { margin-bottom: 15px; }
  .mission h2 { font-size: 27px; }
  .mission-title { gap: 15px; }
  .mission-mark { width: 44px; height: 44px; }
  .mission p { font-size: 15px; }
  .footer-main { flex-direction: column; gap: 18px; padding-bottom: 20px; }
  .footer-brand { gap: 16px; }
  .footer-links { gap: 16px; }
  .subpage { padding-block: 30px 50px; }
  .contact-form { padding: 24px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
