/*
 * Luciana De Lamare Oficial
 * Base visual para uso com Elementor Pro + Astra Child.
 * O CSS força seletivamente a identidade do projeto sem brigar com todo o Elementor.
 */

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--ld-scroll-offset, 96px);
}

:root {
  --ld-green-900: #112d24;
  --ld-green-800: #173d32;
  --ld-green-700: #225748;
  --ld-sand-050: #fbf6ee;
  --ld-sand-100: #f3eadc;
  --ld-sand-200: #e2d0b7;
  --ld-terracotta: #a85f3d;
  --ld-gold: #c7a463;
  --ld-graphite: #252522;
  --ld-muted: #746f65;
  --ld-white: #ffffff;
  --ld-radius-lg: 34px;
  --ld-radius-md: 22px;
  --ld-shadow-soft: 0 24px 70px rgba(17, 45, 36, .14);
  --ld-font-title: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --ld-font-body: "Inter", "Manrope", Arial, sans-serif;
}

.ld-site,
.ld-site * {
  box-sizing: border-box;
}

.ld-site {
  color: var(--ld-graphite);
  background: var(--ld-sand-050);
  font-family: var(--ld-font-body);
  overflow: hidden;
}

.ld-section {
  position: relative;
  padding: clamp(72px, 8vw, 126px) 20px;
}

.ld-shell {
  width: min(1180px, 100%);
  margin-inline: auto;
}

.ld-eyebrow {
  margin: 0 0 18px;
  color: var(--ld-terracotta);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.ld-site h1,
.ld-site h2,
.ld-site h3 {
  margin: 0;
  color: var(--ld-green-900);
  font-family: var(--ld-font-title);
  font-weight: 600;
  letter-spacing: -.035em;
}

.ld-site h1 {
  font-size: clamp(42px, 5.7vw, 76px);
  line-height: .92;
  max-width: 860px;
}

.ld-site h2 {
  font-size: clamp(32px, 4.4vw, 54px);
  line-height: 1;
}

.ld-site h3 {
  font-size: clamp(20px, 1.85vw, 28px);
  line-height: 1.08;
}

.ld-site p {
  font-size: 17px;
  line-height: 1.75;
  color: var(--ld-muted);
}

.ld-lead {
  max-width: 700px;
  margin: 26px 0 0;
  font-size: clamp(17px, 1.8vw, 20px) !important;
  line-height: 1.58 !important;
  color: rgba(37, 37, 34, .82) !important;
}

.ld-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 34px;
}

.ld-actions--center {
  justify-content: center;
}

.ld-btn,
.elementor .ld-btn {
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  min-height: 50px !important;
  padding: 14px 24px !important;
  border-radius: 999px !important;
  border: 1px solid transparent !important;
  font-family: var(--ld-font-body) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease, color .22s ease, border-color .22s ease !important;
}

.ld-modal-trigger,
.elementor .ld-modal-trigger,
.ld-btn[type="button"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  cursor: pointer !important;
}

.ld-btn:hover,
.elementor .ld-btn:hover {
  transform: translateY(-2px);
  text-decoration: none !important;
}

.ld-btn--primary,
.elementor .ld-btn--primary {
  color: var(--ld-white) !important;
  background: var(--ld-green-900) !important;
  box-shadow: 0 16px 34px rgba(17, 45, 36, .24) !important;
}

.ld-btn--primary:hover,
.elementor .ld-btn--primary:hover {
  color: var(--ld-white) !important;
  background: var(--ld-terracotta) !important;
}

.ld-btn--ghost,
.elementor .ld-btn--ghost {
  color: var(--ld-green-900) !important;
  background: rgba(255,255,255,.62) !important;
  border-color: rgba(17,45,36,.15) !important;
  backdrop-filter: blur(10px);
}

.ld-btn--ghost:hover,
.elementor .ld-btn--ghost:hover {
  color: var(--ld-green-900) !important;
  border-color: rgba(17,45,36,.32) !important;
}

