/* ============================================
   LPM — Liz Patey Makeup — Master Styles
   One-to-one recreation of lizpateymakeup.co.uk
   ============================================ */

:root {
  --lpm-black: rgba(0, 0, 0, 1);
  --lpm-white: #ffffff;
  --lpm-gold: #C9A96E;
  --lpm-blush: #F2EAEB;
  --lpm-font-display: 'JuanaLightItalic', Georgia, serif;
  --lpm-font-body: 'RidleyGroteskMedium', Helvetica, sans-serif;
  --lpm-font-body-regular: 'RidleyGroteskRegular', Helvetica, sans-serif;
  --lpm-font-footer: 'FalenaRegular', Georgia, serif;
  --lpm-font-footer-medium: 'FalenaMedium', Georgia, serif;
  --lpm-spacing: 0.12em;
  --lpm-spacing-wide: 0.2em;
}

/* --- BODY --- */
body.lpm-site { background: var(--lpm-white); color: var(--lpm-black); font-family: var(--lpm-font-body-regular); -webkit-font-smoothing: antialiased; }
body.lpm-site .site-main { padding-top: 134px; }

/* Pull full-bleed hero sections up to sit flush under fixed header */
body.lpm-site .site-main > .lpm-hero-banner:first-child,
body.lpm-site .site-main > .lpm-hero-splash:first-child,
body.lpm-site .site-main > .lpm-hero-video:first-child,
body.lpm-site .site-main > .lpm-contact-hero:first-child {
  margin-top: -134px;
}

/* --- WP ADMIN BAR FIX --- */
.admin-bar .lpm-header { top: 32px; }
@media (max-width: 782px) {
  .admin-bar .lpm-header { top: 46px; }
}
body.lpm-site h1, body.lpm-site h2, body.lpm-site h3, body.lpm-site h4 { font-family: var(--lpm-font-display); font-weight: 100; font-style: italic; color: var(--lpm-black); margin: 0 0 20px 0; }
body.lpm-site p { font-family: var(--lpm-font-body-regular); color: var(--lpm-black); line-height: 1.8; letter-spacing: var(--lpm-spacing); }
body.lpm-site a { text-decoration: none; color: var(--lpm-black); }

/* --- HERO BANNER (full-width image + centred text overlay) --- */
.lpm-hero-banner { position: relative; width: 100%; max-height: 614px; height: 614px; overflow: hidden; }
.lpm-hero-banner__bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.lpm-hero-banner__bg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.page-id-94 .lpm-hero-banner__bg img { object-position: center 20%; }
.page-id-95 .lpm-hero-banner__bg img { object-position: center 30%; }
.page-id-95 .section-spacing { padding-top: 80px; padding-bottom: 80px; }
.lpm-hero-banner__bg::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.37); }
.lpm-hero-banner__overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 134px 20px 40px; z-index: 1; }
body.lpm-site .lpm-hero-banner__heading { font-family: var(--lpm-font-display); font-weight: 100; font-style: italic; font-size: 48px; color: #ffffff; text-transform: uppercase; letter-spacing: 0.04em; line-height: 1.2; margin-bottom: 10px; }
body.lpm-site .lpm-hero-banner__subheading { font-family: var(--lpm-font-body); font-size: 14px; color: #ffffff; text-transform: uppercase; letter-spacing: var(--lpm-spacing-wide); }

/* --- SECTION BASE --- */
.lpm-section { padding: 80px 20px; max-width: 1080px; margin: 0 auto; }
.lpm-section--full { max-width: 100%; padding-left: 0; padding-right: 0; }
.lpm-section__heading { font-family: var(--lpm-font-display); font-weight: 100; font-style: italic; font-size: 35px; text-align: center; margin-bottom: 40px; line-height: 1.2; }
body.lpm-site .lpm-section__heading--ruled { font-family: var(--lpm-font-body); font-weight: 500; font-style: normal; font-size: 22px; text-transform: uppercase; letter-spacing: var(--lpm-spacing-wide); margin-bottom: 60px; padding-bottom: 0; border-bottom: none; position: relative; }
body.lpm-site .lpm-section__heading--ruled::after { content: ''; display: block; width: 60%; max-width: 500px; height: 1px; background: var(--lpm-black); margin: 30px auto 0; }
.lpm-section__subheading { font-family: var(--lpm-font-body); font-size: 14px; text-transform: uppercase; letter-spacing: var(--lpm-spacing); text-align: center; margin-bottom: 20px; }

/* --- CONTENT + IMAGE ROW --- */
.lpm-content-row { display: flex; align-items: center; gap: 60px; max-width: 1080px; margin: 0 auto; padding: 80px 20px; }
.lpm-content-row--reverse { flex-direction: row-reverse; }
.lpm-content-row__image { flex: 1; }
.lpm-content-row__image img { width: 100%; display: block; }
.lpm-content-row__text { flex: 1; }
.lpm-content-row__text h2 { font-family: var(--lpm-font-display); font-size: 35px; font-weight: 100; margin-bottom: 20px; }
.lpm-content-row__text p { font-size: 14px; line-height: 1.8; letter-spacing: var(--lpm-spacing); margin-bottom: 20px; }
.lpm-content-row__divider { width: 1px; background: var(--lpm-black); align-self: stretch; flex-shrink: 0; opacity: 0.2; }

/* --- BUTTONS --- */
.lpm-btn { display: inline-block; font-family: var(--lpm-font-body); font-size: 12px; text-transform: uppercase; letter-spacing: var(--lpm-spacing-wide); border: 1px solid var(--lpm-black); padding: 12px 30px; color: var(--lpm-black); background: transparent; transition: all 0.3s ease; cursor: pointer; }
.lpm-btn:hover { background: var(--lpm-black); color: var(--lpm-white); }
.lpm-btn--white { border-color: var(--lpm-white); color: var(--lpm-white); }
.lpm-btn--white:hover { background: var(--lpm-white); color: var(--lpm-black); }
.lpm-btn--gold { border-color: var(--lpm-gold); color: var(--lpm-gold); }
.lpm-btn--gold:hover { background: var(--lpm-gold); color: var(--lpm-white); }

/* --- SERVICES GRID --- */
.lpm-services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; text-align: center; max-width: 1080px; margin: 0 auto; }
.lpm-service-card { padding: 40px 20px; text-decoration: none; color: var(--lpm-black); display: block; }
.lpm-service-card__image { margin-bottom: 24px; overflow: hidden; aspect-ratio: 3 / 4; }
.lpm-service-card__image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }
.lpm-service-card:hover .lpm-service-card__image img { transform: scale(1.04); }
.lpm-service-card__title { font-family: var(--lpm-font-display); font-size: 24px; font-weight: 100; font-style: italic; margin-bottom: 15px; }
.lpm-service-card__text { font-size: 13px; line-height: 1.8; letter-spacing: var(--lpm-spacing); margin-bottom: 20px; }

/* --- TAKE ME TO (services — original site style) --- */
.lpm-takemeto { padding: 80px 20px; max-width: 1080px; margin: 0 auto; }
.lpm-takemeto__inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 40px; }
.lpm-takemeto__panel { display: block; text-decoration: none; color: var(--lpm-black); position: relative; text-align: center; }
.lpm-takemeto__image { overflow: hidden; border: 1px solid rgba(0,0,0,0.08); padding: 8px; background: var(--lpm-white); }
.lpm-takemeto__image img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; display: block; transition: transform 0.5s ease; }
.lpm-takemeto__panel:hover .lpm-takemeto__image img { transform: scale(1.04); }
.lpm-takemeto__label { display: block; font-family: var(--lpm-font-display); font-size: 28px; font-weight: 100; font-style: italic; text-transform: uppercase; letter-spacing: 0.04em; margin-top: 20px; }
.lpm-takemeto__desc { font-family: var(--lpm-font-body-regular); font-size: 13px; line-height: 1.8; letter-spacing: var(--lpm-spacing); color: var(--lpm-black); margin-top: 10px; }
.lpm-takemeto__centre { display: flex; flex-direction: column; align-items: center; gap: 24px; padding: 0 10px; min-width: 180px; }
.lpm-takemeto__logo { text-align: center; }
.lpm-takemeto__logo img { max-height: 120px; width: auto; }
.lpm-takemeto__connector { display: flex; align-items: center; gap: 12px; width: 100%; }
.lpm-takemeto__line { flex: 1; height: 1px; background: var(--lpm-black); opacity: 0.2; }
.lpm-takemeto__text { font-family: var(--lpm-font-body); font-size: 10px; text-transform: uppercase; letter-spacing: var(--lpm-spacing-wide); white-space: nowrap; color: var(--lpm-black); }

/* --- GALLERY --- */
.lpm-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; }
.lpm-gallery__item { overflow: hidden; position: relative; }
.lpm-gallery__item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s ease; }
.lpm-gallery__item::after { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0); transition: background 0.4s ease; pointer-events: none; }
.lpm-gallery__item:hover img { transform: scale(1.06); }
.lpm-gallery__item:hover::after { background: rgba(0,0,0,0.08); }

/* --- TESTIMONIALS --- */
.lpm-testimonials { text-align: center; padding: 80px 20px; max-width: 1080px; margin: 0 auto; }
.lpm-testimonial { max-width: 700px; margin: 0 auto 60px; }
.lpm-testimonial__stars { color: var(--lpm-gold); font-size: 14px; letter-spacing: 4px; margin-bottom: 10px; }
.lpm-testimonial__text { font-family: var(--lpm-font-display); font-size: 22px; font-weight: 100; font-style: italic; line-height: 1.6; margin-bottom: 20px; }
.lpm-testimonial__author { font-family: var(--lpm-font-body); font-size: 12px; text-transform: uppercase; letter-spacing: var(--lpm-spacing-wide); }

/* --- AREAS COVERED --- */
.lpm-areas { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; max-width: 1080px; margin: 0 auto; }
.lpm-areas__item a { font-family: var(--lpm-font-body); font-size: 13px; text-transform: uppercase; letter-spacing: var(--lpm-spacing); padding: 15px; display: block; border: 1px solid var(--lpm-black); transition: all 0.3s ease; }
.lpm-areas__item a:hover { background: var(--lpm-black); color: var(--lpm-white); }

