.brand-explorer-main {
  --brand-ink: #0a1628;
  --brand-muted: #647184;
  --brand-subtle: #8a96a6;
  --brand-line: rgba(205, 215, 224, 0.82);
  --brand-surface: rgba(255, 255, 255, 0.92);
  --brand-surface-solid: #ffffff;
  --brand-tint: #f1f5f6;
  --brand-accent: #087d70;
  --brand-accent-strong: #06685e;
  --brand-accent-soft: #e8f7f3;
  --brand-focus: rgba(8, 125, 112, 0.28);
  min-height: calc(100vh - 64px);
  padding: 0 0 88px;
  background:
    radial-gradient(circle at 88% 2%, rgba(38, 205, 175, 0.12), transparent 31rem),
    radial-gradient(circle at 4% 38%, rgba(104, 150, 255, 0.07), transparent 28rem),
    linear-gradient(180deg, #f8fafb 0%, #f3f6f7 52%, #f7f9fa 100%);
  color: var(--brand-ink);
  -webkit-font-smoothing: antialiased;
}

.brand-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.brand-breadcrumbs {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 24px 0 0;
  color: var(--brand-muted);
  font-size: 13px;
}

.brand-breadcrumbs a {
  border-radius: 6px;
  color: inherit;
  text-decoration: none;
}

.brand-breadcrumbs a:hover { color: var(--brand-accent); }
.brand-breadcrumbs span[aria-hidden] { color: #aab4c0; }

.brand-hero { padding: 50px 0 34px; }

.brand-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: end;
}

.brand-eyebrow {
  margin: 0 0 12px;
  color: var(--brand-accent);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.brand-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.brand-hero-copy {
  max-width: 720px;
  margin: 19px 0 0;
  color: #526175;
  font-size: 17px;
  line-height: 1.65;
  text-wrap: pretty;
}

.brand-hero-context {
  display: grid;
  min-width: 190px;
  gap: 4px;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 12px 35px rgba(19, 35, 54, 0.075);
  backdrop-filter: blur(18px) saturate(1.25);
}

.brand-hero-context span {
  color: var(--brand-muted);
  font-size: 12px;
}

.brand-hero-context strong {
  font-size: 14px;
  letter-spacing: -0.01em;
}

.brand-identity {
  display: flex;
  gap: 20px;
  align-items: center;
}

.brand-logo {
  display: grid;
  flex: 0 0 auto;
  width: 84px;
  height: 84px;
  place-items: center;
  overflow: hidden;
  border: 1px solid #e0e6eb;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  color: var(--brand-accent);
  font-size: 24px;
  font-weight: 820;
}

.brand-logo img {
  width: 72%;
  height: 72%;
  object-fit: contain;
}

.brand-logo-small {
  width: 54px;
  height: 54px;
  border-radius: 17px;
  box-shadow: 0 5px 16px rgba(15, 23, 42, 0.055);
  font-size: 16px;
}

.brand-toolbar {
  position: relative;
  z-index: 8;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
  padding: 14px 16px 14px 18px;
  border: 1px solid rgba(205, 215, 224, 0.78);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 10px 32px rgba(15, 23, 42, 0.055);
  backdrop-filter: blur(20px) saturate(1.25);
}

.brand-result-summary {
  min-width: 180px;
}

.brand-result-summary strong {
  display: block;
  font-size: 15px;
  letter-spacing: -0.01em;
}

.brand-result-summary span {
  display: block;
  margin-top: 4px;
  color: var(--brand-muted);
  font-size: 12px;
  line-height: 1.4;
}

.brand-toolbar-controls {
  display: flex;
  gap: 10px;
  align-items: end;
}

.brand-control-group {
  display: grid;
  gap: 5px;
}

.brand-control-label {
  padding-left: 5px;
  color: var(--brand-muted);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand-segmented-control {
  display: inline-flex;
  padding: 4px;
  border: 1px solid rgba(223, 229, 234, 0.9);
  border-radius: 15px;
  background: #edf2f3;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.035);
}

.brand-segment-button {
  min-height: 38px;
  padding: 0 14px;
  border: 0;
  border-radius: 11px;
  background: transparent;
  color: #536174;
  font: inherit;
  font-size: 12px;
  font-weight: 760;
  white-space: nowrap;
  cursor: pointer;
  transition: background 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.brand-segment-button:hover { color: var(--brand-ink); }

.brand-segment-button[aria-pressed="true"] {
  background: #fff;
  box-shadow: 0 2px 9px rgba(15, 23, 42, 0.1), 0 0 0 0.5px rgba(15, 23, 42, 0.04);
  color: var(--brand-accent-strong);
}

.brand-segment-button:active { transform: scale(0.98); }

.brand-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.brand-card {
  display: grid;
  min-height: 292px;
  padding: 21px;
  overflow: hidden;
  border: 1px solid rgba(205, 215, 224, 0.76);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(250, 252, 252, 0.94));
  box-shadow: 0 9px 28px rgba(15, 23, 42, 0.052);
  color: inherit;
  text-decoration: none;
  transform: translateZ(0);
  transition: transform 190ms cubic-bezier(.2, .8, .2, 1), box-shadow 190ms ease, border-color 190ms ease;
}

.brand-card:hover {
  transform: translateY(-4px);
  border-color: rgba(8, 125, 112, 0.28);
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.095);
}

.brand-card-top {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
}

.brand-card-heading {
  display: flex;
  min-width: 0;
  gap: 12px;
  align-items: center;
}

.brand-card h2 {
  overflow: hidden;
  margin: 0;
  font-size: 19px;
  letter-spacing: -0.025em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-card-count {
  margin: 4px 0 0;
  color: var(--brand-muted);
  font-size: 12px;
}

.brand-rank {
  display: grid;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 12px;
  background: var(--brand-accent-soft);
  color: var(--brand-accent-strong);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  font-weight: 840;
}

.brand-card-arrow {
  display: grid;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #f0f4f5;
  color: var(--brand-muted);
  font-size: 17px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.brand-card:hover .brand-card-arrow {
  background: var(--brand-accent);
  color: #fff;
  transform: translateX(2px);
}

.brand-card-price {
  display: grid;
  align-content: center;
  min-height: 92px;
  margin: 22px 0 16px;
}

.brand-card-price > span:first-child {
  color: var(--brand-muted);
  font-size: 12px;
  font-weight: 680;
}

.brand-card-price strong {
  display: block;
  margin-top: 5px;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.045em;
  font-variant-numeric: tabular-nums;
}

.brand-card-unranked {
  margin-top: 7px;
  color: var(--brand-subtle);
  font-size: 11px;
}

.brand-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 17px;
}

.brand-card-meta span {
  padding: 7px 9px;
  border-radius: 10px;
  background: #f1f5f6;
  color: #5c697b;
  font-size: 10px;
  line-height: 1.25;
}

.brand-card-footer {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  align-self: end;
  padding-top: 16px;
  border-top: 1px solid #edf1f3;
}

.brand-card-action {
  flex: 0 0 auto;
  color: var(--brand-accent);
  font-size: 12px;
  font-weight: 800;
}

.brand-status {
  display: inline-flex;
  width: fit-content;
  min-width: 0;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--brand-accent-soft);
  color: var(--brand-accent);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-status::before {
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.brand-status.is-higher { background: #fff3e2; color: #a65b00; }
.brand-status.is-similar { background: #edf2f6; color: #58677b; }
.brand-status.is-insufficient { background: #f2f3f5; color: #6b7280; }

.brand-sponsored-section {
  margin: 0 0 24px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(20, 41, 63, 0.14);
  border-radius: 28px;
  background:
    radial-gradient(circle at 96% 8%, rgba(49, 207, 181, 0.22), transparent 20rem),
    #0b1b2d;
  box-shadow: 0 16px 45px rgba(12, 28, 47, 0.15);
  color: #fff;
}

.brand-sponsored-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 17px;
}

.brand-sponsored-heading .brand-eyebrow {
  margin-bottom: 7px;
  color: #58dec8;
}

.brand-sponsored-heading h2 {
  margin: 0;
  font-size: 22px;
  letter-spacing: -0.025em;
}

.brand-sponsored-heading p:not(.brand-eyebrow) {
  margin: 5px 0 0;
  color: #b9c6d4;
  font-size: 12px;
}

.brand-sponsored-rail {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
  gap: 12px;
}

.brand-sponsored-card {
  display: grid;
  min-height: 260px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.075);
  color: #fff;
  text-decoration: none;
  backdrop-filter: blur(12px);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.brand-sponsored-card:hover {
  transform: translateY(-3px);
  border-color: rgba(88, 222, 200, 0.45);
  background: rgba(255, 255, 255, 0.105);
}

.brand-sponsored-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-sponsored-label {
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #dce7ef;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.brand-sponsored-copy { margin-top: 19px; }
.brand-sponsored-copy h3 { margin: 0; font-size: 20px; letter-spacing: -0.025em; }
.brand-sponsored-copy p { margin: 8px 0 0; color: #c0ccd8; font-size: 12px; line-height: 1.55; }

.brand-sponsored-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin: 18px 0;
}

.brand-sponsored-facts > span {
  padding: 10px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.075);
}

.brand-sponsored-facts strong,
.brand-sponsored-facts small { display: block; }
.brand-sponsored-facts strong { font-size: 15px; }
.brand-sponsored-facts small { margin-top: 3px; color: #9fb0c0; font-size: 9px; }

.brand-sponsored-cta {
  align-self: end;
  color: #58dec8;
  font-size: 12px;
  font-weight: 820;
}

.brand-methodology {
  width: fit-content;
  max-width: 760px;
  margin: 18px 0 0 auto;
  border-radius: 14px;
  color: var(--brand-muted);
  font-size: 12px;
}

.brand-methodology summary {
  width: fit-content;
  margin-left: auto;
  padding: 8px 10px;
  border-radius: 10px;
  color: #536174;
  font-weight: 720;
  list-style: none;
  cursor: pointer;
}

.brand-methodology summary::-webkit-details-marker { display: none; }
.brand-methodology summary::before { margin-right: 7px; content: "ⓘ"; }
.brand-methodology summary:hover { background: rgba(255, 255, 255, 0.72); color: var(--brand-accent); }

.brand-methodology p {
  margin: 6px 0 0;
  padding: 14px 16px;
  border: 1px solid var(--brand-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.045);
  line-height: 1.55;
}

.brand-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 10px;
}

.brand-stat-card {
  padding: 22px;
  border: 1px solid rgba(205, 215, 224, 0.76);
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.brand-stat-card span { color: var(--brand-muted); font-size: 12px; }
.brand-stat-card strong { display: block; margin: 10px 0 6px; font-size: 28px; letter-spacing: -0.035em; }
.brand-stat-card p { margin: 0; color: var(--brand-muted); font-size: 11px; line-height: 1.5; }

.brand-map-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(310px, 0.75fr);
  gap: 16px;
  align-items: start;
  margin-top: 24px;
}

.brand-map-card,
.brand-station-panel {
  overflow: hidden;
  border: 1px solid rgba(205, 215, 224, 0.78);
  border-radius: 27px;
  background: #fff;
  box-shadow: 0 9px 30px rgba(15, 23, 42, 0.055);
}

.brand-map-card {
  position: relative;
  z-index: 0;
  isolation: isolate;
}

.brand-section-heading {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  padding: 22px;
}

.brand-section-heading h2 { margin: 0; font-size: 22px; letter-spacing: -0.025em; }
.brand-section-heading p { margin: 6px 0 0; color: var(--brand-muted); font-size: 12px; }
#brand-station-map { position: relative; z-index: 0; height: 590px; background: #edf1f3; }

.brand-station-panel {
  position: sticky;
  top: 84px;
  max-height: 680px;
}

.brand-station-list {
  display: grid;
  max-height: 590px;
  overflow: auto;
  padding: 0 10px 12px;
  scrollbar-width: thin;
  scrollbar-color: #cbd5dd transparent;
}

.brand-station-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  width: 100%;
  padding: 15px 12px;
  border: 0;
  border-bottom: 1px solid #eef1f3;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.brand-station-card:hover,
.brand-station-card.is-selected {
  border-radius: 14px;
  background: #f1f8f6;
}

.brand-station-card h3 { margin: 0; font-size: 14px; }
.brand-station-card p { margin: 5px 0 0; color: var(--brand-muted); font-size: 12px; line-height: 1.4; }
.brand-station-price { text-align: right; }
.brand-station-price strong { display: block; white-space: nowrap; color: var(--brand-accent); font-size: 17px; }
.brand-station-price span { display: block; margin-top: 5px; color: #778397; font-size: 10px; }
.brand-station-price .brand-station-unavailable {
  max-width: 10rem;
  color: var(--brand-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  white-space: normal;
}

.brand-map-pin {
  display: grid;
  min-width: 48px;
  height: 32px;
  place-items: center;
  padding: 0 8px;
  border: 2px solid #fff;
  border-radius: 12px 12px 12px 3px;
  background: var(--brand-accent);
  box-shadow: 0 5px 14px rgba(15, 23, 42, 0.22);
  color: #fff;
  font-size: 11px;
  font-weight: 850;
}

.brand-map-pin.is-unpriced {
  min-width: 24px;
  width: 24px;
  height: 24px;
  padding: 0;
  border-radius: 50% 50% 50% 3px;
}

.brand-station-detail {
  position: fixed;
  z-index: 1100;
  right: 24px;
  bottom: 24px;
  width: min(390px, calc(100% - 32px));
  padding: 22px;
  border: 1px solid rgba(205, 215, 224, 0.9);
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.2);
  backdrop-filter: blur(20px) saturate(1.2);
}

.brand-station-detail[hidden] { display: none; }
.brand-station-detail-close { position: absolute; top: 14px; right: 14px; width: 34px; height: 34px; border: 0; border-radius: 50%; background: #eef2f4; cursor: pointer; }
.brand-station-detail h2 { padding-right: 36px; margin: 0; font-size: 21px; }
.brand-station-detail-address { margin: 7px 0 18px; color: var(--brand-muted); font-size: 13px; }
.brand-station-detail-price { font-size: 30px; letter-spacing: -0.04em; }
.brand-station-detail-price.brand-station-unavailable {
  display: block;
  margin-bottom: 20px;
  color: var(--brand-muted);
  font-size: 15px;
  letter-spacing: 0;
}
.brand-station-detail-freshness { margin: 6px 0 20px; color: var(--brand-muted); font-size: 12px; }
.brand-station-detail-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }

.brand-primary-action,
.brand-secondary-action {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 14px;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.brand-primary-action { background: var(--brand-accent); color: #fff; }
.brand-primary-action:hover { background: var(--brand-accent-strong); }
.brand-secondary-action { background: #eef2f4; color: #172337; }

.brand-companion {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 34px;
  padding: 30px;
  border-radius: 29px;
  background:
    radial-gradient(circle at 92% 12%, rgba(49, 207, 181, 0.18), transparent 19rem),
    #09182a;
  box-shadow: 0 18px 48px rgba(10, 25, 44, 0.15);
  color: #fff;
}

.brand-companion h2 { margin: 0; font-size: 25px; letter-spacing: -0.025em; }
.brand-companion p { max-width: 670px; margin: 9px 0 0; color: #b9c6d6; line-height: 1.6; }
.brand-companion .brand-primary-action { min-width: 185px; padding: 0 20px; background: #31cfb5; color: #071426; }

.brand-state {
  padding: 70px 24px;
  border: 1px dashed #cfd8e0;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.brand-state h2 { margin: 0; font-size: 22px; }
.brand-state p { max-width: 560px; margin: 10px auto 20px; color: var(--brand-muted); line-height: 1.6; }

.brand-skeleton {
  height: 292px;
  border-radius: 26px;
  background: linear-gradient(90deg, #edf1f3 25%, #fafbfb 45%, #edf1f3 65%);
  background-size: 300% 100%;
  animation: brand-loading 1.2s infinite;
}

@keyframes brand-loading { to { background-position: -150% 0; } }

.brand-card:focus-visible,
.brand-sponsored-card:focus-visible,
.brand-segment-button:focus-visible,
.brand-primary-action:focus-visible,
.brand-secondary-action:focus-visible,
.brand-station-card:focus-visible,
.brand-station-detail-close:focus-visible,
.brand-breadcrumbs a:focus-visible,
.brand-methodology summary:focus-visible {
  outline: 3px solid var(--brand-focus);
  outline-offset: 3px;
}

@media (max-width: 1000px) {
  .brand-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .brand-map-layout { grid-template-columns: 1fr; }
  .brand-station-panel { position: static; max-height: none; }
  .brand-station-list { max-height: 440px; }
}

@media (max-width: 800px) {
  .brand-hero-grid { grid-template-columns: 1fr; }
  .brand-hero-context { width: fit-content; min-width: 180px; }
  .brand-toolbar { align-items: stretch; flex-direction: column; }
  .brand-toolbar-controls { width: 100%; justify-content: space-between; }
  .brand-control-group { flex: 1 1 auto; }
  .brand-segmented-control { display: grid; width: 100%; }
  .brand-fuel-control { grid-template-columns: repeat(3, 1fr); }
  .brand-sort-control { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .brand-explorer-main { padding-bottom: 54px; }
  .brand-shell { width: min(100% - 24px, 1180px); }
  .brand-breadcrumbs { padding-top: 17px; font-size: 12px; }
  .brand-hero { padding: 34px 0 24px; }
  .brand-hero h1 { font-size: 39px; }
  .brand-hero-copy { font-size: 15px; }
  .brand-hero-context { display: none; }
  .brand-toolbar { gap: 16px; padding: 15px; border-radius: 21px; }
  .brand-toolbar-controls { flex-direction: column; align-items: stretch; }
  .brand-card-grid,
  .brand-stat-grid { grid-template-columns: 1fr; }
  .brand-card { min-height: 278px; border-radius: 23px; }
  .brand-card-heading { gap: 10px; }
  .brand-rank { width: 31px; height: 31px; }
  .brand-card-price strong { font-size: 32px; }
  .brand-sponsored-section { margin-inline: -1px; padding: 18px; border-radius: 24px; }
  .brand-sponsored-rail {
    display: flex;
    gap: 11px;
    overflow-x: auto;
    padding: 1px 1px 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .brand-sponsored-rail::-webkit-scrollbar { display: none; }
  .brand-sponsored-card { flex: 0 0 min(86vw, 310px); scroll-snap-align: start; }
  .brand-methodology { width: 100%; margin-top: 14px; }
  .brand-methodology summary { margin-left: 0; }
  .brand-map-card,
  .brand-station-panel { border-radius: 21px; }
  #brand-station-map { height: 440px; }
  .brand-companion { grid-template-columns: 1fr; padding: 24px; border-radius: 24px; }
  .brand-companion .brand-primary-action { width: 100%; }
  .brand-station-detail {
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 12px;
    width: auto;
    max-height: min(76dvh, 620px);
    overflow-y: auto;
    padding: 20px;
    border-radius: 22px;
  }

  .brand-station-detail-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .brand-card,
  .brand-card-arrow,
  .brand-sponsored-card,
  .brand-segment-button {
    transition: none;
  }
  .brand-skeleton { animation: none; }
}
