body[data-direction="poster"] .site-header nav button {
  font:
    900 18px/1.2 Poster,
    "Arial Narrow",
    sans-serif;
  text-transform: uppercase;
}
.poster-direction .action {
  font:
    900 21px/1.2 Poster,
    "Arial Narrow",
    sans-serif;
  text-transform: uppercase;
}
.poster-pay {
  font:
    900 35px/1.05 Poster,
    "Arial Narrow",
    sans-serif;
  text-transform: uppercase;
}
.poster-copy h1 span {
  white-space: nowrap;
}
.responsibilities {
  padding: 52px 0 0;
  background: #fff;
  scroll-margin-top: 24px;
}
.work-inner {
  max-width: 1500px;
  margin: auto;
  padding: 0 var(--pad);
}
.responsibilities h2 {
  font:
    900 68px/0.98 Poster,
    "Arial Narrow",
    sans-serif;
  text-transform: uppercase;
}
.responsibilities h2 span {
  color: var(--red);
}
.responsibilities h2:focus {
  outline: none;
}
.work-scene {
  position: relative;
  margin: 28px 0 0;
}
.route-picture {
  width: 100%;
  height: auto;
  aspect-ratio: 2;
  object-fit: contain;
}
.route-brand {
  position: absolute;
  top: 4%;
  right: 5%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}
