/* ============================================================
   KY ESCAPER — restored & modernized static stylesheet
   Theme: deep navy (nod to the original #00255C) + safety orange
   Offline-first: system font stack, no external requests.
   ============================================================ */

:root {
  --ink: #15222f;
  --muted: #5b6b7b;
  --navy: #0e3a5c;
  --navy-deep: #0a2c47;
  --navy-ink: #082338;
  --orange: #ef7c1a;
  --orange-dark: #d96a0d;
  --orange-soft: #fdf0e2;
  --paper: #f4f6f9;
  --card: #ffffff;
  --line: #dde5ec;
  --green: #2f7d3a;
  --red: #c0392b;
  --radius: 14px;
  --shadow: 0 10px 28px rgba(15, 35, 55, 0.09);
  --shadow-sm: 0 3px 10px rgba(15, 35, 55, 0.08);
  --maxw: 1100px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  --font-mono: ui-monospace, "Cascadia Mono", Consolas, Menlo, monospace;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; border: 0; }

a { color: var(--navy); text-decoration: none; }
a:hover { color: var(--orange-dark); }

h1, h2, h3, h4 {
  line-height: 1.25;
  margin: 0 0 0.5em;
  font-weight: 700;
  letter-spacing: -0.01em;
}

h1 { font-size: 2rem; }
h2 { font-size: 1.5rem; }
h3 { font-size: 1.15rem; }

p { margin: 0 0 1em; }

.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 20px;
}

