/* Editorial / luxury layout helpers — loaded when brand.config.extra_stylesheet == "editorial" */

.layout-editorial .glass-panel {
  background: rgba(252, 249, 248, 0.82);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.layout-editorial .ambient-shadow {
  box-shadow: 0 24px 40px rgba(27, 27, 27, 0.04);
}

.layout-editorial .section-hero-gradient {
  position: relative;
}

.layout-editorial .section-hero-gradient::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(0, 65, 53, 0.35) 0%,
    rgba(0, 65, 53, 0.75) 100%
  );
  pointer-events: none;
}

.layout-editorial .font-display {
  font-family: "Noto Serif", Georgia, "Times New Roman", serif;
}

/* Lodi home room strip: cards stay light; room row copy uses brand tokens instead of default jet/orange */
.layout-editorial .lodi-room-grid-section .room-content [class*="text-jet-blue-host"] {
  color: var(--brand-on-surface);
}

.layout-editorial .lodi-room-grid-section .room-content [class*="text-orange-blue-host"] {
  color: var(--brand-primary);
}