.ld-hero {
  min-height: 92vh;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 92% 12%, rgba(199,164,99,.28), transparent 30%),
    radial-gradient(circle at 0% 96%, rgba(168,95,61,.18), transparent 34%),
    linear-gradient(135deg, var(--ld-sand-050), var(--ld-sand-100));
}

.ld-hero::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(17,45,36,.08);
  border-radius: 38px;
  pointer-events: none;
}

.ld-hero__grid,
.ld-talks__grid,
.ld-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1.07fr) minmax(320px, .93fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: center;
}

.ld-two-col--reverse {
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
}

.ld-hero__badges,
.ld-mini-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.ld-hero__badges span,
.ld-mini-list span {
  display: inline-flex;
  padding: 9px 13px;
  border: 1px solid rgba(17,45,36,.12);
  border-radius: 999px;
  color: var(--ld-green-800);
  background: rgba(255,255,255,.48);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.ld-image-frame {
  position: relative;
  min-height: clamp(420px, 50vw, 680px);
  margin: 0;
  overflow: hidden;
  border-radius: var(--ld-radius-lg);
  background: linear-gradient(135deg, var(--ld-green-900), var(--ld-green-700));
  box-shadow: var(--ld-shadow-soft);
}

.ld-image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.44));
  pointer-events: none;
}

.ld-image-frame img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.ld-image-frame figcaption {
  position: absolute;
  z-index: 2;
  left: 22px;
  right: 22px;
  bottom: 20px;
  color: rgba(255,255,255,.88);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ld-image-frame--placeholder {
  display: grid;
  place-items: center;
}

.ld-placeholder-mark {
  width: 154px;
  height: 154px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 50%;
  color: rgba(255,255,255,.82);
  font-family: var(--ld-font-title);
  font-size: 58px;
  letter-spacing: -.05em;
}

.ld-manifesto {
  padding-block: clamp(58px, 7vw, 94px);
  background: var(--ld-green-900);
}

.ld-manifesto p {
  max-width: 960px;
  margin: 0 auto;
  color: var(--ld-sand-050);
  font-family: var(--ld-font-title);
  font-size: 48px !important;
  line-height: 1.38 !important;
  text-align: center;
  letter-spacing: -.018em;
}


.ld-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .28s ease, visibility .28s ease;
}

.ld-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.ld-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 45, 36, .58);
  backdrop-filter: blur(14px);
}

.ld-modal__dialog {
  position: relative;
  width: min(780px, 100%);
  max-height: min(78vh, 760px);
  overflow: auto;
  padding: clamp(30px, 5vw, 54px);
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 32px;
  background:
    radial-gradient(circle at 92% 8%, rgba(199,164,99,.22), transparent 34%),
    linear-gradient(135deg, var(--ld-sand-050), var(--ld-sand-100));
  box-shadow: 0 34px 92px rgba(0,0,0,.32);
  transform: translateY(18px) scale(.985);
  transition: transform .28s ease;
}

.ld-modal.is-open .ld-modal__dialog {
  transform: translateY(0) scale(1);
}

.ld-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(17,45,36,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: var(--ld-green-900);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transition: transform .2s ease, background-color .2s ease;
}

.ld-modal__close:hover {
  transform: rotate(4deg) scale(1.03);
  background: rgba(255,255,255,.94);
}

.ld-modal__dialog h2 {
  max-width: 640px;
  margin: 0 0 22px;
  color: var(--ld-green-900);
  font-size: clamp(34px, 4vw, 52px) !important;
}

.ld-modal__content p {
  margin: 0 0 18px;
  color: rgba(37, 37, 34, .82) !important;
  font-size: 18px !important;
  line-height: 1.78 !important;
}

.ld-modal__content p:last-child {
  margin-bottom: 0;
}

body.ld-modal-open {
  overflow: hidden;
}


.ld-about,
.ld-book,
.ld-institute,
.ld-trails {
  background: var(--ld-white);
}

.ld-checklist {
  display: grid;
  gap: 13px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.ld-checklist li {
  position: relative;
  padding-left: 30px;
  color: var(--ld-graphite);
  font-size: 16px;
  line-height: 1.5;
}

.ld-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ld-gold);
  box-shadow: 0 0 0 5px rgba(199,164,99,.16);
}

