.hevn-journal{background:var(--color-hevn-warm-cream, #f9f5ee)}.hevn-journal__hero{text-align:center;max-width:64rem;margin:0 auto}.hevn-journal__eyebrow{font-family:Kalam,cursive;font-size:1.8rem;color:var(--color-hevn-terracotta, #c17b5a);margin:0 0 .8rem}.hevn-journal__title{font-family:Sora,sans-serif;font-weight:800;font-size:clamp(3.4rem,6vw,5.4rem);line-height:1.04;letter-spacing:-.035em;color:var(--color-hevn-text-primary, #3b3532);margin:0}.hevn-journal__subtitle{font-family:Inter,sans-serif;font-size:1.7rem;line-height:1.6;color:var(--color-hevn-text-body, #58524a);max-width:50rem;margin:1.6rem auto 0}.hevn-journal__stats{display:flex;justify-content:center;flex-wrap:wrap;gap:3.6rem;margin:2.8rem auto 0}.hevn-journal__stat{display:flex;flex-direction:column;align-items:center}.hevn-journal__stat-num{font-family:Sora,sans-serif;font-weight:800;font-size:2.6rem;line-height:1;color:var(--color-hevn-text-primary, #3b3532)}.hevn-journal__stat-label{font-family:Inter,sans-serif;font-size:1.2rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-hevn-text-muted, #a09585);margin-top:.4rem}.hevn-journal__search{position:relative;display:flex;align-items:center;max-width:52rem;margin:3.2rem auto 0}.hevn-journal__search-icon{position:absolute;left:2rem;display:inline-flex;color:var(--color-hevn-text-muted, #a09585)}.hevn-journal__search-icon svg{width:1.9rem;height:1.9rem}.hevn-journal__search-input{flex:1 1 auto;width:100%;font-family:Inter,sans-serif;font-size:1.55rem;color:var(--color-hevn-text-primary, #3b3532);background:var(--color-hevn-clay-light, #efe7da);border:1px solid var(--color-hevn-border-light, #e6dfd2);border-radius:100px;padding:1.4rem 2rem 1.4rem 4.8rem;outline:none;transition:border-color .2s ease,background-color .2s ease}.hevn-journal__search-input::placeholder{color:var(--color-hevn-text-muted, #a09585)}.hevn-journal__search-input:focus{border-color:var(--color-hevn-terracotta, #c17b5a);background:var(--color-hevn-warm-cream, #f9f5ee)}.hevn-journal__filter{display:flex;flex-wrap:wrap;justify-content:center;gap:.9rem;margin:3.2rem auto 0;max-width:84rem}.hevn-journal__pill{font-family:Inter,sans-serif;font-size:1.3rem;font-weight:600;color:var(--color-hevn-text-body, #58524a);text-decoration:none;background:var(--color-hevn-clay-light, #efe7da);border:1px solid var(--color-hevn-border-light, #e6dfd2);border-radius:100px;padding:.8rem 1.6rem;transition:color .2s ease,background-color .2s ease,border-color .2s ease}.hevn-journal__pill:hover{color:var(--color-hevn-terracotta, #c17b5a);border-color:var(--color-hevn-terracotta, #c17b5a)}.hevn-journal__pill.is-active{color:var(--color-hevn-warm-cream, #f9f5ee);background:var(--color-hevn-dark-earth, #2e2a28);border-color:var(--color-hevn-dark-earth, #2e2a28)}.hevn-journal__pill-count{opacity:.55;font-weight:400;margin-left:.4rem}.hevn-journal__pill.is-active .hevn-journal__pill-count{opacity:.7}.hevn-journal__grid{display:grid;grid-template-columns:1fr;gap:2.8rem;max-width:112rem;margin:4.4rem auto 0}.hevn-journal__card{position:relative;display:flex;flex-direction:column;background:var(--color-hevn-clay-light, #efe7da);border:1px solid var(--color-hevn-border-light, #e6dfd2);border-radius:16px;overflow:hidden;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease}.hevn-journal__card:hover{transform:translateY(-3px);box-shadow:0 16px 34px #2e2a281f}.hevn-journal__card-media{position:relative;display:block;aspect-ratio:16 / 10;overflow:hidden;background:radial-gradient(120% 120% at 20% 10%,rgba(193,123,90,.42),transparent 60%),linear-gradient(135deg,#3a322d,#2e2a28)}.hevn-journal__card-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.16,1,.3,1)}.hevn-journal__card:hover .hevn-journal__card-media img{transform:scale(1.04)}.hevn-journal__card-mark{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-family:Kalam,cursive;font-size:2.4rem;letter-spacing:.06em;color:#f9f5ee66}.hevn-journal__card:nth-child(3n+2) .hevn-journal__card-media{background:radial-gradient(120% 120% at 80% 10%,rgba(126,157,181,.4),transparent 60%),linear-gradient(135deg,#34302c,#2a2724)}.hevn-journal__card:nth-child(3n+3) .hevn-journal__card-media{background:radial-gradient(120% 120% at 50% 0%,rgba(200,185,164,.46),transparent 62%),linear-gradient(135deg,#3c352e,#2e2a28)}.hevn-journal__card-body{display:flex;flex-direction:column;flex:1 1 auto;padding:1.8rem 2rem 2.2rem}.hevn-journal__card-kicker{font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-hevn-terracotta, #c17b5a);margin:0 0 .7rem}.hevn-journal__card-title{font-family:Sora,sans-serif;font-weight:700;font-size:1.9rem;line-height:1.26;letter-spacing:-.01em;color:var(--color-hevn-text-primary, #3b3532);margin:0 0 .9rem}.hevn-journal__card-title a{color:inherit;text-decoration:none;transition:color .2s ease}.hevn-journal__card-title a:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.hevn-journal__card:hover .hevn-journal__card-title a{color:var(--color-hevn-terracotta, #c17b5a)}.hevn-journal__card-excerpt{font-family:Inter,sans-serif;font-size:1.45rem;line-height:1.6;color:var(--color-hevn-text-body, #58524a);margin:0 0 1.4rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hevn-journal__card-readmore{display:inline-flex;align-items:center;gap:.5rem;margin-top:auto;font-family:Sora,sans-serif;font-weight:700;font-size:1.3rem;color:var(--color-hevn-terracotta, #c17b5a);transition:gap .2s ease}.hevn-journal__card:hover .hevn-journal__card-readmore{gap:1rem}.hevn-journal__card-readmore svg{width:1.5rem;height:1.5rem}.hevn-journal__empty{text-align:center;padding:4.8rem 1.5rem}.hevn-journal__empty-kicker{font-family:Kalam,cursive;font-size:2rem;color:var(--color-hevn-terracotta, #c17b5a);margin:0 0 .6rem}.hevn-journal__empty-text{font-family:Inter,sans-serif;font-size:1.6rem;color:var(--color-hevn-text-body, #58524a);margin:0}.hevn-journal .pagination-wrapper{margin-top:4.8rem}@media screen and (min-width:750px){.hevn-journal__grid{grid-template-columns:repeat(2,1fr);gap:3rem}}@media screen and (min-width:990px){.hevn-journal__grid{grid-template-columns:repeat(3,1fr);gap:3.2rem}}.hevn-article__news{margin:6.4rem 0 0;padding:6.4rem 1.5rem;text-align:center;background-color:#26211f;color:var(--color-hevn-warm-cream, #f9f5ee);background-image:radial-gradient(72% 95% at 50% -12%,rgba(193,123,90,.3),transparent 62%),radial-gradient(48% 60% at 88% 116%,rgba(126,157,181,.16),transparent 70%)}.hevn-article__news-inner{max-width:48rem;margin:0 auto}.hevn-article__news-eyebrow{font-family:Kalam,cursive;font-size:1.6rem;color:var(--color-hevn-terracotta, #c17b5a);margin:0 0 .8rem}.hevn-article__news-heading{font-family:Sora,sans-serif;font-weight:800;font-size:clamp(2.6rem,5vw,3.6rem);letter-spacing:-.03em;margin:0;color:var(--color-hevn-warm-cream, #f9f5ee)}.hevn-article__news-sub{font-family:Inter,sans-serif;font-size:1.5rem;line-height:1.6;color:#f9f5eeb8;margin:1.2rem auto 0;max-width:36rem}.hevn-article__news-form{margin:3rem auto 0;max-width:38rem}.hevn-article__news-field{display:flex;align-items:center;gap:1.4rem;border-bottom:1.5px solid rgba(249,245,238,.26);padding:0 .2rem 1.1rem;transition:border-color .25s ease}.hevn-article__news-field:focus-within{border-color:var(--color-hevn-terracotta, #c17b5a)}.hevn-article__news-input{flex:1 1 auto;min-width:0;border:0;background:transparent;font-family:Inter,sans-serif;font-size:1.6rem;color:var(--color-hevn-warm-cream, #f9f5ee);outline:none}.hevn-article__news-input::placeholder{color:#f9f5ee61}.hevn-article__news-btn{flex:0 0 auto;border:0;background:transparent;cursor:pointer;font-family:Sora,sans-serif;font-weight:700;font-size:1.5rem;color:var(--color-hevn-terracotta, #c17b5a);display:inline-flex;align-items:center;gap:.6rem;white-space:nowrap;transition:gap .2s ease}.hevn-article__news-btn:hover{gap:1.1rem}.hevn-article__news-btn svg{width:1.6rem;height:1.6rem}.hevn-article__news-note{margin:1.4rem 0 0;font-family:Inter,sans-serif;font-size:1.3rem}.hevn-article__news-note--ok{color:#c9e2c9}.hevn-article__news-note--err{color:#f0b8b0}@media screen and (max-width:749px){.hevn-article__news{padding:4.8rem 1.5rem}.hevn-article__news-input,.hevn-journal__search-input{font-size:16px}}
/*# sourceMappingURL=/cdn/shop/t/84/assets/hevn-blog-index.css.map */
