:root {
  --ink: #0b1620; --navy: #0f2a3d; --white: #ffffff; --sand: #f4efe6; --line: #e3ded4;
  --coral: #ff5a36; --aqua: #1fd1c9; --gold: #ffb400; --slate: #4b5964; --teal: #0e7c86; --amber: #b8600f; --green: #1a7f4b;
  --d: "Barlow Condensed", "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --s: "Source Serif 4", Georgia, "Times New Roman", serif;
  --b: "Barlow", "Helvetica Neue", Arial, sans-serif;
}
* { box-sizing: border-box; }
.skip { position: absolute; left: -9999px; top: 0; z-index: 20; background: var(--coral); color: #fff; padding: 12px 18px; font-weight: 700; }
.skip:focus { left: 0; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 2px; }
.nav.dark :focus-visible, .nav.over :focus-visible { outline-color: var(--aqua); }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--white); color: var(--ink); font-family: var(--b); font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
a { color: var(--teal); text-decoration: none; } a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }
h1, h2, h3, .d { font-family: var(--d); font-weight: 800; text-transform: uppercase; letter-spacing: -0.01em; margin: 0; line-height: 0.95; }
h2 { font-size: clamp(36px, 5vw, 64px); overflow-wrap: anywhere; }
h3 { font-size: 28px; font-weight: 700; }
.serif { font-family: var(--s); }
.eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.wrap { max-width: 1440px; margin: 0 auto; padding-inline: clamp(16px, 4vw, 56px); }
.chip { display: inline-flex; align-items: center; padding: 4px 10px; font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; background: #eef3f5; color: var(--navy); white-space: nowrap; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 44px; padding: 0 20px; background: var(--coral); color: #fff; font-weight: 700; font-size: 15px; white-space: nowrap; }
.btn:hover { background: #e84a28; text-decoration: none; color: #fff; }
.btn-outline { background: transparent; color: var(--ink); border: 1.5px solid var(--ink); }
.btn-outline:hover { background: var(--ink); color: #fff; }
.score { display: inline-flex; align-items: center; gap: 8px; }
.score b { display: inline-flex; align-items: center; justify-content: center; min-width: 46px; height: 32px; padding: 0 8px; background: var(--gold); color: var(--ink); font-family: var(--d); font-weight: 800; font-size: 22px; }
.score.lg b { min-width: 72px; height: 52px; font-size: 36px; }
.score small { font-size: 13px; color: var(--slate); }
.warn { color: var(--amber); font-weight: 700; }
.live { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; color: var(--green); }
.live::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--green); }
.photo { position: relative; overflow: hidden; background: var(--navy); display: flex; flex-direction: column; justify-content: flex-end; color: #fff; }
.photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.photo .shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,22,32,0) 35%, rgba(11,22,32,0.88) 100%); }
.photo > .in { position: relative; }
.photo a, .photo .d { color: #fff; }

/* ---------- attribution strip, sticky navigation ---------- */
.topbar { background: #071018; color: #93a3ae; font-size: 12.5px; }
.topbar-in { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 34px; padding-block: 6px; }
.powered { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.powered img { width: 18px; height: 18px; flex: 0 0 auto; }
.powered b { color: #fff; font-weight: 600; }
.topbar-note { color: #6f8391; }
@media (max-width: 720px) { .topbar-note { display: none; } }

.navwrap { position: sticky; top: 0; z-index: 50; background: var(--ink); color: #fff; transition: background .18s ease, box-shadow .18s ease; }
.navwrap.float { background: transparent; }
.navwrap.float::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,22,32,.78), rgba(11,22,32,0)); pointer-events: none; }
.navwrap.float.scrolled { background: var(--ink); box-shadow: 0 2px 18px rgba(11,22,32,.35); }
.navwrap.float.scrolled::before { opacity: 0; }
.navwrap:not(.float).scrolled { box-shadow: 0 2px 18px rgba(11,22,32,.35); }
.navbar { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 66px; padding-block: 8px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand svg, footer .foot-brand svg { height: 40px; width: auto; display: block; }
.brandmark .bm-word { font-family: var(--d); font-size: 26px; font-weight: 800; letter-spacing: .5px; }
.brandmark .bm-sub { font-family: var(--b); font-size: 9px; font-weight: 600; letter-spacing: 2.05px; }
.brand:hover { text-decoration: none; }
.nav-links { display: flex; gap: clamp(12px, 2.2vw, 30px); font-family: var(--b); font-size: 15px; font-weight: 600; }
.nav-links a { color: #fff; padding-block: 4px; border-bottom: 2px solid transparent; }
.nav-links a:hover { text-decoration: none; border-bottom-color: rgba(255,255,255,.5); }
.nav-links a.on { color: var(--aqua); border-bottom-color: var(--aqua); }
.nav-cta { flex: 0 0 auto; height: 40px; }
.nav-toggle { display: none; background: none; border: 0; color: #fff; padding: 8px; cursor: pointer; }
.navmenu { display: none; }
@media (max-width: 1040px) {
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: inline-flex; }
  .navwrap.open { background: var(--ink); }
  .navwrap.open .navmenu { display: flex; flex-direction: column; gap: 2px; padding: 8px 0 18px; border-top: 1px solid #24343f; }
  .navmenu a { color: #fff; font-family: var(--b); font-weight: 600; font-size: 16px; padding: 12px clamp(16px, 4vw, 56px); }
  .navmenu a.btn { margin: 10px clamp(16px, 4vw, 56px) 0; }
}

/* Hero pages slide their image up behind the transparent bar. */
main.under-nav { margin-top: calc(-1 * var(--navh)); }
:root { --navh: 66px; }
main.under-nav > .hero:first-child .in { padding-top: calc(var(--navh) + 40px); }

/* YouSail corner badge */
.ys-corner { position: fixed; right: 14px; bottom: 14px; z-index: 40; display: flex; align-items: center; gap: 8px; padding: 7px 11px; background: rgba(7,16,24,.92); color: #cfdae2; border: 1px solid #22323d; border-radius: 3px; font-family: var(--b); font-size: 11px; line-height: 1.15; backdrop-filter: blur(4px); pointer-events: none; }
.ys-corner img { width: 22px; height: 22px; }
.ys-corner span { display: flex; flex-direction: column; }
.ys-corner b { color: #fff; font-weight: 600; font-size: 11.5px; }
@media (max-width: 700px) { .ys-corner { display: none; } }

/* Operator logo plates */
.logo-chip { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; background: #fff; border: 1px solid var(--line); overflow: hidden; }
.logo-chip img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
.logo-chip.sm { width: 84px; height: 42px; padding: 4px 6px; }
.logo-chip.md { width: 132px; height: 64px; padding: 6px 9px; }
.logo-chip.lg { width: 190px; height: 88px; padding: 8px 12px; }
.logo-chip.on-dark { background: var(--ink); border-color: var(--ink); }
.logo-chip.initials { font-family: var(--d); font-weight: 800; font-size: 19px; color: var(--slate); background: var(--sand); letter-spacing: .02em; }
.logo-chip.md.initials { font-size: 26px; } .logo-chip.lg.initials { font-size: 34px; }
.logo-rail { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }

/* hero */
.hero { position: relative; min-height: clamp(520px, 62vw, 820px); }
.hero .ov { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,22,32,0.6) 0%, rgba(11,22,32,0.05) 28%, rgba(11,22,32,0.35) 55%, rgba(11,22,32,0.92) 100%); }
.hero .in { display: flex; flex-direction: column; gap: 22px; padding-block: 120px 56px; max-width: 1100px; }
.hero h1 { font-size: clamp(44px, 9vw, 128px); overflow-wrap: anywhere; color: #fff; text-shadow: 0 2px 24px rgba(0,0,0,0.35); }
.hero p { margin: 0; font-family: var(--s); font-size: clamp(17px, 1.6vw, 22px); line-height: 1.4; color: #fff; max-width: 720px; text-wrap: pretty; }
.tag { display: inline-block; align-self: flex-start; background: var(--aqua); color: var(--ink); padding: 6px 10px; }
.search { position: relative; margin-top: -44px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)) auto; background: #fff; box-shadow: 0 20px 50px rgba(11,22,32,0.25); z-index: 1; }
.search label { display: flex; flex-direction: column; gap: 4px; padding: 18px 24px; border-right: 1px solid var(--line); }
.search label span { font-size: 11px; color: var(--slate); }
.search select, .search input { min-width: 0; border: 0; background: none; font: 600 18px var(--b); color: var(--ink); padding: 0; width: 100%; }
.search button { border: 0; cursor: pointer; display: flex; align-items: center; gap: 10px; padding: 0 36px; background: var(--coral); color: #fff; font-family: var(--d); font-size: 24px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; }
@media (max-width: 860px) { .search { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-inline: 0; } .search label { border-bottom: 1px solid var(--line); } .search button { grid-column: span 2; height: 56px; justify-content: center; } }

/* sections */
.sec { padding-top: clamp(48px, 6vw, 88px); }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.sec-head .eyebrow { color: var(--coral); display: block; margin-bottom: 8px; }
.more { font-weight: 700; font-size: 15px; color: var(--ink); border-bottom: 2px solid var(--ink); padding-bottom: 2px; white-space: nowrap; }
.trust { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; padding-top: 48px; }
.trust div { display: flex; gap: 16px; align-items: flex-start; font-size: 15px; color: var(--slate); }
.trust .d { font-size: 56px; color: var(--coral); line-height: 0.85; }
.trust strong { color: var(--ink); }
.grid { display: grid; gap: 16px; }
.g4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } .g3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .g2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 1100px) { .g4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .g3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .trust { grid-template-columns: 1fr; gap: 20px; } }
@media (max-width: 640px) { .g4, .g3, .g2 { grid-template-columns: 1fr; } .sec-head { flex-direction: column; align-items: flex-start; } }
.regions { grid-auto-rows: 300px; }
.regions .lead { grid-column: span 2; grid-row: span 2; }
.regions .photo { padding: 24px; }
.regions .lead { padding: 32px; }
.regions .d { font-size: 40px; } .regions .lead .d { font-size: clamp(48px, 5vw, 76px); }
@media (max-width: 1100px) { .regions .lead { grid-column: span 2; grid-row: span 1; } }
@media (max-width: 640px) { .regions .lead { grid-column: span 1; } }
.card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); overflow: hidden; color: var(--ink); }
.card:hover { text-decoration: none; box-shadow: 0 12px 30px rgba(11,22,32,0.12); }
.card .photo { height: 200px; }
.card .body { display: flex; flex-direction: column; gap: 10px; padding: 18px 20px 22px; }
.card .t { font-family: var(--d); font-size: 30px; font-weight: 700; line-height: 1; }
.card .m { font-size: 14px; color: var(--slate); }
.band { background: var(--ink); color: #fff; margin-top: clamp(48px, 6vw, 88px); padding-block: clamp(48px, 6vw, 72px); }
.band h2 { color: #fff; }
.band .serif { color: #b8c4cc; }
.types { display: grid; grid-template-columns: 420px minmax(0, 1fr); gap: 64px; }
.types-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: #24343f; border: 1px solid #24343f; }
.types-grid a { display: flex; flex-direction: column; gap: 8px; padding: 28px; background: var(--ink); color: #fff; }
.types-grid a:hover { background: #142430; text-decoration: none; }
.types-grid .n { font-family: var(--d); font-size: 20px; font-weight: 800; color: var(--aqua); }
.types-grid .t { font-family: var(--d); font-size: 36px; font-weight: 700; text-transform: uppercase; }
.types-grid .m { font-size: 14px; color: #b8c4cc; }
@media (max-width: 1000px) { .types { grid-template-columns: 1fr; gap: 32px; } }
@media (max-width: 640px) { .types-grid { grid-template-columns: 1fr; } }
.states a { display: flex; flex-direction: column; gap: 6px; padding: 24px; background: var(--sand); color: var(--ink); }
.states a:hover { background: #ece4d6; text-decoration: none; }
.states .n { font-family: var(--d); font-size: 64px; font-weight: 800; color: var(--coral); line-height: 0.9; }
.states .t { font-family: var(--d); font-size: 30px; font-weight: 700; text-transform: uppercase; }
.guides a { display: flex; flex-direction: column; gap: 12px; color: var(--ink); }
.guides .photo { height: 260px; }
.guides .t { font-family: var(--d); font-size: 36px; font-weight: 700; line-height: 1; }
.guides .m { font-family: var(--s); font-size: 16px; color: var(--slate); }
footer { background: var(--ink); color: #b8c4cc; margin-top: clamp(48px, 6vw, 88px); padding-block: 48px; font-size: 14px; }
footer .cols { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; }
footer .cols div { display: flex; flex-direction: column; gap: 8px; }
footer .foot-brand svg { height: 42px; margin-bottom: 4px; }
footer .footbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 34px; padding-top: 18px; border-top: 1px solid #24343f; font-size: 13px; }
footer a { color: #b8c4cc; } footer .eyebrow { color: #fff; }
@media (max-width: 860px) { footer .cols { grid-template-columns: 1fr 1fr; } }

/* page header */
.ph { padding-block: 40px 24px; display: flex; flex-direction: column; gap: 10px; }
.ph .eyebrow { color: var(--coral); }
.ph h1 { font-size: clamp(40px, 7vw, 84px); overflow-wrap: anywhere; }
.ph p { margin: 0; font-family: var(--s); font-size: 18px; color: var(--slate); max-width: 820px; text-wrap: pretty; }
.crumbs a { color: var(--coral); }

/* directory */
.filters { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; padding-block: 8px 28px; border-bottom: 1px solid var(--line); }
.pill { display: inline-flex; align-items: center; gap: 8px; height: 40px; padding: 0 16px; border: 1.5px solid var(--ink); font: 600 14px var(--b); color: var(--ink); background: #fff; cursor: pointer; }
.pill.on { background: var(--ink); color: #fff; }
.filters select { height: 40px; border: 1.5px solid var(--ink); font: 600 14px var(--b); padding: 0 12px; background: #fff; color: var(--ink); }
.filters input[type=search] { height: 40px; border: 1.5px solid var(--ink); font: 500 14px var(--b); padding: 0 12px; min-width: 220px; }
.filters .count { margin-left: auto; font-size: 14px; color: var(--slate); }
.dir { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 24px; padding-block: 24px 24px; }
@media (max-width: 1100px) { .dir { grid-template-columns: minmax(0, 1fr); } .dir aside { display: none; } }
.rows { display: flex; flex-direction: column; gap: 14px; min-width: 0; }
.row { display: grid; grid-template-columns: 280px minmax(0, 1fr) 190px; background: #fff; border: 1px solid var(--line); color: var(--ink); overflow: hidden; }
.row:hover { text-decoration: none; box-shadow: 0 12px 30px rgba(11,22,32,0.12); }
.row .photo { min-height: 200px; }
.row .mid { display: flex; flex-direction: column; gap: 8px; padding: 22px 24px; }
.row .t { font-family: var(--d); font-size: 32px; font-weight: 700; line-height: 1; }
.row .m { font-size: 14px; color: var(--slate); }
.row .facts { display: flex; flex-wrap: wrap; gap: 8px 24px; font-size: 14px; white-space: nowrap; }
.row .side { display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; gap: 16px; padding: 22px 24px; border-left: 1px solid var(--line); }
.row .side .score { flex-direction: column; align-items: flex-end; gap: 4px; }
.row .side .score b { font-size: 30px; height: 44px; min-width: 64px; }
.nomatch { font-size: 13px; color: #8a949c; text-align: right; }
@media (max-width: 860px) { .row { grid-template-columns: minmax(0, 1fr); } .row .facts { white-space: normal; } .row .facts span { white-space: normal; } .row .side { flex-direction: row; align-items: center; border-left: 0; border-top: 1px solid var(--line); padding: 16px 24px; } .row .side .score { flex-direction: row; align-items: center; } }
.panel { position: sticky; top: 24px; background: var(--ink); color: #fff; align-self: start; }
.panel .map { position: relative; height: 480px; background: var(--navy); overflow: hidden; }
.panel .map svg { width: 100%; height: 100%; }
.panel .list { padding: 20px 24px 24px; display: flex; flex-direction: column; gap: 8px; }
.panel .list div { display: flex; justify-content: space-between; gap: 12px; font-size: 14px; border-bottom: 1px solid #24343f; padding: 8px 0; }
.panel .list div:last-child { border-bottom: 0; }
.panel .d { font-size: 28px; font-weight: 700; }

/* profile */
.mosaic { display: grid; grid-template-columns: 2fr 1fr; grid-template-rows: 260px 260px; gap: 6px; padding-top: 6px; }
.mosaic .photo:first-child { grid-row: span 2; }
@media (max-width: 860px) { .mosaic { grid-template-columns: 1fr; grid-template-rows: 260px; } .mosaic .photo:not(:first-child) { display: none; } .mosaic .photo:first-child { grid-row: span 1; } }
.prof { display: grid; grid-template-columns: minmax(0, 1fr) 400px; gap: 48px; padding-block: 40px 72px; }
@media (max-width: 1100px) { .prof { grid-template-columns: minmax(0, 1fr); } }
.prof h1 { font-size: clamp(40px, 7vw, 96px); overflow-wrap: anywhere; }
.prof .main { display: flex; flex-direction: column; gap: 48px; }
.title { display: flex; flex-direction: column; gap: 16px; }
.title .meta { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.lede { font-family: var(--s); font-size: 20px; line-height: 1.5; max-width: 760px; text-wrap: pretty; margin: 0; }
.facts-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
@media (max-width: 860px) { .facts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.fact { display: flex; flex-direction: column; gap: 4px; padding: 16px 18px; border: 1px solid var(--line); }
.fact .eyebrow { color: var(--slate); }
.fact .v { font-family: var(--d); font-weight: 700; font-size: 26px; line-height: 1; }
.fact small { font-size: 13px; color: var(--slate); }
.side { display: flex; flex-direction: column; gap: 20px; align-self: start; }
.contact { display: flex; flex-direction: column; gap: 14px; padding: 28px; background: var(--ink); color: #fff; }
.contact .d { font-size: 30px; font-weight: 700; }
.contact .kv { display: flex; flex-direction: column; gap: 10px; font-size: 15px; }
.contact .kv div { display: flex; gap: 12px; } .contact .kv span:first-child { width: 56px; color: #8fa3b0; flex-shrink: 0; }
.contact a { color: var(--aqua); font-weight: 600; word-break: break-all; }
.contact .btn { height: 52px; font-family: var(--d); font-size: 22px; text-transform: uppercase; letter-spacing: 0.04em; color: #fff; }
.contact small { font-size: 13px; color: #8fa3b0; }
.box { display: flex; flex-direction: column; gap: 12px; padding: 24px; background: var(--sand); }
.box .d { font-size: 26px; font-weight: 700; }
.box ul, .box ol { margin: 0; padding-left: 20px; font-size: 15px; } .box li { margin: 6px 0; }
.box-line { display: flex; flex-direction: column; gap: 10px; padding: 24px; border: 1px solid var(--line); }
.box-line a { font-weight: 600; color: var(--ink); } .box-line a span { color: var(--slate); font-weight: 400; }

/* markdown prose */
.prose { max-width: 820px; font-size: 17px; line-height: 1.6; }
.prose h2 { font-size: 40px; margin: 40px 0 14px; }
.prose h3 { font-size: 26px; margin: 28px 0 10px; }
.prose p { margin: 0 0 16px; text-wrap: pretty; }
.prose blockquote { margin: 0 0 20px; padding: 16px 20px; background: var(--sand); border-left: 4px solid var(--coral); font-family: var(--s); font-size: 16px; }
.prose ul, .prose ol { padding-left: 22px; } .prose li { margin: 6px 0; }
.prose table { border-collapse: collapse; width: 100%; font-size: 15px; margin: 8px 0 24px; display: block; overflow-x: auto; }
.prose th { text-align: left; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--slate); padding: 10px 12px; border-bottom: 2px solid var(--ink); white-space: nowrap; }
.prose td { padding: 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
.prose.wide { max-width: none; }

/* region */
.rhero { min-height: clamp(460px, 50vw, 720px); }
.rhero h1 { font-size: clamp(48px, 11vw, 160px); overflow-wrap: anywhere; }
.stats { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); background: var(--ink); color: #fff; }
.stats div { display: flex; flex-direction: column; gap: 4px; padding: 20px 24px; border-right: 1px solid #24343f; }
.stats div:last-child { border-right: 0; }
.stats .eyebrow { color: #8fa3b0; } .stats .v { font-family: var(--d); font-weight: 800; font-size: 30px; line-height: 1; text-transform: uppercase; }
.stats small { font-size: 13px; color: #b8c4cc; } .stats .hot .eyebrow, .stats .hot .v { color: var(--coral); }
@media (max-width: 1000px) { .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); } .stats div { border-bottom: 1px solid #24343f; } }
.oplist { display: flex; flex-direction: column; border-top: 2px solid var(--ink); }
.op { display: grid; grid-template-columns: 64px minmax(0, 1fr) 170px 120px; gap: 16px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--ink); }
.op:hover { text-decoration: none; background: #fbfaf7; }
.op .photo { height: 64px; }
.op strong { font-size: 18px; } .op .m { font-size: 14px; color: var(--slate); }
.op .score { justify-self: end; }
@media (max-width: 860px) { .op { grid-template-columns: 64px minmax(0, 1fr); } .op .price { display: none; } .op .score { justify-self: start; grid-column: 2; } }
.warnbox { display: flex; flex-direction: column; gap: 12px; padding: 28px; border: 2px solid var(--coral); }
.warnbox .d { font-size: 34px; font-weight: 700; color: var(--coral); }
.darkbox { display: flex; flex-direction: column; gap: 12px; padding: 28px; background: var(--ink); color: #fff; }
.darkbox .d { font-size: 34px; font-weight: 700; } .darkbox .serif { color: #b8c4cc; }
.itin { display: flex; flex-direction: column; gap: 10px; padding: 24px; background: var(--sand); }
.itin .k { font-family: var(--d); font-size: 20px; font-weight: 800; color: var(--coral); text-transform: uppercase; }
.itin .t { font-family: var(--d); font-size: 32px; font-weight: 700; text-transform: uppercase; line-height: 1; }
.itin .serif { font-size: 15px; color: var(--slate); }
.tscroll { overflow-x: auto; }
.ptable { border-collapse: collapse; width: 100%; font-size: 15px; }
.ptable th { text-align: left; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--slate); padding: 10px 12px; border-bottom: 2px solid var(--ink); }
.ptable td { padding: 14px 12px; border-bottom: 1px solid var(--line); vertical-align: middle; }
.muted { color: #8a949c; }

@media (max-width: 640px) { .chip { white-space: normal; } }

/* visually hidden labels for the directory filter controls */
.vh { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
/* box-line used as a link card on the charter hubs */
a.box-line { color: var(--ink); }
a.box-line:hover { text-decoration: none; border-color: var(--ink); box-shadow: 0 10px 26px rgba(11,22,32,0.10); }
.stats .v { overflow-wrap: anywhere; }

/* ---------- glossary links in prose ---------- */
.prose a.gl, .lede a.gl { color: inherit; text-decoration: none; border-bottom: 1px dotted var(--teal); }
.prose a.gl:hover { color: var(--teal); border-bottom-style: solid; }

/* ---------- logo placement ---------- */
.photo-logo { position: absolute; left: 10px; bottom: 10px; z-index: 1; }
.row-head { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.row .row-head .t { margin: 0; }

/* ---------- resources ---------- */
.reslist { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
@media (max-width: 820px) { .reslist { grid-template-columns: 1fr; } }
.res { display: flex; flex-direction: column; gap: 4px; padding: 18px 20px; background: #fff; border: 1px solid var(--line); color: var(--ink); }
.res:hover { text-decoration: none; border-color: var(--ink); box-shadow: 0 10px 26px rgba(11,22,32,.10); }
.res-t { display: flex; align-items: center; gap: 7px; font-family: var(--d); font-size: 23px; font-weight: 700; text-transform: uppercase; line-height: 1; }
.res-t svg { flex: 0 0 auto; color: var(--coral); }
.res-h { font-family: var(--b); font-size: 12px; font-weight: 600; letter-spacing: .04em; color: var(--teal); }
.res-d { font-family: var(--s); font-size: 15px; color: var(--slate); }

/* ---------- glossary ---------- */
.gloss-nav { display: flex; flex-wrap: wrap; gap: 8px; padding-block: 8px 4px; }
.gloss-nav a { display: inline-flex; align-items: baseline; gap: 6px; padding: 7px 13px; border: 1.5px solid var(--ink); font-family: var(--b); font-size: 14px; font-weight: 600; color: var(--ink); }
.gloss-nav a:hover { background: var(--ink); color: #fff; text-decoration: none; }
.gloss-nav a span { font-size: 12px; color: var(--slate); }
.gloss-nav a:hover span { color: #9aa6b1; }
.gloss { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); margin: 0; }
@media (max-width: 820px) { .gloss { grid-template-columns: 1fr; } }
.gloss-i { background: #fff; padding: 18px 20px; scroll-margin-top: 90px; }
.gloss-i dt { font-family: var(--d); font-size: 24px; font-weight: 700; text-transform: uppercase; line-height: 1; margin-bottom: 6px; }
.gloss-i dd { margin: 0; font-family: var(--s); font-size: 15.5px; color: var(--slate); }
.gloss-i:target { background: #fff8e8; box-shadow: inset 4px 0 0 var(--gold); }

/* ---------- contact form ---------- */
.cform { display: flex; flex-direction: column; gap: 16px; max-width: 620px; }
.f-row { display: flex; flex-direction: column; gap: 6px; }
.f-row label { font-family: var(--b); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--slate); }
.cform input, .cform select, .cform textarea { font: 400 16px var(--b); color: var(--ink); background: #fff; border: 1.5px solid var(--line-soft, #cfc8ba); padding: 11px 13px; width: 100%; }
.cform input:focus, .cform select:focus, .cform textarea:focus { border-color: var(--ink); outline: 2px solid var(--coral); outline-offset: 1px; }
.cform textarea { resize: vertical; min-height: 130px; }
.f-actions { display: flex; align-items: flex-start; gap: 16px; flex-wrap: wrap; }
.f-actions .btn { flex: 0 0 auto; }
.f-note, .f-fallback { font-family: var(--b); font-size: 13.5px; color: var(--slate); max-width: 46ch; margin: 0; }

/* ---------- data figures ---------- */
.figwrap { padding-block: 28px 8px; }
.fig { margin: 0; padding: 22px 24px 20px; background: #fcfcfb; border: 1px solid var(--line); overflow-x: auto; }
.fig svg { display: block; min-width: 620px; }
.prose .fig svg { min-width: 0; }

/* ---------- FAQ ---------- */
.qlist { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
@media (max-width: 820px) { .qlist { grid-template-columns: 1fr; } }
.q { display: flex; flex-direction: column; gap: 5px; padding: 18px 20px; background: #fff; border: 1px solid var(--line); color: var(--ink); }
.q:hover { text-decoration: none; border-color: var(--ink); box-shadow: 0 10px 26px rgba(11,22,32,.10); }
.q-q { font-family: var(--d); font-size: 23px; font-weight: 700; text-transform: uppercase; line-height: 1.02; }
.q-a { font-family: var(--s); font-size: 15px; color: var(--slate); }
.answer-short { font-family: var(--s); font-size: 21px; line-height: 1.45; color: var(--ink); max-width: 62ch; }
