.catalog-site {
  min-height: 100vh;
  background:
    radial-gradient(circle at 85% 3%, rgba(184, 146, 88, 0.09), transparent 22rem),
    var(--paper);
  color: var(--ink);
}

.catalog-site a,
.catalog-site button,
.product-contact-dialog a,
.product-contact-dialog button {
  text-underline-offset: 3px;
}

.catalog-site :is(a, button, input):focus-visible,
.product-contact-dialog :is(a, button, input):focus-visible {
  outline: 3px solid rgba(201, 35, 42, 0.36);
  outline-offset: 3px;
}

.catalog-header {
  position: sticky;
  z-index: 60;
  top: 0;
  display: grid;
  min-height: 80px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid var(--line);
  padding: 9px max(24px, calc((100vw - var(--max)) / 2));
  background: rgba(255, 253, 250, 0.95);
  box-shadow: 0 8px 26px rgba(58, 15, 19, 0.04);
  backdrop-filter: blur(18px);
}

.catalog-brand {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 13px;
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.catalog-brand img {
  width: 82px;
  height: 52px;
  object-fit: contain;
}

.catalog-header nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.catalog-header nav a {
  color: #453a38;
  font-size: 0.76rem;
  font-weight: 800;
  text-decoration: none;
}

.catalog-header nav a:hover {
  color: var(--red);
}

.catalog-header-cta {
  min-height: 46px;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 19px;
  background: var(--red);
  box-shadow: 0 10px 26px rgba(185, 30, 38, 0.18);
  color: #fff;
  font-size: 0.73rem;
  font-weight: 850;
  text-decoration: none;
}

.catalog-shell {
  width: min(calc(100% - 48px), var(--max));
  margin-inline: auto;
}

.catalog-breadcrumbs {
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 9px;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.73rem;
  white-space: nowrap;
}

.catalog-breadcrumb-item {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
}

.catalog-breadcrumb-item:last-child {
  overflow: hidden;
}

.catalog-breadcrumbs a {
  color: var(--red-dark);
  font-weight: 800;
  text-decoration: none;
}

.catalog-breadcrumbs b {
  overflow: hidden;
  font-weight: 600;
  text-overflow: ellipsis;
}

.product-context-return {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  margin: -8px 0 20px;
  color: var(--red-dark);
  font-size: 0.74rem;
  font-weight: 850;
}

.catalog-product-card[id] {
  scroll-margin-top: 104px;
}

.catalog-kicker {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.catalog-hub-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(290px, 0.65fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: end;
  padding: clamp(54px, 8vw, 110px) 0 clamp(72px, 10vw, 132px);
}

.catalog-hub-hero h1,
.catalog-collection-hero h1,
.product-detail-copy h1 {
  max-width: 930px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.25rem, 7vw, 6.6rem);
  font-weight: 500;
  letter-spacing: -0.062em;
  line-height: 0.92;
}

.catalog-hub-hero > div > p:last-child,
.catalog-collection-hero > p {
  max-width: 760px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  line-height: 1.7;
}

.catalog-hub-hero aside {
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
}

.catalog-hub-hero aside strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  font-weight: 500;
}

.catalog-hub-hero aside p {
  margin: 12px 0 23px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.65;
}

.catalog-hub-jumps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.catalog-hub-jumps a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(123, 18, 24, 0.2);
  border-radius: 999px;
  padding: 0 18px;
  color: var(--red-dark);
  font-size: 0.76rem;
  font-weight: 850;
  text-decoration: none;
}

.catalog-hub-jumps a:first-child {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
}

#categorias,
#todos-os-produtos,
#ficha-tecnica,
#lojas-atendimento {
  scroll-margin-top: 110px;
}

.catalog-categories,
.catalog-all-products,
.catalog-category-products {
  padding: 92px 0;
  border-top: 1px solid var(--line);
}

.catalog-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 38px;
}

.catalog-section-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.15rem, 4vw, 3.75rem);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1;
}

.catalog-section-heading > p {
  max-width: 400px;
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.55;
  text-align: right;
}

.catalog-section-heading > a {
  color: var(--red-dark);
  font-size: 0.79rem;
  font-weight: 850;
}