.ld-section-head {
  max-width: 850px;
  margin: 0 0 44px;
}

.ld-section-head p:last-child {
  max-width: 680px;
}

.ld-card-grid {
  display: grid;
  gap: 18px;
}

.ld-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ld-card {
  position: relative;
  min-height: 245px;
  padding: 28px;
  border: 1px solid rgba(17,45,36,.1);
  border-radius: var(--ld-radius-md);
  background: rgba(255,255,255,.68);
  box-shadow: 0 16px 50px rgba(17,45,36,.06);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.ld-card:hover {
  transform: translateY(-4px);
  border-color: rgba(168,95,61,.28);
  box-shadow: 0 24px 70px rgba(17,45,36,.12);
}

.ld-card__tag {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--ld-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
}

.ld-card p {
  margin: 18px 0 0;
  font-size: 15.5px !important;
  line-height: 1.65 !important;
}

.ld-card--link a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--ld-terracotta);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
}

.ld-acting,
.ld-media {
  background:
    linear-gradient(180deg, rgba(243,234,220,.72), rgba(251,246,238,.92)),
    var(--ld-sand-050);
}

.ld-talks {
  color: var(--ld-white);
  background:
    radial-gradient(circle at 90% 10%, rgba(199,164,99,.22), transparent 28%),
    linear-gradient(135deg, var(--ld-green-900), var(--ld-green-800));
}

.ld-talks .ld-eyebrow,
.ld-talks h2,
.ld-talks p {
  color: var(--ld-white) !important;
}

.ld-talks p {
  opacity: .78;
}

.ld-topic-list {
  display: grid;
  gap: 13px;
}

.ld-topic-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 18px 22px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  color: var(--ld-white);
  background: rgba(255,255,255,.07);
  font-family: var(--ld-font-title);
  font-size: clamp(22px, 2vw, 29px);
  line-height: 1.1;
  text-decoration: none;
  transition: transform .22s ease, background-color .22s ease, border-color .22s ease;
}

.ld-topic-list a::after {
  content: "→";
  font-family: var(--ld-font-body);
  font-size: 18px;
  opacity: .6;
}

.ld-topic-list a:hover {
  transform: translateX(4px);
  border-color: rgba(199,164,99,.62);
  background: rgba(255,255,255,.11);
  color: var(--ld-white);
}


.ld-institute {
  background:
    radial-gradient(circle at 8% 12%, rgba(199,164,99,.18), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(251,246,238,.96));
}

.ld-institute .ld-two-col {
  align-items: center;
}

.ld-institute__visual {
  display: flex;
  justify-content: center;
}

.ld-institute__logo-link {
  display: block;
  width: min(430px, 100%);
  text-decoration: none !important;
  transition: transform .22s ease, filter .22s ease;
}

.ld-institute__logo-link:hover {
  transform: translateY(-4px);
  filter: drop-shadow(0 24px 46px rgba(17,45,36,.14));
}

.ld-institute__logo-frame {
  width: min(430px, 100%);
  min-height: 0 !important;
  background: rgba(255,255,255,.72);
  box-shadow: 0 20px 60px rgba(17,45,36,.10);
}

.ld-institute__logo-frame img {
  object-fit: contain;
  padding: clamp(28px, 5vw, 54px);
  background: rgba(255,255,255,.72);
}

.ld-institute__logo-frame.ld-image-frame--placeholder {
  min-height: 360px !important;
}

.ld-contact {
  background: var(--ld-sand-100);
}

.ld-contact__box {
  max-width: 940px;
  padding: clamp(42px, 7vw, 76px);
  border: 1px solid rgba(17,45,36,.12);
  border-radius: var(--ld-radius-lg);
  background:
    radial-gradient(circle at top right, rgba(199,164,99,.2), transparent 32%),
    rgba(255,255,255,.66);
  box-shadow: var(--ld-shadow-soft);
  text-align: center;
}

