/* Lumiere One Events — public UX styles */
.loe-page {
  --loe-beige: #F2EBE0;
  --loe-beige-mid: #E5D9C8;
  --loe-beige-dark: #D9CABB;
  --loe-warm-white: #FAF7F3;
  --loe-gold: #B89A6A;
  --loe-gold-light: #D4B483;
  --loe-gold-deep: #9A7D50;
  --loe-charcoal: #2C2C2C;
  --loe-muted: #8A7E72;
  --loe-deep: #1A1410;
  --loe-font-display: Georgia, 'Times New Roman', serif;
  --loe-font-body: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--loe-beige);
  color: var(--loe-charcoal);
  font-family: var(--loe-font-body);
  font-size: 14px;
  line-height: 1.8;
  overflow-x: clip;
}

.loe-page *,
.loe-page *::before,
.loe-page *::after { box-sizing: border-box; }

.loe-page :where(h1,h2,h3,p,figure,blockquote) { margin: 0; }
.loe-page :where(img) { max-width: 100%; display: block; }
.loe-page a { color: inherit; text-decoration: none; }

.loe-section { position: relative; }
.loe-container { width: min(1160px, calc(100% - 96px)); margin: 0 auto; }
.loe-narrow { max-width: 760px; text-align: center; }

.loe-padded { padding: 72px 48px; }
.loe-spacing-compact.loe-padded { padding-top: 48px; padding-bottom: 48px; }
.loe-spacing-generous.loe-padded { padding-top: 96px; padding-bottom: 96px; }

.loe-tone-beige { background: var(--loe-beige); }
.loe-tone-beige-dark { background: var(--loe-beige-dark); }
.loe-tone-warm-white { background: var(--loe-warm-white); }
.loe-tone-charcoal { background: var(--loe-charcoal); }
.loe-tone-deep { background: var(--loe-deep); }

.loe-page h1,
.loe-page h2,
.loe-page h3 {
  font-family: var(--loe-font-display);
  font-weight: 400;
  color: var(--loe-charcoal);
  line-height: 1.12;
}
.loe-page h1 { font-size: clamp(38px, 5vw, 56px); letter-spacing: -0.02em; }
.loe-page h2 { font-size: clamp(30px, 3.4vw, 40px); }
.loe-page h3 { font-size: 20px; }
.loe-page em { font-family: var(--loe-font-display); font-style: italic; color: var(--loe-gold); }
.loe-page p { color: var(--loe-muted); font-size: 14px; line-height: 1.8; }

.loe-eyebrow {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--loe-gold);
  margin-bottom: 16px;
  font-weight: 600;
}
.loe-eyebrow-dark { color: var(--loe-gold-light); }
.loe-label {
  display: inline-block;
  border: 1px dashed var(--loe-gold);
  background: rgba(184,154,106,0.15);
  color: var(--loe-gold);
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 4px 9px;
  margin-bottom: 14px;
}

.loe-btn,
.loe-text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--loe-font-body);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  min-height: 46px;
  padding: 14px 28px;
  border: 1px solid transparent;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.loe-btn:hover { transform: translateY(-1px); }
.loe-btn-primary { background: var(--loe-gold); color: var(--loe-deep); font-weight: 700; }
.loe-btn-primary:hover { background: var(--loe-gold-deep); color: var(--loe-warm-white); }
.loe-btn-ghost { color: var(--loe-warm-white); border-color: rgba(250,247,243,0.42); background: transparent; }
.loe-btn-ghost:hover { border-color: var(--loe-gold-light); color: var(--loe-gold-light); }
.loe-text-link { min-height: unset; padding: 0 0 3px; color: var(--loe-gold); border-bottom: 1px solid var(--loe-gold); }
.loe-text-link-dark { color: var(--loe-gold-light); border-bottom-color: var(--loe-gold-light); }
.loe-page :where(a,button,input,select,textarea):focus-visible { outline: 2px solid var(--loe-gold-light); outline-offset: 3px; }

.loe-placeholder,
.loe-image-fill,
.loe-image-figure {
  background: var(--loe-beige-dark);
  min-height: 260px;
  position: relative;
  overflow: hidden;
}
.loe-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--loe-muted); text-transform: uppercase; letter-spacing: 1.5px; font-size: 11px; text-align: center; gap: 8px; padding: 28px; }
.loe-placeholder::before,
.loe-image-fill::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(184,154,106,0.08) 10px, rgba(184,154,106,0.08) 20px);
  pointer-events: none;
}
.loe-placeholder span { font-size: 32px; opacity: .45; position: relative; }
.loe-placeholder small { position: relative; }
.loe-image-fill { background-size: cover; background-position: center; }
.loe-image-figure img { width: 100%; height: 100%; object-fit: cover; }

/* Hero */
.loe-hero {
  height: 680px;
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: linear-gradient(135deg, var(--loe-beige) 0%, var(--loe-beige-dark) 100%);
}
.loe-hero-media { position: absolute; inset: 0; min-height: auto; }
.loe-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,20,16,0.72) 0%, rgba(26,20,16,0.1) 62%); }
.loe-overlay-soft .loe-hero-overlay { background: linear-gradient(to top, rgba(26,20,16,0.55) 0%, rgba(26,20,16,0.04) 62%); }
.loe-overlay-strong .loe-hero-overlay { background: linear-gradient(to top, rgba(26,20,16,0.84) 0%, rgba(26,20,16,0.22) 70%); }
.loe-hero-content { position: relative; z-index: 2; padding: 0 0 64px; max-width: 680px; margin-left: 64px; margin-right: auto; }
.loe-hero h1 { color: var(--loe-warm-white); margin-bottom: 22px; max-width: 700px; }
.loe-hero h1 em { color: var(--loe-gold-light); }
.loe-hero-copy { color: rgba(250,247,243,0.82) !important; max-width: 520px; margin-bottom: 32px; }
.loe-button-row { display: flex; gap: 16px; flex-wrap: wrap; }

/* Heroes */
.loe-page-hero {
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background: var(--loe-beige);
}
.loe-page-hero-media { position: absolute; inset: 0; opacity: .58; min-height: auto; }
.loe-page-hero::after { content: ''; position: absolute; inset: 0; background: rgba(250,247,243,.66); }
.loe-page-hero-content { position: relative; z-index: 2; max-width: 760px; padding: 64px 32px; }
.loe-page-hero-content p { max-width: 620px; margin: 16px auto 0; }
.loe-blog-hero h1 { margin-bottom: 16px; }
.loe-service-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 500px; background: var(--loe-deep); }
.loe-service-hero-text { padding: 72px 56px; display: flex; flex-direction: column; justify-content: center; }
.loe-service-hero h1 { color: var(--loe-warm-white); margin-bottom: 20px; }
.loe-service-hero em { color: var(--loe-gold-light); }
.loe-service-hero p { color: var(--loe-muted); max-width: 520px; }
.loe-service-hero-image { min-height: 500px; }

/* Services strip */
.loe-services-strip { display: grid; grid-template-columns: repeat(5, 1fr); background: var(--loe-warm-white); border-bottom: 1px solid var(--loe-beige-mid); }
.loe-service-pill { padding: 24px 16px; text-align: center; border-right: 1px solid var(--loe-beige-dark); transition: background .2s ease; }
.loe-service-pill:last-child { border-right: 0; }
.loe-service-pill:hover { background: var(--loe-beige); }
.loe-service-icon { display: block; font-size: 22px; margin-bottom: 8px; }
.loe-service-label { color: var(--loe-charcoal); font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; }

/* Split */
.loe-split { display: grid; grid-template-columns: 1fr 1fr; min-height: 480px; }
.loe-split-reverse .loe-split-text { order: 2; }
.loe-split-text { padding: 72px 64px; display: flex; flex-direction: column; justify-content: center; }
.loe-split-text h2 { margin-bottom: 20px; }
.loe-split-text p { margin-bottom: 24px; }
.loe-split-image { min-height: 440px; }

/* Cards */
.loe-section-header { text-align: center; margin: 0 auto 48px; max-width: 720px; }
.loe-event-grid,
.loe-portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.loe-event-card { min-height: 320px; position: relative; overflow: hidden; background: var(--loe-deep); }
.loe-event-image { min-height: 320px; height: 100%; transition: transform .5s ease; }
.loe-event-card:hover .loe-event-image { transform: scale(1.04); }
.loe-card-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,20,16,.82), rgba(26,20,16,.06)); }
.loe-event-label { position: absolute; left: 0; right: 0; bottom: 0; padding: 24px 22px; color: var(--loe-warm-white); }
.loe-event-label h3 { color: var(--loe-warm-white); margin-bottom: 4px; }
.loe-event-label p { color: rgba(250,247,243,.72); font-size: 11px; letter-spacing: 1px; }

