/* ============================================
   LF Property Media — Editorial photography brand
   Light, airy, minimalist gallery aesthetic
   ============================================ */

:root {
  /* Core palette — warm off-white, editorial */
  --lf-paper: #faf8f5;
  --lf-white: #ffffff;
  --lf-cream: #f3ede2;
  --lf-ink: #1a1a1a;
  --lf-ink-soft: #2b2b2b;
  --lf-muted: #6b6b6b;
  --lf-muted-soft: #8a8a8a;
  --lf-border: #e8e2d5;
  --lf-border-soft: #efeae0;

  /* Warm accent — sand/terracotta */
  --lf-sand: #b08968;
  --lf-sand-dark: #8c6a4e;
  --lf-sand-light: #d4b896;
  --lf-sand-soft: #ede2d1;

  /* Cool supporting */
  --lf-sky: #9fb5bd;
  --lf-slate: #4a5a63;

  /* Typography */
  --font-display: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;

  /* Structure */
  --container-max: 1240px;
  --container-narrow: 860px;
  --section-gap: 120px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;

  /* Shadows — soft, warm */
  --shadow-soft: 0 1px 2px rgba(26, 26, 26, 0.04), 0 4px 16px rgba(26, 26, 26, 0.06);
  --shadow-card: 0 2px 4px rgba(26, 26, 26, 0.04), 0 12px 32px rgba(26, 26, 26, 0.08);
  --shadow-hover: 0 4px 8px rgba(26, 26, 26, 0.06), 0 20px 48px rgba(26, 26, 26, 0.12);
  --shadow-inset: inset 0 0 0 1px var(--lf-border);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  background: var(--lf-paper);
  color: var(--lf-ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

::selection { background: var(--lf-sand); color: var(--lf-white); }

img, svg, video { display: block; max-width: 100%; height: auto; }

/* ---------- Skip link (a11y) ---------- */
.skip-link {
  position: absolute;
  top: -100%;
  left: 16px;
  background: var(--lf-ink);
  color: var(--lf-white);
  padding: 10px 18px;
  z-index: 10000;
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--radius-sm);
}
.skip-link:focus { top: 12px; }

/* ---------- Typography ---------- */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--lf-ink);
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.6rem, 6vw, 4.6rem);
  font-weight: 400;
  letter-spacing: -0.02em;
}
h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  margin-bottom: 0.5rem;
}
h3 {
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: 0;
}
h4 {
  font-size: 1.05rem;
  font-weight: 600;
  font-family: var(--font-body);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--lf-ink);
}

p { max-width: 65ch; color: var(--lf-ink-soft); }
p.lede { font-size: 1.18rem; color: var(--lf-muted); max-width: 60ch; }
p.lede-large { font-size: 1.35rem; color: var(--lf-muted); max-width: 54ch; line-height: 1.55; }

a {
  color: var(--lf-ink);
  text-decoration: none;
  transition: color 0.2s ease;
}
a:hover { color: var(--lf-sand); }

strong { color: var(--lf-ink); font-weight: 600; }

.text-center { text-align: center; }
.text-serif { font-family: var(--font-display); font-weight: 400; }

/* Section kicker — small uppercase eyebrow */
.kicker {
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--lf-sand);
  font-weight: 600;
  margin-bottom: 16px;
}

/* Decorative divider */
.divider {
  display: inline-block;
  width: 40px;
  height: 1px;
  background: var(--lf-sand);
  margin: 24px 0;
}

/* ---------- Layout ---------- */
.container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 32px;
}
.container-narrow {
  max-width: var(--container-narrow);
  margin: 0 auto;
  padding: 0 32px;
}

section { padding: 96px 0; }
section.block-tight { padding: 64px 0; }
section.block-wide { padding: 140px 0; }
section.bg-cream { background: var(--lf-cream); }
section.bg-white { background: var(--lf-white); }
section.bg-sand-soft { background: var(--lf-sand-soft); }

