/* 1WAYDROP — brand tokens sampled from the logo artwork.
   Blue + navy carry the interface. Amber is the conversion colour and is
   reserved for the primary CTA, the active booking step and map pins. */
:root{
  --blue-hi:#06ABFD; --blue:#0279E3; --blue-lo:#0165CD; --blue-wash:#EAF4FE;
  --navy:#06294D; --navy-lo:#0B3A6B; --navy-wash:#F2F6FA;
  --amber:#FEC522; --amber-lo:#FDA20B; --amber-ink:#3D2A00;
  --ink:#0B1A2B; --ink-2:#40566E; --ink-3:#6B819A;
  --bg:#FFFFFF; --surface:#F6F9FC; --rule:#DDE6EF; --rule-soft:#EBF1F7;
  --ok:#127A54; --shadow:0 1px 2px rgba(6,41,77,.06),0 8px 24px -12px rgba(6,41,77,.18);
  --wrap:1140px; --r:10px;
  --ff-display:"Archivo","Helvetica Neue",Arial,sans-serif;
  --ff-body:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--ff-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:var(--blue-lo)}
h1,h2,h3,h4{font-family:var(--ff-display);margin:0;letter-spacing:-.02em;text-wrap:balance;line-height:1.15}
h1{font-size:clamp(28px,5.2vw,46px);font-weight:800}
h2{font-size:clamp(22px,3.4vw,32px);font-weight:700}
h3{font-size:19px;font-weight:700;letter-spacing:-.01em}
h4{font-size:15px;font-weight:700}
p{margin:0 0 14px}
.wrap{max-width:var(--wrap);margin:0 auto;padding-inline:20px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
:focus-visible{outline:3px solid var(--blue);outline-offset:2px;border-radius:4px}
section{padding-block:clamp(38px,6vw,64px)}
.lede{font-size:17px;color:var(--ink-2);max-width:64ch}
.eyebrow{font-family:var(--ff-display);font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--blue-lo);margin:0 0 10px}

/* ---------- buttons ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--ff-display);font-weight:700;font-size:16px;line-height:1;padding:15px 22px;border-radius:var(--r);border:1px solid transparent;cursor:pointer;text-decoration:none;transition:filter .15s ease,background .15s ease}
.btn-primary{background:linear-gradient(160deg,var(--amber),var(--amber-lo));color:var(--amber-ink);box-shadow:0 1px 0 rgba(0,0,0,.06)}
.btn-primary:hover{filter:brightness(1.05)}
.btn-wa{background:#1FA855;color:#fff}
.btn-wa:hover{background:#18904a}
.btn-ghost{background:transparent;color:var(--navy);border-color:var(--rule)}
.btn-ghost:hover{background:var(--surface)}
.btn-block{width:100%}

/* ---------- header ---------- */
.site-head{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.94);backdrop-filter:saturate(1.4) blur(8px);border-bottom:1px solid var(--rule)}
.head-in{display:flex;align-items:center;gap:18px;min-height:64px}
.brand{display:flex;align-items:center;flex:0 0 auto}
.brand img{width:150px}
.site-nav{margin-left:auto;display:none;gap:22px;align-items:center}
.site-nav a{font-family:var(--ff-display);font-weight:600;font-size:14.5px;color:var(--navy);text-decoration:none}
.site-nav a:hover{color:var(--blue-lo)}
.head-cta{margin-left:auto}
.head-cta .btn{padding:11px 16px;font-size:14.5px}
.nav-toggle{margin-left:auto;background:none;border:1px solid var(--rule);border-radius:8px;padding:9px 11px;cursor:pointer;line-height:0}
.nav-toggle span{display:block;width:18px;height:2px;background:var(--navy);margin:3px 0;border-radius:2px}
#mobile-nav{display:none;border-top:1px solid var(--rule);background:#fff}
#mobile-nav.open{display:block}
#mobile-nav ul{list-style:none;margin:0;padding:8px 0 14px}
#mobile-nav a{display:block;padding:11px 20px;font-family:var(--ff-display);font-weight:600;color:var(--navy);text-decoration:none}
@media(min-width:900px){.site-nav{display:flex}.nav-toggle{display:none}.head-cta{margin-left:0}}

