/*
Theme Name: Lyre Professional
Theme URI: https://lyreprofessional.com.br/
Author: Lyre Professional
Description: Tema filho mobile-first da Lyre Professional para WooCommerce.
Template: storefront
Version: 0.3.10
Requires at least: 6.6
Requires PHP: 8.3
Text Domain: lyre-professional
*/

/*
 * Tokens complementares do tema. As decisões principais de cor, tipografia e
 * espaçamento ficam em theme.json para permanecerem disponíveis no editor.
 */
:root {
  --lyre-shadow-soft: 0 16px 48px rgb(24 22 20 / 8%);
  --lyre-border: 1px solid rgb(24 22 20 / 12%);
}

/* Mantém a página estável e impede estouro horizontal em telas pequenas. */
html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  overflow-wrap: break-word;
  text-rendering: optimizeLegibility;
}

/* Links recebem um estado de foco visível, essencial para navegação por teclado. */
:where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid var(--wp--preset--color--plum);
  outline-offset: 3px;
}

.lyre-announcement {
  font-size: var(--wp--preset--font-size--small);
  letter-spacing: 0.02em;
}

.lyre-site-header {
  border-bottom: var(--lyre-border);
  position: relative;
  z-index: 20;
}

.lyre-wordmark {
  letter-spacing: 0.14em;
  line-height: 0.9;
  text-transform: uppercase;
}

.lyre-wordmark small {
  display: block;
  font-size: 0.42em;
  letter-spacing: 0.28em;
  margin-top: 0.35rem;
}