/* ---------- Topbar ---------- */
.topbar {
  background: var(--lf-ink);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  padding: 10px 0;
  letter-spacing: 0.05em;
}
.topbar .container {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.topbar a {
  color: var(--lf-white);
  text-decoration: none;
}
.topbar a:hover { color: var(--lf-sand-light); }

/* ---------- Header / Nav ---------- */
.site-header {
  background: rgba(250, 248, 245, 0.92);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--lf-border);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}
.brand-mark {
  font-family: var(--font-display);
  font-size: 1.75rem;
  line-height: 1;
  color: var(--lf-ink);
  font-weight: 400;
  letter-spacing: -0.01em;
}
.brand-mark em {
  color: var(--lf-sand);
  font-style: italic;
}
.brand-tag {
  font-size: 0.7rem;
  color: var(--lf-muted);
  letter-spacing: 0.25em;
  text-transform: uppercase;
  display: block;
  margin-top: 2px;
}

.main-nav ul {
  display: flex;
  gap: 36px;
  list-style: none;
  align-items: center;
}
.main-nav a {
  font-size: 0.88rem;
  color: var(--lf-ink-soft);
  letter-spacing: 0.04em;
  font-weight: 500;
  position: relative;
  padding: 6px 0;
}
.main-nav a:hover { color: var(--lf-sand); }
.main-nav a.active {
  color: var(--lf-ink);
}
.main-nav a.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--lf-sand);
}
.main-nav a.nav-cta {
  background: var(--lf-ink);
  color: var(--lf-white);
  padding: 10px 22px;
  border-radius: var(--radius-sm);
  transition: background 0.2s ease;
}
.main-nav a.nav-cta:hover { background: var(--lf-sand); }
.main-nav a.nav-cta::after { display: none; }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  flex-direction: column;
  gap: 5px;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--lf-ink);
  transition: transform 0.2s ease;
}
.nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(26, 26, 26, 0.4);
  z-index: 90;
}
.nav-overlay.open { display: block; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  padding: 14px 32px;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: var(--radius-sm);
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.25s ease;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
}
.btn-primary {
  background: var(--lf-ink);
  color: var(--lf-white);
  border-color: var(--lf-ink);
}
.btn-primary:hover {
  background: var(--lf-sand);
  border-color: var(--lf-sand);
  color: var(--lf-white);
  transform: translateY(-1px);
}
.btn-secondary {
  background: transparent;
  color: var(--lf-ink);
  border-color: var(--lf-ink);
}
.btn-secondary:hover {
  background: var(--lf-ink);
  color: var(--lf-white);
}
.btn-light {
  background: var(--lf-white);
  color: var(--lf-ink);
  border-color: var(--lf-white);
}
.btn-light:hover {
  background: var(--lf-sand);
  color: var(--lf-white);
  border-color: var(--lf-sand);
}
.btn-ghost {
  background: transparent;
  color: var(--lf-ink);
  border: none;
  padding: 14px 0;
  position: relative;
}
.btn-ghost::after {
  content: "→";
  margin-left: 10px;
  transition: margin-left 0.2s ease;
}
.btn-ghost:hover { color: var(--lf-sand); }
.btn-ghost:hover::after { margin-left: 16px; }

.btn-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
}

/* ---------- Hero ---------- */
.hero {
  padding: 120px 0 100px;
  background: var(--lf-paper);
  position: relative;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
}
.hero-content .kicker { margin-bottom: 20px; }
.hero-content h1 {
  margin-bottom: 24px;
}
.hero-content h1 em {
  font-style: italic;
  color: var(--lf-sand);
}
.hero-content .lede-large {
  margin-bottom: 0;
}
.hero-image {
  position: relative;
  aspect-ratio: 4 / 5;
  background: var(--lf-cream);
  overflow: hidden;
  border-radius: var(--radius-sm);
}
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-image::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: 40px;
  bottom: 40px;
  border: 1px solid var(--lf-sand);
  z-index: -1;
  border-radius: var(--radius-sm);
}

