/* Lorne & Vale · pricing page. Small additions on top of lv.css. */
/* The page opens on a plain section, not a hero, so it clears the fixed nav itself. */
.lvprp>.sec:first-child{padding-top:calc(var(--nav-h) + clamp(44px,7vw,96px))}
/* The tiers follow the page head directly; keep the two close. */
.lvprp>#tarifs{padding-top:clamp(24px,4vw,56px)}