/* --- CTA BANNER --- */
.lpm-cta { text-align: center; padding: 100px 20px; background-size: cover; background-position: center; position: relative; }
.lpm-cta::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.5); }
.lpm-cta__content { position: relative; z-index: 1; }
body.lpm-site .lpm-cta__heading { font-family: var(--lpm-font-display); font-size: 40px; font-weight: 100; color: #ffffff; margin-bottom: 20px; }
body.lpm-site .lpm-cta__text { font-family: var(--lpm-font-body-regular); font-size: 14px; color: #ffffff; letter-spacing: var(--lpm-spacing); margin-bottom: 30px; max-width: 600px; margin-left: auto; margin-right: auto; }
body.lpm-site .lpm-cta .lpm-btn { border-color: #ffffff; color: #ffffff; }
body.lpm-site .lpm-cta .lpm-btn:hover { background: #ffffff; color: var(--lpm-black); }

/* --- CONTACT --- */
.lpm-contact { display: flex; gap: 60px; max-width: 1080px; margin: 0 auto; padding: 80px 20px; }
.lpm-contact__form { flex: 1; }
.lpm-contact__info { flex: 1; text-align: center; }
.lpm-contact__info p { font-size: 13px; text-transform: uppercase; letter-spacing: var(--lpm-spacing); line-height: 2; }

/* --- SOCIAL ICONS --- */
.lpm-social { text-align: center; margin: 20px 0; }
.lpm-social a { display: inline-block; padding: 0 5px; }
.lpm-social a img { height: 12px; }

/* --- LATEST POSTS --- */
.lpm-posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; max-width: 1080px; margin: 0 auto; }
.lpm-post-card { text-align: left; }
.lpm-post-card__image { overflow: hidden; position: relative; margin-bottom: 20px; display: block; }
.lpm-post-card__image img { width: 100%; aspect-ratio: 3/4; object-fit: cover; display: block; transition: transform 0.6s ease; }
.lpm-post-card__image::after { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0); transition: background 0.4s ease; pointer-events: none; }
.lpm-post-card:hover .lpm-post-card__image img { transform: scale(1.06); }
.lpm-post-card:hover .lpm-post-card__image::after { background: rgba(0,0,0,0.08); }
.lpm-post-card__title { font-family: var(--lpm-font-display); font-size: 20px; font-weight: 100; margin-bottom: 10px; }
.lpm-post-card__meta { font-family: var(--lpm-font-body); font-size: 11px; text-transform: uppercase; letter-spacing: var(--lpm-spacing); color: rgba(0,0,0,0.6); margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.lpm-post-card__category { color: var(--lpm-gold); }
.lpm-post-card__excerpt { font-family: var(--lpm-font-body-regular); font-size: 13px; line-height: 1.8; color: var(--lpm-black); margin-bottom: 15px; }
.lpm-post-card__link { font-family: var(--lpm-font-body); font-size: 11px; text-transform: uppercase; letter-spacing: var(--lpm-spacing); color: var(--lpm-black); text-decoration: none; border-bottom: 1px solid var(--lpm-black); padding-bottom: 3px; }
.lpm-post-card__link:hover { color: var(--lpm-gold); border-color: var(--lpm-gold); }
.lpm-post-card__title a { text-decoration: none; color: var(--lpm-black); }
.lpm-post-card__title a:hover { color: var(--lpm-gold); }

/* --- Pink Background Modifier --- */
.lpm-section--pink-bg {
  position: relative;
  padding: 60px 40px;
  margin-top: 80px;
  margin-bottom: 80px;
}
.lpm-section--pink-bg-fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background: #f2eaeb;
  z-index: -1;
}
.lpm-section--pink-bg-fill::before,
.lpm-section--pink-bg-fill::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 80px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
.lpm-section--pink-bg-fill::before {
  bottom: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 1280 140' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0v140h1280L0 0z' fill='%23f2eaeb'/%3E%3C/svg%3E");
}
.lpm-section--pink-bg-fill::after {
  top: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 1280 140' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h1280v140L0 0z' fill='%23f2eaeb'/%3E%3C/svg%3E");
}

/* --- INSTAGRAM FEED (footer style) --- */
.lpm-instagram-footer { background: var(--lpm-blush); padding: 10px 0; position: relative; overflow: hidden; margin-top: 100px; }
.lpm-instagram-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 1280 140' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1280 140V0H0l1280 140z' fill='%23ffffff'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 1;
}
.lpm-instagram-footer__inner { display: flex; align-items: stretch; max-width: 1060px; margin: 0 auto; position: relative; z-index: 2; }
.lpm-instagram-footer__gallery { display: flex; flex: 1; gap: 8px; padding: 8px; border: 1px solid rgba(0,0,0,0.15); background: var(--lpm-white); }
.lpm-instagram-footer__item { flex: 1; display: block; overflow: hidden; }
.lpm-instagram-footer__item img { width: 100%; height: 100%; aspect-ratio: 1; object-fit: cover; display: block; transition: transform 0.4s ease, opacity 0.4s ease; }
.lpm-instagram-footer__item:hover img { transform: scale(1.05); opacity: 0.85; }
.lpm-instagram-footer__label { display: flex; align-items: center; justify-content: center; writing-mode: vertical-rl; text-orientation: mixed; padding: 20px 18px; font-family: var(--lpm-font-body); font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--lpm-black); text-decoration: none; transition: opacity 0.3s ease; white-space: nowrap; }
.lpm-instagram-footer__label:hover { opacity: 0.6; }

/* --- HEADER (split nav + centred logo) --- */
.lpm-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: var(--lpm-white); transition: background 0.4s ease, box-shadow 0.4s ease, backdrop-filter 0.4s ease, border-color 0.4s ease; padding: 0; border-bottom: 1px solid rgba(0,0,0,0.1); }
.lpm-header.scrolled { background: rgba(255,255,255,0.75); backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px) saturate(180%); box-shadow: 0 1px 6px rgba(0,0,0,0.06); border-bottom-color: rgba(0,0,0,0.05); }

/* Split layout: left nav — logo — right nav */
.lpm-header__split { display: none; align-items: center; justify-content: center; padding: 12px 50px; transition: padding 0.4s ease; }
.lpm-header__nav-left,
.lpm-header__nav-right { flex: 1; }
.lpm-header__nav-left { text-align: right; }
.lpm-header__nav-right { text-align: left; }
.lpm-header__nav-left .lpm-header__nav { justify-content: flex-end; }
.lpm-header__nav-right .lpm-header__nav { justify-content: flex-start; }

/* Centre logo */
.lpm-header__logo { display: block; padding: 0 40px; flex-shrink: 0; }
.lpm-header__logo img { height: 110px; width: auto; display: block; transition: height 0.4s ease; }

/* Scrolled state — compact header */
.lpm-header.scrolled .lpm-header__split { padding: 6px 50px; }
.lpm-header.scrolled .lpm-header__logo img { height: 77px; }

/* Nav list */
.lpm-header__nav { display: flex; gap: 30px; list-style: none; margin: 0; padding: 0; align-items: center; }
.lpm-header__nav li { position: relative; }
.lpm-header__nav a { font-family: var(--lpm-font-body); font-size: 11px; text-transform: uppercase; letter-spacing: 0.18em; color: var(--lpm-black); transition: opacity 0.3s ease; white-space: nowrap; }
.lpm-header__nav a:hover { opacity: 0.5; }
.lpm-header__arrow { width: 12px; height: 12px; margin-left: 4px; vertical-align: -1px; display: inline-block; stroke-width: 2; }

