:root {
  --sage: #777b5b;
  --olive: #62654d;
  --olive-dark: #4f523d;
  --olive-soft: #d7dbc5;
  --teal: #4aa79a;
  --logo-green: #55b875;
  --logo-lime: #bfe88f;
  --deep: #2d2a28;
  --cream: #f8f1e6;
  --sand: #efd9c3;
  --terracotta: #e79cad;
  --gold: #d8ac6c;
  --white: #fffaf3;
  --ink: #292623;
  --muted: #807672;
  --line: rgba(41, 38, 35, 0.12);
  --shadow: 0 24px 70px rgba(45, 42, 40, 0.16);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(98, 101, 77, 0.34), transparent 30rem),
    radial-gradient(circle at 90% 10%, rgba(98, 101, 77, 0.42), transparent 34rem),
    radial-gradient(circle at 12% 58%, rgba(98, 101, 77, 0.16), transparent 28rem),
    radial-gradient(circle at 50% 100%, rgba(216, 172, 108, 0.16), transparent 34rem),
    var(--cream);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

body.menu-open,
body.lightbox-open {
  overflow: hidden;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

.page-shell {
  overflow: hidden;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.site-header {
  position: fixed;
  top: 18px;
  right: 0;
  left: 0;
  z-index: 50;
  padding: 0 22px;
}

.nav {
  width: min(var(--max), 100%);
  margin: 0 auto;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid rgba(255, 250, 243, 0.54);
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.88);
  box-shadow: 0 18px 44px rgba(31, 34, 24, 0.12);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: max-content;
}

.brand-mark {
  width: 96px;
  height: 52px;
  padding: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  color: rgba(34, 37, 29, 0.72);
  background: transparent;
  box-shadow: none;
}

.brand-mark svg {
  width: 100%;
  height: 100%;
  transform: translateY(2px);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.logo-blend {
  background: transparent;
}

.brand-name strong,
.brand-name small {
  display: block;
}

.brand-name strong {
  display: flex;
  align-items: baseline;
  gap: 7px;
  line-height: 1;
}

.brand-name strong span {
  color: #121212;
  font-family: "Great Vibes", "Playfair Display", Georgia, serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.brand-name strong b {
  color: #121212;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.brand-name small {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-links a {
  padding: 10px 13px;
  border-radius: 999px;
  color: rgba(34, 37, 29, 0.78);
  font-size: 14px;
  font-weight: 700;
  transition: color 0.22s ease, background 0.22s ease, transform 0.22s ease;
}

.nav-links a:hover {
  color: var(--deep);
  background: rgba(98, 101, 77, 0.16);
  transform: translateY(-1px);
}

.nav-links .nav-cta {
  color: var(--white);
  background: var(--olive);
  padding-right: 18px;
  padding-left: 18px;
}

.nav-links .nav-cta:hover {
  color: var(--white);
  background: var(--deep);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: var(--deep);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: var(--white);
  transition: transform 0.24s ease, opacity 0.24s ease;
}

body.menu-open .nav-toggle span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

body.menu-open .nav-toggle span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.hero {
  width: min(var(--max), calc(100% - 44px));
  min-height: 92vh;
  margin: 0 auto;
  padding: 132px 0 58px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
  align-items: center;
  gap: 58px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-logo {
  width: min(460px, 100%);
  margin-bottom: 26px;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-logo-img {
  width: 100%;
  height: auto;
  display: block;
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  filter: none;
}

.hero-skyline {
  width: 100%;
  height: auto;
  margin-bottom: -10px;
  color: rgba(34, 37, 29, 0.68);
}

.hero-logo-text {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 32px;
  color: var(--deep);
}

.hero-logo-text span {
  font-family: "Great Vibes", "Playfair Display", Georgia, serif;
  font-size: clamp(62px, 8.6vw, 108px);
  line-height: 0.9;
  letter-spacing: -0.02em;
}

.hero-logo-text strong {
  color: #121212;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(26px, 4.2vw, 52px);
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  color: var(--olive);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, var(--terracotta), var(--gold), var(--olive));
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  color: var(--deep);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(54px, 8vw, 104px);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(36px, 5vw, 68px);
}

h3 {
  margin-bottom: 10px;
  color: var(--deep);
  font-size: 19px;
  line-height: 1.25;
}

.hero-copy p {
  max-width: 650px;
  margin-bottom: 30px;
  color: rgba(34, 37, 29, 0.76);
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions,
.slider-controls {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.button {
  max-width: 100%;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  text-align: center;
  overflow-wrap: anywhere;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--olive), var(--deep));
  box-shadow: 0 18px 34px rgba(98, 101, 77, 0.25);
}

.button-call {
  color: var(--white);
  background: linear-gradient(135deg, var(--terracotta), var(--gold));
  box-shadow: 0 18px 34px rgba(231, 156, 173, 0.24);
}

.button-secondary {
  border-color: rgba(34, 37, 29, 0.16);
  background: rgba(255, 250, 243, 0.72);
}

.button-secondary:hover {
  border-color: rgba(98, 101, 77, 0.4);
  background:
    radial-gradient(circle at 18% 20%, rgba(231, 156, 173, 0.18), transparent 44%),
    rgba(255, 250, 243, 0.82);
}

.button-dark {
  color: var(--white);
  background: var(--deep);
}

.button-whatsapp {
  color: var(--white);
  background: #1f9d55;
  box-shadow: 0 18px 34px rgba(31, 157, 85, 0.22);
}

.button-whatsapp:hover {
  background: #188346;
}

.button-light {
  color: var(--deep);
  background: var(--white);
  box-shadow: 0 18px 34px rgba(45, 42, 40, 0.14);
}

.social-quick {
  max-width: 680px;
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-quick a {
  padding: 9px 13px;
  border: 1px solid rgba(98, 101, 77, 0.18);
  border-radius: 999px;
  color: var(--deep);
  background: rgba(255, 250, 243, 0.72);
  box-shadow: 0 10px 22px rgba(98, 101, 77, 0.08);
  font-size: 13px;
  font-weight: 850;
}

.social-quick .review-quick {
  color: var(--white);
  background: linear-gradient(135deg, var(--olive), var(--logo-green));
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.social-icon {
  width: 26px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 950;
  line-height: 1;
}

.social-icon svg {
  width: 16px;
  height: 16px;
  display: block;
}

.social-instagram .social-icon svg,
.social-facebook .social-icon svg {
  color: #ffffff;
}

.social-tiktok .social-icon svg {
  color: #ffffff;
}

.social-instagram .social-icon {
  background: radial-gradient(circle at 28% 105%, #feda75 0 16%, #fa7e1e 30%, #d62976 54%, #962fbf 78%, #4f5bd5 100%);
}

.social-tiktok .social-icon {
  background: #111111;
  box-shadow: 3px 0 0 #25f4ee, -3px 0 0 #fe2c55;
}

.social-facebook .social-icon {
  background: #1877f2;
  font-family: Arial, sans-serif;
  font-size: 18px;
}

.social-google .social-icon {
  background: #ffffff;
  color: rgba(45, 42, 40, 0.82);
  box-shadow: inset 0 0 0 1px rgba(98, 101, 77, 0.16);
}

.social-google .social-icon svg {
  width: 18px;
  height: 18px;
}

.trust-row {
  max-width: 560px;
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 250, 243, 0.64);
  backdrop-filter: blur(10px);
}

.trust-row div {
  padding: 20px;
  border-right: 1px solid var(--line);
}

.trust-row div:last-child {
  border-right: 0;
}

.trust-row strong {
  display: block;
  color: var(--olive);
  font-family: "Playfair Display", serif;
  font-size: 38px;
  line-height: 1;
}

.score-grid strong {
  color: rgba(255, 250, 243, 0.94);
}

.trust-row span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-visual {
  position: relative;
  min-height: 680px;
}

.photo-card {
  overflow: hidden;
  border: 10px solid rgba(255, 250, 243, 0.86);
  border-radius: 40px;
  box-shadow: var(--shadow);
  background: var(--sand);
}

.photo-main {
  position: absolute;
  inset: 0 0 28px 28px;
  transform: rotate(2.2deg);
}

.photo-main::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 54%, rgba(0, 0, 0, 0.22));
  pointer-events: none;
}

.photo-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.floating-card {
  position: absolute;
  z-index: 3;
  padding: 18px 20px;
  border: 1px solid rgba(255, 250, 243, 0.64);
  border-radius: 22px;
  background: rgba(255, 250, 243, 0.84);
  box-shadow: 0 18px 42px rgba(31, 34, 24, 0.18);
  backdrop-filter: blur(16px);
}

.floating-card span,
.floating-card small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.floating-card strong {
  display: block;
  margin: 4px 0;
  color: var(--deep);
  font-family: "Playfair Display", serif;
  font-size: 28px;
  line-height: 1;
}

.rating-card {
  top: 80px;
  left: -18px;
}

.host-card {
  right: -16px;
  bottom: 88px;
}

.intro-strip {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto 68px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(255, 250, 243, 0.62);
  box-shadow: 0 20px 60px rgba(31, 34, 24, 0.08);
  overflow: hidden;
}

.intro-strip article {
  padding: 34px;
  border-right: 1px solid var(--line);
}

.intro-strip article:last-child {
  border-right: 0;
}

.social-proof-strip {
  width: min(var(--max), calc(100% - 44px));
  margin: -34px auto 72px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 18px;
}

.direct-booking-card,
.social-card,
.identity-card {
  border: 1px solid rgba(255, 250, 243, 0.62);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 16% 14%, rgba(231, 156, 173, 0.18), transparent 42%),
    radial-gradient(circle at 88% 18%, rgba(98, 101, 77, 0.2), transparent 46%),
    rgba(255, 250, 243, 0.76);
  box-shadow: 0 24px 70px rgba(45, 42, 40, 0.1);
  backdrop-filter: blur(14px);
}

.direct-booking-card {
  min-width: 0;
  padding: 36px;
}

.direct-booking-card h2 {
  max-width: 760px;
  font-size: clamp(34px, 4.6vw, 58px);
}

.direct-booking-card p {
  max-width: 720px;
  color: rgba(34, 37, 29, 0.74);
  font-size: 18px;
}

.direct-contact-links {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.direct-contact-links a {
  max-width: 100%;
  min-width: 0;
  padding: 12px 14px;
  border-radius: 999px;
  color: var(--white);
  background: var(--olive);
  font-weight: 900;
  overflow-wrap: anywhere;
  text-align: center;
}

.direct-contact-links a:nth-child(2) {
  color: var(--deep);
  background: rgba(216, 172, 108, 0.28);
}

.direct-contact-links a:nth-child(3) {
  background: #1f9d55;
}

.social-card {
  padding: 28px;
  display: grid;
  gap: 10px;
}

.social-card span {
  color: var(--olive);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.social-card a {
  padding: 16px;
  border: 1px solid rgba(98, 101, 77, 0.16);
  border-radius: 20px;
  color: var(--deep);
  background: rgba(255, 250, 243, 0.68);
  font-weight: 900;
  transition: transform 0.22s ease, background 0.22s ease;
}

.social-card .social-link {
  justify-content: flex-start;
}

.social-card a:hover {
  transform: translateY(-2px);
  background: rgba(98, 101, 77, 0.12);
}

.intro-strip span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 28px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--olive);
  font-size: 13px;
  font-weight: 900;
}

.intro-strip h2 {
  margin-bottom: 12px;
  font-size: 28px;
  letter-spacing: -0.035em;
}

.intro-strip p,
.mood-card p,
.apartment-copy p,
.service-card p,
.timeline-item p,
.location-copy p,
.rule-list span,
.faq-card p,
.host-card-wide p,
.booking-copy p {
  margin-bottom: 0;
  color: rgba(34, 37, 29, 0.72);
}

.mood-section {
  width: min(var(--max), calc(100% - 44px));
  margin: -18px auto 72px;
  padding: 46px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 34px;
  align-items: end;
  border-radius: 42px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(45, 42, 40, 0.94), rgba(98, 101, 77, 0.92)),
    radial-gradient(circle at 82% 18%, rgba(231, 156, 173, 0.62), transparent 24rem),
    radial-gradient(circle at 18% 86%, rgba(216, 172, 108, 0.5), transparent 20rem),
    var(--deep);
  box-shadow: 0 32px 90px rgba(45, 42, 40, 0.2);
}

.mood-section .eyebrow,
.mood-section h2 {
  color: var(--white);
}

.mood-section h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 4.8vw, 62px);
}