/* Stats */
.loe-stats-bar { display: grid; grid-template-columns: repeat(4, 1fr); padding: 48px; background: var(--loe-deep); }
.loe-stat-block { text-align: center; padding: 10px; border-right: 1px solid #2A2520; }
.loe-stat-block:last-child { border-right: 0; }
.loe-stat-num { font-family: var(--loe-font-display); font-size: 42px; color: var(--loe-gold-light); line-height: 1.1; }
.loe-stat-desc { color: var(--loe-muted); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; margin-top: 6px; }

/* Testimonial */
.loe-testimonial-section { text-align: center; }
.loe-testimonial-section blockquote { max-width: 780px; margin: 0 auto 24px; font-family: var(--loe-font-display); color: var(--loe-charcoal); font-size: clamp(22px, 3vw, 30px); font-style: italic; line-height: 1.5; }
.loe-testimonial-attr { color: var(--loe-gold) !important; font-size: 11px !important; letter-spacing: 2px; text-transform: uppercase; }
.loe-testimonial-dots { display: flex; justify-content: center; gap: 8px; margin-top: 28px; }
.loe-testimonial-dots span { width: 7px; height: 7px; border-radius: 999px; background: var(--loe-beige-mid); }
.loe-testimonial-dots .is-active { background: var(--loe-gold); }

/* CTA */
.loe-cta { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 72px 48px; }
.loe-cta h2 { color: var(--loe-warm-white); margin-bottom: 10px; }
.loe-cta p { max-width: 620px; }
.loe-tone-charcoal :where(h1,h2,h3),
.loe-tone-deep :where(h1,h2,h3) { color: var(--loe-warm-white); }
.loe-tone-charcoal em,
.loe-tone-deep em { color: var(--loe-gold-light); }
.loe-tone-charcoal .loe-eyebrow,
.loe-tone-deep .loe-eyebrow { color: var(--loe-gold-light); }

/* Icon cards / team / features */
.loe-icon-grid,
.loe-team-grid,
.loe-venue-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.loe-icon-card { background: var(--loe-warm-white); border-top: 2px solid var(--loe-gold); padding: 32px 28px; }
.loe-icon-card > span { display: block; font-size: 26px; margin-bottom: 14px; }
.loe-icon-card h3 { margin-bottom: 10px; }
.loe-team-card { text-align: center; }
.loe-team-photo { min-height: 260px; margin-bottom: 18px; }
.loe-team-role { color: var(--loe-gold) !important; font-size: 11px !important; letter-spacing: 2px; text-transform: uppercase; margin: 6px 0 10px; }
.loe-dark-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; padding: 72px 48px; background: var(--loe-charcoal); }
.loe-dark-feature-text p { margin-bottom: 28px; }
.loe-dark-feature-image { min-height: 360px; }
.loe-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.loe-two-col-wide { gap: 64px; }
.loe-feature-image { min-height: 420px; }
.loe-list { list-style: none; padding: 0; margin: 20px 0 26px; display: grid; gap: 10px; }
.loe-list li { color: var(--loe-charcoal); position: relative; padding-left: 18px; }
.loe-list li::before { content: '—'; position: absolute; left: 0; color: var(--loe-gold); }
.loe-chip-grid { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.loe-chip-grid span { background: var(--loe-warm-white); border: 1px solid var(--loe-beige-mid); padding: 10px 20px; font-size: 12px; color: var(--loe-charcoal); }
.loe-chip-grid span:hover { border-color: var(--loe-gold); color: var(--loe-gold); }

/* Portfolio */
.loe-filter-bar,
.loe-blog-filters { display: flex; flex-wrap: wrap; gap: 6px; padding: 24px 48px; background: var(--loe-warm-white); border-bottom: 1px solid var(--loe-beige-mid); }
.loe-filter-btn { background: transparent; border: 1px solid var(--loe-beige-mid); color: var(--loe-muted); padding: 9px 18px; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; cursor: pointer; }
.loe-filter-btn:hover,
.loe-filter-btn.is-active { background: var(--loe-gold); color: var(--loe-deep); border-color: var(--loe-gold); }
.loe-portfolio-grid-section { background: var(--loe-warm-white); padding: 2px; }
.loe-portfolio-item { background: var(--loe-warm-white); }
.loe-portfolio-image { min-height: 280px; }
.loe-portfolio-info { padding: 18px 20px 22px; }
.loe-portfolio-info h3 { font-size: 18px; margin-bottom: 5px; }
.loe-portfolio-info p { color: var(--loe-gold); font-size: 11px; letter-spacing: 1px; text-transform: uppercase; }
.loe-is-hidden { display: none !important; }

/* Venues / stays */
.loe-venue-card { background: var(--loe-warm-white); }
.loe-venue-image { min-height: 230px; }
.loe-venue-info { padding: 22px; }
.loe-venue-info h3 { margin-bottom: 8px; }
.loe-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.loe-tags span { background: var(--loe-beige); color: var(--loe-muted); font-size: 10px; letter-spacing: 1px; text-transform: uppercase; padding: 4px 9px; }
.loe-accommodation-strip { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 48px; background: var(--loe-charcoal); }
.loe-accommodation-strip h2 { color: var(--loe-warm-white); margin-bottom: 8px; }
.loe-accommodation-strip p { max-width: 720px; }
.loe-stays-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; margin-top: 32px; }
.loe-stay-card { display: grid; grid-template-columns: 220px 1fr; background: var(--loe-beige); }
.loe-stay-image { min-height: 190px; }
.loe-stay-info { padding: 24px; }
.loe-stay-info > span { display: inline-block; background: var(--loe-gold); color: var(--loe-deep); padding: 4px 9px; font-size: 10px; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 12px; }
.loe-stay-info h3 { font-size: 18px; margin-bottom: 8px; }

/* Contact */
.loe-contact-layout { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; }
.loe-contact-info { background: var(--loe-deep); padding: 72px 56px; }
.loe-contact-info h1 { color: var(--loe-warm-white); margin-bottom: 18px; }
.loe-contact-details { display: grid; gap: 24px; margin-top: 40px; }
.loe-contact-item { display: flex; gap: 16px; align-items: flex-start; }
.loe-contact-item > span { color: var(--loe-gold-light); font-size: 20px; line-height: 1; margin-top: 5px; }
.loe-contact-item h3 { color: var(--loe-gold-light); font-family: var(--loe-font-body); font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 4px; }
.loe-contact-form-wrap { background: var(--loe-warm-white); padding: 72px 56px; }
.loe-contact-form-wrap h2 { margin-bottom: 28px; }
.loe-contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.loe-form-field { display: flex; flex-direction: column; gap: 6px; }
.loe-form-field label { color: var(--loe-muted); font-size: 10px; letter-spacing: 2px; text-transform: uppercase; }
.loe-form-field input,
.loe-form-field select,
.loe-form-field textarea { background: var(--loe-beige); border: 1px solid var(--loe-beige-mid); color: var(--loe-charcoal); padding: 13px 14px; font: inherit; outline: none; width: 100%; }
.loe-form-field textarea { min-height: 110px; resize: vertical; }
.loe-full { grid-column: 1 / -1; }
.loe-hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.loe-form-message { grid-column: 1 / -1; margin-bottom: 18px; padding: 12px 14px; border: 1px solid var(--loe-beige-mid); background: var(--loe-beige); color: var(--loe-charcoal); }
.loe-form-success { border-color: var(--loe-gold); }
.loe-form-error { border-color: var(--loe-gold-deep); }
.loe-whatsapp-bar { display: flex; align-items: center; justify-content: center; gap: 18px; padding: 26px 48px; border-top: 1px solid var(--loe-beige-mid); }

/* Blog */
.loe-journal-grid-wrap { background: var(--loe-warm-white); }
.loe-journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 34px; }
.loe-journal-grid.has-featured .loe-journal-card.is-featured { grid-column: span 2; display: grid; grid-template-columns: 1.05fr 1fr; background: var(--loe-beige); }
.loe-journal-card { background: var(--loe-warm-white); }
.loe-journal-image-link { display: block; }
.loe-journal-image { width: 100%; height: 230px; object-fit: cover; background: var(--loe-beige-dark); }
.loe-journal-card.is-featured .loe-journal-image { height: 100%; min-height: 340px; }
.loe-journal-body { padding: 18px 0 0; }
.loe-journal-card.is-featured .loe-journal-body { padding: 34px 32px; display: flex; flex-direction: column; justify-content: center; }
.loe-journal-cat { color: var(--loe-gold); font-size: 10px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 8px; }
.loe-journal-card h2 { font-size: 20px; line-height: 1.3; margin-bottom: 9px; }
.loe-journal-card.is-featured h2 { font-size: clamp(24px, 3vw, 34px); }
.loe-journal-meta { color: var(--loe-beige-dark); font-size: 11px; margin-top: 14px; }
.loe-empty-state { grid-column: 1 / -1; background: var(--loe-beige); padding: 40px; text-align: center; }
.loe-post-cta-wrap { margin-top: 48px; }

