.cdl-blog-header{text-align:center;padding:4rem 0 3.5rem;margin-bottom:2.5rem}.cdl-blog-header__title{font-size:clamp(3rem,5vw,5rem);font-weight:400;letter-spacing:-.02em;line-height:1.1;margin:0 0 1.2rem}.cdl-blog-header__subtitle{font-size:1.6rem;color:var(--color-foreground);opacity:.55;max-width:460px;margin:0 auto;line-height:1.6}.cdl-blog-filters{display:flex;align-items:center;gap:.8rem;margin-bottom:4rem;flex-wrap:wrap}.cdl-blog-filter{display:inline-flex;align-items:center;padding:.75rem 1.8rem;border-radius:10rem;font-size:1.3rem;font-weight:500;text-decoration:none;color:var(--color-foreground);border:1px solid rgba(0,0,0,.14);background:transparent;transition:background .18s ease,border-color .18s ease,color .18s ease;white-space:nowrap;letter-spacing:.01em}.cdl-blog-filter:hover,.cdl-blog-filter.is-active{background:var(--color-foreground);color:var(--color-background);border-color:var(--color-foreground)}.cdl-blog-hero{display:block;position:relative;border-radius:2rem;overflow:hidden;height:540px;text-decoration:none;color:#fff;margin-bottom:7rem}.cdl-blog-hero__image{position:absolute;top:0;right:0;bottom:0;left:0}.cdl-blog-hero__image img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.25,.46,.45,.94)}.cdl-blog-hero:hover .cdl-blog-hero__image img{transform:scale(1.04)}.cdl-blog-hero__image--placeholder{background:linear-gradient(135deg,#e8ddd6,#d4c5bc)}.cdl-blog-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000d9,#0000008c 45%,#00000026);pointer-events:none}.cdl-blog-hero__content{position:absolute;bottom:0;left:0;right:0;padding:4rem 5rem;z-index:1;max-width:800px;--color-foreground: 255, 255, 255;--color-base-text: 255, 255, 255;color:#fff}.cdl-blog-hero__badge{display:inline-block;font-size:1.05rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#ffffffa6!important;margin-bottom:1.2rem}.cdl-blog-hero__title{font-size:clamp(2.2rem,3.5vw,3.8rem);font-weight:400;line-height:1.2;margin:0 0 1.2rem;letter-spacing:-.02em;color:#fff!important}.cdl-blog-hero__meta{display:flex;align-items:center;gap:1rem;font-size:1.25rem;color:#fff9!important;margin-bottom:1.4rem}.cdl-blog-hero__dot{width:3px;height:3px;border-radius:50%;background:currentColor;flex-shrink:0}.cdl-blog-hero__excerpt{font-size:1.5rem;line-height:1.6;color:#ffffffc7!important;margin:0 0 2.2rem;max-width:540px}.cdl-blog-hero__cta{display:inline-flex;align-items:center;gap:.8rem;font-size:1.4rem;font-weight:500;color:#fff!important;border-bottom:1px solid rgba(255,255,255,.45);padding-bottom:2px;transition:gap .2s ease,border-color .2s ease}.cdl-blog-hero:hover .cdl-blog-hero__cta{gap:1.4rem;border-color:#ffffffe6}.cdl-blog-section-title{font-size:1.15rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--color-foreground);opacity:.4;margin-bottom:3rem;display:flex;align-items:center;gap:1.5rem}.cdl-blog-section-title:after{content:"";flex:1;height:1px;background:currentColor;opacity:.25}.cdl-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-bottom:6rem}.cdl-article-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;border-radius:1.6rem;overflow:hidden;background:var(--color-background);box-shadow:0 1px 6px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.cdl-article-card:hover{transform:translateY(-5px);box-shadow:0 10px 36px #0000001a}.cdl-article-card__image-wrapper{position:relative;overflow:hidden;aspect-ratio:4 / 3;background:#f0ebe6;flex-shrink:0}.cdl-article-card__image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.25,.46,.45,.94)}.cdl-article-card:hover .cdl-article-card__image-wrapper img{transform:scale(1.06)}.cdl-article-card__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f0ebe6,#e4dcd5)}.cdl-article-card__body{padding:2.2rem 2.4rem 2.4rem;flex:1;display:flex;flex-direction:column}.cdl-article-card__meta{display:flex;align-items:center;gap:.8rem;font-size:1.2rem;color:var(--color-foreground);opacity:.42;margin-bottom:1rem;letter-spacing:.01em}.cdl-article-card__dot{width:3px;height:3px;border-radius:50%;background:currentColor;flex-shrink:0}.cdl-article-card__title{font-size:1.75rem;font-weight:400;line-height:1.3;margin:0 0 1.2rem;letter-spacing:-.01em}.cdl-article-card__excerpt{font-size:1.4rem;line-height:1.65;color:var(--color-foreground);opacity:.6;margin-bottom:1.8rem;flex:1}.cdl-article-card__cta{display:inline-flex;align-items:center;gap:.5rem;font-size:1.3rem;font-weight:500;color:var(--color-foreground);opacity:.45;margin-top:auto;transition:opacity .2s ease,gap .2s ease}.cdl-article-card:hover .cdl-article-card__cta{opacity:1;gap:1rem}@media screen and (max-width:989px){.cdl-blog-hero{height:440px}.cdl-blog-hero__content{padding:3rem}.cdl-blog-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media screen and (max-width:749px){.cdl-blog-header{padding:3rem 0 2.5rem;text-align:left;margin-bottom:2rem}.cdl-blog-header__subtitle{margin:0;max-width:100%}.cdl-blog-filters{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.4rem;margin-bottom:3rem;margin-left:-1.5rem;margin-right:-1.5rem;padding-left:1.5rem;padding-right:1.5rem}.cdl-blog-filters::-webkit-scrollbar{display:none}.cdl-blog-hero{height:380px;border-radius:1.2rem;margin-bottom:5rem}.cdl-blog-hero__content{padding:2.4rem 2rem}.cdl-blog-hero__excerpt{display:none}.cdl-blog-hero__title{font-size:2.4rem}.cdl-blog-grid{grid-template-columns:1fr;gap:2rem}.cdl-blog-section-title{margin-bottom:2rem}}
/*# sourceMappingURL=/cdn/shop/t/33/assets/cdl-blog.css.map */
