.animal-tool-shell {
  display: grid;
  gap: 26px;
  padding-bottom: 12px;
}

.animal-tool-shell img {
  display: block;
  max-width: 100%;
}

.animal-hero-panel,
.animal-panel {
  border: 1px solid rgba(131, 96, 50, 0.16);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 252, 245, 0.96), rgba(249, 236, 210, 0.94)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0) 60%);
  box-shadow:
    0 16px 28px rgba(91, 63, 27, 0.08),
    0 2px 6px rgba(91, 63, 27, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    inset 0 -1px 0 rgba(214, 181, 128, 0.16);
}

.animal-hero-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.9fr);
  gap: 22px;
  padding: 24px;
}

.animal-hero-copy h1,
.animal-panel-head h2 {
  margin: 0;
  color: #1c150f;
  font-family: "Baloo 2", sans-serif;
  font-weight: 800;
  line-height: 0.95;
  text-transform: uppercase;
}

.animal-hero-copy h1 {
  font-size: clamp(2.6rem, 4vw, 4.4rem);
}

.animal-eyebrow,
.animal-panel-kicker,
.animal-dealer-kicker {
  margin: 0 0 8px;
  color: #4f831d;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.animal-lede,
.animal-panel-copy,
.animal-dealer-copy {
  margin: 0;
  color: #5d4a33;
  line-height: 1.68;
}

.animal-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.animal-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.86rem 1.15rem;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.animal-button:hover {
  transform: translateY(-1px);
}

.animal-button-primary {
  background: linear-gradient(180deg, #8bc53f, #74ab28);
  color: #fff9e7;
  box-shadow: 0 10px 18px rgba(91, 131, 32, 0.18);
}

.animal-button-secondary {
  background: rgba(255, 255, 255, 0.94);
  color: #6b4320;
  box-shadow: inset 0 0 0 1px rgba(131, 96, 50, 0.14);
}

.animal-kpi-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.animal-kpi-card {
  padding: 14px 14px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow:
    0 8px 14px rgba(91, 63, 27, 0.05),
    inset 0 0 0 1px rgba(131, 96, 50, 0.08);
}

.animal-kpi-card span {
  display: block;
  margin-bottom: 4px;
  color: #6c5337;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.animal-kpi-card strong {
  display: block;
  color: #221811;
  font-family: "Baloo 2", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}

.animal-kpi-card p {
  margin: 4px 0 0;
  color: #5d4a33;
  font-size: 0.9rem;
  line-height: 1.45;
}

.animal-hero-media {
  display: grid;
  gap: 16px;
  align-content: start;
}

.animal-shot-card,
.animal-dealer-card,
.animal-summary-card,
.animal-loadout-readout,
.animal-result-card,
.animal-weather-card,
.animal-item-card,
.animal-pet-card,
.animal-gear-card,
.animal-return-card,
.animal-route-notes article {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow:
    0 10px 18px rgba(91, 63, 27, 0.06),
    inset 0 0 0 1px rgba(131, 96, 50, 0.08);
}

.animal-shot-card {
  overflow: hidden;
}

.animal-shot-card img {
  width: 100%;
  image-rendering: pixelated;
  background: #d6c29a;
}

.animal-shot-card figcaption {
  padding: 12px 14px 14px;
  color: #5d4a33;
  font-size: 0.9rem;
  line-height: 1.55;
}

.animal-shot-card-small img {
  max-width: 260px;
  margin: 0 auto;
  padding: 16px;
}

.animal-dealer-card {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.animal-dealer-head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.animal-dealer-head img {
  width: 74px;
  height: 74px;
  image-rendering: pixelated;
  border-radius: 18px;
  background: #fff6e8;
  box-shadow: inset 0 0 0 1px rgba(131, 96, 50, 0.1);
}

.animal-dealer-head h2 {
  margin: 0;
  font-family: "Baloo 2", sans-serif;
  font-size: 1.55rem;
  line-height: 1;
  text-transform: uppercase;
}

.animal-dealer-owner {
  margin: 3px 0 0;
  color: #6d5337;
  font-weight: 700;
}

.animal-dealer-hours {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(246, 232, 185, 0.76), rgba(255, 255, 255, 0.7));
}

.animal-dealer-badge {
  color: #6c5337;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.animal-dealer-hours strong {
  color: #2a1e14;
  font-family: "Baloo 2", sans-serif;
  font-size: 1.25rem;
  line-height: 1;
}

.animal-shop-front {
  width: 100%;
  max-width: 188px;
  margin-left: auto;
  image-rendering: pixelated;
}

.animal-content-grid {
  display: grid;
  gap: 22px;
}

.animal-panel {
  display: grid;
  gap: 18px;
  padding: 22px;
}

.animal-panel-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.animal-panel-head h2 {
  font-size: clamp(1.95rem, 2.2vw, 2.6rem);
}

.animal-panel-copy {
  max-width: 52ch;
}

.animal-planner-grid {
  display: grid;
  grid-template-columns: minmax(310px, 0.94fr) minmax(0, 1.06fr);
  gap: 18px;
}

.animal-form,
.animal-results {
  display: grid;
  gap: 14px;
}

.animal-form {
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: inset 0 0 0 1px rgba(131, 96, 50, 0.08);
}

.animal-form-group,
.animal-field,
.animal-checkbox {
  display: grid;
  gap: 6px;
}

.animal-form label,
.animal-field label,
.animal-checkbox span {
  color: #3a2c1f;
  font-size: 0.92rem;
  font-weight: 800;
}

.animal-form input,
.animal-form select,
.animal-field input {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(131, 96, 50, 0.18);
  border-radius: 14px;
  background: rgba(255, 252, 245, 0.98);
  color: #2a1e14;
  font: inherit;
  padding: 0.72rem 0.82rem;
}

.animal-form input:focus-visible,
.animal-form select:focus-visible,
.animal-field input:focus-visible {
  outline: 3px solid rgba(116, 171, 40, 0.42);
  outline-offset: 2px;
}

.animal-form-divider {
  position: relative;
  margin: 2px 0;
  text-align: center;
}

.animal-form-divider::before {
  content: "";
  position: absolute;
  inset: 50% 0 auto;
  border-top: 1px solid rgba(131, 96, 50, 0.14);
}

.animal-form-divider span {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.94);
  color: #6c5337;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.animal-form-grid {
  display: grid;
  gap: 10px;
}

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

.animal-checkbox {
  align-items: center;
  grid-template-columns: 1.1rem 1fr;
  min-height: 48px;
  padding: 11px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 0 0 1px rgba(131, 96, 50, 0.08);
}

.animal-checkbox input {
  width: 1rem;
  height: 1rem;
  margin: 0;
}

.animal-result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.animal-result-card {
  padding: 16px;
}

.animal-result-card span {
  display: block;
  color: #6c5337;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.animal-result-card strong {
  display: block;
  margin-top: 6px;
  color: #20150d;
  font-family: "Baloo 2", sans-serif;
  font-size: 2.2rem;
  line-height: 1;
}

.animal-result-card p {
  margin: 6px 0 0;
  color: #5d4a33;
  font-size: 0.9rem;
  line-height: 1.48;
}

.animal-result-card-highlight {
  background: linear-gradient(180deg, rgba(139, 197, 63, 0.18), rgba(255, 255, 255, 0.92));
}

.animal-summary-card,
.animal-loadout-readout {
  padding: 18px;
}

.animal-summary-card h3,
.animal-loadout-readout h3,
.animal-route-notes h3,
.animal-pet-card h3,
.animal-item-card h3,
.animal-gear-card h3,
.animal-return-card h3,
.animal-weather-card h3 {
  margin: 0 0 8px;
  color: #1f150e;
  font-family: "Baloo 2", sans-serif;
  font-size: 1.35rem;
  line-height: 1;
  text-transform: uppercase;
}

.animal-summary-card > p,
.animal-loadout-readout > p,
.animal-route-notes p,
.animal-pet-card p,
.animal-item-card p,
.animal-gear-card p,
.animal-return-card p,
.animal-weather-card p {
  margin: 0;
  color: #5d4a33;
  line-height: 1.58;
}

.animal-summary-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 14px 0;
}

