/* =====================================================================
   custom.css — ajustes visuais sobre o CSS gerado pelo Webflow.
   Carregado depois de main.css em todas as páginas.
   ===================================================================== */

:root {
  --lm-green: #547068;
  --lm-green-dark: #3f5650;
  --lm-accent: #a8503a;      /* terracota: datas e detalhes */
  --lm-text: #1a1b1f;
  --lm-muted: #55595f;       /* texto secundário (antes: opacidade .6) */
  --lm-muted-2: #7a7f87;
  --lm-line: #e4ebf3;
  --lm-bg: #f6f6f6;
  --lm-radius: 0 15px;
}

/* ---------- 1. Contraste: opacidade -> cor sólida ------------------ */
.paragraph-light,
.paragraph-light-copy,
.rich-text p,
.rich-text li,
.rich-text figcaption {
  opacity: 1;
  color: var(--lm-muted);
}
.rich-text p strong,
.rich-text li strong,
.paragraph-light strong {
  color: var(--lm-text);
}
.label.cc-blog-date {
  opacity: 1;
  color: var(--lm-accent);
  font-size: 13px;
  letter-spacing: 1.5px;
}

/* ---------- 2. Botões: cor cheia, tamanho de toque ------------------ */
.button,
.button-primary {
  font-size: 13px;
  letter-spacing: 1.8px;
  padding: 12px 28px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: background-color .25s;
}
.rich-text .button-primary,
.rich-text .button {
  color: #fff;
  opacity: 1;
}
.button-primary:hover,
.button:hover,
.button.cc-contact-us:hover {
  background-color: var(--lm-green-dark);
}

/* ---------- 3. Hero com citação sobre a foto ------------------------ */
.intro-header.lm-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 580px;
  margin-bottom: 0;
  overflow: hidden;
}
.intro-header.lm-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(18, 28, 25, .78) 100%);
  pointer-events: none;
}
.lm-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 30px 56px;
  text-align: center;
}
.lm-hero-quote {
  color: #fff;
  font-size: 40px;
  line-height: 1.25;
  font-weight: 300;
  margin: 0;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .45);
}
@media screen and (max-width: 767px) {
  .intro-header.lm-hero { height: 460px; }
  .lm-hero-quote { font-size: 28px; }
  .lm-hero-inner { padding-bottom: 40px; }
}
@media screen and (max-width: 479px) {
  .intro-header.lm-hero { height: 420px; }
  .lm-hero-quote { font-size: 24px; }
}

