.about-page{font:var(--text-font-style) var(--text-font-weight) var(--text-base) / 1.65 var(--text-font-family);letter-spacing:var(--text-letter-spacing);color:#333;line-height:1.5}.about-page h1,.about-page h2,.about-page h3{font-family:var(--heading-font-family);font-weight:500;color:#1a1a1a;line-height:1.2}.about-hero{position:relative;min-height:85vh;display:flex;align-items:center;background:#1a1a1a;overflow:hidden}.about-hero__background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.about-hero__background img{width:100%;height:100%;object-fit:cover;opacity:.5}.about-hero__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1a1a1ae6,#1a1a1a99,#1a1a1a66);z-index:2}.about-hero__container{position:relative;z-index:3;max-width:1200px;margin:0 auto;padding:4rem 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-hero__content{color:#fff}.about-hero__content .eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#d4a84b;margin-bottom:1.5rem;display:block}.about-hero__content h1{font-size:clamp(3rem,6vw,4.5rem);margin-bottom:2rem;color:#fff;line-height:1.1}.about-hero__content p{font-size:1.125rem;color:#ffffffd9;margin-bottom:1.5rem;line-height:1.8}.about-hero__content .btn{margin-top:1rem}.about-hero__featured{position:relative}.about-hero__featured-image{position:relative;border:1px solid rgba(255,255,255,.2);padding:1rem;background:#ffffff0d}.about-hero__featured-image img{width:100%;height:450px;object-fit:cover}.about-hero__featured-caption{position:absolute;bottom:-1rem;left:2rem;background:#b8860b;color:#fff;padding:.75rem 1.5rem;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.about-section{padding:5rem 15px;max-width:1230px;margin:0 auto}.about-section--gray{background:#f5f3f0;max-width:100%;padding-left:2rem;padding-right:2rem}.about-section--gray .about-section__inner{max-width:1200px;margin:0 auto}.about-section--dark{background:#1a1a1a;color:#fff;max-width:100%;padding-left:2rem;padding-right:2rem}.about-section--dark .about-section__inner{max-width:1200px;margin:0 auto}.about-section--dark h2,.about-section--dark h3{color:#fff}.about-section--dark p{color:#fffc}.about-section h2{font-size:clamp(2rem,4vw,2.75rem);margin-bottom:1.5rem;text-align:center}.about-section .lead{font-size:1.125rem;color:#666;text-align:center;max-width:700px;margin:0 auto 3rem}.about-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;align-items:center}.about-grid--reverse{direction:rtl}.about-grid--reverse>*{direction:ltr}.about-grid__image img{width:100%;height:450px;object-fit:cover}.founder-story-section .about-grid__image img{width:100%;height:100%;object-fit:cover}.about-grid__content h3{font-size:1.75rem;margin-bottom:1rem}.about-grid__content p{color:#666;margin-bottom:1rem}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.service-card{text-align:center;padding:2.5rem 2rem;background:#fff;border:1px solid #e0ddd8;transition:all .3s ease}.service-card:hover{border-color:#b8860b;transform:translateY(-4px);box-shadow:0 10px 30px #00000014}.service-card__icon{width:48px;height:48px;margin:0 auto 1.5rem;color:#b8860b}.service-card h4{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;font-weight:500;margin-bottom:.75rem;color:#1a1a1a}.service-card p{font-size:.9375rem;color:#666;margin:0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center;padding:3rem 0}.stat-item__number{font-family:Cormorant Garamond,Georgia,serif;font-size:3.5rem;font-weight:600;color:#b8860b;line-height:1;margin-bottom:.5rem}.stat-item__label{font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;color:#ffffffb3}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:3rem}.value-item{text-align:center}.value-item h4{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;font-weight:500;margin-bottom:.75rem;color:#1a1a1a}.value-item p{font-size:.9375rem;color:#666;margin:0}.cta-section{text-align:center;padding:5rem 2rem;background:linear-gradient(135deg,#faf8f5,#f5f3f0)}.cta-section h2{margin-bottom:1rem}.cta-section p{color:#666;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.5rem;font-family:Montserrat,sans-serif;font-size:.8125rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease}.btn--primary{background:#1a1a1a;color:#fff}.btn--primary:hover{background:#b8860b}.btn--gold{background:#b8860b;color:#fff}.btn--gold:hover{background:#d4a84b}.btn--secondary{background:transparent;color:#1a1a1a;border:1px solid #1a1a1a;margin-left:1rem}.btn--secondary:hover{background:#1a1a1a;color:#fff}@media (max-width: 1024px){.about-hero__container{grid-template-columns:1fr;gap:3rem;text-align:center;padding-left:15px;padding-right:15px}.about-hero__featured{max-width:500px;margin:0 auto}.about-hero__content .btn{margin:1rem auto 0}.about-grid{grid-template-columns:1fr;gap:2rem}.about-grid--reverse{direction:ltr}.services-grid,.values-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.about-hero{min-height:100vh}.about-hero__content h1{font-size:2.5rem}.stats-grid{grid-template-columns:1fr}.btn--secondary{margin-left:0;margin-top:1rem}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/about-us.css.map */
