:root{--color-accent:#c8281e;--color-accent-d:#a01f17;--color-ink:#111318;--color-graphite:#2a2d35;--color-surface:#f5f4f1;--color-muted:#8a8d95;--color-line:#e2e0db;--color-white:#fff;--font-display:"Space Grotesk", sans-serif;--font-body:"DM Sans", sans-serif;--font-mono:"JetBrains Mono", monospace;--text-hero:clamp(2.75rem, 5.5vw, 5.5rem);--text-h2:clamp(1.875rem, 3.5vw, 3rem);--text-h3:clamp(1.125rem, 1.8vw, 1.5rem);--text-body:1.0625rem;--text-small:.875rem;--text-mono:.8125rem;--leading-tight:1.1;--leading-snug:1.3;--leading-normal:1.6;--space-xs:.5rem;--space-sm:1rem;--space-md:2rem;--space-lg:4rem;--space-xl:clamp(4rem, 8vw, 8rem);--container:1320px;--nav-h:72px;--radius-sm:4px;--radius-md:8px;--ease-out:cubic-bezier(.22, 1, .36, 1);--dur-fast:.2s;--dur-med:.4s}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:var(--text-body);line-height:var(--leading-normal);color:var(--color-ink);background:var(--color-surface);overflow-x:hidden}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;font:inherit;background:0 0;border:none}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}h1,h2,h3,h4{font-family:var(--font-display);line-height:var(--leading-tight);letter-spacing:-.02em;font-weight:700}h1{font-size:var(--text-hero)}h2{font-size:var(--text-h2)}h3{font-size:var(--text-h3)}.eyebrow{font-family:var(--font-mono);font-size:var(--text-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--color-muted);margin-bottom:var(--space-sm);display:block}.eyebrow--light{color:#ffffff73}.container{width:min(var(--container), 100% - 3rem);margin-inline:auto}.section{padding-block:var(--space-xl)}.section--dark{background:var(--color-graphite);color:var(--color-white)}.section--dark .eyebrow{color:#fff6}.section--dark .section__sub{color:#fff9}.section--ink{background:var(--color-ink);color:var(--color-white)}.section__header{margin-bottom:var(--space-lg)}.section__sub{color:var(--color-muted);max-width:52ch;font-size:1.0625rem;line-height:var(--leading-normal);margin-top:.75rem}.texture-grid{position:relative}.texture-grid:before{content:"";pointer-events:none;z-index:0;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0}.texture-grid>*{z-index:1;position:relative}.texture-grid--light:before{background-image:linear-gradient(#00000006 1px,#0000 1px),linear-gradient(90deg,#00000006 1px,#0000 1px)}.reveal{opacity:0;transition:opacity var(--dur-med) var(--ease-out), transform var(--dur-med) var(--ease-out);transform:translateY(28px)}.reveal.is-visible{opacity:1;transform:none}.reveal--delay-1{transition-delay:.1s}.reveal--delay-2{transition-delay:.2s}.reveal--delay-3{transition-delay:.3s}:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px;border-radius:var(--radius-sm)}.btn{border-radius:var(--radius-sm);font-family:var(--font-display);letter-spacing:-.01em;transition:background var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out), transform var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out);white-space:nowrap;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:600;line-height:1;display:inline-flex}.btn:active{transform:translateY(1px)}.btn--primary{background:var(--color-accent);color:var(--color-white)}.btn--primary:hover{background:var(--color-accent-d);box-shadow:0 4px 20px #c8281e59}.btn--ghost{color:#ffffffd9;background:0 0;border:1px solid #fff3}.btn--ghost:hover{color:var(--color-white);border-color:#ffffff80}.btn--ghost-dark{color:var(--color-ink);border:1px solid var(--color-line);background:0 0}.btn--ghost-dark:hover{border-color:var(--color-ink)}.btn--lg{padding:1rem 2.25rem;font-size:1rem}.btn__arrow{transition:transform var(--dur-fast) var(--ease-out)}.btn:hover .btn__arrow{transform:translate(3px)}.nav{z-index:100;height:var(--nav-h);box-shadow:none;transition:backdrop-filter var(--dur-med) var(--ease-out), border-color var(--dur-med) var(--ease-out);background:#111318eb;border-bottom:1px solid #ffffff12;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.nav.nav--scrolled{-webkit-backdrop-filter:blur(16px)saturate(1.4);border-color:#ffffff12}.nav__inner{align-items:center;gap:var(--space-md);width:min(var(--container), 100% - 3rem);margin-inline:auto;padding-inline:0;display:flex}.nav__logo{transition:opacity var(--dur-fast);flex-shrink:0}.nav__logo:hover{opacity:.8}.nav__logo-img{width:auto;height:3.5rem;display:block}.nav__list{align-items:center;gap:.25rem;margin-left:auto;display:flex}.nav__link{font-family:var(--font-display);color:#ffffffb3;border-radius:var(--radius-sm);transition:color var(--dur-fast), background var(--dur-fast);padding:.5rem .75rem;font-size:.9rem;font-weight:500}.nav__link:hover{color:var(--color-white);background:#ffffff12}.nav__cta{margin-left:var(--space-sm);padding:.6rem 1.25rem;font-size:.875rem}.nav__item--dropdown{position:relative}.nav__link--dropdown{align-items:center;gap:.3rem;display:flex}.nav__chevron{color:#ffffff73;transition:transform var(--dur-fast);flex-shrink:0}.nav__item--dropdown:hover .nav__chevron,.nav__item--dropdown:focus-within .nav__chevron{transform:rotate(180deg)}.nav__dropdown{border-radius:var(--radius-md);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);opacity:0;pointer-events:none;min-width:240px;transition:opacity var(--dur-fast), translate var(--dur-fast);z-index:200;background:#111318f7;border:1px solid #ffffff17;margin-top:0;padding:.875rem .375rem .375rem;list-style:none;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(-6px);box-shadow:0 12px 32px #00000073}.nav__item--dropdown:hover .nav__dropdown,.nav__item--dropdown:focus-within .nav__dropdown{opacity:1;pointer-events:auto;translate:0}.nav__dropdown-item{border-radius:calc(var(--radius-md) - 3px);transition:background var(--dur-fast);flex-direction:column;gap:.175rem;padding:.625rem .875rem;display:flex}.nav__dropdown-item:hover{background:#ffffff12}.nav__dropdown-name{font-family:var(--font-display);color:#ffffffe0;font-size:.875rem;font-weight:600}.nav__dropdown-sub{font-family:var(--font-mono);color:#ffffff59;letter-spacing:.04em;font-size:.6875rem}.nav__dropdown-footer{border-top:1px solid #ffffff12;margin-top:.25rem;padding-top:.25rem}.nav__dropdown-all{font-family:var(--font-display);color:var(--color-accent);border-radius:calc(var(--radius-md) - 3px);transition:background var(--dur-fast);padding:.5rem .875rem;font-size:.8125rem;font-weight:500;display:block}.nav__dropdown-all:hover{background:#c8281e14}@media (width<=768px){.nav__dropdown{opacity:1;pointer-events:auto;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:none;border-top:1px solid #ffffff12;border-radius:0;margin-top:0;padding:0;position:static;transform:translate(0,0)}.nav__dropdown-item{border-radius:0;padding-left:1.75rem}.nav__dropdown-footer{border-color:#ffffff0f}.nav__dropdown-all{border-radius:0;padding-left:1.75rem}}.nav__burger{flex-direction:column;gap:5px;margin-left:auto;padding:.5rem;display:none}.nav__burger span{background:var(--color-white);width:22px;height:2px;transition:transform var(--dur-fast), opacity var(--dur-fast);border-radius:2px;display:block}.nav__burger[aria-expanded=true] span:first-child{transform:translateY(7px)rotate(45deg)}.nav__burger[aria-expanded=true] span:nth-child(2){opacity:0}.nav__burger[aria-expanded=true] span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=768px){.nav__list{inset:var(--nav-h) 0 0 0;background:var(--color-ink);padding:var(--space-md);border-top:1px solid #ffffff12;flex-direction:column;align-items:stretch;gap:0;display:none;position:fixed}.nav__list.is-open{display:flex}.nav__link{color:#ffffffd9;padding:.875rem 1rem;font-size:1.25rem}.nav__cta{margin:var(--space-sm) 0 0;text-align:center;justify-content:center}.nav__burger{display:flex}}.hero{background:var(--color-ink);min-height:100svh;position:relative;overflow:hidden}.hero:after{content:"";z-index:2;pointer-events:none;background:linear-gradient(#0000,#c8281e0a);height:35%;position:absolute;bottom:0;left:0;right:0}.hero__slides{z-index:3;min-height:100svh;position:relative}.hero__slide{padding-top:var(--nav-h);opacity:0;pointer-events:none;transition:opacity .9s var(--ease-out);align-items:center;padding-bottom:6rem;display:flex;position:absolute;inset:0}.hero__slide.is-active{opacity:1;pointer-events:auto}.hero__inner{gap:var(--space-lg);padding-block:var(--space-xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.hero__content{max-width:620px}.hero__headline{color:var(--color-white);margin-bottom:var(--space-md);font-size:clamp(1.9rem,3.5vw,3.25rem)}.hero__headline em{color:var(--color-accent);font-style:normal}.hero__sub{color:#fff9;font-size:clamp(1rem,1.5vw,1.1875rem);line-height:var(--leading-normal);max-width:46ch;margin-bottom:var(--space-lg)}.hero__actions{flex-wrap:wrap;gap:1rem;display:flex}.hero__badges{gap:var(--space-md);margin-top:var(--space-lg);padding-top:var(--space-md);border-top:1px solid #ffffff14;display:flex}.hero__badge{flex-direction:column;gap:2px;display:flex}.hero__badge-val{font-family:var(--font-display);color:var(--color-white);letter-spacing:-.03em;font-size:1.375rem;font-weight:700}.hero__badge-label{color:#fff6;font-size:.8125rem;line-height:1.3}.hero__visual{border-radius:var(--radius-md);background:#0d1013;padding:0;overflow:hidden;box-shadow:0 24px 72px #00000024,0 0 0 1px #00000012}.hero__boiler-img{aspect-ratio:4/5;object-fit:cover;object-position:center;width:100%;display:block}.hero__boiler-svg{filter:drop-shadow(0 0 40px #c8281e1f);width:100%;max-width:440px;height:auto}.hero__slider-nav{z-index:10;justify-content:center;align-items:center;gap:var(--space-md);display:flex;position:absolute;bottom:2.5rem;left:0;right:0}.hero__slider-dots{align-items:center;gap:.5rem;display:flex}.hero__dot{cursor:pointer;width:6px;height:6px;transition:background var(--dur-fast), width var(--dur-med) var(--ease-out);background:#ffffff47;border:none;border-radius:50%;padding:0}.hero__dot.is-active{background:var(--color-accent);border-radius:3px;width:24px}.hero__dot:hover:not(.is-active){background:#ffffff8c}.hero__arrow{color:#ffffffb3;width:40px;height:40px;transition:border-color var(--dur-fast), background var(--dur-fast), color var(--dur-fast);background:#ffffff0d;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;display:flex}.hero__arrow:hover{color:var(--color-white);background:#ffffff1a;border-color:#fff6}.hero__arrow svg{width:16px;height:16px}.hero__slider-count{font-family:var(--font-mono);letter-spacing:.1em;color:#ffffff59;text-align:center;-webkit-user-select:none;user-select:none;min-width:3.5em;font-size:.7rem}.hero__progress{background:var(--color-accent);z-index:10;transform-origin:0;width:0%;height:2px;transition:width 50ms linear;position:absolute;bottom:0;left:0}@media (width<=900px){.hero__inner{text-align:center;grid-template-columns:1fr}.hero__content,.hero__sub{margin-inline:auto}.hero__actions,.hero__badges{justify-content:center}.hero__visual{order:-1;max-width:320px;margin-inline:auto}.hero__slide{padding-bottom:5rem}}@media (width<=480px){.hero__actions{flex-direction:column}.hero__actions .btn{justify-content:center}}.values{background:var(--color-surface);padding-block:clamp(5rem,8vw,7rem)}.values__grid{grid-template-columns:repeat(5,1fr);gap:0;display:grid}.value-item{padding:var(--space-md) var(--space-md) var(--space-md) var(--space-md);border-right:1px solid var(--color-line)}.value-item:first-child{padding-left:0}.value-item:last-child{border-right:none;padding-right:0}.value-item__icon{width:36px;height:36px;margin-bottom:var(--space-sm);color:var(--color-accent);stroke-width:1.5px}.value-item__title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--color-ink);margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.value-item__text{font-size:var(--text-small);color:var(--color-muted);line-height:var(--leading-normal)}@media (width<=1100px){.values__grid{grid-template-columns:repeat(3,1fr);gap:0}.value-item{border-right:1px solid var(--color-line);padding:var(--space-md)}.value-item:first-child{padding-left:0}.value-item:nth-child(3n){border-right:none;padding-right:0}.value-item:nth-child(3n+1){padding-left:0}.value-item:nth-child(n+4){border-top:1px solid var(--color-line);padding-top:var(--space-md)}.value-item:last-child{border-right:none}}@media (width<=660px){.values__grid{grid-template-columns:1fr;gap:0}.value-item{padding:var(--space-md) 0;border-right:none;border-bottom:1px solid var(--color-line)}.value-item:nth-child(3n){border-right:none;padding-right:0}.value-item:nth-child(n+4){border-top:none}.value-item:last-child{border-bottom:none}}.products{background:var(--color-graphite)}.products__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid;container-type:inline-size}.product-card{border-radius:var(--radius-md);transition:border-color var(--dur-fast) var(--ease-out), transform var(--dur-med) var(--ease-out), box-shadow var(--dur-med) var(--ease-out);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;flex-direction:column;display:flex;overflow:hidden}.product-card:hover{border-color:#c8281e66;transform:translateY(-4px);box-shadow:0 16px 48px #0000004d,0 0 0 1px #c8281e26}.product-card__visual{aspect-ratio:4/3;padding:var(--space-md);background:linear-gradient(145deg,#ffffff08,#ffffff03);border-bottom:1px solid #ffffff0f;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.product-card__visual:after{content:"";background:linear-gradient(#0000,#c8281e0d);height:40%;position:absolute;bottom:0;left:0;right:0}.product-card__svg{z-index:1;width:100%;max-width:160px;height:auto;position:relative}.product-card__body{padding:var(--space-md);flex-direction:column;flex:1;display:flex}.product-card__series{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.375rem;font-size:.75rem}.product-card__name{font-family:var(--font-display);letter-spacing:-.02em;color:var(--color-white);margin-bottom:var(--space-sm);font-size:1.25rem;font-weight:700}.product-card__specs{margin-bottom:var(--space-md);flex-direction:column;flex:1;gap:.375rem;display:flex}.product-card__spec{font-size:var(--text-small);border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:baseline;padding-bottom:.375rem;display:flex}.product-card__spec-label{color:#fff6}.product-card__spec-val{font-family:var(--font-mono);color:#ffffffd9;font-size:.8rem}.product-card__link{font-family:var(--font-display);color:var(--color-accent);transition:gap var(--dur-fast) var(--ease-out);align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;display:flex}.product-card:hover .product-card__link{gap:.75rem}@container (width<=700px){.products__grid{grid-template-columns:1fr}}@media (width<=900px){.products__grid{grid-template-columns:1fr}}@media (width>=600px) and (width<=900px){.products__grid{grid-template-columns:repeat(2,1fr)}}.gallery__grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:280px;gap:.75rem;display:grid}.gallery__item{border-radius:var(--radius-md);background:var(--color-graphite);margin:0;overflow:hidden}.gallery__item--wide{grid-column:span 2}.gallery__item--tall{grid-row:span 2}.gallery__img{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.gallery__img:hover{transform:scale(1.04)}.gallery__img[src$=\.jpg]:not([complete]){background:linear-gradient(135deg, var(--color-graphite) 0%, #1e2128 100%)}.gallery__item:not(:has(img[complete])){background:linear-gradient(135deg, var(--color-graphite) 0%, #1e2128 100%)}@media (width<=768px){.gallery__grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:200px}.gallery__item--wide{grid-column:span 2}.gallery__item--tall{grid-row:span 1}}@media (width<=480px){.gallery__grid{grid-template-columns:1fr;grid-auto-rows:220px}.gallery__item--wide{grid-column:span 1}}.why-pellet__list-item{font-size:var(--text-small);color:var(--color-graphite);align-items:flex-start;gap:.75rem;display:flex}.why-pellet__list-item:before{content:"";background:var(--color-accent);background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 8l3 3 6-6' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-radius:50%;width:16px;min-width:16px;height:16px;margin-top:2px;display:block}.faq{background:var(--color-surface);border-top:1px solid var(--color-line)}.faq__list{max-width:800px}.faq__item{border-bottom:1px solid var(--color-line)}.faq__item:first-child{border-top:1px solid var(--color-line)}.faq__question{justify-content:space-between;align-items:center;gap:var(--space-md);width:100%;font-family:var(--font-display);letter-spacing:-.015em;color:var(--color-ink);text-align:left;transition:color var(--dur-fast);padding:1.375rem 0;font-size:1.0625rem;font-weight:600;display:flex}.faq__question:hover{color:var(--color-accent)}.faq__icon{border:1.5px solid var(--color-line);width:22px;min-width:22px;height:22px;transition:border-color var(--dur-fast), transform var(--dur-fast);border-radius:50%;justify-content:center;align-items:center;display:flex}.faq__icon svg{width:12px;height:12px;color:var(--color-muted);transition:transform var(--dur-fast) var(--ease-out)}.faq__item.is-open .faq__icon{border-color:var(--color-accent)}.faq__item.is-open .faq__icon svg{color:var(--color-accent);transform:rotate(45deg)}.faq__answer{transition:grid-template-rows var(--dur-med) var(--ease-out);grid-template-rows:0fr;display:grid}.faq__item.is-open .faq__answer{grid-template-rows:1fr}.faq__answer-inner{overflow:hidden}.faq__answer-text{color:var(--color-muted);line-height:var(--leading-normal);font-size:var(--text-body);max-width:68ch;padding-bottom:1.375rem}.contact-section{background:var(--color-graphite);color:var(--color-white);position:relative;overflow:hidden}.contact-section:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(50% 70% at 100%,#c8281e12,#0000);position:absolute;inset:0}.contact-section__inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(3rem,6vw,6rem);display:grid;position:relative}.contact-section__headline{color:var(--color-white);margin-bottom:var(--space-sm)}.contact-section__sub{color:#ffffff80;font-size:1.0625rem;line-height:var(--leading-normal);margin-bottom:var(--space-lg)}.contact-section__address{margin-bottom:var(--space-lg);flex-direction:column;gap:1rem;font-style:normal;display:flex}.contact-row{align-items:flex-start;gap:.875rem;display:flex}.contact-row__icon{width:18px;min-width:18px;height:18px;color:var(--color-accent);margin-top:1px}.contact-row__label{font-size:var(--text-small);color:#fff6;margin-bottom:2px;line-height:1.2}.contact-row__value{font-size:var(--text-body);color:#ffffffd9;line-height:1.4}.contact-row__value a{color:inherit;transition:color var(--dur-fast)}.contact-row__value a:hover{color:var(--color-accent)}.contact-section__actions{flex-wrap:wrap;gap:1rem;display:flex}.contact-section__map{border-radius:var(--radius-md);aspect-ratio:4/3;border:1px solid #ffffff14;position:relative;overflow:hidden}.contact-section__map iframe{filter:invert()hue-rotate(180deg)saturate(.55)brightness(.82);border:none;width:100%;height:100%;display:block}.map-pin{bottom:var(--space-sm);left:var(--space-sm);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-sm);pointer-events:none;background:#111318e0;border:1px solid #ffffff1a;align-items:center;gap:.5rem;padding:.625rem .875rem;display:flex;position:absolute}.map-pin__dot{background:var(--color-accent);border-radius:50%;width:8px;min-width:8px;height:8px;box-shadow:0 0 0 3px #c8281e40}.map-pin__text{font-family:var(--font-mono);color:#ffffffb3;font-size:.75rem;line-height:1.3}@media (width<=900px){.contact-section__inner{gap:var(--space-lg);grid-template-columns:1fr}.contact-section__map{aspect-ratio:16/9}}.footer{background:var(--color-ink);color:#ffffff80;font-size:var(--text-small)}.footer__top{padding-block:var(--space-lg);gap:var(--space-lg);border-bottom:1px solid #ffffff12;grid-template-columns:1.5fr 1fr 1fr 1fr;display:grid}.footer__brand-name{font-family:var(--font-display);letter-spacing:-.04em;color:var(--color-white);margin-bottom:var(--space-sm);font-size:1.25rem;font-weight:800}.footer__tagline{line-height:var(--leading-normal);max-width:28ch;font-size:.875rem}.footer__col-title{font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;color:#ffffff40;margin-bottom:var(--space-sm);font-size:.8125rem;font-weight:600}.footer__links{flex-direction:column;gap:.5rem;display:flex}.footer__link{color:#ffffff80;transition:color var(--dur-fast);font-size:var(--text-small)}.footer__link:hover{color:var(--color-white)}.footer__bottom{padding-block:var(--space-md);justify-content:space-between;align-items:center;gap:var(--space-md);flex-wrap:wrap;display:flex}.footer__legal-links{gap:var(--space-md);display:flex}@media (width<=900px){.footer__top{gap:var(--space-md);grid-template-columns:1fr 1fr}}@media (width<=560px){.footer__top{grid-template-columns:1fr}.footer__bottom{text-align:center;flex-direction:column}}.chip{font-family:var(--font-mono);letter-spacing:.04em;border:1px solid;border-radius:100px;align-items:center;gap:.375rem;padding:.3rem .75rem;font-size:.75rem;display:inline-flex}.chip--accent{color:var(--color-accent);background:#c8281e12;border-color:#c8281e59}.chip--green{color:#3d9e6e;background:#3d9e6e12;border-color:#3d9e6e59}.skip-link{width:1px;height:1px;position:absolute;top:auto;left:-9999px;overflow:hidden}.skip-link:focus{background:var(--color-accent);color:#fff;border-radius:var(--radius-sm);z-index:9999;width:auto;height:auto;padding:.75rem 1.25rem;font-weight:600;position:fixed;top:1rem;left:1rem}.about-teaser{background:var(--color-surface);border-top:1px solid var(--color-line)}.about-teaser__inner{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(3rem,6vw,6rem);display:grid}.about-teaser__headline{font-family:var(--font-display);font-size:var(--text-h2);letter-spacing:-.02em;font-weight:700;line-height:var(--leading-tight);color:var(--color-ink);margin-bottom:var(--space-sm)}.about-teaser__sub{color:var(--color-muted);font-size:1.0625rem;line-height:var(--leading-normal);max-width:48ch;margin-bottom:var(--space-lg)}.about-teaser__pillars{background:var(--color-line);border:1px solid var(--color-line);border-radius:var(--radius-md);grid-template-columns:1fr 1fr;gap:1px;display:grid;overflow:hidden}.about-teaser__pillar{padding:1.5rem var(--space-md);background:var(--color-surface);transition:background var(--dur-fast);align-items:flex-start;gap:1rem;text-decoration:none;display:flex}.about-teaser__pillar:hover{background:#eae8e2}.about-teaser__pillar-icon{border-radius:var(--radius-sm);width:40px;min-width:40px;height:40px;color:var(--color-accent);background:#c8281e14;border:1px solid #c8281e2e;justify-content:center;align-items:center;margin-top:1px;display:flex}.about-teaser__pillar-val{font-family:var(--font-display);letter-spacing:-.01em;color:var(--color-ink);margin-bottom:.2rem;font-size:1rem;font-weight:700}.about-teaser__pillar-label{font-family:var(--font-mono);letter-spacing:.04em;color:var(--color-muted);font-size:.6875rem;line-height:1.4}@media (width<=900px){.about-teaser__inner{grid-template-columns:1fr}}@media (width<=560px){.about-teaser__pillars{grid-template-columns:1fr}}.certs{background:var(--color-graphite);border-top:1px solid #ffffff0f}.certs__grid{margin-top:var(--space-lg);grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.cert-card{border-radius:var(--radius-md);padding:var(--space-md);gap:var(--space-sm);transition:border-color var(--dur-fast), transform var(--dur-med) var(--ease-out);background:#ffffff0a;border:1px solid #ffffff14;flex-direction:column;display:flex}.cert-card:hover{border-color:#c8281e59;transform:translateY(-3px)}.cert-card__seal{flex-shrink:0;width:80px;height:80px;margin-bottom:.25rem}.cert-card__norm{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.25rem;font-size:.6875rem}.cert-card__title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--color-white);font-size:1.25rem;font-weight:700}.cert-card__desc{font-size:var(--text-small);color:#ffffff80;line-height:var(--leading-normal);flex:1}.cert-card__rows{padding-top:var(--space-sm);border-top:1px solid #ffffff12;flex-direction:column;gap:.375rem;margin-top:.5rem;display:flex}.cert-card__row{justify-content:space-between;font-size:.8125rem;display:flex}.cert-card__row-k{color:#ffffff59;font-family:var(--font-mono);letter-spacing:.03em;font-size:.75rem}.cert-card__row-v{color:#fffc;font-weight:600}@media (width<=900px){.certs__grid{grid-template-columns:1fr}}@media (width>=560px) and (width<=900px){.certs__grid{grid-template-columns:repeat(2,1fr)}}.zum{background:var(--color-ink);border-top:1px solid #ffffff0d;position:relative;overflow:hidden}.zum:before{content:"";pointer-events:none;background:radial-gradient(55% 60% at 90%,#3d9e6e0d,#0000);position:absolute;inset:0}.zum__inner{z-index:1;grid-template-columns:1fr auto;align-items:center;gap:clamp(3rem,6vw,7rem);display:grid;position:relative}.zum__badge-wrap{flex-shrink:0;justify-content:center;display:flex}.zum__headline{color:var(--color-white);margin-bottom:var(--space-sm)}.zum__sub{color:#ffffff80;font-size:1.0625rem;line-height:var(--leading-normal);max-width:52ch;margin-bottom:var(--space-md)}.zum__points{margin-bottom:var(--space-lg);flex-direction:column;gap:.875rem;display:flex}.zum__point{align-items:flex-start;gap:.875rem;display:flex}.zum__point-icon{color:#3d9e6e;background:#3d9e6e1f;border:1px solid #3d9e6e4d;border-radius:50%;justify-content:center;align-items:center;width:22px;min-width:22px;height:22px;margin-top:1px;display:flex}.zum__point-text{font-size:var(--text-body);color:#ffffffb3;line-height:var(--leading-normal)}.zum__point-text strong{color:var(--color-white);font-weight:600}@media (width<=900px){.zum__inner{grid-template-columns:1fr}.zum__badge-wrap{justify-content:flex-start}}.cp{background:var(--color-graphite);border-top:1px solid #ffffff0f;position:relative;overflow:hidden}.cp:before{content:"";pointer-events:none;background:radial-gradient(40% 60% at 0 100%,#3d9e6e0f,#0000);position:absolute;inset:0}.cp__layout{z-index:1;grid-template-columns:1fr 380px;align-items:start;gap:clamp(3rem,6vw,6rem);display:grid;position:relative}.cp__headline{color:var(--color-white);margin-bottom:var(--space-sm)}.cp__sub{color:#ffffff80;font-size:1.0625rem;line-height:var(--leading-normal);max-width:50ch;margin-bottom:var(--space-lg)}.cp__steps{counter-reset:step;flex-direction:column;gap:0;display:flex}.cp__step{padding-bottom:var(--space-md);grid-template-columns:52px 1fr;align-items:start;gap:1.25rem;display:grid;position:relative}.cp__step:not(:last-child):before{content:"";background:#ffffff0f;width:2px;position:absolute;top:52px;bottom:0;left:25px}.cp__step-num{width:52px;height:52px;font-family:var(--font-display);color:var(--color-accent);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.125rem;font-weight:700;display:flex}.cp__step-title{font-family:var(--font-display);color:var(--color-white);letter-spacing:-.01em;margin-bottom:.25rem;padding-top:.875rem;font-size:1rem;font-weight:700}.cp__step-text{font-size:var(--text-small);color:#ffffff73;line-height:var(--leading-normal)}.cp__aside{flex-direction:column;gap:1rem;display:flex}.cp__amount-card{border-radius:var(--radius-md);padding:var(--space-md);text-align:center;background:#ffffff0a;border:1px solid #ffffff14}.cp__amount-label{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:#ffffff59;margin-bottom:.75rem;font-size:.6875rem}.cp__amount-val{font-family:var(--font-display);letter-spacing:-.04em;color:#3d9e6e;margin-bottom:.5rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;line-height:1}.cp__amount-sub{color:#fff6;font-size:.8125rem}.cp__sciezka-item{border-radius:var(--radius-sm);padding:.875rem var(--space-sm);background:#ffffff08;border:1px solid #ffffff12}.cp__sciezka-name{font-family:var(--font-display);color:var(--color-white);margin-bottom:.25rem;font-size:.875rem;font-weight:600}.cp__sciezka-range{font-family:var(--font-mono);color:#3d9e6e;font-size:.75rem}@media (width<=1000px){.cp__layout{grid-template-columns:1fr}.cp__aside{flex-flow:wrap}.cp__amount-card{flex:1;min-width:200px}}.origin{background:var(--color-ink);border-top:1px solid #ffffff0d;position:relative;overflow:hidden}.origin__inner{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(3rem,6vw,6rem);display:grid}.origin__headline{color:var(--color-white);margin-bottom:var(--space-sm)}.origin__headline em{color:var(--color-accent);font-style:normal}.origin__sub{color:#ffffff80;font-size:1.0625rem;line-height:var(--leading-normal);max-width:48ch;margin-bottom:var(--space-lg)}.origin__facts{border-radius:var(--radius-md);background:#ffffff12;border:1px solid #ffffff12;grid-template-columns:1fr 1fr;gap:1px;display:grid;overflow:hidden}.origin__fact{background:var(--color-ink);padding:1.25rem var(--space-md)}.origin__fact-val{font-family:var(--font-display);letter-spacing:-.04em;color:var(--color-white);margin-bottom:.25rem;font-size:1.625rem;font-weight:800;line-height:1}.origin__fact-label{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:#ffffff4d;font-size:.6875rem}.origin__materials{margin-top:var(--space-md);padding-top:var(--space-md);border-top:1px solid #ffffff12;flex-direction:column;gap:.75rem;display:flex}.origin__material{font-size:var(--text-small);color:#fff9;align-items:center;gap:.875rem;display:flex}.origin__material-dot{background:var(--color-accent);border-radius:50%;flex-shrink:0;width:6px;height:6px}@media (width<=900px){.origin__inner{grid-template-columns:1fr}}@media (width<=480px){.origin__facts{grid-template-columns:1fr}}.warranty{background:var(--color-graphite);border-top:1px solid #ffffff0f}.warranty__inner{grid-template-columns:400px 1fr;align-items:start;gap:clamp(3rem,6vw,6rem);display:grid}.warranty__big{top:calc(var(--nav-h) + 2rem);position:sticky}.warranty__num{font-family:var(--font-display);letter-spacing:-.06em;color:var(--color-accent);margin-bottom:.25rem;font-size:clamp(6rem,12vw,10rem);font-weight:800;line-height:.85}.warranty__num-unit{font-family:var(--font-display);letter-spacing:-.04em;color:#fff9;font-size:clamp(2rem,4vw,3rem);font-weight:700}.warranty__big-headline{font-family:var(--font-display);color:var(--color-white);margin-top:var(--space-sm);margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.warranty__big-sub{font-size:var(--text-small);color:#fff6;line-height:var(--leading-normal);max-width:30ch}.warranty__grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.warranty__item{border-radius:var(--radius-md);padding:var(--space-md);transition:border-color var(--dur-fast);background:#ffffff0a;border:1px solid #ffffff14}.warranty__item:hover{border-color:#c8281e4d}.warranty__item-icon{border-radius:var(--radius-sm);width:40px;height:40px;margin-bottom:var(--space-sm);color:var(--color-accent);background:#c8281e14;border:1px solid #c8281e26;justify-content:center;align-items:center;display:flex}.warranty__item-period{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.25rem;font-size:.6875rem}.warranty__item-title{font-family:var(--font-display);color:var(--color-white);letter-spacing:-.01em;margin-bottom:.375rem;font-size:1rem;font-weight:700}.warranty__item-text{font-size:var(--text-small);color:#fff6;line-height:var(--leading-normal)}@media (width<=900px){.warranty__inner{grid-template-columns:1fr}.warranty__big{position:static}}@media (width<=560px){.warranty__grid{grid-template-columns:1fr}}.service{background:var(--color-ink);border-top:1px solid #ffffff0d}.service__grid{margin-top:var(--space-lg);grid-template-columns:repeat(4,1fr);gap:0;display:grid}.service__item{padding:var(--space-md);border-right:1px solid #ffffff0f}.service__item:first-child{padding-left:0}.service__item:last-child{border-right:none;padding-right:0}.service__item-icon{border-radius:var(--radius-sm);width:44px;height:44px;margin-bottom:var(--space-sm);color:var(--color-accent);background:#ffffff0a;border:1px solid #ffffff14;justify-content:center;align-items:center;display:flex}.service__item-title{font-family:var(--font-display);color:var(--color-white);letter-spacing:-.01em;margin-bottom:.375rem;font-size:1rem;font-weight:700}.service__item-text{font-size:var(--text-small);color:#fff6;line-height:var(--leading-normal)}.service__cta{margin-top:var(--space-xl);padding-top:var(--space-lg);justify-content:space-between;align-items:center;gap:var(--space-md);border-top:1px solid #ffffff0f;flex-wrap:wrap;display:flex}.service__cta-text{font-family:var(--font-display);letter-spacing:-.02em;color:var(--color-white);max-width:36ch;font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:700}.service__cta-text em{color:var(--color-accent);font-style:normal}@media (width<=900px){.service__grid{grid-template-columns:repeat(2,1fr)}.service__item{border-right:1px solid #ffffff0f}.service__item:nth-child(2n){border-right:none;padding-right:0}.service__item:nth-child(odd){padding-left:0}.service__item:nth-child(n+3){padding-top:var(--space-md);border-top:1px solid #ffffff0f}}@media (width<=480px){.service__grid{grid-template-columns:1fr}.service__item{padding:var(--space-md) 0;border-bottom:1px solid #ffffff0f;border-right:none}.service__item:nth-child(n+3){border-top:none}.service__item:last-child{border-bottom:none}}.katalog-breadcrumb{font-size:var(--text-small);color:#ffffff73;margin-bottom:var(--space-md);font-family:var(--font-mono);letter-spacing:.04em;align-items:center;gap:.5rem;display:flex}.katalog-breadcrumb a{color:#ffffff73;transition:color var(--dur-fast) var(--ease-out)}.katalog-breadcrumb a:hover{color:#fffc}.katalog-breadcrumb span[aria-current]{color:#ffffffb3}.katalog-hero{padding-block:clamp(6rem,10vw,9rem) clamp(3rem,5vw,5rem);padding-top:calc(var(--nav-h) + clamp(3rem, 6vw, 5rem))}.katalog-hero__title{color:var(--color-white);max-width:18ch;margin-top:.25rem;font-size:clamp(2rem,4vw,3.5rem)}.katalog-hero__sub{color:#fff9;max-width:56ch;font-size:1.0625rem;line-height:var(--leading-normal);margin-top:1rem}.katalog-grid-section{background:var(--color-surface)}.katalog-series{margin-bottom:var(--space-xl)}.katalog-series:last-child{margin-bottom:0}.katalog-series__name{font-size:1.125rem;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted);margin-bottom:var(--space-md);padding-bottom:var(--space-sm);border-bottom:1px solid var(--color-line)}.katalog-grid{gap:var(--space-md);grid-template-columns:repeat(3,1fr);display:grid}.katalog-card{background:var(--color-white);border:1px solid var(--color-line);border-radius:var(--radius-md);transition:border-color var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out), transform var(--dur-fast) var(--ease-out);flex-direction:column;display:flex;overflow:hidden}.katalog-card:hover{border-color:var(--color-accent);transform:translateY(-3px);box-shadow:0 8px 32px #c8281e1a}.katalog-card__visual{background:linear-gradient(160deg, var(--color-graphite) 0%, var(--color-ink) 100%);padding:var(--space-md);aspect-ratio:4/3;justify-content:center;align-items:center;display:flex}.katalog-card__svg{opacity:.9;width:100px;height:auto}.katalog-card__body{padding:var(--space-md);flex-direction:column;flex:1;gap:.5rem;display:flex}.katalog-card__series{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);font-size:.75rem}.katalog-card__name{font-size:var(--text-h3);color:var(--color-ink);margin-top:.125rem}.katalog-card__specs{flex-wrap:wrap;gap:.5rem 1rem;margin-top:.5rem;display:flex}.katalog-card__spec{flex-direction:column;gap:.125rem;display:flex}.katalog-card__spec-label{font-size:.7rem;font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--color-muted)}.katalog-card__spec-val{color:var(--color-ink);font-size:.9375rem;font-weight:600;font-family:var(--font-display)}.katalog-card__cta{padding-top:var(--space-sm);font-size:var(--text-small);color:var(--color-accent);font-weight:600;font-family:var(--font-display);transition:gap var(--dur-fast) var(--ease-out);align-items:center;gap:.4rem;margin-top:auto;display:inline-flex}.katalog-card:hover .katalog-card__cta{gap:.65rem}.katalog-empty{text-align:center;color:var(--color-muted);padding:var(--space-xl) 0;font-size:1.0625rem}.katalog-footer-actions{align-items:center;gap:var(--space-sm);margin-top:var(--space-xl);padding-top:var(--space-lg);border-top:1px solid var(--color-line);display:flex}@media (width<=1024px){.katalog-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.katalog-grid{grid-template-columns:1fr}.katalog-footer-actions{flex-direction:column;align-items:stretch}.katalog-footer-actions .btn{justify-content:center}}
