:root{--rose:#B96F68;--rose-dark:#914E49;--rose-soft:#F3E2DF;--cream:#FFFCFA;--ink:#272221;--muted:#746866;--line:#E8D9D6;--white:#fff;--shadow:0 12px 35px rgba(103,54,49,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:"DM Sans",sans-serif}img{display:block;max-width:100%}button,input{font:inherit}button{cursor:pointer}.shell{width:min(1280px,calc(100% - 42px));margin:auto}
.announcement{padding:9px 18px;background:#B96F68;color:#fff;text-align:center;font-size:10px;font-weight:700;letter-spacing:.19em}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,253,252,.97);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.header-main{min-height:92px;display:grid;grid-template-columns:180px minmax(320px,1fr) 175px;align-items:center;gap:34px}.brand img{width:150px;max-height:66px;object-fit:contain}.search{height:46px;display:flex;align-items:center;gap:10px;padding:0 16px;background:#fff;border:1px solid #e7ddda;border-radius:3px}.search:focus-within{border-color:var(--rose);box-shadow:0 0 0 3px rgba(185,111,104,.14)}.search-icon{font-size:20px;color:var(--rose-dark)}.search input{flex:1;border:0;outline:0;background:transparent;color:var(--ink);font-size:14px}.header-meta{text-align:right;color:var(--muted);font-size:11px}.header-meta .ok{color:#64806a}.header-meta .error{color:#a05f59}.refresh-btn{margin-top:6px;padding:6px 12px;border:1px solid var(--line);background:#fff;color:var(--rose-dark);font-size:10px;border-radius:2px}.refresh-btn:hover{border-color:var(--rose)}
.category-nav{display:flex;justify-content:center;gap:31px;overflow:auto;scrollbar-width:none}.category-nav::-webkit-scrollbar{display:none}.category-btn{border:0;background:transparent;padding:0 0 14px;white-space:nowrap;color:#554d4b;font-size:12px;font-weight:600;border-bottom:2px solid transparent}.category-btn.active,.category-btn:hover{color:var(--rose-dark);border-color:var(--rose)}
.store-intro{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:45px 0 34px;border-bottom:1px solid var(--line)}.eyebrow,.catalog-kicker{margin:0 0 9px;color:var(--rose-dark);font-size:10px;font-weight:700;letter-spacing:.17em}.store-intro h1{margin:0;font-family:"Playfair Display",serif;font-size:38px;font-weight:600;letter-spacing:-.02em}.store-intro p:not(.eyebrow){margin:10px 0 0;color:var(--muted);font-size:14px}.store-count{text-align:center;min-width:160px}.store-count strong{display:block;color:var(--rose-dark);font-family:"Playfair Display",serif;font-size:34px}.store-count span{display:block;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.09em}
.category-strip{padding:30px 0 10px}.strip-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:16px}.strip-title p{margin:0;font-size:19px;font-weight:700}.strip-title span{color:var(--muted);font-size:11px}.category-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.category-card{min-height:82px;padding:16px 17px;border:1px solid var(--line);background:#fff;display:flex;flex-direction:column;justify-content:center;text-align:left;transition:.2s}.category-card:hover{transform:translateY(-2px);border-color:#D6AAA5;box-shadow:var(--shadow)}.category-card span:first-child{display:none}.category-card strong{font-size:13px;font-weight:700}.category-card small{margin-top:6px;color:var(--muted);font-size:10px}
.catalog{padding:38px 0 85px}.catalog-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:22px}.catalog-head h2{margin:0;font-family:"Playfair Display",serif;font-size:31px;font-weight:600}.catalog-count{color:var(--muted);font-size:11px}.mobile-inline-search{display:none;margin-bottom:20px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:36px 18px}.product-card{cursor:pointer;outline:none}.product-image-wrap{position:relative;aspect-ratio:1/1;background:#fff;overflow:hidden;border:1px solid var(--line)}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image{transform:scale(1.025)}.product-index{display:none}.product-info{padding:12px 3px 0}.product-ref{margin:0 0 5px;font-size:12px;font-weight:700;letter-spacing:.03em}.product-name{min-height:37px;margin:0 0 7px;color:#6f6765;font-size:12px;line-height:1.45;text-transform:uppercase}.product-price{margin:0;color:var(--rose-dark);font-size:16px;font-weight:700}.product-price.pending{color:#9d9492;font-size:11px;font-weight:500}.product-card:hover .product-ref{color:var(--rose-dark)}
.empty-state{text-align:center;padding:80px 20px;color:var(--muted)}.empty-state h3{color:var(--ink);font-family:"Playfair Display",serif;font-size:28px;margin:12px 0 5px}footer{background:#fff;border-top:1px solid var(--line)}.footer-inner{min-height:125px;display:flex;justify-content:space-between;align-items:center}.footer-inner img{width:135px}.footer-inner p{color:var(--muted);font-size:11px}
.modal{display:none;position:fixed;inset:0;z-index:100}.modal.open{display:block}.modal-backdrop{position:absolute;inset:0;background:rgba(35,28,26,.55);backdrop-filter:blur(3px)}.modal-card{position:relative;z-index:1;width:min(1040px,calc(100% - 30px));max-height:calc(100vh - 30px);overflow:auto;margin:15px auto;padding:30px;background:#fff;display:grid;grid-template-columns:1.05fr .95fr;gap:48px;box-shadow:0 30px 90px rgba(31,21,19,.25)}.modal-close{position:absolute;right:14px;top:10px;width:42px;height:42px;border:0;background:#fff;font-size:27px;z-index:2}.modal-gallery>img{width:100%;aspect-ratio:1/1;object-fit:cover;background:#faf8f7;border:1px solid var(--line)}.modal-slider-wrap{display:flex;align-items:center;gap:8px;margin-top:10px}.modal-thumbs{flex:1;display:flex;gap:8px;overflow:auto;scrollbar-width:none}.modal-thumbs button{width:64px;height:64px;padding:0;border:1px solid var(--line);background:#fff}.modal-thumbs button.active{border-color:var(--rose)}.modal-thumbs img{width:100%;height:100%;object-fit:cover}.slider-arrow{width:34px;height:34px;border:1px solid var(--line);background:#fff;color:var(--rose-dark);font-size:22px}.slider-arrow:disabled{opacity:.35}.modal-dots{display:none}.modal-copy{align-self:center;padding-right:25px}.modal-category{margin:0 0 15px;color:var(--rose-dark);font-size:10px;font-weight:700;letter-spacing:.17em;text-transform:uppercase}.modal-copy h2{margin:0;font-family:"Playfair Display",serif;font-size:45px;font-weight:600}.modal-name{font-size:16px;color:var(--muted);line-height:1.5;text-transform:uppercase}.modal-price{font-size:27px;font-weight:700;color:var(--rose-dark)}.modal-rule{height:1px;background:var(--line);margin:24px 0 16px}.modal-note{color:var(--muted);font-size:11px;line-height:1.6}
.icon-btn{border:0;background:transparent;color:var(--ink)}.menu-btn{display:none;font-size:22px}.mobile-menu{position:fixed;left:0;top:0;bottom:0;z-index:80;width:min(360px,90vw);padding:22px;background:#fff;transform:translateX(-105%);transition:.25s}.mobile-menu.open{transform:translateX(0)}.mobile-menu-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.mobile-menu-head img{width:135px}.mobile-menu-head button{font-size:28px}.mobile-categories{display:grid;gap:2px;margin-top:22px}.mobile-categories button{border:0;background:transparent;text-align:left;padding:14px 0;border-bottom:1px solid var(--line)}.menu-backdrop{display:none;position:fixed;inset:0;z-index:70;background:rgba(34,27,25,.4)}.menu-backdrop.open{display:block}
.search-suggestions{margin:-8px 0 22px;padding:14px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}.search-suggestions h4{margin:0 0 10px;font-size:10px;letter-spacing:.15em;color:var(--rose-dark)}.suggestion-list{display:flex;flex-wrap:wrap;gap:7px}.suggestion-chip{border:1px solid var(--line);background:#fff;padding:7px 11px;color:var(--ink);font-size:11px}.suggestion-chip:hover{border-color:var(--rose);color:var(--rose-dark)}
@media(max-width:1000px){.header-main{grid-template-columns:150px 1fr 135px}.category-cards{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:720px){.shell{width:min(100% - 24px,1280px)}.announcement{font-size:9px}.header-main{min-height:70px;grid-template-columns:auto 1fr auto}.brand{justify-self:center}.brand img{width:125px}.desktop-search,.header-meta,.category-nav{display:none}.menu-btn{display:block}.store-intro{padding:30px 0 24px}.store-intro h1{font-size:29px}.store-count{display:none}.category-strip{padding-top:22px}.strip-title span{display:none}.category-cards{display:flex;overflow:auto;gap:8px;padding-bottom:5px}.category-card{min-width:160px;min-height:72px}.catalog{padding-top:30px}.catalog-head h2{font-size:27px}.mobile-inline-search{display:flex}.product-grid{grid-template-columns:repeat(2,1fr);gap:28px 10px}.product-name{font-size:11px;min-height:34px}.modal-card{grid-template-columns:1fr;width:100%;min-height:100vh;max-height:100vh;margin:0;padding:16px;gap:20px}.modal-copy{padding:0 4px 25px}.modal-copy h2{font-size:35px}.modal-thumbs,.slider-arrow{display:none}.modal-dots{display:flex;justify-content:center;gap:7px;margin-top:12px}.modal-dot{width:7px;height:7px;border-radius:50%;border:0;background:#ded4d2;padding:0}.modal-dot.active{background:var(--rose-dark)}.footer-inner{min-height:110px;flex-direction:column;justify-content:center;gap:8px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{transition-duration:.01ms!important;scroll-behavior:auto!important}}

/* DALYEF stronger rose-terra palette */
.category-btn.active{font-weight:700}
.category-card:hover{background:var(--rose-soft)}
.refresh-btn:hover{background:var(--rose);color:#fff}
.product-price{letter-spacing:.01em}
.modal-thumbs button.active{box-shadow:0 0 0 1px var(--rose)}
