@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@400;600;700&display=swap";body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{position:sticky;top:0;z-index:1000;background-color:#fff;border-bottom:1px solid #e8e4dc}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{display:block;text-decoration:none;max-width:none}.logo-image{width:auto;height:140px;display:block;max-height:none;object-fit:contain}.logo-text{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;line-height:1}.logo-tagline{font-size:.75rem;color:#8b7355;margin-top:.125rem}.desktop-nav{display:none}.nav-dropdown{position:relative}.nav-dropdown .nav-link{cursor:pointer}.nav-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(-10px);background-color:#fff;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a;min-width:200px;opacity:0;visibility:hidden;transition:all .2s ease;z-index:1000;margin-top:.5rem}.dropdown-link{display:block;padding:.75rem 1.25rem;color:#6e776e;text-decoration:none;font-size:.9375rem;transition:all .2s ease;border-bottom:1px solid #f3f1ed}.dropdown-link:last-child{border-bottom:none}.dropdown-link:hover{background-color:#faf9f7;color:#8b7355;padding-left:1.5rem}.mobile-menu-btn{display:flex;flex-direction:column;justify-content:center;width:2rem;height:2rem;background:none;border:none;cursor:pointer;padding:0}.hamburger-line{display:block;width:1.5rem;height:2px;background-color:#6e776e;margin:3px 0;transition:all .3s ease}.mobile-menu-btn.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-btn.active .hamburger-line:nth-child(2){opacity:0}.mobile-menu-btn.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-nav{position:fixed;inset:73px 0 0;background-color:#fff;transform:translate(100%);transition:transform .3s ease;overflow-y:auto;z-index:999}.mobile-nav.active{transform:translate(0)}.mobile-nav-content{padding:2rem 1rem}.mobile-nav-link{display:block;padding:1rem;color:#2a211c;text-decoration:none;font-size:1.125rem;font-weight:500;border-bottom:1px solid #e8e4dc;transition:all .2s ease}.mobile-nav-link:hover,.mobile-nav-link.active{color:#8b7355;background-color:#faf9f7}.mobile-nav-button{background-color:#8b7355;color:#fff!important;text-align:center;border-radius:.375rem;margin:1rem 0}.mobile-nav-button:hover{background-color:#705c44}.mobile-nav-section{position:relative}.mobile-dropdown-toggle{display:flex;justify-content:space-between;align-items:center;width:100%;text-align:left;background:none;border:none;cursor:pointer;padding:1rem;color:#2a211c;font-size:1.125rem;font-weight:500;border-bottom:1px solid #e8e4dc;transition:all .2s ease}.mobile-dropdown-toggle:hover{color:#8b7355;background-color:#faf9f7}.dropdown-arrow{font-size:.875rem;transition:transform .2s ease}.mobile-dropdown-toggle.open .dropdown-arrow{transform:rotate(180deg)}.mobile-dropdown{max-height:0;overflow:hidden;transition:max-height .3s ease;background-color:#f3f1ed}.mobile-dropdown.open{max-height:300px}.mobile-dropdown-link{display:block;padding:.875rem 1rem .875rem 2rem;color:#6e776e;text-decoration:none;font-size:1rem;border-bottom:1px solid #e8e4dc;transition:all .2s ease}.mobile-dropdown-link:hover{background-color:#fff;color:#8b7355;padding-left:2.25rem}.mobile-nav-footer{margin-top:2rem;padding-top:2rem;border-top:2px solid #e8e4dc}.mobile-contact-info{margin-top:1.5rem}.contact-link{display:flex;align-items:center;gap:.5rem;padding:.75rem 0;color:#6e776e;text-decoration:none;font-size:.875rem}.contact-link:hover{color:#8b7355}.icon{width:1.25rem;height:1.25rem;flex-shrink:0}.main-content{min-height:calc(100vh - 73px)}.footer{background-color:#2a211c;color:#fff;padding:3rem 0 1.5rem;margin-top:auto}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.footer-section{text-align:center}.footer-title{font-family:Playfair Display,serif;font-size:1.5rem;margin-bottom:1rem;color:#fff}.footer-subtitle{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#fff}.footer-text{font-size:.875rem;line-height:1.625;color:#d4cdc0;margin-bottom:1rem}.footer-badges{margin-top:1rem}.badge-text{font-size:.75rem;color:#e88b6f;margin:.25rem 0}.footer-links{list-style:none;padding:0}.footer-links li{margin:.5rem 0;font-size:.875rem;color:#d4cdc0}.footer-links a{color:#d4cdc0;text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:#e88b6f}.footer-contact{display:flex;flex-direction:column;gap:.75rem}.footer-contact-link{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#d4cdc0;text-decoration:none;font-size:.875rem;transition:color .2s ease}.footer-contact-link:hover{color:#e88b6f}.footer-contact-link .icon{width:1rem;height:1rem}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #3d312a}.footer-copyright{font-size:.75rem;color:#b8ab96;margin-bottom:.5rem}.footer-legal{font-size:.75rem}.footer-legal a{color:#b8ab96;text-decoration:none;transition:color .2s ease}.footer-legal a:hover{color:#d4cdc0}.separator{margin:0 .5rem;color:#6e776e}@media (min-width: 640px){.header-content{padding:1.25rem 0}.logo{max-width:none}.logo-image{height:160px}.logo-text{font-size:1.75rem}.footer-grid{grid-template-columns:repeat(2,1fr);text-align:left}.footer-section{text-align:left}.footer-contact-link{justify-content:flex-start}}@media (min-width: 768px){.header-content{padding:1.5rem 0}.logo{max-width:none}.logo-image{height:180px}.logo-text{font-size:2rem}.logo-tagline{font-size:.875rem}.desktop-nav{display:flex;align-items:center;gap:2rem}.mobile-menu-btn,.mobile-nav{display:none}.nav-link{color:#2a211c;text-decoration:none;font-weight:400;font-size:.9375rem;transition:all .3s ease;position:relative;padding:.25rem 0}.nav-link:hover{color:#6e776e}.nav-link.active{color:#6e776e;font-weight:500}.nav-link:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:1px;background-color:#6e776e;transform:scaleX(0);transition:transform .3s ease}.nav-link:hover:after,.nav-link.active:after{transform:scaleX(1)}.nav-button{background-color:#6e776e;color:#fff!important;padding:.5rem 1.25rem;border-radius:.25rem;transition:all .3s ease;font-weight:500;border:1px solid #6E776E}.nav-button:hover{background-color:#575f57;border-color:#575f57}.nav-button:after{display:none}.footer{padding:4rem 0 2rem}.footer-grid{grid-template-columns:repeat(4,1fr);gap:3rem}.footer-bottom{display:flex;justify-content:space-between;align-items:center}.footer-copyright{margin-bottom:0}}@media (min-width: 1024px){.nav-link{font-size:1rem}.desktop-nav{gap:2.5rem}}@media (min-width: 1280px){.desktop-nav{gap:3rem}}.admin-layout{display:flex;min-height:100vh;background-color:#f5f5f5}.admin-header-mobile{position:fixed;top:0;left:0;right:0;height:60px;background-color:#6e776e;color:#fff;display:flex;align-items:center;padding:0 1rem;z-index:1001;box-shadow:0 2px 4px #0000001a}.sidebar-toggle{background:none;border:none;cursor:pointer;padding:.5rem;margin-right:1rem}.sidebar-toggle .hamburger-line{display:block;width:1.5rem;height:2px;background-color:#fff;margin:4px 0;transition:all .3s ease}.admin-mobile-title{font-size:1.25rem;font-weight:600;margin:0}.admin-sidebar{position:fixed;top:0;left:0;bottom:0;width:280px;background-color:#6e776e;color:#fff;transform:translate(-100%);transition:transform .3s ease;z-index:1002;display:flex;flex-direction:column}.admin-sidebar.open{transform:translate(0)}.sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #3d312a}.sidebar-title{font-size:1.25rem;font-weight:600;margin:0;font-family:Playfair Display,serif}.sidebar-close{background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.sidebar-nav{flex:1;overflow-y:auto;padding:1rem 0}.sidebar-link{display:flex;align-items:center;padding:.875rem 1.5rem;color:#d4cdc0;text-decoration:none;transition:all .2s ease;font-size:.9375rem}.sidebar-link:hover{background-color:#3d312a;color:#fff}.sidebar-link.active{background-color:#6e776e;color:#fff;border-left:3px solid #e88b6f}.sidebar-icon{font-size:1.25rem;margin-right:.75rem;width:1.5rem;text-align:center}.sidebar-label{flex:1}.sidebar-footer{padding:1.5rem;border-top:1px solid #3d312a}.user-info{margin-bottom:1rem}.user-name{font-weight:600;margin:0 0 .25rem}.user-email{font-size:.875rem;color:#b8ab96;margin:0}.logout-btn{width:100%;padding:.75rem;background-color:#6e776e;color:#fff;border:none;border-radius:.375rem;cursor:pointer;font-weight:500;transition:background-color .2s ease}.logout-btn:hover{background-color:#705c44}.admin-main{flex:1;margin-top:60px;padding:1rem}.admin-content{max-width:1400px;margin:0 auto}.sidebar-overlay{position:fixed;inset:0;background-color:#00000080;z-index:1001;display:block}.loading-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f5f5f5}.loading-spinner{font-size:1.25rem;color:#6e776e}@media (min-width: 768px){.admin-header-mobile{display:none}.admin-sidebar{position:static;transform:translate(0)}.sidebar-close{display:none}.admin-main{margin-top:0;padding:2rem}.sidebar-overlay{display:none}}@media (min-width: 1024px){.admin-sidebar{width:300px}.admin-main{padding:2.5rem}.sidebar-link{padding:1rem 1.75rem;font-size:1rem}}@media (min-width: 1280px){.admin-main{padding:3rem}}.bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;background-color:#fff;border-top:1px solid #e8e4dc;z-index:50;box-shadow:0 -2px 10px #0000001a}.bottom-nav-content{display:grid;grid-template-columns:repeat(5,1fr);padding:.5rem 0}.bottom-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem;color:#6e776e;text-decoration:none;font-size:.75rem;transition:all .2s}.bottom-nav-item:active{background-color:#f0ede8}.bottom-nav-item.active{color:#2a211c;font-weight:600}.bottom-nav-icon{font-size:1.5rem;margin-bottom:.25rem}.bottom-nav-label{font-weight:500}@media (max-width: 768px){.admin-layout{min-height:100vh;display:flex;flex-direction:column}.bottom-nav{display:block}.admin-main{flex:1;padding:1rem 1rem 5rem;margin-top:3.5rem;overflow-y:auto;-webkit-overflow-scrolling:touch}.admin-sidebar{display:none}.admin-header-mobile{position:fixed;top:0;left:0;right:0;z-index:40;background-color:#6e776e;box-shadow:0 2px 4px #0000001a}.admin-content{width:100%;max-width:100%;overflow-x:hidden}.admin-layout *{box-sizing:border-box}}@media (display-mode: standalone){.admin-header-mobile{padding-top:env(safe-area-inset-top)}.bottom-nav{padding-bottom:env(safe-area-inset-bottom)}}.swipe-indicators{display:none}@media (max-width: 768px){.swipe-indicators{display:block;position:fixed;top:50%;transform:translateY(-50%);left:0;right:0;pointer-events:none;z-index:10}.swipe-indicator{position:absolute;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#0000001a;color:#666;font-size:.875rem;opacity:0;transition:opacity .3s ease}.swipe-indicator-left{left:0;border-radius:0 2rem 2rem 0}.swipe-indicator-right{right:0;border-radius:2rem 0 0 2rem}.swipe-arrow{font-size:1.5rem;font-weight:300}.swipe-label{display:none}@media (hover: none) and (pointer: coarse){.swipe-indicator{opacity:.7}.swipe-indicator:hover{opacity:1}}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#fff;box-shadow:0 -2px 10px #0000001a;z-index:9999;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cookie-banner-content{max-width:1200px;margin:0 auto;padding:2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.cookie-text h3{margin:0 0 .5rem;font-size:1.25rem;color:#333}.cookie-text p{margin:0;color:#666;font-size:.95rem;line-height:1.5}.cookie-actions{display:flex;gap:1rem;flex-shrink:0}.cookie-btn{padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap}.cookie-settings{background:transparent;color:#333;border:1px solid #333}.cookie-settings:hover{background:#f5f5f5}.cookie-reject{background:#f5f5f5;color:#333}.cookie-reject:hover{background:#e8e8e8}.cookie-accept{background:#333;color:#fff}.cookie-accept:hover{background:#000}.cookie-save{background:#333;color:#fff}.cookie-save:hover{background:#000}.cookie-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .3s ease-out}.cookie-modal{background:#fff;border-radius:8px;width:90%;max-width:600px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.cookie-modal-header{padding:2rem 2rem 1rem;border-bottom:1px solid #e8e8e8;display:flex;justify-content:space-between;align-items:center}.cookie-modal-header h2{margin:0;font-size:1.5rem;color:#333}.cookie-close{background:none;border:none;font-size:2rem;color:#999;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.cookie-close:hover{background:#f5f5f5;color:#333}.cookie-modal-body{flex:1;overflow-y:auto;padding:2rem}.cookie-intro{color:#666;line-height:1.6;margin-bottom:2rem}.cookie-category{border-bottom:1px solid #e8e8e8;padding-bottom:1.5rem;margin-bottom:1.5rem}.cookie-category:last-child{border-bottom:none}.cookie-category-header{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.cookie-category-info h3{margin:0;font-size:1.1rem;color:#333}.cookie-badge{background:#e8e8e8;color:#666;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500}.cookie-category-desc{margin:0;color:#666;font-size:.95rem;line-height:1.5;padding-left:3.5rem}.cookie-switch{position:relative;display:inline-block;width:44px;height:24px}.cookie-switch input{opacity:0;width:0;height:0}.cookie-slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.3s;border-radius:24px}.cookie-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.cookie-switch input:checked+.cookie-slider{background-color:#333}.cookie-switch input:checked+.cookie-slider:before{transform:translate(20px)}.cookie-slider.disabled{cursor:not-allowed;opacity:.6}.cookie-modal-footer{padding:1rem 2rem 2rem;border-top:1px solid #e8e8e8;display:flex;justify-content:flex-end;gap:1rem}@media (max-width: 768px){.cookie-banner-content{flex-direction:column;text-align:center;padding:1.5rem}.cookie-text h3{font-size:1.1rem}.cookie-text p{font-size:.9rem}.cookie-actions{width:100%;flex-wrap:wrap;justify-content:center}.cookie-btn{padding:.625rem 1.25rem;font-size:.9rem}.cookie-modal{width:95%;margin:1rem}.cookie-modal-header{padding:1.5rem 1.5rem 1rem}.cookie-modal-body{padding:1.5rem}.cookie-category-desc{padding-left:0;margin-top:.5rem}.cookie-modal-footer{flex-wrap:wrap;padding:1rem 1.5rem 1.5rem}.cookie-modal-footer .cookie-btn{flex:1;min-width:120px}}@media (max-width: 480px){.cookie-banner-content{padding:1rem}.cookie-actions{gap:.5rem}.cookie-btn{padding:.5rem 1rem;font-size:.85rem}.cookie-modal-header h2{font-size:1.25rem}.cookie-category-info h3{font-size:1rem}}.promo-banner{padding:1rem 0;text-align:center;position:relative;z-index:100}.promo-content{display:flex;flex-direction:column;align-items:center;gap:.5rem}.promo-title{font-size:1.125rem;font-weight:600;margin:0;line-height:1.4}.promo-text{font-size:.875rem;margin:0;opacity:.95}.promo-banner .btn{font-size:.875rem;padding:.4rem 1rem;margin-top:.5rem}.promo-banner .btn-promo{border:2px solid;transition:all .3s ease}.promo-banner .btn-promo:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0003;opacity:.9}@media (min-width: 768px){.promo-banner{padding:.75rem 0}.promo-content{flex-direction:row;justify-content:center;gap:1.5rem}.promo-title{font-size:1.25rem}.promo-text{font-size:1rem}.promo-banner .btn{margin-top:0}}.hero-section{position:relative;min-height:500px;display:flex;align-items:center;overflow:hidden}.hero-background{position:absolute;inset:0;z-index:0}.hero-image{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0009,#0006,#0009)}.hero-content{position:relative;z-index:1;text-align:center;color:#fff;padding:2rem 0}.hero-title{font-size:2.25rem;font-weight:700;margin-bottom:1rem;color:#fff;text-shadow:2px 2px 6px rgba(0,0,0,.8)}.hero-subtitle{font-size:1.125rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.7);font-weight:500}.hero-actions{display:flex;flex-direction:column;gap:1rem;align-items:center}.hero-actions .btn{min-width:200px}.services-section{background-color:#faf9f7}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2rem;color:#2a211c;margin-bottom:.75rem}.section-subtitle{font-size:1.125rem;color:#6e776e;max-width:600px;margin:0 auto}.services-grid{display:grid;grid-template-columns:1fr;gap:2rem}.service-card{background-color:#fff;border-radius:.5rem;padding:2rem;text-align:center;box-shadow:0 1px 3px #0000001a;transition:all .3s ease}.service-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.service-icon{width:3rem;height:3rem;margin:0 auto 1.5rem;color:#e88b6f}.service-icon svg{width:100%;height:100%;stroke-width:1.5}.service-title{font-size:1.25rem;margin-bottom:.75rem;color:#2a211c}.service-description{font-size:.875rem;color:#6e776e;line-height:1.625;margin-bottom:1rem}.service-link{color:#8b7355;font-weight:500;text-decoration:none;font-size:.875rem;transition:color .2s ease}.service-link:hover{color:#705c44}.process-preview{background-color:#fff}.process-content{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}.process-text{order:2}.process-image{order:1;border-radius:.5rem;overflow:hidden}.process-description{font-size:1rem;color:#6e776e;line-height:1.75;margin-bottom:1.5rem}.process-highlights{list-style:none;padding:0;margin-bottom:2rem}.process-highlights li{position:relative;padding-left:1.75rem;margin-bottom:.75rem;color:#6e776e;font-size:.9375rem}.process-highlights li:before{content:"✓";position:absolute;left:0;color:#e88b6f;font-weight:700}.featured-gallery{background-color:#faf9f7}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}.gallery-item{position:relative;border-radius:.5rem;overflow:hidden;aspect-ratio:1 / 1}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-item:hover img{transform:scale(1.05)}.gallery-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(42,33,28,.9),transparent);padding:1rem;transform:translateY(100%);transition:transform .3s ease}.gallery-item:hover .gallery-overlay{transform:translateY(0)}.gallery-caption{color:#fff;font-size:.875rem;font-weight:500;margin:0}.gallery-cta{text-align:center;margin-top:2rem}.testimonials-section{background-color:#fff}.carousel{position:relative;overflow:hidden}.carousel-track{display:flex;transition:transform .5s ease;width:100%}.carousel-slide{min-width:100%;display:grid;grid-template-columns:1fr;gap:1.5rem;padding:.25rem}.carousel-controls{position:absolute;inset:0;display:flex;justify-content:space-between;align-items:center;pointer-events:none}.carousel-btn{pointer-events:all;background:#ffffffe6;border:1px solid #e5e7eb;width:36px;height:36px;border-radius:9999px;display:grid;place-items:center;font-size:20px;color:#6e776e}.carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.dot{width:8px;height:8px;border-radius:9999px;background:#e5e7eb;border:none}.dot.active{background:#8b7355}.testimonials-loading,.testimonials-empty{text-align:center;color:#6e776e}.testimonial-card{background-color:#faf9f7;border-radius:.5rem;padding:2rem;text-align:center}.testimonial-rating{display:flex;justify-content:center;gap:.25rem;margin-bottom:1rem}.star{width:1.25rem;height:1.25rem;color:#e88b6f}.star.filled{color:#e88b6f}.testimonial-text{font-size:1rem;font-style:italic;color:#6e776e;line-height:1.75;margin-bottom:1rem}.testimonial-author{font-size:.875rem;color:#8b7355;font-weight:500;margin:0}.cta-section{background-color:#2a211c;color:#fff;text-align:center;padding:4rem 0}.cta-title{font-size:2rem;margin-bottom:1rem;color:#fff}.cta-subtitle{font-size:1.125rem;margin-bottom:2rem;color:#d4cdc0}.cta-actions{display:flex;flex-direction:column;gap:1rem;align-items:center;margin-bottom:2rem}.cta-note{font-size:.875rem;color:#b8ab96;margin:0}@media (min-width: 640px){.hero-section{min-height:600px}.hero-title{font-size:3rem}.hero-actions{flex-direction:row;justify-content:center}.services-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:repeat(4,1fr)}.cta-actions{flex-direction:row;justify-content:center}}@media (min-width: 768px){.hero-section{min-height:700px}.hero-title{font-size:3.5rem}.hero-subtitle{font-size:1.25rem}.section-title{font-size:2.5rem}.process-content{grid-template-columns:1fr 1fr;gap:4rem}.process-text{order:1}.process-image{order:2}.carousel-slide{grid-template-columns:repeat(2,1fr)}.cta-title{font-size:2.5rem}}@media (min-width: 1024px){.hero-title{font-size:4rem}.services-grid{grid-template-columns:repeat(4,1fr)}.section-title{font-size:3rem}.service-card{padding:2.5rem}.cta-section{padding:5rem 0}}.gallery-hero{background-color:#faf9f7;padding:3rem 0;text-align:center}.gallery-title{font-size:2.5rem;font-family:Playfair Display,serif;color:#2a211c;margin-bottom:1rem}.gallery-subtitle{font-size:1.125rem;color:#574637;max-width:600px;margin:0 auto}.gallery-filter-section{padding:2rem 0;background-color:#fff;border-bottom:1px solid #e8e4dc;position:sticky;top:73px;z-index:100}.gallery-grid-section{padding:3rem 0;min-height:400px}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.gallery-item{background-color:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 1px 3px #0000001a;cursor:pointer;transition:all .3s ease}.gallery-item:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.gallery-item-image{position:relative;width:100%;padding-bottom:100%;overflow:hidden;background-color:#f3f1ed}.gallery-item-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-item:hover .gallery-item-image img{transform:scale(1.05)}.featured-badge{position:absolute;top:1rem;right:1rem;background-color:#e88b6f;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase}.gallery-item-info{padding:1.25rem}.gallery-item-title{font-size:1.125rem;font-weight:600;color:#2a211c;margin-bottom:.5rem;line-height:1.4}.gallery-item-category{font-size:.875rem;color:#6e776e;margin-bottom:.25rem}.gallery-item-date{font-size:.75rem;color:#b8ab96}.lightbox{position:fixed;inset:0;background-color:#000000f2;z-index:2000;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .3s ease}.lightbox-content{position:relative;max-width:90vw;max-height:90vh;background-color:#fff;border-radius:.5rem;overflow:hidden;animation:slideIn .3s ease}.lightbox-close{position:absolute;top:1rem;right:1rem;width:2.5rem;height:2.5rem;background-color:#ffffffe6;border:none;border-radius:50%;font-size:1.5rem;cursor:pointer;z-index:1;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.lightbox-close:hover{background-color:#fff;transform:scale(1.1)}.lightbox-image{position:relative;width:100%;max-height:60vh;overflow:hidden;background-color:#000}.lightbox-image img{width:100%;height:100%;object-fit:contain}.lightbox-info{padding:1.5rem;background-color:#fff}.lightbox-title{font-size:1.5rem;font-weight:600;color:#2a211c;margin-bottom:.5rem}.lightbox-category{font-size:1rem;color:#6e776e;margin-bottom:1rem}.lightbox-description{font-size:.9375rem;color:#574637;line-height:1.6;margin-bottom:1rem}.lightbox-client,.lightbox-date{font-size:.875rem;color:#b8ab96;margin-bottom:.25rem}.loading-state,.empty-state{text-align:center;padding:4rem 2rem;color:#574637}.gallery-cta{background-color:#2a211c;color:#fff;padding:4rem 0;text-align:center}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 640px){.gallery-hero{padding:4rem 0}.gallery-title{font-size:3rem}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.lightbox-content{display:flex;max-width:90vw;max-height:80vh}.lightbox-image{flex:1.5;max-height:80vh}.lightbox-info{flex:1;max-width:400px;overflow-y:auto;padding:2rem}}@media (min-width: 768px){.gallery-filter-section{padding:2.5rem 0}.filter-btn{padding:.625rem 1.5rem;font-size:.9375rem}.gallery-grid-section{padding:4rem 0}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.gallery-item-title{font-size:1.25rem}.cta-title{font-size:2.5rem}.gallery-cta{padding:5rem 0}}@media (min-width: 1024px){.gallery-title{font-size:3.5rem}.gallery-grid{gap:2.5rem}.lightbox-content{max-width:1200px}}.price-list-hero{background-color:#faf9f7;padding:3rem 0;text-align:center}.price-list-title{font-size:2.5rem;font-family:Playfair Display,serif;color:#2a211c;margin-bottom:1rem}.price-list-subtitle{font-size:1.125rem;color:#6e776e;max-width:600px;margin:0 auto}.price-filter-section{padding:2rem 0;background-color:#fff;border-bottom:1px solid #e8e4dc;position:sticky;top:73px;z-index:100}.filter-btn{padding:.5rem 1.25rem;border:2px solid #e8e4dc;background-color:#fff;color:#6e776e;border-radius:25px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.prices-section{padding:3rem 0;background-color:#fff}.prices-content,.price-category-section{margin-bottom:4rem}.price-category-section:last-child{margin-bottom:0}.category-title{font-size:2rem;font-family:Playfair Display,serif;color:#2a211c;margin-bottom:.75rem;text-align:center}.category-description{font-size:1rem;color:#6e776e;text-align:center;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.services-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.service-card{background-color:#faf9f7;border-radius:.5rem;padding:1.5rem;border:1px solid #e8e4dc;transition:all .2s ease}.service-card:hover{box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-2px)}.service-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:.75rem;gap:1rem}.service-name{font-size:1.25rem;font-weight:600;color:#2a211c;margin:0}.featured-badge{background-color:#e88b6f;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;white-space:nowrap}.service-description{font-size:.9375rem;color:#6e776e;margin-bottom:1rem;line-height:1.5}.service-pricing{margin-bottom:.75rem}.service-price{font-size:1.5rem;font-weight:600;color:#8b7355;margin:0}.price-options{display:flex;flex-direction:column;gap:.5rem}.price-option{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background-color:#fff;border-radius:.375rem;border:1px solid #e8e4dc}.option-size{font-size:.9375rem;color:#6e776e;font-weight:500}.option-price{font-size:1.125rem;font-weight:600;color:#8b7355}.service-info{font-size:.875rem;color:#b8ab96;font-style:italic;margin:0}.price-info-section{margin-top:4rem;padding-top:4rem;border-top:2px solid #e8e4dc}.price-info-section h2{font-size:2rem;font-family:Playfair Display,serif;color:#2a211c;margin-bottom:2rem;text-align:center}.info-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.info-card{background-color:#f3f1ed;border-radius:.5rem;padding:1.5rem}.info-card h3{font-size:1.125rem;font-weight:600;color:#2a211c;margin-bottom:.5rem}.info-card p{font-size:.9375rem;color:#6e776e;line-height:1.5;margin:0}.price-cta-section{background-color:#2a211c;color:#fff;padding:4rem 0;text-align:center}@media (min-width: 640px){.price-list-hero{padding:4rem 0}.price-list-title{font-size:3rem}.services-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.info-grid{grid-template-columns:repeat(2,1fr)}.price-option{padding:.75rem 1.25rem}}@media (min-width: 768px){.price-filter-section{padding:2.5rem 0}.filter-btn{padding:.625rem 1.5rem;font-size:.9375rem}.prices-section{padding:4rem 0}.category-title{font-size:2.25rem}.services-grid{gap:2rem}.service-card{padding:2rem}.service-name{font-size:1.375rem}.cta-title{font-size:2.5rem}.price-cta-section{padding:5rem 0}}@media (min-width: 1024px){.price-list-title{font-size:3.5rem}.services-grid{grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}.info-grid{grid-template-columns:repeat(4,1fr)}.price-options{flex-direction:row;flex-wrap:wrap}.price-option{flex:1;min-width:150px}}.process-hero{background-color:#faf9f7;padding:3rem 0;text-align:center}.process-title{font-size:2.5rem;font-family:Playfair Display,serif;color:#2a211c;margin:0}.process-steps{padding:3rem 0;background-color:#fff}.process-step{margin-bottom:4rem}.process-step:last-child{margin-bottom:0}.step-content{display:flex;flex-direction:column;gap:2rem}.step-text{order:2}.step-title{font-size:1.75rem;font-family:Playfair Display,serif;color:#2a211c;margin-bottom:1rem}.step-description{font-size:1rem;color:#574637;line-height:1.7;text-align:justify}.step-image{order:1;width:100%;aspect-ratio:4/3;overflow:hidden;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a}.step-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.step-image:hover img{transform:scale(1.05)}.process-cta{background-color:#2a211c;color:#fff;padding:4rem 0;text-align:center}@media (min-width: 640px){.process-hero{padding:4rem 0}.process-title{font-size:3rem}.step-title{font-size:2rem}.step-description{font-size:1.0625rem}}@media (min-width: 768px){.process-steps{padding:4rem 0}.process-step{margin-bottom:5rem}.step-content{flex-direction:row;align-items:center;gap:4rem}.step-text{flex:1;order:1}.step-image{flex:1;order:2}.step-reverse .step-text{order:2}.step-reverse .step-image{order:1}.step-title{font-size:2.25rem}.step-description{font-size:1.125rem}.cta-title{font-size:2.5rem}.process-cta{padding:5rem 0}}@media (min-width: 1024px){.process-title{font-size:3.5rem}.process-step{margin-bottom:6rem}.step-content{gap:5rem}.step-image{aspect-ratio:16/10}}.booking-hero{background-color:#faf9f7;padding:3rem 0;text-align:center}.booking-title{font-size:2.5rem;font-family:Playfair Display,serif;color:#2a211c;margin-bottom:1rem}.booking-subtitle{font-size:1.125rem;color:#574637;max-width:600px;margin:0 auto}.booking-content{padding:3rem 0;background-color:#fff}.booking-wrapper{max-width:800px;margin:0 auto}.booking-progress{display:flex;align-items:center;justify-content:center;margin-bottom:3rem;padding:0 1rem}.progress-step{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.step-number{width:40px;height:40px;border-radius:50%;background-color:#e8e4dc;color:#574637;display:flex;align-items:center;justify-content:center;font-weight:600;margin-bottom:.5rem;transition:all .3s ease}.progress-step.active .step-number{background-color:#8b7355;color:#fff}.step-label{font-size:.875rem;color:#574637;white-space:nowrap}.progress-line{flex:1;height:2px;background-color:#e8e4dc;margin:0 1rem 2rem;transition:background-color .3s ease}.progress-line.active{background-color:#8b7355}.booking-form{background-color:#faf9f7;padding:2rem;border-radius:.5rem}.form-title{font-size:1.75rem;font-family:Playfair Display,serif;color:#2a211c;margin-bottom:2rem;text-align:center}.form-grid{display:grid;gap:1.5rem;margin-bottom:2rem}.form-group input[type=text],.form-group input[type=email],.form-group input[type=tel],.form-group input[type=date],.form-group textarea,.form-group select{padding:.75rem 1rem;border:2px solid #e8e4dc;border-radius:.375rem;font-size:.9375rem;color:#2a211c;background-color:#fff;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#8b7355}.date-input{width:100%;cursor:pointer}.time-slots{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:.5rem}.time-slot{position:relative;cursor:pointer}.time-slot input[type=radio]{position:absolute;opacity:0}.time-slot span{display:block;padding:.75rem;border:2px solid #e8e4dc;border-radius:.375rem;text-align:center;font-weight:500;color:#574637;background-color:#fff;transition:all .2s}.time-slot:hover span{border-color:#8b7355}.time-slot.selected span{background-color:#8b7355;border-color:#8b7355;color:#fff}.time-slot.unavailable{opacity:.5;cursor:not-allowed}.time-slot.unavailable span{background-color:#f0ede8;color:#b8b0a4}.error-message{color:#e74c3c;font-size:.875rem;margin-top:.5rem}.booking-summary{background-color:#fff;padding:1.5rem;border-radius:.375rem;border:2px solid #e8e4dc;margin-bottom:2rem}.booking-summary h3{font-size:1.25rem;color:#2a211c;margin-bottom:1rem}.summary-details p{margin:.5rem 0;color:#574637}.services-grid{display:grid;gap:1rem;margin-top:1rem}.service-item{background-color:#fff;border:2px solid #e8e4dc;border-radius:.5rem;padding:1rem;transition:all .2s}.service-item:hover{border-color:#8b7355}.service-item.selected{border-color:#8b7355;background-color:#faf9f7}.service-checkbox{display:flex;gap:1rem;cursor:pointer}.service-checkbox input[type=checkbox]{flex-shrink:0;margin-top:.25rem;width:18px;height:18px;cursor:pointer}.service-details{flex:1}.service-details h4{font-size:1rem;color:#2a211c;margin:0 0 .25rem}.service-description{font-size:.875rem;color:#574637;margin:0 0 .5rem;line-height:1.4}.service-price{font-size:.9375rem;font-weight:600;color:#8b7355;margin:0}.quantity-control{display:flex;align-items:center;gap:.75rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e8e4dc}.qty-btn{width:32px;height:32px;border:2px solid #e8e4dc;background-color:#fff;border-radius:.375rem;font-size:1.125rem;font-weight:600;color:#574637;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.qty-btn:hover{border-color:#8b7355;color:#8b7355}.qty-value{font-weight:600;color:#2a211c;min-width:2rem;text-align:center}.price-summary{background-color:#f0ede8;padding:1.5rem;border-radius:.5rem;margin:2rem 0}.price-summary h3{font-size:1.25rem;color:#2a211c;margin:0 0 1rem}.price-breakdown{display:flex;flex-direction:column;gap:.5rem}.price-line{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#574637}.price-line.total{font-weight:600;font-size:1rem;color:#2a211c;padding-top:.75rem;border-top:1px solid #d4cdc0;margin-top:.25rem}.price-line.deposit{font-weight:600;font-size:1.125rem;color:#8b7355;padding-top:.75rem;margin-top:.25rem}.price-note{font-size:.75rem;color:#8b7355;font-style:italic;margin:1rem 0 0}.service-list{list-style:none;padding:0;margin:.5rem 0 1rem}.service-list li{padding:.25rem 0;color:#574637;font-size:.875rem}.booking-success{text-align:center;padding:3rem 2rem;background-color:#faf9f7;border-radius:.5rem}.success-icon{width:80px;height:80px;background-color:#4caf50;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;margin:0 auto 2rem}.booking-success h2{font-size:2rem;font-family:Playfair Display,serif;color:#2a211c;margin-bottom:1rem}.success-message{font-size:1.125rem;color:#574637;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.booking-details{background-color:#fff;padding:1.5rem;border-radius:.375rem;border:2px solid #e8e4dc;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto;text-align:left}.booking-details h3{font-size:1.25rem;color:#2a211c;margin-bottom:1rem}.booking-details p{margin:.5rem 0;color:#574637}.success-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.booking-info{background-color:#f0ede8;padding:4rem 0}.info-title{font-size:2rem;font-family:Playfair Display,serif;color:#2a211c;text-align:center;margin-bottom:3rem}.info-card h3{font-size:1.25rem;color:#2a211c;margin-bottom:.75rem}.info-card p{color:#574637;line-height:1.6}.btn{padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;border:none;border-radius:.375rem;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-width:120px}.btn-primary:disabled{background-color:#d4cdc0;cursor:not-allowed}@media (max-width: 640px){.booking-hero{padding:2rem 0}.booking-title{font-size:2rem}.booking-progress{flex-direction:column;align-items:flex-start;max-width:200px;margin-left:2rem}.progress-step{flex-direction:row;align-items:center;margin-bottom:1rem}.step-number{margin-bottom:0;margin-right:1rem}.step-label{text-align:left}.progress-line{width:2px;height:40px;margin:0 0 0 20px;margin-top:-1rem;margin-bottom:-1rem}.booking-form{padding:1.5rem}.form-actions{flex-direction:column-reverse}.form-actions .btn{width:100%}.time-slots{grid-template-columns:1fr}}@media (min-width: 640px){.booking-hero{padding:4rem 0}.booking-title{font-size:3rem}.form-grid{grid-template-columns:repeat(2,1fr)}.time-slots{grid-template-columns:repeat(4,1fr)}.info-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 768px){.booking-content{padding:4rem 0}.booking-form{padding:3rem}.form-title{font-size:2rem}.booking-info{padding:5rem 0}.info-title{font-size:2.5rem}}@media (min-width: 1024px){.booking-wrapper{max-width:900px}.booking-details{max-width:600px}}.faq-hero{background-color:#faf9f7;padding:3rem 0;text-align:center}.faq-title{font-size:2.5rem;font-family:Playfair Display,serif;color:#2a211c;margin-bottom:1rem}.faq-subtitle{font-size:1.125rem;color:#574637;max-width:600px;margin:0 auto}.faq-filter-section{padding:2rem 0;background-color:#fff;border-bottom:1px solid #e8e4dc;position:sticky;top:73px;z-index:100}.category-filter{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.filter-btn{padding:.5rem 1.25rem;border:2px solid #e8e4dc;background-color:#fff;color:#574637;border-radius:25px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.faq-content{padding:3rem 0;background-color:#fff}.faq-category{margin-bottom:3rem}.faq-category:last-child{margin-bottom:0}.category-title{font-size:1.75rem;font-family:Playfair Display,serif;color:#2a211c;margin-bottom:.75rem;text-align:center}.category-description{font-size:1rem;color:#574637;text-align:center;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.faq-list{max-width:800px;margin:0 auto}.faq-item{background-color:#faf9f7;border-radius:.5rem;margin-bottom:1rem;overflow:hidden;transition:all .3s ease}.faq-item:hover{box-shadow:0 2px 8px #0000001a}.faq-question{width:100%;padding:1.25rem;background:none;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:1rem;font-weight:500;color:#2a211c;transition:all .2s ease}.faq-question:hover{color:#6e776e}.faq-icon{font-size:1.5rem;font-weight:300;color:#6e776e;flex-shrink:0;margin-left:1rem;transition:transform .3s ease}.faq-item.open .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.open .faq-answer{max-height:500px}.faq-answer-content{padding:0 1.25rem 1.25rem;color:#574637;line-height:1.6}.faq-cta{background-color:#2a211c;color:#fff;padding:4rem 0;text-align:center}.cta-content{max-width:600px;margin:0 auto}.cta-title{font-size:2rem;font-family:Playfair Display,serif;margin-bottom:1rem}.cta-text{font-size:1.125rem;color:#d4cdc0;margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (min-width: 640px){.faq-hero{padding:4rem 0}.faq-title{font-size:3rem}.category-title{font-size:2rem}.faq-question{padding:1.5rem;font-size:1.0625rem}.faq-answer-content{padding:0 1.5rem 1.5rem;font-size:1rem}}@media (min-width: 768px){.faq-filter-section{padding:2.5rem 0}.filter-btn{padding:.625rem 1.5rem;font-size:.9375rem}.faq-content{padding:4rem 0}.faq-category{margin-bottom:4rem}.category-title{font-size:2.25rem}.faq-item{margin-bottom:1.25rem}.cta-title{font-size:2.5rem}.faq-cta{padding:5rem 0}}@media (min-width: 1024px){.faq-title{font-size:3.5rem}.faq-list{max-width:900px}.faq-question{font-size:1.125rem}.faq-answer{transition:max-height .4s ease}.faq-item.open .faq-answer{max-height:1000px}}.contact-page{min-height:100vh;padding-top:80px}.contact-hero{background:linear-gradient(135deg,#f5f5f5,#e8e8e8);padding:4rem 0;margin-bottom:4rem}.contact-title{font-size:3rem;font-weight:300;color:#333;text-align:center;margin:0}.contact-content{padding:0 0 4rem}.contact-grid{display:grid;grid-template-columns:1fr 2fr;gap:4rem;max-width:1200px;margin:0 auto}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-item h3{font-size:1rem;font-weight:500;color:#666;margin-bottom:.5rem}.info-item a{color:#333;text-decoration:none;font-size:1.1rem;transition:color .3s ease}.info-item a:hover{color:#000}.social-links{display:flex;gap:1rem}.social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f5f5f5;border-radius:50%;color:#333;transition:all .3s ease}.social-links a:hover{background:#333;color:#fff;transform:translateY(-2px)}.qr-code{text-align:center;margin-top:2rem}.qr-code-wrapper{background:#f5f5f5;padding:10px;border:1px solid #ddd;border-radius:4px;display:inline-block}.qr-code-wrapper canvas{display:block}.qr-label{font-size:.9rem;color:#666;margin-top:.5rem}.contact-form{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group label{font-size:.9rem;font-weight:500;color:#333;margin-bottom:.5rem}.form-group input,.form-group textarea{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .3s ease;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#333}.form-group input.error,.form-group textarea.error{border-color:#dc3545}.error-message{color:#dc3545;font-size:.8rem;margin-top:.25rem}.submit-btn{background:#333;color:#fff;padding:1rem 3rem;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;margin-top:1rem;width:100%}.submit-btn:hover:not(:disabled){background:#000;transform:translateY(-2px)}.submit-btn:disabled{background:#ccc;cursor:not-allowed}.success-message{background:#d4edda;color:#155724;padding:1rem;border-radius:4px;margin-top:1rem;text-align:center}.error-message{color:#dc3545;font-size:.9rem;margin-top:.5rem;text-align:center}.map-section{margin-top:4rem;position:relative}.map-container{position:relative;width:100%;height:450px;filter:grayscale(100%);transition:filter .3s ease}.map-container:hover{filter:grayscale(0%)}.map-container iframe{width:100%;height:100%}.map-overlay{position:absolute;bottom:30px;right:30px;background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 10px #0000001a;pointer-events:none}.location-marker h3{margin:0 0 .5rem;font-size:1.2rem;color:#333}.location-marker p{margin:0;color:#666}@media (max-width: 968px){.contact-grid{grid-template-columns:1fr;gap:3rem}.contact-info{order:2}.contact-form-wrapper{order:1}.form-row{grid-template-columns:1fr}}@media (max-width: 768px){.contact-title{font-size:2rem}.contact-hero{padding:3rem 0;margin-bottom:3rem}.contact-form{padding:1.5rem}.map-overlay{bottom:20px;right:20px;padding:1rem}}@media (max-width: 480px){.contact-title{font-size:1.75rem}.submit-btn{padding:.875rem 2rem}.map-container{height:350px}.map-overlay{bottom:10px;right:10px}}.shop-hero{background-color:#faf9f7;padding:3rem 0;text-align:center}.shop-title{font-size:2.5rem;font-family:Playfair Display,serif;color:#2a211c;margin-bottom:1rem}.shop-subtitle{font-size:1.125rem;color:#574637;max-width:600px;margin:0 auto}.shop-filter{background-color:#fff;padding:2rem 0;border-bottom:1px solid #e8e4dc;position:sticky;top:73px;z-index:50}.category-filters{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.filter-btn{padding:.5rem 1.25rem;border:2px solid #e8e4dc;background-color:#fff;color:#574637;border-radius:25px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.filter-btn:hover{border-color:#6e776e;color:#6e776e}.filter-btn.active{background-color:#6e776e;border-color:#6e776e;color:#fff}.shop-products{padding:3rem 0;background-color:#fff;min-height:400px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.product-card{background-color:#faf9f7;border-radius:.5rem;overflow:hidden;transition:all .3s;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}.product-image{position:relative;width:100%;padding-top:100%;overflow:hidden;background-color:#f0ede8}.product-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover .product-image img{transform:scale(1.05)}.featured-badge{position:absolute;top:1rem;right:1rem;background-color:#6e776e;color:#fff;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase}.product-info{padding:1.5rem;flex:1;display:flex;flex-direction:column}.product-name{font-size:1.25rem;font-family:Playfair Display,serif;color:#2a211c;margin:0 0 .75rem}.product-description{font-size:.875rem;color:#574637;line-height:1.5;margin:0 0 1rem;flex:1}.product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.product-price{font-size:1.25rem;font-weight:600;color:#6e776e}.add-to-cart-btn{padding:.5rem 1.25rem;background-color:#6e776e;color:#fff;border:none;border-radius:.375rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.add-to-cart-btn:hover:not(:disabled){background-color:#6d5940}.add-to-cart-btn:disabled{background-color:#d4cdc0;cursor:not-allowed}.stock-warning{font-size:.75rem;color:#e74c3c;margin:.5rem 0 0;font-weight:500}.empty-state{text-align:center;padding:4rem 2rem;color:#6e776e}.empty-state p{font-size:1.125rem}.shop-info{background-color:#f0ede8;padding:4rem 0}.info-grid{display:grid;gap:2rem;max-width:1000px;margin:0 auto}.info-card{background-color:#fff;padding:2rem;border-radius:.5rem;text-align:center;box-shadow:0 2px 8px #0000000d}.info-icon{font-size:3rem;margin-bottom:1rem}.info-card h3{font-size:1.25rem;color:#2a211c;margin:0 0 .5rem}.info-card p{color:#574637;margin:0}.loading-state{text-align:center;padding:4rem 2rem;color:#574637}@media (min-width: 640px){.shop-hero{padding:4rem 0}.shop-title{font-size:3rem}.info-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 768px){.shop-filter{padding:2.5rem 0}.filter-btn{padding:.625rem 1.5rem;font-size:.9375rem}.shop-products{padding:4rem 0}.products-grid{gap:2.5rem}.shop-info{padding:5rem 0}}@media (min-width: 1024px){.shop-title{font-size:3.5rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}}.admin-analytics{padding:2rem;max-width:1400px;margin:0 auto}.analytics-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.analytics-header h1{font-size:2rem;color:#2a211c;margin:0}.date-range-selector{display:flex;gap:.5rem;background-color:#f0ede8;padding:.25rem;border-radius:.5rem}.range-btn{padding:.5rem 1.25rem;background:none;border:none;color:#574637;font-size:.875rem;font-weight:500;cursor:pointer;border-radius:.375rem;transition:all .2s}.range-btn:hover{background-color:#8b73551a}.range-btn.active{background-color:#8b7355;color:#fff}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.metric-card{background-color:#fff;border:2px solid #e8e4dc;border-radius:.5rem;padding:1.5rem;display:flex;align-items:center;gap:1rem;transition:all .2s}.metric-card:hover{border-color:#8b7355;box-shadow:0 4px 8px #0000001a}.metric-icon{font-size:2.5rem;opacity:.8}.metric-content{flex:1}.metric-value{font-size:2rem;color:#2a211c;margin:0;font-weight:700}.metric-label{font-size:.875rem;color:#574637;margin:.25rem 0 0}.metric-sublabel{font-size:.75rem;color:#8b7355;margin:.25rem 0 0}.charts-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;margin-bottom:2rem}.chart-card{background-color:#fff;border:2px solid #e8e4dc;border-radius:.5rem;padding:2rem}.chart-card.full-width{grid-column:1 / -1}.chart-card h2{font-size:1.25rem;color:#2a211c;margin:0 0 1.5rem}.funnel-chart{display:flex;flex-direction:column;gap:1rem}.funnel-stage{display:flex;flex-direction:column;gap:.5rem}.funnel-bar-container{height:36px;background-color:#f0ede8;border-radius:.25rem;overflow:hidden;position:relative}.funnel-bar{height:100%;background:linear-gradient(to right,#8b7355,#a68866);display:flex;align-items:center;padding:0 1rem;transition:width .5s ease}.funnel-count{color:#fff;font-weight:600;font-size:.875rem}.funnel-label{display:flex;justify-content:space-between;font-size:.875rem;color:#574637}.stage-name{font-weight:500}.stage-percentage{color:#8b7355;font-weight:600}.device-chart{display:flex;flex-direction:column;gap:1rem}.device-item{display:flex;align-items:center;gap:1rem}.device-info{display:flex;align-items:center;gap:.5rem;width:100px}.device-icon{font-size:1.25rem}.device-name{font-size:.875rem;color:#574637;text-transform:capitalize}.device-stats{flex:1;display:flex;align-items:center;gap:.75rem}.device-bar-container{flex:1;height:20px;background-color:#f0ede8;border-radius:.25rem;overflow:hidden}.device-bar{height:100%;background-color:#8b7355;transition:width .5s ease}.device-percentage{font-size:.875rem;color:#8b7355;font-weight:600;min-width:45px;text-align:right}.top-pages-table,.sessions-table{overflow-x:auto}.top-pages-table table,.sessions-table table{width:100%;border-collapse:collapse}.top-pages-table th,.sessions-table th{text-align:left;padding:.75rem;font-size:.875rem;font-weight:600;color:#574637;border-bottom:2px solid #e8e4dc}.top-pages-table td,.sessions-table td{padding:.75rem;font-size:.875rem;border-bottom:1px solid #e8e4dc}.page-path{color:#2a211c;font-weight:500}.page-views{color:#8b7355;font-weight:600}.page-duration{color:#574637}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;background-color:#e8e4dc;color:#574637}.status-badge.success{background-color:#d4edda;color:#155724}.status-badge.active{background-color:#fff3cd;color:#856404}.trend-chart{height:250px;display:flex;flex-direction:column}.trend-legend{display:flex;gap:1.5rem;margin-bottom:1rem}.legend-item{position:relative;padding-left:1.5rem;font-size:.875rem;color:#574637}.legend-item:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:12px;height:12px;border-radius:2px}.legend-item.visitors:before{background-color:#8b7355}.legend-item.bookings:before{background-color:#d4a574}.trend-bars{flex:1;display:flex;align-items:flex-end;justify-content:space-between;gap:.5rem;padding:1rem 0;border-bottom:2px solid #e8e4dc}.trend-day{flex:1;display:flex;flex-direction:column;align-items:center;gap:.5rem}.trend-bar-container{width:100%;height:100%;display:flex;align-items:flex-end;justify-content:center;gap:4px}.trend-bar{width:40%;min-height:4px;border-radius:2px 2px 0 0;transition:height .3s ease;cursor:pointer}.trend-bar:hover{opacity:.8}.visitors-bar{background-color:#8b7355}.bookings-bar{background-color:#d4a574}.trend-date{font-size:.75rem;color:#574637;text-align:center}@media (max-width: 768px){.admin-analytics{padding:1rem;width:100%;max-width:100vw;box-sizing:border-box;overflow-x:hidden}.analytics-header{flex-direction:column;align-items:flex-start;gap:1rem}.date-range-selector{width:100%;justify-content:stretch}.range-btn{flex:1;text-align:center}.metrics-grid,.charts-row{grid-template-columns:1fr}.device-info{width:80px}.trend-bars{gap:.25rem}.trend-bar{width:35%}.top-pages-table,.sessions-table{-webkit-overflow-scrolling:touch}.top-pages-table table,.sessions-table table{min-width:500px}}.admin-gallery{max-width:1400px;margin:0 auto}.admin-tabs{display:flex;gap:.5rem;border-bottom:2px solid #e8e4dc;margin-bottom:2rem}.tab-btn{background:none;border:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;color:#574637;cursor:pointer;position:relative;transition:all .2s ease}.tab-content{min-height:400px}.category-header{margin-bottom:2rem}.form-group input[type=text],.form-group input[type=date],.form-group input[type=file],.form-group select,.form-group textarea{padding:.75rem;border:1px solid #e8e4dc;border-radius:.375rem;font-size:1rem;transition:border-color .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#6e776e;box-shadow:0 0 0 3px #8b73551a}.image-preview{margin-top:1rem;max-width:200px;max-height:200px;object-fit:cover;border-radius:.375rem}.gallery-admin-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.gallery-admin-item{background-color:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 1px 3px #0000001a;cursor:move;transition:all .2s ease}.gallery-admin-item:hover{box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-2px)}.gallery-admin-item.dragging{opacity:.5}.gallery-admin-image{position:relative;width:100%;padding-bottom:75%;overflow:hidden;background-color:#f3f1ed}.gallery-admin-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.featured-indicator{position:absolute;top:.5rem;right:.5rem;background-color:#e88b6f;color:#fff;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:600}.gallery-admin-info{padding:1rem}.gallery-admin-info h3{font-size:1rem;font-weight:600;color:#2a211c;margin-bottom:.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-tag{font-size:.875rem;color:#6e776e;margin-bottom:.75rem}.item-actions{display:flex;gap:.5rem}.btn-icon.edit:hover{background-color:#faf9f7;border-color:#6e776e}.category-item{background-color:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:space-between;align-items:start;gap:1rem}.category-info h3{font-size:1.25rem;color:#2a211c;margin-bottom:.25rem}.category-slug{font-size:.875rem;color:#6e776e;font-family:monospace;margin-bottom:.5rem}.category-description{font-size:.875rem;color:#574637;margin-bottom:.5rem;line-height:1.5}.category-count{font-size:.875rem;color:#b8ab96}.btn-secondary{background-color:#f5f5f5;color:#574637;border:1px solid #e8e4dc}.btn-secondary:hover{background-color:#e8e4dc;color:#2a211c}@media (min-width: 640px){.form-grid{grid-template-columns:1fr 1fr}.gallery-admin-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (min-width: 768px){.admin-header h1{font-size:2.5rem}.admin-form-card{padding:2.5rem}.gallery-admin-grid{gap:2rem}.categories-list{grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}}@media (min-width: 1024px){.gallery-admin-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}}.admin-services{max-width:1400px;margin:0 auto}.service-tabs{display:flex;gap:.5rem;border-bottom:2px solid #e8e4dc;margin-bottom:2rem;overflow-x:auto}.tab-btn{background:none;border:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;color:#574637;cursor:pointer;position:relative;transition:all .2s ease;white-space:nowrap}.tab-btn:hover,.tab-btn.active{color:#6e776e}.form-group input[type=text],.form-group input[type=number],.form-group select,.form-group textarea{padding:.75rem;border:1px solid #e8e4dc;border-radius:.375rem;font-size:1rem;transition:border-color .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#8b7355;box-shadow:0 0 0 3px #8b73551a}.price-options-list{display:flex;flex-direction:column;gap:.75rem}.price-option-row{display:flex;gap:.5rem;align-items:center}.price-option-row input{flex:1}.price-option-row input[type=number]{max-width:120px}.services-content{margin-top:2rem}.category-section{background-color:#fff;border-radius:.5rem;padding:2rem;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem}.category-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:1.5rem;gap:1rem}.category-info h3{font-size:1.5rem;color:#2a211c;margin-bottom:.5rem}.category-description{font-size:.9375rem;color:#574637;margin-bottom:.5rem;line-height:1.5}.service-count{font-size:.875rem;color:#b8ab96;margin:0}.category-actions{display:flex;gap:.5rem;flex-shrink:0}.services-list{display:flex;flex-direction:column;gap:1rem}.service-item{background-color:#faf9f7;border-radius:.375rem;padding:1.25rem;border:1px solid #e8e4dc;display:flex;justify-content:space-between;align-items:start;gap:1rem;cursor:move;transition:all .2s ease}.service-item:hover{box-shadow:0 2px 4px #0000001a;transform:translateY(-1px)}.service-item.dragging{opacity:.5}.service-info{flex:1}.service-main{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.service-main h4{font-size:1.125rem;font-weight:600;color:#2a211c;margin:0}.featured-indicator{background-color:#e88b6f;color:#fff;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:600;text-transform:uppercase}.service-description{font-size:.875rem;color:#574637;margin-bottom:.5rem;line-height:1.5}.service-price{font-size:1.125rem;font-weight:600;color:#8b7355}.service-actions{display:flex;gap:.5rem;flex-shrink:0}.btn-icon:disabled{opacity:.5;cursor:not-allowed}.empty-category{text-align:center;color:#b8ab96;font-style:italic;padding:2rem}@media (min-width: 640px){.form-grid{grid-template-columns:1fr 1fr}.price-option-row{gap:.75rem}.service-item{padding:1.5rem}}@media (min-width: 768px){.admin-header h1{font-size:2.5rem}.admin-form-card{padding:2.5rem}.service-tabs{overflow-x:visible}.category-section{padding:2.5rem}.category-info h3{font-size:1.75rem}.services-list{gap:1.25rem}}@media (min-width: 1024px){.price-option-row input[type=number]{max-width:150px}}.fab-backdrop{position:fixed;inset:0;background:#0000004d;z-index:998;animation:fadeIn .2s ease-out}.fab-container{position:fixed;z-index:999;display:flex;flex-direction:column;align-items:flex-end;gap:1rem}.fab-bottom-right{bottom:5rem;right:1rem}.fab-bottom-left{bottom:5rem;left:1rem;align-items:flex-start}.fab-top-right{top:5rem;right:1rem}.fab-top-left{top:5rem;left:1rem;align-items:flex-start}.fab-main{width:56px;height:56px;border-radius:28px;background:#8b7355;color:#fff;border:none;box-shadow:0 4px 12px #00000026;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:24px;transition:all .3s ease;-webkit-tap-highlight-color:transparent}.fab-main:active{transform:scale(.95)}.fab-main.fab-open{background:#6e5d48;transform:rotate(45deg)}.fab-icon{transition:transform .3s ease}.fab-icon-rotate{transform:rotate(90deg)}.fab-actions{display:flex;flex-direction:column;gap:.75rem;animation:slideUp .3s ease-out}.fab-action-item{display:flex;align-items:center;gap:.75rem}.fab-bottom-left .fab-action-item,.fab-top-left .fab-action-item{flex-direction:row-reverse}.fab-action-label{background:#000c;color:#fff;padding:.5rem .75rem;border-radius:.5rem;font-size:.875rem;white-space:nowrap;opacity:0;animation:fadeInLabel .3s ease-out forwards;animation-delay:.1s}.fab-action{width:48px;height:48px;border-radius:24px;background:#a09080;color:#fff;border:none;box-shadow:0 2px 8px #00000026;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;transition:all .2s ease;opacity:0;animation:scaleIn .3s ease-out forwards;-webkit-tap-highlight-color:transparent}.fab-action:nth-child(1){animation-delay:.05s}.fab-action:nth-child(2){animation-delay:.1s}.fab-action:nth-child(3){animation-delay:.15s}.fab-action:nth-child(4){animation-delay:.2s}.fab-action:active{transform:scale(.9)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes fadeInLabel{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}@media (max-width: 768px){.fab-bottom-right,.fab-bottom-left{bottom:6rem}}@media (display-mode: standalone){.fab-bottom-right,.fab-bottom-left{bottom:calc(5rem + env(safe-area-inset-bottom))}}.admin-shop{padding:2rem}.tab-btn:hover{color:#6e776e}.tab-btn.active{color:#6e776e;font-weight:600}.tab-btn.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background-color:#6e776e}.items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.item-card{background-color:#fff;border:2px solid #e8e4dc;border-radius:.5rem;overflow:hidden;transition:all .2s}.item-card:hover{border-color:#6e776e;box-shadow:0 2px 8px #0000000d}.item-card.inactive{opacity:.6}.item-image{position:relative;width:100%;height:200px;background-color:#f0ede8;overflow:hidden}.item-image img{width:100%;height:100%;object-fit:cover}.featured-badge{position:absolute;top:.5rem;right:.5rem;background-color:#6e776e;color:#fff;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:600}.item-info{padding:1rem}.item-info h3{font-size:1.125rem;color:#2a211c;margin:0 0 .5rem}.item-category{font-size:.875rem;color:#6e776e;margin:0 0 .5rem}.item-price{font-size:1.25rem;font-weight:600;color:#574637;margin:0 0 .5rem}.item-status{display:flex;gap:.5rem;align-items:center}.stock-status{font-size:.75rem;padding:.25rem .5rem;border-radius:.25rem;font-weight:500}.stock-status.in-stock{background-color:#d4edda;color:#155724}.stock-status.out-of-stock{background-color:#f8d7da;color:#721c24}.inactive-badge{font-size:.75rem;padding:.25rem .5rem;background-color:#ff6b6b;color:#fff;border-radius:.25rem;font-weight:500}.item-actions{display:flex;gap:.5rem;padding:0 1rem 1rem}.category-item{background-color:#fff;border:2px solid #e8e4dc;border-radius:.5rem;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;transition:all .2s}.category-item:hover{border-color:#6e776e;box-shadow:0 2px 8px #0000000d}.category-count{font-size:.875rem;color:#6e776e;font-weight:500;margin:0}.admin-form-card{background-color:#fff;border:2px solid #e8e4dc;border-radius:.5rem;padding:2rem;max-width:800px;margin:0 auto}.form-group input[type=text],.form-group input[type=number],.form-group textarea,.form-group select{padding:.75rem 1rem;border:2px solid #e8e4dc;border-radius:.375rem;font-size:.9375rem;color:#2a211c;background-color:#fff;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#6e776e}.image-preview{margin-top:1rem;width:200px;height:200px;border:2px solid #e8e4dc;border-radius:.375rem;overflow:hidden}.image-preview img{width:100%;height:100%;object-fit:cover}@media (max-width: 640px){.admin-shop{padding:1rem}.admin-header{flex-direction:column;align-items:flex-start;gap:1rem}.header-actions{width:100%;flex-direction:column}.header-actions .btn{width:100%}.admin-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}.tab-btn{padding:.5rem 1rem;font-size:.875rem;white-space:nowrap}.items-grid{grid-template-columns:1fr}.category-item{flex-direction:column;gap:1rem;align-items:flex-start}.category-actions{width:100%;justify-content:flex-end}.admin-form-card{padding:1.5rem}.form-actions{flex-direction:column-reverse}.form-actions .btn{width:100%}}@media (min-width: 768px){.admin-shop{max-width:1200px;margin:0 auto}}.email-composer{background-color:#fff;border:2px solid #e8e4dc;border-radius:.5rem;max-width:800px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 4px 12px #00000026}.composer-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:2px solid #e8e4dc}.composer-header h3{font-size:1.25rem;color:#2a211c;margin:0}.close-btn{background:none;border:none;font-size:1.5rem;color:#8b7355;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:.25rem;transition:all .2s}.close-btn:hover{background-color:#f0ede8}.composer-body{flex:1;padding:1.5rem;overflow-y:auto}.composer-field{margin-bottom:1.5rem}.composer-field label{display:block;font-weight:600;color:#574637;margin-bottom:.5rem;font-size:.875rem}.composer-field input[type=text],.composer-field input[type=email],.composer-field textarea{width:100%;padding:.75rem 1rem;border:2px solid #e8e4dc;border-radius:.375rem;font-size:.9375rem;color:#2a211c;background-color:#fff;transition:border-color .2s}.composer-field input:focus,.composer-field textarea:focus{outline:none;border-color:#8b7355}.composer-field input:disabled{background-color:#f0ede8;cursor:not-allowed}.composer-field textarea{resize:vertical;font-family:inherit;line-height:1.5}.composer-toolbar{display:flex;gap:.5rem;margin-bottom:1rem}.toolbar-btn{padding:.5rem 1rem;background-color:#f0ede8;border:1px solid #e8e4dc;border-radius:.375rem;color:#574637;font-size:.875rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem}.toolbar-btn:hover{background-color:#e8e4dc;border-color:#8b7355}.template-selector,.canned-selector{background-color:#f0ede8;border:1px solid #e8e4dc;border-radius:.375rem;padding:1rem;margin-bottom:1rem}.template-selector h4,.canned-selector h4{font-size:1rem;color:#2a211c;margin:0 0 .75rem}.template-list{display:flex;flex-direction:column;gap:.5rem}.template-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background-color:#fff;border:1px solid #e8e4dc;border-radius:.375rem;cursor:pointer;transition:all .2s;text-align:left}.template-item:hover{border-color:#8b7355;background-color:#faf9f7}.template-item strong{color:#2a211c;font-size:.875rem}.template-category{font-size:.75rem;color:#8b7355;text-transform:capitalize}.canned-category{margin-bottom:1rem}.canned-category:last-child{margin-bottom:0}.canned-category h5{font-size:.875rem;color:#574637;margin:0 0 .5rem;text-transform:capitalize}.canned-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;background-color:#fff;border:1px solid #e8e4dc;border-radius:.25rem;cursor:pointer;transition:all .2s;text-align:left;width:100%;margin-bottom:.25rem}.canned-item:hover{border-color:#8b7355;background-color:#faf9f7}.canned-item strong{font-size:.875rem;color:#2a211c}.shortcut{font-size:.75rem;color:#8b7355;font-family:monospace}.scheduler{background-color:#f0ede8;border:1px solid #e8e4dc;border-radius:.375rem;padding:1rem;margin-bottom:1rem}.scheduler h4{font-size:1rem;color:#2a211c;margin:0 0 .75rem}.scheduler-fields{display:flex;gap:.5rem}.scheduler-fields input{flex:1;padding:.5rem .75rem;border:2px solid #e8e4dc;border-radius:.375rem;font-size:.875rem;color:#2a211c;background-color:#fff}.scheduler-fields input:focus{outline:none;border-color:#8b7355}.composer-hint{background-color:#f0ede8;padding:.75rem 1rem;border-radius:.375rem;font-size:.875rem;color:#574637;margin-top:.5rem}.composer-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem;border-top:2px solid #e8e4dc}.btn-primary:hover:not(:disabled){background-color:#6d5940}.btn-secondary:hover:not(:disabled){background-color:#d4cdc0}@media (max-width: 640px){.email-composer{max-height:100vh;border-radius:0}.composer-body{padding:1rem}.composer-toolbar{flex-wrap:wrap}.toolbar-btn{flex:1;min-width:calc(33.333% - .33rem);justify-content:center}.scheduler-fields,.composer-footer{flex-direction:column}.composer-footer .btn{width:100%}}.admin-bookings{padding:2rem}.admin-header{margin-bottom:2rem}.admin-header h1{font-size:2rem;color:#2a211c;margin:0 0 1.5rem}.booking-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background-color:#fff;border:2px solid #e8e4dc;border-radius:.5rem;padding:1.5rem;text-align:center;transition:all .2s}.stat-card:hover{border-color:#8b7355;box-shadow:0 2px 8px #0000000d}.stat-value{display:block;font-size:2rem;font-weight:700;color:#2a211c;margin-bottom:.5rem}.stat-label{display:block;font-size:.875rem;color:#574637;text-transform:uppercase;letter-spacing:.05em}.stat-card.pending .stat-value{color:#f39c12}.stat-card.confirmed .stat-value{color:#27ae60}.stat-card.cancelled .stat-value{color:#e74c3c}.filter-bar{background-color:#f0ede8;padding:1rem;border-radius:.5rem;margin-bottom:1.5rem}.filter-group{display:flex;align-items:center;gap:1rem}.filter-group label{font-weight:600;color:#574637}.filter-select{padding:.5rem 1rem;border:2px solid #e8e4dc;border-radius:.375rem;background-color:#fff;font-size:.875rem;color:#2a211c;cursor:pointer}.bookings-list{display:grid;gap:1.5rem}.booking-card{background-color:#fff;border:2px solid #e8e4dc;border-radius:.5rem;padding:1.5rem;transition:all .2s}.booking-card:hover{box-shadow:0 2px 8px #0000000d}.booking-card.pending{border-left:4px solid #f39c12}.booking-card.confirmed{border-left:4px solid #27ae60}.booking-card.cancelled{border-left:4px solid #e74c3c;opacity:.7}.booking-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.booking-info h3{font-size:1.25rem;color:#2a211c;margin:0 0 .25rem}.booking-ref{font-size:.875rem;color:#8b7355;margin:0}.status-badge{display:inline-block;padding:.375rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase}.status-badge.pending{background-color:#fff3cd;color:#856404}.status-badge.confirmed{background-color:#d4edda;color:#155724}.status-badge.cancelled{background-color:#f8d7da;color:#721c24}.booking-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.75rem;margin-bottom:1rem;padding:1rem;background-color:#faf9f7;border-radius:.375rem}.detail-row{display:flex;flex-direction:column;gap:.25rem}.detail-row.full-width{grid-column:1 / -1}.detail-label{font-size:.75rem;font-weight:600;color:#8b7355;text-transform:uppercase}.detail-value{font-size:.875rem;color:#2a211c}.detail-value a{color:#8b7355;text-decoration:none}.detail-value a:hover{text-decoration:underline}.booking-notes{margin:1rem 0;padding-top:1rem;border-top:1px solid #e8e4dc}.notes-toggle{background:none;border:1px solid #8b7355;color:#8b7355;padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;cursor:pointer;transition:all .2s}.notes-toggle:hover{background-color:#8b7355;color:#fff}.notes-section{background-color:#faf9f7;padding:1rem;border-radius:.375rem}.notes-section h4{font-size:1rem;color:#2a211c;margin:0 0 .75rem}.notes-section p{margin:0 0 1rem;color:#574637;line-height:1.5}.notes-edit textarea{width:100%;padding:.75rem;border:2px solid #e8e4dc;border-radius:.375rem;font-size:.875rem;resize:vertical;min-height:80px}.notes-actions{display:flex;gap:.5rem;margin-top:.75rem;justify-content:flex-end}.booking-actions{display:flex;gap:.75rem;justify-content:flex-end}.settings-card{background-color:#fff;border:2px solid #e8e4dc;border-radius:.5rem;padding:2rem;margin-bottom:2rem}.settings-card h2{font-size:1.5rem;color:#2a211c;margin:0 0 1.5rem}.settings-form .form-group{margin-bottom:1.5rem}.settings-form label{display:block;font-weight:600;color:#574637;margin-bottom:.5rem}.settings-form input[type=number]{width:200px;padding:.75rem 1rem;border:2px solid #e8e4dc;border-radius:.375rem;font-size:.9375rem;color:#2a211c}.settings-form input[type=number]:focus{outline:none;border-color:#8b7355}.help-text{font-size:.875rem;color:#8b7355;margin-top:.25rem;font-style:italic}.time-slots-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem;margin-bottom:1rem}.time-slot-item{background-color:#faf9f7;padding:1rem;border-radius:.375rem;text-align:center;border:2px solid #e8e4dc}.time-slot-item .time{display:block;font-size:1.125rem;font-weight:600;color:#2a211c;margin-bottom:.5rem}.availability{display:inline-block;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500}.availability.available{background-color:#d4edda;color:#155724}.availability.unavailable{background-color:#f8d7da;color:#721c24}.leave-card{background-color:#fff;border:2px solid #e8e4dc;border-radius:.5rem;padding:2rem;margin-bottom:2rem}.leave-card h2{font-size:1.5rem;color:#2a211c;margin:0 0 1.5rem}.leave-form .form-grid{display:grid;grid-template-columns:1fr 2fr;gap:1rem;margin-bottom:1.5rem}.leave-form .form-group label{display:block;font-weight:600;color:#574637;margin-bottom:.5rem}.leave-form input[type=date],.leave-form input[type=text]{width:100%;padding:.75rem 1rem;border:2px solid #e8e4dc;border-radius:.375rem;font-size:.9375rem;color:#2a211c}.leave-form input:focus{outline:none;border-color:#8b7355}.leave-list{background-color:#fff;border:2px solid #e8e4dc;border-radius:.5rem;padding:2rem}.leave-list h2{font-size:1.5rem;color:#2a211c;margin:0 0 1.5rem}.leave-items{display:grid;gap:.75rem}.leave-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:#faf9f7;border-radius:.375rem;border:1px solid #e8e4dc}.leave-info{display:flex;flex-direction:column;gap:.25rem}.leave-date{font-weight:600;color:#2a211c}.leave-reason{font-size:.875rem;color:#574637}.empty-state{text-align:center;padding:3rem;color:#8b7355;font-style:italic}.form-actions{display:flex;gap:1rem;justify-content:flex-start}.btn{padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;border:none;border-radius:.375rem;cursor:pointer;transition:all .2s;text-decoration:none}.btn-success{background-color:#27ae60;color:#fff}.btn-success:hover{background-color:#219a52}.btn-danger{background-color:#e74c3c;color:#fff}.btn-danger:hover{background-color:#c0392b}.btn-icon{padding:.5rem;background:none;border:1px solid #e8e4dc;border-radius:.375rem;cursor:pointer;font-size:1rem;transition:all .2s}@media (max-width: 640px){.admin-bookings{padding:1rem;width:100%;max-width:100vw;box-sizing:border-box;overflow-x:hidden}.booking-stats{grid-template-columns:repeat(2,1fr)}.admin-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}.tab-btn{padding:.5rem 1rem;font-size:.875rem;white-space:nowrap}.booking-header{flex-direction:column;gap:1rem}.booking-details{grid-template-columns:1fr;padding:.75rem}.booking-actions{flex-direction:column}.booking-actions .btn{width:100%}.leave-form .form-grid{grid-template-columns:1fr}.settings-form input[type=number]{width:100%}}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:2rem}.modal-content{width:100%;max-width:800px;max-height:90vh;overflow:visible}@media (min-width: 768px){.admin-bookings{max-width:1200px;margin:0 auto}}@media (max-width: 640px){.modal-overlay{padding:0}.modal-content{max-width:100%;height:100%;max-height:100vh}}.admin-testimonials .admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.admin-testimonials .header-actions{display:flex;gap:.5rem;align-items:center}.admin-testimonials .grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.admin-testimonials .card{background:#fff;border:1px solid #eee;border-radius:8px;padding:12px}.admin-testimonials .card-head{display:flex;justify-content:space-between;align-items:center}.admin-testimonials .muted{color:#6b7280;font-size:.875rem}.admin-testimonials .quote{margin:.5rem 0}.admin-testimonials .badge{border-radius:9999px;padding:.125rem .5rem;background:#e5e7eb;font-size:.75rem}.admin-testimonials .badge.green{background:#dcfce7;color:#065f46}.admin-testimonials .btn{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;padding:.4rem .7rem;cursor:pointer}.admin-testimonials .btn-primary{background:#6e776e;color:#fff;border-color:#6e776e}.admin-testimonials .btn-danger{background:#dc2626;color:#fff;border-color:#dc2626}.admin-testimonials .btn-small{font-size:.875rem;padding:.25rem .5rem}.admin-testimonials .modal{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:999}.admin-testimonials .modal-content{background:#fff;border-radius:8px;max-width:720px;width:100%;padding:1rem}.admin-testimonials .form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.admin-testimonials .form-grid .full{grid-column:1/-1}.admin-testimonials .checkbox{display:flex;align-items:center;gap:.5rem}.admin-testimonials .modal-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.75rem}.admin-testimonials input,.admin-testimonials textarea,.admin-testimonials select{width:100%;border:1px solid #e5e7eb;border-radius:6px;padding:.45rem .6rem}.admin-testimonials .loading,.admin-testimonials .empty,.admin-testimonials .error{padding:1rem;background:#fafafa;border:1px dashed #ddd;border-radius:8px}.admin-pages{max-width:1200px;margin:0 auto}.admin-header{margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.page-selector{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding:1.5rem;background-color:#faf9f7;border-radius:.5rem}.page-selector label{font-weight:500;color:#574637}.page-select{flex:1;max-width:300px;padding:.75rem;border:1px solid #e8e4dc;border-radius:.375rem;font-size:1rem;background-color:#fff;cursor:pointer}.page-select:focus{outline:none;border-color:#8b7355;box-shadow:0 0 0 3px #8b73551a}.content-sections{display:flex;flex-direction:column;gap:1.5rem}.content-section{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;overflow:hidden}.content-display{padding:1.5rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.section-header h3{font-size:1.25rem;color:#2a211c;margin:0}.content-preview{display:flex;flex-direction:column;gap:.75rem}.content-field{display:flex;flex-direction:column;gap:.25rem;padding:.5rem;background-color:#faf9f7;border-radius:.25rem}.content-field strong{font-weight:600;color:#574637;text-transform:capitalize}.content-field span{color:#2a211c;word-break:break-word;white-space:pre-wrap}.edit-form{padding:1.5rem;background-color:#faf9f7}.edit-form h3{font-size:1.25rem;color:#2a211c;margin-bottom:1.5rem}.form-group label{font-weight:500;color:#574637;margin-bottom:.5rem;text-transform:capitalize}.form-group input[type=text],.form-group textarea{padding:.75rem;border:1px solid #e8e4dc;border-radius:.375rem;font-size:1rem;background-color:#fff;transition:border-color .2s ease}.form-group textarea{resize:vertical;min-height:100px;font-family:inherit}.json-textarea{font-family:Monaco,Consolas,monospace;font-size:.875rem}.btn{padding:.625rem 1.25rem;border-radius:.375rem;border:none;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s ease;text-decoration:none;display:inline-block}.btn-primary:hover{background-color:#74614a}.btn-secondary{background-color:#6c757d;color:#fff}.btn-secondary:hover{background-color:#545b62}.btn:disabled{opacity:.6;cursor:not-allowed}.help-section{margin-top:3rem;padding:1.5rem;background-color:#f3f1ed;border-radius:.5rem}.help-section h3{font-size:1.125rem;color:#2a211c;margin-bottom:1rem}.help-section ul{margin:0;padding-left:1.5rem}.help-section li{color:#574637;margin-bottom:.5rem;line-height:1.5}@media (min-width: 640px){.content-field{flex-direction:row;gap:1rem}.content-field strong{min-width:120px}.form-grid{grid-template-columns:1fr 1fr}}@media (min-width: 768px){.admin-header h1{font-size:2.5rem}.content-display,.edit-form{padding:2rem}.section-header h3{font-size:1.5rem}.help-section{padding:2rem}}@media (min-width: 1024px){.page-selector{padding:2rem}.content-sections{gap:2rem}}.admin-faq{padding:2rem}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.header-actions{display:flex;gap:1rem}.admin-tabs{display:flex;gap:1rem;border-bottom:2px solid #e8e4dc;margin-bottom:2rem}.tab-btn{padding:.75rem 1.5rem;background:none;border:none;font-size:1rem;color:#574637;cursor:pointer;position:relative;transition:color .2s}.tab-btn:hover{color:#8b7355}.tab-btn.active{color:#8b7355;font-weight:600}.tab-btn.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background-color:#8b7355}.faq-filter{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.faq-filter label{font-weight:600;color:#574637}.category-select{padding:.5rem 1rem;border:2px solid #e8e4dc;border-radius:.375rem;font-size:.875rem;color:#2a211c;background-color:#fff;cursor:pointer}.help-text{font-size:.875rem;color:#8b7355;margin-bottom:1rem;font-style:italic}.faq-list-admin{display:grid;gap:1rem}.faq-admin-item{background-color:#fff;border:2px solid #e8e4dc;border-radius:.5rem;padding:1.5rem;display:flex;justify-content:space-between;align-items:flex-start;cursor:move;transition:all .2s}.faq-admin-item:hover{border-color:#8b7355;box-shadow:0 2px 8px #0000000d}.faq-admin-item.inactive{opacity:.6}.faq-info{flex:1;margin-right:1rem}.faq-info h4{font-size:1.125rem;color:#2a211c;margin:0 0 .5rem}.faq-answer-preview{font-size:.875rem;color:#574637;line-height:1.5;margin:0 0 .75rem}.faq-meta{display:flex;gap:.75rem;align-items:center}.category-tag{display:inline-block;padding:.25rem .75rem;background-color:#f0ede8;color:#574637;font-size:.75rem;border-radius:1rem;font-weight:500}.inactive-badge{display:inline-block;padding:.25rem .75rem;background-color:#ff6b6b;color:#fff;font-size:.75rem;border-radius:1rem;font-weight:500}.faq-actions{display:flex;gap:.5rem}.categories-list{display:grid;gap:1rem}.category-item{background-color:#fff;border:2px solid #e8e4dc;border-radius:.5rem;padding:1.5rem;display:flex;justify-content:space-between;align-items:flex-start;transition:all .2s}.category-item:hover{border-color:#8b7355;box-shadow:0 2px 8px #0000000d}.category-info{flex:1;margin-right:1rem}.category-info h3{font-size:1.25rem;color:#2a211c;margin:0 0 .5rem}.category-description{font-size:.875rem;color:#574637;margin:0 0 .5rem}.category-count{font-size:.875rem;color:#8b7355;font-weight:500;margin:0}.category-actions{display:flex;gap:.5rem}.btn-icon{padding:.5rem;background:none;border:1px solid #e8e4dc;border-radius:.375rem;cursor:pointer;font-size:1rem;transition:all .2s;display:flex;align-items:center;justify-content:center;min-width:36px;height:36px}.btn-icon:hover{background-color:#f0ede8}.btn-icon.edit:hover{border-color:#4a90e2;color:#4a90e2}.btn-icon.delete:hover{border-color:#e74c3c;color:#e74c3c}.admin-form-card{background-color:#fff;border:2px solid #e8e4dc;border-radius:.5rem;padding:2rem;margin-bottom:2rem}.admin-form-card h2{font-size:1.5rem;color:#2a211c;margin:0 0 1.5rem}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:1.5rem}.form-group label{font-weight:600;color:#574637;margin-bottom:.5rem;font-size:.875rem}.form-group input[type=text],.form-group textarea,.form-group select{padding:.75rem 1rem;border:2px solid #e8e4dc;border-radius:.375rem;font-size:.9375rem;color:#2a211c;background-color:#fff;transition:border-color .2s}.form-group input[type=text]:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#8b7355}.form-group textarea{resize:vertical;min-height:100px}.form-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e8e4dc}.btn{padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;border:none;border-radius:.375rem;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.btn-primary{background-color:#8b7355;color:#fff}.btn-primary:hover{background-color:#6d5940}@media (max-width: 640px){.admin-faq{padding:1rem}.admin-header{flex-direction:column;align-items:flex-start;gap:1rem}.header-actions{width:100%;flex-direction:column}.header-actions .btn{width:100%;justify-content:center}.admin-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}.tab-btn{padding:.5rem 1rem;font-size:.875rem;white-space:nowrap}.faq-filter{flex-direction:column;align-items:flex-start}.category-select{width:100%}.faq-admin-item{flex-direction:column;gap:1rem}.faq-actions{width:100%;justify-content:flex-end}.category-item{flex-direction:column;gap:1rem}.category-actions{width:100%;justify-content:flex-end}.admin-form-card{padding:1.5rem}.form-actions{flex-direction:column-reverse}.form-actions .btn{width:100%;justify-content:center}}@media (min-width: 768px){.admin-faq{max-width:1200px;margin:0 auto}}.faq-admin-item[draggable=true]{cursor:move}.faq-admin-item.dragging{opacity:.5}.faq-admin-item.drag-over{border-color:#8b7355;background-color:#faf9f7}.admin-process{max-width:1200px;margin:0 auto}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.admin-header h1{font-size:2rem;color:#2a211c;margin:0}.admin-form-card{background-color:#fff;border-radius:.5rem;padding:2rem;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem}.admin-form-card h2{font-size:1.5rem;margin-bottom:1.5rem;color:#2a211c}.form-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1 / -1}.form-group label{font-weight:500;color:#574637;margin-bottom:.5rem}.form-group input[type=text],.form-group input[type=file],.form-group textarea{padding:.75rem;border:1px solid #e8e4dc;border-radius:.375rem;font-size:1rem;transition:border-color .2s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#8b7355;box-shadow:0 0 0 3px #8b73551a}.form-group textarea{resize:vertical;min-height:120px;font-family:inherit}.checkbox-label input[type=checkbox]{width:1.25rem;height:1.25rem;cursor:pointer}.image-preview{margin-top:1rem;max-width:100%;max-height:300px;object-fit:cover;border-radius:.375rem;box-shadow:0 1px 3px #0000001a}.form-actions{display:flex;gap:1rem;justify-content:flex-end}.process-steps-admin{margin-top:2rem}.help-text{text-align:center;color:#574637;font-size:.875rem;margin-bottom:1.5rem}.empty-state{text-align:center;padding:4rem 2rem;color:#574637}.empty-state p{margin-bottom:1.5rem}.steps-list{display:flex;flex-direction:column;gap:1rem}.step-item{background-color:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 1px 3px #0000001a;cursor:move;transition:all .2s ease}.step-item:hover{box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-2px)}.step-item.dragging{opacity:.5}.step-item.inactive{opacity:.7}.step-preview{display:flex;flex-direction:column;padding:1rem}.step-number{position:absolute;top:1rem;left:1rem;width:2rem;height:2rem;background-color:#8b7355;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;z-index:1}.step-image-preview{width:100%;height:150px;overflow:hidden;margin-bottom:1rem}.step-image-preview img{width:100%;height:100%;object-fit:cover}.step-info{flex:1;margin-bottom:1rem}.step-info h3{font-size:1.25rem;font-weight:600;color:#2a211c;margin-bottom:.5rem}.step-description-preview{font-size:.875rem;color:#574637;line-height:1.5;margin:0}.inactive-badge{display:inline-block;background-color:#ef4444;color:#fff;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:600;margin-top:.5rem}.step-actions{display:flex;gap:.5rem;justify-content:flex-end}.btn-icon{background:none;border:1px solid #e8e4dc;width:2rem;height:2rem;border-radius:.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;transition:all .2s ease}.btn-icon.edit:hover{background-color:#faf9f7;border-color:#8b7355}.btn-icon.delete:hover{background-color:#fee;border-color:#ef4444}@media (min-width: 640px){.form-grid{grid-template-columns:1fr 1fr}.step-preview{flex-direction:row;gap:1.5rem;align-items:start}.step-image-preview{width:200px;flex-shrink:0;margin-bottom:0}.step-info{margin-bottom:0}.step-actions{flex-shrink:0}}@media (min-width: 768px){.admin-header h1{font-size:2.5rem}.admin-form-card{padding:2.5rem}.step-preview{padding:1.5rem}.step-info h3{font-size:1.5rem}.step-description-preview{font-size:.9375rem}}@media (min-width: 1024px){.step-image-preview{width:250px;height:180px}}.admin-email{padding:2rem;max-width:1200px;margin:0 auto}.email-tabs{display:flex;gap:.5rem;border-bottom:2px solid #e8e4dc;margin-bottom:2rem}.tab-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:none;border:none;border-bottom:3px solid transparent;color:#574637;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s}.tab-button:hover{color:#8b7355}.tab-button.active{color:#8b7355;border-bottom-color:#8b7355}.tab-icon{font-size:1.25rem}.tab-content{background-color:#fff;border:2px solid #e8e4dc;border-radius:.5rem;padding:2rem;min-height:600px}.inbox-header{margin-bottom:1.5rem}.search-input{width:100%;max-width:400px;padding:.75rem 1rem;border:2px solid #e8e4dc;border-radius:.375rem;font-size:.9375rem}.thread-list{display:flex;flex-direction:column;gap:1rem}.thread-item{border:1px solid #e8e4dc;border-radius:.375rem;padding:1.5rem;transition:all .2s;cursor:pointer}.thread-item:hover{border-color:#8b7355;box-shadow:0 2px 4px #0000001a}.thread-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.thread-info{flex:1}.thread-subject{font-size:1.125rem;color:#2a211c;margin:0 0 .5rem}.thread-customer{color:#574637;font-size:.875rem;margin:0}.thread-meta{display:flex;align-items:center;gap:.75rem}.unread-badge{background-color:#8b7355;color:#fff;padding:.25rem .5rem;border-radius:1rem;font-size:.75rem;font-weight:600}.thread-date{color:#8b7355;font-size:.875rem}.thread-actions{display:flex;gap:.5rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.section-header h2{font-size:1.5rem;color:#2a211c;margin:0}.template-list,.canned-list{display:flex;flex-direction:column;gap:1rem}.template-item,.canned-item{border:1px solid #e8e4dc;border-radius:.375rem;padding:1.5rem;display:flex;justify-content:space-between;align-items:flex-start}.template-info,.canned-info{flex:1}.template-info h3,.canned-info h4{font-size:1.125rem;color:#2a211c;margin:0 0 .5rem}.template-category{display:inline-block;background-color:#f0ede8;color:#574637;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;text-transform:capitalize;margin-bottom:.5rem}.template-subject{color:#574637;font-size:.875rem;margin:0}.template-actions,.canned-actions{display:flex;gap:.5rem}.canned-categories{display:flex;flex-direction:column;gap:2rem}.canned-category h3{font-size:1.25rem;color:#2a211c;margin:0 0 1rem;text-transform:capitalize}.shortcut-badge{display:inline-block;background-color:#8b7355;color:#fff;padding:.125rem .5rem;border-radius:.25rem;font-size:.75rem;font-family:monospace;margin-left:.5rem}.canned-info p{color:#574637;font-size:.875rem;margin:.5rem 0 0;line-height:1.5}.form-modal{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:2rem}.form-content{background-color:#fff;border-radius:.5rem;padding:2rem;width:100%;max-width:600px;max-height:90vh;overflow-y:auto}.form-content h3{font-size:1.5rem;color:#2a211c;margin:0 0 1.5rem}.form-group label{display:block;font-weight:600;color:#574637;margin-bottom:.5rem;font-size:.875rem}.form-group input[type=text],.form-group input[type=email],.form-group input[type=number],.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:2px solid #e8e4dc;border-radius:.375rem;font-size:.9375rem;color:#2a211c;background-color:#fff;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#8b7355}.form-group textarea{resize:vertical;font-family:inherit}.checkbox-group{margin-bottom:1rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:400}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.variables-info{background-color:#f0ede8;padding:1rem;border-radius:.375rem;margin-bottom:1.5rem}.variables-info p{font-size:.875rem;color:#574637;margin:0 0 .5rem}.variable-tags{display:flex;flex-wrap:wrap;gap:.5rem}.variable-tag{background-color:#8b7355;color:#fff;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-family:monospace}.form-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:1rem;border-top:1px solid #e8e4dc}.settings-section h2{font-size:1.5rem;color:#2a211c;margin:0 0 2rem}.settings-form{max-width:600px}.settings-info{background-color:#f0ede8;padding:1.5rem;border-radius:.375rem;margin-top:2rem}.settings-info p{color:#574637;margin:0 0 .5rem;line-height:1.5}.settings-info p:last-child{margin-bottom:0}.empty-state{text-align:center;padding:3rem;color:#6e776e}.btn{padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;border:none;border-radius:.375rem;cursor:pointer;transition:all .2s}.btn-primary{background-color:#6e776e;color:#fff}.btn-primary:hover{background-color:#575f57}.btn-secondary{background-color:#e8e4dc;color:#574637}.btn-secondary:hover{background-color:#d4cdc0}.btn-danger{background-color:#dc3545;color:#fff}.btn-danger:hover{background-color:#c82333}@media (max-width: 768px){.admin-email{padding:1rem;width:100%;max-width:100vw;box-sizing:border-box;overflow-x:hidden}.admin-header{margin-bottom:1rem}.admin-header h1{font-size:1.5rem}.email-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}.tab-button{white-space:nowrap;padding:.5rem 1rem}.tab-content{padding:1rem}.thread-header,.template-item,.canned-item{flex-direction:column;gap:1rem}.form-modal{padding:1rem}.form-content{padding:1.5rem}.form-actions{flex-direction:column}.form-actions .btn{width:100%}}.pull-to-refresh-container{position:relative;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}.pull-to-refresh-indicator{position:absolute;top:-80px;left:0;right:0;height:80px;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;z-index:1}.pull-to-refresh-indicator.visible{opacity:1}.ptr-spinner{width:36px;height:36px;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.ptr-spinner-icon{width:24px;height:24px}.spinner-svg{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.ptr-arrow{font-size:24px;line-height:1;transition:transform .2s ease;color:#666}.ptr-text{font-size:14px;color:#666;text-align:center}.pull-to-refresh-content{position:relative;min-height:100%;background:inherit}@media (prefers-color-scheme: dark){.ptr-arrow,.ptr-text,.spinner-svg{color:#999}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#faf9f7,#f3f1ed);padding:1rem}.login-container{width:100%;max-width:400px}.login-card{background-color:#fff;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;padding:2rem}.login-header{text-align:center;margin-bottom:2rem}.login-title{font-family:Playfair Display,serif;font-size:2rem;color:#2a211c;margin-bottom:.5rem}.login-subtitle{color:#574637;font-size:.875rem}.login-form{margin-bottom:1.5rem}.error-message{background-color:#fee;color:#ef4444;padding:.75rem;border-radius:.375rem;margin-bottom:1rem;font-size:.875rem;text-align:center}.login-button{margin-top:1rem}.login-button:disabled{opacity:.7;cursor:not-allowed}.login-footer{text-align:center;padding-top:1.5rem;border-top:1px solid #e8e4dc}.back-link{color:#8b7355;text-decoration:none;font-size:.875rem;transition:color .2s ease}.back-link:hover{color:#705c44;text-decoration:underline}.demo-credentials{margin-top:1rem;padding:.75rem;background-color:#faf9f7;border-radius:.375rem;text-align:center}.demo-credentials p{margin:0;font-size:.75rem;color:#574637}@media (min-width: 640px){.login-card{padding:3rem}.login-title{font-size:2.5rem}.login-subtitle{font-size:1rem}}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;color:#2a211c;background-color:#fff;min-height:100vh;overflow-x:hidden}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,Georgia,serif;font-weight:600;line-height:1.25;color:#2a211c}h1{font-size:2rem;margin-bottom:1rem}h2{font-size:1.5rem;margin-bottom:.875rem}h3{font-size:1.25rem;margin-bottom:.75rem}h4{font-size:1.125rem;margin-bottom:.625rem}h5,h6{font-size:1rem;margin-bottom:.5rem}p{margin-bottom:1rem;line-height:1.625}a{color:#8b7355;text-decoration:none;transition:color .2s ease;-webkit-tap-highlight-color:transparent}a:hover{color:#705c44;text-decoration:underline}a:active{opacity:.8}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:500;border:1px solid transparent;border-radius:.25rem;cursor:pointer;transition:all .3s ease;text-decoration:none;white-space:nowrap;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;position:relative;overflow:hidden}.btn:active{transform:scale(.97);transition:transform .1s ease}.btn-primary{background-color:#6e776e;color:#fff;border-color:#6e776e}.btn-primary:hover{background-color:#575f57;border-color:#575f57}.btn-secondary{background-color:#f0ede8;color:#6e776e;border-color:#e8e4dc}.btn-secondary:hover{background-color:#e8e4dc;border-color:#d4cdc0}.btn-outline{background-color:transparent;color:#6e776e;border:1px solid #6E776E}.btn-outline:hover{background-color:#6e776e;color:#fff}.btn-large{padding:1rem 2rem;font-size:1.125rem}.btn-small{padding:.5rem 1rem;font-size:.875rem}.btn-full{width:100%}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:#6e776e}.form-input,.form-textarea,.form-select{width:100%;padding:.75rem 1rem;font-size:1rem;border:2px solid #e8e4dc;border-radius:.375rem;background-color:#fff;transition:border-color .2s ease,box-shadow .2s ease}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:#8b7355;box-shadow:0 0 0 3px #8b73551a}.form-textarea{min-height:120px;resize:vertical}.card{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;overflow:hidden;transition:box-shadow .2s ease}.card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.card-body{padding:1.5rem}.card-header{padding:1rem 1.5rem;background-color:#faf9f7;border-bottom:1px solid #e8e4dc}.card-footer{padding:1rem 1.5rem;background-color:#faf9f7;border-top:1px solid #e8e4dc}.grid{display:grid;gap:1.5rem;grid-template-columns:1fr}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.pt-0{padding-top:0}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.pt-12{padding-top:3rem}.pt-16{padding-top:4rem}.pb-0{padding-bottom:0}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pb-12{padding-bottom:3rem}.pb-16{padding-bottom:4rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.section{padding:3rem 0}.hero{position:relative;padding:4rem 0;background-color:#faf9f7;text-align:center}.hero-content{position:relative;z-index:1}.hero-title{font-size:2.25rem;font-weight:700;margin-bottom:1rem}.hero-subtitle{font-size:1.125rem;color:#6e776e;max-width:40rem;margin:0 auto 2rem}.img-responsive{width:100%;height:auto}.img-cover{width:100%;height:100%;object-fit:cover}.skeleton{background:linear-gradient(90deg,#f5f5f5 25%,#e5e5e5,#f5f5f5 75%);background-size:200% 100%;animation:loading 1.4s ease infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (min-width: 640px){.container{padding:0 1.5rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}.grid-sm-2{grid-template-columns:repeat(2,1fr)}.hero{padding:5rem 0}.hero-title{font-size:3rem}}@media (min-width: 768px){.container{padding:0 2rem}h1{font-size:3rem}h2{font-size:2.25rem}h3{font-size:1.875rem}h4{font-size:1.5rem}.grid-md-2{grid-template-columns:repeat(2,1fr)}.grid-md-3{grid-template-columns:repeat(3,1fr)}.section{padding:4rem 0}.hero{padding:6rem 0}.hero-title{font-size:3.75rem}.hero-subtitle{font-size:1.25rem}}@media (min-width: 1024px){h1{font-size:3.75rem}h2{font-size:3rem}h3{font-size:2.25rem}.grid-lg-3{grid-template-columns:repeat(3,1fr)}.grid-lg-4{grid-template-columns:repeat(4,1fr)}.section-lg{padding:5rem 0}}@media (min-width: 1280px){.grid-xl-4{grid-template-columns:repeat(4,1fr)}.grid-xl-5{grid-template-columns:repeat(5,1fr)}.section-xl{padding:6rem 0}}@media print{body{color:#000;background:#fff}.no-print{display:none}}.page-enter{opacity:0;transform:translate(100%)}.page-enter-active{opacity:1;transform:translate(0);transition:opacity .3s ease-out,transform .3s ease-out}.page-exit{opacity:1;transform:translate(0)}.page-exit-active{opacity:0;transform:translate(-20%);transition:opacity .3s ease-in,transform .3s ease-in}.modal-enter{opacity:0;transform:scale(.9) translateY(20px)}.modal-enter-active{opacity:1;transform:scale(1) translateY(0);transition:opacity .2s ease-out,transform .2s ease-out}.modal-exit{opacity:1;transform:scale(1) translateY(0)}.modal-exit-active{opacity:0;transform:scale(.9) translateY(20px);transition:opacity .2s ease-in,transform .2s ease-in}.fade-enter{opacity:0}.fade-enter-active{opacity:1;transition:opacity .3s ease-out}.fade-exit{opacity:1}.fade-exit-active{opacity:0;transition:opacity .3s ease-in}.slide-up-enter{transform:translateY(100%)}.slide-up-enter-active{transform:translateY(0);transition:transform .3s cubic-bezier(.4,0,.2,1)}.slide-up-exit{transform:translateY(0)}.slide-up-exit-active{transform:translateY(100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}@media (prefers-reduced-motion: no-preference){.spring-transition{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.smooth-transition{transition-timing-function:cubic-bezier(.4,0,.2,1)}}.touchable{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;position:relative;overflow:hidden}.touchable:active{transform:scale(.97);transition:transform .1s ease-out}.touchable:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#0000001a;transform:translate(-50%,-50%);transition:width .6s,height .6s}.touchable:active:after{width:200%;height:200%}.list-item-enter{opacity:0;transform:translate(-20px)}.list-item-enter-active{opacity:1;transform:translate(0);transition:opacity .3s ease-out,transform .3s ease-out}.list-item-exit{opacity:1;transform:translate(0)}.list-item-exit-active{opacity:0;transform:translate(20px);transition:opacity .2s ease-in,transform .2s ease-in}.stagger-enter{opacity:0;transform:translateY(20px)}.stagger-enter-active{opacity:1;transform:translateY(0);transition:opacity .3s ease-out,transform .3s ease-out}.stagger-enter:nth-child(1){transition-delay:0ms}.stagger-enter:nth-child(2){transition-delay:50ms}.stagger-enter:nth-child(3){transition-delay:.1s}.stagger-enter:nth-child(4){transition-delay:.15s}.stagger-enter:nth-child(5){transition-delay:.2s}.stagger-enter:nth-child(6){transition-delay:.25s}.stagger-enter:nth-child(7){transition-delay:.3s}.stagger-enter:nth-child(8){transition-delay:.35s}.stagger-enter:nth-child(9){transition-delay:.4s}.stagger-enter:nth-child(10){transition-delay:.45s}.smooth-scroll{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}@keyframes skeleton-loading{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
