:root {
  --yellow: #F5C518;
  --yellow-dim: #c49a10;
  --black: #080808;
  --dark: #0f0f0f;
  --card: #121212;
  --border: rgba(245,197,24,0.2);
  --text: #e8e8e8;
  --muted: #888;
  --glow: 0 0 30px rgba(245,197,24,0.35);
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{
  background:var(--black);
  color:var(--text);
  font-family:'Space Grotesk',sans-serif;
  overflow-x:hidden;
  cursor:none;
}

a{
  color:inherit;
}

.skip-link{
  position:fixed;
  left:1rem;
  top:1rem;
  z-index:12000;
  padding:.75rem 1rem;
  background:var(--yellow);
  color:var(--black);
  text-decoration:none;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  transform:translateY(-180%);
  transition:transform .2s ease;
}

.skip-link:focus{
  transform:translateY(0);
}

.shell{
  width:min(1180px, calc(100% - 2rem));
  margin:0 auto;
}

#cursor-dot{
  position:fixed;
  width:12px;
  height:12px;
  background:var(--yellow);
  border-radius:50%;
  pointer-events:none;
  z-index:9999;
  transform:translate(-50%,-50%);
  transition:transform .1s,width .15s,height .15s;
  mix-blend-mode:difference;
}

#hero-canvas{
  position:fixed;
  inset:0;
  width:100%;
  height:100%;
  z-index:0;
  pointer-events:none;
}

section{
  min-height:100vh;
  position:relative;
  z-index:1;
}
section::before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(to bottom, var(--black) 0%, rgba(8,8,8,0.85) 30%, rgba(8,8,8,0.7) 60%, rgba(8,8,8,0.85) 100%);
  z-index:-1;
  pointer-events:none;
}
#hero{
  min-height:100vh;
  position:relative;
  z-index:1;
  padding-top: 80px;
}
#hero::before{
  background:linear-gradient(to bottom, rgba(8,8,8,0.6) 0%, rgba(8,8,8,0.3) 50%, rgba(8,8,8,0.7) 100%);
}

#cursor{position:fixed;width:12px;height:12px;background:var(--yellow);border-radius:50%;pointer-events:none;z-index:9999;transform:translate(-50%,-50%);transition:transform .1s,width .15s,height .15s;mix-blend-mode:difference;}
#cursor-ring{position:fixed;width:36px;height:36px;border:2px solid rgba(245,197,24,0.6);border-radius:50%;pointer-events:none;z-index:9998;transform:translate(-50%,-50%);transition:transform .08s,width .2s,height .2s,opacity .2s;}
body:has(a:hover) #cursor, body:has(button:hover) #cursor, body:has(a:hover) #cursor-dot, body:has(button:hover) #cursor-dot{width:20px;height:20px;}
body:has(a:hover) #cursor-ring, body:has(button:hover) #cursor-ring{width:54px;height:54px;}

::-webkit-scrollbar{width:4px;}
::-webkit-scrollbar-track{background:var(--black);}
::-webkit-scrollbar-thumb{background:var(--yellow);border-radius:2px;}

#scroll-bar{position:fixed;top:0;left:0;height:2px;background:var(--yellow);z-index:10000;transition:width .1s;box-shadow:0 0 8px var(--yellow);}

nav{
  position:fixed;top:0;left:0;right:0;z-index:1000;
  display:flex;align-items:center;justify-content:space-between;
  padding:0 5vw;height:70px;
  transition:background .4s,backdrop-filter .4s;
}
nav.scrolled{background:rgba(8,8,8,0.92);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);}
.nav-logo{font-family:'Bebas Neue',sans-serif;font-size:1.8rem;color:white;letter-spacing:2px;text-decoration:none;}
.nav-logo span{color:var(--yellow);}
.nav-links{display:flex;gap:2.5rem;list-style:none;}
.nav-links a{color:var(--muted);font-size:.85rem;font-weight:500;letter-spacing:1px;text-transform:uppercase;text-decoration:none;transition:color .3s;position:relative;}
.nav-links a::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--yellow);transition:width .3s;}
.nav-links a:hover{color:white;}
.nav-links a:hover::after{width:100%;}
.nav-cta{background:var(--yellow);color:var(--black);font-family:'Rajdhani',sans-serif;font-weight:700;font-size:.9rem;letter-spacing:1.5px;text-transform:uppercase;padding:.65rem 1.6rem;border:none;cursor:pointer;clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px));transition:background .3s,box-shadow .3s;text-decoration:none;}
.nav-cta:hover{background:white;box-shadow:var(--glow);}

.site-header{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:1100;
}

.site-header.site-header-solid{
  background:rgba(8,8,8,0.9);
  backdrop-filter:blur(20px);
  border-bottom:1px solid var(--border);
}