/* Dropdown */
.lpm-header__nav .sub-menu { display: none; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); list-style: none; margin: 0; padding: 12px 0 0; min-width: 240px; z-index: 200; }
.lpm-header__nav li:hover > .sub-menu { display: block; }
.lpm-header__nav .sub-menu li { text-align: center; }
.lpm-header__nav .sub-menu a { font-size: 10px; display: block; padding: 6px 20px; background: var(--lpm-white); letter-spacing: var(--lpm-spacing); transition: background 0.2s ease; }
.lpm-header__nav .sub-menu a:hover { background: #f2f2f2; opacity: 1; }

/* Mobile */
.lpm-header__mobile { display: flex; align-items: center; justify-content: space-between; padding: 10px 20px; }
.lpm-header__logo--mobile img { height: 50px; width: auto; }
.lpm-header__mobile-toggle { font-family: var(--lpm-font-body); font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; background: none; border: none; cursor: pointer; color: var(--lpm-black); padding: 5px; }
.lpm-header__mobile-menu { padding: 20px 0; text-align: center; border-top: 1px solid rgba(0,0,0,0.08); }
.lpm-header__nav--mobile { flex-direction: column; gap: 12px; }
.lpm-header__nav--mobile .sub-menu { position: static; transform: none; display: block; padding: 8px 0 0; min-width: auto; }
.lpm-header__nav--mobile .sub-menu a { font-size: 10px; padding: 4px 0; background: transparent; }

/* Nav CTA Button (Book Now) */
.lpm-header__nav .lpm-nav-cta a { background: transparent; border: 1px solid var(--lpm-gold); color: var(--lpm-gold) !important; padding: 8px 20px; font-family: var(--lpm-font-body); font-size: 10px; text-transform: uppercase; letter-spacing: var(--lpm-spacing-wide); transition: all 0.3s ease; white-space: nowrap; }
.lpm-header__nav .lpm-nav-cta a:hover { background: var(--lpm-gold); color: var(--lpm-white) !important; opacity: 1; }
.lpm-header__nav--mobile .lpm-nav-cta { margin-top: 12px; padding-top: 12px; border-top: 1px solid rgba(0,0,0,0.08); }
.lpm-header__nav--mobile .lpm-nav-cta a { display: inline-block; padding: 10px 30px; border: 1px solid var(--lpm-gold); color: var(--lpm-gold) !important; }
.lpm-header__nav--mobile .lpm-nav-cta a:hover { background: var(--lpm-gold); color: var(--lpm-white) !important; }

/* Extra mobile-only links */
.lpm-header__nav--mobile-extra { margin-top: 8px; padding-top: 8px; border-top: 1px solid rgba(0,0,0,0.05); }

@media (min-width: 769px) {
  .lpm-header__split { display: flex; }
  .lpm-header__mobile { display: none; }
}

/* --- BREADCRUMB --- */
.lpm-breadcrumb { font-family: var(--lpm-font-body); font-size: 11px; text-transform: uppercase; letter-spacing: var(--lpm-spacing); max-width: 1080px; margin: 20px auto; padding: 0 20px; }
.lpm-breadcrumb a { color: var(--lpm-black); text-decoration: none; }
.lpm-breadcrumb a:hover { opacity: 0.6; }
.lpm-breadcrumb span { opacity: 0.6; }

/* --- QUOTE / CTA BOX — pink stripe with white text + vertical line --- */
.lpm-quote-cta { background: var(--lpm-blush); width: 100%; padding: 80px 40px; }
.lpm-quote-cta__inner { max-width: 900px; margin: 0 auto; display: flex; align-items: stretch; gap: 40px; }
.lpm-quote-cta__line { width: 1px; background: var(--lpm-black); flex-shrink: 0; }
.lpm-quote-cta__content { flex: 1; }
body.lpm-site .lpm-quote-cta__text { font-family: var(--lpm-font-body-regular); font-size: 14px; line-height: 1.8; letter-spacing: var(--lpm-spacing); margin-bottom: 20px; color: var(--lpm-black); }
body.lpm-site .lpm-quote-cta__quote { font-family: var(--lpm-font-display); font-weight: 100; font-style: italic; font-size: 26px; letter-spacing: 0.02em; margin-bottom: 20px; line-height: 1.6; color: var(--lpm-black); }
.lpm-quote-cta .lpm-btn--white { border-color: var(--lpm-black); color: var(--lpm-black); }
.lpm-quote-cta .lpm-btn--white:hover { background: var(--lpm-black); color: var(--lpm-white); }

/* --- TESTIMONIAL BANNER --- */
.lpm-testimonial-banner { position: relative; width: 100%; min-height: 450px; background-size: cover; background-position: center; display: flex; align-items: center; }
.lpm-testimonial-banner__overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.3); }
.lpm-testimonial-banner__quote { position: relative; z-index: 1; max-width: 600px; padding: 40px; display: flex; align-items: stretch; gap: 30px; }
.lpm-testimonial-banner__line { width: 1px; background: rgba(255,255,255,0.5); flex-shrink: 0; }
body.lpm-site .lpm-testimonial-banner__quote p { font-family: var(--lpm-font-display); font-size: 28px; font-weight: 100; font-style: italic; color: var(--lpm-white); line-height: 1.6; text-shadow: 0 2px 15px rgba(0,0,0,0.3); }
.lpm-testimonial-banner__quote--left { margin-left: 10%; }
.lpm-testimonial-banner__quote--right { margin-left: auto; margin-right: 10%; }
.lpm-testimonial-banner__quote--center { margin: 0 auto; text-align: center; }

/* --- PORTFOLIO SLIDER --- */
.lpm-pslider-section { padding: 80px 0 40px; }
.lpm-pslider__header { text-align: center; margin-bottom: 50px; }
.lpm-pslider__heading { font-family: var(--lpm-font-body); font-size: 12px; text-transform: uppercase; letter-spacing: var(--lpm-spacing-wide); color: var(--lpm-black); margin-bottom: 12px; }
.lpm-pslider__rule { display: block; width: 60px; height: 2px; background: #c4837a; margin: 0 auto; }
.lpm-pslider { position: relative; }
.lpm-pslider__viewport { overflow: hidden; padding: 0 80px; }
.lpm-pslider__track { display: flex; transition: transform 0.6s ease; }
.lpm-pslider__track--no-transition { transition: none !important; }
.lpm-pslider__slide { flex: 0 0 calc(100% / 3); padding: 0 6px; }
.lpm-pslider__slide img { width: 100%; height: 500px; object-fit: cover; display: block; }
.lpm-pslider__nav { display: flex; justify-content: space-between; max-width: 1200px; margin: 30px auto 0; padding: 0 80px; }
.lpm-pslider__prev,
.lpm-pslider__next { font-family: var(--lpm-font-body); font-size: 10px; text-transform: uppercase; letter-spacing: var(--lpm-spacing-wide); background: none; border: none; cursor: pointer; color: var(--lpm-black); padding: 5px 0; transition: opacity 0.3s ease; }
.lpm-pslider__prev:hover,
.lpm-pslider__next:hover { opacity: 0.5; }

/* --- REVIEWS GRID --- */
.lpm-reviews-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.lpm-review-card { background: #F5F5F5; padding: 35px; }
.lpm-review-card__stars { color: var(--lpm-gold); font-size: 14px; letter-spacing: 4px; margin-bottom: 15px; }
.lpm-review-card__text { font-family: var(--lpm-font-body-regular); font-size: 14px; line-height: 1.8; letter-spacing: var(--lpm-spacing); margin-bottom: 20px; }
.lpm-review-card__author { font-family: var(--lpm-font-body); font-size: 12px; text-transform: uppercase; letter-spacing: var(--lpm-spacing-wide); font-weight: 700; margin-bottom: 5px; }
.lpm-review-card__venue { font-family: var(--lpm-font-body-regular); font-size: 11px; letter-spacing: var(--lpm-spacing); opacity: 0.6; }

/* --- CONTACT FORM + IMAGE --- */
.lpm-contact-form { display: flex; gap: 40px; align-items: flex-start; }
.lpm-contact-form__form { flex: 1; background: #FAF5F0; padding: 40px; }
.lpm-contact-form__form input[type="text"],
.lpm-contact-form__form input[type="email"],
.lpm-contact-form__form input[type="tel"],
.lpm-contact-form__form input[type="date"],
.lpm-contact-form__form textarea,
.lpm-contact-form__form select { width: 100%; border: none; border-bottom: 1px solid rgba(0,0,0,0.2); background: transparent; padding: 10px 0; font-family: var(--lpm-font-body-regular); font-size: 13px; letter-spacing: var(--lpm-spacing); margin-bottom: 20px; outline: none; }
.lpm-contact-form__form input:focus,
.lpm-contact-form__form textarea:focus { border-bottom-color: var(--lpm-black); }
.lpm-contact-form__form input[type="submit"] { font-family: var(--lpm-font-body); font-size: 12px; text-transform: uppercase; letter-spacing: var(--lpm-spacing-wide); border: 1px solid var(--lpm-black); padding: 12px 30px; color: var(--lpm-black); background: transparent; cursor: pointer; transition: all 0.3s ease; }
.lpm-contact-form__form input[type="submit"]:hover { background: var(--lpm-black); color: var(--lpm-white); }
.lpm-contact-form__image { flex: 1; }

/* --- GALLERY PAGE (vertical label + grid) --- */
.lpm-gallery-page { display: flex; gap: 20px; padding: 0 20px; }
.lpm-gallery-page__label { writing-mode: vertical-lr; transform: rotate(180deg); font-family: var(--lpm-font-body); font-size: 11px; text-transform: uppercase; letter-spacing: var(--lpm-spacing-wide); display: flex; align-items: center; justify-content: center; padding: 20px 10px; flex-shrink: 0; }
.lpm-gallery-page__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; flex: 1; }
.lpm-gallery-page__item { display: block; }

/* --- BRIDAL GALLERY PAGE (masonry + filters) --- */
.lpm-gallery-section { padding: 0 0 80px; }
.lpm-gallery-filters { display: flex; justify-content: center; gap: 0; padding: 50px 20px 40px; }
.lpm-gallery-filters__btn { font-family: var(--lpm-font-body); font-size: 12px; text-transform: uppercase; letter-spacing: var(--lpm-spacing-wide); padding: 14px 35px; border: 1px solid var(--lpm-black); background: transparent; color: var(--lpm-black); cursor: pointer; transition: all 0.3s ease; }
.lpm-gallery-filters__btn:first-child { border-right: none; }
.lpm-gallery-filters__btn.active,
.lpm-gallery-filters__btn:hover { background: var(--lpm-black); color: var(--lpm-white); }

/* Masonry grid using CSS columns */
.lpm-gallery-masonry { columns: 3; column-gap: 12px; padding: 0 40px; }
.lpm-gallery-masonry__item { display: block; break-inside: avoid; margin-bottom: 12px; overflow: hidden; position: relative; animation: lpmGalleryFadeUp 0.6s ease both; }
.lpm-gallery-masonry__item img { width: 100%; height: auto; display: block; transition: transform 0.5s ease, filter 0.5s ease; }
.lpm-gallery-masonry__item:hover img { transform: scale(1.03); filter: brightness(0.9); }
.lpm-gallery-masonry__item::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,0); transition: background 0.3s ease; pointer-events: none; }
.lpm-gallery-masonry__item:hover::after { background: rgba(0,0,0,0.1); }

@keyframes lpmGalleryFadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.lpm-gallery-fade-in { animation: lpmGalleryFadeUp 0.4s ease both; }
.lpm-gallery-empty { text-align: center; padding: 80px 20px; font-family: var(--lpm-font-body-regular); font-size: 14px; color: rgba(0,0,0,0.5); }

/* Gallery Pagination */
.lpm-gallery-pagination { display: flex; align-items: center; justify-content: center; gap: 20px; padding: 50px 20px 20px; }
.lpm-gallery-pagination__numbers { display: flex; gap: 6px; }
.lpm-gallery-pagination__num { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; font-family: var(--lpm-font-body); font-size: 13px; letter-spacing: var(--lpm-spacing); border: 1px solid rgba(0,0,0,0.2); color: var(--lpm-black); text-decoration: none; transition: all 0.3s ease; }
.lpm-gallery-pagination__num:hover,
.lpm-gallery-pagination__num.active { background: var(--lpm-black); color: var(--lpm-white); border-color: var(--lpm-black); }
.lpm-gallery-pagination__btn { font-family: var(--lpm-font-body); font-size: 12px; text-transform: uppercase; letter-spacing: var(--lpm-spacing-wide); color: var(--lpm-black); text-decoration: none; padding: 10px 0; transition: opacity 0.3s ease; }
.lpm-gallery-pagination__btn:hover { opacity: 0.6; }

