/* =============================
   PERUSASETUKSET & RAKENNE
============================= */
body {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  background: linear-gradient(#f7f7f7, #f1f1f1);
  color: #333;
}

header {
  text-align: center;
  margin: 50px 0 30px;
}

/* =============================
   PÄÄOTSIKKO
============================= */
.page-title {
  margin: 10px auto 40px;
  text-align: center;
}

.page-title h1 {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}

.page-title p {
  font-size: 18px;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}


header img {
  max-width: 500px;
  height: auto;
}

media {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 40px;
}

/* =============================
   YLEISET SISÄLTÖOSAT
============================= */
section {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 40px 50px;
  margin-bottom: 60px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

h3 {
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 600;
  text-align: center;
}

section > ul {
  max-width: 700px;
  margin: 0 auto 20px;
  font-size: 15px;
}

section > ul li {
  margin-bottom: 6px;
}

/* =============================
   MASONRY / TUOTTEET
============================= */
.masonry-grid {
  margin-top: 30px;
}

.masonry-item {
  margin-bottom: 28px;
}

.thumbnail {
  border: none;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.thumbnail:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(0,0,0,0.12);
}

.thumbnail img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
}

.caption {
  padding: 18px 20px 22px;
}

.caption p {
  font-size: 14px;
  line-height: 1.55;
}

.caption a p {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

/* Karusellin nuolet */
.carousel-control {
  opacity: 0.6;
}

.carousel-control:hover {
  opacity: 1;
}

/* Logot */
.caption img {
  display: block;
  margin: 18px auto 0;
  max-width: 110px;
}

/* =============================
   TEKSTIARTIKKELIT / INFO
============================= */
article {
  max-width: 900px;
  margin: 0 auto;
}

.huutokauppa {
  text-align: center;
}

.huutokauppa p {
  font-size: 15px;
  line-height: 1.6;
}

.huutokauppa img.center {
  display: block;
  margin: 30px auto 0;
}

/* =============================
   YHTEYSTIEDOT
============================= */
section:last-of-type p {
  text-align: center;
  font-size: 15px;
}

/* =============================
   FOOTER
============================= */
footer {
  text-align: center;
  font-size: 13px;
  color: #777;
  padding: 40px 0 30px;
}

/* =============================
   RESPONSIVE
============================= */
@media (max-width: 768px) {
  section {
    padding: 30px 20px 35px;
  }

  .thumbnail img {
    max-height: 260px;
  }
}
