:root {
  --black: #0a0a0a;
  --black-soft: #151515;
  --white: #ffffff;
  --paper: #f5f5f2;
  --paper-dark: #ecece7;
  --ink: #111111;
  --muted: #6c6c67;
  --line: #deded8;
  --gold: #b8944f;
  --gold-light: #e8d399;
  --success: #228b55;
  --shadow: 0 18px 50px rgba(17, 17, 17, 0.09);
  --radius: 18px;
  --shell: 1360px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}

body {
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

button,
a,
input,
select {
  -webkit-tap-highlight-color: transparent;
}

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

button {
  color: inherit;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

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

.announcement {
  position: relative;
  z-index: 102;
  height: 32px;
  background: var(--black);
  color: #d8d8d3;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.announcement-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 5vw, 72px);
}

.announcement a {
  color: var(--gold-light);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.header-main {
  min-height: 76px;
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(280px, 1.25fr) minmax(220px, 0.8fr);
  align-items: center;
  gap: 34px;
}

.store-brand {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 11px;
}

.store-brand-mark {
  width: 44px;
  height: 44px;
  overflow: hidden;
  flex: 0 0 auto;
  border: 1px solid #d5c190;
  border-radius: 12px;
  background: #fff;
}

.store-brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.store-brand-copy strong,
.store-brand-copy small {
  display: block;
}

.store-brand-copy strong {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.store-brand-copy small {
  margin-top: 2px;
  color: var(--gold);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.header-search,
.mobile-search {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f3f3f0;
  border: 1px solid transparent;
  border-radius: 12px;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}

.header-search {
  width: 100%;
  height: 44px;
  padding: 0 15px;
}

.header-search:focus-within,
.mobile-search:focus-within {
  background: #fff;
  border-color: #cdb779;
  box-shadow: 0 0 0 3px rgba(184, 148, 79, 0.12);
}

.header-search svg,
.mobile-search svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  color: #74746f;
}

.header-search input,
.mobile-search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 13px;
}

.header-search input::placeholder,
.mobile-search input::placeholder {
  color: #888883;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}

.support-link {
  position: relative;
  font-size: 12px;
  font-weight: 700;
}

.support-link::after {
  content: "";
  position: absolute;
  right: -11px;
  top: 50%;
  width: 1px;
  height: 22px;
  background: var(--line);
  transform: translateY(-50%);
}

.cart-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
}

.cart-link svg {
  width: 21px;
  height: 21px;
}

.cart-link strong {
  min-width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  padding: 0 5px;
  border-radius: 99px;
  background: var(--black);
  color: #fff;
  font-size: 10px;
}

.category-bar {
  border-top: 1px solid #ededeb;
}

.category-scroll {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
}

.category-scroll::-webkit-scrollbar {
  display: none;
}

.category-button {
  position: relative;
  height: 42px;
  flex: 0 0 auto;
  padding: 0 15px;
  border: 0;
  background: transparent;
  color: #52524e;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: color 0.2s;
}

.category-button::after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 0;
  left: 15px;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform 0.2s;
}

.category-button:hover,
.category-button.active {
  color: var(--ink);
}

.category-button.active::after {
  transform: scaleX(1);
}

.mobile-search {
  display: none;
}

.store-hero {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  isolation: isolate;
  background-color: #111;
  background-image:
    linear-gradient(90deg, rgba(4, 4, 4, 0.88) 0%, rgba(4, 4, 4, 0.62) 35%, rgba(4, 4, 4, 0.12) 67%, rgba(4, 4, 4, 0.05) 100%),
    url("/assets/loja.jpg");
  background-position: center 54%;
  background-size: cover;
}

.store-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 35%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.28));
}

.hero-inner {
  min-height: 410px;
  display: flex;
  align-items: center;
}

.hero-content {
  max-width: 560px;
  padding-block: 48px;
  color: #fff;
}

