/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}}:root{--ivory:#fbf7f1;--paper:#fff;--ink:#17211f;--muted:#5e6a66;--teal:#0f7168;--teal-dark:#0f4b45;--coral:#df624f;--gold:#b9893f;--line:#17211f24;--shell:min(1320px, calc(100% - 24px));--page-bg:#fbf7f1;--hero-start:#f9f0e7;--hero-mid:#e9f3ef;--hero-end:#dceee8;--header-bg:#ffffffb8;--card-bg:#fff}:root[data-theme=dark]{--ivory:#f7f1ea;--paper:#fffdf9;--ink:#17211f;--muted:#66716e;--teal:#176b63;--teal-dark:#0e3f3a;--coral:#e86f5b;--gold:#c99a4b;--line:#17211f1f;--page-bg:#f7f1ea;--hero-start:#12211f;--hero-mid:#0d3d38;--hero-end:#102a27;--header-bg:#121f1dc2;--card-bg:#fffdf9}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--page-bg);color:var(--ink);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:background .24s,color .24s}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.section-shell{width:var(--shell);margin:0 auto}.site-header{z-index:20;width:var(--shell);background:var(--header-bg);color:#fff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid #ffffff38;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;min-height:54px;padding:7px 10px 7px 12px;display:flex;position:fixed;top:10px;left:50%;transform:translate(-50%);box-shadow:0 18px 48px #0c131247}:root[data-theme=light] .site-header{color:var(--ink);border-color:#17211f14;box-shadow:0 12px 34px #1f27251a}.brand{align-items:center;min-width:0;display:inline-flex}.brand-logo{object-fit:contain;background:#fffffff0;border-radius:8px;width:auto;max-width:210px;height:46px;padding:6px 8px;display:block;box-shadow:0 10px 24px #06100f1f}.footer-brand .brand-logo{background:#ffffffeb;border-radius:8px;max-width:260px;height:58px;padding:8px 10px;box-shadow:0 16px 34px #06100f2e}.nav-links{color:#ffffffd6;background:#ffffff12;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:4px;padding:3px;font-size:13px;font-weight:700;display:flex}:root[data-theme=light] .nav-links{color:#17211fad;background:#ffffff7a;border-color:#17211f12}.nav-links a{border-radius:999px;padding:7px 10px;transition:color .18s,background .18s}.nav-links a:hover{color:#fff;background:#ffffff24}:root[data-theme=light] .nav-links a:hover{color:var(--teal-dark);background:#0f716814}.header-actions{align-items:center;gap:10px;display:inline-flex}.mobile-menu{display:none;position:relative}.mobile-menu-button{width:42px;height:42px;color:var(--teal-dark);cursor:pointer;background:#ffffffd1;border:1px solid #176b6324;border-radius:8px;place-items:center;display:grid;position:relative;box-shadow:0 10px 24px #08100f14}.mobile-menu-button span{background:currentColor;border-radius:999px;width:18px;height:2px;transition:transform .18s,opacity .18s;position:absolute}.mobile-menu-button span:first-child{transform:translateY(-6px)}.mobile-menu-button span:nth-child(3){transform:translateY(6px)}.mobile-menu.is-open .mobile-menu-button span:first-child{transform:rotate(45deg)}.mobile-menu.is-open .mobile-menu-button span:nth-child(2){opacity:0}.mobile-menu.is-open .mobile-menu-button span:nth-child(3){transform:rotate(-45deg)}.mobile-menu-panel{opacity:0;transform-origin:100% 0;pointer-events:none;background:#fffffff5;border:1px solid #176b631f;border-radius:8px;gap:6px;width:min(286px,100vw - 24px);padding:10px;transition:opacity .16s,transform .16s;display:grid;position:absolute;top:calc(100% + 12px);right:0;transform:translateY(-8px)scale(.98);box-shadow:0 22px 54px #08100f2e}.mobile-menu.is-open .mobile-menu-panel{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.mobile-menu-panel a{min-height:44px;color:var(--teal-dark);background:#176b630f;border-radius:8px;align-items:center;gap:12px;padding:7px 12px 7px 8px;font-size:14px;font-weight:900;display:flex}.mobile-menu-panel a:hover{background:#176b631f}.mobile-menu-panel .mobile-menu-call{color:var(--teal-dark);background:#176b631a;margin-top:4px}.mobile-menu-icon{width:36px;height:36px;color:var(--menu-icon-color,var(--teal));background:var(--menu-icon-bg,#176b631f);border-radius:8px;flex:none;place-items:center;display:grid;box-shadow:inset 0 0 0 1px #ffffff6b}.mobile-menu-icon svg{fill:currentColor;width:20px;height:20px}.mobile-menu-link-home{--menu-icon-bg:#e7f7f1;--menu-icon-color:#0f7168}.mobile-menu-link-about{--menu-icon-bg:#fff1db;--menu-icon-color:#c77923}.mobile-menu-link-products{--menu-icon-bg:#e9f0ff;--menu-icon-color:#315fbd}.mobile-menu-link-projects{--menu-icon-bg:#ffe8e2;--menu-icon-color:#d65742}.mobile-menu-link-contact{--menu-icon-bg:#edf3df;--menu-icon-color:#667933}.mobile-menu-link-call{--menu-icon-bg:#dff8f4;--menu-icon-color:#0f7168}.mobile-menu-logo{background:#ffffffe6;border-radius:8px;justify-self:center;width:170px;height:auto;margin-top:10px;padding:8px 10px;box-shadow:0 12px 28px #08100f14}.mobile-bottom-nav{display:none}.mobile-bottom-link{text-decoration:none}.header-call,.primary-button,.secondary-button,.quote-form button{border-radius:8px;justify-content:center;align-items:center;min-height:46px;font-weight:800;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.header-call{color:var(--teal-dark);background:#fff;padding:0 18px;font-size:14px}.theme-toggle{cursor:pointer;background:#ffffff17;border:1px solid #ffffff38;border-radius:999px;width:42px;height:30px;position:relative}.theme-toggle span{background:var(--gold);border-radius:50%;width:16px;height:16px;transition:transform .22s,background .22s;position:absolute;top:6px;left:6px;box-shadow:0 0 0 5px #c99a4b26}:root[data-theme=light] .theme-toggle{background:#17211f0f;border-color:#17211f29}:root[data-theme=light] .theme-toggle span{background:var(--teal);transform:translate(14px);box-shadow:0 0 0 5px #176b6324}.hero{background:radial-gradient(circle at 18% 16%, #e86f5b2e, transparent 28%), linear-gradient(135deg, var(--hero-start) 0%, var(--hero-mid) 58%, var(--hero-end) 100%);align-items:center;min-height:740px;padding:126px max(12px,50vw - 660px) 150px;display:flex;position:relative;overflow:hidden}.hero:after{content:"";background:var(--ivory);z-index:4;border-radius:50% 50% 0 0/100% 100% 0 0;height:180px;position:absolute;bottom:-76px;left:-8%;right:46%}.hero:before{content:"";z-index:0;background:#e86f5b33;border-radius:50%;width:340px;height:340px;position:absolute;top:118px;right:9vw}.hero .eyebrow,.hero h1,.hero-copy,.hero-actions{z-index:2;position:relative}.hero-content:after{content:"";z-index:0;border:1px solid #ffffff1f;border-radius:50%;width:120px;height:120px;position:absolute;top:-28px;left:-18px}.hero-image{object-fit:cover;width:100%;height:100%}.hero-content{z-index:5;color:#fff;width:min(560px,48%);position:relative}:root[data-theme=light] .hero-content,:root[data-theme=light] .hero{color:var(--ink)}.eyebrow{color:var(--coral);letter-spacing:.12em;text-transform:uppercase;margin:0 0 14px;font-size:13px;font-weight:900}.hero h1{letter-spacing:0;text-wrap:balance;max-width:680px;margin:0;font-family:SF Pro Display,Avenir Next,Segoe UI,Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(56px,7.4vw,104px);font-weight:800;line-height:.92}:root[data-theme=light] .hero h1{color:#0000;text-shadow:0 18px 46px #0f71681a;background:linear-gradient(90deg,#101c1a 0%,#0f5d55 48%,#188174 78%,#e25f4f 100%);-webkit-background-clip:text;background-clip:text}.hero-copy{color:#ffffffd6;max-width:560px;margin:26px 0 0;font-size:20px;line-height:1.6}:root[data-theme=light] .hero-copy{color:#17211fbd}.hero-media{z-index:1;border-left:10px solid #ffffff24;border-radius:999px 0 0 999px;width:min(57vw,990px);position:absolute;top:92px;bottom:0;right:0;overflow:hidden;box-shadow:-34px 36px 90px #06100f66}.blind-control{pointer-events:none;--blind-drop:42%;position:absolute;inset:0}.blind-shade{content:"";height:var(--blind-drop);mix-blend-mode:multiply;opacity:.86;transform-origin:top;background:repeating-linear-gradient(0deg,#2c2116ad 0 4px,#cfb68f57 4px 19px,#16100a8c 19px 24px);position:absolute;top:0;left:0;right:0;box-shadow:0 18px 34px #06100f47}.blind-shade:before{content:"";background:linear-gradient(90deg,#d8c4a2,#f0dfbf,#b79b75);border-radius:999px;height:8px;position:absolute;top:0;left:8%;right:3%;box-shadow:0 10px 22px #06100f47}.blind-shade:after{content:"";background:#f5e8d2db;width:2px;height:calc(100% + 34px);position:absolute;top:8px;right:18%}.blind-handle{left:8%;right:3%;top:calc(var(--blind-drop) - 17px);z-index:3;cursor:ns-resize;pointer-events:auto;background:linear-gradient(90deg,#f2deb9f5,#b48e5bf5);border:0;border-radius:999px;height:34px;position:absolute;box-shadow:0 14px 30px #06100f52}.blind-handle span{color:#17211fc2;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:900;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.blind-handle:before,.blind-handle:after{content:"";background:#17211f52;border-radius:999px;height:2px;position:absolute;left:18px;right:78px}.blind-handle:before{top:11px}.blind-handle:after{bottom:11px}.blind-control.is-dragging .blind-handle{box-shadow:0 18px 40px #e86f5b47}.hero-media:after{content:"";background:linear-gradient(90deg,#12211f33,#0000 38%);position:absolute;inset:0}.hero-accent-card{z-index:5;color:#fff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff1a;border:1px solid #fff3;border-radius:8px;width:228px;padding:22px;position:absolute;top:158px;right:max(12px,50vw - 660px);box-shadow:0 22px 58px #06100f38}.hero-accent-card:before{content:"";z-index:-1;background:#e86f5b24;border-radius:50%;width:150px;height:150px;position:absolute;inset:-86px -18px auto auto}.hero-accent-card:after{content:"";opacity:.55;background:repeating-linear-gradient(90deg,#ffffff47 0 2px,#0000 2px 11px);width:86px;height:130px;position:absolute;inset:auto 22px -94px auto}.hero-accent-card span{color:#f6b09f;letter-spacing:.1em;text-transform:uppercase;font-size:12px;font-weight:900;display:block}.hero-accent-card strong{margin-top:10px;font-size:28px;line-height:1.05;display:block}.hero-accent-card p{color:#ffffffbd;margin:10px 0 0;font-size:14px;line-height:1.55}.hero-actions{flex-wrap:wrap;gap:14px;margin-top:34px;display:flex}.primary-button{background:var(--coral);color:#fff;padding:0 24px;box-shadow:0 14px 34px #e86f5b57}.secondary-button{color:#fff;border:1px solid #ffffff5c;padding:0 24px}:root[data-theme=light] .secondary-button{color:var(--teal-dark);border-color:#17211f3d}.header-call:hover,.primary-button:hover,.secondary-button:hover,.quote-form button:hover{transform:translateY(-2px)}.hero-panel{z-index:6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fff3;border:1px solid #ffffff38;border-radius:8px;grid-template-columns:repeat(4,1fr);gap:1px;width:min(560px,100% - 40px);display:grid;position:absolute;bottom:70px;right:max(12px,50vw - 660px);overflow:hidden}.back-to-top{z-index:40;background:var(--teal);color:#fff;cursor:pointer;opacity:0;pointer-events:none;border:1px solid #ffffff40;border-radius:50%;width:48px;height:48px;transition:opacity .18s,transform .18s;position:fixed;bottom:22px;right:22px;transform:translateY(16px);box-shadow:0 16px 40px #06100f47}.back-to-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.back-to-top span:before{content:"";border-top:3px solid;border-left:3px solid;width:14px;height:14px;position:absolute;top:19px;left:16px;transform:rotate(45deg)}.floating-chat{z-index:40;background:var(--teal);color:#fff;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:9px;min-height:52px;padding:0 16px 0 12px;font-weight:900;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex;position:fixed;bottom:22px;left:22px;box-shadow:0 16px 40px #06100f3d}.floating-chat span{background:#fff;border-radius:50%;width:30px;height:30px;position:relative}.floating-chat span:before{content:"";background:var(--teal);border-radius:999px;width:14px;height:9px;position:absolute;top:9px;left:8px}.floating-chat span:after{content:"";background:var(--teal);width:8px;height:8px;position:absolute;bottom:6px;left:11px;transform:rotate(45deg)}.floating-chat:hover{background:var(--coral);transform:translateY(-2px);box-shadow:0 20px 48px #06100f47}.chatbot-panel{z-index:41;border:1px solid var(--line);background:var(--card-bg);border-radius:8px;width:min(390px,100vw - 28px);max-height:min(680px,100vh - 112px);padding:16px;position:fixed;bottom:86px;left:22px;overflow-y:auto;box-shadow:0 28px 80px #08100f47}.chatbot-head{justify-content:space-between;align-items:start;gap:16px;margin-bottom:16px;display:flex}.chatbot-head h3{font-size:22px}.chatbot-head button{color:var(--teal-dark);cursor:pointer;background:#176b631a;border:0;border-radius:999px;padding:8px 12px;font-weight:900}.chatbot-thread{background:#176b630f;border-radius:8px;gap:10px;max-height:260px;padding:12px;display:grid;overflow-y:auto}.chatbot-exchange{gap:8px;display:grid}.chatbot-bubble{width:fit-content;max-width:88%;color:var(--ink);border-radius:8px;padding:10px 12px;font-size:14px;line-height:1.45}.chatbot-bubble.bot{border:1px solid var(--line);background:#fff}.chatbot-bubble.user{background:var(--teal);color:#fff;justify-self:end}.chatbot-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;max-height:210px;margin-top:14px;display:grid;overflow-y:auto}.chatbot-options button,.chatbot-reply button,.chatbot-submit,.chatbot-reset{cursor:pointer;border:0;border-radius:8px;font-weight:900}.chatbot-options button{min-height:36px;color:var(--teal-dark);text-align:left;background:#176b631a;padding:0 10px;font-size:13px;line-height:1.15}.chatbot-options button:nth-last-child(-n+2){grid-column:1/-1}.chatbot-reply{grid-template-columns:1fr auto;gap:8px;margin-top:14px;display:grid}.chatbot-reply input{border:1px solid var(--line);min-width:0;min-height:44px;color:var(--ink);font:inherit;background:#fff;border-radius:8px;padding:0 12px}.chatbot-reply button,.chatbot-submit{background:var(--teal);color:#fff;min-height:44px;padding:0 16px}.chatbot-error{color:var(--coral);margin:10px 0 0;font-size:13px;font-weight:900}.chatbot-actions{grid-template-columns:1fr auto;gap:8px;margin-top:14px;display:grid}.chatbot-submit{width:100%}.chatbot-reset{min-height:44px;color:var(--teal-dark);background:#176b631a;padding:0 14px}@keyframes pageBlindSlide{0%,to{opacity:.78;transform:translateY(0)rotate(-6deg)}50%{opacity:.48;transform:translateY(24px)rotate(-6deg)}}@keyframes pagePanelDrift{0%,to{transform:perspective(800px)rotateY(-18deg)rotate(-3deg)translateY(0)}50%{transform:perspective(800px)rotateY(-12deg)rotate(-1deg)translateY(16px)}}@keyframes pageFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-18px)}}@keyframes pagePulse{0%,to{opacity:.55;transform:scale(1)}50%{opacity:.28;transform:scale(1.08)}}@keyframes pageSpin{to{transform:rotate(360deg)}}@keyframes pageCord{0%,to{transform:rotate(0)}50%{transform:rotate(5deg)}}@keyframes coverageBlindSweep{0%,to{opacity:.28;transform:translateY(-62px)}50%{opacity:.82;transform:translateY(62px)}}.page-hero{color:#fff;background:radial-gradient(circle at 75% 20%,#e86f5b38,#0000 28%),linear-gradient(135deg,#12211f,#0f4c45 62%,#176b63);padding:132px 0 74px;position:relative;overflow:hidden}:root[data-theme=light] .page-hero{color:var(--ink);background:radial-gradient(circle at 76% 18%,#e86f5b24,#0000 24%),radial-gradient(circle at 16% 12%,#c99a4b29,#0000 26%),linear-gradient(135deg,#f9eadc 0%,#edf6f1 50%,#cfe9df 100%)}.page-hero-animation{pointer-events:none;position:absolute;inset:0;overflow:hidden}.page-hero-animation span{display:block;position:absolute}.page-hero-products .page-hero-animation:before{content:"";background:repeating-linear-gradient(0deg,#fff3 0 10px,#ffffff0a 10px 22px),linear-gradient(135deg,#ffffff14,#e86f5b24);border:1px solid #ffffff1f;border-radius:8px;width:min(520px,38vw);height:220px;animation:8s ease-in-out infinite pageBlindSlide;position:absolute;top:106px;right:5%;transform:rotate(-6deg)}:root[data-theme=light] .page-hero-products .page-hero-animation:before{background:repeating-linear-gradient(0deg,#0e3f3a1f 0 10px,#ffffff52 10px 22px),linear-gradient(135deg,#0f716814,#e86f5b14);border-color:#0e3f3a14}.page-hero-products .page-hero-animation span:first-child{background:repeating-linear-gradient(90deg,#d8eee73d 0 14px,#d8eee70a 14px 28px);border-radius:999px 999px 8px 8px;width:260px;height:95px;animation:9s ease-in-out infinite pageFloat;bottom:82px;right:4%}:root[data-theme=light] .page-hero-products .page-hero-animation span:first-child{background:repeating-linear-gradient(90deg,#0f716821 0 14px,#ffffff80 14px 28px)}.page-hero-products .page-hero-animation span:nth-child(2){background:#c99a4b29;border-radius:50%;width:190px;height:190px;animation:7s ease-in-out infinite pagePulse;top:155px;right:30%}:root[data-theme=light] .page-hero-products .page-hero-animation span:nth-child(2){background:#c99a4b1a}.page-hero-projects .page-hero-animation:before{content:"";background:linear-gradient(90deg,#0000 0 31%,#ffffff2e 31% 32%,#0000 32% 64%,#ffffff2e 64% 65%,#0000 65%),linear-gradient(0deg,#0000 0 49%,#ffffff29 49% 50%,#0000 50%),#ffffff0f;border:1px solid #ffffff24;border-radius:8px;width:min(560px,42vw);height:260px;animation:9s ease-in-out infinite pagePanelDrift;position:absolute;top:114px;right:6%;transform:perspective(800px)rotateY(-18deg)rotate(-3deg)}:root[data-theme=light] .page-hero-projects .page-hero-animation:before{background:linear-gradient(90deg,#0000 0 31%,#0e3f3a1f 31% 32%,#0000 32% 64%,#0e3f3a1f 64% 65%,#0000 65%),linear-gradient(0deg,#0000 0 49%,#0e3f3a1a 49% 50%,#0000 50%),#ffffff57;border-color:#0e3f3a14}.page-hero-projects .page-hero-animation span{background:linear-gradient(#ffffff2e,#ffffff05);border:1px solid #ffffff1f;border-radius:8px;width:150px;height:210px}:root[data-theme=light] .page-hero-projects .page-hero-animation span{background:linear-gradient(#0f71681a,#fff3);border-color:#0e3f3a14}.page-hero-projects .page-hero-animation span:first-child{animation:8s ease-in-out infinite reverse pagePanelDrift;bottom:68px;right:28%}.page-hero-projects .page-hero-animation span:nth-child(2){animation:7s ease-in-out infinite pageFloat;bottom:104px;right:14%}.page-hero-projects .page-hero-animation span:nth-child(3){display:none}.page-hero-about .page-hero-animation:before{content:"";border:1px dashed #ffffff52;border-radius:50%;width:420px;height:420px;animation:22s linear infinite pageSpin;position:absolute;top:116px;right:8%}:root[data-theme=light] .page-hero-about .page-hero-animation:before{border-color:#0e3f3a2e}.page-hero-about .page-hero-animation span:first-child{background:#ffffff38;border-radius:999px;width:330px;height:12px;top:205px;right:11%;transform:rotate(-18deg)}:root[data-theme=light] .page-hero-about .page-hero-animation span:first-child{background:#0e3f3a1f}.page-hero-about .page-hero-animation span:nth-child(2){border:1px solid #e86f5b57;border-radius:50%;width:220px;height:220px;animation:7s ease-in-out infinite pagePulse;top:248px;right:18%}.page-hero-contact .page-hero-animation:before{content:"";background:repeating-linear-gradient(90deg,#ffffff3d 0 3px,#0000 3px 22px),#ffffff0d;border-top:9px solid #f2deb966;border-radius:8px;width:min(470px,34vw);height:250px;animation:7s ease-in-out infinite pageBlindSlide;position:absolute;top:96px;right:8%}:root[data-theme=light] .page-hero-contact .page-hero-animation:before{background:repeating-linear-gradient(90deg,#0e3f3a24 0 3px,#0000 3px 22px),#ffffff3d;border-top-color:#c99a4b3d}.page-hero-contact .page-hero-animation span:first-child,.page-hero-contact .page-hero-animation span:nth-child(2){background:#f5e8d280;width:2px;height:230px;animation:4s ease-in-out infinite pageCord;top:98px}:root[data-theme=light] .page-hero-contact .page-hero-animation span:first-child,:root[data-theme=light] .page-hero-contact .page-hero-animation span:nth-child(2){background:#0e3f3a2e}.page-hero-contact .page-hero-animation span:first-child{right:12%}.page-hero-contact .page-hero-animation span:nth-child(2){animation-delay:-1.5s;right:20%}.page-hero-contact .page-hero-animation span:nth-child(3){background:#e86f5b24;border-radius:999px;width:210px;height:90px;animation:8s ease-in-out infinite pageFloat;bottom:88px;right:10%}.page-hero:after{content:"";background:var(--ivory);border-radius:50% 50% 0 0/100% 100% 0 0;height:150px;position:absolute;bottom:-86px;left:-10%;right:-10%;box-shadow:0 -1px #17211f0f}:root[data-theme=light] .page-hero:after{background:var(--page-bg);box-shadow:0 -18px 42px #0f716814}.page-hero .section-shell{z-index:1;position:relative}.page-hero h1{letter-spacing:0;max-width:820px;margin:0;font-family:Avenir Next,SF Pro Display,Segoe UI,Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(38px,4.8vw,66px);font-weight:650;line-height:1}:root[data-theme=light] .page-hero h1{color:#0000;text-shadow:0 14px 38px #0f716814;background:linear-gradient(135deg,#101c1a 0%,#0f5d55 56%,#188174 82%,#d26452 100%);-webkit-background-clip:text;background-clip:text}.page-hero p:last-child{color:#ffffffc7;max-width:720px;margin-top:8px;font-size:17px;line-height:1.58}:root[data-theme=light] .page-hero p:last-child{color:#17211fb8}.hero-panel div{color:#fff;background:#0b1917b8;min-height:112px;padding:18px}.hero-panel strong{font-size:28px;display:block}.hero-panel span{color:#ffffffb3;margin-top:6px;font-size:13px;line-height:1.35;display:block}.intro{grid-template-columns:.9fr 1.1fr;align-items:start;gap:56px;padding:42px 0 82px;display:grid}.intro h2{max-width:620px;font-family:Avenir Next,SF Pro Display,Segoe UI,Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(34px,3.55vw,52px);font-weight:650;line-height:1.04}.intro>div:first-child{transform:translateY(-18px)}.intro-copy{transform:translateY(18px)}.intro-copy p{margin:0}.chat-button{background:var(--teal);color:#fff;border-radius:8px;justify-content:center;align-items:center;min-height:46px;margin-top:22px;padding:0 20px;font-weight:900;transition:transform .18s,box-shadow .18s;display:inline-flex;box-shadow:0 14px 32px #0f716833}.chat-button:hover{transform:translateY(-2px);box-shadow:0 18px 40px #0f716842}:root[data-theme=light] .intro h2{color:#0000;background:linear-gradient(135deg,#15231f 0%,#176b63 68%,#b9893f 100%);-webkit-background-clip:text;background-clip:text}h2{letter-spacing:0;margin:0;font-size:clamp(34px,4vw,58px);line-height:1.02}h3{letter-spacing:0;margin:0}p{line-height:1.7}.intro-copy p,.coverage p,.section-heading p,.offer p,.quote-section p,footer p{color:var(--muted);font-size:17px}.coverage{background:radial-gradient(circle at 82% 16%, #e86f5b24, transparent 22%), linear-gradient(135deg, var(--paper) 0%, #eef7f3 48%, #d9eee6 100%);padding:96px 0;position:relative;overflow:hidden}.coverage:before{content:"";background:var(--page-bg);border-radius:50% 50% 0 0/100% 100% 0 0;height:160px;position:absolute;inset:auto -6% -88px 36%}.coverage:after{content:"";opacity:.7;border:1px solid #0f71681f;border-radius:50%;width:230px;height:230px;position:absolute;top:64px;right:8%}.coverage-grid,.offer-grid,.quote-grid,.footer-grid{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:56px;display:grid;position:relative}.coverage-grid h2{font-family:Avenir Next,SF Pro Display,Segoe UI,Inter,ui-sans-serif,system-ui,sans-serif;font-weight:650}:root[data-theme=light] .coverage-grid h2{color:#0000;background:linear-gradient(135deg,#15231f 0%,#176b63 70%,#b9893f 100%);-webkit-background-clip:text;background-clip:text}.coverage-showcase{align-items:end;min-height:390px;display:grid;position:relative}.coverage-blind{opacity:.72;background:linear-gradient(90deg,#ffffffc7,#ffffff47),repeating-linear-gradient(0deg,#0f71681f 0 11px,#ffffff2e 11px 24px);border:1px solid #0f71681f;border-radius:8px;width:min(520px,100%);height:220px;position:absolute;top:0;right:0;overflow:hidden;box-shadow:0 28px 70px #1f27251f}.coverage-blind:before{content:"";background:linear-gradient(90deg, var(--teal), var(--gold), var(--coral));height:10px;position:absolute;top:0;left:0;right:0}.coverage-blind span{background:#0f716821;width:4px;position:absolute;top:10px;bottom:0}.coverage-blind span:first-child{left:28%}.coverage-blind span:nth-child(2){left:58%}.coverage-blind span:nth-child(3){right:14%}.coverage-blind i{background:#0f71681f;height:2px;animation:3.8s ease-in-out infinite coverageBlindSweep;position:absolute;top:52%;left:0;right:0}.meter-stack{z-index:1;gap:20px;display:grid;position:relative}.meter{--meter-value:0%;--meter-delay:0s;border:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);opacity:0;transition:opacity .52s ease var(--meter-delay), transform .52s ease var(--meter-delay);background:#ffffffc7;border-radius:8px;padding:20px;position:relative;overflow:hidden;transform:translateY(18px);box-shadow:0 18px 46px #1f272514}.coverage-showcase.is-visible .meter{opacity:1;transform:translateY(0)}.meter:before{content:"";background:linear-gradient(180deg, var(--teal), var(--coral));width:4px;position:absolute;inset:0 auto 0 0}.meter span{justify-content:space-between;font-weight:800;display:flex}.meter b{color:var(--teal);font-variant-numeric:tabular-nums}.meter i{background:#0f71681c;border-radius:999px;height:10px;margin-top:14px;display:block}.meter i:before{content:"";width:var(--meter-value);border-radius:inherit;background:repeating-linear-gradient(90deg, #ffffff57 0 8px, transparent 8px 16px), linear-gradient(90deg, var(--teal), #947352 62%, var(--coral));height:100%;transition:width 1.1s cubic-bezier(.2, .8, .2, 1) var(--meter-delay);display:block}.meter small{color:var(--muted);margin-top:12px;font-size:13px;font-weight:700;display:block}.products-section{padding:96px 0}.page-section{padding-top:90px}.section-heading{max-width:760px;margin-bottom:42px}.section-heading.split{grid-template-columns:1fr .8fr;align-items:end;gap:48px;max-width:none;display:grid}.product-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.product-card{border:1px solid var(--line);background:var(--paper);border-radius:8px;transition:transform .18s,box-shadow .18s;overflow:hidden;box-shadow:0 22px 46px #1f272514}.product-card:hover{transform:translateY(-4px);box-shadow:0 28px 60px #1f272524}.product-visual{background:#dfe8e3;grid-template-columns:54% 46%;min-height:190px;display:grid;position:relative;overflow:hidden}.product-visual>img{object-fit:cover;filter:saturate(1.05);width:100%;height:100%}.product-card-demo{--effect-drop:58%;isolation:isolate;cursor:ns-resize;touch-action:none;background:linear-gradient(#f5faf8 0 48%,#e7f1ed 48% 100%),linear-gradient(135deg,#f8fbfa,#dce9e4);min-width:0;position:relative;overflow:hidden}.product-card-demo:before{content:"";z-index:0;background:linear-gradient(90deg,#0000 0 49%,#ffffffdb 49% 51%,#0000 51%),linear-gradient(0deg,#0000 0 53%,#ffffffc7 53% 55%,#0000 55%),linear-gradient(90deg,#ffffff94,#0000 34% 66%,#ffffff61);position:absolute;inset:0}.product-card-demo:after{content:"";z-index:2;background:linear-gradient(#16181675,#ffffffdb);border-bottom:1px solid #ffffff8a;height:16px;position:absolute;top:0;left:0;right:0;box-shadow:0 8px 18px #08100f2e}.product-demo-scene{z-index:1;pointer-events:none;background:linear-gradient(#b3dae633,#ffffff14 54%,#688a7a1f 54%),linear-gradient(90deg,#0000 0 48%,#ffffffbd 48% 52%,#0000 52%);border:2px solid #ffffffd1;position:absolute;inset:12px;box-shadow:inset 0 0 0 1px #0f3f3a14,0 0 0 1px #0f3f3a14}.product-demo-scene span{display:block;position:absolute}.product-demo-scene span:first-child{background:#0f71682e;border-radius:999px;height:12px;top:58%;left:10%;right:10%}.product-demo-scene span:nth-child(2){background:#4b8a5447;border-radius:999px 999px 8px 8px;width:30px;height:26px;bottom:12%;left:14%}.product-demo-scene span:nth-child(3){background:#4b8a5433;border-radius:999px 999px 8px 8px;width:38px;height:30px;bottom:12%;right:13%}.product-effect-industrial-blinds{background:linear-gradient(#d8dedc 0 18%,#b7c5c2 18% 78%,#a8aba8 78%),linear-gradient(135deg,#e8f2ef,#c8ddd6)}.product-effect-industrial-blinds:before{background:repeating-linear-gradient(0deg,#3742402e 0 10px,#0000 10px 24px),linear-gradient(90deg,#0000 0 49%,#ffffff9e 49% 51%,#0000 51%)}.product-effect-industrial-blinds .product-demo-scene{background:linear-gradient(90deg,#0000 0 48%,#37424029 48% 52%,#0000 52%),linear-gradient(#dfe7e4b3,#a0aeaa99);border-color:#ffffff8a}.product-effect-industrial-blinds .product-demo-scene span:first-child,.product-effect-industrial-blinds .product-demo-scene span:nth-child(2),.product-effect-industrial-blinds .product-demo-scene span:nth-child(3){display:none}.product-effect-shade{height:var(--effect-drop);z-index:1;border-radius:0 0 5px 5px;transition:height 80ms linear;position:absolute;top:16px;left:12px;right:12px;overflow:hidden;box-shadow:0 14px 28px #08100f3d}.product-effect-shade:after{content:"";pointer-events:none;background:linear-gradient(#ffffff29,#0000 30%),linear-gradient(#0000 56%,#08100f1a);position:absolute;inset:0}.product-effect-aluminium-blinds .product-effect-shade{background:repeating-linear-gradient(0deg,#f4f7f6 0 5px,#9ea9a7 5px 8px,#eef3f1 8px 17px),linear-gradient(135deg,#f8fbfa,#b9c4c1)}.product-effect-bamboo-blinds .product-effect-shade{background:repeating-linear-gradient(90deg,#56331457 0 3px,#e8b2587a 3px 9px),repeating-linear-gradient(0deg,#c98738 0 4px,#7d481d 4px 6px,#dba65a 6px 15px)}.product-effect-wooden-blinds .product-effect-shade{background:repeating-linear-gradient(0deg,#7a461f 0 6px,#d39a52 6px 15px,#5b3218 15px 18px),linear-gradient(90deg,#8d5228,#e0aa60,#6a3a1d)}.product-effect-industrial-blinds .product-effect-shade{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:linear-gradient(90deg,#ffffff52,#6276792e),repeating-linear-gradient(90deg,#ffffff6b 0 9px,#2c3c3e38 9px 13px,#ffffff38 13px 24px)}.product-effect-pvc-blinds .product-effect-shade{-webkit-backdrop-filter:blur(1.4px);backdrop-filter:blur(1.4px);background:linear-gradient(105deg,#ffffff8f 0 10%,#ffffff24 10% 18%,#0000 18% 62%,#ffffff3d 62% 70%,#0000 70%),repeating-linear-gradient(90deg,#ffffff6b 0 2px,#7fd1e02e 2px 34px),linear-gradient(135deg,#dbf8fc6b,#59b0be29);border:1px solid #ffffff80}.product-effect-monsoon-blinds .product-effect-shade{-webkit-backdrop-filter:blur(.8px);backdrop-filter:blur(.8px);background:radial-gradient(circle at 18% 24%,#ffffffb8 0 1px,#0000 2px),radial-gradient(circle at 62% 18%,#ffffff94 0 1px,#0000 2px),radial-gradient(circle at 76% 58%,#ffffff7a 0 1px,#0000 2px),repeating-linear-gradient(115deg,#ffffff38 0 1px,#0000 1px 14px),repeating-linear-gradient(90deg,#0e3f3a29 0 2px,#a9dade3d 2px 26px),linear-gradient(135deg,#acd7de85,#47828c3d) 0 0/100% 100%}.product-effect-vertical-blinds .product-effect-shade{background:repeating-linear-gradient(90deg,#f4f6f3 0 15px,#b7c2be 15px 24px,#fff 24px 35px)}.product-effect-roller-blinds .product-effect-shade{background:linear-gradient(90deg,#ffffff3d,#0000 18% 82%,#08100f29),repeating-linear-gradient(0deg,#ffffff38 0 1px,#5e4b3e14 1px 5px),repeating-linear-gradient(90deg,#ffffff1f 0 1px,#0000 1px 9px),linear-gradient(135deg,#d7c5b4,#9f8979 52%,#776457)}.product-effect-roller-blinds .product-effect-shade:before{content:"";background:linear-gradient(#ffffff2e,#483a303d);border-top:1px solid #ffffff38;height:14px;position:absolute;bottom:0;left:0;right:0}.product-effect-zebra-blinds .product-effect-shade{background:repeating-linear-gradient(0deg,#121f1dc7 0 14px,#ffffff8c 14px 30px,#121f1d3d 30px 44px)}.product-effect-printed-customised-roller-blinds .product-effect-shade{background:radial-gradient(circle at 18% 24%,#e86f5bbd 0 7px,#0000 8px),radial-gradient(circle at 42% 38%,#c99a4ba8 0 6px,#0000 7px),radial-gradient(circle at 70% 26%,#176b63ad 0 8px,#0000 9px),radial-gradient(circle at 30% 70%,#6f9acf94 0 7px,#0000 8px),radial-gradient(circle at 78% 72%,#e86f5b6b 0 9px,#0000 10px),linear-gradient(135deg,#ffe9e3,#edf6f1)}.product-effect-artificial-grass .product-effect-shade{background:radial-gradient(circle at 18% 24%,#c3eb4994 0 1px,#0000 2px) 0 0/9px 9px,radial-gradient(circle at 64% 38%,#eaff8752 0 1px,#0000 2px) 0 0/13px 13px,radial-gradient(circle at 34% 72%,#3480156b 0 1px,#0000 2px) 0 0/11px 11px,radial-gradient(circle at 78% 78%,#6fb71f70 0 2px,#0000 3px) 0 0/17px 17px,radial-gradient(circle at 42% 44%,#0c521642 0 2px,#0000 4px) 0 0/23px 23px,linear-gradient(135deg,#7ab817 0%,#5ca910 44%,#358612 100%) 0 0/100% 100%}.product-effect-artificial-grass .product-effect-shade:after{background:radial-gradient(circle at 24% 28%,#ffffff29 0 1px,#0000 2px) 0 0/7px 7px,radial-gradient(circle at 70% 62%,#00400c33 0 1px,#0000 2px) 0 0/10px 10px,linear-gradient(#ffffff14,#002d0f14) 0 0/100% 100%}.product-effect-handle{left:12px;right:12px;top:max(16px, calc(16px + var(--effect-drop) - 4px));z-index:2;background:linear-gradient(90deg,#f5e8d2fa,#c99a4bf0);border-radius:0 0 999px 999px;height:8px;transition:top 80ms linear;position:absolute;box-shadow:0 7px 16px #08100f3d}.product-effect-handle span{background:#0f3f3a57;border-radius:999px;height:2px;position:absolute;top:3px;left:18px;right:18px}.product-effect-drag-zone{z-index:3;position:absolute;inset:0}.product-card-demo.is-dragging .product-effect-handle{background:linear-gradient(90deg,#fff,#f0c274)}.product-visual:after{content:"";pointer-events:none;background:linear-gradient(#09121042,#0000 36%),linear-gradient(#0000 56%,#0912101f);position:absolute;inset:0}.product-visual span{z-index:2;color:#fff;background:#0a18168f;border:1px solid #ffffff8a;border-radius:50%;place-items:center;width:38px;height:38px;font-weight:900;display:grid;position:absolute;top:12px;left:12px;box-shadow:0 10px 24px #08100f38}.category-showcase-list{gap:28px;display:grid}.category-showcase{border:1px solid var(--line);background:var(--card-bg);border-radius:8px;grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);align-items:stretch;gap:28px;padding:18px;display:grid;box-shadow:0 22px 58px #1f27251a}.category-showcase:nth-child(2n){grid-template-columns:minmax(360px,.8fr) minmax(0,1.2fr)}.category-showcase:nth-child(2n) .category-image-wrap{order:2}.category-image-wrap{background:#d7ded9;border-radius:8px;min-height:420px;overflow:hidden}.category-image-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.category-showcase:hover .category-image-wrap img{transform:scale(1.025)}.category-copy{flex-direction:column;justify-content:center;padding:18px 18px 18px 8px;display:flex}.category-copy>span{color:var(--coral);letter-spacing:.12em;font-weight:900}.category-copy h3{margin-top:12px;font-size:clamp(30px,3vw,46px);line-height:1.02}.category-copy p{color:var(--muted)}.highlight-list{flex-wrap:wrap;gap:10px;margin-top:10px;display:flex}.highlight-list b{color:var(--teal-dark);background:#176b631a;border-radius:999px;padding:9px 12px;font-size:13px}.category-copy a{background:var(--teal);color:#fff;border-radius:8px;width:fit-content;margin-top:26px;padding:13px 18px;font-weight:900}.category-actions{flex-wrap:wrap;gap:12px;margin-top:26px;display:flex}.category-actions a{margin-top:0}.category-actions .ghost-link{border:1px solid var(--line);color:var(--teal-dark);background:0 0}.product-detail{grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);align-items:stretch;gap:28px;display:grid}.product-detail-stage{background:var(--card-bg);border-radius:8px;min-height:620px;position:relative;overflow:hidden;box-shadow:0 28px 72px #1f272524}.product-detail-stage:after{content:"";pointer-events:none;border:1px solid #ffffff80;border-radius:8px;position:absolute;inset:18px}.product-detail-stage img{object-fit:cover;width:100%;height:100%}.product-gallery{grid-template-rows:minmax(360px,1fr) auto auto;gap:16px;height:100%;padding:18px;display:grid}.gallery-feature{background:#dfe5e1;border-radius:8px;min-height:360px;position:relative;overflow:hidden}.gallery-image-button{cursor:zoom-in;background:0 0;border:0;width:100%;height:100%;padding:0;display:block;position:absolute;inset:0}.gallery-image-button img{transition:transform .26s;position:absolute;inset:0}.gallery-image-button:hover img{transform:scale(1.03)}.gallery-image-button>span,.gallery-count{color:#fff;background:#121f1db8;border-radius:999px;padding:9px 12px;font-size:12px;font-weight:900;position:absolute;bottom:16px}.gallery-image-button>span{right:16px}.gallery-count{z-index:2;margin:0;left:16px}.gallery-arrow,.lightbox-arrow{z-index:3;color:#fff;cursor:pointer;background:#121f1dbd;border:1px solid #ffffffb3;border-radius:50%;place-items:center;width:48px;height:48px;transition:background .18s,transform .18s;display:grid;position:absolute;box-shadow:0 14px 34px #08100f42}.gallery-arrow{top:50%;transform:translateY(-50%)}.gallery-arrow:hover,.lightbox-arrow:hover{background:var(--coral)}:is(.gallery-arrow:focus-visible,.lightbox-arrow:focus-visible,.gallery-image-button:focus-visible,.lightbox-close:focus-visible){outline-offset:4px;outline:3px solid #e86f5bb8}.gallery-arrow-prev{left:16px}.gallery-arrow-next{right:16px}.gallery-arrow span,.lightbox-arrow span{border-top:3px solid;border-left:3px solid;width:14px;height:14px}.gallery-arrow-prev span,.lightbox-arrow-prev span{transform:translate(3px)rotate(-45deg)}.gallery-arrow-next span,.lightbox-arrow-next span{transform:translate(-3px)rotate(135deg)}.gallery-caption{padding:6px 4px 0}.gallery-caption h3{font-size:28px}.gallery-caption p:last-child{color:var(--muted);margin:8px 0 0}.gallery-thumbs{grid-template-columns:repeat(6,1fr);gap:10px;display:grid}.gallery-thumbs button{min-width:0;color:var(--muted);cursor:pointer;text-align:left;background:0 0;border:0;gap:7px;padding:0;display:grid}.gallery-thumbs img{aspect-ratio:1/.76;object-fit:cover;border:3px solid #0000;border-radius:8px;width:100%}.gallery-thumbs span{text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:800;line-height:1.25;overflow:hidden}.gallery-thumbs .is-active img{border-color:var(--coral)}.gallery-thumbs .is-active span{color:var(--teal-dark)}.image-lightbox{z-index:80;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#08100fdb;grid-template-rows:1fr auto;gap:18px;padding:32px;display:grid;position:fixed;inset:0}.lightbox-arrow{position:fixed;top:50%;transform:translateY(-50%)}.lightbox-arrow-prev{left:28px}.lightbox-arrow-next{right:28px}.image-lightbox img{object-fit:contain;border-radius:8px;width:min(1180px,100%);height:min(72vh,720px);margin:auto;box-shadow:0 24px 80px #00000059}.image-lightbox div{color:#fff;text-align:center;width:min(880px,100%);margin:0 auto}.image-lightbox p{color:#ffffffb8}.lightbox-count{margin:4px 0 8px;font-size:12px;font-weight:900}.lightbox-close{z-index:2;color:var(--teal-dark);cursor:pointer;background:#fff;border:0;border-radius:999px;padding:12px 16px;font-weight:900;position:fixed;top:22px;right:22px}.product-detail-copy{border:1px solid var(--line);background:radial-gradient(circle at 100% 0, #e86f5b21, transparent 30%), var(--card-bg);border-radius:8px;flex-direction:column;justify-content:center;padding:38px;display:flex}.product-detail-copy p{color:var(--muted)}.product-detail-layout{grid-template-columns:repeat(3,1fr);gap:18px;padding:34px 0 96px;display:grid}.product-detail-layout article{border:1px solid var(--line);background:var(--card-bg);border-radius:8px;padding:28px;box-shadow:0 18px 42px #1f272514}.product-detail-layout span{color:var(--coral);letter-spacing:.12em;margin-bottom:16px;font-weight:900;display:block}.product-detail-layout p{color:var(--muted)}.product-body{padding:24px}.product-body h3{font-size:22px}.product-tag{color:var(--teal);margin:8px 0;font-weight:800;line-height:1.45}.product-body p:last-child{color:var(--muted);margin-bottom:0}.offer{color:#fff;background:radial-gradient(circle at 14% 22%,#e86f5b42,#0000 20%),radial-gradient(circle at 82% 72%,#c99a4b2e,#0000 22%),linear-gradient(135deg,#0d312df5,#111c1af0),url(/bangalore-blinds-hero.png) 50%/cover;padding:94px 0;position:relative;overflow:hidden}.offer:before{content:"";opacity:.34;background:linear-gradient(90deg,#ffffff1a,#0000 55%),repeating-linear-gradient(90deg,#ffffff2e 0 4px,#ffffff08 4px 18px);border:1px solid #ffffff1a;border-radius:8px;width:min(430px,28vw);animation:8s ease-in-out infinite offerPanelFloat;position:absolute;inset:44px auto 44px 4%;transform:perspective(900px)rotateY(18deg)}.offer:after{content:"";opacity:.52;background:linear-gradient(90deg,#0000 0 27%,#ffffff29 27% 28%,#0000 28% 58%,#ffffff21 58% 59%,#0000 59%),repeating-linear-gradient(0deg,#ffffff29 0 10px,#ffffff08 10px 24px),#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;width:min(680px,44vw);height:330px;position:absolute;top:52px;right:-3%;transform:rotate(-4deg)}.offer-grid{position:relative}.offer-grid:before{content:"";background:linear-gradient(#0000,#f6b09f8c,#0000);width:1px;position:absolute;top:22px;bottom:18px;left:48%}.offer .eyebrow{color:#f6b09f}.offer h2{text-shadow:0 18px 46px #00000047;max-width:540px;font-family:Avenir Next,SF Pro Display,Segoe UI,Inter,ui-sans-serif,system-ui,sans-serif;font-weight:650}.offer-items{gap:18px;display:grid}.offer-items article{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(135deg,#ffffff29,#ffffff0f),#0c1c1a47;border:1px solid #ffffff38;border-radius:8px;grid-template-columns:58px 1fr;gap:18px;padding:24px;transition:transform .18s,border-color .18s,background .18s;display:grid;position:relative;overflow:hidden;box-shadow:0 20px 54px #00000038}.offer-items article:before{content:"";opacity:.8;pointer-events:none;background:repeating-linear-gradient(90deg,#ffffff14 0 1px,#0000 1px 22px),linear-gradient(90deg,#f6b09f14,#0000 34%);position:absolute;inset:0}.offer-items article:after{content:"";background:linear-gradient(90deg, var(--gold), transparent);opacity:.52;border-radius:999px;height:2px;position:absolute;top:23px;left:82px;right:24px}.offer-items article:hover{background:linear-gradient(135deg,#fff3,#ffffff14),#0c1c1a57;border-color:#f6b09f6b;transform:translate(-6px)}.offer-items span{z-index:1;width:42px;height:42px;color:var(--gold);background:#c99a4b24;border:1px solid #c99a4b73;border-radius:50%;place-items:center;font-weight:900;display:grid;position:relative}.offer-items h3{z-index:1;position:relative}.offer-items p{z-index:1;color:#ffffffbd;grid-column:2;margin:0;position:relative}@keyframes offerPanelFloat{0%,to{transform:perspective(900px)rotateY(18deg)translateY(0)}50%{transform:perspective(900px)rotateY(13deg)translateY(18px)}}.projects-preview-section{padding-top:92px}.project-grid{grid-template-columns:repeat(3,1fr);gap:18px;padding-bottom:96px;display:grid}.project-card{background:var(--paper);border:1px solid var(--line);border-radius:8px;transition:transform .18s,box-shadow .18s;overflow:hidden;box-shadow:0 18px 42px #1f272514}.project-card:hover{transform:translateY(-4px);box-shadow:0 26px 58px #1f272524}.project-card h3{padding:18px 20px 22px}.project-photo{background:#dfe8e3;min-height:220px;position:relative;overflow:hidden}.project-photo img{object-fit:cover;filter:saturate(1.08)contrast(1.02);width:100%;height:220px;transition:transform .26s}.project-card:hover .project-photo img{transform:scale(1.035)}.project-photo:before,.project-photo:after{content:"";pointer-events:none;position:absolute;inset:0}.project-photo:before{background:linear-gradient(#09121029,#0000 40%)}.project-photo span{z-index:2;color:#fff;background:#0a181694;border:1px solid #ffffff8a;border-radius:50%;place-items:center;width:40px;height:40px;font-weight:900;display:grid;position:absolute;top:14px;left:14px;box-shadow:0 10px 24px #08100f38}.project-effect-pvc .project-photo:after{-webkit-backdrop-filter:blur(.5px);backdrop-filter:blur(.5px);background:linear-gradient(90deg,#ffffff3d,#0000 52%),repeating-linear-gradient(90deg,#ffffff47 0 3px,#1157631c 3px 30px)}.project-effect-zebra .project-photo:after{background:repeating-linear-gradient(0deg,#121f1d6b 0 13px,#ffffff47 13px 28px,#121f1d24 28px 42px)}.project-effect-aluminium .project-photo:after{background:repeating-linear-gradient(0deg,#ffffff57 0 4px,#26302f47 4px 8px,#0000 8px 18px),linear-gradient(90deg,#ffffff14,#0000)}.project-effect-printed .project-photo:after{background:radial-gradient(circle at 28% 28%,#e86f5b38,#0000 18%),radial-gradient(circle at 78% 42%,#176b6333,#0000 18%),linear-gradient(135deg,#ffffff38,#0000 48%)}.project-effect-vertical .project-photo:after{background:repeating-linear-gradient(90deg,#ffffff5c 0 14px,#36424238 14px 28px,#0000 28px 42px)}.project-effect-wooden .project-photo:after{background:repeating-linear-gradient(90deg,#42271038 0 9px,#e9b8692e 9px 18px),linear-gradient(#0000 58%,#5d3a1a24)}.quote-section{background:var(--paper);padding:96px 0}.contact-strip{gap:10px;margin-top:28px;display:grid}.contact-strip a{color:var(--teal);font-weight:800}.contact-strip span{color:var(--muted);line-height:1.6}.note-grid,.values-grid,.about-stats{gap:18px;display:grid}.note-grid{grid-template-columns:repeat(4,1fr)}.note-grid article,.values-grid article,.about-stats article{border:1px solid var(--line);background:#fff;border-radius:8px;padding:24px}.note-grid p,.values-grid p{color:var(--muted)}.values-grid{grid-template-columns:repeat(3,1fr);padding:96px 0}.about-stats{grid-template-columns:repeat(4,1fr)}.about-stats strong{color:var(--teal);font-size:42px;display:block}.about-stats span{color:var(--muted)}.quote-form{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:1fr 1fr;gap:16px;padding:24px;display:grid;box-shadow:0 22px 50px #1f27251a}.quote-form label{color:var(--teal-dark);gap:8px;font-size:14px;font-weight:800;display:grid}.quote-form .full,.quote-form button{grid-column:1/-1}.quote-form input,.quote-form select,.quote-form textarea{border:1px solid var(--line);width:100%;color:var(--ink);font:inherit;background:#fbfaf7;border-radius:8px;padding:13px 14px}.quote-form textarea{resize:vertical;min-height:110px}.quote-form button{background:var(--teal);color:#fff;cursor:pointer;border:0}footer{color:#fff;background:#101614;padding:58px 0}.footer-grid{align-items:start}.footer-brand{margin-bottom:18px}footer h3{margin-bottom:14px}footer p{color:#ffffffad;margin:8px 0}@media (max-width:900px){.site-header{flex-wrap:nowrap;width:calc(100% - 20px);position:fixed;top:10px;overflow:visible}.nav-links{display:none}.header-actions{margin-left:auto}.mobile-menu{display:block}.mobile-menu-panel{transform-origin:100% 0;gap:8px;width:auto;max-height:calc(100svh - 92px);padding:12px;position:fixed;top:76px;left:12px;right:12px;overflow-y:auto}.mobile-menu-panel a{min-height:48px;font-size:15px}.header-call{display:none}.hero{grid-template-columns:1fr;gap:28px;min-height:auto;padding:178px 20px 250px;display:grid}.hero:after{height:120px;bottom:-56px;right:-8%}.hero-media{clip-path:polygon(0 18%,12% 6%,35% 0,65% 0,88% 6%,100% 18%,100% 100%,0 100%);border-width:7px;border-radius:36% 36% 8px 8px/30% 30% 8px 8px;justify-self:center;width:100%;height:380px;min-height:0;margin-top:36px;position:relative;top:auto;bottom:auto;right:auto}.hero-accent-card{width:100%;margin-top:0;position:relative;top:auto;right:auto}.hero-accent-card:after{display:none}.hero-copy{font-size:17px}.hero-content{width:100%}.hero-panel{grid-template-columns:repeat(2,1fr);left:20px;right:20px}.page-hero-animation{opacity:.38}.page-hero{padding:150px 0 66px}.page-hero h1{font-size:clamp(34px,9vw,54px)}.page-hero-products .page-hero-animation:before,.page-hero-projects .page-hero-animation:before,.page-hero-contact .page-hero-animation:before{width:360px;right:-16%}.page-hero-about .page-hero-animation:before{width:280px;height:280px;right:-120px}.intro,.coverage-grid,.offer-grid,.quote-grid,.footer-grid,.section-heading.split{grid-template-columns:1fr;gap:30px}.intro{padding:38px 0 70px}.intro>div:first-child,.intro-copy{transform:none}.coverage{padding:70px 0}.coverage-showcase{min-height:460px}.coverage-blind{width:100%;height:190px}.offer:before{display:none}.offer:after{opacity:.3;width:520px;max-width:82vw;height:220px;top:34px;right:-18%}.offer-grid:before{display:none}.product-grid,.project-grid,.note-grid,.values-grid,.about-stats,.category-showcase,.category-showcase:nth-child(2n),.product-detail,.product-detail-layout{grid-template-columns:1fr}.category-showcase:nth-child(2n) .category-image-wrap{order:0}.category-image-wrap{min-height:300px}.product-detail-stage{min-height:340px}.product-gallery{grid-template-rows:minmax(260px,auto) auto auto}.gallery-feature{min-height:260px}.gallery-arrow,.lightbox-arrow{width:42px;height:42px}.gallery-thumbs{grid-template-columns:repeat(2,1fr)}.image-lightbox{padding:18px}.lightbox-arrow-prev{left:12px}.lightbox-arrow-next{right:12px}.quote-form{grid-template-columns:1fr}}@media (max-width:520px){body{padding-bottom:92px}.section-shell,.hero-content{width:min(100% - 24px,1180px)}.brand-logo{max-width:168px;height:40px;padding:5px 7px}.site-header{-webkit-backdrop-filter:none;backdrop-filter:none;border-radius:8px;gap:8px;width:calc(100% - 16px);min-height:58px;padding:8px;position:fixed;top:8px;overflow:visible;box-shadow:0 14px 34px #08100f1f}.header-call{display:none}.header-actions{gap:8px}.theme-toggle{flex:none;width:40px;height:30px}.mobile-menu{display:block}.mobile-menu-button{width:40px;height:40px}.floating-chat{min-height:46px;padding:0 15px 0 9px;bottom:96px;left:12px;box-shadow:0 14px 34px #06100f3d}.floating-chat span{width:28px;height:28px}.back-to-top{width:46px;height:46px;bottom:96px;right:12px}.chatbot-panel{border-radius:8px;width:auto;max-height:calc(100vh - 164px);padding:14px;bottom:154px;left:8px;right:8px}.chatbot-head{margin-bottom:12px}.chatbot-head h3{font-size:20px}.chatbot-thread{max-height:250px;padding:10px}.chatbot-bubble{max-width:94%;font-size:13px}.chatbot-options{grid-template-columns:1fr;max-height:180px}.chatbot-options button:nth-last-child(-n+2){grid-column:auto}.chatbot-reply,.chatbot-actions{grid-template-columns:1fr}.nav-links{display:none}.footer-brand .brand-logo{max-width:230px;height:52px}.mobile-bottom-nav{z-index:42;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff0;border:1px solid #176b631f;border-radius:8px;grid-template-columns:repeat(5,minmax(0,1fr));gap:3px;padding:7px;display:grid;position:fixed;bottom:8px;left:8px;right:8px;box-shadow:0 18px 48px #08100f33}.mobile-bottom-link{min-width:0;min-height:58px;color:var(--teal-dark);border-radius:7px;place-items:center;gap:3px;padding:4px 2px;font-size:10px;font-weight:900;line-height:1;display:grid}.mobile-bottom-link .mobile-menu-icon{width:32px;height:32px}.mobile-bottom-link .mobile-menu-icon svg{width:18px;height:18px}.hero{gap:18px;padding:116px 14px 154px}.hero-kicker{font-size:11px}.hero h1{font-size:clamp(44px,16vw,66px);line-height:.92}.hero-copy{margin-top:18px;font-size:15px;line-height:1.55}.hero-actions{gap:10px;margin-top:22px}.hero-actions a{width:100%;min-height:46px}.hero-media{border-width:5px;height:260px;margin-top:8px}.hero-accent-card{padding:16px}.hero-accent-card strong{font-size:22px}.hero-panel{width:auto;bottom:26px;left:14px;right:14px}.hero-panel div{min-height:78px;padding:12px}.hero-panel strong{font-size:23px}.hero-panel span{font-size:11px}.page-hero{padding:116px 0 54px}.page-hero h1{font-size:clamp(36px,12vw,48px);line-height:1}.page-hero p{font-size:15px;line-height:1.55}.products-section,.values-grid,.quote-section{padding:64px 0}.page-section{padding-top:66px}.section-heading{margin-bottom:28px}.section-heading.split{gap:18px}.product-grid,.project-grid{gap:14px}.product-card,.project-card,.value-card,.note-card{box-shadow:0 14px 34px #1f272514}.product-visual{grid-template-columns:56% 44%;min-height:172px}.product-body{padding:20px}.product-body h3,.project-card h3{font-size:23px}.product-body p:last-child{font-size:15px;line-height:1.55}.category-showcase-list{gap:16px}.category-showcase{gap:0;padding:10px}.category-image-wrap{min-height:220px}.category-copy{padding:18px 10px 10px}.category-copy>span{font-size:12px}.category-copy h3{margin-top:8px;font-size:30px;line-height:1.04}.category-copy p{margin-top:10px;font-size:15px;line-height:1.55}.highlight-list{gap:7px;margin-top:12px}.highlight-list b{padding:7px 10px;font-size:12px}.category-actions{grid-template-columns:1fr;gap:8px;margin-top:18px;display:grid}.category-actions a{place-items:center;width:100%;min-height:44px;padding:0 14px;display:grid}.intro{padding:28px 0 56px}.coverage{padding:56px 0}.coverage-showcase{min-height:390px;padding:18px}.meter{padding:16px}.offer{padding:70px 0}.offer-step{padding:18px}footer{padding-bottom:112px}h2{font-size:clamp(32px,10vw,40px);line-height:1.06}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
