:root {
  color-scheme: light;
  --navy: #0b2e54;
  --navy-2: #164671;
  --sky: #e8f2fb;
  --sky-2: #f4f8fc;
  --line: #d7e4ef;
  --text: #1d2939;
  --muted: #5d6b7c;
  --amber: #f6b23f;
  --amber-soft: #fff1d7;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(28, 72, 112, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--sky-2);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
}

button,
input,
select {
  font: inherit;
}

button,
a,
input,
select {
  min-height: 44px;
}

:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px clamp(16px, 5vw, 48px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
}

.header-brand-row {
  display: flex;
  min-width: 0;
  flex: 1;
  align-items: center;
  gap: clamp(16px, 3vw, 30px);
}

.brand {
  display: block;
  flex: 0 1 300px;
  max-width: min(300px, 40vw);
}

.brand-logo {
  display: block;
  width: 100%;
  height: auto;
}

.header-logos {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: clamp(10px, 1.8vw, 22px);
  white-space: nowrap;
}

.logo-slot {
  display: flex;
  min-height: 0;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  text-decoration: none;
}

.logo-slot:hover,
.logo-slot:focus-visible {
  outline: 3px solid rgba(246, 178, 63, 0.58);
  outline-offset: 5px;
}

.logo-slot img {
  width: 100%;
  height: auto;
  max-height: 34px;
  object-fit: contain;
}

.logo-slot.small {
  width: 44px;
}

.logo-slot.wide {
  width: 162px;
}

.menu-dropdown {
  position: relative;
  flex: 0 0 auto;
}

.menu-dropdown summary {
  display: flex;
  width: 48px;
  height: 48px;
  cursor: pointer;
  list-style: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
}

.menu-dropdown summary::-webkit-details-marker {
  display: none;
}

.menu-dropdown summary span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--navy);
}

.top-actions {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  display: grid;
  min-width: 190px;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  padding: 8px;
  box-shadow: var(--shadow);
}

.top-actions a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 0;
  border-radius: 8px;
  padding: 9px 12px;
  background: transparent;
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.top-actions a:hover,
.top-actions a:focus-visible {
  background: var(--sky);
  outline: none;
}

main {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 48px) 48px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  gap: 32px;
  align-items: stretch;
  padding: 48px 0 28px;
}

.service-label {
  display: inline-flex;
  margin: 0 0 18px;
  border-radius: 8px;
  background: var(--sky);
  padding: 9px 12px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
}

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

h1 {
  max-width: 820px;
  margin-bottom: 18px;
  color: var(--navy);
  font-size: clamp(36px, 5.5vw, 68px);
  line-height: 1.02;
  letter-spacing: 0;
}

.lead {
  max-width: 680px;
  margin-bottom: 0;
  color: #445366;
  font-size: 18px;
  line-height: 1.65;
}

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

.stat {
  min-height: 104px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  padding: 18px;
  box-shadow: var(--shadow);
}

.stat strong {
  display: block;
  color: var(--navy);
  font-size: 38px;
  line-height: 1;
}

.stat span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 15px;
}

.explorer-shell,
.path-guide,
.map-panel,
.results-panel,
.school-section,
.sources-section {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.explorer-shell,
.path-guide,
.school-section,
.sources-section {
  margin-top: 18px;
  padding: 22px;
}

.path-guide {
  display: grid;
  gap: 14px;
}

.path-guide-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}

.path-guide-intro h2 {
  margin-bottom: 6px;
  color: var(--navy);
  font-size: 24px;
  line-height: 1.2;
}

.path-guide-intro p,
.dual-note p,
.path-disclaimer {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.path-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--amber);
  border-radius: 8px;
  background: var(--amber);
  padding: 10px 14px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.dual-note {
  display: grid;
  gap: 5px;
  border-left: 4px solid var(--amber);
  border-radius: 10px;
  background: #fffaf0;
  padding: 12px 14px;
}

.dual-note strong {
  color: var(--navy);
  font-size: 15px;
  line-height: 1.35;
}

.pathway-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.pathway-card {
  display: grid;
  gap: 8px;
  align-content: start;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #f8fbff;
  padding: 14px;
}

.pathway-card.highlight {
  border-color: #f1c36d;
  background: #fff7e8;
}

