:root{--accent: #F97316;--accent-rgb: 249, 115, 22;--accent-light: #FDE68A;--accent-light-rgb: 253, 230, 138;--accent-pale: #FFF7ED;--accent-pale-rgb: 255, 247, 237;--surface-dark: #1E293B;--surface-dark-rgb: 30, 41, 59;--surface-darker: #0F172A;--surface-darker-rgb: 15, 23, 42;--surface-mid: #475569;--surface-mid-rgb: 71, 85, 105;--surface-light-mid: #94A3B8;--surface-light-mid-rgb: 148, 163, 184;--surface-light: #F8FAFC;--surface-light-rgb: 248, 250, 252;--surface-light-alt: #F1F5F9;--surface-light-alt-rgb: 241, 245, 249;--text-primary: #0F172A;--text-secondary: #334155;--text-muted: #64748B;--footer-bg: #020617;--footer-bg-rgb: 2, 6, 23}:root.theme-bold-gold{--accent: #B8860B;--accent-rgb: 184, 134, 11;--accent-light: #D4AF37;--accent-light-rgb: 212, 175, 55;--accent-pale: #3D3213;--accent-pale-rgb: 61, 50, 19;--surface-dark: #0D0D0D;--surface-dark-rgb: 13, 13, 13;--surface-darker: #050505;--surface-darker-rgb: 5, 5, 5;--surface-mid: #1A1A1A;--surface-mid-rgb: 26, 26, 26;--surface-light-mid: #262626;--surface-light-mid-rgb: 38, 38, 38;--surface-light: #FFFFFF;--surface-light-rgb: 255, 255, 255;--surface-light-alt: #F2F2F2;--surface-light-alt-rgb: 242, 242, 242;--text-primary: #1A1A1A;--text-secondary: #404040;--text-muted: #737373;--footer-bg: #000000;--footer-bg-rgb: 0, 0, 0}:root.theme-space{--accent: #8b5cf6;--accent-rgb: 139, 92, 246;--accent-light: #a78bfa;--accent-light-rgb: 167, 139, 250;--accent-pale: #ede9fe;--accent-pale-rgb: 237, 233, 254;--surface-dark: #1e1b4b;--surface-dark-rgb: 30, 27, 75;--surface-darker: #0f172a;--surface-darker-rgb: 15, 23, 42;--surface-mid: #312e81;--surface-mid-rgb: 49, 46, 129;--surface-light-mid: #4338ca;--surface-light-mid-rgb: 67, 56, 202;--surface-light: #ffffff;--surface-light-rgb: 255, 255, 255;--surface-light-alt: #f1f5f9;--surface-light-alt-rgb: 241, 245, 249;--text-primary: #1e1b4b;--text-secondary: #4338ca;--text-muted: #6366f1;--footer-bg: #0f172a;--footer-bg-rgb: 15, 23, 42}:root.theme-forest{--accent: #2d5a27;--accent-rgb: 45, 90, 39;--accent-light: #4f7d49;--accent-light-rgb: 79, 125, 73;--accent-pale: #e8ede7;--accent-pale-rgb: 232, 237, 231;--surface-dark: #1b3022;--surface-dark-rgb: 27, 48, 34;--surface-darker: #0d1a12;--surface-darker-rgb: 13, 26, 18;--surface-mid: #3b5241;--surface-mid-rgb: 59, 82, 65;--surface-light-mid: #718375;--surface-light-mid-rgb: 113, 131, 117;--surface-light: #f5f5dc;--surface-light-rgb: 245, 245, 220;--surface-light-alt: #e9edc9;--surface-light-alt-rgb: 233, 237, 201;--text-primary: #1b3022;--text-secondary: #3b5241;--text-muted: #718375;--footer-bg: #0d1a12;--footer-bg-rgb: 13, 26, 18}:root.theme-cyber{--accent: #ccff00;--accent-rgb: 204, 255, 0;--accent-light: #ddff66;--accent-light-rgb: 221, 255, 102;--accent-pale: #1a2400;--accent-pale-rgb: 26, 36, 0;--surface-dark: #0f172a;--surface-dark-rgb: 15, 23, 42;--surface-darker: #020617;--surface-darker-rgb: 2, 6, 23;--surface-mid: #1e293b;--surface-mid-rgb: 30, 41, 59;--surface-light-mid: #334155;--surface-light-mid-rgb: 51, 65, 85;--surface-light: #f8fafc;--surface-light-rgb: 248, 250, 252;--surface-light-alt: #e2e8f0;--surface-light-alt-rgb: 226, 232, 240;--text-primary: #f8fafc;--text-secondary: #94a3b8;--text-muted: #64748b;--footer-bg: #020617;--footer-bg-rgb: 2, 6, 23}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Outfit,sans-serif;background:var(--surface-light);color:var(--text-primary)}nav{position:fixed;top:0;width:100%;z-index:100;background:rgba(var(--surface-dark-rgb),.96);backdrop-filter:blur(8px);border-bottom:1px solid rgba(var(--surface-darker-rgb),.25);padding:0 5%;display:flex;align-items:center;justify-content:space-between;height:70px}.nav-logo{font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:600;color:var(--accent-light);letter-spacing:.04em;text-decoration:none}.nav-links{display:flex;gap:2.2rem;list-style:none}.nav-links a{text-decoration:none;color:rgba(var(--surface-light-rgb),.75);font-size:.85rem;font-weight:400;letter-spacing:.08em;text-transform:uppercase;transition:color .2s}.nav-links a:hover,.nav-links a.active{color:var(--accent-light)}.nav-cta{background:transparent;border:1px solid var(--accent);color:var(--accent-light);padding:8px 22px;font-family:Outfit,sans-serif;font-size:.8rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;text-decoration:none;transition:background .2s,color .2s}.nav-cta:hover{background:var(--accent);color:var(--surface-dark)}.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.nav-toggle span{display:block;width:24px;height:2px;background:var(--accent-light);transition:transform .25s,opacity .25s}.nav-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:768px){.nav-toggle{display:flex}.nav-links{display:none;flex-direction:column;gap:0;position:absolute;top:70px;left:0;right:0;background:rgba(var(--surface-darker-rgb),.98);border-bottom:1px solid rgba(var(--accent-rgb),.2);padding:1rem 5%}.nav-links.open{display:flex}.nav-links li{border-bottom:1px solid rgba(var(--accent-rgb),.1)}.nav-links a{display:block;padding:14px 0}.nav-cta{display:none}}.btn-primary{background:var(--surface-darker);color:var(--surface-light);padding:14px 34px;text-decoration:none;font-size:.85rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;transition:background .2s;display:inline-block}.btn-primary:hover{background:var(--surface-dark)}.btn-outline{border:1px solid rgba(var(--surface-light-rgb),.35);color:var(--surface-light);padding:14px 34px;text-decoration:none;font-size:.85rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;transition:border-color .2s,color .2s;display:inline-block}.btn-outline:hover{border-color:var(--surface-darker);color:var(--surface-darker)}section{padding:100px 10%}.section-eyebrow{font-size:.72rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--surface-darker);margin-bottom:1rem;display:flex;align-items:center;gap:10px}.section-eyebrow:before{content:"";display:inline-block;width:28px;height:1px;background:var(--surface-darker)}.section-title{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:600;line-height:1.2;color:var(--text-primary);margin-bottom:1.2rem}.section-title em{font-style:italic;color:var(--surface-darker)}.hero{min-height:100vh;background:var(--accent);display:flex;align-items:center;padding:0 10%;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(-45deg,transparent,transparent 60px,rgba(var(--surface-darker-rgb),.03) 60px,rgba(var(--surface-darker-rgb),.03) 61px)}.hero-accent{position:absolute;right:0;top:0;bottom:0;width:42%;background:var(--surface-darker);clip-path:polygon(12% 0,100% 0,100% 100%,0% 100%);overflow:hidden}.hero-img-placeholder,.img-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:#ffffff0a}.hero-img-placeholder{border-left:2px dashed rgba(var(--surface-darker-rgb),.3)}.img-placeholder{aspect-ratio:4/5;background:var(--surface-light-alt);border:2px dashed rgba(var(--surface-darker-rgb),.3)}.hero-img-placeholder span,.img-placeholder span{font-size:.75rem;color:rgba(var(--surface-darker-rgb),.5);letter-spacing:.1em;text-transform:uppercase}.hero-content{position:relative;z-index:2;max-width:560px}.hero-eyebrow{font-size:.75rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--surface-darker);margin-bottom:1.2rem;display:flex;align-items:center;gap:10px}.hero-eyebrow:before{content:"";display:inline-block;width:32px;height:1px;background:var(--surface-darker)}.hero-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.8rem,5vw,4.4rem);font-weight:600;line-height:1.12;color:var(--surface-darker);margin-bottom:1.4rem}.hero-title em{font-style:italic;color:var(--surface-dark)}.hero-subtitle{font-size:1rem;font-weight:300;line-height:1.8;color:rgba(var(--surface-darker-rgb),.65);margin-bottom:2.8rem;max-width:420px}.hero-buttons{display:flex;gap:14px;flex-wrap:wrap}.hero-stats{position:absolute;bottom:48px;left:10%;display:flex;gap:48px;z-index:2}.stat-num{font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:600;color:var(--surface-darker);line-height:1}.stat-label{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(var(--surface-darker-rgb),.45);margin-top:4px}.about-section{background:var(--surface-light)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.about-image-wrap{position:relative}.about-badge{position:absolute;bottom:-24px;right:-24px;background:var(--surface-darker);padding:28px 32px;text-align:center}.about-badge .num{font-family:Cormorant Garamond,serif;font-size:2.6rem;font-weight:600;color:var(--surface-light);line-height:1}.about-badge .lbl{font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--surface-light);opacity:.7;margin-top:4px}.about-body{font-size:1rem;line-height:1.85;color:var(--text-secondary);margin:1.4rem 0 2rem}.about-features{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:2rem}.about-features li{display:flex;align-items:center;gap:12px;font-size:.9rem;color:var(--text-secondary)}.about-features li:before{content:"";width:6px;height:6px;background:var(--surface-darker);flex-shrink:0}.services-section{background:var(--accent)}.services-section .section-title{color:var(--surface-darker)}.services-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:56px}.services-intro{font-size:.95rem;line-height:1.8;color:rgba(var(--surface-darker-rgb),.6);max-width:380px}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}.service-card{background:#ffffff0a;padding:44px 36px;border-top:3px solid transparent;transition:background .25s,border-color .25s}.service-card:hover{background:rgba(var(--surface-darker-rgb),.08);border-top-color:var(--surface-darker)}.service-icon{width:52px;height:52px;margin-bottom:28px;display:flex;align-items:center;justify-content:center}.service-icon svg{stroke:var(--surface-darker)}.service-num{font-family:Cormorant Garamond,serif;font-size:.9rem;color:rgba(var(--surface-darker-rgb),.4);margin-bottom:12px}.service-name{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:600;color:var(--surface-darker);margin-bottom:14px}.service-desc{font-size:.88rem;line-height:1.75;color:rgba(var(--surface-darker-rgb),.55);margin-bottom:24px}.service-link{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--surface-darker);text-decoration:none;display:flex;align-items:center;gap:8px}.service-link:after{content:"→";transition:transform .2s}.service-link:hover:after{transform:translate(4px)}.why-section{background:var(--accent-pale)}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.why-image{width:100%;aspect-ratio:1;background:var(--surface-light-alt);border:2px dashed rgba(var(--surface-darker-rgb),.35);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.why-image span{font-size:.72rem;color:var(--surface-light-mid);letter-spacing:.1em;text-transform:uppercase}.why-points{display:flex;flex-direction:column;gap:28px;margin-top:2rem}.why-point{display:flex;gap:20px;align-items:flex-start}.why-point-icon{width:42px;height:42px;background:var(--surface-dark);display:flex;align-items:center;justify-content:center;flex-shrink:0}.why-point-icon svg{stroke:var(--surface-darker)}.why-point-title{font-size:.95rem;font-weight:600;color:var(--text-primary);margin-bottom:4px}.why-point-body{font-size:.88rem;line-height:1.7;color:var(--text-secondary)}.projects-section{background:var(--surface-light)}.projects-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:48px}.projects-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3px}.project-card{position:relative;overflow:hidden}.project-img{width:100%;aspect-ratio:3/4;background:var(--surface-light-alt);border:2px dashed rgba(var(--surface-darker-rgb),.25);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.project-img svg{opacity:.25}.project-img span{font-size:.65rem;color:var(--surface-light-mid);letter-spacing:.08em;text-transform:uppercase}.project-info{padding:18px 0 0}.project-category{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--surface-darker);margin-bottom:6px}.project-title{font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:600;color:var(--text-primary);line-height:1.3}.clients-section{background:var(--accent);padding:60px 0;text-align:center;overflow:hidden}.clients-label{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:rgba(var(--surface-darker-rgb),.5);margin-bottom:40px}.values-section{background:var(--accent)}.values-section .section-title{color:var(--surface-darker)}.values-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:2px;margin-top:56px}.value-card{padding:40px 28px;background:#ffffff08;text-align:center}.value-card:hover{background:rgba(var(--surface-darker-rgb),.07)}.value-dot{width:8px;height:8px;background:var(--surface-darker);margin:0 auto 24px}.value-title{font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:600;color:var(--surface-darker);margin-bottom:10px}.value-desc{font-size:.82rem;line-height:1.7;color:rgba(var(--surface-darker-rgb),.55)}footer{background:var(--footer-bg);padding:72px 10% 36px;border-top:1px solid rgba(var(--accent-rgb),.2)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:60px;margin-bottom:56px}.footer-logo{font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:600;color:var(--accent-light);margin-bottom:16px;display:block}.footer-tagline{font-size:.88rem;line-height:1.75;color:rgba(var(--surface-light-rgb),.45);max-width:240px}.footer-heading{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);margin-bottom:20px}.footer-links{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-links a{text-decoration:none;font-size:.88rem;color:rgba(var(--surface-light-rgb),.5);transition:color .2s}.footer-links a:hover{color:var(--accent-light)}.footer-contact-item{font-size:.85rem;color:rgba(var(--surface-light-rgb),.5);margin-bottom:8px;line-height:1.6}.footer-contact-item strong{color:rgba(var(--surface-light-rgb),.75);font-weight:400}.footer-bottom{border-top:1px solid rgba(255,255,255,.07);padding-top:28px;display:flex;justify-content:space-between;align-items:center;font-size:.78rem;color:rgba(var(--surface-light-rgb),.3)}.footer-divider{width:28px;height:1px;background:var(--accent);opacity:.5;display:inline-block;vertical-align:middle;margin:0 10px}.theme-toggle{background:none;border:1px solid rgba(var(--surface-light-rgb),.25);color:rgba(var(--surface-light-rgb),.5);padding:4px 12px;font-family:Outfit,sans-serif;font-size:.72rem;cursor:pointer;letter-spacing:.06em;transition:border-color .2s,color .2s;vertical-align:middle}.theme-toggle:hover{border-color:var(--accent-light);color:var(--accent-light)}.parallax-wrap{position:relative;overflow:hidden;will-change:transform}@media(max-width:1024px){.services-grid,.projects-grid{grid-template-columns:1fr 1fr}.values-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:40px}}@media(max-width:768px){section{padding:70px 6%}.about-grid,.why-grid{grid-template-columns:1fr;gap:48px}.about-badge{bottom:-16px;right:-8px}.hero-accent{display:none}.hero-stats{flex-wrap:wrap;gap:24px}.services-grid,.projects-grid,.values-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:32px}.footer-bottom{flex-direction:column;gap:8px;text-align:center}.projects-grid{grid-template-columns:1fr 1fr}}
