*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-primary: #2e2e36;--color-accent: #472e4c;--color-accent-dark: #3a2440;--color-dark: #333333;--color-text: #444444;--color-text-muted: #666666;--color-bg: #ffffff;--color-bg-alt: #f8f8fa;--color-border: #e5e7eb;--font-sans: "Inter Variable", "Inter", system-ui, -apple-system, sans-serif;--max-width: 1200px;--radius: 6px;--nav-height: 66px}html{font-size:16px}body{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);line-height:1.6}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.skip-link{position:absolute;left:-9999px;top:.5rem;padding:.5rem 1rem;background:var(--color-accent);color:#fff;font-weight:600;border-radius:var(--radius);z-index:9999;text-decoration:none}.skip-link:focus{left:.5rem}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}h1,h2,h3{line-height:1.2;font-weight:700;color:var(--color-dark);letter-spacing:-.02em}h1{font-size:clamp(1.75rem,3.5vw,2.5rem)}h2{font-size:clamp(1.35rem,2.5vw,1.9rem)}h3{font-size:1.15rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;border:none;border-radius:var(--radius);font-family:inherit;font-weight:600;font-size:.95rem;text-decoration:none;transition:background .2s,color .2s;cursor:pointer;appearance:none}.btn--primary{background:var(--color-accent);color:#fff}.btn--primary:hover{background:var(--color-accent-dark)}.btn--outline{background:transparent;border:2px solid var(--color-accent);color:var(--color-accent)}.btn--outline:hover{background:var(--color-accent);color:#fff}.btn--light{background:#fff;color:var(--color-accent)}.btn--light:hover{background:var(--color-bg-alt)}.nav{background:var(--color-primary);padding:.875rem 0;position:sticky;top:0;z-index:100}.nav__inner{display:flex;align-items:center;justify-content:space-between}.nav__logo img{height:38px;width:auto}.nav__links{display:flex;gap:2rem;list-style:none}.nav__links a{color:#ffffffd9;font-size:.9rem;font-weight:500;transition:color .15s}.nav__links a:hover{color:#fff}.nav__hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:4px;width:36px;height:36px}.nav__hamburger span{display:block;width:22px;height:2px;background:#fff;border-radius:2px}.nav__mobile{position:fixed;inset:0;z-index:200;display:flex;justify-content:flex-end}.nav__mobile[hidden]{display:none}.nav__mobile-backdrop{position:absolute;inset:0;background:#00000080}.nav__mobile-panel{position:relative;background:var(--color-primary);width:300px;max-width:85vw;height:100%;overflow-y:auto;display:flex;flex-direction:column;box-shadow:-4px 0 24px #0003}.nav__mobile-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.nav__mobile-header img{height:32px;width:auto}.nav__mobile-close{background:none;border:none;font-size:1.1rem;color:#ffffffb3;cursor:pointer;padding:.25rem;line-height:1}.nav__mobile-close:hover{color:#fff}.nav__mobile-links{list-style:none;flex:1;padding:.5rem 0}.nav__mobile-links li{border-bottom:1px solid rgba(255,255,255,.08)}.nav__mobile-links a{display:block;padding:1rem 1.5rem;font-size:1rem;font-weight:500;color:#ffffffd9;transition:color .15s}.nav__mobile-links a:hover{color:#fff}.nav__mobile-footer{padding:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.nav__mobile-tel{display:block;font-size:1rem;font-weight:700;color:#fff}.nav__mobile-accordion-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 1.5rem;font-size:1rem;font-weight:500;color:#ffffffd9;background:none;border:none;cursor:pointer;transition:color .15s}.nav__mobile-accordion-btn:hover{color:#fff}.nav__mobile-accordion-chevron{flex-shrink:0;transition:transform .2s}.nav__mobile-accordion-btn[aria-expanded=true] .nav__mobile-accordion-chevron{transform:rotate(180deg)}.nav__mobile-accordion-list{list-style:none;background:#00000026}.nav__mobile-accordion-list li{border-bottom:none}.nav__mobile-accordion-list a{padding:.75rem 1.5rem .75rem 2.25rem;font-size:.9rem;font-weight:400;color:#ffffffb3}.nav__mobile-accordion-list a:hover{color:#fff}.hero{background:var(--color-primary);padding:4rem 0;overflow:hidden}.hero__inner{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;min-height:460px}.hero__image img{width:100%;max-width:520px;height:auto;margin-left:auto;border-radius:var(--radius)}.hero__eyebrow{font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#fff9;margin-bottom:1rem}.hero__content{padding:2rem 0}.hero h1{color:#fff;margin-bottom:1.25rem}.hero p{font-size:1.05rem;color:#ffffffbf;margin-bottom:2rem;line-height:1.75}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.section{padding:5rem 0}.section--alt{background:var(--color-bg-alt)}.section__heading{margin-bottom:3rem;max-width:600px}.section__heading p{color:var(--color-text-muted);margin-top:.75rem;font-size:1.05rem}.section__link{display:inline-block;margin-top:2rem;color:var(--color-accent);font-weight:600;font-size:.95rem}.section__link:hover{text-decoration:underline}.categories__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.category-card{border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden;background:#fff;transition:box-shadow .2s,transform .2s}.category-card:hover{box-shadow:0 8px 28px #0000001a;transform:translateY(-3px)}.category-card__img{width:100%;aspect-ratio:1;object-fit:cover;background:var(--color-bg-alt)}.category-card__img--placeholder{width:100%;aspect-ratio:1;background:var(--color-bg-alt);display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);font-size:.875rem}.category-card__body{padding:1.5rem}.category-card__title{font-size:1.05rem;font-weight:700;margin-bottom:.5rem;color:var(--color-dark)}.category-card__desc{font-size:.875rem;color:var(--color-text-muted);margin-bottom:1rem;line-height:1.6}.category-card__link{display:inline-block;font-size:.875rem;color:var(--color-accent);font-weight:600}.category-card__link:hover{text-decoration:underline}.product-filters{border-bottom:1px solid var(--color-border);background:#fff;position:sticky;top:var(--nav-height);z-index:10}.product-filters__inner{display:flex;align-items:center;gap:2rem;padding:.875rem 0;flex-wrap:wrap}.product-filters__group{display:flex;align-items:center;gap:.75rem}.product-filters__label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);white-space:nowrap}.product-filters__buttons{display:flex;gap:.5rem;flex-wrap:wrap}.filter-btn{padding:.35rem .9rem;border-radius:999px;border:1px solid var(--color-border);background:#fff;font-size:.85rem;font-weight:500;color:var(--color-dark);cursor:pointer;transition:background .15s,border-color .15s,color .15s;white-space:nowrap}@media(hover:hover){.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}.filter-toggle{display:flex;align-items:center;gap:.6rem;cursor:pointer;user-select:none}.filter-toggle input{display:none}.filter-toggle__track{width:36px;height:20px;border-radius:999px;background:var(--color-border);position:relative;flex-shrink:0;transition:background .2s}.filter-toggle__track:after{content:"";position:absolute;width:14px;height:14px;border-radius:50%;background:#fff;top:3px;left:3px;transition:transform .2s;box-shadow:0 1px 3px #0003}.filter-toggle input:checked~.filter-toggle__track{background:var(--color-primary)}.filter-toggle input:checked~.filter-toggle__track:after{transform:translate(16px)}.filter-toggle__label{font-size:.875rem;font-weight:500;color:var(--color-dark)}@media(max-width:640px){.product-filters .container{padding-right:0}.product-filters__inner{gap:1rem}.product-filters__group{flex-direction:column;align-items:flex-start;gap:.5rem;min-width:0;width:100%}.product-filters__buttons-wrap{position:relative;width:100%}.product-filters__buttons-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;width:3rem;background:linear-gradient(to right,transparent,#fff);pointer-events:none}.product-filters__buttons{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;width:100%;padding-right:2rem}.product-filters__buttons::-webkit-scrollbar{display:none}}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.product-card{border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden;background:#fff;transition:box-shadow .2s,transform .2s}.product-card:hover{box-shadow:0 8px 28px #0000001a;transform:translateY(-3px)}.product-card__img{width:100%;aspect-ratio:1;object-fit:cover;background:var(--color-bg-alt)}.product-card__img--placeholder{width:100%;aspect-ratio:1;background:var(--color-bg-alt);display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);font-size:.875rem}.product-card__body{padding:1.25rem}.product-card__title{font-size:1rem;font-weight:700;color:var(--color-dark);margin-bottom:.5rem;line-height:1.4}.product-card__link{font-size:.875rem;color:var(--color-accent);font-weight:600}.product-section{margin-bottom:4rem}.product-section:last-child{margin-bottom:0}.product-section__header{padding-bottom:1.25rem;margin-bottom:2rem;border-bottom:2px solid var(--color-border);display:flex;align-items:baseline;gap:1rem}.product-section__count{font-size:.875rem;color:var(--color-text-muted);font-weight:400}.product-section__desc{color:var(--color-text-muted);font-size:.95rem;margin-bottom:2rem;margin-top:-1rem;max-width:600px}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product-gallery__main{border-radius:var(--radius);overflow:hidden;background:var(--color-bg-alt)}.product-gallery__main img{width:100%;height:auto;display:block}.product-code{display:inline-block;font-size:.78rem;font-weight:600;letter-spacing:.05em;color:var(--color-text-muted);background:#fff;border:1px solid var(--color-border);padding:.3rem .7rem;border-radius:4px;text-transform:uppercase}.product-info h1{margin-bottom:1rem}.product-meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:1.25rem}.product-info__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.product-gallery__thumbs{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.product-gallery__thumb{width:72px;height:72px;border-radius:4px;overflow:hidden;border:2px solid var(--color-border);cursor:pointer;flex-shrink:0;transition:border-color .15s}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-gallery__thumb--active,.product-gallery__thumb:hover{border-color:var(--color-accent)}.geberit-badge{display:inline-flex;align-items:center;gap:.6rem;background:#f4f4f4;border:1px solid #ddd;border-radius:4px;padding:.3rem .7rem}.geberit-badge__logo{height:13px;width:auto;display:block}.geberit-badge__label{font-size:.75rem;font-weight:600;color:#555;white-space:nowrap;border-left:1px solid #ccc;padding-left:.6rem}.home-visit-hero{padding:3rem 1.5rem}.home-visit-hero__inner{background-image:linear-gradient(to top,#000000b3,#00000026),url(/home-visit.jpg);background-position:center top;background-size:cover;background-repeat:no-repeat;border-radius:12px;text-align:center;padding:7rem 2rem;max-width:var(--max-width);margin:0 auto}.home-visit-hero__inner h2{color:#fff;font-size:clamp(1.75rem,3vw,2.5rem);margin-bottom:1rem}.home-visit-hero__inner p{color:#ffffffe0;font-size:1.05rem;margin-bottom:2rem;max-width:520px;margin-left:auto;margin-right:auto;line-height:1.7}.home-visit-hero__inner strong{color:#fff}.key-features-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.key-features-list li{display:flex;align-items:flex-start;gap:.6rem;font-size:.9rem;color:var(--color-text);line-height:1.55}.key-features-list li:before{content:"";display:block;width:6px;height:6px;border-radius:50%;background:var(--color-accent);margin-top:.45em;flex-shrink:0}.downloads-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem;max-width:480px}.downloads-list__item{display:flex;align-items:center;gap:.6rem;padding:.75rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius);color:var(--color-dark);font-size:.9rem;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s}.downloads-list__item:hover{background:var(--color-bg-alt);border-color:var(--color-accent)}.downloads-list__item svg{flex-shrink:0;color:var(--color-accent)}.measurements-table{width:100%;border-collapse:collapse;font-size:.9rem}.measurements-table th{text-align:left;padding:.6rem 1rem;background:var(--color-primary);color:#fff;font-weight:600;font-size:.8rem;letter-spacing:.04em;text-transform:uppercase}.measurements-table td{padding:.6rem 1rem;border-bottom:1px solid var(--color-border);color:var(--color-text)}.measurements-table tr:last-child td{border-bottom:none}.measurements-table tr:nth-child(2n) td{background:var(--color-bg-alt)}.related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.related-card{border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden;background:#fff;transition:box-shadow .2s,transform .2s;text-decoration:none;color:inherit}.related-card:hover{box-shadow:0 6px 20px #00000017;transform:translateY(-2px)}.related-card__img{width:100%;aspect-ratio:1;object-fit:cover;background:var(--color-bg-alt)}.related-card__img--placeholder{width:100%;aspect-ratio:1;background:var(--color-bg-alt)}.related-card__body{padding:.75rem}.related-card__title{font-size:.85rem;font-weight:600;color:var(--color-dark);line-height:1.35}.related-card__link{font-size:.78rem;color:var(--color-accent);font-weight:600;margin-top:.3rem;display:block}.features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem}.feature{text-align:center;padding:2.5rem 2rem;background:#fff;border-radius:var(--radius);border:1px solid var(--color-border);border-top:3px solid var(--color-accent)}.feature__icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:#472e4c1a;border-radius:50%;margin:0 auto 1.25rem;color:var(--color-accent)}.feature__title{font-size:1.05rem;font-weight:700;margin-bottom:.5rem}.feature__text{color:var(--color-text-muted);font-size:.9rem;line-height:1.65}.blog__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.blog-card{border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden;background:#fff;transition:box-shadow .2s,transform .2s}.blog-card:hover{box-shadow:0 8px 28px #00000014;transform:translateY(-2px)}.blog-card__img{width:100%;aspect-ratio:16/9;object-fit:contain;background:var(--color-bg-alt)}.blog-card__img--placeholder{width:100%;aspect-ratio:16/9;background:var(--color-bg-alt)}.blog-card__body{padding:1.25rem}.blog-card__date{font-size:.8rem;color:var(--color-text-muted);margin-bottom:.5rem}.blog-card__title{font-size:1rem;font-weight:700;color:var(--color-dark);margin-bottom:.5rem;line-height:1.4}.blog-card__excerpt{font-size:.875rem;color:var(--color-text-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.875rem}.blog-card__more{font-size:.875rem;color:var(--color-accent);font-weight:600}.footer{background:var(--color-primary);color:#ffffffb3;padding:4rem 0 2rem}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer__logo{height:36px;width:auto;margin-bottom:1rem}.footer__tagline{font-size:.9rem;line-height:1.7}.footer__address{font-size:.85rem;margin-top:1rem;line-height:1.9;font-style:normal}.footer__address a{color:#ffffffb3}.footer__address a:hover{color:#fff}.footer__heading{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff;margin:0 0 1rem;line-height:1.4}.cookie-banner{position:fixed;z-index:10000;left:0;right:0;bottom:0;padding:1rem;background:#2e2e36f7;color:#fff;box-shadow:0 -4px 24px #0003}.cookie-banner__inner{max-width:var(--max-width);margin:0 auto;display:flex;gap:1.25rem;align-items:center;justify-content:space-between;flex-wrap:wrap}.cookie-banner__title{font-weight:700;margin-bottom:.25rem;color:#fff}.cookie-banner__copy{flex:1;min-width:220px;font-size:.9rem;line-height:1.5;color:#ffffffd9}.cookie-banner__copy a{color:#fff;text-decoration:underline}.cookie-banner__actions{display:flex;gap:.75rem;flex-shrink:0;flex-wrap:wrap}.cookie-banner__btn{flex-shrink:0}.cookie-banner__btn--decline{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.45)}.cookie-banner__btn--decline:hover{background:#ffffff1a}.footer__links{list-style:none}.footer__links li+li{margin-top:.6rem}.footer__links a{font-size:.9rem;color:#ffffffa6;transition:color .15s}.footer__links a:hover{color:#fff}.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;font-size:.82rem}.team-section{margin-bottom:3.5rem}.team-section__heading{font-size:1.4rem;font-weight:700;color:var(--color-dark);margin-bottom:1.75rem;padding-bottom:.75rem;border-bottom:2px solid var(--color-accent);display:inline-block}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.team-card{background:var(--color-bg-alt);border-radius:var(--radius);overflow:hidden;border:1px solid var(--color-border)}.team-card__photo img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}.team-card__photo--placeholder{width:100%;aspect-ratio:1/1;background:var(--color-border)}.team-card__info{padding:1rem}.team-card__name{font-weight:700;font-size:.95rem;color:var(--color-dark);margin-bottom:.25rem}.team-card__role{font-size:.82rem;color:var(--color-accent);font-weight:600;margin-bottom:.2rem;line-height:1.4}.team-card__location{font-size:.8rem;color:var(--color-text-muted)}.page-header{background:var(--color-bg);border-bottom:1px solid var(--color-border);padding:3.5rem 0}.page-header h1{color:var(--color-dark)}.page-header__sub{color:var(--color-text-muted);font-size:1.05rem;line-height:1.75;max-width:640px;margin-top:.75rem}.page-header__breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--color-text-muted);margin-bottom:1rem;flex-wrap:wrap}.page-header__breadcrumb a{color:var(--color-accent)}.page-header__breadcrumb a:hover{text-decoration:underline}.enquiry-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.enquiry-modal[hidden]{display:none}.enquiry-modal__backdrop{position:absolute;inset:0;background:#00000080}.enquiry-modal__panel{position:relative;background:#fff;border-radius:var(--radius);padding:2rem;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0003}.enquiry-modal__close{background:none;border:none;font-size:.875rem;font-family:inherit;color:var(--color-text-muted);cursor:pointer;padding:0;margin-bottom:1.5rem;display:block}.enquiry-modal__close:hover{color:var(--color-dark)}.enquiry-modal__title{font-size:1.5rem;margin-bottom:1.5rem}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-size:.875rem;font-weight:600;color:var(--color-dark);margin-bottom:.4rem}.form-label__optional{font-weight:400;font-size:.8125rem;color:var(--color-text-muted)}.form-input,.form-textarea,.form-select{width:100%;padding:.75rem 1rem;border:1.5px solid var(--color-border);border-radius:var(--radius);font-family:var(--font-sans);font-size:.95rem;color:var(--color-dark);background:#fff;transition:border-color .15s,box-shadow .15s;outline:none}.form-input--readonly{background:var(--color-bg-alt);color:var(--color-text-muted);cursor:default}.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px #472e4c1f}.form-textarea{resize:vertical;min-height:140px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group--error .form-label,.form-group--error .form-label__optional{color:#b42318}.form-input--error,.form-group--error .form-input,.form-group--error .form-textarea,.form-group--error .form-select{border-color:#b42318;background:#fff8f7;box-shadow:0 0 0 3px #b423181f}.form-input--error:focus,.form-group--error .form-input:focus,.form-group--error .form-textarea:focus,.form-group--error .form-select:focus{border-color:#b42318;box-shadow:0 0 0 3px #b423182e}.form-error{margin:.45rem 0 0;font-size:.8125rem;line-height:1.4;color:#b42318;font-weight:500}.form-error[hidden]{display:none}.contact-note{font-size:.875rem;color:var(--color-text-muted);line-height:1.7;padding:1.25rem;background:var(--color-bg-alt);border-radius:var(--radius);border-left:3px solid var(--color-accent)}.prose{max-width:720px}.prose p{margin-bottom:1.25rem;line-height:1.75;color:var(--color-text)}.prose p:last-child{margin-bottom:0}.prose h2{margin-top:2.5rem;margin-bottom:1rem}.prose h3{margin-top:2rem;margin-bottom:.75rem}.prose ul,.prose ol{margin:0 0 1.25rem 1.5rem}.prose li{margin-bottom:.4rem;line-height:1.7}.prose a{color:var(--color-accent);text-decoration:underline}.prose strong{font-weight:700;color:var(--color-dark)}.prose img{border-radius:var(--radius);margin:2rem 0;width:100%}.post-hero{width:100%;aspect-ratio:16/9;object-fit:contain;background:var(--color-bg-alt);border-radius:var(--radius);margin-bottom:3rem}.post-body{max-width:720px}.contact-grid{display:grid;grid-template-columns:1fr 1.6fr;gap:5rem;align-items:start}.contact-detail{display:flex;flex-direction:column;gap:2rem}.contact-block{padding-bottom:1.5rem;border-bottom:1px solid var(--color-border)}.contact-item__label{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.4rem}.contact-item__value{font-size:1rem;color:var(--color-dark);line-height:1.7}.contact-item__value a{color:var(--color-dark)}.contact-item__value a:hover{color:var(--color-accent)}.contact-item__address{font-size:.95rem;color:var(--color-text-muted);line-height:1.8}.contact-item__links{display:flex;flex-direction:column;gap:.5rem;margin-top:.85rem}.contact-item__link{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;color:var(--color-accent);transition:opacity .15s}.contact-item__link:hover{opacity:.75}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.about-image{border-radius:var(--radius);overflow:hidden;aspect-ratio:4/3;background:var(--color-bg-alt)}.about-image img{width:100%;height:100%;object-fit:cover}.about-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.about-stat{text-align:center;padding:2rem 1rem;background:var(--color-bg-alt);border-radius:var(--radius);border-top:3px solid var(--color-accent)}.about-stat__number{font-size:2.25rem;font-weight:800;color:var(--color-accent);line-height:1;margin-bottom:.5rem;letter-spacing:-.04em}.about-stat__label{font-size:.85rem;color:var(--color-text-muted)}.promise__label{font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.75rem}@media(max-width:900px){.container{padding:0 1.25rem}.section{padding:3.5rem 0}.nav__links{display:none}.nav__hamburger{display:flex}.hero{padding:2rem 0}.hero__inner{grid-template-columns:1fr;min-height:auto;gap:2rem}.hero__image{order:-1}.hero__image img{max-width:400px;margin:0 auto}.hero__content{padding:0}.categories__grid,.blog__grid,.product-grid{grid-template-columns:1fr 1fr}.team-grid{grid-template-columns:repeat(2,1fr)}.footer__grid{grid-template-columns:1fr;gap:2rem}.footer__bottom{flex-direction:column;gap:.5rem;text-align:center}.product-detail{grid-template-columns:1fr;gap:2rem}.contact-grid{grid-template-columns:1fr;gap:2.5rem}.about-grid{grid-template-columns:1fr;gap:2rem}.about-stat-grid{grid-template-columns:repeat(3,1fr)}.form-row,.features__grid{grid-template-columns:1fr}}@media(max-width:600px){.container{padding:0 1rem}.section{padding:2.5rem 0}.categories__grid,.blog__grid,.product-grid{grid-template-columns:1fr}.about-stat-grid{grid-template-columns:1fr 1fr}.page-header{padding:2rem 0}}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-cyrillic-ext-wght-normal.BOeWTOD4.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-cyrillic-wght-normal.DqGufNeO.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-greek-ext-wght-normal.DlzME5K_.woff2) format("woff2-variations");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-greek-wght-normal.CkhJZR-_.woff2) format("woff2-variations");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-vietnamese-wght-normal.CBcvBZtf.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-latin-ext-wght-normal.DO1Apj_S.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-latin-wght-normal.Dx4kXJAl.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