.site-header.scrolled{
  background:rgba(8,8,8,0.95);
}

.site-nav{
  width:min(1240px, calc(100% - 2rem));
  margin:0 auto;
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1.25rem;
}

.brand{
  color:white;
  font-family:'Bebas Neue',sans-serif;
  font-size:1.8rem;
  letter-spacing:1.5px;
  text-decoration:none;
  white-space:nowrap;
}

.brand span{
  color:var(--yellow);
}

.nav-shell{
  display:flex;
  align-items:center;
  gap:1.4rem;
}

.nav-link{
  color:var(--muted);
  font-size:.9rem;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
  text-decoration:none;
  position:relative;
  transition:color .3s ease;
}

.nav-link::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-6px;
  width:0;
  height:2px;
  background:var(--yellow);
  transition:width .3s ease;
}

.nav-link:hover,
.nav-link.is-active{
  color:white;
}

.nav-link:hover::after,
.nav-link.is-active::after{
  width:100%;
}

.page-hero{
  padding-top:9rem;
  padding-bottom:4rem;
}

.page-hero-copy{
  max-width:780px;
}

.page-hero-copy h1{
  font-family:'Bebas Neue',sans-serif;
  font-size:clamp(3.5rem,7vw,6rem);
  line-height:.95;
  letter-spacing:.02em;
  color:white;
}

.page-hero-copy h1 span{
  color:var(--yellow);
}

.page-hero-copy p{
  color:var(--text);
  font-size:1.05rem;
  line-height:1.7;
}

.eyebrow{
  color:var(--yellow);
  font-size:.8rem;
  font-weight:700;
  letter-spacing:.22em;
  text-transform:uppercase;
  margin-bottom:1rem;
}

.section{
  padding-top:4rem;
  padding-bottom:5rem;
}

.section-heading{
  text-align:center;
  max-width:860px;
  margin:0 auto 3rem;
}

.section-heading h2{
  font-family:'Rajdhani',sans-serif;
  font-size:clamp(2rem,4vw,3rem);
  line-height:1.1;
  color:white;
}

.section-heading p:last-child{
  color:var(--text);
  line-height:1.7;
  margin-top:.8rem;
}

#hero{overflow:hidden;display:flex;align-items:center;justify-content:center;}
.hero-content{position:relative;z-index:10;text-align:center;padding:0 2rem;}
.hero-badge{
  display:inline-flex;align-items:center;gap:.5rem;
  background:rgba(245,197,24,0.12);border:1px solid var(--border);
  padding:.4rem 1.2rem;border-radius:100px;font-size:.8rem;letter-spacing:1px;
  color:var(--yellow);text-transform:uppercase;margin-bottom:2rem;
  animation:fadeDown 1s ease both;
}
.hero-badge::before{content:'⚡';font-size:.9rem;}
.hero-title{
  font-family:'Bebas Neue',sans-serif;
  font-size:clamp(5rem,13vw,14rem);
  line-height:.9;
  letter-spacing:-2px;
  animation:fadeUp 1s ease .2s both;
}
.hero-title .yellow{color:var(--yellow);text-shadow:0 0 60px rgba(245,197,24,0.5);}
.hero-sub{
  font-family:'Rajdhani',sans-serif;font-size:clamp(1rem,2vw,1.4rem);
  color:var(--muted);letter-spacing:3px;text-transform:uppercase;
  margin:1.5rem 0 3rem;animation:fadeUp 1s ease .4s both;
}
.hero-btns{display:flex;gap:1.2rem;justify-content:center;animation:fadeUp 1s ease .6s both;flex-wrap:wrap;}
.btn-primary{
  background:var(--yellow);color:var(--black);
  font-family:'Rajdhani',sans-serif;font-weight:700;font-size:1rem;letter-spacing:2px;text-transform:uppercase;
  padding:.85rem 2.5rem;border:none;cursor:pointer;
  clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px));
  transition:all .3s;text-decoration:none;display:inline-block;
}
.btn-primary:hover{background:white;box-shadow:var(--glow);transform:translateY(-2px);}
.btn-outline{
  background:transparent;color:white;
  font-family:'Rajdhani',sans-serif;font-weight:700;font-size:1rem;letter-spacing:2px;text-transform:uppercase;
  padding:.85rem 2.5rem;border:1px solid rgba(255,255,255,0.3);cursor:pointer;
  clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px));
  transition:all .3s;text-decoration:none;display:inline-block;
}
.btn-outline:hover{border-color:var(--yellow);color:var(--yellow);transform:translateY(-2px);}
.scroll-cue{position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--muted);font-size:.75rem;letter-spacing:2px;text-transform:uppercase;animation:float 2s ease-in-out infinite;}
.scroll-line{width:1px;height:50px;background:linear-gradient(to bottom,transparent,var(--yellow));animation:growDown 2s ease-in-out infinite;}

