/* ==========================================================================
   LANDING PAGE LIVING — segundo modelo de LP do Fifty (site público)
   Prefixo: pub-lpl-  |  carregado só pelo template living (content_for :head)
   Port em Rails do protótipo Lovable (re0032-montalcino). Três temas do
   briefing viram tokens em .pub-lpl-page[data-theme]; nenhuma regra usa
   cor crua fora dos tokens.
   ========================================================================== */

/* ---------- Temas (A = Mineral Contemporâneo, padrão) ---------- */
.pub-lpl-page,
.pub-lpl-page[data-theme="a"] {
  --lpl-bg: #f4f1ea;
  --lpl-bg-alt: #ece7dc;
  --lpl-surface: #ffffff;
  --lpl-primary: #173b4d;
  --lpl-primary-fg: #ffffff;
  --lpl-text: #252a2d;
  --lpl-text-muted: #5c6367;
  --lpl-accent: #b18a52;
  --lpl-accent-fg: #ffffff;
  --lpl-border: #cbb99a;
}
.pub-lpl-page[data-theme="b"] {
  --lpl-bg: #f3ede2;
  --lpl-bg-alt: #e9e1d3;
  --lpl-primary: #3d5144;
  --lpl-text: #43372f;
  --lpl-text-muted: #6b5f55;
  --lpl-accent: #a8664d;
  --lpl-border: #9aa995;
}
.pub-lpl-page[data-theme="c"] {
  --lpl-bg: #f7f8f6;
  --lpl-bg-alt: #d8d6d0;
  --lpl-primary: #405a68;
  --lpl-text: #20282d;
  --lpl-text-muted: #5a666d;
  --lpl-accent: #4d8b88;
  --lpl-border: #c4c7c3;
}

.pub-lpl-page {
  --lpl-on-dark: #ffffff;
  --lpl-on-dark-soft: rgba(255, 255, 255, 0.8);
  --lpl-on-dark-faint: rgba(255, 255, 255, 0.6);
  --lpl-glass: rgba(255, 255, 255, 0.1);
  --lpl-glass-border: rgba(255, 255, 255, 0.25);
  --lpl-shade: rgba(0, 0, 0, 0.55);
  --lpl-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  --lpl-font-display: "Fraunces", ui-serif, Georgia, serif;
  --lpl-font-sans: "Inter", ui-sans-serif, system-ui, sans-serif;
  --lpl-radius: 0.375rem;
  --lpl-radius-lg: 0.75rem;
  --lpl-container: 72rem;
  --lpl-narrow: 48rem;
  --lpl-pad: 1.25rem;
  --lpl-section-y: 4rem;
  --lpl-gap: 1.25rem;
  --lpl-space-xs: 0.5rem;
  --lpl-space-sm: 0.75rem;
  --lpl-space-md: 1.25rem;
  --lpl-space-lg: 2rem;
  --lpl-space-xl: 2.5rem;
  --lpl-touch: 2.75rem;

  font-family: var(--lpl-font-sans);
  line-height: 1.55;
  color: var(--lpl-text);
  background: var(--lpl-bg);
  min-height: 100dvh;
  -webkit-font-smoothing: antialiased;
}

.pub-lpl-page *,
.pub-lpl-page *::before,
.pub-lpl-page *::after { box-sizing: border-box; }
.pub-lpl-page h1, .pub-lpl-page h2, .pub-lpl-page h3, .pub-lpl-page p, .pub-lpl-page ul, .pub-lpl-page dl, .pub-lpl-page dd, .pub-lpl-page figure { margin: 0; }
.pub-lpl-page ul { list-style: none; padding: 0; }
.pub-lpl-page img { display: block; max-width: 100%; }
.pub-lpl-page a { color: inherit; text-decoration: none; }
.pub-lpl-page button { font: inherit; color: inherit; cursor: pointer; }
.pub-lpl-page :focus-visible { outline: 2px solid var(--lpl-accent); outline-offset: 2px; }

.pub-lpl-page h1, .pub-lpl-page h2, .pub-lpl-page h3 {
  font-family: var(--lpl-font-display);
  font-optical-sizing: auto;
  font-weight: 500;
  line-height: 1.15;
}

