:root{--c-red:#e8000d;--c-red-dark:#4a0205;--c-black:#0a0a0a;--c-anthracite:#1a1a1a;--c-gray:#3a3a3a;--c-off-white:#f0f0f0;--c-white:#fff;--bg:var(--c-black);--bg-alt:var(--c-anthracite);--border:var(--c-gray);--text:var(--c-off-white);--text-strong:var(--c-white);--text-muted:#9a9a9a;--font-display:"Barlow Condensed", "Arial Narrow", sans-serif;--font-body:"DM Sans", system-ui, sans-serif;--container:1240px;--header-h:76px;--radius:4px;--ease:cubic-bezier(.22, 1, .36, 1);--dur:.6s}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:var(--header-h);-webkit-text-size-adjust:100%}body{font-family:var(--font-body);background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1rem;line-height:1.65;overflow-x:hidden}img,svg,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit;color:inherit}ul{list-style:none}h1,h2,h3,h4{font-family:var(--font-display);color:var(--text-strong);text-transform:uppercase;letter-spacing:.01em;font-weight:800;line-height:1.02}h1{font-size:clamp(2.75rem,9vw,6.5rem)}h2{font-size:clamp(2.1rem,5.5vw,3.75rem)}h3{font-size:clamp(1.3rem,2.2vw,1.6rem);font-weight:700}::selection{background:var(--c-red);color:var(--c-white)}:focus-visible{outline:2px solid var(--c-red);outline-offset:3px;border-radius:2px}.skip-link{z-index:200;background:var(--c-red);color:var(--c-white);font-family:var(--font-display);text-transform:uppercase;letter-spacing:.08em;transition:top .2s var(--ease);padding:12px 20px;font-weight:700;position:absolute;top:-120px;left:12px}.skip-link:focus{top:12px}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:clamp(1.25rem,5vw,4rem)}.section{padding-block:clamp(4.5rem,11vw,9rem);position:relative}.section--alt{background:var(--bg-alt)}.kicker{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.22em;color:var(--c-red);align-items:center;gap:.7rem;margin-bottom:1.25rem;font-size:.95rem;font-weight:600;display:inline-flex}.kicker:before{content:"";background:var(--c-red);width:38px;height:2px}.section-title{margin-bottom:1.5rem}.section-head{padding-left:1.5rem;position:relative}.section-head:before{content:"";background:linear-gradient(180deg, var(--c-red), #e8000d26);width:3px;position:absolute;top:.1rem;bottom:.1rem;left:0}.hud-frame{position:relative}.hud-frame:before,.hud-frame:after{content:"";border:2px solid var(--c-red);opacity:.85;pointer-events:none;width:18px;height:18px;position:absolute}.hud-frame:before{border-bottom:0;border-right:0;top:-1px;left:-1px}.hud-frame:after{border-top:0;border-left:0;bottom:-1px;right:-1px}.accent-rule{background:var(--c-red);width:clamp(56px,9vw,110px);height:4px;margin:1.5rem 0;display:block;box-shadow:0 0 12px #e8000d8c}.reveal .accent-rule{width:0;transition:width .7s var(--ease) .15s}.reveal.is-visible .accent-rule{width:clamp(56px,9vw,110px)}.deco-cross{pointer-events:none;color:var(--c-red);opacity:.14;z-index:0;position:absolute}.deco-cross svg{fill:currentColor;width:100%;height:100%;transform:rotate(45deg)}.lead{color:var(--text);font-size:clamp(1rem,1.4vw,1.15rem)}.btn{--btn-bg:var(--c-red);--btn-fg:var(--c-white);background:var(--btn-bg);color:var(--btn-fg);font-family:var(--font-display);text-transform:uppercase;letter-spacing:.08em;border:2px solid var(--btn-bg);border-radius:var(--radius);cursor:pointer;transition:transform .25s var(--ease), filter .25s var(--ease), background-color .25s var(--ease), color .25s var(--ease);justify-content:center;align-items:center;gap:.6rem;padding:.95rem 2rem;font-size:1.05rem;font-weight:700;display:inline-flex}.btn:hover{filter:brightness(1.12);transform:translateY(-3px)scale(1.02)}.btn:active{transform:translateY(-1px)scale(1)}.btn--ghost{--btn-bg:transparent;--btn-fg:var(--c-white);border-color:var(--border)}.btn--ghost:hover{border-color:var(--c-red);filter:none;background:#e8000d14}.btn--block{width:100%}.grain:after{content:"";pointer-events:none;opacity:.05;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.reveal{opacity:0;transition:opacity .7s var(--ease), transform .7s var(--ease);transition-delay:var(--reveal-delay,0s);will-change:transform, opacity;transform:translateY(18px)}.reveal.is-visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}.reveal{opacity:1!important;transform:none!important}.reveal .accent-rule{width:clamp(56px,9vw,110px)}}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}.logo[data-v-bd6817b2]{line-height:0;display:inline-block}.logo img[data-v-bd6817b2]{width:auto;height:2.4rem;display:block}.logo--full img[data-v-bd6817b2]{height:7rem}.header[data-v-4d54da3d]{z-index:100;height:var(--header-h);transition:background-color .35s var(--ease), box-shadow .35s var(--ease);position:fixed;inset:0 0 auto}.header.is-scrolled[data-v-4d54da3d]{-webkit-backdrop-filter:blur(14px)saturate(140%);background:#0a0a0ab8;box-shadow:0 1px #ffffff0f}.header__inner[data-v-4d54da3d]{align-items:center;gap:2rem;height:100%;display:flex}.header__brand[data-v-4d54da3d]{flex-shrink:0;font-size:1.35rem}.nav[data-v-4d54da3d]{margin-left:auto}.nav__list[data-v-4d54da3d]{align-items:center;gap:2.2rem;display:flex;position:relative}.nav__link[data-v-4d54da3d]{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.12em;color:var(--text);transition:color .25s var(--ease);padding:.4rem 0;font-size:1.05rem;font-weight:600;display:inline-block}.nav__link[data-v-4d54da3d]:hover,.nav__link.is-active[data-v-4d54da3d]{color:var(--c-white)}.nav__indicator[data-v-4d54da3d]{background:var(--c-red);opacity:0;height:2px;transition:transform .35s var(--ease), width .35s var(--ease), opacity .25s var(--ease);position:absolute;bottom:-2px;left:0}.nav__indicator.is-on[data-v-4d54da3d]{opacity:1}.header__cta[data-v-4d54da3d]{flex-shrink:0;padding:.7rem 1.4rem;font-size:.95rem}.burger[data-v-4d54da3d]{cursor:pointer;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:44px;height:44px;display:none}.burger span[data-v-4d54da3d]{background:var(--c-white);width:26px;height:2px;transition:transform .3s var(--ease), opacity .2s var(--ease);display:block}.is-menu-open .burger span[data-v-4d54da3d]:first-child{transform:translateY(8px)rotate(45deg)}.is-menu-open .burger span[data-v-4d54da3d]:nth-child(2){opacity:0}.is-menu-open .burger span[data-v-4d54da3d]:nth-child(3){transform:translateY(-8px)rotate(-45deg)}@media (width<=1024px){.nav[data-v-4d54da3d],.header__cta[data-v-4d54da3d]{display:none}.burger[data-v-4d54da3d]{margin-left:auto;display:flex}}.overlay{z-index:99;background:var(--c-red);padding-top:var(--header-h);flex-direction:column;justify-content:center;display:flex;position:fixed;inset:0;overflow-y:auto}.overlay__nav{flex-direction:column;flex:1;justify-content:center;gap:.4rem;width:100%;padding:0 clamp(1.5rem,8vw,3rem);display:flex}.overlay__link{font-family:var(--font-display);text-transform:uppercase;color:#ffffffa6;transition:color .25s var(--ease), padding-left .3s var(--ease);border-bottom:1px solid #fff3;align-items:baseline;gap:1rem;padding:.5rem 0;font-size:clamp(2rem,10vw,3.2rem);font-weight:800;line-height:1.15;display:flex}.overlay__link.is-active,.overlay__link:hover{color:var(--c-white);padding-left:.6rem}.overlay__link.is-active{border-bottom-color:#fff9}.overlay__index{letter-spacing:.2em;color:#ffffff80;font-size:.85rem;font-weight:600}.overlay__actions{border-top:1px solid #fff3;flex-direction:column;gap:.85rem;padding:2rem clamp(1.5rem,8vw,3rem);display:flex}.overlay__btn-demande{background:var(--c-white);color:var(--c-red);text-align:center;font-size:1rem}.overlay__btn-demande:hover{background:#ffffffe0}.overlay__btn-call{color:var(--c-white);border-color:#ffffff80;justify-content:center;align-items:center;gap:.6rem;font-size:1rem;display:flex}.overlay__btn-call:hover{border-color:var(--c-white);background:#ffffff14}.overlay-enter-active{animation:overlayIn .45s var(--ease) forwards}.overlay-leave-active{animation:overlayOut .35s var(--ease) forwards}@keyframes overlayIn{0%{clip-path:inset(0 0 100%);opacity:.6}to{clip-path:inset(0 0 0%);opacity:1}}@keyframes overlayOut{0%{clip-path:inset(0 0 0%);opacity:1}to{clip-path:inset(0 0 100%);opacity:0}}.overlay-enter-active .overlay__link,.overlay-enter-active .overlay__actions{opacity:0;animation:linkIn .45s var(--ease) forwards;animation-delay:calc(var(--i,0) * 60ms + .2s);transform:translateY(16px)}.overlay-enter-active .overlay__actions{--i:6}@keyframes linkIn{to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.overlay-enter-active,.overlay-leave-active{transition:opacity .2s;animation:none}.overlay-enter-from,.overlay-leave-to{opacity:0}.overlay-enter-active .overlay__link,.overlay-enter-active .overlay__actions{opacity:1;animation:none;transform:none}}.footer[data-v-f6f479a8]{background:var(--c-black);border-top:3px solid var(--c-red);padding-top:4rem}.footer__inner[data-v-f6f479a8]{grid-template-columns:1.4fr 1fr 1fr;gap:2.5rem;padding-bottom:3rem;display:grid}.footer__brand a[data-v-f6f479a8]{font-size:1.3rem}.footer__tag[data-v-f6f479a8]{color:var(--text-muted);margin-top:1rem;font-size:.95rem}.footer__nav[data-v-f6f479a8]{flex-direction:column;gap:.75rem;display:flex}.footer__nav a[data-v-f6f479a8]{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.1em;color:var(--text);width:fit-content;transition:color .2s var(--ease);font-size:.95rem;font-weight:600}.footer__nav a[data-v-f6f479a8]:hover{color:var(--c-red)}.footer__contact p[data-v-f6f479a8]{color:var(--text-muted);margin-bottom:.75rem;line-height:1.7}.footer__phone[data-v-f6f479a8]{font-family:var(--font-display);color:var(--c-white);transition:color .2s var(--ease);font-size:1.4rem;font-weight:700}.footer__phone[data-v-f6f479a8]:hover{color:var(--c-red)}.footer__bottom[data-v-f6f479a8]{border-top:1px solid var(--border);text-align:center;padding:1.5rem 0}.footer__bottom p[data-v-f6f479a8]{max-width:none;color:var(--text-muted);font-size:.85rem}@media (width<=768px){.footer[data-v-f6f479a8]{padding-top:3rem}.footer__inner[data-v-f6f479a8]{grid-template-columns:1fr;gap:2.25rem}}.call-fab[data-v-bb91eed9]{z-index:90;background:var(--c-red);color:var(--c-white);font-family:var(--font-display);letter-spacing:.05em;border-radius:999px;align-items:center;gap:.6rem;padding:.85rem 1.25rem;font-weight:700;display:none;position:fixed;bottom:16px;right:16px;box-shadow:0 8px 22px #0000008c}.call-fab svg[data-v-bb91eed9]{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;width:22px;height:22px}@media (width<=768px){.call-fab[data-v-bb91eed9]{display:inline-flex}}.ncross[data-v-f9e642b0]{width:100%;height:100%;overflow:visible;transform:rotate(45deg)}.ncross path[data-v-f9e642b0]{fill:var(--c-red);fill-opacity:0;stroke:var(--c-red);stroke-width:1.4px;stroke-linejoin:round;stroke-dasharray:100;stroke-dashoffset:100px;animation:nc-draw-f9e642b0 1s var(--ease) var(--d) forwards,nc-fill-f9e642b0 .7s var(--ease) calc(var(--d) + .8s) forwards,nc-glow-f9e642b0 3s ease-in-out calc(var(--d) + 1.4s) infinite}@keyframes nc-draw-f9e642b0{to{stroke-dashoffset:0}}@keyframes nc-fill-f9e642b0{to{fill-opacity:1}}@keyframes nc-glow-f9e642b0{0%,to{filter:drop-shadow(0 0 1px #e8000d80)}50%{filter:drop-shadow(0 0 6px #e8000df2)drop-shadow(0 0 14px #e8000d80)}}@media (prefers-reduced-motion:reduce){.ncross path[data-v-f9e642b0]{fill-opacity:1;stroke-dashoffset:0;filter:drop-shadow(0 0 3px #e8000d80);animation:none}}.hero[data-v-f50125a4]{background:var(--c-black);isolation:isolate;align-items:center;min-height:100svh;display:flex;position:relative;overflow:hidden}.hero__bg[data-v-f50125a4]{z-index:-2;position:absolute;inset:0}.hero__bg picture[data-v-f50125a4],.hero__bg img[data-v-f50125a4]{width:100%;height:100%}.hero__bg img[data-v-f50125a4]{object-fit:cover;object-position:center;animation:26s ease-in-out infinite alternate bgDrift-f50125a4;transform:scale(1.06)}.hero__veil[data-v-f50125a4]{z-index:-1;pointer-events:none;position:absolute;inset:0}.hero__veil--vignette[data-v-f50125a4]{background:radial-gradient(80% 75% at 50% 45%,#0000 0%,#0707078c 60%,#070707eb 100%)}.hero__veil--scrim[data-v-f50125a4]{background:linear-gradient(100deg,#070707f2 0%,#070707bf 38%,#07070759 66%,#0000 100%)}.hero__veil--glow[data-v-f50125a4]{background:radial-gradient(48% 42% at 86% 8%,#e8000d38,#0000 60%),radial-gradient(40% 50% at 6% 88%,#e8000d1f,#0000 60%);animation:7s ease-in-out infinite alternate glowPulse-f50125a4}.hero__stripes[data-v-f50125a4]{pointer-events:none;z-index:0;background:repeating-linear-gradient(-45deg,#0000 0 8px,#f0f0f00b 8px 10px);width:150%;height:150%;position:absolute}.hero__stripes--tr[data-v-f50125a4]{animation:24s linear infinite stripeDrift-f50125a4;top:-25%;right:-55%;-webkit-mask-image:radial-gradient(circle at 100% 0,#000 0%,#0000 42%);mask-image:radial-gradient(circle at 100% 0,#000 0%,#0000 42%)}.hero__stripes--bl[data-v-f50125a4]{animation:30s linear infinite reverse stripeDrift-f50125a4;bottom:-25%;left:-55%;-webkit-mask-image:radial-gradient(circle at 0 100%,#000 0%,#0000 40%);mask-image:radial-gradient(circle at 0 100%,#000 0%,#0000 40%)}.hero__bracket[data-v-f50125a4]{z-index:1;pointer-events:none;width:46px;height:46px;position:absolute}.hero__bracket[data-v-f50125a4]:before,.hero__bracket[data-v-f50125a4]:after{content:"";background:var(--c-red);opacity:.85;position:absolute}.hero__bracket[data-v-f50125a4]:before{width:100%;height:2px;animation:brkX-f50125a4 .7s var(--ease) .5s forwards;transform:scaleX(0)}.hero__bracket[data-v-f50125a4]:after{width:2px;height:100%;animation:brkY-f50125a4 .7s var(--ease) .7s forwards;transform:scaleY(0)}.hero__bracket--tl[data-v-f50125a4]{top:calc(var(--header-h) + 20px);left:20px}.hero__bracket--tl[data-v-f50125a4]:before{transform-origin:0;top:0;left:0}.hero__bracket--tl[data-v-f50125a4]:after{transform-origin:top;top:0;left:0}.hero__bracket--tr[data-v-f50125a4]{top:calc(var(--header-h) + 20px);right:20px}.hero__bracket--tr[data-v-f50125a4]:before{transform-origin:100%;top:0;right:0}.hero__bracket--tr[data-v-f50125a4]:after{transform-origin:top;top:0;right:0}.hero__bracket--bl[data-v-f50125a4]{bottom:20px;left:20px}.hero__bracket--bl[data-v-f50125a4]:before{transform-origin:0;bottom:0;left:0}.hero__bracket--bl[data-v-f50125a4]:after{transform-origin:bottom;bottom:0;left:0}.hero__bracket--br[data-v-f50125a4]{bottom:20px;right:20px}.hero__bracket--br[data-v-f50125a4]:before{transform-origin:100%;bottom:0;right:0}.hero__bracket--br[data-v-f50125a4]:after{transform-origin:bottom;bottom:0;right:0}.hero__x[data-v-f50125a4]{z-index:1;pointer-events:none;opacity:0;animation:10ms linear forwards xIn-f50125a4;position:absolute}.hero__x--c1[data-v-f50125a4]{width:58px;height:58px;animation-delay:1.1s;top:16%;right:12%}.hero__x--c2[data-v-f50125a4]{width:30px;height:30px;animation-delay:1.45s;top:62%;right:7%}.hero__x--c3[data-v-f50125a4]{width:42px;height:42px;animation-delay:1.8s;bottom:14%;right:30%}.hero__x--c4[data-v-f50125a4]{width:20px;height:20px;animation-delay:2.15s;top:30%;right:34%}.hero__x--c5[data-v-f50125a4]{width:26px;height:26px;animation-delay:2.4s;bottom:30%;left:7%}.hero__x--c6[data-v-f50125a4]{width:16px;height:16px;animation-delay:2.7s;top:12%;left:44%}.hero__ruler[data-v-f50125a4]{z-index:1;background:linear-gradient(var(--c-red), var(--c-red)) left / 2px 100% no-repeat, repeating-linear-gradient(180deg, var(--c-red) 0 1px, transparent 1px 22px) left / 8px 100% no-repeat;opacity:.5;width:12px;height:0;animation:rulerGrow-f50125a4 1s var(--ease) 1s forwards;position:absolute;top:50%;left:20px;transform:translateY(-50%)}.hero__content[data-v-f50125a4]{z-index:3;padding-top:calc(var(--header-h) + clamp(1.5rem, 5vh, 3rem));padding-bottom:clamp(3rem,8vh,5rem);position:relative}.hero__title[data-v-f50125a4]{margin-bottom:1.6rem;font-size:clamp(3.2rem,13vw,9.5rem);line-height:.92}.hero__line[data-v-f50125a4]{margin-top:-.14em;padding-top:.14em;display:block;overflow:hidden}.hero__line--1[data-v-f50125a4]{letter-spacing:.04em;color:var(--text);font-size:.42em;font-weight:700}.hero__line--1 span[data-v-f50125a4]{animation:lineUp-f50125a4 .85s var(--ease) .25s forwards;display:inline-block;transform:translateY(115%)}.hero__line--2[data-v-f50125a4]{margin-top:.04em}.hero__word[data-v-f50125a4]{animation:lineUp-f50125a4 .9s var(--ease) forwards;display:inline-block;transform:translateY(115%)}.hero__line--2 .hero__word[data-v-f50125a4]:first-child{animation-delay:.38s}.hero__amp[data-v-f50125a4]{color:var(--c-gray);animation:lineUp-f50125a4 .9s var(--ease) .48s forwards;margin:0 .12em;display:inline-block;transform:translateY(115%)}.hero__word--red[data-v-f50125a4]{color:var(--c-red);animation-delay:.58s}.hero__rule[data-v-f50125a4]{background:var(--c-red);width:0;height:4px;animation:ruleGrow-f50125a4 .7s var(--ease) .8s forwards;margin-bottom:1.6rem;display:block;box-shadow:0 0 12px #e8000db3}.hero__sub[data-v-f50125a4]{color:var(--text);opacity:0;max-width:46ch;animation:fadeUp-f50125a4 .7s var(--ease) .9s forwards;margin-bottom:2.2rem;font-size:clamp(1rem,1.7vw,1.3rem)}.hero__cta[data-v-f50125a4]{opacity:0;animation:fadeUp-f50125a4 .7s var(--ease) 1s forwards;flex-wrap:wrap;gap:1rem;margin-bottom:2.4rem;display:flex}.hero__trust[data-v-f50125a4]{opacity:0;animation:fadeUp-f50125a4 .7s var(--ease) 1.1s forwards;flex-wrap:wrap;gap:1rem 2.2rem;display:flex}.hero__trust li[data-v-f50125a4]{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);align-items:center;gap:.55rem;font-size:.9rem;font-weight:600;display:flex}.hero__trust svg[data-v-f50125a4]{fill:none;width:20px;height:20px;stroke:var(--c-red);stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round}.hero__down[data-v-f50125a4]{z-index:3;border:2px solid #f0f0f059;border-radius:20px;justify-content:center;width:26px;height:42px;padding-top:7px;display:flex;position:absolute;bottom:22px;left:50%;transform:translate(-50%)}.hero__down span[data-v-f50125a4]{background:var(--c-red);width:3px;height:8px;animation:scrollDot-f50125a4 1.6s var(--ease) infinite;border-radius:2px}.hero__baseline[data-v-f50125a4]{z-index:2;background:linear-gradient(90deg, var(--c-red), #e8000d26 60%, transparent);height:3px;position:absolute;bottom:0;left:0;right:0}@keyframes bgDrift-f50125a4{0%{transform:scale(1.06)translate(0)}to{transform:scale(1.14)translate(-1.5%,-1.5%)}}@keyframes glowPulse-f50125a4{0%{opacity:.7}to{opacity:1}}@keyframes stripeDrift-f50125a4{to{transform:translate(-90px,90px)}}@keyframes brkX-f50125a4{to{transform:scaleX(1)}}@keyframes brkY-f50125a4{to{transform:scaleY(1)}}@keyframes xIn-f50125a4{to{opacity:1}}@keyframes rulerGrow-f50125a4{to{height:220px}}@keyframes fadeUp-f50125a4{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@keyframes lineUp-f50125a4{to{transform:none}}@keyframes ruleGrow-f50125a4{to{width:clamp(80px,13vw,170px)}}@keyframes scrollDot-f50125a4{0%{opacity:0;transform:translateY(0)}40%{opacity:1}80%{opacity:0;transform:translateY(12px)}}@media (prefers-reduced-motion:reduce){.hero__bg img[data-v-f50125a4]{transform:scale(1.04)}.hero__x[data-v-f50125a4]{opacity:1}.hero__ruler[data-v-f50125a4]{height:220px}.hero__bracket[data-v-f50125a4]:before{transform:scaleX(1)}.hero__bracket[data-v-f50125a4]:after{transform:scaleY(1)}.hero__line--1 span[data-v-f50125a4],.hero__word[data-v-f50125a4],.hero__amp[data-v-f50125a4]{transform:none}.hero__sub[data-v-f50125a4],.hero__cta[data-v-f50125a4],.hero__trust[data-v-f50125a4]{opacity:1}.hero__rule[data-v-f50125a4]{width:clamp(80px,13vw,170px)}}@media (width<=768px){.hero__cta[data-v-f50125a4]{flex-direction:column;align-items:stretch}.hero__cta .btn[data-v-f50125a4]{width:100%}.hero__ruler[data-v-f50125a4],.hero__x--c5[data-v-f50125a4],.hero__x--c6[data-v-f50125a4]{display:none}.hero__bracket[data-v-f50125a4]{width:30px;height:30px}.hero__down[data-v-f50125a4],.hero__stripes[data-v-f50125a4]{display:none}.hero__sub[data-v-f50125a4]{max-width:none}}@media (width<=480px){.hero__x[data-v-f50125a4],.hero__bracket[data-v-f50125a4]{display:none}.hero__veil--glow[data-v-f50125a4]{animation:none}.hero__content[data-v-f50125a4]{padding-top:calc(var(--header-h) + 1.5rem)}.hero__title[data-v-f50125a4]{font-size:clamp(2.9rem,16vw,4.5rem)}.hero__trust[data-v-f50125a4]{gap:.6rem 1.4rem}.hero__trust li[data-v-f50125a4]{font-size:.82rem}}.counter[data-v-40e9229b]{font-variant-numeric:tabular-nums}.about[data-v-dc9c9824]{overflow:hidden}.about__grid[data-v-dc9c9824]{grid-template-columns:1.15fr auto 1fr;align-items:center;gap:clamp(2.5rem,6vw,5rem);display:grid}.about__cross[data-v-dc9c9824]{opacity:.1;width:clamp(140px,18vw,240px);height:clamp(140px,18vw,240px);bottom:-3rem;left:clamp(-2rem,1vw,1rem)}.about__text .accent-rule[data-v-dc9c9824]{margin:1.25rem 0}.about__p[data-v-dc9c9824]{color:var(--text-muted);margin-top:1.25rem}.about__divider[data-v-dc9c9824]{background:linear-gradient(180deg, transparent, var(--c-red) 18%, var(--c-red) 82%, transparent);align-self:stretch;width:2px}.about__stats[data-v-dc9c9824]{flex-direction:column;gap:2.5rem;display:flex}.stat[data-v-dc9c9824]{flex-direction:column;display:flex}.stat__num[data-v-dc9c9824]{font-family:var(--font-display);color:var(--c-white);font-size:clamp(2.75rem,6vw,4.5rem);font-weight:800;line-height:1}.stat__num--text[data-v-dc9c9824]{color:var(--c-white)}.stat__amp[data-v-dc9c9824]{color:var(--c-red)}.stat__label[data-v-dc9c9824]{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.18em;color:var(--text-muted);margin-top:.4rem;font-size:.95rem;font-weight:600}@media (width<=1024px){.about__grid[data-v-dc9c9824]{grid-template-columns:1fr;gap:3rem}.about__divider[data-v-dc9c9824]{display:none}.about__stats[data-v-dc9c9824]{flex-flow:wrap;gap:2rem 3rem}}@media (width<=768px){.about__stats[data-v-dc9c9824]{flex-direction:column;gap:2rem}.about__cross[data-v-dc9c9824]{opacity:.07;width:130px;height:130px;bottom:-2rem}}.cat-icon[data-v-b9cdc586]{width:100%;height:100%;display:inline-flex}.cat-icon[data-v-b9cdc586] svg{width:100%;height:100%;display:block}.catalogue[data-v-fd3a77ff]{background:var(--c-black);overflow:hidden}.catalogue__head[data-v-fd3a77ff]{max-width:640px;margin-bottom:3.5rem}.catalogue__head .accent-rule[data-v-fd3a77ff]{margin:1.25rem 0}.catalogue__cross[data-v-fd3a77ff]{width:clamp(120px,16vw,220px);height:clamp(120px,16vw,220px);top:clamp(2rem,6vw,4rem);right:clamp(-1.5rem,2vw,2rem)}.cat-grid[data-v-fd3a77ff]{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.cat-card[data-v-fd3a77ff]{background:var(--c-anthracite);border:1px solid var(--border);border-radius:var(--radius);transition:transform .3s var(--ease), border-color .3s var(--ease), background-color .3s var(--ease);align-items:center;gap:1.25rem;padding:2rem 1.6rem;display:flex;position:relative}.cat-card[data-v-fd3a77ff]:hover{border-color:var(--c-red);background:#201112;transform:translateY(-6px)}.cat-card__icon[data-v-fd3a77ff]{width:56px;height:56px;color:var(--c-red);transition:transform .3s var(--ease), background-color .3s var(--ease);background:#e8000d0f;flex-shrink:0;justify-content:center;align-items:center;padding:11px;display:inline-flex}.cat-card__body[data-v-fd3a77ff]{flex-direction:column;display:flex}.cat-card:hover .cat-card__icon[data-v-fd3a77ff]{background:#e8000d1f;transform:scale(1.06)}.cat-card__icon[data-v-fd3a77ff]:before,.cat-card__icon[data-v-fd3a77ff]:after{opacity:.6;width:14px;height:14px;transition:opacity .3s var(--ease)}.cat-card:hover .cat-card__icon[data-v-fd3a77ff]:before,.cat-card:hover .cat-card__icon[data-v-fd3a77ff]:after{opacity:1}.cat-card__title[data-v-fd3a77ff]{color:var(--c-white);margin-bottom:.5rem;font-size:1.35rem}.cat-card__desc[data-v-fd3a77ff]{color:var(--text-muted);font-size:.95rem;line-height:1.55}.catalogue__note[data-v-fd3a77ff]{max-width:none;color:var(--text-muted);margin-top:2.5rem;font-size:1.02rem}.catalogue__note a[data-v-fd3a77ff]{color:var(--c-red);transition:border-color .2s var(--ease);border-bottom:1px solid #0000;font-weight:600}.catalogue__note a[data-v-fd3a77ff]:hover{border-bottom-color:var(--c-red)}.marquee[data-v-fd3a77ff]{border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-top:4.5rem;padding-block:1.75rem;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 12% 88%,#0000);mask-image:linear-gradient(90deg,#0000,#000 12% 88%,#0000)}.marquee__track[data-v-fd3a77ff]{gap:3.5rem;width:max-content;animation:38s linear infinite marquee-fd3a77ff;display:flex}.marquee:hover .marquee__track[data-v-fd3a77ff]{animation-play-state:paused}.marquee__item[data-v-fd3a77ff]{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.06em;color:var(--c-gray);filter:grayscale();transition:color .3s var(--ease), filter .3s var(--ease);white-space:nowrap;font-size:clamp(1.4rem,3vw,2.1rem);font-weight:700}.marquee__item[data-v-fd3a77ff]:hover{color:var(--c-white);filter:grayscale(0)}@keyframes marquee-fd3a77ff{to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.marquee__track[data-v-fd3a77ff]{flex-wrap:wrap;justify-content:center;row-gap:1.25rem;animation:none}.catalogue__cross[data-v-fd3a77ff]{display:none}}@media (width<=1024px){.cat-grid[data-v-fd3a77ff]{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.cat-grid[data-v-fd3a77ff]{grid-template-columns:repeat(2,1fr)}.catalogue__cross[data-v-fd3a77ff]{opacity:.09;width:130px;height:130px}}@media (width<=480px){.cat-grid[data-v-fd3a77ff]{grid-template-columns:1fr;gap:1rem}.cat-card[data-v-fd3a77ff]{padding:1.4rem 1.25rem}.cat-card__icon[data-v-fd3a77ff]{width:48px;height:48px;padding:9px}}.request__wrap[data-v-89546571]{max-width:880px}.request__head[data-v-89546571]{margin-bottom:3rem}.request__head .accent-rule[data-v-89546571]{margin:1.25rem 0}.form-grid[data-v-89546571]{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.field[data-v-89546571]{flex-direction:column;display:flex}.field--full[data-v-89546571]{grid-column:1/-1}label[data-v-89546571],legend[data-v-89546571]{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.14em;color:var(--text);margin-bottom:.6rem;font-size:.85rem;font-weight:600}input[data-v-89546571],textarea[data-v-89546571]{background:var(--c-black);border:1px solid var(--border);border-radius:var(--radius);width:100%;color:var(--c-white);transition:border-color .2s var(--ease), box-shadow .2s var(--ease);padding:.9rem 1rem}input[data-v-89546571]::placeholder,textarea[data-v-89546571]::placeholder{color:#6a6a6a}input[data-v-89546571]:focus,textarea[data-v-89546571]:focus{border-color:var(--c-red);outline:none;box-shadow:0 0 0 3px #e8000d2e}textarea[data-v-89546571]{resize:vertical;min-height:110px}[data-invalid=true][data-v-89546571]{border-color:var(--c-red)}.field__error[data-v-89546571]{color:#ff5a63;margin-top:.45rem;font-size:.85rem}.radio-field[data-v-89546571]{border:0;margin:0;padding:0}.radios[data-v-89546571]{gap:1rem;display:flex}.radio[data-v-89546571]{background:var(--c-black);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;font-family:var(--font-body);text-transform:none;letter-spacing:0;transition:border-color .2s var(--ease);align-items:center;gap:.6rem;margin-bottom:0;padding:.7rem 1.4rem;font-size:1rem;display:inline-flex}.radio[data-v-89546571]:has(input:checked){border-color:var(--c-red);background:#e8000d1a}.radio input[data-v-89546571]{width:auto;accent-color:var(--c-red)}.hp[data-v-89546571]{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.form-error[data-v-89546571]{border:1px solid var(--c-red);border-radius:var(--radius);color:#ff7a81;background:#e8000d1f;margin-top:1.5rem;padding:.9rem 1.1rem;font-size:.95rem}.request__submit[data-v-89546571]{margin-top:2rem;font-size:1.1rem}.request__submit[data-v-89546571]:disabled{opacity:.65;cursor:progress}.request__success[data-v-89546571]{text-align:center;background:var(--c-black);border:1px solid var(--border);border-radius:var(--radius);padding:3.5rem 1.5rem}.request__success svg[data-v-89546571]{color:var(--c-red);margin:0 auto 1.25rem}.request__success h3[data-v-89546571]{margin-bottom:.75rem;font-size:1.8rem}.request__success p[data-v-89546571]{max-width:46ch;color:var(--text-muted);margin:0 auto 1.75rem}.slide-down-enter-active[data-v-89546571],.slide-down-leave-active[data-v-89546571]{transition:opacity .35s var(--ease), transform .35s var(--ease), max-height .4s var(--ease);overflow:hidden}.slide-down-enter-from[data-v-89546571],.slide-down-leave-to[data-v-89546571]{opacity:0;max-height:0;transform:translateY(-10px)}.slide-down-enter-to[data-v-89546571],.slide-down-leave-from[data-v-89546571]{max-height:160px}.fade-enter-active[data-v-89546571],.fade-leave-active[data-v-89546571]{transition:opacity .3s var(--ease)}.fade-enter-from[data-v-89546571],.fade-leave-to[data-v-89546571]{opacity:0}@media (prefers-reduced-motion:reduce){.slide-down-enter-active[data-v-89546571],.slide-down-leave-active[data-v-89546571],.fade-enter-active[data-v-89546571],.fade-leave-active[data-v-89546571]{transition:none}}@media (width<=768px){.form-grid[data-v-89546571]{grid-template-columns:1fr}}@media (width<=480px){.request__success[data-v-89546571]{padding:2.5rem 1.1rem}.radios[data-v-89546571]{flex-direction:column}.radio[data-v-89546571]{justify-content:center}input[data-v-89546571],textarea[data-v-89546571]{font-size:16px}}.contact[data-v-54f8eec1]{background:var(--c-black)}.contact__head[data-v-54f8eec1]{max-width:640px;margin-bottom:3rem}.contact__head .accent-rule[data-v-54f8eec1]{margin:1.25rem 0}.contact__grid[data-v-54f8eec1]{grid-template-columns:1fr 1.05fr;align-items:start;gap:clamp(2rem,5vw,4rem);display:grid}.contact__info[data-v-54f8eec1]{flex-direction:column;gap:2.5rem;display:flex}.info-block__title[data-v-54f8eec1]{color:var(--c-white);align-items:center;gap:.7rem;margin-bottom:1rem;font-size:1.15rem;display:flex}.info-block__title svg[data-v-54f8eec1]{fill:none;width:22px;height:22px;stroke:var(--c-red);stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.hours[data-v-54f8eec1]{border-collapse:collapse;width:100%}.hours th[data-v-54f8eec1],.hours td[data-v-54f8eec1]{text-align:left;border-bottom:1px solid var(--border);padding:.7rem .5rem;font-weight:400}.hours th[data-v-54f8eec1]{color:var(--text)}.hours td[data-v-54f8eec1]{text-align:right;color:var(--text-muted)}.hours .is-today[data-v-54f8eec1]{background:#e8000d1a}.hours .is-today th[data-v-54f8eec1],.hours .is-today td[data-v-54f8eec1]{color:var(--c-white);font-weight:500}.hours .is-closed td[data-v-54f8eec1]{color:#6a6a6a}.hours__badge[data-v-54f8eec1]{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.12em;color:var(--c-white);background:var(--c-red);vertical-align:middle;border-radius:2px;margin-left:.6rem;padding:.1rem .5rem;font-size:.7rem;font-weight:600;display:inline-block}.info-block__text[data-v-54f8eec1]{color:var(--text);margin-bottom:1.25rem;font-style:normal;line-height:1.7}.contact__route[data-v-54f8eec1]{padding:.65rem 1.3rem;font-size:.9rem}.contact__route svg[data-v-54f8eec1]{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.contact__phone[data-v-54f8eec1]{font-family:var(--font-display);color:var(--c-white);transition:color .2s var(--ease);font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800}.contact__phone[data-v-54f8eec1]:hover{color:var(--c-red)}.contact__map[data-v-54f8eec1]{border:1px solid var(--border);border-radius:var(--radius);height:100%;min-height:420px;overflow:hidden}.contact__map iframe[data-v-54f8eec1]{filter:grayscale(.4)contrast(1.1);border:0;width:100%;height:100%;min-height:420px}@media (width<=1024px){.contact__grid[data-v-54f8eec1]{grid-template-columns:1fr}.contact__map[data-v-54f8eec1],.contact__map iframe[data-v-54f8eec1]{min-height:320px}}@media (width<=480px){.contact__info[data-v-54f8eec1]{gap:2rem}.hours th[data-v-54f8eec1],.hours td[data-v-54f8eec1]{padding:.6rem .25rem;font-size:.92rem}.hours__badge[data-v-54f8eec1]{width:fit-content;margin:.3rem 0 0;display:block}.contact__route[data-v-54f8eec1]{width:100%}.contact__map[data-v-54f8eec1],.contact__map iframe[data-v-54f8eec1]{min-height:260px}}