.section-header{text-align:center;margin-bottom:4rem;}
.section-label{font-size:.75rem;letter-spacing:4px;text-transform:uppercase;color:var(--yellow);margin-bottom:1rem;display:block;}
.section-title{font-family:'Bebas Neue',sans-serif;font-size:clamp(3rem,6vw,6rem);line-height:1;color:white;}
.section-title span{color:var(--yellow);}
.section-desc{color:var(--muted);font-size:1rem;max-width:600px;margin:.8rem auto 0;line-height:1.7;}

#services{padding:8rem 5vw;}
.services-grid{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5px;
  border:1px solid var(--border);
  background:rgba(10,10,10,0.6);
  backdrop-filter:blur(4px);
}
.service-card{
  background:rgba(18,18,18,0.85);
  padding:2.5rem 2rem;
  border:1px solid transparent;
  transition:all .4s;position:relative;overflow:hidden;
  transform-style:preserve-3d;perspective:800px;
  cursor:pointer;
}
.service-card::before{
  content:'';position:absolute;inset:0;
  background:linear-gradient(135deg,rgba(245,197,24,0.06) 0%,transparent 60%);
  opacity:0;transition:opacity .4s;
}
.service-card::after{
  content:'';position:absolute;bottom:0;left:0;right:0;
  height:2px;background:var(--yellow);
  transform:scaleX(0);transition:transform .4s;transform-origin:left;
}
.service-card:hover{
  border-color:var(--border);
  box-shadow:var(--glow);
  transform:translateY(-4px) rotateX(2deg);
  background:rgba(24,24,24,0.9);
}
.service-card:hover::before{opacity:1;}
.service-card:hover::after{transform:scaleX(1);}
.card-icon{
  width:56px;height:56px;
  background:linear-gradient(135deg,rgba(245,197,24,0.15),rgba(245,197,24,0.05));
  border:1px solid var(--border);
  display:flex;align-items:center;justify-content:center;
  font-size:1.8rem;margin-bottom:1.5rem;
  clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px));
  transition:all .3s;
}
.service-card:hover .card-icon{background:rgba(245,197,24,0.2);box-shadow:var(--glow);}
.card-num{font-size:.7rem;letter-spacing:3px;color:var(--yellow);font-family:'Rajdhani',sans-serif;font-weight:600;margin-bottom:.5rem;}
.card-title{font-family:'Bebas Neue',sans-serif;font-size:1.8rem;color:white;letter-spacing:1px;margin-bottom:.8rem;}
.card-desc{color:var(--muted);font-size:.9rem;line-height:1.6;}
.card-arrow{
  margin-top:1.5rem;display:inline-flex;align-items:center;gap:.5rem;
  color:var(--yellow);font-size:.8rem;letter-spacing:1px;text-transform:uppercase;font-weight:600;
  opacity:0;transform:translateX(-10px);transition:all .3s;
}
.service-card:hover .card-arrow{opacity:1;transform:translateX(0);}

.stats-strip{
  background:rgba(245,197,24,0.95);
  backdrop-filter:blur(10px);
  padding:3rem 5vw;
  display:flex;justify-content:space-around;flex-wrap:wrap;gap:2rem;
  position:relative;z-index:2;
}
.stat{text-align:center;}
.stat-num{font-family:'Bebas Neue',sans-serif;font-size:3.5rem;color:var(--black);line-height:1;}
.stat-label{font-size:.8rem;letter-spacing:2px;text-transform:uppercase;color:rgba(0,0,0,0.6);font-weight:600;}

/* ═══════════════════════════════════════ */
/* IMPROVED GALLERY SECTION               */
/* ═══════════════════════════════════════ */
#gallery{padding:8rem 5vw;}

.gallery-filters{
  display:flex;
  gap:.6rem;
  justify-content:center;
  flex-wrap:wrap;
  margin-bottom:3rem;
  padding:.5rem;
  background:rgba(255,255,255,0.03);
  border-radius:12px;
  border:1px solid rgba(255,255,255,0.06);
  max-width:700px;
  margin-left:auto;
  margin-right:auto;
}
.filter-btn{
  background:transparent;
  border:1px solid rgba(255,255,255,0.08);
  color:var(--muted);
  font-family:'Rajdhani',sans-serif;
  font-weight:600;
  font-size:.8rem;
  letter-spacing:1.5px;
  text-transform:uppercase;
  padding:.55rem 1.3rem;
  cursor:pointer;
  transition:all .3s;
  border-radius:8px;
}
.filter-btn:hover,.filter-btn.active{
  background:var(--yellow);
  border-color:var(--yellow);
  color:var(--black);
  box-shadow:0 0 20px rgba(245,197,24,0.2);
}