/* ---------- Utilitários ---------- */
.pub-lpl-container { max-width: var(--lpl-container); margin: 0 auto; padding-left: var(--lpl-pad); padding-right: var(--lpl-pad); }
.pub-lpl-container--narrow { max-width: var(--lpl-narrow); }
.pub-lpl-section { padding-top: var(--lpl-section-y); padding-bottom: var(--lpl-section-y); }
.pub-lpl-section--alt { background: var(--lpl-bg-alt); }
.pub-lpl-eyebrow { font-size: 0.6875rem; text-transform: uppercase; letter-spacing: 0.22em; color: var(--lpl-accent); }
.pub-lpl-eyebrow--light { color: var(--lpl-on-dark-soft); }
.pub-lpl-h2 { margin-top: var(--lpl-space-sm); max-width: 42rem; font-size: 1.875rem; color: var(--lpl-primary); }
.pub-lpl-h2--light { color: var(--lpl-on-dark); }
.pub-lpl-lead { margin-top: var(--lpl-space-md); max-width: 42rem; font-size: 0.9375rem; line-height: 1.7; }
.pub-lpl-muted { color: var(--lpl-text-muted); }
.pub-lpl-text-sm { font-size: 0.875rem; line-height: 1.65; }
.pub-lpl-text-xs { font-size: 0.6875rem; line-height: 1.6; }
.pub-lpl-mt-sm { margin-top: var(--lpl-space-sm); }
.pub-lpl-mt-lg { margin-top: var(--lpl-space-lg); }
.pub-lpl-icon { width: 1.5rem; height: 1.5rem; color: var(--lpl-accent); flex-shrink: 0; }
.pub-lpl-split { display: grid; gap: var(--lpl-space-xl); align-items: center; }

/* Animação de entrada */
.pub-lpl-reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1); }
.pub-lpl-reveal.is-visible { opacity: 1; transform: none; }

/* ---------- Botões ---------- */
.pub-lpl-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: var(--lpl-space-xs);
  min-height: var(--lpl-touch); padding: 0 1.5rem; border-radius: 999px; border: 1px solid transparent;
  font-size: 0.875rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.12em; text-align: center; white-space: nowrap;
  transition: opacity 150ms ease, background-color 150ms ease;
}
.pub-lpl-btn--sm { min-height: 2.5rem; padding: 0 1rem; font-size: 0.75rem; letter-spacing: 0.08em; flex-shrink: 0; }
.pub-lpl-page .pub-lpl-btn--primary { background: var(--lpl-primary); color: var(--lpl-primary-fg); }
.pub-lpl-page .pub-lpl-btn--accent { background: var(--lpl-accent); color: var(--lpl-accent-fg); padding: 0 1.75rem; min-height: 3.25rem; }
.pub-lpl-page .pub-lpl-btn--glass { background: var(--lpl-glass); color: var(--lpl-on-dark); border-color: var(--lpl-on-dark-soft); backdrop-filter: blur(4px); }
.pub-lpl-btn:hover { opacity: 0.9; }
.pub-lpl-btn:disabled { opacity: 0.6; cursor: default; }