/* ---------- hero ---------- */
.hero{background:linear-gradient(168deg,#F4FAFF 0%,#EAF4FE 58%,#FFFFFF 100%);border-bottom:1px solid var(--rule)}
.hero-in{display:grid;gap:26px;padding-block:clamp(26px,4.5vw,54px)}
.hero h1{color:var(--navy)}
.hero h1 em{font-style:normal;color:var(--blue-lo)}
.hero .lede{font-size:17.5px}
.trust-row{display:flex;flex-wrap:wrap;gap:8px 18px;padding:0;margin:18px 0 0;list-style:none;font-size:14px;color:var(--ink-2)}
.trust-row li{display:flex;align-items:center;gap:7px}
.trust-row li::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--amber-lo);flex:0 0 auto}
@media(min-width:940px){.hero-in{grid-template-columns:1fr 1.02fr;align-items:center;gap:44px}}

/* route ribbon (the A -> B motif, drawn not photographed) */
.ribbon{display:flex;align-items:center;gap:12px;font-family:var(--ff-display);font-weight:700;color:var(--navy);font-size:15px;margin-bottom:16px}
.ribbon .line{flex:1;height:2px;background:repeating-linear-gradient(90deg,var(--blue) 0 12px,transparent 12px 22px);border-radius:2px;min-width:40px}
.ribbon .pin{width:11px;height:11px;border-radius:50% 50% 50% 0;transform:rotate(-45deg);background:var(--amber-lo);flex:0 0 auto}
.ribbon .dot{width:10px;height:10px;border-radius:50%;background:var(--blue);flex:0 0 auto}

