@charset "UTF-8";
/* Required markers follow the actual field state, including conditional postal fields. */
.field .required-mark,.check .required-mark{display:none;color:#a33040;font-style:normal;font-weight:700;white-space:nowrap}
.field:has(> :required)>span>.required-mark,.check:has(>input:required)>span>.required-mark{display:inline}
:root{--blue:#244d82;--navy:#1d304e;--muted:#5b6c82;--bg:#f3f5f8;--line:#dce3ed;--pale:#eaf0f8;--red:#e52031;--green:#23704f;--radius:14px;font-family:Arial,Helvetica,sans-serif;color:var(--navy);background:var(--bg);font-synthesis:none}
*{box-sizing:border-box}body{margin:0;font-size:16px;line-height:1.55}a{color:var(--blue);text-underline-offset:3px}button,input,select,textarea{font:inherit}button,a,input,select,textarea{touch-action:manipulation}button{cursor:pointer}button:disabled{opacity:.6;cursor:wait}a,button,input,textarea,select,summary{outline-offset:4px}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #ecb735}h1,h2,h3,p{margin-top:0}h1{font-size:42px;line-height:1.15;letter-spacing:-1.5px;margin-bottom:20px}h2{font-size:24px;line-height:1.3;letter-spacing:-.4px;margin-bottom:12px}h3{font-size:18px;line-height:1.4;margin-bottom:12px}p{margin-bottom:18px}small{font-size:12px;color:var(--muted)}.icon{width:22px;height:22px;flex-shrink:0;vertical-align:middle}.top{background:white;border-bottom:1px solid var(--line)}.top-inner{max-width:1200px;margin:auto;min-height:112px;padding:18px 32px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:28px;text-decoration:none;color:var(--navy)}.brand img{width:126px;height:auto;display:block}.brand>span{border-left:1px solid var(--line);padding-left:27px;font-weight:700;letter-spacing:1.6px;font-size:15px}.brand small{display:block;font-size:12px;font-weight:400;letter-spacing:0;margin-top:4px}.contact{display:flex;align-items:center;gap:13px;color:var(--navy);text-decoration:none;font-weight:bold;font-size:16px}.contact>.icon{padding:10px;box-sizing:content-box;background:var(--pale);border-radius:50%;color:var(--blue)}.contact small{display:block;font-weight:normal}.container{max-width:1120px;margin:0 auto;padding:44px 32px 72px;min-height:65vh}.container.wide{max-width:1420px}.hero{display:flex;justify-content:space-between;align-items:center;gap:40px;padding:22px 0 34px}.eyebrow{font-size:11px;letter-spacing:2.2px;font-weight:700;color:var(--blue);display:block;margin-bottom:16px}.hero h1{font-size:56px;letter-spacing:-2px;line-height:1.08;margin-bottom:23px}.hero p{font-size:18px;color:#65758a;line-height:1.65;margin:0}.hero-icon{height:188px;width:230px;display:grid;place-items:center;border-radius:50%;background:radial-gradient(ellipse at center,#e1eaf7 0%,#edf2f9 65%,transparent 66%);transform:rotate(-4deg);margin-right:25px}.hero-icon .icon{width:127px;height:127px;stroke-width:1.2;color:var(--blue)}.free-banner{display:flex;align-items:center;gap:24px;border:1px solid #cddbee;background:#e9eff8;border-radius:12px;padding:25px 30px;margin:10px 0 24px}.free-label{background:var(--blue);color:white;border-radius:6px;font-size:22px;font-weight:700;letter-spacing:1px;padding:13px 20px}.free-banner strong{font-size:23px;color:var(--blue);line-height:1.3}.free-banner p{margin:5px 0 0;color:#5c6f87;font-size:15px}.free-banner>.icon{margin-left:auto;color:var(--blue)}.facts{display:flex;flex-wrap:wrap;gap:25px;font-size:13px;color:#61718a;margin:28px 0 38px}.facts span{display:flex;align-items:center;gap:8px}.facts .icon{width:18px;height:18px;color:var(--blue)}.card{background:white;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 3px 12px #17315003;margin-bottom:24px;overflow:hidden}.padded{padding:30px}.form-section{padding:36px 40px;border-bottom:1px solid var(--line)}.form-section:last-child{border-bottom:0}.section-title{display:flex;gap:18px;align-items:flex-start;margin-bottom:30px}.step{width:38px;height:38px;border-radius:50%;background:#eef3f9;display:grid;place-items:center;color:var(--blue);font-weight:700;font-size:13px;flex-shrink:0;margin-top:1px}.section-title h2{margin-bottom:5px}.section-title p{margin:0;color:var(--muted);font-size:14px}.grid{display:grid;gap:19px 24px}.grid.two{grid-template-columns:1fr 1fr}.grid.three{grid-template-columns:repeat(3,1fr)}.field{display:block;min-width:0;margin-bottom:17px}.grid .field{margin-bottom:0}.field>span{display:block;font-size:13px;font-weight:700;color:var(--navy);margin-bottom:8px}.field em{font-style:normal;color:var(--blue)}input:not([type=checkbox]),select,textarea{width:100%;border:1px solid #cbd6e5;background:white;border-radius:6px;padding:12px 13px;color:var(--navy);min-height:48px;transition:border-color .15s;max-width:100%}input::placeholder,textarea::placeholder{color:#95a0b1}input:focus,select:focus,textarea:focus{border-color:#476faa}textarea{resize:vertical;line-height:1.55}input[type=checkbox]{width:19px;height:19px;accent-color:var(--blue);flex-shrink:0;margin:3px 0 0}input[type=search]::-webkit-search-cancel-button{cursor:pointer}.hint{color:var(--muted);font-size:13px;margin:18px 0 0;line-height:1.65}.hint .icon{width:17px;height:17px;margin-right:5px}.hint a{color:var(--blue)}fieldset{border:1px solid var(--line);border-radius:8px;padding:19px;margin:16px 0;min-width:0}legend{font-weight:700;padding:0 7px;font-size:14px;color:var(--blue)}legend .icon{margin-right:7px;width:17px;height:17px}.address{margin:0}.address .field{margin-bottom:15px}.address .field:last-child{margin:0}.attribution{display:block;margin-top:5px;text-align:right;color:#5d6879}.suggestions{position:relative;z-index:2}.suggestions:empty{display:none}.suggestions button{display:block;width:100%;text-align:left;background:white;border:1px solid var(--line);padding:12px;color:var(--navy);font-size:13px}.suggestions button:hover,.suggestions button:focus{background:var(--pale)}.check{display:flex;gap:12px;align-items:flex-start;margin:15px 0;font-size:14px;cursor:pointer}.check-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:20px}.check-grid .check{margin:9px 0}.notice{padding:17px 20px;background:#edf7f2;color:#255f45;border:1px solid #cde6d8;border-radius:8px;margin:20px 0;display:flex;align-items:flex-start;gap:12px;font-size:14px;line-height:1.65}.notice.soft{background:var(--pale);color:#496381;border-color:#d9e4f3}.notice.warning{background:#fff8e9;color:#856322;border-color:#f0deba}.notice.error{background:#fff1f2;color:#983942;border-color:#efcdd0}.optional-consent{margin-top:30px;padding:24px;background:#f7f9fc;border-radius:9px}.optional-consent h3{display:flex;align-items:center;gap:12px}.optional-consent p{font-size:14px;color:#53657d}.optional{font-size:10px;text-transform:uppercase;letter-spacing:1px;background:white;border:1px solid var(--line);padding:4px 8px;border-radius:4px;color:var(--muted)}.optional-consent .grid{margin-top:20px}.button{border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--blue);color:white;text-decoration:none;padding:12px 19px;min-height:46px;font-size:14px;font-weight:700;border-radius:6px;line-height:1.35}.button:hover{background:#193c6b}.button.secondary{border-color:#d3dfed;background:white;color:var(--blue)}.button.secondary:hover{background:var(--pale)}.button.danger{background:#a23642;color:white}.button.secondary.danger{background:white;color:#a23642;border-color:#e3c5c9}.button.small{padding:8px 12px;min-height:37px;font-size:12px;margin-top:10px}.button.full{width:100%;margin-top:10px}.form-submit{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:26px}.form-submit>span{color:var(--muted);font-size:11px}.form-submit>span .icon{width:16px;height:16px;margin-right:4px}.form-submit .button{padding:16px 23px}.preserve,pre{white-space:pre-wrap;overflow-wrap:anywhere}pre{font-family:inherit;font-size:13px;background:#f5f7fa;padding:18px;border-radius:6px}details{margin:15px 0}summary{cursor:pointer;color:var(--blue);font-weight:700;font-size:14px;padding:10px 0}details p{font-size:14px;color:#53657d;margin-top:10px}footer{border-top:1px solid var(--line);max-width:1200px;margin:0 auto;padding:30px 32px 45px;display:flex;justify-content:space-between;gap:30px;color:var(--muted);font-size:12px}footer strong{display:block;font-size:14px;color:var(--navy);margin-bottom:4px}footer nav{display:flex;align-items:flex-start;gap:21px;flex-wrap:wrap}footer a{text-decoration:none;color:var(--muted)}footer .icon{width:14px;height:14px}.version{position:fixed;right:12px;bottom:10px;padding:5px 9px;background:#1d304ef0;color:white;border-radius:5px;font-size:10px;letter-spacing:.5px;z-index:20}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.skip{position:absolute;top:-100px;left:10px;background:white;z-index:50;padding:12px}.skip:focus{top:10px}.login{max-width:450px;margin:40px auto}.login h1{font-size:30px;letter-spacing:-1px}.login p{color:var(--muted);font-size:14px}.narrow{max-width:640px;margin:30px auto}.narrow h1{font-size:32px}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:8px 0 30px}.page-heading h1{font-size:35px;margin:0}.page-heading .eyebrow{margin-bottom:10px}.badge{display:inline-block;font-size:11px;line-height:1.4;font-weight:700;padding:6px 10px;border-radius:20px;background:#eef1f6;color:#607087;white-space:normal}.badge-confirmed,.badge-accepted,.badge-completed{background:#e8f4ed;color:#2f7152}.badge-pending,.badge-needs_time,.badge-uncertain{background:#fff3d9;color:#8c651c}.badge-cancelled,.badge-rejected,.badge-failed{background:#fbe9eb;color:#a0444e}.ride-layout{display:grid;grid-template-columns:1.35fr 1fr;gap:24px}.ride-summary,.contact-card{padding:30px}.ride-date{display:flex;align-items:center;gap:18px;border-bottom:1px solid var(--line);padding-bottom:23px}.ride-date>.icon{width:35px;height:35px;color:var(--blue)}.ride-date span{display:block;color:var(--muted);font-size:13px}.ride-date strong{font-size:30px;line-height:1.3}.route-line{border-left:2px dashed #d7e1ed;margin:28px 0 28px 8px;padding-left:26px}.route-line>div{position:relative;margin:0 0 23px}.route-line>div:last-child{margin-bottom:0}.route-line>div:before{content:"";width:10px;height:10px;background:var(--blue);border:4px solid white;box-sizing:content-box;border-radius:50%;position:absolute;left:-36px;top:1px}.route-line span{font-size:10px;letter-spacing:1.5px;color:var(--muted);font-weight:700}.route-line h3{font-size:17px;margin:4px 0 0}dl{display:grid;grid-template-columns:1fr 1.3fr;gap:13px;font-size:13px;margin:20px 0 0}dt{color:var(--muted)}dd{margin:0}.contact-card p{font-size:14px;overflow-wrap:anywhere}.contact-card .icon{color:var(--muted);width:18px;height:18px;margin-right:5px}.verification{display:flex;flex-direction:column;gap:6px;color:var(--green);font-size:12px;padding:12px 0}.emergency{border-top:1px solid var(--line);margin-top:22px;padding-top:22px;display:flex;flex-direction:column;gap:6px}.emergency>span{font-size:13px;color:var(--muted)}.emergency a{font-size:23px;font-weight:700;text-decoration:none}.actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin:0 0 25px}.inline-form{display:flex;gap:15px;align-items:flex-end;flex-wrap:wrap;margin:20px 0}.inline-form .field{flex:1;margin:0;min-width:160px}.timeline{list-style:none;padding:0}.timeline li{border-left:2px solid var(--line);padding:0 0 20px 18px;font-size:13px}.timeline small{display:block;margin-bottom:4px}.backend-nav{background:white;border-bottom:1px solid var(--line);display:flex;justify-content:center;gap:7px;padding:0 20px;flex-wrap:wrap}.backend-nav a{display:flex;align-items:center;gap:9px;padding:17px 13px;text-decoration:none;color:var(--muted);font-size:13px;font-weight:700;border-bottom:3px solid transparent}.backend-nav a.active{color:var(--blue);border-bottom-color:var(--blue)}.backend-nav .icon{width:18px;height:18px}.backend-nav form{display:flex;align-items:center}.icon-button{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:7px;padding:9px;background:white;color:var(--blue);min-width:40px;min-height:40px}.icon-button:hover{background:var(--pale)}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:0 0 30px}.stats a{position:relative;display:block;padding:22px 24px;background:white;border:1px solid var(--line);border-radius:12px;color:var(--navy);text-decoration:none}.stats span{display:block;color:var(--muted);font-size:12px;font-weight:700}.stats strong{font-size:34px;line-height:1.5}.stats .icon{position:absolute;right:25px;top:34px;color:#87a1c0;width:30px;height:30px}.refresh-label{display:flex;gap:8px;align-items:center;font-size:11px;color:var(--muted)}.refresh-label .icon{width:15px;height:15px}.tabs{display:flex;gap:6px;margin-bottom:25px}.tabs a{padding:8px 17px;text-decoration:none;font-size:13px;border-radius:5px;color:var(--muted);font-weight:700}.tabs a.active{background:var(--pale);color:var(--blue)}.filters{display:flex;gap:14px;flex-wrap:wrap;align-items:flex-end;margin:0 0 25px}.filters .field{flex:1;min-width:130px;margin:0}.filters .field:first-child{flex:2}.filters input,.filters select{min-height:44px;font-size:13px}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;font-size:13px;text-align:left}th{font-size:11px;text-transform:uppercase;letter-spacing:.8px;color:var(--muted);padding:13px 15px;background:#f7f9fc}td{padding:19px 15px;border-bottom:1px solid #edf0f5;vertical-align:middle}td small{display:block;margin-top:5px;max-width:360px}td strong{font-size:13px}.empty{text-align:center;padding:65px 20px;color:var(--muted)}.empty .icon{width:42px;height:42px;color:#99abc2;margin-bottom:18px}.empty h2{font-size:21px;color:var(--navy)}.empty p{font-size:14px}.warning-text{color:#aa6e15}.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(130px,1fr));overflow:auto;gap:10px}.calendar-grid.single{grid-template-columns:1fr}.calendar-day{background:#f5f7fb;padding:12px;border-radius:8px;min-height:220px}.calendar-day h3{font-size:13px;color:#526981}.calendar-booking{display:flex;flex-direction:column;gap:7px;padding:12px;margin-bottom:10px;background:white;border-left:3px solid var(--blue);border-radius:5px;text-decoration:none;color:var(--navy);font-size:12px;box-shadow:0 2px 6px #17315008}.calendar-booking .badge{font-size:9px}.calendar-booking small{font-size:10px}.message{border-bottom:1px solid var(--line);margin:0}.message summary{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:18px 0;list-style:none}.message summary>span:first-child{display:grid;grid-template-columns:24px 1fr;gap:3px 10px}.message summary small{grid-column:2}.message-content{padding:10px 20px 24px 35px}.message-content p{font-size:13px}.message .badge{font-size:10px}.pagination{display:flex;gap:10px;margin-top:25px}.pagination a{padding:4px 10px;background:var(--pale);border-radius:4px}.hours-day{padding:15px 0;border-bottom:1px solid var(--line)}.hours-day h3{font-size:14px}.hours-row{display:flex;align-items:flex-end;gap:12px;margin-bottom:10px;max-width:620px}.hours-row .field{flex:1;margin:0}.hours-row .icon-button{margin-bottom:4px}.hours-row input{min-height:42px}.placeholder-panel{margin:25px 0}.chips{display:flex;flex-wrap:wrap;gap:6px}.chip{border:1px solid #d8e1ed;border-radius:4px;background:var(--pale);color:var(--blue);font-size:11px;padding:5px 7px}.chip:hover{background:#dce7f6}[hidden]{display:none!important}
@media(min-width:1450px){.container{padding-top:50px}.hero{padding-top:28px;padding-bottom:44px}}
@media(max-width:850px){.hero h1{font-size:44px}.hero-icon{width:140px;margin:0}.hero-icon .icon{width:100px;height:100px}.container{padding:30px 22px 50px}.form-section{padding:28px}.grid.three{grid-template-columns:1fr 1fr}.backend-nav{justify-content:flex-start}.backend-nav a{font-size:11px;padding:12px 8px}.backend-nav .icon{width:16px}.page-heading{align-items:flex-start}.page-heading h1{font-size:29px}.refresh-label{max-width:130px}.stats{gap:10px}.stats a{padding:18px}.stats .icon{right:15px}.ride-layout{grid-template-columns:1fr}.contact-card{margin-top:-12px}.form-submit{align-items:flex-start;flex-direction:column}footer{flex-direction:column;gap:20px}.free-banner{padding:20px}.free-banner strong{font-size:20px}}
@media(max-width:560px){body{font-size:15px}.top-inner{padding:16px 20px;min-height:88px}.brand{gap:15px}.brand img{width:93px}.brand>span{font-size:11px;letter-spacing:.8px;padding-left:15px}.brand small{font-size:10px;max-width:115px}.contact>span{display:none}.contact>.icon{padding:9px;width:18px;height:18px}.hero{padding:12px 0 28px;position:relative}.hero h1{font-size:38px;letter-spacing:-1.5px}.hero p{font-size:15px;max-width:310px}.hero-icon{display:none}.eyebrow{font-size:9px;letter-spacing:1.8px}.desktop{display:none}.free-banner{gap:13px;padding:17px 16px}.free-label{padding:10px 12px;font-size:15px}.free-banner strong{font-size:17px}.free-banner p{font-size:12px;line-height:1.5}.free-banner>.icon{display:none}.facts{gap:11px;font-size:11px;margin:23px 0 28px}.facts span{gap:6px}.facts .icon{width:15px;height:15px}.container{padding:25px 16px 45px}.card{border-radius:10px}.form-section{padding:25px 19px}.section-title{gap:12px;margin-bottom:25px}.section-title h2{font-size:20px}.section-title p{font-size:12px}.step{width:32px;height:32px;font-size:11px}.grid.two,.grid.three,.check-grid{grid-template-columns:1fr}.grid{gap:18px}.field>span{font-size:12px}input:not([type=checkbox]),select,textarea{font-size:16px}.check{font-size:13px}.optional-consent{padding:17px}.optional-consent p{font-size:12px}.optional-consent h3{font-size:16px}.notice{font-size:12px;padding:14px}.form-submit .button{width:100%;font-size:13px}.padded{padding:22px}.page-heading{flex-direction:column;gap:15px}.stats a{padding:15px 12px}.stats span{font-size:10px}.stats strong{font-size:29px}.stats .icon{display:none}.stats{gap:8px}.refresh-label{max-width:none}.ride-summary,.contact-card{padding:23px}.page-heading h1{font-size:28px}.contact-card p{font-size:13px}dl{font-size:12px}.backend-nav{gap:0;padding:0 8px}.backend-nav a{gap:5px;font-size:10px;padding:11px 8px}.backend-nav form{margin-left:auto}.hours-row{gap:7px}.hours-row input{padding:8px;font-size:13px}.hours-row .field>span{font-size:10px}.message summary{gap:8px}.message summary strong{font-size:12px;overflow-wrap:anywhere}.message summary small{font-size:10px}.message summary>span:first-child{grid-template-columns:18px 1fr}.message-content{padding-left:0}.message .icon{width:17px;height:17px}.actions .button{font-size:12px}.calendar-grid{grid-template-columns:repeat(7,160px)}footer{padding:25px 22px 45px}footer nav{gap:15px}.login h1{font-size:27px}}
@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}
/* Shared form geometry: one control height and aligned label rows. */
#route-info.route-success{padding:14px 16px;margin:18px 0;background:#e8f4ed;color:#205e40;border:1px solid #a3cfb6;border-radius:8px;overflow-wrap:anywhere}
:root{--control-height:50px}
input:not([type=checkbox]):not([type=hidden]),select{display:block;width:100%;min-width:0;max-width:100%;height:var(--control-height);min-height:var(--control-height);margin:0;line-height:1.5;padding:0 12px}
textarea{display:block;min-width:0;max-width:100%;min-height:120px}
.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid>.field{display:flex;flex-direction:column}.grid>.field>span{min-height:2.9em;line-height:1.45;display:flex;align-items:center;gap:4px;margin-bottom:8px}.grid>.field>textarea{flex:1}
.grid>.field>input:not([type=hidden]),.grid>.field>select{flex-shrink:0;margin-top:auto}
.inline-form .button,.filters .button,.hours-row .icon-button{height:var(--control-height);min-height:var(--control-height)}
.hours-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr)) var(--control-height);align-items:end;gap:12px;width:100%;max-width:700px}
.hours-row.exception-row{grid-template-columns:minmax(0,1.4fr) repeat(2,minmax(0,1fr)) var(--control-height)}
.hours-row .icon-button{align-self:end;justify-self:end;margin:0;padding:0;width:var(--control-height);min-width:var(--control-height);height:var(--control-height);min-height:var(--control-height);font-size:28px;font-weight:400;line-height:1}
.hours-row .field{min-width:0;margin:0}.hours-row .field>span{margin-bottom:8px;line-height:1.45}
.field:has(input[type=password]){overflow-wrap:anywhere}
.filters{display:grid;grid-template-columns:minmax(0,2fr) repeat(2,minmax(0,1fr)) auto;gap:16px;align-items:end}
.filters:has(input[name=from]){grid-template-columns:minmax(0,2fr) repeat(4,minmax(0,1fr)) auto}
.filters>.field,.filters>.field:first-child{min-width:0;margin:0}
.filters>.button{justify-self:end;min-width:120px}
@media(max-width:1100px){.filters,.filters:has(input[name=from]){grid-template-columns:repeat(2,minmax(0,1fr))}.filters>.field:first-of-type{grid-column:1/-1}.filters>.button{grid-column:2}}
.integration-section{margin-top:40px;padding-top:32px;border-top:1px solid var(--line)}
.integration-section h3{display:flex;align-items:center;gap:10px;margin-bottom:20px;font-size:21px}
.integration-section .endpoint{margin:0 0 20px;overflow-wrap:anywhere}
.security-confirm{padding:22px;background:var(--pale);border-radius:8px}.security-confirm .field{max-width:580px;margin:0}.security-confirm .hint{margin-top:10px}
.transport-test{margin-top:24px;padding:24px;background:#f7f9fc;border:1px solid var(--line);border-radius:9px}
.transport-test h4{margin:0 0 8px;font-size:16px}.transport-test>.hint{margin:0 0 18px}.transport-test>.hint:last-child{margin:16px 0 0}.transport-test>.field{max-width:580px;margin-bottom:20px}
.test-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.test-steps .button{width:100%;min-height:var(--control-height)}
.test-result{padding:12px 14px;margin-top:12px;border:1px solid var(--line);border-radius:6px;min-height:72px;font-size:13px;color:#5f6f83;background:white;overflow-wrap:anywhere}
.test-result.success{background:#e8f4ed;color:#205e40;border-color:#a3cfb6}.test-result.error{background:#fff1f2;color:#8f2733;border-color:#e7b2b8}
[data-google-test] .test-steps{margin-top:20px}
.hours-day+h3{margin-top:32px}.hours-row{max-width:700px}.tabs{flex-wrap:wrap}.message summary>span{min-width:0}
@media(max-width:850px){.grid.three{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.grid.two,.grid.three,.test-steps{grid-template-columns:1fr}.grid>.field>span{min-height:0}.transport-test{padding:18px}.security-confirm{padding:18px}.integration-section{margin-top:32px;padding-top:28px}.test-result{min-height:0}}

/* Preserve native date/time flex alignment, without iOS intrinsic padding and sizing. */
.field>input[type=date],.field>input[type=time],.field>input[type=datetime-local]{display:inline-flex;align-items:center;justify-content:center;-webkit-appearance:none;appearance:none;min-inline-size:0;max-inline-size:100%;block-size:var(--control-height);min-block-size:var(--control-height);max-block-size:var(--control-height);padding:0;line-height:1.5;text-align:center}
input::-webkit-date-and-time-value{height:1.5em;min-height:1.5em;margin:0;line-height:1.5;text-align:center}
input::-webkit-datetime-edit{display:inline-flex;align-items:center;justify-content:center;min-width:0;padding:0}
input::-webkit-datetime-edit-fields-wrapper{padding:0}

.mfa-secret{font-family:monospace;overflow-wrap:anywhere;letter-spacing:2px;background:var(--pale);padding:16px;border-radius:6px}
h1,h2,h3,summary{overflow-wrap:anywhere}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
.mobile-only{display:none}
.booking-names{margin-bottom:19px}
.grid.booking-names.with-titles{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:1000px){.grid.booking-names.with-titles{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.grid.booking-names.with-titles{grid-template-columns:minmax(0,1fr)}}
.hero{gap:24px}
.hero>div:first-child{flex:1;min-width:0}
.hero-vehicle{flex:0 0 43%;max-width:470px}
.hero-vehicle img{display:block;width:100%;height:auto}
@media(max-width:850px){
  .hero{flex-direction:column;align-items:stretch;gap:12px}
  .hero-vehicle{flex:none;width:100%;max-width:480px;align-self:center}
}
@media(max-width:560px){
  .hero-vehicle{max-width:380px}
}
/* Touch targets remain comfortable on tablets as well as narrow phones. */
@media(pointer:coarse),(max-width:760px){
  :root{--control-height:48px}
  .button,.button.small,.icon-button,.chip,.tabs a,.pagination a{min-height:48px;min-width:48px}
  .chip{padding:10px;font-size:13px;overflow-wrap:anywhere;max-width:100%}
  .tabs a,.pagination a{display:inline-flex;align-items:center;justify-content:center}
  .check{min-height:48px;padding:10px 0;margin:6px 0;font-size:14px;align-items:flex-start}
  .check-grid .check{margin:2px 0}
  input[type=checkbox]{width:24px;height:24px;margin-top:0}
  .backend-nav a{min-height:48px;font-size:13px}
  .contact{min-height:48px;min-width:48px;justify-content:center}
  footer nav a{display:inline-flex;gap:7px;align-items:center;min-height:48px;padding:8px 0}
  summary{min-height:48px}
  input:not([type=hidden]):not([type=checkbox]),select,textarea,.hours-row input,.filters input,.filters select{font-size:16px}
}
@media(max-width:760px){
  :root{--bg:#edf1f6}
  .hours-row,.hours-row.exception-row{grid-template-columns:repeat(2,minmax(0,1fr)) var(--control-height);column-gap:10px;row-gap:14px}
  .hours-row.exception-row>.field:first-child{grid-column:1/-1}
  .backend-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:8px 16px;gap:4px 8px}
  .backend-nav a{padding:10px 8px;gap:8px;min-width:0;line-height:1.35}
  .backend-nav form{margin-left:0;justify-content:flex-end;grid-column:2}
  .backend-nav .icon{width:20px;height:20px}
  .grid.two,.grid.three,.test-steps{grid-template-columns:minmax(0,1fr)}
  .grid>.field>span{min-height:0}
  .field>span,.hours-row .field>span{font-size:14px}
  .notice,.hint,.section-title p,.contact-card p{font-size:14px}
  .button,.actions .button,.form-submit .button{font-size:15px}
  .actions{align-items:stretch}.actions>form,.actions>.button{flex:1 1 180px}.actions>form>.button{width:100%}
  .inline-form{align-items:stretch}.inline-form>.field{flex-basis:100%;min-width:0}.inline-form>.button{width:100%;height:auto}
  .filters>.field,.filters>.field:first-child{flex:1 1 100%;min-width:0}.filters>.button{width:100%}
  .filters,.filters:has(input[name=from]){grid-template-columns:minmax(0,1fr)}.filters>.button{grid-column:1}
  .optional-consent h3{flex-wrap:wrap}
  dl{grid-template-columns:minmax(0,1fr);gap:4px;font-size:14px}dd{margin-bottom:12px;overflow-wrap:anywhere}
  .stats{gap:8px}.stats a{padding:14px 10px}.stats span{font-size:12px}.stats .icon{display:none}
  .table-wrap{overflow:visible}
  .rides-table,.rides-table tbody{display:block}
  .rides-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
  .rides-table tr{display:block;border:1px solid var(--line);border-radius:10px;padding:16px;margin-bottom:16px;background:white}
  .rides-table td{display:block;border:0;padding:0 0 14px;font-size:15px;overflow-wrap:anywhere}
  .rides-table td::before{content:attr(data-label);display:block;font-size:12px;font-weight:bold;color:var(--muted);margin-bottom:5px}
  .rides-table td strong{font-size:16px}.rides-table td small{font-size:14px}.rides-table .badge{font-size:12px}
  .rides-table .ride-open{padding:2px 0 0}.rides-table .ride-open::before{display:none}
  .ride-open .icon-button{width:100%;gap:10px;font-size:15px;text-decoration:none}.mobile-only{display:inline}
  .calendar-grid{grid-template-columns:minmax(0,1fr);overflow:visible}
  .calendar-day{min-height:0}.calendar-day h3{font-size:15px}.calendar-booking{font-size:15px}.calendar-booking small,.calendar-booking .badge{font-size:12px}
  .message summary{flex-wrap:wrap;gap:10px}.message summary>span:first-child{flex:1 1 100%}.message summary strong{font-size:15px}.message summary small,.message .badge{font-size:12px}
  .message-content{padding-left:0;padding-right:0}
  .version{pointer-events:none;bottom:max(8px,env(safe-area-inset-bottom));right:max(8px,env(safe-area-inset-right))}
  footer{padding-bottom:calc(58px + env(safe-area-inset-bottom))}
}

/* Contact verification: two clearly separated steps with truthful per-channel status. */
.verification-card{background:#fff5f5;border:1px solid #b94753;align-self:start}
.verification-card h2{font-size:23px;line-height:1.3;color:#8f2b39;margin-bottom:12px;letter-spacing:-.3px}
.verification-card .verification-intro{font-size:14px;line-height:1.65;color:#74424b;margin:0 0 22px}
.verification-card .verification-name{font-size:16px;margin:0 0 16px}
.verification-card .verification-note,.verification-card .verification-reservation{font-size:13px;line-height:1.65;color:#74424b;margin:16px 0 0}
.verification-channel{min-width:0;margin-top:24px;padding-top:24px;border-top:1px solid #e0aeb6}
.verification-channel h3{display:flex;align-items:center;gap:10px;font-size:17px;line-height:1.45;margin:0 0 10px}
.verification-channel h3 .icon{width:21px;height:21px;margin:0;color:#8f2b39}
.verification-card .verification-contact{font-size:16px;line-height:1.5;margin:0 0 12px;overflow-wrap:anywhere}
.verification-card .verification-state{display:inline-flex;align-items:center;gap:7px;font-size:13px;line-height:1.5;font-weight:700;padding:6px 10px;border-radius:6px;margin:0 0 14px}
.verification-state.is-open{background:#fbe3e7;color:#922c3b}.verification-state.is-verified{background:#e8f4ed;color:#205e40}
.verification-card .verification-state .icon{width:17px;height:17px;color:inherit;margin:0}
.verification-card .verification-help{font-size:14px;line-height:1.65;color:#53657d;margin:0 0 18px}
.verification-card .button{width:100%;min-height:50px;text-align:center;white-space:normal}
.verification-code .field{margin-bottom:14px}.verification-resend{margin-top:14px}
.verification-card .emergency{border-color:#e0aeb6;margin-top:28px;padding-top:24px}
@media(max-width:760px){.verification-card h2{font-size:22px}.verification-card .verification-note,.verification-card .verification-reservation{font-size:14px}}

/* Disposition: one aligned action row, with restrained semantic colours. */
.dispatch-actions{display:grid;grid-template-columns:minmax(125px,1fr) minmax(0,2.3fr) repeat(2,minmax(125px,1fr));align-items:end;gap:12px;width:100%;margin:24px 0 30px}
.dispatch-actions>form{margin:0;min-width:0}
.dispatch-actions .button{width:100%;height:var(--control-height);min-height:var(--control-height);padding:0 14px;gap:8px;white-space:nowrap;border-width:1px}
.dispatch-actions .button .icon{width:20px;height:20px}
.dispatch-actions .dispatch-reject-form{display:grid;grid-template-columns:minmax(120px,1.3fr) minmax(110px,1fr);gap:12px;align-items:end}
.dispatch-reject-form .field{margin:0}
.button.dispatch-approve{background:#e8f4ed;border-color:#367452;color:#255f45}
.button.dispatch-approve:hover{background:#dceee3}
.button.dispatch-complete{background:#2d654c;border-color:#24523e;color:#fff}
.button.dispatch-complete:hover{background:#24523e}
.button.dispatch-cancel{background:#9c3542;border-color:#812b36;color:#fff}
.button.dispatch-cancel:hover{background:#812b36}
.button.dispatch-reject{background:#fbe9eb;border-color:#a0444e;color:#8f2b39}
.button.dispatch-reject:hover{background:#f5dce0}
@media(max-width:1000px){
  .dispatch-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 12px}
  .dispatch-actions>form:first-child{grid-column:1/-1}
  .dispatch-actions .dispatch-reject-form{grid-column:1/-1;grid-template-columns:minmax(0,1.3fr) minmax(110px,1fr)}
}
@media(max-width:560px){
  .dispatch-actions{grid-template-columns:minmax(0,1fr);gap:12px}
  .dispatch-actions .dispatch-reject-form{grid-template-columns:minmax(0,1fr);justify-content:stretch;gap:12px;padding-top:6px}
}

/* Detailed day cards; the compact week view retains its existing layout. */
.day-booking{background:#fff;border:1px solid var(--line);border-left:3px solid var(--blue);border-radius:9px;padding:24px;margin:0 0 18px;min-width:0}
.day-booking:last-child{margin-bottom:0}
.day-booking-header{display:flex;align-items:center;gap:24px;padding-bottom:20px;border-bottom:1px solid var(--line)}
.day-pickup{display:flex;align-items:center;gap:10px;flex-shrink:0}
.day-pickup>.icon{color:var(--blue);width:24px;height:24px}
.day-pickup span{display:block;color:#61718a;font-size:12px}
.day-pickup strong{display:block;font-size:24px;line-height:1.3;white-space:nowrap}
.day-passenger{min-width:0;flex:1}
.day-passenger h4{font-size:19px;line-height:1.4;margin:0 0 4px;overflow-wrap:anywhere}
.day-passenger>span{font-size:12px;color:#61718a}
.day-booking-header>.badge{font-size:12px;flex-shrink:0;max-width:180px}
.day-booking dl{margin:20px 0;gap:20px 24px;display:grid}
.day-booking dl>div{min-width:0}
.day-booking dt{font-size:12px;line-height:1.5;color:#61718a;font-weight:600;margin:0 0 6px}
.day-booking dd{margin:0;font-size:15px;line-height:1.55;overflow-wrap:anywhere;color:var(--navy)}
.day-booking .day-route{grid-template-columns:repeat(2,minmax(0,1fr))}
.day-route dt{display:flex;align-items:center;gap:7px}
.day-route .icon{width:17px;height:17px;color:var(--blue)}
.day-route dd{font-weight:700;font-size:16px}
.day-booking .day-facts{grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--line);padding-top:20px}
.day-schedule{display:flex;align-items:flex-start;gap:10px;padding:14px 16px;border-radius:6px;background:#eef3f9;color:#405976;font-size:13px;line-height:1.6;margin:20px 0}
.day-schedule>.icon{width:19px;height:19px;margin-top:2px}
.day-schedule>span>span{display:block;margin-top:3px}
.day-booking .day-notes{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 24px}
.day-alert{display:flex;align-items:center;gap:8px;background:#fff8e9;color:#856322;border:1px solid #f0deba;border-radius:6px;padding:10px 12px;font-size:13px;margin:12px 0}
.day-alert .icon{width:18px;height:18px}
.day-booking-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:20px 0 0;padding:16px 0 0;max-width:none;border-top:1px solid var(--line)}
.day-contacts{display:flex;flex-wrap:wrap;align-items:center;gap:0 20px;min-width:0}
.day-contacts a{display:inline-flex;align-items:center;gap:8px;min-height:48px;min-width:0;max-width:100%;font-size:14px;text-decoration:none;color:var(--blue)}
.day-contacts a:hover{text-decoration:underline}
.day-contacts a>span{overflow-wrap:anywhere;min-width:0}
.day-contacts .icon{width:19px;height:19px}
.day-booking-footer>.button{flex-shrink:0;min-height:48px}
@media(max-width:1000px){.day-booking .day-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.day-booking-footer{flex-wrap:wrap}}
@media(max-width:560px){
  .calendar-grid.single>.calendar-day{padding:12px 8px}
  .day-booking{padding:18px 14px}
  .day-booking-header{display:flex;flex-wrap:wrap;gap:14px 10px}
  .day-pickup{gap:7px}.day-pickup strong{font-size:20px}.day-pickup>.icon{width:20px;height:20px}
  .day-passenger{flex:1 0 100%;order:2}.day-passenger h4{font-size:18px}
  .day-booking-header>.badge{margin-left:auto;max-width:115px;font-size:11px;padding:6px 8px}
  .day-booking .day-route{grid-template-columns:minmax(0,1fr);gap:18px}
  .day-booking .day-notes{grid-template-columns:minmax(0,1fr)}
  .day-booking dl{gap:16px 14px}.day-booking dt{font-size:12px}.day-booking dd{font-size:14px}
  .day-schedule{padding:12px;font-size:12px}
  .day-booking-footer{display:grid;grid-template-columns:minmax(0,1fr);gap:12px}
  .day-contacts{display:grid;grid-template-columns:minmax(0,1fr);gap:0}
  .day-booking-footer>.button{width:100%}
}

/* Backend content and header use the same outer width and inner edges. */
.backend{--backend-width:1200px;--backend-gutter:32px}
.backend .top-inner,.backend .container.wide,.backend>footer{max-width:var(--backend-width);padding-inline:var(--backend-gutter)}
.backend .backend-nav{padding-inline:max(var(--backend-gutter),calc((100% - var(--backend-width))/2 + var(--backend-gutter)))}
@media(max-width:850px){.backend{--backend-gutter:22px}}
@media(max-width:560px){.backend{--backend-gutter:20px}}

/* Readable timing breakdowns, without adding three wide table columns. */
.ride-timing{display:grid;grid-template-columns:minmax(0,1fr);gap:6px;margin:0;font-size:12px;line-height:1.5}
.ride-timing>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:start}
.ride-timing dt{color:#61718a;overflow-wrap:anywhere}.ride-timing dd{margin:0;color:var(--navy);font-weight:700;white-space:nowrap}
.rides-table{table-layout:fixed}
.rides-table th:nth-child(1){width:12%}.rides-table th:nth-child(2){width:17%}.rides-table th:nth-child(3){width:28%}
.rides-table th:nth-child(4){width:21%}.rides-table th:nth-child(5){width:16%}.rides-table th:nth-child(6){width:6%}
.rides-table td,.rides-table th{overflow-wrap:anywhere;padding-inline:12px}
.rides-table .ride-open{padding-left:0;padding-right:0;text-align:center}
.calendar-booking{min-width:0;overflow-wrap:anywhere}
.calendar-booking .ride-timing{font-size:11px;margin:6px 0;padding-top:8px;border-top:1px solid var(--line)}
.calendar-booking .ride-timing>div{column-gap:5px}
.day-schedule>div{flex:1;min-width:0}
.day-booking .day-schedule .ride-timing{grid-template-columns:repeat(3,minmax(0,1fr));margin:12px 0 0;gap:12px 24px}
.day-booking .day-schedule .ride-timing>div{display:block}
.day-booking .day-schedule .ride-timing dt{font-size:12px;margin-bottom:3px}
.day-booking .day-schedule .ride-timing dd{font-size:14px}
@media(min-width:761px) and (max-width:1100px){.calendar-grid:not(.single){grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible}}
@media(max-width:1000px){
  .table-wrap{overflow:visible}
  .rides-table,.rides-table tbody{display:block}
  .rides-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
  .rides-table tr{display:block;border:1px solid var(--line);border-radius:10px;padding:16px;margin-bottom:16px;background:white}
  .rides-table td{display:block;border:0;padding:0 0 14px;font-size:15px;overflow-wrap:anywhere}
  .rides-table td::before{content:attr(data-label);display:block;font-size:12px;font-weight:bold;color:var(--muted);margin-bottom:5px}
  .rides-table td strong{font-size:16px}.rides-table td small{font-size:14px}.rides-table .badge{font-size:12px}
  .rides-table .ride-open{padding:2px 0 0}.rides-table .ride-open::before{display:none}
  .ride-open .icon-button{width:100%;gap:10px;font-size:15px;text-decoration:none;min-height:48px}
  .ride-open .mobile-only{display:inline}
  .rides-table .ride-timing{max-width:340px;font-size:14px;gap:7px}
}
@media(max-width:560px){
  .day-booking .day-schedule .ride-timing{grid-template-columns:minmax(0,1fr);gap:8px}
  .day-booking .day-schedule .ride-timing>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}
  .day-booking .day-schedule .ride-timing dt{margin:0}.day-booking .day-schedule .ride-timing dd{font-size:12px}
  .calendar-booking .ride-timing{font-size:12px}
}

/* 1.2.0: operational ride states. Existing booking and dispatch layout remains intact. */
.status-in_progress,.rides-table tr.status-in_progress{background:#fff0d9;border:1px solid #ac590b}
.status-completed,.rides-table tr.status-completed{background:#e4f3e7;border:1px solid #27653a}
.status-no_show,.rides-table tr.status-no_show,.driver-ride.status-confirmed{background:#fde9e8;border:1px solid #a42c32}
.rides-table tr.status-in_progress>td,.rides-table tr.status-completed>td,.rides-table tr.status-no_show>td{background:transparent}
.badge-in_progress{background:#ffe1b1;color:#783b00}.badge-no_show{background:#f9d3d3;color:#861e26}
.status-in_progress .day-schedule,.status-completed .day-schedule,.status-no_show .day-schedule{background:transparent}
.driver-rides{display:grid;gap:20px}.driver-ride{min-width:0;overflow-wrap:anywhere;margin:0}
.driver-ride h2{margin:10px 0}.driver-ride h3{margin:18px 0 10px}
.driver-facts,.driver-addresses{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 28px}
.driver-facts dt{font-size:14px;color:var(--muted)}.driver-facts dd{margin:4px 0 0;font-weight:600}
.driver-addresses section{min-width:0}.driver-addresses .button{white-space:normal;text-align:center}
.operation-actions{margin-top:24px}.operation-actions .button{min-height:50px}
.operation-actions .operation-start{background:#f2a13d;border-color:#9b5108;color:#4d2800}
.operation-actions .operation-start:hover,.operation-actions .operation-start:active{background:#e79228}
.operation-actions .operation-no_show{background:#a42c32;border-color:#a42c32;color:white}
.operation-actions .operation-no_show:hover,.operation-actions .operation-no_show:active{background:#8b2329;border-color:#8b2329}
.operation-actions .operation-complete{background:#27653a;border-color:#27653a;color:white}
.operation-actions .operation-complete:hover,.operation-actions .operation-complete:active{background:#1f542f;border-color:#1f542f}
.current-ride{box-shadow:0 4px 18px #142b4512}.overdue{padding:12px 0;border-block:1px solid currentColor}
.operation-dialog{max-width:min(480px,calc(100vw - 32px));border:1px solid var(--line);border-radius:12px;padding:24px;color:var(--navy)}
.operation-dialog::backdrop{background:#142b4580}
[data-live]:not(:empty){position:fixed;inset:16px 16px auto;z-index:90;max-width:760px;max-height:45vh;overflow:auto;margin:0 auto;box-shadow:0 4px 24px #142b4540;align-items:flex-start;gap:12px}
[data-live]>span{flex:1;overflow-wrap:anywhere}
.notice-close{flex-shrink:0;min-width:44px;min-height:44px;border:1px solid currentColor;border-radius:8px;background:transparent;color:inherit;font-size:26px;line-height:1;cursor:pointer}
[data-alerts]{position:fixed;inset:auto 16px 16px;z-index:100;max-height:65vh;overflow:auto;pointer-events:none}
.cancellation-alert{pointer-events:auto;max-width:760px;margin:8px auto;background:#fde9e8;border:2px solid #a42c32;color:#761e26;box-shadow:0 4px 24px #142b4540}
.cancellation-alert strong{font-size:22px}.cancellation-alert p{margin:8px 0}.cancellation-alert .button{flex-shrink:0}
@media(max-width:600px){.driver-facts,.driver-addresses{grid-template-columns:minmax(0,1fr)}.driver-ride .button,.operation-actions form{width:100%}.operation-actions{display:grid;grid-template-columns:minmax(0,1fr)}.cancellation-alert{display:block}.cancellation-alert .button{width:100%;margin-top:8px}}

/* Structured feedback: explanation and next steps have separate, consistent spacing. */
.feedback-card{max-width:720px;margin:24px auto 32px}
.feedback-heading{padding:32px 36px 0}
.feedback-heading .eyebrow{margin:0 0 12px}
.feedback-heading h1{font-size:30px;line-height:1.25;letter-spacing:-.6px;margin:0}
.feedback-message{padding:20px 36px 32px}
.feedback-message p{max-width:52ch;margin:0;font-size:17px;line-height:1.7;overflow-wrap:anywhere}
.feedback-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:24px 36px;background:#f7f9fc;border-top:1px solid var(--line)}
.feedback-actions .button{width:100%;min-height:50px;font-size:15px;white-space:normal;text-align:center}
@media(max-width:600px){.feedback-card{margin:12px auto 24px}.feedback-heading{padding:24px 22px 0}.feedback-heading h1{font-size:26px}.feedback-message{padding:18px 22px 24px}.feedback-message p{font-size:16px}.feedback-actions{grid-template-columns:minmax(0,1fr);padding:22px;gap:12px}}

/* Version 1.2.6: longer header wording and the supplied bus artwork only. */
.brand-title{display:block;font-size:18px;line-height:1.3;letter-spacing:0}
.brand-title>span{display:block}
.hero-vehicle img{mix-blend-mode:multiply}
@media(max-width:560px){
  .top-inner{gap:12px}
  .brand{gap:10px;min-width:0}
  .brand img{width:80px;flex-shrink:0}
  .brand>span{padding-left:10px;min-width:0}
  .brand-title{font-size:13px}
  .contact{flex-shrink:0}
}