@media (max-width: 1024px) {
  .loe-hero-content { margin-left: 40px; padding-bottom: 48px; }
  .loe-event-grid,
  .loe-portfolio-grid,
  .loe-icon-grid,
  .loe-team-grid,
  .loe-venue-grid { grid-template-columns: repeat(2, 1fr); }
  .loe-stays-grid { grid-template-columns: 1fr; }
  .loe-journal-grid { grid-template-columns: repeat(2, 1fr); }
  .loe-journal-grid.has-featured .loe-journal-card.is-featured { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
  .loe-container { width: calc(100% - 48px); }
  .loe-padded { padding: 56px 24px; }
  .loe-hero { height: 620px; min-height: 560px; }
  .loe-hero-content { margin: 0; padding: 0 24px 44px; max-width: none; }
  .loe-button-row,
  .loe-cta,
  .loe-accommodation-strip,
  .loe-whatsapp-bar { flex-direction: column; align-items: stretch; text-align: center; }
  .loe-btn { width: 100%; }
  .loe-services-strip { grid-template-columns: repeat(2, 1fr); }
  .loe-service-pill { border-bottom: 1px solid var(--loe-beige-dark); }
  .loe-split,
  .loe-service-hero,
  .loe-dark-feature,
  .loe-two-col,
  .loe-contact-layout { grid-template-columns: 1fr; }
  .loe-split-reverse .loe-split-text { order: 0; }
  .loe-split-text,
  .loe-service-hero-text,
  .loe-contact-info,
  .loe-contact-form-wrap { padding: 56px 24px; }
  .loe-stats-bar { grid-template-columns: repeat(2, 1fr); padding: 36px 20px; }
  .loe-stat-block:nth-child(2) { border-right: 0; }
  .loe-event-grid,
  .loe-portfolio-grid,
  .loe-icon-grid,
  .loe-team-grid,
  .loe-venue-grid,
  .loe-journal-grid { grid-template-columns: 1fr; }
  .loe-stay-card { grid-template-columns: 1fr; }
  .loe-contact-form { grid-template-columns: 1fr; }
  .loe-journal-grid.has-featured .loe-journal-card.is-featured { display: block; }
  .loe-journal-card.is-featured .loe-journal-image { height: 240px; min-height: 240px; }
  .loe-filter-bar,
  .loe-blog-filters { padding: 18px 24px; }
}

@media (max-width: 520px) {
  .loe-page h1 { font-size: 36px; }
  .loe-page h2 { font-size: 30px; }
  .loe-hero { height: 560px; }
  .loe-services-strip { grid-template-columns: 1fr 1fr; }
  .loe-stats-bar { grid-template-columns: 1fr; }
  .loe-stat-block { border-right: 0; border-bottom: 1px solid #2A2520; }
  .loe-stat-block:last-child { border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .loe-page *, .loe-page *::before, .loe-page *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; scroll-behavior: auto !important; }
}

/* Services page upgrade: richer service stories, process, and inclusions */
.loe-section-intro {
  max-width: 780px;
  margin: -24px auto 48px;
  text-align: center;
}

.loe-expanded-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  max-width: 1180px;
  margin: 0 auto;
}

.loe-expanded-service-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--loe-warm-white) 0%, var(--loe-beige) 100%);
  border: 1px solid var(--loe-beige-mid);
  min-height: 0;
  box-shadow: 0 18px 42px rgba(26, 20, 16, 0.045);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.loe-expanded-service-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--loe-gold), rgba(184, 154, 106, 0.18));
  z-index: 2;
}

.loe-expanded-service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(184, 154, 106, 0.55);
  box-shadow: 0 24px 56px rgba(26, 20, 16, 0.075);
}

.loe-expanded-service-card:nth-child(5) {
  grid-column: 1 / -1;
}

.loe-service-has-image {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
}

.loe-service-has-image:nth-child(even) .loe-expanded-service-image {
  order: 2;
}

.loe-service-no-image {
  display: block;
}

.loe-expanded-service-image {
  min-height: 360px;
}

.loe-expanded-service-body {
  padding: 42px 38px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.loe-service-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.loe-service-index {
  font-family: var(--loe-font-display);
  font-size: 22px;
  line-height: 1;
  color: var(--loe-gold);
}

.loe-service-divider {
  width: 42px;
  height: 1px;
  background: var(--loe-beige-dark);
}

.loe-service-icon-badge {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(184, 154, 106, 0.08);
  border: 1px solid var(--loe-beige-mid);
  color: var(--loe-gold);
  font-size: 22px;
  flex: 0 0 auto;
}

.loe-expanded-service-top {
  margin-bottom: 18px;
}

.loe-expanded-service-top h3 {
  margin: 0 0 7px;
  font-size: 25px;
  line-height: 1.14;
}

.loe-service-subtitle {
  color: var(--loe-gold) !important;
  font-size: 10px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.55 !important;
  margin: 0 !important;
}

.loe-expanded-service-body > p {
  max-width: 96%;
}

.loe-mini-list {
  list-style: none;
  padding: 18px 20px;
  margin: 22px 0 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  background: rgba(250, 247, 243, 0.72);
  border: 1px solid var(--loe-beige-mid);
}

.loe-mini-list li {
  color: var(--loe-charcoal);
  font-size: 12.5px;
  line-height: 1.55;
  padding-left: 18px;
  position: relative;
}

.loe-mini-list li::before {
  content: '✦';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--loe-gold);
  font-size: 10px;
}

.loe-expanded-service-card .loe-text-link {
  align-self: flex-start;
  margin-top: auto;
}

.loe-process-section .loe-section-intro,
.loe-experience-section .loe-section-intro {
  margin-bottom: 42px;
}

.loe-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 1160px;
  margin: 0 auto;
  background: var(--loe-beige-mid);
  border: 1px solid var(--loe-beige-mid);
}

.loe-process-step {
  background: var(--loe-warm-white);
  padding: 34px 26px 30px;
  min-height: 250px;
}

.loe-process-step > span {
  display: block;
  font-family: var(--loe-font-display);
  font-size: 34px;
  line-height: 1;
  color: var(--loe-gold);
  margin-bottom: 22px;
}

.loe-process-step h3 {
  margin-bottom: 12px;
}

.loe-experience-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 54px;
  align-items: start;
}

.loe-experience-intro {
  max-width: 420px;
}

.loe-experience-intro h2 {
  margin-bottom: 18px;
}

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

.loe-experience-card {
  background: var(--loe-beige);
  padding: 32px 28px;
  border-top: 2px solid var(--loe-gold);
}

.loe-experience-card h3 {
  margin-bottom: 10px;
}

@media (max-width: 1100px) {
  .loe-expanded-service-grid,
  .loe-service-has-image,
  .loe-experience-section {
    grid-template-columns: 1fr;
  }

  .loe-expanded-service-card:nth-child(5) {
    grid-column: auto;
  }

  .loe-service-has-image:nth-child(even) .loe-expanded-service-image {
    order: 0;
  }
}

@media (max-width: 1024px) {
  .loe-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .loe-expanded-service-image {
    min-height: 280px;
  }
}

@media (max-width: 768px) {
  .loe-section-intro {
    margin: -16px auto 34px;
  }

  .loe-expanded-service-body,
  .loe-process-step,
  .loe-experience-card {
    padding: 28px 22px;
  }

  .loe-expanded-service-top h3 {
    font-size: 22px;
  }

  .loe-mini-list,
  .loe-process-grid,
  .loe-experience-grid {
    grid-template-columns: 1fr;
  }
}

/* V2.4 reusable content, richer editorial presentation, and journal polish */
.loe-portfolio-excerpt {
  margin-top: 10px !important;
  font-size: 12.5px !important;
  line-height: 1.65 !important;
}

.loe-portfolio-item,
.loe-venue-card,
.loe-stay-card,
.loe-journal-card,
.loe-related-card {
  box-shadow: 0 14px 34px rgba(26, 20, 16, 0.035);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.loe-portfolio-item:hover,
.loe-venue-card:hover,
.loe-stay-card:hover,
.loe-journal-card:hover,
.loe-related-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(26, 20, 16, 0.07);
}

.loe-venue-card,
.loe-stay-card {
  border: 1px solid var(--loe-beige-mid);
}

.loe-venue-info h3,
.loe-stay-info h3 {
  font-size: 22px;
}

.loe-stay-info span {
  display: inline-block;
  margin-bottom: 10px;
  background: var(--loe-gold);
  color: var(--loe-deep);
  font-size: 10px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 4px 9px;
}

.loe-related-posts-wrap,
.loe-post-cta-wrap {
  margin-top: 48px;
}

.loe-related-posts h2 {
  margin-bottom: 28px;
}

.loe-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.loe-related-card {
  background: var(--loe-beige);
  border: 1px solid var(--loe-beige-mid);
}

.loe-related-card a {
  display: block;
  min-height: 150px;
  padding: 26px 24px;
}

.loe-related-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--loe-gold);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.loe-related-card strong {
  display: block;
  color: var(--loe-charcoal);
  font-family: var(--loe-font-display);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}

.loe-section-cta.loe-cta {
  border-top: 1px solid rgba(212, 180, 131, .18);
  border-bottom: 1px solid rgba(212, 180, 131, .12);
}

@media (max-width: 768px) {
  .loe-related-grid { grid-template-columns: 1fr; }
}


/* Approved Home UX — honest launch sections */
.loe-overlay-cards-section .loe-section-intro {
  margin-top: -28px;
  margin-bottom: 46px;
}

