.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.dpath{--dpath-pad-block: clamp(4rem, 9vw, 8rem);--dpath-rail-y: .85rem;background:var(--dpath-bg, #111827);padding-block:var(--dpath-pad-block);padding-inline:clamp(1.25rem,5vw,4rem);color:var(--dpath-text, #fff);overflow:clip}.dpath__inner{max-width:1280px;margin-inline:auto}.dpath__header{max-width:38rem;margin-bottom:clamp(3.5rem,7vw,6rem)}.dpath__eyebrow{display:inline-block;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:var(--dpath-accent, #d4af37);margin-bottom:1.1rem}.dpath__title{font-family:Georgia Pro,Georgia,Times New Roman,serif;font-weight:400;font-size:clamp(2.4rem,6vw,4rem);line-height:1.05;letter-spacing:-.01em;margin:0;color:var(--dpath-text, #fff)}.dpath__subtitle{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.65;color:var(--dpath-muted, #a0aec0);margin:1.4rem 0 0;max-width:34rem}.dpath__track{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(var(--dpath-count, 5),minmax(0,1fr));gap:clamp(1.5rem,3vw,2.75rem)}.dpath__step{position:relative;padding-top:calc(var(--dpath-rail-y) + 2.4rem)}.dpath__rail{position:absolute;top:var(--dpath-rail-y);left:0;right:0;height:1px}.dpath__line{position:absolute;top:0;right:0;bottom:0;left:0;background:color-mix(in oklab,var(--dpath-accent) 28%,transparent);transform-origin:left center}.dpath__step:first-child .dpath__line{left:7px;border-radius:1px 0 0 1px}.dpath__step:last-child .dpath__line{right:7px}.dpath__node{position:absolute;top:50%;left:0;width:9px;height:9px;margin-top:-4px;border-radius:50%;background:var(--dpath-bg, #111827);box-shadow:inset 0 0 0 1.5px var(--dpath-accent);transition:background .22s cubic-bezier(.22,1,.36,1),box-shadow .22s cubic-bezier(.22,1,.36,1),transform .22s cubic-bezier(.22,1,.36,1)}.dpath__num{display:block;font-family:Georgia Pro,Georgia,Times New Roman,serif;font-size:clamp(1.6rem,2.4vw,2.1rem);font-weight:700;line-height:1;color:var(--dpath-accent, #d4af37);margin-bottom:1.15rem;font-variant-numeric:tabular-nums lining-nums}.dpath__step-title{font-family:Georgia Pro,Georgia,Times New Roman,serif;font-weight:400;font-size:clamp(1.25rem,1.8vw,1.55rem);line-height:1.2;margin:0 0 .7rem;color:var(--dpath-text, #fff)}.dpath__step-desc{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:.95rem;line-height:1.72;color:var(--dpath-muted, #a0aec0);margin:0;max-width:22ch}@media(hover:hover){.dpath__step:hover .dpath__node{background:var(--dpath-accent);box-shadow:inset 0 0 0 1.5px var(--dpath-accent),0 0 0 5px color-mix(in oklab,var(--dpath-accent) 14%,transparent);transform:scale(1.12)}.dpath__step:hover .dpath__num{color:color-mix(in oklab,var(--dpath-accent) 80%,white 20%)}}@media(prefers-reduced-motion:no-preference){.dpath__line{transform:scaleX(0);transition:transform .7s cubic-bezier(.16,1,.3,1);transition-delay:calc(var(--i) * .11s)}.dpath__num,.dpath__step-title,.dpath__step-desc,.dpath__node{opacity:0;transform:translateY(14px);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1);transition-delay:calc(var(--i) * .11s + .18s)}.dpath__node{transform:translateY(0) scale(.4)}.dpath.is-visible .dpath__line{transform:scaleX(1)}.dpath.is-visible .dpath__num,.dpath.is-visible .dpath__step-title,.dpath.is-visible .dpath__step-desc{opacity:1;transform:translateY(0)}.dpath.is-visible .dpath__node{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:900px){.dpath__track{grid-template-columns:1fr;gap:0}.dpath__step{padding-top:0;padding-left:clamp(2.25rem,7vw,3rem);padding-bottom:clamp(2.25rem,5vw,3rem)}.dpath__step:last-child{padding-bottom:0}.dpath__rail{top:.35rem;bottom:0;left:4px;right:auto;width:1px;height:auto}.dpath__line{transform-origin:top center}.dpath__step:first-child .dpath__line{left:0;top:7px;border-radius:1px 1px 0 0}.dpath__step:last-child .dpath__line{right:auto;bottom:7px}.dpath__node{top:.35rem;left:50%;margin-top:0;margin-left:-4px}.dpath__step-desc{max-width:46ch}@media(prefers-reduced-motion:no-preference){.dpath__line{transform:scaleY(0)}.dpath.is-visible .dpath__line{transform:scaleY(1)}}}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:10px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/2/compiled_assets/styles.css.map */