/* Clean masonry-style grid */
.gallery-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));
  gap:1rem;
}

.gallery-item{
  position:relative;
  border-radius:12px;
  overflow:hidden;
  aspect-ratio:1;
  background:var(--card);
  border:1px solid rgba(255,255,255,0.05);
  cursor:pointer;
  transition:all .4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gallery-item:hover{
  transform:translateY(-4px);
  border-color:var(--yellow);
  box-shadow:0 12px 40px rgba(245,197,24,0.15);
}

.gallery-item-inner{
  width:100%;
  height:100%;
  background-size:cover;
  background-position:center;
  background-color:#1a1a1a;
  transition:transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gallery-item:hover .gallery-item-inner{
  transform:scale(1.05);
}

/* Overlay with gradient */
.gallery-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    to top,
    rgba(0,0,0,0.95) 0%,
    rgba(0,0,0,0.6) 40%,
    rgba(0,0,0,0.1) 70%,
    transparent 100%
  );
  opacity:0;
  transition:opacity .4s ease;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:1.5rem;
}

.gallery-item:hover .gallery-overlay{
  opacity:1;
}

.gallery-info-tag{
  font-size:.65rem;
  letter-spacing:2px;
  text-transform:uppercase;
  color:var(--yellow);
  font-weight:600;
  display:inline-flex;
  align-items:center;
  gap:.4rem;
  margin-bottom:.3rem;
}

.gallery-tag-link{
  text-decoration:none;
}

.gallery-tag-link:hover{
  color:white;
}

.gallery-info-tag::before{
  content:'';
  width:16px;
  height:2px;
  background:var(--yellow);
  border-radius:1px;
}

.gallery-info-title{
  font-family:'Rajdhani',sans-serif;
  font-weight:700;
  font-size:1.05rem;
  color:white;
  line-height:1.3;
}

/* Subtle corner accent */
.gallery-item::after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  width:30px;
  height:30px;
  background:linear-gradient(135deg, var(--yellow) 0%, transparent 60%);
  opacity:0;
  transition:opacity .3s;
  z-index:3;
  clip-path:polygon(100% 0, 0 0, 100% 100%);
}

.gallery-item:hover::after{
  opacity:0.6;
}

/* Featured items - wider */
.gallery-item.featured{
  grid-column:span 2;
  aspect-ratio:2/1;
}

@media(max-width:768px){
  .gallery-item.featured{
    grid-column:span 1;
    aspect-ratio:1;
  }
}

.gallery-story-hero{
  min-height:auto;
  padding-top:8rem;
  padding-bottom:2rem;
}

.gallery-story-hero::before{
  background:
    radial-gradient(circle at top, rgba(245,197,24,0.16), transparent 32%),
    linear-gradient(to bottom, rgba(8,8,8,0.4) 0%, rgba(8,8,8,0.82) 65%, rgba(8,8,8,0.95) 100%);
}

.gallery-story-copy{
  max-width:780px;
  margin:0 auto;
  text-align:center;
}

.gallery-story-copy h1{
  font-family:'Bebas Neue',sans-serif;
  font-size:clamp(3.5rem,8vw,7rem);
  line-height:.92;
  letter-spacing:.02em;
}

.gallery-story-copy h1 span{
  color:var(--yellow);
}

.gallery-story-copy p{
  max-width:660px;
  margin:1rem auto 0;
}

.gallery-story-actions{
  display:flex;
  justify-content:center;
  margin-top:2rem;
}

.gallery-collection{
  min-height:auto;
  padding-top:2rem;
  padding-bottom:6rem;
}

.gallery-collection::before{
  background:
    linear-gradient(to bottom, rgba(8,8,8,0.2) 0%, rgba(8,8,8,0.82) 30%, rgba(8,8,8,0.96) 100%);
}

.gallery-grid[data-gallery-grid="full"]{
  grid-template-columns:repeat(auto-fill, minmax(240px, 1fr));
  gap:1.4rem;
  align-items:start;
}

.gallery-grid[data-gallery-grid="full"] .gallery-item{
  aspect-ratio:4 / 5;
  border-radius:28px;
  overflow:visible;
  background:transparent;
  border:none;
  box-shadow:none;
}

.gallery-grid[data-gallery-grid="full"] .gallery-item:hover{
  transform:translateY(-8px) scale(1.01);
  box-shadow:none;
}

.gallery-grid[data-gallery-grid="full"] .gallery-item-inner{
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 26px 70px rgba(0,0,0,0.28);
}

.gallery-grid[data-gallery-grid="full"] .gallery-overlay{
  opacity:1;
  border-radius:28px;
  justify-content:flex-end;
  padding:1.2rem;
  background:linear-gradient(to top, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.35) 48%, transparent 100%);
}

