@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Montserrat:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Montserrat,sans-serif;line-height:1.6;color:#333;background-color:#fff}:root{--primary-blue: #2c5aa0;--dark-blue: #1e3a5f;--accent-yellow: #f4d03f;--accent-orange: #f39c12;--light-blue: #e3f2fd;--text-dark: #333;--text-light: #666;--white: #fff;--light-gray: #fafafa}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:600;line-height:1.2}p{font-family:Montserrat,sans-serif;line-height:1.7}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.btn{display:inline-block;padding:1rem 2rem;background:var(--primary-blue);color:var(--white);text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease;border:none;cursor:pointer}.btn:hover{background:var(--dark-blue);transform:translateY(-2px)}.btn-secondary{background:var(--accent-yellow);color:var(--dark-blue)}.btn-secondary:hover{background:var(--accent-orange)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:3rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:3rem}@media (max-width: 768px){.container{padding:0 1rem}.hide-mobile{display:none}}@media (min-width: 769px){.hide-desktop{display:none}}.navbar{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed;top:0;width:100%;z-index:1000;box-shadow:0 2px 20px #0000001a;transition:all .3s ease}.navbar-container{width:98%;padding:0 .5rem 0 .1rem;display:flex;justify-content:flex-start;align-items:center;height:80px}.navbar-logo{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:700;color:#2c5aa0;text-decoration:none;transition:color .3s ease;margin-right:auto;margin-left:1rem;letter-spacing:1px}.navbar-logo:hover{text-align:left;color:#1e3a5f}.navbar-menu{display:flex;gap:2rem}.nav-link{color:#2c5aa0;text-decoration:none;font-weight:500;font-size:1rem;transition:color .3s ease;position:relative}.nav-link:hover{color:#f8f4e6}.nav-link:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:0;background-color:#f8f4e6;transition:width .3s ease}.nav-link:hover:after{width:100%}.shop-dropdown{cursor:pointer;position:relative}.shop-dropdown:after{content:"";position:absolute;top:100%;left:-20px;right:-20px;height:20px;background:transparent}.shop-dropdown span{display:inline-block}.shop-link{color:#2c5aa0;text-decoration:none;font-weight:500;font-size:1rem;transition:color .3s ease;position:relative}.shop-link:hover{color:#f8f4e6}.shop-link:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:0;background-color:#f8f4e6;transition:width .3s ease}.shop-link:hover:after{width:100%}.dropdown-menu{position:fixed;top:80px;left:0;right:0;background:#fff;border-radius:0;box-shadow:0 10px 40px #00000026;width:100vw;padding:3rem 2rem 2rem;margin-top:0;z-index:1001;border:1px solid #e0e0e0}.dropdown-menu:after{content:"";position:absolute;top:-20px;left:0;right:0;height:20px;background:transparent}.dropdown-menu:before{content:"";position:absolute;top:-8px;left:50%;transform:translate(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid white;z-index:1002}.dropdown-content{max-width:1200px;margin:0 auto;display:flex;gap:3rem}.dropdown-section{flex:1}.dropdown-section h4{font-family:Playfair Display,serif;font-size:1.1rem;color:#333;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e0e0e0;font-weight:600}.dropdown-columns{display:flex;gap:1.5rem}.dropdown-column{flex:1;display:flex;flex-direction:column;gap:.8rem}.dropdown-column a{color:#666;text-decoration:none;font-size:.9rem;font-weight:400;transition:color .2s ease;padding:.3rem 0}.dropdown-column a:hover{color:#2c5aa0;font-weight:500}.navbar-toggle{display:none;flex-direction:column;cursor:pointer}.bar{width:25px;height:3px;background-color:#333;margin:3px 0;transition:.3s}@media (max-width: 768px){.navbar-toggle{display:flex}.navbar-menu{position:fixed;left:-100%;top:80px;flex-direction:column;background-color:#fffffffa;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:2rem 0;gap:1.5rem}.navbar-menu.active{left:0}.navbar-container{padding:0 1rem}.dropdown-menu{display:none}}.home{padding-top:80px}.hero{height:100vh;background:url(/background.jpg) no-repeat center center;background-size:cover;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;position:relative;overflow:hidden}.hero-content{z-index:2;color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.hero-logo{margin-bottom:2rem;transition:all .3s ease}.logo-text{font-family:Playfair Display,serif;font-size:8rem;font-weight:2500;margin:0;text-shadow:3px 3px 6px rgba(0,0,0,.9);letter-spacing:3px;color:#fff;margin-bottom:1rem}.opening-text{font-family:Montserrat,sans-serif;font-size:1.8rem;font-weight:800;margin:0;letter-spacing:2px;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.8);text-transform:uppercase}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);color:#fff;text-align:center;opacity:.8}.scroll-indicator span{display:block;margin-bottom:1rem;font-size:.9rem;letter-spacing:1px}.scroll-arrow{width:2px;height:30px;background:#fff;margin:0 auto;position:relative;animation:scrollBounce 2s infinite}.scroll-arrow:after{content:"";position:absolute;bottom:0;left:-3px;width:8px;height:8px;border-right:2px solid white;border-bottom:2px solid white;transform:rotate(45deg)}@keyframes scrollBounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.contact-section{padding:6rem 0;background:#f8f9fa;margin-bottom:0}.contact-section h2{text-align:center;font-family:Playfair Display,serif;font-size:3rem;color:#2c5aa0;margin-bottom:4rem}.contact-content{max-width:800px;margin:0 auto}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem}.contact-item{text-align:left;padding:2rem;background:#fff;border-radius:15px;box-shadow:0 4px 20px #0000001a;transition:all .3s ease;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.contact-item:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.contact-item h3{font-family:Playfair Display,serif;font-size:1.5rem;color:#2c5aa0;margin:0;white-space:nowrap}.contact-item p{font-size:1.1rem;color:#555;line-height:1.6;margin:0;flex:1}.email-header{display:flex;align-items:center;gap:1rem;width:100%}.email-header h3{margin:0;flex-shrink:0}.email-header .email-item{margin-left:0}.email-item{display:flex;align-items:center}.contact-item>.email-item:not(.email-header .email-item){margin-left:calc(120px - 2rem)}.email-link{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#555;font-size:1.1rem;transition:all .3s ease;padding:.3rem .5rem;border-radius:5px}.email-link:hover{color:#2c5aa0;background-color:#f0f4ff;transform:translate(3px)}.envelope-icon{font-size:2rem;color:#2c5aa0;transition:all .3s ease}.email-link:hover .envelope-icon{transform:scale(1.1);color:#1e3d6f}.shop{padding-top:80px;min-height:100vh}.shop-header{background:linear-gradient(135deg,#2c5aa0,#1e3a5f);color:#fff;padding:4rem 0;text-align:center}.shop-header h1{font-family:Playfair Display,serif;font-size:3.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.shop-header p{font-size:1.3rem;opacity:.9;max-width:600px;margin:0 auto}.shop-content{flex:1;display:flex;align-items:center;justify-content:center;padding:4rem 0}.opening-box{background:#fff;border:2px solid #2c5aa0;border-radius:15px;padding:3rem 4rem;text-align:center;box-shadow:0 4px 20px #0000001a;max-width:500px}.opening-box h2{font-family:Playfair Display,serif;font-size:2.5rem;color:#2c5aa0;margin-bottom:1rem}.opening-box p{font-size:1.2rem;color:#555;margin:0}.about-page{padding-top:80px}.about-hero{background:linear-gradient(135deg,#2c5aa0,#1e3a5f);color:#fff;padding:6rem 0;text-align:center}.about-hero h1{font-family:Playfair Display,serif;font-size:4rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.about-hero p{font-size:1.5rem;opacity:.9;max-width:600px;margin:0 auto}.about-content{padding:4rem 0}.brand-story{text-align:center;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:6rem}.story-content h2{font-family:Playfair Display,serif;font-size:2.5rem;color:#2c5aa0;margin-bottom:2rem}.story-content p{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:1.5rem}.footer{background:linear-gradient(135deg,#1e3a5f,#2c5aa0);color:#fff;margin-top:0;text-align:left}.footer .container{max-width:1200px;margin:0;padding:0 2rem}.footer-bottom{padding:2rem;text-align:left}.footer-bottom-content{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{margin:0;opacity:.8;font-size:.9rem;text-align:left}
