:root {
  --fetch-bg: #f5f7fb;
  --fetch-surface: rgba(255, 255, 255, 0.92);
  --fetch-surface-strong: #ffffff;
  --fetch-text: #10203a;
  --fetch-muted: #60708b;
  --fetch-line: rgba(16, 32, 58, 0.09);
  --fetch-shadow: 0 24px 60px rgba(12, 24, 48, 0.12);
  --fetch-radius-xl: 32px;
  --fetch-radius-lg: 24px;
  --fetch-radius-md: 18px;
  --fetch-accent: #0f766e;
  --fetch-accent-strong: #0b5f58;
  --fetch-accent-soft: rgba(15, 118, 110, 0.1);
  --fetch-accent-glow: rgba(15, 118, 110, 0.18);
  --fetch-highlight: #f59e0b;
  --fetch-hero: linear-gradient(135deg, #0e1729 0%, #163356 42%, #0f766e 100%);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.fetch-page {
  margin: 0;
  font-family: "Segoe UI", "Inter", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.82), transparent 32%),
    linear-gradient(180deg, #eef3fb 0%, var(--fetch-bg) 42%, #edf2f8 100%);
  color: var(--fetch-text);
  min-height: 100vh;
}

body.fetch-page a {
  text-decoration: none;
}

body.fetch-page img {
  display: block;
  max-width: 100%;
}

.fetch-header {
  position: sticky;
  top: 0;
  z-index: 1100;
  backdrop-filter: blur(18px);
  background: rgba(245, 247, 251, 0.84);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.fetch-header-band {
  background: linear-gradient(90deg, rgba(14, 23, 41, 0.98), rgba(22, 51, 86, 0.96));
  color: #dce7fb;
  font-size: 0.78rem;
}

.fetch-header-band-inner,
.fetch-header-main-inner,
.fetch-shell,
.fetch-footer-inner {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
}

.fetch-header-band-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.fetch-band-note {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fetch-band-links {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.fetch-band-links a {
  color: inherit;
  opacity: 0.88;
}

.fetch-header-main {
  padding: 14px 0;
}

.fetch-header-main-inner {
  display: grid;
  grid-template-columns: auto minmax(280px, 1fr) auto;
  gap: 1rem;
  align-items: center;
}

.fetch-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  color: var(--fetch-text);
}

.fetch-brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.05rem;
  background: linear-gradient(135deg, var(--fetch-accent), var(--fetch-highlight));
  box-shadow: 0 14px 28px var(--fetch-accent-glow);
}

.fetch-brand-copy strong {
  display: block;
  font-size: 1rem;
  line-height: 1.1;
}

.fetch-brand-copy span {
  display: block;
  font-size: 0.74rem;
  color: var(--fetch-muted);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fetch-search {
  position: relative;
}

.fetch-search input {
  width: 100%;
  height: 52px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 18px;
  padding: 0 56px 0 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  color: var(--fetch-text);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.fetch-search input:focus {
  border-color: rgba(15, 118, 110, 0.38);
  box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.08);
  transform: translateY(-1px);
}

.fetch-search i {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: var(--fetch-muted);
}

.fetch-header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.fetch-pill,
.fetch-action-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(255, 255, 255, 0.9);
  color: var(--fetch-text);
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.fetch-pill:hover,
.fetch-action-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
  border-color: rgba(15, 118, 110, 0.28);
  color: var(--fetch-text);
}

.fetch-shell {
  padding: 28px 0 48px;
}

.fetch-hero {
  position: relative;
  overflow: hidden;
  border-radius: var(--fetch-radius-xl);
  padding: 36px;
  background: var(--fetch-hero);
  color: #fff;
  box-shadow: var(--fetch-shadow);
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 1.5rem;
}

.fetch-hero::before,
.fetch-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.fetch-hero::before {
  width: 380px;
  height: 380px;
  top: -120px;
  right: -80px;
  background: rgba(255, 255, 255, 0.08);
}

.fetch-hero::after {
  width: 220px;
  height: 220px;
  bottom: -90px;
  left: 12%;
  background: rgba(245, 158, 11, 0.16);
}

.fetch-hero-copy,
.fetch-hero-panel {
  position: relative;
  z-index: 1;
}

.fetch-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #f8fbff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.fetch-hero h1 {
  margin: 1rem 0 0.85rem;
  font-size: clamp(2rem, 4vw, 3.55rem);
  line-height: 1.02;
}

