* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: absolute; left: 16px; top: -60px; background: var(--ink); color: white; padding: 10px 14px; z-index: 10; }
.skip-link:focus { top: 16px; }
.site-header { border-bottom: 1px solid var(--line); background: rgba(252,252,250,.94); position: sticky; top: 0; z-index: 5; backdrop-filter: blur(10px); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--serif); font-weight: 800; font-size: 13px; line-height: 1.05; letter-spacing: .03em; text-transform: uppercase; }
.brand img { width: 46px; height: 46px; object-fit: contain; display: block; flex: 0 0 46px; }
.brand em { color: var(--gold-deep); font-style: normal; }
.site-nav, .nav-actions { display: flex; align-items: center; gap: 26px; }
.site-nav { font-size: 14px; color: var(--ink-soft); }
.site-nav > a { position: relative; padding: 32px 0; }
.site-nav > a:hover, .site-nav > a.active { color: var(--ink); }
.site-nav > a.active::after { content: ''; position: absolute; bottom: 23px; left: 0; right: 0; height: 2px; background: var(--gold); }
.nav-actions { margin-left: 12px; gap: 16px; }
.language-picker { position: relative; }
.language-switcher { display: inline-flex; align-items: center; gap: 12px; min-height: 38px; border: 1px solid var(--line); background: var(--paper); color: var(--ink); font: 700 12px var(--sans); letter-spacing: .08em; cursor: pointer; padding: 8px 11px 8px 13px; }
.language-switcher:hover { border-color: var(--gold); }
.language-switcher span { display: inline-block; width: 8px; height: 8px; border-right: 1.5px solid var(--gold-deep); border-bottom: 1.5px solid var(--gold-deep); transform: rotate(45deg) translateY(-2px); }
.language-picker.open .language-switcher span { transform: rotate(225deg) translate(-1px, -1px); }
.language-menu { display: none; position: absolute; top: calc(100% + 8px); right: 0; min-width: 118px; padding: 7px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 12px 24px rgba(29, 35, 33, .08); }
.language-picker.open .language-menu { display: grid; gap: 2px; }
.language-menu button { appearance: none; border: 0; background: transparent; padding: 9px 10px; color: var(--ink-soft); text-align: left; cursor: pointer; font: 600 13px var(--sans); }
.language-menu button:hover, .language-menu button.current { color: var(--ink); background: var(--paper-warm); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; border: 1px solid var(--ink); background: var(--ink); color: #fff; padding: 15px 20px; font-weight: 600; font-size: 14px; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--gold-deep); border-color: var(--gold-deep); }
.button-small { padding: 11px 15px; gap: 12px; font-size: 13px; }
.button-light { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px; }
.hero { min-height: 610px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 50px; padding-top: 50px; padding-bottom: 70px; }
.eyebrow { text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 700; color: var(--gold-deep); display: flex; align-items: center; gap: 10px; margin: 0 0 20px; }
.eyebrow > span:first-child { width: 24px; height: 1px; background: var(--gold); display: inline-block; flex: 0 0 24px; }
h1, h2, h3 { font-family: var(--serif); margin: 0; letter-spacing: -.045em; line-height: 1.06; }
h1 { font-size: clamp(3rem, 6vw, 5.6rem); max-width: 640px; font-weight: 600; }
h1 strong { color: var(--gold-deep); font-weight: 600; }
.hero-text { max-width: 490px; color: var(--ink-soft); font-size: 18px; margin: 26px 0 30px; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { font-weight: 700; font-size: 14px; border-bottom: 1px solid var(--gold); padding-bottom: 5px; }
.text-link span { color: var(--gold-deep); margin-left: 9px; }
.hero-note { margin-top: 65px; display: flex; gap: 12px; align-items: center; color: var(--ink); font-size: 13px; font-weight: 600; }
.hero-centered { min-height: 570px; display: flex; justify-content: center; text-align: center; padding-top: 90px; }
.hero-centered .hero-copy { max-width: 820px; display: flex; flex-direction: column; align-items: center; }
.hero-centered h1 { max-width: 800px; }
.hero-centered .hero-text { max-width: 580px; }
.hero-centered .hero-note { margin-top: 48px; text-align: left; }
.hero-note small { color: var(--ink-soft); font-weight: 400; font-size: 12px; }
.note-mark { border: 1px solid var(--gold); color: var(--gold-deep); width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; }
.hero-art { min-height: 470px; position: relative; display: grid; place-items: center; color: var(--gold-deep); background: var(--paper-warm); overflow: hidden; }
.hero-art::before { content: ''; position: absolute; inset: 28px; border: 1px solid rgba(178,138,61,.3); }
.art-orbit { position: absolute; width: 400px; height: 400px; border: 1px solid rgba(178,138,61,.35); border-radius: 50%; transform: rotate(30deg); }
.orbit-two { width: 520px; height: 250px; transform: rotate(-45deg); }
.beacon { width: 280px; height: 340px; position: relative; z-index: 1; }
.art-caption { position: absolute; left: 46px; bottom: 40px; z-index: 2; display: flex; gap: 13px; align-items: flex-start; color: var(--ink); font-family: var(--serif); font-size: 12px; line-height: 1.2; }
.art-caption span:first-child { color: var(--gold-deep); font-size: 11px; font-weight: 700; border-top: 1px solid var(--gold); padding-top: 5px; }
.help-section { padding: 100px 0; background: var(--paper-warm); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-intro { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; gap: 30px; margin-bottom: 48px; }
.section-intro .eyebrow { align-self: start; }
h2 { font-size: clamp(2.2rem, 4vw, 3.6rem); font-weight: 600; }
.section-intro p:last-child { color: var(--ink-soft); max-width: 280px; margin: 0; }
.help-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.help-card { min-height: 335px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; transition: background .2s ease, transform .2s ease; }
.help-card:hover { background: var(--paper); transform: translateY(-4px); }
.help-card.featured { background: var(--paper); }
.icon-wrap { display: grid; place-items: center; width: 45px; height: 45px; border: 1px solid var(--gold); color: var(--gold-deep); }
.icon-wrap svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.card-number { position: absolute; top: 33px; right: 30px; color: var(--gold-deep); font-size: 11px; }
.help-card h3 { font-size: 25px; margin: 47px 0 12px; }
.help-card p { color: var(--ink-soft); max-width: 245px; margin: 0; font-size: 15px; }
.card-link { position: absolute; bottom: 30px; left: 30px; font-size: 13px; font-weight: 700; }
.card-link b { color: var(--gold-deep); margin-left: 8px; }
.about-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; padding-top: 120px; padding-bottom: 30px; }
.about-label { display: flex; justify-content: space-between; align-items: flex-start; }
.about-index { color: var(--gold-deep); font-size: 11px; letter-spacing: .1em; }
.about-copy { max-width: 650px; }.about-copy p:not(.eyebrow) { color: var(--ink-soft); max-width: 530px; margin: 24px 0 26px; }
.mission-section { display: grid; grid-template-columns: .75fr 1.25fr 1fr; gap: 70px; padding-top: 120px; padding-bottom: 130px; align-items: center; }
.mission-mark { width: 170px; height: 170px; border: 1px solid var(--gold); display: grid; place-items: center; align-content: center; color: var(--gold-deep); position: relative; }
.mission-mark::before, .mission-mark::after { content: ''; position: absolute; inset: 12px; border: 1px solid rgba(178,138,61,.4); transform: rotate(45deg); }
.mission-mark::after { transform: rotate(-45deg); }
.mission-mark span { font: 800 39px var(--serif); position: relative; z-index: 1; }
.mission-mark small { font-size: 9px; letter-spacing: .15em; position: relative; z-index: 1; }
.mission-copy p:not(.eyebrow) { color: var(--ink-soft); max-width: 420px; margin: 22px 0 26px; }
.mission-list { border-top: 1px solid var(--line); }
.mission-list div { display: flex; gap: 18px; align-items: center; border-bottom: 1px solid var(--line); padding: 19px 0; }
.mission-list span { color: var(--gold-deep); font-size: 11px; }
.mission-list p { margin: 0; font-family: var(--serif); font-weight: 700; font-size: 15px; }
.report-section { background: var(--ink); color: white; padding: 80px 0; }
.report-inner { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.report-copy { max-width: 640px; }.report-copy .eyebrow { color: var(--gold-soft); }.report-copy h2 { max-width: 500px; }.report-copy p:last-child { color: #bfc2bc; max-width: 520px; margin-bottom: 0; }
.contact-section { display: flex; justify-content: space-between; align-items: end; gap: 40px; padding-top: 100px; padding-bottom: 100px; }.contact-details { text-align: right; }.contact-details a { font: 700 clamp(1.2rem, 2.5vw, 2rem) var(--serif); border-bottom: 1px solid var(--gold); }.contact-details a span { color: var(--gold-deep); margin-left: 12px; }.contact-details p { color: var(--ink-soft); margin-bottom: 0; }
.site-footer { border-top: 1px solid var(--line); }.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; padding-top: 38px; padding-bottom: 38px; }.footer-top p { margin: 0; color: var(--ink-soft); font-size: 13px; }.footer-support { justify-self: end; font-weight: 700; font-size: 14px; }.footer-support span { color: var(--gold-deep); margin-left: 14px; }.footer-bottom { border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; padding-bottom: 22px; color: var(--ink-soft); font-size: 12px; }.footer-bottom div { display: flex; gap: 20px; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }.reveal.is-visible { opacity: 1; transform: none; }.reveal-delay { transition-delay: .1s; }.reveal-delay-2 { transition-delay: .2s; }
.signal-art { color: var(--gold-deep); }
.signal-ring { position: absolute; border: 1px solid rgba(178,138,61,.32); border-radius: 50%; }
.ring-a { width: 330px; height: 330px; }.ring-b { width: 460px; height: 260px; transform: rotate(-28deg); }
.signal-map { width: min(83%, 410px); position: relative; z-index: 1; }
.page-hero { padding-top: 105px; padding-bottom: 90px; max-width: 920px; margin-left: max(calc((100% - 1160px) / 2), 32px); }
.page-hero h1 { max-width: 800px; }.page-hero > p:last-child { max-width: 570px; color: var(--ink-soft); font-size: 18px; margin: 28px 0 0; }
.page-content { border-top: 1px solid var(--line); padding-top: 68px; padding-bottom: 120px; }.content-lead { max-width: 680px; font: 600 clamp(1.45rem, 2.5vw, 2.2rem)/1.35 var(--serif); letter-spacing: -.03em; }.content-lead p { margin-top: 0; }.content-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; max-width: 850px; margin-top: 85px; }.content-columns h2 { font-size: 27px; }.content-columns p { color: var(--ink-soft); }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-left: 1px solid var(--line); border-right: 1px solid var(--line); margin-bottom: 120px; }.principle { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 28px 28px 42px; min-height: 280px; }.principle + .principle { border-left: 1px solid var(--line); }.principle > span, .contact-card > span { color: var(--gold-deep); font-size: 11px; }.principle h2 { font-size: 28px; margin-top: 70px; }.principle p { color: var(--ink-soft); }
.report-steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); margin-bottom: 120px; }.report-steps > div { padding: 30px; min-height: 300px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.report-steps span { color: var(--gold-deep); font-size: 11px; }.report-steps h2 { font-size: 27px; margin: 50px 0 14px; }.report-steps p { color: var(--ink-soft); }.report-steps .button { margin-top: 12px; }
.contact-page { display: grid; grid-template-columns: 1.35fr .65fr; gap: 50px; border-top: 1px solid var(--line); padding-top: 65px; padding-bottom: 120px; }.contact-page h2 { font-size: 31px; margin-bottom: 24px; }.contact-email { display: inline-block; font: 700 clamp(1.25rem, 2.6vw, 2.2rem) var(--serif); border-bottom: 1px solid var(--gold); }.contact-page > div > p { max-width: 490px; color: var(--ink-soft); margin-top: 27px; }.contact-card { background: var(--paper-warm); padding: 34px; }.contact-card h2 { margin-top: 68px; }
.policy-content { display: grid; grid-template-columns: 1fr 1fr; gap: 0 70px; border-top: 1px solid var(--line); padding-top: 58px; padding-bottom: 110px; }.policy-content > div { padding: 0 0 42px; }.policy-content h2 { font-size: 27px; }.policy-content p { color: var(--ink-soft); max-width: 470px; }.policy-content a { color: var(--ink); border-bottom: 1px solid var(--gold); }.policy-date { grid-column: 1 / -1; border-top: 1px solid var(--line); margin: 8px 0 0; padding-top: 18px; font-size: 13px; }
@media (max-width: 850px) { .container { width: min(100% - 40px, 620px); }.header-inner { min-height: 74px; }.menu-toggle { display: block; }.site-nav { display: none; position: absolute; top: 74px; left: 0; right: 0; padding: 20px; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 0; }.site-nav.open { display: flex; }.site-nav > a { padding: 13px 0; }.site-nav > a.active::after { display: none; }.nav-actions { margin: 10px 0 0; padding-top: 16px; border-top: 1px solid var(--line); justify-content: space-between; }.hero { grid-template-columns: 1fr; padding-top: 55px; }.hero-art { min-height: 390px; }.section-intro { grid-template-columns: 1fr; gap: 15px; }.section-intro p:last-child { max-width: 440px; }.help-grid { grid-template-columns: 1fr; }.help-card { min-height: 275px; }.about-section { grid-template-columns: 1fr; gap: 18px; padding-top: 85px; }.mission-section { grid-template-columns: 1fr; gap: 40px; padding-top: 85px; padding-bottom: 90px; }.mission-mark { width: 125px; height: 125px; }.report-inner, .contact-section { flex-direction: column; align-items: flex-start; }.contact-details { text-align: left; }.footer-top { grid-template-columns: 1fr; gap: 24px; }.footer-support { justify-self: start; }.footer-bottom { flex-direction: column; }.footer-bottom div { gap: 15px; flex-wrap: wrap; } }
@media (max-width: 500px) { .container { width: min(100% - 32px, 620px); } h1 { font-size: 3rem; }.hero-text { font-size: 16px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }.hero-note { margin-top: 40px; }.hero-art { min-height: 330px; }.beacon { transform: scale(.83); }.art-caption { left: 27px; bottom: 25px; }.contact-section { padding-top: 75px; padding-bottom: 75px; } }
@media (max-width: 850px) { .page-hero { width: min(100% - 40px, 620px); margin-inline: auto; padding-top: 75px; padding-bottom: 60px; }.content-columns, .principles, .report-steps, .contact-page, .policy-content { grid-template-columns: 1fr; }.content-columns { gap: 35px; margin-top: 55px; }.principles, .report-steps { border-right: 1px solid var(--line); }.principle + .principle { border-left: 0; border-top: 0; }.contact-page { gap: 30px; padding-bottom: 80px; }.policy-content { gap: 0; padding-bottom: 75px; } }