.route-brand .brand {
  width: 235px;
  height: 52px;
}
.route-brand .brand img {
  width: 250px;
  height: 167px;
  left: -5px;
  top: -55px;
}
.route-brand > span:last-child {
  font-size: 12px;
  font-weight: 600;
}
.route-slogans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  margin-top: -12px;
  padding: 0 5% 24px;
  position: relative;
}
.route-slogans strong {
  display: block;
  font:
    900 54px/1 Poster,
    "Arial Narrow",
    sans-serif;
  text-transform: uppercase;
}
.route-slogans span {
  max-width: 245px;
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.seller-slogan strong {
  text-decoration: underline;
  text-decoration-color: #d8e469;
  text-decoration-thickness: 8px;
  text-underline-offset: 5px;
  text-decoration-skip-ink: none;
}
.operator-slogan {
  padding-left: 16%;
}
.operator-slogan strong {
  color: var(--red);
}
.our-work {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.our-work-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.our-work-heading h3 {
  font:
    900 30px/1.1 Poster,
    "Arial Narrow",
    sans-serif;
  text-transform: uppercase;
}
.work-play {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid #9b9f96;
  border-radius: 50%;
  flex-shrink: 0;
}
.work-play:hover {
  background: #e8ed78;
  border-color: #909640;
}
.work-play svg {
  width: 18px;
  height: 18px;
  stroke-width: 2;
}
.work-play [data-lucide="pause"],
.work-map.is-playing .work-play [data-lucide="play"] {
  display: none;
}
.work-map.is-playing .work-play [data-lucide="pause"] {
  display: block;
}
.work-stations {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}
.work-stations li {
  min-width: 0;
}
.work-station {
  width: 100%;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-content: center;
  column-gap: 12px;
  row-gap: 4px;
  text-align: left;
  padding: 18px 12px 20px 0;
  min-height: 101px;
  border-top: 3px solid #dcded8;
  position: relative;
  transition:
    border-color 0.25s,
    color 0.25s;
}
.station-line {
  width: 38px;
  height: 38px;
  grid-row: span 2;
  display: grid;
  place-items: center;
  background: #f1f3ed;
  color: #60665a;
  border-radius: 3px;
  transition:
    color 0.25s,
    background 0.25s;
}
.station-line svg {
  width: 22px;
  height: 22px;
}
.work-station strong {
  font:
    900 25px/1.1 Poster,
    "Arial Narrow",
    sans-serif;
  text-transform: uppercase;
}
.station-caption {
  font-size: 11px;
  line-height: 1.35;
  color: #60665a;
}
.work-station:hover .station-line {
  background: #e8ed78;
  color: var(--ink);
}
.work-station[aria-pressed="true"] {
  border-top-color: var(--red);
  color: var(--red);
}
.work-station[aria-pressed="true"] .station-line {
  background: var(--red);
  color: #fff;
}
.work-detail {
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  align-items: center;
  gap: 24px;
  padding: 18px 22px;
  background: #f2f5f7;
  min-height: 90px;
}
.work-detail strong {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}
.work-detail p {
  font-size: 14px;
  line-height: 1.5;
  max-width: 610px;
}
.payment-rule {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 28px 0;
  margin-top: 28px;
  border-top: 3px solid var(--red);
}
.payment-rule > svg {
  width: 44px;
  height: 44px;
  color: var(--red);
}
.payment-rule h3 {
  font:
    900 32px/1.1 Poster,
    "Arial Narrow",
    sans-serif;
  text-transform: uppercase;
}
.payment-rule p {
  margin-top: 7px;
  font-size: 13px;
}
.payment-rule .text-button {
  margin-left: auto;
  flex-shrink: 0;
}
@media (max-width: 1150px) {
  .responsibilities h2 {
    font-size: 58px;
  }
  .route-slogans strong {
    font-size: 44px;
  }
  .operator-slogan {
    padding-left: 12%;
  }
  .work-station {
    column-gap: 8px;
    grid-template-columns: 34px minmax(0, 1fr);
  }
  .station-line {
    width: 30px;
    height: 34px;
  }
  .work-station strong {
    font-size: 22px;
  }
  .payment-rule h3 {
    font-size: 28px;
  }
}
@media (max-width: 850px) {
  .responsibilities {
    padding-top: 35px;
  }
  .responsibilities h2 {
    font-size: 48px;
  }
  .poster-pay {
    font-size: 30px;
  }
  .route-brand {
    gap: 4px;
    right: 2%;
    top: 3%;
  }
  .route-brand .brand {
    width: 158px;
    height: 36px;
  }
  .route-brand .brand img {
    width: 169px;
    height: 113px;
    top: -37px;
  }
  .route-brand > span:last-child {
    font-size: 9px;
  }
  .route-slogans {
    margin-top: 0;
    padding-inline: 3%;
    gap: 20px;
  }
  .route-slogans strong {
    font-size: 32px;
  }
  .route-slogans span {
    font-size: 12px;
  }
  .operator-slogan {
    padding-left: 8%;
  }
  .work-station {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding-top: 14px;
    min-height: 130px;
  }
  .work-detail {
    grid-template-columns: 1fr 1.4fr;
    gap: 18px;
  }
  .work-detail strong {
    font-size: 16px;
  }
  .work-detail p {
    font-size: 12px;
  }
  .payment-rule {
    flex-wrap: wrap;
    gap: 14px;
  }
  .payment-rule > svg {
    width: 34px;
    height: 34px;
  }
  .payment-rule .text-button {
    margin-left: 48px;
  }
}
@media (max-width: 650px) {
  .poster-pay {
    font-size: 26px;
  }
  .poster-art {
    height: 248px;
  }
  .poster-direction .action {
    font-size: 19px;
  }
  .responsibilities {
    padding-top: 30px;
  }
  .responsibilities h2 {
    font-size: 37px;
    line-height: 1;
  }
  .work-scene {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
  }
  .route-picture {
    aspect-ratio: 1122 / 1402;
  }
  .route-brand {
    position: static;
    order: -1;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding-block: 13px;
    border-block: 1px solid #e2e5e6;
    margin-bottom: 16px;
  }
  .route-brand > span:last-child {
    max-width: 130px;
    font-size: 10px;
    line-height: 1.5;
  }
  .route-slogans {
    grid-template-columns: 1fr 1fr;
    padding: 18px 0 20px;
    column-gap: 16px;
  }
  .route-slogans strong {
    font-size: 29px;
  }
  .route-slogans span {
    font-size: 11px;
    line-height: 1.45;
    margin-top: 12px;
  }
  .seller-slogan strong {
    text-decoration-thickness: 5px;
  }
  .operator-slogan {
    padding-left: 0;
  }
  .our-work {
    margin-top: 4px;
    padding-top: 18px;
  }
  .our-work-heading h3 {
    font-size: 23px;
    max-width: 230px;
  }
  .work-play {
    width: 40px;
    height: 40px;
  }
  .work-stations {
    grid-template-columns: 1fr 1fr;
    gap: 10px 18px;
  }
  .work-station {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    min-height: 96px;
    align-content: center;
    column-gap: 9px;
    row-gap: 5px;
    padding-right: 0;
  }
  .work-station strong {
    font-size: 21px;
  }
  .station-caption {
    font-size: 10px;
  }
  .station-line {
    height: 34px;
  }
  .station-line svg {
    width: 20px;
    height: 20px;
  }
  .work-detail {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 17px;
    min-height: 139px;
    align-content: center;
  }
  .work-detail strong {
    font-size: 16px;
  }
  .work-detail p {
    font-size: 12px;
  }
  .payment-rule {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 13px;
    margin-top: 24px;
    padding-block: 23px;
  }
  .payment-rule > svg {
    width: 28px;
    height: 28px;
    align-self: start;
  }
  .payment-rule h3 {
    font-size: 26px;
  }
  .payment-rule p {
    font-size: 12px;
  }
  .payment-rule .text-button {
    margin-left: 0;
    grid-column: 2;
    justify-self: start;
  }
}
@media (max-width: 365px) {
  .poster-copy h1 {
    font-size: 36px;
  }
  .poster-pay {
    font-size: 23px;
  }
  .responsibilities h2 {
    font-size: 32px;
  }
  .route-slogans strong {
    font-size: 24px;
  }
  .route-brand .brand {
    width: 140px;
    height: 31px;
  }
  .route-brand .brand img {
    width: 150px;
    height: 100px;
    top: -33px;
  }
  .route-brand > span:last-child {
    max-width: 105px;
    font-size: 9px;
  }
  .work-station strong {
    font-size: 19px;
  }
  .work-station {
    display: flex;
    flex-direction: column;
    min-height: 146px;
    gap: 8px;
  }
  .our-work-heading h3 {
    font-size: 21px;
  }
}
@media (min-width: 366px) and (max-width: 430px) {
  .poster-copy h1 {
    font-size: 42px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .work-map.is-revealed .route-slogans {
    animation: arrive 0.55s var(--ease) both;
  }
  .work-map.is-playing .work-station[aria-pressed="true"] .station-line {
    animation: work-pulse 1.8s ease-out;
  }
}
@keyframes work-pulse {
  0% {
    box-shadow: 0 0 0 0 #db2e2240;
  }
  70%,
  100% {
    box-shadow: 0 0 0 9px #db2e2200;
  }
}
@media (prefers-reduced-motion: reduce) {
  .work-station,
  .station-line {
    transition: none;
  }
  .work-map *,
  .work-map *::before {
    animation: none !important;
  }
}
