/* ---------- Kielo Subpage / Privacy Notice ---------- */

body {
  margin: 0;
  background: #f8f4ef;
  color: #2f2721;
}

/* ---------- Main Page ---------- */

.policy-page {
  min-height: 100vh;
  background: #f8f4ef;
}

/* ---------- Content ---------- */

.policy-page > h1,
.policy-page > .policy-intro,
.policy-page > .policy-block,
.policy-page > footer {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
}

.policy-page > h1 {
   font-family: Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 400;
  line-height: 1.1;
  margin-top: -32px;
  margin-bottom: 28px;
  color: #2f2721;
}

.policy-intro {
  font-size: 1.08rem;
  line-height: 1.7;
  color: #5f5148;
  margin-bottom: 28px;
}

.policy-block {
  margin-bottom: 36px;
}

.policy-block h2 {
  font-family: Georgia, serif;
  font-size: 1.45rem;
  font-weight: 400;
  margin-bottom: 18px;
  color: #2f2721;
}

.policy-block p,
.policy-block li {
  font-size: 0.98rem;
  line-height: 1.75;
  color: #5f5148;
}

.policy-block ul {
  padding-left: 20px;
}

.policy-block a {
  color: #2f2721;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.policy-block a:hover {
  opacity: 0.65;
}

.nowrap {
  white-space: nowrap;
}

/* ---------- Footer ---------- */

footer {
  margin-top: 80px;
  padding-top: 42px;
  border-top: 1px solid rgba(80, 60, 45, 0.12);
  text-align: center;
}

.footer-tagline {
  margin-bottom: 18px;
  color: #5f5148;
  font-size: 0.95rem;
}

.footer-copy {
  margin-bottom: 24px;
  font-size: 0.85rem;
  color: #8a7c72;
}

footer a {
  margin: 0 10px;
  color: #2f2721;
  font-size: 0.9rem;
  text-decoration: none;
}

footer a:hover,
footer a.active {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.book-lang a {
  opacity: 0.65;
}

.book-nav-logo {
  opacity: 0.9;
}

/* ---------- Mobile ---------- */

@media (max-width: 800px) {
  .policy-page {
    padding: 0 20px 64px;
  }

  .policy-page > h1 {
    margin-top: 70px;
    font-size: 2.4rem;
  }

  .policy-intro {
    margin-bottom: 42px;
  }

  .policy-block {
    margin-bottom: 40px;
  }

  footer {
    margin-top: 64px;
  }

  footer a {
    display: block;
    margin: 10px 0;
  }
}

.booking-policy-page > h1,
.booking-policy-page > .policy-intro,
.booking-policy-page > .policy-block,
.booking-policy-page > footer {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.thank{
    margin-bottom: 0.5rem;
    line-height: 1.6;

}