:root{--red: #c4161c;--red-dark: #8f1115;--red-soft: #fff1f1;--ink: #101723;--ink-2: #1d2635;--muted: #657083;--line: #d9dde5;--paper: #ffffff;--wash: #f4f6f9;--charcoal: #0c111a;--success: #117a48;--warning: #b45f06;--danger: #b42318;--shadow: 0 18px 44px rgba(16, 23, 35, .13);--font-body: "Segoe UI", "Helvetica Neue", Arial, sans-serif;--font-display: "Arial Narrow", Impact, "Franklin Gothic Condensed", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--wash);color:var(--ink);font-family:var(--font-body)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58}.site-shell{min-height:100vh;background:var(--wash)}.utility-bar{display:flex;justify-content:space-between;gap:1rem;padding:.55rem 5vw;background:var(--charcoal);color:#f8fafc;font-size:.9rem;font-weight:800}.utility-bar a{color:#fff}.site-header{position:sticky;top:0;z-index:20;background:#fffffff5;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.site-nav{width:min(1180px,90vw);margin:0 auto;min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:1.2rem}.brand-link img{width:170px;height:auto}.nav-links{display:flex;align-items:center;justify-content:center;gap:1.1rem;flex-wrap:wrap}.nav-link{color:var(--ink-2);font-size:.9rem;font-weight:800;padding:.35rem 0;border-bottom:3px solid transparent}.nav-link.active,.nav-link:hover{color:var(--red);border-bottom-color:var(--red)}.mobile-menu-toggle,.mobile-action-bar,.mobile-hero-booking{display:none}.nav-cta,.primary-button,.secondary-button,.card-action,.secondary-link{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border-radius:8px;border:1px solid transparent;padding:.8rem 1.05rem;font-weight:900;line-height:1;transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease}.nav-cta,.primary-button,.card-action{background:var(--red);color:#fff;box-shadow:0 12px 24px #c4161c38}.nav-cta:hover,.primary-button:hover,.card-action:hover{transform:translateY(-1px);background:var(--red-dark)}.secondary-button,.secondary-link{background:transparent;color:#fff;border-color:#ffffff8c}.secondary-button.dark-text,.secondary-link{background:#fff;color:var(--ink);border-color:var(--line)}.home-hero{min-height:calc(100vh - 118px);background-size:cover;background-position:center;display:flex;align-items:center}.hero-content{width:min(1180px,90vw);margin:0 auto;display:grid;grid-template-columns:minmax(0,.82fr) minmax(420px,.9fr);gap:2rem;align-items:center;padding:4.5rem 0}.hero-copy{color:#fff}.hero-copy h1,.page-hero h1,.booking-page-head h1,.contact-page h1,.section-heading h2{margin:0;font-family:var(--font-display);text-transform:uppercase;line-height:.94;color:inherit}.hero-copy h1{max-width:10ch;font-size:clamp(4.2rem,11vw,8.8rem)}.hero-copy p{max-width:620px;margin:1.1rem 0 1.6rem;color:#d8dee9;font-size:clamp(1.05rem,2vw,1.28rem);line-height:1.6;font-weight:700}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem}.hero-booking-panel{align-self:end}.site-section,.booking-page,.contact-page{width:min(1180px,90vw);margin:0 auto;padding:5rem 0}.section-heading{max-width:760px;margin-bottom:1.65rem}.section-heading.center{margin-inline:auto;text-align:center}.section-heading h2{font-size:clamp(2.8rem,6vw,5rem)}.section-heading p,.booking-page-head p,.contact-page>p,.page-hero p{color:var(--muted);font-size:1.06rem;line-height:1.65;font-weight:650}.rental-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.rental-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.rental-card{position:relative;min-height:100%;display:flex;flex-direction:column;background:var(--paper);border:1px solid var(--line);border-radius:8px;box-shadow:0 14px 28px #10172314;overflow:hidden}.rental-card.featured{border-color:var(--red);box-shadow:var(--shadow)}.card-flag,.card-category{display:inline-flex;width:fit-content;border-radius:999px;padding:.35rem .55rem;background:var(--red-soft);color:var(--red-dark);font-size:.74rem;font-weight:900;text-transform:uppercase}.card-flag{position:absolute;top:.8rem;right:.8rem;background:var(--red);color:#fff;z-index:2}.rental-card img{width:100%;height:205px;object-fit:contain;padding:1rem;background:linear-gradient(180deg,#f8fafc,#fff)}.equipment-rental-card img{object-fit:contain;height:190px;padding:.85rem}.rental-card-body{flex:1;padding:1.05rem}.rental-card h3{margin:.4rem 0 .5rem;color:var(--ink);font-size:1.18rem;line-height:1.18}.rental-card p{margin:.35rem 0;color:var(--muted);line-height:1.55;font-weight:650}.rental-price{color:var(--red)!important;font-family:var(--font-display);font-size:2.45rem;line-height:1;font-weight:800}.rental-price.small{font-size:1.65rem}.rental-card ul{margin:1rem 0 0;padding:0;list-style:none;display:grid;gap:.45rem}.rental-card li{color:var(--ink-2);font-size:.92rem;font-weight:750}.rental-card li:before{content:"";display:inline-block;width:7px;height:7px;margin-right:.5rem;border-radius:50%;background:var(--red)}.card-action{margin:0 1.05rem 1.05rem}.process-section{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:var(--line);border:1px solid var(--line);border-radius:8px;overflow:hidden}.process-grid article{min-height:220px;background:#fff;padding:1.2rem}.process-grid span{color:var(--red);font-family:var(--font-display);font-size:2.35rem;font-weight:800}.process-grid h3,.info-list-grid h3,.fee-panel h3,.faq-preview h3{margin:.5rem 0;color:var(--ink)}.process-grid p,.faq-preview p{margin:0;color:var(--muted);line-height:1.55;font-weight:650}.info-split{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:1.5rem;align-items:start}.info-list-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.info-list-grid>div,.fee-panel,.faq-preview article,.contact-form,.booking-widget{background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 12px 30px #10172312}.info-list-grid>div,.fee-panel,.faq-preview article{padding:1.2rem}.info-list-grid ul{list-style:none;padding:0;margin:.75rem 0 0;display:grid;gap:.55rem}.info-list-grid li{color:var(--ink-2);font-weight:750}.fee-panel{background:var(--charcoal);color:#fff}.fee-panel h3{color:#fff}.fee-panel div{display:flex;justify-content:space-between;gap:1rem;padding:.75rem 0;border-top:1px solid rgba(255,255,255,.16)}.fee-panel span{color:#cbd5e1}.fee-panel strong{color:#fff;text-align:right}.trust-band{background:var(--red);color:#fff;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px}.trust-band div{padding:2.1rem 5vw;border-right:1px solid rgba(255,255,255,.28)}.trust-band strong,.trust-band span{display:block}.trust-band strong{font-size:1.25rem;margin-bottom:.35rem}.trust-band span{color:#ffe6e7;line-height:1.5;font-weight:650}.local-trust-section,.product-depth-section{border-top:1px solid var(--line)}.local-trust-grid,.local-page-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.local-trust-grid article,.local-page-grid a{background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 12px 30px #10172312;padding:1.2rem}.local-trust-grid h3,.local-page-grid span{display:block;margin:0 0 .45rem;color:var(--ink);font-size:1.12rem;font-weight:900}.local-trust-grid p,.local-trust-grid li,.local-page-grid strong{color:var(--muted);line-height:1.6;font-weight:700}.local-trust-grid ul{margin:0;padding-left:1.1rem}.local-page-grid{margin-top:1.2rem}.local-page-grid a{color:inherit;text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.local-page-grid a:hover{border-color:var(--red);box-shadow:var(--shadow);transform:translateY(-2px)}.service-grid a{color:var(--ink);text-decoration:none}.service-grid a:hover{color:var(--red)}.faq-preview-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.faq-preview .secondary-link{margin-top:1rem}.page-hero{min-height:430px;display:flex;align-items:center;background:var(--charcoal);background-size:cover;background-position:center;color:#fff}.page-hero>div{width:min(1180px,90vw);margin:0 auto;padding:4rem 0}.page-hero h1,.booking-page-head h1,.contact-page h1{font-size:clamp(4rem,10vw,7rem)}.page-hero p{max-width:660px;color:#e2e8f0}.equipment-hero{background:linear-gradient(90deg,#0d121cf5,#0d121cc7),url(/images/equipment/bobcat-t66-skidsteer-loader.jpg) center 34% / cover no-repeat,var(--charcoal)}.equipment-hero h1{max-width:7ch}.equipment-hero p{max-width:630px}.booking-band{padding-top:0}.catalog-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,420px);gap:1.2rem;align-items:end}.filter-row{display:flex;flex-wrap:wrap;gap:.45rem;justify-content:flex-start;margin-bottom:1.2rem}.filter-row button{border:1px solid var(--line);background:var(--wash);color:var(--ink-2);border-radius:8px;padding:.58rem .84rem;font-size:.88rem;font-weight:800;letter-spacing:0}.filter-row button.active,.filter-row button:hover{border-color:var(--red);background:var(--red);color:#fff}.booking-page-head{max-width:760px;margin-bottom:1.5rem}.booking-widget{padding:1rem;max-width:100%;min-width:0;overflow:hidden}.booking-widget.compact{padding:.85rem}.booking-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.9rem}.booking-head>div{min-width:0}.booking-head h2{margin:0;color:var(--ink);font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);text-transform:uppercase;line-height:.95}.booking-head p{margin:.35rem 0 0;color:var(--muted);line-height:1.45;font-size:.95rem;font-weight:650}.booking-total{min-width:150px;flex:0 0 auto;border:1px solid var(--line);border-radius:8px;padding:.75rem;text-align:right;background:var(--wash)}.booking-widget.compact .booking-total{min-width:132px}.booking-total.ready{border-color:#117a4859;background:#ecfdf3}.booking-total span,.booking-field span,.booking-product-select label span{display:block;color:var(--muted);font-size:.72rem;font-weight:900;text-transform:uppercase}.booking-total strong{display:block;color:var(--ink);font-size:1.45rem}.booking-search-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,170px) minmax(0,170px);gap:.65rem;min-width:0}.booking-field,.booking-product-select label,.contact-form label,.checkout-panel label{display:grid;gap:.35rem;min-width:0}.booking-field,.booking-product-select{border:1px solid var(--line);border-radius:8px;background:#fff;padding:.75rem;min-width:0;overflow:hidden}.booking-field input,.booking-product-select select,.contact-form input,.contact-form select,.checkout-panel input{width:100%;max-width:100%;min-width:0;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);padding:.75rem .85rem;min-height:44px;font-size:clamp(.9rem,1.35vw,1rem);font-weight:750}.booking-field input[type=date]{padding-right:.45rem}.booking-field input[type=date]::-webkit-calendar-picker-indicator{margin-left:.15rem;padding:0}.booking-product-select select option,.booking-product-select select optgroup,.contact-form select option{color:var(--ink);background:#fff}.booking-items{display:grid;gap:.65rem;margin-top:.65rem}.booking-item-row{display:grid;grid-template-columns:86px minmax(0,1fr) minmax(112px,126px) auto;gap:.65rem;align-items:stretch;min-width:0}.booking-item-row>*{min-width:0}.booking-item-row>img{width:86px;height:86px;object-fit:contain;border:1px solid var(--line);border-radius:8px;background:#fff;padding:.35rem}.booking-product-meta{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap;margin-top:.55rem;min-width:0}.booking-product-meta span{color:var(--muted);font-size:.86rem;font-weight:700}.booking-product-meta strong{border-radius:999px;padding:.2rem .45rem;background:var(--wash);color:var(--muted);font-size:.78rem}.booking-product-meta strong.available{background:#ecfdf3;color:var(--success)}.booking-product-meta strong.limited{background:#fff7ed;color:var(--warning)}.booking-product-meta strong.unavailable{background:#fef3f2;color:var(--danger)}.booking-product-meta b{margin-left:auto;color:var(--ink);white-space:nowrap}.quantity-control{display:grid;grid-template-columns:34px 58px 34px;align-content:center;align-self:center;width:126px;height:56px;min-height:56px;border:1px solid var(--line);border-radius:8px;background:#fff;overflow:hidden}.quantity-control button{border:0;background:var(--wash);color:var(--ink);font-weight:900}.quantity-control input{width:100%;min-width:0;border:0;text-align:center;color:var(--ink);font-weight:900}.text-button{border:0;background:transparent;color:var(--red);font-weight:900}.booking-actions,.checkout-head,.terms-row{display:flex;justify-content:space-between;align-items:center;gap:.75rem;flex-wrap:wrap;margin-top:.85rem}.price-calendar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem;margin-top:.85rem}.price-calendar button{border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);padding:.7rem;text-align:left}.price-calendar button.active{border-color:var(--red);box-shadow:inset 0 0 0 2px var(--red)}.price-calendar span,.price-calendar strong,.price-calendar small{display:block}.price-calendar small{color:var(--muted)}.booking-summary-row{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:.8rem;color:var(--ink-2);font-weight:850}.booking-summary-row span,.booking-summary-row strong{border-radius:999px;background:var(--wash);padding:.4rem .6rem}.checkout-panel{margin-top:.85rem;border-top:1px solid var(--line);padding-top:.85rem}.checkout-head h3,.contact-form h3{margin:0;color:var(--ink);font-size:1.25rem}.checkout-head p{margin:.25rem 0 0;color:var(--muted);font-weight:750}.booking-terms-gate{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;align-items:center;margin:0 0 .85rem;padding:.85rem;border:1px solid var(--line);border-radius:8px;background:var(--wash)}.booking-terms-gate strong{display:block;color:var(--ink);font-weight:950;text-transform:uppercase}.booking-terms-gate p{margin:.25rem 0 0;color:var(--muted);font-weight:750;line-height:1.45}.booking-terms-gate label{grid-column:1 / -1;display:flex;align-items:flex-start;gap:.5rem;color:var(--ink-2);font-weight:850}.booking-terms-gate input{width:18px;height:18px;margin-top:.1rem;accent-color:var(--red)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:.85rem 0}.contact-layout{display:grid;grid-template-columns:minmax(0,.8fr) minmax(420px,1fr);gap:2rem;align-items:start}.contact-methods{display:grid;gap:.65rem;margin:1.25rem 0;color:var(--ink);font-weight:850}.contact-form{padding:1.1rem}.terms-row{justify-content:flex-start}.terms-row label{display:flex;align-items:center;gap:.45rem;color:var(--ink-2);font-weight:800}.terms-row button{border:0;background:transparent;color:var(--red);font-weight:900}.success,.error,.form-note{margin:.8rem 0 0;border-radius:8px;padding:.75rem .85rem;font-weight:800}.success{background:#ecfdf3;color:var(--success)}.error{background:#fef3f2;color:var(--danger)}.form-note{background:var(--wash);color:var(--muted)}.service-grid{list-style:none;padding:0;margin:2rem 0 0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem}.service-grid li{background:#fff;border:1px solid var(--line);border-radius:8px;padding:.9rem;color:var(--ink);font-weight:850;text-align:center}.center-note{text-align:center;color:var(--muted);font-weight:750}.faq-list{display:grid;gap:.75rem;max-width:900px;margin:2rem auto 0}.faq-item{border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);padding:1rem;text-align:left;box-shadow:0 10px 22px #1017230d}.faq-item span{display:block;font-weight:900}.faq-item p{margin:.65rem 0 0;color:var(--muted);line-height:1.55;font-weight:650}.confirmation-page{width:min(1180px,90vw);margin:0 auto;padding:4rem 0 5rem}.confirmation-hero{max-width:820px;margin-bottom:1.4rem}.eyebrow{margin:0 0 .65rem;color:var(--red);font-size:.82rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.confirmation-hero h1{margin:0;color:var(--ink);font-family:var(--font-display);font-size:clamp(3.5rem,9vw,7rem);line-height:.95;text-transform:uppercase}.confirmation-hero p,.confirmation-note,.terms-emphasis{color:var(--muted);font-size:1.02rem;line-height:1.62;font-weight:700}.confirmation-summary-card,.confirmation-card{background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 14px 34px #10172314}.confirmation-summary-card{display:grid;gap:1rem;padding:1.25rem;border-top:6px solid var(--red)}.confirmation-summary-card>div:first-child span{color:var(--success);font-weight:950;text-transform:uppercase}.confirmation-summary-card h2,.confirmation-card h2{margin:.25rem 0;color:var(--ink);font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);line-height:.98;text-transform:uppercase}.confirmation-summary-card p{margin:0;color:var(--muted);font-weight:700}.confirmation-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem}.confirmation-facts div{border:1px solid var(--line);border-radius:8px;background:var(--wash);padding:.8rem}.confirmation-facts span,.confirmation-items span,.confirmation-fees span{display:block;color:var(--muted);font-size:.78rem;font-weight:900;text-transform:uppercase}.confirmation-facts strong,.confirmation-items strong,.confirmation-fees strong{display:block;margin-top:.2rem;color:var(--ink)}.confirmation-items{display:grid;gap:.45rem}.confirmation-items div,.confirmation-fees div{display:flex;justify-content:space-between;gap:1rem;border-top:1px solid var(--line);padding-top:.65rem}.confirmation-terms{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem}.confirmation-card{padding:1.15rem}.confirmation-list{margin:.85rem 0 0;padding:0;list-style:none;display:grid;gap:.58rem}.confirmation-list li{position:relative;padding-left:1.05rem;color:var(--ink-2);line-height:1.55;font-weight:750}.confirmation-list li:before{content:"";position:absolute;left:0;top:.6rem;width:7px;height:7px;border-radius:50%;background:var(--red)}.material-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.material-grid h3{margin:.5rem 0 0}.confirmation-fees{display:grid;gap:.4rem;margin-top:.65rem}.confirmation-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.2rem}.install-app-prompt{position:fixed;right:1rem;bottom:1rem;z-index:55;width:min(420px,calc(100vw - 2rem));display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.9rem;align-items:center;padding:.9rem;background:#fff;border:1px solid var(--line);border-left:6px solid var(--red);border-radius:12px;box-shadow:0 18px 45px #0c111a38}.install-app-prompt strong{display:block;font-weight:950;color:var(--ink)}.install-app-prompt p{margin:.25rem 0 0;color:var(--muted);font-size:.9rem;line-height:1.4;font-weight:700}.install-app-actions{display:grid;gap:.45rem}.install-app-actions a,.install-app-actions button{min-height:38px;border:0;border-radius:8px;padding:.5rem .75rem;background:var(--red);color:#fff;font-weight:950;white-space:nowrap}.install-app-actions .install-dismiss{background:var(--wash);color:var(--ink)}.install-app-page{display:grid;gap:1.25rem}.install-app-hero,.install-preview-card,.install-steps-grid article{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow)}.install-app-hero{padding:clamp(1.3rem,4vw,2.4rem);background:linear-gradient(135deg,#c4161cf0,#0c111af0),url(/images/kennedy-hero.jpg) center / cover;color:#fff}.install-app-hero h1{max-width:760px;margin:0;font-family:var(--font-display);font-size:clamp(3.2rem,8vw,6.5rem);line-height:.9;text-transform:uppercase}.install-app-hero p:not(.eyebrow){max-width:680px;color:#f8fafc;font-weight:760;line-height:1.55}.install-steps-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.install-steps-grid article{padding:1.2rem}.install-steps-grid span{color:var(--red);font-weight:950;letter-spacing:.12em;text-transform:uppercase}.install-steps-grid h2,.install-preview-card h2{margin:.35rem 0 .75rem;font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);line-height:.95;text-transform:uppercase}.install-steps-grid ol,.install-preview-card ul{margin:0;padding-left:1.2rem;display:grid;gap:.55rem}.install-steps-grid li,.install-preview-card li{color:var(--ink-2);line-height:1.5;font-weight:780}.install-steps-grid p{margin:.9rem 0 0;color:var(--muted);font-weight:720;line-height:1.5}.install-preview-card{display:grid;grid-template-columns:128px minmax(0,1fr);gap:1rem;align-items:center;padding:1.2rem}.install-preview-card img{width:128px;height:128px;border-radius:28px;box-shadow:0 14px 30px #0c111a2e}.site-footer{background:var(--charcoal);color:#fff;padding:3rem 0 1.2rem}.footer-inner{width:min(1180px,90vw);margin:0 auto;display:grid;grid-template-columns:minmax(260px,1.2fr) repeat(3,minmax(160px,.7fr));gap:2rem}.footer-brand img{width:180px;height:auto;aspect-ratio:600 / 113;object-fit:contain;background:#fff;border-radius:8px;padding:.5rem}.site-footer p,.site-footer span,.site-footer a{color:#cbd5e1;line-height:1.55}.site-footer h4{margin:0 0 .8rem;color:#fff}.site-footer a,.site-footer span{display:block;margin:.45rem 0}.site-footer a:hover{color:#fff}.footer-bottom{width:min(1180px,90vw);margin:2rem auto 0;padding-top:1rem;border-top:1px solid rgba(255,255,255,.15)}.modal-backdrop{position:fixed;inset:0;z-index:60;background:#0c111ab8;display:grid;place-items:center;padding:1rem}.terms-modal{width:min(760px,92vw);max-height:82vh;background:#fff;border-radius:8px;position:relative;overflow:hidden}.modal-close{position:absolute;top:.8rem;right:.8rem;border:0;border-radius:8px;width:38px;height:38px;background:var(--red);color:#fff;font-weight:900}.terms-scroll{max-height:82vh;overflow:auto;padding:1.4rem}.booking-terms-modal h4{margin:1.1rem 0 .45rem;color:var(--ink);font-size:1rem;font-weight:950;text-transform:uppercase}.booking-terms-modal ul{margin:0;padding-left:1.2rem;color:var(--ink-2);line-height:1.55;font-weight:700}.runtime-error{margin:2rem;padding:1.5rem;background:#fff;border:1px solid var(--line);border-radius:8px}.runtime-error pre{white-space:pre-wrap;background:var(--charcoal);color:#fff;padding:1rem;border-radius:8px}.route-loading{min-height:100vh;display:grid;place-items:center;gap:.35rem;background:#f3f5f8;color:var(--ink);font-weight:900}.route-loading span{color:var(--muted);font-weight:750}.admin-dispatch-shell{min-height:100vh;padding:1rem;background:#f3f5f8;color:var(--ink)}.dispatch-pwa-shell{padding:max(1rem,env(safe-area-inset-top)) max(1rem,env(safe-area-inset-right)) max(1rem,env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-left))}.admin-login-card,.admin-dispatch-header,.dispatch-toolbar,.dispatch-tabs,.dispatch-stat-row,.dispatch-main-panel,.dispatch-detail-panel,.dispatch-form-panel,.dispatch-install-card{width:min(1440px,100%);margin-inline:auto}.admin-login-card,.dispatch-main-panel,.dispatch-detail-panel,.dispatch-form-panel,.dispatch-install-card{border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 12px 30px #0c111a14}.admin-login-card{width:min(520px,100%);max-width:520px;margin-top:1rem;padding:1.2rem}.admin-login-card h1,.dispatch-panel-head h2,.dispatch-detail-panel h2,.dispatch-pricing-group h4,.dispatch-map-card h4{margin:0}.admin-login-grid,.dispatch-toolbar,.dispatch-stat-row,.dispatch-workspace,.dispatch-detail-summary,.dispatch-pricing-row,.dispatch-map-actions{display:grid;gap:.75rem}.admin-login-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-login-card label,.dispatch-form-panel label,.dispatch-pricing-row label,.admin-status-control{display:grid;gap:.35rem;color:var(--ink-2);font-size:.82rem;font-weight:900}.admin-login-card input,.dispatch-toolbar input,.dispatch-toolbar select,.dispatch-form-panel input,.dispatch-form-panel select,.dispatch-form-panel textarea,.dispatch-pricing-row input,.admin-status-control select{width:100%;min-height:44px;border:1px solid var(--line);border-radius:8px;padding:.65rem .75rem;background:#fff;color:var(--ink);font:inherit}.admin-login-card button,.sync-mail-btn,.logout-btn,.thread-toggle-btn,.admin-booking-delete-btn,.dispatch-row-actions button,.dispatch-row-actions a,.admin-confirm-cancel{min-height:42px;border:0;border-radius:8px;padding:.65rem .85rem;font-weight:950;text-decoration:none;cursor:pointer}.admin-login-card button,.sync-mail-btn{background:var(--red);color:#fff}.logout-btn,.thread-toggle-btn,.admin-confirm-cancel,.dispatch-row-actions a{background:#e8edf3;color:var(--ink)}.admin-booking-delete-btn,.dispatch-row-actions .is-danger,.dispatch-row-delete-wrap .is-danger{background:#fee2e2;color:#991b1b}.admin-dispatch-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0 1rem}.admin-dispatch-header span{color:var(--red);font-weight:950;text-transform:uppercase}.admin-dispatch-header h1{margin:0;font-family:var(--font-display);font-size:clamp(2.1rem,5vw,4rem);line-height:.95;text-transform:uppercase}.admin-login-card h1,.dispatch-panel-head h2,.dispatch-detail-panel h2{color:var(--ink);line-height:1.1}.admin-dispatch-header p,.dispatch-panel-head p,.dispatch-install-card p,.dispatch-map-card p{margin:.25rem 0 0;color:var(--muted);line-height:1.45}.admin-dispatch-header-actions,.admin-confirm-actions{display:flex;gap:.6rem;flex-wrap:wrap}.dispatch-install-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.9rem;padding:.9rem;border-color:#c4161c38}.dispatch-install-card strong{display:block;color:var(--ink)}.sean-birthday-banner{width:min(1120px,100%);margin:-.15rem auto 1rem;padding:.95rem 1rem;border:1px solid rgba(196,22,28,.18);border-left:6px solid var(--red);border-radius:10px;background:linear-gradient(90deg,#fff,#fff6f6);box-shadow:0 12px 30px #0c111a14}.sean-birthday-banner span{display:block;color:var(--red);font-size:.78rem;font-weight:950;text-transform:uppercase}.sean-birthday-banner h2{margin:.15rem 0 0;color:var(--ink);font-size:clamp(1.45rem,5vw,2.2rem);line-height:1}.sean-birthday-banner p{margin:.35rem 0 0;color:var(--muted);font-weight:800;line-height:1.4}.dispatch-toolbar{grid-template-columns:minmax(240px,1fr) auto minmax(150px,190px) minmax(150px,220px);align-items:center;margin-bottom:.75rem}.dispatch-segmented,.dispatch-tabs{display:flex;gap:.35rem;flex-wrap:wrap}.dispatch-segmented button,.dispatch-tabs button{min-height:40px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);padding:.55rem .75rem;font-weight:950}.dispatch-segmented button.is-active,.dispatch-tabs button.is-active{border-color:var(--red);background:var(--red);color:#fff}.dispatch-tabs{margin-bottom:.75rem}.admin-dispatch-header .dispatch-tabs{width:100%;margin:.75rem 0 0}.dispatch-stat-row{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:.75rem}.dispatch-stat-row div{border:1px solid var(--line);border-radius:8px;background:#fff;padding:.8rem}.dispatch-stat-row strong{display:block;font-size:1.4rem}.dispatch-stat-row span,.booking-meta,.field-hint{color:var(--muted);font-size:.82rem;font-weight:800}.dispatch-workspace{width:min(1440px,100%);margin-inline:auto;grid-template-columns:minmax(0,1fr);align-items:start}.dispatch-main-panel,.dispatch-detail-panel,.dispatch-form-panel{min-width:0;min-height:320px;padding:1rem}.dispatch-detail-panel{position:sticky;top:1rem;min-height:380px;max-height:calc(100vh - 2rem);overflow:auto;contain:layout paint}.dispatch-panel-head,.dispatch-detail-head,.dispatch-row-location,.dispatch-row-dates,.dispatch-pricing-title{min-width:0}.dispatch-panel-head,.dispatch-detail-head{display:flex;justify-content:space-between;gap:.8rem;margin-bottom:.55rem}.dispatch-date-group{display:grid;gap:.35rem;margin-top:.65rem}.dispatch-date-label{display:flex;justify-content:space-between;gap:.75rem;color:var(--ink-2);font-size:.9rem}.dispatch-booking-list,.dispatch-pricing-list,.dispatch-map-list{display:grid;gap:.42rem}.dispatch-booking-row{position:relative;display:grid;grid-template-columns:5px minmax(150px,1fr) minmax(116px,auto) auto auto;gap:.52rem;align-items:center;width:100%;min-height:78px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:.48rem .55rem;color:var(--ink);text-align:left;cursor:pointer}.dispatch-booking-row.is-selected{border-color:var(--booking-accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--booking-accent) 18%,transparent)}.dispatch-row-accent{align-self:stretch;border-radius:999px;background:var(--booking-accent)}.dispatch-booking-row small,.dispatch-pricing-summary span{display:block;color:var(--muted);font-size:.78rem;font-weight:750}.dispatch-row-products{grid-column:2 / -1;min-width:0;color:var(--ink-2);font-weight:800;overflow-wrap:anywhere}.dispatch-row-location strong,.dispatch-row-products strong{display:block;overflow:hidden;color:var(--ink);font-size:.94rem;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.dispatch-status{display:inline-flex;justify-content:center;min-width:86px;border-radius:999px;padding:.28rem .5rem;background:#e8edf3;color:var(--ink);font-size:.72rem;font-weight:950;white-space:nowrap}.dispatch-row-status-control{display:grid;gap:.22rem;min-width:116px}.dispatch-row-status-control select{min-height:30px;width:100%;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);padding:.25rem .45rem;font:inherit;font-size:.76rem;font-weight:850}.dispatch-status.status-request,.dispatch-status.status-requested{background:#fef3c7;color:#92400e}.dispatch-status.status-onsite{background:#dbeafe;color:#1d4ed8}.dispatch-status.status-need-pick-up{background:#fee2e2;color:#991b1b}.dispatch-status.status-picked-up{background:#dcfce7;color:#166534}.dispatch-status.status-needs-billing,.dispatch-status.status-picked-up-needs-billing{background:#ede9fe;color:#5b21b6}.dispatch-status.status-closed{background:#e2e8f0;color:#475569}.dispatch-row-actions{display:flex;justify-content:flex-end;gap:.28rem;flex-wrap:wrap;min-width:0}.dispatch-row-actions button,.dispatch-row-actions a,.dispatch-row-delete-wrap button{min-height:32px;padding:.4rem .52rem;font-size:.78rem;line-height:1}.dispatch-row-delete-wrap{display:flex;justify-content:flex-end}.dispatch-row-delete-wrap button{min-width:32px;text-transform:uppercase}.dispatch-detail-summary{grid-template-columns:repeat(2,minmax(0,1fr));margin:.85rem 0}.dispatch-detail-summary div{border:1px solid var(--line);border-radius:8px;padding:.7rem}.dispatch-detail-summary span,.dispatch-type-chip{display:block;color:var(--muted);font-size:.76rem;font-weight:900;text-transform:uppercase}.dispatch-detail-section{margin-top:.85rem}.booking-line-list{display:grid;gap:.45rem;margin-top:.45rem}.booking-line{display:flex;justify-content:space-between;gap:.6rem}.dispatch-pricing-groups{display:grid;gap:1rem}.dispatch-pricing-group h4{margin-bottom:.55rem;color:var(--ink-2)}.dispatch-pricing-item{border:1px solid var(--line);border-radius:8px;background:#fff;overflow:hidden}.dispatch-pricing-summary{display:flex;align-items:center;justify-content:space-between;gap:.7rem;min-height:54px;padding:.85rem;color:var(--ink);cursor:pointer;font-weight:950}.dispatch-pricing-summary::marker{color:var(--red)}.dispatch-pricing-row{grid-template-columns:repeat(6,minmax(82px,1fr)) auto;align-items:end;border-top:1px solid var(--line);padding:.75rem;background:#f8fafc}.dispatch-active-toggle{align-items:center;grid-template-columns:auto 1fr;min-height:44px}.dispatch-active-toggle input{min-height:auto;width:20px;height:20px}.dispatch-map-list{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.dispatch-map-card{border:1px solid var(--line);border-left:5px solid var(--booking-accent);border-radius:8px;background:#fff;padding:.9rem}.dispatch-map-card h4{margin-top:.65rem}.dispatch-map-actions{grid-template-columns:1fr 1fr;margin-top:.75rem}.dispatch-empty{margin:0;color:var(--muted);font-weight:850}.dispatch-product-picker{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:.65rem;margin:.75rem 0}.dispatch-form-panel{margin-bottom:.75rem}.dispatch-load-status{width:min(1440px,100%);min-height:1.35rem;margin:-.3rem auto .55rem;color:var(--muted);font-size:.86rem;font-weight:850}.dispatch-skeleton-panel{overflow:hidden}.dispatch-skeleton-line,.dispatch-skeleton-row,.dispatch-skeleton-pill,.dispatch-skeleton-button,.dispatch-skeleton-input,.dispatch-skeleton-grid span{display:block;border-radius:999px;background:linear-gradient(90deg,#eef2f6,#f8fafc 45%,#e7edf4);background-size:220% 100%;animation:dispatch-skeleton-pulse 1.35s ease-in-out infinite}.dispatch-skeleton-line{width:min(220px,80%);height:16px}.dispatch-skeleton-line.is-title{width:min(300px,90%);height:30px;margin-bottom:.75rem}.dispatch-skeleton-line.is-date{width:150px}.dispatch-skeleton-line.is-count{width:82px}.dispatch-skeleton-row{width:100%;min-height:96px;border-radius:8px}.dispatch-skeleton-row.is-short{min-height:44px;margin-bottom:.75rem}.dispatch-skeleton-pill{width:96px;height:30px}.dispatch-skeleton-button{width:86px;height:42px;border-radius:8px}.dispatch-skeleton-input{height:44px;border-radius:8px}.dispatch-skeleton-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.dispatch-skeleton-grid span{min-height:72px;border-radius:8px}.dispatch-row-skeleton{pointer-events:none;--booking-accent: #d9dde5}@keyframes dispatch-skeleton-pulse{0%{background-position:180% 0}to{background-position:-80% 0}}@media(prefers-reduced-motion:reduce){.dispatch-skeleton-line,.dispatch-skeleton-row,.dispatch-skeleton-pill,.dispatch-skeleton-button,.dispatch-skeleton-input,.dispatch-skeleton-grid span{animation:none}}.oak-page{min-height:100vh;padding:1rem;background:linear-gradient(180deg,#eef5f1,#f9f6ef);color:#183328;font-family:var(--font-body)}.oak-card{width:min(720px,96vw);margin:0 auto;background:#ffffffeb;border:1px solid rgba(24,51,40,.12);border-radius:18px;overflow:hidden;box-shadow:0 24px 70px #1833281f}.oak-hero,.oak-panel,.oak-docs,.oak-footer{padding:1.4rem}.oak-hero{text-align:center}.oak-seal{width:78px;height:78px;margin:0 auto 1rem;display:grid;place-items:center;border-radius:50%;background:#183328;color:#f4e8d3;font-weight:900}.oak-hero h1,.oak-section-heading h2{margin:0;color:#183328;font-family:Georgia,serif}.oak-actions,.oak-resource-actions{display:flex;gap:.7rem;justify-content:center;flex-wrap:wrap}.oak-btn,.oak-action-link{display:inline-flex;align-items:center;gap:.45rem;border-radius:999px;padding:.7rem 1rem;font-weight:800}.oak-btn svg,.oak-action-link svg,.oak-icon-wrap svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}.oak-btn-solid,.oak-action-link-dark{background:#183328;color:#fff}.oak-btn-outline,.oak-action-link-light{border:1px solid rgba(24,51,40,.24);color:#183328}.oak-contact-list,.oak-resource-list{display:grid;gap:.8rem}.oak-contact-row,.oak-resource-card{display:grid;grid-template-columns:auto 1fr;gap:.8rem;align-items:center;padding:1rem;border-radius:12px;background:#fff;border:1px solid rgba(24,51,40,.1)}.oak-contact-copy span,.oak-doc-code{display:block;color:#6b766f;font-size:.8rem;font-weight:800}.oak-contact-copy a,.oak-contact-copy>span:last-child{color:#183328;font-weight:900}.oak-section-heading{text-align:center;margin-bottom:1rem}.oak-resource-card{grid-template-columns:auto 1fr auto}.oak-resource-glyph{width:54px;height:54px;display:grid;place-items:center;border-radius:14px;background:#f4e8d3}.oak-resource-glyph svg{width:24px;height:24px;fill:none;stroke:#183328;stroke-width:1.8}.oak-resource-glyph span{font-size:.65rem;font-weight:900}.oak-footer{text-align:center;background:#183328;color:#f4e8d3}@media(max-width:1060px){.hero-content,.info-split,.catalog-head,.contact-layout{grid-template-columns:1fr}.hero-booking-panel{align-self:auto}.rental-grid,.faq-preview-grid,.process-grid,.trust-band,.local-trust-grid,.local-page-grid,.footer-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.booking-search-row{grid-template-columns:1fr}.filter-row{justify-content:flex-start}}@media(max-width:900px){.booking-widget.compact .booking-item-row{grid-template-columns:72px minmax(0,1fr)}.booking-widget.compact .booking-item-row>img{width:72px;height:72px}.booking-widget.compact .quantity-control,.booking-widget.compact .booking-item-row .text-button{grid-column:2}.booking-widget.compact .quantity-control{width:min(126px,100%)}}@media(max-width:1180px){.dispatch-workspace{grid-template-columns:1fr}.dispatch-detail-panel{position:static;max-height:none}}@media(max-width:720px){html,body{overflow-x:hidden}.admin-dispatch-shell{padding:.75rem}.admin-dispatch-header,.dispatch-install-card,.dispatch-panel-head,.dispatch-detail-head{align-items:stretch;flex-direction:column}.admin-dispatch-header-actions,.admin-confirm-actions{display:grid;grid-template-columns:1fr}.admin-dispatch-header-actions button,.admin-confirm-actions button,.dispatch-install-card button{width:100%}.admin-login-grid,.dispatch-toolbar,.dispatch-stat-row,.dispatch-workspace,.dispatch-detail-summary,.dispatch-pricing-row,.dispatch-map-actions{grid-template-columns:1fr}.dispatch-toolbar{gap:.55rem}.dispatch-segmented,.dispatch-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.dispatch-tabs{grid-template-columns:repeat(4,minmax(0,1fr))}.dispatch-segmented button,.dispatch-tabs button{padding-inline:.35rem;font-size:.82rem}.dispatch-booking-row{grid-template-columns:4px minmax(0,1fr) minmax(96px,auto);gap:.34rem .42rem;min-height:0;padding:.46rem 2.15rem .46rem .5rem}.dispatch-row-location,.dispatch-row-products{grid-column:2}.dispatch-row-status-control{grid-column:3}.dispatch-row-status-control{align-self:start;min-width:96px}.dispatch-row-status-control select{min-height:28px;padding:.18rem .32rem;font-size:.72rem}.dispatch-status{align-self:start;min-width:0;max-width:96px;padding:.22rem .38rem;font-size:.66rem;text-align:center}.dispatch-row-products{grid-row:2}.dispatch-row-location strong,.dispatch-row-products strong{font-size:.9rem}.dispatch-row-actions{grid-column:2 / 4;grid-row:3;display:none;justify-content:stretch;gap:.35rem;padding-top:.35rem;border-top:1px solid #eef2f6}.dispatch-booking-row.is-selected .dispatch-row-actions{display:flex}.dispatch-row-delete-wrap{position:absolute;top:.42rem;right:.42rem}.dispatch-row-actions button,.dispatch-row-actions a{display:inline-flex;align-items:center;justify-content:center;flex:1 1 0;min-width:0;min-height:30px;text-align:center}.dispatch-row-delete-wrap button{width:28px;min-width:28px;min-height:28px;border-radius:50%;padding:0;font-size:.78rem}.dispatch-pricing-row{align-items:stretch}.dispatch-main-panel,.dispatch-detail-panel,.dispatch-form-panel,.admin-login-card{padding:.85rem}.site-shell{max-width:100vw;overflow-x:hidden;padding-bottom:76px}.utility-bar,.site-nav,.booking-head,.booking-actions,.checkout-head{align-items:stretch;flex-direction:column}.utility-bar{display:grid;gap:.35rem;padding:.55rem 1rem;text-align:center;font-size:.78rem;line-height:1.35}.utility-bar a{display:block;color:#fff;font-size:.92rem}.site-nav{position:relative;width:100%;min-height:auto;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:.55rem;padding:.65rem 4.5rem .75rem 1rem}.nav-links{order:4;width:100%;display:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;padding-top:.65rem;border-top:1px solid var(--line)}.nav-links.open{display:grid}.nav-link{display:flex;align-items:center;justify-content:center;min-height:42px;padding:.65rem .45rem;border:1px solid var(--line);border-radius:8px;background:var(--wash);color:var(--ink);text-align:center;font-size:.78rem;line-height:1.15}.nav-link.active,.nav-link:hover{background:var(--red);color:#fff;border-color:var(--red)}.brand-link img{width:136px}.mobile-menu-toggle{display:inline-flex;flex:0 0 auto;position:absolute;top:50%;right:1rem;transform:translateY(-50%);align-items:center;justify-content:center;width:44px;min-width:44px;min-height:40px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);padding:.55rem;font-size:.78rem;font-weight:900;text-transform:uppercase}.menu-lines{display:grid;gap:4px}.menu-lines span{display:block;width:18px;height:2px;border-radius:999px;background:currentColor}.nav-cta{display:none}.home-hero{min-height:auto;align-items:flex-start;background-position:center top}.hero-content{width:calc(100vw - 2rem);max-width:calc(100vw - 2rem);min-width:0;display:grid;gap:1rem;padding:1.4rem 0 1.25rem}.hero-copy{min-width:0;text-align:center}.hero-copy h1,.page-hero h1,.booking-page-head h1,.contact-page h1{font-size:clamp(2.35rem,8vw,3rem);line-height:.96;margin-inline:auto;overflow-wrap:anywhere}.hero-copy h1{max-width:9.5ch}.page-hero h1,.booking-page-head h1,.contact-page h1{max-width:min(100%,9.5ch);overflow-wrap:break-word;word-break:normal}.hero-copy p,.page-hero p,.booking-page-head p{width:min(100%,30ch);margin:.8rem auto 1rem;font-size:.98rem;line-height:1.5;max-width:30ch;overflow-wrap:break-word}.hero-actions{display:grid;grid-template-columns:1fr;gap:.6rem}.hero-actions .primary-button,.hero-actions .secondary-button{width:100%}.site-section,.booking-page,.contact-page{width:min(calc(100vw - 2rem),440px);max-width:calc(100vw - 2rem);min-width:0;padding:2.25rem 0}.section-heading{margin-bottom:1rem}.section-heading h2{font-size:clamp(2.35rem,12vw,3.5rem);line-height:.94}.section-heading p{font-size:.95rem;line-height:1.55}.rental-grid,.rental-grid.two,.faq-preview-grid,.process-grid,.trust-band,.footer-inner,.info-list-grid,.form-grid,.service-grid,.local-trust-grid,.local-page-grid,.price-calendar,.confirmation-facts,.confirmation-terms,.material-grid{grid-template-columns:1fr}.rental-grid,.faq-preview-grid,.process-grid,.local-trust-grid,.local-page-grid{gap:.75rem}.rental-card{border-radius:12px}.rental-card img{height:178px;padding:.8rem}.rental-card-body{padding:.9rem}.rental-card h3{font-size:1.08rem}.rental-price{font-size:2.1rem}.rental-price.small{font-size:1.32rem}.card-action{width:calc(100% - 1.6rem);margin:0 .8rem .8rem}.process-grid article{min-height:auto;padding:1rem}.trust-band{width:100%}.trust-band div{padding:1.1rem 1rem;border-right:0;border-bottom:1px solid rgba(255,255,255,.22)}.page-hero{min-height:auto;align-items:flex-start}.page-hero>div{width:calc(100vw - 2rem);max-width:calc(100vw - 2rem);min-width:0;padding:1.55rem 0 1.25rem;text-align:center}.page-hero .primary-button{width:100%;margin-top:.15rem}.mobile-hero-booking{display:block;margin-top:1rem;text-align:left}.desktop-booking-band{display:none}.booking-page{padding-top:1.75rem}.booking-page-head{margin-bottom:.9rem;text-align:center}.booking-page-head h1{max-width:7ch}.booking-widget{border-radius:14px;padding:.8rem}.booking-widget.compact{padding:.75rem}.booking-head{display:grid;grid-template-columns:minmax(0,1fr);gap:.6rem;margin-bottom:.7rem}.booking-head h2{font-size:clamp(1.55rem,6.4vw,1.9rem);overflow-wrap:anywhere}.booking-head p{display:none}.booking-widget.compact .booking-head h2{font-size:clamp(1.35rem,5.8vw,1.65rem);white-space:normal;overflow-wrap:break-word;word-break:break-word}.booking-total,.booking-widget.compact .booking-total{min-width:0;width:100%;padding:.65rem .75rem;text-align:left}.booking-total strong{font-size:1.35rem}.booking-search-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.booking-search-row .location-field{grid-column:1 / -1}.booking-field,.booking-product-select{padding:.6rem}.booking-field input,.booking-product-select select,.contact-form input,.contact-form select,.checkout-panel input{min-height:46px;padding:.7rem .75rem;font-size:.94rem}.booking-item-row{grid-template-columns:70px minmax(0,1fr);gap:.55rem}.booking-item-row>img{width:70px;height:70px}.quantity-control,.booking-item-row .text-button{grid-column:2}.quantity-control{width:100%;grid-template-columns:44px minmax(52px,1fr) 44px;height:48px;min-height:48px}.booking-product-meta{gap:.4rem}.booking-product-meta b{width:100%;margin-left:0}.booking-actions{display:grid;grid-template-columns:1fr;gap:.6rem}.booking-actions .primary-button,.booking-actions .secondary-button,.checkout-panel .primary-button{width:100%}.price-calendar{display:none}.booking-summary-row{gap:.4rem}.booking-summary-row span,.booking-summary-row strong{font-size:.82rem}.checkout-panel{margin-top:.75rem}.checkout-head{gap:.5rem}.form-grid{gap:.6rem}.booking-terms-gate{grid-template-columns:1fr;padding:.7rem}.install-app-prompt{left:.8rem;right:.8rem;bottom:calc(74px + env(safe-area-inset-bottom));width:auto;grid-template-columns:1fr;padding:.85rem}.install-app-actions{grid-template-columns:1fr 1fr}.install-app-actions a,.install-app-actions button{display:inline-flex;align-items:center;justify-content:center;text-align:center}.install-app-page{gap:.9rem}.install-app-hero,.install-preview-card,.install-steps-grid article{border-radius:12px}.install-app-hero{padding:1rem;text-align:center}.install-app-hero h1{max-width:9ch;margin-inline:auto;font-size:clamp(2.35rem,11vw,3.35rem)}.install-app-hero p:not(.eyebrow){font-size:.95rem}.install-steps-grid,.install-preview-card{grid-template-columns:1fr}.install-steps-grid article,.install-preview-card{padding:1rem}.install-preview-card{text-align:center}.install-preview-card img{width:104px;height:104px;margin:0 auto}.contact-layout{gap:1rem}.contact-methods a,.contact-methods span{border:1px solid var(--line);border-radius:8px;background:#fff;padding:.8rem}.service-grid{gap:.45rem;margin-top:1rem}.service-grid li{padding:.75rem;text-align:left}.footer-inner{gap:1.1rem}.site-footer{padding:2rem 0 1rem}.footer-brand img{width:150px}.mobile-action-bar{position:fixed;left:0;right:0;bottom:0;width:100vw;max-width:100vw;z-index:50;display:grid;grid-template-columns:1fr 1fr;gap:.55rem;padding:.6rem .8rem calc(.6rem + env(safe-area-inset-bottom));background:#0c111af0;border-top:1px solid rgba(255,255,255,.14);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.mobile-action-bar a{min-width:0;min-height:46px;display:flex;align-items:center;justify-content:center;border-radius:8px;color:#fff;font-size:.86rem;font-weight:950;white-space:nowrap}.mobile-action-bar a:first-child{background:var(--red)}.mobile-action-bar a:last-child{border:1px solid rgba(255,255,255,.45)}.oak-resource-card{grid-template-columns:1fr}}@media(max-width:480px){.utility-bar span{display:none}.utility-bar{padding-block:.45rem}.booking-search-row{grid-template-columns:1fr}.site-nav{padding-left:.85rem;padding-right:4.35rem}.brand-link img{width:126px}.nav-cta{padding-inline:.6rem}.hero-copy h1,.page-hero h1,.booking-page-head h1,.contact-page h1{font-size:clamp(2.05rem,9.4vw,2.65rem)}}.admin-dispatch-shell{--dispatch-bg: #080b10;--dispatch-bg-2: #111722;--dispatch-panel: #131a26;--dispatch-panel-2: #0e141d;--dispatch-card: #ffffff;--dispatch-red: #d31820;--dispatch-red-dark: #9d1018;--dispatch-yellow: #f4b524;--dispatch-green: #18b86f;--dispatch-orange: #f97316;--dispatch-muted: #9aa7bb;--dispatch-ink: #101723;--dispatch-line: rgba(255, 255, 255, .14);--dispatch-soft-line: rgba(15, 23, 42, .12);--dispatch-shadow: 0 26px 70px rgba(0, 0, 0, .42);--dispatch-radius: 18px;position:relative;isolation:isolate;min-height:100vh;overflow-x:hidden;padding:clamp(.95rem,2.6vw,1.45rem);background:radial-gradient(circle at 16% 0%,rgba(211,24,32,.22),transparent 29rem),radial-gradient(circle at 100% 14%,rgba(244,181,36,.16),transparent 27rem),linear-gradient(135deg,rgba(255,255,255,.035) 25%,transparent 25%) 0 0 / 18px 18px,linear-gradient(225deg,rgba(255,255,255,.03) 25%,transparent 25%) 0 0 / 18px 18px,linear-gradient(180deg,var(--dispatch-bg-2),var(--dispatch-bg));color:#f8fafc;font-family:Segoe UI,Helvetica Neue,Arial,sans-serif}.admin-dispatch-shell:before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;opacity:.48;background:repeating-linear-gradient(45deg,rgba(255,255,255,.045) 0 1px,transparent 1px 10px),linear-gradient(180deg,rgba(255,255,255,.08),transparent 36%);-webkit-mask-image:radial-gradient(circle at 50% 0%,#000 0,rgba(0,0,0,.6) 42%,transparent 78%);mask-image:radial-gradient(circle at 50% 0%,#000 0,rgba(0,0,0,.6) 42%,transparent 78%)}.admin-dispatch-shell.dispatch-pwa-shell{padding:max(1rem,env(safe-area-inset-top)) max(1rem,env(safe-area-inset-right)) max(1rem,env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-left))}.admin-dispatch-shell .admin-login-card,.admin-dispatch-shell .admin-dispatch-header,.admin-dispatch-shell .dispatch-tabs,.admin-dispatch-shell .dispatch-stat-row,.admin-dispatch-shell .dispatch-main-panel,.admin-dispatch-shell .dispatch-detail-panel,.admin-dispatch-shell .dispatch-form-panel,.admin-dispatch-shell .dispatch-install-card,.admin-dispatch-shell .dispatch-live-status,.admin-dispatch-shell .dispatch-push-control{width:min(1120px,100%);margin-inline:auto}.admin-dispatch-shell .admin-login-card,.admin-dispatch-shell .dispatch-main-panel,.admin-dispatch-shell .dispatch-detail-panel,.admin-dispatch-shell .dispatch-form-panel,.admin-dispatch-shell .dispatch-install-card{border:1px solid var(--dispatch-line);border-radius:var(--dispatch-radius);background:linear-gradient(180deg,#ffffff13,#ffffff06),var(--dispatch-panel);color:#f8fafc;box-shadow:var(--dispatch-shadow)}.admin-dispatch-shell .admin-login-card{max-width:520px;margin-top:8vh}.admin-dispatch-shell .admin-login-card h1,.admin-dispatch-shell .dispatch-panel-head h2,.admin-dispatch-shell .dispatch-detail-panel h2{color:#fff;font-family:Arial Narrow,Haettenschweiler,Impact,Franklin Gothic Condensed,sans-serif;letter-spacing:-.035em;text-transform:uppercase}.admin-dispatch-shell .admin-login-card p,.admin-dispatch-shell .dispatch-panel-head p,.admin-dispatch-shell .dispatch-install-card p,.admin-dispatch-shell .dispatch-map-card p,.admin-dispatch-shell .dispatch-detail-section p,.admin-dispatch-shell .booking-meta,.admin-dispatch-shell .field-hint{color:var(--dispatch-muted)}.admin-dispatch-shell .admin-login-card label,.admin-dispatch-shell .dispatch-form-panel label,.admin-dispatch-shell .dispatch-pricing-row label,.admin-dispatch-shell .admin-status-control{color:#d8e0ec;letter-spacing:.01em}.admin-dispatch-shell .admin-login-card input,.admin-dispatch-shell .dispatch-toolbar input,.admin-dispatch-shell .dispatch-toolbar select,.admin-dispatch-shell .dispatch-form-panel input,.admin-dispatch-shell .dispatch-form-panel select,.admin-dispatch-shell .dispatch-form-panel textarea,.admin-dispatch-shell .dispatch-pricing-row input,.admin-dispatch-shell .admin-status-control select{border:1px solid rgba(255,255,255,.16);border-radius:12px;background:#ffffff17;color:#fff;box-shadow:inset 0 1px #ffffff0f}.admin-dispatch-shell .dispatch-form-panel select option,.admin-dispatch-shell .admin-status-control select option{color:#101723}.admin-dispatch-shell .admin-login-card button,.admin-dispatch-shell .sync-mail-btn,.admin-dispatch-shell .logout-btn,.admin-dispatch-shell .thread-toggle-btn,.admin-dispatch-shell .admin-booking-delete-btn,.admin-dispatch-shell .dispatch-row-actions button,.admin-dispatch-shell .dispatch-row-actions a,.admin-dispatch-shell .admin-confirm-cancel{display:inline-flex;align-items:center;justify-content:center;gap:.42rem;border-radius:12px;letter-spacing:.01em;transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease}.admin-dispatch-shell .admin-login-card button,.admin-dispatch-shell .sync-mail-btn{background:linear-gradient(180deg,#f5c543,var(--dispatch-yellow));color:#111827;box-shadow:0 12px 26px #f4b52440}.admin-dispatch-shell .thread-toggle-btn,.admin-dispatch-shell .admin-confirm-cancel{border:1px solid rgba(255,255,255,.14);background:#ffffff1a;color:#f8fafc}.admin-dispatch-shell .admin-login-card button:hover,.admin-dispatch-shell .sync-mail-btn:hover,.admin-dispatch-shell .thread-toggle-btn:hover,.admin-dispatch-shell .admin-confirm-cancel:hover,.admin-dispatch-shell .dispatch-row-actions button:hover,.admin-dispatch-shell .dispatch-row-actions a:hover{transform:translateY(-1px)}.admin-dispatch-shell .error{width:min(1120px,100%);margin:.5rem auto .85rem;border-radius:14px;border:1px solid rgba(248,113,113,.35);background:#7f1d1d7a;color:#fee2e2;padding:.7rem .85rem;font-weight:800}.admin-dispatch-shell .dispatch-install-card{margin-bottom:1rem}.admin-dispatch-shell .admin-dispatch-header{display:grid;grid-template-columns:minmax(0,1fr);gap:1.05rem;padding:.7rem 0 1.05rem}.admin-dispatch-shell .dispatch-header-lockup{display:flex;align-items:center;gap:.78rem;min-width:0}.admin-dispatch-shell .dispatch-brand-eyebrow{color:var(--dispatch-red);font-weight:950;letter-spacing:.02em;text-transform:uppercase}.admin-dispatch-shell .admin-dispatch-header h1{margin:-.08rem 0 0;color:#fff;font-family:Arial Narrow,Haettenschweiler,Impact,Franklin Gothic Condensed,sans-serif;font-size:clamp(2.65rem,10vw,5.75rem);line-height:.82;letter-spacing:-.055em;text-transform:uppercase;text-shadow:0 4px 0 rgba(0,0,0,.28)}.admin-dispatch-shell .dispatch-user-line{display:inline-flex;align-items:center;gap:.42rem;margin:.42rem 0 0;color:#c7d2e2;font-size:clamp(.96rem,3.6vw,1.25rem);font-weight:750;overflow-wrap:anywhere}.admin-dispatch-shell .dispatch-user-line svg{color:var(--dispatch-yellow)}.admin-dispatch-shell .dispatch-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.52rem;margin-bottom:0}.admin-dispatch-shell .dispatch-tabs button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.42rem;min-height:56px;border:1px solid rgba(255,255,255,.15);border-radius:14px;background:linear-gradient(180deg,#1e2531f5,#0d121bf5);color:#f8fafc;padding:.62rem .52rem;font-size:clamp(.78rem,3vw,.98rem);font-weight:950;box-shadow:0 12px 24px #00000038}.admin-dispatch-shell .dispatch-tabs button span{color:currentColor}.admin-dispatch-shell .dispatch-tabs button svg{flex:0 0 auto}.admin-dispatch-shell .dispatch-tabs button.is-active{border-color:#f4b524cc;background:linear-gradient(180deg,#e51d26,var(--dispatch-red));color:#fff;box-shadow:0 16px 34px #d3182061}.admin-dispatch-shell .dispatch-tabs button.is-active:after{content:"";position:absolute;left:18%;right:18%;bottom:-5px;height:5px;border-radius:999px;background:var(--dispatch-yellow);box-shadow:0 0 16px #f4b524a6}.admin-dispatch-shell .dispatch-stat-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:.62rem;margin-bottom:.75rem}.admin-dispatch-shell .dispatch-stat-card{display:grid;grid-template-columns:auto 1fr;gap:.18rem .48rem;align-items:center;min-height:78px;border:1px solid var(--dispatch-line);border-radius:15px;background:linear-gradient(180deg,#ffffff1c,#ffffff0b);padding:.68rem;box-shadow:0 12px 28px #00000038}.admin-dispatch-shell .dispatch-stat-card svg{grid-row:1 / span 2}.admin-dispatch-shell .dispatch-stat-card span{color:#c7d2e2;font-size:.7rem;font-weight:950;line-height:1.05;text-transform:uppercase}.admin-dispatch-shell .dispatch-stat-card strong{color:#fff;font-size:clamp(1.25rem,5.4vw,1.8rem);line-height:1}.admin-dispatch-shell .dispatch-stat-card.tone-yellow svg,.admin-dispatch-shell .dispatch-stat-card.tone-yellow strong{color:var(--dispatch-yellow)}.admin-dispatch-shell .dispatch-stat-card.tone-green svg,.admin-dispatch-shell .dispatch-stat-card.tone-green strong{color:var(--dispatch-green)}.admin-dispatch-shell .dispatch-stat-card.tone-orange svg,.admin-dispatch-shell .dispatch-stat-card.tone-orange strong{color:var(--dispatch-orange)}.admin-dispatch-shell .dispatch-stat-card.tone-slate svg,.admin-dispatch-shell .dispatch-stat-card.tone-slate strong{color:#dbe4ef}.admin-dispatch-shell .dispatch-live-status{display:flex;align-items:center;flex-wrap:wrap;gap:.42rem;margin-bottom:.85rem;color:#a7f3d0;font-size:.82rem;font-weight:950;letter-spacing:0;text-transform:uppercase}.admin-dispatch-shell .dispatch-live-status.is-error{color:#fecaca}.admin-dispatch-shell .dispatch-live-dot{width:9px;height:9px;border-radius:50%;flex:0 0 auto;background:#34d399;box-shadow:0 0 18px #34d399e6}.admin-dispatch-shell .dispatch-live-status.is-error .dispatch-live-dot{background:#ef4444;box-shadow:0 0 18px #ef4444b8}.admin-dispatch-shell .dispatch-live-refresh{flex:0 0 auto;color:#34d399}.admin-dispatch-shell .dispatch-live-status.is-error .dispatch-live-refresh{color:#fecaca}.admin-dispatch-shell .dispatch-live-copy{color:currentColor}.admin-dispatch-shell .dispatch-live-sync-btn{min-width:5.8rem;min-height:30px;border:1px solid rgba(52,211,153,.55);border-radius:999px;background:#34d3991f;color:currentColor;padding:.22rem .62rem;font:inherit;letter-spacing:0;text-transform:uppercase}.admin-dispatch-shell .dispatch-live-sync-btn:disabled{opacity:.72}.admin-dispatch-shell .dispatch-live-dot.is-syncing,.admin-dispatch-shell .dispatch-live-refresh.is-syncing{animation:dispatch-spin 1.1s linear infinite}.admin-dispatch-shell .dispatch-push-control{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;gap:.5rem;margin:.8rem auto 0;color:#9fb0c3;font-size:.76rem;font-weight:850}.admin-dispatch-shell .dispatch-push-control>span{color:currentColor}.admin-dispatch-shell .dispatch-push-control button{min-height:28px;border:1px solid rgba(159,176,195,.44);border-radius:999px;background:#0f172a4d;color:#dbe4ef;padding:.18rem .58rem;font:inherit;letter-spacing:0}.admin-dispatch-shell .dispatch-push-control button:disabled{opacity:.62}.admin-dispatch-shell .dispatch-push-control small{flex-basis:100%;color:#9fb0c3;font-weight:800}.admin-dispatch-shell .dispatch-push-control.is-muted,.admin-dispatch-shell .dispatch-push-control.is-error,.admin-dispatch-shell .dispatch-push-control.is-error small{color:#fecaca}.admin-dispatch-shell .dispatch-workspace{width:min(1120px,100%);grid-template-columns:minmax(0,1fr);gap:1rem}.admin-dispatch-shell .dispatch-main-panel,.admin-dispatch-shell .dispatch-detail-panel,.admin-dispatch-shell .dispatch-form-panel{position:relative;min-height:320px;padding:clamp(.92rem,2.4vw,1.2rem)}.admin-dispatch-shell .dispatch-main-panel:after{content:"";position:absolute;left:1rem;right:1rem;bottom:.54rem;height:8px;border-radius:999px;opacity:.72;background:repeating-linear-gradient(135deg,var(--dispatch-yellow) 0 12px,#151922 12px 24px)}.admin-dispatch-shell .dispatch-panel-head{align-items:flex-start;margin-bottom:1rem}.admin-dispatch-shell .dispatch-panel-kicker{display:inline-flex;align-items:center;gap:.36rem;margin-bottom:.28rem;color:var(--dispatch-yellow);font-size:.76rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.admin-dispatch-shell .dispatch-panel-head h2{font-size:clamp(1.55rem,5vw,2.25rem)}.admin-dispatch-shell .dispatch-filter-btn{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(244,181,36,.36);border-radius:13px;background:#f4b5241c;color:var(--dispatch-yellow)}.admin-dispatch-shell .dispatch-booking-groups,.admin-dispatch-shell .dispatch-booking-list{gap:.74rem}.admin-dispatch-shell .dispatch-date-group{margin-top:.9rem}.admin-dispatch-shell .dispatch-date-label{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.7rem;color:#fff}.admin-dispatch-shell .dispatch-date-badge{display:grid;place-items:center;width:54px;height:58px;border:1px solid rgba(244,181,36,.45);border-radius:15px;background:linear-gradient(180deg,#1d2636,#0c111a);box-shadow:inset 0 1px #ffffff14,0 12px 20px #00000047}.admin-dispatch-shell .dispatch-date-badge small{color:var(--dispatch-yellow);font-size:.65rem;font-weight:950;letter-spacing:.08em}.admin-dispatch-shell .dispatch-date-badge strong{color:#fff;font-family:Impact,Arial Narrow,sans-serif;font-size:1.45rem;line-height:1}.admin-dispatch-shell .dispatch-date-heading{display:grid;gap:.04rem;min-width:0}.admin-dispatch-shell .dispatch-date-heading strong{overflow:hidden;color:#fff;font-size:1.02rem;text-overflow:ellipsis;white-space:nowrap}.admin-dispatch-shell .dispatch-date-heading small{color:#aab5c4;font-weight:850}.admin-dispatch-shell .dispatch-date-chevron{color:var(--dispatch-yellow)}.admin-dispatch-shell .dispatch-booking-row{grid-template-columns:6px minmax(170px,1fr) minmax(128px,auto) auto auto;gap:.62rem;min-height:82px;border:1px solid var(--dispatch-soft-line);border-radius:16px;background:var(--dispatch-card);padding:.72rem;color:var(--dispatch-ink);box-shadow:0 12px 28px #00000047;transition:transform .15s ease;will-change:transform}.admin-dispatch-shell .dispatch-booking-row:hover{transform:translateY(-1px)}.admin-dispatch-shell .dispatch-booking-row.is-selected{border-color:color-mix(in srgb,var(--booking-accent) 68%,#fff);box-shadow:0 0 0 2px color-mix(in srgb,var(--booking-accent) 28%,transparent),0 18px 40px #00000057}.admin-dispatch-shell .dispatch-booking-row.is-selected{min-height:112px}.admin-dispatch-shell .dispatch-row-accent{min-height:64px;border-radius:999px;background:linear-gradient(180deg,var(--booking-accent),color-mix(in srgb,var(--booking-accent) 68%,#111827));box-shadow:0 0 18px color-mix(in srgb,var(--booking-accent) 38%,transparent)}.admin-dispatch-shell .dispatch-row-location,.admin-dispatch-shell .dispatch-row-products{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.08rem .42rem;align-items:start;min-width:0}.admin-dispatch-shell .dispatch-row-products{grid-column:2 / -1}.admin-dispatch-shell .dispatch-row-location svg,.admin-dispatch-shell .dispatch-row-products svg{grid-row:1 / span 2;margin-top:.08rem;color:var(--booking-type)}.admin-dispatch-shell .dispatch-row-location strong,.admin-dispatch-shell .dispatch-row-products strong{overflow:hidden;color:var(--dispatch-ink);font-size:1rem;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.admin-dispatch-shell .dispatch-booking-row.is-selected .dispatch-row-location strong,.admin-dispatch-shell .dispatch-booking-row.is-selected .dispatch-row-products strong{overflow:visible;text-overflow:clip;white-space:normal}.admin-dispatch-shell .dispatch-booking-row small,.admin-dispatch-shell .dispatch-pricing-summary span{color:#64748b;font-size:.82rem;font-weight:850}.admin-dispatch-shell .dispatch-row-status-control{position:relative;align-self:start;min-width:128px}.admin-dispatch-shell .dispatch-status{display:inline-flex;align-items:center;justify-content:center;gap:.25rem;min-width:116px;border-radius:999px;padding:.48rem .6rem;background:#e8edf3;color:#1e293b;font-size:.78rem;font-weight:950;line-height:1;white-space:nowrap}.admin-dispatch-shell .dispatch-status-select{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.admin-dispatch-shell .dispatch-row-status-control:focus-within .dispatch-status{outline:3px solid color-mix(in srgb,var(--booking-accent) 30%,transparent);outline-offset:2px}.admin-dispatch-shell .dispatch-status.status-request,.admin-dispatch-shell .dispatch-status.status-requested{background:#fef3c7;color:#92400e}.admin-dispatch-shell .dispatch-status.status-confirmed{background:#dcfce7;color:#166534}.admin-dispatch-shell .dispatch-status.status-onsite{background:#dbeafe;color:#1d4ed8}.admin-dispatch-shell .dispatch-status.status-need-pick-up{background:#ffedd5;color:#9a3412}.admin-dispatch-shell .dispatch-status.status-picked-up{background:#dcfce7;color:#166534}.admin-dispatch-shell .dispatch-status.status-needs-billing,.admin-dispatch-shell .dispatch-status.status-picked-up-needs-billing{background:#ede9fe;color:#5b21b6}.admin-dispatch-shell .dispatch-status.status-closed{background:#e2e8f0;color:#334155}.admin-dispatch-shell .dispatch-status.status-cancelled{background:#fee2e2;color:#991b1b}.admin-dispatch-shell .dispatch-row-actions{gap:.42rem}.admin-dispatch-shell .dispatch-row-actions button,.admin-dispatch-shell .dispatch-row-actions a{min-height:38px;border:0;border-radius:12px;padding:.52rem .72rem;background:#e8edf3;color:var(--dispatch-ink);font-size:.82rem}.admin-dispatch-shell .dispatch-row-actions a{background:linear-gradient(180deg,#f7cc53,var(--dispatch-yellow));color:#111827}.admin-dispatch-shell .dispatch-row-delete-wrap button{display:grid;place-items:center;width:38px;min-width:38px;min-height:38px;border:2px solid #fff;border-radius:999px;background:#fee2e2;color:#b91c1c;box-shadow:0 10px 22px #7f1d1d33}.admin-dispatch-shell .dispatch-detail-panel{border-color:color-mix(in srgb,var(--booking-accent, #64748b) 36%,var(--dispatch-line))}.admin-dispatch-shell .dispatch-detail-summary div,.admin-dispatch-shell .dispatch-pricing-item,.admin-dispatch-shell .dispatch-map-card{border:1px solid rgba(255,255,255,.14);border-radius:15px;background:#ffffff12}.admin-dispatch-shell .dispatch-detail-summary span,.admin-dispatch-shell .dispatch-type-chip{color:var(--dispatch-yellow)}.admin-dispatch-shell .dispatch-detail-summary strong,.admin-dispatch-shell .dispatch-detail-section strong,.admin-dispatch-shell .booking-line strong,.admin-dispatch-shell .dispatch-pricing-group h4,.admin-dispatch-shell .dispatch-pricing-summary strong,.admin-dispatch-shell .dispatch-map-card h4,.admin-dispatch-shell .dispatch-pricing-summary{color:#fff}.admin-dispatch-shell .dispatch-pricing-row{background:#0000002e}.admin-dispatch-shell .dispatch-map-card{border-left:6px solid var(--booking-accent)}.admin-dispatch-shell .dispatch-map-actions .sync-mail-btn{gap:.42rem}.admin-dispatch-shell .dispatch-empty{color:#c7d2e2}.admin-dispatch-shell .dispatch-skeleton-line,.admin-dispatch-shell .dispatch-skeleton-row,.admin-dispatch-shell .dispatch-skeleton-pill,.admin-dispatch-shell .dispatch-skeleton-button,.admin-dispatch-shell .dispatch-skeleton-input,.admin-dispatch-shell .dispatch-skeleton-grid span{background:linear-gradient(90deg,#ffffff1a,#ffffff38 45%,#ffffff14);background-size:220% 100%}.admin-dispatch-shell .dispatch-calendar-board{display:grid;gap:.55rem;overflow-x:auto}.admin-dispatch-shell .admin-month-weekdays,.admin-dispatch-shell .admin-month-week-days{display:grid;grid-template-columns:repeat(7,minmax(64px,1fr));gap:.35rem}.admin-dispatch-shell .admin-month-weekdays span,.admin-dispatch-shell .admin-month-day{border-radius:10px;background:#ffffff12;color:#c7d2e2;padding:.45rem;text-align:center;font-weight:900}.admin-dispatch-shell .admin-month-day.is-today{color:#111827;background:var(--dispatch-yellow)}.admin-dispatch-shell .admin-week-lanes{display:grid;gap:.32rem;margin:.35rem 0 .75rem}.admin-dispatch-shell .admin-week-lane{display:grid;grid-template-columns:repeat(7,minmax(64px,1fr));gap:.35rem}.admin-dispatch-shell .admin-calendar-event{min-height:54px;border:1px solid color-mix(in srgb,var(--booking-accent) 42%,transparent);border-left:5px solid var(--booking-accent);border-radius:12px;background:#fff;color:var(--dispatch-ink);padding:.45rem;text-align:left}.admin-dispatch-shell .admin-calendar-event-top,.admin-dispatch-shell .admin-calendar-event-bottom{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes dispatch-spin{to{transform:rotate(360deg)}}@media(max-width:1180px){.admin-dispatch-shell .dispatch-workspace{grid-template-columns:1fr}.admin-dispatch-shell .dispatch-detail-panel{position:static;max-height:none}}@media(max-width:720px){.admin-dispatch-shell{padding:.85rem}.admin-dispatch-shell .admin-dispatch-header{gap:.86rem}.admin-dispatch-shell .dispatch-user-line{align-items:flex-start;font-size:.98rem;line-height:1.22}.admin-dispatch-shell .dispatch-tabs{grid-template-columns:repeat(4,minmax(0,1fr));gap:.44rem}.admin-dispatch-shell .dispatch-tabs button{min-height:56px;flex-direction:column;gap:.2rem;padding:.42rem .24rem;font-size:.74rem;line-height:1.05}.admin-dispatch-shell .dispatch-stat-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:.42rem}.admin-dispatch-shell .dispatch-stat-card{grid-template-columns:1fr;place-items:center;min-height:76px;padding:.48rem .24rem;text-align:center}.admin-dispatch-shell .dispatch-stat-card svg{grid-row:auto}.admin-dispatch-shell .dispatch-stat-card span{font-size:.58rem}.admin-dispatch-shell .dispatch-stat-card strong{font-size:1.26rem}.admin-dispatch-shell .dispatch-main-panel,.admin-dispatch-shell .dispatch-detail-panel,.admin-dispatch-shell .dispatch-form-panel,.admin-dispatch-shell .admin-login-card{padding:.86rem}.admin-dispatch-shell .dispatch-panel-head{display:flex;align-items:flex-start;flex-direction:row}.admin-dispatch-shell .dispatch-date-label{grid-template-columns:auto minmax(0,1fr) auto}.admin-dispatch-shell .dispatch-booking-row{grid-template-columns:5px minmax(0,1fr) minmax(100px,auto);gap:.38rem .48rem;min-height:0;padding:.58rem 2.28rem .58rem .58rem}.admin-dispatch-shell .dispatch-row-location,.admin-dispatch-shell .dispatch-row-products{grid-column:2}.admin-dispatch-shell .dispatch-row-products{grid-column:2 / 4}.admin-dispatch-shell .dispatch-row-status-control{grid-column:3;min-width:100px}.admin-dispatch-shell .dispatch-status{min-width:100px;max-width:112px;padding:.42rem;font-size:.66rem}.admin-dispatch-shell .dispatch-row-products{grid-row:2}.admin-dispatch-shell .dispatch-row-location strong,.admin-dispatch-shell .dispatch-row-products strong{font-size:.94rem}.admin-dispatch-shell .dispatch-row-actions{grid-column:2 / 4;grid-row:3;display:none;justify-content:stretch;gap:.44rem;padding-top:.52rem;border-top:1px solid #e5eaf0}.admin-dispatch-shell .dispatch-booking-row.is-selected .dispatch-row-actions{display:flex}.admin-dispatch-shell .dispatch-row-actions button,.admin-dispatch-shell .dispatch-row-actions a{flex:1 1 0;min-height:42px}.admin-dispatch-shell .dispatch-row-delete-wrap{position:absolute;top:.5rem;right:.5rem}.admin-dispatch-shell .dispatch-row-delete-wrap button{width:32px;min-width:32px;min-height:32px}}@media(prefers-reduced-motion:reduce){.admin-dispatch-shell .dispatch-live-dot.is-syncing,.admin-dispatch-shell .dispatch-live-refresh.is-syncing,.admin-dispatch-shell .admin-login-card button,.admin-dispatch-shell .sync-mail-btn,.admin-dispatch-shell .thread-toggle-btn,.admin-dispatch-shell .admin-confirm-cancel,.admin-dispatch-shell .dispatch-row-actions button,.admin-dispatch-shell .dispatch-row-actions a,.admin-dispatch-shell .dispatch-booking-row{animation:none;transition:none}}.oak-viewer-card{overflow:visible}.oak-viewer-head{padding:1.2rem 1rem .8rem}.oak-back-link{display:inline-flex;align-items:center;gap:.45rem;margin-bottom:1rem;color:#183328;font-weight:800}.oak-back-link svg{width:1rem;height:1rem;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;fill:none}.oak-viewer-copy h1{margin:0}.oak-viewer-copy .oak-intro{max-width:32ch;margin-left:0}.oak-viewer-actions{margin-top:1rem}.oak-viewer-actions .oak-btn{width:100%}.oak-viewer-stack{display:grid;gap:1rem;padding:0 .9rem 1rem}.oak-viewer-frame{margin:0;background:#fffcf7f5;border:1px solid rgba(181,139,69,.16);border-radius:22px;box-shadow:0 18px 40px #11182714;overflow:hidden}.oak-viewer-frame img{display:block;width:100%;height:auto;background:#fff}.oak-viewer-frame figcaption{padding:.8rem 1rem .9rem;color:#806231;font-size:.82rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}@media(min-width:700px){.oak-viewer-head{padding:1.5rem 1.35rem 1rem}.oak-viewer-actions .oak-btn{width:auto;min-width:220px}.oak-viewer-stack{padding-inline:1.2rem}}@media(max-width:390px){.oak-viewer-head,.oak-viewer-stack{padding-left:.75rem;padding-right:.75rem}}
