.about-us-page{width:100%;min-height:100vh;background-color:#fff}.about-hero{position:relative;background:linear-gradient(135deg,#f8f6f3,#fff);padding:120px 20px;text-align:center;border-bottom:1px solid #e8e8e8;background-size:cover;background-position:center;background-repeat:no-repeat;min-height:500px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-video-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.hero-video{width:100%;height:100%;object-fit:cover;object-position:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-width:100%;min-height:100%}@media (max-width: 768px){.hero-video{width:100%;height:100%}}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;z-index:1;transition:opacity .3s ease}.about-hero-content{position:relative;z-index:2;max-width:900px;margin:0 auto;color:#fff;display:flex;flex-direction:column;gap:25px}.about-hero-content.justify-start{align-items:flex-start}.about-hero-content.justify-center{align-items:center}.about-hero-content.justify-end{align-items:flex-end}.about-hero-content.text-start{text-align:left}.about-hero-content.text-center{text-align:center}.about-hero-content.text-end{text-align:right}@media (max-width: 749px){.about-hero-content.justify-start--mobile{align-items:flex-start}.about-hero-content.justify-center--mobile{align-items:center}.about-hero-content.justify-end--mobile{align-items:flex-end}.about-hero-content.text-start--mobile{text-align:left}.about-hero-content.text-center--mobile{text-align:center}.about-hero-content.text-end--mobile{text-align:right}}.about-hero-subheading{margin:0;text-transform:uppercase;letter-spacing:.1em}.about-hero-subheading a{text-decoration:none;transition:opacity .3s ease}.about-hero-subheading a:hover{opacity:.8}.hero__animation{animation:fadeInUp .8s ease-out}.hero__animation.in-delay{animation-delay:.2s;animation-fill-mode:both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero__button{display:flex;gap:15px;flex-wrap:wrap;justify-content:center;margin-top:10px}.about-hero-content.text-start .hero__button,.about-hero-content.text-start--mobile .hero__button{justify-content:flex-start}.about-hero-content.text-end .hero__button,.about-hero-content.text-end--mobile .hero__button{justify-content:flex-end}.hero-button{display:inline-block;text-decoration:none;border-radius:50px;transition:all .3s cubic-bezier(.4,0,.2,1);text-transform:uppercase;letter-spacing:1.5px;border:2px solid transparent;cursor:pointer}.hero-button--filled{background-color:#fff;color:#3e2461;border:1px solid #fff}.hero-button--filled:hover{background-color:#fff;border-color:#fff}.hero-button--outlined{background-color:transparent;color:#fff;border:1px solid #ffffff}.hero-overlay{display:block!important}.hero-button--outlined:hover{background-color:#fff;color:#3e2461;border-color:#fff}.hero-button--text{background-color:transparent;color:#fff;border:none;text-decoration:underline;text-underline-offset:4px}.hero-button--text:hover{opacity:.8;transform:translateY(-2px)}.about-hero-title{font-size:4rem;font-weight:400;color:#fff;margin:0;line-height:1.2;text-shadow:0 2px 10px rgba(0,0,0,.3)}.about-hero-title h2{margin:0;color:inherit}.about-hero-subtitle{font-size:1.4rem;color:#fff;line-height:1.7;font-weight:300;text-shadow:0 1px 5px rgba(0,0,0,.2);margin:0}.about-hero-subtitle p{margin:0;color:inherit;font-size:inherit;font-weight:inherit;line-height:inherit}.about-section,.why-choose-section,.sustainability-section,.story-section,.values-section,.promise-section{padding:100px 20px}.about-section{background-color:#fff}.why-choose-section{background-color:#fafafa}.sustainability-section{background-color:#fff}.story-section{background-color:#fafafa}.values-section{background-color:#fff}.promise-section{background-color:#fafafa}.about-content-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.about-image-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 10px 40px #0000001a}.about-image-wrapper:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.1),transparent);transform:rotate(45deg);animation:shine 3s infinite}@keyframes shine{0%{transform:translate(-100%) translateY(-100%) rotate(45deg)}to{transform:translate(100%) translateY(100%) rotate(45deg)}}.about-image{width:100%;height:auto;display:block;border-radius:12px;transition:transform .5s ease}.about-image-wrapper:hover .about-image{transform:scale(1.05)}.about-content{max-width:100%}.section-title{font-size:2.8rem;font-weight:400;color:#2c2c2c;text-align:center;margin-bottom:60px;line-height:1.3;letter-spacing:-.5px}.content-text{max-width:100%;font-size:1.15rem;line-height:1.9;color:#4a4a4a}.content-text p{margin-bottom:25px}.mission-statement{font-size:1.3rem;margin-top:40px;padding-top:30px;border-top:2px solid #e8e8e8;color:#2c2c2c}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:40px;max-width:1200px;margin:0 auto}.features-grid--horizontal{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:20px}.features-grid--horizontal .feature-card{flex:1;min-width:200px;max-width:300px}.feature-card{background-color:#fff;padding:50px 35px;border-radius:12px;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid #f0f0f0;box-shadow:0 2px 10px #0000000d}.feature-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #0000001f;border-color:#e0e0e0}.feature-icon{width:80px;height:80px;margin:0 auto 25px;color:#402662;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8f6f3,#fff);border-radius:50%;transition:all .3s ease}.feature-card:hover .feature-icon{transform:scale(1.1);background:linear-gradient(135deg,#402662 0% 100%);color:#fff}.feature-icon img{width:48px;height:48px;object-fit:contain}.feature-icon svg{width:48px;height:48px}.feature-title{font-size:1.4rem;font-weight:500;color:#2c2c2c;margin-bottom:15px;letter-spacing:-.3px}.feature-description{font-size:1.05rem;line-height:1.7;color:#666}.sustainability-content{margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:center}.sustainability-image-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 10px 40px #0000001a}.sustainability-image{width:100%;height:auto;display:block;border-radius:12px;transition:transform .5s ease}.sustainability-image-wrapper:hover .sustainability-image{transform:scale(1.05)}.sustainability-text-wrapper{text-align:left}.sustainability-statement{font-size:1.6rem;font-weight:400;color:#2c2c2c;margin-bottom:25px;line-height:1.4}.sustainability-text{font-size:1.15rem;line-height:1.9;color:#4a4a4a}.story-content-wrapper{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:start}.story-image-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 10px 40px #0000001a;position:sticky;top:100px}.story-image{width:100%;height:auto;display:block;border-radius:12px;transition:transform .5s ease}.story-image-wrapper:hover .story-image{transform:scale(1.05)}.story-content{max-width:100%;font-size:1.15rem;line-height:1.9;color:#4a4a4a}.story-content p{margin-bottom:25px}.story-questions{list-style:none;padding-left:0;margin:30px 0}.story-questions li{position:relative;font-size:1.2rem;color:#2c2c2c;border-left:3px solid #8b7355;padding:20px 0 20px 30px;margin-bottom:20px;background:linear-gradient(90deg,rgba(139,115,85,.05) 0%,transparent 100%);border-radius:0 8px 8px 0;transition:all .3s ease}.story-questions li:hover{background:linear-gradient(90deg,rgba(139,115,85,.1) 0%,transparent 100%);padding-left:35px}.story-questions li:before{content:"\2022";position:absolute;left:10px;color:#8b7355;font-size:1.8rem;line-height:1;font-weight:700}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:35px;max-width:1200px;margin:0 auto}.value-item{text-align:center;padding:40px 25px;background:linear-gradient(135deg,#fff,#fafafa);border-radius:12px;border:1px solid #f0f0f0;transition:all .3s ease}.value-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000014;border-color:#e0e0e0}.value-icon{width:60px;height:60px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center}.value-icon img{width:100%;height:100%;object-fit:contain}.value-title{font-size:1.5rem;font-weight:500;color:#2c2c2c;margin-bottom:12px;letter-spacing:-.3px}.value-description{font-size:1.05rem;line-height:1.7;color:#666}.promise-content{max-width:850px;margin:0 auto;text-align:center;font-size:1.15rem;line-height:1.9;color:#4a4a4a}.promise-content p{margin-bottom:25px}.promise-closing{font-size:1.3rem;margin-top:40px;padding-top:30px;border-top:2px solid #e8e8e8;color:#2c2c2c}.about-cta{position:relative;background:linear-gradient(135deg,#2c2c2c,#4a4a4a);padding:120px 20px;text-align:center;color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat;min-height:500px;display:flex;align-items:center;justify-content:center}.cta-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1}.cta-content{position:relative;z-index:2;max-width:700px;margin:0 auto}.cta-title{font-size:3rem;font-weight:400;color:#fff;margin-bottom:25px;line-height:1.3;text-shadow:0 2px 10px rgba(0,0,0,.3);letter-spacing:-.5px}.cta-text{font-size:1.3rem;color:#e0e0e0;margin-bottom:45px;line-height:1.7;text-shadow:0 1px 5px rgba(0,0,0,.2)}.cta-button{display:inline-block;padding:18px 50px;background-color:#fff;color:#3f2562;text-decoration:none;font-size:1.15rem;border-radius:50px;transition:all .3s cubic-bezier(.4,0,.2,1);text-transform:uppercase;letter-spacing:1.5px;box-shadow:0 4px 15px #0003}.cta-button:hover{background-color:#f0f0f0;box-shadow:0 8px 25px #0000004d}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}@media (max-width: 749px){.text-left--mobile{text-align:left}.text-center--mobile{text-align:center}.text-right--mobile{text-align:right}}@media (max-width: 1024px){.about-content-wrapper,.sustainability-content,.story-content-wrapper{grid-template-columns:1fr;gap:40px}.story-image-wrapper{position:static}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width: 768px){.about-hero{padding:80px 20px;min-height:400px}.about-hero-title{font-size:2.5rem}.about-hero-subtitle{font-size:1.1rem}.features-grid--horizontal{flex-direction:column}.features-grid--horizontal .feature-card{max-width:100%}.hero__button{flex-direction:column;width:100%}.hero-button{width:100%;text-align:center}.section-title{font-size:2.2rem}.about-section,.why-choose-section,.sustainability-section,.story-section,.values-section,.promise-section{padding:70px 20px}.features-grid{grid-template-columns:1fr;gap:30px}.feature-card{padding:40px 25px}.values-grid{grid-template-columns:1fr;gap:25px}.content-text,.story-content,.promise-content{font-size:1.05rem}.about-cta{padding:80px 20px;min-height:400px}.cta-title{font-size:2.2rem}.cta-text{font-size:1.1rem}.sustainability-statement{font-size:1.3rem}}@media (max-width: 480px){.about-hero-title{font-size:2rem}.section-title{font-size:1.9rem}.feature-card{padding:35px 20px}.story-questions li{font-size:1.05rem;padding:15px 0 15px 25px}.cta-button{padding:16px 40px;font-size:1rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.about-image,.sustainability-image,.story-image{animation:fadeIn .8s ease-out}@media print{.about-hero,.about-cta{background:#fff!important;color:#000!important}.hero-overlay,.cta-overlay{display:none}}
/*# sourceMappingURL=/cdn/shop/t/59/assets/about-us.css.map */
