:root {
  --background: #f4f8f9;
  --foreground: #0a202b;
  --card: #ffffff;
  --card-foreground: #0a202b;
  --popover: #ffffff;
  --popover-foreground: #0a202b;
  --primary: #ff5b36;
  --primary-foreground: #071923;
  --secondary: #dff1f4;
  --secondary-foreground: #0a202b;
  --muted: #eaf1f3;
  --muted-foreground: #52666f;
  --accent: #bff0ef;
  --accent-foreground: #0a202b;
  --destructive: #d93a34;
  --border: #cad9dd;
  --input: #d4e0e3;
  --ring: #ff5b36;
  --chart-1: #ff5b36;
  --chart-2: #20a8a5;
  --chart-3: #0c6375;
  --chart-4: #f3b340;
  --chart-5: #5d7d88;
  --radius: 0.875rem;
  --ink: #071923;
  --ink-soft: #113440;
  --snow: #f4f8f9;
  --ice: #c9eeef;
  --aqua: #7bd9d6;
  --orange: #ff5b36;
  --orange-dark: #e64623;
  --white: #ffffff;
  --line: #cedcdf;
  --text-soft: #597079;
}

* {
  box-sizing: border-box;
}

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

body {
  -webkit-font-smoothing: antialiased;
  margin: 0;
  background: var(--snow);
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
select {
  font: inherit;
}

button,
a,
summary,
select {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}

.shell {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgb(202 217 221 / 72%);
  background: rgb(244 248 249 / 88%);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 76px;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px 12px 12px 4px;
  background: var(--ink);
  color: var(--ice);
}

.brand-name {
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
}

.brand-caption {
  margin-left: 3px;
  padding-left: 12px;
  border-left: 1px solid var(--line);
  color: var(--text-soft);
  font-size: 12px;
  line-height: 1.1;
  max-width: 74px;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 30px;
  color: #36515c;
  font-size: 14px;
  font-weight: 700;
}

.main-nav a,
.footer-links a {
  transition: color 160ms ease;
}

.main-nav a:hover,
.footer-links a:hover {
  color: var(--orange);
}

.header-cta,
.primary-button,
.route-picker button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 12px;
  background: var(--orange);
  color: var(--ink);
  cursor: pointer;
  font-weight: 900;
  transition: transform 160ms ease, background 160ms ease;
}

.header-cta {
  min-height: 42px;
  padding: 0 17px;
  font-size: 14px;
}

.header-cta:hover,
.primary-button:hover,
.route-picker button:hover {
  background: #ff714f;
  transform: translateY(-1px);
}

.hero {
  display: grid;
  grid-template-columns: 54% 46%;
  min-height: 622px;
  margin-top: 22px;
  overflow: hidden;
  border-radius: 32px;
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 30px 90px rgb(7 25 35 / 16%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 62px 54px;
  background:
    radial-gradient(circle at 10% 0%, rgb(123 217 214 / 11%), transparent 34%),
    linear-gradient(135deg, #071923 20%, #0b2732 100%);
}

.hero-copy::after {
  position: absolute;
  right: -38px;
  bottom: 38px;
  width: 118px;
  height: 118px;
  border: 1px solid rgb(201 238 239 / 14%);
  border-radius: 50%;
  content: "";
}

.hero-eyebrow,
.route-page-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 22px;
  color: var(--ice);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.hero h1,
.route-hero h1,
.listing-hero h1 {
  margin: 0;
  font-size: clamp(42px, 4.7vw, 68px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.062em;
  text-wrap: balance;
}

.hero-lead {
  max-width: 590px;
  margin: 25px 0 0;
  color: #c9dade;
  font-size: 18px;
  line-height: 1.6;
}

.route-picker {
  margin-top: 32px;
}

.route-picker label {
  display: block;
  margin-bottom: 9px;
  color: #9eb4ba;
  font-size: 13px;
  font-weight: 800;
}

.picker-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px;
  padding: 7px;
  border: 1px solid rgb(201 238 239 / 18%);
  border-radius: 16px;
  background: rgb(255 255 255 / 8%);
}

.route-picker select {
  width: 100%;
  min-height: 51px;
  padding: 0 40px 0 15px;
  border: 0;
  border-radius: 10px;
  background: #f8fbfb;
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
}

.route-picker button {
  min-height: 51px;
  padding: 0 20px;
  white-space: nowrap;
  font-size: 15px;
}

.hero-fast-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 14px;
  margin-top: 19px;
  color: #99afb5;
  font-size: 13px;
}

.hero-fast-links a {
  color: #e0edef;
  border-bottom: 1px solid rgb(224 237 239 / 32%);
}

.hero-fast-links a:hover {
  border-color: var(--orange);
  color: var(--orange);
}

.hero-visual {
  position: relative;
  min-width: 0;
  min-height: 100%;
}

.hero-visual img {
  object-fit: cover;
  object-position: 67% center;
}

.hero-image-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #0b2732 0%, transparent 24%), linear-gradient(0deg, rgb(7 25 35 / 28%), transparent 55%);
}

