:root{--bg: #0c0d0c;--bg-soft: #121411;--surface: rgba(19, 21, 18, .94);--surface-soft: rgba(24, 27, 22, .82);--surface-bright: rgba(31, 35, 26, .92);--border: rgba(220, 255, 78, .14);--text: #f7f8f2;--muted: #b7bbb0;--accent: #d8ff2f;--accent-strong: #efff87;--accent-soft: rgba(216, 255, 47, .14);--cold-accent: #748543;--success: #b7ec70;--shadow: 0 32px 70px rgba(0, 0, 0, .45);--shadow-soft: 0 16px 34px rgba(0, 0, 0, .3);--radius-xl: 32px;--radius-lg: 24px;--radius-md: 18px;--radius-sm: 999px;--content-width: min(1160px, calc(100vw - 2rem) );--font-body: "Sora", sans-serif;--font-accent: "Instrument Serif", serif}*{box-sizing:border-box}html{background:radial-gradient(circle at top right,rgba(216,255,47,.12),transparent 24%),radial-gradient(circle at top left,rgba(112,130,56,.12),transparent 26%),linear-gradient(180deg,#0c0d0c,#10120f);color:var(--text);scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);line-height:1.65;min-height:100vh;background:linear-gradient(115deg,rgba(216,255,47,.045) 0,rgba(216,255,47,.045) 6%,transparent 6%,transparent 18%,rgba(128,145,63,.05) 18%,rgba(128,145,63,.05) 24%,transparent 24%),radial-gradient(circle at 18% 14%,rgba(216,255,47,.08),transparent 16%),radial-gradient(circle at 82% 9%,rgba(111,125,57,.12),transparent 18%),linear-gradient(180deg,#ffffff03,#fff0)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}main{display:grid;gap:1.35rem;padding-bottom:5rem}h1,h2,h3,p,ul,ol{margin:0}h1,h2{letter-spacing:-.04em}h1{font-size:clamp(3rem,7vw,6rem);line-height:.92;max-width:10ch;text-wrap:balance}h2{font-size:clamp(2rem,3vw,3.1rem);line-height:1;max-width:14ch}h3{font-size:1.12rem;line-height:1.25;color:var(--text)}p,li,td,th,summary,a,small{color:var(--muted)}strong{color:inherit}.site-shell{position:relative}.site-header{position:sticky;top:0;z-index:10;backdrop-filter:blur(18px);background:#0a0b0ad1;border-bottom:1px solid rgba(216,255,47,.08)}.site-header__inner,.panel__inner,.site-footer__grid,.hero__inner{width:var(--content-width);margin:0 auto}.site-header__inner{display:grid;grid-template-columns:auto 1fr auto;gap:1rem;align-items:center;min-height:76px}.site-header__tools{display:inline-flex;align-items:center;justify-content:flex-end;gap:.75rem}.brand{display:inline-flex;align-items:center;color:var(--text)}.brand__identity{display:grid;gap:.15rem}.brand small{display:block;max-width:22ch;font-size:.72rem;color:#f7f8f2c7}.brand__logo{display:block;width:clamp(8.8rem,13vw,10.5rem);height:auto}.site-nav,.hero__actions,.tag-list,.hero__highlights,.hero-spotlight__list{display:flex;flex-wrap:wrap;gap:.75rem}.site-nav{justify-content:center;align-items:center}.site-nav__group{position:relative}.site-nav__group summary{list-style:none;display:inline-flex;align-items:center;gap:.45rem;padding:.7rem 1rem;border-radius:var(--radius-sm);color:var(--muted);cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease}.site-nav__group summary::-webkit-details-marker{display:none}.site-nav__group summary svg{width:.9rem;height:.9rem;transition:transform .18s ease}.site-nav__group[open] summary svg{transform:rotate(180deg)}.site-nav__group.is-current summary,.site-nav__group summary:hover,.site-nav__group[open] summary{background:#d8ff2f1a;color:var(--text)}.site-nav__menu{position:absolute;top:calc(100% + .65rem);left:0;min-width:15rem;display:grid;gap:.35rem;padding:.55rem;border-radius:22px;border:1px solid var(--border);background:linear-gradient(180deg,#171b12fa,#0c0e0bfa);box-shadow:var(--shadow-soft);z-index:2}.site-nav__menu a{padding:.75rem .95rem;border-radius:18px;color:var(--muted);transition:background .18s ease,color .18s ease}.locale-switcher{position:relative}.locale-switcher summary{list-style:none;display:inline-flex;align-items:center;gap:.55rem;padding:.6rem .9rem;border-radius:var(--radius-sm);color:var(--muted);cursor:pointer;border:1px solid rgba(216,255,47,.12);background:#ffffff04;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}.locale-switcher summary::-webkit-details-marker{display:none}.locale-switcher__icon{width:1.65rem;height:1.65rem;display:inline-grid;place-items:center;border-radius:999px;color:#10110c;background:var(--accent)}.locale-switcher__icon svg{width:.88rem;height:.88rem}.locale-switcher__current{font-size:.88rem;letter-spacing:.12em;color:var(--text)}.locale-switcher__chevron{width:.9rem;height:.9rem;transition:transform .18s ease}.locale-switcher[open] .locale-switcher__chevron{transform:rotate(180deg)}.site-nav a,.locale-switcher__menu a{padding:.7rem 1rem;border-radius:var(--radius-sm);color:var(--muted);transition:background .18s ease,color .18s ease,border-color .18s ease}.site-nav a:hover,.site-nav__menu a:hover,.locale-switcher summary:hover,.locale-switcher__menu a:hover,.site-nav a.is-active,.site-nav__menu a.is-active,.locale-switcher__menu a.is-active,.locale-switcher[open] summary{background:#d8ff2f1a;border-color:#d8ff2f29;color:var(--text)}.locale-switcher__menu{position:absolute;top:calc(100% + .65rem);right:0;min-width:13rem;display:grid;gap:.35rem;padding:.55rem;border-radius:22px;border:1px solid var(--border);background:linear-gradient(180deg,#171b12fa,#0c0e0bfa);box-shadow:var(--shadow-soft)}.locale-switcher__menu a{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.85rem}.locale-switcher__short{color:var(--text);font-size:.82rem;letter-spacing:.12em}.locale-switcher__label{color:inherit;font-size:.95rem}.mobile-menu{display:none;position:relative}.mobile-menu summary{list-style:none;display:inline-flex;align-items:center;gap:.7rem;padding:.68rem .92rem;border-radius:var(--radius-sm);border:1px solid rgba(216,255,47,.12);background:#ffffff05;color:var(--text);cursor:pointer}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu__label{font-size:.84rem;letter-spacing:.12em;text-transform:uppercase}.mobile-menu__icon{display:grid;gap:.22rem}.mobile-menu__icon span{display:block;width:1rem;height:1.5px;border-radius:999px;background:currentColor}.mobile-menu__panel{position:absolute;top:calc(100% + .65rem);right:0;z-index:15;width:min(22rem,calc(100vw - 1rem));display:grid;gap:1rem;padding:1rem;border-radius:24px;border:1px solid var(--border);background:linear-gradient(180deg,#121410fa,#090a08fa),linear-gradient(135deg,rgba(216,255,47,.06),transparent 42%);box-shadow:var(--shadow)}.mobile-menu__section{display:grid;gap:.55rem}.mobile-menu__links,.mobile-menu__locale-list{display:grid;gap:.45rem}.mobile-menu__links a,.mobile-menu__locale-list a{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.8rem;padding:.82rem .9rem;border-radius:18px;border:1px solid rgba(255,255,255,.06);background:#ffffff05;color:var(--muted)}.mobile-menu__links a{grid-template-columns:1fr}.mobile-menu__links a.is-active,.mobile-menu__locale-list a.is-active,.mobile-menu summary:hover,.mobile-menu[open] summary{color:var(--text);border-color:#d8ff2f2e;background:#d8ff2f14}.page-builder{display:grid;gap:0}.hero{padding:4rem 0 1.8rem;position:relative}.mobile-search-bar{display:none}.mobile-search-bar__inner{width:var(--content-width);margin:0 auto}.hero:before{content:"";position:absolute;inset:0 0 auto;height:min(44rem,70vh);background:linear-gradient(118deg,rgba(216,255,47,.07) 0,rgba(216,255,47,.07) 8%,transparent 8%,transparent 20%,rgba(107,124,49,.08) 20%,rgba(107,124,49,.08) 30%,transparent 30%),radial-gradient(circle at 75% 18%,rgba(216,255,47,.14),transparent 18%);pointer-events:none}.hero__inner{min-height:calc(100svh - 76px - 2rem);display:grid;grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr);align-items:center;gap:2rem;position:relative}.hero__content{display:grid;gap:1.4rem;position:relative;z-index:1}.hero__visual{position:relative;min-height:540px;display:grid;align-items:center}.hero__eyebrow,.section-eyebrow,.site-footer__heading{text-transform:uppercase;letter-spacing:.16em;font-size:.74rem;color:var(--accent-strong)}.hero__copy,.section-head p,.prose-flow,.cta-block p{max-width:60ch;font-size:1.02rem}.hero__copy{font-size:1.08rem;max-width:50ch}.hero-search{width:min(100%,36rem);display:grid;gap:.8rem}.hero-search__field{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.7rem;padding:.45rem;border-radius:24px;border:1px solid rgba(255,255,255,.09);background:linear-gradient(180deg,#161814e6,#0c0d0bf0),linear-gradient(135deg,rgba(255,255,255,.03),transparent 42%);box-shadow:inset 0 1px #ffffff0a,0 18px 36px #00000038}.hero-search__field:focus-within{border-color:#d8ff2f3d;box-shadow:inset 0 1px #ffffff0a,0 0 0 3px #d8ff2f14,0 18px 36px #00000038}.hero-search__icon{display:none}.hero-search__icon svg{display:block;width:1.2rem;height:1.2rem}.hero-search__input{width:100%;min-width:0;min-height:52px;padding:0 1rem;border:0;border-radius:18px;background:#ffffff05;color:var(--text);font:inherit}.hero-search__input::placeholder{color:#f7f8f270}.hero-search__input:focus{outline:none}.hero-search__button{min-height:52px;padding:0 1.15rem;border:0;border-radius:18px;background:linear-gradient(135deg,#e8ff63,var(--accent));color:#0f110c;font:inherit;font-weight:600;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease;box-shadow:0 10px 24px #d8ff2f2e}.hero-search__button:hover{transform:translateY(-1px);box-shadow:0 14px 28px #d8ff2f3d}.hero-search__meta{display:grid;gap:.65rem}.hero-search__helper{margin:0;max-width:60ch;color:#f7f8f2b8;font-size:.92rem;line-height:1.55}.hero-search__signals{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.55rem}.hero-search__signals li{padding:.42rem .72rem;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff06;color:#f7f8f2d1;font-size:.79rem;line-height:1.2}.hero__highlights{align-items:center}.hero__chip{padding:.58rem .95rem;border-radius:var(--radius-sm);border:1px solid rgba(216,255,47,.14);background:#ffffff05;color:var(--text);font-size:.86rem}.hero__chip:hover{border-color:#d8ff2f61;background:#d8ff2f17}.hero__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;max-width:56rem}.hero-stat{padding:1rem 1.1rem;border-radius:var(--radius-lg);border:1px solid rgba(216,255,47,.09);background:linear-gradient(180deg,#ffffff06,#ffffff03);box-shadow:var(--shadow-soft)}.hero-stat strong{display:block;font-size:clamp(1.2rem,2vw,2rem);line-height:1;color:var(--text)}.hero-stat span{display:block;margin-top:.4rem;color:var(--muted);font-size:.86rem}.hero__orb{position:absolute;border-radius:50%;filter:blur(14px);pointer-events:none}.hero__orb--primary{inset:8% auto auto 0;width:min(18rem,30vw);aspect-ratio:1 / 1;background:radial-gradient(circle,rgba(216,255,47,.34),transparent 68%)}.hero__orb--secondary{inset:auto 0 12% auto;width:min(22rem,35vw);aspect-ratio:1 / 1;background:radial-gradient(circle,rgba(117,133,57,.28),transparent 66%)}.hero__orb--tertiary{inset:22% 8% auto auto;width:min(10rem,18vw);aspect-ratio:1 / 1;background:radial-gradient(circle,rgba(239,255,135,.18),transparent 70%)}.hero-spotlight{position:relative;z-index:1;margin-inline-start:auto;width:min(100%,29rem);padding:1.5rem;display:grid;gap:1rem;border-radius:var(--radius-xl);border:1px solid rgba(216,255,47,.14);background:linear-gradient(180deg,#141712fa,#0a0b0aeb),linear-gradient(135deg,rgba(216,255,47,.1),transparent 40%);box-shadow:0 30px 80px #0000006b;overflow:hidden}.hero-preview-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:1rem;align-items:stretch}.hero-preview-card{position:relative;overflow:hidden;min-height:240px;border-radius:calc(var(--radius-xl) + 4px);border:1px solid rgba(216,255,47,.14);background:linear-gradient(180deg,#11130f33,#070806b3),#10120ee6;box-shadow:var(--shadow)}.hero-preview-card.is-featured{grid-row:span 2;min-height:560px}.hero-preview-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-preview-card:after{content:"";position:absolute;inset:auto 0 0;height:58%;background:linear-gradient(180deg,#06070500,#060705e6)}.hero-preview-card__overlay{position:absolute;inset:auto 0 0;z-index:1;display:grid;gap:.45rem;padding:1.1rem 1.15rem 1.2rem}.hero-preview-card__overlay h2{font-size:clamp(1.15rem,2vw,1.8rem);max-width:10ch}.hero-preview-card.is-featured .hero-preview-card__overlay h2{font-size:clamp(1.6rem,2.6vw,2.4rem)}.hero-preview-card__overlay p:last-child{max-width:28ch}.hero-carousel{position:relative;z-index:1;width:100%;display:grid;grid-template-columns:minmax(0,1fr) minmax(210px,.4fr);gap:1rem;align-items:stretch}.hero-carousel__stage{display:grid;min-width:0}.hero-carousel__slide{position:relative;isolation:isolate;min-height:600px;overflow:hidden;border-radius:calc(var(--radius-xl) + 4px);border:1px solid rgba(255,255,255,.07);background:linear-gradient(180deg,#11130f2e,#070806bd),#10120eeb;box-shadow:0 24px 54px #00000061,0 8px 22px #0003}.hero-carousel__slide:before{content:"";position:absolute;inset:0;z-index:1;border-radius:inherit;pointer-events:none;box-shadow:inset 0 0 0 1px #ffffff09,inset 0 -32px 48px #00000014}.hero-carousel__slide--link{display:block;color:inherit;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.hero-carousel__slide--link:hover{transform:translateY(-3px);border-color:#ffffff1f;box-shadow:0 32px 72px #00000075,0 12px 28px #00000038}.hero-carousel__slide img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit}.hero-carousel__slide:after{content:"";position:absolute;inset:auto 0 0;height:52%;background:linear-gradient(180deg,#06070500,#060705e0)}.hero-carousel__overlay{position:absolute;inset:auto 0 0;z-index:1;display:grid;gap:.45rem;padding:1.25rem 1.3rem 1.35rem}.hero-carousel__overlay h2{font-size:clamp(1.5rem,2.6vw,2.35rem);max-width:10ch;text-wrap:balance}.hero-carousel__overlay p:last-child{max-width:28ch}.hero-carousel__rail{display:grid;gap:1rem;align-content:start}.hero-carousel__thumb{display:grid;gap:.8rem;padding:.8rem;border-radius:calc(var(--radius-lg) + 2px);border:1px solid rgba(216,255,47,.14);background:linear-gradient(180deg,#171914f5,#0b0c0aeb),linear-gradient(135deg,rgba(216,255,47,.08),transparent 44%);box-shadow:var(--shadow-soft);transition:transform .18s ease,border-color .18s ease,background .18s ease}.hero-carousel__thumb:hover{transform:translateY(-2px);border-color:#d8ff2f42}.hero-carousel__thumb-media{position:relative;overflow:hidden;aspect-ratio:1 / 1;border-radius:calc(var(--radius-lg) - 2px);background:linear-gradient(180deg,#ffffff0a,#ffffff03),#0f110db8}.hero-carousel__thumb-media img{width:100%;height:100%;object-fit:cover}.hero-carousel__thumb-copy{display:grid;gap:.25rem}.hero-carousel__thumb-copy strong{color:var(--text);font-size:1rem;line-height:1.15}.hero-carousel__aside{display:grid;gap:.85rem;align-content:start;min-width:0}.hero-carousel__aside-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:0 .15rem}.hero-carousel__count{margin:0;color:var(--muted);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.hero-carousel__product-window{position:relative;min-height:332px}.hero-product-panel{position:absolute;inset:0;z-index:0;isolation:isolate;display:grid;grid-template-rows:auto minmax(0,1fr);gap:.9rem;align-content:start;padding:.8rem;border-radius:calc(var(--radius-lg) + 2px);border:1px solid rgba(255,255,255,.07);background:linear-gradient(180deg,#161814f5,#0b0c0af0),linear-gradient(135deg,rgba(255,255,255,.025),transparent 42%);box-shadow:0 16px 34px #0000004d,0 6px 18px #00000029;color:inherit;opacity:0;transform:translateY(12px);pointer-events:none;transition:opacity .22s ease,transform .22s ease,border-color .18s ease,box-shadow .18s ease}.hero-product-panel:before,.hero-product-chip:before,.hero-base-model-card:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;box-shadow:inset 0 0 0 1px #ffffff08}.hero-product-panel.is-active{z-index:1;opacity:1;transform:translateY(0);pointer-events:auto}.hero-product-panel:hover{border-color:#ffffff1f;box-shadow:0 22px 48px #00000061,0 8px 22px #0000002e}.hero-product-panel__media{position:relative;overflow:hidden;aspect-ratio:1 / .9;border-radius:calc(var(--radius-lg) - 2px);border:1px solid rgba(255,255,255,.06);background:linear-gradient(180deg,#ffffff0a,#ffffff03),#0f110db8}.hero-product-panel__media:before,.hero-product-panel__media:after{content:"";position:absolute;inset-inline:0;z-index:1;pointer-events:none}.hero-product-panel__media:before{top:0;height:18%;background:linear-gradient(180deg,#0c0d0bad,#0c0d0b00)}.hero-product-panel__media:after{bottom:0;height:26%;background:linear-gradient(180deg,#0c0d0b00,#0c0d0be6)}.hero-product-panel__media img{width:100%;height:100%;object-fit:cover;transition:transform .22s ease}.hero-product-panel:hover .hero-product-panel__media img{transform:scale(1.03)}.hero-product-panel__copy{position:relative;display:grid;align-content:start;gap:.18rem;min-height:0;padding:.8rem .9rem .85rem;border-radius:calc(var(--radius-md) + 1px);border:1px solid rgba(255,255,255,.06);background:linear-gradient(180deg,#0b0c0af5,#080907f0),linear-gradient(135deg,rgba(255,255,255,.018),transparent 44%);box-shadow:inset 0 1px #ffffff05,0 10px 18px #0000001f}.hero-product-panel__copy strong{color:var(--text);font-size:1rem;line-height:1.08;max-width:12ch;text-wrap:balance}.hero-product-panel__cta{margin-top:.34rem;color:var(--accent);font-size:.74rem;letter-spacing:.1em;text-transform:uppercase}.hero-carousel__selectors{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.hero-product-chip{appearance:none;width:100%;position:relative;isolation:isolate;display:grid;grid-template-columns:74px minmax(0,1fr);gap:.65rem;align-items:center;min-height:92px;padding:.55rem;border-radius:calc(var(--radius-md) + 2px);border:1px solid rgba(255,255,255,.07);background:linear-gradient(180deg,#131511f0,#0b0c0aeb),linear-gradient(135deg,rgba(255,255,255,.02),transparent 48%);color:inherit;cursor:pointer;text-align:left;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.hero-product-chip:hover,.hero-product-chip.is-active{transform:translateY(-1px);border-color:#ffffff1f;box-shadow:0 14px 30px #00000047,0 5px 14px #00000024}.hero-product-chip:focus-visible{outline:none;border-color:#ffffff2e;box-shadow:0 0 0 3px #d8ff2f1f,0 14px 30px #00000047}.hero-product-chip__media{position:relative;overflow:hidden;aspect-ratio:1 / 1;border-radius:calc(var(--radius-md) - 2px);background:linear-gradient(180deg,#ffffff0a,#ffffff03),#0f110db8}.hero-product-chip__media img{width:100%;height:100%;object-fit:cover}.hero-product-chip__copy{display:grid;gap:.14rem;min-width:0}.hero-product-chip__copy strong{color:var(--text);font-size:.94rem;line-height:1.15}.hero-carousel__hint{margin:0;color:var(--muted);font-size:.92rem;line-height:1.45}.hero-mobile-products{display:none}.hero-mobile-products__head{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.hero-mobile-products__rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(168px,72%);gap:.8rem;overflow-x:auto;padding-bottom:.2rem;scrollbar-width:thin}.hero-mobile-product-card{display:grid;gap:.65rem;padding:.7rem;border-radius:calc(var(--radius-lg) + 2px);border:1px solid rgba(216,255,47,.14);background:linear-gradient(180deg,#171914f5,#0b0c0aeb),linear-gradient(135deg,rgba(216,255,47,.08),transparent 44%);box-shadow:var(--shadow-soft)}.hero-mobile-product-card__media{position:relative;overflow:hidden;aspect-ratio:1 / 1;border-radius:calc(var(--radius-lg) - 2px);background:linear-gradient(180deg,#ffffff0a,#ffffff03),#0f110db8}.hero-mobile-product-card__media img{width:100%;height:100%;object-fit:cover}.hero-mobile-product-card__copy{display:grid;gap:.18rem}.hero-mobile-product-card__copy strong{color:var(--text);font-size:1rem;line-height:1.12}.hero-video-card{appearance:none;position:fixed;right:1.1rem;top:58vh;z-index:9;width:6.1rem;padding:0;border:0;background:none;color:inherit;cursor:pointer;text-align:left}.hero-video-card__frame{display:grid;gap:.34rem;padding:.42rem .42rem .5rem;border-radius:14px;border:1px solid rgba(255,255,255,.09);background:linear-gradient(180deg,#21242dfa,#12141bf5),linear-gradient(135deg,rgba(216,255,47,.1),transparent 42%);box-shadow:0 18px 42px #0000004d,0 6px 14px #0000002e;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.hero-video-card:hover .hero-video-card__frame,.hero-video-card:focus-visible .hero-video-card__frame{transform:translateY(-2px);border-color:#d8ff2f57;box-shadow:0 22px 48px #00000061,0 8px 18px #0003}.hero-video-card:focus-visible{outline:none}.hero-video-card__screen{position:relative;overflow:hidden;aspect-ratio:1.22 / 1;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#090a0ceb,#07080af5),#090b0e;box-shadow:inset 0 0 0 1px #ffffff08,inset 0 -18px 30px #0000002e}.hero-video-card__screen:before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.05),transparent 18%),linear-gradient(180deg,transparent 0 74%,rgba(0,0,0,.42) 100%)}.hero-video-card__screen video{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.94) contrast(1.02) brightness(.88)}.hero-video-card__glow{position:absolute;inset:auto 0 0;z-index:1;height:44%;background:linear-gradient(180deg,#0a0b0c00,#0a0b0ce0);pointer-events:none}.hero-video-card__play{position:absolute;inset:50% auto auto 50%;z-index:2;display:inline-grid;place-items:center;width:2.1rem;height:2.1rem;border-radius:999px;transform:translate(-50%,-50%);background:#0a0b0cb8;color:var(--accent);box-shadow:0 8px 20px #0000003d,0 0 #d8ff2f3d;backdrop-filter:blur(6px);animation:hero-video-pulse 1.9s ease-out infinite}.hero-video-card__play svg{width:.92rem;height:.92rem;margin-left:.08rem}.hero-video-card__label{display:grid;gap:.06rem;justify-items:start}.hero-video-card__how,.hero-video-card__buy{display:block;text-transform:uppercase;font-weight:700;line-height:1}.hero-video-card__how{color:var(--accent-strong);font-size:1.28rem;letter-spacing:.04em}.hero-video-card__buy{color:var(--text);font-size:.8rem;letter-spacing:.05em}.hero-video-dialog{width:min(1000px,calc(100vw - 1rem));padding:0;border:0;border-radius:calc(var(--radius-xl) + 4px);background:transparent;color:inherit}.hero-video-dialog::backdrop{background:#040504b8;backdrop-filter:blur(8px)}.hero-video-dialog__surface{display:grid;gap:1rem;padding:1rem;border-radius:inherit;border:1px solid rgba(216,255,47,.16);background:linear-gradient(180deg,#121510fa,#090a08f5),linear-gradient(135deg,rgba(216,255,47,.08),transparent 42%);box-shadow:0 34px 80px #0000007a}.hero-video-dialog__header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.hero-video-dialog__header strong{color:var(--text);font-size:1rem;line-height:1.2}.hero-video-dialog__close{appearance:none;display:inline-grid;place-items:center;width:2.75rem;height:2.75rem;padding:0;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:#ffffff05;color:var(--text);cursor:pointer}.hero-video-dialog__close svg{width:1rem;height:1rem}.hero-video-dialog__player{overflow:hidden;aspect-ratio:16 / 9;border-radius:calc(var(--radius-lg) + 2px);background:#050605}.hero-video-dialog__player video{width:100%;height:100%;display:block}@keyframes hero-video-pulse{0%{box-shadow:0 8px 20px #0000003d,0 0 #d8ff2f47}70%{box-shadow:0 8px 20px #0000003d,0 0 0 12px #d8ff2f00}to{box-shadow:0 8px 20px #0000003d,0 0 #d8ff2f00}}.hero-base-model-card{position:relative;isolation:isolate;display:grid;grid-template-columns:112px minmax(0,1fr);gap:.8rem;align-items:center;min-height:156px;padding:.75rem;border-radius:calc(var(--radius-lg) + 2px);border:1px solid rgba(255,255,255,.07);background:linear-gradient(180deg,#131511f0,#0b0c0aeb),linear-gradient(135deg,rgba(255,255,255,.02),transparent 48%);box-shadow:0 16px 34px #0000004d,0 6px 18px #00000029;color:inherit;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.hero-base-model-card:hover{transform:translateY(-2px);border-color:#ffffff1f;box-shadow:0 20px 40px #00000057,0 8px 20px #0000002e}.hero-base-model-card__media{position:relative;overflow:hidden;aspect-ratio:1 / 1;border-radius:calc(var(--radius-md) + 2px);background:linear-gradient(180deg,#ffffff0a,#ffffff03),#0f110db8}.hero-base-model-card__media img{width:100%;height:100%;object-fit:cover}.hero-base-model-card__copy{display:grid;align-content:start;gap:.16rem;min-width:0}.hero-base-model-card__copy strong{color:var(--text);font-size:.98rem;line-height:1.08;max-width:11ch;text-wrap:balance}.hero-spotlight:before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:.28rem;background:linear-gradient(90deg,var(--accent),rgba(216,255,47,0))}.hero-spotlight h2{font-size:clamp(1.8rem,3vw,2.7rem);max-width:10ch}.hero-spotlight p:last-of-type,.hero-spotlight>p{max-width:44ch}.hero-spotlight__list{list-style:none;padding:0;display:grid;gap:.65rem}.hero-spotlight__list li{padding:.8rem .95rem;border-radius:var(--radius-md);border:1px solid rgba(216,255,47,.1);background:#ffffff05;color:var(--text)}.hero-spotlight--link{color:inherit}.route-home .hero h1{max-width:9ch;font-size:clamp(3.45rem,6.8vw,5.65rem);line-height:.92}.route-home .hero__inner{width:min(1360px,calc(100vw - 2rem));grid-template-columns:minmax(340px,.9fr) minmax(620px,1.1fr);align-items:start;gap:2.75rem}.route-home .hero__content{align-content:start;max-width:35.5rem;gap:1.15rem;padding-top:1.85rem}.route-home .hero__copy{max-width:42ch;line-height:1.56;color:#f7f8f2cc}.route-home .hero__highlights{gap:.55rem}.route-home .hero__chip{padding:.42rem .8rem;border-color:#ffffff12;background:#ffffff04;color:#f7f8f2d6;font-size:.82rem}.route-home .hero__chip:hover{border-color:#ffffff24;background:#ffffff0a}.route-home .hero__actions{gap:.8rem;margin-top:.1rem}.route-home .hero__stats{max-width:34rem;gap:1rem;margin-top:.35rem}.route-home .hero-stat{padding:.8rem 0 .1rem;border:0;border-top:1px solid rgba(255,255,255,.1);border-radius:0;background:none;box-shadow:none}.route-home .hero-stat strong{font-size:clamp(1.35rem,2.4vw,2.1rem)}.route-home .hero-stat span{max-width:12ch;margin-top:.32rem;line-height:1.4}.route-home .hero__visual{align-items:start;padding-top:1.2rem}html[lang=en] .route-home .hero h1{max-width:7.2ch;font-size:clamp(3.05rem,5.85vw,4.95rem)}html[lang=zh] .route-home .hero h1{max-width:7.2ch;line-height:.98}html[lang=de] .route-home .hero h1,html[lang=fr] .route-home .hero h1,html[lang=pl] .route-home .hero h1,html[lang=pt] .route-home .hero h1,html[lang=it] .route-home .hero h1{max-width:9.2ch;font-size:clamp(3rem,5.8vw,4.9rem);line-height:.96}html[lang=ar] .route-home .hero h1{max-width:8.8ch;font-size:clamp(2.95rem,5.7vw,4.75rem);line-height:1.04}.route-howToBuy .hero h1{font-size:clamp(2.8rem,5.2vw,4.9rem);max-width:11ch}.route-home .hero h1:after,.route-spreadsheet .hero h1:after{content:"";display:block;width:clamp(8rem,20vw,14rem);height:.28rem;margin-top:1rem;border-radius:var(--radius-sm);background:linear-gradient(90deg,var(--accent),rgba(216,255,47,.08))}.route-home .hero__visual,.route-spreadsheet .hero__visual{min-height:600px}.route-home .hero__inner{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr)}.route-home .hero__visual{min-height:0;align-items:center}.route-spreadsheet .hero-spotlight{transform:translateY(1.2rem)}.page-builder--home .panel--featureCards .card-block,.page-builder--home .panel--linkGrid .link-tile{min-height:220px}.page-builder--home .panel--prose .panel__inner{background:linear-gradient(135deg,rgba(216,255,47,.06),transparent 34%),var(--surface-bright)}.page-builder--home .panel--prose .prose-flow{max-width:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.5rem}.page-builder--home .panel--comparison .comparison-table{min-width:0}.page-builder--home .panel--comparison .comparison-table thead th{font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;color:#f7f8f2b8}.page-builder--home .panel--comparison .comparison-table th:first-child,.page-builder--home .panel--comparison .comparison-table td:first-child{width:18%}.page-builder--home .panel--steps .step-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.page-builder--home .panel--steps .step-list li{min-height:180px;padding:1rem 1rem 1rem .45rem;border:1px solid rgba(216,255,47,.08);border-radius:var(--radius-lg);background:linear-gradient(180deg,#ffffff06,#ffffff04)}.page-builder--home .panel--featureCards .card-block h3,.page-builder--home .panel--linkGrid .link-tile span{color:var(--text)}.page-builder--home .panel--productGrid .product-card__media{min-height:240px}.route-home .hero-carousel{grid-template-columns:minmax(0,1fr) minmax(220px,.38fr)}.route-home .hero-carousel--look{grid-template-columns:minmax(0,1fr) minmax(260px,.44fr);align-items:start}.route-home .hero-carousel__slide{min-height:640px}.route-home .hero-carousel__slide:first-child img{object-position:center 24%}.route-home .hero-carousel__slide:nth-child(2) img,.route-home .hero-carousel__slide:nth-child(3) img,.route-home .hero-carousel__thumb:nth-child(2) .hero-carousel__thumb-media img,.route-home .hero-carousel__thumb:nth-child(3) .hero-carousel__thumb-media img{object-fit:contain;padding:.85rem;background:radial-gradient(circle at top,#fffffff0,#ede7d6eb),linear-gradient(180deg,#1518114d,#080907d1)}.route-home .hero-carousel__slide:nth-child(3) img,.route-home .hero-carousel__thumb:nth-child(3) .hero-carousel__thumb-media img{padding:.35rem}.route-home .hero-carousel__thumb{min-height:196px}.route-home .hero-carousel__thumb-copy strong{max-width:11ch}.route-home .hero-carousel--look .hero-carousel__product-window{min-height:364px}.route-home .hero-carousel--look .hero-product-panel__copy strong,.route-home .hero-carousel--look .hero-product-chip__copy strong{max-width:16ch}.route-home .hero-video-card{width:6.1rem}.page-builder--home .panel--productGrid .product-card:first-child{grid-column:span 12;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr)}.page-builder--home .panel--productGrid .product-card:first-child .product-card__media{min-height:360px}.page-builder--home .panel--productGrid .product-card:first-child .product-card__body{align-content:center;padding:1.5rem}.page-builder--home .panel--productGrid .product-card:first-child .product-card__body h3{font-size:clamp(1.7rem,2.8vw,2.4rem);max-width:12ch}.page-builder--home .panel--productGrid .product-card:first-child .product-card__badge{top:1rem;bottom:auto}.page-builder--home .panel--productGrid .product-card:nth-child(2),.page-builder--home .panel--productGrid .product-card:nth-child(3){grid-column:span 6}.page-builder--home .panel--productGrid .product-card:nth-child(2) .product-card__image,.page-builder--home .panel--productGrid .product-card:nth-child(3) .product-card__image:last-of-type{object-fit:contain;padding:.9rem;background:radial-gradient(circle at top,#fffffff2,#efe9dbeb),linear-gradient(180deg,#11130f0f,#11130f1a)}.page-builder--home .panel--productGrid .product-card:nth-child(2) .product-card__media,.page-builder--home .panel--productGrid .product-card:nth-child(3) .product-card__media{border-bottom:1px solid rgba(216,255,47,.08)}.page-builder--home .panel--productGrid .product-card .tag-list{display:flex;flex-wrap:wrap;gap:.55rem}.page-builder--home .panel--productGrid .product-card .tag-list li{background:#d8ff2f14;border:1px solid rgba(216,255,47,.08)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.85rem 1.2rem;border-radius:var(--radius-sm);border:1px solid transparent;transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease}.button:hover{transform:translateY(-1px)}.button--primary{background:linear-gradient(135deg,#e8ff63,var(--accent));color:#0f110c;box-shadow:0 10px 24px #d8ff2f33}.button--primary:hover{box-shadow:0 16px 32px #d8ff2f47}.button--secondary{background:#ffffff05;border-color:#d8ff2f24;color:var(--text)}.button--ghost{border-color:var(--border);background:#ffffff03;color:var(--text)}.panel{padding:0 0 1.2rem}.panel__inner{position:relative;padding:2rem;border-radius:var(--radius-xl);border:1px solid var(--border);box-shadow:var(--shadow)}.panel__meta{position:absolute;top:1.25rem;right:1.25rem}.panel__index{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;min-height:2.5rem;padding:.3rem .6rem;border-radius:var(--radius-sm);border:1px solid rgba(216,255,47,.12);background:#d8ff2f14;color:var(--accent-strong);font-size:.78rem;letter-spacing:.08em}.panel--solid .panel__inner{background:var(--surface)}.panel--soft .panel__inner{background:var(--surface-soft)}.panel--cta .panel__inner,.panel--comparison .panel__inner{background:linear-gradient(135deg,rgba(216,255,47,.06),transparent 35%),var(--surface-bright)}.section-head,.cta-block{display:grid;gap:1rem;margin-bottom:1.6rem}.section-head{padding-right:4rem}.section-head h2{color:var(--text)}.prose-flow{display:grid;gap:1rem;max-width:62ch}.bullet-list,.step-list{display:grid;gap:.9rem;padding-left:1.2rem}.bullet-list li::marker,.step-list li::marker{color:var(--accent-strong)}.step-list li,.bullet-list li{padding-left:.3rem}.step-list li{padding:.9rem 0 .9rem .35rem;border-bottom:1px solid rgba(216,255,47,.08)}.card-grid,.product-grid,.link-grid{display:grid;gap:1rem;grid-template-columns:repeat(12,minmax(0,1fr))}.card-block,.product-card,.link-tile{background:linear-gradient(180deg,#ffffff06,#ffffff04);border:1px solid rgba(216,255,47,.09);border-radius:var(--radius-lg)}.card-block{grid-column:span 4;padding:1.35rem;display:grid;gap:1rem;align-content:start}.product-card{grid-column:span 4;overflow:hidden}.product-card__media{min-height:180px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;position:relative;background:linear-gradient(145deg,rgba(216,255,47,.22),transparent 65%),linear-gradient(180deg,#66743338,#ffffff08)}.product-card__placeholder,.product-card__image{min-height:180px;width:100%}.product-card__placeholder{display:grid;place-items:end start;padding:1rem}.product-card__image{object-fit:cover}.product-card__image--half,.product-card__placeholder{grid-column:span 1}.product-card__badge{position:absolute;left:1rem;bottom:1rem;padding:.35rem .6rem;border-radius:var(--radius-sm);background:#0b0c0ac7;color:var(--text);font-size:.78rem}.product-card__body{display:grid;gap:1rem;padding:1.2rem}.product-card__meta,.product-card__note{font-size:.88rem}.product-card__meta strong{color:var(--text)}.product-card__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.9rem}.product-card__source{color:var(--accent-strong);font-size:.9rem}.tag-list{list-style:none;padding:0}.tag-list li{padding:.42rem .8rem;border-radius:var(--radius-sm);background:var(--accent-soft);color:var(--accent-strong);font-size:.82rem}.link-tile{grid-column:span 6;padding:1.2rem;display:grid;gap:.85rem}.link-tile a,.link-tile__static{display:flex;align-items:center;justify-content:space-between;gap:1rem;color:var(--text)}.link-tile strong{color:var(--accent-strong);font-size:.88rem}.comparison-wrap{overflow-x:auto}.comparison-table{width:100%;border-collapse:collapse;min-width:720px}.comparison-table th,.comparison-table td{padding:1rem;text-align:left;border-bottom:1px solid rgba(216,255,47,.08)}.comparison-table thead th{color:var(--text)}.comparison-table tbody tr:hover{background:#d8ff2f0a}.faq-list{display:grid;gap:.9rem}.faq-list details{border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-md);background:#ffffff08;padding:1rem 1.1rem}.faq-list summary{cursor:pointer;color:var(--text);font-weight:600}.faq-list details p{margin-top:.9rem}.cta-block{max-width:52rem}.panel--legal .panel__inner{padding-top:2.6rem}.legal-title{max-width:12ch}.legal-sections{display:grid;gap:1.25rem;margin-bottom:2rem}.legal-section{display:grid;gap:.85rem;padding:1.25rem;border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.08);background:#ffffff08}.legal-section h2{font-size:clamp(1.45rem,2.4vw,2rem);max-width:18ch}.site-footer{padding:0 0 3rem}.site-footer__grid{display:grid;gap:1.4rem;grid-template-columns:1.4fr 1fr 1fr 1fr;padding:2rem;border-radius:var(--radius-xl);border:1px solid var(--border);background:#090d19bd}.site-footer__grid>div{display:grid;align-content:start;gap:.75rem}.site-footer__grid a:hover,.site-nav a:hover,.site-nav__menu a:hover,.locale-switcher summary:hover,.locale-switcher__menu a:hover{color:var(--text)}.studio-shell{min-height:100vh;padding:2rem 0 4rem}.studio-wrap{width:min(1380px,calc(100vw - 2rem));margin:0 auto;display:grid;gap:1.25rem}.studio-hero,.studio-panel{border:1px solid rgba(255,255,255,.08);background:#0e1427d1;border-radius:28px;box-shadow:var(--shadow-soft)}.studio-hero{padding:1.5rem;display:grid;gap:.9rem}.studio-hero h1,.studio-panel h2,.studio-card h3{max-width:none}.studio-hero__meta,.studio-toolbar,.studio-field__row,.studio-actions,.studio-preview__links,.studio-schema{display:flex;flex-wrap:wrap;gap:.75rem}.studio-toolbar{align-items:end}.studio-field{display:grid;gap:.4rem;min-width:180px}.studio-field label,.studio-card__label{font-size:.78rem;text-transform:uppercase;letter-spacing:.14em;color:var(--accent-strong)}.studio-field select,.studio-field input,.studio-editor textarea{width:100%;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:var(--text);border-radius:16px;padding:.9rem 1rem;font:inherit}.studio-field input[readonly]{color:var(--muted)}.studio-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:1.25rem}.studio-column{display:grid;gap:1.25rem;align-content:start}.studio-panel{padding:1.25rem;display:grid;gap:1rem}.studio-form,.studio-form-stack{display:grid;gap:1rem}.studio-edit-card{border:1px solid rgba(255,255,255,.08);background:#ffffff08;border-radius:22px;padding:1rem;display:grid;gap:.9rem}.studio-edit-card__header{display:flex;align-items:start;justify-content:space-between;gap:1rem}.studio-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.studio-form-grid--tight{grid-template-columns:repeat(2,minmax(0,1fr))}.studio-form-field{display:grid;gap:.4rem}.studio-form-field span{font-size:.78rem;text-transform:uppercase;letter-spacing:.14em;color:var(--accent-strong)}.studio-input,.studio-textarea{width:100%;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:var(--text);border-radius:16px;padding:.9rem 1rem;font:inherit}.studio-textarea{min-height:120px;resize:vertical;line-height:1.6}.studio-item-card{border:1px solid rgba(255,255,255,.06);border-radius:18px;background:#ffffff05;padding:.95rem;display:grid;gap:.85rem}.studio-section-tabs{display:flex;flex-wrap:wrap;gap:.75rem}.studio-section-tab{border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:var(--muted);border-radius:18px;padding:.85rem 1rem;display:grid;gap:.2rem;text-align:left;cursor:pointer;min-width:170px;transition:border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease}.studio-section-tab strong{color:var(--accent-strong);font-size:.8rem}.studio-section-tab.is-active,.studio-section-tab:hover{border-color:#ff7f5066;background:#ff7f5014;color:var(--text);transform:translateY(-1px)}.studio-editor textarea{min-height:860px;resize:vertical;line-height:1.6}.studio-status{min-height:1.5rem;font-size:.92rem}.studio-folder-note{font-size:.92rem}.studio-status[data-tone=success]{color:var(--success)}.studio-status[data-tone=error]{color:#ff9f95}.studio-preview{display:grid;gap:1rem}.studio-card{border:1px solid rgba(255,255,255,.08);background:#ffffff08;border-radius:22px;padding:1rem;display:grid;gap:.75rem}.studio-card__row{display:grid;gap:.3rem}.studio-preview__links a,.studio-inline-link{color:var(--accent-strong)}.studio-list,.studio-schema{list-style:none;padding:0;margin:0}.studio-list{display:grid;gap:.75rem}.studio-list li,.studio-schema li{padding:.85rem .95rem;border:1px solid rgba(255,255,255,.06);border-radius:16px;background:#ffffff05}.studio-schema li{font-size:.88rem}[dir=rtl] .site-header__inner,[dir=rtl] .site-footer__grid,[dir=rtl] .hero__inner{direction:rtl}@media(max-width:1180px){.route-home .hero__inner{width:min(1260px,calc(100vw - 1.75rem));grid-template-columns:minmax(0,.92fr) minmax(380px,1.08fr);gap:2rem}.route-home .hero__content{max-width:31rem;padding-top:1.25rem}.route-home .hero h1{max-width:8.2ch;font-size:clamp(3.05rem,6.1vw,4.85rem)}html[lang=en] .route-home .hero h1{max-width:6.9ch;font-size:clamp(2.8rem,5.3vw,4.2rem)}html[lang=zh] .route-home .hero h1{max-width:6.4ch;font-size:clamp(2.9rem,5.7vw,4.45rem);line-height:1}html[lang=de] .route-home .hero h1,html[lang=fr] .route-home .hero h1,html[lang=pl] .route-home .hero h1,html[lang=pt] .route-home .hero h1,html[lang=it] .route-home .hero h1{max-width:8.3ch;font-size:clamp(2.75rem,5.15vw,4.1rem);line-height:.98}html[lang=ar] .route-home .hero h1{max-width:8.2ch;font-size:clamp(2.7rem,5.2vw,4.05rem);line-height:1.08}.route-home .hero__copy{max-width:38ch;font-size:1rem}}@media(max-width:1024px){.site-header__inner{grid-template-columns:1fr;padding:1rem 0}.site-nav{justify-content:flex-start}.site-nav__menu{left:0;right:auto}.locale-switcher{justify-self:flex-start}.hero__inner{grid-template-columns:1fr;min-height:auto;padding:1rem 0}.route-home .hero__inner,.route-spreadsheet .hero__inner{grid-template-columns:1fr}.hero__visual{min-height:360px}.route-home .hero__content,.route-home .hero__visual{padding-top:0}.route-home .hero__inner{width:var(--content-width)}.route-home .hero__visual{min-height:560px}.route-home .hero-carousel{grid-template-columns:1fr}.route-home .hero-carousel__rail{grid-template-columns:repeat(2,minmax(0,1fr))}.route-home .hero-carousel__thumb{min-height:0}.route-home .hero-carousel--look .hero-carousel__product-window{min-height:320px}.hero-video-card,.route-home .hero-video-card{right:.9rem;top:auto;bottom:1.25rem;width:5.65rem;margin-top:0}.hero-preview-card.is-featured{grid-column:span 2;grid-row:span 1;min-height:420px}.hero__stats{grid-template-columns:repeat(3,minmax(0,1fr))}.card-block,.product-card,.link-tile{grid-column:span 6}.page-builder--home .panel--productGrid .product-card:first-child,.page-builder--home .panel--prose .prose-flow,.page-builder--home .panel--steps .step-list,.studio-grid,.studio-form-grid,.studio-form-grid--tight{grid-template-columns:1fr}.site-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){:root{--content-width: min(100vw - 1rem, 100%)}.site-header{position:sticky;top:0;z-index:20}.site-header__inner{grid-template-columns:minmax(0,1fr) auto;gap:.75rem;min-height:64px;padding:.75rem 0}.brand small,.site-nav{display:none}.brand__logo{width:clamp(7.4rem,34vw,8.6rem)}.site-header__tools{gap:.55rem}.locale-switcher{display:block}.locale-switcher summary{padding:.62rem .74rem;gap:.45rem}.locale-switcher__icon{width:1.85rem;height:1.85rem}.locale-switcher__current{font-size:.82rem}.locale-switcher__menu{right:0;min-width:min(16rem,calc(100vw - 1rem))}.mobile-menu{display:block}.hero{padding-top:1.1rem}.mobile-search-bar{display:block;position:sticky;top:64px;z-index:18;width:100%;background:linear-gradient(180deg,#0a0b0afa,#0f110deb);border-bottom:1px solid rgba(216,255,47,.08);box-shadow:0 12px 24px #00000024}.mobile-search-bar__inner{padding:.35rem 0 .55rem}.mobile-search-bar .hero-search--mobile{width:100%}.mobile-search-bar .hero-search--mobile .hero-search__field{grid-template-columns:auto minmax(0,1fr) auto;gap:.55rem;align-items:center;padding:.35rem;border-radius:22px;border-color:#ffffff0f;background:linear-gradient(180deg,#1d2118fa,#121410f5),linear-gradient(135deg,rgba(255,255,255,.025),transparent 48%);box-shadow:inset 0 1px #ffffff08,0 12px 28px #00000029}.mobile-search-bar .hero-search--mobile .hero-search__icon{display:inline-grid;place-items:center;width:2.85rem;height:2.85rem;color:#f7f8f29e}.mobile-search-bar .hero-search--mobile .hero-search__input{min-height:46px;padding:0 .15rem 0 0;border-radius:0;background:transparent;font-size:.96rem}.mobile-search-bar .hero-search--mobile .hero-search__button{width:auto;min-height:46px;padding:0 1.2rem;border-radius:16px;box-shadow:none}.hero__inner{padding:1rem 0}.route-home .hero__content{gap:1rem}.route-home .hero__inner{gap:1.1rem}.route-home .hero h1,html[lang=en] .route-home .hero h1,html[lang=zh] .route-home .hero h1,html[lang=de] .route-home .hero h1,html[lang=fr] .route-home .hero h1,html[lang=pl] .route-home .hero h1,html[lang=pt] .route-home .hero h1,html[lang=it] .route-home .hero h1,html[lang=ar] .route-home .hero h1{max-width:8.4ch;font-size:clamp(2.25rem,11vw,3.35rem);line-height:.96}.route-home .hero h1:after{width:5.5rem;margin-top:.75rem}.route-home .hero__copy{max-width:32ch;font-size:.96rem;line-height:1.5}.hero-search__field{grid-template-columns:1fr}.hero-search__button{width:100%}.route-home .hero__content>.hero-search,.route-home .hero__highlights,.route-home .hero__stats,.route-home .hero-video-card,.route-home .hero-carousel__aside,.route-home .hero-carousel__hint{display:none}.route-home .hero__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.route-home .hero__actions .button{width:100%}.route-home .hero__actions .button--ghost{display:none}.route-home .hero__actions .button--secondary{display:inline-flex}.route-home .hero__stats{gap:.8rem}.route-home .hero-stat strong{font-size:1.25rem}.hero__visual,.route-home .hero__visual,.route-spreadsheet .hero__visual{min-height:0}.route-home .hero-carousel,.route-home .hero-carousel--look{display:grid;gap:.95rem}.route-home .hero-carousel__slide{min-height:330px}.route-home .hero-mobile-products{display:grid;gap:.7rem}.route-home .hero-carousel__rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(164px,72%);gap:.8rem;overflow-x:auto}.route-home .hero-carousel__overlay{gap:.35rem;padding:.95rem 1rem 1.05rem}.route-home .hero-carousel__overlay h2{font-size:clamp(1.2rem,6.4vw,1.8rem);max-width:12ch}.route-home .hero-carousel__overlay p:last-child{max-width:24ch;font-size:.9rem}.route-home .hero-carousel__rail{grid-template-columns:none}.route-home .hero-carousel__thumb{grid-template-columns:92px minmax(0,1fr);align-items:center}.route-home .hero-carousel--look .hero-carousel__product-window{min-height:292px}.hero-video-card,.route-home .hero-video-card{right:.75rem;bottom:.85rem;width:5.2rem}.hero-video-card__frame{padding:.48rem .48rem .54rem}.hero-video-card__play{width:1.85rem;height:1.85rem}.hero-video-card__how{font-size:1.12rem}.hero-video-card__buy{font-size:.74rem}.hero-video-dialog{width:calc(100vw - .5rem)}.hero-video-dialog__surface{padding:.65rem}.hero-product-chip{grid-template-columns:64px minmax(0,1fr);min-height:84px}.hero-base-model-card{grid-template-columns:92px minmax(0,1fr);min-height:132px}.hero-product-panel__copy strong{font-size:1rem}.hero-preview-card,.hero-preview-card.is-featured{grid-column:span 1;min-height:280px}.page-builder--home .panel--productGrid .product-card,.page-builder--home .panel--productGrid .product-card:first-child,.page-builder--home .panel--productGrid .product-card:nth-child(2),.page-builder--home .panel--productGrid .product-card:nth-child(3){grid-column:span 12}.hero-preview-card.is-featured .hero-preview-card__overlay h2{font-size:1.6rem}.hero__stats{grid-template-columns:1fr}.panel__inner,.site-footer__grid{padding:1.25rem}.panel__meta{position:static;margin-bottom:.75rem}.section-head{padding-right:0}.card-block,.product-card,.link-tile{grid-column:span 12}.studio-shell{padding-top:1rem}.studio-panel,.studio-hero{border-radius:24px;padding:1rem}.studio-editor textarea{min-height:520px}.studio-section-tab{min-width:100%}.site-footer__grid{grid-template-columns:1fr}}
