:root {
  --ink: #111418;
  --muted: #5e6a72;
  --line: #dfe6e1;
  --panel: #f7faf6;
  --lime: #a4f938;
  --teal: #0f8b8d;
  --coral: #ff6b4a;
  --sky: #3b82f6;
  --paper: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", Arial, sans-serif;
  letter-spacing: 0;
}

body {
  margin: 0;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(17, 20, 24, 0.08);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.site-header__inner,
.section {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header__inner {
  width: min(1240px, calc(100% - 40px));
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 1000;
}

.brand img {
  width: 132px;
  height: auto;
  display: block;
}

.nav {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #2d3438;
  font-size: 14px;
  font-weight: 800;
}

.nav a {
  flex: 0 0 auto;
  text-decoration: none;
  white-space: nowrap;
}

.nav a:hover {
  color: var(--teal);
}

.actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #111418;
  border-radius: 8px;
  padding: 0 16px;
  background: #111418;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  white-space: nowrap;
}

.button--light {
  border-color: var(--line);
  background: #fff;
  color: #111418;
}

.button--dark {
  border-color: #111418;
  background: #111418;
  color: #fff;
}

.button--lime {
  border-color: #91e226;
  background: var(--lime);
  color: #111418;
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 84% 18%, rgba(164, 249, 56, 0.18), transparent 28%),
    linear-gradient(135deg, #101419 0%, #15201d 54%, #0e1417 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(16, 20, 25, 0.2) 0%, rgba(16, 20, 25, 0.02) 62%, rgba(164, 249, 56, 0.08) 100%);
}

.hero__inner {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 40px));
  min-height: min(520px, calc(100svh - 70px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  align-items: center;
  gap: 52px;
  margin: 0 auto;
  padding: 44px 0 52px;
}

.hero__inner > div {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border: 1px solid rgba(17, 20, 24, 0.14);
  border-radius: 999px;
  padding: 0 11px;
  color: #364047;
  background: #fff;
  font-size: 12px;
  font-weight: 1000;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  margin-top: 18px;
  font-size: 54px;
  line-height: 1.05;
  font-weight: 1000;
  word-break: keep-all;
}

.lead {
  max-width: 660px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.68;
  font-weight: 700;
  word-break: keep-all;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.return-strip {
  width: fit-content;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-top: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  font-weight: 800;
}

.return-strip strong {
  color: #fff;
}

.return-strip a {
  color: var(--lime);
  font-weight: 1000;
  text-decoration: none;
}

.hero__media {
  position: relative;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05)),
    rgba(255, 255, 255, 0.06);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.34);
}

.hero__media img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-preview {
  min-height: 300px;
  display: grid;
  align-content: end;
  gap: 16px;
  padding: 28px;
}

.hero-preview__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  font-weight: 900;
}

.hero-preview__top strong {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border-radius: 999px;
  padding: 0 12px;
  background: var(--lime);
  color: #111418;
}

.hero-preview__card {
  display: flex;
  align-items: center;
  gap: 14px;
  border-radius: 18px;
  padding: 16px;
  background: #111418;
  color: #fff;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.26);
}

.hero-preview__card img {
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  display: block;
  border-radius: 10px;
  object-fit: contain;
}

.hero-preview__card div {
  min-width: 0;
}

.hero-preview__card strong,
.hero-preview__card span {
  display: block;
}

.hero-preview__card strong {
  font-size: 17px;
  font-weight: 1000;
  overflow-wrap: anywhere;
}

.hero-preview__card span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.hero-preview__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.hero-preview__meta span {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 10px;
  background: rgba(17, 20, 24, 0.3);
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.hero-preview__meta b {
  display: block;
  margin-bottom: 3px;
  color: var(--lime);
  font-size: 11px;
  font-weight: 1000;
}

.hero-preview__rows {
  display: grid;
  gap: 10px;
}

.hero-preview__rows span {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.hero-preview__rows span:nth-child(2) {
  width: 78%;
}

.hero-preview__rows span:nth-child(3) {
  width: 56%;
}

.hero h1 {
  color: #fff;
}

.hero .lead {
  color: rgba(255, 255, 255, 0.8);
}

.hero .eyebrow {
  border-color: rgba(255, 255, 255, 0.2);
  color: #111418;
  background: var(--lime);
}

.section {
  padding: 56px 0;
}

.section--tint {
  width: 100%;
  max-width: none;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--panel);
}

.section--tint > .section__inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

h2 {
  font-size: 30px;
  line-height: 1.22;
  font-weight: 1000;
  word-break: keep-all;
}

.section__head p,
.body-copy {
  max-width: 760px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
  font-weight: 700;
  word-break: keep-all;
}

.grid {
  display: grid;
  gap: 16px;
}

.grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: #fff;
}

