*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{font-family:Montserrat,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;scroll-behavior:smooth}body{min-height:100vh;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}#root{min-height:100vh}.site-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 3rem;background:#fff;position:sticky;top:0;z-index:100;box-shadow:0 1px #0000000f}.site-header__logo{font-size:1.5rem;font-weight:700;color:#000;text-decoration:none;letter-spacing:-.02em}.site-header__nav{display:flex;align-items:center;gap:0}.site-header__nav-wrap{display:inline-flex;align-items:center}.site-header__nav-link{padding:.5rem 1.25rem;font-size:.75rem;font-weight:500;letter-spacing:.12em;color:#000;text-decoration:none;transition:color .2s}.site-header__nav-link:hover{color:#555}.site-header__nav-divider{width:1px;height:1rem;margin:0 .25rem;background:transparent;border-left:1px dashed #2563eb}.site-header__utils{display:flex;align-items:center;gap:1.5rem}.site-header__lang{font-size:.8rem;font-weight:500;color:#000;letter-spacing:.05em}.site-header__lang-sep{margin:0 .35rem;opacity:.6}.site-header__cart{display:flex;align-items:center;justify-content:center;padding:.5rem;background:none;border:none;cursor:pointer;color:#000;transition:opacity .2s}.site-header__cart:hover{opacity:.7}@media(max-width:900px){.site-header{padding:1rem 1.5rem;flex-wrap:wrap;gap:1rem}.site-header__nav{order:3;width:100%;justify-content:center;flex-wrap:wrap}.site-header__nav-link{padding:.4rem .75rem;font-size:.7rem}}@media(max-width:600px){.site-header{padding:.75rem 1rem;gap:.5rem}.site-header__logo{font-size:1.2rem}.site-header__nav{gap:0}.site-header__nav-link{padding:.35rem .5rem;font-size:.65rem}.site-header__nav-divider{display:none}}.hero{position:relative;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-color:#b84a2e}.hero__bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 70% 50%,rgba(180,140,140,.25) 0%,transparent 50%);pointer-events:none}.hero__content{position:relative;z-index:1;text-align:center;padding:2rem;max-width:720px;animation:heroFadeIn 1s ease-out both}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}.hero__title{font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700;color:#fff;line-height:1.15;letter-spacing:-.02em;margin-bottom:1rem;text-shadow:0 2px 20px rgba(0,0,0,.2)}.hero__subtitle{font-size:clamp(1rem,2vw,1.25rem);font-weight:400;color:#fffffff2;margin-bottom:2rem;line-height:1.5;text-shadow:0 1px 10px rgba(0,0,0,.15)}.hero__ctas{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.hero__btn{display:inline-block;padding:1rem 2rem;font-size:.75rem;font-weight:600;letter-spacing:.15em;color:#000;background:#fff;text-decoration:none;text-transform:uppercase;transition:background .2s,color .2s,transform .15s}.hero__btn:hover{background:#f5f5f5;transform:translateY(-1px)}.hero__btn:active{transform:translateY(0)}@media(max-width:900px){.hero{min-height:480px}}@media(max-width:600px){.hero{min-height:70vh}.hero__content{padding:1.5rem}.hero__ctas{flex-direction:column;align-items:center}.hero__btn{width:100%;max-width:280px;text-align:center}}.our-stories{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:stretch;max-width:1280px;margin:0 auto;padding:4rem 2rem;background:#fff}.our-stories__left{display:flex;flex-direction:column;gap:1.5rem;min-height:0}.our-stories__content{display:flex;flex-direction:column;gap:1.25rem}.our-stories__title{font-family:Playfair Display,Georgia,serif;font-size:2.25rem;font-weight:500;color:#1a1a1a;margin:0;line-height:1.2}.our-stories__text{font-size:1rem;line-height:1.7;color:#444;margin:0}.our-stories__cards{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:.5rem}.our-stories__card{background:#f1eeea;padding:1.75rem 1.5rem;display:flex;flex-direction:column;gap:.75rem}.our-stories__card:last-child{grid-column:1 / -1}.our-stories__card-title{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin:0}.our-stories__card-text{font-size:.9rem;line-height:1.65;color:#555;margin:0}.our-stories__btn{display:inline-block;align-self:flex-start;padding:.75rem 1.5rem;font-size:.7rem;font-weight:600;letter-spacing:.15em;color:#000;background:#fff;border:2px solid #000;text-decoration:none;text-transform:uppercase;transition:background .2s,color .2s}.our-stories__btn:hover{background:#000;color:#fff}.our-stories__right{position:relative;min-height:0}.our-stories__img-large{width:100%;height:100%;min-height:480px;max-height:570px;overflow:hidden}.our-stories__img-large img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:900px){.our-stories{grid-template-columns:1fr;padding:3rem 1.5rem}.our-stories__right{order:-1}.our-stories__img-large{min-height:auto;max-height:350px;aspect-ratio:4 / 3}.our-stories__cards{grid-template-columns:1fr}.our-stories__card:last-child{grid-column:auto}}@media(max-width:600px){.our-stories{padding:2rem 1rem;gap:1.5rem}.our-stories__title{font-size:1.75rem}.our-stories__img-large{min-height:auto;max-height:250px}}.product-slider{padding:2rem;background:#fff}.product-slider__inner{max-width:1280px;margin:0 auto;padding:0 2rem}.product-slider__title{font-family:Playfair Display,Georgia,serif;font-size:2.25rem;font-weight:500;color:#1a1a1a;margin:0 0 1.5rem;line-height:1.2}.product-slider__track{display:flex;gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:.5rem;-webkit-overflow-scrolling:touch}.product-slider__track::-webkit-scrollbar{display:none}.product-slider__indicators{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.product-slider__indicator{width:24px;height:3px;background:#ddd;border:none;border-radius:2px;padding:0;transition:background .3s}.product-slider__indicator.is-active{background:#333}.product-slider__card{flex:0 0 220px;position:relative;display:block;aspect-ratio:4 / 5;min-height:240px;overflow:hidden;text-decoration:none;color:#fff;scroll-snap-align:start}.product-slider__card-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-color:#1a1a1a;transition:transform .4s ease}.product-slider__card:hover .product-slider__card-bg{transform:scale(1.03)}.product-slider__card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#00000059,#0000001a 40%,#00000080);pointer-events:none}.product-slider__card:hover .product-slider__card-overlay{background:linear-gradient(to bottom,#00000040,#0000000d 40%,#00000073)}.product-slider__card-content{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:1.25rem}.product-slider__card-title{font-size:1.1rem;font-weight:700;margin:0;letter-spacing:-.02em;line-height:1.2;text-shadow:0 1px 4px rgba(0,0,0,.4)}.product-slider__card-cta{font-size:.8rem;font-weight:500;text-decoration:underline;text-underline-offset:4px;align-self:flex-start;margin-top:auto}@media(min-width:768px){.product-slider__card{flex:0 0 200px}}@media(min-width:1024px){.product-slider__card{flex:0 0 240px;min-height:280px}}@media(max-width:600px){.product-slider{padding:2rem 1rem}.product-slider__inner{padding:0}.product-slider__title{font-size:1.75rem}.product-slider__card{flex:0 0 180px;min-height:200px}}.design-excellence{background:#fff;padding:5rem 2rem}.design-excellence__inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:3rem;align-items:start}.design-excellence__content{display:flex;flex-direction:column;gap:1.5rem}.design-excellence__title{font-family:Playfair Display,Georgia,serif;font-size:2.25rem;font-weight:500;color:#1a1a1a;margin:0;line-height:1.2}.design-excellence__text{font-size:1rem;line-height:1.7;color:#444;margin:0}.design-excellence__cards{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:.5rem}.design-excellence__card{padding:1.5rem;border-left:3px solid #c8863e;background:#fafafa;display:flex;flex-direction:column;gap:.5rem}.design-excellence__card-title{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin:0}.design-excellence__card-text{font-size:.9rem;line-height:1.65;color:#555;margin:0}.design-excellence__image{width:100%;max-width:600px;min-height:380px;max-height:500px;overflow:hidden;position:sticky;top:2rem}.design-excellence__image img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:900px){.design-excellence{padding:3rem 1.5rem}.design-excellence__inner{grid-template-columns:1fr;gap:2rem}.design-excellence__image{order:-1;max-width:none;min-height:auto;max-height:300px;aspect-ratio:4 / 3}.design-excellence__cards{grid-template-columns:1fr}}@media(max-width:600px){.design-excellence{padding:2rem 1rem}.design-excellence__title{font-size:1.75rem}.design-excellence__image{max-height:240px}}.discover{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;max-width:1280px;margin:0 auto;padding:2rem;background:#fff}.discover__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.discover__card{position:relative;display:block;aspect-ratio:5 / 4;min-height:220px;max-height:280px;overflow:hidden;text-decoration:none;color:#fff}.discover__card-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-color:#1a1a1a}.discover__card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#00000059,#0000001a 40%,#00000080);pointer-events:none}.discover__card-content{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem}.discover__card-text{flex-shrink:0}.discover__card-title{font-size:1.35rem;font-weight:700;margin:0 0 .35rem;letter-spacing:-.02em;line-height:1.2;text-shadow:0 1px 4px rgba(0,0,0,.4)}.discover__card-subtitle{font-size:.9rem;font-weight:400;margin:0;opacity:.95;text-shadow:0 1px 2px rgba(0,0,0,.3)}.discover__card-cta{font-size:.85rem;font-weight:500;text-decoration:underline;text-underline-offset:4px;align-self:flex-start;margin-top:auto}.discover__card:hover .discover__card-overlay{background:linear-gradient(to bottom,#00000040,#0000000d 40%,#00000073)}.discover__card:hover .discover__card-bg{transform:scale(1.03);transition:transform .4s ease}.discover__card-bg{transition:transform .4s ease}.discover__categories{display:flex;flex-direction:column;gap:1.25rem}.discover__categories-title{font-family:Playfair Display,Georgia,serif;font-size:2.25rem;font-weight:500;color:#1a1a1a;margin:0;line-height:1.2}.discover__categories-text{font-size:1rem;line-height:1.7;color:#444;margin:0}.discover__categories-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-top:.5rem}.discover__category{display:flex;flex-direction:column;gap:.5rem}.discover__category-icon{display:flex;align-items:center;margin-bottom:.25rem}.discover__category-name{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin:0}.discover__category-desc{font-size:.9rem;line-height:1.65;color:#555;margin:0}@media(max-width:900px){.discover{grid-template-columns:1fr;padding:3rem 1.5rem}.discover__categories{order:-1}.discover__categories-grid{grid-template-columns:1fr}}@media(max-width:768px){.discover__grid{grid-template-columns:1fr;gap:1rem}.discover__card{aspect-ratio:3 / 4;min-height:260px;max-height:none}.discover__card-title{font-size:1.2rem}}.why-choose{background:#fff;padding:5rem 2rem}.why-choose__inner{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.why-choose__title{font-family:Playfair Display,Georgia,serif;font-size:2.25rem;font-weight:500;color:#1a1a1a;margin:0;line-height:1.2}.why-choose__text{font-size:1rem;line-height:1.7;color:#444;margin:0;max-width:800px}.why-choose__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1rem}.why-choose__card{position:relative;border:1px solid #ddd;border-top:3px solid #c8863e;padding:2.5rem 1.75rem 1.75rem;display:flex;flex-direction:column;gap:.6rem}.why-choose__card-number{position:absolute;top:-18px;left:50%;transform:translate(-50%);width:36px;height:36px;border-radius:50%;background:#c8863e;color:#fff;font-size:.95rem;font-weight:700;display:flex;align-items:center;justify-content:center}.why-choose__card-title{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin:0}.why-choose__card-text{font-size:.9rem;line-height:1.65;color:#555;margin:0}@media(max-width:900px){.why-choose{padding:3rem 1.5rem}.why-choose__grid{grid-template-columns:1fr}}@media(max-width:600px){.why-choose{padding:2rem 1rem}.why-choose__title{font-size:1.75rem}}.b2b-trading{background:#fff;padding:5rem 2rem}.b2b-trading__inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:3fr 2fr;gap:3rem;align-items:center}.b2b-trading__image{width:100%;height:100%;min-height:480px;overflow:hidden}.b2b-trading__image img{width:100%;height:100%;object-fit:cover;display:block}.b2b-trading__content{display:flex;flex-direction:column;gap:1.5rem}.b2b-trading__title{font-family:Playfair Display,Georgia,serif;font-size:2.25rem;font-weight:500;color:#1a1a1a;margin:0;line-height:1.2}.b2b-trading__text{font-size:1rem;line-height:1.7;color:#444;margin:0}.b2b-trading__cards{display:flex;flex-direction:column;gap:1rem;margin-top:.25rem}.b2b-trading__card{border-left:3px solid #c8863e;background:#f9f7f4;padding:1.5rem 1.75rem;display:flex;flex-direction:column;gap:.5rem}.b2b-trading__card-title{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin:0}.b2b-trading__card-text{font-size:.9rem;line-height:1.65;color:#555;margin:0}@media(max-width:900px){.b2b-trading{padding:3rem 1.5rem}.b2b-trading__inner{grid-template-columns:1fr;gap:2rem}.b2b-trading__image{min-height:auto;max-height:400px;aspect-ratio:4 / 3}}@media(max-width:600px){.b2b-trading{padding:2rem 1rem}.b2b-trading__title{font-size:1.75rem}.b2b-trading__image{max-height:280px}}.omni-channel{background:#f5f3f0;padding:5rem 2rem}.omni-channel__inner{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.omni-channel__title{font-family:Playfair Display,Georgia,serif;font-size:2.25rem;font-weight:500;color:#1a1a1a;margin:0;line-height:1.2}.omni-channel__text{font-size:1rem;line-height:1.7;color:#444;margin:0;max-width:800px}.omni-channel__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:1rem}.omni-channel__card{position:relative;background:#eae7e2;padding:2.5rem 1.75rem 1.75rem;display:flex;flex-direction:column;gap:.6rem}.omni-channel__card-bar{position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(to right,#d4d0cb,#bbb7b0)}.omni-channel__card:first-child .omni-channel__card-bar{clip-path:polygon(0 0,95% 0,100% 100%,0 100%)}.omni-channel__card:nth-child(2) .omni-channel__card-bar{clip-path:polygon(0 0,95% 0,100% 100%,5% 100%)}.omni-channel__card:last-child .omni-channel__card-bar{clip-path:polygon(0 0,100% 0,100% 100%,5% 100%)}.omni-channel__card-icon{display:flex;align-items:center;margin-bottom:.25rem}.omni-channel__card-title{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin:0}.omni-channel__card-text{font-size:.9rem;line-height:1.65;color:#555;margin:0}@media(max-width:900px){.omni-channel{padding:3rem 1.5rem}.omni-channel__cards{grid-template-columns:1fr;gap:1rem}.omni-channel__card-bar{clip-path:none!important}}@media(max-width:600px){.omni-channel{padding:2rem 1rem}.omni-channel__title{font-size:1.75rem}}.contact{padding:4rem 2rem;background:#f8f8f8}.contact__inner{max-width:1280px;margin:0 auto}.contact__title{font-family:Playfair Display,Georgia,serif;font-size:2.25rem;font-weight:500;color:#1a1a1a;margin:0 0 .5rem;line-height:1.2}.contact__intro{font-size:1rem;line-height:1.7;color:#444;margin:0 0 2.5rem}.contact__content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.contact__form{display:flex;flex-direction:column;gap:1.25rem}.contact__required{color:#dc2626;margin-left:2px}.contact__field label{display:block;font-size:.85rem;font-weight:600;color:#333;margin-bottom:.4rem}.contact__field input,.contact__field textarea{width:100%;padding:.75rem 1rem;font-size:1rem;border:1px solid #ddd;background:#fff;transition:border-color .2s}.contact__field input:focus,.contact__field textarea:focus{outline:none;border-color:#000}.contact__field textarea{resize:vertical;min-height:120px}.contact__submit{align-self:flex-start;padding:.75rem 1.75rem;font-size:.75rem;font-weight:600;letter-spacing:.1em;color:#fff;background:#000;border:none;text-transform:uppercase;cursor:pointer;transition:background .2s,color .2s}.contact__submit:hover{background:#333}.contact__submit:disabled{opacity:.6;cursor:not-allowed}.contact__status{font-size:.9rem;margin:0;font-weight:500}.contact__status--success{color:#16a34a}.contact__status--error{color:#dc2626}.contact__info{display:flex;flex-direction:column;gap:1.5rem}.contact__info-title{font-size:1.1rem;font-weight:600;color:#000;margin:0 0 .25rem}.contact__info-item{display:flex;flex-direction:column;gap:.25rem}.contact__info-label{font-size:.75rem;font-weight:600;letter-spacing:.1em;color:#888;text-transform:uppercase}.contact__info-item a,.contact__info-item span{font-size:.95rem;color:#333;text-decoration:none}.contact__info-item a:hover{text-decoration:underline}.contact__maps{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;gap:2rem}.contact__map{display:flex;flex-direction:column}.contact__map-label{font-size:.75rem;font-weight:600;letter-spacing:.1em;color:#888;text-transform:uppercase;margin-bottom:.5rem}.contact__map iframe{width:100%;height:250px;min-height:220px;border-radius:4px;background:#e8e8e8}.contact__map-link{display:inline-block;margin-top:.5rem;font-size:.8rem;font-weight:500;color:#2563eb}.contact__map-link:hover{text-decoration:underline}@media(max-width:900px){.contact{padding:3rem 1.5rem}}@media(max-width:600px){.contact{padding:2rem 1rem}.contact__title{font-size:1.75rem}.contact__content{grid-template-columns:1fr;gap:2rem}.contact__maps{grid-template-columns:1fr}}.footer{background:#1a1a1a;color:#fff;padding:2rem;margin-top:auto}.footer__inner{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem}.footer__logo{font-size:1.25rem;font-weight:700;color:#fff;text-decoration:none;letter-spacing:-.02em}.footer__logo:hover{opacity:.9}.footer__nav{display:flex;gap:1.5rem}.footer__nav a{font-size:.85rem;color:#ffffffd9;text-decoration:none;transition:color .2s}.footer__nav a:hover{color:#fff}.footer__copy{font-size:.8rem;color:#fff9;margin:0}@media(max-width:900px){.footer__inner{justify-content:center;text-align:center}.footer__nav{gap:1rem;flex-wrap:wrap;justify-content:center}}@media(max-width:600px){.footer{padding:2rem 1rem}.footer__inner{flex-direction:column}.footer__nav{gap:.75rem}.footer__nav a{font-size:.8rem}}.app{min-height:100vh;display:flex;flex-direction:column}.app main{flex:1}.reveal-fade{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.reveal-fade.revealed{opacity:1;transform:translateY(0)}.reveal-fade-left{opacity:0;transform:translate(-40px);transition:opacity .7s ease,transform .7s ease}.reveal-fade-left.revealed{opacity:1;transform:translate(0)}.reveal-fade-right{opacity:0;transform:translate(40px);transition:opacity .7s ease,transform .7s ease}.reveal-fade-right.revealed{opacity:1;transform:translate(0)}.reveal-stagger>*{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.reveal-stagger.revealed>*:nth-child(1){transition-delay:0s;opacity:1;transform:translateY(0)}.reveal-stagger.revealed>*:nth-child(2){transition-delay:.1s;opacity:1;transform:translateY(0)}.reveal-stagger.revealed>*:nth-child(3){transition-delay:.2s;opacity:1;transform:translateY(0)}.reveal-stagger.revealed>*:nth-child(4){transition-delay:.3s;opacity:1;transform:translateY(0)}.reveal-stagger.revealed>*:nth-child(5){transition-delay:.4s;opacity:1;transform:translateY(0)}.reveal-stagger.revealed>*:nth-child(6){transition-delay:.5s;opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.reveal-fade,.reveal-fade-left,.reveal-fade-right,.reveal-stagger>*{opacity:1;transform:none;transition:none}}