.ld-contact__box p {
  max-width: 680px;
  margin-inline: auto;
}


.ld-contact__actions-main {
  margin-top: 34px;
}

.ld-contact__socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.ld-social-icon,
.elementor .ld-social-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 50px !important;
  height: 50px !important;
  flex: 0 0 50px !important;
  padding: 0 !important;
  border: 1px solid rgba(17,45,36,.18) !important;
  border-radius: 50% !important;
  color: var(--ld-green-900) !important;
  background: rgba(255,255,255,.72) !important;
  box-shadow: 0 10px 24px rgba(17,45,36,.08) !important;
  text-decoration: none !important;
  transition: transform .22s ease, color .22s ease, background-color .22s ease, border-color .22s ease, box-shadow .22s ease !important;
}

.ld-social-icon:hover,
.ld-social-icon:focus-visible,
.elementor .ld-social-icon:hover,
.elementor .ld-social-icon:focus-visible {
  transform: translateY(-3px);
  color: var(--ld-white) !important;
  background: var(--ld-green-900) !important;
  border-color: var(--ld-green-900) !important;
  box-shadow: 0 16px 30px rgba(17,45,36,.2) !important;
  text-decoration: none !important;
}

.ld-social-icon svg {
  width: 21px;
  height: 21px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ld-social-icon .ld-social-icon__dot,
.ld-social-icon .ld-social-icon__fill {
  fill: currentColor;
  stroke: none;
}

.ld-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .65s ease, transform .65s ease;
}

.ld-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 921px) {
  .ld-section {
    padding: 72px 18px;
  }

  .ld-hero {
    min-height: auto;
    padding-top: 86px;
  }

  .ld-hero::before {
    inset: 12px;
    border-radius: 26px;
  }

  .ld-hero__grid,
  .ld-talks__grid,
  .ld-two-col,
  .ld-two-col--reverse {
    grid-template-columns: 1fr;
  }

  .ld-card-grid--three {
    grid-template-columns: 1fr;
  }

  .ld-image-frame {
    min-height: 420px;
  }
}

@media (max-width: 544px) {
  .ld-manifesto p {
    font-size: 34px !important;
    line-height: 1.22 !important;
  }

  .ld-section {
    padding: 62px 16px;
  }

  .ld-site h1 {
    font-size: clamp(38px, 12vw, 50px);
  }

  .ld-site h2 {
    font-size: clamp(30px, 10vw, 42px);
  }

  .ld-actions,
  .ld-actions--center {
    align-items: stretch;
    flex-direction: column;
  }

  .ld-btn,
  .elementor .ld-btn {
    width: 100% !important;
  }

  .ld-image-frame {
    min-height: 380px;
    border-radius: 26px;
  }

  .ld-card,
  .ld-contact__box {
    border-radius: 24px;
    padding: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ld-reveal,
  .ld-card,
  .ld-topic-list a,
  .ld-btn {
    transition: none !important;
  }

  .ld-reveal {
    opacity: 1;
    transform: none;
  }
}


.ld-anchor-alias {
  position: absolute;
  top: calc(var(--ld-scroll-offset, 96px) * -1);
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
  visibility: hidden;
}

/* v1.4.0 — identidade visual dinâmica, títulos menores, smooth scroll e âncoras do menu */
.ld-section {
  overflow: hidden;
}

.ld-section > .ld-shell,
.ld-section > .ld-parallax-hero__content,
.ld-section .ld-shell {
  position: relative;
  z-index: 2;
}

.ld-image-frame figcaption {
  display: none !important;
}

.ld-image-frame::after {
  background: linear-gradient(180deg, rgba(17,45,36,.03), rgba(17,45,36,.12));
}

.ld-btn--light,
.elementor .ld-btn--light {
  color: var(--ld-green-900) !important;
  background: var(--ld-sand-050) !important;
  border-color: rgba(255,255,255,.35) !important;
  box-shadow: 0 18px 42px rgba(0,0,0,.25) !important;
}

.ld-btn--light:hover,
.elementor .ld-btn--light:hover {
  color: var(--ld-white) !important;
  background: var(--ld-terracotta) !important;
}

.ld-parallax-hero {
  width: 100vw;
  min-height: clamp(520px, 78vh, 860px);
  margin-left: calc(50% - 50vw);
  display: grid;
  place-items: center;
  padding: clamp(92px, 10vw, 152px) 20px;
  color: var(--ld-white);
  isolation: isolate;
  background-image:
    var(--ld-parallax-bg),
    linear-gradient(135deg, var(--ld-green-900), var(--ld-green-700));
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.ld-parallax-hero__video {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: var(--ld-green-900);
}

.ld-parallax-hero__video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(100vw, 177.78vh);
  height: max(56.25vw, 100vh);
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}

.ld-parallax-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(135deg, rgba(17,45,36,.78), rgba(17,45,36,.45) 44%, rgba(0,0,0,.62)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.055) 0 1px, transparent 1px 44px),
    repeating-linear-gradient(0deg, rgba(255,255,255,.04) 0 1px, transparent 1px 44px),
    radial-gradient(circle at 18% 24%, rgba(199,164,99,.28), transparent 32%);
}

