@import url('assets/fonts.css');
:root{--brand:#1c1435;--accent:#b8291f;--sale:#b8291f;--text:#1a1614;--secondary:#6b6259;--neutral:#fff;--surface:#fff;--soft:#f7f5f2;--sunken:#efebe5;--border:#e6e1da;--radius:12px;--ease:cubic-bezier(.2,.7,.2,1)}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:132px}body{margin:0;background:#fff;color:var(--text);font-family:Manrope,'Noto Sans',sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button{border:0;background:none;cursor:pointer;color:inherit;padding:0}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;object-fit:cover}button:disabled{cursor:default}svg{flex-shrink:0}h1,h2,h3,p,figure{margin:0}h1,h2,h3{color:var(--brand);font-weight:650;line-height:1.16;letter-spacing:-.045em}h2{font-size:clamp(32px,3vw,44px)}h3{font-size:24px}p{overflow-wrap:break-word}[hidden]{display:none!important}.container{width:min(1320px,calc(100% - 96px));margin-inline:auto}.icon{display:inline-block;vertical-align:middle;width:20px;height:20px;fill:currentColor;stroke:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus-visible{outline:3px solid var(--accent);outline-offset:5px;border-radius:3px}.eyebrow{font-size:11px;font-weight:750;letter-spacing:.18em;line-height:1.5;color:var(--secondary);margin-bottom:16px}.meta{font-size:13px;color:var(--secondary)}.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;background:var(--accent);color:#fff;padding:16px 24px;min-height:54px;border:1px solid var(--accent);border-radius:7px;font-size:14px;font-weight:700;line-height:1.4;transition:background .22s,transform .22s,box-shadow .22s}.button .icon{margin-left:auto}.button.secondary{color:var(--brand);background:white;border-color:var(--border)}.button.full{width:100%}.text-link{display:inline-flex;align-items:center;gap:14px;font-weight:650;font-size:14px;min-height:44px;line-height:1.4}.text-link .icon{transition:transform .25s var(--ease)}.icon-button{width:44px;height:44px;display:inline-grid;place-items:center;border-radius:50%;flex-shrink:0}.chip{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:10px 17px;border:1px solid var(--border);border-radius:6px;font-size:14px;line-height:1.4;white-space:nowrap;background:#fff;transition:border-color .2s,background .2s}.chip.selected{background:var(--brand);border-color:var(--brand);color:#fff}.full{width:100%}
.brand{display:block;flex-shrink:0;width:136px}.brand-crop{display:block;position:relative;overflow:hidden;aspect-ratio:870/590}.brand-crop img{position:absolute;width:124.14%;max-width:none;height:auto;left:-12.18%;top:-18.81%;object-fit:contain}.promo-bar{background:var(--brand);color:#fff;font-size:11px;letter-spacing:.055em;line-height:1.4}.promo-bar .container{display:flex;align-items:center;justify-content:center;gap:18px;min-height:32px}.promo-separator{opacity:.5}.site-header{position:sticky;top:0;background:rgba(255,255,255,.97);z-index:25;border-bottom:1px solid var(--border);backdrop-filter:blur(18px)}.header-layout{display:flex;align-items:center;gap:28px;min-height:112px}.header-links{display:flex;align-items:center;gap:26px;margin-left:24px;white-space:nowrap}.header-links>*{font-size:13px;font-weight:650;min-height:44px;display:flex;align-items:center}.header-search{margin-left:auto;width:300px}.search-form{display:flex;align-items:center;gap:12px;background:var(--soft);border:1px solid transparent;border-radius:7px;min-height:48px;padding-left:15px;transition:border-color .2s,background .2s}.search-form:focus-within{border-color:var(--brand);background:#fff}.search-form input{width:100%;min-width:0;border:0;background:transparent;color:var(--text);outline:none;font-size:13px;height:48px}.search-form input::placeholder{color:var(--secondary)}.search-submit{width:42px;min-width:42px;height:44px;display:grid;place-items:center}.mobile-menu,.header-search-mobile{display:none}.header-call{border:1px solid var(--border)}.category-strip{border-bottom:1px solid var(--border)}.category-strip .container{display:flex;justify-content:space-between;gap:24px;white-space:nowrap}.category-strip button{font-size:12px;font-weight:650;min-height:51px;position:relative}.category-strip button::after{content:'';height:2px;background:var(--brand);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0);transition:transform .2s}.category-strip button.active::after{transform:scaleX(1)}.category-strip .nav-sale{color:var(--accent)}
.section{padding:88px 0}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:34px}.section-heading h2{max-width:760px}.section-heading .text-link{flex-shrink:0}.section-description{color:var(--secondary);margin-top:20px}.product-section-heading{display:flex;align-items:flex-end;gap:25px;margin-bottom:32px}.product-section-heading .section-heading{flex:1;margin:0}.rail-controls{display:flex;gap:8px;flex-shrink:0}.rail-controls button,.hero-arrows button{width:44px;height:44px;border:1px solid var(--border);border-radius:50%;display:grid;place-items:center;background:#fff;transition:background .2s,color .2s}.rail-controls button:first-child .icon,.hero-arrows button:first-child .icon{transform:rotate(180deg)}.rail-progress{height:2px;background:var(--border);margin-top:27px;overflow:hidden}.rail-progress>span{display:block;height:100%;width:100%;background:var(--brand);transform-origin:left;transform:scaleX(.5)}.product-row{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 72px)/4);gap:24px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:2px}.product-row::-webkit-scrollbar,.home-rail::-webkit-scrollbar,.social-rail::-webkit-scrollbar{display:none}.product-card{min-width:0;scroll-snap-align:start}.product-photo{position:relative;aspect-ratio:4/5;overflow:hidden;border-radius:10px;background:var(--soft)}.product-photo>img{width:100%;height:100%;transition:transform .6s var(--ease)}.photo-open{position:absolute;inset:0;z-index:1;width:100%;height:100%;border-radius:inherit}.photo-open:focus-visible{outline-offset:-6px}.badge{display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:750;padding:6px 10px;border-radius:4px;line-height:1.4}.badge-sale{background:var(--accent);color:#fff}.product-photo .badge{position:absolute;left:14px;top:14px;pointer-events:none}.photo-detail{position:absolute;right:14px;bottom:14px;border-radius:50%;width:38px;height:38px;background:#fff;display:grid;place-items:center;pointer-events:none;transition:transform .3s}.product-info{padding:19px 1px 0}.product-meta{display:flex;justify-content:space-between;font-size:12px;color:var(--secondary);margin-bottom:7px}.product-info h3{font-size:20px;letter-spacing:-.035em;margin-bottom:12px}.product-info h3 button{text-align:left;line-height:1.4}.product-price-line{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.price-row{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.price{font-weight:750;font-size:22px;color:var(--brand);letter-spacing:-.04em;line-height:1.4}.price-row del{font-size:13px;color:var(--secondary);text-decoration-thickness:1px}.product-size{font-size:11px;color:var(--secondary);white-space:nowrap}.product-detail-link{display:flex;justify-content:space-between;align-items:center;width:100%;min-height:48px;margin-top:12px;border-top:1px solid var(--border);font-size:12px;font-weight:650}.product-detail-link .icon{width:18px;transition:transform .3s}.bottom-bar{display:none}
/* Native dialogs preserve keyboard focus and background inertness. */
dialog{border:0;padding:28px;max-height:min(90dvh,940px);width:min(680px,calc(100% - 48px));max-width:none;margin:auto;border-radius:16px;background:#fff;color:var(--text);box-shadow:0 20px 90px #1c143530;overscroll-behavior:contain;scrollbar-width:thin}dialog::backdrop{background:rgba(20,13,31,.48);backdrop-filter:blur(5px)}.dialog-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:24px}.dialog-heading h2{font-size:30px}.dialog-heading .eyebrow{font-size:10px;margin-bottom:7px}.dialog-heading>.eyebrow{align-self:center;margin:0}.close-button{background:var(--soft);position:relative}.dialog-heading .close-button{margin-top:-5px;margin-right:-5px}.search-dialog>.search-form{border:1px solid var(--border);margin-bottom:30px}.search-dialog input{font-size:16px}.search-dialog h3{font-size:16px;letter-spacing:-.025em;margin:22px 0 14px}.popular-chips{display:flex;gap:8px;flex-wrap:wrap}.recent-heading{display:flex;align-items:center;justify-content:space-between}.recent-heading .text-link{font-size:12px;color:var(--secondary)}.recent-searches button{display:flex;gap:14px;align-items:center;min-height:48px;width:100%;font-size:14px;text-align:left}.recent-searches button .icon:last-child{margin-left:auto}.search-result{display:flex;align-items:center;width:100%;gap:18px;text-align:left;padding:15px 0;border-bottom:1px solid var(--border)}.result-photo{width:74px;height:94px;border-radius:6px;flex-shrink:0}.result-info{flex:1;display:flex;flex-direction:column;gap:6px}.result-info>strong:first-child{font-weight:700;font-size:16px}.result-info .price{font-size:19px}.search-footer{margin-top:26px}.empty-state{text-align:center;padding:38px 12px}.empty-state>.icon{width:35px;height:35px;margin-bottom:16px}.empty-state p{margin:16px auto 22px;max-width:38ch;color:var(--secondary);font-size:14px}.drawer{width:min(520px,calc(100% - 40px))}.menu-group-title{font-size:10px;letter-spacing:.15em;color:var(--secondary);margin:28px 0 10px}.menu-list>*{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;padding:15px 0;border-bottom:1px solid var(--border);font-weight:550;font-size:16px;min-height:52px}.menu-phone{display:block;font-size:22px;letter-spacing:-.04em;margin-top:30px;color:var(--brand)}.guide-rooms{display:grid;gap:30px}.guide-rooms img{height:200px;width:100%;border-radius:8px;margin-bottom:16px}.guide-rooms h3{font-size:22px}.guide-rooms p{font-size:14px;color:var(--secondary);margin:12px 0 16px}.guide-rooms .chip+.chip{margin-left:5px}.guide-back{margin-bottom:18px;font-size:12px}.guide-back .icon{transform:rotate(180deg)}
.product-dialog{width:min(1020px,calc(100% - 64px));padding:22px 28px 28px}.product-dialog>.dialog-heading{margin-bottom:16px}.quick-product{display:grid;grid-template-columns:1fr 1fr;gap:38px}.quick-gallery{min-width:0}.quick-main-image{position:relative;overflow:hidden;border-radius:9px;aspect-ratio:4/5;background:var(--soft)}.quick-main-image>img{width:100%;height:100%;transition:transform .4s var(--ease)}.quick-main-image.is-zoomed>img{transform:scale(1.65)}.gallery-label{position:absolute;bottom:14px;left:14px;display:flex;align-items:center;gap:7px;font-size:11px;padding:7px 10px;background:#ffffffdf;border-radius:4px;pointer-events:none}.gallery-label .icon{width:15px;height:15px}.gallery-thumbnails{display:flex;align-items:center;gap:10px;padding-top:13px}.gallery-thumb{width:62px;height:70px;overflow:hidden;border-radius:5px;border:2px solid transparent;padding:3px;flex-shrink:0}.gallery-thumb img{width:100%;height:100%;border-radius:2px}.gallery-thumb.active{border-color:var(--brand)}.gallery-thumbnails>span{margin-left:8px;font-size:11px;color:var(--secondary)}.quick-info{padding:10px 0 0}.quick-info>.eyebrow{font-size:11px;margin-bottom:10px}.quick-info h2{font-size:38px}.quick-description{font-size:14px;color:var(--secondary);margin:18px 0 23px;line-height:1.75}.quick-price{display:flex;align-items:center;justify-content:space-between;gap:12px}.quick-price .price{font-size:32px}.quick-price del{font-size:15px}.quick-savings{color:var(--accent);font-size:12px;margin-top:5px}.quick-size-header{display:flex;align-items:center;justify-content:space-between;margin-top:26px;gap:12px;font-size:14px}.quick-size-header strong span{font-weight:400;font-size:12px;color:var(--secondary);margin-left:5px}.quick-size-header button{font-size:12px;text-decoration:underline;text-underline-offset:4px;min-height:44px}.quick-variants{display:flex;flex-wrap:wrap;gap:8px;margin-top:5px}.quick-variants .chip{flex:1;min-width:95px}.quick-trust{display:flex;gap:18px;margin:24px 0;font-size:11px;color:var(--secondary)}.quick-trust span{display:flex;gap:6px;align-items:center}.quick-trust .icon{width:16px;height:16px}.product-care{border-block:1px solid var(--border)}.product-care summary{display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:650;min-height:53px;cursor:pointer;list-style:none}.product-care summary::-webkit-details-marker{display:none}.product-care p{font-size:13px;color:var(--secondary);padding-bottom:18px}.quick-order-block{margin-top:25px}.quick-order-block p{font-size:11px;text-align:center;color:var(--secondary);margin-top:10px}.gallery-dialog{width:min(1100px,calc(100% - 48px));background:#17131e;color:white;padding:22px;border-radius:12px}.gallery-dialog h2{color:#fff;font-size:22px}.gallery-dialog .close-button{background:#ffffff16;color:#fff}.lightbox-stage{position:relative;display:grid;place-items:center;height:min(68vh,720px)}.lightbox-stage>img{width:100%;height:100%;object-fit:contain;min-height:0;max-height:100%}.lightbox-stage .icon-button{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffed;color:var(--brand);box-shadow:0 2px 20px #0002}.lightbox-prev{left:8px}.lightbox-prev .icon{transform:rotate(180deg)}.lightbox-next{right:8px}.lightbox-caption{display:flex;justify-content:space-between;gap:20px;font-size:13px;padding-top:17px}.lightbox-caption span{color:#bbb;white-space:nowrap}
@media(hover:hover){.button:hover{background:#982019;border-color:#982019;box-shadow:0 5px 18px #b8291f20}.button.secondary:hover{color:var(--brand);background:var(--soft);border-color:var(--border)}.text-link:hover .icon{transform:translateX(5px)}.icon-button:hover{background:var(--sunken)}.header-links>*:hover,.category-strip button:hover{color:var(--accent)}.category-strip button:hover::after{transform:scaleX(1)}.product-card:hover .product-photo>img{transform:scale(1.045)}.product-card:hover .photo-detail{transform:rotate(90deg)}.product-detail-link:hover .icon{transform:translateX(4px)}.chip:hover{border-color:var(--brand)}.rail-controls button:not(:disabled):hover,.hero-arrows button:hover{background:var(--brand);border-color:var(--brand);color:white}.search-result:hover{background:var(--soft)}}
@media(max-width:1200px){.container{width:calc(100% - 64px)}.header-links{gap:20px;margin-left:0}.header-layout{gap:22px}.header-search{width:250px}.header-links>*{font-size:12px}.product-price-line{display:block}.product-size{display:block;margin-top:6px}}
@media(max-width:1000px){.header-links{display:none}.header-search{width:min(390px,60%)}.header-layout{min-height:103px}.product-row{grid-auto-columns:calc((100% - 40px)/3);gap:20px}.quick-product{gap:25px}.quick-info h2{font-size:30px}.quick-trust{gap:12px;flex-wrap:wrap}.container{width:calc(100% - 48px)}}
@media(max-width:759px){html{scroll-padding-top:100px}body{padding-bottom:96px}.container{width:calc(100% - 40px)}.section{padding:52px 0}.eyebrow{font-size:10px;letter-spacing:.14em;margin-bottom:12px}h2{font-size:32px;letter-spacing:-.045em}.section-heading{display:block;margin-bottom:24px}.section-heading .text-link{margin-top:14px}.section-description{font-size:14px}.header-layout{min-height:87px;gap:12px;justify-content:center}.brand{width:102px}.mobile-menu{display:grid;position:absolute;left:14px}.header-search-mobile{display:grid;position:absolute;right:14px}.header-search,.header-call{display:none}.promo-bar{font-size:9px;letter-spacing:.025em}.promo-bar .container{min-height:29px;gap:9px;width:100%}.category-strip .container{width:100%;justify-content:flex-start;padding:0 20px;overflow-x:auto;scrollbar-width:none;gap:25px}.category-strip button{font-size:11px;min-height:45px}.product-section-heading{align-items:flex-end;gap:15px;margin-bottom:23px}.product-section-heading .section-heading{display:block}.product-section-heading .section-heading .text-link{font-size:12px;margin-top:10px;min-height:38px}.rail-controls{gap:6px}.rail-controls button{width:40px;height:40px}.product-row{grid-auto-columns:76%;gap:16px;margin-right:-20px;padding-right:20px;scroll-padding-right:20px}.product-photo{aspect-ratio:1;border-radius:9px}.product-info{padding-top:16px}.product-info h3{font-size:22px;margin-bottom:9px}.product-price-line{display:flex}.product-size{display:inline-block;margin:0;font-size:11px}.product-meta{font-size:12px}.price{font-size:24px}.product-detail-link{font-size:13px;min-height:45px}.rail-progress{margin-top:22px}.bottom-bar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));position:fixed;z-index:40;bottom:max(10px,env(safe-area-inset-bottom));left:12px;right:12px;min-height:68px;background:rgba(255,255,255,.97);border:1px solid #e9e5e1;border-radius:16px;box-shadow:0 4px 32px #1c143514;backdrop-filter:blur(18px);padding:5px}.bottom-bar>*{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-size:10px;font-weight:550;line-height:1.4;color:var(--secondary);border-radius:11px;transition:color .2s,background .2s}.bottom-bar .icon{width:22px;height:22px}.bottom-bar>.active{color:var(--brand);background:var(--soft);font-weight:750}.modal-open .bottom-bar{visibility:hidden}dialog{width:100%;max-height:92dvh;margin:auto 0 0;position:fixed;bottom:0;top:auto;border-radius:18px 18px 0 0;padding:24px 20px calc(24px + env(safe-area-inset-bottom))}.dialog-heading{margin-bottom:22px}.dialog-heading h2{font-size:27px}.drawer{width:100%}.product-dialog{width:100%;padding:16px 20px 0;max-height:94dvh}.product-dialog>.dialog-heading{position:sticky;top:-16px;z-index:5;background:#fff;padding:12px 0;margin-top:-12px;margin-bottom:10px}.quick-product{display:block}.quick-main-image{aspect-ratio:1.12}.gallery-thumbnails{padding-top:9px}.gallery-thumb{width:51px;height:57px}.quick-info{padding-top:24px}.quick-info h2{font-size:34px}.quick-description{margin:14px 0 19px;font-size:14px}.quick-size-header{margin-top:19px}.quick-trust{font-size:11px;gap:18px;margin:20px 0}.quick-order-block{position:sticky;bottom:0;padding:14px 0 calc(15px + env(safe-area-inset-bottom));background:rgba(255,255,255,.97);backdrop-filter:blur(12px);margin-top:17px;z-index:3;border-top:1px solid var(--border)}.quick-order-block p{font-size:10px;margin-top:7px}.product-care{margin-bottom:0}.gallery-dialog{width:100%;margin:auto;bottom:auto;top:50%;transform:translateY(-50%);border-radius:0;padding:18px 15px}.gallery-dialog .dialog-heading h2{font-size:18px}.lightbox-stage{height:60dvh}.lightbox-caption{font-size:12px}.search-result{gap:13px}.result-photo{width:62px;height:82px}.result-info>strong:first-child{font-size:15px}.result-info .meta{font-size:11px}.search-result>.icon{width:17px}.button{min-height:52px}.guide-dialog .dialog-heading h2{font-size:29px}}
@media(max-width:374px){.container{width:calc(100% - 32px)}.mobile-menu{left:10px}.header-search-mobile{right:10px}.product-row{grid-auto-columns:86%;margin-right:-16px;padding-right:16px}.product-section-heading h2{font-size:29px}.rail-controls button{width:38px;height:38px}.bottom-bar{left:8px;right:8px}.quick-info h2{font-size:30px}.quick-variants .chip{min-width:85px;padding-inline:10px}.quick-trust{gap:9px}.dialog-heading h2{font-size:25px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}

@media(min-width:760px) and (max-width:1000px){.mobile-menu{display:grid}.header-search{width:auto;flex:1}.header-layout{gap:18px}}
