:root {
  --navy: #0c2d52;
  --navy-2: #08213d;
  --teal: #1aa38a;
  --teal-2: #14826e;
  --orange: #ef7d22;
  --gold: #e6b325;
  --frost: #f4f8fb;
  --paper: #fff;
  --ink: #132338;
  --muted: #5a6b7c;
  --line: #d5e0ea;
  --max: 1100px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: "DM Sans", system-ui, sans-serif; color: var(--ink); background: var(--paper); line-height: 1.62; }
img { max-width: 100%; display: block; }
a { color: var(--teal-2); }
.wrap { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 12px; top: 8px; background: #fff; padding: 8px; z-index: 80; }

.mast { background: var(--navy); color: #fff; position: sticky; top: 0; z-index: 40; }
.mast-inner { display: flex; align-items: center; justify-content: space-between; min-height: 70px; gap: 12px; }
.brand { color: #fff; text-decoration: none; }
.brand strong { display: block; font-size: 16px; letter-spacing: .02em; }
.brand small { display: block; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: #9ec9c0; }
nav.desk { display: flex; align-items: center; gap: 2px; }
nav.desk a { color: #d5e6ef; text-decoration: none; font-size: 14px; font-weight: 600; padding: 8px 10px; }
nav.desk a[aria-current="page"], nav.desk a:hover { color: #fff; }
.cta {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--orange); color: #fff; text-decoration: none;
  font-weight: 800; font-size: 14px; padding: 10px 16px; border: 0; cursor: pointer;
}
.cta:hover { filter: brightness(1.05); color: #fff; }
.cta.navy { background: var(--navy); }
.cta.ghost { background: transparent; border: 1px solid rgba(255,255,255,.35); }
.menu-btn { display: none; background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.3); padding: 8px 10px; font-weight: 700; }
.mobile { display: none; background: var(--navy-2); padding: 8px 20px 16px; }
.mobile.open { display: grid; }
.mobile a { color: #fff; text-decoration: none; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.08); }

.hero { background: linear-gradient(180deg, var(--navy) 0%, #0e3a5c 100%); color: #fff; }
.hero-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 32px; align-items: center; padding: 48px 0; }
.kicker { font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--teal); margin-bottom: 10px; }
h1,h2,h3 { font-family: "Outfit", sans-serif; line-height: 1.15; }
h1 { font-size: clamp(30px, 4.2vw, 46px); margin-bottom: 12px; }
h2 { font-size: clamp(24px, 3vw, 34px); margin-bottom: 10px; }
h3 { font-size: 20px; margin-bottom: 6px; }
.lede { font-size: 17.5px; color: #cfe0ea; max-width: 48ch; }
.hero .lede { color: #d5e7f0; }
.actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 20px; }
.frame { height: 300px; overflow: hidden; background: #07182c; border: 1px solid rgba(255,255,255,.12); }
.frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.section { padding: 60px 0; }
.section.frost { background: var(--frost); }
.section.navy { background: var(--navy); color: #fff; }
.section.navy .muted { color: #b7c9d6; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
.stack { display: grid; gap: 16px; }
.item { padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.muted { color: var(--muted); }
.num { color: var(--orange); font-weight: 800; font-size: 12px; letter-spacing: .1em; }
.pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.pill { background: #e7f6f2; color: var(--teal-2); font-weight: 700; font-size: 13px; padding: 6px 10px; }
.art { height: 340px; overflow: hidden; background: var(--navy-2); border: 1px solid var(--line); margin: 12px 0 8px; }
.art img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.cap { font-size: 13px; color: var(--muted); margin-bottom: 14px; }

form { display: grid; gap: 14px; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
label, .label { display: block; font-size: 13px; font-weight: 700; margin-bottom: 6px; }
input, select, textarea { width: 100%; border: 1px solid #b9c7d4; padding: 11px 12px; font: inherit; }
.need-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.need { display: flex; align-items: center; gap: 10px; margin: 0; min-height: 42px; padding: 8px 10px; border: 1px solid var(--line); background: #fff; font-size: 14px; font-weight: 600; cursor: pointer; }
.need input { width: 16px; height: 16px; flex: 0 0 16px; accent-color: var(--teal); }
.hp { position: absolute; left: -9999px; }
.alert { padding: 12px 14px; margin: 12px 0; border-left: 4px solid var(--teal); background: #e8f7f3; }
.alert.err { border-color: #b42318; background: #fdecea; }

footer { background: var(--navy-2); color: #b7c6d4; padding: 36px 0 22px; font-size: 14px; }
.foot { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 22px; }
footer a { color: #e8eef4; text-decoration: none; display: block; padding: 3px 0; }
.tiny { font-size: 12.5px; color: #8aa0b3; line-height: 1.55; margin-top: 18px; }
.legal p { margin-bottom: 12px; max-width: 72ch; }
.legal h2 { font-size: 22px; margin: 24px 0 10px; }
.crumbs { font-size: 13px; color: var(--muted); margin-bottom: 12px; }
.crumbs a { color: var(--muted); text-decoration: none; }

@media (max-width: 860px) {
  nav.desk { display: none; }
  .menu-btn { display: inline-flex; }
  .hero-grid, .split, .row2, .need-grid, .foot { grid-template-columns: 1fr; }
  .frame, .art { height: 210px; }
}
