.getting-around {
  max-width: 74rem;
  margin: 0;
  padding-bottom: 2rem;
}

.getting-around__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
  align-items: end;
  gap: 2rem;
  padding: 1.25rem 0 1.5rem;
}

.getting-around__intro h1 {
  max-width: 16ch;
  margin: 0;
  font-size: 2.5rem;
  line-height: 1.1;
}

.getting-around__intro > p:last-child {
  max-width: 38rem;
  margin: 0;
  color: #566159;
}

.getting-around__eyebrow {
  grid-column: 1 / -1;
  margin: 0 0 -1.45rem;
  color: #68736c;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.getting-around__route-form {
  display: grid;
  grid-template-columns: minmax(9rem, 0.75fr) minmax(15rem, 1.25fr) auto minmax(10rem, 0.85fr) auto;
  align-items: end;
  gap: 0.75rem;
  padding: 1rem;
  border: 1px solid #ccd4cf;
  background: #f7f9f7;
}

.getting-around__route-form label {
  display: grid;
  gap: 0.35rem;
}

.getting-around__route-form label span {
  color: #556159;
  font-size: 0.76rem;
  font-weight: 650;
  text-transform: uppercase;
}

.getting-around__route-form label span small {
  font-size: inherit;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.getting-around__route-form select,
.getting-around__route-form button {
  min-height: 2.8rem;
  border: 1px solid #aeb9b2;
  font: inherit;
}

.getting-around__route-form select {
  width: 100%;
  padding: 0.55rem 0.7rem;
  background: white;
  color: inherit;
}

.getting-around__route-form button {
  padding: 0.55rem 1rem;
  border-color: #263d30;
  background: #263d30;
  color: white;
  cursor: pointer;
}

.getting-around__arrow {
  padding-bottom: 0.65rem;
  color: #68736c;
}

.getting-around__results,
.getting-around__popular {
  padding: 1.75rem 0;
}

.getting-around__results-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.getting-around__results-heading .getting-around__eyebrow,
.getting-around__popular .getting-around__eyebrow {
  margin: 0 0 0.3rem;
}

.getting-around__results-heading h2,
.getting-around__popular h2 {
  margin: 0;
  font-size: 1.6rem;
}

.getting-around__results-heading > p {
  margin: 0;
  color: #68736c;
  font-size: 0.85rem;
}

.getting-around__option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.getting-around__option {
  padding: 1rem;
  border: 1px solid #d0d7d2;
  background: white;
}

.getting-around__transfer-results {
  margin-top: 1rem;
}

.getting-around__transfer-heading {
  margin-bottom: 0.8rem;
}

.getting-around__transfer-heading .getting-around__eyebrow {
  margin: 0 0 0.25rem;
}

.getting-around__transfer-heading h3 {
  margin: 0;
  font-size: 1.25rem;
}

.getting-around__transfer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.getting-around__transfer-option {
  padding: 1rem;
  border: 1px solid #d0d7d2;
  background: white;
}

.getting-around__journey-leg + .getting-around__journey-leg {
  margin-top: 0.8rem;
}

.getting-around__leg-heading {
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid #e2e6e3;
  font-size: 0.78rem;
}

.getting-around__leg-heading strong {
  text-transform: uppercase;
  letter-spacing: 0.045em;
}

.getting-around__leg-heading span {
  color: #69736d;
}

.getting-around__journey-leg .getting-around__terminal-route {
  padding: 0.65rem 0;
}

.getting-around__journey-leg .getting-around__terminal-route h4 {
  margin: 0.15rem 0 0;
  font-size: 0.88rem;
  line-height: 1.25;
}

.getting-around__transfer-instruction {
  margin: 0.25rem 0 0.8rem;
  padding: 0.65rem 0.75rem;
  border-left: 3px solid #8a6a3e;
  background: #faf7f1;
  font-size: 0.78rem;
}

.getting-around__transfer-instruction p {
  margin: 0.2rem 0 0;
  color: #5f675f;
  line-height: 1.4;
}

.getting-around__option-topline {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #e2e6e3;
}

.getting-around__option-topline strong {
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.getting-around__option-topline span {
  color: #566159;
  font-size: 0.85rem;
}

.getting-around__terminal-route {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 0.65rem;
  padding: 0.9rem 0;
}

.getting-around__terminal-route small {
  color: #748078;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.getting-around__terminal-route h3 {
  margin: 0.15rem 0 0;
  font-size: 1rem;
  line-height: 1.25;
}

.getting-around__terminal-route p {
  margin: 0.2rem 0 0;
  color: #68736c;
  font-size: 0.78rem;
}

.getting-around__stop-pattern {
  margin: 0 0 0.75rem;
  padding: 0.7rem 0;
  border-top: 1px solid #eef0ee;
  border-bottom: 1px solid #eef0ee;
}

.getting-around__stop-pattern summary {
  color: #31463a;
  font-size: 0.82rem;
  font-weight: 650;
  cursor: pointer;
}

.getting-around__stop-pattern > p {
  margin: 0.55rem 0 0.8rem;
  color: #69736d;
  font-size: 0.75rem;
}

.getting-around__stop-pattern ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.getting-around__stop-pattern li {
  position: relative;
}

.getting-around__stop-row {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr);
  gap: 0.1rem 0.65rem;
  padding: 0.35rem 0 0.35rem 1rem;
  color: inherit;
  font-size: 0.78rem;
  text-decoration: none;
}

.getting-around__stop-pattern a.getting-around__stop-row:hover strong {
  text-decoration: underline;
}

.getting-around__stop-pattern li::before {
  position: absolute;
  top: 0.72rem;
  left: 0.1rem;
  width: 0.42rem;
  height: 0.42rem;
  border: 1px solid #52675a;
  border-radius: 50%;
  background: white;
  content: '';
}

.getting-around__stop-pattern li:not(:last-child)::after {
  position: absolute;
  top: 1.14rem;
  bottom: -0.3rem;
  left: 0.31rem;
  width: 1px;
  background: #c8d0cb;
  content: '';
}

.getting-around__stop-row > span {
  color: #748078;
}

.getting-around__stop-row > strong {
  font-weight: 600;
}

.getting-around__stop-row > small {
  grid-column: 2;
  color: #748078;
}

.getting-around__stop-explorer {
  margin: 0 0 1rem;
  padding: 1rem;
  border: 1px solid #aab9b0;
  background: #f7f9f7;
  scroll-margin-top: 1rem;
}

.getting-around__stop-explorer-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.8rem;
}

