:root {
  --color-bella-olive: #79384a;
  --color-bella-olive-soft: #f5e9ed;
  --bella-radius-small: 0.65rem;
  --bella-radius-card: 0.9rem;
  --bella-shadow-soft: 0 10px 30px rgb(38 23 27 / 7%);
  --bella-shadow-raised: 0 16px 38px rgb(38 23 27 / 12%);
}

/* Catálogo pesquisável */
.catalog-tools {
  display: grid;
  gap: 1rem;
  margin: 0 0 1.5rem;
  padding: 1rem;
  border: 1px solid rgba(147, 72, 92, 0.16);
  border-radius: 1.25rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(250, 242, 244, 0.94));
  box-shadow: 0 14px 36px rgba(73, 43, 50, 0.08);
}

.catalog-search {
  display: grid;
  gap: 0.45rem;
}

.catalog-search > label,
.catalog-toolbar > label {
  color: var(--color-text, #34262a);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.catalog-search-field {
  position: relative;
}

.catalog-search-field svg {
  position: absolute;
  top: 50%;
  left: 0.95rem;
  width: 1.15rem;
  height: 1.15rem;
  transform: translateY(-50%);
  fill: none;
  stroke: #93485c;
  stroke-linecap: round;
  stroke-width: 1.8;
  pointer-events: none;
}

.catalog-search-field input,
.catalog-toolbar select {
  width: 100%;
  min-height: 3rem;
  border: 1px solid rgba(93, 62, 70, 0.2);
  border-radius: 0.85rem;
  background: #fff;
  color: #34262a;
  font: inherit;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.catalog-search-field input {
  padding: 0.75rem 0.95rem 0.75rem 2.85rem;
}

.catalog-search-field input:focus,
.catalog-toolbar select:focus {
  border-color: #93485c;
  box-shadow: 0 0 0 3px rgba(147, 72, 92, 0.14);
}

.catalog-categories {
  display: flex;
  gap: 0.6rem;
  margin-inline: -0.15rem;
  padding: 0.15rem 0.15rem 0.45rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  scroll-snap-type: inline proximity;
}

.catalog-categories::-webkit-scrollbar {
  display: none;
}

.catalog-category {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.7rem;
  padding: 0.65rem 0.9rem;
  border: 1px solid rgba(147, 72, 92, 0.18);
  border-radius: 999px;
  background: #fff;
  color: #61444c;
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: none;
  scroll-snap-align: start;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.catalog-category span {
  display: grid;
  min-width: 1.55rem;
  min-height: 1.55rem;
  place-items: center;
  border-radius: 999px;
  background: rgba(147, 72, 92, 0.1);
  font-size: 0.72rem;
}

.catalog-category:hover,
.catalog-category:focus-visible {
  border-color: #93485c;
  transform: translateY(-1px);
}

.catalog-category.is-active {
  border-color: #93485c;
  background: #93485c;
  color: #fff;
}

.catalog-category.is-active span {
  background: rgba(255, 255, 255, 0.2);
}

.catalog-toolbar {
  display: grid;
  gap: 0.75rem;
  align-items: end;
}

.catalog-toolbar p {
  margin: 0;
  color: #755c63;
  font-size: 0.9rem;
}

.catalog-toolbar > label {
  display: grid;
  gap: 0.4rem;
}

.catalog-toolbar select {
  padding: 0.65rem 2.4rem 0.65rem 0.85rem;
  text-transform: none;
}

.catalog-product-grid > .product-card[hidden] {
  display: none !important;
}

.catalog-empty {
  padding: 2rem 1rem;
  border: 1px dashed rgba(147, 72, 92, 0.3);
  border-radius: 1rem;
  text-align: center;
}

.catalog-empty h3,
.catalog-empty p {
  margin-top: 0;
}

@media (min-width: 700px) {
  .catalog-tools {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 1.25rem;
  }

  .catalog-search {
    grid-column: 1;
  }

  .catalog-categories {
    grid-column: 1 / -1;
    grid-row: 2;
    flex-wrap: wrap;
    overflow: visible;
    padding-bottom: 0;
  }

  .catalog-toolbar {
    grid-column: 2;
    grid-row: 1;
    grid-template-columns: auto minmax(11rem, 14rem);
  }
}

body {
  background:
    radial-gradient(circle at 100% 0, rgb(147 72 92 / 5%), transparent 24rem),
    var(--color-bella-paper);
}

::selection {
  background: var(--color-bella-rose);
  color: #fff;
}

.announcement-bar,
.contact-band {
  background-color: var(--color-bella-rose);
}

.announcement-bar {
  letter-spacing: 0.025em;
}

.site-header {
  border-color: rgb(121 56 74 / 14%);
  box-shadow: 0 4px 18px rgb(38 23 27 / 5%);
}

.button,
.cart-link,
.menu-toggle,
.option-button,
.quantity-control,
input,
select,
textarea {
  border-radius: var(--bella-radius-small);
}

.button {
  letter-spacing: 0.005em;
}

.breadcrumb {
  scrollbar-width: none;
}

.breadcrumb::-webkit-scrollbar,
.product-thumbnails::-webkit-scrollbar,
.testimonial-grid::-webkit-scrollbar,
.institutional-nav ul::-webkit-scrollbar {
  display: none;
}

.page-heading {
  position: relative;
}

.page-heading::after {
  display: block;
  width: 3.25rem;
  height: 0.2rem;
  margin-top: 1.15rem;
  border-radius: 999px;
  background: var(--color-bella-rose);
  content: "";
}

.product-card,
.testimonial,
.cart-item,
.order-summary,
.form-section,
.checkout-actions,
.institutional-nav,
.policy-content,
.faq-item {
  border-color: rgb(121 56 74 / 14%);
  border-radius: var(--bella-radius-card);
  box-shadow: var(--bella-shadow-soft);
}

.product-card {
  isolation: isolate;
}

.product-card-image {
  background: linear-gradient(180deg, #fff 0%, #faf8f4 100%);
}

.product-card-body {
  min-height: 0;
}

.product-card .product-price {
  font-variant-numeric: tabular-nums;
}

.section-heading {
  gap: 1rem;
}

.section-heading > p {
  max-width: 34rem;
}

@media (hover: hover) and (pointer: fine) {
  .product-card:hover,
  .testimonial:hover {
    border-color: rgb(121 56 74 / 30%);
    box-shadow: var(--bella-shadow-raised);
    transform: translateY(-3px);
  }

  .button:hover {
    box-shadow: 0 8px 20px rgb(38 23 27 / 14%);
  }
}

.selection-error:empty,
.selection-error[hidden] {
  display: none;
}

.purchase-confidence {
  display: grid;
  gap: 0.65rem;
  margin-block: 1.25rem;
  padding: 1rem;
  border: 1px solid var(--color-bella-line);
  border-radius: 0.5rem;
  background: var(--color-bella-surface);
}

.purchase-confidence > div {
  display: grid;
  grid-template-columns: minmax(7.5rem, 0.7fr) minmax(0, 1.3fr);
  gap: 0.75rem;
  align-items: baseline;
}

.purchase-confidence strong,
.purchase-confidence span {
  font-size: 0.8rem;
  line-height: 1.45;
}

.purchase-confidence span {
  color: var(--color-bella-muted);
}

.purchase-confidence a {
  color: var(--color-bella-rose-dark);
  font-weight: 700;
  text-underline-offset: 3px;
}

.product-card-actions .button {
  width: 100%;
}

.product-policy-link {
  margin-top: 1rem;
  font-size: 0.82rem;
  line-height: 1.5;
}

.product-policy-link a {
  color: var(--color-bella-rose-dark);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.technical-sheet {
  padding-block: clamp(2.25rem, 6vw, 4rem);
  border-block: 1px solid var(--color-bella-line);
  background: var(--color-bella-surface);
}

.technical-sheet-heading {
  margin-bottom: 1.25rem;
}

.technical-spec-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.65rem;
}

.technical-spec-grid > div {
  min-width: 0;
  padding: 1rem;
  border: 1px solid rgb(121 56 74 / 13%);
  border-radius: var(--bella-radius-small);
  background: var(--color-bella-paper);
}

.technical-spec-grid dt {
  margin-bottom: 0.35rem;
  color: var(--color-bella-rose-dark);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.055em;
  line-height: 1.35;
  text-transform: uppercase;
}

.technical-spec-grid dd {
  color: var(--color-bella-ink);
  font-size: 0.86rem;
  line-height: 1.55;
}

.product-description-grid > div:last-child,
.care-grid > div {
  padding: clamp(1rem, 3vw, 1.5rem);
  border: 1px solid rgb(121 56 74 / 13%);
  border-radius: var(--bella-radius-card);
  background: var(--color-bella-surface);
  box-shadow: var(--bella-shadow-soft);
}

.product-description-grid > div:last-child > :first-child,
.care-grid > div > :first-child {
  margin-top: 0;
}

.product-description-grid .feature-list {
  margin-bottom: 0;
}

.order-summary .button,
.checkout-actions .button {
  width: 100%;
}

.cart-item__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 0.85rem;
}

.cart-item__remove {
  min-height: 2.75rem;
  margin-top: 0;
  padding: 0.55rem 0.75rem;
  border: 1px solid rgb(185 28 28 / 24%);
  border-radius: var(--bella-radius-small);
  background: rgb(254 242 242 / 70%);
  text-align: center;
  text-decoration: none;
}

.form-field input,
.form-field select,
.form-field textarea {
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--color-bella-rose);
  background-color: #fff;
  box-shadow: 0 0 0 3px rgb(147 72 92 / 11%);
  outline: 0;
}

.site-footer {
  border-top-color: var(--color-bella-line);
  background-color: var(--color-bella-paper);
  color: var(--color-bella-ink);
}

.site-footer .brand,
.site-footer h2 {
  color: var(--color-bella-ink);
}

.site-footer .brand-tagline,
.footer-brand p,
.site-footer ul,
.footer-bottom {
  color: var(--color-bella-muted);
}

.site-footer a {
  color: var(--color-bella-soft);
}

@media (hover: hover) {
  .site-footer a:hover {
    color: var(--color-bella-rose-dark);
  }
}

.site-footer a[href^="https://wa.me/"],
.site-footer a[href^="mailto:"] {
  display: inline-flex;
  min-height: 2rem;
  align-items: center;
  gap: 0.55rem;
}

.site-footer a[href^="https://wa.me/"]::before,
.site-footer a[href^="mailto:"]::before {
  width: 1.1rem;
  height: 1.1rem;
  flex: 0 0 1.1rem;
  background-color: var(--color-bella-rose-dark);
  content: "";
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.site-footer a[href^="https://wa.me/"]::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a9.5 9.5 0 0 0-8.2 14.3L2.4 21.6l5.4-1.4A9.5 9.5 0 1 0 12 2Zm0 17.2c-1.4 0-2.8-.4-4-1.1l-.3-.2-3.2.8.9-3.1-.2-.3A7.7 7.7 0 1 1 12 19.2Zm4.2-5.8c-.2-.1-1.4-.7-1.7-.8-.2-.1-.4-.1-.6.2l-.7.9c-.2.2-.3.3-.6.1-1.6-.8-2.7-1.5-3.7-3.3-.3-.5.3-.5.8-1.6.1-.2 0-.4 0-.6l-.8-1.9c-.2-.5-.4-.4-.6-.4h-.5c-.2 0-.5.1-.7.3-.3.3-1 1-1 2.4s1 2.8 1.2 3c.1.2 2.1 3.2 5.1 4.5.7.3 1.3.5 1.7.6.7.2 1.4.2 1.9.1.6-.1 1.4-.6 1.6-1.1.2-.6.2-1 .2-1.1-.1-.2-.3-.3-.6-.4Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a9.5 9.5 0 0 0-8.2 14.3L2.4 21.6l5.4-1.4A9.5 9.5 0 1 0 12 2Zm0 17.2c-1.4 0-2.8-.4-4-1.1l-.3-.2-3.2.8.9-3.1-.2-.3A7.7 7.7 0 1 1 12 19.2Zm4.2-5.8c-.2-.1-1.4-.7-1.7-.8-.2-.1-.4-.1-.6.2l-.7.9c-.2.2-.3.3-.6.1-1.6-.8-2.7-1.5-3.7-3.3-.3-.5.3-.5.8-1.6.1-.2 0-.4 0-.6l-.8-1.9c-.2-.5-.4-.4-.6-.4h-.5c-.2 0-.5.1-.7.3-.3.3-1 1-1 2.4s1 2.8 1.2 3c.1.2 2.1 3.2 5.1 4.5.7.3 1.3.5 1.7.6.7.2 1.4.2 1.9.1.6-.1 1.4-.6 1.6-1.1.2-.6.2-1 .2-1.1-.1-.2-.3-.3-.6-.4Z'/%3E%3C/svg%3E");
}

.site-footer a[href^="mailto:"]::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3.5 4.5h17A2.5 2.5 0 0 1 23 7v10a2.5 2.5 0 0 1-2.5 2.5h-17A2.5 2.5 0 0 1 1 17V7a2.5 2.5 0 0 1 2.5-2.5Zm0 2L12 12l8.5-5.5h-17Zm17.5 2L12.5 14a1 1 0 0 1-1 0L3 8.5V17a.5.5 0 0 0 .5.5h17a.5.5 0 0 0 .5-.5V8.5Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3.5 4.5h17A2.5 2.5 0 0 1 23 7v10a2.5 2.5 0 0 1-2.5 2.5h-17A2.5 2.5 0 0 1 1 17V7a2.5 2.5 0 0 1 2.5-2.5Zm0 2L12 12l8.5-5.5h-17Zm17.5 2L12.5 14a1 1 0 0 1-1 0L3 8.5V17a.5.5 0 0 0 .5.5h17a.5.5 0 0 0 .5-.5V8.5Z'/%3E%3C/svg%3E");
}

.footer-company {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--color-bella-line);
  font-size: 0.72rem !important;
  line-height: 1.65 !important;
  color: var(--color-bella-muted) !important;
}