/* ---------- Cabeçalho ---------- */
.pub-lpl-header { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid var(--lpl-border); background: color-mix(in srgb, var(--lpl-bg) 85%, transparent); backdrop-filter: blur(8px); }
.pub-lpl-header__inner { max-width: var(--lpl-container); margin: 0 auto; padding: 0 var(--lpl-pad); height: 4rem; display: flex; align-items: center; justify-content: space-between; gap: var(--lpl-space-md); }
.pub-lpl-brand { display: inline-flex; align-items: center; min-height: var(--lpl-touch); min-width: 0; }
.pub-lpl-brand__logo { height: 2.25rem; width: auto; max-width: 10rem; object-fit: contain; }
.pub-lpl-brand__text { font-family: var(--lpl-font-display); font-size: 1.125rem; font-weight: 600; letter-spacing: 0.08em; color: var(--lpl-primary); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* ---------- Hero ---------- */
.pub-lpl-hero { position: relative; overflow: hidden; background: var(--lpl-primary); color: var(--lpl-on-dark); min-height: 45rem; display: flex; align-items: center; }
.pub-lpl-hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.pub-lpl-hero__shade { position: absolute; inset: 0; background: var(--lpl-shade); }
.pub-lpl-hero__inner { position: relative; z-index: 1; width: 100%; padding-top: 6rem; padding-bottom: 6rem; }
.pub-lpl-hero__title { margin-top: var(--lpl-space-md); max-width: 48rem; font-size: 2.5rem; line-height: 1.08; color: var(--lpl-on-dark); }
.pub-lpl-hero__sub { margin-top: var(--lpl-space-md); max-width: 36rem; font-size: 1rem; line-height: 1.6; color: var(--lpl-on-dark-soft); }
.pub-lpl-hero__price { margin-top: var(--lpl-space-lg); padding-left: 1rem; border-left: 2px solid var(--lpl-accent); }
.pub-lpl-hero__price-value { font-family: var(--lpl-font-display); font-size: 1.875rem; color: var(--lpl-on-dark); }
.pub-lpl-hero__price-note { margin-top: 0.25rem; font-size: 0.75rem; color: var(--lpl-on-dark-soft); }
.pub-lpl-hero__actions { margin-top: var(--lpl-space-lg); display: flex; flex-direction: column; gap: var(--lpl-space-sm); }
.pub-lpl-numbers {
  margin-top: var(--lpl-space-xl); max-width: 48rem; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px;
  overflow: hidden; border-radius: var(--lpl-radius-lg); border: 1px solid var(--lpl-glass-border); background: var(--lpl-glass); backdrop-filter: blur(4px);
}
.pub-lpl-numbers__item { padding: 1rem; }
.pub-lpl-numbers__value { font-family: var(--lpl-font-display); font-size: 1.25rem; color: var(--lpl-on-dark); }
.pub-lpl-numbers__label { margin-top: 0.25rem; font-size: 0.6875rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--lpl-on-dark-soft); }

/* ---------- Ficha técnica ---------- */
.pub-lpl-specs { margin-top: var(--lpl-space-xl); display: grid; gap: 1px; overflow: hidden; border-radius: var(--lpl-radius-lg); border: 1px solid var(--lpl-border); background: var(--lpl-border); }
.pub-lpl-specs__item { display: flex; gap: 1rem; height: 100%; padding: 1.5rem; background: var(--lpl-surface); }
.pub-lpl-specs__item .pub-lpl-icon { width: 1.25rem; height: 1.25rem; margin-top: 0.125rem; }
.pub-lpl-specs__title { font-family: var(--lpl-font-sans); font-size: 0.875rem; font-weight: 600; line-height: 1.4; }
.pub-lpl-specs__item .pub-lpl-text-sm { margin-top: 0.25rem; }

/* ---------- Cards ---------- */
.pub-lpl-cards { margin-top: var(--lpl-space-xl); display: grid; gap: var(--lpl-gap); }
.pub-lpl-card { height: 100%; padding: 1.75rem; border-radius: var(--lpl-radius-lg); border: 1px solid var(--lpl-border); background: var(--lpl-surface); }
.pub-lpl-card--dashed { border-style: dashed; background: color-mix(in srgb, var(--lpl-surface) 60%, transparent); }
.pub-lpl-card__index { font-family: var(--lpl-font-display); font-size: 0.875rem; color: var(--lpl-accent); }
.pub-lpl-card__title { margin-top: var(--lpl-space-sm); font-size: 1.25rem; line-height: 1.3; }
.pub-lpl-card__title--sm { font-size: 1.125rem; margin-top: var(--lpl-space-md); }
.pub-lpl-card .pub-lpl-text-sm { margin-top: var(--lpl-space-sm); }
.pub-lpl-checklist { margin-top: var(--lpl-space-md); display: grid; gap: var(--lpl-space-sm); font-size: 0.875rem; color: var(--lpl-text-muted); }
.pub-lpl-checklist li { display: flex; align-items: flex-start; gap: var(--lpl-space-sm); }
.pub-lpl-checklist .pub-lpl-icon { width: 1rem; height: 1rem; margin-top: 0.15rem; }
.pub-lpl-checklist--dots li::before { content: ""; width: 0.25rem; height: 0.25rem; margin-top: 0.55rem; border-radius: 999px; background: var(--lpl-text-muted); flex-shrink: 0; }
.pub-lpl-quote { margin-top: var(--lpl-space-lg); padding-left: 1rem; border-left: 2px solid var(--lpl-accent); font-size: 0.875rem; line-height: 1.65; color: var(--lpl-text-muted); }