.mood-grid {
  display: grid;
  gap: 14px;
}

.mood-card {
  padding: 24px;
  border: 1px solid rgba(255, 250, 243, 0.18);
  border-radius: 26px;
  background: rgba(255, 250, 243, 0.1);
  backdrop-filter: blur(14px);
}

.mood-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--gold);
  font-family: "Playfair Display", serif;
  font-size: 32px;
  line-height: 1;
}

.mood-card p {
  color: rgba(255, 250, 243, 0.76);
}

.section {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  padding: 72px 0;
}

.page-details {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto 54px;
  border: 1px solid rgba(98, 101, 77, 0.16);
  border-radius: var(--radius-xl);
  background: rgba(255, 250, 243, 0.62);
  box-shadow: 0 18px 56px rgba(31, 34, 24, 0.08);
  overflow: hidden;
}

.page-details > summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-weight: 950;
  letter-spacing: 0.02em;
  color: var(--olive-dark);
  background: linear-gradient(135deg, rgba(98, 101, 77, 0.10), rgba(255, 250, 243, 0.86));
}

.page-details > summary::-webkit-details-marker {
  display: none;
}

.page-details > summary::after {
  content: "+";
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--olive), var(--logo-green));
  box-shadow: 0 14px 30px rgba(98, 101, 77, 0.2);
}