.hero-route-badge {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 16px 17px;
  border: 1px solid rgb(255 255 255 / 28%);
  border-radius: 17px;
  background: rgb(7 25 35 / 80%);
  backdrop-filter: blur(14px);
}

.badge-dot {
  width: 10px;
  height: 10px;
  border: 3px solid var(--orange);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgb(255 91 54 / 17%);
}

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

.hero-route-badge small {
  color: #aabec3;
  font-size: 11px;
}

.hero-route-badge strong {
  margin-top: 2px;
  font-size: 14px;
}

.badge-time {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--ice);
  font-size: 13px;
  font-weight: 800;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.62fr);
  align-items: end;
  gap: 60px;
}

.section-heading h2,
.planning-intro h2,
.faq-heading h2,
.route-section-heading h2,
.editorial-section h2,
.pickup-section h2,
.tips-section h2,
.route-faq-heading h2 {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: clamp(32px, 3.7vw, 50px);
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.section-kicker,
.sidebar-kicker {
  color: #21787e;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.heading-side,
.section-heading > p {
  color: var(--text-soft);
  font-size: 15px;
}

.heading-side p,
.section-heading > p {
  margin: 0;
}

.heading-side span {
  display: block;
  margin-top: 8px;
  color: #7a8c92;
  font-size: 12px;
}

.routes-section {
  padding-block: 108px 118px;
}

.routes-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin-top: 43px;
}

.route-card {
  position: relative;
  display: flex;
  min-height: 360px;
  flex-direction: column;
  overflow: hidden;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 8px 30px rgb(7 25 35 / 3%);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.route-card::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 86px;
  height: 86px;
  border-radius: 0 0 0 86px;
  background: #eef7f7;
  content: "";
  transition: background 180ms ease;
}

.route-card:hover {
  z-index: 2;
  border-color: #83c7c8;
  box-shadow: 0 20px 55px rgb(7 25 35 / 10%);
  transform: translateY(-5px);
}

.route-card:hover::before {
  background: var(--ice);
}

.route-card-top {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 26px;
  align-items: center;
  gap: 9px;
}

.route-number {
  color: #81959b;
  font-size: 12px;
  font-weight: 900;
}

.popular-label {
  padding: 4px 8px;
  border-radius: 999px;
  background: #fff0eb;
  color: #bd3e20;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.route-arrow {
  margin-left: auto;
  color: var(--ink);
}

.route-points {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: 90px;
  margin-top: 38px;
}

.route-points span {
  width: 9px;
  height: 9px;
  border: 2px solid #13838a;
  border-radius: 50%;
}

.route-points span:last-child {
  border-color: var(--orange);
  background: var(--orange);
}

.route-points i {
  border-top: 1px dashed #8badb1;
}

.route-card h3 {
  max-width: 290px;
  margin: 19px 0 0;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.route-destination {
  margin: 5px 0 0;
  color: #587078;
  font-size: 14px;
}

.route-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 23px;
  color: #526a72;
  font-size: 13px;
}

.route-card-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.route-card-price {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px dashed #d2dfe1;
}

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

.route-card-price strong {
  font-size: 22px;
  letter-spacing: -0.04em;
}

.route-card-price small {
  margin-top: 2px;
  color: #71858b;
  font-size: 11px;
}

.route-more {
  color: #16757b;
  font-size: 13px;
  font-weight: 900;
}

.center-link {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.text-cta,
.all-routes-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #176f75;
  font-size: 14px;
  font-weight: 900;
}

.text-cta:hover,
.all-routes-link:hover {
  color: var(--orange-dark);
}

.formats-section {
  padding-block: 104px 112px;
  background: var(--ink);
  color: #fff;
}

.section-heading-light h2,
.partner-slot h2 {
  color: #fff;
}

.section-heading-light > p {
  color: #a9bdc2;
}

.section-kicker-light {
  color: var(--aqua);
}

.formats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin-top: 46px;
}

