:root {
  --ink: #101312;
  --muted: #5d6460;
  --paper: #f4f1e9;
  --paper-strong: #fffdf6;
  --line: rgba(16, 19, 18, .14);
  --accent: #84f138;
  --accent-dark: #2e670f;
  --dark: #0c0f0d;
  --shadow: 0 24px 80px rgba(16, 19, 18, .14);
}

[hidden] {
  display: none !important;
}

/* Operação comercial: endereços, frete e expedição */
.checkout-saved-address,
.checkout-shipping-status {
  display: block;
  margin: 0 0 18px;
}

.checkout-saved-address select,
.account-dialog select {
  background: #fff;
  border: 1px solid #cfd5cf;
  display: block;
  min-height: 46px;
  padding: 0 12px;
  width: 100%;
}

.checkout-shipping-status {
  color: #5f685f;
  font-size: 11px;
  line-height: 1.5;
}

.account-addresses {
  border-top: 1px solid #dce1dc;
}

.account-address {
  align-items: center;
  border-bottom: 1px solid #dce1dc;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 20px 0;
}

.account-address p {
  color: #657068;
  font-size: 12px;
  line-height: 1.55;
  margin: 6px 0 0;
}

.account-address > div:last-child,
.account-order-actions,
.account-dialog-actions,
.admin-order-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.account-order-actions {
  justify-content: flex-start !important;
  margin-top: 12px;
}

.account-order-timeline {
  border-left: 2px solid var(--accent);
  margin-top: 14px;
  padding: 2px 0 2px 14px;
}

.account-order-timeline p {
  color: #5d665e;
  font-size: 11px;
  margin: 7px 0;
}

.account-dialog {
  background: #f7f8f5;
  border: 0;
  max-height: calc(100vh - 40px);
  max-width: 760px;
  overflow-y: auto;
  padding: 30px;
  width: calc(100% - 32px);
}

.account-dialog::backdrop {
  background: rgba(10, 14, 11, .72);
}

.account-dialog-heading {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}

.account-dialog-heading h2 {
  margin: 0;
}

.account-dialog-heading > button {
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 28px;
}

.admin-order-dialog {
  max-width: 920px;
}

.admin-order-actions {
  border-top: 1px solid #dce1dc;
  margin: 18px 0;
  padding-top: 16px;
}

.admin-order-actions button {
  background: #fff;
  border: 1px solid #aeb7af;
  cursor: pointer;
  font-size: 9px;
  font-weight: 800;
  min-height: 34px;
  padding: 0 11px;
  text-transform: uppercase;
}

.admin-order-actions button:hover {
  border-color: #151917;
}

@media (max-width: 680px) {
  .account-address {
    align-items: flex-start;
    flex-direction: column;
  }

  .account-dialog {
    padding: 24px 18px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Manrope, Arial, sans-serif;
  line-height: 1.5;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  align-items: center;
  background: rgba(244, 241, 233, .82);
  border-bottom: 1px solid transparent;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 18px clamp(20px, 4vw, 56px);
  position: fixed;
  right: 0;
  top: 0;
  transition: background .25s ease, border-color .25s ease;
  z-index: 20;
}

.site-header.is-scrolled {
  background: rgba(244, 241, 233, .96);
  border-color: var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  align-items: center;
  display: inline-flex;
  font-weight: 800;
  gap: 12px;
  letter-spacing: .02em;
}

.brand-mark {
  align-items: center;
  background: var(--ink);
  color: var(--accent);
  display: inline-flex;
  font-family: "Space Grotesk", Manrope, sans-serif;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.nav {
  align-items: center;
  display: flex;
  gap: clamp(18px, 3vw, 38px);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.nav a {
  opacity: .78;
  transition: opacity .2s ease, color .2s ease;
}

.nav a:hover {
  color: var(--accent-dark);
  opacity: 1;
}

.nav a[aria-current="page"] {
  color: var(--accent-dark);
  opacity: 1;
}

.nav-toggle {
  background: transparent;
  border: 0;
  display: none;
  height: 42px;
  padding: 0;
  width: 42px;
}

.nav-toggle span {
  background: var(--ink);
  display: block;
  height: 2px;
  margin: 8px auto;
  width: 24px;
}

.featured-hero {
  background: #000;
  color: #fff;
  min-height: min(900px, 100svh);
  overflow: hidden;
  position: relative;
}

.featured-hero-slides,
.featured-hero-slide,
.featured-hero-slide > img,
.featured-hero-shade {
  inset: 0;
  position: absolute;
}

.featured-hero-slide {
  opacity: 0;
  pointer-events: none;
  transition: opacity .7s ease;
}

.featured-hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.featured-hero-slide > img {
  height: 100%;
  margin-left: auto;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .18) 9%, #000 30%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .18) 9%, #000 30%);
  object-fit: contain;
  object-position: right center;
  transform: scale(1.025);
  transition: transform 7s ease;
  width: 59%;
}

.featured-hero-slide.is-active > img {
  transform: scale(1);
}

.featured-hero-shade {
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, .98) 34%, rgba(0, 0, 0, .5) 58%, rgba(0, 0, 0, 0) 78%);
}

.featured-hero-content {
  left: clamp(20px, 5vw, 72px);
  max-width: 690px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% + 22px));
  transition: opacity .5s ease .12s, transform .5s ease .12s;
  width: min(48vw, 690px);
  z-index: 2;
}

.featured-hero-slide.is-active .featured-hero-content {
  opacity: 1;
  transform: translateY(-50%);
}

.featured-hero-kicker {
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.featured-hero h1,
.featured-hero h2 {
  color: #fff;
  font-size: 72px;
  letter-spacing: 0;
  line-height: .96;
  margin: 0 0 24px;
  text-wrap: balance;
}

.featured-hero-content > p:not(.featured-hero-kicker) {
  color: rgba(255, 255, 255, .78);
  font-size: 21px;
  line-height: 1.55;
  margin-bottom: 32px;
  max-width: 590px;
}

.featured-hero-controls {
  align-items: center;
  bottom: 34px;
  display: flex;
  gap: 16px;
  position: absolute;
  right: clamp(20px, 5vw, 72px);
  z-index: 3;
}

.featured-hero-controls > button {
  align-items: center;
  background: rgba(0, 0, 0, .36);
  border: 1px solid rgba(255, 255, 255, .34);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 20px;
  height: 46px;
  justify-content: center;
  transition: background .2s ease, border-color .2s ease;
  width: 46px;
}

.featured-hero-controls > button:hover,
.featured-hero-controls > button:focus-visible {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--ink);
}

.featured-hero-dots {
  align-items: center;
  display: flex;
  gap: 8px;
}

.featured-hero-dots button {
  background: rgba(255, 255, 255, .4);
  border: 0;
  cursor: pointer;
  height: 3px;
  padding: 0;
  transition: background .2s ease, width .2s ease;
  width: 24px;
}

.featured-hero-dots button.is-active {
  background: var(--accent);
  width: 42px;
}

.featured-hero-count {
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
  font-weight: 700;
  min-width: 52px;
}

.featured-hero-count strong {
  color: #fff;
}

.service-intro {
  align-items: center;
  display: grid;
  gap: clamp(40px, 7vw, 110px);
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
}

.service-intro-copy {
  max-width: 680px;
}

.service-intro-copy h2 {
  font-size: 64px;
  letter-spacing: 0;
  line-height: .98;
}

.service-intro-copy > p:not(.section-kicker) {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.65;
  max-width: 620px;
}

.button.service-button {
  color: var(--ink);
}

.service-intro-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 46px;
}

.service-intro-meta span {
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  padding: 9px 12px;
}

.service-intro-visual {
  margin: 0;
  min-width: 0;
  overflow: hidden;
}

.service-intro-visual img {
  aspect-ratio: 4 / 3;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.hero {
  align-items: end;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  padding: 120px clamp(20px, 5vw, 72px) 36px;
  position: relative;
}

.hero-image,
.hero-shade {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center;
  transform: scale(1.04);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 10, 9, .9) 0%, rgba(8, 10, 9, .7) 34%, rgba(8, 10, 9, .1) 72%),
    linear-gradient(0deg, rgba(8, 10, 9, .82) 0%, rgba(8, 10, 9, 0) 45%);
}

.hero-content {
  color: #fff;
  max-width: 680px;
  position: relative;
  z-index: 1;
}

.eyebrow,
.section-kicker {
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--accent);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Space Grotesk", Manrope, sans-serif;
  letter-spacing: -.02em;
  line-height: .92;
}

h1 {
  font-size: clamp(76px, 14vw, 190px);
  margin-bottom: 24px;
}

h2 {
  font-size: clamp(42px, 7vw, 96px);
  margin-bottom: 24px;
}

h3 {
  font-family: "Space Grotesk", Manrope, sans-serif;
  font-size: clamp(24px, 3vw, 38px);
  letter-spacing: -.02em;
  line-height: 1.02;
}

.hero-copy {
  color: rgba(255, 255, 255, .82);
  font-size: clamp(19px, 2vw, 24px);
  max-width: 560px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  align-items: center;
  border: 1px solid currentColor;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--ink);
}

.button.ghost {
  color: #fff;
}

.hero-meta {
  align-items: center;
  color: rgba(255, 255, 255, .74);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 74px;
  position: relative;
  z-index: 1;
}

.hero-meta span {
  border: 1px solid rgba(255, 255, 255, .22);
  padding: 10px 14px;
}

.section-pad {
  padding: clamp(72px, 11vw, 140px) clamp(20px, 5vw, 72px);
}

.quote-copy p {
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
}

.marquee {
  background: var(--dark);
  color: var(--paper);
  overflow: hidden;
  padding: 22px 0;
  white-space: nowrap;
}

