.business-directory-page {
  padding-top: 74px;
  padding-bottom: 40px;
  background:
    radial-gradient(circle at 15% 0%, rgba(252, 194, 27, 0.2), transparent 34%),
    linear-gradient(180deg, rgba(236, 249, 246, 0.96), rgba(248, 252, 250, 1) 42%),
    #f7fbfa;
}

.flyer-preview {
  margin: 24px 0;
  padding: 28px;
  border: 1px solid rgba(16, 91, 101, 0.18);
  border-radius: 8px;
  background: linear-gradient(145deg, #f7ffff, #e7f4f3);
}

.flyer-story {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 24px;
  align-items: center;
  margin: 24px 0;
  padding: 24px;
  border: 1px solid rgba(16, 91, 101, 0.18);
  border-radius: 8px;
  background: #ffffff;
}

.flyer-story__copy {
  max-width: 520px;
}

.flyer-story__copy h2 {
  margin: 10px 0 0;
}

.flyer-story__copy p:last-child {
  margin-bottom: 0;
}

.flyer-story__image {
  min-width: 0;
  margin: 0;
}

.flyer-story__image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: min(36vw, 420px);
  object-fit: contain;
  object-position: center;
  background: #eef7f7;
  border-radius: 4px;
  box-shadow: 0 16px 34px rgba(7, 48, 57, 0.18);
}

.flyer-story__image figcaption {
  margin-top: 10px;
  color: #315e67;
  font-size: 0.78rem;
}

@media (max-width: 720px) {
  .flyer-story {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .flyer-story__image img {
    height: auto;
  }
}

.flyer-preview__intro {
  max-width: 720px;
}

.flyer-preview__intro h2 {
  margin: 10px 0 0;
}

.flyer-preview__intro p:last-child {
  margin-bottom: 0;
}

.flyer-preview__spread {
  display: none;
}

.flyer-preview__single {
  width: 100%;
  max-width: 1024px;
  margin: 28px auto 0;
}

.flyer-preview__single img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
  border: 1px solid rgba(5, 36, 42, 0.2);
  border-radius: 4px;
  box-shadow: 0 18px 36px rgba(7, 48, 57, 0.2);
}

.flyer-preview__single figcaption {
  margin-top: 12px;
  color: #315e67;
  font-size: 0.82rem;
}

.flyer-preview__spread {
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 980px;
  margin: 28px auto 0;
}

.flyer-sheet {
  position: relative;
  display: flex;
  min-width: 0;
  aspect-ratio: 3 / 4;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(5, 36, 42, 0.2);
  border-radius: 4px;
  color: #f6ffff;
  box-shadow: 0 18px 36px rgba(7, 48, 57, 0.2);
}

.flyer-sheet--front {
  background: #063d48;
}

.flyer-sheet--back {
  color: #073b45;
  background: #fcf8e9;
}

