:root {
  --rush-navy: #071528;
  --rush-navy-2: #0a2541;
  --rush-blue: #0758e6;
  --rush-blue-bright: #0b6dff;
  --rush-orange: #ff5a1f;
  --rush-lime: #caff28;
  --rush-ice: #eef7ff;
  --rush-white: #ffffff;
  --rush-ink: #07111d;
  --rush-grey: #647184;
  --rush-line: rgba(7, 21, 40, 0.17);
  --rush-heading: "Barlow Condensed", "Arial Narrow", sans-serif;
  --rush-body: "Inter", Arial, sans-serif;
  --rush-shell: min(1220px, calc(100% - 48px));
  --rush-shadow: 0 22px 55px rgba(3, 19, 40, 0.18);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body.theme-tide-rush {
  margin: 0;
  color: var(--rush-ink);
  background: var(--rush-white);
  font-family: var(--rush-body);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

.theme-tide-rush *,
.theme-tide-rush *::before,
.theme-tide-rush *::after {
  box-sizing: border-box;
}

.theme-tide-rush img {
  display: block;
  max-width: 100%;
}

.theme-tide-rush a {
  color: inherit;
}

.theme-tide-rush button,
.theme-tide-rush input,
.theme-tide-rush select {
  font: inherit;
}

.theme-tide-rush button,
.theme-tide-rush a {
  -webkit-tap-highlight-color: transparent;
}

.theme-tide-rush h1,
.theme-tide-rush h2,
.theme-tide-rush h3,
.theme-tide-rush p,
.theme-tide-rush dl,
.theme-tide-rush dd,
.theme-tide-rush ul,
.theme-tide-rush ol {
  margin-top: 0;
}

.theme-tide-rush [hidden] {
  display: none !important;
}

.rush-shell {
  width: var(--rush-shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  padding: 11px 16px;
  color: var(--rush-navy);
  background: var(--rush-lime);
  font-weight: 800;
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.demo-tape {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 7px 24px;
  color: var(--rush-navy);
  background: var(--rush-lime);
  font-size: 12px;
  line-height: 1.4;
}

.demo-tape p {
  margin: 0;
}

.demo-tape a {
  font-weight: 800;
  text-underline-offset: 3px;
}

.rush-header {
  position: sticky;
  z-index: 100;
  top: 0;
  color: var(--rush-white);
  background: rgba(7, 21, 40, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.rush-header__row {
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 42px;
}

.rush-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--rush-white);
  font-family: var(--rush-heading);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  text-decoration: none;
}

.rush-brand strong {
  color: var(--rush-orange);
  font-weight: 900;
}

.rush-brand__slash {
  width: 11px;
  height: 35px;
  display: inline-block;
  background: var(--rush-orange);
  clip-path: polygon(45% 0, 100% 0, 55% 100%, 0 100%);
}

.rush-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}

.rush-nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--rush-heading);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.rush-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 3px;
  background: var(--rush-orange);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.rush-nav a:hover,
.rush-nav a:focus-visible {
  color: var(--rush-white);
}

.rush-nav a:hover::after,
.rush-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.rush-header__book {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 13px 18px;
  color: var(--rush-navy);
  background: var(--rush-orange);
  font-family: var(--rush-heading);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transform: skewX(-5deg);
  transition: background 180ms ease, color 180ms ease;
}

.rush-header__book:hover,
.rush-header__book:focus-visible {
  color: var(--rush-navy);
  background: var(--rush-lime);
}

.nav-toggle {
  display: none;
}

.mobile-ride-bar {
  display: none;
}

.rush-hero {
  position: relative;
  min-height: 720px;
  color: var(--rush-white);
  background: var(--rush-navy);
  isolation: isolate;
}

.rush-hero::after {
  position: absolute;
  z-index: -1;
  right: -10vw;
  bottom: -2px;
  width: 52vw;
  height: 110px;
  background: var(--rush-white);
  clip-path: polygon(22% 100%, 100% 0, 100% 100%);
  content: "";
}

.rush-hero__media {
  position: absolute;
  z-index: -2;
  inset: 0 0 0 39%;
  overflow: hidden;
}

.rush-hero__media::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, var(--rush-navy) 0%, rgba(7, 21, 40, 0.83) 14%, rgba(7, 21, 40, 0.12) 55%),
    linear-gradient(0deg, rgba(7, 21, 40, 0.62), transparent 48%);
  content: "";
}

