:root {
  --bg: #050505;
  --bg-2: #090909;
  --bg-soft: #090909;
  --surface: #111111;
  --surface-2: #171717;
  --surface-soft: #171717;
  --card: #111111;
  --card-strong: #171717;
  --primary: #d6b15e;
  --primary-dark: #a98235;
  --gold: #d6b15e;
  --gold-2: #f1d38a;
  --gold-soft: #f1d38a;
  --champagne: #e8c978;
  --text: #ffffff;
  --muted: #b9b3a7;
  --border: rgba(214, 177, 94, 0.35);
  --line: rgba(232, 201, 120, 0.2);
  --whatsapp: #25d366;
  --whatsapp-dark: #18a94d;
  --danger: #7f8794;
  --shadow: 0 22px 56px rgba(0, 0, 0, 0.46);
  --radius: 8px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at top left, rgba(214, 177, 94, 0.24), transparent 32rem),
    radial-gradient(circle at top right, rgba(214, 177, 94, 0.14), transparent 28rem),
    linear-gradient(180deg, #050505 0%, #090909 48%, #050505 100%);
  color: var(--text);
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.menu-open,
body.modal-open {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
}

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

button,
input {
  font: inherit;
}

.container {
  width: min(100% - 32px, var(--container));
  margin: 0 auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background:
    linear-gradient(90deg, rgba(5, 7, 11, 0.96), rgba(9, 9, 9, 0.94), rgba(5, 7, 11, 0.96));
  border-bottom: 1px solid rgba(230, 193, 90, 0.18);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(20px);
}

body.menu-open .site-header {
  z-index: 1000;
}

.site-header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(214, 177, 94, 0.72), rgba(241, 211, 138, 0.62), transparent);
  pointer-events: none;
}

.nav {
  min-height: 84px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  position: relative;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.brand-name {
  display: block;
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  letter-spacing: 0.16em;
  line-height: 1;
  text-shadow: 0 0 22px rgba(214, 177, 94, 0.22);
}

.brand-copy {
  display: grid;
  gap: 4px;
}

.brand-slogan {
  display: block;
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: none;
}

.brand-mark {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(241, 211, 138, 0.48);
  border-radius: 999px;
  background: rgba(7, 10, 18, 0.62);
  color: var(--gold-soft);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 0 22px rgba(214, 177, 94, 0.16),
    0 12px 28px rgba(0, 0, 0, 0.28);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.nav-links {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px;
  border: 1px solid rgba(232, 201, 120, 0.78);
  border-radius: 999px;
  background: rgba(5, 7, 11, 0.34);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.nav-links a {
  padding: 8px 10px;
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.nav-links a:hover {
  background: rgba(214, 177, 94, 0.12);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(241, 211, 138, 0.22);
}

.drawer-header {
  display: none;
}

.drawer-menu-items {
  display: contents;
}

.nav-links a:focus-visible,
.menu-toggle:focus-visible,
.menu-backdrop:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.nav-mobile-whatsapp {
  display: none;
}

.header-whatsapp {
  justify-self: end;
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--whatsapp), #6ee7a8);
  color: #08110c;
  font-weight: 900;
  box-shadow: 0 16px 32px rgba(37, 211, 102, 0.22);
  white-space: nowrap;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(230, 193, 90, 0.32);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(214, 177, 94, 0.18), rgba(17, 17, 17, 0.96)),
    var(--card);
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--text);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 900;
  display: none;
  border: 0;
  background: rgba(3, 6, 12, 0.58);
  backdrop-filter: blur(3px);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.22s ease;
}

.section,
.section-band {
  padding: 78px 0;
}

.section-soft {
  background:
    linear-gradient(180deg, rgba(23, 23, 23, 0.96), rgba(17, 17, 17, 0.96)),
    var(--surface-soft);
}

.hero {
  min-height: calc(100vh - 78px);
  display: grid;
  align-items: center;
  padding: 52px 0 64px;
  background:
    radial-gradient(circle at 50% 86%, rgba(214, 177, 94, 0.28), transparent 24rem),
    radial-gradient(circle at 82% 34%, rgba(214, 177, 94, 0.14), transparent 24rem),
    linear-gradient(135deg, #050505 0%, #090909 48%, #050505 100%);
}

.hero-showcase {
  display: grid;
  gap: 18px;
}

.hero-media {
  position: relative;
  min-height: clamp(520px, 68vw, 720px);
  border: 1px solid rgba(230, 193, 90, 0.36);
  border-radius: 28px 28px 8px 8px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 38%, rgba(214, 177, 94, 0.38), transparent 16rem),
    radial-gradient(circle at 78% 26%, rgba(214, 177, 94, 0.22), transparent 13rem),
    radial-gradient(circle at 84% 74%, rgba(241, 211, 138, 0.12), transparent 13rem),
    linear-gradient(135deg, #050505, #090909 48%, #050505);
  box-shadow: 0 34px 84px rgba(0, 0, 0, 0.52);
  isolation: isolate;
}

.hero-media::before,
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-media::before {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 7, 11, 0.22), transparent 22%, transparent 72%, rgba(5, 7, 11, 0.08)),
    radial-gradient(circle at 50% 50%, rgba(5, 7, 11, 0.34), transparent 26rem);
}

