/* ============================================================
   ACCURATE RUNNING — „turistická mapa“ estetika
   papír × lesní zeleň × červená turistická značka
   ============================================================ */

:root {
  --paper:       #f3efe3;   /* podklad – mapový papír */
  --paper-deep:  #eae4d2;
  --card:        #fcfcfb;   /* povrch karet a grafů (validovaný surface) */
  --ink:         #1d3a2a;   /* lesní zeleň – hlavní inkoust */
  --ink-soft:    #4c6355;
  --muted:       #898781;
  --grid:        #e1e0d9;
  --accent:      #e8542f;   /* červená značka na stromě */
  --accent-dark: #c73d1d;

  /* série grafů – validované sloty 1–3 (light) */
  --s-flat: #2a78d6;   /* rovina  – modrá   */
  --s-up:   #eb6834;   /* do kopce – oranžová */
  --s-down: #1baf7a;   /* z kopce – aqua    */

  --font-display: "Unbounded", sans-serif;
  --font-body: "IBM Plex Sans", sans-serif;
  --font-mono: "IBM Plex Mono", monospace;

  --radius: 14px;
  --shadow: 0 2px 6px rgba(29,58,42,.08), 0 12px 32px -12px rgba(29,58,42,.18);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background:
    /* jemné vrstevnice */
    repeating-radial-gradient(circle at 12% -10%, transparent 0 46px, rgba(29,58,42,.045) 46px 47px),
    repeating-radial-gradient(circle at 105% 38%, transparent 0 64px, rgba(29,58,42,.035) 64px 65px),
    var(--paper);
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

main { max-width: 1180px; margin: 0 auto; padding: 0 24px 48px; }

a { color: var(--accent-dark); }

/* ---------- horní lišta ---------- */
.topbar {
  max-width: 1180px; margin: 0 auto;
  padding: 22px 24px 6px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.brand { display: flex; align-items: center; gap: 14px; }
.brand-mark { width: 44px; height: 44px; flex: none; }
.brand-name {
  font-family: var(--font-display); font-weight: 800; font-size: 19px;
  letter-spacing: .02em; text-transform: uppercase;
}
.brand-tag { font-size: 12.5px; color: var(--ink-soft); margin-top: 2px; }
.api-chip {
  font-size: 12px; padding: 5px 12px; border-radius: 99px;
  border: 1.5px solid var(--ink); font-weight: 600;
}
.api-chip.off { border-color: var(--accent); color: var(--accent-dark); }

/* ---------- hero ---------- */
.hero {
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px;
  align-items: center; padding: 44px 0 40px;
}
.hero h1 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(26px, 3.4vw, 40px); line-height: 1.16;
  margin: 0 0 18px; letter-spacing: -0.01em;
}
.hero h1 em { color: var(--accent); font-style: normal; position: relative; }
.hero h1 em::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: .04em;
  height: .14em; background: var(--accent); opacity: .25; border-radius: 2px;
}
.hero p { font-size: 16px; line-height: 1.65; color: var(--ink-soft); max-width: 56ch; margin: 0 0 22px; }
.hero-points { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.hero-points li { display: flex; gap: 12px; align-items: baseline; font-size: 15px; }
.hero-points li > span:first-child { font-family: var(--font-display); font-size: 15px; color: var(--accent); }
.hero-points code {
  font-family: var(--font-mono); font-size: 13px;
  background: var(--paper-deep); padding: 1px 6px; border-radius: 5px;
}

/* ---------- upload karta ---------- */
.upload-card {
  background: var(--card); border-radius: var(--radius); box-shadow: var(--shadow);
  border: 2px dashed rgba(29,58,42,.35);
  padding: 36px 28px; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  transition: border-color .15s, transform .15s;
}
.upload-card.dragover { border-color: var(--accent); transform: scale(1.012); }
.upload-ico { width: 44px; height: 44px; color: var(--ink-soft); }
.upload-title { font-family: var(--font-display); font-weight: 600; font-size: 15px; }
.upload-sub { font-family: var(--font-mono); font-size: 12px; color: var(--muted); letter-spacing: .12em; }
.snap-toggle {
  margin-top: 12px; display: flex; gap: 8px; align-items: center;
  font-size: 13.5px; color: var(--ink-soft); cursor: pointer;
}
.snap-toggle input { accent-color: var(--accent); width: 16px; height: 16px; }

/* ---------- tlačítka ---------- */
.btn {
  font-family: var(--font-body); font-weight: 600; font-size: 14.5px;
  border-radius: 10px; padding: 11px 22px; cursor: pointer; border: none;
  transition: transform .12s, box-shadow .12s, background .12s;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 3px 10px -2px rgba(232,84,47,.55); }
.btn-primary:hover { background: var(--accent-dark); }
.btn-ghost { background: transparent; color: var(--ink); border: 1.5px solid rgba(29,58,42,.3); }
.btn-ghost:hover { border-color: var(--ink); }
.btn-sm { padding: 7px 14px; font-size: 13px; }

/* ---------- progress ---------- */
.progress-wrap { padding: 28px 0; max-width: 560px; margin: 0 auto; text-align: center; }
.progress-label { font-family: var(--font-mono); font-size: 13.5px; margin-bottom: 10px; color: var(--ink-soft); }
.progress-bar { height: 10px; border-radius: 99px; background: var(--paper-deep); overflow: hidden; }
.progress-fill {
  height: 100%; width: 0%; border-radius: 99px;
  background: repeating-linear-gradient(-45deg, var(--accent) 0 10px, var(--accent-dark) 10px 20px);
  transition: width .25s ease;
}

.error-box {
  max-width: 720px; margin: 18px auto; padding: 14px 18px;
  background: #fdeae4; border: 1.5px solid var(--accent); border-radius: 10px;
  color: var(--accent-dark); font-size: 14.5px;
}

/* ---------- výsledky ---------- */
.file-line {
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
  font-family: var(--font-mono); font-size: 13px; color: var(--ink-soft);
  padding: 6px 2px 14px; flex-wrap: wrap;
}
.file-line-actions { display: flex; gap: 8px; }

.stat-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(158px, 1fr));
  gap: 14px; margin-bottom: 22px;
}
.stat {
  background: var(--card); border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 16px 18px 14px; position: relative; overflow: hidden;
}
.stat.hi { background: var(--ink); color: #fff; }
.stat.hi .stat-label { color: rgba(255,255,255,.65); }
.stat.hi .stat-sub { color: rgba(255,255,255,.6); }
.stat-label { font-size: 11.5px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); font-weight: 600; }
.stat-value { font-family: var(--font-mono); font-weight: 600; font-size: 26px; margin-top: 6px; line-height: 1.1; }
.stat-value small { font-size: 14px; font-weight: 500; }
.stat-sub { font-size: 12px; color: var(--ink-soft); margin-top: 4px; }
.stat-delta-up { color: #b3541e; }
.stat.hi .stat-delta-up { color: #ffb38a; }

/* ---------- panely ---------- */
.panel {
  background: var(--card); border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 20px 22px 22px; margin-bottom: 22px;
}
.panel-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-bottom: 12px; flex-wrap: wrap; }
.panel h2 {
  font-family: var(--font-display); font-size: 15px; font-weight: 600;
  margin: 0; text-transform: uppercase; letter-spacing: .04em;
}
.panel-note { font-size: 12.5px; color: var(--muted); }

.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }

