.dlc-hero-breakout{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;overflow:hidden}.dlc-hero-container{max-width:1320px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:center;text-align:inherit}.dlc-hero-kicker{display:inline-block;margin-bottom:2rem;padding:8px 24px;border-radius:100px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.18em;border:1px solid color-mix(in srgb,currentColor 20%,transparent)}.dlc-hero-title{font-size:clamp(2.4rem,5vw,4rem);line-height:1.08;font-weight:300;margin-bottom:2.5rem;letter-spacing:-.03em}.dlc-hero-title strong{font-weight:700}.dlc-hero-description p{font-size:1.1rem;line-height:1.85;margin-bottom:1.5rem;display:inline-block;width:100%;max-width:60ch}.dlc-hero-stats-row{display:flex;gap:60px;margin-top:50px;padding-top:40px;justify-content:flex-start}.dlc-stat-item strong{display:block;font-size:1.15rem;margin-bottom:6px;font-weight:700;letter-spacing:-.01em}.dlc-stat-item span{display:block;font-size:.85rem;text-transform:uppercase;letter-spacing:.12em;font-weight:400}.dlc-image-main{width:100%;aspect-ratio:1/1;border-radius:28px;overflow:hidden}.dlc-image-main img{width:100%;height:100%;object-fit:cover}@keyframes dlcFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes dlcImageReveal{0%{opacity:0;transform:scale(1.03)}to{opacity:1;transform:scale(1)}}.dlc-reveal{opacity:0;animation:dlcFadeUp 1s cubic-bezier(.22,1,.36,1) forwards}.dlc-reveal-img{opacity:0;animation:dlcImageReveal 1.2s cubic-bezier(.22,1,.36,1) forwards}.dlc-delay-1{animation-delay:.1s}.dlc-delay-2{animation-delay:.2s}.dlc-delay-3{animation-delay:.3s}@media(max-width:1024px){.dlc-hero-container{grid-template-columns:1fr;gap:48px}.dlc-hero-text-side{order:2}.dlc-hero-visual-side{order:1;max-width:500px}.dlc-hero-stats-row{gap:40px}}@media(max-width:767px){.dlc-hero-title{font-size:2.2rem}.dlc-hero-stats-row{flex-direction:column;gap:32px}}.dlc-values-section-v2{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;overflow:hidden}.dlc-values-container-v2{max-width:1320px;margin:0 auto;padding:0 40px}.dlc-values-header-v2{margin-bottom:80px}.dlc-values-title-v2{font-size:clamp(2.4rem,5vw,4rem);line-height:1.05;font-weight:300;margin-top:1.5rem;margin-bottom:2rem;letter-spacing:-.03em}.dlc-values-title-v2 strong{font-weight:700}.dlc-values-subtitle-v2{font-size:1.25rem;line-height:1.6;display:inline-block;width:100%;max-width:50ch}.dlc-values-list-v2{display:flex;flex-direction:column}.dlc-value-row{display:flex;padding:60px 0;gap:60px;align-items:flex-start;transition:background-color .4s ease}.dlc-value-row:hover{background-color:#0e2d1f08}.dlc-value-row:hover .dlc-value-number,.dlc-value-row:hover .dlc-value-content{transform:translate(10px)}.dlc-value-number{font-size:clamp(3rem,6vw,5rem);font-weight:300;line-height:1;flex-shrink:0;width:15%;transition:all .5s cubic-bezier(.22,1,.36,1);font-variant-numeric:tabular-nums}.dlc-value-content{display:flex;flex:1;gap:60px;transition:transform .5s cubic-bezier(.22,1,.36,1)}.dlc-value-content h3{font-size:2rem;font-weight:600;margin:0;width:35%;flex-shrink:0;line-height:1.2;letter-spacing:-.02em}.dlc-value-content p{font-size:1.15rem;line-height:1.7;margin:0;max-width:55ch}@media(max-width:1024px){.dlc-value-row{flex-direction:column;gap:24px;padding:40px 0}.dlc-value-row:hover .dlc-value-number,.dlc-value-row:hover .dlc-value-content{transform:translate(0)}.dlc-value-number{width:100%;font-size:3.5rem}.dlc-value-content{flex-direction:column;gap:16px}.dlc-value-content h3{width:100%;font-size:1.75rem}}@media(max-width:767px){.dlc-values-title-v2{font-size:2.2rem}}.dlc-collections-section{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;overflow:hidden}.dlc-collections-container{max-width:1320px;margin:0 auto;padding:0 40px}.dlc-collections-header{margin-bottom:60px}.dlc-collections-title{font-size:clamp(2.2rem,4vw,3.2rem);line-height:1.1;font-weight:300;margin-top:1.5rem;margin-bottom:2rem;letter-spacing:-.02em}.dlc-collections-title strong{font-weight:700}.dlc-collections-subtitle{font-size:1.1rem;line-height:1.8;display:inline-block;width:100%;max-width:60ch}.dlc-collections-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.dlc-collection-card{display:block;text-decoration:none}.dlc-collection-image-wrapper{border-radius:20px;overflow:hidden;aspect-ratio:4 / 5;margin-bottom:24px}.dlc-collection-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.22,1,.36,1)}.dlc-collection-card:hover .dlc-collection-image-wrapper img{transform:scale(1.05)}.dlc-collection-info h3{font-size:1.3rem;font-weight:700;margin:0 0 8px;letter-spacing:-.01em;transition:color .3s ease}.dlc-collection-link-text{font-size:.85rem;text-transform:uppercase;letter-spacing:.12em;font-weight:600;display:flex;align-items:center;gap:8px;transition:color .3s ease}.dlc-collection-link-text svg{width:14px;height:14px;transition:transform .3s ease}.dlc-collection-card:hover .dlc-collection-link-text svg{transform:translate(4px)}@media(max-width:1024px){.dlc-collections-grid{grid-template-columns:repeat(2,1fr);gap:40px 24px}}@media(max-width:767px){.dlc-collections-grid{grid-template-columns:1fr;gap:40px}}
/*# sourceMappingURL=/cdn/shop/t/60/assets/dp_about_us_page.css.map */