.animal-summary-list div {
  padding: 12px 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 0 0 1px rgba(131, 96, 50, 0.08);
}

.animal-summary-list dt {
  margin: 0 0 4px;
  color: #6c5337;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.animal-summary-list dd {
  margin: 0;
  color: #231810;
  font-family: "Baloo 2", sans-serif;
  font-size: 1.45rem;
  line-height: 1;
}

.animal-summary-note {
  font-size: 0.88rem;
}

.animal-summary-card-profit {
  background: linear-gradient(180deg, rgba(116, 171, 40, 0.12), rgba(255, 255, 255, 0.92));
}

.animal-loadout-readout ul {
  margin: 14px 0 0;
  padding-left: 18px;
  color: #3d2d20;
}

.animal-loadout-readout li + li {
  margin-top: 7px;
}

.animal-weather-grid,
.animal-card-grid,
.animal-pet-grid,
.animal-gear-grid,
.animal-return-grid {
  display: grid;
  gap: 14px;
}

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

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

.animal-item-card {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 16px;
}

.animal-item-card img,
.animal-pet-card img {
  width: 86px;
  height: 86px;
  image-rendering: pixelated;
  border-radius: 18px;
  background: rgba(245, 237, 220, 0.86);
  box-shadow: inset 0 0 0 1px rgba(131, 96, 50, 0.08);
}

