:root{--bg-primary:#f2eee4;--bg-secondary:#e9e4d5;--bg-dark-green:#2d4a3e;--bg-forest-dark:#1e3329;--bg-light-green:#eef2f0;--text-main:#2b3330;--text-muted:#5e6b65;--text-light:#f5f7f6;--accent-brown:#c4845c;--accent-brown-hover:#a86d45;--accent-green:#375347;--accent-gold:#e2a85c;--border-light:#dfdac8;--border-green:#2d4a3e26;--font-cursive:"Caveat", cursive;--font-serif:"Playfair Display", serif;--font-sans:"DM Sans", "Inter", sans-serif;--font-hindi:"Tiro Devanagari Hindi", serif;--shadow-sm:0 2px 8px #0000000a;--shadow-md:0 4px 20px #00000014;--shadow-lg:0 10px 40px #00000024;--transition:all .4s cubic-bezier(.16, 1, .3, 1);--radius:12px}*{box-sizing:border-box;scroll-behavior:smooth;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-primary);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}#root{width:100%;max-width:100%;min-height:100vh}a{color:inherit;transition:var(--transition);text-decoration:none}button{cursor:pointer;transition:var(--transition);background:0 0;border:none;font-family:inherit}img{max-width:100%;height:auto;display:block}address{font-style:normal}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes fadeIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(-8px)}}@keyframes kenburns{0%{transform:scale(1)}to{transform:scale(1.08)}}@keyframes particleDrift{0%,to{opacity:0;transform:translateY(0)translate(0)}10%{opacity:.6}90%{opacity:.3}to{opacity:0;transform:translateY(-120px)translate(20px)}}.animate-fade-in{animation:1s cubic-bezier(.16,1,.3,1) forwards fadeIn}.animate-float{animation:4s ease-in-out infinite float}.navbar{z-index:1000;-webkit-backdrop-filter:blur(12px);transition:var(--transition);background:#f2eee4d9;border-bottom:1px solid #2a3c360d;justify-content:space-between;align-items:center;padding:1.5rem 4rem;display:flex;position:fixed;top:0;left:0;right:0}.navbar.scrolled{box-shadow:var(--shadow-sm);padding:1rem 4rem}.brand-container{align-items:baseline;gap:.5rem;display:flex}.brand-logo{font-family:var(--font-serif);color:var(--bg-dark-green);font-size:1.8rem;font-weight:700}.brand-subtitle{font-family:var(--font-cursive);color:var(--accent-brown);font-size:1.2rem}.nav-links{align-items:center;gap:2.5rem;display:flex}.nav-link{font-family:var(--font-sans);color:var(--text-main);padding:.2rem 0;font-size:.95rem;font-weight:500;position:relative}.nav-link:after{content:"";background-color:var(--accent-brown);width:0;height:1.5px;transition:var(--transition);position:absolute;bottom:0;left:0}.nav-link:hover:after{width:100%}.nav-link:hover{color:var(--accent-brown)}.mobile-menu-btn{color:var(--bg-dark-green);font-size:1.5rem;display:none}.hero-section{min-height:100dvh;color:var(--text-light);background:var(--bg-forest-dark);--hero-focus-x:70%;--hero-zoom-x:72%;--hero-zoom-y:18%;justify-content:flex-start;align-items:center;padding:6rem 8% 4rem;display:flex;position:relative;overflow:hidden}.hero-media{z-index:0;position:absolute;inset:0}.hero-img{object-fit:cover;object-position:var(--hero-focus-x) top;width:100%;height:100%}.hero-img.kenburns{transform-origin:var(--hero-zoom-x) var(--hero-zoom-y);will-change:transform;animation:32s ease-out forwards kenburns}.hero-overlay-radial{background:radial-gradient(125% 95% at 22% 58%,#141e19db 0%,#141e196b 38%,#0000000f 62%,#0000 85%);position:absolute;inset:0}.hero-overlay-gradient{background:linear-gradient(90deg,#141e1994 0%,#141e1924 46%,#0000 68%),linear-gradient(#0000 0% 52%,#1e332973 100%);position:absolute;inset:0}.hero-particles{pointer-events:none;position:absolute;inset:0;overflow:hidden}.particle{width:3px;height:3px;left:calc(5% + (var(--i) * 5.2%));bottom:calc(10% + (var(--i) * 3%));animation:particleDrift calc(8s + var(--i) * .4s) ease-in-out infinite;animation-delay:calc(var(--i) * .35s);background:#ffffff80;border-radius:50%;position:absolute}.scroll-line{background:#ffffff73;width:1px;height:40px}.hero-content{z-index:2;text-align:left;flex-direction:column;gap:1.5rem;max-width:650px;display:flex;position:relative}.hero-cursive{font-family:var(--font-hindi);color:#f7d5b9;opacity:.95;margin-bottom:-1rem;font-size:3.5rem;line-height:1}.hero-title{font-family:var(--font-serif);letter-spacing:-2px;margin:0;font-size:5rem;font-weight:700;line-height:1.1}.hero-subtitle{font-family:var(--font-serif);opacity:.9;font-size:1.6rem;font-style:italic;font-weight:300;line-height:1.4}.hero-location{opacity:.85;align-items:center;gap:.5rem;font-size:1rem;display:flex}.hero-ctas{flex-wrap:wrap;gap:1.5rem;margin-top:1rem;display:flex}.btn-primary{background-color:var(--accent-brown);color:var(--text-light);box-shadow:var(--shadow-sm);border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2rem;font-weight:600;display:inline-flex}.btn-primary:hover{background-color:var(--accent-brown-hover);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-secondary{color:var(--text-light);-webkit-backdrop-filter:blur(4px);background:#ffffff1a;border:1px solid #fff6;border-radius:50px;padding:1rem 2rem;font-weight:600}.btn-secondary:hover{background:#fff3;border-color:#fffc;transform:translateY(-2px)}.scroll-indicator{z-index:2;opacity:.8;flex-direction:column;align-items:center;gap:.5rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-text{letter-spacing:3px;text-transform:lowercase;opacity:.7;font-size:.7rem;font-weight:500}.paper-grain{position:relative}.paper-grain:before{content:"";opacity:.04;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.story-quote{color:var(--accent-brown);border-left:3px solid var(--accent-brown);padding-left:1.2rem;font-style:italic;font-weight:500}.section-title em{font-style:italic;font-weight:400}.section{padding:8rem 8% 6rem;position:relative}.section-label{font-family:var(--font-cursive);color:var(--accent-brown);margin-bottom:.5rem;font-size:2.2rem;line-height:1}.section-title{font-family:var(--font-serif);color:var(--bg-dark-green);margin-bottom:2.5rem;font-size:3.2rem;font-weight:600;line-height:1.2}.story-section{background-color:var(--bg-primary);grid-template-columns:1.1fr .9fr;align-items:center;gap:6rem;display:grid}.story-content{text-align:left;flex-direction:column;display:flex}.story-text{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.15rem;line-height:1.8}.story-text p{margin-bottom:1.5rem}.story-images{height:520px;position:relative}.story-img-card img{object-fit:cover;width:100%;height:100%}.story-img-card.tertiary{z-index:4;width:45%;height:180px;top:42%;right:5%}.story-img-card{box-shadow:var(--shadow-md);border:4px solid var(--text-light);transition:var(--transition);border-radius:16px;position:absolute;overflow:hidden}.story-img-card:hover{box-shadow:var(--shadow-lg);transform:scale(1.03)translateY(-5px);z-index:10!important}.story-img-card.main{z-index:2;width:75%;height:320px;top:0;right:0}.story-img-card.secondary{z-index:3;width:60%;height:250px;bottom:0;left:0}.story-img-label{-webkit-backdrop-filter:blur(8px);color:var(--text-light);background:#0000008c;border-radius:8px;flex-direction:column;align-items:flex-start;padding:.5rem 1rem;font-size:.85rem;line-height:1.3;display:flex;position:absolute;bottom:.8rem;left:1rem;right:1rem}.story-img-label-title{font-weight:600}.story-img-label-subtitle{opacity:.8;font-size:.75rem}.stay-section{background-color:var(--bg-secondary)}.stay-intro{text-align:left;max-width:48rem;margin-bottom:3.5rem}.stay-intro-desc{color:var(--text-muted);max-width:36rem;margin-top:1.25rem;font-size:1.125rem;line-height:1.7}.stay-cards-row{grid-template-columns:1fr;gap:2rem;margin-bottom:5rem;display:grid}@media (width>=768px){.stay-cards-row{grid-template-columns:repeat(3,1fr);gap:2rem}}.stay-card{background:var(--bg-primary);border-radius:var(--radius);transition:var(--transition);text-align:left;overflow:hidden;box-shadow:0 20px 40px -30px #2d4a3e66}.stay-card:hover{transform:translateY(-4px)}.stay-card-image-wrapper{aspect-ratio:4/5;position:relative;overflow:hidden}.stay-card-image{object-fit:cover;width:100%;height:100%;transition:transform 1.4s cubic-bezier(.16,1,.3,1)}.stay-card:hover .stay-card-image{transform:scale(1.05)}.stay-card-image-gradient{pointer-events:none;background:linear-gradient(#0000 50%,#1e332966);position:absolute;inset:0}.stay-card-content{padding:1.75rem}.stay-card-title{font-family:var(--font-serif);color:var(--bg-dark-green);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.stay-card-features{flex-direction:column;gap:.75rem;list-style:none;display:flex}.stay-card-feature-item{color:var(--text-muted);align-items:flex-start;gap:.75rem;font-size:.95rem;line-height:1.5;display:flex}.feature-dash{background:var(--accent-brown);flex-shrink:0;width:12px;height:4px;margin-top:.55rem;display:block}.comforts-sub-section{border-top:1px solid var(--border-light);text-align:left;padding-top:4rem}.comforts-heading{font-family:var(--font-serif);color:var(--bg-dark-green);margin-bottom:2rem;font-size:1.75rem;font-weight:600}.comforts-icon-row{grid-template-columns:repeat(2,1fr);gap:1.5rem 1rem;display:grid}@media (width>=640px){.comforts-icon-row{grid-template-columns:repeat(4,1fr)}}@media (width>=1024px){.comforts-icon-row{grid-template-columns:repeat(8,1fr)}}.comfort-icon-item{color:var(--bg-dark-green);flex-direction:column;align-items:flex-start;gap:.5rem;display:flex}.comfort-icon-item svg{color:var(--bg-dark-green)}.comfort-icon-item span{font-size:.875rem;line-height:1.3}.comforts-cta-container{justify-content:flex-start;margin-top:2.5rem;display:flex}.cafe-section{background-color:var(--bg-dark-green);color:var(--text-light);position:relative;overflow:hidden}.cafe-bg{opacity:.3;pointer-events:none;position:absolute;inset:0}.cafe-bg img{object-fit:cover;width:100%;height:100%}.cafe-bg-gradient{background:linear-gradient(#1e3329d9,#2d4a3ecc 50%,#1e3329f2);position:absolute;inset:0}.cafe-inner{z-index:1;grid-template-columns:1fr;gap:3rem;max-width:1280px;margin:0 auto;display:grid;position:relative}@media (width>=1024px){.cafe-inner{grid-template-columns:7fr 5fr;align-items:start;gap:3rem}}.cafe-label{color:var(--accent-brown)}.cafe-content{text-align:left;flex-direction:column;display:flex}.cafe-title{color:var(--text-light)}.cafe-highlight{font-family:var(--font-cursive);color:#f7d5b9;margin:.5rem 0 1.5rem;font-size:2rem;line-height:1.3}.cafe-text{opacity:.85;margin-bottom:2rem;font-size:1.15rem;line-height:1.8}.cafe-text p{margin-bottom:1.5rem}.cafe-badges{gap:2rem;margin-top:1rem;display:flex}.cafe-badge{opacity:.9;align-items:center;gap:.5rem;font-size:.95rem;display:flex}.cafe-badge-dot{background-color:#f7d5b9;border-radius:50%;width:6px;height:6px}.cafe-menu-card{-webkit-backdrop-filter:blur(10px);text-align:left;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:3rem}.menu-card-title{font-family:var(--font-serif);color:#f7d5b9;border-bottom:1px solid #ffffff1a;margin-bottom:2rem;padding-bottom:.8rem;font-size:1.8rem}.menu-items-list{flex-direction:column;gap:1.8rem;display:flex}.menu-item{flex-direction:column;gap:.3rem;display:flex}.menu-item-header{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.menu-item-name{font-family:var(--font-serif);font-size:1.25rem;font-weight:500}.menu-item-spacer{border-bottom:1px dashed #fff3;flex-grow:1}.menu-item-label{font-family:var(--font-cursive);color:#f7d5b9;white-space:nowrap;font-size:1.3rem}.menu-item-desc{opacity:.7;font-size:.88rem;line-height:1.4}.explore-section{background-color:var(--bg-primary);text-align:left}.explore-header{max-width:650px;margin-bottom:4rem}.explore-desc{color:var(--text-muted);margin-top:-1rem;font-size:1.15rem;line-height:1.7}.menu-card-sub{font-family:var(--font-cursive);color:#f7d5b9b3;margin-top:-1.2rem;margin-bottom:1.5rem;font-size:1.4rem}.explore-bento{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (width>=768px){.explore-bento{grid-template-columns:repeat(12,1fr);grid-auto-rows:18rem}.explore-span-hero{grid-area:span 2/span 7}.explore-span-tall{grid-column:span 5}.explore-span-wide{grid-column:span 4}}.explore-card-link{color:inherit;height:100%;text-decoration:none;display:block}.explore-card-link:hover .explore-card-title{color:#f7d5b9}.explore-card{border-radius:var(--radius);height:18rem;box-shadow:var(--shadow-sm);transition:var(--transition);position:relative;overflow:hidden}@media (width>=768px){.explore-card{height:auto;min-height:0}}.explore-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.explore-card-img{object-fit:cover;width:100%;height:100%;transition:transform 1.5s cubic-bezier(.16,1,.3,1);position:absolute;inset:0}.explore-card:hover .explore-card-img{transform:scale(1.05)}.explore-card-gradient{pointer-events:none;background:linear-gradient(#0000 0%,#1e33294d 55%,#1e3329d9 100%);position:absolute;inset:0}.explore-card-content{z-index:1;height:100%;color:var(--text-light);flex-direction:column;justify-content:flex-end;padding:1.5rem 1.75rem;display:flex;position:relative}.explore-card-badge{letter-spacing:.25em;text-transform:uppercase;color:var(--accent-brown);align-items:center;gap:.5rem;margin-bottom:.25rem;font-size:.7rem;font-weight:600;display:inline-flex}.explore-card-title{font-family:var(--font-serif);margin-bottom:.35rem;font-size:1.5rem;font-weight:600;line-height:1.2}@media (width>=768px){.explore-card-title{font-size:1.75rem}}.explore-card-desc{opacity:.85;max-width:36ch;font-size:.875rem;line-height:1.45}.reviews-header{text-align:left;max-width:48rem;margin-bottom:3.5rem}.reviews-badge-line{color:var(--text-muted);margin-top:1.25rem;font-size:1.125rem;line-height:1.6}.reviews-marquee-wrap{margin:0 -8%;position:relative;overflow:hidden}.reviews-fade{z-index:2;pointer-events:none;width:6rem;position:absolute;top:0;bottom:0}.reviews-fade-left{background:linear-gradient(to right, var(--bg-secondary), transparent);left:0}.reviews-fade-right{background:linear-gradient(to left, var(--bg-secondary), transparent);right:0}.marquee-track{width:max-content;animation:70s linear infinite marquee;display:flex}.marquee-track:hover{animation-play-state:paused}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.review-card{background:var(--bg-primary);border-radius:var(--radius);width:88vw;max-width:420px;box-shadow:none;border:1px solid var(--border-light);text-align:left;flex-direction:column;flex-shrink:0;justify-content:space-between;gap:1rem;margin:0 .75rem;padding:1.75rem;display:flex}@media (width>=640px){.review-card{width:420px}}.reviews-section .ratings-badges-row{max-width:1280px;margin:3.5rem auto 0;padding:0 8%}.reviews-section{background-color:var(--bg-secondary);text-align:center;overflow-x:hidden}.review-stars{color:var(--accent-brown);gap:.2rem;display:flex}.review-text{font-family:var(--font-serif);color:var(--text-main);margin:0;font-size:1.05rem;font-style:italic;line-height:1.75}.review-author{border-top:1px solid var(--border-light);justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.review-author-name{color:var(--bg-dark-green);font-size:.95rem;font-weight:600}.review-platform{text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);font-size:.75rem;font-weight:600}.ratings-badges-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:2.5rem;display:flex}.rating-badge{background:var(--bg-primary);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);border-radius:12px;align-items:center;gap:1.2rem;padding:1rem 2rem;display:flex}.rating-badge-value{font-family:var(--font-serif);color:var(--bg-dark-green);font-size:1.8rem;font-weight:700;line-height:1}.rating-badge-label{flex-direction:column;align-items:flex-start;line-height:1.3;display:flex}.rating-badge-platform{color:var(--bg-dark-green);font-size:.9rem;font-weight:600}.rating-badge-count{color:var(--text-muted);font-size:.78rem}.rating-and-counting{font-family:var(--font-cursive);color:var(--accent-brown);font-size:2rem}.location-section{background-color:var(--bg-primary);text-align:left;grid-template-columns:1fr 1fr;align-items:stretch;gap:5rem;display:grid}.location-content{flex-direction:column;justify-content:center;display:flex}.location-address-card{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:16px;align-items:center;gap:1rem;margin-bottom:2.5rem;padding:1.8rem;display:flex}.location-address-icon-box{background:var(--bg-primary);width:48px;height:48px;color:var(--accent-brown);box-shadow:var(--shadow-sm);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.location-address-text{font-family:var(--font-serif);color:var(--bg-dark-green);font-size:1.2rem;font-weight:500;line-height:1.4}.distances-table{border-collapse:collapse;width:100%;margin-bottom:2rem}.distances-row{border-bottom:1px solid var(--border-light)}.distances-row:last-child{border-bottom:none}.distances-cell{padding:1.2rem 0;font-size:1.05rem}.distances-cell.location-name{font-family:var(--font-serif);color:var(--bg-dark-green);font-size:1.2rem;font-weight:500}.distances-cell.distance{color:var(--text-muted);text-align:center}.distances-cell.duration{color:var(--text-muted);text-align:right}.location-tip{color:var(--accent-brown);gap:.5rem;font-size:.95rem;font-style:italic;line-height:1.5;display:flex}.map-wrapper{min-height:450px;box-shadow:var(--shadow-md);border:1px solid var(--border-light);border-radius:24px;position:relative;overflow:hidden}.map-iframe{border:none;width:100%;height:100%;position:absolute;top:0;left:0}.book-section{background-color:var(--bg-secondary);text-align:center;position:relative;overflow:hidden}.book-bg{opacity:.06;pointer-events:none;position:absolute;inset:0}.book-bg img{object-fit:cover;width:100%;height:100%}.book-header,.book-container{z-index:1;position:relative}.form-textarea{border:none;border-bottom:1.5px solid var(--border-light);width:100%;color:var(--text-main);resize:vertical;min-height:80px;transition:var(--transition);background:0 0;outline:none;padding:.8rem 0;font-family:inherit;font-size:1.05rem}.form-textarea:focus{border-color:var(--accent-brown)}.form-success{color:#155724;border-radius:var(--radius);text-align:left;background:#d4edda;border:1px solid #c3e6cb;padding:1.5rem;font-weight:500}.contact-card-label.muted{color:var(--text-muted)}.booking-platforms{background:var(--bg-primary);border-radius:var(--radius);border:1px solid var(--border-light);padding:1.5rem 2rem}.booking-platforms-label{letter-spacing:2px;text-transform:uppercase;color:var(--text-muted);margin-bottom:.8rem;font-size:.75rem;font-weight:600}.booking-platforms-links{flex-wrap:wrap;gap:.75rem 1.25rem;display:flex}.platform-link{color:var(--accent-brown);align-items:center;gap:.35rem;font-size:.9rem;font-weight:600;display:inline-flex}.platform-link:hover{color:var(--accent-brown-hover)}.footer-nav{gap:1.5rem;display:flex}.nav-cta{padding:.6rem 1.5rem!important}.book-header{max-width:700px;margin:0 auto 4rem}.book-subtitle{color:var(--text-muted);margin-top:-1rem;font-size:1.15rem}.book-container{text-align:left;grid-template-columns:1.2fr .8fr;align-items:stretch;gap:4rem;display:grid}.booking-form-card{background:var(--bg-primary);box-shadow:var(--shadow-md);border:1px solid var(--border-light);border-radius:24px;padding:3.5rem}.booking-form-title{font-family:var(--font-serif);color:var(--bg-dark-green);margin-bottom:.5rem;font-size:1.8rem}.booking-form-subtitle{color:var(--text-muted);margin-bottom:2.5rem;font-size:.95rem}.form-grid{grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2.5rem;display:grid}.form-group{flex-direction:column;gap:.6rem;display:flex}.form-group.full-width{grid-column:span 2}.form-label{letter-spacing:1px;text-transform:uppercase;color:var(--text-muted);font-size:.75rem;font-weight:600}.form-input,.form-select{border:none;border-bottom:1.5px solid var(--border-light);width:100%;color:var(--text-main);transition:var(--transition);background:0 0;outline:none;padding:.8rem 0;font-family:inherit;font-size:1.05rem}.form-input:focus,.form-select:focus{border-color:var(--accent-brown)}.form-input::placeholder{color:#2b333059}.form-submit-btn{background-color:var(--accent-green);color:var(--text-light);box-shadow:var(--shadow-sm);border-radius:50px;align-items:center;gap:.6rem;padding:1.1rem 2.5rem;font-size:1rem;font-weight:600;display:inline-flex}.form-submit-btn:hover{background-color:var(--bg-dark-green);box-shadow:var(--shadow-md);transform:translateY(-2px)}.form-footer-note{color:var(--text-muted);margin-top:1.5rem;font-size:.85rem}.book-cta-card .booking-form-subtitle{margin-bottom:2rem}.book-cta-features{flex-direction:column;gap:1rem;margin-bottom:2rem;list-style:none;display:flex}.book-cta-features li{color:var(--text-muted);align-items:flex-start;gap:.75rem;font-size:.95rem;display:flex}.book-cta-features li svg{color:var(--accent-green);flex-shrink:0;margin-top:.1rem}a.form-submit-btn{text-decoration:none}.stayflexi-embed{border-radius:var(--radius);background:var(--bg-primary);border:1px solid var(--border-light);width:100%;box-shadow:var(--shadow-sm);overflow:hidden}.stayflexi-iframe{border:none;width:100%;height:720px;min-height:600px;display:block}.stayflexi-embed--full .stayflexi-iframe{height:calc(100vh - 180px);min-height:calc(100vh - 180px)}.stayflexi-fallback{color:var(--text-muted);text-align:center;background:var(--bg-secondary);border-top:1px solid var(--border-light);margin:0;padding:.75rem 1rem;font-size:.85rem}.stayflexi-fallback a{color:var(--accent-brown);align-items:center;gap:.25rem;font-weight:600;display:inline-flex}.stayflexi-fallback a:hover{color:var(--accent-brown-hover)}.book-page{background:var(--bg-primary);flex-direction:column;min-height:100vh;display:flex}.book-page-header{width:100%;max-width:1200px;margin:0 auto;padding:1.5rem 2rem 1rem}.book-page-back{color:var(--accent-brown);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.95rem;font-weight:600;display:inline-flex}.book-page-back:hover{color:var(--accent-brown-hover)}.book-page-title{font-family:var(--font-serif);color:var(--bg-dark-green);margin-bottom:.35rem;font-size:clamp(1.75rem,4vw,2.25rem)}.book-page-subtitle{color:var(--text-muted);font-size:.95rem}.book-page .stayflexi-embed{width:100%;max-width:1200px;box-shadow:none;background:0 0;border:none;flex:1;margin:0 auto 1.5rem;padding:0 1rem}.book-page .stayflexi-embed--full{border-radius:0}.direct-contact-column{flex-direction:column;gap:2rem;display:flex}.contact-card{background:var(--bg-primary);box-shadow:var(--shadow-sm);border:1px solid var(--border-light);transition:var(--transition);border-radius:20px;align-items:center;gap:1.5rem;padding:2.2rem;display:flex}.contact-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.contact-card.highlighted{background:var(--bg-dark-green);color:var(--text-light);border:none}.contact-card.highlighted .contact-icon-box{color:#f7d5b9;background:#ffffff1a}.contact-card.highlighted .contact-card-label{color:#f7d5b9}.contact-icon-box{background:var(--bg-secondary);width:56px;height:56px;color:var(--accent-brown);box-shadow:var(--shadow-sm);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-card-info{flex-direction:column;gap:.2rem;display:flex}.contact-card-label{font-family:var(--font-cursive);color:var(--accent-brown);font-size:1.3rem;line-height:1}.contact-card-title{font-family:var(--font-serif);font-size:1.5rem;font-weight:600}.contact-card-value{opacity:.85;font-size:1.1rem;font-weight:500}.footer{background-color:var(--bg-dark-green);color:var(--text-light);text-align:left;border-top:1px solid #ffffff0d;padding:5rem 8% 3rem}.footer-top{grid-template-columns:1.2fr .9fr .9fr;gap:5rem;margin-bottom:4rem;display:grid}.footer-brand{flex-direction:column;gap:1rem;display:flex}.footer-logo{font-family:var(--font-serif);color:var(--text-light);align-items:baseline;gap:.5rem;font-size:2.2rem;font-weight:700;display:flex}.footer-logo span{font-family:var(--font-cursive);color:#f7d5b9;font-size:1.3rem}.footer-tagline{font-family:var(--font-serif);opacity:.8;font-size:1.15rem;font-style:italic;line-height:1.5}.footer-column{flex-direction:column;gap:1.5rem;display:flex}.footer-heading{letter-spacing:2px;text-transform:uppercase;color:#f7d5b9;font-size:.75rem;font-weight:600}.footer-info-list{flex-direction:column;gap:1rem;list-style:none;display:flex}.footer-info-item{opacity:.85;align-items:flex-start;gap:.8rem;font-size:.95rem;line-height:1.5;display:flex}.footer-info-item svg{color:#f7d5b9;flex-shrink:0;margin-top:.2rem}.footer-bottom{opacity:.6;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.85rem;display:flex}.whatsapp-float{z-index:999;color:#fff;transition:var(--transition);background-color:#25d366;border-radius:50px;align-items:center;gap:.6rem;padding:.8rem 1.6rem;font-size:.95rem;font-weight:600;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 15px #25d36666}.whatsapp-float:hover{background-color:#20ba5a;transform:translateY(-3px)scale(1.02);box-shadow:0 6px 20px #25d36680}@media (prefers-reduced-motion:reduce){.hero-img.kenburns,.marquee-track{animation:none!important}}@media (width<=1024px){.navbar{padding:1.2rem 2rem}.navbar.scrolled{padding:.9rem 2rem}.hero-section{--hero-focus-x:74%;--hero-zoom-x:76%;--hero-zoom-y:16%}.hero-title{font-size:4rem}.story-section{grid-template-columns:1fr;gap:4rem}.story-images{width:100%;max-width:500px;height:400px;margin:0 auto}.story-img-card.tertiary{display:none}.location-section,.book-container,.footer-top{grid-template-columns:1fr;gap:3rem}}@media (width<=768px){.section{padding:5rem 5% 4rem}.hero-section{--hero-focus-x:78%;--hero-zoom-x:80%;--hero-zoom-y:14%;align-items:flex-end;padding:5.5rem 5%}.hero-overlay-radial{background:radial-gradient(110% 75% at 50% 92%,#141e19e6 0%,#141e1961 42%,#0000 68%)}.hero-overlay-gradient{background:linear-gradient(#0000 42%,#141e1947 62%,#141e19c7 100%),linear-gradient(90deg,#141e1933 0%,#0000 55%)}.hero-content{max-width:100%}.hero-title{font-size:3.2rem}.hero-subtitle{font-size:1.3rem}.hero-cursive{font-size:2.8rem}.section-title{margin-bottom:2rem;font-size:2.4rem}.nav-links{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:999;background:#f2eee4fa;flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:2rem;display:none;position:fixed;inset:0}.nav-links.active{display:flex}.nav-links .nav-link{font-size:1.25rem}.mobile-menu-btn{z-index:1001;display:block;position:relative}.booking-form-card{padding:2rem 1.5rem}.form-grid{grid-template-columns:1fr;gap:1.5rem}.form-group.full-width{grid-column:span 1}.stayflexi-iframe{height:600px;min-height:500px}.stayflexi-embed--full .stayflexi-iframe{height:calc(100vh - 160px);min-height:calc(100vh - 160px)}.book-page-header{padding:1.25rem 1rem .75rem}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}@media (width>=1440px){.hero-section{--hero-focus-x:66%;--hero-zoom-x:68%;--hero-zoom-y:17%}}@media (width>=1800px){.hero-section{--hero-focus-x:62%;--hero-zoom-x:64%}}@media (width<=480px){.hero-section{--hero-focus-x:82%;--hero-zoom-x:84%;--hero-zoom-y:12%;padding-bottom:4.5rem}}@media (width<=380px){.hero-section{--hero-focus-x:86%;--hero-zoom-x:88%}}@media (height<=520px) and (orientation:landscape){.hero-section{--hero-focus-x:72%;--hero-zoom-x:74%;--hero-zoom-y:12%;align-items:center;padding:4.5rem 6% 3rem}.hero-overlay-radial{background:radial-gradient(90% 100% at 24%,#141e19e0 0%,#141e1966 40%,#0000 70%)}.hero-overlay-gradient{background:linear-gradient(90deg,#141e19a6 0%,#141e1926 50%,#0000 72%),linear-gradient(#0000 0%,#1e332959 100%)}.hero-title{font-size:2.6rem}.hero-subtitle{font-size:1.1rem}.hero-cursive{font-size:2.2rem}.scroll-indicator{bottom:1rem}}.ig-card--link{color:inherit;text-decoration:none;display:block}.ig-gallery-preview{padding-bottom:4rem}.ig-preview-spotlight{z-index:1;max-width:1280px;margin:0 auto 2.5rem;padding:0 8%;position:relative}.ig-preview-hero-grid{grid-template-columns:1.4fr 1fr;gap:1rem;min-height:340px;display:grid}.ig-preview-scroll-wrap{z-index:1;max-width:1280px;margin:0 auto 2rem;padding:0 8%;position:relative}.ig-preview-scroll-label{font-family:var(--font-cursive);color:var(--accent-gold);margin-bottom:1rem;font-size:1.5rem}.ig-preview-scroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;grid-auto-columns:minmax(200px,240px);grid-auto-flow:column;gap:1rem;padding-bottom:.75rem;display:grid;overflow-x:auto}.ig-preview-scroll .ig-card{scroll-snap-align:start;min-height:280px}.ig-preview-categories{z-index:1;flex-wrap:wrap;justify-content:center;gap:.55rem;max-width:1280px;margin:0 auto 2rem;padding:0 8%;display:flex;position:relative}.ig-preview-cat-chip{color:#ffffffd9;transition:var(--transition);background:#ffffff0d;border:1px solid #ffffff26;border-radius:999px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.85rem;display:inline-flex}.ig-preview-cat-chip:hover{color:#fff;background:#ffffff1f;transform:translateY(-1px)}.ig-preview-cat-chip--winter{background:#5a8fb026;border-color:#5a8fb066}.ig-preview-cta{z-index:1;text-align:center;flex-direction:row;justify-content:space-around;padding:0 8%;display:flex;position:relative}.ig-gallery-explore-btn{background:var(--text-light);color:var(--bg-forest-dark);transition:var(--transition);border-radius:999px;align-items:center;gap:.6rem;padding:.95rem 2rem;font-size:.95rem;font-weight:600;display:inline-flex;box-shadow:0 4px 24px #0003}.ig-gallery-explore-btn:hover{background:#fff;transform:translateY(-2px);box-shadow:0 8px 32px #00000047}.ig-preview-follow{color:#f5f7f6a6;transition:var(--transition);align-items:center;gap:.5rem;margin-top:1.25rem;font-size:.88rem;display:inline-flex}.ig-preview-follow:hover{color:var(--accent-gold)}.gallery-page{background:var(--bg-forest-dark);min-height:100vh}.gallery-page-header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1e3329eb;border-bottom:1px solid #ffffff14;position:sticky;top:0}.gallery-page-header-inner{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:1rem 8%;display:flex}.gallery-page-back{color:#f5f7f6d9;align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;display:inline-flex}.gallery-page-back:hover{color:var(--accent-gold)}.gallery-page-nav{align-items:center;gap:1.5rem;display:flex}.gallery-page-nav a{color:#f5f7f6b3;font-size:.9rem}.gallery-page-nav a:hover{color:#fff}.gallery-page-book{background:var(--accent-brown);border-radius:999px;padding:.45rem 1rem;font-weight:600;color:#fff!important}.gallery-page-book:hover{background:var(--accent-brown-hover)}.gallery-page-footer{text-align:center;color:#f5f7f673;border-top:1px solid #ffffff0f;padding:2.5rem 8%;font-size:.88rem}.gallery-page-footer a{color:var(--accent-gold)}.ig-gallery-full{padding-top:2rem}.ig-gallery-stats{color:#f5f7f680;flex-wrap:wrap;justify-content:center;gap:.65rem;margin-top:1.25rem;font-size:.88rem;display:flex}.ig-gallery-section{background:linear-gradient(180deg, var(--bg-forest-dark) 0%, #243830 40%, var(--bg-dark-green) 100%);color:var(--text-light);padding-bottom:5rem;position:relative;overflow:hidden}.ig-snow-field{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.ig-snowflake{color:#ffffff80;animation:linear infinite particleDrift;position:absolute;bottom:-20px}.ig-gallery-section .section-label{color:var(--accent-gold)}.ig-gallery-section .section-title{color:var(--text-light)}.ig-gallery-header{z-index:1;text-align:center;max-width:720px;margin:0 auto 3.5rem;padding:0 8%;position:relative}.ig-gallery-desc{color:#f5f7f6b8;margin-top:1rem;font-size:1.05rem;line-height:1.7}.ig-winter-spotlight{z-index:1;max-width:1280px;margin:0 auto 4rem;padding:0 8%;position:relative}.ig-winter-spotlight-header{margin-bottom:2rem}.ig-winter-badge{letter-spacing:.04em;text-transform:uppercase;color:#ffffffe6;background:#ffffff14;border:1px solid #ffffff26;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.45rem 1rem;font-size:.85rem;display:inline-flex}.ig-winter-title{font-family:var(--font-serif);color:var(--text-light);margin-bottom:.75rem;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:500}.ig-winter-subtitle{color:#f5f7f6a6;max-width:580px;line-height:1.65}.ig-winter-hero-grid{grid-template-columns:1.4fr 1fr;gap:1rem;min-height:420px;margin-bottom:1rem;display:grid}.ig-winter-hero-side{grid-template-rows:1fr 1fr;gap:1rem;display:grid}.ig-winter-strip{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.ig-card{border-radius:var(--radius);cursor:pointer;text-align:left;background:#0000004d;border:none;min-height:200px;padding:0;transition:transform .45s cubic-bezier(.16,1,.3,1),box-shadow .45s;position:relative;overflow:hidden}.ig-card:hover{transform:translateY(-4px)scale(1.01);box-shadow:0 16px 48px #00000059}.ig-card--large{min-height:100%}.ig-card--wide{min-height:180px}.ig-card--winter{box-shadow:0 0 0 1px #ffffff14}.ig-card-img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1);position:absolute;inset:0}.ig-card:hover .ig-card-img{transform:scale(1.06)}.ig-card-overlay{background:linear-gradient(#0000 30%,#0f191459 55%,#0f1914eb 100%);transition:opacity .4s;position:absolute;inset:0}.ig-card-reel-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);letter-spacing:.03em;text-transform:uppercase;color:#fff;z-index:2;background:#0000008c;border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .7rem;font-size:.75rem;font-weight:600;display:inline-flex;position:absolute;top:.85rem;left:.85rem}.ig-card-snow-badge{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#ffffffe6;z-index:2;background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:absolute;top:.85rem;right:.85rem}.ig-card-caption{z-index:2;padding:1.25rem;position:absolute;bottom:0;left:0;right:0}.ig-card-caption p{color:#ffffffeb;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.6rem;font-size:.88rem;line-height:1.45;display:-webkit-box;overflow:hidden}.ig-card-stats{color:#ffffffa6;flex-wrap:wrap;gap:.75rem;font-size:.78rem;display:flex}.ig-card-stats span{align-items:center;gap:.3rem;display:inline-flex}.ig-filters-wrap{z-index:1;max-width:1280px;margin:0 auto 2rem;padding:0 8%;position:relative}.ig-filters{flex-wrap:wrap;justify-content:center;gap:.6rem;display:flex}.ig-filter-pill{color:#fffc;font-size:.88rem;font-family:var(--font-sans);transition:var(--transition);background:#ffffff0f;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:.45rem;padding:.55rem 1.1rem;display:inline-flex}.ig-filter-pill:hover{color:#fff;background:#ffffff1f}.ig-filter-pill.active{background:var(--accent-brown);border-color:var(--accent-brown);color:#fff}.ig-filter-pill--winter.active{background:linear-gradient(135deg,#5a8fb0 0%,#3d6a8a 100%);border-color:#0000}.ig-filter-count{opacity:.7;background:#0003;border-radius:999px;padding:.1rem .45rem;font-size:.72rem}.ig-filter-desc{text-align:center;color:#f5f7f68c;margin-top:1rem;font-size:.92rem;font-style:italic}.ig-masonry{z-index:1;columns:4;column-gap:1rem;max-width:1280px;margin:0 auto;padding:0 8%;position:relative}.ig-masonry .ig-card{break-inside:avoid;width:100%;min-height:240px;margin-bottom:1rem;display:block}.ig-masonry .ig-card--large{min-height:360px}.ig-gallery-footer{z-index:1;text-align:center;margin-top:3.5rem;padding:0 8%;position:relative}.ig-follow-btn{color:#fff;transition:var(--transition);background:linear-gradient(135deg,#c4845c 0%,#a86d45 100%);border-radius:999px;align-items:center;gap:.65rem;padding:.9rem 1.75rem;font-size:.95rem;font-weight:600;display:inline-flex;box-shadow:0 4px 24px #c4845c59}.ig-follow-btn:hover{transform:translateY(-2px);box-shadow:0 8px 32px #c4845c73}.ig-gallery-note{color:#f5f7f673;margin-top:1rem;font-size:.85rem}.ig-lightbox{z-index:9999;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a120ff0;justify-content:center;align-items:center;padding:1.5rem;animation:.3s forwards fadeIn;display:flex;position:fixed;inset:0}.ig-lightbox-close{z-index:10;color:#fff;width:44px;height:44px;transition:var(--transition);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:1.25rem;right:1.25rem}.ig-lightbox-close:hover{background:#fff3}.ig-lightbox-nav{z-index:10;color:#fff;width:48px;height:48px;transition:var(--transition);background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ig-lightbox-nav:hover{background:#ffffff2e}.ig-lightbox-nav--prev{left:1rem}.ig-lightbox-nav--next{right:1rem}.ig-lightbox-inner{width:100%;max-width:1100px;max-height:90vh;box-shadow:var(--shadow-lg);background:#1a2822;border-radius:16px;grid-template-columns:1fr 340px;gap:0;display:grid;overflow:hidden}.ig-lightbox-media{background:#0d1512;justify-content:center;align-items:center;min-height:400px;display:flex;position:relative}.ig-lightbox-img,.ig-lightbox-video{object-fit:contain;width:100%;max-width:100%;max-height:85vh}.ig-lightbox-slide{color:#fff;width:36px;height:36px;transition:var(--transition);background:#00000073;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ig-lightbox-slide:hover{background:#000000a6}.ig-lightbox-slide--prev{left:.75rem}.ig-lightbox-slide--next{right:.75rem}.ig-lightbox-dots{gap:.4rem;display:flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.ig-lightbox-dots span{width:6px;height:6px;transition:var(--transition);background:#ffffff59;border-radius:50%}.ig-lightbox-dots span.active{background:#fff;border-radius:999px;width:18px}.ig-lightbox-meta{color:var(--text-light);flex-direction:column;gap:1rem;padding:1.75rem;display:flex;overflow-y:auto}.ig-lightbox-meta-header{color:var(--accent-gold);align-items:center;gap:.6rem;font-weight:600;display:flex}.ig-lightbox-caption{color:#f5f7f6d9;flex:1;font-size:.92rem;line-height:1.65}.ig-lightbox-date{color:#f5f7f673;font-size:.8rem}.ig-lightbox-instagram-link{color:var(--accent-brown);align-items:center;gap:.4rem;margin-top:auto;font-size:.88rem;font-weight:600;display:inline-flex}.ig-lightbox-instagram-link:hover{color:var(--accent-gold)}@media (width<=1024px){.ig-winter-hero-grid{grid-template-columns:1fr;min-height:auto}.ig-winter-hero-side{grid-template-rows:auto;grid-template-columns:1fr 1fr}.ig-winter-strip{grid-template-columns:1fr 1fr}.ig-masonry{columns:3}.ig-lightbox-inner{grid-template-columns:1fr;max-height:95vh;overflow-y:auto}.ig-lightbox-media{min-height:280px}}@media (width<=640px){.ig-preview-hero-grid{grid-template-columns:1fr;min-height:auto}.ig-winter-hero-side,.ig-winter-strip{grid-template-columns:1fr}.ig-masonry{columns:2;column-gap:.65rem}.ig-masonry .ig-card{min-height:180px;margin-bottom:.65rem}.ig-filters{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;justify-content:flex-start;padding-bottom:.5rem;overflow-x:auto}.ig-filter-pill{flex-shrink:0}.ig-lightbox-nav{display:none}.ig-lightbox-meta{padding:1.25rem}}.guide-layout{background:var(--bg-primary);min-height:100vh;color:var(--text-main)}.guide-header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light);background:#f2eee4eb;position:sticky;top:0}.guide-header-inner{justify-content:space-between;align-items:center;gap:1rem;max-width:760px;margin:0 auto;padding:1rem 1.5rem;display:flex}.guide-back{color:var(--bg-dark-green);align-items:center;gap:.5rem;font-weight:600;display:inline-flex}.guide-header-nav{align-items:center;gap:1.25rem;font-size:.9rem;display:flex}.guide-header-nav a{color:var(--text-muted);font-weight:500}.guide-header-nav a:hover{color:var(--accent-brown)}.guide-header-cta{background:var(--bg-dark-green);border-radius:50px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-weight:600;display:inline-flex;color:var(--text-light)!important}.guide-header-cta:hover{background:var(--bg-forest-dark)}.guide-article{max-width:760px;margin:0 auto;padding:2.5rem 1.5rem 4rem}.guide-hero-img{aspect-ratio:16/9;object-fit:cover;border-radius:var(--radius);width:100%;margin-bottom:2rem}.guide-meta{color:var(--text-muted);flex-wrap:wrap;gap:.75rem 1.5rem;margin-bottom:1rem;font-size:.875rem;display:flex}.guide-article h1{font-family:var(--font-serif);color:var(--bg-dark-green);margin-bottom:1rem;font-size:clamp(2rem,5vw,2.75rem);font-weight:600;line-height:1.15}.guide-excerpt{color:var(--text-muted);border-left:3px solid var(--accent-brown);margin-bottom:2.5rem;padding-left:1.25rem;font-size:1.15rem;line-height:1.7}.guide-section{margin-bottom:2.5rem}.guide-section h2{font-family:var(--font-serif);color:var(--bg-dark-green);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.guide-section p{color:var(--text-main);margin-bottom:1rem;font-size:1.05rem;line-height:1.85}.guide-section ul{flex-direction:column;gap:.6rem;list-style:none;display:flex}.guide-section li{align-items:flex-start;gap:.75rem;font-size:1.05rem;line-height:1.6;display:flex}.guide-section li:before{content:"";background:var(--accent-brown);flex-shrink:0;width:12px;height:4px;margin-top:.55rem;display:block}.guide-cta-box{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:var(--radius);text-align:center;margin:3rem 0;padding:2rem}.guide-cta-box h3{font-family:var(--font-serif);color:var(--bg-dark-green);margin-bottom:.75rem;font-size:1.5rem}.guide-cta-box p{color:var(--text-muted);margin-bottom:1.25rem}.guide-cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.guide-related{border-top:1px solid var(--border-light);margin-top:2rem;padding-top:2.5rem}.guide-related h2{font-family:var(--font-serif);color:var(--bg-dark-green);margin-bottom:1.25rem;font-size:1.35rem}.guide-related-list{flex-direction:column;gap:.75rem;display:flex}.guide-related-list a{background:var(--bg-secondary);border-radius:var(--radius);color:var(--bg-dark-green);justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-weight:500;display:flex}.guide-related-list a:hover{background:var(--border-light);color:var(--accent-brown)}.guide-footer{border-top:1px solid var(--border-light);max-width:760px;color:var(--text-muted);margin:0 auto;padding:2rem 1.5rem 3rem;font-size:.95rem;line-height:1.7}.guide-footer a{color:var(--accent-brown);font-weight:600}.guides-index{max-width:960px;margin:0 auto;padding:2.5rem 1.5rem 4rem}.guides-index-header{margin-bottom:3rem}.guides-index-header .section-label{margin-bottom:.5rem;display:block}.guides-index-header h1{font-family:var(--font-serif);color:var(--bg-dark-green);margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem)}.guides-index-header p{color:var(--text-muted);max-width:42rem;font-size:1.1rem;line-height:1.7}.guides-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=640px){.guides-grid{grid-template-columns:repeat(2,1fr)}}.guide-card-link{background:var(--bg-secondary);border-radius:var(--radius);border:1px solid var(--border-light);transition:var(--transition);display:block;overflow:hidden}.guide-card-link:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.guide-card-img{aspect-ratio:16/10;object-fit:cover;width:100%}.guide-card-body{padding:1.25rem 1.5rem 1.5rem}.guide-card-body h2{font-family:var(--font-serif);color:var(--bg-dark-green);margin-bottom:.5rem;font-size:1.25rem}.guide-card-body p{color:var(--text-muted);margin-bottom:.75rem;font-size:.9rem;line-height:1.55}.guide-card-meta{color:var(--accent-brown);font-size:.8rem;font-weight:600}.explore-guides-cta{text-align:center;margin-top:2.5rem}.explore-guides-cta a{color:var(--accent-brown);align-items:center;gap:.5rem;font-size:1.05rem;font-weight:600;display:inline-flex}.explore-guides-cta a:hover{color:var(--accent-brown-hover)}.guide-home-cta{border:1.5px solid var(--bg-dark-green);background:0 0;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2rem;font-weight:600;display:inline-flex;color:var(--bg-dark-green)!important}.guide-home-cta:hover{background:var(--bg-dark-green);color:var(--text-light)!important}
