.home-hero { display:grid; grid-template-columns:1.05fr .95fr; gap:3rem; align-items:center; min-height:540px; padding:3rem 0 4rem; }
.home-hero h1 { max-width:650px; margin:.5rem 0 1.2rem; font-size:clamp(2.8rem,6vw,5.2rem); line-height:1.02; letter-spacing:-.04em; }
.home-hero h1 span { background:linear-gradient(135deg,var(--accent),var(--accent-blue)); -webkit-background-clip:text; color:transparent; }
.home-hero p { max-width:560px; color:var(--muted); font-size:1.15rem; }
.hero-actions { display:flex; gap:.8rem; flex-wrap:wrap; margin-top:1.8rem; }
.btn-ghost { display:inline-flex; align-items:center; padding:.55rem 1.1rem; border:1px solid var(--border-subtle); border-radius:999px; color:var(--text); }
.hero-visual { position:relative; width:100%; height:360px; min-height:0; max-height:360px; display:grid; place-items:center; border:1px solid var(--border-subtle); border-radius:2rem; overflow:hidden; background:radial-gradient(circle at 50% 20%,rgba(56,189,248,.22),transparent 42%),#020617; box-shadow:0 25px 70px rgba(0,0,0,.35); }
.hero-printer-video, .hero-printer-image { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center center; display:block; }
.hero-visual::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(2,6,23,.05),rgba(2,6,23,.58)); pointer-events:none; }
.hero-video-controls { position:absolute; z-index:2; top:1rem; right:1rem; display:flex; gap:.5rem; }
.hero-video-button { width:2.5rem; height:2.5rem; border:1px solid rgba(255,255,255,.35); border-radius:999px; background:rgba(2,6,23,.62); color:#fff; cursor:pointer; font-size:1.05rem; backdrop-filter:blur(8px); transition:transform .2s, background .2s; }
.volume-icon { width:1.25rem; height:1.25rem; display:block; margin:auto; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.volume-slash { stroke-width:2; }
.hero-video-button:hover { transform:translateY(-2px); background:rgba(2,6,23,.86); }
.hero-visual:fullscreen { width:100vw; height:100vh; border:0; border-radius:0; }
.hero-visual:fullscreen .hero-printer-video, .hero-visual:fullscreen .hero-printer-image { object-fit:contain; }
.hero-visual.theater-mode { position:fixed; z-index:70; inset:1rem; width:auto; height:auto; max-height:none; border-radius:1rem; }
.hero-visual.theater-mode .hero-printer-video, .hero-visual.theater-mode .hero-printer-image { object-fit:contain; }
body:has(.hero-visual.theater-mode) { overflow:hidden; }
@media(max-width:700px){.hero-visual.theater-mode{inset:0; border-radius:0; background:#000}.hero-visual.theater-mode .hero-printer-video{width:100%;height:100%;object-fit:contain}.hero-visual.theater-mode .hero-visual-caption{bottom:1.2rem}}
.hero-orbit { position:absolute; width:260px; height:260px; border:1px solid rgba(74,222,128,.45); border-radius:50%; transform:rotate(-25deg) skewX(-12deg); box-shadow:0 0 50px rgba(56,189,248,.2); }
.hero-cube { display:grid; place-items:center; width:135px; height:135px; border:2px solid var(--accent-blue); border-radius:1.2rem; color:white; font-size:2.5rem; font-weight:800; transform:rotate(12deg); background:linear-gradient(135deg,rgba(34,197,94,.55),rgba(56,189,248,.2)); box-shadow:18px 22px 0 rgba(34,197,94,.22),0 0 50px rgba(56,189,248,.35); }
.hero-visual-caption { position:absolute; z-index:1; bottom:1.2rem; left:1.2rem; display:grid; gap:.15rem; color:var(--text); }.hero-visual-caption span { color:#e5e7eb; font-size:.8rem; }
.home-section { padding:4rem 0; }.intro-grid { display:grid; grid-template-columns:1.2fr .8fr; gap:3rem; }.value-list { display:grid; gap:.8rem; }.value-list div { display:grid; gap:.1rem; padding:1rem; border-left:2px solid var(--accent); background:rgba(15,23,42,.45); }.value-list span,.info-card p { color:var(--muted); font-size:.9rem; }
.process-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; }.info-card { padding:1.4rem; border:1px solid var(--border-subtle); border-radius:1rem; background:linear-gradient(145deg,rgba(15,23,42,.75),rgba(2,6,23,.85)); }.info-card h3 { margin:.7rem 0 .3rem; }.step-number { color:var(--accent-soft); font-size:.75rem; letter-spacing:.15em; font-weight:700; }
.projects-section { border-top:1px solid var(--border-subtle); }.home-project-slider { min-height:350px; border:1px solid var(--border-subtle); border-radius:1.3rem; overflow:hidden; background:#020617; }.home-project-slide { display:none; position:relative; min-height:350px; }.home-project-slide.active { display:block; }.home-project-slide img { width:100%; height:350px; object-fit:cover; display:block; }.home-project-caption { position:absolute; right:0; bottom:0; left:0; padding:1.4rem; background:linear-gradient(transparent,rgba(2,6,23,.95)); }.home-project-caption p { color:#d1d5db; margin:.2rem 0 0; }.home-slider-controls { display:flex; align-items:center; justify-content:space-between; margin-top:.8rem; }.home-slider-controls button { width:2.5rem; height:2.5rem; border:1px solid var(--border-subtle); border-radius:50%; background:transparent; color:var(--text); cursor:pointer; }.home-slider-dots { display:flex; gap:.4rem; }.home-slider-dot { width:8px!important; height:8px!important; padding:0; border:0!important; background:var(--muted)!important; }.home-slider-dot.active { background:var(--accent)!important; }
.home-cta { display:flex; justify-content:space-between; align-items:center; gap:1.5rem; margin:2rem 0 4rem; padding:2rem; border:1px solid var(--border-subtle); border-radius:1.2rem; background:linear-gradient(120deg,rgba(34,197,94,.12),rgba(56,189,248,.1)); }.home-cta h2 { margin:.2rem 0; }.home-cta p { color:var(--muted); margin:0; }
body.light-theme .hero-visual,.light-theme .info-card,.light-theme .home-project-slider { background:#fff; } body.light-theme .value-list div { background:#fff; }
@media(max-width:800px){.home-hero,.intro-grid{grid-template-columns:1fr}.home-hero{min-height:0;padding-top:1rem;gap:2rem}.process-grid{grid-template-columns:1fr}.home-cta{align-items:flex-start;flex-direction:column}.hero-visual{height:300px;max-height:300px}}
@media(max-width:560px){.home-hero h1{font-size:clamp(2.4rem,13vw,3.5rem)}.home-hero p{font-size:1rem}.home-section{padding:2.8rem 0}.hero-visual{width:100%;height:260px;min-height:0;max-height:260px;margin-inline:0;border-radius:1.4rem}.hero-printer-video,.hero-printer-image{object-fit:contain}.hero-video-controls{top:1rem;right:1rem}.hero-visual-caption{bottom:1.2rem;left:1.2rem}.hero-cube{width:105px;height:105px}.home-project-slide,.home-project-slider,.home-project-slide img{min-height:260px;height:260px}.home-cta{padding:1.35rem}.home-cta .btn-primary{width:100%;justify-content:center}}