.animal-item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 10px;
}

.animal-meta-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.2rem 0.7rem;
  border-radius: 999px;
  background: rgba(116, 171, 40, 0.12);
  color: #4d7a1f;
  font-size: 0.82rem;
  font-weight: 800;
}

.animal-weather-card {
  padding: 16px;
}

.animal-weather-card strong {
  display: block;
  margin: 10px 0 4px;
  color: #1d140d;
  font-family: "Baloo 2", sans-serif;
  font-size: 2.2rem;
  line-height: 1;
}

.animal-weather-bar {
  width: 100%;
  height: 10px;
  margin: 12px 0 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(226, 215, 191, 0.9);
}

.animal-weather-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #8bc53f, #4f831d);
}

.animal-pet-layout,
.animal-map-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1fr);
  gap: 18px;
}

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

.animal-pet-card,
.animal-gear-card {
  padding: 18px;
}

.animal-pet-card img {
  margin-bottom: 12px;
}

.animal-map-frame {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  background: #d6c29a;
  box-shadow:
    0 10px 18px rgba(91, 63, 27, 0.06),
    inset 0 0 0 1px rgba(131, 96, 50, 0.08);
}

.animal-map-frame img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  image-rendering: pixelated;
}

.animal-map-pins {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.animal-map-pin {
  position: absolute;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: rgba(35, 24, 16, 0.86);
  color: #fff7e7;
  font-size: 0.82rem;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.14);
}

.animal-map-pin::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #8bc53f;
  box-shadow: 0 0 0 3px rgba(139, 197, 63, 0.2);
}

.animal-route-notes {
  display: grid;
  gap: 12px;
}

.animal-route-notes article {
  padding: 18px;
}

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

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

.animal-gear-card {
  display: grid;
  gap: 10px;
}

.animal-return-card {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.animal-return-value {
  color: #20150d;
  font-family: "Baloo 2", sans-serif;
  font-size: clamp(1.75rem, 2.5vw, 2.35rem);
  line-height: 1;
}

.animal-gear-priority {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  background: rgba(131, 96, 50, 0.08);
  color: #6c5337;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.animal-gear-price {
  color: #20150d;
  font-family: "Baloo 2", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.animal-empty-state {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.76);
  color: #5d4a33;
}

@media (max-width: 1120px) {
  .animal-hero-panel,
  .animal-planner-grid,
  .animal-pet-layout,
  .animal-map-layout {
    grid-template-columns: 1fr;
  }

  .animal-hero-copy h1 {
    font-size: clamp(2.2rem, 8vw, 3.5rem);
  }

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

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

@media (max-width: 760px) {
  .animal-hero-panel,
  .animal-panel {
    padding: 18px;
  }

  .animal-kpi-grid,
  .animal-result-grid,
  .animal-summary-list,
  .animal-card-grid,
  .animal-pet-grid,
  .animal-gear-grid,
  .animal-return-grid,
  .animal-form-grid-two,
  .animal-weather-grid {
    grid-template-columns: 1fr;
  }

  .animal-item-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .animal-item-card img,
  .animal-pet-card img {
    margin: 0 auto;
  }

  .animal-meta-pill {
    justify-content: center;
  }

  .animal-map-pin {
    font-size: 0.74rem;
  }
}