.hero-media::after {
  z-index: 2;
  border: 1px solid rgba(230, 193, 90, 0.28);
  border-radius: inherit;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    inset 0 -90px 120px rgba(5, 7, 11, 0.24);
}

.hero-media > img {
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
  filter: contrast(1.04) saturate(1.03);
}

.hero-no-image {
  display: grid;
  place-items: center;
}

.hero-no-image::before {
  z-index: 1;
  background:
    linear-gradient(115deg, transparent 0 12%, rgba(214, 177, 94, 0.28) 12% 13%, transparent 13% 44%, rgba(214, 177, 94, 0.22) 44% 45%, transparent 45%),
    radial-gradient(ellipse at 18% 58%, rgba(214, 177, 94, 0.36), transparent 18rem),
    radial-gradient(ellipse at 78% 28%, rgba(214, 177, 94, 0.22), transparent 13rem),
    radial-gradient(ellipse at 84% 72%, rgba(241, 211, 138, 0.12), transparent 14rem),
    linear-gradient(135deg, #050505, #090909 54%, #050505);
}

.hero-no-image::after {
  background:
    linear-gradient(90deg, rgba(5, 7, 11, 0.76), transparent 31%, transparent 69%, rgba(5, 7, 11, 0.58)),
    linear-gradient(135deg, transparent 0 16%, rgba(255, 255, 255, 0.04) 16% 16.4%, transparent 16.4% 68%, rgba(230, 193, 90, 0.16) 68% 68.3%, transparent 68.3%);
  border: 1px solid rgba(230, 193, 90, 0.28);
  border-radius: inherit;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    inset 0 -90px 120px rgba(5, 7, 11, 0.28);
}

.hero-overlay {
  position: absolute;
  left: 50%;
  top: 48%;
  z-index: 3;
  width: min(620px, 44vw);
  transform: translate(-50%, -50%);
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 22px;
}

.hero-overlay .eyebrow {
  margin: 0;
  color: var(--gold);
  text-shadow: 0 0 22px rgba(214, 177, 94, 0.46);
}

.hero-overlay h1 {
  max-width: none;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.8rem, 7.4vw, 8.4rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow:
    0 2px 0 #6e5214,
    0 0 26px rgba(230, 193, 90, 0.42),
    0 24px 48px rgba(0, 0, 0, 0.62);
}

.hero-slogan {
  margin: 0;
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2.4vw, 1.85rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-shadow: 0 14px 34px rgba(0, 0, 0, 0.72);
}

.hero-overlay > p:not(.eyebrow) {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  font-weight: 700;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.74);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 6px;
}

.hero-style-tags {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 3;
  width: min(760px, calc(100% - 48px));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.hero-style-tags span {
  padding: 11px 12px;
  border: 1px solid rgba(230, 193, 90, 0.26);
  border-radius: 999px;
  background: rgba(5, 7, 11, 0.72);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 900;
  text-align: center;
  backdrop-filter: blur(12px);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.05;
}

h1,
h2 {
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -0.04em;
}

h1 {
  max-width: 760px;
  font-size: clamp(2.75rem, 5.6vw, 5.8rem);
  text-transform: uppercase;
}

h2 {
  font-size: clamp(2rem, 3vw, 3.4rem);
}

.hero-copy > p:not(.eyebrow),
.section-description,
.promo-banner p,
.contact-grid p,
.site-footer p {
  color: var(--muted);
  font-size: 1.05rem;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 650px;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 900;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn:hover,
.header-whatsapp:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-soft));
  color: #090d14;
  box-shadow: 0 16px 32px rgba(214, 177, 94, 0.24);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #c49a43, var(--gold-soft));
}

.btn-whatsapp {
  background: var(--whatsapp);
  color: #061109;
}

.btn-whatsapp:hover {
  background: var(--whatsapp-dark);
  color: #fff;
}

.btn-outline {
  border: 1px solid rgba(214, 177, 94, 0.94);
  background: transparent;
  color: var(--gold-soft);
}

.btn-outline:hover {
  background: rgba(214, 177, 94, 0.32);
}

.btn-light {
  background: #fff;
  color: #111111;
}

.btn-disabled {
  background: #3a404b;
  color: #9aa1ad;
  cursor: not-allowed;
}

.hero-card {
  justify-self: center;
  width: min(820px, 100%);
  padding: 16px 22px;
  border: 1px solid rgba(230, 193, 90, 0.22);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(214, 177, 94, 0.14), rgba(214, 177, 94, 0.1), rgba(214, 177, 94, 0.12)),
    rgba(17, 17, 17, 0.78);
  text-align: center;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.hero-card strong,
.hero-card span {
  display: block;
}

.hero-card strong {
  color: #fff;
}

.hero-card span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.92rem;
}

.section-heading {
  margin-bottom: 28px;
}

.section-description {
  max-width: 720px;
}

.split-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.text-link {
  color: var(--primary);
  font-weight: 900;
}

.category-grid,
.product-grid,
.look-grid {
  display: grid;
  gap: 18px;
}

