/* ==========================================================================
   Casa Bogliasco — stylesheet
   Palette estiva: turchese acqua / sabbia calda / corallo tramonto
   ========================================================================== */

:root {
  --color-sea-deep: #0e7fa1;   /* turchese profondo, non più navy scuro */
  --color-sea: #2fb2c9;        /* acqua brillante */
  --color-sand: #fff9ef;       /* sabbia calda e luminosa */
  --color-sand-dark: #ffedd3;  /* sabbia/pesca per sfondi sezione */
  --color-white: #ffffff;
  --color-terracotta: #ff7a59; /* corallo tramonto */
  --color-terracotta-dark: #f0623f;
  --color-sun: #ffc857;        /* giallo sole per piccoli accenti */
  --color-text: #1f3b40;
  --color-text-soft: #57706f;

  --font-heading: "Playfair Display", Georgia, serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --radius: 14px;
  --shadow-soft: 0 10px 30px rgba(14, 127, 161, 0.14);
  --max-width: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--color-text);
  background: var(--color-sand);
  line-height: 1.6;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

h1, h2, h3, h4 {
  font-family: var(--font-heading);
  font-weight: 600;
  color: var(--color-sea-deep);
  margin: 0 0 16px;
  line-height: 1.2;
}

h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.4rem); }
h3 { font-size: 1.25rem; }

p { margin: 0 0 16px; color: var(--color-text-soft); }

.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-terracotta-dark);
  font-weight: 600;
  margin-bottom: 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  border: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.btn-primary {
  background: var(--color-terracotta);
  color: var(--color-white);
  box-shadow: 0 8px 20px rgba(217, 120, 79, 0.35);
}
.btn-primary:hover { background: var(--color-terracotta-dark); transform: translateY(-1px); }

.btn-outline {
  background: transparent;
  color: var(--color-white);
  border: 1.5px solid rgba(255,255,255,0.7);
}
.btn-outline:hover { background: rgba(255,255,255,0.15); }

.btn-secondary {
  background: var(--color-sea-deep);
  color: var(--color-white);
}
.btn-secondary:hover { background: var(--color-sea); }

/* ---------- Header / Nav ---------- */

/* Pattern ispirato al parquet a spina/cestino della casa: riutilizzabile
   con la classe .parquet-pattern su qualsiasi sezione a sfondo chiaro,
   colori e opacità già calibrati sulla palette del sito. */