.pathway-card span {
  justify-self: start;
  border-radius: 999px;
  background: var(--white);
  padding: 5px 8px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
}

.pathway-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: 16px;
  line-height: 1.25;
}

.pathway-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.pathway-card a,
.path-disclaimer a {
  color: var(--navy);
  font-weight: 800;
}

.compact-hero {
  grid-template-columns: minmax(0, 1.2fr) minmax(380px, 0.8fr);
  padding: 26px 0 14px;
}

.compact-hero h1 {
  max-width: 760px;
  font-size: clamp(32px, 3.8vw, 50px);
}

.compact-hero .lead {
  max-width: 620px;
}

.explorer-shell {
  position: relative;
  display: flex;
  flex-direction: column;
}

.explorer-heading {
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}

.explorer-grid {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr) 390px;
  gap: 14px;
  height: clamp(560px, calc(100dvh - 190px), 720px);
  min-height: 610px;
}

.explorer-grid > * {
  min-width: 0;
  min-height: 0;
}

.branch-browser,
.profile-browser,
.results-panel {
  height: 100%;
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f8fbff;
}

.branch-browser,
.profile-browser {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
}

.panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  background: var(--white);
  padding: 14px 16px;
}

.panel-title h3 {
  margin: 0;
  color: var(--navy);
  font-size: 16px;
  line-height: 1.2;
}