.ld-parallax-hero__overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, transparent 0 42%, rgba(255,255,255,.12) 48%, transparent 56% 100%),
    radial-gradient(circle at 72% 62%, rgba(168,95,61,.26), transparent 30%);
  mix-blend-mode: screen;
  opacity: .56;
}

.ld-parallax-hero__content {
  max-width: 940px;
  margin-inline: auto;
  text-align: center;
}

.ld-parallax-hero .ld-eyebrow,
.ld-parallax-hero h2,
.ld-parallax-hero p {
  color: var(--ld-white) !important;
}

.ld-parallax-hero h2 {
  max-width: 900px;
  margin-inline: auto;
  font-size: clamp(36px, 5.4vw, 72px);
  line-height: .92;
  text-shadow: 0 18px 45px rgba(0,0,0,.35);
}

.ld-parallax-hero p:not(.ld-eyebrow) {
  max-width: 760px;
  margin: 26px auto 0;
  color: rgba(255,255,255,.84) !important;
  font-size: clamp(18px, 2vw, 23px) !important;
  line-height: 1.58 !important;
}

.ld-book__cover-wrap {
  width: min(520px, 100%);
  margin-inline: auto;
}

.ld-image-frame--square,
.ld-book__cover {
  aspect-ratio: 1 / 1;
  min-height: 0 !important;
}

.ld-image-frame--square img,
.ld-book__cover img {
  height: 100%;
  min-height: 0 !important;
  object-fit: cover;
}

.ld-image-frame--square::after,
.ld-book__cover::after {
  display: none;
}

.ld-literary-grid {
  display: grid;
  gap: 24px;
}

.ld-literary-card {
  display: grid;
  grid-template-columns: minmax(230px, 360px) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid rgba(17,45,36,.1);
  border-radius: var(--ld-radius-lg);
  background: linear-gradient(135deg, rgba(251,246,238,.82), rgba(255,255,255,.94));
  box-shadow: 0 20px 60px rgba(17,45,36,.08);
}

.ld-literary-card__cover .ld-image-frame {
  min-height: 0 !important;
}

.ld-literary-card__body h3 {
  margin-bottom: 18px;
}

.ld-literary-card__body p {
  margin: 0 0 14px;
}

.ld-literary-card__body .ld-mini-list {
  margin-top: 22px;
}

.ld-floating {
  --ld-float-y: 0px;
  position: absolute;
  width: clamp(110px, 13vw, 190px);
  height: clamp(110px, 13vw, 190px);
  z-index: 1;
  pointer-events: none;
  opacity: .52;
  transform: translate3d(0, var(--ld-float-y), 0);
  transition: transform .08s linear;
}

.ld-floating::before,
.ld-floating::after {
  content: "";
  position: absolute;
  inset: 0;
}