.format-card {
  position: relative;
  min-height: 390px;
  padding: 31px;
  overflow: hidden;
  border: 1px solid rgb(201 238 239 / 15%);
  border-radius: 24px;
  background: #0d2a35;
}

.format-card.featured-format {
  background: var(--ice);
  color: var(--ink);
}

.format-icon {
  display: grid;
  width: 51px;
  height: 51px;
  place-items: center;
  border-radius: 15px;
  background: rgb(201 238 239 / 10%);
  color: var(--aqua);
}

.featured-format .format-icon {
  background: var(--ink);
  color: var(--ice);
}

.format-index {
  position: absolute;
  top: 25px;
  right: 27px;
  color: rgb(201 238 239 / 27%);
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
}

.featured-format .format-index {
  color: rgb(7 25 35 / 13%);
}

.format-card h3 {
  margin: 63px 0 0;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.format-card > p {
  margin: 15px 0 0;
  color: #adbec2;
  font-size: 15px;
  line-height: 1.65;
}

.featured-format > p {
  color: #36515a;
}

.format-card ul {
  display: grid;
  gap: 9px;
  margin: 23px 0 0;
  padding: 0;
  list-style: none;
  color: #d9e7e9;
  font-size: 13px;
  font-weight: 700;
}

.featured-format ul {
  color: #25434c;
}

.format-card li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.format-card li svg {
  color: var(--orange);
}

.planning-section {
  display: grid;
  grid-template-columns: minmax(0, 0.83fr) minmax(0, 1.17fr);
  gap: 95px;
  padding-block: 112px;
}

.planning-intro {
  align-self: start;
  position: sticky;
  top: 112px;
}

.planning-intro p {
  max-width: 440px;
  margin: 21px 0 0;
  color: var(--text-soft);
  font-size: 17px;
}

.planning-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.planning-list article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 19px;
  padding: 27px 0;
  border-bottom: 1px solid var(--line);
}

.planning-list article > span {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border-radius: 13px;
  background: #dff1f2;
  color: #14767c;
}

.planning-list h3 {
  margin: 1px 0 0;
  font-size: 19px;
  letter-spacing: -0.02em;
}

.planning-list p {
  margin: 4px 0 0;
  color: var(--text-soft);
  font-size: 14px;
}

.partner-wrap,
.route-partner-wrap {
  padding-bottom: 112px;
}

.partner-slot {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.62fr);
  align-items: center;
  gap: 55px;
  overflow: hidden;
  padding: 54px;
  border-radius: 28px;
  background: var(--orange);
  color: var(--ink);
}

.partner-slot::before,
.partner-slot::after {
  position: absolute;
  border: 1px solid rgb(7 25 35 / 15%);
  border-radius: 50%;
  content: "";
}

.partner-slot::before {
  top: -135px;
  right: 22%;
  width: 320px;
  height: 320px;
}

.partner-slot::after {
  bottom: -190px;
  left: -80px;
  width: 350px;
  height: 350px;
}

.partner-copy,
.partner-widget {
  position: relative;
  z-index: 1;
}

.partner-slot .section-kicker {
  color: #6f1d0d;
}

