.confirm-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:300;padding:1rem;animation:confirm-fade-in .15s ease-out}.confirm-dialog{background:var(--surface);border-radius:12px;width:100%;max-width:420px;padding:2rem 1.75rem 1.75rem;box-shadow:0 20px 60px #00000059;text-align:center;animation:confirm-pop-in .18s ease-out}.confirm-icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.75rem;font-weight:700;font-family:Georgia,serif}.confirm-icon--danger{background:#fde8e8;color:#d00000}.confirm-icon--info{background:#e6f4f3;color:#2a9d8f}.confirm-title{margin:0 0 .5rem;font-size:1.15rem;color:var(--text)}.confirm-message{margin:0 0 1.5rem;color:var(--text-muted);font-size:.95rem;line-height:1.5;white-space:pre-line}.confirm-actions{display:flex;justify-content:center;gap:.75rem}.confirm-actions button{min-width:110px}@keyframes confirm-fade-in{0%{opacity:0}to{opacity:1}}@keyframes confirm-pop-in{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem}.modal-dialog{background:var(--surface);color:var(--text);border-radius:8px;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 50px #0000004d}.modal-dialog--wide{max-width:720px;display:flex;flex-direction:column}.modal-dialog--wide .modal-body{flex:1}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--border)}.modal-header h3{margin:0}.modal-close{background:none;border:none;font-size:1.5rem;line-height:1;cursor:pointer;color:var(--text-muted)}.modal-body{padding:1.25rem}.modal-body form{display:flex;flex-direction:column;gap:.75rem}.modal-body label{display:flex;flex-direction:column;gap:.25rem;font-size:.9rem;color:var(--text)}.modal-body input,.modal-body select,.modal-body textarea{padding:.6rem;border:1px solid var(--border);border-radius:4px;font-size:.95rem;font-family:inherit;background:var(--surface);color:var(--text)}.form-section-title{font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);margin:.5rem 0 -.25rem;padding-top:.75rem;border-top:1px solid var(--border)}.form-section-title:first-child{margin-top:0;padding-top:0;border-top:none}.form-row{display:flex;flex-wrap:wrap;gap:.75rem}.form-row>label{flex:1 1 160px;min-width:140px}.form-checkbox-row{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text)}.form-checkbox-row input[type=checkbox]{width:auto}.status-log-scroll{max-height:260px;overflow-y:auto;margin-top:24px}.status-log-scroll thead th{position:sticky;top:0;z-index:1}.modal-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.25rem}@media (max-width: 600px){.modal-dialog{max-width:100%}}.layout{display:flex;flex-direction:column;min-height:100vh}.topbar{display:flex;align-items:center;gap:1rem;padding:10px 1rem;min-height:76px;background:var(--surface);color:var(--text);border-bottom:1px solid var(--border);box-shadow:0 2px 6px #0000000f;position:fixed!important;top:0;left:0;width:100%!important;z-index:30}.brand-logo-link{display:block;line-height:0}.brand-logo{height:56px;width:auto;display:block}.menu-toggle{display:none;background:none;border:none;color:var(--text);font-size:1.3rem;cursor:pointer}.topbar-user{margin-left:auto;display:flex;align-items:center;gap:.75rem;min-width:0}.topbar-user span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar-customer-actions,.topbar-preferences{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.topbar-change-password,.topbar-logout{padding:.5rem .9rem;border:none;border-radius:4px;font-weight:600;font-size:.85rem;cursor:pointer;white-space:nowrap}.topbar-change-password{background:var(--surface-2);color:var(--text)}.topbar-change-password:hover{background:var(--border)}.topbar-logout{background:var(--primary);color:#14213d}.topbar-logout:hover{background:var(--primary-hover)}.body{display:flex;flex:1;margin-top:76px}.sidebar{width:220px;flex-shrink:0;background:#1b263b;display:flex;flex-direction:column;justify-content:space-between;padding:1rem 0;position:sticky;top:76px;height:calc(100vh - 76px);overflow-y:auto}.sidebar-links{display:flex;flex-direction:column}.sidebar a{color:#e0e1dd;text-decoration:none;padding:.75rem 1.25rem}.sidebar a.active,.sidebar a:hover{background:#415a77}.sidebar-bottom{display:flex;flex-direction:column;gap:.5rem;margin:.5rem 1.25rem 0}.sidebar-backups,.sidebar-change-password{padding:.6rem .9rem;background:transparent;color:#e0e1dd;border:1px solid #415a77;border-radius:4px;font-weight:600;font-size:.9rem;cursor:pointer;text-decoration:none;text-align:center;display:block}.sidebar-backups:hover,.sidebar-backups.active,.sidebar-change-password:hover{background:#415a77}.sidebar-logout{padding:.6rem .9rem;background:#fca311;color:#14213d;border:none;border-radius:4px;font-weight:600;font-size:.9rem;cursor:pointer}.content{flex:1;min-width:0;padding:1.5rem;background:var(--bg)}@media (max-width: 768px){.menu-toggle{display:block}.topbar{padding:8px .6rem;min-height:56px;gap:.5rem}.body{margin-top:56px}.brand-logo{height:34px}.topbar-user span{max-width:30vw}.topbar-change-password,.topbar-logout{padding:.4rem .6rem;font-size:.78rem}.sidebar{position:fixed;top:56px;left:0;bottom:0;height:auto;transform:translate(-100%);transition:transform .2s ease;z-index:20}.sidebar.open{transform:translate(0)}}.lp{--lp-navy: #14213d;--lp-navy-deep: #0d1730;--lp-slate: #415a77;--lp-off-white: #e0e1dd;--lp-paper: #faf8f3;--lp-orange: #fca311;--lp-orange-deep: #e6930a;--lp-teal: #2a9d8f;--lp-purple: #8338ec;--lp-ink-soft: #5b6472;--lp-red: #e5383b;--lp-bg: #fff;--lp-bg-alt: #fbfbfa;--lp-surface: #fff;--lp-border: var(--lp-off-white);--lp-text: var(--lp-navy);--lp-text-muted: var(--lp-ink-soft);--lp-topbar-bg: rgba(255, 255, 255, .92);font-family:Segoe UI,system-ui,sans-serif;color:var(--lp-text);background:var(--lp-bg);overflow-x:clip;padding-top:86px}[data-theme=dark] .lp{--lp-paper: #1c2540;--lp-bg: #0d1224;--lp-bg-alt: #12182c;--lp-surface: #171f36;--lp-border: #2a3350;--lp-text: #e8eaf0;--lp-text-muted: #9aa3b5;--lp-topbar-bg: rgba(13, 18, 36, .92)}.lp h1,.lp h2,.lp h3{font-family:Archivo,Segoe UI,system-ui,sans-serif;letter-spacing:-.01em;margin:0}.lp a{color:inherit}.lp-topbar{position:fixed!important;top:0;left:0;width:100%!important;z-index:30;display:flex;align-items:center;gap:1.5rem;padding:.7rem 1.5rem;background:var(--lp-topbar-bg);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid var(--lp-border);box-sizing:border-box}.lp-topbar-logo{height:52px;width:auto;display:block}.lp-topbar-nav{display:flex;gap:1.5rem;margin-left:1rem;flex:1}.lp-topbar-nav a{text-decoration:none;font-size:.92rem;font-weight:600;color:var(--lp-text-muted)}.lp-topbar-nav a:hover{color:var(--lp-text)}.lp-topbar-cta{flex-shrink:0}.lp-topbar-preferences{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.lp-btn{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1.15rem;border-radius:6px;font-weight:700;font-size:.92rem;text-decoration:none;border:2px solid transparent;cursor:pointer;transition:transform .15s ease,background-color .15s ease,border-color .15s ease}.lp-btn-primary{background:var(--lp-orange);color:var(--lp-text)}.lp-btn-primary:hover{background:var(--lp-orange-deep)}.lp-btn-ghost{background:transparent;border-color:var(--lp-navy);color:var(--lp-text)}.lp-btn-ghost:hover{background:var(--lp-navy);color:#fff}.lp-btn-buy{background:transparent;border-color:var(--lp-red);color:var(--lp-red)}.lp-btn-buy:hover{background:var(--lp-red);color:#fff}.lp-btn-large{padding:.85rem 1.6rem;font-size:1rem}.lp-btn:focus-visible,.lp-topbar-nav a:focus-visible,.lp-footer a:focus-visible{outline:3px solid var(--lp-teal);outline-offset:2px}.lp-hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:3rem;align-items:center;padding:4.5rem 1.5rem 5rem;max-width:1180px;margin:0 auto}.lp-eyebrow{display:inline-block;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.78rem;letter-spacing:.04em;color:var(--lp-text-muted);background:var(--lp-border);padding:.35rem .7rem;border-radius:999px;margin-bottom:1.1rem}.lp-hero h1{font-size:clamp(1.9rem,3.6vw,2.9rem);font-weight:800;line-height:1.14}.lp-hero-ie h1{font-size:clamp(2.8rem,7vw,5rem);line-height:1.05}.lp-hero-ie .lp-hero-lead{font-size:clamp(1rem,1.3vw,1.15rem)}.lp-hero h1 span{color:var(--lp-orange-deep)}.lp-hero-lead{margin:1.2rem 0 1.8rem;font-size:1.05rem;line-height:1.6;color:var(--lp-text-muted);max-width:46ch}.lp-hero-actions{display:flex;gap:.9rem;flex-wrap:wrap;margin-bottom:1.8rem}.lp-chip-row{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.5rem}.lp-chip{font-size:.78rem;font-weight:700;padding:.35rem .7rem;border-radius:999px;color:#fff;white-space:nowrap}.lp-chip-navy{background:var(--lp-navy)}.lp-chip-blue{background:var(--lp-slate)}.lp-chip-teal{background:var(--lp-teal)}.lp-chip-purple{background:var(--lp-purple)}.lp-chip-orange{background:var(--lp-orange);color:var(--lp-text)}.lp-chip-gray{background:transparent;color:var(--lp-text-muted);border:1.5px solid #cbd5e1}.lp-hero-ie{grid-template-columns:1fr;text-align:center;max-width:none;margin:0;min-height:90vh;display:flex;align-items:center;justify-content:center;padding:7rem 2rem;border-radius:0;position:relative;color:#fff;background:linear-gradient(180deg,#0d122494,#0d1224e6),url(/landing/hero-bg.jpg) center/cover no-repeat fixed}@media (max-width: 900px){.lp-hero-ie{min-height:78vh;background-attachment:scroll}}.lp-hero-ie .lp-hero-copy{max-width:780px;margin:0 auto}.lp-hero-ie .lp-eyebrow{background:#ffffff24;color:#fff}.lp-hero-ie h1,.lp-hero-ie h1 span{color:#fff}.lp-hero-ie h1 span{color:var(--lp-orange)}.lp-hero-ie .lp-hero-lead{max-width:60ch;margin-left:auto;margin-right:auto;color:#ffffffe0}.lp-hero-subbrand{margin:.6rem 0 0;font-weight:700;font-size:.95rem;letter-spacing:.01em;color:var(--lp-orange)}.lp-hero-ie .lp-hero-actions,.lp-hero-ie .lp-chip-row{justify-content:center}.lp-hero-ie .lp-btn-ghost{border-color:#fff;color:#fff}.lp-hero-ie .lp-btn-ghost:hover{background:#fff;color:var(--lp-navy)}.lp-brand-banner{display:block;background:var(--lp-navy-deep, #0b1020)}.lp-brand-banner img{display:block;width:100%;height:100%;max-height:100vh;object-fit:cover}.lp-showcase{display:flex;flex-direction:column}.lp-showcase-row{position:relative;display:grid;grid-template-columns:1.05fr .95fr;align-items:stretch;min-height:clamp(400px,44vw,580px);scroll-margin-top:100px}.lp-showcase-row:nth-child(2n) .lp-showcase-media{order:2}.lp-showcase-media{overflow:hidden;background:var(--lp-bg-alt)}.lp-showcase-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .9s cubic-bezier(.16,1,.3,1)}.lp-showcase-row:hover .lp-showcase-media img{transform:scale(1.05)}.lp-showcase-body{align-self:center;padding:clamp(2.5rem,6vw,5rem) clamp(1.5rem,6vw,5.5rem);max-width:640px}.lp-showcase-row:nth-child(2n) .lp-showcase-body{margin-left:auto}.lp-showcase-num{display:block;font-size:.9rem;font-weight:800;letter-spacing:.14em;color:var(--lp-orange-deep);margin-bottom:.7rem}.lp-showcase-body h3{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800}.lp-showcase-body p{margin:1.3rem 0 0;font-size:clamp(.95rem,1.1vw,1.02rem);line-height:1.8;color:var(--lp-text-muted)}.lp-showcase-more{display:inline-block;margin-top:1.6rem;padding:0;font:inherit;font-size:.85rem;font-weight:700;color:var(--lp-orange-deep);background:none;border:0;cursor:pointer}.lp-showcase-more:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.lp-showcase-more:hover{text-decoration:underline}@media (max-width: 1000px){.lp-showcase-row{grid-template-columns:1fr;min-height:0}.lp-showcase-row:nth-child(2n) .lp-showcase-media{order:0}.lp-showcase-media{min-height:280px}.lp-showcase-body{margin:0!important;max-width:none}}.lp-section{max-width:1320px;margin:0 auto;padding:clamp(4rem,7vw,6rem) clamp(1.25rem,4vw,3rem)}.lp-section-head{max-width:60ch;margin-bottom:3rem}.lp-section-head h2{font-size:clamp(1.9rem,3.4vw,2.8rem);font-weight:800;margin-bottom:.6rem}.lp-section-head p{color:var(--lp-text-muted);margin:0;line-height:1.55}.lp-services{background:var(--lp-bg-alt)}.lp-services>.lp-section:first-child{padding-bottom:clamp(2rem,4vw,3rem)}.lp-services>.lp-showcase{margin:0 0 clamp(2rem,5vw,4rem)}.lp-service-nav-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.9rem;margin-bottom:2.5rem}.lp-service-nav-card{display:flex;align-items:center;gap:.7rem;background:var(--lp-surface);border:1px solid var(--lp-border);border-radius:10px;padding:.9rem 1.1rem;text-decoration:none;font-weight:700;font-size:.92rem;color:var(--lp-text);box-shadow:0 2px 10px #14213d0f;transition:transform .15s ease,border-color .15s ease}.lp-service-nav-card:hover{transform:translateY(-2px);border-color:var(--lp-orange)}.lp-service-nav-icon{font-size:1.3rem;flex-shrink:0}.lp-quote{margin:1rem 0 0;padding:.9rem 1.2rem;border-left:4px solid var(--lp-orange);background:var(--lp-bg-alt);border-radius:0 8px 8px 0;font-weight:600;font-style:italic;color:var(--lp-text)}.lp-quote-large{max-width:72ch;margin:0 auto 2.5rem;padding:1.6rem 2rem;font-size:clamp(1.25rem,2.2vw,1.7rem);line-height:1.45;text-align:center;border-left:none;border-top:3px solid var(--lp-orange);background:transparent;border-radius:0}.lp-vision-lead{max-width:80ch;margin:0 auto 2.5rem;font-size:clamp(.98rem,1.2vw,1.1rem);line-height:1.8;color:var(--lp-text-muted)}.lp-vision-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.2rem}.lp-vision-card{background:var(--lp-surface);border:1px solid var(--lp-border);border-radius:10px;padding:1.4rem 1.5rem;box-shadow:0 2px 10px #14213d0f}.lp-vision-card .lp-chip{display:inline-block;margin-bottom:1.3rem}.lp-vision-card p{margin:0;font-size:.92rem;line-height:1.6;color:var(--lp-text-muted)}.lp-cta-banner{max-width:none;margin:0;padding:4rem 1.5rem;background:linear-gradient(135deg,var(--lp-navy),var(--lp-navy-deep));color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.9rem}.lp-cta-banner h2{font-size:clamp(1.4rem,2.6vw,2rem);font-weight:800}.lp-cta-banner p{color:var(--lp-off-white);margin:0 0 .4rem}.lp-contact-card{width:100%;max-width:900px;display:flex;flex-direction:column;align-items:center;gap:.8rem;margin-top:.6rem}.lp-contact-actions{display:flex;gap:.9rem;flex-wrap:wrap;justify-content:center}.lp-contact-actions .lp-btn-ghost{border-color:#fff;color:#fff}.lp-contact-actions .lp-btn-ghost:hover{background:#fff;color:var(--lp-navy)}.lp-contact-placeholder{margin:0;font-size:.9rem;font-style:italic;color:#e0e1ddbf}.lp-contact-address{margin:.3rem 0 0;font-size:.92rem;color:var(--lp-off-white)}.lp-contact-directions{font-size:.85rem;font-weight:700;color:var(--lp-orange);text-decoration:none}.lp-contact-directions:hover{text-decoration:underline}.lp-contact-map{width:100%;margin-top:1rem;border-radius:14px;overflow:hidden;box-shadow:0 20px 40px -20px #00000080;aspect-ratio:16 / 7}.lp-contact-map iframe{display:block;width:100%;height:100%;border:0}.lp-footer{background:#0d1730;color:var(--lp-off-white);padding:3.5rem 1.5rem 1.5rem}.lp-footer-top{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:clamp(2rem,4vw,3.5rem);padding-bottom:2.5rem;border-bottom:1px solid rgba(224,225,221,.15)}.lp-footer-brand p{margin:.9rem 0 0;font-size:.88rem;line-height:1.6;color:#e0e1ddbf;max-width:34ch}.lp-footer-logo{height:40px;width:auto;background:#fff;padding:.35rem .6rem;border-radius:8px}.lp-footer-col{display:flex;flex-direction:column;gap:.65rem}.lp-footer-col h4{margin:0 0 .3rem;font-size:.82rem;text-transform:uppercase;letter-spacing:.05em;color:#e0e1dd80}.lp-footer-col a{text-decoration:none;font-size:.9rem;color:var(--lp-off-white)}.lp-footer-col a:hover{color:var(--lp-orange)}.lp-footer-linklike{background:none;border:none;padding:0;margin:0;font:inherit;text-align:left;text-decoration:none;font-size:.9rem;color:var(--lp-off-white);cursor:pointer}.lp-footer-linklike:hover{color:var(--lp-orange)}.lp-footer-bottom{max-width:1320px;margin:0 auto;padding-top:1.3rem;font-size:.82rem;color:#e0e1dd99;display:flex;flex-wrap:wrap;gap:.2rem}.lp-footer-bottom a{text-decoration:underline;color:#e0e1ddd9}.lp-footer-bottom a:hover{color:var(--lp-orange)}@media (max-width: 900px){.lp-hero{grid-template-columns:1fr;padding-top:2.5rem}.lp-footer-top{grid-template-columns:1fr 1fr}.lp-footer-brand{grid-column:1 / -1}}@media (max-width: 640px){.lp-topbar-nav{display:none}.lp-footer-top{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){.lp-btn{transition:none}}@media (prefers-reduced-motion: no-preference){.lp [data-reveal]{opacity:0;transform:translateY(30px);transition:opacity .75s cubic-bezier(.16,1,.3,1),transform .75s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}.lp [data-reveal=left]{transform:translate(-44px)}.lp [data-reveal=right]{transform:translate(44px)}.lp [data-reveal=zoom]{transform:scale(.93)}.lp [data-reveal].lp-revealed{opacity:1;transform:none}.lp [data-reveal-stagger]>*{opacity:0;transform:translateY(30px);transition:opacity .65s cubic-bezier(.16,1,.3,1),transform .65s cubic-bezier(.16,1,.3,1)}.lp [data-reveal-stagger].lp-revealed>*{opacity:1;transform:none}.lp [data-reveal-stagger].lp-revealed>*:nth-child(2){transition-delay:.08s}.lp [data-reveal-stagger].lp-revealed>*:nth-child(3){transition-delay:.16s}.lp [data-reveal-stagger].lp-revealed>*:nth-child(4){transition-delay:.24s}.lp [data-reveal-stagger].lp-revealed>*:nth-child(5){transition-delay:.32s}.lp [data-reveal-stagger].lp-revealed>*:nth-child(6){transition-delay:.4s}.lp [data-reveal-stagger].lp-revealed>*:nth-child(n+7){transition-delay:.46s}}.lp-parallax{background-attachment:fixed}@media (max-width: 900px),(prefers-reduced-motion: reduce){.lp-parallax{background-attachment:scroll}}.lp-legal-updated{margin:0 0 1.1rem;font-size:.8rem;color:#6b7280}.lp-legal section{margin-bottom:1.1rem}.lp-legal section:last-child{margin-bottom:0}.lp-legal h4{margin:0 0 .35rem;font-family:Archivo,Segoe UI,system-ui,sans-serif;font-size:.95rem;color:#14213d}.lp-legal p{margin:0;font-size:.88rem;line-height:1.6;color:#3f4753}.lp-service-modal p{margin:0 0 .9rem;font-size:.92rem;line-height:1.7;color:var(--text, #3f4753)}.lp-service-modal p:last-child{margin-bottom:0}.lp-service-modal-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.5rem;margin-bottom:1.2rem}.lp-service-modal-gallery img{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:6px}.lp-service-modal-quote{margin:1.2rem 0 0;padding:.8rem 1.1rem;border-left:3px solid #fca311;background:var(--bg-alt, rgba(252, 163, 17, .08));border-radius:0 8px 8px 0;font-style:italic;font-weight:600;color:var(--text, #14213d)}.lp[data-tpl=industrial]{--i-bg: #0e1013;--i-surface: #16191f;--i-surface-2: #101317;--i-line: #2a2f39;--i-line-strong: #3a4150;--i-grid-line: #181c22;--i-ink: #e7e9ee;--i-muted: #9aa0ac;--i-soft: #c7ccd6;--i-accent: #f5a623;--i-accent-ink: #0e1013;background:var(--i-bg);color:var(--i-ink);font-family:Space Grotesk,Segoe UI,system-ui,sans-serif}:root:not([data-theme=dark]) .lp[data-tpl=industrial]{--i-bg: #f3f4f2;--i-surface: #ffffff;--i-surface-2: #ecedeb;--i-line: #d7d9dd;--i-line-strong: #c2c5cc;--i-grid-line: #e4e5e8;--i-ink: #1a1d23;--i-muted: #5a616e;--i-soft: #33383f;--i-accent: #b9760a;--i-accent-ink: #ffffff}.lp[data-tpl=industrial] h1,.lp[data-tpl=industrial] h2,.lp[data-tpl=industrial] h3{font-family:Space Grotesk,Archivo,sans-serif;font-weight:700;letter-spacing:-.01em;margin:0}.lp[data-tpl=industrial] a{color:inherit;text-decoration:none}.lp[data-tpl=industrial] a.i-btn-primary{color:var(--i-accent-ink)}.lp[data-tpl=industrial] a.i-btn-ghost{color:var(--i-ink)}.lp[data-tpl=industrial] a.i-contact-directions,.lp[data-tpl=industrial] .i-footer-col a:hover,.lp[data-tpl=industrial] .i-footer-linklike:hover{color:var(--i-accent)}.i-mono{font-family:IBM Plex Mono,ui-monospace,monospace}.i-btn{display:inline-flex;align-items:center;justify-content:center;font-family:inherit;font-weight:700;font-size:.95rem;padding:.85rem 1.6rem;border-radius:4px;border:1px solid transparent;cursor:pointer}.i-btn-primary{background:var(--i-accent);color:var(--i-accent-ink)}.i-btn-ghost{background:transparent;border-color:var(--i-line-strong);color:var(--i-ink)}.i-btn:focus-visible,.lp[data-tpl=industrial] a:focus-visible{outline:2px solid var(--i-accent);outline-offset:2px}.i-hero{min-height:82vh;display:flex;align-items:center;padding:7rem 1.5rem 6rem;border-bottom:1px solid var(--i-line);background-color:var(--i-bg);background-image:linear-gradient(var(--i-grid-line) 1px,transparent 1px),linear-gradient(90deg,var(--i-grid-line) 1px,transparent 1px);background-size:56px 56px;background-attachment:fixed}@media (max-width: 900px){.i-hero{min-height:68vh;background-attachment:scroll}}.i-wrap{max-width:1360px;margin:0 auto}.i-eyebrow{font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.78rem;letter-spacing:.12em;color:var(--i-accent)}.i-hero .i-eyebrow{display:block;margin-bottom:1.1rem}.i-hero h1{margin:0;font-size:clamp(2.8rem,8vw,5.4rem);line-height:.98;text-transform:uppercase}.i-subbrand{margin:1.2rem 0 0;font-weight:600;font-size:1rem;color:var(--i-accent)}.i-lead{margin:1rem 0 0;font-size:1rem;line-height:1.65;color:var(--i-muted);max-width:62ch}.i-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:2rem}.i-badges{display:flex;flex-wrap:wrap;gap:.6rem;margin:2rem 0 0;padding:0;list-style:none}.i-badge{font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.72rem;letter-spacing:.04em;text-transform:uppercase;padding:.4rem .7rem;border:1px solid var(--i-line-strong);color:var(--i-soft)}.i-badge--accent{border-color:var(--i-accent);color:var(--i-accent)}.i-banner a{display:block;border-top:1px solid var(--i-line);border-bottom:1px solid var(--i-line);overflow:hidden}.i-banner img{display:block;width:100%;height:100%;max-height:100vh;object-fit:cover;filter:grayscale(.15) contrast(1.03)}.i-showcase{width:100vw;margin-left:calc(50% - 50vw);margin-top:3.5rem;margin-bottom:3.5rem;border-top:1px solid var(--i-line);border-bottom:1px solid var(--i-line);display:flex;flex-direction:column}.i-showcase-row{position:relative;display:grid;grid-template-columns:1fr 1fr;align-items:stretch;min-height:clamp(320px,30vw,440px);scroll-margin-top:90px}.i-showcase-row+.i-showcase-row{border-top:1px solid var(--i-line)}.i-showcase-row:nth-child(2n) .i-showcase-media{order:2}.i-showcase-media{min-width:0;display:flex;align-items:center;overflow:hidden;background:var(--i-surface-2);border-right:1px solid var(--i-line)}.i-showcase-row:nth-child(2n) .i-showcase-media{border-right:0;border-left:1px solid var(--i-line)}.i-showcase-media img{display:block;width:100%;height:auto;object-fit:fill;filter:grayscale(.12) contrast(1.03);transition:transform .9s cubic-bezier(.16,1,.3,1)}.i-showcase-row:hover .i-showcase-media img{transform:scale(1.05)}.i-showcase-body{align-self:center;padding:clamp(2rem,4vw,3.5rem) clamp(1.5rem,5vw,4.5rem);max-width:620px}.i-showcase-row:nth-child(2n) .i-showcase-body{margin-left:auto}.i-showcase-body h3{margin:.8rem 0 0;font-size:clamp(1.6rem,3vw,2.4rem);line-height:1.05;text-transform:uppercase}.i-showcase-body p{margin:1.3rem 0 0;font-size:clamp(.9rem,1.1vw,1rem);line-height:1.75;color:var(--i-soft)}.i-showcase-more{display:inline-block;margin-top:1.6rem;padding:0;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.78rem;letter-spacing:.06em;color:var(--i-accent);background:none;border:0;cursor:pointer}.i-showcase-more:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.lp[data-tpl=industrial] button.i-showcase-more{color:var(--i-accent)}.i-section{max-width:1360px;margin:0 auto;padding:4.5rem 1.5rem}.i-section-head{display:flex;align-items:baseline;gap:1rem;flex-wrap:wrap;border-bottom:1px solid var(--i-line);padding-bottom:1rem;margin-bottom:2.5rem}.i-section-head h2{font-size:clamp(1.5rem,3vw,1.9rem)}.i-tag{font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.8rem;color:var(--i-accent)}.i-section-head p{margin:0;color:var(--i-muted);font-size:.9rem}.i-vision{border-top:1px solid var(--i-line);background:var(--i-surface-2)}.i-vision-inner{max-width:1360px;margin:0 auto;padding:4.5rem 1.5rem}.i-vision-quote{margin:0 0 2.5rem;padding:0 0 0 1.5rem;border-left:3px solid var(--i-accent);font-size:clamp(1.2rem,2.8vw,1.5rem);line-height:1.35;font-weight:600;max-width:26ch}.i-vision-lead{margin:0 0 2.5rem;line-height:1.75;color:var(--i-muted);max-width:70ch}.i-vision-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--i-line);border:1px solid var(--i-line)}.i-vision-card{background:var(--i-surface);padding:1.6rem;border-left:2px solid var(--i-accent)}.i-vision-tag{font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.78rem;letter-spacing:.08em;color:var(--i-accent)}.i-vision-card p{margin:.7rem 0 0;font-size:.9rem;line-height:1.65;color:var(--i-soft)}.i-contact{border-top:1px solid var(--i-line);background-color:var(--i-bg);background-image:linear-gradient(var(--i-grid-line) 1px,transparent 1px),linear-gradient(90deg,var(--i-grid-line) 1px,transparent 1px);background-size:44px 44px}.i-contact-inner{max-width:1360px;margin:0 auto;padding:4.5rem 1.5rem}.i-contact-lead{margin:0 0 2rem;color:var(--i-muted);max-width:60ch}.i-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--i-line);border:1px solid var(--i-line)}.i-contact-col{background:var(--i-surface);padding:1.6rem;display:flex;flex-direction:column;gap:.9rem}.i-contact-col .i-btn{width:100%}.i-contact-address{margin:.4rem 0 0;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.82rem;line-height:1.5;color:var(--i-muted)}.i-contact-directions{font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.8rem;letter-spacing:.04em;color:var(--i-accent)}.i-map{background:var(--i-surface);min-height:260px}.i-map iframe{display:block;width:100%;height:100%;min-height:260px;border:0}.i-footer{background:var(--i-surface-2);color:var(--i-muted);border-top:1px solid var(--i-line);padding:3.5rem 1.5rem 1.5rem}.i-footer-top{max-width:1360px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid var(--i-line)}.i-footer-brand span{font-family:Space Grotesk,sans-serif;font-weight:700;letter-spacing:.06em;color:var(--i-ink)}.i-footer-brand p{margin:.9rem 0 0;font-size:.86rem;line-height:1.6;max-width:34ch}.i-footer-brand .lp-footer-logo{height:38px;width:auto;background:#fff;padding:.3rem .55rem;border-radius:6px;display:block;margin-bottom:.8rem}.i-footer-col{display:flex;flex-direction:column;gap:.6rem}.i-footer-col h4{margin:0 0 .3rem;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.76rem;letter-spacing:.08em;color:var(--i-muted)}.i-footer-col a,.i-footer-linklike{font-family:inherit;font-size:.88rem;color:var(--i-soft);background:none;border:none;padding:0;text-align:left;cursor:pointer}.i-footer-col a:hover,.i-footer-linklike:hover{color:var(--i-accent)}.i-footer-bottom{max-width:1360px;margin:0 auto;padding-top:1.3rem;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.78rem;color:var(--i-muted)}.i-footer-bottom a{color:var(--i-soft);text-decoration:underline}@media (max-width: 1000px){.i-showcase-row{grid-template-columns:1fr;min-height:0}.i-showcase-row:nth-child(2n) .i-showcase-media{order:0;border-left:0}.i-showcase-media{border-right:0;border-bottom:1px solid var(--i-line)}.i-showcase-body{margin:0!important;max-width:none}}@media (max-width: 900px){.i-vision-grid,.i-contact-grid{grid-template-columns:1fr}.i-footer-top{grid-template-columns:1fr 1fr}.i-footer-brand{grid-column:1 / -1}}@media (max-width: 640px){.i-footer-top{grid-template-columns:1fr}}.lp[data-tpl=editorial]{--e-bg: #faf8f4;--e-surface: #faf8f4;--e-ink: #1a1a1a;--e-muted: #6b6b66;--e-soft: #54524c;--e-accent: #b0560f;--e-rule: #1a1a1a;--e-hair: #e0ddd4;--e-hair-soft: #d8d3c6;background:var(--e-bg);color:var(--e-ink);font-family:IBM Plex Sans,Segoe UI,system-ui,sans-serif}:root[data-theme=dark] .lp[data-tpl=editorial]{--e-bg: #15140f;--e-surface: #15140f;--e-ink: #ece7db;--e-muted: #9b968a;--e-soft: #c3bdae;--e-accent: #dd8a44;--e-rule: #ece7db;--e-hair: #33302a;--e-hair-soft: #2b2823}.lp[data-tpl=editorial] h1,.lp[data-tpl=editorial] h2,.lp[data-tpl=editorial] h3{font-family:Newsreader,Georgia,serif;font-weight:500;letter-spacing:-.005em;margin:0}.lp[data-tpl=editorial] a{color:inherit;text-decoration:none}.lp[data-tpl=editorial] a.e-btn{color:var(--e-bg)}.lp[data-tpl=editorial] a.e-btn--ghost{color:var(--e-ink)}.lp[data-tpl=editorial] a.e-link:hover{color:var(--e-accent)}.lp[data-tpl=editorial] a.e-phone{color:var(--e-ink)}.lp[data-tpl=editorial] .e-footer-col a:hover,.lp[data-tpl=editorial] .e-footer-linklike:hover{color:var(--e-accent)}.lp[data-tpl=editorial] .e-footer-bottom a{color:var(--e-soft)}.e-wrap{max-width:1200px;margin:0 auto;padding:0 clamp(1.5rem,4vw,3rem)}.e-eyebrow{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--e-muted)}.e-link{border-bottom:1px solid var(--e-hair-soft);padding-bottom:1px}.e-link:hover{border-color:var(--e-accent);color:var(--e-accent)}.e-hero{min-height:76vh;display:flex;flex-direction:column;justify-content:center;padding:7rem 0 5rem;border-bottom:1px solid var(--e-hair)}.e-hero>.e-eyebrow{display:block;margin-bottom:.9rem}.e-hero h1{margin:0;font-size:clamp(3rem,9vw,6rem);line-height:1;max-width:14ch}.e-hero-sub{margin:1.6rem 0 0;font-family:Newsreader,Georgia,serif;font-size:1.4rem;line-height:1.4;color:var(--e-soft);max-width:34ch}.e-lead{margin:1.6rem 0 0;font-size:1rem;line-height:1.7;color:var(--e-soft);max-width:60ch}.e-actions{display:flex;gap:1.4rem;align-items:center;flex-wrap:wrap;margin-top:2.4rem}.e-btn{display:inline-flex;align-items:center;justify-content:center;font-family:IBM Plex Sans,sans-serif;font-weight:600;font-size:.92rem;padding:.85rem 1.8rem;border:1px solid var(--e-rule);background:var(--e-ink);color:var(--e-bg);cursor:pointer}.e-btn--ghost{background:transparent;color:var(--e-ink)}.e-btn:focus-visible,.lp[data-tpl=editorial] a:focus-visible{outline:2px solid var(--e-accent);outline-offset:3px}.e-chips{display:flex;flex-wrap:wrap;gap:0 1.4rem;margin-top:2.6rem;font-size:.8rem;letter-spacing:.02em;color:var(--e-muted)}.e-chips span{border-top:2px solid var(--e-rule);padding-top:.5rem}.e-chips span:last-child{border-color:var(--e-accent);color:var(--e-accent)}.e-figure{width:100vw;margin:3.5rem 0 0 calc(50% - 50vw);padding:0 0 3.5rem;border-bottom:1px solid var(--e-hair)}.e-figure a{display:block;border-top:1px solid var(--e-rule);border-bottom:1px solid var(--e-rule)}.e-figure img{display:block;width:100%;height:100%;max-height:100vh;object-fit:cover}.e-fig-cap{display:block;max-width:1200px;margin:.8rem auto 0;padding:0 clamp(1.5rem,4vw,3rem)}.e-showcase{width:100vw;margin:0 0 3.5rem calc(50% - 50vw);display:flex;flex-direction:column}.e-showcase-row{position:relative;display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:clamp(320px,32vw,480px);border-top:1px solid var(--e-hair);scroll-margin-top:90px}.e-showcase-row:last-child{border-bottom:1px solid var(--e-hair)}.e-showcase-row:nth-child(2n) .e-showcase-media{order:2}.e-showcase-media{min-width:0;align-self:center;overflow:hidden}.e-showcase-media img{display:block;width:100%;height:auto;object-fit:fill;transition:transform .9s cubic-bezier(.16,1,.3,1)}.e-showcase-row:hover .e-showcase-media img{transform:scale(1.04)}.e-showcase-body{align-self:center;padding:clamp(2rem,5vw,4rem) clamp(1.6rem,6vw,5rem);max-width:620px}.e-showcase-row:nth-child(2n) .e-showcase-body{margin-left:auto}.e-showcase-body .e-num{display:block;margin-bottom:.6rem}.e-showcase-body h3{font-family:Newsreader,Georgia,serif;font-weight:500;font-size:clamp(1.8rem,3.4vw,2.8rem);line-height:1.1}.e-showcase-body p{margin:1.4rem 0 0;font-size:clamp(.92rem,1.1vw,1rem);line-height:1.75;color:var(--e-soft)}.e-showcase-more{display:inline-block;margin-top:1.6rem;padding:0;font-family:IBM Plex Sans,sans-serif;font-size:.82rem;font-weight:600;color:var(--e-accent);background:none;border:0;cursor:pointer}.e-showcase-more:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.e-section{padding:4.5rem 0;border-bottom:1px solid var(--e-hair)}.e-sec-head{display:grid;grid-template-columns:1fr 2fr;gap:2rem;margin-bottom:3rem}.e-sec-head .e-eyebrow{padding-top:.4rem}.e-sec-head h2{font-size:clamp(1.8rem,3.6vw,2.4rem);line-height:1.15;max-width:20ch}.e-num{font-family:Newsreader,Georgia,serif;font-size:1.1rem;color:var(--e-accent)}.e-vision-quote{margin:1.6rem 0 0;font-family:Newsreader,Georgia,serif;font-size:clamp(1.6rem,4vw,2.4rem);line-height:1.3;font-weight:400;max-width:24ch}.e-vision-quote .e-mark{color:var(--e-accent)}.e-vision-cols{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;margin-top:3rem}.e-vision-cols>p{margin:0;font-size:.95rem;line-height:1.75;color:var(--e-soft)}.e-vision-side{display:flex;flex-direction:column;gap:1.8rem}.e-vision-side p{margin:.6rem 0 0;font-size:.95rem;line-height:1.7;color:var(--e-soft)}.e-contact{padding:4.5rem 0 5rem}.e-contact h2{margin:1.4rem 0 0;font-size:clamp(1.8rem,3.6vw,2.4rem)}.e-contact-lead{margin:1rem 0 0;font-size:.98rem;line-height:1.7;color:var(--e-soft);max-width:52ch}.e-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;margin-top:2.5rem;align-items:start}.e-phone{font-family:Newsreader,Georgia,serif;font-size:clamp(1.9rem,4.5vw,2.6rem);display:block}.e-contact-address{margin:1rem 0 0;font-size:.92rem;line-height:1.6;color:var(--e-soft)}.e-contact-actions{display:flex;gap:1.4rem;align-items:center;flex-wrap:wrap;margin-top:1.4rem}.e-map{border:1px solid var(--e-rule);min-height:220px}.e-map iframe{display:block;width:100%;height:100%;min-height:220px;border:0}.e-footer{border-top:1px solid var(--e-rule);background:var(--e-bg)}.e-footer-inner{max-width:1200px;margin:0 auto;padding:3rem clamp(1.5rem,4vw,3rem) 1.5rem}.e-footer-top{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid var(--e-hair)}.e-footer-brand span{font-family:Newsreader,Georgia,serif;font-weight:600;font-size:1.1rem}.e-footer-brand p{margin:.8rem 0 0;font-size:.86rem;line-height:1.6;color:var(--e-muted);max-width:34ch}.e-footer-brand .lp-footer-logo{height:36px;width:auto;background:#fff;padding:.3rem .5rem;border:1px solid var(--e-hair);display:block;margin-bottom:.8rem}.e-footer-col{display:flex;flex-direction:column;gap:.6rem}.e-footer-col h4{margin:0 0 .4rem;font-family:IBM Plex Sans,sans-serif;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--e-muted)}.e-footer-col a,.e-footer-linklike{font-family:inherit;font-size:.88rem;color:var(--e-ink);background:none;border:none;padding:0;text-align:left;cursor:pointer}.e-footer-col a:hover,.e-footer-linklike:hover{color:var(--e-accent)}.e-footer-bottom{padding-top:1.3rem;font-size:.8rem;color:var(--e-muted)}.e-footer-bottom a{color:var(--e-soft);text-decoration:underline}@media (max-width: 900px){.e-sec-head,.e-vision-cols,.e-contact-grid{grid-template-columns:1fr;gap:1.5rem}.e-footer-top{grid-template-columns:1fr 1fr}.e-footer-brand{grid-column:1 / -1}}@media (max-width: 1000px){.e-showcase-row{grid-template-columns:1fr;min-height:0}.e-showcase-row:nth-child(2n) .e-showcase-media{order:0}.e-showcase-body{margin:0!important;max-width:none}}@media (max-width: 640px){.e-hero{padding:4rem 0 3rem}.e-footer-top{grid-template-columns:1fr}}.lp[data-tpl=retail]{--r-bg: #fdf7f0;--r-surface: #ffffff;--r-ink: #2b2724;--r-muted: #5b544d;--r-teal: #1f6f65;--r-teal-deep: #1a5c54;--r-coral: #e5674b;--r-coral-deep: #d1573c;--r-peach-1: #ffe9d6;--r-peach-2: #ffd7bd;--r-mint-1: #dff0ec;--r-mint-2: #c7e6df;--r-lilac-1: #ece6f4;--r-lilac-2: #ddd2ec;--r-lilac-ink: #6f5a9a;--r-line: #efe2d2;--r-footer-bg: #f4e7d8;--r-card-shadow: 0 12px 30px -18px rgba(43, 39, 36, .25);background:var(--r-bg);color:var(--r-ink);font-family:DM Sans,Segoe UI,system-ui,sans-serif}[data-theme=dark] .lp[data-tpl=retail]{--r-bg: #211c19;--r-surface: #2c2622;--r-ink: #f0e8df;--r-muted: #b8ada1;--r-teal: #2f9f90;--r-teal-deep: #37b0a0;--r-coral: #f0795d;--r-coral-deep: #f68a72;--r-peach-1: #3c2c20;--r-peach-2: #4a3527;--r-mint-1: #1e3b36;--r-mint-2: #244a43;--r-lilac-1: #2f2740;--r-lilac-2: #3a2f4f;--r-lilac-ink: #b9a6dc;--r-line: #3a322c;--r-footer-bg: #1b1613;--r-card-shadow: 0 12px 30px -18px rgba(0, 0, 0, .55)}.lp[data-tpl=retail] h1,.lp[data-tpl=retail] h2,.lp[data-tpl=retail] h3{font-family:"DM Serif Display",Archivo,Georgia,serif;font-weight:400;letter-spacing:0;margin:0}.lp[data-tpl=retail] a{color:inherit;text-decoration:none}.lp[data-tpl=retail] a.r-btn-primary,.lp[data-tpl=retail] a.r-btn-teal{color:#fff}.lp[data-tpl=retail] a.r-btn-soft{color:var(--r-ink)}.lp[data-tpl=retail] a.r-contact-directions,.lp[data-tpl=retail] .r-footer-col a:hover,.lp[data-tpl=retail] .r-footer-linklike:hover{color:var(--r-coral)}.lp[data-tpl=retail] .r-footer-bottom a{color:var(--r-teal)}.r-wrap{max-width:1340px;margin:0 auto;padding:0 1.5rem}.r-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;font-family:inherit;font-weight:600;font-size:1rem;padding:.85rem 1.8rem;border-radius:999px;border:1px solid transparent;cursor:pointer;transition:transform .15s ease,background-color .15s ease}.r-btn:hover{transform:translateY(-1px)}.r-btn-primary{background:var(--r-coral);color:#fff}.r-btn-primary:hover{background:var(--r-coral-deep)}.r-btn-teal{background:var(--r-teal);color:#fff}.r-btn-teal:hover{background:var(--r-teal-deep)}.r-btn-soft{background:var(--r-surface);color:var(--r-ink);border-color:var(--r-line)}.r-btn:focus-visible,.lp[data-tpl=retail] a:focus-visible{outline:3px solid var(--r-teal);outline-offset:2px}.r-hero{text-align:center;min-height:78vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 2rem 5rem;margin:1.5rem 1.5rem 0;border-radius:32px;background:radial-gradient(120% 120% at 50% 0%,var(--r-peach-1) 0%,var(--r-bg) 62%)}.r-hero-inner{max-width:780px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.r-eyebrow{font-size:.82rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--r-teal);background:var(--r-mint-1);padding:.4rem .9rem;border-radius:999px}.r-hero h1{margin:1.4rem 0 0;font-size:clamp(2.6rem,7vw,4.6rem);line-height:1.06}.r-subbrand{margin:.8rem 0 0;font-family:"DM Serif Display",Georgia,serif;font-style:italic;font-size:1.2rem;color:var(--r-teal)}.r-lead{margin:1.3rem 0 0;font-size:1.02rem;line-height:1.65;color:var(--r-muted);max-width:56ch}.r-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:2rem}.r-chips{display:flex;gap:.7rem;justify-content:center;flex-wrap:wrap;margin-top:2.2rem;list-style:none;padding:0}.r-chip{font-size:.8rem;font-weight:600;padding:.45rem .9rem;border-radius:999px}.r-chip-teal{background:var(--r-teal);color:#fff}.r-chip-lilac{background:var(--r-lilac-ink);color:#fff}.r-chip-mint{background:var(--r-mint-1);color:var(--r-teal)}.r-chip-peach{background:var(--r-peach-2);color:var(--r-coral-deep)}.r-banner{max-width:1340px;margin:3.5rem auto 0;padding:0 clamp(1.25rem,4vw,3rem)}.r-banner a{display:block;border-radius:28px;overflow:hidden;box-shadow:0 24px 50px -24px #2b272459;transition:transform .15s ease}.r-banner a:hover{transform:translateY(-2px)}.r-banner img{display:block;width:100%;height:100%;max-height:100vh;object-fit:cover}.r-showcase{display:flex;flex-direction:column;gap:clamp(1.5rem,3vw,3rem);margin:clamp(2rem,4vw,3.5rem) 0 clamp(3rem,5vw,4.5rem)}.r-showcase-row{position:relative;display:grid;grid-template-columns:1fr 1fr;align-items:stretch;min-height:clamp(320px,32vw,460px);border-radius:28px;overflow:hidden;box-shadow:var(--r-card-shadow);background:var(--r-surface);scroll-margin-top:100px}.r-showcase-row:nth-child(2n) .r-showcase-media{order:2}.r-showcase-media{min-width:0;display:flex;align-items:center;overflow:hidden;background:linear-gradient(160deg,var(--r-mint-1),var(--r-peach-1))}.r-showcase-media img{display:block;width:100%;height:auto;object-fit:fill;transition:transform .9s cubic-bezier(.16,1,.3,1)}.r-showcase-row:hover .r-showcase-media img{transform:scale(1.05)}.r-showcase-body{align-self:center;padding:clamp(2rem,4vw,3.4rem) clamp(1.6rem,5vw,3.6rem)}.r-showcase-num{display:block;font-family:"DM Serif Display",Georgia,serif;font-size:1.3rem;color:var(--r-coral);margin-bottom:.4rem}.r-showcase-body h3{font-size:clamp(1.6rem,3vw,2.4rem)}.r-showcase-body p{margin:1.1rem 0 0;font-size:clamp(.9rem,1.1vw,1rem);line-height:1.7;color:var(--r-muted)}.r-showcase-more{display:inline-block;margin-top:1.4rem;padding:0;font:inherit;font-size:.88rem;font-weight:700;color:var(--r-coral);background:none;border:0;cursor:pointer}.r-showcase-more:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.lp[data-tpl=retail] button.r-showcase-more{color:var(--r-coral)}.r-section{max-width:1340px;margin:0 auto;padding:4.5rem 1.5rem}.r-section-head{text-align:center;max-width:46ch;margin:0 auto 3rem}.r-section-head h2{font-size:clamp(1.9rem,3.4vw,2.4rem)}.r-section-head p{margin:.6rem 0 0;color:var(--r-muted);line-height:1.6}.r-vision{max-width:1340px;margin:0 auto;padding:0 1.5rem 4.5rem}.r-vision-inner{background:var(--r-teal);color:#fff;border-radius:28px;padding:3.5rem 3rem}.r-vision-inner h2{font-size:1.5rem;margin-bottom:1rem;color:#bfe6de}.r-vision-mark{font-family:"DM Serif Display",Georgia,serif;font-size:3.5rem;line-height:1;color:#8fd0c4}.r-vision-quote{margin:.3rem 0 0;font-family:"DM Serif Display",Georgia,serif;font-size:clamp(1.5rem,3vw,1.9rem);line-height:1.35;max-width:26ch}.r-vision-lead{margin:1.8rem 0 0;font-size:.98rem;line-height:1.7;color:#ffffffd9;max-width:70ch}.r-vision-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem;margin-top:2.2rem}.r-vision-card{background:#ffffff1a;border-radius:18px;padding:1.4rem 1.5rem}.r-vision-tag{font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#8fd0c4}.r-vision-card p{margin:.6rem 0 0;font-size:.9rem;line-height:1.6}.r-contact{max-width:1340px;margin:0 auto;padding:0 1.5rem 5rem}.r-contact-card{background:var(--r-surface);border-radius:28px;overflow:hidden;box-shadow:0 20px 50px -28px #2b27244d}.r-contact-map{width:100%;aspect-ratio:16 / 7;background:linear-gradient(160deg,var(--r-mint-1),var(--r-peach-1))}.r-contact-map iframe{display:block;width:100%;height:100%;border:0}.r-contact-body{padding:2.4rem 2.6rem;text-align:center}.r-contact-body h2{font-size:2rem}.r-contact-body>p{margin:.7rem auto 0;color:var(--r-muted);line-height:1.6;max-width:50ch}.r-contact-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:1.6rem}.r-contact-address{margin:1.3rem 0 0;font-size:.92rem;color:var(--r-muted)}.r-contact-directions{display:inline-block;margin-top:.5rem;font-size:.88rem;font-weight:700;color:var(--r-coral)}.r-contact-directions:hover{text-decoration:underline}.r-footer{background:var(--r-footer-bg);border-radius:32px 32px 0 0;margin-top:1rem}.r-footer-top{max-width:1340px;margin:0 auto;padding:3.2rem 1.8rem 0;display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:2.5rem}.r-footer-brand span{font-family:"DM Serif Display",Georgia,serif;font-size:1.3rem;color:var(--r-teal)}.r-footer-brand p{margin:.8rem 0 0;font-size:.88rem;line-height:1.6;color:var(--r-muted);max-width:34ch}.r-footer-brand .lp-footer-logo{height:40px;width:auto;background:#fff;padding:.35rem .6rem;border-radius:8px;display:block;margin-bottom:.8rem}.r-footer-col{display:flex;flex-direction:column;gap:.6rem}.r-footer-col h4{margin:0 0 .4rem;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--r-muted)}.r-footer-col a,.r-footer-linklike{font-family:inherit;font-size:.89rem;color:var(--r-ink);background:none;border:none;padding:0;text-align:left;cursor:pointer}.r-footer-col a:hover,.r-footer-linklike:hover{color:var(--r-coral)}.r-footer-bottom{max-width:1340px;margin:0 auto;padding:1.4rem 1.8rem;margin-top:2.4rem;border-top:1px solid var(--r-line);font-size:.8rem;color:var(--r-muted);display:flex;flex-wrap:wrap;gap:.2rem}.r-footer-bottom a{color:var(--r-teal);text-decoration:underline}@media (max-width: 1000px){.r-showcase-row{grid-template-columns:1fr;min-height:0}.r-showcase-row:nth-child(2n) .r-showcase-media{order:0}}@media (max-width: 900px){.r-vision-grid{grid-template-columns:1fr}.r-vision-inner{padding:2.5rem 1.8rem}.r-footer-top{grid-template-columns:1fr 1fr}.r-footer-brand{grid-column:1 / -1}}@media (max-width: 640px){.r-hero{margin:1rem .75rem 0;padding:3.5rem 1.4rem 3rem}.r-footer-top{grid-template-columns:1fr}.r-contact-body{padding:2rem 1.5rem}}@media (prefers-reduced-motion: reduce){.r-btn,.r-banner a{transition:none}}.lp[data-tpl=vertice]{--v-bg: #ffffff;--v-alt: #f5f6fa;--v-lav: #eef0fb;--v-surface: #ffffff;--v-line: #e4e7f0;--v-ink: #20242b;--v-muted: #6b7280;--v-soft: #3d4451;--v-coral: #ec7a5b;--v-coral-deep: #d9663f;--v-indigo: #33417f;--v-indigo-deep: #2a3668;--v-shell: 1360px;background:var(--v-bg);color:var(--v-ink);font-family:Poppins,Archivo,Segoe UI,system-ui,sans-serif}[data-theme=dark] .lp[data-tpl=vertice]{--v-bg: #0f1320;--v-alt: #141926;--v-lav: #1a1f33;--v-surface: #161c2b;--v-line: #28304a;--v-ink: #e8eaf2;--v-muted: #98a1b5;--v-soft: #c2c8d6;--v-indigo: #8f9bd6;--v-indigo-deep: #7a88cf}.lp[data-tpl=vertice] h1,.lp[data-tpl=vertice] h2,.lp[data-tpl=vertice] h3{font-family:Poppins,Archivo,sans-serif;font-weight:800;letter-spacing:-.02em;line-height:1.08;margin:0}.lp[data-tpl=vertice] a{color:inherit;text-decoration:none}.lp[data-tpl=vertice] a.v-btn-primary,.lp[data-tpl=vertice] a.v-btn-ghost{color:#fff}.lp[data-tpl=vertice] button.v-showcase-more,.lp[data-tpl=vertice] .v-contact-list a,.lp[data-tpl=vertice] a.v-contact-directions{color:var(--v-indigo)}.lp[data-tpl=vertice] .v-footer-col a:hover,.lp[data-tpl=vertice] .v-footer-linklike:hover{color:var(--v-coral)}.v-bar{display:block;width:56px;height:3px;background:var(--v-coral);margin:1.1rem 0 0}.v-btn{display:inline-flex;align-items:center;justify-content:center;font-family:inherit;font-weight:600;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;padding:1.05rem 2.1rem;border-radius:2px;border:2px solid transparent;cursor:pointer;transition:transform .15s ease,background-color .15s ease}.v-btn-primary{background:var(--v-coral);color:#fff}.v-btn-primary:hover{background:var(--v-coral-deep);transform:translateY(-2px)}.v-btn-ghost{background:transparent;border-color:#ffffffb3;color:#fff}.v-btn-ghost:hover{background:#ffffff1f}.v-btn:focus-visible,.lp[data-tpl=vertice] a:focus-visible{outline:2px solid var(--v-coral);outline-offset:3px}.v-hero{position:relative;min-height:94vh;display:flex;align-items:center;justify-content:center;padding:8rem 1.5rem 7rem;color:#fff;background:linear-gradient(120deg,#d9663fcc,#33417fd9),url(/landing/hero-bg.jpg) center / cover no-repeat}.v-hero-inner{max-width:900px;margin:0 auto;text-align:center}.v-eyebrow{display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#ffffffd9;margin-bottom:1.3rem}.v-hero h1{font-size:clamp(2.8rem,8vw,5.5rem);color:#fff}.v-subbrand{margin:1.3rem 0 0;font-weight:600;font-size:clamp(1rem,1.6vw,1.2rem);color:#ffffffeb}.v-lead{margin:1.2rem auto 0;max-width:70ch;font-size:clamp(1rem,1.3vw,1.1rem);line-height:1.75;color:#ffffffd1}.v-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:2.6rem}.v-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;margin:2.4rem 0 0;padding:0;list-style:none}.v-chip{font-size:.76rem;font-weight:600;letter-spacing:.02em;padding:.45rem .95rem;border-radius:999px;background:#ffffff24;color:#fff}.v-chip--accent{background:var(--v-coral)}.v-scroll-hint{position:absolute;left:50%;bottom:2.2rem;width:26px;height:42px;margin-left:-13px;border:2px solid rgba(255,255,255,.55);border-radius:14px}.v-scroll-hint:after{content:"";position:absolute;left:50%;top:8px;width:4px;height:8px;margin-left:-2px;border-radius:2px;background:#ffffffd9;animation:v-scroll 1.7s ease-in-out infinite}@keyframes v-scroll{0%{transform:translateY(0);opacity:0}40%{opacity:1}80%{transform:translateY(14px);opacity:0}to{opacity:0}}@media (prefers-reduced-motion: reduce){.v-scroll-hint{display:none}}.v-shell{max-width:var(--v-shell);margin:0 auto;padding:0 clamp(1.25rem,4vw,3rem)}.v-services{padding:clamp(4.5rem,8vw,7rem) 0}.v-section-head{margin-bottom:clamp(2.5rem,5vw,4rem)}.v-section-head h2{font-size:clamp(2.2rem,4.5vw,3.6rem)}.v-section-head p{margin:1.5rem 0 0;color:var(--v-muted);font-size:clamp(1rem,1.3vw,1.15rem);line-height:1.65;max-width:56ch}.v-showcase{display:flex;flex-direction:column;margin:clamp(2rem,4vw,3.5rem) 0 clamp(3.5rem,6vw,5.5rem)}.v-showcase-row{position:relative;display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:clamp(320px,30vw,460px);scroll-margin-top:90px}.v-showcase-row:nth-child(2n) .v-showcase-media{order:2}.v-showcase-media{min-width:0;align-self:center;overflow:hidden;background:var(--v-lav)}.v-showcase-media img{display:block;width:100%;height:auto;object-fit:fill;transition:transform .9s cubic-bezier(.16,1,.3,1)}.v-showcase-row:hover .v-showcase-media img{transform:scale(1.05)}.v-showcase-body{align-self:center;padding:clamp(2rem,4vw,3.5rem) clamp(1.5rem,5vw,4.5rem);max-width:620px}.v-showcase-row:nth-child(2n) .v-showcase-body{margin-left:auto}.v-showcase-num{display:block;font-size:.9rem;font-weight:700;letter-spacing:.14em;color:var(--v-coral);margin-bottom:.8rem}.v-showcase-body h3{font-size:clamp(1.7rem,3vw,2.6rem);font-weight:800}.v-showcase-body p{margin:1.4rem 0 0;font-size:clamp(.95rem,1.15vw,1.05rem);line-height:1.8;color:var(--v-soft)}.v-showcase-more{display:inline-block;margin-top:1.8rem;padding:0;font:inherit;font-size:.85rem;font-weight:700;letter-spacing:.02em;color:var(--v-indigo);background:none;border:0;cursor:pointer}.v-showcase-more:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.v-showcase-more:hover{text-decoration:underline}.v-banner{display:block;background:#0b0f1c}.v-banner img{display:block;width:100%;height:100%;max-height:100vh;object-fit:cover}.v-vision{background:var(--v-alt)}.v-vision-inner{max-width:var(--v-shell);margin:0 auto;padding:clamp(4.5rem,8vw,7rem) clamp(1.25rem,4vw,3rem)}.v-vision-quote{margin:2.6rem 0 0;max-width:26ch;font-family:Poppins,Archivo,sans-serif;font-weight:700;font-size:clamp(1.6rem,3.4vw,2.6rem);line-height:1.28;color:var(--v-ink)}.v-vision-lead{margin:2rem 0 0;max-width:80ch;font-size:clamp(.98rem,1.2vw,1.1rem);line-height:1.85;color:var(--v-muted)}.v-vision-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.4rem,2.5vw,2.2rem);margin-top:clamp(2.4rem,4vw,3.4rem)}.v-vision-card{background:var(--v-surface);border:1px solid var(--v-line);border-left:3px solid var(--v-coral);border-radius:4px;padding:clamp(1.6rem,3vw,2.4rem)}.v-vision-tag{display:inline-block;font-size:.74rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--v-coral)}.v-vision-card p{margin:1rem 0 0;font-size:.96rem;line-height:1.75;color:var(--v-soft)}.v-contact{display:grid;grid-template-columns:1.1fr .9fr;align-items:stretch}.v-contact-media{min-height:560px;background:var(--v-lav)}.v-contact-media iframe{display:block;width:100%;height:100%;min-height:560px;border:0}.v-contact-body{padding:clamp(3.5rem,7vw,6rem) clamp(1.5rem,6vw,5.5rem);align-self:center;max-width:620px}.v-contact-lead{margin:2rem 0 0;max-width:48ch;font-size:clamp(.95rem,1.15vw,1.05rem);line-height:1.75;color:var(--v-muted)}.v-contact-list{margin:1.8rem 0 0;padding:0 0 0 1.1rem;list-style:none}.v-contact-list li{position:relative;margin:.7rem 0;font-size:1rem;color:var(--v-soft)}.v-contact-list li:before{content:"";position:absolute;left:-1.1rem;top:.55em;width:6px;height:6px;border-radius:999px;background:var(--v-coral)}.v-contact-list a{color:var(--v-indigo);font-weight:600}.v-contact-list a:hover{text-decoration:underline}.v-contact-directions{display:inline-block;margin-top:1.5rem;font-size:.88rem;font-weight:700;color:var(--v-indigo)}.v-contact-directions:hover{text-decoration:underline}.v-footer{background:#12172a;color:#ffffffb8;padding:clamp(3.5rem,6vw,5rem) clamp(1.25rem,4vw,3rem) 1.8rem}.v-footer-top{max-width:var(--v-shell);margin:0 auto;display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:clamp(2rem,4vw,3.5rem);padding-bottom:2.6rem;border-bottom:1px solid rgba(255,255,255,.12)}.v-footer-brand p{margin:1rem 0 0;font-size:.9rem;line-height:1.7;max-width:36ch}.v-footer-brand .lp-footer-logo{height:42px;width:auto;background:#fff;padding:.35rem .6rem;border-radius:6px;display:block}.v-footer-col{display:flex;flex-direction:column;gap:.7rem}.v-footer-col h4{margin:0 0 .35rem;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#ffffff73}.v-footer-col a,.v-footer-linklike{font:inherit;font-size:.92rem;color:#ffffffc7;background:none;border:none;padding:0;text-align:left;cursor:pointer}.v-footer-col a:hover,.v-footer-linklike:hover{color:var(--v-coral)}.v-footer-bottom{max-width:var(--v-shell);margin:0 auto;padding-top:1.5rem;font-size:.82rem;color:#ffffff80}.v-footer-bottom a{color:#fffc;text-decoration:underline}@media (max-width: 1000px){.v-showcase-row{grid-template-columns:1fr;min-height:0}.v-showcase-row:nth-child(2n) .v-showcase-media{order:0}.v-showcase-body{margin:0!important;max-width:none}.v-contact{grid-template-columns:1fr}.v-contact-media,.v-contact-media iframe{min-height:340px}.v-footer-top{grid-template-columns:1fr 1fr}.v-footer-brand{grid-column:1 / -1}}@media (max-width: 620px){.v-vision-grid{grid-template-columns:1fr}.v-hero{min-height:84vh}.v-footer-top{grid-template-columns:1fr}}.lp[data-tpl=mistify]{--m-bg: #ffffff;--m-alt: #f4f7f9;--m-surface: #ffffff;--m-line: #e3e8ec;--m-ink: #1c222b;--m-muted: #667080;--m-soft: #3a424e;--m-cyan: #18a7d8;--m-cyan-deep: #1189b4;--m-dark: #1b1f27;--m-shell: 1320px;--m-purple: #8b3fb0;--m-green: #3fae6a;--m-amber: #e8912f;background:var(--m-bg);color:var(--m-ink);font-family:Poppins,Archivo,Segoe UI,system-ui,sans-serif}[data-theme=dark] .lp[data-tpl=mistify]{--m-bg: #0e1118;--m-alt: #141821;--m-surface: #161b25;--m-line: #262d3a;--m-ink: #e9ecf2;--m-muted: #9aa3b2;--m-soft: #c4cad4;--m-dark: #0a0d13}.lp[data-tpl=mistify] h1,.lp[data-tpl=mistify] h2,.lp[data-tpl=mistify] h3{font-family:Poppins,Archivo,sans-serif;font-weight:800;letter-spacing:-.02em;line-height:1.12;margin:0}.lp[data-tpl=mistify] a{color:inherit;text-decoration:none}.lp[data-tpl=mistify] a.m-btn-primary,.lp[data-tpl=mistify] a.m-btn-ghost{color:#fff}.lp[data-tpl=mistify] button.m-showcase-more,.lp[data-tpl=mistify] .m-contact-list a,.lp[data-tpl=mistify] a.m-contact-directions,.lp[data-tpl=mistify] .m-utility-links a:hover,.lp[data-tpl=mistify] .m-footer-col a:hover,.lp[data-tpl=mistify] .m-footer-linklike:hover{color:var(--m-cyan)}.m-utility{background:var(--m-dark);color:#ffffffb8}.m-utility-inner{max-width:var(--m-shell);margin:0 auto;padding:.6rem clamp(1.25rem,4vw,3rem);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.4rem 1.4rem;font-size:.82rem}.m-utility-links{display:flex;gap:1.4rem}.m-utility-links a{color:#ffffffd1;font-weight:600}.m-bar{display:block;width:70px;height:3px;border-radius:999px;background:var(--m-cyan);margin:1rem 0 0}.m-section-head--center .m-bar{margin-left:auto;margin-right:auto}.m-btn{display:inline-flex;align-items:center;justify-content:center;font-family:inherit;font-weight:600;font-size:.84rem;letter-spacing:.06em;text-transform:uppercase;padding:1.05rem 2.2rem;border-radius:4px;border:2px solid transparent;cursor:pointer;transition:transform .15s ease,filter .15s ease}.m-btn-primary{background:linear-gradient(135deg,var(--m-cyan),var(--m-cyan-deep));color:#fff}.m-btn-primary:hover{filter:brightness(1.08);transform:translateY(-2px)}.m-btn-ghost{background:transparent;border-color:#ffffffb3;color:#fff}.m-btn-ghost:hover{background:#ffffff1f}.m-btn:focus-visible,.lp[data-tpl=mistify] a:focus-visible{outline:2px solid var(--m-cyan);outline-offset:3px}.m-hero{min-height:92vh;display:flex;align-items:center;justify-content:center;padding:7rem 1.5rem 10rem;color:#fff;text-align:center;background:linear-gradient(#0c101abd,#0c101ae6),url(/landing/hero-bg.jpg) center / cover no-repeat}.m-hero-inner{max-width:860px;margin:0 auto}.m-eyebrow{display:inline-block;font-size:.78rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--m-cyan);margin-bottom:1.2rem}.m-hero h1{font-size:clamp(2.7rem,7.5vw,5rem);text-transform:uppercase;color:#fff}.m-subbrand{margin:1.2rem 0 0;font-weight:600;font-size:clamp(1rem,1.6vw,1.2rem);color:#ffffffe6}.m-lead{margin:1.1rem auto 0;max-width:66ch;font-size:clamp(1rem,1.3vw,1.1rem);line-height:1.75;color:#fffc}.m-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:2.6rem}.m-features{max-width:var(--m-shell);margin:clamp(-7rem,-9vw,-5rem) auto 0;padding:0 clamp(1.25rem,4vw,3rem);list-style:none;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1.2rem,2vw,1.8rem);position:relative;z-index:2}.m-feature{border-radius:8px;padding:clamp(1.6rem,3vw,2.4rem) 1.4rem;color:#fff;text-align:center;box-shadow:0 28px 50px -26px #00000073;transition:transform .18s ease}.m-feature:hover{transform:translateY(-4px)}.m-feature-ic{font-size:2rem;line-height:1}.m-feature p{margin:.8rem 0 0;font-weight:700;font-size:.96rem;line-height:1.4}.m-feature--purple{background:var(--m-purple)}.m-feature--cyan{background:var(--m-cyan)}.m-feature--green{background:var(--m-green)}.m-feature--amber{background:var(--m-amber)}.m-shell{max-width:var(--m-shell);margin:0 auto;padding:0 clamp(1.25rem,4vw,3rem)}.m-services{padding:clamp(4.5rem,8vw,7rem) 0}.m-section-head{margin-bottom:clamp(2.5rem,5vw,3.5rem)}.m-section-head--center{text-align:center}.m-section-head h2{font-size:clamp(2rem,4.5vw,3.2rem)}.m-section-head p{margin:1.5rem 0 0;color:var(--m-muted);font-size:clamp(1rem,1.25vw,1.12rem);line-height:1.6;max-width:58ch}.m-section-head--center p{margin-left:auto;margin-right:auto}.m-showcase{display:flex;flex-direction:column;margin:clamp(2.5rem,5vw,4rem) 0}.m-showcase-row{position:relative;display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:clamp(320px,30vw,460px);scroll-margin-top:90px}.m-showcase-row:nth-child(2n) .m-showcase-media{order:2}.m-showcase-media{min-width:0;align-self:center;overflow:hidden;background:var(--m-alt)}.m-showcase-media img{display:block;width:100%;height:auto;object-fit:fill;transition:transform .9s cubic-bezier(.16,1,.3,1)}.m-showcase-row:hover .m-showcase-media img{transform:scale(1.05)}.m-showcase-body{align-self:center;padding:clamp(2rem,4vw,3.5rem) clamp(1.5rem,5vw,4.5rem);max-width:620px}.m-showcase-row:nth-child(2n) .m-showcase-body{margin-left:auto}.m-showcase-num{display:block;font-size:.9rem;font-weight:700;letter-spacing:.14em;color:var(--m-cyan);margin-bottom:.8rem}.m-showcase-body h3{font-size:clamp(1.6rem,3vw,2.5rem);font-weight:800}.m-showcase-body p{margin:1.4rem 0 0;font-size:clamp(.95rem,1.15vw,1.05rem);line-height:1.8;color:var(--m-soft)}.m-showcase-more{display:inline-block;margin-top:1.8rem;padding:0;font:inherit;font-size:.85rem;font-weight:700;font-style:italic;color:var(--m-cyan);background:none;border:0;cursor:pointer}.m-showcase-more:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.m-showcase-more:hover{text-decoration:underline}.m-banner{display:block;background:#0a0d13}.m-banner img{display:block;width:100%;height:100%;max-height:100vh;object-fit:cover}.m-vision{background:var(--m-alt)}.m-vision-inner{max-width:var(--m-shell);margin:0 auto;padding:clamp(4.5rem,8vw,7rem) clamp(1.25rem,4vw,3rem);text-align:center}.m-vision-quote{margin:2.6rem auto 0;max-width:44ch;font-family:Poppins,Archivo,sans-serif;font-weight:700;font-size:clamp(1.4rem,3.2vw,2.2rem);line-height:1.35;color:var(--m-ink)}.m-vision-lead{margin:2rem auto 0;max-width:78ch;font-size:clamp(.98rem,1.2vw,1.1rem);line-height:1.85;color:var(--m-muted)}.m-vision-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.4rem,2.5vw,2.2rem);margin-top:clamp(2.6rem,4vw,3.4rem);text-align:left}.m-vision-card{background:var(--m-surface);border:1px solid var(--m-line);border-top:3px solid var(--m-cyan);border-radius:8px;padding:clamp(1.6rem,3vw,2.4rem)}.m-vision-tag{display:inline-block;font-size:.74rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--m-cyan)}.m-vision-card p{margin:1rem 0 0;font-size:.96rem;line-height:1.75;color:var(--m-soft)}.m-contact{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch;background:linear-gradient(#0c101ad1,#0c101ad1),url(/landing/brand-banner.jpg) center / cover no-repeat}.m-contact-card{margin:clamp(3.5rem,7vw,6rem) 0 clamp(3.5rem,7vw,6rem) clamp(1.5rem,6vw,5rem);background:var(--m-surface);border-radius:10px;padding:clamp(2.4rem,4vw,3.4rem) clamp(1.8rem,4vw,3.4rem);box-shadow:0 34px 66px -30px #0009;align-self:center;max-width:560px}.m-contact-lead{margin:1.8rem 0 0;max-width:46ch;font-size:clamp(.95rem,1.1vw,1.02rem);line-height:1.75;color:var(--m-muted)}.m-contact-list{margin:1.6rem 0 0;padding:0 0 0 1.1rem;list-style:none}.m-contact-list li{position:relative;margin:.7rem 0;font-size:1rem;color:var(--m-soft)}.m-contact-list li:before{content:"";position:absolute;left:-1.1rem;top:.55em;width:6px;height:6px;border-radius:999px;background:var(--m-cyan)}.m-contact-list a{color:var(--m-cyan);font-weight:600}.m-contact-list a:hover{text-decoration:underline}.m-contact-directions{display:inline-block;margin-top:1.4rem;font-size:.88rem;font-weight:700;color:var(--m-cyan)}.m-contact-directions:hover{text-decoration:underline}.m-contact-map{align-self:stretch;min-height:520px}.m-contact-map iframe{display:block;width:100%;height:100%;min-height:520px;border:0}.m-footer{background:var(--m-dark);color:#ffffffb8;padding:clamp(3.5rem,6vw,5rem) clamp(1.25rem,4vw,3rem) 1.8rem}.m-footer-top{max-width:var(--m-shell);margin:0 auto;display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:clamp(2rem,4vw,3.5rem);padding-bottom:2.6rem;border-bottom:1px solid rgba(255,255,255,.12)}.m-footer-brand p{margin:1rem 0 0;font-size:.9rem;line-height:1.7;max-width:36ch}.m-footer-brand .lp-footer-logo{height:42px;width:auto;background:#fff;padding:.35rem .6rem;border-radius:6px;display:block}.m-footer-col{display:flex;flex-direction:column;gap:.7rem}.m-footer-col h4{margin:0 0 .35rem;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#ffffff73}.m-footer-col a,.m-footer-linklike{font:inherit;font-size:.92rem;color:#ffffffc7;background:none;border:none;padding:0;text-align:left;cursor:pointer}.m-footer-col a:hover,.m-footer-linklike:hover{color:var(--m-cyan)}.m-footer-bottom{max-width:var(--m-shell);margin:0 auto;padding-top:1.5rem;font-size:.82rem;color:#ffffff80}.m-footer-bottom a{color:#fffc;text-decoration:underline}@media (max-width: 1000px){.m-features{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:-4rem}.m-showcase-row{grid-template-columns:1fr;min-height:0}.m-showcase-row:nth-child(2n) .m-showcase-media{order:0}.m-showcase-body{margin:0!important;max-width:none}.m-contact{grid-template-columns:1fr;background-image:none}.m-contact-card{margin:2.5rem 1.5rem 0;max-width:none}.m-contact-map,.m-contact-map iframe{min-height:360px}}@media (max-width: 600px){.m-hero{min-height:82vh;padding-bottom:8rem}.m-features,.m-vision-grid{grid-template-columns:1fr}.m-utility-inner{justify-content:center;text-align:center}.m-footer-top{grid-template-columns:1fr}}.login-page{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#14213d,#415a77);padding:1rem}.login-preferences{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;gap:.5rem}.login-card{background:var(--surface);padding:2rem;border-radius:8px;width:100%;max-width:360px;display:flex;flex-direction:column;gap:.75rem;box-shadow:0 10px 30px #00000040}.login-logo-link{display:block;width:100%;max-width:220px;margin:0 auto}.login-logo{display:block;width:100%;height:auto}.login-card p{margin:0 0 .5rem;color:var(--text-muted);text-align:center}.login-card label{display:flex;flex-direction:column;gap:.25rem;font-size:.9rem;color:var(--text)}.login-card input{padding:.6rem;border:1px solid var(--border);border-radius:4px;font-size:1rem;background:var(--surface);color:var(--text)}.login-card button{margin-top:.5rem;padding:.7rem;background:var(--primary);border:none;border-radius:4px;font-weight:600;cursor:pointer}.login-card button:disabled{opacity:.6;cursor:not-allowed}.login-error{color:#d00000;font-size:.85rem}.help-summary{margin-top:0;color:#444;line-height:1.5}.help-section{margin-top:1.25rem}.help-section h4{margin:0 0 .5rem;color:#14213d;font-size:.95rem}.help-section ul{margin:0;padding-left:1.2rem;display:flex;flex-direction:column;gap:.4rem}.help-section li{line-height:1.5;color:#333;font-size:.92rem}.combobox{position:relative}.combobox input[type=text]{width:100%;box-sizing:border-box}.combobox--clearable input{padding-right:1.9rem}.combobox-clear{position:absolute;top:50%;right:6px;transform:translateY(-50%);border:none;background:transparent;color:#888;font-size:1.15rem;line-height:1;cursor:pointer;padding:2px 6px;border-radius:4px}.combobox-clear:hover{background:#eee;color:#333}.combobox-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 8px 20px #00000026;max-height:400px;overflow-y:auto;z-index:200}.combobox-dropdown--portal{position:fixed;top:auto;left:auto;right:auto;z-index:300}.combobox-option{padding:.5rem .7rem;cursor:pointer;font-size:.9rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.combobox-option:hover{background:#f4f4f4}.combobox-option-label{display:flex;align-items:center;gap:.5rem;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.combobox-option-meta{color:#888;font-size:.8rem;white-space:nowrap;flex-shrink:0}.combobox-option-delete{flex-shrink:0;border:none;background:transparent;color:#aaa;font-size:1rem;line-height:1;cursor:pointer;padding:2px 6px;border-radius:4px}.combobox-option-delete:hover{background:#fde2e2;color:#c0392b}.combobox-empty-state{padding:.7rem;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.combobox-empty{color:#888;font-size:.85rem}.photo-toolbar{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:.6rem;max-height:55vh;overflow-y:auto;padding-right:2px}.photo-thumb{position:relative;aspect-ratio:1;border-radius:4px;overflow:hidden;border:1px solid #e0e1dd}.photo-thumb img{width:100%;height:100%;object-fit:cover;cursor:pointer;display:block}.photo-delete{position:absolute;top:4px;right:4px;width:22px;height:22px;border-radius:50%;border:none;background:#0009;color:#fff;font-size:1rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.photo-delete:hover{background:#d00000}.photo-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:500;padding:2rem;cursor:zoom-out}.photo-lightbox img{max-width:100%;max-height:100%;object-fit:contain;border-radius:4px}.transaction-add-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-bottom:1rem}.transaction-add-row .select-wrapper{min-width:160px}.transaction-add-row .combobox{min-width:220px;flex:1 1 220px}.transaction-add-row .combobox input{width:100%}.transaction-qty-input{width:80px;padding:.5rem .7rem;border:1px solid #ccc;border-radius:4px;font-size:.9rem;font-family:inherit}.transaction-table{margin-bottom:1rem}.transaction-total{text-align:right;font-size:1rem;padding-top:.5rem;border-top:1px solid #eee}.expense-item-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-start}.expense-item-row .field-grow{flex:1 1 220px;min-width:200px;max-width:436px}.expense-item-row .field-narrow{flex:0 0 110px}.expense-item-row .field-narrow input,.expense-item-row .field-grow .combobox input{width:100%;box-sizing:border-box}.permission-tree{display:flex;flex-direction:column;gap:.25rem;max-height:360px;overflow-y:auto;border:1px solid #eee;border-radius:8px;padding:.5rem .75rem}.permission-tree-module{border-bottom:1px solid #eee;padding:.5rem 0}.permission-tree-module:last-child{border-bottom:none}.permission-tree-module summary{display:flex;align-items:center;gap:.5rem;cursor:pointer;list-style:none;font-weight:600;color:#1b263b}.permission-tree-module summary::marker,.permission-tree-module summary::-webkit-details-marker{display:none}.permission-tree-module summary:before{content:"▸";color:#666;font-weight:400;transition:transform .15s ease}.permission-tree-module[open] summary:before{transform:rotate(90deg)}.permission-tree-module-label{flex:1}.permission-tree-count{font-size:.75rem;font-weight:500;color:#2a9d8f;background:#e6f4f3;padding:.1rem .5rem;border-radius:999px}.permission-tree-actions{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;padding:.5rem 0 .25rem 1.75rem}.permission-tree-action{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#333}.permission-tree-action-label{min-width:8rem}.permission-toggle{display:inline-flex;border-radius:6px;overflow:hidden;border:1px solid #d0d5dd}.permission-toggle-btn{width:2rem;height:1.75rem;border:none;background:#f2f3f5;color:#98a2b3;font-weight:700;font-size:1rem;line-height:1;cursor:pointer;transition:background-color .15s ease,color .15s ease}.permission-toggle-grant{border-right:1px solid #d0d5dd}.permission-toggle-btn.active.permission-toggle-grant{background:#2a9d5c;color:#fff}.permission-toggle-btn.active.permission-toggle-deny{background:#d64545;color:#fff}.permission-count-badge{display:inline-block;font-size:.8rem;font-weight:500;color:#2a9d8f;background:#e6f4f3;padding:.15rem .6rem;border-radius:999px}.permission-tree-role{margin:0 0 .75rem;color:#333}.tag-list{display:flex;flex-direction:column;gap:.6rem}.tag-list-header{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.tag-list-search{flex:1 1 220px;min-width:160px;padding:.6rem;border:1px solid #ccc;border-radius:4px;font-size:.95rem;font-family:inherit;box-sizing:border-box}.tag-list-header-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.tag-list-counter{color:#666;font-size:.82rem;white-space:nowrap}.tag-list-clear{background:none;border:none;color:#2a9d8f;font-size:.82rem;font-weight:600;cursor:pointer;padding:0;white-space:nowrap}.tag-list-clear:hover{color:#1e7268;text-decoration:underline}.tag-list-items{display:flex;flex-wrap:wrap;gap:.5rem;max-height:220px;overflow-y:auto;padding:.15rem}.tag-list-empty{color:#888;font-size:.85rem;padding:.3rem 0}.tag-list-tag{display:inline-flex;align-items:center;gap:.35rem;background:#fff;color:#1b263b;border:1px solid #ccc;border-radius:999px;padding:.35rem .8rem;font-size:.85rem;cursor:pointer;max-width:260px}.tag-list-tag:hover{border-color:#2a9d8f}.tag-list-tag.selected{background:#2a9d8f;border-color:#2a9d8f;color:#fff}.tag-list-tag.disabled{opacity:.45;cursor:not-allowed}.tag-list-tag-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tag-list-tag-remove{font-size:1rem;line-height:1;flex-shrink:0}.bar-chart{display:flex;flex-direction:column;gap:1rem}.bar-chart-legend{display:flex;gap:1.25rem;flex-wrap:wrap}.bar-chart-legend-item{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;color:#333}.bar-chart-legend-swatch{width:.75rem;height:.75rem;border-radius:3px;display:inline-block}.bar-chart-plot{display:flex;align-items:flex-end;gap:1.75rem;height:260px;padding:.5rem .5rem 0;border-bottom:1px solid #e2e5ea;overflow-x:auto}.bar-chart-group{display:flex;flex-direction:column;align-items:center;min-width:64px;height:100%}.bar-chart-bars{flex:1;display:flex;align-items:flex-end;gap:.4rem;width:100%;justify-content:center}.bar-chart-bar-wrap{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;width:26px}.bar-chart-bar-value{font-size:.72rem;color:#555;margin-bottom:.2rem;white-space:nowrap}.bar-chart-bar{width:100%;border-radius:4px 4px 0 0;min-height:2px;transition:height .2s ease}.bar-chart-group-label{margin-top:.5rem;font-size:.78rem;color:#333;text-align:center;max-width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.report-select-label{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#333}.report-select-label select{min-width:220px}.report-panel{background:#fff;border:1px solid #e2e5ea;border-radius:10px;padding:1.25rem;margin-bottom:1.25rem;min-width:0}.report-panel-title{margin:0 0 1rem;font-size:1rem;color:#1b263b}.report-material-filter{margin-top:.75rem;display:flex;flex-direction:column;gap:.5rem}.report-material-filter-label{font-size:.85rem;color:#333;font-weight:600}.movement-in{color:#2a9d5c;font-weight:600}.movement-out{color:#d64545;font-weight:600}.form-print-status{padding:2rem;font-family:Segoe UI,system-ui,sans-serif;color:#1b263b}.form-print-page{min-height:100vh;background:#e9ebee;padding:1.5rem;display:flex;flex-direction:column;align-items:center;font-family:Segoe UI,system-ui,sans-serif;color:#1b263b}.form-print-button{margin-bottom:1rem}.form-print-sheet{background:#fff;width:210mm;min-height:297mm;padding:15mm;box-shadow:0 4px 20px #00000026;font-size:13px;line-height:1.5}.form-print-header{display:flex;align-items:flex-start;gap:.75rem;border-bottom:2px solid #1b263b;padding-bottom:.5rem;margin-bottom:.75rem}.form-print-logo{max-width:90px;max-height:60px;object-fit:contain}.form-print-company{flex:1}.form-print-company strong{font-size:1.05rem}.form-print-title{text-align:center;font-size:1.15rem;letter-spacing:.05em;margin:.5rem 0}.form-print-meta{display:flex;justify-content:space-between;font-size:.85rem;color:#444;margin-bottom:.75rem}.form-print-section{margin-bottom:.85rem}.form-print-section h2{font-size:.9rem;background:#eef1f5;padding:.3rem .5rem;margin:0 0 .4rem;border-left:3px solid #1b263b}.form-print-info-table{width:100%;border-collapse:collapse}.form-print-info-table th,.form-print-info-table td{text-align:left;padding:.25rem .5rem;border-bottom:1px solid #eee;vertical-align:top}.form-print-info-table th{width:35%;color:#444;font-weight:600}.form-print-items-table{width:100%;border-collapse:collapse}.form-print-items-table th,.form-print-items-table td{border:1px solid #ddd;padding:.25rem .4rem;text-align:left}.form-print-items-table th{background:#f4f4f4}.form-print-total{text-align:right;margin-top:.4rem;font-size:.95rem}.form-print-signatures{display:flex;justify-content:space-between;gap:2rem;margin-top:2rem}.form-print-signature{flex:1;text-align:center;font-size:.85rem;color:#444}.form-print-signature-line{margin-top:2.5rem;border-top:1px solid #999}@media print{@page{size:A4;margin:0}.no-print{display:none!important}.form-print-page{min-height:auto;background:#fff;padding:0}.form-print-sheet{width:100%;min-height:0;box-shadow:none;padding:15mm}}.invoice-print-toolbar{display:flex;gap:.75rem;margin-bottom:1rem}.invoice-toolbar-btn{background:#fdf1e8;border:1px solid #e08a3c;color:#b35c1e;border-radius:8px;padding:.6rem 1.1rem;font-size:.9rem;font-weight:600;cursor:pointer}.invoice-toolbar-btn:hover{background:#fbe3cd}.gib-sheet{font-size:10.5px;padding:10mm}.gib-header-row{display:grid;grid-template-columns:62% 38%;align-items:start;gap:.5rem;margin-bottom:.5rem;break-inside:avoid;page-break-inside:avoid}.gib-boxed-block{border-top:3px solid #000;border-bottom:3px solid #000;padding:.35rem 0;line-height:1.35;break-inside:avoid;page-break-inside:avoid}.gib-doctype-column{display:flex;flex-direction:column;align-items:center;gap:.3rem;padding-top:.15rem}.gib-badge-image{width:80px;height:80px;object-fit:contain}.gib-doctype-label{font-weight:700;font-size:.85rem;color:#b30000}.gib-second-row{display:grid;grid-template-columns:55% 45%;gap:1rem;align-items:start;margin-bottom:.35rem;break-inside:avoid;page-break-inside:avoid}.gib-ettn-line{margin-top:.35rem;font-size:.72rem;color:#444;word-break:break-all}.gib-info-box{border-collapse:collapse;border:1px solid #999;width:100%;break-inside:avoid;page-break-inside:avoid}.gib-info-box th,.gib-info-box td{border:1px solid #999;padding:.25rem .5rem;text-align:left;font-size:.78rem}.gib-info-box th{background:#f4f4f4;width:45%;font-weight:600}.gib-items-table{table-layout:fixed;width:100%;font-size:.7rem}.gib-items-table th,.gib-items-table td{padding:.2rem .3rem;white-space:normal;overflow-wrap:break-word;vertical-align:top}.gib-items-table col.col-sira{width:5%}.gib-items-table col.col-name{width:24%}.gib-items-table col.col-qty{width:9%}.gib-items-table col.col-price{width:10%}.gib-items-table col.col-disc-rate{width:9%}.gib-items-table col.col-disc-amount{width:10%}.gib-items-table col.col-vat-rate{width:8%}.gib-items-table col.col-vat-amount{width:10%}.gib-items-table col.col-other-tax{width:9%}.gib-items-table col.col-total{width:11%}.invoice-totals-wrap{display:flex;justify-content:flex-end;margin-top:.5rem;break-inside:avoid;page-break-inside:avoid}.invoice-totals-box{width:280px;border-collapse:collapse}.invoice-totals-box td{padding:.25rem .4rem;font-size:.85rem}.invoice-totals-box td:first-child{color:#444}.invoice-totals-box td:last-child{text-align:right;font-variant-numeric:tabular-nums}.invoice-totals-box tr.invoice-grand-total td{font-weight:700;border-top:2px solid #1b263b;padding-top:.4rem}.invoice-footer-details{text-align:right;font-size:.78rem;margin-top:.35rem}.invoice-amount-words{font-style:italic;margin-top:.15rem}.invoice-legal-footer{margin-top:.75rem;padding-top:.35rem;border-top:1px dashed #ccc;text-align:center;font-size:.68rem;color:#555}.invoice-summary-block{break-inside:avoid;page-break-inside:avoid}@media (max-width: 900px){.form-print-sheet{width:100%}.gib-header-row,.gib-second-row{grid-template-columns:1fr}}:root{--bg: #f4f4f4;--surface: #ffffff;--surface-2: #e0e1dd;--border: #e0e1dd;--text: #1b263b;--text-muted: #666666;--primary: #fca311;--primary-hover: #e6930a;--danger: #d00000;--success: #2a9d8f;--radius: 8px;--radius-sm: 4px}:root[data-theme=dark]{--bg: #12161f;--surface: #1b2333;--surface-2: #262f42;--border: #333c4f;--text: #e8eaf0;--text-muted: #9aa3b5;--primary: #fca311;--primary-hover: #ffb733;--danger: #ff6b6b;--success: #3dbfb0}*{box-sizing:border-box}html,body{margin:0;overflow-x:hidden}body{font-family:Segoe UI,system-ui,sans-serif;background:var(--bg);color:var(--text)}.theme-toggle,.locale-switcher{background:var(--surface-2);border:1px solid var(--border);color:var(--text);border-radius:var(--radius-sm);cursor:pointer}.theme-toggle,.locale-switcher{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0;flex-shrink:0}.locale-switcher{font-size:.78rem;font-weight:700}h2{margin-top:0}.page-title-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.page-title-row h2{margin-bottom:0}.btn-help{padding:.5rem 1rem;background:var(--surface);color:#fca311;border:1px solid #fca311;border-radius:4px;cursor:pointer;font-weight:600;font-size:.85rem;white-space:nowrap;margin:0 0 20px}.btn-help:hover{background:#fca311;color:#fff}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:var(--surface);border-radius:8px;padding:1rem;display:flex;flex-direction:column;gap:.25rem;box-shadow:0 2px 6px #00000014;border-left:4px solid #415a77}.stat-card.warn{border-left-color:#fca311}.stat-card.success{border-left-color:#2a9d8f}.stat-card.danger{border-left-color:#d00000}.stat-value{font-size:1.8rem;font-weight:700}.stat-label{color:var(--text-muted);font-size:.85rem}.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;box-shadow:0 2px 6px #00000014}.data-table{width:100%;min-width:640px;border-collapse:collapse;background:var(--surface)}.data-table th,.data-table td{padding:.6rem .8rem;text-align:left;border-bottom:1px solid var(--border);font-size:.9rem}.data-table th{background:var(--surface-2)}.row-warning{background:#fff3cd}.list-toolbar{display:flex;justify-content:space-between;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:1rem}.filter-bar{display:flex;gap:.5rem;flex-wrap:wrap}.filter-input,.filter-select{padding:.5rem .7rem;border:1px solid var(--border);border-radius:4px;font-size:.9rem;font-family:inherit;background:var(--surface);color:var(--text)}.filter-input{min-width:220px}.select-wrapper{position:relative;display:inline-block}.select-wrapper:after{content:"▾";position:absolute;top:50%;right:.8rem;transform:translateY(-50%);pointer-events:none;color:var(--text-muted);font-size:.95rem}.select-wrapper select.filter-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%;padding-right:2rem}input[type=date].filter-select{min-width:150px;padding-left:2.1rem;background-repeat:no-repeat;background-position:.6rem center;background-size:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E")}.toolbar-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.pagination-bar{display:flex;align-items:center;gap:.75rem}.pagination-controls{display:flex;align-items:center;gap:.75rem;font-size:.85rem;color:var(--text-muted);white-space:nowrap}.pagination-controls .btn-secondary:disabled{opacity:.5;cursor:not-allowed}.phone-input{display:flex;gap:.4rem}.phone-input select{flex:0 0 auto;width:auto}.phone-input input{flex:1;min-width:0}.btn-new,.btn-primary{padding:.6rem 1.2rem;background:#2a9d8f;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:600;font-size:.9rem}.btn-secondary{padding:.6rem 1.2rem;background:var(--surface-2);color:var(--text);border:none;border-radius:4px;cursor:pointer;font-size:.9rem}.row-actions{display:flex;gap:.4rem;white-space:nowrap}.btn-edit,.btn-delete,.btn-view,.btn-photos,.btn-transactions,.btn-status,.btn-download,.btn-form{padding:.3rem .7rem;border:none;border-radius:4px;cursor:pointer;font-size:.8rem;color:#fff}.btn-edit{background:#415a77}.btn-status{background:#8338ec}.btn-delete{background:#d00000}.btn-transactions{background:#2a9d8f}.btn-view{background:#415a77}.btn-photos{background:#6c757d}.btn-download{background:#219ebc}.btn-form{background:#14213d}.row-actions .btn-edit,.row-actions .btn-delete,.row-actions .btn-view,.row-actions .btn-photos,.row-actions .btn-transactions,.row-actions .btn-status,.row-actions .btn-download,.row-actions .btn-form{font-size:0;width:34px;height:34px;padding:0;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.row-actions .btn-edit:before,.row-actions .btn-delete:before,.row-actions .btn-view:before,.row-actions .btn-photos:before,.row-actions .btn-transactions:before,.row-actions .btn-status:before,.row-actions .btn-download:before,.row-actions .btn-form:before{font-size:1rem;line-height:1}.row-actions .btn-edit:before{content:"✏️"}.row-actions .btn-delete:before{content:"🗑️"}.row-actions .btn-view:before{content:"👁️"}.row-actions .btn-photos:before{content:"📷"}.row-actions .btn-transactions:before{content:"🧾"}.row-actions .btn-status:before{content:"🔄"}.row-actions .btn-download:before{content:"⬇️"}.row-actions .btn-form:before{content:"📄"}.actions-col{width:1%}.notify-col{text-align:center}.selected-actions-bar{display:flex;justify-content:space-between;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:1rem;padding:.6rem .9rem;background:var(--bg);border-radius:8px}.selected-actions-info{font-size:.85rem;color:var(--text-muted)}.selected-actions{display:flex;gap:.5rem;flex-wrap:wrap}.selected-actions button{font-size:.85rem;padding:.45rem .9rem}.selected-actions button:disabled{opacity:.45;cursor:not-allowed}.selectable-table tbody tr{cursor:pointer}.selectable-table tbody tr:hover{background:var(--surface-2)}.selectable-table tbody tr.selected-row{background:#e3f3f0}.selectable-table tbody tr.selected-row:hover{background:#d8efeb}:root[data-theme=dark] .selectable-table tbody tr.selected-row{background:#1c3a35}:root[data-theme=dark] .selectable-table tbody tr.selected-row:hover{background:#234641}:root[data-theme=dark] .row-warning,:root[data-theme=dark] .data-table tr.row-warning{background:#4d3d12;color:#f0e4b8}.my-services-user{margin:.75rem 0 1.25rem;font-weight:600;color:var(--text)}.my-services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,340px));gap:1rem}.my-service-card{background:var(--surface);border-radius:8px;box-shadow:0 2px 6px #00000014;padding:1.1rem 1.2rem;display:flex;flex-direction:column;gap:.6rem}.my-service-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.my-service-card-header h3{margin:0;font-size:1.05rem;color:var(--text)}.my-service-status{flex-shrink:0;padding:.25rem .6rem;background:var(--surface-2);color:var(--text);border:none;border-radius:999px;font-size:.78rem;font-weight:600;white-space:nowrap;cursor:pointer;font-family:inherit}.my-service-status:hover{background:var(--border)}.status-dialog-description{white-space:pre-wrap;word-break:break-word;line-height:1.5}.status-dialog-description a{color:#2a9d8f}.my-service-card-issue{margin:0;color:var(--text-muted);font-size:.9rem}.my-service-card-meta{display:flex;gap:1.5rem;margin:0}.my-service-card-meta div{display:flex;flex-direction:column;gap:.15rem}.my-service-card-meta dt{font-size:.75rem;color:var(--text-muted)}.my-service-card-meta dd{margin:0;font-weight:600;color:var(--text);font-size:.9rem}.my-service-card-actions{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.3rem}.my-service-card-actions button{flex:1;min-width:110px}.form-error{color:var(--danger);margin-bottom:1rem;font-size:.9rem}.hint{color:var(--text-muted);font-size:.85rem}.username-suggestions{display:flex;flex-wrap:wrap;gap:.4rem;margin:.4rem 0}.username-suggestion-chip{background:var(--surface-2);border:1px solid var(--border);border-radius:999px;padding:.2rem .7rem;font-size:.85rem;cursor:pointer;color:var(--text)}.username-suggestion-chip:hover{background:var(--border)}.customer-login-create{display:flex;flex-direction:column;gap:.5rem;padding:.85rem;margin-bottom:1rem;background:var(--surface-2);border:1px solid var(--border);border-radius:6px}.customer-login-create .btn-secondary{align-self:flex-start}.settings-tabs{display:flex;gap:.5rem;border-bottom:1px solid var(--border);margin-bottom:1.25rem;flex-wrap:wrap}.settings-tab-button{background:none;border:none;border-bottom:2px solid transparent;padding:.65rem 1rem;font-size:.95rem;font-family:inherit;color:var(--text-muted);cursor:pointer}.settings-tab-button:hover{color:var(--text)}.settings-tab-button.active{color:#1a73e8;border-bottom-color:#1a73e8;font-weight:600}.settings-tab-content{display:flex;flex-direction:column;gap:.5rem}.settings-form{display:flex;flex-direction:column;gap:.9rem;max-width:360px;background:var(--surface);padding:1.25rem;border-radius:8px;box-shadow:0 2px 6px #00000014}.logo-settings,.company-settings,.sms-balance{margin-top:1.5rem}.logo-settings h3,.company-settings h3,.sms-settings h3{margin:0}.sms-balance-value{font-size:1.4rem;font-weight:700;color:#1a73e8}.logo-preview{display:flex;align-items:center;justify-content:center;min-height:120px;border:1px dashed var(--border);border-radius:6px;padding:1rem;background:var(--surface-2)}.logo-preview img{max-width:220px;max-height:100px;object-fit:contain}.template-settings{max-width:680px}.template-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.template-option{position:relative;display:flex;flex-direction:column;gap:.4rem;padding:.6rem;border:2px solid var(--border);border-radius:10px;cursor:pointer;background:var(--surface);transition:border-color .15s ease}.template-option:hover{border-color:var(--primary)}.template-option.selected{border-color:var(--primary);box-shadow:0 0 0 3px #fca31140}.template-option input{position:absolute;opacity:0;pointer-events:none}.template-option img{width:100%;height:auto;border-radius:6px;border:1px solid var(--border);display:block}.template-option-name{font-weight:700;font-size:.95rem;color:var(--text)}.template-option-desc{font-size:.82rem;line-height:1.4;color:var(--text-muted, #64748b)}.settings-form label{display:flex;flex-direction:column;gap:.25rem;font-size:.9rem;color:var(--text)}.settings-form input,.settings-form textarea{padding:.6rem;border:1px solid var(--border);border-radius:4px;font-size:.95rem;font-family:inherit;resize:vertical;background:var(--surface);color:var(--text)}.sms-settings{max-width:480px}.sms-template-fields ul{margin:.35rem 0 0;padding-left:1.25rem}.sms-template-fields code{background:var(--surface-2);border-radius:3px;padding:.05rem .3rem;font-size:.85em}.checkbox-label{flex-direction:row!important;align-items:center;gap:.5rem!important}.checkbox-label input{width:auto}.settings-saved{color:#2a9d8f;font-size:.9rem}.audit-log-details{background:var(--bg);border-radius:4px;padding:.75rem;font-size:.8rem;max-height:240px;overflow:auto;white-space:pre-wrap;word-break:break-word}@media (max-width: 600px){.list-toolbar{flex-direction:column;align-items:stretch}.filter-bar{flex-direction:column}.filter-input,.filter-select,.select-wrapper{width:100%;min-width:0}.toolbar-actions{justify-content:space-between}.pagination-bar{flex-wrap:wrap;row-gap:.5rem}.phone-input{flex-wrap:wrap}.table-scroll{overflow-x:visible;box-shadow:none;border-radius:0}.data-table{display:grid;min-width:0;width:100%}.data-table thead{display:none}.data-table tbody{display:flex;flex-direction:row;gap:.75rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;padding:.25rem .25rem 1rem}.data-table tbody::-webkit-scrollbar{height:8px}.data-table tbody::-webkit-scrollbar-track{background:var(--border);border-radius:4px}.data-table tbody::-webkit-scrollbar-thumb{background:#415a77;border-radius:4px}.data-table tr{display:block;flex:0 0 auto;width:250px;border:1px solid var(--border);border-radius:8px;overflow:hidden;background:var(--surface);box-shadow:0 2px 6px #00000014}.data-table tr.row-warning{background:#fff3cd}.data-table td{display:flex;justify-content:space-between;align-items:center;gap:.75rem;text-align:right;border-bottom:1px solid rgba(0,0,0,.06)}.data-table td:last-child{border-bottom:none}.data-table td:before{content:attr(data-label);font-weight:600;color:var(--text-muted);text-align:left}.data-table td.actions-col{justify-content:flex-start;background:#00000008}.data-table td.actions-col:before{content:none}.stat-grid{grid-template-columns:1fr}}