/* ---------- 4. Notícias (news.html): grade em duas colunas ---------- */
.blog-list-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 56px 40px;
  max-width: 1040px;
  margin: 0 auto 80px;
  padding: 0 20px;
}
.blog-item {
  margin: 0;
  text-align: left;
  display: block;
}
.blog-preview-image {
  height: auto;
  aspect-ratio: 16 / 9;
  margin-bottom: 18px;
  border-radius: var(--lm-radius);
  background-color: #e6ebe8;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity .3s;
}
.blog-preview-image:hover { opacity: .92; }
.blog-summary-wrap {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.blog-summary-wrap .label.cc-blog-date {
  order: -1;
  margin: 0 0 8px;
}
.blog-heading-link {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  transition: color .2s;
}
.blog-heading-link:hover {
  opacity: 1;
  color: var(--lm-green-dark);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.blog-item .paragraph-light {
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .blog-list-wrap {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}

/* ---------- 5. Notícias na home: cards 16:9, data acima do título --- */
.blog-preview-wrap {
  display: flex;
  flex-direction: column;
  padding: 0 15px 30px;
}
.blog-preview-wrap .w-inline-block { order: -2; }
.blog-preview-wrap .label.cc-blog-date {
  order: -1;
  margin: 16px 0 4px;
}
.blog-preview-wrap .w-inline-block img {
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  border-radius: var(--lm-radius);
  display: block;
  background-color: #e6ebe8;
}
.business-article-heading {
  font-size: 22px;
  line-height: 1.3;
  margin: 0 0 8px;
}
.blog-preview-wrap .paragraph-light {
  font-size: 15px;
  line-height: 1.6;
}

/* ---------- 6. Post: hero com fundo desfocado, texto mais legível --- */
.intro-header-blog {
  position: relative;
  overflow: hidden;
  height: 520px;
  background-color: #1f2624;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  isolation: isolate;
}
.intro-header-blog::before {
  content: "";
  position: absolute;
  inset: -40px;
  background: inherit;
  background-size: cover;
  background-position: center;
  filter: blur(26px) brightness(.55) saturate(1.1);
  z-index: -2;
}
.intro-header-blog::after {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.blog-detail-header-wrap,
.rich-text {
  width: 100%;
  max-width: 760px;
  padding: 0 24px;
  box-sizing: border-box;
}
.blog-detail-header-wrap { margin: 48px auto 16px; }
.blog-detail-header-wrap h1 {
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 12px;
}
.rich-text p,
.rich-text li {
  font-size: 17px;
  line-height: 1.7;
}
.rich-text ul { padding-left: 22px; }
.rich-text li { margin-bottom: 8px; }
.rich-text a:not(.button-primary):not(.button) {
  color: var(--lm-green);
  text-decoration: none;
  border-bottom: 1px solid rgba(84, 112, 104, .4);
}
.rich-text a:not(.button-primary):not(.button):hover { border-bottom-color: var(--lm-green); }

/* compartilhar: ícones na paleta do site */
.socials-container { margin-bottom: 20px; }
.social-link,
.social-link.facebook,
.social-link.twitter {
  background-color: var(--lm-green);
  transition: background-color .2s;
}
.social-link:hover { background-color: var(--lm-green-dark); }

@media screen and (max-width: 767px) {
  .intro-header-blog { height: 300px; }
  .intro-header-blog::before { filter: blur(18px) brightness(.55); }
  .blog-detail-header-wrap h1 { font-size: 30px; }
  .rich-text p, .rich-text li { font-size: 16px; }
}
@media screen and (max-width: 479px) {
  .intro-header-blog { height: 230px; }
}

/* ---------- 7. Bio: texto escaneável ------------------------------- */
.about-story-wrap {
  text-align: left;
  width: 100%;
  max-width: 760px;
  padding: 0 30px;
  margin: 56px auto 24px;
  box-sizing: border-box;
}
.about-story-wrap p {
  color: var(--lm-muted);
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 20px;
}
.about-story-wrap .lm-lead {
  color: var(--lm-text);
  font-size: 19px;
  line-height: 1.6;
}
.lm-bio-sub {
  color: var(--lm-green);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.25;
  margin: 44px 0 14px;
  padding-top: 20px;
  border-top: 1px solid var(--lm-line);
}
.about-story-wrap a {
  color: var(--lm-green);
  text-decoration: none;
  border-bottom: 1px solid rgba(84, 112, 104, .4);
  transition: border-color .2s, color .2s;
}
.about-story-wrap a:hover {
  color: var(--lm-green-dark);
  border-bottom-color: var(--lm-green-dark);
}

/* ---------- 8. Music: capas com legenda ----------------------------- */
.team-members {
  grid-template-areas: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 30px;
}
.team-pic {
  height: auto;
  aspect-ratio: 1 / 1;
  margin-bottom: 0;
  border-radius: var(--lm-radius);
  transition: none;
}
.team-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lm-album-title {
  color: var(--lm-text);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 14px;
}
.lm-album-meta {
  color: var(--lm-muted-2);
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .team-members { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 20px; }
}
@media screen and (max-width: 479px) {
  .team-members { grid-template-columns: 1fr; }
}

/* ---------- 9. Home: grade de discos no lugar do carrossel ---------- */
.gallery-block { grid-column: 1; }
.lm-cover-grid {
  grid-column: 2 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.lm-cover {
  display: block;
  text-decoration: none;
}
.lm-cover img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: var(--lm-radius);
  display: block;
  transition: none;
}
.lm-cover-title {
  color: var(--lm-text);
  font-size: 13px;
  line-height: 1.3;
  margin-top: 8px;
}
.lm-cover-all {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  aspect-ratio: 1 / 1;
  border-radius: var(--lm-radius);
  background: var(--lm-green);
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px;
  transition: background-color .25s;
}
.lm-cover-all:hover {
  background: var(--lm-green-dark);
}
@media screen and (max-width: 991px) {
  .gallery-wrapper { grid-template-columns: 1fr; }
  .gallery-block,
  .lm-cover-grid { grid-column: auto; }
}
@media screen and (max-width: 479px) {
  .lm-cover-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
}

/* ---------- 10. Contato em duas colunas ----------------------------- */
.lm-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 60px;
  align-items: start;
  margin-bottom: 80px;
}
.lm-contact-photo { margin: 0; }
.lm-contact-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  border-radius: var(--lm-radius);
  display: block;
}
.lm-contact-photo figcaption {
  color: var(--lm-muted-2);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .lm-contact-grid { grid-template-columns: 1fr; gap: 40px; }
}

/* ---------- 11. Rodapé: ícones um pouco maiores --------------------- */
.footer-social-link img { width: 24px; height: auto; }
.footer-social-link { margin-left: 16px; }

/* Music: links das capas sem sublinhado */
.team-members a,
.team-members a:hover,
.team-members a:focus {
  text-decoration: none;
  color: inherit;
}

/* Links em texto corrido quebram linha normalmente (Webflow usa inline-block) */
.about-story-wrap a,
.rich-text a:not(.button-primary):not(.button),
.paragraph-light a {
  display: inline;
}

/* ---------- 12. Posts: voltar + mais notícias ----------------------- */
.lm-back-link {
  display: inline-block;
  color: var(--lm-green);
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 18px;
  transition: color .2s;
}
.lm-back-link:hover { color: var(--lm-green-dark); }
.lm-related {
  border-top: 1px solid var(--lm-line);
  padding: 0 30px 80px;
}
.lm-related .container { margin-top: 60px; }
.lm-related-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.lm-related-head .work-heading { margin: 0; }
.lm-back {
  color: var(--lm-green);
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid rgba(84, 112, 104, .4);
}
.lm-back:hover { border-bottom-color: var(--lm-green); }
.lm-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
.lm-related-card {
  display: block;
  text-decoration: none;
  color: inherit;
}
.lm-related-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: var(--lm-radius);
  display: block;
  background: #e6ebe8;
}
.lm-related-card .label.cc-blog-date { margin: 14px 0 4px; }
.lm-related-title {
  color: var(--lm-green);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}
.lm-related-card:hover .lm-related-title { color: var(--lm-green-dark); }
@media screen and (max-width: 767px) {
  .lm-related-grid { grid-template-columns: 1fr; gap: 28px; }
  .lm-related { padding: 0 20px 60px; }
}

/* ---------- 13. Music: botão de escuta abaixo de cada disco --------- */
.lm-album { display: flex; flex-direction: column; }
.lm-album-listen {
  align-self: flex-start;
  margin-top: 10px;
  color: var(--lm-green);
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid rgba(84, 112, 104, .4);
  transition: color .2s, border-color .2s;
}
.lm-album-listen:hover {
  color: var(--lm-green-dark);
  border-bottom-color: var(--lm-green-dark);
}
.social-link.whatsapp { background-color: var(--lm-green); }
.social-link.whatsapp:hover { background-color: var(--lm-green-dark); }

/* Home: capas grandes, na altura do bloco de texto + botão */
.gallery-slider .container-2 { max-width: 1140px; }
.gallery-wrapper {
  grid-template-columns: 300px minmax(0, 1fr);
  grid-column-gap: 48px;
  align-items: center;
}
.lm-cover-grid {
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
}
.lm-cover-title { font-size: 14px; margin-top: 10px; }
.lm-cover-all {
  aspect-ratio: auto;
  height: 100%;
  min-height: 200px;
  font-size: 12px;
  line-height: 1.7;
}
@media screen and (max-width: 991px) {
  .gallery-wrapper { grid-template-columns: 1fr; }
}
@media screen and (max-width: 767px) {
  .lm-cover-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .lm-cover-title { font-size: 12px; }
}

/* Home (tablet/celular): anula o span por ID do Webflow que criava uma coluna extra */
@media screen and (max-width: 991px) {
  .gallery-wrapper > .gallery-block,
  .gallery-wrapper > .lm-cover-grid {
    grid-area: auto !important;
    grid-column: 1 / -1 !important;
  }
  .gallery-wrapper { grid-row-gap: 32px; }
  .gallery-block { align-items: center; }
  .lm-cover-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
}

/* Home (tablet/celular): foto da biografia centralizada */
@media screen and (max-width: 991px) {
  .hero-heading-right .hero-wrapper { flex-direction: column; align-items: center; }
  .hero-heading-right .hero-split { align-items: center; max-width: 100%; width: 100%; }
  .hero-heading-right .shadow-two { display: block; margin-left: auto; margin-right: auto; }
}
