:root{--ink:#10221e;--ink-2:#1f3932;--paper:#f6f4ef;--cream:#eee7d8;--gold:#b48c4a;--muted:#6a756f;--line:rgba(16,34,30,.14);--white:#fff;--serif:'Playfair Display',Georgia,serif;--sans:'DM Sans','Noto Sans SC',Arial,sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:15px;line-height:1.55}
.shell{width:min(1180px,calc(100% - 48px));margin:0 auto}
.topbar{background:var(--ink);color:#e7e1d6;font-size:12px;letter-spacing:.08em}
.topbar-inner{height:38px;display:flex;justify-content:space-between;align-items:center}
.topbar p{margin:0}
.topbar-link{color:#eee2cb;border:0;background:none;font:inherit;cursor:pointer}
.header{background:rgba(246,244,239,.96);position:sticky;top:0;z-index:20;border-bottom:1px solid transparent;backdrop-filter:blur(12px)}
.header:has(+ main .hero){border-bottom-color:rgba(16,34,30,.06)}
.navbar{height:78px;display:flex;align-items:center;justify-content:space-between;gap:25px}
.brand{color:var(--ink);display:flex;align-items:center;gap:14px;text-decoration:none;line-height:1}
.brand-mark{width:55px;height:55px;display:grid;place-items:center;position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(135deg,var(--ink) 0 62%,var(--ink-2) 62% 100%);color:#fff;box-shadow:5px 5px 0 var(--gold);font:700 22px var(--serif);letter-spacing:-.16em;padding:0 4px 1px 0}
.brand-mark:before{content:'';position:absolute;inset:5px;border:1px solid rgba(255,255,255,.48);z-index:-1}
.brand-mark:after{content:'';position:absolute;width:23px;height:1px;right:-4px;bottom:11px;background:#e5c796;transform:rotate(-44deg);opacity:.95}
.brand strong,.brand em{display:block;font-size:15px;letter-spacing:.145em}
.brand strong{font-weight:700}
.brand em{font-size:10px;font-style:normal;margin-top:5px;letter-spacing:.31em}
.desktop-nav{margin-left:auto;display:flex;gap:29px}
.desktop-nav a,.footer-main a{color:var(--ink);text-decoration:none;font-size:13px}
.desktop-nav a:hover,.footer-main a:hover{color:var(--gold)}
.nav-actions{display:flex;align-items:center;gap:14px}
.language-picker{min-height:39px;padding:6px 10px 6px 7px;color:var(--ink);display:flex;gap:7px;align-items:center;border:1px solid rgba(16,34,30,.22);border-radius:999px;background:rgba(255,255,255,.72);box-shadow:0 3px 10px rgba(16,34,30,.05);cursor:pointer;transition:border-color .2s,box-shadow .2s,transform .2s}
.language-picker:hover,.language-picker:focus-within{border-color:var(--gold);box-shadow:0 5px 16px rgba(16,34,30,.12);transform:translateY(-1px)}
.language-picker select{appearance:none;border:0;background:transparent;font:700 12px var(--sans);color:var(--ink);padding:0;outline:0;cursor:pointer;max-width:88px}
.language-label{color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.05em;white-space:nowrap}
.language-caret{color:var(--gold);font:700 16px/1 var(--sans);margin-left:-2px;pointer-events:none}
.globe{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:var(--ink);color:#e8d2a5;font-size:16px;line-height:1}
.btn{font:600 13px var(--sans);letter-spacing:.02em;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;padding:13px 21px;cursor:pointer;transition:transform .2s,background .2s}
.plain-ampersand{font-family:"SimSun","宋体",serif;font-style:normal;font-weight:900;letter-spacing:normal}
.btn:hover{transform:translateY(-2px)}
.btn-dark{color:#fff;background:var(--ink)}
.btn-cream{color:var(--ink);background:var(--cream)}
.btn-outline-light{border-color:rgba(255,255,255,.6);color:#fff;background:transparent}
.menu-toggle,.mobile-nav{display:none}
.hero{min-height:640px;position:relative;isolation:isolate;color:#fff;overflow:hidden}
.hero-image,.hero-shade{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-shade{z-index:-1;background:linear-gradient(90deg,rgba(4,16,13,.46) 0%,rgba(4,16,13,.05) 64%)}
.hero-image{z-index:-2}
.hero-backpack{position:absolute;z-index:0;top:50%;left:58.72vw;width:23.57vw;height:auto;display:block;pointer-events:none;filter:brightness(.88) contrast(1.07) saturate(.96) drop-shadow(0 19px 16px rgba(0,0,0,.46))}
.hero-content{position:relative;z-index:1;min-height:640px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:70px 0}
.eyebrow{font-size:11px;color:var(--gold);letter-spacing:.17em;text-transform:uppercase;font-weight:700}
.eyebrow.light{color:#e5c796}
.hero h1{font:600 clamp(44px,5vw,72px)/1.06 var(--serif);letter-spacing:-.04em;margin:15px 0 22px;max-width:620px}
.hero h1 i,.contact-section h2 i{color:#e8d2a5;font-style:italic}
.hero p{max-width:480px;color:rgba(255,255,255,.8);margin:0;font-size:15px}
.hero-buttons{display:flex;align-items:center;gap:25px;margin-top:34px}
.text-button{font:600 13px var(--sans);color:var(--ink);background:transparent;border:0;padding:0;text-decoration:none;cursor:pointer}
.text-button span{font-size:18px;margin-left:4px}
.on-dark{color:#fff}
.hero-proof{margin-top:73px;display:flex;gap:31px}
.hero-proof div{border-left:1px solid rgba(255,255,255,.32);padding-left:12px;display:flex;flex-direction:column}
.hero-proof strong{font:600 19px var(--serif)}
.hero-proof span{font-size:10px;letter-spacing:.04em;color:rgba(255,255,255,.65)}
.trust-strip{border-bottom:1px solid var(--line);background:#f8f7f3}
.trust-inner{min-height:70px;display:flex;align-items:center;justify-content:space-between}
.trust-inner p{font:600 12px var(--sans);letter-spacing:.08em;margin:0}
.trust-items{display:flex;gap:31px}
.trust-items span{color:var(--gold);font:600 12px var(--serif)}
.trust-items b{margin-left:5px;color:var(--ink);font:500 12px var(--sans)}
.section{padding:112px 0}
.section-heading{display:flex;justify-content:space-between;gap:50px;align-items:flex-end;margin-bottom:48px}
.section-heading h2,.value-copy h2,.center-heading h2,.contact-section h2{font:600 clamp(31px,4vw,49px)/1.15 var(--serif);letter-spacing:-.035em;margin:12px 0 0}
.section-heading>p{max-width:350px;color:var(--muted);font-size:14px;margin:0}
.catalogue-toolbar{border-top:1px solid var(--line);border-bottom:1px solid var(--line);min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:31px}
.filter-group{display:flex;gap:5px;flex-wrap:wrap}
.filter-group button{border:0;background:none;padding:7px 10px;font:600 12px var(--sans);color:var(--muted);cursor:pointer}
.filter-group button.active{background:var(--ink);color:#fff}
.search-box{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:20px}
.search-box input{background:transparent;border:0;outline:0;width:170px;font:13px var(--sans);color:var(--ink)}
.clearance-section{padding:70px 0 0;background:linear-gradient(180deg,#f8f7f3 0%,#f4f0e8 100%)}
.clearance-panel{overflow:hidden;border:1px solid rgba(16,34,30,.16);background:#fff;box-shadow:0 17px 38px rgba(16,34,30,.09)}
.clearance-heading{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) minmax(220px,.68fr) auto;gap:24px;align-items:center;padding:29px 33px 27px;background:linear-gradient(106deg,#132b25 0%,#204238 63%,#284b41 100%);color:#fff}
.clearance-heading:after{content:'';position:absolute;width:240px;height:240px;right:20%;top:-162px;border:1px solid rgba(228,192,123,.22);border-radius:50%;pointer-events:none}
.clearance-badge{width:66px;height:66px;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#b96145;color:#fff;border-radius:50%;box-shadow:0 0 0 7px rgba(255,255,255,.1)}
.clearance-badge strong{font:700 29px/.75 var(--sans)}
.clearance-badge span{font:700 8px var(--sans);letter-spacing:.12em;margin-top:5px}
.clearance-eyebrow{position:relative;z-index:1;color:#e7c88e}
.clearance-heading h2{position:relative;z-index:1;font:600 clamp(29px,3.3vw,42px)/1.09 var(--serif);letter-spacing:-.035em;margin:7px 0 0}
.clearance-heading>p{position:relative;z-index:1;max-width:350px;margin:0;color:rgba(255,255,255,.72);font-size:12px;line-height:1.65}
.clearance-action{position:relative;z-index:1;white-space:nowrap;color:#fff;background:#b96145;border-color:#d28b73;padding:12px 16px;font-size:12px}
.clearance-action:hover{background:#a8513a}
.promo-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,374px));justify-content:start;gap:18px;padding:26px 33px 32px;background:#faf9f5}
.promo-product-card{border-color:rgba(185,97,69,.34)}
.promo-product-visual{background:#eee9e0}
.promo-sale-icon{position:absolute;top:15px;left:15px;z-index:4;display:flex;align-items:center;gap:5px;padding:6px 8px;background:#b96145;color:#fff;box-shadow:0 3px 10px rgba(88,42,28,.18)}
.promo-sale-icon b{font:800 16px/.8 var(--sans)}
.promo-sale-icon small{font:800 8px var(--sans);letter-spacing:.09em}
.promo-product-card .product-photo{inset:8px;width:calc(100% - 16px);height:calc(100% - 16px)}
.promo-product-card .tier-summary{color:#a75942}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.product-card{background:#fff;box-shadow:0 3px 18px rgba(30,40,35,.04);border:1px solid rgba(16,34,30,.05);transition:transform .25s,box-shadow .25s}
.product-card:hover{transform:translateY(-5px);box-shadow:0 16px 34px rgba(30,40,35,.10)}
.product-visual{height:238px;background:#ede9e0;position:relative;overflow:hidden;display:grid;place-items:center}
.product-visual:before,.product-visual:after{content:'';position:absolute;border-radius:50%;background:rgba(255,255,255,.35)}
.product-visual:before{width:190px;height:190px;top:-105px;left:-30px}
.product-visual:after{height:132px;width:132px;bottom:-64px;right:-25px}
.product-card:nth-child(3n+2) .product-visual{background:#dbe3dc}
.product-card:nth-child(3n) .product-visual{background:#e7ded1}
.product-badge{position:absolute;top:15px;left:15px;background:rgba(255,255,255,.72);padding:5px 8px;font-size:9px;letter-spacing:.1em;color:var(--ink);z-index:3}
.heart-button{z-index:3;position:absolute;right:13px;top:12px;border:0;background:rgba(255,255,255,.75);border-radius:50%;width:31px;height:31px;line-height:1;color:var(--ink);font-size:20px;cursor:pointer}
.heart-button.liked{color:#a64c45}
.product-shape{position:relative;width:125px;height:155px;z-index:2;filter:drop-shadow(13px 13px 7px rgba(0,0,0,.14))}
.product-shape:before{content:'';position:absolute;inset:15px 8px 0;border-radius:23px 23px 16px 16px;background:linear-gradient(120deg,#24362e,#697b6d 42%,#25372f 43%,#11231c);border:2px solid rgba(255,255,255,.2)}
.product-shape i{position:absolute;z-index:2;width:39px;height:18px;border:8px solid #293d34;border-bottom:0;border-radius:18px 18px 0 0;left:43px;top:4px}
.product-shape b{position:absolute;z-index:3;width:67px;height:2px;background:rgba(255,255,255,.3);top:74px;left:29px}
.product-card[data-type="luggage"] .product-shape{height:171px;width:130px}
.product-card[data-type="luggage"] .product-shape:before{inset:24px 7px 9px;border-radius:16px;background:repeating-linear-gradient(180deg,#31475d 0 17px,#6e8190 18px 20px,#31475d 21px 34px)}
.product-card[data-type="luggage"] .product-shape i{width:31px;height:31px;border-width:5px;left:49px;top:0;border-bottom:0;border-radius:12px 12px 0 0}
.product-card[data-type="luggage"] .product-shape b{top:auto;bottom:2px;left:17px;width:13px;height:13px;border-radius:50%;background:#19251f;box-shadow:86px 0 #19251f}
.product-card[data-color="tan"] .product-shape:before{background:linear-gradient(120deg,#92724d,#d3b381 40%,#92724d 41%,#6d512f)}
.product-card[data-color="navy"] .product-shape:before{background:linear-gradient(120deg,#1d304b,#5c6e88 42%,#1d304b 43%,#12243e)}
.product-card[data-color="black"] .product-shape:before{background:linear-gradient(120deg,#222,#666 42%,#222 43%,#0d0d0d)}
.product-info{padding:18px 19px 17px}
.product-meta{display:flex;justify-content:space-between;color:var(--muted);font-size:10px;letter-spacing:.08em;text-transform:uppercase}
.product-info h3{font:600 19px var(--serif);margin:8px 0 4px}
.product-desc{height:37px;font-size:12px;color:var(--muted);margin:0}
.product-price{border-top:1px solid var(--line);margin-top:14px;padding-top:12px;display:flex;justify-content:space-between}
.product-price small{display:block;color:var(--muted);font-size:10px}
.product-price strong{font:600 20px var(--serif);letter-spacing:-.02em}
.currency{font-size:11px;color:var(--muted);margin-left:3px}
.quote-icon{border:1px solid var(--line);background:#fff;color:var(--ink);height:34px;width:34px;font-size:17px;cursor:pointer}
.tier-summary{font-size:10px;color:#7b846f;margin-top:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.load-more{margin:37px auto 0;display:flex;align-items:center;gap:10px;background:none;border:0;color:var(--ink);font:600 13px var(--sans);cursor:pointer}
.load-more b{font-size:17px}
.dark-section{background:var(--ink);color:#fff}
.light-heading>p{color:rgba(255,255,255,.66)}
.solution-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.2)}
.solution-card{padding:27px 30px 23px 0;border-right:1px solid rgba(255,255,255,.2);min-height:243px}
.solution-card:not(:first-child){padding-left:30px}
.solution-card:last-child{border-right:0}
.solution-card>span{font:600 15px var(--serif);color:#e0b977}
.solution-card h3{font:600 25px var(--serif);margin:27px 0 8px}
.solution-card p{color:rgba(255,255,255,.66);font-size:13px;max-width:270px;margin:0 0 18px}
.solution-card a{font:600 12px var(--sans);color:#ebd5a5;text-decoration:none}
.value-section{background:#eae6dc}
.value-layout{display:grid;grid-template-columns:1fr 1fr;gap:88px;align-items:center}
.value-art{height:425px;background:#214238;position:relative;overflow:hidden;isolation:isolate}
.value-art:before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 70% 25%,rgba(215,182,119,.65),transparent 18%),linear-gradient(145deg,#17342d,#375e50)}
.value-orbit{position:absolute;border:1px solid rgba(238,225,199,.5);border-radius:50%;z-index:1}
.orbit-1{width:390px;height:390px;left:-150px;bottom:-200px}
.orbit-2{width:270px;height:270px;right:-120px;top:-130px}
.value-case{position:absolute;width:145px;height:238px;right:94px;bottom:47px;border:2px solid rgba(255,255,255,.25);border-radius:22px;background:linear-gradient(105deg,#786144,#d4ba8c 44%,#927651 46%,#5b462d);z-index:3;transform:rotate(8deg);box-shadow:18px 24px 20px rgba(0,0,0,.25)}
.value-case:before{content:'';position:absolute;left:20px;right:20px;top:70px;height:2px;background:rgba(255,255,255,.3);box-shadow:0 38px rgba(255,255,255,.3),0 76px rgba(255,255,255,.3)}
.value-bag{position:absolute;width:130px;height:165px;left:83px;bottom:35px;border:2px solid rgba(255,255,255,.25);border-radius:28px 28px 17px 17px;background:linear-gradient(135deg,#101d18,#63766a 48%,#15251f 50%);z-index:4;transform:rotate(-9deg);box-shadow:18px 24px 20px rgba(0,0,0,.25)}
.value-bag:before{content:'';position:absolute;left:38px;top:-26px;width:48px;height:44px;border:10px solid #1a2c25;border-bottom:0;border-radius:24px 24px 0 0}
.value-art>span{position:absolute;z-index:5;left:29px;top:28px;color:#e8d4a5;font:600 19px/1.05 var(--serif);letter-spacing:.13em}
.value-art small{font:600 8px var(--sans);letter-spacing:.16em}
.value-copy>p{max-width:510px;color:var(--muted);margin:24px 0}
.stats-row{display:flex;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 0;margin:28px 0}
.stats-row div{flex:1;border-right:1px solid var(--line);padding-left:18px;display:flex;flex-direction:column}
.stats-row div:first-child{padding-left:0}
.stats-row div:last-child{border:0}
.stats-row strong{font:600 27px var(--serif)}
.stats-row span{color:var(--muted);font-size:11px}
.center-heading{text-align:center;margin-bottom:60px}
.process-section{background:#f8f7f3}
.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.process-steps>div{border-top:1px solid var(--line);padding:18px 25px 0 0;position:relative}
.process-steps>div:not(:first-child){padding-left:25px}
.process-steps>div:before{content:'';position:absolute;width:7px;height:7px;background:var(--gold);border-radius:50%;top:-4px;left:0}
.process-steps>div:first-child:before{left:0}
.process-steps span{color:var(--gold);font:600 14px var(--serif)}
.process-steps h3{font:600 19px var(--serif);margin:30px 0 7px}
.process-steps p{color:var(--muted);font-size:12px;margin:0;max-width:200px}
.contact-section{background:#b18c51;color:#fff;padding:77px 0}
.contact-layout{display:flex;justify-content:space-between;align-items:center;gap:70px}
.contact-section .eyebrow{color:#f2e3c5}
.contact-section h2{margin-top:10px}
.contact-actions{max-width:460px}
.contact-actions p{font-size:14px;opacity:.85;margin:0 0 25px}
.contact-actions>div{display:flex;gap:12px}
.contact-section .btn-cream{background:#f5eee0}
.footer-main{padding:58px 0 44px;display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:30px}
.footer-main .brand{display:inline-flex}
.footer-brand>p{font-size:12px;color:var(--muted);max-width:180px;margin:18px 0 0}
.footer-main h4{font-size:11px;letter-spacing:.1em;color:var(--gold);margin:4px 0 15px}
.footer-main a,.footer-main button{display:block;border:0;background:none;padding:0;margin:0 0 9px;cursor:pointer;font:13px var(--sans);text-align:left}
.footer-main p{font-size:11px;line-height:1.7;color:var(--muted);margin:0 0 10px}
.footer-bottom{border-top:1px solid var(--line);display:flex;justify-content:space-between;color:var(--muted);font-size:10px;padding:15px 0}
.footer-bottom p{margin:0}
.floating-contact{position:fixed;right:20px;bottom:23px;z-index:16;display:flex;flex-direction:column;box-shadow:0 8px 22px rgba(0,0,0,.15)}
.floating-contact button{width:58px;height:53px;border:0;background:#fff;color:var(--ink);font:600 10px var(--sans);cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center}
.floating-contact button+button{border-top:1px solid var(--line)}
.floating-contact small{font:700 9px var(--sans);color:var(--gold);letter-spacing:.04em}
.modal{border:0;padding:0;background:transparent;width:min(640px,calc(100% - 30px));max-height:calc(100% - 30px);overflow:auto}
.modal::backdrop{background:rgba(7,17,14,.68);backdrop-filter:blur(3px)}
.modal-box{position:relative;background:#f9f8f4;padding:36px;width:100%;border:0}
.modal-close{position:absolute;top:16px;right:16px;border:0;background:none;font-size:28px;line-height:1;color:var(--ink);cursor:pointer}
.modal h2{font:600 32px/1.15 var(--serif);margin:10px 0}
.modal-intro{color:var(--muted);font-size:13px;max-width:520px;margin:0 0 22px}
.quote-calculator{background:#e7e3d9;padding:17px;display:grid;grid-template-columns:1.45fr 1fr 1fr 1fr;gap:13px;align-items:end}
.quote-calculator label,.form-grid label{display:flex;flex-direction:column;gap:6px}
.quote-calculator label>span,.form-grid label>span{color:#68746e;font-size:10px;font-weight:600;letter-spacing:.07em;text-transform:uppercase}
.quote-calculator select,.quote-calculator input,.form-grid input,.form-grid textarea{border:1px solid rgba(16,34,30,.2);background:#fff;border-radius:0;padding:9px;font:13px var(--sans);min-width:0;color:var(--ink);outline-color:var(--gold)}
.estimate{display:flex;flex-direction:column;gap:2px;border-left:1px solid rgba(16,34,30,.15);padding-left:12px}
.estimate small{font-size:10px;color:var(--muted)}
.estimate strong{font:600 20px var(--serif)}
.estimate span{font-size:9px;color:var(--muted)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:19px}
.form-grid .full{grid-column:1/-1}
.form-grid textarea{resize:vertical;min-height:75px}
.modal-actions{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:22px}
.contact-modal{text-align:center;max-width:430px;margin:auto}
.contact-modal-icon{height:42px;width:42px;margin:0 auto 14px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff;font:700 11px var(--sans)}
.contact-modal p{color:var(--muted);font-size:13px}
.qr-placeholder{width:152px;height:152px;margin:20px auto 13px;position:relative;overflow:hidden;background-color:#fff;background-image:linear-gradient(90deg,transparent 16%,#162a23 16% 22%,transparent 22% 29%,#162a23 29% 36%,transparent 36% 48%,#162a23 48% 54%,transparent 54% 63%,#162a23 63% 74%,transparent 74%),linear-gradient(transparent 13%,#162a23 13% 19%,transparent 19% 27%,#162a23 27% 36%,transparent 36% 44%,#162a23 44% 51%,transparent 51% 59%,#162a23 59% 68%,transparent 68% 78%,#162a23 78% 85%,transparent 85%);background-size:23px 23px}
.qr-placeholder:after{content:'';position:absolute;inset:0;background:repeating-linear-gradient(90deg,transparent 0 12px,rgba(22,42,35,.5) 12px 17px,transparent 17px 31px);mix-blend-mode:multiply;opacity:.55}
.qr-placeholder b{position:absolute;z-index:3;inset:53px;display:grid;place-items:center;background:#fff;font:700 10px var(--sans);color:var(--ink)}
.qr-corner{position:absolute;z-index:4;width:35px;height:35px;border:7px solid var(--ink);background:#fff}
.qr-corner:after{content:'';position:absolute;inset:5px;background:var(--ink)}
.c1{left:7px;top:7px}
.c2{right:7px;top:7px}
.c3{bottom:7px;left:7px}
.contact-setup{font-size:10px!important;margin:0 auto 16px!important;max-width:290px}
.contact-modal .btn{font-size:12px}
.hidden{display:none!important}
@media(max-width:760px){.shell{width:min(100% - 32px,1180px)}
.desktop-nav,.nav-quote{display:none}
.navbar{height:64px}
.menu-toggle{display:flex;width:30px;height:24px;border:0;background:none;padding:5px 0;justify-content:space-between;flex-direction:column;cursor:pointer}
.menu-toggle span{height:1px;background:var(--ink);width:100%}
.mobile-nav{padding:0 0 13px;gap:16px}
.mobile-nav.open{display:flex}
.mobile-nav a{font-size:13px;color:var(--ink);text-decoration:none}
.hero,.hero-content{min-height:575px}
.hero-image{object-position:60% center}
.hero-backpack{left:57.1vw;top:50%;width:54.1vw;filter:brightness(.84) contrast(1.07) saturate(.96) drop-shadow(0 13px 12px rgba(0,0,0,.45))}
.hero-shade{background:linear-gradient(90deg,rgba(4,16,13,.73),rgba(4,16,13,.22))}
.hero h1{font-size:45px}
.hero p{font-size:13px;max-width:400px}
.hero-proof{gap:18px;margin-top:46px}
.hero-proof strong{font-size:17px}
.trust-inner{padding:16px 0;align-items:flex-start;gap:12px;flex-direction:column}
.trust-items{gap:11px;flex-wrap:wrap}
.trust-items b{font-size:10px}
.section{padding:70px 0}
.section-heading,.contact-layout{flex-direction:column;align-items:flex-start;gap:20px}
.section-heading h2,.value-copy h2,.center-heading h2,.contact-section h2{font-size:35px}
.section-heading>p{max-width:500px}
.catalogue-toolbar{align-items:flex-start;padding:13px 0;flex-direction:column}
.search-box input{width:230px}
.product-grid{grid-template-columns:1fr 1fr;gap:11px}
.product-visual{height:177px}
.product-shape{transform:scale(.78)}
.product-card[data-type="luggage"] .product-shape{transform:scale(.75)}
.product-info{padding:13px}
.product-info h3{font-size:16px}
.product-desc{font-size:10px;height:35px}
.product-price strong{font-size:17px}
.tier-summary{font-size:9px}
.solution-grid{grid-template-columns:1fr}
.solution-card,.solution-card:not(:first-child){border-right:0;border-bottom:1px solid rgba(255,255,255,.2);padding:24px 0}
.solution-card h3{margin-top:14px}
.value-layout{grid-template-columns:1fr;gap:38px}
.value-art{height:330px}
.value-case{right:60px;bottom:26px;transform:scale(.78) rotate(8deg);transform-origin:bottom right}
.value-bag{left:57px;bottom:25px;transform:scale(.78) rotate(-9deg);transform-origin:bottom left}
.stats-row strong{font-size:22px}
.process-steps{grid-template-columns:1fr 1fr;row-gap:28px}
.process-steps>div:nth-child(3){padding-left:0}
.process-steps>div:nth-child(3):before{left:0}
.contact-section{padding:58px 0}
.footer-main{grid-template-columns:1.5fr 1fr;gap:30px 16px;padding:42px 0}
.footer-bottom{gap:15px;flex-direction:column}
.floating-contact{right:12px;bottom:13px}
.quote-calculator{grid-template-columns:1fr 1fr}
.quote-calculator label:first-child{grid-column:span 2}
.form-grid{grid-template-columns:1fr}
.form-grid .full{grid-column:auto}
.modal-actions{align-items:flex-start;flex-direction:column}
.modal-box{padding:30px 20px}
.language-picker{border-left:0;padding-left:0}
.topbar-inner{font-size:10px}
.topbar-link{font-size:10px}
}
@media(max-width:390px){.product-grid{grid-template-columns:1fr}
.product-visual{height:205px}
.product-shape,.product-card[data-type="luggage"] .product-shape{transform:scale(.9)}
.hero h1{font-size:39px}
.hero-buttons{gap:15px}
.trust-items{display:none}
}

/* Real product imagery extracted from the 2026 catalogue. */
.product-photo{position:absolute;inset:16px;width:calc(100% - 32px);height:calc(100% - 32px);object-fit:contain;object-position:center;z-index:2;image-rendering:auto;filter:drop-shadow(8px 10px 9px rgba(14,33,27,.14)) contrast(1.015) saturate(1.025);transition:filter .3s ease}
.product-card:hover .product-photo{filter:drop-shadow(9px 11px 10px rgba(14,33,27,.18)) contrast(1.02) saturate(1.04)}
.product-desc{height:auto;min-height:37px}
.product-spec{font-size:10px;color:#788078;margin:6px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-price{margin-top:12px}
.price-note{margin-top:1px}
@media(max-width:760px){.product-photo{inset:10px;width:calc(100% - 20px);height:calc(100% - 20px)}.product-desc{height:auto;min-height:35px}.product-spec{font-size:9px}.language-label{display:none}.language-picker{gap:5px;padding:5px 8px 5px 5px}.language-picker select{max-width:77px}.navbar .brand-mark{width:42px;height:42px;font-size:17px;box-shadow:3px 3px 0 var(--gold)}}

/* Company profile, manufacturing and quality content from the corporate introduction. */
.company-section{background:#eae6dc}
.company-heading{margin-bottom:52px}
.company-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:58px;align-items:start}
.company-photo-grid{height:548px;display:grid;grid-template-columns:1.18fr .82fr;grid-template-rows:1fr 1fr;gap:12px}
.company-photo{position:relative;overflow:hidden;margin:0;background:#d8ddd7}
.company-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}
.company-photo:hover img,.equipment-image:hover img{transform:scale(1.035)}
.company-photo-main{grid-row:span 2}
.company-photo-main img{object-position:50% center}
.company-photo-warehouse img{object-position:center}
.company-photo-showroom img{object-position:center}
.company-photo figcaption{position:absolute;left:0;right:0;bottom:0;padding:17px 18px;color:#fff;background:linear-gradient(transparent,rgba(5,20,16,.82));font:600 14px var(--serif);display:flex;flex-direction:column;gap:2px}
.company-photo figcaption small{font:600 9px var(--sans);letter-spacing:.13em;text-transform:uppercase;color:#e8d1a0}
.company-photo-warehouse figcaption,.company-photo-showroom figcaption{font:600 11px/1.35 var(--sans)}
.company-story>p{font:400 18px/1.65 var(--serif);letter-spacing:-.01em;margin:0 0 28px;max-width:490px}
.company-stats{display:grid;grid-template-columns:1fr 1fr;margin:0;border-top:1px solid var(--line);border-left:1px solid var(--line)}
.company-stats div{min-height:105px;padding:17px 18px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.company-stats dt{font:600 30px/1 var(--serif);letter-spacing:-.035em}
.company-stats dd{margin:7px 0 0;color:var(--muted);font-size:11px}
.company-center{display:flex;gap:16px;margin-top:24px;padding-top:22px;border-top:1px solid var(--line)}
.company-center img{width:116px;height:112px;object-fit:cover;flex:0 0 auto}
.company-center span{display:block;color:var(--gold);font:700 10px var(--sans);letter-spacing:.12em;text-transform:uppercase}
.company-center h3{font:600 20px var(--serif);margin:6px 0 3px}
.company-center p{color:var(--muted);font-size:12px;line-height:1.45;margin:0}
.manufacturing-section{background:#f8f7f3}
.manufacturing-layout{display:grid;grid-template-columns:.95fr 1.05fr;gap:55px;align-items:stretch}
.equipment-image{min-height:450px;margin:0;position:relative;overflow:hidden;background:#dce1db}
.equipment-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .45s ease}
.equipment-image:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,20,16,.78),transparent 48%)}
.equipment-image figcaption{position:absolute;z-index:1;left:21px;right:21px;bottom:19px;color:#fff;font:600 15px/1.4 var(--serif)}
.equipment-content{padding:24px 0 0}
.equipment-list{list-style:none;margin:18px 0 16px;padding:0;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr}
.equipment-list li{min-height:64px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:13px;font-size:13px}
.equipment-list li:nth-child(odd){padding-right:18px}
.equipment-list li:nth-child(even){padding-left:18px;border-left:1px solid var(--line)}
.equipment-list span{font:600 13px var(--serif);color:var(--gold)}
.equipment-list b{font-weight:600}
.equipment-content>p{max-width:420px;color:var(--muted);font-size:12px;margin:16px 0 0}
.quality-section{background:var(--ink);color:#fff}
.quality-layout{display:grid;grid-template-columns:1.04fr .96fr;gap:55px;align-items:stretch}
.quality-tests{border-top:1px solid rgba(255,255,255,.24)}
.quality-tests article{min-height:83px;border-bottom:1px solid rgba(255,255,255,.24);display:flex;align-items:center;gap:17px}
.quality-tests article span{color:#e7c88e;font:600 14px var(--serif)}
.quality-tests h3{font:600 22px var(--serif);margin:0}
.quality-tests>p{max-width:440px;color:rgba(255,255,255,.65);font-size:13px;line-height:1.65;margin:20px 0 0}
.quality-photos{display:grid;grid-template-columns:1fr 1fr;gap:12px;min-height:310px}
.quality-photos img{width:100%;height:100%;object-fit:cover;background:#e7e6df}
.quality-photos img:first-child{object-position:center}
.quality-photos img:last-child{object-position:center}
.qa-process{margin-top:60px;border-top:1px solid rgba(255,255,255,.24);border-bottom:1px solid rgba(255,255,255,.24);display:grid;grid-template-columns:1.55fr repeat(6,1fr)}
.qa-process-label{align-self:center;color:#e7c88e;font:700 10px var(--sans);letter-spacing:.14em;text-transform:uppercase}
.qa-process>div{min-height:92px;border-left:1px solid rgba(255,255,255,.24);padding:18px 14px;display:flex;flex-direction:column;justify-content:center;gap:5px}
.qa-process b{font:600 14px var(--serif);color:#e7c88e}
.qa-process span:not(.qa-process-label){font-size:11px;line-height:1.35;color:rgba(255,255,255,.78)}
.standards-section{background:#eee9df}
.component-grid{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.component-grid article{min-height:265px;padding:18px 16px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.component-grid img{width:100%;height:103px;object-fit:contain;display:block;margin-bottom:16px;mix-blend-mode:multiply}
.component-grid h3{font:600 18px var(--serif);margin:0 0 8px}
.component-grid h3 small{display:block;color:var(--gold);font:700 8px var(--sans);letter-spacing:.12em;text-transform:uppercase;margin-top:3px}
.component-grid p{margin:0;color:var(--muted);font-size:11px;line-height:1.55}
.certification-layout{display:grid;grid-template-columns:1.13fr .87fr;gap:40px;align-items:center;margin-top:52px;padding:37px;background:#fff}
.certification-stats{display:grid;grid-template-columns:1.5fr 1fr 1fr;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:13px}
.certification-stats>div{min-height:91px;padding:15px 12px;border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:center}
.certification-stats>div:first-child{padding-left:0}.certification-stats>div:last-child{border:0}
.certification-stats strong{font:600 28px var(--serif);letter-spacing:-.03em}.certification-stats span{color:var(--muted);font-size:10px;line-height:1.35;margin-top:5px}
.certification-copy p{font-size:12px;color:var(--muted);line-height:1.6;margin:16px 0 0;max-width:570px}
.certification-logos{display:grid;grid-template-columns:repeat(3,1fr);align-items:center;gap:18px}
.certification-logos img{max-width:100%;max-height:78px;justify-self:center;object-fit:contain;mix-blend-mode:multiply}
.partnership-section{background:#f8f7f3}
.partnership-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}
.partnership-grid article{min-height:210px;padding:26px 28px 20px 0;border-right:1px solid var(--line)}
.partnership-grid article:not(:first-child){padding-left:28px}
.partnership-grid article:last-child{border-right:0}
.partnership-grid span{font:600 14px var(--serif);color:var(--gold)}
.partnership-grid h3{font:600 24px var(--serif);margin:26px 0 8px}
.partnership-grid p{max-width:290px;margin:0;color:var(--muted);font-size:12px;line-height:1.6}
.partner-showcases{display:grid;gap:48px;margin-top:62px}
.partner-logo-section{padding-top:28px;border-top:1px solid var(--line)}
.partner-logo-heading{display:grid;grid-template-columns:1.15fr .85fr;gap:45px;align-items:end;margin-bottom:25px}
.partner-logo-heading h3{font:600 29px var(--serif);letter-spacing:-.025em;margin:8px 0 0}
.partner-logo-heading p{max-width:385px;margin:0;color:var(--muted);font-size:12px;line-height:1.65}
.partner-logo-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.partner-logo-grid figure{aspect-ratio:1;margin:0;padding:15%;background:#fff;border:1px solid rgba(16,34,30,.12);display:grid;place-items:center;overflow:hidden}
.partner-logo-grid img{width:100%;height:100%;display:block;object-fit:contain;mix-blend-mode:multiply;filter:grayscale(.08);transition:transform .22s ease,filter .22s ease}
.partner-logo-grid figure:hover img{filter:none;transform:scale(1.035)}
.partnership-note{margin:22px 0 0;color:var(--muted);font-size:11px}
@media(max-width:1040px){.desktop-nav{gap:17px}.desktop-nav a{font-size:12px}.navbar{gap:16px}.nav-actions{gap:9px}.language-picker{padding-left:10px}.company-grid,.manufacturing-layout,.quality-layout{gap:35px}.component-grid{grid-template-columns:repeat(3,1fr)}.component-grid article:nth-child(4),.component-grid article:nth-child(5){border-top:0}.qa-process{grid-template-columns:1.2fr repeat(6,1fr)}.qa-process>div{padding:14px 9px}}
@media(max-width:760px){.mobile-nav{flex-wrap:wrap}.company-heading{margin-bottom:32px}.company-grid,.manufacturing-layout,.quality-layout,.certification-layout{grid-template-columns:1fr;gap:30px}.company-photo-grid{height:455px}.company-story>p{font-size:17px}.company-stats div{min-height:88px;padding:14px}.company-stats dt{font-size:26px}.company-center{margin-top:20px}.manufacturing-layout{gap:24px}.equipment-image{min-height:310px}.equipment-content{padding-top:3px}.equipment-list{grid-template-columns:1fr}.equipment-list li:nth-child(odd),.equipment-list li:nth-child(even){padding:0;border-left:0}.quality-photos{min-height:270px}.qa-process{margin-top:36px;grid-template-columns:1fr 1fr 1fr}.qa-process-label{grid-column:1 / -1;padding:15px 0}.qa-process>div{min-height:70px;border-top:1px solid rgba(255,255,255,.24);padding:12px}.component-grid{grid-template-columns:1fr 1fr}.component-grid article{min-height:235px}.component-grid article:last-child{grid-column:span 2}.component-grid img{height:82px;margin-bottom:12px}.certification-layout{margin-top:34px;padding:25px}.certification-stats{grid-template-columns:1.2fr 1fr 1fr}.certification-stats strong{font-size:24px}.certification-logos{gap:11px}.partnership-grid{grid-template-columns:1fr}.partnership-grid article,.partnership-grid article:not(:first-child){min-height:0;border-right:0;border-bottom:1px solid var(--line);padding:22px 0}.partnership-grid h3{margin:12px 0 7px}.partnership-note{line-height:1.6}.brand{gap:9px}.brand-mark{width:38px;height:38px;font-size:13px}.brand strong{font-size:13px}.brand em{font-size:9px;letter-spacing:.27em}}
@media(max-width:760px){.partner-showcases{gap:28px;margin-top:38px}.partner-logo-section{padding-top:22px}.partner-logo-heading{display:flex;align-items:flex-start;flex-direction:column;gap:12px;margin-bottom:18px}.partner-logo-heading h3{font-size:25px}.partner-logo-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.partner-logo-grid figure{padding:13%}}
@media(max-width:760px){.clearance-section{padding-top:46px}.clearance-heading{grid-template-columns:auto 1fr;gap:16px;padding:23px 20px}.clearance-heading>p{grid-column:1/-1}.clearance-action{grid-column:1/-1;justify-self:start}.promo-product-grid{grid-template-columns:1fr;padding:20px}.promo-product-card{max-width:360px;width:100%}}
