/* Shared styles for SEO editorial landing pages (Phase 2) */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --sand: #E8DFD0; --sand-light: #F5F1EB; --sand-dark: #C4B8A5;
  --sea: #1B3A4B; --sea-light: #2E5A6E; --gold: #C8A96E; --gold-light: #D4BE8E;
  --white: #FEFCF9; --text: #3D3529; --text-light: #6B5D50;
}
html { scroll-behavior: smooth; overflow-x: clip; }
body.lfl-room-page {
  font-family: 'Outfit', sans-serif; color: var(--text);
  background: var(--white); line-height: 1.8;
  overflow-x: clip;
}
#lfl-nav-mount { height: 0; overflow: visible; }
body.lfl-photo-hero-page #navbar:not(.scrolled) {
  background: linear-gradient(180deg, rgba(27, 58, 75, 0.62) 0%, rgba(27, 58, 75, 0.28) 55%, transparent 100%);
  border-bottom: 1px solid rgba(232, 223, 208, 0.1);
  box-shadow: none;
}
body.lfl-photo-hero-page #navbar.scrolled { border-bottom: none; }
img { max-width: 100%; height: auto; display: block; }
.hero {
  position: relative; min-height: min(78vh, 620px);
  display: flex; align-items: center; justify-content: center;
  text-align: center; overflow: hidden; background: var(--sea); margin-top: 0;
}
.hero-bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center center;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(27, 58, 75, 0.48) 0%, rgba(27, 58, 75, 0.22) 42%, rgba(22, 54, 72, 0.36) 100%);
}
.hero-overlay::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 120% 90% at 50% 50%, transparent 30%, rgba(13, 42, 56, 0.28) 100%);
  pointer-events: none;
}
.hero-overlay::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 88% 62% at 50% 48%, rgba(27, 58, 75, 0.42) 0%, transparent 68%);
  pointer-events: none;
}
.hero-waves {
  position: absolute; left: 0; right: 0; bottom: 0; height: 88px;
  pointer-events: none; z-index: 2;
}
.hero-waves svg { width: 100%; height: 100%; display: block; }
.hero-inner {
  position: relative; z-index: 3;
  padding: clamp(7rem, 12vw, 9rem) 2rem 5.5rem; max-width: 760px;
}
.hero-badge {
  display: inline-block; font-size: 0.72rem; letter-spacing: 0.26em;
  text-transform: uppercase; color: var(--gold);
  border: 1px solid rgba(200,169,110,0.45); padding: 0.45rem 1.2rem; margin-bottom: 1.5rem;
  text-shadow: 0 1px 12px rgba(13, 42, 56, 0.45);
}
.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 5.5vw, 3.35rem); font-weight: 300;
  color: var(--white); line-height: 1.12;
  text-shadow: 0 2px 20px rgba(13, 42, 56, 0.55), 0 4px 40px rgba(13, 42, 56, 0.35);
}
.hero-lead {
  margin-top: 1.25rem; font-size: clamp(0.95rem, 2vw, 1.1rem);
  color: rgba(254, 252, 249, 0.92); font-weight: 300;
  max-width: 36em; margin-left: auto; margin-right: auto;
  text-shadow: 0 1px 16px rgba(13, 42, 56, 0.5), 0 2px 32px rgba(13, 42, 56, 0.3);
}
.page-wrap {
  position: relative; max-width: 760px;
  margin: 0 auto; padding: 3.5rem 2rem 0;
}
.page-atmosphere {
  position: absolute; left: 50%; transform: translateX(-50%);
  width: 100vw; top: 0; height: 200px; pointer-events: none; overflow: hidden;
}
.page-atmosphere svg { width: 100%; height: 100%; display: block; }
.page-label {
  font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 0.6rem;
}
h2 {
  font-family: 'Cormorant Garamond', serif; font-size: 1.55rem; font-weight: 400;
  color: var(--sea); margin-bottom: 1.2rem; line-height: 1.25;
}
p { font-size: 0.97rem; color: var(--text-light); font-weight: 300; margin-bottom: 0.9rem; }
p:last-child { margin-bottom: 0; }
/* Editorial inline links — see lfl-editorial-links.css (linked after this file) */
.divider { border: none; border-top: 1px solid var(--sand); margin: 3rem 0; }
.highlight-box {
  background: var(--sand-light); border-left: 3px solid var(--gold);
  padding: 1.2rem 1.4rem; border-radius: 0 4px 4px 0; margin: 1.2rem 0;
}
.highlight-box p { margin: 0; font-size: 0.93rem; }
.trust-strip {
  background: var(--sand-light); border: 1px solid rgba(196,184,165,0.4);
  padding: 1.15rem 1.25rem; margin: 1.5rem 0 0; font-size: 0.88rem;
  color: var(--text-light); line-height: 1.65;
}
.trust-strip strong { color: var(--sea); font-weight: 500; }
.editorial-photo {
  margin: 1.75rem 0; border-radius: 2px; overflow: hidden;
  border: 1px solid rgba(196,184,165,0.35);
}
.editorial-photo img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.editorial-photo figcaption {
  font-size: 0.78rem; color: var(--text-light); padding: 0.65rem 0.85rem;
  background: var(--sand-light); font-weight: 300;
}
.feature-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.2rem; margin-top: 1.5rem;
}
.feature-card {
  background: var(--sand-light); border: 1px solid rgba(196,184,165,0.35);
  padding: 1.25rem 1.2rem;
}
.feature-card h3 {
  font-family: 'Cormorant Garamond', serif; font-size: 1.15rem;
  color: var(--sea); font-weight: 400; margin-bottom: 0.4rem;
}
.feature-card p { font-size: 0.86rem; margin: 0; line-height: 1.65; }
.inline-cta { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.5rem; }
.btn-primary, .btn-outline {
  font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase;
  text-decoration: none; padding: 0.85rem 1.8rem; font-weight: 500;
  transition: background 0.25s, color 0.25s, border-color 0.25s;
}
.btn-primary { background: var(--gold); color: var(--sea); }
.btn-primary:hover { background: var(--gold-light); }
.btn-outline {
  border: 1px solid var(--sand-dark); color: var(--sea); background: transparent;
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.discover-list {
  list-style: none; padding: 0; margin: 0; display: grid; gap: 0.65rem;
}
.discover-list a {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.95rem 1.15rem; background: var(--sand-light);
  border: 1px solid rgba(196,184,165,0.4); text-decoration: none;
  font-size: 0.9rem; color: var(--sea);
}
.discover-list a span.arrow { color: var(--gold); }
.discover-list a:hover { border-color: var(--gold); }
.faq-item { border-bottom: 1px solid var(--sand-dark); }
.faq-item:first-of-type { border-top: 1px solid var(--sand-dark); }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 1.1rem 0;
  font-family: 'Cormorant Garamond', serif; font-size: 1.15rem;
  color: var(--sea); display: flex; justify-content: space-between; gap: 1rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; color: var(--gold); flex-shrink: 0; }
.faq-item[open] summary::after { content: '−'; }
.faq-item p { padding-bottom: 1.1rem; }
.cta-band {
  background: var(--sea); color: var(--sand);
  margin: 0 -2rem; padding: 3rem 2rem; text-align: center;
}
.cta-band h2 { color: var(--sand); margin-bottom: 0.8rem; }
.cta-band p { color: rgba(232,223,208,0.78); max-width: 480px; margin: 0 auto 1.8rem; }
.cta-band .btn-primary { display: inline-block; }
footer {
  background: var(--sea); padding: 1.5rem 2rem; text-align: center;
  font-size: 0.78rem; color: var(--sand-dark); letter-spacing: 0.05em;
}
footer a { color: var(--sand-dark); text-decoration: none; }
footer a:hover { color: var(--sand); }
@media (max-width: 680px) {
  .hero { min-height: min(72vh, 520px); }
  .hero-bg { object-position: center 42%; }
  .hero-inner { padding: 5.75rem 1.2rem 4.5rem; }
  .page-wrap { padding: 2.5rem 1.2rem 0; }
}
@media (max-width: 600px) {
  .cta-band { margin: 0 -1.2rem; padding: 2.5rem 1.2rem; }
}