.fetch-hero p {
  margin: 0 0 1.2rem;
  max-width: 64ch;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.02rem;
}

.fetch-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
}

.fetch-cta-primary,
.fetch-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fetch-cta-primary {
  background: #fff;
  color: #11223d;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
}

.fetch-cta-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.fetch-cta-primary:hover,
.fetch-cta-secondary:hover {
  transform: translateY(-1px);
}

.fetch-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.fetch-metric {
  padding: 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.fetch-metric strong {
  display: block;
  font-size: 1.3rem;
}

.fetch-metric span {
  display: block;
  margin-top: 0.28rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fetch-hero-panel {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.fetch-panel-card {
  padding: 1.2rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.fetch-panel-title {
  margin: 0 0 0.45rem;
  font-size: 1rem;
  font-weight: 700;
}

.fetch-panel-subtitle {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
}

.fetch-panel-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.fetch-panel-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.8rem 0.95rem;
  border-radius: 18px;
  background: rgba(6, 12, 26, 0.22);
}

.fetch-panel-item strong {
  display: block;
  font-size: 0.94rem;
}

.fetch-panel-item span {
  display: block;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.65);
}

.fetch-panel-item b {
  color: #fff3c1;
}

.fetch-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 22px;
}

.fetch-summary-card,
.fetch-note-card,
.fetch-sidebar,
.fetch-products-shell,
.fetch-inline-banner,
.fetch-footer {
  background: var(--fetch-surface);
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: var(--fetch-shadow);
  backdrop-filter: blur(16px);
}

.fetch-summary-card {
  border-radius: 22px;
  padding: 1.2rem;
}

.fetch-summary-card span {
  display: block;
  color: var(--fetch-muted);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fetch-summary-card strong {
  display: block;
  margin-top: 0.45rem;
  font-size: 1.28rem;
}

.fetch-note-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1rem;
}

.fetch-showcase {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 1rem;
}

.fetch-spotlight {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1rem;
}

.fetch-spotlight-main,
.fetch-spotlight-stack {
  background: var(--fetch-surface);
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: var(--fetch-shadow);
  backdrop-filter: blur(16px);
  border-radius: 30px;
}

.fetch-spotlight-main {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
}

.fetch-spotlight-image {
  min-height: 340px;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.92), rgba(228, 236, 245, 0.95) 65%, rgba(214, 223, 233, 0.92));
  padding: 1.4rem;
  display: grid;
  place-items: center;
}

.fetch-spotlight-image img {
  width: 100%;
  height: 100%;
  max-height: 320px;
  object-fit: contain;
}

.fetch-spotlight-copy {
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.9rem;
}

.fetch-spotlight-copy h2 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1.08;
}

.fetch-spotlight-copy p {
  margin: 0;
  color: var(--fetch-muted);
}

.fetch-spotlight-meta {
  display: grid;
  gap: 0.45rem;
  color: var(--fetch-muted);
}

.fetch-spotlight-price {
  display: inline-flex;
  align-items: baseline;
  gap: 0.55rem;
  font-weight: 700;
  color: var(--fetch-text);
}

.fetch-spotlight-price strong {
  font-size: 1.5rem;
}

.fetch-spotlight-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.fetch-spotlight-link,
.fetch-spotlight-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 44px;
  padding: 0 1rem;
  border-radius: 999px;
  font-weight: 700;
}

.fetch-spotlight-link {
  background: var(--fetch-text);
  color: #fff;
}