.loe-detail-promise {
  background: var(--loe-deep);
}

.loe-detail-promise .loe-section-header h2,
.loe-detail-promise .loe-section-header h3 {
  color: var(--loe-warm-white);
}

.loe-detail-promise .loe-section-header .loe-eyebrow,
.loe-detail-promise .loe-eyebrow {
  color: var(--loe-gold-light);
}

.loe-detail-promise .loe-section-intro,
.loe-section-intro-dark {
  color: rgba(250,247,243,.66);
}

.loe-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #2A2520;
  max-width: 1060px;
  margin: 0 auto;
}

.loe-detail-card {
  background: var(--loe-deep);
  padding: 34px 28px;
  min-height: 178px;
  border: 1px solid rgba(250,247,243,.025);
}

.loe-detail-number {
  display: block;
  margin-bottom: 16px;
  font-family: var(--loe-font-display);
  font-size: 27px;
  color: var(--loe-gold-light);
  line-height: 1;
}

.loe-detail-card h3 {
  color: var(--loe-warm-white);
  margin-bottom: 10px;
  font-size: 21px;
}

.loe-detail-card p {
  color: rgba(250,247,243,.58);
  font-size: 13px;
  line-height: 1.7;
}

.loe-destination-clients {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  background: var(--loe-beige);
}

.loe-destination-reverse .loe-destination-image {
  order: 2;
}

.loe-destination-image {
  min-height: 520px;
}

.loe-destination-copy {
  padding: 82px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.loe-destination-copy h2 {
  margin-bottom: 20px;
  max-width: 640px;
}

.loe-destination-copy p {
  max-width: 590px;
}

.loe-destination-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  margin-top: 30px;
  max-width: 560px;
}

.loe-destination-points span {
  background: rgba(250,247,243,.62);
  border: 1px solid var(--loe-beige-mid);
  padding: 13px 15px;
  color: var(--loe-charcoal);
  font-size: 12px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.loe-destination-points span::before {
  content: '✦';
  margin-right: 8px;
  color: var(--loe-gold);
}

.loe-cyprus-settings {
  background: var(--loe-warm-white);
}

.loe-settings-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  grid-template-rows: repeat(2, minmax(210px, 1fr));
  gap: 24px;
}

.loe-setting-card {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  background: var(--loe-beige-dark);
}

.loe-setting-large {
  grid-row: span 2;
  min-height: 480px;
}

.loe-setting-image {
  position: absolute;
  inset: 0;
  min-height: 100%;
  height: 100%;
  width: 100%;
}

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

.loe-setting-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26,20,16,.78), rgba(26,20,16,.06) 64%);
  z-index: 1;
}

.loe-setting-content {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 26px;
  z-index: 2;
}

.loe-setting-content h3 {
  color: var(--loe-warm-white);
  font-size: 24px;
  margin-bottom: 8px;
}

.loe-setting-content p {
  color: rgba(250,247,243,.74);
  max-width: 430px;
}

.loe-brand-promise {
  text-align: center;
  background: var(--loe-beige);
}

.loe-brand-promise blockquote {
  max-width: 860px;
  margin: 0 auto 24px;
  font-family: var(--loe-font-display);
  font-size: clamp(23px, 3vw, 31px);
  font-style: italic;
  line-height: 1.52;
  color: var(--loe-charcoal);
}

.loe-brand-promise p {
  max-width: 680px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .loe-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .loe-settings-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .loe-setting-large {
    grid-row: auto;
  }
}

@media (max-width: 768px) {
  .loe-detail-grid,
  .loe-destination-points {
    grid-template-columns: 1fr;
  }

  .loe-destination-clients {
    grid-template-columns: 1fr;
  }

  .loe-destination-reverse .loe-destination-image {
    order: 0;
  }

  .loe-destination-image {
    min-height: 320px;
  }

  .loe-destination-copy {
    padding: 56px 24px;
  }

  .loe-detail-card {
    min-height: auto;
  }

  .loe-setting-card,
  .loe-setting-large {
    min-height: 260px;
  }
}

/* V2.6 Design Studio — curated beige-based skins and UX controls */
.loe-page.loe-skin-classic-lumiere {
  --loe-beige: #F2EBE0;
  --loe-beige-mid: #E5D9C8;
  --loe-beige-dark: #D9CABB;
  --loe-warm-white: #FAF7F3;
  --loe-gold: #B89A6A;
  --loe-gold-light: #D4B483;
  --loe-gold-deep: #9A7D50;
  --loe-charcoal: #2C2C2C;
  --loe-muted: #8A7E72;
  --loe-deep: #1A1410;
}

.loe-page.loe-skin-champagne-editorial {
  --loe-beige: #F4EEE4;
  --loe-beige-mid: #E8DDCB;
  --loe-beige-dark: #DCCCB7;
  --loe-warm-white: #FBF8F1;
  --loe-gold: #B5965F;
  --loe-gold-light: #D7BD88;
  --loe-gold-deep: #8F7246;
  --loe-charcoal: #26211D;
  --loe-muted: #877A6B;
  --loe-deep: #17110D;
}

.loe-page.loe-skin-soft-sand {
  --loe-beige: #F6EFE6;
  --loe-beige-mid: #EDE2D3;
  --loe-beige-dark: #DFCFBC;
  --loe-warm-white: #FCF9F4;
  --loe-gold: #AF9468;
  --loe-gold-light: #D1B78C;
  --loe-gold-deep: #8A714F;
  --loe-charcoal: #302D2A;
  --loe-muted: #8F8377;
  --loe-deep: #201812;
}

.loe-page.loe-skin-mediterranean-villa {
  --loe-beige: #F1E7D7;
  --loe-beige-mid: #E4D2BB;
  --loe-beige-dark: #D3BFA5;
  --loe-warm-white: #FAF5ED;
  --loe-gold: #B78F5A;
  --loe-gold-light: #D2AE78;
  --loe-gold-deep: #8C6740;
  --loe-charcoal: #2D251F;
  --loe-muted: #88786A;
  --loe-deep: #1B130E;
}

.loe-page.loe-skin-evening-luxe {
  --loe-beige: #EDE2D2;
  --loe-beige-mid: #D8C5AD;
  --loe-beige-dark: #C7AF93;
  --loe-warm-white: #F7F1E8;
  --loe-gold: #C1A06B;
  --loe-gold-light: #E1C28A;
  --loe-gold-deep: #9A7546;
  --loe-charcoal: #241E19;
  --loe-muted: #A39280;
  --loe-deep: #120D09;
}

/* Skin mood refinements */
.loe-page.loe-skin-champagne-editorial .loe-section-header,
.loe-page.loe-skin-champagne-editorial .loe-narrow { max-width: 820px; }
.loe-page.loe-skin-champagne-editorial .loe-section-header h2 { letter-spacing: -0.025em; }
.loe-page.loe-skin-champagne-editorial .loe-label { border-style: solid; background: transparent; }

.loe-page.loe-skin-soft-sand .loe-icon-card,
.loe-page.loe-skin-soft-sand .loe-expanded-service-card,
.loe-page.loe-skin-soft-sand .loe-portfolio-card,
.loe-page.loe-skin-soft-sand .loe-venue-card,
.loe-page.loe-skin-soft-sand .loe-stay-card { border-color: rgba(184,154,106,.22); }

.loe-page.loe-skin-mediterranean-villa .loe-hero-overlay,
.loe-page.loe-skin-mediterranean-villa .loe-card-overlay,
.loe-page.loe-skin-mediterranean-villa .loe-setting-overlay { background: linear-gradient(to top, rgba(38,27,18,.76), rgba(38,27,18,.08)); }

.loe-page.loe-skin-evening-luxe { background: var(--loe-deep); }
.loe-page.loe-skin-evening-luxe .loe-tone-beige,
.loe-page.loe-skin-evening-luxe .loe-tone-warm-white { background: var(--loe-beige); }
.loe-page.loe-skin-evening-luxe .loe-cta { background: var(--loe-deep); }

/* Button styles */
.loe-page.loe-button-outlined-gold .loe-btn-primary {
  background: transparent;
  border-color: var(--loe-gold);
  color: var(--loe-gold-deep);
}
.loe-page.loe-button-outlined-gold .loe-tone-charcoal .loe-btn-primary,
.loe-page.loe-button-outlined-gold .loe-tone-deep .loe-btn-primary,
.loe-page.loe-button-outlined-gold .loe-hero .loe-btn-primary {
  color: var(--loe-gold-light);
  border-color: var(--loe-gold-light);
}
.loe-page.loe-button-outlined-gold .loe-btn-primary:hover { background: var(--loe-gold); color: var(--loe-deep); }

.loe-page.loe-button-soft-pill .loe-btn,
.loe-page.loe-button-soft-pill .loe-text-link { border-radius: 999px; }

.loe-page.loe-button-editorial-underline .loe-btn {
  min-height: unset;
  padding: 0 0 5px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--loe-gold);
}
.loe-page.loe-button-editorial-underline .loe-hero .loe-btn,
.loe-page.loe-button-editorial-underline .loe-tone-charcoal .loe-btn,
.loe-page.loe-button-editorial-underline .loe-tone-deep .loe-btn { color: var(--loe-gold-light); }