.partner-slot h2 {
  max-width: 560px;
  margin: 7px 0 0;
  color: var(--ink);
  font-size: clamp(31px, 4vw, 49px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.052em;
}

.partner-copy > p {
  max-width: 590px;
  margin: 16px 0 0;
  color: #542418;
}

.partner-assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.partner-assurances span {
  padding: 7px 10px;
  border: 1px solid rgb(7 25 35 / 20%);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
}

.partner-widget {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 13px;
  padding: 24px;
  border: 1px dashed rgb(201 238 239 / 38%);
  border-radius: 19px;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 18px 45px rgb(73 22 11 / 22%);
}

.partner-widget > svg {
  color: var(--aqua);
}

.partner-widget strong,
.partner-widget div span {
  display: block;
}

.partner-widget strong {
  font-size: 17px;
}

.partner-widget div span {
  margin-top: 3px;
  color: #aabec3;
  font-size: 12px;
}

.widget-state {
  grid-column: 1 / -1;
  width: fit-content;
  margin-top: 8px;
  padding: 6px 9px;
  border-radius: 7px;
  background: rgb(123 217 214 / 14%);
  color: var(--aqua);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.faq-section,
.route-faq {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: 90px;
  padding-bottom: 116px;
}

.faq-heading,
.route-faq-heading {
  align-self: start;
  position: sticky;
  top: 112px;
}

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

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

.faq-list summary {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 25px 0;
  cursor: pointer;
  font-size: 17px;
  font-weight: 800;
  list-style: none;
}

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

.faq-list summary i {
  position: relative;
  display: block;
  width: 27px;
  height: 27px;
  border: 1px solid #abc0c4;
  border-radius: 50%;
}

.faq-list summary i::before,
.faq-list summary i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 1px;
  background: var(--ink);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 160ms ease;
}

.faq-list summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-list details[open] summary i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-list details > p {
  max-width: 720px;
  margin: -7px 0 24px;
  padding-right: 50px;
  color: var(--text-soft);
}

.site-footer {
  padding-top: 72px;
  background: var(--ink);
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.65fr 1fr;
  gap: 75px;
  padding-bottom: 55px;
}

.brand-footer .brand-mark {
  background: var(--ice);
  color: var(--ink);
}

.brand-footer .brand-name {
  color: #fff;
}

.footer-about {
  max-width: 360px;
  margin: 20px 0 0;
  color: #9fb4b9;
  font-size: 14px;
}

.footer-links {
  display: grid;
  align-content: start;
  gap: 9px;
  color: #b5c7ca;
  font-size: 13px;
}

.footer-title {
  margin: 0 0 5px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.footer-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 11px;
  padding: 21px;
  border: 1px solid rgb(201 238 239 / 13%);
  border-radius: 18px;
  background: #0d2934;
  color: #aabec3;
  font-size: 12px;
}

.footer-note svg {
  color: var(--aqua);
}

.footer-note p {
  margin: 0;
}

.footer-note span {
  grid-column: 2;
  color: #728d94;
  font-size: 11px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 19px 24px;
  border-top: 1px solid rgb(201 238 239 / 10%);
  color: #779098;
  font-size: 11px;
}

/* Listing */
.listing-hero {
  margin-top: 22px;
  padding: 76px 65px 82px;
  border-radius: 29px;
  background:
    radial-gradient(circle at 85% 22%, rgb(123 217 214 / 18%), transparent 24%),
    linear-gradient(125deg, #071923, #0e3440);
  color: #fff;
}

.listing-hero h1 {
  max-width: 900px;
  margin-top: 13px;
}

.listing-hero p {
  max-width: 690px;
  margin: 23px 0 0;
  color: #bdd0d4;
  font-size: 17px;
}

.listing-section {
  padding-block: 92px 116px;
}

.compact-heading {
  align-items: end;
}

.compact-heading h2 {
  font-size: clamp(31px, 3vw, 42px);
}

/* Route detail */
.route-hero {
  margin-top: 22px;
  padding: 23px 25px 25px 56px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 69% 4%, rgb(123 217 214 / 11%), transparent 24%),
    var(--ink);
  color: #fff;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 7px 0 21px;
  color: #8da6ac;
  font-size: 12px;
}

.breadcrumbs a:hover {
  color: var(--aqua);
}

.route-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 48px;
  align-items: stretch;
}

