/* umzugsfirma-kanton-zuerich.ch — Thema „Kanton Zuerich: Landkarte, Seeufer, Rebberge"
   Haferpapier als Grund, Pflaume als Leitfarbe, Olivgruen und gedaempftes Seeblau dazu.
   Hoehenlinien statt Schatten, Kartenlegende statt Kacheln, Haarlinien statt Rahmen.
   Keine externen Fonts, keine Frameworks. */

:root {
  --oat: #f4f1e9;
  --oat-2: #eae5d8;
  --paper: #fbfaf6;
  --plum: #4a2545;
  --plum-deep: #33182f;
  --plum-soft: #6d4266;
  --olive: #7d8c5c;
  --olive-ink: #4a5730;
  --olive-line: #c3cbab;
  --lake: #46708c;
  --lake-ink: #35576e;
  --ink: #2b2229;
  --ink-soft: #5c5059;
  --line: #d9d3c3;
  --font-display: "Trebuchet MS", "Segoe UI", system-ui, -apple-system, sans-serif;
  --font-body: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --contour: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='480' height='300' viewBox='0 0 480 300'%3E%3Cg fill='none' stroke='%234a2545' stroke-width='1.1' opacity='.17'%3E%3Cpath d='M-40 16q60-8 120 0t120 0 120 0 120 0 120 0'/%3E%3Cpath d='M-40 44q60-12 120 0t120 0 120 0 120 0 120 0'/%3E%3Cpath d='M-40 72q60-17 120 0t120 0 120 0 120 0 120 0'/%3E%3Cpath d='M-40 100q60-22 120 0t120 0 120 0 120 0 120 0'/%3E%3Cpath d='M-40 128q60-26 120 0t120 0 120 0 120 0 120 0'/%3E%3Cpath d='M-40 156q60-22 120 0t120 0 120 0 120 0 120 0'/%3E%3Cpath d='M-40 184q60-17 120 0t120 0 120 0 120 0 120 0'/%3E%3Cpath d='M-40 212q60-12 120 0t120 0 120 0 120 0 120 0'/%3E%3Cpath d='M-40 240q60-8 120 0t120 0 120 0 120 0 120 0'/%3E%3Cpath d='M-40 268q60-5 120 0t120 0 120 0 120 0 120 0'/%3E%3C/g%3E%3C/svg%3E");
  --contour-light: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='480' height='300' viewBox='0 0 480 300'%3E%3Cg fill='none' stroke='%23f4f1e9' stroke-width='1.1' opacity='.30'%3E%3Cpath d='M-40 16q60-8 120 0t120 0 120 0 120 0 120 0'/%3E%3Cpath d='M-40 44q60-12 120 0t120 0 120 0 120 0 120 0'/%3E%3Cpath d='M-40 72q60-17 120 0t120 0 120 0 120 0 120 0'/%3E%3Cpath d='M-40 100q60-22 120 0t120 0 120 0 120 0 120 0'/%3E%3Cpath d='M-40 128q60-26 120 0t120 0 120 0 120 0 120 0'/%3E%3Cpath d='M-40 156q60-22 120 0t120 0 120 0 120 0 120 0'/%3E%3Cpath d='M-40 184q60-17 120 0t120 0 120 0 120 0 120 0'/%3E%3Cpath d='M-40 212q60-12 120 0t120 0 120 0 120 0 120 0'/%3E%3Cpath d='M-40 240q60-8 120 0t120 0 120 0 120 0 120 0'/%3E%3Cpath d='M-40 268q60-5 120 0t120 0 120 0 120 0 120 0'/%3E%3C/g%3E%3C/svg%3E");
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.68;
  color: var(--ink);
  background: var(--oat);
}
img { max-width: 100%; }
a { color: var(--lake-ink); text-underline-offset: 3px; }
a:hover { color: var(--plum); }
:focus-visible { outline: 3px solid var(--olive-ink); outline-offset: 3px; }

h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.16; color: var(--plum); margin: 0 0 .6em; }
h1 { font-size: clamp(1.95rem, 1.2rem + 3vw, 3.15rem); font-weight: 700; letter-spacing: -.005em; }
h2 { font-size: clamp(1.55rem, 1.15rem + 1.6vw, 2.2rem); font-weight: 700; }
h3 { font-size: 1.2rem; font-weight: 700; color: var(--plum); }
h4 { font-size: 1.02rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--olive-ink); }
p { margin: 0 0 1em; }
strong { color: var(--plum); }