/* ---------- Reel / Video area ---------- */
.reel-section {
  padding: 0 0 96px;
  background: var(--lf-paper);
}
.reel-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: var(--lf-ink);
  overflow: hidden;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
}
.reel-frame img, .reel-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reel-caption {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 20px;
  padding: 0 4px;
  color: var(--lf-muted);
  font-size: 0.88rem;
  letter-spacing: 0.04em;
}

/* ---------- Experience / Stats ---------- */
.stats-section {
  padding: 100px 0;
  background: var(--lf-white);
  border-top: 1px solid var(--lf-border);
  border-bottom: 1px solid var(--lf-border);
}
.stats-intro {
  max-width: 720px;
  margin: 0 auto 64px;
  text-align: center;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  max-width: 1080px;
  margin: 0 auto;
}
.stat {
  text-align: center;
  padding: 0 16px;
}
.stat-num {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5vw, 4rem);
  line-height: 1;
  color: var(--lf-ink);
  font-weight: 400;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}
.stat-num em {
  color: var(--lf-sand);
  font-style: normal;
}
.stat-label {
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lf-muted);
  font-weight: 500;
}

/* ---------- Packages ---------- */
.packages-section {
  padding: 120px 0;
  background: var(--lf-paper);
}
.section-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 72px;
}
.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.package-card {
  background: var(--lf-white);
  border: 1px solid var(--lf-border);
  padding: 48px 36px;
  border-radius: var(--radius-sm);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative;
}
.package-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
  border-color: var(--lf-sand);
}
.package-card.featured {
  border: 1px solid var(--lf-sand);
  background: var(--lf-white);
  box-shadow: var(--shadow-soft);
}
.package-card.featured::before {
  content: "Most Popular";
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--lf-sand);
  color: var(--lf-white);
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: var(--radius-sm);
}
.package-name {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 400;
  color: var(--lf-ink);
  margin-bottom: 8px;
}
.package-price {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 400;
  color: var(--lf-ink);
  line-height: 1;
  margin-bottom: 4px;
  letter-spacing: -0.02em;
}
.package-price-note {
  font-size: 0.78rem;
  color: var(--lf-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.package-features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  flex: 1;
}
.package-features li {
  padding: 12px 0;
  border-bottom: 1px solid var(--lf-border-soft);
  font-size: 0.95rem;
  color: var(--lf-ink-soft);
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.package-features li::before {
  content: "—";
  color: var(--lf-sand);
  font-weight: 600;
  flex-shrink: 0;
}
.package-features li:last-child { border-bottom: none; }
.package-card .btn { width: 100%; }

/* ---------- A la carte ---------- */
.alacarte-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}
.alacarte-item {
  background: var(--lf-white);
  border: 1px solid var(--lf-border);
  padding: 28px;
  border-radius: var(--radius-sm);
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.alacarte-item:hover {
  border-color: var(--lf-sand);
  transform: translateY(-2px);
}
.alacarte-item h4 {
  margin-bottom: 6px;
  text-transform: none;
  letter-spacing: 0;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 500;
}
.alacarte-price {
  color: var(--lf-sand);
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 8px;
}
.alacarte-item p {
  font-size: 0.92rem;
  color: var(--lf-muted);
  margin: 0;
}

/* ---------- Square footage note box ---------- */
.sqft-note {
  background: var(--lf-sand-soft);
  border-left: 3px solid var(--lf-sand);
  padding: 28px 32px;
  border-radius: var(--radius-sm);
  margin: 48px 0;
}
.sqft-note h4 {
  font-family: var(--font-display);
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--lf-ink);
}
.sqft-note p { margin-bottom: 8px; }
.sqft-note ul {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}
.sqft-note li {
  padding: 4px 0;
  color: var(--lf-ink-soft);
  font-size: 0.95rem;
}
.sqft-note li::before {
  content: "•";
  color: var(--lf-sand);
  margin-right: 10px;
}

/* ---------- Services / Split sections ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.split.reverse > :first-child { order: 2; }
.split-image {
  aspect-ratio: 4 / 3;
  background: var(--lf-cream);
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.split-image img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Two-pillar cards (Real Estate + Automotive) ---------- */
.pillars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.pillar {
  background: var(--lf-white);
  border: 1px solid var(--lf-border);
  border-radius: var(--radius-sm);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pillar:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
}
.pillar-image {
  aspect-ratio: 3 / 2;
  background: var(--lf-cream);
  overflow: hidden;
}
.pillar-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.pillar:hover .pillar-image img { transform: scale(1.03); }
.pillar-body {
  padding: 36px 32px;
}
.pillar-body h3 {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 400;
  margin-bottom: 12px;
}
.pillar-body p {
  font-size: 0.98rem;
  margin-bottom: 20px;
}

/* ---------- Gallery ---------- */
.gallery-tabs {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-bottom: 56px;
  border-bottom: 1px solid var(--lf-border);
}
.gallery-tab {
  padding: 14px 28px;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--lf-muted);
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-body);
  font-weight: 500;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.gallery-tab:hover { color: var(--lf-ink); }
