:root {
  --lux-bg: #ffffff;
  --lux-gold: #b68555;
  --lux-dark: #121212;
  --lux-off: #ffffff;
}

body.discover {
  background-color: var(--lux-bg);
}

.experience-hero {
  position: relative;
  height: 60vh;
  min-height: 400px;
  overflow: hidden;
}

.experience-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(34, 33, 33, 0.7);
  z-index: 2;
}

.experience-hero img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.experience-heads {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  width: 100%;
  padding: 0 20px;
}

.experience-heads h2 {
  font-size: clamp(38px, 6vw, 75px);
  text-transform: none;
  font-weight: 300;
  letter-spacing: -1px;
}

.lux-experience-section {
  background: var(--lux-bg);
  position: relative;
  padding-top: 100px; /* Space added below banner */
}

.lux-experience-section::before,
.lux-experience-section::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20%;
  z-index: 5;
  pointer-events: none;
}

.lux-experience-section::before {
  left: 0;
  background: linear-gradient(to right, var(--lux-bg), transparent);
}

.lux-experience-section::after {
  right: 0;
  background: linear-gradient(to left, var(--lux-bg), transparent);
}

.lux-exp-header {
  max-width: 800px;
  margin: 0 auto 50px;
  text-align: center;
  padding: 0 20px;
  position: relative;
  z-index: 10;
  opacity: 1 !important;
  visibility: visible !important;
}

.lux-exp-title {
  font-size: 35px;
  font-weight: 300;
  color: var(--lux-dark);
  margin-bottom: 45px;
  /* Increased to make room for line */
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.lux-exp-title::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: var(--lux-gold);
}

.lux-exp-gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  overflow-x: auto;
  padding: 20px 4vw 80px;
  scrollbar-width: none;
}

.lux-exp-gallery::-webkit-scrollbar {
  display: none;
}

.exp-gallery-item {
  position: relative;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 1px;
  transition: all 0.4s ease;
}

.exp-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ORGANIC GALLERY SIZES - ESSENTIAL FOR STYLING */
.exp-tall {
  width: 230px;
  height: 340px;
}

.exp-wide {
  width: 340px;
  height: 210px;
}

.exp-med {
  width: 270px;
  height: 270px;
}

/* Desktop Scaling Moved to responsive.css */


/* --- MAGAZINE BREAKERS --- */
.exp-magazine-breaker {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  opacity: 0.8;
}

.exp-magazine-breaker::before,
.exp-magazine-breaker::after {
  content: "";
  height: 1px;
  flex: 1;
  background: linear-gradient(to right, transparent, var(--lux-gold), transparent);
  max-width: 250px;
}

.exp-magazine-breaker span {
  font-size: 10px;
  letter-spacing: 0.6em;
  color: var(--lux-gold);
  text-transform: uppercase;
  padding: 0 30px;
}

/* --- MAGAZINE LIST GRID --- */
.exp-list-section {
  background: var(--lux-bg);
}

.exp-list-row {
  display: flex;
  position: relative;
  align-items: stretch;
  padding: 0 6vw;
}

.exp-list-row.row-reverse {
  flex-direction: row-reverse;
}

.exp-col {
  flex: 1;
}

.row-double .exp-col {
  flex: 0 0 33.33%;
}

.row-single .exp-col {
  flex: 0 0 50%;
}

.overflow-hidden {
  overflow: hidden;
}

.lux-parallax {
  width: 100%;
  height: 110%;
  object-fit: cover;
  display: block;
}

.exp-text-col {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  padding: 60px;
  z-index: 2;
}

.exp-text-inner {
  max-width: 420px;
  text-align: left;
}

.row-double .exp-text-col {
  padding: 30px 40px;
  text-align: center;
}

.row-double .exp-text-inner {
  text-align: center;
  margin: 0 auto;
}

.row-double .exp-description {
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 40px;
}

.row-double .exp-title {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 25px;
}

.exp-number {
  font-size: 12px;
  color: var(--lux-gold);
  letter-spacing: 0.4em;
  margin-bottom: 25px;
  display: block;
  text-transform: uppercase;
}

.exp-title {
  font-size: 42px;
  line-height: 1.1;
  color: var(--lux-dark);
  margin-bottom: 25px;
}

.exp-divider {
  width: 40px;
  height: 1px;
  background: var(--lux-gold);
  margin-bottom: 30px;
}

.row-double .exp-divider {
  margin: 0 auto 30px;
}

.exp-description {
  font-size: 15px;
  line-height: 1.9;
  color: #666;
  margin-bottom: 40px;
  font-weight: 300;
}

.casa-btn-simple {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.25em;
  color: var(--lux-dark);
  text-decoration: none;
  border-bottom: 1px solid var(--lux-gold);
  padding-bottom: 6px;
  transition: all 0.4s ease;
}

.casa-btn-simple:hover {
  color: var(--lux-gold);
  padding-left: 10px;
}

/* Responsive Moved to responsive.css */