*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-weight:var(--font-body-weight, 400);font-size:var(--font-base-size, 16px);line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:var(--font-heading-weight, 600);line-height:1.1;letter-spacing:-.01em;margin:0 0 .5em}h1{font-size:calc(2.6rem * var(--heading-scale))}h2{font-size:calc(1.9rem * var(--heading-scale))}h3{font-size:calc(1.4rem * var(--heading-scale))}p{margin:0 0 1rem}.skip-link{position:absolute;left:-9999px;top:0;z-index:999;background:var(--color-accent);color:var(--color-accent-text);padding:.75rem 1.25rem}.skip-link:focus{left:1rem;top:1rem}.page-width{max-width:var(--page-width);margin:0 auto;padding-inline:clamp(1rem,4vw,3rem);width:100%}.section{padding-block:var(--section-spacing)}.section--tight{padding-block:calc(var(--section-spacing) / 2)}.main-content{min-height:40vh}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 1.8rem;background:var(--color-accent);color:var(--color-accent-text);border:1px solid var(--color-accent);border-radius:var(--button-radius);font:inherit;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:opacity .18s ease,transform .18s ease;text-decoration:none}.btn:hover{opacity:.85;text-decoration:none}.btn:active{transform:translateY(1px)}.btn[disabled]{opacity:.4;cursor:not-allowed}.btn--outline{background:transparent;color:var(--color-text);border-color:var(--color-border)}.btn--full{width:100%}.link-underline{display:inline-block;border-bottom:1px solid currentColor;padding-bottom:2px;font-weight:600}.link-underline:hover{text-decoration:none;opacity:.7}.announcement{background:var(--color-accent);color:var(--color-accent-text);text-align:center;font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;padding:.6rem 1rem}.announcement a{text-decoration:underline}.header{position:sticky;top:0;z-index:50;background:var(--color-bg);border-bottom:1px solid var(--color-border)}.header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem;padding-block:1.1rem}.header__logo{font-family:var(--font-heading);font-weight:700;font-size:1.4rem;letter-spacing:-.01em}.header__logo img{width:var(--logo-width, 130px)}.header__nav{display:flex;gap:1.6rem;justify-content:center}.header__nav a{font-size:.95rem;font-weight:500;letter-spacing:.01em}.header__nav a:hover{opacity:.6;text-decoration:none}.header__actions{display:flex;align-items:center;gap:1.1rem;justify-self:end}.header__icon{position:relative;display:inline-flex;align-items:center}.header__icon svg{width:22px;height:22px}.cart-count{position:absolute;top:-8px;right:-10px;background:var(--color-accent);color:var(--color-accent-text);font-size:.65rem;font-weight:700;min-width:17px;height:17px;border-radius:999px;display:grid;place-items:center;padding:0 4px}.header__toggle{display:none;background:none;border:none;cursor:pointer;padding:0;color:inherit}.header__toggle svg{width:24px;height:24px}.mobile-nav{display:none;border-bottom:1px solid var(--color-border);background:var(--color-bg)}.mobile-nav.is-open{display:block}.mobile-nav ul{list-style:none;margin:0;padding:.5rem 0}.mobile-nav a{display:block;padding:.9rem clamp(1rem,4vw,3rem);font-size:1.05rem;border-top:1px solid var(--color-border)}.hero{position:relative;display:grid;place-items:center;text-align:center;color:#fff;overflow:hidden}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__media img{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000047;z-index:1}.hero__content{position:relative;z-index:2;padding:clamp(3rem,12vw,9rem) 1.5rem;max-width:720px}.hero__content h1,.hero__content h2{color:inherit;margin-bottom:.4em}.hero__subtext{font-size:1.15rem;margin-bottom:1.6rem;opacity:.95}.hero--text-dark{color:var(--color-text)}.hero--text-dark .hero__overlay{background:#ffffff26}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.section-head h2{margin:0}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(1rem,2.5vw,2rem) clamp(.75rem,2vw,1.5rem)}.card{position:relative}.card__media{position:relative;overflow:hidden;background:#f4f4f4;margin-bottom:.9rem}.card__media--square{aspect-ratio:1 / 1}.card__media--portrait{aspect-ratio:3 / 4}.card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease,opacity .3s ease}.card__media--square img,.card__media--portrait img{position:absolute;top:0;right:0;bottom:0;left:0}.card:hover .card__img--primary{transform:scale(1.04)}.card__img--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .3s ease}.card:hover .card__img--secondary{opacity:1}.card__vendor{font-size:.78rem;color:var(--color-muted);margin-bottom:.2rem;text-transform:uppercase;letter-spacing:.05em}.card__title{font-size:.98rem;font-weight:500;margin:0 0 .3rem}.card__title a:hover{text-decoration:underline}.card__price{font-size:.95rem}.badge-sold-out{position:absolute;top:.75rem;left:.75rem;z-index:2;background:var(--color-bg);color:var(--color-text);font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .6rem;border:1px solid var(--color-border)}.price--on-sale .price__regular{color:var(--color-muted);text-decoration:line-through;margin-right:.4rem}.price__sale{color:#b42318}.media-text{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(1.5rem,5vw,4rem)}.media-text--reverse .media-text__media{order:2}.media-text__media img{width:100%}.media-text__content h2{margin-top:0}.rich-text{text-align:center;max-width:740px;margin:0 auto}.rich-text--left{text-align:left;margin:0}.newsletter{text-align:center}.newsletter__form{display:flex;gap:.5rem;max-width:460px;margin:1.5rem auto 0}.newsletter__form input[type=email]{flex:1;padding:.9rem 1rem;border:1px solid var(--color-border);border-radius:var(--button-radius);font:inherit;background:var(--color-bg);color:var(--color-text)}.form-success{margin-top:1rem;color:var(--color-text);font-weight:600}.product{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,5vw,4rem);align-items:start}.product__gallery{display:grid;gap:.75rem}.product__gallery img{width:100%}.product__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem}.product__thumbs button{padding:0;border:1px solid transparent;background:none;cursor:pointer}.product__thumbs button.is-active{border-color:var(--color-accent)}.product__info{position:sticky;top:100px}.product__vendor{color:var(--color-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.8rem;margin-bottom:.4rem}.product__title{margin:0 0 .6rem}.product__price{font-size:1.35rem;margin-bottom:1.5rem}.product__form{margin-bottom:2rem}.product__options{margin-bottom:1.25rem}.product__options label{display:block;font-weight:600;margin-bottom:.4rem;font-size:.9rem}.product__options select{width:100%;padding:.8rem 1rem;font:inherit;border:1px solid var(--color-border);border-radius:var(--button-radius);background:var(--color-bg);color:var(--color-text)}.product__qty{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.product__qty input{width:80px;padding:.8rem;font:inherit;text-align:center;border:1px solid var(--color-border);border-radius:var(--button-radius)}.product__description{margin-top:2rem;line-height:1.7}.product__description h2{font-size:1.1rem}.cart__row{display:grid;grid-template-columns:90px 1fr auto auto;gap:1.25rem;align-items:center;padding:1.25rem 0;border-bottom:1px solid var(--color-border)}.cart__row img{width:90px;height:90px;object-fit:cover;background:#f4f4f4}.cart__title{font-weight:600}.cart__variant{color:var(--color-muted);font-size:.88rem}.cart__qty input{width:64px;padding:.55rem;text-align:center;border:1px solid var(--color-border);font:inherit}.cart__footer{display:flex;flex-direction:column;align-items:flex-end;gap:1rem;margin-top:2rem}.cart__total{font-size:1.3rem;font-weight:700}.cart-empty{text-align:center;padding:4rem 1rem}.remove-link{color:var(--color-muted);font-size:.85rem;text-decoration:underline}.footer{border-top:1px solid var(--color-border);padding-block:var(--section-spacing);margin-top:var(--section-spacing)}.footer__cols{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2.5rem}.footer__brand{font-family:var(--font-heading);font-weight:700;font-size:1.3rem}.footer h3{font-size:.85rem;text-transform:uppercase;letter-spacing:.06em;margin-bottom:1rem}.footer ul{list-style:none;margin:0;padding:0;display:grid;gap:.6rem}.footer a{color:var(--color-muted);font-size:.95rem}.footer a:hover{color:var(--color-text)}.footer__bottom{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--color-border);font-size:.85rem;color:var(--color-muted);display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:3rem}.pagination a,.pagination span{padding:.5rem .9rem;border:1px solid var(--color-border);border-radius:var(--button-radius)}.pagination .current{background:var(--color-accent);color:var(--color-accent-text);border-color:var(--color-accent)}.text-center{text-align:center}.muted{color:var(--color-muted)}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}@media(max-width:990px){.product-grid{grid-template-columns:repeat(3,1fr)}.footer__cols{grid-template-columns:1fr 1fr}}@media(max-width:749px){h1{font-size:calc(2rem * var(--heading-scale))}h2{font-size:calc(1.6rem * var(--heading-scale))}.header__nav{display:none}.header__toggle{display:inline-flex}.header__inner{grid-template-columns:auto 1fr auto}.product-grid{grid-template-columns:repeat(2,1fr)}.product{grid-template-columns:1fr}.product__info{position:static}.media-text{grid-template-columns:1fr}.media-text--reverse .media-text__media{order:0}.footer__cols{grid-template-columns:1fr;gap:1.5rem}.cart__row{grid-template-columns:70px 1fr;grid-template-areas:"img info" "img meta"}}.card{display:flex;flex-direction:column}.card__body{flex:1 0 auto}.card__add{margin-top:.75rem}.collection-header{margin-bottom:1.5rem}.collection-header h1{text-align:center;margin:0 0 .5rem}.collection-header__desc{text-align:center;max-width:640px;margin:0 auto}.collection-layout{display:grid;grid-template-columns:250px 1fr;gap:2.5rem;align-items:start}.filters{position:sticky;top:90px}.filters__view{display:flex;gap:.4rem;margin-bottom:1rem}.view-btn{display:inline-grid;place-items:center;width:42px;height:42px;border:1px solid var(--color-border);background:var(--color-bg);cursor:pointer;color:var(--color-muted);border-radius:var(--button-radius)}.view-btn.is-active{background:#f1f1f1;color:var(--color-text)}.filter-group{border-top:1px solid var(--color-border)}.filter-group>summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:1rem 0;font-weight:600;font-size:1.05rem}.filter-group>summary::-webkit-details-marker{display:none}.filter-group>summary:after{content:"+";font-size:1.3rem;font-weight:400;color:var(--color-muted)}.filter-group[open]>summary:after{content:"\2212"}.filter-group__body{padding-bottom:1.1rem}.filter-select{width:100%;padding:.7rem .8rem;font:inherit;border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text);border-radius:var(--button-radius)}.filter-option{display:flex;align-items:center;gap:.6rem;padding:.4rem 0;cursor:pointer;font-size:.95rem}.filter-option input{width:17px;height:17px;accent-color:var(--color-accent)}.price-fields{display:flex;align-items:center;gap:.6rem}.price-field{display:inline-flex;align-items:center;gap:.3rem;border:1px solid var(--color-border);border-radius:var(--button-radius);padding:0 .6rem;background:#f5f5f5}.price-field__sym{color:var(--color-muted)}.price-field input{width:64px;padding:.6rem 0;border:none;background:transparent;font:inherit;color:var(--color-text)}.price-field__dash{color:var(--color-muted)}.filters__clear{display:inline-block;margin-top:1rem;font-size:.9rem;text-decoration:underline;color:var(--color-muted)}.collection-products__bar{display:flex;justify-content:flex-end;margin-bottom:1.25rem}.product-grid--list{grid-template-columns:1fr;gap:0}.product-grid--list .card{flex-direction:row;align-items:center;gap:1.5rem;padding:1.25rem 0;border-bottom:1px solid var(--color-border)}.product-grid--list .card__media{width:130px;flex:0 0 130px;margin-bottom:0;aspect-ratio:1/1}.product-grid--list .card__body{flex:1}.product-grid--list .card__add{margin-top:0;width:auto;flex:0 0 auto;padding-inline:2.5rem}.product-grid--list .qo-modal{flex-direction:column}.quick-order{width:100%}.qo-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding-bottom:1.1rem;border-bottom:1px solid var(--color-border)}.qo-head__title{display:flex;gap:.9rem;align-items:center}.qo-head__title img{width:56px;height:56px;object-fit:cover;background:#f4f4f4}.qo-title{font-weight:700;font-size:1.2rem}.qo-details{display:inline-block;margin-top:.35rem;font-size:.85rem;background:var(--color-accent);color:var(--color-accent-text);padding:.35rem .9rem;border-radius:var(--button-radius)}.qo-details:hover{text-decoration:none;opacity:.85}.qo-range{font-weight:600;white-space:nowrap}.qo-row{display:grid;grid-template-columns:2.2fr 1fr 1fr 1.3fr 1fr;align-items:center;gap:1rem;padding:.95rem 0;border-bottom:1px solid var(--color-border)}.qo-col--product{display:flex;align-items:center;gap:.8rem}.qo-col--product img{width:40px;height:40px;object-fit:cover;background:#f4f4f4}.qo-name{font-weight:500}.qo-col--stock,.qo-col--price{font-size:.92rem;line-height:1.35}.qo-col--total{text-align:right;font-size:.92rem;line-height:1.35}.qo-col--total [data-line-total]{font-weight:700;font-size:1rem}.qty{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:var(--button-radius);overflow:hidden;background:#f4f4f4}.qty button{width:42px;height:42px;border:none;background:#ededed;cursor:pointer;font-size:1.2rem;line-height:1;color:var(--color-text)}.qty button:hover{background:#e2e2e2}.qty button[disabled]{opacity:.4;cursor:not-allowed}.qty input{width:56px;height:42px;border:none;text-align:center;font:inherit;background:var(--color-bg);border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);-moz-appearance:textfield}.qty input::-webkit-outer-spin-button,.qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.qo-foot{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:1.25rem;flex-wrap:wrap}.qo-grand{font-size:1.15rem}.qo-grand strong{font-size:1.3rem}.qo-modal[hidden]{display:none}.qo-modal.is-open{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:flex;align-items:center;justify-content:center;padding:1rem}.qo-modal__panel{background:var(--color-bg);width:100%;max-width:820px;max-height:88vh;overflow:auto;padding:1.75rem clamp(1rem,3vw,2.25rem);position:relative;box-shadow:0 24px 70px #00000047}.qo-modal__close{position:absolute;top:.6rem;right:.9rem;border:none;background:none;font-size:2rem;line-height:1;cursor:pointer;color:var(--color-muted)}.qo-modal__close:hover{color:var(--color-text)}.qo-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;background:#00000073;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}body.modal-open{overflow:hidden}.product--gallery .product__media-wrap{display:grid;grid-template-columns:88px 1fr;gap:1rem;align-items:start}.product__thumbs--vertical{display:flex;flex-direction:column;gap:.55rem;max-height:620px;overflow:auto}.product__thumbs--vertical button{width:88px;height:88px;padding:0;flex:0 0 auto;border:1px solid var(--color-border);background:#f4f4f4;cursor:pointer}.product__thumbs--vertical button img{width:100%;height:100%;object-fit:cover}.product__thumbs--vertical button.is-active{border-color:var(--color-accent)}.product__gallery-main{background:#f4f4f4}.product__gallery-main img{width:100%}.product__variant-select{width:100%;padding:.95rem 1rem;font:inherit;border:1px solid var(--color-border);background:#f5f5f5;color:var(--color-text);border-radius:var(--button-radius)}.product__submit{margin-top:.5rem}.product__bulk{margin-top:var(--section-spacing)}.product__bulk-title{font-size:1.3rem;margin-bottom:1rem}@media(max-width:990px){.collection-layout{grid-template-columns:1fr}.filters{position:static;border:1px solid var(--color-border);padding:0 1rem;margin-bottom:1.5rem}}@media(max-width:749px){.product--gallery .product__media-wrap{grid-template-columns:1fr}.product__thumbs--vertical{flex-direction:row;max-height:none;order:2}.product__thumbs--vertical button{width:64px;height:64px}.qo-row{grid-template-columns:1fr auto;grid-template-areas:"product product" "stock price" "qty total";gap:.5rem 1rem}.qo-col--product{grid-area:product}.qo-col--stock{grid-area:stock}.qo-col--price{grid-area:price;text-align:right}.qo-col--qty{grid-area:qty}.qo-col--total{grid-area:total;align-self:center}.product-grid--list .card{flex-direction:column;align-items:stretch}.product-grid--list .card__media{width:100%;flex:none}.product-grid--list .card__add{width:100%}}:root{--brand-forest: #1b3a2b;--brand-pine: #27503a;--brand-moss: #5b7553;--brand-gold: #e0a73c;--brand-gold-deep: #c4862a;--brand-rust: #b4512a;--brand-sand: #e7d9bd;--brand-cream: #f7f1e4;--brand-paper: #fbf7ee;--brand-ink: #211d16;--font-display: "Anton", var(--font-heading);--font-hand: "Caveat", cursive;--font-marketing: "Archivo", var(--font-body)}.announcement{background:var(--brand-forest);color:var(--brand-cream);letter-spacing:.14em}.announcement a{color:var(--brand-gold)}.header{background:var(--brand-paper);border-bottom:1px solid rgba(27,58,43,.14)}.header__logo{color:var(--brand-forest);letter-spacing:.02em}.header__nav a{color:var(--brand-forest);font-weight:600}.header__icon{color:var(--brand-forest)}.cart-count{background:var(--brand-rust);color:#fff}.m-display{font-family:var(--font-display);font-weight:400;letter-spacing:.01em;line-height:.95;text-transform:uppercase}.m-hand{font-family:var(--font-hand)}.m-section{font-family:var(--font-marketing)}.m-kicker{font-family:var(--font-marketing);font-weight:700;text-transform:uppercase;letter-spacing:.22em;font-size:.78rem;color:var(--brand-gold-deep);display:inline-flex;align-items:center;gap:.6rem}.m-kicker:before{content:"";width:28px;height:2px;background:var(--brand-gold);display:inline-block}.btn--gold{background:var(--brand-gold);border-color:var(--brand-gold);color:#2a1c06;font-weight:700}.btn--gold:hover{background:var(--brand-gold-deep);border-color:var(--brand-gold-deep)}.btn--forest{background:var(--brand-forest);border-color:var(--brand-forest);color:var(--brand-cream);font-weight:700}.btn--ghost-light{background:transparent;border-color:#f7f1e499;color:var(--brand-cream);font-weight:700}.btn--ghost-light:hover{background:#f7f1e41f}.bear{width:100%;height:auto;display:block}.bear__leg{transform-origin:50% 18%;animation:bearStep .5s ease-in-out infinite}.bear__leg--front{animation-delay:.25s}@keyframes bearStep{0%,to{transform:rotate(9deg)}50%{transform:rotate(-9deg)}}.bear-walker{position:absolute;bottom:0;left:0;width:130px;animation:walkAcross 26s linear infinite;z-index:3;pointer-events:none}.bear-bob{display:inline-block;animation:bob .55s ease-in-out infinite alternate}@keyframes walkAcross{0%{transform:translate(-18vw)}to{transform:translate(112vw)}}@keyframes bob{0%{transform:translateY(0)}to{transform:translateY(-7px)}}.m-hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#cfe0e6 0%,#e8e2cf 55%,var(--brand-cream) 100%);color:var(--brand-cream);min-height:clamp(560px,82vh,880px);display:flex;align-items:center}.m-hero__photo{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.m-hero__photo img{width:100%;height:100%;object-fit:cover}.m-hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#14281e8c,#14281e40 40%,#1b3a2bc7)}.m-hero__layer{position:absolute;left:0;right:0;z-index:2;pointer-events:none}.m-hero__sun{position:absolute;top:12%;right:12%;width:clamp(90px,12vw,170px);height:clamp(90px,12vw,170px);border-radius:50%;background:radial-gradient(circle at 50% 50%,#ffe9b0,var(--brand-gold) 65%,transparent 72%);z-index:2;opacity:.9;animation:sunGlow 6s ease-in-out infinite alternate}@keyframes sunGlow{0%{filter:drop-shadow(0 0 10px rgba(224,167,60,.4))}to{filter:drop-shadow(0 0 34px rgba(224,167,60,.75))}}.m-hero__ridge--back{bottom:0;z-index:2;color:#2f4a3a;opacity:.85}.m-hero__ridge--mid{bottom:0;z-index:2;color:#21402f}.m-hero__ridge--front{bottom:-1px;z-index:3;color:var(--brand-forest)}.m-hero__ridge svg{width:100%;height:auto;display:block}.m-hero__inner{position:relative;z-index:4;padding-block:clamp(3rem,8vw,6rem)}.m-hero__content{max-width:720px}.m-hero__title{font-family:var(--font-display);text-transform:uppercase;line-height:.92;font-size:clamp(2.8rem,7vw,6rem);margin:.4rem 0 .6rem;text-shadow:0 4px 24px rgba(0,0,0,.35)}.m-hero__title .gold{color:var(--brand-gold)}.m-hero__sub{font-family:var(--font-marketing);font-size:clamp(1.05rem,1.6vw,1.3rem);max-width:560px;opacity:.96}.m-hero__cta{display:flex;gap:.9rem;flex-wrap:wrap;margin-top:1.8rem}.m-hero__badge{position:absolute;z-index:4;right:clamp(1rem,6vw,5rem);top:clamp(2rem,12vh,7rem);width:clamp(96px,11vw,150px);animation:floatBadge 5s ease-in-out infinite}@keyframes floatBadge{0%,to{transform:translateY(0) rotate(-6deg)}50%{transform:translateY(-14px) rotate(4deg)}}.m-trust{position:relative;z-index:4;background:var(--brand-forest);color:var(--brand-cream)}.m-trust__row{display:grid;grid-template-columns:repeat(4,1fr)}.m-trust__item{padding:1.4rem 1rem;text-align:center;border-left:1px solid rgba(247,241,228,.14)}.m-trust__item:first-child{border-left:none}.m-trust__num{font-family:var(--font-display);font-size:clamp(1.7rem,3vw,2.6rem);color:var(--brand-gold);line-height:1}.m-trust__label{font-family:var(--font-marketing);font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;margin-top:.35rem;opacity:.85}.m-marquee{background:var(--brand-gold);color:#2a1c06;padding:.85rem 0;overflow:hidden;border-block:3px solid var(--brand-forest)}.m-marquee__track{display:inline-flex;white-space:nowrap;will-change:transform;animation:marquee 30s linear infinite}.m-marquee__track span{font-family:var(--font-display);text-transform:uppercase;font-size:1.15rem;letter-spacing:.05em;padding:0 1.4rem;display:inline-flex;align-items:center;gap:1.4rem}.m-marquee__track span:after{content:"\2726";color:var(--brand-rust)}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.m-band{background:var(--brand-cream);color:var(--brand-ink)}.m-band--paper{background:var(--brand-paper)}.m-band--forest{background:var(--brand-forest);color:var(--brand-cream)}.m-band--sand{background:var(--brand-sand);color:var(--brand-ink)}.m-band__head{text-align:center;max-width:720px;margin:0 auto 3rem}.m-band__title{font-family:var(--font-display);text-transform:uppercase;font-size:clamp(2rem,4vw,3.2rem);line-height:1;margin:.6rem 0 .5rem}.m-band--forest .m-band__title{color:var(--brand-cream)}.m-band__intro{font-family:var(--font-marketing);font-size:1.05rem;opacity:.85}.m-values{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.m-value{background:var(--brand-paper);border:1px solid rgba(27,58,43,.12);border-radius:14px;padding:1.8rem 1.4rem;text-align:left;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.m-value:hover{transform:translateY(-6px);box-shadow:0 18px 40px #1b3a2b24;border-color:var(--brand-gold)}.m-value__icon{width:54px;height:54px;display:grid;place-items:center;border-radius:12px;background:var(--brand-forest);color:var(--brand-gold);margin-bottom:1rem}.m-value__icon svg{width:28px;height:28px}.m-value h3{font-family:var(--font-marketing);font-weight:800;font-size:1.15rem;margin:0 0 .4rem}.m-value p{font-family:var(--font-marketing);font-size:.95rem;opacity:.8;margin:0}.m-cats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.m-cat{position:relative;aspect-ratio:4/3;overflow:hidden;border-radius:14px;display:flex;align-items:flex-end;color:#fff;text-decoration:none;background:var(--brand-pine)}.m-cat:hover{text-decoration:none}.m-cat img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.m-cat:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 30%,#14231ad1)}.m-cat:hover img{transform:scale(1.08)}.m-cat__label{position:relative;z-index:2;padding:1.25rem 1.4rem;width:100%}.m-cat__name{font-family:var(--font-display);text-transform:uppercase;font-size:1.5rem;line-height:1}.m-cat__go{font-family:var(--font-marketing);font-size:.85rem;letter-spacing:.08em;color:var(--brand-gold);display:inline-flex;align-items:center;gap:.4rem;margin-top:.4rem;transition:gap .25s ease}.m-cat:hover .m-cat__go{gap:.9rem}.m-cat--wide{grid-column:span 2;aspect-ratio:auto}.m-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;counter-reset:step}.m-step{position:relative;padding:2rem 1.5rem;text-align:center}.m-step__num{font-family:var(--font-display);font-size:3.4rem;color:var(--brand-gold);line-height:1}.m-step h3{font-family:var(--font-marketing);font-weight:800;font-size:1.2rem;margin:.4rem 0 .5rem}.m-band--forest .m-step p{opacity:.85}.m-step p{font-family:var(--font-marketing);margin:0}.m-step:not(:last-child):after{content:"\2192";position:absolute;right:-.9rem;top:2.4rem;font-size:1.6rem;color:var(--brand-moss)}.m-spotlight{display:grid;grid-template-columns:1.1fr 1fr;align-items:stretch;gap:0;border-radius:18px;overflow:hidden;box-shadow:0 24px 60px #1b3a2b2e}.m-spotlight__media{position:relative;min-height:380px;background:var(--brand-pine)}.m-spotlight__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.m-spotlight__body{background:var(--brand-forest);color:var(--brand-cream);padding:clamp(2rem,4vw,3.5rem);display:flex;flex-direction:column;justify-content:center}.m-spotlight__body h2{font-family:var(--font-display);text-transform:uppercase;font-size:clamp(2rem,3.5vw,3rem);line-height:1;color:var(--brand-cream);margin:.5rem 0}.m-spotlight__body p{font-family:var(--font-marketing);opacity:.9}.m-member{position:relative;overflow:hidden;background:var(--brand-forest);color:var(--brand-cream);text-align:center}.m-member__inner{position:relative;z-index:3;padding-block:clamp(3rem,7vw,5.5rem)}.m-member__title{font-family:var(--font-display);text-transform:uppercase;font-size:clamp(2.2rem,5vw,4rem);line-height:.95}.m-member__title .gold{color:var(--brand-gold)}.m-member__sub{font-family:var(--font-marketing);max-width:540px;margin:.8rem auto 1.6rem;opacity:.9}.m-member__ridge{position:absolute;bottom:0;left:0;right:0;z-index:1;color:#0000002e}.m-member__ridge svg{width:100%;display:block}.m-quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.m-quote{background:var(--brand-paper);border-radius:14px;padding:1.8rem;border-top:4px solid var(--brand-gold)}.m-quote__stars{color:var(--brand-gold);letter-spacing:2px;margin-bottom:.7rem}.m-quote p{font-family:var(--font-marketing);font-size:1.02rem;font-style:italic}.m-quote__who{font-family:var(--font-marketing);font-weight:800;margin-top:1rem}.m-quote__where{font-family:var(--font-marketing);font-size:.88rem;color:var(--brand-moss)}.m-contact{background:var(--brand-cream)}.m-contact__grid{display:grid;grid-template-columns:1.2fr .9fr;gap:2.5rem;align-items:start}.m-contact__card{background:var(--brand-paper);border-radius:16px;padding:clamp(1.5rem,3vw,2.5rem);box-shadow:0 16px 44px #1b3a2b1a}.m-contact__field{margin-bottom:1.1rem}.m-contact__field label{display:block;font-family:var(--font-marketing);font-weight:700;font-size:.9rem;margin-bottom:.4rem;color:var(--brand-forest)}.m-contact__field input,.m-contact__field textarea{width:100%;padding:.85rem 1rem;font:inherit;font-family:var(--font-marketing);border:1px solid rgba(27,58,43,.2);border-radius:10px;background:#fff;color:var(--brand-ink)}.m-contact__field input:focus,.m-contact__field textarea:focus{outline:2px solid var(--brand-gold);border-color:var(--brand-gold)}.m-contact__row{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem}.m-contact__aside{color:var(--brand-ink)}.m-contact__info{background:var(--brand-forest);color:var(--brand-cream);border-radius:16px;padding:clamp(1.5rem,3vw,2.2rem)}.m-contact__info h3{font-family:var(--font-display);text-transform:uppercase;color:var(--brand-cream);font-size:1.4rem}.m-contact__info a{color:var(--brand-gold)}.m-contact__line{display:flex;gap:.8rem;align-items:flex-start;padding:.7rem 0;border-top:1px solid rgba(247,241,228,.15);font-family:var(--font-marketing)}.m-contact__line:first-of-type{border-top:none}.m-contact__line svg{width:22px;height:22px;color:var(--brand-gold);flex:0 0 22px;margin-top:2px}.form-status{padding:.9rem 1rem;border-radius:10px;font-family:var(--font-marketing);margin-bottom:1.2rem}.form-status--success{background:#e6f0e2;color:#1f4023;border:1px solid #b7d3ad}.form-status--error{background:#f7e2dc;color:#7a2d18;border:1px solid #e0a994}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.reveal.is-visible{opacity:1;transform:none}.reveal[data-delay="1"]{transition-delay:.08s}.reveal[data-delay="2"]{transition-delay:.16s}.reveal[data-delay="3"]{transition-delay:.24s}.reveal[data-delay="4"]{transition-delay:.32s}@media(max-width:990px){.m-values,.m-cats{grid-template-columns:repeat(2,1fr)}.m-cat--wide{grid-column:span 2}.m-quotes,.m-spotlight,.m-contact__grid{grid-template-columns:1fr}}@media(max-width:749px){.m-trust__row{grid-template-columns:repeat(2,1fr)}.m-trust__item:nth-child(3){border-left:none}.m-values,.m-cats{grid-template-columns:1fr}.m-cat--wide{grid-column:span 1}.m-steps{grid-template-columns:1fr}.m-step:not(:last-child):after{content:"\2193";right:50%;top:auto;bottom:-1.2rem}.m-contact__row{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.bear-walker,.bear-bob,.bear__leg,.m-marquee__track,.m-hero__sun,.m-hero__badge{animation:none!important}.reveal{opacity:1;transform:none;transition:none}}.m-footer{position:relative;background:var(--brand-forest);color:var(--brand-cream);margin-top:var(--section-spacing)}.m-footer__ridge{line-height:0;color:var(--brand-paper)}.m-footer__ridge svg{width:100%;height:auto;display:block}.m-footer__body{padding-block:clamp(2.5rem,5vw,4rem) 1.5rem}.m-footer__cols{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.4fr;gap:2.5rem}.m-footer__brand{font-family:var(--font-display);text-transform:uppercase;font-size:1.8rem;color:var(--brand-cream);letter-spacing:.01em}.m-footer__brand-col p{font-family:var(--font-marketing);opacity:.8;max-width:320px;margin-top:.6rem}.m-footer__bear{display:block;width:110px;margin-top:1.2rem;opacity:.85}.m-footer h3{font-family:var(--font-marketing);font-weight:800;text-transform:uppercase;letter-spacing:.1em;font-size:.82rem;color:var(--brand-gold);margin-bottom:1rem}.m-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:.6rem}.m-footer a{color:var(--brand-cream);font-family:var(--font-marketing);opacity:.85}.m-footer a:hover{opacity:1;color:var(--brand-gold);text-decoration:none}.m-footer__signup p{font-family:var(--font-marketing);opacity:.8;font-size:.92rem;margin-bottom:.9rem}.m-footer__form{display:flex;gap:.5rem}.m-footer__form input{flex:1;padding:.8rem 1rem;border:1px solid rgba(247,241,228,.25);background:#ffffff0f;color:var(--brand-cream);border-radius:var(--button-radius);font:inherit}.m-footer__form input::placeholder{color:#f7f1e48c}.m-footer__ok{color:var(--brand-gold);margin-top:.6rem;font-family:var(--font-marketing)}.m-footer__bottom{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid rgba(247,241,228,.16);display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem;font-family:var(--font-marketing);font-size:.85rem;opacity:.7}@media(max-width:990px){.m-footer__cols{grid-template-columns:1fr 1fr}}@media(max-width:749px){.m-footer__cols{grid-template-columns:1fr}}.scene{width:100%;height:100%;display:block}.m-dests{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:210px;gap:1rem}.dest{position:relative;overflow:hidden;border-radius:16px;text-decoration:none;color:#fff;grid-column:span 1;grid-row:span 1;background:var(--brand-pine);box-shadow:0 10px 28px #1b3a2b24;transition:transform .35s ease,box-shadow .35s ease}.dest:hover{transform:translateY(-6px);box-shadow:0 22px 50px #1b3a2b42;text-decoration:none}.dest--featured{grid-column:span 2;grid-row:span 2}.dest__media{position:absolute;top:0;right:0;bottom:0;left:0}.dest__media img,.dest__media .scene{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.dest:hover .dest__media img,.dest:hover .dest__media .scene{transform:scale(1.06)}.dest:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0a140e00 35%,#0a160fd9)}.dest__plate{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:1.1rem 1.25rem}.dest__name{display:block;font-family:var(--font-display);text-transform:uppercase;line-height:.95;font-size:1.35rem;text-shadow:0 2px 12px rgba(0,0,0,.4)}.dest--featured .dest__name{font-size:clamp(1.8rem,3vw,2.8rem)}.dest__go{font-family:var(--font-marketing);font-size:.82rem;letter-spacing:.06em;color:var(--brand-gold);display:inline-flex;gap:.35rem;margin-top:.3rem;transition:gap .25s ease}.dest:hover .dest__go{gap:.8rem}.dest__arrow{position:absolute;top:.85rem;right:.85rem;z-index:2;width:30px;height:auto;opacity:.9;filter:drop-shadow(0 2px 6px rgba(0,0,0,.3))}.dest--featured .dest__arrow{width:42px}.m-cat__scene{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.m-topo{position:relative}.m-topo:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.5;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240' viewBox='0 0 240 240'%3E%3Cg fill='none' stroke='%23b79b6a' stroke-width='1' opacity='0.35'%3E%3Cpath d='M-20 120 Q60 60 120 120 T260 120'/%3E%3Cpath d='M-20 140 Q60 80 120 140 T260 140'/%3E%3Cpath d='M-20 100 Q60 40 120 100 T260 100'/%3E%3Cpath d='M-20 160 Q60 100 120 160 T260 160'/%3E%3Cpath d='M-20 80 Q60 20 120 80 T260 80'/%3E%3Cpath d='M-20 180 Q60 120 120 180 T260 180'/%3E%3C/g%3E%3C/svg%3E")}.m-topo>*{position:relative;z-index:1}.m-hero__clouds{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;overflow:hidden}.m-hero__cloud{position:absolute;background:#ffffff8c;border-radius:100px;filter:blur(2px);opacity:.7}.m-hero__cloud:before,.m-hero__cloud:after{content:"";position:absolute;background:inherit;border-radius:100px}.m-cloud1{width:150px;height:26px;top:18%;left:-200px;animation:drift1 48s linear infinite}.m-cloud1:before{width:70px;height:50px;top:-22px;left:24px}.m-cloud2{width:110px;height:20px;top:30%;left:-200px;animation:drift2 64s linear infinite;opacity:.5}.m-cloud2:before{width:54px;height:38px;top:-16px;left:18px}@keyframes drift1{0%{transform:translate(0)}to{transform:translate(120vw)}}@keyframes drift2{0%{transform:translate(0)}to{transform:translate(130vw)}}.m-hero__birds{position:absolute;top:24%;left:0;z-index:3;pointer-events:none;color:#141e16a6;animation:fly 30s linear infinite}.m-hero__birds svg{width:90px}@keyframes fly{0%{transform:translate(-10vw)}50%{transform:translate(55vw,-22px)}to{transform:translate(120vw,8px)}}@media(max-width:990px){.m-dests{grid-template-columns:repeat(2,1fr);grid-auto-rows:180px}.dest--featured{grid-column:span 2;grid-row:span 2}}@media(max-width:749px){.m-dests{grid-template-columns:repeat(2,1fr);grid-auto-rows:140px}.dest--featured{grid-column:span 2;grid-row:span 1}.dest--featured .dest__name{font-size:1.6rem}}@media(prefers-reduced-motion:reduce){.m-hero__cloud,.m-hero__birds{animation:none!important}}.m-marquee__track span:after{content:"\2022";color:var(--brand-rust)}.m-hero__bear{position:absolute;right:clamp(1rem,5vw,5rem);bottom:40px;width:clamp(116px,12vw,168px);z-index:4;color:#16241a}.m-hero__bear .bear{filter:drop-shadow(0 8px 12px rgba(0,0,0,.28))}.bear__wave{transform-origin:150px 110px;animation:wave 1.8s ease-in-out infinite}@keyframes wave{0%,to{transform:rotate(0)}20%{transform:rotate(-18deg)}40%{transform:rotate(4deg)}60%{transform:rotate(-14deg)}80%{transform:rotate(2deg)}}.m-member__bear{position:absolute;right:clamp(1rem,6vw,6rem);bottom:26px;width:104px;z-index:2;color:#1420168c}.m-member__bear .bear__wave{animation:wave 2.2s ease-in-out infinite}.hero-scene{width:100%;height:100%;object-fit:cover;display:block}.product-grid{grid-template-columns:repeat(var(--grid-cols, 4),1fr)}@media(max-width:1200px){.product-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:980px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:680px){.product-grid{grid-template-columns:repeat(2,1fr)}}.product--gallery .product__media-wrap{display:block}.product__thumbs--row{display:flex;gap:.5rem;margin-top:.75rem;overflow-x:auto;padding-bottom:.3rem;scrollbar-width:thin}.product__thumbs--row button{flex:0 0 84px;width:84px;height:84px;padding:0;border:1px solid var(--color-border);background:#f4f4f4;cursor:pointer}.product__thumbs--row button img{width:100%;height:100%;object-fit:cover}.product__thumbs--row button.is-active{border-color:var(--color-accent)}.qo-row{display:grid;grid-template-columns:44px 1fr auto auto;align-items:center;gap:.85rem;padding:.55rem 0;border-bottom:1px solid var(--color-border)}.qo-thumb{width:44px;height:44px;object-fit:cover;background:#f0f0f0;border-radius:6px;display:block}.qo-info{display:flex;flex-direction:column;min-width:0}.qo-name{font-weight:600;font-size:.97rem;line-height:1.2}.qo-meta{font-size:.8rem;color:var(--color-muted)}.qo-total{font-weight:700;min-width:60px;text-align:right;font-size:.95rem}.qty button{width:36px;height:36px;font-size:1.05rem}.qty input{width:46px;height:36px}.quick-order--grid .qo-rows--grid{display:grid;grid-template-columns:1fr 1fr;column-gap:2.5rem}.product__bulk-title{margin-bottom:.75rem}@media(max-width:749px){.qo-row{grid-template-columns:40px 1fr auto auto;grid-template-areas:none}.quick-order--grid .qo-rows--grid{grid-template-columns:1fr;column-gap:0}}.product--gallery{grid-template-columns:minmax(0,520px) 1fr;gap:clamp(1.5rem,4vw,3rem);align-items:start}.product--gallery>*{min-width:0}.product--gallery .product__media-wrap{display:block;max-width:520px}.product__gallery-main{aspect-ratio:1 / 1;background:#f4f4f4;border-radius:10px;overflow:hidden}.product__gallery-main img{width:100%;height:100%;object-fit:contain;cursor:zoom-in}.product__carousel{display:flex;align-items:center;gap:.5rem;margin-top:.75rem;max-width:520px}.product__carousel .product__thumbs--row{flex:1;margin-top:0;scroll-behavior:smooth}.product__car-btn{flex:0 0 34px;width:34px;height:34px;border:1px solid var(--color-border);background:var(--color-bg);border-radius:50%;cursor:pointer;font-size:1.4rem;line-height:1;color:var(--color-text);display:grid;place-items:center}.product__car-btn:hover{background:#f1f1f1}.qo-thumb--zoom{cursor:zoom-in}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:none;align-items:center;justify-content:center;background:#0c0e0bdb;padding:2rem}.lightbox.is-open{display:flex}.lightbox img{max-width:90vw;max-height:88vh;object-fit:contain;border-radius:8px;box-shadow:0 24px 70px #0000008c;background:#fff}.lightbox__close{position:absolute;top:1rem;right:1.2rem;width:46px;height:46px;border:none;border-radius:50%;background:#ffffff29;color:#fff;font-size:1.9rem;line-height:1;cursor:pointer}.lightbox__close:hover{background:#ffffff4d}@media(max-width:749px){.product--gallery{grid-template-columns:1fr}.product--gallery .product__media-wrap,.product__carousel{max-width:100%}.product__info{position:static}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/base.css.map */