.gallery-tab.active {
  color: var(--lf-ink);
  border-bottom-color: var(--lf-sand);
}

.gallery-panel { display: none; }
.gallery-panel.active { display: block; }

.gallery-masonry {
  columns: 3;
  column-gap: 24px;
}
.gallery-masonry figure {
  break-inside: avoid;
  margin-bottom: 24px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: var(--lf-cream);
  position: relative;
}
.gallery-masonry img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
}
.gallery-masonry figure:hover img { transform: scale(1.04); }
.gallery-masonry figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(to top, rgba(26,26,26,0.7), transparent);
  color: var(--lf-white);
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.gallery-masonry figure:hover figcaption { opacity: 1; }

/* ---------- Forms ---------- */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.form-grid .full { grid-column: 1 / -1; }
.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.field label {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lf-muted);
  font-weight: 600;
}
.field input,
.field select,
.field textarea {
  padding: 14px 16px;
  background: var(--lf-white);
  border: 1px solid var(--lf-border);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--lf-ink);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--lf-sand);
  box-shadow: 0 0 0 3px rgba(176, 137, 104, 0.12);
}

/* ---------- FAQ ---------- */
.faq-list { max-width: 820px; margin: 0 auto; }
details.faq-item {
  border-bottom: 1px solid var(--lf-border);
  padding: 4px 0;
}
details.faq-item summary {
  padding: 24px 48px 24px 0;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--lf-ink);
  position: relative;
  transition: color 0.2s ease;
}
details.faq-item summary:hover { color: var(--lf-sand); }
details.faq-item summary::-webkit-details-marker { display: none; }
details.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  color: var(--lf-sand);
  font-weight: 300;
  transition: transform 0.2s ease;
}
details.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
details.faq-item .faq-answer {
  padding: 0 0 28px;
  color: var(--lf-muted);
  font-size: 1rem;
  line-height: 1.7;
}