.catalog-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.catalog-category-card {
  display: grid;
  min-height: 270px;
  align-content: start;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 241, 233, 0.85));
  color: var(--ink);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.catalog-category-card:first-child {
  grid-column: span 2;
}

.catalog-category-card:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 35, 42, 0.24);
  box-shadow: var(--shadow);
}

.catalog-category-card > span {
  color: var(--red);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.catalog-category-card h3 {
  margin: 38px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.catalog-category-card p {
  max-width: 520px;
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.6;
}

.catalog-category-card strong {
  margin-top: auto;
  color: var(--red-dark);
  font-size: 0.76rem;
}

.catalog-category-card-visual {
  min-height: 0;
  padding: 0 0 22px;
  overflow: hidden;
}

.catalog-category-card-visual > img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
  margin-bottom: 20px;
}

.catalog-category-card-visual > span,
.catalog-category-card-visual > h3,
.catalog-category-card-visual > strong {
  margin-right: 22px;
  margin-left: 22px;
}

.catalog-category-card-visual h3 {
  margin-top: 16px;
}

.catalog-hub-hero-compact {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 28px;
  padding-bottom: 70px;
}

.catalog-hub-hero-compact > .catalog-hub-jumps {
  min-width: 210px;
}

.catalog-product-group + .catalog-product-group {
  margin-top: 82px;
  padding-top: 68px;
  border-top: 1px solid var(--line);
}

.catalog-product-group > header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.catalog-product-group > header h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.catalog-product-group > header a {
  color: var(--red-dark);
  font-size: 0.75rem;
  font-weight: 850;
}

.catalog-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.catalog-compact-index {
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
}

.catalog-compact-index summary {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  color: var(--red-dark);
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 850;
}

.catalog-compact-index summary::after {
  content: "+";
  font-size: 1.2rem;
}

.catalog-compact-index[open] summary::after {
  content: "−";
}

.catalog-compact-index ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  border-top: 1px solid var(--line);
  list-style: none;
}

.catalog-compact-index li {
  min-width: 0;
  display: grid;
  gap: 4px;
  padding: 13px 16px;
  background: #fff;
}

.catalog-compact-index li a {
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.3;
}

.catalog-compact-index li span {
  color: var(--muted);
  font-size: 0.62rem;
}

.catalog-product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.catalog-product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 35, 42, 0.24);
  box-shadow: var(--shadow);
}

.catalog-product-image {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--cream);
}

.catalog-product-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  transition: transform 220ms ease;
}

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

.catalog-product-card > span,
.catalog-product-card > h3,
.catalog-product-card > p,
.catalog-product-card > div:not(.catalog-product-image),
.catalog-product-card > strong,
.catalog-product-card > .catalog-card-actions {
  margin-right: 23px;
  margin-left: 23px;
}

.catalog-product-card > span {
  margin-top: 22px;
  color: var(--red);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.catalog-product-card h3 {
  margin-top: 9px;
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.07;
}

.catalog-product-card h3 a {
  color: inherit;
  text-decoration: none;
}

.catalog-product-card > p {
  margin-top: 14px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.79rem;
  line-height: 1.57;
}

.catalog-card-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 23px;
}

.catalog-card-highlights i {
  border: 1px solid rgba(201, 35, 42, 0.17);
  border-radius: 999px;
  padding: 6px 8px;
  background: rgba(201, 35, 42, 0.045);
  color: var(--red-dark);
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 800;
}

.catalog-product-card > strong {
  margin-top: auto;
  margin-bottom: 25px;
  color: var(--red-dark);
  font-size: 0.74rem;
}

.catalog-card-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: auto;
  margin-bottom: 22px;
}

