:root{--ink:#171914;--muted:#6d7168;--line:#d9ddd3;--paper:#fff;--soft:#e8e9e3;--sage:#aeb7a1;--peach:#f1d6c8;--blue:#d9e6f1;--accent:#c8f250;--max:1440px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Arial,sans-serif}button,input,select{font:inherit;color:inherit}button,a{ -webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}.header{height:72px;display:flex;align-items:center;gap:48px;padding:0 max(24px,calc((100vw - var(--max))/2));border-bottom:1px solid var(--line);position:sticky;top:0;background:#fff;z-index:30}.logo{font-size:25px;font-weight:800;letter-spacing:4px}.nav{display:flex;gap:38px;margin:auto}.nav a{font-size:13px;text-transform:uppercase;letter-spacing:.5px}.nav a:hover{opacity:.55}.header-actions{display:flex;align-items:center;gap:15px}.icon-btn{width:28px;height:28px;padding:3px;border:0;background:none;display:grid;place-items:center;position:relative}.search-icon{width:16px;height:16px;border:1.8px solid;border-radius:50%;position:relative}.search-icon:after{content:"";width:7px;height:2px;background:currentColor;position:absolute;right:-5px;bottom:-2px;transform:rotate(45deg)}.user-icon{width:13px;height:13px;border:1.7px solid;border-radius:50%;position:relative;top:-3px}.user-icon:after{content:"";width:20px;height:10px;border:1.7px solid;border-bottom:0;border-radius:15px 15px 0 0;position:absolute;left:-5px;top:15px}.bag-icon{width:18px;height:17px;border:1.7px solid;position:relative;top:2px}.bag-icon:before{content:"";width:8px;height:7px;border:1.7px solid;border-bottom:0;border-radius:8px 8px 0 0;position:absolute;left:3px;top:-8px}.cart-count{position:absolute;right:-7px;top:-5px;background:var(--accent);border-radius:50%;min-width:17px;height:17px;font-size:10px;display:grid;place-items:center}.mobile-only{display:none}.page{display:none;max-width:var(--max);margin:auto}.page.active{display:block}.page-pad{padding:42px 24px 90px}.hero{margin:24px;min-height:500px;background:var(--soft);display:flex;position:relative;overflow:hidden}.hero-copy{width:58%;padding:96px 52px;position:relative;z-index:2}.eyebrow{text-transform:uppercase;letter-spacing:2px;color:var(--muted);font-size:13px}.hero h1,.catalog-title h1,.product-info h1,.cart-title h1,.empty-page h1{font:normal clamp(48px,5vw,76px)/.98 Georgia,serif;margin:30px 0 22px}.lead{color:var(--muted);font-size:17px;margin-bottom:32px}.button{min-height:54px;padding:0 28px;border:0;border-radius:28px;display:inline-flex;align-items:center;justify-content:center;gap:22px;text-transform:uppercase;font-size:13px;letter-spacing:.4px;cursor:pointer}.button-dark{background:var(--ink);color:#fff}.button-dark:hover{background:#30332c}.button-wide{width:100%}.hero-art{width:42%;position:relative}.sun{position:absolute;width:470px;height:470px;border-radius:50%;background:var(--peach);left:-25px;top:60px}.person{position:absolute;inset:52px 40px 0;display:flex;flex-direction:column;align-items:center}.head{width:78px;height:92px;background:#d7ae98;border-radius:45% 45% 50% 50%;position:relative;z-index:2}.head:before{content:"";position:absolute;width:86px;height:40px;left:-4px;top:-4px;background:#332d2a;border-radius:50% 50% 15% 15%}.jacket,.garment{background:var(--sage);clip-path:polygon(25% 0,75% 0,100% 18%,84% 31%,82% 100%,18% 100%,16% 31%,0 18%)}.jacket{width:300px;height:375px;margin-top:-4px}.section-head{display:flex;align-items:center;justify-content:space-between;padding:38px 24px 20px}.section-head h2{font-size:25px}.section-head a{text-transform:uppercase;font-size:12px}.product-row,.catalog-grid{display:flex;gap:24px;padding:0 24px}.product-card{flex:1;min-width:0}.product-card a{display:block}.product-art{height:300px;border-radius:7px;display:grid;place-items:center;position:relative;overflow:hidden}.product-art.sage,.large-product-art.sage,.thumb.sage{background:var(--soft)}.product-art.blue,.thumb.blue{background:var(--blue)}.product-art.peach,.thumb.peach{background:var(--peach)}.product-art.sand{background:#d9d2c3}.product-art .garment{width:46%;height:73%}.product-art[data-color="cream"] .garment{background:#eee8df}.product-art[data-color="dark"] .garment{background:#414640;clip-path:polygon(20% 0,80% 0,100% 100%,0 100%)}.product-art[data-color="bag"] .garment{background:#657481;clip-path:polygon(20% 15%,80% 15%,94% 100%,6% 100%)}.product-art[data-color="sand"] .garment{background:#a89982}.card-copy{display:flex;justify-content:space-between;gap:15px;padding:14px 0}.card-copy p{margin:0;font-size:15px}.card-copy small{display:block;color:var(--muted);margin-top:7px}.benefits{display:flex;margin:80px 24px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.benefits div{flex:1;padding:25px;border-right:1px solid var(--line)}.benefits div:last-child{border:0}.benefits strong,.benefits span{display:block}.benefits span{color:var(--muted);font-size:13px;margin-top:8px}.breadcrumbs{font-size:12px;color:var(--muted);text-transform:uppercase}.catalog-title,.cart-title{display:flex;align-items:end;gap:28px}.catalog-title h1,.cart-title h1{margin:22px 0}.catalog-title span,.cart-title span{color:var(--muted);font-size:13px;margin-bottom:32px;text-transform:uppercase}.filters{display:flex;gap:8px;padding:8px 0 20px;border-bottom:1px solid var(--line);margin-bottom:28px}.filters button,.filters select{border:1px solid var(--line);background:#fff;border-radius:22px;padding:10px 16px;font-size:13px}.filters button.active{background:var(--ink);color:#fff}.filters select{margin-left:auto}.catalog-grid{padding:0;flex-wrap:wrap}.catalog-grid .product-card{flex:0 0 calc(25% - 18px)}.catalog-grid .product-art{height:410px}.product-layout{display:flex;gap:54px}.product-gallery{display:flex;flex:1.25;gap:16px;min-width:0}.large-product-art{flex:1;height:700px;display:grid;place-items:center;position:relative}.large-product-art .garment{width:55%;height:72%}.wish{position:absolute;right:25px;top:25px;border:0;background:#fff;border-radius:50%;width:48px;height:48px;font-size:25px}.thumbs{width:130px;display:flex;flex-direction:column;gap:16px}.thumb{height:160px;display:grid;place-items:center}.mini-garment{width:60%;height:75%;background:var(--sage);clip-path:polygon(25% 0,75% 0,100% 18%,84% 31%,82% 100%,18% 100%,16% 31%,0 18%)}.back{background:#9ca78f}.product-info{flex:.85;padding:18px 0;max-width:500px}.product-info h1{font-size:50px;margin:24px 0 12px}.price{font-size:21px}.option{margin:44px 0 28px}.option>span,.size-head{font-size:13px;text-transform:uppercase}.swatches{display:flex;gap:12px;margin-top:15px}.swatch{width:34px;height:34px;border-radius:50%;border:5px solid #fff;outline:1px solid transparent;background:var(--color)}.swatch.selected{outline-color:var(--ink)}.size-head{display:flex;justify-content:space-between}.size-head button{background:none;border:0;text-decoration:underline;color:var(--muted);font-size:12px}.sizes{display:flex;gap:10px;margin:15px 0 30px}.sizes button{flex:1;height:48px;border:1px solid var(--line);background:#fff}.sizes button.selected{background:var(--ink);color:#fff}.product-info details{border-bottom:1px solid var(--line);padding:20px 0}.product-info summary{text-transform:uppercase;font-size:13px;cursor:pointer}.product-info details p{color:var(--muted);line-height:1.5;font-size:14px}.delivery-note{margin-top:28px;display:grid;grid-template-columns:30px 1fr}.delivery-note .truck-icon{grid-row:1/3}.delivery-note small{color:var(--muted);margin-top:6px}.cart-layout{display:flex;gap:80px}.cart-items{flex:1}.cart-item{display:flex;gap:28px;padding:22px 0;border-bottom:1px solid var(--line)}.cart-item .product-art{width:180px;height:220px;flex:none}.cart-item-copy{flex:1;position:relative}.cart-item-copy h3{font-size:20px;margin:8px 0}.cart-item-copy p{color:var(--muted);font-size:13px}.cart-item-copy .item-price{position:absolute;right:0;top:0;color:var(--ink);font-size:15px}.quantity{display:flex;width:126px;height:42px;border:1px solid var(--line);border-radius:22px;margin-top:86px}.quantity button,.quantity span{width:42px;border:0;background:none;display:grid;place-items:center}.remove{border:0;background:none;text-decoration:underline;color:var(--muted);font-size:12px;position:absolute;right:0;bottom:15px}.summary{width:480px;background:#f0f1ec;padding:34px;border-radius:9px;height:max-content}.summary h2{margin-top:0}.summary>div{display:flex;justify-content:space-between;margin:25px 0;font-size:14px}.summary hr{border:0;border-top:1px solid var(--line)}.summary .total{font-size:18px}.promo{height:52px;display:flex;background:#fff;border:1px solid var(--line);margin:22px 0}.promo input{border:0;background:none;padding:0 15px;flex:1;min-width:0;text-transform:uppercase;font-size:12px}.promo button{border:0;background:none;width:50px}.summary small{color:var(--muted)}.empty-state{padding:80px 20px;text-align:center;color:var(--muted)}.empty-page{text-align:center;padding:160px 24px}.empty-page h1{font-size:54px}footer{background:var(--ink);color:#fff;margin-top:60px;padding:60px max(24px,calc((100vw - var(--max))/2));display:flex;align-items:center;gap:50px}footer p{color:#aaa}footer div{display:flex;gap:30px;margin-left:auto;font-size:13px}footer small{color:#888}.toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%,30px);background:var(--ink);color:#fff;padding:15px 24px;border-radius:30px;opacity:0;pointer-events:none;transition:.25s;z-index:50}.toast.show{opacity:1;transform:translate(-50%,0)}dialog{border:0;border-radius:12px;padding:34px;box-shadow:0 20px 70px #0003}dialog::backdrop{background:#0006}.dialog-close{position:absolute;right:12px;top:8px;border:0;background:none;font-size:26px}table{border-collapse:collapse}th,td{padding:12px 24px;border-bottom:1px solid var(--line);text-align:left}
@media(max-width:800px){.desktop-only{display:none}.mobile-only{display:grid}.header{height:70px;padding:0 20px;justify-content:space-between;gap:0}.header .logo{font-size:22px}.nav{position:absolute;top:70px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:24px;display:none;flex-direction:column;gap:22px}.nav.open{display:flex}.menu-icon{width:20px;height:12px;border-top:2px solid;border-bottom:2px solid}.search-btn{display:none}.header-actions{gap:4px}.hero{margin:0;min-height:640px;display:block}.hero-copy{width:100%;padding:55px 22px;position:absolute}.hero-copy h1{font-size:50px}.hero .lead{max-width:230px}.hero-art{width:100%;height:640px}.sun{width:380px;height:380px;left:100px;top:200px}.person{inset:180px -30px 0 auto;width:280px}.head{width:62px;height:70px}.jacket{width:230px;height:330px}.section-head{padding-top:36px}.product-row{overflow-x:auto;padding-bottom:12px}.product-row .product-card{min-width:230px}.product-art{height:250px}.benefits{overflow-x:auto;margin-top:55px}.benefits div{min-width:260px}.page-pad{padding:30px 20px 70px}.catalog-title h1,.cart-title h1{font-size:47px}.filters{overflow-x:auto}.filters button{white-space:nowrap}.filters select{min-width:150px}.catalog-grid{gap:14px}.catalog-grid .product-card{flex-basis:calc(50% - 7px)}.catalog-grid .product-art{height:240px}.card-copy{display:block}.card-copy>p:last-child{margin-top:7px}.product-layout{display:block}.product-gallery{display:block;margin:0 -20px}.large-product-art{height:430px}.thumbs{display:none}.product-info{padding:30px 0}.product-info h1{font-size:38px}.product-info .option{margin-top:30px}.cart-layout{display:block}.cart-item{gap:14px}.cart-item .product-art{width:115px;height:150px}.cart-item-copy h3{font-size:16px}.cart-item-copy .item-price{position:static}.quantity{margin-top:20px}.remove{bottom:5px}.summary{width:auto;margin:40px -20px -70px;border-radius:28px 28px 0 0;padding:30px 20px}.empty-page{padding:110px 24px}.empty-page h1{font-size:42px}footer{display:block;padding:45px 24px}footer div{margin:35px 0;flex-direction:column;gap:15px}}
.logo:has(img){display:flex;align-items:center;min-width:0;letter-spacing:0}.logo img{display:block;width:auto;height:auto;max-width:100%;object-fit:contain}.header .logo img{width:auto;max-width:min(190px,24vw);height:40px;max-height:calc(100% - 18px)}footer>.logo img{width:auto;max-width:210px;height:52px;max-height:52px}@media(max-width:800px){.header .logo img{max-width:138px;height:34px;max-height:calc(100% - 20px)}footer>.logo img{max-width:170px;height:44px}}
.mobile-menu-logo{display:none}@media(max-width:800px){.nav .mobile-menu-logo{display:flex;width:100%;min-height:48px;margin:-7px 0 3px;padding:0 0 17px;align-items:center;justify-content:center;border-bottom:1px solid var(--line);text-transform:none}.nav .mobile-menu-logo img{width:auto;height:32px;max-width:132px;max-height:32px;object-fit:contain}}