.page-details[open] > summary::after {
  content: "−";
}

.page-details > section,
.page-details > .mood-section,
.page-details > .intro-strip {
  width: 100%;
  margin: 0;
}

.page-details > section.section {
  width: min(var(--max), calc(100% - 44px));
}

.page-details > section.section {
  padding-top: 54px;
}

.section-heading {
  max-width: 890px;
  margin-bottom: 42px;
}

.section-heading h2 {
  background: linear-gradient(90deg, rgba(45, 42, 40, 0.96), rgba(98, 101, 77, 0.94), rgba(231, 156, 173, 0.92));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.gallery-heading h2,
.section-heading h2 {
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  color: var(--olive);
}

.section-heading.compact {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading.compact .eyebrow {
  justify-content: center;
}

.apartment-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 34px;
  align-items: stretch;
}

.apartment-copy,
.stats-panel,
.timeline-item,
.service-card,
.location-card,
.rules-card,
.faq-card,
.host-card-wide {
  border: 1px solid rgba(255, 250, 243, 0.58);
  background:
    radial-gradient(circle at 12% 12%, rgba(231, 156, 173, 0.12), transparent 44%),
    radial-gradient(circle at 86% 10%, rgba(98, 101, 77, 0.14), transparent 46%),
    rgba(255, 250, 243, 0.7);
  box-shadow: 0 18px 56px rgba(31, 34, 24, 0.1);
  backdrop-filter: blur(14px);
}

.apartment-copy {
  padding: 42px;
  border-radius: var(--radius-xl);
}

.apartment-copy p {
  max-width: 760px;
  margin-bottom: 28px;
  font-size: 18px;
}

.check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  color: rgba(34, 37, 29, 0.82);
  font-weight: 650;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--sage);
  font-size: 12px;
}

.stats-panel {
  padding: 22px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  border-radius: var(--radius-xl);
}

.stats-panel div,
.score-grid div {
  min-height: 154px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 22px;
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), transparent),
    var(--olive);
}

.stats-panel strong,
.score-grid strong {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  line-height: 1;
}

.stats-panel span,
.score-grid span {
  color: rgba(255, 250, 243, 0.72);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gallery-section {
  width: min(1320px, calc(100% - 44px));
  margin: 20px auto 0;
  padding: 58px 0 72px;
}

.gallery-heading {
  width: min(var(--max), 100%);
  margin: 0 auto 46px;
}

.gallery-heading h2 {
  color: var(--olive);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr 0.92fr;
  grid-auto-rows: 280px;
  gap: 18px;
}

.gallery-grid.is-collapsed .gallery-item:nth-child(n + 5) {
  display: none;
}

.gallery-more-wrap {
  width: min(var(--max), 100%);
  margin: 18px auto 0;
  display: flex;
  justify-content: center;
}

.gallery-more {
  border: 1px solid rgba(98, 101, 77, 0.34);
  border-radius: 999px;
  padding: 12px 16px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--deep);
  background:
    radial-gradient(circle at 20% 20%, rgba(231, 156, 173, 0.26), transparent 44%),
    radial-gradient(circle at 85% 35%, rgba(98, 101, 77, 0.22), transparent 46%),
    rgba(255, 250, 243, 0.9);
  box-shadow: 0 14px 30px rgba(45, 42, 40, 0.1);
  font-weight: 900;
  letter-spacing: 0.01em;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.gallery-more span:first-child {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: linear-gradient(135deg, var(--olive), var(--logo-green));
  box-shadow: 0 12px 24px rgba(231, 156, 173, 0.22);
  font-size: 18px;
  line-height: 1;
}

.gallery-more:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(45, 42, 40, 0.14);
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 30px;
  background: var(--sand);
  box-shadow: 0 22px 60px rgba(31, 34, 24, 0.13);
  cursor: zoom-in;
}

.gallery-item {
  outline: 1px solid rgba(98, 101, 77, 0.18);
}

.gallery-item.large {
  grid-row: span 2;
}

.gallery-item.wide {
  grid-column: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.7s ease;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.42));
}

.gallery-item span {
  position: absolute;
  left: 20px;
  bottom: 18px;
  z-index: 2;
  color: var(--white);
  font-size: 18px;
  font-weight: 900;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.24);
}

.gallery-item span {
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(45, 42, 40, 0.32);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 250, 243, 0.2);
}

.gallery-item:hover img {
  transform: scale(1.065);
  filter: saturate(1.08);
}

