:root{
  --primary:#0f172a;
  --accent:#dc2626;
  --accent2:#f59e0b;
  --muted:#6b7280;
  --bg:#f8fafc;
  --card:#ffffff;
  --ring:rgba(220,38,38,.25);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Inter',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  background:#fff;
  color:#0b1220;
  line-height:1.55;
}

a{color:inherit;text-decoration:none}
a:focus, button:focus{outline:3px solid var(--ring); outline-offset:2px}

.container{max-width:1100px;margin:0 auto;padding:0 16px}

/* Header */
header{
  position:sticky; top:0; z-index:100;
  background:var(--primary); color:#fff;
  border-bottom:1px solid rgba(255,255,255,.08);
  backdrop-filter:saturate(180%) blur(6px);
}

.nav{
  display:flex; align-items:center; justify-content:space-between;
  padding:12px 0;
  gap:12px;
}

.logo{
  font-weight:800;
  letter-spacing:.2px;
  font-size:16px;
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}

.logo-badge{
  width:34px;height:34px;border-radius:10px;
  background:linear-gradient(135deg, rgba(220,38,38,.95), rgba(245,158,11,.95));
  display:inline-flex;align-items:center;justify-content:center;
  font-weight:900;color:#111;
  box-shadow:0 8px 20px rgba(0,0,0,.25);
  flex:0 0 auto;
}

.logo span:last-child{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.menu{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
  text-align:right;
}

.menu a{
  color:#e5e7eb;
  font-weight:650;
  font-size:14px;
  padding:8px 10px;
  border-radius:10px;
}
.menu a:hover{background:rgba(255,255,255,.08); color:#fff}

.menu .etsy{
  color:#111;
  background:var(--accent2);
  font-weight:850;
}
.menu .etsy:hover{filter:brightness(.95)}

.nav-actions{
  display:flex;
  align-items:center;
  gap:10px;
}

/* Mobile menu button */
.menu-btn{
  display:none;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
  padding:10px 12px;
  border-radius:12px;
  font-weight:800;
  cursor:pointer;
  line-height:1;
}
.menu-btn:hover{background:rgba(255,255,255,.12)}

/* Hero */
.hero{
  background:
    radial-gradient(1200px 400px at 10% 10%, rgba(220,38,38,.28), transparent 60%),
    radial-gradient(900px 420px at 90% 15%, rgba(245,158,11,.22), transparent 55%),
    linear-gradient(180deg, #0b1020 0%, #0b1020 60%, #0a1226 100%);
  color:#fff;
  padding:40px 0 30px;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.hero-inner{ text-align:center }
.hero h1{
  margin:10px 0 8px;
  font-size:28px;
  line-height:1.15;
  letter-spacing:-.2px;
}
.hero p{
  margin:0 auto;
  max-width:760px;
  color:#e5e7eb;
  font-size:15px;
}

.pills{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:center;
  margin-top:14px;
  color:#e5e7eb;
}
.pill{
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.06);
  padding:8px 10px;
  border-radius:999px;
  font-weight:650;
  font-size:13px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-top:16px;
  background:var(--accent);
  color:#fff;
  padding:14px 18px;
  border-radius:12px;
  font-weight:850;
  border:1px solid rgba(255,255,255,.06);
  box-shadow:0 10px 26px rgba(220,38,38,.28);
}
.btn:hover{filter:brightness(.97)}
.btn.secondary{
  background:rgba(255,255,255,.1);
  box-shadow:none;
  border:1px solid rgba(255,255,255,.18);
}

/* Sections */
.section{padding:36px 0}
.section h2{margin:0 0 8px; font-size:22px; letter-spacing:-.2px}
.section h3{margin:18px 0 10px; font-size:18px}
.muted{color:var(--muted)}

.cards,.grid{
  display:grid;
  gap:14px;
}

.card{
  background:var(--card);
  border-radius:16px;
  padding:16px;
  box-shadow:0 10px 26px rgba(2,6,23,.08);
  border:1px solid rgba(2,6,23,.06);
}

.card h3{margin:0 0 6px}
.card p{margin:0; color:var(--muted)}

.gallery figure{margin:0}
.gallery img{
  border-radius:14px;
  width:100%;
  height:190px;           /* mobile-friendly */
  object-fit:cover;
  display:block;
  background:var(--bg);
}

figcaption{margin-top:10px}
figcaption p{margin:6px 0 0; color:var(--muted); font-size:14px}

.kategori{
  width:100%;
  max-height:220px;
  object-fit:cover;
  border-radius:16px;
  margin:12px 0;
  border:1px solid rgba(2,6,23,.06);
}

.cta-card{
  padding:20px;
  border-radius:18px;
  background:linear-gradient(135deg, rgba(220,38,38,.10), rgba(245,158,11,.10));
  border:1px solid rgba(2,6,23,.06);
  box-shadow:0 10px 26px rgba(2,6,23,.08);
  display:grid;
  gap:14px;
}

.cta-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
  align-items:center;
}

.map-wrap{
  margin-top:12px;
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(2,6,23,.08);
}

/* Footer */
footer{
  background:#0b1020;
  color:#cbd5e1;
  border-top:1px solid rgba(255,255,255,.08);
  padding:22px 0;
}
.footer-grid{
  display:grid;
  gap:14px;
}
footer h3, footer h4{margin:0 0 8px; color:#fff}
footer p{margin:6px 0; color:#cbd5e1}

.whatsapp-btn{
  position:fixed;
  bottom:16px;
  right:16px;
  background:#25D366;
  color:#fff;
  width:60px;
  height:60px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  z-index:999;
  box-shadow:0 14px 34px rgba(0,0,0,.25);
}
.whatsapp-btn:hover{filter:brightness(.98)}

.skip-link{
  position:absolute; left:-9999px; top:auto; width:1px; height:1px; overflow:hidden;
}
.skip-link:focus{
  left:16px; top:16px; width:auto; height:auto; padding:10px 12px;
  background:#fff; color:#111; border-radius:10px; z-index:1000;
}

/* --- Responsive --- */
@media (max-width:719px){
  .menu-btn{display:inline-flex}
  /* Turn menu into a dropdown panel */
  .menu{
    display:none;
    width:100%;
    flex-direction:column;
    align-items:stretch;
    gap:6px;
    padding:10px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.12);
    border-radius:14px;
  }
  .menu.open{display:flex}
  .menu a{padding:10px 12px}
  .nav{flex-wrap:wrap}
  .nav-actions{margin-left:auto}
  .hero{padding:34px 0 26px}
}

@media (min-width:720px){
  .cards{grid-template-columns:repeat(2,1fr)}
  .grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1.2fr .9fr .9fr}
  .cta-grid{grid-template-columns:1.3fr .7fr}
  .hero h1{font-size:36px}
  .gallery img{height:220px}
}

@media (min-width:980px){
  .hero h1{font-size:44px}
  .cards{grid-template-columns:repeat(4,1fr)}
  .grid{grid-template-columns:repeat(4,1fr)}
  .gallery img{height:240px}
}

@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
}