.parquet-pattern {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+CiAgPGc+CiAgICA8cmVjdCB4PSIwLjAwIiB5PSIwIiB3aWR0aD0iMTEuMDAiIGhlaWdodD0iNTAiIGZpbGw9IiMwZTdmYTEiIGZpbGwtb3BhY2l0eT0iMC4xNiIvPgogICAgPHJlY3QgeD0iMTMuMDAiIHk9IjAiIHdpZHRoPSIxMS4wMCIgaGVpZ2h0PSI1MCIgZmlsbD0iIzBlN2ZhMSIgZmlsbC1vcGFjaXR5PSIwLjI0Ii8+CiAgICA8cmVjdCB4PSIyNi4wMCIgeT0iMCIgd2lkdGg9IjExLjAwIiBoZWlnaHQ9IjUwIiBmaWxsPSIjMGU3ZmExIiBmaWxsLW9wYWNpdHk9IjAuMTYiLz4KICAgIDxyZWN0IHg9IjM5LjAwIiB5PSIwIiB3aWR0aD0iMTEuMDAiIGhlaWdodD0iNTAiIGZpbGw9IiMwZTdmYTEiIGZpbGwtb3BhY2l0eT0iMC4yNCIvPgogICAgPHJlY3QgeD0iNTAiIHk9IjAuMDAiIHdpZHRoPSI1MCIgaGVpZ2h0PSIxMS4wMCIgZmlsbD0iIzBlN2ZhMSIgZmlsbC1vcGFjaXR5PSIwLjE2Ii8+CiAgICA8cmVjdCB4PSI1MCIgeT0iMTMuMDAiIHdpZHRoPSI1MCIgaGVpZ2h0PSIxMS4wMCIgZmlsbD0iIzBlN2ZhMSIgZmlsbC1vcGFjaXR5PSIwLjI0Ii8+CiAgICA8cmVjdCB4PSI1MCIgeT0iMjYuMDAiIHdpZHRoPSI1MCIgaGVpZ2h0PSIxMS4wMCIgZmlsbD0iIzBlN2ZhMSIgZmlsbC1vcGFjaXR5PSIwLjE2Ii8+CiAgICA8cmVjdCB4PSI1MCIgeT0iMzkuMDAiIHdpZHRoPSI1MCIgaGVpZ2h0PSIxMS4wMCIgZmlsbD0iIzBlN2ZhMSIgZmlsbC1vcGFjaXR5PSIwLjI0Ii8+CiAgICA8cmVjdCB4PSIwIiB5PSI1MC4wMCIgd2lkdGg9IjUwIiBoZWlnaHQ9IjExLjAwIiBmaWxsPSIjMGU3ZmExIiBmaWxsLW9wYWNpdHk9IjAuMTYiLz4KICAgIDxyZWN0IHg9IjAiIHk9IjYzLjAwIiB3aWR0aD0iNTAiIGhlaWdodD0iMTEuMDAiIGZpbGw9IiMwZTdmYTEiIGZpbGwtb3BhY2l0eT0iMC4yNCIvPgogICAgPHJlY3QgeD0iMCIgeT0iNzYuMDAiIHdpZHRoPSI1MCIgaGVpZ2h0PSIxMS4wMCIgZmlsbD0iIzBlN2ZhMSIgZmlsbC1vcGFjaXR5PSIwLjE2Ii8+CiAgICA8cmVjdCB4PSIwIiB5PSI4OS4wMCIgd2lkdGg9IjUwIiBoZWlnaHQ9IjExLjAwIiBmaWxsPSIjMGU3ZmExIiBmaWxsLW9wYWNpdHk9IjAuMjQiLz4KICAgIDxyZWN0IHg9IjUwLjAwIiB5PSI1MCIgd2lkdGg9IjExLjAwIiBoZWlnaHQ9IjUwIiBmaWxsPSIjMGU3ZmExIiBmaWxsLW9wYWNpdHk9IjAuMTYiLz4KICAgIDxyZWN0IHg9IjYzLjAwIiB5PSI1MCIgd2lkdGg9IjExLjAwIiBoZWlnaHQ9IjUwIiBmaWxsPSIjMGU3ZmExIiBmaWxsLW9wYWNpdHk9IjAuMjQiLz4KICAgIDxyZWN0IHg9Ijc2LjAwIiB5PSI1MCIgd2lkdGg9IjExLjAwIiBoZWlnaHQ9IjUwIiBmaWxsPSIjMGU3ZmExIiBmaWxsLW9wYWNpdHk9IjAuMTYiLz4KICAgIDxyZWN0IHg9Ijg5LjAwIiB5PSI1MCIgd2lkdGg9IjExLjAwIiBoZWlnaHQ9IjUwIiBmaWxsPSIjMGU3ZmExIiBmaWxsLW9wYWNpdHk9IjAuMjQiLz4KICAgIDxyZWN0IHg9Ii03IiB5PSItNyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiBmaWxsPSIjZmY3YTU5IiBmaWxsLW9wYWNpdHk9IjAuMzIiLz4KICAgIDxyZWN0IHg9IjkzIiB5PSItNyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiBmaWxsPSIjZmY3YTU5IiBmaWxsLW9wYWNpdHk9IjAuMzIiLz4KICAgIDxyZWN0IHg9Ii03IiB5PSI5MyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiBmaWxsPSIjZmY3YTU5IiBmaWxsLW9wYWNpdHk9IjAuMzIiLz4KICAgIDxyZWN0IHg9IjkzIiB5PSI5MyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiBmaWxsPSIjZmY3YTU5IiBmaWxsLW9wYWNpdHk9IjAuMzIiLz4KICAgIDxyZWN0IHg9IjQzIiB5PSI0MyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiBmaWxsPSIjZmY3YTU5IiBmaWxsLW9wYWNpdHk9IjAuMzIiLz4KICA8L2c+Cjwvc3ZnPg==");
  background-repeat: repeat;
  background-size: 90px 90px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: rgba(255, 249, 239, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(14, 127, 161, 0.1);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  max-width: var(--max-width);
  margin: 0 auto;
}

.logo {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--color-sea-deep);
  letter-spacing: 0.02em;
}
.logo span { color: var(--color-terracotta); }

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--color-text);
  padding: 6px 0;
  border-bottom: 2px solid transparent;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.nav-links a:hover,