.gallery-grid[data-gallery-grid="full"] .gallery-item::before{
  content:"";
  position:absolute;
  inset:auto 18px -12px 18px;
  height:28px;
  border-radius:999px;
  background:rgba(0,0,0,0.35);
  filter:blur(16px);
  z-index:-1;
}

.gallery-grid[data-gallery-grid="full"] .gallery-item::after{
  display:none;
}

.gallery-grid[data-gallery-grid="full"] .gallery-item:nth-child(3n + 1){
  transform:rotate(-2deg);
}

.gallery-grid[data-gallery-grid="full"] .gallery-item:nth-child(3n + 2){
  transform:translateY(22px) rotate(1.6deg);
}

.gallery-grid[data-gallery-grid="full"] .gallery-item:nth-child(3n + 3){
  transform:rotate(2.4deg);
}

.gallery-grid[data-gallery-grid="full"] .gallery-item.featured{
  grid-column:span 1;
  aspect-ratio:4 / 5;
}

.gallery-grid[data-gallery-grid="full"] .gallery-info-tag{
  width:max-content;
  padding:.45rem .85rem;
  border-radius:999px;
  background:rgba(255,255,255,0.1);
  backdrop-filter:blur(10px);
}

.gallery-grid[data-gallery-grid="full"] .gallery-info-tag::before{
  display:none;
}

.gallery-grid[data-gallery-grid="full"] .gallery-info-title{
  font-size:1rem;
  margin-top:.55rem;
}

.gallery-empty-state{
  grid-column:1 / -1;
  text-align:center;
  padding:3rem 1.5rem;
  border:1px solid var(--border);
  border-radius:24px;
  background:rgba(255,255,255,0.03);
}

.gallery-empty-state h3{
  font-family:'Bebas Neue',sans-serif;
  font-size:2.2rem;
  color:white;
  margin:.35rem 0;
}

.gallery-empty-state p:last-child{
  color:var(--muted);
  max-width:440px;
  margin:0 auto;
}

@media(max-width:768px){
  .gallery-grid[data-gallery-grid="full"]{
    gap:1rem;
  }

  .gallery-grid[data-gallery-grid="full"] .gallery-item:nth-child(n){
    transform:none;
  }

  .gallery-story-actions{
    margin-top:1.5rem;
  }
}

/* ═══════════════════════════════════════ */

#contact{padding:8rem 5vw;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center;}
.contact-3d-wrap{
  position:relative;
  width:100%;
  height:500px;
  border:1px solid var(--border);
  background:#0a0a0a;
  border-radius:4px;
  overflow:hidden;
  display:flex;
  justify-content:center;
  align-items:center;
}

.printer-scene {
  position: relative;
  width: 300px;
  height: 350px;
  perspective: 800px;
}

.printer-frame {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  height: 280px;
  border-left: 4px solid #444;
  border-right: 4px solid #444;
  border-top: 4px solid #444;
  border-radius: 4px 4px 0 0;
}
.printer-frame::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #555;
}

