:root {
  --blue: #0046f5;
  --blue-2: #0036c4;
  --yellow: #d4b06a;
  --red: #e23b2c;
  --black: #111111;
  --ink: #161616;
  --muted: #4a4a4a;
  --white: #ffffff;
  --paper: #f4f1ea;
  --line: #111111;
  --radius: 0;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: "Space Grotesk", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  font-size: 17px;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }

.wrap {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.serif, h1, h2, h3 {
  font-family: "Archivo Black", "Arial Black", sans-serif;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.95;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--blue);
  border-bottom: 4px solid var(--black);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 78px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--yellow);
  text-decoration: none !important;
}

.brand img {
  height: 50px;
  width: auto;
  background: var(--white);
  border: 3px solid var(--black);
}

.brand-name {
  font-family: "Archivo Black", sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1.15;
  color: var(--yellow);
}

.brand-name span { display: block; color: var(--white); }

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  background: var(--black);
  border-radius: 999px;
  padding: 6px 8px;
}

.nav-links a {
  color: var(--yellow);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 10px;
  text-decoration: none !important;
}

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

.menu-toggle {
  display: none;
  background: var(--yellow);
  border: 3px solid var(--black);
  color: var(--black);
  font-size: 22px;
  width: 44px;
  height: 44px;
  cursor: pointer;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 3px solid var(--black);
  padding: 12px 18px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none !important;
}

.btn-primary {
  background: var(--yellow);
  color: var(--black);
}
.btn-primary:hover { background: var(--white); }

.btn-ghost {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
}
.btn-ghost:hover { background: var(--white); color: var(--black); }

.nav-links .btn-primary {
  border-radius: 999px;
  padding: 8px 14px;
  border-width: 0;
  background: var(--yellow);
  color: var(--black);
}

/* Hero */
.hero {
  position: relative;
  background: var(--blue);
  color: var(--white);
  overflow: hidden;
  padding: 72px 0 80px;
  border-bottom: 6px solid var(--black);
}

.hero::before { display: none; }

.hero::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  left: 6%;
  bottom: 40px;
  background: var(--red);
  border: 4px solid var(--black);
  border-radius: 50%;
}

.hero .wrap { position: relative; z-index: 2; }

.hero-logo {
  width: 118px;
  background: var(--white);
  border: 4px solid var(--black);
  margin-bottom: 22px;
}

.kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--blue);
}

.hero .kicker { color: var(--yellow); }

.hero h1 {
  font-size: clamp(42px, 7vw, 86px);
  color: var(--white);
  max-width: 14ch;
  margin: 12px 0 18px;
  text-transform: uppercase;
}

.hero .lead {
  max-width: 58ch;
  font-size: 18px;
  color: var(--white);
}

.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 22px 0 36px; }

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 4px solid var(--black);
  background: var(--white);
}

.stat {
  padding: 16px 14px;
  border-right: 4px solid var(--black);
  color: var(--black);
}
.stat:last-child { border-right: 0; }
.stat b {
  display: block;
  font-family: "Archivo Black", sans-serif;
  font-size: 32px;
  line-height: 1;
}
.stat span { font-size: 13px; font-weight: 600; }

/* Sections */
section { padding: 72px 0; }
section.alt { background: var(--white); border-top: 4px solid var(--black); border-bottom: 4px solid var(--black); }

.section-head { margin-bottom: 28px; max-width: 70ch; }
.section-head h2 {
  font-size: clamp(32px, 5vw, 56px);
  text-transform: uppercase;
  color: var(--black);
  margin: 8px 0 12px;
}
.section-head p { color: var(--muted); }

.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 36px;
  align-items: center;
}

.photo {
  width: 100%;
  object-fit: cover;
  border: 4px solid var(--black);
  filter: contrast(1.05);
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.card {
  background: var(--white);
  border: 4px solid var(--black);
  padding: 22px 20px;
  box-shadow: 10px 10px 0 var(--yellow);
}

.card h3 {
  font-size: 22px;
  text-transform: uppercase;
  margin: 6px 0 10px;
}

.num {
  font-family: "Archivo Black", sans-serif;
  color: var(--blue);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.founder {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 0;
  border: 4px solid var(--black);
  background: var(--white);
}
.founder-visual { min-height: 420px; }
.founder-copy { padding: 32px 28px; background: var(--yellow); }
.founder-copy h3 { font-size: 36px; text-transform: uppercase; margin: 8px 0; }
.founder-copy .role { font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; font-size: 12px; margin-bottom: 12px; }
.quote {
  font-family: "Archivo Black", sans-serif;
  font-size: 22px !important;
  line-height: 1.2;
  border-left: 8px solid var(--black);
  padding-left: 14px;
}

.trustee-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.trustee {
  background: var(--white);
  border: 4px solid var(--black);
  padding: 18px 14px 22px;
  text-align: center;
  box-shadow: 8px 8px 0 var(--blue);
}
.trustee img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border: 4px solid var(--black);
  margin: 0 auto 14px;
  border-radius: 0;
}
.trustee h3 { font-size: 18px; text-transform: uppercase; }
.trustee .role {
  color: var(--blue);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 6px 0 10px;
}
.trustee p { font-size: 14px; color: var(--muted); }

.involve-grid, .contact-grid, .foot {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.foot { grid-template-columns: 1.4fr 1fr 1fr; }

.panel {
  border: 4px solid var(--black);
  padding: 28px;
  background: var(--white);
}
.panel.accent {
  background: var(--blue);
  color: var(--white);
}
.panel.accent h3 { color: var(--yellow); }

.bank {
  margin-top: 16px;
  background: var(--yellow);
  color: var(--black);
  border: 3px solid var(--black);
  padding: 14px;
  font-weight: 600;
}
code { font-family: "Space Grotesk", monospace; font-weight: 700; }

.info-list { list-style: none; }
.info-list li { padding: 14px 0; border-bottom: 3px solid var(--black); }
.info-list strong { display: block; text-transform: uppercase; letter-spacing: 0.08em; font-size: 12px; }

form label { display: block; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; font-size: 12px; margin: 12px 0 6px; }
form input, form select, form textarea {
  width: 100%;
  border: 3px solid var(--black);
  background: var(--white);
  padding: 12px;
  font: inherit;
  border-radius: 0;
}
form textarea { min-height: 140px; resize: vertical; }

footer {
  background: var(--black);
  color: var(--white);
  padding: 48px 0 24px;
}
footer a { color: var(--yellow); }
footer h4 { font-family: "Archivo Black", sans-serif; text-transform: uppercase; margin-bottom: 10px; color: var(--yellow); }
footer ul { list-style: none; }
footer li { margin: 6px 0; }
.legal { margin-top: 28px; font-size: 12px; color: #bbb; border-top: 3px solid var(--yellow); padding-top: 14px; }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .nav-links {
    display: none;
    position: absolute;
    top: 78px;
    left: 0; right: 0;
    border-radius: 0;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
  }
  .nav-links.open { display: flex; }
  .stats, .grid-3, .split, .founder, .involve-grid, .contact-grid, .foot, .trustee-grid {
    grid-template-columns: 1fr;
  }
  .stat { border-right: 0; border-bottom: 4px solid var(--black); }
  .hero::before { width: 420px; height: 420px; right: -80px; }
  .hero::after { display: none; }
  .hero h1 { color: var(--white); }
  .card { box-shadow: 6px 6px 0 var(--yellow); }
}
