/* === Nexo — interna do produto (design Figma "Produto Detalhes") === */

body.single-product {
  --pd-ink: #2e2521;
  --pd-brown: #493725;
  --pd-terra: #ad5d3a;
  --pd-muted: #a89b8a;
  --pd-line: #e4dccf;
  --pd-line-soft: #efe9df;
  --pd-bg: #fef8ef;
  background: #ffffff;
  font-family: 'DM Sans', system-ui, sans-serif;
  color: var(--pd-brown);
}

/* wrappers FULL-WIDTH (deixa as seções de fundo/imagem ocuparem a tela toda) */
body.single-product .nexo-main,
body.single-product .site-main,
body.single-product main#content {
  max-width: none !important;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* seções CONTIDAS (breadcrumb, produto, story, abas) — centralizadas */
body.single-product .woocommerce-breadcrumb {
  max-width: 1640px;
  margin: 40px auto 32px;
  padding: 0 40px;
}
body.single-product div.product {
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 40px 60px;
}
/* story e abas estão dentro de .product → já contidos */

/* ---------- breadcrumb ---------- */
.single-product .woocommerce-breadcrumb {
  font-size: 13px;
  color: var(--pd-muted);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 32px;
}
.single-product .woocommerce-breadcrumb a { color: var(--pd-muted); }
.single-product .woocommerce-breadcrumb a:hover { color: var(--pd-terra); }

/* ---------- layout 2 colunas (galeria maior que o resumo, como no Figma) ---------- */
.single-product div.product {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 72px;
  align-items: start;
}
.single-product div.product .woocommerce-product-gallery { width: 100% !important; margin: 0; }
.single-product div.product .entry-summary { width: 100% !important; float: none !important; margin: 0; position: relative; padding-top: 4px; }
@media (max-width: 900px) {
  .single-product div.product { grid-template-columns: 1fr; gap: 32px; }
}

/* galeria — miniaturas VERTICAIS à esquerda */
.single-product .woocommerce-product-gallery {
  display: flex;
  flex-direction: row-reverse;
  gap: 16px;
  align-items: flex-start;
}
.single-product .woocommerce-product-gallery__wrapper { flex: 1; min-width: 0; margin: 0; }
.single-product .woocommerce-product-gallery__image img { border-radius: 2px; }
.single-product .flex-control-thumbs {
  flex: 0 0 88px;
  display: flex !important;
  flex-direction: column;
  gap: 12px;
  margin: 0 !important;
  padding: 0;
}
.single-product .flex-control-thumbs li { width: 88px !important; margin: 0 !important; float: none !important; }
.single-product .flex-control-thumbs img { border: 1px solid var(--pd-line); border-radius: 2px; opacity: .7; transition: opacity .2s, border-color .2s; }
.single-product .flex-control-thumbs img.flex-active,
.single-product .flex-control-thumbs img:hover { opacity: 1; border-color: var(--pd-terra); }
@media (max-width: 600px) {
  .single-product .woocommerce-product-gallery { flex-direction: column; }
  .single-product .flex-control-thumbs { flex-direction: row; flex: none; flex-wrap: wrap; }
}

