:root{--bg-dark: #050505;--bg-card: #101010;--brand-orange: #FAA227;--brand-orange-light: #FFB84D;--header-height: 120px;--brand-glow: rgba(250, 162, 39, .4);--text-white: #ffffff;--text-gray: #b8b8b8;--text-muted: #9a9a9a;--font-heading: "Anton", sans-serif;--font-body: "Outfit", sans-serif;--container-width: 1400px;--focus-ring: 0 0 0 3px rgba(250, 162, 39, .6);--focus-ring-light: 0 0 0 3px rgba(0, 0, 0, .4)}@media(max-width:900px){:root{--header-height: 80px;font-size:17px}}@media(max-width:600px){:root{font-size:18px}}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;background-color:var(--bg-dark);color:var(--text-white);font-family:var(--font-body);overflow-x:hidden}html{scroll-padding-top:calc(var(--header-height) + 20px)}section[id]{scroll-margin-top:calc(var(--header-height) + 20px)}h1,h2,h3{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:2px}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:none;box-shadow:var(--focus-ring);border-radius:4px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.skip-link{position:absolute;top:-100%;left:50%;transform:translate(-50%);background:var(--brand-orange);color:#000;padding:1rem 2rem;font-weight:700;z-index:10000;border-radius:0 0 8px 8px;transition:top .3s ease}.skip-link:focus{top:0}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:var(--brand-orange);border-radius:4px}@keyframes float{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(2deg)}to{transform:translateY(0) rotate(0)}}@keyframes pulse-glow{0%{box-shadow:0 0 20px var(--brand-glow)}50%{box-shadow:0 0 40px var(--brand-glow),0 0 10px var(--brand-orange)}to{box-shadow:0 0 20px var(--brand-glow)}}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleReveal{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes textStagger{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.float-anim{animation:float 6s ease-in-out infinite}.glow-anim{animation:pulse-glow 3s infinite}.reveal-text{overflow:hidden}.section-padding{padding:6rem 0}.container{max-width:var(--container-width);margin:0 auto;padding:0 2rem}.btn-primary{background:var(--brand-orange);color:#000;padding:1rem 2.5rem;font-family:var(--font-heading);font-size:1.2rem;letter-spacing:1px;border:none;cursor:pointer;transition:.3s cubic-bezier(.175,.885,.32,1.275);text-transform:uppercase;position:relative;overflow:hidden;display:inline-flex;align-items:center;gap:10px}.btn-primary:hover{transform:scale(1.05);box-shadow:0 0 30px var(--brand-glow)}.btn-primary:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:.5s}.btn-primary:hover:after{left:100%}.btn-primary:focus-visible{box-shadow:var(--focus-ring),0 0 30px var(--brand-glow);transform:scale(1.02)}.btn-secondary{background:transparent;color:var(--text-white);padding:1rem 2.5rem;font-family:var(--font-heading);font-size:1.1rem;letter-spacing:1px;border:2px solid rgba(255,255,255,.3);cursor:pointer;transition:.3s ease;text-transform:uppercase;display:inline-flex;align-items:center;gap:10px;border-radius:4px}.btn-secondary:hover{border-color:var(--brand-orange);color:var(--brand-orange);background:#faa2271a}.section-title{font-size:clamp(2.5rem,5vw,3.5rem);margin-bottom:1rem;color:var(--text-white)}.text-orange{color:var(--brand-orange)}.badge{display:inline-block;color:var(--brand-orange);text-transform:uppercase;letter-spacing:3px;font-size:.9rem;font-weight:600;margin-bottom:1rem}.scroll-reveal{opacity:1;transform:translateY(0);transition:opacity .6s ease,transform .6s ease}html.reveal-enabled .scroll-reveal{opacity:0;transform:translateY(30px)}html.reveal-enabled .scroll-reveal.active{opacity:1;transform:translateY(0)}.scroll-reveal.delay-100{transition-delay:.1s}.scroll-reveal.delay-200{transition-delay:.2s}.scroll-reveal.delay-300{transition-delay:.3s}.glass{background:#ffffff0d;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}#preloader[data-astro-cid-sckkx6r4]{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--brand-orange, #FAA227);display:flex;justify-content:center;align-items:center;z-index:9999;transition:opacity .5s ease}.loader-content[data-astro-cid-sckkx6r4]{text-align:center}.loader-logo[data-astro-cid-sckkx6r4]{width:180px;height:auto;opacity:0;animation:fadeUp .8s forwards}.loader-bar[data-astro-cid-sckkx6r4]{width:200px;height:3px;background:#0003;margin:20px auto 0;position:relative;overflow:hidden;border-radius:2px}.bar-fill[data-astro-cid-sckkx6r4]{position:absolute;top:0;left:0;width:0%;height:100%;background:#000;border-radius:2px;animation:fillBar 1.2s ease-in-out forwards}.fade-out[data-astro-cid-sckkx6r4]{opacity:0;pointer-events:none}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fillBar{0%{width:0%}to{width:100%}}html.lenis{height:auto}.lenis[data-astro-cid-sckkx6r4].lenis-smooth{scroll-behavior:auto}.lenis[data-astro-cid-sckkx6r4].lenis-smooth [data-astro-cid-sckkx6r4][data-lenis-prevent]{overscroll-behavior:contain}.lenis[data-astro-cid-sckkx6r4].lenis-stopped{overflow:hidden}.lenis[data-astro-cid-sckkx6r4].lenis-scrolling iframe[data-astro-cid-sckkx6r4]{pointer-events:none}.navbar[data-astro-cid-pux6a34n]{position:fixed;top:0;left:0;width:100%;background:var(--brand-orange);height:var(--header-height);z-index:1000;display:flex;align-items:center;box-shadow:0 4px 20px #00000026}.nav-content[data-astro-cid-pux6a34n]{display:flex;justify-content:space-between;align-items:center;width:100%}.logo-box[data-astro-cid-pux6a34n]{display:flex;align-items:center}.logo-box[data-astro-cid-pux6a34n] img[data-astro-cid-pux6a34n]{height:60px;max-height:80%;width:auto;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));transition:transform .3s ease}.brand-wrapper[data-astro-cid-pux6a34n]:hover .logo-box[data-astro-cid-pux6a34n] img[data-astro-cid-pux6a34n]{transform:scale(1.05)}.brand-wrapper[data-astro-cid-pux6a34n]:focus-visible{box-shadow:var(--focus-ring-light);border-radius:8px}@media(min-width:901px){.logo-box[data-astro-cid-pux6a34n] img[data-astro-cid-pux6a34n]{height:90px}}.nav-menu[data-astro-cid-pux6a34n]{display:flex;gap:2.5rem}.nav-link[data-astro-cid-pux6a34n]{font-family:var(--font-body);font-weight:700;text-transform:uppercase;font-size:.95rem;letter-spacing:1px;color:#000;position:relative;opacity:.7;transition:opacity .3s ease;padding:.5rem 0}.nav-link[data-astro-cid-pux6a34n]:hover,.nav-link[data-astro-cid-pux6a34n].active{opacity:1}.nav-link[data-astro-cid-pux6a34n]:after{content:"";position:absolute;bottom:0;left:0;width:0%;height:2px;background:#000;transition:width .3s ease}.nav-link[data-astro-cid-pux6a34n]:hover:after,.nav-link[data-astro-cid-pux6a34n].active:after{width:100%}.nav-link[data-astro-cid-pux6a34n]:focus-visible{box-shadow:var(--focus-ring-light);border-radius:4px}.scroll-progress[data-astro-cid-pux6a34n]{position:absolute;bottom:0;left:0;width:100%;height:3px;background:#0000001a}.scroll-progress-bar[data-astro-cid-pux6a34n]{height:100%;width:0%;background:#000;transition:width .1s linear}.menu-toggle[data-astro-cid-pux6a34n]{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:10px;width:48px;height:48px}.bar[data-astro-cid-pux6a34n]{width:24px;height:2px;background-color:#000;border-radius:2px;transition:all .3s ease;transform-origin:center}.menu-toggle[data-astro-cid-pux6a34n]:focus-visible{box-shadow:var(--focus-ring-light);border-radius:8px}@media(max-width:900px){.nav-menu[data-astro-cid-pux6a34n]{position:fixed;top:0;left:0;width:100%;height:100vh;height:100dvh;background:#050505fa;backdrop-filter:blur(20px);flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;transform:translate(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);padding:0;z-index:999}.navbar[data-astro-cid-pux6a34n].open .nav-menu[data-astro-cid-pux6a34n]{transform:translate(0)}.nav-link[data-astro-cid-pux6a34n]{font-size:2.5rem;color:#fff;opacity:0;transform:translateY(20px);transition:opacity .4s ease,transform .4s ease}.nav-link[data-astro-cid-pux6a34n]:after{background:var(--brand-orange);height:3px}.navbar[data-astro-cid-pux6a34n].open .nav-link[data-astro-cid-pux6a34n]{opacity:1;transform:translateY(0)}.navbar[data-astro-cid-pux6a34n].open .nav-link[data-astro-cid-pux6a34n]:nth-child(1){transition-delay:.1s}.navbar[data-astro-cid-pux6a34n].open .nav-link[data-astro-cid-pux6a34n]:nth-child(2){transition-delay:.15s}.navbar[data-astro-cid-pux6a34n].open .nav-link[data-astro-cid-pux6a34n]:nth-child(3){transition-delay:.2s}.navbar[data-astro-cid-pux6a34n].open .nav-link[data-astro-cid-pux6a34n]:nth-child(4){transition-delay:.25s}.menu-toggle[data-astro-cid-pux6a34n]{display:flex;z-index:1001;position:relative}.navbar[data-astro-cid-pux6a34n].open .bar[data-astro-cid-pux6a34n]:nth-child(1){transform:translateY(7px) rotate(45deg);background:#fff}.navbar[data-astro-cid-pux6a34n].open .bar[data-astro-cid-pux6a34n]:nth-child(2){opacity:0;transform:scaleX(0)}.navbar[data-astro-cid-pux6a34n].open .bar[data-astro-cid-pux6a34n]:nth-child(3){transform:translateY(-7px) rotate(-45deg);background:#fff}.scroll-progress[data-astro-cid-pux6a34n]{display:none}}.hero-wrapper[data-astro-cid-bbe6dxrz]{position:relative;height:100vh;min-height:700px;display:flex;align-items:center;overflow:hidden}.bg-layer[data-astro-cid-bbe6dxrz]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden}.parallax-img[data-astro-cid-bbe6dxrz]{width:100%;height:100%;object-fit:cover;transform:scale(1.1);filter:brightness(.35);transition:transform .1s ease-out}.overlay[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;background:linear-gradient(135deg,#000000d9,#0000004d)}.scroll-indicator[data-astro-cid-bbe6dxrz]{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:0;animation:fadeInUp 1s ease forwards 1.5s}.mouse[data-astro-cid-bbe6dxrz]{width:24px;height:40px;border:2px solid rgba(255,255,255,.5);border-radius:12px;position:relative}.wheel[data-astro-cid-bbe6dxrz]{width:4px;height:8px;background:var(--brand-orange);border-radius:2px;position:absolute;top:8px;left:50%;transform:translate(-50%);animation:scrollWheel 2s ease-in-out infinite}@keyframes scrollWheel{0%,to{opacity:1;top:8px}50%{opacity:.3;top:20px}}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.scroll-indicator[data-astro-cid-bbe6dxrz] span[data-astro-cid-bbe6dxrz]{font-size:.75rem;text-transform:uppercase;letter-spacing:2px;color:#ffffff80}.hero-grid[data-astro-cid-bbe6dxrz]{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;width:100%;padding-top:80px}.mega-title[data-astro-cid-bbe6dxrz]{font-size:clamp(4rem,8vw,7rem);line-height:.9;margin-bottom:2rem;color:#fff}.mega-title[data-astro-cid-bbe6dxrz] .line[data-astro-cid-bbe6dxrz]{display:block}.text-gradient[data-astro-cid-bbe6dxrz]{background:linear-gradient(to right,#fff,var(--brand-orange));-webkit-background-clip:text;color:transparent}.hero-desc[data-astro-cid-bbe6dxrz]{font-size:1.25rem;color:#ccc;max-width:500px;margin-bottom:3rem;line-height:1.6}.launch-badge[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center;gap:.5rem;background:#faa22726;color:var(--brand-orange);border:1px solid rgba(250,162,39,.4);padding:.4rem .9rem;border-radius:999px;font-weight:700;text-transform:uppercase;letter-spacing:1px;font-size:.8rem;margin-bottom:1.5rem}.slide-in-1[data-astro-cid-bbe6dxrz]{animation:slideUp .8s ease forwards;opacity:0;animation-delay:.2s}.slide-in-2[data-astro-cid-bbe6dxrz]{animation:slideUp .8s ease forwards;opacity:0;animation-delay:.4s}.slide-in-3[data-astro-cid-bbe6dxrz]{animation:slideUp .8s ease forwards;opacity:0;animation-delay:.6s}.slide-in-4[data-astro-cid-bbe6dxrz]{animation:slideUp .8s ease forwards;opacity:0;animation-delay:.8s}.hero-visual[data-astro-cid-bbe6dxrz]{position:relative;display:flex;justify-content:center;align-items:center}.circle-bg[data-astro-cid-bbe6dxrz]{position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(250,162,39,.15) 0%,transparent 70%);border-radius:50%;z-index:-1;animation:pulse-glow 4s infinite ease-in-out}.hero-burger[data-astro-cid-bbe6dxrz]{width:120%;max-width:600px;filter:drop-shadow(0 30px 50px rgba(0,0,0,.6));transform-origin:center center}.float-card[data-astro-cid-bbe6dxrz]{position:absolute;bottom:10%;right:0;background:#141414cc;border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(10px);padding:1rem 1.5rem;border-radius:16px;display:flex;align-items:center;gap:1rem;animation:float 5s ease-in-out infinite reverse}.float-card[data-astro-cid-bbe6dxrz] .emoji[data-astro-cid-bbe6dxrz]{font-size:2rem}.float-card[data-astro-cid-bbe6dxrz] strong[data-astro-cid-bbe6dxrz]{display:block;color:var(--brand-orange);font-size:1.1rem}.float-card[data-astro-cid-bbe6dxrz] small[data-astro-cid-bbe6dxrz]{color:#888;text-transform:uppercase;font-size:.7rem}@media(max-width:900px){.hero-wrapper[data-astro-cid-bbe6dxrz]{min-height:100svh}.hero-grid[data-astro-cid-bbe6dxrz]{grid-template-columns:1fr;text-align:center;padding-top:96px;height:auto;min-height:100svh;display:flex;flex-direction:column;justify-content:center;padding-bottom:4rem;gap:1.5rem}.overlay[data-astro-cid-bbe6dxrz]{background:linear-gradient(160deg,#000000bf,#0003)}.hero-text[data-astro-cid-bbe6dxrz]{display:flex;flex-direction:column;align-items:center;z-index:2;order:1}.hero-desc[data-astro-cid-bbe6dxrz]{margin:0 auto 1.25rem;font-size:1.05rem;padding:0 1rem;max-width:95%;line-height:1.7}.hero-visual[data-astro-cid-bbe6dxrz]{margin-top:0;z-index:1;order:2}.hero-burger[data-astro-cid-bbe6dxrz]{width:72%;max-width:320px;margin-bottom:1rem}.mega-title[data-astro-cid-bbe6dxrz]{font-size:clamp(3.8rem,13.5vw,4.8rem);margin-bottom:1.25rem;line-height:1.05}.mega-title[data-astro-cid-bbe6dxrz] .text-gradient[data-astro-cid-bbe6dxrz]{font-size:inherit;line-height:inherit;display:block;margin-top:0}.slide-in-1[data-astro-cid-bbe6dxrz],.slide-in-2[data-astro-cid-bbe6dxrz],.slide-in-3[data-astro-cid-bbe6dxrz],.slide-in-4[data-astro-cid-bbe6dxrz]{opacity:0;animation:slideUp .6s ease forwards}.slide-in-1[data-astro-cid-bbe6dxrz]{animation-delay:.1s}.slide-in-2[data-astro-cid-bbe6dxrz]{animation-delay:.2s}.slide-in-3[data-astro-cid-bbe6dxrz]{animation-delay:.3s}.slide-in-4[data-astro-cid-bbe6dxrz]{animation-delay:.4s}.float-card[data-astro-cid-bbe6dxrz]{bottom:5%;right:10%;padding:.5rem .75rem;font-size:.85rem}.float-card[data-astro-cid-bbe6dxrz] .emoji[data-astro-cid-bbe6dxrz]{font-size:1.5rem}.circle-bg[data-astro-cid-bbe6dxrz]{width:300px;height:300px}.scroll-indicator[data-astro-cid-bbe6dxrz]{display:none}.launch-badge[data-astro-cid-bbe6dxrz]{font-size:.75rem;margin-bottom:1rem}}@media(max-width:400px){.mega-title[data-astro-cid-bbe6dxrz]{font-size:clamp(3.6rem,14.5vw,4.3rem)}.hero-burger[data-astro-cid-bbe6dxrz]{width:60%;max-width:220px}}.about-section[data-astro-cid-v2cbyr3p]{background:var(--bg-dark)}.grid-layout[data-astro-cid-v2cbyr3p]{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.img-frame[data-astro-cid-v2cbyr3p]{position:relative;border-radius:12px;overflow:hidden}.main-img[data-astro-cid-v2cbyr3p]{width:100%;aspect-ratio:4/3;object-fit:cover;filter:grayscale(20%) contrast(110%);transition:filter .5s ease,transform .5s ease}.img-frame[data-astro-cid-v2cbyr3p]:hover .main-img[data-astro-cid-v2cbyr3p]{filter:grayscale(0%);transform:scale(1.05)}.stat-box[data-astro-cid-v2cbyr3p]{position:absolute;bottom:0;left:0;background:var(--brand-orange);padding:1.5rem 2rem;color:#000}.stat-num[data-astro-cid-v2cbyr3p]{display:block;font-family:var(--font-heading);font-size:clamp(2.5rem,4vw,3.5rem);line-height:1}.stat-label[data-astro-cid-v2cbyr3p]{font-weight:700;text-transform:uppercase;font-size:.8rem;letter-spacing:.5px}.story-text[data-astro-cid-v2cbyr3p]{font-size:1.1rem;color:var(--text-gray);margin-bottom:2.5rem;line-height:1.7}.story-text[data-astro-cid-v2cbyr3p] strong[data-astro-cid-v2cbyr3p]{color:var(--text-white)}.timeline-box[data-astro-cid-v2cbyr3p]{background:#111;padding:1.5rem 2rem;border-radius:16px;display:flex;align-items:center;justify-content:center;gap:0;border:1px solid rgba(255,255,255,.08);flex-wrap:wrap}.timeline-step[data-astro-cid-v2cbyr3p]{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;padding:.5rem;min-width:100px}.step-icon[data-astro-cid-v2cbyr3p]{width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#ffffff0d;transition:transform .3s ease}.timeline-step[data-astro-cid-v2cbyr3p]:hover .step-icon[data-astro-cid-v2cbyr3p]{transform:scale(1.1)}.step-icon[data-astro-cid-v2cbyr3p] img[data-astro-cid-v2cbyr3p]{height:35px;width:auto;max-width:50px;object-fit:contain}.new-logo[data-astro-cid-v2cbyr3p]{background:var(--brand-orange)!important}.new-logo[data-astro-cid-v2cbyr3p] img[data-astro-cid-v2cbyr3p]{filter:none}.step-info[data-astro-cid-v2cbyr3p] h4[data-astro-cid-v2cbyr3p]{font-size:.95rem;color:var(--text-white);margin:0;font-family:var(--font-body);font-weight:700}.step-info[data-astro-cid-v2cbyr3p] span[data-astro-cid-v2cbyr3p]{font-size:.7rem;color:var(--text-gray);text-transform:uppercase;letter-spacing:.5px}.connector-line[data-astro-cid-v2cbyr3p]{width:40px;height:2px;background:linear-gradient(90deg,var(--brand-orange) 0%,rgba(250,162,39,.3) 100%);margin:0 .75rem;position:relative;flex-shrink:0}.connector-line[data-astro-cid-v2cbyr3p]:after{content:"";position:absolute;right:-3px;top:-3px;width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:6px solid var(--brand-orange)}.story-footer[data-astro-cid-v2cbyr3p]{margin-top:2rem;font-style:italic;color:var(--brand-orange);font-size:.95rem}.story-footer[data-astro-cid-v2cbyr3p] strong[data-astro-cid-v2cbyr3p]{font-style:normal}@media(max-width:1024px){.grid-layout[data-astro-cid-v2cbyr3p]{gap:4rem}.timeline-box[data-astro-cid-v2cbyr3p]{padding:1.25rem}.connector-line[data-astro-cid-v2cbyr3p]{width:25px;margin:0 .5rem}.timeline-step[data-astro-cid-v2cbyr3p]{min-width:80px}}@media(max-width:900px){.grid-layout[data-astro-cid-v2cbyr3p]{grid-template-columns:1fr;gap:3rem}.visual-col[data-astro-cid-v2cbyr3p]{order:2}.content-col[data-astro-cid-v2cbyr3p]{order:1}.img-frame[data-astro-cid-v2cbyr3p]{max-height:350px}.main-img[data-astro-cid-v2cbyr3p]{height:100%}.timeline-box[data-astro-cid-v2cbyr3p]{width:100%;justify-content:space-around;padding:1.5rem 1rem}.connector-line[data-astro-cid-v2cbyr3p]{width:20px;margin:0 .25rem}.timeline-step[data-astro-cid-v2cbyr3p]{min-width:70px}.step-icon[data-astro-cid-v2cbyr3p]{width:50px;height:50px}.step-icon[data-astro-cid-v2cbyr3p] img[data-astro-cid-v2cbyr3p]{height:28px}.step-info[data-astro-cid-v2cbyr3p] h4[data-astro-cid-v2cbyr3p]{font-size:.85rem}.step-info[data-astro-cid-v2cbyr3p] span[data-astro-cid-v2cbyr3p]{font-size:.65rem}}@media(max-width:500px){.timeline-box[data-astro-cid-v2cbyr3p]{flex-direction:column;gap:1rem}.connector-line[data-astro-cid-v2cbyr3p]{width:2px;height:20px;margin:0;background:linear-gradient(180deg,var(--brand-orange) 0%,rgba(250,162,39,.3) 100%)}.connector-line[data-astro-cid-v2cbyr3p]:after{right:-3px;top:auto;bottom:-3px;border-top:6px solid var(--brand-orange);border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:none}.timeline-step[data-astro-cid-v2cbyr3p]{flex-direction:row;gap:1rem;width:100%;justify-content:flex-start;text-align:left}.step-info[data-astro-cid-v2cbyr3p]{text-align:left}}.anatomy-section[data-astro-cid-ffgf6uwf]{background:radial-gradient(circle at center,#1a1a1a,#050505 70%);padding:8rem 0;overflow:hidden}.anatomy-header[data-astro-cid-ffgf6uwf]{margin-bottom:5rem;text-align:center}.eyebrow[data-astro-cid-ffgf6uwf]{color:var(--brand-orange);text-transform:uppercase;letter-spacing:3px;font-size:.9rem}.title[data-astro-cid-ffgf6uwf]{font-size:3.5rem;margin:1rem 0;color:#fff}.subtitle[data-astro-cid-ffgf6uwf]{color:#888;font-size:1.2rem;max-width:600px;margin:0 auto}.anatomy-grid[data-astro-cid-ffgf6uwf]{display:grid;grid-template-columns:1fr 1.2fr 1fr;align-items:center;gap:2rem}.exploded-img[data-astro-cid-ffgf6uwf]{width:100%;filter:drop-shadow(0 20px 40px rgba(0,0,0,.5));transform:scale(1.1)}.label-item[data-astro-cid-ffgf6uwf]{margin-bottom:4rem;position:relative}.label-item[data-astro-cid-ffgf6uwf] h3[data-astro-cid-ffgf6uwf]{color:#fff;font-size:1.5rem;margin-bottom:.5rem}.label-item[data-astro-cid-ffgf6uwf] p[data-astro-cid-ffgf6uwf]{color:#aaa;font-size:.95rem}.left[data-astro-cid-ffgf6uwf] .label-item[data-astro-cid-ffgf6uwf]{text-align:right}.right[data-astro-cid-ffgf6uwf] .label-item[data-astro-cid-ffgf6uwf]{text-align:left}.left[data-astro-cid-ffgf6uwf] .label-item[data-astro-cid-ffgf6uwf]:after,.right[data-astro-cid-ffgf6uwf] .label-item[data-astro-cid-ffgf6uwf]:after{content:"";position:absolute;top:50%;width:60px;height:1px;background:var(--brand-orange);opacity:.5}.left[data-astro-cid-ffgf6uwf] .label-item[data-astro-cid-ffgf6uwf]:after{right:-80px}.right[data-astro-cid-ffgf6uwf] .label-item[data-astro-cid-ffgf6uwf]:after{left:-80px}@media(max-width:900px){.anatomy-grid[data-astro-cid-ffgf6uwf]{grid-template-columns:1fr;text-align:center;gap:3rem}.visual-col[data-astro-cid-ffgf6uwf]{order:-1;margin-bottom:2rem}.left[data-astro-cid-ffgf6uwf] .label-item[data-astro-cid-ffgf6uwf],.right[data-astro-cid-ffgf6uwf] .label-item[data-astro-cid-ffgf6uwf]{text-align:center;margin-bottom:2rem;padding:0 1rem}.left[data-astro-cid-ffgf6uwf] .label-item[data-astro-cid-ffgf6uwf]:after,.right[data-astro-cid-ffgf6uwf] .label-item[data-astro-cid-ffgf6uwf]:after{display:none}.exploded-img[data-astro-cid-ffgf6uwf]{transform:scale(1);max-width:85%}}.menu-section[data-astro-cid-2j44jlrm]{background:#080808;padding:8rem 0;overflow:hidden}.header-center[data-astro-cid-2j44jlrm]{text-align:center;margin-bottom:5rem}.sub-head[data-astro-cid-2j44jlrm]{color:var(--brand-orange);text-transform:uppercase;letter-spacing:3px;font-size:.9rem;display:block;margin-bottom:1rem;font-weight:600}.title-head[data-astro-cid-2j44jlrm]{font-size:clamp(2.5rem,5vw,3.5rem);color:#fff}.text-stroke[data-astro-cid-2j44jlrm]{-webkit-text-stroke:1px #fff;color:transparent}.spotlight-grid[data-astro-cid-2j44jlrm]{display:grid;grid-template-columns:1.5fr 1fr 1fr;grid-template-rows:420px;gap:1.5rem}.spotlight-card[data-astro-cid-2j44jlrm]{position:relative;background:#111;border-radius:20px;padding:2rem;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;border:1px solid rgba(255,255,255,.05);transition:transform .4s ease,border-color .4s ease,box-shadow .4s ease;transition-delay:var(--delay, 0s)}.spotlight-card[data-astro-cid-2j44jlrm]:hover{border-color:var(--brand-orange);transform:translateY(-8px);box-shadow:0 20px 40px #0000004d}.spotlight-card[data-astro-cid-2j44jlrm]:focus-within{border-color:var(--brand-orange);box-shadow:var(--focus-ring)}.spotlight-card[data-astro-cid-2j44jlrm].featured{background:linear-gradient(135deg,#1a1a1a,#0d0d0d)}.item-tag[data-astro-cid-2j44jlrm]{position:absolute;top:1.5rem;left:1.5rem;background:var(--brand-orange);color:#000;padding:.35rem .75rem;border-radius:20px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;z-index:3}.card-bg[data-astro-cid-2j44jlrm]{position:absolute;top:0;right:0;width:300px;height:300px;background:radial-gradient(circle,rgba(250,162,39,.15) 0%,transparent 70%);border-radius:50%;transform:translate(30%,-30%);pointer-events:none}.card-content[data-astro-cid-2j44jlrm]{position:relative;z-index:2}.card-header[data-astro-cid-2j44jlrm]{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;margin-top:1.5rem}.card-header[data-astro-cid-2j44jlrm] h3[data-astro-cid-2j44jlrm]{font-size:clamp(1.4rem,2vw,1.8rem);max-width:150px;line-height:1.1}.price[data-astro-cid-2j44jlrm]{font-family:var(--font-body);font-weight:700;color:var(--brand-orange);font-size:1.2rem;background:#faa2271a;padding:.25rem .75rem;border-radius:20px}.spotlight-card[data-astro-cid-2j44jlrm] p[data-astro-cid-2j44jlrm]{color:var(--text-gray);font-size:.95rem;line-height:1.6;max-width:65%}.order-btn[data-astro-cid-2j44jlrm]{background:#fff;color:#000;border:none;padding:.9rem 1.8rem;border-radius:30px;font-weight:700;font-size:.9rem;cursor:pointer;margin-top:1.5rem;width:fit-content;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.order-btn[data-astro-cid-2j44jlrm]:hover{background:var(--brand-orange);box-shadow:0 0 20px #faa22780;transform:scale(1.05)}.order-btn[data-astro-cid-2j44jlrm]:focus-visible{box-shadow:0 0 0 3px #fff,0 0 0 6px var(--brand-orange)}.order-btn[data-astro-cid-2j44jlrm] i[data-astro-cid-2j44jlrm]{transition:transform .3s ease}.order-btn[data-astro-cid-2j44jlrm]:hover i[data-astro-cid-2j44jlrm]{transform:translate(4px)}.product-img[data-astro-cid-2j44jlrm]{position:absolute;bottom:-20px;right:-20px;width:260px;transition:transform .5s ease;filter:drop-shadow(0 15px 30px rgba(0,0,0,.5));pointer-events:none}.spotlight-card[data-astro-cid-2j44jlrm].featured .product-img[data-astro-cid-2j44jlrm]{width:350px;right:-40px;bottom:-40px}.spotlight-card[data-astro-cid-2j44jlrm]:hover .product-img[data-astro-cid-2j44jlrm]{transform:scale(1.08) rotate(-3deg)}.float-slow[data-astro-cid-2j44jlrm]{animation:float 6s ease-in-out infinite}@media(max-width:1200px){.spotlight-grid[data-astro-cid-2j44jlrm]{grid-template-columns:1fr 1fr;grid-template-rows:auto}.spotlight-card[data-astro-cid-2j44jlrm].featured{grid-column:span 2}.spotlight-card[data-astro-cid-2j44jlrm].featured .product-img[data-astro-cid-2j44jlrm]{width:300px}}@media(max-width:768px){.menu-section[data-astro-cid-2j44jlrm]{padding:5rem 0}.header-center[data-astro-cid-2j44jlrm]{margin-bottom:3rem}.spotlight-grid[data-astro-cid-2j44jlrm]{grid-template-columns:1fr;gap:1.5rem}.spotlight-card[data-astro-cid-2j44jlrm]{min-height:auto;padding:1.5rem 1.5rem 10rem}.spotlight-card[data-astro-cid-2j44jlrm].featured{grid-column:span 1;padding-bottom:12rem}.spotlight-card[data-astro-cid-2j44jlrm] p[data-astro-cid-2j44jlrm]{max-width:70%}.product-img[data-astro-cid-2j44jlrm]{width:180px;bottom:-15px;right:-10px}.spotlight-card[data-astro-cid-2j44jlrm].featured .product-img[data-astro-cid-2j44jlrm]{width:240px;right:-20px;bottom:-20px}.item-tag[data-astro-cid-2j44jlrm]{top:1rem;left:1rem}.card-header[data-astro-cid-2j44jlrm]{margin-top:2rem}}.craft-section[data-astro-cid-zqrwfonc]{background:#0a0a0a}.craft-header[data-astro-cid-zqrwfonc]{text-align:center;margin-bottom:4rem}.sub-label[data-astro-cid-zqrwfonc]{display:block;color:var(--brand-orange);text-transform:uppercase;letter-spacing:3px;font-size:.85rem;font-weight:600;margin-bottom:1rem}.craft-intro[data-astro-cid-zqrwfonc]{color:var(--text-gray);font-size:1.1rem;max-width:500px;margin:1rem auto 0}.craft-grid[data-astro-cid-zqrwfonc]{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.craft-card[data-astro-cid-zqrwfonc]{background:#111;border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.05);transition:transform .4s ease,border-color .4s ease,box-shadow .4s ease;transition-delay:var(--delay, 0s)}.craft-card[data-astro-cid-zqrwfonc]:hover{transform:translateY(-10px);border-color:var(--brand-orange);box-shadow:0 20px 40px #0000004d}.card-visual[data-astro-cid-zqrwfonc]{height:280px;position:relative;overflow:hidden}.card-visual[data-astro-cid-zqrwfonc] img[data-astro-cid-zqrwfonc]{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.craft-card[data-astro-cid-zqrwfonc]:hover .card-visual[data-astro-cid-zqrwfonc] img[data-astro-cid-zqrwfonc]{transform:scale(1.1)}.overlay-gradient[data-astro-cid-zqrwfonc]{position:absolute;bottom:0;left:0;width:100%;height:60%;background:linear-gradient(to top,#111,transparent);pointer-events:none}.card-info[data-astro-cid-zqrwfonc]{padding:1.5rem 2rem 2rem;position:relative}.card-icon[data-astro-cid-zqrwfonc]{width:50px;height:50px;background:var(--brand-orange);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;font-size:1.25rem;color:#000;margin-top:-40px;position:relative;z-index:2;box-shadow:0 4px 15px #faa2274d}.card-info[data-astro-cid-zqrwfonc] h3[data-astro-cid-zqrwfonc]{font-size:clamp(1.4rem,2vw,1.7rem);margin-bottom:.75rem;color:#fff}.card-info[data-astro-cid-zqrwfonc] p[data-astro-cid-zqrwfonc]{color:var(--text-gray);line-height:1.7;font-size:.95rem}@media(max-width:1024px){.craft-grid[data-astro-cid-zqrwfonc]{grid-template-columns:1fr;gap:1.5rem;max-width:500px;margin:0 auto}.card-visual[data-astro-cid-zqrwfonc]{height:220px}}@media(max-width:768px){.craft-header[data-astro-cid-zqrwfonc]{margin-bottom:3rem}.craft-intro[data-astro-cid-zqrwfonc]{font-size:1rem}.card-info[data-astro-cid-zqrwfonc]{padding:1.25rem 1.5rem 1.5rem}.card-icon[data-astro-cid-zqrwfonc]{width:45px;height:45px;font-size:1.1rem}}.reviews-section[data-astro-cid-bgwftent]{padding:5rem 0;background:var(--reviews-bg, url(/bg.png)) center/cover no-repeat;position:relative}@media(min-width:900px)and (prefers-reduced-motion:no-preference){.reviews-section[data-astro-cid-bgwftent]{background-attachment:fixed}}.reviews-section[data-astro-cid-bgwftent]:before{content:"";position:absolute;inset:0;background:#000000d9}.section-title[data-astro-cid-bgwftent]{position:relative;z-index:2;margin-bottom:4rem;text-align:center}.reviews-grid[data-astro-cid-bgwftent]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;position:relative;z-index:2}.review-card[data-astro-cid-bgwftent]{background:#ffffff0d;backdrop-filter:blur(10px);padding:2rem;border-radius:16px;border:1px solid rgba(255,255,255,.1)}.stars[data-astro-cid-bgwftent]{color:var(--brand-orange);font-size:1.2rem;margin-bottom:1rem}.review-text[data-astro-cid-bgwftent]{color:#ddd;font-style:italic;margin-bottom:1.5rem;line-height:1.6;min-height:80px}.reviewer[data-astro-cid-bgwftent]{display:flex;align-items:center;gap:1rem}.avatar[data-astro-cid-bgwftent]{width:40px;height:40px;background:var(--brand-orange);color:#000;border-radius:50%;display:grid;place-items:center;font-weight:700}.details[data-astro-cid-bgwftent] strong[data-astro-cid-bgwftent]{display:block;color:#fff}.details[data-astro-cid-bgwftent] small[data-astro-cid-bgwftent]{color:#888}.locations-section[data-astro-cid-dgfoyax6]{background:#0a0a0a}.locations-head[data-astro-cid-dgfoyax6]{text-align:center;margin-bottom:3rem}.eyebrow[data-astro-cid-dgfoyax6]{letter-spacing:3px;text-transform:uppercase;font-size:.85rem;color:var(--brand-orange);margin-bottom:.5rem;font-weight:600}.lede[data-astro-cid-dgfoyax6]{color:var(--text-gray);margin:1rem auto 0;line-height:1.7;max-width:500px;font-size:1.05rem}.locations-grid[data-astro-cid-dgfoyax6]{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;max-width:800px;margin:0 auto}.location-card[data-astro-cid-dgfoyax6]{background:#111;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:2rem;display:flex;flex-direction:column;gap:1.5rem;position:relative;overflow:hidden;transition:border-color .3s ease,box-shadow .3s ease}.location-card[data-astro-cid-dgfoyax6]:hover{border-color:#faa2274d;box-shadow:0 10px 30px #0003}.location-card[data-astro-cid-dgfoyax6]:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 0%,rgba(250,162,39,.1),transparent 50%);pointer-events:none}.coming-soon-badge[data-astro-cid-dgfoyax6]{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,var(--brand-orange),#e89520);color:#000;padding:.5rem 1rem;border-radius:25px;font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:1px;width:fit-content;animation:pulse-badge 2s ease-in-out infinite}@keyframes pulse-badge{0%,to{box-shadow:0 0 #faa22766}50%{box-shadow:0 0 0 8px #faa22700}}.card-top[data-astro-cid-dgfoyax6]{position:relative;z-index:2}.card-top[data-astro-cid-dgfoyax6] h3[data-astro-cid-dgfoyax6]{font-size:clamp(1.5rem,3vw,1.8rem);margin-bottom:.5rem;color:#fff}.pill[data-astro-cid-dgfoyax6]{display:inline-block;padding:.35rem .75rem;border-radius:999px;background:#faa22726;color:var(--brand-orange);font-weight:700;letter-spacing:1px;font-size:.75rem;text-transform:uppercase;margin-bottom:.75rem}.address[data-astro-cid-dgfoyax6]{color:var(--text-gray);line-height:1.6;font-size:1rem}.card-actions[data-astro-cid-dgfoyax6]{display:flex;justify-content:space-between;align-items:center;gap:1rem;position:relative;z-index:2}.coming-soon-actions[data-astro-cid-dgfoyax6]{flex-direction:column;align-items:stretch}.notify-box[data-astro-cid-dgfoyax6]{background:#ffffff08;border:1px dashed rgba(255,255,255,.15);border-radius:12px;padding:1.25rem;text-align:center}.notify-text[data-astro-cid-dgfoyax6]{color:var(--text-gray);font-size:.9rem;margin-bottom:1rem}.btn-notify[data-astro-cid-dgfoyax6]{width:100%;justify-content:center;gap:.75rem}.btn-notify[data-astro-cid-dgfoyax6] i[data-astro-cid-dgfoyax6]{font-size:1.1rem}.card-actions[data-astro-cid-dgfoyax6] .btn-primary[data-astro-cid-dgfoyax6]{padding:.9rem 1.8rem;font-size:.95rem}.phone[data-astro-cid-dgfoyax6]{color:#fff;font-weight:700;letter-spacing:.5px;display:flex;align-items:center;gap:.5rem;transition:color .3s ease}.phone[data-astro-cid-dgfoyax6]:hover{color:var(--brand-orange)}.expansion-teaser[data-astro-cid-dgfoyax6]{margin-top:3rem;text-align:center}.teaser-content[data-astro-cid-dgfoyax6]{display:inline-flex;align-items:center;gap:1rem;background:#faa22714;border:1px solid rgba(250,162,39,.2);padding:1rem 2rem;border-radius:50px}.teaser-content[data-astro-cid-dgfoyax6] i[data-astro-cid-dgfoyax6]{color:var(--brand-orange);font-size:1.1rem}.teaser-content[data-astro-cid-dgfoyax6] p[data-astro-cid-dgfoyax6]{color:var(--text-gray);font-size:.95rem;margin:0}.teaser-content[data-astro-cid-dgfoyax6] strong[data-astro-cid-dgfoyax6]{color:var(--brand-orange)}@media(max-width:768px){.locations-grid[data-astro-cid-dgfoyax6]{grid-template-columns:1fr}.location-card[data-astro-cid-dgfoyax6]{padding:1.5rem}.card-actions[data-astro-cid-dgfoyax6]{flex-direction:column;align-items:stretch}.card-actions[data-astro-cid-dgfoyax6] .btn-primary[data-astro-cid-dgfoyax6]{width:100%;justify-content:center}.teaser-content[data-astro-cid-dgfoyax6]{flex-direction:column;gap:.5rem;padding:1.25rem 1.5rem;border-radius:16px}}.footer-cta[data-astro-cid-sz7xmlte]{background:linear-gradient(135deg,#0a0a0a,#111);padding:4rem 0;border-bottom:1px solid rgba(255,255,255,.08)}.cta-content[data-astro-cid-sz7xmlte]{display:flex;justify-content:space-between;align-items:center;gap:2rem}.cta-content[data-astro-cid-sz7xmlte] h3[data-astro-cid-sz7xmlte]{color:#fff;font-size:clamp(1.5rem,3vw,2rem)}.cta-content[data-astro-cid-sz7xmlte] .btn-primary[data-astro-cid-sz7xmlte]{flex-shrink:0}.main-footer[data-astro-cid-sz7xmlte]{background:var(--brand-orange);color:#000;padding-top:4rem}.footer-grid[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(0,0,0,.1)}.f-logo[data-astro-cid-sz7xmlte]{width:180px;margin-bottom:1.5rem}.brand-col[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{font-weight:500;margin-bottom:1rem;line-height:1.6}.legal-line[data-astro-cid-sz7xmlte]{font-weight:700;text-transform:uppercase;font-size:.75rem;letter-spacing:.5px;opacity:.7;margin-bottom:1.5rem}.socials[data-astro-cid-sz7xmlte]{display:flex;gap:.75rem}.socials[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{width:40px;height:40px;background:#000;color:var(--brand-orange);display:flex;align-items:center;justify-content:center;border-radius:50%;transition:transform .3s ease,background .3s ease;font-size:1rem}.socials[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{transform:translateY(-3px);background:#fff;color:#000}.socials[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:focus-visible{box-shadow:0 0 0 3px #0000004d}.f-col[data-astro-cid-sz7xmlte] h5[data-astro-cid-sz7xmlte]{font-weight:800;text-transform:uppercase;margin-bottom:1.5rem;font-size:1rem;letter-spacing:1px}.f-list[data-astro-cid-sz7xmlte]{list-style:none}.f-list[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]{margin-bottom:.75rem}.f-list[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-weight:600;transition:opacity .3s ease;display:inline-block;padding:.25rem 0}.f-list[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{opacity:.7}.f-list[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:focus-visible{box-shadow:var(--focus-ring-light);border-radius:4px}.f-list[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte] span[data-astro-cid-sz7xmlte]{font-weight:700;font-size:1rem;display:block}.f-list[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte] small[data-astro-cid-sz7xmlte]{font-size:.8rem;opacity:.7;display:block;margin-top:.25rem}.f-list[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte].active span[data-astro-cid-sz7xmlte]{position:relative}.f-list[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte].active span[data-astro-cid-sz7xmlte]:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:#000}.sub-footer[data-astro-cid-sz7xmlte]{padding:1.5rem 0;text-align:center;font-size:.8rem;font-weight:500;opacity:.8}.sub-footer[data-astro-cid-sz7xmlte] strong[data-astro-cid-sz7xmlte]{font-weight:700}@media(max-width:768px){.footer-cta[data-astro-cid-sz7xmlte]{padding:3rem 0}.cta-content[data-astro-cid-sz7xmlte]{flex-direction:column;text-align:center;gap:1.5rem}.cta-content[data-astro-cid-sz7xmlte] .btn-primary[data-astro-cid-sz7xmlte]{width:100%;justify-content:center}.footer-grid[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;text-align:center;gap:2.5rem}.brand-col[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;align-items:center}.socials[data-astro-cid-sz7xmlte]{justify-content:center}.f-list[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte].active span[data-astro-cid-sz7xmlte]:after{left:50%;transform:translate(-50%);width:50%}}.marquee-container[data-astro-cid-j7pv25f6]{background:var(--brand-orange);color:#000;padding:1rem 0;overflow:hidden;white-space:nowrap;position:relative;z-index:10;border-top:3px solid #000;border-bottom:3px solid #000;transform:rotate(-2deg) scale(1.05);margin:-6rem 0 6rem;box-shadow:0 10px #00000080}.marquee[data-astro-cid-j7pv25f6]{display:inline-block;animation:marquee 20s linear infinite}.marquee[data-astro-cid-j7pv25f6] span[data-astro-cid-j7pv25f6]{font-family:var(--font-heading);font-weight:900;font-size:2.2rem;text-transform:uppercase;margin:0 2rem;letter-spacing:-1px;display:inline-flex;align-items:center;gap:1rem}.marquee[data-astro-cid-j7pv25f6] span[data-astro-cid-j7pv25f6]:nth-child(2n){-webkit-text-stroke:1px #000;color:transparent}.separator[data-astro-cid-j7pv25f6]{display:none}@media(max-width:900px){.marquee-container[data-astro-cid-j7pv25f6]{transform:rotate(-2deg) scale(1.1);margin:-2rem 0 4rem;border-width:2px;padding:.8rem 0;width:100%;left:0;margin-left:0}.marquee[data-astro-cid-j7pv25f6] span[data-astro-cid-j7pv25f6]{font-size:1.4rem;margin:0 1rem}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}