.services-section {
  padding-top: 56px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card {
  min-height: 238px;
  padding: 30px;
  border-radius: 28px;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.service-card {
  border: 1px solid rgba(98, 101, 77, 0.18);
  background:
    radial-gradient(circle at 12% 10%, rgba(231, 156, 173, 0.18), transparent 42%),
    radial-gradient(circle at 88% 12%, rgba(216, 172, 108, 0.18), transparent 40%),
    rgba(255, 250, 243, 0.7);
}

.service-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 30px 72px rgba(31, 34, 24, 0.14);
}

.service-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 28px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: var(--white);
  background: linear-gradient(135deg, var(--olive), var(--logo-green));
  font-weight: 900;
}

.itinerary-section {
  padding-top: 54px;
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 34px;
  right: 14%;
  left: 14%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(98, 101, 77, 0.34), transparent);
}

.timeline-item {
  position: relative;
  padding: 34px;
  border-radius: 30px;
}

.timeline-item::before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  margin-bottom: 34px;
  border: 5px solid var(--cream);
  border-radius: 50%;
  background: var(--olive);
  box-shadow: 0 0 0 1px rgba(231, 156, 173, 0.34), 0 12px 28px rgba(231, 156, 173, 0.22);
}

.timeline-item span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--olive);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.market-strip {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 250, 243, 0.66);
  box-shadow: 0 18px 56px rgba(31, 34, 24, 0.08);
}

.market-strip div {
  padding: 26px;
  border-right: 1px solid var(--line);
}

.market-strip div:last-child {
  border-right: 0;
}

.market-strip strong,
.market-strip span {
  display: block;
}

.market-strip strong {
  color: var(--deep);
  font-family: "Playfair Display", serif;
  font-size: 32px;
  line-height: 1;
}

.market-strip span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.location-card {
  padding: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.62fr);
  gap: 22px;
  border-radius: 38px;
}

.location-copy {
  padding: 42px;
}

.location-copy p {
  max-width: 700px;
  margin-bottom: 26px;
  font-size: 18px;
}

.nearby-list {
  margin-bottom: 30px;
  display: grid;
  gap: 10px;
}

.nearby-list span {
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 250, 243, 0.62);
  font-weight: 700;
}

.location-highlights {
  display: grid;
  gap: 14px;
  align-content: stretch;
}

.location-highlights article {
  padding: 28px;
  display: grid;
  align-content: center;
  border: 1px solid var(--line);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.34), transparent),
    rgba(255, 250, 243, 0.72);
}

.location-highlights span {
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--olive);
  font-size: 12px;
  font-weight: 900;
}

.location-highlights strong {
  margin-bottom: 8px;
  color: var(--deep);
  font-family: "Playfair Display", serif;
  font-size: 30px;
  line-height: 1;
}

.location-highlights p {
  margin-bottom: 0;
  color: rgba(34, 37, 29, 0.72);
}

.score-grid {
  max-width: 900px;
  margin: 0 auto 22px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.google-rating-card {
  max-width: 900px;
  margin: 0 auto 18px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 1px solid rgba(60, 64, 67, 0.12);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(60, 64, 67, 0.12);
}

.review-platforms {
  max-width: 980px;
  margin: 0 auto 22px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.platform-card {
  min-height: 190px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 250, 243, 0.72);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(45, 42, 40, 0.1);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.platform-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(45, 42, 40, 0.14);
}

.platform-card strong {
  color: var(--deep);
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(42px, 6vw, 70px);
  font-weight: 900;
  line-height: 0.95;
}

.platform-card small {
  color: rgba(34, 37, 29, 0.68);
  font-size: 13px;
  font-weight: 850;
}

.booking-platform {
  color: #ffffff;
  background: linear-gradient(135deg, #003580, #0071c2);
  font-size: 22px;
  font-weight: 950;
  line-height: 1;
}

.booking-platform strong,
.booking-platform small {
  color: #ffffff;
}

.direct-platform {
  color: var(--white);
  background:
    radial-gradient(circle at 85% 15%, rgba(231, 156, 173, 0.42), transparent 42%),
    linear-gradient(145deg, var(--olive), var(--deep));
}

.direct-platform span,
.direct-platform strong,
.direct-platform small {
  color: var(--white);
}

.direct-platform strong {
  font-size: clamp(28px, 3.1vw, 42px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.direct-platform small {
  line-height: 1.25;
}

.google-word {
  display: inline-flex;
  align-items: center;
  font-family: Inter, system-ui, sans-serif;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.google-word b {
  font-weight: 800;
}

.google-word b:nth-child(1),
.google-word b:nth-child(4) {
  color: #4285f4;
}

.google-word b:nth-child(2),
.google-word b:nth-child(6) {
  color: #ea4335;
}

.google-word b:nth-child(3) {
  color: #fbbc05;
}

.google-word b:nth-child(5) {
  color: #34a853;
}

.google-rating-card strong {
  color: #202124;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 900;
  line-height: 1;
}

.google-stars {
  color: #fbbc05;
  font-size: 22px;
  letter-spacing: 0.06em;
  text-shadow: 0 1px 0 rgba(60, 64, 67, 0.08);
}

.score-grid div {
  min-height: 138px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), transparent),
    var(--deep);
}

.reviews-slider {
  position: relative;
  max-width: 900px;
  min-height: 275px;
  margin: 0 auto;
}

.review-card {
  position: absolute;
  inset: 0;
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 250, 243, 0.58);
  border-radius: var(--radius-xl);
  opacity: 0;
  transform: translateY(18px) scale(0.98);
  background: rgba(255, 250, 243, 0.76);
  box-shadow: 0 22px 64px rgba(31, 34, 24, 0.1);
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.review-card.active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.review-card p {
  margin-bottom: 28px;
  color: var(--deep);
  font-family: "Playfair Display", serif;
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.14;
  letter-spacing: -0.025em;
}

.review-card span {
  color: var(--terracotta);
  font-weight: 900;
}

.slider-controls {
  justify-content: center;
  margin-top: 22px;
}

.slider-controls button {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 999px;
  background: rgba(98, 101, 77, 0.24);
  cursor: pointer;
  transition: width 0.24s ease, background 0.24s ease;
}

.slider-controls button.active {
  width: 36px;
  background: var(--olive);
}

.postcard-section {
  padding-top: 28px;
}

.postcard-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  grid-auto-rows: 250px;
  gap: 18px;
}

.postcard-card {
  position: relative;
  min-height: 250px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 243, 0.58);
  border-radius: 30px;
  background: rgba(255, 250, 243, 0.58);
  box-shadow: 0 18px 56px rgba(31, 34, 24, 0.1);
}

.postcard-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.5s ease;
}