.lyre-hero {
  background:
    radial-gradient(circle at 82% 22%, rgb(164 133 83 / 16%), transparent 32%),
    linear-gradient(135deg, #f5efe5 0%, #fffdf9 72%);
  min-height: min(720px, 78vh);
}

.lyre-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lyre-card {
  border: var(--lyre-border);
  border-radius: 1rem;
  box-shadow: var(--lyre-shadow-soft);
  height: 100%;
  overflow: hidden;
}

.lyre-category-card {
  min-height: 12rem;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.lyre-category-card:hover {
  box-shadow: 0 20px 56px rgb(24 22 20 / 13%);
  transform: translateY(-3px);
}

.lyre-audience-professional {
  background: linear-gradient(135deg, #27242a 0%, #45354c 100%);
}

.lyre-audience-home {
  background: linear-gradient(135deg, #f1e6d4 0%, #fffaf2 100%);
}

.lyre-content-card {
  background: var(--wp--preset--color--white);
  border: var(--lyre-border);
  border-radius: 0.875rem;
  min-height: 13rem;
}

.lyre-site-footer {
  border-top: 1px solid rgb(255 255 255 / 18%);
}

/* Integra o tema filho ao cabeçalho estável fornecido pelo Storefront. */
.site-header {
  margin-bottom: 0 !important;
  background: var(--wp--preset--color--white, #fff);
  border-bottom: var(--lyre-border);
  margin-bottom: 0;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.site-branding .site-title {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  overflow-wrap: normal;
  text-transform: uppercase;
  word-break: normal;
}

.site-branding .site-description {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.storefront-primary-navigation {
  background: transparent;
  background: #fff;
}

.site-header-cart .cart-contents,
.main-navigation ul.menu > li > a,
.main-navigation ul.nav-menu > li > a {
  color: #181614;
}

/* Contêiner compartilhado mantém o alinhamento entre todas as seções. */
.lyre-container {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 1280px;
  padding-inline: clamp(1rem, 4vw, 2.5rem);
  width: 100%;
}

.lyre-section {
  padding-block: clamp(3rem, 7vw, 6rem);
}

.lyre-grid {
  display: grid;
  gap: clamp(1rem, 2.5vw, 2rem);
}

.lyre-grid--hero,
.lyre-grid--audiences {
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
}

.lyre-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.lyre-hero__content {
  align-self: center;
  padding-block: clamp(1rem, 5vw, 4rem);
}

.lyre-hero__title {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 400;
  hyphens: none;
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin: 0 0 1.5rem;
  overflow-wrap: normal;
  word-break: normal;
}

.lyre-hero__lead {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  max-width: 42rem;
}

.lyre-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.lyre-button {
  align-items: center;
  background: #a48553;
  border: 1px solid #a48553;
  border-radius: 0.35rem;
  color: #fff;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 700;
  justify-content: center;
  min-height: 3rem;
  padding: 0.75rem 1.25rem;
  text-decoration: none;
}

.lyre-button:hover {
  background: #49364f;
  border-color: #49364f;
  color: #fff;
}

.lyre-button--outline {
  background: transparent;
  color: #181614;
}

.lyre-card__body {
  padding: clamp(1.5rem, 3vw, 2.5rem);
}

.lyre-card h2,
.lyre-card h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
}

/* Garante contraste AA no painel escuro destinado aos profissionais. */
.lyre-audience-professional :where(h2, p) {
  color: #fff;
}

.lyre-audience-professional .lyre-eyebrow {
  color: #e8dfed;
}

.lyre-section__heading {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin-bottom: 2rem;
}

.lyre-content-surface {
  background: #fff;
}

.lyre-footer-inner {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.5fr 1fr 1fr;
}

.site-footer .lyre-footer-inner a {
  color: #181614;
}

/* Landings orgânicas compartilham ritmo e largura sem afetar a Home. */
.lyre-catalog-landing {
  width: 100%;
}

.lyre-catalog-landing__header,
.lyre-selection-guide,
.lyre-faq {
  margin-bottom: clamp(2rem, 5vw, 4rem);
  max-width: 52rem;
}

.lyre-catalog-landing__header h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2.25rem, 6vw, 4.75rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 1.25rem;
}

.lyre-catalog-landing__intro {
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.lyre-term-navigation {
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.lyre-term-navigation ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lyre-term-navigation a {
  border: var(--lyre-border);
  border-radius: 999px;
  display: inline-flex;
  padding: 0.65rem 1rem;
  text-decoration: none;
}

.lyre-faq details {
  border-bottom: var(--lyre-border);
  padding-block: 1rem;
}

.lyre-faq summary {
  cursor: pointer;
  font-weight: 700;
}

/* Imagens de produto preservam proporção e não estouram o cartão. */
.woocommerce ul.products li.product img,
.woocommerce-product-gallery img {
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

/*
 * O primeiro breakpoint reorganiza navegação e botões sem depender de larguras
 * fixas. O layout continua fluido em aparelhos menores que 360 px.
 */
@media (max-width: 781px) {
  .site-branding .site-title {
    font-size: 1.05rem;
    letter-spacing: 0.1em;
  }

  /*
   * A barra padrão fixa do Storefront cobre textos e sua busca usa posição
   * absoluta. Ela permanece desativada até recebermos navegação móvel própria.
   */
  .storefront-handheld-footer-bar {
    display: none;
  }

  .lyre-site-header .wp-block-navigation {
    justify-content: flex-end;
  }

  .lyre-hero {
    min-height: auto;
  }

  .lyre-hero .wp-block-buttons,
  .lyre-hero .wp-block-button,
  .lyre-hero .wp-block-button__link {
    width: 100%;
  }

  .lyre-hero .wp-block-button__link {
    box-sizing: border-box;
    text-align: center;
  }

  .lyre-category-card {
    min-height: 9rem;
  }

  .lyre-grid--hero,
  .lyre-grid--audiences,
  .lyre-grid--three,
  .lyre-grid--four,
  .lyre-footer-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .lyre-actions,
  .lyre-button {
    width: 100%;
  }

  .lyre-button {
    box-sizing: border-box;
  }

  .lyre-term-navigation ul,
  .lyre-term-navigation li,
  .lyre-term-navigation a {
    box-sizing: border-box;
    width: 100%;
  }
}

/* Respeita usuários que preferem uma experiência sem animações. */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/*
 * Home visual 2026-09: estes seletores são limitados à página inicial para
 * preservar catálogo, carrinho, checkout e páginas institucionais.
 */
body.home {
  --lyre-ink: #15120f;
  --lyre-cream: #f5eee3;
  --lyre-champagne: #d8bc8c;
  --lyre-gold: #a98245;
  --lyre-wine: #5c1831;
  --lyre-red: #b6232e;
  background: #fff;
  color: var(--lyre-ink);
}

/* Barra superior fina, sem promessas de frete ou pagamento não validadas. */
.lyre-announcement {
  background: #171310;
  color: #fff;
  font-size: 0.68rem;
}

.lyre-announcement p {
  align-items: center;
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.09em;
  margin: 0;
  min-height: 2rem;
  text-transform: uppercase;
}

.lyre-announcement span + span::before {
  color: var(--lyre-champagne);
  content: "•";
  margin-right: clamp(0.5rem, 4vw, 3rem);
}

/* Cabeçalho claro e compacto inspirado no conceito aprovado. */
.site-header {
  min-height: 4.75rem;
  padding-block: 0;
  position: relative;
}

.site-header .col-full {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  max-width: 1280px;
  min-height: 4.75rem;
  padding-inline: clamp(1rem, 4vw, 2.5rem);
}

/* Mantém marca e busca acima da navegação posicionada na mesma linha. */
.site-header > .col-full {
  pointer-events: none;
  position: relative;
  z-index: 2;
}

.site-header > .col-full :where(.lyre-branding, .site-search) {
  pointer-events: auto;
}

.lyre-branding {
  float: none;
  margin: 0 !important;
  width: auto !important;
}

.lyre-branding__link {
  display: block;
  line-height: 0;
}

.lyre-branding__image {
  height: 3rem;
  object-fit: contain;
  object-position: left center;
  width: 6rem;
}

.site-header .site-search {
  margin: 0 0 0 auto;
  max-width: 18rem;
  order: 2;
  width: 100%;
}

.site-header .site-search input[type="search"] {
  background: #f6f3ef;
  border: 1px solid rgb(21 18 15 / 12%);
  border-radius: 999px;
  box-shadow: none;
  min-height: 2.75rem;
}

.storefront-primary-navigation {
  inset: 0 0 auto;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.storefront-primary-navigation .col-full {
  flex-wrap: nowrap;
  justify-content: space-between;
  min-height: auto;
  padding-inline: clamp(8.5rem, 16vw, 15rem) clamp(1rem, 4vw, 2.5rem);
}

.storefront-primary-navigation .main-navigation {
  float: none;
  flex: 1 1 auto;
  width: auto;
}

.storefront-primary-navigation :where(a, button, nav, .site-header-cart) {
  pointer-events: auto;
}

.main-navigation ul.menu > li > a,
.main-navigation ul.nav-menu > li > a {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 1.75rem 0.7rem;
  text-transform: uppercase;
}

.site-header-cart {
  flex: 0 0 auto;
  margin: 0;
  width: 4.5rem;
}

/* Exibe um rótulo neutro enquanto moeda e checkout ainda são homologados. */
.site-header-cart .cart-contents .amount,
.site-header-cart .cart-contents .count {
  display: none;
}

.site-header-cart .cart-contents::after {
  content: "Sacola";
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* O conteúdo da Home ocupa a largura total, sem as margens do tema pai. */
.home .site-content .col-full {
  margin: 0;
  max-width: none;
  padding: 0;
}

.home .content-area,
.home .site-main {
  float: none;
  margin: 0;
  width: 100%;
}

/* Hero com pedestal visual e produtos reais em camadas independentes. */
.lyre-hero {
  aspect-ratio: 1920 / 660;
  background: #f5eee4;
  margin-inline: auto;
  max-width: 1280px;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.lyre-hero__background {
  display: block;
  inset: 0;
  position: absolute;
}

.lyre-hero__background img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.lyre-hero::after {
  background: linear-gradient(90deg, transparent, rgb(255 255 255 / 85%), transparent);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.lyre-hero__grid {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(32rem, 1fr);
  height: 100%;
  min-height: 0;
  position: relative;
  z-index: 1;
}

.lyre-hero__content {
  max-width: 38rem;
  padding-block: 2.25rem;
  position: relative;
  z-index: 2;
}

.lyre-hero__content .lyre-eyebrow {
  color: var(--lyre-gold);
  margin-bottom: 1rem;
}

.lyre-hero__title {
  color: #171310;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 3.9vw, 3.65rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin-bottom: 1.25rem;
}

.lyre-hero__lead {
  color: #524a43;
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  line-height: 1.55;
  max-width: 32rem;
}

.lyre-hero__visual {
  align-self: stretch;
  min-height: 26rem;
  position: relative;
}

.lyre-hero__halo {
  background: rgb(255 255 255 / 50%);
  border-radius: 50%;
  filter: blur(0.5px);
  height: 23rem;
  left: 50%;
  position: absolute;
  top: 4%;
  transform: translateX(-50%);
  width: 23rem;
}

.lyre-products-stage {
  background: linear-gradient(180deg, #e8d5b7 0%, #d7b883 100%);
  border-radius: 50%;
  bottom: 1.25rem;
  box-shadow: 0 30px 55px rgb(72 48 23 / 18%);
  height: 5.5rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: min(36rem, 94%);
}

.lyre-products-stage::after {
  background: rgb(72 48 23 / 13%);
  border-radius: 50%;
  bottom: -1.75rem;
  content: "";
  filter: blur(10px);
  height: 2.5rem;
  left: 10%;
  position: absolute;
  width: 80%;
}

.lyre-product {
  bottom: 2.25rem;
  filter: drop-shadow(0 18px 15px rgb(42 28 17 / 20%));
  height: auto;
  max-width: none;
  position: absolute;
  z-index: 2;
}

.lyre-product--ojon {
  left: 11%;
  width: 4.5rem;
}

.lyre-product--star {
  left: 29%;
  width: 4.5rem;
}

.lyre-product--blond {
  bottom: 2.5rem;
  left: 48%;
  width: 4rem;
}

.lyre-product--ouro {
  bottom: 2.5rem;
  right: 7%;
  width: 8rem;
}

/* Botões compartilhados com contraste forte e área de toque confortável. */
.lyre-button {
  background: var(--lyre-ink);
  border-color: var(--lyre-ink);
  border-radius: 0.2rem;
  font-size: 0.76rem;
  gap: 0.65rem;
  letter-spacing: 0.06em;
  min-height: 3.1rem;
  padding-inline: 1.4rem;
}

.lyre-button:hover {
  background: var(--lyre-wine);
  border-color: var(--lyre-wine);
}

.lyre-button--outline {
  background: transparent;
  color: var(--lyre-ink);
}

.lyre-button--light {
  background: rgb(255 255 255 / 92%);
  border-color: #fff;
  color: var(--lyre-ink);
}

/* Vitrine das quatro intenções principais de compra. */
.lyre-lines {
  padding-block: 1.25rem 1.5rem;
}

.lyre-section-intro {
  text-align: center;
}

.lyre-section-intro .lyre-section__heading {
  color: #171310;
  font-size: 1.75rem;
  margin-bottom: 0.65rem;
  margin-top: 0;
  text-align: left;
}

.lyre-section-intro .lyre-eyebrow {
  display: none;
}

.lyre-lines__track {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lyre-line-card {
  background: #efe9e0;
  border-radius: 0.4rem;
  color: var(--lyre-ink);
  display: block;
  min-height: 7rem;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.lyre-line-card::after {
  background: linear-gradient(90deg, rgb(10 8 6 / 5%), transparent 70%);
  content: "";
  inset: 0;
  position: absolute;
}

.lyre-line-card img {
  bottom: -45%;
  filter: drop-shadow(0 16px 12px rgb(20 13 8 / 20%));
  height: 165%;
  object-fit: contain;
  position: absolute;
  right: -2%;
  transition: transform 220ms ease;
  width: 70%;
}

.lyre-line-card:hover img {
  transform: translateY(-0.4rem) scale(1.025);
}

.lyre-line-card--treatment {
  background: linear-gradient(112deg, #c73e3f 0%, #d74d4c 58%, #a7222b 100%);
}

.lyre-line-card--blond {
  background: linear-gradient(112deg, #343b8c 0%, #182667 58%, #101944 100%);
}

.lyre-line-card--transform {
  background: linear-gradient(112deg, #7c3286 0%, #9643a1 55%, #63236f 100%);
}

.lyre-line-card--home {
  background: linear-gradient(112deg, #f4f7f8 0%, #e2e8ec 55%, #cbd3d8 100%);
}

.lyre-line-card__copy {
  align-items: center;
  color: #fff;
  display: flex;
  inset: 0 0.75rem 0 1.25rem;
  justify-content: space-between;
  position: absolute;
  width: calc(100% - 2rem);
  z-index: 2;
}

.lyre-line-card__copy strong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}

.lyre-line-card__copy > span {
  align-items: center;
  backdrop-filter: blur(2px);
  background: rgb(28 30 37 / 58%);
  border: 1px solid rgb(255 255 255 / 48%);
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex: 0 0 1.75rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  height: 1.75rem;
  justify-content: center;
  line-height: 1;
  padding-bottom: 0.13rem;
  width: 1.75rem;
}

.lyre-line-card--home .lyre-line-card__copy {
  color: #151922;
}

.lyre-line-card--treatment img {
  right: 2%;
  width: 42%;
}

.lyre-line-card--blond img {
  right: -3%;
  width: 52%;
}

.lyre-line-card--transform img {
  bottom: -20%;
  right: 4%;
  width: 54%;
}

.lyre-line-card--home img {
  right: -4%;
  width: 48%;
}

/* As artes enviadas já contêm produto, luz e degradê; ocupam todo o cartão. */
.lyre-line-card .lyre-line-card__background {
  bottom: auto;
  filter: none;
  height: 100%;
  inset: 0;
  max-width: none;
  object-fit: cover;
  position: absolute;
  right: auto;
  transform: none;
  width: 100%;
}

.lyre-line-card:hover .lyre-line-card__background {
  transform: scale(1.01);
}

/* Cartões de público com texto sobre área segura das fotografias. */
.lyre-audiences {
  background: #fff;
  padding-block: 0 1.5rem;
}

.lyre-audiences__grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lyre-audience {
  background: linear-gradient(105deg, #fff 0%, #fbf7f0 58%, #eee3d4 100%);
  border: 1px solid rgb(21 18 15 / 7%);
  border-radius: 0.4rem;
  display: block;
  height: 13rem;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.lyre-audience::after {
  display: none;
}

.lyre-audience--professional::after {
  display: none;
}

.lyre-audience img {
  height: 100%;
  inset: 0;
  min-height: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.lyre-audience--professional img {
  object-position: center;
}

.lyre-audience--home img {
  object-position: center;
}

.lyre-audience__copy {
  align-self: center;
  color: #16130f;
  left: 48%;
  max-width: 52%;
  padding: clamp(1rem, 2.5vw, 2rem);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.lyre-audience__copy--right {
  left: 48%;
  right: 0;
}

.lyre-audience__copy h2 {
  color: #16130f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 400;
  margin: 0.25rem 0 0.5rem;
}

.lyre-audience__copy p:not(.lyre-eyebrow) {
  color: #252a33;
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 1rem;
}

.lyre-audience__copy .lyre-button--light {
  background: linear-gradient(180deg, #b99759 0%, #9c793d 100%);
  border-color: #a8874c;
  border-radius: 0.22rem;
  color: #fff;
  font-size: 0.875rem;
  justify-content: space-between;
  letter-spacing: 0.01em;
  min-height: 2.8rem;
  padding-inline: 1.5rem;
  width: 100%;
}

/* A seta reproduz o chevron branco e leve do botão presente no modelo. */
.lyre-audience__copy .lyre-button--light span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.65rem;
  font-weight: 400;
  line-height: 0;
  transform: translateY(-0.06rem);
}

/* Bloco editorial: introdução lateral e três cartões com pauta realista. */
.lyre-editorial {
  padding-block: 1.5rem;
}

.lyre-editorial__layout {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(14rem, 0.7fr) minmax(0, 2.3fr);
}

.lyre-editorial__intro .lyre-section__heading {
  font-size: clamp(2rem, 3vw, 2.75rem);
  margin-bottom: 1rem;
  margin-top: 0;
}

.lyre-editorial__intro > p:not(.lyre-eyebrow) {
  color: #655d56;
  margin-bottom: 1.5rem;
}

.lyre-editorial__cards {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lyre-story {
  border: var(--lyre-border);
  border-radius: 0.55rem;
  box-shadow: 0 10px 34px rgb(20 15 10 / 6%);
  overflow: hidden;
}

.lyre-story img {
  aspect-ratio: 2.5 / 1;
  display: block;
  object-fit: cover;
  width: 100%;
}

.lyre-story > div {
  padding: 0.85rem;
}

.lyre-story small {
  color: var(--lyre-red);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.lyre-story h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  line-height: 1.15;
  margin: 0.45rem 0 0.65rem;
}

.lyre-story p {
  color: #655d56;
  font-size: 0.74rem;
  line-height: 1.5;
  margin: 0;
}

/* Prova social permanece honesta até existirem relatos autorizados. */
.lyre-proof {
  background: #f5f3ef;
  border-bottom: 2px solid var(--lyre-wine);
  padding-block: 1.4rem;
}

.lyre-proof__layout {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(15rem, 0.8fr) minmax(0, 2.2fr);
}

.lyre-proof .lyre-section__heading {
  font-size: clamp(1.85rem, 2.8vw, 2.5rem);
  margin: 0;
}

.lyre-editorial__intro .lyre-eyebrow,
.lyre-proof .lyre-eyebrow {
  margin-top: 0;
}

.lyre-proof__cards {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lyre-proof__cards article {
  align-items: center;
  background: #fff;
  border: var(--lyre-border);
  border-radius: 0.5rem;
  display: flex;
  gap: 1rem;
  min-height: 5rem;
  padding: 0.85rem;
}

.lyre-proof__avatar {
  background: linear-gradient(135deg, #eee7dd, #d6c3a7);
  border-radius: 50%;
  flex: 0 0 3.25rem;
  height: 3.25rem;
}

.lyre-proof__cards p {
  color: #706861;
  font-size: 0.78rem;
  margin: 0.3rem 0 0;
}

/* Faixa de confiança com linguagem validável, sem selos artificiais. */
.lyre-benefits {
  background: #fff;
  border-bottom: var(--lyre-border);
}

.lyre-benefits .lyre-container {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-block: 1.35rem;
  text-align: center;
}

.lyre-benefits span {
  color: #655d56;
  font-size: 0.72rem;
}

.lyre-benefits strong {
  color: var(--lyre-ink);
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Rodapé escuro, limpo e coerente com o conceito visual. */
.site-footer {
  background: #171310;
  color: #d8d2cc;
  padding-block: 2rem;
}

.site-footer .lyre-footer-inner a,
.site-footer h2,
.site-footer h3 {
  color: #fff;
}

.site-footer .lyre-footer-inner {
  max-width: 1280px;
}

/* Tablet: reduz a encenação do hero e distribui as linhas em duas colunas. */
@media (max-width: 1050px) {
  .site-header .site-search {
    display: none;
  }

  .lyre-hero__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(25rem, 1.1fr);
  }

  .lyre-product--ojon {
    width: 4rem;
  }

  .lyre-product--star {
    width: 4rem;
  }

  .lyre-product--blond {
    width: 3.6rem;
  }

  .lyre-product--ouro {
    width: 7rem;
  }

  .lyre-lines__track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lyre-line-card {
    min-height: 8.25rem;
  }

  .lyre-editorial__layout,
  .lyre-proof__layout {
    grid-template-columns: 1fr;
  }
}

/* Celular: cada conteúdo ocupa uma coluna sem cortes ou rolagem lateral. */
@media (max-width: 781px) {
  .lyre-announcement p {
    justify-content: center;
    text-align: center;
  }

  .lyre-announcement span:not(:first-child) {
    display: none;
  }

  .site-header .col-full {
    min-height: 3.75rem;
  }

  .site-header {
    min-height: 3.75rem;
  }

  .lyre-branding__image {
    height: 2.5rem;
    width: 5rem;
  }

  .storefront-primary-navigation {
    inset: 0;
    margin-left: auto;
    position: absolute;
  }

  .storefront-primary-navigation .col-full {
    justify-content: flex-end;
    min-height: 3.75rem;
    padding-inline: 1rem;
  }

  .storefront-primary-navigation .main-navigation {
    flex: 0 0 auto;
  }

  .site-header-cart {
    display: none;
  }

  .lyre-hero {
    aspect-ratio: auto;
    height: 22.5rem;
    min-height: 22.5rem;
  }

  .lyre-hero__background {
    bottom: auto;
    height: auto;
  }

  .lyre-hero__background img {
    aspect-ratio: 1457 / 1079;
    height: auto;
    object-fit: contain;
  }

  .lyre-hero__grid {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding-inline: 1rem;
  }

  .lyre-hero__content {
    max-width: 35rem;
    padding-block: 1rem 0;
    position: static;
    text-align: center;
  }

  .lyre-hero__title {
    font-size: clamp(1.55rem, 6.9vw, 1.82rem);
    line-height: 0.98;
    margin-bottom: 0.45rem;
  }

  .lyre-hero__lead {
    font-size: 0.76rem;
    line-height: 1.25;
    margin-inline: auto;
    max-width: 20rem;
  }

  .lyre-hero__content .lyre-eyebrow {
    display: none;
  }

  .lyre-hero .lyre-actions {
    box-sizing: border-box;
    display: grid;
    gap: 0.4rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    bottom: 0.8rem;
    left: 1rem;
    margin: 0;
    position: absolute;
    right: 1rem;
    width: auto;
  }

  .lyre-hero .lyre-button {
    font-size: 0.6rem;
    min-height: 2.65rem;
    padding: 0.55rem 0.4rem;
  }

  .lyre-hero__visual {
    min-height: 15rem;
    width: 100%;
  }

  .lyre-hero__halo {
    height: 15rem;
    width: 15rem;
  }

  .lyre-products-stage {
    bottom: 1.25rem;
    height: 3.75rem;
    width: min(25rem, 95%);
  }

  .lyre-product {
    bottom: 1.7rem;
  }

  .lyre-product--ojon {
    left: 9%;
    width: 3rem;
  }

  .lyre-product--star {
    left: 28%;
    width: 3rem;
  }

  .lyre-product--blond {
    bottom: 1.9rem;
    left: 48%;
    width: 2.65rem;
  }

  .lyre-product--ouro {
    bottom: 1.9rem;
    right: 8%;
    width: 5.25rem;
  }

  .lyre-audiences__grid,
  .lyre-proof__cards,
  .lyre-benefits .lyre-container {
    grid-template-columns: minmax(0, 1fr);
  }

  .lyre-lines {
    padding-block: 1rem;
  }

  .lyre-section-intro .lyre-section__heading {
    font-size: 1.65rem;
    margin-bottom: 0.65rem;
    margin-top: 0;
  }

  /* No celular, as linhas seguem o carrossel horizontal do conceito. */
  .lyre-lines__track {
    display: grid;
    gap: 0.55rem;
    grid-template-columns: repeat(4, 10.75rem);
    margin-inline: -1rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding-inline: 1rem;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
  }

  .lyre-line-card {
    min-height: 6.25rem;
    scroll-snap-align: start;
  }

  .lyre-line-card img {
    bottom: -55%;
    height: 175%;
  }

  .lyre-line-card__copy {
    inset: auto 0.7rem 0.65rem;
  }

  .lyre-line-card__copy strong {
    font-size: 1.05rem;
  }

  .lyre-line-card__copy small,
  .lyre-line-card__copy em {
    font-size: 0.5rem;
  }

  .lyre-audiences {
    padding-bottom: 1rem;
  }

  .lyre-audiences__grid {
    gap: 0.6rem;
  }

  /* Cada público vira um cartão horizontal curto, como no mockup móvel. */
  .lyre-audience {
    background: #f4eee5;
    display: block;
    height: 9.5rem;
    min-height: 0;
  }

  .lyre-audience::after,
  .lyre-audience--professional::after {
    display: none;
  }

  .lyre-audience .lyre-audience__background {
    height: 100%;
    object-position: center;
    position: absolute;
  }

  .lyre-audience__copy,
  .lyre-audience__copy--right {
    align-self: center;
    color: var(--lyre-ink);
    bottom: auto;
    left: 46%;
    max-width: 54%;
    padding: 0.75rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .lyre-audience__copy h2 {
    color: var(--lyre-ink);
    font-size: 1.55rem;
    line-height: 1;
    margin-block: 0.15rem 0.3rem;
  }

  .lyre-audience__copy p:not(.lyre-eyebrow) {
    color: #554e47;
    font-size: 0.68rem;
    line-height: 1.25;
    margin-bottom: 0.55rem;
  }

  .lyre-audience__copy .lyre-eyebrow {
    color: var(--lyre-gold);
    font-size: 0.45rem;
    margin: 0;
  }

  .lyre-audience__copy .lyre-button {
    background: linear-gradient(180deg, #b99759 0%, #9c793d 100%);
    border-color: #a8874c;
    color: #fff;
    font-size: 0.58rem;
    justify-content: space-between;
    letter-spacing: 0.01em;
    min-height: 2rem;
    padding: 0.35rem 0.65rem;
    width: 100%;
  }

  .lyre-audience__copy .lyre-button span {
    font-size: 1.1rem;
  }

  .lyre-editorial__intro {
    text-align: left;
  }

  .lyre-editorial__layout {
    gap: 0.85rem;
  }

  .lyre-editorial__intro .lyre-section__heading {
    font-size: 1.75rem;
    margin-bottom: 0.35rem;
    margin-top: 0;
  }

  .lyre-editorial__intro > p:not(.lyre-eyebrow) {
    font-size: 0.75rem;
    margin-bottom: 0.65rem;
  }

  .lyre-editorial__intro .lyre-button {
    font-size: 0.55rem;
    min-height: 2.25rem;
    width: auto;
  }

  /* As pautas também navegam horizontalmente para reduzir a altura da Home. */
  .lyre-editorial__cards {
    display: grid;
    gap: 0.6rem;
    grid-template-columns: repeat(3, minmax(13rem, 72vw));
    margin-inline: -1rem;
    overflow-x: auto;
    padding: 0.1rem 1rem 0.6rem;
    scroll-snap-type: inline mandatory;
  }

  .lyre-story {
    scroll-snap-align: start;
  }

  .lyre-story h3 {
    font-size: 1.1rem;
  }

  .lyre-proof {
    padding-block: 1rem;
  }

  .lyre-proof__layout {
    gap: 0.8rem;
  }

  .lyre-proof .lyre-section__heading {
    font-size: 1.7rem;
  }

  .lyre-proof__cards article {
    align-items: flex-start;
    min-height: 4.5rem;
  }

  .lyre-benefits .lyre-container {
    gap: 0.45rem;
    padding-block: 0.8rem;
  }

  .site-footer {
    padding-block: 1.5rem;
  }
}

/* Em telas muito estreitas, o texto termina antes do início dos frascos. */
@media (max-width: 350px) {
  /* Libera a área dos frascos no hero em celulares especialmente estreitos. */
  .lyre-hero__content {
    padding-top: 0.35rem;
  }

  .lyre-hero__title {
    font-size: 1.35rem;
    margin-bottom: 0.2rem;
  }

  .lyre-hero__lead {
    font-size: 0.68rem;
    line-height: 1.15;
  }
}

/* Telefones estreitos recebem produtos menores, ainda sem sobreposição. */
@media (max-width: 390px) {
  .lyre-product--ojon,
  .lyre-product--ouro {
    width: auto;
  }

  .lyre-product--ojon {
    width: 2.7rem;
  }

  .lyre-product--ouro {
    width: 4.75rem;
  }

  .lyre-product--star {
    left: 27%;
    width: 2.75rem;
  }

  .lyre-product--blond {
    left: 54%;
    width: 2.45rem;
  }
}