/* Card styles */
.loe-page.loe-card-flat-editorial .loe-icon-card,
.loe-page.loe-card-flat-editorial .loe-expanded-service-card,
.loe-page.loe-card-flat-editorial .loe-detail-card,
.loe-page.loe-card-flat-editorial .loe-portfolio-card,
.loe-page.loe-card-flat-editorial .loe-venue-card,
.loe-page.loe-card-flat-editorial .loe-stay-card {
  box-shadow: none !important;
  border-color: var(--loe-beige-mid);
}

.loe-page.loe-card-gold-top-border .loe-icon-card,
.loe-page.loe-card-gold-top-border .loe-expanded-service-card,
.loe-page.loe-card-gold-top-border .loe-detail-card,
.loe-page.loe-card-gold-top-border .loe-portfolio-card,
.loe-page.loe-card-gold-top-border .loe-venue-card,
.loe-page.loe-card-gold-top-border .loe-stay-card {
  border-top: 3px solid var(--loe-gold);
}

.loe-page.loe-card-image-overlay .loe-event-card,
.loe-page.loe-card-image-overlay .loe-setting-card,
.loe-page.loe-card-image-overlay .loe-portfolio-card { box-shadow: 0 22px 52px rgba(26,20,16,.10); }

/* Global spacing rhythm */
.loe-page.loe-design-spacing-compact .loe-padded { padding-top: 54px; padding-bottom: 54px; }
.loe-page.loe-design-spacing-balanced .loe-padded { padding-top: 76px; padding-bottom: 76px; }
.loe-page.loe-design-spacing-generous .loe-padded { padding-top: 104px; padding-bottom: 104px; }
.loe-page.loe-design-spacing-generous .loe-section-header { margin-bottom: 58px; }
.loe-page.loe-design-spacing-compact .loe-section-header { margin-bottom: 36px; }

/* Image moods */
.loe-page.loe-image-mood-warm :where(.loe-image-fill,.loe-image-figure img,.loe-event-image img,.loe-setting-image img) {
  filter: sepia(.08) saturate(1.04) contrast(.98);
}
.loe-page.loe-image-mood-soft-beige-overlay :where(.loe-image-fill,.loe-image-figure img,.loe-event-image img,.loe-setting-image img) {
  filter: sepia(.12) saturate(.92) brightness(1.03);
}
.loe-page.loe-image-mood-evening-contrast :where(.loe-image-fill,.loe-image-figure img,.loe-event-image img,.loe-setting-image img) {
  filter: contrast(1.08) saturate(.95) brightness(.94);
}

/* CTA styles */
.loe-page.loe-cta-style-centered .loe-cta {
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
.loe-page.loe-cta-style-centered .loe-cta p { margin-left: auto; margin-right: auto; }

.loe-page.loe-cta-style-dark-luxe .loe-cta {
  background: var(--loe-deep);
  border-top: 1px solid rgba(212,180,131,.26);
  border-bottom: 1px solid rgba(212,180,131,.18);
}

.loe-page.loe-cta-style-soft-beige .loe-cta {
  background: var(--loe-beige);
  border-top: 1px solid var(--loe-beige-mid);
  border-bottom: 1px solid var(--loe-beige-mid);
}
.loe-page.loe-cta-style-soft-beige .loe-cta h2 { color: var(--loe-charcoal); }
.loe-page.loe-cta-style-soft-beige .loe-cta p { color: var(--loe-muted); }

@media (max-width: 768px) {
  .loe-page.loe-design-spacing-generous .loe-padded,
  .loe-page.loe-design-spacing-balanced .loe-padded,
  .loe-page.loe-design-spacing-compact .loe-padded { padding-top: 56px; padding-bottom: 56px; }
}


/* V2.6.2 Modern UX Polish Pack — additive and gated by .loe-modern-ux-enabled.
   Elementor header/footer are not targeted here. */
.loe-modern-ux-enabled {
  --loe-modern-ease: cubic-bezier(.22, .61, .36, 1);
  --loe-modern-shadow: 0 22px 52px rgba(26,20,16,.10);
  --loe-modern-soft-shadow: 0 12px 34px rgba(26,20,16,.08);
  --loe-modern-card-border: rgba(184,154,106,.28);
}

/* Premium hero polish — keeps the V2.6 look, but gives the first fold more presence. */
.loe-modern-ux-enabled.loe-modern-hero-polish .loe-hero-home {
  min-height: min(820px, 86vh);
  height: max(720px, 78vh);
}

.loe-modern-ux-enabled.loe-modern-hero-polish .loe-hero-overlay {
  background:
    radial-gradient(circle at 18% 72%, rgba(184,154,106,.14), transparent 34%),
    linear-gradient(to right, rgba(26,20,16,.72) 0%, rgba(26,20,16,.48) 42%, rgba(26,20,16,.18) 100%),
    linear-gradient(to top, rgba(26,20,16,.82) 0%, rgba(26,20,16,.18) 66%);
}

.loe-modern-ux-enabled.loe-modern-hero-polish .loe-hero-content {
  padding-bottom: clamp(72px, 9vh, 108px);
  max-width: 720px;
}

.loe-modern-ux-enabled.loe-modern-hero-polish .loe-hero h1 {
  font-size: clamp(44px, 6vw, 74px);
  line-height: .98;
  letter-spacing: -.035em;
  text-shadow: 0 14px 40px rgba(0,0,0,.35);
}

.loe-modern-ux-enabled.loe-modern-hero-polish .loe-hero-copy {
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.78;
  max-width: 590px;
  color: rgba(250,247,243,.88) !important;
  text-shadow: 0 8px 26px rgba(0,0,0,.28);
}

.loe-modern-ux-enabled.loe-modern-scroll-cue .loe-hero-home::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 3;
  width: 1px;
  height: 42px;
  background: linear-gradient(to bottom, rgba(212,180,131,.0), rgba(212,180,131,.9), rgba(212,180,131,.0));
  transform: translateX(-50%);
  opacity: .85;
  animation: loeScrollCue 2.4s ease-in-out infinite;
}

@keyframes loeScrollCue {
  0%, 100% { transform: translateX(-50%) translateY(-6px); opacity: .28; }
  50% { transform: translateX(-50%) translateY(7px); opacity: .9; }
}

/* Editorial container rhythm and section polish. */
.loe-modern-ux-enabled .loe-padded {
  padding-top: clamp(70px, 7vw, 104px);
  padding-bottom: clamp(70px, 7vw, 104px);
}

.loe-modern-ux-enabled .loe-container {
  width: min(1220px, calc(100% - 96px));
}

.loe-modern-ux-enabled .loe-section-header {
  margin-bottom: 46px;
}

.loe-modern-ux-enabled .loe-section-header h2,
.loe-modern-ux-enabled .loe-narrow h1,
.loe-modern-ux-enabled .loe-page-hero h1 {
  letter-spacing: -.02em;
}

/* Luxury buttons: more tactile, still V2.6 beige/gold. */
.loe-modern-ux-enabled .loe-btn,
.loe-modern-ux-enabled .loe-button,
.loe-modern-ux-enabled .loe-submit,
.loe-modern-ux-enabled button[type="submit"] {
  transition: transform .28s var(--loe-modern-ease), box-shadow .28s var(--loe-modern-ease), background .28s ease, color .28s ease, border-color .28s ease;
}

.loe-modern-ux-enabled .loe-btn:hover,
.loe-modern-ux-enabled .loe-button:hover,
.loe-modern-ux-enabled .loe-submit:hover,
.loe-modern-ux-enabled button[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(184,154,106,.22);
}

.loe-modern-ux-enabled .loe-button-row {
  gap: 14px;
}

/* Card and tile polish. */
.loe-modern-ux-enabled.loe-modern-card-polish :where(.loe-icon-card,.loe-team-card,.loe-venue-card,.loe-stay-card,.loe-blog-card,.loe-portfolio-card,.loe-detail-card,.loe-addons-card) {
  transition: transform .35s var(--loe-modern-ease), box-shadow .35s var(--loe-modern-ease), border-color .35s ease;
}

.loe-modern-ux-enabled.loe-modern-card-polish :where(.loe-icon-card,.loe-team-card,.loe-venue-card,.loe-stay-card,.loe-blog-card,.loe-portfolio-card,.loe-detail-card,.loe-addons-card):hover {
  transform: translateY(-4px);
  box-shadow: var(--loe-modern-soft-shadow);
  border-color: var(--loe-modern-card-border);
}

.loe-modern-ux-enabled.loe-modern-card-polish .loe-event-card,
.loe-modern-ux-enabled.loe-modern-card-polish .loe-setting-card,
.loe-modern-ux-enabled.loe-modern-card-polish .loe-portfolio-card {
  border-radius: 0;
  box-shadow: 0 18px 45px rgba(26,20,16,.09);
}

.loe-modern-ux-enabled.loe-modern-card-polish .loe-event-label h3,
.loe-modern-ux-enabled.loe-modern-card-polish .loe-setting-content h3 {
  text-shadow: 0 10px 26px rgba(0,0,0,.45);
}

