*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--page-bg);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}.no-js .js-only{display:none!important}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.skip-link{position:fixed;left:16px;top:-100px;z-index:9999;background:var(--text);color:var(--page-bg);padding:10px 14px;border-radius:8px}.skip-link:focus{top:16px}.page-width{width:min(calc(100% - 40px),var(--page-width));margin:0 auto}.page-width--hero{width:100vw;max-width:none;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.page-width--feature{width:min(calc(100% - 28px),calc(var(--page-width) + 180px));margin:0 auto}.page-width--cinematic-content{width:min(calc(100% - 64px),1700px);margin:0 auto}.section{padding:var(--section-space) 0;position:relative}.section--tone-plain{background:var(--page-bg)}.section--tone-soft{background:color-mix(in srgb,var(--surface) 75%,var(--page-bg));border-top:1px solid color-mix(in srgb,var(--text) 10%,transparent);border-bottom:1px solid color-mix(in srgb,var(--text) 10%,transparent)}.section--tone-contrast{background:color-mix(in srgb,var(--text) 6%,var(--page-bg));border-top:1px solid color-mix(in srgb,var(--text) 12%,transparent);border-bottom:1px solid color-mix(in srgb,var(--text) 12%,transparent)}.section--tone-accent{background:color-mix(in srgb,var(--accent) 14%,var(--page-bg));border-top:1px solid color-mix(in srgb,var(--text) 10%,transparent);border-bottom:1px solid color-mix(in srgb,var(--text) 10%,transparent)}.section--compact{padding:40px 0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}.section-heading h2{font-size:clamp(2rem,4vw,4.25rem);line-height:.95;letter-spacing:-.055em;margin:0;max-width:800px}.section-heading p{margin:0;color:var(--muted);max-width:560px}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.eyebrow:before{content:"";width:22px;height:2px;background:var(--accent)}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 18px;border:1px solid #111;border-radius:14px;background:#111;color:#fff;font-weight:700;font-size:.92rem;letter-spacing:0;transition:background .2s ease,border-color .2s ease,color .2s ease}.button:hover{transform:none;opacity:1;background:#2a2a2a;border-color:#2a2a2a}.button--accent{background:#111;color:#fff;border-color:#111}.style-minimal .button--accent:hover{background:#2a2a2a;border-color:#2a2a2a;opacity:1}.hero .button--accent,.cinematic-hero .button--accent{background:#fff;color:#111;border-color:#fff}.hero .button--accent:hover,.cinematic-hero .button--accent:hover{background:#ececea;border-color:#ececea;opacity:1}.hero .eyebrow:before,.cinematic-hero .eyebrow:before,.newsletter .eyebrow:before{background:#fff}.button--outline{background:transparent;color:var(--text);border-color:#1111112e}.button--outline:hover{background:#111;color:#fff;border-color:#111}.button--small{min-height:38px;padding:0 14px;font-size:.85rem;border-radius:12px}.text-link{display:inline-flex;align-items:center;gap:8px;font-weight:700;font-size:.95rem}.text-link:after{content:"\2192";transition:transform .2s}.text-link:hover:after{transform:translate(3px)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.muted{color:var(--muted)}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.announcement{background:var(--text);color:var(--page-bg);font-size:.78rem;font-weight:800;letter-spacing:.04em;overflow:hidden}.announcement__track{display:flex;gap:48px;white-space:nowrap;min-width:max-content;padding:10px 0;animation:marquee 24s linear infinite}.announcement__item{display:flex;align-items:center;gap:10px}.announcement__dot{width:6px;height:6px;background:#f2f2f2;border-radius:50%}@keyframes marquee{to{transform:translate(-50%)}}.site-header{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--page-bg) 90%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.header__inner{height:76px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}.header__logo{display:flex;align-items:center;line-height:0}.header__logo img{display:block;width:auto;max-height:42px}.header__logo-default{height:34px;max-width:188px;object-fit:contain}.header__nav{display:flex;justify-content:center;gap:26px;font-size:.92rem;font-weight:750}.header__nav a{position:relative}.header__nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:2px;background:var(--accent);transition:right .2s}.header__nav a:hover:after{right:0}.header__actions{display:flex;align-items:center;gap:8px}.icon-button{width:42px;height:42px;border:1px solid var(--border);border-radius:50%;display:grid;place-items:center;background:transparent;color:var(--text);position:relative}.cart-count{position:absolute;right:-2px;top:-4px;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:var(--accent);color:var(--accent-text);font-size:11px;font-weight:900;display:grid;place-items:center}.mobile-menu-toggle{display:none}.mobile-menu{display:none;background:var(--surface);border-top:1px solid var(--border);padding:18px 20px}.mobile-menu.is-open{display:block}.mobile-menu a{display:block;padding:14px 0;border-bottom:1px solid var(--border);font-weight:800}.hero{padding:0}.hero--full-bleed{width:100vw;max-width:none;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.hero--compact .hero__frame{min-height:620px}.hero--standard .hero__frame{min-height:760px}.hero--large .hero__frame{min-height:900px}.hero--viewport .hero__frame{min-height:100svh}.hero__frame{position:relative;min-height:clamp(820px,92vh,1160px);border-radius:0!important;overflow:hidden;background:linear-gradient(135deg,#242424,#0d0d0d 42%,#323232);color:#fff}.style-silver .hero__frame{background:linear-gradient(135deg,#e5ebf3,#9eb2cc)}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero__media img,.hero__media video{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000000a8,#0003 48%,#00000014)}.hero__content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:flex-end;min-height:inherit;padding:clamp(32px,6vw,82px);max-width:960px}.hero__rating{display:inline-flex;align-items:center;gap:8px;width:max-content;padding:8px 12px;border-radius:999px;background:#ffffff1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:.84rem;font-weight:700;margin-bottom:18px}.hero h1{font-size:clamp(4.1rem,9vw,8.8rem);line-height:.86;letter-spacing:-.075em;margin:0 0 20px;max-width:900px}.hero__subheading{font-size:clamp(1.05rem,1.95vw,1.45rem);max-width:660px;color:#ffffffd1;margin:0 0 28px}.hero__actions{display:flex;flex-wrap:wrap;gap:12px}.hero__actions .button--outline{color:#fff;border-color:#ffffff59}.hero__mock{position:absolute;right:6%;top:50%;transform:translateY(-48%) rotate(-7deg);width:min(36vw,470px);aspect-ratio:.58;border-radius:38px;background:linear-gradient(145deg,#f8f8f8,#b9bcc1);box-shadow:0 45px 90px #0000006b,inset 0 0 0 2px #ffffffb3;z-index:1}.hero__mock:before{content:"MUFOD";position:absolute;left:50%;top:17%;transform:translate(-50%);font-weight:950;letter-spacing:.24em;color:#181818}.hero__mock:after{content:"10000mAh";position:absolute;left:50%;bottom:16%;transform:translate(-50%);font-size:.82rem;font-weight:800;color:#333}.hero__port{position:absolute;left:50%;bottom:5%;transform:translate(-50%);width:36%;height:8px;border-radius:8px;background:#1b1b1b}.hero__badge{position:absolute;right:5%;bottom:6%;z-index:3;background:#fff;color:#111;width:132px;height:132px;border-radius:50%;display:grid;place-items:center;text-align:center;font-size:.78rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase;transform:rotate(8deg)}.product-scroller{position:relative}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.product-grid--scroll{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:12px}.product-grid--scroll::-webkit-scrollbar{display:none}.product-grid--scroll .product-card{flex:0 0 min(332px,82vw);scroll-snap-align:start}.scroller-controls{display:flex;gap:10px}.scroller-button{width:42px;height:42px;border-radius:12px;border:1px solid rgba(17,17,17,.12);background:var(--surface);color:var(--text);transition:background .2s ease,border-color .2s ease,color .2s ease}.scroller-button:hover{background:#111;border-color:#111;color:#fff}.product-card{display:flex;flex-direction:column;min-width:0;border-radius:20px}.product-card__media{aspect-ratio:1/1;background:color-mix(in srgb,var(--surface) 72%,var(--page-bg));position:relative;overflow:hidden;border-bottom:1px solid var(--border)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.product-card:hover .product-card__media img{transform:scale(1.04)}.product-card__placeholder{width:55%;aspect-ratio:.62;border-radius:26px;background:linear-gradient(145deg,#eee,#aeb2b7);position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(5deg);box-shadow:0 28px 42px #0000002e}.product-card__placeholder:before{content:"MUFOD";position:absolute;top:20%;left:50%;transform:translate(-50%);font-weight:950;letter-spacing:.18em;color:#222}.product-card__badge{position:absolute;top:14px;left:14px;background:var(--accent);color:var(--accent-text);border-radius:999px;padding:7px 10px;font-size:.72rem;font-weight:900}.product-card__content{padding:18px;display:flex;flex-direction:column;gap:8px;flex:1}.product-card__title{font-size:1.08rem;font-weight:900;line-height:1.25}.product-card__subtitle{font-size:.88rem;color:var(--muted);min-height:2.6em}.product-card__meta{margin-top:auto;display:flex;align-items:center;justify-content:flex-start;gap:12px}.product-card__price{font-weight:900}.product-card__rating{font-size:.78rem;color:var(--muted)}.category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.category-grid--showcase{align-items:stretch}.category-card{position:relative;min-height:460px;border-radius:24px;overflow:hidden;background:var(--surface);border:1px solid var(--border)}.category-card img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}.category-card:hover img{transform:scale(1.05)}.category-card__fallback{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(145deg,color-mix(in srgb,var(--accent) 18%,var(--surface)),var(--surface));display:grid;place-items:center}.category-card__fallback--showcase{background:linear-gradient(145deg,#d5d7da,#73787f)}.category-card__device{width:52%;aspect-ratio:.62;border-radius:24px;background:linear-gradient(145deg,#f5f5f5,#92979d);box-shadow:0 22px 44px #0003;transform:rotate(-8deg)}.category-card__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.75),transparent 62%)}.category-card__shade--showcase{background:linear-gradient(to top,#000000bd,#00000057 44%,#0000001f 68%,#00000005)}.category-card__content{position:absolute;z-index:2;left:20px;right:20px;bottom:20px;color:#fff}.category-card__content--showcase{left:30px;right:30px;bottom:28px;display:flex;flex-direction:column;align-items:flex-start;gap:16px}.category-card__content h3{font-size:1.3rem;margin:0 0 4px}.category-card__content--showcase h3{font-size:clamp(1.7rem,2.2vw,2.2rem);line-height:1.02;letter-spacing:-.04em;margin:0;max-width:90%}.category-card__content span{font-size:.86rem;opacity:.8}.category-card__button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;background:#fff;color:#111;font-size:.88rem;font-weight:700;opacity:1;transition:background .2s ease,color .2s ease,transform .2s ease}.category-card:hover .category-card__button{background:#111;color:#fff;transform:translateY(-1px)}.section-heading--stacked{align-items:flex-start;flex-direction:column}.section-heading--category-showcase{margin-bottom:22px}.story{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(340px,.75fr);gap:18px;align-items:stretch}.story__media{min-height:720px;position:relative;background:linear-gradient(145deg,#d7dadb,#7a7e82)}.story__media img{width:100%;height:100%;object-fit:cover}.story__mock-wrap{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center}.story__mock{width:min(42%,300px);aspect-ratio:.62;border-radius:34px;background:linear-gradient(145deg,#fafafa,#a7abb0);box-shadow:0 45px 70px #00000047;transform:rotate(10deg);position:relative}.story__mock:before{content:"MUFOD";position:absolute;left:50%;top:18%;transform:translate(-50%);font-weight:950;letter-spacing:.25em}.story__panel{padding:clamp(28px,4vw,56px);display:flex;flex-direction:column;justify-content:center}.story__panel h2{font-size:clamp(2.4rem,4.2vw,5rem);line-height:.94;letter-spacing:-.06em;margin:14px 0 20px}.story__panel p{font-size:1.05rem;color:var(--muted);margin:0 0 24px}.story__price{font-size:1.5rem;font-weight:950;margin-bottom:18px}.story__features{display:grid;gap:10px;margin:0 0 28px;padding:0;list-style:none}.story__features li{display:flex;gap:10px;align-items:center}.story__features li:before{content:"\2713";width:22px;height:22px;border-radius:50%;background:var(--accent);color:var(--accent-text);display:grid;place-items:center;font-size:.72rem;font-weight:950}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--border)}.trust-item{background:var(--surface);padding:28px;display:grid;grid-template-columns:44px 1fr;gap:14px;align-items:center}.trust-item__icon{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:color-mix(in srgb,var(--accent) 24%,var(--surface));font-size:1.2rem}.trust-item h3{font-size:.95rem;margin:0 0 4px}.trust-item p{font-size:.8rem;color:var(--muted);margin:0}.testimonial-wrap{position:relative}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.testimonial-card{padding:26px;min-height:260px;display:flex;flex-direction:column}.testimonial-card__stars{letter-spacing:.16em;margin-bottom:22px}.testimonial-card blockquote{font-size:1.18rem;line-height:1.45;margin:0 0 22px}.testimonial-card__author{margin-top:auto;font-size:.88rem;font-weight:900}.testimonial-card__role{font-size:.78rem;color:var(--muted)}.newsletter{position:relative;min-height:560px;border-radius:0;overflow:hidden;background:linear-gradient(135deg,#161616,#303030);color:#fff}.newsletter__media{position:absolute;top:0;right:0;bottom:0;left:0}.newsletter__media img{width:100%;height:100%;object-fit:cover}.newsletter__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000000c2,#00000024)}.newsletter__content{position:relative;z-index:2;padding:clamp(36px,6vw,88px);max-width:820px;display:flex;flex-direction:column;justify-content:center;min-height:560px}.newsletter h2{font-size:clamp(3.2rem,7vw,7rem);line-height:.88;letter-spacing:-.07em;margin:0 0 18px}.newsletter p{font-size:1.1rem;color:#ffffffc7;margin:0 0 24px}.newsletter-form{display:flex;max-width:560px;background:#fff;border-radius:999px;padding:5px}.newsletter-form input{flex:1;border:0;background:transparent;padding:0 16px;min-width:0;outline:none}.newsletter-form button{border:0}.site-footer{padding:78px 0 36px;background:#15171a;color:#fff;margin-top:var(--section-space)}.site-footer .page-width{width:min(calc(100% - 56px),1280px)}.footer__top{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:54px;align-items:start}.footer__menus{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:28px}.footer__column h3,.footer__newsletter h3{font-size:.95rem;font-weight:500;line-height:1.2;letter-spacing:0;margin:0 0 18px;color:#b6bcc5}.footer__column a{display:block;color:#fff;font-size:.95rem;line-height:1.42;padding:2px 0 6px;font-weight:600}.footer__column a:hover{color:#d9dde3}.footer__newsletter{justify-self:end;max-width:260px;width:100%}.footer-newsletter-form{margin:0}.footer-newsletter-form__row{display:flex;align-items:center;gap:12px;border-bottom:1px solid rgba(255,255,255,.72);padding:0 0 11px;max-width:100%}.footer-newsletter-form input{flex:1;background:transparent;border:0;color:#fff;padding:6px 0;font-size:.95rem;min-height:auto}.footer-newsletter-form input::placeholder{color:#fff;opacity:1}.footer-newsletter-form button{background:none;border:0;color:#fff;padding:0;display:grid;place-items:center;width:28px;height:28px;cursor:pointer}.footer__social{display:flex;gap:18px;align-items:center;margin-top:42px}.footer__social a{display:grid;place-items:center;color:#a7adb6;width:auto;height:auto;border:0;border-radius:0}.footer__social a:hover{color:#fff}.footer__brand-row{margin-top:64px}.footer__brand-logo{display:block;width:auto;height:38px;max-width:178px;object-fit:contain}.footer__divider{margin-top:60px;border-top:1px solid rgba(255,255,255,.1)}.footer__bottom{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;margin-top:28px;color:#b8bec6;font-size:.9rem}.footer__copyright{justify-self:start}.footer__reviews{display:flex;align-items:center;gap:10px;justify-self:center;white-space:nowrap}.footer__stars{color:#f4c62c;letter-spacing:1px;font-size:1rem}.footer__payments-wrap{justify-self:end;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.footer__payments{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.footer__payments svg,.footer__payments .icon{width:40px;height:auto}.footer__payment-pill{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:4px 8px;border-radius:4px;background:#fff;color:#111;font-size:.72rem;font-weight:600}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.main-product{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);gap:44px;align-items:start}.product-gallery{display:grid;grid-template-columns:1fr 1fr;gap:12px}.product-gallery__item{background:var(--surface);border-radius:var(--radius);overflow:hidden}.product-gallery__item:first-child{grid-column:1/-1}.product-gallery__item img{width:100%;aspect-ratio:1/1;object-fit:cover}.product-info{position:sticky;top:110px}.product-info h1{font-size:clamp(2.4rem,4vw,4.8rem);line-height:.95;letter-spacing:-.06em;margin:12px 0}.product-info__price{font-size:1.45rem;font-weight:950;margin:12px 0}.product-info__description{color:var(--muted)}.product-form{display:grid;gap:14px;margin-top:24px}.product-form select,.product-form input[type=number]{width:100%;padding:14px 16px;border:1px solid rgba(17,17,17,.14);border-radius:14px;background:var(--surface);color:var(--text)}.product-form .button{width:100%}.product-benefits{display:grid;gap:10px;margin-top:22px}.product-benefits div{display:flex;gap:10px;align-items:center;font-size:.88rem}.product-benefits div:before{content:"\2713";font-weight:950;color:var(--accent)}.collection-header{padding:50px 0 24px}.collection-header h1,.page-title{font-size:clamp(3rem,7vw,7rem);line-height:.9;letter-spacing:-.07em;margin:0}.collection-header p{max-width:620px;color:var(--muted)}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:20px 0}.collection-toolbar select{padding:10px 36px 10px 12px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--text)}.cart-table{width:100%;border-collapse:collapse;background:var(--surface);border-radius:var(--radius);overflow:hidden}.cart-table th,.cart-table td{padding:18px;border-bottom:1px solid var(--border);text-align:left}.cart-product{display:flex;align-items:center;gap:14px}.cart-product img{width:88px;height:88px;object-fit:cover;border-radius:12px}.cart-summary{margin-top:22px;display:flex;justify-content:flex-end}.cart-summary__box{width:min(100%,420px);padding:24px}.search-form{display:flex;max-width:700px;margin:28px 0}.search-form input{flex:1;border:1px solid var(--border);border-radius:999px 0 0 999px;padding:14px 18px;background:var(--surface);color:var(--text)}.search-form button{border-radius:0 999px 999px 0}.rte{max-width:820px}.rte img{border-radius:var(--radius)}.cinematic-hero{position:relative;width:100%;overflow:hidden;background:#111;color:#fff;isolation:isolate}.cinematic-hero--compact{min-height:620px}.cinematic-hero--standard{min-height:760px}.cinematic-hero--large{min-height:900px}.cinematic-hero--viewport{min-height:100svh}.cinematic-hero__media,.cinematic-hero__media picture,.cinematic-hero__media img,.cinematic-hero__fallback{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.cinematic-hero__media img{object-fit:cover;object-position:var(--cinematic-focus)}.cinematic-hero__fallback{overflow:hidden;background:radial-gradient(circle at 68% 32%,#4f5358,#1c1d1f 35%,#070707 76%)}.cinematic-hero__glow{position:absolute;border-radius:50%;filter:blur(70px);opacity:.45}.cinematic-hero__glow--one{width:38vw;height:38vw;right:4%;top:-8%;background:#92979d}.cinematic-hero__glow--two{width:30vw;height:30vw;left:24%;bottom:-12%;background:#c1c4c8}.cinematic-device{position:absolute;border-radius:42px;background:linear-gradient(145deg,#fbfbfb,#b5b9be 56%,#767b81);box-shadow:0 60px 110px #0000007a,inset 0 0 0 2px #ffffff94;display:flex;flex-direction:column;align-items:center;color:#141414;font-weight:950;letter-spacing:.22em}.cinematic-device--rear{width:min(25vw,390px);aspect-ratio:.62;right:27%;top:14%;transform:rotate(-13deg);opacity:.8}.cinematic-device--front{width:min(28vw,440px);aspect-ratio:.62;right:8%;top:16%;transform:rotate(8deg);padding-top:18%}.cinematic-device span{font-size:clamp(.8rem,1.2vw,1.2rem)}.cinematic-device small{position:absolute;bottom:15%;font-size:.72rem;letter-spacing:.05em}.cinematic-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,rgba(0,0,0,var(--cinematic-overlay)) 0%,rgba(0,0,0,calc(var(--cinematic-overlay) * .48)) 48%,transparent 82%)}.cinematic-hero--content-right-bottom .cinematic-hero__overlay{background:linear-gradient(270deg,rgba(0,0,0,var(--cinematic-overlay)) 0%,rgba(0,0,0,calc(var(--cinematic-overlay) * .48)) 48%,transparent 82%)}.cinematic-hero--content-center-bottom .cinematic-hero__overlay{background:linear-gradient(0deg,rgba(0,0,0,var(--cinematic-overlay)) 0%,transparent 76%)}.cinematic-hero__inner{position:relative;z-index:2;min-height:inherit;display:flex;padding-top:clamp(60px,8vw,120px);padding-bottom:clamp(42px,6vw,90px)}.cinematic-hero__content{width:min(100%,980px);align-self:flex-end}.cinematic-hero--content-left-center .cinematic-hero__content{align-self:center}.cinematic-hero--content-center-bottom .cinematic-hero__content{margin-inline:auto;text-align:center}.cinematic-hero--content-center-bottom .cinematic-hero__actions{justify-content:center}.cinematic-hero--content-right-bottom .cinematic-hero__content{margin-left:auto;text-align:right}.cinematic-hero--content-right-bottom .cinematic-hero__actions{justify-content:flex-end}.cinematic-hero__rating{display:inline-flex;align-items:center;gap:9px;margin-bottom:20px;padding:9px 13px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:#0000002e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:.82rem;font-weight:800;letter-spacing:.04em}.cinematic-hero h1{margin:12px 0 24px;font-size:clamp(4.5rem,10vw,10.2rem);line-height:.82;letter-spacing:-.085em;max-width:1050px}.cinematic-hero p{max-width:660px;margin:0 0 32px;font-size:clamp(1.06rem,1.8vw,1.42rem);line-height:1.45;color:#ffffffd1}.cinematic-hero--content-center-bottom p{margin-inline:auto}.cinematic-hero--content-right-bottom p{margin-left:auto}.cinematic-hero__actions{display:flex;flex-wrap:wrap;gap:12px}.button--glass{background:#ffffff1f;border-color:#ffffff5c;color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.cinematic-hero__corner-note{position:absolute;right:clamp(18px,3vw,46px);bottom:clamp(18px,3vw,42px);z-index:3;writing-mode:vertical-rl;text-transform:uppercase;letter-spacing:.14em;font-size:.68rem;font-weight:900;opacity:.74}.cinematic-hero--text-dark{color:#111}.cinematic-hero--text-dark .cinematic-hero__overlay{background:linear-gradient(90deg,rgba(255,255,255,var(--cinematic-overlay)) 0%,rgba(255,255,255,calc(var(--cinematic-overlay) * .48)) 48%,transparent 82%)}.cinematic-hero--text-dark p{color:#000000b8}.cinematic-hero--text-dark .cinematic-hero__rating,.cinematic-hero--text-dark .button--glass{border-color:#00000038;background:#ffffff61;color:#111}@media(max-width:760px){.cinematic-hero--large,.cinematic-hero--viewport,.cinematic-hero__inner{width:min(calc(100% - 32px),var(--page-width));padding-top:72px;padding-bottom:34px}.cinematic-hero__content{width:100%;align-self:flex-end!important;text-align:left!important;margin:0!important}.cinematic-hero h1{font-size:clamp(3.6rem,17vw,6.4rem);line-height:.84;margin-bottom:18px}.cinematic-hero p{font-size:1rem;max-width:92%;margin:0 0 24px!important}.cinematic-hero__actions{display:grid;justify-content:stretch!important}.cinematic-hero__actions .button{width:100%}.cinematic-hero__overlay,.cinematic-hero--content-right-bottom .cinematic-hero__overlay,.cinematic-hero--content-center-bottom .cinematic-hero__overlay{background:linear-gradient(0deg,#000000e0,#00000038 68%,#0000000d)}.cinematic-device--rear{width:48vw;right:41%;top:13%}.cinematic-device--front{width:55vw;right:3%;top:15%}.cinematic-hero__corner-note{display:none}}@media(max-width:1100px){.header__nav{display:none}.mobile-menu-toggle{display:grid}.header__inner{grid-template-columns:auto 1fr auto}.header__logo{justify-self:center}.header__actions .desktop-only{display:none}.hero__mock{opacity:.72;right:-2%;width:min(43vw,360px)}.hero__content{max-width:680px}.category-grid{grid-template-columns:repeat(3,1fr)}.category-card{min-height:400px}.category-card__content--showcase{left:24px;right:24px;bottom:24px}.story{grid-template-columns:1fr}.story__media{min-height:520px}.trust-strip{grid-template-columns:1fr 1fr}.footer__menus,.footer__top{grid-template-columns:1fr}.footer__menus{grid-template-columns:repeat(3,minmax(0,1fr))}.footer__newsletter{justify-self:start;max-width:320px}.main-product{grid-template-columns:1fr}.product-info{position:static}}@media(max-width:760px){:root{--section-space:56px}.page-width,.page-width--feature{width:min(calc(100% - 24px),var(--page-width))}.page-width--cinematic-content{width:min(calc(100% - 32px),var(--page-width))}.page-width--hero{width:100vw;max-width:none;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.header__inner{height:66px;gap:10px}.header__logo-default{height:29px;max-width:158px}.header__actions{gap:4px}.icon-button{width:38px;height:38px}.hero{padding-top:0}.hero--compact .hero__frame{min-height:560px}.hero--standard .hero__frame{min-height:640px}.hero--large .hero__frame{min-height:760px}.hero--viewport .hero__frame{min-height:92svh}.hero__overlay{background:linear-gradient(to top,#000000d1,#0000001f 70%)}.hero__content{padding:24px 22px 32px;justify-content:flex-end}.hero h1{font-size:clamp(3.4rem,15vw,5.8rem);max-width:100%}.hero__subheading{font-size:1rem}.hero__mock{width:58vw;right:3%;top:26%;opacity:.92}.hero__badge{width:88px;height:88px;right:4%;bottom:4%;font-size:.62rem}.section-heading{align-items:start;flex-direction:column}.section-heading h2{font-size:clamp(2.4rem,12vw,4rem)}.product-grid{grid-template-columns:1fr 1fr;gap:12px}.category-grid{grid-template-columns:1fr;gap:14px}.category-card{min-height:360px}.category-card:last-child{grid-column:auto}.category-card__content--showcase{left:22px;right:22px;bottom:22px;gap:14px}.category-card__content--showcase h3{font-size:1.8rem}.category-card__button{min-height:40px;padding:0 14px}.story__media{min-height:500px}.story__panel{padding:28px}.trust-strip{grid-template-columns:1fr}.testimonial-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.testimonial-card{flex:0 0 84vw;scroll-snap-align:start}.newsletter{min-height:78svh}.newsletter__content{min-height:78svh;padding:28px 22px 34px}.newsletter h2{font-size:clamp(3.2rem,14vw,5rem)}.newsletter-form{border-radius:18px;display:grid;background:transparent;gap:10px;padding:0}.newsletter-form input{background:#fff;border-radius:999px;min-height:52px}.newsletter-form .button{width:100%}.site-footer .page-width{width:min(calc(100% - 28px),1280px)}.footer__menus{grid-template-columns:1fr 1fr;gap:24px 18px}.footer__top{gap:34px}.footer__newsletter{grid-column:auto;max-width:100%}.footer__social{margin-top:28px}.footer__brand-row{margin-top:42px}.footer__divider{margin-top:36px}.footer__bottom{grid-template-columns:1fr;gap:14px}.footer__reviews,.footer__payments-wrap,.footer__copyright{justify-self:start}.product-gallery{grid-template-columns:1fr}.product-gallery__item:first-child{grid-column:auto}.product-grid:not(.product-grid--scroll){grid-template-columns:1fr 1fr}.cart-table thead{display:none}.cart-table,.cart-table tbody,.cart-table tr,.cart-table td{display:block;width:100%}.cart-table tr{padding:12px;border-bottom:1px solid var(--border)}.cart-table td{border:0;padding:6px 10px}.cart-table td:before{content:attr(data-label);font-weight:800;margin-right:8px}.collection-toolbar{align-items:flex-start;flex-direction:column}}@media(max-width:480px){.product-grid:not(.product-grid--scroll){grid-template-columns:1fr}.category-grid{grid-template-columns:1fr}.category-card:last-child{grid-column:auto}.footer__menus,.footer__top{grid-template-columns:1fr}.hero__actions{display:grid}.hero__actions .button{width:100%}}.cinematic-hero:after{content:"";position:absolute;left:50%;bottom:18px;z-index:4;width:1px;height:34px;background:linear-gradient(to bottom,rgba(255,255,255,.75),transparent);opacity:.8}.factory-strength__layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:36px;align-items:stretch}.factory-strength__content{padding:clamp(12px,2vw,28px) 0}.factory-strength h2,.oem-odm-section h2,.customization-process h2,.quality-control h2{font-size:clamp(2.6rem,5vw,5.6rem);line-height:.92;letter-spacing:-.065em;margin:12px 0 22px}.factory-strength__description{max-width:620px;color:var(--muted);font-size:1.02rem}.factory-strength__stats{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--border);border:1px solid var(--border);margin-top:42px}.factory-stat{background:var(--surface);padding:24px;min-height:132px;display:flex;flex-direction:column;justify-content:space-between}.factory-stat strong{font-size:clamp(2.2rem,4vw,4.6rem);line-height:.9;letter-spacing:-.06em}.factory-stat span{font-size:.88rem;color:var(--muted)}.factory-strength__media{min-height:610px;border-radius:24px;overflow:hidden;background:#d7d8da}.factory-strength__media img{width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(.95)}.factory-strength__fallback{height:100%;min-height:610px;display:grid;place-items:center;background:linear-gradient(135deg,#d9d9d7,#8d9195);color:#fff;letter-spacing:.18em;font-weight:900}.oem-odm-section{background:#111;color:#fff}.oem-odm-section .page-width{padding-top:8px;padding-bottom:8px}.oem-odm-section .eyebrow:before{background:#fff}.oem-odm-section__heading{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:36px;align-items:end;margin-bottom:38px}.oem-odm-section__heading p{color:#ffffffad;margin:0;max-width:540px}.oem-odm-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:#ffffff29;border:1px solid rgba(255,255,255,.16)}.oem-odm-card{background:#111;padding:28px;min-height:230px;display:flex;flex-direction:column}.oem-odm-card__number{font-size:.76rem;color:#ffffff7a;letter-spacing:.12em}.oem-odm-card h3{font-size:1.35rem;margin:46px 0 10px}.oem-odm-card p{font-size:.92rem;color:#ffffff9e;margin:0;max-width:290px}.oem-odm-section__action{margin-top:30px}.button--light{background:#fff;color:#111;border-color:#fff}.button--light:hover{background:#e7e7e5;color:#111;border-color:#e7e7e5}.customization-process__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.process-step{padding:26px 22px 30px;border-right:1px solid var(--border);min-height:250px}.process-step:last-child{border-right:0}.process-step__number{display:block;font-size:.8rem;color:var(--muted);margin-bottom:56px}.process-step h3{font-size:1.15rem;line-height:1.2;margin:0 0 12px}.process-step p{font-size:.9rem;color:var(--muted);margin:0}.quality-control__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:44px;align-items:stretch}.quality-control__media{min-height:610px;border-radius:24px;overflow:hidden;background:#d7d8da}.quality-control__media img{width:100%;height:100%;object-fit:cover;filter:grayscale(1)}.quality-control__fallback{height:100%;min-height:610px;position:relative;display:grid;place-items:center;background:linear-gradient(145deg,#ececeb,#8c9095);color:#fff;letter-spacing:.18em;font-weight:900}.quality-control__line{position:absolute;width:62%;height:42%;border:1px solid rgba(255,255,255,.58);border-radius:22px}.quality-control__content{padding:clamp(12px,2vw,28px) 0}.quality-control__content>p{color:var(--muted);max-width:620px}.quality-control__checks{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-top:34px;border-top:1px solid var(--border);border-left:1px solid var(--border)}.quality-check{padding:18px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);display:flex;gap:14px;align-items:flex-start;min-height:88px}.quality-check span{font-size:.74rem;color:var(--muted)}.quality-check strong{font-size:.92rem;line-height:1.35}.quality-control__certs{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}.quality-control__certs span{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 13px;border:1px solid rgba(17,17,17,.18);border-radius:999px;font-size:.78rem;font-weight:800;background:var(--surface)}@media(max-width:1100px){.factory-strength__layout,.quality-control__layout{grid-template-columns:1fr}.factory-strength__media,.quality-control__media{min-height:520px}.oem-odm-grid{grid-template-columns:1fr 1fr}.customization-process__grid{grid-template-columns:repeat(3,1fr)}.process-step:nth-child(3){border-right:0}.process-step:nth-child(n+4){border-top:1px solid var(--border)}}@media(max-width:760px){.factory-strength__stats{grid-template-columns:1fr 1fr}.factory-stat{padding:18px;min-height:112px}.factory-strength__media,.quality-control__media,.factory-strength__fallback,.quality-control__fallback{min-height:420px}.oem-odm-section__heading{grid-template-columns:1fr;gap:14px}.oem-odm-grid{grid-template-columns:1fr}.oem-odm-card{min-height:190px}.oem-odm-card h3{margin-top:34px}.customization-process__grid{grid-template-columns:1fr}.process-step,.process-step:nth-child(3){border-right:0;border-bottom:1px solid var(--border)}.process-step:last-child{border-bottom:0}.process-step__number{margin-bottom:34px}.quality-control__checks{grid-template-columns:1fr}.quality-check{min-height:74px}}.factory-strength__default-image,.quality-control__default-image{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.9) contrast(.98) brightness(.99)}.oem-odm-section__intro{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:36px;align-items:stretch;margin-bottom:38px}.oem-odm-section__media{min-height:360px;border-radius:24px;overflow:hidden;background:#1a1a1a}.oem-odm-section__media img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.92) contrast(.98) brightness(.98)}.customization-process__media{margin:0 0 26px;border-radius:24px;overflow:hidden;background:#ddd}.customization-process__media img{width:100%;height:auto;display:block;object-fit:cover;filter:saturate(.92) contrast(.99) brightness(.99)}@media(max-width:1100px){.oem-odm-section__intro{grid-template-columns:1fr}}@media(max-width:760px){.oem-odm-section__media,.customization-process__media{min-height:unset}.customization-process__media{margin-bottom:18px}}.factory-strength__default-image,.oem-odm-section__default-image,.customization-process__default-image,.certificate-carousel-section__default-image{width:100%;height:100%;display:block;object-fit:cover}.certificate-carousel-section__media{width:100%;margin:0 0 32px;border-radius:24px;overflow:hidden;background:#deded9;aspect-ratio:16 / 9}.certificate-carousel-section__media img{width:100%;height:100%;display:block;object-fit:cover}@media(max-width:749px){.certificate-carousel-section__media{margin-bottom:22px;border-radius:18px;aspect-ratio:4 / 3}}.factory-strength__media img{filter:none!important}.factory-strength__media{min-height:420px}.oem-odm-section__intro{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}.oem-odm-section__heading{display:block;margin-bottom:0}.oem-odm-card{min-height:150px;padding:22px 24px}.oem-odm-card h3{font-size:1.15rem;margin:0 0 8px}.oem-odm-card p{font-size:.88rem;max-width:none}.customization-process__grid--with-media{grid-template-columns:repeat(5,minmax(0,1fr));gap:0;border-top:none;border-bottom:1px solid var(--border)}.process-step--with-media{padding:0 0 18px;min-height:auto;border-right:1px solid var(--border);display:flex;flex-direction:column}.process-step__media{aspect-ratio:1.46 / 1;overflow:hidden;background:#e9e9e6}.process-step__media img{width:100%;height:100%;object-fit:cover;display:block}.process-step--with-media .process-step__number{margin:14px 18px 8px}.process-step--with-media h3{margin:0 18px 8px;font-size:1.1rem}.process-step--with-media p{margin:0 18px;font-size:.88rem;color:var(--muted)}@media(max-width:1100px){.customization-process__grid--with-media{grid-template-columns:repeat(3,1fr)}.process-step--with-media:nth-child(3){border-right:0}.process-step--with-media:nth-child(n+4){border-top:1px solid var(--border)}}@media(max-width:760px){.customization-process__grid--with-media{grid-template-columns:1fr}.process-step--with-media,.process-step--with-media:nth-child(3){border-right:0;border-bottom:1px solid var(--border)}.process-step--with-media:last-child{border-bottom:0}.oem-odm-section__intro{grid-template-columns:1fr}}.factory-strength__media img,.oem-odm-section__media img,.customization-process__media img,.process-step__media img{filter:none!important}.factory-strength__media img,.oem-odm-section__media img{image-rendering:auto}.factory-strength__media{min-height:480px}.oem-odm-section__media{min-height:420px}.process-step__media{aspect-ratio:4 / 5;background:#ecebe8}.process-step__media img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}@media(max-width:1100px){.factory-strength__media{min-height:440px}.oem-odm-section__media{min-height:380px}}@media(max-width:760px){.factory-strength__media,.oem-odm-section__media{min-height:360px}.process-step__media{aspect-ratio:4/3}}.factory-strength__layout--approved{grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:42px;align-items:start}.factory-strength__content{padding-top:6px}.factory-strength__description{max-width:480px;font-size:1rem;line-height:1.45}.factory-strength__stats{margin-top:28px}.factory-stat{min-height:116px;padding:18px 20px}.factory-stat strong{font-size:clamp(2.4rem,4vw,3.9rem)}.factory-stat span{font-size:.84rem;line-height:1.25}.factory-strength__media{min-height:364px;border-radius:8px;overflow:hidden;background:#e8e8e8}.factory-strength__media img{display:block;width:100%;height:100%;object-fit:cover;filter:none!important}.oem-odm-section,.oem-odm-section .page-width{padding-top:0;padding-bottom:0}.oem-odm-section__intro{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:40px;align-items:end;margin-bottom:0;padding-top:26px}.oem-odm-section__media{min-height:248px;border-radius:0;overflow:hidden;background:transparent}.oem-odm-section__media img{width:100%;height:100%;object-fit:cover;display:block;filter:none}.oem-odm-section__heading{display:flex;align-items:flex-end;height:100%;margin-bottom:0}.oem-odm-section__heading h2{margin:8px 0 10px;font-size:clamp(2.4rem,4vw,4rem);line-height:.94}.oem-odm-section__heading p{max-width:360px;font-size:.95rem;line-height:1.45;color:#ffffffb8}.oem-odm-grid{margin-top:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:#ffffff29;border:1px solid rgba(255,255,255,.16);border-radius:8px;overflow:hidden}.oem-odm-card{background:#111;min-height:92px;padding:18px 20px;display:flex;gap:14px;align-items:flex-start;justify-content:flex-start}.oem-odm-card__icon{width:22px;height:22px;flex:0 0 22px;color:#fff;opacity:.92;margin-top:2px}.oem-odm-card__icon svg{display:block;width:100%;height:100%}.oem-odm-card__body{min-width:0}.oem-odm-card h3{font-size:1rem;line-height:1.2;margin:0 0 6px}.oem-odm-card p{font-size:.85rem;line-height:1.35;color:#ffffffad;margin:0;max-width:none}.oem-odm-section__action{margin-top:16px;padding-bottom:24px}.oem-odm-section__action .button{min-height:44px;padding:0 20px;border-radius:12px;font-size:.92rem}.section-heading--process-approved{margin-bottom:14px}.section-heading--process-approved h2{font-size:clamp(2.5rem,4.5vw,4rem);line-height:.98;margin-bottom:8px}.section-heading--process-approved p{font-size:.94rem;line-height:1.4;max-width:320px}.customization-process__grid--with-media{border-top:none;border-bottom:1px solid var(--border)}.process-step--with-media{padding:0 0 14px;border-right:1px solid var(--border);min-height:auto}.process-step--with-media:last-child{border-right:0}.process-step__media{margin:0 0 10px;border-radius:4px;overflow:hidden;background:#efefef;aspect-ratio:1.15}.process-step__media img{display:block;width:100%;height:100%;object-fit:cover;filter:none}.process-step__number{padding:0 12px;margin-bottom:6px;font-size:.78rem;color:#6d6d6d}.process-step--with-media h3,.process-step--with-media p{padding:0 12px}.process-step--with-media h3{font-size:1rem;margin-bottom:6px}.process-step--with-media p{font-size:.84rem;line-height:1.38}@media(max-width:1100px){.factory-strength__layout--approved{grid-template-columns:1fr}.oem-odm-section__intro{grid-template-columns:1fr;gap:18px}.oem-odm-grid{grid-template-columns:1fr 1fr}.customization-process__grid--with-media{grid-template-columns:repeat(3,1fr)}.process-step--with-media:nth-child(3){border-right:0}.process-step--with-media:nth-child(n+4){border-top:1px solid var(--border);padding-top:12px}}@media(max-width:760px){.factory-strength__media{min-height:300px}.oem-odm-grid{grid-template-columns:1fr}.oem-odm-card{min-height:82px}.customization-process__grid--with-media{grid-template-columns:1fr}.process-step--with-media,.process-step--with-media:nth-child(3){border-right:0;border-bottom:1px solid var(--border)}.process-step--with-media:last-child{border-bottom:0}}#MufodCertificateCarousel{--certificate-gap:22px;--certificate-visible:3;background:#f4f4f0;color:#111;overflow:hidden}#MufodCertificateCarousel .certificate-carousel-section__inner{padding-top:32px;padding-bottom:34px}#MufodCertificateCarousel .certificate-carousel-section__heading{text-align:center;margin:0 0 18px}#MufodCertificateCarousel .certificate-carousel-section__heading h2{margin:0;font-size:clamp(2rem,4.2vw,4.1rem);line-height:1;letter-spacing:-.055em}#MufodCertificateCarousel .certificate-carousel{display:grid;grid-template-columns:52px minmax(0,1fr) 52px;align-items:center;gap:14px}#MufodCertificateCarousel .certificate-carousel__viewport{min-width:0;overflow:hidden}#MufodCertificateCarousel .certificate-carousel__track{display:flex;gap:var(--certificate-gap);transform:translateZ(0);will-change:transform}#MufodCertificateCarousel .certificate-card{flex:0 0 calc((100% - (var(--certificate-gap) * (var(--certificate-visible) - 1))) / var(--certificate-visible));min-width:0}#MufodCertificateCarousel .certificate-card__media{aspect-ratio:.73;background:#fff;border:1px solid rgba(17,17,17,.12);overflow:hidden;box-shadow:0 10px 24px #11111112}#MufodCertificateCarousel .certificate-card__media img{display:block;width:100%;height:100%;object-fit:contain;background:#fff}#MufodCertificateCarousel .certificate-carousel__arrow{width:46px;height:46px;display:grid;place-items:center;padding:0;border:1px solid rgba(17,17,17,.14);border-radius:999px;background:#fff;color:#111;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}#MufodCertificateCarousel .certificate-carousel__arrow:hover{background:#111;color:#fff;border-color:#111}#MufodCertificateCarousel .certificate-carousel__arrow svg{width:20px;height:20px}@media(max-width:989px){#MufodCertificateCarousel{--certificate-visible:2;--certificate-gap:18px}}@media(max-width:699px){#MufodCertificateCarousel{--certificate-visible:1;--certificate-gap:14px}#MufodCertificateCarousel .certificate-carousel{grid-template-columns:38px minmax(0,1fr) 38px;gap:8px}#MufodCertificateCarousel .certificate-carousel__arrow{width:38px;height:38px}}.factory-strength__layout--approved{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:48px;align-items:center}.factory-strength__content{padding:0}.factory-strength h2{max-width:620px;font-size:clamp(3rem,5.3vw,5.4rem);line-height:.96;letter-spacing:-.055em;margin:14px 0 22px}.factory-strength__description{max-width:560px;font-size:1.02rem;line-height:1.55;margin:0}.factory-strength__stats{margin-top:30px}.factory-stat{min-height:116px;padding:20px 22px;justify-content:center;gap:7px}.factory-stat strong{font-size:clamp(2.25rem,3.7vw,3.7rem);line-height:.95}.factory-stat span{text-transform:capitalize}.factory-strength__media{min-height:0;aspect-ratio:1.72;border-radius:10px}.factory-strength__media img{width:100%;height:100%;object-fit:cover;object-position:center}.oem-odm-section__intro{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;gap:28px;padding-top:28px}.oem-odm-section__media{min-height:0;aspect-ratio:1.62;border-radius:8px}.oem-odm-section__heading{display:flex;align-items:center;justify-content:center;padding:34px}.oem-odm-section__heading>div{max-width:560px}.oem-odm-section__heading h2{font-size:clamp(2.75rem,4.6vw,5rem);line-height:.96;letter-spacing:-.055em;margin:12px 0 16px}.oem-odm-section__heading p{max-width:520px;font-size:1rem;line-height:1.55}.oem-odm-grid{margin-top:18px}.oem-odm-card{min-height:150px;padding:24px 22px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:10px}.oem-odm-card__icon{width:34px;height:34px;flex-basis:34px;margin:0}.oem-odm-card h3{font-size:1.08rem;margin:0 0 4px;text-transform:capitalize}.oem-odm-card p{font-size:.9rem;line-height:1.45}.oem-odm-section__action{text-align:center;margin-top:18px;padding-bottom:28px}.process-heading{max-width:980px;margin:0 auto 34px}.process-heading--center{text-align:center}.process-heading--center .eyebrow{justify-content:center}.process-heading--center .eyebrow:after{content:"";width:22px;height:2px;background:var(--accent)}.process-heading h2{margin:16px 0 14px;font-size:clamp(3rem,5.8vw,5.7rem);line-height:.95;letter-spacing:-.06em}.process-heading p{margin:0;color:var(--muted);font-size:1.05rem;line-height:1.5}.process-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;align-items:stretch}.process-card{display:grid;grid-template-rows:auto 1fr;min-width:0}.process-card__media{width:100%;aspect-ratio:1 / 1;overflow:hidden;border-radius:8px 8px 0 0;background:#eceae6}.process-card__media img{width:100%;height:100%;object-fit:cover;object-position:center;filter:none!important}.process-card__content{min-height:220px;padding:24px 18px;border:1px solid var(--border);border-top:0;border-radius:0 0 8px 8px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.process-card__number{font-size:1.05rem;color:var(--muted);margin-bottom:18px;line-height:1}.process-card__number:after{content:"";display:block;width:26px;height:1px;background:var(--accent);margin:12px auto 0}.process-card h3{margin:0 0 13px;font-size:1.13rem;line-height:1.25;text-transform:capitalize}.process-card p{margin:0;max-width:220px;color:var(--muted);font-size:.92rem;line-height:1.55}.testimonial-heading{max-width:920px;margin:0 auto 42px}.testimonial-heading--center{text-align:center}.testimonial-heading--center .eyebrow{justify-content:center}.testimonial-heading--center .eyebrow:after{content:"";width:22px;height:2px;background:var(--accent)}.testimonial-heading h2{margin:16px 0;font-size:clamp(3rem,5.4vw,5.3rem);line-height:.97;letter-spacing:-.055em}.testimonial-heading p{margin:0 auto;max-width:760px;color:var(--muted);font-size:1.05rem;line-height:1.55}.testimonial-grid{gap:22px}.testimonial-card{min-height:300px;padding:30px;justify-content:flex-start}.testimonial-card__stars{margin-bottom:24px}.testimonial-card blockquote{font-size:1.08rem;line-height:1.55}.newsletter{min-height:var(--newsletter-min-height,540px);border-radius:12px}.newsletter__media img{width:100%;height:100%;object-fit:cover;object-position:var(--newsletter-position,center center)}.newsletter__overlay{background:rgba(0,0,0,var(--newsletter-overlay,.55))}.newsletter__content{width:100%;max-width:none;min-height:var(--newsletter-min-height,540px);padding:clamp(40px,6vw,86px);align-items:flex-start}.newsletter--center .newsletter__content{align-items:center;text-align:center}.newsletter--center .newsletter__content>p{max-width:650px}.newsletter--center .newsletter-form{margin-inline:auto}.newsletter .eyebrow:before{display:none}.newsletter h2{max-width:850px;font-size:clamp(3.4rem,6.3vw,6.5rem);line-height:.92;letter-spacing:-.055em;margin:14px 0 20px}.newsletter p{font-size:1.05rem;line-height:1.55}.newsletter-form{width:min(100%,620px)}.newsletter-form__message{grid-column:1/-1}@media(max-width:1100px){.factory-strength__layout--approved{grid-template-columns:1fr;gap:32px}.factory-strength__content{max-width:820px}.oem-odm-section__intro{grid-template-columns:1fr}.oem-odm-section__heading{padding:18px 0 8px}.process-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.factory-strength h2,.oem-odm-section__heading h2,.process-heading h2,.testimonial-heading h2{font-size:clamp(2.5rem,12vw,4.2rem)}.factory-strength__stats{grid-template-columns:1fr 1fr}.oem-odm-grid,.process-grid{grid-template-columns:1fr}.process-card__media{aspect-ratio:4 / 3}.process-card__content{min-height:180px}.newsletter{min-height:var(--newsletter-min-height,520px)}.newsletter__content{min-height:var(--newsletter-min-height,520px);padding:34px 22px}.newsletter h2{font-size:clamp(3rem,13vw,4.8rem)}}.template-index .site-footer{margin-top:0}
/*# sourceMappingURL=/cdn/shop/t/52/assets/base.css.map */