/* ---------- mapa ---------- */
#map { height: 480px; border-radius: 10px; }
.map-legend { display: flex; gap: 16px; font-size: 13px; color: var(--ink-soft); }
.map-legend .lg { display: inline-flex; align-items: center; gap: 7px; }
.sw { display: inline-block; width: 22px; height: 0; border-top: 4px solid; border-radius: 2px; }
.sw-orig { border-top-color: #f0801a; }
.sw-snap { border-top-color: #149a3f; }
.sw-dev { border-top-color: #d5303e; border-top-width: 6px; opacity: .75; }

/* ---------- grafy ---------- */
.chart-host { position: relative; }
.chart-host svg { display: block; width: 100%; height: auto; }
.viz-tip {
  position: fixed; z-index: 3000; pointer-events: none;
  background: #10241a; color: #fff; font-size: 12.5px; line-height: 1.5;
  padding: 8px 11px; border-radius: 8px; box-shadow: 0 6px 20px rgba(0,0,0,.25);
  max-width: 240px;
}
.viz-tip b { font-family: var(--font-mono); font-weight: 600; }
.viz-tip .tip-title { font-weight: 600; margin-bottom: 2px; }

.hr-chart { margin-top: 18px; }
.hr-title { font-size: 11.5px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); font-weight: 600; margin-bottom: 6px; }
.hr-title span { text-transform: none; letter-spacing: 0; font-weight: 400; }

.terrain-strip { display: flex; height: 10px; border-radius: 5px; overflow: hidden; margin-top: 8px; }
.terrain-strip div { height: 100%; }

.terrain-share { display: flex; height: 26px; border-radius: 8px; overflow: hidden; margin-bottom: 14px; }
.terrain-share div {
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-family: var(--font-mono); font-size: 11.5px; font-weight: 600;
  min-width: 0; overflow: hidden; white-space: nowrap;
  border-right: 2px solid var(--card);
}
.terrain-share div:last-child { border-right: none; }

/* ---------- tabulky ---------- */
.data-table { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.data-table th {
  text-align: left; font-size: 11px; text-transform: uppercase; letter-spacing: .08em;
  color: var(--muted); font-weight: 600; padding: 7px 10px; border-bottom: 1.5px solid var(--grid);
}
.data-table td { padding: 7px 10px; border-bottom: 1px solid var(--grid); font-variant-numeric: tabular-nums; }
.data-table td.num, .data-table th.num { text-align: right; font-family: var(--font-mono); font-size: 12.5px; }
.data-table tr:last-child td { border-bottom: none; }
.data-table tr.run-row { cursor: pointer; }
.data-table tr.run-row:hover td { background: #f2f0e6; }
.dot { display: inline-block; width: 10px; height: 10px; border-radius: 3px; margin-right: 8px; vertical-align: -1px; }

.table-scroll { overflow-x: auto; }
/* ---------- navigace ---------- */
a.brand { text-decoration: none; color: inherit; }
#siteNav { display: flex; align-items: center; gap: 4px; }
.nav-link {
  text-decoration: none; color: var(--ink-soft); font-weight: 600; font-size: 14px;
  padding: 7px 12px; border-radius: 8px;
}
.nav-link:hover { color: var(--ink); background: var(--paper-deep); }
.nav-link.active { color: var(--ink); background: var(--paper-deep); }
.topbar-right { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }

/* ---------- footer ---------- */
.foot { max-width: 1180px; margin: 0 auto; padding: 30px 24px 34px; text-align: left; }
.footer-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 26px;
  border-top: 1.5px solid var(--grid); padding-top: 26px; margin-bottom: 20px;
}
.f-col { display: flex; flex-direction: column; gap: 8px; }
.f-head { font-family: var(--font-display); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 4px; }
.f-col a { color: var(--ink-soft); text-decoration: none; font-size: 13.5px; }
.f-col a:hover { color: var(--accent-dark); }
.f-soc { display: inline-flex; align-items: center; gap: 8px; }
.store-badge {
  display: inline-flex; align-items: center; gap: 9px;
  border: 1.5px solid rgba(29,58,42,.3); border-radius: 10px; padding: 8px 12px;
  font-weight: 600;
}
.store-badge.dim { opacity: .55; }
.foot-line { text-align: center; font-size: 12.5px; color: var(--ink-soft); }

/* ---------- před / po ---------- */
.beforeafter { display: grid; grid-template-columns: 1fr auto 1fr; gap: 16px; align-items: center; margin: 6px 0 26px; }
.ba-card { background: var(--card); border-radius: var(--radius); box-shadow: var(--shadow); padding: 16px; }
.ba-card svg { width: 100%; height: auto; border-radius: 10px; }
.ba-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.ba-tag { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; padding: 4px 10px; border-radius: 99px; }
.ba-bad { background: #fdeae4; color: #c73d1d; }
.ba-good { background: #e3f4e8; color: #0d7d3f; }
.ba-dist { font-family: var(--font-mono); font-weight: 600; font-size: 17px; }
.ba-dist.good, .hiw-dist.good { color: #149a3f; }
.mono { font-family: var(--font-mono); }
.ba-card p { font-size: 13px; color: var(--ink-soft); line-height: 1.55; margin: 10px 0 0; }
.ba-arrow { font-size: 30px; color: var(--accent); font-weight: 700; }
@media (max-width: 900px) { .beforeafter { grid-template-columns: 1fr; } .ba-arrow { transform: rotate(90deg); text-align: center; } }

/* ---------- obecné stránky (pricing, blog, how-it-works) ---------- */
.page-narrow { max-width: 920px; margin: 0 auto; padding: 26px 24px 40px; }
.page-title { font-family: var(--font-display); font-weight: 800; font-size: clamp(26px, 3.2vw, 38px); margin: 10px 0 8px; }
.page-lead { color: var(--ink-soft); font-size: 16.5px; line-height: 1.6; margin: 0 0 24px; max-width: 60ch; }
.page-note { font-size: 13px; color: var(--muted); margin-top: 18px; }

/* ---------- ceník v2 ---------- */
.pr-hero { text-align: center; padding: 6px 0 6px; }
.pr-hero .page-lead { margin-left: auto; margin-right: auto; }
.pr-badge {
  display: inline-block; font-family: var(--font-mono); font-size: 11px; font-weight: 600;
  letter-spacing: .18em; color: var(--accent-dark); background: #fdeae4;
  border-radius: 99px; padding: 5px 14px; margin-bottom: 12px;
}
.pr-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 22px 0 34px; align-items: stretch; }
@media (max-width: 720px) { .pr-cards { grid-template-columns: 1fr; } }
.pr-card {
  background: var(--card); border-radius: 16px; box-shadow: var(--shadow);
  padding: 26px 24px; display: flex; flex-direction: column; gap: 12px; position: relative;
}
.pr-card .btn { margin-top: auto; text-align: center; }
.pr-card-hi { background: var(--ink); color: #fff; transform: scale(1.02); }
.pr-card-hi .pr-feats li { color: rgba(255,255,255,.85); }
.pr-ribbon {
  position: absolute; top: -11px; right: 18px;
  background: var(--accent); color: #fff; font-family: var(--font-mono);
  font-size: 10px; font-weight: 700; letter-spacing: .14em;
  border-radius: 99px; padding: 4px 12px;
}
.pr-name { font-family: var(--font-display); font-weight: 800; font-size: 17px; }
.pr-price { display: flex; align-items: baseline; gap: 8px; }
.pr-amount { font-family: var(--font-mono); font-weight: 600; font-size: 34px; }
.pr-per { font-size: 13px; opacity: .65; }
.pr-feats { list-style: none; margin: 0; padding: 0; display: grid; gap: 7px; font-size: 14px; color: var(--ink-soft); }
.pr-note { font-size: 12px; opacity: .75; min-height: 1em; }
.pr-h2 { font-family: var(--font-display); font-size: 16px; margin: 26px 0 12px; }
.pr-faq details {
  background: var(--card); border-radius: 12px; box-shadow: var(--shadow);
  padding: 14px 18px; margin-bottom: 10px;
}
.pr-faq summary { cursor: pointer; font-weight: 600; font-size: 14.5px; }
.pr-faq p { color: var(--ink-soft); font-size: 13.5px; line-height: 1.6; margin: 10px 0 2px; }

.pricing-table th, .pricing-table td { text-align: center; }
.pricing-table th:first-child, .pricing-table td:first-child { text-align: left; }
.pricing-table .pt-plan { font-family: var(--font-display); font-size: 15px; }
.pricing-table .pt-price { font-family: var(--font-mono); font-size: 12px; color: var(--ink-soft); font-weight: 500; }
.pricing-table .pt-hi { background: #f2f7ee; }
.pricing-table td.pt-hi { font-weight: 600; }

.blog-card { display: block; text-decoration: none; color: inherit; }
.blog-card:hover { transform: translateY(-2px); transition: transform .15s; }
.blog-date { font-family: var(--font-mono); font-size: 12px; color: var(--muted); }
.blog-card h2 { font-family: var(--font-display); font-size: 19px; margin: 8px 0 10px; }
.blog-card p { color: var(--ink-soft); line-height: 1.6; margin: 0 0 12px; }
.blog-more { color: var(--accent-dark); font-weight: 600; }

.hiw-demo svg { width: 100%; height: auto; border-radius: 10px; }
.hiw-controls { display: flex; align-items: center; gap: 14px; margin-top: 14px; font-size: 13.5px; color: var(--ink-soft); flex-wrap: wrap; }
.hiw-controls input[type=range] { flex: 1; accent-color: var(--accent); min-width: 140px; }
.hiw-dist { font-size: 20px; font-weight: 600; min-width: 90px; text-align: right; }
.hiw-sub { font-family: var(--font-display); font-size: 14px; margin: 4px 0 10px; }
.hiw-list { margin: 0; padding-left: 20px; display: grid; gap: 8px; font-size: 14px; line-height: 1.55; color: var(--ink-soft); }
.hiw-cta { display: flex; gap: 12px; justify-content: center; margin: 30px 0 10px; flex-wrap: wrap; }

/* ---------- auth stránka + tarify ---------- */
.auth-page { max-width: 640px; margin: 0 auto; padding: 30px 24px 40px; }
.auth-tabs { display: flex; gap: 8px; margin-bottom: 16px; }
.auth-tab {
  flex: 1; padding: 11px; border-radius: 10px; border: 1.5px solid rgba(29,58,42,.25);
  background: transparent; font-weight: 600; font-size: 14.5px; cursor: pointer; color: var(--ink-soft);
}
.auth-tab.active { background: var(--ink); color: #fff; border-color: var(--ink); }
.auth-card h1 { font-family: var(--font-display); font-size: 22px; margin: 4px 0 6px; }
.auth-sub { color: var(--ink-soft); margin: 0 0 16px; }
.auth-alt { font-size: 13.5px; color: var(--ink-soft); margin-top: 14px; }

.plan-pick { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 16px; }
@media (max-width: 640px) { .plan-pick { grid-template-columns: 1fr; } }
.plan-card { cursor: pointer; }
.plan-card input { position: absolute; opacity: 0; }
.plan-body {
  border: 2px solid var(--grid); border-radius: 12px; padding: 14px 16px; height: 100%;
  transition: border-color .12s, background .12s;
}
.plan-card input:checked + .plan-body { border-color: var(--accent); background: #fdf6f0; }
.plan-name { font-family: var(--font-display); font-weight: 700; font-size: 15px; }
.plan-price { font-family: var(--font-mono); font-size: 13px; color: var(--ink-soft); margin: 2px 0 8px; }
.plan-body ul { margin: 0; padding-left: 18px; font-size: 13px; color: var(--ink-soft); display: grid; gap: 4px; }
.plan-note { font-size: 11.5px; color: var(--muted); margin-top: 8px; line-height: 1.45; }

.g-signin-wrap { margin-top: 14px; }
.g-divider {
  display: flex; align-items: center; gap: 10px; color: var(--muted);
  font-size: 12px; margin-bottom: 10px;
}
.g-divider::before, .g-divider::after { content: ""; flex: 1; height: 1px; background: var(--grid); }

/* ---------- editace trasy ---------- */
.edit-via {
  background: #d5303e; border: 3px solid #fff; border-radius: 50%;
  box-shadow: 0 1px 6px rgba(0,0,0,.4); cursor: grab;
}
.edit-hint { margin: 0 0 10px; padding: 8px 12px; background: #fdf6f0; border-radius: 8px; }

/* ---------- jazyky ---------- */
.lang-switch { display: inline-flex; border: 1.5px solid rgba(29,58,42,.25); border-radius: 8px; overflow: hidden; margin-right: 12px; }
.lang-btn {
  border: none; background: transparent; padding: 5px 10px; cursor: pointer;
  font-family: var(--font-mono); font-size: 11.5px; font-weight: 600; color: var(--ink-soft);
}
.lang-btn.active { background: var(--ink); color: #fff; }

/* ---------- registrační stránka ---------- */
.reg-wrap { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; padding: 48px 0; }
.reg-pitch h1 { font-family: var(--font-display); font-weight: 800; font-size: clamp(24px, 3vw, 34px); line-height: 1.2; margin: 0 0 20px; }
.reg-note { color: var(--ink-soft); font-size: 14.5px; }
.reg-card { margin-bottom: 0; }
.auth-form-col { flex-direction: column; }
.auth-form-col input, .auth-form-col button { width: 100%; }
.auth-register-link { display: inline-block; margin-top: 12px; font-size: 13.5px; }
@media (max-width: 900px) { .reg-wrap { grid-template-columns: 1fr; gap: 26px; } }

/* ---------- import ---------- */
.import-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 14px; }
.imp-card {
  border: 1.5px solid var(--grid); border-radius: 12px; padding: 16px;
  display: flex; flex-direction: column; gap: 8px; background: #fff;
}
.imp-head { display: flex; align-items: center; gap: 8px; }
.imp-ico { font-size: 18px; }
.imp-title { font-weight: 700; font-size: 14px; flex: 1; }
.imp-badge {
  font-size: 10.5px; font-weight: 700; padding: 3px 9px; border-radius: 99px;
  background: var(--paper-deep); color: var(--ink-soft); white-space: nowrap;
}
.imp-badge.on { background: #149a3f; color: #fff; }
.imp-text { font-size: 12.5px; color: var(--ink-soft); line-height: 1.5; flex: 1; }
.imp-card .btn { align-self: flex-start; }

/* ---------- přihlášení ---------- */
.auth-panel { max-width: 720px; margin: 12px auto 22px; }
.auth-form { display: flex; gap: 10px; flex-wrap: wrap; }
.auth-form input {
  flex: 1 1 180px; padding: 11px 14px; border-radius: 10px;
  border: 1.5px solid rgba(29,58,42,.3); background: #fff;
  font-family: var(--font-body); font-size: 14.5px; color: var(--ink);
}
.auth-form input:focus { outline: none; border-color: var(--accent); }
.auth-msg { margin-top: 10px; font-size: 13.5px; color: var(--accent-dark); min-height: 1.2em; }
.acct-mail { font-family: var(--font-mono); font-size: 12.5px; color: var(--ink-soft); margin-right: 10px; }
.topbar-right { display: flex; align-items: center; }

.row-del {
  border: none; background: transparent; color: var(--muted);
  font-size: 13px; cursor: pointer; padding: 2px 6px; border-radius: 6px;
}
.row-del:hover { color: #fff; background: #d5303e; }

.table-details { margin-top: 12px; }
.table-details summary { cursor: pointer; font-size: 13px; color: var(--ink-soft); }

.foot {
  text-align: center; font-size: 12.5px; color: var(--ink-soft);
  padding: 22px 16px 34px;
}

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 26px; padding-top: 26px; }
  .two-col { grid-template-columns: 1fr; }
  #map { height: 380px; }
}