.card strong {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: 999px;
  padding: 0 10px;
  background: #eef8ef;
  color: #205328;
  font-size: 12px;
  font-weight: 1000;
}

.card h3 {
  margin-top: 14px;
  font-size: 21px;
  line-height: 1.28;
  font-weight: 1000;
}

.card p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 700;
}

.link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.link-list a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 12px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  background: #fff;
}

.link-list a:hover {
  border-color: var(--teal);
  color: var(--teal);
}

.certification-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.certification-flow__item {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: #fff;
}

.certification-flow__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--lime), var(--teal));
}

.certification-flow__item > strong {
  color: #0f8b8d;
  font-size: 12px;
  font-weight: 1000;
}

.certification-flow__item > span {
  display: block;
  margin-top: 18px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.certification-flow__item h3 {
  margin-top: 5px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 1000;
}

.certification-flow__item p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
  font-weight: 700;
}

.certification-flow__note {
  margin-top: 14px;
  border-radius: 8px;
  padding: 12px 14px;
  background: #f2f7f0;
  color: #4f5e55;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 800;
}

.certification-faq__list {
  display: grid;
  gap: 10px;
}

.certification-faq details {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 18px;
  background: #fff;
}

.certification-faq summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  list-style: none;
  font-size: 16px;
  font-weight: 950;
}

.certification-faq summary::-webkit-details-marker {
  display: none;
}

.certification-faq summary::after {
  content: "+";
  flex: none;
  color: var(--teal);
  font-size: 22px;
  font-weight: 900;
}

.certification-faq details[open] summary::after {
  content: "−";
}

.certification-faq details p {
  margin: -2px 0 18px;
  padding-right: 36px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 700;
}

.certification-faq details a {
  color: var(--teal);
  font-weight: 900;
}

.screen-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.screen-guide-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.screen-guide-visual {
  position: relative;
  width: 100%;
  max-width: 390px;
  aspect-ratio: 1080 / 2340;
  margin: 0 auto;
  overflow: hidden;
  background: #eef1f4;
}

.screen-guide-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.screen-highlight {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--w);
  height: var(--h);
  z-index: 2;
  border: clamp(3px, 0.6vw, 6px) solid #ff2d20;
  border-radius: 12px;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.82), 0 8px 24px rgba(170, 18, 8, 0.24);
  pointer-events: none;
}

.screen-guide-sync .screen-guide-visual:not(.is-image-ready) .screen-highlight {
  opacity: 0;
}

.screen-guide-sync .screen-guide-visual.is-image-ready .screen-highlight {
  opacity: 1;
  transition: opacity 160ms ease-out;
}

.screen-highlight b {
  position: absolute;
  left: -12px;
  top: -18px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 999px;
  background: #ff2d20;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 1000;
  box-shadow: 0 5px 16px rgba(170, 18, 8, 0.3);
}

.screen-guide-copy {
  padding: 18px;
}

.screen-guide-copy > span {
  color: #d42618;
  font-size: 12px;
  font-weight: 1000;
}

.screen-guide-copy h3 {
  margin-top: 7px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 1000;
}

.screen-guide-copy p {
  margin-top: 9px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
  font-weight: 700;
}

.screen-guide-notice {
  margin-bottom: 20px;
  border: 1px solid #ffd0cb;
  border-radius: 8px;
  padding: 14px 16px;
  background: #fff5f3;
  color: #783329;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 800;
}

.test-checklist {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.test-checklist article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: #fff;
}

.test-checklist strong {
  color: var(--teal);
  font-size: 12px;
  font-weight: 1000;
}

.test-checklist h3 {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 1000;
}

.test-checklist p {
  margin-top: 9px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
  font-weight: 700;
}

.test-result-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--line);
  background: #fff;
}

.test-result-table th,
.test-result-table td {
  border-bottom: 1px solid var(--line);
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.55;
}

.test-result-table th {
  width: 26%;
  background: #f5f8f4;
  color: #243129;
  font-weight: 950;
}

.test-result-table td {
  color: var(--muted);
  font-weight: 700;
}

.dogrun-section {
  padding-top: 12px;
}