.fetch-spotlight-ghost {
  background: rgba(15, 118, 110, 0.08);
  color: var(--fetch-accent-strong);
}

.fetch-spotlight-stack {
  padding: 1rem;
  display: grid;
  gap: 0.8rem;
}

.fetch-spotlight-mini {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 0.85rem;
  align-items: center;
  padding: 0.8rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--fetch-text);
}

.fetch-spotlight-mini:hover {
  color: var(--fetch-text);
}

.fetch-spotlight-thumb {
  height: 88px;
  border-radius: 16px;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.94), rgba(236, 242, 249, 0.95) 70%, rgba(223, 231, 240, 0.94));
  display: grid;
  place-items: center;
  padding: 0.5rem;
}

.fetch-spotlight-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fetch-spotlight-mini strong {
  display: block;
  line-height: 1.25;
}

.fetch-spotlight-mini span {
  display: block;
  margin-top: 0.24rem;
  color: var(--fetch-muted);
  font-size: 0.84rem;
}

.fetch-showcase-main,
.fetch-showcase-side {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(236, 242, 250, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--fetch-shadow);
}

.fetch-showcase-main::before,
.fetch-showcase-side::before {
  content: "";
  position: absolute;
  inset: auto -60px -60px auto;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: var(--fetch-accent-soft);
  pointer-events: none;
}

.fetch-showcase-main {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
}

.fetch-showcase-copy,
.fetch-showcase-stats,
.fetch-showcase-side > * {
  position: relative;
  z-index: 1;
}

.fetch-showcase-copy h2,
.fetch-showcase-side h3 {
  margin: 0 0 0.55rem;
}

.fetch-showcase-copy p,
.fetch-showcase-side p {
  margin: 0;
  color: var(--fetch-muted);
}

.fetch-showcase-cta {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 46px;
  padding: 0 1rem;
  border-radius: 999px;
  background: var(--fetch-text);
  color: #fff;
  font-weight: 700;
}

.fetch-showcase-cta:hover {
  color: #fff;
  transform: translateY(-1px);
}

.fetch-showcase-stats {
  min-width: 220px;
  display: grid;
  gap: 0.7rem;
}

.fetch-showcase-stat {
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(148, 163, 184, 0.12);
}

.fetch-showcase-stat span {
  display: block;
  font-size: 0.75rem;
  color: var(--fetch-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fetch-showcase-stat strong {
  display: block;
  margin-top: 0.3rem;
  font-size: 1rem;
}

.fetch-side-stack {
  margin-top: 1rem;
  display: grid;
  gap: 0.7rem;
}

.fetch-side-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem 0.95rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(148, 163, 184, 0.12);
}

.fetch-side-item strong {
  display: block;
  font-size: 0.93rem;
}

.fetch-side-item span {
  display: block;
  font-size: 0.78rem;
  color: var(--fetch-muted);
}

.fetch-note-card {
  border-radius: 28px;
  padding: 1.45rem;
}

.fetch-note-card h2,
.fetch-note-card h3 {
  margin: 0 0 0.55rem;
}

.fetch-note-card p {
  margin: 0;
  color: var(--fetch-muted);
}

.fetch-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1rem;
}

.fetch-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.75rem 0.95rem;
  border-radius: 999px;
  background: var(--fetch-accent-soft);
  color: var(--fetch-accent-strong);
  font-weight: 700;
}

.fetch-layout {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 1rem;
  margin-top: 24px;
  align-items: start;
}

.fetch-sidebar {
  position: sticky;
  top: 108px;
  border-radius: 30px;
  padding: 1.2rem;
}

.fetch-sidebar-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.fetch-sidebar-head h3 {
  margin: 0;
  font-size: 1.1rem;
}

.fetch-sidebar-head p {
  margin: 0.4rem 0 0;
  color: var(--fetch-muted);
  font-size: 0.92rem;
}