.flyer-sheet__topline,
.flyer-sheet__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 16px;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.flyer-sheet__topline {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.flyer-sheet--back .flyer-sheet__topline {
  border-color: rgba(7, 59, 69, 0.15);
}

.flyer-sheet__hero,
.flyer-sheet__back-hero {
  padding: 26px 20px 18px;
}

.flyer-sheet__hero {
  background: linear-gradient(135deg, #087b83, #0a4b58);
}

.flyer-sheet__back-hero {
  background: #f4c52b;
}

.flyer-sheet__eyebrow {
  display: inline-block;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.flyer-sheet h3 {
  margin: 14px 0 8px;
  font-size: clamp(1.55rem, 3vw, 2.55rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.flyer-sheet p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
}

.flyer-sheet__stations {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 16px;
}

.flyer-sheet__stations span {
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  font-size: 0.58rem;
  font-weight: 800;
}

.flyer-sheet__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  padding: 14px;
}

.flyer-sheet__grid div {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  column-gap: 5px;
  min-width: 0;
  padding: 6px 5px;
  border-left: 2px solid #f4c52b;
  background: rgba(255, 255, 255, 0.08);
}

.flyer-sheet__grid b {
  grid-row: span 2;
  color: #f4c52b;
  font-size: 0.58rem;
}

.flyer-sheet__grid strong,
.flyer-sheet__grid span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.flyer-sheet__grid strong {
  font-size: 0.62rem;
}

.flyer-sheet__grid span {
  color: #bce5e3;
  font-size: 0.5rem;
}

.flyer-sheet__footer {
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.flyer-sheet__footer span {
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.flyer-sheet--back .flyer-sheet__footer {
  border-color: rgba(7, 59, 69, 0.15);
}

.flyer-sheet__route {
  display: grid;
  grid-template-columns: 1fr 18px 1.2fr 18px 1fr;
  align-items: center;
  gap: 6px;
  margin: 18px 20px 4px;
  color: #073b45;
  font-size: 0.52rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-align: center;
}

.flyer-sheet__route i {
  display: block;
  height: 2px;
  background: #087b83;
}

.flyer-sheet__back-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 20px;
}

.flyer-sheet__back-columns > div {
  padding: 12px;
  border-top: 3px solid #087b83;
  background: #ffffff;
}

.flyer-sheet__number {
  color: #087b83;
  font-size: 0.65rem;
  font-weight: 900;
}

.flyer-sheet__back-columns h4 {
  margin: 8px 0 5px;
  font-size: 0.82rem;
}

.flyer-sheet__back-columns p {
  color: #315e67;
  font-size: 0.63rem;
}

.flyer-sheet__scan {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: auto 20px 14px;
  padding: 12px;
  background: #073b45;
  color: #f6ffff;
}

.flyer-sheet__scan strong,
.flyer-sheet__scan span {
  display: block;
}

.flyer-sheet__scan strong {
  font-size: 0.7rem;
}

.flyer-sheet__scan span {
  margin-top: 4px;
  color: #c8e5e4;
  font-size: 0.58rem;
  line-height: 1.35;
}

.flyer-sheet__qr {
  flex: 0 0 42px;
  aspect-ratio: 1;
  background:
    linear-gradient(90deg, #fff 10%, transparent 10% 20%, #fff 20% 30%, transparent 30% 50%, #fff 50% 70%, transparent 70% 80%, #fff 80%),
    linear-gradient(#fff 10%, transparent 10% 20%, #fff 20% 35%, transparent 35% 55%, #fff 55% 72%, transparent 72% 80%, #fff 80%);
}

.flyer-preview__note {
  max-width: 980px;
  margin: 18px auto 0;
  color: #315e67;
  font-size: 0.82rem;
}

.postcard-selector {
  margin-top: 24px;
}

.postcard-selector__tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.postcard-selector__tab {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(14, 118, 107, 0.22);
  border-radius: 999px;
  background: rgba(14, 118, 107, 0.08);
  color: #075f55;
  font-weight: 900;
  cursor: pointer;
}

.postcard-selector__tab.is-active {
  border-color: rgba(252, 194, 27, 0.62);
  background: linear-gradient(135deg, #fcc21b, #20c7ba);
  color: #032b27;
  box-shadow: 0 10px 24px rgba(32, 199, 186, 0.2);
}

.postcard-selector__status {
  margin-left: auto;
  color: #073f39;
  font-weight: 900;
}

.postcard-selector__instruction {
  max-width: 1080px;
  margin: 12px auto 8px;
  padding: 12px 14px;
  border: 1px solid rgba(32, 199, 186, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  color: #073f39;
  font-weight: 900;
  line-height: 1.35;
}

.postcard-selector__side-summary {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  max-width: 1080px;
  margin: 8px auto 10px;
}

.postcard-selector__side-title {
  margin: 0;
  color: #073f39;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.postcard-selector__side-count {
  margin: 0;
  color: #075f55;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.postcard-selector__size {
  max-width: 1080px;
  margin: 12px auto 0;
  color: #075f55;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: right;
  text-transform: uppercase;
}

.postcard-selector__continue {
  position: fixed;
  z-index: 1200;
  left: 50%;
  top: 50%;
  display: grid;
  gap: 12px;
  width: min(440px, calc(100vw - 32px));
  padding: 20px;
  border: 1px solid rgba(14, 118, 107, 0.26);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 60px rgba(7, 48, 57, 0.34);
  transform: translate(-50%, -50%);
}

.postcard-selector__continue[hidden] {
  display: none;
}

.postcard-selector__continue p {
  margin: 0;
  color: #073f39;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

.postcard-selector__continue div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.postcard-selector__continue-button {
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(14, 118, 107, 0.22);
  border-radius: 999px;
  background: rgba(14, 118, 107, 0.08);
  color: #075f55;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.postcard-selector__continue-button--primary {
  border-color: rgba(32, 199, 186, 0.48);
  background: linear-gradient(135deg, #20c7ba, #25aee4);
  color: #032b27;
}

.postcard-selector__stage {
  max-width: 1080px;
  margin: 0 auto;
  perspective: 1600px;
}

.postcard-side {
  display: none;
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid rgba(5, 36, 42, 0.22);
  border-radius: 8px;
  background: #fffdf2;
  box-shadow:
    0 22px 44px rgba(7, 48, 57, 0.2),
    inset 0 0 0 10px rgba(255, 255, 255, 0.42);
}

.postcard-side.is-active {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
}

.postcard-side--back.is-active,
.postcard-side--front.is-active {
  grid-template-rows: auto 1fr;
}

.postcard-side--front,
.postcard-side--back {
  color: #073f39;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.9) 0 10%, transparent 22%),
    radial-gradient(circle at 72% 16%, rgba(255, 255, 255, 0.72) 0 9%, transparent 20%),
    radial-gradient(circle at 42% 34%, rgba(255, 255, 255, 0.54) 0 12%, transparent 24%),
    linear-gradient(180deg, #ccecff 0%, #eaf8ff 52%, #ffffff 100%);
}

.postcard-side--front.postcard-side--photo {
  color: #f8ffff;
  background:
    linear-gradient(135deg, rgba(5, 43, 39, 0.92), rgba(6, 90, 97, 0.86)),
    url("/assets/skytrain-bridge-hero.png") center / cover;
}

.postcard-side--front::before,
.postcard-side--back::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 15% 28%, rgba(255, 255, 255, 0.9) 0 7%, transparent 18%),
    radial-gradient(ellipse at 31% 24%, rgba(255, 255, 255, 0.76) 0 8%, transparent 20%),
    radial-gradient(ellipse at 82% 31%, rgba(255, 255, 255, 0.78) 0 9%, transparent 21%),
    radial-gradient(ellipse at 68% 52%, rgba(255, 255, 255, 0.46) 0 10%, transparent 24%);
  opacity: 0.82;
}

.postcard-side__masthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 18px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.postcard-side__masthead,
.postcard-grid {
  position: relative;
  z-index: 1;
}

.postcard-side__masthead {
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.postcard-side__masthead--brand {
  align-items: baseline;
}

.postcard-side__masthead--brand span:last-child {
  color: #456761;
  font-size: clamp(0.72rem, 1.5vw, 0.94rem);
  letter-spacing: 0;
  line-height: 1.25;
  text-align: right;
  text-transform: none;
}

.postcard-side--front .postcard-side__masthead,
.postcard-side--back .postcard-side__masthead {
  border-color: rgba(7, 63, 57, 0.16);
}

.postcard-side__masthead strong {
  font-size: clamp(0.86rem, 2vw, 1.25rem);
  letter-spacing: 0.02em;
  text-align: center;
}

.postcard-side__hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px;
  background: rgba(3, 25, 23, 0.56);
}

.postcard-side__hero p {
  max-width: 520px;
  font-size: clamp(1.05rem, 2.1vw, 1.75rem);
  font-weight: 900;
  line-height: 1;
}

.postcard-side__hero strong {
  color: #faffd9;
  font-size: clamp(1rem, 2.4vw, 1.7rem);
  text-shadow: 0 0 14px rgba(252, 194, 27, 0.74);
}

.postcard-mail-panel {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 14px;
  padding: 16px 18px 0;
}

.postcard-mail-panel div {
  min-height: 80px;
  padding: 14px;
  border: 2px dashed rgba(7, 63, 57, 0.26);
  background: rgba(255, 255, 255, 0.7);
}

.postcard-mail-panel span,
.postcard-mail-panel strong {
  display: block;
}

.postcard-mail-panel span {
  color: #5e7772;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.postcard-mail-panel strong {
  margin-top: 8px;
  font-size: 1.1rem;
}

.postcard-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 16px 18px;
}

.postcard-grid--front {
  grid-template-rows: repeat(2, minmax(0, 1fr));
  padding-top: 16px;
}

.postcard-grid--back {
  grid-template-rows: repeat(2, minmax(0, 1fr));
  padding-top: 16px;
}

.postcard-spot {
  position: relative;
  display: grid;
  align-content: space-between;
  min-height: 144px;
  padding: 14px;
  border: 2px solid rgba(255, 255, 255, 0.42);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.15);
  color: inherit;
  text-align: left;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.postcard-side--back .postcard-spot {
  border-color: rgba(7, 63, 57, 0.16);
  background: rgba(255, 255, 255, 0.86);
}

.postcard-side--front .postcard-spot {
  border-color: rgba(7, 63, 57, 0.16);
  background: rgba(255, 255, 255, 0.66);
}

.postcard-side--front .postcard-spot:nth-child(4n + 1),
.postcard-side--back .postcard-spot:nth-child(4n + 1) {
  border-left-width: 2px;
}

.postcard-side--front .postcard-spot + .postcard-spot,
.postcard-side--back .postcard-spot + .postcard-spot {
  margin-left: -2px;
}

.postcard-side--front .postcard-spot:nth-child(n + 5),
.postcard-side--back .postcard-spot:nth-child(n + 5) {
  margin-top: -2px;
}

.postcard-spot span,
.postcard-spot strong,
.postcard-spot em {
  display: block;
}

.postcard-spot span {
  color: #fcc21b;
  font-size: 0.8rem;
  font-weight: 900;
}

.postcard-side--back .postcard-spot span {
  color: #0e766b;
}

.postcard-spot strong {
  margin-top: 8px;
  font-size: clamp(0.88rem, 1.6vw, 1.08rem);
  line-height: 1.12;
}

.postcard-spot em {
  margin-top: 10px;
  font-style: normal;
  font-weight: 900;
}

.postcard-spot--available:hover,
.postcard-spot--available:focus-visible,
.postcard-spot.is-selected {
  border-color: #fcc21b;
  background: linear-gradient(135deg, rgba(252, 194, 27, 0.34), rgba(32, 199, 186, 0.28));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.58) inset,
    0 0 18px rgba(252, 194, 27, 0.34),
    0 0 28px rgba(32, 199, 186, 0.22);
}

.postcard-spot--available::before {
  content: "Click to reserve";
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(32, 199, 186, 0.16);
  color: #075f55;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  opacity: 0;
  text-transform: uppercase;
  transition: opacity 0.18s ease;
}

.postcard-spot--available:hover::before,
.postcard-spot--available:focus-visible::before {
  opacity: 1;
}

.postcard-spot.is-selected::after {
  content: "Selected";
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #20c7ba;
  color: #032b27;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.postcard-spot--reserved,
.postcard-spot--hold {
  cursor: not-allowed;
  opacity: 0.72;
}

.postcard-spot--reserved {
  background: rgba(7, 63, 57, 0.38);
}

.postcard-side--back .postcard-spot--reserved {
  background: rgba(7, 63, 57, 0.12);
}

.postcard-spot--hold {
  background: rgba(252, 194, 27, 0.2);
}

@media (max-width: 720px) {
  .flyer-preview {
    padding: 18px;
  }

  .flyer-preview__spread {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .flyer-sheet h3 {
    font-size: 2rem;
  }

  .postcard-selector__status {
    width: 100%;
    margin-left: 0;
  }

  .postcard-side {
    min-width: 620px;
    aspect-ratio: 4 / 3;
  }

  .postcard-selector__stage {
    overflow-x: auto;
    padding-bottom: 10px;
  }

  .postcard-grid,
  .postcard-mail-panel {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .postcard-side__hero,
  .postcard-side__masthead {
    align-items: center;
    flex-direction: row;
  }
}

.business-directory {
  width: min(1500px, calc(100% - 32px));
  margin: 0 auto;
}

.business-directory-page .site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  margin: 0 auto 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.business-directory-page .site-header__inner {
  min-height: 62px;
  width: min(1500px, calc(100% - 32px));
  margin: 10px auto 0;
  gap: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 26px;
  border: 1px solid rgba(142, 255, 231, 0.2);
  border-radius: 999px;
  background: rgba(222, 239, 236, 0.88);
  backdrop-filter: blur(18px);
  box-shadow:
    0 18px 44px rgba(7, 63, 57, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.business-directory-page .site-header__brand {
  color: #063f39;
  font-size: 1.14rem;
  font-weight: 900;
  text-transform: none;
  letter-spacing: 0.01em;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.58);
  white-space: nowrap;
}

.business-directory-page .site-header__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: auto;
}

.business-directory-page .site-header__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(142, 255, 231, 0.32);
  border-radius: 999px;
  background: linear-gradient(135deg, #22f0c1, #1782ca);
  color: #02131a;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(20, 199, 160, 0.24);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.business-directory-page .site-header__button:hover,
.business-directory-page .site-header__button:focus-visible {
  background: linear-gradient(135deg, #59ffd8, #2ea4ff);
  box-shadow: 0 16px 34px rgba(20, 199, 160, 0.36);
  transform: translateY(-2px);
}

.business-directory-page .site-header__menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  padding: 10px;
  border: 1px solid rgba(22, 93, 83, 0.2);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.55);
  color: #063f39;
  cursor: pointer;
}

.business-directory-page .site-header__menu-toggle span {
  display: block;
  height: 2px;
  margin: 4px 0;
  border-radius: 999px;
  background: currentColor;
}

.business-directory-page .site-header__menu-toggle:focus-visible {
  outline: 3px solid rgba(23, 130, 202, 0.35);
  outline-offset: 2px;
}

.business-directory__hero,
.station-focus,
.directory-controls,
.directory-results,
.station-directory {
  border: 1px solid rgba(22, 93, 83, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 60px rgba(28, 76, 71, 0.1);
}

.business-directory__hero {
  position: relative;
  overflow: hidden;
  padding: 46px;
  background:
    linear-gradient(90deg, rgba(4, 38, 35, 0.88) 0%, rgba(7, 65, 58, 0.72) 42%, rgba(7, 80, 74, 0.28) 100%),
    linear-gradient(180deg, rgba(3, 31, 30, 0.18), rgba(3, 31, 30, 0.32)),
    url("./assets/skytrain-bridge-hero.png") center / cover no-repeat;
  color: #f6fffc;
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.business-directory__hero::after {
  display: none;
}

.business-directory__hero h1 {
  position: relative;
  max-width: 920px;
  margin: 14px 0 0;
  color: #ffffff;
  font-size: clamp(2.6rem, 6vw, 5.7rem);
  line-height: 0.98;
  letter-spacing: 0;
  text-shadow: none;
  z-index: 1;
}

.business-directory__hero p:not(.search-hero__chip) {
  position: relative;
  max-width: 780px;
  margin: 18px 0 0;
  color: #d8fbf3;
  font-size: 1.08rem;
  line-height: 1.7;
  z-index: 1;
}

.business-directory__hero .search-hero__chip {
  position: relative;
  align-self: flex-start;
  max-width: max-content;
  background: rgba(252, 194, 27, 0.82);
  color: #3b2a00;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
  z-index: 1;
}

.hero-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.business-directory-page .hero-actions .cta {
  min-height: 50px;
  padding: 0 24px;
  font-weight: 900;
}

.business-directory-page .hero-actions__primary {
  color: #02131a;
  box-shadow: 0 18px 36px rgba(20, 199, 160, 0.32);
}

.business-directory-page .hero-actions__secondary {
  border-color: rgba(216, 251, 243, 0.42);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.business-directory-page .hero-actions__secondary:hover,
.business-directory-page .hero-actions__secondary:focus-visible {
  background: rgba(255, 255, 255, 0.16);
}

.search-hero__chip,
.section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin: 0;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(252, 194, 27, 0.18);
  color: #684900;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.directory-stats {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
  z-index: 1;
}

.directory-stats div,
.directory-stat-link {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
}

.directory-stats strong,
.directory-stats span {
  display: block;
}

.directory-stat-link {
  color: inherit;
  text-decoration: none;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.directory-stat-link:hover,
.directory-stat-link:focus-visible {
  border-color: rgba(252, 194, 27, 0.72);
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}

.directory-stats strong {
  color: #ffffff;
  font-size: 2rem;
}

.directory-stats span {
  margin-top: 4px;
  color: #d8fbf3;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.zone-index-hero-card {
  min-height: 176px;
}

.zone-index-hero-card__badge {
  display: inline-block !important;
  margin: 0 0 14px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(252, 194, 27, 0.92);
  color: #684900 !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.06em !important;
}

.zone-index-hero-card p {
  margin: 10px 0 0;
  color: #e4fbf5;
  line-height: 1.4;
}

.zone-index-hero-card small {
  display: block;
  margin-top: 12px;
  color: #d8fbf3;
  font-weight: 700;
}

.station-focus {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(280px, 1.1fr);
  gap: 22px;
  align-items: center;
  margin-top: 18px;
  padding: 24px;
}

.station-focus h2,
.section-heading h2 {
  margin: 12px 0 0;
  color: #073f39;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.station-focus p,
.section-heading p {
  margin: 10px 0 0;
  color: #456761;
  line-height: 1.6;
}

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

.station-focus__facts span {
  min-height: 78px;
  padding: 14px;
  border-left: 5px solid #fcc21b;
  border-radius: 12px;
  background: #f3faf7;
  color: #0b4b43;
  font-weight: 800;
  line-height: 1.35;
}

.station-focus__facts strong {
  display: block;
  font-size: 1.55rem;
  color: #073f39;
}

.directory-controls {
  display: grid;
  grid-template-columns: minmax(240px, 1.4fr) repeat(6, minmax(130px, 1fr)) minmax(96px, auto);
  gap: 14px;
  align-items: end;
  margin-top: 18px;
  padding: 18px;
  scroll-margin-top: 104px;
}

.directory-controls .cta {
  width: 100%;
  min-width: 96px;
  white-space: nowrap;
}

.directory-controls #business-reset {
  border: 1px solid rgba(0, 116, 101, 0.24);
  background: #f7fffd;
  color: #063f38;
  box-shadow: none;
}

.directory-controls #business-reset:hover,
.directory-controls #business-reset:focus-visible {
  background: #e1fbf5;
  color: #022f2a;
  box-shadow: 0 0 0 3px rgba(31, 178, 219, 0.22);
}

.directory-controls .field {
  min-width: 0;
}

.directory-controls select,
.directory-controls input,
.category-combobox__button {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(22, 93, 83, 0.18);
  border-radius: 10px;
  background: #ffffff;
  color: #022f2a;
  padding: 0 16px;
  font: inherit;
  font-weight: 700;
}

.directory-controls input::placeholder {
  color: #49615d;
  opacity: 1;
}

.directory-controls .field > span {
  display: block;
  margin-bottom: 7px;
  color: #456761;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.category-combobox {
  position: relative;
}

.category-combobox__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
  color: #022f2a;
  font-weight: 800;
}

#business-station-summary,
#business-category-summary {
  color: #022f2a;
  font-weight: 900;
}

.category-combobox__button::after {
  content: "";
  width: 9px;
  height: 9px;
  margin-left: 12px;
  border-right: 2px solid #0c4942;
  border-bottom: 2px solid #0c4942;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 160ms ease;
}

.category-combobox[data-open="true"] .category-combobox__button {
  border-color: rgba(23, 130, 202, 0.56);
  box-shadow: 0 0 0 3px rgba(31, 178, 219, 0.16);
}

.category-combobox[data-open="true"] .category-combobox__button::after {
  transform: rotate(225deg) translate(-2px, -1px);
}

.category-combobox__panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 1200;
  display: none;
  width: min(380px, 90vw);
  padding: 12px;
  border: 1px solid rgba(22, 93, 83, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 58px rgba(7, 63, 57, 0.18);
}

.category-combobox[data-open="true"] .category-combobox__panel {
  display: block;
}

.category-combobox__panel input[type="search"] {
  min-height: 44px;
  margin-bottom: 10px;
}

.category-combobox__selected {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-height: 30px;
  margin-bottom: 10px;
}

.category-combobox__hint,
.category-combobox__empty {
  color: #304f49;
  font-size: 0.92rem;
}

.category-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(22, 93, 83, 0.16);
  border-radius: 999px;
  background: #e9f7f4;
  color: #073f39;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 800;
  cursor: pointer;
}

.category-chip::after {
  content: "x";
  margin-left: 8px;
  color: #54706a;
  font-size: 0.82rem;
}

.category-combobox__options {
  max-height: 260px;
  overflow: auto;
  border-top: 1px solid rgba(22, 93, 83, 0.1);
  border-bottom: 1px solid rgba(22, 93, 83, 0.1);
}

.category-combobox__option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 9px 4px;
  color: #022f2a;
  cursor: pointer;
}

.category-combobox__option + .category-combobox__option {
  border-top: 1px solid rgba(22, 93, 83, 0.08);
}

.category-combobox__option:hover,
.category-combobox__option:has(input:focus-visible) {
  background: #eef9f6;
}

.category-combobox__option input {
  width: 18px;
  min-height: 18px;
  accent-color: #0c7469;
}

.category-combobox__name {
  min-width: 0;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.category-combobox__count {
  color: #304f49;
  font-size: 0.88rem;
  font-weight: 800;
}

.category-combobox__clear {
  width: 100%;
  min-height: 38px;
  margin-top: 10px;
  border: 0;
  border-radius: 999px;
  background: #e9f7f4;
  color: #073f39;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.category-combobox__clear:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.directory-results,
.station-directory {
  margin-top: 18px;
  padding: 18px;
  scroll-margin-top: 96px;
}

.directory-results__bar {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: #456761;
  font-weight: 800;
}

.directory-results__bar p {
  margin: 0 0 14px;
}

.business-table-wrap {
  overflow-x: auto;
}

.business-table {
  width: 100%;
  min-width: 1120px;
  border-collapse: collapse;
}

.business-table th,
.business-table td {
  padding: 16px 14px;
  border-top: 1px solid rgba(22, 93, 83, 0.13);
  text-align: left;
  vertical-align: top;
}

.business-table th {
  color: #0e766b;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.business-row--featured td {
  border-top: 1px solid rgba(252, 194, 27, 0.38);
  border-bottom: 1px solid rgba(32, 199, 186, 0.18);
  background:
    linear-gradient(90deg, rgba(7, 63, 57, 0.1), rgba(252, 194, 27, 0.14) 32%, rgba(238, 249, 255, 0.7));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    inset 0 -1px 0 rgba(252, 194, 27, 0.12);
}

.business-row--featured td:first-child {
  border-left: 6px solid #fcc21b;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.business-row--featured td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.business-row--featured .business-name {
  color: #042f2a;
  text-shadow:
    0 0 7px rgba(252, 194, 27, 0.4),
    0 0 18px rgba(32, 199, 186, 0.28);
}

.business-name {
  display: block;
  color: #073f39;
  font-size: 1.05rem;
  font-weight: 800;
  text-decoration: none;
}

.business-name:hover,
.business-name:focus-visible,
.business-link:hover,
.business-link:focus-visible {
  color: #0e766b;
}

.business-muted {
  display: block;
  margin-top: 6px;
  color: #5e7772;
  line-height: 1.45;
}

.business-search-category {
  display: inline-flex;
  margin-top: 6px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #075f55;
  font: inherit;
  font-weight: 800;
  line-height: 1.45;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.business-search-category:hover,
.business-search-category:focus-visible {
  color: #0e766b;
}

.business-domain-link {
  color: #075f55;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.business-domain-link:hover,
.business-domain-link:focus-visible {
  color: #0e766b;
}

.business-category-link {
  color: #073f39;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.business-category-link:hover,
.business-category-link:focus-visible {
  color: #0e766b;
}

.business-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 8px;
}

.business-link {
  display: inline-flex;
  padding: 6px 9px;
  border: 1px solid rgba(14, 118, 107, 0.18);
  border-radius: 999px;
  background: rgba(14, 118, 107, 0.08);
  color: #075f55;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.business-link--glow {
  border-color: rgba(252, 194, 27, 0.56);
  background: linear-gradient(135deg, rgba(252, 194, 27, 0.28), rgba(32, 199, 186, 0.3));
  color: #043f39;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.58) inset,
    0 0 12px rgba(252, 194, 27, 0.24),
    0 0 22px rgba(32, 199, 186, 0.16);
}

.business-link--glow:hover,
.business-link--glow:focus-visible {
  color: #031917;
  border-color: rgba(252, 194, 27, 0.72);
  background: linear-gradient(135deg, rgba(252, 194, 27, 0.42), rgba(32, 199, 186, 0.42));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.76) inset,
    0 0 18px rgba(252, 194, 27, 0.38),
    0 0 30px rgba(32, 199, 186, 0.24);
}

.business-link-list--social .business-link {
  background: rgba(252, 194, 27, 0.16);
  border-color: rgba(252, 194, 27, 0.35);
  color: #6a4a00;
}

.business-verified-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(14, 118, 107, 0.28);
  border-radius: 999px;
  background: rgba(32, 199, 186, 0.14);
  color: #075f55;
  font-size: 0.82rem;
  font-weight: 900;
}

.business-featured-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 8px;
  padding: 0 10px;
  border: 1px solid rgba(252, 194, 27, 0.6);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(252, 194, 27, 0.28), rgba(32, 199, 186, 0.16));
  color: #684900;
  font-size: 0.78rem;
  font-weight: 900;
  box-shadow:
    0 0 10px rgba(252, 194, 27, 0.26),
    0 0 20px rgba(32, 199, 186, 0.12);
}

.business-link--claim,
.listing-mini-badge,
.listing-badges span {
  background: rgba(252, 194, 27, 0.2);
  border-color: rgba(252, 194, 27, 0.42);
  color: #684900;
}

.listing-mini-badge {
  display: inline-flex;
  margin-top: 8px;
  padding: 5px 8px;
  border: 1px solid rgba(252, 194, 27, 0.42);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 900;
}

.listing-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.listing-badges span {
  display: inline-flex;
  padding: 7px 11px;
  border: 1px solid rgba(252, 194, 27, 0.42);
  border-radius: 999px;
  font-weight: 900;
}

.listing-badges .listing-badges__featured {
  background: rgba(23, 130, 202, 0.12);
  border-color: rgba(23, 130, 202, 0.28);
  color: #075f87;
}

.business-rating {
  color: #073f39;
  font-weight: 800;
}

.business-rating-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(0, 105, 100, 0.45);
  text-underline-offset: 0.16em;
}

.business-rating-link:hover,
.business-rating-link:focus-visible {
  color: #006964;
  text-decoration-color: currentColor;
}

.walk-time {
  display: block;
  margin-top: 5px;
  color: #0e766b;
  font-size: 0.9rem;
  font-weight: 900;
}

.station-pill {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  background: #e8f7f3;
  color: #075f55;
  font-weight: 900;
}

.station-zone-pill {
  display: inline-flex;
  margin-top: 7px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #fff2c7;
  color: #684900;
  font-size: 0.74rem;
  font-weight: 900;
}

.results-empty {
  padding: 30px;
  border-radius: 12px;
  background: #f3faf7;
  color: #456761;
  text-align: center;
  font-weight: 800;
}

.results-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
}

.pager {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(14, 118, 107, 0.25);
  border-radius: 999px;
  background: #ffffff;
  color: #075f55;
  cursor: pointer;
  font-weight: 900;
}

.pager:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.pager.is-disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.45;
}

.station-results-pagination span {
  color: #456761;
  font-weight: 800;
}

.station-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.station-index-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.station-index-card {
  display: block;
  min-height: 168px;
  padding: 16px;
  border: 1px solid rgba(22, 93, 83, 0.14);
  border-radius: 14px;
  background: #f9fcfb;
  color: #073f39;
  text-decoration: none;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.station-index-card:hover,
.station-index-card:focus-visible {
  border-color: rgba(252, 194, 27, 0.85);
  box-shadow: 0 12px 34px rgba(28, 76, 71, 0.12);
  transform: translateY(-2px);
}

.station-index-card span {
  display: inline-flex;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(252, 194, 27, 0.25);
  color: #684900;
  font-size: 0.76rem;
  font-weight: 900;
}

.station-index-card h2 {
  margin: 12px 0 0;
  color: #073f39;
  font-size: 1.18rem;
  line-height: 1.22;
}

.station-index-card p,
.station-index-card small {
  display: block;
  margin-top: 8px;
  color: #5e7772;
  line-height: 1.45;
}

.station-card {
  min-height: 166px;
  padding: 16px;
  border: 1px solid rgba(22, 93, 83, 0.14);
  border-radius: 14px;
  background: #f9fcfb;
  text-align: left;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.station-card:hover,
.station-card:focus-visible,
.station-card.is-active {
  border-color: rgba(252, 194, 27, 0.85);
  box-shadow: 0 12px 34px rgba(28, 76, 71, 0.12);
  transform: translateY(-2px);
}

.station-card > span {
  display: inline-flex;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(252, 194, 27, 0.25);
  color: #6f4d00;
  font-size: 0.76rem;
  font-weight: 900;
}

.station-card h3 {
  margin: 12px 0 0;
  color: #073f39;
  font-size: 1.1rem;
  line-height: 1.25;
}

.station-card p {
  margin: 8px 0 0;
  color: #5e7772;
  line-height: 1.45;
}

.station-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.station-card__meta span {
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(14, 118, 107, 0.08);
  color: #075f55;
  font-size: 0.76rem;
  font-weight: 800;
}

.station-card__meta a {
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(23, 130, 202, 0.1);
  color: #075f87;
  font-size: 0.76rem;
  font-weight: 900;
  text-decoration: none;
}

.business-detail {
  margin-top: 18px;
  padding: clamp(24px, 5vw, 52px);
  border: 1px solid rgba(22, 93, 83, 0.14);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 252, 250, 0.98)),
    #ffffff;
  box-shadow: 0 18px 60px rgba(28, 76, 71, 0.1);
}

.business-back-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-bottom: 22px;
  padding: 0 16px;
  border: 1px solid rgba(14, 118, 107, 0.22);
  border-radius: 999px;
  background: rgba(14, 118, 107, 0.08);
  color: #075f55;
  font-weight: 900;
  text-decoration: none;
}

.business-back-link::before {
  content: "<";
  margin-right: 8px;
}

.business-back-link:hover,
.business-back-link:focus-visible {
  background: rgba(32, 199, 186, 0.18);
  border-color: rgba(14, 118, 107, 0.34);
  color: #043f39;
}

.business-detail__bottom-nav {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid rgba(22, 93, 83, 0.13);
}

.business-detail__bottom-nav .business-back-link {
  margin-bottom: 0;
}

.business-detail h1 {
  max-width: 980px;
  margin: 18px 0 0;
  color: #073f39;
  font-size: clamp(2.3rem, 5vw, 5.2rem);
  line-height: 0.98;
}

.business-detail--featured h1 {
  display: block;
  width: fit-content;
  max-width: min(100%, 920px);
  margin-top: 22px;
  padding: 0.18em 0.24em 0.22em;
  border: 1px solid rgba(252, 194, 27, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(5, 43, 39, 0.97), rgba(7, 63, 57, 0.98)),
    radial-gradient(circle at 12% 20%, rgba(252, 194, 27, 0.18), transparent 34%);
  color: #faffd9;
  font-size: clamp(2rem, 4.4vw, 4.25rem);
  line-height: 1.03;
  text-shadow:
    0 0 4px rgba(252, 194, 27, 0.72),
    0 0 12px rgba(32, 199, 186, 0.52),
    0 0 20px rgba(31, 178, 219, 0.34);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.18) inset,
    0 10px 30px rgba(7, 48, 57, 0.14),
    0 0 18px rgba(252, 194, 27, 0.18),
    0 0 30px rgba(32, 199, 186, 0.16);
}

.business-detail__summary {
  max-width: 820px;
  margin: 18px 0 0;
  color: #456761;
  font-size: 1.1rem;
  line-height: 1.7;
}

.business-detail__actions,
.business-detail__pager {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.detail-ghost {
  color: #075f55;
  border-color: rgba(14, 118, 107, 0.22);
}

.business-detail__facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
  margin: 32px 0 0;
}

.business-detail__facts div,
.business-detail__link-grid > div {
  padding: 18px;
  border: 1px solid rgba(22, 93, 83, 0.13);
  border-radius: 14px;
  background: #f8fcfb;
}

.business-detail__facts dt,
.business-detail__contact h3 {
  color: #0e766b;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.business-detail__facts dd {
  margin: 8px 0 0;
  color: #073f39;
  font-weight: 800;
  line-height: 1.45;
}

.business-location-map {
  margin-top: 24px;
  scroll-margin-top: 96px;
}

.business-location-map h2 {
  margin: 10px 0 0;
  color: #073f39;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.08;
}

.business-location-map p:not(.section-kicker) {
  max-width: 760px;
  margin: 10px 0 0;
  color: #456761;
  line-height: 1.6;
}

.business-location-map__frame {
  margin-top: 16px;
}

.business-enhanced-profile {
  margin-top: 22px;
  padding: 22px;
  border: 1px solid rgba(14, 118, 107, 0.16);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(247, 255, 252, 0.98), rgba(238, 249, 255, 0.94));
}

.business-enhanced-profile h2 {
  margin: 0 0 10px;
  color: #073f39;
}

.business-enhanced-profile p {
  margin: 0;
  color: #244743;
  line-height: 1.65;
}

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

.business-enhanced-faq details {
  border: 1px solid rgba(14, 118, 107, 0.16);
  border-radius: 10px;
  background: #fff;
}

.business-enhanced-faq summary {
  cursor: pointer;
  padding: 12px 14px;
  color: #073f39;
  font-weight: 900;
}

.business-enhanced-faq details p {
  padding: 0 14px 14px;
}

.business-detail__contact {
  margin-top: 34px;
}

.business-detail__contact h2 {
  margin: 0;
  color: #073f39;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
}

.business-detail__link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.business-detail__pager {
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid rgba(22, 93, 83, 0.13);
}

.claim-page {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.claim-form {
  margin-top: 28px;
}

.claim-form label,
.claim-form__checks label {
  display: block;
  color: #073f39;
  font-weight: 900;
}

.field-required {
  display: inline-flex;
  margin-left: 6px;
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(252, 194, 27, 0.22);
  color: #684900;
  font-size: 0.76rem;
  font-weight: 900;
  vertical-align: middle;
}

.field-hint {
  display: block;
  margin-top: 6px;
  color: #5e7772;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.35;
}

.add-category-combobox {
  display: block;
  margin-top: 7px;
}

.add-category-combobox input[name="category"] {
  margin-top: 0;
  padding-right: 44px;
}

.add-category-combobox__toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  min-height: 48px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.add-category-combobox__toggle::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 9px;
  height: 9px;
  border-right: 2px solid #0c4942;
  border-bottom: 2px solid #0c4942;
  transform: rotate(45deg);
}

.add-category-combobox[data-open="true"] .add-category-combobox__toggle::after {
  top: 21px;
  transform: rotate(225deg);
}

.claim-form .add-category-combobox .category-combobox__panel {
  width: 100%;
}

.claim-form .add-category-combobox .category-combobox__options {
  display: block;
  max-height: 260px;
}

.claim-form .add-category-combobox .category-combobox__option input[type="radio"] {
  width: 18px;
  min-height: 18px;
  margin: 0;
  padding: 0;
}

.flyer-business-combobox {
  position: relative;
  display: block;
}

.flyer-business-combobox input[name="businessName"] {
  margin-top: 7px;
}

.flyer-business-combobox__panel {
  position: absolute;
  z-index: 30;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  max-height: 260px;
  overflow: auto;
  border: 1px solid rgba(22, 93, 83, 0.2);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 18px 34px rgba(7, 48, 57, 0.18);
}

.flyer-business-combobox__option {
  display: block;
  width: 100%;
  min-height: 38px;
  padding: 9px 12px;
  border: 0;
  border-bottom: 1px solid rgba(22, 93, 83, 0.08);
  background: #ffffff;
  color: #073f39;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.flyer-business-combobox__option:last-child {
  border-bottom: 0;
}

.flyer-business-combobox__option:hover,
.flyer-business-combobox__option.is-active {
  background: rgba(32, 199, 186, 0.13);
}

.claim-form input,
.claim-form textarea,
.claim-form select {
  width: 100%;
  box-sizing: border-box;
  min-height: 48px;
  margin-top: 7px;
  border: 1px solid rgba(22, 93, 83, 0.18);
  border-radius: 10px;
  background: #ffffff;
  color: #073f39;
  padding: 10px 14px;
  font: inherit;
}

.claim-form input[type="checkbox"] {
  width: auto;
  min-height: auto;
  margin: 0 8px 0 0;
}

.claim-form input.readonly-field,
.claim-form input[readonly] {
  min-height: 48px;
  border: 0;
  background: linear-gradient(135deg, #20c7ba, #25aee4);
  color: #032b27;
  box-shadow: 0 12px 24px rgba(32, 199, 186, 0.22);
  font-weight: 900;
  text-align: center;
  cursor: pointer;
  user-select: none;
}

.claim-form input.readonly-field:hover,
.claim-form input[readonly]:hover {
  filter: brightness(1.03);
  transform: translateY(-1px);
}

.claim-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.claim-form__checks,
.premium-offer {
  margin-top: 24px;
  padding: 18px;
  border: 1px solid rgba(22, 93, 83, 0.13);
  border-radius: 14px;
  background: #f8fcfb;
}

.claim-form__checks {
  display: grid;
  gap: 12px;
}

.claim-form__checks legend {
  padding: 0 0 4px;
  color: #0e766b;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.claim-form__checks label span {
  display: inline-flex;
  margin-left: 6px;
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(252, 194, 27, 0.22);
  color: #684900;
  font-size: 0.76rem;
  font-weight: 900;
}

.premium-offer h2 {
  margin: 0;
  color: #073f39;
  font-size: clamp(1.5rem, 2vw, 2.2rem);
}

.premium-offer p {
  max-width: 760px;
  color: #456761;
  line-height: 1.65;
}

.premium-offer--active {
  border-color: rgba(23, 130, 202, 0.25);
  background: linear-gradient(180deg, rgba(238, 249, 255, 0.94), rgba(248, 252, 251, 0.98));
}

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

.premium-offer__grid--display {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.premium-offer__grid div {
  min-height: 110px;
  padding: 16px;
  border-left: 5px solid #fcc21b;
  border-radius: 12px;
  background: #ffffff;
}

.premium-offer--active .premium-offer__grid div {
  border-left-color: #1782ca;
}

.premium-offer__grid strong,
.premium-offer__grid span {
  display: block;
}

.premium-offer__grid strong {
  color: #073f39;
}

.premium-offer__grid span {
  margin-top: 8px;
  color: #456761;
  line-height: 1.45;
}

.station-landing {
  margin-top: 18px;
}

.station-landing__stats {
  max-width: 1180px;
}

.station-seo-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(320px, 1.05fr);
  gap: 18px;
  margin-top: 18px;
}

.station-seo-panel,
.station-map-card,
.station-category-strip {
  border: 1px solid rgba(22, 93, 83, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 44px rgba(28, 76, 71, 0.08);
}

.station-seo-panel,
.station-category-strip {
  padding: 24px;
}

.station-seo-panel h2 {
  margin: 12px 0 0;
  color: #073f39;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.05;
}

.station-seo-panel p:not(.section-kicker) {
  color: #456761;
  line-height: 1.65;
}

.station-seo-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 0;
}

.station-seo-facts div {
  padding: 14px;
  border: 1px solid rgba(14, 118, 107, 0.14);
  border-radius: 10px;
  background: rgba(14, 118, 107, 0.05);
}

.station-seo-facts dt {
  color: #007468;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.station-seo-facts dd {
  margin: 7px 0 0;
  color: #073f39;
  font-weight: 800;
}

.station-map-card {
  overflow: hidden;
  height: clamp(360px, 42vw, 520px);
  min-height: 360px;
}

.station-map-card iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.station-category-strip {
  margin-top: 18px;
}

.station-category-strip__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.station-category-strip__links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(14, 118, 107, 0.18);
  border-radius: 999px;
  background: rgba(14, 118, 107, 0.08);
  color: #075f55;
  font-weight: 900;
  text-decoration: none;
}

.station-category-strip__links a.is-active {
  border-color: rgba(252, 194, 27, 0.78);
  background: rgba(252, 194, 27, 0.32);
  color: #3b2a00;
  box-shadow: inset 0 0 0 2px rgba(252, 194, 27, 0.16);
}

.station-category-strip__links a.is-active::after {
  content: "x";
  color: #684900;
  font-size: 0.82rem;
}

.station-category-strip__links span {
  color: #456761;
  font-weight: 800;
}

.about-page .business-directory {
  display: grid;
  gap: 18px;
}

.about-page__hero,
.about-page__panel,
.about-page__steps {
  border: 1px solid rgba(22, 93, 83, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 60px rgba(28, 76, 71, 0.1);
}

.about-page__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.38fr);
  gap: 28px;
  align-items: end;
  min-height: 560px;
  padding: clamp(30px, 5vw, 54px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(4, 38, 35, 0.9) 0%, rgba(7, 65, 58, 0.74) 45%, rgba(7, 80, 74, 0.28) 100%),
    url("./assets/skytrain-bridge-hero.png") center / cover no-repeat;
  color: #f6fffc;
}

.about-page__hero h1 {
  max-width: 920px;
  margin: 14px 0 0;
  color: #ffffff;
  font-size: clamp(2.5rem, 5.8vw, 5.5rem);
  line-height: 0.98;
  letter-spacing: 0;
  text-shadow: none;
}

.about-page__hero p:not(.search-hero__chip),
.about-page__snapshot span {
  max-width: 780px;
  margin: 18px 0 0;
  color: #d8fbf3;
  font-size: 1.06rem;
  line-height: 1.7;
}

.about-page__hero .search-hero__chip {
  background: rgba(252, 194, 27, 0.86);
  color: #3b2a00;
}

.about-page__snapshot {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
}

.about-page__snapshot strong {
  display: block;
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1.2;
}

.about-page__snapshot span {
  display: block;
}

.about-page__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.about-page__panel {
  padding: clamp(24px, 4vw, 34px);
}

.about-page__panel h2 {
  max-width: 760px;
  margin: 12px 0 0;
  color: #073f39;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.about-page__panel p:not(.section-kicker) {
  margin: 14px 0 0;
  color: #456761;
  line-height: 1.7;
}

.about-page__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
  padding: 18px;
}