/* ---------- Galerias ---------- */
.pub-lpl-gallery { margin-top: var(--lpl-space-xl); display: grid; gap: var(--lpl-gap); }
.pub-lpl-gallery__column, .pub-lpl-gallery__grid { display: grid; gap: var(--lpl-gap); }
.pub-lpl-gallery--grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pub-lpl-photo { position: relative; overflow: hidden; aspect-ratio: 3 / 4; border-radius: var(--lpl-radius); border: 1px solid color-mix(in srgb, var(--lpl-border) 60%, transparent); background: var(--lpl-bg-alt); }
.pub-lpl-photo__img { width: 100%; height: 100%; object-fit: cover; }
.pub-lpl-photo__label { margin-top: var(--lpl-space-xs); font-size: 0.6875rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--lpl-text-muted); }

/* ---------- Faixa ---------- */
.pub-lpl-band { background: var(--lpl-primary); color: var(--lpl-on-dark); padding: var(--lpl-section-y) 0; text-align: center; }
.pub-lpl-band .pub-lpl-icon { width: 2.25rem; height: 2.25rem; margin: 0 auto; color: var(--lpl-on-dark); opacity: 0.9; }
.pub-lpl-band .pub-lpl-h2 { margin: var(--lpl-space-md) auto 0; }
.pub-lpl-band__text { margin: var(--lpl-space-md) auto 0; max-width: 36rem; font-size: 0.9375rem; line-height: 1.7; color: var(--lpl-on-dark-soft); }
.pub-lpl-band__note { margin-top: var(--lpl-space-lg); font-size: 0.6875rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--lpl-on-dark-faint); }

/* ---------- Localização ---------- */
.pub-lpl-chip { display: inline-flex; align-items: center; gap: var(--lpl-space-xs); margin-top: var(--lpl-space-md); padding: 0.5rem 1rem; border-radius: 999px; border: 1px solid var(--lpl-border); background: var(--lpl-surface); font-size: 0.75rem; color: var(--lpl-text-muted); }
.pub-lpl-chip .pub-lpl-icon { width: 0.875rem; height: 0.875rem; }
.pub-lpl-map { margin-top: var(--lpl-space-lg); overflow: hidden; border-radius: var(--lpl-radius-lg); border: 1px solid var(--lpl-border); }
.pub-lpl-map__frame { display: block; width: 100%; height: 22.5rem; border: 0; }

/* ---------- FAQ ---------- */
.pub-lpl-faq { margin-top: var(--lpl-space-xl); border-top: 1px solid var(--lpl-border); border-bottom: 1px solid var(--lpl-border); }
.pub-lpl-faq__item + .pub-lpl-faq__item { border-top: 1px solid var(--lpl-border); }
.pub-lpl-faq__question { display: flex; width: 100%; align-items: flex-start; justify-content: space-between; gap: 1.5rem; padding: 1.25rem 0; border: 0; background: none; text-align: left; font-family: var(--lpl-font-display); font-size: 1.125rem; line-height: 1.35; }
.pub-lpl-faq__plus { width: 1rem; height: 1rem; margin-top: 0.25rem; flex-shrink: 0; color: var(--lpl-accent); transition: transform 200ms ease; }
.pub-lpl-faq__question[aria-expanded="true"] .pub-lpl-faq__plus { transform: rotate(45deg); }
.pub-lpl-faq__answer { padding: 0 2.5rem 1.5rem 0; }
.pub-lpl-faq__answer[hidden] { display: none; }