.marquee-track {
  animation: marquee 24s linear infinite;
  display: inline-flex;
  gap: 46px;
  padding-left: 100%;
}

.marquee span {
  color: var(--accent);
  font-family: "Space Grotesk", Manrope, sans-serif;
  font-size: clamp(24px, 4vw, 54px);
  font-weight: 700;
}

@keyframes marquee {
  to {
    transform: translateX(-100%);
  }
}

.section-heading {
  max-width: 900px;
}

.products {
  background: #111211;
  color: #fff;
}

.products .section-heading {
  margin: 0 auto;
  max-width: none;
  text-align: center;
}

.products .section-kicker {
  color: var(--accent);
  margin-bottom: 10px;
}

.products h2 {
  font-size: clamp(62px, 12vw, 150px);
  letter-spacing: -.06em;
  line-height: .86;
  margin-bottom: clamp(46px, 7vw, 86px);
}

.products h2 sup {
  color: rgba(255, 255, 255, .82);
  font-family: Manrope, Arial, sans-serif;
  font-size: clamp(14px, 1.5vw, 18px);
  letter-spacing: .08em;
  margin-left: 8px;
  position: relative;
  top: -.48em;
}

.collection-copy {
  color: rgba(255, 255, 255, .68);
  font-size: clamp(18px, 2vw, 24px);
  margin: -46px auto clamp(44px, 6vw, 70px);
  max-width: 820px;
}

.products-grid {
  display: grid;
  gap: clamp(58px, 8vw, 112px) clamp(34px, 7vw, 96px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1060px;
}

.product-work {
  min-width: 0;
}

.product-image {
  background: rgba(255, 255, 255, .05);
  display: block;
  overflow: hidden;
}

.product-image img {
  aspect-ratio: 4 / 3;
  display: block;
  height: auto;
  object-fit: cover;
  transition: transform .55s ease, filter .55s ease;
  width: 100%;
}

.product-work:hover .product-image img {
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.045);
}

.product-info {
  align-items: start;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding-top: 18px;
}

.product-info p {
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 7px;
}

.product-info h3 {
  color: #fff;
  font-family: Manrope, Arial, sans-serif;
  font-size: clamp(20px, 2vw, 28px);
  letter-spacing: -.04em;
  line-height: 1.05;
  margin-bottom: 0;
}

.product-arrow {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 18px;
  height: 42px;
  justify-content: center;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
  width: 42px;
}

.product-arrow:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--ink);
}

.catalog-grid-five {
  display: grid;
  gap: clamp(42px, 5vw, 72px) clamp(18px, 2.4vw, 34px);
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1500px;
}

.catalog-product {
  min-width: 0;
}

.catalog-product-image {
  align-items: center;
  aspect-ratio: 4 / 5;
  background: #070807;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.catalog-product-image img {
  height: 100%;
  display: block;
  object-fit: contain;
  position: relative;
  z-index: 1;
  transition: filter .45s ease, transform .45s ease;
  width: 100%;
}

.catalog-product.decoration-media .catalog-product-image {
  background: #070807;
}

.catalog-product.decoration-media .catalog-product-image img {
  object-fit: cover;
  object-position: 40% center;
}

.catalog-product.decoration-media:hover .catalog-product-image img {
  transform: none;
}

.catalog-product.square-media .catalog-product-image {
  aspect-ratio: 1;
  background: #f4f4f2;
}

.catalog-product:hover .catalog-product-image img {
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.045);
}

.catalog-product-badge {
  background: var(--accent);
  bottom: 10px;
  color: var(--ink);
  font-size: 9px;
  font-weight: 800;
  left: 10px;
  letter-spacing: .06em;
  padding: 7px 9px;
  position: absolute;
  text-transform: uppercase;
}

.catalog-painted-badge,
.painted-model-badge {
  align-items: center;
  background:
    linear-gradient(#17181d, #17181d) padding-box,
    linear-gradient(100deg, #ffc400, #ff008f) border-box;
  border: 1px solid transparent;
  color: #fff;
  display: inline-flex;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 800;
  gap: 7px;
  line-height: 1;
  white-space: nowrap;
}

.catalog-painted-badge {
  box-shadow: 0 5px 18px rgba(0, 0, 0, .28);
  font-size: 10px;
  left: 11px;
  padding: 8px 9px;
  position: absolute;
  top: 11px;
  z-index: 2;
}

.catalog-painted-badge svg,
.painted-model-badge svg,
.catalog-light-badge svg,
.lighting-model-badge svg {
  flex: 0 0 auto;
  height: 15px;
  width: 15px;
}

.catalog-light-badge,
.lighting-model-badge {
  align-items: center;
  background:
    linear-gradient(#17181d, #17181d) padding-box,
    linear-gradient(100deg, #84f138, #00d9ff) border-box;
  border: 1px solid transparent;
  color: #fff;
  display: inline-flex;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 800;
  gap: 7px;
  line-height: 1;
  white-space: nowrap;
}

.catalog-light-badge {
  box-shadow: 0 5px 18px rgba(0, 0, 0, .28);
  font-size: 10px;
  left: 11px;
  padding: 8px 9px;
  position: absolute;
  top: 11px;
  z-index: 2;
}

.catalog-painted-badge ~ .catalog-light-badge {
  top: 49px;
}

.catalog-product-info {
  align-items: start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding-top: 14px;
}

.catalog-product-info p {
  color: rgba(255, 255, 255, .62);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
  margin-bottom: 5px;
}

.catalog-product-info h3 {
  color: #fff;
  font-family: Manrope, Arial, sans-serif;
  font-size: clamp(15px, 1.35vw, 21px);
  letter-spacing: -.04em;
  line-height: 1.08;
  margin-bottom: 0;
}

.catalog-product-price {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 9px;
  margin-top: 9px;
}

.catalog-product-price span {
  color: rgba(255, 255, 255, .46);
  font-size: 11px;
  text-decoration: line-through;
}

.catalog-product-price strong {
  color: var(--accent);
  font-size: 12px;
  line-height: 1.2;
}

.catalog-product .product-arrow {
  border-radius: 6px;
  font-size: 14px;
  height: 34px;
  width: 34px;
}

.catalog-more {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, .18);
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin: clamp(66px, 8vw, 108px) auto 0;
  max-width: 1500px;
  padding-top: 28px;
}

.catalog-more p {
  color: rgba(255, 255, 255, .64);
  margin-bottom: 0;
}

.rotating-gallery {
  transition: opacity .18s ease, transform .18s ease;
}

.rotating-gallery.is-rotating {
  opacity: .18;
  transform: translateY(8px);
}

.cobblemon-community {
  align-items: center;
  background: #111712;
  color: #fff;
  display: grid;
  gap: clamp(38px, 6vw, 96px);
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  padding-bottom: clamp(72px, 7vw, 104px);
  padding-top: clamp(72px, 7vw, 104px);
  scroll-margin-top: 80px;
}

.cobblemon-campaign-art {
  overflow: hidden;
}

.cobblemon-campaign-art img {
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  width: 100%;
}

.cobblemon-community-copy {
  max-width: 720px;
}

.cobblemon-community-copy h2 {
  color: var(--accent);
  font-size: clamp(40px, 3.8vw, 56px);
  line-height: .94;
  margin-bottom: 20px;
}

.cobblemon-community-copy h2 span {
  display: block;
}

.cobblemon-intro,
.cobblemon-community-note,
.cobblemon-benefit {
  color: rgba(255, 255, 255, .72);
  font-size: clamp(16px, 1.45vw, 20px);
  max-width: 680px;
}

.cobblemon-community-note {
  color: #fff;
  font-weight: 700;
}

.cobblemon-discount {
  align-items: baseline;
  display: flex;
  font-size: clamp(20px, 2.4vw, 32px);
  gap: 14px;
  margin: 22px 0 8px;
}

.cobblemon-discount strong {
  color: var(--accent);
  font-family: "Space Grotesk", Manrope, sans-serif;
  font-size: clamp(60px, 6.5vw, 96px);
  letter-spacing: -.06em;
  line-height: .8;
}

.cobblemon-community-copy .button {
  margin-top: 22px;
}

.cobblemon-community-copy small {
  color: rgba(255, 255, 255, .48);
  display: block;
  margin-top: 18px;
  max-width: 620px;
}

.architecture-callout {
  align-items: center;
  background: var(--paper-strong);
  display: grid;
  gap: clamp(38px, 7vw, 100px);
  grid-template-columns: 1.1fr .9fr;
}

.architecture-callout-image {
  overflow: hidden;
}

.architecture-callout-image img {
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  transition: transform .7s ease;
  width: 100%;
}

.architecture-callout:hover .architecture-callout-image img {
  transform: scale(1.025);
}

.architecture-callout-copy h2 {
  font-size: clamp(44px, 6vw, 86px);
}

.architecture-callout-copy > p:not(.section-kicker) {
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
}

.architecture-callout-copy .button {
  margin-top: 18px;
}

.catalog-page {
  background: #111211;
  color: #fff;
}

.catalog-page .site-header,
.product-page .site-header {
  background: rgba(244, 241, 233, .97);
  color: var(--ink);
}

.catalog-hero {
  padding: 180px clamp(20px, 5vw, 72px) 86px;
  text-align: center;
}

.catalog-hero .section-kicker {
  color: var(--accent);
}

.catalog-hero h1 {
  font-size: clamp(64px, 13vw, 180px);
  letter-spacing: -.065em;
  margin-bottom: 26px;
}

.catalog-hero h1 sup {
  font-family: Manrope, Arial, sans-serif;
  font-size: clamp(14px, 1.4vw, 20px);
  letter-spacing: .08em;
  position: relative;
  top: -.5em;
}

.catalog-hero > p:last-child {
  color: rgba(255, 255, 255, .65);
  font-size: clamp(18px, 2vw, 24px);
  margin: 0 auto;
  max-width: 740px;
}

.catalog-browser {
  padding: 0 clamp(20px, 5vw, 72px) clamp(86px, 10vw, 140px);
}

.catalog-toolbar {
  align-items: end;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin: 0 auto 52px;
  max-width: 1500px;
  padding-bottom: 24px;
  scroll-margin-top: 100px;
}

.catalog-toolbar-main {
  flex: 1;
  min-width: 0;
}

.catalog-search {
  margin-bottom: 22px;
  max-width: 620px;
}

.catalog-search label {
  color: rgba(255, 255, 255, .66);
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.catalog-search input {
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .28);
  color: #fff;
  font: 600 15px/1.2 var(--font-body);
  height: 52px;
  outline: none;
  padding: 0 16px;
  transition: border-color .2s ease, background .2s ease;
  width: 100%;
}

.catalog-search input::placeholder {
  color: rgba(255, 255, 255, .48);
}

.catalog-search input:focus {
  background: rgba(255, 255, 255, .07);
  border-color: var(--accent);
}

.catalog-empty {
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  color: rgba(255, 255, 255, .62);
  margin: 0;
  padding: 72px 0;
  text-align: center;
}

.catalog-count {
  color: var(--accent);
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.catalog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.catalog-filter-group + .catalog-filter-group {
  border-top: 1px solid rgba(255, 255, 255, .1);
  margin-top: 16px;
  padding-top: 16px;
}

.catalog-filter-group > p {
  color: rgba(255, 255, 255, .48);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  margin: 0 0 9px;
  text-transform: uppercase;
}

.collection-filter {
  border-color: rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .58);
  font-weight: 700;
}

.collection-filter-select {
  appearance: none;
  background: #111211;
  border: 1px solid rgba(255, 255, 255, .22);
  color: #fff;
  cursor: pointer;
  font: inherit;
  min-height: 42px;
  padding: 0 42px 0 13px;
  width: min(100%, 420px);
}

.catalog-filter,
.page-button {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .22);
  color: rgba(255, 255, 255, .72);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  min-height: 38px;
  padding: 0 13px;
}

.catalog-filter.active,
.catalog-filter:hover,
.page-button.active,
.page-button:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--ink);
}