.route-hero-copy {
  padding: 43px 0 54px;
}

.route-hero h1 {
  max-width: 780px;
  font-size: clamp(42px, 5vw, 66px);
}

.route-hero-copy > p {
  max-width: 760px;
  margin: 24px 0 0;
  color: #b9ccd0;
  font-size: 17px;
  line-height: 1.65;
}

.route-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 31px;
}

.primary-button,
.secondary-button {
  min-height: 49px;
  padding: 0 19px;
  font-size: 14px;
}

.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(201 238 239 / 22%);
  border-radius: 12px;
  color: #dce9eb;
  font-weight: 800;
}

.secondary-button:hover {
  border-color: var(--aqua);
  color: var(--aqua);
}

.route-ticket {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 29px;
  border-radius: 22px;
  background: #f8fbfb;
  color: var(--ink);
}

.route-ticket::before,
.route-ticket::after {
  position: absolute;
  left: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--ink);
  content: "";
}

.route-ticket::before { top: 31%; }
.route-ticket::after { bottom: 31%; }

.ticket-label {
  color: #6c838a;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ticket-route {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  margin-top: 27px;
}

.ticket-route div > span,
.ticket-route div > strong {
  display: block;
}

.ticket-route div > span {
  color: #71858c;
  font-size: 10px;
}

.ticket-route div > strong {
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.15;
}

.ticket-destination {
  text-align: right;
}

.ticket-line {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
}

.ticket-line i {
  width: 7px;
  height: 7px;
  border: 2px solid #12858b;
  border-radius: 50%;
}

.ticket-line i:last-child {
  border-color: var(--orange);
  background: var(--orange);
}

.ticket-line span {
  border-top: 1px dashed #9bb1b5;
}

.ticket-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 29px;
  padding-block: 22px;
  border-block: 1px dashed #c8d6d9;
}

.ticket-stats > span {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 7px;
  align-items: center;
}

.ticket-stats svg {
  grid-row: 1 / 3;
  color: #178087;
}

.ticket-stats b {
  font-size: 13px;
}

.ticket-stats small {
  color: #75888e;
  font-size: 10px;
}

.ticket-price {
  margin-top: 21px;
}

.ticket-price span,
.ticket-price strong,
.ticket-price small {
  display: block;
}

.ticket-price span {
  color: #71858c;
  font-size: 10px;
}

.ticket-price strong {
  margin-top: 2px;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.05em;
}

.ticket-price small {
  margin-top: 4px;
  color: #587078;
  font-size: 11px;
}

.route-ticket > p {
  margin: 20px 0 0;
  color: #72868c;
  font-size: 10px;
  line-height: 1.4;
}

.route-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 60px;
  padding-block: 105px 88px;
}

.route-article {
  min-width: 0;
}

.route-section-heading > p {
  max-width: 780px;
  margin: 20px 0 0;
  color: var(--text-soft);
}

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

.price-option {
  min-height: 312px;
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
}

.price-option-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #7d9298;
  font-size: 11px;
  font-weight: 900;
}

.price-option-top svg {
  color: #168087;
}

.price-option h3 {
  margin: 37px 0 0;
  font-size: 20px;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.option-audience {
  margin: 6px 0 0;
  color: #70858b;
  font-size: 12px;
}

.price-option > strong {
  display: block;
  margin-top: 25px;
  color: #b93519;
  font-size: 18px;
  line-height: 1.2;
}

.price-option > p:last-child {
  margin: 12px 0 0;
  color: var(--text-soft);
  font-size: 12px;
  line-height: 1.5;
}

.editorial-section {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  margin-top: 72px;
  padding: 34px;
  border-radius: 22px;
  background: #dff1f2;
}

.editorial-icon {
  display: grid;
  width: 49px;
  height: 49px;
  place-items: center;
  border-radius: 14px;
  background: var(--ink);
  color: var(--aqua);
}

.editorial-section h2,
.pickup-section h2,
.tips-section h2 {
  font-size: clamp(29px, 3.2vw, 40px);
}

.editorial-section p {
  margin: 16px 0 0;
  color: #405b64;
}

.pickup-section,
.tips-section {
  margin-top: 72px;
}

.pickup-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
  border-block: 1px solid var(--line);
}

