*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: 'DM Sans', sans-serif;
  background: #fff;
}

/* HERO */
.acc-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 750px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.acc-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
}

.acc-hero__overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(67.64% 67.64% at 50% 56.34%, rgba(0, 0, 0, .60) 12.5%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

/* NAVBAR */
.fomo-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 104px;
  z-index: 20;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 90px;
}

.fomo-nav::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 17, 17, .4) 0%, rgba(17, 17, 17, 0) 100%);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: -1;
  transform: rotate(180deg);
}

.fomo-nav__left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  width: 376px;
}

.fomo-nav__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 80px;
  text-decoration: none;
  flex-shrink: 0;
}

.fomo-nav__logo svg {
  height: 30px;
  width: auto;
  display: block;
}

.fomo-nav__right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
  width: 376px;
}

.fomo-nav__item {
  display: inline-flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.fomo-nav__item-label,
.fomo-nav__lang-label {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
}

.fomo-nav__chevron {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.fomo-nav__chevron svg {
  width: 10px;
  height: 6px;
  stroke: #fff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.fomo-nav__lang {
  display: inline-flex;
  align-items: center;
  gap: 0;
  cursor: pointer;
}

/* HERO CONTENT */
.acc-hero__content {
  position: relative;
  z-index: 10;
  width: 834px;
  max-width: calc(100% - 48px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.acc-hero__title {
  font-family: 'DM Serif Display', serif;
  font-weight: 400;
  font-size: 72px;
  line-height: 110%;
  text-align: center;
  color: #fff;
  width: 100%;
}

.acc-hero__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 620px;
  max-width: 100%;
}

.acc-hero__subtitle {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  width: 100%;
}

.acc-hero__cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  gap: 10px;
  width: 280px;
  height: 48px;
  background: #fff;
  border: 2px solid #fff;
  text-decoration: none;
  transition: background .2s;
}

.acc-hero__cta:hover {
  background: transparent;
}

.acc-hero__cta:hover .acc-hero__cta-label {
  color: #fff;
}

.acc-hero__cta-label {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  color: #111;
  transition: color .2s;
}

/* TRANSPORT STATS */
.acc-transport {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  padding: 90px 0;
  overflow: hidden;
}

.acc-transport__leaf-left {
  position: absolute;
  top: -20px;
  left: 0;
  width: 320px;
  pointer-events: none;
  z-index: 1;
  opacity: 0.55;
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 55%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 55%, rgba(0, 0, 0, 0) 100%);
}

.acc-transport__leaf-left img {
  width: 100%;
  display: block;
}

.acc-transport__leaf-right {
  position: absolute;
  top: -20px;
  right: 0;
  width: 320px;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  opacity: 0.55;
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 35%);
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 35%);
}

.acc-transport__leaf-right img {
  width: 100%;
  display: block;
  transform: scaleX(-1);
  transform-origin: center center;
}

.acc-transport__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 0;
  width: 1260px;
  max-width: calc(100% - 90px);
  margin: 0 auto;
}

.acc-transport__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  gap: 32px;
}

.acc-transport__icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.acc-transport__icon svg {
  width: 60px;
  height: 60px;
  fill: #A8B49A;
}

.acc-transport__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}

.acc-transport__title {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #111111;
}

.acc-transport__desc {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #858585;
}

/* CONNECTIONS */
.acc-connections {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  overflow: hidden;
  min-height: 350px;
  display: flex;
  align-items: center;
}

.acc-connections__texture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.acc-connections__texture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.acc-connections__leaf {
  position: absolute;
  top: 0;
  right: 0;
  width: 460px;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  opacity: 0.8;
}

.acc-connections__leaf img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  display: block;
}

.acc-connections__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.acc-connections__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
}

.acc-connections__text {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
}

.acc-connections__heading {
  font-family: 'DM Serif Display', serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #111111;
  margin: 0;
  flex: 1;
}

.acc-connections__subtext {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.02em;
  align-self: center;
  color: #858585;
  margin: 0;
  flex: 1;
}

.acc-connections__btn {
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  width: 300px;
  height: 48px;
  border: 0.8px solid #111111;
  background: transparent;
  text-decoration: none;
  transition: background 0.2s;
}

.acc-connections__btn span {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  color: #111111;
  transition: color 0.2s;
}

.acc-connections__btn:hover {
  background: #111;
}

.acc-connections__btn:hover span {
  color: #fff;
}

.acc-connections__right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  flex: 1;
  min-width: 0;
  align-content: flex-start;
}

.acc-connections__row {
  display: contents;
}

.acc-route {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  width: 82px;
  height: 58px;
  flex-shrink: 0;
}

.acc-route span {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
}

.acc-route--light {
  background: #FFFFFF;
  border: 1px solid #e0e0e0;
}

.acc-route--light span {
  color: #051720;
}

.acc-route--dark {
  background: #041620;
}

.acc-route--dark span {
  color: #FFFFFF;
}

/* BUS MAP */
.acc-busmap {
  width: 100%;
  display: block;
  line-height: 0;
}