.fetch-sidebar-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.55rem;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  color: var(--fetch-text);
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid transparent;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.fetch-sidebar-link:hover,
.fetch-sidebar-link.is-active {
  transform: translateX(3px);
  border-color: rgba(15, 118, 110, 0.24);
  box-shadow: 0 18px 30px rgba(15, 23, 42, 0.08);
}

.fetch-sidebar-link.is-active {
  background: linear-gradient(135deg, rgba(15, 118, 110, 0.16), rgba(245, 158, 11, 0.12));
}

.fetch-sidebar-link strong {
  display: block;
  font-size: 0.95rem;
}

.fetch-sidebar-link span {
  color: var(--fetch-muted);
  font-size: 0.79rem;
}

.fetch-products-shell {
  border-radius: 30px;
  padding: 1.35rem;
}

.fetch-products-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  margin-bottom: 1rem;
}

.fetch-products-head h2 {
  margin: 0.3rem 0 0;
  font-size: clamp(1.4rem, 3vw, 2rem);
}

.fetch-mini-label {
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fetch-accent);
  font-weight: 700;
}

.fetch-results-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.65rem;
}

.fetch-results-lead p {
  margin: 0.45rem 0 0;
  color: var(--fetch-muted);
  max-width: 62ch;
}

.fetch-filter-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 40px;
  padding: 0 0.9rem;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.08);
  color: var(--fetch-accent-strong);
  font-weight: 700;
}

.fetch-inline-banner {
  border-radius: 24px;
  padding: 1.2rem;
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.fetch-inline-card {
  padding: 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(148, 163, 184, 0.12);
}

.fetch-inline-card strong {
  display: block;
  margin-bottom: 0.28rem;
}

.fetch-inline-card span {
  color: var(--fetch-muted);
  font-size: 0.9rem;
}

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

.fetch-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  color: var(--fetch-text);
  border: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.fetch-card:nth-child(7n + 1),
.fetch-card:nth-child(7n + 6) {
  transform-origin: center top;
}

.fetch-card:nth-child(7n + 1) .fetch-card-media,
.fetch-card:nth-child(7n + 6) .fetch-card-media {
  min-height: 280px;
}

.fetch-card:hover {
  transform: translateY(-6px);
  border-color: rgba(15, 118, 110, 0.22);
  box-shadow: 0 28px 46px rgba(15, 23, 42, 0.14);
  color: var(--fetch-text);
}

.fetch-card-media {
  position: relative;
  padding: 1rem;
  min-height: 240px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.94), rgba(241, 245, 249, 0.98) 62%, rgba(226, 232, 240, 0.95));
}

.fetch-card-media img {
  width: 100%;
  height: 220px;
  object-fit: contain;
}

.fetch-card-badges {
  position: absolute;
  top: 14px;
  left: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.fetch-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 0.7rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.fetch-badge.primary {
  background: rgba(15, 118, 110, 0.12);
  color: var(--fetch-accent-strong);
}

.fetch-badge.warm {
  background: rgba(245, 158, 11, 0.14);
  color: #b45309;
}

.fetch-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem 1rem 1.1rem;
}

.fetch-card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.fetch-card-category {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.74rem;
  color: var(--fetch-accent);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fetch-card-availability {
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--fetch-accent-strong);
  background: var(--fetch-accent-soft);
  border-radius: 999px;
  padding: 0.38rem 0.65rem;
}

.fetch-card-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  min-height: 2.7em;
}

.fetch-card-meta {
  display: grid;
  gap: 0.28rem;
  color: var(--fetch-muted);
  font-size: 0.88rem;
}

.fetch-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: auto;
}

.fetch-card-price strong {
  display: block;
  font-size: 1.16rem;
  color: var(--fetch-text);
}