.build-plate {
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 6px;
  background: linear-gradient(to right, #333, #555, #333);
  border-radius: 2px;
}

.z-rail-left, .z-rail-right {
  position: absolute;
  bottom: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(to right, #3a3a3a, #555, #3a3a3a);
  border-radius: 3px;
}
.z-rail-left { left: -3px; }
.z-rail-right { right: -3px; }

.top-bar {
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(to bottom, #555, #3a3a3a);
  border-radius: 4px;
}

.x-gantry {
  position: absolute;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(to bottom, #666, #444);
  border-radius: 2px;
  animation: liftGantry 8s infinite linear;
}

.x-rail {
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  height: 4px;
  background: #555;
  border-radius: 2px;
}

.nozzle-carriage {
  position: absolute;
  top: -12px;
  width: 30px;
  height: 24px;
  background: linear-gradient(to bottom, #666, #444);
  border-radius: 3px;
  animation: moveNozzle 0.8s infinite ease-in-out;
}

.nozzle-tip {
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 14px;
  background: linear-gradient(to bottom, #888, #aaa);
  clip-path: polygon(10% 0%, 90% 0%, 70% 100%, 30% 100%);
}

.nozzle-glow {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background: radial-gradient(circle, rgba(245,197,24,0.8), transparent);
  border-radius: 50%;
  animation: glowPulse 0.4s infinite;
}

.printed-object {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  background: linear-gradient(to top, #b8960a, #F5C518, #ffe066);
  box-shadow: 0 0 20px rgba(245,197,24,0.4), inset 0 0 10px rgba(255,255,255,0.1);
  border-radius: 4px 4px 0 0;
  animation: growObject 8s infinite linear;
}

.printed-object::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    to top,
    transparent,
    transparent 3px,
    rgba(0,0,0,0.15) 3px,
    rgba(0,0,0,0.15) 4px
  );
  border-radius: 4px 4px 0 0;
}

.lcd-screen {
  position: absolute;
  top: 30px;
  right: 15px;
  width: 40px;
  height: 25px;
  background: #0a2a0a;
  border: 2px solid #555;
  border-radius: 3px;
  overflow: hidden;
}

.lcd-screen::before {
  content: '';
  position: absolute;
  inset: 3px;
  background: #0f3f0f;
  animation: lcdFlicker 2s infinite;
}

.power-led {
  position: absolute;
  top: 15px;
  right: 60px;
  width: 8px;
  height: 8px;
  background: #00ff44;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0,255,68,0.6);
  animation: ledBlink 1.5s infinite;
}

.filament-guide {
  position: absolute;
  top: -30px;
  right: 40px;
  width: 4px;
  height: 34px;
  background: linear-gradient(to bottom, #F5C518, transparent);
  border-radius: 2px;
}

.filament-spool {
  position: absolute;
  top: -50px;
  right: 30px;
  width: 24px;
  height: 24px;
  border: 3px solid #F5C518;
  border-radius: 50%;
  animation: spoolRotate 3s infinite linear;
}

.print-ui-overlay {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: var(--yellow);
  font-family: 'Space Grotesk', monospace;
  font-size: 0.7rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  z-index: 5;
  pointer-events: none;
  text-shadow: 0 0 10px rgba(245,197,24,0.5);
}
.print-ui-overlay span {
  font-weight: 700;
  font-size: 0.9rem;
}

@keyframes growObject {
  0% { height: 0; opacity: 0; }
  5% { opacity: 1; }
  90% { height: 200px; }
  100% { height: 200px; opacity: 1; }
}
@keyframes liftGantry {
  0% { bottom: 10px; }
  90% { bottom: 210px; }
  100% { bottom: 210px; }
}
@keyframes moveNozzle {
  0%, 100% { left: 10px; }
  50% { left: calc(100% - 40px); }
}
@keyframes glowPulse {
  0%, 100% { opacity: 0.6; transform: translateX(-50%) scale(1); }
  50% { opacity: 1; transform: translateX(-50%) scale(1.3); }
}
@keyframes lcdFlicker {
  0%, 90%, 100% { opacity: 1; }
  95% { opacity: 0.7; }
}
@keyframes ledBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}
@keyframes spoolRotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.contact-info{position:relative;z-index:2;margin-top:2rem;}
.contact-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border);}
.contact-icon{width:40px;height:40px;background:rgba(245,197,24,0.1);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0;clip-path:polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px));}
.contact-item-label{font-size:.7rem;letter-spacing:2px;text-transform:uppercase;color:var(--yellow);}
.contact-item-val{color:white;font-size:.95rem;margin-top:.1rem;}
.contact-item-link{
  display:inline-block;
  text-decoration:none;
  transition:color .3s ease;
}
.contact-item-link:hover{
  color:var(--yellow);
}
.contact-form{
  background:rgba(18,18,18,0.8);
  backdrop-filter:blur(8px);
  border:1px solid var(--border);
  padding:2.5rem;
  border-radius:4px;
}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;}
.form-group{margin-bottom:1.2rem;}
.form-group label{display:block;font-size:.75rem;letter-spacing:2px;text-transform:uppercase;color:var(--yellow);margin-bottom:.5rem;}
.form-group input,.form-group textarea,.form-group select{
  width:100%;background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.1);color:white;
  font-family:'Space Grotesk',sans-serif;font-size:.95rem;
  padding:.85rem 1rem;transition:border .3s,box-shadow .3s;outline:none;
  clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,0 100%);
}
.form-group input:focus,.form-group textarea:focus,.form-group select:focus{
  border-color:var(--yellow);box-shadow:0 0 20px rgba(245,197,24,0.15);
}
.form-group select option{background:#1a1a1a;color:white;}
.form-group textarea{resize:vertical;min-height:120px;}
.submit-btn{
  width:100%;background:var(--yellow);color:var(--black);
  font-family:'Bebas Neue',sans-serif;font-size:1.3rem;letter-spacing:3px;
  padding:1.1rem;border:none;cursor:pointer;
  clip-path:polygon(0 0,calc(100% - 14px) 0,100% 14px,100% 100%,14px 100%,0 calc(100% - 14px));
  transition:all .3s;
}
.submit-btn:hover{background:white;box-shadow:var(--glow);}
#form-success{
  display:none;text-align:center;padding:3rem;
  background:rgba(245,197,24,0.08);border:1px solid var(--border);
}
#form-success h3{font-family:'Bebas Neue',sans-serif;font-size:2.5rem;color:var(--yellow);}

