@font-face { font-family: Anton; font-style: normal; font-weight: 400; font-display: swap; src: url('/assets/fonts/anton-latin.woff2') format('woff2'); }
@font-face { font-family: 'IBM Plex Mono'; font-style: normal; font-weight: 500; font-display: swap; src: url('/assets/fonts/ibm-plex-mono-500-latin.woff2') format('woff2'); }
@font-face { font-family: Inter; font-style: normal; font-weight: 100 900; font-display: swap; src: url('/assets/fonts/inter-latin.woff2') format('woff2'); }

:root {
  --ink:        #1E2439;
  --paper:      #FCFDFF;
  --steel:      #9AA1B0;
  --accent:     #EF3800;
  --ink-soft:   rgba(30, 36, 57, 0.68);
  --bg:         #E3E6EB;
  --line:       #B7BDC8;
  --accent-deep:   #D63200;
  --accent-deeper: #C22D00;
  --navy-rule:  rgba(252, 253, 255, 0.12);
  --shell:      1120px;
  --gutter:     24px;
  --display:    Anton, "Arial Narrow", sans-serif;
  --mono:       "IBM Plex Mono", ui-monospace, monospace;
}
*, *::before, *::after { box-sizing: border-box; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
h1, h2, h3, p, figure, blockquote { margin: 0; }
a { color: var(--ink); text-decoration: none; }
a:hover { color: var(--accent-deeper); }
::selection { background: var(--accent-deep); color: var(--paper); }
:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}
html { scroll-padding-top: 70px; }
.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  background: var(--ink);
  color: var(--paper);
  font-size: 14px;
  font-weight: 600;
  padding: 12px 18px;
}
.skip:focus {
  left: 0;
  color: var(--paper);
}
.wrap {
  max-width: calc(var(--shell) + 2 * var(--gutter));
  margin: 0 auto;
  padding: 0 var(--gutter);
}
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
.btn {
  display: inline-block;
  background: var(--accent-deep);
  color: var(--paper);
  font-size: 19px;
  font-weight: 700;
  padding: 16px 28px;
  border-radius: 0;
}
.btn:hover { background: var(--accent-deeper); color: var(--paper); }
.btn-sm {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 18px;
  white-space: nowrap;
}
.link-under {
  font-size: 15px;
  color: var(--ink-soft);
  border-bottom: 1px solid var(--line);
  padding-bottom: 2px;
}
.actions {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.ticker {
  background: var(--ink);
  border-bottom: 1px solid var(--navy-rule);
  color: var(--steel);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 8px var(--gutter);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(227, 230, 235, 0.94);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.nav .wrap {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand { display: flex; align-items: center; min-width: 0; }
.brand img {
  height: 30px;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
  display: block;
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.nav-email { font-size: 14px; color: var(--ink-soft); }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a {
  font-family: var(--mono);
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
  white-space: nowrap;
}
.nav-links a:hover { color: var(--accent-deeper); }
.hero { border-bottom: 1px solid var(--line); }
.hero .wrap {
  padding-top: clamp(64px, 10vw, 120px);
  padding-bottom: clamp(56px, 9vw, 104px);
}
.eyebrow {
  margin-bottom: 20px;
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
h1 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(46px, 6.6vw, 92px);
  line-height: 0.95;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--ink);
  max-width: 900px;
  text-wrap: balance;
}
.underscore {
  margin-top: 30px;
  width: clamp(140px, 22vw, 280px);
  height: clamp(12px, 1.5vw, 18px);
  background: var(--accent);
  clip-path: polygon(1.2px 0, 100% 0, calc(100% - 1.2px) 100%, 0 100%);
}
.hero-sub {
  margin-top: 32px;
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(22px, 3.4vw, 38px);
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--ink);
  max-width: 920px;
  text-wrap: balance;
}
.hero-lede {
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.65;
  color: var(--ink-soft);
  max-width: 640px;
  text-wrap: pretty;
}
.hero-lede + .hero-lede { margin-top: 14px; }
.hero-lede strong { font-weight: 600; color: var(--ink); }
.toolline {
  margin-top: 36px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  max-width: 720px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink-soft);
  text-wrap: pretty;
}
.toolline strong { font-weight: 600; color: var(--ink); }
.band { border-bottom: 1px solid var(--line); }
.band:has(+ .cta) .wrap { padding-bottom: clamp(36px, 5vw, 60px); }
.band .wrap {
  padding-top: clamp(64px, 9vw, 112px);
  padding-bottom: clamp(64px, 9vw, 112px);
}
.whofor .wrap { padding-bottom: clamp(48px, 6.5vw, 80px); }
.band h2 {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin-bottom: 44px;
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(34px, 4.6vw, 56px);
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--ink);
}
.band h2 .num {
  font-size: 40px;
  color: var(--ink-soft);
  flex: none;
  letter-spacing: normal;
}
.group-label {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin: 0 0 24px;
  font-family: var(--mono);
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.group-label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line);
}
* + .group-label { margin-top: 48px; }
.builds {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px 40px;
}
.build h3 {
  margin-bottom: 10px;
  font-family: var(--display);
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--ink);
}
.build p {
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--ink-soft);
  text-wrap: pretty;
}
.build p + p { margin-top: 10px; }
.bignum {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(64px, 9vw, 116px);
  line-height: 0.92;
  letter-spacing: 0.01em;
  color: var(--accent);
  font-variant-numeric: tabular-nums;
}
.bignum-sub {
  margin-top: 14px;
  max-width: 34ch;
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  text-wrap: pretty;
}
.proof-row + .proof-row {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--line);
}
.proof-pair {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  align-items: start;
}
.proof-closer {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--line);
}
.proof-closer .pull { max-width: 760px; }
.askquote {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(26px, 3.2vw, 38px);
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--ink);
  text-wrap: pretty;
}
.proof-h {
  margin-bottom: 14px;
  font-family: var(--display);
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--ink);
}
.proof-row .pull { margin-top: 36px; }
.fit > .pull { margin-top: 0; }
.fit > .proof-note { margin-top: 0; }
.proof-note {
  margin-top: 14px;
  max-width: 620px;
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--ink-soft);
  text-wrap: pretty;
}
.tiers-cta { margin-top: 48px; }
.tiers-cta .lead {
  max-width: 640px;
  font-size: 18px;
  line-height: 1.65;
  color: var(--ink);
  text-wrap: pretty;
}
.tiers-cta .actions { margin-top: 26px; }
.shot { max-width: 900px; }
* + .shot { margin-top: 52px; }
.shot-img {
  display: block;
  width: 100%;
  border: 1px solid var(--line);
  background: var(--paper);
}
.shot-img { height: auto; }
.shot-cap {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink-soft);
  text-wrap: pretty;
}
.shot-cap strong { font-weight: 600; color: var(--ink); }
.problem h2 { margin-bottom: 36px; }
.platitudes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 16px;
}
.platitude {
  border: 1px dashed var(--line);
  padding: 26px 24px;
  font-size: 16.5px;
  line-height: 1.6;
  color: var(--ink-soft);
  text-wrap: pretty;
}
.attrib {
  margin-bottom: 44px;
  font-family: var(--mono);
  font-size: 12.5px;
  letter-spacing: 0.06em;
  color: var(--ink-soft);
}
.label {
  margin-bottom: 18px;
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.kicker {
  margin-bottom: 44px;
  max-width: 900px;
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(24px, 3.4vw, 40px);
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--ink);
  text-wrap: pretty;
}
.kicker-end { margin-top: 44px; margin-bottom: 0; }
.quotes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.quotes figure {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.quotes svg { color: var(--ink-soft); }
.quotes blockquote {
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  text-wrap: pretty;
}
.how h2 { margin-bottom: 24px; }
.how-lede {
  margin-bottom: 56px;
  font-size: 18px;
  line-height: 1.65;
  color: var(--ink-soft);
  max-width: 640px;
  text-wrap: pretty;
}
.tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}
.tier {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.tier-sprint { margin-top: 64px; }
.tier-run    { margin-top: 32px; }
.tier-stride { margin-top: 0; }
.bar {
  width: 64px;
  height: 13px;
  background: var(--accent);
  clip-path: polygon(0.9px 0, 100% 0, calc(100% - 0.9px) 100%, 0 100%);
  margin-bottom: 8px;
}
.tier-run .bar    { margin-left: 12px; }
.tier-stride .bar { margin-left: 24px; }
.tier h3 {
  font-family: var(--display);
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--ink);
}
.tier .terms {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.01em;
  color: var(--ink);
  min-height: calc(18px + 2.7em);
}
.tier .body {
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--ink-soft);
  text-wrap: pretty;
}
.tier .body strong { font-weight: 600; color: var(--ink); }
.tier-run {
  border-color: var(--ink);
  box-shadow: inset 0 0 0 1px var(--ink);
}
.tier-run .body { color: var(--ink); }
.copy { margin-top: 44px; }
.fit .copy { margin-top: 0; }
.copy > * + * { margin-top: 22px; }
.copy p {
  max-width: 620px;
  font-size: 18px;
  line-height: 1.65;
  color: var(--ink-soft);
  text-wrap: pretty;
}
.fee {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.fee-card {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.fee-card.out { background: transparent; border-style: dashed; }
.fee-card h3 {
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.fee-card p {
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--ink-soft);
  text-wrap: pretty;
}
.fee-card p strong { font-weight: 600; color: var(--ink); }
.fit {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.62fr);
  gap: 48px;
  align-items: start;
}
.fit-intro {
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 1.65;
  color: var(--ink);
}
.fit ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fit li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink-soft);
}
.fit li:last-child { border-bottom: 1px solid var(--line); }
.fit .square {
  width: 6px;
  height: 6px;
  background: var(--ink-soft);
  flex: none;
  margin-top: 11px;
}
.pull {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(24px, 2.8vw, 32px);
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--ink);
  text-wrap: pretty;
  border-left: 4px solid var(--line);
  padding-left: 26px;
}
.accent { color: var(--accent); }
.pull-note {
  margin-top: 18px;
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--ink-soft);
  text-wrap: pretty;
}
.about-band h2 { margin-bottom: 0; }
.about-rule {
  margin-top: 18px;
  width: 96px;
  height: 10px;
  background: var(--accent);
  clip-path: polygon(0.7px 0, 100% 0, calc(100% - 0.7px) 100%, 0 100%);
}
.about-copy { margin-top: 44px; }
.about-copy > * + * { margin-top: 22px; }
.about-text {
  max-width: 620px;
  font-size: 18px;
  line-height: 1.65;
  color: var(--ink-soft);
  text-wrap: pretty;
}
.cta .wrap {
  padding-top: clamp(72px, 10vw, 130px);
  padding-bottom: clamp(72px, 10vw, 130px);
}
.cta-inner { max-width: 900px; }
.cta h2 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(36px, 5.5vw, 64px);
  line-height: 1.02;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--ink);
}
.cta-lede {
  margin-top: 26px;
  font-size: clamp(18px, 2.1vw, 21px);
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: 620px;
  text-wrap: pretty;
}
.footer {
  background: var(--ink);
  border-top: 1px solid var(--navy-rule);
}
.footer .wrap {
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.footer img {
  height: 17px;
  display: block;
}
.footer span {
  font-family: var(--mono);
  font-size: 12.5px;
  letter-spacing: 0.06em;
  color: var(--steel);
}
@media (max-width: 999px) {
  .tier .terms { min-height: calc(18px + 4.05em); }
}
@media (max-width: 899px) {
  .quotes { grid-template-columns: 1fr; }
  .platitudes { grid-template-columns: 1fr; }
  .fee { grid-template-columns: 1fr; }
  .builds { grid-template-columns: 1fr; }
  .tier .terms { min-height: 0; }
  .fit { grid-template-columns: 1fr; }
  .proof-pair { grid-template-columns: 1fr; gap: 34px; }
  .tiers { grid-template-columns: 1fr; row-gap: 28px; }
  .tier { margin-top: 0; }
}
@media (max-width: 820px) {
  .ticker {
    white-space: normal;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
  .ticker .flourish { display: none; }
}
@media (max-width: 1099px) {
  .nav-links { display: none; }
}
@media (max-width: 599px) {
  .nav-email { display: none; }
  .nav .wrap { gap: 16px; }
  .btn-sm { padding: 10px 14px; font-size: 13px; }
  .btn:not(.btn-sm) { font-size: 16px; padding: 15px 20px; }
}

/* Multipage navigation stays available at every width, without JavaScript. */
.nav .wrap { height: auto; min-height: 76px; display: grid; grid-template-columns: auto 1fr auto; gap: 20px; padding-top: 10px; padding-bottom: 10px; }
.nav-links { display: flex; justify-content: center; gap: 18px; }
.nav-links a { display: inline-flex; align-items: center; min-height: 44px; font-size: 12px; letter-spacing: .03em; }
.nav-links a[aria-current="page"] { color: var(--ink); text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 2px; }
.nav-book { justify-self: end; }
.brand img { width: 171px; height: 30px; }
html { scroll-padding-top: 100px; }
#main:focus { outline: none; }
:focus-visible { outline-color: var(--accent-deeper); }
.footer :focus-visible { outline-color: var(--paper); }
.page-hero .wrap { padding-top: clamp(48px, 7vw, 88px); padding-bottom: clamp(40px, 6vw, 72px); }
.page-hero h1 { font-size: clamp(44px, 6vw, 76px); line-height: 1.02; }
.page-hero .underscore { width: 140px; height: 12px; }
.integrations { border-bottom: 1px solid var(--line); }
.integrations .wrap { padding-top: 26px; padding-bottom: 26px; }
.integrations p { color: var(--ink-soft); font-size: 15px; line-height: 1.6; }
.integrations ul { list-style: none; display: flex; flex-wrap: wrap; gap: 12px 28px; padding: 0; margin: 18px 0 0; font: 500 13px/1.7 var(--mono); }
.text-link, .tier h3 a { text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 1px; }
.tier h3 a { display: inline-block; }
.tier .label { margin: 0; font-size: 11px; }
.footer nav { display: flex; flex-wrap: wrap; gap: 8px 22px; }
.footer nav a { color: var(--paper); min-height: 44px; display: inline-flex; align-items: center; font-size: 14px; text-decoration: underline; text-underline-offset: 4px; }
.footer nav a:hover { color: var(--steel); }
.faq { max-width: 800px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { padding: 22px 4px; font-size: 18px; font-weight: 600; cursor: pointer; }
.faq p { padding: 0 4px 24px; max-width: 680px; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.email-demo { max-width: 800px; border: 1px solid var(--line); border-top: 6px solid var(--accent); background: var(--paper); padding: clamp(20px, 4vw, 40px); }
.email-meta { display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: space-between; color: var(--ink-soft); font: 500 12px/1.7 var(--mono); }
.email-meta .label { font-size: 12px; margin: 0; }
.email-subject { padding: 24px 0; margin: 20px 0 24px; border-block: 1px solid var(--line); font-size: 18px; line-height: 1.5; }
.email-body p { font-size: 17px; line-height: 1.7; max-width: 620px; }
.email-body p + p { margin-top: 20px; }
.email-demo .shot-cap { border-top: 1px solid var(--line); padding-top: 24px; margin-top: 30px; }
.calendar { display: block; width: 100%; height: 760px; border: 1px solid var(--line); background: var(--paper); margin-top: 26px; }
.calendar-fallback { line-height: 1.7; }
.booking .how-lede { margin-bottom: 20px; }
@media (max-width: 1099px) {
 .nav .wrap { grid-template-columns: 1fr auto; gap: 6px 16px; }
 .nav-links { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; flex-wrap: wrap; gap: 0 20px; }
 .nav-links a { font-size: 11px; }
 .nav-book { grid-column: 2; grid-row: 1; }
 html { scroll-padding-top: 162px; }
}
@media (max-width: 599px) {
 .nav .wrap { gap: 6px 12px; }
 .brand img { width: 137px; height: 24px; }
 .nav-links { column-gap: 16px; }
 .nav-links a { min-height: 44px; font-size: 12px; }
 html { scroll-padding-top: 190px; }
 .footer .wrap { align-items: flex-start; flex-direction: column; }
 .footer nav { gap: 0 18px; }
 .calendar { height: 820px; }
}
/* The third-party calendar loads only when requested. */
[hidden] { display: none !important; }
button { font-family: inherit; cursor: pointer; border: 0; }
.calendar-panel { margin-top: 26px; background: var(--paper); border: 1px solid var(--line); }
.calendar-prompt { padding: clamp(24px, 5vw, 56px); }
.calendar-prompt .kicker { margin-bottom: 18px; }
.calendar-prompt > p { line-height: 1.7; }
.calendar-prompt .btn { margin-top: 26px; }
.calendar-panel > .calendar { margin: 0; border: 0; }
.map-demo { padding: clamp(20px, 4vw, 36px); border: 1px solid var(--line); background: var(--paper); }
.map-scroll { overflow-x: auto; }
.map-table { width: 100%; border-collapse: collapse; color: var(--ink); font-size: 15px; line-height: 1.6; text-align: left; }
.map-table caption { text-align: left; font: 400 30px/1.2 var(--display); text-transform: uppercase; padding-bottom: 24px; }
.map-table th, .map-table td { padding: 16px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
.map-table thead { font: 500 12px/1.6 var(--mono); color: var(--ink-soft); }
.map-table td:last-child { text-align: right; font-variant-numeric: tabular-nums; }
.map-table tfoot { font-weight: 700; }
@media (max-width: 599px) {
 .map-table { font-size: 13px; }
 .map-table th, .map-table td { padding: 12px 6px; }
}