/* ---------- pix + cartão (texto à direita, abaixo do preço) ---------- */
.single-product .nexo-pd-finance {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  margin: 0 0 24px;
  font-size: 13px;
  text-align: right;
}
.single-product .nexo-pd-pix {
  color: var(--pd-terra);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.single-product .nexo-pd-pix:hover { color: var(--pd-brown); }
.single-product .nexo-pd-card { margin: 0; color: var(--pd-muted); line-height: 1.6; }
.single-product .nexo-pd-card strong { color: var(--pd-brown); font-weight: 500; }
.single-product .nexo-pd-card .amount,
.single-product .nexo-pd-card bdi { color: var(--pd-brown) !important; font-weight: 500 !important; font-size: 13px !important; }

/* ---------- Cor / Tamanho (label à esquerda, valor à direita — Figma) ---------- */
.single-product .nexo-pd-attr {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 28px;
  margin: 0 0 22px;
}
.single-product .nexo-pd-label {
  flex: 0 0 80px;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
  color: var(--pd-brown);
}
.single-product .nexo-pd-attr strong { font-weight: 400; color: var(--pd-ink); font-size: 15px; }
.single-product .nexo-pd-cor { display: inline-flex; align-items: center; gap: 14px; font-size: 15px; color: var(--pd-ink); }
.single-product .nexo-pd-cor__dot { width: 30px; height: 30px; border-radius: 3px; border: 1px solid var(--pd-line); }

/* avaliações: estrelas + contagem */
.single-product .nexo-pd-rating { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; }
.single-product .nexo-pd-stars { color: var(--pd-terra); letter-spacing: 3px; font-size: 15px; }
.single-product .nexo-pd-rating__count { color: var(--pd-muted); font-size: 14px; }
.single-product .nexo-pd-rating__count:hover { color: var(--pd-terra); }

/* ---------- cabeçalho 2 colunas (título+avaliações | preço+parcelamento) ---------- */
.single-product .nexo-pd-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
}
.single-product .nexo-pd-head__left { flex: 1 1 auto; min-width: 0; }
.single-product .nexo-pd-head__right { flex: 0 0 48%; text-align: right; }

/* título */
.single-product .product_title {
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 400 !important;
  font-size: 30px !important;
  line-height: 1.2 !important;
  color: var(--pd-ink) !important;
  letter-spacing: -.01em;
  margin: 0 0 14px !important;
}

/* preço (topo-direita, fluxo normal dentro da coluna) */
.single-product .nexo-pd-head__right > .price {
  font-family: 'DM Sans', sans-serif !important;
  margin: 0 0 14px !important;
  line-height: 1.2;
}
.single-product .nexo-pd-head__right > .price .amount,
.single-product .nexo-pd-head__right > .price bdi {
  color: var(--pd-terra) !important;
  font-weight: 600 !important;
  font-size: 24px !important;
  white-space: nowrap;
}
.single-product .nexo-pd-head__right > .price del { display: block; opacity: 1; }
.single-product .nexo-pd-head__right > .price del .amount {
  color: var(--pd-muted) !important;
  font-weight: 400 !important;
  font-size: 15px !important;
}
.single-product .nexo-pd-head__right > .price ins { text-decoration: none; }

/* avaliações (estrelas) sob o título */
.single-product .woocommerce-product-rating { margin: 0 0 20px; display: flex; align-items: center; gap: 12px; }
.single-product .star-rating span::before { color: var(--pd-terra); }
.single-product .woocommerce-review-link { color: var(--pd-muted); font-size: 13px; }

/* esconde o bloco de specs (cód/dimensões/prazo) — Figma usa Cor/Tamanho */
.single-product .nexo-product-specs { display: none !important; }