/* Image behaviour: elegant, slow, not flashy. */
.loe-modern-ux-enabled.loe-modern-hover-gentle-zoom :where(.loe-event-image,.loe-setting-image img,.loe-image-fill,.loe-feature-image img,.loe-venue-card img,.loe-stay-card img,.loe-portfolio-card img) {
  transition: transform 1.15s var(--loe-modern-ease), filter .55s ease;
}

.loe-modern-ux-enabled.loe-modern-hover-gentle-zoom :where(.loe-event-card,.loe-setting-card,.loe-venue-card,.loe-stay-card,.loe-portfolio-card):hover :where(.loe-event-image,.loe-setting-image img,img) {
  transform: scale(1.045);
}

.loe-modern-ux-enabled.loe-modern-hover-soft-lift :where(.loe-event-card,.loe-setting-card,.loe-venue-card,.loe-stay-card,.loe-portfolio-card):hover {
  transform: translateY(-4px);
}

/* CTA polish — intentional invitation rather than flat block. */
.loe-modern-ux-enabled.loe-modern-cta-polish .loe-cta {
  position: relative;
  overflow: hidden;
  min-height: 220px;
}

.loe-modern-ux-enabled.loe-modern-cta-polish .loe-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 86% 20%, rgba(212,180,131,.16), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.04), transparent);
  pointer-events: none;
}

.loe-modern-ux-enabled.loe-modern-cta-polish .loe-cta > * {
  position: relative;
  z-index: 1;
}

.loe-modern-ux-enabled.loe-modern-cta-polish .loe-cta h2 {
  font-size: clamp(30px, 3.5vw, 46px);
}

/* Services strip and chips: cleaner touch-friendly luxury. */
.loe-modern-ux-enabled .loe-service-pill,
.loe-modern-ux-enabled .loe-chip-grid span,
.loe-modern-ux-enabled .loe-filter-btn {
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s var(--loe-modern-ease);
}

.loe-modern-ux-enabled .loe-service-pill:hover,
.loe-modern-ux-enabled .loe-chip-grid span:hover,
.loe-modern-ux-enabled .loe-filter-btn:hover {
  transform: translateY(-2px);
}

/* Contact form polish. */
.loe-modern-ux-enabled :where(input,select,textarea) {
  transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}

.loe-modern-ux-enabled :where(input,select,textarea):focus {
  outline: none;
  border-color: var(--loe-gold) !important;
  box-shadow: 0 0 0 3px rgba(184,154,106,.16);
}

/* Floating WhatsApp / enquiry button. */
.loe-floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 999;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 18px;
  background: var(--loe-gold);
  color: var(--loe-deep) !important;
  border: 1px solid rgba(250,247,243,.22);
  box-shadow: 0 18px 40px rgba(26,20,16,.22);
  font-size: 12px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  transition: transform .28s var(--loe-modern-ease), box-shadow .28s var(--loe-modern-ease), background .28s ease;
}

.loe-floating-whatsapp span {
  color: var(--loe-deep);
}

.loe-floating-whatsapp:hover {
  transform: translateY(-3px);
  background: var(--loe-gold-light);
  box-shadow: 0 22px 50px rgba(26,20,16,.28);
}

.loe-floating-mobile-only {
  display: none;
}

/* Safe UI presets — subtle only, not a redesign. */
.loe-modern-preset-modern-editorial {
  --loe-modern-shadow: 0 18px 48px rgba(26,20,16,.08);
}

.loe-modern-preset-cinematic-luxe.loe-modern-hero-polish .loe-hero-overlay {
  background:
    radial-gradient(circle at 20% 75%, rgba(212,180,131,.16), transparent 32%),
    linear-gradient(to right, rgba(26,20,16,.78) 0%, rgba(26,20,16,.52) 45%, rgba(26,20,16,.24) 100%),
    linear-gradient(to top, rgba(26,20,16,.86) 0%, rgba(26,20,16,.22) 68%);
}

.loe-modern-preset-soft-destination .loe-padded {
  padding-top: clamp(78px, 7.5vw, 112px);
  padding-bottom: clamp(78px, 7.5vw, 112px);
}

/* Scroll reveal: only active after JS adds .loe-reveal-init, so content stays visible if JS fails. */
.loe-reveal-init.loe-modern-animation-soft-fade-up .loe-section,
.loe-reveal-init.loe-modern-animation-subtle-slide .loe-section,
.loe-reveal-init.loe-modern-animation-fade-in .loe-section {
  opacity: 0;
  transition: opacity .7s var(--loe-modern-ease), transform .7s var(--loe-modern-ease);
}

.loe-reveal-init.loe-modern-animation-soft-fade-up .loe-section {
  transform: translateY(22px);
}

.loe-reveal-init.loe-modern-animation-subtle-slide .loe-section {
  transform: translateY(12px);
}

.loe-reveal-init.loe-modern-animation-fade-in .loe-section {
  transform: none;
}

