:root { color-scheme: light; --navy: #0e3044; --blue: #225d73; --ink: #17272e; --muted: #56676f; --paper: #fbfaf7; --line: #d2dcde; }
* { box-sizing: border-box; }
body { margin: 0; border-top: 6px solid var(--navy); background: var(--paper); color: var(--ink); font: 1rem/1.5 Arial, Helvetica, sans-serif; -webkit-text-size-adjust: 100%; }
a { color: inherit; text-underline-offset: .22em; }
a:focus-visible { outline: 3px solid #a94212; outline-offset: 4px; }
.skip { position: absolute; left: -10000px; top: 8px; z-index: 2; padding: 12px; background: white; }
.skip:focus { left: 12px; }
.page { width: min(100%, 540px); margin: 0 auto; padding: 0 22px; }
.brand { padding: 25px 0 23px; border-bottom: 1px solid var(--line); }
.brand a { display: block; width: min(280px, 100%); margin: auto; }
.brand img { display: block; width: 100%; height: auto; }
.introduction { padding: 24px 0 19px; }
.eyebrow { margin: 0 0 7px; color: var(--blue); font-size: .75rem; font-weight: 700; letter-spacing: .12em; }
h1 { margin: 0 0 8px; color: var(--navy); font-size: clamp(1.75rem, 6.8vw, 2.25rem); line-height: 1.16; letter-spacing: -.035em; }
.introduction > p:last-child { max-width: 390px; margin: 0; color: var(--muted); }
.destinations { list-style: none; display: grid; gap: 10px; margin: 0; padding: 0; }
.destination { display: grid; grid-template-columns: 32px minmax(0, 1fr) 15px; align-items: center; gap: 12px; min-height: 94px; padding: 17px 15px; border: 1px solid var(--line); border-left: 3px solid var(--blue); border-radius: 8px; background: white; text-decoration: none; }
.destination:hover { background: #edf4f5; border-color: var(--blue); }
.destination-icon { color: var(--blue); }
.destination-icon svg { display: block; width: 28px; height: 28px; }
.destination-copy strong { display: block; color: var(--navy); font-size: 1.0625rem; line-height: 1.3; }
.destination-copy > span { display: block; margin-top: 4px; color: var(--muted); font-size: .875rem; line-height: 1.4; }
.arrow { width: 16px; height: 20px; flex: 0 0 auto; color: var(--blue); }
.contact { padding: 24px 0 16px; text-align: center; }
h2 { margin: 0 0 11px; color: var(--navy); font-size: 1rem; line-height: 1.4; }
.call { display: flex; align-items: center; justify-content: center; gap: 11px; min-height: 52px; padding: 12px; border-radius: 7px; background: var(--navy); color: white; font-weight: 700; text-decoration: none; }
.call:hover { background: var(--blue); }
.call svg { width: 20px; height: 20px; flex: 0 0 auto; }
.request { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 8px 18px; color: var(--blue); font-weight: 700; font-size: .9375rem; }
.resources { border-top: 1px solid var(--line); }
.resources a { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 48px; padding: 12px 1px; border-bottom: 1px solid var(--line); color: var(--navy); font-size: .875rem; text-decoration: none; }
.resources a:hover { text-decoration: underline; }
footer { display: grid; justify-items: center; padding: 17px 0 25px; color: var(--muted); text-align: center; }
footer a { display: inline-flex; align-items: center; min-height: 44px; font-size: .875rem; }
footer span { font-size: .75rem; }
@media (min-width: 700px) { .page { margin-top: 26px; margin-bottom: 30px; padding: 0 30px; background: white; border: 1px solid var(--line); border-radius: 12px; } .brand { padding-top: 27px; } .destination { background: var(--paper); } }
@media (max-width: 350px) { .page { padding-right: 16px; padding-left: 16px; } .destination { gap: 9px; padding: 15px 11px; grid-template-columns: 26px minmax(0, 1fr) 13px; } .destination-icon svg { width: 24px; height: 24px; } }