.hero-kicker,
.section-kicker {
  display: block;
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-kicker {
  color: var(--gold-light);
}

.hero-content h1 {
  margin-top: 14px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(42px, 5.3vw, 72px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.hero-content p {
  max-width: 450px;
  margin-top: 18px;
  color: #d5d5d0;
  font-size: 14px;
  line-height: 1.6;
}

.hero-button,
.store-contact a {
  width: max-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 48px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.2s, background 0.2s, color 0.2s;
}

.hero-button {
  margin-top: 26px;
  padding: 0 22px;
  background: #fff;
  color: var(--black);
}

.hero-button:hover,
.store-contact a:hover {
  transform: translateY(-2px);
}

.hero-button svg,
.store-contact a svg {
  width: 17px;
  height: 17px;
}

.catalog-section {
  padding-block: 68px 82px;
}

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

.catalog-heading h2 {
  margin-top: 7px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(27px, 3vw, 40px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.catalog-controls {
  display: flex;
  align-items: center;
  gap: 20px;
}

.product-count {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.sort-control {
  height: 40px;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--muted);
  font-size: 11px;
}

.sort-control select {
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
}

.active-filter {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: -8px 0 24px;
  padding: 8px 10px 8px 13px;
  border: 1px solid #d6d6d0;
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  font-size: 11px;
}

.active-filter[hidden] {
  display: none;
}

.active-filter button {
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
  text-decoration: underline;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px 18px;
}

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

.product-media {
  position: relative;
  aspect-ratio: 0.82;
  display: block;
  overflow: hidden;
  border-radius: 15px;
  background: #fff;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

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

.product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 9px;
  border-radius: 6px;
  background: rgba(10, 10, 10, 0.92);
  color: #fff;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.product-badge.sale {
  background: var(--gold);
  color: #fff;
}

.product-info {
  padding: 14px 2px 0;
}

.product-meta {
  min-height: 15px;
  overflow: hidden;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-name {
  min-height: 42px;
  margin-top: 6px;
  overflow: hidden;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.price-row {
  min-height: 48px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
}

.price-main {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.price-main del {
  display: block;
  margin-bottom: 2px;
  color: #93938d;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0;
}

.installments {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 500;
}

.product-arrow {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid #d8d8d2;
  border-radius: 50%;
  color: var(--ink);
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.product-arrow svg {
  width: 15px;
  height: 15px;
}

.product-card:hover .product-arrow {
  background: var(--black);
  border-color: var(--black);
  color: #fff;
}

.skeleton-card {
  min-width: 0;
}

.skeleton-media,
.skeleton-line {
  position: relative;
  overflow: hidden;
  background: #e6e6e1;
}

.skeleton-media::after,
.skeleton-line::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 20%, rgba(255, 255, 255, 0.75) 48%, transparent 76%);
  transform: translateX(-100%);
  animation: shimmer 1.4s infinite;
}

.skeleton-media {
  aspect-ratio: 0.82;
  border-radius: 15px;
}

.skeleton-body {
  padding-top: 16px;
}

.skeleton-line {
  height: 9px;
  margin-bottom: 10px;
  border-radius: 99px;
}

.skeleton-line.short {
  width: 35%;
}

.skeleton-line.medium {
  width: 76%;
  height: 13px;
}

.skeleton-line.price {
  width: 46%;
  height: 17px;
  margin-top: 18px;
}

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

.catalog-message {
  grid-column: 1 / -1;
  min-height: 260px;
  display: grid;
  place-items: center;
  padding: 40px 24px;
  border: 1px dashed #cecec7;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.catalog-message strong {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 21px;
}

.catalog-message p {
  max-width: 420px;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.catalog-message button {
  min-height: 40px;
  margin-top: 18px;
  padding: 0 17px;
  border: 0;
  border-radius: 8px;
  background: var(--black);
  color: #fff;
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.service-strip {
  background: #fff;
  border-block: 1px solid var(--line);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.service-grid article {
  min-height: 126px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 25px 24px;
  border-right: 1px solid var(--line);
}

.service-grid article:first-child {
  border-left: 1px solid var(--line);
}

.service-grid svg {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  color: var(--gold);
}

.service-grid strong,
.service-grid span {
  display: block;
}

.service-grid strong {
  font-size: 12px;
  font-weight: 800;
}

.service-grid span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.45;
}

.store-contact {
  padding-block: 86px;
  background: var(--black);
  color: #fff;
}

.contact-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.contact-inner h2 {
  margin-top: 8px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(28px, 3.4vw, 44px);
  letter-spacing: -0.045em;
}

.contact-inner p {
  margin-top: 9px;
  color: #9f9f9a;
  font-size: 13px;
}

.store-contact a {
  min-width: 210px;
  padding: 0 20px;
  background: #fff;
  color: var(--black);
}

.site-footer {
  background: #050505;
  color: #fff;
}

.footer-main {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.footer-brand strong {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  letter-spacing: 0.04em;
}

.footer-brand p {
  margin-top: 6px;
  color: #83837e;
  font-size: 11px;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #b8b8b2;
  font-size: 11px;
  font-weight: 600;
}

.footer-links a:hover {
  color: var(--gold-light);
}

.footer-bottom {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  border-top: 1px solid #1c1c1c;
  color: #6f6f6b;
  font-size: 9px;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22);
  transition: transform 0.2s;
}

.floating-whatsapp:hover {
  transform: translateY(-3px);
}

.floating-whatsapp svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

@media (max-width: 1080px) {
  .header-main {
    grid-template-columns: minmax(200px, 0.8fr) minmax(240px, 1.2fr) auto;
    gap: 20px;
  }

  .support-link {
    display: none;
  }

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

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

  .service-grid article:nth-child(2) {
    border-right: 1px solid var(--line);
  }

  .service-grid article:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 180px;
  }

  .store-shell {
    width: min(100% - 28px, var(--shell));
  }

  .announcement {
    height: 28px;
  }

  .announcement-inner {
    justify-content: center;
    font-size: 8px;
  }

  .announcement-inner span:nth-child(2),
  .announcement-inner a {
    display: none;
  }

  .site-header {
    padding-bottom: 10px;
  }

  .header-main {
    min-height: 64px;
    grid-template-columns: 1fr auto;
  }

  .store-brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }

  .store-brand-copy strong {
    font-size: 13px;
  }

  .store-brand-copy small {
    font-size: 8px;
  }

  .header-search {
    display: none;
  }

  .cart-label {
    display: none;
  }

  .category-bar {
    border-bottom: 0;
    order: 3;
  }

  .category-scroll {
    width: 100%;
    justify-content: flex-start;
    padding-inline: 14px;
  }

  .category-button {
    height: 38px;
    padding-inline: 12px;
    font-size: 9px;
  }

  .category-button::after {
    right: 12px;
    left: 12px;
  }

  .mobile-search {
    height: 42px;
    margin-top: 8px;
    padding: 0 13px;
    background: #f1f1ee;
  }

  .store-hero,
  .hero-inner {
    min-height: 315px;
  }

  .store-hero {
    background-image:
      linear-gradient(90deg, rgba(4, 4, 4, 0.84) 0%, rgba(4, 4, 4, 0.44) 58%, rgba(4, 4, 4, 0.14) 100%),
      url("/assets/loja.jpg");
    background-position: 54% center;
  }

  .hero-content {
    max-width: 315px;
    padding-block: 36px;
  }

  .hero-content h1 {
    margin-top: 10px;
    font-size: 42px;
  }

  .hero-content p {
    max-width: 290px;
    margin-top: 13px;
    font-size: 12px;
  }

  .hero-button {
    min-height: 43px;
    margin-top: 20px;
    padding-inline: 17px;
    font-size: 9px;
  }

  .catalog-section {
    padding-block: 42px 54px;
  }

  .catalog-heading {
    align-items: flex-start;
    margin-bottom: 22px;
  }

  .catalog-controls {
    display: block;
    text-align: right;
  }

  .product-count {
    display: block;
    margin-bottom: 8px;
  }

  .sort-control {
    height: 36px;
  }

  .sort-control span {
    display: none;
  }

  .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 10px;
  }

  .product-media {
    border-radius: 11px;
  }

  .product-badge {
    top: 8px;
    left: 8px;
    padding: 5px 7px;
    font-size: 7px;
  }

  .product-info {
    padding-top: 11px;
  }

  .product-name {
    min-height: 39px;
    font-size: 12px;
  }

  .price-row {
    min-height: 45px;
    margin-top: 8px;
  }

  .price-main {
    font-size: 14px;
  }

  .installments {
    font-size: 8px;
  }

  .product-arrow {
    display: none;
  }

  .service-grid article {
    min-height: 110px;
    padding: 20px 14px;
  }

  .service-grid article:nth-child(odd) {
    border-left: 0;
  }

  .service-grid article:nth-child(even) {
    border-right: 0;
  }

  .service-grid svg {
    width: 22px;
    height: 22px;
  }

  .contact-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .store-contact {
    padding-block: 58px;
  }

  .footer-main {
    min-height: 170px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }

  .footer-links {
    flex-wrap: wrap;
    gap: 17px 24px;
  }

  .footer-bottom {
    min-height: 72px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 420px) {
  .catalog-heading h2 {
    max-width: 215px;
    font-size: 25px;
  }

  .sort-control {
    max-width: 115px;
    padding-inline: 8px;
  }

  .sort-control select {
    max-width: 98px;
  }

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

  .service-grid article {
    min-height: 94px;
    border: 0;
    border-bottom: 1px solid var(--line);
  }

  .service-grid article:first-child {
    border-left: 0;
  }

  .service-grid article:nth-child(n + 3) {
    border-top: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