.nav-links a.active { color: var(--color-terracotta-dark); border-color: var(--color-terracotta); }

.nav-right { display: flex; align-items: center; gap: 18px; }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--color-sea-deep);
}

/* Language selector */
.lang-select {
  position: relative;
}
.lang-current {
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--color-white);
  border: 1px solid rgba(18,64,90,0.15);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  color: var(--color-sea-deep);
}
.lang-current:after { content: "▾"; font-size: 0.7rem; opacity: 0.6; }
.lang-menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: var(--color-white);
  border-radius: 10px;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  min-width: 160px;
  border: 1px solid rgba(18,64,90,0.08);
}
.lang-menu.open { display: block; }
.lang-menu button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 14px;
  background: none;
  border: none;
  text-align: left;
  font-size: 0.88rem;
  cursor: pointer;
  color: var(--color-text);
}
.lang-menu button:hover { background: var(--color-sand); }
.lang-menu button .flag { font-size: 1.1rem; }

/* ---------- Hero ---------- */

.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: flex-end;
  color: var(--color-white);
  background-size: cover;
  background-position: center;
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14,127,161,0.08) 0%, rgba(14,80,100,0.68) 100%);
}
.hero-content {
  position: relative;
  z-index: 1;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px 72px;
  width: 100%;
}
.hero-content h1 { color: var(--color-white); max-width: 720px; }
.hero-content p.lead {
  color: rgba(255,255,255,0.9);
  font-size: 1.15rem;
  max-width: 560px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 8px; }

.hero-small {
  min-height: 46vh;
}

/* ---------- Sections ---------- */

section { padding: 88px 0; }
.section-narrow { max-width: 760px; margin: 0 auto; text-align: center; }
.section-head { max-width: 640px; margin: 0 auto 48px; text-align: center; }

.bg-white { background: var(--color-white); }
.bg-sea { background: var(--color-sea-deep); color: var(--color-white); }
.bg-sea h2, .bg-sea h3 { color: var(--color-white); }
.bg-sea p { color: rgba(255,255,255,0.78); }

/* Pillars */
.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.pillar {
  background: var(--color-white);
  border-radius: var(--radius);
  padding: 36px 28px;
  box-shadow: var(--shadow-soft);
  text-align: center;
}
.pillar .icon {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-sun), var(--color-terracotta));
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  font-size: 1.5rem;
}

/* Gallery grid */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.gallery-grid a {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  box-shadow: var(--shadow-soft);
}
.gallery-grid img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.35s ease;
}
.gallery-grid a:hover img { transform: scale(1.06); }

.gallery-teaser { grid-template-columns: repeat(6, 1fr); }
.gallery-teaser a:nth-child(1) { grid-column: span 2; grid-row: span 2; }

/* Amenities */
.amenities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.amenity {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--color-white);
  border-radius: 12px;
  padding: 18px 16px;
  box-shadow: var(--shadow-soft);
  font-weight: 500;
  font-size: 0.92rem;
}
.amenity .icon { font-size: 1.3rem; }

.amenities-extra {
  margin-top: 22px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.4s ease, margin-top 0.4s ease;
}
.amenities-extra.open {
  max-height: 4000px;
  opacity: 1;
}

