*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;color:inherit;background:0 0;border:none}ul{list-style:none}input,select,textarea{font:inherit;color:inherit}:root{--green-900:#063b22;--green-700:#0b7a43;--green-600:#0e9a54;--green-500:#16c168;--green-400:#49db8c;--green-200:#b9f3d2;--green-100:#e9faf0;--white:#fff;--ink:#0a140f;--grey-700:#37433d;--grey-500:#5c6b62;--grey-300:#aab8b0;--grey-200:#dce6e0;--grey-100:#f1f6f3;--red-600:#c23b3b;--red-100:#fbeaea;--font-display:"Chakra Petch", sans-serif;--font-body:"Manrope", sans-serif;--radius-s:3px;--radius-m:6px;--container:1180px;--header-h:80px}body{font-family:var(--font-body);color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased;line-height:1.5;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.01em;color:var(--green-900);font-weight:600;line-height:1.08}.wrap{max-width:var(--container);margin:0 auto;padding:0 28px}section{position:relative}section[id]{scroll-margin-top:calc(var(--header-h) + 14px)}:focus-visible{outline:2.5px solid var(--green-500);outline-offset:3px;border-radius:2px}.eyebrow{font-family:var(--font-display);color:var(--green-700);align-items:center;gap:8px;font-size:13px;font-weight:600;display:inline-flex}.eyebrow:before{content:"";background:var(--green-500);border-radius:2px;width:16px;height:2px;display:inline-block}.section-head{max-width:640px;margin-bottom:44px}.section-head h2{margin-top:10px;font-size:clamp(28px,4vw,42px)}.section-head p{color:var(--grey-500);max-width:52ch;margin-top:14px;font-size:16.5px}.btn{font-family:var(--font-display);border-radius:var(--radius-s);white-space:nowrap;justify-content:center;align-items:center;gap:9px;padding:14px 24px;font-size:15px;font-weight:600;transition:transform .18s,box-shadow .18s,background .18s,color .18s,border-color .18s;display:inline-flex}.btn svg{width:16px;height:16px}.btn-primary{background:var(--ink);color:var(--white);box-shadow:0 0 0 1px var(--ink)}.btn-primary:hover{background:var(--green-600);box-shadow:0 0 0 1px var(--green-600), 0 8px 22px -8px #0e9a548c;transform:translateY(-1px)}.btn-ghost{color:var(--ink);box-shadow:0 0 0 1.5px var(--grey-200) inset;background:0 0}.btn-ghost:hover{box-shadow:0 0 0 1.5px var(--green-500) inset;color:var(--green-700)}.btn-danger{background:var(--red-100);color:var(--red-600);box-shadow:0 0 0 1.5px var(--red-100) inset}.btn-danger:hover{box-shadow:0 0 0 1.5px var(--red-600) inset}.btn-sm{padding:9px 14px;font-size:13px}.btn-block{width:100%}.btn[disabled]{opacity:.6;pointer-events:none}.spine{z-index:60;background:repeating-linear-gradient(to bottom, var(--grey-200) 0 6px, transparent 6px 12px);width:5px;display:none;position:fixed;top:0;bottom:0;left:0}.spine-fill{background:linear-gradient(to bottom, var(--green-400), var(--green-600));width:100%;height:0%;transition:height 80ms linear;position:absolute;top:0;left:0;box-shadow:0 0 14px 1px #16c1688c}.spine-node{background:var(--white);width:9px;height:9px;box-shadow:0 0 0 2px var(--grey-300);border-radius:50%;transition:box-shadow .25s,background .25s;position:absolute;left:50%;transform:translate(-50%,-50%)}.spine-node.active{background:var(--green-500);box-shadow:0 0 0 2px var(--green-500), 0 0 10px 2px #16c16899}@media (min-width:1000px){.spine{display:block}}header.site-header{z-index:50;-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--grey-200);background:#ffffffdb;transition:box-shadow .25s;position:sticky;top:0}header.site-header.condensed{box-shadow:0 6px 24px -18px #063b2266}.nav{max-width:var(--container);justify-content:space-between;align-items:center;margin:0 auto;padding:20px 28px;transition:padding .25s;display:flex}header.site-header.condensed .nav{padding:13px 28px}.logo{font-family:var(--font-display);color:var(--ink);letter-spacing:-.01em;flex-shrink:0;align-items:center;gap:9px;font-size:19px;font-weight:700;display:flex}.logo-mark{background:var(--green-500);width:11px;height:11px;box-shadow:0 0 0 3px var(--green-100), 0 0 14px 1px #16c16899;border-radius:2px;flex-shrink:0}.logo span{color:var(--green-600)}.nav-links{align-items:center;gap:30px;display:none}.nav-links button,.nav-links a{color:var(--grey-700);padding:4px 0;font-size:14.5px;font-weight:600;transition:color .18s;position:relative}.nav-links button:after,.nav-links a:after{content:"";background:var(--green-500);width:0;height:2px;transition:width .22s;position:absolute;bottom:0;left:0}.nav-links button:hover,.nav-links a:hover{color:var(--ink)}.nav-links button:hover:after,.nav-links a:hover:after{width:100%}.nav-right{flex-shrink:0;align-items:center;gap:14px;display:flex}.nav-call{color:var(--green-700);align-items:center;gap:7px;font-size:14px;font-weight:700;display:none}.nav-call svg{width:15px;height:15px}.nav-cta{display:none}.burger{border-radius:var(--radius-m);background:var(--ink);width:42px;height:42px;color:var(--white);box-shadow:0 0 0 1px var(--ink), 0 6px 16px -8px #063b228c;border:none;flex-shrink:0;justify-content:center;align-items:center;transition:transform .18s,box-shadow .18s,background .18s;display:flex;position:relative}.burger:after{content:"";background:var(--green-500);width:8px;height:8px;box-shadow:0 0 0 2px var(--white), 0 0 8px 1px #16c168b3;border-radius:50%;position:absolute;top:-3px;right:-3px}.burger svg{width:18px;height:18px}.burger:hover{background:var(--green-600);box-shadow:0 0 0 1px var(--green-600), 0 8px 20px -8px #0e9a5499;transform:translateY(-1px)}.burger:active{transform:translateY(0)scale(.94)}@media (min-width:900px){.nav-links,.nav-call{display:flex}.nav-cta{display:inline-flex}.burger{display:none}}.mobile-menu{z-index:70;-webkit-backdrop-filter:blur(3px);opacity:0;pointer-events:none;background:#06140c73;transition:opacity .3s;position:fixed;inset:0}.mobile-menu.open{opacity:1;pointer-events:auto}.mobile-menu-panel{background:var(--white);flex-direction:column;width:min(360px,86vw);padding:22px 24px 28px;transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:0;bottom:0;right:0;overflow:hidden;transform:translate(100%);box-shadow:-24px 0 50px -20px #06140c59}.mobile-menu.open .mobile-menu-panel{transform:translate(0)}.mobile-menu-panel:before{content:"";pointer-events:none;background:radial-gradient(circle,#16c1682e,#0000 70%);border-radius:50%;width:220px;height:220px;position:absolute;top:-80px;right:-90px}.mobile-menu-top{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex;position:relative}.mobile-menu-close{border:1.5px solid var(--grey-200);background:var(--white);width:36px;height:36px;color:var(--ink);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .18s,border-color .18s,transform .18s,color .18s;display:flex}.mobile-menu-close svg{width:15px;height:15px}.mobile-menu-close:hover{background:var(--ink);border-color:var(--ink);color:var(--white);transform:rotate(90deg)}.mobile-nav-list{flex-direction:column;gap:4px;display:flex;position:relative;overflow-y:auto}.mobile-nav-list button,.mobile-nav-list a{text-align:left;width:100%;font-family:var(--font-display);color:var(--ink);border-radius:var(--radius-m);opacity:0;align-items:center;gap:13px;padding:12px 10px;font-size:16.5px;font-weight:600;transition:background .18s,padding-left .18s;display:flex;transform:translate(14px)}.mobile-menu.open .mobile-nav-list button,.mobile-menu.open .mobile-nav-list a{animation:.38s forwards navItemIn;animation-delay:calc(60ms * var(--i,0) + 50ms)}.mobile-nav-list button:hover,.mobile-nav-list a:hover{background:var(--green-100);padding-left:14px}.mobile-nav-list button:active,.mobile-nav-list a:active{background:var(--green-100)}.mobile-nav-icon{border-radius:var(--radius-m);background:var(--green-100);width:36px;height:36px;color:var(--green-700);flex-shrink:0;justify-content:center;align-items:center;display:flex}.mobile-nav-icon svg{width:17px;height:17px}.mobile-nav-label{flex:1}.mobile-nav-arrow{width:14px;height:14px;color:var(--grey-300);flex-shrink:0;transition:transform .18s,color .18s}.mobile-nav-list button:hover .mobile-nav-arrow,.mobile-nav-list a:hover .mobile-nav-arrow{color:var(--green-600);transform:translate(3px)}@keyframes navItemIn{to{opacity:1;transform:translate(0)}}.mobile-menu-footer{border-top:1px solid var(--grey-200);flex-direction:column;gap:14px;margin-top:auto;padding-top:20px;display:flex}.mobile-nav-call{font-family:var(--font-display);color:var(--green-700);justify-content:center;align-items:center;gap:8px;font-size:14.5px;font-weight:700;display:flex}.mobile-nav-call svg{width:15px;height:15px}@media (max-width:380px){.mobile-menu-panel{width:100vw}}.hero{padding:64px 0 40px;position:relative;overflow:hidden}#particle-canvas{pointer-events:none;opacity:.55;width:100%;height:100%;position:absolute;inset:0}.hero-grid{z-index:2;grid-template-columns:1fr;align-items:center;gap:52px;display:grid;position:relative}@media (min-width:960px){.hero-grid{grid-template-columns:1.05fr .95fr;gap:20px}}.hero-copy h1{color:var(--ink);font-size:clamp(38px,6.4vw,64px)}.hero-copy h1 .trace-word{color:var(--green-600);white-space:nowrap;position:relative}.hero-copy h1 .trace-word svg{width:100%;height:14px;position:absolute;bottom:-6px;left:0;overflow:visible}.hero-copy h1 .trace-word path{stroke:var(--green-500);stroke-width:3px;fill:none;stroke-linecap:round;stroke-dasharray:220;stroke-dashoffset:220px;animation:1.1s cubic-bezier(.4,.1,.2,1) .5s forwards draw}@keyframes draw{to{stroke-dashoffset:0}}.hero-copy p{color:var(--grey-500);max-width:46ch;margin-top:22px;font-size:18px}.hero-cta{flex-wrap:wrap;gap:14px;margin-top:32px;display:flex}.trust-strip{flex-wrap:wrap;gap:10px;margin-top:34px;display:flex}.chip{background:var(--white);border:1px solid var(--grey-200);color:var(--grey-700);border-radius:99px;align-items:center;gap:7px;padding:8px 13px;font-size:13.5px;font-weight:600;display:flex}.chip svg{width:14px;height:14px;color:var(--green-600);flex-shrink:0}.chip.status-open{color:var(--green-700);border-color:var(--green-200);background:var(--green-100)}.chip.status-closed{color:#8a5a12;background:#fdf6e6;border-color:#f2ddb0}.chip.status-open .dot,.chip.status-closed .dot{border-radius:50%;width:7px;height:7px}.chip.status-open .dot{background:var(--green-500);animation:2s infinite pulse-dot;box-shadow:0 0 0 3px #16c16840}.chip.status-closed .dot{background:#c98a1d}@keyframes pulse-dot{0%,to{transform:scale(1)}50%{transform:scale(1.35)}}.stars{gap:2px;display:flex}.stars svg{width:12px;height:12px;color:var(--green-500)}.hero-visual{justify-content:center;align-items:center;min-height:420px;display:flex;position:relative}.orbit-ring{border:1.5px dashed var(--grey-200);border-radius:50%;position:absolute}.orbit-ring.r1{width:340px;height:340px;animation:40s linear infinite spin}.orbit-ring.r2{width:440px;height:440px;animation:60s linear infinite reverse spin}@keyframes spin{to{transform:rotate(360deg)}}.device-frame{background:var(--ink);z-index:2;border-radius:30px;width:196px;height:400px;padding:9px;position:relative;box-shadow:0 30px 60px -20px #06140f73}.device-screen{background:linear-gradient(165deg, var(--green-900), #0b241a 60%, var(--ink));border-radius:22px;width:100%;height:100%;position:relative;overflow:hidden}.device-screen .grid-lines{background-image:linear-gradient(#49db8c21 1px,#0000 1px),linear-gradient(90deg,#49db8c21 1px,#0000 1px);background-size:22px 22px;position:absolute;inset:0}.device-screen .scan-bar{filter:blur(.3px);background:linear-gradient(#0000,#49db8c59,#b9f3d2d9,#49db8c59,#0000);height:70px;animation:3.2s ease-in-out infinite scan;position:absolute;left:0;right:0}@keyframes scan{0%{top:-90px}50%{top:100%}50.01%{top:-90px}to{top:-90px}}.device-screen .core{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#063b2280;border:1.4px solid #b9f3d2b3;border-radius:14px;justify-content:center;align-items:center;width:78px;height:78px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.device-screen .core svg{width:34px;height:34px;color:var(--green-400)}.device-screen .corner{border-color:var(--green-400);width:16px;height:16px;position:absolute}.device-screen .corner.tl{border-top:2px solid;border-left:2px solid;top:10px;left:10px}.device-screen .corner.tr{border-top:2px solid;border-right:2px solid;top:10px;right:10px}.device-screen .corner.bl{border-bottom:2px solid;border-left:2px solid;bottom:10px;left:10px}.device-screen .corner.br{border-bottom:2px solid;border-right:2px solid;bottom:10px;right:10px}.device-notch{background:var(--ink);z-index:3;border-radius:0 0 12px 12px;width:52px;height:16px;position:absolute;top:9px;left:50%;transform:translate(-50%)}.float-chip{background:var(--white);border:1px solid var(--grey-200);z-index:3;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;animation:5s ease-in-out infinite float;display:flex;position:absolute;box-shadow:0 14px 30px -12px #063b2240}.float-chip svg{width:24px;height:24px;color:var(--green-600)}.float-chip.fc1{animation-delay:0s;top:6%;left:-4%}.float-chip.fc2{animation-delay:1.1s;bottom:14%;left:-8%}.float-chip.fc3{animation-delay:.5s;top:38%;right:-8%}.float-chip.fc4{animation-delay:1.8s;bottom:2%;right:2%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.marquee-sec{border-top:1px solid var(--grey-200);border-bottom:1px solid var(--grey-200);background:var(--grey-100);padding:16px 0;overflow:hidden}.marquee{white-space:nowrap;gap:56px;width:max-content;animation:28s linear infinite marquee;display:flex}.marquee span{font-family:var(--font-display);color:var(--grey-500);align-items:center;gap:10px;font-size:14.5px;font-weight:600;display:flex}.marquee span:before{content:"";background:var(--green-500);border-radius:50%;width:5px;height:5px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.products{padding:96px 0}.tabs{flex-wrap:wrap;gap:8px;margin-bottom:36px;display:flex}.tab{font-family:var(--font-display);border:1.5px solid var(--grey-200);color:var(--grey-500);border-radius:99px;padding:10px 19px;font-size:14px;font-weight:600;transition:all .18s}.tab.active{background:var(--ink);border-color:var(--ink);color:var(--white)}.tab:not(.active):hover{border-color:var(--green-500);color:var(--green-700)}.product-grid{background:var(--grey-200);border:1px solid var(--grey-200);grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1px;display:grid}.products-empty{text-align:center;color:var(--grey-500);background:var(--grey-100);border:1px dashed var(--grey-200);border-radius:var(--radius-m);padding:40px 20px}.card{background:var(--white);padding:26px 22px 22px;transition:background .2s;position:relative}.card:hover{background:var(--green-100)}.card .bracket{opacity:0;width:14px;height:14px;transition:opacity .25s,width .25s,height .25s;position:absolute}.card:hover .bracket{opacity:1;width:20px;height:20px}.card .bracket.tl{border-top:2px solid var(--green-500);border-left:2px solid var(--green-500);top:8px;left:8px}.card .bracket.tr{border-top:2px solid var(--green-500);border-right:2px solid var(--green-500);top:8px;right:8px}.card .bracket.bl{border-bottom:2px solid var(--green-500);border-left:2px solid var(--green-500);bottom:8px;left:8px}.card .bracket.br{border-bottom:2px solid var(--green-500);border-right:2px solid var(--green-500);bottom:8px;right:8px}.card-badge{font-size:11px;font-weight:700;font-family:var(--font-display);color:var(--green-700);background:var(--green-100);letter-spacing:.02em;border-radius:99px;margin-bottom:14px;padding:3px 9px;display:inline-block}.card-device{justify-content:center;align-items:center;height:88px;margin-bottom:16px;display:flex;position:relative}.card-device .device-ico{width:40px;height:40px;color:var(--grey-700);transition:transform .3s,color .3s}.card:hover .card-device .device-ico{color:var(--green-600);transform:scale(1.08)translateY(-2px)}.card-device:before{content:"";background:radial-gradient(circle, var(--green-200), transparent 70%);opacity:0;border-radius:50%;width:70px;height:70px;transition:opacity .3s;position:absolute}.card:hover .card-device:before{opacity:.7}.card h4{color:var(--ink);font-size:16.5px;font-weight:700}.card .spec{color:var(--grey-500);min-height:36px;margin-top:6px;font-size:13px;line-height:1.45}.card .price-row{border-top:1px dashed var(--grey-200);justify-content:space-between;align-items:baseline;margin-top:16px;padding-top:14px;display:flex}.card .price{font-family:var(--font-display);color:var(--ink);font-size:17px;font-weight:700}.card .price small{font-family:var(--font-body);color:var(--grey-500);font-size:11.5px;font-weight:600;display:block}.products-note{background:var(--grey-100);border:1px solid var(--grey-200);border-radius:var(--radius-m);color:var(--grey-700);flex-wrap:wrap;align-items:center;gap:12px;margin-top:28px;padding:16px 20px;font-size:14.5px;display:flex}.products-note svg{width:18px;height:18px;color:var(--green-600);flex-shrink:0}.products-note button{color:var(--green-700);font-weight:700}.products-note button:hover{text-decoration:underline}.services{background:var(--grey-100);padding:96px 0}.services-list{border-top:1px solid var(--grey-200);grid-template-columns:1fr;display:grid}@media (min-width:760px){.services-list{grid-template-columns:1fr 1fr}}.service-row{border-bottom:1px solid var(--grey-200);align-items:flex-start;gap:18px;padding:26px 6px;display:flex;position:relative}@media (min-width:760px){.service-row:nth-child(odd){border-right:1px solid var(--grey-200);padding-right:28px}.service-row:nth-child(2n){padding-left:28px}}.service-row .ico{background:var(--white);border:1px solid var(--grey-200);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:border-color .2s,background .2s;display:flex}.service-row .ico svg{width:20px;height:20px;color:var(--green-600)}.service-row:hover .ico{border-color:var(--green-500);background:var(--green-100)}.service-row h4{font-size:16.5px;font-weight:700}.service-row p{color:var(--grey-500);max-width:38ch;margin-top:5px;font-size:14px}.how{padding:96px 0}.steps{grid-template-columns:1fr;gap:36px;margin-top:10px;display:grid;position:relative}@media (min-width:800px){.steps{grid-template-columns:repeat(4,1fr);gap:20px}}.steps:before{content:"";background-image:linear-gradient(to right, var(--grey-300) 50%, transparent 50%);background-size:10px 1px;height:1px;display:none;position:absolute;top:23px;left:6%;right:6%}@media (min-width:800px){.steps:before{display:block}}.steps:after{content:"";background:var(--green-500);width:0;height:1px;transition:width 1.4s cubic-bezier(.4,.1,.2,1);display:none;position:absolute;top:23px;left:6%;box-shadow:0 0 8px 1px #16c16899}@media (min-width:800px){.steps:after{display:block}}.steps.in-view:after{width:88%}.step{z-index:2;position:relative}.step-num{background:var(--white);border:1.5px solid var(--grey-300);width:46px;height:46px;font-family:var(--font-display);color:var(--grey-500);border-radius:50%;justify-content:center;align-items:center;margin-bottom:18px;font-size:16px;font-weight:700;transition:all .4s;display:flex}.steps.in-view .step-num{border-color:var(--green-500);color:var(--green-700);background:var(--green-100)}.step h4{margin-bottom:6px;font-size:16px;font-weight:700}.step p{color:var(--grey-500);max-width:30ch;font-size:14px}.quote{background:var(--ink);color:var(--white);padding:96px 0;position:relative;overflow:hidden}.quote:before{content:"";pointer-events:none;background:radial-gradient(circle,#16c1682e,#0000 65%);border-radius:50%;width:600px;height:600px;position:absolute;top:-40%;right:-10%}.quote-grid{z-index:2;grid-template-columns:1fr;gap:52px;display:grid;position:relative}@media (min-width:960px){.quote-grid{grid-template-columns:.85fr 1.15fr}}.quote-copy .eyebrow{color:var(--green-400)}.quote-copy h2{color:var(--white);margin-top:10px;font-size:clamp(28px,4vw,40px)}.quote-copy p{color:var(--grey-300);max-width:40ch;margin-top:16px}.quote-stats{grid-template-columns:1fr 1fr;gap:20px;max-width:360px;margin-top:36px;display:grid}.quote-stat b{font-family:var(--font-display);color:var(--green-400);font-size:26px;display:block}.quote-stat span{color:var(--grey-300);font-size:13px}.form-card{background:var(--white);border-radius:var(--radius-m);color:var(--ink);padding:32px}.form-row{grid-template-columns:1fr;gap:16px;margin-bottom:16px;display:grid}@media (min-width:600px){.form-row.two{grid-template-columns:1fr 1fr}}.field label{color:var(--grey-700);font-size:12.5px;font-weight:700;font-family:var(--font-display);margin-bottom:7px;display:block}.field input,.field select,.field textarea{border:1.5px solid var(--grey-200);border-radius:var(--radius-s);background:var(--white);width:100%;padding:12px 14px;font-size:14.5px;transition:border-color .18s}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--green-500)}.field textarea{resize:vertical;min-height:96px}.form-foot{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-top:6px;display:flex}.form-note{color:var(--grey-500);max-width:34ch;font-size:12px}.form-error{color:var(--red-600);background:var(--red-100);border-radius:var(--radius-s);margin-bottom:14px;padding:10px 12px;font-size:13px}.success-state{text-align:center;padding:30px 10px}.success-ico{background:var(--green-100);border:1.5px solid var(--green-500);border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;margin:0 auto 18px;animation:.4s cubic-bezier(.34,1.56,.64,1) pop;display:flex}.success-ico svg{width:26px;height:26px;color:var(--green-600)}@keyframes pop{0%{transform:scale(0)}to{transform:scale(1)}}.success-state h4{margin-bottom:8px;font-size:19px}.success-state p{color:var(--grey-500);max-width:34ch;margin:0 auto;font-size:14.5px}.about{padding:96px 0}.about-grid{grid-template-columns:1fr;gap:48px;display:grid}@media (min-width:960px){.about-grid{grid-template-columns:1fr 1fr}}.about-copy .badges{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.badge{color:var(--grey-700);border:1px solid var(--grey-200);border-radius:var(--radius-s);align-items:center;gap:9px;padding:10px 14px;font-size:13.5px;font-weight:700;display:flex}.badge svg{width:16px;height:16px;color:var(--green-600)}.contact-card{border:1px solid var(--grey-200);border-radius:var(--radius-m);overflow:hidden}.map-embed{filter:grayscale(.15);border:0;width:100%;height:220px;display:block}.contact-details{padding:24px}.contact-row{border-bottom:1px solid var(--grey-100);align-items:flex-start;gap:12px;padding:12px 0;display:flex}.contact-row:last-child{border-bottom:none}.contact-row svg{width:17px;height:17px;color:var(--green-600);flex-shrink:0;margin-top:2px}.contact-row strong{font-size:14.5px;font-weight:700;display:block}.contact-row span{color:var(--grey-500);font-size:13.5px}.contact-row a:hover{color:var(--green-700)}.hours-table{border-collapse:collapse;width:100%;margin-top:6px}.hours-table td{color:var(--grey-500);padding:6px 0;font-size:13.5px}.hours-table td:last-child{text-align:right;color:var(--grey-700);font-weight:600}.hours-table tr.today td{color:var(--green-700);font-weight:700}footer{background:var(--green-900);color:var(--green-100);padding:64px 0 28px}.footer-grid{grid-template-columns:1fr;gap:40px;display:grid}@media (min-width:800px){.footer-grid{grid-template-columns:1.3fr .8fr .8fr 1fr}}.footer-logo{font-family:var(--font-display);color:var(--white);align-items:center;gap:9px;margin-bottom:14px;font-size:19px;font-weight:700;display:flex}.footer-logo .logo-mark{box-shadow:0 0 0 3px #ffffff14,0 0 14px 1px #49db8c99}.footer-tag{color:var(--green-200);opacity:.75;max-width:30ch;font-size:14px;line-height:1.6}.footer-col h5{font-family:var(--font-display);color:var(--white);margin-bottom:16px;font-size:13.5px}.footer-col a,.footer-col span{color:var(--green-200);opacity:.75;padding:6px 0;font-size:14px;transition:opacity .15s;display:block}.footer-col a:hover{opacity:1}.footer-admin-link{opacity:.35!important;font-size:12px!important}.footer-bottom{color:var(--green-200);opacity:.6;border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;gap:12px;margin-top:52px;padding-top:24px;font-size:12.5px;display:flex}.reveal{opacity:0;animation:.7s cubic-bezier(.4,.1,.2,1) forwards reveal;transform:translateY(16px)}@keyframes reveal{to{opacity:1;transform:translateY(0)}}.admin-login{background:var(--grey-100);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.admin-login-card{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius-m);width:100%;max-width:380px;padding:36px 32px;box-shadow:0 30px 60px -30px #063b2240}.admin-login-card .logo{margin-bottom:26px}.admin-login-card h1{margin-bottom:8px;font-size:22px}.admin-login-card>p{color:var(--grey-500);margin-bottom:22px;font-size:14px}.admin-login-card input{border:1.5px solid var(--grey-200);border-radius:var(--radius-s);width:100%;margin-bottom:14px;padding:13px 14px;font-size:14.5px}.admin-login-card input:focus{border-color:var(--green-500)}.admin-hint{color:var(--grey-300);text-align:center;margin-top:18px;font-size:12px}.admin-shell{background:var(--grey-100);min-height:100vh}.admin-topbar{background:var(--white);border-bottom:1px solid var(--grey-200);z-index:20;position:sticky;top:0}.admin-topbar-inner{justify-content:space-between;align-items:center;max-width:1180px;margin:0 auto;padding:16px 28px;display:flex}.admin-body{max-width:1180px;margin:0 auto;padding:32px 28px 80px}.admin-tabs{gap:8px;margin-bottom:28px;display:flex}.admin-tab{font-family:var(--font-display);border:1.5px solid var(--grey-200);color:var(--grey-500);border-radius:99px;padding:10px 18px;font-size:14px;font-weight:600}.admin-tab.active{background:var(--ink);border-color:var(--ink);color:var(--white)}.admin-panel{grid-template-columns:1fr;gap:28px;display:grid}@media (min-width:980px){.admin-panel.products-panel{grid-template-columns:340px 1fr}}.admin-card{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius-m);padding:24px}.admin-card h3{margin-bottom:16px;font-size:16px}.admin-form .field{margin-bottom:14px}.admin-form label{color:var(--grey-700);font-size:12px;font-weight:700;font-family:var(--font-display);margin-bottom:6px;display:block}.admin-form input,.admin-form select,.admin-form textarea{border:1.5px solid var(--grey-200);border-radius:var(--radius-s);width:100%;padding:10px 12px;font-size:14px}.admin-form input:focus,.admin-form select:focus,.admin-form textarea:focus{border-color:var(--green-500)}.admin-cat-group{margin-bottom:26px}.admin-cat-group h4{font-family:var(--font-display);color:var(--grey-700);text-transform:capitalize;margin-bottom:10px;font-size:14px}.admin-product-row{border:1px solid var(--grey-200);border-radius:var(--radius-s);background:var(--white);align-items:center;gap:14px;margin-bottom:8px;padding:14px;display:flex}.admin-product-row .info{flex:1;min-width:0}.admin-product-row .info strong{font-size:14.5px;display:block}.admin-product-row .info span{color:var(--grey-500);margin-top:2px;font-size:12.5px;display:block}.admin-product-row .price-tag{font-family:var(--font-display);color:var(--green-700);white-space:nowrap;font-size:14px;font-weight:700}.admin-product-row .row-actions{gap:6px;display:flex}.icon-btn{border-radius:var(--radius-s);border:1.5px solid var(--grey-200);justify-content:center;align-items:center;width:32px;height:32px;display:flex}.icon-btn svg{width:15px;height:15px}.icon-btn:hover{border-color:var(--green-500);color:var(--green-700)}.icon-btn.danger:hover{border-color:var(--red-600);color:var(--red-600)}.edit-row-form{flex:1;grid-template-columns:1fr;gap:8px;display:grid}@media (min-width:600px){.edit-row-form{grid-template-columns:1fr 1fr 1fr auto}}.enquiry-card{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius-m);margin-bottom:14px;padding:20px}.enquiry-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.enquiry-top h4{font-size:16px}.enquiry-meta{color:var(--grey-500);margin-top:3px;font-size:12.5px}.enquiry-status{font-size:11px;font-weight:700;font-family:var(--font-display);text-transform:uppercase;letter-spacing:.03em;border-radius:99px;padding:4px 10px}.enquiry-status.new{background:var(--green-100);color:var(--green-700)}.enquiry-status.handled{background:var(--grey-200);color:var(--grey-500)}.enquiry-grid{grid-template-columns:1fr 1fr;gap:8px 20px;margin-top:14px;font-size:13.5px;display:grid}.enquiry-grid div span{text-transform:uppercase;letter-spacing:.03em;color:var(--grey-300);margin-bottom:2px;font-size:11px;display:block}.enquiry-message{border-top:1px dashed var(--grey-200);color:var(--grey-700);margin-top:14px;padding-top:14px;font-size:14px}.enquiry-actions{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.empty-state{text-align:center;color:var(--grey-500);padding:60px 20px}@media (max-width:480px){.wrap{padding:0 18px}.nav{padding:16px 18px}header.site-header.condensed .nav{padding:11px 18px}.hero{padding:44px 0 28px}.btn{padding:12px 18px;font-size:14px}.hero-cta .btn{width:100%}.form-card{padding:24px 18px}.admin-topbar-inner{flex-wrap:wrap;gap:10px;padding:14px 18px}.admin-body{padding:24px 18px 60px}.admin-tabs,.admin-product-row{flex-wrap:wrap}.admin-product-row .row-actions{margin-left:auto}}
