@font-face{font-family:'Sui Generis';src:url('../../fonts/SuiGeneris-Regular.woff2') format('woff2'),url('../../fonts/SuiGeneris-Regular.woff') format('woff'),url('../../fonts/SuiGeneris-Regular.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}:root{--white:#FFFFFF;--anthracite:#1B1B1B;--off-white:#F8F8F6;--stone-leather:#A49A8E;--champagne:#FFFFFF;--carbon-grey:#3B3B3B;--light-stone:#D4CEC4}body{font-family:'Sui Generis',sans-serif;background-color:var(--off-white);color:var(--carbon-grey);line-height:1.7;font-weight:400;font-size:18px;margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-family:'Sui Generis',sans-serif;font-weight:400;line-height:1.3;color:var(--anthracite)}a,button,input,select,textarea{font-family:'Sui Generis',sans-serif}.cart-count{font-family:Inter,Arial,sans-serif!important;line-height:1}.hero{position:relative;height:70vh;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-top:232px}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(27,27,27,.3) 0,rgba(27,27,27,.7) 100%);z-index:1}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-content{position:relative;z-index:2;text-align:center;color:var(--white);max-width:1000px;padding:2rem}.hero h1{font-size:5rem;font-weight:300;color:var(--white);margin-bottom:1.5rem;letter-spacing:3px;text-transform:uppercase}.hero-subtitle{font-size:1.8rem;font-weight:300;color:var(--light-stone);letter-spacing:2px}.main-content{max-width:1800px;margin:0 auto;padding:5rem 2rem}.image-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-bottom:5rem}.gallery-item{position:relative;aspect-ratio:3/4;overflow:hidden;border-radius:8px;box-shadow:0 10px 40px rgba(0,0,0,.15);transition:all .4s ease}.gallery-item:hover{transform:translateY(-10px);box-shadow:0 15px 50px rgba(0,0,0,.25)}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-item:hover img{transform:scale(1.1)}.content-section{max-width:1400px;margin:0 auto 5rem;padding:0 2rem}.content-text{margin-bottom:4rem}.content-text h2{font-size:3rem;color:var(--anthracite);margin-bottom:2rem;letter-spacing:2px}.content-text p{font-size:1.2rem;line-height:2;margin-bottom:1.5rem;color:var(--carbon-grey)}.cta-section{background:linear-gradient(135deg,var(--anthracite) 0,var(--carbon-grey) 100%);padding:5rem 3rem;border-radius:12px;text-align:center;margin:5rem 0;box-shadow:0 15px 50px rgba(0,0,0,.2)}.cta-section h2{font-size:3rem;color:var(--white);margin-bottom:1.5rem;letter-spacing:2px}.cta-section p{font-size:1.3rem;color:var(--light-stone);margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.cta-button{display:inline-block;padding:1.5rem 4rem;background:var(--white);color:var(--anthracite);text-decoration:none;font-size:1.1rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;border-radius:4px;transition:all .3s ease;border:2px solid var(--white)}.cta-button:hover{background:0 0;color:var(--white);box-shadow:0 0 30px rgba(255,255,255,.6);transform:translateY(-5px)}@media (max-width:1200px){.image-gallery{grid-template-columns:repeat(2,1fr)}.logo{height:160px}nav{padding:.9rem 2%}.hero{margin-top:178px}}@media (max-width:768px){.hero h1{font-size:3rem}.hero-subtitle{font-size:1.3rem}.image-gallery{grid-template-columns:1fr}.nav-container{display:none}.logo{height:140px}.hero{margin-top:156px;min-height:500px}}#cookie-consent-banner{position:fixed;bottom:2rem;left:2rem;max-width:450px;background:#fff;border:2px solid #1b1b1b;box-shadow:0 10px 40px rgba(0,0,0,.3);z-index:99999;font-family:'Cormorant Garamond',serif;display:none}#cookie-consent-banner.show{display:block;animation:slideInLeft .4s ease}@keyframes slideInLeft{from{transform:translateX(-100%);opacity:0}to{transform:translateX(0);opacity:1}}.cookie-header{background:linear-gradient(135deg,#1b1b1b 0,#3b3b3b 100%);padding:1.5rem;border-bottom:2px solid #a49a8e}.cookie-header h3{margin:0;color:#fff;font-size:1.5rem;font-weight:400;font-family:'Cormorant Garamond',serif}.cookie-body{padding:1.5rem}.cookie-body p{margin:0 0 1.5rem 0;color:#3b3b3b;line-height:1.7;font-size:1rem}.cookie-categories{margin-bottom:1.5rem}.cookie-category{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #d4cec4}.cookie-category:last-child{border-bottom:none}.cookie-category-info{flex:1}.cookie-category-info strong{display:block;color:#1b1b1b;margin-bottom:.25rem;font-size:1rem}.cookie-category-info small{color:#a49a8e;font-size:.85rem}.cookie-toggle{position:relative;width:50px;height:26px}.cookie-toggle input{opacity:0;width:0;height:0}.cookie-toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#d4cec4;transition:.3s;border-radius:26px}.cookie-toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:4px;bottom:4px;background-color:#fff;transition:.3s;border-radius:50%}.cookie-toggle input:checked+.cookie-toggle-slider{background-color:#1b1b1b}.cookie-toggle input:checked+.cookie-toggle-slider:before{transform:translateX(24px)}.cookie-toggle input:disabled+.cookie-toggle-slider{cursor:not-allowed;opacity:.6}.cookie-buttons{display:flex;gap:.75rem;margin-top:1.5rem}.cookie-btn{flex:1;padding:.875rem 1.5rem;border:none;font-family:'Cormorant Garamond',serif;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.cookie-btn-primary{background:#1b1b1b;color:#fff;border:2px solid #1b1b1b}.cookie-btn-primary:hover{background:#3b3b3b;border-color:#3b3b3b}.cookie-btn-secondary{background:0 0;color:#1b1b1b;border:2px solid #1b1b1b}.cookie-btn-secondary:hover{background:#f8f8f6}.cookie-btn-text{background:0 0;color:#a49a8e;border:none;text-decoration:underline;padding:.5rem;font-size:.9rem;cursor:pointer}.cookie-btn-text:hover{color:#1b1b1b}#cookie-settings-icon{position:fixed;bottom:2rem;left:2rem;width:50px;height:50px;background:#1b1b1b;border:2px solid #a49a8e;border-radius:50%;display:none;align-items:center;justify-content:center;cursor:pointer;z-index:99998;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.3)}#cookie-settings-icon.show{display:flex}#cookie-settings-icon:hover{background:#3b3b3b;transform:scale(1.1) rotate(90deg)}#cookie-settings-icon svg{width:24px;height:24px;fill:#FFFFFF}@media(max-width:600px){#cookie-consent-banner{left:1rem;right:1rem;bottom:1rem;max-width:none}#cookie-settings-icon{bottom:1rem;left:1rem;width:45px;height:45px}.cookie-buttons{flex-direction:column}}