:root {
  --navy: #0c2340;
  --blue: #17365d;
  --blue-2: #214b7b;
  --red: #b4202a;
  --gold: #c7a55b;
  --cream: #f6f2e9;
  --paper: #fffdf8;
  --ink: #1d2935;
  --muted: #5c6875;
  --line: #d9dee5;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(12,35,64,.12);
  --radius: 18px;
  --container: 1120px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--blue-2); text-underline-offset: 3px; }
a:hover { color: var(--red); }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 1000; background: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { left: 8px; }
.container { width: min(calc(100% - 36px), var(--container)); margin-inline: auto; }
.eyebrow { color: var(--red); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.h1, h1 { margin: 0 0 20px; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.6rem, 6vw, 5.2rem); line-height: 1.02; letter-spacing: -.035em; }
h2 { margin: 0 0 16px; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.12; letter-spacing: -.025em; }
h3 { color: var(--navy); font-size: 1.2rem; line-height: 1.3; }
p { margin: 0 0 1rem; }
.lead { color: #394958; font-size: clamp(1.05rem, 2vw, 1.25rem); max-width: 720px; }
.topbar { background: var(--navy); color: rgba(255,255,255,.9); font-size: .9rem; }
.topbar .container { display: flex; justify-content: space-between; gap: 20px; padding: 8px 0; }
.topbar a { color: #fff; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,253,248,.96); border-bottom: 1px solid rgba(12,35,64,.09); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 238px; height: auto; }
.nav-toggle { display: none; border: 1px solid var(--line); background: #fff; color: var(--navy); border-radius: 10px; padding: 9px 12px; font-weight: 700; }
.site-nav { display: flex; align-items: center; gap: 25px; }
.site-nav a { color: var(--navy); text-decoration: none; font-size: .95rem; font-weight: 700; }
.site-nav a[aria-current="page"] { color: var(--red); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 11px 20px; border: 1px solid transparent; border-radius: 999px; background: var(--red); color: #fff; font-weight: 800; text-decoration: none; box-shadow: 0 8px 20px rgba(180,32,42,.17); transition: transform .18s ease, box-shadow .18s ease; }
.button:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 12px 26px rgba(180,32,42,.23); }
.button.secondary { background: #fff; color: var(--navy); border-color: #bac4cf; box-shadow: none; }
.button.secondary:hover { color: var(--red); border-color: var(--red); }
.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #fffdf8 0%, #f3f5f8 56%, #e8edf3 100%); border-bottom: 1px solid var(--line); }
.hero::before { content:""; position:absolute; inset:0; background-image: linear-gradient(rgba(12,35,64,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(12,35,64,.03) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, #000, transparent 82%); pointer-events:none; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; min-height: 660px; gap: 36px; padding: 78px 0; }
.hero-copy { max-width: 690px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 28px; }
.hero-art { position: relative; }
.hero-art img { width: min(100%, 560px); margin-inline: auto; }
.identity-strip { position: relative; z-index: 2; margin-top: -34px; }
.identity-card { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; box-shadow: var(--shadow); }
.identity-item { background: #fff; padding: 23px 24px; }
.identity-item span { display:block; color: var(--muted); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.identity-item strong { display:block; margin-top: 5px; color: var(--navy); font-size: 1rem; }
.section { padding: 94px 0; }
.section.alt { background: #f2f4f7; border-block: 1px solid #e2e6eb; }
.section-heading { max-width: 740px; margin-bottom: 38px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: 0 12px 35px rgba(12,35,64,.07); }
.card-icon { width: 52px; height: 52px; display: grid; place-items: center; background: var(--cream); border: 1px solid #e5d6b4; border-radius: 14px; color: var(--red); font-size: 1.45rem; font-weight: 900; }
.card h3 { margin: 19px 0 10px; }
.card p { color: var(--muted); }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: start; }
.quote-panel { background: var(--navy); color: #fff; border-radius: 24px; padding: 42px; box-shadow: var(--shadow); }
.quote-panel h2, .quote-panel h3 { color: #fff; }
.quote-panel .eyebrow { color: #f0c96e; }
.checklist { list-style: none; padding: 0; margin: 24px 0 0; }
.checklist li { position: relative; padding: 11px 0 11px 32px; border-bottom: 1px solid rgba(255,255,255,.15); }
.checklist li::before { content:"✓"; position: absolute; left: 0; color: #f0c96e; font-weight: 900; }
.timeline { border-left: 2px solid #d7dde5; padding-left: 28px; }
.timeline-item { position: relative; padding: 0 0 28px 10px; }
.timeline-item::before { content:""; position:absolute; left:-36px; top:7px; width:13px; height:13px; background:var(--red); border:4px solid #fff; border-radius:50%; box-shadow:0 0 0 1px #d7dde5; }
.timeline-item time { color: var(--red); font-weight: 800; }
.fact-table { width: 100%; border-collapse: collapse; background:#fff; border:1px solid var(--line); border-radius:16px; overflow:hidden; box-shadow:0 10px 30px rgba(12,35,64,.06); }
.fact-table th, .fact-table td { padding: 15px 18px; text-align:left; border-bottom:1px solid var(--line); vertical-align:top; }
.fact-table th { width: 34%; color: var(--navy); background:#f6f8fa; }
.fact-table tr:last-child th, .fact-table tr:last-child td { border-bottom:0; }
.notice { border-left: 4px solid var(--gold); background: #fff9e9; padding: 17px 20px; border-radius: 0 12px 12px 0; color: #554a2f; }
.cta { padding: 64px 0; background: linear-gradient(120deg, var(--navy), var(--blue-2)); color:#fff; }
.cta-grid { display:flex; justify-content:space-between; align-items:center; gap:30px; }
.cta h2 { color:#fff; margin-bottom:8px; }
.page-hero { padding: 88px 0 64px; background: linear-gradient(135deg, #f8f5ee, #edf1f5); border-bottom:1px solid var(--line); }
.page-hero h1 { font-size: clamp(2.7rem, 5vw, 4.6rem); }
.breadcrumb { margin-bottom:20px; color:var(--muted); font-size:.9rem; }
.contact-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:36px; }
.contact-panel { background:#fff; border:1px solid var(--line); border-radius:20px; padding:32px; box-shadow:var(--shadow); }
.contact-row { display:grid; grid-template-columns:46px 1fr; gap:15px; padding:18px 0; border-bottom:1px solid var(--line); }
.contact-row:last-child { border-bottom:0; }
.contact-mark { width:42px; height:42px; display:grid; place-items:center; border-radius:12px; background:var(--cream); color:var(--red); font-weight:900; }
.map-placeholder { min-height:330px; display:grid; place-items:center; text-align:center; border-radius:20px; border:1px solid #cbd3dc; background: radial-gradient(circle at 30% 20%, #fff 0 7%, transparent 8%), linear-gradient(30deg, transparent 44%, rgba(12,35,64,.06) 45% 48%, transparent 49%), linear-gradient(120deg, #edf2f6, #f9fafb); padding:32px; }
.footer { background:#07192e; color:rgba(255,255,255,.76); padding:58px 0 22px; }
.footer-grid { display:grid; grid-template-columns:1.5fr .8fr 1fr; gap:38px; }
.footer .brand img { filter: brightness(0) invert(1); opacity:.95; }
.footer h3 { color:#fff; margin-top:0; }
.footer a { color:#fff; }
.footer-links { list-style:none; padding:0; margin:0; }
.footer-links li { margin:8px 0; }
.footer-bottom { display:flex; justify-content:space-between; gap:20px; border-top:1px solid rgba(255,255,255,.12); margin-top:38px; padding-top:20px; font-size:.86rem; }
.small { font-size:.88rem; }
.muted { color:var(--muted); }
.badge { display:inline-flex; align-items:center; gap:7px; padding:7px 11px; border-radius:999px; background:#eaf0f6; color:var(--navy); font-size:.82rem; font-weight:800; }
@media (max-width: 900px) {
  .nav-toggle { display:block; }
  .site-nav { position:absolute; top:100%; left:0; right:0; display:none; flex-direction:column; align-items:stretch; gap:0; background:#fffdf8; border-bottom:1px solid var(--line); padding:12px 18px 20px; box-shadow:0 14px 25px rgba(12,35,64,.12); }
  .site-nav.open { display:flex; }
  .site-nav a { padding:12px 4px; }
  .hero-grid, .split, .contact-grid { grid-template-columns:1fr; }
  .hero-grid { min-height:auto; padding:64px 0 80px; }
  .hero-art { order:-1; max-width:480px; margin:auto; }
  .identity-card { grid-template-columns:repeat(2,1fr); }
  .cards { grid-template-columns:1fr 1fr; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-grid > :first-child { grid-column:1/-1; }
}
@media (max-width: 620px) {
  .topbar .container { flex-direction:column; gap:2px; }
  .brand img { width:205px; }
  .cards, .identity-card { grid-template-columns:1fr; }
  .section { padding:70px 0; }
  .cta-grid, .footer-bottom { align-items:flex-start; flex-direction:column; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-grid > :first-child { grid-column:auto; }
  .quote-panel { padding:30px; }
  .fact-table, .fact-table tbody, .fact-table tr, .fact-table th, .fact-table td { display:block; width:100%; }
  .fact-table th { border-bottom:0; padding-bottom:6px; }
  .fact-table td { padding-top:0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { transition:none !important; }
}
