:root{--bg-primary:#000;--bg-secondary:#0a0a0a;--bg-tertiary:#161616;--text-primary:#fff;--text-secondary:#a3a3a3;--text-muted:#666;--border-color:#ffffff1a;--border-color-hover:#ffffff40;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-heading:"Space Grotesk", -apple-system, BlinkMacSystemFont, sans-serif;--ease-custom:cubic-bezier(.16, 1, .3, 1);--transition-smooth:all .5s cubic-bezier(.16, 1, .3, 1);--transition-fast:all .2s ease-out}.light-theme{--bg-primary:#fff;--bg-secondary:#f6f6f6;--bg-tertiary:#eee;--text-primary:#000;--text-secondary:#555;--text-muted:#888;--border-color:#00000014;--border-color-hover:#0003;color:var(--text-primary);background-color:var(--bg-primary)!important}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;font-size:16px;line-height:1.6;overflow-x:hidden}::selection{background-color:var(--text-primary);color:var(--bg-primary)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--text-primary);font-weight:500;line-height:1.1}a{color:inherit;transition:var(--transition-fast);text-decoration:none}button{color:inherit;font:inherit;cursor:pointer;background:0 0;border:none}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}@media (width<=768px){.container{padding:0 1.25rem}}.hover-target{cursor:none}@media (hover:hover) and (pointer:fine){body{cursor:none}a,button,[role=button],.hover-target{cursor:none!important}}body.show-native-cursor,body.show-native-cursor a,body.show-native-cursor button,body.show-native-cursor [role=button],body.show-native-cursor .hover-target{cursor:auto!important}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.noise-overlay{content:"";opacity:.04;z-index:9999;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");width:100vw;height:100vh;position:fixed;top:0;left:0}.ambient-background-container{z-index:-1;pointer-events:none;background-color:var(--bg-primary);transition:background-color .4s;position:fixed;inset:0;overflow:hidden}.ambient-grid-overlay{pointer-events:none;z-index:2;background-image:linear-gradient(90deg,#ffffff0d 1px,#0000 1px),linear-gradient(#ffffff0d 1px,#0000 1px);background-size:80px 80px;position:absolute;inset:0}html.light-theme .ambient-grid-overlay{background-image:linear-gradient(90deg,#0000000a 1px,#0000 1px),linear-gradient(#0000000a 1px,#0000 1px)}.interactive-dots-overlay{pointer-events:none;z-index:3;grid-template-rows:repeat(auto-fill,minmax(80px,1fr));grid-template-columns:repeat(auto-fill,minmax(80px,1fr));display:grid;position:absolute;inset:0}.grid-dot{background-color:var(--text-primary);opacity:.12;will-change:transform, opacity;border-radius:50%;place-self:center;width:4px;height:4px}.ambient-orb{filter:blur(140px);opacity:.07;will-change:transform;border-radius:50%;width:45vw;height:45vw;position:absolute}.orb-1{background:radial-gradient(circle,#fffc 0%,#fff0 70%);top:-10%;left:-10%}.orb-2{background:radial-gradient(circle,#ffffffb3 0%,#fff0 70%);width:50vw;height:50vw;bottom:-15%;right:-10%}.orb-3{background:radial-gradient(circle,#ffffff80 0%,#fff0 70%);width:35vw;height:35vw;top:40%;left:30%}html.light-theme .ambient-orb{opacity:.03}html.light-theme .orb-1{background:radial-gradient(circle,#000c 0%,#0000 70%)}html.light-theme .orb-2{background:radial-gradient(circle,#000000b3 0%,#0000 70%)}html.light-theme .orb-3{background:radial-gradient(circle,#0009 0%,#0000 70%)}.cursor-container{pointer-events:none;z-index:1000000;will-change:transform;mix-blend-mode:difference;width:0;height:0;transition:opacity .3s;position:fixed;top:0;left:0}.cursor-hidden{opacity:0}.cursor-dot{width:6px;height:6px;transition:transform .25s var(--ease-custom), opacity .25s var(--ease-custom);background-color:#fff;border-radius:50%;position:absolute;transform:translate(-50%,-50%)}.cursor-ring{will-change:width, height;transition:background-color .35s var(--ease-custom), border-color .35s var(--ease-custom), opacity .3s ease;border:1.5px solid #fff;position:absolute;transform:translate(-50%,-50%)}.cursor-hover .cursor-dot{opacity:0;transform:translate(-50%,-50%)scale(0)}.cursor-hover .cursor-ring{background-color:#ffffff26;border-color:#fff}.cursor-snapped .cursor-dot{opacity:0;transform:translate(-50%,-50%)scale(0)}.cursor-snapped .cursor-ring{background-color:#ffffff1a;border-color:#fff}@media (hover:none) or (pointer:coarse){.cursor-container{display:none!important}}.navbar-header{z-index:1005;-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-color);will-change:transform;background:#000000bf;justify-content:space-between;align-items:center;width:100%;padding:1.75rem 3.5rem;transition:background-color .4s,border-color .4s,padding .4s;display:flex;position:fixed;top:0;left:0}html.light-theme .navbar-header{background:#fff3}@media (width<=768px){.navbar-header{padding:1.25rem 1.5rem}}.navbar-logo-area{z-index:1006;align-items:center;display:flex}.navbar-logo-link{font-family:var(--font-heading);align-items:center;text-decoration:none;display:flex}.navbar-logo-img{width:auto;height:48px;transition:filter .4s ease, transform .3s var(--ease-custom), height .4s ease;filter:invert();margin-right:1rem;display:block}.navbar-logo-link:hover .navbar-logo-img{transform:scale(1.05)}html.light-theme .navbar-logo-img{filter:invert(0)}@media (width<=768px){.navbar-logo-img{height:38px}}.logo-light{color:var(--text-secondary);opacity:.65;letter-spacing:.01em;font-size:.85rem;font-weight:400}@media (width<=600px){.logo-light{display:none}}.navbar-desktop-nav{position:absolute;left:50%;transform:translate(-50%)}@media (width<=1024px){.navbar-desktop-nav{display:none}}.nav-links-wrapper{align-items:center;gap:1rem;display:flex}.nav-link-item{color:var(--text-secondary);will-change:transform;border-radius:9999px;padding:.6rem 1.25rem;font-size:.875rem;font-weight:500;transition:color .3s;display:inline-block}.nav-link-item:hover{color:var(--text-primary)}.navbar-right-area{z-index:1006;align-items:center;gap:1.75rem;display:flex}@media (width<=1024px){.navbar-right-area{display:none}}.navbar-clock{font-family:var(--font-heading);letter-spacing:.05em;align-items:center;gap:.5rem;font-size:.75rem;display:flex}.clock-city{color:var(--text-primary);font-weight:700}.clock-time{color:var(--text-secondary);opacity:.75;font-weight:400}.navbar-theme-toggle{border:1px solid var(--border-color);width:34px;height:34px;color:var(--text-primary);transition:var(--transition-fast);background:0 0;border-radius:50%;justify-content:center;align-items:center;display:flex}.navbar-theme-toggle:hover{background-color:var(--text-primary);color:var(--bg-primary);border-color:var(--text-primary)}.theme-icon{fill:currentColor;width:14px;height:14px}.navbar-mobile-toggle{z-index:1006;cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:flex-end;gap:6px;width:32px;height:32px;display:none}@media (width<=1024px){.navbar-mobile-toggle{display:flex}}.hamburger-line{background:var(--text-primary);height:2px;transition:transform .4s var(--ease-custom), opacity .4s var(--ease-custom), width .4s var(--ease-custom), background-color .4s ease;display:block}.line-1{width:24px}.line-2{width:16px}.line-3{width:24px}.line-1.open{width:24px;transform:translateY(8px)rotate(45deg)}.line-2.open{opacity:0;width:0}.line-3.open{width:24px;transform:translateY(-8px)rotate(-45deg)}.mobile-menu-overlay{-webkit-backdrop-filter:blur(25px);z-index:1001;opacity:0;pointer-events:none;will-change:opacity;background:#000000fa;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:8rem 4rem 3rem;display:flex;position:fixed;inset:0}html.light-theme .mobile-menu-overlay{background:#f5f5f5fa}@media (width<=640px){.mobile-menu-overlay{padding:7rem 2rem 2rem}}.mobile-menu-nav{width:100%;margin-top:2rem;margin-left:10%}@media (width<=640px){.mobile-menu-nav{margin-left:0}}.mobile-menu-list{flex-direction:column;align-items:flex-start;gap:1.5rem;list-style:none;display:flex}.mobile-menu-item{opacity:0;will-change:transform, opacity}.mobile-menu-link{color:var(--text-primary);transition:var(--transition-smooth);align-items:baseline;gap:1.5rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,7vw,3.8rem);font-weight:400;display:flex}.mobile-menu-num{font-family:var(--font-sans);color:var(--text-muted);letter-spacing:.05em;font-size:.8rem;font-weight:500}.mobile-menu-text{transition:var(--transition-smooth);display:inline-block;position:relative}.mobile-menu-link:hover .mobile-menu-text{color:#b32431;font-style:italic;transform:translate(8px)}.mobile-menu-footer{width:100%;margin-top:auto;padding-top:1.5rem}.mobile-menu-footer-divider{background-color:var(--border-color);width:100%;height:1px;margin-bottom:1.5rem}.mobile-menu-footer-cols{width:100%;font-family:var(--font-sans);justify-content:space-between;align-items:flex-end;font-size:.8rem;line-height:1.6;display:flex}@media (width<=480px){.mobile-menu-footer-cols{flex-direction:column;align-items:flex-start;gap:1rem}}.mobile-menu-footer-left{color:var(--text-primary);flex-direction:column;align-items:flex-start;font-weight:500;display:flex}.mobile-footer-email{transition:var(--transition-fast)}.mobile-footer-email:hover{color:#b32431}.mobile-footer-phone{color:var(--text-muted)}.mobile-menu-footer-right{color:var(--text-muted);letter-spacing:.05em;flex-direction:column;align-items:flex-end;gap:.25rem;font-weight:600;display:flex}@media (width<=480px){.mobile-menu-footer-right{align-items:flex-start}}.mobile-footer-social{transition:var(--transition-fast)}.mobile-footer-social:hover{color:var(--text-primary)}.hero-section{background-color:var(--bg-primary);border-bottom:1px solid var(--border-color);flex-direction:column;justify-content:flex-end;min-height:100vh;padding-bottom:6rem;display:flex;position:relative;overflow:hidden}.hero-container{text-align:left;z-index:10;flex-direction:column;align-items:flex-start;width:100%;display:flex}.hero-badge-wrapper{opacity:0;animation:heroFadeUp .8s var(--ease-custom) .2s forwards;margin-bottom:2rem;transform:translateY(20px)}.hero-badge{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);background:#ffffff08;border:1px solid #ffffff12;border-radius:999px;align-items:center;gap:.5rem;padding:.4rem 1rem;font-size:.7rem;display:inline-flex}.badge-dot{color:var(--text-primary);font-size:.9rem}.hero-giant-title{font-family:"Montserrat", var(--font-heading);letter-spacing:-.04em;color:var(--text-primary);text-transform:uppercase;opacity:0;animation:heroFadeUp 1s var(--ease-custom) .4s forwards;flex-direction:column;align-items:flex-start;margin-bottom:2rem;font-size:clamp(3.2rem,8.5vw,7.8rem);font-weight:900;line-height:.82;display:flex;transform:translateY(30px)}.hero-word{display:block}.hero-subtitle-tagline{font-family:var(--font-heading);letter-spacing:-.01em;color:var(--text-primary);opacity:0;max-width:800px;animation:heroFadeUp 1s var(--ease-custom) .55s forwards;margin-bottom:1.5rem;font-size:clamp(1.15rem,2.2vw,1.85rem);font-weight:500;transform:translateY(30px)}.hero-description{font-family:var(--font-sans);color:var(--text-secondary);opacity:0;max-width:650px;animation:heroFadeUp 1s var(--ease-custom) .7s forwards;margin-bottom:3rem;font-size:clamp(.95rem,1.2vw,1.15rem);line-height:1.6;transform:translateY(30px)}.hero-cta-group{opacity:0;animation:heroFadeUp 1s var(--ease-custom) .85s forwards;gap:1rem;display:flex;transform:translateY(25px)}@media (width<=480px){.hero-cta-group{flex-direction:column;width:100%;padding:0 2rem}}.hero-cta-primary,.hero-cta-secondary{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.05em;transition:var(--transition-fast);text-align:center;border-radius:9999px;padding:.85rem 2rem;font-size:.85rem;font-weight:500}.hero-cta-primary{background-color:var(--text-primary);color:var(--bg-primary);border:1px solid var(--text-primary)}.hero-cta-primary:hover{color:var(--text-primary);background-color:#0000}.hero-cta-secondary{color:var(--text-primary);background-color:#0000;border:1px solid #fff3}.hero-cta-secondary:hover{border-color:var(--text-primary);background-color:#ffffff08}.hero-scroll-indicator{opacity:0;pointer-events:none;flex-direction:column;align-items:center;gap:.5rem;animation:1s 1.2s forwards heroFadeIn;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-indicator-mouse{border:1.5px solid var(--text-muted);border-radius:12px;width:20px;height:32px;position:relative}.scroll-indicator-wheel{background-color:var(--text-primary);border-radius:1px;width:2px;height:6px;animation:1.6s ease-in-out infinite scrollWheelAnim;position:absolute;top:6px;left:50%;transform:translate(-50%)}.scroll-indicator-text{text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);font-size:.65rem}@keyframes heroFadeUp{to{opacity:1;transform:translateY(0)}}@keyframes heroFadeIn{to{opacity:1}}@keyframes scrollWheelAnim{0%{opacity:0;top:6px}30%{opacity:1}to{opacity:0;top:18px}}@media (width<=768px){.hero-giant-title{font-size:clamp(2rem,8vw,2.8rem);line-height:.9}}.products-scroll-wrapper{position:relative}.products-section{border-bottom:1px solid var(--border-color);background-color:#0000;align-items:center;width:100%;height:100vh;padding:0;display:flex;position:relative;overflow:hidden}.products-header-top{width:100%;margin-bottom:3.5rem}.products-two-columns{--bg-primary:#fff;--bg-secondary:#f6f6f6;--bg-tertiary:#eee;--text-primary:#000;--text-secondary:#555;--text-muted:#888;--border-color:#00000014;--border-color-hover:#0003;grid-template-columns:1.15fr 1fr;align-items:center;gap:5rem;width:100%;display:grid;position:relative}@media (width<=1024px){.products-two-columns{grid-template-columns:1fr;gap:1.5rem}}.products-left-details{flex-direction:column;align-self:center;align-items:flex-start;width:100%;display:flex;position:relative}.products-static-header-block{width:100%;max-width:600px}.product-main-title{font-family:"Montserrat", var(--font-heading);letter-spacing:-.04em;text-transform:uppercase;color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4.2rem);font-weight:900;line-height:.95}.product-tagline-description{color:var(--text-secondary);max-width:580px;font-size:clamp(1.1rem,1.5vw,1.25rem);font-weight:300;line-height:1.65}.products-right-mockups.sticky-right-column{z-index:10;flex-direction:column;justify-content:center;align-self:center;align-items:center;width:100%;min-height:380px;display:flex;position:relative}@media (width<=1024px){.products-header-top{margin-bottom:1rem}.products-left-details{text-align:center;align-items:center}.products-static-header-block{text-align:center;max-width:100%}.product-main-title{margin-bottom:.5rem;font-size:clamp(1.5rem,6vw,2.2rem)}.product-tagline-description{max-width:100%;font-size:.85rem;line-height:1.4}}.mockups-sticky-container{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.features-slideshow-stack{justify-content:center;align-items:center;width:100%;max-width:420px;height:280px;display:flex;position:relative}.feature-slide-item{opacity:0;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.feature-slide-item-content{flex-direction:column;align-items:flex-start;width:100%;display:flex}@media (width<=1024px){.products-right-mockups.sticky-right-column{min-height:180px}.features-slideshow-stack{height:140px}.feature-slide-item{align-items:center}.feature-slide-item-content{text-align:center;align-items:center}.feature-scroll-item-title{margin-bottom:.25rem;font-size:clamp(1.1rem,4.5vw,1.35rem)}.feature-scroll-item-desc{font-size:.82rem;line-height:1.4}}.expertise-section{background-color:var(--bg-primary);border-bottom:1px solid var(--border-color);padding:8rem 0;position:relative}@media (width<=768px){.expertise-section{padding:5rem 0}}.expertise-header{margin-bottom:5rem}@media (width<=768px){.expertise-header{margin-bottom:3rem}}.section-label{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.15em;color:var(--text-secondary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.75rem;display:flex}.label-dash{color:var(--text-muted)}.section-title{max-width:700px;font-size:clamp(1.8rem,3.5vw,3rem);font-weight:500;line-height:1.15}.skills-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media (width<=1024px){.skills-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.skills-grid{grid-template-columns:1fr;gap:1.5rem}}.skill-card{background-color:var(--bg-secondary);border:1px solid var(--border-color);min-height:420px;transition:transform .5s var(--ease-custom), border-color .5s var(--ease-custom), background-color .5s var(--ease-custom), box-shadow .5s var(--ease-custom);border-radius:12px;flex-direction:column;justify-content:space-between;padding:3rem 2.25rem;display:flex;position:relative;overflow:hidden}.skill-card:hover{background-color:var(--bg-tertiary);border-color:#ffffff40;transform:translateY(-8px);box-shadow:0 20px 40px -20px #000000b3}.skill-top{justify-content:space-between;align-items:center;margin-bottom:2.5rem;display:flex}.skill-number{font-family:var(--font-heading);color:#0000;-webkit-text-stroke:1px var(--text-muted);opacity:.6;transition:var(--transition-smooth);font-size:2.5rem;font-weight:700}.skill-card:hover .skill-number{color:var(--text-primary);-webkit-text-stroke:1px var(--text-primary);opacity:1}.skill-subtitle{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);font-size:.75rem}.skill-card:hover .skill-subtitle{color:var(--text-secondary)}.skill-body{margin-bottom:2.5rem}.skill-title{margin-bottom:1rem;font-size:2rem;font-weight:500}.skill-desc{color:var(--text-secondary);transition:var(--transition-fast);font-size:.925rem;line-height:1.6}.skill-card:hover .skill-desc{color:var(--text-primary)}.skill-tags{flex-wrap:wrap;gap:.5rem;display:flex}.skill-tag{font-size:.7rem;font-family:var(--font-sans);color:var(--text-muted);transition:var(--transition-fast);background:#ffffff03;border:1px solid #ffffff14;border-radius:4px;padding:.25rem .65rem}.skill-card:hover .skill-tag{color:var(--text-secondary);background:#ffffff08;border-color:#ffffff26}html.light-theme .skill-tag{background:#00000005;border-color:#00000014}.vision-section{background-color:var(--bg-primary);border-bottom:1px solid var(--border-color);padding:8rem 0;position:relative}@media (width<=768px){.vision-section{padding:5rem 0}}.vision-header{margin-bottom:5rem}@media (width<=768px){.vision-header{margin-bottom:3rem}}.vision-grid{grid-template-columns:1.1fr .9fr;align-items:start;gap:6rem;display:grid}@media (width<=1024px){.vision-grid{gap:4rem}}@media (width<=768px){.vision-grid{grid-template-columns:1fr;gap:3rem}}.vision-content-col{flex-direction:column;display:flex}.vision-block-title{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.75rem;font-weight:500}.vision-paragraph{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.75}.vision-paragraph strong{color:var(--text-primary)}.vision-team-col{flex-direction:column;display:flex}.founder-card{background-color:var(--bg-secondary);border:1px solid var(--border-color);min-height:380px;transition:transform .5s var(--ease-custom), border-color .5s var(--ease-custom), background-color .5s var(--ease-custom), box-shadow .5s var(--ease-custom);border-radius:12px;flex-direction:column;justify-content:space-between;padding:3rem 2.5rem;display:flex;position:relative;overflow:hidden}.founder-card:hover{background-color:var(--bg-tertiary);border-color:#ffffff40;transform:translateY(-8px);box-shadow:0 20px 40px -20px #000000b3}.founder-header{margin-bottom:2rem}.founder-role{font-size:.7rem;font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.4rem;display:block}.founder-name{color:var(--text-primary);font-size:1.75rem;font-weight:500}.founder-bio{color:var(--text-secondary);margin-bottom:2rem;font-size:.95rem;line-height:1.6}.founder-card:hover .founder-bio{color:var(--text-primary)}.founder-footer{border-top:1px solid var(--border-color);padding-top:1.5rem}.founder-quote{color:var(--text-muted);font-size:.8rem;font-style:italic;line-height:1.4;display:block}.founder-card:hover .founder-quote{color:var(--text-secondary)}.contact-section{background-color:var(--bg-primary);border-top:1px solid var(--border-color);padding:8rem 0 3rem;position:relative}@media (width<=768px){.contact-section{padding:5rem 0 2rem}}.contact-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:6rem;margin-bottom:8rem;display:grid}@media (width<=1024px){.contact-grid{gap:4rem;margin-bottom:6rem}}@media (width<=768px){.contact-grid{text-align:center;grid-template-columns:1fr;gap:3rem;margin-bottom:4rem}}.contact-info-col{flex-direction:column;display:flex}@media (width<=768px){.contact-info-col{align-items:center}}.contact-main-title{font-family:"Space Grotesk", var(--font-heading);color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.2rem,4.5vw,3.8rem);font-weight:700;line-height:1.1}.contact-text{color:var(--text-secondary);max-width:480px;margin-bottom:0;font-size:1rem;line-height:1.6}.contact-email-col{justify-content:flex-start;align-items:center;display:flex}@media (width<=768px){.contact-email-col{justify-content:center}}.contact-email-wrapper{flex-direction:column;align-items:flex-start;display:flex}@media (width<=768px){.contact-email-wrapper{align-items:center}}.contact-email-label{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);margin-bottom:.5rem;font-size:.8rem;font-weight:600}.contact-email-link{font-family:"Space Grotesk", var(--font-heading);color:var(--text-primary);letter-spacing:-.02em;transition:var(--transition-smooth);font-size:clamp(1.6rem,3.2vw,2.6rem);font-weight:700;line-height:1.1;display:inline-block;position:relative}.contact-email-link:after{content:"";background-color:var(--text-primary);width:0;height:2px;transition:var(--transition-smooth);position:absolute;bottom:-4px;left:0}.contact-email-link:hover{transform:translateY(-2px)}.contact-email-link:hover:after{width:100%}.footer-area{width:100%;margin-top:4rem}.footer-divider{background-color:var(--border-color);height:1px;margin-bottom:4rem}.footer-cols-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}@media (width<=1024px){.footer-cols-grid{grid-template-columns:1fr 1fr;gap:3rem}}@media (width<=640px){.footer-cols-grid{text-align:center;grid-template-columns:1fr;gap:2.5rem}}.footer-brand-col{flex-direction:column;align-items:flex-start;display:flex}@media (width<=640px){.footer-brand-col{align-items:center}}.footer-logo-wrap{margin-bottom:1.25rem}.footer-logo-img{object-fit:contain;filter:brightness(0)invert();opacity:.9;width:auto;height:48px;transition:var(--transition-fast)}.footer-logo-img:hover{opacity:1}.footer-studio-subtitle{font-family:var(--font-heading);color:#b32431;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem;font-size:.7rem;font-weight:700}.footer-studio-desc{color:var(--text-secondary);max-width:320px;font-size:.85rem;font-weight:300;line-height:1.65}@media (width<=640px){.footer-studio-desc{max-width:100%}}.footer-links-col{flex-direction:column;display:flex}.footer-col-title{font-family:var(--font-heading);letter-spacing:.15em;color:var(--text-primary);width:max-content;margin-bottom:2rem;padding-bottom:.5rem;font-size:.8rem;font-weight:700;position:relative}@media (width<=640px){.footer-col-title{margin:0 auto 1.5rem}}.footer-col-title:after{content:"";background-color:#b32431;width:18px;height:2px;position:absolute;bottom:0;left:0}@media (width<=640px){.footer-col-title:after{left:50%;transform:translate(-50%)}}.footer-links-list{flex-direction:column;gap:.85rem;display:flex}.footer-link{color:var(--text-secondary);transition:var(--transition-smooth);width:max-content;font-size:.85rem;font-weight:400}@media (width<=640px){.footer-link{margin:0 auto}}.footer-link:hover{color:var(--text-primary);transform:translate(4px)}.footer-static-item{color:var(--text-secondary);letter-spacing:.02em;font-size:.85rem;font-weight:400;line-height:1.4}.footer-connect-col{flex-direction:column;align-items:flex-start;display:flex}@media (width<=640px){.footer-connect-col{align-items:center}}.footer-connect-text{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.85rem;font-weight:300;line-height:1.5}.footer-social-icons{gap:.75rem;display:flex}.social-icon-circle{border:1px solid var(--border-color);width:38px;height:38px;color:var(--text-secondary);transition:var(--transition-smooth);background-color:#0000;border-radius:50%;justify-content:center;align-items:center;display:flex}.social-icon-circle:hover{border-color:var(--text-primary);color:var(--text-primary);background-color:#ffffff0a;transform:translateY(-2px)}.footer-bottom-copy{border-top:1px solid var(--border-color);text-align:center;margin-top:5rem;padding-top:2rem}.footer-copy-text{color:var(--text-muted);font-size:.75rem}