.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  margin: -1px; padding: 0; border: 0;
  clip: rect(0 0 0 0); overflow: hidden; white-space: nowrap;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--orange);
  color: #fff;
  padding: 10px 18px;
  z-index: 200;
  border-radius: 0 0 10px 0;
  font-weight: 600;
}
.skip-link:focus { left: 0; color: #fff; }

/* ---------------- Header / Nav ---------------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--navy-deep);
  color: #fff;
  box-shadow: 0 2px 12px rgba(8, 35, 56, 0.35);
}

.header-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 62px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 800;
  font-size: 1.12rem;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.brand:hover { color: #ffd9b3; }
.brand-mark {
  width: 34px; height: 34px;
  border-radius: 9px;
  background: var(--orange);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex: none;
}
.brand small {
  display: block;
  font-weight: 500;
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  color: #9fc2dd;
  text-transform: uppercase;
}

.main-nav { margin-left: auto; }

.nav-list {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.nav-list a {
  display: block;
  padding: 9px 12px;
  border-radius: 9px;
  color: #d8e6f2;
  font-size: 0.92rem;
  font-weight: 600;
}
.nav-list a:hover { background: rgba(255, 255, 255, 0.1); color: #fff; }
.nav-list a[aria-current="page"] {
  background: var(--orange);
  color: #fff;
}

.nav-toggle {
  display: none;
  margin-left: auto;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 9px;
  padding: 8px 14px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
}

/* ---------------- Hero ---------------- */

.hero {
  background:
    radial-gradient(1000px 320px at 85% -40px, rgba(239, 124, 26, 0.28), transparent 60%),
    linear-gradient(160deg, var(--navy-deep) 0%, var(--navy) 55%, #12486f 100%);
  color: #fff;
  padding: 58px 0 54px;
}

.hero .container { display: flex; align-items: center; gap: 42px; flex-wrap: wrap; }

.hero-copy { flex: 1 1 420px; }

.hero h1 {
  font-size: 2.55rem;
  margin-bottom: 14px;
  color: #fff;
}
.hero h1 .accent { color: #ffb367; }

.hero p.lede {
  font-size: 1.13rem;
  color: #cfe0ee;
  max-width: 56ch;
  margin-bottom: 24px;
}

.hero-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #ffd9b3;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.hero-art { flex: 0 1 380px; text-align: center; }
.hero-art img {
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(4, 18, 30, 0.5);
  background: #fff;
}
.hero-art figcaption {
  margin-top: 10px;
  font-size: 0.85rem;
  color: #a9c6dd;
}

.btn-row { display: flex; gap: 12px; flex-wrap: wrap; }

.btn {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 11px;
  font-weight: 700;
  font-size: 0.98rem;
  border: 2px solid transparent;
  transition: transform 0.08s ease, background 0.15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--orange); color: #fff; }
.btn-primary:hover { background: var(--orange-dark); color: #fff; }
.btn-ghost { border-color: rgba(255, 255, 255, 0.55); color: #fff; }
.btn-ghost:hover { background: rgba(255, 255, 255, 0.12); color: #fff; }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-deep); color: #fff; }

/* ---------------- Sections / Cards ---------------- */

.section { padding: 52px 0; }
.section-tight { padding: 34px 0; }
.section-alt { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.section-head { max-width: 70ch; margin-bottom: 30px; }
.section-head .kicker {
  color: var(--orange-dark);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.section-head p { color: var(--muted); margin: 0; }

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 22px;
  margin: 0; padding: 0;
  list-style: none;
}

.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }

.card .thumb {
  position: relative;
  aspect-ratio: 4 / 3;
  background: linear-gradient(150deg, var(--navy-deep), var(--navy));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.card .thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.card .thumb .placeholder {
  color: #8fb4d0;
  font-weight: 700;
  font-size: 0.9rem;
  text-align: center;
  padding: 12px;
}
.card .thumb .placeholder .ph-ico { font-size: 2rem; display: block; margin-bottom: 6px; }

.card-body { padding: 18px 20px 20px; flex: 1; display: flex; flex-direction: column; }
.card-body h3 { margin-bottom: 6px; }
.card-body h3 a { color: var(--ink); }
.card-body h3 a:hover { color: var(--orange-dark); }
.card-body p { color: var(--muted); font-size: 0.95rem; margin-bottom: 14px; }

.card .card-thumb { display: block; }
.card .card-thumb .thumb { display: flex; }
.card .card-link {
  margin-top: auto;
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--orange-dark);
}
.card .card-link:hover { color: var(--navy); }

/* ---------------- Page hero (inner pages) ---------------- */

.page-hero {
  background:
    radial-gradient(700px 220px at 90% -60px, rgba(239, 124, 26, 0.25), transparent 60%),
    linear-gradient(160deg, var(--navy-deep), var(--navy));
  color: #fff;
  padding: 40px 0 36px;
}
.page-hero h1 { color: #fff; font-size: 2.1rem; margin-bottom: 8px; }
.page-hero p { color: #cfe0ee; max-width: 70ch; margin: 0; }
.page-hero .crumbs { margin-bottom: 14px; }

.breadcrumbs {
  font-size: 0.84rem;
  color: #9fc2dd;
}
.breadcrumbs ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0; padding: 0;
}
.breadcrumbs li { display: flex; align-items: center; gap: 6px; }
.breadcrumbs li + li::before { content: "›"; color: #6f9ab8; }
.breadcrumbs a { color: #cfe0ee; }
.breadcrumbs a:hover { color: #fff; }
.breadcrumbs [aria-current="page"] { color: #ffd9b3; }

/* ---------------- Gallery grids ---------------- */

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 18px;
  list-style: none;
  margin: 0; padding: 0;
}
.gallery-lg { grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); }
.gallery-sm { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }

.g-item { position: relative; display: block; }
.g-item .g-frame {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(150deg, var(--navy-deep), var(--navy));
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
}
.g-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.15s ease; }
.g-item:hover img { transform: scale(1.04); }
.g-item .g-cap {
  margin-top: 8px;
  font-size: 0.84rem;
  color: var(--muted);
  text-align: center;
  font-weight: 600;
}
.g-item .g-num {
  position: absolute;
  top: 8px; left: 8px;
  background: rgba(8, 35, 56, 0.78);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 2px 9px;
  border-radius: 999px;
}
.g-item .g-missing {
  color: #8fb4d0;
  font-weight: 700;
  font-size: 0.82rem;
  text-align: center;
  padding: 14px;
}
.g-item .g-missing .ph-ico { display: block; font-size: 1.9rem; margin-bottom: 6px; opacity: 0.8; }
.g-item.is-missing .g-frame { border-style: dashed; }

.g-item a.g-open { position: absolute; inset: 0; display: block; }
.g-item a.g-open:hover { outline: 3px solid var(--orange); outline-offset: -3px; border-radius: 12px; }

/* Photo feature (single big image pages) */
.photo-feature {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  max-width: 860px;
  margin: 0 auto;
}
.photo-feature .pf-img { background: #0b1c2b; }
.photo-feature .pf-img img { width: 100%; display: block; }
.photo-feature .pf-body { padding: 20px 24px 24px; }
.photo-feature .pf-caption { font-size: 1.05rem; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
.photo-feature .pf-note { color: var(--muted); font-size: 0.92rem; }

.missing-photo {
  aspect-ratio: 4 / 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #8fb4d0;
  background:
    repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0 12px, transparent 12px 24px),
    linear-gradient(150deg, var(--navy-deep), var(--navy));
  text-align: center;
  padding: 20px;
}
.missing-photo .ph-ico { font-size: 2.4rem; }
.missing-photo strong { font-size: 1rem; }
.missing-photo span { font-size: 0.85rem; max-width: 40ch; }

/* ---------------- Step cards (oil change) ---------------- */

.step-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 18px;
  list-style: none;
  margin: 0; padding: 0;
}
.step-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  display: block;
  box-shadow: var(--shadow-sm);
  transition: transform 0.12s ease, box-shadow 0.12s ease;
  color: var(--ink);
}
.step-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); color: var(--ink); }
.step-card .step-num {
  background: var(--navy);
  color: #fff;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  padding: 7px 14px;
  display: inline-block;
  margin: 14px 14px 0;
  border-radius: 999px;
}
.step-card .step-thumb {
  margin: 12px 14px 0;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(150deg, var(--navy-deep), var(--navy));
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-card .step-thumb img { width: 100%; height: 100%; object-fit: cover; }
.step-card .step-text { padding: 12px 16px 16px; font-size: 0.88rem; color: var(--muted); }
.step-card .step-text strong { color: var(--ink); }

/* Article layout (step detail, about, faq) */
.article {
  max-width: 780px;
  margin: 0 auto;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 34px 38px;
}
@media (max-width: 600px) { .article { padding: 24px 20px; } }

.article h2 { margin-top: 1.4em; }
.article blockquote {
  margin: 1.2em 0;
  padding: 14px 18px;
  border-left: 4px solid var(--orange);
  background: var(--orange-soft);
  border-radius: 0 10px 10px 0;
  color: #5c4326;
}
.article .note-box {
  background: #eef4f9;
  border: 1px solid #d4e2ee;
  border-radius: 10px;
  padding: 14px 18px;
  font-size: 0.93rem;
  color: #33506b;
}

/* Step progress */
.step-progress {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}
.step-progress .step-chip {
  background: var(--navy);
  color: #fff;
  font-weight: 800;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 1rem;
}
.step-progress .step-of { color: var(--muted); font-weight: 600; }

.step-nav {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px dashed var(--line);
  flex-wrap: wrap;
}
.step-nav a {
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #fff;
}
.step-nav a:hover { border-color: var(--orange); color: var(--orange-dark); }

/* ---------------- FAQ ---------------- */

.faq-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.faq-item {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 18px 22px;
  box-shadow: var(--shadow-sm);
}
.faq-item h3 { margin-bottom: 8px; font-size: 1.06rem; }
.faq-item p { margin: 0; color: var(--muted); }
.faq-item a { font-weight: 600; }

/* ---------------- Stats strip ---------------- */

.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
}
.stat {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  padding: 16px 18px;
  text-align: center;
}
.stat .stat-num { font-size: 1.5rem; font-weight: 800; color: #ffb367; }
.stat .stat-label { font-size: 0.8rem; color: #cfe0ee; letter-spacing: 0.04em; }

/* ---------------- Lists (content) ---------------- */

.check-list { list-style: none; padding: 0; margin: 0 0 1em; }
.check-list li { padding-left: 28px; position: relative; margin-bottom: 8px; }
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0; top: 0;
  color: var(--green);
  font-weight: 800;
}
.tool-list li { margin-bottom: 6px; }

/* ---------------- Biz cards ---------------- */

.biz-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 22px;
  list-style: none;
  margin: 0; padding: 0;
}
.biz-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.biz-card img { width: 100%; display: block; background: #fff; }
.biz-card .biz-body { padding: 14px 18px 18px; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.biz-card .biz-body h3 { margin: 0; font-size: 1rem; }
.biz-card .dl {
  font-size: 0.85rem;
  font-weight: 700;
  background: var(--orange-soft);
  color: var(--orange-dark);
  padding: 7px 14px;
  border-radius: 9px;
  white-space: nowrap;
}
.biz-card .dl:hover { background: var(--orange); color: #fff; }

/* ---------------- Dance grid ---------------- */

.dance-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 16px;
  list-style: none;
  margin: 0 0 36px;
  padding: 0;
}
.dance-item {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  text-align: center;
}
.dance-item .dance-img { background: #fff; padding: 10px; display: flex; align-items: center; justify-content: center; }
.dance-item .dance-img img { display: block; }
.dance-item .dance-body { padding: 10px 12px 14px; }
.dance-item .dance-body strong { display: block; font-size: 0.82rem; letter-spacing: 0.03em; }
.dance-item .dance-body a { font-size: 0.78rem; font-weight: 700; }

/* ---------------- CTA band ---------------- */

.cta-band {
  background:
    radial-gradient(800px 200px at 10% -40px, rgba(239, 124, 26, 0.3), transparent 55%),
    linear-gradient(160deg, var(--navy-deep), var(--navy));
  border-radius: var(--radius);
  color: #fff;
  padding: 38px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.cta-band h2 { color: #fff; margin-bottom: 6px; }
.cta-band p { color: #cfe0ee; margin: 0; max-width: 55ch; }

/* ---------------- Footer ---------------- */

.site-footer {
  background: var(--navy-ink);
  color: #b9cfdf;
  margin-top: 60px;
  padding: 44px 0 30px;
  font-size: 0.92rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 34px;
}
.site-footer h4 {
  color: #fff;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.site-footer a { color: #b9cfdf; }
.site-footer a:hover { color: #ffb367; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 7px; }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 30px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 0.82rem;
  color: #7fa2bd;
}

/* ---------------- Lightbox ---------------- */

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 300;
  background: rgba(6, 18, 29, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px 20px;
}
.lightbox[hidden] { display: none; }
.lightbox .lb-img {
  max-width: min(1000px, 92vw);
  max-height: 78vh;
  border-radius: 10px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.6);
  background: #111;
}
.lightbox .lb-cap { color: #dbe8f2; margin-top: 14px; font-size: 0.95rem; text-align: center; max-width: 70ch; }
.lightbox .lb-btn {
  position: absolute;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  width: 48px; height: 48px;
  border-radius: 50%;
  font-size: 1.4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.lightbox .lb-btn:hover { background: var(--orange); border-color: var(--orange); }
.lightbox .lb-close { top: 18px; right: 18px; }
.lightbox .lb-prev { left: 18px; top: 50%; transform: translateY(-50%); }
.lightbox .lb-next { right: 18px; top: 50%; transform: translateY(-50%); }
@media (max-width: 640px) {
  .lightbox .lb-prev { left: 8px; }
  .lightbox .lb-next { right: 8px; }
  .lightbox .lb-btn { width: 40px; height: 40px; font-size: 1.1rem; }
}

/* ---------------- Misc ---------------- */

.callout {
  border-radius: 12px;
  padding: 16px 20px;
  font-size: 0.95rem;
  margin: 22px 0;
}
.callout-warn { background: #fff6e8; border: 1px solid #f2d9ad; color: #6d4d14; }
.callout-info { background: #eef4f9; border: 1px solid #d4e2ee; color: #33506b; }

.divider-orn {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #b6c6d4;
  margin: 34px 0;
  font-size: 0.85rem;
}
.divider-orn::before, .divider-orn::after {
  content: "";
  height: 1px;
  flex: 1;
  background: var(--line);
}

/* ---------------- Responsive ---------------- */

@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero .container { flex-direction: column; align-items: flex-start; }
  .hero-art { flex-basis: 100%; }
  .hero h1 { font-size: 2.1rem; }
}

@media (max-width: 760px) {
  .nav-toggle { display: inline-block; }
  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    background: var(--navy-deep);
    padding: 10px 16px 18px;
    box-shadow: 0 16px 30px rgba(4, 18, 30, 0.45);
  }
  body.nav-open .main-nav { display: block; }
  .nav-list { flex-direction: column; gap: 2px; }
  .nav-list a { padding: 11px 14px; }
  .article { padding: 24px 20px; }
  h1 { font-size: 1.65rem; }
  .page-hero h1 { font-size: 1.7rem; }
  .section { padding: 38px 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .cta-band { padding: 28px 24px; }
}
