body:has(.hp-blog) #header-group,body:has(.hp-blog) footer{display:none!important}.hp-blog{--hp-bg: var(--wm-cream);--hp-ink: var(--wm-ink);--hp-moss: var(--wm-orange);--hp-moss-dark: var(--wm-orange-deep);--hp-cream: var(--wm-cream);--hp-clay: var(--wm-mustard);--hp-accent: var(--wm-orange-soft);--hp-muted: var(--wm-ink-2);--hp-border: var(--wm-ink-line);--hp-blog-hero-padding-top: 180px;--hp-blog-hero-padding-bottom: 96px;--hp-blog-section-padding: 120px;background:var(--hp-bg);color:var(--hp-ink);font-family:Plus Jakarta Sans,ui-sans-serif,system-ui,sans-serif;overflow:clip}.hp-blog *,.hp-blog *:before,.hp-blog *:after{box-sizing:border-box}.hp-blog a{color:inherit;text-decoration:none}.hp-blog h1,.hp-blog h2,.hp-blog h3,.hp-blog h4{font-family:Fraunces,Georgia,serif;letter-spacing:-.04em}.hp-blog-wrap{width:min(100% - 32px,1280px);margin-inline:auto}.hp-blog-hero{position:relative;padding-top:var(--hp-blog-hero-padding-top);padding-bottom:var(--hp-blog-hero-padding-bottom);overflow:hidden}.hp-blog-orb{position:absolute;border-radius:999px;filter:blur(100px);pointer-events:none}.hp-blog-orb--left{top:-20vw;left:-16vw;width:min(60vw,700px);aspect-ratio:1;background:#7209b71f}.hp-blog-hero__inner{position:relative;z-index:1;display:grid;justify-items:center;gap:24px;text-align:center}.hp-blog-hero__title{max-width:980px;margin:0;font-size:clamp(56px,10vw,128px);font-weight:750;line-height:.88}.hp-blog-hero__title em{color:var(--hp-moss);font-style:italic}.hp-blog-hero__copy{max-width:640px;margin:0;color:var(--hp-muted);font-size:clamp(17px,1.8vw,21px);line-height:1.6}.hp-blog-featured{padding-top:clamp(40px,6vw,80px);padding-bottom:clamp(40px,6vw,80px)}.hp-blog-featured__card{display:flex;flex-direction:column;overflow:hidden;border:1px solid rgb(232 232 240 / .6);border-radius:80px 80px 80px 24px;background:var(--hp-cream);box-shadow:0 32px 90px #1a1a2e1a;transition:border-color .4s ease,box-shadow .4s ease}.hp-blog-featured__card:hover{border-color:#ff47574d;box-shadow:0 48px 120px #1a1a2e29}.hp-blog-featured__image-wrap{width:100%;overflow:hidden;aspect-ratio:16 / 9;position:relative}.hp-blog-featured__image-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#1a1a2e2e;transition:opacity .5s ease}.hp-blog-featured__card:hover .hp-blog-featured__image-wrap:after{opacity:0}.hp-blog-featured__image,.hp-blog-featured__image-placeholder{display:block;width:100%;height:100%;object-fit:cover;transition:transform .9s ease}.hp-blog-featured__image-placeholder{background:var(--hp-accent)}.hp-blog-featured__card:hover .hp-blog-featured__image{transform:scale(1.04)}.hp-blog-featured__content{display:grid;gap:20px;padding:clamp(32px,5vw,64px);align-content:start}.hp-blog-featured__meta{display:flex;align-items:center;gap:12px;font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--hp-muted)}.hp-blog-featured__tag{color:var(--hp-moss)}.hp-blog-featured__dot{width:4px;height:4px;border-radius:999px;background:currentColor;opacity:.4}.hp-blog-featured__title{margin:0;font-size:clamp(28px,4vw,52px);font-weight:700;line-height:1.05;transition:color .3s ease}.hp-blog-featured__card:hover .hp-blog-featured__title{color:var(--hp-moss)}.hp-blog-featured__excerpt{margin:0;color:var(--hp-muted);font-size:clamp(16px,1.5vw,18px);line-height:1.7}.hp-blog-featured__author{display:flex;align-items:center;gap:14px;padding-top:8px;border-top:1px solid var(--hp-border)}.hp-blog-featured__avatar{display:grid;width:44px;height:44px;place-items:center;border-radius:999px;background:#7209b724;color:var(--hp-clay);font-family:Fraunces,Georgia,serif;font-size:18px;font-weight:700;flex-shrink:0}.hp-blog-featured__author-name{font-size:14px;font-weight:700;color:var(--hp-ink)}.hp-blog-grid-section{padding-block:var(--hp-blog-section-padding)}.hp-blog-grid-head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:clamp(40px,6vw,72px)}.hp-blog-grid-title{margin:0;font-family:Fraunces,Georgia,serif;font-size:clamp(28px,4vw,52px);font-weight:700;line-height:1;letter-spacing:-.015em}.hp-blog-filters{display:flex;flex-wrap:wrap;gap:10px}.hp-blog-filter{padding:9px 22px;border:1px solid var(--hp-border);border-radius:999px;font-size:13px;font-weight:700;color:var(--hp-ink);transition:border-color .24s ease,background .24s ease,color .24s ease}.hp-blog-filter:hover{border-color:var(--hp-moss);color:var(--hp-moss)}.hp-blog-filter.is-active{background:var(--hp-moss);border-color:var(--hp-moss);color:#fff}.hp-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(24px,4vw,48px)}.hp-blog-card{display:flex;flex-direction:column;gap:20px}.hp-blog-card__image-wrap{overflow:hidden;aspect-ratio:4 / 3;background:var(--hp-accent)}.hp-blog-card__image-wrap--0{border-radius:30px 90px 30px 30px}.hp-blog-card__image-wrap--1{border-radius:30px 30px 30px 90px}.hp-blog-card__image-wrap--2{border-radius:90px 30px 30px}.hp-blog-card__image,.hp-blog-card__image-placeholder{display:block;width:100%;height:100%;object-fit:cover;opacity:.9;mix-blend-mode:multiply;transition:transform .7s ease,opacity .5s ease,mix-blend-mode .5s ease}.hp-blog-card__image-placeholder{background:var(--hp-cream)}.hp-blog-card:hover .hp-blog-card__image{transform:scale(1.06);opacity:1;mix-blend-mode:normal}.hp-blog-card__body{display:flex;flex-direction:column;gap:10px;padding-inline:4px}.hp-blog-card__meta{display:flex;align-items:center;gap:10px;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--hp-muted)}.hp-blog-card__tag{color:var(--hp-moss)}.hp-blog-card__dot{width:3px;height:3px;border-radius:999px;background:currentColor;opacity:.4}.hp-blog-card__title{margin:0;font-size:clamp(20px,2.2vw,28px);font-weight:700;line-height:1.15;transition:color .26s ease}.hp-blog-card:hover .hp-blog-card__title{color:var(--hp-moss)}.hp-blog-pagination{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:clamp(48px,7vw,96px)}.hp-blog-pagination__count{font-size:14px;font-weight:700;color:var(--hp-muted);letter-spacing:.08em}.hp-reveal{opacity:0;transform:translateY(38px);transition:opacity .72s ease,transform .72s cubic-bezier(.25,1,.5,1)}.hp-reveal.is-visible{opacity:1;transform:translateY(0)}@media(min-width:900px){.hp-blog-featured__card{flex-direction:row}.hp-blog-featured__image-wrap{width:60%;flex-shrink:0;aspect-ratio:auto;min-height:480px}.hp-blog-featured__content{width:40%}}@media(max-width:899px){.hp-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:599px){.hp-blog-grid{grid-template-columns:1fr}.hp-blog-featured__card{border-radius:40px 40px 40px 14px}.hp-blog-grid-head{flex-direction:column;align-items:flex-start}}
/*# sourceMappingURL=/cdn/shop/t/32/assets/hp-blog.css.map */