.contact-layout{
  display:grid;
  grid-template-columns:minmax(0, 1.05fr) minmax(0, .95fr);
  gap:3rem;
  align-items:start;
}

.contact-copy{
  display:flex;
  flex-direction:column;
  gap:1.25rem;
}

.contact-heading{
  font-family:'Bebas Neue',sans-serif;
  font-size:clamp(3.2rem, 6vw, 5.8rem);
  line-height:.92;
  color:white;
}

.contact-heading span{
  color:var(--yellow);
}

.contact-copy > p{
  color:var(--text);
  line-height:1.7;
  max-width:34rem;
}

.contact-quick-list{
  display:grid;
  gap:.8rem;
  padding:1.2rem 1.4rem;
  border:1px solid var(--border);
  border-radius:20px;
  background:rgba(255,255,255,0.03);
  width:min(100%, 34rem);
}

.contact-quick-list a,
.contact-quick-list p{
  color:var(--text);
  text-decoration:none;
  line-height:1.6;
}

.contact-quick-list a:hover{
  color:var(--yellow);
}

.contact-form-wrap{
  width:100%;
}

.project-form{
  display:grid;
  gap:1rem;
}

.project-form label{
  display:grid;
  gap:.55rem;
  color:var(--yellow);
  font-size:.75rem;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.project-form input,
.project-form textarea,
.project-form select{
  width:100%;
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.1);
  color:white;
  font-family:'Space Grotesk',sans-serif;
  font-size:.95rem;
  padding:.95rem 1rem;
  transition:border .3s, box-shadow .3s;
  outline:none;
  clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,0 100%);
}

.project-form input:focus,
.project-form textarea:focus,
.project-form select:focus{
  border-color:var(--yellow);
  box-shadow:0 0 20px rgba(245,197,24,0.15);
}

.project-form select option{
  background:#1a1a1a;
  color:white;
}

.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:none;
  text-decoration:none;
  cursor:pointer;
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.button-primary{
  background:var(--yellow);
  color:var(--black);
  font-family:'Rajdhani',sans-serif;
  font-weight:700;
  font-size:1rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  padding:1rem 1.4rem;
  clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px));
}

.button-primary:hover{
  background:white;
  box-shadow:var(--glow);
  transform:translateY(-2px);
}

.button-secondary{
  background:transparent;
  color:white;
  border:1px solid rgba(255,255,255,0.16);
  font-family:'Rajdhani',sans-serif;
  font-weight:700;
  font-size:1rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  padding:1rem 1.4rem;
  clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px));
}

.button-secondary:hover{
  border-color:var(--yellow);
  color:var(--yellow);
  transform:translateY(-2px);
}

.button-wide{
  width:100%;
}

.form-success-actions{
  display:flex;
  flex-wrap:wrap;
  gap:.9rem;
  justify-content:center;
  margin-top:1.25rem;
}

.whatsapp-float{
  position:fixed;
  right:2rem;
  bottom:2rem;
  z-index:1200;
  width:58px;
  height:58px;
  border-radius:50%;
  background:#25D366;
  color:white;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-family:'Rajdhani',sans-serif;
  font-weight:700;
  letter-spacing:.08em;
  box-shadow:0 10px 24px rgba(37,211,102,0.35);
  transition:transform .25s ease, box-shadow .25s ease;
}

.whatsapp-float:hover{
  transform:translateY(-4px) scale(1.03);
  box-shadow:0 18px 32px rgba(37,211,102,0.45);
}

.lightbox-overlay{
  display:none;position:fixed;inset:0;z-index:10000;
  background:rgba(0,0,0,0.95);backdrop-filter:blur(20px);
  justify-content:center;align-items:center;cursor:pointer;
}
.lightbox-overlay.active{display:flex;}
.lightbox-content{position:relative;max-width:90vw;max-height:85vh;}
.lightbox-content img{max-width:100%;max-height:85vh;border-radius:12px;box-shadow:0 0 80px rgba(245,197,24,0.15);border:1px solid rgba(255,255,255,0.1);}
.lightbox-close{
  position:absolute;top:-50px;right:0;
  background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);
  color:white;width:40px;height:40px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-size:1.2rem;cursor:pointer;transition:all .3s;
}
.lightbox-close:hover{background:var(--yellow);color:var(--black);border-color:var(--yellow);}
.lightbox-caption{text-align:center;color:var(--muted);margin-top:1rem;font-size:.9rem;}
.lightbox-nav{
  position:absolute;top:50%;transform:translateY(-50%);
  background:rgba(245,197,24,0.15);border:1px solid var(--border);
  color:var(--yellow);width:50px;height:50px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  cursor:pointer;font-size:1.4rem;transition:all .3s;z-index:10001;
}
.lightbox-nav:hover{background:var(--yellow);color:var(--black);}
.lightbox-prev{left:-70px;}
.lightbox-next{right:-70px;}

