/* =========================================================
   PIER.CSS — The Pier Satamakahvilan omat tyylit
   Käyttö: <link rel="stylesheet" href="shared.css">
            <link rel="stylesheet" href="pier.css">
   ========================================================= */

/* =========================================================
   SIVUN TAUSTAKUVA
   ========================================================= */

body.pier-page {
  background-image:
    linear-gradient(rgba(255,255,255,0.78), rgba(255,255,255,0.78)),
    url("images/pierMeriNakyma.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* =========================================================
   LOGO — The Pier ei ympyrää eikä varjoa
   ========================================================= */

.pier-page .site-header .logo img {
  height: 64px;
  width: auto;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background: transparent;
}

@media (max-width: 860px) {
  .pier-page .site-header .logo img {
    height: 54px;
  }
}

/* =========================================================
   HERO — PIERIN TAUSTAKUVA
   ========================================================= */

.site-hero.hero--pier::before {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.35), rgba(0,0,0,0.08)),
    url("images/pierMeriNakyma.webp");
  background-size: cover;
  background-position: center;
}

/* =========================================================
   SATAMA & SAUNA CTA -BANNERI
   ========================================================= */

.cta-band {
  border: 1px solid var(--border);
  background: #fff;
  border-radius: 22px;
  box-shadow: var(--shadow);
  padding: 16px;
  display: grid;
  gap: 10px;
  align-items: center;
}

.cta-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* =========================================================
   PILLIT — "mitä meiltä saa" -listat
   ========================================================= */

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.pill {
  border: 1px solid rgba(0,0,0,0.10);
  background: rgba(0,0,0,0.03);
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 13px;
  color: var(--muted);
}

/* =========================================================
   RESPONSIVE — PIER
   ========================================================= */

@media (min-width: 860px) {
  .cta-band {
    grid-template-columns: 1.2fr 1fr;
    gap: 14px;
  }
}
