*,*: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}:focus-visible{outline:2px solid #c8863e;outline-offset:2px}::selection{background:#c8863e33;color:#1a1a1a}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.site-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 3rem;background:#fffffff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);position:sticky;top:0;z-index:100;box-shadow:0 1px #0000000f;transition:background .3s,box-shadow .3s,padding .3s}.site-header--scrolled{background:#fffffffa;box-shadow:0 2px 20px #00000014;padding-top:.85rem;padding-bottom:.85rem}.site-header__logo{font-size:1.5rem;font-weight:700;color:#000;text-decoration:none;letter-spacing:-.02em;transition:opacity .2s}.site-header__logo:hover{opacity:.7}.site-header__nav--desktop{display:flex;align-items:center;gap:0}.site-header__nav--mobile{display:none}.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;cursor:pointer;position:relative}.site-header__nav-link:after{content:"";position:absolute;bottom:.25rem;left:1.25rem;right:1.25rem;height:1.5px;background:#c8863e;transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.site-header__nav-link:hover{color:#c8863e}.site-header__nav-link:hover:after{transform:scaleX(1);transform-origin:left}.site-header__nav-link:focus-visible{outline:2px solid #c8863e;outline-offset:2px;border-radius:2px}.site-header__nav-divider{width:1px;height:1rem;margin:0 .25rem;background:transparent;border-left:1px dashed #c8863e;opacity:.4}.site-header__hamburger{display:none;flex-direction:column;gap:5px;padding:.5rem;background:none;border:none;cursor:pointer;z-index:101}.site-header__hamburger:focus-visible{outline:2px solid #c8863e;outline-offset:2px;border-radius:4px}.site-header__hamburger-line{display:block;width:22px;height:2px;background:#1a1a1a;border-radius:1px;transform-origin:center}@media(max-width:900px){.site-header{padding:1rem 1.5rem;flex-wrap:wrap}.site-header__nav--desktop{display:none}.site-header__hamburger{display:flex}.site-header__nav--mobile{display:flex;flex-direction:column;width:100%;order:3;gap:0;overflow:hidden;border-top:1px solid rgba(0,0,0,.06);margin-top:.5rem}.site-header__nav-link--mobile{display:block;padding:.85rem 0;font-size:.8rem;font-weight:500;letter-spacing:.12em;color:#1a1a1a;text-decoration:none;border-bottom:1px solid rgba(0,0,0,.04);cursor:pointer}.site-header__nav-link--mobile:after{display:none}.site-header__nav-link--mobile:hover{color:#c8863e}.site-header__nav-link--mobile:focus-visible{outline:2px solid #c8863e;outline-offset:-2px}}@media(max-width:600px){.site-header{padding:.75rem 1rem}.site-header__logo{font-size:1.2rem}}.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;cursor:pointer;transition:opacity .2s}.footer__logo:hover{opacity:.8}.footer__logo:focus-visible{outline:2px solid #c8863e;outline-offset:4px;border-radius:2px}.footer__nav{display:flex;gap:1.5rem}.footer__nav a{font-size:.85rem;color:#ffffffa6;text-decoration:none;cursor:pointer;transition:color .25s}.footer__nav a:hover{color:#fff}.footer__nav a:focus-visible{outline:2px solid #c8863e;outline-offset:2px;border-radius:2px}.footer__copy{font-size:.8rem;color:#ffffff73;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}}.scroll-to-top{position:fixed;bottom:2rem;right:2rem;z-index:90;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#1a1a1a;color:#fff;border:none;border-radius:50%;cursor:pointer;box-shadow:0 4px 16px #0000002e;transition:background .25s,box-shadow .25s}.scroll-to-top:hover{background:#c8863e;box-shadow:0 6px 24px #c8863e4d}.scroll-to-top:focus-visible{outline:2px solid #c8863e;outline-offset:3px}@media(max-width:600px){.scroll-to-top{bottom:1.25rem;right:1.25rem;width:40px;height:40px}}.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}.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;cursor:pointer;transition:background .25s,color .25s,transform .2s,box-shadow .25s}.hero__btn:hover{background:#f5f5f5;transform:translateY(-2px);box-shadow:0 4px 20px #00000026}.hero__btn:active{transform:translateY(0)}.hero__btn:focus-visible{outline:2px solid #fff;outline-offset:3px}.hero__btn--outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.7)}.hero__btn--outline:hover{background:#ffffff1f;border-color:#fff;color:#fff;box-shadow:0 4px 20px #0000001a}@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;transition:box-shadow .3s ease,background .3s ease;cursor:default}.our-stories__card:hover{box-shadow:0 8px 30px #00000014;background:#ede9e4}.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__right{position:relative;min-height:0}.our-stories__img-large{width:100%;height:100%;min-height:480px;max-height:570px;overflow:hidden;border-radius:2px}.our-stories__img-large img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.our-stories__img-large:hover img{transform:scale(1.03)}@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}}.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;transition:box-shadow .3s ease,background .3s ease}.design-excellence__card:hover{box-shadow:0 8px 30px #0000000f;background:#f5f5f5}.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:5rem;border-radius:2px}.design-excellence__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.design-excellence__image:hover img{transform:scale(1.03)}@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;position:relative;top:0}.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}}.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,width .3s}.product-slider__indicator.is-active{background:#c8863e;width:36px}.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;cursor:pointer;border-radius:2px}.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 .5s ease}.product-slider__card:hover .product-slider__card-bg{transform:scale(1.06)}.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;transition:background .3s}.product-slider__card:hover .product-slider__card-overlay{background:linear-gradient(to bottom,#0003,#0000000d 40%,#0006)}.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)}@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}}.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;cursor:pointer;border-radius:2px}.discover__card-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-color:#1a1a1a;transition:transform .5s ease}.discover__card:hover .discover__card-bg{transform:scale(1.06)}.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;transition:background .3s}.discover__card:hover .discover__card-overlay{background:linear-gradient(to bottom,#0003,#0000000d 40%,#0006)}.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:none;align-self:flex-start;margin-top:auto;position:relative;padding-bottom:2px}.discover__card-cta:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:#fff;transform:scaleX(.6);transform-origin:left;transition:transform .3s ease}.discover__card:hover .discover__card-cta:after{transform:scaleX(1)}.discover__card:focus-visible{outline:2px solid #c8863e;outline-offset:2px}.discover__categories{display:flex;flex-direction:column;gap:1.25rem}.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;padding:1rem;border-radius:4px;transition:background .3s ease,box-shadow .3s ease}.discover__category:hover{background:#faf8f5;box-shadow:0 4px 20px #0000000a}.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 #e8e5e1;border-top:3px solid #c8863e;padding:2.5rem 1.75rem 1.75rem;display:flex;flex-direction:column;gap:.6rem;transition:box-shadow .3s ease,border-color .3s ease}.why-choose__card:hover{box-shadow:0 8px 30px #0000000f;border-color:#d4d0cb}.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;box-shadow:0 2px 8px #c8863e4d}.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;border-radius:2px}.b2b-trading__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.b2b-trading__image:hover img{transform:scale(1.03)}.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;transition:box-shadow .3s ease,background .3s ease}.b2b-trading__card:hover{box-shadow:0 8px 30px #0000000f;background:#f4f1ec}.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:1rem;margin-top:1rem}.omni-channel__card{position:relative;background:#eae7e2;padding:2.5rem 1.75rem 1.75rem;display:flex;flex-direction:column;gap:.6rem;transition:background .3s ease,box-shadow .3s ease}.omni-channel__card:hover{background:#e4e0da;box-shadow:0 4px 20px #0000000f}.omni-channel__card-bar{position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(to right,#c8863e,#d4a574);opacity:.6;transition:opacity .3s}.omni-channel__card:hover .omni-channel__card-bar{opacity:1}.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;border-radius:2px;transition:border-color .25s,box-shadow .25s}.contact__field input:hover,.contact__field textarea:hover{border-color:#bbb}.contact__field input:focus,.contact__field textarea:focus{outline:none;border-color:#c8863e;box-shadow:0 0 0 3px #c8863e1f}.contact__field textarea{resize:vertical;min-height:120px}.contact__submit{align-self:flex-start;padding:.85rem 2rem;font-size:.75rem;font-weight:600;letter-spacing:.1em;color:#fff;background:#1a1a1a;border:none;border-radius:2px;text-transform:uppercase;cursor:pointer;transition:background .25s,box-shadow .25s}.contact__submit:hover{background:#333;box-shadow:0 4px 16px #0000001f}.contact__submit:focus-visible{outline:2px solid #c8863e;outline-offset:2px}.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-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{cursor:pointer;transition:color .2s}.contact__info-item a:hover{color:#c8863e;text-decoration:underline}.contact__info-item a:focus-visible{outline:2px solid #c8863e;outline-offset:2px;border-radius:2px}.contact__maps{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,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:#c8863e;cursor:pointer;transition:color .2s}.contact__map-link:hover{color:#a06b2f;text-decoration:underline}.contact__map-link:focus-visible{outline:2px solid #c8863e;outline-offset:2px;border-radius:2px}@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}}@media(min-width:601px)and (max-width:900px){.contact__maps{grid-template-columns:1fr 1fr}}.privacy__hero{background:#1a1a1a;padding:6rem 2rem 4rem}.privacy__hero-inner{max-width:900px;margin:0 auto}.privacy__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,4vw,3rem);font-weight:500;color:#fff;margin:0 0 .75rem;line-height:1.2}.privacy__effective{font-size:.9rem;color:#ffffff8c;margin:0}.privacy__body{max-width:900px;margin:0 auto;padding:3rem 2rem 4rem}.privacy__intro{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e8e5e1}.privacy__intro p{font-size:1.05rem;line-height:1.8;color:#444}.privacy__sections{display:flex;flex-direction:column;gap:2.5rem}.privacy__section{display:flex;flex-direction:column;gap:1rem}.privacy__section-title{font-size:1.3rem;font-weight:600;color:#1a1a1a;margin:0;line-height:1.3}.privacy__block{display:flex;flex-direction:column;gap:.5rem}.privacy__subtitle{font-size:1.05rem;font-weight:600;color:#333;margin:.25rem 0 0}.privacy__text{font-size:.95rem;line-height:1.75;color:#555;margin:0}.privacy__list{list-style:none;padding:0;margin:.25rem 0 0;display:flex;flex-direction:column;gap:.5rem}.privacy__list li{font-size:.95rem;line-height:1.7;color:#555;padding-left:1.5rem;position:relative}.privacy__list li:before{content:"";position:absolute;left:0;top:.6em;width:6px;height:6px;border-radius:50%;background:#c8863e}.privacy__back{margin-top:3rem;padding-top:2rem;border-top:1px solid #e8e5e1}.privacy__back-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;letter-spacing:.05em;color:#1a1a1a;text-decoration:none;cursor:pointer;transition:color .25s}.privacy__back-link:hover{color:#c8863e}.privacy__back-link:focus-visible{outline:2px solid #c8863e;outline-offset:4px;border-radius:2px}@media(max-width:600px){.privacy__hero{padding:5rem 1rem 3rem}.privacy__body{padding:2rem 1rem 3rem}.privacy__section-title{font-size:1.15rem}}.terms__hero{background:#1a1a1a;padding:6rem 2rem 4rem}.terms__hero-inner{max-width:900px;margin:0 auto}.terms__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,4vw,3rem);font-weight:500;color:#fff;margin:0 0 .75rem;line-height:1.2}.terms__effective{font-size:.9rem;color:#ffffff8c;margin:0}.terms__body{max-width:900px;margin:0 auto;padding:3rem 2rem 4rem}.terms__intro{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e8e5e1}.terms__intro p{font-size:1.05rem;line-height:1.8;color:#444}.terms__sections{display:flex;flex-direction:column;gap:2.5rem}.terms__section{display:flex;flex-direction:column;gap:1rem}.terms__section-title{font-size:1.3rem;font-weight:600;color:#1a1a1a;margin:0;line-height:1.3}.terms__block{display:flex;flex-direction:column;gap:.5rem}.terms__text{font-size:.95rem;line-height:1.75;color:#555;margin:0}.terms__list{list-style:none;padding:0;margin:.25rem 0 0;display:flex;flex-direction:column;gap:.5rem}.terms__list li{font-size:.95rem;line-height:1.7;color:#555;padding-left:1.5rem;position:relative}.terms__list li:before{content:"";position:absolute;left:0;top:.6em;width:6px;height:6px;border-radius:50%;background:#c8863e}.terms__back{margin-top:3rem;padding-top:2rem;border-top:1px solid #e8e5e1}.terms__back-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;letter-spacing:.05em;color:#1a1a1a;text-decoration:none;cursor:pointer;transition:color .25s}.terms__back-link:hover{color:#c8863e}.terms__back-link:focus-visible{outline:2px solid #c8863e;outline-offset:4px;border-radius:2px}@media(max-width:600px){.terms__hero{padding:5rem 1rem 3rem}.terms__body{padding:2rem 1rem 3rem}.terms__section-title{font-size:1.15rem}}.app{min-height:100vh;display:flex;flex-direction:column}.app main{flex:1}
