/* ==========================================================================
   ASH TRANSFER — black & yellow
   Brand: #091016 (black)  ·  #F6C90E (yellow)
   Mobile first. Breakpoints: 600 (large phone) 860 (tablet) 1100 (laptop)
   ========================================================================== */

:root{
  --black:#091016;
  --black-2:#0F1822;
  --black-3:#16202C;
  --yellow:#F6C90E;
  --yellow-d:#D9AE00;
  --yellow-soft:#FFF6D4;
  --white:#FFFFFF;
  --paper:#F6F7F9;
  --line:#E4E7EC;
  --line-dark:#243040;
  --text:#111A24;
  --muted:#5D6B7A;
  --muted-dark:#93A2B4;
  --ok:#0F7B5A;
  --bad:#C4342A;
  --r:14px;
  --r-lg:22px;
  --wrap:1200px;
  --shadow:0 2px 4px rgba(9,16,22,.05), 0 12px 28px rgba(9,16,22,.07);
  --shadow-lg:0 24px 60px rgba(9,16,22,.16);
  --head-h:66px;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%; scroll-behavior:smooth}
body{
  margin:0; background:var(--white); color:var(--text);
  font-family:"Inter Tight",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size:16px; line-height:1.62; -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{max-width:100%; height:auto; display:block}
a{color:inherit}
h1,h2,h3,h4{font-family:"Bricolage Grotesque","Inter Tight",sans-serif; font-weight:700; line-height:1.14; letter-spacing:-.02em; margin:0 0 .5em}
h1{font-size:clamp(1.95rem,6.2vw,3.6rem)}
h2{font-size:clamp(1.5rem,4.4vw,2.5rem)}
h3{font-size:clamp(1.12rem,2.6vw,1.4rem)}
p{margin:0 0 1em}
.wrap{width:100%; max-width:var(--wrap); margin:0 auto; padding:0 18px}
.mono{font-family:"JetBrains Mono",ui-monospace,monospace}
.center{text-align:center}
.muted{color:var(--muted)}
:focus-visible{outline:3px solid var(--yellow); outline-offset:2px; border-radius:4px}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:9px;
  padding:15px 28px; border-radius:10px; border:2px solid transparent;
  font-weight:700; font-size:1rem; text-decoration:none; cursor:pointer;
  transition:transform .12s ease, background .16s ease, box-shadow .16s ease;
  line-height:1.15; text-align:center;
}
.btn:active{transform:translateY(1px)}
.btn-primary{background:var(--yellow); color:var(--black); box-shadow:0 6px 0 var(--yellow-d)}
.btn-primary:hover{background:#FFD526}
.btn-primary:active{box-shadow:0 3px 0 var(--yellow-d)}
.btn-dark{background:var(--black); color:var(--white)}
.btn-dark:hover{background:var(--black-3)}
.btn-ghost{background:transparent; color:var(--black); border-color:var(--black)}
.btn-ghost:hover{background:var(--black); color:var(--white)}
.btn-outline-light{background:transparent; color:var(--white); border-color:rgba(255,255,255,.4)}
.btn-outline-light:hover{border-color:var(--yellow); color:var(--yellow)}
.btn-sm{padding:11px 18px; font-size:.93rem}
.btn-block{width:100%}

/* ---------- top strip ---------- */
.topbar{background:#05090D;color:var(--muted-dark);font-size:.82rem;border-bottom:1px solid var(--line-dark)}
.topbar .wrap{display:flex;align-items:center;justify-content:center;gap:8px 20px;padding:9px 18px;flex-wrap:wrap;text-align:center}
.topbar a{color:#CBD5E1;text-decoration:none;font-weight:500}
.topbar a:hover{color:var(--yellow)}
.tb-left{display:none;align-items:center;gap:9px}
.tb-right{display:flex;gap:8px 18px;flex-wrap:wrap;justify-content:center}
.tb-dot{width:7px;height:7px;border-radius:50%;background:var(--yellow);flex:none;box-shadow:0 0 0 3px rgba(246,201,14,.2)}
@media(min-width:860px){
  .topbar .wrap{justify-content:space-between;text-align:left}
  .tb-left{display:flex}
}

/* ---------- header ---------- */
.site-head{position:sticky;top:0;z-index:60;background:var(--black);border-bottom:3px solid var(--yellow);box-shadow:0 2px 18px rgba(0,0,0,.35)}
.site-head>.wrap{position:relative}
.site-head .wrap{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:var(--head-h);padding-top:8px;padding-bottom:8px}

.brand{display:flex;align-items:center;text-decoration:none;flex:none}
.brand img{height:40px;width:auto}
@media(min-width:860px){.brand img{height:50px}}
@media(min-width:1100px){.brand img{height:56px}}

/* right-hand cluster */
.head-actions{display:flex;align-items:center;gap:10px;flex:none}

/* click-to-call block */
.head-call{display:none;align-items:center;gap:10px;text-decoration:none;padding:6px 14px 6px 6px;border-radius:11px;border:1px solid var(--line-dark);transition:border-color .15s ease}
.head-call:hover{border-color:var(--yellow)}
.hc-icon{width:36px;height:36px;border-radius:9px;background:var(--yellow);color:var(--black);display:grid;place-items:center;flex:none}
.hc-text small{display:block;color:var(--muted-dark);font-size:.68rem;letter-spacing:.09em;text-transform:uppercase;line-height:1.3}
.hc-text b{display:block;color:var(--white);font-size:.98rem;line-height:1.25;white-space:nowrap}
@media(min-width:1100px){.head-call{display:flex}}

.btn-book{padding:12px 22px;font-size:.95rem;white-space:nowrap}
@media(max-width:599px){
  .btn-book{padding:11px 15px;font-size:.87rem}
}

/* hamburger — needs to be obvious against the black header */
.nav-toggle{
  display:inline-flex;flex-direction:column;justify-content:center;gap:6px;
  width:50px;height:46px;padding:0 11px;background:rgba(255,255,255,.07);
  border:2px solid rgba(255,255,255,.55);border-radius:10px;cursor:pointer;flex:none;
  transition:border-color .15s ease,background .15s ease;
}
.nav-toggle:hover,.nav-toggle:focus-visible{border-color:var(--yellow);background:rgba(246,201,14,.14)}
.nav-toggle[aria-expanded="true"]{border-color:var(--yellow);background:rgba(246,201,14,.16)}
.nav-toggle span{display:block;height:3px;background:#FFFFFF;border-radius:3px;transition:.2s}
.nav-toggle[aria-expanded="true"] span{background:var(--yellow)}
.nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(9px) rotate(45deg)}
.nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}

/* navigation */
nav.main{
  position:absolute;left:0;right:0;top:100%;
  background:var(--black);border-bottom:3px solid var(--yellow);
  flex-direction:column;padding:8px 18px 20px;gap:0;
  display:none;max-height:70vh;overflow-y:auto;box-shadow:0 16px 30px rgba(0,0,0,.4);
}
nav.main.open{display:flex}
@media(max-width:1099px){nav.main{margin-top:11px;width:100vw;left:50%;transform:translateX(-50%);padding-left:18px;padding-right:18px}}
nav.main a{color:var(--white);text-decoration:none;font-weight:600;font-size:1.02rem;padding:14px 4px;border-bottom:1px solid rgba(255,255,255,.08)}
nav.main a:hover,nav.main a[aria-current]{color:var(--yellow)}
.nav-mobile-only{display:flex;flex-direction:column}

@media(min-width:1100px){
  .nav-toggle{display:none}
  .nav-mobile-only{display:none}
  nav.main{
    position:static;display:flex;flex-direction:row;align-items:center;gap:30px;
    padding:0;background:none;border:0;max-height:none;overflow:visible;box-shadow:none;
    margin-left:auto;margin-right:26px;
  }
  nav.main a{
    padding:8px 0;border-bottom:0;font-size:.96rem;font-weight:600;
    position:relative;letter-spacing:.005em;
  }
  nav.main a::after{
    content:"";position:absolute;left:0;right:0;bottom:0;height:3px;
    background:var(--yellow);transform:scaleX(0);transition:transform .18s ease;border-radius:2px;
  }
  nav.main a:hover::after,nav.main a[aria-current]::after{transform:scaleX(1)}
}

/* ---------- breadcrumb ---------- */
.crumbs{background:var(--black-2);border-bottom:1px solid var(--line-dark);font-size:.84rem}
.crumbs .wrap{display:flex;gap:9px;align-items:center;padding-top:11px;padding-bottom:11px;flex-wrap:wrap}
.crumbs a{color:var(--muted-dark);text-decoration:none}
.crumbs a:hover{color:var(--yellow)}
.crumbs span[aria-hidden]{color:#3D4B5E}
.crumbs>.wrap>span:last-child{color:var(--white);font-weight:600}
.crumbs + .page-head{padding-top:32px}

/* ---------- hero ---------- */
.hero{position:relative; background:var(--black); color:var(--white); overflow:hidden}
.hero-media{position:absolute; inset:0}
.hero-media img{width:100%; height:100%; object-fit:cover; object-position:center 62%; opacity:.5}
.hero-media::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(9,16,22,.86) 0%, rgba(9,16,22,.72) 45%, rgba(9,16,22,.95) 100%);
}
@media(min-width:1100px){
  .hero-media img{opacity:.62}
  .hero-media::after{background:linear-gradient(96deg, var(--black) 6%, rgba(9,16,22,.86) 42%, rgba(9,16,22,.35) 100%)}
}
.hero-inner{position:relative; z-index:2; padding:44px 0 52px}
@media(min-width:860px){.hero-inner{padding:64px 0 72px}}
.hero-grid{display:grid; gap:30px}
@media(min-width:1100px){.hero-grid{grid-template-columns:1fr 440px; gap:48px; align-items:center}}

.eyebrow{
  display:inline-flex; align-items:center; gap:9px; margin-bottom:16px;
  font-family:"JetBrains Mono",monospace; font-size:.7rem; letter-spacing:.16em;
  text-transform:uppercase; color:var(--yellow);
  border:1px solid rgba(246,201,14,.35); background:rgba(246,201,14,.09);
  padding:7px 13px; border-radius:100px;
}
.hero h1{color:var(--white)}
.hero h1 em{font-style:normal; color:var(--yellow)}
.hero-lede{font-size:1.06rem; color:#CFD8E2; max-width:52ch; margin-bottom:24px}
@media(min-width:860px){.hero-lede{font-size:1.18rem}}
.hero-cta{display:flex; flex-wrap:wrap; gap:12px}
.hero-cta .btn{flex:1 1 auto; min-width:180px}
@media(min-width:600px){.hero-cta .btn{flex:0 0 auto}}

/* trust chips under hero copy */
.trust{display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:28px; padding-top:24px; border-top:1px solid rgba(255,255,255,.12)}
@media(min-width:860px){.trust{grid-template-columns:repeat(4,1fr)}}
.trust div{font-size:.84rem; color:#CFD8E2; display:flex; gap:8px; align-items:flex-start; line-height:1.35}
.trust b{display:block; color:var(--white); font-size:.93rem}
.trust .tick{color:var(--yellow); font-weight:800; flex:none}

/* ---------- quote card in hero ---------- */
.quote-card{background:var(--white); color:var(--text); border-radius:var(--r-lg); box-shadow:var(--shadow-lg); overflow:hidden}
.quote-card-head{background:var(--yellow); color:var(--black); padding:15px 22px}
.quote-card-head b{display:block; font-family:"Bricolage Grotesque",sans-serif; font-size:1.16rem}
.quote-card-head span{font-size:.83rem; opacity:.78}
.quote-card-body{padding:20px 22px 24px}
.field{margin-bottom:14px}
.field label{display:block; font-weight:600; font-size:.86rem; margin-bottom:6px; color:var(--text)}
.field .hint{font-weight:400; color:var(--muted); font-size:.8rem}
input,select,textarea{
  width:100%; padding:13px 14px; font:inherit; font-size:16px; color:var(--text);
  background:var(--white); border:1.5px solid var(--line); border-radius:10px;
  transition:border-color .15s ease, box-shadow .15s ease;
}
input:focus,select:focus,textarea:focus{border-color:var(--black); box-shadow:0 0 0 3px rgba(246,201,14,.35); outline:none}
textarea{min-height:110px; resize:vertical}
select{appearance:none; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%235D6B7A' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat:no-repeat; background-position:right 14px center; padding-right:38px}
.field-row{display:grid; gap:14px}
@media(min-width:600px){.field-row{grid-template-columns:1fr 1fr}}
.check{display:flex; gap:10px; align-items:flex-start; font-size:.9rem; margin-bottom:12px}
.check input{width:auto; flex:none; margin-top:4px; accent-color:var(--yellow)}

/* live coverage answer */
.route-answer{margin-top:4px; padding:13px 15px; border-radius:11px; font-size:.9rem; display:none; border-left:4px solid var(--line)}
.route-answer.show{display:block}
.route-answer.yes{background:#EDFBF4; border-left-color:var(--ok); color:#0B5B43}
.route-answer.no{background:#FDF0EF; border-left-color:var(--bad); color:#8E241C}
.route-answer.wait{background:var(--paper); color:var(--muted)}
.route-answer .price{display:block; font-family:"JetBrains Mono",monospace; font-size:1.32rem; font-weight:700; color:var(--black); margin-top:5px}
.route-answer .price small{font-family:"Inter Tight",sans-serif; font-size:.72rem; font-weight:500; color:var(--muted); display:block; letter-spacing:0}

/* ---------- sections ---------- */
section{padding:52px 0}
@media(min-width:860px){section{padding:76px 0}}
.section-dark{background:var(--black); color:var(--white)}
.section-dark h2{color:var(--white)}
.section-dark p{color:#C3CDD8}
.section-paper{background:var(--paper)}
.section-head{max-width:62ch; margin-bottom:34px}
.section-head.center{margin-left:auto; margin-right:auto; text-align:center}
.kicker{font-family:"JetBrains Mono",monospace; font-size:.72rem; letter-spacing:.17em; text-transform:uppercase; color:var(--yellow-d); margin-bottom:10px; font-weight:700}
.section-dark .kicker{color:var(--yellow)}

/* ---------- feature grid ---------- */
.grid{display:grid; gap:18px}
.grid-2{grid-template-columns:1fr}
.grid-3{grid-template-columns:1fr}
.grid-4{grid-template-columns:1fr 1fr}
@media(min-width:600px){.grid-3{grid-template-columns:1fr 1fr}}
@media(min-width:860px){
  .grid-2{grid-template-columns:1fr 1fr}
  .grid-3{grid-template-columns:repeat(3,1fr)}
  .grid-4{grid-template-columns:repeat(4,1fr)}
  .grid{gap:22px}
}
.card{background:var(--white); border:1px solid var(--line); border-radius:var(--r); padding:24px; box-shadow:var(--shadow)}
.section-dark .card{background:var(--black-2); border-color:var(--line-dark)}
.card h3{margin-bottom:8px}
.card p:last-child{margin-bottom:0}
.card .ico{
  width:46px; height:46px; border-radius:11px; background:var(--yellow); color:var(--black);
  display:grid; place-items:center; font-size:1.35rem; margin-bottom:14px; font-weight:800;
}
.section-dark .card p{color:var(--muted-dark)}

/* numbered steps */
.step{position:relative; padding-left:60px}
.step .n{
  position:absolute; left:0; top:0; width:44px; height:44px; border-radius:50%;
  background:var(--yellow); color:var(--black); display:grid; place-items:center;
  font-family:"Bricolage Grotesque",sans-serif; font-weight:700; font-size:1.2rem;
}

/* ---------- fleet ---------- */
.fleet-grid{display:grid; gap:22px; grid-template-columns:1fr}
@media(min-width:600px){.fleet-grid{grid-template-columns:1fr 1fr}}
@media(min-width:1100px){.fleet-grid{grid-template-columns:repeat(3,1fr)}}
.vehicle{
  background:var(--white); border:1px solid var(--line); border-radius:var(--r-lg);
  overflow:hidden; display:flex; flex-direction:column; box-shadow:var(--shadow);
  transition:transform .18s ease, box-shadow .18s ease;
}
.vehicle:hover{transform:translateY(-3px); box-shadow:var(--shadow-lg)}
.vehicle-photo{position:relative; aspect-ratio:16/10; background:var(--black); overflow:hidden}
.vehicle-photo img{width:100%; height:100%; object-fit:cover}
.vehicle-body{padding:20px 22px 22px; flex:1; display:flex; flex-direction:column}
.vehicle h3{margin-bottom:4px}
.vehicle .vehicle-sub{font-size:.85rem; color:var(--muted); margin-bottom:14px}
.spec{display:flex; gap:18px; padding:13px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); margin-bottom:14px}
.spec div{font-size:.82rem; color:var(--muted); line-height:1.3}
.spec b{display:block; font-family:"JetBrains Mono",monospace; font-size:1.22rem; color:var(--black); font-weight:700}
.vehicle .btn{margin-top:auto}

/* out of service */
.vehicle.off{opacity:.97}
.vehicle.off .vehicle-photo img{filter:grayscale(1) brightness(.55)}
.badge-off{
  position:absolute; inset:auto 0 0 0; background:rgba(9,16,22,.92); color:var(--yellow);
  font-family:"JetBrains Mono",monospace; font-size:.72rem; letter-spacing:.12em;
  text-transform:uppercase; text-align:center; padding:9px 10px; font-weight:700;
  border-top:2px solid var(--yellow);
}
.vehicle.off .btn{background:var(--paper); color:var(--muted); box-shadow:none; border-color:var(--line); pointer-events:none}

/* ---------- coverage ---------- */
.cov-grid{display:grid; gap:18px; grid-template-columns:1fr}
@media(min-width:860px){.cov-grid{grid-template-columns:repeat(3,1fr)}}
.cov-col{background:var(--black-2); border:1px solid var(--line-dark); border-radius:var(--r); padding:22px}
.cov-col h3{color:var(--yellow); font-size:1.1rem; margin-bottom:14px; padding-bottom:12px; border-bottom:1px solid var(--line-dark)}
.cov-col ul{list-style:none; margin:0; padding:0}
.cov-col li{padding:7px 0; font-size:.92rem; color:#CFD8E2; display:flex; justify-content:space-between; gap:12px; align-items:baseline}
.cov-col li span{font-family:"JetBrains Mono",monospace; font-size:.76rem; color:var(--muted-dark); text-align:right}

/* ---------- board (airports) ---------- */
.board-scroll{overflow-x:auto; -webkit-overflow-scrolling:touch; border-radius:var(--r); border:1px solid var(--line-dark)}
table.board{width:100%; border-collapse:collapse; background:var(--black-2); min-width:520px}
table.board th{
  background:var(--black); color:var(--yellow); text-align:left; padding:13px 16px;
  font-family:"JetBrains Mono",monospace; font-size:.7rem; letter-spacing:.13em; text-transform:uppercase; font-weight:700;
}
table.board td{padding:13px 16px; border-top:1px solid var(--line-dark); color:#D6DEE7; font-size:.93rem}
table.board td.code{font-family:"JetBrains Mono",monospace; color:var(--yellow); font-weight:700; letter-spacing:.06em}
table.board tr:hover td{background:var(--black-3)}
.scroll-hint{font-size:.78rem; color:var(--muted-dark); margin-top:9px; text-align:center}
@media(min-width:860px){.scroll-hint{display:none}}

/* ---------- reviews ---------- */
.review{background:var(--white); border:1px solid var(--line); border-radius:var(--r); padding:24px; box-shadow:var(--shadow)}
.stars{color:var(--yellow); font-size:1.05rem; letter-spacing:2px; margin-bottom:10px}
.review p{font-size:.97rem}
.review cite{font-style:normal; font-weight:700; font-size:.9rem; display:block; margin-top:12px; padding-top:12px; border-top:1px solid var(--line)}
.review cite span{display:block; font-weight:400; color:var(--muted); font-size:.83rem}

/* ---------- faq ---------- */
.faq{max-width:820px; margin:0 auto}
.faq details{border:1px solid var(--line); border-radius:var(--r); margin-bottom:12px; background:var(--white); overflow:hidden}
.faq details[open]{border-color:var(--black); box-shadow:var(--shadow)}
.faq summary{
  padding:18px 52px 18px 20px; font-weight:700; cursor:pointer; position:relative;
  list-style:none; font-size:1rem; line-height:1.4;
}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{
  content:"+"; position:absolute; right:18px; top:50%; transform:translateY(-50%);
  width:28px; height:28px; border-radius:50%; background:var(--yellow); color:var(--black);
  display:grid; place-items:center; font-size:1.15rem; font-weight:700; line-height:1;
}
.faq details[open] summary::after{content:"−"}
.faq .answer{padding:0 20px 20px; color:var(--muted)}

/* ---------- cta band ---------- */
.cta-band{background:var(--yellow); color:var(--black); text-align:center}
.cta-band h2{color:var(--black)}
.cta-band p{color:#3A3007; max-width:56ch; margin:0 auto 24px}
.cta-band .btn-dark{box-shadow:0 6px 0 rgba(0,0,0,.22)}

/* ---------- forms / pages ---------- */
.page-head{background:var(--black); color:var(--white); padding:40px 0 44px}
@media(min-width:860px){.page-head{padding:56px 0 60px}}
.page-head h1{color:var(--white); margin-bottom:8px}
.page-head p{color:#C3CDD8; max-width:60ch; margin:0}
.panel{background:var(--white); border:1px solid var(--line); border-radius:var(--r-lg); padding:24px; box-shadow:var(--shadow)}
@media(min-width:860px){.panel{padding:32px}}
.form-layout{display:grid; gap:24px; align-items:start}
@media(min-width:1100px){.form-layout{grid-template-columns:1fr 380px; gap:32px}}
.sticky{position:static}
@media(min-width:1100px){.sticky{position:sticky; top:calc(var(--head-h) + 20px)}}
.summary-box{background:var(--black); color:var(--white); border-radius:var(--r-lg); padding:26px}
.summary-box h3{color:var(--yellow); font-size:1.05rem}
.summary-box .big{font-family:"JetBrains Mono",monospace; font-size:2rem; font-weight:700; color:var(--yellow); line-height:1.1; margin:10px 0 4px}
.summary-box small{color:var(--muted-dark); display:block; font-size:.83rem}
.summary-box ul{list-style:none; padding:0; margin:18px 0 0; border-top:1px solid var(--line-dark); padding-top:16px}
.summary-box li{display:flex; justify-content:space-between; gap:14px; font-size:.88rem; padding:5px 0; color:#C3CDD8}
.summary-box li b{color:var(--white); text-align:right}

.notice{padding:14px 17px; border-radius:11px; margin-bottom:18px; font-size:.94rem; border-left:4px solid}
.notice.ok{background:#EDFBF4; border-color:var(--ok); color:#0B5B43}
.notice.error{background:#FDF0EF; border-color:var(--bad); color:#8E241C}
.notice.info{background:var(--yellow-soft); border-color:var(--yellow); color:#5A4A00}

.auth-wrap{max-width:440px; margin:0 auto; padding:44px 0 64px}

/* ---------- footer ---------- */
footer.site-foot{background:var(--black); color:var(--muted-dark); padding:48px 0 0; font-size:.92rem}
.foot-grid{display:grid; gap:30px; grid-template-columns:1fr; padding-bottom:34px}
@media(min-width:600px){.foot-grid{grid-template-columns:1fr 1fr}}
@media(min-width:1100px){.foot-grid{grid-template-columns:1.5fr 1fr 1fr 1.3fr}}
footer.site-foot img.foot-logo{height:42px; width:auto; margin-bottom:16px}
footer.site-foot h4{color:var(--white); font-size:.79rem; letter-spacing:.14em; text-transform:uppercase; font-family:"JetBrains Mono",monospace; margin-bottom:14px}
footer.site-foot ul{list-style:none; margin:0; padding:0}
footer.site-foot li{margin-bottom:9px}
footer.site-foot a{color:var(--muted-dark); text-decoration:none}
footer.site-foot a:hover{color:var(--yellow)}
.foot-bar{border-top:1px solid var(--line-dark); padding:18px 0; font-size:.83rem; display:flex; flex-wrap:wrap; gap:8px 18px; justify-content:space-between; align-items:center}
.news-form{display:flex; gap:8px; margin-top:12px; flex-wrap:wrap}
.news-form input{flex:1 1 160px; background:var(--black-2); border-color:var(--line-dark); color:var(--white)}
.news-form input::placeholder{color:var(--muted-dark)}
.news-form .btn{flex:0 0 auto}

/* ---------- mobile sticky call bar ---------- */
.callbar{
  position:fixed; left:0; right:0; bottom:0; z-index:70; display:flex;
  background:var(--black); border-top:2px solid var(--yellow); padding:9px 10px;
  gap:9px; box-shadow:0 -6px 20px rgba(9,16,22,.28);
}
.callbar a{flex:1; padding:13px 8px; border-radius:9px; text-align:center; font-weight:700; font-size:.93rem; text-decoration:none}
.callbar .c-call{background:transparent; color:var(--white); border:1.5px solid rgba(255,255,255,.3)}
.callbar .c-book{background:var(--yellow); color:var(--black)}
body{padding-bottom:76px}
@media(min-width:860px){
  .callbar{display:none}
  body{padding-bottom:0}
}

/* ---------- chat widget ---------- */
.chat-fab{
  position:fixed; right:14px; bottom:86px; z-index:80; width:56px; height:56px; border-radius:50%;
  background:var(--yellow); color:var(--black); border:0; cursor:pointer; font-size:1.5rem;
  box-shadow:0 8px 24px rgba(9,16,22,.32); display:grid; place-items:center;
}
@media(min-width:860px){.chat-fab{bottom:22px; right:22px}}
.chat-panel{
  position:fixed; right:0; left:0; bottom:0; z-index:81; display:none; flex-direction:column;
  background:var(--white); border-top:3px solid var(--yellow);
  height:min(76vh,560px); box-shadow:var(--shadow-lg);
}
@media(min-width:600px){
  .chat-panel{left:auto; right:18px; bottom:18px; width:376px; border-radius:var(--r-lg); border-top:0; overflow:hidden}
}
.chat-panel.open{display:flex}
.chat-head{background:var(--black); color:var(--white); padding:15px 18px; display:flex; justify-content:space-between; align-items:center; flex:none}
.chat-head b{font-size:.98rem}
.chat-head small{display:block; color:var(--yellow); font-size:.76rem}
.chat-head button{background:none; border:0; color:var(--white); font-size:1.4rem; cursor:pointer; line-height:1; padding:0 4px}
.chat-log{flex:1; overflow-y:auto; padding:16px; background:var(--paper); display:flex; flex-direction:column; gap:10px}
.msg{max-width:86%; padding:11px 14px; border-radius:14px; font-size:.9rem; line-height:1.5; white-space:pre-wrap}
.msg.bot{background:var(--white); border:1px solid var(--line); align-self:flex-start; border-bottom-left-radius:4px}
.msg.me{background:var(--black); color:var(--white); align-self:flex-end; border-bottom-right-radius:4px}
.chat-form{display:flex; gap:8px; padding:12px; border-top:1px solid var(--line); background:var(--white); flex:none}
.chat-form input{flex:1}
.chat-form button{flex:none; padding:0 18px; background:var(--yellow); color:var(--black); border:0; border-radius:10px; font-weight:700; cursor:pointer}

/* ---------- misc ---------- */
.tag{display:inline-block; background:var(--yellow-soft); color:#5A4A00; border:1px solid rgba(246,201,14,.5); padding:3px 10px; border-radius:100px; font-size:.76rem; font-weight:700}
.split{display:grid; gap:28px; align-items:center}
@media(min-width:860px){.split{grid-template-columns:1fr 1fr; gap:44px}}
.split img{border-radius:var(--r-lg); box-shadow:var(--shadow-lg)}
.list-check{list-style:none; padding:0; margin:0 0 22px}
.list-check li{padding:8px 0 8px 30px; position:relative}
.list-check li::before{content:"✓"; position:absolute; left:0; color:var(--yellow-d); font-weight:800}
.section-dark .list-check li::before{color:var(--yellow)}

@media(prefers-reduced-motion:reduce){
  *{animation:none !important; transition:none !important; scroll-behavior:auto !important}
}
@media print{
  .site-head,.topbar,.callbar,.chat-fab,.chat-panel,footer.site-foot{display:none !important}
  body{padding-bottom:0}
}

/* ==========================================================================
   Layout helpers used by the inner pages
   ========================================================================== */
.field-row-3{display:grid;gap:14px;grid-template-columns:1fr}
@media(min-width:600px){.field-row-3{grid-template-columns:1fr 1fr}}
@media(min-width:860px){.field-row-3{grid-template-columns:repeat(3,1fr)}}

/* stacked panels down one column of a two-column layout */
.stack{display:flex;flex-direction:column;gap:20px}
.stack>*{margin-bottom:0}

/* postcode lists on the coverage page */
.zone-list{list-style:none;margin:0;padding:0}
.zone-list li{display:flex;justify-content:space-between;gap:12px;align-items:baseline;padding:8px 0;border-bottom:1px solid var(--line);font-size:.92rem}
.zone-list li:last-child{border-bottom:0}
.zone-list code{font-family:"JetBrains Mono",monospace;font-size:.74rem;color:var(--muted);background:var(--paper);padding:2px 7px;border-radius:5px;text-align:right;white-space:normal}

/* a light-background data table (account page, anywhere outside section-dark) */
.board-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}
.panel .board-scroll,.card .board-scroll{border:1px solid var(--line);border-radius:var(--r)}
.panel .board-scroll table,.card .board-scroll table{width:100%;border-collapse:collapse;min-width:520px;font-size:.9rem;background:var(--white)}
.panel .board-scroll th,.card .board-scroll th{background:var(--paper);color:var(--muted);text-align:left;padding:11px 14px;font-family:"JetBrains Mono",monospace;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;font-weight:700}
.panel .board-scroll td,.card .board-scroll td{padding:12px 14px;border-top:1px solid var(--line);color:var(--text)}
.panel .board-scroll td.code,.card .board-scroll td.code{font-family:"JetBrains Mono",monospace;font-weight:700;color:var(--black)}

/* the panel headings inside forms */
.panel h3{margin-top:26px;padding-bottom:10px;border-bottom:2px solid var(--yellow);display:inline-block}
.panel h3:first-child,.panel>form>h3:first-of-type{margin-top:0}

/* estimate box states on the quote page */
.summary-box[data-state="no"] .big{color:#FF9C93;font-size:1.35rem}

/* narrow single-column pages (sign in, sign up, legal text) */
.panel-center{max-width:520px;margin:0 auto}
.prose p{color:var(--muted)}
.prose h2,.prose h3{margin-top:1.4em}

/* ==========================================================================
   Customer portal + journey timeline
   ========================================================================== */
.portal-list{display:flex;flex-direction:column;gap:12px;margin-top:16px}
.portal-row{display:flex;gap:16px;justify-content:space-between;flex-wrap:wrap;
  border:1px solid var(--line);border-radius:var(--r);padding:16px 18px;background:var(--white)}
.pr-main{min-width:0;flex:1 1 240px}
.pr-ref{display:block;font-size:.74rem;color:var(--muted);letter-spacing:.06em}
.pr-main b{display:block;font-size:1rem;line-height:1.35;margin:3px 0}
.pr-when{font-size:.86rem;color:var(--muted)}
.pr-side{display:flex;flex-direction:column;align-items:flex-start;gap:7px;flex:0 0 auto}
@media(min-width:600px){.pr-side{align-items:flex-end}}
.pr-state{font-size:.75rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;
  padding:4px 11px;border-radius:100px;border:1px solid}
.pr-state.wait{background:var(--paper);color:var(--muted);border-color:var(--line)}
.pr-state.act{background:var(--yellow-soft);color:#5A4A00;border-color:rgba(246,201,14,.55)}
.pr-state.done{background:#E9F8F1;color:var(--ok);border-color:#BEE7D5}
.pr-state.off{background:var(--paper);color:var(--muted);border-color:var(--line)}
.pr-bar{height:5px;border-radius:100px;background:var(--line);margin-top:10px;overflow:hidden;max-width:280px}
.pr-bar span{display:block;height:100%;background:var(--yellow);border-radius:100px;transition:width .4s ease}

/* timeline on the tracking page */
.timeline{list-style:none;margin:18px 0 0;padding:0;position:relative}
.timeline::before{content:"";position:absolute;left:9px;top:8px;bottom:20px;width:2px;background:var(--line)}
.timeline li{position:relative;padding:0 0 22px 36px;min-height:34px}
.timeline li:last-child{padding-bottom:0}
.tl-dot{position:absolute;left:0;top:4px;width:20px;height:20px;border-radius:50%;
  background:var(--white);border:2px solid var(--line);z-index:1}
.timeline li.done .tl-dot{background:var(--ok);border-color:var(--ok)}
.timeline li.done .tl-dot::after{content:"✓";position:absolute;inset:0;color:#fff;font-size:11px;
  display:grid;place-items:center;font-weight:800}
.timeline li.now .tl-dot{background:var(--yellow);border-color:var(--yellow);
  box-shadow:0 0 0 6px rgba(246,201,14,.25);animation:tlp 2s ease-out infinite}
@keyframes tlp{0%{box-shadow:0 0 0 0 rgba(246,201,14,.5)}70%{box-shadow:0 0 0 12px rgba(246,201,14,0)}100%{box-shadow:0 0 0 0 rgba(246,201,14,0)}}
.timeline b{display:block;font-size:1rem;line-height:1.4}
.timeline span{display:block;font-size:.88rem;color:var(--muted)}
.timeline time{display:block;font-family:"JetBrains Mono",monospace;font-size:.78rem;color:var(--muted);margin-top:3px}
.timeline li.todo b,.timeline li.todo span{opacity:.5}
.timeline li.now b{color:var(--black);font-weight:800}

/* leaflet inside a panel */
.leaflet-container{font-family:inherit}

/* statutory company disclosure */
.foot-legal{border-top:1px solid var(--line-dark);padding:16px 0 0;font-size:.79rem;color:#6E7C8E;line-height:1.55}

/* review prompt after a completed journey */
.review-ask{text-align:center;border:2px solid var(--yellow);background:var(--yellow-soft)}
.review-ask .stars{color:var(--yellow-d)}

/* ==========================================================================
   Containment — nothing is allowed to push the page sideways
   A phone shows a strip of empty space and the page slides left-to-right
   when a single element refuses to shrink. The usual culprit is a grid or
   flex child: those default to min-width:auto, so anything wide inside them
   (a table, a long postcode string, an embedded map) sets a floor the
   column cannot go below, and the whole layout is forced wider than the
   screen. Setting min-width:0 lets them shrink as intended.
   ========================================================================== */
.grid > *,.grid-2 > *,.grid-3 > *,.grid-4 > *,
.fleet-grid > *,.cov-grid > *,.foot-grid > *,.hero-grid > *,
.form-layout > *,.field-row > *,.field-row-3 > *,.split > *,
.stack > *,.trust > *,.portal-list > *,.portal-row > *,
.probe > *,.faq > *{min-width:0}

/* media and embeds never exceed their column */
img,svg,video,iframe,canvas{max-width:100%}
iframe{border:0}

/* long unbroken strings — postcode lists, email addresses, URLs */
.cov-col li span,.zone-list code,.pr-main b,.summary-box li b,
.foot-bar,.foot-legal,footer.site-foot a{overflow-wrap:anywhere}

/* wide tables scroll inside their own box, never the page */
.board-scroll,.table-scroll{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
table{max-width:100%}

/* the sticky bar and chat button are fixed to the screen, not the document */
.callbar,.chat-fab,.chat-panel{max-width:100vw}

/* ---------- Google reviews band ---------- */
.google-band{border-top:1px solid var(--line)}
.gb-head{display:flex;flex-direction:column;gap:18px;align-items:flex-start;margin-bottom:28px}
@media(min-width:860px){.gb-head{flex-direction:row;justify-content:space-between;align-items:center}}
.gb-mark{display:flex;gap:14px;align-items:center;min-width:0}
.g-logo{flex:none;width:56px;height:56px;border-radius:14px;background:var(--white);
  border:1px solid var(--line);display:grid;place-items:center;box-shadow:var(--shadow)}
.gb-score{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}
.gb-score b{font-family:"Bricolage Grotesque",sans-serif;font-size:2.4rem;line-height:1;color:var(--black)}
.gb-score .stars{color:var(--yellow-d);font-size:1.15rem;letter-spacing:2px;margin:0}
.gb-actions{display:flex;gap:10px;flex-wrap:wrap;width:100%}
.gb-actions .btn{flex:1 1 auto}
@media(min-width:600px){.gb-actions{width:auto}.gb-actions .btn{flex:0 0 auto}}

/* a third-party review widget brings its own styling — just give it room */
.gb-widget{max-width:100%;overflow-x:auto}
.gb-widget iframe{max-width:100%}

/* driver and office links in the footer bar */
.foot-logins{display:flex;gap:8px 20px;flex-wrap:wrap}
.foot-logins a{white-space:nowrap}
