:root{--bg:#fff;--soft:#f8f6f3;--soft2:#f4f1ed;--text:#2d2a27;--muted:#807a74;--accent:#b0a18f;--accent2:#8e806f;--line:#ece8e3;--shell:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body.viluta-site{margin:0;background:#fff;color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:14px;line-height:1.55;-webkit-font-smoothing:antialiased}body.viluta-site a{color:inherit;text-decoration:none}body.viluta-site a:hover,body.viluta-site a:focus{color:inherit;text-decoration:none}.viluta-shell{width:min(calc(100% - 80px),var(--shell));margin:auto}.viluta-main{min-height:60vh}
.viluta-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.viluta-header__inner{height:82px;display:flex;align-items:center;gap:30px}.viluta-logo{display:flex;width:112px;flex:0 0 112px}.viluta-logo img{width:100%;height:auto;max-height:58px;object-fit:contain}.viluta-nav{display:flex;gap:42px;margin:auto;align-items:center}.viluta-nav a{font-size:13px;font-weight:500;white-space:nowrap;position:relative}.viluta-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-9px;height:1px;background:var(--accent);transition:.2s}.viluta-nav a:hover:after{right:0}.viluta-header__actions{display:flex;align-items:center}.viluta-icon-button,.viluta-menu-button{width:40px;height:40px;border:0;background:transparent;display:grid;place-items:center;border-radius:50%;color:#655f59}.viluta-icon-button:hover{background:var(--soft)}.viluta-menu-button{display:none;padding:11px}.viluta-menu-button span{display:block;width:18px;height:1px;background:var(--text);margin:3px 0}.viluta-search-panel{max-height:0;overflow:hidden;background:#fff;border-top:1px solid transparent;transition:max-height .25s}.viluta-search-panel.is-open{max-height:88px;border-top-color:var(--line)}.viluta-search-panel__inner{height:86px;display:flex;align-items:center;gap:18px}.viluta-search-form{flex:1;display:flex;border-bottom:1px solid #6e6862}.viluta-search-form input{width:100%;height:48px;border:0;outline:0;font-size:17px;background:transparent}.viluta-search-form button,.viluta-search-close{border:0;background:transparent;font-size:18px}.viluta-search-close{font-size:28px;color:var(--muted)}
.v-home-hero{height:505px;display:grid;grid-template-columns:44% 56%;background:#faf9f7;overflow:hidden}.v-home-hero__copy{display:flex;align-items:center;background:linear-gradient(90deg,#fbfaf8,#faf9f7)}.v-home-hero__inner{width:min(420px,calc(100% - 64px));margin-left:max(40px,calc((100vw - var(--shell))/2));padding-top:8px}.v-home-hero h1{font-size:48px;line-height:1.08;letter-spacing:-.038em;font-weight:500;margin:0 0 22px}.v-home-hero p{color:#77716b;font-size:15px;margin:0 0 28px}.v-home-hero__image{background:url('../../../../../image/catalog/viluta/hero-v04.jpg') center 52%/cover no-repeat}.v-btn{display:inline-flex;align-items:center;gap:22px;min-height:42px;padding:0 18px;border-radius:8px;font-size:12px;font-weight:600;background:var(--accent);border:1px solid var(--accent);color:#fff!important;transition:.2s}.v-btn:hover{background:var(--accent2);border-color:var(--accent2);transform:translateY(-1px)}.v-slider-dots{display:flex;gap:8px;margin-top:74px}.v-slider-dots span{width:20px;height:3px;border-radius:9px;background:#dad6d1}.v-slider-dots .is-active{background:#35312e}
.v-feature-strip{border-bottom:1px solid var(--line)}.v-feature-strip__grid{display:grid;grid-template-columns:repeat(4,1fr);padding:31px 0 30px}.v-feature{display:flex;align-items:center;justify-content:center;gap:16px;min-height:74px;border-right:1px solid var(--line);padding:0 22px}.v-feature:first-child{justify-content:flex-start;padding-left:0}.v-feature:last-child{justify-content:flex-end;border:0;padding-right:0}.v-feature__icon{width:35px;text-align:center;font-size:22px;color:#706a64}.v-feature strong{display:block;font-size:13px;line-height:1.25;margin-bottom:5px}.v-feature small{display:block;color:#9a938c;font-size:10px;line-height:1.35}
.v-catalog-section{padding:52px 0 62px}.v-catalog-layout{display:grid;grid-template-columns:190px 1fr;gap:34px}.v-catalog-intro{padding-top:6px}.v-catalog-intro h2{font-size:24px;line-height:1.08;font-weight:500;letter-spacing:-.025em;margin:0 0 28px}.v-catalog-intro a{display:inline-flex;gap:16px;font-size:11px;font-weight:600;color:#6e6862}.v-catalog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.v-catalog-card__image{height:235px;border-radius:7px;overflow:hidden;background:var(--soft)}.v-catalog-card__image img{width:100%;height:100%;object-fit:cover;transition:.4s}.v-catalog-card:hover img{transform:scale(1.025)}.v-catalog-card strong{display:block;font-size:12px;font-weight:500;margin:13px 0 5px}.v-catalog-card>span{font-size:10px;color:#88817a}
.v-about-section{padding:0 0 54px}.v-about-card{display:grid;grid-template-columns:46% 54%;background:linear-gradient(135deg,#f8f6f3,#f4f1ed);border-radius:9px;overflow:hidden;min-height:355px}.v-about-card__copy{padding:42px 38px;display:flex;flex-direction:column;justify-content:center}.v-about-card h2{font-size:24px;font-weight:500;letter-spacing:-.025em;margin:0 0 18px}.v-about-card p{max-width:430px;color:#716b65;font-size:12px;line-height:1.58;margin:0 0 26px}.v-about-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:0 0 25px}.v-about-facts strong{display:block;font-size:23px;line-height:1;font-weight:400;margin-bottom:7px}.v-about-facts span{display:block;color:#746e68;font-size:9px;line-height:1.3}.v-about-card .v-btn{align-self:flex-start}.v-about-card__image{min-height:355px;overflow:hidden}.v-about-card__image img{width:100%;height:100%;object-fit:cover;filter:saturate(.72) contrast(.96)}
.v-why-section{padding:0 0 58px}.v-why-section h2{font-size:22px;font-weight:500;margin:0 0 26px;padding-left:14px}.v-why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.v-why-card{min-height:120px;background:#faf9f7;border-radius:8px;padding:24px 20px;display:flex;gap:14px}.v-why-card>span{width:30px;flex:0 0 30px;text-align:center;color:var(--accent);font-size:21px}.v-why-card strong{display:block;font-size:12px;margin-bottom:7px}.v-why-card p{color:#8e8780;font-size:9.5px;line-height:1.5;margin:0}
.v-fabrics-section{padding:4px 0 66px}.v-section-topline{display:flex;align-items:end;justify-content:space-between;margin-bottom:24px}.v-section-topline h2{font-size:23px;font-weight:500;margin:0}.v-section-topline a{font-size:10px;color:#756f69}.v-fabric-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.v-fabric-card{height:145px;border-radius:8px;position:relative;overflow:hidden;display:flex;align-items:flex-end;padding:18px;color:#fff!important}.v-fabric-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 20%,rgba(36,31,27,.32))}.v-fabric-card span{position:relative;z-index:1;font-size:12px}.v-fabric-card.r{background:linear-gradient(135deg,#ebe4da,#bfb2a4 55%,#eee7de)}.v-fabric-card.s{background:linear-gradient(130deg,#e9e0d8,#8f8072 56%,#d9cdc1)}.v-fabric-card.w{background:linear-gradient(145deg,#d8d1c5,#988e7f,#cbc1b4)}.v-fabric-card.t{background:linear-gradient(140deg,#c1c9be,#78877b 56%,#c9d0c7)}.v-fabric-card.j{background:radial-gradient(circle at 20% 30%,#ede5db 0 4%,transparent 5%),linear-gradient(135deg,#ded4c6,#a79580,#e7dfd4)}
.v-partners-section{padding:0 0 70px}.v-partners-card{background:#f6f3ef;border-radius:10px;padding:38px 42px;display:flex;align-items:center;justify-content:space-between;gap:40px}.v-partners-card>div>span{font-size:10px;color:#9a9188;text-transform:uppercase;letter-spacing:.12em}.v-partners-card h2{font-size:27px;font-weight:500;margin:8px 0}.v-partners-card p{color:#7a746e;font-size:12px;margin:0}
.viluta-footer{border-top:1px solid var(--line);padding:44px 0 22px}.viluta-footer__grid{display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr;gap:52px}.viluta-footer__brand img{width:112px;height:auto;margin-bottom:16px}.viluta-footer__brand p{color:var(--muted);max-width:260px;font-size:11px}.viluta-footer__grid>div:not(.viluta-footer__brand){display:flex;flex-direction:column;gap:8px}.viluta-footer__grid strong{font-size:11px;margin-bottom:5px}.viluta-footer__grid a{color:var(--muted);font-size:11px}.viluta-footer__bottom{display:flex;justify-content:space-between;padding-top:22px;margin-top:34px;border-top:1px solid var(--line);color:#aaa29a;font-size:9px}
.viluta-page-head{padding:58px 0 44px;background:var(--soft)}.viluta-page-head h1{margin:18px 0 0;font-size:46px;font-weight:500}.viluta-page-head__description{max-width:760px;color:var(--muted);margin-top:16px}.viluta-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;color:var(--muted);font-size:12px}.viluta-subcategories{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:36px}.viluta-subcategories a{background:var(--soft);border:1px solid var(--line);border-radius:999px;padding:10px 15px;font-size:13px}.viluta-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px 18px}.viluta-product-card__image{aspect-ratio:4/5;overflow:hidden;border-radius:12px;background:var(--soft)}.viluta-product-card__image img{width:100%;height:100%;object-fit:cover}.viluta-product-card__body{padding:14px 2px 0}.viluta-product-card__body h3{font-size:15px;font-weight:500;margin:0 0 7px}.viluta-product-card__body span{color:var(--muted);font-size:12px}.viluta-pagination{margin-top:44px}.viluta-search-page-form{display:flex;gap:12px;margin-bottom:42px}.viluta-search-page-form input{flex:1;height:50px;border:1px solid var(--line);border-radius:9px;padding:0 15px}.viluta-empty{color:var(--muted);padding:30px 0}
.viluta-product-page{padding:40px 0 90px}.viluta-product-detail{display:grid;grid-template-columns:58% 42%;gap:58px;margin-top:30px;align-items:start}.viluta-product-gallery__main{display:block;background:var(--soft);border-radius:14px;overflow:hidden}.viluta-product-gallery__main img{display:block;width:100%}.viluta-product-gallery__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:10px}.viluta-product-gallery__thumbs img{width:100%;aspect-ratio:1;object-fit:cover}.viluta-product-info{position:sticky;top:110px}.viluta-product-info h1{font-size:42px;font-weight:500;margin:0 0 28px}.viluta-product-meta{display:flex;justify-content:space-between;padding:14px 0;border-top:1px solid var(--line);font-size:13px}.viluta-product-meta span{color:var(--muted)}.viluta-product-options{border-top:1px solid var(--line);padding:18px 0 8px}.viluta-product-option{margin-bottom:16px}.viluta-product-option>span{display:block;color:var(--muted);font-size:12px;margin-bottom:8px}.viluta-product-option div{display:flex;flex-wrap:wrap;gap:7px}.viluta-product-option em{font-style:normal;padding:7px 10px;background:var(--soft);border-radius:7px;font-size:12px}.viluta-product-content{max-width:900px;margin:76px 0 0}.viluta-richtext{color:#57524e}.viluta-richtext img{max-width:100%}.viluta-specs{border-top:1px solid var(--line)}.viluta-specs>div{display:grid;grid-template-columns:38% 62%;padding:15px 0;border-bottom:1px solid var(--line)}.viluta-related{margin-top:72px}.viluta-site #cart,.viluta-site .button-group,.viluta-site .price,.viluta-site #wishlist-total,.viluta-site #compare-total{display:none!important}
@media(max-width:1024px){.viluta-shell{width:min(calc(100% - 48px),var(--shell))}.viluta-nav{gap:24px}.v-home-hero{height:470px;grid-template-columns:47% 53%}.v-home-hero__inner{margin-left:24px}.v-home-hero h1{font-size:44px}.v-slider-dots{margin-top:52px}.v-catalog-layout{grid-template-columns:150px 1fr;gap:24px}.v-catalog-card__image{height:210px}.v-about-card__copy{padding:34px 30px}.v-about-facts{grid-template-columns:repeat(2,1fr)}.viluta-products-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:820px){.viluta-header__inner{height:72px}.viluta-logo{width:104px;flex-basis:104px}.viluta-menu-button{display:block}.viluta-nav{position:absolute;top:72px;left:0;right:0;display:flex;flex-direction:column;align-items:flex-start;gap:0;padding:12px 24px 24px;background:#fff;border-bottom:1px solid var(--line);transform:translateY(-120%);opacity:0;pointer-events:none;transition:.25s;z-index:-1}.viluta-nav.is-open{transform:none;opacity:1;pointer-events:auto}.viluta-nav a{width:100%;padding:12px 0;border-bottom:1px solid var(--line)}.viluta-nav a:after{display:none}.v-home-hero{height:auto;display:flex;flex-direction:column-reverse}.v-home-hero__image{min-height:52vw}.v-home-hero__inner{width:calc(100% - 48px);margin:auto;padding:46px 0 38px}.v-slider-dots{margin-top:38px}.v-feature-strip__grid{grid-template-columns:repeat(2,1fr);padding:18px 0}.v-feature{justify-content:flex-start!important;padding:18px 24px;border-bottom:1px solid var(--line)}.v-feature:nth-child(2){border-right:0}.v-feature:nth-last-child(-n+2){border-bottom:0}.v-catalog-layout{grid-template-columns:1fr}.v-catalog-intro{display:flex;justify-content:space-between;align-items:end}.v-catalog-intro h2{margin:0}.v-catalog-grid{grid-template-columns:repeat(2,1fr)}.v-catalog-card__image{height:310px}.v-about-card{grid-template-columns:1fr}.v-about-card__image{order:-1;min-height:330px}.v-about-facts{grid-template-columns:repeat(4,1fr)}.v-why-grid{grid-template-columns:repeat(2,1fr)}.v-fabric-grid{grid-template-columns:repeat(2,1fr)}.v-fabric-card:last-child{grid-column:1/-1}.v-partners-card{align-items:flex-start;flex-direction:column}.viluta-footer__grid{grid-template-columns:1.4fr 1fr 1fr}.viluta-footer__grid>div:last-child{display:none}.viluta-product-detail{grid-template-columns:1fr}.viluta-product-info{position:static}.viluta-products-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.viluta-shell{width:calc(100% - 28px)}.viluta-header__actions{margin-left:auto}.v-home-hero__image{min-height:69vw;background-position:58% center}.v-home-hero__inner{width:calc(100% - 28px);padding:38px 0 30px}.v-home-hero h1{font-size:39px}.v-home-hero p{font-size:13px}.v-slider-dots{margin-top:30px}.v-feature-strip__grid{grid-template-columns:1fr}.v-feature{border-right:0!important;border-bottom:1px solid var(--line)!important;padding:15px 0}.v-feature:last-child{border-bottom:0!important}.v-catalog-section{padding:42px 0 50px}.v-catalog-grid{gap:22px 12px}.v-catalog-card__image{height:220px}.v-about-card__copy{padding:32px 24px}.v-about-card__image{min-height:270px}.v-about-facts{grid-template-columns:repeat(2,1fr)}.v-why-section h2{padding-left:0}.v-why-grid{grid-template-columns:1fr}.v-fabric-grid{grid-template-columns:1fr 1fr;gap:10px}.v-fabric-card{height:125px}.v-fabric-card:last-child{grid-column:1/-1}.v-partners-card{padding:30px 24px}.viluta-footer__grid{grid-template-columns:1fr 1fr;gap:30px}.viluta-footer__brand{grid-column:1/-1}.viluta-footer__bottom{flex-direction:column;gap:4px}.viluta-products-grid{grid-template-columns:repeat(2,1fr);gap:24px 12px}.viluta-search-page-form{flex-direction:column}}

/* v0.4 visual refinements */
.viluta-header{box-shadow:none}
.viluta-header__inner{height:80px}
.viluta-logo{width:108px;flex-basis:108px}
.v-home-hero{min-height:500px}
.v-home-hero__copy{background:#fbfaf8}
.v-catalog-section,.v-about-section,.v-why-section,.v-fabrics-section{background:#fff}
.v-about-card{box-shadow:none}
.v-why-card{border:1px solid #f1eeea}
@media(max-width:820px){
  .viluta-header__inner{height:70px}
  .v-home-hero{min-height:auto}
}
