:root {
  --sw-ink: #11161a;
  --sw-ink-soft: #2a3136;
  --sw-paper: #f4f3ef;
  --sw-white: #ffffff;
  --sw-line: #d8d7d1;
  --sw-muted: #697077;
  --sw-gold: #c7a14c;
  --sw-gold-dark: #9a782d;
  --sw-green: #27483f;
  --sw-danger: #9f2d2d;
  --sw-success: #1f664f;
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  letter-spacing: 0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--sw-paper);
  color: var(--sw-ink);
  font-family: inherit;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
body, button, input, select, textarea { font: inherit; }
button, input, select, textarea { letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a, input, select, textarea, summary { outline-offset: 3px; }
:focus-visible { outline: 2px solid var(--sw-gold); }
[hidden] { display: none !important; }

.r81-skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  transform: translateY(-150%);
  padding: 10px 14px;
  background: var(--sw-white);
  color: var(--sw-ink);
  border-radius: 4px;
}
.r81-skip-link:focus { transform: none; }

.r79-topbar {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  width: min(100% - 64px, 1440px);
  min-height: 92px;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: minmax(200px, auto) 1fr auto;
  align-items: center;
  gap: 32px;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.22);
}
.r79-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.r79-brand img { width: 46px; height: 46px; object-fit: contain; }
.r79-brand span { display: grid; min-width: 0; }
.r79-brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}
.r79-brand small {
  margin-top: 5px;
  color: var(--sw-gold);
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}
.r79-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.r79-nav a, .r79-top-actions > a:not(.btn-cta) {
  position: relative;
  padding: 10px 0;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  font-weight: 650;
}
.r79-nav a::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 1px;
  background: var(--sw-gold);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .2s ease;
}
.r79-nav a:hover::after, .r79-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.r79-top-actions { display: flex; align-items: center; gap: 18px; }
.r79-top-actions .btn-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid var(--sw-gold);
  border-radius: 5px;
  background: var(--sw-gold);
  color: #111;
  font-size: 14px;
  font-weight: 800;
}
.r131-mobile-login-link, .r81-menu-toggle, .r81-mobile-nav { display: none; }

.r79-main { min-height: 60vh; }
.r79-home-hero {
  position: relative;
  min-height: min(900px, 100svh);
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 130px max(32px, calc((100vw - 1320px) / 2)) 150px;
  isolation: isolate;
  background: #0b1014;
  color: #fff;
}
.r79-home-hero .r107-hero-stage {
  position: absolute;
  z-index: -2;
  inset: 0;
}
.r79-home-hero .r107-hero-stage img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}
.r79-home-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(4,8,11,.9) 0%, rgba(4,8,11,.68) 40%, rgba(4,8,11,.1) 75%, rgba(4,8,11,.18) 100%);
  content: "";
}
.r79-home-hero .r79-hero-copy {
  width: min(700px, 58vw);
  align-self: center;
}
.r79-kicker, .sw-eyebrow {
  display: inline-flex;
  color: var(--sw-gold);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}
.r79-home-hero h1 {
  max-width: 760px;
  margin: 16px 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5vw, 76px);
  line-height: 1.01;
  font-weight: 500;
  text-wrap: balance;
}
.r79-home-hero .r79-hero-copy > p {
  max-width: 650px;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 17px;
  line-height: 1.62;
}
.r79-mini-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 22px;
  color: rgba(255,255,255,.88);
  font-size: 13px;
  font-weight: 700;
}
.r79-mini-features span { display: inline-flex; align-items: center; gap: 8px; }
.r79-mini-features span::before { width: 5px; height: 5px; background: var(--sw-gold); border-radius: 50%; content: ""; }
.r79-sales-cues { display: none; }

.r79-quick-booking {
  position: absolute;
  z-index: 3;
  right: max(24px, calc((100vw - 1440px) / 2));
  bottom: 24px;
  left: max(24px, calc((100vw - 1440px) / 2));
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr .72fr .64fr .58fr auto;
  align-items: end;
  gap: 0;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 7px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 20px 55px rgba(0,0,0,.22);
  color: var(--sw-ink);
}
.r79-quick-booking > label,
.r79-quick-booking .r79-route-preset-field {
  min-width: 0;
  padding: 4px 12px;
  border-right: 1px solid #e3e2de;
  color: #71777b;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 750;
}
.r79-route-preset-field { position: relative; display: grid; gap: 3px; }
.r600-route-results {
  position: absolute;
  z-index: 90;
  top: calc(100% + 6px);
  right: 0;
  left: 0;
  max-height: min(360px, 52vh);
  overflow-y: auto;
  padding: 6px;
  border: 1px solid #c9cbc7;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(11, 17, 20, .18);
}
.r600-route-results[hidden] { display: none; }
.r600-route-result {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 18px;
  align-items: center;
  min-height: 54px;
  padding: 9px 11px;
  border-radius: 3px;
  color: var(--sw-ink);
  cursor: pointer;
}
.r600-route-result + .r600-route-result { border-top: 1px solid #e7e7e2; }
.r600-route-result strong {
  min-width: 0;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.r600-route-result small {
  color: #687076;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 700;
}
.r600-route-result:hover,
.r600-route-result[aria-selected="true"] {
  background: #11171a;
  color: #fff;
}
.r600-route-result:hover small,
.r600-route-result[aria-selected="true"] small { color: #d8bd78; }
.r79-quick-booking input,
.r79-quick-booking select {
  width: 100%;
  min-width: 0;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--sw-ink);
  font-size: 14px;
  font-weight: 650;
}
.r79-quick-booking input::placeholder { color: #8b8f92; }
.r79-quick-booking button {
  height: 54px;
  min-width: 148px;
  border: 0;
  border-radius: 5px;
  background: var(--sw-gold);
  color: #151515;
  font-weight: 850;
  cursor: pointer;
}
.r79-quick-booking button:hover { background: #d2af5e; }

.r79-section, .r79-faq-support, .r79-ops-row {
  width: min(100% - 64px, 1320px);
  margin: 0 auto;
}
.r79-section { padding: 108px 0; }
.r79-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 20px;
  margin-bottom: 48px;
}
.r79-section-head .r79-kicker { grid-column: 1 / -1; }
.r79-section-head h2, .r79-faq-support h2 {
  max-width: 820px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.08;
  font-weight: 500;
  text-wrap: balance;
}
.r79-section-head > a { color: var(--sw-gold-dark); font-size: 14px; font-weight: 800; }
.r79-service-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--sw-line);
  border-bottom: 1px solid var(--sw-line);
}
.r79-service-cards article {
  min-width: 0;
  padding: 34px 30px 34px 0;
  border-right: 1px solid var(--sw-line);
}
.r79-service-cards article + article { padding-left: 30px; }
.r79-service-cards article:last-child { border-right: 0; }
.r79-service-cards h3 { margin: 0 0 14px; font-size: 20px; }
.r79-service-cards p { min-height: 72px; margin: 0 0 26px; color: var(--sw-muted); line-height: 1.6; }
.r79-service-cards a { color: var(--sw-gold-dark); font-size: 13px; font-weight: 800; }

.r79-process-band {
  width: 100%;
  padding: 100px max(32px, calc((100vw - 1320px) / 2));
  background: var(--sw-ink);
  color: #fff;
}
.r79-process-band .r79-section-head { width: min(100%, 1320px); margin-right: auto; margin-left: auto; }
.r79-process-band .r79-section-head > a { color: var(--sw-gold); }
.r79-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(100%, 1320px);
  margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,.22);
}
.r79-process-grid article { padding: 32px 28px 0 0; }
.r79-process-grid span { color: var(--sw-gold); font-size: 12px; font-weight: 800; }
.r79-process-grid strong { display: block; margin: 20px 0 10px; font-size: 20px; }
.r79-process-grid p { margin: 0; color: rgba(255,255,255,.6); line-height: 1.6; }