/* esconde o <select> escondido dos swatches + destyle do box de variações */
.single-product .nexo-swatch-hidden,
.single-product .nexo-swatches select { display: none !important; }
/* desfaz a tabela de variações e alinha a linha "Cor" como Tamanho/Quantidade */
body.single-product .variations { display: block !important; margin: 0 0 22px !important; }
body.single-product .variations tbody { display: block !important; margin: 0 !important; }
body.single-product .variations tr {
  display: flex !important; align-items: center !important; gap: 28px;
  background: transparent !important; border: 0 !important; line-height: 1.4 !important;
}
body.single-product .variations td,
body.single-product .variations th {
  display: block !important; background: transparent !important; border: 0 !important;
  padding: 0 !important; margin: 0 !important; vertical-align: middle !important; line-height: 1.4 !important;
}
body.single-product .variations th.label {
  flex: 0 0 80px !important; width: 80px !important; text-align: left !important;
}
body.single-product .variations th.label label {
  font-weight: 400 !important; color: var(--pd-brown) !important; font-size: 14px !important;
  text-transform: none !important; letter-spacing: 0 !important; margin: 0 !important; line-height: 1.4 !important;
}
body.single-product .variations td.value { flex: 1 1 auto !important; min-width: 0; }
body.single-product .nexo-swatches { display: flex !important; align-items: center; flex-wrap: wrap; margin: 0 !important; }
.single-product .single_variation_wrap .woocommerce-variation-price { display: none; } /* o preço fica no topo */
/* colapsa a área de preço/disponibilidade da variação (some o vão extra) */
body.single-product .single_variation_wrap { margin: 0 !important; }
body.single-product .single_variation { margin: 0 !important; min-height: 0 !important; line-height: 0 !important; }
body.single-product .single_variation .woocommerce-variation-availability { display: none !important; }
/* esconde o link "Limpar" (reservava altura e desalinhava a linha Cor) */
body.single-product .reset_variations { display: none !important; }

/* swatches de acabamento ("Cor" do variável): quadrados pequenos, iguais ao swatch da cor simples */
.single-product .nexo-swatches { gap: 12px; margin: 0; }
.single-product .nexo-swatch { width: 30px; height: 30px; border-radius: 3px; }
.single-product .nexo-swatch:hover { transform: none; border-color: var(--pd-terra); }
.single-product .nexo-swatch.is-active { border: 2px solid var(--pd-ink); box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--pd-terra); }

/* add-to-cart do variável = mesmo layout do simples (qty + botões lado a lado) */
.single-product .woocommerce-variation-add-to-cart { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 0; }
.single-product .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled { opacity: 1; }

/* "Tamanho" dentro do form (variável) ocupa a linha toda, antes da quantidade */
.single-product form.cart .nexo-pd-attr,
.single-product .woocommerce-variation-add-to-cart .nexo-pd-attr { flex: 0 0 100%; margin: 0 0 6px; }

/* divisor do variável (antes do seletor de acabamento) */
.single-product .nexo-pd-divider--var { margin: 28px 0 22px; }

/* divisor antes de Cor/Tamanho */
/* divisores do resumo (mais claros + espaçamento equilibrado, como no Figma) */
.single-product .nexo-pd-divider { border: 0; border-top: 1px solid var(--pd-line-soft); margin: 28px 0 30px; }
.single-product .nexo-pd-head .nexo-pd-rating,
.single-product .nexo-pd-head .nexo-pd-finance { margin-bottom: 0; }

/* ---------- specs (cód / dimensões / prazo) — já vem do catalog.php ---------- */
.single-product .nexo-product-specs {
  border-color: var(--pd-line);
  margin: 8px 0 24px;
}
.single-product .nexo-product-specs li span { color: var(--pd-muted); }
.single-product .nexo-product-specs li strong { font-family: 'DM Sans', sans-serif; color: var(--pd-ink); }

/* descrição curta */
.single-product .woocommerce-product-details__short-description {
  font-size: 16px;
  line-height: 1.7;
  color: var(--pd-brown);
  margin-bottom: 28px;
}

/* swatches de acabamento (do catalog.php) — mantém */
.single-product .nexo-swatches { margin-bottom: 20px; }

/* ---------- form: "Quantidade" + qty na 1ª linha, botões lado a lado na 2ª ----------
   O flex vale só pro SIMPLES (qty + botões). No VARIÁVEL o form contém a tabela
   de Cor + o bloco de variação, então fica em bloco (o flex vai pro .variations_button). */
