@keyframes kenBurns{0%{transform:scale(1)translate(0)}to{transform:scale(1.12)translate(-1.5%,-1%)}}@media (width>=768px){.hero-stats-grid{grid-template-columns:repeat(4,1fr)}}@media (width>=768px){.hero-stat{text-align:left;border-bottom:none;border-right:1px solid #f8fafc1a}.hero-stat:first-child{padding-left:0}.hero-stat:nth-child(4n),.hero-stat:last-child{border-right:none}}@media (width<=640px){.hero-content-wrap{padding-top:5rem}.hero-subtitle{font-size:1rem}}.services-overview{background:var(--bg-primary)}.services-section-header{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3.5rem;display:grid}@media (width>=768px){.services-section-header{grid-template-columns:5fr 6fr;align-items:end}}.services-section-header .section-lead{max-width:100%}.services-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.services-grid{grid-template-columns:repeat(3,1fr)}}.service-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--border-radius);transition:border-color var(--transition-speed), transform var(--transition-speed) var(--transition-smooth), box-shadow var(--transition-speed);cursor:pointer;flex-direction:column;height:100%;text-decoration:none;display:flex;position:relative;overflow:hidden}.service-card:hover{border-color:var(--accent-color);box-shadow:var(--shadow-elegant);transform:translateY(-8px)}.service-card-image{aspect-ratio:16/10;position:relative;overflow:hidden}.service-card-image img{object-fit:cover;width:100%;height:100%;transition:transform 1.2s var(--transition-smooth)}.service-card:hover .service-card-image img{transform:scale(1.1)}.service-card-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2;background:#1a2332cc;border-radius:20px;padding:.25rem .75rem;position:absolute;top:1rem;right:1rem}.service-card-num{font-family:var(--font-heading);color:var(--steel-foreground);letter-spacing:.05em;font-size:.75rem;font-weight:700}.service-card-content{flex-direction:column;flex-grow:1;padding:2rem;display:flex}.service-card-main{align-items:flex-start;gap:1.25rem;margin-bottom:1.5rem;display:flex}.service-card-icon{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius);width:3rem;height:3rem;color:var(--accent-color);transition:background var(--transition-speed), border-color var(--transition-speed);flex-shrink:0;justify-content:center;align-items:center;display:flex}.service-card:hover .service-card-icon{border-color:var(--accent-color);background:#e078251a}.service-card-titles h3{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.02em;margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.service-card-titles h4{font-family:var(--font-body);color:var(--accent-color);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:500}.service-feature-list{flex-direction:column;gap:.75rem;margin-bottom:2.5rem;list-style:none;display:flex}.service-feature-list li{color:var(--text-muted);padding-left:1.5rem;font-size:.9rem;line-height:1.4;position:relative}.service-feature-list li:before{content:"";background:var(--accent-color);opacity:.8;border-radius:50%;width:6px;height:6px;position:absolute;top:.6rem;left:0}.service-card-footer{border-top:1px solid var(--border-color);margin-top:auto;padding-top:1.5rem}.service-link{color:var(--text-primary);transition:color var(--transition-speed);align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:inline-flex}.service-link svg{transition:transform var(--transition-speed) var(--transition-smooth)}.service-card:hover .service-link{color:var(--accent-color)}.service-card:hover .service-link svg{transform:translate(6px)}html.theme-dark .service-card{-webkit-backdrop-filter:blur(12px);background:#161b22b3}.capabilities-section{background:var(--bg-primary)}.capability-row{grid-template-columns:1fr;align-items:center;gap:3rem;padding-bottom:5rem;display:grid}.capability-row:last-child{padding-bottom:0}@media (width>=768px){.capability-row{grid-template-columns:1fr 1fr;gap:4rem}.capability-row.reverse .capability-image{order:-1}}.capability-icon-block{background:var(--steel);width:3rem;height:3rem;color:var(--steel-foreground);border-radius:var(--border-radius);justify-content:center;align-items:center;margin-bottom:1.25rem;font-size:1.25rem;display:flex}.capability-label{letter-spacing:.3em;text-transform:uppercase;color:var(--accent-color);margin-bottom:.75rem;font-size:.7rem;font-weight:600;display:block}.capability-content h2{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--text-primary);margin-bottom:1rem;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;line-height:1.15}.capability-content p{color:var(--text-muted);margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.capability-list{flex-direction:column;gap:.625rem;list-style:none;display:flex}.capability-list li{color:var(--text-primary);align-items:flex-start;gap:.75rem;font-size:.9rem;line-height:1.5;display:flex}.capability-list li:before{content:"";background:var(--accent-color);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:.45rem}.capability-image{border-radius:var(--border-radius);box-shadow:var(--shadow-elegant);border-left:3px solid var(--accent-color);transition:box-shadow var(--transition-speed);position:relative;overflow:hidden}.capability-image:hover{box-shadow:var(--shadow-elegant), 0 0 30px #e0782526}.capability-image img{aspect-ratio:4/3;object-fit:cover;width:100%;transition:transform .7s;display:block}.capability-image:hover img{transform:scale(1.03)}.capability-row-alt{background:var(--bg-secondary);margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding-top:5rem;padding-left:calc(50vw - 50%);padding-right:calc(50vw - 50%)}@media (width>=768px){.about-container{grid-template-columns:1fr 1fr;gap:4rem}}@media (width>=768px){.about-iso-badge{display:block}}@media (width>=640px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.projects-grid{grid-template-columns:repeat(4,1fr)}}@media (width>=900px){.contact-section{grid-template-columns:5fr 6fr;align-items:start}}@media (width>=900px){.contact-section{grid-template-columns:2fr 3fr}}:root{--font-heading:"Space Grotesk", system-ui, sans-serif;--font-body:"Inter", system-ui, sans-serif;--accent-color:#e07825;--accent-hover:#c96b1c;--transition-speed:.3s;--transition-smooth:cubic-bezier(.22, 1, .36, 1);--border-radius:2px;--border-radius-large:4px;--padding-large:96px;--padding-medium:24px;--padding-small:16px}:root,html.theme-light{--steel:#1a2332;--steel-foreground:#f8fafc;--bg-primary:#f9fafb;--bg-surface:#fff;--bg-secondary:#f3f4f6;--text-primary:#1a2332;--text-muted:#6b7280;--border-color:#e5e7eb;--card-bg:#fff;--shadow-soft:0 1px 3px #1a233214, 0 8px 24px #1a23320f;--shadow-elegant:0 20px 60px -20px #1a233240;--shadow-glow:0 0 40px #e078254d;--gradient-steel:linear-gradient(135deg, #1a2332 0%, #243448 100%);--gradient-accent:linear-gradient(90deg, #e07825 0%, #c96b1c 100%);--header-bg:#f9fafbe0;--header-border:#e5e7eb;--input-bg:#fff;--input-border:#e5e7eb;--focus-ring:#e07825}html.theme-dark{--steel:#0d1117;--steel-foreground:#f0f6fc;--bg-primary:#0d1117;--bg-surface:#161b22;--bg-secondary:#1c2333;--text-primary:#e6edf3;--text-muted:#8b949e;--border-color:#f0f6fc1a;--card-bg:#161b22;--shadow-soft:0 1px 3px #0006, 0 8px 24px #0000004d;--shadow-elegant:0 20px 60px -20px #0009;--shadow-glow:0 0 40px #e0782540;--gradient-steel:linear-gradient(135deg, #0d1117 0%, #1c2333 100%);--gradient-accent:linear-gradient(90deg, #e07825 0%, #c96b1c 100%);--header-bg:#0d1117e6;--header-border:#f0f6fc1a;--input-bg:#161b22;--input-border:#f0f6fc26;--focus-ring:#e07825}html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);color:var(--text-primary);background-color:var(--bg-primary);transition:background-color var(--transition-speed), color var(--transition-speed);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.7}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--text-primary);transition:color var(--transition-speed)}p{color:var(--text-muted);transition:color var(--transition-speed);font-size:16px}a{color:inherit;transition:color var(--transition-speed);text-decoration:none}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}.section{padding:6rem 0}.eyebrow{letter-spacing:.3em;text-transform:uppercase;color:var(--accent-color);margin-bottom:1rem;font-size:.7rem;font-weight:600;display:inline-block}.section-header{margin-bottom:3.5rem}.section-badge{letter-spacing:.3em;text-transform:uppercase;color:var(--accent-color);background:0 0;border:none;margin-bottom:.75rem;padding:0;font-size:.7rem;font-weight:600;display:block}.section-title{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--text-primary);font-size:clamp(1.875rem,4vw,3rem);font-weight:700;line-height:1.1}.section-lead{color:var(--text-muted);max-width:600px;font-size:1.1rem;line-height:1.7}.dot-bullet{color:var(--text-primary);align-items:center;gap:.75rem;font-size:.9rem;display:flex}.dot-bullet:before{content:"";background-color:var(--accent-color);border-radius:50%;flex-shrink:0;width:6px;height:6px}:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.btn-primary{background-color:var(--accent-color);color:#fff;font-family:var(--font-heading);border-radius:var(--border-radius);cursor:pointer;transition:opacity var(--transition-speed), transform var(--transition-speed);border:none;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.9rem;font-weight:600;display:inline-flex}.btn-primary:hover{opacity:.9;transform:translateY(-1px)}.btn-outline{color:var(--steel-foreground);font-family:var(--font-heading);border-radius:var(--border-radius);cursor:pointer;transition:border-color var(--transition-speed), color var(--transition-speed);background-color:#0000;border:1px solid #f8fafc4d;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.9rem;font-weight:600;display:inline-flex}.btn-outline:hover{border-color:var(--accent-color);color:var(--accent-color)}#map{width:100%;height:300px;position:relative}@keyframes revealUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.reveal-up{animation:.8s cubic-bezier(.22,1,.36,1) both revealUp}.typed-cursor{opacity:1;animation:.7s infinite typedjsBlink}@keyframes typedjsBlink{50%{opacity:0}}@media screen and (width<=768px){.section{padding:4rem 0}}@media print{body{font-size:12pt;line-height:1.5}h1,h2,h3{page-break-after:avoid}img{max-width:100%!important}@page{margin:2cm}}header{z-index:1000;border-bottom:1px solid var(--header-border);background:var(--header-bg);-webkit-backdrop-filter:blur(12px);height:80px;transition:transform var(--transition-speed) var(--transition-smooth), background var(--transition-speed), box-shadow var(--transition-speed);position:fixed;top:0;left:0;right:0}header.header-scrolled{box-shadow:0 1px 12px #00000014}header.header-hidden{transform:translateY(-100%)}.header-container{justify-content:space-between;align-items:center;height:100%;display:flex}.nav-brand{cursor:pointer;background:0 0;border:none;align-items:center;gap:.125rem;padding:0;text-decoration:none;display:flex}.brand-logo{object-fit:contain;border-radius:var(--border-radius);width:42px;height:42px;transition:transform var(--transition-speed);flex-shrink:0}.brand-wordmark{text-align:left;flex-direction:column;line-height:1;display:flex}.brand-wordmark-name{font-family:var(--font-heading);letter-spacing:-.01em;color:var(--text-primary);white-space:nowrap;font-size:1.15rem;font-weight:700}.brand-wordmark-sub{font-family:var(--font-heading);letter-spacing:-.01em;color:var(--text-muted);white-space:nowrap;opacity:.75;margin-top:2px;font-size:1.15rem;font-weight:700}.desktop-nav{align-items:center;gap:2.5rem;display:none}@media (width>=1024px){.desktop-nav{display:flex}}.nav-link{font-family:var(--font-body);color:var(--text-primary);opacity:.8;cursor:pointer;transition:color var(--transition-speed), opacity var(--transition-speed);background:0 0;border:none;padding:4px 0;font-size:.9rem;font-weight:500}.nav-link:hover{color:var(--accent-color);opacity:1}.nav-actions{align-items:center;gap:.5rem;display:flex}.language-switch{border:1px solid var(--border-color);border-radius:var(--border-radius);cursor:pointer;font-family:var(--font-body);letter-spacing:.05em;color:var(--text-primary);transition:border-color var(--transition-speed), color var(--transition-speed), background var(--transition-speed);background:0 0;padding:.375rem .625rem;font-size:.75rem;font-weight:600}.language-switch:hover{border-color:var(--accent-color);color:var(--accent-color)}.theme-switch{border:1px solid var(--border-color);border-radius:var(--border-radius);cursor:pointer;width:36px;height:36px;transition:border-color var(--transition-speed), background var(--transition-speed);background:0 0;justify-content:center;align-items:center;font-size:1rem;display:flex}.theme-switch:hover{border-color:var(--accent-color);background:#e0782514}.nav-cta{background:var(--accent-color);font-family:var(--font-heading);border-radius:var(--border-radius);cursor:pointer;transition:opacity var(--transition-speed);border:none;align-items:center;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;display:none;color:#fff!important}.nav-cta:hover{opacity:.88}@media (width>=1024px){.nav-cta{display:inline-flex}}.menu-btn{border:1px solid var(--border-color);border-radius:var(--border-radius);cursor:pointer;width:36px;height:36px;color:var(--text-primary);transition:border-color var(--transition-speed);background:0 0;justify-content:center;align-items:center;display:flex}.menu-btn:hover{border-color:var(--accent-color)}@media (width>=1024px){.menu-btn{display:none}}.menu-icon,.menu-icon:before,.menu-icon:after{width:18px;height:2px;transition:all var(--transition-speed);background-color:currentColor;display:block;position:relative}.menu-icon:before,.menu-icon:after{content:"";position:absolute}.menu-icon:before{top:-5px}.menu-icon:after{bottom:-5px}.menu-btn[aria-expanded=true] .menu-icon{background-color:#0000}.menu-btn[aria-expanded=true] .menu-icon:before{top:0;transform:rotate(45deg)}.menu-btn[aria-expanded=true] .menu-icon:after{bottom:0;transform:rotate(-45deg)}.mobile-menu{background:var(--bg-surface);border-left:1px solid var(--border-color);z-index:1001;width:100%;max-width:360px;height:100vh;transition:right var(--transition-speed) var(--transition-smooth);flex-direction:column;padding:2rem 1.5rem;display:flex;position:fixed;top:0;right:-100%}.mobile-menu.open{right:0}.menu-header{justify-content:flex-end;margin-bottom:2.5rem;display:flex}.close-menu{border:1px solid var(--border-color);border-radius:var(--border-radius);width:36px;height:36px;color:var(--text-primary);cursor:pointer;transition:border-color var(--transition-speed), color var(--transition-speed);background:0 0;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.close-menu:hover{border-color:var(--accent-color);color:var(--accent-color)}.menu-items{flex-direction:column;gap:0;display:flex}.menu-link{border:none;border-bottom:1px solid var(--border-color);text-align:left;font-family:var(--font-heading);color:var(--text-primary);cursor:pointer;transition:color var(--transition-speed), padding-left var(--transition-speed);background:0 0;padding:.875rem 0;font-size:1.1rem;font-weight:500}.menu-link:hover{color:var(--accent-color);padding-left:.5rem}.menu-link .menu-label{display:block}footer{background:var(--steel);color:var(--steel-foreground);margin-top:6rem}.footer-inner{grid-template-columns:1fr;gap:2.5rem;padding:4rem 0;display:grid}@media (width>=768px){.footer-inner{grid-template-columns:2fr 1fr 1fr}}.footer-brand{flex-direction:column;gap:1rem;display:flex}.footer-brand-logo{object-fit:contain;filter:brightness(0)invert();width:auto;height:40px}.footer-brand-desc{opacity:.65;max-width:340px;font-size:.875rem;line-height:1.7}.footer-col-heading{font-family:var(--font-heading);letter-spacing:.25em;text-transform:uppercase;opacity:.7;margin-bottom:1rem;font-size:.7rem;font-weight:600}.footer-contact-list{flex-direction:column;gap:.75rem;list-style:none;display:flex}.footer-contact-list li{opacity:.8;align-items:flex-start;gap:.625rem;font-size:.875rem;line-height:1.5;display:flex}.footer-contact-list li i{color:var(--accent-color);flex-shrink:0;margin-top:3px}.footer-social-row{gap:.75rem;margin-top:.25rem;display:flex}.footer-social-link{border-radius:var(--border-radius);width:36px;height:36px;color:var(--steel-foreground);transition:border-color var(--transition-speed), color var(--transition-speed);border:1px solid #f8fafc33;justify-content:center;align-items:center;font-size:.9rem;display:inline-flex}.footer-social-link:hover{border-color:var(--accent-color);color:var(--accent-color)}.footer-divider{border:none;border-top:1px solid #f8fafc1a}.footer-bottom{opacity:.55;flex-direction:column;gap:.5rem;padding:1.25rem 0;font-size:.78rem;display:flex}@media (width>=640px){.footer-bottom{flex-direction:row;justify-content:space-between}}.dev-link{color:var(--accent-color);transition:opacity var(--transition-speed);font-weight:600}.dev-link:hover{opacity:.8}.hero-section{background:var(--steel);color:var(--steel-foreground);position:relative;overflow:hidden}.hero-bg{position:absolute;inset:0}.hero-bg-img{object-fit:cover;opacity:.35;will-change:transform;width:100%;height:100%;animation:25s ease-in-out infinite alternate kenBurns}.hero-bg-overlay{background:linear-gradient(90deg,#1a2332f2 0%,#1a2332bf 55%,#1a233233 100%);position:absolute;inset:0}.hero-content-wrap{padding-top:7rem;position:relative}.hero-eyebrow{letter-spacing:.3em;text-transform:uppercase;color:var(--accent-color);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.7rem;font-weight:600;display:inline-flex}.hero-eyebrow-line{background:var(--accent-color);width:2rem;height:1px;display:inline-block}.hero-heading{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--steel-foreground);max-width:700px;font-size:clamp(2.5rem,7vw,5rem);font-weight:700;line-height:1.05}.hero-heading-accent{color:var(--accent-color)}.hero-subtitle{color:#f8fafcb8;max-width:520px;min-height:8.5rem;margin-top:1.5rem;font-size:1.125rem;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:1rem;margin-top:2.5rem;display:flex}.hero-stats-bar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1a2332b3;border-top:1px solid #f8fafc1a;margin-top:5rem;position:relative}.hero-stats-grid{grid-template-columns:repeat(2,1fr);display:grid}@media (width>=768px){.hero-stats-grid{grid-template-columns:repeat(4,1fr)}}.hero-stat{text-align:center;border-bottom:1px solid #f8fafc1a;border-right:1px solid #f8fafc1a;padding:2rem 1.5rem}.hero-stat:nth-child(2n){border-right:none}.hero-stat:nth-last-child(-n+2){border-bottom:none}@media (width>=768px){.hero-stat{text-align:left;border-bottom:none;border-right:1px solid #f8fafc1a}.hero-stat:first-child{padding-left:0}.hero-stat:nth-child(4n),.hero-stat:last-child{border-right:none}}.hero-stat-number{font-family:var(--font-heading);color:var(--accent-color);font-size:clamp(1.75rem,4vw,3rem);font-weight:700;line-height:1;display:block}.hero-stat-label{text-transform:uppercase;letter-spacing:.12em;opacity:.65;margin-top:.375rem;font-size:.72rem;display:block}@media (width<=640px){.hero-content-wrap{padding-top:5rem}.hero-subtitle{font-size:1rem}}.services-section{padding:calc(var(--padding-large) * 2) 0;background:var(--bg-surface);position:relative}.services-header{margin-bottom:var(--padding-large)}.services-header h2{font-size:var(--heading-medium);margin-bottom:var(--padding-small);color:var(--text-primary);text-align:center}.services-flow{flex-direction:column;gap:60px;display:flex}.service-block{background:var(--bg-primary);border-radius:var(--border-radius-large);border:1px solid var(--border-color);padding:var(--padding-large);box-shadow:var(--shadow-card);transition:transform var(--transition-speed) var(--transition-smooth), box-shadow var(--transition-speed);position:relative;overflow:hidden}.service-block:hover{box-shadow:var(--shadow-soft);transform:translateY(-4px)}.split-layout{grid-template-columns:1fr 1fr;align-items:start;gap:40px;display:grid}.content-column{flex-direction:column;gap:24px;display:flex}.slide-tag{color:var(--accent-color);text-transform:uppercase;letter-spacing:1px;background:#ff5a001a;border-radius:4px;align-self:flex-start;padding:6px 16px;font-size:14px;font-weight:700;display:inline-block}.service-block h2{font-size:var(--heading-small);color:var(--text-primary);margin-bottom:12px;font-weight:700}.slide-description{font-size:var(--font-size-small);color:var(--text-muted);line-height:1.7}.slide-image-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-top:16px;display:grid}.slide-machine-image{object-fit:cover;border-radius:var(--border-radius);border:1px solid var(--border-color);width:100%;height:200px}.spec-card{background:var(--bg-surface);border-radius:var(--border-radius);border:1px solid var(--border-color);padding:24px}.spec-card h3{color:var(--primary-color);margin-bottom:16px;font-size:18px;font-weight:600}.spec-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.spec-list li{color:var(--text-muted);padding-left:20px;font-size:14px;position:relative}.spec-list li:before{content:"→";color:var(--accent-color);position:absolute;left:0}.process-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.process-item{background:var(--bg-surface);border-radius:var(--border-radius);border:1px solid var(--border-color);align-items:center;gap:12px;padding:16px;display:flex}.process-icon{width:32px;height:32px;color:var(--primary-color);background:#004f9f1a;border-radius:8px;justify-content:center;align-items:center;font-weight:700;display:flex}.process-item p{color:var(--text-primary);margin:0;font-size:14px;font-weight:500}.info-card{background:var(--bg-surface);border-radius:var(--border-radius);border:1px solid var(--border-color);padding:24px}.info-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;display:grid}.info-item h4{color:var(--primary-color);text-transform:uppercase;margin-bottom:4px;font-size:12px}.info-item p{color:var(--text-muted);margin:0;font-size:14px}.app-grid{flex-wrap:wrap;gap:8px;display:flex}.app-tag{color:var(--primary-color);background:#004f9f1a;border-radius:16px;padding:4px 12px;font-size:12px;font-weight:600}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;display:grid}.feature-box{background:var(--bg-surface);border-radius:var(--border-radius);border:1px solid var(--border-color);text-align:center;padding:16px}.feature-box i{color:var(--accent-color);margin-bottom:8px;font-size:24px;display:block}.feature-box p{color:var(--text-muted);margin:0;font-size:14px}@media screen and (width<=1024px){.split-layout{grid-template-columns:1fr}}.section{transition:background-color var(--transition-speed), color var(--transition-speed);padding:80px 0}#services{background-color:var(--bg-primary)}.section h2{text-align:center;color:var(--text-primary);margin-bottom:32px;font-size:44px}.services-grid,.project-grid{gap:var(--padding-large);grid-template-columns:repeat(auto-fit,minmax(300px,1fr));display:grid}.services-offer .service-card{background-color:var(--bg-surface);color:var(--text-primary);padding:var(--padding-large);border-radius:var(--border-radius);text-align:center;transition:transform var(--transition-speed), box-shadow var(--transition-speed), background-color var(--transition-speed);box-shadow:var(--shadow-card);border:1px solid var(--border-color);flex-direction:column;display:flex}.services-offer .service-card img{object-fit:cover;border-radius:var(--border-radius);width:120px;height:120px}.services-offer{background-color:var(--bg-primary)}.services-header{text-align:center;margin-bottom:var(--padding-large)}.services-header h2{font-size:var(--heading-large);margin-bottom:var(--padding-small)}.services-header p{max-width:720px;color:var(--text-muted);margin:0 auto;font-size:18px}.services-stack{gap:var(--padding-medium);flex-direction:column;display:flex}.services-stack .service-card{text-align:left;align-items:center;gap:var(--padding-medium);flex-direction:row}.capabilities-section{background:var(--bg-primary);border-top:1px solid var(--border-color);margin-top:2.5rem;padding:100px 0}.capabilities-header{text-align:center;margin-bottom:var(--padding-large);max-width:820px;margin-left:auto;margin-right:auto}.capabilities-header h2{font-size:var(--heading-large);margin-bottom:var(--padding-small)}.capabilities-header p{color:var(--text-muted);font-size:18px}.capabilities-grid{gap:var(--padding-medium);grid-template-columns:repeat(auto-fit,minmax(250px,1fr));display:grid}.capability-card{background:var(--bg-surface);border:1px solid var(--border-color);padding:var(--padding-large);box-shadow:var(--shadow-card);transition:transform var(--transition-speed), box-shadow var(--transition-speed);border-radius:20px}.capability-card:hover{transform:translateY(-6px);box-shadow:0 20px 45px #004f9f26}.capability-icon{width:56px;height:56px;margin-bottom:var(--padding-medium);background:#043a6c14;border-radius:16px;justify-content:center;align-items:center;display:flex}html.theme-dark .capability-icon{background:#60a5fa26}.capability-icon .icon{width:28px;height:28px;color:var(--primary-color)}.capability-card h3{margin-bottom:var(--padding-small);color:var(--text-primary);font-size:22px}.capability-spec{color:var(--text-muted);margin-bottom:4px}.capability-detail{color:var(--primary-color);font-weight:600}.section-badge{color:var(--primary-color);text-transform:uppercase;border:1px solid var(--border-color);background:#004f9f1a;border-radius:999px;justify-content:center;align-items:center;margin-bottom:16px;padding:4px 12px;font-size:14px;font-weight:600;display:inline-flex}html.theme-dark .section-badge{color:#60a5fa;background:#60a5fa1a}.section-lead{max-width:820px;margin:0 auto var(--padding-large);color:var(--text-muted);text-align:center;font-size:18px}.section-title{font-size:var(--heading-medium);text-align:center;margin-bottom:12px}.section-lead.secondary{color:var(--text-muted);opacity:.9;font-size:16px}.capability-card-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}@media screen and (width<=1024px){.section{padding:60px 0}.section h2{font-size:var(--heading-small)}.services-grid,.project-grid{grid-template-columns:1fr}.services-stack .service-card{text-align:center;flex-direction:column}}@media screen and (width<=480px){.services-stack .service-card{padding:var(--padding-medium)}}.projects-section{background:var(--bg-primary);border-top:1px solid var(--border-color)}.projects-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:4rem;display:flex}.projects-header h2{font-family:var(--font-heading);letter-spacing:-.03em;color:var(--text-primary);margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:700}.projects-intro{color:var(--text-muted);max-width:700px;font-size:1.1rem;line-height:1.6}.projects-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=640px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.projects-grid{grid-template-columns:repeat(4,1fr)}}.project-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--border-radius);transition:border-color var(--transition-speed), transform var(--transition-speed) var(--transition-smooth), box-shadow var(--transition-speed);flex-direction:column;height:100%;display:flex;overflow:hidden}.project-card:hover{border-color:var(--accent-color);box-shadow:var(--shadow-elegant);transform:translateY(-8px)}.project-card-image{aspect-ratio:1;background:var(--bg-secondary);width:100%;position:relative;overflow:hidden}.project-card-image img{object-fit:cover;width:100%;height:100%;transition:transform 1.5s var(--transition-smooth);display:block}.project-card:hover .project-card-image img{transform:scale(1.15)}.project-card-overlay{opacity:0;width:100%;height:100%;transition:opacity var(--transition-speed);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:linear-gradient(#0000 0%,#1a233233 50%,#1a2332b3 100%);justify-content:center;align-items:center;display:flex;position:absolute;top:0;left:0}.project-card:hover .project-card-overlay{opacity:1}.project-view-btn{background:var(--accent-color);color:#fff;font-family:var(--font-heading);transition:transform var(--transition-speed) var(--transition-smooth), background var(--transition-speed);border-radius:20px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.8rem;font-weight:600;display:flex;transform:translateY(10px)}.project-card:hover .project-view-btn{transform:translateY(0)}.project-view-btn:hover{background:var(--accent-hover)}.project-card-body{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.project-card-tag{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.12em;color:var(--accent-color);background:#e0782514;border:1px solid #e0782533;border-radius:20px;align-self:flex-start;margin-bottom:.75rem;padding:.25rem .625rem;font-size:.65rem;font-weight:600;display:inline-block}.project-card-body h3{font-family:var(--font-heading);letter-spacing:-.01em;color:var(--text-primary);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.project-card-body p{color:var(--text-muted);font-size:.875rem;line-height:1.5}html.theme-dark .project-card{-webkit-backdrop-filter:blur(12px);background:#161b22b3}html.theme-dark .project-card-tag{background:#e078251f;border-color:#e0782540}.contact-section-wrap{background:var(--bg-primary);padding:5rem 0 6rem}.contact-hero{background:var(--steel);color:var(--steel-foreground)}.contact-hero-inner{padding-top:6rem;padding-bottom:5rem}.contact-hero h1{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--steel-foreground);max-width:700px;margin-bottom:1.25rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;line-height:1.05}.contact-hero h1 span{color:var(--accent-color)}.contact-hero p{color:#f8fafcb8;max-width:560px;font-size:1.1rem;line-height:1.7}.contact-header{margin-bottom:3rem}.contact-header h2{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--text-primary);margin-bottom:.75rem;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:700}.contact-header p{color:var(--text-muted);max-width:540px;font-size:1rem;line-height:1.7}.contact-section{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=900px){.contact-section{grid-template-columns:5fr 6fr;align-items:start}}.contact-left-panels{flex-direction:column;gap:1.5rem;display:flex}.contact-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--border-radius);padding:2rem}.contact-card h2{font-family:var(--font-heading);letter-spacing:-.01em;color:var(--text-primary);margin-bottom:1.25rem;font-size:1.2rem;font-weight:700}.location-section .map-shell{border-radius:var(--border-radius);border:1px solid var(--border-color);margin-bottom:1rem;overflow:hidden}.location-section .map-shell iframe,.location-section .map-shell #map{border:none;width:100%;height:240px;display:block}.location-section>p{color:var(--text-muted);align-items:flex-start;gap:.5rem;font-size:.9rem;line-height:1.5;display:flex}.location-section>p i{color:var(--accent-color);flex-shrink:0;margin-top:2px}.downloads-card p{color:var(--text-muted);margin-bottom:.5rem;font-size:.9rem;line-height:1.6}.downloads-note{opacity:.75;margin-bottom:1.25rem!important;font-size:.8rem!important}.downloads-actions{flex-direction:column;gap:.75rem;display:flex}.download-link{border-radius:var(--border-radius);border:1px solid var(--border-color);color:var(--text-primary);transition:border-color var(--transition-speed), background var(--transition-speed), color var(--transition-speed);text-align:center;justify-content:center;align-items:center;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;display:inline-flex}.download-link.primary{background:var(--accent-color);border-color:var(--accent-color);color:#fff}.download-link.primary:hover{opacity:.9}.download-link.secondary:hover{border-color:var(--accent-color);color:var(--accent-color)}.form-section{background:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--border-radius);padding:2.5rem}.form-section h2{font-family:var(--font-heading);letter-spacing:-.01em;color:var(--text-primary);margin-bottom:.375rem;font-size:1.3rem;font-weight:700}.form-section p{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.form-section form{flex-direction:column;gap:1rem;display:flex}.form-section input[type=text],.form-section input[type=email],.form-section textarea{width:100%;font-family:var(--font-body);background:var(--input-bg);border:1px solid var(--input-border);border-radius:var(--border-radius);color:var(--text-primary);transition:border-color var(--transition-speed), box-shadow var(--transition-speed);outline:none;padding:.75rem 1rem;font-size:.9rem}.form-section input:focus,.form-section textarea:focus{border-color:var(--focus-ring);box-shadow:0 0 0 3px #e078251f}.form-section input::placeholder,.form-section textarea::placeholder{color:var(--text-muted);opacity:.6}.form-section textarea{resize:vertical;min-height:120px}.form-section button[type=submit]{background:var(--accent-color);color:#fff;font-family:var(--font-heading);border-radius:var(--border-radius);cursor:pointer;transition:opacity var(--transition-speed), transform var(--transition-speed);border:none;align-self:flex-start;padding:.875rem 1.75rem;font-size:.9rem;font-weight:600}.form-section button[type=submit]:hover{opacity:.9;transform:translateY(-1px)}.h-captcha{margin-top:.25rem}@media (width>=900px){.contact-section{grid-template-columns:2fr 3fr}}.about-section{background:var(--bg-secondary)}.about-container{grid-template-columns:1fr;align-items:center;gap:3rem;display:grid}@media (width>=768px){.about-container{grid-template-columns:1fr 1fr;gap:4rem}}.about-content .eyebrow{display:block}.about-content h2{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--text-primary);margin-bottom:1.25rem;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:700;line-height:1.15}.about-text{color:var(--text-muted);margin-bottom:1rem;font-size:1rem;line-height:1.8}.about-text.secondary{opacity:.85}.about-checklist{grid-template-columns:1fr 1fr;gap:.75rem;margin-top:1.5rem;list-style:none;display:grid}.about-checklist li{color:var(--text-primary);align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}.about-checklist li:before{content:"";background:var(--accent-color);border-radius:50%;flex-shrink:0;width:6px;height:6px}.about-image-wrap{position:relative}.about-image-wrap img{border-radius:var(--border-radius);width:100%;box-shadow:var(--shadow-elegant);display:block}.about-iso-badge{background:var(--accent-color);color:#fff;border-radius:var(--border-radius);text-align:center;box-shadow:var(--shadow-glow);padding:1.25rem 1.5rem;display:none;position:absolute;bottom:-1.5rem;right:-1.5rem}@media (width>=768px){.about-iso-badge{display:block}}.about-iso-badge-title{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;line-height:1}.about-iso-badge-sub{text-transform:uppercase;letter-spacing:.12em;opacity:.9;margin-top:.25rem;font-size:.72rem}