.ld-floating--organic::before {
  border-radius: 42% 58% 51% 49% / 56% 44% 56% 44%;
  background: radial-gradient(circle at 34% 28%, rgba(255,255,255,.55), transparent 22%), linear-gradient(135deg, rgba(199,164,99,.34), rgba(168,95,61,.18));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.22), 0 24px 70px rgba(17,45,36,.16);
}

.ld-floating--leaf::before {
  inset: 10%;
  border: 1px solid rgba(199,164,99,.45);
  border-radius: 72% 0 72% 0;
  transform: rotate(-18deg);
  background: linear-gradient(135deg, rgba(199,164,99,.26), rgba(255,255,255,.08));
}

.ld-floating--leaf::after {
  inset: 22% 50% 18% 48%;
  width: 1px;
  background: rgba(199,164,99,.52);
  transform: rotate(25deg);
}

.ld-floating--rings::before {
  border: 1px solid rgba(199,164,99,.42);
  border-radius: 50%;
}

.ld-floating--rings::after {
  inset: 20%;
  border: 1px solid rgba(168,95,61,.28);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(199,164,99,.05);
}

.ld-floating--digital {
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.1), rgba(199,164,99,.14)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.22) 0 1px, transparent 1px 18px),
    repeating-linear-gradient(0deg, rgba(255,255,255,.16) 0 1px, transparent 1px 18px);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.14);
}

.ld-floating--sun::before {
  border-radius: 50%;
  background: radial-gradient(circle, rgba(199,164,99,.34) 0 22%, rgba(199,164,99,.1) 23% 48%, transparent 49%);
  box-shadow: 0 0 70px rgba(199,164,99,.18);
}

.ld-floating--sun::after {
  inset: 8%;
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent 0 9deg, rgba(199,164,99,.22) 10deg 14deg, transparent 15deg 31deg);
}

.ld-floating--section-hero { right: 4%; top: 10%; }
.ld-floating--section-parallax { left: 5%; bottom: 12%; z-index: 2; opacity: .38; }
.ld-floating--section-manifesto { right: 7%; top: 18%; opacity: .28; }
.ld-floating--section-about { left: 3%; bottom: 12%; }
.ld-floating--section-acting { right: 5%; top: 9%; }
.ld-floating--section-talks { left: 5%; bottom: 10%; opacity: .36; }
.ld-floating--section-institute { left: 5%; top: 12%; opacity: .34; }
.ld-floating--section-trails { right: 8%; bottom: 12%; }
.ld-floating--section-book { right: 8%; bottom: 12%; }
.ld-floating--section-media { left: 5%; top: 14%; }
.ld-floating--section-contact { right: 6%; bottom: 16%; }

@media (max-width: 921px) {
  .ld-literary-card {
    grid-template-columns: 1fr;
  }

  .ld-literary-card__cover {
    max-width: 420px;
    width: 100%;
  }
}

@media (max-width: 921px) {
  .ld-parallax-hero {
    width: auto;
    margin-left: 0;
    min-height: 580px;
    background-attachment: scroll;
  }

  .ld-floating {
    opacity: .25;
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 544px) {
  .ld-parallax-hero {
    min-height: 620px;
    padding-inline: 16px;
  }

  .ld-parallax-hero h2 {
    font-size: clamp(34px, 11vw, 50px);
  }

  .ld-floating {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ld-floating {
    transform: none !important;
    transition: none !important;
  }
}


@media (max-width: 544px) {
  .ld-modal {
    padding: 16px;
  }

  .ld-modal__dialog {
    max-height: 82vh;
    padding: 34px 22px 28px;
    border-radius: 24px;
  }

  .ld-modal__close {
    width: 38px;
    height: 38px;
    top: 12px;
    right: 12px;
    font-size: 26px;
  }

  .ld-modal__content p {
    font-size: 16px !important;
    line-height: 1.72 !important;
  }
}

/* v1.8.0 — Vídeo vertical, palestras em coluna única e cards dinâmicos */
.ld-video-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(199,164,99,.18), transparent 30%),
    linear-gradient(180deg, rgba(251,246,238,.96), rgba(243,234,220,.64));
}