/* Gallery filter as links (not Alpine buttons) */
.lpm-gallery-filters__btn { display: inline-block; text-decoration: none; }

/* Alpine x-cloak */
[x-cloak] { display: none !important; }

/* --- DIAGONAL BACKGROUND BAND --- */
.lpm-diagonal-band { position: relative; }
.lpm-diagonal-band::after { content: ""; position: absolute; bottom: -80px; left: 0; right: 0; height: 200px; background: #FAF5F0; transform: skewY(-3deg); z-index: -1; }

/* --- CONTACT HERO --- */
.lpm-contact-hero { position: relative; width: 100%; height: 654px; overflow: hidden; }
.lpm-contact-hero__bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.lpm-contact-hero__bg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lpm-contact-hero__bg::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.45); }
.lpm-contact-hero__overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; z-index: 1; padding-top: 134px; }
.lpm-contact-hero__content { text-align: center; max-width: 700px; padding: 40px 20px; }
body.lpm-site .lpm-contact-hero__heading { font-family: var(--lpm-font-display); font-weight: 100; font-style: italic; font-size: 52px; color: #ffffff; text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 25px; }
body.lpm-site .lpm-contact-hero__intro { font-family: var(--lpm-font-body-regular); font-size: 14px; line-height: 1.8; letter-spacing: var(--lpm-spacing); color: #ffffff; margin-bottom: 25px; }
body.lpm-site .lpm-contact-hero__details p { font-family: var(--lpm-font-body); font-size: 13px; text-transform: uppercase; letter-spacing: var(--lpm-spacing); color: #ffffff; line-height: 2; }
body.lpm-site .lpm-contact-hero__details a { color: #ffffff; text-decoration: none; }
body.lpm-site .lpm-contact-hero__details a:hover { opacity: 0.7; }

/* --- CONTACT FORM SECTION (blush background, form + images) --- */
.lpm-contact-form-section { background: var(--lpm-blush); padding: 40px 0 80px; }
.lpm-contact-form-section__breadcrumb { max-width: 1100px; margin: 0 auto 30px; padding: 0 40px; font-family: var(--lpm-font-body); font-size: 11px; text-transform: uppercase; letter-spacing: var(--lpm-spacing-wide); color: rgba(0,0,0,0.5); }
.lpm-contact-form-section__breadcrumb a { color: rgba(0,0,0,0.5); text-decoration: none; }
.lpm-contact-form-section__breadcrumb a:hover { color: var(--lpm-black); }
.lpm-contact-form-section__inner { display: flex; gap: 50px; max-width: 1100px; margin: 0 auto; padding: 0 40px; align-items: flex-start; }
.lpm-contact-form-section__form { flex: 1; }
body.lpm-site .lpm-contact-form-section__title { font-family: var(--lpm-font-display); font-weight: 100; font-style: italic; font-size: 20px; color: var(--lpm-black); letter-spacing: 0.04em; margin-bottom: 30px; }
.lpm-contact-form-section__images { flex: 0 0 380px; display: flex; flex-direction: column; gap: 20px; }
.lpm-contact-form-section__img img { width: 100%; height: auto; display: block; }

/* Contact Testimonial Carousel — persistent white card, content crossfades */
.lpm-contact-testimonial-carousel { position: relative; }
.lpm-contact-testimonial-carousel .lpm-review-card { padding: 0; }
.lpm-contact-testimonial-carousel__track { position: relative; min-height: 320px; }
.lpm-contact-testimonial-carousel__slide { position: absolute; inset: 0; padding: 35px; display: flex; flex-direction: column; justify-content: center; opacity: 0; transition: opacity 1.8s ease-in-out; pointer-events: none; }
.lpm-contact-testimonial-carousel__slide.is-active { opacity: 1; pointer-events: auto; }

/* Contact form fallback (matches old site Divi form) */
.lpm-contact-form-fallback__row { display: flex; gap: 20px; }
.lpm-contact-form-fallback__row .lpm-contact-form-fallback__field { flex: 1; }
.lpm-contact-form-fallback__field { margin-bottom: 20px; }
.lpm-contact-form-fallback input[type="text"],
.lpm-contact-form-fallback input[type="email"],
.lpm-contact-form-fallback input[type="tel"],
.lpm-contact-form-fallback textarea { width: 100%; border: 1px solid rgba(0,0,0,0.3); background: var(--lpm-white); padding: 14px 16px; font-family: var(--lpm-font-body-regular); font-size: 13px; letter-spacing: var(--lpm-spacing); outline: none; color: var(--lpm-black); }
.lpm-contact-form-fallback input::placeholder,
.lpm-contact-form-fallback textarea::placeholder { color: rgba(0,0,0,0.5); font-family: var(--lpm-font-body-regular); font-size: 13px; letter-spacing: var(--lpm-spacing); }
.lpm-contact-form-fallback input:focus,
.lpm-contact-form-fallback textarea:focus { border-color: var(--lpm-black); }
.lpm-contact-form-fallback textarea { resize: vertical; min-height: 100px; }
.lpm-contact-form-fallback__submit { font-family: var(--lpm-font-body); font-size: 12px; text-transform: uppercase; letter-spacing: var(--lpm-spacing-wide); border: 1px solid var(--lpm-black); padding: 14px 40px; color: var(--lpm-white); background: var(--lpm-black); cursor: pointer; transition: all 0.3s ease; margin-top: 10px; }
.lpm-contact-form-fallback__submit:hover { background: transparent; color: var(--lpm-black); }

/* CF7 form styling within contact section */
.lpm-contact-form-section .wpcf7 input[type="text"],
.lpm-contact-form-section .wpcf7 input[type="email"],
.lpm-contact-form-section .wpcf7 input[type="tel"],
.lpm-contact-form-section .wpcf7 input[type="date"],
.lpm-contact-form-section .wpcf7 textarea,
.lpm-contact-form-section .wpcf7 select { width: 100%; border: 1px solid rgba(0,0,0,0.3); background: var(--lpm-white); padding: 14px 16px; font-family: var(--lpm-font-body-regular); font-size: 13px; letter-spacing: var(--lpm-spacing); outline: none; color: var(--lpm-black); }
.lpm-contact-form-section .wpcf7 input::placeholder,
.lpm-contact-form-section .wpcf7 textarea::placeholder { color: rgba(0,0,0,0.5); }
.lpm-contact-form-section .wpcf7 input:focus,
.lpm-contact-form-section .wpcf7 textarea:focus { border-color: var(--lpm-black); }
.lpm-contact-form-section .wpcf7 input[type="submit"] { font-family: var(--lpm-font-body); font-size: 12px; text-transform: uppercase; letter-spacing: var(--lpm-spacing-wide); border: 1px solid var(--lpm-black); padding: 14px 40px; color: var(--lpm-white); background: var(--lpm-black); cursor: pointer; transition: all 0.3s ease; }
.lpm-contact-form-section .wpcf7 input[type="submit"]:hover { background: transparent; color: var(--lpm-black); }
.lpm-contact-form-section .wpcf7 p { margin-bottom: 0; padding: 0; }
.lpm-contact-form-section .wpcf7 label { font-family: var(--lpm-font-body-regular); font-size: 13px; letter-spacing: var(--lpm-spacing); color: rgba(0,0,0,0.5); }
.lpm-contact-form-section .wpcf7-form { display: flex; flex-direction: column; gap: 15px; }
.lpm-contact-form-section .lpm-cf7-row { display: flex; gap: 20px; margin-bottom: 0; }
.lpm-contact-form-section .lpm-cf7-col { flex: 1; }
.lpm-contact-form-section .wpcf7-form-control-wrap { display: block; margin-bottom: 0; }
.lpm-contact-form-section .wpcf7-form > p { margin-bottom: 0; }
.lpm-contact-form-section .wpcf7-form br { display: none; }
.lpm-contact-form-section .wpcf7 textarea { min-height: 120px; height: 120px; }

/* CTA Form — background image with form card */
.lpm-cta-form { width: 100%; min-height: 600px; background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; display: flex; align-items: center; }
.lpm-cta-form::before { content: ''; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.3); }
.lpm-cta-form__inner { position: relative; z-index: 1; width: 100%; max-width: 1200px; margin: 0 auto; padding: 60px 40px; }
.lpm-cta-form__card { background: rgba(255, 255, 255, 0.95); padding: 50px 40px; max-width: 500px; }
body.lpm-site .lpm-cta-form__heading { font-family: var(--lpm-font-display); font-weight: 100; font-style: italic; font-size: 32px; color: var(--lpm-black); letter-spacing: 0.04em; margin-bottom: 12px; line-height: 1.3; }
body.lpm-site .lpm-cta-form__text { font-family: var(--lpm-font-body-regular); font-size: 13px; line-height: 1.8; letter-spacing: var(--lpm-spacing); color: rgba(0,0,0,0.7); margin-bottom: 30px; }
.lpm-cta-form__form .wpcf7 input[type="text"],
.lpm-cta-form__form .wpcf7 input[type="email"],
.lpm-cta-form__form .wpcf7 input[type="tel"],
.lpm-cta-form__form .wpcf7 input[type="date"],
.lpm-cta-form__form .wpcf7 textarea,
.lpm-cta-form__form .wpcf7 select { width: 100%; border: 1px solid rgba(0,0,0,0.3) !important; background: var(--lpm-white); padding: 14px 16px !important; font-family: var(--lpm-font-body-regular); font-size: 13px; letter-spacing: var(--lpm-spacing); outline: none; color: var(--lpm-black); }
.lpm-cta-form__form .wpcf7 input::placeholder,
.lpm-cta-form__form .wpcf7 textarea::placeholder { color: rgba(0,0,0,0.4); font-family: var(--lpm-font-body-regular); font-size: 13px; letter-spacing: var(--lpm-spacing); }
.lpm-cta-form__form .wpcf7 input:focus,
.lpm-cta-form__form .wpcf7 textarea:focus { border-color: var(--lpm-black); }
.lpm-cta-form__form .wpcf7 input[type="submit"] { font-family: var(--lpm-font-body); font-size: 12px; text-transform: uppercase; letter-spacing: var(--lpm-spacing-wide); border: 1px solid var(--lpm-black); padding: 14px 40px; color: var(--lpm-white); background: var(--lpm-black); cursor: pointer; transition: all 0.3s ease; margin-top: 10px; }
.lpm-cta-form__form .wpcf7 input[type="submit"]:hover { background: transparent; color: var(--lpm-black); }
.lpm-cta-form__form .wpcf7 textarea { min-height: 100px; height: 100px; resize: vertical; }
.lpm-cta-form__form .wpcf7-form { display: flex; flex-direction: column; gap: 12px; }
.lpm-cta-form__form .wpcf7-form > p { margin-bottom: 0; }
.lpm-cta-form__form .wpcf7-form br { display: none; }
.lpm-cta-form__form .wpcf7 label { font-family: var(--lpm-font-body-regular); font-size: 12px; letter-spacing: var(--lpm-spacing); color: rgba(0,0,0,0.5); }
.lpm-cta-form__form .lpm-cf7-row { display: flex; gap: 20px; margin-bottom: 0; }
.lpm-cta-form__form .lpm-cf7-col { flex: 1; }

/* GDPR consent checkbox */
.lpm-cf7-gdpr { display: flex; align-items: flex-start; gap: 10px; }
.lpm-cf7-gdpr .wpcf7-form-control-wrap { flex: 0 0 auto; }
.lpm-cf7-gdpr .wpcf7-acceptance { display: flex; align-items: flex-start; gap: 10px; }
.lpm-cf7-gdpr .wpcf7-acceptance input[type="checkbox"] { width: 16px; height: 16px; margin-top: 2px; flex-shrink: 0; accent-color: var(--lpm-black); cursor: pointer; }
.lpm-cf7-gdpr .wpcf7-acceptance .wpcf7-list-item-label { font-family: var(--lpm-font-body-regular); font-size: 12px; line-height: 1.5; letter-spacing: var(--lpm-spacing); color: rgba(0,0,0,0.6); }
body.lpm-site .lpm-cf7-gdpr a { color: var(--lpm-black); text-decoration: underline; }
body.lpm-site .lpm-cf7-gdpr a:hover { color: rgba(0,0,0,0.6); }

/* --- CONTACT TESTIMONIAL (full-width B&W photo + quote) --- */
.lpm-contact-testimonial { position: relative; width: 100%; min-height: 500px; overflow: hidden; }
.lpm-contact-testimonial__bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.lpm-contact-testimonial__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 50%; display: block; filter: grayscale(100%); }
.lpm-contact-testimonial__bg::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.41); }
.lpm-contact-testimonial__bg::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: rgba(255,255,255,0.3); z-index: 1; }
.lpm-contact-testimonial__overlay { position: relative; z-index: 2; display: flex; align-items: center; min-height: 500px; padding: 80px 40px; }
body.lpm-site .lpm-contact-testimonial__quote { font-family: var(--lpm-font-display); font-weight: 100; font-style: italic; font-size: 28px; color: #ffffff; line-height: 1.6; max-width: 700px; margin: 0; letter-spacing: 0.02em; border: none; border-left: 2px solid rgba(255,255,255,0.5); padding-left: 30px; }

/* --- CONTACT VENUES LIST --- */
.lpm-contact-venues { max-width: 900px; margin: 0 auto; text-align: center; padding: 60px 20px; }
body.lpm-site .lpm-contact-venues__heading { font-family: var(--lpm-font-body); font-weight: 400; font-style: normal; font-size: 12px; text-transform: uppercase; letter-spacing: var(--lpm-spacing); color: var(--lpm-black); margin-bottom: 20px; }
.lpm-contact-venues__list { font-family: var(--lpm-font-body-regular); font-size: 13px; line-height: 1.8; letter-spacing: 0.05em; color: var(--lpm-black); }

/* --- VENUE HIGHLIGHTS --- */
.lpm-venue-highlights__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1080px; margin: 0 auto; }
.lpm-venue-card { padding: 30px; border: 1px solid rgba(0,0,0,0.1); background: #FAF5F0; }
.lpm-venue-card__title { font-family: var(--lpm-font-display); font-size: 18px; font-style: italic; font-weight: 100; margin-bottom: 8px; }
.lpm-venue-card__type { font-family: var(--lpm-font-body); font-size: 11px; color: rgba(0,0,0,0.5); margin-bottom: 15px; letter-spacing: var(--lpm-spacing); text-transform: uppercase; }
.lpm-venue-card__description { font-family: var(--lpm-font-body-regular); font-size: 13px; line-height: 1.8; color: var(--lpm-black); }

/* --- INTRO TEXT --- */
.lpm-intro-text { max-width: 900px; margin: 0 auto; text-align: center; }
.lpm-intro-text__heading { font-family: var(--lpm-font-display); font-size: 20px; text-transform: uppercase; letter-spacing: var(--lpm-spacing); color: var(--lpm-black); margin-bottom: 20px; }
.lpm-intro-text__content { font-family: var(--lpm-font-body-regular); font-size: 14px; line-height: 1.8; letter-spacing: var(--lpm-spacing); color: var(--lpm-black); }

/* --- CONTACT DETAILS --- */
.lpm-contact-details { max-width: 900px; margin: 0 auto; }
.lpm-contact-details__grid { display: flex; justify-content: center; gap: 60px; flex-wrap: wrap; }
.lpm-contact-details__item { text-align: center; }
.lpm-contact-details__label { font-family: var(--lpm-font-body); font-size: 11px; text-transform: uppercase; letter-spacing: var(--lpm-spacing); color: var(--lpm-black); display: block; margin-bottom: 8px; }
.lpm-contact-details__value { font-family: var(--lpm-font-body-regular); font-size: 14px; color: var(--lpm-black); text-decoration: none; }
.lpm-contact-details__value:hover { color: var(--lpm-gold); }

/* --- VENUE LIST --- */
.lpm-venue-list { max-width: 900px; margin: 0 auto; text-align: center; }
.lpm-venue-list__heading { font-family: var(--lpm-font-body); font-size: 11px; text-transform: uppercase; letter-spacing: var(--lpm-spacing); color: var(--lpm-black); margin-bottom: 15px; }
.lpm-venue-list__content { font-family: var(--lpm-font-body-regular); font-size: 13px; line-height: 1.8; letter-spacing: 0.05em; color: var(--lpm-black); }

/* --- BLOG ARCHIVE --- */
.lpm-blog-archive { max-width: 1200px; margin: 0 auto; }
.lpm-blog-archive__grid { columns: 3; column-gap: 40px; }
.lpm-blog-card { break-inside: avoid; margin-bottom: 40px; }
.lpm-blog-card__image { margin-bottom: 20px; }
.lpm-blog-card__image img { width: 100%; height: auto; display: block; }
.lpm-blog-card__title { font-family: var(--lpm-font-display); font-size: 18px; font-weight: 100; font-style: italic; margin-bottom: 12px; line-height: 1.3; }
.lpm-blog-card__title a { text-decoration: none; color: var(--lpm-black); }
.lpm-blog-card__title a:hover { color: var(--lpm-gold); }
.lpm-blog-card__meta { font-family: var(--lpm-font-body); font-size: 11px; text-transform: uppercase; letter-spacing: var(--lpm-spacing); color: rgba(0,0,0,0.6); margin-bottom: 15px; display: flex; align-items: center; gap: 8px; }
.lpm-blog-card__category { color: var(--lpm-gold); text-decoration: none; }
.lpm-blog-card__excerpt { font-family: var(--lpm-font-body-regular); font-size: 13px; line-height: 1.8; color: var(--lpm-black); margin-bottom: 15px; }
.lpm-blog-card__link { font-family: var(--lpm-font-body); font-size: 11px; text-transform: uppercase; letter-spacing: var(--lpm-spacing); color: var(--lpm-black); text-decoration: none; border-bottom: 1px solid var(--lpm-black); padding-bottom: 3px; }
.lpm-blog-card__link:hover { color: var(--lpm-gold); border-color: var(--lpm-gold); }
.lpm-blog-pagination { text-align: center; margin-top: 50px; }
.lpm-blog-pagination .page-numbers { font-family: var(--lpm-font-body); font-size: 11px; letter-spacing: var(--lpm-spacing); margin: 0 4px; padding: 8px 12px; border: 1px solid var(--lpm-black); text-decoration: none; color: var(--lpm-black); display: inline-block; }
.lpm-blog-pagination .page-numbers:hover, .lpm-blog-pagination .page-numbers.current { background: var(--lpm-black); color: var(--lpm-white); }

/* --- SINGLE POST --- */
.lpm-post-single { max-width: 1200px; margin: 0 auto; }
.lpm-post-single__container { display: flex; gap: 60px; }
.lpm-post-single__content { flex: 2; }
.lpm-post-single__sidebar { flex: 1; }
.lpm-widget--cta { position: sticky; top: 120px; }
.lpm-post-single__meta { font-family: var(--lpm-font-body); font-size: 11px; text-transform: uppercase; letter-spacing: var(--lpm-spacing); color: rgba(0,0,0,0.6); margin-bottom: 30px; display: flex; gap: 8px; align-items: center; }
.lpm-post-single__category { color: var(--lpm-gold); text-decoration: none; }
.lpm-post-single__body { font-family: var(--lpm-font-body-regular); font-size: 14px; line-height: 1.9; color: var(--lpm-black); }
.lpm-post-single__body p { margin-bottom: 20px; }
.lpm-post-single__body h2 { font-family: var(--lpm-font-display); font-size: 20px; font-style: italic; margin: 30px 0 15px; }
.lpm-post-single__body img { max-width: 100%; height: auto; margin: 20px 0; transition: none !important; transform: none !important; }
.lpm-post-single__body img:hover { transform: none !important; opacity: 1 !important; filter: none !important; }
.lpm-post-single__body ul, .lpm-post-single__body ol { margin-left: 20px; margin-bottom: 20px; }
.lpm-post-single__body li { margin-bottom: 8px; }
.lpm-post-single__author { display: flex; gap: 15px; padding: 25px 0; border-top: 1px solid rgba(0,0,0,0.1); border-bottom: 1px solid rgba(0,0,0,0.1); margin: 40px 0; align-items: center; }
.lpm-post-single__author-avatar img { width: 50px; height: 50px; border-radius: 50%; }
.lpm-post-single__author-name { font-family: var(--lpm-font-body); font-size: 12px; text-transform: uppercase; letter-spacing: var(--lpm-spacing); }
.lpm-post-single__nav { display: flex; gap: 20px; margin-top: 40px; }
.lpm-post-single__nav-item { flex: 1; padding: 20px; border: 1px solid rgba(0,0,0,0.1); }
.lpm-post-single__nav-label { font-family: var(--lpm-font-body); font-size: 10px; text-transform: uppercase; letter-spacing: var(--lpm-spacing); color: rgba(0,0,0,0.4); display: block; margin-bottom: 8px; }
.lpm-post-single__nav-link { font-family: var(--lpm-font-body); font-size: 12px; text-transform: uppercase; letter-spacing: var(--lpm-spacing); color: var(--lpm-black); text-decoration: none; }
.lpm-post-single__nav-link:hover { color: var(--lpm-gold); }

/* --- SIDEBAR --- */
.lpm-widget { margin-bottom: 35px; padding-bottom: 35px; border-bottom: 1px solid rgba(0,0,0,0.08); }
.lpm-widget:last-child { border-bottom: none; }
.lpm-widget__title { font-family: var(--lpm-font-body); font-size: 11px; text-transform: uppercase; letter-spacing: var(--lpm-spacing); margin-bottom: 15px; }
.lpm-widget__list { list-style: none; padding: 0; margin: 0; }
.lpm-widget__list li { margin-bottom: 12px; }
.lpm-widget__list a { font-family: var(--lpm-font-body-regular); font-size: 13px; color: var(--lpm-black); text-decoration: none; }
.lpm-widget__list a:hover { color: var(--lpm-gold); }
.lpm-widget__meta { display: block; font-size: 11px; color: rgba(0,0,0,0.4); margin-top: 3px; }
.lpm-widget__count { font-size: 11px; color: rgba(0,0,0,0.4); }
.lpm-widget--cta { background: #FAF5F0; padding: 30px; border: 1px solid rgba(0,0,0,0.06); text-align: center; border-bottom: none; }
.lpm-widget--cta p { font-family: var(--lpm-font-body-regular); font-size: 13px; margin-bottom: 15px; }

/* --- EXPLORE THE SITE --- */
.lpm-explore { text-align: center; padding: 80px 20px; }
.lpm-explore__grid { display: flex; justify-content: center; gap: 40px; max-width: 1200px; margin: 0 auto; }
.lpm-explore__card { flex: 1; max-width: 380px; }
.lpm-explore__card-inner { display: flex; flex-direction: column; align-items: center; text-decoration: none; color: var(--lpm-black); }
.lpm-explore__label { font-family: var(--lpm-font-body); font-size: 11px; text-transform: uppercase; letter-spacing: var(--lpm-spacing-wide); margin-bottom: 5px; }
.lpm-explore__title { font-family: var(--lpm-font-display); font-size: 28px; font-weight: 100; font-style: italic; line-height: 1.2; margin-bottom: 20px; }
.lpm-explore__line { display: block; width: 1px; height: 50px; background: var(--lpm-black); margin-bottom: 20px; }
.lpm-explore__image { display: block; border: 1px solid var(--lpm-black); padding: 8px; position: relative; }
.lpm-explore__image-wrap { overflow: hidden; display: block; position: relative; aspect-ratio: 3 / 4; }
.lpm-explore__image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s ease; }
.lpm-explore__image-wrap::after { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0); transition: background 0.4s ease; pointer-events: none; }
.lpm-explore__card-inner:hover .lpm-explore__image img { transform: scale(1.06); }
.lpm-explore__card-inner:hover .lpm-explore__image-wrap::after { background: rgba(0,0,0,0.08); }
.lpm-explore__card-inner:hover .lpm-explore__title { opacity: 0.6; }
.lpm-explore__card-inner:hover .lpm-explore__image { border-color: var(--lpm-gold); }

