.page-container{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.page-header{margin-bottom:3rem;padding:2rem 0;text-align:center}.page-header h1{color:#2c3e50;font-size:3rem;margin-bottom:.5rem}.page-header .subtitle{color:#7f8c8d;font-size:1.2rem}.hero-section{background:linear-gradient(135deg,#b06024,#86430f);border-radius:8px;color:#fff;margin-bottom:3rem;padding:3rem 3rem 4.5rem;position:relative;text-align:center}.hero-section h2{font-size:2.5rem;margin-bottom:1rem}.hero-section p{font-size:1.1rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.post-date{bottom:1.25rem;color:#ffffffd1;font-family:Georgia,Times New Roman,serif;font-size:.95rem;font-style:italic;letter-spacing:.04em;position:absolute;right:1.5rem}.cta-button{background-color:#fff;border:none;border-radius:4px;color:#b06024;cursor:pointer;font-size:1rem;font-weight:700;padding:.75rem 2rem;transition:all .3s ease}.cta-button:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.features-section{margin-bottom:3rem}.features-section h2{color:#2c3e50;font-size:2rem;margin-bottom:2rem;text-align:center}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.feature-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:2rem;text-align:center;transition:all .3s ease}.feature-card:hover{box-shadow:0 8px 16px #00000026;transform:translateY(-4px)}.feature-card h3{color:#667eea;font-size:1.5rem;margin-bottom:.5rem}.feature-card p{color:#7f8c8d;line-height:1.6}.about-mission,.about-story{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;padding:2rem}.about-mission h2,.about-story h2{color:#b06024;font-size:1.8rem;margin-bottom:1rem}.about-mission p,.about-story p{color:#333;font-size:1rem;line-height:1.8}.about-image{border-radius:12px;box-shadow:0 10px 24px #0000001f;display:block;height:auto;margin:2rem auto 0;object-fit:cover;width:min(100%,320px)}.team-section{margin-bottom:3rem}.team-section h2{color:#2c3e50;font-size:2rem;margin-bottom:2rem;text-align:center}.team-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.team-member{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:2rem;text-align:center;transition:all .3s ease}.team-member:hover{box-shadow:0 8px 16px #00000026;transform:translateY(-4px)}.member-avatar{font-size:3rem;margin-bottom:1rem}.team-member h3{color:#b06024;font-size:1.2rem;margin-bottom:.5rem}.team-member p{color:#7f8c8d;font-size:.9rem}.values-section{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:2rem}.values-section h2{color:#b06024;font-size:1.8rem;margin-bottom:1.5rem}.values-list{list-style:none}.values-list li{border-bottom:1px solid #ecf0f1;color:#333;line-height:1.6;padding:.75rem 0}.values-list li:last-child{border-bottom:none}.values-list strong{color:#b06024}.contact-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-bottom:2rem}.contact-info{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;height:-webkit-fit-content;height:fit-content;padding:2rem}.contact-info h2{color:#b06024;font-size:1.5rem;margin-bottom:1.5rem}.info-items{display:flex;flex-direction:column;gap:1.5rem}.info-item h3{color:#2c3e50;font-size:1.1rem;margin-bottom:.5rem}.info-item p{color:#7f8c8d}.info-item a{color:#b06024;text-decoration:none;transition:color .3s ease}.info-item a:hover{color:#764ba2;text-decoration:underline}.contact-form-section{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:2rem}.contact-form-section h2{color:#b06024;font-size:1.5rem;margin-bottom:1.5rem}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group label{color:#2c3e50;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{border:1px solid #bdc3c7;border-radius:4px;font-family:inherit;font-size:1rem;padding:.75rem;transition:border-color .3s ease,box-shadow .3s ease}.form-group input:focus,.form-group textarea:focus{border-color:#b06024;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group textarea{min-height:150px;resize:vertical}.submit-button{align-self:flex-start;background:linear-gradient(135deg,#b06024,#86430f);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.75rem 2rem;transition:all .3s ease}.submit-button:hover{box-shadow:0 4px 12px #b060244d;transform:translateY(-2px)}.submit-button:active{transform:translateY(0)}.success-message{background-color:#d4edda;border:1px solid #c3e6cb;border-radius:4px;color:#155724;padding:1.5rem;text-align:center}.success-message p{font-weight:500;margin:.5rem 0}@media (max-width:768px){.page-header h1{font-size:2rem}.page-header .subtitle{font-size:1rem}.hero-section{padding:2rem 1rem}.hero-section h2{font-size:1.8rem}.contact-content,.features-grid,.team-grid{grid-template-columns:1fr}.contact-content{gap:2rem}.contact-info{order:2}.contact-form-section{order:1}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f8f9fa;color:#333}.App{display:flex;flex-direction:column;min-height:100vh}.navbar{background:linear-gradient(135deg,#b06024,#86430f);box-shadow:0 2px 4px #0000001a;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.nav-logo{color:#fff;font-size:1.5rem;font-weight:700;text-decoration:none;transition:color .3s ease}.nav-logo:hover{color:#3498db}.nav-menu{display:flex;gap:2rem;list-style:none}.nav-item{position:relative}.nav-link{border-bottom:2px solid #0000;color:#ecf0f1;font-weight:500;padding-bottom:.5rem;text-decoration:none;transition:color .3s ease}.nav-link:hover{border-bottom-color:#3498db;color:#3498db}.main-content{flex:1 1;margin:0 auto;max-width:1200px;padding:2rem;width:100%}.footer{background:linear-gradient(135deg,#b06024,#86430f);color:#ecf0f1;margin-top:3rem;padding:2rem;text-align:center}.footer-content{margin:0 auto;max-width:1200px}.social-links{display:flex;gap:1.5rem;justify-content:center;margin-top:1rem}.social-links a{color:#ecf0f1;text-decoration:none;transition:color .3s ease}.social-links a:hover{color:#3498db}@media (max-width:768px){.nav-container{flex-direction:column;gap:1rem}.nav-menu{gap:1rem}.main-content{padding:1rem}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root,body,html{animation:moveBackground 5s ease-in-out infinite;animation-direction:alternate;background-image:url(/static/media/sand_surface_texture.4c1ef3ce8d2ef355e21f.jpg);background-position:50%;background-size:cover;height:100%;width:100%}@keyframes moveBackground{0%{background-position:0 0}to{background-position:100% 100%}}
/*# sourceMappingURL=main.4fc6a542.css.map*/