.catalog-contact-button {
  flex: 0 0 auto;
}

.catalog-pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 72px;
}

.page-button {
  padding: 0;
  width: 42px;
}

.page-button:disabled {
  cursor: default;
  opacity: .35;
}

.page-button:disabled:hover {
  background: transparent;
  border-color: rgba(255, 255, 255, .22);
  color: rgba(255, 255, 255, .72);
}

.page-gap {
  color: rgba(255, 255, 255, .48);
  padding: 0 2px;
}

.product-page {
  background: #111211;
  color: #fff;
}

.product-detail {
  margin: 0 auto;
  max-width: 1540px;
  padding: 142px clamp(20px, 5vw, 72px) 96px;
}

.product-breadcrumb {
  color: rgba(255, 255, 255, .55);
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 700;
  gap: 9px;
  margin-bottom: 28px;
}

.product-breadcrumb a:hover {
  color: var(--accent);
}

.product-detail-layout {
  align-items: start;
  display: grid;
  gap: clamp(38px, 6vw, 92px);
  grid-template-columns: minmax(0, 1.16fr) minmax(350px, .84fr);
}

.product-media {
  display: grid;
  gap: 14px;
  grid-template-columns: 82px minmax(0, 1fr);
}

.product-media-thumbnails {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 760px;
  overflow-y: auto;
  padding-right: 4px;
  scrollbar-color: var(--accent) rgba(255, 255, 255, .08);
  scrollbar-width: thin;
}

.product-media-thumbnails:empty {
  display: none;
}

.product-media-thumbnails[hidden] {
  display: none;
}

.product-media.single-media {
  grid-template-columns: 1fr;
}

.product-media-thumb {
  aspect-ratio: 4 / 5;
  background: #070807;
  border: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .7);
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  position: relative;
  flex: 0 0 auto;
  width: 100%;
}

.product-media-thumb.active,
.product-media-thumb:hover {
  border-color: var(--accent);
}

.product-media-thumb img {
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 1;
  width: 100%;
}

.product-media-thumb span {
  align-items: center;
  display: flex;
  font-size: 10px;
  font-weight: 800;
  height: 100%;
  justify-content: center;
  text-transform: uppercase;
}

.product-media-thumb .product-media-video-label {
  background: var(--accent);
  bottom: 5px;
  color: #050805;
  display: block;
  font-size: 9px;
  height: auto;
  left: 5px;
  line-height: 1;
  padding: 5px 6px;
  position: absolute;
}

.product-main-media {
  align-items: center;
  aspect-ratio: 4 / 5;
  background: #070807;
  display: flex;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.product-main-media img,
.product-main-media video {
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 1;
  width: 100%;
}

.product-media.decoration-media .product-main-media,
.product-media.decoration-media .product-media-thumb {
  background: #070807;
}

.product-media.square-media .product-main-media,
.product-media.square-media .product-media-thumb {
  aspect-ratio: 1;
  background: #f4f4f2;
}

.product-main-media [hidden] {
  display: none;
}

.product-summary {
  position: sticky;
  top: 118px;
}

.product-summary .section-kicker {
  color: var(--accent);
  margin-bottom: 14px;
}

.product-summary h1 {
  font-size: clamp(44px, 5vw, 78px);
  letter-spacing: -.055em;
  line-height: .95;
  margin-bottom: 24px;
}

.product-summary-copy {
  color: rgba(255, 255, 255, .7);
  font-size: clamp(17px, 1.5vw, 21px);
  margin-bottom: 30px;
  max-width: 620px;
}

.painted-model-notice,
.lighting-model-notice {
  align-items: flex-start;
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(255, 255, 255, .14);
  display: flex;
  gap: 14px;
  margin: -10px 0 28px;
  max-width: 620px;
  padding: 14px;
}

.painted-model-notice[hidden],
.lighting-model-notice[hidden] {
  display: none;
}

.painted-model-badge,
.lighting-model-badge {
  flex: 0 0 auto;
  font-size: 11px;
  padding: 8px 10px;
}

.painted-model-notice p,
.lighting-model-notice p {
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  line-height: 1.45;
  margin: 0;
}

.painted-model-notice strong,
.lighting-model-notice strong {
  color: #fff;
}

.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}

.product-tags span {
  border: 1px solid rgba(255, 255, 255, .2);
  color: rgba(255, 255, 255, .72);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  padding: 8px 10px;
  text-transform: uppercase;
}

.product-purchase-meta {
  border-top: 1px solid rgba(255, 255, 255, .18);
  margin: 0 0 34px;
}

.product-purchase-meta div {
  align-items: baseline;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 15px 0;
}

.product-purchase-meta [hidden] {
  display: none;
}