.category-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.category-card {
  position: relative;
  min-height: 190px;
  display: grid;
  align-content: space-between;
  gap: 12px;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(232, 201, 120, 0.92);
  border-radius: 14px;
  background:
    radial-gradient(circle at top right, rgba(214, 177, 94, 0.16), transparent 9rem),
    linear-gradient(145deg, rgba(17, 17, 17, 0.98), rgba(9, 9, 9, 0.96));
  color: var(--text);
  cursor: pointer;
  text-align: left;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.category-card::before,
.category-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.category-card::before {
  inset: -40% -30% auto auto;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(214, 177, 94, 0.12);
  filter: blur(8px);
}

.category-card::after {
  left: 22px;
  right: 22px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--gold), rgba(201, 162, 39, 0.72));
}

.category-icon,
.category-title,
.category-description,
.category-card small {
  position: relative;
  z-index: 1;
}

.category-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(230, 193, 90, 0.24);
  border-radius: 12px;
  background: rgba(5, 7, 11, 0.48);
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.category-title {
  display: block;
  font-weight: 900;
  font-size: 1.18rem;
  letter-spacing: 0.02em;
}

.category-description {
  display: block;
  min-height: 46px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.42;
}

.category-card small {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid rgba(214, 177, 94, 0.22);
  border-radius: 999px;
  background: rgba(214, 177, 94, 0.12);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
}

.category-card small::after {
  content: "→";
  color: var(--gold);
}

.category-card:hover {
  border-color: rgba(201, 162, 39, 0.78);
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(201, 162, 39, 0.08);
  transform: translateY(-2px);
}

.category-masculino,
.category-oversized {
  border-color: rgba(214, 177, 94, 0.42);
  background:
    radial-gradient(circle at 82% 18%, rgba(214, 177, 94, 0.2), transparent 8rem),
    linear-gradient(135deg, rgba(214, 177, 94, 0.18), rgba(5, 5, 5, 0.92)),
    #050505;
}

.category-masculino .category-icon,
.category-oversized .category-icon {
  border-color: rgba(214, 177, 94, 0.34);
  color: var(--gold);
}

.category-masculino::after,
.category-oversized::after {
  background: linear-gradient(90deg, #171717, var(--gold));
}

.category-feminino {
  border-color: rgba(214, 177, 94, 0.46);
  background:
    radial-gradient(circle at 84% 18%, rgba(241, 211, 138, 0.24), transparent 8rem),
    linear-gradient(135deg, rgba(214, 177, 94, 0.22), rgba(17, 17, 17, 0.94)),
    #111111;
}

.category-feminino .category-icon,
.category-feminino small::after,
.theme-feminino .product-code,
.theme-feminino .price-row strong {
  color: var(--gold-2);
}

.category-feminino::after,
.theme-feminino .photo-placeholder::before {
  background: linear-gradient(90deg, var(--gold), var(--gold-2));
}

.category-moda-verao {
  border-color: rgba(214, 177, 94, 0.5);
  background:
    radial-gradient(circle at 84% 18%, rgba(214, 177, 94, 0.25), transparent 8rem),
    linear-gradient(135deg, rgba(214, 177, 94, 0.24), rgba(232, 201, 120, 0.16), rgba(17, 17, 17, 0.92)),
    #111111;
}

.category-moda-verao .category-icon,
.category-moda-verao small::after,
.theme-verao .product-code,
.theme-verao .price-row strong {
  color: var(--champagne);
}

.category-moda-verao::after,
.theme-verao .photo-placeholder::before {
  background: linear-gradient(90deg, var(--surface-2), var(--champagne), var(--gold-2));
}

.category-promocoes {
  border-color: rgba(232, 201, 120, 0.46);
  background:
    radial-gradient(circle at 84% 18%, rgba(232, 201, 120, 0.24), transparent 8rem),
    linear-gradient(135deg, rgba(232, 201, 120, 0.2), rgba(17, 17, 17, 0.94)),
    #111111;
}

.category-promocoes .category-icon,
.category-promocoes small::after {
  color: var(--champagne);
}

.category-promocoes::after,
.category-mais-vendidos::after {
  background: linear-gradient(90deg, var(--gold), var(--champagne));
}

.category-mais-vendidos {
  border-color: rgba(201, 162, 39, 0.42);
  background:
    radial-gradient(circle at 84% 18%, rgba(201, 162, 39, 0.2), transparent 8rem),
    linear-gradient(135deg, rgba(201, 162, 39, 0.12), rgba(17, 17, 17, 0.96));
}

.category-mais-vendidos .category-icon,
.category-mais-vendidos small::after {
  color: var(--gold);
}

.category-infantil {
  border-color: rgba(214, 177, 94, 0.42);
  background:
    radial-gradient(circle at 84% 18%, rgba(214, 177, 94, 0.18), transparent 8rem),
    linear-gradient(135deg, rgba(214, 177, 94, 0.14), rgba(17, 17, 17, 0.96));
}

.category-infantil .category-icon,
.category-infantil small::after {
  color: #f1d38a;
}

.category-infantil::after {
  background: linear-gradient(90deg, #d6b15e, #e8c978);
}

.category-acessorios {
  border-color: rgba(214, 177, 94, 0.42);
  background:
    radial-gradient(circle at 84% 18%, rgba(201, 162, 39, 0.14), transparent 8rem),
    linear-gradient(135deg, rgba(214, 177, 94, 0.12), rgba(17, 17, 17, 0.96));
}

.category-acessorios .category-icon,
.category-acessorios small::after {
  color: var(--gold);
}

.category-acessorios::after {
  background: linear-gradient(90deg, var(--gold), var(--gold));
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

.filter-button {
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--card);
  color: var(--muted);
  cursor: pointer;
  font-weight: 900;
}

.filter-button.active,
.filter-button:hover {
  border-color: var(--primary);
  background: var(--primary);
  color: #090909;
}

.catalog-feedback {
  min-height: 24px;
  margin-bottom: 18px;
  color: var(--muted);
  font-weight: 800;
}

.empty-state {
  grid-column: 1 / -1;
  padding: 22px;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  background: rgba(32, 36, 45, 0.62);
  color: var(--muted);
  font-weight: 800;
  text-align: center;
}

.product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.product-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(232, 201, 120, 0.92);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 32%),
    radial-gradient(circle at 20% 0, rgba(214, 177, 94, 0.12), transparent 10rem),
    var(--card);
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.3),
    inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  cursor: pointer;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 1;
  height: 2px;
  background: linear-gradient(90deg, rgba(214, 177, 94, 0.88), rgba(201, 162, 39, 0.78), rgba(241, 211, 138, 0.62));
  opacity: 0.72;
  pointer-events: none;
}

