:root {
  --blue: #0057b8;
  --blue-dark: #002f5f;
  --blue-soft: #eef4fb;
  --orange: #d94f2b;
  --text: #0b0f14;
  --muted: #374151;
  --light-muted: #5f6b7a;
  --border: #cfd6df;
  --soft-bg: #f5f7fa;
  --bg: #ffffff;
  --max-width: 1180px;
}

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

body {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--bg);
  font-size: 16px;
  line-height: 1.55;
}

a {
  color: var(--blue);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.container {
  width: min(100% - 56px, var(--max-width));
  margin: 0 auto;
}

/* Remove old institutional top stripe */
.top-line {
  display: none;
}

/* Header */

header {
  background: #ffffff;
  border-top: 4px solid var(--blue-dark);
  border-bottom: 1px solid var(--border);
}

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

.identity {
  display: flex;
  align-items: center;
  gap: 14px;
}

.mark {
  width: 52px;
  height: 52px;
  background: var(--blue);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.identity-text strong {
  display: block;
  color: var(--blue-dark);
  font-size: 1.35rem;
  line-height: 1.08;
  font-weight: 800;
}

.site-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
  display: block;
}

.identity-text span {
  display: block;
  color: var(--muted);
  font-size: 0.88rem;
  margin-top: 4px;
}

/* Small top links */

.header-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 0.88rem;
  font-weight: 600;
  text-transform: uppercase;
}

.header-links a {
  color: #333333;
}

.header-links a:hover {
  color: var(--blue);
}

/* Navigation — closer to IATA: light grey strip, not big blue bar */

.nav-bar {
  background: #eeeeee;
  border-top: 1px solid #e1e1e1;
}

.nav {
  display: flex;
  align-items: stretch;
  overflow-x: auto;
}

.nav a {
  color: #111111;
  padding: 17px 18px;
  font-size: 0.91rem;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  border-right: 1px solid #dddddd;
}

.nav a:first-child {
  border-left: 1px solid #dddddd;
}

.nav a:hover {
  color: white;
  background: var(--blue);
  text-decoration: none;
}

.nav a.active {
  background: var(--blue-dark);
  color: white;
  text-decoration: none;
}

/* Page title area — no blue hero */

.page-banner {
  background: var(--soft-bg);
  color: var(--text);
  border-bottom: 1px solid var(--border);
}

.page-banner-inner {
  padding: 42px 0 42px;
  max-width: 980px;
}

.breadcrumb {
  color: var(--muted);
  font-size: 0.88rem;
  margin-bottom: 20px;
}

.breadcrumb a {
  color: var(--blue);
  font-weight: 400;
}

.page-banner h1 {
  font-size: clamp(2rem, 4.4vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 800;
  color: var(--blue-dark);
  max-width: 1000px;
  margin-bottom: 18px;
}

.page-banner p {
  font-size: 1rem;
  color: #222222;
  max-width: 1000px;
  line-height: 1.55;
}

/* Main layout */

.main-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 46px;
  padding: 44px 0 70px;
}

.content-section {
  margin-bottom: 46px;
}

.section-label {
  color: var(--blue-dark);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 9px;
  border-left: 4px solid var(--blue);
  padding-left: 10px;
}

h2 {
  color: #111111;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  line-height: 1.15;
  letter-spacing: -0.025em;
  font-weight: 800;
  margin-bottom: 16px;
}

h3 {
  color: #111111;
  font-size: 1.12rem;
  line-height: 1.3;
  font-weight: 800;
  margin-bottom: 8px;
}

p {
  margin-bottom: 16px;
}

.content-section p {
  color: #222222;
  max-width: 900px;
}

.lead {
  color: #222222;
  max-width: 900px;
  font-size: 1rem;
  margin-bottom: 26px;
}

/* Simple cards, less “template” */

.focus-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
  margin-top: 24px;
}

.focus-item {
  padding: 22px 22px 24px;
  background: #ffffff;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  min-height: 150px;
}

