*,*:before,*:after{box-sizing:border-box}:root{--brand-red: #ed1b24;--brand-red-dim: #c9161e;--brand-dark: #222222;--brand-black: #000000;--white: #ffffff;--gray-800: #2d2d2d;--gray-600: #525252;--gray-500: #737373;--gray-400: #a3a3a3;--gray-200: #e5e5e5;--gray-100: #f0f0f0;--gray-50: #fafafa;--bg: var(--white);--bg-elevated: var(--gray-50);--surface: var(--gray-100);--border: rgba(0, 0, 0, .08);--text: var(--brand-black);--text-muted: var(--gray-600);--accent: var(--brand-red);--accent-dim: var(--brand-red-dim);--accent-glow: rgba(237, 27, 36, .15);--link: var(--brand-red);font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;color:var(--text);background-color:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}h1,h2,h3,h4{font-family:Plus Jakarta Sans,sans-serif;font-weight:700;line-height:1.2;letter-spacing:-.02em}a{color:var(--link);text-decoration:none;transition:color .2s ease}a:hover{color:var(--accent-dim)}button{font-family:inherit;cursor:pointer}img{max-width:100%;height:auto;display:block}html{scroll-behavior:smooth}::selection{background:var(--accent-glow);color:var(--text)}.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 1.5rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#fffffff2;transition:box-shadow .2s}.nav-scrolled{box-shadow:0 2px 12px #0000000f}.nav-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.nav-logo{font-family:Plus Jakarta Sans,sans-serif;font-weight:700;font-size:1.35rem;color:var(--text);letter-spacing:-.02em;display:inline-flex;align-items:center}.nav-logo-img{height:36px;width:auto;display:block;object-fit:contain}@media(min-width:600px){.nav-logo-img{height:42px}}.nav-logo:has(.nav-logo-img) .nav-logo-fallback{display:none}.nav-logo-fallback.nav-logo-fallback-visible{display:inline!important}.nav-logo .logo-num,.footer-logo .logo-num{color:var(--brand-red)}.nav-links{display:flex;align-items:center;gap:1.75rem}.nav-links a{color:var(--text-muted);font-size:.9rem;font-weight:500}.nav-links a:hover{color:var(--brand-red)}.nav-cta{color:var(--white)!important;background:var(--brand-red);padding:.5rem 1rem;border:2px solid var(--brand-red);border-radius:8px;font-weight:600}.nav-cta:hover{background:var(--brand-red-dim);border-color:var(--brand-red-dim);color:var(--white)!important}.nav-lang{display:flex;align-items:center;gap:.25rem}.nav-lang-btn{padding:.25rem .4rem;font-size:.8rem;font-weight:600;background:none;border:none;color:var(--text-muted);border-radius:4px;transition:color .2s,background .2s}.nav-lang-btn:hover{color:var(--brand-red)}.nav-lang-btn.active{color:var(--brand-red);background:#ed1b2414}.nav-lang-sep{color:var(--border);font-weight:300;-webkit-user-select:none;user-select:none}.nav-mobile-lang{display:flex;align-items:center;gap:.25rem;padding:.75rem 0;border-bottom:1px solid var(--border);margin-bottom:.25rem}.nav-mobile-lang .nav-lang-btn{color:var(--text-muted);font-size:.9rem;padding:.35rem .5rem}.nav-mobile-lang .nav-lang-btn.active{color:var(--brand-red)}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;padding:0;background:none;border:none;color:var(--text)}.nav-toggle span{display:block;height:2px;width:100%;background:currentColor;border-radius:2px;transition:transform .2s,opacity .2s}.nav-toggle span:nth-child(1).open{transform:translateY(7px) rotate(45deg)}.nav-toggle span:nth-child(2).open{opacity:0}.nav-toggle span:nth-child(3).open{transform:translateY(-7px) rotate(-45deg)}.nav-mobile{display:none;flex-direction:column;gap:.5rem;padding:0 1.5rem 1rem;overflow:hidden;border-top:1px solid var(--border);background:var(--bg)}.nav-mobile a{color:var(--text-muted);padding:.75rem 0;font-weight:500}.nav-mobile a:hover{color:var(--brand-red)}@media(max-width:768px){.nav-links{display:none}.nav-toggle,.nav-mobile{display:flex}}.section{padding:5rem 1.5rem;max-width:1100px;margin:0 auto}.section-tag{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--brand-red);margin:0 0 .5rem}.section-title{font-size:clamp(2rem,5vw,3rem);margin:0 0 1.5rem;color:var(--text)}.section-title .title-accent{color:var(--brand-red)}.section-lead{font-size:1.15rem;color:var(--text-muted);max-width:560px;margin:0 0 2rem}.section-cta{margin-top:2rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.75rem;font-size:.95rem;font-weight:600;border-radius:8px;transition:transform .2s,box-shadow .2s}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--brand-red);color:var(--white);border:2px solid var(--brand-red)}.btn-primary:hover,.btn-primary:focus{background:var(--brand-red-dim);border-color:var(--brand-red-dim);color:var(--white);box-shadow:0 6px 20px var(--accent-glow)}.btn-secondary{background:transparent;color:var(--gray-800);border:2px solid var(--gray-400)}.btn-secondary:hover{background:var(--gray-100);color:var(--text);border-color:var(--gray-600)}.placeholder-image{width:100%;height:100%;min-height:120px;display:flex;align-items:center;justify-content:center;background:var(--white);border:1px dashed var(--gray-300);color:var(--text-muted);font-size:.9rem;text-align:center;padding:1rem;box-sizing:border-box}.placeholder-image-text{max-width:100%;line-height:1.3}.hero-placeholder.placeholder-image{position:absolute;inset:0;min-height:0;opacity:.5}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:6rem 1.5rem 4rem;overflow:hidden;background:linear-gradient(160deg,var(--bg) 0%,var(--gray-50) 35%,rgba(237,27,36,.05) 65%,var(--gray-100) 100%)}.hero-bg{position:absolute;inset:0;pointer-events:none}.hero-image{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.4}.hero-gradient{position:absolute;inset:0;background:radial-gradient(ellipse 70% 40% at 50% 0%,rgba(237,27,36,.1),transparent 45%),radial-gradient(ellipse 50% 30% at 100% 60%,rgba(0,0,0,.03),transparent 40%),radial-gradient(ellipse 40% 25% at 0% 80%,rgba(237,27,36,.05),transparent 40%)}.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(237,27,36,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(237,27,36,.04) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 40%,black,transparent 70%);mask-image:radial-gradient(ellipse 80% 80% at 50% 40%,black,transparent 70%)}.hero-content{position:relative;z-index:1;text-align:center;max-width:720px;padding-bottom:3.5rem}.hero-tag{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--brand-red);margin:0 0 1rem}.hero-title{font-size:clamp(2.5rem,6vw,4rem);margin:0 0 1.25rem;color:var(--text);line-height:1.1}.hero-title span{color:var(--brand-red)}.hero-sub{font-size:1.15rem;color:var(--text-muted);line-height:1.65;margin:0 0 .75rem}.hero-trust{font-size:.9rem;color:var(--gray-600);font-weight:500;margin:0 0 1.75rem;letter-spacing:.02em}.hero-service-area{font-size:.68rem;color:var(--text-muted);font-weight:500;letter-spacing:.06em;opacity:.58;line-height:1.4}.hero-service-area--top{margin:0 0 .55rem}@media(min-width:768px){.hero-service-area{font-size:.7rem;opacity:.52}}.hero-ctas{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.hero-ctas .btn{min-width:180px}.hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase}.scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,var(--brand-red),transparent);border-radius:2px;animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{opacity:.4;transform:scaleY(.6);transform-origin:top}50%{opacity:1;transform:scaleY(1);transform-origin:top}}.highlights-bar{background:linear-gradient(90deg,#0d0d0d,#1a1a1a,#0d0d0d);border-bottom:2px solid var(--brand-red);padding:.6rem 1.25rem;overflow:hidden}.highlights-ticker{max-width:1100px;margin:0 auto}.highlights-ticker-track{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.35rem .75rem;width:100%}.highlights-ticker-track--single{flex-wrap:nowrap;gap:.6rem;overflow:hidden;justify-content:center}.highlights-course-single-line{display:inline-flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:.35rem;white-space:nowrap;max-width:none;flex-shrink:0}.highlights-course-single-line.is-duplicate{display:none}.highlights-course-cta{flex-shrink:0}.highlights-inline-sep{color:#ffffff73;padding:0 .15rem;font-weight:700}.highlights-countdown-line{display:inline-flex!important;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:.35rem;flex-shrink:0;cursor:default;text-decoration:none}.highlights-countdown-line .highlights-countdown-label{color:#ffffffd9;font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:clamp(.8rem,2vw,.95rem)}.highlights-countdown-units{display:inline-flex;align-items:baseline;gap:.45rem;font-variant-numeric:tabular-nums}.highlights-countdown-unit{display:inline-flex;align-items:baseline;gap:.12rem}.highlights-countdown-unit strong{font-size:1em;font-weight:800;color:var(--brand-red)}.highlights-countdown-unit>span:last-child{font-size:.85em;font-weight:700;color:#ffffffbf;text-transform:uppercase;letter-spacing:.06em}.highlights-course-live-inline{flex-shrink:0;cursor:default;text-decoration:none;color:var(--brand-red)}.highlights-ticker-item{flex-shrink:0;font-size:clamp(.8rem,2vw,.95rem);font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--white);text-decoration:none;padding:0 .5rem;white-space:nowrap;transition:color .2s}.highlights-ticker-item:hover{color:var(--brand-red)}.services{padding-top:6rem;background:var(--bg)}.services-with-drawers{position:relative;width:100%}.services-dual-cta-row{display:flex;flex-wrap:wrap;gap:.85rem;width:100%;max-width:720px;margin:2.25rem auto 1.75rem;align-items:stretch;justify-content:center}.services-textures-cta-wrap{flex:1 1 260px;min-width:0;max-width:100%}.services-textures-cta{position:relative;display:flex;align-items:center;gap:.65rem;width:100%;padding:.55rem .95rem .55rem .75rem;text-align:left;border:none;border-radius:10px;cursor:pointer;color:var(--white);background:linear-gradient(135deg,var(--brand-red) 0%,#c41e26 100%);box-shadow:0 3px 14px #ed1b2459,0 0 0 1px #ffffff2e inset;overflow:visible;transition:transform .35s cubic-bezier(.34,1.2,.64,1),box-shadow .25s ease,background .25s ease}.services-textures-cta:before{content:"";position:absolute;left:0;top:0;bottom:0;width:7px;border-radius:10px 0 0 10px;background:linear-gradient(90deg,#ffffff8c,#ffffff1f);box-shadow:-6px 0 16px #0003;pointer-events:none;transition:transform .4s cubic-bezier(.34,1.35,.64,1),box-shadow .4s ease}.services-textures-cta:hover:before{transform:translate(-10px);box-shadow:-14px 0 28px #00000038}.services-textures-cta:hover:not(.is-open){transform:translate(5px);box-shadow:0 5px 18px #ed1b2473,0 0 0 1px #ffffff47 inset}.services-textures-cta:active:not(.is-open){transform:translate(2px)}.services-textures-cta.is-open{background:linear-gradient(135deg,var(--brand-dark) 0%,#1a1a1a 100%);box-shadow:0 3px 12px #00000047,0 0 0 1px #ffffff1f inset}.services-textures-cta.is-open:before{transform:translate(0);opacity:.35;box-shadow:-4px 0 10px #00000026}.services-textures-cta:focus-visible{outline:2px solid var(--brand-red);outline-offset:2px}.services-textures-cta-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:#ffffff26}.services-textures-cta-copy{flex:1;min-width:0;display:flex;flex-direction:column;gap:.05rem;align-items:flex-end;text-align:right}.services-textures-cta-title{font-size:.8rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.services-textures-cta-hint{font-size:.72rem;font-weight:500;opacity:.92;line-height:1.3}.services-textures-cta-drawer-hint{flex-shrink:0;display:inline-flex;align-items:center;justify-content:flex-start;min-width:1.85rem;padding-left:.15rem;font-weight:700;opacity:.95}.services-textures-cta-chev{display:inline-block;font-size:1.35rem;line-height:1;margin-right:-.2em;transition:transform .4s cubic-bezier(.34,1.35,.64,1)}.services-textures-cta-chev:last-child{margin-right:0}.services-textures-cta:hover:not(.is-open) .services-textures-cta-chev:nth-child(1){transform:translate(-4px)}.services-textures-cta:hover:not(.is-open) .services-textures-cta-chev:nth-child(2){transform:translate(-8px)}.services-textures-cta-close{font-size:1.05rem;line-height:1}.services-gallery-cta{position:relative;flex:1 1 260px;min-width:0;max-width:100%;display:flex;align-items:center;gap:.65rem;padding:.55rem .95rem .55rem .85rem;text-align:left;border-radius:10px;text-decoration:none;color:var(--white);background:linear-gradient(145deg,#3a4254,#2a3140 40%,#1e2433);box-shadow:0 3px 16px #00000061,0 0 0 1px #ffffff1a inset,0 0 0 2px #ed1b2447;overflow:visible;transition:transform .35s cubic-bezier(.34,1.2,.64,1),box-shadow .25s ease,background .25s ease}.services-gallery-cta:after{content:"";position:absolute;right:0;top:0;bottom:0;width:7px;border-radius:0 10px 10px 0;background:linear-gradient(270deg,#ffffff80,#ffffff14);box-shadow:6px 0 16px #00000038;pointer-events:none;transition:transform .4s cubic-bezier(.34,1.35,.64,1),box-shadow .4s ease}.services-gallery-cta:hover:after{transform:translate(10px);box-shadow:14px 0 28px #0003}.services-gallery-cta:hover{transform:translate(-5px);box-shadow:0 5px 20px #00000073,0 0 0 1px #ffffff29 inset,0 0 0 2px #ed1b2473}.services-gallery-cta:active{transform:translate(-2px)}.services-gallery-cta:focus-visible{outline:2px solid var(--brand-red);outline-offset:2px}.services-gallery-cta-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:#00000040;box-shadow:0 1px 4px #0003 inset}.services-gallery-cta-copy{flex:1;min-width:0;display:flex;flex-direction:column;gap:.05rem}.services-gallery-cta-title{font-size:.8rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.services-gallery-cta-hint{font-size:.72rem;font-weight:500;opacity:.88;line-height:1.3}.services-gallery-cta-drawer-hint{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-width:1.85rem;font-weight:700;opacity:.95}.services-gallery-cta-chev{display:inline-block;font-size:1.35rem;line-height:1;margin-right:-.2em;transition:transform .4s cubic-bezier(.34,1.35,.64,1)}.services-gallery-cta-chev:last-child{margin-right:0}.services-gallery-cta:hover .services-gallery-cta-chev:nth-child(1){transform:translate(4px)}.services-gallery-cta:hover .services-gallery-cta-chev:nth-child(2){transform:translate(8px)}@media(max-width:520px){.services-dual-cta-row{flex-direction:column;max-width:100%;gap:.55rem;margin:1.35rem auto 1.15rem;align-items:stretch}.services-textures-cta-wrap,.services-gallery-cta{flex:none;width:100%;max-width:100%}.services-textures-cta,.services-gallery-cta{min-height:50px;padding:.5rem .78rem}}@media(max-width:768px){.hero{min-height:112svh;padding-bottom:5.5rem}.hero-content{padding-bottom:4.75rem}.hero-scroll{bottom:1.1rem}.highlights-ticker{overflow:hidden}.highlights-ticker-track--single{width:max-content;justify-content:flex-start;gap:1.4rem;animation:highlightsMobileMarquee 24s linear infinite;will-change:transform}.highlights-course-single-line.is-duplicate{display:inline-flex}}@keyframes highlightsMobileMarquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - .7rem))}}.services-main{max-width:1000px;margin:0 auto;padding:0 3rem}@media(max-width:900px){.services-main{padding:0 2.5rem}}.services-drawer{position:fixed;top:0;bottom:0;width:min(380px,90vw);max-width:90vw;height:100vh;height:100dvh;background:var(--white);box-shadow:0 0 40px #00000026;z-index:100;display:flex;flex-direction:column;overflow:hidden}.services-drawer-inner{position:relative;z-index:1;flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;touch-action:pan-y;padding:3.5rem 1.25rem 2rem}.services-drawer-left{left:0}.services-drawer-right{right:0;left:auto}.services-drawer-backdrop{position:fixed;inset:0;background:#00000059;z-index:99}.services-drawer-close{position:absolute;top:1rem;right:1rem;z-index:3;width:44px;height:44px;border:none;background:var(--gray-100);border-radius:50%;font-size:1.5rem;line-height:1;cursor:pointer;color:var(--text);transition:background .2s;pointer-events:auto;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.services-drawer-close:hover{background:var(--gray-200)}.services-drawer-title{font-size:1rem;margin:0 0 .25rem;padding-right:2rem;color:var(--text)}.services-drawer-mixes-and-more{font-size:.85rem;color:var(--text-muted, #666);margin:0 0 .5rem;padding-right:2rem}.services-drawer-ba{margin-top:.5rem}.services-drawer-ba-image{position:relative;width:100%;aspect-ratio:1 / 1;border-radius:8px;overflow:hidden;background:var(--gray-100);margin-bottom:1rem}.services-drawer-ba-image img{width:100%;height:100%;object-fit:cover;display:block}.service-card-clickable{cursor:pointer;transition:box-shadow .2s,transform .2s}.service-card-clickable:hover{box-shadow:0 4px 20px #00000014}.services-drawer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.services-drawer-item{margin:0;text-align:center}.services-drawer-circle{width:100%;aspect-ratio:1;max-width:132px;margin:0 auto;border-radius:50%;overflow:hidden;box-shadow:0 1px 6px #00000014;border:none;background:transparent}.services-drawer-item .services-drawer-circle img{width:100%;height:100%;object-fit:cover;object-position:center 43%;display:block}.services-drawer-empty{grid-column:1 / -1;font-size:.85rem;color:var(--text-muted);margin:0}.services-drawer-gallery-cta{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border);display:flex;justify-content:center}.services-drawer-gallery-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;max-width:280px;padding:.65rem 1.25rem;font-size:.9rem;font-weight:600;color:var(--brand-red);background:var(--white);border:2px solid var(--brand-red);border-radius:10px;text-decoration:none;transition:background .2s,color .2s,transform .2s}.services-drawer-gallery-btn:hover{background:var(--brand-red);color:var(--white);transform:translateY(-1px)}.services-drawer-more-text{font-size:.8rem;font-weight:500;color:var(--text-muted);text-align:center;line-height:1.2}.services-drawer-metallic-title{font-size:.9rem;font-weight:600;color:var(--text);margin:1.25rem 0 .5rem;padding-top:1rem;border-top:1px solid var(--border)}.services-drawer-metallic-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.services-drawer-metallic-item{aspect-ratio:1;border-radius:8px;overflow:hidden;background:var(--gray-100)}.services-drawer-metallic-item img{width:100%;height:100%;object-fit:cover;display:block}.services-drawer-metallic-more-cell{display:flex;align-items:center;justify-content:center;padding:.5rem;background:var(--gray-100);border-radius:8px;aspect-ratio:1}.services-drawer-metallic-more-cell .services-drawer-more-text{font-style:italic}.services-drawer-more{margin:1rem 0 0;font-size:.95rem;font-style:italic;color:var(--text-muted)}.services-full .section-inner{max-width:none}.services-full .services-grid-simple{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:1.5rem}@media(max-width:900px){.services-full .services-grid-simple{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.services-full .services-grid-simple{grid-template-columns:1fr}}.services-full .service-card{background:var(--white);border-radius:12px;padding:1.5rem;border-top:4px solid var(--gray-500);box-shadow:0 2px 12px #0000000d;transition:border-color .2s,box-shadow .2s}.services-full .service-card:hover,.services-full .service-card:focus-within{border-top-color:var(--brand-red);box-shadow:0 4px 16px #ed1b241f}.services-full .service-card:hover .service-icon,.services-full .service-card:focus-within .service-icon{background:var(--brand-red)}.services-full .service-card-head{position:relative}#why,#process{scroll-margin-top:5rem}.services-subblock{margin-top:2.5rem;padding-top:2.5rem;border-top:1px solid var(--border)}.services-subblock-tag{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--brand-red);margin:0 0 .5rem}.services-subblock .section-title{font-size:clamp(1.15rem,2vw,1.35rem);margin-bottom:.75rem}.services-process-why-cols{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start;margin-top:1rem}@media(max-width:768px){.services-process-why-cols{grid-template-columns:1fr}}.services-why-col,.services-process-col{min-width:0}.services-steps-list{list-style:none;margin:1rem 0 0;padding:0;display:flex;flex-direction:column;gap:.5rem}.services-steps-list li{display:flex;align-items:flex-start;gap:.75rem;padding:.65rem .85rem;background:var(--white);border-radius:8px;border-left:3px solid var(--gray-400);font-size:.9rem;color:var(--text-muted);line-height:1.45;box-shadow:0 1px 4px #0000000a;transition:border-color .25s,box-shadow .25s,background .25s}.services-steps-list li.services-step-active{border-left-color:var(--brand-red);box-shadow:0 2px 12px #ed1b241f;background:var(--white);color:var(--brand-red)}.services-step-num{font-weight:700;font-size:.85rem;color:var(--gray-500);flex-shrink:0;min-width:1.75rem;transition:color .25s}.services-steps-list li.services-step-active .services-step-num{color:var(--brand-red)}.services-why-list{display:flex;flex-direction:column;gap:1.25rem;margin-top:1rem}.services-why-item{display:flex;gap:1rem;align-items:flex-start;padding:.85rem 0;border-bottom:1px solid var(--border);transition:opacity .25s}.services-why-item:last-child{border-bottom:none}.services-why-item-checked .services-why-content{opacity:1}.services-why-checkbox{width:22px;height:22px;min-width:22px;min-height:22px;border:2px solid var(--gray-400);border-radius:4px;display:flex;align-items:center;justify-content:center;margin-top:.15rem;transition:border-color .25s,background .25s}.services-why-item-checked .services-why-checkbox{border-color:var(--brand-red);background:var(--brand-red);color:var(--white)}.services-why-checkbox svg{flex-shrink:0}.services-why-content h3{font-size:1.05rem;margin:0 0 .35rem;color:var(--text)}.services-why-content p{font-size:.9rem;color:var(--text-muted);margin:0;line-height:1.5}.services-blends-row{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.5rem;margin-top:1rem}.services-blends-preview{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem 1rem}@media(min-width:500px){.services-blends-preview{grid-template-columns:repeat(6,1fr)}}.services-blend-item{margin:0;text-align:center}.services-blend-circle{width:100%;aspect-ratio:1;max-width:56px;margin:0 auto .35rem;border-radius:50%;overflow:hidden;box-shadow:0 2px 8px #00000014;border:2px solid var(--white);background:var(--gray-200)}.services-blend-circle img{width:100%;height:100%;object-fit:cover;display:block}.services-blend-item figcaption{font-size:.7rem;color:var(--text-muted);line-height:1.25}.services-blend-item .chip-id{font-weight:600;color:var(--text)}.services-more-in-store{font-size:.9rem;color:var(--text-muted);white-space:nowrap}.services-tabs{margin-top:2rem;background:var(--white);border-radius:16px;box-shadow:0 4px 20px #0000000f;overflow:hidden;border:1px solid var(--border)}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}@media(max-width:900px){.services-tabs .services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.services-tabs .services-grid{grid-template-columns:1fr}}.services-tabs .services-grid{margin-top:0}.service-card{background:var(--white);border-radius:0;padding:1.75rem;transition:border-color .25s,box-shadow .25s,background .25s;border-top:4px solid var(--gray-500);box-shadow:none}.service-card:hover{background:var(--gray-50)}.service-card-active{border-top-color:var(--brand-red);box-shadow:inset 0 -2px 0 0 var(--white);background:var(--white)}.service-icon{width:40px;height:4px;border-radius:2px;margin-bottom:1.25rem;background:var(--gray-600);transition:background .25s}.service-card-active .service-icon{background:var(--brand-red)}.service-card-head{width:100%;text-align:left;background:none;border:none;padding:0;cursor:pointer;font:inherit;color:inherit}.service-card h3{font-size:1.2rem;margin:0 0 .5rem;color:var(--text)}.service-card p{font-size:.9rem;color:var(--text-muted);margin:0;line-height:1.5}.service-card-toggle{position:absolute;top:1.75rem;right:1.25rem;font-size:1.25rem;font-weight:300;color:var(--text-muted);line-height:1}.service-card-active .service-card-toggle{color:var(--brand-red)}.services-expanded-row{margin-top:0;overflow:hidden;width:100%;min-height:clamp(380px,52vw,580px);border-top:1px solid var(--border);background:var(--gray-50);position:relative}.services-expanded-row:before{content:"";position:absolute;top:-1px;left:0;width:25%;height:3px;background:var(--brand-red);transition:left .4s cubic-bezier(.22,1,.36,1)}.services-tabs[data-active="0"] .services-expanded-row:before{left:0}.services-tabs[data-active="1"] .services-expanded-row:before{left:25%}.services-tabs[data-active="2"] .services-expanded-row:before{left:50%}.services-tabs[data-active="3"] .services-expanded-row:before{left:75%}.services-expanded-carousel-wrap{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;border-radius:0;overflow:hidden;background:transparent;box-shadow:none;padding:.75rem 1rem}@media(min-width:600px){.services-expanded-carousel-wrap{padding:1rem 1.5rem}}.services-expanded-carousel-wrap .carousel{width:100%;height:100%;max-height:none;aspect-ratio:unset;min-height:0;align-self:stretch}.carousel{position:relative;aspect-ratio:16 / 10;max-height:320px;background:var(--gray-200)}.carousel-track{width:100%;height:100%;position:relative}.carousel-slide{position:absolute;inset:0;width:100%;height:100%}.carousel-slide .placeholder-image{border-radius:0;min-height:0}.carousel-slide .carousel-image{width:100%;height:100%;object-fit:cover;display:block}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border:none;border-radius:50%;background:#ffffffe6;box-shadow:0 2px 12px #00000026;cursor:pointer;z-index:2;transition:background .2s,transform .2s}.carousel-btn:hover{background:var(--white);transform:translateY(-50%) scale(1.05)}.carousel-btn-prev{left:.75rem}.carousel-btn-next{right:.75rem}.carousel-btn-prev:before,.carousel-btn-next:before{content:"";position:absolute;inset:0;margin:auto;width:10px;height:10px;border:2px solid var(--gray-800)}.carousel-btn-prev:before{border-top:none;border-right:none;transform:rotate(45deg)}.carousel-btn-next:before{border-bottom:none;border-left:none;transform:rotate(45deg)}.carousel-dots{position:absolute;bottom:.75rem;left:50%;transform:translate(-50%);display:flex;gap:.35rem;z-index:2}.carousel-dot{width:8px;height:8px;border-radius:50%;border:none;background:#ffffff80;cursor:pointer;transition:background .2s,transform .2s}.carousel-dot:hover,.carousel-dot.active{background:var(--white);transform:scale(1.2)}.chip-blends{background:var(--gray-50)}.chip-blends-lead{font-size:.95rem;color:var(--text-muted);margin-top:.5rem}.chip-blends-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem 2rem;margin-top:2rem;max-width:720px;margin-left:auto;margin-right:auto}@media(min-width:600px){.chip-blends-grid{grid-template-columns:repeat(4,1fr);max-width:900px}}.chip-blend-item{margin:0;text-align:center}.chip-blend-circle{width:100%;aspect-ratio:1;max-width:140px;margin:0 auto .5rem;border-radius:50%;overflow:hidden;box-shadow:0 4px 16px #0000001a;border:3px solid var(--white);background:var(--gray-200)}.chip-blend-circle img{width:100%;height:100%;object-fit:cover;display:block}.chip-blend-item figcaption{font-size:.85rem;color:var(--text-muted);line-height:1.3}.chip-id{font-weight:600;color:var(--text)}.process{background:linear-gradient(180deg,var(--gray-50) 0%,var(--gray-100) 50%,var(--gray-50) 100%);max-width:none;width:100%;padding-left:0;padding-right:0}.process .section-inner{max-width:1100px;margin:0 auto;padding:5rem 1.5rem}.process .section-tag{color:var(--gray-600)}.process-two-col{margin-top:2rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}@media(max-width:768px){.process-two-col{grid-template-columns:1fr}}.process-col-steps{display:flex;flex-direction:column;gap:.5rem}.process-step{display:flex;align-items:flex-start;gap:1.5rem;padding:1.25rem 1.5rem;border-left:4px solid var(--brand-red);margin-left:0;background:var(--white);border-radius:0 8px 8px 0;box-shadow:0 2px 8px #0000000a;border:none;text-align:left;cursor:pointer;font:inherit;color:inherit;transition:box-shadow .2s,background .2s}.process-step:hover{box-shadow:0 4px 12px #00000014}.process-step-active{box-shadow:0 4px 16px #ed1b2426;background:var(--gray-50)}.process-step:nth-child(2n){border-left-color:var(--gray-500)}.process-step-active:nth-child(odd){border-left-color:var(--brand-red)}.process-num{font-family:Plus Jakarta Sans,sans-serif;font-weight:700;font-size:.9rem;color:var(--brand-red);min-width:2rem;flex-shrink:0}.process-step:nth-child(2n) .process-num{color:var(--gray-600)}.process-step p{margin:0;color:var(--text-muted);font-size:1rem;line-height:1.5}.process-col-carousel{position:sticky;top:6rem}.process-carousel{position:relative;aspect-ratio:4 / 3;border-radius:12px;overflow:hidden;background:var(--gray-200);box-shadow:0 8px 24px #00000014}.process-carousel-slide{position:absolute;inset:0;width:100%;height:100%}.process-carousel-slide .placeholder-image{border-radius:0;min-height:0}.process-carousel-dots{position:absolute;bottom:.75rem;left:50%;transform:translate(-50%);display:flex;gap:.35rem;z-index:2}.process-carousel-dot{width:8px;height:8px;border-radius:50%;border:none;background:#ffffff80;cursor:pointer;transition:background .2s,transform .2s}.process-carousel-dot:hover,.process-carousel-dot.active{background:var(--white);transform:scale(1.2)}.why{background:var(--bg)}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.why-card{background:var(--white);border-radius:12px;padding:2rem;transition:transform .2s,box-shadow .2s;border-left:4px solid var(--gray-500);box-shadow:0 4px 16px #0000000f}.why-card:nth-child(1){border-left-color:var(--gray-600)}.why-card:nth-child(2){border-left-color:var(--brand-red)}.why-card:nth-child(3){border-left-color:var(--gray-600)}.why-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.why-card h3{font-size:1.15rem;margin:0 0 .5rem;color:var(--text)}.why-card h3:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:.5rem;vertical-align:middle}.why-card:nth-child(1) h3:before{background:var(--gray-600)}.why-card:nth-child(2) h3:before{background:var(--brand-red)}.why-card:nth-child(3) h3:before{background:var(--gray-600)}.why-card p{margin:0;font-size:.95rem;color:var(--text-muted);line-height:1.55}.process-merged{background:linear-gradient(180deg,var(--gray-50) 0%,var(--gray-100) 50%,var(--gray-50) 100%)}.process-merged .section-inner{max-width:1000px;margin:0 auto;padding:3rem 1.5rem;display:flex;flex-direction:column;gap:2.5rem}.section-tag-sm{font-size:.75rem;letter-spacing:.12em;margin-bottom:.25rem}.section-title-sm{font-size:clamp(1.15rem,2.2vw,1.35rem);margin:0 0 1rem}#why{scroll-margin-top:5rem}.process-merged-block{padding-bottom:2rem;border-bottom:1px solid rgba(0,0,0,.06)}.process-merged-block:last-child{border-bottom:none;padding-bottom:0}.process-merged-why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:.75rem}@media(max-width:640px){.process-merged-why-grid{grid-template-columns:1fr}}.process-merged-why-card{background:var(--white);border-radius:8px;padding:1rem 1.25rem;border-left:3px solid var(--gray-500);box-shadow:0 2px 8px #0000000a}.process-merged-why-card:nth-child(1){border-left-color:var(--gray-600)}.process-merged-why-card:nth-child(2){border-left-color:var(--brand-red)}.process-merged-why-card:nth-child(3){border-left-color:var(--gray-600)}.process-merged-why-card h3{font-size:.95rem;margin:0 0 .35rem;color:var(--text)}.process-merged-why-card p{margin:0;font-size:.8rem;color:var(--text-muted);line-height:1.4}.process-merged-steps-list{list-style:none;margin:.75rem 0 0;padding:0;display:flex;flex-direction:column;gap:.5rem}.process-merged-steps-list li{display:flex;align-items:flex-start;gap:.75rem;padding:.6rem .75rem;background:var(--white);border-radius:6px;border-left:3px solid var(--brand-red);font-size:.9rem;color:var(--text-muted);line-height:1.4;box-shadow:0 1px 4px #0000000a}.process-merged-steps-list li:nth-child(2n){border-left-color:var(--gray-500)}.process-merged-num{font-weight:700;font-size:.8rem;color:var(--brand-red);flex-shrink:0;min-width:1.75rem}.process-merged-steps-list li:nth-child(2n) .process-merged-num{color:var(--gray-600)}.process-merged-chips-lead{font-size:.85rem;color:var(--text-muted);margin:.25rem 0 .75rem}.process-merged-chips-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem 1rem;margin-top:.5rem}@media(min-width:600px){.process-merged-chips-grid{grid-template-columns:repeat(6,1fr)}}@media(min-width:900px){.process-merged-chips-grid{grid-template-columns:repeat(8,1fr)}}.process-merged-chip-item{margin:0;text-align:center}.process-merged-chip-circle{width:100%;aspect-ratio:1;max-width:64px;margin:0 auto .35rem;border-radius:50%;overflow:hidden;box-shadow:0 2px 8px #00000014;border:2px solid var(--white);background:var(--gray-200)}.process-merged-chip-circle img{width:100%;height:100%;object-fit:cover;display:block}.process-merged-chip-item figcaption{font-size:.7rem;color:var(--text-muted);line-height:1.25}.process-merged-chip-item .chip-id{font-weight:600;color:var(--text)}.courses{background:linear-gradient(135deg,var(--brand-dark) 0%,var(--gray-800) 100%);max-width:none;width:100%;padding-left:0;padding-right:0}.courses .section-inner{max-width:none;margin:0;padding:0}.courses-layout{display:grid;grid-template-columns:1.2fr .8fr;min-height:300px;max-width:1150px;margin:0 auto}.courses-content{position:relative;z-index:1;padding:5rem 3.5rem 5rem 1.5rem;clip-path:polygon(0 0,100% 0,94% 100%,0 100%);background:linear-gradient(135deg,var(--brand-dark) 0%,var(--gray-800) 100%)}.courses .section-tag{color:var(--brand-red)}.courses .section-title,.courses .section-title .title-accent{color:var(--white)}.courses .section-lead{color:#ffffffe6;max-width:100%}.courses-ctas{display:flex;flex-wrap:wrap;gap:1rem}.courses-ctas .btn-primary{background:var(--white);color:var(--brand-dark);border-color:var(--white)}.courses-ctas .btn-primary:hover{background:var(--brand-red);color:var(--white);border-color:var(--brand-red)}.courses-ctas .btn-secondary{color:var(--white);border-color:var(--white)}.courses-ctas .btn-secondary:hover{background:#ffffff26;color:var(--white);border-color:var(--white)}.courses-ctas .courses-cta-online:disabled,.courses-ctas .courses-cta-online[disabled]{opacity:.45;cursor:not-allowed;pointer-events:none;background:transparent;color:#ffffffa6;border-color:#ffffff59}.courses-ctas .courses-cta-online:disabled:hover,.courses-ctas .courses-cta-online[disabled]:hover{background:transparent;color:#ffffffa6;border-color:#ffffff59}.courses-video-wrap{position:relative;z-index:0;margin-left:-10%;height:100%;min-height:300px;overflow:hidden;background:#0a0a0a}.courses-video-wrap-native{width:auto;min-width:0;height:100%;min-height:0;aspect-ratio:16 / 9;max-width:100%}.courses-video-wrap-native .courses-video{object-fit:contain}.courses-diagonal{display:none}.courses-video,.courses-video-placeholder{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;border:none;outline:none}.courses-video-wrap-embed{overflow:hidden}.courses-video-wrap-embed .courses-video{height:170%;inset:-24% 0 auto;width:100%;object-fit:cover}.courses-video-placeholder{background:linear-gradient(135deg,var(--gray-700) 0%,var(--gray-800) 100%);display:flex;align-items:center;justify-content:center}.courses-video-placeholder-text{font-size:1rem;font-weight:600;color:#fff6;text-transform:uppercase;letter-spacing:.1em}@media(max-width:1200px)and (min-width:901px){.courses-content{clip-path:polygon(0 0,100% 0,92% 100%,0 100%)}.courses-video-wrap{margin-left:-10%}.courses-video-wrap-embed .courses-video{height:170%;top:-24%}}@media(max-width:1000px)and (min-width:901px){.courses-content{clip-path:polygon(0 0,100% 0,88% 100%,0 100%)}.courses-video-wrap{margin-left:-10%}.courses-video-wrap-embed .courses-video{height:170%;top:-24%}}@media(max-width:900px){.courses-layout{grid-template-columns:1fr;min-height:auto}.courses-content{clip-path:none;padding:5rem 1.5rem 2rem}.courses-video-wrap{margin-left:0;min-height:480px}.courses-video-wrap-native{height:480px;min-height:480px}.courses-diagonal{display:none}.courses-video-wrap-embed .courses-video{height:185%;top:-28%}}.store-section{background:linear-gradient(180deg,var(--gray-50) 0%,var(--white) 100%)}.store-section.section{max-width:none;width:100%;margin-left:0;margin-right:0;padding-left:0;padding-right:0;padding-top:5rem;padding-bottom:5rem;box-sizing:border-box}.store-section .section-inner{max-width:1100px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;width:100%;box-sizing:border-box}.store-section-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:2.5rem;align-items:center;width:100%;max-width:100%;margin:0}.store-section-inner--stacked{grid-template-columns:1fr;gap:0;align-items:stretch}.store-content--intro{text-align:center;max-width:640px;margin:0 auto}.store-content--intro .section-tag,.store-content--intro .section-title{text-align:center}.store-content--intro .section-title{margin-bottom:1rem}.store-banner-outer{width:100%;max-width:100%;margin:2rem auto 0;overflow:hidden}.store-banner-viewport{position:relative;overflow:hidden;width:100%;max-width:100%;margin:0 auto;padding:.5rem 0 1rem;box-sizing:border-box;mask-image:linear-gradient(90deg,transparent 0%,#000 8%,#000 92%,transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 8%,#000 92%,transparent 100%);mask-size:100% 100%;-webkit-mask-size:100% 100%}.store-banner-track{display:flex;flex-direction:row;align-items:center;gap:clamp(1.25rem,4vw,2.5rem);width:max-content;animation:store-banner-scroll 55s linear infinite}.store-banner-item{flex:0 0 auto;height:clamp(88px,14vw,130px);display:flex;align-items:center;justify-content:center}.store-banner-item img{max-height:100%;width:auto;max-width:min(200px,28vw);object-fit:contain;display:block;filter:drop-shadow(0 6px 16px rgba(0,0,0,.1));animation:store-banner-fade 5.5s ease-in-out infinite;animation-delay:var(--stagger, 0s)}@keyframes store-banner-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes store-banner-fade{0%,to{opacity:.55;transform:scale(.96)}50%{opacity:1;transform:scale(1)}}@media(prefers-reduced-motion:reduce){.store-banner-track{animation:none;flex-wrap:wrap;justify-content:center;width:100%;max-width:900px;margin:0 auto;row-gap:1rem}.store-banner-item:nth-child(n+15){display:none}.store-banner-item img{animation:none;opacity:1;transform:none}}.store-section-inner .store-sub{font-size:1.1rem;color:var(--text-muted);max-width:520px;margin:0 auto 1rem;line-height:1.6}.store-section-inner .store-in-store-online{font-size:.95rem;font-weight:600;color:var(--text);margin:0}.store-cta-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.store-cta-wrap--below-banner{align-items:center;margin:2rem auto 0;text-align:center}.btn-store{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:10px;background:var(--brand-red);color:var(--white);border:2px solid var(--brand-red);transition:transform .2s,box-shadow .2s}.btn-store:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ed1b244d;background:var(--brand-red-dim);border-color:var(--brand-red-dim);color:var(--white)}.store-cta-sub{font-size:.85rem;color:var(--text-muted);margin:0}@media(max-width:768px){.store-section-inner{grid-template-columns:1fr;gap:0}.store-banner-outer,.store-cta-wrap--below-banner{margin-top:1.5rem}.store-banner-item{height:clamp(72px,22vw,108px)}}.gallery-page{padding-top:6.25rem;min-height:60vh}.gallery-page-top{max-width:1100px;margin:0 auto;padding:1rem 1.5rem 1.5rem}.gallery-page-bottom{max-width:1100px;margin:0 auto;padding:2.5rem 1.5rem 3.5rem;display:flex;justify-content:center}.gallery-back-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.9rem;font-weight:700;color:var(--brand-red);text-decoration:none;padding:.55rem 1rem;border-radius:10px;border:2px solid var(--brand-red);background:var(--white);transition:background .2s ease,color .2s ease,box-shadow .2s ease;box-shadow:0 2px 8px #ed1b241f}.gallery-back-link:hover{background:var(--brand-red);color:var(--white);box-shadow:0 4px 14px #ed1b244d}.gallery-back-link:focus-visible{outline:2px solid var(--brand-red);outline-offset:2px}.gallery{background:var(--gray-50)}.gallery .gallery-section-tag{text-align:center}.gallery-reels-title,.gallery-ba-title{font-size:clamp(1.25rem,3vw,1.5rem);margin:2rem 0 1rem;text-align:center;color:var(--text)}.gallery-reels-title{margin-top:.5rem}.gallery-reels{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem;max-width:1000px;margin-left:auto;margin-right:auto}.gallery-reel-wrap{position:relative;width:100%;aspect-ratio:9 / 16;max-height:380px;border-radius:12px;overflow:hidden;background:var(--gray-200);box-shadow:0 2px 12px #00000014;overscroll-behavior:none}.gallery-reel-clip{overflow:hidden;overscroll-behavior:none}.gallery-reel-clip .gallery-reel-embed{position:absolute;top:70%;left:0;right:0;width:100%;height:170%;transform:translateY(-50%);border:none;display:block;pointer-events:auto}.gallery-reel-clip .gallery-reel-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;background:#000}@media(max-width:900px){.gallery-reels{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.gallery-reels{grid-template-columns:1fr;max-width:320px;margin-left:auto;margin-right:auto}}.gallery-videos-wrap{margin-top:2rem;margin-bottom:2.5rem}.gallery-videos-title{font-size:clamp(2rem,5vw,3rem);margin:0 0 1.5rem;color:var(--text);font-weight:inherit}.gallery-section-title{margin-bottom:1.5rem}.gallery-videos{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}@media(max-width:768px){.gallery-videos{grid-template-columns:1fr}}.gallery-video-card{border-radius:10px;overflow:hidden;background:var(--white);box-shadow:0 2px 12px #00000014;transition:box-shadow .2s}.gallery-video-card:hover{box-shadow:0 4px 20px #0000001f}.gallery-video-inner{position:relative;width:100%;aspect-ratio:16 / 9;background:var(--gray-200)}.gallery-video-embed{position:absolute;inset:0}.gallery-video-embed iframe{width:100%;height:100%;border:none}.gallery-video-native{width:100%;height:100%;object-fit:cover;display:block}.gallery-video-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;background:linear-gradient(135deg,var(--gray-200) 0%,var(--gray-300) 100%);color:var(--text-muted)}.gallery-video-placeholder-icon{font-size:2.5rem;color:var(--brand-red);opacity:.8}.gallery-video-placeholder-text{font-size:.9rem;font-weight:500;text-align:center;padding:0 .5rem}.gallery-video-caption{margin:0;padding:.65rem .85rem;font-size:.9rem;font-weight:500;color:var(--text)}.gallery-ba-rows{margin-top:2rem}.gallery-ba-row{margin-bottom:2.5rem}.gallery-ba-row:last-child{margin-bottom:0}.gallery-ba-row-title{font-size:1.1rem;font-weight:600;color:var(--text);margin:0 0 .75rem;padding-bottom:.35rem;border-bottom:2px solid var(--brand-red)}.gallery-ba-row-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}@media(max-width:768px){.gallery-ba-row-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.gallery-ba-row-grid{grid-template-columns:1fr}}.gallery-card{border-radius:12px;overflow:hidden;border:3px solid var(--gray-600);box-shadow:0 4px 16px #00000014;transition:transform .2s,box-shadow .2s;min-height:240px}.gallery-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001f}.gallery-ba-wrap{position:relative;width:100%;height:100%;min-height:240px;aspect-ratio:1 / 1;background:var(--surface);overflow:hidden}.gallery-ba-images{position:absolute;inset:0}.gallery-ba-image-wrap{position:absolute;inset:0;width:100%;height:100%}.gallery-ba-image-wrap .placeholder-image{border-radius:0;min-height:0}.gallery-ba-image-wrap .gallery-ba-img{width:100%;height:100%;object-fit:cover;display:block}.gallery-ba-empty{width:100%;height:100%;min-height:120px;background:var(--gray-100)}.gallery-ba-overlay{position:absolute;left:0;right:0;bottom:0;z-index:2;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,rgba(0,0,0,.3) 55%,transparent 100%);display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:1rem 1rem 1.25rem;gap:.5rem;color:var(--white);font-size:.9rem;min-height:5.5rem;pointer-events:none}.gallery-ba-overlay .gallery-label,.gallery-ba-overlay .gallery-ba-toggle{pointer-events:auto}.gallery-label{font-weight:600;color:var(--white);font-size:.95rem;text-shadow:0 1px 3px rgba(0,0,0,.8)}.gallery-ba-toggle{display:flex;align-items:center;gap:.5rem}.gallery-ba-toggle button{padding:.4rem .75rem;border:1px solid rgba(255,255,255,.5);border-radius:6px;background:#ffffff26;color:var(--white);font-size:.85rem;font-weight:500;cursor:pointer;transition:background .25s ease,border-color .25s ease,color .25s ease}.gallery-ba-toggle button:hover{background:#ffffff40;border-color:#ffffffb3}.gallery-ba-toggle button.active{background:var(--white);color:var(--gray-800);border-color:var(--white)}.gallery-arrow{color:#ffffffe6;font-weight:600}.cta-section{padding:4rem 1.5rem;background:var(--bg)}.cta-box{background:linear-gradient(135deg,var(--brand-dark) 0%,#333 100%);border:4px solid var(--brand-red);border-radius:16px;padding:3rem 2rem;text-align:center;max-width:640px;margin:0 auto;box-shadow:0 12px 40px #ed1b2433}.cta-box h2{font-size:clamp(1.5rem,3vw,2rem);margin:0 0 .75rem;color:var(--white)}.cta-box p{color:#ffffffd9;margin:0 0 1.5rem}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cta-buttons .btn-primary{background:var(--brand-red);border-color:var(--brand-red);color:var(--white)}.cta-buttons .btn-secondary{color:var(--white);border-color:var(--white)}.cta-buttons .btn-secondary:hover{background:#ffffff26;color:var(--white);border-color:var(--white)}.cta-follow-label{margin:2rem 0 .75rem!important;font-size:.95rem;color:#ffffffe6}.cta-social{display:flex;flex-wrap:wrap;gap:1rem 1.25rem;justify-content:center}.cta-social a{display:inline-flex;align-items:center;gap:.4rem;color:var(--brand-red);font-weight:600;text-decoration:none;font-size:.95rem}.cta-social a:hover{text-decoration:underline;color:var(--white)}.cta-social a svg{flex-shrink:0}.footer{border-top:4px solid var(--brand-red);padding:3rem 1.5rem 2rem;background:var(--brand-dark)}.footer-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:start}.footer-brand{display:flex;flex-direction:column;gap:0}.footer-logo{font-family:Plus Jakarta Sans,sans-serif;font-weight:700;font-size:1.25rem;color:var(--white)}.footer-logo .logo-num{color:var(--brand-red)}.footer-brand p,.footer-brand .footer-contact-line{display:inline-flex;align-items:center;gap:.5rem;margin:.5rem 0 0;font-size:.9rem;color:#ffffffd9;text-decoration:none}.footer-brand a.footer-contact-line:hover{color:var(--brand-red)}.footer-contact-line svg{flex-shrink:0;opacity:.9}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-links a{color:#fffc;font-size:.9rem}.footer-links a:hover{color:var(--brand-red)}.footer-bottom{max-width:1100px;margin:3rem auto 0;padding-top:2rem;border-top:1px solid rgba(255,255,255,.15);display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;font-size:.85rem;color:#fff9}.footer-credit{opacity:.8}@media(max-width:640px){.footer-inner{grid-template-columns:1fr;text-align:center}.footer-brand,.footer-links{align-items:center}}
