/**
 * Home da Shanti — design system MIV 04.
 * Mobile first: escrito para celular, ampliado nos breakpoints maiores.
 */

.sh-home { background: var(--shanti-bege); overflow-x: hidden; }
.sh-wrap { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.sh-sec { padding: 48px 0; }

/* eyebrow / olho de seção */
.sh-eyebrow {
  display: block;
  font-family: var(--shanti-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--shanti-rosa);
  margin-bottom: 14px;
}
.sh-eyebrow--claro { color: var(--shanti-rosa-mid); }

.sh-home h1, .sh-home h2 {
  font-family: var(--shanti-serif);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.1;
  text-wrap: balance;
}
.sh-home h1 em, .sh-home h2 em { font-style: italic; color: var(--shanti-rosa); }

/* ── botões da home ── */
.sh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 26px;
  border-radius: var(--shanti-radius-pill);
  font-family: var(--shanti-sans);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}
.sh-btn:hover { transform: translateY(-1px); }
.sh-btn--rosa { background: var(--shanti-rosa); color: #fff; }
.sh-btn--rosa:hover { background: var(--shanti-rosa-escuro); color: #fff; }
.sh-btn--preto { background: var(--shanti-preto); color: #fff; }
.sh-btn--preto:hover { background: var(--shanti-rosa); color: #fff; }
.sh-btn--outline { border-color: var(--shanti-preto); color: var(--shanti-preto); background: transparent; }
.sh-btn--outline:hover { background: var(--shanti-preto); color: #fff; }
.sh-link {
  font-family: var(--shanti-serif);
  font-style: italic;
  font-size: 15px;
  color: var(--shanti-rosa);
  text-decoration: none;
  white-space: nowrap;
}

/* ══ HERO — faixa preta de largura inteira ══ */
.sh-hero {
  position: relative;
  background: var(--shanti-preto);
  color: var(--shanti-creme);
  padding: 64px 0 72px;
  overflow: hidden;
  isolation: isolate;
}
/* foto de fundo (opcional) com escurecida por cima pro texto ficar legível */
.sh-hero-fundo { position: absolute; inset: 0; z-index: -1; }
.sh-hero-fundo img { width: 100%; height: 100%; object-fit: cover; object-position: center right; }
.sh-hero-fundo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, var(--shanti-preto) 0%, rgba(17, 16, 16, 0.92) 38%, rgba(17, 16, 16, 0.55) 100%);
}
.sh-hero-conteudo { position: relative; max-width: 1200px; }
.sh-hero h1 {
  font-size: clamp(38px, 9vw, 76px);
  color: var(--shanti-creme);
  margin: 0 0 20px;
  max-width: 15ch;
}
.sh-hero h1 em { color: var(--shanti-rosa-mid); }
.sh-hero p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 1.7;
  max-width: 48ch;
  margin: 0 0 32px;
}
.sh-hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.sh-btn-seta { margin-left: 10px; transition: transform 0.15s ease; }
.sh-btn:hover .sh-btn-seta { transform: translateX(3px); }
.sh-btn--claro-ghost {
  background: transparent;
  color: rgba(255, 255, 255, 0.75);
  border-color: transparent;
  padding-left: 12px;
  padding-right: 12px;
}
.sh-btn--claro-ghost:hover { color: var(--shanti-creme); background: rgba(255, 255, 255, 0.07); }

/* ══ BENEFÍCIOS ══ */
.sh-beneficios { background: var(--shanti-creme); padding: 22px 0; }
.sh-beneficios-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 0; }
.sh-beneficio {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 4px 16px;
}
/* divisórias verticais entre os benefícios */
.sh-beneficio + .sh-beneficio { border-left: 1px solid var(--shanti-bege-mid); }
/* no celular são 2 colunas: só o 2º e o 4º recebem a linha */
@media (max-width: 699px) {
  .sh-beneficio:nth-child(odd) { border-left: none; }
}
.sh-beneficio-icone {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--shanti-rosa-light);
  border: 1px solid var(--shanti-rosa-mid);
  color: var(--shanti-rosa);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sh-beneficio-icone svg { width: 19px; height: 19px; }
.sh-beneficio-txt { display: flex; flex-direction: column; gap: 3px; line-height: 1.35; }
.sh-beneficio-txt strong { font-size: 15px; font-weight: 600; }
.sh-beneficio-txt small { font-size: 13.5px; color: var(--shanti-cinza); }

/* ══ FAIXA MANIFESTO ══ */
.sh-faixa {
  background: var(--shanti-rosa);
  color: #fff;
  overflow: hidden;
  padding: 15px 0;
}
.sh-faixa-rolar {
  display: flex;
  align-items: center;
  gap: 24px;
  white-space: nowrap;
  width: max-content;
  animation: sh-rolar 42s linear infinite;
  font-family: var(--shanti-serif);
  font-style: italic;
  font-weight: 300;
  font-size: 19px;
}
.sh-faixa-rolar i { color: rgba(255, 255, 255, 0.45); font-style: normal; }
@keyframes sh-rolar {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .sh-faixa-rolar { animation: none; }
}

/* ══ CABEÇALHO DE SEÇÃO — título à esquerda, "ver todos" à direita ══ */
.sh-sec-head { margin-bottom: 28px; }
.sh-sec-selo {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--shanti-rosa);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 11px 22px;
  border-radius: var(--shanti-radius-pill);
  margin-bottom: 20px;
}
.sh-sec-selo::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
}
.sh-sec-head-linha {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.sh-sec-head h2 { font-size: clamp(30px, 7vw, 50px); margin: 0; }
.sh-sec-vertodos {
  font-family: var(--shanti-sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--shanti-rosa);
  text-decoration: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.sh-sec-vertodos span { transition: transform 0.15s ease; }
.sh-sec-vertodos:hover { color: var(--shanti-rosa-escuro); }
.sh-sec-vertodos:hover span { transform: translateX(3px); }

/* ══ PALCO DO CARROSSEL (setas laterais) ══ */
.sh-car-palco { position: relative; }
/* setas: só o chevron, sem círculo nem fundo */
.sh-car-seta {
  position: absolute;
  top: 34%;
  z-index: 4;
  width: 34px;
  height: 44px;
  border: none;
  background: none;
  box-shadow: none;
  padding: 0;
  color: #9a9490;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  transition: color 0.15s ease, opacity 0.15s ease, transform 0.15s ease;
}
.sh-car-seta svg { width: 21px; height: 21px; }
.sh-car-seta svg path { stroke-width: 2.4; }
/* sempre cinza — sem troca de cor no hover, só o deslize */
.sh-car-seta--esq:hover { transform: translateX(-2px); }
.sh-car-seta--dir:hover { transform: translateX(2px); }
.sh-car-seta:focus-visible { outline: 2px solid var(--shanti-rosa); outline-offset: 4px; border-radius: 4px; }
.sh-car-seta:disabled { opacity: 0; pointer-events: none; }
/* em tela média as setas ficam rentes à borda; em tela grande, do lado de fora */
.sh-car-seta--esq { left: -6px; }
.sh-car-seta--dir { right: -6px; }
@media (min-width: 1320px) {
  .sh-car-seta--esq { left: -38px; }
  .sh-car-seta--dir { right: -38px; }
}

/* ══ CARROSSEL ══ */
.sh-car-trilho {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 72%;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 8px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.sh-car-trilho::-webkit-scrollbar { display: none; }
.sh-prod {
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
}

/* moldura da foto: badges, coração e botão de compra vivem aqui */
.sh-prod-foto {
  position: relative;
  border-radius: var(--shanti-radius-bloco);
  overflow: hidden;
  aspect-ratio: 3 / 4;
}
.sh-prod-img { display: block; width: 100%; height: 100%; }
.sh-prod-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.sh-prod:hover .sh-prod-img img { transform: scale(1.04); }
.sh-prod-img--rose { background: var(--shanti-rose); }
.sh-prod-img--verde { background: var(--shanti-verde-soft); }
/* o terceiro fundo precisa contrastar com o bege da página */
.sh-prod-img--bege { background: var(--shanti-bege-mid); }
.sh-prod-sem-foto { display: block; width: 100%; height: 100%; }

/* coração de favorito */
.sh-prod-fav {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: rgba(254, 252, 250, 0.92);
  color: var(--shanti-preto);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  box-shadow: 0 2px 10px rgba(17, 16, 16, 0.1);
  transition: background-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}
.sh-prod-fav svg { width: 20px; height: 20px; }
.sh-prod-fav:hover { color: var(--shanti-rosa); transform: scale(1.08); }
.sh-prod-fav[aria-pressed="true"] { background: var(--shanti-rosa); color: #fff; }
.sh-prod-fav[aria-pressed="true"] svg { fill: currentColor; }

/* botão de compra que sobe no hover */
.sh-prod-comprar {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border-radius: var(--shanti-radius-pill);
  background: var(--shanti-preto);
  color: #fff;
  font-family: var(--shanti-sans);
  font-size: 14.5px;
  font-weight: 500;
  text-decoration: none;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.15s ease;
}
.sh-prod:hover .sh-prod-comprar,
.sh-prod-comprar:focus-visible { opacity: 1; transform: translateY(0); }
.sh-prod-comprar:hover { background: var(--shanti-rosa); color: #fff; }

/* no celular não existe hover: botão sempre visível */
@media (hover: none), (max-width: 760px) {
  .sh-prod-comprar { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .sh-prod-img img, .sh-prod-comprar, .sh-prod-fav { transition: none; }
}
/* selos empilhados no canto da foto */
.sh-prod-badge { position: absolute; top: 12px; left: 12px; z-index: 2; }
.sh-prod-badge--estoque {
  background: var(--shanti-preto);
  color: var(--shanti-creme);
  border: none;
}
.sh-prod-badge--estoque + .sh-prod-badge--off { top: 46px; }
.sh-prod-info { padding: 14px 2px 4px; display: flex; flex-direction: column; gap: 5px; }
.sh-prod-nome { font-family: var(--shanti-serif); font-weight: 300; font-size: 19px; line-height: 1.25; margin: 0; }
.sh-prod-nome a { color: var(--shanti-preto); text-decoration: none; }
.sh-prod-nome a:hover { color: var(--shanti-rosa); }
.sh-prod-estrelas { color: #c9a227; font-size: 13px; letter-spacing: 2px; }
.sh-prod-preco {
  font-family: var(--shanti-serif);
  font-weight: 300;
  font-size: 21px;
  font-variant-numeric: tabular-nums;
  margin-top: 2px;
}
.sh-prod-preco del { font-size: 0.62em; color: #aaa; margin-right: 6px; }
.sh-prod-preco ins { text-decoration: none; }
.sh-prod-parcela { font-size: 13px; color: var(--shanti-cinza); }
.sh-prod-btn { margin-top: 10px; align-self: flex-start; font-size: 14px; padding: 11px 22px; min-height: 42px; }

/* ══ BANNERS ══ */
.sh-banner-sec { padding: 20px 0; }
.sh-banner {
  position: relative;
  display: block;
  border-radius: var(--shanti-radius-bloco);
  overflow: hidden;
}
.sh-banner img { display: block; width: 100%; height: auto; }
.sh-banner-conteudo {
  position: absolute;
  inset: auto 0 0 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  background: linear-gradient(to top, rgba(17, 16, 16, 0.72), transparent);
}
.sh-banner-titulo {
  font-family: var(--shanti-serif);
  font-weight: 300;
  font-size: clamp(22px, 5vw, 36px);
  color: var(--shanti-creme);
  line-height: 1.15;
}
.sh-banner-titulo em { font-style: italic; color: var(--shanti-rosa-mid); }

/* ══ MANIFESTO ══ */
.sh-manifesto { background: var(--shanti-preto); color: rgba(255, 255, 255, 0.6); padding: 56px 0; }
.sh-manifesto-grid { display: grid; gap: 34px; }
.sh-manifesto-txt h2 { color: var(--shanti-creme); font-size: clamp(30px, 7vw, 48px); margin: 0 0 24px; }
.sh-manifesto-txt h2 em { color: var(--shanti-rosa-mid); }
.sh-manifesto-lista { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 20px; }
.sh-manifesto-lista li { display: flex; gap: 16px; align-items: flex-start; }
.sh-manifesto-lista span {
  font-family: var(--shanti-serif);
  font-style: italic;
  font-size: 20px;
  color: var(--shanti-rosa-mid);
  flex-shrink: 0;
  min-width: 34px;
}
.sh-manifesto-lista p { margin: 0; font-size: 15px; line-height: 1.6; }

/* ══ DEPOIMENTOS ══ */
.sh-depos { display: grid; gap: 16px; }
.sh-depo {
  position: relative;
  background: var(--shanti-creme);
  border: 1px solid var(--shanti-bege-mid);
  border-radius: var(--shanti-radius-card);
  padding: 26px 22px 22px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sh-depo-aspas {
  position: absolute;
  top: 10px;
  right: 20px;
  font-family: var(--shanti-serif);
  font-size: 52px;
  line-height: 1;
  color: var(--shanti-rosa-light);
}
.sh-depo blockquote {
  margin: 0;
  padding: 0;
  border: none;
  font-family: var(--shanti-serif);
  font-weight: 300;
  font-size: 17px;
  line-height: 1.5;
  color: var(--shanti-preto);
}
.sh-depo figcaption { display: flex; flex-direction: column; gap: 2px; margin-top: auto; }
.sh-depo figcaption strong { font-size: 13.5px; font-weight: 600; }
.sh-depo figcaption small { font-size: 12px; color: var(--shanti-cinza); }

/* ══ NEWSLETTER ══ */
.sh-news { background: var(--shanti-salvia); padding: 48px 0; }
.sh-news-grid { display: grid; gap: 24px; align-items: center; }
.sh-news h2 { font-size: clamp(26px, 6vw, 38px); margin: 0 0 10px; color: var(--shanti-preto); }
.sh-news h2 em { color: var(--shanti-creme); }
.sh-news p { margin: 0; color: rgba(17, 16, 16, 0.7); font-size: 15px; line-height: 1.6; }
.sh-news-form { display: flex; gap: 10px; flex-wrap: wrap; }
.sh-news-form input[type="email"] {
  flex: 1;
  min-width: 200px;
  border-radius: var(--shanti-radius-pill);
  border: none;
  background: var(--shanti-creme);
  padding: 13px 22px;
  font-family: var(--shanti-sans);
  font-size: 15px;
}
.sh-news-form input[type="email"]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(181, 22, 94, 0.35);
}

/* ══ BOTÃO WHATSAPP ══ */
.sh-wpp {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 999;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--shanti-verde);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(17, 16, 16, 0.24);
}
.sh-wpp svg { width: 28px; height: 28px; }
.sh-wpp:hover { background: var(--shanti-rosa); color: #fff; }

/* ══ TABLET ══ */
@media (min-width: 700px) {
  .sh-wrap { padding: 0 28px; }
  .sh-sec { padding: 64px 0; }
  .sh-hero { padding: 88px 0 96px; }
  .sh-beneficios-grid { grid-template-columns: repeat(4, 1fr); }
  .sh-beneficio { padding: 4px 22px; }
  .sh-car-trilho { grid-auto-columns: 42%; gap: 18px; }
  .sh-depos { grid-template-columns: 1fr 1fr; }
  .sh-news-grid { grid-template-columns: 1.1fr 1fr; }
  .sh-manifesto-grid { grid-template-columns: 1fr 1.1fr; align-items: start; }
  .sh-banner-conteudo { padding: 34px; }
}

/* ══ DESKTOP ══ */
@media (min-width: 1000px) {
  .sh-hero { padding: 110px 0 120px; }
  .sh-car-trilho { grid-auto-columns: calc((100% - 3 * 20px) / 4); gap: 20px; }
  .sh-car-seta { display: flex; }
  .sh-depos { grid-template-columns: repeat(4, 1fr); }
  .sh-wpp { width: 60px; height: 60px; right: 26px; bottom: 26px; }
}
