*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-green: #2d9d4f;--color-green-dark: #237d3f;--color-dark: #2d2d2d;--color-text: #444444;--color-text-muted: #666666;--color-bg: #ffffff;--color-bg-alt: #f5f5f5;--color-border: #e5e5e5;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--max-width: 1200px;--radius: 8px}html{font-size:16px;scroll-behavior:smooth}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}.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:1rem 2.25rem;border:none;border-radius:var(--radius);font-family:inherit;font-weight:600;font-size:.95rem;text-decoration:none;transition:background .2s;cursor:pointer;appearance:none}.btn--green{background:var(--color-green);color:#fff}.btn--green:hover{background:var(--color-green-dark)}.nav{background:#fff;border-bottom:3px solid var(--color-green);padding:1rem 0;position:sticky;top:0;z-index:100}.nav__inner{display:flex;align-items:center;justify-content:space-between}.nav__logo img{height:40px;width:auto}.nav__links{display:flex;gap:2.5rem;list-style:none}.nav__links a{color:var(--color-text);font-size:.95rem;font-weight:500;transition:color .15s}.nav__links a:hover{color:var(--color-green)}.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:var(--color-dark);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:#00000073}.nav__mobile-panel{position:relative;background:#fff;width:300px;max-width:85vw;height:100%;overflow-y:auto;display:flex;flex-direction:column;box-shadow:-4px 0 24px #0000001f}.nav__mobile-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--color-border)}.nav__mobile-header img{height:32px;width:auto}.nav__mobile-close{background:none;border:none;font-size:1.1rem;color:var(--color-text-muted);cursor:pointer;padding:.25rem;line-height:1}.nav__mobile-close:hover{color:var(--color-dark)}.nav__mobile-links{list-style:none;flex:1;padding:.5rem 0}.nav__mobile-links li{border-bottom:1px solid var(--color-border)}.nav__mobile-links a{display:block;padding:1rem 1.5rem;font-size:1rem;font-weight:600;color:var(--color-dark);transition:color .15s}.nav__mobile-links a:hover{color:var(--color-green)}.nav__mobile-footer{padding:1.5rem;border-top:1px solid var(--color-border)}.nav__mobile-tel{display:block;font-size:1.1rem;font-weight:700;color:var(--color-green)}.hero{background:#f9f9f9;padding:3rem 0;overflow:hidden}.hero__inner{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;min-height:500px}.hero__image img{width:100%;max-width:560px;height:auto}.hero__content{padding:2rem 0}.hero h1{color:var(--color-dark);margin-bottom:1.5rem}.hero p{font-size:1.05rem;color:var(--color-text-muted);margin-bottom:2rem;line-height:1.75;border-left:3px solid var(--color-green);padding-left:1rem}.section{padding:6rem 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}.promise__grid{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:start}.promise__grid>div:first-child{padding-right:5rem;border-right:1px solid var(--color-border)}.promise__grid>div:last-child{padding-left:5rem}.promise__label{font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-green);margin-bottom:.75rem}.promise__grid h2{margin-bottom:1rem}.promise__text{color:var(--color-text-muted);line-height:1.75;font-size:1rem}.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(-4px)}.category-card__img{width:100%;aspect-ratio:1/1;object-fit:cover;background:var(--color-bg-alt)}.category-card__img--placeholder{width:100%;aspect-ratio:1/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.1rem;font-weight:700;margin-bottom:1rem}.category-card__link{display:block;text-align:center;background:var(--color-green);color:#fff;padding:.65rem 1.25rem;border-radius:var(--radius);font-size:.875rem;font-weight:600;transition:background .2s}.category-card__link:hover{background:var(--color-green-dark)}.features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}.feature{text-align:center;padding:2.5rem 2rem;background:var(--color-bg-alt);border-radius:var(--radius);border-top:3px solid var(--color-green);box-shadow:0 2px 12px #0000000d}.feature__icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:#2d9d4f1a;border-radius:50%;margin:0 auto 1.25rem;color:var(--color-green)}.feature__title{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.feature__text{color:var(--color-text-muted);font-size:.95rem}.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:cover;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;display:flex;align-items:center;gap:.4rem}.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-green);font-weight:600}.section__link{display:inline-block;margin-top:2rem;color:var(--color-green);font-weight:600;font-size:.95rem}.section__link:hover{text-decoration:underline}.footer{background:var(--color-dark);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-bottom:1rem}.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}.page-header{background:var(--color-bg);border-bottom:1px solid var(--color-border);padding:3.5rem 0}.page-header h1{color:var(--color-dark);margin-bottom:0}.page-header__sub{color:var(--color-text-muted);font-size:1.05rem;line-height:1.75;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-green);transition:color .15s}.page-header__breadcrumb a:hover{color:var(--color-green-dark)}.product-section{margin-bottom:5rem;scroll-margin-top:6rem}.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;letter-spacing:0}.product-section__desc{color:var(--color-text-muted);font-size:.95rem;margin-bottom:2rem;margin-top:-1rem;max-width:600px}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,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(-4px)}.product-card__img{width:100%;aspect-ratio:1/1;object-fit:cover;background:var(--color-bg-alt)}.product-card__img--placeholder{width:100%;aspect-ratio:1/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:.75rem;line-height:1.4}.product-card__link{font-size:.875rem;color:var(--color-green);font-weight:600}.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}.enquiry-modal__product{color:var(--color-green);font-weight:600;margin-bottom:1.5rem}.enquiry-modal__form{display:flex;flex-direction:column}.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);margin-bottom:.75rem}.product-gallery__main img{width:100%;aspect-ratio:1/1;object-fit:cover}.product-gallery__thumbs{display:flex;gap:.75rem;flex-wrap:wrap}.product-gallery__thumb{width:80px;height:60px;border-radius:4px;overflow:hidden;border:2px solid var(--color-border);flex-shrink:0}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-number{display:inline-block;font-size:.78rem;font-weight:600;letter-spacing:.05em;color:var(--color-text-muted);background:#fff;padding:.3rem .7rem;border-radius:4px;margin-bottom:1.25rem;text-transform:uppercase}.product-info h1{margin-bottom:1.25rem}.product-info__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.btn--outline{background:transparent;border:2px solid var(--color-green);color:var(--color-green)}.btn--outline:hover{background:var(--color-green);color:#fff}.product-feature-row{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem}.product-feature-row--reverse{direction:rtl}.product-feature-row--reverse>*{direction:ltr}.product-feature-row__image img{width:100%;border-radius:var(--radius);display:block}.product-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.product-feature-card__image{margin-bottom:1rem}.product-feature-card__image img{width:100%;border-radius:var(--radius);display:block}.product-feature-card__title{font-size:1rem;font-weight:700;color:var(--color-dark);margin-bottom:.4rem}.product-feature-card__text{font-size:.9rem;color:var(--color-text-muted);line-height:1.65}.standard-features{margin:1.5rem 0}.standard-features__title{font-size:1.1rem;font-weight:700;color:var(--color-dark);margin-bottom:.75rem}.standard-features__list{list-style:none}.standard-features__list li{position:relative;padding-left:1.6rem;margin-bottom:.5rem;line-height:1.6;color:var(--color-text)}.standard-features__list li:before{content:"✓";position:absolute;left:0;top:0;color:var(--color-green);font-weight:700}.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-green);text-decoration:underline}.prose a:hover{color:var(--color-green-dark)}.prose strong{font-weight:700;color:var(--color-dark)}.prose img{border-radius:var(--radius);margin:2rem 0;width:100%}.prose blockquote{border-left:4px solid var(--color-green);padding:1rem 1.5rem;margin:1.5rem 0;background:var(--color-bg-alt);border-radius:0 var(--radius) var(--radius) 0;color:var(--color-text-muted);font-style:italic}.post-meta{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-text-muted);margin-bottom:2rem}.post-meta:before{content:"";display:inline-block;width:8px;height:8px;background:var(--color-green);border-radius:50%;flex-shrink:0}.post-hero{width:100%;aspect-ratio:16/9;object-fit:cover;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-item__label{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-green);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-green)}.contact-note{font-size:.875rem;color:var(--color-text-muted);line-height:1.7;margin-top:1.5rem;padding:1.25rem;background:var(--color-bg-alt);border-radius:var(--radius);border-left:3px solid var(--color-green)}.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:#9ca3af}.form-input,.form-textarea,.form-select{width:100%;padding:.75rem 1rem;border:1px 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-green);box-shadow:0 0 0 3px #2d9d4f1f}.form-textarea{resize:vertical;min-height:140px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.about-image{border-radius:var(--radius);overflow:hidden;aspect-ratio:1/1;background:var(--color-bg-alt);display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);font-size:.875rem}.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-green)}.about-stat__number{font-size:2.25rem;font-weight:800;color:var(--color-green);line-height:1;margin-bottom:.5rem;letter-spacing:-.04em}.about-stat__label{font-size:.85rem;color:var(--color-text-muted)}@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}.promise__grid{grid-template-columns:1fr}.promise__grid>div:first-child{padding-right:0;border-right:none;border-bottom:1px solid var(--color-border);padding-bottom:2.5rem}.promise__grid>div:last-child{padding-left:0;padding-top:2.5rem}.categories__grid,.blog__grid,.product-grid{grid-template-columns:1fr 1fr}.features__grid{grid-template-columns: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}.product-feature-row{grid-template-columns:1fr;gap:1.5rem}.product-feature-row--reverse{direction:ltr}.product-feature-grid{grid-template-columns:1fr 1fr}.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{grid-template-columns:1fr}}@media(max-width:600px){.container{padding:0 1rem}.section{padding:2.5rem 0}.categories__grid,.blog__grid,.product-grid,.product-feature-grid{grid-template-columns:1fr}.about-stat-grid{grid-template-columns:1fr 1fr}.page-header{padding:2rem 0}}
