:root{--color-primary: #2a5c3f;--color-primary-dark: #1d4430;--color-primary-light: #3a7a56;--color-accent: #b18857;--color-accent-dark: #8b6e40;--color-accent-light: #c9a070;--color-bg: #ffffff;--color-bg-alt: #f5f1ec;--color-bg-dark: #1e2820;--color-text: #2c2820;--color-text-muted: #8b857d;--color-text-light: #b0a89e;--color-border: #ddd8d0;--color-border-light: #ede9e3;--color-success: #2a7a4a;--color-error: #d64040;--font-sans: "Inter", "Helvetica Neue", Arial, sans-serif;--font-display: "Georgia", "Times New Roman", serif;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--space-4xl: 6rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 20px;--radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(0,0,0,.08);--shadow-md: 0 4px 16px rgba(0,0,0,.1);--shadow-lg: 0 8px 32px rgba(0,0,0,.12);--transition: .2s ease;--transition-slow: .35s ease;--container-max: 1200px;--header-height: 72px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--color-primary);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--color-primary-light)}ul{list-style:none}.container{max-width:var(--container-max);margin:0 auto;padding:0 var(--space-xl)}.container--narrow{max-width:760px}.section{padding:var(--space-4xl) 0}.section--alt{background:var(--color-bg-alt)}.section__header{text-align:center;margin-bottom:var(--space-3xl)}.section__header h2{font-size:2rem;font-weight:700;color:var(--color-text);margin-bottom:var(--space-sm)}.section__header p{color:var(--color-text-muted);font-size:1.1rem}.section__footer{text-align:center;margin-top:var(--space-2xl)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);padding:.75rem 1.5rem;border-radius:var(--radius-md);font-size:.95rem;font-weight:600;font-family:var(--font-sans);cursor:pointer;border:2px solid transparent;transition:all var(--transition);text-decoration:none;white-space:nowrap}.btn:disabled{opacity:.6;cursor:not-allowed}.btn--primary{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.btn--primary:hover:not(:disabled){background:var(--color-primary-dark);border-color:var(--color-primary-dark);color:#fff;transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn--outline{background:transparent;color:var(--color-primary);border-color:var(--color-primary)}.btn--outline:hover:not(:disabled){background:var(--color-primary);color:#fff}.btn--lg{padding:1rem 2rem;font-size:1.05rem}.btn--full{width:100%}.btn--success{background:var(--color-success);border-color:var(--color-success)}.header{position:sticky;top:0;z-index:100;background:var(--color-bg);border-bottom:1px solid var(--color-border);height:var(--header-height);box-shadow:var(--shadow-sm)}.header__inner{display:flex;align-items:center;justify-content:space-between;height:100%}.header__logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.header__logo-img{height:48px;width:auto;display:block;object-fit:contain}.header__nav{display:flex;align-items:center;gap:var(--space-xl)}.header__nav-link{font-size:.95rem;font-weight:500;color:var(--color-text);text-decoration:none;padding:var(--space-xs) 0;border-bottom:2px solid transparent;transition:all var(--transition)}.header__nav-link:hover,.header__nav-link.active{color:var(--color-primary);border-bottom-color:var(--color-primary)}.header__actions{display:flex;align-items:center;gap:var(--space-md)}.header__cart-btn{position:relative;background:none;border:none;cursor:pointer;color:var(--color-text);padding:var(--space-xs);display:flex;align-items:center;transition:color var(--transition)}.header__cart-btn:hover{color:var(--color-primary)}.header__cart-count{position:absolute;top:-6px;right:-8px;background:var(--color-accent);color:#fff;font-size:.7rem;font-weight:700;width:18px;height:18px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center}.header__menu-btn{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.header__menu-btn span{display:block;width:22px;height:2px;background:var(--color-text);border-radius:2px;transition:all var(--transition)}.hero{position:relative;background:#04100a;color:#fff;overflow:hidden;min-height:640px;display:flex;align-items:center;padding:var(--space-4xl) 0 var(--space-3xl)}.hero__scene{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 40%;z-index:0}.hero__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#0a160eeb,#0a160ed6 38%,#0a160e8c 62%,#0a160e47),linear-gradient(180deg,#0a160e73,#0a160e33 40%,#0a160e8c)}.hero__container{position:relative;z-index:2;width:100%}.hero__content{max-width:620px}.hero__eyebrow{display:inline-flex;align-items:center;gap:6px;font-size:.82rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--color-accent-light);margin-bottom:var(--space-md);background:#b1885726;padding:5px 14px;border-radius:var(--radius-full);border:1px solid rgba(177,136,87,.35)}.hero__title{font-size:clamp(2.2rem,5vw,3.4rem);font-weight:800;line-height:1.15;margin-bottom:var(--space-lg);color:#fff}.hero__title span{color:var(--color-accent-light)}.hero__desc{font-size:1.05rem;color:#ffffffb8;margin-bottom:var(--space-xl);line-height:1.7;max-width:480px}.hero__cta{display:flex;gap:var(--space-md);flex-wrap:wrap;margin-bottom:var(--space-2xl)}.hero__cta .btn--outline{color:#fff;border-color:#fff6}.hero__cta .btn--outline:hover{background:#ffffff1a;color:#fff;border-color:#fffc}.hero__stats{display:flex;align-items:center;gap:var(--space-lg);padding:var(--space-md) var(--space-lg);background:#ffffff0f;border:1px solid rgba(177,136,87,.25);border-radius:var(--radius-lg);backdrop-filter:blur(4px);width:fit-content}.hero__stat{display:flex;flex-direction:column;align-items:center;gap:2px}.hero__stat-num{font-size:1.5rem;line-height:1}.hero__stat span:last-child{font-size:.75rem;font-weight:600;color:#fff9;text-transform:uppercase;letter-spacing:.05em}.hero__stat-divider{width:1px;height:32px;background:#b188574d}.star{animation:twinkle 4s ease-in-out infinite}.star-0{animation-duration:3.5s}.star-1{animation-duration:5s;animation-delay:-1.5s}.star-2{animation-duration:4.2s;animation-delay:-2.8s}@keyframes twinkle{0%,to{opacity:.4}50%{opacity:1}}.flame{transform-origin:bottom center}.flame-1{animation:flicker1 1.1s ease-in-out infinite alternate}.flame-2{animation:flicker2 .9s ease-in-out infinite alternate}.flame-3{animation:flicker3 1.3s ease-in-out infinite alternate}.flame-4{animation:flicker4 .7s ease-in-out infinite alternate}.flame-5{animation:flicker5 .5s ease-in-out infinite alternate}@keyframes flicker1{0%{transform:scaleX(1) scaleY(1) skew(0);opacity:.9}to{transform:scaleX(.9) scaleY(1.08) skew(4deg);opacity:.95}}@keyframes flicker2{0%{transform:scaleX(1) scaleY(1) skew(-3deg);opacity:.85}to{transform:scaleX(1.1) scaleY(.95) skew(2deg);opacity:.7}}@keyframes flicker3{0%{transform:scaleX(1) scaleY(1.05) skew(3deg);opacity:.85}to{transform:scaleX(.88) scaleY(.92) skew(-2deg);opacity:.75}}@keyframes flicker4{0%{transform:scaleY(1) skew(-2deg);opacity:.95}to{transform:scaleY(1.12) skew(3deg);opacity:.85}}@keyframes flicker5{0%{transform:scaleY(1);opacity:.9}to{transform:scaleY(1.15);opacity:.7}}.spark{animation:sparkRise 2s ease-out infinite}.spark-1{animation-duration:1.8s;animation-delay:0s;transform-origin:center}.spark-2{animation-duration:2.2s;animation-delay:.4s}.spark-3{animation-duration:1.6s;animation-delay:.8s}.spark-4{animation-duration:2s;animation-delay:1.2s}.spark-5{animation-duration:1.9s;animation-delay:.3s}@keyframes sparkRise{0%{transform:translate(0) scale(1);opacity:1}60%{transform:translate(var(--sx, 6px),-40px) scale(.8);opacity:.8}to{transform:translate(var(--sx, 10px),-80px) scale(0);opacity:0}}.spark-1{--sx: 8px}.spark-2{--sx: -10px}.spark-3{--sx: 14px}.spark-4{--sx: -6px}.spark-5{--sx: 4px}.smoke{animation:smokeRise 3s ease-out infinite}.smoke-1{animation-duration:4s;animation-delay:0s}.smoke-2{animation-duration:5s;animation-delay:1s}.smoke-3{animation-duration:4.5s;animation-delay:2s}@keyframes smokeRise{0%{transform:translateY(0) scale(1);opacity:.4}50%{transform:translateY(-30px) scale(1.4);opacity:.2}to{transform:translateY(-70px) scale(2);opacity:0}}.wood-divider{background:var(--color-bg-alt);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:var(--space-sm) 0;display:flex;align-items:center;justify-content:center;gap:var(--space-xl);overflow:hidden}.wood-divider span{font-size:1.25rem;animation:dividerScroll 20s linear infinite;display:inline-block;color:var(--color-accent)}.wood-divider span:nth-child(odd){animation-delay:-5s}@keyframes dividerScroll{0%{transform:translateY(0) rotate(0)}25%{transform:translateY(-2px) rotate(5deg)}75%{transform:translateY(2px) rotate(-5deg)}to{transform:translateY(0) rotate(0)}}.page-hero{background:var(--color-bg-alt);border-bottom:1px solid var(--color-border);padding:var(--space-3xl) 0;text-align:center}.page-hero h1{font-size:2.4rem;font-weight:800;color:var(--color-text);margin-bottom:var(--space-sm)}.page-hero p{color:var(--color-text-muted);font-size:1.1rem}.features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--space-xl)}.feature-card{padding:var(--space-xl);background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:all var(--transition-slow);position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--color-accent),var(--color-primary));opacity:0;transition:opacity var(--transition-slow)}.feature-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px);border-color:#b1885766}.feature-card:hover:before{opacity:1}.feature-card__icon{width:68px;height:68px;background:linear-gradient(135deg,#f5f0e8,#ede5d5);border:1px solid rgba(177,136,87,.25);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;margin-bottom:var(--space-lg);transition:transform var(--transition)}.feature-card:hover .feature-card__icon{transform:scale(1.08) rotate(-2deg)}.feature-card h3{font-size:1.1rem;font-weight:700;margin-bottom:var(--space-sm);color:var(--color-text)}.feature-card p{color:var(--color-text-muted);font-size:.95rem;line-height:1.6}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:var(--space-xl)}.product-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;transition:all var(--transition-slow)}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.product-card--skeleton{min-height:380px;background:linear-gradient(90deg,var(--color-border-light) 25%,var(--color-border) 50%,var(--color-border-light) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.product-card__image-wrap{position:relative;background:#f7f4f0;aspect-ratio:1 / 1;overflow:hidden;display:flex;align-items:center;justify-content:center}.product-card__image{width:100%;height:100%;object-fit:contain;padding:var(--space-lg);transition:transform var(--transition-slow);box-sizing:border-box}.product-card:hover .product-card__image{transform:scale(1.04)}.product-card__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--color-text-light)}.product-card__badge{position:absolute;top:12px;left:12px;background:var(--color-accent);color:#fff;font-size:.75rem;font-weight:700;padding:4px 10px;border-radius:var(--radius-full);letter-spacing:.04em;text-transform:uppercase}.product-card__body{padding:var(--space-lg);display:flex;flex-direction:column;flex:1;gap:var(--space-sm)}.product-card__title{font-size:1rem;font-weight:700;color:var(--color-text);line-height:1.4}.product-card__pricing{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-xs) var(--space-sm);margin-top:var(--space-sm)}.product-card__price{font-size:1.25rem;font-weight:800;color:var(--color-primary)}.product-card__compare{font-size:.9rem;color:var(--color-text-light);text-decoration:line-through}.product-card__btn{margin-top:auto;width:100%}.product-card__savings{font-size:.8rem;font-weight:700;color:#fff;background:var(--color-primary);padding:2px 8px;border-radius:var(--radius-full)}.product-card--featured{border:2px solid var(--color-accent);position:relative;box-shadow:0 4px 24px #b188572e}.product-card--featured:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(177,136,87,.04) 0%,transparent 60%);pointer-events:none;z-index:0}.product-card__featured-label{position:absolute;top:12px;left:12px;background:linear-gradient(135deg,var(--color-accent),var(--color-accent-dark));color:#fff;font-size:.72rem;font-weight:700;padding:4px 12px;border-radius:var(--radius-full);letter-spacing:.06em;text-transform:uppercase;box-shadow:0 2px 8px #b1885766}.product-card--wide{flex-direction:row}.product-card--wide .product-card__image-wrap{width:clamp(320px,38%,460px);flex-shrink:0;aspect-ratio:1 / 1}.product-card--wide .product-card__body{padding:var(--space-xl);justify-content:center}.product-card--wide .product-card__title{font-size:1.3rem}.product-card--wide .product-card__price{font-size:1.6rem}.product-card--wide .product-card__btn{width:auto;align-self:flex-start;min-width:260px;margin-top:var(--space-lg)}.product-card__perks{list-style:none;padding:0;margin:var(--space-sm) 0;display:flex;flex-direction:column;gap:var(--space-xs);font-size:.875rem;color:var(--color-text-muted)}.product-card--compact{flex-direction:row}.product-card--compact .product-card__image-wrap{width:120px;flex-shrink:0;aspect-ratio:1}.product-card--compact .product-card__body{padding:var(--space-md)}.product-card--compact .product-card__title{font-size:.95rem}.product-card--compact .product-card__btn{margin-top:auto}.products-grid--storsekk{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:var(--space-lg)}.products-grid--pall{grid-template-columns:1fr}.products-grid--accessories{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-lg)}.products-grid--accessories .product-card{width:268px}.products-grid--accessories .product-card__image-wrap{aspect-ratio:4 / 3}.products-grid--accessories .product-card__title{font-size:1rem;line-height:1.3}.products-grid--accessories .product-card__price{font-size:1.15rem}.products-grid--accessories .product-card__btn{padding:.6rem 1rem;font-size:.88rem}@media(max-width:700px){.products-grid--accessories{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-md)}.products-grid--accessories .product-card{width:100%}}@media(max-width:560px){.products-grid--accessories .product-card__body{padding:var(--space-sm);gap:var(--space-xs)}.products-grid--accessories .product-card__title{font-size:.85rem}.products-grid--accessories .product-card__price{font-size:1rem}.products-grid--accessories .product-card__btn{padding:.5rem .4rem;font-size:.78rem}}.shop-section{padding-top:var(--space-3xl);padding-bottom:var(--space-3xl)}.shop-section__header{text-align:center;margin-bottom:var(--space-2xl)}.shop-section__badge{display:inline-block;background:var(--color-primary);color:#fff;font-size:.8rem;font-weight:700;padding:4px 14px;border-radius:var(--radius-full);letter-spacing:.06em;text-transform:uppercase;margin-bottom:var(--space-md)}.shop-section__badge--wood{background:var(--color-accent-dark)}.shop-section__badge--accent{background:linear-gradient(135deg,var(--color-accent),var(--color-accent-dark))}.shop-section__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:var(--color-text);margin:0 0 var(--space-sm)}.shop-section__desc{color:var(--color-text-muted);font-size:1rem;max-width:540px;margin:0 auto;line-height:1.6}.storsekk-callouts{display:flex;justify-content:center;gap:var(--space-md);flex-wrap:wrap;margin-bottom:var(--space-xl)}.storsekk-callout{display:inline-flex;align-items:center;gap:var(--space-xs);background:var(--color-bg-alt);border:1px solid var(--color-border);border-radius:var(--radius-full);padding:var(--space-xs) var(--space-md);font-size:.875rem;font-weight:500;color:var(--color-text-muted)}@media(max-width:640px){.product-card--wide{flex-direction:column}.product-card--wide .product-card__image-wrap{width:100%;aspect-ratio:4/3}.product-card--compact{flex-direction:column}.product-card--compact .product-card__image-wrap{width:100%;aspect-ratio:4/3}.products-grid--storsekk{grid-template-columns:repeat(2,1fr)}}.testimonial{background:linear-gradient(135deg,#1a2c1e,#2a5c3f,#1e3828);color:#fff;position:relative;overflow:hidden}.testimonial:before{content:"🌲";position:absolute;font-size:8rem;left:-20px;top:-20px;opacity:.07;pointer-events:none}.testimonial:after{content:"🌲";position:absolute;font-size:8rem;right:-20px;bottom:-20px;opacity:.07;pointer-events:none}.testimonial__logo{width:140px;height:auto;margin:0 auto var(--space-xl);display:block}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.testimonial__quote{max-width:720px;margin:0 auto;text-align:center}.testimonial__quote p{font-size:1.3rem;font-style:italic;line-height:1.75;color:#ffffffe6;margin-bottom:var(--space-xl);font-family:var(--font-display);border-left:3px solid var(--color-accent);padding-left:var(--space-lg);text-align:left}.testimonial__quote footer{display:flex;flex-direction:column;gap:var(--space-xs);align-items:flex-start;padding-left:var(--space-lg)}.testimonial__quote strong{font-size:1.05rem;font-weight:700;color:var(--color-accent-light)}.testimonial__quote span{font-size:.875rem;color:#ffffff8c}.cta-banner{background:var(--color-bg-alt)}.cta-banner__inner{text-align:center;padding:var(--space-4xl) var(--space-2xl);background:linear-gradient(#121c148c,#121c14b8),url(/BareV-Foto-Jo-Bergersen-119494.jpg) center 35% / cover no-repeat;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.cta-banner__emoji{font-size:3rem;margin-bottom:var(--space-md);display:block;animation:fireFlicker 1.5s ease-in-out infinite alternate}@keyframes fireFlicker{0%{transform:scale(1) rotate(-3deg)}to{transform:scale(1.1) rotate(3deg)}}.cta-banner__inner h2{font-size:1.9rem;font-weight:800;margin-bottom:var(--space-md);color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.4)}.cta-banner__inner p{color:#e8e4de;margin-bottom:var(--space-xl);font-size:1.05rem;text-shadow:0 1px 8px rgba(0,0,0,.4)}.cart-overlay{position:fixed;inset:0;background:#0006;z-index:200;opacity:0;pointer-events:none;transition:opacity var(--transition-slow)}.cart-overlay--visible{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:400px;max-width:100vw;background:var(--color-bg);z-index:201;display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--transition-slow);box-shadow:var(--shadow-lg)}.cart-drawer--open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-lg) var(--space-xl);border-bottom:1px solid var(--color-border)}.cart-drawer__header h2{font-size:1.2rem;font-weight:700}.cart-drawer__close{background:none;border:none;cursor:pointer;color:var(--color-text-muted);padding:4px;display:flex;transition:color var(--transition)}.cart-drawer__close:hover{color:var(--color-text)}.cart-drawer__body{flex:1;overflow-y:auto;padding:var(--space-xl)}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;gap:var(--space-md);padding:var(--space-3xl) 0;color:var(--color-text-light);text-align:center}.cart-drawer__items{display:flex;flex-direction:column;gap:var(--space-md)}.cart-item{display:flex;gap:var(--space-md);align-items:center;padding:var(--space-md);background:var(--color-bg-alt);border-radius:var(--radius-md)}.cart-item__img{width:72px;height:72px;object-fit:contain;border-radius:var(--radius-sm);flex-shrink:0;background:#f7f4f0;padding:6px;box-sizing:border-box}.cart-item__info{flex:1;min-width:0}.cart-item__name{font-size:.9rem;font-weight:600;line-height:1.3}.cart-item__variant{font-size:.8rem;color:var(--color-text-muted);margin-top:2px}.cart-item__qty-row{display:flex;align-items:center;gap:var(--space-sm);margin-top:var(--space-sm)}.cart-item__qty-btn{width:28px;height:28px;border:1.5px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg);color:var(--color-text);font-size:1rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .15s,background .15s}.cart-item__qty-btn:hover:not(:disabled){border-color:var(--color-primary);color:var(--color-primary)}.cart-item__qty-btn:disabled{opacity:.35;cursor:default}.cart-item__qty-num{font-size:.9rem;font-weight:600;min-width:20px;text-align:center}.cart-item__right{display:flex;flex-direction:column;align-items:flex-end;gap:var(--space-sm);flex-shrink:0}.cart-item__price{font-weight:700;font-size:.95rem;white-space:nowrap}.cart-item__remove{background:none;border:none;cursor:pointer;color:var(--color-text-light);padding:2px;display:flex;align-items:center;transition:color .15s}.cart-item__remove:hover{color:var(--color-error)}.cart-drawer__footer{padding:var(--space-xl);border-top:1px solid var(--color-border);display:flex;flex-direction:column;gap:var(--space-md)}.cart-drawer__total{display:flex;justify-content:space-between;font-weight:700;font-size:1.1rem}.cart-drawer__note{font-size:.8rem;color:var(--color-text-muted);text-align:center}.shop__filters{display:flex;gap:var(--space-sm);margin-bottom:var(--space-2xl);flex-wrap:wrap}.filter-btn{padding:.5rem 1.25rem;border:1px solid var(--color-border);border-radius:var(--radius-full);background:var(--color-bg);font-size:.9rem;font-weight:500;cursor:pointer;transition:all var(--transition);color:var(--color-text)}.filter-btn:hover{border-color:var(--color-primary);color:var(--color-primary)}.filter-btn--active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.shop__empty{text-align:center;color:var(--color-text-muted);padding:var(--space-3xl)}.contact__grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3xl);align-items:start}.contact__info h2,.contact__form-wrap h2{font-size:1.5rem;font-weight:700;margin-bottom:var(--space-xl)}.contact__success{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--space-md);padding:var(--space-3xl) var(--space-xl);background:#f0faf4;border:1.5px solid #a8d8b8;border-radius:var(--radius-lg);color:var(--color-primary-dark)}.contact__success svg{color:var(--color-primary)}.contact__success h3{font-size:1.3rem;font-weight:700;margin:0}.contact__success p{color:var(--color-text-muted);margin:0}.contact__error{background:#fef9e7;color:#7d5a00;border:1px solid #f5d76e;border-radius:var(--radius-md);padding:var(--space-sm) var(--space-md);font-size:.875rem;margin-bottom:var(--space-md)}.contact__items{display:flex;flex-direction:column;gap:var(--space-xl);margin-bottom:var(--space-2xl)}.contact__item{display:flex;gap:var(--space-lg);align-items:flex-start}.contact__item-icon{width:44px;height:44px;background:var(--color-bg-alt);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:var(--color-primary);flex-shrink:0}.contact__item h4{font-size:.85rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px}.contact__item a,.contact__item p{font-size:1rem;color:var(--color-text)}.contact__delivery-info{background:var(--color-bg-alt);border-radius:var(--radius-lg);padding:var(--space-xl);border:1px solid var(--color-border)}.contact__delivery-info h3{font-size:1rem;font-weight:700;margin-bottom:var(--space-md)}.contact__delivery-info li{padding:var(--space-xs) 0;font-size:.95rem;color:var(--color-text-muted);border-bottom:1px solid var(--color-border-light)}.contact__delivery-info li:last-child{border-bottom:none}.contact__form{display:flex;flex-direction:column;gap:var(--space-lg)}.form-group{display:flex;flex-direction:column;gap:var(--space-xs)}.form-group label{font-size:.9rem;font-weight:600;color:var(--color-text)}.form-group input,.form-group textarea{padding:.75rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:1rem;font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);transition:border-color var(--transition);width:100%}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #2a5c3f1a}.form-group textarea{resize:vertical}.prose{color:var(--color-text);line-height:1.75}.prose h2{font-size:1.4rem;font-weight:700;margin:var(--space-2xl) 0 var(--space-md);color:var(--color-text)}.prose p{margin-bottom:var(--space-md)}.prose ul{list-style:disc;margin:var(--space-md) 0 var(--space-md) var(--space-xl)}.prose li{margin-bottom:var(--space-xs)}.prose a{color:var(--color-primary);text-decoration:underline}.footer{background:var(--color-bg-dark);color:#ffffffbf}.footer__inner{display:grid;grid-template-columns:2fr 1fr 1.5fr;gap:var(--space-3xl);padding:var(--space-4xl) var(--space-xl);max-width:var(--container-max);margin:0 auto}.footer__logo-img{height:44px;width:auto;display:block;margin-bottom:var(--space-md)}.footer__brand p{font-size:.9rem;line-height:1.6;margin-bottom:var(--space-sm)}.footer__org{color:#fff6;font-size:.8rem!important}.footer__links h4,.footer__contact h4{font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff6;margin-bottom:var(--space-md)}.footer__links{display:flex;flex-direction:column;gap:var(--space-sm)}.footer__links a{color:#ffffffb3;font-size:.9rem;text-decoration:none;transition:color var(--transition)}.footer__links a:hover{color:#fff}.footer__contact{display:flex;flex-direction:column}.footer__contact p{display:flex;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-md);font-size:.9rem}.footer__contact a{color:#fffc;text-decoration:none}.footer__contact a:hover{color:#fff}.footer__contact svg{flex-shrink:0;color:var(--color-accent-light)}.footer__bottom{border-top:1px solid rgba(255,255,255,.08);padding:var(--space-lg) var(--space-xl);text-align:center;font-size:.8rem;color:#ffffff59;max-width:var(--container-max);margin:0 auto}@media(max-width:900px){.contact__grid{grid-template-columns:1fr}.footer__inner{grid-template-columns:1fr 1fr;gap:var(--space-2xl)}.footer__brand{grid-column:1 / -1}}@media(max-width:700px){.container{padding:0 var(--space-lg)}.header__nav{display:none;position:absolute;top:var(--header-height);left:0;right:0;background:var(--color-bg);flex-direction:column;padding:var(--space-lg);border-bottom:1px solid var(--color-border);gap:var(--space-md);box-shadow:var(--shadow-md)}.header__nav--open,.header__menu-btn{display:flex}.hero{min-height:500px;padding:var(--space-3xl) 0 var(--space-2xl)}.hero__overlay{background:linear-gradient(180deg,#0a160ecc,#0a160edb 55%,#0a160eeb)}.hero__title{font-size:2rem}.hero__cta{flex-direction:column}.hero__stats{gap:var(--space-md);padding:var(--space-sm) var(--space-md)}.wood-divider{gap:var(--space-md)}.section{padding:var(--space-3xl) 0}.section__header h2{font-size:1.6rem}.features__grid{grid-template-columns:1fr}.products-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.footer__inner{grid-template-columns:1fr;gap:var(--space-3xl);padding:var(--space-3xl) var(--space-lg)}.footer__links,.footer__contact{padding-top:var(--space-xl);border-top:1px solid rgba(255,255,255,.08)}.footer__links a{padding:var(--space-xs) 0}.footer__bottom{padding:var(--space-xl) var(--space-lg)}.cart-drawer{width:100vw}}.header__account-btn{display:flex;align-items:center;position:relative;color:var(--color-text);text-decoration:none;padding:var(--space-xs);border-radius:var(--radius-sm);transition:color .2s}.header__account-btn:hover{color:var(--color-primary)}.header__account-dot{position:absolute;top:2px;right:2px;width:8px;height:8px;background:var(--color-primary);border-radius:50%;border:2px solid var(--color-bg)}.account-page{min-height:60vh;padding:var(--space-3xl) 0;background:var(--color-bg-alt)}.account-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-lg);margin-bottom:var(--space-2xl);flex-wrap:wrap}.account-header__title{font-size:1.75rem;font-weight:700;color:var(--color-text);margin:0 0 var(--space-xs)}.account-header__email{color:var(--color-text-muted);margin:0}.account-section{background:var(--color-bg);border-radius:var(--radius-lg);padding:var(--space-xl);margin-bottom:var(--space-xl);box-shadow:0 1px 4px #0000000f}.account-section__title{font-size:1.1rem;font-weight:600;margin:0 0 var(--space-lg);color:var(--color-text)}.account-empty{color:var(--color-text-muted);margin:0}.account-address{font-style:normal;color:var(--color-text);line-height:1.7}.orders-table-wrap{overflow-x:auto}.orders-table{width:100%;border-collapse:collapse;font-size:.9rem}.orders-table th{text-align:left;padding:var(--space-sm) var(--space-md);border-bottom:2px solid var(--color-border);color:var(--color-text-muted);font-weight:600;white-space:nowrap}.orders-table td{padding:var(--space-sm) var(--space-md);border-bottom:1px solid var(--color-border-light);color:var(--color-text);vertical-align:middle}.orders-table tr:last-child td{border-bottom:none}.orders-table__link{color:var(--color-primary);text-decoration:none;font-weight:500;white-space:nowrap}.orders-table__link:hover{text-decoration:underline}.status-badge{display:inline-block;padding:2px 10px;border-radius:var(--radius-full);background:var(--color-bg-alt);font-size:.8rem;font-weight:500;color:var(--color-text-muted)}.auth-card{max-width:460px;margin:0 auto;background:var(--color-bg);border-radius:var(--radius-lg);box-shadow:0 2px 16px #00000014;overflow:hidden}.auth-tabs{display:flex;border-bottom:2px solid var(--color-border-light)}.auth-tab{flex:1;padding:var(--space-md) var(--space-lg);background:none;border:none;cursor:pointer;font-size:.95rem;font-weight:600;color:var(--color-text-muted);transition:color .2s,border-color .2s;border-bottom:2px solid transparent;margin-bottom:-2px}.auth-tab--active{color:var(--color-primary);border-bottom-color:var(--color-primary)}.auth-form{display:flex;flex-direction:column;gap:var(--space-md);padding:var(--space-xl)}.auth-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-md);min-width:0}.auth-row .auth-label{min-width:0}.auth-row .auth-input{min-width:0;width:100%}.auth-label{display:flex;flex-direction:column;gap:var(--space-xs);font-size:.875rem;font-weight:500;color:var(--color-text)}.auth-input{padding:var(--space-sm) var(--space-md);border:1.5px solid var(--color-border);border-radius:var(--radius-md);font-size:1rem;color:var(--color-text);background:var(--color-bg);transition:border-color .2s;outline:none}.auth-input:focus{border-color:var(--color-primary)}.auth-error{margin:var(--space-md) var(--space-xl) 0;padding:var(--space-sm) var(--space-md);background:#fef9e7;color:#7d5a00;border:1px solid #f5d76e;border-radius:var(--radius-md);font-size:.875rem}.auth-switch{text-align:center;font-size:.875rem;color:var(--color-text-muted);margin:0}.auth-switch__link{background:none;border:none;cursor:pointer;color:var(--color-primary);font-weight:600;padding:0;text-decoration:underline}@media(max-width:480px){.auth-row{grid-template-columns:1fr}.account-header{flex-direction:column}}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-xl)}.blog-card{border-radius:var(--radius-lg);overflow:hidden;background:var(--color-bg);border:1.5px solid var(--color-border-light);transition:box-shadow .2s,transform .2s}.blog-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-2px)}.blog-card__link{display:block;text-decoration:none;color:inherit;height:100%}.blog-card__image-wrap{position:relative;overflow:hidden;aspect-ratio:16/10;background:var(--color-bg-alt)}.blog-card__image{width:100%;height:100%;object-fit:cover;transition:transform .3s}.blog-card:hover .blog-card__image{transform:scale(1.04)}.blog-card__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2rem;background:var(--color-bg-alt)}.blog-card__featured-badge{position:absolute;top:var(--space-sm);left:var(--space-sm);background:var(--color-primary);color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:3px 8px;border-radius:var(--radius-sm)}.blog-card__body{padding:var(--space-md);display:flex;flex-direction:column;gap:6px}.blog-card__tags{display:flex;flex-wrap:wrap;gap:var(--space-xs)}.blog-card__tag{font-size:.68rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--color-primary);background:#2a5c3f14;border-radius:999px;padding:2px 8px}.blog-card__title{font-size:.95rem;font-weight:700;line-height:1.3;color:var(--color-text);margin:0}.blog-card__excerpt{font-size:.82rem;color:var(--color-text-muted);line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-card__meta{display:flex;gap:var(--space-sm);align-items:center;font-size:.73rem;color:var(--color-text-light);margin-top:auto;padding-top:6px}.blog-card--skeleton{height:340px;background:linear-gradient(90deg,var(--color-bg-alt) 25%,var(--color-border-light) 50%,var(--color-bg-alt) 75%);background-size:200% 100%;animation:shimmer 1.4s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.blog-empty{text-align:center;padding:var(--space-4xl) 0;display:flex;flex-direction:column;align-items:center;gap:var(--space-xl);color:var(--color-text-muted)}.blog-post__hero{position:relative;overflow:hidden}.blog-post__hero-img{width:100%;height:auto;display:block;max-height:70vh;object-fit:cover}.blog-post__hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 40%,rgba(0,0,0,.45))}.blog-post__inner{max-width:720px;margin:0 auto;padding:var(--space-2xl) 0 var(--space-4xl)}.blog-post__back{display:inline-block;margin-bottom:var(--space-xl);font-size:.875rem;color:var(--color-primary);text-decoration:none;font-weight:600}.blog-post__back:hover{text-decoration:underline}.blog-post__header{margin-bottom:var(--space-2xl)}.blog-post__title{font-size:2.2rem;line-height:1.2;margin:var(--space-sm) 0 var(--space-md)}.blog-post__meta{display:flex;gap:var(--space-sm);align-items:center;font-size:.875rem;color:var(--color-text-muted)}.blog-post__content{font-size:1.05rem;line-height:1.8;color:var(--color-text)}.blog-post__content h2{font-size:1.5rem;margin:var(--space-2xl) 0 var(--space-md)}.blog-post__content h3{font-size:1.2rem;margin:var(--space-xl) 0 var(--space-sm)}.blog-post__content p{margin:0 0 var(--space-lg)}.blog-post__content ul,.blog-post__content ol{margin:0 0 var(--space-lg);padding-left:var(--space-xl)}.blog-post__content li{margin-bottom:var(--space-sm)}.blog-post__content img{max-width:100%;border-radius:var(--radius-md);margin:var(--space-xl) 0}.blog-post__content a{color:var(--color-primary)}.blog-post__footer{margin-top:var(--space-3xl);padding-top:var(--space-xl);border-top:1.5px solid var(--color-border-light)}.blog-post__loading{padding:var(--space-4xl) 0;display:flex;flex-direction:column;gap:var(--space-xl)}.blog-post__skeleton{height:24px;border-radius:var(--radius-md);background:linear-gradient(90deg,var(--color-bg-alt) 25%,var(--color-border-light) 50%,var(--color-bg-alt) 75%);background-size:200% 100%;animation:shimmer 1.4s infinite}.blog-post__skeleton--short{width:40%}@media(max-width:900px){.blog-grid{grid-template-columns:1fr 1fr}.blog-post__title{font-size:1.7rem}.blog-post__hero{height:300px}}@media(max-width:600px){.blog-grid{grid-template-columns:1fr}.blog-post__title{font-size:1.4rem}.blog-post__content{font-size:1rem}}.vedhjornet__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-xl)}.vedhjornet__card{display:flex;flex-direction:column;border-radius:var(--radius-lg);overflow:hidden;background:var(--color-bg);border:1.5px solid var(--color-border-light);text-decoration:none;color:inherit;transition:box-shadow .2s,transform .2s}.vedhjornet__card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-2px)}.vedhjornet__img-wrap{aspect-ratio:16/9;overflow:hidden;background:var(--color-bg-alt)}.vedhjornet__img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.vedhjornet__card:hover .vedhjornet__img{transform:scale(1.04)}.vedhjornet__img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2.5rem}.vedhjornet__body{padding:var(--space-lg);display:flex;flex-direction:column;gap:var(--space-sm);flex:1}.vedhjornet__title{font-size:1.05rem;font-weight:700;line-height:1.3;margin:0;color:var(--color-text)}.vedhjornet__excerpt{font-size:.875rem;color:var(--color-text-muted);line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vedhjornet__date{font-size:.78rem;color:var(--color-text-light);margin-top:auto;padding-top:var(--space-sm)}.vedhjornet__card--skeleton{height:280px;background:linear-gradient(90deg,var(--color-bg-alt) 25%,var(--color-border-light) 50%,var(--color-bg-alt) 75%);background-size:200% 100%;animation:shimmer 1.4s infinite}@media(max-width:900px){.vedhjornet__grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.vedhjornet__grid{grid-template-columns:1fr}}.knut-chat{position:fixed;bottom:var(--space-xl);right:var(--space-xl);z-index:9999;display:flex;flex-direction:column;align-items:flex-end;gap:var(--space-md)}.knut-chat__trigger{position:relative;width:80px;height:80px;border-radius:50%;border:3px solid var(--color-primary);padding:0;overflow:visible;cursor:pointer;background:none;box-shadow:0 4px 20px #00000040;transition:transform .2s,box-shadow .2s}.knut-chat__trigger:hover{transform:scale(1.07);box-shadow:0 6px 28px #0000004d}.knut-chat__trigger-img{width:100%;height:100%;border-radius:50%;object-fit:cover;object-position:center 12%;display:block}.knut-chat__badge{position:absolute;top:-6px;right:-6px;background:var(--color-accent);border-radius:50%;width:26px;height:26px;display:flex;align-items:center;justify-content:center;font-size:.9rem;border:2px solid white;animation:bounce-badge 2s infinite}@keyframes bounce-badge{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.knut-chat__bubble{background:var(--color-bg);border-radius:var(--radius-lg);box-shadow:0 8px 40px #0000002e;padding:var(--space-xl);width:360px;display:flex;flex-direction:column;gap:var(--space-md);border:1.5px solid var(--color-border-light);position:relative;animation:bubble-in .22s ease-out}@keyframes bubble-in{0%{opacity:0;transform:translateY(12px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.knut-chat__bubble:after{content:"";position:absolute;bottom:-10px;right:22px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid var(--color-bg);filter:drop-shadow(0 2px 2px rgba(0,0,0,.08))}.knut-chat__close{position:absolute;top:var(--space-sm);right:var(--space-sm);background:none;border:none;cursor:pointer;font-size:1.4rem;color:var(--color-text-muted);line-height:1;padding:2px 6px;border-radius:var(--radius-sm);transition:background .15s}.knut-chat__close:hover{background:var(--color-bg-alt)}.knut-chat__avatar-row{display:flex;align-items:center;gap:var(--space-md)}.knut-chat__avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;object-position:center 12%;border:2px solid var(--color-primary);flex-shrink:0}.knut-chat__name{font-weight:700;font-size:1.05rem;color:var(--color-text)}.knut-chat__role{font-size:.75rem;color:var(--color-text-muted)}.knut-chat__message{font-size:1rem;line-height:1.6;color:var(--color-text);margin:0}.knut-chat__btn{width:100%;text-align:center;font-size:.9rem;padding:var(--space-sm) var(--space-md)}.knut-chat__dismiss{background:none;border:none;cursor:pointer;font-size:.75rem;color:var(--color-text-light);text-align:center;padding:0;text-decoration:underline}.knut-chat__dismiss:hover{color:var(--color-text-muted)}.knut-chat--above-banner{bottom:calc(var(--space-xl) + 120px);transition:bottom .3s ease}@media(max-width:480px){.knut-chat{bottom:var(--space-md);right:var(--space-md)}.knut-chat--above-banner{bottom:calc(var(--space-md) + 110px)}.knut-chat__trigger{width:64px;height:64px}.knut-chat__bubble{width:min(320px,calc(100vw - 2 * var(--space-md) - 16px));padding:var(--space-lg)}.knut-chat__message{font-size:.9rem}.knut-chat__avatar{width:48px;height:48px}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9998;background:var(--color-bg-dark);color:#e8e4de;padding:var(--space-lg) var(--space-xl);box-shadow:0 -4px 24px #00000040;animation:slide-up .3s ease-out}@keyframes slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cookie-banner__inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:var(--space-2xl)}.cookie-banner__text{flex:1}.cookie-banner__text strong{display:block;font-size:1rem;margin-bottom:var(--space-xs);color:#fff}.cookie-banner__text p{font-size:.875rem;line-height:1.5;color:#b0a89e;margin:0}.cookie-banner__actions{display:flex;align-items:center;gap:var(--space-lg);flex-shrink:0}.cookie-banner__accept{white-space:nowrap}.cookie-banner__link{font-size:.875rem;color:#b0a89e;text-decoration:underline;white-space:nowrap}.cookie-banner__link:hover{color:#fff}@media(max-width:640px){.cookie-banner__inner{flex-direction:column;align-items:flex-start;gap:var(--space-md)}.cookie-banner__actions{width:100%}.cookie-banner__accept{flex:1;text-align:center}}.contact-card-section{padding:var(--space-3xl) 0 var(--space-4xl)}.contact-card{display:grid;grid-template-columns:380px 1fr;background:var(--color-bg);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg);border:1px solid var(--color-border-light)}.contact-card__panel{background:linear-gradient(160deg,#24402f 0%,var(--color-bg-dark) 100%);color:#e8e4de;padding:var(--space-2xl);display:flex;flex-direction:column;gap:var(--space-xl)}.contact-card__person{display:flex;align-items:center;gap:var(--space-md)}.contact-card__portrait{width:72px;height:72px;border-radius:50%;object-fit:cover;object-position:center 12%;border:3px solid var(--color-accent);flex-shrink:0}.contact-card__person-name{font-weight:700;font-size:1.1rem;color:#fff}.contact-card__person-role{font-size:.85rem;color:#b0a89e}.contact-card__intro{font-style:italic;font-size:.98rem;line-height:1.6;color:#cfc8bd;margin:0;border-left:3px solid var(--color-accent);padding-left:var(--space-md)}.contact-card__channels{display:flex;flex-direction:column;gap:var(--space-sm)}.contact-card__channel{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-sm) var(--space-md);margin:0 calc(-1 * var(--space-md));border-radius:var(--radius-md);color:inherit;text-decoration:none;transition:background .15s}a.contact-card__channel:hover{background:#ffffff12;color:inherit}.contact-card__channel-icon{width:38px;height:38px;border-radius:var(--radius-md);background:#ffffff14;color:var(--color-accent-light);display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-card__channel-label{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:#8b857d}.contact-card__channel-value{display:block;font-size:.95rem;font-weight:600;color:#fff}.contact-card__divider{height:1px;background:#ffffff1f}.contact-card__delivery-title{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#8b857d;margin-bottom:var(--space-md)}.contact-card__delivery-rows{display:flex;flex-direction:column}.contact-card__delivery-row{display:flex;justify-content:space-between;align-items:center;padding:var(--space-sm) 0;font-size:.9rem;border-bottom:1px solid rgba(255,255,255,.08)}.contact-card__delivery-row:last-child{border-bottom:none}.contact-card__delivery-row span:first-child{font-weight:600;color:#fff}.contact-card__delivery-row span:last-child{color:#b0a89e;font-size:.83rem}.contact-card__free{background:#b1885740;color:var(--color-accent-light)!important;padding:2px 10px;border-radius:var(--radius-full);font-weight:600}.contact-card__form-side{padding:var(--space-2xl) var(--space-3xl)}.contact-card__form-title{font-size:1.6rem;font-weight:700;margin-bottom:var(--space-xs)}.contact-card__form-sub{color:var(--color-text-muted);font-size:.95rem;margin-bottom:var(--space-xl)}.contact__form-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-md)}.form-optional{font-size:.8rem;color:var(--color-text-muted);font-weight:400}.contact-card__form-note{text-align:center;font-size:.83rem;color:var(--color-text-muted);margin-top:var(--space-sm)}.contact__success{text-align:center;padding:var(--space-3xl) var(--space-xl);display:flex;flex-direction:column;align-items:center;gap:var(--space-md)}.contact__success-icon{width:64px;height:64px;border-radius:50%;background:#2a5c3f1a;color:var(--color-primary);display:flex;align-items:center;justify-content:center}.contact__success h3{font-size:1.4rem}.contact__success p{color:var(--color-text-muted)}@media(max-width:900px){.contact-card{grid-template-columns:1fr}.contact-card__form-side{padding:var(--space-xl)}}@media(max-width:600px){.contact__form-row{grid-template-columns:1fr}.contact-card__panel{padding:var(--space-xl)}}.turnstile-widget{display:flex;justify-content:center;min-height:65px}.product-card--clickable{cursor:pointer}.product-card--clickable:hover .product-card__title{color:var(--color-primary)}.product-page{padding:var(--space-xl) var(--space-xl) var(--space-4xl)}.product-page__breadcrumb{display:flex;gap:var(--space-sm);align-items:center;font-size:.85rem;color:var(--color-text-muted);margin-bottom:var(--space-xl)}.product-page__breadcrumb a{color:var(--color-text-muted);text-decoration:none}.product-page__breadcrumb a:hover{color:var(--color-primary)}.product-page__breadcrumb-current{color:var(--color-text);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-page__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:var(--space-3xl);align-items:start}.product-page__gallery{position:sticky;top:calc(var(--header-height) + var(--space-xl))}.product-page__image-wrap{position:relative;background:#f7f4f0;border-radius:var(--radius-lg);border:1.5px solid var(--color-border-light);aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:var(--space-xl)}.product-page__image{width:100%;height:100%;object-fit:contain}.product-page__image-placeholder{font-size:4rem}.product-page__thumbs{display:flex;gap:var(--space-sm);margin-top:var(--space-md)}.product-page__thumb{width:72px;height:72px;border-radius:var(--radius-md);border:2px solid var(--color-border-light);background:#f7f4f0;cursor:pointer;padding:6px;overflow:hidden;transition:border-color .15s}.product-page__thumb img{width:100%;height:100%;object-fit:contain}.product-page__thumb--active{border-color:var(--color-primary)}.product-page__title{font-size:1.8rem;font-weight:800;line-height:1.2;margin-bottom:var(--space-md)}.product-page__pricing{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-md);margin-bottom:var(--space-xl)}.product-page__price{font-size:2rem;font-weight:800;color:var(--color-primary)}.product-page__compare{font-size:1.15rem;color:var(--color-text-light);text-decoration:line-through}.product-page__usps{display:flex;flex-direction:column;gap:var(--space-sm);background:var(--color-bg-alt);border-radius:var(--radius-md);padding:var(--space-lg);margin-bottom:var(--space-xl)}.product-page__usp{font-size:.92rem;color:var(--color-text)}.product-page__buy-row{display:flex;gap:var(--space-md);align-items:stretch;margin-bottom:var(--space-2xl)}.product-page__qty{display:flex;align-items:center;border:1.5px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden}.product-page__qty-btn{width:44px;height:100%;min-height:52px;background:none;border:none;cursor:pointer;font-size:1.3rem;color:var(--color-text);transition:background .15s}.product-page__qty-btn:hover{background:var(--color-bg-alt)}.product-page__qty-num{min-width:40px;text-align:center;font-weight:700;font-size:1.05rem}.product-page__add-btn{flex:1}.product-page__description h2{font-size:1.2rem;margin-bottom:var(--space-md);padding-top:var(--space-xl);border-top:1.5px solid var(--color-border-light)}.product-page__description p{margin-bottom:var(--space-md);line-height:1.7}.product-page__description ul,.product-page__description ol{padding-left:var(--space-xl);margin-bottom:var(--space-md)}.product-page__description li{margin-bottom:var(--space-xs)}.product-page__loading{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3xl);padding:var(--space-2xl) var(--space-xl) var(--space-4xl)}.product-page__skeleton{border-radius:var(--radius-md);background:linear-gradient(90deg,var(--color-bg-alt) 25%,var(--color-border-light) 50%,var(--color-bg-alt) 75%);background-size:200% 100%;animation:shimmer 1.4s infinite}.product-page__skeleton--image{aspect-ratio:1 / 1;border-radius:var(--radius-lg)}.product-page__skeleton-col{display:flex;flex-direction:column;gap:var(--space-md)}.product-page__skeleton--title{height:40px;width:70%}.product-page__skeleton--text{height:20px}@media(max-width:800px){.product-page__layout{grid-template-columns:1fr;gap:var(--space-xl)}.product-page__gallery{position:static}.product-page__loading{grid-template-columns:1fr}.product-page__title{font-size:1.4rem}.product-page__price{font-size:1.6rem}}@media(max-width:480px){.product-page__buy-row{flex-direction:column}.product-page__qty{justify-content:center;min-height:48px}}.footer__payment{display:flex;align-items:center;gap:var(--space-sm);margin-top:var(--space-lg)}.footer__payment-text{font-size:.8rem;color:#ffffff80}.footer__payment-logo{height:34px;width:auto;display:block}.cookie-banner__secondary{background:none;border:1.5px solid rgba(255,255,255,.25);color:#e8e4de;font-family:var(--font-sans);font-size:.9rem;font-weight:600;padding:.7rem 1.25rem;border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;transition:border-color var(--transition),background var(--transition)}.cookie-banner__secondary:hover{border-color:#ffffff80;background:#ffffff0f}@media(max-width:640px){.cookie-banner__secondary{flex:1;text-align:center}}.form-error{display:block;margin-top:var(--space-xs);font-size:.82rem;color:var(--color-error)}.delivery-check{border:1.5px solid var(--color-border-light);border-radius:var(--radius-md);padding:var(--space-lg);margin-bottom:var(--space-xl);background:var(--color-bg)}.delivery-check__label{display:block;font-size:.9rem;font-weight:600;margin-bottom:var(--space-sm)}.delivery-check__row{display:flex;gap:var(--space-sm)}.delivery-check__input{width:110px;padding:var(--space-sm) var(--space-md);border:1.5px solid var(--color-border);border-radius:var(--radius-md);font-size:1rem;font-family:var(--font-sans);letter-spacing:.08em;outline:none;transition:border-color var(--transition)}.delivery-check__input:focus{border-color:var(--color-primary)}.delivery-check__btn{padding:var(--space-sm) var(--space-lg)}.delivery-check__result{margin-top:var(--space-md);padding:var(--space-sm) var(--space-md);border-radius:var(--radius-md);font-size:.9rem;line-height:1.5}.delivery-check__result--ok{background:#2a5c3f14;color:var(--color-primary-dark)}.delivery-check__result--no{background:#fef9e7;color:#7d5a00;border:1px solid #f5d76e}.delivery-check__result--no a{color:#7d5a00;font-weight:600}.cart-notice{border-radius:var(--radius-md);padding:var(--space-md);margin-bottom:var(--space-md);font-size:.875rem;line-height:1.5}.cart-notice--blocked{background:#fef9e7;border:1px solid #f5d76e;color:#7d5a00}.cart-notice--blocked strong{display:block;margin-bottom:var(--space-xs)}.cart-notice--blocked p{margin:0 0 var(--space-xs)}.cart-notice--blocked ul{list-style:disc;padding-left:var(--space-lg);margin:0 0 var(--space-xs)}.cart-notice--blocked a{color:#7d5a00;font-weight:600}.cart-notice--free{background:#2a5c3f14;color:var(--color-primary-dark);font-weight:600;text-align:center}.checkout-dialog__overlay{position:fixed;inset:0;background:#00000080;z-index:300}.checkout-dialog{position:fixed;z-index:301;top:50%;left:50%;transform:translate(-50%,-50%);width:min(560px,calc(100vw - 2 * var(--space-lg)));max-height:min(88vh,900px);display:flex;flex-direction:column;background:var(--color-bg);border-radius:var(--radius-lg);box-shadow:0 12px 48px #00000047;animation:dialog-in .2s ease-out}@keyframes dialog-in{0%{opacity:0;transform:translate(-50%,-48%) scale(.97)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.checkout-dialog__header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-lg) var(--space-xl);border-bottom:1.5px solid var(--color-border-light);flex-shrink:0}.checkout-dialog__header h2{font-size:1.25rem}.checkout-dialog__close{background:none;border:none;cursor:pointer;color:var(--color-text-muted);padding:var(--space-xs);display:flex;border-radius:var(--radius-sm)}.checkout-dialog__close:hover{background:var(--color-bg-alt);color:var(--color-text)}.checkout-dialog__form{padding:var(--space-xl);overflow-y:auto;display:flex;flex-direction:column;gap:var(--space-md)}.checkout-dialog__intro{font-size:.9rem;color:var(--color-text-muted);line-height:1.55;margin:0}.checkout-dialog__zip{letter-spacing:.08em}.checkout-dialog__ok{margin:0;padding:var(--space-sm) var(--space-md);border-radius:var(--radius-md);background:#2a5c3f14;color:var(--color-primary-dark);font-size:.88rem;font-weight:600}.checkout-dialog__checkbox{display:flex;align-items:center;gap:var(--space-sm);font-size:.92rem;cursor:pointer}.checkout-dialog__checkbox input{width:18px;height:18px;accent-color:var(--color-primary)}@media(max-width:560px){.checkout-dialog{top:auto;bottom:0;left:0;transform:none;width:100vw;max-height:92vh;border-radius:var(--radius-lg) var(--radius-lg) 0 0;animation:sheet-in .22s ease-out}@keyframes sheet-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}.checkout-dialog__form{padding:var(--space-lg)}}.related__title{font-size:1.4rem;font-weight:700;margin-bottom:var(--space-xl);text-align:center}.related__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-lg);max-width:1040px;margin:0 auto}.related__grid .product-card__image-wrap{aspect-ratio:4 / 3}.related__grid .product-card__body{padding:var(--space-md);gap:var(--space-sm)}.related__grid .product-card__title{font-size:1rem;line-height:1.3}.related__grid .product-card__price{font-size:1.15rem}.related__grid .product-card__btn{padding:.6rem 1rem;font-size:.88rem}@media(max-width:900px){.related__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.related__grid{grid-template-columns:1fr;gap:var(--space-md)}}.cart-upsell{margin-top:var(--space-lg);padding:var(--space-md);border-top:1.5px solid var(--color-border-light)}.cart-upsell--kindling{background:#b1885712;border:1px solid rgba(177,136,87,.3);border-radius:var(--radius-md);margin:var(--space-lg) 0 0}.cart-upsell__header{margin-bottom:var(--space-md)}.cart-upsell__header strong{display:block;font-size:.95rem;color:var(--color-text)}.cart-upsell__header p{margin:var(--space-xs) 0 0;font-size:.82rem;color:var(--color-text-muted);line-height:1.45}.cart-upsell__item{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-sm) 0}.cart-upsell__img{width:48px;height:48px;object-fit:contain;background:#f7f4f0;border-radius:var(--radius-sm);padding:4px;flex-shrink:0}.cart-upsell__img--empty{display:flex;align-items:center;justify-content:center;font-size:1.3rem}.cart-upsell__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.cart-upsell__name{font-size:.875rem;font-weight:600;color:var(--color-text);text-decoration:none;line-height:1.3}.cart-upsell__name:hover{color:var(--color-primary);text-decoration:underline}.cart-upsell__price{font-size:.85rem;font-weight:700;color:var(--color-primary)}.cart-upsell__btn{flex-shrink:0;padding:var(--space-xs) var(--space-md);font-size:.82rem;min-width:76px}.carousel{position:relative;max-width:1100px;margin:0 auto}.carousel__track{display:flex;gap:var(--space-lg);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;list-style:none;margin:0;padding:4px 4px var(--space-md);scrollbar-width:thin;scrollbar-color:var(--color-border) transparent}.carousel__track::-webkit-scrollbar{height:6px}.carousel__track::-webkit-scrollbar-track{background:transparent}.carousel__track::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:999px}.carousel__track:focus-visible{outline:2px solid var(--color-primary);outline-offset:4px;border-radius:var(--radius-md)}.carousel__item{flex:0 0 268px;scroll-snap-align:start;display:flex}.carousel__item .product-card{width:100%}.carousel__item .product-card__image-wrap{aspect-ratio:4 / 3}.carousel__item .product-card__title{font-size:1rem;line-height:1.3}.carousel__item .product-card__price{font-size:1.15rem}.carousel__item .product-card__btn{padding:.6rem 1rem;font-size:.88rem}.carousel__nav{position:absolute;top:42%;transform:translateY(-50%);z-index:2;width:44px;height:44px;border-radius:50%;border:1.5px solid var(--color-border);background:var(--color-bg);color:var(--color-text);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md);transition:background var(--transition),color var(--transition),transform var(--transition)}.carousel__nav:hover{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.carousel__nav[hidden]{display:none}.carousel__nav--prev{left:calc(-1 * var(--space-lg))}.carousel__nav--next{right:calc(-1 * var(--space-lg))}@media(max-width:1180px){.carousel{max-width:100%}.carousel__nav--prev{left:var(--space-xs)}.carousel__nav--next{right:var(--space-xs)}}@media(max-width:700px){.carousel__nav{display:none!important}.carousel__track{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-md);overflow-x:visible;scroll-snap-type:none;padding:0}.carousel__item{flex:initial;scroll-snap-align:none}}@media(max-width:560px){.carousel__item .product-card__body{padding:var(--space-sm);gap:var(--space-xs)}.carousel__item .product-card__title{font-size:.85rem}.carousel__item .product-card__price{font-size:1rem}.carousel__item .product-card__btn{padding:.5rem .4rem;font-size:.78rem}.carousel__track{gap:var(--space-sm)}}.product-tabs{margin-top:var(--space-2xl);padding-top:var(--space-xl);border-top:1.5px solid var(--color-border-light)}.product-tabs__heading{font-size:1.2rem;margin-bottom:var(--space-md)}.product-tabs__list{display:flex;gap:var(--space-xs);border-bottom:2px solid var(--color-border-light);margin-bottom:var(--space-lg)}.product-tabs__tab{background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;padding:var(--space-sm) var(--space-md);font-family:var(--font-sans);font-size:.95rem;font-weight:600;color:var(--color-text-muted);cursor:pointer;transition:color var(--transition),border-color var(--transition)}.product-tabs__tab:hover{color:var(--color-text)}.product-tabs__tab--active{color:var(--color-primary);border-bottom-color:var(--color-primary)}.product-tabs__tab:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:var(--radius-sm)}.product-tabs__panel[hidden]{display:none}.product-page__description-body p{margin-bottom:var(--space-md);line-height:1.7}.product-page__description-body ul,.product-page__description-body ol{padding-left:var(--space-xl);margin-bottom:var(--space-md)}.product-page__description-body li{margin-bottom:var(--space-xs)}.product-spec__table{width:100%;border-collapse:collapse;font-size:.92rem}.product-spec__table tr{border-bottom:1px solid var(--color-border-light)}.product-spec__table tr:last-child{border-bottom:none}.product-spec__table th{text-align:left;font-weight:600;color:var(--color-text-muted);padding:var(--space-sm) var(--space-md) var(--space-sm) 0;width:40%;vertical-align:top}.product-spec__table td{padding:var(--space-sm) 0;color:var(--color-text);vertical-align:top}@media(max-width:480px){.product-spec__table,.product-spec__table tbody,.product-spec__table tr{display:block}.product-spec__table th,.product-spec__table td{display:block;width:100%;padding:0}.product-spec__table th{padding-top:var(--space-sm);font-size:.8rem}.product-spec__table td{padding-bottom:var(--space-sm);font-weight:500}}