/* --- AS SEEN IN --- */
.lpm-as-seen-in { text-align: center; padding: 80px 20px; }
.lpm-as-seen-in__heading { font-family: var(--lpm-font-body); font-size: 12px; text-transform: uppercase; letter-spacing: var(--lpm-spacing-wide); margin-bottom: 40px; color: var(--lpm-black); }
.lpm-as-seen-in__logos { display: flex; align-items: center; justify-content: center; gap: 30px; flex-wrap: wrap; max-width: 1080px; margin: 0 auto; }
.lpm-as-seen-in__logo { flex: 0 0 auto; }
.lpm-as-seen-in__logo img { height: 45px; width: auto; transition: opacity 0.3s ease; opacity: 0.7; }
.lpm-as-seen-in__logo img:hover { opacity: 0.7; }
.lpm-as-seen-in__text { font-family: var(--lpm-font-body); font-size: 12px; text-transform: uppercase; letter-spacing: var(--lpm-spacing); color: var(--lpm-black); opacity: 0.6; }

/* --- FOOTER --- */
.lpm-footer { text-align: center; padding: 50px 20px 30px; background: var(--lpm-blush); }
.lpm-footer__top { margin-bottom: 25px; }
.lpm-footer__back-to-top { font-family: var(--lpm-font-body); font-size: 10px; text-transform: uppercase; letter-spacing: var(--lpm-spacing-wide); color: var(--lpm-black); text-decoration: none; transition: opacity 0.3s ease; }
.lpm-footer__back-to-top:hover { opacity: 0.6; }
.lpm-footer__social { text-align: center; margin-bottom: 20px; }
.lpm-footer__social a { display: inline-block; padding: 0 8px; color: var(--lpm-black); transition: opacity 0.3s ease; }
.lpm-footer__social a:hover { opacity: 0.5; }
.lpm-footer__social a img { height: 15px; }
.lpm-footer__social-icon { width: 16px; height: 16px; display: block; }
.lpm-footer__contact { margin-bottom: 25px; }
.lpm-footer__contact p { font-size: 12px; text-transform: uppercase; letter-spacing: var(--lpm-spacing); font-family: var(--lpm-font-body); font-weight: 500; line-height: 1.8; color: var(--lpm-black); }
.lpm-footer__contact a { color: var(--lpm-black); text-decoration: none; }
.lpm-footer__contact a:hover { opacity: 0.6; }
.lpm-footer__signature { margin-bottom: 25px; text-align: center; }
.lpm-footer__signature-img { height: 120px !important; width: 180px; opacity: 0.85; display: inline-block; }
.lpm-footer__links { margin-bottom: 15px; }
.lpm-footer__links a { font-size: 10px; font-family: var(--lpm-font-body); text-transform: uppercase; letter-spacing: var(--lpm-spacing-wide); color: var(--lpm-black); padding: 0 5px; transition: opacity 0.3s ease; }
.lpm-footer__links a:hover { opacity: 0.6; }
.lpm-footer__dot { font-size: 10px; color: var(--lpm-black); opacity: 0.4; }
.lpm-footer__copyright p { font-size: 9px; font-family: var(--lpm-font-footer); text-transform: uppercase; letter-spacing: var(--lpm-spacing); color: var(--lpm-black); opacity: 0.5; }
.lpm-footer__areas { margin-top: 25px; }
.lpm-footer__areas-heading { font-family: var(--lpm-font-body); font-size: 10px; text-transform: uppercase; letter-spacing: var(--lpm-spacing-wide); color: var(--lpm-black); margin-bottom: 10px; opacity: 0.6; }
.lpm-footer__areas-list { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 4px 0; }
.lpm-footer__areas-list a { font-size: 10px; font-family: var(--lpm-font-body); text-transform: uppercase; letter-spacing: var(--lpm-spacing); color: var(--lpm-black); padding: 0 5px; transition: opacity 0.3s ease; }
.lpm-footer__areas-list a:hover { opacity: 0.6; }
.lpm-footer__areas-list .lpm-footer__dot { font-size: 8px; }

