/* Printzilla House - One Page (Green/Black) */
:root{
  --bg: #070a07;
  --panel: rgba(255,255,255,0.06);
  --text: rgba(255,255,255,0.92);
  --muted: rgba(255,255,255,0.72);
  --line: rgba(255,255,255,0.12);
  --green: #33e070;
  --green2:#17b84f;
  --shadow: 0 14px 45px rgba(0,0,0,0.55);
  --radius: 18px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: radial-gradient(1200px 600px at 20% 10%, rgba(51,224,112,0.10), transparent 60%),
              radial-gradient(900px 500px at 90% 20%, rgba(23,184,79,0.08), transparent 60%),
              var(--bg);
  color: var(--text);
  line-height: 1.55;
}

a{color:inherit;text-decoration:none}
code{font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;}

.container{
  width:min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.skip{
  position:absolute; left:-999px; top:auto;
  width:1px;height:1px;overflow:hidden;
}
.skip:focus{
  left:16px; top:16px; width:auto; height:auto;
  background:#111; padding:10px 12px; border-radius:12px; border:1px solid var(--line);
  z-index: 9999;
}

.topbar{
  position: sticky; top:0; z-index:50;
  backdrop-filter: blur(10px);
  background: rgba(7,10,7,0.62);
  border-bottom: 1px solid var(--line);
}
.topbar-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding: 14px 0;
  gap: 14px;
}
.brand{display:flex; align-items:center; gap:12px}
.brand-logo{width:40px;height:40px;border-radius:12px; background: rgba(255,255,255,0.04); border:1px solid var(--line); padding:6px; object-fit:contain}
.brand-name{font-weight:800; letter-spacing:0.2px}

.nav{display:flex; gap:18px; align-items:center}
.nav a{color: var(--muted)}
.nav a:hover{color: var(--text)}
.nav .btn{color:#041006}

.nav-toggle{
  display:none;
  border:1px solid var(--line);
  background: rgba(255,255,255,0.04);
  padding:10px 10px;
  border-radius: 14px;
  cursor:pointer;
}
.nav-toggle span{
  display:block; width:20px; height:2px; background: rgba(255,255,255,0.85);
  margin:4px 0; border-radius: 4px;
}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding: 12px 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--green), var(--green2));
  border: 1px solid rgba(0,0,0,0.25);
  box-shadow: 0 8px 24px rgba(23,184,79,0.20);
  font-weight: 800;
  gap: 10px;
}
.btn:hover{transform: translateY(-1px)}
.btn:active{transform: translateY(0px)}
.btn-ghost{
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--line);
  box-shadow: none;
  color: var(--text);
}
.btn-sm{padding: 10px 14px; font-weight: 800; font-size: 14px}

.pill{
  display:inline-flex; align-items:center; gap:10px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.03);
  color: var(--muted);
  font-weight: 600;
}

.hero{
  position: relative;
  padding: 44px 0 16px;
  overflow:hidden;
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  align-items: stretch;
}
.hero-copy h1{
  margin: 14px 0 10px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.06;
  letter-spacing: -0.8px;
}
.lead{color: var(--muted); font-size: 16px; max-width: 54ch}
.cta-row{display:flex; gap:12px; margin-top:18px; flex-wrap:wrap}
.mini-contacts{display:flex; gap:14px; margin-top:18px; flex-wrap:wrap}
.mini{
  color: var(--muted);
  border-bottom: 1px dashed rgba(255,255,255,0.22);
}
.mini:hover{color: var(--text)}

.hero-card{
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
  box-shadow: var(--shadow);
  padding: 18px;
  position: relative;
}
.hero-badge{
  position:absolute; top:14px; right:14px;
  font-size: 12px; font-weight: 700; color: rgba(255,255,255,0.78);
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(0,0,0,0.25);
  padding: 6px 10px;
  border-radius: 999px;
}
.hero-art{
  display:flex; align-items:center; justify-content:center;
  padding: 26px 10px 10px;
}
.hero-art img{width:min(280px, 90%); height:auto; filter: drop-shadow(0 20px 30px rgba(0,0,0,0.6))}
.hero-stats{
  display:grid; grid-template-columns: 1fr; gap:10px;
  margin-top: 6px;
}
.stat{
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(0,0,0,0.25);
  padding: 12px 12px;
  border-radius: 14px;
}
.stat-num{font-weight: 900; color: rgba(255,255,255,0.95)}
.stat-label{color: var(--muted); font-size: 13px; margin-top:2px}

.hero-glow{
  position:absolute; inset:auto -20% -60% -20%;
  height: 420px;
  background: radial-gradient(closest-side, rgba(51,224,112,0.14), transparent 70%);
  filter: blur(12px);
  pointer-events:none;
}

.section{padding: 56px 0}
.section-alt{background: rgba(255,255,255,0.02); border-top:1px solid var(--line); border-bottom:1px solid var(--line)}
.section-head{display:flex; align-items:flex-end; justify-content:space-between; gap:18px; margin-bottom: 18px; flex-wrap:wrap}
.section-head h2{margin:0; font-size: 28px; letter-spacing:-0.4px}
.muted{color: var(--muted)}