.ld-video-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(280px, .78fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: center;
}

.ld-video-section__visual {
  display: flex;
  justify-content: center;
}

.ld-video-phone-frame {
  position: relative;
  width: min(360px, 100%);
  aspect-ratio: 9 / 16;
  overflow: hidden;
  padding: 12px;
  border: 1px solid rgba(17,45,36,.14);
  border-radius: 42px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.28)),
    var(--ld-green-900);
  box-shadow: 0 28px 90px rgba(17,45,36,.18);
}

.ld-video-phone-frame::before {
  content: "";
  position: absolute;
  z-index: 4;
  top: 12px;
  left: 50%;
  width: 96px;
  height: 20px;
  transform: translateX(-50%);
  border-radius: 0 0 18px 18px;
  background: rgba(17,45,36,.88);
  pointer-events: none;
}

.ld-video-phone-frame iframe,
.ld-video-phone-frame video,
.ld-video-phone-frame img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 31px;
  background: #0d1f1a;
  object-fit: cover;
}

.ld-video-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  border-radius: 31px;
  color: rgba(255,255,255,.82);
  background: linear-gradient(135deg, var(--ld-green-900), var(--ld-green-700));
  font-family: var(--ld-font-title);
  font-size: 44px;
}

.ld-talks__grid {
  grid-template-columns: minmax(0, 1fr) !important;
  max-width: 980px;
  margin-inline: auto;
}

.ld-talks .ld-actions {
  justify-content: flex-start;
}

.ld-topic-list {
  grid-template-columns: 1fr;
}

.ld-topic-list a {
  min-height: 60px;
  font-size: clamp(20px, 1.65vw, 26px);
}

.ld-floating--section-video { right: 7%; top: 12%; opacity: .28; }

@media (max-width: 921px) {
  .ld-video-section__grid {
    grid-template-columns: 1fr;
  }

  .ld-video-section__visual {
    justify-content: flex-start;
  }
}

@media (max-width: 544px) {
  .ld-video-phone-frame {
    width: min(300px, 100%);
    border-radius: 34px;
  }

  .ld-video-phone-frame iframe,
  .ld-video-phone-frame video,
  .ld-video-phone-frame img {
    border-radius: 24px;
  }
}

/* Patch v1.9 — Publicações em lotes de 6 */
.ld-media-card[hidden],
.ld-media-card--hidden {
  display: none !important;
}

