:root {
  --lux-base: #f5f2eb;
  --lux-white: #ffffff;
  --lux-ink: #1f1f1f;
  --lux-gold: #c8a24a;
}

.luxury-facilities-page {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  color: var(--lux-ink);
  background-color: var(--lux-base);
}

.luxury-facilities-page .lux-body {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

.lux-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.lux-section {
  padding: 4rem 0;
}

.lux-hero {
  position: relative;
  overflow: hidden;
  padding: 6rem 0 5rem;
  background-color: var(--lux-white);
}

.lux-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://sunrisecottagepenida.com/wp-content/uploads/2025/09/private-pool-sunrise-cottage-penida.webp");
  background-size: cover;
  background-position: center;
  opacity: 0.25;
}

.lux-hero-content {
  position: relative;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.lux-hero-heading {
  font-size: clamp(2.8rem, 6vw, 4.2rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.1;
}

.lux-hero-highlight {
  border-left: 3px solid var(--lux-gold);
  padding-left: 1.5rem;
}

.lux-hero-meta {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
}

.lux-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  background-color: var(--lux-gold);
  color: var(--lux-white);
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
}

.lux-intro {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}

.lux-intro p {
  margin-top: 1.5rem;
  font-size: 1.05rem;
  line-height: 1.7;
}

.lux-grid {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.lux-card {
  background-color: var(--lux-white);
  border: 1px solid rgba(31, 31, 31, 0.08);
  border-radius: 1.25rem;
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.lux-card:hover,
.lux-card:focus-within {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(31, 31, 31, 0.08);
}

.lux-card h3 {
  font-size: 1.75rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.lux-card p,
.lux-list li {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.7;
  font-size: 1rem;
}

.lux-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1.75rem;
}

.lux-list li {
  position: relative;
  padding-left: 2.25rem;
}

.lux-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  border: 2px solid var(--lux-gold);
}

.lux-marquee {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  padding: 1.2rem 0;
  border-top: 1px solid rgba(31, 31, 31, 0.1);
  border-bottom: 1px solid rgba(31, 31, 31, 0.1);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.78rem;
}

.lux-marquee span {
  white-space: nowrap;
  color: rgba(31, 31, 31, 0.65);
}

.lux-highlight {
  display: grid;
  gap: 2.5rem;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.lux-highlight-media {
  border-radius: 1.8rem;
  overflow: hidden;
  background-color: var(--lux-white);
  border: 1px solid rgba(31, 31, 31, 0.06);
}

.lux-highlight-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lux-cta-group {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.lux-cta {
  background-color: var(--lux-white);
  border-radius: 1.5rem;
  padding: 2.5rem;
  border: 1px solid rgba(31, 31, 31, 0.1);
}

.lux-cta h3 {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  font-weight: 300;
  text-transform: uppercase;
}

.lux-cta p {
  margin: 1.25rem 0 1.75rem;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.7;
}

.lux-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.95rem 2.75rem;
  border-radius: 999px;
  background-color: var(--lux-gold);
  color: var(--lux-white);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.18em;
  transition: opacity 180ms ease;
}

.lux-btn:hover,
.lux-btn:focus-visible {
  opacity: 0.88;
}

.lux-contact-info {
  display: grid;
  gap: 1.5rem;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

.lux-contact-info a {
  color: var(--lux-ink);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 160ms ease;
}

.lux-contact-info a:hover,
.lux-contact-info a:focus-visible {
  border-color: var(--lux-gold);
}

.lux-address {
  margin-top: 0.5rem;
  line-height: 1.6;
}

.lux-quote {
  font-size: 1.15rem;
  font-style: italic;
  border-left: 3px solid var(--lux-gold);
  padding-left: 1.5rem;
  margin: 2.5rem 0 0;
}

.lux-footer-note {
  text-align: center;
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 3rem 0 4rem;
  color: rgba(31, 31, 31, 0.6);
}

@media (max-width: 640px) {
  .lux-hero-heading {
    letter-spacing: 0.06em;
  }

  .lux-hero-meta {
    letter-spacing: 0.1em;
  }

  .lux-section {
    padding: 3rem 0;
  }
}
