/*
Theme Name: Luãn Henrique Produtora Premium
Theme URI: https://www.luanlocutor.com.br
Author: Luãn Henrique Produtora
Description: Tema clássico premium, responsivo e administrável para a Luãn Henrique Produtora.
Version: 14.0.0
Requires at least: 5.2
Requires PHP: 7.4
Text Domain: lhp-premium
*/

:root {
  --lhp-orange: #FF441F;
  --lhp-black: #050505;
  --lhp-black-soft: #0a0a0a;
  --lhp-panel: #111111;
  --lhp-panel-2: #151515;
  --lhp-white: #ffffff;
  --lhp-muted: #b9b9b9;
  --lhp-line: rgba(255,255,255,.10);
  --lhp-radius: 22px;
  --lhp-shadow: 0 24px 70px rgba(0,0,0,.45);
  --lhp-header-logo-width: 190px;
  --lhp-header-logo-width-mobile: 152px;
  --lhp-hero-photo-width: 680px;
  --lhp-hero-photo-width-mobile: 430px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--lhp-white);
  background: var(--lhp-black);
  font-family: "Poppins", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body.admin-bar .lhp-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }
.lhp-container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.lhp-section { padding: 102px 0; position: relative; }
.lhp-muted { color: var(--lhp-muted); }
.lhp-accent { color: var(--lhp-orange); }
.lhp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--lhp-orange);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.lhp-eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--lhp-orange); }
h1,h2,h3,p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(2.55rem, 5.75vw, 5.45rem); line-height: .99; letter-spacing: -.047em; }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1.06; letter-spacing: -.035em; }
h3 { margin-bottom: 9px; line-height: 1.25; }
.lhp-buttons { display: flex; flex-wrap: wrap; gap: 14px; }
.lhp-button {
  min-height: 56px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: .92rem;
  font-weight: 700;
  transition: transform .22s ease, border-color .22s ease, background .22s ease, color .22s ease;
}
.lhp-button:hover { transform: translateY(-2px); }
.lhp-button-primary { background: var(--lhp-orange); box-shadow: 0 14px 34px rgba(255,68,31,.24); }
.lhp-button-primary:hover { background: #ff5637; }
.lhp-button-outline { border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.025); }
.lhp-button-outline:hover { border-color: var(--lhp-orange); color: var(--lhp-orange); }
.lhp-icon { width: 20px; height: 20px; flex: 0 0 20px; }