/* --- BOTTOM BAR --- */
.lpm-bottom-bar { background: var(--lpm-black); padding: 12px 20px; }
.lpm-bottom-bar__inner { max-width: 1080px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.lpm-bottom-bar__left, .lpm-bottom-bar__right { display: flex; align-items: center; gap: 6px; }
body.lpm-site .lpm-bottom-bar span, body.lpm-site .lpm-bottom-bar a, body.lpm-site .lpm-bottom-bar .lpm-bottom-bar__sep { font-family: var(--lpm-font-body-regular); font-size: 10px; color: rgba(255,255,255,0.5); letter-spacing: 0.05em; text-transform: uppercase; }
body.lpm-site .lpm-bottom-bar a { text-decoration: none; transition: color 0.3s ease; }
body.lpm-site .lpm-bottom-bar a:hover { color: var(--lpm-white); }
.lpm-bottom-bar__sep { opacity: 0.3; }
@media (max-width: 600px) {
  .lpm-bottom-bar__inner { flex-direction: column; gap: 8px; text-align: center; }
}

/* --- COOKIE CONSENT BANNER & MODAL --- */
/* Overrides for Tailwind utility classes that get purged from the production build */
#cookie-banner { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); z-index: 9999; width: 100%; max-width: 520px; padding: 0 16px; box-sizing: border-box; }
#cookie-banner.hidden, #cookie-modal.hidden { display: none !important; }
#cookie-modal { position: fixed; inset: 0; z-index: 10000; display: flex; align-items: center; justify-content: center; }
#cookie-modal-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.4); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
#cookie-modal > div:last-child { position: relative; background: #fff; border-radius: 8px; box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1); max-width: 28rem; width: 100%; margin: 0 1rem; max-height: 90vh; overflow-y: auto; }
#cookie-banner > div:not([id]) { background: #fff; box-shadow: 0 4px 20px rgba(0,0,0,0.12); border: 1px solid rgba(0,0,0,0.06); border-radius: 8px; padding: 1.25rem 1.5rem; text-align: center; }
body.lpm-site #cookie-banner h3 { font-size: 15px; margin-bottom: 6px; }
body.lpm-site #cookie-banner p { font-size: 12px; margin-bottom: 12px; }
#cookie-banner .flex { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
body.lpm-site #cookie-banner h3, body.lpm-site #cookie-modal h3 { font-family: var(--lpm-font-body); font-style: normal; font-weight: 600; color: #111827; }
body.lpm-site #cookie-banner p, body.lpm-site #cookie-modal p { font-family: var(--lpm-font-body-regular); font-size: 14px; color: #6b7280; }
body.lpm-site #cookie-banner a, body.lpm-site #cookie-modal a { color: #6b7280; text-decoration: underline; }
#cookie-accept-all { background: var(--lpm-black); color: #fff; border: none; padding: 10px 20px; font-family: var(--lpm-font-body); font-size: 13px; text-transform: uppercase; letter-spacing: 0.1em; cursor: pointer; transition: opacity 0.3s ease; }
#cookie-accept-all:hover { opacity: 0.8; }
#cookie-reject-all { background: transparent; color: var(--lpm-black); border: 1px solid #e5e7eb; padding: 10px 20px; font-family: var(--lpm-font-body); font-size: 13px; text-transform: uppercase; letter-spacing: 0.1em; border-radius: 6px; cursor: pointer; transition: background 0.3s ease; }
#cookie-reject-all:hover { background: #f9fafb; }
#cookie-manage { background: none; border: none; color: var(--lpm-black); font-family: var(--lpm-font-body); font-size: 13px; cursor: pointer; padding: 10px 12px; }
#cookie-manage:hover { text-decoration: underline; }
#cookie-modal-close { background: none; border: none; color: #9ca3af; cursor: pointer; padding: 4px; transition: color 0.3s ease; }
#cookie-modal-close:hover { color: #111827; }
#cookie-save-preferences { background: var(--lpm-black); color: #fff; border: none; padding: 10px 24px; font-family: var(--lpm-font-body); font-size: 13px; text-transform: uppercase; letter-spacing: 0.1em; border-radius: 6px; cursor: pointer; transition: opacity 0.3s ease; }
#cookie-save-preferences:hover { opacity: 0.8; }
/* Toggle switches */
#cookie-modal label { position: relative; display: inline-flex; align-items: center; }
#cookie-modal label > div { width: 2.75rem; height: 1.5rem; border-radius: 9999px; background: #e5e7eb; position: relative; transition: background 0.2s ease; }
#cookie-modal label > div::after { content: ''; position: absolute; top: 2px; left: 2px; width: 1.25rem; height: 1.25rem; background: #fff; border-radius: 9999px; transition: transform 0.2s ease; }
#cookie-modal input:checked + div { background: var(--lpm-black); }
#cookie-modal input:checked + div::after { transform: translateX(100%); }
#cookie-modal input:disabled + div { opacity: 0.6; }

/* --- RESPONSIVE --- */
@media (max-width: 1024px) {
  .lpm-services { grid-template-columns: repeat(2, 1fr); }
  .lpm-takemeto__inner { gap: 24px; }
  .lpm-takemeto__centre { min-width: 140px; }
  .lpm-takemeto__logo img { max-height: 90px; }
  .lpm-takemeto__label { font-size: 22px; }
  .lpm-areas { grid-template-columns: repeat(3, 1fr); }
  .lpm-hero-banner__heading { font-size: 38px; }
  .lpm-blog-archive__grid { columns: 2; column-gap: 30px; }
}
@media (max-width: 768px) {
  body.lpm-site .site-main { padding-top: 70px; }
  body.lpm-site .site-main > .lpm-hero-banner:first-child,
  body.lpm-site .site-main > .lpm-hero-video:first-child,
  body.lpm-site .site-main > .lpm-contact-hero:first-child { margin-top: -70px; }
  .lpm-hero-banner { height: 400px; max-height: 400px; }
  .lpm-hero-banner__overlay { padding-top: 70px; }
  .lpm-contact-hero__overlay { padding-top: 70px; }
  .lpm-content-row, .lpm-content-row--reverse { flex-direction: column; gap: 30px; }
  .lpm-gallery { grid-template-columns: repeat(2, 1fr); }
  .lpm-services { grid-template-columns: 1fr; }
  .lpm-takemeto__inner { grid-template-columns: 1fr; gap: 30px; }
  .lpm-takemeto__centre { order: -1; min-width: auto; }
  .lpm-takemeto__connector { max-width: 200px; margin: 0 auto; }
  .lpm-takemeto__logo img { max-height: 80px; }
  .lpm-takemeto__label { font-size: 22px; margin-top: 14px; }
  .lpm-areas { grid-template-columns: repeat(2, 1fr); }
  .lpm-contact { flex-direction: column; }
  .lpm-posts { grid-template-columns: 1fr; }
  .lpm-instagram-footer__inner { margin: 0 15px; }
  .lpm-instagram-footer__gallery { flex-wrap: wrap; gap: 4px; padding: 4px; }
  .lpm-instagram-footer__item { flex: 0 0 calc(33.333% - 3px); }
  .lpm-instagram-footer__label { writing-mode: horizontal-tb; padding: 12px 15px; font-size: 10px; }
  .lpm-section { padding: 50px 20px; }
  .lpm-hero-banner { height: 350px; }
  .lpm-hero-banner__heading { font-size: 30px; }
  .lpm-hero-banner__subheading { font-size: 11px; }
  .lpm-hero-banner__cta { padding: 20px 16px 24px; }
  .lpm-hero-banner__cta-heading { font-size: 22px; margin-bottom: 12px; }
  .lpm-hero-video__buttons { flex-direction: column; gap: 12px; align-items: center; justify-content: center; }
  .lpm-explore__grid { flex-direction: column; align-items: center; gap: 40px; }
  .lpm-explore__card { max-width: 250px; }
  .lpm-explore__title { font-size: 24px; }
  .lpm-as-seen-in__logos { gap: 20px; }
  .lpm-as-seen-in__logo img { height: 35px; }
  .lpm-testimonial-banner { min-height: 300px; }
  .lpm-testimonial-banner__quote p { font-size: 22px; }
  .lpm-testimonial-banner__quote--left,
  .lpm-testimonial-banner__quote--right { margin-left: auto; margin-right: auto; text-align: center; }
  .lpm-blog-archive__grid { columns: 1; column-gap: 0; }
  .lpm-post-single__container { flex-direction: column; gap: 30px; }
  .lpm-post-single__nav { flex-direction: column; }
  .lpm-contact-hero { height: 400px; }
  .lpm-contact-hero__heading { font-size: 36px; }
  .lpm-contact-hero__intro { font-size: 13px; }
  .lpm-contact-form-section__inner { flex-direction: column; padding: 0 20px; }
  .lpm-contact-form-section__images { flex: none; width: 100%; }
  .lpm-contact-form-section__breadcrumb { padding: 0 20px; }
  .lpm-contact-form-fallback__row { flex-direction: column; gap: 0; }
  .lpm-contact-testimonial { min-height: 350px; }
  .lpm-contact-testimonial__overlay { min-height: 350px; padding: 50px 20px; }
  .lpm-contact-testimonial__quote { font-size: 20px; }
  .lpm-reviews-grid { grid-template-columns: 1fr; }
  .lpm-pslider__slide { flex: 0 0 100%; }
  .lpm-pslider__viewport { padding: 0 20px; }
  .lpm-pslider__nav { padding: 0 20px; }
  .lpm-pslider__slide img { height: 400px; }
  .lpm-contact-form { flex-direction: column; }
  .lpm-gallery-page { flex-direction: column; }
  .lpm-gallery-page__label { writing-mode: horizontal-tb; transform: none; padding: 10px 0; }
  .lpm-gallery-page__grid { grid-template-columns: repeat(2, 1fr); }
  .lpm-gallery-masonry { columns: 2; padding: 0 15px; column-gap: 8px; }
  .lpm-gallery-masonry__item { margin-bottom: 8px; }
  .lpm-gallery-filters { padding: 30px 15px 25px; }
  .lpm-gallery-filters__btn { padding: 12px 20px; font-size: 11px; }
  .lpm-quote-cta { padding: 50px 20px; }
  .lpm-quote-cta__inner { gap: 25px; }
  body.lpm-site .lpm-quote-cta__quote { font-size: 20px; }
  .lpm-cta-form { min-height: 400px; }
  .lpm-cta-form__inner { padding: 40px 20px; }
  .lpm-cta-form__card { max-width: 100%; padding: 30px 24px; }
  body.lpm-site .lpm-cta-form__heading { font-size: 26px; }
  .lpm-cta-form__form .lpm-cf7-row { flex-direction: column; gap: 0; }
}
@media (max-width: 500px) {
  .lpm-section__heading { font-size: 26px; }
  .lpm-cta__heading { font-size: 28px; }
  .lpm-hero-banner__heading { font-size: 24px; }
}

/* --- TEXT SECTION (Legal pages) --- */
.lpm-text-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 30px;
  font-family: var(--lpm-font-body-regular);
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: var(--lpm-spacing);
  color: var(--lpm-black);
}
.lpm-text-section h2,
.lpm-text-section h3,
.lpm-text-section h4 {
  font-family: var(--lpm-font-body);
  text-transform: uppercase;
  letter-spacing: var(--lpm-spacing-wide);
  margin: 40px 0 15px;
  font-size: 14px;
}
.lpm-text-section h2 { font-size: 16px; margin-top: 50px; }
.lpm-text-section p { margin-bottom: 16px; }
.lpm-text-section ul,
.lpm-text-section ol {
  margin: 10px 0 20px 20px;
}
.lpm-text-section li { margin-bottom: 6px; }
.lpm-text-section a {
  color: var(--lpm-black);
  text-decoration: underline;
  transition: color 0.3s ease;
}
.lpm-text-section a:hover { color: var(--lpm-gold); }
.lpm-text-section table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 13px;
}
.lpm-text-section th,
.lpm-text-section td {
  border: 1px solid rgba(0,0,0,0.1);
  padding: 10px 14px;
  text-align: left;
}
.lpm-text-section th {
  font-family: var(--lpm-font-body);
  text-transform: uppercase;
  letter-spacing: var(--lpm-spacing);
  font-size: 11px;
  background: rgba(0,0,0,0.03);
}

