:root{--landing-color-primary:#94a396;--landing-color-primary-fg:#fdfcfb;--landing-color-secondary:#d4a39a;--landing-color-secondary-fg:#6b5e51;--landing-color-background:#f5f2ed;--landing-color-surface:#fdfcfb;--landing-color-text:#6b5e51;--landing-color-accent:#b8a898;--landing-radius-card:1.25rem;--landing-radius-btn:50px;--landing-transition-smooth:.4s cubic-bezier(.23,1,.32,1);--landing-font-heading:"Solway",serif;--landing-font-body:"Nunito",sans-serif}body{font-family:var(--landing-font-body);color:var(--landing-color-text);background:var(--landing-color-background);-webkit-font-smoothing:antialiased;line-height:1.6}h1{font-family:var(--landing-font-heading);color:#fff;font-size:3.5rem;font-weight:700;line-height:1.1}h2{font-family:var(--landing-font-heading);color:var(--landing-color-text);font-size:2.2rem;font-weight:700}h3{font-family:var(--landing-font-heading);font-size:1.4rem;font-weight:500}h4{font-family:var(--landing-font-heading);font-size:1.1rem;font-weight:500}p{font-size:1rem;line-height:1.7}.landing-container{max-width:1200px;margin:0 auto;padding:0 2rem}.landing-section-padding{padding:4rem 0}.landing-section-header{text-align:center;margin-bottom:3rem}.landing-section-header h2{margin-bottom:.75rem}.landing-section-header p{opacity:.7;max-width:500px;margin:0 auto}.landing-reveal{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(30px)}.landing-reveal.active{opacity:1;transform:translateY(0)}.landing-btn{border-radius:var(--landing-radius-btn);font-family:var(--landing-font-body);cursor:pointer;letter-spacing:.5px;border:none;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.landing-btn:hover{letter-spacing:1px}.landing-btn-primary{background:var(--landing-color-primary);color:var(--landing-color-primary-fg)}.landing-btn-primary:hover{filter:brightness(.9)}.landing-btn-outline{border:2px solid var(--landing-color-primary);color:var(--landing-color-primary);background:0 0}.landing-btn-outline:hover{background:var(--landing-color-primary);color:var(--landing-color-primary-fg)}.landing-btn-hero-outline{color:#fff;background:0 0;border:2px solid #fff9}.landing-btn-hero-outline:hover{background:#ffffff26;border-color:#fff}.landing-btn-full{justify-content:center;width:100%}.landing-navbar{z-index:1000;background:0 0;padding:1rem 0;transition:all .4s;position:fixed;top:0;left:0;right:0}.landing-navbar.scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--landing-radius-card);background:#94a396eb;padding:.5rem 0;top:.75rem;left:1.5rem;right:1.5rem;box-shadow:0 8px 32px #0000001f}.landing-navbar.scrolled .landing-nav-links a{color:#fff;opacity:.85}.landing-navbar.scrolled .landing-nav-links a:hover,.landing-navbar.scrolled .landing-nav-links a.active{opacity:1;color:#fff}.landing-navbar.scrolled .landing-nav-logo img{filter:brightness(0)invert();height:38px}.landing-navbar.scrolled .landing-nav-login-btn{border-color:var(--landing-color-secondary);color:var(--landing-color-secondary)}.landing-navbar.scrolled .landing-nav-login-btn:hover{background:var(--landing-color-secondary);border-color:var(--landing-color-secondary);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #d4a39a59}.landing-navbar.scrolled .landing-mobile-menu-btn{color:#fff}.landing-nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.landing-nav-logo img{width:auto;height:45px;transition:all .3s}.landing-nav-links{gap:2rem;margin:0;padding:0;list-style:none;display:flex}.landing-nav-links a{text-transform:uppercase;letter-spacing:1px;color:#fff;opacity:.85;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s}.landing-nav-links a:hover,.landing-nav-links a.active{opacity:1}.landing-nav-login-btn{border:1.5px solid var(--landing-color-secondary);border-radius:var(--landing-radius-btn);color:var(--landing-color-secondary);white-space:nowrap;background:0 0;align-items:center;gap:.4rem;padding:.5rem 1.2rem;font-size:.8rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.landing-nav-login-btn:hover{background:var(--landing-color-secondary);border-color:var(--landing-color-secondary);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #d4a39a59}.landing-mobile-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}.landing-hero-section{background:url(https://res.cloudinary.com/da2fwogvu/image/upload/f_auto,q_auto/v1771457834/tmpgj_7scm9_cpnfos.png) 95%/cover no-repeat;min-height:100vh;position:relative}.landing-hero-overlay{background:linear-gradient(90deg,#2a3a2ca6 0%,#2a3a2c73 30%,#2a3a2c1a 55%,#0000 70%);justify-content:flex-start;align-items:center;display:flex;position:absolute;inset:0}.landing-hero-content{text-align:left;color:#fff;max-width:650px;padding:2rem 2rem 2rem 6rem}.landing-hero-tags{text-transform:uppercase;letter-spacing:4px;color:var(--landing-color-secondary);margin-bottom:1.5rem;font-size:.8rem;display:block}.landing-hero-content h1{font-family:var(--landing-font-heading);color:#fff;text-shadow:0 2px 20px #0003;margin-bottom:1.5rem;font-size:3.5rem;font-weight:700;line-height:1.1}.landing-hero-tagline{opacity:.9;color:#ffffffe6;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.8}.landing-hero-actions{flex-wrap:wrap;justify-content:flex-start;gap:1rem;display:flex}.landing-about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.landing-about-image{border-radius:var(--landing-radius-card);overflow:hidden}.landing-about-image img{width:100%;height:auto;display:block}.landing-about-content h2{font-family:var(--landing-font-heading);color:var(--landing-color-primary);margin-bottom:1rem;font-size:2rem}.landing-about-content p{margin-bottom:1rem;line-height:1.7}.landing-about-content blockquote{font-family:var(--landing-font-heading);color:var(--landing-color-secondary);border-left:3px solid var(--landing-color-secondary);margin:1.5rem 0;padding-left:1.5rem;font-size:1.1rem;font-style:italic}.landing-collections-section{padding:6rem 0}.landing-collection-pillars{flex-wrap:wrap;justify-content:center;gap:1.5rem;max-width:1400px;margin:0 auto;padding:0 2rem;transition:opacity .4s,max-height .5s,margin .4s;display:flex;overflow:hidden}.landing-collection-pillars.collapsed{opacity:0;pointer-events:none;max-height:0;margin:0 auto}.landing-collection-card{cursor:pointer;flex:0 calc(33.333% - 1.5rem);position:relative}.landing-collection-card-img{border-radius:var(--landing-radius-card);aspect-ratio:3/4;overflow:hidden}.landing-collection-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.landing-collection-card:hover .landing-collection-card-img img{transform:scale(1.05)}.landing-collection-card-label{text-align:center;z-index:2;background:#d4a39a;width:fit-content;min-width:60%;margin-top:-1.5rem;margin-left:auto;margin-right:auto;padding:.75rem 1.5rem;position:relative}.landing-collection-card-label h3{color:#6b5e51;font-family:var(--landing-font-heading);letter-spacing:.25em;text-transform:uppercase;white-space:nowrap;margin:0;font-size:.85rem;font-weight:400;line-height:1.6}.landing-collection-gallery{max-width:1400px;margin:0 auto;padding:0 2rem;display:none}.landing-collection-gallery.open{animation:.5s landingFadeSlideUp;display:block}.landing-collection-gallery-header{align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.landing-collection-back-btn{border:1.5px solid var(--landing-color-primary);color:var(--landing-color-primary);font-family:var(--landing-font-body);cursor:pointer;background:0 0;border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;transition:background .3s,color .3s;display:inline-flex}.landing-collection-back-btn:hover{background:var(--landing-color-primary);color:#fff}.landing-collection-gallery-title{font-family:var(--landing-font-heading);color:var(--landing-color-text);font-size:1.6rem}.landing-justified-gallery{max-width:1400px;margin:0 auto}.landing-justified-row{gap:6px;margin-bottom:6px;display:flex}.landing-justified-row .landing-gallery-thumb{border-radius:calc(var(--landing-radius-card)/2);cursor:pointer;position:relative;overflow:hidden}.landing-justified-row .landing-gallery-thumb img{object-fit:cover;width:100%;height:280px;transition:transform .5s,filter .3s;display:block}.landing-justified-row .landing-gallery-thumb:hover img{transform:scale(1.05)}.landing-justified-row .landing-gallery-thumb.wide{flex:1.6}.landing-justified-row .landing-gallery-thumb.medium{flex:1.2}.landing-justified-row .landing-gallery-thumb.narrow{flex:.8}.landing-justified-row .landing-gallery-thumb.standard{flex:1}.landing-justified-row.tall .landing-gallery-thumb img{height:340px}.landing-justified-row.short .landing-gallery-thumb img{height:220px}@keyframes landingFadeSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.landing-package-tabs{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3rem;display:flex}.landing-pkg-tab{border-radius:var(--landing-radius-btn);background:var(--landing-color-surface);cursor:pointer;font-family:var(--landing-font-body);color:var(--landing-color-text);border:2px solid #0000;padding:.75rem 1.5rem;font-size:.85rem;font-weight:700;transition:all .3s}.landing-pkg-tab:hover{border-color:var(--landing-color-secondary);transform:translateY(-2px)}.landing-pkg-tab.active{background:var(--landing-color-secondary);color:#fff;border-color:var(--landing-color-secondary);box-shadow:0 4px 15px #d4a39a4d}.landing-pkg-panel{animation:.5s landingFadeIn;display:none}.landing-pkg-panel.active{display:block}.landing-pkg-card-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.landing-pkg-card{background:var(--landing-color-surface);border-radius:var(--landing-radius-card);text-align:center;transition:all var(--landing-transition-smooth);border:2px solid #0000;padding:2.5rem 2rem;position:relative;box-shadow:0 4px 20px #0000000a}.landing-pkg-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000014}.landing-pkg-card.featured{border-color:var(--landing-color-secondary);transform:scale(1.05)}.landing-pkg-card.featured:hover{transform:scale(1.05)translateY(-8px)}.landing-pkg-badge{background:var(--landing-color-secondary);color:#fff;border-radius:var(--landing-radius-btn);letter-spacing:1px;text-transform:uppercase;padding:.25rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.landing-pkg-name{font-family:var(--landing-font-heading);margin-bottom:.5rem;font-size:1.3rem;font-weight:700}.landing-pkg-divider{background:var(--landing-color-secondary);border-radius:3px;width:40px;height:3px;margin:1rem auto}.landing-pkg-price{font-family:var(--landing-font-heading);color:var(--landing-color-primary);margin:1.5rem 0;font-size:2.5rem;font-weight:700;line-height:1}.landing-pkg-features{text-align:left;margin:1.5rem 0;padding:0;list-style:none}.landing-pkg-features li{border-bottom:1px solid #6b5e5114;align-items:center;gap:.5rem;padding:.5rem 0;font-size:.95rem;display:flex}.landing-pkg-features li:last-child{border-bottom:none}.landing-pkg-features li svg{color:var(--landing-color-primary);flex-shrink:0;width:16px;height:16px}.landing-pkg-subtitle{text-align:center;opacity:.7;margin-bottom:2rem;font-size:.9rem}.landing-pkg-note{opacity:.7;text-align:center;margin-top:1.5rem;font-size:.85rem;font-style:italic}.landing-pkg-inquire-card{text-align:center;background:var(--landing-color-surface);border-radius:var(--landing-radius-card);max-width:500px;margin:0 auto;padding:4rem 2rem;box-shadow:0 4px 20px #0000000a}.landing-pkg-inquire-card svg{color:var(--landing-color-primary);margin-bottom:1rem}.landing-pkg-inquire-card h3{font-family:var(--landing-font-heading);color:var(--landing-color-text);margin-bottom:.75rem;font-size:1.5rem}.landing-pkg-inquire-card p{opacity:.7;max-width:400px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto}@keyframes landingFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.landing-reviews-marquee{padding:1rem 0;overflow:hidden}.landing-reviews-track{gap:1.5rem;width:max-content;animation:30s linear infinite landingMarqueeScroll;display:flex}.landing-reviews-track:hover{animation-play-state:paused}@keyframes landingMarqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.landing-review-card{background:var(--landing-color-surface);border-radius:var(--landing-radius-card);border:1px solid #94a39626;flex:0 0 360px;padding:2rem 2rem 1.5rem;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000d}.landing-review-card-accent{background:linear-gradient(to bottom,var(--landing-color-primary),var(--landing-color-secondary));border-radius:4px 0 0 4px;width:4px;height:100%;position:absolute;top:0;left:0}.landing-review-quote-icon{color:var(--landing-color-primary);opacity:.5;width:24px;height:24px;margin-bottom:.75rem}.landing-review-card blockquote{color:var(--landing-color-text);margin:0 0 1.25rem;font-size:.95rem;font-style:italic;line-height:1.7}.landing-review-author{border-top:1px solid #6b5e5114;align-items:center;gap:.75rem;padding-top:1rem;display:flex}.landing-review-author-avatar{background:var(--landing-color-primary);color:#fff;letter-spacing:.5px;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.7rem;font-weight:700;display:flex}.landing-review-author cite{color:var(--landing-color-text);font-size:.9rem;font-style:normal;font-weight:700}.landing-faq-list{max-width:700px;margin:0 auto}.landing-faq-item{border-bottom:1px solid #6b5e511a;padding:1.25rem 0}.landing-faq-question{color:var(--landing-color-text);cursor:pointer;justify-content:space-between;align-items:center;font-size:1.05rem;font-weight:700;transition:color .3s;display:flex}.landing-faq-item:hover .landing-faq-question{color:var(--landing-color-primary)}.landing-faq-question svg{color:var(--landing-color-accent);flex-shrink:0;width:20px;height:20px;transition:transform .3s}.landing-faq-item.open .landing-faq-question svg{color:var(--landing-color-primary);transform:rotate(180deg)}.landing-faq-answer{opacity:.8;max-height:0;font-size:.95rem;line-height:1.7;transition:max-height .4s,padding .4s;overflow:hidden}.landing-faq-item.open .landing-faq-answer{max-height:200px;padding-top:.75rem}.landing-contact-section{padding:4rem 2rem}.landing-contact-full{border-radius:var(--landing-radius-card);grid-template-columns:1fr 1.4fr;max-width:1200px;min-height:480px;margin:0 auto;display:grid;overflow:hidden;box-shadow:0 12px 40px #6b5e511a}.landing-contact-info{background:linear-gradient(135deg,var(--landing-color-primary),#7a8e7c);color:#fff;flex-direction:column;justify-content:center;padding:4rem 3.5rem;display:flex}.landing-contact-info h2{font-family:var(--landing-font-heading);color:#fff;margin-bottom:1rem;font-size:2.5rem}.landing-contact-info>p{opacity:.85;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.7}.landing-contact-details{flex-direction:column;gap:1.25rem;display:flex}.landing-contact-detail-item{opacity:.9;align-items:center;gap:.75rem;font-size:.95rem;display:flex}.landing-contact-detail-item svg{opacity:.7;flex-shrink:0;width:20px;height:20px}.landing-contact-form-wrap{background:var(--landing-color-surface);align-items:center;padding:3.5rem;display:flex}.landing-contact-form{width:100%;max-width:600px}.landing-form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.landing-form-group{margin-bottom:1.5rem}.landing-form-label{text-transform:uppercase;letter-spacing:.5px;color:var(--landing-color-text);margin-bottom:.5rem;font-size:.8rem;font-weight:700;display:block}.landing-form-input{background:var(--landing-color-surface);width:100%;font-family:var(--landing-font-body);color:var(--landing-color-text);border:1px solid #8b776533;border-radius:8px;padding:.85rem 1rem;font-size:.95rem;transition:border-color .3s}.landing-form-input:focus{border-color:var(--landing-color-primary);outline:none;box-shadow:0 0 0 3px #94a39626}.landing-form-select{background:var(--landing-color-surface);width:100%;font-family:var(--landing-font-body);color:var(--landing-color-text);appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236B5E51' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;border:1px solid #8b776533;border-radius:8px;padding:.85rem 2.5rem .85rem 1rem;font-size:.95rem;transition:border-color .3s}.landing-form-select:focus{border-color:var(--landing-color-primary);outline:none;box-shadow:0 0 0 3px #94a39626}.landing-form-textarea{resize:vertical;min-height:130px}.landing-footer{background:var(--landing-color-text);color:var(--landing-color-background);border-radius:0;margin:0;padding:3.5rem 2rem 1.5rem}.landing-footer-content{text-align:center;flex-direction:column;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.landing-footer-heading{font-family:var(--landing-font-heading);opacity:.9;margin-bottom:1rem;font-size:1rem;font-weight:600}.landing-footer-tagline{opacity:.55;font-size:.85rem;line-height:1.7}.landing-footer-info{opacity:.65;flex-wrap:wrap;justify-content:center;gap:1.5rem;font-size:.85rem;display:flex}.landing-footer-info-item{align-items:center;gap:.5rem;display:flex}.landing-footer-info-item svg{opacity:.7;flex-shrink:0;width:14px;height:14px}.landing-footer-bottom{text-align:center;border-top:1px solid #f5f2ed1f;max-width:1200px;margin:2.5rem auto 0;padding-top:1.5rem}.landing-footer-copyright{opacity:.4;font-size:.75rem}.landing-lightbox-overlay{z-index:2000;opacity:0;background:#000000eb;justify-content:center;align-items:center;transition:opacity .3s;display:none;position:fixed;inset:0}.landing-lightbox-overlay.active{opacity:1;display:flex}.landing-lightbox-overlay img{object-fit:contain;border-radius:8px;max-width:90vw;max-height:85vh}.landing-lightbox-close{color:#fff;cursor:pointer;z-index:2001;opacity:.7;background:0 0;border:none;font-size:2rem;position:fixed;top:1.5rem;right:1.5rem}.landing-lightbox-close:hover{opacity:1}.landing-lightbox-nav{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:fixed;top:50%;transform:translateY(-50%)}.landing-lightbox-nav:hover{background:#fff3}.landing-lightbox-prev{left:1.5rem}.landing-lightbox-next{right:1.5rem}.landing-lightbox-counter{color:#fff;opacity:.7;font-size:.9rem;position:fixed;top:1.5rem;left:1.5rem}@media (max-width:1024px){.landing-pkg-card-grid{grid-template-columns:repeat(2,1fr)}.landing-pkg-card-grid .landing-pkg-card:nth-child(3){grid-column:1/-1;max-width:50%;margin:0 auto}.landing-justified-row .landing-gallery-thumb img{height:220px}.landing-justified-row.tall .landing-gallery-thumb img{height:260px}.landing-justified-row.short .landing-gallery-thumb img{height:180px}}@media (max-width:900px){.landing-collection-card{flex:0 calc(50% - 1.5rem)}.landing-collection-card-label h3{letter-spacing:.2em;font-size:.75rem}}@media (max-width:768px){.landing-mobile-menu-btn{display:block}.landing-nav-links{background:var(--landing-color-primary);flex-direction:column;gap:1rem;padding:1.5rem 2rem;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 10px 30px #0000001a}.landing-nav-links.open{display:flex}.landing-nav-links a{color:#fff;opacity:.9}.landing-navbar.scrolled{left:.75rem;right:.75rem}.landing-nav-login-btn span{display:none}.landing-nav-login-btn{padding:.5rem}.landing-hero-content h1{font-size:2.2rem}.landing-hero-tagline{font-size:.95rem}.landing-hero-content{padding:2rem}.landing-hero-actions{justify-content:center}.landing-about-grid{grid-template-columns:1fr}.landing-justified-row .landing-gallery-thumb img{height:200px}.landing-justified-row.tall .landing-gallery-thumb img{height:240px}.landing-justified-row.short .landing-gallery-thumb img{height:160px}.landing-contact-section{padding:2rem 1rem}.landing-contact-full{grid-template-columns:1fr}.landing-contact-info{padding:3rem 2rem}.landing-contact-form-wrap{padding:2.5rem 2rem}.landing-footer-info{flex-direction:column;gap:.6rem}.landing-form-row,.landing-pkg-card-grid{grid-template-columns:1fr}.landing-pkg-card-grid .landing-pkg-card:nth-child(3){max-width:100%}.landing-pkg-card.featured{transform:none}.landing-pkg-card.featured:hover{transform:translateY(-8px)}.landing-section-padding{padding:3rem 0}.landing-review-card{flex:0 0 300px}}@media (max-width:600px){.landing-collection-pillars{gap:1rem}.landing-collection-card{flex:0 calc(50% - .5rem)}.landing-collection-card-label{min-width:70%;padding:.5rem 1rem;bottom:1rem}.landing-collection-card-label h3{letter-spacing:.15em;font-size:.65rem}.landing-collection-gallery-header{flex-direction:column;align-items:flex-start;gap:.75rem}}@media (max-width:480px){.landing-container{padding:0 1.25rem}.landing-section-padding{padding:3rem 0}.landing-package-tabs{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;overflow-x:auto}.landing-review-card{flex:0 0 280px}.landing-justified-row .landing-gallery-thumb img{height:140px}.landing-justified-row.tall .landing-gallery-thumb img{height:170px}.landing-justified-row.short .landing-gallery-thumb img{height:110px}.landing-justified-gallery{padding:0 1rem}.landing-hero-content h1{font-size:2rem}}
