
:root {
  --ink: #0b1d23;
  --ink-2: #14343c;
  --muted: #53686d;
  --mist: #edf5f3;
  --paper: #f7faf8;
  --white: #ffffff;
  --acid: #c9f15b;
  --aqua: #36c7bf;
  --sky: #89d8ed;
  --signal: #f26b3a;
  --line: #cbdad8;
  --deep-line: #2c4b52;
  --display: "Aptos Display", "Segoe UI Variable Display", "Helvetica Neue", Arial, sans-serif;
  --body: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 18px 50px rgba(11, 29, 35, .10);
  --route-hero-pad: clamp(2.25rem, 5vw, 3rem);
  --route-hero-h1: clamp(2.5rem, 4.8vw, 3.75rem);
  --text: 1.125rem;
  --text-ui: 1rem;
  --text-small: 0.9375rem;
  --text-kicker: 0.8125rem;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 280px;
  color: var(--ink);
  font-family: var(--body);
  font-size: var(--text);
  line-height: 1.6;
  background:
    radial-gradient(circle at 12% 14%, rgba(54,199,191,.13), transparent 27rem),
    radial-gradient(circle at 88% 24%, rgba(137,216,237,.16), transparent 30rem),
    linear-gradient(180deg, var(--paper), #f2f7f5 70%, var(--paper));
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .18;
  background-image: radial-gradient(var(--ink-2) .7px, transparent .7px);
  background-size: 18px 18px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}
a { color: var(--ink-2); text-underline-offset: .18em; }
a:hover { color: #087b76; }
button, input { font: inherit; }
.skip { position: fixed; left: 12px; top: -100px; z-index: 50; }
.skip:focus { top: 10px; background: var(--acid); color: var(--ink); padding: .65rem 1rem; border-radius: 8px; }
.shell { width: min(1160px, calc(100% - 2rem)); margin-inline: auto; }
.preview-banner {
  margin: 0;
  height: 27px;
  display: grid;
  place-items: center;
  background: var(--acid);
  color: var(--ink);
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247,250,248,.94);
  border-bottom: 1px solid rgba(11,29,35,.12);
  backdrop-filter: blur(14px);
}
.header-row { min-height: 69px; display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; }
.brand { display: inline-flex; align-items: center; gap: .65rem; color: var(--ink); font-size: var(--text-ui); font-weight: 850; letter-spacing: -.025em; text-decoration: none; }
.brand-glyph { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 11px 11px 11px 3px; background: var(--ink); color: var(--acid); font-size: .83rem; letter-spacing: -.08em; }
.mobile-primary { display: flex; align-items: center; }
.site-nav { display: flex; align-items: center; gap: .25rem; }
.site-nav a { color: var(--muted); border-radius: 999px; padding: .55rem .72rem; text-decoration: none; font-size: var(--text-ui); font-weight: 750; }
.site-nav a:hover, .site-nav a.is-active { color: var(--ink); background: #e3eeeb; }
.site-nav a.is-active { box-shadow: inset 0 0 0 1px #c4d6d2; }
.menu-toggle { display: none; align-items: center; gap: .5rem; color: var(--ink); background: #e6f1ee; border: 1px solid transparent; border-radius: 10px; padding: .48rem .62rem; font-weight: 800; }
.menu-toggle i, .menu-toggle i::before, .menu-toggle i::after { display: block; width: 15px; height: 2px; background: currentColor; content: ""; transition: transform .2s ease; }
.menu-toggle i { position: relative; }
.menu-toggle i::before { position: absolute; top: -5px; }
.menu-toggle i::after { position: absolute; top: 5px; }
.menu-toggle[aria-expanded="true"] i { background: transparent; }
.menu-toggle[aria-expanded="true"] i::before { transform: translateY(5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] i::after { transform: translateY(-5px) rotate(-45deg); }
.breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: .5rem; min-height: 43px; color: var(--muted); font-size: var(--text-small); border-bottom: 1px solid rgba(11,29,35,.09); }
.breadcrumb a { color: var(--ink-2); font-weight: 750; text-decoration: none; }
.breadcrumb span[aria-current] { color: var(--muted); }
.hero { position: relative; overflow: hidden; color: var(--white); background: var(--ink); }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 28%, rgba(54,199,191,.25), transparent 24rem), linear-gradient(110deg, transparent 55%, rgba(137,216,237,.08)); }
.hero-grid { position: relative; min-height: 390px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: clamp(2rem, 4vw, 4rem); padding-block: var(--route-hero-pad); }
.hero-brand { margin: 0 0 .7rem; color: var(--acid); font-size: var(--text-kicker); font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.hero h1, .page-hero h1, .company-hero h1 { margin: 0; font-family: var(--display); font-size: var(--route-hero-h1); font-weight: 850; letter-spacing: -.065em; line-height: 1.12; }
.hero h1 { max-width: 18ch; }
.hero .lede { max-width: 36rem; margin: 1.15rem 0 0; color: #c9dbdd; font-size: clamp(1.125rem, 1.7vw, 1.3rem); line-height: 1.5; }
.cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: .65rem; margin-top: 1.45rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: .72rem 1.05rem; border: 1px solid var(--ink); border-radius: 9px; background: var(--ink); color: var(--white); font-size: var(--text-ui); font-weight: 850; text-decoration: none; box-shadow: 4px 4px 0 var(--aqua); }
.button:hover { color: var(--white); transform: translate(-1px,-1px); box-shadow: 6px 6px 0 var(--aqua); }
.hero .button { color: var(--ink); background: var(--acid); border-color: var(--acid); box-shadow: 4px 4px 0 var(--aqua); }
.button--ghost { color: var(--ink); background: transparent; border-color: var(--ink); box-shadow: none; }
.hero .button--ghost { color: var(--white); border-color: var(--deep-line); background: rgba(255,255,255,.04); box-shadow: none; }
.section--dark .button--ghost,
.page-hero .button--ghost,
.company-hero .button--ghost {
  color: var(--white);
  border-color: var(--deep-line);
  background: rgba(255,255,255,.06);
  box-shadow: none;
}
.text-link { color: inherit; font-weight: 850; }
.system-viz {
  position: relative;
  padding: 1.15rem 1.2rem 1.2rem;
  border: 1px solid var(--deep-line);
  border-radius: 20px 20px 20px 6px;
  background: rgba(255,255,255,.05);
}
.system-label {
  margin: 0 0 1rem;
  color: #9fb4b8;
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.flow-stages {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: flow;
}
.flow-stage {
  position: relative;
  display: grid;
  grid-template-columns: 2rem minmax(0,1fr);
  gap: .7rem;
  padding: .7rem 0 .7rem 0;
  border-top: 1px solid rgba(255,255,255,.08);
}
.flow-stage:first-child { border-top: 0; padding-top: 0; }
.flow-stage:last-child { padding-bottom: 0; }
.flow-stage b {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--acid);
  color: var(--ink);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: 0;
}
.flow-stage strong {
  display: block;
  color: var(--white);
  font-size: var(--text-ui);
  font-weight: 800;
  line-height: 1.25;
}
.flow-stage span {
  display: block;
  margin-top: .15rem;
  color: #b7c9cc;
  font-size: var(--text-small);
  font-weight: 600;
  line-height: 1.4;
}
.system-viz-link {
  display: inline-block;
  margin-top: .95rem;
  color: var(--acid);
  font-size: var(--text-small);
  font-weight: 850;
  text-decoration: none;
}
.system-viz-link:hover { color: var(--white); }
.evidence-rail { background: var(--acid); border-bottom: 1px solid #a9cc45; }
.evidence-rail .shell { display: grid; grid-template-columns: repeat(3,1fr); }
.evidence-point { padding: 1rem 1.2rem 1rem 0; border-right: 1px solid rgba(11,29,35,.22); }
.evidence-point + .evidence-point { padding-left: 1.2rem; }
.evidence-point:last-child { border-right: 0; }
.evidence-point b { display: block; margin-bottom: .15rem; font-size: .8125rem; letter-spacing: .04em; text-transform: uppercase; }
.evidence-point span { font-size: var(--text-ui); line-height: 1.4; }
.section { padding: clamp(3rem, 6vw, 5.5rem) 0; }
.section--tight { padding-block: 2.8rem; }
.section--dark { color: var(--white); background: var(--ink); }
.section--aqua { background: #dff5f1; }
.section-head { display: grid; grid-template-columns: .7fr 1.3fr; gap: 2rem; align-items: end; margin-bottom: 2rem; }
.section-head--sub { margin-top: 2.5rem; margin-bottom: 1.25rem; align-items: start; }
.section h2 { margin: 0; font-family: var(--display); font-size: clamp(1.85rem, 3.4vw, 2.85rem); line-height: 1.12; letter-spacing: -.04em; }
.section-head h3 { margin: 0; font-family: var(--display); font-size: clamp(1.25rem, 2.2vw, 1.65rem); line-height: 1.2; letter-spacing: -.03em; }
.section-head p { margin: 0; max-width: 39rem; color: var(--muted); }
.section--dark .section-head p { color: #bdd0d2; }
.kicker { display: inline-block; margin-bottom: .45rem; color: #087b76; font-size: var(--text-kicker); font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.section--dark .kicker { color: var(--acid); }
.lede { max-width: 46rem; color: var(--muted); font-size: clamp(1.125rem, 1.7vw, 1.3rem); line-height: 1.5; }
.task-runway { border-top: 1px solid var(--line); }
.task-row {
  display: grid;
  grid-template-columns: 3.5rem minmax(0,1fr) max-content;
  gap: .35rem 1rem;
  align-items: start;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--line);
}
.task-row .num { grid-column: 1; grid-row: 1 / 3; align-self: start; padding-top: .2rem; color: #7f9498; font-size: .8125rem; font-weight: 900; letter-spacing: .14em; }
.task-row h3 { grid-column: 2; grid-row: 1; margin: 0; font-size: 1.25rem; line-height: 1.25; }
.task-row p { grid-column: 2; grid-row: 2; margin: 0; color: var(--muted); }
.task-row a, .task-explore {
  grid-column: 3;
  grid-row: 1 / 3;
  align-self: center;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  width: max-content;
  max-width: 100%;
  min-height: 38px;
  padding: .45rem .9rem;
  border-radius: 999px;
  background: var(--ink);
  color: var(--acid);
  text-decoration: none;
  font-size: var(--text-small);
  font-weight: 900;
  white-space: nowrap;
  flex-shrink: 0;
}
.listing-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(310px,1fr)); gap: 1rem; align-items: stretch; }
.listing-grid:not(.is-shuffled) { visibility: hidden; }
.listing-grid--example { visibility: visible; }
.listing { position: relative; display: flex; flex-direction: column; height: 100%; min-height: 255px; padding: 1.25rem; border: 1px solid var(--line); border-radius: 18px 18px 18px 5px; background: rgba(255,255,255,.9); box-shadow: 0 8px 24px rgba(11,29,35,.045); }
.listing--free, .listing--enhanced { min-height: 255px; padding: 1.05rem 1.15rem; }
.listing[data-tier="featured"] { grid-column: 1 / -1; }
.listing-city { margin: .15rem 0 0; color: #3d5a60; font-size: var(--text-small); font-weight: 800; }
.listing-blurb { margin: .45rem 0 0; max-width: 48rem; color: #314e54; font-size: var(--text-ui); line-height: 1.45; }
.phone-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: .55rem 1.05rem; border-radius: 999px; background: var(--ink); color: var(--acid); font-weight: 900; text-decoration: none; white-space: nowrap; }
a.phone-cta:hover { color: var(--white); }
.listing-monogram { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 1.2rem; border-radius: 10px 10px 10px 3px; color: var(--acid); background: var(--ink); font-weight: 900; }
.listing-top { display: flex; flex-direction: column; align-items: flex-start; gap: .4rem; }
.listing h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0;
  min-height: calc(1.3em * 2);
  font-size: 1.25rem;
  line-height: 1.3;
}
.listing h3 a { color: inherit; text-decoration: none; }
.badge { min-height: 1.2em; color: #087b76; font-size: .8125rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.listing .badge {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: calc(1.25em * 2);
}
.listing--enhanced {
  overflow: hidden;
  border: 1.5px solid #b7d46a;
  background:
    radial-gradient(140px 90px at 100% 0%, rgba(201,241,91,.5), transparent 68%),
    linear-gradient(180deg, #f7fcee 0%, #f4faf6 62%, #ffffff 100%);
  box-shadow: 0 12px 28px rgba(11,29,35,.07);
}
.listing--enhanced::after,
.listing--featured::after {
  position: absolute;
  right: .45rem;
  bottom: -.2rem;
  font-size: 2.15rem;
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
.listing--enhanced::after {
  content: "Enhanced";
  color: rgba(11,29,35,.07);
}
.listing--featured::after {
  content: "Featured";
  color: rgba(242,107,58,.12);
}
.listing-ad-mark {
  position: absolute;
  top: .7rem;
  right: .7rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 1.35rem;
  padding: .12rem .45rem;
  border-radius: 999px;
  background: var(--acid);
  color: var(--ink);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.listing--featured .listing-top,
.listing--enhanced .listing-top { padding-right: 3.25rem; }
.listing-more { margin-top: .75rem; }
.listing-more > summary {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  font-size: var(--text-small);
  font-weight: 850;
  color: #087b76;
  list-style: none;
}
.listing-more > summary::-webkit-details-marker { display: none; }
.listing-more > summary::after { content: " +"; font-weight: 900; }
.listing-more[open] > summary::after { content: " –"; }
.listing-more[open] > summary { margin-bottom: .35rem; }
.listing-more .listing-facts { margin-top: .2rem; }
.listing-more .listing-action { margin-top: .85rem; }
.listing--featured {
  overflow: hidden;
  min-height: 0;
  border: 2px solid rgba(242,107,58,.55);
  background: linear-gradient(180deg, #fff8f3 0%, #ffffff 70%);
  box-shadow: 0 18px 40px rgba(242,107,58,.16);
}
.listing--featured h3 { min-height: 0; font-size: clamp(1.45rem, 2.4vw, 2rem); -webkit-line-clamp: 3; }
@media (min-width: 801px) {
  .listing--featured {
    display: grid;
    grid-template-columns: 48px minmax(0,1fr) auto;
    grid-template-rows: auto auto auto;
    column-gap: 1.25rem;
    row-gap: .35rem;
    align-items: center;
    padding: 1.45rem 1.6rem;
  }
  .listing--featured .listing-monogram { grid-row: 1 / -1; margin: 0; width: 48px; height: 48px; }
  .listing--featured .listing-top { grid-column: 2; grid-row: 1; }
  .listing--featured .listing-blurb { grid-column: 2; grid-row: 2; margin-top: .1rem; }
  .listing--featured .listing-facts {
    grid-column: 2;
    grid-row: 3;
    margin-top: 0;
    border-top: 0;
    display: flex;
    flex-wrap: wrap;
    gap: .2rem 1.6rem;
  }
  .listing--featured .listing-facts p {
    grid-template-columns: auto auto;
    gap: .45rem;
    padding: .15rem 0;
    border: 0;
  }
  .listing--featured .listing-action {
    grid-column: 3;
    grid-row: 1 / -1;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    margin: 0;
    padding-top: 1.6rem;
  }
}
.meta { margin: .45rem 0; color: #3d5a60; font-size: var(--text-small); }
.listing-facts { margin-top: auto; border-top: 1px solid var(--line); }
.listing-facts p { display: grid; grid-template-columns: 7.5rem 1fr; gap: .8rem; margin: 0; padding: .6rem 0; border-bottom: 1px solid var(--line); }
.listing-facts span { color: #314e54; font-size: .8125rem; font-weight: 850; letter-spacing: .035em; text-transform: uppercase; }
.listing-facts strong { font-size: var(--text-ui); line-height: 1.4; }
.listing-action { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: .8rem; margin-top: auto; padding-top: 1rem; }
.profile-link { font-size: var(--text-small); font-weight: 850; }
.phone { margin: 0; }
.phone a { color: var(--ink); font-size: 1.125rem; font-weight: 900; text-decoration: none; white-space: nowrap; }
.company-hero { color: var(--white); background: var(--ink); }
.company-hero-grid { min-height: 335px; display: grid; grid-template-columns: 1fr 18rem; gap: 3rem; align-items: center; padding-block: var(--route-hero-pad); }
.company-hero h1 { margin: .35rem 0 .8rem; max-width: 17ch; }
.company-hero .lede { color: #c7d8da; }
.company-hero .button--ghost { color: var(--white); border-color: var(--deep-line); }
.profile-stamp { aspect-ratio: 1; display: grid; place-items: center; border: 1px solid #44616a; border-radius: 50% 50% 50% 12px; background: radial-gradient(circle, rgba(54,199,191,.25), rgba(255,255,255,.03) 58%); }
.profile-stamp b { color: var(--acid); font-size: 5rem; line-height: 1; }
.profile-stamp span { display: block; color: #c5d7da; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; text-align: center; }
.profile-layout { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(250px,.75fr); gap: 2rem; }
.evidence-card, .panel { padding: 1.35rem; border: 1px solid var(--line); border-radius: 16px 16px 16px 5px; background: var(--white); }
.evidence-card h2, .panel h2 { font-size: 1.65rem; line-height: 1.2; }
.fact-list { margin: 0; }
.fact-row { display: grid; grid-template-columns: 10rem 1fr; gap: 1rem; padding: .9rem 0; border-bottom: 1px solid var(--line); }
.fact-row:last-child { border-bottom: 0; }
.fact-row dt { color: var(--muted); font-size: .8125rem; font-weight: 850; text-transform: uppercase; }
.fact-row dd { margin: 0; font-size: var(--text-ui); font-weight: 700; line-height: 1.4; }
.service-status { display: grid; gap: .55rem; }
.status-row { display: flex; align-items: center; justify-content: space-between; gap: .8rem; padding: .7rem .8rem; background: var(--mist); border-radius: 8px; }
.status-row span { min-width: 0; flex: 1 1 auto; }
.status-row b { flex: 0 0 auto; white-space: nowrap; color: #087b76; font-size: .8125rem; text-transform: uppercase; }
.page-hero { position: relative; overflow: hidden; padding: var(--route-hero-pad) 0; background: #dff5f1; border-bottom: 1px solid #b9ddd7; }
.page-hero::after { content: attr(data-code); position: absolute; right: 4vw; bottom: -2rem; color: rgba(11,29,35,.075); font-size: clamp(7rem,20vw,16rem); font-weight: 900; line-height: .75; }
.page-hero h1 { max-width: 20ch; }
.page-hero .lede { margin: 1rem 0 0; max-width: 43rem; }
.page-hero--services { background: var(--acid); border-color: #b4d449; }
.page-hero--locations { color: var(--white); background: #105c5a; border-color: #174a4b; }
.page-hero--locations .lede { color: #d3e9e8; }
.page-hero--guides { background: var(--sky); border-color: #64b9cf; }
.service-index { border-top: 1px solid var(--line); }
.service-row {
  display: grid;
  grid-template-columns: 5rem minmax(0,.7fr) minmax(0,1.3fr) max-content;
  align-items: center;
  gap: 1.5rem;
  padding: 1.6rem 0;
  border-bottom: 1px solid var(--line);
}
.service-row > span { color: #7b9095; font-size: .8125rem; font-weight: 900; letter-spacing: .15em; }
.service-row h2 { font-size: clamp(1.5rem, 2.5vw, 2.15rem); line-height: 1.2; }
.service-row p { margin: 0; color: var(--muted); }
.service-row a {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  width: max-content;
  font-weight: 900;
}
.checklist { margin: 1.2rem 0 0; padding: 0; list-style: none; }
.checklist li { position: relative; padding: .7rem 0 .7rem 2rem; border-bottom: 1px solid var(--line); }
.checklist li::before { content: "✓"; position: absolute; left: 0; top: .7rem; width: 1.25rem; height: 1.25rem; display: grid; place-items: center; border-radius: 50%; background: var(--acid); font-size: .7rem; font-weight: 900; }
.faq-list details { padding: 1rem 0; border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; font-size: var(--text); font-weight: 850; }
.faq-list p { color: var(--muted); }
.law-note { margin: 1.4rem 0; padding: 1.2rem; border-left: 5px solid var(--signal); background: #fff1e9; }
.timeline { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 1.4rem; border: 1px solid var(--deep-line); border-radius: 14px 14px 14px 4px; overflow: hidden; }
.timeline > div { min-height: 145px; padding: 1.1rem; border-right: 1px solid var(--deep-line); }
.timeline > div:last-child { border-right: 0; }
.timeline b { display: block; color: var(--acid); margin-bottom: .55rem; }
.timeline span { color: #c6d9da; font-size: var(--text-ui); line-height: 1.45; }
.city-cloud { position: relative; min-height: 330px; border-radius: 24px 24px 24px 6px; background: var(--ink); overflow: hidden; }
.city-cloud::before, .city-cloud::after { content: ""; position: absolute; border: 1px solid #35545c; border-radius: 50%; }
.city-cloud::before { width: 360px; height: 360px; left: -80px; top: -120px; }
.city-cloud::after { width: 520px; height: 520px; right: -180px; bottom: -340px; }
.city-cloud-inner { position: relative; z-index: 2; padding: 2.4rem; }
.city-cloud h2 { color: var(--white); max-width: 18ch; }
.city-cloud p { color: #bdd0d2; max-width: 33rem; }
.city-finder { display: grid; gap: 1.6rem; }
.city-finder-top { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1.6rem; align-items: center; }
.ok-map {
  display: grid;
  gap: .7rem;
  padding: 1.05rem 1rem .95rem;
  border: 1px solid var(--line);
  border-radius: 24px 24px 24px 6px;
  background:
    radial-gradient(ellipse at 18% 12%, rgba(255,255,255,.95), transparent 42%),
    linear-gradient(180deg, #f4f9f7 0%, #e7f0ed 100%);
  box-shadow: 0 18px 40px rgba(11,29,35,.08);
}
.ok-map-svg { display: block; width: 100%; height: auto; overflow: visible; }
.ok-map-shadow { fill: url(#ok-rest-fill); }
.ok-map-stroke {
  fill: none;
  stroke: #0f2c32;
  stroke-width: 1.65;
  stroke-linejoin: round;
  stroke-linecap: round;
}
.ok-region { cursor: pointer; }
.ok-region path {
  stroke: rgba(247,250,248,.45);
  stroke-width: .65;
  stroke-linejoin: round;
}
.ok-region--rest path { fill: url(#ok-rest-fill); }
.ok-region--central path { fill: var(--acid); }
.ok-region--tulsa path { fill: #7ec8de; }
.ok-region:hover { filter: brightness(1.07); }
.ok-region:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
.ok-region.is-active { outline: none; }
.ok-region--rest.is-active { filter: brightness(1.12); }
.ok-region--central.is-active path { fill: #d8ff7a; }
.ok-region--tulsa.is-active path { fill: #b7eaf6; }
.ok-map-places { pointer-events: none; }
.ok-map-dot { fill: var(--white); stroke: var(--ink); stroke-width: 1.55; }
.ok-map-city {
  fill: var(--ink);
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: .01em;
  paint-order: stroke;
  stroke: rgba(255,255,255,.82);
  stroke-width: 4px;
}
.ok-map-legend {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem 1rem;
  margin: 0;
  padding: .15rem .15rem 0;
  list-style: none;
  color: var(--ink-2);
  font-size: .8125rem;
  font-weight: 750;
}
.ok-map-legend i {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: .4rem;
  border-radius: 2px;
  vertical-align: -1px;
  box-shadow: inset 0 0 0 1px rgba(11,29,35,.18);
}
.ok-swatch--central { background: var(--acid); }
.ok-swatch--tulsa { background: #7ec8de; }
.ok-swatch--rest { background: #1c6f6a; }
.city-find-copy h2 { margin: .2rem 0 .6rem; }
.city-find-copy p { margin: 0 0 1rem; color: var(--muted); max-width: 36rem; }
.city-search { display: grid; gap: .35rem; margin: 0 0 1rem; font-size: var(--text-kicker); font-weight: 900; letter-spacing: .12em; text-transform: uppercase; color: #087b76; }
.city-search input {
  min-height: 48px;
  padding: .7rem 1rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  color: var(--ink);
  font-size: var(--text);
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}
.region-cards { display: grid; gap: .55rem; }
.region-card {
  display: grid;
  gap: .15rem;
  min-height: 64px;
  padding: .75rem 1rem;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 800;
}
.region-card b { font-size: 1.05rem; }
.region-card span { font-size: var(--text-small); font-weight: 750; }
.region-card--central { color: var(--ink); background: var(--acid); }
.region-card--tulsa { color: var(--ink); background: #89d8ed; }
.region-card--rest { color: var(--white); background: #125754; }
.region-card.is-active { box-shadow: 0 0 0 3px var(--ink); }
.city-shortcuts-wrap .kicker { display: block; margin-bottom: .55rem; }
.city-shortcuts { display: flex; flex-wrap: wrap; gap: .5rem; }
.city-shortcut {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: .4rem .9rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: var(--text-small);
  font-weight: 850;
}
.city-shortcut--central { color: var(--ink); background: var(--acid); }
.city-shortcut--tulsa { color: var(--ink); background: #89d8ed; }
.city-shortcut--rest { color: var(--white); background: #125754; }
.city-finder .city-results .city-region { display: none; margin-top: 1.1rem; }
.city-finder .city-results .city-region.is-open { display: block; }
.city-region { position: relative; z-index: 1; margin-top: 1.6rem; }
.city-region h3 { margin: 0 0 .7rem; font-size: var(--text-kicker); letter-spacing: .14em; text-transform: uppercase; }
.city-region--central h3 { color: var(--acid); }
.city-region--tulsa h3 { color: #89d8ed; }
.city-region--rest h3 { color: #9fd4cf; }
.city-pills {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10.75rem, 1fr));
  gap: .5rem;
}
.place-filter { margin-bottom: 1.1rem; }
.place-chips { display: flex; flex-wrap: wrap; gap: .5rem; margin: .55rem 0 .7rem; }
.place-chips button {
  min-height: 44px;
  padding: .45rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  font-size: var(--text-small);
  font-weight: 850;
  cursor: pointer;
}
.place-chips button[aria-pressed="true"] {
  background: var(--ink);
  color: var(--acid);
  border-color: var(--ink);
}
.city-filter { margin-bottom: 1.2rem; }
.city-pills a, .city-pills button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.15rem;
  padding: .4rem .55rem;
  border: 1px solid transparent;
  border-radius: 12px;
  text-align: center;
  text-decoration: none;
  font-size: var(--text-small);
  font-weight: 800;
  line-height: 1.25;
  cursor: pointer;
  width: 100%;
  font-family: inherit;
}
.city-pills--central a, .city-pills--central button { color: var(--ink); background: var(--acid); border-color: var(--acid); }
.city-pills--tulsa a, .city-pills--tulsa button { color: var(--ink); background: #89d8ed; border-color: #89d8ed; }
.city-pills--rest a, .city-pills--rest button { color: var(--white); background: #125754; border-color: #125754; }
.city-pills a:hover, .city-pills button:hover { filter: brightness(1.08); }
.city-pills button[aria-pressed="true"] { box-shadow: 0 0 0 3px var(--ink); }
.location-signal { display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: center; margin: 1.3rem 0; padding: 1rem; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.location-signal b { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50% 50% 50% 8px; background: var(--acid); }
.guide-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.guide-row {
  display: flex;
  flex-direction: column;
  min-height: 240px;
  padding: 1.45rem 1.5rem 1.55rem;
  background: var(--white);
}
.guide-row .num { color: #728a8f; font-size: .8125rem; font-weight: 900; letter-spacing: .12em; }
.guide-row h2 { margin: 1.35rem 0 .55rem; font-size: clamp(1.5rem, 2.8vw, 2.2rem); line-height: 1.15; letter-spacing: -.03em; }
.guide-row h2 a { color: inherit; text-decoration: none; }
.guide-row h2 a:hover { text-decoration: underline; text-underline-offset: .16em; }
.guide-row p { margin: 0; color: var(--muted); }
.guide-row--ink { background: var(--ink); color: var(--white); }
.guide-row--ink .num { color: var(--acid); }
.guide-row--ink p { color: #c8d9da; }
.guide-row--ink h2 a:hover { color: var(--acid); }
.guide-row--acid { background: var(--acid); color: var(--ink); }
.guide-row--acid .num { color: #3d5a12; }
.guide-row--acid p { color: #3a4f18; }
.guide-row--sky { background: var(--sky); color: var(--ink); }
.guide-row--sky .num { color: #0d4f63; }
.guide-row--sky p { color: #1d4d5c; }
.guide-row--teal { background: #125754; color: var(--white); }
.guide-row--teal .num { color: var(--acid); }
.guide-row--teal p { color: #d3e9e8; }
.guide-row--teal h2 a:hover { color: var(--acid); }
.guide-row--signal { background: var(--signal); color: var(--white); }
.guide-row--signal .num { color: #ffe8dc; }
.guide-row--signal p { color: #ffe8dc; }
.guide-row--signal h2 a:hover { color: #fff4ee; }
.guide-row--aqua { background: var(--aqua); color: var(--ink); }
.guide-row--aqua .num { color: #0a4f4b; }
.guide-row--aqua p { color: #0f3f3c; }
.guide-row--sun { background: #f0d34a; color: var(--ink); }
.guide-row--sun .num { color: #5a4708; }
.guide-row--sun p { color: #4a3c0c; }
.article-layout { display: grid; grid-template-columns: minmax(0,1fr) 18rem; gap: 3rem; align-items: start; }
.prose { max-width: 40rem; }
.prose p { margin: 0 0 1.15rem; font-size: var(--text); line-height: 1.7; }
.prose h2 { margin: 2rem 0 .8rem; font-size: clamp(1.5rem, 2.4vw, 1.9rem); line-height: 1.2; }
.article-aside { position: sticky; top: 8rem; padding: 1.2rem; border-top: 5px solid var(--acid); background: var(--ink); color: var(--white); }
.article-aside p { color: #c3d5d7; font-size: var(--text-ui); line-height: 1.5; }
.article-aside a { color: var(--acid); font-weight: 850; }
.form-note { padding: 1rem 1.1rem; border-left: 4px solid var(--signal); background: #fff1e9; }
.form-status { margin: .8rem 0 0; font-weight: 750; }
.note { color: var(--muted); font-size: var(--text-small); }
.site-form { display: grid; gap: .85rem; margin-top: 1.2rem; max-width: 32rem; }
.site-form label { font-size: var(--text-small); font-weight: 800; }
.site-form input, .site-form select, .site-form textarea {
  width: 100%;
  margin-top: .3rem;
  padding: .8rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}
.site-form textarea { min-height: 7rem; resize: vertical; }
.site-form .hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.site-form .check {
  display: flex;
  align-items: center;
  gap: .55rem;
  font-weight: 750;
}
.site-form .check input {
  width: 1.15rem;
  height: 1.15rem;
  margin: 0;
  flex: 0 0 auto;
}
.site-form button[type="submit"] { justify-self: start; }
.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
  margin: 1.35rem 0 1.1rem;
}
.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.2rem 1.25rem 1.3rem;
  border: 1px solid var(--line);
  border-radius: 18px 18px 18px 5px;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(11,29,35,.045);
}
.plan-card h3 { margin: .1rem 0 0; font-family: var(--display); font-size: 1.55rem; letter-spacing: -.03em; }
.plan-price { margin: .8rem 0 0; font-size: clamp(2rem, 3vw, 2.55rem); font-weight: 900; letter-spacing: -.05em; line-height: 1; }
.plan-price span { margin-left: .15rem; color: var(--muted); font-size: 1rem; font-weight: 800; letter-spacing: 0; }
.plan-cadence { margin: .3rem 0 0; color: var(--muted); font-size: var(--text-small); font-weight: 750; }
.plan-card ul { margin: 1rem 0 0; padding: 0; list-style: none; display: grid; gap: .5rem; }
.plan-card li {
  position: relative;
  padding-left: 1.1rem;
  font-size: var(--text-small);
  line-height: 1.45;
  font-weight: 650;
}
.plan-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: .42rem;
  height: .42rem;
  border-radius: 1px;
  background: var(--aqua);
}
.plan-card--enhanced {
  padding-right: 3.4rem;
  border: 1.5px solid #b7d46a;
  background: linear-gradient(180deg, #f7fcee 0%, #ffffff 72%);
}
.plan-card--enhanced li::before { background: #7aa31f; }
.plan-card--featured {
  padding-right: 3.4rem;
  border: 2px solid rgba(242,107,58,.55);
  background: linear-gradient(180deg, #fff8f3 0%, #ffffff 72%);
}
.plan-card--featured li::before { background: var(--signal); }
.checkout-panel {
  padding: 1.45rem 1.5rem 1.6rem;
  border: 1px solid #b9ddd7;
  border-radius: 18px 18px 18px 5px;
  background: #dff5f1;
  text-align: center;
}
.checkout-panel h2 { margin-top: 0; }
.checkout-panel p { max-width: 38rem; margin-left: auto; margin-right: auto; }
.checkout-panel .site-form {
  margin: 1.25rem auto 0;
  text-align: left;
}
.checkout-panel .site-form button[type="submit"] { justify-self: center; }
.deq-callout {
  margin-top: 2rem;
  padding: 1.15rem 1.25rem;
  border-left: 4px solid var(--aqua);
  background: var(--mist);
  border-radius: 0 12px 12px 0;
}
.deq-callout h2 { margin: 0 0 .45rem; font-size: 1.25rem; }
.deq-callout p { margin: 0 0 .7rem; }
.deq-callout p:last-child { margin-bottom: 0; }
.site-footer { margin-top: 0; padding: 3rem 0 2rem; color: #d0dddf; background: #07161b; }
.site-footer a { display: block; margin: .3rem 0; color: var(--white); text-decoration: none; font-size: var(--text-ui); }
.site-footer h2 { color: var(--acid); font-size: var(--text-kicker); letter-spacing: .14em; text-transform: uppercase; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; }
.brand-mark { margin: 0 0 .6rem; color: var(--white); font-size: 1.3rem; font-weight: 900; letter-spacing: -.03em; }
.owner-line { margin: .85rem 0 0; color: #a8b9bc; font-size: var(--text-small); }
.fine { width: min(1160px,calc(100% - 2rem)); margin: 1.5rem auto 0; padding-top: 1.2rem; border-top: 1px solid #243a41; color: #a8b9bc; font-size: var(--text-small); line-height: 1.5; }
:focus-visible { outline: 2px solid var(--signal); outline-offset: 2px; }
.menu-toggle:focus-visible { outline-color: var(--aqua); }
@media (max-width: 900px) {
  .menu-toggle { display: inline-flex; }
  .mobile-primary { position: relative; }
  .site-nav { position: absolute; right: 0; top: calc(100% + .65rem); width: min(300px,calc(100vw - 2rem)); display: none; align-items: stretch; flex-direction: column; padding: .7rem; border: 1px solid var(--line); border-radius: 14px; background: var(--white); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: .75rem; }
  .hero-grid { min-height: 0; grid-template-columns: 1.1fr .9fr; gap: 1.4rem; padding-block: 2rem; }
  .section-head, .article-layout, .profile-layout { grid-template-columns: 1fr; }
  .plan-grid { grid-template-columns: 1fr; }
  .article-aside { position: static; }
  .task-row { grid-template-columns: 2.5rem minmax(0,1fr); }
  .task-row .num { grid-row: 1; }
  .task-row h3 { grid-column: 2; grid-row: 1; }
  .task-row p { grid-column: 2; grid-row: 2; }
  .task-row a, .task-explore { grid-column: 2; grid-row: 3; justify-self: start; margin-top: .35rem; }
  .service-row { grid-template-columns: 3rem minmax(0,1fr); }
  .service-row p, .service-row > a { grid-column: 2; }
  .guide-list { grid-template-columns: 1fr; }
  .guide-row { min-height: 200px; }
  .city-finder-top { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  :root {
    --route-hero-pad: 1.75rem;
    --route-hero-h1: clamp(2.15rem, 9vw, 2.85rem);
  }
  .shell { width: min(100% - 1.2rem,1160px); }
  .preview-banner { min-height: 25px; height: auto; padding: .3rem .6rem; font-size: .75rem; line-height: 1.2; text-align: center; }
  .header-row { min-height: 59px; }
  .brand { font-size: var(--text-ui); }
  .brand-glyph { width: 32px; height: 32px; }
  .menu-toggle { gap: .35rem; padding: .35rem .45rem; border-radius: 8px; font-size: var(--text-small); }
  .menu-toggle i, .menu-toggle i::before, .menu-toggle i::after { width: 13px; }
  .breadcrumb { min-height: 38px; gap: .35rem; font-size: .8125rem; }
  .breadcrumb { padding-block: .45rem; }
  .hero-grid { min-height: 0; display: block; padding-block: var(--route-hero-pad); }
  .hero h1, .page-hero h1, .company-hero h1 { font-size: var(--route-hero-h1); line-height: 1.06; }
  .hero h1 { max-width: 18ch; }
  .hero .lede { margin-top: .65rem; line-height: 1.45; }
  .cta-row { margin-top: .9rem; }
  .button { min-height: 44px; padding: .62rem .9rem; }
  .system-viz { margin-top: 1.4rem; }
  .evidence-rail .shell { grid-template-columns: 1fr; }
  .evidence-point, .evidence-point + .evidence-point { padding: .7rem 0; border-right: 0; border-bottom: 1px solid rgba(11,29,35,.2); }
  .evidence-point:last-child { border-bottom: 0; }
  .section { padding-block: 3rem; }
  .section-head { gap: .8rem; }
  .listing-grid { grid-template-columns: 1fr; }
  .listing { min-height: 0; }
  .listing-action { align-items: start; flex-direction: column; }
  .task-row { grid-template-columns: 2rem minmax(0,1fr); gap: .45rem .6rem; }
  .task-row a, .task-explore { min-height: 42px; padding: .55rem 1rem; }
  .page-hero { padding: var(--route-hero-pad) 0; }
  .service-row { grid-template-columns: 2.4rem 1fr; gap: .6rem; }
  .service-row p, .service-row > a { grid-column: 2; }
  .company-hero-grid { min-height: 0; grid-template-columns: 1fr; padding-block: var(--route-hero-pad); }
  .profile-stamp { display: none; }
  .fact-row { grid-template-columns: 1fr; gap: .25rem; }
  .timeline { grid-template-columns: 1fr; }
  .timeline > div { min-height: 0; border-right: 0; border-bottom: 1px solid var(--deep-line); }
  .timeline > div:last-child { border-bottom: 0; }
  .city-cloud-inner { padding: 1.25rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .listing { padding: 1rem; }
  .listing-monogram { width: 32px; height: 32px; margin-bottom: .7rem; }
  .listing-facts p { grid-template-columns: 1fr; gap: .08rem; padding: .45rem 0; }
  .listing-action { align-items: center; flex-direction: row; }
}
@media (max-width: 480px) {
  .hero .cta-row, .page-hero .cta-row, .company-hero .cta-row { align-items: stretch; flex-direction: column; }
  .hero .cta-row .button, .page-hero .cta-row .button, .company-hero .cta-row .button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