.ld-media-loadmore {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.ld-media-loadmore.is-hidden {
  display: none !important;
}

.ld-media .ld-card h3 {
  font-size: clamp(22px, 1.65vw, 27px);
  line-height: 1.16;
}

.ld-media .ld-card {
  min-height: 210px;
}

/* Patch v1.10 — CTA de download do portfólio + tracking */
.ld-btn--download,
.elementor .ld-btn--download {
  position: relative !important;
  overflow: hidden !important;
  color: var(--ld-green-900) !important;
  background: linear-gradient(135deg, var(--ld-gold), #f0d899) !important;
  border-color: rgba(255,255,255,.28) !important;
  box-shadow: 0 20px 46px rgba(199,164,99,.28) !important;
}

.ld-btn--download::before,
.elementor .ld-btn--download::before {
  content: "↓";
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border-radius: 999px;
  color: var(--ld-white);
  background: rgba(17,45,36,.88);
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
}

.ld-btn--download:hover,
.elementor .ld-btn--download:hover {
  color: var(--ld-green-900) !important;
  background: linear-gradient(135deg, #f1dba2, var(--ld-gold)) !important;
}

.ld-hero__portfolio {
  margin-top: 18px;
}

.ld-hero__portfolio .ld-btn {
  min-height: 46px !important;
  padding: 12px 18px !important;
  font-size: 11px !important;
}

.ld-portfolio-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 34px;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(17,45,36,.12);
  border-radius: 28px;
  background:
    radial-gradient(circle at 94% 12%, rgba(199,164,99,.18), transparent 34%),
    rgba(255,255,255,.72);
  box-shadow: 0 22px 68px rgba(17,45,36,.1);
  backdrop-filter: blur(14px);
}

.ld-portfolio-panel h3 {
  font-size: clamp(28px, 2.8vw, 42px) !important;
  line-height: 1.03 !important;
  max-width: 760px;
}

.ld-portfolio-panel p:not(.ld-eyebrow) {
  max-width: 760px;
  margin: 14px 0 0;
}

.ld-portfolio-panel__action {
  display: grid;
  justify-items: end;
  gap: 10px;
}

.ld-portfolio-panel__action small {
  color: var(--ld-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
}

.ld-portfolio-panel--dark {
  border-color: rgba(255,255,255,.14);
  background:
    linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.04)),
    rgba(255,255,255,.06);
  box-shadow: 0 26px 70px rgba(0,0,0,.16);
}

.ld-talks .ld-portfolio-panel--dark .ld-eyebrow,
.ld-talks .ld-portfolio-panel--dark h3,
.ld-talks .ld-portfolio-panel--dark p {
  color: var(--ld-white) !important;
}

.ld-talks .ld-portfolio-panel--dark p:not(.ld-eyebrow) {
  opacity: .78;
}

.ld-talks .ld-portfolio-panel--dark small {
  color: rgba(255,255,255,.72);
}

.ld-portfolio-section {
  background: var(--ld-sand-050);
}

@media (max-width: 921px) {
  .ld-portfolio-panel {
    grid-template-columns: 1fr;
  }

  .ld-portfolio-panel__action {
    justify-items: start;
  }
}

@media (max-width: 544px) {
  .ld-hero__portfolio .ld-btn,
  .ld-portfolio-panel .ld-btn {
    width: 100% !important;
  }

  .ld-portfolio-panel {
    padding: 22px;
    border-radius: 24px;
  }
}

/* WhatsApp flutuante global */
.ld-floating-whatsapp,
.elementor .ld-floating-whatsapp {
  position: fixed;
  left: max(18px, env(safe-area-inset-left));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 99990;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 10px 18px 10px 10px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 999px;
  color: #ffffff !important;
  background:
    radial-gradient(circle at 22% 18%, rgba(255,255,255,.32), transparent 30%),
    linear-gradient(135deg, #1fbf61, #128c4a);
  box-shadow: 0 18px 45px rgba(18,140,74,.28), 0 8px 22px rgba(17,45,36,.18);
  font-family: var(--ld-font-body, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif) !important;
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: .03em;
  text-decoration: none !important;
  transform: translateZ(0);
  transition: transform .26s ease, box-shadow .26s ease, filter .26s ease;
  backdrop-filter: blur(12px);
}

.ld-floating-whatsapp:hover,
.ld-floating-whatsapp:focus-visible,
.elementor .ld-floating-whatsapp:hover,
.elementor .ld-floating-whatsapp:focus-visible {
  color: #ffffff !important;
  transform: translate3d(0,-4px,0);
  filter: saturate(1.05);
  box-shadow: 0 24px 58px rgba(18,140,74,.34), 0 12px 28px rgba(17,45,36,.2);
  outline: none;
}

.ld-floating-whatsapp__icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.22);
  flex: 0 0 auto;
}

.ld-floating-whatsapp svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.ld-floating-whatsapp__text {
  white-space: nowrap;
}

.ld-floating-whatsapp--icon-only,
.elementor .ld-floating-whatsapp--icon-only {
  width: 56px;
  height: 56px;
  min-height: 56px;
  justify-content: center;
  padding: 10px;
}

.ld-floating-whatsapp--icon-only .ld-floating-whatsapp__text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 544px) {
  .ld-floating-whatsapp,
  .elementor .ld-floating-whatsapp {
    left: max(14px, env(safe-area-inset-left));
    bottom: max(14px, env(safe-area-inset-bottom));
    min-height: 54px;
    width: 54px;
    height: 54px;
    justify-content: center;
    padding: 9px;
  }

  .ld-floating-whatsapp__text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
  }
}

@media print {
  .ld-floating-whatsapp {
    display: none !important;
  }
}