.product-card:hover {
  border-color: rgba(201, 162, 39, 0.54);
  box-shadow: 0 28px 52px rgba(0, 0, 0, 0.36);
  transform: translateY(-3px);
}

.product-card.is-sold-out {
  border-color: rgba(120, 120, 120, 0.22);
  opacity: 0.78;
}

.product-card.theme-masculino {
  border-color: rgba(214, 177, 94, 0.34);
  background:
    linear-gradient(180deg, rgba(17, 17, 17, 0.42), rgba(5, 5, 5, 0.34)),
    var(--card);
}

.product-card.theme-masculino:hover {
  border-color: rgba(214, 177, 94, 0.74);
}

.product-card.theme-feminino {
  border-color: rgba(214, 177, 94, 0.4);
  background:
    linear-gradient(180deg, rgba(214, 177, 94, 0.12), rgba(17, 17, 17, 0.96)),
    var(--card);
}

.product-card.theme-feminino:hover {
  border-color: rgba(241, 211, 138, 0.78);
}

.product-card.theme-verao {
  border-color: rgba(214, 177, 94, 0.42);
  background:
    linear-gradient(180deg, rgba(214, 177, 94, 0.16), rgba(232, 201, 120, 0.08), rgba(17, 17, 17, 0.96)),
    var(--card);
}

.product-card.theme-verao:hover {
  border-color: rgba(214, 177, 94, 0.75);
}