.acc-busmap img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* EMAIL CTA */
.acc-email {
  position: relative;
  width: 100%;
  min-height: 432px;
  background: #FFFFFF;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.acc-email__texture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.acc-email__texture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.acc-email__leaf-left {
  position: absolute;
  top: -180px;
  left: 0;
  width: 460px;
  pointer-events: none;
  z-index: 1;
  opacity: 0.2;
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
}

.acc-email__leaf-left img {
  width: 100%;
  display: block;
}

.acc-email__leaf-right {
  position: absolute;
  top: -180px;
  right: 0;
  width: 460px;
  pointer-events: none;
  z-index: 1;
  opacity: 0.2;
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 40%);
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 40%);
}

.acc-email__leaf-right img {
  width: 100%;
  display: block;
  transform: scaleX(-1);
}

.acc-email__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  width: 1046px;
  max-width: calc(100% - 80px);
  text-align: center;
  padding: 80px 0;
}

.acc-email__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.acc-email__heading {
  font-family: 'DM Serif Display', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 110%;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #111111;
  margin: 0;
  width: 100%;
}

.acc-email__subtext {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #858585;
  margin: 0;
  width: 828px;
  max-width: 100%;
}

.acc-email__form {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  gap: 16px;
  width: 620px;
  max-width: 100%;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
}

.acc-email__input {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #858585;
  background: transparent;
  border: none;
  outline: none;
  flex: 1;
  min-width: 0;
}

.acc-email__input::placeholder {
  color: #858585;
}

.acc-email__submit {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.2s;
}

.acc-email__submit:hover {
  transform: translateX(4px);
}

.acc-email__submit svg {
  width: 24px;
  height: 24px;
  fill: #1C1B1F;
}

/* FOOTER */
.fomo-footer {
  background: #0a0a0a;
  padding: 80px 90px 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.fomo-footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  gap: 60px;
}

.fomo-footer__logo {
  font-family: 'DM Serif Display', serif;
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
  font-style: normal;
}

.fomo-footer__tagline {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  max-width: 200px;
  line-height: 1.5;
}

.fomo-footer__nav {
  display: flex;
  gap: 72px;
}

.fomo-footer__col-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 18px;
}

.fomo-footer__col-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fomo-footer__col-list a {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color .2s;
}

.fomo-footer__col-list a:hover {
  color: #fff;
}

.fomo-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.fomo-footer__copy {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.25);
}

.fomo-footer__socials {
  display: flex;
  gap: 20px;
}

.fomo-footer__social-link {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  text-decoration: none;
  transition: color .2s;
}

.fomo-footer__social-link:hover {
  color: #fff;
}

/* RESPONSIVE */
@media(max-width:1100px) {
  .fomo-nav {
    padding: 0 40px;
  }

  .fomo-nav__left,
  .fomo-nav__right {
    width: auto;
    gap: 24px;
  }

  .acc-hero__title {
    font-size: 56px;
  }

  .acc-transport__grid {
    width: calc(100% - 80px);
  }

  .acc-connections__inner {
    padding: 60px 40px;
    gap: 40px;
  }

  .acc-connections__left {
    width: 100%;
  }

  .acc-connections__heading {
    font-size: 38px;
  }
}

@media(max-width:860px) {

  .fomo-nav__left,
  .fomo-nav__right {
    display: none;
  }

  .acc-hero__title {
    font-size: 42px;
  }

  .acc-transport__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .acc-connections__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 48px 40px;
    gap: 32px;
  }

  .acc-connections__left {
    width: 100%;
  }

  .acc-connections__text {
    flex-direction: column;
    gap: 16px;
  }

  .acc-connections__heading {
    font-size: 32px;
  }

  .acc-connections__subtext {
    font-size: 16px;
  }

  .acc-connections__btn {
    width: 100%;
  }

  .acc-connections__right {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }

  .acc-connections__row {
    display: contents;
  }

  .acc-route {
    width: 72px;
    height: 52px;
    padding: 12px;
  }

  .acc-route span {
    font-size: 20px;
  }

  .tsl-grid {
    flex-direction: column;
  }

  .tsl-plant-left,
  .tsl-plant-right {
    display: none;
  }

  .tsl-section {
    padding-bottom: 60px;
  }

  .acc-email__heading {
    font-size: 36px;
  }

  .acc-email__subtext {
    font-size: 16px;
    width: 100%;
  }

  .acc-email__form {
    width: 100%;
  }

  .fomo-footer {
    padding: 60px 40px 32px;
  }
}

@media(max-width:580px) {
  .acc-hero__title {
    font-size: 32px;
  }

  .acc-hero__cta {
    width: 100%;
  }
  .acc-hero__body > div {
    width: 100%;
  }

  .acc-transport__grid {
    grid-template-columns: 1fr;
  }

  .acc-transport {
    padding: 60px 0;
  }

  .acc-connections__inner {
    padding: 48px 20px;
  }

  .acc-route {
    width: 64px;
    height: 48px;
    padding: 10px;
  }

  .acc-route span {
    font-size: 17px;
  }

  .acc-email__heading {
    font-size: 28px;
  }

  .acc-email__inner {
    padding: 60px 0;
    gap: 32px;
  }
}