.r79-faq-support {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 90px;
  padding: 110px 0;
}
.r79-faq-support > div:first-child > p { max-width: 540px; color: var(--sw-muted); line-height: 1.7; }
.r79-faq-list { border-top: 1px solid var(--sw-line); }
.r79-faq-list details { padding: 24px 0; border-bottom: 1px solid var(--sw-line); }
.r79-faq-list summary { font-size: 17px; font-weight: 750; cursor: pointer; }
.r79-faq-list details p { margin: 16px 0 0; color: var(--sw-muted); line-height: 1.65; }
.r79-ops-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 110px;
  background: #e7ece9;
  border: 1px solid #d2ddd7;
}
.r79-ops-row article { padding: 30px; border-right: 1px solid #d2ddd7; }
.r79-ops-row article:last-child { border-right: 0; }
.r79-ops-row span, .r79-ops-row small { display: block; color: #607068; font-size: 12px; }
.r79-ops-row strong { display: block; margin: 8px 0; font-size: 18px; }

.sw-booking-page { padding: 0 0 96px; background: var(--sw-paper); }
.r79-page-reservation .r79-topbar { position: absolute; }
.sw-booking-intro {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 150px max(32px, calc((100vw - 1180px) / 2)) 92px;
  background: #101519;
  color: #fff;
}
.sw-booking-intro > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.sw-booking-intro::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,10,12,.92), rgba(7,10,12,.52) 54%, rgba(7,10,12,.18)); content: ""; }
.sw-booking-intro > div { position: relative; z-index: 1; max-width: 650px; }
.sw-booking-intro h1 {
  max-width: 620px;
  margin: 14px 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.02;
  font-weight: 500;
}
.sw-booking-intro p { max-width: 600px; margin: 0; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.65; }
.sw-booking-intro ul { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 24px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.88); font-size: 13px; font-weight: 700; }
.sw-booking-intro li::before { margin-right: 8px; color: var(--sw-gold); content: "•"; }