.single-product form.cart:not(.variations_form) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin: 8px 0 18px;
}
.single-product form.variations_form { display: block; margin: 8px 0 18px; }
.single-product .nexo-pd-qty-label { font-size: 14px; color: var(--pd-brown); }
.single-product form.cart .quantity { display: flex; margin-right: auto; }
.single-product .nexo-pd-row-break { flex: 0 0 100%; height: 0; margin: 0; }
.single-product form.cart .quantity input.qty {
  width: 72px;
  height: 54px;
  border: 1px solid var(--pd-line);
  background: #fff;
  text-align: center;
  font-size: 16px;
  color: var(--pd-ink);
  border-radius: 2px;
}
.single-product form.cart .single_add_to_cart_button,
.single-product .nexo-wa-btn {
  flex: 1 1 calc(50% - 7px);
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .01em;
  text-transform: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all .2s;
  text-decoration: none;
}
.single-product form.cart .single_add_to_cart_button {
  background: var(--pd-ink) !important;
  color: #fff !important;
  border: 1px solid var(--pd-ink) !important;
}
.single-product form.cart .single_add_to_cart_button:hover {
  background: var(--pd-terra) !important;
  border-color: var(--pd-terra) !important;
}
.single-product .nexo-wa-btn {
  background: transparent;
  color: var(--pd-brown);
  border: 1px solid #d8cdbb;
}
.single-product .nexo-wa-btn:hover { background: var(--pd-ink); color: #fff; border-color: var(--pd-ink); }

/* CTA WhatsApp do "sob consulta" (catalog.php) */
.single-product .nexo-btn--whatsapp { height: 54px; }

/* link de frete */
.single-product .nexo-prod-shipping { margin: 4px 0 24px; }
.single-product .nexo-prod-shipping a {
  color: var(--pd-brown);
  font-size: 14px;
  border-bottom: 1px solid var(--pd-line);
  padding-bottom: 2px;
}
.single-product .nexo-prod-shipping a:hover { color: var(--pd-terra); border-color: var(--pd-terra); }

/* selos de devolução */
.single-product .nexo-prod-badges {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  padding-top: 24px;
  border-top: 1px solid var(--pd-line-soft);
}
.single-product .nexo-prod-badges span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--pd-brown);
}
.single-product .nexo-prod-badges svg { color: var(--pd-terra); flex: 0 0 auto; }

/* meta (SKU / categorias) */
.single-product .product_meta {
  margin-top: 24px;
  font-size: 13px;
  color: var(--pd-muted);
}
.single-product .product_meta a { color: var(--pd-brown); }

/* ---------- abas (especificidade > padrão do WooCommerce) ---------- */
body.single-product .woocommerce-tabs {
  margin-top: 80px;
  border: 0;
  padding-top: 8px;
}
body.single-product .woocommerce-tabs ul.tabs {
  display: flex;
  gap: 44px;
  padding: 0;
  margin: 0 0 40px;
  border: 0;
  border-bottom: 1px solid var(--pd-line);
  overflow: visible;
}
body.single-product .woocommerce-tabs ul.tabs::before,
body.single-product .woocommerce-tabs ul.tabs::after { display: none !important; }
body.single-product .woocommerce-tabs ul.tabs li {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none;
  padding: 0 0 18px;
  margin: 0;
}
body.single-product .woocommerce-tabs ul.tabs li::before,
body.single-product .woocommerce-tabs ul.tabs li::after { display: none !important; }
body.single-product .woocommerce-tabs ul.tabs li a {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--pd-muted) !important;
  padding: 0 !important;
  text-shadow: none;
}
body.single-product .woocommerce-tabs ul.tabs li.active a,
body.single-product .woocommerce-tabs ul.tabs li a:hover { color: var(--pd-terra) !important; }
body.single-product .woocommerce-tabs ul.tabs li.active { box-shadow: inset 0 -2px 0 var(--pd-terra); }
body.single-product .woocommerce-Tabs-panel { padding: 4px 0 0; }
body.single-product .woocommerce-Tabs-panel h2 { display: none; }
body.single-product .woocommerce-Tabs-panel p,
body.single-product .woocommerce-Tabs-panel li {
  font-size: 16px;
  line-height: 1.8;
  color: var(--pd-brown);
}