/* --- COOKIE CONSENT BANNER --- */
.cn-banner,
.cmplz-banner {
  font-family: var(--lpm-font-body-regular);
  background-color: var(--lpm-white);
  border-top: 1px solid var(--lpm-black);
  padding: 20px 30px;
}
.cn-message,
.cmplz-message {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: var(--lpm-spacing);
  color: var(--lpm-black);
}
.cn-accept-button,
.cmplz-accept-button,
.cn-button,
.cmplz-button {
  font-family: var(--lpm-font-body);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: var(--lpm-spacing);
  background-color: var(--lpm-black);
  color: var(--lpm-white);
  border: 1px solid var(--lpm-black);
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.cn-accept-button:hover,
.cmplz-accept-button:hover,
.cn-button:hover,
.cmplz-button:hover {
  background-color: var(--lpm-white);
  color: var(--lpm-black);
}
.cn-link,
.cmplz-link {
  color: var(--lpm-black);
  text-decoration: underline;
}
.cn-link:hover,
.cmplz-link:hover {
  color: var(--lpm-gold);
}

/* ============================================================
   HERO VIDEO SCROLL — scroll-driven frame sequence
   ============================================================ */
.lpm-hero-video {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  /* Peach background matches the source video so any flash between DOM
     paint and fallback/canvas render is never a stark white rectangle */
  background: #F2E0D9;
}
.lpm-hero-video__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
  z-index: 1;
}
.lpm-hero-video__fallback {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #F2E0D9;
}
.lpm-hero-video__fallback img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
}
/* Keep fallback behind the canvas rather than removing it — the fallback
   stays as a safety net under the canvas frames at all times. On mobile
   the canvas is hidden (see media query below) so only the fallback shows. */
