:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333}.App{min-height:100vh;width:100%;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}html{scroll-behavior:smooth}button{border:none;background:none;cursor:pointer;font-family:inherit}a{text-decoration:none;color:inherit}body.banner-closed .header{top:0!important;transition:top .3s ease}body.banner-closed .hero{margin-top:60px!important;height:calc(100vh - 60px)!important;transition:margin-top .3s ease,height .3s ease}.banner{background:linear-gradient(135deg,#2c5530,#6b8e23);color:#fff;padding:.75rem 0;position:fixed;top:0;left:0;right:0;z-index:3000;box-shadow:0 2px 8px #0000001a}.banner-hidden{transform:translateY(-100%);opacity:0;pointer-events:none}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.banner-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 2rem}.banner-text{display:flex;align-items:center;gap:1rem;flex:1;justify-content:center}.banner-message{font-size:.95rem;font-weight:500}.banner-link{background:#fff3;color:#fff;padding:.4rem 1rem;border-radius:20px;text-decoration:none;font-size:.9rem;font-weight:600;transition:all .3s ease;border:1px solid rgba(255,255,255,.3)}.banner-link:hover{background:#ffffff4d;transform:translateY(-1px);box-shadow:0 4px 12px #0003}.banner-close{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.25rem;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;opacity:.8}.banner-close:hover{background:#fff3;opacity:1;transform:scale(1.1)}@media(max-width:768px){.banner-content{padding:0 1rem}.banner-text{flex-direction:column;gap:.5rem;text-align:center}.banner-message{font-size:.9rem}.banner-link{font-size:.85rem;padding:.35rem .8rem}.banner-close{position:absolute;right:1rem;top:50%;transform:translateY(-50%)}}@media(max-width:480px){.banner{padding:.5rem 0}.banner-message{font-size:.85rem;line-height:1.3}.banner-link{font-size:.8rem;padding:.3rem .7rem}}.header{position:fixed;top:50px;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e0e0e0;z-index:1000;padding:.75rem 0;transition:top .3s ease}.header-container{padding:10px 30px;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem}.logo-image{height:50px;width:auto;object-fit:contain}.logo h2{color:#2c5530;font-size:1.3rem;font-weight:700;margin:0;white-space:nowrap}.nav{display:flex;gap:2rem}.nav button{color:#333;font-weight:500;padding:.5rem 1rem;border-radius:6px;transition:all .3s ease}.nav button:hover{background:#f0f8f0;color:#2c5530}.menu-toggle{display:none;font-size:1.5rem;color:#333}@media(max-width:768px){.menu-toggle{display:block}.logo{gap:.5rem}.logo-image{height:40px}.logo h2{font-size:1.1rem}.nav{position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:1rem;box-shadow:0 4px 6px #0000001a;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.nav-open{transform:translateY(0);opacity:1;visibility:visible}.nav button{text-align:left;padding:1rem;border-bottom:1px solid #f0f0f0}}.hero{position:relative;margin-top:140px;height:calc(100vh - 110px);width:100vw;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:margin-top .3s ease,height .3s ease}.hero-background{position:absolute;inset:0;z-index:1}.hero-image{width:100%;height:100%;object-fit:cover;object-position:center top 20%}.hero-overlay{position:relative;z-index:2;background:#ffffffb3;border-radius:20px;padding:4rem 3rem;margin:0 2rem;box-shadow:0 20px 60px #0000001a;border:1px solid rgba(255,255,255,.8);width:100%;max-width:900px}.hero-content{text-align:center;max-width:800px}.hero-title{font-size:4rem;font-weight:800;color:#2c5530;margin-bottom:1.5rem;line-height:1.1;display:block;white-space:nowrap}.hero-subtitle{font-size:1.5rem;color:#2c5530;font-weight:600;margin-bottom:1.5rem}.hero-description{font-size:1rem;color:#2c5530;margin-bottom:2.5rem;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}.cta-button{background:#2c5530;color:#fff;padding:1.2rem 2.5rem;border-radius:12px;font-size:1.1rem;font-weight:600;transition:all .3s ease;box-shadow:0 8px 24px #2c55304d}.cta-button:hover{background:#1e3a21;transform:translateY(-3px);box-shadow:0 12px 32px #2c553066}@media(max-width:768px){.hero{height:calc(100vh - 110px)}body.banner-closed .hero{height:calc(100vh - 60px)!important}.hero-overlay{padding:2.5rem 1.5rem;margin:0 1rem}.hero-title{font-size:2.5rem;white-space:nowrap}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:.95rem}.placeholder-background{font-size:3rem}.cta-button{padding:1rem 2rem;font-size:1rem}}@media(max-width:480px){.hero-title{font-size:1.8rem;white-space:nowrap}.hero-subtitle{font-size:1.1rem}.hero-overlay{padding:2rem 1rem;margin:0 .5rem}}@media(max-width:360px){.hero-title{font-size:1.6rem;white-space:nowrap}.hero-overlay{padding:1.5rem .8rem;margin:0 .5rem}}.about{padding:5rem 0;background:#fff}.about h2{text-align:center;font-size:2.5rem;color:#2c5530;margin-bottom:3rem;font-weight:700}.about-title{opacity:0;transform:translateY(30px);transition:all .8s ease}.about-title.animate-in{opacity:1;transform:translateY(0)}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.about-card{background:#f8fdf8;padding:0 2rem 2rem;border-radius:12px;text-align:center;transition:all .3s ease;border:1px solid #e8f5e8;opacity:0;transform:translateY(40px)}.about-card.animate-in{opacity:1;transform:translateY(0);transition:all .6s ease}.about-card:hover{transform:translateY(-5px);box-shadow:0 12px 32px #2c553026}.card-icon{font-size:5rem}.about-card h3{color:#2c5530;font-size:1.3rem;margin-bottom:1rem;font-weight:600}.about-card p{color:#666;line-height:1.6}@media(max-width:768px){.about{padding:3rem 0}.about h2{font-size:2rem}.about-grid{grid-template-columns:1fr;gap:1.5rem}}.gallery{padding:5rem 0;background:#f8fdf8}.gallery h2{text-align:center;font-size:2.5rem;color:#2c5530;margin-bottom:1rem;font-weight:700}.gallery-subtitle{text-align:center;color:#666;font-size:1.1rem;margin-bottom:3rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:3rem}.gallery-item{position:relative;background:#fff;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0000001a}.gallery-item:hover{transform:translateY(-5px);box-shadow:0 12px 32px #00000026}.gallery-image{width:100%;aspect-ratio:1;object-fit:cover;object-position:center;display:block}.image-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);color:#fff;padding:2rem 1.5rem 1.5rem;transform:translateY(100%);transition:transform .3s ease}.gallery-item:hover .image-overlay{transform:translateY(0)}.image-overlay h4{font-size:1.2rem;margin-bottom:.5rem;font-weight:600}.image-overlay p{font-size:.9rem;opacity:.9}.modal-content{background:#fff;border-radius:12px;max-width:500px;width:100%;position:relative}.close-button{position:absolute;top:1rem;right:1rem;font-size:1.5rem;color:#666;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.modal-image{width:100%;height:300px;object-fit:cover;object-position:center;border-radius:8px;padding:10px}.modal-content h3{color:#2c5530;font-size:1.3rem;padding:10px 10px 0;margin-bottom:0;text-align:center}.modal-content p{color:#2c5530;line-height:1.6;padding:0 10px 10px;text-align:center}@media(max-width:768px){.gallery{padding:3rem 0}.gallery h2{font-size:2rem}.gallery-grid{grid-template-columns:1fr}.modal{padding:1rem}}.rooms{padding:5rem 0;background:#fff}.rooms h2{text-align:center;font-size:2.5rem;color:#2c5530;margin-bottom:1rem;font-weight:700}.rooms-title{opacity:0;transform:translateY(30px);transition:all .8s ease}.rooms-title.animate-in{opacity:1;transform:translateY(0)}.rooms-subtitle{text-align:center;color:#666;font-size:1.1rem;margin-bottom:3rem;opacity:0;transform:translateY(20px);transition:all .6s ease}.rooms-subtitle.animate-in{opacity:1;transform:translateY(0)}.rooms-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-top:3rem}.room-item{position:relative;background:#f8fdf8;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0000001a;border:1px solid #e8f5e8;opacity:0;transform:translateY(40px) scale(.95)}.room-item.animate-in{opacity:1;transform:translateY(0) scale(1);transition:all .6s ease}.room-item:hover{transform:translateY(-5px);box-shadow:0 12px 32px #00000026}.room-image-container{position:relative;height:200px}.room-image{width:100%;height:100%;object-fit:cover;object-position:center}.room-image-placeholder{width:100%;height:100%;background:#f0f0f0;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#999;border:2px dashed #ddd}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:none;color:#fff;border:none;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;transition:all .3s ease;z-index:10}.carousel-btn:hover{background:none;transform:translateY(-50%) scale(1.1)}.carousel-prev{left:10px}.carousel-next{right:10px}.carousel-dots{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:10}.dot{width:8px;height:8px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:all .3s ease}.dot.active{background:#fff;transform:scale(1.2)}.room-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#2c5530e6);color:#fff;padding:1rem 1.5rem 1.5rem;transform:translateY(55%);transition:transform .3s ease}.room-item:hover .room-overlay{transform:translateY(18px)}.room-overlay h4{font-size:1.2rem;margin:0 0 .5rem;font-weight:600}.room-overlay p{font-size:.9rem;opacity:.9;margin-bottom:1rem;line-height:1.4}.room-features{display:flex;gap:.5rem;flex-wrap:wrap}.feature-tag{background:#fff3;padding:.3rem .6rem;border-radius:12px;font-size:.8rem;border:1px solid rgba(255,255,255,.3)}.modal{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem}.modal-content{background:#fff;border-radius:12px;padding:2rem;max-width:500px;width:100%;position:relative;max-height:80vh;overflow-y:auto;border:2px solid #e8f5e8;box-shadow:0 20px 60px #0000004d}.close-button{position:absolute;top:1rem;right:1rem;font-size:1.8rem;color:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;background:none;border:none;cursor:pointer;z-index:20}.close-button:hover{background:none;color:#ccc;transform:scale(1.1)}.modal-image-container{position:relative;height:300px;margin-bottom:1.5rem;border-radius:8px;overflow:hidden}.modal-room-image{width:100%;height:100%;object-fit:cover;object-position:center}.modal-room-placeholder{height:100%;background:#f0f0f0;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#999;border:2px dashed #ddd}.modal-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:none;color:#fff;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.5rem;transition:all .3s ease;z-index:10}.modal-carousel-btn:hover{background:none;transform:translateY(-50%) scale(1.1)}.modal-carousel-prev{left:15px}.modal-carousel-next{right:15px}.modal-carousel-dots{position:absolute;bottom:15px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}.modal-dot{width:12px;height:12px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:all .3s ease}.modal-dot.active{background:#fff;transform:scale(1.2)}.modal-dot:hover{background:#fffc}.modal-content h3{color:#2c5530;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.modal-description{color:#666;line-height:1.6;margin-bottom:1.5rem}.modal-features h4{color:#2c5530;margin-bottom:.75rem;font-weight:600}.modal-features ul{list-style:none;padding:0}.modal-features li{padding:.5rem 0;border-bottom:1px solid #f0f0f0;color:#666}.modal-features li:before{content:"✓ ";color:#6b8e23;font-weight:700;margin-right:.5rem}.modal-features li:last-child{border-bottom:none}@media(max-width:768px){.rooms{padding:3rem 0}.rooms h2{font-size:2rem}.rooms-grid{grid-template-columns:1fr}.room-overlay{transform:translateY(50%);padding:1rem}.room-item:hover .room-overlay{transform:translateY(0)}.modal-image-container{height:250px}.modal-carousel-btn{width:35px;height:35px;font-size:1.3rem}.modal-carousel-prev{left:10px}.modal-carousel-next{right:10px}.modal-dot{width:10px;height:10px}.carousel-btn{width:25px;height:25px;font-size:1rem}.carousel-prev{left:5px}.carousel-next{right:5px}.dot{width:6px;height:6px}.modal{padding:1rem}.modal-content{padding:1.5rem}}.spotify{padding:3rem 0;background:#f8fdf8}.spotify h2{text-align:center;font-size:2rem;color:#2c5530;margin-bottom:.5rem;font-weight:700}.spotify-subtitle{text-align:center;font-size:1rem;color:#666;margin-bottom:2rem}.playlist-container{max-width:700px;margin:0 auto}.playlist-embed{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a;margin-bottom:1.5rem}.playlist-embed iframe{border-radius:12px}.playlist-info{text-align:center;background:#fff;padding:1.5rem;border-radius:12px;border:1px solid #e8f5e8}.playlist-info p{color:#666;line-height:1.6;margin:0}@media(max-width:768px){.spotify{padding:2rem 0}.spotify h2{font-size:1.5rem}.playlist-container{margin:0 1rem}.playlist-info{padding:1rem}}.testimonials{padding:5rem 0;background:#f8fdf8}.testimonials h2{text-align:center;font-size:2.5rem;color:#2c5530;margin-bottom:1rem;font-weight:700}.testimonials-title{opacity:0;transform:translateY(30px);transition:all .8s ease}.testimonials-title.animate-in{opacity:1;transform:translateY(0)}.testimonials-subtitle{text-align:center;color:#666;font-size:1.1rem;margin-bottom:3rem;opacity:0;transform:translateY(20px);transition:all .6s ease}.testimonials-subtitle.animate-in{opacity:1;transform:translateY(0)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.testimonial-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #0000001a;transition:all .3s ease;border:1px solid #e8f5e8;opacity:0;transform:translateY(40px) rotateX(10deg)}.testimonial-card.animate-in{opacity:1;transform:translateY(0) rotateX(0);transition:all .7s ease}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 12px 32px #2c553026}.testimonial-content{position:relative;margin-bottom:1.5rem}.quote-icon{position:absolute;top:-10px;left:-10px;font-size:4rem;color:#6b8e23;opacity:.3;font-family:serif;line-height:1}.testimonial-quote{font-size:1.1rem;line-height:1.6;color:#333;font-style:italic;margin-left:1rem}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-image{width:50px;height:50px;border-radius:50%;background:#e8f5e8;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.author-info h4{color:#2c5530;margin-bottom:.2rem;font-weight:600}.author-info p{color:#666;font-size:.9rem;margin:0}@media(max-width:768px){.testimonials{padding:3rem 0}.testimonials h2{font-size:2rem}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.testimonial-card{padding:1.5rem}}.press{padding:5rem 0;background:#fff}.press h2{text-align:center;font-size:2.5rem;color:#2c5530;margin-bottom:1rem;font-weight:700}.press-subtitle{text-align:center;color:#666;font-size:1.1rem;margin-bottom:3rem}.articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}.article-card{background:#f8fdf8;padding:2rem;border-radius:12px;border:1px solid #e8f5e8;transition:all .3s ease;position:relative}.article-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #2c553026}.article-type{display:inline-block;background:#6b8e23;color:#fff;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:500;text-transform:uppercase;margin-bottom:1rem}.article-title{color:#2c5530;font-size:1.3rem;font-weight:600;margin-bottom:1rem;line-height:1.3}.article-meta{display:flex;gap:1rem;margin-bottom:1rem;font-size:.9rem}.publication{color:#6b8e23;font-weight:500}.date{color:#666}.article-description{color:#666;line-height:1.6;margin-bottom:1.5rem}.read-more-btn{display:inline-flex;align-items:center;color:#2c5530;font-weight:600;text-decoration:none;transition:all .3s ease}.read-more-btn:hover{color:#1e3a21;transform:translate(5px)}.press-contact{background:#f8fdf8;padding:2rem;border-radius:12px;text-align:center;border:1px solid #e8f5e8}.press-contact h3{color:#2c5530;margin-bottom:1rem;font-weight:600}.press-contact p{color:#666;line-height:1.6}.press-contact a{color:#6b8e23;font-weight:500;text-decoration:none}.press-contact a:hover{text-decoration:underline}@media(max-width:768px){.press{padding:3rem 0}.press h2{font-size:2rem}.articles-grid{grid-template-columns:1fr;gap:1.5rem}.article-card{padding:1.5rem}.article-meta{flex-direction:column;gap:.3rem}}.residents{padding:3rem 0;background:#fff}.residents h2{text-align:center;font-size:2.5rem;color:#2c5530;margin-bottom:3rem;font-weight:700}.residents-title{opacity:0;transform:translateY(30px);transition:all .8s ease}.residents-title.animate-in{opacity:1;transform:translateY(0)}.residents-content{display:grid;gap:3rem}.info-section{background:#f8fdf8;padding:2rem;border-radius:12px;border:1px solid #e8f5e8;opacity:0;transform:translate(-30px);transition:all .7s ease}.info-section.animate-in{opacity:1;transform:translate(0)}.info-section h3{color:#2c5530;font-size:1.5rem;margin-bottom:1.5rem;font-weight:600}.benefits-list,.responsibilities-list{list-style:none;display:grid;gap:.8rem}.benefits-list li,.responsibilities-list li{padding:.8rem 1rem;background:#fff;border-radius:8px;border-left:4px solid #6b8e23;box-shadow:0 2px 4px #0000000d}.benefits-list li:before{content:"✓ ";color:#6b8e23;font-weight:700;margin-right:.5rem}.responsibilities-list li:before{content:"• ";color:#2c5530;font-weight:700;margin-right:.5rem}.process-steps{display:grid;gap:1.5rem}.step{display:flex;gap:1rem;align-items:flex-start}.step-number{background:#2c5530;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.step-content h4{color:#2c5530;margin-bottom:.5rem;font-weight:600}.step-content p{color:#666;line-height:1.6}.housing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.housing-item{padding:1rem;background:#fff;border-radius:8px;border:1px solid #e0e0e0}.housing-item strong{color:#2c5530;display:block;margin-bottom:.3rem}.memorandum-container{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;border:1px solid #e0e0e0}.pdf-viewer iframe{border-radius:8px}.faq-container{background:#fff;padding:2rem;border-radius:8px;border:1px solid #e0e0e0}.faq-placeholder{color:#666;font-style:italic;text-align:center;margin:0}.faq-text{color:#2c5530;font-weight:600}.application-form-container{background:#fff;padding:2rem;border-radius:8px;border:1px solid #e0e0e0}.form-description{color:#666;text-align:center;font-size:large}.form-description a{color:#6b8e23;font-weight:500;text-decoration:none}.form-description a:hover{text-decoration:underline}.google-form-embed{background:#f9f9f9;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;margin-bottom:1rem}.google-form-embed iframe{border-radius:8px}.form-note{text-align:center;color:#666;font-size:.9rem;margin:0}.form-note a{color:#6b8e23;font-weight:500;text-decoration:none}.form-note a:hover{text-decoration:underline}@media(max-width:768px){.residents{padding:3rem 0}.residents h2{font-size:2rem}.info-section{padding:1.5rem}.housing-grid{grid-template-columns:1fr}.step{flex-direction:column;text-align:center}.application-form-container{padding:1.5rem}.google-form-embed iframe{height:500px}}.archive{padding:5rem 0;background:#fff;overflow:hidden}.archive h2{text-align:center;font-size:2.5rem;color:#2c5530;margin-bottom:1.5rem;font-weight:700}.archive-title{opacity:0;transform:translateY(30px);transition:all .8s ease}.archive-title.animate-in{opacity:1;transform:translateY(0)}.archive-3d-container{position:relative;height:300px;margin-bottom:2rem;perspective:1000px;perspective-origin:center center;opacity:0;transform:translateY(40px);transition:all .8s ease}.archive-3d-container.animate-in{opacity:1;transform:translateY(0)}.archive-3d-scroll{width:100%;height:100%;overflow-x:auto;overflow-y:hidden;padding:1rem 0;scroll-behavior:smooth}.archive-3d-scroll::-webkit-scrollbar{height:8px}.archive-3d-scroll::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.archive-3d-scroll::-webkit-scrollbar-thumb{background:#6b8e23;border-radius:4px}.archive-3d-scroll::-webkit-scrollbar-thumb:hover{background:#2c5530}.archive-3d-grid{display:flex;gap:2rem;padding:0 50vw 0 2rem;height:100%;align-items:center}.archive-3d-item{flex-shrink:0;width:250px;height:250px;transform-style:preserve-3d;transition:all .3s ease;cursor:pointer;animation:slideIn .6s ease-out forwards;animation-delay:var(--delay, 0s);opacity:0;transform:translate(50px)}@keyframes slideIn{to{opacity:1;transform:translate(0)}}.archive-3d-card{width:100%;height:100%;background:#f8fdf8;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #0000001a;border:1px solid #e8f5e8;transition:all .3s ease;transform-style:preserve-3d;position:relative}.archive-3d-item:hover .archive-3d-card{box-shadow:0 16px 48px #2c553033;transform:translateY(-10px)}.archive-image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.archive-3d-item:hover .archive-image{transform:scale(1.05)}.archive-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#2c5530e6);color:#fff;padding:1rem;transform:translateY(100%);transition:transform .3s ease}.archive-3d-item:hover .archive-overlay{transform:translateY(0)}.archive-overlay h4{font-size:1rem;margin:0;font-weight:600;text-align:center}.modal{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-content{background:#fff;border-radius:16px;padding:0;max-width:95vw;max-height:90vh;width:auto;position:relative;transform:scale(.9);animation:modalIn .3s ease-out forwards;overflow:visible;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d}@keyframes modalIn{to{transform:scale(1)}}.close-button{position:absolute;top:1rem;right:1rem;font-size:1.5rem;color:#666;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;background:none;border:none;cursor:pointer}.close-button:hover{background:#f0f0f0;color:#333}.modal-image-container{position:relative;max-width:90vw;flex:1;display:flex;align-items:center;justify-content:center;border-radius:16px 16px 0 0;overflow:hidden;min-height:0;margin-bottom:0}.modal-image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:center;display:block}.modal-info{padding:0 1.5rem 1.5rem;background:#fff;border-radius:0 0 16px 16px;flex-shrink:0}.modal-info h3{color:#2c5530;margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.modal-info p{color:#666;line-height:1.6;margin:0}.archive-note{text-align:center;background:#f8fdf8;padding:2rem;border-radius:12px;border:1px solid #e8f5e8}.archive-note p{color:#666;line-height:1.6;margin:0}.archive-note a{color:#6b8e23;font-weight:500;text-decoration:none}.archive-note a:hover{text-decoration:underline}@media(max-width:768px){.archive{padding:3rem 0}.archive h2{font-size:2rem}.archive-3d-container{height:250px}.archive-3d-item{width:200px;height:200px}.modal-image-container{max-width:95vw}.modal-image{max-height:100%}.modal-info{padding:1rem 1.25rem 1.25rem}.archive-3d-grid{padding:0 25vw 0 1rem;gap:1.5rem}.modal{padding:1rem}.modal-content,.archive-note{padding:1.5rem}}.contact{padding:5rem 0;background:#f8fdf8}.contact h2{text-align:center;font-size:2.5rem;color:#2c5530;margin-bottom:1rem;font-weight:700}.contact-subtitle{text-align:center;color:#666;font-size:1.1rem;margin-bottom:3rem}.contact-content{display:flex;justify-content:center}.contact-info{display:flex;gap:4rem;justify-content:center;align-items:center}.contact-item{display:flex;gap:1rem;align-items:flex-start}.contact-icon{font-size:1.5rem;width:50px;height:50px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000001a;flex-shrink:0}.contact-item h4{color:#2c5530;margin-bottom:.5rem;font-weight:600}.contact-item p{color:#666;line-height:1.6}.contact-item a{color:#6b8e23;text-decoration:none;font-weight:500;transition:color .3s ease}.contact-item a:hover{color:#2c5530;text-decoration:underline}@media(max-width:768px){.contact{padding:3rem 0}.contact h2{font-size:2rem}.contact-info{flex-direction:column;gap:2rem;text-align:center}}.footer{background:#2c5530;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:.5rem}.footer-section h4{margin-bottom:1rem;font-size:1.2rem;font-weight:600}.footer-section p{color:#fffc;line-height:1.6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section button{color:#fffc;transition:color .3s ease}.footer-section button:hover{color:#fff}.social-links{display:flex;gap:1rem}.social-links a{display:inline-block;font-size:1.5rem;transition:transform .3s ease}.social-links a:hover{transform:scale(1.2)}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:1rem;text-align:center}.footer-bottom p{color:#fff9;font-size:.9rem}@media(max-width:768px){.footer{padding:2rem 0 1rem}.footer-content{grid-template-columns:1fr;gap:1.5rem}.social-links{justify-content:center}}
