:root{--primary:#2d4a22;--secondary:#c9a66b;--accent:#8b4513;--bg:#fdfaf6;--bg-rgb:253, 250, 246;--bg-alt:#f4f1ea;--text:#1a1a1a;--text-light:#4a4a4a;--white:#fff;--header-bg:#fdfaf6e6;--card-bg:#fff;--footer-bg:#111;--transition:all .6s cubic-bezier(.22, 1, .36, 1);--font-serif:"Playfair Display", serif;--font-sans:"Inter", sans-serif}.dark{--primary:#4a7c3a;--secondary:#d4b886;--accent:#a65d2a;--bg:#0f140d;--bg-rgb:15, 20, 13;--bg-alt:#1a1f18;--text:#f0f0f0;--text-light:#b0b0b0;--white:#fff;--header-bg:#0f140de6;--card-bg:#1a1f18;--footer-bg:#050805}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden}h1,h2,h3{font-family:var(--font-serif);font-weight:700}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 2rem}header{z-index:1000;width:100%;transition:var(--transition);padding:1.5rem 0;position:fixed;top:0;left:0}header.scrolled{background:var(--header-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0;box-shadow:0 2px 20px #0000000d}nav{justify-content:space-between;align-items:center;display:flex}.logo{font-family:var(--font-serif);letter-spacing:-.5px;color:var(--primary);font-size:1.5rem;font-weight:900}.nav-links{gap:2.5rem;display:flex}.nav-links a{text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:500;position:relative}.nav-links a:after{content:"";background:var(--secondary);width:0;height:2px;transition:var(--transition);position:absolute;bottom:-5px;left:0}.nav-links a:hover:after{width:100%}.cta-btn{background:var(--primary);color:var(--white);transition:var(--transition);border:1px solid var(--primary);border-radius:50px;padding:.8rem 2rem;font-size:.9rem;font-weight:600}.cta-btn:hover{color:var(--primary);background:0 0}.theme-toggle-btn{border:1px solid var(--primary);color:var(--primary);cursor:pointer;width:40px;height:40px;transition:var(--transition);background:0 0;border-radius:50%;justify-content:center;align-items:center;margin-left:1rem;display:flex}.theme-toggle-btn:hover{background:var(--primary);color:var(--white)}.hero{height:100vh;color:var(--white);align-items:center;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-bg img{object-fit:cover;filter:brightness(.7);width:100%;height:100%}.hero-content{z-index:2;max-width:800px;position:relative}.hero h1{opacity:0;margin-bottom:1.5rem;font-size:5rem;line-height:1.1;animation:1s .5s forwards fadeInUp;transform:translateY(30px)}.hero p{opacity:0;max-width:600px;margin-bottom:2.5rem;font-size:1.2rem;animation:1s .7s forwards fadeInUp;transform:translateY(30px)}.hero-btns{opacity:0;animation:1s .9s forwards fadeInUp;transform:translateY(30px)}.scroll-indicator{z-index:5;opacity:.7;flex-direction:column;align-items:center;gap:10px;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.mouse{border:2px solid var(--white);border-radius:20px;width:25px;height:40px;position:relative}.mouse:before{content:"";background:var(--secondary);border-radius:2px;width:4px;height:8px;animation:2s infinite mouseScroll;position:absolute;top:8px;left:50%;transform:translate(-50%)}@keyframes mouseScroll{0%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,15px)}}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.philosophy{text-align:center;background:var(--bg);margin-top:8rem;padding:15rem 0;position:relative;overflow:hidden}.gallery-background{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.gallery-bg-grid{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(3,1fr);gap:0;width:100%;height:100%;display:grid}.gallery-img{object-fit:cover;opacity:.8;width:100%;height:100%;transition:opacity .8s}.gallery-overlay{z-index:1;background:0 0;width:100%;height:100%;position:absolute;top:0;left:0}.philosophy-content{z-index:2;max-width:800px;margin:0 auto;position:relative}.philosophy h2{color:var(--primary);text-shadow:0 1px 2px #0000000d;margin-top:3rem;margin-bottom:2rem;font-size:3.5rem}.philosophy p{color:var(--text-light);text-shadow:0 1px 1px #fffc;font-size:1.25rem;font-weight:500;line-height:1.8}.experiences{padding:5rem 0 10rem}.experience-grid{grid-template-columns:repeat(2,1fr);gap:4rem;display:grid}.experience-card{cursor:pointer;border-radius:20px;height:500px;position:relative;overflow:hidden}.experience-card img{object-fit:cover;width:100%;height:100%;transition:transform 1s}.experience-card:hover img{transform:scale(1.05)}.experience-info{width:100%;color:var(--white);background:linear-gradient(#0000,#000c);padding:3rem;position:absolute;bottom:0;left:0}.experience-info h3{margin-bottom:.5rem;font-size:2rem}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{color:var(--primary);margin-bottom:1rem;font-size:3rem}.section-header p{color:var(--text-light);font-size:1.1rem}.destinations{background:var(--bg-alt);padding:10rem 0}.destinations-grid{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,1fr);gap:2rem;height:800px;display:grid}.dest-card{cursor:pointer;border-radius:20px;position:relative;overflow:hidden}.dest-card.large{grid-row:span 2}.dest-card img{object-fit:cover;width:100%;height:100%;transition:transform 1.5s cubic-bezier(.22,1,.36,1)}.dest-card:hover img{transform:scale(1.1)}.dest-info{width:100%;color:var(--white);transition:var(--transition);background:linear-gradient(#0000,#000c);padding:2.5rem;position:absolute;bottom:0;left:0;transform:translateY(20px)}.dest-card:hover .dest-info{transform:translateY(0)}.dest-info span{text-transform:uppercase;letter-spacing:2px;color:var(--secondary);margin-bottom:.5rem;font-size:.8rem;display:block}.dest-info h3{margin-bottom:1rem;font-size:2rem}.dest-info p{opacity:.8;max-width:400px;font-size:.95rem}.impact{color:var(--white);text-align:center;padding:15rem 0;position:relative;overflow:hidden}.impact-bg{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.impact-bg img{object-fit:cover;filter:brightness(.4)sepia(.3);width:100%;height:100%}.impact-content{max-width:800px;margin:0 auto}.impact h2{margin-bottom:2rem;font-size:4rem}.impact p{margin-bottom:4rem;font-size:1.4rem;line-height:1.8}.impact-stats{justify-content:center;gap:6rem;display:flex}.stat h4{color:var(--secondary);margin-bottom:.5rem;font-size:3.5rem}.stat p{text-transform:uppercase;letter-spacing:1px;margin-bottom:0;font-size:1rem}.journal{padding:10rem 0}.journal-grid{grid-template-columns:repeat(2,1fr);gap:3rem;display:grid}.journal-card{flex-direction:column;gap:1.5rem;display:flex}.journal-img{border-radius:15px;height:350px;overflow:hidden}.journal-img img{object-fit:cover;width:100%;height:100%;transition:var(--transition)}.journal-card:hover .journal-img img{transform:scale(1.05)}.journal-body .date{color:#888;margin-bottom:.5rem;font-size:.85rem;display:block}.journal-body h3{color:var(--primary);margin-bottom:1rem;font-size:1.75rem}.journal-body p{color:var(--text-light);margin-bottom:1.5rem}.read-more{color:var(--primary);text-transform:uppercase;letter-spacing:1px;font-size:.85rem;font-weight:600}footer{background:var(--footer-bg);color:#999;padding:8rem 0 3rem}.footer-content{border-bottom:1px solid #ffffff1a;justify-content:space-between;gap:4rem;margin-bottom:3rem;padding-bottom:5rem;display:flex}.footer-brand{max-width:300px}.footer-logo{color:var(--white);margin-bottom:1.5rem;font-size:2rem}.footer-links{gap:5rem;display:flex}.link-group h4{color:var(--white);margin-bottom:1.5rem;font-size:1.1rem}.link-group{flex-direction:column;gap:.8rem;display:flex}.link-group a:hover{color:var(--secondary)}.footer-bottom{justify-content:space-between;align-items:center;display:flex}.legal{gap:2rem;display:flex}.preloader{background:var(--primary);z-index:2000;width:100%;height:100%;color:var(--white);justify-content:center;align-items:center;display:flex;position:fixed;top:0;left:0}.preloader-content{text-align:center}.preloader-logo{font-family:var(--font-serif);margin-bottom:2rem;font-size:3rem;font-weight:900}.preloader-bar{background:#ffffff1a;width:200px;height:2px;margin:0 auto;position:relative;overflow:hidden}.preloader-progress{background:var(--secondary);height:100%}.section-tag{text-transform:uppercase;letter-spacing:3px;color:var(--secondary);text-shadow:0 1px 1px #0000001a;margin-bottom:1.5rem;font-size:.8rem;font-weight:700;display:inline-block}.section-tag.light{color:#fff9}.hero-subtitle{letter-spacing:5px;text-transform:uppercase;color:var(--secondary);margin-bottom:1rem;font-size:1.1rem;display:block}.cta-btn.secondary{background:0 0;border-color:#ffffff4d;margin-left:1.5rem}.cta-btn.secondary:hover{border-color:var(--secondary);color:var(--secondary)}.philosophy-content{text-align:center;max-width:800px;margin:0 auto}.community{background:var(--bg);padding:10rem 0}.community-grid{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.community-info h2{color:var(--primary);margin-bottom:1.5rem;font-size:3.5rem}.community-info p{color:var(--text-light);margin-bottom:2.5rem;font-size:1.2rem}.newsletter-form{gap:1rem;display:flex}.newsletter-form input{border:1px solid var(--text-light);background:var(--bg);color:var(--text);font-family:var(--font-sans);border-radius:50px;flex:1;padding:1rem 1.5rem}.newsletter-form button{background:var(--primary);color:var(--white);cursor:pointer;transition:var(--transition);border:none;border-radius:50px;padding:1rem 2rem;font-weight:600}.newsletter-form button:hover{background:var(--secondary)}.community-images .img-stack{height:500px;position:relative}.img-stack img{transition:var(--transition);border-radius:20px;position:absolute;box-shadow:0 20px 40px #0000001a}.img-stack img:first-child{z-index:2;width:80%;height:80%;top:0;left:0}.img-stack img:nth-child(2){z-index:1;filter:grayscale(.5);width:70%;height:70%;bottom:0;right:0}.img-stack:hover img:nth-child(2){filter:grayscale(0);transform:translate(20px,20px)}.contact{background:var(--primary);padding:10rem 0}.contact-card{background:var(--card-bg);border-radius:30px;grid-template-columns:1fr 1fr;gap:5rem;padding:5rem;display:grid;box-shadow:0 40px 100px #0003}.contact-info h2{color:var(--primary);margin-bottom:1.5rem;font-size:3rem}.contact-info p{color:var(--text-light);margin-bottom:3rem;font-size:1.1rem}.contact-details p{margin-bottom:1rem;font-size:1rem}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group input,.form-group textarea{border:1px solid var(--bg-alt);background:var(--bg-alt);width:100%;color:var(--text);font-family:var(--font-sans);border-radius:15px;padding:1.2rem 1.5rem}.form-group textarea{resize:none}@media (max-width:1024px){.destinations-grid{grid-template-columns:1fr;height:auto}.dest-card.large{grid-row:auto;height:500px}.dest-card{height:400px}.impact-stats{gap:3rem}.stat h4{font-size:2.5rem}.community-grid,.contact-card{grid-template-columns:1fr;gap:4rem}.contact-card{padding:3rem}}@media (max-width:768px){.hero h1{font-size:3.5rem}.hero-btns{flex-direction:column;gap:1rem;display:flex}.cta-btn.secondary{margin-left:0}.experience-grid,.journal-grid{grid-template-columns:1fr}.footer-content{flex-direction:column}.footer-links{flex-wrap:wrap;gap:3rem}.impact h2{font-size:2.5rem}.impact-stats{flex-direction:column;gap:2rem}.nav-links{display:none}.newsletter-form{flex-direction:column}}.overflow-hidden{overflow:hidden}.h-full{height:100%}.w-full{width:100%}.h-screen{height:100vh}.relative{position:relative}.absolute{position:absolute}.inset-0{inset:0}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.object-cover{object-fit:cover}.object-center{object-position:center}.z-40{z-index:40}.bg-black\/60{background-color:#0009}.font-serif{font-family:var(--font-serif)}.font-sans{font-family:var(--font-sans)}.leading-none{line-height:1}.leading-tight{line-height:1.25}.justify-start{justify-content:flex-start}.py-2{padding-top:.5rem;padding-bottom:.5rem}.h-\[60rem\]{height:60rem}.h-\[30rem\]{height:30rem}.p-2{padding:.5rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.max-w-5xl{max-width:64rem}.mx-auto{margin-left:auto;margin-right:auto}.text-center{text-align:center}.-mt-12{margin-top:-3rem}.border-4{border-width:4px}.border-\[\#6C6C6C\]{border-color:#6c6c6c}.bg-\[\#222222\]{background-color:#222}.rounded-\[30px\]{border-radius:30px}.rounded-2xl{border-radius:1rem}.shadow-2xl{box-shadow:0 25px 50px -12px #00000040}.bg-gray-100{background-color:#f3f4f6}.dark .dark\:bg-zinc-900{background-color:#18181b}@media (min-width:768px){.md\:h-\[80rem\]{height:80rem}.md\:h-\[40rem\]{height:40rem}.md\:p-20{padding:5rem}.md\:py-40{padding-top:10rem;padding-bottom:10rem}.md\:p-6{padding:1.5rem}.md\:p-4{padding:1rem}}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.gap-4{gap:1rem}.p-4{padding:1rem}.h-40{height:10rem}.rounded-xl{border-radius:.75rem}.overflow-y-auto{overflow-y:auto}.transition-transform{transition-property:transform}.duration-500{transition-duration:.5s}.group:hover .group-hover\:scale-110{transform:scale(1.1)}@media (min-width:768px){.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:h-60{height:15rem}}.text-black{color:#000}.text-white,.dark .dark\:text-white{color:#fff}.font-bold{font-weight:700}.font-semibold{font-weight:600}.text-4xl{font-size:2.25rem;line-height:2.5rem}.mt-1{margin-top:.25rem}.flex-col{flex-direction:column}.mb-2{margin-bottom:.5rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_19e33a27-module__t5xxta__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_19e33a27-module__t5xxta__variable{--font-sans:"Inter", "Inter Fallback"}
@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(../media/65c558afe41e89d6-s.113htgw8u-emy.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(../media/14e23f9b59180572-s.08.c8psu~gif9.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(../media/b49b0d9b851e4899-s.0yfy_qj1.2qn0.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(../media/2a65768255d6b625-s.p.14by5b4al-y~f.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Playfair Display Fallback;src:local(Times New Roman);ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.0%;size-adjust:111.26%}.playfair_display_c0b374ac-module__X_ciUW__className{font-family:Playfair Display,Playfair Display Fallback;font-style:normal}.playfair_display_c0b374ac-module__X_ciUW__variable{--font-serif:"Playfair Display", "Playfair Display Fallback"}