.wrap { width: 100%; max-width: 1160px; margin-inline: auto; padding-inline: 22px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip { position: absolute; left: -999px; top: 8px; z-index: 100; background: var(--plum); color: var(--oat); padding: 10px 16px; }
.skip:focus { left: 12px; color: var(--oat); }
.text-center { text-align: center; }
.note { font-size: .93rem; color: var(--ink-soft); }
.note a { color: var(--lake-ink); }

/* ---------- Kopf ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: var(--oat); border-bottom: 1px solid var(--line); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 76px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; color: var(--plum); }
.brand:hover { color: var(--plum); }
.logo-mark { flex: none; display: block; }
.brand-text { display: flex; flex-direction: column; font-family: var(--font-display); font-weight: 700; font-size: 1.06rem; line-height: 1.12; letter-spacing: .01em; color: var(--plum); }
.brand-text span { font-size: .8rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; color: var(--olive-ink); }
.nav { display: flex; align-items: center; gap: 24px; }
.nav-list { display: flex; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav-list a { display: block; padding: 9px 13px; font-weight: 600; font-size: 1rem; color: var(--ink); text-decoration: none; border-bottom: 3px solid transparent; }
.nav-list a:hover { color: var(--plum); border-bottom-color: var(--olive); }
.nav-list a[aria-current="page"] { color: var(--plum); border-bottom-color: var(--plum); }
.nav-toggle { display: none; position: relative; width: 50px; height: 46px; border: 2px solid var(--plum); background: var(--oat); cursor: pointer; }
.nav-toggle-bars, .nav-toggle-bars::before, .nav-toggle-bars::after {
  position: absolute; left: 50%; width: 22px; height: 2.5px; margin-left: -11px; background: var(--plum); content: ""; transition: transform .2s ease, background .2s ease;
}
.nav-toggle-bars { top: 50%; margin-top: -1px; }
.nav-toggle-bars::before { top: -7px; }
.nav-toggle-bars::after { top: 7px; }

/* ---------- Knoepfe ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 13px 24px; font-family: var(--font-display); font-weight: 700; font-size: 1rem;
  letter-spacing: .02em; line-height: 1.2; text-align: center; text-decoration: none;
  border: 2px solid var(--plum); transition: background .15s ease, color .15s ease;
}
.btn--lg { padding: 16px 32px; font-size: 1.08rem; }
a.btn.btn--plum { background: var(--plum); color: var(--oat); }
a.btn.btn--plum:hover { background: var(--plum-deep); border-color: var(--plum-deep); color: var(--oat); }
a.btn.btn--oat { background: var(--oat); color: var(--plum); border-color: var(--oat); }
a.btn.btn--oat:hover { background: #fff; border-color: #fff; color: var(--plum-deep); }
a.btn.btn--ghost { background: transparent; color: var(--plum); }
a.btn.btn--ghost:hover { background: var(--plum); color: var(--oat); }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background: var(--oat-2); border-bottom: 1px solid var(--line); padding-block: 40px 56px; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: var(--contour); background-size: 480px 300px; opacity: .55; pointer-events: none; }
.hero > .wrap { position: relative; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 46px; align-items: center; }
.hero-copy { min-width: 0; }
.hero .lead { font-size: 1.14rem; color: var(--ink-soft); max-width: 40em; }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-size: .9rem; color: var(--ink-soft); margin-bottom: 14px; }
.crumbs a { color: var(--lake-ink); font-weight: 600; }
.coords { display: flex; flex-wrap: wrap; gap: 7px; list-style: none; padding: 0; margin: 0 0 16px; }
.coords li {
  display: inline-flex; align-items: center; gap: 7px; background: var(--oat); color: var(--plum);
  border: 1px solid var(--plum); padding: 4px 12px; font-size: .78rem; font-weight: 700;
  letter-spacing: .13em; text-transform: uppercase;
}
.coords li::before { content: ""; width: 9px; height: 9px; background: var(--olive); }
.hero-actions { margin: 26px 0 18px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 8px 24px; list-style: none; padding: 0; margin: 0; font-weight: 600; color: var(--ink); }
.hero-points li { display: inline-flex; align-items: center; gap: 7px; }
.hero-points .ico { color: var(--olive-ink); width: 20px; height: 20px; }
.hero-visual { position: relative; min-width: 0; }
.hero-visual::after { content: ""; position: absolute; left: -14px; top: -14px; right: 14px; bottom: 14px; border: 2px solid var(--plum); z-index: 0; }
.hero-visual .media { position: relative; z-index: 1; }
.hero--legal { padding-block: 34px 38px; }
.hero--legal h1 { margin: 0; }

/* ---------- Bildplaetze ---------- */
.media {
  display: block; width: 100%; aspect-ratio: 4 / 3;
  background:
    linear-gradient(180deg, rgba(244, 241, 233, .55) 0 34%, transparent 34%),
    radial-gradient(ellipse 52% 30% at 22% 24%, rgba(125, 140, 92, .45) 0 60%, transparent 61%),
    linear-gradient(200deg, #b9c4a2 0 26%, #8b9a6c 26% 44%, #6f8288 44% 58%, #46708c 58% 74%, #6d4266 74% 88%, #4a2545 88% 100%);
}
.media--hero { aspect-ratio: 5 / 4; }
.media--wide { aspect-ratio: 16 / 9; }
img.media { display: block; height: auto; object-fit: cover; }
img.media--hero { aspect-ratio: 5 / 4; }
img.media--wide { aspect-ratio: 16 / 9; }
figure { margin: 0 0 20px; }
figcaption { font-size: .9rem; color: var(--ink-soft); padding-top: 8px; border-top: 1px solid var(--olive-line); margin-top: 8px; }

/* ---------- Abschnitte ---------- */
.sec { position: relative; padding-block: 68px; }
.sec--tint { background: var(--oat-2); border-block: 1px solid var(--line); }
.sec--deep { position: relative; background: var(--plum-deep); color: var(--oat); }
.sec--deep > .wrap { position: relative; }
.sec--deep.sec--ridge::before { background-image: var(--contour-light); }
.sec--deep h2, .sec--deep h3, .sec--deep strong { color: var(--oat); }
.sec--deep h4 { color: #c9d3ab; }
.sec--deep p { color: #e3dcd6; }
.sec--deep a { color: #e8dff0; }
.sec--deep .eyebrow { color: #c9d3ab; }
.sec--deep .note { color: #cfc5c9; }
.sec--ridge::before {
  content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 86px;
  background-image: var(--contour); background-size: 480px 300px; pointer-events: none; opacity: .9;
}
.sec-head { max-width: 800px; margin-bottom: 36px; }
.sec-head.text-center { margin-inline: auto; }
.eyebrow {
  display: block; font-family: var(--font-display); font-size: .8rem; font-weight: 700;
  letter-spacing: .24em; text-transform: uppercase; color: var(--olive-ink); margin-bottom: 12px;
}
.prose { max-width: 800px; }
.prose h3 { margin-top: 1.7em; }
.prose ul, .prose ol { padding-left: 1.15em; }
.prose li { margin-bottom: .45em; }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px; align-items: center; }
.split--top { align-items: start; }
.split > * { min-width: 0; }
.gap-top { margin-top: 56px; }

/* Aufzaehlung mit Kartenquadrat */
.ticks { list-style: none; padding: 0 !important; margin: 0 0 1.2em; }
.ticks li { position: relative; padding-left: 26px; margin-bottom: .55em; }
.ticks li::before { content: ""; position: absolute; left: 0; top: .62em; width: 10px; height: 10px; background: var(--olive); }
.sec--deep .ticks li::before { background: #c9d3ab; }

/* ---------- Karten mit Pflaumenkante ---------- */
.grid { display: grid; gap: 22px; }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(380px, 1fr)); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.card { background: var(--paper); border-left: 3px solid var(--plum); border-top: 1px solid var(--line); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 24px 24px 22px; min-width: 0; }
.card p:last-child, .card ul:last-child { margin-bottom: 0; }
.card--olive { border-left-color: var(--olive); }
.card--lake { border-left-color: var(--lake); }
.sec--deep .card { background: #43243d; border-color: #5c3554; border-left-color: #c9d3ab; }
.sec--deep .card h3 { color: var(--oat); }
.card .ico { width: 26px; height: 26px; color: var(--plum); margin-bottom: 10px; display: block; }
.sec--deep .card .ico { color: #c9d3ab; }
a.card { display: block; text-decoration: none; color: var(--ink); }
a.card:hover { color: var(--ink); background: #fff; border-left-color: var(--olive-ink); }
a.card h3 { text-decoration: underline; text-underline-offset: 4px; }

/* ---------- Kartenlegende (Bezirke) ---------- */
.legend { list-style: none; padding: 0; margin: 0; display: grid; gap: 0; grid-template-columns: repeat(auto-fit, minmax(292px, 1fr)); border-top: 1px solid var(--olive-line); }
.legend > li { padding: 20px 22px 20px 0; border-bottom: 1px solid var(--olive-line); }
.legend .key { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 700; font-size: 1.04rem; color: var(--plum); margin-bottom: 4px; }
.legend .key::before { content: ""; flex: none; width: 15px; height: 15px; background: var(--olive); border: 1px solid var(--plum); }
.legend .key--lake::before { background: var(--lake); }
.legend .key--plum::before { background: var(--plum-soft); }
.legend .key--oat::before { background: var(--oat-2); }
.legend .orte { display: block; font-size: .88rem; letter-spacing: .06em; text-transform: uppercase; color: var(--olive-ink); font-weight: 700; margin-bottom: 8px; }
.legend p { margin: 0; font-size: 1rem; color: var(--ink-soft); }

/* ---------- Schritte ---------- */
.steps { list-style: none; counter-reset: step; padding: 0; margin: 0; display: grid; gap: 24px; grid-template-columns: repeat(auto-fit, minmax(262px, 1fr)); }
.steps > li { counter-increment: step; position: relative; padding-top: 46px; border-top: 3px solid var(--plum); }
.steps > li::before { content: counter(step, decimal-leading-zero); position: absolute; top: 12px; left: 0; font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; letter-spacing: .2em; color: var(--olive-ink); }
.steps p:last-child { margin-bottom: 0; }

/* ---------- Zahlen ---------- */
.facts { display: grid; gap: 0; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--olive-line); }
.facts li { padding: 16px 18px 16px 0; border-bottom: 1px solid var(--olive-line); }
.fact-num { display: block; font-family: var(--font-display); font-size: 1.65rem; font-weight: 700; color: var(--plum); line-height: 1.1; }
.fact-label { display: block; font-size: .93rem; color: var(--ink-soft); }

/* ---------- Tabellen mit Olivhaarlinien ---------- */
table { width: 100%; border-collapse: collapse; font-size: 1rem; margin: 0 0 14px; background: var(--paper); }
caption { text-align: left; padding: 0 0 10px; font-family: var(--font-display); font-weight: 700; color: var(--plum); font-size: 1rem; }
th, td { padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--olive-line); vertical-align: top; }
thead th { font-family: var(--font-display); font-weight: 700; color: var(--plum); border-bottom: 2px solid var(--olive); background: var(--oat-2); }
tbody th { font-weight: 700; color: var(--plum); }
tbody tr:last-child th, tbody tr:last-child td { border-bottom: 0; }
td.num { font-variant-numeric: tabular-nums; }
.sec--deep table { background: #43243d; }
.sec--deep thead th { background: #56304f; color: var(--oat); border-bottom-color: #c9d3ab; }
.sec--deep th, .sec--deep td { border-bottom-color: #5c3554; color: #e3dcd6; }
.sec--deep tbody th { color: var(--oat); }

/* ---------- Hinweiskasten ---------- */
.callout { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 16px; align-items: start; background: var(--paper); border-left: 3px solid var(--olive); border-top: 1px solid var(--line); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 20px 22px; margin: 26px 0; }
.callout .ico { color: var(--olive-ink); width: 28px; height: 28px; }
.callout p:last-child { margin-bottom: 0; }
.callout--plum { border-left-color: var(--plum); }
.callout--plum .ico { color: var(--plum); }
.sec--tint .callout { background: var(--oat); }
.sec--deep .callout { background: #43243d; border-color: #5c3554; border-left-color: #c9d3ab; }
.sec--deep .callout .ico { color: #c9d3ab; }

/* ---------- Zeitachse ---------- */
.timeline { list-style: none; padding: 0; margin: 0; }
.timeline > li { position: relative; padding: 0 0 28px 30px; border-left: 2px solid var(--olive-line); }
.timeline > li:last-child { padding-bottom: 0; }
.timeline > li::before { content: ""; position: absolute; left: -8px; top: .35em; width: 14px; height: 14px; background: var(--oat); border: 3px solid var(--plum); }
.sec--tint .timeline > li::before { background: var(--oat-2); }
.timeline .when { display: block; font-family: var(--font-display); font-size: .82rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--olive-ink); margin-bottom: 4px; }
.timeline h3 { margin-bottom: .4em; }
.timeline p:last-child { margin-bottom: 0; }

/* ---------- Inline-CTA ---------- */
.inline-cta { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.inline-cta--center { justify-content: center; }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 0; max-width: 880px; border-top: 1px solid var(--olive-line); }
.faq-item { border-bottom: 1px solid var(--olive-line); }
.faq-item summary { cursor: pointer; list-style: none; padding: 18px 52px 18px 0; font-family: var(--font-display); font-weight: 700; font-size: 1.08rem; color: var(--plum); position: relative; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: ""; position: absolute; right: 12px; top: 1.35em; width: 13px; height: 13px; border-right: 2.5px solid var(--olive-ink); border-bottom: 2.5px solid var(--olive-ink); transform: rotate(45deg); }
.faq-item[open] summary::after { transform: rotate(225deg); top: 1.55em; }
.faq-a { padding: 0 0 20px; }
.faq-a p { margin: 0; max-width: 62em; }

/* ---------- Rechtliches ---------- */
.legal { padding-block: 40px 70px; }
.legal h2 { font-size: 1.3rem; margin-top: 1.7em; }

/* ---------- CTA-Band ---------- */
.cta-band { position: relative; overflow: hidden; background: var(--plum); color: var(--oat); padding-block: 56px; }
.cta-band::before { content: ""; position: absolute; inset: 0; background-image: var(--contour-light); background-size: 480px 300px; opacity: .6; pointer-events: none; }
.cta-band .wrap { position: relative; }
.cta-band-inner { display: flex; flex-wrap: wrap; gap: 26px; align-items: center; justify-content: space-between; }
.cta-band-inner p { margin: 0; color: #e8dff0; max-width: 40em; }
.cta-band .cta-band-title { font-family: var(--font-display); font-size: 1.55rem; font-weight: 700; color: var(--oat); margin-bottom: 8px; }

/* ---------- Fuss ---------- */
.site-footer { background: var(--plum-deep); color: #ded5d9; padding-block: 54px 26px; font-size: 1rem; }
.site-footer a { color: #f4f1e9; text-decoration: none; }
.site-footer a:hover { color: #c9d3ab; text-decoration: underline; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 34px; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin-bottom: 8px; }
.footer-title { font-family: var(--font-display); font-weight: 700; font-size: .84rem; letter-spacing: .2em; text-transform: uppercase; color: #c9d3ab; margin-bottom: 14px; }
.brand--footer .brand-text { color: #f4f1e9; }
.brand--footer .brand-text span { color: #c9d3ab; }
.footer-brand p { margin-top: 14px; color: #ded5d9; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; border-top: 1px solid rgba(244, 241, 233, .18); margin-top: 34px; padding-top: 20px; font-size: .93rem; }
.footer-bottom p { margin: 0; }

/* ---------- Responsiv ---------- */
@media (min-width: 961px) {
  .split--top > .card { position: sticky; top: 104px; }
}
@media (max-width: 960px) {
  .hero-grid, .split { grid-template-columns: minmax(0, 1fr); gap: 34px; }
  .hero-visual { max-width: 480px; width: 100%; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 880px) {
  .nav-toggle { display: block; z-index: 60; }
  .nav {
    display: none; position: fixed; left: 0; right: 0; top: 76px; bottom: 0; z-index: 55;
    flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 20px;
    padding: 28px 22px 44px; background: var(--oat); overflow-y: auto;
  }
  .nav.is-open { display: flex; }
  .nav-list { flex-direction: column; gap: 0; }
  .nav-list a { font-size: 1.25rem; padding: 16px 0; border-bottom: 1px solid var(--line); }
  .nav-list a:hover, .nav-list a[aria-current="page"] { border-bottom-color: var(--plum); }
  .nav-cta { font-size: 1.05rem; padding: 16px 22px; }
  body.nav-open .nav-toggle-bars { background: transparent; }
  body.nav-open .nav-toggle-bars::before { transform: translateY(7px) rotate(45deg); }
  body.nav-open .nav-toggle-bars::after { transform: translateY(-7px) rotate(-45deg); }
}
@media (max-width: 600px) {
  body { font-size: 17px; }
  .wrap { padding-inline: 16px; }
  .sec { padding-block: 50px; }
  .hero { padding-block: 26px 44px; }
  .btn--lg { width: 100%; }
  .footer-grid { grid-template-columns: minmax(0, 1fr); }
  .card { padding: 20px 18px; }
  .hero-visual::after { left: -8px; top: -8px; right: 8px; bottom: 8px; }
  th, td { padding: 11px 10px; }
  .legend > li { padding-right: 0; }
}