.extras-list { list-style: none; padding: 0; margin: 0; }
.extras-list li {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid rgba(18,64,90,0.1);
  color: var(--color-text-soft);
}
.extras-list li span.price { font-weight: 700; color: var(--color-sea-deep); }

/* Discount banner (book direct vs Airbnb) */
.discount-banner {
  display: flex;
  align-items: center;
  gap: 28px;
  background: linear-gradient(120deg, var(--color-sea-deep) 0%, var(--color-sea) 100%);
  color: var(--color-white);
  border-radius: var(--radius);
  padding: 32px 36px;
  margin: 0 auto;
  box-shadow: var(--shadow-soft);
}
.discount-banner .discount-badge {
  flex-shrink: 0;
  width: 92px; height: 92px;
  border-radius: 50%;
  background: var(--color-terracotta);
  color: var(--color-white);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.4rem;
  box-shadow: 0 8px 20px rgba(240, 98, 63, 0.4);
}
.discount-banner .discount-text { flex: 1; }
.discount-banner h3 { color: var(--color-white); margin-bottom: 6px; font-size: 1.3rem; }
.discount-banner p { color: rgba(255,255,255,0.85); margin: 0; font-size: 0.92rem; }
.discount-banner .btn { flex-shrink: 0; }

/* Nearby / activities */
.activities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
}
.activity-card {
  background: var(--color-white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.activity-card img { height: 150px; width: 100%; object-fit: cover; }
.activity-card .body { padding: 18px; }
.activity-card p { margin: 0; font-size: 0.88rem; }
.activity-icon {
  height: 150px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  background: linear-gradient(135deg, var(--color-sea) 0%, var(--color-sea-deep) 100%);
}

/* Map */
.map-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  position: relative;
  padding-bottom: 42%;
  height: 0;
}
.map-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.map-note {
  text-align: center;
  max-width: 640px;
  margin: 18px auto 0;
  color: var(--color-text-soft);
  font-size: 0.9rem;
}

/* FAQ accordion */
.faq { max-width: 760px; margin: 0 auto; }
.faq-item {
  border-bottom: 1px solid rgba(18,64,90,0.12);
}
.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 22px 0;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--color-sea-deep);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-question:after { content: "+"; font-size: 1.4rem; color: var(--color-terracotta); transition: transform 0.2s ease; }
.faq-item.open .faq-question:after { transform: rotate(45deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}
.faq-item.open .faq-answer { max-height: 300px; }
.faq-answer p { padding-bottom: 20px; margin: 0; }

/* Host page */
.host-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 56px;
  align-items: start;
}
.host-photo {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  aspect-ratio: 4 / 5;
}
.host-photo img { width: 100%; height: 100%; object-fit: cover; }
.host-quote {
  margin-top: 24px;
  padding: 20px 22px;
  background: var(--color-white);
  border-left: 4px solid var(--color-terracotta);
  border-radius: 8px;
  font-style: italic;
  color: var(--color-text-soft);
}