.dogrun {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  align-items: stretch;
  gap: 20px;
  border: 1px solid #172018;
  border-radius: 8px;
  padding: 26px;
  background:
    radial-gradient(circle at 78% 18%, rgba(164, 249, 56, 0.2), transparent 30%),
    linear-gradient(135deg, #111418 0%, #17251d 58%, #101418 100%);
  color: #fff;
  box-shadow: 0 22px 54px rgba(17, 20, 24, 0.14);
}

.dogrun__copy {
  align-self: center;
  min-width: 0;
}

.dogrun .eyebrow {
  border-color: rgba(164, 249, 56, 0.3);
  background: rgba(164, 249, 56, 0.12);
  color: var(--lime);
}

.dogrun h2 {
  max-width: 720px;
  margin-top: 14px;
  color: #fff;
  font-size: 38px;
  line-height: 1.12;
}

.dogrun .body-copy {
  max-width: 720px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.76);
}

.dogrun__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.dogrun__visual {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #eef2eb;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.dogrun__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(17, 20, 24, 0.02), rgba(17, 20, 24, 0.22));
}

.dogrun-map-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.02);
}

.dogrun-map {
  position: absolute;
  inset: 18px;
}

.dogrun-route {
  position: absolute;
  display: block;
  border: 8px solid var(--lime);
  filter: drop-shadow(0 0 18px rgba(164, 249, 56, 0.34));
}

.dogrun-route--body {
  left: 17%;
  top: 31%;
  width: 48%;
  height: 34%;
  border-radius: 48% 52% 46% 54%;
  border-left-color: rgba(164, 249, 56, 0.18);
}

.dogrun-route--ear {
  width: 21%;
  height: 28%;
  border-radius: 44% 56% 62% 38%;
}

.dogrun-route--left {
  left: 28%;
  top: 8%;
  transform: rotate(-24deg);
  border-bottom-color: rgba(164, 249, 56, 0.2);
}

.dogrun-route--right {
  left: 51%;
  top: 8%;
  transform: rotate(28deg);
  border-bottom-color: rgba(164, 249, 56, 0.2);
}

.dogrun-route--tail {
  right: 12%;
  top: 37%;
  width: 22%;
  height: 22%;
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 88% 0 0;
  transform: rotate(34deg);
}

.dogrun-pin {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 27px;
  border-radius: 999px;
  padding: 0 9px;
  background: #fff;
  color: #111418;
  font-size: 10px;
  font-weight: 1000;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
}

.dogrun-pin--start {
  left: 12%;
  bottom: 18%;
}

.dogrun-pin--finish {
  right: 8%;
  top: 28%;
  background: var(--lime);
}

.dogrun-stat {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 14px;
  background: rgba(10, 13, 15, 0.72);
  backdrop-filter: blur(12px);
}

.dogrun-stat strong,
.dogrun-stat span {
  display: block;
}

.dogrun-stat strong {
  font-size: 18px;
  font-weight: 1000;
}

.dogrun-stat span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.dogrun-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  border: 1px solid #14181d;
  border-radius: 8px;
  padding: 24px;
  background: #14181d;
  color: #fff;
}

.band p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.65;
  font-weight: 700;
}

.band__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 30px 0 60px;
  color: #66727a;
  font-size: 13px;
  line-height: 1.7;
}

.site-footer__inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-bottom: 14px;
}

.site-footer a {
  text-decoration: none;
  font-weight: 800;
}

.footer-business {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 6px;
}

.footer-business span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.footer-business b {
  color: #56636b;
  font-weight: 900;
}

@media (max-width: 1240px) {
  .site-header__inner {
    gap: 16px;
  }

  .brand img {
    width: 120px;
  }

  .nav {
    gap: 14px;
    font-size: 13px;
  }

  .actions {
    gap: 6px;
  }

  .actions .button {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 14px;
  }
}

@media (max-width: 1080px) {
  .site-header__inner {
    min-height: 64px;
  }

  .nav {
    display: none;
  }

  .hero__inner {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: auto;
    padding: 42px 0 48px;
  }

  .hero__media {
    max-width: 520px;
  }

  .hero-preview__meta {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 38px;
  }

  .lead {
    font-size: 16px;
  }

  .grid--3,
  .grid--2,
  .certification-flow,
  .screen-guide-grid,
  .test-checklist,
  .dogrun,
  .dogrun-cards,
  .band {
    grid-template-columns: 1fr;
  }

  .dogrun h2 {
    font-size: 30px;
  }

  .dogrun__visual {
    min-height: 300px;
  }

  .band__actions {
    justify-content: flex-start;
  }

  .section__head {
    display: block;
  }

  .section__head p {
    margin-top: 10px;
  }

  .actions .button--light {
    display: none;
  }
}

