
/* ---------- Sections ---------- */
.sec { padding: 4.5rem 0; }
.sec-tint { background: var(--tint-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sec-head { max-width: 44rem; margin-bottom: 2.25rem; }
.sec-head p { color: var(--muted); margin: 0; }
@media (max-width: 700px) { .sec { padding: 3rem 0; } }

/* Article + aside layout */
.layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 3.5rem; align-items: start; }
.prose { max-width: 70ch; }
.prose h2 { margin-top: 2.5rem; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 1.75rem; }
.prose p, .prose ul, .prose ol { margin: 0 0 1.1rem; }
.prose ul { padding-left: 0; list-style: none; }
.prose ul li { position: relative; padding-left: 1.6rem; margin-bottom: .45rem; }
.prose ul li::before { content: ""; position: absolute; left: .2rem; top: .62em; width: 9px; height: 9px; border-radius: 50%; border: 2px solid var(--action); }
.prose ol { padding-left: 1.3rem; }
.prose ol li { margin-bottom: .5rem; padding-left: .3rem; }
.prose ol li::marker { color: var(--action); font-weight: 700; font-family: var(--display); }
.prose strong { color: var(--forest); }
.prose figure { margin: 2rem 0; }
.prose figure img { border-radius: var(--radius-m); display: block; }
.prose figcaption { font-size: .9rem; color: var(--muted); margin-top: .5rem; }
.updated { font-size: .9rem; color: var(--muted); border-top: 1px solid var(--line); padding-top: 1rem; margin-top: 2.5rem; }

.facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 0; margin: 0 0 2rem; border: 1px solid var(--line); border-radius: var(--radius-m); overflow: hidden; }
.facts div { padding: 1rem 1.1rem; border-right: 1px solid var(--line); background: var(--tint-2); }
.facts div:last-child { border-right: 0; }
.facts dt { font-size: .85rem; color: var(--muted); font-weight: 500; }
.facts dd { margin: .15rem 0 0; font-family: var(--display); font-weight: 600; color: var(--forest); font-size: 1.1rem; }
@media (max-width: 560px) { .facts div { border-right: 0; border-bottom: 1px solid var(--line); } .facts div:last-child { border-bottom: 0; } }

.places { list-style: none; padding: 0; margin: 0 0 1.5rem; }
.places li { padding: .85rem 0; border-bottom: 1px solid var(--line); }
.places li:first-child { border-top: 1px solid var(--line); }
.places strong { display: block; color: var(--forest); font-family: var(--display); font-weight: 600; font-size: 1.05rem; }
.places span { color: var(--muted); }