.loe-reveal-init .loe-section.is-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Mobile-first experience for social traffic. */
@media (max-width: 900px) {
  .loe-modern-ux-enabled.loe-modern-hero-polish .loe-hero-home {
    min-height: 680px;
    height: 78vh;
  }

  .loe-modern-ux-enabled.loe-modern-hero-polish .loe-hero-content {
    margin-left: 0;
    width: min(100% - 44px, 680px);
    padding-bottom: 78px;
  }

  .loe-modern-ux-enabled.loe-modern-hero-polish .loe-hero h1 {
    font-size: clamp(38px, 11vw, 58px);
    line-height: 1.02;
  }

  .loe-modern-ux-enabled .loe-container {
    width: min(100% - 44px, 1220px);
  }

  .loe-modern-ux-enabled.loe-modern-mobile-polish .loe-padded {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .loe-modern-ux-enabled.loe-modern-mobile-polish .loe-button-row {
    gap: 12px;
  }

  .loe-modern-ux-enabled.loe-modern-mobile-polish .loe-btn {
    width: 100%;
    justify-content: center;
  }

  .loe-floating-mobile-only {
    display: inline-flex;
  }
}

@media (min-width: 901px) {
  .loe-floating-mobile-only {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .loe-modern-ux-enabled *,
  .loe-modern-ux-enabled *::before,
  .loe-modern-ux-enabled *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .loe-reveal-init .loe-section {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* V2.6.3 Functional Conversion Tools — inactive unless explicitly enabled in settings.
   These rules do not alter existing V2.6.2 sections, hero, cards, CTA, header, or footer. */
.loe-cookie-root,
.loe-concierge-root {
  --loe-tool-bg: #FAF7F3;
  --loe-tool-ink: #241E18;
  --loe-tool-body: #6F6256;
  --loe-tool-gold: #B89A6A;
  --loe-tool-gold-deep: #9A7D50;
  --loe-tool-border: #D8C8B4;
  font-family: var(--loe-font-body, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif);
  color: var(--loe-tool-ink);
}

.loe-cookie-root[hidden],
.loe-cookie-modal[hidden],
.loe-concierge-root[hidden] { display: none !important; }

.loe-cookie-banner {
  position: fixed;
  z-index: 100000;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  background: var(--loe-tool-bg);
  color: var(--loe-tool-ink);
  border: 1px solid var(--loe-tool-border);
  box-shadow: 0 18px 52px rgba(26,20,16,.16);
  padding: 18px 20px;
}

.loe-cookie-bottom { left: 18px; right: 18px; bottom: 18px; }
.loe-cookie-bottom-left { left: 18px; bottom: 18px; width: min(520px, calc(100vw - 36px)); grid-template-columns: 1fr; }
.loe-cookie-bottom-right { right: 18px; bottom: 18px; width: min(520px, calc(100vw - 36px)); grid-template-columns: 1fr; }
.loe-cookie-copy strong { display: block; font-family: var(--loe-font-display, Georgia, 'Times New Roman', serif); font-size: 20px; font-weight: 400; margin-bottom: 4px; }
.loe-cookie-copy p { margin: 0; color: var(--loe-tool-body); font-size: 13px; line-height: 1.65; }
.loe-cookie-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.loe-cookie-links a { color: var(--loe-tool-gold-deep); font-size: 12px; text-decoration: underline; text-underline-offset: 3px; }
.loe-cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; justify-content: flex-end; }
.loe-cookie-btn,
.loe-cookie-link-btn,
.loe-cookie-preferences-link {
  appearance: none;
  border-radius: 0;
  cursor: pointer;
  font: inherit;
}
.loe-cookie-btn {
  border: 1px solid var(--loe-tool-gold);
  background: var(--loe-tool-gold);
  color: #1A1410;
  padding: 11px 15px;
  font-size: 11px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 700;
}
.loe-cookie-secondary { background: transparent; color: var(--loe-tool-gold-deep); }
.loe-cookie-link-btn,
.loe-cookie-preferences-link {
  border: 0;
  background: transparent;
  color: var(--loe-tool-gold-deep);
  padding: 8px 4px;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-size: 12px;
}
.loe-cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 100001;
  display: grid;
  place-items: center;
  background: rgba(26,20,16,.48);
  padding: 22px;
}
.loe-cookie-panel {
  position: relative;
  width: min(560px, 100%);
  max-height: min(720px, 92vh);
  overflow: auto;
  background: var(--loe-tool-bg);
  border: 1px solid var(--loe-tool-border);
  box-shadow: 0 24px 72px rgba(26,20,16,.24);
  padding: 30px;
}
.loe-cookie-panel h2 { margin: 0 0 8px; font-family: var(--loe-font-display, Georgia, 'Times New Roman', serif); font-size: 30px; font-weight: 400; }
.loe-cookie-panel p { margin: 0 0 18px; color: var(--loe-tool-body); font-size: 14px; line-height: 1.7; }
.loe-cookie-close {
  position: absolute;
  right: 14px;
  top: 10px;
  border: 0;
  background: transparent;
  color: var(--loe-tool-ink);
  font-size: 28px;
  cursor: pointer;
}
.loe-cookie-options { display: grid; gap: 10px; margin-bottom: 20px; }
.loe-cookie-options label { display: flex; justify-content: space-between; gap: 16px; align-items: center; border: 1px solid var(--loe-tool-border); padding: 14px; background: rgba(255,255,255,.34); }
.loe-cookie-options strong { display: block; font-size: 13px; }
.loe-cookie-options small { display: block; color: var(--loe-tool-body); font-size: 12px; line-height: 1.45; margin-top: 3px; }

.loe-concierge-root {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  padding: 24px;
}
.loe-concierge-backdrop { position: absolute; inset: 0; background: rgba(26,20,16,.54); }
.loe-concierge-panel {
  position: relative;
  z-index: 1;
  width: min(640px, 100%);
  max-height: min(760px, 92vh);
  overflow: auto;
  background: var(--loe-tool-bg);
  border: 1px solid var(--loe-tool-border);
  box-shadow: 0 28px 82px rgba(26,20,16,.28);
  padding: clamp(26px, 4vw, 42px);
}
.loe-concierge-close {
  position: absolute;
  right: 14px;
  top: 10px;
  border: 0;
  background: transparent;
  color: var(--loe-tool-ink);
  font-size: 28px;
  cursor: pointer;
}
.loe-concierge-eyebrow { margin: 0 0 10px; color: var(--loe-tool-gold-deep); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; }
.loe-concierge-panel h2 { margin: 0 0 12px; font-family: var(--loe-font-display, Georgia, 'Times New Roman', serif); font-size: clamp(30px, 4vw, 42px); font-weight: 400; line-height: 1.1; }
.loe-concierge-panel p { margin: 0 0 20px; color: var(--loe-tool-body); font-size: 14px; line-height: 1.75; }
.loe-concierge-form { display: grid; gap: 13px; }
.loe-concierge-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.loe-concierge-form label { display: grid; gap: 6px; color: var(--loe-tool-ink); font-size: 12px; letter-spacing: .8px; text-transform: uppercase; font-weight: 700; }
.loe-concierge-form input,
.loe-concierge-form select,
.loe-concierge-form textarea {
  width: 100%;
  border: 1px solid var(--loe-tool-border);
  background: #fff;
  color: var(--loe-tool-ink);
  padding: 12px 13px;
  font: inherit;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0;
}
.loe-concierge-submit {
  margin-top: 4px;
  border: 1px solid var(--loe-tool-gold);
  background: var(--loe-tool-gold);
  color: #1A1410;
  padding: 13px 18px;
  font: inherit;
  font-size: 12px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 800;
  cursor: pointer;
}
.loe-concierge-secondary {
  border: 0;
  background: transparent;
  color: var(--loe-tool-gold-deep);
  padding: 8px;
  font: inherit;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

@media (min-width: 769px) { .loe-concierge-hide-desktop { display: none !important; } }
@media (max-width: 768px) {
  .loe-cookie-banner { left: 12px; right: 12px; bottom: 12px; grid-template-columns: 1fr; padding: 16px; }
  .loe-cookie-actions { justify-content: stretch; }
  .loe-cookie-actions > * { flex: 1 1 auto; }
  .loe-cookie-panel { padding: 24px 18px; }
  .loe-concierge-root { align-items: end; padding: 0; }
  .loe-concierge-panel { width: 100%; max-height: 88vh; border-left: 0; border-right: 0; border-bottom: 0; }
  .loe-concierge-grid { grid-template-columns: 1fr; }
  .loe-concierge-hide-mobile { display: none !important; }
}

/* V2.6.4 Media Showcase Suite — renders only when a media section is enabled and has a YouTube URL. */
.loe-media-showcase { background: var(--loe-warm-white); }
.loe-media-showcase .loe-section-intro { max-width: 720px; margin: -24px auto 42px; text-align: center; }
.loe-media-feature {
  width: min(1080px, calc(100% - 96px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(260px, .75fr);
  gap: 0;
  background: var(--loe-beige);
  border: 1px solid rgba(184,154,106,.22);
  box-shadow: 0 24px 70px rgba(26,20,16,.08);
}
.loe-media-main-card,
.loe-media-card {
  display: block;
  position: relative;
  overflow: hidden;
  background: var(--loe-deep);
  color: var(--loe-warm-white) !important;
}
.loe-media-thumb {
  display: block;
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 220px;
  overflow: hidden;
  background: var(--loe-beige-dark);
}
.loe-media-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.loe-media-main-card:hover .loe-media-thumb img,
.loe-media-card:hover .loe-media-thumb img { transform: scale(1.035); }
.loe-media-thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26,20,16,.72), rgba(26,20,16,.06));
}
.loe-media-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 72px;
  height: 72px;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  background: rgba(250,247,243,.92);
  color: var(--loe-gold-deep);
  font-size: 24px;
  line-height: 1;
  box-shadow: 0 12px 38px rgba(26,20,16,.22);
}
.loe-media-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 24px;
}
.loe-media-caption span {
  display: block;
  margin-bottom: 7px;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--loe-gold-light);
}
.loe-media-caption strong {
  display: block;
  font-family: var(--loe-font-display);
  font-weight: 400;
  font-size: clamp(21px, 2.4vw, 32px);
  line-height: 1.15;
  color: var(--loe-warm-white);
}
.loe-media-feature-copy {
  padding: 42px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}
