.site-header{background:#111;border-bottom:1px solid rgba(255,255,255,.15)}.site-header .container{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.35rem 1rem}.brand-wrap,.brand{display:flex;align-items:center;flex-shrink:0}.brand{margin:0;text-decoration:none}.brand-icon{display:block;width:auto;max-width:180px;max-height:70px;height:auto;object-fit:contain}.site-nav{display:flex;align-items:center;justify-content:center;gap:.3rem;flex:1}.site-nav .nav-link{color:#fff;text-decoration:none;padding:.55rem .5rem;border-radius:6px}.site-nav .nav-link:hover,.site-nav .nav-link:focus-visible{background:#ffffff1a}.header-cta{display:flex;align-items:center;justify-content:flex-end;gap:.55rem;flex-shrink:0}.header-whatsapp,.header-cta .cta-btn{min-height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:7px;padding:.58rem .85rem;font:inherit;font-size:.9rem;font-weight:750;text-decoration:none;white-space:nowrap;cursor:pointer}.header-whatsapp{border:1px solid rgba(255,255,255,.58);color:#fff;background:transparent}.header-whatsapp:hover{background:#ffffff1a}.header-cta .cta-btn{border:1px solid #e7c987;background:#e7c987;color:#173826}.header-cta .cta-btn:hover{background:#f4db9e}.header-whatsapp:focus-visible,.header-cta .cta-btn:focus-visible,.site-nav .nav-link:focus-visible{outline:3px solid #fff;outline-offset:2px}@media (max-width: 980px){.brand-icon{max-width:135px;max-height:56px}.site-header .container{gap:.55rem}.site-nav .nav-link{padding-inline:.35rem}}@media (max-width: 860px){.site-header .container{padding:.45rem .65rem}.brand-icon{max-width:92px;max-height:46px}.site-nav,.header-whatsapp{display:none}.header-cta{margin-left:auto}.header-cta .cta-btn{min-height:40px;padding:.52rem .75rem;font-size:.84rem}}:root{--accent:#8b5e34;--muted:#666}*{box-sizing:border-box}body{font-family:Inter,system-ui,Arial,sans-serif;margin:0;color:#222;line-height:1.5}.container{max-width:1000px;margin:0 auto;padding:1rem}.site-header{background:linear-gradient(90deg,#14532d,#8b5e34);color:#fff;box-shadow:0 6px 18px #14532d14;position:sticky;top:0;z-index:40}.site-header .container{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;gap:1rem}.brand{margin:0;font-size:1.15rem}.brand a{color:inherit;text-decoration:none;display:flex;align-items:center;gap:.6rem}.brand .brand-icon{font-size:1.4rem}.brand .brand-text{font-weight:700;letter-spacing:.2px}.site-nav{display:flex;align-items:center;gap:.5rem}.nav-link{color:#ffffffeb;text-decoration:none;padding:.45rem .6rem;border-radius:8px;transition:background .18s ease}.nav-link:hover{background:#ffffff14}.cta-btn{background:#fff;color:var(--accent);padding:.5rem .9rem;border-radius:999px;font-weight:700;text-decoration:none;margin-left:.6rem;box-shadow:0 6px 18px #8b5e341f;transition:transform .14s ease}.cta-btn:hover{transform:translateY(-2px)}.hero{padding:3rem 1rem;text-align:center;background:linear-gradient(120deg,#0f5132,#175f3a 45%,#8b5e34e6);color:#fff;border-radius:12px;margin-top:1rem}.hero-inner{max-width:880px;margin:0 auto}.hero h2{font-size:2rem;margin:0 0 .5rem}.hero p{color:#ffffffe6;font-size:1.05rem;margin:0 0 1rem}.hero-actions{display:flex;gap:.6rem;justify-content:center;margin-top:1rem}.hero-cta{background:#fff;color:var(--accent);padding:.65rem 1.05rem;border-radius:999px;font-weight:700;text-decoration:none;box-shadow:0 8px 20px #0000001f}.hero-ghost{display:inline-flex;align-items:center;gap:.5rem;color:#fffffff2;text-decoration:none;padding:.55rem .75rem;border-radius:8px;border:1px solid rgba(255,255,255,.08)}.hero-cta:hover{transform:translateY(-2px)}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-top:1rem}.card{background:#f9f9f9;padding:1rem 1.5rem;border-radius:8px;min-width:150px}.feature-card{padding:0;overflow:hidden}.feature-img{width:100%;height:160px;object-fit:cover;display:block}.feature-caption{padding:.75rem 1rem;font-weight:700;color:var(--accent);background:#fff;text-align:center}.feature-card:hover .feature-img{transform:scale(1.03);transition:transform .35s ease}.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.gallery-card{border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease,box-shadow .3s ease;background:#fff}.gallery-card:hover{transform:translateY(-8px);box-shadow:0 8px 20px #00000026}.gallery-image{width:100%;height:240px;object-fit:cover;display:block}.gallery-content{padding:1.5rem}.gallery-content h4{margin:.5rem 0;color:var(--accent);font-size:1.1rem}.gallery-content p{margin:0;color:var(--muted);font-size:.95rem}.why-choose{margin-top:2rem;padding:1.25rem 0}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:1rem}.why-item{background:#fff;padding:1rem;border-radius:10px;box-shadow:0 6px 18px #0000000a;text-align:left}.why-item h4{margin:0 0 .5rem;color:var(--accent)}.why-item p{margin:0;color:var(--muted)}.why-img{width:100%;height:140px;object-fit:cover;border-radius:8px;margin-bottom:.75rem}.why-item:hover{transform:translateY(-6px);box-shadow:0 12px 30px #00000014;transition:transform .25s ease,box-shadow .25s ease}.details-reviews{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem;padding-bottom:2rem}.details ul{padding-left:1.1rem}.details li{margin:.5rem 0;color:#333}.reviews .review-list{display:flex;flex-direction:column;gap:.8rem}.review{background:#fff;padding:1rem;border-radius:10px;box-shadow:0 4px 12px #0000000a;margin:0}.review .by{display:block;margin-top:.5rem;font-weight:700;color:var(--muted);font-size:.9rem}.contact-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem;align-items:start}.location-info-section{background:linear-gradient(135deg,#f5f1ed,#faf8f6);padding:2rem;border-radius:12px;border-left:5px solid var(--accent)}.location-info-section h3{color:var(--accent);font-size:1.3rem;margin-top:0;margin-bottom:1rem}.location-details{background:#fff;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem;box-shadow:0 2px 8px #0000000d}.location-details p{margin:.5rem 0;color:var(--muted);line-height:1.6}.location-description{margin-bottom:1.5rem}.location-description h4{color:var(--accent);margin:1rem 0 .5rem;font-size:1.1rem}.location-description p{color:#555;line-height:1.7;font-size:.95rem;margin:.5rem 0}.quick-info{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.info-box{background:#fff;padding:1rem;border-radius:8px;text-align:center;box-shadow:0 2px 8px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.info-box:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.info-box .icon{font-size:2rem;display:block;margin-bottom:.5rem}.info-box h5{color:var(--accent);margin:.5rem 0 .25rem;font-size:.95rem}.info-box p{margin:0;color:var(--muted);font-size:.85rem}.map-container{border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a}.map-actions{margin-top:.75rem;text-align:right}.map-link-btn{display:inline-block;background:var(--accent);color:#fff;padding:.5rem .9rem;border-radius:8px;text-decoration:none;font-weight:600;transition:background .18s ease,transform .12s ease}.map-link-btn:hover{background:#6d4620;transform:translateY(-2px)}.map-link-btn:active{transform:translateY(0)}.form-map-link{margin:0 0 1rem;text-align:left}.location-map-link{margin-top:.75rem}.form-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #00000014;height:fit-content}.form-header{margin-bottom:1.5rem}.form-header h3{color:var(--accent);font-size:1.3rem;margin:0 0 .5rem}.form-header p{color:var(--muted);margin:0;font-size:.95rem}.contact-form-enhanced{display:grid;gap:1rem}.form-group{display:flex;flex-direction:column;position:relative}.contact-form-enhanced input,.contact-form-enhanced select,.contact-form-enhanced textarea{padding:.85rem;border:none;border-bottom:2px solid #e0e0e0;background:transparent;font-family:inherit;font-size:.95rem;transition:border-color .3s ease;outline:none}.contact-form-enhanced input::placeholder,.contact-form-enhanced textarea::placeholder{color:#bbb;font-weight:500}.input-line{position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--accent);transform:scaleX(0);transform-origin:center;transition:transform .3s ease}.form-group.active .input-line{transform:scaleX(1)}.contact-form-enhanced input:focus,.contact-form-enhanced select:focus,.contact-form-enhanced textarea:focus{border-bottom-color:var(--accent)}.textarea-group{margin-bottom:.5rem}.submit-btn{background:linear-gradient(135deg,var(--accent),#6d4620);color:#fff;padding:.95rem 1.75rem;border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:700;transition:all .3s ease;width:100%;box-shadow:0 6px 20px #8b5e3440;position:relative;overflow:hidden}.submit-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.submit-btn:hover{transform:translateY(-3px);box-shadow:0 10px 30px #8b5e3459}.submit-btn:active{transform:translateY(-1px)}.submit-btn:disabled{opacity:.7;cursor:default;transform:none}.status-message{padding:1rem;border-radius:8px;margin-top:1rem;display:flex;gap:.75rem;align-items:flex-start;font-weight:600}.status-message.animate-in{animation:slideInUp .4s ease-out}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.status-message.success{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);color:#2e7d32;border-left:5px solid #4caf50}.status-message.error{background:linear-gradient(135deg,#ffebee,#ffcdd2);color:#c62828;border-left:5px solid #f44336}.status-message strong{display:block;margin-bottom:.25rem}.status-message p{margin:0;font-size:.9rem;font-weight:500}.success-icon,.error-icon{font-size:1.5rem;flex-shrink:0}.contact-form{display:grid;gap:.75rem;max-width:600px}.contact-form label{display:flex;flex-direction:column;font-weight:600}.contact-form input,.contact-form textarea{padding:.5rem;border:1px solid #ddd;border-radius:6px}.contact-form button{background:var(--accent);color:#fff;padding:.6rem 1rem;border:none;border-radius:6px;cursor:pointer}.site-footer{background:#fafafa;border-top:1px solid #eee;padding:.75rem 0;margin-top:2rem}.loading{padding:2rem;text-align:center}.success{color:green;margin-top:1rem}.error{color:#b00020;margin-top:1rem}.small{font-size:.85rem;color:#777}.photos-hero{background:linear-gradient(120deg,#8b5e34f2,#14532dd9);color:#fff;padding:2.4rem 1rem;border-radius:12px;margin-top:1rem;max-width:1000px;margin-left:auto;margin-right:auto}.photos-hero h2{margin:0 0 .5rem}.photos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-top:1.25rem}.photo-card{overflow:hidden;border-radius:10px;background:#fff;cursor:pointer;position:relative;transition:transform .3s ease}.photo-card img{width:100%;height:220px;object-fit:cover;display:block;transition:transform .35s ease}.photo-card:hover img{transform:scale(1.04)}.photo-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0000004d;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.photo-card:hover .photo-overlay{opacity:1}.photo-zoom{font-size:2rem;color:#fff}.lightbox{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:999;overflow:auto}.lightbox-content{position:relative;max-width:900px;max-height:90vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem}.lightbox-close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;z-index:1000}.lightbox-close:hover{color:#ddd}.lightbox-image{max-width:100%;max-height:70vh;object-fit:contain}.lightbox-nav{display:flex;align-items:center;gap:1.5rem;margin-top:1rem;justify-content:center}.lightbox-btn{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:600;transition:background .2s ease}.lightbox-btn:hover{background:#ffffff4d}.lightbox-counter{color:#fff;font-weight:600;min-width:100px;text-align:center}.photos-cta{text-align:center;margin:3rem 0 2rem;padding:2rem}.btn-view-more{display:inline-block;background:var(--accent);color:#fff;padding:.8rem 1.5rem;border-radius:999px;text-decoration:none;font-weight:700;box-shadow:0 6px 20px #8b5e3433;transition:transform .2s ease,box-shadow .2s ease}.btn-view-more:hover{transform:translateY(-3px);box-shadow:0 8px 26px #8b5e344d}.reviews-hero{background:linear-gradient(90deg,#8b5e34,#14532d);color:#fff;padding:2rem 1rem;border-radius:12px;margin-top:1rem;max-width:1000px;margin-left:auto;margin-right:auto;text-align:center}.reviews-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;margin:1rem auto;max-width:1000px;padding:0 1rem}.review-card{background:#fff;padding:1.25rem;border-radius:10px;box-shadow:0 8px 20px #0000000f}.review-text{font-style:italic;margin:0 0 .75rem}.review-by{font-weight:700;color:var(--muted)}.map-embed{margin:1rem 0;border-radius:10px;overflow:hidden}.map-embed iframe{width:100%;height:320px;border:0;display:block}.map-actions{display:flex;justify-content:center;margin-top:.5rem}.map-actions .map-link-btn{display:inline-block;background:var(--accent);color:#fff;padding:.45rem .7rem;border-radius:8px;text-decoration:none;border:none;font-weight:600;transition:background .18s ease,transform .12s ease}.map-actions .map-link-btn:hover{background:#6d4620;transform:translateY(-2px)}.about-page{padding-top:0}.about-hero{background:linear-gradient(120deg,#14532d,#8b5e34);color:#fff;padding:2.5rem 1rem;border-radius:12px;margin-top:1rem;text-align:center;max-width:1000px;margin-left:auto;margin-right:auto}.about-hero h2{margin:0 0 .5rem;font-size:2.2rem}.hero-subtitle{margin:0;color:#ffffffe6;font-size:1.05rem}.about-intro{background:linear-gradient(135deg,#f5f1ed,#faf8f6);padding:2rem;border-radius:12px;margin:2rem 0;border-left:5px solid var(--accent)}.about-intro h3{color:var(--accent);margin-top:0}.about-intro .lead{font-size:1.05rem;color:#333;line-height:1.8;margin-bottom:1.5rem}.intro-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.25rem}.highlight{background:#fff;padding:1rem;border-radius:8px;box-shadow:0 2px 8px #0000000d}.highlight strong{color:var(--accent);display:block;margin-bottom:.25rem}.highlight p{margin:0;color:#666;font-size:.95rem}.about-features{margin:2rem 0}.about-features h3{color:var(--accent);margin-bottom:1rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.feature-box{background:#fff;padding:1.5rem;border-radius:10px;text-align:center;box-shadow:0 4px 12px #0000000f;transition:transform .3s ease,box-shadow .3s ease}.feature-box:hover{transform:translateY(-6px);box-shadow:0 8px 20px #0000001a}.feature-icon{font-size:2.5rem;margin-bottom:.5rem}.feature-box h4{color:var(--accent);margin:.5rem 0;font-size:1.05rem}.feature-box p{color:#666;margin:0;font-size:.9rem}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:2rem 0}.content-block{background:#fff;padding:1.75rem;border-radius:10px;box-shadow:0 2px 8px #0000000d}.content-block h3{color:var(--accent);margin-top:0;margin-bottom:1rem}.content-block p{color:#555;line-height:1.8;margin-bottom:.75rem}.services-list{list-style:none;padding:0;margin:0}.services-list li{color:#555;border-bottom:1px solid #eee;position:relative;padding:.6rem 0 .6rem 1.75rem}.services-list li:before{content:"✓";position:absolute;left:0;color:var(--accent);font-weight:700}.about-events{margin:2rem 0}.about-events h3{color:var(--accent);margin-bottom:1rem}.about-cta{background:linear-gradient(120deg,#14532d,#8b5e34);color:#fff;padding:2rem;border-radius:12px;text-align:center;margin:2rem 0 3rem}.about-cta h3{margin-top:0;margin-bottom:.5rem;font-size:1.6rem}.about-cta p{margin:0 0 1rem;color:#fffffff2}.cta-btn-primary{display:inline-block;background:#fff;color:var(--accent);padding:.7rem 1.5rem;border-radius:999px;font-weight:700;text-decoration:none;box-shadow:0 6px 20px #00000026;transition:transform .2s ease}.cta-btn-primary:hover{transform:translateY(-3px)}@media (max-width:900px){.contact-wrapper{grid-template-columns:1fr}}@media (max-width:600px){.features{flex-direction:column}.site-header .container{flex-direction:column;align-items:center;gap:.6rem}.brand{order:0}.site-nav{order:1;display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem}.site-nav .nav-link{padding:.45rem .6rem}.gallery,.contact-wrapper,.quick-info,.why-grid,.details-reviews{grid-template-columns:1fr}.about-hero h2{font-size:1.5rem}.intro-highlights,.features-grid,.about-content{grid-template-columns:1fr}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#14532d,#8b5e34)}.login-card{background:#fff;border-radius:12px;padding:2.5rem 2rem;width:100%;max-width:400px;box-shadow:0 8px 32px #0000002e}.login-title{margin:0 0 .25rem;font-size:1.6rem;color:#14532d;text-align:center}.login-subtitle{margin:0 0 2rem;color:var(--muted);text-align:center;font-size:.9rem}.login-form{display:flex;flex-direction:column;gap:1.2rem}.login-field{display:flex;flex-direction:column;gap:.4rem}.login-field label{font-size:.85rem;font-weight:600;color:#444}.login-field input{padding:.7rem 1rem;border:1.5px solid #ddd;border-radius:8px;font-size:1rem;outline:none;transition:border-color .2s}.login-field input:focus{border-color:#14532d}.login-logo{text-align:center;font-size:2.5rem;margin-bottom:.5rem}.login-error{background:#fff0f0;color:#c0392b;border:1px solid #f5c6cb;border-radius:6px;padding:.6rem 1rem;font-size:.88rem;margin-top:.75rem;text-align:center}.login-hint{margin:.75rem 0 0;color:#9ca3af;font-size:.78rem;text-align:center}.login-loading{text-align:center;color:#6b7280;padding:1rem 0;font-size:.95rem}.google-btn-wrap{display:flex;justify-content:center;margin:1.25rem 0 .5rem}.login-btn{padding:.8rem;background:linear-gradient(90deg,#14532d,#8b5e34);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .2s;width:100%}.login-btn:hover{opacity:.9}.login-btn:disabled{opacity:.6;cursor:not-allowed}.dev-login-section{margin-top:1.25rem}.dev-login-divider{display:flex;align-items:center;gap:.75rem;color:#9ca3af;font-size:.8rem;margin-bottom:1rem}.dev-login-divider:before,.dev-login-divider:after{content:"";flex:1;height:1px;background:#e5e7eb}.dev-login-form{display:flex;flex-direction:column;gap:.6rem}.dev-login-form input{padding:.65rem .9rem;border:1.5px solid #e5e7eb;border-radius:8px;font-size:.9rem;outline:none}.dev-login-form input:focus{border-color:#6b7280}.dashboard-page{min-height:100vh;background:#f5f5f5}.dashboard-header{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(90deg,#14532d,#8b5e34);color:#fff;padding:1rem 2rem;position:sticky;top:0;z-index:100}.dashboard-brand{font-size:1.1rem;font-weight:700;display:flex;align-items:center;gap:.5rem}.dashboard-logout-btn{padding:.5rem 1.2rem;background:#ffffff26;color:#fff;border:1.5px solid rgba(255,255,255,.4);border-radius:6px;cursor:pointer;font-size:.9rem;transition:background .2s}.dashboard-logout-btn:hover{background:#ffffff40}.dashboard-body{max-width:1000px;margin:0 auto;padding:2.5rem 1rem}.dashboard-body h2{margin:0 0 .5rem;color:#14532d}.dashboard-subtitle{color:var(--muted);margin:0 0 2.5rem}.dashboard-placeholder{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.dashboard-card{background:#fff;border-radius:10px;padding:2rem 1.5rem;text-align:center;box-shadow:0 2px 8px #00000012}.dashboard-icon{font-size:2rem}.dashboard-card h4{margin:.75rem 0 .4rem;color:#14532d}.dashboard-card p{margin:0;color:var(--muted);font-size:.9rem}@media (max-width:600px){.dashboard-placeholder{grid-template-columns:1fr}.dashboard-header{padding:.75rem 1rem}.dashboard-brand{font-size:.95rem}}.enquiry-table-wrap{overflow-x:auto;border-radius:10px;box-shadow:0 2px 8px #00000012}.enquiry-table{width:100%;border-collapse:collapse;background:#fff;font-size:.9rem}.enquiry-table thead{background:linear-gradient(90deg,#14532d,#8b5e34);color:#fff}.enquiry-table th{padding:.75rem 1rem;text-align:left;font-weight:600;white-space:nowrap}.enquiry-table td{padding:.7rem 1rem;border-bottom:1px solid #f0f0f0;vertical-align:top}.enquiry-table tbody tr:last-child td{border-bottom:none}.enquiry-table tbody tr:hover{background:#f9f9f9}.enquiry-table a{color:#14532d;text-decoration:none}.enquiry-table a:hover{text-decoration:underline}.enquiry-msg{max-width:220px;word-break:break-word}.dashboard-loading{color:var(--muted);padding:1.5rem 0}.dashboard-error{color:#c0392b;padding:1rem;background:#fff0f0;border-radius:8px}.dashboard-empty{color:var(--muted);padding:2rem 0;text-align:center}.dashboard-tabs{display:flex;gap:.75rem;margin-bottom:1.5rem;border-bottom:2px solid #e5e5e5;padding-bottom:0}.dash-tab{padding:.6rem 1.4rem;background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;font-size:.95rem;font-weight:600;color:var(--muted);margin-bottom:-2px;transition:color .2s,border-color .2s}.dash-tab:hover{color:#14532d}.dash-tab.active{color:#14532d;border-bottom-color:#14532d}.table-count{margin:0;color:var(--muted);font-size:.85rem}.star-rating{font-size:1rem;letter-spacing:1px}.tab-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.sort-wrap{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--muted)}.sort-wrap select{padding:.3rem .6rem;border:1px solid #ddd;border-radius:6px;font-size:.85rem;cursor:pointer;outline:none}.row-booked{background:#f0fdf4}.row-booked:hover{background:#dcfce7!important}.booking-row.booking-confirmed{background:#eff6ff}.booking-row.booking-confirmed:hover{background:#dbeafe!important}.booking-row.booking-completed{background:#f0fdf4}.booking-row.booking-completed:hover{background:#dcfce7!important}.booking-row.booking-cancelled{background:#fff5f5;opacity:.75}.status-badge{display:inline-block;padding:.2rem .65rem;border-radius:20px;font-size:.78rem;font-weight:600}.badge-pending{background:#fff7ed;color:#c2410c}.badge-booked{background:#dcfce7;color:#15803d}.badge-confirmed{background:#dbeafe;color:#1d4ed8}.badge-completed{background:#dcfce7;color:#15803d}.badge-cancelled{background:#fee2e2;color:#b91c1c}.status-select{padding:.25rem .5rem;border-radius:6px;border:1px solid #ddd;font-size:.8rem;cursor:pointer;font-weight:600;outline:none}.status-select.status-confirmed{background:#dbeafe;color:#1d4ed8;border-color:#93c5fd}.status-select.status-completed{background:#dcfce7;color:#15803d;border-color:#86efac}.status-select.status-cancelled{background:#fee2e2;color:#b91c1c;border-color:#fca5a5}.final-bill{font-weight:700;color:#14532d}.btn-book{padding:.3rem .8rem;background:#14532d;color:#fff;border:none;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;white-space:nowrap}.btn-book:hover{background:#166534}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.modal-card{background:#fff;border-radius:14px;width:100%;max-width:480px;box-shadow:0 20px 60px #00000040;overflow:hidden}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1.5rem;background:linear-gradient(90deg,#14532d,#8b5e34);color:#fff}.modal-header h3{margin:0;font-size:1.1rem}.modal-close{background:none;border:none;color:#fff;font-size:1.3rem;cursor:pointer;opacity:.8;line-height:1}.modal-close:hover{opacity:1}.modal-customer{padding:.85rem 1.5rem;background:#f9fafb;border-bottom:1px solid #e5e5e5;display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;font-size:.9rem}.modal-tag{background:#dcfce7;color:#15803d;padding:.15rem .5rem;border-radius:4px;font-size:.78rem;font-weight:600}.modal-email{color:var(--muted);font-size:.82rem}.modal-form{padding:1.2rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.modal-row{display:flex;flex-direction:column;gap:.3rem}.modal-row label{font-size:.82rem;font-weight:600;color:#444}.modal-row input,.modal-row textarea{padding:.6rem .85rem;border:1.5px solid #ddd;border-radius:8px;font-size:.95rem;outline:none;transition:border-color .2s;font-family:inherit}.modal-row input:focus,.modal-row textarea:focus{border-color:#14532d}.modal-final-row{display:flex;align-items:center;justify-content:space-between;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:.7rem 1rem}.modal-final-row span{font-size:.9rem;color:#166534;font-weight:600}.modal-final-amount{font-size:1.2rem;color:#14532d}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end;padding-top:.25rem}.btn-cancel{padding:.55rem 1.2rem;background:#f1f1f1;border:1px solid #ddd;border-radius:8px;cursor:pointer;font-size:.9rem}.btn-cancel:hover{background:#e5e5e5}.btn-confirm{padding:.55rem 1.4rem;background:linear-gradient(90deg,#14532d,#8b5e34);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600}.btn-confirm:hover{opacity:.9}.btn-confirm:disabled{opacity:.6;cursor:not-allowed}.fin-summary{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;margin-bottom:1.5rem}.fin-card{background:#fff;border-radius:10px;padding:1rem 1.2rem;box-shadow:0 2px 8px #00000012;display:flex;flex-direction:column;gap:.25rem}.fin-card span{font-size:.78rem;color:var(--muted);font-weight:500;text-transform:uppercase;letter-spacing:.5px}.fin-card strong{font-size:1.2rem;color:#14532d;font-weight:700}.fin-card small{font-size:.75rem;color:var(--muted)}.fin-card-warn strong{color:#c2410c}.fin-card-red strong{color:#b91c1c}.fin-card-green strong{color:#15803d}@media (max-width:900px){.fin-summary{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.fin-summary{grid-template-columns:1fr}}.modal-wide{max-width:560px}.modal-2col{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width:500px){.modal-2col{grid-template-columns:1fr}}.bill-summary-box{display:flex;justify-content:space-between;align-items:center;background:#f0fdf4;border:1.5px solid #bbf7d0;border-radius:8px;padding:.7rem 1rem}.bill-summary-box span{font-size:.9rem;font-weight:600;color:#166534}.bill-summary-box strong{font-size:1.15rem;font-weight:700;color:#14532d}.balance-box{display:flex;justify-content:space-between;align-items:center;border-radius:8px;padding:.7rem 1rem}.balance-box span{font-size:.85rem;font-weight:600}.balance-box strong{font-size:1.1rem;font-weight:700}.balance-due{background:#fff7ed;border:1.5px solid #fed7aa}.balance-due span,.balance-due strong{color:#c2410c}.balance-clear{background:#f0fdf4;border:1.5px solid #bbf7d0}.balance-clear span,.balance-clear strong{color:#15803d}.col-advance{color:#1d4ed8;font-weight:600}.col-due{color:#c0392b;font-weight:700}.col-clear{color:#15803d;font-weight:600}.col-refund{color:#b91c1c;font-weight:700}.refund-cell{display:flex;flex-direction:column;gap:.3rem;align-items:flex-start}.btn-mark-refund{padding:.2rem .5rem;font-size:.72rem;background:#dcfce7;color:#15803d;border:1px solid #86efac;border-radius:4px;cursor:pointer;white-space:nowrap}.refund-done{font-size:.78rem;color:#15803d;font-weight:600}.refund-summary{background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;padding:.75rem 1rem;margin-bottom:.5rem;display:flex;flex-direction:column;gap:.4rem}.rsrow{display:flex;justify-content:space-between;font-size:.9rem}.btn-notes{background:none;border:none;cursor:pointer;text-align:left;padding:.2rem .4rem;border-radius:4px;max-width:160px}.btn-notes:hover{background:#f5f5f5}.notes-has{font-size:.78rem;color:#1d4ed8;font-weight:600}.notes-empty{font-size:.78rem;color:#9ca3af}.btn-view-text{background:none;border:none;cursor:pointer;font-size:.8rem;color:#1d4ed8;font-weight:600;padding:.2rem .4rem;border-radius:4px;white-space:nowrap}.btn-view-text:hover{background:#eff6ff}.textview-content{white-space:pre-wrap;line-height:1.7;color:#333;margin:0;font-size:.95rem}.btn-add-direct{padding:.4rem 1rem;background:#1d4ed8;color:#fff;border:none;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;white-space:nowrap}.btn-add-direct:hover{background:#1e40af}.btn-edit-info{padding:.15rem .5rem;font-size:.75rem;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:4px;cursor:pointer;margin-left:auto}.type-badge{display:inline-block;padding:.15rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.type-direct{background:#eff6ff;color:#1d4ed8}.type-enquiry{background:#f0fdf4;color:#15803d}.lead-source-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}@media (max-width:500px){.lead-source-grid{grid-template-columns:repeat(2,1fr)}}.lead-btn{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.6rem .4rem;border:1.5px solid #e5e5e5;border-radius:8px;background:#fff;cursor:pointer;font-size:.8rem;color:#444;transition:all .15s;font-family:inherit}.lead-btn span:first-child{font-size:1.3rem}.lead-btn:hover{border-color:#14532d;background:#f0fdf4;color:#14532d}.lead-btn-active{border-color:#14532d!important;background:#f0fdf4!important;color:#14532d!important;font-weight:600}.lead-source-tag{display:inline-flex;align-items:center;gap:.3rem;font-size:.8rem;background:#f0f9ff;color:#0369a1;padding:.15rem .5rem;border-radius:4px;white-space:nowrap}.btn-payments{background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe;border-radius:6px;padding:.25rem .6rem;font-size:.8rem;font-weight:600;cursor:pointer;white-space:nowrap}.btn-payments:hover{background:#dbeafe}.payment-summary-strip{display:flex;gap:0;border-bottom:1px solid #e5e7eb}.psum-item{flex:1;padding:.75rem 1rem;text-align:center;border-right:1px solid #e5e7eb}.psum-item:last-child{border-right:none}.psum-item span{display:block;font-size:.75rem;color:#6b7280;margin-bottom:.2rem}.psum-item strong{font-size:1.05rem;color:#111}.psum-green strong{color:#15803d}.psum-red strong{color:#c0392b}.payment-history-table-wrap{overflow-x:auto;margin-bottom:.5rem;border:1px solid #e5e7eb;border-radius:6px}.payment-history-table{width:100%;border-collapse:collapse;font-size:.85rem}.payment-history-table th{background:#f8fafc;padding:.6rem .75rem;text-align:left;color:#6b7280;font-weight:600;border-bottom:1px solid #e5e7eb;white-space:nowrap}.payment-history-table td{padding:.55rem .75rem;border-bottom:1px solid #f0f0f0;vertical-align:middle}.payment-history-table tfoot td{border-top:2px solid #e5e7eb;border-bottom:none;background:#f8fafc;font-weight:700}.pay-row-advance{background:#f0fdf4}.pay-amount{font-weight:700;color:#15803d;white-space:nowrap}.pay-note{color:#6b7280;font-size:.8rem;max-width:160px}.pay-total-row td{font-weight:700}.pay-method-badge{display:inline-block;padding:.15rem .5rem;background:#eff6ff;color:#1e40af;border-radius:4px;font-size:.78rem;font-weight:600;white-space:nowrap}.pay-method-grid{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.25rem}.pay-method-btn{padding:.35rem .75rem;border:1.5px solid #e5e7eb;border-radius:6px;background:#fff;cursor:pointer;font-size:.85rem;color:#374151;font-family:inherit;transition:all .15s}.pay-method-btn:hover{border-color:#1e40af;color:#1e40af}.pay-method-active{border-color:#1e40af!important;background:#eff6ff!important;color:#1e40af!important;font-weight:600}.header-role-badge{font-size:.78rem;font-weight:700;padding:.2rem .65rem;border-radius:20px;background:#fef9c3;color:#854d0e;border:1px solid #fde68a}.header-role-badge.secondary{background:#eff6ff;color:#1e40af;border-color:#bfdbfe}.access-tab{padding:1.5rem;max-width:700px}.access-section{margin-bottom:2rem}.access-section-title{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#6b7280;margin:0 0 1rem}.access-primary-card{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#fefce8;border:1.5px solid #fde68a;border-radius:10px}.access-crown{font-size:1.8rem}.access-email{font-weight:600;color:#111;font-size:.95rem}.access-role-label{font-size:.8rem;color:#6b7280;margin-top:.15rem}.access-meta{font-size:.78rem;color:#9ca3af;display:block;margin-top:.15rem}.access-list{display:flex;flex-direction:column;gap:.6rem}.access-item{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1.1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}.access-item-info{display:flex;flex-direction:column}.btn-remove-access{padding:.3rem .8rem;background:#fff;border:1.5px solid #fca5a5;color:#dc2626;border-radius:6px;font-size:.82rem;font-weight:600;cursor:pointer;white-space:nowrap}.btn-remove-access:hover{background:#fee2e2}.access-add-form{display:flex;gap:.75rem;margin-bottom:.5rem}.access-add-form input{flex:1;padding:.6rem .9rem;border:1.5px solid #e5e7eb;border-radius:8px;font-size:.9rem;outline:none}.access-add-form input:focus{border-color:#1e40af}.access-hint{font-size:.8rem;color:#9ca3af;margin:.75rem 0 0;line-height:1.5}.reviews-google-link{max-width:1000px;margin:1rem auto;padding:.85rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;background:#f5f1ed;border:1px solid #e7ded6;border-radius:10px;color:#4f3b2a;font-size:.9rem}.reviews-google-link a{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .75rem;background:#14532d;color:#fff;border-radius:7px;font-weight:700;text-decoration:none;white-space:nowrap;transition:background .18s ease,transform .18s ease}.reviews-google-link a:hover{background:#166534;transform:translateY(-1px)}.reviews-empty{grid-column:1 / -1;padding:2.5rem 1.5rem;text-align:center;background:#fff;border:1px solid #eee8e2;border-radius:10px;color:var(--muted)}.reviews-empty h3{margin:0 0 .45rem;color:#14532d;font-size:1.05rem}.reviews-empty p{margin:0;font-size:.92rem}@media (max-width:600px){.reviews-google-link{align-items:stretch;flex-direction:column}.reviews-google-link a{justify-content:center;width:100%}}.venue-hero{position:relative;isolation:isolate;min-height:clamp(600px,78vh,780px);display:flex;align-items:center;overflow:hidden;background:#173826;color:#fff}.venue-hero-image,.venue-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.venue-hero-image{object-fit:cover;object-position:center}.venue-hero-overlay{z-index:-1;background:#0c1f14ad}.venue-hero-content{position:relative;z-index:1;padding-top:clamp(4rem,9vw,8rem);padding-bottom:clamp(3rem,8vw,7rem);max-width:1120px}.venue-hero-content.container{width:100%;margin:0 auto}.venue-hero-eyebrow{display:inline-flex;align-items:center;margin:0 0 1rem;padding:.45rem .8rem;border:1px solid rgba(246,237,222,.58);border-radius:999px;background:#0c1f1459;color:#fff8ed;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.venue-hero h1{max-width:790px;margin:0;color:#fffdf8;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.35rem,5vw,4.8rem);font-weight:600;letter-spacing:-.035em;line-height:1.08;text-wrap:balance}.venue-hero-copy{max-width:690px;margin:1.35rem 0 0;color:#fff8ed;font-size:clamp(1.02rem,1.7vw,1.2rem);line-height:1.72}.venue-hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.venue-hero-primary,.venue-hero-secondary,.venue-hero-tertiary{min-height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;padding:.78rem 1.15rem;font:inherit;font-weight:750;text-decoration:none;transition:transform .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease}.venue-hero-primary{border:1px solid #e7c987;background:#e7c987;color:#173826;cursor:pointer;box-shadow:0 10px 24px #0000002e}.venue-hero-primary:hover{background:#f4db9e;transform:translateY(-2px)}.venue-hero-secondary{border:1px solid rgba(255,255,255,.72);background:#fffdf8;color:#173826}.venue-hero-secondary:hover{background:#f8efe1;transform:translateY(-2px)}.venue-hero-tertiary{border:1px solid rgba(255,255,255,.52);color:#fffdf8;background:#0c1f1438}.venue-hero-tertiary:hover{border-color:#fffdf8;background:#0c1f1475}.venue-hero-highlights{display:flex;flex-wrap:wrap;gap:.65rem;margin:2rem 0 0;padding:0;list-style:none}.venue-hero-highlights li{padding:.48rem .72rem;border:1px solid rgba(255,255,255,.32);border-radius:6px;background:#0c1f1457;color:#fffdf8;font-size:.88rem;font-weight:650}.availability-modal-backdrop{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:1rem;background:#0d1b13bd;overflow-y:auto}.availability-modal{position:relative;width:min(100%,680px);max-height:calc(100dvh - 2rem);overflow-y:auto;border:1px solid #e6dccd;border-radius:16px;background:#fffdf9;color:#24211e;box-shadow:0 24px 70px #00000057;padding:clamp(1.35rem,4vw,2.35rem)}.availability-close{position:absolute;top:.85rem;right:.85rem;width:40px;height:40px;border:1px solid #ded5ca;border-radius:50%;background:#fff;color:#35503b;font-size:1.5rem;line-height:1;cursor:pointer}.availability-close:hover{background:#f7f1e9}.availability-kicker{margin:0 3rem .5rem 0;color:#8b5e34;font-size:.78rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.availability-modal h2{max-width:500px;margin:0;color:#173826;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.8rem,4vw,2.55rem);line-height:1.14}.availability-intro{margin:1rem 0 1.4rem;color:#625c55;line-height:1.65}.availability-form{display:grid;gap:1rem}.availability-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.availability-field{display:grid;gap:.38rem}.availability-field label{color:#2d392f;font-size:.9rem;font-weight:750}.availability-field label span{color:#766d65;font-size:.78rem;font-weight:500}.availability-field input,.availability-field select{width:100%;min-height:48px;border:1px solid #cfc6bc;border-radius:8px;background:#fff;color:#27231f;padding:.7rem .78rem;font:inherit}.availability-field input::placeholder{color:#8d847b}.availability-field input:focus,.availability-field select:focus{outline:3px solid rgba(141,103,52,.22);border-color:#8b5e34}.availability-error,.availability-server-error{margin:0;color:#a32626;font-size:.83rem;line-height:1.4}.availability-server-error{padding:.75rem .9rem;border-left:3px solid #a32626;border-radius:4px;background:#fff1f1}.availability-checkbox{display:flex;align-items:flex-start;gap:.6rem;color:#4c4742;font-size:.9rem;line-height:1.4;cursor:pointer}.availability-checkbox input{width:18px;height:18px;margin:.05rem 0 0;accent-color:#14532d}.availability-submit{min-height:50px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #14532d;border-radius:8px;background:#14532d;color:#fff;font:inherit;font-weight:800;text-decoration:none;cursor:pointer;padding:.82rem 1rem;transition:background-color .18s ease,transform .18s ease}.availability-submit:hover:not(:disabled){background:#0f4526;transform:translateY(-1px)}.availability-submit:disabled{cursor:wait;opacity:.72}.availability-success{text-align:center;padding:.65rem .1rem .1rem}.availability-success-icon{display:inline-grid;place-items:center;width:52px;height:52px;margin-bottom:.9rem;border-radius:50%;background:#e7c987;color:#173826;font-size:1.8rem;font-weight:900}.availability-success>p:not(.availability-kicker){max-width:480px;margin:1rem auto;color:#625c55;line-height:1.65}.availability-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;margin:1.5rem 0;text-align:left}.availability-summary div{padding:.8rem;border:1px solid #e5ddd3;border-radius:8px;background:#faf6f0}.availability-summary dt{color:#766d65;font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.availability-summary dd{margin:.28rem 0 0;color:#173826;font-size:.91rem;font-weight:750;line-height:1.35}.availability-success-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.65rem}.availability-call,.availability-gallery{min-height:48px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #c7bfb5;border-radius:8px;background:#fff;color:#173826;padding:.75rem .95rem;font-weight:750;text-decoration:none}.availability-call:hover,.availability-gallery:hover{border-color:#14532d;background:#f5f1eb}.venue-hero-primary:focus-visible,.venue-hero-secondary:focus-visible,.venue-hero-tertiary:focus-visible,.availability-close:focus-visible,.availability-field input:focus-visible,.availability-field select:focus-visible,.availability-checkbox input:focus-visible,.availability-submit:focus-visible,.availability-call:focus-visible,.availability-gallery:focus-visible{outline:3px solid #e7c987;outline-offset:3px}@media (max-width:700px){.venue-hero{min-height:620px;align-items:flex-end}.venue-hero-image{object-position:58% center}.venue-hero-content{padding-top:5rem;padding-bottom:2rem}.venue-hero h1{font-size:clamp(2.05rem,10vw,3.05rem)}.venue-hero-actions{display:grid;grid-template-columns:1fr 1fr}.venue-hero-primary{grid-column:1 / -1;min-height:54px;font-size:1rem}.venue-hero-secondary,.venue-hero-tertiary{font-size:.87rem;padding:.75rem .55rem}.venue-hero-highlights{gap:.45rem;margin-top:1.35rem}.venue-hero-highlights li{font-size:.78rem;padding:.4rem .52rem}.availability-form-grid,.availability-summary{grid-template-columns:1fr}.availability-modal{max-height:calc(100dvh - 1rem);padding:1.35rem 1rem}.availability-success-actions{display:grid;grid-template-columns:1fr}}@media (max-width:360px){.venue-hero-actions{grid-template-columns:1fr}.venue-hero-primary{grid-column:auto}.venue-hero-secondary,.venue-hero-tertiary{min-height:46px}}@media (prefers-reduced-motion:reduce){.venue-hero-primary,.venue-hero-secondary,.venue-hero-tertiary,.availability-submit{transition:none}}.venue-hero-image{z-index:-2}.venue-hero h1,.venue-hero-copy{text-shadow:0 2px 18px rgba(0,0,0,.42)}@media (max-width:360px){.venue-hero h1{font-size:1.9rem;line-height:1.06}.venue-hero-copy{font-size:.94rem;line-height:1.55}}.conversion-cta{align-items:center;justify-content:center;text-decoration:none}.contact-inline-cta{display:inline;color:#14532d;font-weight:700;text-decoration:underline;text-underline-offset:2px}.contact-inline-cta:hover{color:#0f3f22}.sticky-mobile-cta{display:none}@media (max-width: 860px){.app-root{padding-bottom:calc(74px + env(safe-area-inset-bottom,0px))}.sticky-mobile-cta{position:fixed;z-index:950;right:0;bottom:0;left:0;display:block;padding:.55rem max(.65rem,env(safe-area-inset-left,0px)) max(.55rem,env(safe-area-inset-bottom,0px)) max(.65rem,env(safe-area-inset-right,0px));border-top:1px solid rgba(20,83,45,.16);background:#fffdf8f7;box-shadow:0 -10px 28px #102c1b24;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.sticky-mobile-cta-inner{width:min(100%,620px);margin:0 auto;display:grid;grid-template-columns:.8fr 1.15fr 1.2fr;gap:.45rem}.sticky-mobile-action{min-width:0;min-height:46px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #cfc5b8;border-radius:8px;padding:.58rem .42rem;background:#fff;color:#173826;font:inherit;font-size:.82rem;font-weight:800;line-height:1.15;text-align:center;text-decoration:none;white-space:nowrap;cursor:pointer}.sticky-mobile-cta .whatsapp-cta{border-color:#1d7d46;background:#effaf3;color:#14532d}.sticky-mobile-primary{border-color:#e7c987;background:#e7c987;color:#173826}.sticky-mobile-action:focus-visible{outline:3px solid #14532d;outline-offset:2px}}@media (max-width: 360px){.sticky-mobile-cta{padding-inline:.4rem}.sticky-mobile-cta-inner{gap:.32rem}.sticky-mobile-action{padding-inline:.3rem;font-size:.76rem}}.site-header .header-cta .cta-btn{margin-left:0}@media (max-width: 860px){.site-header .container{flex-direction:row;align-items:center;justify-content:space-between;gap:.55rem;padding:.45rem .65rem}.site-header .site-nav,.site-header .header-whatsapp{display:none}.site-header .brand-icon{width:auto;max-width:92px;max-height:46px;height:auto}.site-header .header-cta{margin-left:auto}}.site-header{background:linear-gradient(105deg,#0e2d1c,#173e28 68%,#654827);border-bottom:1px solid rgba(231,201,135,.32);box-shadow:0 8px 28px #071c102e}.site-header .container{width:100%;max-width:1120px;min-height:76px;padding:.45rem 1.1rem}.site-header .brand{gap:.65rem;color:#fffdf8}.site-header .brand-icon{width:56px;height:56px;max-width:56px;max-height:56px}.brand-copy{display:flex;flex-direction:column;line-height:1.02;white-space:nowrap}.brand-copy strong{font-family:Georgia,Times New Roman,serif;font-size:1rem;font-weight:700;letter-spacing:.015em}.brand-copy small{margin-top:.25rem;color:#eadab8;font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.site-header .site-nav{flex:0 1 auto}.venue-hero{min-height:clamp(620px,73vh,690px);align-items:center;background:#0b2718}.venue-hero-image{object-position:67% center;filter:brightness(.9) saturate(.88) contrast(1.07);transform:scale(1.012)}.venue-hero-overlay{background:linear-gradient(90deg,#05160deb,#071d11c2 50%,#071d112e 82%,#071d1147),linear-gradient(0deg,#06180ea8,#06180e0d 48%,#06180e4d)}.venue-hero-content{isolation:isolate;width:calc(100% - 2rem);max-width:1120px;padding:3.25rem 1.35rem}.venue-hero-content:before{content:"";position:absolute;z-index:-1;top:2rem;bottom:2rem;left:0;width:min(750px,calc(100% - 1rem));border:1px solid rgba(246,237,222,.2);border-radius:24px;background:linear-gradient(135deg,#071d11e6,#103521c2);box-shadow:0 28px 75px #0000004d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.venue-hero-eyebrow{margin-bottom:.9rem;border-color:#e7c9879e;background:#e7c9871a;color:#f7e5b9}.venue-hero h1{max-width:680px;font-size:clamp(2.7rem,4.4vw,4.15rem);line-height:1.04;letter-spacing:-.03em;text-shadow:0 4px 28px rgba(0,0,0,.38)}.venue-hero-copy{max-width:620px;margin-top:1.1rem;color:#f5eee3;font-size:clamp(1rem,1.5vw,1.12rem);line-height:1.62;text-shadow:none}.venue-hero-actions{gap:.65rem;margin-top:1.65rem}.venue-hero-primary,.venue-hero-secondary,.venue-hero-tertiary{min-height:50px;border-radius:10px}.venue-hero-primary{box-shadow:0 12px 30px #0311094d}.venue-hero-highlights{max-width:690px;gap:.5rem;margin-top:1.4rem}.venue-hero-highlights li{border-color:#f6edde3d;border-radius:999px;background:#fffdf817;color:#fffaf1;font-size:.8rem}.features-wrap{padding-top:2.4rem;padding-bottom:.6rem}.features{gap:1.25rem;margin-top:0}.feature-card{border:1px solid #ece4d8;border-radius:16px;background:#fff;box-shadow:0 16px 38px #20372717}.feature-img{height:205px}.feature-caption{padding:.9rem 1rem;color:#173826;font-family:Georgia,Times New Roman,serif;font-size:1.02rem}@media (max-width: 700px){.site-header .container{min-height:60px;padding:.35rem .65rem}.site-header .brand{gap:.45rem}.site-header .brand-icon{width:44px;height:44px;max-width:44px;max-height:44px}.brand-copy strong{font-size:.8rem}.brand-copy small{margin-top:.18rem;font-size:.52rem}.venue-hero{min-height:690px;align-items:flex-end}.venue-hero-image{object-position:61% center;filter:brightness(.82) saturate(.84) contrast(1.08)}.venue-hero-overlay{background:linear-gradient(180deg,#05160d38,#06190fb8 36%,#05160df5)}.venue-hero-content{width:100%;padding:7rem 1rem 1.25rem}.venue-hero-content:before{top:4.2rem;right:.65rem;bottom:.65rem;left:.65rem;width:auto;border-radius:20px;background:linear-gradient(155deg,#071d11c2,#071d11ed);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.venue-hero-eyebrow{font-size:.68rem;letter-spacing:.07em}.venue-hero h1{font-size:clamp(2.08rem,9.5vw,2.8rem);line-height:1.04}.venue-hero-copy{margin-top:.9rem;font-size:.95rem;line-height:1.52}.venue-hero-actions{margin-top:1.2rem}.venue-hero-highlights{margin-top:1.1rem}.venue-hero-highlights li{font-size:.72rem}.features-wrap{padding-top:1.5rem}.feature-img{height:190px}}@media (max-width: 360px){.brand-copy{display:none}.venue-hero{min-height:680px}.venue-hero h1{font-size:2rem}}.venue-hero-content:before{content:none}.venue-hero-image{filter:brightness(.97) saturate(.94) contrast(1.05)}.venue-hero-overlay{background:linear-gradient(90deg,#05160dc7,#071d1194 48%,#071d111f 80%,#071d1133),linear-gradient(0deg,#06180e80,#06180e08,#06180e33)}.venue-hero h1{text-shadow:0 3px 12px rgba(0,0,0,.72),0 12px 36px rgba(0,0,0,.42)}.venue-hero-copy{text-shadow:0 2px 14px rgba(0,0,0,.82)}.venue-hero-eyebrow{background:#071d1194;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.venue-hero-highlights li{background:#071d1185;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media (max-width: 700px){.venue-hero-image{filter:brightness(.91) saturate(.9) contrast(1.06)}.venue-hero-overlay{background:linear-gradient(180deg,#05160d14,#06190f61 35%,#05160dc7 68%,#05160de8)}}.content-studio{--studio-ink:#17362b;--studio-green:#1e5e45;--studio-leaf:#4b8462;--studio-cream:#f8f5ee;--studio-sand:#e5d8c4;--studio-wine:#8e3f4e;--studio-border:#e7e1d8;color:var(--studio-ink);padding-bottom:1rem}.studio-hero{background:radial-gradient(circle at 88% 12%,rgba(214,183,112,.35),transparent 26%),linear-gradient(118deg,#12382b,#265c45 57%,#704b38);border-radius:18px;padding:2.4rem 2.5rem;color:#fff;display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;overflow:hidden;position:relative;box-shadow:0 15px 35px #14392b29}.studio-hero:after{content:"✦";position:absolute;right:22%;top:-2.9rem;font-size:12rem;opacity:.08;line-height:1}.studio-hero>div,.studio-hero>button{position:relative;z-index:1}.studio-eyebrow{font-size:.7rem!important;letter-spacing:.16em;font-weight:800;color:#eacb8e!important;margin:0 0 .65rem!important}.studio-hero h1{font-family:Georgia,Times New Roman,serif;font-size:2.35rem;letter-spacing:-.03em;color:#fff!important;margin:0 0 .45rem!important}.studio-hero p:not(.studio-eyebrow){max-width:580px;margin:0!important;color:#ffffffd1!important;font-size:.98rem}.studio-new-button,.studio-primary-button,.studio-secondary-button,.studio-danger-button{border:none;border-radius:8px;padding:.68rem 1rem;font:inherit;font-weight:700;cursor:pointer;transition:transform .15s,box-shadow .15s,background .15s}.studio-new-button,.studio-primary-button{background:#f5d49a;color:#234034;box-shadow:0 7px 18px #00000021}.studio-new-button:hover,.studio-primary-button:hover{transform:translateY(-1px);box-shadow:0 10px 22px #0000002b}.studio-new-button:disabled,.studio-primary-button:disabled,.studio-secondary-button:disabled,.studio-danger-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.studio-secondary-button{background:#f5f3ee;border:1px solid #ddd6ca;color:#35564a}.studio-secondary-button:hover{background:#ece8df}.studio-danger-button{background:#fff0f1;color:#a42740;border:1px solid #ffcbd4}.studio-danger-button:hover{background:#ffe3e7}.studio-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin:1.3rem 0}.studio-stats>div{background:#fff;border:1px solid var(--studio-border);border-radius:12px;padding:1rem 1.1rem;box-shadow:0 3px 10px #27372d09}.studio-stats span{display:block;color:#728277;text-transform:uppercase;font-size:.67rem;font-weight:800;letter-spacing:.08em;margin-bottom:.35rem}.studio-stats strong{font-size:1.55rem;color:var(--studio-ink);line-height:1}.studio-workflow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:.55rem;align-items:center;background:#fbfaf7;border:1px solid var(--studio-border);border-radius:12px;padding:1rem 1.25rem;margin-bottom:1.3rem}.studio-workflow>div{min-width:0}.studio-workflow span{width:1.4rem;height:1.4rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#d9eadc;color:#1f5a42;font-size:.72rem;font-weight:800;margin-bottom:.4rem}.studio-workflow strong{display:block;font-size:.82rem}.studio-workflow p{font-size:.72rem;color:#718075;line-height:1.35;margin:.18rem 0 0}.studio-workflow i{font-style:normal;color:#b4b3aa;font-weight:700}.studio-integrations{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem}.studio-integrations>div{border:1px solid var(--studio-border);border-radius:12px;background:#fff;padding:.95rem;display:grid;grid-template-columns:auto 1fr;column-gap:.7rem;align-items:center}.integration-icon{grid-row:span 2;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:7px;background:#e8f0ff;color:#3f6ed8;font-weight:800;font-size:1rem}.integration-icon.canva{background:linear-gradient(135deg,#7665ea,#19b6d9);color:#fff}.integration-icon.meta{background:#e9f2ff;color:#2371da;font-size:1.35rem}.studio-integrations strong{font-size:.8rem}.studio-integrations p{font-size:.71rem;color:#78837b;line-height:1.35;margin:.12rem 0 0}.integration-state{grid-column:2;font-size:.64rem;font-weight:700;margin-top:.35rem;color:#2f7153}.integration-state.pending{color:#a16d13}.studio-list-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1rem}.studio-list-header h2{font-family:Georgia,Times New Roman,serif;color:var(--studio-ink);font-size:1.35rem;margin:0}.studio-list-header p{color:#77847b;font-size:.84rem;margin:.2rem 0 0}.studio-filter{display:flex;align-items:center;gap:.5rem;color:#6c776e;font-size:.8rem}.studio-filter select{font:inherit;padding:.45rem .65rem;border:1px solid #ddd6ca;border-radius:7px;background:#fff;color:#35564a}.content-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.content-card{background:#fff;border:1px solid var(--studio-border);border-radius:13px;padding:1.1rem;box-shadow:0 3px 10px #27372d09;display:flex;flex-direction:column;min-width:0}.content-card-top{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.studio-status{display:inline-flex;align-items:center;border-radius:999px;padding:.23rem .6rem;font-size:.68rem;font-weight:800;letter-spacing:.01em}.studio-status-neutral{background:#f0f1ef;color:#59665f}.studio-status-amber{background:#fff4d8;color:#956211}.studio-status-green{background:#e2f4e8;color:#276645}.studio-status-blue{background:#e7f0ff;color:#2864aa}.studio-status-purple{background:#f0eafd;color:#674c9f}.studio-status-rose{background:#ffeaed;color:#a83a4c}.content-format{text-transform:uppercase;letter-spacing:.07em;font-size:.65rem;color:#7a847c;font-weight:800}.content-card h3{font-size:1rem;line-height:1.3;color:#253e34;margin:.8rem 0 .3rem}.content-meta{display:flex;gap:.35rem;flex-wrap:wrap;color:#7d877f;font-size:.72rem}.content-platforms{display:flex;gap:.4rem;flex-wrap:wrap;margin:.8rem 0}.platform-pill{font-size:.66rem;font-weight:700;padding:.22rem .48rem;border-radius:5px}.platform-instagram{color:#a03f74;background:#fff0f6}.platform-facebook{color:#2861ad;background:#edf4ff}.content-media{display:flex;gap:.35rem;align-items:baseline;flex-wrap:wrap;border:1px solid #eee9e0;background:#fbfaf7;border-radius:7px;padding:.55rem .65rem;font-size:.69rem;color:#68776d}.content-media a{color:#2b7251;font-weight:700;text-decoration:none}.content-media a:hover{text-decoration:underline}.content-media strong{font-weight:600;color:#4d5d54;overflow-wrap:anywhere}.content-overlay{border-left:3px solid #d6ad65;color:#6d5941;font-style:italic;font-size:.78rem;margin:.75rem 0 0;padding-left:.55rem}.content-caption{white-space:pre-line;color:#46564d;font-size:.78rem;line-height:1.55;margin:.75rem 0 .5rem;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.content-cta{font-size:.73rem;color:#2e6d50;font-weight:700;margin:0 0 .75rem}.content-feedback{display:flex;flex-direction:column;gap:.2rem;background:#f0f8f2;border-left:3px solid #61a578;border-radius:4px;padding:.55rem .65rem;font-size:.72rem;color:#416451;margin:0 0 .75rem}.content-feedback.needs-changes{background:#fff3f4;border-color:#cd6577;color:#884451}.content-results{display:flex;justify-content:space-between;border-top:1px solid #eee9e0;border-bottom:1px solid #eee9e0;padding:.55rem 0;margin:.1rem 0 .65rem}.content-results span{display:flex;flex-direction:column;gap:.1rem;color:#77837b;font-size:.65rem}.content-results strong{color:#2c5240;font-size:.86rem}.content-history{display:flex;flex-direction:column;gap:.2rem;margin-top:auto;color:#8a948c;font-size:.64rem;padding:.35rem 0}.content-actions{display:flex;justify-content:flex-end;gap:.5rem;padding-top:.65rem;flex-wrap:wrap}.content-actions button{border:1px solid #ded8ce;background:#fff;border-radius:6px;padding:.42rem .65rem;font:inherit;font-weight:700;font-size:.7rem;color:#526259;cursor:pointer}.content-actions button:hover{background:#f7f5f0}.content-actions .action-primary{background:#215f45;border-color:#215f45;color:#fff}.content-actions .action-primary:hover{background:#174c35}.content-actions .action-danger{color:#a53046;border-color:#f3bbc6;background:#fff7f8}.content-actions .action-danger:hover{background:#ffedf0}.content-awaiting-owner{align-self:center;color:#956211;font-size:.7rem;font-weight:800}.studio-empty{border:1.5px dashed #d9d2c6;background:#fbfaf7;border-radius:12px;text-align:center;padding:3rem 1.2rem;color:#748077}.studio-empty>span{font-size:1.5rem;color:#bf9450}.studio-empty h3{font-size:1rem;color:#355448;margin:.45rem 0}.studio-empty p{font-size:.82rem;max-width:430px;margin:.35rem auto 1rem}.studio-error{border:1px solid #ffcbd1;background:#fff1f3;color:#a42e42;border-radius:7px;padding:.65rem .75rem;font-size:.78rem}.studio-page-error{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.studio-page-error button{font:inherit;color:inherit;border:0;background:transparent;text-decoration:underline;cursor:pointer}.studio-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;background:#10231a94;padding:1rem;display:flex;align-items:center;justify-content:center;overflow-y:auto}.studio-modal{width:min(760px,100%);max-height:calc(100vh - 2rem);background:#fff;border-radius:16px;box-shadow:0 22px 70px #0000004d;display:flex;flex-direction:column;overflow:hidden}.studio-modal-small{width:min(530px,100%)}.studio-modal-header{display:flex;align-items:flex-start;justify-content:space-between;background:linear-gradient(115deg,#143d2e,#275c46);color:#fff;padding:1.25rem 1.4rem}.studio-modal-header p{font-size:.65rem;letter-spacing:.12em;font-weight:800;color:#ecd49c;margin:0 0 .25rem}.studio-modal-header h2{font-family:Georgia,Times New Roman,serif;font-size:1.3rem;margin:0;color:#fff}.studio-icon-button{border:0;background:#ffffff1f;color:#fff;width:1.9rem;height:1.9rem;border-radius:50%;font-size:1.4rem;line-height:1;cursor:pointer}.studio-icon-button:hover{background:#ffffff3d}.studio-modal-body{padding:1.2rem 1.4rem;overflow-y:auto}.studio-modal-footer{display:flex;justify-content:flex-end;gap:.65rem;padding:1rem 1.4rem;border-top:1px solid #eee9e0;background:#fdfcf9}.studio-note{display:flex;gap:.55rem;align-items:flex-start;border:1px solid #e0eddf;background:#f5faf4;border-radius:8px;padding:.65rem .7rem;margin-bottom:1rem}.studio-note>span{display:inline-flex;align-items:center;justify-content:center;flex:0 0 1.3rem;height:1.3rem;border-radius:50%;background:#d9ead9;color:#2c6b49;font-size:.75rem;font-weight:800}.studio-note p{font-size:.72rem;line-height:1.45;color:#4f6858;margin:0;flex:1}.studio-text-button{padding:0;border:0;background:transparent;color:#216143;font:inherit;font-size:.7rem;font-weight:800;text-decoration:underline;white-space:nowrap;cursor:pointer}.studio-grid{display:grid;gap:.8rem}.studio-grid.two{grid-template-columns:1fr 1fr}.studio-field{display:flex;flex-direction:column;gap:.32rem;font-size:.74rem;font-weight:800;color:#526158;margin-bottom:.85rem}.studio-field>small{font-size:.64rem;color:#89938b;font-weight:500;line-height:1.3}.studio-field input,.studio-field select,.studio-field textarea{width:100%;border:1px solid #ded8ce;border-radius:7px;padding:.58rem .65rem;color:#293d33;font:inherit;font-size:.8rem;font-weight:500;outline:none;resize:vertical;background:#fff}.studio-field input:focus,.studio-field select:focus,.studio-field textarea:focus{border-color:#4a8766;box-shadow:0 0 0 3px #4a87661f}.studio-platform-options{display:flex;gap:.5rem}.studio-platform-options button{padding:.45rem .7rem;border:1px solid #dcd6cc;border-radius:7px;background:#fff;color:#637068;font:inherit;font-size:.75rem;font-weight:700;cursor:pointer}.studio-platform-options button.selected{background:#edf7ee;border-color:#5c9972;color:#225f43}.studio-dialog-copy{color:#56665d;line-height:1.55;font-size:.82rem;margin:0 0 1rem}.studio-metric-inputs{display:grid;grid-template-columns:1fr 1fr;gap:0 .8rem}@media (max-width:900px){.studio-stats{grid-template-columns:repeat(2,1fr)}.studio-workflow{grid-template-columns:1fr auto 1fr;row-gap:1rem}.studio-workflow i:nth-of-type(2){display:none}.studio-workflow>div:nth-last-child(1){grid-column:2}.studio-integrations,.content-card-grid{grid-template-columns:1fr}}@media (max-width:600px){.studio-hero{padding:1.5rem;align-items:flex-start;flex-direction:column}.studio-hero h1{font-size:1.9rem}.studio-new-button{width:100%}.studio-stats{gap:.65rem}.studio-stats>div{padding:.85rem}.studio-workflow{display:flex;align-items:stretch;flex-direction:column;padding:1rem}.studio-workflow i{transform:rotate(90deg);text-align:center}.studio-workflow i:nth-of-type(2){display:block}.studio-workflow>div:nth-last-child(1){grid-column:auto}.studio-list-header{align-items:flex-start;flex-direction:column}.studio-modal-backdrop{padding:0}.studio-modal{height:100vh;max-height:100vh;border-radius:0}.studio-grid.two,.studio-metric-inputs{grid-template-columns:1fr}.studio-modal-header,.studio-modal-body,.studio-modal-footer{padding-left:1rem;padding-right:1rem}.studio-modal-footer{flex-wrap:wrap}.studio-modal-footer .studio-primary-button{flex:1}.content-card{padding:1rem}}