.rush-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rush-hero__number {
  position: absolute;
  z-index: 2;
  right: 4vw;
  bottom: 44px;
  color: transparent;
  font-family: var(--rush-heading);
  font-size: clamp(150px, 20vw, 330px);
  font-weight: 900;
  line-height: 0.72;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.3);
}

.rush-hero__grid {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 590px) 1fr;
  align-items: center;
  gap: 70px;
  padding-block: 80px 116px;
}

.rush-hero__copy {
  position: relative;
  z-index: 2;
}

.rush-hero__copy h1 {
  margin-bottom: 26px;
  font-family: var(--rush-heading);
  font-size: clamp(82px, 9.2vw, 152px);
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.72;
  text-transform: uppercase;
}

.rush-hero__copy h1 span {
  color: var(--rush-orange);
}

.rush-hero__copy > p {
  width: min(510px, 100%);
  margin-bottom: 31px;
  color: rgba(255, 255, 255, 0.83);
  font-size: 18px;
  line-height: 1.65;
}

.rush-hero__actions {
  display: flex;
  align-items: center;
  gap: 13px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 23px;
  border: 2px solid transparent;
  border-radius: 0;
  font-family: var(--rush-heading);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.065em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button--orange {
  color: var(--rush-navy);
  background: var(--rush-orange);
}

.button--orange:hover,
.button--orange:focus-visible {
  background: var(--rush-lime);
}

.button--line {
  color: var(--rush-white);
  background: rgba(7, 21, 40, 0.24);
  border-color: rgba(255, 255, 255, 0.55);
}

.button--line:hover,
.button--line:focus-visible {
  color: var(--rush-navy);
  background: var(--rush-white);
  border-color: var(--rush-white);
}

.button--lime {
  color: var(--rush-navy);
  background: var(--rush-lime);
}

.button--lime:hover,
.button--lime:focus-visible {
  color: var(--rush-white);
  background: var(--rush-blue);
}

.rush-hero__facts {
  align-self: end;
  justify-self: end;
  width: min(360px, 100%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 52px;
  background: rgba(7, 21, 40, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: var(--rush-shadow);
  backdrop-filter: blur(12px);
}

.rush-hero__facts div {
  min-height: 105px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.rush-hero__facts div:nth-child(even) {
  border-right: 0;
}

.rush-hero__facts div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.rush-hero__facts dt {
  margin-bottom: 5px;
  color: var(--rush-lime);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-transform: uppercase;
}

.rush-hero__facts dd {
  color: var(--rush-white);
  font-family: var(--rush-heading);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.05;
}

.booking-zone {
  position: relative;
  padding: 94px 0 100px;
  background: var(--rush-ice);
}

.booking-zone::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background: var(--rush-orange);
  content: "";
}

.booking-zone__grid {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 44px;
}

.booking-intro h2,
.section-title h2,
.action-panel__copy h2,
.faq-section h2,
.contact-section h2 {
  margin-bottom: 22px;
  font-family: var(--rush-heading);
  font-size: clamp(54px, 6.2vw, 88px);
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.82;
  text-transform: uppercase;
}

.booking-intro > p {
  color: var(--rush-grey);
  line-height: 1.65;
}

.booking-steps {
  margin: 34px 0;
  padding: 0;
  list-style: none;
}

.booking-steps li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  color: var(--rush-grey);
  border-bottom: 1px solid var(--rush-line);
  font-family: var(--rush-heading);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.booking-steps li span {
  color: var(--rush-grey);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.booking-steps li.is-current,
.booking-steps li.is-current span {
  color: var(--rush-blue);
}

.booking-intro .sample-note {
  padding: 15px;
  color: var(--rush-navy);
  background: rgba(202, 255, 40, 0.58);
  border-left: 4px solid var(--rush-lime);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.ride-form {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.7fr);
  background: var(--rush-white);
  box-shadow: var(--rush-shadow);
}

.ride-form__fields {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 19px;
  padding: 34px;
}

.ride-form label {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.ride-form label > span:first-child {
  color: var(--rush-navy);
  font-family: var(--rush-heading);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.ride-form input,
.ride-form select {
  width: 100%;
  min-width: 0;
  height: 52px;
  padding: 0 14px;
  color: var(--rush-navy);
  background: var(--rush-ice);
  border: 1px solid rgba(7, 21, 40, 0.2);
  border-radius: 0;
  outline: none;
}

.ride-form input:focus,
.ride-form select:focus {
  border-color: var(--rush-blue);
  box-shadow: 0 0 0 3px rgba(7, 88, 230, 0.13);
}

.ride-form input[aria-invalid="true"],
.ride-form select[aria-invalid="true"] {
  border-color: #c42613;
}

.ride-form label small {
  color: var(--rush-grey);
  font-size: 11px;
  line-height: 1.3;
}

.checkbox-field {
  grid-column: 1 / -1;
  flex-direction: row !important;
  align-items: center;
  gap: 12px !important;
  padding: 15px;
  background: var(--rush-ice);
  border: 1px solid rgba(7, 21, 40, 0.12);
  cursor: pointer;
}

.checkbox-field input {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  accent-color: var(--rush-blue);
}

.checkbox-field > span {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.checkbox-field strong {
  color: var(--rush-navy);
  font-size: 14px;
}

.ride-estimate {
  min-width: 0;
  padding: 34px;
  color: var(--rush-white);
  background: var(--rush-navy);
}

.ride-estimate__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.ride-estimate__top > span {
  color: var(--rush-lime);
  font-family: var(--rush-heading);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ride-estimate__top strong {
  font-family: var(--rush-heading);
  font-size: 55px;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.8;
}

.ride-estimate dl {
  margin: 23px 0 26px;
}

.ride-estimate dl div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 11px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  line-height: 1.4;
}

.ride-estimate dd {
  flex: 0 0 auto;
  color: var(--rush-white);
  font-weight: 700;
}

.ride-estimate .button {
  width: 100%;
}

.ride-estimate__small {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 10px;
  line-height: 1.5;
}

.form-message {
  margin: 0 0 14px;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.form-message--error {
  color: #421000;
  background: #ffd0bd;
}

.request-success {
  grid-column: 2;
  min-height: 230px;
  align-items: flex-start;
  gap: 22px;
  padding: 40px;
  color: var(--rush-navy);
  background: var(--rush-lime);
  box-shadow: var(--rush-shadow);
}

.request-success:not([hidden]) {
  display: flex;
}

.request-success > span {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  display: grid;
  place-items: center;
  color: var(--rush-white);
  background: var(--rush-blue);
  border-radius: 50%;
  font-size: 25px;
  font-weight: 800;
}

.request-success h3 {
  margin-bottom: 7px;
  font-family: var(--rush-heading);
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.request-success p {
  margin-bottom: 17px;
  line-height: 1.55;
}

.request-success button {
  padding: 0;
  color: var(--rush-navy);
  background: none;
  border: 0;
  border-bottom: 2px solid currentColor;
  font-weight: 800;
  cursor: pointer;
}

.ride-menu {
  padding: 115px 0;
  background: var(--rush-white);
}

.section-title {
  margin-bottom: 48px;
}

.section-title--split {
  display: grid;
  grid-template-columns: 1.1fr 0.72fr;
  align-items: end;
  gap: 100px;
}

.section-title h2 {
  margin-bottom: 0;
}

.section-title p {
  margin-bottom: 4px;
  color: var(--rush-grey);
  line-height: 1.7;
}

.ride-menu__lead {
  position: relative;
  height: 410px;
  margin-bottom: -58px;
  overflow: hidden;
  background: var(--rush-navy);
}

.ride-menu__lead::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, transparent 40%, rgba(7, 21, 40, 0.2) 60%, rgba(7, 21, 40, 0.96));
  content: "";
}

.ride-menu__lead img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ride-menu__lead > div {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 4.5%;
  width: min(370px, 42%);
  display: flex;
  flex-direction: column;
  gap: 13px;
  color: rgba(255, 255, 255, 0.78);
  transform: translateY(-50%);
}

.ride-menu__lead strong {
  margin-bottom: 4px;
  color: var(--rush-lime);
  font-family: var(--rush-heading);
  font-size: 29px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.ride-menu__lead span {
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.19);
  font-size: 13px;
}

.ride-cards {
  position: relative;
  z-index: 3;
  width: calc(100% - 64px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  box-shadow: var(--rush-shadow);
}

.ride-card {
  min-width: 0;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  padding: 31px;
}

.ride-card--orange {
  color: var(--rush-navy);
  background: var(--rush-orange);
}

.ride-card--blue {
  color: var(--rush-white);
  background: var(--rush-blue);
}

.ride-card--lime {
  color: var(--rush-navy);
  background: var(--rush-lime);
}

.ride-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 21px;
  border-bottom: 1px solid currentColor;
}

.ride-card__head span {
  font-family: var(--rush-heading);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.07em;
}

.ride-card__head strong {
  font-family: var(--rush-heading);
  font-size: 46px;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.75;
}

.ride-card h3 {
  margin: 28px 0 13px;
  font-family: var(--rush-heading);
  font-size: 40px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.87;
}

.ride-card p {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.55;
}

.ride-card ul {
  margin-bottom: 22px;
  padding: 0;
  list-style: none;
}

.ride-card li {
  padding: 7px 0;
  border-top: 1px solid currentColor;
  font-size: 12px;
  font-weight: 600;
}

.ride-card button {
  align-self: flex-start;
  margin-top: auto;
  padding: 3px 0;
  color: inherit;
  background: none;
  border: 0;
  border-bottom: 2px solid currentColor;
  font-family: var(--rush-heading);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
}

.action-panel {
  min-height: 590px;
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(360px, 0.68fr);
  background: var(--rush-navy);
}

.action-panel__photo {
  min-height: 590px;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 89% 100%, 0 100%);
}

.action-panel__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.action-panel__copy {
  align-self: center;
  padding: 70px 8vw 70px 40px;
  color: var(--rush-white);
}

.action-panel__copy h2 {
  color: var(--rush-orange);
}

.action-panel__copy p {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
}

.action-panel__copy a {
  display: inline-flex;
  gap: 35px;
  padding-bottom: 6px;
  color: var(--rush-lime);
  border-bottom: 2px solid currentColor;
  font-family: var(--rush-heading);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.route-section {
  padding: 112px 0;
  background: var(--rush-ice);
}

.route-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.62fr);
  gap: 35px;
}

.route-section .section-title {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.1fr 0.65fr;
  align-items: end;
  gap: 80px;
}

.route-map {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  color: var(--rush-white);
  background: var(--rush-blue);
}

.route-map::before {
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 350px;
  height: 350px;
  background: var(--rush-navy);
  border-radius: 50%;
  content: "";
}

.route-map::after {
  position: absolute;
  top: -95px;
  left: -50px;
  width: 320px;
  height: 260px;
  background: var(--rush-orange);
  clip-path: polygon(0 0, 100% 0, 55% 100%, 0 70%);
  content: "";
}

.route-map__water {
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: 0.23;
}

.route-map__water i {
  position: absolute;
  left: 6%;
  width: 88%;
  height: 90px;
  border: 2px solid var(--rush-white);
  border-color: var(--rush-white) transparent transparent;
  border-radius: 50%;
  transform: rotate(-8deg);
}

.route-map__water i:nth-child(1) { top: 25%; }
.route-map__water i:nth-child(2) { top: 49%; left: 14%; }
.route-map__water i:nth-child(3) { top: 72%; left: 1%; }

.route-map ol {
  position: absolute;
  z-index: 3;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.route-point {
  position: absolute;
  min-width: 180px;
  padding-left: 54px;
}

.route-point > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--rush-navy);
  background: var(--rush-lime);
  border: 4px solid var(--rush-blue);
  box-shadow: 0 0 0 2px var(--rush-lime);
  border-radius: 50%;
  font-family: var(--rush-heading);
  font-weight: 900;
}

.route-point strong,
.route-point small {
  display: block;
}

.route-point strong {
  font-family: var(--rush-heading);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.1;
  text-transform: uppercase;
}

.route-point small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
}

.route-point--one { top: 22%; left: 8%; }
.route-point--two { top: 57%; left: 22%; }
.route-point--three { top: 28%; left: 55%; }
.route-point--four { right: 8%; bottom: 16%; }

.location-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 38px;
  color: var(--rush-white);
  background: var(--rush-navy);
}

.location-card h3,
.bring-list h3 {
  margin-bottom: 19px;
  font-family: var(--rush-heading);
  font-size: 38px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1;
}

.location-card p {
  color: rgba(255, 255, 255, 0.67);
  line-height: 1.7;
}

.location-card p strong {
  color: var(--rush-white);
}

.location-card ul {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.location-card li {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.location-card li span {
  color: var(--rush-lime);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.location-card li strong {
  font-family: var(--rush-heading);
  font-size: 21px;
}

.safety-section {
  padding: 112px 0;
  color: var(--rush-white);
  background: var(--rush-navy);
}

.section-title--light p {
  color: rgba(255, 255, 255, 0.65);
}

.safety-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.safety-grid article {
  min-height: 310px;
  padding: 31px 27px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.safety-grid article:last-child {
  border-right: 0;
}

.safety-grid__number {
  display: block;
  margin-bottom: 70px;
  color: var(--rush-orange);
  font-family: var(--rush-heading);
  font-size: 17px;
  font-weight: 800;
}

.safety-grid h3 {
  margin-bottom: 13px;
  color: var(--rush-lime);
  font-family: var(--rush-heading);
  font-size: 29px;
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1;
}

.safety-grid p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.65;
}

.bring-list {
  display: grid;
  grid-template-columns: 0.44fr 1fr;
  align-items: start;
  gap: 60px;
  margin-top: 53px;
}

.bring-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bring-list li {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 15px;
  color: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 12px;
}

.bring-list li span {
  color: var(--rush-lime);
  font-size: 18px;
  font-weight: 800;
}

.bring-list li:last-child span {
  color: var(--rush-orange);
}

.faq-section {
  padding: 115px 0;
  background: var(--rush-white);
}

.faq-section__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.66fr) minmax(0, 1.2fr);
  gap: 105px;
}

.faq-section h2 {
  color: var(--rush-blue);
}

.faq-section__grid > div:first-child p {
  color: var(--rush-grey);
  line-height: 1.7;
}

.faq-section__grid > div:first-child a {
  display: inline-block;
  padding-bottom: 4px;
  color: var(--rush-navy);
  border-bottom: 2px solid var(--rush-orange);
  font-weight: 800;
  text-decoration: none;
}

.faq-list {
  border-top: 2px solid var(--rush-navy);
}

.faq-list details {
  border-bottom: 1px solid var(--rush-line);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 22px 4px;
  color: var(--rush-navy);
  font-family: var(--rush-heading);
  font-size: 23px;
  font-weight: 800;
  line-height: 1.2;
  list-style: none;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  color: var(--rush-blue);
  font-family: var(--rush-body);
  font-size: 28px;
  font-weight: 400;
  transition: transform 180ms ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  width: min(620px, 92%);
  padding: 0 4px 22px;
  color: var(--rush-grey);
  line-height: 1.7;
}

.contact-section {
  position: relative;
  padding: 102px 0;
  color: var(--rush-white);
  background: var(--rush-blue);
  overflow: hidden;
}

.contact-section::after {
  position: absolute;
  right: -120px;
  bottom: -190px;
  width: 480px;
  height: 480px;
  background: var(--rush-orange);
  border-radius: 50%;
  content: "";
}

.contact-section__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 0.75fr;
  align-items: center;
  gap: 90px;
}

.contact-section h2 {
  margin-bottom: 22px;
  font-size: clamp(64px, 8.5vw, 120px);
}

.contact-section__grid > div:first-child p {
  width: min(570px, 100%);
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
}

.contact-board {
  padding: 33px;
  color: var(--rush-white);
  background: var(--rush-navy);
  box-shadow: var(--rush-shadow);
}

.contact-board > a:not(.button),
.contact-board > p {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin: 0;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  text-decoration: none;
}

.contact-board span {
  color: var(--rush-lime);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-board strong {
  overflow-wrap: anywhere;
  font-family: var(--rush-heading);
  font-size: 21px;
}

.contact-board .button {
  width: 100%;
  margin-top: 26px;
}

.rush-footer {
  padding: 34px 0;
  color: rgba(255, 255, 255, 0.66);
  background: #030b15;
}

.rush-footer__grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 55px;
}

.rush-brand--footer {
  font-size: 23px;
}

.rush-brand--footer .rush-brand__slash {
  width: 8px;
  height: 28px;
}

.rush-footer p {
  margin: 0;
  font-size: 11px;
}

.rush-footer nav {
  display: flex;
  gap: 24px;
}

.rush-footer nav a {
  font-size: 11px;
  text-decoration: none;
}

.rush-footer nav a:hover,
.rush-footer nav a:focus-visible {
  color: var(--rush-lime);
}

.ride-dialog {
  width: min(580px, calc(100% - 32px));
  padding: 42px;
  color: var(--rush-white);
  background: var(--rush-navy);
  border: 0;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}

.ride-dialog::backdrop {
  background: rgba(3, 11, 21, 0.82);
  backdrop-filter: blur(5px);
}

.ride-dialog__close {
  position: absolute;
  top: 15px;
  right: 17px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--rush-white);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.ride-dialog__time {
  margin-bottom: 18px;
  color: var(--rush-lime);
  font-family: var(--rush-heading);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.ride-dialog h2 {
  margin: 0 50px 18px 0;
  color: var(--rush-orange);
  font-family: var(--rush-heading);
  font-size: 58px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.82;
}

.ride-dialog > p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}

.ride-dialog dl {
  margin: 26px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.ride-dialog dl div {
  display: grid;
  grid-template-columns: 0.65fr 1fr;
  gap: 25px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.ride-dialog dt {
  color: var(--rush-lime);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ride-dialog dd {
  font-size: 13px;
}

.ride-dialog .button {
  width: 100%;
}

@media (max-width: 1080px) {
  .rush-header__row {
    gap: 24px;
  }

  .rush-nav {
    gap: 20px;
  }

  .rush-hero__grid {
    grid-template-columns: minmax(0, 540px) 1fr;
  }

  .booking-zone__grid {
    grid-template-columns: 1fr;
  }

  .booking-intro {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    gap: 20px 55px;
  }

  .booking-intro h2,
  .booking-intro .sample-note {
    grid-column: 1;
  }

  .booking-intro > p:not(.sample-note) {
    grid-column: 1;
  }

  .booking-steps {
    grid-column: 2;
    grid-row: 1 / 4;
    margin: 0;
  }

  .request-success {
    grid-column: 1;
  }

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

  .safety-grid article:nth-child(2) {
    border-right: 0;
  }

  .safety-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .rush-footer__grid {
    grid-template-columns: auto 1fr;
  }

  .rush-footer nav {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  :root {
    --rush-shell: min(100% - 34px, 720px);
  }

  body.theme-tide-rush {
    padding-bottom: 72px;
  }

  .demo-tape {
    justify-content: space-between;
    padding-inline: 17px;
  }

  .demo-tape p {
    max-width: 72%;
  }

  .rush-header__row {
    min-height: 67px;
    grid-template-columns: 1fr auto;
  }

  .rush-brand {
    font-size: 25px;
  }

  .rush-brand__slash {
    height: 30px;
  }

  .nav-toggle {
    width: 48px;
    height: 44px;
    display: grid;
    place-items: center;
    padding: 0;
    color: var(--rush-white);
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.24);
    cursor: pointer;
  }

  .nav-toggle__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .nav-toggle__icon {
    width: 21px;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .nav-toggle__icon i {
    width: 100%;
    height: 2px;
    display: block;
    background: currentColor;
    transition: transform 180ms ease;
  }

  .nav-toggle[aria-expanded="true"] .nav-toggle__icon i:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] .nav-toggle__icon i:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .rush-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 13px 17px 23px;
    color: var(--rush-white);
    background: var(--rush-navy);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 20px 35px rgba(3, 11, 21, 0.3);
  }

  .rush-nav.is-open {
    display: flex;
  }

  .rush-nav a {
    padding: 15px 3px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    font-size: 20px;
  }

  .rush-header__book {
    display: none;
  }

  .mobile-ride-bar {
    position: fixed;
    z-index: 110;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 9px 17px max(9px, env(safe-area-inset-bottom));
    color: var(--rush-white);
    background: var(--rush-navy);
    border-top: 1px solid rgba(255, 255, 255, 0.17);
  }

  .mobile-ride-bar div {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
  }

  .mobile-ride-bar span {
    color: rgba(255, 255, 255, 0.55);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .mobile-ride-bar strong {
    color: var(--rush-lime);
    font-family: var(--rush-heading);
    font-size: 25px;
  }

  .mobile-ride-bar a {
    padding: 12px 17px;
    color: var(--rush-navy);
    background: var(--rush-orange);
    font-family: var(--rush-heading);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.05em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
  }

  .rush-hero,
  .rush-hero__grid {
    min-height: 690px;
  }

  .rush-hero__media {
    inset: 0;
  }

  .rush-hero__media::before {
    background:
      linear-gradient(90deg, rgba(7, 21, 40, 0.96), rgba(7, 21, 40, 0.34)),
      linear-gradient(0deg, rgba(7, 21, 40, 0.88), transparent 54%);
  }

  .rush-hero__grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    gap: 40px;
    padding-block: 95px 82px;
  }

  .rush-hero__copy h1 {
    font-size: clamp(70px, 18vw, 118px);
  }

  .rush-hero__facts {
    align-self: stretch;
    justify-self: auto;
    width: 100%;
    margin: 0;
  }

  .rush-hero__facts div {
    min-height: 82px;
    padding: 13px;
  }

  .rush-hero__facts dd {
    font-size: 18px;
  }

  .rush-hero__number {
    display: none;
  }

  .rush-hero::after {
    display: none;
  }

  .booking-zone,
  .ride-menu,
  .route-section,
  .safety-section,
  .faq-section {
    padding-block: 82px;
  }

  .booking-intro {
    display: block;
  }

  .booking-steps {
    margin: 28px 0;
  }

  .ride-form {
    grid-template-columns: 1fr;
  }

  .ride-form__fields,
  .ride-estimate {
    padding: 27px;
  }

  .section-title--split,
  .route-section .section-title {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ride-menu__lead {
    height: 520px;
    margin-bottom: 0;
  }

  .ride-menu__lead::before {
    background: linear-gradient(0deg, rgba(7, 21, 40, 0.98), transparent 74%);
  }

  .ride-menu__lead > div {
    top: auto;
    right: 25px;
    bottom: 27px;
    left: 25px;
    width: auto;
    transform: none;
  }

  .ride-cards {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .ride-card {
    min-height: 375px;
  }

  .action-panel {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .action-panel__photo {
    min-height: 470px;
    clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
  }

  .action-panel__copy {
    padding: 48px 17px 75px;
  }

  .route-section__grid {
    grid-template-columns: 1fr;
  }

  .route-section .section-title {
    grid-column: 1;
  }

  .route-map {
    min-height: 590px;
  }

  .route-point--one { top: 20%; left: 7%; }
  .route-point--two { top: 45%; left: 13%; }
  .route-point--three { top: 30%; left: 54%; }
  .route-point--four { right: 8%; bottom: 15%; }

  .location-card {
    min-height: 420px;
  }

  .bring-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .bring-list ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .faq-section__grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .contact-section {
    padding-block: 80px;
  }

  .contact-section__grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .rush-footer__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .rush-footer nav {
    grid-column: 1;
    flex-wrap: wrap;
  }
}

@media (max-width: 560px) {
  :root {
    --rush-shell: calc(100% - 28px);
  }

  .demo-tape {
    align-items: flex-start;
    gap: 9px;
    padding-block: 7px;
    font-size: 10px;
  }

  .rush-hero,
  .rush-hero__grid {
    min-height: 660px;
  }

  .rush-hero__grid {
    padding-block: 70px 36px;
  }

  .rush-hero__copy h1 {
    margin-bottom: 21px;
    font-size: clamp(67px, 22vw, 96px);
  }

  .rush-hero__copy > p {
    margin-bottom: 25px;
    font-size: 15px;
  }

  .rush-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .rush-hero__facts {
    display: none;
  }

  .booking-intro h2,
  .section-title h2,
  .action-panel__copy h2,
  .faq-section h2,
  .contact-section h2 {
    font-size: 56px;
  }

  .ride-form__fields {
    grid-template-columns: 1fr;
  }

  .checkbox-field {
    grid-column: 1;
  }

  .ride-estimate__top strong {
    font-size: 48px;
  }

  .ride-menu__lead {
    height: 430px;
  }

  .ride-card {
    min-height: 400px;
    padding: 27px;
  }

  .action-panel__photo {
    min-height: 360px;
  }

  .route-map {
    min-height: 650px;
  }

  .route-point {
    min-width: 155px;
    padding-left: 48px;
  }

  .route-point--one { top: 18%; left: 5%; }
  .route-point--two { top: 40%; left: 23%; }
  .route-point--three { top: 61%; left: 7%; }
  .route-point--four { right: 5%; bottom: 8%; }

  .safety-grid {
    grid-template-columns: 1fr;
  }

  .safety-grid article,
  .safety-grid article:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .safety-grid article:last-child {
    border-bottom: 0;
  }

  .safety-grid__number {
    margin-bottom: 35px;
  }

  .bring-list ul {
    grid-template-columns: 1fr;
  }

  .faq-list summary {
    font-size: 20px;
  }

  .contact-section h2 {
    font-size: 59px;
  }

  .contact-board,
  .ride-dialog {
    padding: 27px;
  }

  .ride-dialog h2 {
    font-size: 48px;
  }
}

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

  .theme-tide-rush *,
  .theme-tide-rush *::before,
  .theme-tide-rush *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