@media (max-width: 560px) {
  .site-header__inner {
    width: min(100% - 28px, 1120px);
    gap: 12px;
  }

  .brand img {
    width: 112px;
  }

  .actions {
    gap: 6px;
  }

  .actions .button--dark {
    min-height: 38px;
    padding: 0 11px;
    font-size: 13px;
  }

  h1 {
    font-size: 34px;
  }

  .actions .button--lime {
    display: none;
  }

  .hero__actions .button,
  .band__actions .button {
    width: 100%;
  }

  .return-strip {
    width: 100%;
  }

  .test-result-table,
  .test-result-table tbody,
  .test-result-table tr,
  .test-result-table th,
  .test-result-table td {
    display: block;
    width: 100%;
  }

  .test-result-table tr:not(:last-child) {
    border-bottom: 1px solid var(--line);
  }

  .test-result-table th,
  .test-result-table td {
    border-bottom: 0;
  }

  .hero-preview {
    padding: 20px;
  }

  .hero-preview__card {
    align-items: flex-start;
  }

  .hero-preview__card img {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
  }
}

/* Final dog-run visual override: high-specificity PNG image wins over old CSS-drawn route. */
body .dogrun .dogrun__visual {
  background: #eef2eb url("/assets/img/ddrun.jpeg?v=2026062505") center / cover no-repeat !important;
}

body .dogrun .dogrun__visual::after {
  z-index: 1 !important;
}

body .dogrun .dogrun__visual > .dogrun-map-image {
  z-index: 0 !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body .dogrun .dogrun__visual > .dogrun-map,
body .dogrun .dogrun__visual > svg {
  position: absolute !important;
  inset: 0 !important;
  background: url("/assets/img/ddrun.jpeg?v=2026062505") center / cover no-repeat !important;
}

body .dogrun .dogrun__visual .dogrun-route,
body .dogrun .dogrun__visual .dogrun-pin,
body .dogrun .dogrun__visual .dogrun-map > *,
body .dogrun .dogrun__visual svg,
body .dogrun .dogrun__visual path,
body .dogrun .dogrun__visual circle {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

body .dogrun .dogrun__visual > .dogrun-stat {
  z-index: 2 !important;
}

/* Keep the dog-run route unobstructed: place stats below the image, not on top of it. */
body .dogrun .dogrun__visual {
  display: grid !important;
  grid-template-rows: minmax(0, 1fr) auto !important;
  gap: 0 !important;
  background: #eef2eb !important;
}

body .dogrun .dogrun__visual > .dogrun-map-image {
  position: relative !important;
  inset: auto !important;
  grid-row: 1 !important;
  min-height: 0 !important;
  object-fit: contain !important;
  background: #eef2eb !important;
}

body .dogrun .dogrun__visual > .dogrun-visual-grid {
  position: relative !important;
  z-index: 0 !important;
  grid-row: 1 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.25fr) minmax(128px, 0.75fr) !important;
  gap: 10px !important;
  min-height: 0 !important;
  padding: 10px !important;
  background: #eef2eb !important;
}

body .dogrun .dogrun-shot {
  position: relative !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(17, 20, 24, 0.1) !important;
  border-radius: 8px !important;
  background: #eef2eb !important;
}

body .dogrun .dogrun-shot img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover !important;
}

body .dogrun .dogrun-shot--map img {
  object-fit: contain !important;
}

body .dogrun .dogrun-shot--live img {
  object-position: center top !important;
}

body .dogrun .dogrun-shot figcaption {
  position: absolute !important;
  left: 8px !important;
  right: 8px !important;
  bottom: 8px !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 28px !important;
  width: max-content !important;
  max-width: calc(100% - 16px) !important;
  border-radius: 999px !important;
  background: rgba(10, 13, 15, 0.76) !important;
  padding: 0 10px !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 1000 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body .dogrun .dogrun__visual > .dogrun-stat {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  grid-row: 2 !important;
  margin: -18px 10px 10px !important;
  border-radius: 8px !important;
  border-width: 1px 0 0 !important;
  border-radius: 0 !important;
  padding: 12px 14px !important;
  background: rgba(10, 13, 15, 0.9) !important;
  backdrop-filter: none !important;
}

body .dogrun .dogrun__visual::after {
  display: none !important;
}

@media (max-width: 680px) {
  body .dogrun .dogrun__visual > .dogrun-visual-grid {
    grid-template-columns: 1fr !important;
  }

  body .dogrun .dogrun-shot {
    min-height: 220px !important;
  }

  body .dogrun .dogrun-shot--live {
    min-height: 360px !important;
  }
}