.about-page__steps div {
  min-height: 150px;
  padding: 18px;
  border-left: 5px solid #fcc21b;
  border-radius: 12px;
  background: #f8fcfb;
}

.about-page__steps span,
.about-page__steps strong {
  display: block;
}

.about-page__steps span {
  width: fit-content;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(252, 194, 27, 0.25);
  color: #684900;
  font-size: 0.78rem;
  font-weight: 900;
}

.about-page__steps strong {
  margin-top: 12px;
  color: #073f39;
  font-size: 1.12rem;
}

.about-page__steps p {
  margin: 8px 0 0;
  color: #456761;
  line-height: 1.55;
}

.site-footer {
  width: min(1500px, calc(100% - 32px));
  margin: 28px auto 0;
  padding: 0 0 8px;
}

.site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  border: 1px solid rgba(22, 93, 83, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 44px rgba(28, 76, 71, 0.08);
}

.site-footer p {
  margin: 0;
  color: #456761;
  font-weight: 800;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px 16px;
}

.site-footer__links a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #006f8b;
  font-weight: 900;
  text-decoration: none;
}

.site-footer__social-icon {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: #1877f2;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
}

.site-footer__youtube-icon {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 18px;
  border-radius: 5px;
  background: #ff0000;
}

.site-footer__youtube-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
  transform: translate(-40%, -50%);
}