.theme-masculino .product-photo {
  background: linear-gradient(135deg, #050505, #171717);
}

.theme-feminino .product-photo {
  background: linear-gradient(135deg, #171717, #111111);
}

.theme-verao .product-photo {
  background: linear-gradient(135deg, #171717, #111111 48%, #171717);
}

.product-image,
.product-photo {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.06), transparent 8rem),
    linear-gradient(135deg, #171717, #111111);
}

.product-photo img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.product-card:hover .product-photo img {
  filter: contrast(1.08) saturate(1.08);
  transform: scale(1.04);
}

.product-card.is-sold-out .product-photo img {
  filter: grayscale(1) brightness(0.55);
  transform: none;
}

.sold-overlay {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 3;
  transform: translate(-50%, -50%) rotate(-8deg);
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 999px;
  background: rgba(5, 7, 11, 0.72);
  color: #fff;
  padding: 8px 15px;
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(8px);
}

.photo-placeholder {
  position: absolute;
  inset: 0;
  display: none;
  place-items: center;
  padding: 20px;
  color: var(--primary);
  font-size: 1.35rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.photo-placeholder::before {
  content: "";
  position: absolute;
  width: 132px;
  height: 132px;
  border: 1px solid rgba(201, 162, 39, 0.38);
  border-radius: 50%;
  background: rgba(201, 162, 39, 0.08);
}

.photo-placeholder span {
  position: relative;
}

.photo-missing .photo-placeholder {
  display: grid;
}

.badge {
  position: absolute;
  top: 12px;
  z-index: 2;
  padding: 7px 10px;
  border-radius: 999px;
  color: #fff;
  font-size: 0.73rem;
  font-weight: 900;
}

.badge-promo {
  left: 12px;
  background: var(--champagne);
  color: #111111;
}

.badge-summer {
  left: 12px;
  background: linear-gradient(135deg, var(--surface-2), var(--gold-2));
  color: #fff;
}

.badge-status {
  right: 12px;
}

.badge-status.available {
  background: var(--gold);
  color: #090909;
}

.badge-status.sold {
  background: #555d6b;
}

.product-info {
  display: flex;
  flex-direction: column;
  padding: 16px;
}

.product-code {
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.product-info h3 {
  margin: 6px 0 10px;
  color: #fff;
  font-size: 1.08rem;
}

.product-title-button {
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
  text-align: left;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.product-title-button:hover {
  color: var(--gold);
}

.product-description {
  min-height: 40px;
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.92rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-info dl {
  display: none;
  gap: 8px;
  margin: 0;
}

.product-info dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(46, 52, 64, 0.86);
  padding-bottom: 6px;
}

.product-info dt,
.product-info dd {
  margin: 0;
  font-size: 0.86rem;
}

.product-info dt {
  color: var(--muted);
}

.product-info dd {
  color: #fff;
  text-align: right;
  font-weight: 800;
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: auto 0 14px;
}

.size-selector {
  display: grid;
  gap: 7px;
  margin: 0 0 12px;
}

.size-selector > span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.size-options {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.size-option {
  min-width: 34px;
  min-height: 30px;
  border: 1px solid rgba(184, 189, 199, 0.22);
  border-radius: 10px;
  background: rgba(15, 17, 21, 0.72);
  color: #fff;
  padding: 0 9px;
  font: inherit;
  font-size: 0.75rem;
  font-weight: 900;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.size-option:hover,
.size-option.selected {
  border-color: var(--gold-soft);
  background: linear-gradient(135deg, var(--gold), var(--gold-soft));
  color: #090d14;
  transform: translateY(-1px);
}

.theme-feminino .size-option:hover,
.theme-feminino .size-option.selected {
  border-color: var(--gold);
  background: var(--gold);
}

.theme-verao .size-option:hover,
.theme-verao .size-option.selected {
  border-color: var(--surface-2);
  background: linear-gradient(135deg, var(--surface-2), var(--gold-2));
}

.size-option.is-empty,
.size-option:disabled {
  border-color: rgba(120, 120, 120, 0.16);
  background: rgba(46, 52, 64, 0.52);
  color: #777f8d;
  cursor: not-allowed;
  opacity: 0.62;
  text-decoration: line-through;
  transform: none;
}

.size-options.needs-choice {
  animation: sizeChoicePulse 0.7s ease;
}

.size-warning {
  min-height: 18px;
  margin: -4px 0 8px;
  color: #ffb4b4;
  font-size: 0.75rem;
  font-weight: 900;
}

@keyframes sizeChoicePulse {
  0%,
  100% {
    filter: none;
  }

  45% {
    filter: drop-shadow(0 0 10px rgba(255, 180, 180, 0.45));
  }
}

.price-row strong {
  color: var(--gold-soft);
  font-size: 1.38rem;
}

.old-price {
  color: #858c99;
  text-decoration: line-through;
}

.product-buy {
  width: 100%;
}

.product-details-button {
  min-height: 34px;
  width: 100%;
  margin-bottom: 8px;
  border: 1px solid rgba(214, 177, 94, 0.72);
  border-radius: 10px;
  background: rgba(17, 17, 17, 0.72);
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 900;
  cursor: pointer;
}

.product-details-button:hover {
  border-color: rgba(230, 193, 90, 0.48);
  color: #fff;
}

.product-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 22px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

.product-modal.open {
  opacity: 1;
  visibility: visible;
}

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

.product-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(3, 6, 12, 0.72);
  backdrop-filter: blur(10px);
  cursor: pointer;
}

.product-modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 1040px);
  max-height: min(92dvh, 820px);
  overflow: auto;
  border: 1px solid rgba(214, 177, 94, 0.26);
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(214, 177, 94, 0.18), transparent 18rem),
    radial-gradient(circle at bottom right, rgba(201, 162, 39, 0.12), transparent 16rem),
    linear-gradient(145deg, rgba(17, 17, 17, 0.98), rgba(5, 7, 11, 0.98));
  box-shadow:
    0 34px 92px rgba(0, 0, 0, 0.72),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.product-modal-close {
  position: sticky;
  top: 14px;
  left: calc(100% - 58px);
  z-index: 3;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin: 14px 14px -58px auto;
  border: 1px solid rgba(230, 193, 90, 0.34);
  border-radius: 50%;
  background: rgba(5, 7, 11, 0.82);
  color: #fff;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(12px);
}

.product-modal-content {
  padding: 24px;
}

.product-modal-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 28px;
}

.product-modal-gallery,
.product-modal-details {
  min-width: 0;
}

.product-modal-photo {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid rgba(232, 201, 120, 0.86);
  border-radius: 20px;
  background: linear-gradient(135deg, #171717, #111111);
}

.product-modal-photo img {
  height: 100%;
  object-fit: cover;
}

.product-modal-photo.is-sold-out img {
  filter: grayscale(1) brightness(0.58);
}

.product-modal-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.product-thumb {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(232, 201, 120, 0.9);
  border-radius: 14px;
  background: rgba(17, 17, 17, 0.76);
  cursor: pointer;
}

.product-thumb.active {
  border-color: var(--gold);
  box-shadow: 0 0 0 2px rgba(214, 177, 94, 0.18);
}

.product-thumb img {
  height: 100%;
  object-fit: cover;
}

.product-thumb span {
  position: absolute;
  inset: 0;
  display: none;
  place-items: center;
  padding: 8px;
  color: var(--primary);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-thumb.photo-missing span {
  display: grid;
}

.product-modal-details {
  display: flex;
  flex-direction: column;
  padding: 10px 6px 4px;
}

.product-modal-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.badge-inline {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.badge-promo-inline {
  background: var(--champagne);
  color: #111111;
}

.badge-available-inline {
  background: var(--gold);
  color: #090909;
}

.badge-sold-inline {
  background: #555d6b;
  color: #fff;
}

.product-modal-details h2 {
  margin: 8px 0 12px;
  font-size: clamp(1.9rem, 4vw, 3.2rem);
  line-height: 1;
}

.modal-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.modal-price strong {
  color: var(--gold);
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  line-height: 1;
}

.product-modal-description {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 1rem;
}

.product-modal-specs {
  display: grid;
  gap: 8px;
  margin: 4px 0 18px;
}

.product-modal-specs div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(232, 201, 120, 0.74);
  padding-bottom: 8px;
}

.product-modal-specs dt,
.product-modal-specs dd {
  margin: 0;
}

.product-modal-specs dt {
  color: var(--muted);
  font-weight: 800;
}

.product-modal-specs dd {
  color: #fff;
  font-weight: 900;
  text-align: right;
}

.modal-buy {
  width: 100%;
  margin-top: auto;
}

.product-modal-grid.theme-feminino .product-modal-photo,
.product-modal-grid.theme-feminino .product-thumb.active {
  border-color: rgba(214, 177, 94, 0.62);
}

.product-modal-grid.theme-verao .product-modal-photo,
.product-modal-grid.theme-verao .product-thumb.active {
  border-color: rgba(214, 177, 94, 0.72);
}

.promo-section {
  background:
    linear-gradient(135deg, rgba(214, 177, 94, 0.16), rgba(214, 177, 94, 0.14), rgba(9, 9, 9, 0.98)),
    #050505;
  color: #fff;
}

.promo-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
  padding: 24px;
  border: 1px solid rgba(201, 162, 39, 0.24);
  border-radius: var(--radius);
  background: rgba(32, 36, 45, 0.7);
}

.promo-banner .eyebrow,
.promo-banner p {
  color: rgba(255, 255, 255, 0.78);
}

.promo-section .product-card {
  border-color: rgba(201, 162, 39, 0.2);
}

.filter-feminino.active,
.filter-feminino:hover {
  border-color: var(--gold);
  background: var(--gold);
  color: #fff;
}

.filter-masculino.active,
.filter-masculino:hover,
.filter-oversized.active,
.filter-oversized:hover {
  border-color: var(--gold);
  background: var(--primary);
  color: #fff;
}

.filter-moda-verao.active,
.filter-moda-verao:hover {
  border-color: var(--surface-2);
  background: linear-gradient(135deg, var(--surface-2), var(--gold-2));
  color: #fff;
}

.filter-promocoes.active,
.filter-promocoes:hover {
  border-color: var(--champagne);
  background: var(--champagne);
  color: #111111;
}

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

.look-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.26);
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.look-card:hover {
  border-color: rgba(201, 162, 39, 0.54);
  box-shadow: 0 28px 52px rgba(0, 0, 0, 0.36);
  transform: translateY(-3px);
}

.look-card.theme-masculino {
  border-color: rgba(214, 177, 94, 0.42);
}

.look-card.theme-feminino {
  border-color: rgba(214, 177, 94, 0.46);
}

.look-card.theme-verao {
  border-color: rgba(214, 177, 94, 0.52);
}

.look-card.theme-feminino .btn-outline {
  border-color: var(--gold);
  color: var(--gold-2);
}

.look-card.theme-verao .btn-outline {
  border-color: var(--surface-2);
  color: var(--champagne);
}

.look-card img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.look-card div {
  padding: 18px;
}

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

.look-no-image::before {
  content: "Foto em breve";
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 5;
  background: linear-gradient(135deg, #171717, #111111);
  color: var(--primary);
  font-size: 1.3rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  align-items: start;
  gap: 36px;
}

.contact-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: var(--shadow);
}

.contact-card ul {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 12px;
}

.contact-card strong {
  color: #fff;
}

.contact-card span {
  color: var(--muted);
}

.site-footer {
  padding: 38px 0 18px;
  background: #08090c;
  color: #fff;
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.footer-brand {
  color: #fff;
}

.site-footer p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.64);
}

.footer-links {
  display: flex;
  gap: 14px;
  color: var(--gold);
  font-weight: 900;
}

.copyright {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.9rem;
}

@media (max-width: 1180px) {
  .nav {
    min-height: 76px;
    grid-template-columns: auto 1fr;
  }

  .brand {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    gap: 10px;
    transform: translateY(4px);
  }

  .brand-mark {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
  }

  .brand-name {
    font-size: 0.86rem;
  }

  .menu-toggle {
    display: block;
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    position: relative;
    z-index: 1100;
    width: 50px;
    height: 50px;
    border-color: rgba(214, 177, 94, 0.38);
    border-radius: 16px;
    background:
      radial-gradient(circle at 35% 25%, rgba(214, 177, 94, 0.2), transparent 1.4rem),
      linear-gradient(135deg, rgba(17, 17, 17, 0.98), rgba(5, 7, 11, 0.94));
    box-shadow:
      0 16px 34px rgba(0, 0, 0, 0.38),
      inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  }

  body.menu-open .menu-toggle {
    opacity: 0;
    pointer-events: none;
    transform: translateX(-8px);
  }

  .nav-links {
    position: fixed;
    top: 0;
    right: auto;
    left: 0;
    z-index: 1000;
    width: min(86vw, 340px);
    max-height: none;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
    gap: 0;
    padding: 0;
    border: 0;
    border-right: 1px solid rgba(214, 177, 94, 0.3);
    border-radius: 0 24px 24px 0;
    background:
      radial-gradient(circle at top left, rgba(214, 177, 94, 0.16), transparent 13rem),
      radial-gradient(circle at bottom right, rgba(201, 162, 39, 0.1), transparent 12rem),
      linear-gradient(180deg, rgba(5, 5, 5, 0.99), rgba(5, 5, 5, 0.99));
    box-shadow:
      24px 0 80px rgba(0, 0, 0, 0.62),
      inset 0 0 0 1px rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(22px);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-105%);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  }

  .nav-links.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
  }

  .drawer-header {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    min-height: 78px;
    padding: 16px;
    border-bottom: 1px solid rgba(232, 201, 120, 0.74);
    background: rgba(3, 8, 18, 0.72);
  }

  .drawer-brand-mark {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
  }

  .drawer-header strong {
    color: var(--gold-soft);
    font-size: 0.92rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .drawer-brand-copy {
    display: grid;
    gap: 4px;
  }

  .drawer-brand-copy span {
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
  }

  .drawer-close {
    position: relative;
    z-index: 1100;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(230, 193, 90, 0.28);
    border-radius: 12px;
    background: rgba(17, 17, 17, 0.96);
    color: #fff;
    font-size: 1.45rem;
    line-height: 1;
    cursor: pointer;
  }

  .drawer-menu-items {
    display: flex;
    flex: 1;
    flex-direction: column;
    overflow-y: auto;
    padding: 8px 16px 12px;
    -webkit-overflow-scrolling: touch;
  }

  .nav-links a {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 13px 2px;
    border: 0;
    border-bottom: 1px solid rgba(232, 201, 120, 0.7);
    border-radius: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.94);
    font-size: 0.98rem;
    letter-spacing: 0.01em;
    box-shadow: none;
    pointer-events: auto;
  }

  .nav-links a::after {
    content: "›";
    color: rgba(241, 211, 138, 0.82);
    font-size: 1.25rem;
    line-height: 1;
  }

  .nav-links a:hover,
  .nav-links a:focus-visible {
    background: rgba(214, 177, 94, 0.12);
    color: #fff;
    box-shadow: none;
  }

  .nav-links .nav-mobile-whatsapp {
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    margin: auto 16px calc(20px + env(safe-area-inset-bottom));
    border-radius: 999px;
    border: 1px solid rgba(37, 211, 102, 0.7);
    background: #25d366;
    color: #061109;
    font-size: 1rem;
    font-weight: 900;
    box-shadow:
      0 18px 38px rgba(37, 211, 102, 0.28),
      inset 0 0 0 1px rgba(255, 255, 255, 0.24);
  }

  .nav-links .nav-mobile-whatsapp::after {
    color: rgba(6, 17, 9, 0.7);
  }

  .header-whatsapp {
    display: none;
  }

  .menu-backdrop {
    display: block;
    pointer-events: none;
  }

  body.menu-open .menu-backdrop {
    opacity: 1;
    pointer-events: auto;
  }
}

