.about-page{background-color:var(--background);color:var(--on-surface)}.st-container{max-width:80rem;margin:0 auto;padding:0 2rem}.st-eyebrow{color:var(--secondary);font-family:var(--font-body);font-size:.6875rem;line-height:1rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;margin-bottom:1.25rem;display:block}.st-section-title{font-family:var(--font-montserrat);font-size:var(--text-4xl);line-height:1.1;font-weight:800;color:var(--primary);letter-spacing:-.02em}.st-btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary-container));color:var(--on-primary);padding:1rem 2.25rem;border-radius:var(--radius-xl);font-family:var(--font-headline);font-weight:700;font-size:.875rem;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 12px 32px rgba(var(--primary-rgb, 73, 84, 135),.15);transition:all .35s cubic-bezier(.16,1,.3,1);border:none}.st-btn-primary:hover{transform:translateY(-3px);box-shadow:0 20px 48px rgba(var(--primary-rgb, 73, 84, 135),.25);filter:brightness(1.1)}.st-btn-secondary{background:var(--surface-container-low);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1.5px solid var(--outline-variant);color:var(--on-surface);padding:1rem 2.25rem;border-radius:var(--radius-xl);font-family:var(--font-headline);font-weight:700;font-size:.875rem;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;cursor:pointer}.st-btn-secondary:hover{background:var(--surface-container);transform:translateY(-2px);border-color:var(--primary)}.st-img{width:100%;height:100%;object-fit:cover;border-radius:var(--radius)}.icon-size-36{font-size:36px!important}.text-secondary{color:var(--secondary)!important}.st-hero{position:relative;padding-top:var(--space-24);padding-bottom:var(--space-24);overflow:hidden}.st-hero__grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:4rem;align-items:center}.st-hero__text{grid-column:span 7 / span 7;z-index:10}.st-hero__heading{font-family:var(--font-montserrat);font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.05;letter-spacing:-.03em;color:var(--primary);margin-bottom:2rem;max-width:40rem}.st-hero__heading em{font-family:var(--font-editorial);font-style:italic;font-weight:400}.st-hero__body{font-family:var(--font-body);font-size:1.125rem;color:var(--on-surface-variant);line-height:1.7;max-width:36rem;margin-bottom:2.5rem}.st-hero__media-wrapper{grid-column:span 5 / span 5;position:relative;z-index:1}.st-hero__media{width:100%;aspect-ratio:4 / 5;background-color:var(--surface-container-low);border-radius:var(--radius-lg);overflow:hidden;position:relative;box-shadow:var(--shadow-ambient)}.st-hero__deco{position:absolute;bottom:-2rem;left:-2rem;width:60%;aspect-ratio:1 / 1;background:linear-gradient(135deg,var(--surface-container),var(--surface-variant));border-radius:var(--radius-lg);z-index:-1;opacity:.5}@media(max-width:1024px){.st-hero__grid{grid-template-columns:1fr;gap:3rem}.st-hero__text,.st-hero__media-wrapper{grid-column:1 / -1}.st-hero__deco{display:none}.st-hero__heading{font-size:clamp(2.25rem,8vw,3.5rem)}}.st-story{background-color:var(--surface-container-lowest);padding-top:var(--space-24);padding-bottom:var(--space-24)}.st-story__grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.st-story__text{order:2}.st-story__body{display:flex;flex-direction:column;gap:1.5rem;color:var(--on-surface-variant);font-family:var(--font-body);line-height:1.75}.st-story__quote{font-family:var(--font-editorial);font-style:italic;font-weight:400;color:var(--primary);font-size:1.375rem;border-left:3px solid var(--secondary);padding-left:1.5rem;margin:1.5rem 0}.st-story__gallery{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;order:1}.st-story__col-left{display:flex;flex-direction:column;gap:1.25rem}.st-story__col-right{padding-top:var(--space-12)}.st-story__img-portrait{aspect-ratio:3 / 4;width:100%;object-fit:cover;border-radius:var(--radius-lg)}.st-story__img-square{aspect-ratio:1 / 1;width:100%;object-fit:cover;border-radius:var(--radius-lg)}.st-story__img-tall{aspect-ratio:2 / 3;width:100%;object-fit:cover;border-radius:var(--radius-lg)}@media(max-width:1024px){.st-story__grid{grid-template-columns:1fr;gap:4rem}.st-story__text{order:1}.st-story__gallery{order:2}.st-story__col-right{padding-top:0}}.st-values{background-color:var(--background);padding-top:var(--space-24);padding-bottom:var(--space-24)}.st-values__header{text-align:center;margin-bottom:var(--space-16)}.st-values__hr{height:3px;width:4rem;background:linear-gradient(90deg,var(--secondary),transparent);margin:1.5rem auto 0;border-radius:var(--radius-full)}.st-values__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.st-value-card{background-color:var(--surface-container-low);padding:3rem;border-radius:var(--radius-lg);transition:all .4s cubic-bezier(.16,1,.3,1);border:1px solid var(--outline-variant)}.st-value-card:hover{transform:translateY(-8px);background-color:var(--surface-container-lowest);box-shadow:var(--shadow-ambient);border-color:var(--secondary)}.st-value-card--accent{background:linear-gradient(135deg,var(--primary),var(--primary-container));color:var(--on-primary);border:none}.st-value-card--accent:hover{filter:brightness(1.1)}.st-value-icon{margin-bottom:2rem;color:var(--secondary);display:inline-block}.st-value-title{font-family:var(--font-montserrat);font-size:1.375rem;font-weight:700;color:var(--primary);margin-bottom:1rem}.st-value-card--accent .st-value-title{color:var(--on-primary)}.st-value-desc{font-family:var(--font-body);font-size:.9375rem;line-height:1.65;color:var(--on-surface-variant)}.st-value-card--accent .st-value-desc{color:#ffffffe6}@media(max-width:991px){.st-values__grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.st-values__grid{grid-template-columns:1fr}.st-value-card{padding:2rem}}.st-community{padding-top:var(--space-24);padding-bottom:var(--space-24);background-color:var(--surface-container-low);overflow:hidden}.st-community-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3.5rem;gap:1.5rem;flex-wrap:wrap}.st-community-heading-area{max-width:36rem;flex:1 1 auto;min-width:0}.st-community-subhead{font-family:var(--font-editorial);font-style:italic;font-size:1.125rem;color:var(--on-surface-variant);word-wrap:break-word;overflow-wrap:break-word}.st-community-nav{display:flex;gap:.75rem;flex-shrink:0}.st-nav-btn{width:3.5rem;height:3.5rem;border:1.5px solid var(--outline-variant);border-radius:var(--radius-full);background:var(--surface-container-lowest);cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--primary);transition:all .3s ease;box-shadow:var(--shadow-ambient-sm)}.st-nav-btn:hover{background-color:var(--primary);color:var(--on-primary);transform:scale(1.05);border-color:var(--primary)}.st-carousel{padding:0 2rem 2rem;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory}.st-carousel::-webkit-scrollbar{display:none}.st-carousel-inner{display:flex;gap:2rem}.st-review-card{min-width:320px;width:320px;background-color:var(--surface-container-lowest);padding:2.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-ambient-sm);flex-shrink:0;border:1px solid var(--outline-variant);scroll-snap-align:start;box-sizing:border-box}@media(min-width:768px){.st-review-card{min-width:480px;width:480px}}.st-review-quote{font-family:var(--font-editorial);font-size:1.25rem;font-style:italic;color:var(--primary);margin-bottom:2.5rem;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.st-reviewer{display:flex;align-items:center;gap:1.25rem}.st-avatar{width:3.5rem;height:3.5rem;border-radius:var(--radius-full);overflow:hidden;border:2px solid var(--surface-variant);flex-shrink:0}.st-reviewer-name{display:block;font-family:var(--font-montserrat);font-weight:700;font-size:.9375rem;color:var(--on-surface)}.st-reviewer-role{font-family:var(--font-body);font-size:.75rem;color:var(--on-surface-variant);text-transform:uppercase;letter-spacing:.05em}@media(max-width:767px){.st-community{padding-top:3rem;padding-bottom:3rem}.st-community-header{flex-direction:column;align-items:flex-start;margin-bottom:2rem;gap:1.25rem}.st-community-heading-area{max-width:100%}.st-community-subhead{font-size:1rem}.st-community-nav{align-self:flex-end}.st-carousel{padding:0 1rem 1.5rem}.st-carousel-inner{gap:1rem}.st-review-card{min-width:calc(100vw - 3rem);width:calc(100vw - 3rem);padding:1.75rem}.st-review-quote{font-size:1.0625rem;margin-bottom:1.75rem}}.st-cta{padding-top:var(--space-24);padding-bottom:var(--space-24);background:linear-gradient(135deg,var(--primary),var(--primary-container));color:var(--on-primary);text-align:center;position:relative;overflow:hidden}.st-cta-inner{max-width:48rem;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.st-cta-heading{font-family:var(--font-montserrat);font-size:clamp(2rem,5vw,3rem);font-weight:800;margin-bottom:1.5rem;letter-spacing:-.02em}.st-cta-sub{font-family:var(--font-editorial);font-style:italic;font-size:1.25rem;opacity:.9;margin-bottom:3.5rem;max-width:36rem;margin-left:auto;margin-right:auto}.st-form{display:flex;gap:1rem;max-width:36rem;margin:0 auto;background:rgba(var(--surface-container-lowest-rgb, 11, 17, 32),.1);padding:.5rem;border-radius:var(--radius-full);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1.5px solid rgba(255,255,255,.2)}.st-input{flex-grow:1;background:transparent;border:none;color:#fff;padding:0 1.5rem;outline:none;font-family:var(--font-body);font-size:.9375rem}.st-input::placeholder{color:#fff9}.st-cta .st-btn-secondary{background:#fff;color:var(--primary);border:none;padding:.75rem 2rem}.st-cta .st-btn-secondary:hover{background:var(--surface-container);color:var(--primary)}@media(max-width:768px){.st-form{flex-direction:column;border-radius:var(--radius-lg);padding:1.25rem}.st-input{padding:.75rem 0;text-align:center;border-bottom:1px solid rgba(255,255,255,.2);margin-bottom:1rem}.st-cta .st-btn-secondary{width:100%;justify-content:center}}@media(max-width:768px){.st-container{padding:0 1.5rem}}.footer{margin-top:var(--space-16)}.footer-logo{color:var(--primary)!important}.footer-active{color:var(--secondary)!important;text-decoration:underline;text-underline-offset:4px}
/*# sourceMappingURL=/cdn/shop/t/62/assets/about-us.css.map */
