/* Hotel information, social links and contact details share one orderly footer. */
.footer-grid.footer-layout {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr);
  gap: 38px clamp(32px, 5vw, 76px);
  align-items: start;
}
.footer-layout > * { min-width: 0; }
.footer-layout .footer-navigation a { min-width: 44px; }
.footer-brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 26px;
}
.footer-layout .footer-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 162px;
  max-width: 100%;
  margin: 0;
  padding: 9px 12px;
  border-radius: 9px;
  background: #fff;
}
.footer-layout .footer-brand img { display: block; width: 138px; height: auto; }
.footer-featured {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  max-width: 100%;
  padding: 4px;
  border: 1px solid #b2c6b52e;
  border-radius: 7px;
  background: #ffffff05;
}
.footer-featured img { display: block; width: 140px; height: auto; }
.footer-description p {
  margin: 0 0 17px;
  color: #d3dfca;
  font-size: 15px;
  line-height: 1.9;
  overflow-wrap: anywhere;
}
.footer-description p:last-child { margin-bottom: 0; }
.footer-social { margin-top: 26px; padding-top: 23px; border-top: 1px solid #afc5b32e; }
.footer-layout .footer-heading {
  margin: 0 0 18px;
  color: #d6e3cd;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: .065em;
  text-transform: uppercase;
  text-wrap: auto;
  overflow-wrap: anywhere;
}
.footer-social-links { display: flex; flex-wrap: wrap; gap: 12px; }
.footer-social-links a {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid #b2c6b545;
  border-radius: 10px;
  background: #ffffff07;
  transition: background .2s, border-color .2s;
}
.footer-social-links img { display: block; width: 29px; height: 29px; object-fit: contain; }
.footer-social-links a:hover { background: #ffffff14; border-color: #edc89f; }
.footer-contacts {
  padding: clamp(23px, 2.5vw, 34px);
  border: 1px solid #afc5b33d;
  border-radius: 14px;
  background: #ffffff06;
}
.footer-contacts .footer-heading { margin-bottom: 8px; color: #f5f5eb; font-size: 17px; letter-spacing: .045em; }
.footer-contact-list { list-style: none; margin: 0; padding: 0; }
.footer-contact-list li {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid #afc5b326;
  color: #e6eddf;
  font-size: 15px;
  line-height: 1.8;
}
.footer-contact-list li:last-child { padding-bottom: 0; border-bottom: 0; }
.footer-contact-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-top: 4px;
  border: 1px solid #afc5b324;
  border-radius: 8px;
  color: #edc89f;
  background: #ffffff06;
}
.footer-contact-icon svg, .footer-contact-icon img { display: block; width: 21px; height: 21px; }
.footer-contact-list address, .footer-contact-list p { margin: 0; font-style: normal; }
.footer-contact-label { display: block; color: #b9cdbb; font-size: 13px; line-height: 1.7; }
.footer-contact-list a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  max-width: 100%;
  color: #f2f5e9;
  text-decoration-line: underline;
  text-decoration-color: #b2c6b54d;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.footer-contact-list a:hover { color: #edc89f; text-decoration-color: currentColor; }
.footer-contact-list address, .footer-contact-list a, .footer-contact-label { overflow-wrap: anywhere; }
@media (max-width: 900px) {
  .footer-grid.footer-layout { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .footer-about { max-width: none; }
  .footer-description { max-width: 720px; }
}
@media (min-width: 621px) and (max-width: 900px) {
  .footer-contact-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 28px; }
  .footer-contact-list li:nth-last-child(-n+2) { padding-bottom: 0; border-bottom: 0; }
}
@media (max-width: 370px) {
  .footer-brand-row { justify-content: flex-start; }
  .footer-contacts { padding: 21px 17px; }
  .footer-contact-list li { grid-template-columns: 30px minmax(0, 1fr); gap: 10px; }
  .footer-contact-icon { width: 30px; height: 34px; }
  .footer-contact-icon svg, .footer-contact-icon img { width: 19px; height: 19px; }
}
@media (prefers-reduced-motion: reduce) { .footer-social-links a { transition: none; } }
@media print {
  .footer-grid.footer-layout { display: block; }
  .footer-about, .footer-contacts { margin-top: 24px; break-inside: avoid; }
  .footer-description p, .footer-layout .footer-heading, .footer-contact-list li,
  .footer-contact-label, .footer-contact-list a, .footer-contact-icon { color: #111; }
  .footer-contacts, .footer-social, .footer-contact-list li { border-color: #aaa; }
}

/* Persistent, compact page controls; WhatsApp keeps the same position on scroll. */
@media screen {
  html { scroll-padding-bottom: calc(90px + env(safe-area-inset-bottom, 0px)); }
  .site-footer { padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px)); }
  .home-hero .hero-sea { right: calc(76px + env(safe-area-inset-right, 0px)); }
  .page-tools {
    position: fixed;
    right: max(22px, env(safe-area-inset-right, 0px));
    bottom: max(22px, env(safe-area-inset-bottom, 0px));
    z-index: 40;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .page-tools > a, .page-tools > button {
    display: grid;
    place-items: center;
    flex: none;
    width: 52px;
    height: 52px;
    min-height: 48px;
    margin: 0;
    padding: 0;
    border: 1px solid #cdd8c6;
    border-radius: 50%;
    background: #fffdf7;
    color: #173f34;
    box-shadow: 0 4px 18px #082e2930;
    line-height: 1;
    transition: background .2s, border-color .2s;
  }
  .page-tools > [hidden] { display: none; }
  .page-tools .back-to-top { width: 48px; height: 48px; }
  .page-tools .back-to-top svg { display: block; width: 22px; height: 22px; }
  .page-tools .page-whatsapp { border-color: #b6d8b3; }
  .page-tools .page-whatsapp img { display: block; width: 30px; height: 30px; }
  .page-tools > :focus-visible { outline: 3px solid #a9613e; outline-offset: 4px; }
  .menu-open .page-tools, .modal-open .page-tools { visibility: hidden; pointer-events: none; }
}
@media screen and (max-width: 620px), screen and (max-height: 500px) {
  .page-tools {
    right: max(12px, env(safe-area-inset-right, 0px));
    bottom: max(12px, env(safe-area-inset-bottom, 0px));
    gap: 8px;
  }
  .page-tools > a, .page-tools > button { width: 48px; height: 48px; }
  .page-tools .page-whatsapp img { width: 28px; height: 28px; }
}
@media (hover: hover) {
  .page-tools > a:hover, .page-tools > button:hover { background: #eaf0e3; border-color: #8aa47b; }
}
@media (prefers-reduced-motion: reduce) { .page-tools > a, .page-tools > button { transition: none; } }
@media print { .page-tools { display: none !important; } }