.catalog-card-actions a,
.catalog-card-actions button {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 10px 14px;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 850;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.catalog-card-actions a {
  border: 1px solid rgba(123, 28, 34, 0.2);
  color: var(--red-dark);
}

.catalog-card-actions button {
  border: 0;
  background: #16845f;
  color: #fff;
  box-shadow: 0 9px 20px rgba(22, 132, 95, 0.18);
}

.catalog-card-actions button:hover,
.catalog-card-actions button:focus-visible {
  background: #116d4e;
}

.catalog-collection-hero {
  max-width: 940px;
  padding: clamp(54px, 8vw, 98px) 0 clamp(76px, 10vw, 126px);
}

.catalog-collection-hero h1 {
  font-size: clamp(3.4rem, 7vw, 6.4rem);
}

.catalog-collection-hero > div {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
}

.catalog-collection-hero > div span {
  border-radius: 999px;
  padding: 9px 13px;
  background: rgba(201, 35, 42, 0.07);
  color: var(--red-dark);
  font-size: 0.7rem;
  font-weight: 850;
}

.catalog-collection-hero > div a {
  color: var(--red-dark);
  font-size: 0.75rem;
  font-weight: 850;
}

.catalog-category-products {
  padding-bottom: 120px;
}

.catalog-secondary-range {
  margin: 8px 0 72px;
  padding: 30px 34px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--cream);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.catalog-secondary-range h2 {
  margin: 8px 0 10px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 2.4vw, 2.3rem);
  line-height: 1.08;
}

.catalog-secondary-range p:last-child {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.catalog-secondary-range > a {
  flex: 0 0 auto;
  padding: 14px 18px;
  border-radius: 999px;
  background: var(--red-dark);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.catalog-secondary-range-complete {
  display: grid;
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 1fr);
  align-items: start;
  margin: 8px 0 0;
}

.catalog-secondary-range-complete .furniture-category-links {
  align-self: stretch;
}

#categorias-moveis,
#todos-os-moveis {
  scroll-margin-top: 110px;
}

.product-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(350px, 0.92fr);
  gap: clamp(38px, 6vw, 82px);
  align-items: center;
  padding: clamp(18px, 3vw, 40px) 0 clamp(74px, 9vw, 118px);
}

.product-detail-media {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--cream);
  box-shadow: var(--shadow);
}

.product-detail-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: contain;
}

.product-detail-media > span {
  position: absolute;
  right: 17px;
  bottom: 17px;
  border: 1px solid rgba(56, 27, 27, 0.08);
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(255, 253, 250, 0.94);
  box-shadow: 0 8px 24px rgba(58, 15, 19, 0.08);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-detail-copy h1 {
  font-size: clamp(3.1rem, 6vw, 5.75rem);
}

.product-detail-lead {
  margin: 25px 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  line-height: 1.65;
}

.product-detail-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-detail-highlights span {
  border: 1px solid rgba(201, 35, 42, 0.18);
  border-radius: 999px;
  padding: 8px 11px;
  background: rgba(201, 35, 42, 0.05);
  color: var(--red-dark);
  font-size: 0.68rem;
  font-weight: 850;
}

.product-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
  margin-top: 28px;
}

.product-hero-actions a,
.product-hero-actions button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--red-dark);
  font-size: 0.75rem;
  font-weight: 850;
  font-family: inherit;
  cursor: pointer;
}

.product-hero-actions .product-primary-link {
  border: 0;
  border-radius: 999px;
  padding: 0 20px;
  background: var(--red);
  box-shadow: 0 12px 28px rgba(185, 30, 38, 0.2);
  color: #fff;
  text-decoration: none;
}

.catalog-contact-copy {
  margin: 12px 0 20px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.catalog-region-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 20px;
}

.catalog-region-grid button {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(123, 28, 34, 0.18);
  border-radius: 14px;
  padding: 10px 13px;
  background: #fff;
  color: var(--red-dark);
  font: inherit;
  font-size: 0.75rem;
  font-weight: 800;
  cursor: pointer;
}

.catalog-contact-dialog small {
  display: block;
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.5;
}

.product-detail-caveat {
  margin: 27px 0 0;
  border-left: 3px solid var(--gold);
  padding-left: 16px;
  color: var(--muted);
  font-size: 0.81rem;
  line-height: 1.6;
}

.product-information-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
  gap: 26px;
  align-items: start;
  padding-bottom: 118px;
}

.product-specification-panel,
.product-contact-panel {
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: clamp(28px, 4vw, 46px);
  background: #fff;
}

.product-specification-panel h2,
.product-contact-panel > h2,
.product-contact-dialog h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.product-specification-panel dl {
  margin: 30px 0 24px;
}

.product-specification-panel dl > div {
  display: grid;
  grid-template-columns: minmax(128px, 0.35fr) 1fr;
  gap: 24px;
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}