.getting-around__stop-explorer-heading .getting-around__eyebrow,
.getting-around__stop-choices .getting-around__eyebrow {
  margin: 0 0 0.2rem;
}

.getting-around__stop-explorer-heading h3 {
  margin: 0;
  font-size: 1.35rem;
}

.getting-around__stop-explorer-heading p:not(.getting-around__eyebrow) {
  margin: 0.2rem 0 0;
  color: #68736c;
  font-size: 0.82rem;
}

.getting-around__stop-explorer-heading > a {
  color: #526158;
  font-size: 0.78rem;
}

.getting-around__stop-explorer-grid {
  display: grid;
  grid-template-columns: minmax(18rem, 0.9fr) minmax(0, 1.1fr);
  gap: 1rem;
}

.getting-around__stop-map {
  min-height: 19rem;
  border: 1px solid #ccd4cf;
  background: #e8ece9;
}

.getting-around__stop-map-marker,
.getting-around__poi-map-marker {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid white;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.getting-around__stop-map-marker {
  background: #263d30;
}

.getting-around__poi-map-marker {
  background: #b16b2f;
}

.getting-around__stop-choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.getting-around__stop-choices section {
  min-width: 0;
}

.getting-around__stop-choices h4 {
  margin: 0 0 0.6rem;
  font-size: 0.95rem;
}

.getting-around__onward-list,
.getting-around__nearby-list {
  display: grid;
  gap: 0.4rem;
}

.getting-around__onward-list a,
.getting-around__nearby-list a {
  display: flex;
  justify-content: space-between;
  gap: 0.6rem;
  padding: 0.6rem;
  border: 1px solid #d3dad5;
  background: white;
  color: inherit;
  font-size: 0.78rem;
  text-decoration: none;
}

.getting-around__onward-list a:hover,
.getting-around__nearby-list a:hover {
  border-color: #7d8f84;
}

.getting-around__onward-list a > span:first-child,
.getting-around__nearby-list a > span:first-child {
  display: grid;
  gap: 0.1rem;
}

.getting-around__onward-list small,
.getting-around__nearby-list small {
  color: #69736d;
  line-height: 1.3;
}

.getting-around__stop-empty,
.getting-around__stop-disclaimer {
  color: #69736d;
  font-size: 0.75rem;
}

.getting-around__stop-disclaimer {
  margin: 0.7rem 0 0;
}

.getting-around__summary,
.getting-around__operator,
.getting-around__caveat {
  margin: 0.5rem 0 0;
  font-size: 0.82rem;
}

.getting-around__summary {
  color: #36483e;
}

.getting-around__operator,
.getting-around__caveat,
.getting-around__source-note {
  color: #69736d;
}

.getting-around__caveat {
  padding-top: 0.6rem;
  border-top: 1px solid #eef0ee;
}

.getting-around__popular > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  margin-top: 1rem;
}

.getting-around__popular a {
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 0.9rem;
  border: 1px solid #d0d7d2;
  text-decoration: none;
}

.getting-around__popular a > span:first-child {
  display: grid;
  gap: 0.15rem;
}

.getting-around__popular a small {
  color: #69736d;
  font-size: 0.75rem;
}

.getting-around__popular a .getting-around__region-label {
  color: #3e5548;
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.getting-around__popular a:hover {
  background: #f6f8f6;
}

.getting-around__notice {
  margin: 1rem 0;
  padding: 0.8rem 1rem;
  border-left: 3px solid #8b9c91;
  background: #f7f9f7;
}

.getting-around__source-note {
  margin: 0;
  padding-top: 1rem;
  border-top: 1px solid #dfe3e0;
  font-size: 0.75rem;
}

@media (max-width: 48rem) {
  .getting-around__intro,
  .getting-around__route-form,
  .getting-around__option-grid,
  .getting-around__transfer-grid,
  .getting-around__popular > div,
  .getting-around__stop-explorer-grid,
  .getting-around__stop-choices {
    grid-template-columns: 1fr;
  }

  .getting-around__intro {
    gap: 0.8rem;
  }

  .getting-around__eyebrow {
    grid-column: auto;
    margin: 0;
  }

  .getting-around__arrow {
    display: none;
  }

  .getting-around__results-heading {
    display: grid;
  }
}
