:root{--primary:#0d6efd;--primary-dark:#0a58ca;--accent:#00b4d8;--text:#1a1a2e;--text-muted:#6c757d;--bg:#f8fafc;--white:#fff;--border:#e2e8f0;--shadow:0 4px 24px rgba(0,0,0,.08);--radius:12px;--font:'Plus Jakarta Sans',system-ui,sans-serif;--header-height:64px;--glass-bg:rgba(255,255,255,.88);--glass-border:rgba(15,23,42,.06);--glass-blur:16px;--footer-glass:rgba(26,26,46,.92)}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:var(--font);color:var(--text);background:var(--bg);line-height:1.6;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:var(--primary);text-decoration:none}
a:hover{text-decoration:underline}
.container{max-width:1200px;margin:0 auto;padding:0 1.25rem;width:100%}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;border-radius:8px;font-weight:600;border:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;text-decoration:none;max-width:100%;box-shadow:0 2px 8px rgba(13,110,253,.15)}
.btn-primary{background:var(--primary);color:var(--white)}
.btn-primary:hover{background:var(--primary-dark);text-decoration:none;transform:translateY(-2px);box-shadow:0 6px 20px rgba(13,110,253,.25)}
.btn:active{transform:scale(.97);box-shadow:0 1px 4px rgba(13,110,253,.2)}
.btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}
.btn-lg{padding:.875rem 1.75rem;font-size:1.05rem}
.site-header{background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border-bottom:1px solid var(--glass-border);box-shadow:0 1px 0 rgba(15,23,42,.04);position:sticky;top:0;z-index:100;transition:box-shadow .3s ease,background .3s ease}
.site-header.is-scrolled{box-shadow:0 4px 24px rgba(15,23,42,.08);background:rgba(255,255,255,.96)}
.header-inner{display:grid;grid-template-columns:minmax(120px,1fr) auto minmax(120px,1fr);align-items:center;min-height:var(--header-height);padding:.625rem 0;gap:1rem;position:relative}
.logo{display:flex;align-items:center;flex-shrink:0;justify-self:start;transition:transform .25s ease,opacity .25s ease}
.logo:hover{transform:scale(1.03);opacity:.92;text-decoration:none}
.logo img{height:40px;width:auto;max-width:140px;object-fit:contain}
.logo-text{font-size:1.35rem;font-weight:800;letter-spacing:-.02em;color:var(--primary)}
.main-nav{justify-self:center;display:flex;align-items:center;justify-content:center}
.nav-menus{display:flex;align-items:center;justify-content:center;gap:.25rem}
.nav-list{display:flex;list-style:none;gap:.15rem;flex-wrap:wrap;align-items:center;margin:0;padding:0}
.nav-list a,.nav-dropdown-toggle{
  position:relative;color:var(--text);text-decoration:none;font-weight:600;font-size:.9375rem;
  letter-spacing:-.01em;padding:.5rem .85rem;border-radius:999px;
  transition:color .25s ease,background .25s ease,transform .2s ease;
}
.nav-list a::after,.nav-dropdown-toggle::after{
  content:'';position:absolute;left:50%;bottom:.35rem;width:0;height:2px;
  background:linear-gradient(90deg,var(--primary),var(--accent));border-radius:999px;
  transform:translateX(-50%);transition:width .3s cubic-bezier(.22,1,.36,1);border:none;margin:0;
}
.nav-list a:hover,.nav-dropdown-toggle:hover{color:var(--primary);text-decoration:none;background:rgba(13,110,253,.06)}
.nav-list a:hover::after,.nav-dropdown-toggle:hover::after{width:calc(100% - 1.7rem)}
.nav-list a:active,.nav-dropdown-toggle:active{transform:scale(.97)}
.nav-dropdown{position:relative}
.nav-dropdown-toggle{background:none;border:none;font:inherit;cursor:pointer;display:inline-flex;align-items:center;gap:.35rem}
.nav-dropdown-toggle::before{content:none}
.nav-dropdown .nav-dropdown-toggle::after{
  position:static;transform:none;width:0;height:0;border:4px solid transparent;border-top-color:currentColor;
  background:none;border-radius:0;margin-top:2px;transition:transform .25s ease}