.postcard-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(21, 26, 18, 0.78));
}

.postcard-card figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 2;
  padding: 16px;
  border: 1px solid rgba(255, 250, 243, 0.24);
  border-radius: 20px;
  color: var(--white);
  background: rgba(21, 26, 18, 0.36);
  backdrop-filter: blur(12px);
}

.postcard-card strong,
.postcard-card span {
  display: block;
}

.postcard-card strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
  line-height: 1;
}

.postcard-card span {
  margin-top: 6px;
  color: rgba(255, 250, 243, 0.78);
  font-size: 13px;
  font-weight: 750;
}

.postcard-card:hover img {
  transform: scale(1.07);
}

.postcard-large {
  grid-row: span 2;
}

.postcard-wide {
  grid-column: span 2;
}

.host-section {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  padding: 28px 0 72px;
}

.host-card-wide {
  padding: 44px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 36px;
  border-radius: var(--radius-xl);
  align-items: end;
}

.identity-section {
  padding-top: 0;
}

.identity-card {
  padding: 24px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.78fr);
  gap: 26px;
  align-items: center;
}

.identity-media {
  display: grid;
  grid-template-columns: minmax(140px, 0.42fr) minmax(0, 0.58fr);
  gap: 14px;
  align-content: start;
}

.identity-media .identity-image-secondary {
  max-height: 320px;
}

.identity-media .identity-image-secondary img {
  object-position: center 22%;
}

.identity-copy {
  padding: 28px;
}

.identity-image {
  margin: 0;
  overflow: hidden;
  border: 10px solid rgba(255, 250, 243, 0.82);
  border-radius: 34px;
  box-shadow: 0 24px 70px rgba(45, 42, 40, 0.12);
}

.identity-image-secondary {
  border-width: 8px;
  border-color: rgba(255, 250, 243, 0.82);
}

.identity-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.host-card-wide p {
  font-size: 18px;
}

.info-section {
  padding-top: 0;
}

.info-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
  gap: 22px;
  align-items: stretch;
}

.rules-card,
.faq-card {
  padding: 40px;
  border-radius: var(--radius-xl);
}

.rules-card h2 {
  margin-bottom: 30px;
  font-size: clamp(34px, 4.2vw, 58px);
}

.rule-list {
  display: grid;
  gap: 12px;
}

.rule-list div {
  padding: 18px;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 250, 243, 0.58);
}

.rule-list strong {
  color: var(--deep);
}

.faq-card {
  display: grid;
  align-content: start;
  gap: 12px;
}

.faq-card details {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 250, 243, 0.58);
}

.faq-card summary {
  padding: 18px;
  color: var(--deep);
  font-weight: 900;
  cursor: pointer;
}

.faq-card p {
  padding: 0 18px 18px;
}

.booking-panel {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto 40px;
  padding: 46px;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-radius: 38px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(45, 42, 40, 0.94), rgba(98, 101, 77, 0.96)),
    radial-gradient(circle at 88% 18%, rgba(231, 156, 173, 0.42), transparent 18rem),
    var(--deep);
  box-shadow: 0 30px 80px rgba(45, 42, 40, 0.2);
}

.booking-panel .eyebrow,
.booking-panel h2,
.booking-panel p {
  color: var(--white);
}

.booking-panel .eyebrow {
  opacity: 0.74;
}

.booking-panel .eyebrow::before {
  background: currentColor;
}

.booking-panel h2 {
  margin-bottom: 10px;
  font-size: clamp(36px, 4vw, 56px);
}

.booking-panel p {
  opacity: 0.78;
}

.booking-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.booking-contact-list {
  margin-top: 22px;
  display: grid;
  gap: 8px;
}

.booking-contact-list span {
  width: fit-content;
  max-width: 100%;
  min-width: 0;
  padding: 9px 12px;
  border: 1px solid rgba(255, 250, 243, 0.18);
  border-radius: 999px;
  color: rgba(255, 250, 243, 0.92);
  background: rgba(255, 250, 243, 0.08);
  font-weight: 850;
  overflow-wrap: anywhere;
}

.site-footer {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  padding: 32px 0 46px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  color: rgba(34, 37, 29, 0.62);
  font-size: 13px;
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer strong {
  color: var(--deep);
  font-size: 15px;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  padding: 34px;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  background: rgba(12, 14, 10, 0.88);
  backdrop-filter: blur(12px);
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

.lightbox.active {
  opacity: 1;
  visibility: visible;
}

.lightbox img {
  max-width: min(92vw, 980px);
  max-height: 86vh;
  border: 10px solid var(--white);
  border-radius: 30px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
  object-fit: contain;
}

.lightbox-close {
  position: fixed;
  top: 22px;
  right: 24px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  color: var(--deep);
  background: var(--white);
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.sticky-cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 45;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 250, 243, 0.6);
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.86);
  box-shadow: 0 18px 46px rgba(21, 26, 18, 0.18);
  backdrop-filter: blur(18px);
}

.sticky-cta span {
  padding-left: 12px;
  color: var(--deep);
  font-size: 13px;
  font-weight: 900;
}

.sticky-cta div {
  display: flex;
  gap: 6px;
}

.sticky-cta a {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--white);
  background: var(--deep);
  font-size: 13px;
  font-weight: 900;
}

.sticky-cta a:first-child {
  color: var(--deep);
  background: rgba(98, 101, 77, 0.18);
}