/* Booking form */
.booking-card {
  background: var(--color-white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  padding: 36px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-group label { font-size: 0.82rem; font-weight: 600; color: var(--color-sea-deep); }
.form-group input,
.form-group select,
.form-group textarea {
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid rgba(18,64,90,0.18);
  font-family: var(--font-body);
  font-size: 0.95rem;
  background: var(--color-sand);
  color: var(--color-text);
}
.form-group textarea { resize: vertical; min-height: 90px; }
.form-note {
  font-size: 0.8rem;
  color: var(--color-text-soft);
  margin-top: 4px;
}
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.form-status {
  font-size: 0.88rem;
  font-weight: 600;
  margin-top: 10px;
  min-height: 1.2em;
}
.form-status.success { color: #1a7a4c; }
.form-status.error { color: var(--color-terracotta-dark); }
.form-status.warning { color: var(--color-terracotta-dark); }
.availability-panel {
  background: var(--color-sand-dark);
  border-radius: var(--radius);
  padding: 18px 22px;
  margin-bottom: 24px;
}
.availability-panel h4 {
  margin: 0 0 10px;
  font-size: 0.95rem;
  color: var(--color-sea-deep);
}
.availability-panel ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.availability-panel li {
  background: var(--color-white);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--color-terracotta-dark);
  box-shadow: var(--shadow-soft);
}
.availability-note {
  margin: 0;
  font-size: 0.78rem;
  color: var(--color-text-soft);
}
.price-panel {
  background: linear-gradient(120deg, var(--color-sea-deep) 0%, var(--color-sea) 100%);
  border-radius: var(--radius);
  padding: 16px 20px;
  margin-bottom: 20px;
  color: var(--color-white);
}
.price-panel-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.price-panel-row span:first-child {
  font-size: 0.9rem;
  opacity: 0.9;
}
.price-direct {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 700;
}
.price-note {
  margin: 8px 0 0;
  font-size: 0.78rem;
  opacity: 0.95;
}
.booking-calendar {
  background: var(--color-white);
  border: 1px solid rgba(14, 127, 161, 0.15);
  border-radius: var(--radius);
  padding: 18px;
  margin-top: 8px;
  box-shadow: var(--shadow-soft);
}
.calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.cal-nav {
  background: var(--color-sand-dark);
  border: none;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  font-size: 1.3rem;
  line-height: 1;
  color: var(--color-sea-deep);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease, color 0.15s ease;
}
.cal-nav:hover {
  background: var(--color-sea);
  color: var(--color-white);
}
.cal-month-label {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--color-sea-deep);
  text-transform: capitalize;
}
.calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--color-text-soft);
  margin-bottom: 8px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
.calendar-day {
  aspect-ratio: 1 / 1;
  min-height: 44px;
  border: none;
  background: transparent;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-text);
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendar-day:hover:not(:disabled) {
  background: var(--color-sand-dark);
}
.calendar-day.is-other-month {
  visibility: hidden;
}
.calendar-day.is-today {
  box-shadow: inset 0 0 0 2px var(--color-sea);
}
.calendar-day.is-past {
  color: rgba(46, 42, 38, 0.28);
  cursor: not-allowed;
}
.calendar-day.is-blocked {
  color: var(--color-terracotta-dark);
  background: rgba(255, 122, 89, 0.14);
  text-decoration: line-through;
  cursor: not-allowed;
}
.calendar-day.is-selected-start,
.calendar-day.is-selected-end {
  background: var(--color-sea-deep);
  color: var(--color-white);
  font-weight: 700;
  border-radius: 10px;
}
.calendar-day.is-in-range {
  background: rgba(47, 178, 201, 0.2);
  border-radius: 0;
}
.calendar-legend {
  display: flex;
  gap: 20px;
  margin-top: 16px;
  flex-wrap: wrap;
}
.legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: var(--color-text-soft);
}
.legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}
.legend-dot-selected {
  background: var(--color-sea-deep);
}
.legend-dot-blocked {
  background: var(--color-terracotta);
}
.calendar-sync-note {
  margin: 14px 0 0;
  font-size: 0.76rem;
  color: var(--color-text-soft);
  border-top: 1px solid rgba(14, 127, 161, 0.1);
  padding-top: 12px;
}
.calendar-selection-summary {
  margin: 10px 0 0;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--color-sea-deep);
}
.price-breakdown {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.price-tag {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.price-tag-discount {
  background: var(--color-sun);
  border-color: var(--color-sun);
  color: var(--color-terracotta-dark);
}
.contact-alt {
  display: flex;
  gap: 18px;
  margin-top: 22px;
  flex-wrap: wrap;
}
.contact-alt a {
  display: flex; align-items: center; gap: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--color-sea-deep);
}

/* Reviews (imported from Airbnb) */
.reviews-badge {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: center;
  margin: 0 auto 44px;
  flex-wrap: wrap;
}
.reviews-badge .score {
  font-family: var(--font-heading);
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--color-sea-deep);
  line-height: 1;
}
.reviews-badge .score-meta {
  text-align: left;
  font-size: 0.85rem;
  color: var(--color-text-soft);
}
.reviews-badge .stars { color: var(--color-terracotta); letter-spacing: 2px; font-size: 0.95rem; }
.reviews-badge .superhost-pill {
  background: var(--color-sea-deep);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 6px 14px;
  border-radius: 999px;
  text-transform: uppercase;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.review-card {
  background: var(--color-white);
  border-radius: var(--radius);
  padding: 26px 24px;
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.review-card .stars { color: var(--color-terracotta); font-size: 0.9rem; letter-spacing: 1px; }
.review-card p {
  color: var(--color-text);
  font-size: 0.92rem;
  margin: 0;
  flex: 1;
}
.review-card .reviewer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
}
.review-card .avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-sun), var(--color-sea));
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
}
.review-card .reviewer-meta { font-size: 0.8rem; color: var(--color-text-soft); line-height: 1.3; }
.review-card .reviewer-meta strong { display: block; color: var(--color-sea-deep); font-size: 0.9rem; }

