:root{--red:#e21e2b;--red-dark:#b81622;--red-light:#ff3c4a;--red-glow:#e21e2b29;--green:#0c733c;--green-dark:#0a5e31;--green-light:#12914c;--green-glow:#0c733c2e;--surface-0:#fff;--surface-1:#f5f5f3;--surface-2:#fff;--surface-3:#efefec;--surface-4:#e4e4df;--footer-bg:#161616;--glass-bg:#00000005;--glass-border:#00000017;--glass-hover:#0000000a;--text:#191919;--text-muted:#555;--text-faint:#8a8a8a;--text-inverse:#fff;--font-body:"Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-heading:"Roboto Condensed", "Roboto", Arial, sans-serif;--font-signature:"Sacramento", "Segoe Script", cursive;--text-xs:clamp(.75rem, .7rem + .25vw, .875rem);--text-sm:clamp(.875rem, .82rem + .28vw, 1rem);--text-base:clamp(1rem, .95rem + .25vw, 1.125rem);--text-lg:clamp(1.125rem, 1.05rem + .38vw, 1.3rem);--text-xl:clamp(1.25rem, 1.1rem + .75vw, 1.625rem);--text-2xl:clamp(1.5rem, 1.25rem + 1.25vw, 2.25rem);--text-3xl:clamp(1.875rem, 1.5rem + 1.88vw, 3rem);--text-4xl:clamp(2.25rem, 1.75rem + 2.5vw, 3.5rem);--text-5xl:clamp(2.5rem, 1.9rem + 3vw, 4.25rem);--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--space-32:8rem;--max-w:min(92vw, 160rem);--max-w-narrow:min(92vw, 56rem);--max-w-wide:min(94vw, 200rem);--padding-x:clamp(1rem, 4vw, 4rem);--radius-sm:.25rem;--radius:.4rem;--radius-lg:.6rem;--radius-xl:.85rem;--radius-2xl:1.25rem;--radius-full:9999px;--shadow-sm:0 1px 2px #0000000f;--shadow:0 4px 14px #00000014;--shadow-lg:0 10px 30px #0000001f;--shadow-xl:0 24px 60px #00000029;--shadow-red:0 10px 30px var(--red-glow);--transition-fast:.12s ease;--transition:.25s ease;--transition-slow:.4s ease;--z-base:1;--z-dropdown:100;--z-sticky:200;--z-header:500;--z-modal:900;--z-toast:1000}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-size:16px;overflow-x:clip}@media (width>=1920px){html{font-size:clamp(16px,.417vw + 8px,64px)}}body{font-family:var(--font-body);font-size:var(--text-base);color:var(--text);background-color:var(--surface-0);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;line-height:1.65}img,video,svg{max-width:100%;height:auto;display:block}dialog{margin:auto}a{color:inherit;text-decoration:none}ul,ol{list-style:none}main :is(p,li,.section-desc,.lead-xl,.statement,.aside,.pull-quote,.products-intro__highlight,.faq__a,.section-head) a:not(.btn){color:var(--green);font-weight:inherit;transition:color var(--transition-fast)}main :is(p,li,.section-desc,.lead-xl,.statement,.aside,.pull-quote,.products-intro__highlight,.faq__a,.section-head) a:not(.btn):hover{color:var(--red)}main :is(.home-hero,.page-hero__lead,.cta-strip,.cta-band,.final-cta__desc) a:not(.btn){color:#fff;text-underline-offset:3px;text-decoration:underline #ffffff80}main :is(.home-hero,.page-hero__lead,.cta-strip,.cta-band,.final-cta__desc) a:not(.btn):hover{color:#fff;text-decoration-color:var(--red)}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text);letter-spacing:-.005em;overflow-wrap:break-word;font-weight:700;line-height:1.12}.statement,.section-title,.lead-xl{overflow-wrap:break-word}@media (width<=640px){h1,h2,h3,h4,.statement,.section-title{hyphens:auto}}h1{font-size:var(--text-4xl)}h2{font-size:var(--text-3xl)}h3{font-size:var(--text-2xl)}h4{font-size:var(--text-xl)}h5{font-size:var(--text-lg)}h6{font-size:var(--text-base)}p{max-width:70ch}strong,b{font-weight:700}.container{width:100%;max-width:var(--max-w);padding-inline:var(--padding-x);margin-inline:auto}.container--narrow{max-width:var(--max-w-narrow)}.container--wide{max-width:var(--max-w-wide)}.section{padding-block:clamp(3rem,7vw,5.5rem)}.section--lg{padding-block:clamp(4rem,10vw,8rem)}.section--sm{padding-block:clamp(2rem,5vw,3.5rem)}.grid{gap:var(--space-6);display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (width<=900px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.grid-2{grid-template-columns:1fr}}@media (width<=600px){.grid-3,.grid-4{grid-template-columns:1fr}}.flex{display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.flex-col{flex-direction:column;display:flex}.gap-4{gap:var(--space-4)}.gap-6{gap:var(--space-6)}.gap-8{gap:var(--space-8)}.section-head{max-width:760px;margin-bottom:var(--space-10)}.section-head--center{text-align:center;max-width:820px;margin-inline:auto}.text-center{text-align:center}.text-red{color:var(--red)}.text-green{color:var(--green)}.text-muted{color:var(--text-muted)}.text-sm{font-size:var(--text-sm)}.text-lg{font-size:var(--text-lg)}.text-xl{font-size:var(--text-xl)}.font-heading{font-family:var(--font-heading)}.uppercase{text-transform:uppercase;letter-spacing:.02em}.section-label{align-items:center;gap:var(--space-2);font-family:var(--font-heading);font-size:var(--text-xs);letter-spacing:.14em;text-transform:uppercase;color:var(--red);margin-bottom:var(--space-4);font-weight:700;display:inline-flex}.section-label:before{content:"";background:var(--red);flex-shrink:0;width:26px;height:3px;display:block}.section-title{font-size:var(--text-3xl);margin-bottom:var(--space-4)}.section-desc{font-size:var(--text-lg);color:var(--text-muted);max-width:62ch}.btn{justify-content:center;align-items:center;gap:var(--space-2);font-family:var(--font-heading);font-size:var(--text-sm);letter-spacing:.04em;text-transform:uppercase;border-radius:var(--radius);transition:all var(--transition);cursor:pointer;white-space:nowrap;border:2px solid #0000;padding:.8em 1.8em;font-weight:700;line-height:1.1;text-decoration:none;display:inline-flex}.btn-primary{background:var(--green);color:#fff;border-color:var(--green);box-shadow:0 4px 16px var(--green-glow)}.btn-primary:hover{background:var(--green-dark);border-color:var(--green-dark);transform:translateY(-1px);box-shadow:0 7px 22px #0c733c52}.btn-red{background:var(--red);color:#fff;border-color:var(--red);box-shadow:0 4px 16px var(--red-glow)}.btn-red:hover{background:var(--red-dark);border-color:var(--red-dark);transform:translateY(-1px);box-shadow:0 7px 22px #e21e2b4d}.btn-outline{color:var(--text);border-color:var(--glass-border);background:0 0}.btn-outline:hover{border-color:var(--red);color:var(--red)}.btn-outline-light{color:#fff;backdrop-filter:blur(4px);background:#ffffff14;border-color:#ffffff8c}.btn-outline-light:hover{background:#ffffff2e;border-color:#fff}.btn-ghost{color:var(--text);background:0 0;border-color:#0000}.btn-ghost:hover{background:var(--glass-hover)}.btn-phone{background:var(--surface-3);color:var(--text);border-color:var(--glass-border);text-transform:none;letter-spacing:0;gap:var(--space-3)}.btn-phone:hover{border-color:var(--red);color:var(--red)}.btn-sm{font-size:var(--text-xs);padding:.55em 1.2em}.btn-lg{font-size:var(--text-base);padding:.95em 2.2em}.card{background:var(--surface-2);border:1px solid var(--glass-border);border-radius:var(--radius-xl);padding:var(--space-8);transition:all var(--transition);position:relative}.card:hover{box-shadow:var(--shadow-lg);border-color:#00000024;transform:translateY(-3px)}.card--red:hover{box-shadow:var(--shadow-red);border-color:#e21e2b66}.badge{align-items:center;gap:var(--space-1);border-radius:var(--radius-full);font-family:var(--font-heading);font-size:var(--text-xs);letter-spacing:.05em;padding:.25em .7em;font-weight:700;display:inline-flex}.badge-red{background:var(--red-glow);color:var(--red);border:1px solid #e21e2b40}.badge-green{background:var(--green-glow);color:var(--green);border:1px solid #0c733c40}.divider{background:var(--glass-border);height:1px;margin-block:var(--space-8);border:none}.hero{background:var(--surface-4);align-items:center;min-height:min(86vh,760px);display:flex;position:relative;overflow:hidden}.hero__bg{z-index:0;position:absolute;inset:0}.hero__bg img{object-fit:cover;width:100%;height:100%}.hero__overlay{z-index:1;background:linear-gradient(95deg,#0a0a0ad1 0%,#0a0a0a8c 45%,#0a0a0a26 100%);position:absolute;inset:0}.hero__content{z-index:2;width:100%;position:relative}.bg-surface-0{background:var(--surface-0)}.bg-surface-1{background:var(--surface-1)}.bg-surface-2{background:var(--surface-2)}.bg-gradient-red{background:linear-gradient(135deg, var(--surface-1) 0%, #e21e2b0d 100%)}.bg-dark{background:var(--footer-bg);color:#e8e8e8}.icon-box{border-radius:var(--radius-lg);background:var(--red-glow);width:3.25rem;height:3.25rem;color:var(--red);border:1px solid #e21e2b33;flex-shrink:0;justify-content:center;align-items:center;font-size:1.4rem;display:flex}.icon-box--green{background:var(--green-glow);color:var(--green);border-color:#0c733c33}.breadcrumb{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--text-muted);padding-block:var(--space-4);flex-wrap:wrap;display:flex}.breadcrumb a:hover{color:var(--red)}.breadcrumb__sep{color:var(--text-faint);font-size:.75em}form[data-mailer]{border-radius:var(--radius-lg);background:#0c733c0d;border:1px solid #0c733c1f;padding:clamp(1.25rem,3vw,2rem)}.form-group{gap:var(--space-3);flex-direction:column;display:flex}.form-label{font-size:var(--text-sm);color:var(--text-muted);font-weight:500}.form-label span{color:var(--red)}.form-control{background:var(--surface-0);border:1px solid var(--glass-border);border-radius:var(--radius);width:100%;color:var(--text);font-size:var(--text-base);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);outline:none;padding:.75rem 1rem}.form-control:focus{border-color:var(--green);box-shadow:0 0 0 3px var(--green-glow)}.form-control::placeholder{color:var(--text-faint)}textarea.form-control{resize:vertical;min-height:120px}.form-file{background:var(--surface-1);border:2px dashed var(--glass-border);border-radius:var(--radius-lg);text-align:center;cursor:pointer;width:100%;transition:border-color var(--transition);color:var(--text-muted);font-size:var(--text-sm);padding:1.5rem}.form-file:hover{border-color:var(--green);color:var(--text)}.form-grid{gap:var(--space-5);grid-template-columns:1fr 1fr;display:grid}.form-grid--4{grid-template-columns:repeat(4,1fr)}.form-grid--files{gap:var(--space-5);grid-template-columns:1fr 1fr}.form-group--full{grid-column:1/-1}@media (width<=640px){.form-grid,.form-grid--4,.form-grid--files{grid-template-columns:1fr}}@media (width>=641px) and (width<=860px){.form-grid--4{grid-template-columns:1fr 1fr}}select.form-control{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.form-consent{align-items:flex-start;gap:var(--space-3);font-size:var(--text-sm);color:var(--text-muted);display:flex}.form-consent input{width:1.1rem;height:1.1rem;accent-color:var(--green);flex-shrink:0;margin-top:.3em}.form-consent a{color:var(--text-muted);text-decoration:underline}.form-consent a:hover{color:var(--red)}[data-form-status]{margin-top:var(--space-3);border-radius:var(--radius);font-size:var(--text-sm);padding:.8rem 1rem;font-weight:500;display:none}[data-form-status][data-state]{display:block}[data-form-status][data-state=ok]{background:var(--green-glow);color:var(--green-dark);border:1px solid #0c733c4d}[data-form-status][data-state=err]{background:var(--red-glow);color:var(--red-dark);border:1px solid #e21e2b4d}[data-form-status][data-state=pending]{background:var(--surface-3);color:var(--text-muted)}.hp{width:1px;height:1px;overflow:hidden;position:absolute!important;left:-9999px!important}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse-red{0%,to{box-shadow:0 0 #e21e2b66}50%{box-shadow:0 0 0 8px #e21e2b00}}@keyframes pulse-green{0%,to{box-shadow:0 0 #25d36666}50%{box-shadow:0 0 0 8px #25d36600}}.animate-fade-in-up{animation:.6s forwards fadeInUp}.animate-delay-1{animation-delay:.1s}.animate-delay-2{animation-delay:.2s}.animate-delay-3{animation-delay:.3s}.animate-delay-4{animation-delay:.4s}.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(20px)}.reveal.visible{opacity:1;transform:none}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--surface-1)}::-webkit-scrollbar-thumb{border-radius:var(--radius-full);background:#cfcfca}::-webkit-scrollbar-thumb:hover{background:var(--red)}::selection{background:var(--red);color:#fff}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=768px){.hide-mobile{display:none!important}}@media (width>=769px){.hide-desktop{display:none!important}}:focus-visible{outline:2px solid var(--green);outline-offset:3px;border-radius:2px}.page-hero{background:var(--surface-4);align-items:flex-end;min-height:min(62vh,560px);display:flex;position:relative;overflow:hidden}.page-hero__bg{z-index:0;position:absolute;inset:0}.page-hero__bg img{object-fit:cover;width:100%;height:100%}.page-hero__overlay{z-index:1;background:linear-gradient(#08080880 0%,#0808084d 35%,#080808eb 100%),linear-gradient(100deg,#e21e2b47 0%,#0000 55%);position:absolute;inset:0}.page-hero__inner{z-index:2;width:100%;padding-block:clamp(2.5rem,6vw,4.5rem);position:relative}.page-hero,.page-hero h1{color:#fff}.page-hero .breadcrumb{color:#ffffffc7;margin-bottom:var(--space-4);padding-top:0}.page-hero .breadcrumb a:hover{color:#fff}.page-hero .breadcrumb__sep{color:#ffffff80}.page-hero__eyebrow{align-items:center;gap:var(--space-2);font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.14em;font-weight:700;font-size:var(--text-xs);color:var(--red-light);margin-bottom:var(--space-3);display:inline-flex}.page-hero h1{font-size:var(--text-5xl);text-shadow:0 2px 24px #00000080;overflow-wrap:break-word;max-width:20ch;line-height:1.04}.page-hero__lead{color:#ffffffeb;font-size:var(--text-xl);max-width:60ch;margin-top:var(--space-4);text-shadow:0 1px 10px #00000080}.page-hero__cta{margin-top:var(--space-6);gap:var(--space-4);flex-wrap:wrap;display:flex}@media (width<=640px){.page-hero{min-height:auto}.page-hero__inner{padding-block:clamp(1.5rem,6vw,2.5rem)}.page-hero h1{hyphens:auto;max-width:none;font-size:clamp(1.65rem,3.5vw + 1rem,2.1rem);line-height:1.14}.page-hero__lead{font-size:var(--text-base);max-width:none;margin-top:var(--space-3)}.page-hero__cta{margin-top:var(--space-5);gap:var(--space-3)}.btn{white-space:normal;max-width:100%}.btn-lg{font-size:var(--text-sm);padding:.78em 1.4em}}.lead-xl{font-size:var(--text-xl);color:var(--text);line-height:1.5}.lead-xl strong{font-weight:700}.statement{font-family:var(--font-heading);font-weight:700;font-size:var(--text-3xl);letter-spacing:-.01em;color:var(--text);line-height:1.16}.statement--red{color:var(--red)}.mark{background:linear-gradient(#0000 56%,#e21e2b38 0);padding:0 .06em}.uline{text-decoration:underline;text-decoration-color:var(--red);text-underline-offset:3px;text-decoration-thickness:2px}.emph{color:var(--red);font-weight:700}.aside{color:var(--text-muted);font-style:italic}.notice{gap:var(--space-3);border:1px solid #f4c9c1;border-left:4px solid var(--red);border-radius:var(--radius-lg);padding:var(--space-4) var(--space-5);background:#fff5f3;align-items:flex-start;display:flex}.notice__icon{color:var(--red);flex-shrink:0;margin-top:.15em}.notice p{font-size:var(--text-base);color:var(--text);margin:0;line-height:1.55}.pull-quote{font-family:var(--font-heading);font-weight:700;font-size:var(--text-2xl);color:var(--text);border-left:4px solid var(--red);padding:var(--space-1) 0 var(--space-1) var(--space-6);margin-block:var(--space-8);line-height:1.25}.pull-quote em{color:var(--red);font-style:italic}.check-list{gap:var(--space-3);flex-direction:column;display:flex}.check-list:not(:first-child){margin-top:var(--space-4)}.card>h3:first-child{margin-bottom:var(--space-2)}.check-list li{font-size:var(--text-base);padding-left:1.75rem;line-height:1.5;position:relative}.check-list li:before{content:"✓";color:var(--green);font-size:1.05em;font-weight:900;line-height:1.5;position:absolute;top:0;left:0}.check-list strong{color:var(--text)}.cta-band{background:linear-gradient(95deg, var(--red), var(--red-dark));color:#fff;border-radius:var(--radius-2xl);justify-content:space-between;align-items:center;gap:var(--space-6);background-image:radial-gradient(80% 160% at 100% 0%, #ffffff1f, transparent 60%), linear-gradient(95deg, var(--red), var(--red-dark));flex-wrap:wrap;padding:clamp(2rem,5vw,3.25rem) clamp(1.5rem,5vw,3.5rem);display:flex}.cta-band__title{color:#fff;font-size:var(--text-2xl);margin-bottom:var(--space-1)}.cta-band__text{color:#ffffffeb;max-width:58ch;margin:0}.cta-band .btn-primary{color:var(--red);background:#fff;border-color:#fff}.cta-band .btn-primary:hover{color:var(--red-dark);background:#f1f1f1}.cta-band .btn-outline-light{border-color:#fff9}.site-header[data-astro-cid-nen7h5rs]{z-index:var(--z-header);border-bottom:1px solid var(--glass-border);transition:transform var(--transition), box-shadow var(--transition), border-color var(--transition);will-change:transform;background:#fff;position:sticky;top:0}.site-header[data-astro-cid-nen7h5rs].scrolled{box-shadow:var(--shadow);border-bottom-color:#0000}.site-header[data-astro-cid-nen7h5rs].header--hidden{transform:translateY(-100%)}@media (prefers-reduced-motion:reduce){.site-header[data-astro-cid-nen7h5rs]{transition:box-shadow var(--transition), border-color var(--transition)}.site-header[data-astro-cid-nen7h5rs].header--hidden{transform:none}}.header-inner[data-astro-cid-nen7h5rs]{align-items:center;gap:var(--space-6);height:4.625rem;display:flex}.header-logo[data-astro-cid-nen7h5rs]{flex-shrink:0;align-items:center;display:flex}.logo-img[data-astro-cid-nen7h5rs]{width:auto;height:2.5rem}.header-nav[data-astro-cid-nen7h5rs]{flex:1;justify-content:center;display:flex;position:relative}.nav-list[data-astro-cid-nen7h5rs]{align-items:center;gap:var(--space-1);display:flex}.nav-item[data-astro-cid-nen7h5rs]{position:static}.nav-link[data-astro-cid-nen7h5rs]{font-family:var(--font-heading);font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.02em;color:var(--text);border-radius:var(--radius);transition:color var(--transition-fast), background var(--transition-fast);white-space:nowrap;align-items:center;gap:4px;padding:.5rem .7rem;font-weight:700;display:flex}.nav-link[data-astro-cid-nen7h5rs]:hover,.nav-link[data-astro-cid-nen7h5rs].active{color:var(--red);background:var(--glass-bg)}.dropdown-arrow[data-astro-cid-nen7h5rs]{opacity:.6;transition:transform var(--transition-fast);font-size:.6em}.has-mega[data-astro-cid-nen7h5rs]:hover .dropdown-arrow[data-astro-cid-nen7h5rs]{transform:rotate(180deg)}.mega[data-astro-cid-nen7h5rs]{gap:var(--space-5);border:1px solid var(--glass-border);border-radius:var(--radius-xl);width:max-content;max-width:min(46rem,100vw - 2rem);padding:var(--space-5);box-shadow:var(--shadow-xl);opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--transition), transform var(--transition);z-index:var(--z-dropdown);background:#fff;display:flex;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%)translateY(-8px)}.mega[data-astro-cid-nen7h5rs]:before{content:"";height:12px;position:absolute;top:-12px;left:0;right:0}.has-mega[data-astro-cid-nen7h5rs]:hover .mega[data-astro-cid-nen7h5rs],.has-mega[data-astro-cid-nen7h5rs]:focus-within .mega[data-astro-cid-nen7h5rs]{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.mega__items[data-astro-cid-nen7h5rs]{flex:1;grid-template-columns:repeat(2,minmax(200px,1fr));gap:4px;display:grid}.mega-item[data-astro-cid-nen7h5rs]{align-items:flex-start;gap:var(--space-3);border-radius:var(--radius-lg);transition:background var(--transition-fast);padding:.7rem .8rem;display:flex}.mega-item[data-astro-cid-nen7h5rs]:hover{background:var(--surface-1)}.mega-item__icon[data-astro-cid-nen7h5rs]{border-radius:var(--radius);background:var(--red-glow);width:2.25rem;height:2.25rem;color:var(--red);flex-shrink:0;justify-content:center;align-items:center;display:flex}.mega-item__text[data-astro-cid-nen7h5rs]{flex-direction:column;gap:2px;display:flex}.mega-item__label[data-astro-cid-nen7h5rs]{font-weight:700;font-size:var(--text-sm);color:var(--text);line-height:1.25}.mega-item[data-astro-cid-nen7h5rs]:hover .mega-item__label[data-astro-cid-nen7h5rs]{color:var(--red)}.mega-item__desc[data-astro-cid-nen7h5rs]{font-size:var(--text-xs);color:var(--text-muted);line-height:1.4}.mega__banner[data-astro-cid-nen7h5rs]{border-radius:var(--radius-lg);background-position:50%;background-size:cover;flex-shrink:0;align-items:flex-end;width:15rem;min-height:13rem;display:flex;position:relative;overflow:hidden}.mega__banner[data-astro-cid-nen7h5rs]:before{content:"";background:linear-gradient(#0a0a0a26 0%,#0a0a0ae0 100%);position:absolute;inset:0}.mega__banner-content[data-astro-cid-nen7h5rs]{padding:var(--space-4);color:#fff;flex-direction:column;gap:4px;display:flex;position:relative}.mega__banner-title[data-astro-cid-nen7h5rs]{font-family:var(--font-heading);font-weight:700;font-size:var(--text-lg)}.mega__banner-text[data-astro-cid-nen7h5rs]{font-size:var(--text-xs);color:#ffffffd9;line-height:1.4}.mega__banner-cta[data-astro-cid-nen7h5rs]{margin-top:var(--space-2);font-family:var(--font-heading);font-weight:700;font-size:var(--text-sm);color:var(--red-light)}.mega__banner[data-astro-cid-nen7h5rs]:hover .mega__banner-cta[data-astro-cid-nen7h5rs]{color:#fff}.header-actions[data-astro-cid-nen7h5rs]{align-items:center;gap:var(--space-3);flex-shrink:0;display:flex}.lang-switcher[data-astro-cid-nen7h5rs]{position:relative}.lang-btn[data-astro-cid-nen7h5rs]{font-size:var(--text-xs);color:var(--text-muted);border:1px solid var(--glass-border);border-radius:var(--radius);cursor:pointer;transition:all var(--transition-fast);letter-spacing:.04em;background:0 0;align-items:center;gap:4px;padding:.4rem .6rem;font-weight:700;display:flex}.lang-btn[data-astro-cid-nen7h5rs]:hover{color:var(--text);border-color:#0003}.lang-dropdown[data-astro-cid-nen7h5rs]{border:1px solid var(--glass-border);border-radius:var(--radius-lg);padding:var(--space-2);opacity:0;visibility:hidden;pointer-events:none;min-width:130px;transition:opacity var(--transition);box-shadow:var(--shadow-lg);z-index:var(--z-dropdown);background:#fff;position:absolute;top:calc(100% + 8px);right:0}.lang-switcher[data-astro-cid-nen7h5rs]:hover .lang-dropdown[data-astro-cid-nen7h5rs],.lang-switcher[data-astro-cid-nen7h5rs]:focus-within .lang-dropdown[data-astro-cid-nen7h5rs]{opacity:1;visibility:visible;pointer-events:auto}.lang-dropdown[data-astro-cid-nen7h5rs] li[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]{font-size:var(--text-sm);color:var(--text-muted);border-radius:var(--radius);transition:all var(--transition-fast);padding:.4rem .75rem;display:block}.lang-dropdown[data-astro-cid-nen7h5rs] li[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]:hover{color:var(--text);background:var(--glass-hover)}.lang-soon[data-astro-cid-nen7h5rs]{font-size:var(--text-sm);color:var(--text-faint);cursor:not-allowed;padding:.4rem .75rem;display:block}.lang-soon[data-astro-cid-nen7h5rs] small[data-astro-cid-nen7h5rs]{opacity:.7;font-size:.7em}.hamburger[data-astro-cid-nen7h5rs]{border-radius:var(--radius);background:var(--surface-1);border:1px solid var(--glass-border);flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;display:none}.hamburger[data-astro-cid-nen7h5rs] span[data-astro-cid-nen7h5rs]{background:var(--text);width:18px;height:2px;transition:all var(--transition);border-radius:2px;display:block}.hamburger[data-astro-cid-nen7h5rs].open span[data-astro-cid-nen7h5rs]:first-child{transform:translateY(7px)rotate(45deg)}.hamburger[data-astro-cid-nen7h5rs].open span[data-astro-cid-nen7h5rs]:nth-child(2){opacity:0}.hamburger[data-astro-cid-nen7h5rs].open span[data-astro-cid-nen7h5rs]:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-nav[data-astro-cid-nen7h5rs]{border-top:1px solid var(--glass-border);padding:var(--space-6) var(--space-4);transition:transform var(--transition-slow);z-index:calc(var(--z-header) - 1);background:#fff;display:none;position:fixed;inset:4.625rem 0 0;overflow-y:auto;transform:translate(100%)}.mobile-nav[data-astro-cid-nen7h5rs].open{transform:translate(0)}.mobile-nav-list[data-astro-cid-nen7h5rs]{gap:var(--space-1);flex-direction:column;display:flex}.mobile-nav-link[data-astro-cid-nen7h5rs]{font-family:var(--font-heading);font-size:var(--text-base);text-transform:uppercase;color:var(--text);border-radius:var(--radius);transition:all var(--transition-fast);padding:.75rem 1rem;font-weight:700;display:block}.mobile-nav-link[data-astro-cid-nen7h5rs]:hover{color:var(--red);background:var(--glass-bg)}.mobile-subnav[data-astro-cid-nen7h5rs]{padding-left:var(--space-4);margin-top:var(--space-1);flex-direction:column;gap:2px;display:flex}.mobile-subnav-link[data-astro-cid-nen7h5rs]{font-size:var(--text-sm);color:var(--text-muted);border-radius:var(--radius);transition:color var(--transition-fast);padding:.4rem .75rem;display:block}.mobile-subnav-link[data-astro-cid-nen7h5rs]:hover{color:var(--red)}.mobile-phone[data-astro-cid-nen7h5rs]{margin-top:var(--space-6);padding-top:var(--space-6);border-top:1px solid var(--glass-border)}@media (width<=1340px){.btn-phone[data-astro-cid-nen7h5rs]{display:none}}@media (width<=1200px){.header-nav[data-astro-cid-nen7h5rs]{display:none}.hamburger[data-astro-cid-nen7h5rs]{display:flex}.mobile-nav[data-astro-cid-nen7h5rs]{display:block}.hide-mobile[data-astro-cid-nen7h5rs]{display:none!important}.header-actions[data-astro-cid-nen7h5rs]{margin-left:auto}}@media (width<=768px){#header-cta[data-astro-cid-nen7h5rs]{display:none}}.site-footer[data-astro-cid-jo6i4kqk]{background:var(--footer-bg);color:#ffffffb8;--text:#fff;--text-muted:#ffffffb8;--text-faint:#ffffff80;--glass-border:#ffffff1f;border-top:1px solid #ffffff1a;margin-top:auto}.footer-top[data-astro-cid-jo6i4kqk]{padding-block:clamp(3rem,6vw,5rem)}.footer-grid[data-astro-cid-jo6i4kqk]{gap:var(--space-10);grid-template-columns:1.4fr 1fr 1fr 1.2fr;align-items:start;display:grid}@media (width<=900px){.footer-grid[data-astro-cid-jo6i4kqk]{gap:var(--space-8);grid-template-columns:1fr 1fr}}@media (width<=560px){.footer-grid[data-astro-cid-jo6i4kqk]{grid-template-columns:1fr}}.footer-logo[data-astro-cid-jo6i4kqk]{margin-bottom:var(--space-4);display:inline-block}.footer-logo-img[data-astro-cid-jo6i4kqk]{width:11rem;height:auto}.footer-tagline[data-astro-cid-jo6i4kqk]{font-size:var(--text-sm);color:var(--text-muted);margin-bottom:var(--space-5);max-width:28ch;line-height:1.6}.footer-places[data-astro-cid-jo6i4kqk]{gap:var(--space-5);flex-direction:column;display:flex}.footer-place[data-astro-cid-jo6i4kqk]{font-style:normal;font-size:var(--text-sm);color:var(--text-muted);flex-direction:column;gap:2px;display:flex}.footer-place__label[data-astro-cid-jo6i4kqk]{font-family:var(--font-heading);font-weight:700;font-size:var(--text-xs);letter-spacing:.1em;text-transform:uppercase;color:var(--text-faint);margin-bottom:2px}.footer-place__meet[data-astro-cid-jo6i4kqk]{margin-top:var(--space-1);color:var(--text)}.footer-place__hours[data-astro-cid-jo6i4kqk]{margin-top:var(--space-2);line-height:1.6}.footer-place__hours[data-astro-cid-jo6i4kqk] strong[data-astro-cid-jo6i4kqk]{color:var(--text);font-weight:500}.footer-contact-link[data-astro-cid-jo6i4kqk]{color:var(--text-muted);transition:color var(--transition-fast);overflow-wrap:anywhere}.footer-contact-link[data-astro-cid-jo6i4kqk]:hover{color:var(--red)}.footer-quick[data-astro-cid-jo6i4kqk]{border-top:1px solid var(--glass-border);padding-block:var(--space-8)}.footer-quick__grid[data-astro-cid-jo6i4kqk]{gap:var(--space-6);grid-template-columns:repeat(4,1fr);display:grid}@media (width<=900px){.footer-quick__grid[data-astro-cid-jo6i4kqk]{grid-template-columns:1fr 1fr}}@media (width<=480px){.footer-quick__grid[data-astro-cid-jo6i4kqk]{grid-template-columns:1fr}}.footer-person[data-astro-cid-jo6i4kqk]{font-size:var(--text-sm);color:var(--text-muted);flex-direction:column;gap:3px;display:flex}.footer-person__name[data-astro-cid-jo6i4kqk]{color:var(--text);font-weight:500}.footer-person__role[data-astro-cid-jo6i4kqk]{font-size:var(--text-xs);color:var(--text-faint);margin-bottom:2px}.footer-nav-title[data-astro-cid-jo6i4kqk]{font-family:var(--font-body);font-size:var(--text-xs);letter-spacing:.1em;text-transform:uppercase;color:var(--text-faint);margin-bottom:var(--space-4);font-weight:700}.footer-nav[data-astro-cid-jo6i4kqk] ul[data-astro-cid-jo6i4kqk]{gap:var(--space-2);flex-direction:column;display:flex}.footer-nav[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]{font-size:var(--text-sm);color:var(--text-muted);transition:color var(--transition-fast);line-height:1.4}.footer-nav[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]:hover{color:var(--text)}.footer-download[data-astro-cid-jo6i4kqk]{gap:var(--space-2);align-items:flex-start;display:flex}.footer-bottom[data-astro-cid-jo6i4kqk]{border-top:1px solid var(--glass-border);padding-block:var(--space-6)}.footer-bottom-inner[data-astro-cid-jo6i4kqk]{gap:var(--space-2);flex-direction:column;display:flex}.footer-legal[data-astro-cid-jo6i4kqk]{font-size:var(--text-xs);color:var(--text-faint);max-width:none;line-height:1.8}.footer-legal[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]{color:var(--text-muted);transition:color var(--transition-fast)}.footer-legal[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]:hover{color:var(--red)}.footer-disclaimer[data-astro-cid-jo6i4kqk]{font-size:var(--text-xs);color:var(--text-faint);max-width:none;line-height:1.6}.footer-disclaimer[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]{color:var(--text-faint);text-decoration:underline}.skip-link[data-astro-cid-5m7y4e7n]{background:var(--red);color:#fff;border-radius:var(--radius);font-size:var(--text-sm);z-index:calc(var(--z-toast) + 1);transition:top var(--transition-fast);padding:.5rem 1rem;font-weight:600;position:fixed;top:-100%;left:1rem}.skip-link[data-astro-cid-5m7y4e7n]:focus{top:1rem}.floating-actions[data-astro-cid-5m7y4e7n]{z-index:var(--z-sticky);flex-direction:column;gap:.75rem;display:flex;position:fixed;bottom:2rem;right:1.5rem}.float-btn[data-astro-cid-5m7y4e7n]{border-radius:var(--radius-full);color:#fff;width:52px;height:52px;transition:all var(--transition);box-shadow:var(--shadow-lg);cursor:pointer;border:none;justify-content:center;align-items:center;text-decoration:none;display:flex}.float-btn[data-astro-cid-5m7y4e7n]:hover{transform:translateY(-2px)scale(1.05)}.float-btn--phone[data-astro-cid-5m7y4e7n]{background:var(--red);animation:2.5s infinite pulse-red}.float-btn--email[data-astro-cid-5m7y4e7n]{background:var(--green)}.mobile-bar[data-astro-cid-5m7y4e7n]{border-top:1px solid var(--glass-border);z-index:var(--z-header);backdrop-filter:blur(12px);padding-bottom:env(safe-area-inset-bottom);background:#0f0f0ff7;grid-template-columns:repeat(2,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.mobile-bar-btn[data-astro-cid-5m7y4e7n]{font-size:var(--text-xs);color:#ffffffeb;transition:color var(--transition-fast), background var(--transition-fast);flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:.75rem .5rem;font-weight:700;text-decoration:none;display:flex}.mobile-bar-btn[data-astro-cid-5m7y4e7n]:hover,.mobile-bar-btn[data-astro-cid-5m7y4e7n]:active{color:#fff;background:#ffffff14}.mobile-bar-btn--phone[data-astro-cid-5m7y4e7n] svg[data-astro-cid-5m7y4e7n]{color:var(--red)}.mobile-bar-btn--quote[data-astro-cid-5m7y4e7n]{color:#fff;background:var(--green)}.mobile-bar-btn--quote[data-astro-cid-5m7y4e7n]:hover,.mobile-bar-btn--quote[data-astro-cid-5m7y4e7n]:active{color:#fff;background:var(--green-dark)}@media (width>=769px){.mobile-bar[data-astro-cid-5m7y4e7n]{display:none}}@media (width<=768px){.floating-actions[data-astro-cid-5m7y4e7n]{display:none}body{padding-bottom:70px}}