.footer-bottom {
  border-top-color: var(--color-bella-line);
}

.footer-bottom p:last-child {
  max-width: 39rem;
}

.site-footer a[href^="mailto:"] {
  overflow-wrap: anywhere;
}

.site-footer a {
  text-underline-offset: 3px;
}

.site-footer li + li {
  margin-top: 0.15rem;
}

.company-identity {
  margin-block: 1.5rem 2rem;
  padding: clamp(1.1rem, 4vw, 1.75rem);
  border: 1px solid var(--color-bella-line);
  border-left: 4px solid var(--color-bella-rose);
  border-radius: 0.5rem;
  background: var(--color-bella-paper);
}

.company-identity h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.35rem, 5vw, 1.85rem);
}

.company-identity dl {
  display: grid;
  gap: 0.7rem;
}

.company-identity dl > div {
  display: grid;
  gap: 0.15rem;
}

.company-identity dt {
  color: var(--color-bella-muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.company-identity dd {
  color: var(--color-bella-ink);
  font-size: 0.88rem;
  line-height: 1.55;
}

.cart-summary .summary-note {
  margin-bottom: 1rem;
}

@media (max-width: 63.999rem) {
  body[data-page="home"] main {
    display: flex;
    flex-direction: column;
  }

  body[data-page="home"] .hero {
    order: 1;
  }

  body[data-page="home"] .product-section {
    order: 2;
    padding-top: 2.75rem;
  }

  body[data-page="home"] .benefits {
    order: 3;
  }

  body[data-page="home"] .brand-story {
    order: 4;
  }

  body[data-page="home"] .testimonials {
    order: 5;
  }

  body[data-page="home"] .contact-band {
    order: 6;
  }

  body[data-page="product"] .product-layout {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  body[data-page="product"] .product-info {
    display: contents;
  }

  body[data-page="product"] .product-kicker { order: 1; margin-bottom: 0; }
  body[data-page="product"] .product-info > h1 { order: 2; }
  body[data-page="product"] .product-rating { order: 3; }
  body[data-page="product"] .product-price-block { order: 4; }
  body[data-page="product"] .product-gallery { order: 5; margin-block: 0.5rem 1rem; }
  body[data-page="product"] .product-summary { order: 6; }
  body[data-page="product"] .option-group { order: 7; }
  body[data-page="product"] .purchase-confidence { order: 8; }
  body[data-page="product"] .purchase-row { order: 9; }
  body[data-page="product"] .selection-error { order: 10; }
  body[data-page="product"] .product-sticky-actions { order: 11; }
  body[data-page="product"] .product-policy-link { order: 12; }

  body[data-page="product"] .product-sticky-actions {
    position: sticky;
    z-index: 30;
    bottom: 0;
    margin-inline: -1rem;
    padding: 0.75rem 1rem max(0.75rem, env(safe-area-inset-bottom));
    border-top: 1px solid var(--color-bella-line);
    background: rgb(255 254 250 / 96%);
    box-shadow: 0 -8px 24px rgb(23 23 23 / 9%);
    backdrop-filter: blur(10px);
  }

  body[data-page="checkout"] .checkout-summary {
    grid-row: 1;
    position: static;
  }

  body[data-page="checkout"] .checkout-form {
    grid-row: 2;
  }

  body[data-page="checkout"] .checkout-items {
    max-height: 15rem;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

@media (max-width: 39.999rem) {
  .announcement-bar {
    min-height: 1.9rem;
    padding-block: 0.35rem;
    font-size: 0.62rem;
  }

  .header-inner {
    min-height: 4rem;
    grid-template-columns: minmax(0, 1fr) auto auto;
    grid-template-areas: "brand cart menu";
    gap: 0.55rem;
    padding-block: 0.5rem;
  }

  .brand {
    font-size: clamp(1.12rem, 5.7vw, 1.45rem);
  }

  .brand-tagline {
    margin-top: 0.22rem;
    font-size: 0.4rem;
  }

  .cart-link {
    position: relative;
    width: 2.75rem;
    min-width: 2.75rem;
    min-height: 2.75rem;
    padding-inline: 0.45rem;
    border-color: rgb(121 56 74 / 18%);
    background: #fff;
  }

  .cart-link-label {
    display: none;
  }

  .cart-count {
    position: absolute;
    top: -0.3rem;
    right: -0.25rem;
    min-width: 1.15rem;
    height: 1.15rem;
    box-shadow: 0 0 0 2px var(--color-bella-surface);
  }

  .menu-toggle {
    width: 2.75rem;
    height: 2.75rem;
    border: 1px solid rgb(121 56 74 / 18%);
    background: #fff;
  }

  .site-nav {
    width: calc(100vw - 1rem);
    max-height: calc(100dvh - 6rem);
    padding: 0.5rem;
    border: 1px solid rgb(121 56 74 / 16%);
    border-radius: 0 0 var(--bella-radius-card) var(--bella-radius-card);
    box-shadow: var(--bella-shadow-raised);
  }

  .nav-list {
    gap: 0.2rem;
  }

  .nav-list a {
    min-height: 3rem;
    padding: 0.7rem 0.85rem;
    border: 0;
    border-radius: var(--bella-radius-small);
  }

  .nav-list a.active,
  .nav-list a[aria-current="page"] {
    background: var(--color-bella-olive-soft);
  }

  .breadcrumb {
    padding-block: 0.65rem;
    overflow-x: auto;
    white-space: nowrap;
  }

  .breadcrumb ol {
    width: max-content;
  }

  .section {
    padding-block: 2.75rem;
  }

  .page-heading {
    margin-bottom: 1.75rem;
  }

  .page-heading h1 {
    margin-bottom: 0.65rem;
    font-size: clamp(2rem, 10.5vw, 2.75rem);
  }

  .page-heading p:last-of-type {
    font-size: 0.88rem;
    line-height: 1.6;
  }

  .hero {
    min-height: 23rem;
    border-bottom: 1px solid rgb(121 56 74 / 14%);
  }

  .hero-image {
    object-position: 54% 28%;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgb(20 12 14 / 82%) 0%, rgb(20 12 14 / 54%) 65%, rgb(20 12 14 / 18%) 100%);
  }

  .hero-content {
    max-width: 19.5rem;
    padding-block: 2.5rem;
  }

  .hero h1 {
    margin-bottom: 0.85rem;
    font-size: clamp(3.1rem, 15vw, 4.1rem);
  }

  .hero-lead {
    max-width: 17rem;
    font-size: 0.93rem;
    line-height: 1.55;
  }

  .hero .button {
    min-width: 10rem;
  }

  body[data-page="home"] .product-section {
    padding-top: 2.5rem;
  }

  body[data-page="home"] .product-section .section-heading {
    display: block;
    margin-bottom: 1.4rem;
  }

  body[data-page="home"] .product-section .section-heading h2 {
    font-size: clamp(2.15rem, 11vw, 3rem);
    line-height: 1;
  }

  body[data-page="home"] .product-section .section-heading > p {
    margin-top: 0.65rem;
    font-size: 0.82rem;
    line-height: 1.55;
  }

  body[data-page="home"] .benefits {
    padding-block: 2.25rem;
    background: var(--color-bella-surface);
  }

  body[data-page="home"] .benefits-grid {
    gap: 0.65rem;
  }

  body[data-page="home"] .benefit-item {
    min-width: 0;
    padding: 0.9rem;
    border: 1px solid rgb(121 56 74 / 12%);
    border-radius: var(--bella-radius-small);
    background: var(--color-bella-paper);
  }

  body[data-page="home"] .benefit-number {
    align-self: start;
  }

  body[data-page="home"] .benefit-item h2 {
    font-size: 0.83rem;
    line-height: 1.3;
  }

  body[data-page="home"] .benefit-item p {
    margin-top: 0.25rem;
    font-size: 0.7rem;
    line-height: 1.45;
  }

  body[data-page="home"] .brand-story-grid {
    gap: 1.75rem;
  }

  body[data-page="home"] .brand-story-media {
    aspect-ratio: 4 / 3;
    border-radius: var(--bella-radius-card);
    box-shadow: var(--bella-shadow-soft);
  }

  body[data-page="home"] .brand-story-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 24%;
  }

  body[data-page="home"] .brand-story-content h2 {
    font-size: clamp(2rem, 10.5vw, 2.8rem);
  }

  body[data-page="home"] .testimonial-grid {
    display: flex;
    gap: 0.85rem;
    margin-inline: -1rem;
    padding-inline: 1rem;
    padding-bottom: 0.5rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
  }

  body[data-page="home"] .testimonial {
    flex: 0 0 min(82vw, 20rem);
    padding: 1.25rem;
    scroll-snap-align: center;
  }

  body[data-page="home"] .contact-band-inner {
    gap: 1.25rem;
  }

  body[data-page="home"] .contact-band h2 {
    font-size: 1.75rem;
    line-height: 1.12;
  }

  body[data-page="home"] .contact-band .button {
    width: 100%;
  }

  .purchase-confidence > div {
    grid-template-columns: 1fr;
    gap: 0.1rem;
  }

  body[data-page="product"] .product-detail {
    padding-top: 0.35rem;
  }

  body[data-page="product"] .product-layout {
    gap: 0.8rem;
  }

  body[data-page="product"] .product-kicker {
    font-size: 0.67rem;
  }

  body[data-page="product"] .product-info > h1 {
    margin-block: 0.15rem 0.2rem;
    font-size: clamp(2rem, 10.5vw, 2.8rem);
    line-height: 1.02;
  }

  body[data-page="product"] .product-price-block {
    margin-bottom: 0.6rem;
    padding-block: 0.7rem;
  }

  body[data-page="product"] .product-price-block .product-price {
    font-size: 1.55rem;
  }

  body[data-page="product"] .product-gallery {
    gap: 0.75rem;
    margin-block: 0.45rem 0.8rem;
  }

  body[data-page="product"] .product-main-media {
    border-radius: var(--bella-radius-card);
    box-shadow: var(--bella-shadow-soft);
  }

  body[data-page="product"] .product-thumbnails {
    width: calc(100% + 2rem);
    margin-inline: -1rem;
    padding-inline: 1rem;
    padding-bottom: 0.35rem;
    scroll-padding-inline: 1rem;
    scroll-snap-type: x mandatory;
  }

  body[data-page="product"] .product-thumbnail {
    width: 3.9rem;
    height: 4.9rem;
    border-radius: 0.55rem;
    scroll-snap-align: start;
  }

  body[data-page="product"] .product-summary {
    margin-bottom: 0.8rem;
    font-size: 0.86rem;
  }

  body[data-page="product"] .option-group {
    margin-bottom: 1.1rem;
    padding: 0.9rem;
    border: 1px solid rgb(121 56 74 / 13%);
    border-radius: var(--bella-radius-small);
    background: var(--color-bella-surface);
  }

  body[data-page="product"] .color-options .option-button {
    flex: 1 1 calc(50% - 0.3rem);
    justify-content: center;
  }

  body[data-page="product"] .size-options {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body[data-page="product"] .size-options .option-button {
    width: 100%;
    min-width: 0;
  }

  body[data-page="product"] .purchase-confidence {
    margin-block: 0.2rem 0.85rem;
    padding: 0.85rem 0.95rem;
    border-left: 3px solid var(--color-bella-rose);
    border-radius: var(--bella-radius-small);
  }

  body[data-page="product"] .purchase-row {
    margin-bottom: 0.15rem;
  }

  input,
  select,
  textarea {
    font-size: 1rem;
  }

  body[data-page="product"] .product-sticky-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    border-color: rgb(121 56 74 / 16%);
  }

  body[data-page="product"] .product-sticky-actions .button {
    min-width: 0;
    padding-inline: 0.5rem;
    font-size: 0.75rem;
    line-height: 1.2;
  }

  body[data-page="product"] .product-policy-link {
    margin-top: 0.35rem;
    text-align: center;
  }

  body[data-page="product"] .product-description-grid {
    gap: 1.25rem;
  }

  body[data-page="product"] .product-description-grid h2 {
    font-size: clamp(1.8rem, 9vw, 2.4rem);
  }

  body[data-page="product"] .product-description-grid > div:last-child,
  body[data-page="product"] .care-grid > div {
    padding: 1rem;
  }

  body[data-page="product"] .technical-sheet {
    padding-block: 2.5rem;
  }

  body[data-page="product"] .technical-spec-grid {
    gap: 0.55rem;
  }

  body[data-page="product"] .technical-spec-grid > div {
    padding: 0.9rem;
  }

  body[data-page="product"] .care-grid {
    gap: 0.75rem;
  }

  body[data-page="product"] .related-products .section-heading {
    margin-bottom: 1.15rem;
  }

  body[data-page="cart"] .cart-page > .section,
  body[data-page="checkout"] .checkout-page > .section {
    padding-top: 1.25rem;
  }

  body[data-page="cart"] .cart-layout,
  body[data-page="checkout"] .checkout-layout {
    gap: 1.25rem;
  }

  body[data-page="cart"] .cart-toolbar {
    margin-bottom: 0.9rem;
    padding-bottom: 0.85rem;
  }

  body[data-page="cart"] .cart-toolbar .danger {
    min-height: 2.5rem;
    padding-inline: 0.7rem;
    border: 1px solid rgb(185 28 28 / 22%);
    border-radius: var(--bella-radius-small);
    background: rgb(254 242 242 / 70%);
    text-decoration: none;
  }

  body[data-page="cart"] .cart-items {
    gap: 0.85rem;
  }

  body[data-page="cart"] .cart-item {
    gap: 0.8rem;
    grid-template-columns: 5.15rem minmax(0, 1fr);
    padding: 0.85rem;
  }

  body[data-page="cart"] .cart-item__media {
    width: 5.15rem;
    height: 6.7rem;
    border: 1px solid rgb(121 56 74 / 10%);
    border-radius: 0.6rem;
  }

  body[data-page="cart"] .cart-item__name {
    margin-bottom: 0.2rem;
    font-size: 0.82rem;
  }

  body[data-page="cart"] .cart-item__variant,
  body[data-page="cart"] .cart-item__price {
    font-size: 0.66rem;
  }

  body[data-page="cart"] .cart-item__actions {
    margin-top: 0.65rem;
  }

  body[data-page="cart"] .cart-item__remove {
    margin-left: auto;
    font-size: 0.7rem;
  }

  body[data-page="cart"] .cart-item__subtotal {
    grid-column: 1 / -1;
    margin-top: 0.1rem;
    padding: 0.7rem 0.8rem;
    border: 0;
    border-radius: 0.55rem;
    background: var(--color-bella-olive-soft);
  }

  body[data-page="cart"] .continue-shopping {
    width: fit-content;
    margin-top: 0.75rem;
  }

  body[data-page="cart"] .order-summary,
  body[data-page="checkout"] .order-summary {
    padding: 1.1rem;
  }

  body[data-page="checkout"] .checkout-summary {
    border-top: 3px solid var(--color-bella-rose);
  }

  body[data-page="checkout"] .checkout-items {
    max-height: 12.5rem;
  }

  body[data-page="checkout"] .checkout-form {
    gap: 0.9rem;
  }

  body[data-page="checkout"] .form-section {
    padding: 1rem;
  }

  body[data-page="checkout"] .form-section-heading {
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: 0.75rem;
    margin-bottom: 1.1rem;
  }

  body[data-page="checkout"] .form-section-heading > span {
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: var(--color-bella-olive-soft);
  }

  body[data-page="checkout"] .form-section-heading h2 {
    font-size: 1.12rem;
  }

  body[data-page="checkout"] .form-section-heading p {
    font-size: 0.72rem;
    line-height: 1.45;
  }

  body[data-page="checkout"] .form-grid {
    gap: 0.9rem;
  }

  body[data-page="checkout"] .form-field input,
  body[data-page="checkout"] .form-field select,
  body[data-page="checkout"] .form-field textarea {
    min-height: 3rem;
  }

  body[data-page="checkout"] .checkout-actions {
    position: sticky;
    z-index: 25;
    bottom: 0;
    padding: 0.75rem;
    border-color: rgb(121 56 74 / 16%);
    background: rgb(255 254 250 / 96%);
    box-shadow: 0 -10px 30px rgb(38 23 27 / 10%);
    backdrop-filter: blur(10px);
  }

  body[data-page="institutional"] .institutional-hero {
    padding-block: 2.5rem;
  }

  body[data-page="institutional"] .institutional-hero h1 {
    font-size: clamp(2.1rem, 11vw, 3rem);
  }

  body[data-page="institutional"] .institutional-section {
    padding-top: 1.25rem;
  }

  body[data-page="institutional"] .institutional-layout {
    gap: 1rem;
  }

  body[data-page="institutional"] .institutional-nav {
    margin-inline: -1rem;
    padding: 0.65rem 1rem;
    border-inline: 0;
    border-radius: 0;
    box-shadow: none;
  }

  body[data-page="institutional"] .institutional-nav h2 {
    padding: 0 0 0.5rem;
  }

  body[data-page="institutional"] .institutional-nav ul {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
  }

  body[data-page="institutional"] .institutional-nav li {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  body[data-page="institutional"] .institutional-nav a {
    min-height: 2.65rem;
    padding-inline: 0.85rem;
    border: 1px solid var(--color-bella-line);
    white-space: nowrap;
  }

  body[data-page="institutional"] .policy-content {
    padding: 1.15rem;
  }

  body[data-page="institutional"] .policy-content h2 {
    margin-top: 1.8rem;
    font-size: 1.65rem;
  }

  body[data-page="institutional"] .policy-content p,
  body[data-page="institutional"] .policy-content li {
    line-height: 1.7;
  }

  body[data-page="institutional"] .faq-item summary {
    padding: 0.85rem 1rem;
  }

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

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

  .footer-brand {
    grid-column: 1 / -1;
  }

  .site-footer h2 {
    margin-bottom: 0.65rem;
  }

  .site-footer li {
    font-size: 0.76rem;
    line-height: 1.4;
  }

  .site-footer li a {
    display: inline-flex;
    min-height: 2rem;
    align-items: center;
  }

  .footer-bottom {
    margin-top: 2.25rem;
    align-items: flex-start;
    gap: 0.55rem;
    padding-top: 1rem;
    line-height: 1.55;
  }

  .modal {
    place-items: end center;
    padding: 0;
  }

  .modal-dialog {
    max-height: 90dvh;
    padding: 1.15rem;
    border-radius: 1rem 1rem 0 0;
  }

  .toast-region {
    bottom: max(1rem, env(safe-area-inset-bottom));
  }

  .technical-sheet-heading {
    display: block;
  }

  .technical-sheet-heading > p {
    margin-top: 0.55rem;
  }
}

@media (min-width: 20rem) and (max-width: 39.999rem) {
  body[data-page="home"] .benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="home"] .benefit-item {
    grid-template-columns: minmax(0, 1fr);
    align-content: start;
    gap: 0.45rem;
  }

  body[data-page="home"] .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  body[data-page="home"] .product-card-body {
    padding: 0.8rem;
  }

  body[data-page="home"] .product-card .product-kicker {
    font-size: 0.6rem;
  }

  body[data-page="home"] .product-card h3 {
    display: -webkit-box;
    min-height: 2.35em;
    margin-bottom: 0.55rem;
    overflow: hidden;
    font-size: 0.88rem;
    line-height: 1.2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body[data-page="home"] .product-card .color-swatches {
    margin-bottom: 0.35rem;
  }

  body[data-page="home"] .product-card .color-availability {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  body[data-page="home"] .product-card .product-price {
    margin-top: auto;
    font-size: 1rem;
  }

  body[data-page="home"] .product-card-actions {
    margin-top: 0.75rem;
  }

  body[data-page="home"] .product-card-actions .button {
    min-height: 2.75rem;
    padding-inline: 0.45rem;
    font-size: 0.72rem;
  }

  body[data-page="home"] .product-badge {
    top: 0.5rem;
    left: 0.5rem;
    max-width: calc(100% - 1rem);
    padding: 0.25rem 0.45rem;
    overflow: hidden;
    font-size: 0.52rem;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  body[data-page="product"] .related-products .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  body[data-page="product"] .related-products .product-card-body {
    padding: 0.8rem;
  }

  body[data-page="product"] .related-products .product-card h3 {
    display: -webkit-box;
    min-height: 2.35em;
    overflow: hidden;
    font-size: 0.84rem;
    line-height: 1.2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body[data-page="product"] .related-products .product-price {
    font-size: 0.95rem;
  }
}

@media (min-width: 20rem) and (max-width: 32.499rem) {
  body[data-page="home"] .catalog-product-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
  }

  body[data-page="home"] .catalog-product-grid .product-card-body {
    padding: 1rem;
  }

  body[data-page="home"] .catalog-product-grid .product-card h3 {
    min-height: 0;
    font-size: 1rem;
  }

  body[data-page="home"] .catalog-product-grid .product-card-actions .button {
    padding-inline: 0.9rem;
    font-size: 0.82rem;
  }
}

@media (max-width: 32.499rem) {
  .footer-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .footer-brand {
    grid-column: auto;
  }

}

@media (min-width: 34rem) {
  .technical-spec-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 48rem) and (max-width: 63.999rem) {
  body[data-page="product"] .product-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(19rem, 0.95fr);
    align-items: start;
    gap: 2rem;
  }

  body[data-page="product"] .product-info {
    display: block;
    grid-column: 2;
  }

  body[data-page="product"] .product-gallery {
    order: 0;
    grid-column: 1;
    margin: 0;
  }

  body[data-page="product"] .product-sticky-actions {
    position: static;
    margin-inline: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }
}

@media (min-width: 64rem) {
  .technical-spec-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body[data-page="checkout"] .checkout-form {
    grid-column: 1;
    grid-row: 1;
  }

  body[data-page="checkout"] .checkout-summary {
    grid-column: 2;
    grid-row: 1;
  }
}

/* Polimento visual 2026: ritmo, profundidade e confiança */
:root {
  --color-bella-ink: #21191c;
  --color-bella-soft: #55484c;
  --color-bella-paper: #f8f5f0;
  --color-bella-surface: #fffdfa;
  --color-bella-muted: #75686b;
  --color-bella-line: #e3d9da;
  --color-bella-rose: #9b4861;
  --color-bella-rose-dark: #7f344c;
  --color-bella-olive-soft: #f7eaee;
  --bella-radius-small: 0.75rem;
  --bella-radius-card: 1.05rem;
  --bella-shadow-soft: 0 10px 34px rgb(51 32 38 / 6%);
  --bella-shadow-raised: 0 20px 50px rgb(51 32 38 / 13%);
  --bella-shadow-focus: 0 0 0 4px rgb(155 72 97 / 13%);
}

html {
  scroll-padding-top: 7rem;
}

body {
  background:
    radial-gradient(circle at 100% 0, rgb(155 72 97 / 5%), transparent 28rem),
    linear-gradient(180deg, #fbf8f4 0%, var(--color-bella-paper) 38rem);
  color: var(--color-bella-ink);
}

h1,
h2,
h3 {
  text-wrap: balance;
}

.eyebrow,
.product-kicker {
  letter-spacing: 0.095em;
}

:focus-visible {
  outline: 2px solid var(--color-bella-rose);
  outline-offset: 3px;
}

.announcement-bar {
  min-height: 2.05rem;
  border-bottom: 1px solid rgb(255 255 255 / 16%);
  background: linear-gradient(90deg, #873951, #a14d65 52%, #873951);
  box-shadow: inset 0 -1px rgb(72 28 42 / 12%);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.045em;
}

.site-header {
  border-color: rgb(127 52 76 / 12%);
  background-color: rgb(255 253 250 / 94%);
  box-shadow: 0 1px 0 rgb(127 52 76 / 5%);
  transition: box-shadow 180ms ease, background-color 180ms ease;
}

.site-header.is-scrolled {
  background-color: rgb(255 253 250 / 98%);
  box-shadow: 0 12px 32px rgb(51 32 38 / 9%);
}

.brand {
  letter-spacing: -0.035em;
}

.brand-tagline {
  letter-spacing: 0.075em;
}

.nav-list a,
.cart-link,
.menu-toggle {
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.cart-link {
  border-color: rgb(127 52 76 / 15%);
  background: rgb(255 255 255 / 76%);
  box-shadow: 0 5px 16px rgb(51 32 38 / 4%);
}

.cart-link:hover,
.cart-link.active {
  border-color: rgb(155 72 97 / 34%);
  background: var(--color-bella-surface);
  box-shadow: 0 8px 22px rgb(51 32 38 / 8%);
}

.button {
  border-radius: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.008em;
  transition: color 170ms ease, background-color 170ms ease, border-color 170ms ease, box-shadow 170ms ease, transform 170ms ease;
}

.button-primary {
  border-color: #8d3d55;
  background: linear-gradient(135deg, #a75069, #8e3e56);
  box-shadow: 0 9px 22px rgb(127 52 76 / 19%);
}

.button-primary:hover {
  border-color: #783046;
  background: linear-gradient(135deg, #98445d, #7d334a);
  box-shadow: 0 12px 28px rgb(127 52 76 / 24%);
}

.button-secondary {
  border-color: rgb(86 67 73 / 42%);
  background: rgb(255 253 250 / 74%);
}

.button-secondary:hover {
  border-color: var(--color-bella-rose-dark);
  background: var(--color-bella-olive-soft);
  color: var(--color-bella-rose-dark);
}

.button-light {
  border-color: rgb(255 255 255 / 72%);
  box-shadow: 0 10px 24px rgb(62 19 34 / 18%);
}

.button:active,
.catalog-category:active,
.option-button:active {
  transform: translateY(1px);
}

.page-heading {
  max-width: 52rem;
  margin-bottom: clamp(2rem, 5vw, 3.25rem);
}

.page-heading h1 {
  letter-spacing: -0.045em;
}

.page-heading > p:last-of-type {
  max-width: 44rem;
  color: var(--color-bella-muted);
}

.section-heading {
  margin-bottom: clamp(1.8rem, 4vw, 2.8rem);
}

.section-heading h2 {
  letter-spacing: -0.04em;
}

.section-heading > p {
  color: var(--color-bella-muted);
  line-height: 1.75;
}

.hero {
  border-bottom: 1px solid rgb(52 36 41 / 12%);
  background-color: #3c3436;
}

.hero-image {
  filter: saturate(0.9) contrast(0.98);
  transform: scale(1.002);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgb(32 22 25 / 82%) 0%, rgb(32 22 25 / 52%) 46%, rgb(32 22 25 / 8%) 82%),
    linear-gradient(0deg, rgb(32 22 25 / 24%), transparent 45%);
}

.hero-content {
  text-shadow: 0 2px 18px rgb(17 9 12 / 18%);
}

.hero .eyebrow {
  margin-bottom: 0.85rem;
  color: #ffeaf1;
}

.hero h1 {
  letter-spacing: -0.055em;
  text-shadow: 0 5px 28px rgb(15 8 10 / 28%);
}

.hero .button {
  min-height: 3.15rem;
  border-color: rgb(255 255 255 / 14%);
}

.benefits {
  position: relative;
  z-index: 2;
  border-color: var(--color-bella-line);
  box-shadow: 0 12px 34px rgb(51 32 38 / 4%);
}

.benefit-item {
  transition: background-color 180ms ease;
}

.benefit-number {
  border-color: rgb(155 72 97 / 22%);
  background: linear-gradient(145deg, #fff, var(--color-bella-olive-soft));
  color: var(--color-bella-rose-dark);
  box-shadow: inset 0 0 0 3px rgb(255 255 255 / 54%);
}

@media (hover: hover) {
  .benefit-item:hover {
    background: rgb(247 234 238 / 32%);
  }
}

.product-section {
  background:
    radial-gradient(circle at 0 0, rgb(155 72 97 / 4%), transparent 24rem),
    transparent;
}

.catalog-tools {
  gap: 1.15rem;
  margin-bottom: 2rem;
  padding: clamp(1rem, 2.5vw, 1.4rem);
  border-color: rgb(155 72 97 / 17%);
  background:
    radial-gradient(circle at 100% 0, rgb(155 72 97 / 7%), transparent 18rem),
    rgb(255 253 250 / 94%);
  box-shadow: 0 18px 46px rgb(51 32 38 / 7%);
}

.catalog-search-field input,
.catalog-toolbar select {
  border-color: rgb(93 62 70 / 18%);
  background-color: rgb(255 255 255 / 88%);
  box-shadow: inset 0 1px 1px rgb(51 32 38 / 2%);
}

.catalog-search-field input:hover,
.catalog-toolbar select:hover {
  border-color: rgb(155 72 97 / 34%);
}

.catalog-search-field input:focus,
.catalog-toolbar select:focus {
  border-color: var(--color-bella-rose);
  box-shadow: var(--bella-shadow-focus);
}

.catalog-category {
  border-color: rgb(155 72 97 / 17%);
  background: rgb(255 255 255 / 82%);
  box-shadow: 0 4px 12px rgb(51 32 38 / 3%);
}

.catalog-category.is-active {
  border-color: #8d3d55;
  background: linear-gradient(135deg, #a44e67, #8f3e56);
  box-shadow: 0 8px 20px rgb(127 52 76 / 18%);
}

.product-grid {
  gap: clamp(1rem, 2.2vw, 1.65rem);
}

.product-card {
  border-color: rgb(127 52 76 / 12%);
  border-radius: var(--bella-radius-card);
  background: var(--color-bella-surface);
  box-shadow: 0 9px 30px rgb(51 32 38 / 5%);
}

.product-card-image {
  aspect-ratio: 4 / 5;
  border-bottom: 1px solid rgb(127 52 76 / 8%);
  background:
    radial-gradient(circle at 50% 30%, #fff 0%, #fbf9f6 72%);
}

.product-card-image img {
  will-change: transform;
}

.product-card-body {
  padding: 1.1rem;
}

.product-card .product-kicker {
  margin-bottom: 0.35rem;
  color: var(--color-bella-rose-dark);
}

.product-card h3 {
  margin-bottom: 0.85rem;
  font-size: 0.96rem;
  line-height: 1.35;
}

.product-card .color-availability {
  color: var(--color-bella-muted);
}

.product-card .product-price {
  margin-top: 0.55rem;
  color: var(--color-bella-ink);
  font-size: 1.14rem;
  font-weight: 900;
  letter-spacing: -0.015em;
}

.product-card-actions {
  margin-top: 1rem;
}

.product-card-actions .button {
  min-height: 2.85rem;
  border-color: rgb(127 52 76 / 26%);
  color: var(--color-bella-rose-dark);
}

.product-badge {
  border: 1px solid rgb(255 255 255 / 60%);
  box-shadow: 0 6px 16px rgb(29 17 21 / 15%);
  letter-spacing: 0.045em;
}

@media (hover: hover) and (pointer: fine) {
  .product-card:hover {
    border-color: rgb(127 52 76 / 24%);
    box-shadow: var(--bella-shadow-raised);
    transform: translateY(-5px);
  }

  .product-card:hover .product-card-image img {
    transform: scale(1.025);
  }
}

.brand-story {
  border-block: 1px solid rgb(127 52 76 / 9%);
  background:
    linear-gradient(110deg, rgb(255 253 250 / 96%), rgb(247 234 238 / 44%));
}

.brand-story-media {
  border: 1px solid rgb(127 52 76 / 12%);
  border-radius: 1.25rem;
  box-shadow: var(--bella-shadow-raised);
}

.brand-story-content {
  max-width: 34rem;
}

.brand-story-content h2 {
  letter-spacing: -0.045em;
}

.testimonial {
  position: relative;
  padding-top: 2.7rem;
  border-color: rgb(127 52 76 / 12%);
  background: linear-gradient(160deg, #fffdfa, #fcf7f8);
}

.testimonial::before {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  width: 2.5rem;
  height: 0.2rem;
  border-radius: 999px;
  background: rgb(155 72 97 / 28%);
  content: "";
}

.testimonial footer {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--color-bella-line);
  color: var(--color-bella-rose-dark);
  font-size: 0.78rem;
}

.contact-band {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 20%, rgb(255 255 255 / 13%), transparent 18rem),
    linear-gradient(125deg, #7d334a, #a24c65);
  box-shadow: inset 0 1px rgb(255 255 255 / 12%);
}

.contact-band-inner {
  position: relative;
  z-index: 1;
}

.breadcrumb {
  color: var(--color-bella-muted);
}

.breadcrumb a {
  color: var(--color-bella-soft);
}

.product-main-media {
  border: 1px solid rgb(127 52 76 / 11%);
  border-radius: 1.15rem;
  background: #fff;
  box-shadow: 0 14px 40px rgb(51 32 38 / 7%);
}

.product-thumbnail {
  border-color: rgb(127 52 76 / 14%);
  background: #fff;
}

.product-thumbnail:hover,
.product-thumbnail.active,
.product-thumbnail.is-active,
.product-thumbnail[aria-current="true"] {
  border-color: var(--color-bella-rose);
  box-shadow: 0 0 0 2px rgb(155 72 97 / 12%);
}

.product-info h1 {
  letter-spacing: -0.045em;
  text-wrap: wrap;
}

.product-price-block {
  border-color: rgb(127 52 76 / 14%);
}

.product-price-block .product-price {
  color: var(--color-bella-ink);
  font-variant-numeric: tabular-nums;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.option-button {
  border-color: rgb(86 67 73 / 24%);
  box-shadow: 0 3px 10px rgb(51 32 38 / 3%);
}

.option-button:hover,
.option-button.is-selected,
.option-button[aria-pressed="true"] {
  border-color: var(--color-bella-rose);
  background: var(--color-bella-olive-soft);
  box-shadow: 0 0 0 3px rgb(155 72 97 / 10%);
}

.purchase-confidence {
  border-color: rgb(48 105 73 / 19%);
  background: linear-gradient(135deg, #fbfffc, #f4faf6);
}

.purchase-confidence > div {
  grid-template-columns: 1.7rem minmax(7.5rem, 0.7fr) minmax(0, 1.3fr);
}

.purchase-confidence > div::before {
  display: grid;
  width: 1.45rem;
  height: 1.45rem;
  align-self: center;
  border-radius: 999px;
  background: #e6f3ea;
  color: #276540;
  content: "✓";
  font-size: 0.72rem;
  font-weight: 900;
  place-items: center;
}

.quantity-control {
  border-color: rgb(86 67 73 / 24%);
  background: var(--color-bella-surface);
  box-shadow: 0 4px 12px rgb(51 32 38 / 3%);
}

.technical-sheet {
  border-color: rgb(127 52 76 / 10%);
  background:
    linear-gradient(180deg, #fffdfa, #fcf8f4);
}

.technical-spec-grid > div {
  border-color: rgb(127 52 76 / 11%);
  background: rgb(255 253 250 / 86%);
  box-shadow: 0 5px 16px rgb(51 32 38 / 3%);
}

.product-description-grid > div:last-child,
.care-grid > div {
  border-color: rgb(127 52 76 / 11%);
  background: var(--color-bella-surface);
}

.cart-item,
.order-summary,
.form-section,
.checkout-actions,
.institutional-nav,
.policy-content,
.faq-item {
  border-color: rgb(127 52 76 / 12%);
  background-color: var(--color-bella-surface);
  box-shadow: 0 10px 32px rgb(51 32 38 / 5%);
}

.order-summary {
  border-top: 3px solid var(--color-bella-rose);
}

.summary-total {
  border-color: rgb(127 52 76 / 16%);
}

.form-section-heading > span {
  border: 1px solid rgb(155 72 97 / 12%);
  background: linear-gradient(145deg, #fff, var(--color-bella-olive-soft));
  color: var(--color-bella-rose-dark);
}

.form-field label {
  color: var(--color-bella-ink);
  letter-spacing: 0.005em;
}

.form-field input,
.form-field select,
.form-field textarea {
  border-color: rgb(86 67 73 / 22%);
  background: #fff;
  box-shadow: inset 0 1px 2px rgb(51 32 38 / 2%);
}

.form-field input:hover,
.form-field select:hover,
.form-field textarea:hover {
  border-color: rgb(155 72 97 / 36%);
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--color-bella-rose);
  box-shadow: var(--bella-shadow-focus);
}

.empty-state {
  border-color: rgb(127 52 76 / 18%);
  background:
    radial-gradient(circle at 50% 0, rgb(155 72 97 / 6%), transparent 13rem),
    rgb(255 253 250 / 88%);
}

.institutional-hero {
  border-color: rgb(127 52 76 / 10%);
  background:
    radial-gradient(circle at 85% 20%, rgb(155 72 97 / 10%), transparent 20rem),
    linear-gradient(135deg, #f9edf0, #f7f1ed);
}

.institutional-hero h1 {
  letter-spacing: -0.045em;
}

.institutional-nav a[aria-current="page"] {
  background: linear-gradient(135deg, #98445d, #7d334a);
  box-shadow: 0 7px 18px rgb(127 52 76 / 17%);
}

.policy-content {
  line-height: 1.75;
}

.faq-item summary {
  transition: color 160ms ease, background-color 160ms ease;
}

.faq-item summary:hover {
  background: rgb(247 234 238 / 45%);
  color: var(--color-bella-rose-dark);
}

.site-footer {
  border-top-color: rgb(127 52 76 / 12%);
  background:
    linear-gradient(180deg, #faf7f2, var(--color-bella-paper));
}

.footer-grid {
  border-bottom: 0;
}

.site-footer h2 {
  letter-spacing: 0.01em;
}

.footer-bottom {
  border-top-color: rgb(127 52 76 / 12%);
}

@media (max-width: 39.999rem) {
  html {
    scroll-padding-top: 5.8rem;
  }

  .announcement-bar {
    min-height: 1.95rem;
  }

  .header-inner {
    padding-block: 0.55rem;
  }

  .cart-link,
  .menu-toggle {
    box-shadow: 0 5px 14px rgb(51 32 38 / 5%);
  }

  .section {
    padding-block: 3rem;
  }

  .hero,
  .hero > .container {
    min-height: 30rem;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgb(25 16 19 / 80%) 0%, rgb(25 16 19 / 50%) 68%, rgb(25 16 19 / 12%) 100%),
      linear-gradient(0deg, rgb(25 16 19 / 34%), transparent 55%);
  }

  .hero-content {
    max-width: 20rem;
    padding-block: 2.75rem;
  }

  .hero h1 {
    font-size: clamp(3rem, 14.5vw, 4rem);
  }

  body[data-page="home"] .product-section {
    padding-top: 3rem;
  }

  .catalog-tools {
    margin-bottom: 1.6rem;
    border-radius: 1.1rem;
    box-shadow: 0 12px 32px rgb(51 32 38 / 6%);
  }

  .catalog-categories {
    margin-inline: -0.25rem;
    padding-inline: 0.25rem;
  }

  .catalog-category {
    min-height: 2.8rem;
  }

  body[data-page="home"] .benefit-item {
    border-color: rgb(127 52 76 / 10%);
    background: rgb(255 253 250 / 78%);
    box-shadow: 0 5px 16px rgb(51 32 38 / 3%);
  }

  .product-card-image {
    aspect-ratio: 4 / 5;
  }

  body[data-page="home"] .catalog-product-grid .product-card-body {
    padding: 1.05rem;
  }

  body[data-page="home"] .catalog-product-grid .product-card h3 {
    font-size: 1.02rem;
  }

  body[data-page="product"] .product-main-media {
    border-radius: 1.05rem;
    box-shadow: 0 10px 30px rgb(51 32 38 / 6%);
  }

  body[data-page="product"] .option-group {
    border-color: rgb(127 52 76 / 11%);
    background: rgb(255 253 250 / 82%);
    box-shadow: 0 6px 18px rgb(51 32 38 / 3%);
  }

  .purchase-confidence > div {
    grid-template-columns: 1.6rem minmax(0, 1fr);
    gap: 0.15rem 0.6rem;
  }

  .purchase-confidence > div::before {
    grid-row: 1 / 3;
  }

  .purchase-confidence strong,
  .purchase-confidence span {
    grid-column: 2;
  }

  body[data-page="product"] .product-sticky-actions,
  body[data-page="checkout"] .checkout-actions {
    border-color: rgb(127 52 76 / 14%);
    background: rgb(255 253 250 / 97%);
    box-shadow: 0 -12px 32px rgb(51 32 38 / 11%);
  }

  body[data-page="cart"] .order-summary,
  body[data-page="checkout"] .order-summary,
  body[data-page="checkout"] .form-section {
    border-radius: 1rem;
  }

  body[data-page="institutional"] .policy-content {
    border-radius: 1rem;
  }
}

@media (min-width: 40rem) {
  .header-inner {
    min-height: 4.7rem;
  }

  .nav-list a {
    position: relative;
    padding-inline: 0.72rem;
  }

  .nav-list a::after {
    position: absolute;
    right: 0.7rem;
    bottom: 0.28rem;
    left: 0.7rem;
    height: 2px;
    border-radius: 999px;
    background: var(--color-bella-rose);
    content: "";
    opacity: 0;
    transform: scaleX(0.45);
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .nav-list a:hover::after,
  .nav-list a.active::after,
  .nav-list a[aria-current="page"]::after {
    opacity: 1;
    transform: scaleX(1);
  }

  .catalog-toolbar {
    column-gap: 1rem;
  }

  .brand-story-grid {
    align-items: center;
  }
}

@media (min-width: 64rem) {
  .product-layout {
    gap: 3.5rem;
  }

  .product-info {
    padding: 1.6rem;
    border: 1px solid rgb(127 52 76 / 11%);
    border-radius: 1.1rem;
    background: rgb(255 253 250 / 74%);
    box-shadow: 0 14px 42px rgb(51 32 38 / 5%);
  }

  .product-info h1 {
    font-size: clamp(2.35rem, 3.2vw, 2.9rem);
  }

  .checkout-layout,
  .cart-layout {
    gap: 2.25rem;
  }

  .form-section {
    padding: 1.65rem;
  }
}

/* Oferta principal alinhada aos criativos de campanha. */
.hero-offer-title {
  max-width: 11ch;
  font-size: clamp(2.7rem, 7vw, 5.6rem) !important;
  line-height: 0.96;
}

.hero-offer-title span {
  display: block;
  margin-top: 0.55rem;
  color: #ffeaf1;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 0.43em;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.35rem;
}

.hero-actions .button {
  margin-top: 0;
}

.hero-whatsapp-button {
  border-color: #fffefa;
  background: #fffefa;
  color: #79384a;
}

.hero-whatsapp-button:hover {
  border-color: #f5e9ed;
  background: #f5e9ed;
  color: #79384a;
}

@media (max-width: 639px) {
  .hero-offer-title {
    max-width: 9.5ch;
    font-size: clamp(2.45rem, 12vw, 3.55rem) !important;
  }

  .hero-offer-title span {
    font-size: 0.46em;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    max-width: 18rem;
  }

  .hero-actions .button {
    width: 100%;
  }
}