.site-footer__links a:hover,
.site-footer__links a:focus-visible {
  color: #004d61;
  text-decoration: underline;
  outline: none;
}

.business-directory-page {
  padding-bottom: 74px;
}

.category-ticker {
  position: fixed;
  z-index: 90;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  min-height: 56px;
  border-top: 1px solid rgba(7, 63, 57, 0.22);
  background: #073f39;
  color: #fff;
  box-shadow: 0 -8px 28px rgba(7, 63, 57, 0.2);
}

.category-ticker__label {
  position: relative;
  z-index: 2;
  display: grid;
  min-width: 172px;
  padding: 0 22px;
  place-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  background: #0e5950;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.category-ticker__label:hover,
.category-ticker__label:focus-visible {
  background: #13766b;
  color: #fff;
  outline: 3px solid #f6c945;
  outline-offset: -3px;
}

.category-ticker__viewport {
  min-width: 0;
  overflow: hidden;
  scrollbar-width: none;
}

.category-ticker__viewport::-webkit-scrollbar {
  display: none;
}

.category-ticker__track {
  display: flex;
  width: max-content;
  min-height: 56px;
  animation: category-ticker-scroll 300s linear infinite;
}

.category-ticker__group {
  display: flex;
  flex-shrink: 0;
  align-items: stretch;
}

.category-ticker__item {
  display: inline-flex;
  min-height: 56px;
  padding: 0 18px;
  align-items: center;
  gap: 9px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
}

.category-ticker__item strong {
  display: inline-grid;
  min-width: 28px;
  min-height: 28px;
  padding: 0 7px;
  place-items: center;
  border-radius: 999px;
  background: #f6c945;
  color: #073f39;
  font-size: 0.76rem;
}

.category-ticker__item:hover,
.category-ticker__item:focus-visible {
  background: #13766b;
  outline: none;
}

.directory-results:focus-visible {
  outline: 3px solid #0c91a8;
  outline-offset: 4px;
}

@keyframes category-ticker-scroll {
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1200px) {
  .directory-controls {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .directory-controls .cta {
    min-height: 50px;
  }
}

@media (max-width: 940px) {
  .directory-stats,
  .station-focus,
  .about-page__hero,
  .about-page__grid,
  .station-focus__facts,
  .station-seo-grid,
  .station-seo-facts {
    grid-template-columns: 1fr 1fr;
  }

  .station-seo-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 760px) {
  .business-directory-page {
    padding-top: 128px;
    padding-bottom: 66px;
  }

  .business-directory {
    width: min(100% - 24px, 1500px);
  }

  .business-directory__hero,
  .station-focus,
  .directory-controls,
  .directory-results,
  .station-directory {
    border-radius: 12px;
  }

  .business-directory__hero {
    padding: 28px;
  }

  .business-directory-page .site-header__inner {
    min-height: 62px;
    flex-direction: row;
    align-items: center;
    padding: 12px 16px;
  }

  .business-directory-page .site-header__menu-toggle {
    display: block;
    margin-left: auto;
  }

  .business-directory-page .site-header__nav {
    display: none;
    width: 100%;
    margin: 0;
    padding-top: 10px;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
  }

  .business-directory-page .site-header__nav.is-open {
    display: flex;
  }

  .business-directory-page .site-header__inner:has(.site-header__nav.is-open) {
    flex-wrap: wrap;
  }

  .business-directory-page .site-header__button {
    width: 100%;
    min-height: 44px;
  }

  .business-directory__hero::after {
    display: none;
  }

  .directory-stats,
  .directory-controls,
  .station-focus,
  .about-page__hero,
  .about-page__grid,
  .about-page__steps,
  .station-focus__facts,
  .station-seo-facts,
  .claim-form__grid,
  .premium-offer__grid {
    grid-template-columns: 1fr;
  }

  .directory-controls {
    scroll-margin-top: 152px;
  }

  .directory-results__bar,
  .results-pagination {
    display: block;
  }

  .site-footer {
    width: min(100% - 24px, 1500px);
  }

  .site-footer__inner,
  .site-footer__links {
    align-items: flex-start;
    flex-direction: column;
  }

  .category-ticker {
    grid-template-columns: 1fr;
    min-height: 48px;
  }

  .category-ticker__label {
    position: absolute;
    width: 1px;
    height: 1px;
    min-width: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .category-ticker__track,
  .category-ticker__item {
    min-height: 48px;
  }

  .results-pagination .pager {
    width: 100%;
    margin: 5px 0;
  }
}
