/* Korpin siivet -teema (yhteinen) */
body {
  background: #0a0f0a;
  color: #e8e8e8;
  font-family: 'Cormorant Garamond', serif;
  position: relative;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/assets/peralan-portti-hero-02d.webp');
  background-size: cover;
  background-position: center;
  opacity: 0.08;
  pointer-events: none;
  z-index: -2;
}
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 30% 40%, rgba(20,40,20,0.3), rgba(5,10,5,0.7));
  pointer-events: none;
  z-index: -1;
}
.glass-card {
  background: rgba(10, 15, 10, 0.65);
  backdrop-filter: blur(12px);
  border-radius: 2rem;
  border: 1px solid rgba(90, 140, 70, 0.4);
  padding: 1.5rem;
  margin-bottom: 2rem;
}
a {
  color: #c0d0b0;
  text-decoration: none;
  border-bottom: 1px dotted rgba(160,200,120,0.4);
}
a:hover {
  color: #e0f0c0;
  border-bottom-color: #d4af37;
}
h1, h2, h3 {
  font-family: 'Playfair Display', serif;
}
.korppi-sulka {
  text-align: center;
  font-size: 0.8rem;
  letter-spacing: 4px;
  color: #8a9a8a;
}
.portinvartija {
  display: inline-block;
  background: rgba(30,50,30,0.5);
  backdrop-filter: blur(4px);
  padding: 0.2rem 1rem;
  border-radius: 2rem;
  font-size: 1rem;
  color: #c0c0c0;
}
