@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Outfit:wght@300;400;500;600;700&display=swap";:root{--clr-primary-green:#0b1f13;--clr-secondary-olive:#6a7458;--clr-accent-gold:#ddb960;--clr-accent-gold-glow:#cca8564d;--clr-bg-beige:#fbf9f4;--clr-bg-white:#fff;--clr-text-dark:#0b1f13;--clr-text-muted:#5c6258;--clr-text-light:#fff;--font-sans:"Inter", sans-serif;--font-display:"Outfit", sans-serif;--spacing-xs:.5rem;--spacing-sm:1rem;--spacing-md:2rem;--spacing-lg:4rem;--spacing-xl:6rem;--spacing-xxl:8rem;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--radius-full:9999px;--shadow-subtle:0 4px 20px #0b1f130d;--shadow-hover:0 10px 40px #0b1f131a;--transition-smooth:all .4s cubic-bezier(.25, 1, .5, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);background-color:var(--clr-bg-beige);color:var(--clr-text-dark);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--clr-text-dark);font-weight:400;line-height:1.1}img{object-fit:cover;max-width:100%;height:auto;display:block}ul{list-style:none}a{color:inherit;text-decoration:none}button,input{font-family:inherit}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.text-center{text-align:center}.section-padding{padding-top:var(--spacing-xl);padding-bottom:var(--spacing-xl)}@media (width>=768px){.section-padding{padding-top:var(--spacing-xxl);padding-bottom:var(--spacing-xxl)}}.glass-panel{-webkit-backdrop-filter:blur(24px);border-radius:var(--radius-xl);background:#ffffff0d;border:1px solid #ffffff26;box-shadow:0 8px 32px #0b1f131a}.glass-panel-dark{-webkit-backdrop-filter:blur(24px);border-radius:var(--radius-xl);background:#0b1f130d;border:1px solid #0b1f131a;box-shadow:0 8px 32px #0b1f130d}.curved-section{z-index:2;border-radius:40px;margin-top:-40px;position:relative;box-shadow:0 -10px 40px #0000000d}@media (width>=768px){.curved-section{border-radius:64px;margin-top:-64px}}.hero-section{min-height:100vh;color:var(--clr-text-light);justify-content:center;align-items:center;padding-bottom:4rem;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:-2;width:100%;height:100%;position:absolute;top:0;left:0}.hero-bg img{object-fit:cover;filter:blur(1px)brightness(.9);width:100%;height:100%;transform:scale(1.02)}.hero-overlay{z-index:-1;background:linear-gradient(#fbf9f466 0%,#fbf9f4d9 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-inner{text-align:center;flex-direction:column;align-items:center;max-width:900px;padding:3rem 1rem;display:flex}.hero-glass{-webkit-backdrop-filter:blur(12px);background:#ffffff1a;border:1px solid #fff3;border-radius:24px;width:fit-content;max-width:90vw;padding:2.5rem 4rem;box-shadow:0 8px 32px #0000004d}@media (width<=768px){.hero-glass{box-sizing:border-box;width:100%;max-width:92vw;padding:2rem 1.5rem}}.logo-img{background-color:var(--clr-bg-white);border-radius:30px;max-width:140px;margin-bottom:2rem;padding:.75rem;box-shadow:0 10px 30px #0000001a}.hero-title{color:var(--clr-primary-green);letter-spacing:.15em;text-transform:uppercase;text-shadow:0 4px 20px #ffffff80;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,5rem);font-weight:400}.hero-title-light{color:#f5f2ed;white-space:nowrap}@media (width<=768px){.hero-title-light{white-space:normal;font-size:clamp(2rem,8vw,3rem)}}.hero-subtitle{max-width:650px;color:var(--clr-primary-green);opacity:.85;letter-spacing:.02em;margin:0 auto 3rem;font-size:clamp(1.1rem,2.5vw,1.4rem);font-weight:400;line-height:1.7}.hero-subtitle-light{color:#f5f2ed;opacity:1}.hero-form{width:100%;max-width:450px;margin:0 auto}.input-wrapper{border-radius:var(--radius-full);-webkit-backdrop-filter:blur(20px);transition:var(--transition-smooth);background-color:#fff6;border:1px solid #0b1f1326;padding:.5rem;display:flex}.input-wrapper:focus-within{border-color:var(--clr-accent-gold);background-color:#ffffffb3;box-shadow:0 0 25px #ddb9604d}.input-wrapper input{color:var(--clr-primary-green);background:0 0;border:none;outline:none;flex:1;width:100%;padding:.75rem 1.5rem;font-size:1rem;font-weight:400}.input-wrapper input::placeholder{color:#0b1f1380}.btn-primary{background-color:var(--clr-accent-gold);color:var(--clr-primary-green);border-radius:var(--radius-full);cursor:pointer;transition:var(--transition-smooth);border:none;padding:.75rem 2rem;font-size:1rem;font-weight:500}@media (width<=576px){.input-wrapper{-webkit-backdrop-filter:none;box-shadow:none;background-color:#0000;border:none;flex-direction:column;gap:.5rem;padding:0}.input-wrapper:focus-within{box-shadow:none;background-color:#0000}.input-wrapper input{border-radius:var(--radius-full);-webkit-backdrop-filter:blur(20px);background-color:#fff6;border:1px solid #0b1f1326;padding:1rem 1.5rem}.btn-primary{width:100%;padding:1rem}}.btn-primary:hover{background-color:#e5cc7d;transform:translateY(-2px);box-shadow:0 8px 25px #ddb96066}.success-message{border-radius:var(--radius-full);border:1px solid var(--clr-accent-gold);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--clr-accent-gold);background:#ffffff0d;padding:1rem 2rem;font-weight:500;box-shadow:0 8px 30px #ddb96033}.story-section{background-color:var(--clr-bg-white)}.story-text{color:var(--clr-primary-green);max-width:900px;margin:0 auto;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:300;line-height:1.5}.products-section{background-color:var(--clr-primary-green);padding-top:4rem;position:relative;overflow:hidden}.scroll-indicator{color:var(--clr-bg-beige);opacity:.7;justify-content:flex-end;align-items:center;gap:.5rem;margin-bottom:1rem;padding-right:1rem;font-size:.9rem;animation:2.5s ease-in-out infinite pulseX;display:flex}@keyframes pulseX{0%,to{transform:translate(0)}50%{transform:translate(8px)}}@media (width>=768px){.scroll-indicator{display:none}}.products-scroll{scrollbar-width:none;gap:2rem;padding:1rem 0 3rem;display:flex;overflow-x:auto}.products-scroll::-webkit-scrollbar{display:none}.product-card{scroll-snap-align:start;max-width:400px;transition:var(--transition-smooth);flex:0 0 80vw;padding:1rem}.product-card:hover{transform:translateY(-10px)}@media (width>=768px){.products-scroll{grid-template-columns:repeat(3,1fr);display:grid;overflow-x:visible}.product-card{flex:auto;max-width:none}}.product-image-wrapper{aspect-ratio:3/4;background-color:#e8e3d5;border-radius:32px;margin-bottom:2rem;position:relative;overflow:hidden;box-shadow:0 20px 40px #0b1f131f}.product-label-overlay{background-color:var(--clr-bg-white);z-index:5;border-radius:16px;width:85px;padding:.5rem;transition:transform .7s cubic-bezier(.25,1,.5,1);position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);box-shadow:0 5px 20px #00000026}.product-label-overlay img{object-fit:contain;width:100%;height:auto}.product-image-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.25,1,.5,1)}.product-card:hover .product-image-wrapper img{transform:scale(1.08)}.product-title{color:var(--clr-text-light);text-align:center;letter-spacing:.05em;font-size:1.5rem;font-weight:300}.values-section{background-color:var(--clr-bg-beige);z-index:3;border-radius:40px 40px 0 0;margin-top:-40px;position:relative;box-shadow:0 -10px 40px #00000008}.values-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (width>=768px){.values-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.value-item{text-align:center;transition:var(--transition-smooth);box-sizing:border-box;flex-direction:column;justify-content:flex-start;align-items:center;height:100%;padding:1.5rem .5rem;display:flex}@media (width>=768px){.value-item{padding:2.5rem 1.5rem}}.value-item:hover{background:#fffc;transform:translateY(-8px);box-shadow:0 15px 35px #0b1f130d}.icon-wrapper{color:var(--clr-primary-green);border-radius:var(--radius-full);width:60px;height:60px;transition:var(--transition-smooth);background:#ddb96033;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}@media (width>=768px){.icon-wrapper{width:80px;height:80px;margin-bottom:1.5rem}}.value-item:hover .icon-wrapper{background:var(--clr-accent-gold);color:var(--clr-bg-white);transform:scale(1.1)}.value-label{color:var(--clr-primary-green);text-transform:uppercase;letter-spacing:.05em;word-wrap:break-word;font-size:.85rem;font-weight:600}@media (width>=768px){.value-label{letter-spacing:.1em;font-size:1rem}}.site-footer{background-color:var(--clr-primary-green);color:var(--clr-text-light);text-align:center;z-index:4;border-radius:40px 40px 0 0;margin-top:-40px;padding:6rem 0 4rem;position:relative}.footer-inner{flex-direction:column;align-items:center;gap:1rem;display:flex}.footer-logo-img{background-color:var(--clr-bg-white);border-radius:20px;max-width:100px;margin-bottom:2rem;padding:.75rem;box-shadow:0 10px 25px #0006}.footer-bottom{color:#fff6;border-top:1px solid #ffffff1a;width:100%;max-width:400px;padding-top:2rem;font-size:.85rem}