.aside { position: sticky; top: 100px; display: grid; gap: 1.25rem; }
.aside-box { border: 1px solid var(--line); border-radius: var(--radius-m); padding: 1.35rem; background: var(--paper); }
.aside-call { background: var(--forest); border-color: var(--forest); color: #d9efe3; }
.tc .aside-call .tc-h { color: #fff; }
.aside-call p { font-size: .95rem; margin-bottom: 1rem; }
.aside-call .tc-btn { width: 100%; justify-content: center; }
.aside-call .tc-btn + .tc-btn { margin-top: .6rem; }
.aside-box .tc-h { font-size: 1.1rem; margin-bottom: .6rem; }
.aside-links { list-style: none; padding: 0; margin: 0; }
.aside-links a { display: block; padding: .42rem 0; border-bottom: 1px solid var(--tint); text-decoration: none; font-size: .98rem; }
.aside-links li:last-child a { border-bottom: 0; }
.aside-links a:hover { text-decoration: underline; }
@media (max-width: 960px) {
  .layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .aside { position: static; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
}

/* Steps (a genuine sequence) */
.steps { list-style: none; counter-reset: step; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; padding: 0; margin: 0; }
.steps li { counter-increment: step; position: relative; padding-top: 3.25rem; }
.steps li::before { content: counter(step); position: absolute; top: 0; left: 0; width: 2.4rem; height: 2.4rem; border-radius: 50%; background: var(--forest); color: var(--mint); font-family: var(--display); font-weight: 700; display: grid; place-items: center; }
.steps li:not(:last-child)::after { content: ""; position: absolute; top: 1.2rem; left: 3rem; right: -1rem; border-top: 2px dashed var(--line); }
.steps p { color: var(--muted); margin: 0; }
@media (max-width: 760px) { .steps { grid-template-columns: 1fr; gap: 1.5rem; } .steps li::after { display: none; } }

/* Features split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; }
.split img { border-radius: var(--radius-l); display: block; width: 100%; }
.checks { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: .9rem 1.5rem; }
.checks li { display: flex; gap: .6rem; align-items: flex-start; }
.checks svg { width: 20px; height: 20px; color: var(--action); flex: none; margin-top: .2rem; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; gap: 2rem; } }
@media (max-width: 520px) { .checks { grid-template-columns: 1fr; } }

/* Fleet */
.fleet { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.fleet article { padding: 1.5rem 1.25rem 1.25rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fleet article:last-child { border-right: 0; }
.fleet img { display: block; width: 100%; max-width: 240px; height: auto; aspect-ratio: 160/86; object-fit: contain; margin: 0 auto 1rem; }
.fleet h3 { font-size: 1.15rem; }
.fleet dl { display: flex; gap: 1.25rem; margin: 0; font-size: .95rem; color: var(--muted); }
.fleet dd { margin: 0; color: var(--forest); font-weight: 600; }
.fleet p { font-size: .95rem; color: var(--muted); margin: .6rem 0 0; }
@media (max-width: 960px) { .fleet { grid-template-columns: 1fr 1fr; } .fleet article:nth-child(2) { border-right: 0; } }
@media (max-width: 540px) { .fleet { grid-template-columns: 1fr; } .fleet article { border-right: 0; } }

/* Link directory (areas, airports, stations) */
.dir { list-style: none; padding: 0; margin: 0; columns: 3 220px; column-gap: 2.5rem; }
.dir li { break-inside: avoid; border-bottom: 1px solid var(--line); }
.dir a { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: .75rem 0; text-decoration: none; color: var(--forest); font-weight: 600; }
.dir a:hover { color: var(--action); }
.dir a:hover .dir-name { text-decoration: underline; }
.dir small { font-weight: 400; color: var(--muted); font-size: .88rem; white-space: nowrap; }

.dir-groups { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; }
.dir-groups .dir { columns: 1; }
.dir-groups h3 { font-size: 1.15rem; padding-bottom: .5rem; }
@media (max-width: 860px) { .dir-groups { grid-template-columns: 1fr; gap: 2rem; } }

/* Area table on covered areas page */
.area-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-m); }
.area-table { width: 100%; border-collapse: collapse; min-width: 560px; font-size: .98rem; }
.area-table th, .area-table td { padding: .8rem 1rem; text-align: left; border-bottom: 1px solid var(--line); }
.area-table thead th { background: var(--tint); color: var(--forest); font-weight: 600; }
.area-table tbody tr:last-child td { border-bottom: 0; }
.area-table a { font-weight: 600; }

/* FAQ */
.faq { max-width: 52rem; }
.faq details { border-bottom: 1px solid var(--line); }
.faq details:first-of-type { border-top: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.1rem 0; font-family: var(--display); font-weight: 600; font-size: 1.12rem; color: var(--forest); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; width: 12px; height: 12px; flex: none; border-right: 2px solid var(--action); border-bottom: 2px solid var(--action); transform: rotate(45deg) translate(-3px, -3px); transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(225deg); }
.faq .faq-a { padding: 0 0 1.2rem; color: var(--ink); max-width: 68ch; }
.faq .faq-a p:last-child { margin-bottom: 0; }

/* CTA band */
.cta { background: var(--pine); color: #e3f4ec; }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding: 3rem 20px; flex-wrap: wrap; }
.tc .cta h2 { color: #fff; margin: 0 0 .35rem; }
.cta p { margin: 0; max-width: 36rem; }
.cta-actions { display: flex; gap: .75rem; flex-wrap: wrap; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--line); border-radius: var(--radius-m); overflow: hidden; margin-bottom: 2rem; }
.contact-grid > div { padding: 1.5rem; border-right: 1px solid var(--line); }
.contact-grid > div:last-child { border-right: 0; }
.contact-grid .tc-h { font-size: 1.05rem; margin-bottom: .35rem; }
.contact-grid p { margin: 0; }
@media (max-width: 760px) { .contact-grid { grid-template-columns: 1fr; } .contact-grid > div { border-right: 0; border-bottom: 1px solid var(--line); } }

/* ---------- Footer ---------- */
.site-footer { background: var(--forest); color: #bfe0cf; font-size: .96rem; padding: 4rem 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr 1fr; gap: 2rem; }
.tc .site-footer .tc-h { color: #fff; font-size: 1.05rem; margin-bottom: .9rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: .45rem; }
.site-footer a { color: #e9f6ef !important; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.footer-areas { columns: 2; column-gap: 1rem; }
.footer-brand img { width: 150px; height: 60px; margin-bottom: 1rem; }
.footer-brand address { font-style: normal; line-height: 1.7; margin: 0 0 1rem; }
.footer-note { font-size: .88rem; color: #9fcfb6; }
.footer-bottom { margin-top: 3rem; border-top: 1px solid rgba(255,255,255,.12); padding-top: 1.25rem; padding-bottom: 1.25rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; font-size: .9rem; color: #9fcfb6; }
.footer-bottom ul { display: flex; gap: 1.25rem; }
@media (max-width: 1000px) { .footer-grid { grid-template-columns: 1fr 1fr 1fr; } .footer-brand { grid-column: 1 / -1; } }
@media (max-width: 600px) { .footer-grid { grid-template-columns: 1fr 1fr; } }



/* 404 */
.notfound-links { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }

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

/* The old site applied a global reset that the booking widget was built against.
   Recreate it with zero specificity, scoped to the widget and its modals only. */
:where(#dynamic-widget, .modal) *, :where(#dynamic-widget, .modal) *::before, :where(#dynamic-widget, .modal) *::after { margin: 0; padding: 0; box-sizing: border-box !important; }
.prose ul.dir, .prose ul.places { margin-bottom: 1.5rem; }
.prose ul.dir li, .prose ul.places li { padding-left: 0; margin-bottom: 0; }
.prose ul.dir li::before, .prose ul.places li::before { content: none; }
.fleet dl { display: grid; grid-template-columns: auto 1fr; gap: .15rem .75rem; }
.fleet dl div { display: contents; }
.tc .fleet dt { font-weight: 400; }
.tc dt { font-weight: 500; }
@media (max-width: 860px) {
  .hero-grid { row-gap: 0; }
  .hero-form { margin: .5rem 0 1.75rem; }
}
