/* ============================================================
 *  Mammaloe’s Aruba — Long Stay Aruba page  (/long-stay-aruba/)
 *  Scoped to body.longstay-page / .ls-* classes, so it can be
 *  appended to style.css or kept as its own file (css/long-stay.css).
 * ============================================================ */

.longstay-page {
  --ls-green:       #1f4a40;
  --ls-green-deep:  #17382f;
  --ls-cream:       #f8f1e4;
  --ls-blush:       #f6e2df;
  --ls-sage:        #e9eddf;
  --ls-yellow:      #f4c534;
  --ls-yellow-dark: #e2ae14;
  --ls-pink:        #c95679;
  --ls-pink-soft:   #f5c9d0;
  --ls-purple:      #7e4a7a;
  --ls-ink:         #3b3530;
  --ls-muted:       #6b625a;

  --ls-font-script: 'Caveat', 'Segoe Script', cursive;
  --ls-font-serif:  'Playfair Display', Georgia, serif;
  --ls-font-sans:   'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --ls-torn: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 30' preserveAspectRatio='none'%3E%3Cpath d='M0 30 L0 10.9 L32 4.6 L47 11.4 L75 9.6 L100 7.8 L125 4.7 L144 11.6 L157 10.9 L176 4.6 L197 9.0 L227 7.7 L244 5.2 L262 8.5 L276 10.8 L303 12.2 L325 9.6 L348 7.6 L382 16.4 L403 10.3 L429 7.5 L444 13.1 L466 5.8 L479 18.5 L508 10.9 L530 8.1 L557 11.0 L571 15.3 L604 4.8 L625 11.8 L651 7.4 L684 8.2 L707 9.0 L720 9.6 L739 8.8 L766 5.0 L795 10.3 L820 17.4 L845 15.8 L869 18.5 L886 5.8 L898 9.8 L918 10.4 L947 8.4 L963 12.3 L994 11.9 L1020 14.8 L1053 13.6 L1077 8.7 L1101 7.7 L1119 12.3 L1150 7.6 L1166 10.4 L1197 4.3 L1200 10 L1200 30 Z'/%3E%3C/svg%3E");
}

.ls-main {
  background: var(--ls-cream);
  color: var(--ls-ink);
  font-family: var(--ls-font-sans);
  overflow-x: clip;
}
.ls-main *,
.ls-main *::before,
.ls-main *::after { box-sizing: border-box; }
.ls-main img { max-width: 100%; height: auto; display: block; }
.ls-main p { margin: 0 0 1em; line-height: 1.7; }

.ls-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ---------- Torn paper edges (colour set per use) ---------- */
.ls-torn {
  position: absolute;
  left: 0;
  right: 0;
  height: 28px;
  background: var(--ls-cream);
  -webkit-mask: var(--ls-torn) center / 100% 100% no-repeat;
          mask: var(--ls-torn) center / 100% 100% no-repeat;
  pointer-events: none;
  z-index: 3;
}
.ls-torn-bottom { bottom: -1px; }
.ls-torn-top    { top: -27px; }
.ls-torn-blush  { background: var(--ls-blush); }
.ls-torn-cream  { background: var(--ls-cream); }

/* ---------- Shared headings ---------- */
.ls-heading {
  font-family: var(--ls-font-serif);
  font-weight: 700;
  color: var(--ls-green);
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  line-height: 1.2;
  margin: 0 0 1.1rem;
}
.ls-heading-sm {
  font-size: clamp(1.35rem, 2.2vw, 1.65rem);
  margin-bottom: 1.2rem;
}
.ls-heading-underline {
  display: inline-block;
  padding-bottom: .55rem;
  background: linear-gradient(var(--ls-yellow), var(--ls-yellow)) center bottom / 42% 4px no-repeat;
}
.ls-script-heading {
  font-family: var(--ls-font-script);
  font-weight: 700;
  color: var(--ls-green);
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  line-height: 1;
  margin: 0;
}

