/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-outline-style:solid}}}@layer theme{:host,:root{--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,::backdrop,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}:host,html{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,optgroup,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.hidden{display:none}.lowercase{text-transform:lowercase}.outline{outline-style:var(--tw-outline-style);outline-width:1px}}.admin-shell{color:#141414;background:#f4f4f2;grid-template-columns:245px 1fr;min-height:100vh;display:grid}.admin-sidebar{color:#bdbdbd;background:#141414;flex-direction:column;height:100vh;padding:28px 18px;display:flex;position:sticky;top:0}.admin-mark{color:#fff;letter-spacing:.07em;align-items:center;gap:10px;margin:0 8px 47px;font-size:13px;line-height:.9;display:flex}.admin-mark span{background:var(--red);color:#fff;border-radius:7px;place-items:center;width:38px;height:38px;font-weight:900;display:grid}.admin-sidebar nav{flex-direction:column;gap:5px;display:flex}.admin-sidebar nav button{color:#bdbdbd;text-align:left;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:12px 13px;font-size:14px}.admin-sidebar nav button.active,.admin-sidebar nav button:hover{color:#fff;background:#2a2a2a}.admin-sidebar small{color:#777;margin-top:auto;padding:10px;font-size:11px;line-height:1.5}.admin-main{padding:42px min(6vw,82px)}.admin-main>header{justify-content:space-between;align-items:flex-start;margin-bottom:34px;display:flex}.admin-main h1{letter-spacing:-.06em;margin:0;font-size:43px}.admin-user{border:1px solid var(--line);background:#fff;border-radius:7px;align-items:center;gap:12px;padding:10px 13px;font-size:12px;display:flex}.admin-user a{color:var(--red);font-weight:700}.admin-alert{color:#fff;background:#171717;border-radius:10px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px;padding:18px 22px;font-size:13px;display:flex}.admin-alert span{color:#d1d1d1}.admin-grid{grid-template-columns:repeat(3,1fr);gap:15px;display:grid}.admin-grid article{border:1px solid var(--line);background:#fff;border-radius:10px;flex-direction:column;min-height:190px;padding:23px;display:flex}.admin-grid article>span{color:var(--red);letter-spacing:.1em;font-size:11px;font-weight:700}.admin-grid h2{letter-spacing:-.04em;margin:22px 0 9px;font-size:21px}.admin-grid p{color:var(--muted);margin:0;font-size:13px;line-height:1.45}.admin-grid button{color:var(--red);text-align:left;cursor:pointer;background:0 0;border:0;margin-top:auto;padding:0;font-weight:700}.admin-checklist{border:1px solid var(--line);background:#fff;border-radius:10px;margin-top:22px;padding:26px}.admin-checklist h2{letter-spacing:-.04em;margin:0 0 17px;font-size:20px}.admin-checklist label{border-top:1px solid var(--line);padding:12px 0;font-size:13px;display:block}.admin-checklist input{accent-color:var(--red);margin-right:8px}.import-console{border:1px solid var(--line);background:#fff;border-radius:10px;max-width:780px;padding:27px}.import-console>p{color:var(--muted);max-width:650px;font-size:14px;line-height:1.55}.dropzone{cursor:pointer;background:#fafafa;border:1px dashed #a5a5a5;border-radius:9px;flex-direction:column;align-items:center;gap:10px;margin:25px 0;padding:38px 20px;display:flex}.dropzone input{opacity:0;width:1px;height:1px;position:absolute}.dropzone b{font-size:15px}.dropzone span{color:var(--muted);text-align:center;font-size:12px}.import-result{grid-template-columns:repeat(3,1fr);gap:12px;margin:18px 0;display:grid}.import-result div{color:#fff;background:#191919;border-radius:7px;padding:16px}.import-result b{letter-spacing:-.05em;font-size:28px;display:block}.import-result span{color:#bbb;font-size:11px}.issue-list{color:#8b1b1b;background:#fff7f7;border:1px solid #ffd0d0;border-radius:7px;padding:12px 28px;font-size:13px;line-height:1.6}.import-console .button[disabled]{opacity:.5;cursor:not-allowed}.admin-empty{border:1px solid var(--line);background:#fff;border-radius:10px;max-width:760px;padding:35px}.admin-empty h2{letter-spacing:-.04em;font-size:25px}.admin-empty p{color:var(--muted);line-height:1.5}@media (max-width:800px){.admin-shell{grid-template-columns:1fr}.admin-sidebar{flex-direction:row;align-items:center;height:auto;padding:18px;position:static;overflow:auto}.admin-mark{min-width:max-content;margin:0 22px 0 0}.admin-sidebar nav{flex-direction:row;gap:3px}.admin-sidebar nav button{white-space:nowrap}.admin-sidebar small{display:none}.admin-main{padding:30px 20px}.admin-main>header{gap:15px}.admin-main h1{font-size:35px}.admin-user{flex-direction:column;align-items:flex-end}.admin-alert{flex-direction:column;align-items:flex-start}.admin-grid,.import-result{grid-template-columns:1fr}}.admin-denied{color:#fff;background:#151515;place-content:center;min-height:100vh;padding:35px;display:grid}.admin-denied>div{max-width:580px}.admin-denied h1{letter-spacing:-.07em;max-width:720px;font-size:clamp(38px,5vw,64px)}.admin-denied p:not(.eyebrow){color:#bdbdbd;max-width:550px;margin-bottom:25px;line-height:1.6}.brand img,.inner-brand img{border-radius:8px;object-fit:contain!important;object-position:center!important;mix-blend-mode:normal!important}.about-logo{background:#4b4b4b!important}.about-logo img{border-radius:10px;object-fit:contain!important;width:250px!important;height:250px!important}.footer-brand img{border-radius:8px;object-fit:contain!important;object-position:center!important;mix-blend-mode:normal!important}.app-header{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;gap:20px;height:78px;padding:0 max(7vw,25px);display:flex}.app-header nav{gap:24px}.app-header nav,.app-header>div{font-size:13px;font-weight:700;display:flex}.app-header>div{align-items:center;gap:16px}.cart-link{color:#fff;background:#111;border-radius:6px;padding:9px 12px}.cart-link b{background:var(--red);border-radius:50%;margin-left:5px;padding:2px 6px;font-size:10px}.account-hero,.functional-page{background:#f1f1ef;padding:78px max(12vw,30px)}.account-hero h1,.functional-page>h1{letter-spacing:-.07em;margin-bottom:12px;font-size:clamp(43px,6vw,72px)}.account-hero>p:last-child{color:#666;font-size:17px}.account-layout{grid-template-columns:.9fr 1.1fr;gap:22px;padding:70px max(12vw,30px);display:grid}.account-card,.account-dashboard,.cart-items,.checkout-form>div,.empty-state,.form-stack,.success-state,.summary{border:1px solid var(--line);background:#fff;border-radius:12px;padding:28px}.account-card h2,.records h2{letter-spacing:-.05em;font-size:27px}.account-card p:not(.eyebrow),.records>p{color:var(--muted);line-height:1.5}.account-card form,.form-stack{flex-direction:column;gap:15px;display:flex}.account-card label,.checkout-form label,.form-stack label{flex-direction:column;gap:7px;font-size:13px;font-weight:700;display:flex}.account-card input,.checkout-form input,.checkout-form select,.form-stack input,.form-stack select,.form-stack textarea{font:inherit;background:#fff;border:1px solid #d8d8d5;border-radius:6px;padding:12px;font-size:14px}.account-card button:disabled{opacity:.6}.form-message{color:#a30f0f;font-size:13px}.text-button{color:var(--red);cursor:pointer;background:0 0;border:0;margin-top:20px;padding:0;font-weight:700}.account-dashboard{grid-template-columns:repeat(3,1fr);align-content:start;gap:12px;display:grid}.dashboard-stat{color:#fff;background:#191919;border-radius:8px;padding:21px}.dashboard-stat span{color:#bcbcbc;font-size:12px;display:block}.dashboard-stat b{letter-spacing:-.06em;font-size:31px}.records{grid-column:1/-1;margin-top:15px}.records>div{border-top:1px solid var(--line);justify-content:space-between;gap:20px;padding:15px 0;font-size:13px;display:flex}.records span{color:var(--muted)}.cart-grid{grid-template-columns:1fr 320px;gap:22px;margin-top:35px;display:grid}.cart-items{padding:0}.cart-items article{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:22px 26px;display:flex}.cart-items article:last-child{border:0}.cart-items small{color:var(--red);font-size:11px;font-weight:700}.cart-items h2{margin:7px 0;font-size:20px}.cart-items p{color:var(--muted);margin:0;font-size:13px}.cart-items button{color:var(--red);cursor:pointer;background:0 0;border:0;font-weight:700}.summary{height:max-content}.summary>p{margin-bottom:8px;font-size:13px;font-weight:700}.summary h2{letter-spacing:-.05em;margin-bottom:15px;font-size:32px}.summary small{color:var(--muted);margin-bottom:22px;line-height:1.5;display:block}.empty-state,.success-state{max-width:600px;margin-top:32px}.success-state h2{letter-spacing:-.05em;font-size:30px}.success-state p{color:var(--muted);line-height:1.6}.checkout-form{grid-template-columns:1fr 320px;gap:22px;margin-top:35px;display:grid}.checkout-form>div{flex-direction:column;gap:15px;display:flex}.checkout-form label:has(input[type=checkbox]){flex-direction:row;align-items:flex-start;font-weight:400}.checkout-form input[type=checkbox]{width:auto}.notice{color:#6e4a09;background:#fff6dd;border-radius:5px;margin:0;padding:12px;font-size:12px;line-height:1.5}@media (max-width:800px){.app-header nav{display:none}.app-header>div{gap:10px}.account-layout,.cart-grid,.checkout-form{grid-template-columns:1fr}.account-hero,.functional-page{padding:55px 25px}.account-dashboard{grid-template-columns:repeat(3,1fr);gap:8px;padding:16px}.dashboard-stat{padding:14px}.dashboard-stat b{font-size:25px}.records>div{flex-direction:column;gap:4px}.cart-items article{gap:15px;padding:20px}.checkout-form{margin-top:25px}}.hero-photo{opacity:.55;position:absolute;inset:0 0 0 46%;overflow:hidden}.hero-photo:after{content:"";background:linear-gradient(90deg,#121212,#121212dd 15%,#12121200 65%,#12121233);position:absolute;inset:0}.hero-photo img{object-fit:cover}.hero-art{z-index:1}.marketing-page{background:var(--paper);min-height:100vh}.inner-nav{background:#fff;justify-content:space-between;height:84px;padding:0 max(7vw,32px)}.inner-brand,.inner-nav{align-items:center;display:flex}.inner-brand{width:100px;height:66px;overflow:hidden}.inner-brand img{object-fit:cover;object-position:center 55%;mix-blend-mode:multiply}.inner-nav nav{gap:28px;font-size:14px;font-weight:700;display:flex}.small-cta{background:var(--red);color:#fff;border-radius:7px;padding:12px 16px;font-size:13px;font-weight:700}.inner-hero{color:#fff;background:#151515;align-items:center;min-height:460px;padding:105px max(13vw,32px);display:flex;position:relative;overflow:hidden}.inner-hero>div:last-child{z-index:1;max-width:700px;position:relative}.inner-hero h1{margin-bottom:20px;font-size:clamp(46px,6vw,78px)}.inner-hero p:not(.eyebrow){color:#d2d2d2;max-width:660px;font-size:18px;line-height:1.6}.inner-image{opacity:.48;position:absolute;inset:0}.inner-image:after{content:"";background:linear-gradient(90deg,#151515 15%,#151515d9 47%,#15151522);position:absolute;inset:0}.inner-image img{object-fit:cover}.inner-content{padding:85px max(7vw,32px)}.inner-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.inner-card{border:1px solid var(--line);background:#fff;border-radius:10px;flex-direction:column;min-height:230px;padding:28px;display:flex}.inner-card>span{letter-spacing:.15em;color:var(--red);margin-bottom:35px;font-size:11px;font-weight:800}.inner-card h2{letter-spacing:-.05em;margin-bottom:12px;font-size:24px}.inner-card p{color:var(--muted);margin-bottom:25px;font-size:14px;line-height:1.55}.inner-card a{color:var(--red);margin-top:auto;font-size:13px;font-weight:700}.inner-cta{background:var(--red);color:#fff;justify-content:space-between;align-items:center;padding:70px max(13vw,32px);display:flex}.inner-cta h2{letter-spacing:-.05em;margin:0;font-size:42px}.inner-cta p:not(.eyebrow){color:#ffe2e2;margin:12px 0 0}.simple-footer{color:#aaa;background:#111;justify-content:space-between;gap:15px;padding:25px max(7vw,32px);font-size:11px;display:flex}.simple-footer a{color:#fff}@media (max-width:800px){.hero-photo{opacity:.25;inset:0}.inner-nav{height:70px}.inner-nav nav{display:none}.inner-hero{min-height:400px;padding:70px 30px}.inner-hero p:not(.eyebrow){font-size:16px}.inner-grid{grid-template-columns:1fr}.inner-content{padding:55px 25px}.inner-cta{flex-direction:column;align-items:flex-start;padding:55px 30px}.inner-cta h2{font-size:35px}.simple-footer{flex-direction:column}.inner-image{opacity:.35}}:root{--red:#ed1717;--ink:#101010;--muted:#686868;--paper:#f6f6f4;--line:#e3e3e0}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.utility{color:#d9d9d9;letter-spacing:.08em;text-transform:uppercase;background:#151515;height:35px;font-size:11px}.nav,.utility{justify-content:space-between;align-items:center;padding:0 max(5vw,24px);display:flex}.nav{z-index:20;background:#fff;height:84px;position:sticky;top:0}.brand{align-items:center;width:95px;height:72px;display:flex;overflow:hidden}.brand img{object-fit:cover;object-position:center 55%;mix-blend-mode:multiply}.links{gap:28px;font-size:14px;font-weight:600;display:flex}.links a{position:relative}.links a:after{content:"";background:var(--red);width:0;height:2px;transition:all .2s;position:absolute;bottom:-7px;left:0}.links a:hover:after{width:100%}.nav-actions{align-items:center;gap:15px;display:flex}.nav select{background:#f4f4f4;border:0;border-radius:8px;padding:10px;font-size:13px}.icon-button{cursor:pointer;background:0 0;border:0;font-weight:600}.icon-button b{background:var(--red);color:#fff;border-radius:50%;place-items:center;width:18px;height:18px;font-size:10px;display:inline-grid}.login{font-size:14px;font-weight:700}.menu{background:0 0;border:0;font-size:24px;display:none}.hero{color:#fff;background:#121212;grid-template-columns:1.1fr .9fr;min-height:650px;padding:82px max(7vw,32px);display:grid;position:relative;overflow:hidden}.hero-copy{z-index:2;max-width:650px}.eyebrow{letter-spacing:.17em;color:#bbb;margin:0 0 18px;font-size:11px;font-weight:800}.eyebrow.red{color:var(--red)}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.065em;margin-bottom:26px;font-size:clamp(48px,6.2vw,88px);line-height:.94}h1 em{color:var(--red);font-style:normal}.lead{color:#c8c8c8;max-width:550px;font-size:18px;line-height:1.55}.hero-buttons{gap:13px;margin:34px 0;display:flex}.button{border-radius:7px;align-items:center;gap:19px;padding:15px 20px;font-size:14px;font-weight:800;transition:transform .2s;display:inline-flex}.button:hover{transform:translateY(-2px)}.primary{background:var(--red);color:#fff}.primary span{font-size:20px}.ghost{border:1px solid #555}.trust{color:#aaa;gap:24px;font-size:12px;display:flex}.hero-art{min-height:420px;position:relative}.orb{filter:blur(3px);border-radius:50%;position:absolute}.orb-one{background:var(--red);opacity:.86;width:400px;height:400px;top:20px;right:-80px}.orb-two{border:1px solid #f64242;width:540px;height:540px;top:-50px;right:-150px}.device{background:#111;border:9px solid #303030;border-radius:20px;width:340px;height:400px;position:absolute;top:70px;right:7%;overflow:hidden;transform:rotate(5deg);box-shadow:18px 22px 55px #0008}.device-top{background:#292929;align-items:center;gap:5px;height:27px;padding-left:12px;display:flex}.device-top i{background:#818181;border-radius:50%;width:6px;height:6px}.device-screen{background:linear-gradient(145deg,#181818,#050505);flex-direction:column;height:100%;padding:35px 28px;display:flex}.device-screen small{letter-spacing:.18em;color:#aaa;font-size:9px}.device-screen strong{letter-spacing:-.07em;margin-top:35px;font-size:43px;line-height:.93}.device-screen b{color:var(--red)}.screen-line{background:#555;width:100%;height:1px;margin:25px 0}.screen-cards{gap:8px;display:flex}.screen-cards span{background:#ed1717;padding:12px;font-size:12px}.float-card{color:#151515;background:#fff;border-radius:8px;padding:13px 16px;font-size:12px;font-weight:700;position:absolute;box-shadow:0 12px 25px #0004}.top-card{top:55px;left:0}.bottom-card{bottom:10px;right:0}.search-section{background:#fff;justify-content:space-between;align-items:center;gap:30px;padding:54px max(7vw,32px);display:flex}.about h2,.cta h2,.how h2,.search-section h2,.section-head h2{letter-spacing:-.055em;margin:0;font-size:clamp(29px,3.5vw,48px)}.search{border:1px solid #ddd;border-radius:9px;align-items:center;width:min(520px,48%);padding:0 16px;display:flex}.search span{font-size:24px}.search input{border:0;outline:0;width:100%;padding:17px 12px;font-size:14px}.search kbd{color:#777;background:#eee;border-radius:3px;padding:3px 7px}.section{padding:100px max(7vw,32px)}.section-head{justify-content:space-between;align-items:end;margin-bottom:38px;display:flex}.section-head>a,.text-link{color:var(--red);font-size:14px;font-weight:700}.product-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.product{border:1px solid var(--line);background:#fff;border-radius:11px;transition:all .2s;overflow:hidden}.product:hover{transform:translateY(-5px);box-shadow:0 18px 35px #1111}.product-art{color:#fff;flex-direction:column;justify-content:space-between;height:198px;padding:20px;display:flex}.product-art span{font-size:70px;line-height:1}.product-art small{letter-spacing:.12em;font-size:10px;font-weight:700}.art-0{background:linear-gradient(135deg,#3b1717,#e71919)}.art-1{background:linear-gradient(135deg,#101010,#5b5b5b)}.art-2{background:linear-gradient(135deg,#501010,#1a1a1a)}.product-body{padding:21px}.product-body>p{color:var(--red);margin-bottom:9px;font-size:11px;font-weight:700}.product h3{letter-spacing:-.04em;margin-bottom:8px;font-size:20px}.description{color:var(--muted);min-height:37px;font-size:13px;line-height:1.4;display:block}.product-body>div{justify-content:space-between;align-items:center;margin-top:18px;display:flex}.product strong{font-size:15px}.product button{color:#fff;cursor:pointer;background:#111;border:0;border-radius:50%;width:34px;height:34px;font-size:21px}.empty{color:var(--muted)}.services{color:#fff;background:#151515;padding:100px max(7vw,32px)}.services-intro{color:#aaa;max-width:310px;margin:0;font-size:14px;line-height:1.5}.service-grid{border-top:1px solid #444}.service{border-bottom:1px solid #444;grid-template-columns:90px 1fr auto;align-items:center;gap:24px;padding:28px 5px;transition:all .2s;display:grid}.service:hover{background:#1e1e1e;padding-left:15px}.service>span{color:var(--red);font-size:13px;font-weight:700}.service h3{letter-spacing:-.04em;margin:0 0 5px;font-size:25px}.service p{color:#aaa;margin:0;font-size:14px}.service b{color:var(--red);font-size:25px}.how{text-align:center;background:#fff;padding:100px max(7vw,32px)}.steps{text-align:left;grid-template-columns:repeat(3,1fr);gap:60px;margin-top:56px;display:grid}.steps span{background:var(--red);color:#fff;border-radius:50%;place-items:center;width:40px;height:40px;font-size:12px;font-weight:700;display:inline-grid}.steps h3{margin:20px 0 8px;font-size:22px}.steps p{color:var(--muted);font-size:14px;line-height:1.55}.about{background:#ececea;grid-template-columns:.8fr 1.2fr;align-items:center;gap:90px;padding:85px max(12vw,32px);display:grid}.about-logo{background:#111;border-radius:12px;place-items:center;min-height:270px;display:grid;overflow:hidden}.about-logo img{object-fit:cover;width:230px;height:180px}.about p:not(.eyebrow){color:#555;max-width:570px;margin:23px 0;line-height:1.6}.cta{background:var(--red);color:#fff;justify-content:space-between;align-items:center;padding:75px max(7vw,32px);display:flex}.cta .eyebrow{color:#ffd0d0}.cta p:not(.eyebrow){color:#ffe1e1;max-width:600px;margin:14px 0 0}.light{color:#111;white-space:nowrap;background:#fff}footer{color:#c7c7c7;background:#111;grid-template-columns:2fr repeat(3,1fr);gap:32px;padding:65px max(7vw,32px) 28px;display:grid}footer .footer-brand img{object-fit:cover;object-position:center 55%;mix-blend-mode:screen}footer p{max-width:210px;font-size:13px;line-height:1.5}footer h4{color:#fff;margin:0 0 16px;font-size:13px}footer a{margin:10px 0;font-size:13px;display:block}footer small{color:#777;border-top:1px solid #333;grid-column:1/-1;padding-top:22px;font-size:11px}.contact-whatsapp{color:#fff;z-index:30;background:#1fbd62;border-radius:50%;place-items:center;width:50px;height:50px;font-size:25px;display:grid;position:fixed;bottom:20px;right:20px;box-shadow:0 8px 22px #0004}@media (max-width:800px){.links,.login,.utility span:last-child{display:none}.menu{display:block}.links.open{background:#fff;flex-direction:column;width:100%;padding:25px;display:flex;position:absolute;top:84px;left:0}.hero{grid-template-columns:1fr;min-height:auto;padding-top:60px}.hero-art{min-height:345px}.device{width:250px;height:305px;top:40px;right:12%}.device-screen strong{margin-top:22px;font-size:32px}.top-card{top:18px}.bottom-card{bottom:0}.trust{flex-wrap:wrap;gap:9px 17px}.cta,.search-section,.section-head{flex-direction:column;align-items:flex-start}.search{width:100%}.how,.section,.services{padding-top:70px;padding-bottom:70px}.product-grid,.steps{grid-template-columns:1fr;gap:20px}.about{grid-template-columns:1fr;gap:35px;padding-top:65px;padding-bottom:65px}.about-logo{min-height:190px}.service{grid-template-columns:44px 1fr auto;gap:10px}.service h3{font-size:20px}footer{grid-template-columns:repeat(2,1fr)}.footer-brand{grid-column:1/-1}.cta .button{justify-content:center;width:100%}.nav{height:70px}.brand{height:62px}.nav-actions{gap:9px}.nav select{max-width:100px}.icon-button{font-size:0}.icon-button b{font-size:10px}h1{font-size:50px}.lead{font-size:16px}}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}body,html{max-width:100%;overflow-x:clip}.account-records-head{display:flex;justify-content:space-between;gap:15px;align-items:center}.account-records-head a{color:#ed1717;font-size:12px;font-weight:800}.records>a{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding:15px 0;font-size:13px}.records>a span{color:var(--muted)}@media (max-width:640px){.app-header{height:66px;min-width:0;gap:8px;padding:0 16px}.inner-brand{width:62px;height:54px;flex:0 0 62px}.inner-brand img{width:62px!important;height:54px!important;object-fit:contain!important}.app-header>div{min-width:0;margin-left:auto;gap:7px}.app-header>div>a:first-child{display:none}.app-header>div>a:nth-child(2){padding:9px 8px;border-radius:9px;background:#f3f3f1;font-size:12px}.cart-link{padding:10px 11px;border-radius:9px;font-size:12px;white-space:nowrap}.cart-link b{margin-left:3px}.account-hero,.functional-page{padding:43px 20px}.account-hero h1,.functional-page>h1{font-size:43px}.account-card,.account-dashboard,.cart-items,.checkout-form>div,.empty-state,.form-stack,.success-state,.summary{border-radius:16px}.contact-whatsapp{right:16px;bottom:16px;z-index:80}.account-records-head{align-items:flex-start;flex-direction:column}.records>a{flex-direction:column;gap:4px}}.customer-chat .contact-whatsapp{position:fixed;right:22px;bottom:22px;z-index:84;display:inline-flex;align-items:center;gap:9px;min-width:138px;height:50px;border-radius:999px;background:#111114;color:#fff;box-shadow:0 20px 45px #0003;font:800 12px Arial,Helvetica,sans-serif;border:0;cursor:pointer}.customer-chat .contact-whatsapp:before{content:"Chat GB LUX";padding-left:17px}.customer-chat .contact-whatsapp:after{content:"";width:34px;height:34px;margin-left:auto;margin-right:8px;border-radius:50%;background:#ed1717}.customer-chat .contact-whatsapp:hover{transform:translateY(-1px)}.chat-panel{position:fixed;z-index:85;right:20px;bottom:87px;width:min(370px,calc(100vw - 32px));overflow:hidden;border:1px solid #dedee2;border-radius:18px;background:#fff;box-shadow:0 24px 70px #1114;color:#1b1b1f}.chat-panel header{display:flex;justify-content:space-between;align-items:flex-start;padding:18px;background:#19191d;color:#fff}.chat-panel header small{color:#ff9e9e;font-size:9px;font-weight:800;letter-spacing:.12em}.chat-panel header h2{margin:5px 0 0;font-size:22px;letter-spacing:-.055em}.chat-panel header button{border:0;background:#303035;border-radius:50%;width:29px;height:29px;color:#fff;font-size:22px;cursor:pointer}.chat-guest,.chat-start{display:grid;gap:13px;padding:22px}.chat-guest>b{font-size:16px}.chat-guest p,.chat-start p{margin:0;color:#696970;font-size:13px;line-height:1.5}.chat-guest>div{display:flex;gap:8px}.chat-guest a,.chat-start button{border:0;border-radius:9px;background:#ed1717;color:#fff;padding:10px;font:800 11px Arial;text-align:center}.chat-guest a:last-child,.chat-start>a{background:#f1f1f3;color:#222228}.chat-guest small{color:#83838a;font-size:10px}.chat-start button{cursor:pointer}.chat-start>a{padding:10px;text-align:center;font-size:11px;font-weight:800}.chat-status{display:grid;gap:4px;padding:11px 15px;border-bottom:1px solid #e8e8eb}.chat-status span{color:#1b7b4a;font-size:10px;font-weight:800}.chat-status small{color:#73737a;font-size:10px;line-height:1.35}.chat-messages{display:grid;gap:9px;max-height:290px;overflow:auto;padding:14px;background:#f7f7f8}.chat-messages article{max-width:85%;justify-self:start;border-radius:12px 12px 12px 3px;background:#fff;padding:9px 10px;box-shadow:0 2px 7px #0000000b}.chat-messages article.mine{justify-self:end;border-radius:12px 12px 3px 12px;background:#17171a;color:#fff}.chat-messages small{color:#88888f;font-size:9px}.chat-messages article.mine small{color:#ffb0b0}.chat-messages p{margin:4px 0 0;font-size:12px;line-height:1.4}.chat-messages a{display:inline-block;margin-top:7px;color:#d61515;font-size:10px;font-weight:800}.chat-messages article.mine a{color:#ffb0b0}.chat-panel form{display:flex;gap:7px;padding:11px}.chat-panel form input{min-width:0;flex:1;border:1px solid #dcdce1;border-radius:9px;padding:10px;font:12px Arial}.chat-attachment{display:grid;width:36px;place-items:center;border:1px solid #dcdce1;border-radius:9px;color:#5f5f66;font-size:20px;cursor:pointer}.chat-attachment input{display:none}.chat-panel form button{border:0;border-radius:9px;background:#ed1717;color:#fff;padding:0 11px;font:800 10px Arial;cursor:pointer}.chat-panel form button:disabled{opacity:.5}.chat-notice{margin:0;padding:9px 13px;background:#fff4db;color:#735100;font-size:11px}@media (max-width:640px){.chat-panel{right:12px;bottom:75px;width:calc(100vw - 24px)}.customer-chat .contact-whatsapp{right:14px;bottom:14px;min-width:128px;height:48px}}