:root {
  --lvfp-black: #080807;
  --lvfp-ink: #141311;
  --lvfp-ivory: #f5f0e8;
  --lvfp-paper: #fcfaf6;
  --lvfp-white: #fff;
  --lvfp-bronze: #b88a55;
  --lvfp-bronze-light: #d8b27c;
  --lvfp-muted: #a9a39a;
  --lvfp-line-dark: rgba(255, 255, 255, .16);
  --lvfp-line-light: rgba(8, 8, 7, .16);
  --lvfp-rail: 118px;
  --lvfp-gutter: clamp(24px, 5vw, 88px);
  --lvfp-max: 1500px;
}

html { scroll-behavior: smooth; }
html.lvfp-menu-open { overflow: hidden; }
body.lvfp-site { background: var(--lvfp-black); color: var(--lvfp-ink); font-family: Manrope, Arial, sans-serif; overflow-x: clip; }
.lvfp-site *, .lvfp-site *::before, .lvfp-site *::after { box-sizing: border-box; }
.lvfp-site img { max-width: 100%; height: auto; }
.lvfp-site a { color: inherit; }
.lvfp-site :where(a, button, input, select, textarea):focus-visible { outline: 2px solid var(--lvfp-bronze-light) !important; outline-offset: 4px; }
.lvfp-site :target { scroll-margin-top: 32px; }
.lvfp-site .et_pb_section { padding: clamp(88px, 10vw, 168px) var(--lvfp-gutter); overflow: clip; }
.lvfp-site .et_pb_row { width: 100%; max-width: var(--lvfp-max); }
.lvfp-site .et_pb_text_inner { color: inherit; }
.lvfp-site .et_pb_text h1, .lvfp-site .et_pb_text h2, .lvfp-site .et_pb_text h3 { color: inherit; font-family: Manrope, Arial, sans-serif; padding: 0; }
.lvfp-site .et_pb_text p { padding-bottom: 1.25em; }
.lvfp-site .et_pb_text p:last-child { padding-bottom: 0; }
.lvfp-site .et_pb_button, .lvfp-button {
  align-items: center; background: transparent; border: 1px solid currentColor !important; border-radius: 0 !important;
  color: inherit; display: inline-flex; font-family: Manrope, Arial, sans-serif; font-size: 12px !important; font-weight: 700;
  justify-content: center; letter-spacing: .16em; line-height: 1.2 !important; min-height: 48px; padding: 15px 24px !important;
  text-transform: uppercase; transition: background-color .25s ease, color .25s ease, border-color .25s ease;
}
.lvfp-site .et_pb_button:hover, .lvfp-button:hover { background: var(--lvfp-bronze); border-color: var(--lvfp-bronze) !important; color: var(--lvfp-black); padding: 15px 24px !important; }
.lvfp-site .et_pb_button::after { display: none !important; }
.lvfp-kicker { color: var(--lvfp-bronze); display: block; font-size: 11px; font-weight: 700; letter-spacing: .23em; margin-bottom: 24px; text-transform: uppercase; }
.lvfp-display { font-size: clamp(50px, 7vw, 122px) !important; font-weight: 500 !important; letter-spacing: -.055em; line-height: .9 !important; }
.lvfp-display em, .lvfp-editorial em { color: var(--lvfp-bronze-light); font-family: "Cormorant Garamond", Georgia, serif; font-weight: 500; }
.lvfp-heading { font-size: clamp(40px, 5vw, 82px) !important; font-weight: 500 !important; letter-spacing: -.045em; line-height: .98 !important; }
.lvfp-editorial { font-size: clamp(34px, 4.4vw, 70px) !important; font-weight: 500 !important; letter-spacing: -.04em; line-height: 1 !important; }
.lvfp-copy { font-size: clamp(16px, 1.3vw, 20px); line-height: 1.75; max-width: 680px; }
.lvfp-caption { color: var(--lvfp-muted); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.lvfp-dark { background: var(--lvfp-black) !important; color: var(--lvfp-ivory); }
.lvfp-light { background: var(--lvfp-paper) !important; color: var(--lvfp-ink); }
.lvfp-ivory { background: var(--lvfp-ivory) !important; color: var(--lvfp-ink); }
.lvfp-reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.lvfp-reveal.is-visible { opacity: 1; transform: none; }
.lvfp-photo, .lvfp-site .et_pb_image { margin: 0; }
.lvfp-photo img, .lvfp-site .et_pb_image img { display: block; width: 100%; object-fit: cover; }
.lvfp-photo-tall img { aspect-ratio: 4 / 5; }
.lvfp-photo-wide img { aspect-ratio: 16 / 10; }
.lvfp-photo-square img { aspect-ratio: 1; }

/* Header: one Theme Builder layout, responsive rail/mobile bar, full-screen dialog. */
.lvfp-shell { font-family: Manrope, Arial, sans-serif; }
.lvfp-rail { align-items: center; background: var(--lvfp-black); border-right: 1px solid rgba(184,138,85,.28); color: var(--lvfp-ivory); display: flex; flex-direction: column; height: 100vh; justify-content: space-between; left: 0; padding: 30px 0; position: fixed; top: 0; width: var(--lvfp-rail); z-index: 100000; }
.lvfp-rail__word { font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.lvfp-rail__logo { align-items: center; display: flex; height: 88px; justify-content: center; width: 88px; }
.lvfp-rail__logo img { height: 84px; object-fit: contain; width: 84px; }
.lvfp-menu-trigger, .lvfp-menu-close { appearance: none; background: transparent; border: 0; color: inherit; cursor: pointer; font: inherit; min-height: 44px; min-width: 44px; padding: 8px; }
.lvfp-menu-trigger { font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.lvfp-mobilebar { align-items: center; background: rgba(8,8,7,.96); border-bottom: 1px solid rgba(184,138,85,.28); color: var(--lvfp-ivory); display: none; height: 76px; justify-content: space-between; left: 0; padding: 0 20px; position: fixed; right: 0; top: 0; z-index: 100000; }
.lvfp-mobilebar img { height: 52px; object-fit: contain; width: 52px; }
.lvfp-mobilebar .lvfp-menu-trigger { transform: none; writing-mode: horizontal-tb; }
.lvfp-overlay[hidden] { display: none; }
.lvfp-overlay { background: var(--lvfp-black); color: var(--lvfp-ivory); inset: 0; min-height: 100dvh; overflow-y: auto; padding: clamp(24px, 5vw, 72px); position: fixed; z-index: 100001; }
.lvfp-overlay__top { align-items: center; display: flex; justify-content: space-between; }
.lvfp-overlay__eyebrow { color: var(--lvfp-bronze); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.lvfp-menu-close { border: 1px solid rgba(255,255,255,.45); font-size: 20px; }
.lvfp-overlay__grid { align-items: end; display: grid; gap: 48px; grid-template-columns: minmax(0, 2fr) minmax(250px, 1fr); margin: clamp(50px, 8vh, 100px) auto 0; max-width: 1320px; }
.lvfp-overlay nav ul { list-style: none !important; margin: 0; padding: 0 !important; }
.lvfp-overlay nav a { display: inline-block; font-size: clamp(42px, 7vw, 100px); font-weight: 500; letter-spacing: -.05em; line-height: 1.02; min-height: 44px; }
.lvfp-overlay nav a:hover { color: var(--lvfp-bronze-light); }
.lvfp-overlay__contact { border-left: 1px solid var(--lvfp-line-dark); padding-left: 32px; }
.lvfp-overlay__contact a { display: block; margin-top: 18px; min-height: 44px; }
body.admin-bar .lvfp-rail, body.admin-bar .lvfp-mobilebar { top: 32px; height: calc(100vh - 32px); }
body.admin-bar .lvfp-mobilebar { height: 76px; }
body.admin-bar .lvfp-overlay { top: 32px; }

@media (min-width: 1025px) {
  .lvfp-site #page-container { padding-left: var(--lvfp-rail) !important; }
  .lvfp-site .et-l--header .et_pb_section { padding: 0 !important; }
}

/* Hero */
.lvfp-hero { align-items: end; background-image: url('../images/hero-food-photography.png'); background-image: image-set(url('../images/hero-food-photography-960.webp') 1x, url('../images/hero-food-photography-1536.webp') 2x); background-position: center; background-size: cover; display: flex; min-height: 100svh; padding-bottom: 8vh !important; padding-top: 9vh !important; position: relative; }
.lvfp-hero::before { background: linear-gradient(90deg, rgba(8,8,7,.92) 0%, rgba(8,8,7,.66) 45%, rgba(8,8,7,.18) 100%); content: ""; inset: 0; position: absolute; z-index: 1; }
.lvfp-hero > .et_pb_row { align-items: end; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(250px, .45fr); position: relative; z-index: 2; }
.lvfp-hero__content { max-width: 1050px; }
.lvfp-hero__aside { align-self: end; border-left: 1px solid var(--lvfp-line-dark); font-size: 12px; letter-spacing: .13em; line-height: 2; padding-left: 30px; text-transform: uppercase; }
.lvfp-hero .et_pb_button_module_wrapper { margin-top: 36px; }
.lvfp-hero-scroll { bottom: 28px; color: var(--lvfp-muted); font-size: 9px; letter-spacing: .18em; position: absolute; right: var(--lvfp-gutter); text-transform: uppercase; writing-mode: vertical-rl; z-index: 3; }

/* Shared editorial grids */
.lvfp-section-head { align-items: end; display: grid; gap: 40px; grid-template-columns: minmax(0, 1.5fr) minmax(260px, .5fr); margin-bottom: clamp(52px, 7vw, 110px); }
.lvfp-section-head .lvfp-copy { font-size: 15px; }
.lvfp-projects-grid { display: grid; gap: clamp(24px, 4vw, 70px); grid-template-columns: repeat(12, 1fr); }
.lvfp-project { grid-column: span 5; }
.lvfp-project:nth-child(2) { grid-column: 7 / span 6; margin-top: 13vw; }
.lvfp-project:nth-child(3) { grid-column: 2 / span 7; margin-top: 3vw; }
.lvfp-project__meta { align-items: baseline; border-top: 1px solid var(--lvfp-line-dark); display: flex; justify-content: space-between; margin-top: 18px; padding-top: 15px; }
.lvfp-project__title { font-size: 17px; font-weight: 600; }
.lvfp-placeholder-badge { background: var(--lvfp-bronze); color: var(--lvfp-black); font-size: 9px; font-weight: 700; left: 14px; letter-spacing: .1em; padding: 8px 10px; position: absolute; text-transform: uppercase; top: 14px; z-index: 2; }
.lvfp-image-wrap { position: relative; }

.lvfp-trust { border-bottom: 1px solid var(--lvfp-line-light); border-top: 1px solid var(--lvfp-line-light); padding-bottom: 56px !important; padding-top: 56px !important; }
.lvfp-trust__grid { align-items: center; display: grid; gap: 20px; grid-template-columns: repeat(5, 1fr); }
.lvfp-trust__item { align-items: center; border-right: 1px solid var(--lvfp-line-light); color: #6d675f; display: flex; font-size: 11px; font-weight: 700; justify-content: center; letter-spacing: .12em; min-height: 64px; padding: 10px; text-align: center; text-transform: uppercase; }
.lvfp-trust__item:last-child { border-right: 0; }

.lvfp-feature-grid, .lvfp-about-grid, .lvfp-night-grid, .lvfp-area-grid { align-items: center; display: grid; gap: clamp(44px, 8vw, 140px); grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr); }
.lvfp-feature-grid .lvfp-copy, .lvfp-about-grid .lvfp-copy, .lvfp-night-grid .lvfp-copy { margin-top: 32px; }
.lvfp-feature-facts { border-top: 1px solid var(--lvfp-line-light); display: grid; grid-template-columns: 1fr 1fr; margin-top: 44px; padding-top: 22px; }
.lvfp-feature-facts div { padding-right: 20px; }
.lvfp-feature-facts strong { display: block; font-size: 10px; letter-spacing: .16em; margin-bottom: 10px; text-transform: uppercase; }
.lvfp-feature-facts span { color: #756f67; font-size: 13px; }
.lvfp-about-grid { grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr); }
.lvfp-about-grid .lvfp-photo { transform: translateY(7vw); }

.lvfp-services-list { border-top: 1px solid var(--lvfp-line-dark); margin-top: 72px; }
.lvfp-service { align-items: center; border-bottom: 1px solid var(--lvfp-line-dark); display: grid; gap: 24px; grid-template-columns: 54px 1fr minmax(280px, .8fr); padding: 30px 0; }
.lvfp-service__number { color: var(--lvfp-bronze); font-size: 11px; letter-spacing: .15em; }
.lvfp-service h3 { font-size: clamp(24px, 2.5vw, 40px) !important; font-weight: 500 !important; }
.lvfp-service p { color: var(--lvfp-muted); font-size: 14px; line-height: 1.65; }

.lvfp-night-grid { grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); }
.lvfp-night-copy { padding-right: 4vw; }
.lvfp-night-grid .lvfp-photo img { aspect-ratio: 16 / 11; }

.lvfp-process { counter-reset: process; display: grid; gap: 0; grid-template-columns: repeat(4, 1fr); margin-top: 72px; }
.lvfp-process__step { border-left: 1px solid var(--lvfp-line-light); counter-increment: process; min-height: 330px; padding: 28px; }
.lvfp-process__step:last-child { border-right: 1px solid var(--lvfp-line-light); }
.lvfp-process__step::before { color: var(--lvfp-bronze); content: "0" counter(process); display: block; font-size: 11px; letter-spacing: .16em; margin-bottom: 90px; }
.lvfp-process__step h3 { font-size: 24px !important; margin-bottom: 18px; }
.lvfp-process__step p { color: #756f67; font-size: 14px; line-height: 1.65; }

.lvfp-testimonials { text-align: center; }
.lvfp-quote { font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(34px, 4.6vw, 72px); font-style: italic; line-height: 1.05; margin: 50px auto 30px; max-width: 1150px; }
.lvfp-quote-source { color: var(--lvfp-bronze); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.lvfp-area-grid { align-items: start; }
.lvfp-area-list { border-top: 1px solid var(--lvfp-line-dark); }
.lvfp-area-list li { border-bottom: 1px solid var(--lvfp-line-dark); font-size: clamp(24px, 3vw, 44px); list-style: none; padding: 20px 0; }

.lvfp-final-cta { text-align: center; }
.lvfp-final-cta .lvfp-heading { margin: auto; max-width: 1050px; }
.lvfp-final-cta .et_pb_button_module_wrapper { margin-top: 44px; }

/* Form */
.lvfp-form-intro { display: grid; gap: 50px; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); }
.lvfp-form-intro a { align-items: center; display: inline-flex; min-height: 44px; }
.lvfp-form { display: grid; gap: 24px; grid-template-columns: 1fr 1fr; }
.lvfp-field { display: flex; flex-direction: column; gap: 9px; }
.lvfp-field--full { grid-column: 1 / -1; }
.lvfp-field label { font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.lvfp-field input, .lvfp-field select, .lvfp-field textarea { background: transparent; border: 0; border-bottom: 1px solid rgba(8,8,7,.35); border-radius: 0; color: var(--lvfp-ink); font: 16px Manrope, Arial, sans-serif; min-height: 48px; padding: 10px 0; width: 100%; }
.lvfp-field textarea { min-height: 132px; resize: vertical; }
.lvfp-form button[disabled] { background: #ddd7cd; border: 1px solid #aaa39a; color: #625d56; cursor: not-allowed; min-height: 50px; padding: 14px 20px; }
.lvfp-form-note { color: #6d675f; font-size: 12px; line-height: 1.6; }

/* Footer */
.lvfp-footer { background: var(--lvfp-black); color: var(--lvfp-ivory); padding: 70px var(--lvfp-gutter) 30px; }
.lvfp-footer__grid { display: grid; gap: 48px; grid-template-columns: 1.2fr .8fr .8fr; margin: 0 auto; max-width: var(--lvfp-max); }
.lvfp-footer__brand { font-size: clamp(32px, 4vw, 58px); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.lvfp-footer h2 { color: var(--lvfp-bronze); font-size: 10px; font-weight: 700; letter-spacing: .17em; margin-bottom: 18px; text-transform: uppercase; }
.lvfp-footer address { font-style: normal; line-height: 1.8; }
.lvfp-footer a { display: inline-flex; min-height: 44px; }
.lvfp-footer__legal { border-top: 1px solid var(--lvfp-line-dark); color: var(--lvfp-muted); display: flex; font-size: 10px; justify-content: space-between; letter-spacing: .1em; margin: 54px auto 0; max-width: var(--lvfp-max); padding-top: 24px; text-transform: uppercase; }
.lvfp-owner-check { color: var(--lvfp-bronze-light); display: block; font-size: 10px; line-height: 1.5; margin-top: 8px; text-transform: uppercase; }

@media (max-width: 1024px) {
  :root { --lvfp-gutter: clamp(24px, 5.5vw, 56px); }
  body.admin-bar .lvfp-rail { top: 46px; }
  body.admin-bar .lvfp-mobilebar { top: 32px; }
  .lvfp-rail { display: none; }
  .lvfp-mobilebar { display: flex; }
  .lvfp-site #page-container { padding-left: 0 !important; padding-top: 76px !important; }
  .lvfp-site .et-l--header .et_pb_section { padding: 0 !important; }
  .lvfp-hero { min-height: calc(100svh - 76px); }
  .lvfp-project:nth-child(2) { margin-top: 8vw; }
  .lvfp-feature-grid, .lvfp-about-grid, .lvfp-night-grid, .lvfp-area-grid { gap: 56px; }
  .lvfp-process__step { min-height: 300px; padding: 22px; }
  .lvfp-process__step::before { margin-bottom: 55px; }
}

@media (max-width: 767px) {
  body.admin-bar .lvfp-mobilebar { top: 46px; }
  body.admin-bar .lvfp-overlay { top: 46px; }
  .lvfp-site .et_pb_section { padding-bottom: 88px; padding-top: 88px; }
  .lvfp-overlay__grid, .lvfp-hero > .et_pb_row, .lvfp-section-head, .lvfp-feature-grid, .lvfp-about-grid, .lvfp-night-grid, .lvfp-area-grid, .lvfp-form-intro, .lvfp-footer__grid { grid-template-columns: 1fr; }
  .lvfp-overlay__contact { border-left: 0; border-top: 1px solid var(--lvfp-line-dark); padding-left: 0; padding-top: 28px; }
  .lvfp-hero__aside { border-left: 0; border-top: 1px solid var(--lvfp-line-dark); margin-top: 44px; padding-left: 0; padding-top: 20px; }
  .lvfp-hero-scroll { display: none; }
  .lvfp-projects-grid { display: block; }
  .lvfp-project, .lvfp-project:nth-child(2), .lvfp-project:nth-child(3) { margin: 0 0 52px; }
  .lvfp-trust__grid { grid-template-columns: 1fr 1fr; }
  .lvfp-trust__item { border-bottom: 1px solid var(--lvfp-line-light); border-right: 0; }
  .lvfp-trust__item:last-child { grid-column: 1 / -1; }
  .lvfp-about-grid .lvfp-photo { transform: none; }
  .lvfp-service { grid-template-columns: 42px 1fr; }
  .lvfp-service p { grid-column: 2; }
  .lvfp-process { grid-template-columns: 1fr; }
  .lvfp-process__step, .lvfp-process__step:last-child { border-bottom: 1px solid var(--lvfp-line-light); border-left: 0; border-right: 0; min-height: 0; padding: 26px 0 34px; }
  .lvfp-process__step::before { margin-bottom: 26px; }
  .lvfp-form { grid-template-columns: 1fr; }
  .lvfp-field--full { grid-column: auto; }
  .lvfp-footer__legal { flex-direction: column; gap: 14px; }
}

@media (max-width: 782px) {
  body.admin-bar .lvfp-site-header { top: 46px; }
}

@media (max-width: 479px) {
  .lvfp-site .et_pb_section { padding-left: 20px; padding-right: 20px; }
  .lvfp-display { font-size: clamp(46px, 15vw, 66px) !important; }
  .lvfp-heading { font-size: clamp(38px, 12vw, 52px) !important; }
  .lvfp-feature-facts { grid-template-columns: 1fr; gap: 24px; }
  .lvfp-trust__grid { grid-template-columns: 1fr; }
  .lvfp-trust__item:last-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .lvfp-site *, .lvfp-site *::before, .lvfp-site *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .lvfp-reveal { opacity: 1; transform: none; }
}

@media print {
  .lvfp-rail, .lvfp-mobilebar, .lvfp-overlay { display: none !important; }
  .lvfp-site #page-container { padding: 0 !important; }
}

/* ========================================================
   Version 2: complete horizontal header and multi-page site
======================================================== */
.lvfp-site #page-container { padding-left: 0 !important; padding-top: 92px !important; }
.lvfp-header-section, .lvfp-footer-section { background: transparent !important; padding: 0 !important; }
.lvfp-header-section > .et_pb_row, .lvfp-footer-section > .et_pb_row { max-width: none !important; padding: 0 !important; width: 100% !important; }
.lvfp-site-header { background: rgba(8, 8, 7, .96); border-bottom: 1px solid rgba(184, 138, 85, .28); color: var(--lvfp-ivory); height: 92px; left: 0; position: fixed; right: 0; top: 0; z-index: 100000; }
.lvfp-header-inner { align-items: center; display: grid; gap: 28px; grid-template-columns: minmax(230px, .85fr) minmax(520px, 1.8fr) auto; height: 100%; margin: 0 auto; max-width: 1760px; padding: 0 clamp(24px, 4vw, 72px); }
.lvfp-brand { align-items: center; display: inline-flex; font-size: 11px; font-weight: 700; gap: 13px; letter-spacing: .12em; line-height: 1.35; min-height: 48px; text-transform: uppercase; }
.lvfp-brand img { height: 62px; object-fit: contain; width: 62px; }
.lvfp-desktop-nav { justify-self: center; }
.lvfp-nav-list { align-items: center; display: flex; gap: clamp(18px, 2vw, 38px); list-style: none !important; margin: 0; padding: 0 !important; }
.lvfp-nav-list > li { position: relative; }
.lvfp-nav-list a { align-items: center; display: inline-flex; font-size: 10px; font-weight: 700; letter-spacing: .13em; min-height: 48px; text-transform: uppercase; }
.lvfp-nav-list a:hover, .lvfp-nav-list .current-menu-item > a, .lvfp-nav-list .current-menu-ancestor > a { color: var(--lvfp-bronze-light); }
.lvfp-nav-list .sub-menu { background: var(--lvfp-black); border: 1px solid rgba(184,138,85,.28); left: -22px; min-width: 250px; opacity: 0; padding: 14px 20px !important; position: absolute; top: 100%; transform: translateY(8px); transition: opacity .2s ease, transform .2s ease; visibility: hidden; }
.lvfp-nav-list .sub-menu a { line-height: 1.4; width: 100%; }
.lvfp-nav-list li:hover > .sub-menu, .lvfp-nav-list li:focus-within > .sub-menu { opacity: 1; transform: none; visibility: visible; }
.lvfp-header-cta { align-items: center; border: 1px solid var(--lvfp-bronze); color: var(--lvfp-bronze-light) !important; display: inline-flex; font-size: 10px; font-weight: 700; justify-content: center; letter-spacing: .14em; min-height: 48px; padding: 0 20px; text-transform: uppercase; }
.lvfp-site-header .lvfp-menu-trigger { display: none; transform: none; writing-mode: horizontal-tb; }
.lvfp-skip { background: var(--lvfp-ivory); color: var(--lvfp-black) !important; left: 18px; padding: 12px 18px; position: absolute; top: -80px; z-index: 5; }
.lvfp-skip:focus { top: 10px; }
body.admin-bar .lvfp-site-header { top: 32px; }

.lvfp-overlay { padding: clamp(26px, 6vw, 80px); }
.lvfp-overlay > nav { margin: clamp(46px, 7vh, 80px) auto 0; max-width: 1240px; }
.lvfp-mobile-menu { list-style: none !important; padding: 0 !important; }
.lvfp-mobile-menu a { align-items: center; display: flex; font-size: clamp(32px, 7vw, 74px); font-weight: 500; letter-spacing: -.045em; line-height: 1.02; min-height: 52px; padding: 5px 0; }
.lvfp-mobile-menu .sub-menu { border-left: 1px solid var(--lvfp-bronze); list-style: none !important; margin: 8px 0 20px 5px; padding: 3px 0 3px 18px !important; }
.lvfp-mobile-menu .sub-menu a { color: var(--lvfp-muted); font-size: clamp(16px, 3vw, 26px); letter-spacing: -.02em; }
.lvfp-overlay__contact { display: flex; flex-wrap: wrap; gap: 18px 40px; margin: 40px auto 0; max-width: 1240px; }
.lvfp-overlay__contact a { align-items: center; display: inline-flex; min-height: 44px; }

.lvfp-page-hero { min-height: min(900px, calc(100svh - 92px)); padding-bottom: clamp(90px, 10vw, 150px) !important; padding-top: clamp(100px, 11vw, 168px) !important; }
.lvfp-page-hero__grid { align-items: center; display: grid !important; gap: clamp(48px, 8vw, 130px); grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); }
.lvfp-page-hero__grid > .et_pb_column, .lvfp-content-split > .et_pb_column { margin: 0 !important; width: 100% !important; }
.lvfp-page-hero .lvfp-display { font-size: clamp(52px, 6.4vw, 112px) !important; }
.lvfp-page-hero .lvfp-copy { margin-top: 32px; }
.lvfp-page-hero .et_pb_button_module_wrapper { margin-top: 38px; }
.lvfp-page-hero .lvfp-photo img { aspect-ratio: 4 / 5; object-fit: cover; }
.lvfp-breadcrumb { margin-bottom: clamp(38px, 6vw, 72px); }
.lvfp-breadcrumb ol { display: flex; flex-wrap: wrap; gap: 8px; list-style: none !important; margin: 0; padding: 0 !important; }
.lvfp-breadcrumb li { align-items: center; color: var(--lvfp-muted); display: inline-flex; font-size: 10px; font-weight: 700; letter-spacing: .12em; min-height: 44px; text-transform: uppercase; }
.lvfp-breadcrumb li:not(:last-child)::after { color: var(--lvfp-bronze); content: '/'; margin-left: 8px; }
.lvfp-breadcrumb a { align-items: center; display: inline-flex; min-height: 44px; }
.lvfp-content-split { align-items: center; display: grid !important; gap: clamp(48px, 8vw, 130px); grid-template-columns: repeat(2, minmax(0, 1fr)); }
.lvfp-content-split .et_pb_column { width: 100% !important; }
.lvfp-content-split a:not(.et_pb_button) { border-bottom: 1px solid var(--lvfp-bronze); }
.lvfp-sample-label { color: var(--lvfp-bronze); font-size: 9px; font-weight: 700; letter-spacing: .13em; margin-top: 12px; text-transform: uppercase; }
.lvfp-link-grid { border-top: 1px solid var(--lvfp-line-light); display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 58px; }
.lvfp-link-grid a { align-items: center; border-bottom: 1px solid var(--lvfp-line-light); display: flex; font-size: clamp(19px, 2vw, 31px); justify-content: space-between; min-height: 92px; padding: 18px 24px 18px 0; }
.lvfp-link-grid a:nth-child(odd) { border-right: 1px solid var(--lvfp-line-light); margin-right: 28px; }
.lvfp-link-grid a:hover { color: var(--lvfp-bronze); }
.lvfp-link-grid b { color: var(--lvfp-bronze); font-size: 18px; }
.lvfp-faqs { border-top: 1px solid var(--lvfp-line-light); margin-top: 58px; }
.lvfp-faqs details { border-bottom: 1px solid var(--lvfp-line-light); }
.lvfp-faqs summary { cursor: pointer; font-size: clamp(18px, 2vw, 26px); font-weight: 600; line-height: 1.35; min-height: 72px; padding: 24px 52px 24px 0; position: relative; }
.lvfp-faqs summary::marker { color: var(--lvfp-bronze); }
.lvfp-faqs details p { color: #6d675f; font-size: 16px; line-height: 1.75; max-width: 820px; padding: 0 0 28px; }
.lvfp-service h3 a { color: inherit; }
.lvfp-service h3 a:hover { color: var(--lvfp-bronze-light); }

/* Hospitality destination marquee. Text wordmarks are placeholders for approved logo files. */
.lvfp-hospitality-marquee { border-bottom: 1px solid var(--lvfp-line-light); border-top: 1px solid var(--lvfp-line-light); }
.lvfp-hospitality-marquee .lvfp-heading { max-width: 980px; }
.lvfp-marquee-note { color: #6d675f; font-size: 12px; line-height: 1.7; margin-top: 24px; max-width: 830px; }
.lvfp-marquee { border-bottom: 1px solid var(--lvfp-line-light); border-top: 1px solid var(--lvfp-line-light); margin-top: 54px; overflow: hidden; padding: 26px 0; width: 100%; }
.lvfp-marquee__track { animation: lvfp-marquee 48s linear infinite; display: flex; width: max-content; will-change: transform; }
.lvfp-marquee__group { align-items: center; display: flex; gap: clamp(46px, 7vw, 112px); padding-right: clamp(46px, 7vw, 112px); }
.lvfp-marquee__wordmark { align-items: center; color: #5f594f; display: inline-flex; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(24px, 2.5vw, 39px); font-style: italic; font-weight: 600; line-height: 1; min-height: 48px; white-space: nowrap; }
.lvfp-marquee__wordmark::after { color: var(--lvfp-bronze); content: '·'; font-family: Manrope, Arial, sans-serif; font-size: 18px; font-style: normal; margin-left: clamp(46px, 7vw, 112px); }
@keyframes lvfp-marquee { to { transform: translateX(-50%); } }

.lvfp-footer__lead { align-items: center; border-bottom: 1px solid var(--lvfp-line-dark); display: flex; gap: 40px; justify-content: space-between; margin: 0 auto 64px; max-width: var(--lvfp-max); padding-bottom: 52px; }
.lvfp-footer__lead p { font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(34px, 4vw, 66px); font-style: italic; line-height: 1; margin: 0; max-width: 800px; }
.lvfp-footer__grid { grid-template-columns: 1.25fr .85fr .75fr 1fr; }
.lvfp-footer__grid p { color: var(--lvfp-muted); line-height: 1.75; max-width: 360px; }
.lvfp-footer__grid ul { list-style: none !important; padding: 0 !important; }
.lvfp-footer__grid li { margin: 0; }
.lvfp-footer__grid a { align-items: center; display: inline-flex; min-height: 38px; }
.lvfp-footer__grid address { color: var(--lvfp-muted); margin-bottom: 14px; }

@media (max-width: 1180px) {
  .lvfp-header-inner { grid-template-columns: 1fr auto auto; }
  .lvfp-desktop-nav { display: none; }
  .lvfp-site-header .lvfp-menu-trigger { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; min-width: 48px; }
}

@media (max-width: 980px) {
  .lvfp-site #page-container { padding-top: 78px !important; }
  .lvfp-site-header { height: 78px; }
  .lvfp-header-inner { padding: 0 22px; }
  .lvfp-brand img { height: 54px; width: 54px; }
  .lvfp-header-cta { display: none; }
  .lvfp-page-hero { min-height: auto; }
  .lvfp-page-hero__grid, .lvfp-content-split { display: grid !important; grid-template-columns: 1fr; }
  .lvfp-page-hero__grid .et_pb_column, .lvfp-content-split .et_pb_column { margin: 0 !important; width: 100% !important; }
  .lvfp-footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 767px) {
  .lvfp-brand span { display: none; }
  .lvfp-page-hero { padding-top: 76px !important; }
  .lvfp-page-hero .lvfp-display { font-size: clamp(44px, 14vw, 68px) !important; }
  .lvfp-link-grid, .lvfp-footer__grid { grid-template-columns: 1fr; }
  .lvfp-link-grid a:nth-child(odd) { border-right: 0; margin-right: 0; }
  .lvfp-footer__lead { align-items: flex-start; flex-direction: column; }
  .lvfp-overlay__contact { flex-direction: column; gap: 2px; }
}

@media (prefers-reduced-motion: reduce) {
  .lvfp-marquee__track { animation: none; transform: none; }
}
