@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Oswald:wght@400;500;600&display=swap');
:root{--paper:#f8f4ec;--ink:#39291f;--caramel:#a95e31;--line:#ddd1c1;--serif:var(--sans)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #cd8046;outline-offset:7px}.skip{position:absolute;top:-80px;background:white;padding:15px;z-index:5}.skip:focus{top:0}.topbar{text-align:center;background:var(--caramel);color:#fff7ee;font-size:13px;letter-spacing:.06em;padding:10px}header{display:flex;align-items:center;justify-content:space-between;padding:20px 5%;gap:30px;border-bottom:1px solid var(--line)}.brand img{width:156px;height:auto;display:block}nav{display:flex;gap:36px;font-size:14px}nav a:hover,.quiet-link:hover{color:var(--caramel)}.header-contact{font-size:14px;border-bottom:1px solid #8c5736;padding:12px 0}.header-contact span{margin-left:22px}.hero{display:grid;grid-template-columns:46% 54%;min-height:670px}.hero-copy{padding:65px 9% 28px 11%;display:flex;align-items:flex-start;flex-direction:column}.eyebrow{font-size:12px;font-weight:600;letter-spacing:.16em;line-height:1.6;margin:0 0 22px}h1,h2,h3,p{margin-top:0}h1{font-family:var(--serif);font-size:clamp(44px,4.25vw,68px);font-weight:400;line-height:1.1;letter-spacing:-.045em;margin-bottom:25px}em{font-weight:400;color:var(--caramel)}.intro{font-size:16px;line-height:1.8;color:#716154;margin-bottom:30px}.button{background:var(--caramel);color:white;display:inline-flex;padding:18px 24px;gap:32px;align-items:center;justify-content:space-between;font-size:14px;font-weight:500;transition:background .2s}.button:hover{background:#824322}.button span{font-size:20px}.quiet-link{font-size:14px;margin-top:21px;border-bottom:1px solid var(--line);padding-bottom:6px}.quiet-link span{margin-left:24px}.hero-signature{border-top:1px solid var(--line);width:100%;margin-top:50px;padding-top:19px;display:flex;flex-direction:column;gap:8px;font-family:var(--serif);font-size:16px}.hero-signature span:last-child{font-family:var(--sans);font-size:10px;letter-spacing:.12em}.hero-image{margin:0;position:relative;overflow:hidden;background:#bf9c77}.hero-image>img{height:100%;width:100%;object-fit:cover;position:absolute;object-position:53% center}.hero-image:after{content:'';position:absolute;inset:60% 0 0;background:linear-gradient(transparent,#24190a99)}figcaption{position:absolute;bottom:30px;left:35px;color:white;z-index:1;font-family:var(--serif);font-size:24px}figcaption small{display:block;font-family:var(--sans);font-size:11px;margin-top:12px;opacity:.85}.inspiration{padding:90px 7%}.section-heading{display:grid;grid-template-columns:1.3fr 1fr;column-gap:10%}.section-heading>.eyebrow{grid-column:1/-1}h2{font-family:var(--serif);font-weight:400;letter-spacing:-.025em;font-size:40px;line-height:1.2;margin-bottom:22px}.section-heading>p:last-child{color:#766759;line-height:1.8;max-width:400px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:38px;margin-top:36px}.steps a{border-top:1px solid var(--line);padding:26px 0 0}.number{font-family:var(--serif);color:var(--caramel);font-size:20px}.steps h3{font-family:var(--serif);font-weight:400;font-size:25px;margin:22px 0 12px}.steps h3 span{float:right;font-size:20px}.steps p{font-size:14px;line-height:1.8;color:#766759;max-width:280px}.steps a:hover h3{color:var(--caramel)}.essence{background:#663f2a;color:#f7ecdc;padding:70px 9%}.essence h2{font-size:46px;max-width:860px}.essence em{color:#e3b58a}.essence-bottom{display:flex;justify-content:space-between;gap:60px;align-items:center;border-top:1px solid #ffffff30;margin-top:34px;padding-top:30px}.essence-bottom p{max-width:620px;line-height:1.85;font-size:16px;color:#e5d0be;margin:0}.essence-bottom img{max-width:200px;height:auto}.contact{padding:80px 9%;display:flex;justify-content:space-between;align-items:center;gap:30px}.contact p:last-child{color:#766759}.contact-action{display:flex;align-items:center;flex-direction:column;gap:20px}.phone{font-size:18px}footer{padding:27px 5%;border-top:1px solid var(--line);font-size:12px;color:#796759;display:flex;justify-content:space-between;gap:20px}@media(min-width:1600px){body{width:100%;margin:0}.hero{min-height:780px}}@media(max-width:900px){header{padding:18px 5%}nav{gap:18px}.hero{min-height:620px;grid-template-columns:48% 52%}.hero-copy{padding:45px 8%}h1{font-size:46px}.intro br{display:none}.hero-signature{margin-top:35px}.button{gap:18px;padding:16px 18px}.inspiration{padding:60px 6%}h2{font-size:34px}.essence h2{font-size:38px}.steps{gap:24px}.contact{padding:60px 6%}}@media(max-width:640px){.topbar{font-size:12px}header{flex-wrap:wrap;gap:18px;padding:17px 6%}.brand img{width:127px}.header-contact{font-size:13px}nav{order:3;width:100%;justify-content:center;border-top:1px solid var(--line);padding-top:15px;font-size:14px;gap:28px}.hero{display:flex;flex-direction:column}.hero-copy{padding:38px 7% 30px}h1{font-size:49px}.eyebrow{font-size:11px}.hero-signature{display:none}.intro{font-size:16px}.hero-image{height:420px}.hero-image>img{object-position:center 52%}figcaption{font-size:22px;left:24px;bottom:24px}.inspiration{padding:50px 7%}.section-heading{display:block}h2{font-size:33px}.steps{grid-template-columns:1fr;gap:18px;margin-top:18px}.steps a{display:grid;grid-template-columns:40px 1fr;column-gap:10px;padding-top:22px}.number{grid-row:1/3}.steps h3{margin:0 0 10px;font-size:24px}.steps p{max-width:none;margin-bottom:5px}.essence{padding:50px 7%}.essence h2{font-size:34px}.essence-bottom{display:block}.essence-bottom img{margin-top:30px;width:165px}.contact{padding:50px 7%;display:block}.contact-action{align-items:flex-start;margin-top:25px}footer{padding:25px 7%;flex-direction:column;font-size:12px;gap:12px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
/* Catalogue presentation */
.hero{min-height:550px}.hero-copy{padding-top:42px;padding-bottom:35px}h1{font-size:clamp(42px,3.8vw,61px)}.hero-signature{display:none}.hero-image{min-height:550px}.catalog{padding:75px 6% 65px;background:#fffdf9}.catalog-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:35px}.catalog-heading h2{margin:0}.catalog-heading>p{color:#796759;line-height:1.8;font-size:15px;margin:0}.catalog-filters{display:flex;gap:12px;flex-wrap:wrap;margin:35px 0 30px}.catalog-filters button{font:inherit;font-size:14px;background:transparent;border:1px solid #d9c9b8;padding:11px 22px;border-radius:2px;cursor:pointer;color:var(--ink)}.catalog-filters button.active{background:var(--ink);border-color:var(--ink);color:white}.products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.product[hidden]{display:none}.product-photo{display:block;width:100%;position:relative;padding:0;border:0;background:#f3eee5;cursor:pointer;overflow:hidden}.product-photo img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:cover;transition:transform .3s}.product-photo:hover img{transform:scale(1.035)}.product-photo>span{position:absolute;bottom:18px;right:18px;background:#fffdf9e8;padding:10px 14px;font-size:12px;color:var(--ink)}.product-info{padding:22px 0}.product-category{font-size:12px;letter-spacing:.09em;color:#9e673f;text-transform:uppercase;margin-bottom:10px}.product h3{font:400 28px var(--serif);margin-bottom:12px}.product h3 button{font:inherit;color:inherit;padding:0;background:none;border:0;text-align:left;cursor:pointer}.product-info>p:not(.product-category){font-size:14px;color:#796759;line-height:1.6}.detail-link{border:0;border-bottom:1px solid #c7a68a;background:none;color:#804823;padding:5px 0 8px;font:500 14px var(--sans);cursor:pointer}.detail-link span{margin-left:20px}.catalog-note{font-size:13px;color:#796759;line-height:1.7;text-align:center;margin:15px 0 20px}.catalog-cta{display:table;margin:0 auto;border:1px solid #a95e31;padding:16px 22px;color:#804823;font-size:14px}.catalog-cta span{margin-left:20px}button:focus-visible{outline:3px solid #a95e31;outline-offset:4px}.essence{padding-top:55px;padding-bottom:55px}.essence h2{font-size:40px}dialog{border:0;padding:0;width:min(900px,92vw);max-height:90vh;background:var(--paper);color:var(--ink)}dialog::backdrop{background:#20170dcc;backdrop-filter:blur(3px)}.dialog-layout{display:grid;grid-template-columns:1fr 1fr}.dialog-layout>img{width:100%;height:100%;object-fit:cover}.dialog-content{padding:48px 35px}.dialog-content>p{line-height:1.8}.dialog-note{font-size:14px;color:#796759;margin:25px 0}.dialog-close{position:absolute;top:9px;right:12px;background:#fffdf9;border:0;border-radius:50%;width:36px;height:36px;font-size:26px;cursor:pointer;color:#39291f}.dialog-content .button{font-size:14px;padding:16px}body:has(dialog[open]){overflow:hidden}@media(max-width:640px){.hero-image{height:340px;min-height:0}.hero-copy{padding:35px 7%}h1{font-size:45px}.catalog{padding:45px 7%}.catalog-heading{display:block}.catalog-heading>p{margin-top:18px}.catalog-filters{gap:8px;margin:25px 0}.catalog-filters button{padding:10px 14px;font-size:13px}.products{grid-template-columns:1fr;gap:20px}.product-info{padding:19px 0}.product h3{font-size:27px}.catalog-note{text-align:left}.catalog-cta{display:block;font-size:13px;text-align:center;padding:16px 8px}.essence h2{font-size:32px}.dialog-layout{display:block}.dialog-layout>img{height:260px;object-fit:contain;background:#f4f0e9}.dialog-content{padding:28px}.dialog-content h2{font-size:30px}}
/* Geometric typography and compact catalogue header */
:root{--sans:'Gotham','Montserrat',Arial,sans-serif;--serif:var(--sans)}body,button,input{font-family:var(--sans)}h1,h2,h3,figcaption,.hero-signature,.number,.product h3{font-family:var(--sans);font-style:normal}h1{font-size:clamp(38px,3.5vw,56px);font-weight:600;line-height:1.16;letter-spacing:-.045em}h2,.essence h2{font-weight:500;font-size:35px;line-height:1.3;letter-spacing:-.035em}em{font-style:normal;font-weight:600}.product h3{font-size:23px;font-weight:500;letter-spacing:-.025em}figcaption{font-size:20px;font-weight:500}.eyebrow{font-weight:600;letter-spacing:.12em}.topbar{background:#3c251b;font-size:12px}.shop-header{display:block;padding:0;background:#613c29;color:white;border:0}.header-main{display:grid;grid-template-columns:190px minmax(250px,540px) auto;justify-content:space-between;align-items:center;gap:40px;padding:23px 5%}.brand img{width:177px}.catalog-search{display:flex;align-items:center;min-width:0;width:100%;background:#ffffff;color:#422b1e;border-radius:3px}.catalog-search input{width:100%;min-width:0;border:0;padding:16px;background:transparent;font-size:13px;color:#422b1e;outline-offset:2px}.catalog-search input::placeholder{color:#786a60}.catalog-search button{background:transparent;border:0;padding:12px 16px;cursor:pointer;color:#613c29}.icon{width:23px;height:23px;display:block;flex-shrink:0}.header-actions{display:flex;gap:28px;align-items:center}.header-action{display:flex;flex-direction:column;gap:8px;align-items:center;font-size:12px}.header-action .icon{width:25px;height:25px}.shop-nav{display:flex;justify-content:center;gap:43px;padding:16px 5%;border-top:1px solid #ffffff24;font-size:13px}.shop-nav a:hover,.header-action:hover{color:#f1c39d}.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}.product-photo>span{display:flex;align-items:center;gap:10px}.product-photo .icon{width:17px;height:17px}.search-status{font-size:14px;color:#6b4c36;margin-bottom:22px}.catalog-empty{padding:45px 20px;text-align:center;border:1px solid var(--line);background:var(--paper)}.catalog-empty[hidden]{display:none}.catalog-empty h3{font-size:21px}.catalog-empty p{font-size:15px;line-height:1.7}.catalog-empty button{border:0;background:var(--caramel);color:white;padding:14px 20px;cursor:pointer}.hero-copy{justify-content:center}.intro{font-size:15px}.catalog-heading>p{font-size:14px}.dialog-content h2{font-size:28px}@media(max-width:900px){.header-main{grid-template-columns:150px 1fr auto;gap:20px}.brand img{width:145px}.header-actions{gap:16px}.header-action{font-size:11px}.shop-nav{gap:25px}.catalog-search input{font-size:12px;padding:14px 12px}.hero h1{font-size:41px}}@media(max-width:640px){.header-main{grid-template-columns:1fr auto;gap:20px;padding:19px 6%}.brand img{width:145px}.header-actions{gap:24px}.catalog-search{grid-row:2;grid-column:1/-1}.catalog-search input{font-size:13px;padding:15px}.header-action{font-size:11px}.shop-nav{justify-content:flex-start;gap:24px;overflow-x:auto;flex-wrap:nowrap;padding:15px 6%;width:100%;font-size:12px;white-space:nowrap}.shop-nav a{flex-shrink:0}.hero h1{font-size:40px}.hero-copy{padding:32px 7%}.intro{font-size:14px}h2,.essence h2{font-size:28px}figcaption{font-size:18px;max-width:85%}.product h3{font-size:23px}.catalog-heading>p{font-size:14px}}@media(min-width:641px) and (max-width:1100px){.hero h1{font-size:37px}.catalog-heading{align-items:flex-start}.catalog-heading h2{font-size:30px}}
:root{--display:'Tusker Grotesk','Oswald','Arial Narrow',sans-serif}h1,h2,.essence h2{font-family:var(--display);font-weight:500;text-transform:uppercase;letter-spacing:-.015em}h1{font-size:clamp(48px,4.6vw,72px);line-height:1.03}h1 em,h2 em{font-weight:500}.hero-copy{padding-top:36px;padding-bottom:36px}h2,.essence h2{font-size:43px;line-height:1.15}.catalog-heading h2{font-size:43px}.hero .intro{margin-top:2px}.dialog-content h2{font-size:36px}@media(max-width:1100px){.hero h1{font-size:52px}.catalog-heading h2{font-size:36px}}@media(max-width:640px){.hero h1{font-size:54px}h2,.essence h2,.catalog-heading h2{font-size:35px}.dialog-content h2{font-size:32px}}
/* Product scenes and supplied photographs */
.product-meta{display:flex;justify-content:space-between;gap:12px;align-items:baseline}.product-meta>span{font-size:12px;color:#796759;white-space:nowrap}.product-photo img{object-fit:contain;background:#f1ece4}.products{row-gap:30px}.references{padding:70px 6%;border-top:1px solid var(--line);background:#efe8dc}.reference-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin-top:35px}.reference-card{min-width:0}.reference-card>button{display:block;position:relative;width:100%;border:0;background:#e5d8c5;padding:0;cursor:pointer;text-align:left}.reference-card img{width:100%;height:300px;object-fit:cover;display:block}.reference-card button span{position:absolute;right:12px;bottom:12px;padding:8px 10px;background:#fff9f0ec;color:var(--ink);font-size:12px}.reference-card h3{font:500 17px var(--sans);margin:18px 0 8px}.reference-card p{font-size:12px;color:#756253;line-height:1.6;margin:0}#product-dialog{width:min(1160px,94vw);max-height:92vh;overflow:auto}.dialog-layout{grid-template-columns:1.12fr 1fr}.product-gallery{padding:25px;background:#eee7dc;min-width:0}.gallery-stage{position:relative;background:#f5f0e8;aspect-ratio:1}.gallery-stage img{width:100%;height:100%;object-fit:contain;display:block}.gallery-prev,.gallery-next{position:absolute;top:calc(50% - 22px);border:0;background:#fff9f0e8;color:#563820;width:42px;height:44px;cursor:pointer;font:400 34px Arial}.gallery-prev{left:10px}.gallery-next{right:10px}.gallery-counter{position:absolute;bottom:13px;right:13px;font-size:12px;background:#fff9f0e8;padding:8px 11px}.gallery-caption{font-size:12px;line-height:1.6;margin:13px 0;color:#755d4a}.gallery-thumbs{display:flex;gap:10px}.gallery-thumbs button{width:calc((100% - 20px)/3);max-width:105px;padding:3px;border:1px solid transparent;background:none;cursor:pointer}.gallery-thumbs button.selected{border:2px solid #a95e31;padding:2px}.gallery-thumbs img{width:100%;height:auto;aspect-ratio:1;object-fit:cover;display:block}.dialog-content{padding:45px 32px 30px;min-width:0}.dialog-content h2{overflow-wrap:break-word}.dialog-content>p{font-size:15px}.product-details{list-style:none;padding:0;border-top:1px solid var(--line);margin:24px 0}.product-details li{padding:12px 0;border-bottom:1px solid var(--line);font-size:14px;line-height:1.6}.dialog-content .dialog-note{font-size:12px;line-height:1.7;margin:20px 0}.dialog-content .button{font-size:13px;line-height:1.6;gap:12px}.dialog-close{z-index:2}.dialog-content .product-contact-note{font-size:12px;color:#796759;margin-top:14px;line-height:1.6}#reference-dialog{width:min(760px,92vw);padding:22px;background:var(--paper)}#reference-photo{display:block;width:100%;height:65vh;object-fit:contain;background:#e6ded2}#reference-dialog h2{font-size:26px;margin:18px 0 8px}#reference-dialog p{font-size:13px;margin:0;color:#796759}@media(max-width:1000px){.reference-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dialog-layout{grid-template-columns:1fr 1fr}.dialog-content{padding:45px 24px 25px}.product-gallery{padding:15px}.dialog-content h2{font-size:30px}}@media(max-width:640px){.references{padding:45px 7%}.reference-grid{gap:22px 14px;margin-top:25px}.reference-card img{height:205px}.reference-card h3{font-size:14px;line-height:1.5;margin-top:12px}.reference-card p{font-size:12px}.reference-card button span{font-size:10px;padding:6px;right:7px;bottom:7px}.dialog-layout{display:block}.product-gallery{padding:14px}.gallery-stage{max-height:380px;aspect-ratio:1}.gallery-caption{font-size:11px}.gallery-thumbs button{max-width:76px}.dialog-content{padding:28px 23px}.dialog-content h2{font-size:32px}.dialog-content .button{width:100%;justify-content:center;text-align:center}#reference-dialog{padding:16px}#reference-photo{height:60vh}.product-meta>span{font-size:11px}}@media(prefers-reduced-motion:reduce){.product-photo img{transition:none}}
@media(min-width:1001px){.reference-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.reference-card img{height:270px}.reference-card h3{font-size:16px}}
/* Product cards: large photograph, variants and direct consultation */
.product{display:flex;flex-direction:column;min-width:0}.product-photo{border-radius:11px;isolation:isolate}.product-photo>span.card-image-source{left:12px;right:auto;top:12px;bottom:auto;border-radius:20px;background:#fffaf0e6;font-size:10px;padding:6px 9px}.product-info{padding:18px 0 10px;display:flex;flex-direction:column;flex:1}.product-badges{display:flex;gap:6px;align-items:center;margin-bottom:10px;flex-wrap:wrap}.product-badges span{font-size:10px;font-weight:600;padding:5px 9px;border-radius:20px;line-height:1}.wood-badge{background:#8d542d;color:white}.quote-badge{background:#e8eee6;color:#456142}.product h3{font:500 19px/1.45 var(--sans);margin:0 0 8px;letter-spacing:-.02em;min-height:28px}.product-info>p.card-gallery-note{font-size:12px;color:#806d5d;margin:0 0 13px;line-height:1.5}.card-thumbs{display:flex;gap:8px;margin-bottom:18px}.card-thumb{padding:2px;width:48px;height:48px;border:1px solid transparent;border-radius:6px;overflow:hidden;cursor:pointer;background:#ede7dd}.card-thumb img{width:100%;height:100%;display:block;object-fit:cover;border-radius:3px}.card-thumb.selected{border:2px solid #9b613a;padding:1px}.product-whatsapp{background:#267343;color:white;display:flex;align-items:center;justify-content:center;gap:9px;padding:14px 10px;font-size:13px;font-weight:600;border-radius:5px;margin-top:auto;line-height:1.5;transition:background .2s}.product-whatsapp:hover{background:#1c5933}.product-whatsapp svg{width:20px;height:20px;flex-shrink:0}.product-info .detail-link{align-self:center;font-size:12px;border:0;padding:12px 0 2px}.product-info .detail-link span{margin-left:8px}.gallery-thumbs{gap:8px;flex-wrap:wrap}.gallery-thumbs button{width:calc((100% - 24px)/4);max-width:100px}.reference-grid{display:flex;overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:16px;gap:22px}.reference-card{flex:0 0 230px;scroll-snap-align:start}.shop-nav{overflow-x:auto}.reference-card img{height:270px}@media(max-width:1100px){.shop-nav{justify-content:flex-start;white-space:nowrap}.shop-nav a{flex-shrink:0}}@media(max-width:640px){.product h3{font-size:18px}.product-whatsapp{padding:15px 12px;font-size:14px}.product-info>p.card-gallery-note{font-size:12px}.reference-card{flex-basis:205px}.reference-card img{height:250px}.gallery-thumbs button{max-width:75px}.products{gap:28px}.product-photo>span.card-image-source{font-size:10px}}
@media(max-width:640px){.header-main{grid-template-columns:minmax(0,1fr) auto}.brand{min-width:0}.brand img{max-width:100%}}

/* Compact header navigation; every category remains available in the catalog. */
.shop-nav{justify-content:center;gap:clamp(20px,3.2vw,46px);padding:17px 5%;overflow:visible;white-space:nowrap;flex-wrap:nowrap;width:100%;font-size:13px}
.shop-nav a{flex:0 0 auto;white-space:nowrap}
@media(max-width:760px){.shop-nav{gap:25px;padding:16px 5%;font-size:12px}.shop-nav .nav-desktop{display:none}}
@media(max-width:480px){.shop-nav{justify-content:space-between;gap:12px;padding:15px 6%;font-size:12px}.shop-nav .nav-secondary{display:none}}

.shop-nav{gap:clamp(18px,2.4vw,34px)}
@media(max-width:1000px){.shop-nav .nav-wide{display:none}}
@media(max-width:480px){.shop-nav{gap:12px}}
/* Only the image half of the opening banner rotates. */
.hero-carousel>.hero-slide{opacity:0;transition:opacity .8s ease;pointer-events:none}
.hero-carousel>.hero-slide.is-active{opacity:1}
.hero-carousel:after{pointer-events:none}
.hero-arrow,.hero-playback{position:absolute;z-index:2;display:grid;place-items:center;color:#fff;background:rgba(35,24,14,.35);border:0;cursor:pointer;opacity:.5;transition:opacity .2s;border-radius:50%;padding:0}
.hero-arrow{top:50%;transform:translateY(-50%);width:42px;height:42px;font:36px/1 Georgia,serif}
.hero-prev{left:14px}.hero-next{right:14px}
.hero-playback{right:16px;bottom:20px;width:32px;height:32px;font-size:13px}
.hero-arrow:hover,.hero-arrow:focus-visible,.hero-playback:hover,.hero-playback:focus-visible{opacity:1}
.hero-arrow:focus-visible,.hero-playback:focus-visible{outline:2px solid #fff;outline-offset:3px}
.hero-carousel figcaption{max-width:calc(100% - 90px)}
@media(prefers-reduced-motion:reduce){.hero-carousel>.hero-slide{transition:none}}
/* Warm wood tones frame the existing product information. */
#product-dialog .dialog-content{background:linear-gradient(145deg,#faf6ef 0%,#f1e7da 100%);border-left:1px solid #dfcbb6;box-shadow:inset 0 5px 0 #67432d}
#dialog-category{display:inline-block;margin:0 0 20px;padding:7px 12px;border:1px solid #d8bda2;border-radius:4px;background:#e9d8c5;color:#67432d;font-size:12px;font-weight:600;letter-spacing:.12em}
#dialog-title{color:#563620;margin-top:0;margin-bottom:20px}
#dialog-description{color:#614b3c;line-height:1.85}
#product-dialog .product-details{background:#fffaf3;border:1px solid #ddc9b4;border-left:3px solid #94633f;border-radius:4px;padding:0 17px;margin:24px 0}
#product-dialog .product-details li{color:#63452f;border-bottom:1px solid #e7d9ca;padding:13px 0}
#product-dialog .product-details li:last-child{border-bottom:0}
#product-dialog .dialog-note{color:#826955}
#dialog-contact{background:#67432d;color:#fffaf3;border:1px solid #67432d;border-radius:4px;box-shadow:0 4px 12px #56362018;transition:background .2s,box-shadow .2s}
#dialog-contact:hover{background:#4d2f1e;box-shadow:0 5px 15px #56362026}
#dialog-contact:focus-visible{outline:2px solid #94633f;outline-offset:4px}
#product-dialog .product-contact-note{color:#826955}
#product-dialog .dialog-close{color:#67432d}
.gallery-caption:empty{display:none}
.gallery-caption:empty+.gallery-thumbs{margin-top:16px}
@media(max-width:640px){#product-dialog .dialog-content{border-left:0;border-top:1px solid #dfcbb6}}
.floating-whatsapp{position:fixed;right:24px;bottom:calc(24px + env(safe-area-inset-bottom,0px));z-index:50;display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:#168c49;color:#fff;box-shadow:0 5px 20px #183b2933;border:1px solid #ffffff40;transition:background .2s,transform .2s}
.floating-whatsapp:hover{background:#116f3a;transform:translateY(-2px)}
.floating-whatsapp:focus-visible{outline:3px solid #67432d;outline-offset:4px}
@media(max-width:640px){.floating-whatsapp{right:16px;bottom:calc(16px + env(safe-area-inset-bottom,0px));width:54px;height:54px}}
@media(prefers-reduced-motion:reduce){.floating-whatsapp{transition:none}.floating-whatsapp:hover{transform:none}}
.topbar{position:relative;background:var(--caramel);padding:10px 40px;color:#fff7ee}
.topbar-phrases{display:grid;place-items:center}
.topbar-phrase{grid-area:1/1;opacity:0;visibility:hidden;transition:opacity .5s ease,visibility .5s;line-height:1.5}
.topbar-phrase.is-active{opacity:1;visibility:visible}
.topbar-pause{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:28px;height:28px;padding:0;border:0;border-radius:50%;background:transparent;color:inherit;opacity:.65;cursor:pointer;font-size:11px}
.topbar-pause:hover,.topbar-pause:focus-visible{opacity:1;background:#ffffff1a}
.topbar-pause:focus-visible{outline:2px solid #fff;outline-offset:1px}
@media(max-width:480px){.topbar{padding:9px 36px;font-size:11px;letter-spacing:.02em}}
@media(prefers-reduced-motion:reduce){.topbar-phrase{transition:none}}
.store-benefits{background:#eee5d8;padding:22px 6%}
.store-benefits ul{list-style:none;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;max-width:1120px;margin:0 auto;padding:0}
.store-benefits li{display:flex;align-items:center;gap:16px;background:#fffcf8;border:1px solid #e8dbc9;border-radius:16px;padding:18px 22px;min-width:0}
.benefit-icon{display:grid;place-items:center;flex:0 0 58px;width:58px;height:58px;border-radius:50%;background:#f4ede2;color:#aa7035}
.store-benefits h2{font-family:var(--sans);font-size:15px;font-weight:600;line-height:1.4;text-transform:none;letter-spacing:0;color:#67432d;margin:0 0 4px}
.store-benefits p{font-size:12px;line-height:1.6;color:#806754;margin:0}
@media(max-width:1000px){.store-benefits{padding:20px 4%}.store-benefits ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.store-benefits li{padding:16px 12px;gap:10px}.benefit-icon{flex-basis:46px;width:46px;height:46px}.store-benefits h2{font-size:13px}}
@media(max-width:700px){.store-benefits{padding:20px 7%}.store-benefits ul{grid-template-columns:1fr;gap:10px}.store-benefits li{padding:14px 18px}.store-benefits h2{font-size:14px}}

.store-benefits h2 a{color:inherit;text-decoration:none}.store-benefits h2 a:hover{text-decoration:underline}.store-benefits h2 a:focus-visible{outline:2px solid #94633f;outline-offset:4px}
/* Give the benefits their own breathing room beneath the hero. */
.store-benefits{border-top:36px solid #fff}
.store-benefits .benefit-icon{background:transparent;border-radius:0;flex-basis:42px;width:42px;height:48px;color:#a96b32}
.store-benefits .benefit-icon svg{width:36px;height:36px;overflow:visible}
@media(max-width:700px){.store-benefits{border-top-width:24px}.store-benefits .benefit-icon{flex-basis:36px;width:36px;height:40px}.store-benefits .benefit-icon svg{width:32px;height:32px}}
.our-history{padding:80px 6%;background:#faf6ef;border-top:1px solid #e6d7c5;color:#563923}
.history-intro{display:grid;grid-template-columns:1fr 1fr;gap:64px;max-width:1440px;margin:auto}
.our-history h2{font-size:clamp(32px,3.1vw,52px);line-height:1.15;margin:18px 0 0}
.our-history h2 em{font-style:normal;color:#a56a3d}
.history-copy p{font-size:15px;line-height:1.9;margin:0 0 18px;color:#705a49}
.history-timeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;list-style:none;margin:44px auto;padding:0;max-width:1440px}
.history-timeline li{border-top:2px solid #bc8d60;padding-top:20px;min-width:0}
.history-step{font-size:12px;font-weight:600;letter-spacing:.1em;color:#a56a3d}
.history-timeline h3{font-family:var(--sans);font-size:17px;line-height:1.5;margin:14px 0 8px}
.history-timeline p{font-size:13px;line-height:1.8;color:#705a49;margin:0}
.history-tribute{max-width:1440px;margin:auto;padding:32px 36px;border-radius:12px;background:#67432d;color:#fff8ee;display:grid;grid-template-columns:1fr auto;gap:36px;align-items:center}
.history-tribute .eyebrow{color:#e7c9a9;font-size:11px;margin:0 0 12px}
.history-tribute h3{font-family:var(--sans);font-size:22px;line-height:1.4;margin:0 0 12px}
.history-tribute p:last-child{font-size:14px;line-height:1.8;color:#f0dfcc;margin:0;max-width:720px}
.history-links{display:flex;flex-direction:column;align-items:center;gap:18px}
.history-links .button{background:#fff8ee;color:#67432d;font-size:13px;border-radius:4px;gap:10px;white-space:nowrap}
.history-links .button:hover{background:#ecd7bd}
.history-article{font-size:13px;color:#fff8ee;text-underline-offset:5px;text-decoration:underline}
@media(max-width:1000px){.history-intro{gap:32px}.history-timeline{grid-template-columns:repeat(2,minmax(0,1fr))}.history-tribute{padding:28px;gap:24px}}
@media(max-width:760px){.our-history{padding:48px 7%}.history-intro,.history-tribute{grid-template-columns:1fr}.history-intro{gap:24px}.history-timeline{gap:24px 20px;margin:30px auto}.history-timeline h3{font-size:15px}.history-tribute{padding:26px 22px}.history-links{align-items:flex-start}.history-links .button{white-space:normal}.shop-nav .nav-history{display:none}}

@media(min-width:1001px){.store-benefits li{padding:16px;gap:12px}.store-benefits h2{font-size:14px}.store-benefits .benefit-icon{flex-basis:36px;width:36px}}
.category-carousel{position:relative;max-width:1280px;margin:0 auto 56px;padding:0 48px}
.catalog-filters.category-track{display:flex;flex-wrap:nowrap;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;margin:0;padding:8px 4px 16px}
.category-track::-webkit-scrollbar{display:none}
.catalog-filters .category-choice{flex:0 0 calc((100% - 120px)/6);min-width:0;scroll-snap-align:start;display:flex;flex-direction:column;align-items:center;gap:14px;padding:0;border:0;background:transparent;color:#67432d;font-size:13px;line-height:1.5;text-align:center;white-space:normal}
.category-photo{display:grid;place-items:center;aspect-ratio:1;width:100%;border:2px solid #e1d1be;border-radius:50%;overflow:hidden;transition:border-color .2s,box-shadow .2s}
.category-photo img{display:block;width:100%;height:100%;object-fit:cover}.category-all{background:#ede1d1;color:#815335}
.catalog-filters .category-choice.active{color:#8b4e29;background:transparent;font-weight:600}.category-choice.active .category-photo{border-color:#a95e31;box-shadow:0 0 0 3px #a95e3122}.category-choice:hover .category-photo{border-color:#a95e31}.category-choice:focus-visible{outline:2px solid #a95e31;outline-offset:4px;border-radius:8px}
.category-arrow{position:absolute;top:42%;transform:translateY(-50%);width:36px;height:36px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:#eee3d3;color:#67432d;font:26px/1 Georgia,serif;cursor:pointer}.category-prev{left:0}.category-next{right:0}.category-arrow:disabled{opacity:.3;cursor:default}
@media(max-width:1100px){.catalog-filters .category-choice{flex-basis:calc((100% - 72px)/4)}}
@media(max-width:700px){.category-carousel{padding:0 30px;margin-bottom:36px}.catalog-filters.category-track{gap:16px}.catalog-filters .category-choice{flex-basis:calc((100% - 16px)/2);font-size:12px;gap:10px}.category-arrow{width:26px;height:30px;font-size:22px}}
@media(prefers-reduced-motion:reduce){.category-photo{transition:none}}
/* Classic retail symbols, matching the supplied reference. */
.store-benefits .benefit-icon{flex:0 0 56px;width:56px;height:56px;border-radius:50%;background:#f5efe5;color:#c3832d}
.store-benefits .benefit-icon svg{width:32px;height:32px}
@media(max-width:700px){.store-benefits .benefit-icon{flex-basis:50px;width:50px;height:50px}.store-benefits .benefit-icon svg{width:30px;height:30px}}
.home-catalog-more{text-align:center;margin-top:40px}.home-story{padding:40px 6%;background:#f1e9de}.home-story-inner{max-width:1440px;margin:auto;border:1px solid #dcc9b4;border-radius:20px;padding:24px;display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center}.home-story-inner>img{width:100%;height:380px;object-fit:cover;border-radius:14px}.home-story h2{font-size:clamp(28px,2.7vw,44px);line-height:1.15;margin:12px 0 20px}.home-story h2 em{font-style:normal;color:#a95e31}.home-story p:not(.eyebrow){font-size:15px;line-height:1.8;color:#765b46}.home-story-facts{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:24px 0}.home-story-facts>div{padding:12px 16px;border:1px solid #ddc9b3;border-radius:12px}.home-story-facts strong{display:block;font-size:18px;color:#67432d}.home-story-facts span{display:block;font-size:12px;line-height:1.5;margin-top:6px;color:#80654e}.home-story-inner>div>a{display:inline-block;font-size:14px;color:#67432d;border-bottom:1px solid #67432d;padding-bottom:6px}.catalog-page .catalog{padding-top:40px}.catalog-page .catalog .section-heading{margin-top:16px}
@media(max-width:760px){.home-story{padding:28px 7%}.home-story-inner{grid-template-columns:1fr;padding:16px;gap:24px}.home-story-inner>img{height:auto}.home-story-facts{gap:10px}.home-story-facts>div{padding:12px}.home-story-facts strong{font-size:16px}}

.home-page .products{width:92%;margin-inline:auto}
@media(max-width:760px){.home-page .products{width:96%}}
/* A warmer editorial feature for the family's story. */
.home-story{padding:64px 6%;background:#faf7f1}
.home-story-inner{padding:0;gap:0;grid-template-columns:1.06fr 1fr;border:1px solid #ddc9b2;border-radius:18px;background:#fffdf8;overflow:hidden;box-shadow:0 12px 36px #593b2010}
.home-story-photo{margin:0;position:relative;align-self:stretch;background:#594430;min-width:0;min-height:440px}
.home-story-photo img{display:block;position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.home-story-photo figcaption{position:absolute;inset:auto 0 0;max-width:none;margin:0;padding:60px 28px 25px;background:linear-gradient(transparent,#24170de0);color:#fff8ee;font:14px/1.5 var(--sans)}
.home-story-photo figcaption span{display:block;font-size:10px;letter-spacing:.15em;color:#f0d5b8;margin-bottom:8px}
.home-story-copy{padding:38px 40px}
.home-story-copy .eyebrow{display:flex;align-items:center;gap:12px;font-size:11px;color:#947044;letter-spacing:.14em;margin:0 0 20px}
.home-story-copy .eyebrow>span{width:30px;height:1px;background:#ad7f49}
.home-story h2{font-size:clamp(30px,2.7vw,43px);line-height:1.2;margin:0 0 22px}
.home-story h2 em{color:#ac703f}
.home-story-copy>p:not(.eyebrow){font-size:14px;line-height:1.9;color:#79634f;margin:0}
.home-story-facts{margin:26px 0;gap:22px;border-top:1px solid #e8daca;border-bottom:1px solid #e8daca;padding:18px 0}
.home-story-facts>div{padding:0;border:0;border-radius:0}
.home-story-facts>div+div{border-left:1px solid #e8daca;padding-left:22px}
.home-story-facts strong{font-family:var(--sans);font-size:18px;font-weight:600;color:#67432d}
.home-story-facts span{font-size:11px;line-height:1.6}
.home-story-inner>.home-story-copy>a.home-story-button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;background:#67432d;color:#fffaf1;border:0;border-radius:5px;padding:15px 20px;font-size:13px;transition:background .2s}
.home-story-button:hover{background:#8b5836!important}.home-story-button:focus-visible{outline:2px solid #a95e31;outline-offset:4px}
@media(max-width:1000px){.home-story-copy{padding:28px}.home-story-photo{min-height:470px}}
@media(max-width:760px){.home-story{padding:36px 7%}.home-story-inner{grid-template-columns:1fr;padding:0;gap:0}.home-story-photo{min-height:0;aspect-ratio:984/650}.home-story-photo img{object-position:center top}.home-story-photo figcaption{padding:40px 18px 16px;font-size:12px}.home-story-photo figcaption span{font-size:9px}.home-story-copy{padding:26px 22px}.home-story h2{font-size:30px}.home-story-facts{gap:14px}.home-story-facts>div+div{padding-left:14px}.home-story-facts strong{font-size:16px}}
.references{background:#f3ede3;padding-top:60px;padding-bottom:50px}
.reference-carousel{margin-top:30px}
.reference-carousel .reference-grid{display:flex;gap:24px;margin:0;padding:4px 2px 12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}
.reference-carousel .reference-grid::-webkit-scrollbar{display:none}
.reference-carousel .reference-card{flex:0 0 calc((100% - 72px)/4);min-width:0;border-radius:12px;background:#fffcf7;border:1px solid #e4d5c3;overflow:hidden;scroll-snap-align:start}
.reference-carousel .reference-card>button{background:#e9dfd1;overflow:hidden}
.reference-carousel .reference-card img{height:auto;aspect-ratio:1/1.08;object-fit:cover;transition:transform .35s}
.reference-carousel .reference-card>button:hover img{transform:scale(1.035)}
.reference-carousel .reference-card button span{background:#fffcf4ed;border:1px solid #e3d2bd;border-radius:30px;padding:8px 12px;font-size:11px;right:12px;bottom:12px}
.reference-carousel .reference-card h3{font-size:15px;margin:18px 18px 8px;line-height:1.5}
.reference-carousel .reference-card p{margin:0 18px 20px;font-size:11px;color:#907762}
.reference-controls{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #ddcbb5;margin-top:20px;padding-top:20px;gap:20px}
.reference-position{font-size:12px;color:#826449;letter-spacing:.04em}
.reference-controls>div{display:flex;gap:10px}.reference-controls button{width:44px;height:44px;border:1px solid #ccb496;border-radius:50%;background:#fffaf2;color:#67432d;font-size:21px;cursor:pointer;transition:background .2s,color .2s}.reference-controls button:hover:not(:disabled){background:#67432d;color:#fffaf2}.reference-controls button:disabled{opacity:.35;cursor:default}.reference-controls button:focus-visible,.reference-card>button:focus-visible{outline:2px solid #a95e31;outline-offset:-3px}
@media(max-width:1100px){.reference-carousel .reference-card{flex-basis:calc((100% - 48px)/3)}}
@media(max-width:760px){.reference-carousel .reference-grid{gap:16px}.reference-carousel .reference-card{flex-basis:calc((100% - 16px)/2)}}
@media(max-width:480px){.reference-carousel .reference-card{flex-basis:86%}.reference-carousel .reference-card img{aspect-ratio:1/1.05}.references{padding-top:40px;padding-bottom:35px}}
@media(prefers-reduced-motion:reduce){.reference-carousel .reference-card img{transition:none}}
.sticky-site-header,.history-header{position:sticky;top:0;z-index:60;box-shadow:0 3px 12px #35231514}
html{scroll-padding-top:calc(var(--sticky-header-height,210px) + 20px)}

.home-page .catalog{padding-top:32px}
@media(max-width:760px){.home-page .catalog{padding-top:24px}}

.category-all .all-furniture-icon{width:70%;height:auto;max-width:126px;color:#865631}

.home-page .catalog-heading{margin-bottom:40px}
@media(max-width:640px){.home-page .catalog-heading{margin-bottom:28px}}

.ui-arrow{display:inline-block;width:1em;height:1em;min-width:1em;vertical-align:-.15em;flex-shrink:0;pointer-events:none}.button .ui-arrow{width:18px;height:18px}.category-arrow .ui-arrow,.hero-arrow .ui-arrow,.gallery-prev .ui-arrow,.gallery-next .ui-arrow,.reference-prev .ui-arrow,.reference-next .ui-arrow{width:20px;height:20px;vertical-align:middle}

.home-story-photo img{object-position:50% 25%}
@media(max-width:760px){.home-story-photo{aspect-ratio:4/5}.home-story-photo img{object-position:50% 32%}}