.sticky-cta .whatsapp-link {
  background: #1f9d55;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .site-header {
    top: 12px;
    padding: 0 14px;
  }

  .nav {
    gap: 10px;
    border-radius: 28px;
  }

  .brand {
    min-width: 0;
  }

  .brand-name {
    min-width: 0;
  }

  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: fixed;
    top: 82px;
    right: 14px;
    left: 14px;
    padding: 18px;
    display: grid;
    border: 1px solid rgba(255, 250, 243, 0.54);
    border-radius: 28px;
    opacity: 0;
    transform: translateY(-10px);
    background: rgba(255, 250, 243, 0.94);
    box-shadow: 0 22px 50px rgba(31, 34, 24, 0.16);
    backdrop-filter: blur(18px);
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease;
  }

  body.menu-open .nav-links {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .nav-links a {
    padding: 14px 16px;
  }

  .hero {
    min-height: auto;
    padding-top: 130px;
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .hero-visual {
    min-height: 620px;
  }

  .photo-main {
    inset: 0;
  }

  .intro-strip,
  .social-proof-strip,
  .mood-section,
  .apartment-grid,
  .timeline,
  .location-card,
  .info-grid,
  .host-card-wide,
  .identity-card,
  .booking-panel {
    grid-template-columns: 1fr;
  }

  .intro-strip {
    display: grid;
  }

  .intro-strip article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .intro-strip article:last-child {
    border-bottom: 0;
  }

  .services-grid,
  .gallery-grid,
  .postcard-grid,
  .market-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .postcard-large,
  .postcard-wide {
    grid-column: span 2;
  }

  .timeline::before {
    display: none;
  }

  .market-strip div:nth-child(2) {
    border-right: 0;
  }

  .market-strip div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .gallery-item.large,
  .gallery-item.wide {
    grid-column: auto;
    grid-row: auto;
  }

  .score-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .review-platforms {
    grid-template-columns: 1fr;
  }

  .booking-panel {
    display: grid;
    grid-template-columns: 1fr;
    align-items: flex-start;
  }
}

@media (max-width: 680px) {
  .hero,
  .intro-strip,
  .social-proof-strip,
  .mood-section,
  .section,
  .gallery-section,
  .host-section,
  .booking-panel,
  .site-footer {
    width: min(100% - 28px, var(--max));
  }

  .hero {
    padding-top: 118px;
  }

  .hero-logo {
    width: min(300px, 76vw);
    margin-bottom: 18px;
  }

  h1 {
    font-size: clamp(46px, 14vw, 68px);
  }

  h2 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .platform-card {
    min-height: auto;
    padding: 26px;
  }

  .direct-platform strong {
    font-size: clamp(27px, 7.2vw, 34px);
  }

  .trust-row,
  .check-list,
  .stats-panel,
  .services-grid,
  .gallery-grid,
  .market-strip,
  .postcard-grid,
  .score-grid,
  .review-platforms {
    grid-template-columns: 1fr;
  }

  .postcard-grid {
    grid-auto-rows: 280px;
  }

  .postcard-large,
  .postcard-wide {
    grid-column: auto;
    grid-row: auto;
  }

  .google-rating-card {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .trust-row div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-row div:last-child {
    border-bottom: 0;
  }

  .hero-visual {
    min-height: 520px;
  }

  .photo-main {
    border-width: 7px;
    border-radius: 30px;
    transform: rotate(0);
  }

  .floating-card {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin-top: 12px;
  }

  .intro-strip article,
  .direct-booking-card,
  .social-card,
  .mood-section,
  .apartment-copy,
  .identity-card,
  .identity-copy,
  .location-copy,
  .rules-card,
  .faq-card,
  .host-card-wide,
  .booking-panel,
  .review-card {
    padding: 26px;
  }

  .direct-booking-card h2,
  .location-copy h2,
  .booking-panel h2 {
    overflow-wrap: break-word;
  }

  .direct-contact-links,
  .booking-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }

  .direct-contact-links a,
  .booking-contact-list span,
  .booking-actions .button {
    width: 100%;
    white-space: normal;
  }

  .identity-media {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .market-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .market-strip div:last-child {
    border-bottom: 0;
  }

  .rule-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .sticky-cta {
    right: 14px;
    bottom: 14px;
    left: 14px;
    gap: 8px;
    padding: 8px;
    justify-content: space-between;
    border-radius: 24px;
  }

  .sticky-cta span {
    max-width: 92px;
    padding-left: 4px;
    font-size: 12px;
    line-height: 1.2;
  }

  .sticky-cta div {
    flex: 1;
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
  }

  .sticky-cta a {
    min-width: 0;
    padding: 10px 4px;
    font-size: 12px;
    text-align: center;
    overflow-wrap: normal;
  }

  .section {
    padding: 70px 0;
  }

  .gallery-grid {
    grid-auto-rows: minmax(280px, 72vw);
    align-items: stretch;
  }

  .gallery-item {
    min-height: 280px;
  }

  .gallery-grid.is-collapsed .gallery-item:nth-child(n + 5) {
    display: none;
  }

  .identity-image {
    border-width: 6px;
    border-radius: 24px;
  }

  .reviews-slider {
    min-height: 430px;
  }

  .site-footer {
    flex-direction: column;
  }

  .brand-name strong span {
    font-size: 24px;
  }

  .brand-name strong b {
    font-size: 10px;
    letter-spacing: 0.16em;
  }

  .brand-name small {
    font-size: 10px;
  }

  .brand-mark {
    width: 58px;
    height: 38px;
    padding: 0;
  }

  .hero-logo {
    padding: 0;
    border-radius: 0;
  }

  .hero-logo-text {
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }

  .hero-logo-text span {
    font-size: clamp(54px, 18vw, 78px);
  }

  .hero-logo-text strong {
    font-size: clamp(22px, 7vw, 34px);
  }

  .hero-logo-text strong {
    letter-spacing: 0.12em;
  }
}

.nav {
  border-color: rgba(98, 101, 77, 0.2);
  background: linear-gradient(135deg, rgba(255, 250, 243, 0.94), rgba(215, 219, 197, 0.82));
  box-shadow: 0 18px 44px rgba(98, 101, 77, 0.18);
}

.brand-mark {
  width: 108px;
  height: 62px;
  flex: 0 0 auto;
  overflow: visible;
}

.brand-mark img {
  object-fit: contain;
  object-position: center;
  transform: translateY(1px);
}

.nav-toggle {
  background: linear-gradient(135deg, var(--olive), var(--deep));
}

.direct-booking-card,
.social-card,
.identity-card {
  border-color: rgba(98, 101, 77, 0.22);
  background:
    radial-gradient(circle at 16% 14%, rgba(98, 101, 77, 0.18), transparent 42%),
    radial-gradient(circle at 88% 18%, rgba(98, 101, 77, 0.28), transparent 46%),
    rgba(255, 250, 243, 0.76);
  box-shadow: 0 24px 70px rgba(98, 101, 77, 0.13);
}

.direct-contact-links a:nth-child(2) {
  color: var(--olive-dark);
  background: rgba(215, 219, 197, 0.76);
}

.social-card a {
  border-color: rgba(98, 101, 77, 0.22);
  background: linear-gradient(135deg, rgba(255, 250, 243, 0.8), rgba(215, 219, 197, 0.46));
}

.page-details {
  border-color: rgba(98, 101, 77, 0.26);
  background: linear-gradient(135deg, rgba(255, 250, 243, 0.78), rgba(215, 219, 197, 0.48));
  box-shadow: 0 18px 56px rgba(98, 101, 77, 0.12);
}

.page-details > summary {
  background: linear-gradient(135deg, rgba(98, 101, 77, 0.18), rgba(255, 250, 243, 0.88));
}

.gallery-more {
  border-color: rgba(98, 101, 77, 0.48);
  color: var(--olive-dark);
  background:
    radial-gradient(circle at 20% 20%, rgba(98, 101, 77, 0.2), transparent 44%),
    radial-gradient(circle at 85% 35%, rgba(98, 101, 77, 0.3), transparent 46%),
    rgba(255, 250, 243, 0.9);
  box-shadow: 0 14px 30px rgba(98, 101, 77, 0.14);
}

.gallery-item {
  outline-color: rgba(98, 101, 77, 0.28);
}

.gallery-item-portrait img {
  object-position: center 24%;
}

.gallery-item span {
  border-color: rgba(255, 250, 243, 0.28);
  background: rgba(79, 82, 61, 0.72);
}

.nearby-list span {
  border-color: rgba(98, 101, 77, 0.18);
  background: linear-gradient(135deg, rgba(255, 250, 243, 0.78), rgba(215, 219, 197, 0.48));
}

.identity-card {
  grid-template-columns: minmax(0, 0.88fr) minmax(340px, 0.92fr);
  background:
    radial-gradient(circle at 84% 24%, rgba(98, 101, 77, 0.18), transparent 42%),
    radial-gradient(circle at 12% 88%, rgba(98, 101, 77, 0.12), transparent 38%),
    linear-gradient(135deg, rgba(255, 250, 243, 0.86), rgba(215, 219, 197, 0.44));
}

.identity-media {
  grid-template-columns: 1fr;
  align-content: center;
  justify-items: center;
}

.identity-image {
  border-color: rgba(255, 250, 243, 0.88);
  box-shadow: 0 24px 70px rgba(98, 101, 77, 0.16);
}

.identity-logo-image {
  width: min(430px, 100%);
  aspect-ratio: 1 / 1;
  border-color: rgba(215, 219, 197, 0.92);
  background: rgba(255, 250, 243, 0.92);
}

.identity-logo-image img {
  padding: 8px;
  object-fit: contain;
  background: var(--white);
}

.license-badges {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.license-badges span {
  max-width: 100%;
  padding: 10px 14px;
  border: 1px solid rgba(98, 101, 77, 0.24);
  border-radius: 999px;
  color: var(--olive-dark);
  background: linear-gradient(135deg, rgba(255, 250, 243, 0.84), rgba(215, 219, 197, 0.64));
  box-shadow: 0 12px 26px rgba(98, 101, 77, 0.1);
  font-weight: 850;
  overflow-wrap: anywhere;
}

.license-badges strong {
  color: var(--olive);
}

.sticky-cta {
  border-color: rgba(98, 101, 77, 0.2);
  background: linear-gradient(135deg, rgba(255, 250, 243, 0.92), rgba(215, 219, 197, 0.78));
  box-shadow: 0 18px 46px rgba(98, 101, 77, 0.2);
}

.sticky-cta a:first-child {
  color: var(--olive-dark);
  background: rgba(98, 101, 77, 0.2);
}

@media (max-width: 980px) {
  .identity-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .brand-mark {
    width: 78px;
    height: 50px;
  }

  .identity-card {
    grid-template-columns: 1fr;
  }

  .identity-media {
    grid-template-columns: 1fr;
  }

  .identity-logo-image {
    width: min(100%, 330px);
  }
}

.smart-booking-section {
  padding-top: 54px;
}

.smart-booking-card {
  padding: 30px;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  gap: 28px;
  align-items: stretch;
  border: 1px solid rgba(98, 101, 77, 0.24);
  border-radius: 42px;
  background:
    radial-gradient(circle at 12% 12%, rgba(98, 101, 77, 0.24), transparent 34rem),
    radial-gradient(circle at 92% 20%, rgba(215, 219, 197, 0.62), transparent 30rem),
    linear-gradient(135deg, rgba(255, 250, 243, 0.92), rgba(215, 219, 197, 0.54));
  box-shadow: 0 30px 82px rgba(98, 101, 77, 0.14);
}

.smart-booking-copy {
  padding: 28px;
  display: grid;
  align-content: center;
}

.smart-booking-copy h2 {
  max-width: 640px;
  font-size: clamp(38px, 4.8vw, 66px);
}

.smart-booking-copy p {
  max-width: 610px;
  color: rgba(34, 37, 29, 0.74);
  font-size: 18px;
}

.smart-booking-points {
  margin-top: 26px;
  display: grid;
  gap: 10px;
}

.smart-booking-points span {
  width: fit-content;
  max-width: 100%;
  padding: 11px 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(98, 101, 77, 0.22);
  border-radius: 999px;
  color: var(--olive-dark);
  background: rgba(255, 250, 243, 0.72);
  font-weight: 850;
}

.smart-booking-points strong {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--olive);
  font-size: 13px;
}

.quote-form {
  min-width: 0;
  padding: 24px;
  display: grid;
  gap: 16px;
  border: 1px solid rgba(255, 250, 243, 0.72);
  border-radius: 32px;
  background: rgba(255, 250, 243, 0.82);
  box-shadow: 0 22px 60px rgba(31, 34, 24, 0.1);
}

.quote-type {
  padding: 6px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  border-radius: 999px;
  background: rgba(98, 101, 77, 0.1);
}

.quote-type label {
  cursor: pointer;
}

.quote-type input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.quote-type span {
  min-height: 44px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--olive-dark);
  font-weight: 900;
}

.quote-type input:checked + span {
  color: var(--white);
  background: linear-gradient(135deg, var(--olive), var(--deep));
  box-shadow: 0 12px 28px rgba(98, 101, 77, 0.22);
}

.quote-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.quote-form label {
  min-width: 0;
  display: grid;
  gap: 7px;
}

.quote-form label > span,
.quote-preview > span {
  color: var(--olive-dark);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(98, 101, 77, 0.2);
  border-radius: 16px;
  padding: 13px 14px;
  color: var(--deep);
  background: rgba(255, 250, 243, 0.92);
  font: inherit;
  font-weight: 700;
  outline: 0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.quote-form textarea {
  resize: vertical;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: rgba(98, 101, 77, 0.6);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(98, 101, 77, 0.12);
}

.quote-preview {
  padding: 15px;
  display: grid;
  gap: 8px;
  border: 1px dashed rgba(98, 101, 77, 0.34);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(215, 219, 197, 0.42), rgba(255, 250, 243, 0.78));
}

.quote-preview p {
  margin: 0;
  color: rgba(34, 37, 29, 0.76);
  font-size: 14px;
  font-weight: 650;
  white-space: pre-line;
}

.quote-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.quote-actions .button {
  flex: 1 1 210px;
  cursor: pointer;
}

@media (max-width: 980px) {
  .smart-booking-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .smart-booking-section {
    padding-top: 36px;
  }

  .smart-booking-card {
    padding: 18px;
    border-radius: 30px;
  }

  .smart-booking-copy,
  .quote-form {
    padding: 18px;
  }

  .quote-form-grid,
  .quote-type {
    grid-template-columns: 1fr;
  }

  .quote-actions .button {
    width: 100%;
    flex-basis: 100%;
  }
}

.page-shell {
  position: relative;
  isolation: isolate;
}

main,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  z-index: 0;
  display: grid;
  grid-auto-rows: minmax(860px, 1fr);
  pointer-events: none;
  overflow: hidden;
  transform: translateX(-50%);
}

