
/* ---------- Signature: primary-route direction sign ---------- */
.sign { margin: 0; max-width: 560px; }
.sign-in { background: var(--route); color: #fff; border-radius: 12px; padding: 1.1rem 1.25rem .6rem; box-shadow: inset 0 0 0 5px var(--route), inset 0 0 0 8px #fff, 0 18px 36px -24px rgba(8,54,42,.8); }
.sign-head { font-weight: 800; font-size: 1.05rem; color: #fff; margin: .35rem .35rem .6rem !important; }
.sign-rows { list-style: none; margin: 0; padding: 0 .35rem; }
.sign-rows li { display: grid; grid-template-columns: 26px minmax(0, 1fr) auto auto; align-items: center; gap: .75rem; padding: .62rem 0; border-top: 2px solid rgba(255,255,255,.9); }
.sign-rows .pict { width: 22px; height: 22px; color: #fff; }
.s-name { font-weight: 700; font-size: 1.2rem; line-height: 1.2; }
.s-name a, .s-name span { color: #fff !important; text-decoration: none !important; }
.s-name a:hover { text-decoration: underline !important; text-decoration-color: var(--yellow) !important; }
.s-routes { display: flex; gap: .3rem; }
.s-time { font-weight: 700; color: #fff; font-size: 1rem; min-width: 5.6em; text-align: right; }
.patch-a { color: var(--yellow); font-weight: 800; font-size: .95rem; }
.patch-a::before { content: "("; } .patch-a::after { content: ")"; }
.patch-m { background: var(--motorway); color: #fff; font-weight: 800; font-size: .85rem; padding: .08rem .35rem; border-radius: 3px; box-shadow: 0 0 0 1.5px #fff; }
.sign figcaption { font-size: .85rem; color: var(--muted); margin-top: .6rem; }
@media (max-width: 480px) { .sign-rows li { grid-template-columns: 22px minmax(0, 1fr) auto; } .s-routes { display: none; } .s-name { font-size: 1.05rem; } .sign-in { padding: .9rem .9rem .5rem; } }

/* ---------- Bands ---------- */
.band { padding: 5rem 0; }
.band-mist { background: var(--mist); }
.band-green { background: var(--route); color: #d6e6dd; }
.bat .band-green h2, .bat .band-green h3 { color: #fff; }
.bat .band-green a { color: #fff; }
.band-head { max-width: 46rem; margin-bottom: 2.5rem; }
.band-head p { color: var(--muted); font-size: 1.08rem; margin: 0; }
.band-green .band-head p { color: #c2d8cc; }
@media (max-width: 700px) { .band { padding: 3.5rem 0; } .band-head { margin-bottom: 1.75rem; } }

/* Word guide: taxi / cab / minicab / car */
.words { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 3px solid var(--route); }
.words > div { padding: 1.5rem 1.4rem 1.25rem 0; border-right: 1px solid var(--line); }
.words > div + div { padding-left: 1.4rem; }
.words > div:last-child { border-right: 0; }
.words .w-term { display: block; font-weight: 800; font-size: 1.6rem; color: var(--route); letter-spacing: -0.02em; line-height: 1.1; margin-bottom: .6rem; }
.words p { color: var(--muted); font-size: .98rem; }
.words a { font-weight: 700; }
@media (max-width: 900px) { .words { grid-template-columns: 1fr 1fr; } .words > div:nth-child(2) { border-right: 0; } .words > div:nth-child(3) { padding-left: 0; } .words > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); } }
@media (max-width: 540px) { .words { grid-template-columns: 1fr; } .words > div, .words > div + div { padding: 1.25rem 0; border-right: 0; border-bottom: 1px solid var(--line); } }

/* Steps (a real sequence) */
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; counter-reset: s; }
.steps li { counter-increment: s; }
.steps li::before { content: counter(s); display: grid; place-items: center; width: 44px; height: 44px; border-radius: 8px; background: var(--yellow); color: var(--ink); font-weight: 800; font-size: 1.2rem; margin-bottom: 1rem; box-shadow: 0 0 0 2px var(--route); }
.steps p { color: var(--muted); margin: 0; }
@media (max-width: 760px) { .steps { grid-template-columns: 1fr; gap: 1.5rem; } }

/* Airport signs (green) */
.psigns { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(330px, 1fr)); gap: 1rem; }
.psign { display: grid; grid-template-columns: 26px 1fr auto; grid-template-areas: "p n t" ". r m"; align-items: center; gap: .25rem .8rem; padding: 1.1rem 1.2rem; background: var(--route); border-radius: 10px; color: #fff !important; text-decoration: none !important; box-shadow: inset 0 0 0 4px var(--route), inset 0 0 0 6px #fff; transition: background-color .15s; }
.band-green .psign { box-shadow: inset 0 0 0 4px var(--route-mid), inset 0 0 0 6px #fff; background: var(--route-mid); }
.psign:hover { background: var(--route-mid); }
.psign .pict { grid-area: p; width: 22px; height: 22px; }
.ps-name { grid-area: n; font-weight: 800; font-size: 1.3rem; }
.ps-time { grid-area: t; font-weight: 700; }
.ps-routes { grid-area: r; display: flex; gap: .3rem; }
.ps-miles { grid-area: m; font-size: .88rem; color: #cfe0d7; }

/* Local signs (white): internal links to areas and stations */
.lsigns { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: .75rem; }
.lsign { display: grid; grid-template-columns: 1fr auto; grid-template-areas: "n a" "s a"; align-items: center; column-gap: .75rem; height: 100%; padding: .85rem 1rem; background: #fff; border-radius: 8px; box-shadow: inset 0 0 0 2px var(--ink); color: var(--ink) !important; text-decoration: none !important; transition: background-color .15s; }
.lsign:hover { background: var(--yellow); }
.ls-name { grid-area: n; font-weight: 700; font-size: 1.08rem; line-height: 1.25; }
.ls-sub { grid-area: s; font-size: .84rem; color: var(--muted); }
.lsign .arr { grid-area: a; width: 20px; height: 20px; }
.lsign:hover .ls-sub { color: var(--ink); }

/* Fleet */
.fleet { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.fleet article { background: #fff; border-radius: 10px; padding: 1.25rem 1.25rem 1.4rem; border: 1px solid var(--line); }
.fleet img { display: block; width: 100%; aspect-ratio: 16 / 8.7; object-fit: contain; margin-bottom: .75rem; }
.fleet .seats { display: inline-block; font-weight: 700; font-size: .9rem; background: var(--mist); color: var(--route); padding: .15rem .6rem; border-radius: 999px; margin-bottom: .5rem; }
.fleet p { color: var(--muted); font-size: .96rem; margin: 0; }
@media (max-width: 980px) { .fleet { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .fleet { grid-template-columns: 1fr; } }

/* Article layout with aside on the right */
.article { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 4.5rem; align-items: start; }
.prose { max-width: 70ch; }
.prose h2 { margin-top: 2.75rem; font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem); }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 1.75rem; }
.prose ul, .prose ol { margin: 0 0 1.2rem; padding: 0; list-style: none; }
.prose ul li { position: relative; padding-left: 1.6rem; margin-bottom: .5rem; }
.prose ul li::before { content: ""; position: absolute; left: 0; top: .55em; width: 11px; height: 11px; border-radius: 2px; background: var(--yellow); box-shadow: 0 0 0 2px var(--route); }
.prose ol { counter-reset: o; }
.prose ol li { counter-increment: o; position: relative; padding-left: 2.6rem; margin-bottom: .8rem; }
.prose ol li::before { content: counter(o); position: absolute; left: 0; top: .05rem; display: grid; place-items: center; width: 1.75rem; height: 1.75rem; border-radius: 6px; background: var(--route); color: #fff; font-weight: 800; font-size: .9rem; }
.prose strong { color: var(--route); }
.prose .tip { background: var(--mist); border-left: 5px solid var(--yellow); padding: 1rem 1.2rem; border-radius: 0 8px 8px 0; margin: 1.5rem 0; }
.prose .tip p:last-child { margin: 0; }
.updated { font-size: .9rem; color: var(--muted); border-top: 1px solid var(--line); padding-top: 1rem; margin-top: 2.75rem !important; }
.aside { position: sticky; top: 100px; display: grid; gap: 1.25rem; }
.aside-h { font-size: 1.05rem !important; margin-bottom: .7rem !important; }
.facts-card { border: 2px solid var(--route); border-radius: 10px; padding: 1.2rem 1.25rem .6rem; }
.facts-card dl { margin: 0; }
.facts-card dl div { padding: .55rem 0; border-top: 1px solid var(--line); }
.facts-card dt { font-size: .82rem; color: var(--muted); font-weight: 600; }
.facts-card dd { margin: 0; font-weight: 700; color: var(--ink); }
.call-card { background: var(--route); color: #d6e6dd; border-radius: 10px; padding: 1.25rem; }
.bat .call-card .aside-h { color: #fff; }
.call-card p { font-size: .95rem; }
.aside-links { border-radius: 10px; background: var(--mist); padding: 1.2rem 1.25rem; }
.aside-links ul { list-style: none; margin: 0; padding: 0; }
.aside-links li a { display: block; padding: .38rem 0; font-weight: 600; font-size: .96rem; text-decoration: none; }
.aside-links li a:hover { text-decoration: underline; }
@media (max-width: 1000px) { .article { grid-template-columns: 1fr; gap: 2.5rem; } .aside { position: static; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); } }

/* Area table */
.table-wrap { overflow-x: auto; margin: 0 0 1.5rem; }
.tbl { width: 100%; border-collapse: collapse; min-width: 640px; font-size: .98rem; }
.tbl th, .tbl td { padding: .8rem .75rem; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.tbl thead th { background: var(--route); color: #fff; font-weight: 700; }
.tbl tbody tr:hover td { background: var(--mist); }
.tbl a { font-weight: 700; }

/* FAQ */
.faq-grid { display: grid; grid-template-columns: 1fr 1.7fr; gap: 4rem; align-items: start; }
.faq-side { position: sticky; top: 110px; }
.faq-side p { color: var(--muted); }
.faq details { background: #fff; border-radius: 8px; margin-bottom: .6rem; border: 1px solid var(--line); }
.faq details[open] { border-color: var(--route); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1rem 1.2rem; font-weight: 700; font-size: 1.06rem; color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; flex: none; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 6px; background: var(--yellow); color: var(--ink); font-size: 1.25rem; font-weight: 700; line-height: 1; transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq-a { padding: 0 1.2rem 1.1rem; color: var(--muted); }
.faq-a p { margin: 0; }
@media (max-width: 860px) { .faq-grid { grid-template-columns: 1fr; gap: 1.5rem; } .faq-side { position: static; } }

/* CTA */
.cta { background: var(--route); color: #d6e6dd; padding: 4rem 0; border-top: 6px solid var(--yellow); }
.cta-in { display: flex; justify-content: space-between; align-items: center; gap: 2rem; flex-wrap: wrap; }
.bat .cta h2 { color: #fff; margin-bottom: .4rem; }
.cta p { margin: 0; max-width: 38rem; }
.cta-actions { display: flex; gap: .6rem; flex-wrap: wrap; }

/* Contact */
.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-bottom: 2rem; }
.contact-cards > div { border: 2px solid var(--route); border-radius: 10px; padding: 1.2rem 1.25rem; }
.contact-cards h3 { font-size: 1.05rem; }
.contact-cards p { margin: 0; font-weight: 600; }
@media (max-width: 760px) { .contact-cards { grid-template-columns: 1fr; } }

/* ---------- Footer ---------- */
.site-footer { background: var(--route-deep); color: #bcd2c6; font-size: .95rem; }
.f-top { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; flex-wrap: wrap; padding-top: 3rem; padding-bottom: 2.25rem; }
.f-top .logo-b { font-size: 1.7rem; } .f-top .logo-s { font-size: .82rem; }
.f-cta { display: flex; gap: .6rem; flex-wrap: wrap; }
.f-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.5fr 1fr; gap: 2rem; padding-top: 2.5rem; padding-bottom: 2rem; background: linear-gradient(rgba(255,255,255,.15), rgba(255,255,255,.15)) no-repeat center top / calc(100% - 48px) 1px; }
.bat .site-footer .f-h { color: #fff; font-size: 1rem; margin-bottom: .8rem; letter-spacing: 0; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: .4rem; }
.bat .site-footer a { color: #bcd2c6; text-decoration: none; }
.bat .site-footer a:hover { color: #fff; text-decoration: underline; }
.bat .site-footer .btn-yellow { color: var(--ink) !important; }
.bat .site-footer .btn-ghost { color: #fff !important; }
.bat .site-footer .btn:hover { text-decoration: none; }
.site-footer address { font-style: normal; line-height: 1.8; margin: 0 0 1rem; }
.f-note { font-size: .88rem; }
.f-social { display: flex; gap: 1rem; flex-wrap: wrap; font-weight: 600; }
.f-areas { columns: 2; column-gap: 1rem; }
.f-more { margin-top: .6rem; font-weight: 700; }
.f-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; padding-top: 1.2rem; padding-bottom: 1.2rem; font-size: .86rem; background: linear-gradient(rgba(255,255,255,.15), rgba(255,255,255,.15)) no-repeat center top / calc(100% - 48px) 1px; }
.f-bottom p { margin: 0; display: flex; gap: 1.25rem; }
@media (max-width: 1020px) { .f-grid { grid-template-columns: 1fr 1fr 1fr; } .f-grid > :first-child { grid-column: 1 / -1; } }
@media (max-width: 600px) { .f-grid { grid-template-columns: 1fr 1fr; } }