.loe-media-feature-copy h3 { font-size: clamp(24px, 2.5vw, 34px); }
.loe-media-feature-copy .loe-text-link { align-self: flex-start; }
.loe-media-grid {
  width: min(1080px, calc(100% - 96px));
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.loe-media-card .loe-media-caption { padding: 18px; }
.loe-media-card .loe-media-caption strong { font-size: 20px; }
.loe-media-placeholder { display: grid; place-items: center; height: 100%; min-height: 220px; padding: 24px; color: var(--loe-muted); background: var(--loe-beige-dark); text-align: center; }
.loe-video-lightbox[hidden] { display: none; }
.loe-video-lightbox { position: fixed; inset: 0; z-index: 99999; display: grid; place-items: center; padding: 32px; }
.loe-video-backdrop { position: absolute; inset: 0; background: rgba(18,14,11,.84); backdrop-filter: blur(8px); }
.loe-video-dialog { position: relative; z-index: 2; width: min(1080px, 94vw); background: #000; box-shadow: 0 24px 90px rgba(0,0,0,.45); }
.loe-video-frame { aspect-ratio: 16 / 9; }
.loe-video-frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.loe-video-close { position: absolute; right: -14px; top: -44px; width: 36px; height: 36px; border: 1px solid rgba(212,180,131,.55); border-radius: 999px; background: rgba(26,20,16,.88); color: #FAF7F3; cursor: pointer; font-size: 24px; line-height: 1; }
html.loe-video-open { overflow: hidden; }
@media (max-width: 900px) {
  .loe-media-feature { width: min(100% - 44px, 680px); grid-template-columns: 1fr; }
  .loe-media-grid { width: min(100% - 44px, 680px); grid-template-columns: 1fr; }
  .loe-media-feature-copy { padding: 30px 24px; }
  .loe-media-play { width: 58px; height: 58px; font-size: 20px; }
}

/* V2.6.5 Venue Detail Pages — additive only, does not alter existing page-body baseline. */
.loe-venue-card .loe-venue-image-link{display:block;color:inherit;text-decoration:none;overflow:hidden}
.loe-venue-card h3 a{color:inherit;text-decoration:none}
.loe-venue-card h3 a:hover{color:var(--loe-gold-deep,#9A7D50)}
.loe-venue-label{display:inline-flex;margin:0 0 10px;padding:5px 9px;border:1px solid rgba(184,154,106,.28);background:rgba(250,247,243,.72);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--loe-gold-deep,#9A7D50)}
.loe-venue-explore{display:inline-flex;margin-top:14px;font-size:12px;letter-spacing:.16em;text-transform:uppercase}
.loe-venue-detail-page{background:var(--loe-beige,#F2EBE0);color:var(--loe-charcoal,#241E18)}
.loe-venue-detail-hero{position:relative;min-height:620px;display:flex;align-items:flex-end;overflow:hidden;background:#1A1410;color:#FAF7F3}
.loe-venue-detail-hero-media{position:absolute;inset:0;background-size:cover;background-position:center center;transform:scale(1.01)}
.loe-venue-detail-hero .loe-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(26,20,16,.78),rgba(26,20,16,.36) 48%,rgba(26,20,16,.18));z-index:1}
.loe-venue-detail-hero-content{position:relative;z-index:2;width:100%;padding-top:120px;padding-bottom:90px;max-width:720px;margin-left:0}
.loe-venue-detail-hero h1{color:#FAF7F3;font-size:clamp(46px,6vw,82px);line-height:.95;margin:0 0 22px;text-shadow:0 14px 40px rgba(0,0,0,.35)}
.loe-venue-detail-hero .loe-hero-copy{max-width:620px;color:#F2EBE0;font-size:18px;line-height:1.7}
.loe-venue-detail-intro-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:64px;align-items:start}
.loe-venue-detail-intro h2,.loe-venue-detail-best h2,.loe-venue-detail-panels h2,.loe-venue-detail-gallery h2{font-family:Georgia,'Times New Roman',serif;color:var(--loe-charcoal,#241E18)}
.loe-venue-glance-card{background:#FAF7F3;border:1px solid rgba(184,154,106,.28);padding:34px;box-shadow:0 22px 60px rgba(26,20,16,.07)}
.loe-venue-glance-card h3{margin:0 0 22px;font-family:Georgia,'Times New Roman',serif;font-size:30px;color:#241E18}
.loe-venue-fact{padding:16px 0;border-top:1px solid rgba(184,154,106,.24)}
.loe-venue-fact span{display:block;margin-bottom:6px;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:#9A7D50}
.loe-venue-fact strong{display:block;font-weight:400;line-height:1.55;color:#4B4036}
.loe-venue-detail-panel-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.loe-venue-detail-panel-grid article{background:#FAF7F3;border:1px solid rgba(184,154,106,.22);padding:32px;min-height:100%}
.loe-venue-detail-panel-grid h3{margin:0 0 18px;font-family:Georgia,'Times New Roman',serif;font-size:25px;color:#241E18}
.loe-venue-detail-panel-grid .loe-mini-list{margin:0;padding-left:18px;color:#4B4036;line-height:1.7}
.loe-venue-detail-panel-grid .loe-mini-list li{margin-bottom:10px}
.loe-venue-detail-gallery .loe-venue-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.loe-venue-gallery-grid figure{margin:0;min-height:260px;overflow:hidden;background:#E5D9C8}
.loe-venue-gallery-grid img{display:block;width:100%;height:100%;min-height:260px;object-fit:cover}
.loe-venue-detail-cta{margin:0;display:flex;gap:42px;align-items:center;justify-content:space-between;padding:72px 6vw;background:#1A1410;color:#FAF7F3}
.loe-venue-detail-cta h2{color:#FAF7F3;margin:0 0 14px;font-family:Georgia,'Times New Roman',serif;font-size:clamp(34px,4vw,54px)}
.loe-venue-detail-cta p{color:#E8DDCF;max-width:720px}
@media (max-width:900px){.loe-venue-detail-hero{min-height:560px}.loe-venue-detail-hero-content{padding-top:80px;padding-bottom:70px}.loe-venue-detail-intro-grid,.loe-venue-detail-panel-grid{grid-template-columns:1fr;gap:28px}.loe-venue-detail-gallery .loe-venue-gallery-grid{grid-template-columns:1fr 1fr}.loe-venue-detail-cta{display:block;padding:56px 24px}.loe-venue-detail-cta .loe-btn{margin-top:24px}}
@media (max-width:640px){.loe-venue-detail-hero{min-height:500px}.loe-venue-detail-hero .loe-hero-overlay{background:linear-gradient(180deg,rgba(26,20,16,.18),rgba(26,20,16,.72))}.loe-venue-detail-hero h1{font-size:42px}.loe-venue-detail-hero .loe-hero-copy{font-size:16px}.loe-venue-detail-gallery .loe-venue-gallery-grid{grid-template-columns:1fr}.loe-venue-glance-card,.loe-venue-detail-panel-grid article{padding:24px}}


/* V2.6.6 Venue Detail Template Polish — single venue pages only. */
body.loe-single-venue :where(.entry-title,.page-title,.entry-header,.page-header){display:none!important}
.loe-single-venue-template{display:block;width:100%;max-width:none;margin:0;padding:0;background:var(--loe-beige,#F2EBE0)}
.loe-single-venue-template .loe-venue-detail-page{width:100%;max-width:none;margin:0;overflow:hidden}
.loe-single-venue-template .loe-venue-detail-hero{width:100%;margin:0;min-height:680px;align-items:flex-end}
.loe-single-venue-template .loe-venue-detail-hero.loe-venue-hero-height-standard{min-height:620px}
.loe-single-venue-template .loe-venue-detail-hero.loe-venue-hero-height-tall{min-height:700px}
.loe-single-venue-template .loe-venue-detail-hero.loe-venue-hero-height-cinematic{min-height:78vh;max-height:820px}
.loe-single-venue-template .loe-venue-detail-hero-media{background-repeat:no-repeat;background-size:cover;transform:none}
.loe-single-venue-template .loe-venue-detail-hero .loe-hero-overlay{background:linear-gradient(90deg,rgba(26,20,16,.82) 0%,rgba(26,20,16,.62) 32%,rgba(26,20,16,.22) 68%,rgba(26,20,16,.08) 100%)}
.loe-single-venue-template .loe-venue-detail-hero-content{width:min(1320px,calc(100% - 96px));max-width:none;margin:0 auto;padding:150px 0 100px}
.loe-single-venue-template .loe-venue-detail-hero-content :where(h1,.loe-hero-copy,.loe-button-row,.loe-eyebrow){max-width:680px}
.loe-single-venue-template .loe-venue-detail-hero h1{font-size:clamp(54px,6.5vw,96px);line-height:.92;letter-spacing:-.035em}
.loe-single-venue-template .loe-venue-detail-intro,.loe-single-venue-template .loe-venue-detail-panels,.loe-single-venue-template .loe-venue-detail-best,.loe-single-venue-template .loe-venue-detail-gallery{padding-left:0;padding-right:0}
.loe-single-venue-template .loe-venue-detail-intro-grid{grid-template-columns:minmax(0,1.1fr) minmax(360px,.72fr);gap:72px}
.loe-single-venue-template .loe-venue-layout-editorial_centered .loe-venue-detail-hero-content{text-align:center}
.loe-single-venue-template .loe-venue-layout-editorial_centered .loe-venue-detail-hero-content :where(h1,.loe-hero-copy,.loe-button-row,.loe-eyebrow){margin-left:auto;margin-right:auto}
.loe-single-venue-template .loe-venue-layout-editorial_centered .loe-venue-detail-hero .loe-hero-overlay{background:linear-gradient(180deg,rgba(26,20,16,.34),rgba(26,20,16,.78))}
@media(max-width:900px){.loe-single-venue-template .loe-venue-detail-hero,.loe-single-venue-template .loe-venue-detail-hero.loe-venue-hero-height-tall,.loe-single-venue-template .loe-venue-detail-hero.loe-venue-hero-height-cinematic{min-height:620px}.loe-single-venue-template .loe-venue-detail-hero-content{width:calc(100% - 48px);padding:110px 0 76px}.loe-single-venue-template .loe-venue-detail-hero .loe-hero-overlay{background:linear-gradient(180deg,rgba(26,20,16,.2),rgba(26,20,16,.78))}.loe-single-venue-template .loe-venue-detail-intro-grid{grid-template-columns:1fr;gap:32px}.loe-single-venue-template .loe-venue-detail-hero h1{font-size:clamp(42px,12vw,62px)}}
@media(max-width:640px){.loe-single-venue-template .loe-venue-detail-hero,.loe-single-venue-template .loe-venue-detail-hero.loe-venue-hero-height-standard,.loe-single-venue-template .loe-venue-detail-hero.loe-venue-hero-height-tall,.loe-single-venue-template .loe-venue-detail-hero.loe-venue-hero-height-cinematic{min-height:560px}.loe-single-venue-template .loe-venue-detail-hero-content{width:calc(100% - 36px);padding:88px 0 64px}}

/* V2.6.7 Flexible Venue Details — single venue pages only. */
.loe-venue-fact{position:relative}
.loe-venue-fact i{display:inline-grid;place-items:center;width:30px;height:30px;margin:0 0 8px;border:1px solid rgba(184,154,106,.32);border-radius:999px;color:#9A7D50;font-style:normal;font-size:13px;background:#F2EBE0}
.loe-venue-detail-video .loe-section-header{text-align:center;max-width:840px;margin:0 auto 34px}
.loe-venue-detail-video .loe-venue-video-main{width:min(960px,100%);margin:0 auto;box-shadow:0 24px 70px rgba(26,20,16,.11)}
.loe-venue-detail-video .loe-venue-video-grid{margin-top:24px}
.loe-venue-detail-panel-grid article p{color:#4B4036;line-height:1.7;margin:0}