.fetch-card-price span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.74rem;
  color: var(--fetch-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fetch-card-stats {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.35rem;
  color: var(--fetch-muted);
  font-size: 0.84rem;
}

.fetch-card-actions {
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.fetch-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 40px;
  padding: 0 0.95rem;
  border-radius: 999px;
  background: var(--fetch-text);
  color: #fff;
  font-weight: 700;
}

.fetch-card-link:hover {
  color: #fff;
}

.fetch-card-signal {
  color: var(--fetch-muted);
  font-size: 0.8rem;
}

.fetch-empty-state {
  display: none;
  margin-top: 1rem;
  padding: 2rem;
  border-radius: 24px;
  text-align: center;
  background: rgba(15, 118, 110, 0.07);
  color: var(--fetch-accent-strong);
  border: 1px dashed rgba(15, 118, 110, 0.24);
}

.fetch-footer {
  margin: 28px auto 40px;
  border-radius: 34px;
  overflow: hidden;
}

.fetch-footer-inner {
  padding: 28px 0;
}

.fetch-footer-grid {
  display: grid;
  grid-template-columns: 1.15fr repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.fetch-footer-card {
  padding: 1.2rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.68);
}

.fetch-footer-card h3,
.fetch-footer-card h4 {
  margin: 0 0 0.7rem;
}

.fetch-footer-card p,
.fetch-footer-card li,
.fetch-footer-card a {
  color: var(--fetch-muted);
}

.fetch-footer-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.55rem;
}

.fetch-footer-bottom {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--fetch-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--fetch-muted);
  font-size: 0.9rem;
}

body.nationwide-fetch-page {
  --fetch-accent: #0f766e;
  --fetch-accent-strong: #0b5f58;
  --fetch-accent-soft: rgba(15, 118, 110, 0.1);
  --fetch-accent-glow: rgba(15, 118, 110, 0.18);
  --fetch-hero: linear-gradient(135deg, #0e1729 0%, #163356 42%, #0f766e 100%);
}

body.comrades-fetch-page {
  --fetch-accent: #7c3aed;
  --fetch-accent-strong: #5b21b6;
  --fetch-accent-soft: rgba(124, 58, 237, 0.1);
  --fetch-accent-glow: rgba(124, 58, 237, 0.18);
  --fetch-hero: linear-gradient(135deg, #140d2f 0%, #2c175f 46%, #9d3ee2 100%);
}

body.comrades-fetch-page .fetch-brand-mark {
  background: linear-gradient(135deg, #7c3aed, #ec4899);
}

body.comrades-fetch-page .fetch-filter-pill,
body.comrades-fetch-page .fetch-chip {
  background: rgba(124, 58, 237, 0.1);
  color: #5b21b6;
}

@media (max-width: 1180px) {
  .fetch-summary-grid,
  .fetch-grid,
  .fetch-inline-banner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .fetch-header-main-inner,
  .fetch-hero,
  .fetch-note-grid,
  .fetch-spotlight,
  .fetch-showcase,
  .fetch-layout,
  .fetch-footer-grid {
    grid-template-columns: 1fr;
  }

  .fetch-sidebar {
    position: static;
  }

  .fetch-spotlight-main,
  .fetch-showcase-main {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .fetch-header-band {
    display: none;
  }

  .fetch-header-main-inner {
    grid-template-columns: 1fr;
  }

  .fetch-header-actions {
    flex-wrap: wrap;
  }

  .fetch-shell,
  .fetch-header-band-inner,
  .fetch-header-main-inner,
  .fetch-footer-inner {
    width: min(100% - 20px, 1280px);
  }

  .fetch-hero,
  .fetch-products-shell,
  .fetch-sidebar,
  .fetch-note-card,
  .fetch-summary-card,
  .fetch-footer {
    border-radius: 24px;
  }

  .fetch-hero {
    padding: 24px;
  }

  .fetch-hero-metrics,
  .fetch-summary-grid,
  .fetch-grid,
  .fetch-inline-banner,
  .fetch-footer-grid {
    grid-template-columns: 1fr;
  }

  .fetch-products-head,
  .fetch-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .fetch-card-media {
    min-height: 200px;
  }
}
