@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");@tailwind base;@tailwind components;@tailwind utilities;:root{--background:#ffffff;--foreground:#171717}body{color:var(--foreground);background:var(--background)}.header-container{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:8px 40px;background:#fff;border-bottom:1px solid #f0f0f0;position:-webkit-sticky;position:sticky;top:0;z-index:1000;font-family:Inter,sans-serif;transition:transform .3s ease-in-out}.header-container.header-hidden{transform:translateY(-100%)}.header-left{gap:20px}.header-left,.header-nav-link{display:flex;align-items:center}.header-nav-link{text-decoration:none;color:#333;font-size:11px;text-transform:uppercase;letter-spacing:1px;gap:6px}.header-center{display:flex;justify-content:center}.header-logo{gap:8px;text-decoration:none}.header-logo,.header-right{display:flex;align-items:center}.header-right{gap:20px;justify-content:flex-end}.header-icon-link{text-decoration:none;color:#333;font-size:11px;display:flex;align-items:center;gap:6px;text-transform:uppercase;letter-spacing:1px}.icon-svg{width:20px;height:20px}@media (max-width:992px){.header-container{padding:10px 20px}.header-left,.header-right{gap:15px}}.mega-menu-dropdown{position:fixed;top:49px;left:0;width:100%;background:#fff;z-index:999;padding:15px 80px 30px;box-shadow:0 10px 30px rgba(0,0,0,.05);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.mega-menu-dropdown.open{transform:translateY(0);opacity:1;visibility:visible}.mega-menu-content{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:repeat(5,1fr);grid-gap:40px;gap:40px}.mega-menu-column{display:flex;flex-direction:column}.mega-menu-category-title{font-family:Baskerville Old Face,serif;font-size:18px;color:#925200;font-weight:400;margin-bottom:25px}.mega-menu-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.mega-menu-list li a{text-decoration:none;color:#241918;font-family:Inter,sans-serif;font-size:16px;transition:color .3s ease}.mega-menu-list li a:hover{color:#B78E59}.mega-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.2);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:998}@media (max-width:992px){.header-nav-text{display:none}.header-left,.header-right{gap:15px}.header-container{padding:4px 15px}.header-logo img{height:28px!important}.mega-menu-dropdown{top:0;width:240px;height:100vh;transform:translateX(-100%);padding:60px 25px 30px;display:block;overflow-y:auto}.mega-menu-dropdown.open{transform:translateX(0)}.mega-menu-content{grid-template-columns:1fr;gap:30px}.mega-menu-category-title{margin-bottom:15px;border-bottom:1px solid #f5f5f5;padding-bottom:8px}}@media (max-width:768px){.header-left,.header-right{gap:12px}.header-container{padding:4px 15px}.header-logo img{height:26px!important}}.footer-border-top{width:100%;height:60px;background-image:url(/assets/design/footer-border.png);background-size:contain;background-repeat:repeat-x;position:relative;z-index:1}.footer{background-color:#faf8f5;font-family:Cormorant Garamond,serif;color:#333;padding:0}.footer-upper{width:100%;max-width:100%;margin:0;padding:60px 42px 50px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;grid-gap:40px;gap:40px;box-sizing:border-box;min-height:0}.footer-brand{display:flex;flex-direction:column;gap:8px}.footer-logo{line-height:0;margin-bottom:0}.footer-logo-img{width:40px;height:auto;object-fit:contain}.footer-tagline{font-family:Cormorant Garamond,serif;font-size:24px;font-weight:400;color:#1a1a1a;line-height:1.5;max-width:260px}.footer-column{display:flex;flex-direction:column;gap:10px}.footer-column-title{font-size:16px;font-weight:500;letter-spacing:.15em;color:#B78E59;margin-bottom:6px}.footer-column-title,.footer-link{font-family:Cormorant Garamond,serif}.footer-link{font-size:14px;color:#6F6E6C;font-weight:400;text-decoration:none;line-height:1.7;transition:color .2s ease}.footer-link:hover{color:#8B2500}.footer-enquiry-text{font-size:.85rem;color:#555;line-height:1.7}.footer-bottom{border-top:1px solid #e8e4df;margin:0 42px;padding:30px 0;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box}.footer-copyright{font-size:16px;color:#888;display:flex;align-items:center;gap:6px}.footer-socials{display:flex;gap:20px;align-items:center}.footer-social-link{color:#555;text-decoration:none;font-size:24px;transition:color .2s ease;display:flex;align-items:center}.footer-social-link:hover{color:#8B2500}.footer-social-link svg{width:24px;height:24px;fill:currentColor}@media (max-width:1024px){.footer-upper{grid-template-columns:repeat(2,1fr);gap:40px;padding:60px 40px 40px}.footer-brand{grid-column:1/-1;margin-bottom:20px}}@media (max-width:768px){.footer-upper{grid-template-columns:1fr 1fr;gap:30px;padding:50px 30px 40px}.footer-tagline{font-size:1.1rem;max-width:100%}.footer-column-title{font-size:.65rem}.footer-link{font-size:.8rem}.footer-bottom{padding:20px 30px}}@media (max-width:480px){.footer-upper{grid-template-columns:1fr;gap:32px;padding:40px 16px 30px;text-align:center}.footer-brand{align-items:center}.footer-logo-img{width:32px}.footer-tagline{font-size:1rem;line-height:1.4}.footer-column{align-items:center}.footer-bottom{flex-direction:column;gap:20px;padding:24px 16px;text-align:center}.footer-copyright{font-size:.75rem;order:2}.footer-socials{order:1;gap:24px}}