.pickup-grid > div {
  min-height: 150px;
  padding: 23px 20px;
  border-right: 1px solid var(--line);
}

.pickup-grid > div:last-child {
  border-right: 0;
}

.pickup-grid span {
  color: var(--orange-dark);
  font-size: 11px;
  font-weight: 900;
}

.pickup-grid h3 {
  margin: 27px 0 0;
  font-size: 17px;
  line-height: 1.3;
}

.tips-section > ul {
  display: grid;
  margin: 30px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.tips-section li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}

.tips-section li svg {
  margin-top: 3px;
  color: #168087;
}

.gear-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  margin-top: 24px;
  padding: 21px;
  border-left: 4px solid var(--orange);
  background: #fff;
}

.gear-note svg {
  color: var(--orange-dark);
}

.gear-note p {
  margin: 0;
  color: #49626b;
  font-size: 13px;
}

.gear-note strong {
  color: var(--ink);
}

.route-sidebar {
  min-width: 0;
}

.sidebar-summary {
  position: sticky;
  top: 105px;
  padding: 25px;
  border-radius: 20px;
  background: var(--ink);
  color: #fff;
}

.sidebar-summary .sidebar-kicker {
  color: var(--aqua);
}

.sidebar-summary > strong {
  display: block;
  margin-top: 18px;
  font-size: 25px;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.sidebar-summary > p {
  margin: 8px 0 0;
  color: #9db2b7;
  font-size: 12px;
}

.sidebar-summary > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 44px;
  margin-top: 23px;
  padding: 0 13px;
  border-radius: 10px;
  background: var(--orange);
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
}

.sidebar-advice {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 11px;
  margin-top: 13px;
  padding: 19px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
  color: #5d747c;
  font-size: 12px;
}

.sidebar-advice span {
  color: #168087;
}

.sidebar-advice p {
  margin: 0;
}

.sidebar-advice strong {
  color: var(--ink);
}

.partner-slot-compact {
  padding-block: 43px;
}

.route-faq {
  padding-top: 0;
}

.related-section {
  padding-bottom: 116px;
}

.related-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.not-found {
  display: flex;
  min-height: 620px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-block: 90px;
}

.not-found > svg {
  color: #168087;
}