/* ---------- Contato ---------- */
.pub-lpl-contact { background: var(--lpl-primary); color: var(--lpl-on-dark); padding: var(--lpl-section-y) 0; }
.pub-lpl-contact__text { margin-top: var(--lpl-space-md); font-size: 0.875rem; color: var(--lpl-on-dark-soft); }
.pub-lpl-contact__done { margin-top: var(--lpl-space-xl); display: flex; align-items: center; gap: 1rem; padding: 2rem; border-radius: var(--lpl-radius-lg); border: 1px solid var(--lpl-glass-border); font-family: var(--lpl-font-display); font-size: 1.25rem; line-height: 1.35; }
.pub-lpl-contact__done .pub-lpl-icon { width: 1.75rem; height: 1.75rem; color: var(--lpl-on-dark); }
.pub-lpl-form { margin-top: var(--lpl-space-xl); display: grid; gap: var(--lpl-space-md); }
.pub-lpl-form__row { display: grid; gap: var(--lpl-space-md); }
.pub-lpl-field { display: grid; gap: var(--lpl-space-xs); }
.pub-lpl-label { font-size: 0.6875rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--lpl-on-dark-soft); }
.pub-lpl-input { width: 100%; min-height: var(--lpl-touch); padding: 0.75rem 1rem; border-radius: var(--lpl-radius); border: 1px solid var(--lpl-border); background: var(--lpl-surface); color: var(--lpl-text); font: inherit; font-size: 0.875rem; }
.pub-lpl-input::placeholder { color: var(--lpl-text-muted); opacity: 0.7; }
.pub-lpl-input:focus { outline: 2px solid var(--lpl-accent); outline-offset: 0; }
.pub-lpl-select { appearance: auto; }
.pub-lpl-textarea { resize: none; min-height: 7rem; }
.pub-lpl-consent { display: flex; align-items: flex-start; gap: 0.75rem; font-size: 0.875rem; color: var(--lpl-on-dark-soft); }
.pub-lpl-consent__box { margin-top: 0.2rem; width: 1rem; height: 1rem; flex-shrink: 0; accent-color: var(--lpl-accent); }
.pub-lpl-form__error { display: none; font-size: 0.75rem; color: var(--lpl-on-dark); }
.pub-lpl-form__error.is-visible { display: block; }
.pub-lpl-form .pub-lpl-btn--accent { justify-self: start; }

/* ---------- Corretor ---------- */
.pub-lpl-broker { display: flex; flex-direction: column; align-items: center; gap: 1.5rem; padding: 2rem; border-radius: var(--lpl-radius-lg); border: 1px solid var(--lpl-border); background: var(--lpl-surface); text-align: center; }
.pub-lpl-broker__avatar { width: 5rem; height: 5rem; flex-shrink: 0; display: grid; place-items: center; overflow: hidden; border-radius: 999px; background: var(--lpl-bg-alt); color: var(--lpl-text-muted); }
.pub-lpl-broker__avatar svg { width: 2rem; height: 2rem; }
.pub-lpl-broker__photo { width: 100%; height: 100%; object-fit: cover; }
.pub-lpl-broker__body { flex: 1; }
.pub-lpl-broker__name { margin-top: var(--lpl-space-xs); font-size: 1.25rem; }

/* ---------- Rodapé ---------- */
.pub-lpl-footer { border-top: 1px solid var(--lpl-border); background: var(--lpl-bg-alt); padding: 2.5rem 0 7rem; }
.pub-lpl-footer__line { font-family: var(--lpl-font-display); font-size: 0.875rem; letter-spacing: 0.14em; color: var(--lpl-primary); }
.pub-lpl-footer__links a { text-decoration: underline; text-underline-offset: 2px; }