/* ---------- booking widget ---------- */
.widget{background:#fff;border:1px solid var(--rule);border-radius:14px;box-shadow:var(--shadow);padding:18px}
.widget h2{font-size:18px;margin-bottom:4px;color:var(--navy)}
.widget .sub{font-size:13.5px;color:var(--ink-3);margin-bottom:14px}
.field{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}
.field label{font-family:var(--ff-display);font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-2)}
.field input,.field select{font:inherit;font-size:16px;padding:13px 12px;border:1px solid var(--rule);border-radius:8px;background:#fff;color:var(--ink);width:100%;min-height:48px}
.field input:focus,.field select:focus{border-color:var(--blue)}
.od{position:relative}
.swap{position:absolute;right:8px;top:50%;transform:translateY(-50%);z-index:2;background:#fff;border:1px solid var(--rule);border-radius:50%;width:40px;height:40px;cursor:pointer;font-size:17px;color:var(--blue-lo);line-height:1;box-shadow:var(--shadow)}
.swap:hover{background:var(--blue-wash)}
.row2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.row2>*{min-width:0}
.field input,.field select{min-width:0}
.widget-note{font-size:12.5px;color:var(--ink-3);margin:10px 0 0;text-align:center}

/* fare results */
.quote{margin-top:16px;border-top:1px solid var(--rule);padding-top:16px}
.quote[hidden]{display:none}
.quote-head{font-family:var(--ff-display);font-weight:700;color:var(--navy);margin-bottom:2px}
.quote-meta{font-size:13px;color:var(--ink-3);margin-bottom:12px}
.fare-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}
.fare-list li{display:flex;align-items:center;gap:12px;border:1px solid var(--rule);border-radius:9px;padding:12px 14px;background:var(--surface)}
.fare-list .v{font-family:var(--ff-display);font-weight:700;font-size:15px;color:var(--navy)}
.fare-list .s{font-size:12.5px;color:var(--ink-3)}
.fare-list .amt{margin-left:auto;font-family:var(--ff-display);font-weight:800;font-size:19px;color:var(--navy);font-variant-numeric:tabular-nums;white-space:nowrap}
.fare-fine{font-size:12.5px;color:var(--ink-3);margin:12px 0 14px}

/* ---------- cards & grids ---------- */
.grid{display:grid;gap:14px}
.grid>*{min-width:0}
.g2{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}
.g3{grid-template-columns:repeat(auto-fit,minmax(232px,1fr))}
.g4{grid-template-columns:repeat(auto-fit,minmax(186px,1fr))}
.card{background:#fff;border:1px solid var(--rule);border-radius:var(--r);padding:18px;text-decoration:none;color:inherit;display:block}
a.card:hover{border-color:var(--blue);box-shadow:var(--shadow)}
.route-card .od-line{font-family:var(--ff-display);font-weight:700;font-size:17px;color:var(--navy);display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.route-card .od-line .arr{color:var(--blue)}
.route-card .facts{font-size:13.5px;color:var(--ink-3);margin-top:6px}
.route-card .from{margin-top:10px;font-family:var(--ff-display);font-weight:800;color:var(--navy);font-size:15px}
.route-card .from span{font-weight:600;color:var(--ink-3);font-size:12.5px;letter-spacing:.06em;text-transform:uppercase}

.benefit h3{margin-bottom:6px;color:var(--navy)}
.benefit p{margin:0;font-size:14.5px;color:var(--ink-2)}
.benefit .ico{width:34px;height:34px;border-radius:8px;background:var(--blue-wash);display:flex;align-items:center;justify-content:center;margin-bottom:12px;color:var(--blue-lo);font-family:var(--ff-display);font-weight:800;font-size:15px}

.steps{list-style:none;counter-reset:s;margin:0;padding:0;display:grid;gap:16px}
@media(min-width:760px){.steps{grid-template-columns:repeat(3,1fr)}}
.steps li{counter-increment:s;padding-top:16px;border-top:3px solid var(--blue)}
.steps li::before{content:"Step " counter(s);display:block;font-family:var(--ff-display);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue-lo);margin-bottom:6px}
.steps h3{margin-bottom:4px;color:var(--navy)}
.steps p{margin:0;font-size:14.5px;color:var(--ink-2)}

.alt{background:var(--surface);border-block:1px solid var(--rule)}
.sec-head{margin-bottom:20px}
.sec-head p{margin:8px 0 0;color:var(--ink-2);max-width:62ch}

/* ---------- route page ---------- */
.crumbs{font-size:13px;color:var(--ink-3);padding-block:12px}
.crumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:6px;margin:0;padding:0}
.crumbs a{color:var(--ink-2);text-decoration:none}
.crumbs a:hover{color:var(--blue-lo)}
.crumbs li+li::before{content:"›";margin-right:6px;color:var(--ink-3)}
.route-hero{background:linear-gradient(168deg,#F4FAFF,#FFFFFF);border-bottom:1px solid var(--rule)}
.route-hero .sub{font-size:17px;color:var(--ink-2);margin-top:8px}
.facts-strip{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;padding:0;list-style:none}
.facts-strip li{max-width:100%;background:#fff;border:1px solid var(--rule);border-radius:8px;padding:9px 13px;font-size:13.5px;color:var(--ink-2)}
.facts-strip b{display:block;font-family:var(--ff-display);color:var(--navy);font-size:15px;font-variant-numeric:tabular-nums}
.content{display:grid;gap:34px}
.content>*{min-width:0}
.hero-in>*{min-width:0}
@media(min-width:980px){.content{grid-template-columns:minmax(0,1fr) 348px;align-items:start;gap:44px}.content aside{position:sticky;top:84px}}
.prose h2{margin-top:34px;margin-bottom:10px;color:var(--navy)}
.prose h2:first-child{margin-top:0}
.prose p{color:var(--ink-2);max-width:68ch}
.prose ul{color:var(--ink-2);padding-left:20px;max-width:68ch}
.prose li{margin-bottom:6px}
.twrap{overflow-x:auto;max-width:100%;border:1px solid var(--rule);border-radius:var(--r);background:#fff}
table{width:100%;border-collapse:collapse;font-size:14.5px;font-variant-numeric:tabular-nums}
th{font-family:var(--ff-display);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-2);text-align:left;padding:12px 14px;border-bottom:1px solid var(--rule);white-space:nowrap}
td{padding:12px 14px;border-bottom:1px solid var(--rule-soft)}
tr:last-child td{border-bottom:none}
td.amt{font-family:var(--ff-display);font-weight:700;color:var(--navy);white-space:nowrap}

.cols{display:grid;gap:18px}
@media(min-width:700px){.cols{grid-template-columns:1fr 1fr}}
.place-list{list-style:none;margin:0;padding:0}
.place-list li{padding:8px 0 8px 22px;border-bottom:1px solid var(--rule-soft);position:relative;font-size:14.5px;color:var(--ink-2)}
.place-list li::before{content:"";position:absolute;left:2px;top:14px;width:9px;height:9px;border-radius:50% 50% 50% 0;transform:rotate(-45deg);background:var(--amber-lo)}
.place-list li:last-child{border-bottom:none}

.note{border-left:3px solid var(--amber-lo);background:var(--surface);padding:14px 16px;border-radius:0 8px 8px 0;font-size:14.5px;color:var(--ink-2)}
.note p:last-child{margin-bottom:0}

/* reverse route module */
.reverse{background:var(--navy);color:#fff;border-radius:12px;padding:22px;display:grid;gap:14px}
.reverse .k{font-family:var(--ff-display);font-size:12px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--amber)}
.reverse .r{font-family:var(--ff-display);font-size:21px;font-weight:800;letter-spacing:-.02em}
.reverse p{color:#B7D2EC;margin:0;font-size:14.5px}
.reverse .btn{background:#fff;color:var(--navy);justify-self:start}
@media(min-width:700px){.reverse{grid-template-columns:1fr auto;align-items:center}.reverse .btn{justify-self:end}}

details.faq{border-bottom:1px solid var(--rule)}
details.faq summary{cursor:pointer;padding:15px 30px 15px 0;font-family:var(--ff-display);font-weight:700;font-size:16px;color:var(--navy);position:relative;list-style:none}
details.faq summary::-webkit-details-marker{display:none}
details.faq summary::after{content:"+";position:absolute;right:4px;top:13px;font-size:20px;color:var(--blue);font-weight:600}
details.faq[open] summary::after{content:"–"}
details.faq p{color:var(--ink-2);margin:0 0 15px;max-width:68ch}

.chips{display:flex;flex-wrap:wrap;gap:8px;padding:0;margin:0;list-style:none}
.chips a{display:inline-block;border:1px solid var(--rule);border-radius:999px;padding:8px 14px;font-size:14px;text-decoration:none;color:var(--navy);background:#fff}
.chips a:hover{border-color:var(--blue);color:var(--blue-lo)}

/* ---------- footer ---------- */
.site-foot{background:var(--navy);color:#C9DDF0;padding-block:44px 30px;margin-top:10px}
.site-foot a{color:#C9DDF0;text-decoration:none;font-size:14.5px}
.site-foot a:hover{color:#fff;text-decoration:underline}
.foot-grid{display:grid;gap:26px}
@media(min-width:760px){.foot-grid{grid-template-columns:1.4fr 1fr 1fr 1fr}}
.foot-grid h4{color:#fff;font-size:12px;letter-spacing:.13em;text-transform:uppercase;margin-bottom:12px}
.foot-grid ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}
.foot-brand img{width:168px;margin-bottom:12px}
.foot-brand p{font-size:14.5px;max-width:34ch}
.foot-bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:30px;padding-top:18px;font-size:13px;color:#8FB3D6;display:flex;flex-wrap:wrap;gap:8px 20px;justify-content:space-between}

/* ---------- sticky mobile CTA ---------- */
.sticky-cta{position:fixed;left:0;right:0;bottom:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(8px);border-top:1px solid var(--rule);padding:10px 14px calc(10px + env(safe-area-inset-bottom));display:flex;gap:10px}
.sticky-cta .btn{flex:1;padding:14px 12px;font-size:15px}
body{padding-bottom:76px}
@media(min-width:900px){.sticky-cta{display:none}body{padding-bottom:0}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

/* route artwork — generated photograph or the drawn motif */
.route-art{margin:22px 0 0;border-radius:12px;overflow:hidden;border:1px solid var(--rule);background:var(--blue-wash);line-height:0}
.route-art img{width:100%;height:auto;aspect-ratio:12/5;object-fit:cover}

/* route card thumbnails */
.route-card.has-art{padding:0;overflow:hidden;display:flex;flex-direction:column}
.route-card .thumb{display:block;line-height:0;background:var(--blue-wash)}
.route-card .thumb img{width:100%;height:auto;aspect-ratio:12/5;object-fit:cover}
.route-card.has-art .od-line{margin:14px 16px 0}
.route-card.has-art .facts{margin:6px 16px 0}
.route-card.has-art .from{margin:10px 16px 16px}

/* desktop floating actions — the counterpart to the mobile sticky bar */
.float-actions{display:none}
@media(min-width:900px){
  .float-actions{display:flex;flex-direction:column;gap:12px;position:fixed;right:22px;bottom:26px;z-index:45}
  .fab{width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 6px 20px -6px rgba(6,41,77,.45),0 2px 6px rgba(6,41,77,.18);transition:transform .15s ease,filter .15s ease}
  .fab svg{width:27px;height:27px}
  .fab:hover{transform:translateY(-2px);filter:brightness(1.06)}
  /* Straight off the logo: the blue of the "1" and the amber of the drop pin. */
  .fab-wa{background:linear-gradient(160deg,var(--blue-hi),var(--blue-lo))}
  .fab-call{background:linear-gradient(160deg,var(--amber),var(--amber-lo));color:var(--navy)}
  .fab-call svg{width:24px;height:24px}
}
