:root{--bg: #EEF0EC;--surface: #FFFFFF;--deep: #13201A;--forest: #1C3A29;--card-dark: #1B2C22;--amber: #C9813D;--live: #8FDBA0;--ink: #152018;--body: #5C655D;--muted: #6B746C;--muted-d: #8A988E;--sub-d: #7C8A7F;--line: #E2E5DE;--line-2: #D7DBD4;--icon-bg: #EAF1EA;--font-display: "Space Grotesk", system-ui, sans-serif;--font-body: "Inter", system-ui, sans-serif;--maxw: 1440px;--pad: clamp(20px, 5vw, 64px);--sy: clamp(64px, 8vw, 100px);--r-sm: 8px;--r: 14px;--r-lg: 16px;--r-pill: 20px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}[hidden]{display:none!important}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--ink);font-size:16px;line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}a{color:var(--forest)}.wrap{max-width:var(--maxw);margin:0 auto;padding-inline:var(--pad);width:100%}.eyebrow{font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:16px}.eyebrow--green{color:var(--live)}.section-heading{font-family:var(--font-display);font-weight:700;font-size:clamp(26px,3.4vw,34px);line-height:1.12;letter-spacing:-.01em;color:var(--ink)}.section-heading.on-dark{color:#fff}.lead{font-size:16px;line-height:1.7;color:var(--body);max-width:480px;margin-top:18px}.on-dark-sub{color:#b6c0b8}.btn{display:inline-block;font-size:15px;font-weight:600;text-decoration:none;padding:15px 26px;border-radius:var(--r-sm);border:1px solid transparent;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .15s ease,box-shadow .2s ease}.btn-primary{background:var(--forest);color:#fff}.btn-primary:hover{background:#16301f;transform:translateY(-1px);box-shadow:0 12px 24px -14px #13201a99}.btn-ghost{background:transparent;color:var(--ink);border-color:#c7ccc3}.btn-ghost:hover{border-color:var(--forest);background:#1c3a290a}.btn-amber{background:var(--amber);color:var(--deep);font-weight:700;border:none;width:100%}.btn-amber:hover{background:#bd7834;transform:translateY(-1px)}.btn:focus-visible,a:focus-visible{outline:2px solid var(--amber);outline-offset:3px}.nav{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;max-width:var(--maxw);margin:0 auto;padding:20px var(--pad);transition:background .3s ease,box-shadow .3s ease,backdrop-filter .3s ease}.nav.is-scrolled{background:#eef0ecd9;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 1px 0 var(--line)}.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none}.brand-mark{position:relative;width:30px;height:30px;border-radius:9px;background:var(--forest);flex-shrink:0}.brand-mark:after{content:"";position:absolute;top:-4px;right:-4px;width:11px;height:11px;border-radius:50%;background:var(--amber);border:2px solid var(--bg)}.brand-mark--sm{width:24px;height:24px;border-radius:7px}.brand-mark--sm:after{width:9px;height:9px;top:-3px;right:-3px}.brand-word{font-family:var(--font-display);font-weight:700;font-size:22px;letter-spacing:-.02em;color:var(--ink)}.brand-word span{color:var(--amber)}.nav-links{display:flex;align-items:center;gap:36px}.nav-links a{text-decoration:none;color:var(--ink);font-size:15px;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--amber)}.nav-links a.nav-cta{color:var(--amber);font-weight:600}.hero{padding:clamp(32px,5vw,60px) 0 var(--sy)}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,5vw,48px);align-items:center}.hero-headline{font-family:var(--font-display);font-weight:700;font-size:clamp(38px,5vw,52px);line-height:1.08;letter-spacing:-.02em;color:var(--ink);margin:0 0 22px}.cycling-wrap{display:block;overflow:hidden;min-height:2.16em}.cycling-text{display:block;color:var(--amber);transition:opacity .45s ease,transform .45s ease}.cycling-text.is-exiting{opacity:0;transform:translateY(-8px)}.cycling-text.is-entering{opacity:0;transform:translateY(10px)}.hero-sub{font-size:17px;line-height:1.6;color:var(--body);max-width:460px;margin-bottom:32px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:28px}.hero-trust{display:flex;gap:28px;flex-wrap:wrap}.trust-item{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--muted)}.trust-dot{width:6px;height:6px;border-radius:50%;background:#8a9186;flex-shrink:0}.panel{background:var(--deep);border-radius:var(--r-lg);padding:28px;box-shadow:0 30px 60px -20px #13201a66}.panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.panel-title{font-family:var(--font-display);font-weight:600;font-size:16px;color:#fff}.panel-live{display:inline-flex;align-items:center;gap:6px;color:var(--live);font-size:11px;letter-spacing:.08em;font-weight:600;text-transform:uppercase}.panel-live-dot{width:6px;height:6px;border-radius:50%;background:var(--live);animation:livePulse 2.6s ease-out infinite}@keyframes livePulse{0%{box-shadow:0 0 #8fdba080}70%{box-shadow:0 0 0 7px #8fdba000}to{box-shadow:0 0 #8fdba000}}.panel-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid rgba(255,255,255,.08)}.panel-tile{position:relative;padding:20px}.panel-tile:nth-child(odd){padding-left:0;border-right:1px solid rgba(255,255,255,.08)}.panel-tile:nth-child(2n){padding-right:0}.panel-tile:nth-child(1),.panel-tile:nth-child(2){border-bottom:1px solid rgba(255,255,255,.08)}.panel-tile:before{content:"";position:absolute;left:0;top:0;width:100%;height:2px;background:var(--amber);transform:scaleX(0);transform-origin:left;transition:transform .5s ease}.panel-tile:nth-child(2n):before{left:0}.panel-tile.is-active:before{transform:scaleX(1)}.tile-label{display:flex;justify-content:space-between;align-items:center;color:var(--muted-d);font-size:11px;letter-spacing:.08em;font-weight:600;text-transform:uppercase;margin-bottom:10px;transition:color .4s ease}.tile-dot{width:6px;height:6px;border-radius:50%;background:var(--muted-d);transition:background .4s ease,box-shadow .4s ease}.tile-value{color:#fff;font-size:20px;font-weight:600;margin-bottom:4px;font-family:var(--font-display);transition:color .4s ease}.tile-sub{color:var(--sub-d);font-size:13px}.panel-tile.is-active .tile-label{color:var(--amber)}.panel-tile.is-active .tile-dot{background:var(--amber);box-shadow:0 0 9px 1px #c9813db3}.panel-tile.is-active .tile-value{color:var(--amber)}.panel-foot{display:flex;justify-content:space-between;padding-top:16px;margin-top:6px}.panel-foot span{font-size:12px;color:var(--muted-d);letter-spacing:.04em}.panel-foot strong{color:#fff;font-weight:600}.section{padding:var(--sy) 0}.section-head{max-width:560px;margin-bottom:48px}.section-head--wide{max-width:600px}.section-head .section-heading{margin-bottom:12px}.section-lead{font-size:16px;color:var(--body);line-height:1.6}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,5vw,56px)}.two-col--center{align-items:center}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:28px;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.card:hover{transform:translateY(-3px);box-shadow:0 20px 36px -22px #13201a47;border-color:#1c3a2947}.card--accent{background:var(--forest);border-color:var(--forest)}.card--accent .card-title{color:#fff}.card--accent .card-desc{color:#c7d0c8}.card--accent:hover{box-shadow:0 20px 40px -20px #13201a80}.card-icon{position:relative;width:52px;height:52px;border-radius:12px;background:var(--icon-bg);display:flex;align-items:center;justify-content:center;margin-bottom:20px}.oic-el{position:absolute;display:block}.card--accent .card-icon{background:#ffffff1a}.card-title{font-family:var(--font-display);font-size:18px;font-weight:600;color:var(--ink);margin-bottom:10px}.card-desc{font-size:14.5px;color:var(--body);line-height:1.6}.ic{width:24px;height:24px;display:inline-block;background:var(--forest);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.card--accent .ic{background:var(--amber)}.ic-home{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9.5L12 3l9 6.5V20a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z'/%3E%3Cpath d='M9 21v-9h6v9'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9.5L12 3l9 6.5V20a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z'/%3E%3Cpath d='M9 21v-9h6v9'/%3E%3C/svg%3E")}.ic-cctv{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='1' y='6' width='15' height='12' rx='2'/%3E%3Cpath d='M23 8l-7 4 7 4z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='1' y='6' width='15' height='12' rx='2'/%3E%3Cpath d='M23 8l-7 4 7 4z'/%3E%3C/svg%3E")}.ic-net{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5a10 10 0 0 1 14 0'/%3E%3Cpath d='M1.5 9a15 15 0 0 1 21 0'/%3E%3Cpath d='M8.5 16a5 5 0 0 1 7 0'/%3E%3Ccircle cx='12' cy='20' r='1' fill='black' stroke='none'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5a10 10 0 0 1 14 0'/%3E%3Cpath d='M1.5 9a15 15 0 0 1 21 0'/%3E%3Cpath d='M8.5 16a5 5 0 0 1 7 0'/%3E%3Ccircle cx='12' cy='20' r='1' fill='black' stroke='none'/%3E%3C/svg%3E")}.ic-drop{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2.7l5.7 5.7a8 8 0 1 1-11.4 0z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2.7l5.7 5.7a8 8 0 1 1-11.4 0z'/%3E%3C/svg%3E")}.ic-plus{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E")}.ic-lock{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='11' width='14' height='10' rx='2'/%3E%3Cpath d='M8 11V7a4 4 0 0 1 8 0v4'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='11' width='14' height='10' rx='2'/%3E%3Cpath d='M8 11V7a4 4 0 0 1 8 0v4'/%3E%3C/svg%3E")}.ic-badge{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='9' r='6'/%3E%3Cpath d='M9 14l-1.5 7L12 18l4.5 3L15 14'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='9' r='6'/%3E%3Cpath d='M9 14l-1.5 7L12 18l4.5 3L15 14'/%3E%3C/svg%3E")}.ic-shield{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2l8 3v6c0 5-3.5 8.5-8 11-4.5-2.5-8-6-8-11V5z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2l8 3v6c0 5-3.5 8.5-8 11-4.5-2.5-8-6-8-11V5z'/%3E%3C/svg%3E")}.ic-eye{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 12s4-7 11-7 11 7 11 7-4 7-11 7-11-7-11-7z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 12s4-7 11-7 11 7 11 7-4 7-11 7-11-7-11-7z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E")}.ic-photo{width:30px;height:30px;background:#9aa394;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Ccircle cx='9' cy='11' r='2'/%3E%3Cpath d='M21 17l-5-5-9 7'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Ccircle cx='9' cy='11' r='2'/%3E%3Cpath d='M21 17l-5-5-9 7'/%3E%3C/svg%3E")}.ic-map{width:30px;height:30px;background:#9aa394;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 3L3 5.5v15L9 18l6 3 6-2.5v-15L15 6z'/%3E%3Cpath d='M9 3v15M15 6v15'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 3L3 5.5v15L9 18l6 3 6-2.5v-15L15 6z'/%3E%3Cpath d='M9 3v15M15 6v15'/%3E%3C/svg%3E")}.loxone{background:var(--deep);padding:var(--sy) 0}.lox-list{list-style:none;margin-top:26px;display:flex;flex-direction:column;gap:14px}.lox-list li{display:flex;align-items:center;gap:12px;color:#e5e9e2;font-size:15px}.lox-bullet{width:6px;height:6px;border-radius:50%;background:var(--amber);flex-shrink:0}.lox-tiles{display:grid;grid-template-columns:1fr 1fr;gap:14px}.lox-tile{background:var(--card-dark);border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:10px}.lox-tile-k{color:var(--muted-d);font-size:11px;letter-spacing:.08em;font-weight:600;text-transform:uppercase}.lox-tile-k--accent{color:var(--amber)}.lox-tile-v{color:#fff;font-size:17px;font-weight:600}.sec-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:28px}.sec-card{border-top:2px solid var(--forest);padding-top:20px}.sec-card .card-icon{width:44px;height:44px;border-radius:10px;margin-bottom:18px}.sec-card .ic{width:20px;height:20px}.sec-title{font-size:16.5px;font-weight:600;color:var(--ink);margin-bottom:8px}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:32px}.step-num{display:block;font-family:var(--font-display);font-size:34px;font-weight:700;color:#d8dcd2;margin-bottom:14px}.step-title{font-size:17px;font-weight:600;color:var(--ink);margin-bottom:8px}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.project-title{font-size:15px;font-weight:600;color:var(--ink);margin-bottom:4px}.project-tag{font-size:13.5px;color:var(--muted)}.img-slot{aspect-ratio:4 / 3;border-radius:var(--r);overflow:hidden;background:linear-gradient(135deg,#e7ebe4,#dde3da);border:1px solid var(--line);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;padding:24px;margin-bottom:14px}.img-slot--tall{border-radius:var(--r-lg);margin-bottom:0}.img-slot-label{font-size:13px;color:#7e877a;max-width:220px;line-height:1.5}.about{background:var(--surface);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:var(--sy) 0}.chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.chip{font-size:13px;padding:8px 14px;border-radius:var(--r-pill);font-weight:600}.chip--solid{color:var(--forest);background:var(--icon-bg)}.chip--outline{color:var(--ink);border:1px solid var(--line-2);font-weight:500}.chip--sm{font-size:12px;padding:5px 11px}.contact{background:var(--deep);padding:var(--sy) 0}.contact-info{display:flex;flex-direction:column;gap:16px;margin-top:30px}.ci-k{font-size:12px;color:var(--muted-d);letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px}.ci-v{font-size:18px;color:#fff;font-weight:600;text-decoration:none}a.ci-v:hover{color:var(--amber)}.form-shell{background:var(--card-dark);border:1px solid rgba(255,255,255,.06);border-radius:var(--r);padding:36px}.cf-form{display:flex;flex-direction:column;gap:16px}.field label{display:block;font-size:12px;color:var(--muted-d);margin-bottom:8px;letter-spacing:.06em;text-transform:uppercase}.field input,.field textarea{width:100%;background:var(--deep);border:1px solid rgba(255,255,255,.1);border-radius:var(--r-sm);padding:13px 14px;color:#fff;font-size:15px;font-family:inherit}.field textarea{resize:vertical}.field input:focus,.field textarea:focus{outline:none;border-color:var(--amber)}.btn-amber{margin-top:6px}.cf-done{min-height:340px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.cf-check{position:relative;width:44px;height:44px;border-radius:50%;background:var(--amber);margin-bottom:20px}.cf-check:after{content:"";position:absolute;left:15px;top:13px;width:9px;height:16px;border:solid var(--deep);border-width:0 3px 3px 0;transform:rotate(45deg)}.cf-done-title{font-family:var(--font-display);font-size:20px;font-weight:600;color:#fff;margin-bottom:8px}.cf-done-sub{font-size:15px;color:#b6c0b8;line-height:1.6}.footer{padding:40px 0}.footer-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.footer-right{display:flex;align-items:center;gap:16px;flex-wrap:wrap;justify-content:flex-end}.footer-copy{font-size:13.5px;color:var(--muted);max-width:620px}@media (max-width: 880px){.hero-grid,.two-col{grid-template-columns:1fr}.two-col--center,.hero-grid{align-items:start}.about .img-slot--tall{order:2}}@media (max-width: 720px){.nav-links a:not(.nav-cta){display:none}.lox-tiles{grid-template-columns:1fr}.footer-inner{flex-direction:column;align-items:flex-start}.footer-right{justify-content:flex-start}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.cycling-text,.panel-tile:before,.tile-label,.tile-dot,.tile-value{transition:none}.panel-live-dot{animation:none}}
