@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Space+Grotesk:wght@500;700&display=swap";@import "https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:wght@300;400;500;600&display=swap";:root{--font-body:"Manrope", sans-serif;--font-display:"Space Grotesk", sans-serif;--ink:#0b1f38;--blue-700:#005bbb;--text:#2f435f}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{font-family:var(--font-body);color:var(--text);background:linear-gradient(#fbfdff,#f0f6fd 45%,#f5f9fe),repeating-linear-gradient(-35deg,#0085ff0d 0 9px,#0000 9px 18px)}a{color:inherit}.chat-fab{z-index:3000;cursor:pointer;font-family:var(--font-body);color:#fff;background:linear-gradient(120deg,#005bbb,#0085ff);border:none;border-radius:999px;align-items:center;gap:8px;padding:.75rem 1.1rem;font-size:.95rem;font-weight:700;transition:transform .12s,box-shadow .18s;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 8px 28px #005ebc61}.chat-fab:hover{transform:translateY(-2px);box-shadow:0 14px 36px #005ebc75}.chat-fab.open{background:linear-gradient(120deg,#1d3555,#0d1f34);padding:.75rem}.chat-window{z-index:3000;background:#fff;border:1px solid #0f172a1f;border-radius:20px;flex-direction:column;width:360px;max-width:calc(100vw - 32px);max-height:520px;animation:.24s cubic-bezier(.22,1,.36,1) both chat-pop;display:flex;position:fixed;bottom:88px;right:28px;overflow:hidden;box-shadow:0 24px 60px #0a142c33}@keyframes chat-pop{0%{opacity:0;transform:scale(.92)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.chat-header{color:#fff;background:linear-gradient(120deg,#005bbb,#0085ff);flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 16px 12px;display:flex}.chat-header-id{align-items:center;gap:10px;display:flex}.chat-name{font-size:1rem;font-weight:700;font-family:var(--font-display);margin:0}.chat-status{opacity:.85;align-items:center;gap:5px;margin:0;font-size:.78rem;display:flex}.online-dot{background:#6ee7b7;border-radius:50%;width:7px;height:7px;display:inline-block}.chat-x{cursor:pointer;color:#fff;background:#ffffff26;border:none;border-radius:50%;place-items:center;width:28px;height:28px;font-size:1rem;line-height:1;display:grid}.chat-x:hover{background:#ffffff47}.chat-messages{scroll-behavior:smooth;flex-direction:column;flex:1;gap:10px;padding:14px 14px 6px;display:flex;overflow-y:auto}.chat-row{align-items:flex-end;gap:8px;display:flex}.chat-row.user{flex-direction:row-reverse}.chat-avatar-svg{flex-shrink:0;width:28px;height:28px}.chat-bubble{border-radius:16px;max-width:78%;padding:9px 13px;font-size:.92rem;line-height:1.55}.chat-bubble p{margin:0}.chat-bubble.lidi{color:#0b1f38;background:#f0f6fd;border-bottom-left-radius:4px}.chat-bubble.user{color:#fff;background:linear-gradient(120deg,#005bbb,#0085ff);border-bottom-right-radius:4px}.typing-bubble{align-items:center;gap:5px;min-height:38px;padding:12px 16px;display:flex}.typing-bubble span{background:#7aa5cc;border-radius:50%;width:7px;height:7px;animation:1.2s infinite dot-bounce}.typing-bubble span:nth-child(2){animation-delay:.18s}.typing-bubble span:nth-child(3){animation-delay:.36s}@keyframes dot-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}.chat-input-row{border-top:1px solid #0f172a1a;flex-shrink:0;gap:8px;padding:10px 12px 12px;display:flex}.chat-input-row input{font:inherit;color:#0b1f38;border:1px solid #0f172a2e;border-radius:10px;outline:none;flex:1;padding:.55rem .8rem;font-size:.93rem}.chat-input-row input:focus{border-color:#005bbb73;box-shadow:0 0 0 3px #005bbb1f}.chat-input-row button{cursor:pointer;color:#fff;background:linear-gradient(120deg,#005bbb,#0085ff);border:none;border-radius:10px;flex-shrink:0;place-items:center;width:38px;height:38px;display:grid}.chat-input-row button:disabled{opacity:.45;cursor:default}@media (width<=480px){.chat-window{border-bottom-right-radius:0;border-bottom-left-radius:0;width:100vw;max-width:100vw;max-height:70vh;bottom:0;right:0}.chat-fab{bottom:18px;right:18px}}html{scroll-behavior:smooth;scroll-padding-top:8px}body.lidi-body{color:#0d1b2e;-webkit-font-smoothing:antialiased;background:#eef3fa;font-family:DM Sans,sans-serif;overflow-x:hidden}.lidi-page{--bg:#eef3fa;--bg-card:#fff;--bg-dark:#0d1b2e;--navy:#0d1b2e;--navy-mid:#1e3a5f;--blue:#2563eb;--blue-mid:#3b7dd8;--muted:#6b7c93;--faint:#c8d5e8;--rule:#dde6f2;--taken:#f1f4f9;--taken-txt:#b0bdd0}.lidi-page nav{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--rule);background:#eef3fae0;justify-content:space-between;align-items:center;height:100px;padding:0 4rem 0 0;display:flex;position:sticky;top:0}.lidi-page .logo{color:var(--navy);align-items:center;text-decoration:none;display:flex}.lidi-page .logo .lidi-logo-svg{width:auto;height:72px;color:var(--navy)}.lidi-page .nav-right{align-items:center;gap:2.5rem;display:flex}.lidi-page .nav-link{color:var(--muted);letter-spacing:.01em;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .2s}.lidi-page .nav-link:hover{color:var(--navy)}.lidi-page .nav-book{background:var(--navy);color:#fff;letter-spacing:.02em;cursor:pointer;border:none;border-radius:6px;padding:.6rem 1.4rem;font-family:DM Sans,sans-serif;font-size:.82rem;font-weight:600;text-decoration:none;transition:background .2s}.lidi-page .nav-book:hover{background:var(--navy-mid)}.lidi-page .services,.lidi-page .glove,.lidi-page .contact-section,.lidi-page .booking{scroll-margin-top:8px}.lidi-page .hero{isolation:isolate;grid-template-columns:minmax(340px,540px) minmax(420px,1.25fr);align-items:start;gap:1.5rem;width:100%;max-width:1440px;padding:7rem 4rem 2rem;animation:none;display:grid}.lidi-page .hero-copy{max-width:560px}.lidi-page .hero-tag{letter-spacing:.18em;text-transform:uppercase;color:var(--blue);align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.72rem;font-weight:600;display:inline-flex}.lidi-page .hero-tag:before{content:"";background:var(--blue);border-radius:50%;width:6px;height:6px}.lidi-page h1{letter-spacing:-.03em;color:var(--navy);max-width:none;margin-top:0;margin-bottom:1.75rem;font-family:DM Serif Display,serif;font-size:clamp(3rem,5.5vw,5rem);font-weight:400;line-height:1.05}.lidi-page h1 em{color:var(--blue-mid);font-style:italic}.lidi-page .hero-sub{color:var(--muted);max-width:520px;margin-bottom:3rem;font-size:1.1rem;font-weight:300;line-height:1.75}.lidi-page .hero-ctas{align-items:center;gap:1.25rem;display:flex}.lidi-page .hero-liquid{justify-content:flex-end;align-items:flex-start;min-height:520px;display:flex;position:relative}.lidi-page .hero-liquid .liquid-svg{width:min(1240px,158%);height:auto;display:block;overflow:visible;transform:translate(8%,-22px)}.lidi-page .liquid-panel{fill:#ffffff17;stroke:url(#panelEdge);stroke-width:2.2px}.lidi-page .liquid-rim{fill:none;stroke:#7c91b47a;stroke-width:1px}.lidi-page .liquid-bevel-light{fill:none;stroke:#ffffff6b;stroke-width:1px;stroke-linecap:round}.lidi-page .liquid-gloss-fill{fill:url(#panelGloss);opacity:.26}.lidi-page .liquid-gleam{fill:#ffffff38;opacity:.24}.lidi-page .liquid-gleam-soft{fill:#d2e6ff24;opacity:.2}.lidi-page .liquid-refract-erase{fill:none;stroke:#eef3fa;stroke-width:3px;stroke-linecap:round}.lidi-page .liquid-refract{fill:none;stroke:#8091b075;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round}.lidi-page .glass-sheen{fill:#ffffff38;opacity:1;mix-blend-mode:screen}.lidi-page .glass-sheen-thin{fill:url(#glassSheen);opacity:.34;mix-blend-mode:screen}.lidi-page .glass-edge-top{fill:none;stroke-width:1.2px;stroke-linecap:round}.lidi-page .glass-edge-inner{fill:none;stroke:#ffffff6b;stroke-width:.7px;stroke-linecap:round}.lidi-page .glass-reflection-bottom{fill:url(#glassReflectionBottom);opacity:.28;mix-blend-mode:screen}.lidi-page .panel-glare{opacity:.96;pointer-events:none}.lidi-page .panel-glare-field{opacity:.44}.lidi-page .panel-glare-field-soft{opacity:.12}.lidi-page .panel-glare-line{opacity:.96}.lidi-page .panel-glare-line-soft{opacity:.32}.lidi-page .panel-label{fill:#8c9eb9e6;letter-spacing:.18em;text-transform:uppercase;font-family:Space Grotesk,sans-serif;font-size:20px;font-weight:500}.lidi-page .panel-label-sm{letter-spacing:.2em;font-size:13px}.lidi-page .step-num{fill:#8c9eb9bf;letter-spacing:.1em;font-family:Space Grotesk,sans-serif;font-size:11px;font-weight:500}.lidi-page .step-icon-circle{fill:#ebf0f88c;stroke:#aabcd473;stroke-width:1.2px}.lidi-page .step-icon-line{fill:none;stroke:#6480a5a6;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round}.lidi-page .step-title{fill:#2f4360d9;font-family:Space Grotesk,sans-serif;font-size:15px;font-weight:600}.lidi-page .step-desc{fill:#283a58e0;font-family:Space Grotesk,sans-serif;font-size:13px;font-weight:400}.lidi-page .step-arrow{fill:none;stroke:#a0b2cd8c;stroke-width:1px;stroke-dasharray:3 3;stroke-linecap:round}.lidi-page .step-arrow-head{fill:none;stroke:#a0b2cd8c;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round}.lidi-page .panel-quote-mark{fill:#2f436061;font-family:DM Serif Display,serif;font-size:52px;font-style:italic}.lidi-page .panel-quote{fill:#2f4360c7;paintOrder:stroke;stroke:#ffffff4d;strokeWidth:.3;font-family:DM Serif Display,serif;font-size:14px;font-style:italic}.lidi-page .proto-ui-shell{fill:#ffffff85;stroke:#b0c2db7a;stroke-width:.8px}.lidi-page .proto-ui-nav{fill:#e6eefab8}.lidi-page .proto-ui-heading{fill:#4a6184d1;font-family:Space Grotesk,sans-serif;font-size:8.5px;font-weight:600}.lidi-page .proto-ui-stat{fill:#ffffffa6;stroke:#bccbe25c;stroke-width:.5px}.lidi-page .proto-ui-stat-num{fill:#2a3f5fe6;font-family:DM Serif Display,serif;font-size:12px;font-weight:600}.lidi-page .proto-ui-line{fill:#cbd8ecb3}.lidi-page .proto-check-dot{fill:#96aed6cc}.lidi-page .proto-check-mark{fill:none;stroke:#fffffff2;stroke-width:1.2px;stroke-linecap:round;stroke-linejoin:round}.lidi-page .proto-item-title{fill:#22385ceb;font-family:DM Serif Display,serif;font-size:10.5px;font-weight:600}.lidi-page .proto-item-copy{fill:#5a6f90e0;font-family:Space Grotesk,sans-serif;font-size:8px;font-weight:500}.lidi-page .btn-dark{background:var(--navy);color:#fff;letter-spacing:.02em;cursor:pointer;border:none;border-radius:8px;padding:.9rem 2rem;font-family:DM Sans,sans-serif;font-size:.88rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-block}.lidi-page .btn-dark:hover{background:var(--navy-mid)}.lidi-page .btn-outline{color:var(--navy);letter-spacing:.01em;align-items:center;gap:.4rem;font-size:.88rem;font-weight:500;text-decoration:none;transition:gap .2s;display:flex}.lidi-page .btn-outline:hover{gap:.7rem}.lidi-page .btn-outline:after{content:"→"}.lidi-page .proof{border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);align-items:center;gap:4rem;padding:2rem 4rem;display:flex}.lidi-page .proof-item{flex-direction:column;gap:.2rem;display:flex}.lidi-page .proof-num{color:var(--navy);letter-spacing:-.03em;font-family:DM Serif Display,serif;font-size:1.8rem}.lidi-page .proof-label{color:var(--muted);letter-spacing:.04em;font-size:.78rem;font-weight:500}.lidi-page .proof-divider{background:var(--rule);width:1px;height:36px}.lidi-page .trust-strip{background:var(--bg-card);border-bottom:1px solid var(--rule);padding:4rem 4rem 3.5rem}.lidi-page .trust-label{text-align:center;letter-spacing:.24em;text-transform:uppercase;color:#a0b2ca;margin-bottom:2.25rem;font-size:.72rem;font-weight:600}.lidi-page .trust-row{grid-template-columns:repeat(4,1fr);align-items:center;display:grid}.lidi-page .trust-item{text-align:center;letter-spacing:.08em;color:#7488a6;padding:0 1.5rem;font-size:clamp(1rem,1.55vw,1.18rem);font-weight:600}.lidi-page .trust-item+.trust-item{border-left:1px solid var(--rule)}.lidi-page .services{background:var(--bg-card);padding:6rem 4rem}.lidi-page .section-label{letter-spacing:.2em;text-transform:uppercase;color:var(--blue);margin-bottom:1.25rem;font-size:.72rem;font-weight:600}.lidi-page h2{letter-spacing:-.02em;margin-top:0;margin-bottom:3.5rem;font-family:DM Serif Display,serif;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:400;line-height:1.15}.lidi-page h2 em{color:var(--blue-mid);font-style:italic}.lidi-page .services-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.lidi-page .svc{border:1px solid var(--rule);background:var(--bg);border-radius:12px;padding:2rem 1.75rem;transition:border-color .2s,transform .2s}.lidi-page .svc:hover{border-color:var(--faint);transform:translateY(-2px)}.lidi-page .svc-icon{background:var(--navy);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:1.25rem;font-size:1.1rem;display:flex}.lidi-page .svc-title{color:var(--navy);letter-spacing:-.01em;margin-bottom:.6rem;font-size:1rem;font-weight:600}.lidi-page .svc-body{color:var(--muted);font-size:.87rem;font-weight:300;line-height:1.7}.lidi-page .speed-band{background:var(--blue);justify-content:space-between;align-items:center;gap:2rem;padding:1.25rem 4rem;display:flex}.lidi-page .speed-band-label{letter-spacing:.2em;text-transform:uppercase;color:#ffffff8c;white-space:nowrap;font-size:.72rem;font-weight:600}.lidi-page .speed-band-stats{flex:1;justify-content:center;align-items:center;gap:0;display:flex}.lidi-page .speed-stat{align-items:baseline;gap:.6rem;padding:0 2.5rem;display:flex}.lidi-page .speed-stat+.speed-stat{border-left:1px solid #ffffff2e}.lidi-page .speed-stat-num{color:#fff;letter-spacing:-.03em;font-family:DM Serif Display,serif;font-size:1.65rem;font-weight:400;line-height:1}.lidi-page .speed-stat-label{color:#fff9;letter-spacing:.02em;font-size:.8rem;font-weight:400}.lidi-page .speed-band-cta{letter-spacing:.08em;text-transform:uppercase;color:#ffffffbf;white-space:nowrap;border-bottom:1px solid #ffffff4d;padding-bottom:1px;font-size:.78rem;font-weight:600;text-decoration:none;transition:color .2s,border-color .2s}.lidi-page .speed-band-cta:hover{color:#fff;border-color:#ffffffb3}.lidi-page .speed-band-footer{background:var(--blue);justify-content:center;align-items:center;padding:1rem 4rem;display:flex}.lidi-page .speed-band-footer-text{color:#ffffff8c;letter-spacing:.06em;font-size:.8rem;font-style:italic;font-weight:400}.lidi-page .process{background:var(--bg-card);padding:6rem 4rem;animation:none}.lidi-page .process-steps{border:1px solid var(--rule);border-radius:14px;grid-template-columns:repeat(3,1fr);gap:0;margin-top:3.5rem;display:grid;overflow:hidden}.lidi-page .process-step{border-right:1px solid var(--rule);padding:2.5rem 2rem;position:relative}.lidi-page .process-step:last-child{border-right:none}.lidi-page .process-step-num{color:var(--faint);letter-spacing:-.04em;margin-bottom:1.5rem;font-family:DM Serif Display,serif;font-size:2.5rem;line-height:1}.lidi-page .process-step-title{color:var(--navy);letter-spacing:-.01em;margin-bottom:.6rem;font-size:1rem;font-weight:600}.lidi-page .process-step-body{color:var(--muted);font-size:.87rem;font-weight:300;line-height:1.75}.lidi-page .process-step-badge{letter-spacing:.08em;text-transform:uppercase;color:var(--blue);background:#2563eb14;border-radius:20px;margin-top:1.25rem;padding:.3rem .75rem;font-size:.72rem;font-weight:600;display:inline-flex}.lidi-page .glove{background:var(--navy);grid-template-columns:1fr 1fr;align-items:center;gap:5rem;padding:6rem 4rem;display:grid}.lidi-page .glove-left .section-label{color:#5b9bd5}.lidi-page .glove-left h2{color:#fff;margin-bottom:1.5rem}.lidi-page .glove-left h2 em{color:#7aabde}.lidi-page .glove-left p{color:#ffffff8c;margin-bottom:2.5rem;font-size:1rem;font-weight:300;line-height:1.8}.lidi-page .glove-points{flex-direction:column;gap:1rem;display:flex}.lidi-page .glove-point{background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;transition:background .2s;display:flex}.lidi-page .glove-point:hover{background:#ffffff12}.lidi-page .glove-point-dot{background:#5b9bd5;border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:6px}.lidi-page .glove-point-text{color:#ffffffbf;font-size:.9rem;font-weight:400;line-height:1.6}.lidi-page .glove-right{flex-direction:column;gap:1.75rem;display:flex}.lidi-page .team-card{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:14px;align-items:flex-start;gap:1.2rem;padding:1.5rem;display:flex}.lidi-page .team-photo{color:#ffffff4d;background:#ffffff1f;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:112px;height:112px;font-family:DM Serif Display,serif;font-size:1.5rem;display:flex;overflow:hidden}.lidi-page .team-photo img{object-fit:cover;object-position:center;width:100%;height:100%}.lidi-page .team-photo-taylor img{object-position:center 24%}.lidi-page .team-photo-aaron img{object-position:center 20%}.lidi-page .team-name{color:#fff;margin-bottom:.3rem;font-size:1.08rem;font-weight:600}.lidi-page .team-role{color:#ffffff73;letter-spacing:.02em;margin-bottom:.6rem;font-size:.84rem;font-weight:400}.lidi-page .team-bio{color:#ffffff80;font-size:.88rem;font-weight:300;line-height:1.6}.lidi-page .team-link{color:#7aabdef2;border-bottom:1px solid #7aabde66;margin-top:.75rem;padding-bottom:1px;font-size:.8rem;font-weight:500;text-decoration:none;display:inline-flex}.lidi-page .team-link:hover{color:#fff;border-bottom-color:#ffffffa6}.lidi-page .contact-section{background:#f7f8fa;padding:5.5rem 4rem 2rem}.lidi-page .contact-shell{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:start;gap:2rem;max-width:1220px;margin:0 auto;display:grid}.lidi-page .contact-copy h2{letter-spacing:-.03em;color:var(--navy);margin-bottom:1rem;font-size:clamp(2.1rem,4vw,3.2rem);line-height:1.06}.lidi-page .contact-copy h2 em{color:var(--blue);font-style:italic}.lidi-page .contact-copy p{max-width:32rem;color:var(--muted);font-size:.96rem;line-height:1.8}.lidi-page .contact-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.lidi-page .contact-card{border:1px solid var(--rule);background:#fff;border-radius:18px;padding:1.35rem 1.4rem;box-shadow:0 10px 30px #0d1b2e0f}.lidi-page .contact-card-name{color:var(--navy);margin-bottom:.3rem;font-size:1.05rem;font-weight:600}.lidi-page .contact-card-role{letter-spacing:.08em;text-transform:uppercase;color:var(--blue);margin-bottom:1rem;font-size:.78rem}.lidi-page .contact-card-links{flex-direction:column;gap:.75rem;display:flex}.lidi-page .contact-card-link{color:var(--navy);flex-direction:column;gap:.2rem;text-decoration:none;display:inline-flex}.lidi-page .contact-card-link-label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.7rem;font-weight:600}.lidi-page .contact-card-link-value{font-size:.95rem;font-weight:500}.lidi-page .contact-card-link:hover .contact-card-link-value{color:var(--blue)}.lidi-page .booking{background:var(--bg);padding:6rem 4rem}.lidi-page .booking-layout{grid-template-columns:1fr 1.4fr;align-items:start;gap:4rem;display:grid}.lidi-page .booking-info h2{margin-bottom:1rem}.lidi-page .booking-info p{color:var(--muted);margin-bottom:2rem;font-size:.95rem;font-weight:300;line-height:1.8}.lidi-page .booking-perks{flex-direction:column;gap:.75rem;display:flex}.lidi-page .booking-perk{color:var(--muted);align-items:center;gap:.75rem;font-size:.85rem;font-weight:400;display:flex}.lidi-page .booking-perk:before{content:"✓";color:var(--blue);font-size:.85rem;font-weight:600}.lidi-page .cal-widget{background:var(--bg-card);border:1px solid var(--rule);border-radius:16px;overflow:hidden;box-shadow:0 4px 24px #0d1b2e0f}.lidi-page .cal-header{border-bottom:1px solid var(--rule);padding:1.5rem 1.75rem 1rem}.lidi-page .cal-month{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.lidi-page .cal-month-label{color:var(--navy);letter-spacing:-.01em;font-size:.9rem;font-weight:600}.lidi-page .cal-nav{gap:.25rem;display:flex}.lidi-page .cal-nav-btn{border:1px solid var(--rule);cursor:pointer;width:28px;height:28px;color:var(--muted);background:0 0;border-radius:6px;justify-content:center;align-items:center;font-size:.85rem;transition:background .15s,color .15s;display:flex}.lidi-page .cal-nav-btn:disabled{opacity:.4;cursor:default}.lidi-page .cal-nav-btn:hover:not(:disabled){background:var(--bg);color:var(--navy)}.lidi-page .cal-days-header{grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:.5rem;display:grid}.lidi-page .cal-day-label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);text-align:center;padding:.25rem 0;font-size:.7rem;font-weight:600}.lidi-page .cal-grid{grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.lidi-page .cal-day{aspect-ratio:1;cursor:pointer;color:var(--navy);border-radius:8px;justify-content:center;align-items:center;font-size:.82rem;font-weight:500;transition:background .15s,color .15s;display:flex}.lidi-page .cal-day:hover:not(.taken):not(.empty):not(.past){background:var(--bg)}.lidi-page .cal-day.empty{pointer-events:none}.lidi-page .cal-day.past{color:var(--taken-txt);pointer-events:none}.lidi-page .cal-day.taken{background:var(--taken);color:var(--taken-txt);pointer-events:none;text-decoration:line-through;-webkit-text-decoration-color:var(--faint);text-decoration-color:var(--faint);font-weight:400}.lidi-page .cal-day.selected{background:var(--navy);color:#fff;font-weight:600}.lidi-page .cal-day.today{border:1.5px solid var(--blue);color:var(--blue);font-weight:600}.lidi-page .cal-slots{border-bottom:1px solid var(--rule);padding:1.25rem 1.75rem}.lidi-page .cal-slots-label{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:.85rem;font-size:.75rem;font-weight:600}.lidi-page .slots-grid{grid-template-columns:repeat(3,1fr);gap:.5rem;display:grid}.lidi-page .slot{border:1px solid var(--rule);text-align:center;cursor:pointer;color:var(--navy);background:var(--bg);border-radius:7px;padding:.55rem .25rem;font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:500;transition:all .15s}.lidi-page .slot:hover:not(.slot-taken){border-color:var(--blue);color:var(--blue)}.lidi-page .slot.slot-taken{background:var(--taken);color:var(--taken-txt);pointer-events:none;border-color:#0000;font-weight:400;text-decoration:line-through}.lidi-page .slot.slot-selected{background:var(--navy);color:#fff;border-color:var(--navy)}.lidi-page .cal-form{padding:1.5rem 1.75rem}.lidi-page .form-row{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:.75rem;display:grid}.lidi-page .form-group{flex-direction:column;gap:.4rem;display:flex}.lidi-page .form-label{letter-spacing:.04em;color:var(--navy);font-size:.75rem;font-weight:600}.lidi-page .form-input{border:1px solid var(--rule);background:var(--bg);color:var(--navy);border-radius:8px;outline:none;width:100%;padding:.65rem .9rem;font-family:DM Sans,sans-serif;font-size:.85rem;transition:border-color .15s}.lidi-page .form-input:focus{border-color:var(--blue)}.lidi-page .form-input::placeholder{color:var(--taken-txt)}.lidi-page .form-note-input{border:1px solid var(--rule);background:var(--bg);color:var(--navy);resize:none;border-radius:8px;outline:none;width:100%;padding:.65rem .9rem;font-family:DM Sans,sans-serif;font-size:.85rem;transition:border-color .15s}.lidi-page .form-note-input:focus{border-color:var(--blue)}.lidi-page .form-note-input::placeholder{color:var(--taken-txt)}.lidi-page .form-submit{background:var(--navy);color:#fff;cursor:pointer;letter-spacing:.02em;border:none;border-radius:9px;width:100%;margin-top:.75rem;padding:.9rem;font-family:DM Sans,sans-serif;font-size:.88rem;font-weight:600;transition:background .2s}.lidi-page .form-submit:hover{background:var(--navy-mid)}.lidi-page .form-submit:disabled{cursor:wait;background:#7f8da0}.lidi-page .notify-badge{color:var(--muted);align-items:center;gap:.5rem;margin-top:.85rem;font-size:.73rem;font-weight:400;display:flex}.lidi-page .notify-badge-dot{background:#22c55e;border-radius:50%;flex-shrink:0;width:6px;height:6px}.lidi-page .booking-confirmed-box{text-align:center;padding:3rem 2rem}.lidi-page .booking-confirmed-icon{margin-bottom:1rem;font-size:2rem}.lidi-page .booking-confirmed-title{color:var(--navy);margin-bottom:.75rem;font-family:DM Serif Display,serif;font-size:1.4rem}.lidi-page .booking-confirmed-body{color:var(--muted);font-size:.9rem;line-height:1.7}.lidi-page .booking-confirmed-body strong{color:var(--navy)}.lidi-page .cal-error{color:var(--muted);grid-column:1/-1;padding:1rem 0;font-size:.85rem}.lidi-page footer{background:var(--navy);justify-content:space-between;align-items:center;padding:2.5rem 4rem;display:flex}.lidi-page .footer-logo{color:#fff;align-items:center;text-decoration:none;display:flex}.lidi-page .footer-logo .lidi-logo-svg{color:#fff;width:auto;height:60px}.lidi-page .footer-copy{color:#ffffff59;font-size:.78rem}.lidi-page .footer-links{gap:2rem;display:flex}.lidi-page .footer-link{color:#ffffff73;font-size:.78rem;font-weight:500;text-decoration:none;transition:color .2s}.lidi-page .footer-link:hover{color:#fffc}@media (width<=1180px){.lidi-page .proof{gap:2.25rem}.lidi-page .speed-stat{padding:0 1.5rem}.lidi-page .glove{gap:3rem}.lidi-page .contact-shell{grid-template-columns:1fr}}@media (width<=980px){.lidi-page nav,.lidi-page .hero,.lidi-page .proof,.lidi-page .trust-strip,.lidi-page .services,.lidi-page .speed-band,.lidi-page .speed-band-footer,.lidi-page .process,.lidi-page .glove,.lidi-page .booking,.lidi-page footer{padding-left:2rem;padding-right:2rem}.lidi-page nav{align-items:flex-start;gap:1rem;height:auto;min-height:88px;padding-top:1rem;padding-bottom:1rem}.lidi-page .nav-right{flex-wrap:wrap;justify-content:flex-end;gap:1rem 1.5rem}.lidi-page .hero{grid-template-columns:1fr;padding-top:5.5rem;padding-bottom:4.5rem}.lidi-page .hero-liquid{min-height:430px}.lidi-page .hero-liquid .liquid-svg{width:min(560px,100%)}.lidi-page .proof{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;display:grid}.lidi-page .proof-divider{display:none}.lidi-page .trust-row,.lidi-page .services-grid,.lidi-page .process-steps,.lidi-page .glove,.lidi-page .booking-layout,.lidi-page .contact-cards{grid-template-columns:1fr}.lidi-page .trust-item+.trust-item{border-left:0;border-top:1px solid var(--rule);padding-top:1.25rem}.lidi-page .trust-row{gap:1.25rem}.lidi-page .process-step{border-right:none;border-bottom:1px solid var(--rule)}.lidi-page .process-step:last-child{border-bottom:none}.lidi-page .team-card{gap:1rem;padding:1.35rem}.lidi-page .team-photo{width:92px;height:92px}.lidi-page .speed-band,.lidi-page footer{flex-direction:column;align-items:flex-start}.lidi-page .speed-band-stats{justify-content:flex-start;width:100%}}@media (width<=640px){.lidi-page nav,.lidi-page .hero,.lidi-page .proof,.lidi-page .trust-strip,.lidi-page .services,.lidi-page .speed-band,.lidi-page .speed-band-footer,.lidi-page .process,.lidi-page .glove,.lidi-page .contact-section,.lidi-page .booking,.lidi-page footer{padding-left:1.25rem;padding-right:1.25rem}.lidi-page .logo .lidi-logo-svg{height:54px}.lidi-page .nav-right{justify-content:space-between;gap:.85rem 1rem;width:100%}.lidi-page .nav-link,.lidi-page .nav-book{font-size:.8rem}.lidi-page .hero{padding-top:4.25rem;padding-bottom:3.5rem}.lidi-page .hero-liquid{min-height:300px}.lidi-page .hero-liquid .liquid-svg{width:min(360px,100%)}.lidi-page h1{font-size:clamp(2.7rem,13vw,4.1rem)}.lidi-page .hero-sub{max-width:none;font-size:1rem}.lidi-page .hero-ctas{flex-wrap:wrap;gap:.9rem}.lidi-page .proof{grid-template-columns:1fr}.lidi-page .speed-band-stats{flex-direction:column;align-items:flex-start}.lidi-page .speed-stat{padding:0}.lidi-page .speed-stat+.speed-stat{border-top:1px solid #ffffff2e;border-left:0;margin-top:.9rem;padding-top:.9rem}.lidi-page .team-card{flex-direction:column}.lidi-page .team-photo{width:100%;height:220px}.lidi-page .form-row{grid-template-columns:1fr}.lidi-page .footer-links{flex-direction:column;gap:.9rem}}.bk-overlay{z-index:800;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0812248c;place-items:center;padding:16px;animation:.2s both fade-in;display:grid;position:fixed;inset:0}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.bk-modal{background:#fff;border-radius:22px;flex-direction:column;width:100%;max-width:1080px;max-height:calc(100vh - 32px);animation:.28s cubic-bezier(.22,1,.36,1) both modal-up;display:flex;overflow:hidden;box-shadow:0 30px 80px #08122447}@keyframes modal-up{0%{opacity:0;transform:translateY(28px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.bk-header{border-bottom:1px solid #0f172a1f;flex-shrink:0;justify-content:space-between;align-items:flex-start;padding:22px 24px 18px;display:flex}.bk-header h2{margin:0;font-size:1.55rem}.bk-close{cursor:pointer;color:#0b1f38;background:#0f172a12;border:none;border-radius:50%;flex-shrink:0;place-items:center;width:32px;height:32px;font-size:1rem;display:grid}.bk-close:hover{background:#0f172a21}.bk-cal-shell{grid-template-columns:340px 1fr;min-height:720px;display:grid}.bk-cal-copy{background:linear-gradient(#f7fbff 0%,#eef7ff 100%);border-right:1px solid #0f172a14;align-content:start;gap:16px;padding:28px 24px;display:grid}.bk-cal-copy h3{margin:0;font-size:1.6rem}.bk-cal-copy p{color:#46627f;margin:0;line-height:1.6}.bk-cal-points{color:#23496f;gap:8px;margin:0;padding-left:18px;display:grid}.bk-cal-actions{gap:10px;display:grid}.bk-cal-link{color:#0a4b83;font-weight:700;text-decoration:none}.bk-cal-link:hover{text-decoration:underline}.bk-cal-embed-wrap{background:#fff;min-height:720px}.bk-cal-embed{background:#fff;border:0;width:100%;height:100%;min-height:720px}@media (width<=920px){.bk-modal{max-height:calc(100vh - 20px)}.bk-cal-shell{grid-template-columns:1fr}.bk-cal-copy{border-bottom:1px solid #0f172a14;border-right:0}.bk-cal-embed,.bk-cal-embed-wrap{min-height:620px}}
