.page-hero{background:var(--ad-navy);color:#fff;overflow:hidden}.page-hero-layout{max-width:1200px;margin:0 auto;padding:0 1.25rem;display:flex;flex-direction:column;position:relative}.page-hero-inner{padding:var(--spacing-large) 0 var(--spacing-medium)}.page-hero-inner .section-eyebrow{color:var(--ad-yellow)}.page-hero-inner h1{color:#fff;font-size:clamp(2.5rem,2rem + 2.5vw,4rem);font-weight:900;margin-bottom:.75rem;line-height:1.1;letter-spacing:-.02em}.page-hero-inner p{color:#ffffffb3;font-size:var(--text-md);max-width:520px;line-height:1.6}.page-hero-image{order:2;display:flex;align-items:flex-end;justify-content:center;margin-bottom:0;line-height:0;position:relative}.page-hero-image:before{content:"";position:absolute;width:280px;height:280px;border-radius:50%;background:#ffffff12;top:50%;left:50%;transform:translate(-50%,-45%)}.page-hero-image:after{content:"";position:absolute;width:100px;height:100px;border-radius:50%;background:#ffffff0d;top:8%;right:0}.page-hero-image img{max-height:260px;width:auto;object-fit:contain;position:relative;z-index:1}@media(min-width:768px){.page-hero-layout{flex-direction:row;align-items:stretch;gap:2rem}.page-hero-inner{flex:1;padding:var(--spacing-x-large) 0;order:0;display:flex;flex-direction:column;justify-content:center}.page-hero-image{order:0;flex:0 0 420px;align-items:flex-end;justify-content:center;align-self:flex-end}.page-hero-image:before{width:360px;height:360px}.page-hero-image img{max-height:460px}}@media(max-width:767px){.page-hero-layout{flex-direction:column}.page-hero-inner{order:1;padding:var(--spacing-large) 0 var(--spacing-small)}.page-hero-image{order:2;align-items:flex-end;justify-content:center;margin-bottom:0;padding-bottom:0}.page-hero-image img{display:block;margin-bottom:0}}.section{padding:var(--spacing-large) var(--spacing-medium)}.section-eyebrow{display:inline-block;font-size:var(--text-xs);font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-primary);margin-bottom:.75rem}.section-header{text-align:center;max-width:680px;margin:0 auto var(--spacing-medium)}.section-header h2{margin-bottom:.75rem}.section-header p{color:var(--color-muted)}.heritage-section{background:var(--color-base);position:relative;overflow:hidden}.heritage-layout{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}@media(min-width:900px){.heritage-layout{grid-template-columns:1fr 320px;gap:3rem}}.heritage-copy .section-eyebrow{display:inline-block}.heritage-copy h2{margin-bottom:.75rem}.heritage-copy p{color:var(--color-muted);line-height:1.65;margin-bottom:1rem}.heritage-copy p:last-child{margin-bottom:0}.heritage-art{display:none;position:relative;justify-content:center;align-items:center}@media(min-width:900px){.heritage-art{display:flex}}.problem-art-circle{width:280px;height:280px;border-radius:50%;background:var(--ad-cream);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.problem-art-circle img{width:90%;height:auto;object-fit:contain}.problem-art-circle:after{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;border-radius:50%;border:2px solid rgba(0,0,0,.04)}.why-section{background:var(--color-surface)}.why-section-bg{display:none}.why-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.why-grid{grid-template-columns:repeat(3,1fr)}}.why-card{background:var(--color-base);border-radius:var(--radius-lg);border:1px solid var(--color-outline);padding:1.75rem 1.5rem;transition:transform .2s,box-shadow .2s}.why-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000000f}.why-card-icon{width:44px;height:44px;border-radius:var(--radius);background:var(--color-primary-light);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.why-card-icon svg{width:22px;height:22px;stroke:var(--color-primary);stroke-width:2;fill:none}.why-card h3{font-size:var(--text-md);font-weight:700;color:var(--color-contrast);margin-bottom:.5rem}.why-card p{font-size:var(--text-sm);color:var(--color-muted);line-height:1.55;margin:0}.cert-section{background:var(--color-base);position:relative;overflow:hidden}.cert-layout{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media(min-width:900px){.cert-layout{grid-template-columns:1fr 1fr;gap:3rem}}.cert-image{border-radius:16px;overflow:hidden}.cert-image img{width:100%;height:auto;display:block;border-radius:16px}.cert-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.cert-card{background:var(--color-base);border:1px solid var(--color-outline);border-radius:var(--radius-lg);padding:2rem 1.5rem;text-align:center;transition:transform .2s,box-shadow .2s}.cert-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.cert-icon{width:64px;height:64px;border-radius:50%;background:var(--ad-green);display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.cert-icon svg{width:28px;height:28px;stroke:#fff;stroke-width:2;fill:none}.cert-card h4{margin-bottom:.375rem}.cert-card p{font-size:var(--text-base-sm);color:var(--color-muted);line-height:1.6;margin:0}@media(max-width:767px){.cert-grid{grid-template-columns:1fr}}.page-cta{background:var(--ad-navy);color:#fff;padding:var(--spacing-x-large) var(--spacing-medium) calc(var(--spacing-x-large) + 2px);text-align:center;position:relative;overflow:hidden;margin-bottom:-2px}.page-cta:before{content:"";position:absolute;width:200px;height:200px;border-radius:50%;background:#ffffff08;top:-60px;right:10%}.cta-layout{max-width:1200px;margin:0 auto;padding:0 1.25rem;display:grid;grid-template-columns:1fr;gap:var(--spacing-large);align-items:center;position:relative;z-index:2}@media(min-width:768px){.cta-layout{grid-template-columns:3fr 2fr}.page-cta{text-align:left}}.page-cta h2{color:#fff;margin-bottom:.75rem}.page-cta p{color:#ffffffb3;max-width:500px;margin:0 0 1.5rem;line-height:1.6}.cta-visual{display:flex;justify-content:center;align-items:center;position:relative}.cta-visual:before{content:"";position:absolute;width:320px;height:320px;border-radius:50%;background:#ffffff0d;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-visual:after{content:"";position:absolute;width:70px;height:70px;border-radius:50%;background:#ffffff0a;top:0;right:0}.cta-visual img{max-height:300px;width:auto;position:relative;z-index:1}@media(max-width:767px){.cta-visual{display:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-page-about.css.map */