@media (max-width: 1080px) {
  .product-grid,
  .look-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .nav {
    min-height: 74px;
    grid-template-columns: auto 1fr;
  }

  .nav-links {
    top: 0;
    left: 0;
    width: min(86vw, 340px);
    max-height: none;
    padding: 0;
  }

  .nav-links .nav-mobile-whatsapp {
    min-height: 54px;
  }

  .nav-links .nav-mobile-whatsapp:hover {
    background: #25d366;
    color: #061109;
  }

  .hero {
    min-height: auto;
    padding: 34px 0 48px;
  }

  .product-modal {
    align-items: stretch;
    padding: 10px;
  }

  .product-modal-panel {
    width: 100%;
    max-height: calc(100dvh - 20px);
    border-radius: 22px;
  }

  .product-modal-content {
    padding: 16px;
  }

  .product-modal-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .product-modal-close {
    top: 10px;
    width: 42px;
    height: 42px;
    margin: 10px 10px -52px auto;
  }

  .product-modal-photo {
    aspect-ratio: 4 / 5;
    border-radius: 18px;
  }

  .product-modal-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .product-modal-details {
    padding: 0 2px 4px;
  }

  .product-modal-details h2 {
    font-size: 2rem;
  }

  .product-modal-specs div {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .product-modal-specs dd {
    text-align: left;
  }

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

  .hero-media {
    min-height: 620px;
  }

  .hero-media > img {
    object-position: center;
  }

  .hero-overlay {
    top: 38%;
    width: min(92%, 520px);
    padding: 16px;
    border-radius: var(--radius);
    background: linear-gradient(180deg, rgba(5, 7, 11, 0.26), rgba(5, 7, 11, 0.08));
  }

  .hero-overlay h1 {
    font-size: clamp(3rem, 13vw, 5.6rem);
  }

  .hero-overlay > p:not(.eyebrow) {
    max-width: 360px;
    font-size: 0.95rem;
  }

  .hero-style-tags {
    grid-template-columns: 1fr;
    bottom: 18px;
    width: min(420px, calc(100% - 32px));
  }

  .split-heading,
  .promo-banner,
  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }

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

@media (max-width: 620px) {
  .container {
    width: min(100% - 24px, var(--container));
  }

  .nav {
    min-height: 70px;
  }

  .menu-toggle {
    width: 48px;
    height: 48px;
  }

  .brand-mark {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
  }

  .brand-name {
    max-width: 132px;
    font-size: 0.72rem;
    line-height: 1.15;
    text-align: right;
  }

  .brand-slogan {
    display: none;
  }

  .nav-links {
    left: 0;
    width: min(86vw, 340px);
    max-height: none;
    gap: 0;
    padding: 0;
    border-radius: 0 22px 22px 0;
  }

  .nav-links a {
    min-height: 48px;
    padding: 13px 14px;
    font-size: 0.96rem;
  }

  .section,
  .section-band {
    padding: 54px 0;
  }

  h1 {
    font-size: 2.55rem;
  }

  h2 {
    font-size: 1.9rem;
  }

  .contact-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .hero-media {
    min-height: auto;
    display: grid;
    padding: 0 0 18px;
    border-radius: 18px 18px 8px 8px;
  }

  .hero-media > img {
    height: auto;
    min-height: 0;
    object-fit: contain;
    object-position: center;
  }

  .hero-media::before {
    background:
      linear-gradient(180deg, rgba(5, 7, 11, 0.02), transparent 34%, rgba(5, 7, 11, 0.34)),
      radial-gradient(circle at 50% 62%, rgba(214, 177, 94, 0.22), transparent 15rem);
  }

  .hero-overlay {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: auto;
    margin: -6px 12px 0;
    background: linear-gradient(180deg, rgba(5, 7, 11, 0.72), rgba(9, 9, 9, 0.58));
  }

  .hero-overlay h1 {
    font-size: clamp(2.65rem, 15vw, 4.5rem);
    letter-spacing: 0.04em;
  }

  .hero-actions {
    width: 100%;
    flex-direction: column;
  }

  .hero-style-tags {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: auto;
    margin: 0 16px;
  }

  .hero-card {
    padding: 14px;
  }

  .category-grid,
  .look-grid {
    grid-template-columns: 1fr;
  }

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

  .category-card {
    min-height: 172px;
    padding: 20px;
  }

  .category-description {
    min-height: auto;
  }

  .filter-bar {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .filter-button {
    white-space: nowrap;
  }

  .product-card {
    border-radius: 10px;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.28);
  }

  .product-card:hover {
    transform: none;
  }

  .product-photo {
    aspect-ratio: 3 / 4;
  }

  .badge {
    top: 7px;
    padding: 5px 7px;
    font-size: 0.62rem;
    line-height: 1;
  }

  .badge-promo,
  .badge-summer {
    left: 7px;
  }

  .badge-status {
    right: 7px;
  }

  .photo-placeholder {
    padding: 10px;
    font-size: 0.86rem;
  }

  .photo-placeholder::before {
    width: 84px;
    height: 84px;
  }

  .product-info {
    padding: 10px;
  }

  .product-code {
    font-size: 0.68rem;
    letter-spacing: 0.06em;
  }

  .product-info h3 {
    min-height: 34px;
    display: -webkit-box;
    margin: 4px 0 8px;
    overflow: hidden;
    color: #fff;
    font-size: 0.82rem;
    line-height: 1.18;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .product-title-button {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .product-description,
  .product-info dl {
    display: none;
  }

  .price-row {
    min-height: 24px;
    flex-wrap: wrap;
    gap: 4px 6px;
    margin: 8px 0 10px;
  }

  .size-selector {
    gap: 5px;
    margin-bottom: 8px;
  }

  .size-selector > span {
    font-size: 0.62rem;
  }

  .size-options {
    gap: 4px;
  }

  .size-option {
    min-width: 27px;
    min-height: 25px;
    border-radius: 8px;
    padding: 0 5px;
    font-size: 0.66rem;
  }

  .size-warning {
    min-height: 15px;
    margin: -2px 0 6px;
    font-size: 0.66rem;
    line-height: 1.15;
  }

  .sold-overlay {
    padding: 6px 11px;
    font-size: 0.64rem;
  }

  .price-row strong {
    font-size: 1rem;
    line-height: 1;
  }

  .old-price {
    font-size: 0.72rem;
  }

  .product-buy {
    min-height: 36px;
    width: 100%;
    padding: 8px 10px;
    font-size: 0.78rem;
    line-height: 1;
    white-space: nowrap;
  }

  .product-details-button {
    min-height: 32px;
    margin-bottom: 6px;
    padding: 7px 8px;
    font-size: 0.72rem;
  }

  .product-info dl div {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .product-info dd {
    text-align: left;
  }
}