.product-purchase-meta dt {
  color: rgba(255, 255, 255, .48);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product-purchase-meta dd {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  text-align: right;
}

.product-purchase-meta .product-regular-price {
  color: rgba(255, 255, 255, .55);
  text-decoration: line-through;
}

.product-purchase-meta [data-product-member-price] {
  color: var(--accent);
}

.product-size-note {
  border-left: 2px solid var(--accent);
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  margin: -16px 0 28px;
  padding-left: 12px;
}

.product-size-note[hidden] {
  display: none;
}

.product-shipping {
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  margin: -8px 0 28px;
  padding-bottom: 28px;
}

.product-shipping label {
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.product-shipping-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.product-shipping input,
.product-shipping button {
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 0;
  font: inherit;
  min-height: 46px;
}

.product-shipping input {
  background: rgba(255, 255, 255, .035);
  border-right: 0;
  color: #fff;
  min-width: 0;
  padding: 0 14px;
}

.product-shipping button {
  background: var(--accent);
  color: #081008;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  padding: 0 18px;
  text-transform: uppercase;
}

.product-shipping [data-shipping-result] {
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
  line-height: 1.4;
  margin: 9px 0 0;
  min-height: 17px;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.product-actions .button {
  flex: 1 1 210px;
}

.product-buying-note {
  color: rgba(255, 255, 255, .48);
  font-size: 12px;
  margin: 16px 0 0;
}

.product-variation-note {
  color: rgba(255, 255, 255, .54);
  font-size: 11px;
  line-height: 1.55;
  margin: 9px 0 0;
}

.product-information {
  border-top: 1px solid rgba(255, 255, 255, .16);
  display: grid;
  gap: clamp(38px, 7vw, 110px);
  grid-template-columns: .8fr 1.2fr;
  margin: 96px auto 0;
  max-width: 1500px;
  padding-top: 54px;
}

.product-information h2,
.product-related h2 {
  font-size: clamp(36px, 5vw, 68px);
  letter-spacing: -.05em;
}

.product-information p {
  color: rgba(255, 255, 255, .66);
  font-size: clamp(17px, 1.5vw, 21px);
  max-width: 720px;
}

.product-steps {
  counter-reset: product-step;
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-steps li {
  border-top: 1px solid rgba(255, 255, 255, .14);
  counter-increment: product-step;
  display: grid;
  gap: 18px;
  grid-template-columns: 42px 1fr;
  padding: 18px 0;
}

.product-steps li::before {
  color: var(--accent);
  content: "0" counter(product-step);
  font-size: 12px;
  font-weight: 800;
}

.product-steps strong {
  display: block;
  margin-bottom: 4px;
}

.product-steps p {
  font-size: 14px;
  margin: 0;
}

.product-related {
  border-top: 1px solid rgba(255, 255, 255, .16);
  margin-top: 88px;
  padding-top: 54px;
}

.product-related-heading {
  align-items: end;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 42px;
}

.product-related-heading h2 {
  margin-bottom: 0;
}

.product-not-found {
  min-height: 70vh;
  padding: 190px clamp(20px, 5vw, 72px) 100px;
  text-align: center;
}

.product-not-found h1 {
  font-size: clamp(48px, 9vw, 110px);
}

.modeling {
  background: #e7e4dc;
  display: grid;
  gap: clamp(38px, 6vw, 78px);
  grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr);
}

.modeling-heading {
  align-self: center;
}

.modeling-heading h2 {
  font-size: clamp(48px, 7vw, 100px);
  max-width: 780px;
}

.modeling-heading > p:not(.section-kicker) {
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
  max-width: 680px;
}

.modeling-heading .button {
  margin-top: 22px;
}

.modeling-visual {
  align-self: start;
  position: relative;
}

.modeling-visual img {
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  width: 100%;
}

.modeling-visual span {
  background: var(--accent);
  bottom: 0;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  left: 0;
  letter-spacing: .1em;
  padding: 13px 16px;
  position: absolute;
  text-transform: uppercase;
}

.modeling-services {
  border-top: 1px solid var(--line);
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.modeling-service {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 22px;
  grid-template-columns: 42px 1fr;
  padding: 30px 28px 30px 0;
}

.modeling-service:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.modeling-service:nth-child(even) {
  padding-left: 28px;
}

.modeling-service > span {
  color: var(--accent-dark);
  font-weight: 800;
}

.modeling-service h3 {
  font-size: clamp(24px, 3vw, 38px);
  margin-bottom: 10px;
}

.modeling-service p {
  color: var(--muted);
  margin-bottom: 0;
}

.catalog-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 54px;
}

.product-tile {
  border-top: 1px solid var(--line);
  min-height: 470px;
  padding-top: 22px;
}

.product-tile p {
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tile-visual {
  align-items: center;
  background: var(--paper-strong);
  border: 1px solid var(--line);
  display: flex;
  height: 220px;
  justify-content: center;
  margin-bottom: 28px;
  overflow: hidden;
  position: relative;
}

.tile-visual::before,
.tile-visual::after {
  content: "";
  display: block;
  position: absolute;
}

.vase::before {
  background: repeating-linear-gradient(90deg, #222 0 8px, #333 8px 14px);
  border-radius: 42% 42% 22% 22%;
  height: 150px;
  width: 104px;
}

.vase::after {
  border: 10px solid var(--accent);
  border-radius: 50%;
  height: 82px;
  width: 82px;
}

.bracket::before {
  border: 22px solid var(--ink);
  border-right: 0;
  height: 118px;
  width: 118px;
}

.bracket::after {
  background: var(--accent);
  height: 22px;
  transform: rotate(-34deg);
  width: 170px;
}

.miniature::before {
  background: linear-gradient(135deg, var(--accent), #fff 60%);
  clip-path: polygon(50% 0, 88% 28%, 76% 90%, 24% 90%, 12% 28%);
  height: 150px;
  width: 130px;
}

.miniature::after {
  border: 12px solid var(--ink);
  height: 112px;
  transform: rotate(45deg);
  width: 112px;
}

.prototype::before {
  background:
    linear-gradient(var(--ink), var(--ink)) 50% 50% / 130px 18px no-repeat,
    linear-gradient(var(--ink), var(--ink)) 50% 50% / 18px 130px no-repeat;
  height: 150px;
  transform: rotate(45deg);
  width: 150px;
}

.prototype::after {
  border: 2px dashed var(--accent-dark);
  height: 160px;
  width: 160px;
}

.quote {
  background: var(--paper-strong);
  display: grid;
  gap: clamp(36px, 7vw, 96px);
  grid-template-columns: .9fr 1.1fr;
}

.steps {
  counter-reset: steps;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 54px 0 0;
  padding: 0;
}

.steps li {
  border-top: 1px solid var(--line);
  padding-top: 22px;
}

.steps span {
  color: var(--accent-dark);
  font-weight: 800;
}

.steps h3 {
  font-size: clamp(25px, 3vw, 42px);
  margin: 26px 0 16px;
}

.steps p {
  color: var(--muted);
}

.quote-form {
  background: var(--dark);
  color: #fff;
  padding: clamp(24px, 4vw, 46px);
  box-shadow: var(--shadow);
}

.quote-form label {
  color: rgba(255, 255, 255, .68);
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.contact-trap {
  height: 0;
  left: -10000px;
  margin: 0 !important;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 0;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .16);
  color: #fff;
  display: block;
  margin-top: 8px;
  outline: 0;
  padding: 15px 16px;
  resize: vertical;
  width: 100%;
}

.quote-form select option {
  color: var(--ink);
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: var(--accent);
}

.official-contacts {
  border-top: 1px solid var(--line);
  margin-top: 38px;
}

.official-contacts a {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 18px 0;
}

.official-contacts span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.official-contacts strong {
  overflow-wrap: anywhere;
  text-align: right;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.email-button {
  background: transparent;
  border-color: rgba(255, 255, 255, .35);
  color: #fff;
}

.email-button:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.form-result {
  color: var(--accent);
  margin: 18px 0 0;
}

.footer {
  align-items: end;
  background: var(--ink);
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 42px clamp(20px, 5vw, 72px);
}

.footer p {
  color: rgba(255, 255, 255, .65);
  margin: 8px 0 0;
}

.footer a {
  color: var(--accent);
  font-weight: 800;
}

.footer-contacts {
  align-items: end;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.floating-contact {
  bottom: 22px;
  display: flex;
  gap: 8px;
  position: fixed;
  right: 22px;
  z-index: 19;
}

.floating-contact a {
  align-items: center;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .2);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  min-height: 50px;
}

.floating-whatsapp {
  background: var(--accent);
  color: var(--ink);
  gap: 9px;
  padding: 0 17px;
}

.floating-whatsapp span {
  align-items: center;
  background: var(--ink);
  color: var(--accent);
  display: inline-flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.floating-email {
  background: var(--ink);
  color: var(--accent);
  font-size: 20px !important;
  width: 50px;
}

.wholesale-hero {
  align-items: end;
  color: #fff;
  display: grid;
  min-height: 88svh;
  overflow: hidden;
  padding: 130px clamp(20px, 5vw, 72px) 72px;
  position: relative;
}

.wholesale-hero > img,
.wholesale-hero-shade {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.wholesale-hero > img {
  object-fit: cover;
  object-position: center;
}

.wholesale-hero-shade {
  background: rgba(8, 10, 9, .7);
}

.wholesale-hero-content {
  max-width: 1040px;
  position: relative;
  z-index: 1;
}

.wholesale-hero .section-kicker {
  color: var(--accent);
}

.wholesale-hero h1 {
  font-size: clamp(48px, 7.6vw, 108px);
  letter-spacing: 0;
  margin-bottom: 28px;
  max-width: 1000px;
}

.wholesale-hero-content > p:not(.section-kicker) {
  color: rgba(255, 255, 255, .82);
  font-size: clamp(18px, 2vw, 24px);
  max-width: 720px;
}

.wholesale-intro-copy {
  align-items: end;
  display: grid;
  gap: clamp(36px, 8vw, 120px);
  grid-template-columns: 1.25fr .75fr;
}

.wholesale-intro h2,
.wholesale-flow h2,
.wholesale-cta h2 {
  letter-spacing: 0;
}

.wholesale-intro-copy > p {
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
  margin-bottom: 24px;
}

.wholesale-benefits {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(56px, 8vw, 100px);
}

.wholesale-benefits article {
  padding: 32px clamp(18px, 2vw, 32px) 38px;
}

.wholesale-benefits article + article {
  border-left: 1px solid var(--line);
}

.wholesale-benefits span,
.wholesale-flow li > span {
  color: var(--accent-dark);
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  margin-bottom: 34px;
}

.wholesale-benefits h3,
.wholesale-flow h3 {
  font-size: clamp(22px, 2.2vw, 32px);
  margin-bottom: 14px;
}

.wholesale-benefits p,
.wholesale-flow p {
  color: var(--muted);
  margin-bottom: 0;
}

.wholesale-assortment {
  background: var(--dark);
  color: #fff;
}

.wholesale-assortment .section-kicker {
  color: var(--accent);
}

.wholesale-assortment .section-heading > p:last-child {
  color: rgba(255, 255, 255, .62);
  font-size: clamp(18px, 2vw, 22px);
  max-width: 700px;
}

.wholesale-product-grid {
  display: grid;
  gap: clamp(18px, 2vw, 30px);
  grid-template-columns: repeat(4, 1fr);
  margin-top: 56px;
}

.wholesale-product-grid img {
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
  width: 100%;
}

.wholesale-product-grid p {
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  margin: 18px 0 8px;
  text-transform: uppercase;
}

.wholesale-product-grid h3 {
  font-size: clamp(22px, 2vw, 30px);
  margin-bottom: 0;
}

.wholesale-catalog-link {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, .18);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-top: 64px;
  padding-top: 32px;
}

.wholesale-catalog-link p {
  color: rgba(255, 255, 255, .65);
  margin: 0;
}

.wholesale-flow ol {
  border-top: 1px solid var(--line);
  list-style: none;
  margin: 56px 0 0;
  padding: 0;
}

.wholesale-flow li {
  align-items: start;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 28px;
  grid-template-columns: 80px 1fr;
  padding: 30px 0;
}

.wholesale-flow li > span {
  margin: 6px 0 0;
}

.wholesale-flow li div {
  align-items: baseline;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(260px, .7fr) 1fr;
}

.wholesale-flow h3,
.wholesale-flow p {
  margin-bottom: 0;
}

.wholesale-cta {
  align-items: end;
  background: var(--accent);
  display: grid;
  gap: clamp(36px, 8vw, 120px);
  grid-template-columns: 1.2fr .8fr;
}

.wholesale-cta .section-kicker {
  color: var(--ink);
}

.wholesale-cta h2 {
  font-size: clamp(48px, 7vw, 92px);
}

.wholesale-cta p {
  font-size: clamp(18px, 2vw, 22px);
  max-width: 680px;
}

.wholesale-cta-actions {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.button.dark {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

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

.wholesale-cta-actions small {
  color: rgba(16, 19, 18, .7);
  display: block;
  margin-top: 10px;
}

@media (max-width: 980px) {
  .wholesale-intro-copy,
  .wholesale-cta {
    grid-template-columns: 1fr;
  }

  .wholesale-benefits,
  .wholesale-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wholesale-benefits article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .wholesale-benefits article:nth-child(4) {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 640px) {
  .wholesale-hero {
    min-height: 760px;
    padding: 110px 18px 52px;
  }

  .wholesale-hero h1 {
    font-size: 48px;
  }

  .wholesale-benefits,
  .wholesale-product-grid {
    grid-template-columns: 1fr;
  }

  .wholesale-benefits article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .wholesale-catalog-link {
    align-items: stretch;
    flex-direction: column;
  }

  .wholesale-flow li {
    grid-template-columns: 48px 1fr;
  }

  .wholesale-flow li div {
    gap: 10px;
    grid-template-columns: 1fr;
  }
}

/* Backoffice Wolgrad 3D */
.admin-page {
  background: #eef0ec;
  color: #151816;
  min-height: 100vh;
}

.account-admin-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; }

.admin-topbar {
  align-items: center;
  background: #0c0f0d;
  color: #fff;
  display: flex;
  height: 72px;
  justify-content: space-between;
  padding: 0 28px;
  position: sticky;
  top: 0;
  z-index: 30;
}

.admin-topbar .brand-mark { background: var(--accent); color: var(--ink); }
.admin-topbar > div { align-items: center; display: flex; font-size: 12px; gap: 18px; }
.admin-topbar > div a,
.admin-topbar > div button { border: 0; color: #fff; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.admin-topbar > div button { background: transparent; cursor: pointer; padding: 0; }

.admin-shell { display: grid; grid-template-columns: 220px minmax(0, 1fr); min-height: calc(100vh - 72px); }
.admin-sidebar { background: #151917; display: flex; flex-direction: column; gap: 2px; padding: 24px 12px; }
.admin-sidebar button { background: transparent; border: 0; color: rgba(255,255,255,.67); cursor: pointer; font-size: 12px; font-weight: 700; padding: 14px 16px; text-align: left; }
.admin-sidebar button:hover,
.admin-sidebar button.active { background: rgba(132,241,56,.1); color: var(--accent); }

.admin-content { min-width: 0; padding: 34px clamp(18px, 3vw, 46px) 64px; }
.admin-view[hidden] { display: none; }
.admin-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 24px; }
.admin-heading p { color: #657068; font-size: 10px; font-weight: 800; letter-spacing: .15em; margin: 0 0 4px; text-transform: uppercase; }
.admin-heading h1 { font-family: "Space Grotesk", Manrope, sans-serif; font-size: 34px; line-height: 1; margin: 0; }
.admin-heading-actions { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.admin-heading button,
.admin-export,
.admin-toolbar button,
.admin-bulk button,
.admin-panel-heading button,
.admin-report-filter button,
.admin-primary { background: #151917; border: 1px solid #151917; color: #fff; cursor: pointer; font-size: 10px; font-weight: 800; min-height: 38px; padding: 0 16px; text-transform: uppercase; }
.admin-primary { background: var(--accent); border-color: var(--accent); color: var(--ink); }
.admin-export { align-items: center; display: inline-flex; }

.admin-message { background: #daf7c7; border-left: 3px solid var(--accent-dark); box-shadow: 0 8px 20px rgba(20,30,24,.08); font-size: 12px; left: 50%; margin: 0; max-width: 460px; padding: 12px 18px; position: fixed; top: 82px; transform: translateX(-50%); z-index: 50; }
.admin-message:empty { display: none; }
.admin-message.error { background: #ffe3df; border-color: #a62318; color: #72180f; }

.admin-metrics { display: grid; gap: 12px; grid-template-columns: repeat(6, minmax(0, 1fr)); margin-bottom: 20px; }
.admin-metrics article,
.admin-maintenance-summary article { background: #fff; border: 1px solid #dce1dc; min-width: 0; padding: 18px; }
.admin-metrics span,
.admin-maintenance-summary span { color: #687069; display: block; font-size: 10px; font-weight: 700; margin-bottom: 8px; text-transform: uppercase; }
.admin-metrics strong,
.admin-maintenance-summary strong { display: block; font-family: "Space Grotesk", Manrope, sans-serif; font-size: 22px; overflow-wrap: anywhere; }

.admin-panel { background: #fff; border: 1px solid #dce1dc; margin-bottom: 18px; padding: 20px; }
.admin-panel h2 { font-size: 16px; margin: 0 0 16px; }
.admin-panel-heading { align-items: center; display: flex; justify-content: space-between; margin-bottom: 15px; }
.admin-panel-heading h2 { margin: 0; }
.admin-panel-heading p { color: #69716b; font-size: 11px; margin: 2px 0 0; }
.admin-table-wrap { overflow-x: auto; }
.admin-panel table { border-collapse: collapse; min-width: 760px; width: 100%; }
.admin-panel th { color: #69716b; font-size: 9px; letter-spacing: .08em; padding: 10px 9px; text-align: left; text-transform: uppercase; }
.admin-panel td { border-top: 1px solid #e5e8e4; font-size: 11px; max-width: 280px; padding: 11px 9px; vertical-align: middle; white-space: pre-line; }
.admin-panel td strong,
.admin-panel td small { display: block; }
.admin-panel td small { color: #737b75; margin-top: 3px; }
.admin-panel tbody tr:hover { background: #f7f9f5; }
.admin-row-action { background: transparent; border: 1px solid #bfc6c0; cursor: pointer; font-size: 9px; font-weight: 800; min-height: 30px; padding: 0 10px; text-transform: uppercase; }
.admin-table-actions { display: flex; gap: 6px; }
.admin-table-actions .admin-row-action:last-child { border-color: #e1b8b4; color: #8a241a; }
.admin-product-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 6px; }
.admin-product-actions .admin-row-action { align-items: center; display: inline-flex; text-decoration: none; white-space: nowrap; }
.admin-private-source { border: 1px solid #cfd5d0; padding: 12px; }
.admin-private-source small { color: #69716b; display: block; font-size: 10px; font-weight: 500; margin-top: 6px; text-transform: none; }
.admin-private-source-link { color: #174f32; display: inline-block; font-size: 11px; font-weight: 800; margin-top: 9px; text-transform: uppercase; }
.admin-status { background: #eef0ed; display: inline-flex; font-size: 9px; font-weight: 800; padding: 5px 7px; white-space: nowrap; }
.status-concluido,
.status-aprovado { background: #dff5d2; color: #285719; }
.status-cancelado,
.status-recusado { background: #f9deda; color: #852218; }
.status-enviado,
.status-em_producao,
.status-pagamento_confirmado { background: #e0ebf7; color: #234f79; }

.admin-toolbar { align-items: center; display: flex; gap: 14px; justify-content: space-between; margin-bottom: 16px; }
.admin-toolbar form,
.admin-bulk { display: flex; gap: 7px; }
.admin-toolbar form { flex: 1; }
.admin-toolbar input,
.admin-toolbar select,
.admin-bulk select,
.admin-report-filter input { background: #fff; border: 1px solid #cfd5cf; min-height: 38px; padding: 0 11px; }
.admin-toolbar input { max-width: 420px; width: 100%; }
.admin-pagination { align-items: center; display: flex; gap: 14px; justify-content: flex-end; padding-top: 16px; }
.admin-pagination button { background: transparent; border: 1px solid #c6cdc7; cursor: pointer; font-size: 10px; min-height: 32px; padding: 0 12px; }
.admin-pagination button:disabled { cursor: default; opacity: .35; }
.admin-pagination span { color: #69716b; font-size: 10px; }
.admin-product-thumb { aspect-ratio: 4 / 5; float: left; margin-right: 10px; object-fit: cover; width: 36px; }
.admin-internal-code-cell,
.admin-internal-code {
  color: var(--accent);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
  letter-spacing: .04em;
  white-space: nowrap;
}

.admin-internal-code[readonly] {
  background: rgba(126, 255, 47, .06);
  border-color: rgba(126, 255, 47, .35);
}

.admin-report-filter { align-items: end; display: flex; gap: 10px; margin-bottom: 18px; }
.admin-report-filter label { color: #69716b; display: grid; font-size: 10px; font-weight: 800; gap: 5px; text-transform: uppercase; }
.admin-report-grid { display: grid; gap: 18px; grid-template-columns: 1fr 1fr; }
.admin-maintenance-summary { display: grid; gap: 12px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 18px; }

.admin-dialog { border: 0; box-shadow: 0 30px 90px rgba(0,0,0,.28); max-height: calc(100vh - 40px); max-width: 820px; overflow-y: auto; padding: 30px; width: calc(100% - 36px); }
.admin-dialog::backdrop { background: rgba(9,12,10,.7); }
.admin-dialog > form > p { color: var(--accent-dark); font-size: 10px; font-weight: 800; letter-spacing: .15em; margin: 0; text-transform: uppercase; }
.admin-dialog h2 { font-family: "Space Grotesk", Manrope, sans-serif; font-size: 28px; margin: 4px 0 22px; }
.admin-dialog-close { height: 0; position: relative; }
.admin-dialog-close button { background: transparent; border: 0; cursor: pointer; font-size: 28px; line-height: 1; position: absolute; right: -12px; top: -14px; }
.admin-dialog-grid { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; margin-bottom: 20px; }
.admin-dialog-grid label { color: #5f6862; display: grid; font-size: 10px; font-weight: 800; gap: 5px; text-transform: uppercase; }
.admin-dialog-grid input,
.admin-dialog-grid select,
.admin-dialog-grid textarea { border: 1px solid #ccd2cd; min-height: 42px; padding: 10px; resize: vertical; text-transform: none; }
.admin-dialog-grid .span-2 { grid-column: 1 / -1; }
.admin-dialog-grid .admin-check { align-items: center; display: flex; min-height: 42px; }
.admin-dialog-grid .admin-check input { min-height: auto; width: auto; }
.admin-dialog-grid small { font-size: 9px; font-weight: 400; text-transform: none; }
.admin-order-detail { background: #f0f2ee; display: grid; gap: 5px; margin: 0 0 18px; padding: 15px; }
.admin-order-detail p,
.admin-order-detail strong { font-size: 11px; margin: 0; }
.admin-quote-dialog,
.admin-resources-dialog { max-width: 1080px; }
.admin-quote-items-heading { align-items: center; border-top: 1px solid #dce1dc; display: flex; justify-content: space-between; padding: 18px 0 12px; }
.admin-quote-items-heading > div { display: grid; gap: 2px; }
.admin-quote-items-heading strong { font-size: 13px; }
.admin-quote-items-heading small { color: #687069; font-size: 10px; }
.admin-quote-items-heading button,
.admin-quote-item-head button { background: transparent; border: 1px solid #bfc6c0; cursor: pointer; font-size: 9px; font-weight: 800; min-height: 32px; padding: 0 10px; text-transform: uppercase; }
.admin-quote-items { display: grid; gap: 12px; margin-bottom: 20px; }
.admin-quote-item { background: #f7f9f5; border: 1px solid #dce1dc; padding: 16px; }
.admin-quote-item-head { align-items: center; display: flex; justify-content: space-between; margin-bottom: 13px; }
.admin-quote-item-head strong { font-size: 11px; text-transform: uppercase; }
.admin-quote-item-head button { border-color: #e1b8b4; color: #8a241a; }
.admin-quote-item .admin-dialog-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-bottom: 10px; }
.admin-quote-breakdown { color: #5f6862; font-size: 9px; line-height: 1.55; }
.admin-quote-terms { border-top: 1px solid #dce1dc; padding-top: 18px; }
.admin-quote-summary { align-items: center; background: #151917; color: #fff; display: flex; flex-wrap: wrap; gap: 12px 28px; justify-content: flex-end; margin-bottom: 16px; padding: 15px 18px; }
.admin-quote-summary span { font-size: 10px; text-transform: uppercase; }
.admin-quote-summary strong { color: var(--accent); display: block; font-size: 18px; margin-top: 2px; }
.admin-filaments { border-top: 1px solid #dce1dc; margin-bottom: 16px; }
.admin-filaments article { align-items: center; border-bottom: 1px solid #dce1dc; display: flex; justify-content: space-between; padding: 11px 0; }
.admin-filaments article > div { display: grid; gap: 3px; }
.admin-filaments small { color: #687069; font-size: 10px; }
.admin-filament-form { background: #f7f9f5; padding: 16px; }
.admin-filament-metrics { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.admin-view[data-admin-view="filaments"] .admin-panel table { min-width: 1240px; }
.admin-stock-low { color: #a02c20; font-weight: 800; }
.admin-stock-preview { background: #e8fbdc; border-left: 3px solid var(--accent-dark); color: #315421; font-size: 11px; font-weight: 800; padding: 12px; }
.admin-dialog-kicker { color: var(--accent-dark); font-size: 10px; font-weight: 800; letter-spacing: .15em; margin: 0; text-transform: uppercase; }
.admin-filament-form h2 { margin-bottom: 0; }
.admin-costs-layout { align-items: start; display: grid; gap: 24px; grid-template-columns: minmax(0, 1fr) 340px; }
.admin-costs-form { display: grid; gap: 16px; }
.admin-costs-form fieldset { background: #fff; border: 1px solid #dce1dc; margin: 0; padding: 22px; }
.admin-costs-form legend { font-family: "Space Grotesk", Manrope, sans-serif; font-size: 16px; font-weight: 700; padding: 0 8px; }
.admin-costs-form .admin-dialog-grid { margin-bottom: 0; }
.admin-cost-reference { background: #151917; color: #fff; padding: 24px; position: sticky; top: 96px; }
.admin-cost-reference > p { color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .12em; margin: 0 0 5px; text-transform: uppercase; }
.admin-cost-reference h2 { font-family: "Space Grotesk", Manrope, sans-serif; font-size: 23px; margin: 0 0 20px; }
.admin-cost-reference dl { margin: 0; }
.admin-cost-reference dl > div { border-top: 1px solid rgba(255,255,255,.14); padding: 11px 0; }
.admin-cost-reference dt { color: rgba(255,255,255,.58); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.admin-cost-reference dd { font-size: 12px; margin: 4px 0 0; }
.admin-cost-reference dl > p { color: rgba(255,255,255,.68); font-size: 10px; line-height: 1.55; }
.admin-cost-sources { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.admin-cost-sources a { border: 1px solid rgba(255,255,255,.3); color: #fff; display: inline-flex; font-size: 9px; font-weight: 800; padding: 10px 12px; text-transform: uppercase; }
.admin-cost-formula { border-top: 3px solid var(--accent); margin-top: 24px; padding-top: 16px; }
.admin-cost-formula strong { font-size: 12px; }
.admin-cost-formula p { color: rgba(255,255,255,.68); font-size: 10px; line-height: 1.55; }

@media (max-width: 1320px) {
  .site-header .nav-toggle {
    display: block;
  }

  .site-header .nav {
    align-items: start;
    background: var(--paper-strong);
    border-left: 1px solid var(--line);
    bottom: 0;
    box-shadow: var(--shadow);
    flex-direction: column;
    font-size: 14px;
    gap: 22px;
    padding: 100px 34px 34px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(102%);
    transition: transform .25s ease;
    width: min(360px, 86vw);
    z-index: -1;
  }

  body.nav-open .site-header .nav {
    transform: translateX(0);
  }

  .shop-account-link {
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (max-width: 1180px) {
  .admin-metrics { grid-template-columns: repeat(3, 1fr); }
  .admin-filament-metrics { grid-template-columns: repeat(2, 1fr); }
  .admin-costs-layout { grid-template-columns: 1fr; }
  .admin-cost-reference { position: static; }
}

@media (max-width: 820px) {
  .admin-topbar { height: 62px; padding: 0 14px; }
  .admin-topbar .brand > span:last-child,
  .admin-topbar [data-admin-name] { display: none; }
  .admin-shell { display: block; min-height: calc(100vh - 62px); }
  .admin-sidebar { flex-direction: row; overflow-x: auto; padding: 7px 10px; position: sticky; top: 62px; z-index: 20; }
  .admin-sidebar button { flex: 0 0 auto; padding: 10px 12px; }
  .admin-content { padding: 24px 14px 50px; }
  .admin-heading h1 { font-size: 28px; }
  .admin-toolbar { align-items: stretch; flex-direction: column; }
  .admin-toolbar form { flex-wrap: wrap; }
  .admin-toolbar input { max-width: none; }
  .admin-report-grid { grid-template-columns: 1fr; }
  .admin-quote-item .admin-dialog-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .admin-topbar > div { gap: 10px; }
  .admin-metrics { grid-template-columns: repeat(2, 1fr); }
  .admin-metrics article { padding: 14px; }
  .admin-metrics strong { font-size: 18px; }
  .admin-maintenance-summary { grid-template-columns: 1fr; }
  .admin-heading { align-items: flex-start; gap: 14px; }
  .admin-dialog { padding: 24px 18px; }
  .admin-dialog-grid { grid-template-columns: 1fr; }
  .admin-dialog-grid .span-2 { grid-column: auto; }
  .admin-quote-item .admin-dialog-grid { grid-template-columns: 1fr; }
  .admin-heading-actions { justify-content: flex-start; }
  .admin-report-filter { align-items: stretch; flex-direction: column; }
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .featured-hero h1,
  .featured-hero h2 {
    font-size: 58px;
  }

  .featured-hero-content {
    width: 54vw;
  }

  .featured-hero-slide > img {
    width: 64%;
  }

  .service-intro {
    grid-template-columns: 1fr;
  }

  .service-intro-copy {
    max-width: 760px;
  }

  .service-intro-visual {
    max-width: 820px;
  }

  .nav-toggle {
    display: block;
  }

  .nav {
    align-items: start;
    background: var(--paper-strong);
    border-left: 1px solid var(--line);
    bottom: 0;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 100px 34px 34px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(102%);
    transition: transform .25s ease;
    width: min(360px, 86vw);
    z-index: -1;
  }

  body.nav-open .nav {
    transform: translateX(0);
  }

  .cobblemon-community,
  .architecture-callout,
  .modeling,
  .quote {
    grid-template-columns: 1fr;
  }

  .modeling-visual {
    max-width: 820px;
  }

  .catalog-grid,
  .products-grid,
  .catalog-grid-five,
  .steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-detail-layout,
  .product-information {
    grid-template-columns: 1fr;
  }

  .product-media {
    max-width: 820px;
  }

  .product-summary {
    position: static;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 14px 18px;
  }

  .brand span:last-child {
    display: none;
  }

  .featured-hero {
    min-height: 780px;
  }

  .featured-hero-slide > img {
    height: 60%;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 68%, rgba(0, 0, 0, .72) 78%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 68%, rgba(0, 0, 0, .72) 78%, transparent 100%);
    object-position: center top;
    top: 68px;
    width: 100%;
  }

  .featured-hero-shade {
    background: linear-gradient(0deg, #000 0%, #000 31%, rgba(0, 0, 0, .82) 45%, rgba(0, 0, 0, 0) 69%);
  }

  .featured-hero-content {
    bottom: 92px;
    left: 18px;
    max-width: calc(100% - 36px);
    top: auto;
    transform: translateY(18px);
    width: auto;
  }

  .featured-hero-slide.is-active .featured-hero-content {
    transform: translateY(0);
  }

  .featured-hero h1,
  .featured-hero h2 {
    font-size: 42px;
    margin-bottom: 14px;
  }

  .featured-hero-kicker {
    font-size: 11px;
    margin-bottom: 10px;
  }

  .featured-hero-content > p:not(.featured-hero-kicker) {
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 20px;
  }

  .featured-hero-content .button {
    min-height: 48px;
    padding: 0 18px;
  }

  .featured-hero-controls {
    bottom: 18px;
    justify-content: center;
    left: 18px;
    right: 18px;
  }

  .featured-hero-controls > button {
    height: 40px;
    width: 40px;
  }

  .featured-hero-count {
    display: none;
  }

  .featured-hero-dots button {
    width: 18px;
  }

  .featured-hero-dots button.is-active {
    width: 32px;
  }

  .service-intro-copy h2 {
    font-size: 44px;
  }

  .service-intro-copy > p:not(.section-kicker) {
    font-size: 17px;
  }

  .service-intro-meta {
    margin-top: 34px;
  }

  .hero {
    min-height: 760px;
    padding: 110px 18px 28px;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(8, 10, 9, .88) 0%, rgba(8, 10, 9, .55) 64%, rgba(8, 10, 9, .22) 100%),
      linear-gradient(0deg, rgba(8, 10, 9, .88) 0%, rgba(8, 10, 9, 0) 58%);
  }

  .hero-image {
    object-position: 64% center;
  }

  h1 {
    font-size: clamp(62px, 21vw, 96px);
  }

  .hero-meta {
    margin-top: 42px;
  }

  .section-pad {
    padding: 72px 18px;
  }

  .cobblemon-community-copy h2 {
    font-size: clamp(38px, 11vw, 48px);
  }

  .cobblemon-discount {
    margin-top: 28px;
  }

  .catalog-grid,
  .products-grid,
  .modeling-services,
  .catalog-grid-five,
  .steps {
    grid-template-columns: 1fr;
  }

  .catalog-more,
  .catalog-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .catalog-hero {
    padding: 130px 18px 64px;
  }

  .catalog-browser {
    padding-left: 18px;
    padding-right: 18px;
  }

  .catalog-product-info h3 {
    font-size: 21px;
  }

  .product-detail {
    padding: 118px 18px 72px;
  }

  .product-detail-layout {
    gap: 44px;
  }

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

  .product-main-media {
    order: 1;
  }

  .product-media-thumbnails {
    flex-direction: row;
    max-height: none;
    order: 2;
    overflow-x: auto;
    overflow-y: hidden;
    padding-right: 0;
    padding-bottom: 3px;
  }

  .product-media-thumb {
    flex: 0 0 70px;
  }

  .product-summary h1 {
    font-size: clamp(42px, 14vw, 62px);
  }

  .product-information {
    margin-top: 68px;
    padding-top: 38px;
  }

  .product-related {
    margin-top: 68px;
    padding-top: 38px;
  }

  .product-related-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .modeling-service,
  .modeling-service:nth-child(even) {
    border-right: 0;
    padding: 26px 0;
  }

  .product-tile {
    min-height: auto;
  }

  .footer {
    align-items: start;
    flex-direction: column;
    gap: 24px;
  }

  .footer-contacts {
    align-items: start;
  }

  .floating-contact {
    bottom: 14px;
    right: 14px;
  }

  .catalog-page .floating-contact,
  .product-page .floating-contact {
    justify-content: flex-end;
    margin: 0 18px 18px;
    position: static;
  }

  .floating-whatsapp strong {
    display: none;
  }

  .floating-whatsapp {
    padding: 0 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

/* Carrinho, conta e checkout */
.site-header .brand {
  flex-shrink: 0;
  margin-right: auto;
  order: 1;
}

.site-header .nav {
  gap: clamp(12px, 1.7vw, 28px);
  order: 2;
}

.site-header .nav-toggle {
  order: 4;
}

.shop-header-actions {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 8px;
  margin-left: 18px;
  order: 3;
}

.shop-account-link,
.shop-cart-button {
  align-items: center;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  height: 38px;
  justify-content: center;
  padding: 0 12px;
  text-transform: uppercase;
}

.shop-cart-button span {
  align-items: center;
  background: var(--ink);
  color: var(--accent);
  display: inline-flex;
  height: 20px;
  justify-content: center;
  margin-left: 7px;
  min-width: 20px;
  padding: 0 5px;
}

.catalog-product-actions {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 8px;
}

.catalog-add-button {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .24);
  color: #fff;
  cursor: pointer;
  font-size: 9px;
  font-weight: 800;
  min-height: 30px;
  padding: 0 9px;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease;
}

.catalog-add-button:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--ink);
}

body.cart-open {
  overflow: hidden;
}

.cart-shell {
  inset: 0;
  position: fixed;
  z-index: 100;
}

.cart-backdrop {
  background: rgba(8, 10, 9, .62);
  border: 0;
  inset: 0;
  position: absolute;
  width: 100%;
}

.cart-drawer {
  background: var(--paper-strong);
  bottom: 0;
  box-shadow: -24px 0 70px rgba(0, 0, 0, .2);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  padding: 26px;
  position: absolute;
  right: 0;
  top: 0;
  width: 440px;
}

.cart-drawer > header {
  align-items: flex-start;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.cart-drawer header p,
.cart-drawer header h2 {
  margin: 0;
}

.cart-drawer header p {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.cart-drawer header h2 {
  font-size: 34px;
}

.cart-close {
  background: transparent;
  border: 1px solid var(--line);
  cursor: pointer;
  font-size: 25px;
  height: 40px;
  line-height: 1;
  width: 40px;
}

.cart-items {
  flex: 1;
  overflow-y: auto;
}

.cart-item {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 14px;
  grid-template-columns: 78px 1fr;
  padding: 18px 0;
}

.cart-item img {
  aspect-ratio: 4 / 5;
  background: #e9e7df;
  height: auto;
  object-fit: cover;
  width: 78px;
}

.cart-item > div {
  align-items: start;
  display: grid;
  gap: 7px;
  grid-template-columns: 1fr auto;
}

.cart-item a {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.cart-item strong {
  font-size: 12px;
}

.cart-quantity {
  align-items: center;
  display: flex;
  gap: 0;
  grid-column: 1 / -1;
  margin-top: 4px;
}

.cart-quantity button,
.cart-quantity span {
  align-items: center;
  border: 1px solid var(--line);
  display: inline-flex;
  height: 30px;
  justify-content: center;
  min-width: 30px;
}

.cart-quantity button {
  background: transparent;
  cursor: pointer;
}

.cart-quantity span {
  border-left: 0;
  border-right: 0;
  font-size: 11px;
}

.cart-quantity .cart-remove {
  border: 0;
  color: var(--muted);
  font-size: 10px;
  margin-left: 8px;
  padding: 0 4px;
  text-decoration: underline;
  text-transform: uppercase;
}

.cart-drawer > footer {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.cart-drawer > footer .button {
  width: 100%;
}

.cart-member-note {
  color: var(--accent-dark);
  font-size: 11px;
  font-weight: 700;
  margin: 0 0 12px;
}

.cart-total {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
}

.cart-total strong {
  font-size: 24px;
}

.cart-drawer footer small {
  color: var(--muted);
  display: block;
  margin-bottom: 16px;
}

.cart-empty {
  margin: auto;
  text-align: center;
}

.shop-toast {
  background: var(--ink);
  bottom: 24px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  left: 50%;
  max-width: calc(100vw - 36px);
  opacity: 0;
  padding: 13px 18px;
  pointer-events: none;
  position: fixed;
  transform: translate(-50%, 12px);
  transition: opacity .2s ease, transform .2s ease;
  z-index: 120;
}

.shop-toast.visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.product-cart-panel {
  align-items: stretch;
  display: grid;
  gap: 10px;
  grid-template-columns: 122px minmax(0, 1fr);
  margin-bottom: 12px;
}

.product-cart-panel[hidden] {
  display: none;
}

.product-quantity-control {
  display: grid;
  grid-template-columns: 38px 46px 38px;
}

.product-quantity-control button,
.product-quantity-control input {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .24);
  color: #fff;
  min-height: 48px;
  text-align: center;
}

.product-quantity-control input {
  border-left: 0;
  border-right: 0;
  min-width: 0;
  -moz-appearance: textfield;
}

.product-quantity-control input::-webkit-inner-spin-button,
.product-quantity-control input::-webkit-outer-spin-button {
  appearance: none;
}

.product-quantity-control button {
  cursor: pointer;
}

.account-main,
.checkout-main {
  min-height: 80vh;
  padding: 150px clamp(20px, 5vw, 72px) 96px;
}

.account-heading,
.checkout-heading,
.account-access,
.account-dashboard,
.checkout-layout,
.checkout-success,
.checkout-empty {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}

.account-heading,
.checkout-heading {
  border-bottom: 1px solid var(--line);
  padding-bottom: 40px;
}

.account-heading h1,
.checkout-heading h1,
.checkout-success h1 {
  font-size: clamp(58px, 8vw, 112px);
  line-height: .9;
  margin: 8px 0 18px;
}

.account-heading > p:last-child,
.checkout-heading > p:last-child {
  color: var(--muted);
  font-size: 18px;
  margin: 0;
}

.account-access {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.account-access[hidden],
.account-dashboard[hidden],
.account-verification[hidden],
.activation-actions[hidden] {
  display: none !important;
}

.account-access > article {
  padding: 54px clamp(0px, 4vw, 64px) 20px 0;
}

.account-access > article + article {
  border-left: 1px solid var(--line);
  padding-left: clamp(32px, 4vw, 64px);
}

.account-access h2,
.account-profile h2,
.account-orders-heading h2 {
  font-size: clamp(36px, 4vw, 60px);
  margin: 5px 0 28px;
}

.account-form,
.checkout-form {
  display: grid;
  gap: 18px;
}

.account-form label,
.checkout-form label,
.checkout-fields label {
  display: grid;
  font-size: 11px;
  font-weight: 800;
  gap: 7px;
  text-transform: uppercase;
}

.account-form input,
.checkout-form input,
.checkout-form textarea {
  background: var(--paper-strong);
  border: 1px solid var(--line);
  border-radius: 0;
  min-height: 48px;
  padding: 10px 13px;
  width: 100%;
}

.password-input {
  display: block;
  position: relative;
}

.account-form .password-input input {
  padding-right: 54px;
}

.password-input button {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--muted);
  cursor: pointer;
  display: inline-flex;
  height: 46px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 46px;
}

.password-input button:hover,
.password-input button:focus-visible {
  color: var(--ink);
}

.password-input svg {
  height: 20px;
  width: 20px;
}

.password-input button[aria-pressed="true"] .password-eye-slash {
  display: none;
}

.checkout-form textarea {
  resize: vertical;
}

.account-form label small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
  text-transform: none;
}

.account-form .account-check {
  align-items: start;
  display: grid;
  gap: 10px;
  grid-template-columns: 20px 1fr;
  line-height: 1.45;
  text-transform: none;
}

.account-community-note {
  display: block;
  line-height: 1.55;
  margin-top: 7px;
}

.account-community-note a,
.account-profile dd a {
  color: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.account-check input {
  min-height: 20px;
  padding: 0;
}

.account-privacy,
.account-result {
  color: var(--muted);
  font-size: 11px;
}

.account-verification {
  border-top: 1px solid var(--line);
  margin: 52px auto 0;
  max-width: 760px;
  padding-top: 46px;
}

.account-verification h2 {
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
  margin: 8px 0 18px;
}

.account-verification > p:not(.section-kicker) {
  color: var(--muted);
  font-size: 16px;
}

.account-resend-form {
  align-items: end;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 28px;
}

.account-resend-form label {
  display: grid;
  font-size: 11px;
  font-weight: 800;
  gap: 7px;
  text-transform: uppercase;
}

.account-resend-form input {
  background: var(--paper-strong);
  border: 1px solid var(--line);
  min-height: 48px;
  padding: 10px 13px;
  width: 100%;
}

.account-back-button {
  background: transparent;
  border: 0;
  color: var(--muted);
  cursor: pointer;
  font-size: 11px;
  margin-top: 20px;
  padding: 0;
  text-decoration: underline;
  text-transform: uppercase;
}

.activation-main {
  min-height: 78vh;
  padding: 170px clamp(20px, 5vw, 72px) 96px;
}

.activation-panel {
  margin: 0 auto;
  max-width: 1100px;
}

.activation-panel h1 {
  font-size: clamp(52px, 8vw, 108px);
  line-height: .92;
  margin: 12px 0 24px;
}

.activation-panel > p:not(.section-kicker) {
  color: var(--muted);
  font-size: 18px;
  max-width: 720px;
}

.activation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.account-result {
  margin: 22px auto 0;
  max-width: 1440px;
  min-height: 18px;
}

.account-dashboard {
  padding-top: 52px;
}

.account-profile {
  align-items: start;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 36px;
  grid-template-columns: 1fr 1.3fr auto;
  padding-bottom: 48px;
}

.account-profile dl {
  margin: 0;
}

.account-profile dl div {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 15px;
  grid-template-columns: 100px 1fr;
  padding: 12px 0;
}

.account-profile dt {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.account-profile dd {
  font-size: 13px;
  margin: 0;
}

.account-orders-section {
  padding-top: 52px;
}

.account-orders-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
}

.account-orders {
  border-top: 1px solid var(--line);
}

.account-order {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}

.account-order > div {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.account-order > div > div {
  display: grid;
}

.account-order small,
.account-order span {
  color: var(--muted);
  font-size: 11px;
}

.account-order p {
  color: var(--muted);
  font-size: 13px;
  margin: 12px 0;
}

.account-order > div:last-child span {
  color: var(--accent-dark);
  font-weight: 800;
  text-transform: uppercase;
}

.account-empty {
  padding: 44px 0;
}

.checkout-layout {
  display: grid;
  gap: clamp(40px, 7vw, 110px);
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  padding-top: 52px;
}

.checkout-auth-notice {
  background: #e8fbdc;
  border-left: 4px solid var(--accent-dark);
  margin-bottom: 28px;
  padding: 20px;
}

.checkout-auth-notice p {
  margin: 5px 0 15px;
}

.checkout-customer {
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  padding-bottom: 16px;
}

.checkout-customer span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.checkout-form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.checkout-form legend {
  font-family: "Space Grotesk", Manrope, sans-serif;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}

.checkout-fields {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.checkout-fields .field-address {
  grid-column: span 2;
}

.checkout-payment-note {
  border: 1px solid var(--line);
  display: grid;
  gap: 4px;
  padding: 18px;
}

.checkout-payment-note span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.checkout-payment-note p {
  color: var(--muted);
  font-size: 12px;
  margin: 2px 0 0;
}

.checkout-submit {
  width: 100%;
}

.checkout-submit:disabled {
  cursor: not-allowed;
  opacity: .45;
}

.checkout-result {
  color: #9f2217;
  font-size: 12px;
  margin: 0;
  min-height: 18px;
}

.checkout-summary {
  align-self: start;
  background: var(--dark);
  color: #fff;
  padding: 30px;
  position: sticky;
  top: 105px;
}

.checkout-item {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  display: grid;
  gap: 13px;
  grid-template-columns: 56px 1fr auto;
  padding: 14px 0;
}

.checkout-item img {
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: cover;
  width: 56px;
}

.checkout-item div {
  display: grid;
  gap: 4px;
}

.checkout-item a {
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}

.checkout-item span,
.checkout-item strong {
  font-size: 11px;
}

.checkout-item span {
  color: rgba(255, 255, 255, .55);
}

.checkout-summary dl {
  margin: 24px 0 12px;
}

.checkout-summary dl div {
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  padding: 6px 0;
}

.checkout-summary dd {
  margin: 0;
}

.checkout-summary .checkout-summary-total {
  border-top: 1px solid rgba(255, 255, 255, .18);
  font-size: 17px;
  font-weight: 800;
  margin-top: 8px;
  padding-top: 16px;
}

.checkout-summary > small {
  color: rgba(255, 255, 255, .5);
  display: block;
  font-size: 10px;
}

.checkout-empty,
.checkout-success {
  padding: 72px 0;
}

.checkout-success > p:not(.section-kicker) {
  color: var(--muted);
  font-size: 18px;
  max-width: 760px;
}

.checkout-success > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

@media (max-width: 1180px) {
  .site-header .nav {
    font-size: 11px;
    gap: 12px;
  }

  .shop-header-actions {
    margin-left: 10px;
  }
}

@media (max-width: 980px) {
  .site-header .nav {
    font-size: 14px;
    gap: 22px;
  }

  .account-access,
  .checkout-layout {
    grid-template-columns: 1fr;
  }

  .account-profile {
    grid-template-columns: 1fr;
  }

  .account-access > article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
  }

  .checkout-summary {
    position: static;
  }
}

@media (max-width: 640px) {
  .shop-header-actions {
    gap: 5px;
    margin-left: 0;
  }

  .shop-account-link,
  .shop-cart-button {
    font-size: 9px;
    height: 36px;
    padding: 0 8px;
  }

  .shop-account-link {
    justify-content: flex-start;
    max-width: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .shop-cart-button span {
    margin-left: 5px;
  }

  .cart-drawer {
    padding: 20px 18px;
    width: 100%;
  }

  .catalog-product-actions {
    gap: 10px;
  }

  .catalog-add-button {
    font-size: 10px;
    min-height: 34px;
  }

  .product-cart-panel {
    grid-template-columns: 1fr;
  }

  .product-quantity-control {
    grid-template-columns: 44px 1fr 44px;
  }

  .account-main,
  .checkout-main {
    padding: 120px 18px 72px;
  }

  .account-heading h1,
  .checkout-heading h1,
  .checkout-success h1 {
    font-size: 52px;
  }

  .account-access > article {
    padding: 38px 0;
  }

  .account-resend-form {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .activation-main {
    padding: 140px 18px 72px;
  }

  .account-orders-heading,
  .checkout-customer {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .checkout-fields {
    grid-template-columns: 1fr;
  }

  .checkout-fields .field-address {
    grid-column: auto;
  }

  .checkout-summary {
    margin-left: -18px;
    margin-right: -18px;
    padding: 24px 18px;
  }
}