.sw-booking-form {
  position: relative;
  z-index: 2;
  width: min(100% - 48px, 1120px);
  margin: -48px auto 0;
  padding: 44px 52px 50px;
  border: 1px solid #dfded8;
  border-radius: 7px;
  background: var(--sw-white);
  box-shadow: 0 22px 60px rgba(18,23,26,.1);
}
.sw-booking-form--complete { width: min(100% - 48px, 900px); padding: 38px; }
.sw-booking-form--complete .sw-form-message { margin-bottom: 0; }
.sw-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.sw-form-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding-bottom: 30px; border-bottom: 1px solid var(--sw-line); }
.sw-form-heading span { color: #8d6a22; font-size: 12px; font-weight: 850; text-transform: uppercase; }
.sw-form-heading h2 { margin: 6px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 36px; line-height: 1.15; font-weight: 500; }
.sw-form-heading p { max-width: 340px; margin: 0; color: var(--sw-muted); line-height: 1.55; }
.sw-form-message { display: grid; gap: 8px; margin-bottom: 28px; padding: 18px 20px; border: 1px solid; border-radius: 5px; }
.sw-form-message--success { gap: 10px; padding: 24px 26px; border-color: #9fc5b5; background: #edf7f2; color: #173d31; }
.sw-form-message--success > strong { color: #102d24; font-family: Georgia, "Times New Roman", serif; font-size: 25px; line-height: 1.2; font-weight: 500; }
.sw-booking-success-kicker { color: #427364; font-size: 10px; font-weight: 850; text-transform: uppercase; }
.sw-booking-success-summary { display: grid; grid-template-columns: .75fr 1.5fr 1fr; margin: 10px 0 0; border-top: 1px solid rgba(23,61,49,.18); border-bottom: 1px solid rgba(23,61,49,.18); }
.sw-booking-success-summary div { min-width: 0; padding: 17px 20px 17px 0; }
.sw-booking-success-summary div + div { padding-left: 20px; border-left: 1px solid rgba(23,61,49,.18); }
.sw-booking-success-summary dt { color: #568174; font-size: 10px; font-weight: 850; text-transform: uppercase; }
.sw-booking-success-summary dd { margin: 6px 0 0; color: #102d24; line-height: 1.35; font-weight: 800; overflow-wrap: anywhere; }
.sw-booking-success-summary div:first-child dd { color: #8b681b; font-family: Georgia, "Times New Roman", serif; font-size: 28px; line-height: 1; font-weight: 600; }
.sw-booking-success-note { margin: 2px 0 0; color: #315d50; font-size: 13px; line-height: 1.55; }
.sw-booking-success-actions { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 4px; }
.sw-booking-success-actions a { color: #173d31; font-size: 13px; font-weight: 850; text-decoration: underline; text-underline-offset: 4px; }
.sw-form-message--error { border-color: #e5b7b7; background: #fff4f4; color: var(--sw-danger); }
.sw-form-message ul { margin: 4px 0 0; padding-left: 20px; }

.sw-segmented { display: flex; gap: 8px; margin: 28px 0 0; padding: 0; border: 0; }
.sw-segmented legend { width: 100%; margin-bottom: 10px; color: var(--sw-muted); font-size: 12px; font-weight: 800; }
.sw-segmented label { position: relative; cursor: pointer; }
.sw-segmented input { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer; }
.sw-segmented span { display: inline-flex; min-height: 38px; align-items: center; justify-content: center; padding: 0 16px; border: 1px solid var(--sw-line); border-radius: 4px; background: #fafaf8; color: var(--sw-ink-soft); font-size: 13px; font-weight: 750; }
.sw-segmented input:checked + span { border-color: var(--sw-ink); background: var(--sw-ink); color: #fff; }
.sw-segmented input:focus-visible + span { outline: 2px solid var(--sw-gold); outline-offset: 2px; }
.sw-form-section { padding: 38px 0; border-bottom: 1px solid var(--sw-line); }
.sw-section-title { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 24px; }
.sw-section-title > span { display: inline-flex; width: 32px; height: 32px; flex: 0 0 32px; align-items: center; justify-content: center; border-radius: 50%; background: var(--sw-green); color: #fff; font-size: 12px; font-weight: 850; }
.sw-section-title h3 { margin: 0; font-size: 21px; }
.sw-section-title p { margin: 5px 0 0; color: var(--sw-muted); font-size: 13px; }
.sw-field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.sw-field-grid--route { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.sw-field-grid--route > label:nth-child(-n+2) { grid-column: span 2; }
.sw-field-grid--route > label:last-child { grid-column: span 2; }
.sw-field-grid--contact { grid-template-columns: 1.4fr .7fr 1fr 1.2fr; }
.sw-booking-form label, .sw-booking-form .r79-route-preset-field {
  min-width: 0;
  color: #454c51;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 800;
}
.sw-booking-form label > small { color: var(--sw-muted); font-weight: 600; }
.sw-booking-form input:not([type="radio"]):not([type="checkbox"]),
.sw-booking-form select,
.sw-booking-form textarea {
  width: 100%;
  min-width: 0;
  margin-top: 8px;
  border: 1px solid #cfd1ce;
  border-radius: 4px;
  background: #fff;
  color: var(--sw-ink);
  font-size: 15px;
  font-weight: 550;
}
.sw-booking-form input:not([type="radio"]):not([type="checkbox"]), .sw-booking-form select { height: 48px; padding: 0 13px; }
.sw-booking-form textarea { resize: vertical; min-height: 110px; padding: 12px 13px; line-height: 1.55; }
.sw-booking-form input:focus, .sw-booking-form select:focus, .sw-booking-form textarea:focus { border-color: var(--sw-gold-dark); outline: 2px solid rgba(199,161,76,.18); }
.sw-booking-form [aria-invalid="true"] { border-color: var(--sw-danger) !important; }
.r107-field-error { display: block; margin-top: 6px; color: var(--sw-danger); font-size: 12px; font-weight: 700; }
.sw-field-help { display: block; margin-top: 6px; color: var(--sw-muted); font-size: 11px; line-height: 1.4; font-weight: 650; }
.sw-booking-form > .sw-form-section > .r79-route-preset-field {
  margin: 0 0 18px;
  padding: 18px;
  border: 1px solid #d8d7d1;
  border-radius: 5px;
  background: #f7f6f2;
}
.sw-booking-form > .sw-form-section > .r79-route-preset-field .r600-route-results {
  top: calc(100% - 12px);
  right: 18px;
  left: 18px;
}
.sw-booking-form > .sw-form-section > .r79-route-preset-field label { display: block; color: var(--sw-ink); }
.sw-live-quote {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px 34px;
  margin-top: 28px;
  padding: 26px 28px;
  border: 1px solid #2d363a;
  border-radius: 5px;
  background: #11171a;
  color: #fff;
}
.sw-live-quote__head { grid-column: 1; display: flex; min-width: 0; align-items: flex-start; justify-content: space-between; gap: 20px; }
.sw-live-quote__head > div { min-width: 0; }
.sw-live-quote__head span,
.sw-live-quote__head strong { display: block; }
.sw-live-quote__head span { margin-bottom: 5px; color: var(--sw-gold); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.sw-live-quote__head strong { font-size: 16px; }
.sw-live-quote__head em { flex: 0 0 auto; padding: 5px 8px; border: 1px solid rgba(255,255,255,.18); border-radius: 3px; color: rgba(255,255,255,.7); font-family: Consolas, monospace; font-size: 10px; font-style: normal; }
.sw-live-quote__price { grid-column: 2; grid-row: 1 / span 2; min-width: 180px; padding-left: 28px; border-left: 1px solid rgba(255,255,255,.16); text-align: right; }
.sw-live-quote__price strong,
.sw-live-quote__price span { display: block; }
.sw-live-quote__price strong { color: var(--sw-gold); font-family: Georgia, "Times New Roman", serif; font-size: 44px; line-height: 1; font-weight: 500; }
.sw-live-quote__price span { max-width: 180px; margin-top: 7px; color: rgba(255,255,255,.65); font-size: 11px; line-height: 1.4; }
.sw-live-quote dl { grid-column: 1; display: grid; grid-template-columns: 1.35fr 1fr .7fr; margin: 0; border-top: 1px solid rgba(255,255,255,.14); }
.sw-live-quote dl div { min-width: 0; padding: 15px 18px 0 0; }
.sw-live-quote dt { color: rgba(255,255,255,.5); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.sw-live-quote dd { margin: 5px 0 0; overflow-wrap: anywhere; font-size: 13px; font-weight: 750; line-height: 1.45; }
.sw-live-quote ul { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 0; padding: 15px 0 0; border-top: 1px solid rgba(255,255,255,.14); list-style: none; color: rgba(255,255,255,.76); font-size: 11px; font-weight: 700; }
.sw-live-quote li::before { margin-right: 7px; color: var(--sw-gold); content: "✓"; }
.sw-live-quote > p { grid-column: 1 / -1; margin: 0; color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.55; }
.sw-live-quote__help { grid-column: 1 / -1; justify-self: start; color: var(--sw-gold); font-size: 12px; font-weight: 850; text-decoration: underline; text-underline-offset: 4px; }
.sw-live-quote[data-quote-state="loading"] { opacity: .82; }
.sw-live-quote[data-quote-state="manual"],
.sw-live-quote[data-quote-state="error"] { border-color: #846f48; }
.sw-live-quote[data-quote-state="manual"] .sw-live-quote__price strong,
.sw-live-quote[data-quote-state="error"] .sw-live-quote__price strong { color: rgba(255,255,255,.5); }
.sw-return-plan { margin-top: 18px; overflow: hidden; border: 1px solid var(--sw-line); border-radius: 5px; background: #f7f6f2; }
.sw-return-plan__toggle { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: start; gap: 0 12px; padding: 18px 20px; cursor: pointer; }
.sw-return-plan__toggle > input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--sw-green); }
.sw-return-plan__toggle > span { display: grid; gap: 4px; min-width: 0; }
.sw-return-plan__toggle strong { color: var(--sw-ink); font-size: 14px; font-weight: 850; }
.sw-return-plan__toggle small { color: var(--sw-muted); font-size: 11px; font-weight: 650; line-height: 1.45; }
.sw-return-plan > .sw-return-fields { margin: 0; padding: 2px 20px 20px 50px; }
.sw-return-plan > .sw-return-fields:not([hidden]) { border-top: 1px solid var(--sw-line); padding-top: 18px; }
.sw-segmented--contact { margin-top: 18px; }
.sw-optional { margin-top: 30px; border: 1px solid var(--sw-line); border-radius: 5px; }
.sw-optional summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 20px; cursor: pointer; }
.sw-optional summary span { font-weight: 800; }
.sw-optional summary small { color: var(--sw-muted); }
.sw-optional[open] summary { border-bottom: 1px solid var(--sw-line); }
.sw-optional > .sw-field-grid, .sw-optional > .sw-checks, .sw-optional > .sw-notes { margin: 22px; }
.sw-checks { display: flex; flex-wrap: wrap; gap: 10px 22px; padding: 0; border: 0; }
.sw-checks legend { width: 100%; margin-bottom: 5px; color: var(--sw-muted); font-size: 12px; font-weight: 800; }
.sw-checks label { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; cursor: pointer; }
.sw-checks input, .sw-consent input { width: 18px; height: 18px; accent-color: var(--sw-green); }
.sw-notes { display: block; }
.sw-submit-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 32px; padding-top: 30px; }
.sw-consent { display: flex; grid-column: 1; grid-row: 1; align-items: flex-start; gap: 11px; max-width: 700px; color: var(--sw-muted) !important; font-weight: 600 !important; }
.sw-consent input { flex: 0 0 auto; margin-top: 1px; }
.sw-consent a { color: var(--sw-ink); text-decoration: underline; }
.sw-form-readiness {
  display: grid;
  grid-column: 1;
  grid-row: 2;
  gap: 3px;
  min-height: 42px;
  padding-left: 29px;
  color: var(--sw-muted);
}
.sw-form-readiness strong { color: var(--sw-ink); font-size: 13px; line-height: 1.35; }
.sw-form-readiness span { font-size: 11px; line-height: 1.45; font-weight: 650; }
.sw-form-readiness[data-state="ready"] strong { color: var(--sw-green); }
.sw-form-readiness[data-state="error"] strong { color: var(--sw-danger); }
.sw-submit-row button {
  display: grid;
  grid-column: 2;
  grid-row: 1 / span 2;
  min-width: 230px;
  min-height: 58px;
  place-content: center;
  border: 0;
  border-radius: 5px;
  background: var(--sw-gold);
  color: #141414;
  font-weight: 850;
  cursor: pointer;
}
.sw-submit-row button small { margin-top: 2px; font-size: 11px; font-weight: 650; }
.sw-submit-row button:disabled { cursor: wait; opacity: .65; }

.sw-fleet-hero, .sw-contact-intro {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 160px max(32px, calc((100vw - 1320px) / 2)) 90px;
  background: #0b1014;
  color: #fff;
}
.sw-fleet-hero > img, .sw-contact-intro > img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; }
.sw-fleet-hero > img { object-position: center; }
.sw-contact-intro > img { object-position: center; }
.sw-fleet-hero::after, .sw-contact-intro::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,9,12,.9), rgba(5,9,12,.56) 52%, rgba(5,9,12,.18)); content: ""; }
.sw-fleet-hero > div, .sw-contact-intro > div { position: relative; z-index: 1; max-width: 680px; }
.sw-fleet-hero h1, .sw-contact-intro h1 { margin: 15px 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 5.5vw, 78px); line-height: 1.02; font-weight: 500; text-wrap: balance; }
.sw-fleet-hero p, .sw-contact-intro p { max-width: 640px; margin: 0; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.65; }
.sw-fleet-hero > div > a { display: inline-flex; min-height: 46px; align-items: center; margin-top: 28px; padding: 0 18px; border: 1px solid var(--sw-gold); border-radius: 4px; color: var(--sw-gold); font-size: 13px; font-weight: 800; }
.sw-fleet-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: min(100% - 64px, 1320px); margin: 0 auto; padding: 100px 0; gap: 28px; }
.sw-fleet-list article { min-width: 0; border-bottom: 1px solid var(--sw-line); padding-bottom: 30px; }
.sw-fleet-list figure { aspect-ratio: 3 / 2; overflow: hidden; margin: 0 0 25px; background: #d9d9d4; }
.sw-fleet-list figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.sw-fleet-list article:hover figure img { transform: scale(1.025); }
.sw-fleet-card-head { display: flex; align-items: baseline; gap: 14px; }
.sw-fleet-card-head > span { color: var(--sw-gold-dark); font-size: 12px; font-weight: 850; }
.sw-fleet-card-head h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 29px; font-weight: 500; }
.sw-fleet-list dl { display: grid; grid-template-columns: repeat(2, 1fr); margin: 22px 0 18px; border-top: 1px solid var(--sw-line); border-bottom: 1px solid var(--sw-line); }
.sw-fleet-list dl div { padding: 14px 0; }
.sw-fleet-list dl div + div { padding-left: 18px; border-left: 1px solid var(--sw-line); }
.sw-fleet-list dt { color: var(--sw-muted); font-size: 11px; }
.sw-fleet-list dd { margin: 4px 0 0; font-size: 14px; font-weight: 800; }
.sw-fleet-list article > p { min-height: 48px; margin: 0 0 20px; color: var(--sw-muted); line-height: 1.55; }
.sw-fleet-list article > a { color: var(--sw-gold-dark); font-size: 13px; font-weight: 850; }
.sw-route-catalog { padding: 96px max(32px, calc((100vw - 1320px) / 2)); border-top: 1px solid var(--sw-line); background: var(--sw-white); }
.sw-route-catalog > header { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 360px); align-items: end; gap: 48px; margin-bottom: 34px; }
.sw-route-catalog h2 { max-width: 820px; margin: 12px 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(36px, 4vw, 58px); line-height: 1.06; font-weight: 500; }
.sw-route-catalog header p { max-width: 820px; margin: 0; color: var(--sw-muted); line-height: 1.65; }
.sw-route-catalog header label { color: #454c51; font-size: 12px; font-weight: 800; }
.sw-route-catalog input { width: 100%; height: 50px; margin-top: 8px; padding: 0 14px; border: 1px solid #cfd1ce; border-radius: 4px; background: #fff; color: var(--sw-ink); font-size: 15px; }
.sw-route-catalog input:focus { border-color: var(--sw-gold-dark); outline: 2px solid rgba(199,161,76,.18); }
.sw-route-search-status { display: block; min-height: 18px; margin-top: 8px; color: var(--sw-muted); font-size: 11px; font-weight: 700; line-height: 1.45; }
.sw-route-search-status[data-state="ready"] { color: #315f50; }
.sw-route-search-status[data-state="empty"] { color: #9a3e36; }
.sw-route-table { border-top: 1px solid var(--sw-ink); }
.sw-route-table-head, .sw-route-table > a { display: grid; grid-template-columns: minmax(290px, 1.7fr) minmax(90px, .45fr) minmax(90px, .45fr) minmax(110px, .55fr) 60px; align-items: center; gap: 18px; }
.sw-route-table-head { min-height: 42px; border-bottom: 1px solid var(--sw-line); color: var(--sw-muted); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.sw-route-table > a { min-height: 70px; border-bottom: 1px solid var(--sw-line); transition: background-color .18s ease; }
.sw-route-table > a:hover, .sw-route-table > a:focus-visible { background: #f7f6f2; }
.sw-route-table strong { min-width: 0; font-size: 14px; line-height: 1.4; }
.sw-route-table strong small { display: inline-flex; min-width: 42px; margin-right: 12px; color: var(--sw-gold-dark); font-size: 10px; font-weight: 850; }
.sw-route-table span { color: var(--sw-muted); font-size: 13px; }
.sw-route-table b { font-size: 15px; }
.sw-route-table em { color: var(--sw-gold-dark); font-size: 12px; font-style: normal; font-weight: 850; text-align: right; }
.sw-route-empty { margin: 24px 0 0; padding: 18px; border: 1px solid var(--sw-line); border-radius: 4px; color: var(--sw-muted); }
.sw-route-catalog > footer { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; color: var(--sw-muted); font-size: 12px; }
.sw-route-catalog > footer a { color: var(--sw-gold-dark); font-weight: 850; }
.sw-route-more { display: none; min-height: 44px; padding: 0 16px; border: 1px solid var(--sw-gold-dark); border-radius: 4px; background: transparent; color: var(--sw-gold-dark); font: inherit; font-weight: 850; cursor: pointer; }
.sw-route-more:focus-visible { outline: 2px solid var(--sw-gold-dark); outline-offset: 3px; }
.sw-scope-band { padding: 96px max(32px, calc((100vw - 1320px) / 2)); background: var(--sw-green); color: #fff; }
.sw-scope-band > div:first-child { max-width: 820px; }
.sw-scope-band h2 { margin: 12px 0 44px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 4.5vw, 62px); line-height: 1.06; font-weight: 500; }
.sw-scope-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.25); }
.sw-scope-grid article { padding: 28px 30px 0 0; }
.sw-scope-grid span { color: var(--sw-gold); font-size: 12px; font-weight: 850; }
.sw-scope-grid strong { display: block; margin: 18px 0 9px; font-size: 19px; }
.sw-scope-grid p { margin: 0; color: rgba(255,255,255,.64); line-height: 1.6; }
.sw-primary-link { display: inline-flex; min-height: 48px; align-items: center; margin-top: 42px; padding: 0 20px; border-radius: 4px; background: var(--sw-gold); color: #131313; font-size: 13px; font-weight: 850; }

.sw-contact-page { padding-bottom: 100px; background: var(--sw-paper); }
.sw-contact-intro { min-height: 600px; }
.sw-contact-intro dl { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 30px 0 0; border-top: 1px solid rgba(255,255,255,.28); }
.sw-contact-intro dl div { padding: 18px 24px 0 0; }
.sw-contact-intro dt { color: var(--sw-gold); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.sw-contact-intro dd { margin: 6px 0 0; color: rgba(255,255,255,.88); font-size: 13px; font-weight: 700; }
.sw-contact-form { position: relative; z-index: 2; width: min(100% - 48px, 1080px); margin: -52px auto 0; padding: 44px 52px 50px; border: 1px solid #dfded8; border-radius: 7px; background: #fff; box-shadow: 0 22px 60px rgba(18,23,26,.1); }
.sw-contact-fields { grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 34px 0 22px; }
.sw-contact-form label { min-width: 0; color: #454c51; font-size: 12px; line-height: 1.35; font-weight: 800; }
.sw-contact-form input:not([type="checkbox"]), .sw-contact-form select, .sw-contact-form textarea { width: 100%; margin-top: 8px; border: 1px solid #cfd1ce; border-radius: 4px; background: #fff; color: var(--sw-ink); font-size: 15px; font-weight: 550; }
.sw-contact-form input:not([type="checkbox"]), .sw-contact-form select { height: 48px; padding: 0 13px; }
.sw-contact-form textarea { min-height: 125px; resize: vertical; padding: 12px 13px; line-height: 1.55; }
.sw-contact-form input:focus, .sw-contact-form select:focus, .sw-contact-form textarea:focus { border-color: var(--sw-gold-dark); outline: 2px solid rgba(199,161,76,.18); }
.sw-contact-form > .sw-notes { display: block; margin-bottom: 10px; }
.sw-contact-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: min(100% - 64px, 1080px); margin: 72px auto 0; border-top: 1px solid var(--sw-line); border-bottom: 1px solid var(--sw-line); }
.sw-contact-options article { padding: 28px 26px 30px 0; border-right: 1px solid var(--sw-line); }
.sw-contact-options article + article { padding-left: 26px; }
.sw-contact-options article:last-child { border-right: 0; }
.sw-contact-options span { color: var(--sw-gold-dark); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.sw-contact-options strong { display: block; margin: 10px 0; font-size: 18px; }
.sw-contact-options p { min-height: 60px; margin: 0 0 20px; color: var(--sw-muted); line-height: 1.55; }
.sw-contact-options a { color: var(--sw-gold-dark); font-size: 13px; font-weight: 850; }

.sw-editorial-hero,
.sw-route-hero {
  position: relative;
  min-height: min(860px, 100svh);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  padding: 150px max(32px, calc((100vw - 1320px) / 2)) 92px;
  background: #0a0e11;
  color: #fff;
}
.sw-editorial-hero > img,
.sw-route-hero > img {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.sw-editorial-hero::after,
.sw-route-hero::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(5,9,12,.94), rgba(5,9,12,.67) 48%, rgba(5,9,12,.12) 82%);
  content: "";
}
.sw-route-hero::after { background: linear-gradient(90deg, rgba(5,9,12,.9), rgba(5,9,12,.52) 48%, rgba(5,9,12,.06)); }
.sw-editorial-hero > div,
.sw-route-hero-copy { position: relative; z-index: 2; width: min(720px, 62vw); }
.sw-editorial-hero h1,
.sw-route-hero h1 {
  max-width: 820px;
  margin: 18px 0 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(50px, 5.5vw, 86px);
  line-height: 1.01;
  font-weight: 500;
  text-wrap: balance;
}
.sw-editorial-hero p,
.sw-route-hero-copy > p {
  max-width: 660px;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 18px;
  line-height: 1.65;
}
.sw-hero-link,
.sw-hero-actions > a:first-child {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  padding: 0 22px;
  border: 1px solid var(--sw-gold);
  border-radius: 4px;
  background: var(--sw-gold);
  color: #111;
  font-size: 14px;
  font-weight: 850;
}
.sw-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.sw-hero-actions > a:last-child { margin-top: 30px; color: #fff; font-size: 14px; font-weight: 750; text-decoration: underline; text-decoration-color: var(--sw-gold); text-underline-offset: 5px; }

.sw-story-split,
.sw-tracking-assurance {
  width: min(100% - 64px, 1320px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: 72px;
  padding: 110px 0;
}
.sw-story-split h2,
.sw-tracking-steps h2,
.sw-tracking-assurance h2,
.sw-route-story h2,
.sw-closing-band h2 {
  margin: 15px 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.08;
  font-weight: 500;
  text-wrap: balance;
}
.sw-story-split p,
.sw-tracking-steps header p,
.sw-tracking-assurance p,
.sw-route-story p { margin: 0; color: var(--sw-muted); font-size: 16px; line-height: 1.75; }
.sw-story-split > div > a,
.sw-tracking-assurance a { display: inline-block; margin-top: 26px; color: var(--sw-gold-dark); font-size: 14px; font-weight: 850; }
.sw-story-split figure,
.sw-tracking-assurance > img { margin: 0; overflow: hidden; border-radius: 5px; background: #10161a; }
.sw-story-split figure img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.sw-story-split figcaption { padding: 14px 0 0; color: var(--sw-muted); font-size: 12px; }

.sw-principles,
.sw-tracking-steps ol,
.sw-route-proof {
  width: min(100% - 64px, 1320px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.sw-principles { padding: 0 0 110px; }
.sw-principles article,
.sw-tracking-steps li {
  padding: 38px 40px;
  border-top: 1px solid var(--sw-line);
  border-right: 1px solid var(--sw-line);
}
.sw-principles article:last-child,
.sw-tracking-steps li:last-child { border-right: 0; }
.sw-principles article > span,
.sw-tracking-steps li > span,
.sw-route-proof article > span { color: var(--sw-gold-dark); font-size: 12px; font-weight: 850; }
.sw-principles h2 { margin: 34px 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: 33px; font-weight: 500; }
.sw-principles p,
.sw-tracking-steps li p,
.sw-route-proof p { margin: 0; color: var(--sw-muted); font-size: 14px; line-height: 1.65; }

.sw-closing-band {
  display: flex;
  min-height: 350px;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 76px max(32px, calc((100vw - 1320px) / 2));
  background: #11171b;
  color: #fff;
}
.sw-closing-band > div { max-width: 820px; }
.sw-closing-band h2 { margin-bottom: 0; }
.sw-primary-link {
  flex: 0 0 auto;
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 4px;
  background: var(--sw-gold);
  color: #111;
  font-size: 14px;
  font-weight: 850;
}

.sw-editorial-hero--tracking > img { object-position: center; }
.sw-editorial-hero--tracking::after { background: linear-gradient(90deg, rgba(5,9,12,.94), rgba(5,9,12,.6) 47%, rgba(5,9,12,.06)); }
.sw-tracking-steps { padding: 110px 0; }
.sw-tracking-steps > header { width: min(100% - 64px, 760px); margin: 0 auto 58px; text-align: center; }
.sw-tracking-steps ol { padding: 0; list-style: none; }
.sw-tracking-steps li strong { display: block; margin: 32px 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 500; }
.sw-tracking-assurance { grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); }
.sw-tracking-assurance > img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }

.sw-route-hero { min-height: 100svh; align-items: center; padding-bottom: 170px; }
.sw-route-hero h1 { font-size: clamp(48px, 4.8vw, 74px); }
.sw-route-hero-copy { align-self: center; }
.sw-route-quote {
  position: absolute;
  z-index: 2;
  right: max(24px, calc((100vw - 1440px) / 2));
  bottom: 32px;
  left: max(24px, calc((100vw - 1440px) / 2));
  display: grid;
  grid-template-columns: 1.3fr 1.3fr .72fr .62fr .58fr auto;
  align-items: end;
  gap: 0;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 6px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 20px 55px rgba(0,0,0,.22);
  color: var(--sw-ink);
}
.sw-route-quote label { min-width: 0; padding: 4px 12px; border-right: 1px solid #e3e2de; color: #71777b; font-size: 11px; font-weight: 750; }
.sw-route-quote input,
.sw-route-quote select { width: 100%; min-width: 0; height: 34px; padding: 0; border: 0; background: transparent; color: var(--sw-ink); font-size: 14px; font-weight: 650; }
.sw-route-quote button { min-height: 48px; padding: 0 22px; border: 0; border-radius: 4px; background: var(--sw-gold); color: #111; font-size: 14px; font-weight: 850; cursor: pointer; }
.sw-route-story {
  width: min(100% - 64px, 1320px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: 90px;
  padding: 110px 0;
}
.sw-route-story dl { margin: 0; }
.sw-route-story dl div { display: grid; grid-template-columns: 110px 1fr; gap: 22px; padding: 22px 0; border-top: 1px solid var(--sw-line); }
.sw-route-story dt { color: var(--sw-gold-dark); font-size: 12px; font-weight: 850; text-transform: uppercase; }
.sw-route-story dd { margin: 0; font-size: 14px; line-height: 1.55; }
.sw-route-proof { padding-bottom: 110px; gap: 28px; }
.sw-route-proof figure { margin: 0 0 22px; overflow: hidden; border-radius: 4px; background: #10161a; }
.sw-route-proof img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .35s ease; }
.sw-route-proof article:hover img { transform: scale(1.025); }
.sw-route-proof p { margin-top: 12px; }

.sw-business-hero {
  position: relative;
  min-height: min(820px, 100svh);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  padding: 150px max(32px, calc((100vw - 1320px) / 2)) 90px;
  background: #0a0e11;
  color: #fff;
}
.sw-business-hero > img { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; }
.sw-business-hero::after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(5,9,12,.94), rgba(5,9,12,.58) 50%, rgba(5,9,12,.08)); content: ""; }
.sw-business-hero > div { position: relative; z-index: 2; width: min(760px, 62vw); }
.sw-business-hero h1 { margin: 18px 0 22px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 5.2vw, 80px); line-height: 1.02; font-weight: 500; text-wrap: balance; }
.sw-business-hero p { max-width: 670px; margin: 0; color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.68; }
.sw-business-intro { width: min(100% - 64px, 1320px); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .85fr); gap: 90px; padding: 110px 0; }
.sw-business-intro h2, .sw-business-capabilities h2, .sw-business-flow h2 { margin: 15px 0 20px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 4vw, 58px); line-height: 1.08; font-weight: 500; text-wrap: balance; }
.sw-business-intro p, .sw-business-capabilities p, .sw-business-flow p { margin: 0; color: var(--sw-muted); line-height: 1.7; }
.sw-business-intro dl { margin: 0; }
.sw-business-intro dl div { display: grid; grid-template-columns: 100px 1fr; gap: 20px; padding: 17px 0; border-top: 1px solid var(--sw-line); }
.sw-business-intro dt { color: var(--sw-gold-dark); font-size: 12px; font-weight: 850; text-transform: uppercase; }
.sw-business-intro dd { margin: 0; }
.sw-business-intro dd strong, .sw-business-intro dd span { display: block; }
.sw-business-intro dd strong { margin-bottom: 4px; font-size: 16px; }
.sw-business-intro dd span { color: var(--sw-muted); font-size: 13px; line-height: 1.55; }
.sw-business-capabilities { padding: 100px max(32px, calc((100vw - 1320px) / 2)); background: #fff; }
.sw-business-capabilities > header { max-width: 820px; margin-bottom: 54px; }
.sw-business-capabilities > div { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.sw-business-capabilities article { min-height: 220px; padding: 28px; border-top: 1px solid var(--sw-line); border-right: 1px solid var(--sw-line); }
.sw-business-capabilities article:nth-child(4n) { border-right: 0; }
.sw-business-capabilities article:nth-child(n+5) { border-top: 1px solid var(--sw-line); }
.sw-business-capabilities article > span { color: var(--sw-gold-dark); font-size: 11px; font-weight: 850; }
.sw-business-capabilities h3 { margin: 42px 0 12px; font-size: 17px; }
.sw-business-capabilities p { font-size: 13px; }
.sw-business-flow { padding: 105px max(32px, calc((100vw - 1320px) / 2)); background: #17211f; color: #fff; }
.sw-business-flow > header { max-width: 760px; }
.sw-business-flow ol { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 58px 0 0; padding: 0; list-style: none; }
.sw-business-flow li { padding: 28px; border-top: 1px solid rgba(255,255,255,.2); border-right: 1px solid rgba(255,255,255,.14); }
.sw-business-flow li:last-child { border-right: 0; }
.sw-business-flow li > span { color: var(--sw-gold); font-size: 11px; font-weight: 850; }
.sw-business-flow li strong { display: block; margin: 36px 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: 27px; font-weight: 500; }
.sw-business-flow p { color: rgba(255,255,255,.68); font-size: 13px; }

.sw-legal-page { background: #fff; }
.sw-legal-hero { min-height: 500px; display: flex; align-items: flex-end; padding: 150px max(32px, calc((100vw - 1160px) / 2)) 70px; background: #11171b; color: #fff; }
.sw-legal-hero > div { width: min(780px, 75vw); }
.sw-legal-hero h1 { margin: 16px 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 5vw, 74px); line-height: 1.02; font-weight: 500; }
.sw-legal-hero p { margin: 0; color: rgba(255,255,255,.74); font-size: 16px; line-height: 1.7; }
.sw-legal-hero nav { display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 34px; }
.sw-legal-hero nav a { padding-bottom: 5px; border-bottom: 1px solid transparent; color: rgba(255,255,255,.74); font-size: 13px; font-weight: 750; }
.sw-legal-hero nav a[aria-current="page"] { border-color: var(--sw-gold); color: #fff; }
.sw-legal-layout { width: min(100% - 64px, 1160px); margin: 0 auto; display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 80px; padding: 90px 0 120px; }
.sw-legal-layout > aside { position: sticky; top: 30px; align-self: start; padding-top: 18px; border-top: 1px solid var(--sw-line); }
.sw-legal-layout > aside > span { color: var(--sw-gold-dark); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.sw-legal-layout > aside strong { display: block; margin: 20px 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: 24px; line-height: 1.2; }
.sw-legal-layout > aside p { margin: 0; color: var(--sw-muted); font-size: 13px; line-height: 1.65; }
.sw-legal-layout > aside a, .sw-legal-content footer a { display: inline-block; margin-top: 24px; color: var(--sw-gold-dark); font-size: 13px; font-weight: 850; }
.sw-legal-content > section { padding: 0 0 62px; }
.sw-legal-content > section + section { padding-top: 62px; border-top: 1px solid var(--sw-line); }
.sw-legal-content > section > span { color: var(--sw-gold-dark); font-size: 11px; font-weight: 850; }
.sw-legal-content h2 { margin: 16px 0 20px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(32px, 3vw, 46px); line-height: 1.1; font-weight: 500; }
.sw-legal-content p, .sw-legal-content li { color: var(--sw-ink-soft); font-size: 15px; line-height: 1.78; }
.sw-legal-content ul { margin: 24px 0 0; padding-left: 22px; }
.sw-legal-content li + li { margin-top: 10px; }
.sw-legal-content footer { padding: 38px; border: 1px solid var(--sw-line); background: var(--sw-paper); }
.sw-legal-content footer strong { font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 500; }
.sw-legal-content footer p { margin: 12px 0 0; }

.r79-footer {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, minmax(130px, .8fr)) 1fr;
  gap: 46px;
  padding: 68px max(32px, calc((100vw - 1320px) / 2));
  background: #0d1216;
  color: rgba(255,255,255,.72);
}
.r79-footer .r79-brand { align-self: start; color: #fff; }
.r79-footer nav, .r79-footer address { display: grid; align-content: start; gap: 12px; min-width: 0; font-style: normal; }
.r79-footer nav strong, .r79-footer address strong { margin-bottom: 5px; color: #fff; font-size: 13px; }
.r79-footer a, .r79-footer span { font-size: 13px; line-height: 1.45; }
.r79-footer .btn-cta { color: var(--sw-gold); font-weight: 800; }

@media (max-width: 1180px) {
  .r79-topbar { width: calc(100% - 40px); grid-template-columns: auto 1fr auto; gap: 20px; }
  .r79-nav { gap: 18px; }
  .r79-top-actions > a:not(.btn-cta) { display: none; }
  .r79-quick-booking { grid-template-columns: repeat(3, 1fr); gap: 8px; background: rgba(255,255,255,.98); }
  .r79-quick-booking > label, .r79-quick-booking .r79-route-preset-field { border: 1px solid #e3e2de; border-radius: 4px; }
  .r79-quick-booking button { min-width: 0; }
  .r79-home-hero { padding-bottom: 285px; }
  .sw-field-grid--contact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sw-fleet-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sw-fleet-list article:last-child { grid-column: 1 / -1; width: calc(50% - 14px); }
  .sw-route-hero { min-height: max(820px, 100svh); padding-bottom: 250px; }
  .sw-route-quote { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .sw-route-quote label { border: 1px solid #e3e2de; border-radius: 4px; }
  .sw-route-quote button { min-width: 0; }
  .sw-business-capabilities > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sw-business-capabilities article:nth-child(4n) { border-right: 1px solid var(--sw-line); }
  .sw-business-capabilities article:nth-child(2n) { border-right: 0; }
  .r79-footer { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .r79-footer .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .r79-topbar {
    position: absolute;
    width: calc(100% - 28px);
    min-height: 74px;
    grid-template-columns: 1fr auto;
  }
  .r79-brand img { width: 40px; height: 40px; }
  .r79-brand strong { font-size: 21px; }
  .r79-nav, .r79-top-actions, .r131-mobile-login-link { display: none; }
  .r81-menu-toggle {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.34);
    border-radius: 4px;
    background: rgba(12,17,20,.42);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
  }
  .r81-mobile-nav:not([hidden]) {
    position: absolute;
    z-index: 19;
    top: 76px;
    right: 14px;
    left: 14px;
    display: grid;
    gap: 0;
    padding: 8px;
    border: 1px solid #31383d;
    border-radius: 5px;
    background: #11171b;
    color: #fff;
    box-shadow: 0 18px 45px rgba(0,0,0,.28);
  }
  .r81-mobile-nav a { padding: 13px 12px; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 14px; font-weight: 700; }
  .r81-mobile-nav a:last-child { border-bottom: 0; }
  .r79-home-hero { min-height: 880px; align-items: flex-start; padding: 126px 22px 390px; }
  .r79-home-hero::after { background: linear-gradient(180deg, rgba(4,8,11,.76), rgba(4,8,11,.42) 58%, rgba(4,8,11,.72)); }
  .r79-home-hero .r107-hero-stage img { object-position: 63% center; }
  .r79-home-hero .r79-hero-copy { width: 100%; }
  .r79-home-hero h1 { font-size: clamp(42px, 11vw, 60px); }
  .r79-home-hero .r79-hero-copy > p { font-size: 16px; }
  .r79-quick-booking { right: 16px; bottom: 20px; left: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 8px; }
  .r79-quick-booking .r79-route-preset-field { grid-column: 1 / -1; }
  .r79-quick-booking button { grid-column: 1 / -1; }
  .r79-section, .r79-faq-support, .r79-ops-row { width: calc(100% - 40px); }
  .r79-section { padding: 76px 0; }
  .r79-service-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .r79-service-cards article:nth-child(2) { border-right: 0; }
  .r79-service-cards article:nth-child(n+3) { border-top: 1px solid var(--sw-line); }
  .r79-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
  .r79-faq-support { grid-template-columns: 1fr; gap: 44px; padding: 78px 0; }
  .r79-ops-row { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 76px; }
  .r79-ops-row article:nth-child(2) { border-right: 0; }
  .r79-ops-row article:nth-child(n+3) { border-top: 1px solid #d2ddd7; }
  .sw-booking-page { padding-top: 0; }
  .sw-booking-intro { min-height: 520px; padding: 130px 24px 70px; }
  .sw-booking-intro > img { object-position: 60% center; }
  .sw-booking-intro::after { background: linear-gradient(180deg, rgba(7,10,12,.48), rgba(7,10,12,.84)); }
  .sw-booking-intro ul { display: grid; gap: 8px; }
  .sw-booking-form { width: 100%; margin: 0; padding: 34px 24px 42px; border-width: 0 0 1px; border-radius: 0; box-shadow: none; }
  .sw-booking-form--complete { padding-top: 28px; padding-bottom: 34px; }
  .sw-form-heading { display: grid; }
  .sw-field-grid--route, .sw-field-grid--contact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sw-field-grid--route > label:nth-child(-n+2), .sw-field-grid--route > label:last-child { grid-column: span 2; }
  .sw-submit-row { grid-template-columns: 1fr; }
  .sw-submit-row .sw-consent, .sw-submit-row .sw-form-readiness, .sw-submit-row button { grid-column: 1; grid-row: auto; }
  .sw-submit-row button { width: 100%; }
  .sw-form-readiness { padding-left: 0; }
  .sw-live-quote { grid-template-columns: 1fr; }
  .sw-live-quote__price { grid-column: 1; grid-row: auto; min-width: 0; padding: 18px 0 0; border-top: 1px solid rgba(255,255,255,.14); border-left: 0; text-align: left; }
  .sw-live-quote__price span { max-width: none; }
  .sw-live-quote dl { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sw-fleet-hero, .sw-contact-intro { min-height: 570px; padding: 130px 24px 68px; }
  .sw-fleet-hero::after, .sw-contact-intro::after { background: linear-gradient(180deg, rgba(5,9,12,.34), rgba(5,9,12,.82)); }
  .sw-fleet-list { width: calc(100% - 40px); padding: 70px 0; }
  .sw-route-catalog { padding: 74px 22px; }
  .sw-route-catalog > header { grid-template-columns: 1fr; gap: 26px; }
  .sw-route-table-head { display: none; }
  .sw-route-table > a { grid-template-columns: minmax(0, 1fr) auto auto; gap: 7px 14px; padding: 16px 0; }
  .sw-route-table strong { grid-column: 1 / -1; }
  .sw-route-table span:nth-of-type(1), .sw-route-table span:nth-of-type(2) { font-size: 12px; }
  .sw-route-table em { align-self: center; grid-column: 3; grid-row: 2; }
  .sw-scope-band { padding: 74px 22px; }
  .sw-scope-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  .sw-contact-form { width: 100%; margin: 0; padding: 36px 24px 44px; border-width: 0 0 1px; border-radius: 0; box-shadow: none; }
  .sw-contact-options { width: calc(100% - 40px); grid-template-columns: 1fr; }
  .sw-contact-options article, .sw-contact-options article + article { padding: 26px 0; border-right: 0; border-top: 1px solid var(--sw-line); }
  .sw-contact-options article:first-child { border-top: 0; }
  .sw-contact-options p { min-height: 0; }
  .sw-editorial-hero { min-height: 760px; padding: 130px 24px 74px; }
  .sw-editorial-hero::after { background: linear-gradient(180deg, rgba(5,9,12,.42), rgba(5,9,12,.9)); }
  .sw-editorial-hero > div, .sw-route-hero-copy { width: 100%; }
  .sw-editorial-hero h1, .sw-route-hero h1 { font-size: clamp(45px, 10vw, 64px); }
  .sw-story-split, .sw-tracking-assurance, .sw-route-story { width: calc(100% - 40px); grid-template-columns: 1fr; gap: 46px; padding: 78px 0; }
  .sw-story-split figure { order: -1; }
  .sw-principles, .sw-tracking-steps ol, .sw-route-proof { width: calc(100% - 40px); }
  .sw-principles article, .sw-tracking-steps li { padding: 32px 24px; }
  .sw-tracking-steps { padding: 78px 0; }
  .sw-tracking-steps > header { width: calc(100% - 40px); margin-bottom: 40px; text-align: left; }
  .sw-route-hero { display: block; min-height: 0; padding: 130px 20px 24px; }
  .sw-route-hero::after { background: linear-gradient(180deg, rgba(5,9,12,.48), rgba(5,9,12,.94)); }
  .sw-route-hero-copy { margin-bottom: 40px; }
  .sw-route-quote { position: relative; right: auto; bottom: auto; left: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sw-route-quote label:nth-of-type(-n+2), .sw-route-quote button { grid-column: 1 / -1; }
  .sw-route-story dl div { grid-template-columns: 100px 1fr; }
  .sw-route-proof { grid-template-columns: 1fr; gap: 40px; padding-bottom: 78px; }
  .sw-route-proof figure { margin-bottom: 16px; }
  .sw-closing-band { min-height: 0; align-items: flex-start; flex-direction: column; gap: 34px; padding: 68px 22px; }
  .sw-business-hero { min-height: 760px; padding: 130px 24px 72px; }
  .sw-business-hero::after { background: linear-gradient(180deg, rgba(5,9,12,.38), rgba(5,9,12,.9)); }
  .sw-business-hero > div { width: 100%; }
  .sw-business-hero h1 { font-size: clamp(44px, 10vw, 62px); }
  .sw-business-intro { width: calc(100% - 40px); grid-template-columns: 1fr; gap: 46px; padding: 78px 0; }
  .sw-business-capabilities, .sw-business-flow { padding: 76px 22px; }
  .sw-business-flow ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sw-business-flow li:nth-child(2) { border-right: 0; }
  .sw-legal-hero { min-height: 460px; padding: 130px 24px 58px; }
  .sw-legal-hero > div { width: 100%; }
  .sw-legal-layout { width: calc(100% - 40px); grid-template-columns: 1fr; gap: 52px; padding: 70px 0 90px; }
  .sw-legal-layout > aside { position: static; }
  .r79-footer { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px; padding: 54px 24px; }
}

@media (max-width: 520px) {
  .r79-home-hero { min-height: 850px; padding: 108px 18px 384px; }
  .r79-home-hero h1 { font-size: 38px; line-height: 1; }
  .r79-home-hero .r79-hero-copy > p { font-size: 15px; line-height: 1.5; }
  .r79-mini-features { display: flex; gap: 8px 16px; margin-top: 16px; font-size: 12px; }
  .r79-quick-booking { grid-template-columns: 1fr 1fr; }
  .r79-quick-booking > label, .r79-quick-booking .r79-route-preset-field { padding: 4px 9px; }
  .r79-quick-booking input, .r79-quick-booking select { height: 44px; }
  .r79-quick-booking > label:nth-of-type(1), .r79-quick-booking > label:nth-of-type(2) { grid-column: span 1; }
  .r79-section-head { grid-template-columns: 1fr; }
  .r79-section-head h2, .r79-faq-support h2 { font-size: 36px; }
  .r79-service-cards { grid-template-columns: 1fr; }
  .r79-service-cards article, .r79-service-cards article + article { padding: 26px 0; border-right: 0; border-top: 1px solid var(--sw-line); }
  .r79-service-cards article:first-child { border-top: 0; }
  .r79-service-cards p { min-height: 0; }
  .r79-process-band { padding: 72px 22px; }
  .r79-process-grid { grid-template-columns: 1fr; }
  .r79-ops-row { grid-template-columns: 1fr; }
  .r79-ops-row article { border-right: 0; border-top: 1px solid #d2ddd7; }
  .r79-ops-row article:first-child { border-top: 0; }
  .sw-booking-intro { min-height: 560px; }
  .sw-booking-intro h1 { font-size: 45px; }
  .sw-fleet-hero h1, .sw-contact-intro h1 { font-size: 44px; }
  .sw-contact-intro dl { grid-template-columns: 1fr; }
  .sw-contact-intro dl div { padding-top: 12px; }
  .sw-fleet-list { grid-template-columns: 1fr; }
  .sw-fleet-list article:last-child { grid-column: auto; width: auto; }
  .sw-route-catalog h2 { font-size: 36px; }
  .sw-route-table > a { grid-template-columns: 1fr auto; }
  .sw-route-table span { display: none; }
  .sw-route-table b { grid-column: 1; }
  .sw-route-table em { grid-column: 2; }
  .sw-route-catalog > footer { flex-direction: column; align-items: flex-start; }
  .sw-route-more:not([hidden]) { display: inline-flex; align-items: center; justify-content: center; }
  .sw-scope-grid { grid-template-columns: 1fr; }
  .sw-contact-fields { grid-template-columns: 1fr; }
  .sw-booking-form { padding-right: 18px; padding-left: 18px; }
  .sw-segmented { display: grid; grid-template-columns: repeat(2, 1fr); }
  .sw-segmented legend { grid-column: 1 / -1; }
  .sw-segmented span { width: 100%; min-height: 44px; }
  .sw-field-grid, .sw-field-grid--route, .sw-field-grid--contact { grid-template-columns: 1fr; }
  .sw-field-grid--route > label:nth-child(-n+2), .sw-field-grid--route > label:last-child { grid-column: auto; }
  .r600-route-results { max-height: min(330px, 48vh); }
  .r600-route-result { grid-template-columns: 1fr; gap: 3px; min-height: 58px; }
  .r600-route-result strong { white-space: normal; }
  .sw-return-plan__toggle { padding: 16px; }
  .sw-return-plan > .sw-return-fields { padding-right: 16px; padding-bottom: 16px; padding-left: 46px; }
  .sw-optional summary { align-items: flex-start; flex-direction: column; gap: 4px; }
  .sw-live-quote { gap: 17px; padding: 22px 18px; }
  .sw-live-quote__head { display: grid; gap: 10px; }
  .sw-live-quote__head em { justify-self: start; }
  .sw-live-quote__price strong { font-size: 39px; }
  .sw-live-quote dl { grid-template-columns: 1fr; }
  .sw-live-quote dl div { padding-right: 0; }
  .sw-live-quote ul { display: grid; }
  .sw-booking-success-summary { grid-template-columns: 1fr; }
  .sw-booking-success-summary div { padding: 14px 0; }
  .sw-booking-success-summary div + div { padding-left: 0; border-top: 1px solid rgba(23,61,49,.18); border-left: 0; }
  .sw-booking-success-actions { display: grid; gap: 14px; }
  .sw-editorial-hero { min-height: 720px; }
  .sw-editorial-hero h1, .sw-route-hero h1 { font-size: 44px; }
  .sw-story-split h2, .sw-tracking-steps h2, .sw-tracking-assurance h2, .sw-route-story h2, .sw-closing-band h2 { font-size: 36px; }
  .sw-principles, .sw-tracking-steps ol { grid-template-columns: 1fr; }
  .sw-principles article, .sw-tracking-steps li { border-right: 0; }
  .sw-principles article + article, .sw-tracking-steps li + li { border-top: 1px solid var(--sw-line); }
  .sw-route-quote { grid-template-columns: 1fr; }
  .sw-route-quote label, .sw-route-quote label:nth-of-type(-n+2), .sw-route-quote button { grid-column: auto; }
  .sw-route-story dl div { grid-template-columns: 1fr; gap: 8px; }
  .sw-hero-actions { align-items: flex-start; flex-direction: column; gap: 0; }
  .sw-business-hero { min-height: 720px; }
  .sw-business-hero h1 { font-size: 43px; }
  .sw-business-intro h2, .sw-business-capabilities h2, .sw-business-flow h2 { font-size: 36px; }
  .sw-business-intro dl div { grid-template-columns: 1fr; gap: 7px; }
  .sw-business-capabilities > div, .sw-business-flow ol { grid-template-columns: 1fr; }
  .sw-business-capabilities article, .sw-business-capabilities article:nth-child(2n), .sw-business-capabilities article:nth-child(4n), .sw-business-flow li { min-height: 0; border-right: 0; }
  .sw-business-flow li + li { border-top: 1px solid rgba(255,255,255,.2); }
  .sw-legal-hero h1 { font-size: 43px; }
  .sw-legal-hero nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sw-legal-content h2 { font-size: 34px; }
  .sw-legal-content footer { padding: 26px; }
  .r79-footer { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .r79-section-head > a,
  .r79-service-cards > a,
  .r79-service-cards article > a,
  .r79-footer a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  .r79-footer a {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