/* hint do visualizador 360 */
.nexo-pd-360 { position: relative; }
.nexo-pd-360__hint {
  margin: 12px 0 0; font-size: 13px; color: var(--pd-muted);
  text-align: center; letter-spacing: .02em;
}

/* ---------- relacionados ---------- */
.single-product .related.products {
  margin-top: 80px;
  border-top: 1px solid var(--pd-line);
  padding-top: 60px;
}
.single-product .related.products > h2 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-size: 30px;
  color: var(--pd-ink);
  margin-bottom: 32px;
}
.single-product .related.products ul.products li.product h2,
.single-product .related.products ul.products li.product .woocommerce-loop-product__title {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 16px !important;
  color: var(--pd-ink);
}
.single-product .related.products ul.products li.product .price,
.single-product .related.products ul.products li.product .price bdi {
  color: var(--pd-terra) !important;
}

/* ============================================================
   AVALIAÇÕES em carrossel (fundo taupe)
   ============================================================ */
.nexo-pd-reviews {
  background: var(--pd-muted, #a89b8a);
  color: #fef8ef;
  margin: 80px 0 0;
  padding: 80px 0;
}
.nexo-pd-reviews__inner { max-width: 1500px; margin: 0 auto; padding: 0 72px; position: relative; }
.nexo-pd-reviews h2 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-size: 30px;
  color: #fef8ef;
  margin: 0 0 36px;
}
.nexo-pd-reviews__track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scrollbar-width: none;
  cursor: grab;
  padding-bottom: 4px;
}
.nexo-pd-reviews__track::-webkit-scrollbar { display: none; }
.nexo-pd-review {
  flex: 0 0 calc((100% - 72px) / 4);
  min-width: 0;
  padding-right: 32px; /* texto mais estreito que o slot, como no Figma */
}
@media (max-width: 1100px){ .nexo-pd-review{ flex-basis: calc((100% - 24px)/2); } }
@media (max-width: 700px){ .nexo-pd-review{ flex-basis: 85%; } }
.nexo-pd-review__stars { color: #fef8ef; letter-spacing: 3px; margin-bottom: 14px; font-size: 15px; }
.nexo-pd-review__text { font-size: 15px; line-height: 1.7; color: #fef8ef; opacity: .95; margin: 0 0 16px; }
.nexo-pd-review__author { font-weight: 600; font-size: 14px; color: #fef8ef; }
/* setas nas laterais, centradas verticalmente sobre os cards (Figma) */
.nexo-pd-reviews__nav { position: static; }
.nexo-pd-reviews__nav button {
  position: absolute; top: 58%; transform: translateY(-50%);
  width: 36px; height: 36px;
  background: transparent;
  border: 1px solid rgba(254,248,239,.55);
  border-radius: 4px;
  color: #fef8ef;
  font-size: 18px; line-height: 1;
  cursor: pointer;
  transition: all .2s;
  z-index: 2;
}
.nexo-pd-reviews__nav button:first-child { left: 16px; }
.nexo-pd-reviews__nav button:last-child  { right: 16px; }
.nexo-pd-reviews__nav button:hover { background: #fef8ef; color: var(--pd-brown); }

/* ============================================================
   COMPOSIÇÕES QUE CONVERSAM ENTRE SI (lifestyle shoppable)
   ============================================================ */
.nexo-pd-compo { background: #fef8ef; padding: 90px 0; }
.nexo-pd-compo__head { max-width: 1500px; margin: 0 auto 48px; padding: 0 24px; }
.nexo-pd-compo__head h2 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-size: clamp(24px,3vw,38px);
  color: var(--pd-ink, #2e2521);
  text-transform: uppercase;
  letter-spacing: .02em;
  margin: 0 0 16px;
}
.nexo-pd-compo__head p { font-size: 16px; line-height: 1.7; color: var(--pd-brown, #493725); max-width: 720px; margin: 0; }
.nexo-pd-compo__img {
  width: 100%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  position: relative;
}
.nexo-pd-spot { position: absolute; transform: translate(-50%,-50%); }
.nexo-pd-spot__num {
  width: 38px; height: 38px;
  display: flex; align-items: center; justify-content: center;
  background: #fff; color: var(--pd-brown, #493725);
  border: 2px solid #fff; border-radius: 50%;
  font-size: 14px; font-weight: 600;
  box-shadow: 0 2px 10px rgba(0,0,0,.25);
  cursor: pointer;
}
.nexo-pd-spot__card {
  position: absolute;
  bottom: calc(100% + 10px); left: 50%;
  transform: translateX(-50%) translateY(6px);
  width: 220px;
  display: flex; align-items: center; gap: 12px;
  padding: 10px;
  background: #fff; color: #1e1e1e;
  border: 1px solid rgba(173,93,58,.35);
  box-shadow: 0 12px 30px rgba(30,30,30,.22);
  text-decoration: none;
  opacity: 0; visibility: hidden;
  transition: opacity .25s, transform .25s, visibility .25s;
}
.nexo-pd-spot:hover .nexo-pd-spot__card { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.nexo-pd-spot__img { width: 56px; height: 56px; flex: 0 0 auto; background-size: cover; background-position: center; background: #faf7f1; }
.nexo-pd-spot__body { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.nexo-pd-spot__name { font-size: 14px; font-weight: 500; color: #1e1e1e; line-height: 1.2; }
.nexo-pd-spot__price, .nexo-pd-spot__price bdi { font-size: 12px; color: var(--pd-terra, #ad5d3a) !important; }

/* ============================================================
   Full-width: story e tabs ocupam as 2 colunas do grid
   ============================================================ */
.single-product div.product > .woocommerce-tabs,
.single-product div.product > .nexo-pd-story { grid-column: 1 / -1; }

/* ---------- bloco "story": hero colado à esquerda + par de imagens + legenda ---------- */
.nexo-pd-story {
  position: relative;
  margin: 100px 0 0;
  padding: 90px 0 100px;
  border-top: 1px solid var(--pd-line, #e4dccf);
  min-height: 600px;
}
/* hero grande, bleed até a borda esquerda da viewport */
.nexo-pd-story__hero {
  position: absolute; top: 90px; bottom: 100px;
  left: calc(50% - 50vw);
  width: calc(40% + (50vw - 50%));
  background-size: cover; background-position: center;
  background-color: #faf7f1;
}
.nexo-pd-story__right { margin-left: 46%; }
.nexo-pd-story__pair {
  display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-bottom: 52px;
}
.nexo-pd-story__cell {
  aspect-ratio: 3/4; background-size: cover; background-position: center; background-color: #faf7f1;
}
.nexo-pd-story__cap {
  display: grid; grid-template-columns: 0.9fr 1fr; gap: 48px; align-items: start;
}
.nexo-pd-story__heading h2 {
  font-family: 'DM Sans', sans-serif; font-weight: 300;
  font-size: 34px; line-height: 1.15; color: var(--pd-ink, #2e2521); margin: 0 0 18px;
}
.nexo-pd-story__price, .nexo-pd-story__price bdi {
  font-size: 17px; color: var(--pd-ink, #2e2521) !important; font-weight: 500;
}
.nexo-pd-story__desc { font-size: 14px; line-height: 1.85; color: var(--pd-brown, #493725); }
.nexo-pd-story__desc p { margin: 0 0 12px; }
@media (max-width: 900px){
  .nexo-pd-story { min-height: 0; padding: 56px 0; }
  .nexo-pd-story__hero { position: static; width: 100vw; left: 0; margin-left: calc(50% - 50vw); height: 60vw; min-height: 300px; margin-bottom: 32px; }
  .nexo-pd-story__right { margin-left: 0; }
  .nexo-pd-story__cap { grid-template-columns: 1fr; gap: 20px; }
}

/* ---------- "Cada ambiente merece uma proposta única" ---------- */
.nexo-pd-proposal { background: #ffffff; padding: 90px 0 0; }
.nexo-pd-proposal__head {
  max-width: 1500px; margin: 0 auto 56px; padding: 0 24px;
  display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; flex-wrap: wrap;
}
.nexo-pd-proposal__head h2 {
  font-family: 'DM Sans', sans-serif; font-weight: 300;
  font-size: clamp(26px,3vw,40px); color: var(--pd-ink, #2e2521);
  text-transform: uppercase; letter-spacing: .01em; margin: 0 0 16px; max-width: 700px;
}
.nexo-pd-proposal__head p { font-size: 16px; line-height: 1.7; color: var(--pd-brown, #493725); max-width: 560px; margin: 0; }
.nexo-pd-proposal__link { color: var(--pd-brown, #493725); font-weight: 500; white-space: nowrap; }
.nexo-pd-proposal__link:hover { color: var(--pd-terra, #ad5d3a); }
.nexo-pd-proposal__img {
  width: 100%; aspect-ratio: 16/8;
  background-size: cover; background-position: center; position: relative;
}
.nexo-pd-proposal__card {
  position: absolute; top: 38%; right: 6%;
  background: #fff; padding: 36px 40px; max-width: 320px;
  box-shadow: 0 22px 55px rgba(30,30,30,.20);
  display: flex; flex-direction: column; gap: 16px;
}
.nexo-pd-proposal__card h3 {
  font-family: 'DM Sans', sans-serif; font-weight: 400; font-size: 22px;
  color: var(--pd-ink, #2e2521); line-height: 1.3; margin: 0;
}
.nexo-pd-proposal__card a { color: var(--pd-brown, #493725); font-size: 14px; font-weight: 500; }
.nexo-pd-proposal__card a:hover { color: var(--pd-terra, #ad5d3a); }
@media (max-width: 700px){
  .nexo-pd-proposal__card { position: static; max-width: 100%; }
  .nexo-pd-proposal__img { aspect-ratio: 4/3; }
}

/* ============================================================
   Relacionados — cards limpos em carrossel (sem add-to-cart)
   ============================================================ */
.nexo-pd-related { background: #fff; padding: 80px 0 0; }
.nexo-pd-related__inner { max-width: 1500px; margin: 0 auto; padding: 0 24px; position: relative; }
.nexo-pd-related h2 {
  font-family: inherit; font-weight: 300;
  font-size: 30px; color: var(--pd-ink, #2e2521); margin: 0 0 32px;
}
.nexo-pd-related__track {
  display: flex; gap: 24px; overflow-x: auto; scrollbar-width: none; cursor: grab; padding-bottom: 4px;
}
.nexo-pd-related__track::-webkit-scrollbar { display: none; }
.nexo-pd-rcard {
  flex: 0 0 calc((100% - 72px) / 4);
  min-width: 0; text-decoration: none; color: inherit;
}
@media (max-width: 1100px){ .nexo-pd-rcard { flex-basis: calc((100% - 48px)/3); } }
@media (max-width: 800px){ .nexo-pd-rcard { flex-basis: calc((100% - 24px)/2); } }
@media (max-width: 560px){ .nexo-pd-rcard { flex-basis: 82%; } }
.nexo-pd-rcard__img {
  display: block; width: 100%; aspect-ratio: 3/4;
  background: #faf7f1 center/cover no-repeat; border-radius: 2px;
  transition: transform .5s cubic-bezier(.2,.7,.2,1);
}
.nexo-pd-rcard:hover .nexo-pd-rcard__img { transform: scale(1.03); }
.nexo-pd-rcard__info {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; padding: 16px 4px 0;
}
.nexo-pd-rcard__name { display: block; font-size: 16px; color: var(--pd-ink, #2e2521); font-weight: 400; }
.nexo-pd-rcard__price { display: block; font-size: 14px; color: var(--pd-terra, #ad5d3a); margin-top: 4px; }
.nexo-pd-rcard__arrow { font-size: 20px; color: var(--pd-muted, #a89b8a); transition: transform .2s, color .2s; }
.nexo-pd-rcard:hover .nexo-pd-rcard__arrow { transform: translateX(4px); color: var(--pd-terra, #ad5d3a); }
.nexo-pd-related__nav { position: absolute; top: 0; right: 24px; display: flex; gap: 6px; }
.nexo-pd-related__nav button {
  width: 42px; height: 38px; background: #fff; border: 1px solid var(--pd-line, #e4dccf);
  color: var(--pd-brown, #493725); font-size: 18px; cursor: pointer; transition: all .2s;
}
.nexo-pd-related__nav button:hover { background: var(--pd-terra, #ad5d3a); border-color: var(--pd-terra,#ad5d3a); color: #fff; }

/* ---------- composições: legenda "Coleção Orla" sobreposta ---------- */
.nexo-pd-compo__img { position: relative; }
.nexo-pd-compo__caption {
  position: absolute; left: 50%; bottom: 12%; transform: translateX(-50%);
  text-align: center; color: #fff; text-shadow: 0 2px 12px rgba(0,0,0,.35); pointer-events: none;
}
.nexo-pd-compo__caption h3 { font-family: inherit; font-weight: 300; font-size: clamp(32px,4vw,56px); margin: 0 0 8px; color: #fff; }
.nexo-pd-compo__caption p { font-size: clamp(14px,1.4vw,18px); margin: 0; color: rgba(255,255,255,.92); }

/* ---------- abas: esconde o heading do painel (Figma mostra direto) ---------- */
.single-product .woocommerce-Tabs-panel > h2:first-child { display: none; }
.single-product #tab-description > h2 { display: none; }

/* ============================================================
   Conteúdo das abas (campos customizados Nexo)
   ============================================================ */
/* Detalhes do produto — lista com linhas separadoras */
.nexo-pd-detalhes { list-style: none; margin: 0; padding: 0; }
.nexo-pd-detalhes li {
  font-size: 16px; line-height: 1.6; color: var(--pd-brown, #493725);
  padding: 18px 0; border-bottom: 1px solid var(--pd-line, #e4dccf);
}
.nexo-pd-detalhes li:first-child { padding-top: 4px; }

/* Dimensões — lista à esquerda + imagem técnica à direita */
.nexo-pd-dim { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.nexo-pd-dim__list { list-style: none; margin: 0; padding: 0; }
.nexo-pd-dim__list li { display: flex; align-items: baseline; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--pd-line, #e4dccf); }
.nexo-pd-dim__list li span { font-size: 17px; color: var(--pd-ink, #2e2521); min-width: 160px; }
.nexo-pd-dim__list li strong { font-size: 16px; color: var(--pd-muted, #a89b8a); font-weight: 400; }
.nexo-pd-dim__img { text-align: center; }
.nexo-pd-dim__img img { max-width: 100%; height: auto; }
@media (max-width: 800px){ .nexo-pd-dim { grid-template-columns: 1fr; gap: 24px; } }

/* Downloads */
.nexo-pd-downloads { list-style: none; margin: 0; padding: 0; }
.nexo-pd-downloads li { padding: 10px 0; }
.nexo-pd-downloads a { display: inline-flex; align-items: center; gap: 12px; color: var(--pd-muted, #a89b8a); font-size: 17px; }
.nexo-pd-downloads a:hover { color: var(--pd-terra, #ad5d3a); }
.nexo-pd-downloads svg { color: var(--pd-ink, #2e2521); }

/* Preview 360 */
.nexo-pd-360 { width: 100%; aspect-ratio: 16/9; }
.nexo-pd-360 iframe { width: 100%; height: 100%; border: 0; }