.js-hero-active .lpm-hero-video__fallback {
  opacity: 1;
}
.lpm-hero-video__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.4) 40%,
    rgba(0, 0, 0, 0.05) 60%,
    transparent 70%
  );
  pointer-events: none;
}
.lpm-hero-video__content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
  padding: 40px 60px;
  max-width: 50%;
}
.lpm-hero-video__heading {
  font-family: var(--lpm-font-display);
  font-weight: 100;
  font-style: italic;
  font-size: 52px;
  color: var(--lpm-black);
  line-height: 1.15;
  margin-bottom: 20px;
}
.lpm-hero-video__text {
  font-family: var(--lpm-font-body);
  font-size: 15px;
  line-height: 1.7;
  color: var(--lpm-black);
  margin-bottom: 30px;
  max-width: 440px;
}
.lpm-btn--white {
  border-color: var(--lpm-white);
  color: var(--lpm-white);
}
.lpm-btn--white:hover {
  background: var(--lpm-white);
  color: var(--lpm-black);
}
.lpm-hero-video__buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}
/* Tertiary button — text link with underline, no box */
.lpm-btn--tertiary {
  font-family: var(--lpm-font-body);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: var(--lpm-spacing);
  color: var(--lpm-black);
  text-decoration: none;
  border-bottom: 1.5px solid var(--lpm-black);
  padding-bottom: 4px;
  transition: opacity 0.2s;
}
.lpm-btn--tertiary:hover {
  opacity: 0.5;
}
/* ── Hero Splash CTA strip ── */
.lpm-hero-banner__cta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
  padding: 30px 20px 36px;
  background: rgba(0, 0, 0, 0.45);
}
.lpm-hero-banner__cta-heading {
  font-family: var(--lpm-font-display);
  font-weight: 100;
  font-style: italic;
  font-size: 28px;
  color: var(--lpm-white);
  margin-bottom: 16px;
  letter-spacing: 0.03em;
}
.lpm-hero-banner__cta .lpm-btn {
  border-color: var(--lpm-white);
  color: var(--lpm-white);
}
.lpm-hero-banner__cta .lpm-btn:hover {
  background: var(--lpm-white);
  color: var(--lpm-black);
}
.lpm-hero-banner--no-image {
  background: var(--lpm-black);
}
.lpm-hero-banner--no-image .lpm-hero-banner__overlay::after { display: none; }
.lpm-hero-video__scroll-hint {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  color: var(--lpm-black);
  font-family: var(--lpm-font-body);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: var(--lpm-spacing);
  opacity: 0.8;
  transition: opacity 0.3s;
}
.lpm-hero-video__scroll-hint span {
  display: block;
  margin-bottom: 8px;
}
.lpm-hero-video__scroll-arrow {
  width: 1px;
  height: 30px;
  background: var(--lpm-black);
  margin: 0 auto;
  animation: lpm-scroll-bounce 1.5s ease-in-out infinite;
}
@keyframes lpm-scroll-bounce {
  0%, 100% { transform: translateY(0); opacity: 0.8; }
  50% { transform: translateY(8px); opacity: 0.4; }
}
.lpm-hero-video.is-scrolling .lpm-hero-video__scroll-hint {
  opacity: 0;
}

/* Hero loader */
.lpm-hero-video__loader {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  text-align: center;
  transition: opacity 0.4s;
}
.js-hero-active .lpm-hero-video__loader {
  opacity: 0;
  pointer-events: none;
}
.lpm-hero-video__loader-bar {
  width: 120px;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 auto 10px;
  position: relative;
  overflow: hidden;
}
.lpm-hero-video__loader-bar::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: var(--load-progress, 0%);
  background: var(--lpm-white);
  transition: width 0.2s;
}
.lpm-hero-video__loader-text {
  font-family: var(--lpm-font-body);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: var(--lpm-spacing);
  color: var(--lpm-white);
  opacity: 0.6;
}

/* Hero video responsive */
@media (max-width: 1024px) {
  .lpm-hero-video__content {
    max-width: 55%;
    padding: 30px 40px;
  }
  .lpm-hero-video__heading { font-size: 40px; }
}
@media (max-width: 768px) {
  .lpm-hero-video__canvas { display: none; }
  .lpm-hero-video__fallback { display: block !important; background: #F2E0D9; }
  .lpm-hero-video__fallback img {
    object-fit: contain;
    object-position: top center;
  }
  /* White gradient from the bottom — lifts background so black text is readable */
  .lpm-hero-video__fallback::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 62%;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.55) 30%,
      rgba(255, 255, 255, 0.88) 65%,
      rgba(255, 255, 255, 0.98) 100%
    );
    pointer-events: none;
    z-index: 1;
  }
  /* Desktop left-gradient overlay is wasted on mobile — hide it */
  .lpm-hero-video__overlay { display: none; }
  .lpm-hero-video__content {
    max-width: 100%;
    top: auto;
    bottom: 0;
    transform: none;
    padding: 30px 20px 50px;
    text-align: center;
  }
  .lpm-hero-video__heading {
    font-size: 30px;
    margin-bottom: 14px;
  }
  .lpm-hero-video__text {
    max-width: 320px;
    margin: 0 auto 24px;
    font-size: 13px;
  }
  .lpm-hero-video__buttons {
    justify-content: center;
    align-items: center;
  }
  .lpm-hero-video__scroll-hint { display: none; }
  .lpm-hero-video__loader { display: none; }
}

/* ============================================================
   TESTIMONIALS SCROLL — multi-column auto-scrolling cards
   ============================================================ */
.lpm-tscroll {
  padding: 80px 20px;
  overflow: hidden;
}
.lpm-tscroll__header {
  max-width: 1080px;
  margin: 0 auto 50px;
  text-align: center;
}
.lpm-tscroll__columns {
  display: flex;
  justify-content: center;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  height: 600px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
}
.lpm-tscroll__column {
  flex: 1;
  max-width: 380px;
  overflow: hidden;
}
.lpm-tscroll__track {
  display: flex;
  flex-direction: column;
  gap: 24px;
  animation: lpm-tscroll-up var(--scroll-duration, 25s) linear infinite;
}
.lpm-tscroll__column:nth-child(2) .lpm-tscroll__track {
  animation-direction: reverse;
}
@keyframes lpm-tscroll-up {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

/* Pause animation on hover */
.lpm-tscroll__columns:hover .lpm-tscroll__track {
  animation-play-state: paused;
}

/* Card styling — matches review cards on /reviews/ */
.lpm-tscroll__card {
  background: #F5F5F5;
  padding: 35px;
}
.lpm-tscroll__stars {
  color: var(--lpm-gold);
  font-size: 14px;
  letter-spacing: 4px;
  margin-bottom: 15px;
}
.lpm-tscroll__quote {
  font-family: var(--lpm-font-body-regular);
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: var(--lpm-spacing);
  color: var(--lpm-black);
  margin-bottom: 20px;
}
.lpm-tscroll__name {
  font-family: var(--lpm-font-body);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: var(--lpm-spacing-wide);
  font-weight: 700;
  margin-bottom: 5px;
}
.lpm-tscroll__location {
  font-family: var(--lpm-font-body-regular);
  font-size: 11px;
  letter-spacing: var(--lpm-spacing);
  opacity: 0.6;
}

/* Responsive */
@media (max-width: 1024px) {
  .lpm-tscroll__columns { gap: 16px; }
  .lpm-tscroll__column:nth-child(3) { display: none; }
}
@media (max-width: 768px) {
  .lpm-tscroll { padding: 60px 16px; }
  .lpm-tscroll__columns { height: 500px; }
  .lpm-tscroll__column:nth-child(2) { display: none; }
  .lpm-tscroll__column { max-width: 100%; }
}