.product-specification-panel dt {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.product-specification-panel dd {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
}

.product-catalog-notice {
  border-radius: 18px;
  padding: 22px;
  background: var(--cream);
}

.product-catalog-notice strong {
  color: var(--red-dark);
  font-size: 0.76rem;
}

.product-catalog-notice p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.62;
}

.product-contact-panel {
  position: sticky;
  top: 100px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  background: linear-gradient(145deg, #fffdf9, #f5eee4);
  box-shadow: var(--shadow);
  scrollbar-width: thin;
}

.product-contact-intro {
  margin: 15px 0 22px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.6;
}

.product-detail-field {
  display: grid;
  gap: 8px;
}

.product-detail-field span {
  color: #3f3432;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.product-detail-field input {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(56, 27, 27, 0.18);
  border-radius: 13px;
  padding: 0 14px;
  background: #fff;
  color: var(--ink);
}

.product-detail-field input::placeholder {
  color: #998d89;
}

.product-contact-help {
  margin: 8px 0 22px;
  color: var(--muted);
  font-size: 0.66rem;
  line-height: 1.5;
}

.product-region-whatsapp {
  width: 100%;
  margin-bottom: 24px;
}

.product-store-heading {
  margin: 0 0 10px;
  color: var(--red-dark);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.product-store-list {
  display: grid;
  gap: 12px;
}

.product-store-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 13px;
  border: 1px solid var(--line);
  border-radius: 19px;
  padding: 19px;
  background: rgba(255, 255, 255, 0.9);
}

.product-store-card > div:first-child {
  min-width: 0;
}

.product-store-card > div:first-child > span,
.product-dialog-stores section > div > span {
  color: var(--red);
  font-size: 0.61rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.product-store-card h3,
.product-dialog-stores h3 {
  margin: 5px 0 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.product-store-card address,
.product-dialog-stores address {
  margin: 0;
  color: var(--muted);
  font-size: 0.64rem;
  font-style: normal;
  line-height: 1.45;
}

.product-store-phone {
  display: inline-flex;
  min-height: 35px;
  align-items: center;
  margin-top: 3px;
  color: var(--red-dark);
  font-size: 0.7rem;
  font-weight: 850;
}

.product-action {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 12px;
  padding: 0 14px;
  cursor: pointer;
  font-size: 0.71rem;
  font-weight: 850;
  text-decoration: none;
}

.product-action-whatsapp {
  align-self: center;
  background: #16794f;
  color: #fff;
}

.product-action-whatsapp span {
  display: inline-grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  font-size: 0.56rem;
}

.product-route-actions {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}

.product-route-actions a,
.product-dialog-route-actions a {
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(56, 27, 27, 0.14);
  border-radius: 11px;
  background: #fff;
  color: var(--wine);
  font-size: 0.68rem;
  font-weight: 850;
  text-decoration: none;
}

.product-contact-note {
  display: block;
  margin-top: 15px;
  color: var(--muted);
  font-size: 0.61rem;
  line-height: 1.5;
  text-align: center;
}

.product-related-section {
  border-top: 1px solid var(--line);
  padding: 92px 0 120px;
}

.product-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-related-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-related-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.product-related-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  border-bottom: 1px solid var(--line);
  background: var(--cream);
  object-fit: contain;
}

.product-related-card > span,
.product-related-card > h3,
.product-related-card > p,
.product-related-card > strong {
  display: block;
  margin-right: 22px;
  margin-left: 22px;
}

.product-related-card > span {
  margin-top: 20px;
  color: var(--red);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-related-card h3 {
  margin-top: 8px;
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.38rem;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.product-related-card p {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

.product-related-card strong {
  margin-top: 20px;
  margin-bottom: 24px;
  color: var(--red-dark);
  font-size: 0.73rem;
}

.catalog-footer {
  display: grid;
  grid-template-columns: 0.75fr 1.5fr 0.5fr;
  gap: 48px;
  padding: 58px max(24px, calc((100vw - var(--max)) / 2));
  background: var(--wine);
  color: #fff;
}

.catalog-footer-intro img {
  width: 82px;
  height: 53px;
  margin-bottom: 16px;
  object-fit: contain;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.14));
}

.catalog-footer-intro strong {
  display: block;
  font-size: 0.82rem;
}

.catalog-footer-intro p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.7rem;
  line-height: 1.5;
}

.catalog-footer-stores {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.catalog-footer-stores section {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  padding-left: 19px;
}

.catalog-footer-stores section > strong {
  font-size: 0.78rem;
}

.catalog-footer-stores address {
  margin: 8px 0 11px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.68rem;
  font-style: normal;
  line-height: 1.5;
}

.catalog-footer-stores section > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 15px;
}

.catalog-footer-stores a,
.catalog-footer nav a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.68rem;
  font-weight: 800;
}

.catalog-footer nav {
  display: grid;
  align-content: start;
  gap: 12px;
}

.product-mobile-actions {
  display: none;
}

.product-contact-dialog {
  width: min(640px, calc(100% - 24px));
  max-height: calc(100dvh - 32px);
  overflow: visible;
  border: 0;
  border-radius: 28px;
  padding: 0;
  background: transparent;
  color: var(--ink);
}

.product-contact-dialog::backdrop {
  background: rgba(23, 10, 11, 0.68);
  backdrop-filter: blur(5px);
}

.product-contact-dialog-card {
  position: relative;
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 28px;
  padding: 34px;
  background: var(--paper);
  box-shadow: 0 34px 90px rgba(23, 10, 11, 0.34);
}

.product-dialog-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  font-size: 1.35rem;
}