/* ---------- CTA Banner ---------- */
.cta-banner {
  padding: 120px 0;
  background: var(--lf-ink);
  color: var(--lf-white);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-banner h2 {
  color: var(--lf-white);
  margin-bottom: 16px;
}
.cta-banner h2 em {
  color: var(--lf-sand-light);
  font-style: italic;
}
.cta-banner p {
  color: rgba(255, 255, 255, 0.75);
  margin: 0 auto 32px;
  max-width: 520px;
  font-size: 1.1rem;
}

/* ---------- Social follow ---------- */
.social-follow {
  text-align: center;
  padding: 96px 0;
  background: var(--lf-white);
}
.social-follow .kicker { margin-bottom: 12px; }
.social-follow h2 { margin-bottom: 16px; }
.social-follow .handle {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--lf-sand);
  font-size: 1.5rem;
  display: inline-block;
  margin-bottom: 32px;
}
.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--lf-border);
  border-radius: 50%;
  color: var(--lf-ink);
  transition: all 0.2s ease;
}
.social-icons a:hover {
  background: var(--lf-sand);
  color: var(--lf-white);
  border-color: var(--lf-sand);
  transform: translateY(-2px);
}
.social-icons svg { width: 18px; height: 18px; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--lf-ink);
  color: rgba(255, 255, 255, 0.7);
  padding: 80px 0 32px;
}
.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 56px;
  margin-bottom: 64px;
}
.site-footer h4 {
  color: var(--lf-white);
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
  font-family: var(--font-body);
  font-weight: 600;
  text-transform: uppercase;
}
.footer-brand {
  font-family: var(--font-display);
  color: var(--lf-white);
  font-size: 1.75rem;
  font-weight: 400;
  margin-bottom: 12px;
  display: block;
}
.footer-brand em { color: var(--lf-sand); font-style: italic; }
.site-footer p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.95rem;
  margin-bottom: 10px;
  max-width: 34ch;
}
.site-footer ul {
  list-style: none;
  padding: 0;
}
.site-footer ul li {
  padding: 5px 0;
  font-size: 0.95rem;
}
.site-footer a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-footer a:hover { color: var(--lf-sand-light); }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.04em;
}

/* ---------- Reveal animations ---------- */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* ---------- Placeholder tiles (before real photos are added) ---------- */
.ph-tile {
  background: linear-gradient(135deg, var(--lf-cream), var(--lf-sand-soft));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lf-sand-dark);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1rem;
  letter-spacing: 0.04em;
  width: 100%;
  height: 100%;
  min-height: 200px;
}

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .main-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 340px;
    height: 100vh;
    background: var(--lf-paper);
    padding: 80px 32px 32px;
    box-shadow: -8px 0 32px rgba(26, 26, 26, 0.1);
    transition: right 0.3s ease;
    z-index: 95;
  }
  .main-nav.open { right: 0; }
  .main-nav ul {
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
  }
  .main-nav li { width: 100%; }
  .main-nav a {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid var(--lf-border);
    width: 100%;
    font-size: 1rem;
  }
  .main-nav a.nav-cta {
    margin-top: 16px;
    text-align: center;
  }
  .nav-toggle { display: flex; }

  .hero { padding: 60px 0 40px; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-image { max-width: 480px; margin: 0 auto; }

  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 48px 24px; }
  .packages-grid { grid-template-columns: 1fr; gap: 24px; }
  .package-card.featured { order: -1; }

  .split { grid-template-columns: 1fr; gap: 40px; }
  .split.reverse > :first-child { order: 0; }

  .pillars { grid-template-columns: 1fr; gap: 24px; }
  .gallery-masonry { columns: 2; column-gap: 16px; }
  .gallery-masonry figure { margin-bottom: 16px; }
  .gallery-tabs { flex-wrap: wrap; }

  .form-grid { grid-template-columns: 1fr; }

  .site-footer .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  section { padding: 72px 0; }
  .container, .container-narrow { padding: 0 24px; }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  .stats-grid { grid-template-columns: 1fr; }
  .gallery-masonry { columns: 1; }
  .site-footer .footer-grid { grid-template-columns: 1fr; }
  .btn-row { flex-direction: column; }
  .btn-row .btn { width: 100%; }
  .topbar { font-size: 0.72rem; }
  .topbar .container { justify-content: center; text-align: center; }
  section { padding: 56px 0; }
  .package-card { padding: 36px 28px; }
}

/* ---------- Utilities ---------- */
.mt-0 { margin-top: 0; }
.mt-1 { margin-top: 12px; }
.mt-2 { margin-top: 24px; }
.mt-3 { margin-top: 36px; }
.mt-4 { margin-top: 48px; }
.mb-0 { margin-bottom: 0; }
.mb-2 { margin-bottom: 24px; }
.mb-4 { margin-bottom: 48px; }