.lhp-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,.95), rgba(0,0,0,.64), transparent);
  backdrop-filter: blur(10px);
}
.lhp-nav { min-height: 105px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.lhp-brand { width: var(--lhp-header-logo-width); flex: 0 0 var(--lhp-header-logo-width); max-width: 38vw; margin-top: 14px; }
.lhp-brand img { width: 100%; height: auto; max-height: none; object-fit: contain; object-position: left center; }
.lhp-menu { display: flex; align-items: center; gap: 25px; font-size: .91rem; font-weight: 600; }
.lhp-menu > li { list-style: none; }
.lhp-menu a { opacity: .92; }
.lhp-menu a:hover, .lhp-menu .current-menu-item > a { color: var(--lhp-orange); }
.lhp-menu-toggle { display: none; border: 0; background: transparent; color: white; font-size: 1.7rem; cursor: pointer; }

.lhp-hero {
  min-height: 100vh;
  padding-top: 116px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 77% 32%, rgba(255,68,31,.24), transparent 29%),
    radial-gradient(circle at 16% 14%, rgba(255,68,31,.10), transparent 32%),
    linear-gradient(180deg, #030303 0%, #090909 100%);
}
.lhp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image: linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 90%);
}
.lhp-hero::after {
  content: "";
  position: absolute;
  left: -10%; right: -10%; bottom: -96px;
  height: 174px;
  border-top: 2px solid var(--lhp-orange);
  border-radius: 50%;
  filter: drop-shadow(0 0 17px rgba(255,68,31,.60));
}
.lhp-hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 22px; position: relative; z-index: 2; }
.lhp-hero-copy { padding: 62px 0 86px; position: relative; z-index: 3; }
.lhp-hero-copy > p { max-width: 650px; margin-bottom: 28px; color: #d3d3d3; font-size: 1.07rem; }
.lhp-hero-photo { align-self: end; display: flex; align-items: end; justify-content: flex-end; min-height: 690px; position: relative; z-index: 2; }
.lhp-hero-photo::before { content: ""; position: absolute; z-index: -1; width: 520px; height: 520px; right: -3%; top: 12%; border-radius: 50%; background: radial-gradient(circle, rgba(255,68,31,.30), rgba(255,68,31,.045) 56%, transparent 72%); filter: blur(8px); }
.lhp-hero-photo img { width: min(var(--lhp-hero-photo-width), 100%); max-height: 820px; object-fit: contain; object-position: bottom right; filter: drop-shadow(0 32px 72px rgba(0,0,0,.56)); }
.lhp-highlights { margin-top: 38px; display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; overflow: hidden; border: 1px solid var(--lhp-line); border-radius: 18px; background: var(--lhp-line); }
.lhp-highlight { padding: 18px 12px; text-align: center; background: rgba(4,4,4,.92); }
.lhp-highlight svg { width: 25px; height: 25px; margin: 0 auto 8px; color: var(--lhp-orange); }
.lhp-highlight strong { display: block; font-size: .78rem; line-height: 1.35; }

.lhp-stats { padding: 34px 0; border-top: 1px solid var(--lhp-line); border-bottom: 1px solid var(--lhp-line); background: #090909; }
.lhp-stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.lhp-stat { min-height: 130px; padding: 24px; border: 1px solid var(--lhp-line); border-radius: 18px; background: linear-gradient(145deg,#121212,#0a0a0a); }
.lhp-stat strong { display: block; margin-bottom: 9px; color: var(--lhp-orange); font-size: clamp(1.8rem,3vw,2.35rem); line-height: 1; }
.lhp-stat span { color: #ddd; font-size: .81rem; font-weight: 600; letter-spacing: .035em; }

.lhp-section-heading { max-width: 820px; margin-bottom: 40px; }
.lhp-filters { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 28px; }
.lhp-filter { padding: 10px 17px; border: 1px solid var(--lhp-line); border-radius: 999px; color: #ddd; background: #0e0e0e; cursor: pointer; transition: .2s ease; }
.lhp-filter:hover, .lhp-filter.is-active { border-color: var(--lhp-orange); background: var(--lhp-orange); color: white; }
.lhp-portfolio-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 19px; }
.lhp-card { overflow: hidden; border: 1px solid var(--lhp-line); border-radius: var(--lhp-radius); background: linear-gradient(180deg,var(--lhp-panel-2),#0d0d0d); box-shadow: var(--lhp-shadow); transition: transform .24s ease, border-color .24s ease; }
.lhp-card:hover { transform: translateY(-6px); border-color: rgba(255,68,31,.55); }
.lhp-card-media { aspect-ratio: 16/10; overflow: hidden; position: relative; background: radial-gradient(circle at 28% 28%, rgba(255,68,31,.58), transparent 35%), linear-gradient(145deg,#341008,#101010); }
.lhp-card-media img { width: 100%; height: 100%; object-fit: cover; }
.lhp-card-media.lhp-card-placeholder::before { content: ""; position: absolute; left: 12%; right: 12%; top: 50%; height: 45px; transform: translateY(-50%); background: repeating-linear-gradient(90deg, transparent 0 6px, var(--lhp-orange) 6px 9px, transparent 9px 15px); clip-path: polygon(0 48%,4% 38%,8% 70%,12% 18%,16% 82%,20% 33%,24% 61%,28% 20%,32% 84%,36% 42%,40% 62%,44% 30%,48% 76%,52% 25%,56% 72%,60% 39%,64% 65%,68% 23%,72% 80%,76% 45%,80% 62%,84% 31%,88% 69%,92% 40%,96% 57%,100% 48%,100% 55%,0 55%); }
.lhp-card-body { padding: 22px; }
.lhp-card-kicker { display: block; margin-bottom: 7px; color: var(--lhp-orange); font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.lhp-card p { margin-bottom: 0; color: var(--lhp-muted); font-size: .9rem; }
.lhp-empty { grid-column: 1/-1; padding: 36px; border: 1px dashed var(--lhp-line); border-radius: 20px; color: var(--lhp-muted); text-align: center; }

.lhp-services { background: #080808; }
.lhp-services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.lhp-service { padding: 30px; border: 1px solid var(--lhp-line); border-radius: var(--lhp-radius); background: linear-gradient(145deg,#121212,#0a0a0a); transition: .24s ease; }
.lhp-service:hover { transform: translateY(-4px); border-color: var(--lhp-orange); box-shadow: 0 22px 55px rgba(255,68,31,.075); }
.lhp-service svg { width: 34px; height: 34px; margin-bottom: 16px; color: var(--lhp-orange); }
.lhp-service p { margin-bottom: 0; color: var(--lhp-muted); }

.lhp-about-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 62px; align-items: center; }
.lhp-about-logo { min-height: 420px; padding: 44px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,68,31,.28); border-radius: 30px; background: radial-gradient(circle at 50% 42%,rgba(255,68,31,.25),transparent 39%),linear-gradient(145deg,#151515,#080808); }
.lhp-about-logo img { width: 82%; max-width: 410px; }
.lhp-about-copy p { color: var(--lhp-muted); }

.lhp-process-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; }
.lhp-step { padding: 25px 19px; border: 1px solid var(--lhp-line); border-radius: 20px; background: #0f0f0f; }
.lhp-step-number { width: 42px; height: 42px; margin-bottom: 17px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--lhp-orange); font-weight: 800; }
.lhp-step p { margin-bottom: 0; color: var(--lhp-muted); font-size: .89rem; }

.lhp-faq { max-width: 900px; margin: 0 auto; }
.lhp-faq details { padding: 21px 0; border-bottom: 1px solid var(--lhp-line); }
.lhp-faq summary { display: flex; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-weight: 700; }
.lhp-faq summary::-webkit-details-marker { display: none; }
.lhp-faq summary::after { content: "+"; color: var(--lhp-orange); font-size: 1.45rem; }
.lhp-faq details[open] summary::after { content: "−"; }
.lhp-faq p { margin: 14px 0 0; color: var(--lhp-muted); }

.lhp-contact-box { padding: 54px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 36px; align-items: center; border: 1px solid rgba(255,68,31,.34); border-radius: 30px; background: radial-gradient(circle at 91% 8%,rgba(255,68,31,.25),transparent 28%),linear-gradient(145deg,#151515,#090909); }
.lhp-contact-list { display: grid; gap: 12px; }
.lhp-contact-item { padding: 15px 17px; border: 1px solid var(--lhp-line); border-radius: 14px; background: rgba(255,255,255,.035); overflow-wrap: anywhere; }
.lhp-contact-item a:hover { color: var(--lhp-orange); }

.lhp-footer { padding: 40px 0; border-top: 1px solid var(--lhp-line); background: #030303; }
.lhp-footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; align-items: start; }
.lhp-footer-logo { width: 170px; margin-top: 10px; }
.lhp-footer h3 { color: var(--lhp-orange); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.lhp-footer p, .lhp-footer a { color: var(--lhp-muted); font-size: .9rem; }
.lhp-copyright { padding-top: 28px; margin-top: 28px; border-top: 1px solid var(--lhp-line); color: #8f8f8f; font-size: .82rem; text-align: center; }
.lhp-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 999; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #25D366; box-shadow: 0 16px 38px rgba(0,0,0,.4); }
.lhp-whatsapp svg { width: 30px; height: 30px; }

.lhp-inner { min-height: 100vh; padding: 160px 0 90px; background: radial-gradient(circle at 80% 15%,rgba(255,68,31,.13),transparent 30%),#070707; }
.lhp-content { max-width: 900px; }
.lhp-post { padding: 28px; margin-bottom: 18px; border: 1px solid var(--lhp-line); border-radius: 18px; background: #0e0e0e; }

@media (max-width: 1040px) {
  .lhp-menu-toggle { display: block; }
  .lhp-menu-wrap { display: none; position: absolute; top: 96px; left: 20px; right: 20px; padding: 22px; border: 1px solid var(--lhp-line); border-radius: 18px; background: #0b0b0b; box-shadow: var(--lhp-shadow); }
  .lhp-menu-wrap.is-open { display: block; }
  .lhp-menu { margin: 0; padding: 0; flex-direction: column; align-items: flex-start; }
  .lhp-hero-grid, .lhp-about-grid, .lhp-contact-box { grid-template-columns: 1fr; }
  .lhp-hero-copy { padding-bottom: 15px; }
  .lhp-hero-photo { min-height: 500px; justify-content: center; }
  .lhp-stats-grid, .lhp-portfolio-grid, .lhp-services-grid, .lhp-process-grid { grid-template-columns: repeat(2,1fr); }
  .lhp-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 782px) { body.admin-bar .lhp-header { top: 46px; } }
@media (max-width: 650px) {
  .lhp-container { width: min(100% - 26px, 1180px); }
  .lhp-section { padding: 76px 0; }
  .lhp-nav { min-height: 88px; }
  .lhp-brand { width: var(--lhp-header-logo-width-mobile); flex-basis: var(--lhp-header-logo-width-mobile); max-width: 54vw; margin-top: 12px; }
  .lhp-menu-wrap { top: 84px; }
  .lhp-hero { padding-top: 94px; }
  .lhp-hero-copy { padding-top: 44px; }
  .lhp-hero-photo { min-height: 390px; }
  .lhp-hero-photo img { width: min(var(--lhp-hero-photo-width-mobile), 100%); }
  .lhp-highlights, .lhp-stats-grid, .lhp-portfolio-grid, .lhp-services-grid, .lhp-process-grid, .lhp-footer-grid { grid-template-columns: 1fr; }
  .lhp-contact-box { padding: 30px 22px; }
  h1 { font-size: clamp(2.35rem, 12.7vw, 4rem); }
}

/* PLAYER PREMIUM V7
   Layout em duas linhas, controles maiores e ícones sempre visíveis. */

/* Quando existe áudio, somente a onda dinâmica deve aparecer. */
.lhp-card-media.lhp-has-audio::before {
  content: none !important;
  display: none !important;
}
.lhp-card-media::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.08) 52%, rgba(0,0,0,.52)),
    radial-gradient(circle at 50% 50%, transparent 20%, rgba(0,0,0,.20) 100%);
}
.lhp-card-media img {
  position: relative;
  z-index: 0;
  transition: transform .45s ease, filter .35s ease;
}
.lhp-card.is-playing .lhp-card-media img {
  transform: scale(1.035);
  filter: saturate(1.08) brightness(.78);
}
.lhp-wave-canvas {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  touch-action: none;
}

.lhp-audio-element {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.lhp-portfolio-grid {
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
}
.lhp-card-body {
  overflow: visible;
}
.lhp-audio-player {
  width: 100%;
  margin-top: 18px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.012)),
    #090909;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.045);
  overflow: visible;
}
.lhp-card.is-playing .lhp-audio-player {
  border-color: rgba(255,68,31,.42);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05),
    0 12px 32px rgba(255,68,31,.09);
}

.lhp-audio-track {
  min-width: 0;
  margin-bottom: 13px;
  padding: 0 2px;
}
.lhp-audio-now {
  display: block;
  margin-bottom: 3px;
  color: var(--lhp-orange);
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .11em;
  line-height: 1.2;
}
.lhp-audio-name {
  display: block;
  overflow: hidden;
  color: #fff;
  font-size: .84rem;
  font-weight: 700;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lhp-card.is-playing .lhp-audio-name {
  text-shadow: 0 0 18px rgba(255,68,31,.26);
}

.lhp-audio-controls {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 46px;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-width: 0;
}
.lhp-audio-center {
  min-width: 0;
  padding: 0 2px;
}
.lhp-audio-times {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  color: #aaa;
  font-size: .66rem;
  font-variant-numeric: tabular-nums;
}

.lhp-audio-play,
.lhp-audio-mute {
  appearance: none !important;
  -webkit-appearance: none !important;
  flex: 0 0 auto;
  width: 46px !important;
  min-width: 46px !important;
  max-width: 46px !important;
  height: 46px !important;
  min-height: 46px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-indent: 0 !important;
  cursor: pointer;
  line-height: 1 !important;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.lhp-audio-play {
  color: #fff !important;
  background: var(--lhp-orange) !important;
  box-shadow: 0 9px 22px rgba(255,68,31,.26);
}
.lhp-audio-play:hover {
  transform: scale(1.055);
}
.lhp-audio-mute {
  color: #fff !important;
  background: rgba(255,255,255,.09) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06);
}
.lhp-audio-mute:hover {
  color: #fff !important;
  background: rgba(255,68,31,.22) !important;
}

.lhp-icon-play,
.lhp-icon-pause,
.lhp-icon-volume,
.lhp-icon-muted {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  color: inherit !important;
  opacity: 1 !important;
  visibility: visible !important;
  font-family: "Segoe UI Symbol", "Arial Unicode MS", Arial, sans-serif !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-indent: 0 !important;
  transform: none !important;
}
.lhp-icon-play {
  display: inline-block !important;
  margin-left: 2px !important;
  font-size: 20px !important;
}
.lhp-icon-pause {
  display: none !important;
  font-size: 21px !important;
  letter-spacing: -4px !important;
}
.lhp-card.is-playing .lhp-icon-play {
  display: none !important;
}
.lhp-card.is-playing .lhp-icon-pause {
  display: inline-block !important;
}
.lhp-icon-volume,
.lhp-icon-muted {
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif !important;
  font-size: 19px !important;
}
.lhp-icon-muted {
  display: none !important;
}
.lhp-audio-mute.is-muted .lhp-icon-volume {
  display: none !important;
}
.lhp-audio-mute.is-muted .lhp-icon-muted {
  display: inline-block !important;
}

.lhp-audio-seek {
  --lhp-progress: 0%;
  appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 6px;
  margin: 0;
  border: 0;
  border-radius: 999px;
  outline: 0;
  cursor: pointer;
  background:
    linear-gradient(
      to right,
      var(--lhp-orange) 0,
      var(--lhp-orange) var(--lhp-progress),
      rgba(255,255,255,.18) var(--lhp-progress),
      rgba(255,255,255,.18) 100%
    );
}
.lhp-audio-seek::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--lhp-orange);
  box-shadow: 0 3px 10px rgba(0,0,0,.42);
}
.lhp-audio-seek::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--lhp-orange);
  box-shadow: 0 3px 10px rgba(0,0,0,.42);
}

@media (max-width: 520px) {
  .lhp-portfolio-grid {
    grid-template-columns: 1fr;
  }
  .lhp-audio-player {
    padding: 12px;
  }
  .lhp-audio-controls {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 10px;
  }
  .lhp-audio-play,
  .lhp-audio-mute {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
  }
  .lhp-audio-name {
    font-size: .77rem;
  }
}

/* PLAYER PREMIUM V8
   Cards compactos: três por linha no computador, dois no tablet e um no celular. */
.lhp-portfolio-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: start;
  gap: 18px;
}
.lhp-card {
  min-width: 0;
  width: 100%;
}
.lhp-card-media {
  aspect-ratio: 16 / 9;
  min-height: 0;
}
.lhp-card-body {
  padding: 16px;
}
.lhp-card-kicker {
  margin-bottom: 5px;
  font-size: .67rem;
}
.lhp-card h3 {
  margin-bottom: 6px;
  font-size: 1rem;
  line-height: 1.25;
}
.lhp-card p {
  font-size: .8rem;
  line-height: 1.45;
}

.lhp-audio-player {
  margin-top: 12px;
  padding: 10px;
  border-radius: 14px;
}
.lhp-audio-track {
  margin-bottom: 9px;
  padding: 0;
}
.lhp-audio-now {
  margin-bottom: 2px;
  font-size: .49rem;
}
.lhp-audio-name {
  font-size: .7rem;
}
.lhp-audio-controls {
  grid-template-columns: 38px minmax(0, 1fr) 38px;
  gap: 9px;
}
.lhp-audio-play,
.lhp-audio-mute {
  width: 38px !important;
  min-width: 38px !important;
  max-width: 38px !important;
  height: 38px !important;
  min-height: 38px !important;
}
.lhp-icon-play {
  font-size: 16px !important;
}
.lhp-icon-pause {
  font-size: 17px !important;
}
.lhp-icon-volume,
.lhp-icon-muted {
  font-size: 16px !important;
}
.lhp-audio-seek {
  height: 5px;
}
.lhp-audio-seek::-webkit-slider-thumb {
  width: 12px;
  height: 12px;
}
.lhp-audio-seek::-moz-range-thumb {
  width: 10px;
  height: 10px;
}
.lhp-audio-times {
  margin-top: 4px;
  font-size: .58rem;
}

@media (max-width: 1040px) {
  .lhp-portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 650px) {
  .lhp-portfolio-grid {
    grid-template-columns: 1fr !important;
  }
}

/* CORREÇÃO PREMIUM V9
   Play e pause desenhados integralmente em CSS, sem emojis ou caracteres. */
.lhp-audio-play {
  outline: 0 !important;
  -webkit-tap-highlight-color: transparent !important;
}
.lhp-audio-play:focus {
  outline: 0 !important;
}
.lhp-audio-play:focus-visible {
  outline: 2px solid rgba(255,255,255,.95) !important;
  outline-offset: 3px !important;
  box-shadow:
    0 0 0 5px rgba(255,68,31,.30),
    0 9px 22px rgba(255,68,31,.26) !important;
}

/* Triângulo branco do PLAY. */
.lhp-audio-play .lhp-icon-play {
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 0 0 3px !important;
  padding: 0 !important;
  border-top: 7px solid transparent !important;
  border-bottom: 7px solid transparent !important;
  border-left: 11px solid #fff !important;
  border-right: 0 !important;
  background: transparent !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  letter-spacing: 0 !important;
}

/* Duas barras brancas reais do PAUSE. */
.lhp-audio-play .lhp-icon-pause {
  position: relative !important;
  display: none !important;
  width: 14px !important;
  height: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  letter-spacing: 0 !important;
}
.lhp-audio-play .lhp-icon-pause::before,
.lhp-audio-play .lhp-icon-pause::after {
  content: "";
  position: absolute;
  top: 0;
  width: 4px;
  height: 16px;
  border-radius: 1px;
  background: #fff;
}
.lhp-audio-play .lhp-icon-pause::before {
  left: 1px;
}
.lhp-audio-play .lhp-icon-pause::after {
  right: 1px;
}

.lhp-card.is-playing .lhp-audio-play .lhp-icon-play {
  display: none !important;
}
.lhp-card.is-playing .lhp-audio-play .lhp-icon-pause {
  display: block !important;
}

/* APRIMORAMENTOS PREMIUM V11
   Dois links externos no topo e controle real do tamanho da foto. */

/* Área de ações do cabeçalho */
.lhp-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  flex: 0 0 auto;
}
.lhp-header-actions-mobile {
  display: none;
}
.lhp-header-action-button {
  min-height: 44px;
  padding: 0 15px;
  border-radius: 12px;
  white-space: nowrap;
  font-size: .78rem;
}
.lhp-header-quick-link {
  border: 1px solid rgba(255,255,255,.22);
  color: #fff;
  background: rgba(255,255,255,.045);
  box-shadow: none;
}
.lhp-header-quick-link:hover {
  border-color: var(--lhp-orange);
  color: #fff;
  background: rgba(255,68,31,.16);
}

/* Dá ao menu somente o espaço necessário e preserva os botões à direita. */
.lhp-menu-wrap {
  min-width: 0;
  margin-left: auto;
}
.lhp-menu {
  margin: 0;
  padding: 0;
}

/* O tamanho escolhido passa a ser aplicado de verdade.
   Removemos a trava de 100% da coluna e o limite fixo de altura. */
.lhp-hero-grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  overflow: visible;
}
.lhp-hero-photo {
  overflow: visible;
}
.lhp-hero-photo img {
  width: var(--lhp-hero-photo-width) !important;
  max-width: none !important;
  max-height: none !important;
  height: auto !important;
  flex: 0 0 auto;
}

/* Com dois botões extras, o cabeçalho recolhe antes para não apertar. */
@media (max-width: 1240px) {
  .lhp-menu-toggle {
    display: block;
    margin-left: auto;
  }
  .lhp-header-actions-desktop {
    display: none;
  }
  .lhp-menu-wrap {
    display: none;
    position: absolute;
    top: 96px;
    left: 20px;
    right: 20px;
    margin-left: 0;
    padding: 22px;
    border: 1px solid var(--lhp-line);
    border-radius: 18px;
    background: #0b0b0b;
    box-shadow: var(--lhp-shadow);
  }
  .lhp-menu-wrap.is-open {
    display: block;
  }
  .lhp-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
  }
  .lhp-header-actions-mobile {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid var(--lhp-line);
  }
  .lhp-header-actions-mobile .lhp-header-action-button {
    width: 100%;
    padding-inline: 10px;
  }

  /* No tablet, usa o tamanho configurado para celular/tablet. */
  .lhp-hero-photo img {
    width: var(--lhp-hero-photo-width-mobile) !important;
    max-width: none !important;
  }
}

@media (max-width: 650px) {
  .lhp-menu-wrap {
    top: 84px;
  }
  .lhp-header-actions-mobile {
    grid-template-columns: 1fr;
  }
  .lhp-header-actions-mobile .lhp-header-action-button {
    min-height: 48px;
    font-size: .84rem;
  }
  .lhp-hero-photo {
    justify-content: center;
  }
  .lhp-hero-photo img {
    width: var(--lhp-hero-photo-width-mobile) !important;
    max-width: none !important;
  }
}

/* =========================================================
   TEMA BRANCO PREMIUM V12
   Fundo claro em todo o site, mantendo a identidade #FF441F.
   ========================================================= */
:root {
  --lhp-black: #ffffff;
  --lhp-black-soft: #f7f7f7;
  --lhp-panel: #ffffff;
  --lhp-panel-2: #ffffff;
  --lhp-muted: #666666;
  --lhp-line: rgba(20,20,20,.11);
  --lhp-shadow: 0 18px 48px rgba(25,25,25,.09);
}

html,
body {
  background: #ffffff !important;
}

body {
  color: #181818;
}

h1,
h2,
h3,
.lhp-faq summary,
.lhp-card h3,
.lhp-service h3,
.lhp-step h3 {
  color: #181818;
}

.lhp-muted,
.lhp-card p,
.lhp-service p,
.lhp-step p,
.lhp-faq p,
.lhp-about-copy p {
  color: #666666 !important;
}

/* Cabeçalho branco */
.lhp-header {
  border-bottom: 1px solid rgba(20,20,20,.08);
  background: rgba(255,255,255,.94) !important;
  box-shadow: 0 7px 28px rgba(0,0,0,.055);
  backdrop-filter: blur(14px);
}

.lhp-header .lhp-container {
  width: min(1500px, calc(100% - 40px));
}

.lhp-menu a {
  color: #252525;
}

.lhp-menu-toggle {
  color: #202020 !important;
}

.lhp-header-quick-link {
  border-color: rgba(20,20,20,.18) !important;
  color: #242424 !important;
  background: #ffffff !important;
}

.lhp-header-quick-link:hover {
  border-color: var(--lhp-orange) !important;
  color: var(--lhp-orange) !important;
  background: color-mix(in srgb,var(--lhp-orange) 6%,#ffffff) !important;
}

.lhp-button-primary {
  color: #ffffff !important;
}

.lhp-button-outline {
  border-color: rgba(20,20,20,.20) !important;
  color: #202020 !important;
  background: #ffffff !important;
}

.lhp-button-outline:hover {
  color: var(--lhp-orange) !important;
  border-color: var(--lhp-orange) !important;
  background: color-mix(in srgb,var(--lhp-orange) 5%,#ffffff) !important;
}

/* Hero claro */
.lhp-hero {
  background:
    radial-gradient(circle at 78% 30%, color-mix(in srgb,var(--lhp-orange) 17%,transparent), transparent 30%),
    radial-gradient(circle at 14% 13%, color-mix(in srgb,var(--lhp-orange) 7%,transparent), transparent 34%),
    linear-gradient(180deg,#ffffff 0%,#fafafa 100%) !important;
}

.lhp-hero::before {
  opacity: .50;
  background-image:
    linear-gradient(rgba(20,20,20,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20,20,20,.025) 1px, transparent 1px);
}

.lhp-hero-copy > p {
  color: #565656 !important;
}

.lhp-hero-photo img {
  filter: drop-shadow(0 28px 48px rgba(20,20,20,.18)) !important;
}

.lhp-highlights {
  border-color: #e7e7e7;
  background: #e7e7e7;
  box-shadow: 0 12px 34px rgba(0,0,0,.05);
}

.lhp-highlight {
  color: #202020;
  background: #ffffff !important;
}

/* Estatísticas */
.lhp-stats {
  border-color: #e8e8e8;
  background: #f8f8f8 !important;
}

.lhp-stat {
  border-color: #e7e7e7;
  background: #ffffff !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.045);
}

.lhp-stat span {
  color: #4e4e4e !important;
}

/* Portfólio */
.lhp-filter {
  border-color: #dddddd;
  color: #383838;
  background: #ffffff;
}

.lhp-card {
  border-color: #e5e5e5;
  background: #ffffff !important;
  box-shadow: 0 14px 38px rgba(0,0,0,.075);
}

.lhp-card:hover {
  box-shadow: 0 20px 50px rgba(0,0,0,.11);
}

.lhp-empty {
  border-color: #d7d7d7;
  color: #686868;
  background: #fafafa;
}

/* Player claro */
.lhp-audio-player {
  border-color: #dddddd !important;
  background: #f8f8f8 !important;
  box-shadow: inset 0 1px 0 #ffffff !important;
}

.lhp-card.is-playing .lhp-audio-player {
  border-color: color-mix(in srgb,var(--lhp-orange) 48%,#dddddd) !important;
  box-shadow: 0 10px 26px color-mix(in srgb,var(--lhp-orange) 10%,transparent) !important;
}

.lhp-audio-name {
  color: #1d1d1d !important;
  text-shadow: none !important;
}

.lhp-audio-times {
  color: #666666 !important;
}

.lhp-audio-mute {
  color: #252525 !important;
  background: #ececec !important;
  box-shadow: inset 0 0 0 1px #dddddd !important;
}

.lhp-audio-mute:hover {
  color: var(--lhp-orange) !important;
  background: color-mix(in srgb,var(--lhp-orange) 8%,#ffffff) !important;
}

/* Serviços */
.lhp-services {
  background: #f7f7f7 !important;
}

.lhp-service {
  border-color: #e4e4e4;
  background: #ffffff !important;
  box-shadow: 0 12px 32px rgba(0,0,0,.045);
}

/* Sobre */
.lhp-about-logo {
  border-color: color-mix(in srgb,var(--lhp-orange) 28%,#e8e8e8);
  background:
    radial-gradient(circle at 50% 42%,color-mix(in srgb,var(--lhp-orange) 14%,transparent),transparent 42%),
    #fff8f5 !important;
  box-shadow: 0 14px 38px rgba(0,0,0,.055);
}

/* Processo */
.lhp-step {
  border-color: #e5e5e5;
  background: #ffffff !important;
  box-shadow: 0 10px 28px rgba(0,0,0,.045);
}

.lhp-step-number {
  color: #ffffff;
}

/* FAQ */
.lhp-faq details {
  border-color: #e2e2e2;
}

/* Contato */
.lhp-contact-box {
  border-color: color-mix(in srgb,var(--lhp-orange) 32%,#e5e5e5);
  background:
    radial-gradient(circle at 92% 8%,color-mix(in srgb,var(--lhp-orange) 13%,transparent),transparent 30%),
    #fff9f7 !important;
  box-shadow: 0 16px 42px rgba(0,0,0,.06);
}

.lhp-contact-item {
  border-color: #e1e1e1;
  color: #252525;
  background: #ffffff !important;
}

/* Rodapé branco */
.lhp-footer {
  border-color: #e5e5e5;
  color: #252525;
  background: #ffffff !important;
}

.lhp-footer p,
.lhp-footer a {
  color: #666666 !important;
}

.lhp-copyright {
  border-color: #e5e5e5;
  color: #7a7a7a;
}

/* Páginas internas */
.lhp-inner {
  background:
    radial-gradient(circle at 80% 15%,color-mix(in srgb,var(--lhp-orange) 8%,transparent),transparent 30%),
    #ffffff !important;
}

.lhp-post {
  border-color: #e2e2e2;
  color: #202020;
  background: #ffffff !important;
  box-shadow: 0 12px 32px rgba(0,0,0,.055);
}

/* Com quatro links externos, recolhe antes para não esmagar o topo. */
@media (max-width: 1480px) {
  .lhp-menu-toggle {
    display: block;
    margin-left: auto;
  }

  .lhp-header-actions-desktop {
    display: none;
  }

  .lhp-menu-wrap {
    display: none;
    position: absolute;
    top: 96px;
    left: 20px;
    right: 20px;
    margin-left: 0;
    padding: 22px;
    border: 1px solid #dfdfdf;
    border-radius: 18px;
    background: #ffffff !important;
    box-shadow: 0 20px 52px rgba(0,0,0,.12);
  }

  .lhp-menu-wrap.is-open {
    display: block;
  }

  .lhp-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
  }

  .lhp-header-actions-mobile {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
    gap: 10px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid #e2e2e2;
  }

  .lhp-header-actions-mobile .lhp-header-action-button {
    width: 100%;
    padding-inline: 10px;
  }
}

@media (max-width: 650px) {
  .lhp-header .lhp-container {
    width: min(100% - 26px,1500px);
  }

  .lhp-menu-wrap {
    background: #ffffff !important;
  }

  .lhp-header-actions-mobile {
    grid-template-columns: 1fr !important;
  }
}

/* AJUSTE REAL V14
   A logo usa a classe .lhp-brand. O respiro agora é aplicado
   no container real do cabeçalho, criando espaço branco visível abaixo. */
.lhp-nav {
  min-height: 105px;
  padding-top: 8px;
  padding-bottom: 16px;
}

.lhp-brand {
  display: flex;
  align-items: center;
  margin-top: 6px !important;
  margin-bottom: 0 !important;
}

.lhp-brand img {
  display: block;
  margin: 0 !important;
}

/* Mantém o início do conteúdo abaixo do cabeçalho um pouco mais alto. */
.lhp-hero {
  padding-top: 136px;
}

@media (max-width: 650px) {
  .lhp-nav {
    padding-top: 6px;
    padding-bottom: 12px;
  }

  .lhp-brand {
    margin-top: 5px !important;
  }

  .lhp-hero {
    padding-top: 122px;
  }
}

