/* Taxi Proxi shared layout. Keep selectors scoped away from native form controls. */
html { scroll-padding-top: 16px; }
body { margin: 0; color: #27323b; }
.tp-shell, .tp-shell *, .tp-home, .tp-home * { box-sizing: border-box; }
.tp-shell { font-family: Arial, sans-serif; font-size: 15px; line-height: 1.5; }
.tp-shell a { color: #164c69; text-decoration: none; }
.tp-shell a:hover { text-decoration: underline; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #12658b; outline-offset: 3px; }
.tp-skip { position: absolute; top: 8px; left: 12px; padding: 12px 18px; transform: translateY(-180%); z-index: 10001; background: #fff; color: #164c69; }
.tp-skip:focus { transform: translateY(0); }
.tp-shell-inner { width: min(1160px, 100%); margin: auto; padding: 0 24px; }
.tp-top { border-bottom: 1px solid #e5e8eb; background: #fff; }
.tp-top .tp-shell-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; padding-top: 20px; padding-bottom: 20px; }
.tp-brand { display: inline-flex; align-items: center; gap: 12px; color: #222 !important; font-weight: 800; letter-spacing: .05em; }
.tp-brand img { width: 52px; height: 52px; object-fit: contain; }
.tp-brand small { display: block; font-size: 11px; font-weight: 500; letter-spacing: .12em; }
.tp-top-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.tp-shell .tp-primary, .tp-home .tp-primary { display: inline-block; padding: 12px 20px; background: #f5c400; color: #19232b; border-radius: 6px; font-weight: 700; border: 1px solid #f5c400; }
.tp-shell .tp-secondary, .tp-home .tp-secondary { display: inline-block; padding: 12px 20px; border: 1px solid #bcc8cf; border-radius: 6px; color: #164c69; background: #fff; font-weight: 700; }
.tp-contact-line { background: #f7f8fa; }
.tp-contact-line .tp-shell-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 20px; padding-top: 9px; padding-bottom: 9px; font-size: 13px; }
.tp-contact-line a { font-weight: 700; }
.tp-nav { border-bottom: 1px solid #e5e8eb; background: #fff; }
.tp-nav-list { display: flex; flex-wrap: wrap; align-items: center; gap: 4px; margin: 0; padding: 10px 0; list-style: none; }
.tp-nav-list > li > a, .tp-nav-list summary { display: block; padding: 10px 14px; font-weight: 700; cursor: pointer; color: #27323b; }
.tp-nav-list > li > a:hover, .tp-nav-list summary:hover { background: #f3f5f6; border-radius: 5px; }
.tp-nav-list details { position: relative; }
.tp-nav-list summary { list-style: none; }
.tp-nav-list summary::-webkit-details-marker { display: none; }
.tp-nav-list summary::after { content: ' ▾'; }
.tp-nav-list details[open] summary::after { content: ' ▴'; }
.tp-submenu { position: absolute; top: 100%; right: 0; z-index: 3000; min-width: 280px; max-width: calc(100vw - 32px); padding: 10px; background: #fff; border: 1px solid #ddd; border-radius: 6px; box-shadow: 0 8px 24px #0002; list-style: none; margin: 0; }
.tp-submenu a { display: block; padding: 9px 12px; }
.tp-bottom { margin-top: 36px; background: #f4f6f7; border-top: 1px solid #e0e4e7; }
.tp-footer-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; padding: 36px 0; }
.tp-footer-grid h2 { font-size: 16px; font-weight: 700; margin: 0 0 14px; text-transform: none; }
.tp-footer-grid p { margin: 0 0 12px; }
.tp-footer-grid ul { list-style: none; padding: 0; margin: 0; }
.tp-footer-grid li { margin: 0 0 10px; }
.tp-footer-base { border-top: 1px solid #dbe0e3; padding: 18px 0; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: 13px; }
.tp-footer-base p { margin: 0; }
.tp-home { background: #fff; font-family: Arial, sans-serif; font-size: 16px; line-height: 1.65; }
.tp-home-wrap { width: min(1160px, 100%); padding: 48px 24px; margin: auto; }
.tp-home-hero { display: grid; grid-template-columns: 1.35fr 1fr; gap: 44px; align-items: center; }
.tp-home .tp-eyebrow { font-size: 12px; letter-spacing: .12em; font-weight: 700; color: #735c00; }
.tp-home h1 { font-size: clamp(30px, 4vw, 48px); line-height: 1.15; text-transform: none; margin: 12px 0 20px; }
.tp-home h2 { font-size: 25px; line-height: 1.3; text-transform: none; margin: 0 0 16px; }
.tp-home h3 { font-size: 18px; line-height: 1.4; text-transform: none; margin: 0 0 12px; }
.tp-home p { margin: 0 0 18px; }
.tp-home-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.tp-home-panel { padding: 30px; border-radius: 10px; background: #f5f7f9; border: 1px solid #e1e6e9; }
.tp-home-services { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 24px; }
.tp-home-card { display: flex; flex-direction: column; align-items: start; padding: 24px; border: 1px solid #dfe5e8; border-radius: 8px; }
.tp-home-card a { color: #145684; font-weight: 700; margin-top: auto; }
.tp-home-section { border-top: 1px solid #e1e6e9; }
.tp-home ol { padding-left: 24px; }
.tp-home li { margin-bottom: 12px; }
.tp-quote-widget .booking-intro h2 { font-size: 30px; line-height: 1.2; text-transform: none; margin: 12px 0 18px; }
.tp-quote-widget .confirmation h2 { font-size: 30px; line-height: 1.2; }
@media (max-width: 850px) {
 .tp-home-hero { grid-template-columns: 1fr; gap: 24px; }
 .tp-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
 .tp-home-services { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
 .tp-shell-inner { padding-left: 16px; padding-right: 16px; }
 .tp-top .tp-shell-inner { gap: 14px; padding-top: 16px; padding-bottom: 16px; }
 .tp-top-actions { width: 100%; display: grid; grid-template-columns: 1fr 1fr; }
 .tp-top-actions a { text-align: center; padding: 11px 8px !important; }
 .tp-contact-line .tp-shell-inner { font-size: 12px; }
 .tp-nav-list { gap: 0; }
 .tp-nav-list > li > a, .tp-nav-list summary { padding: 11px 10px; font-size: 13px; }
 .tp-nav-list details { position: static; }
 .tp-nav-list { position: relative; }
 .tp-submenu { left: 0; right: 0; width: 100%; min-width: 0; max-width: 100%; }
 .tp-footer-grid, .tp-home-services { grid-template-columns: 1fr; }
 .tp-home-wrap { padding: 32px 20px; }
 .tp-home-panel { padding: 22px; }
 .tp-home-actions a { width: 100%; text-align: center; }
 .tp-swiss-layout > * { min-width: 0; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