/* ==================== HERO ==================== */
.ls-hero {
  position: relative;
  background: var(--ls-green-deep);
  min-height: clamp(440px, 46vw, 600px);
  display: flex;
  align-items: center;
  isolation: isolate;
}
.ls-hero-photo {
  position: absolute;
  inset: 0 0 0 auto;
  width: 58%;
  z-index: -1;
}
.ls-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 26%;
}
/* blend photo into the green panel */
.ls-hero-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--ls-green-deep) 0%, rgba(23, 56, 47, .75) 22%, rgba(23, 56, 47, 0) 55%);
}
.ls-hero-content {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 4.5rem 1.5rem 5.5rem;
  color: #fff;
}
.ls-hero-title { margin: 0 0 1.2rem; font-weight: 400; }
.ls-hero-kicker {
  display: block;
  font-family: var(--ls-font-sans);
  font-size: .95rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #f3e7cf;
  margin-bottom: .8rem;
}
.ls-hero-script {
  display: block;
  font-family: var(--ls-font-script);
  font-weight: 600;
  font-size: clamp(3.2rem, 7.4vw, 5.6rem);
  line-height: .95;
  color: #fff8ea;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .25);
}
.ls-hero-lead {
  font-family: var(--ls-font-serif);
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  line-height: 1.5;
  color: #fff;
  max-width: 26rem;
  margin: 0 0 1.8rem !important;
}
.ls-hero-link {
  display: inline-block;
  font-weight: 700;
  font-size: .95rem;
  color: var(--ls-green-deep);
  background: var(--ls-yellow);
  padding: .8rem 1.5rem;
  border-radius: 999px 820px 999px 760px / 900px 999px 780px 999px;
  text-decoration: none;
  transition: background-color .2s ease;
}
.ls-hero-link:hover { background: #ffd84e; }

/* ==================== INTRO ==================== */
.ls-intro {
  padding: 4rem 0 3.5rem;
  text-align: center;
}
.ls-intro-inner { max-width: 820px; }
.ls-intro-lead {
  font-family: var(--ls-font-serif);
  font-size: clamp(1.15rem, 1.8vw, 1.3rem);
  color: var(--ls-green);
}
.ls-intro-inner p:not(.ls-intro-lead) { color: var(--ls-muted); }

.ls-audience {
  list-style: none;
  margin: 2.8rem auto 0;
  padding: 0 1.5rem;
  max-width: 1080px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.ls-audience-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .7rem;
  padding: .4rem 1rem;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ls-ink);
  line-height: 1.35;
}
.ls-audience-item + .ls-audience-item { border-left: 1px solid rgba(59, 53, 48, .18); }
.ls-audience-item svg { flex: none; }
.ls-audience-green  svg { color: #2d6b4f; }
.ls-audience-pink   svg { color: var(--ls-pink); }
.ls-audience-orange svg { color: #e0892b; }
.ls-audience-purple svg { color: var(--ls-purple); }
.ls-audience-yellow svg { color: #eba81c; }

/* ==================== YOUR HOME IN ARUBA ==================== */
.ls-homes {
  position: relative;
  background: var(--ls-blush);
  padding: 3.2rem 0 3.6rem;
  margin-top: 1rem;
}
.ls-homes-header {
  display: flex;
  align-items: baseline;
  gap: 1.25rem 2rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.ls-homes-sub {
  margin: 0 !important;
  flex: 1 1 320px;
  max-width: 560px;
  color: var(--ls-muted);
  padding-left: 1.5rem;
  border-left: 1px solid rgba(59, 53, 48, .25);
}
.ls-homes-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.ls-home-link {
  display: block;
  text-align: center;
  text-decoration: none;
  color: inherit;
}
.ls-home-photo {
  display: block;
  background: #fff;
  padding: 8px;
  box-shadow: 0 6px 18px rgba(126, 74, 122, .14);
  transition: transform .25s ease;
}
.ls-home-card:nth-child(odd)  .ls-home-photo { transform: rotate(-1.2deg); }
.ls-home-card:nth-child(even) .ls-home-photo { transform: rotate(1deg); }
.ls-home-link:hover .ls-home-photo,
.ls-home-link:focus-visible .ls-home-photo { transform: rotate(0) translateY(-4px); }
.ls-home-photo img {
  width: 100%;
  aspect-ratio: 4 / 3.4;
  object-fit: cover;
}
.ls-home-name {
  display: block;
  margin-top: 1rem;
  font-family: var(--ls-font-script);
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  color: var(--ls-green);
}
.ls-home-type {
  display: block;
  margin-top: .35rem;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ls-muted);
}

/* ==================== DETAILS (3 columns) ==================== */
.ls-details {
  background: var(--ls-sage);
  padding: 3.5rem 0 4.5rem;
}
.ls-details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.05fr;
}
.ls-details-col {
  padding: 0 2.2rem;
  font-size: .97rem;
}
.ls-details-col:first-child { padding-left: 0; }
.ls-details-col:last-child  { padding-right: 0; }
.ls-details-col + .ls-details-col { border-left: 1px solid rgba(31, 74, 64, .2); }

.ls-includes {
  list-style: none;
  margin: 0 0 1.1rem;
  padding: 0;
}
.ls-includes li {
  display: flex;
  align-items: center;
  gap: .85rem;
  padding: .32rem 0;
  line-height: 1.4;
}
.ls-includes svg {
  flex: none;
  width: 21px;
  height: 21px;
  color: var(--ls-green);
}
.ls-includes-extra {
  font-style: italic;
  color: var(--ls-muted);
  font-size: .92rem;
}

.ls-price { margin: 0 0 1.3rem !important; }
.ls-price-from {
  display: block;
  font-size: .9rem;
  color: var(--ls-muted);
  margin-bottom: .35rem;
}
.ls-price-amount {
  display: inline-block;
  font-family: var(--ls-font-serif);
  font-weight: 700;
  font-size: clamp(2rem, 3.4vw, 2.6rem);
  line-height: 1;
  color: var(--ls-green-deep);
  background: var(--ls-pink-soft);
  padding: .4rem 1.4rem .5rem;
  border-radius: 30px 8px 26px 10px / 12px 26px 10px 24px;
  transform: rotate(-1.5deg);
}

.ls-feeling-note {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .6rem;
  margin: 1.6rem 0 0 !important;
  font-family: var(--ls-font-script);
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 1.05;
  color: var(--ls-pink);
  transform: rotate(-4deg);
}
.ls-feeling-note svg { flex: none; }

/* ==================== CTA ==================== */
.ls-cta {
  position: relative;
  background: var(--ls-cream);
  padding: 3.5rem 0 5rem;
  text-align: center;
}
.ls-cta-inner {
  position: relative;
  z-index: 2;
  max-width: 760px;
}
.ls-cta-text {
  font-size: 1.05rem;
  color: var(--ls-muted);
  max-width: 560px;
  margin: 0 auto 2rem !important;
}
.ls-btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 2.4rem 1rem 2rem;
  background: var(--ls-yellow);
  color: var(--ls-green-deep);
  text-decoration: none;
  border-radius: 38px 14px 40px 12px / 16px 40px 14px 36px;
  box-shadow: 0 8px 22px rgba(226, 174, 20, .35);
  transition: background-color .2s ease, transform .2s ease;
}
.ls-btn-whatsapp:hover {
  background: #ffd84e;
  transform: translateY(-2px);
}
.ls-btn-whatsapp-text {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.ls-btn-whatsapp-main {
  font-weight: 800;
  font-size: clamp(.95rem, 1.6vw, 1.1rem);
  letter-spacing: .06em;
  text-transform: uppercase;
}
.ls-btn-whatsapp-sub {
  font-weight: 600;
  font-size: 1rem;
  margin-top: .15rem;
}
.ls-cta-alt {
  margin-top: 1.4rem !important;
  font-size: .92rem;
  color: var(--ls-muted);
}
.ls-cta-alt a { color: var(--ls-purple); font-weight: 600; }

/* hand-drawn foliage + hibiscus (assets/img/long-stay/decor/) */
.ls-cta-decor {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: clamp(170px, 21vw, 300px);
  pointer-events: none;
}
.ls-cta-decor-left  { left: -18px; }
.ls-cta-decor-right { right: -18px; }
.ls-cta-foliage { width: 100%; }
.ls-cta-flower {
  position: absolute;
  width: 32%;
}
.ls-cta-decor-left  .ls-cta-flower { left: 12%;  bottom: 8%;  transform: rotate(-12deg); }
.ls-cta-decor-right .ls-cta-flower { right: 14%; bottom: 12%; transform: rotate(14deg); width: 26%; }

/* ---------- Focus ---------- */
.ls-main a:focus-visible {
  outline: 3px solid var(--ls-purple);
  outline-offset: 4px;
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 1024px) {
  .ls-audience { grid-template-columns: repeat(3, 1fr); row-gap: 1.8rem; }
  .ls-audience-item:nth-child(4) { border-left: 0; }
  .ls-homes-grid { grid-template-columns: repeat(2, 1fr); gap: 2rem 1.75rem; }
  .ls-details-grid { grid-template-columns: 1fr 1fr; row-gap: 2.8rem; }
  .ls-details-col:nth-child(3) {
    grid-column: 1 / -1;
    border-left: 0;
    padding: 2.4rem 0 0;
    border-top: 1px solid rgba(31, 74, 64, .2);
  }
  .ls-details-col:nth-child(2) { padding-right: 0; }
}

@media (max-width: 760px) {
  .ls-br-desktop { display: none; }

  .ls-hero {
    min-height: 0;
    flex-direction: column;
    align-items: stretch;
  }
  .ls-hero-photo {
    position: relative;
    inset: auto;
    width: 100%;
    height: 340px;
    order: -1;
  }
  .ls-hero-photo::before {
    background: linear-gradient(0deg, var(--ls-green-deep) 0%, rgba(23, 56, 47, 0) 45%);
  }
  .ls-hero-content { padding: 0 1.5rem 3.6rem; margin-top: -3.5rem; }

  .ls-intro { padding: 3rem 0 2.5rem; }
  .ls-audience { grid-template-columns: repeat(2, 1fr); }
  .ls-audience-item { border-left: 0 !important; }
  .ls-audience-item:last-child { grid-column: 1 / -1; }

  .ls-homes-sub { padding-left: 0; border-left: 0; }

  .ls-details-grid { grid-template-columns: 1fr; }
  .ls-details-col,
  .ls-details-col:nth-child(2),
  .ls-details-col:nth-child(3) {
    padding: 2.2rem 0 0;
    border-left: 0;
    border-top: 1px solid rgba(31, 74, 64, .2);
    grid-column: auto;
  }
  .ls-details-col:first-child { padding-top: 0; border-top: 0; }
  .ls-feeling-note { justify-content: center; }

  .ls-cta { padding-bottom: 7.5rem; }
  .ls-btn-whatsapp { padding: .9rem 1.4rem; gap: .8rem; }
  .ls-cta-decor { width: 140px; }
}

@media (max-width: 440px) {
  .ls-homes-grid { grid-template-columns: 1fr; max-width: 360px; margin: 0 auto; }
}

@media (prefers-reduced-motion: reduce) {
  .ls-home-photo,
  .ls-btn-whatsapp,
  .ls-hero-link { transition: none; }
}