.product-contact-dialog h2 {
  max-width: 470px;
  padding-right: 40px;
}

.product-dialog-field {
  margin-top: 22px;
}

.product-region-grid {
  margin-top: 22px;
}

.product-region-note {
  display: block;
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.5;
}

.product-dialog-stores {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 25px;
}

.product-dialog-stores section {
  display: grid;
  align-content: space-between;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px;
  background: #fff;
}

.product-dialog-stores .product-action {
  width: 100%;
}

.product-dialog-route-actions {
  display: grid;
  gap: 8px;
}

.product-action-phone {
  background: var(--wine);
  color: #fff;
}

@media (max-width: 1040px) {
  .catalog-header {
    grid-template-columns: 1fr auto;
  }

  .catalog-header nav {
    display: none;
  }

  .catalog-hub-hero,
  .product-detail-hero,
  .product-information-grid {
    grid-template-columns: 1fr;
  }

  .catalog-hub-hero {
    align-items: start;
  }

  .catalog-hub-hero aside {
    max-width: 650px;
  }

  .catalog-product-grid,
  .catalog-category-grid,
  .product-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-category-card:first-child {
    grid-column: auto;
  }

  .catalog-secondary-range-complete {
    grid-template-columns: 1fr;
  }

  .product-detail-media {
    max-width: 760px;
  }

  .product-contact-panel {
    position: static;
    max-height: none;
    overflow: visible;
  }

  .product-store-list {
    grid-template-columns: 1fr 1fr;
  }

  .catalog-footer {
    grid-template-columns: 0.7fr 1.3fr;
  }

  .catalog-footer nav {
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, max-content);
  }

  .catalog-compact-index ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .product-page {
    padding-bottom: calc(82px + env(safe-area-inset-bottom));
  }

  .catalog-header {
    min-height: 66px;
    padding: 7px 15px;
  }

  .catalog-brand img {
    width: 69px;
    height: 43px;
  }

  .catalog-brand span {
    display: none;
  }

  .catalog-header-cta {
    min-height: 42px;
    padding-inline: 14px;
    font-size: 0.67rem;
  }

  .catalog-shell {
    width: calc(100% - 30px);
  }

  .catalog-breadcrumbs {
    min-height: 60px;
    font-size: 0.67rem;
  }

  .catalog-hub-hero {
    gap: 32px;
    padding: 42px 0 72px;
  }

  .catalog-hub-hero h1,
  .catalog-collection-hero h1,
  .product-detail-copy h1 {
    font-size: clamp(2.75rem, 14vw, 4.25rem);
  }

  .catalog-hub-hero > div > p:last-child,
  .catalog-collection-hero > p,
  .product-detail-lead {
    font-size: 0.94rem;
    line-height: 1.6;
  }

  .catalog-hub-hero aside {
    border-radius: 20px;
    padding: 22px;
  }

  .catalog-categories,
  .catalog-all-products,
  .catalog-category-products,
  .product-related-section {
    padding: 68px 0;
  }

  .catalog-secondary-range {
    margin: 8px 0 56px;
    padding: 24px 20px;
    align-items: stretch;
    flex-direction: column;
  }

  .catalog-secondary-range-complete {
    grid-template-columns: 1fr;
  }

  .catalog-secondary-range-complete .furniture-category-links {
    width: 100%;
  }

  .catalog-secondary-range > a {
    align-self: flex-start;
  }

  .furniture-category-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 28px;
  }

  .catalog-section-heading h2 {
    font-size: 2.25rem;
  }

  .catalog-section-heading > p {
    text-align: left;
  }

  .catalog-category-grid,
  .catalog-product-grid,
  .product-related-grid,
  .product-store-list,
  .catalog-footer-stores,
  .product-dialog-stores {
    grid-template-columns: 1fr;
  }

  .catalog-compact-index ul {
    grid-template-columns: 1fr;
  }

  .catalog-category-card {
    min-height: 230px;
    border-radius: 20px;
    padding: 23px;
  }

  .catalog-product-group + .catalog-product-group {
    margin-top: 64px;
    padding-top: 52px;
  }

  .catalog-product-group > header {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .catalog-collection-hero {
    padding: 42px 0 76px;
  }

  .catalog-collection-hero > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .product-detail-hero {
    gap: 32px;
    padding: 15px 0 70px;
  }

  .product-detail-media {
    border-radius: 22px;
  }

  .product-detail-media > span {
    right: 11px;
    bottom: 11px;
  }

  .product-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .product-hero-actions a {
    width: 100%;
  }

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

  .catalog-region-grid {
    grid-template-columns: 1fr;
  }

  .product-information-grid {
    padding-bottom: 78px;
  }

  .product-specification-panel,
  .product-contact-panel {
    border-radius: 22px;
    padding: 24px 20px;
  }

  .product-specification-panel dl > div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .product-store-card {
    grid-template-columns: 1fr;
  }

  .product-action-whatsapp {
    width: 100%;
  }

  .catalog-footer {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 48px 22px calc(112px + env(safe-area-inset-bottom));
  }

  .catalog-footer nav {
    grid-column: auto;
    grid-template-columns: 1fr 1fr;
  }

  .product-mobile-actions {
    position: fixed;
    z-index: 80;
    right: 8px;
    bottom: max(8px, env(safe-area-inset-bottom));
    left: 8px;
    display: grid;
    grid-template-columns: 1.05fr 1.08fr 0.82fr;
    gap: 5px;
    border: 1px solid rgba(56, 27, 27, 0.13);
    border-radius: 18px;
    padding: 5px;
    background: rgba(255, 253, 250, 0.97);
    box-shadow: 0 16px 45px rgba(50, 20, 22, 0.2);
    backdrop-filter: blur(16px);
  }

  .product-mobile-actions button {
    min-width: 0;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 0;
    border-radius: 13px;
    padding: 4px 6px;
    background: var(--wine);
    color: #fff;
    cursor: pointer;
  }

  .product-mobile-actions button:first-child {
    background: #16794f;
  }

  .product-mobile-actions button:last-child {
    background: var(--red);
  }

  .product-mobile-actions button > span {
    display: inline-grid;
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.13);
    font-size: 0.64rem;
    font-weight: 900;
  }

  .product-mobile-actions button > strong {
    overflow: hidden;
    font-size: 0.61rem;
    line-height: 1.12;
    text-overflow: ellipsis;
  }

  .product-contact-dialog {
    width: calc(100% - 16px);
    max-height: calc(100dvh - 16px - env(safe-area-inset-bottom));
    margin-bottom: calc(8px + env(safe-area-inset-bottom));
  }

  .product-contact-dialog-card {
    max-height: calc(100dvh - 16px - env(safe-area-inset-bottom));
    border-radius: 23px;
    padding: 29px 18px 20px;
  }

  .product-contact-dialog h2 {
    font-size: 2rem;
  }

  .product-dialog-close {
    top: 10px;
    right: 10px;
  }

  .product-dialog-stores section {
    padding: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .catalog-category-card,
  .catalog-product-card,
  .catalog-product-image img,
  .product-related-card {
    transition: none;
  }
}

@media (max-width: 390px) {
  .furniture-category-links {
    grid-template-columns: 1fr;
  }
}