.not-found > span {
  margin-top: 24px;
  color: #21787e;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.not-found h1 {
  max-width: 680px;
  margin: 10px 0 0;
  font-size: clamp(43px, 7vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.not-found p {
  max-width: 560px;
  margin: 20px 0 0;
  color: var(--text-soft);
  font-size: 17px;
}

.not-found a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 47px;
  margin-top: 27px;
  padding: 0 17px;
  border-radius: 11px;
  background: var(--ink);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

@media (max-width: 1080px) {
  .main-nav {
    gap: 18px;
  }

  .hero-copy {
    padding-inline: 40px;
  }

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

  .route-hero-grid {
    grid-template-columns: minmax(0, 1fr) 335px;
    gap: 30px;
  }

  .route-content {
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 35px;
  }

  .price-options {
    grid-template-columns: 1fr;
  }

  .price-option {
    min-height: 0;
  }

  .price-option h3 {
    margin-top: 25px;
  }
}

@media (max-width: 860px) {
  .shell {
    width: min(100% - 32px, 720px);
  }

  .header-inner {
    grid-template-columns: 1fr auto;
    gap: 15px;
  }

  .main-nav {
    display: none;
  }

  .brand-caption {
    display: none;
  }

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

  .hero-copy {
    padding: 52px 34px 38px;
  }

  .hero-visual {
    min-height: 345px;
  }

  .hero-image-shade {
    background: linear-gradient(180deg, #0b2732 0%, transparent 24%), linear-gradient(0deg, rgb(7 25 35 / 35%), transparent 58%);
  }

  .section-heading,
  .formats-grid,
  .planning-section,
  .partner-slot,
  .faq-section,
  .route-faq,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .section-heading,
  .planning-section,
  .faq-section,
  .route-faq,
  .footer-grid {
    gap: 30px;
  }

  .formats-grid {
    gap: 12px;
  }

  .format-card {
    min-height: 340px;
  }

  .planning-intro,
  .faq-heading,
  .route-faq-heading {
    position: static;
  }

  .partner-slot {
    gap: 32px;
    padding: 39px 34px;
  }

  .route-hero {
    padding: 22px 22px 24px;
  }

  .route-hero-grid,
  .route-content {
    grid-template-columns: 1fr;
  }

  .route-hero-copy {
    padding: 30px 12px 22px;
  }

  .route-ticket {
    min-height: 430px;
  }

  .route-content {
    gap: 30px;
  }

  .route-sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .sidebar-summary {
    position: static;
  }

  .sidebar-advice {
    margin-top: 0;
  }
}

@media (max-width: 620px) {
  .shell {
    width: min(100% - 22px, 520px);
  }

  .site-header {
    position: static;
  }

  .header-inner {
    min-height: 66px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .header-cta {
    min-height: 38px;
    padding-inline: 13px;
    font-size: 12px;
  }

  .header-cta svg {
    display: none;
  }

  .hero {
    margin-top: 11px;
    border-radius: 22px;
  }

  .hero-copy {
    padding: 39px 22px 28px;
  }

  .hero-eyebrow {
    margin-bottom: 17px;
    font-size: 12px;
  }

  .hero h1,
  .route-hero h1,
  .listing-hero h1 {
    font-size: clamp(37px, 12vw, 49px);
    line-height: 1;
  }

  .hero-lead,
  .listing-hero p,
  .route-hero-copy > p {
    font-size: 16px;
  }

  .route-picker {
    margin-top: 27px;
  }

  .picker-row {
    grid-template-columns: 1fr;
  }

  .route-picker button {
    width: 100%;
  }

  .hero-fast-links {
    display: none;
  }

  .hero-visual {
    min-height: 280px;
  }

  .hero-route-badge {
    right: 12px;
    bottom: 12px;
    left: 12px;
    grid-template-columns: auto 1fr;
  }

  .badge-time {
    display: none;
  }

  .routes-section,
  .listing-section {
    padding-block: 74px 84px;
  }

  .routes-grid,
  .related-grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .route-card {
    min-height: 336px;
  }

  .section-heading h2,
  .planning-intro h2,
  .faq-heading h2,
  .route-section-heading h2,
  .route-faq-heading h2 {
    font-size: 35px;
  }

  .formats-section {
    padding-block: 75px 82px;
  }

  .format-card {
    min-height: 320px;
    padding: 25px;
  }

  .planning-section {
    padding-block: 81px;
  }

  .partner-wrap,
  .route-partner-wrap {
    padding-bottom: 82px;
  }

  .partner-slot {
    padding: 33px 22px;
    border-radius: 22px;
  }

  .partner-assurances {
    display: grid;
  }

  .faq-section,
  .route-faq {
    padding-bottom: 84px;
  }

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

  .faq-list details > p {
    padding-right: 8px;
    font-size: 14px;
  }

  .footer-grid {
    gap: 34px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 7px;
  }

  .listing-hero {
    margin-top: 11px;
    padding: 52px 24px 56px;
    border-radius: 22px;
  }

  .route-hero {
    margin-top: 11px;
    border-radius: 22px;
  }

  .breadcrumbs {
    padding-inline: 4px;
  }

  .route-actions,
  .primary-button,
  .secondary-button {
    width: 100%;
  }

  .route-ticket {
    min-height: 390px;
    padding: 24px;
  }

  .route-content {
    padding-block: 76px 69px;
  }

  .editorial-section {
    grid-template-columns: 1fr;
    padding: 26px 22px;
  }

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

  .pickup-grid > div {
    min-height: 105px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .pickup-grid > div:last-child {
    border-bottom: 0;
  }

  .pickup-grid h3 {
    margin-top: 12px;
  }

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

  .related-section {
    padding-bottom: 86px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
