.announcement{background:var(--forest-ink);color:var(--cream);font-size:.72rem;letter-spacing:var(--tracking-wide);text-transform:uppercase;font-weight:400}.announcement__track{max-width:var(--page-width);margin-inline:auto;padding:9px var(--gutter);display:flex;gap:42px;justify-content:center;flex-wrap:wrap}.announcement__item a{border-bottom:1px solid var(--gold);padding-bottom:2px;transition:color .3s}.announcement__item a:hover{color:var(--gold-light)}@media(max-width:749px){.announcement__track{gap:0}.announcement__item{display:none}.announcement__item:first-child{display:block}}.brand-hero{position:relative;min-height:58vh;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--cream);background:var(--forest-deep);overflow:hidden}.brand-hero--photo{min-height:min(80vh,720px);color:var(--forest-ink);background:var(--cream)}.brand-hero--photo .brand-hero__inner{display:none}.brand-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0}.brand-hero__bg img{width:100%;height:100%;object-fit:cover}.brand-hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0d40358c,#0d4035d1)}.brand-hero__inner{position:relative;z-index:2;max-width:720px;padding-block:64px}.brand-hero__logo{max-height:96px;width:auto;margin:0 auto 8px;filter:brightness(0) invert(1)}.brand-hero__name{font-family:var(--font-serif);font-weight:500;font-size:clamp(2.4rem,5vw,4rem)}.brand-hero__meta{display:flex;gap:12px;justify-content:center;align-items:center;margin-top:16px;font-size:.72rem;letter-spacing:var(--tracking-wide);text-transform:uppercase;color:var(--gold)}.brand-hero__dot{color:var(--sage)}.brand-hero__story{margin-top:22px;color:#f5f1e8e6;font-size:1.05rem;line-height:1.8}.brand-hero__count{display:inline-block;margin-top:24px;font-size:.74rem;letter-spacing:var(--tracking-wide);text-transform:uppercase;color:var(--sage)}.brand-showcase{border-top:1px solid var(--sand)}.brand-showcase .section-head p{max-width:620px;margin-inline:auto}.brand-wall{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;row-gap:clamp(16px,2vw,28px)}@property --neon-angle{syntax: "<angle>"; inherits: false; initial-value: 0deg;}.brand-card{position:relative;flex:0 0 calc(100% / var(--per-row));min-height:104px;display:flex;align-items:center;justify-content:center;padding:16px clamp(20px,3.5vw,48px)}.brand-card__logo{position:relative;z-index:2;max-height:68px;max-width:150px;width:auto;object-fit:contain;mix-blend-mode:multiply;opacity:.68;transition:opacity .45s var(--ease),transform .45s var(--ease)}.brand-card:hover .brand-card__logo{opacity:1;transform:scale(1.04)}.brand-card__frame{position:absolute;top:10px;right:10px;bottom:10px;left:10px;border-radius:14px;z-index:1;opacity:0;pointer-events:none;transition:opacity .4s var(--ease);border:1px solid rgba(217,163,74,.4);box-shadow:0 0 18px #d9a34a42,inset 0 0 10px #d9a34a1a}.brand-card:hover .brand-card__frame{opacity:1}.brand-card__frame:before,.brand-card__frame:after{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:inherit;padding:1.5px;background:conic-gradient(from var(--neon-angle),rgba(217,163,74,0) 0deg,rgba(217,163,74,0) 268deg,var(--gold-light) 310deg,#fff7e6 338deg,var(--gold-light) 356deg,rgba(217,163,74,0) 360deg);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude}.brand-card__frame:after{filter:blur(8px);opacity:.9}.brand-card:hover .brand-card__frame:before,.brand-card:hover .brand-card__frame:after{animation:neon-spin 2.8s linear infinite}@keyframes neon-spin{to{--neon-angle: 360deg}}@media(prefers-reduced-motion:reduce){.brand-card:hover .brand-card__frame:before,.brand-card:hover .brand-card__frame:after{animation:none}}.brand-card__name{font-family:var(--font-serif);font-size:1.35rem;letter-spacing:.04em;color:var(--forest-deep)}.brand-showcase__foot{text-align:center;margin-top:clamp(20px,2.5vw,32px)}@media(max-width:990px){.brand-card{flex-basis:calc(100% / 3)}}@media(max-width:620px){.brand-card{flex-basis:50%;padding:14px;min-height:90px}.brand-card__logo{max-height:52px}.brand-card__frame{top:6px;right:6px;bottom:6px;left:6px}}.cgrid{display:grid;grid-template-columns:repeat(var(--cols),1fr);gap:clamp(14px,1.6vw,22px)}.ctile{position:relative;display:block;transition:transform .5s var(--ease),box-shadow .5s var(--ease)}.ctile:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.ctile__media{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:var(--forest)}.ctile__media img,.ctile__ph{width:100%;height:100%;object-fit:cover;transition:transform 1s var(--ease)}.ctile:hover .ctile__media img{transform:scale(1.06)}.ctile__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0d403500 40%,#0d4035d1);transition:background .45s var(--ease)}.ctile:hover .ctile__overlay{background:linear-gradient(180deg,#0d40351f 25%,#0d4035e6)}.ctile__caption{position:absolute;left:0;right:0;bottom:0;padding:26px;color:var(--cream)}.ctile__title{font-family:var(--font-serif);font-size:clamp(1.3rem,2vw,1.7rem);margin-bottom:6px}.ctile__cta{font-size:.72rem;letter-spacing:var(--tracking-wide);text-transform:uppercase;color:var(--gold);display:inline-flex;align-items:center;gap:8px}.ctile__cta svg{width:18px;height:18px;transition:transform .4s var(--ease)}.ctile:hover .ctile__cta svg{transform:translate(5px)}@media(max-width:990px){.cgrid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.cgrid{grid-template-columns:1fr}}.fbrand__inner{display:grid;grid-template-columns:1.1fr 1fr;gap:clamp(30px,5vw,80px);align-items:center}.fbrand--right .fbrand__media{order:2}.fbrand__media{position:relative;aspect-ratio:5 / 6;overflow:hidden}.fbrand__media img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s var(--ease)}.fbrand:hover .fbrand__media img{transform:scale(1.04)}.fbrand__media:has(.watch-doodle){color:#0d403580;background:var(--panel);border-radius:var(--radius)}.section-forest .fbrand__media:has(.watch-doodle){color:#e6b86680;background:transparent}.fbrand__doodle{width:100%;height:100%;object-fit:contain;padding:clamp(20px,6%,52px)}.fbrand__title{margin:18px 0 22px}.fbrand__text{font-size:1.08rem;line-height:1.8;color:var(--text-muted);margin-bottom:32px;max-width:46ch}.section-forest .fbrand__text{color:var(--text-on-dark-muted)}@media(max-width:820px){.fbrand__inner{grid-template-columns:1fr;gap:28px}.fbrand--right .fbrand__media{order:0}.fbrand__media{aspect-ratio:16 / 11}}.featured__head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:clamp(24px,4vw,44px)}.featured__head .eyebrow{display:block;margin-bottom:12px}.featured__titlewrap{display:flex;align-items:baseline;gap:20px;flex-wrap:wrap}.featured__viewall{flex:none}.carousel__nav{display:flex;gap:8px}.carousel__arrow{width:44px;height:44px;border-radius:999px;border:1px solid var(--sand);background:var(--white);display:inline-flex;align-items:center;justify-content:center;color:var(--forest-ink);transition:.25s}.section-dark .carousel__arrow{background:transparent;border-color:var(--border-dark);color:var(--cream)}.carousel__arrow:hover:not(:disabled){background:var(--forest-ink);color:var(--cream);border-color:var(--forest-ink)}.carousel__arrow:disabled{opacity:.32;cursor:not-allowed}.carousel__arrow svg{width:18px;height:18px}.carousel__arrow[data-carousel-prev] svg{transform:rotate(90deg)}.carousel__arrow[data-carousel-next] svg{transform:rotate(-90deg)}.carousel{margin-inline:calc(var(--gutter) * -1);padding-inline:var(--gutter)}.carousel__track{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.carousel__track::-webkit-scrollbar{display:none}.carousel__item{flex:0 0 calc((100% - (var(--pv) - 1) * 24px) / var(--pv));scroll-snap-align:start}@media(max-width:990px){.carousel__item{flex-basis:calc((100% - 24px) / 2.2)}.carousel__nav{display:none}}@media(max-width:620px){.carousel__item{flex-basis:80%}.carousel{margin-inline:calc(var(--gutter) * -1)}}.footer{background:var(--forest-deep);color:var(--text-on-dark);padding-top:clamp(48px,7vw,88px)}.footer .divider{background:var(--border-dark);margin-block:clamp(36px,5vw,56px)}.footer__news{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:clamp(28px,4vw,64px)}.footer__news-copy{max-width:440px}.footer__news-copy .eyebrow{display:block;margin-bottom:12px}.footer__news-copy p{color:var(--text-on-dark-muted);margin:10px 0 0;max-width:46ch}.footer__news-form{display:flex;gap:12px;flex-wrap:wrap;flex:1 1 340px;max-width:500px}.footer__news-form input{flex:1;min-width:220px;background:transparent;border:1px solid var(--border-dark);color:var(--cream);padding:15px 18px;border-radius:var(--radius);font-family:var(--font-sans);font-size:.9rem}.footer__news-form input::placeholder{color:var(--sage)}.footer__news-form input:focus{outline:none;border-color:var(--gold)}.footer__news-success{flex-basis:100%;color:var(--gold-light);font-size:.85rem}.footer__grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:40px}.footer__lockup{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.footer__lockup .logo-mark{height:42px;width:auto;color:var(--gold)}.footer__wordmark{font-family:var(--font-serif);font-size:1.6rem;letter-spacing:.2em;color:var(--gold);display:block}.footer__brand p{color:var(--text-on-dark-muted);margin:18px 0;max-width:34ch;font-size:.9rem}.footer__social{display:flex;gap:14px}.footer__social a{width:40px;height:40px;border:1px solid var(--border-dark);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;transition:.3s}.footer__social a:hover{background:var(--gold);color:var(--forest-ink);border-color:var(--gold)}.footer__social svg{width:18px;height:18px}.footer__col-title{font-size:.74rem;letter-spacing:var(--tracking-wide);text-transform:uppercase;color:var(--gold);margin-bottom:18px}.footer__col li{margin-bottom:11px}.footer__col a{color:var(--text-on-dark-muted);font-size:.9rem;transition:color .3s}.footer__col a:hover{color:var(--cream)}.footer__bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;border-top:1px solid var(--border-dark);margin-top:clamp(36px,5vw,56px);padding-block:26px;font-size:.8rem;color:var(--text-on-dark-muted)}.footer__accept{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin-top:28px}.footer__accept-label{font-size:.7rem;letter-spacing:var(--tracking-wide);text-transform:uppercase;color:var(--sage)}.footer__payments{display:flex;gap:8px;flex-wrap:wrap}.footer__payment{height:32px;width:50px;background:#fff;border-radius:5px;padding:5px 7px;box-sizing:border-box;object-fit:contain}@media(max-width:990px){.footer__grid{grid-template-columns:1fr 1fr}.footer__news{grid-template-columns:1fr}}@media(max-width:620px){.footer__grid{grid-template-columns:1fr}.footer__bottom{flex-direction:column;align-items:flex-start}}.header{position:relative;z-index:40;padding-block:6px;background:transparent}.header--sticky{position:sticky;top:0}.header__inner{width:100%;max-width:1720px;margin-inline:auto;padding-inline:clamp(12px,2vw,28px)}.header__bar{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;background:var(--cream);border-radius:14px;padding:6px 12px 6px 22px;min-height:54px;transition:box-shadow .3s var(--ease)}.header.is-scrolled .header__bar{box-shadow:0 8px 22px #17201d1a}.header__left{display:flex;align-items:center;gap:12px}.header__logo{display:flex;align-items:center;gap:11px}.header__logo .logo-mark{height:30px;width:auto;color:var(--forest-deep);display:block}.header__wordmark{font-family:var(--font-serif);font-weight:600;font-size:1.4rem;letter-spacing:.2em;color:var(--forest-deep);line-height:1;padding-left:.2em}.header__actions{display:flex;align-items:center;justify-self:end;gap:2px}.header__icon{background:none;border:0;padding:9px;color:var(--forest-ink);display:inline-flex;align-items:center;position:relative;transition:color .3s;border-radius:999px}.header__icon:hover{color:var(--gold)}.header__icon svg{width:20px;height:20px}.header__cart-count{position:absolute;top:1px;right:1px;background:var(--gold);color:var(--forest-ink);font-size:.58rem;font-weight:600;min-width:15px;height:15px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;padding:0 3px}.header__nav{justify-self:center}.header__nav-list{display:flex;gap:34px}.header__nav-link{font-size:.76rem;letter-spacing:var(--tracking-wide);text-transform:uppercase;font-weight:500;color:var(--forest-ink);padding:16px 0;display:inline-block;position:relative;transition:color .3s}.header__nav-link:after{content:"";position:absolute;left:0;bottom:10px;width:0;height:1px;background:var(--gold);transition:width .35s var(--ease)}.header__nav-item:hover .header__nav-link:after,.header__nav-link.is-active:after{width:100%}.header__nav-link:hover,.header__nav-link.is-active{color:var(--gold)}.mega{position:absolute;left:0;right:0;top:calc(100% + 10px);background:var(--cream);border:1px solid var(--sand);border-radius:14px;box-shadow:var(--shadow-md);opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .3s var(--ease),transform .3s var(--ease),visibility .3s;z-index:39}.header__nav-item.has-mega:hover .mega{opacity:1;visibility:visible;transform:none}.mega__inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:30px;padding:34px 40px}.mega__heading{font-family:var(--font-serif);font-size:1.05rem;color:var(--forest-deep);display:block;margin-bottom:13px;transition:color .3s}.mega__heading:hover{color:var(--gold)}.mega__list li{margin-bottom:9px}.mega__list a{font-size:.85rem;color:var(--text-muted);transition:color .3s}.mega__list a:hover{color:var(--forest-ink)}.header__burger{flex-direction:column;gap:5px;display:none;background:none;border:0;padding:6px}.header__burger span{width:22px;height:1.5px;background:var(--forest-ink);transition:.3s}.search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;opacity:0;visibility:hidden;transition:opacity .22s var(--ease),visibility .22s}.search-overlay.is-open{opacity:1;visibility:visible}.search-overlay__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent}.search-overlay__box{position:absolute;top:68px;left:0;right:0;max-width:1720px;margin-inline:auto;padding-inline:clamp(12px,2vw,28px);display:flex;justify-content:flex-end;pointer-events:none}.search-mini{pointer-events:auto;transform:translateY(-8px);transition:transform .25s var(--ease);display:flex;align-items:center;gap:10px;background:var(--cream);border:1px solid var(--sand);border-radius:999px;padding:9px 16px;width:min(360px,calc(100vw - 32px));box-shadow:0 14px 34px #17201d2e}.search-overlay.is-open .search-mini{transform:none}.search-mini__icon{color:var(--forest-deep);display:inline-flex;flex:none}.search-mini__icon svg{width:18px;height:18px}.search-mini input{flex:1;min-width:0;background:none;border:0;color:var(--forest-ink);font-family:var(--font-sans);font-size:.95rem;padding:4px 0}.search-mini input::placeholder{color:var(--text-muted)}.search-mini input:focus{outline:none}.search-mini__close{background:none;border:0;color:var(--text-muted);padding:4px;display:inline-flex;flex:none;cursor:pointer;transition:color .3s}.search-mini__close:hover{color:var(--forest-ink)}.search-mini__close svg{width:15px;height:15px}@media(max-width:620px){.search-overlay__box{top:60px;padding-inline:16px}.search-mini{width:auto;flex:1 1 auto}}.nav-drawer{position:fixed;top:0;left:0;bottom:0;width:min(88vw,380px);background:var(--cream);transform:translate(-100%);transition:transform .4s var(--ease);z-index:70;display:flex;flex-direction:column}.nav-drawer.is-open{transform:none}.nav-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#17201d80;opacity:0;visibility:hidden;transition:.4s;z-index:65}body.nav-open .nav-scrim{opacity:1;visibility:visible}.nav-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:22px 24px;border-bottom:1px solid var(--sand)}.nav-drawer__title{font-family:var(--font-serif);letter-spacing:.2em;color:var(--gold);font-size:1.2rem}.nav-drawer__close{background:none;border:0}.nav-drawer__close svg{width:22px;height:22px}.nav-drawer__nav{flex:1;overflow-y:auto;padding:8px 0}.nav-drawer__nav>ul>li{border-bottom:1px solid var(--sand)}.nav-drawer__link,.nav-drawer__acc{width:100%;text-align:left;background:none;border:0;padding:16px 24px;font-family:var(--font-sans);font-size:.95rem;letter-spacing:.05em;text-transform:uppercase;color:var(--forest-ink);display:flex;align-items:center;justify-content:space-between}.nav-drawer__acc svg{width:16px;height:16px;transition:transform .3s}.nav-drawer__acc[aria-expanded=true] svg{transform:rotate(180deg)}.nav-drawer__panel{padding:0 24px 16px;display:flex;flex-direction:column;gap:12px}.nav-drawer__panel a{color:var(--text-muted);font-size:.9rem}.nav-drawer__all{color:var(--gold)!important;font-weight:500}.nav-drawer__foot{padding:20px 24px;border-top:1px solid var(--sand);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem}@media(max-width:990px){.header__nav{display:none}.header__burger{display:flex}.header__bar{padding:6px 8px 6px 14px;min-height:50px;grid-template-columns:auto 1fr auto}.header__wordmark{font-size:1.1rem}.header__logo .logo-mark{height:24px}.header__icon--hide-mobile{display:none}.header__actions{gap:0}.header__icon{padding:8px}}.hero{position:relative;display:flex;align-items:center;overflow:hidden;background:var(--forest-deep);color:var(--cream)}.hero--tall{min-height:88vh}.hero--medium{min-height:68vh}.hero--short{min-height:52vh}.hero__media,.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.hero__img{width:100%;height:100%;object-fit:cover;object-position:center right}.hero__img--mobile{display:none}.hero__overlay{background:linear-gradient(180deg,#0d403526,#0d4035bf)}.hero--left .hero__overlay{background:linear-gradient(90deg,#0d4035f2,#0d4035bd 30%,#0d403557,#0d40350f 80%,#0d403500)}.hero--right .hero__overlay{background:linear-gradient(270deg,#0d4035f2,#0d403557 55%,#0d403500)}.hero__content{position:relative;z-index:2;width:100%;padding-block:60px}.hero__inner{max-width:620px}.hero--center{justify-content:center;text-align:center}.hero--center .hero__inner{margin-inline:auto}.hero--right{justify-content:flex-end;text-align:right}.hero--right .hero__inner{margin-left:auto}.hero__eyebrow{display:inline-block;margin-bottom:20px}.hero__title{margin:0 0 22px}.hero__text{font-size:1.08rem;color:#f5f1e8e6;max-width:46ch;margin:0 0 32px}.hero--center .hero__text,.hero--right .hero__text{margin-left:auto;margin-right:auto}.hero--right .hero__text{margin-right:0}.hero__ctas{display:flex;gap:14px;flex-wrap:wrap}.hero--center .hero__ctas{justify-content:center}.hero--right .hero__ctas{justify-content:flex-end}.hero--left .hero__content{max-width:none;padding-inline:clamp(22px,3.5vw,52px)}@media(max-width:749px){.hero--tall,.hero--medium{min-height:82vh}.hero__img--desktop{display:none}.hero__img--mobile{display:block}.hero__img{object-position:66% center}.hero,.hero--right{text-align:center;justify-content:center}.hero__inner{margin-inline:auto!important}.hero__ctas{justify-content:center!important}.hero--left .hero__overlay,.hero--right .hero__overlay{background:linear-gradient(180deg,#0d403573,#0d40359e 45%,#0d4035e6)}}.iwt__inner{display:grid;grid-template-columns:1fr 1fr;gap:clamp(30px,5vw,72px);align-items:center}.iwt--right .iwt__media{order:2}.iwt__media{position:relative;aspect-ratio:4 / 5;overflow:hidden}.iwt__media img{width:100%;height:100%;object-fit:cover}.iwt__media:has(.watch-doodle){color:#0d403580;background:var(--panel);border-radius:var(--radius)}.iwt__doodle{width:100%;height:100%;object-fit:contain;padding:clamp(24px,6%,56px)}.section-forest .iwt__media:has(.watch-doodle){color:#e6b8668c;background:transparent}.iwt__title{margin:16px 0 20px}.iwt__text{color:var(--text-muted);font-size:1.02rem;line-height:1.75;margin-bottom:30px}.section-forest .iwt__text{color:var(--text-on-dark-muted)}.iwt__text p{margin:0 0 1em}@media(max-width:820px){.iwt__inner{grid-template-columns:1fr;gap:30px}.iwt--right .iwt__media{order:0}.iwt__media{aspect-ratio:16 / 10}}.journal__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(20px,3vw,40px)}.journal .post__media{aspect-ratio:4/3;overflow:hidden;background:var(--forest)}.journal .post__media img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease)}.journal .post:hover .post__media img{transform:scale(1.04)}.journal .post__date{font-size:.72rem;letter-spacing:var(--tracking-wide);text-transform:uppercase;color:var(--gold);display:block;margin:16px 0 8px}.journal .post__title{font-family:var(--font-serif);font-size:1.3rem;margin-bottom:8px}.journal .post__excerpt{color:var(--text-muted);font-size:.9rem}@media(max-width:860px){.journal__grid{grid-template-columns:1fr}}.error-404__inner{text-align:center;max-width:560px;margin:0 auto;padding-block:clamp(40px,8vw,90px)}.error-404 .eyebrow{display:block;margin-bottom:16px}.error-404 p{color:var(--text-muted);margin:18px 0 30px;font-size:1.05rem}.article-page__wrap{max-width:780px}.article-page__head{text-align:center;margin-bottom:32px}.article-page__head .eyebrow{display:block;margin-bottom:16px}.article-page__author{color:var(--text-muted);font-size:.9rem;display:block;margin-top:14px}.article-page__hero{margin:40px -6vw}.article-page__hero img{width:100%}.article-page__body{font-size:1.08rem;line-height:1.85}.article-page__body p{margin:0 0 1.3em}.article-page__body h2{font-family:var(--font-serif);font-size:1.8rem;margin:1.4em 0 .5em}.article-page__foot{text-align:center;margin-top:48px}@media(max-width:860px){.article-page__hero{margin:30px 0}}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(20px,3vw,40px)}.post__media{aspect-ratio:4/3;overflow:hidden;background:var(--forest)}.post__media img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease)}.post:hover .post__media img{transform:scale(1.04)}.post__date{font-size:.72rem;letter-spacing:var(--tracking-wide);text-transform:uppercase;color:var(--gold);display:block;margin:18px 0 8px}.post__title{font-family:var(--font-serif);font-size:1.35rem;margin-bottom:10px}.post__excerpt{color:var(--text-muted);font-size:.92rem;margin-bottom:14px}@media(max-width:860px){.blog-grid{grid-template-columns:1fr 1fr}}@media(max-width:520px){.blog-grid{grid-template-columns:1fr}}.cart-page__title{text-align:center;margin-bottom:44px}.cart-list__head{display:grid;grid-template-columns:2.4fr 1fr .8fr;padding-bottom:14px;border-bottom:1px solid var(--sand);font-size:.72rem;letter-spacing:var(--tracking-wide);text-transform:uppercase;color:var(--text-muted)}.cart-list__head span:nth-child(2){text-align:center}.cart-list__head span:last-child{text-align:right}.cart-item{display:grid;grid-template-columns:90px 1.6fr 1fr .8fr;gap:20px;align-items:center;padding:24px 0;border-bottom:1px solid var(--sand)}.cart-item__media img{border:1px solid var(--sand);background:var(--white)}.cart-item__vendor{font-size:.68rem;letter-spacing:var(--tracking-wide);text-transform:uppercase;color:var(--gold);display:block}.cart-item__title{font-family:var(--font-serif);font-size:1.1rem;display:block;margin:4px 0}.cart-item__variant{font-size:.82rem;color:var(--text-muted);display:block}.cart-item__price{font-size:.85rem;color:var(--text-muted)}.cart-item__qty{display:flex;flex-direction:column;align-items:center;gap:8px}.qty__step{display:inline-flex;align-items:center;justify-content:center;padding:0 12px;height:44px;background:none;border:0}.qty__step svg{width:14px;height:14px}.cart-item__remove{font-size:.74rem;letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);border-bottom:1px solid var(--sand)}.cart-item__remove:hover{color:var(--forest-ink)}.cart-item__total{text-align:right;font-family:var(--font-serif);font-size:1.1rem}.cart-footer{display:flex;justify-content:flex-end;margin-top:40px}.cart-summary{background:var(--cream);border:1px solid var(--sand);padding:30px;width:100%;max-width:400px}.cart-summary__row{display:flex;justify-content:space-between;align-items:baseline;font-size:1rem}.cart-summary__row strong{font-family:var(--font-serif);font-size:1.6rem}.cart-summary__note{font-size:.78rem;color:var(--text-muted);margin:8px 0 22px}.cart-summary__checkout{width:100%;margin-bottom:14px}.cart-summary__continue{display:block;text-align:center}.cart-empty{text-align:center;padding:60px 0}.cart-empty p{color:var(--text-muted);margin-bottom:24px;font-size:1.1rem}@media(max-width:749px){.cart-list__head{display:none}.cart-item{grid-template-columns:72px 1fr;grid-template-areas:"media info" "media qty" "total total";gap:6px 16px}.cart-item__media{grid-area:media;align-self:start}.cart-item__info{grid-area:info}.cart-item__qty{grid-area:qty;align-items:flex-start}.cart-item__total{grid-area:total;text-align:left;margin-top:8px}.cart-footer{grid-template-columns:1fr}}.brand-banner{width:100%;height:clamp(220px,34vw,460px);overflow:hidden;margin-bottom:clamp(28px,4.5vw,52px);background:var(--panel);display:flex;align-items:center;justify-content:center}.brand-banner img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block}.collection-hero{text-align:center;max-width:720px;margin:0 auto clamp(30px,4vw,52px)}.collection-hero .eyebrow{display:block;margin-bottom:12px}.collection-hero__desc{color:var(--text-muted);margin-top:14px}.collection-layout{display:grid;grid-template-columns:260px 1fr;gap:44px;align-items:start}.facets{position:sticky;top:100px}.facets__head{display:flex;justify-content:space-between;align-items:center;padding-bottom:14px;border-bottom:1px solid var(--sand);margin-bottom:10px}.facets__title{font-size:.74rem;letter-spacing:var(--tracking-wide);text-transform:uppercase}.facets__clear{font-size:.78rem;color:var(--gold)}.facet{border-bottom:1px solid var(--sand);padding:6px 0}.facet summary{list-style:none;display:flex;align-items:center;justify-content:space-between;padding:12px 0;cursor:pointer;font-size:.92rem}.facet summary::-webkit-details-marker{display:none}.facet summary svg{width:16px;height:16px;transition:transform .3s}.facet[open] summary svg{transform:rotate(180deg)}.facet__body{padding-bottom:12px;display:flex;flex-direction:column;gap:9px}.facet__opt{display:flex;align-items:center;gap:9px;font-size:.86rem;color:var(--text-muted);cursor:pointer}.facet__opt input{accent-color:var(--forest-deep)}.facet__count{margin-left:auto;color:var(--sage);font-size:.78rem}.facet__price{display:flex;align-items:center;gap:8px}.facet__price input{width:100%;padding:8px 10px;border:1px solid var(--sand);font-size:.85rem}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px;padding-bottom:16px;border-bottom:1px solid var(--sand)}.collection-count{font-size:.82rem;color:var(--text-muted);letter-spacing:.03em}.collection-sort{display:flex;align-items:center;gap:10px;font-size:.78rem;letter-spacing:var(--tracking-wide);text-transform:uppercase;color:var(--text-muted)}.collection-sort select{border:1px solid var(--sand);padding:9px 12px;background:var(--white);font-family:var(--font-sans);font-size:.82rem;color:var(--forest-ink)}.collection-grid-products{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(16px,2vw,30px)}.collection-empty{padding:60px 0;text-align:center;color:var(--text-muted)}.pagination{display:flex;gap:8px;justify-content:center;margin-top:56px}.pagination__link{min-width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--sand);font-size:.85rem;padding:0 12px;transition:.25s}@media(max-width:990px){.collection-layout{grid-template-columns:1fr}.facets{position:static;margin-bottom:20px}.collection-grid-products{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.collection-grid-products{grid-template-columns:1fr}}.lc-cats{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:clamp(30px,4vw,48px)}.lc-cat{display:inline-flex;align-items:baseline;gap:10px;border:1px solid var(--sand);border-radius:999px;padding:10px 20px;transition:border-color .3s var(--ease),background .3s var(--ease)}.lc-cat:hover{border-color:var(--forest-deep);background:var(--white)}.lc-cat__label{font-family:var(--font-sans);font-weight:500;font-size:.85rem;letter-spacing:.04em;text-transform:uppercase;color:var(--forest-ink)}.lc-cat__count{font-size:.75rem;color:var(--text-muted)}.lc-brandhead{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:16px}.lc-brandhead__title{margin:0}.lc-filter{display:flex;align-items:center;gap:10px;background:var(--white);border:1px solid var(--sand);border-radius:999px;padding:9px 16px;width:min(320px,100%)}.lc-filter:focus-within{border-color:var(--forest-deep)}.lc-filter__icon{color:var(--forest-deep);display:inline-flex;flex:none}.lc-filter__icon svg{width:16px;height:16px}.lc-filter__input{flex:1;min-width:0;border:0;background:none;font-family:var(--font-sans);font-size:.9rem;color:var(--forest-ink)}.lc-filter__input:focus{outline:none}.lc-filter__status{text-align:right;color:var(--text-muted);font-size:.85rem;min-height:1.2em;margin:6px 0 18px}.lc-empty{text-align:center;color:var(--text-muted);padding:40px 0;font-size:1rem}.lc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(16px,2vw,26px)}.lc-tile{display:block;position:relative}.lc-tile__media{position:relative;aspect-ratio:3/4;overflow:hidden;background:var(--forest)}.lc-tile__media img,.lc-tile__ph{width:100%;height:100%;object-fit:cover;transition:transform 1s var(--ease)}.lc-tile:hover .lc-tile__media img{transform:scale(1.05)}.lc-tile__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0d403500 45%,#0d4035d9)}.lc-tile__cap{position:absolute;left:0;bottom:0;padding:24px;color:var(--cream)}.lc-tile__title{display:block;font-family:var(--font-serif);font-weight:500;font-size:clamp(1.3rem,2.2vw,1.75rem);line-height:1.2}.lc-tile__count{font-size:.75rem;letter-spacing:var(--tracking-wide);text-transform:uppercase;color:var(--gold)}@media(max-width:860px){.lc-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.lc-grid{grid-template-columns:1fr}.lc-brandhead{flex-direction:column;align-items:stretch}.lc-filter{width:100%}.lc-filter__status{text-align:left}}.page-content__wrap{max-width:820px}.page-content__head{text-align:center;margin-bottom:40px}.page-content__head .eyebrow{display:block;margin-bottom:14px}.page-content__body{font-size:1.05rem;line-height:1.8;color:var(--text)}.page-content__body h2{font-family:var(--font-serif);font-size:1.7rem;margin:1.6em 0 .5em}.page-content__body h3{font-family:var(--font-serif);font-size:1.3rem;margin:1.4em 0 .5em}.page-content__body img{margin:1.5em 0}.breadcrumb{display:flex;gap:10px;align-items:center;font-size:.78rem;color:var(--text-muted);margin-bottom:30px;letter-spacing:.03em;flex-wrap:nowrap;overflow:hidden}.breadcrumb a:hover{color:var(--gold)}.breadcrumb__current{color:var(--forest-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}@media(max-width:620px){.breadcrumb{font-size:.72rem;gap:6px}}.product{display:grid;grid-template-columns:1.15fr 1fr;gap:clamp(30px,5vw,76px);align-items:start}.product__gallery{position:sticky;top:100px}.product__main{width:100%;background:var(--white);border:1px solid var(--sand);padding:0;cursor:zoom-in;aspect-ratio:1}.product__main img,.product__ph{width:100%;height:100%;object-fit:contain;padding:6%}.product__thumbs{display:flex;gap:12px;margin-top:14px;flex-wrap:wrap}.product__thumb{width:76px;height:76px;border:1px solid var(--sand);background:var(--white);padding:6px;cursor:pointer;transition:border-color .3s}.product__thumb.is-active{border-color:var(--gold)}.product__thumb img{width:100%;height:100%;object-fit:contain}.product__vendor{font-size:.74rem;letter-spacing:var(--tracking-wide);text-transform:uppercase;color:var(--gold);font-weight:500}.product__title{font-family:var(--font-sans);font-weight:600;font-size:clamp(1.35rem,2.1vw,1.7rem);line-height:1.3;letter-spacing:-.005em;color:var(--forest-ink);margin:10px 0 16px;word-break:break-word}.product__price{display:flex;align-items:baseline;gap:12px;font-size:1.35rem;font-weight:600;margin-bottom:20px}.product__price-now{color:var(--forest-ink)}.product__price-was{color:var(--sage);font-size:1rem;font-weight:400}.product__price-badge{font-family:var(--font-sans);font-size:.62rem;letter-spacing:var(--tracking-wide);text-transform:uppercase;background:var(--gold);color:var(--forest-ink);padding:5px 12px;border-radius:999px;align-self:center;font-weight:600}.product__excerpt{color:var(--text-muted);margin-bottom:28px;line-height:1.7}.product__option{margin-bottom:22px}.product__option-label{display:block;font-size:.74rem;letter-spacing:var(--tracking-wide);text-transform:uppercase;color:var(--text-muted);margin-bottom:10px}.product__option-values{display:flex;gap:10px;flex-wrap:wrap}.opt{position:relative;cursor:pointer}.opt input{position:absolute;opacity:0}.opt span{display:inline-flex;align-items:center;justify-content:center;min-width:52px;padding:11px 18px;border:1px solid var(--sand);font-size:.85rem;transition:.25s}.opt.is-selected span{border-color:var(--forest-ink);background:var(--forest-ink);color:var(--cream)}.opt:hover span{border-color:var(--forest-ink)}.product__buy{display:flex;gap:14px;margin:28px 0}.qty{display:inline-flex;align-items:center;border:1px solid var(--sand)}.qty button{background:none;border:0;padding:0 14px;height:52px;color:var(--forest-ink)}.qty button svg{width:15px;height:15px}.qty input{width:46px;text-align:center;border:0;font-size:.95rem;background:none;-moz-appearance:textfield}.qty input::-webkit-outer-spin-button,.qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product__atc{flex:1;height:52px}.product__atc:disabled{opacity:.5;cursor:not-allowed}.product__wish{width:52px;height:52px;border:1px solid var(--sand);background:var(--white);color:var(--forest-ink);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:color .25s,border-color .25s;border-radius:2px;flex-shrink:0}.product__wish:hover{color:var(--gold);border-color:var(--gold)}.product__wish svg{width:20px;height:20px}.product__wish[aria-pressed=true]{color:var(--gold);border-color:var(--gold)}.product__wish[aria-pressed=true] svg{fill:var(--gold);stroke:var(--gold)}.product__assurance{display:flex;flex-direction:column;gap:12px;padding:22px 0;border-block:1px solid var(--sand);margin-bottom:8px}.product__assurance span{display:flex;align-items:center;gap:12px;font-size:.88rem;color:var(--text-muted)}.product__assurance svg{width:20px;height:20px;color:var(--gold)}.acc{border-bottom:1px solid var(--sand)}.acc__trigger{width:100%;background:none;border:0;display:flex;align-items:center;justify-content:space-between;padding:20px 0;font-family:var(--font-serif);font-size:1.1rem;color:var(--forest-ink)}.acc__trigger svg{width:18px;height:18px;transition:transform .3s}.acc__trigger[aria-expanded=true] svg{transform:rotate(180deg)}.acc__panel{padding-bottom:22px;color:var(--text-muted);line-height:1.75}.rte p{margin:0 0 1em}.rte a{color:var(--gold);border-bottom:1px solid currentColor}@media(max-width:860px){.product{grid-template-columns:1fr;gap:30px}.product__gallery{position:static}}.search-hero{text-align:center;max-width:620px;margin:0 auto clamp(28px,4vw,44px)}.search-hero .eyebrow{display:block;margin-bottom:12px}.search-hero__title{margin-bottom:0}.search-count{text-align:center;color:var(--text-muted);margin-bottom:30px;font-size:.85rem;letter-spacing:.03em}.search-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(16px,2vw,28px)}.search-misc{border:1px solid var(--sand);padding:24px;display:flex;flex-direction:column;gap:8px}.search-misc__type{font-size:.68rem;letter-spacing:var(--tracking-wide);text-transform:uppercase;color:var(--gold)}.search-misc h3{font-family:var(--font-serif);font-size:1.2rem}.search-empty{text-align:center;padding:60px 0;color:var(--text-muted);font-size:1.1rem}.pagination{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:clamp(36px,5vw,56px)}.pagination__link{min-width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--sand);font-size:.85rem;padding:0 12px;transition:.25s;color:var(--forest-ink)}.pagination__link:hover{border-color:var(--forest-ink)}.pagination__link.is-current{background:var(--forest-ink);color:var(--cream);border-color:var(--forest-ink)}.pagination__gap{border-color:transparent}@media(max-width:990px){.search-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.search-grid{grid-template-columns:1fr 1fr;gap:14px}}.wishlist-page .section-head{text-align:center;margin-bottom:40px}.wishlist-page .section-head p{color:var(--text-muted);margin-top:12px}.wishlist-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(16px,2vw,28px)}.wishlist-empty{text-align:center;padding:40px 0 60px}.wishlist-empty p{color:var(--text-muted);margin-bottom:24px;font-size:1.05rem}@media(max-width:990px){.wishlist-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.wishlist-grid{grid-template-columns:1fr 1fr}}.related__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(16px,2vw,28px)}@media(max-width:990px){.related__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.related__grid{grid-template-columns:1fr 1fr}}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(20px,3vw,40px)}.quote{display:flex;flex-direction:column;gap:16px;padding:clamp(24px,3vw,38px);border:1px solid var(--sand);background:var(--white)}.section-dark .quote{border-color:var(--border-dark);background:var(--forest)}.quote__stars{display:flex;gap:3px;color:var(--gold)}.quote__stars svg{width:16px;height:16px}.quote__text{font-family:var(--font-serif);font-size:1.2rem;line-height:1.5;margin:0;color:var(--forest-ink)}.section-dark .quote__text{color:var(--cream)}.quote__author{display:flex;flex-direction:column;gap:3px;margin-top:auto}.quote__name{font-size:.82rem;letter-spacing:var(--tracking-wide);text-transform:uppercase;color:var(--gold)}.quote__detail{font-size:.85rem;color:var(--text-muted)}.section-dark .quote__detail{color:var(--text-on-dark-muted)}@media(max-width:860px){.testimonials__grid{grid-template-columns:1fr}}.trust__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(20px,3vw,40px)}.trust__item{display:flex;gap:16px;align-items:flex-start}.trust__icon{flex:none;color:var(--gold)}.trust__icon svg{width:30px;height:30px}.trust__title{font-family:var(--font-serif);font-size:1.15rem;margin-bottom:4px}.trust__item p{font-size:.85rem;color:var(--text-muted);margin:0}.section-forest .trust__item p{color:var(--text-on-dark-muted)}@media(max-width:749px){.trust__grid{grid-template-columns:1fr 1fr;gap:26px}}@media(max-width:460px){.trust__grid{grid-template-columns:1fr}}.pcard{display:flex;flex-direction:column}.pcard__media{position:relative;display:block;overflow:hidden;background:var(--panel);border-radius:6px}.pcard__media-link{position:absolute;top:0;right:0;bottom:0;left:0;display:block}.pcard__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;padding:10%;transition:transform .5s var(--ease)}.pcard__img--placeholder{object-fit:cover;padding:0}.pcard:hover .pcard__img{transform:scale(1.06)}.pcard__badge{position:absolute;top:12px;left:12px;z-index:2;font-size:.6rem;letter-spacing:var(--tracking-wide);text-transform:uppercase;font-weight:600;padding:5px 11px;border-radius:999px}.pcard__badge--sale{background:var(--gold);color:var(--forest-ink)}.pcard__badge--out{background:var(--forest-ink);color:var(--cream)}.pcard__wish{position:absolute;top:10px;right:10px;z-index:3;width:32px;height:32px;border-radius:999px;border:0;background:#ffffffe6;display:inline-flex;align-items:center;justify-content:center;color:var(--forest-ink);box-shadow:0 2px 6px #17201d1f;cursor:pointer;transition:transform .2s var(--ease),color .2s var(--ease)}.pcard__wish:hover{transform:scale(1.08)}.pcard__wish svg{width:16px;height:16px}.pcard__wish[aria-pressed=true]{color:var(--gold)}.pcard__wish[aria-pressed=true] svg{fill:var(--gold);stroke:var(--gold)}.pcard__body{padding:14px 2px 0;text-align:left}.pcard__vendor{font-size:.68rem;letter-spacing:var(--tracking-wide);text-transform:uppercase;color:var(--text-muted);font-weight:500}.pcard__title{font-family:var(--font-sans);font-size:.98rem;font-weight:700;margin:5px 0 8px;line-height:1.3;color:var(--text);min-height:2.6em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pcard__title a{transition:color .3s}.pcard__title a:hover{color:var(--gold)}.pcard__price{font-size:.92rem;color:var(--text);display:flex;gap:8px;align-items:baseline;flex-wrap:wrap}.pcard__price-label{font-size:.68rem;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);font-weight:500}.pcard__price-sale{color:var(--forest-deep);font-weight:600}.pcard__price-was{color:var(--sage);font-weight:400}.pcard__tax-note{display:block;font-size:.72rem;color:var(--text-muted);margin-top:3px}
/*# sourceMappingURL=/cdn/shop/t/6/compiled_assets/styles.css.map */