.nav-dropdown.open .nav-dropdown-toggle::after,.nav-dropdown:hover .nav-dropdown-toggle::after{transform:rotate(180deg);width:0}
.nav-dropdown-menu{
  display:block;position:absolute;top:calc(100% + .5rem);left:50%;translate:-50% 0;min-width:220px;
  background:rgba(255,255,255,.98);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);
  border:1px solid var(--glass-border);border-radius:14px;box-shadow:0 12px 40px rgba(15,23,42,.12);
  list-style:none;padding:.45rem;z-index:120;opacity:0;visibility:hidden;transform:translateY(-8px);
  transition:opacity .25s ease,transform .25s ease,visibility .25s ease;pointer-events:none;
}
.nav-dropdown-menu a{
  display:block;padding:.625rem .875rem;color:var(--text);white-space:nowrap;border-radius:10px;font-weight:500;
  transition:background .2s ease,color .2s ease,transform .2s ease;
}
.nav-dropdown-menu a::after{display:none}
.nav-dropdown-menu a:hover{background:rgba(13,110,253,.08);text-decoration:none;color:var(--primary);transform:translateX(3px)}
.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown.open .nav-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}
.nav-list a.is-active,.nav-dropdown-menu a.is-active{color:var(--primary);background:rgba(13,110,253,.08)}
.nav-list a.is-active::after,.nav-dropdown-menu a.is-active::after{width:calc(100% - 1.7rem)}
.nav-toggle{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.35rem;border-radius:8px;transition:background .2s ease}
.nav-toggle:hover{background:rgba(13,110,253,.08)}
.header-spacer{justify-self:end}
.page-header-subtitle{margin-top:.75rem;opacity:.9;max-width:640px;font-size:1.05rem}
.page-header-has-image .page-header-subtitle{color:rgba(255,255,255,.92)}
.rich-content,.legal-content{background:var(--white);padding:2rem;border-radius:var(--radius);box-shadow:var(--shadow);line-height:1.75;color:var(--text-muted)}
.rich-content h2,.rich-content h3,.legal-content h2,.legal-content h3{color:var(--text);margin:1.5rem 0 .75rem}
.rich-content p,.legal-content p{margin-bottom:1rem}
.products-section{padding-top:2.5rem}
.product-category-tabs{display:flex;flex-wrap:nowrap;gap:.5rem;margin-bottom:1.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;padding-bottom:.25rem}
.product-category-tabs::-webkit-scrollbar{height:4px}
.product-tab{display:inline-flex;flex-shrink:0;padding:.5rem 1rem;border-radius:999px;background:var(--white);border:1px solid var(--border);color:var(--text);font-weight:500;text-decoration:none;transition:.2s;white-space:nowrap}
.product-tab:hover,.product-tab.is-active{background:var(--primary);border-color:var(--primary);color:var(--white);text-decoration:none}
.products-filter-title{font-size:clamp(1.15rem,3vw,1.35rem);margin-bottom:1.25rem;text-align:center}
.products-empty{text-align:center;color:var(--text-muted);padding:2rem;background:var(--white);border-radius:var(--radius)}
.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}
.product-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;display:flex;flex-direction:column;height:100%}
.product-card-gallery{position:relative}
.product-card-image-wrap{position:relative;aspect-ratio:1;background:#f1f5f9;display:flex;align-items:center;justify-content:center}
.product-gallery-open{border:none;padding:0;margin:0;background:transparent;width:100%;height:100%;cursor:zoom-in;display:flex;align-items:center;justify-content:center}
.product-card-image{width:100%;height:100%;object-fit:contain;padding:.5rem}
.product-gallery-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:36px;height:36px;border:none;border-radius:50%;background:rgba(255,255,255,.92);box-shadow:var(--shadow);cursor:pointer;font-size:1.35rem;line-height:1;color:var(--text);display:flex;align-items:center;justify-content:center}
.product-gallery-prev{left:.5rem}
.product-gallery-next{right:.5rem}
.product-gallery-dots{display:flex;justify-content:center;gap:.35rem;padding:.5rem .75rem;background:var(--white)}
.product-gallery-dot{width:8px;height:8px;border-radius:50%;border:none;padding:0;background:#cbd5e1;cursor:pointer}
.product-gallery-dot.is-active{background:var(--primary)}
.product-card-body{padding:1.25rem;display:flex;flex-direction:column;flex:1;gap:.5rem}
.product-card-category{font-size:.75rem;text-transform:uppercase;color:var(--primary);font-weight:600}
.product-card-title{font-size:1.1rem;line-height:1.35}
.product-card-desc{color:var(--text-muted);font-size:.95rem;flex:1}
.product-buy-btn{margin-top:.75rem;width:100%}
.product-lightbox{position:fixed;inset:0;z-index:500;display:flex;align-items:center;justify-content:center;padding:1rem}
.product-lightbox[hidden]{display:none}
.product-lightbox-backdrop{position:absolute;inset:0;background:rgba(255,255,255,.75);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}
.product-lightbox-content{position:relative;z-index:1;width:min(100%,520px);max-height:90dvh;display:flex;flex-direction:column}
.product-lightbox-close{position:fixed;top:1rem;right:1rem;z-index:502;width:44px;height:44px;border:none;border-radius:50%;background:rgba(255,255,255,.95);font-size:1.75rem;line-height:1;cursor:pointer;box-shadow:0 4px 20px rgba(0,0,0,.15);color:var(--text)}
.product-lightbox-title{color:var(--text);text-align:center;margin:0 0 .75rem;font-size:1rem;padding:0 2.5rem;font-weight:600}
.product-lightbox-carousel-wrap{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:0 16px 48px rgba(0,0,0,.12)}
.product-lightbox-carousel{width:100%;min-height:280px}
.product-lightbox-carousel .swiper-slide{display:flex;align-items:center;justify-content:center;background:#f8fafc;min-height:280px;padding:1rem}
.product-lightbox-carousel img{max-width:100%;max-height:85dvh;object-fit:contain;display:block}
.product-lightbox-carousel .swiper-button-prev,.product-lightbox-carousel .swiper-button-next{color:var(--text)}
.product-lightbox-carousel .swiper-pagination-bullet{background:rgba(0,0,0,.25);opacity:1}
.product-lightbox-carousel .swiper-pagination-bullet-active{background:var(--primary)}
.content-blocks-section{background:var(--white)}
.content-block-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;margin-bottom:3rem}
.content-block-row:last-child{margin-bottom:0}
.content-block-row--text-only{grid-template-columns:1fr}
.content-block-row.reverse .content-block-media{order:2}
.content-block-row.reverse .content-block-text{order:1}
.content-block-media{aspect-ratio:4/3;overflow:hidden;border-radius:var(--radius);box-shadow:var(--shadow);background:#f1f5f9;display:flex;align-items:center;justify-content:center}
.content-block-media img{width:100%;height:100%;object-fit:contain;max-height:none}
.content-block-text h2{font-size:clamp(1.15rem,3vw,1.35rem);margin-bottom:.75rem}
.content-block-text p{color:var(--text-muted);line-height:1.7}
.products-faq-section .faq-block h2{font-size:clamp(1.15rem,3vw,1.35rem)}
.hero{position:relative;color:var(--white);padding:5rem 0;overflow:hidden;background:linear-gradient(135deg,#0d6efd 0%,#00b4d8 100%)}
.hero-has-slides{position:relative;width:100%;height:calc(100dvh - var(--header-height));max-height:calc(100dvh - var(--header-height));min-height:280px;padding:0;display:block;background:#0a1628;overflow:hidden}
.hero-swiper,.hero-swiper .swiper-wrapper,.hero-swiper .swiper-slide{height:100%;min-height:unset}
.hero-swiper{position:absolute;inset:0;z-index:0;width:100%}
.hero-slide{position:relative;display:flex;align-items:center;height:100%}
.hero-slide-image{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center;background:#0a1628;z-index:0;transform:scale(var(--hero-img-scale,1));transform-origin:center center}
.hero-slide-shade{position:absolute;inset:0;z-index:1;background:linear-gradient(to left,rgba(0,0,0,.35) 0%,rgba(0,0,0,.1) 35%,transparent 65%)}
.hero-slide-inner{position:absolute;inset:0;z-index:2;width:100%;display:flex;justify-content:flex-end;align-items:center;padding:2rem 0}
.hero-inner{position:relative;z-index:2}
.hero-content-right{margin-left:auto;text-align:right;max-width:520px;width:100%;padding-right:.5rem}
.hero-content-right .hero-subtitle{margin-left:auto}
.hero-content-right .btn{margin-left:auto}
.hero h1{font-size:clamp(1.75rem,5vw,3rem);margin-bottom:1rem;line-height:1.2;text-shadow:0 2px 12px rgba(0,0,0,.35)}
.hero-subtitle{font-size:clamp(1rem,2.5vw,1.2rem);opacity:.95;margin-bottom:2rem;max-width:520px;text-shadow:0 1px 8px rgba(0,0,0,.3)}
.hero-services-wrap{position:absolute;bottom:0;left:0;right:0;z-index:3;padding-bottom:1rem}
.service-pills{display:flex;flex-wrap:wrap;gap:.75rem;list-style:none;margin-top:0;justify-content:flex-end}
.service-pills li{background:rgba(255,255,255,.2);backdrop-filter:blur(4px);padding:.5rem 1rem;border-radius:999px;font-size:.9rem}
.section{padding:4rem 0}
.instagram-stories.section{padding-bottom:.75rem}
.instagram-feed.section{padding-top:.75rem}
.instagram-stories .section-title{margin-bottom:.75rem}
.instagram-feed .section-title{margin-bottom:1rem}
.section-title{font-size:clamp(1.35rem,3vw,1.75rem);margin-bottom:.5rem;text-align:center}
.section-subtitle{text-align:center;color:var(--text-muted);margin-bottom:2rem}
.page-header{background:var(--white);padding:3rem 0;border-bottom:1px solid var(--border);background-size:cover;background-position:center;position:relative}
.page-header-has-image{color:#fff}
.page-header-has-image::before{content:'';position:absolute;inset:0;background:rgba(26,26,46,.55)}
.page-header-has-image .container{position:relative;z-index:1}
.page-header h1{font-size:clamp(1.5rem,4vw,2rem)}
.content-grid{display:grid;grid-template-columns:1fr;gap:2rem}
.about-block,.faq-block{width:100%}
.lead{font-size:1.125rem;margin-bottom:1.5rem;color:var(--text-muted)}
.about-image-wrap,.portfolio-image-wrap,.article-featured-image,.blog-card-image-wrap{border-radius:var(--radius);overflow:hidden;margin-bottom:1rem}
.about-image,.portfolio-image,.article-featured-image img,.blog-card-image{width:100%;height:auto;object-fit:cover}
.portfolio-image,.blog-card-image{aspect-ratio:16/10}
.article-featured-image img{max-height:420px;object-fit:cover;margin:0 auto 1.5rem}
.social-bar{position:fixed;left:1rem;top:50%;transform:translateY(-50%);z-index:200;display:flex;flex-direction:column;gap:.5rem}
.social-bar-item{width:44px;height:44px;border-radius:50%;background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);box-shadow:var(--shadow);display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:transform .2s ease,box-shadow .2s ease}
.social-bar-item:hover{transform:scale(1.1);box-shadow:0 6px 20px rgba(0,0,0,.12);text-decoration:none}
.stories-row{display:flex;gap:1rem;overflow-x:auto;padding:1rem 0;justify-content:flex-start;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}
.story-ring{background:none;border:none;cursor:pointer;text-align:center;flex-shrink:0;scroll-snap-align:start}
.story-ring-inner{display:block;width:72px;height:72px;border-radius:50%;padding:3px;background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}
.story-ring-inner img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:3px solid var(--white)}
.story-label{display:block;font-size:.75rem;margin-top:.25rem;color:var(--text-muted)}
.feed-grid{display:grid;grid-template-columns:1fr;gap:1rem;width:100%;max-width:100%}
@media(min-width:768px){.feed-grid{grid-template-columns:repeat(3,minmax(0,1fr));max-width:960px;margin-inline:auto;gap:1.25rem}}
.feed-item{position:relative;border-radius:var(--radius);overflow:hidden;aspect-ratio:1;min-height:280px;max-width:480px;width:100%;margin-inline:auto;display:block;text-decoration:none;background:var(--white);box-shadow:var(--shadow);border:none;padding:0;cursor:pointer;font:inherit;color:inherit}
@media(min-width:768px){.feed-item{max-width:none;margin-inline:0;min-height:0}}
.feed-item:hover{text-decoration:none}
.feed-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s;display:block}
.feed-item-image:hover img{transform:scale(1.05)}
.feed-item-embed{cursor:pointer}
.feed-item-embed iframe{position:absolute;top:0;left:50%;width:660px;height:760px;border:0;transform:translateX(-50%) scale(0.48);transform-origin:top center;pointer-events:none;background:var(--white)}
.feed-item-video video{width:100%;height:100%;object-fit:cover;display:block;background:#000}
.feed-item-pending{background:linear-gradient(135deg,#fdf497 0%,#fd5949 45%,#d6249f 60%,#285aeb 100%);padding:3px;cursor:default}
.feed-item-pending-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;width:100%;height:100%;background:var(--white);border-radius:calc(var(--radius) - 2px);color:var(--text);text-align:center;padding:.75rem}
.feed-item-pending .feed-item-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--primary);color:#fff}
.feed-item-pending .feed-item-label{font-size:.75rem;font-weight:600;color:var(--text-muted);line-height:1.3}
.feed-badge{position:absolute;top:.5rem;right:.5rem;background:rgba(0,0,0,.6);color:#fff;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;padding:0;z-index:3;pointer-events:none}
.feed-modal{position:fixed;inset:0;z-index:400;display:flex;align-items:center;justify-content:center;padding:1rem}
.feed-modal[hidden]{display:none}
.feed-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.75)}
.feed-modal-content{position:relative;background:var(--white);border-radius:var(--radius);width:min(100%,480px);max-height:90vh;overflow:hidden;box-shadow:0 24px 48px rgba(0,0,0,.25)}
.feed-modal-close{position:absolute;top:.5rem;right:.75rem;z-index:2;background:rgba(255,255,255,.9);border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:var(--shadow)}
.feed-modal-embed-wrap{position:relative;width:100%;padding-bottom:125%;background:#000}
.feed-modal-embed-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.feed-modal-video-wrap{background:#000;width:100%}
.feed-modal-video-wrap video{width:100%;max-height:80vh;display:block;background:#000}
.feed-modal-image-wrap{background:#000;width:100%}
.feed-modal-image-wrap img{width:100%;max-height:80vh;object-fit:contain;display:block;margin:0 auto}
.feed-item-carousel{cursor:pointer}
.feed-item-carousel .feed-item-swiper,.feed-item-carousel .swiper-slide{width:100%;height:100%}
.feed-item-carousel video{width:100%;height:100%;object-fit:cover;display:block;background:#000}
.feed-carousel-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:44px;height:44px;border:none;border-radius:50%;background:rgba(0,0,0,.55);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}
.feed-carousel-nav::after{content:'';display:block;width:10px;height:10px;border-top:2px solid #fff;border-right:2px solid #fff}
.feed-carousel-prev{left:.5rem}
.feed-carousel-prev::after{transform:rotate(-135deg);margin-left:4px}
.feed-carousel-next{right:.5rem}
.feed-carousel-next::after{transform:rotate(45deg);margin-right:4px}
.feed-carousel-pagination{position:absolute;bottom:.5rem!important;left:0;right:0;z-index:4}
.feed-modal-carousel-wrap{width:100%;background:#000}
.feed-modal-carousel{width:100%;min-height:320px}
.feed-modal-carousel .swiper-slide{display:flex;align-items:center;justify-content:center;background:#000;min-height:320px}
.feed-modal-carousel img,.feed-modal-carousel video{max-width:100%;max-height:80vh;object-fit:contain;display:block}
.feed-modal-content{width:min(100%,520px)}
.cta-section{background:var(--white)}
.cta-box{text-align:center;padding:3rem;background:linear-gradient(135deg,#f0f7ff,#e8f4fd);border-radius:var(--radius)}
.cta-box h2{margin-bottom:.5rem;font-size:clamp(1.25rem,3vw,1.75rem)}
.cta-box p{margin-bottom:1.5rem;color:var(--text-muted)}
.site-footer{background:var(--footer-glass);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));color:#cbd5e1;padding:3.5rem 0 0;border-top:1px solid rgba(255,255,255,.08)}
.footer-inner{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2.5rem;padding-bottom:2.5rem}
.footer-brand .footer-logo{font-size:1.5rem;font-weight:700;color:var(--white);margin-bottom:.75rem}
.footer-brand p{color:#94a3b8;line-height:1.6;margin-bottom:1rem;max-width:320px}
.footer-heading{font-size:1rem;font-weight:600;color:var(--white);margin-bottom:1rem}
.footer-nav ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}
.footer-nav a{color:#cbd5e1;text-decoration:none;transition:color .2s}
.footer-nav a:hover{color:var(--white);text-decoration:none}
.footer-contact-list{list-style:none;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}
.footer-contact-list a{color:#cbd5e1;text-decoration:none;transition:color .2s}
.footer-contact-list a:hover{color:var(--white);text-decoration:none}
.footer-social{display:flex;gap:.75rem;margin-top:.5rem}
.footer-social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);transition:transform .2s ease,background .2s ease}
.footer-social-link:hover{transform:scale(1.08);background:rgba(255,255,255,.15);text-decoration:none}
.footer-social-link .icon-social{color:#cbd5e1}
.footer-contact-btn{margin-top:.25rem}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.25rem 0;text-align:center;font-size:.9rem;color:#94a3b8}
.footer-credit{color:var(--primary);text-decoration:none;font-weight:500}
.footer-credit:hover{text-decoration:underline;color:#4dabf7}
.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}
.blog-card{background:var(--white);padding:1.5rem;border-radius:var(--radius);box-shadow:var(--shadow);display:flex;flex-direction:column;height:100%}
.blog-card-image-wrap{display:block;margin:-1.5rem -1.5rem 1rem;border-radius:var(--radius) var(--radius) 0 0;overflow:hidden}
.blog-card h2{font-size:1.15rem;line-height:1.35}
.blog-category{font-size:.8rem;color:var(--primary);text-transform:uppercase}
.about-cards{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem}
.about-cards article{background:var(--white);padding:1.5rem;border-radius:var(--radius);box-shadow:var(--shadow)}
.faq-item{background:var(--white);margin-bottom:.75rem;border-radius:8px;padding:1rem}
.faq-item summary{cursor:pointer;font-weight:600}
.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}
.portfolio-card{background:var(--white);padding:1.5rem;border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}
.portfolio-card .portfolio-image-wrap{margin:-1.5rem -1.5rem 1rem}
.form-group{margin-bottom:1rem}
.form-group label{display:block;margin-bottom:.35rem;font-weight:500}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:.625rem;border:1px solid var(--border);border-radius:8px;font:inherit;max-width:100%}
.alert{padding:1rem;border-radius:8px;margin:1rem 0}
.alert-success{background:#d1fae5;color:#065f46}
.alert-error{background:#fee2e2;color:#991b1b}
.story-viewer{position:fixed;inset:0;z-index:500;display:flex;align-items:center;justify-content:center;padding:0}
.story-viewer[hidden]{display:none}
.story-viewer-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.92)}
.story-viewer-frame{position:relative;width:min(100%,480px);height:100vh;max-height:100dvh;display:flex;flex-direction:column;z-index:1}
.story-viewer-header{padding:.75rem .75rem 0;color:#fff}
.story-progress{display:flex;gap:4px;margin-bottom:.75rem}
.story-progress-segment{flex:1;height:3px;background:rgba(255,255,255,.35);border-radius:999px;overflow:hidden}
.story-progress-fill{display:block;height:100%;width:0;background:#fff;border-radius:999px}
.story-progress-segment.is-done .story-progress-fill{width:100%}
.story-viewer-meta{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600}
.story-viewer-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid #fff}
.story-viewer-close{margin-left:auto;background:rgba(255,255,255,.15);border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff}
.story-viewer-body{position:relative;flex:1;display:flex;align-items:center;justify-content:center;padding:0 .25rem 1rem;min-height:0}
.story-viewer-media-wrap{flex:1;width:100%;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer}
.story-viewer-media{max-width:100%;max-height:calc(100dvh - 120px);object-fit:contain;border-radius:8px}
.story-viewer-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:44px;height:44px;border:none;border-radius:50%;background:rgba(255,255,255,.12);cursor:pointer}
.story-viewer-nav::after{content:'';display:block;width:10px;height:10px;border-top:2px solid #fff;border-right:2px solid #fff;margin:0 auto}
.story-viewer-prev{left:.25rem}
.story-viewer-prev::after{transform:rotate(-135deg);margin-left:6px}
.story-viewer-next{right:.25rem}
.story-viewer-next::after{transform:rotate(45deg);margin-right:6px}
@media(min-width:768px){.story-viewer-frame{height:min(100dvh,900px);border-radius:12px;overflow:hidden}}
.article-header{margin-bottom:2rem}
.article-meta{display:flex;flex-wrap:wrap;gap:.75rem 1rem;color:var(--text-muted);font-size:.9rem;margin-top:.5rem}
.article-content{background:var(--white);padding:2rem;border-radius:var(--radius);box-shadow:var(--shadow);overflow-wrap:anywhere}
.article-content h2,.article-content h3{margin:1.5rem 0 .75rem}
.article-content img{max-width:100%;height:auto;border-radius:8px;margin:1rem 0}
.breadcrumb{margin-bottom:1rem;font-size:.9rem;color:var(--text-muted);overflow-wrap:anywhere}
.related-posts{margin-top:2rem}
.related-posts ul{list-style:none}
.text-center{text-align:center}
.read-more{margin-top:auto;display:inline-block;padding-top:.75rem;font-weight:600;display:inline-flex;align-items:center;gap:.35rem}
.icon,.icon-social,.icon-inline,.icon-lg,.icon-menu,.icon-close,.icon-play,.icon-star{display:inline-block;vertical-align:middle;flex-shrink:0}
.icon-social{width:20px;height:20px;color:var(--primary)}
.icon-inline{width:16px;height:16px}
.icon-lg{width:28px;height:28px;color:var(--primary)}
.icon-menu{width:24px;height:24px;color:var(--text)}
.icon-close{width:24px;height:24px;color:var(--text)}
.icon-play{width:14px;height:14px;color:#fff}
.icon-star{width:16px;height:16px;color:#f59e0b}
.review-star.is-filled .icon-star{color:#f59e0b}
.review-star:not(.is-filled) .icon-star{color:#d1d5db}
.features-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}
.feature-card{background:var(--white);padding:1.75rem;border-radius:var(--radius);box-shadow:var(--shadow);text-align:center}
.feature-icon{margin-bottom:1rem;display:flex;justify-content:center;color:var(--primary)}
.feature-card h3{font-size:1.1rem;margin-bottom:.5rem}
.feature-card p{color:var(--text-muted);font-size:.95rem}
.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}
.service-card{background:var(--white);padding:1.5rem;border-radius:var(--radius);box-shadow:var(--shadow);border-left:4px solid var(--primary)}
.service-card h3{font-size:1.1rem;margin-bottom:.5rem;color:var(--primary)}
.service-card p{color:var(--text-muted);font-size:.95rem}
.trust-section{background:linear-gradient(135deg,var(--primary),var(--accent));color:var(--white)}
.trust-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1.5rem;text-align:center}
.trust-value{display:block;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.2}
.trust-label{display:block;font-size:.95rem;opacity:.9;margin-top:.25rem}
.reviews-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}
.review-card{background:var(--white);padding:1.5rem;border-radius:var(--radius);box-shadow:var(--shadow);display:flex;flex-direction:column;gap:.75rem}
.review-stars{display:flex;gap:.15rem}
.review-comment{font-style:italic;color:var(--text);flex:1;line-height:1.5}
.review-author{font-weight:600;color:var(--primary);font-size:.9rem}
.review-image-wrap{border-radius:8px;overflow:hidden;margin-top:.25rem}
.review-image{width:100%;max-height:180px;object-fit:cover}
.reviews-cta{text-align:center;margin-top:2rem}
.about-values{margin-top:2rem;background:var(--white);padding:1.5rem;border-radius:var(--radius);box-shadow:var(--shadow)}
.about-values h2{font-size:1.25rem;margin-bottom:1rem}
.values-list{list-style:none;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem}
.values-list li{padding:.5rem 0 .5rem 1.25rem;position:relative;color:var(--text-muted)}
.values-list li::before{content:'';position:absolute;left:0;top:.85rem;width:8px;height:8px;background:var(--primary);border-radius:50%}
.about-links{margin-top:1.5rem;color:var(--text-muted)}
.seo-content-block{margin-top:2.5rem;padding:1.5rem;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);color:var(--text-muted);line-height:1.7}

@media(max-width:992px){
.about-cards,.footer-inner,.features-grid,.services-grid,.reviews-grid{grid-template-columns:1fr}
.blog-grid,.portfolio-grid,.product-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}
.content-block-row{grid-template-columns:1fr;gap:1.25rem;margin-bottom:2rem}
.content-block-row.reverse .content-block-media,.content-block-row.reverse .content-block-text{order:unset}
.content-block-media{aspect-ratio:16/10}
}

@media(max-width:768px){
:root{--header-height:56px}
.logo img{height:34px;max-width:110px}
.header-inner{display:flex;flex-wrap:wrap;justify-content:space-between;grid-template-columns:none}
.header-spacer{display:none}
.nav-toggle{display:block;margin-left:auto;order:2}
.main-nav{order:3;width:100%;justify-self:stretch;justify-content:flex-end}
.nav-menus{display:none;position:absolute;top:100%;left:0;right:0;background:rgba(255,255,255,.98);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);flex-direction:column;padding:1rem;box-shadow:0 12px 40px rgba(15,23,42,.1);z-index:50;gap:0;border-radius:0 0 14px 14px;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .25s ease,transform .25s ease,visibility .25s ease}
.nav-menus.open{display:flex;opacity:1;visibility:visible;transform:translateY(0)}
.nav-list{flex-direction:column;gap:0;width:100%;padding:0}
.nav-list-main,.nav-list-corporate{display:flex;flex-direction:column;width:100%;position:static;background:transparent;border:none;box-shadow:none;padding:0}
.nav-list li{width:100%;border-bottom:1px solid var(--border)}
.nav-list li:last-child{border-bottom:none}
.nav-list a,.nav-dropdown-toggle{display:block;padding:.85rem .5rem;width:100%;text-align:left;border-radius:10px}
.nav-list a::after,.nav-dropdown-toggle::after{display:none}
.nav-dropdown-menu{position:static;display:block;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;background:transparent;padding:0 0 0 .75rem;margin-top:0;pointer-events:auto;translate:none;left:auto}
.nav-dropdown-menu a{padding:.65rem .5rem}
.social-bar{display:none}
.hero{padding:0}
.hero-has-slides{height:auto;max-height:none;aspect-ratio:16/9;min-height:0}
.hero-swiper,.hero-swiper .swiper-wrapper,.hero-swiper .swiper-slide,.hero-slide-inner{min-height:unset;height:100%}
.hero-slide-inner{padding:1.5rem 0 3.5rem}
.hero-content-right{max-width:100%;text-align:right;padding-right:.25rem}
.hero-slide-shade{background:linear-gradient(to top,rgba(0,0,0,.45) 0%,rgba(0,0,0,.15) 40%,transparent 70%)}
.hero-slide-image{object-fit:contain;object-position:center center;width:100%;height:100%;transform:scale(var(--hero-img-scale-mobile,var(--hero-img-scale,1)));transform-origin:center center}
.service-pills{justify-content:center}
.hero-inner{width:100%;padding:3.5rem 0 3rem}
.section{padding:2.5rem 0}
.page-header{padding:2rem 0}
.cta-box{padding:2rem 1.25rem}
.article-content{padding:1.25rem}
.header-cta{width:100%;justify-content:center;margin-top:.5rem}
.header-inner{align-items:center;padding:.375rem 0;min-height:var(--header-height)}
.product-gallery-nav{width:44px;height:44px;font-size:1.5rem}
.product-gallery-dot{width:10px;height:10px}
.product-lightbox{padding:.5rem}
.product-lightbox-close{top:.75rem;right:.75rem;width:44px;height:44px}
.product-lightbox-content{width:min(100%,100%)}
.product-lightbox-carousel img{max-height:80dvh}
.product-lightbox-carousel .swiper-slide{min-height:220px;padding:.75rem}
.products-faq-section .faq-item{padding:.75rem 0}
}

@media(max-width:480px){
.container{padding:0 1rem}
.service-pills li{font-size:.82rem;padding:.4rem .75rem}
.blog-grid,.portfolio-grid,.product-grid{grid-template-columns:1fr}
.product-category-tabs{gap:.35rem;margin-bottom:1rem}
.product-tab{padding:.45rem .85rem;font-size:.9rem}
.content-block-media{aspect-ratio:4/3}
.content-block-row{margin-bottom:1.75rem}
.stain-intro-bottle-wrap{width:min(42vw,190px);bottom:8%;right:2%}
.stain-intro-tagline{font-size:1rem;bottom:5%}
.stain-blob-6,.stain-blob-7,.stain-blob-8{display:none}
}

/* Homepage stain cleaner intro */
.stain-intro{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;overflow:hidden;opacity:0;pointer-events:none;transition:opacity .65s ease}
.stain-intro[hidden]{display:none!important}
.stain-intro.is-ready{opacity:1;pointer-events:auto}
.stain-intro.is-exit{opacity:0;pointer-events:none}
body.stain-intro-active{overflow:hidden}
.stain-intro-surface{position:absolute;inset:0;background:
  radial-gradient(ellipse 80% 60% at 50% 40%,#ffffff 0%,#f4f7fb 55%,#e8eef5 100%)}
.stain-intro-stains{position:absolute;inset:0;pointer-events:none}
.stain-blob{position:absolute;display:block;opacity:0;transform:scale(.35);background:transparent;transition:opacity .7s ease,transform .85s cubic-bezier(.22,1,.36,1),filter .9s ease}
.stain-intro.is-stains .stain-blob{opacity:.92;transform:scale(1)}
.stain-intro.is-clean .stain-blob{opacity:0;transform:scale(1.35);filter:blur(18px) brightness(1.6)}
.stain-blob-1{width:min(28vw,220px);height:min(18vw,140px);top:14%;left:12%;transition-delay:.05s}
.stain-blob-2{width:min(22vw,170px);height:min(16vw,120px);top:28%;left:42%;border-radius:45% 55% 40% 60%/55% 40% 60% 45%;transition-delay:.12s}
.stain-blob-3{width:min(26vw,200px);height:min(20vw,150px);top:18%;right:14%;transition-delay:.18s}
.stain-blob-4{width:min(18vw,140px);height:min(14vw,110px);top:48%;left:18%;transition-delay:.24s;background:radial-gradient(circle at 40% 35%,rgba(255,190,90,.95) 0%,rgba(235,120,30,.85) 45%,rgba(180,60,15,.2) 100%)}
.stain-blob-5{width:min(24vw,190px);height:min(15vw,115px);top:52%;left:48%;transition-delay:.3s}
.stain-blob-6{width:min(20vw,160px);height:min(17vw,130px);bottom:22%;left:28%;transition-delay:.36s}
.stain-blob-7{width:min(16vw,120px);height:min(12vw,95px);top:38%;right:28%;transition-delay:.42s}
.stain-blob-8{width:min(30vw,240px);height:min(14vw,110px);bottom:16%;right:18%;transition-delay:.48s;border-radius:70% 30% 60% 40%/40% 60% 40% 60%}
.stain-intro-bottle-wrap{position:absolute;right:-8%;bottom:6%;width:min(34vw,280px);z-index:3;opacity:0;transform:translateX(40%) rotate(-8deg) scale(.9);transition:opacity .7s ease,transform .95s cubic-bezier(.22,1,.36,1);filter:drop-shadow(0 18px 40px rgba(15,23,42,.22))}
.stain-intro.is-bottle .stain-intro-bottle-wrap{opacity:1;transform:translateX(0) rotate(-4deg) scale(1)}
.stain-intro.is-spray .stain-intro-bottle-wrap{animation:stainBottleSpray .35s ease-in-out 2}
.stain-intro-bottle{width:100%;height:auto;display:block;object-fit:contain;object-position:center right;clip-path:inset(0 0 0 8%);transform:none}
.stain-intro-spray{position:absolute;inset:0;z-index:2;pointer-events:none;opacity:0;transition:opacity .25s ease}
.stain-intro.is-spray .stain-intro-spray{opacity:1}
.spray-stream{position:absolute;right:28%;top:38%;width:min(42vw,380px);height:14px;border-radius:999px;transform-origin:right center;transform:rotate(8deg) scaleX(0);background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.55) 25%,rgba(230,245,255,.85) 55%,rgba(255,255,255,.2) 100%);filter:blur(1px)}
.stain-intro.is-spray .spray-stream{animation:stainSprayStream .55s ease-out forwards}
.spray-mist{position:absolute;right:30%;top:34%;width:70px;height:70px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.85) 0%,rgba(220,240,255,.35) 45%,transparent 70%);opacity:0;filter:blur(4px)}
.spray-mist-1{animation:stainMist .7s ease-out .05s forwards}
.spray-mist-2{top:40%;right:38%;width:90px;height:90px;animation:stainMist .8s ease-out .12s forwards}
.spray-mist-3{top:30%;right:46%;width:110px;height:110px;animation:stainMist .9s ease-out .2s forwards}
.spray-foam{position:absolute;width:28px;height:28px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#fff 0%,#e8f4ff 45%,rgba(255,255,255,.2) 100%);opacity:0;box-shadow:0 0 12px rgba(255,255,255,.8)}
.spray-foam-1{top:36%;right:48%;animation:stainFoam .9s ease-out .15s forwards}
.spray-foam-2{top:42%;right:55%;width:22px;height:22px;animation:stainFoam 1s ease-out .22s forwards}
.spray-foam-3{top:28%;right:58%;width:34px;height:34px;animation:stainFoam 1.05s ease-out .28s forwards}
.spray-foam-4{top:46%;right:62%;width:18px;height:18px;animation:stainFoam 1.1s ease-out .34s forwards}
.stain-intro-tagline{position:absolute;left:50%;bottom:10%;transform:translateX(-50%) translateY(12px);margin:0;z-index:4;font-size:clamp(1.05rem,2.6vw,1.45rem);font-weight:700;letter-spacing:.02em;color:#1e293b;opacity:0;transition:opacity .55s ease,transform .55s ease;text-shadow:0 1px 0 rgba(255,255,255,.8)}
.stain-intro.is-shine .stain-intro-tagline{opacity:1;transform:translateX(-50%) translateY(0)}
.stain-intro.is-shine .stain-intro-surface{animation:stainShine .9s ease forwards}
.stain-intro-skip{position:absolute;top:1rem;right:1rem;z-index:5;border:1px solid rgba(15,23,42,.12);background:rgba(255,255,255,.85);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#334155;border-radius:999px;padding:.45rem 1rem;font:inherit;font-size:.9rem;font-weight:600;cursor:pointer;box-shadow:0 4px 16px rgba(15,23,42,.08)}
.stain-intro-skip:hover{background:#fff}
@keyframes stainBottleSpray{
0%,100%{transform:translateX(0) rotate(-4deg) scale(1)}
50%{transform:translateX(-6px) rotate(-6deg) scale(1.02)}
}
@keyframes stainSprayStream{
0%{transform:rotate(8deg) scaleX(0);opacity:0}
30%{opacity:1}
100%{transform:rotate(8deg) scaleX(1);opacity:.35}
}
@keyframes stainMist{
0%{opacity:0;transform:translate(20px,10px) scale(.4)}
40%{opacity:.9}
100%{opacity:0;transform:translate(-120px,-20px) scale(1.8)}
}
@keyframes stainFoam{
0%{opacity:0;transform:translate(40px,10px) scale(.3)}
35%{opacity:1}
100%{opacity:0;transform:translate(-160px,-30px) scale(1.4)}
}
@keyframes stainShine{
0%{filter:brightness(1)}
40%{filter:brightness(1.12)}
100%{filter:brightness(1.04)}
}
@media(max-width:768px){
.stain-intro-bottle-wrap{width:min(46vw,220px);right:0;bottom:10%}
.stain-intro-tagline{bottom:6%;font-size:1.05rem;padding:0 1rem;text-align:center}
.stain-intro-skip{top:.75rem;right:.75rem;min-height:44px}
.spray-stream{right:34%;top:40%;width:min(50vw,240px)}
.stain-blob-1{top:12%;left:8%}
.stain-blob-3{top:16%;right:8%}
}
@media(prefers-reduced-motion:reduce){
.stain-intro:not(#stainIntro),.stain-intro:not(#stainIntro) *{animation:none!important;transition:none!important}
}