.reviews-source-note {
  text-align: center;
  font-size: 0.82rem;
  color: var(--color-text-soft);
  margin-top: 36px;
}
.reviews-source-note a { color: var(--color-sea-deep); font-weight: 600; text-decoration: underline; }

/* CTA band */
.cta-band {
  background: linear-gradient(120deg, var(--color-terracotta) 0%, var(--color-sun) 100%);
  color: var(--color-white);
  text-align: center;
  padding: 64px 0;
}
.cta-band h2 { color: var(--color-white); }
.cta-band p { color: rgba(255,255,255,0.9); }

/* Footer */
.site-footer {
  background: var(--color-sea-deep);
  color: rgba(255,255,255,0.75);
  padding: 56px 0 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 40px;
}
.footer-grid h4 { color: var(--color-white); font-size: 0.95rem; margin-bottom: 16px; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin-bottom: 10px; font-size: 0.9rem; }
.footer-grid a:hover { color: var(--color-white); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.82rem;
}

/* Page hero small banner (Property / Host) */
.page-banner {
  padding: 160px 0 56px;
  background: var(--color-sea-deep);
  color: var(--color-white);
  text-align: center;
}
.page-banner h1 { color: var(--color-white); }
.page-banner p { color: rgba(255,255,255,0.8); max-width: 560px; margin: 0 auto; }

/* Lightbox (simple) */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(18,64,90,0.94);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.lightbox.open { display: flex; }
.lightbox img { max-height: 88vh; max-width: 90vw; border-radius: 8px; }
.lightbox-close {
  position: absolute;
  top: 24px; right: 32px;
  background: none; border: none;
  color: var(--color-white);
  font-size: 2rem;
  cursor: pointer;
}
.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.12);
  border: none;
  color: var(--color-white);
  font-size: 1.4rem;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}
.lightbox-prev:hover,
.lightbox-next:hover { background: rgba(255,255,255,0.25); }
.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }
@media (max-width: 600px) {
  .lightbox-prev, .lightbox-next { width: 42px; height: 42px; font-size: 1.1rem; }
  .lightbox-prev { left: 8px; }
  .lightbox-next { right: 8px; }
}

/* ---------- Responsive ---------- */

@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-toggle { display: block; }
  .pillars { grid-template-columns: 1fr; }
  .amenities-grid { grid-template-columns: repeat(2, 1fr); }
  .activities-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-teaser a:nth-child(1) { grid-column: span 2; grid-row: span 1; }
  .reviews-grid { grid-template-columns: 1fr; }
  .reviews-badge { flex-direction: column; text-align: center; }
  .reviews-badge .score-meta { text-align: center; }
  .discount-banner { flex-direction: column; text-align: center; }
  .host-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
}