.cards{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.card{
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--panel);
  padding: 18px;
}
.card h3{margin:0 0 8px}
.card p{margin:0}

.services{display:grid; grid-template-columns: 1fr 1fr; gap: 12px}
.svc{
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: rgba(0,0,0,0.28);
  padding: 0;
  overflow:hidden;
}
.svc summary{
  cursor:pointer;
  padding: 14px 16px;
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-weight: 900;
}
.svc summary::-webkit-details-marker{display:none}
.svc summary span{display:inline-flex; gap:10px; align-items:center}
.svc summary::after{
  content:"+";
  font-weight: 900;
  color: rgba(255,255,255,0.78);
  border: 1px solid rgba(255,255,255,0.16);
  width: 26px; height: 26px;
  display:grid; place-items:center;
  border-radius: 10px;
  background: rgba(255,255,255,0.04);
}
.svc[open] summary::after{content:"–"}
.svc-list{
  margin:0;
  padding: 0 18px 16px 34px;
  color: var(--muted);
}
.svc-list li{margin: 6px 0}

.note{
  margin-top: 16px;
  border-radius: var(--radius);
  border: 1px solid rgba(51,224,112,0.30);
  background: radial-gradient(600px 220px at 20% 10%, rgba(51,224,112,0.10), transparent 60%),
              rgba(255,255,255,0.03);
  padding: 16px;
}
.note-title{font-weight: 900}
.note-actions{display:flex; gap:10px; margin-top: 12px; flex-wrap:wrap}

.gallery-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.shot{
  margin:0;
  border-radius: var(--radius);
  overflow:hidden;
  border:1px solid var(--line);
  background: rgba(255,255,255,0.04);
}
.shot img{
  width:100%;
  height: 210px;
  object-fit: cover;
  display:block;
}
.shot figcaption{
  padding: 10px 12px;
  color: var(--muted);
  font-size: 13px;
}

.social-row{display:flex; gap:10px; margin-top: 16px; flex-wrap:wrap}

.howto{
  margin-top: 16px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.03);
  padding: 12px 14px;
  color: var(--muted);
}
.howto summary{cursor:pointer; font-weight: 800; color: var(--text)}
.howto ol{margin: 10px 0 0 18px}
.howto li{margin: 8px 0}

.contact-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items: stretch;
}
.contact-list{display:flex; flex-direction:column; gap:10px; margin-top: 8px}
.contact-item{
  display:flex; gap:10px;
  padding: 10px 12px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,0.10);
  background: rgba(0,0,0,0.22);
  color: var(--muted);
}
.contact-item:hover{color: var(--text); border-color: rgba(51,224,112,0.35)}
.contact-item span{color: inherit}

.hours{margin-top: 14px}
.hours h4{margin: 0 0 8px}
.hours table{width:100%; border-collapse: collapse; color: var(--muted); font-size: 13px}
.hours td{padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,0.08)}
.hours td:first-child{width: 36%; color: rgba(255,255,255,0.78)}

.map-wrap{
  border-radius: var(--radius);
  overflow:hidden;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.03);
  height: 360px;
}
.map-wrap iframe{width:100%; height:100%; border:0}

.footer{
  border-top: 1px solid var(--line);
  padding: 22px 0;
  background: rgba(0,0,0,0.32);
}
.footer-inner{
  display:flex; align-items:center; justify-content:space-between;
  gap: 12px; flex-wrap:wrap;
}
.footer-left{display:flex; align-items:center; gap:12px}
.footer-logo{width:44px; height:44px; padding:6px; border-radius:14px; border:1px solid var(--line); background: rgba(255,255,255,0.04); object-fit:contain}
.footer-title{font-weight: 900}
.footer-right{display:flex; gap:14px; color: var(--muted); flex-wrap:wrap}
.footer-right a:hover{color: var(--text)}

.wa-float{
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 60;
}
.wa-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 900;
  background: linear-gradient(180deg, var(--green), var(--green2));
  border: 1px solid rgba(0,0,0,0.25);
  box-shadow: 0 16px 45px rgba(23,184,79,0.25);
  color: #041006;
}
.wa-btn:hover{transform: translateY(-1px)}

@media (max-width: 920px){
  .hero-grid{grid-template-columns: 1fr;}
  .cards{grid-template-columns: 1fr}
  .services{grid-template-columns: 1fr}
  .gallery-grid{grid-template-columns: 1fr 1fr}
  .contact-grid{grid-template-columns: 1fr}
  .nav{display:none}
  .nav-toggle{display:block}
  body.menu-open .nav{
    display:flex;
    position:absolute;
    top: 64px;
    right: 20px;
    left: 20px;
    flex-direction:column;
    gap: 10px;
    padding: 14px;
    border-radius: var(--radius);
    border:1px solid var(--line);
    background: rgba(7,10,7,0.92);
    box-shadow: var(--shadow);
  }
  body.menu-open .nav a{padding: 10px 10px; border-radius: 12px; background: rgba(255,255,255,0.03)}
}

@media (max-width: 520px){
  .gallery-grid{grid-template-columns: 1fr}
  .wa-btn{padding: 12px 14px}
}