.site-background::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 250, 243, 0.74), transparent 34rem),
    radial-gradient(circle at 86% 28%, rgba(98, 101, 77, 0.18), transparent 32rem),
    linear-gradient(180deg, rgba(248, 241, 230, 0.42), rgba(248, 241, 230, 0.12) 38%, rgba(248, 241, 230, 0.52));
}

.site-background-photo {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  border-radius: 0;
  background-image:
    linear-gradient(135deg, rgba(98, 101, 77, 0.5), rgba(255, 250, 243, 0.22) 48%, rgba(98, 101, 77, 0.28)),
    var(--site-bg-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: soft-light, normal;
  filter: saturate(0.94) contrast(1.02) sepia(0.04);
  opacity: 0.46;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.98) 10%, rgba(0, 0, 0, 0.98) 84%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.98) 10%, rgba(0, 0, 0, 0.98) 84%, transparent 100%);
}

.site-background-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 250, 243, 0.52), transparent 34%),
    radial-gradient(circle at 80% 55%, rgba(98, 101, 77, 0.3), transparent 38%),
    linear-gradient(180deg, rgba(248, 241, 230, 0.34), rgba(98, 101, 77, 0.12) 46%, rgba(248, 241, 230, 0.54));
}

.site-background-photo-1 {
  --site-bg-image: url("CATTEDRALE%20SFONDO.png");
  background-position: center 42%;
}

