.hero-section{position:relative;width:100%;height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding-inline:1rem;padding-block:1rem calc(1rem + env(safe-area-inset-bottom));overflow:hidden}@media(min-width:768px){.hero-section{gap:3rem}}@media(max-width:1023px){.hero-section{padding-block:1rem calc(68px + 1rem + env(safe-area-inset-bottom))}}.hero-section .hero-h1{margin:0;text-align:center;width:100%;font-size:clamp(1.5rem,4.5vw,2.5rem);pointer-events:none}.hero-section .hero-h1-line{display:block}.hero-section .hero-stage-wrap .hero-h1{position:absolute;inset-inline:0;top:8%;z-index:5}@media(min-width:768px){.hero-section .hero-stage-wrap .hero-h1{top:15%;font-size:clamp(1.75rem,3vw,2.75rem)}}.hero-section .hero-stage-wrap{position:relative;width:100%;max-width:72rem;display:flex;flex-direction:column;align-items:center;gap:1.25rem;min-height:0}.hero-section .hero-stage-wrap>astro-island{display:contents}.hero-section .motors-hero-stage{position:relative;width:min(100%,calc((100dvh - 22rem - env(safe-area-inset-bottom)) * 16 / 9));aspect-ratio:16 / 9;margin-inline:auto;top:10%}@media(max-width:1023px){.hero-section .motors-hero-stage{width:min(100%,calc((100dvh - 27rem - env(safe-area-inset-bottom)) * 16 / 9))}}.hero-section .motors-hero-frame{position:relative;width:100%;height:100%}.hero-section .motors-hero-photo-link{position:absolute;inset:0;display:block;width:100%;height:100%;cursor:grab;touch-action:none;z-index:1;text-decoration:none;color:inherit;user-select:none}.hero-section .motors-hero-photo-link:after{content:"";position:absolute;inset:0;background:#0a0a0a4d;opacity:0;pointer-events:none;z-index:2;transition:opacity 1.4s cubic-bezier(.25,.1,.25,1)}.hero-section .motors-hero-photo-link:active{cursor:grabbing}.hero-section .motors-hero-photo-link--static{cursor:default;touch-action:auto}.hero-section .motors-hero-photo-link:focus-visible{outline:2px solid var(--color-champagne, #E8D6B3);outline-offset:2px}.hero-section .motors-hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none;user-select:none;-webkit-user-drag:none}.hero-section .motors-hero-photo-fade{position:absolute;inset:0;overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent 0,#000 3%,#000 97%,transparent 100%),linear-gradient(to bottom,transparent 0,#000 3%,#000 97%,transparent 100%);-webkit-mask-composite:source-in;mask-image:linear-gradient(to right,transparent 0,#000 3%,#000 97%,transparent 100%),linear-gradient(to bottom,transparent 0,#000 3%,#000 97%,transparent 100%);mask-composite:intersect}.hero-section .motors-hero-vignette{position:absolute;inset:0;pointer-events:none;z-index:3}.hero-section .motors-hero-chevron{position:absolute;top:50%;transform:translateY(-50%);z-index:5;background:none;border:none;padding:.75rem;min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;color:#fff9;font-size:2.25rem;line-height:1;cursor:pointer;transition:color .22s cubic-bezier(.25,.1,.25,1),opacity .22s cubic-bezier(.25,.1,.25,1);opacity:.35}.hero-section .motors-hero-chevron:hover,.hero-section .motors-hero-chevron:focus-visible{opacity:.85;color:#fffffff2;outline:none}.hero-section .motors-hero-chevron--prev{left:.5rem}.hero-section .motors-hero-chevron--next{right:.5rem}@media(min-width:768px){.hero-section .motors-hero-chevron--prev{left:1.25rem}.hero-section .motors-hero-chevron--next{right:1.25rem}}.hero-section .motors-hero-caption{position:absolute;bottom:12%;left:8%;z-index:4;color:#fffffff2;font-family:Inter,system-ui,sans-serif;font-weight:400;font-size:13px;letter-spacing:.02em;pointer-events:none;max-width:84%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-section .motors-hero-dots{display:flex;align-items:center;justify-content:center;gap:.25rem;width:100%}.hero-section .motors-hero-dot{background:none;border:none;padding:.75rem .375rem;min-width:36px;min-height:36px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;line-height:0}.hero-section .motors-hero-dot-glyph{display:block;width:8px;height:8px;border-radius:9999px;background:#ffffff59;transition:background .22s cubic-bezier(.25,.1,.25,1),transform .22s cubic-bezier(.25,.1,.25,1)}.hero-section .motors-hero-dot:hover .motors-hero-dot-glyph,.hero-section .motors-hero-dot:focus-visible .motors-hero-dot-glyph{background:#ffffffa6;outline:none}.hero-section .motors-hero-dot--active .motors-hero-dot-glyph{width:10px;height:10px;background:#fffffff2}.hero-section .motors-hero-stage,.hero-section .motors-hero-dots{opacity:0;transform:translateY(20px)}.hero-section .hero-h1,.hero-section .hero-subhead,.hero-section .hero-ctas,.hero-section .motors-hero-stage,.hero-section .motors-hero-dots{transition:opacity .5s cubic-bezier(.25,.1,.25,1),transform .5s cubic-bezier(.25,.1,.25,1)}.hero-section.skip-anim .hero-h1,.hero-section.skip-anim .hero-subhead,.hero-section.skip-anim .hero-ctas,.hero-section.skip-anim .motors-hero-stage,.hero-section.skip-anim .motors-hero-dots{transition:none}.hero-section.phase-a-revealed .motors-hero-photo-link:after{opacity:1}.hero-section.phase-a-revealed .hero-h1{opacity:1;transform:translateY(0);transition-delay:0s}.hero-section.phase-a-revealed .hero-subhead{opacity:1;transform:translateY(0);transition-delay:.15s}.hero-section.phase-a-revealed .hero-ctas{opacity:1;transform:translateY(0);transition-delay:.3s}.hero-section.phase-a-revealed .motors-hero-stage{opacity:1;transform:translateY(0);transition-delay:.45s}.hero-section.phase-a-revealed .motors-hero-dots{opacity:1;transform:translateY(0);transition-delay:.6s}@media(prefers-reduced-motion:reduce){.hero-section .hero-h1,.hero-section .hero-subhead,.hero-section .hero-ctas,.hero-section .motors-hero-stage,.hero-section .motors-hero-dots{opacity:1!important;transform:none!important;transition:none!important}.hero-section .motors-hero-photo-link:after{opacity:1!important;transition:none!important}}@media(max-width:1023px)and (orientation:landscape){.hero-section{display:grid!important;grid-template-columns:1fr 1fr!important;grid-template-rows:1fr 1fr!important;align-items:stretch!important;justify-items:stretch!important;gap:0 1rem!important;padding-block:.5rem calc(.5rem + env(safe-area-inset-bottom))!important;padding-inline:max(.5rem,env(safe-area-inset-left)) max(.5rem,env(safe-area-inset-right))!important}.hero-section .hero-stage-wrap{display:contents!important}.hero-section .motors-hero-stage{grid-column:1!important;grid-row:1 / -1!important;justify-self:center!important;align-self:center!important;position:relative!important;inset:auto!important;width:min(100%,calc((100dvh - 1rem - env(safe-area-inset-bottom)) * 16 / 9))!important;aspect-ratio:16 / 9!important;max-width:100%!important;max-height:100%!important;z-index:auto!important;pointer-events:auto!important}.hero-section .motors-hero-dots{display:none!important}.hero-section .hero-stage-wrap .hero-h1{grid-column:2!important;grid-row:1!important;align-self:end!important;justify-self:stretch!important;width:100%!important;position:static!important;top:auto!important;inset-inline:auto!important;margin:0!important;text-align:left!important;font-size:clamp(1rem,3vw,1.6rem)!important}.hero-section .hero-meta{grid-column:2!important;grid-row:2!important;align-self:start!important;justify-self:stretch!important;width:100%!important;max-width:none!important;text-align:left!important}.hero-section .hero-subhead{margin-inline:0!important;margin-bottom:.75rem!important;font-size:.78rem!important;line-height:1.4!important;max-width:none!important}.hero-section .hero-ctas{align-items:flex-start!important;justify-content:flex-start!important;flex-direction:row!important;gap:1rem!important}.hero-section .hero-ctas a{font-size:.78rem!important;min-height:36px!important;padding-block:.35rem!important;padding-inline:1rem!important}}@media(prefers-contrast:more){.hero-section .motors-hero-photo-link:after{background:#0a0a0a8c}.hero-section .hero-subhead{color:#fff}}.scrollpath-section[data-astro-cid-h4msaxuo]{padding-block:clamp(96px,12vw,160px);background:#0a0a0a}.scrollpath-header[data-astro-cid-h4msaxuo]{display:flex;flex-direction:column;gap:16px;max-width:540px;margin-bottom:clamp(48px,7vw,72px)}.scrollpath-heading[data-astro-cid-h4msaxuo]{margin:0;font-family:Inter,system-ui,sans-serif;font-weight:300;font-size:clamp(32px,4.4vw,48px);line-height:1.1;letter-spacing:-.01em;color:#fffffff2}.scrollpath-list[data-astro-cid-h4msaxuo]{list-style:none;margin:0;padding:0}.scrollpath-step[data-astro-cid-h4msaxuo]{display:grid;grid-template-columns:1fr;row-gap:16px;padding-block:clamp(32px,4vw,48px);border-bottom:1px solid rgba(232,214,179,.12);opacity:0;transform:translate3d(0,12px,0);transition:opacity .55s cubic-bezier(.25,.1,.25,1),transform .55s cubic-bezier(.25,.1,.25,1);will-change:opacity,transform}.scrollpath-step[data-astro-cid-h4msaxuo]:last-child{border-bottom:none}.scrollpath-step[data-astro-cid-h4msaxuo].is-revealed{opacity:1;transform:translateZ(0)}.scrollpath-step-rail[data-astro-cid-h4msaxuo]{display:flex;flex-direction:column;gap:12px}.scrollpath-step-num[data-astro-cid-h4msaxuo]{font-family:Cinzel,serif;font-weight:700;font-size:12px;line-height:1.2;letter-spacing:.26em;text-transform:uppercase;color:#ffffff73;font-variant-numeric:tabular-nums}.scrollpath-step-mark[data-astro-cid-h4msaxuo]{display:block;width:24px;height:1px;background:#e8d6b38c;margin-top:-4px}.scrollpath-step-name[data-astro-cid-h4msaxuo]{margin:0;font-family:Inter,system-ui,sans-serif;font-weight:400;font-size:clamp(22px,2.4vw,28px);line-height:1.25;color:#fffffff2;letter-spacing:-.005em}.scrollpath-step-body[data-astro-cid-h4msaxuo]{margin:0;font-family:Inter,system-ui,sans-serif;font-weight:400;font-size:clamp(15px,1.4vw,16px);line-height:1.6;color:#ffffffa6;max-width:56ch}@media(min-width:768px)and (max-width:1023.98px){.scrollpath-step[data-astro-cid-h4msaxuo]{grid-template-columns:minmax(160px,200px) minmax(0,1fr);column-gap:clamp(24px,3.5vw,40px);row-gap:0;align-items:start}.scrollpath-step-rail[data-astro-cid-h4msaxuo]{grid-column:1}.scrollpath-step-body[data-astro-cid-h4msaxuo]{grid-column:2;padding-top:4px}}@media(min-width:1024px){.scrollpath-step[data-astro-cid-h4msaxuo]{grid-template-columns:minmax(180px,220px) minmax(0,1fr);column-gap:clamp(32px,4vw,56px);row-gap:0;align-items:start;padding-block:clamp(40px,4.5vw,56px)}.scrollpath-step-rail[data-astro-cid-h4msaxuo]{grid-column:1}.scrollpath-step-body[data-astro-cid-h4msaxuo]{grid-column:2;padding-top:4px}}@media(prefers-reduced-motion:reduce){.scrollpath-step[data-astro-cid-h4msaxuo]{opacity:1!important;transform:none!important;transition:none!important}}.services-grid{display:grid;grid-template-columns:1fr}.services-heading[data-index="1"],.services-heading[data-index="2"]{margin-top:3rem}.services-panel[data-active=false]{display:none}.services-panel[data-active=true]{margin-top:1.25rem}@media(min-width:768px){.services-grid{grid-template-columns:5fr 7fr;grid-template-areas:"h1 panels" "h2 panels" "h3 panels";column-gap:4rem;row-gap:3.5rem}.services-heading[data-index="0"]{grid-area:h1}.services-heading[data-index="1"]{grid-area:h2;margin-top:0}.services-heading[data-index="2"]{grid-area:h3;margin-top:0}.services-panel{grid-area:panels}.services-panel[data-active=false]{display:block}.services-panel[data-active=true]{margin-top:0}}@media(min-width:1024px){.services-grid{column-gap:5rem;row-gap:4rem}}.trust-pillars-shell[data-astro-cid-lob5jb4s]{padding-top:clamp(48px,6vw,80px);padding-bottom:clamp(96px,12vw,160px);background:#0a0a0a}.trust-pillars-header[data-astro-cid-lob5jb4s]{display:flex;flex-direction:column;gap:16px;max-width:540px;margin-bottom:clamp(56px,8vw,96px)}.trust-pillars-heading[data-astro-cid-lob5jb4s]{margin:0;font-family:Inter,system-ui,sans-serif;font-weight:300;font-size:clamp(32px,4.4vw,48px);line-height:1.1;letter-spacing:-.01em;color:#fffffff2}.trust-pillars-sub[data-astro-cid-lob5jb4s]{margin:0;font-family:Inter,system-ui,sans-serif;font-weight:400;font-size:clamp(15px,1.4vw,18px);line-height:1.55;color:#fff9;max-width:540px}.trust-photo[data-astro-cid-lob5jb4s]{position:relative;margin:0 0 clamp(56px,8vw,96px);aspect-ratio:3 / 2;width:100%}.trust-photo-img[data-astro-cid-lob5jb4s]{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;display:block}.trust-chapters[data-astro-cid-lob5jb4s]{list-style:none;margin:0;padding:0}.trust-chapter[data-astro-cid-lob5jb4s]{display:grid;grid-template-columns:1fr;row-gap:24px;padding-block:clamp(56px,8vw,104px);border-top:1px solid rgba(232,214,179,.08);opacity:0;transform:translate3d(0,12px,0);transition:opacity .55s cubic-bezier(.25,.1,.25,1),transform .55s cubic-bezier(.25,.1,.25,1);will-change:opacity,transform}.trust-chapter[data-astro-cid-lob5jb4s]:last-child{border-bottom:1px solid rgba(232,214,179,.08)}.trust-chapter[data-astro-cid-lob5jb4s].is-revealed{opacity:1;transform:translateZ(0)}.trust-chapter-numeral[data-astro-cid-lob5jb4s]{display:flex;flex-direction:column;gap:10px}.trust-chapter-figure[data-astro-cid-lob5jb4s]{font-family:Inter,system-ui,sans-serif;font-weight:200;font-size:clamp(64px,9vw,112px);line-height:.9;letter-spacing:-.04em;color:#e8d6b36b;font-variant-numeric:tabular-nums}.trust-chapter-label[data-astro-cid-lob5jb4s]{font-family:Cinzel,serif;font-weight:700;font-size:11px;line-height:1.2;letter-spacing:.26em;text-transform:uppercase;color:#fff6;font-variant-numeric:tabular-nums}.trust-chapter-body[data-astro-cid-lob5jb4s]{display:flex;flex-direction:column;gap:20px;max-width:56ch}.trust-chapter-name[data-astro-cid-lob5jb4s]{margin:0;font-family:Inter,system-ui,sans-serif;font-weight:300;font-size:clamp(26px,3vw,34px);line-height:1.2;letter-spacing:-.01em;color:#fffffff5}.trust-chapter-text[data-astro-cid-lob5jb4s]{margin:0;font-family:Inter,system-ui,sans-serif;font-weight:400;font-size:clamp(15px,1.4vw,17px);line-height:1.6;color:#ffffffad}.trust-chapter-meta[data-astro-cid-lob5jb4s]{display:flex;flex-direction:column;gap:14px;margin-top:4px}.trust-chapter-rule[data-astro-cid-lob5jb4s]{display:block;width:48px;height:1px;background:#e8d6b38c}.trust-chapter-chips[data-astro-cid-lob5jb4s]{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:6px 20px}.trust-chapter-chips[data-astro-cid-lob5jb4s] li[data-astro-cid-lob5jb4s]{font-family:Cinzel,serif;font-weight:700;font-size:11px;line-height:1.4;letter-spacing:.22em;text-transform:uppercase;color:#ffffff80}.trust-chapter-chips[data-astro-cid-lob5jb4s] li[data-astro-cid-lob5jb4s]+li[data-astro-cid-lob5jb4s]:before{content:"·";margin-right:20px;margin-left:-14px;color:#e8d6b373}@media(min-width:768px){.trust-chapter[data-astro-cid-lob5jb4s]{grid-template-columns:minmax(140px,200px) minmax(0,1fr);column-gap:clamp(40px,6vw,96px);row-gap:0;align-items:start}}@media(min-width:1024px){.trust-chapter[data-astro-cid-lob5jb4s]{grid-template-columns:minmax(180px,220px) minmax(0,1fr);column-gap:clamp(64px,8vw,128px);padding-block:clamp(72px,9vw,128px)}}@media(prefers-reduced-motion:reduce){.trust-chapter[data-astro-cid-lob5jb4s]{opacity:1!important;transform:none!important;transition:none!important}}.finalcta-section[data-astro-cid-uksgcafc]{padding-block:clamp(96px,12vw,160px);background:#0a0a0a;border-top:1px solid rgba(232,214,179,.12);border-bottom:1px solid rgba(232,214,179,.12)}.finalcta-inner[data-astro-cid-uksgcafc]{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:clamp(2rem,5vw,4.5rem);align-items:center;max-width:60rem}.finalcta-panel[data-astro-cid-uksgcafc]{display:flex;flex-direction:column;align-items:center;gap:1.25rem;text-align:center;max-width:26rem;margin-inline:auto}.finalcta-divider[data-astro-cid-uksgcafc]{width:1px;align-self:stretch;background:linear-gradient(to bottom,transparent 0%,rgba(232,214,179,.2) 25%,rgba(232,214,179,.2) 75%,transparent 100%)}.finalcta-heading[data-astro-cid-uksgcafc]{margin:0;font-family:Inter,system-ui,sans-serif;font-weight:300;font-size:clamp(28px,4vw,44px);line-height:1.1;letter-spacing:-.01em;color:#fffffff2;text-wrap:balance}.finalcta-lead[data-astro-cid-uksgcafc]{margin:0;font-family:Inter,system-ui,sans-serif;font-weight:400;font-size:clamp(16px,1.5vw,19px);line-height:1.55;color:#ffffffa6;max-width:46ch}.finalcta-actions[data-astro-cid-uksgcafc]{margin-top:.5rem;display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}@media(max-width:767px){.finalcta-inner[data-astro-cid-uksgcafc]{grid-template-columns:1fr;gap:clamp(2.5rem,8vw,3.5rem)}.finalcta-divider[data-astro-cid-uksgcafc]{width:100%;height:1px;align-self:auto;background:linear-gradient(to right,transparent 0%,rgba(232,214,179,.2) 25%,rgba(232,214,179,.2) 75%,transparent 100%)}}