.focus-item small {
  display: block;
  color: var(--orange);
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.74rem;
}

.focus-item p {
  color: var(--muted);
  font-size: 0.94rem;
  margin-bottom: 0;
}

/* Two-column version */

.focus-grid.two-column {
  grid-template-columns: repeat(2, 1fr);
}

/* Boxes */

.statement-box,
.highlight-box {
  border-left: 4px solid var(--blue);
  background: var(--blue-soft);
  padding: 18px 22px;
  margin: 24px 0 0;
  color: #1f2937;
}

.highlight-box {
  margin: 24px 0;
}

.plain-box {
  border: 1px solid var(--border);
  background: #ffffff;
  padding: 24px;
  margin-top: 22px;
}

.plain-box p:last-child {
  margin-bottom: 0;
}

/* Timeline */

.timeline {
  border-top: 2px solid var(--blue);
  background: #ffffff;
  border-left: 1px solid var(--border);
  border-right: 1px solid var(--border);
}

.timeline-item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 22px;
  padding: 20px 22px;
  border-bottom: 1px solid var(--border);
}

.timeline-item:last-child {
  border-bottom: none;
}

.timeline-year {
  color: var(--blue);
  font-weight: 800;
  font-size: 0.92rem;
}

.timeline-item p {
  color: var(--muted);
  margin-bottom: 0;
}

/* Sidebar — less blue, more document-style */

aside {
  align-self: start;
}

.side-card {
  border: 1px solid var(--border);
  margin-bottom: 24px;
  background: white;
}

.side-card-title {
  background: var(--blue-dark);
  color: white;
  border-bottom: none;
  padding: 16px 18px;
  font-weight: 800;
  font-size: 1rem;
}

.side-card-body {
  padding: 18px;
}

.quick-list {
  list-style: none;
}

.quick-list li {
  border-bottom: 1px solid var(--border);
}

.quick-list li:last-child {
  border-bottom: none;
}

.quick-list a {
  display: block;
  padding: 12px 0;
  color: var(--blue);
  font-weight: 600;
  font-size: 0.92rem;
}

.profile-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.91rem;
}

.profile-table th {
  text-align: left;
  color: var(--muted);
  font-weight: 700;
  width: 38%;
  padding: 9px 0;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}

.profile-table td {
  padding: 9px 0;
  border-bottom: 1px solid var(--border);
  color: #111111;
  vertical-align: top;
}

.profile-table tr:last-child th,
.profile-table tr:last-child td {
  border-bottom: none;
}

.status-note,
.placeholder-note {
  font-size: 0.92rem;
  color: var(--muted);
  margin-bottom: 0;
}

/* Buttons */

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.button {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid var(--blue);
  background: var(--blue);
  color: white;
  font-weight: 700;
  font-size: 0.88rem;
}

.button.secondary {
  background: white;
  color: var(--blue);
}

.button:hover {
  background: var(--orange);
  color: white;
  text-decoration: none;
  border-color: var(--orange);
}

/* Future image placeholder */

.future-photo {
  display: none;
}

/* Footer */

footer {
  background: #eeeeee;
  border-top: 1px solid var(--border);
  padding: 28px 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-inner strong {
  color: #111111;
}

/* Responsive */

@media (max-width: 900px) {
  .header-main {
    height: auto;
    padding: 22px 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .header-links {
    flex-wrap: wrap;
  }

  .main-layout {
    grid-template-columns: 1fr;
  }

  .focus-grid,
  .focus-grid.two-column {
    grid-template-columns: 1fr;
  }

  .timeline-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 28px, var(--max-width));
  }

  .identity {
    align-items: flex-start;
  }

  .mark {
    width: 46px;
    height: 46px;
    font-size: 0.92rem;
  }

  .identity-text strong {
    font-size: 1.18rem;
  }

  .page-banner-inner {
    padding: 28px 0 30px;
  }

  .nav a {
    padding: 14px 15px;
    font-size: 0.84rem;
  }
}