.site-background-photo-2 {
  --site-bg-image: url("TEATRO%20MASSIMO%20SFONDO.png");
  background-position: center 45%;
}

.site-background-photo-3 {
  --site-bg-image: url("STANZA%20SFONDO.png");
  background-position: center 48%;
}

@media (max-width: 980px) {
  .site-background {
    grid-auto-rows: minmax(620px, 1fr);
  }

  .site-background-photo {
    width: 100%;
    min-height: 100vh;
    opacity: 0.42;
    filter: saturate(0.98) contrast(1.04) sepia(0.03);
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.96) 7%, rgba(0, 0, 0, 0.96) 88%, transparent 100%);
    mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.96) 7%, rgba(0, 0, 0, 0.96) 88%, transparent 100%);
  }

  .site-background-photo-1 {
    background-position: center top;
  }

  .site-background-photo-2 {
    background-position: center top;
  }

  .site-background-photo-3 {
    background-position: center 38%;
  }
}

@media (max-width: 680px) {
  .site-background {
    grid-auto-rows: minmax(520px, 1fr);
  }

  .site-background::before {
    background:
      radial-gradient(circle at 18% 12%, rgba(255, 250, 243, 0.64), transparent 26rem),
      radial-gradient(circle at 88% 22%, rgba(98, 101, 77, 0.16), transparent 24rem),
      linear-gradient(180deg, rgba(248, 241, 230, 0.36), rgba(248, 241, 230, 0.1) 38%, rgba(248, 241, 230, 0.46));
  }

  .site-background-photo {
    width: 100%;
    min-height: 520px;
    opacity: 0.44;
    background-size: cover;
  }

  .site-background-photo::after {
    background:
      radial-gradient(circle at 20% 10%, rgba(255, 250, 243, 0.42), transparent 32%),
      radial-gradient(circle at 80% 55%, rgba(98, 101, 77, 0.24), transparent 36%),
      linear-gradient(180deg, rgba(248, 241, 230, 0.26), rgba(98, 101, 77, 0.08) 46%, rgba(248, 241, 230, 0.42));
  }
}
