:root{color-scheme:light dark;--bg: #ffffff;--ink: #202124;--muted: #5f6368;--line: #dadce0;--panel: #f8fafd;--panel-strong: #eef3fb;--surface: #ffffff;--surface-translucent: rgba(255, 255, 255, .94);--mobile-panel: #111111;--mobile-panel-ink: #ffffff;--overlay: rgba(0, 0, 0, .58);--blue: #1a73e8;--blue-hover: #1558b0;--button-ink: #ffffff;--green: #188038;--yellow: #fbbc04;--shadow: 0 16px 40px rgba(32, 33, 36, .12);font-family:Arial,Helvetica,sans-serif}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--bg: #101418;--ink: #edf2f7;--muted: #b7c0cc;--line: #303944;--panel: #171d23;--panel-strong: #202832;--surface: #151a20;--surface-translucent: rgba(16, 20, 24, .94);--mobile-panel: #151a20;--mobile-panel-ink: #ffffff;--overlay: rgba(0, 0, 0, .68);--blue: #8ab4f8;--blue-hover: #aecbfa;--button-ink: #101418;--green: #81c995;--shadow: 0 18px 44px rgba(0, 0, 0, .42)}}:root[data-theme=dark]{color-scheme:dark;--bg: #101418;--ink: #edf2f7;--muted: #b7c0cc;--line: #303944;--panel: #171d23;--panel-strong: #202832;--surface: #151a20;--surface-translucent: rgba(16, 20, 24, .94);--mobile-panel: #151a20;--mobile-panel-ink: #ffffff;--overlay: rgba(0, 0, 0, .68);--blue: #8ab4f8;--blue-hover: #aecbfa;--button-ink: #101418;--green: #81c995;--shadow: 0 18px 44px rgba(0, 0, 0, .42)}:root[data-theme=light]{color-scheme:light}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-size:16px;line-height:1.6}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}img{display:block;max-width:100%}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:clamp(14px,2vw,24px);padding:14px clamp(12px,2vw,24px) 14px clamp(20px,5vw,64px);background:var(--surface-translucent);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.mobile-menu-toggle,.mobile-menu-button,.mobile-menu-layer,.mobile-menu-close{display:none}.nav-more summary{list-style:none}.nav-more summary::-webkit-details-marker{display:none}.brand{position:relative;z-index:1;display:inline-flex;flex:0 0 auto;align-items:center;gap:10px;min-width:max-content;color:var(--ink);font-size:1.2rem;font-weight:700;white-space:nowrap}.brand img{flex:0 0 auto}.brand:hover{text-decoration:none}.site-nav{display:flex;flex:1 1 auto;align-items:center;justify-content:flex-end;gap:clamp(10px,1.4vw,16px);min-width:0;font-size:.95rem}.nav-visible{display:flex;flex:0 1 auto;align-items:center;justify-content:flex-end;gap:clamp(10px,1.4vw,16px);min-width:0;overflow:hidden}.site-nav a,.mobile-menu-links a{color:var(--ink);white-space:nowrap}.nav-more{position:relative;display:none}.nav-more summary{display:inline-flex;align-items:center;gap:8px;min-height:32px;color:var(--ink);cursor:pointer;user-select:none}.nav-chevron{width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-2px) rotate(45deg)}.nav-more[open] .nav-chevron{transform:translateY(2px) rotate(225deg)}.nav-more-panel{position:absolute;top:calc(100% + 12px);right:0;display:flex;min-width:230px;padding:8px 0;flex-direction:column;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow)}.nav-more-panel a{display:none;padding:10px 16px}.nav-more-panel a:hover{background:var(--panel);text-decoration:none}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-width:38px;min-height:38px;padding:0;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--ink);font:inherit;cursor:pointer}.theme-toggle:hover{background:var(--panel)}.theme-toggle:focus-visible{outline:3px solid color-mix(in srgb,var(--blue) 45%,transparent);outline-offset:3px}.theme-toggle-icon{position:relative;display:inline-grid;width:20px;height:20px;place-items:center}.theme-icon{position:absolute;width:20px;height:20px;transition:opacity .16s ease,transform .16s ease}.theme-icon path,.theme-icon circle{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.theme-icon-moon{opacity:1;transform:rotate(0) scale(1)}.theme-icon-sun{opacity:0;transform:rotate(-35deg) scale(.75)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .theme-icon-moon{opacity:0;transform:rotate(35deg) scale(.75)}:root:not([data-theme=light]) .theme-icon-sun{opacity:1;transform:rotate(0) scale(1)}}:root[data-theme=dark] .theme-icon-moon{opacity:0;transform:rotate(35deg) scale(.75)}:root[data-theme=dark] .theme-icon-sun{opacity:1;transform:rotate(0) scale(1)}.theme-toggle-compact .theme-toggle-label{position:absolute;overflow:hidden;width:1px;height:1px;clip:rect(0,0,0,0);white-space:nowrap}.page{min-height:70vh}.hero,.video-section,.content-section,.product-grid{width:min(1120px,calc(100% - 40px));margin-inline:auto}.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,460px);gap:clamp(28px,6vw,72px);align-items:center;padding:clamp(48px,8vw,90px) 0 44px}.hero-no-visual{display:block;max-width:840px}.home .hero{display:block;max-width:900px;text-align:center}.home .hero h1{font-size:clamp(5.25rem,12vw,6.8rem)}.home-hero{display:grid;width:min(1180px,calc(100% - 40px));margin-inline:auto;grid-template-columns:minmax(280px,.85fr) minmax(360px,1.15fr);gap:clamp(30px,6vw,76px);align-items:center;padding:clamp(48px,8vw,92px) 0 clamp(36px,6vw,64px)}.home-hero-copy{min-width:0}.home-hero h1{margin-bottom:18px;font-size:clamp(4.5rem,11vw,6.8rem)}.home-hero-copy p{max-width:610px;color:var(--muted);font-size:clamp(1.03rem,1.8vw,1.2rem)}.home-product-reel{min-width:0}.reel-window{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.reel-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px;padding:0 16px;border-bottom:1px solid var(--line);background:var(--panel)}.reel-window-controls{display:inline-flex;gap:7px}.reel-window-controls span{width:10px;height:10px;border-radius:999px;background:var(--line)}.reel-window-controls span:nth-child(1){background:#ea4335}.reel-window-controls span:nth-child(2){background:var(--yellow)}.reel-window-controls span:nth-child(3){background:var(--green)}.reel-location{overflow:hidden;color:var(--muted);font-size:.82rem;font-weight:700;letter-spacing:0;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.reel-stage{position:relative;overflow:hidden;aspect-ratio:16 / 10;background:linear-gradient(135deg,color-mix(in srgb,var(--blue) 10%,transparent),transparent 36%),linear-gradient(315deg,color-mix(in srgb,var(--green) 12%,transparent),transparent 34%),var(--surface)}.reel-stage:before{position:absolute;inset:0;background-image:linear-gradient(color-mix(in srgb,var(--line) 62%,transparent) 1px,transparent 1px),linear-gradient(90deg,color-mix(in srgb,var(--line) 62%,transparent) 1px,transparent 1px);background-size:34px 34px;content:"";opacity:.28}.reel-shot{position:absolute;inset:clamp(14px,2.6vw,26px);display:grid;min-width:0;margin:0;grid-template-rows:minmax(0,1fr) auto;gap:14px;opacity:0;transform:translate(24px) scale(.97);animation:reel-shot 36s infinite;animation-delay:calc(var(--shot-index) * 6s);will-change:opacity,transform}.reel-shot-frame{display:grid;min-height:0;align-items:center;padding:clamp(8px,1.5vw,16px)}.reel-shot img{width:100%;height:100%;max-height:100%;object-fit:contain;border:1px solid var(--line);border-radius:6px;background:#fff;box-shadow:0 14px 34px #20212429}.reel-shot-crop-top img{object-fit:cover;object-position:center bottom}.reel-shot figcaption{display:grid;gap:2px;align-self:end;padding:12px 14px;border:1px solid color-mix(in srgb,var(--blue) 34%,#202124);border-left:4px solid var(--blue);border-radius:6px;background:color-mix(in srgb,#202124 92%,var(--blue));box-shadow:0 12px 28px #2021243d}.reel-shot figcaption span{color:#a8dab5;font-size:.75rem;font-weight:700;letter-spacing:0;text-transform:uppercase}.reel-shot figcaption strong{color:#fff;font-size:clamp(.95rem,1.5vw,1.08rem);line-height:1.25}.reel-progress{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:7px;padding:13px 16px 16px;border-top:1px solid var(--line);background:var(--panel)}.reel-progress span{position:relative;overflow:hidden;height:5px;border-radius:999px;background:color-mix(in srgb,var(--line) 78%,transparent)}.reel-progress span:after{position:absolute;inset:0;background:linear-gradient(90deg,var(--blue),var(--green));content:"";transform:scaleX(0);transform-origin:left;animation:reel-progress 36s infinite;animation-delay:calc(var(--shot-index) * 6s)}@keyframes reel-shot{0%,3%{opacity:0;transform:translate(24px) scale(.97)}6%,15%{opacity:1;transform:translate(0) scale(1)}18%,to{opacity:0;transform:translate(-24px) scale(.98)}}@keyframes reel-progress{0%{transform:scaleX(0)}14%{transform:scaleX(1)}15%,to{transform:scaleX(0)}}.eyebrow{margin:0 0 8px;color:var(--green);font-size:.85rem;font-weight:700;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{margin-bottom:14px;font-size:clamp(2.35rem,6vw,4.5rem);line-height:1.06;font-weight:700;letter-spacing:0}h2{margin-bottom:14px;font-size:clamp(1.5rem,3vw,2.15rem);line-height:1.2;letter-spacing:0}.subtitle{color:var(--muted);font-size:1.2rem;font-style:italic}.hero-copy p,.content-section p,.content-section li{color:var(--muted)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 20px;border-radius:4px;background:var(--blue);color:var(--button-ink);font-weight:700;text-decoration:none;box-shadow:0 8px 20px #1a73e833}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.button:hover{background:var(--blue-hover);text-decoration:none}.button.secondary{border:1px solid var(--line);background:var(--surface);color:var(--ink);box-shadow:none}.button.secondary:hover{background:var(--panel)}.button.small{min-height:38px;padding:8px 14px;font-size:.92rem}.hero-visual,.section-image,.product-image{margin:0;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--panel);box-shadow:var(--shadow)}.hero-visual img,.section-image img,.product-image img{width:100%;height:auto}.video-section{padding:0 0 44px}.video-frame{position:relative;overflow:hidden;width:min(920px,100%);margin-inline:auto;aspect-ratio:16 / 9;border:1px solid var(--line);border-radius:8px;background:#000;box-shadow:var(--shadow)}.video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;padding:18px 0 70px}.product-card{display:grid;grid-template-columns:220px minmax(0,1fr);gap:22px;align-items:center;padding:22px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.product-copy h2{margin-bottom:8px;font-size:1.25rem}.product-copy h2 a{color:var(--ink)}.content-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,440px);gap:34px;align-items:start;padding:44px 0;border-top:1px solid var(--line)}.content-section:has(.section-image){align-items:center}.content-section:has(.section-image-stack){align-items:center}.content-section:not(:has(.section-image)):not(:has(.section-image-stack)){display:block;max-width:840px}.content-section.carousel-section,.content-section.gallery-section{display:block;max-width:980px}.content-section.announcement{padding:28px 24px 32px;border-top-color:color-mix(in srgb,var(--yellow) 55%,var(--line));border-left:4px solid var(--yellow);background:color-mix(in srgb,var(--yellow) 8%,var(--surface))}.content-section.announcement h2{margin-bottom:14px;color:#9a3412;font-size:1.05rem;font-weight:700}.content-section.announcement .rich-text p{color:var(--ink)}.content-section.support{max-width:900px}.support-contact-panel{display:grid;gap:24px;align-items:start;justify-items:start;padding:24px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.support-contact-panel p{margin-bottom:8px}.support-contact-panel p:last-child{margin-bottom:0}.support-label{color:var(--muted);font-size:.82rem;font-weight:700;letter-spacing:0;text-transform:uppercase}.support-value{color:var(--ink);font-size:1.6rem;line-height:1.15;font-weight:700}.feature-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 28px;padding:0;list-style:none}.content-section li{margin-bottom:10px}.feature-list li{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;align-items:start;margin:0;color:var(--ink);font-size:1.02rem}.feature-list p{margin:0;color:var(--ink)}.feature-list strong{font-weight:700}.feature-icon{width:1.35em;line-height:1.55;text-align:center}.feature-guide{margin:24px 0 0}.content-section.guide-steps{grid-template-columns:minmax(0,1fr) minmax(170px,300px);gap:42px;align-items:start;padding:24px 0;border-top:0}.content-section.guide-steps .section-image,.content-section.guide-steps .section-image-stack .section-image{justify-self:center;border:0;border-radius:0;background:transparent;box-shadow:none}.section-image-stack{display:grid;gap:16px;justify-items:center}.image-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.image-carousel{position:relative;margin-top:24px}.hero-carousel{min-width:0;margin-top:0}.hero-carousel .carousel-slide{flex-basis:100%}.carousel-track{display:flex;gap:18px;overflow-x:auto;padding:4px;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-color:var(--line) transparent;scrollbar-width:none}.carousel-track::-webkit-scrollbar{display:none}.carousel-slide{flex:0 0 min(100%,760px);margin:0;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow);scroll-snap-align:center}.carousel-slide img{width:100%;height:auto}.carousel-button{position:absolute;top:50%;z-index:1;display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--line);border-radius:999px;background:var(--surface-translucent);color:var(--ink);font:inherit;font-size:2rem;line-height:1;box-shadow:var(--shadow);cursor:pointer;transform:translateY(-50%)}.carousel-button:hover{background:var(--panel)}.carousel-button-prev{left:-18px}.carousel-button-next{right:-18px}.hero-carousel .carousel-button{display:none}.carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:14px}.carousel-dot{width:9px;height:9px;padding:0;border:0;border-radius:999px;background:var(--line);cursor:pointer}.carousel-dot[aria-current=true]{background:var(--blue)}ol,ul{padding-left:1.25rem}.rich-text p{margin-bottom:14px}.rich-text ul{list-style-type:square;padding-left:2.4rem}.rich-text li{margin-bottom:22px}.rich-text li li{margin-top:12px;margin-bottom:0}.rich-text li p:last-child{margin-bottom:0}.legal .content-section{padding:28px 0}.legal .content-section h2{font-size:1.3rem}.site-footer{margin-top:40px;padding:34px clamp(20px,5vw,64px);border-top:1px solid var(--line);background:var(--panel);text-align:center}.site-footer p{margin-bottom:8px;color:var(--muted)}.site-footer .legal{font-size:.9rem}.cookie-notice{position:fixed;right:20px;bottom:20px;z-index:1004;display:flex;max-width:min(420px,calc(100vw - 40px));align-items:center;gap:16px;padding:14px 16px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.cookie-notice[hidden]{display:none}.cookie-notice p{margin:0;color:var(--muted);font-size:.92rem;line-height:1.35}.cookie-actions{display:flex;flex:0 0 auto;align-items:center;gap:12px}.cookie-accept{min-height:36px;padding:8px 14px;border:0;border-radius:4px;background:var(--blue);color:var(--button-ink);font:inherit;font-weight:700;cursor:pointer}.cookie-accept:hover{background:var(--blue-hover)}.cookie-learn{color:var(--ink);font-size:.92rem;white-space:nowrap}@media(max-width:1240px){.nav-more,.nav-more-panel .nav-more-link-6,.nav-more-panel .nav-more-link-7{display:block}.nav-link-6,.nav-link-7{display:none}}@media(max-width:1080px){.nav-more-panel .nav-more-link-5{display:block}.nav-link-5{display:none}}@media(max-width:900px){.nav-more-panel .nav-more-link-4{display:block}.nav-link-4{display:none}}@media(max-width:900px){.home-hero{grid-template-columns:1fr}.home-hero h1{font-size:clamp(4rem,18vw,5.4rem)}.hero,.content-section,.product-card,.product-grid,.feature-list{grid-template-columns:1fr}}@media(max-width:560px){.home-hero{width:min(100% - 28px,1180px)}.home-hero h1{font-size:clamp(3.4rem,19vw,4.6rem)}.reel-topbar{min-height:38px;padding-inline:12px}.reel-stage{aspect-ratio:4 / 3}.reel-shot{inset:10px;gap:10px}.reel-shot-frame{padding:6px}.reel-shot figcaption{padding:10px}.reel-progress{gap:5px;padding:11px 12px 13px}}@media(prefers-reduced-motion:reduce){.reel-shot,.reel-progress span:after{animation:none}.reel-shot{display:none}.reel-shot:first-child{position:absolute;display:grid;opacity:1;transform:none}}@media(max-width:747px){.mobile-menu-toggle:checked~.site-header{z-index:1000}.site-header{justify-content:flex-start;gap:12px;padding:10px 16px}.site-nav{display:none}.mobile-menu-button{display:block}.mobile-menu-layer{position:fixed;inset:0;z-index:1000;display:none;pointer-events:none}.mobile-menu-toggle:checked~.mobile-menu-layer{display:block}.mobile-menu-button{position:relative;z-index:1003;display:flex;width:44px;height:44px;align-items:center;justify-content:center;color:var(--ink);cursor:pointer}.mobile-menu-icon{display:block;width:24px;height:24px}.mobile-menu-icon path,.mobile-menu-close-icon path{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:square;stroke-linejoin:round;vector-effect:non-scaling-stroke}.mobile-menu-toggle:checked~.site-header .mobile-menu-button{opacity:0;pointer-events:none}.mobile-menu-overlay{position:fixed;inset:0;z-index:1001;display:block;background:var(--overlay);animation:mobile-menu-overlay-in .18s ease-out both;pointer-events:auto}.mobile-menu-panel{position:fixed;top:0;bottom:0;left:0;z-index:1002;width:320px;max-width:78vw;min-height:100vh;padding:82px 28px 28px;background:var(--mobile-panel);box-shadow:18px 0 44px #00000047;pointer-events:auto}.mobile-menu-close{position:absolute;top:17px;left:4px;z-index:1;display:flex;width:44px;height:44px;align-items:center;justify-content:center;color:var(--mobile-panel-ink);cursor:pointer}.mobile-menu-close-icon{display:block;width:28px;height:28px}.mobile-menu-links{display:flex;flex-direction:column;gap:10px}.mobile-menu-group{opacity:0;transform:translate(-18px);animation:mobile-menu-link-in .22s ease-out both}.mobile-menu-links .mobile-menu-link{display:block;color:var(--mobile-panel-ink);font-size:1.12rem;font-weight:300;line-height:1.25;padding:3px 0}.theme-toggle-mobile{justify-content:flex-start;width:fit-content;min-height:42px;margin-top:12px;padding:8px 14px 8px 12px;border-color:#ffffff42;background:#ffffff14;color:var(--mobile-panel-ink);font-size:1rem}.theme-toggle-mobile:hover{background:#ffffff24}.mobile-menu-group-has-children .mobile-menu-parent-link{position:relative;padding-left:22px}.mobile-menu-group-has-children .mobile-menu-parent-link:before{position:absolute;top:.48em;left:0;width:9px;height:9px;border-top:2px solid currentColor;border-left:2px solid currentColor;content:"";transform:rotate(45deg)}.mobile-menu-links .mobile-menu-child-link{padding-left:46px;font-size:1rem}.mobile-menu-links .mobile-menu-link:hover{background:transparent;color:var(--mobile-panel-ink);text-decoration:none}.mobile-menu-group-0{animation-delay:40ms}.mobile-menu-group-1{animation-delay:80ms}.mobile-menu-group-2{animation-delay:.12s}.mobile-menu-group-3{animation-delay:.16s}.mobile-menu-group-4{animation-delay:.2s}.mobile-menu-group-5{animation-delay:.24s}.mobile-menu-group-6{animation-delay:.28s}.mobile-menu-group-7{animation-delay:.32s}.mobile-menu-group-8{animation-delay:.36s}}@keyframes mobile-menu-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes mobile-menu-link-in{to{opacity:1;transform:translate(0)}}@media(max-width:560px){.hero,.video-section,.content-section,.product-grid{width:min(100% - 28px,1120px)}.product-card{padding:16px}.support-contact-panel{padding:18px}.support-value{font-size:1.35rem}.cookie-notice{right:14px;bottom:14px;left:14px;max-width:none;align-items:flex-start;flex-direction:column}.carousel-button{display:none}.image-gallery{grid-template-columns:1fr}}
