:root {
  --ink: #081f2c;
  --ink-2: #123242;
  --steel: #536a75;
  --muted: #71848d;
  --line: #d8e1e4;
  --paper: #f5f7f5;
  --white: #fff;
  --teal: #13b8a6;
  --teal-dark: #0e827d;
  --blue: #0d5f85;
  --amber: #c58a2d;
  --max: 1180px;
  --radius: 8px;
  --shadow: 0 22px 70px rgba(8, 31, 44, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  color: var(--steel);
  background: var(--paper);
  line-height: 1.55;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.eyebrow { margin: 0 0 12px; color: var(--teal-dark); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; color: var(--ink); font-family: Archivo, "Segoe UI", sans-serif; letter-spacing: 0; line-height: 1.06; }
h1 { font-size: clamp(40px, 5.4vw, 70px); color: #fff; }
h2 { font-size: clamp(30px, 4vw, 48px); }
h3 { font-size: 22px; }
p { margin: 0; }
sup { font-size: .55em; line-height: 0; vertical-align: super; }
.topline { background: var(--ink); color: rgba(255,255,255,.76); font-size: 13px; }
.topline .wrap { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.topline strong { color: #fff; }
header { position: sticky; top: 0; z-index: 50; background: rgba(245,247,245,.96); border-bottom: 1px solid rgba(8,31,44,.12); backdrop-filter: blur(16px); }
.nav { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand img { width: 252px; height: auto; }
.links { display: flex; align-items: center; gap: 22px; color: var(--ink-2); font-size: 14px; font-weight: 800; }
.links a:hover, .links a.active { color: var(--teal-dark); }
.nav-cta { padding: 11px 16px; border-radius: var(--radius); background: var(--ink); color: #fff; box-shadow: 0 12px 24px rgba(8,31,44,.16); }
.menu-button { display: none; min-width: 44px; height: 42px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; color: var(--ink); font-weight: 800; }
.page-hero { position: relative; overflow: hidden; background: var(--ink); color: #fff; }
.page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.46) saturate(.85); }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,31,44,.98), rgba(8,31,44,.72), rgba(8,31,44,.34)); }
.page-hero .wrap { position: relative; z-index: 1; padding: 96px 0; max-width: var(--max); }
.page-hero p { max-width: 720px; margin-top: 20px; color: rgba(255,255,255,.82); font-size: 21px; }
.section { padding: 82px 0; }
.section-head { display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; align-items: end; margin-bottom: 38px; }
.section-head p:last-child { color: var(--steel); font-size: 18px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 34px rgba(8,31,44,.05); }
.card p { margin-top: 10px; color: var(--muted); }
.media-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.media-card img { width: 100%; height: 230px; object-fit: cover; background: #fff; }
.media-card .copy { padding: 22px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: center; }
.split img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); }
.dark { background: var(--ink); color: rgba(255,255,255,.74); }
.dark h2, .dark h3 { color: #fff; }
.dark .eyebrow { color: var(--teal); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 18px; border: 1px solid transparent; border-radius: var(--radius); font-weight: 900; }
.button.primary { background: var(--teal); color: #05232a; }
.button.dark-btn { background: var(--ink); color: #fff; }
table { width: 100%; border-collapse: collapse; border: 1px solid var(--line); background: #fff; border-radius: var(--radius); overflow: hidden; }
th, td { padding: 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: var(--ink); background: #eef4f3; font-family: Archivo, sans-serif; }
tr:last-child th, tr:last-child td { border-bottom: 0; }
form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; padding: 26px; border-radius: var(--radius); background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); }
label { display: grid; gap: 6px; color: rgba(255,255,255,.82); font-weight: 700; font-size: 14px; }
input, textarea, select { width: 100%; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); background: rgba(255,255,255,.1); color: #fff; padding: 12px 13px; }
textarea { min-height: 128px; resize: vertical; }
select option { color: var(--ink); }
::placeholder { color: rgba(255,255,255,.48); }
.span-2 { grid-column: span 2; }
.form-note { color: rgba(255,255,255,.58); font-size: 13px; }
footer { background: #061923; color: rgba(255,255,255,.64); padding: 28px 0; font-size: 14px; }
footer .wrap { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
footer strong { color: #fff; }
@media (max-width: 1020px) {
  .links { position: absolute; top: 78px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
  .links.open { display: flex; }
  .nav-cta { text-align: center; }
  .menu-button { display: inline-grid; place-items: center; }
  .section-head, .split { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  .topline .wrap { align-items: flex-start; flex-direction: column; padding: 10px 0; }
  .brand img { width: 214px; }
  .page-hero .wrap { padding: 68px 0; }
  h1 { font-size: 39px; }
  .page-hero p { font-size: 17px; }
  .section { padding: 62px 0; }
  .grid-3, .grid-4, form { grid-template-columns: 1fr; }
  .span-2 { grid-column: auto; }
}