footer{
  background:rgba(8,8,8,0.95);
  backdrop-filter:blur(10px);
  border-top:1px solid var(--border);
  padding:4rem 5vw 2rem;
  position:relative;z-index:2;
}

.site-footer{
  background:rgba(8,8,8,0.95);
  backdrop-filter:blur(10px);
  border-top:1px solid var(--border);
  padding:4rem 0 2rem;
  position:relative;
  z-index:2;
}

.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:4rem;}
.site-footer .footer-grid{
  margin-bottom:3rem;
}
.footer-brand .nav-logo{display:inline-block;font-size:2.2rem;margin-bottom:1rem;}
.footer-tagline{color:var(--muted);font-size:.9rem;line-height:1.7;max-width:300px;}
.brand-footer{
  display:inline-block;
  margin-bottom:1rem;
}
.footer-copy-text{
  color:var(--muted);
  font-size:.95rem;
  line-height:1.7;
  max-width:360px;
}
.site-footer h3{
  font-family:'Rajdhani',sans-serif;
  font-weight:700;
  font-size:1rem;
  letter-spacing:2px;
  text-transform:uppercase;
  color:var(--yellow);
  margin-bottom:1.2rem;
}
.site-footer a{
  display:block;
  color:var(--muted);
  text-decoration:none;
  margin-bottom:.7rem;
  transition:color .3s ease;
}
.site-footer a:hover{
  color:var(--yellow);
}
.footer-col h4{font-family:'Rajdhani',sans-serif;font-weight:700;font-size:1rem;letter-spacing:2px;text-transform:uppercase;color:var(--yellow);margin-bottom:1.2rem;}
.footer-col ul{list-style:none;}
.footer-col li{margin-bottom:.6rem;}
.footer-col a{color:var(--muted);font-size:.9rem;text-decoration:none;transition:color .3s;}
.footer-col a:hover{color:var(--yellow);}
.footer-bottom{border-top:1px solid var(--border);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;}
.footer-copy{color:var(--muted);font-size:.8rem;}
.social-links{display:flex;gap:1rem;}
.social-link{
  width:36px;height:36px;background:rgba(255,255,255,0.05);
  border:1px solid var(--border);display:flex;align-items:center;justify-content:center;
  color:var(--muted);font-size:.9rem;text-decoration:none;transition:all .3s;
  clip-path:polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px));
}
.social-link:hover{background:var(--yellow);color:var(--black);border-color:var(--yellow);}

.wa-btn{
  position:fixed;bottom:2rem;right:2rem;z-index:500;
  width:56px;height:56px;background:#25D366;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-size:1.8rem;text-decoration:none;
  box-shadow:0 4px 20px rgba(37,211,102,0.4);
  transition:transform .3s,box-shadow .3s;animation:float 3s ease-in-out infinite;
}
.wa-btn:hover{transform:scale(1.1);box-shadow:0 8px 30px rgba(37,211,102,0.6);}

@keyframes fadeUp{from{opacity:0;transform:translateY(30px);}to{opacity:1;transform:translateY(0);}}
@keyframes fadeDown{from{opacity:0;transform:translateY(-20px);}to{opacity:1;transform:translateY(0);}}
@keyframes float{0%,100%{transform:translateY(0);}50%{transform:translateY(-8px);}}
@keyframes growDown{0%,100%{opacity:0;}50%{opacity:1;}}

.reveal{opacity:0;transform:translateY(40px);transition:opacity .7s ease,transform .7s ease;}
.reveal.visible{opacity:1;transform:translateY(0);}

.divider{height:1px;background:linear-gradient(to right,transparent,rgba(245,197,24,0.3),transparent);margin:0 5vw;position:relative;z-index:2;}

.menu-toggle{display:none;background:none;border:none;color:white;font-size:1.5rem;cursor:pointer;z-index:1001;}

.menu-toggle span{
  display:block;
  width:24px;
  height:2px;
  background:white;
  margin:5px 0;
}

@media(max-width:900px){
  .site-nav{
    min-height:72px;
  }

  .menu-toggle{
    display:block;
  }

  .nav-shell{
    position:fixed;
    inset:72px 1rem auto 1rem;
    display:none;
    flex-direction:column;
    align-items:stretch;
    padding:1rem;
    background:rgba(8,8,8,0.96);
    border:1px solid var(--border);
    border-radius:18px;
    box-shadow:0 20px 60px rgba(0,0,0,0.35);
  }

  .nav-shell.open{
    display:flex;
  }

  .nav-link,
  .nav-cta{
    text-align:center;
  }
}