.panel-title span {
  border-radius: 999px;
  background: var(--sky);
  padding: 5px 9px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.quick-strip {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin: 14px 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fbfdff;
  padding: 10px 12px;
}

.quick-strip h3 {
  margin: 0;
  color: var(--navy);
  font-size: 14px;
}

.branch-accordion {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 0;
  overflow: auto;
  padding: 10px;
}

.branch-item {
  overflow: hidden;
  min-height: 78px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.branch-item.is-open {
  border-color: var(--navy);
  background: var(--sky);
  box-shadow: 0 10px 24px rgba(11, 46, 84, 0.08);
}

.branch-toggle {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  border: 0;
  background: transparent;
  padding: 12px;
  color: var(--navy);
  text-align: left;
  cursor: pointer;
}

.branch-toggle:active {
  transform: translateY(1px);
}

.branch-copy {
  display: grid;
  min-width: 0;
}

.branch-copy strong {
  font-size: 14px;
  line-height: 1.2;
}

.branch-copy span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.branch-metrics {
  display: flex;
  flex-wrap: wrap;
  grid-column: 1 / -1;
  justify-content: flex-start;
  gap: 6px;
}

.branch-metrics span {
  border-radius: 999px;
  background: var(--white);
  padding: 5px 8px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.branch-metrics span:last-child {
  background: var(--amber-soft);
  color: #744704;
}

.branch-chevron {
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--navy);
  border-bottom: 2px solid var(--navy);
  margin-top: 3px;
  transform: rotate(-45deg);
  transition: transform 220ms ease;
}

.branch-item.is-open .branch-chevron {
  transform: rotate(45deg);
}

.branch-detail {
  min-height: 0;
  overflow: auto;
  padding: 16px;
}

.profile-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.profile-card {
  display: grid;
  gap: 12px;
  align-content: start;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  padding: 14px;
}

.profile-card-main {
  display: grid;
  gap: 7px;
}

.profile-types {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.profile-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: 16px;
  line-height: 1.25;
}

.profile-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.profile-offers {
  display: grid;
  gap: 7px;
}

.offer-row {
  display: grid;
  gap: 2px;
  border-left: 3px solid var(--amber);
  background: #fffaf0;
  padding: 8px 10px;
}

.offer-row span {
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.offer-row small {
  color: #6a5a44;
  font-size: 12px;
  line-height: 1.35;
}

.profile-card button {
  justify-self: start;
  border: 1px solid var(--amber);
  border-radius: 8px;
  background: var(--amber);
  padding: 9px 12px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.branch-detail-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
  margin-bottom: 14px;
}

.branch-detail-header h3 {
  margin-bottom: 6px;
  color: var(--navy);
  font-size: 24px;
  line-height: 1.15;
}

.branch-detail-header p {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.branch-summary {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
}

.section-heading {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 18px;
}

.section-heading.compact {
  margin-bottom: 14px;
}

.section-heading h2,
.results-header h2 {
  margin-bottom: 0;
  color: var(--navy);
  font-size: 24px;
  line-height: 1.2;
}

.section-heading p,
.results-header p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.filters {
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) repeat(3, minmax(160px, 1fr)) auto;
  gap: 12px;
  align-items: end;
}

.filters label {
  display: grid;
  min-width: 0;
  gap: 7px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
}

.filters input,
.filters select {
  width: 100%;
  min-width: 0;
  border: 1px solid #b7cadc;
  border-radius: 8px;
  background: var(--white);
  padding: 10px 12px;
  color: var(--text);
}

.filter-actions {
  display: flex;
  gap: 8px;
}

.primary-button,
.secondary-button {
  border-radius: 8px;
  padding: 10px 16px;
  font-weight: 800;
  cursor: pointer;
}

.primary-button {
  border: 1px solid var(--amber);
  background: var(--amber);
  color: var(--navy);
}

.secondary-button {
  border: 1px solid #b7cadc;
  background: var(--white);
  color: var(--navy);
}

.primary-button:active,
.secondary-button:active,
.top-actions a:active,
.chips button:active,
.profile-card button:active {
  transform: translateY(1px);
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chips button {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f8fbff;
  padding: 8px 12px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.chips span {
  margin-left: 6px;
  color: var(--muted);
  font-weight: 700;
}

.map-panel,
.school-section,
.sources-section {
  padding: 22px;
}

.area-list {
  display: grid;
  gap: 10px;
}

.area-button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #f8fbff;
  padding: 12px;
  color: var(--navy);
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.area-button small {
  color: var(--muted);
  font-weight: 700;
}

.results-panel {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  box-shadow: none;
  padding: 0;
}

.results-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  background: var(--white);
  margin-bottom: 0;
  padding: 14px 16px;
}

.cards,
.school-grid,
.source-grid {
  display: grid;
  gap: 14px;
}

.cards {
  grid-template-columns: 1fr;
  min-height: 0;
  overflow: auto;
  padding: 12px;
}

.program-card,
.school-card,
.source-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f8fbff;
  padding: 18px;
}

.program-meta,
.school-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 12px;
}

.tag {
  display: inline-flex;
  align-items: center;
  border-radius: 7px;
  background: var(--white);
  padding: 5px 8px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
}

.tag.amber {
  background: var(--amber-soft);
  color: #744704;
}

.program-card h3,
.school-card h3,
.source-card h3 {
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 19px;
  line-height: 1.25;
}

.program-card p,
.school-card p,
.source-card p {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.program-card a,
.school-card a,
.source-card a {
  color: var(--navy);
  font-weight: 800;
}

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

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

.empty-state {
  border: 1px dashed #b7cadc;
  border-radius: 12px;
  background: #f8fbff;
  padding: 28px;
  text-align: center;
}

.panel-empty,
.muted {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.panel-empty {
  padding: 16px;
}

.support-drawers {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.data-drawer {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f8fbff;
}

.data-drawer summary {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 16px;
  color: var(--navy);
  font-weight: 800;
  cursor: pointer;
}

.data-drawer summary small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.drawer-grid {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 14px;
  border-top: 1px solid var(--line);
  padding: 14px;
}

.data-drawer .sources-section {
  border-top: 1px solid var(--line);
  padding: 14px;
}

.data-drawer .map-panel,
.data-drawer .school-section,
.data-drawer .sources-section {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: var(--white);
  padding: 22px clamp(10px, 4vw, 48px);
}

.footer-logos {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: clamp(14px, 4vw, 42px);
  width: min(100%, 1440px);
  margin: 0 auto;
}

.footer-logos .footer-logo {
  flex: 0 1 auto;
}

.footer-logos img {
  width: 100%;
  height: auto;
  max-height: 54px;
  object-fit: contain;
}

.footer-logos .footer-logo:nth-child(1) {
  width: 64px;
}

.footer-logos .footer-logo:nth-child(2) {
  width: 132px;
}

.footer-logos .footer-logo:nth-child(3) {
  width: 230px;
}

.footer-logos .footer-logo:nth-child(4) {
  width: 122px;
}

@media (max-width: 1100px) {
  .site-header {
    align-items: center;
    flex-direction: row;
    gap: 12px;
  }

  .header-brand-row {
    width: auto;
  }

  .header-logos {
    margin-left: 0;
  }

  .hero,
  .compact-hero,
  .explorer-grid,
  .drawer-grid {
    grid-template-columns: 1fr;
  }

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

  .explorer-grid {
    max-height: none;
  }

  .branch-accordion {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .branch-item {
    flex: 0 0 min(260px, 78vw);
  }

  .branch-browser {
    min-height: auto;
  }

  .branch-detail,
  .cards {
    max-height: 560px;
  }

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

  .filter-actions {
    grid-column: 1 / -1;
  }

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

@media (max-width: 720px) {
  .site-header {
    min-height: 62px;
    padding: 8px 10px;
    gap: 8px;
  }

  .header-brand-row {
    flex-wrap: nowrap;
    gap: 10px;
  }

  .brand {
    flex: 0 1 auto;
    flex-basis: auto;
    max-width: clamp(116px, 35vw, 162px);
  }

  .header-logos {
    flex: 1 1 auto;
    width: auto;
    margin-left: 0;
    gap: clamp(7px, 2vw, 10px);
  }

  .logo-slot img {
    max-height: 25px;
  }

  .logo-slot.small {
    width: clamp(30px, 8vw, 42px);
  }

  .logo-slot.wide {
    width: clamp(92px, 27vw, 132px);
  }

  .menu-dropdown summary {
    width: 44px;
    height: 44px;
  }

  .top-actions {
    right: -2px;
    width: auto;
  }

  main {
    padding-inline: 14px;
  }

  .hero {
    padding-top: 24px;
  }

  h1 {
    font-size: 28px;
    line-height: 1.08;
  }

  .lead {
    font-size: 16px;
    line-height: 1.55;
  }

  .hero-panel,
  .cards,
  .profile-list,
  .school-grid,
  .source-grid {
    grid-template-columns: 1fr;
  }

  .footer-logos {
    gap: clamp(8px, 2.6vw, 14px);
  }

  .hero-panel {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
  }

  .stat {
    min-height: 72px;
    padding: 9px;
  }

  .stat strong {
    font-size: 22px;
  }

  .stat span {
    margin-top: 5px;
    font-size: 11px;
    line-height: 1.25;
  }

  .explorer-shell {
    padding: 16px;
  }

  .path-guide {
    padding: 16px;
  }

  .path-guide-intro,
  .path-guide {
    grid-template-columns: 1fr;
  }

  .pathway-grid {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 2px;
  }

  .pathway-card {
    flex: 0 0 min(270px, 82vw);
  }

  .path-cta {
    width: 100%;
  }

  .explorer-heading {
    align-items: flex-start;
    flex-direction: column;
    order: 1;
  }

  .quick-strip {
    grid-template-columns: 1fr;
    order: 4;
  }

  .filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    order: 3;
  }

  .explorer-grid {
    order: 2;
  }

  .support-drawers {
    order: 5;
  }

  .filters label:first-child {
    grid-column: 1 / -1;
  }

  .branch-detail {
    padding: 14px;
  }

  .branch-detail-header {
    grid-template-columns: 1fr;
  }

  .branch-summary {
    justify-content: flex-start;
  }

  .filter-actions {
    flex-direction: row;
  }

  .primary-button,
  .secondary-button {
    flex: 1 1 0;
    width: auto;
    padding-inline: 10px;
  }

  .map-panel,
  .school-section,
  .sources-section {
    padding: 14px;
  }

  .results-header {
    padding: 14px;
  }

  .cards {
    padding: 10px;
  }

  .footer-logos img {
    max-height: 34px;
  }

  .footer-logos .footer-logo:nth-child(1) {
    width: clamp(34px, 11vw, 48px);
  }

  .footer-logos .footer-logo:nth-child(2) {
    width: clamp(62px, 18vw, 86px);
  }

  .footer-logos .footer-logo:nth-child(3) {
    width: clamp(118px, 34vw, 154px);
  }

  .footer-logos .footer-logo:nth-child(4) {
    width: clamp(62px, 18vw, 84px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .branch-item,
  .branch-chevron {
    transition: none;
  }
}