/* ---------- Barra CTA mobile + seletor de tema ---------- */
.pub-lpl-mobile-bar {
  position: fixed; inset-inline: 0; bottom: 0; z-index: 40; display: flex; align-items: center; justify-content: space-between; gap: var(--lpl-space-sm);
  padding: 0.75rem 1rem; border-top: 1px solid var(--lpl-border); background: color-mix(in srgb, var(--lpl-surface) 95%, transparent); backdrop-filter: blur(8px);
  transition: transform 300ms ease;
}
.pub-lpl-mobile-bar.is-hidden { transform: translateY(100%); }
.pub-lpl-mobile-bar__info { min-width: 0; }
.pub-lpl-mobile-bar__primary { font-family: var(--lpl-font-display); font-size: 0.875rem; color: var(--lpl-primary); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pub-lpl-mobile-bar__secondary { font-size: 0.625rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--lpl-text-muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.pub-lpl-themes { position: fixed; right: 1rem; bottom: 5rem; z-index: 50; display: flex; align-items: center; gap: 0.5rem; padding: 0.5rem 0.75rem; border-radius: 999px; border: 1px solid var(--lpl-border); background: var(--lpl-surface); box-shadow: var(--lpl-shadow); }
.pub-lpl-theme { width: 1.25rem; height: 1.25rem; padding: 0; border-radius: 999px; border: 1px solid var(--lpl-border); transition: transform 150ms ease; }
.pub-lpl-theme:hover { transform: scale(1.05); }
.pub-lpl-theme[aria-pressed="true"] { transform: scale(1.1); border-color: var(--lpl-text); box-shadow: 0 0 0 2px var(--lpl-surface), 0 0 0 3px var(--lpl-border); }
.pub-lpl-theme--a { background: #173b4d; }
.pub-lpl-theme--b { background: #3d5144; }
.pub-lpl-theme--c { background: #405a68; }
.pub-lpl-themes__label { margin-left: 0.25rem; font-size: 0.625rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--lpl-text-muted); }

/* O FAB de WhatsApp do layout fica à esquerda para não brigar com o seletor */
.pub-lp-body .pub-wa-fab { right: auto; left: 1rem; bottom: 5rem; }

/* ---------- Responsivo ---------- */
@media (min-width: 640px) {
  .pub-lpl-page { --lpl-section-y: 6rem; }
  .pub-lpl-h2 { font-size: 2.25rem; }
  .pub-lpl-hero__title { font-size: 3rem; }
  .pub-lpl-hero__price-value { font-size: 2.25rem; }
  .pub-lpl-hero__actions { flex-direction: row; }
  .pub-lpl-numbers { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .pub-lpl-specs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pub-lpl-cards--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pub-lpl-form__row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pub-lpl-gallery__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pub-lpl-broker { flex-direction: row; text-align: left; }
}

@media (min-width: 768px) {
  .pub-lpl-hero { min-height: 50rem; }
  .pub-lpl-hero__title { font-size: 3.75rem; }
  .pub-lpl-gallery--wide { grid-template-columns: 2fr 1fr; }
  .pub-lpl-gallery--wide .pub-lpl-photo--main { aspect-ratio: auto; height: 38.75rem; }
  .pub-lpl-gallery--wide .pub-lpl-gallery__column .pub-lpl-photo { aspect-ratio: auto; flex: 1; min-height: 0; }
  .pub-lpl-gallery--wide .pub-lpl-gallery__column { grid-auto-rows: 1fr; height: 38.75rem; }
  .pub-lpl-gallery--tall { grid-template-columns: 1fr 2fr; }
  .pub-lpl-gallery--tall .pub-lpl-photo--main { aspect-ratio: auto; height: 38.75rem; }
  .pub-lpl-gallery--tall .pub-lpl-gallery__grid .pub-lpl-photo { aspect-ratio: auto; height: 18.75rem; }
  .pub-lpl-gallery--grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pub-lpl-split { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pub-lpl-photo--tall { aspect-ratio: auto; height: 32.5rem; }
  .pub-lpl-cards--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pub-lpl-map__frame { height: 27.5rem; }
  .pub-lpl-mobile-bar { display: none; }
  .pub-lpl-footer { padding-bottom: 2.5rem; }
  .pub-lpl-themes { bottom: 1.25rem; }
  .pub-lp-body .pub-wa-fab { bottom: 1.25rem; }
}

@media (min-width: 1024px) {
  .pub-lpl-specs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  .pub-lpl-reveal { opacity: 1; transform: none; transition: none; }
  .pub-lpl-mobile-bar, .pub-lpl-theme, .pub-lpl-faq__plus { transition: none; }
}
