
:root {
  --black: #0d0d0d;
  --black-2: #151515;
  --black-3: #202020;
  --gold: #d4af37;
  --gold-light: #f4d36b;
  --white: #ffffff;
  --gray-100: #f6f6f6;
  --gray-200: #e8e8e8;
  --gray-500: #888;
  --gray-700: #333;
  --radius: 18px;
  --shadow: 0 20px 55px rgba(0,0,0,.18);
  --container: min(1180px, calc(100% - 32px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  color: var(--black);
  background: var(--white);
}
body.no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; display: block; }
.container { width: var(--container); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: 8px; left: 8px; z-index: 9999;
  background: var(--gold); padding: 10px 14px; transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.announcement {
  background: var(--gold);
  color: var(--black);
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.announcement__inner {
  min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 16px;
}

.header {
  position: sticky; top: 0; z-index: 60; background: rgba(13,13,13,.97);
  color: var(--white); border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
}
.header__main {
  min-height: 88px; display: grid; grid-template-columns: 190px 1fr auto;
  gap: 28px; align-items: center;
}
.brand img { width: 184px; height: 70px; object-fit: contain; object-position: center; border-radius: 8px; background: #0d0d0d; padding: 2px; }
.search {
  display: flex; background: var(--white); border-radius: 999px; overflow: hidden;
  max-width: 600px; width: 100%; justify-self: center;
}
.search input { flex: 1; border: 0; outline: 0; padding: 18px 22px; min-width: 0; font-size: .95rem; }
.search button {
  border: 0; background: var(--gold); width: 62px; font-size: 1.6rem; font-weight: 800;
}
.header__actions { display: flex; align-items: center; gap: 8px; }
.icon-button {
  border: 0; background: transparent; color: white; min-width: 70px;
  position: relative; display: grid; gap: 2px; place-items: center; padding: 8px;
}
.icon-button > span { font-size: 1.3rem; }
.icon-button small { font-size: .63rem; }
.icon-button b {
  position: absolute; top: 0; right: 6px; min-width: 20px; height: 20px;
  display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--black); font-size: .7rem;
}
.menu-toggle { display: none; background: transparent; border: 0; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; background: white; margin: 5px; }

.main-menu { border-top: 1px solid rgba(255,255,255,.08); }
.main-menu__inner {
  min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 34px;
  font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em;
}
.main-menu a { transition: color .2s; }
.main-menu a:hover { color: var(--gold); }
.main-menu .menu-sale { color: var(--gold); }

.hero {
  background:
    radial-gradient(circle at 75% 45%, rgba(212,175,55,.18), transparent 28%),
    linear-gradient(120deg, #080808, #161616);
  color: white; overflow: hidden;
}
.hero__grid {
  min-height: 650px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 40px;
}
.eyebrow { color: var(--gold); font-size: .75rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero h1, .section h2, .personalization h2, .newsletter h2 {
  margin: 0; font-family: "Bebas Neue", sans-serif; font-weight: 400; letter-spacing: .02em;
}
.hero h1 { font-size: clamp(4.8rem, 9vw, 8rem); line-height: .78; }
.hero h1 span { color: var(--gold); }
.hero__content > p:not(.eyebrow) { max-width: 580px; color: #cfcfcf; line-height: 1.7; font-size: 1rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 26px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 50px;
  padding: 0 26px; border-radius: 999px; border: 1px solid transparent;
  font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em;
}
.button--gold { background: var(--gold); color: var(--black); box-shadow: 0 10px 25px rgba(212,175,55,.18); }
.button--gold:hover { background: var(--gold-light); }
.button--ghost { border-color: rgba(255,255,255,.4); color: white; background: transparent; }
.button--ghost:hover { border-color: var(--gold); color: var(--gold); }
.button--text { background: transparent; color: var(--gray-700); }
.button--full { width: 100%; }
.hero__benefits { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 22px; color: #ddd; font-size: .74rem; }
.hero__visual { position: relative; height: 600px; display: grid; place-items: center; }
.hero__halo {
  position: absolute; width: 480px; height: 480px; border-radius: 50%;
  border: 1px solid rgba(212,175,55,.38); box-shadow: inset 0 0 80px rgba(212,175,55,.15);
}
.hero__visual img {
  position: relative; z-index: 2; max-height: 545px; width: 90%; object-fit: contain;
  filter: drop-shadow(0 34px 42px rgba(0,0,0,.62));
}
.hero__label {
  position: absolute; z-index: 3; bottom: 18px; left: 14px; background: rgba(13,13,13,.86);
  border-left: 4px solid var(--gold); padding: 16px 22px; backdrop-filter: blur(12px);
}
.hero__label small { display: block; color: var(--gold); font-size: .64rem; letter-spacing: .12em; }
.hero__label strong { display: block; margin-top: 5px; }

.trust-bar { box-shadow: 0 8px 30px rgba(0,0,0,.08); position: relative; z-index: 3; }
.trust-bar__grid { min-height: 105px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.trust-bar article { display: flex; align-items: center; gap: 14px; padding: 16px 22px; border-right: 1px solid var(--gray-200); }
.trust-bar article:last-child { border-right: 0; }
.trust-bar article > span { font-size: 1.7rem; }
.trust-bar b, .trust-bar small { display: block; }
.trust-bar b { font-size: .82rem; }
.trust-bar small { font-size: .68rem; color: var(--gray-500); margin-top: 4px; }

.section { padding: 88px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 22px; margin-bottom: 34px; }
.section-heading h2 { font-size: clamp(2.7rem, 5vw, 4.2rem); line-height: .95; }
.section-heading > a { font-weight: 700; font-size: .78rem; border-bottom: 2px solid var(--gold); padding-bottom: 4px; }

.categories { background: var(--gray-100); }
.categories__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.category-card {
  min-height: 330px; border-radius: var(--radius); padding: 30px;
  display: flex; flex-direction: column; justify-content: flex-end; color: white;
  background-color: #202020; position: relative; overflow: hidden; box-shadow: var(--shadow);
}
.category-card::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(transparent 20%, rgba(0,0,0,.92));
}
.category-card::after {
  content: ""; position: absolute; width: 260px; height: 260px; border-radius: 50%;
  top: -90px; right: -80px; border: 34px solid rgba(212,175,55,.16);
}
.category-card > * { position: relative; z-index: 2; }
.category-card span { font-size: .7rem; text-transform: uppercase; color: var(--gold); letter-spacing: .18em; font-weight: 800; }
.category-card strong { font-family: "Bebas Neue"; font-size: 3rem; font-weight: 400; }
.category-card small { margin-top: 12px; font-weight: 700; }
.category-card--brazil { background: linear-gradient(145deg,#10351b,#0c0c0c); }
.category-card--europe { background: linear-gradient(145deg,#10294d,#0c0c0c); }
.category-card--national { background: linear-gradient(145deg,#4a1313,#0c0c0c); }

.products-heading { align-items: center; }
.filter-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.filter-chips button {
  border: 1px solid var(--gray-200); border-radius: 999px; background: white;
  padding: 10px 16px; font-size: .7rem; font-weight: 700;
}
.filter-chips button.active, .filter-chips button:hover { background: var(--black); color: white; border-color: var(--black); }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.product-card {
  border: 1px solid var(--gray-200); border-radius: var(--radius); overflow: hidden;
  background: white; transition: transform .25s, box-shadow .25s;
}
.product-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.product-card__media { aspect-ratio: 1 / 1.04; background: #f1f1f1; position: relative; overflow: hidden; }
.product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.product-card:hover .product-card__media img { transform: scale(1.045); }
.product-card__badge {
  position: absolute; top: 14px; left: 14px; background: var(--black); color: white;
  border-radius: 999px; padding: 8px 11px; font-size: .62rem; font-weight: 800; text-transform: uppercase;
}
.product-card__favorite {
  position: absolute; right: 14px; top: 14px; width: 38px; height: 38px; border-radius: 50%;
  border: 0; background: white; font-size: 1.2rem; box-shadow: 0 6px 16px rgba(0,0,0,.12);
}
.product-card__body { padding: 20px; }
.product-card__category { font-size: .64rem; color: var(--gold); text-transform: uppercase; font-weight: 800; }
.product-card h3 { margin: 8px 0 14px; font-size: .92rem; min-height: 44px; line-height: 1.45; }
.product-card__price { display: flex; gap: 9px; align-items: baseline; }
.product-card__price strong { font-size: 1.2rem; }
.product-card__price del { color: var(--gray-500); font-size: .78rem; }
.product-card__pix { display: block; margin-top: 4px; color: var(--gray-500); font-size: .65rem; }
.product-card__sizes { display: flex; gap: 5px; flex-wrap: wrap; margin: 16px 0; }
.product-card__sizes span { border: 1px solid var(--gray-200); min-width: 30px; text-align: center; padding: 6px; font-size: .62rem; border-radius: 6px; }
.product-card__add { width: 100%; border: 0; background: var(--black); color: white; border-radius: 10px; min-height: 45px; font-weight: 800; font-size: .72rem; text-transform: uppercase; }
.product-card__add:hover { background: var(--gold); color: var(--black); }
.empty-state { text-align: center; color: var(--gray-500); padding: 40px; }

.personalization { background: var(--black); color: white; padding: 100px 0; overflow: hidden; }
.personalization__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.personalization h2 { font-size: clamp(3.8rem, 7vw, 6rem); line-height: .88; }
.personalization__copy > p:not(.eyebrow) { color: #c8c8c8; line-height: 1.75; max-width: 560px; margin-bottom: 28px; }
.personalization__mockup { display: grid; place-items: center; min-height: 480px; position: relative; }
.personalization__mockup::before {
  content: ""; position: absolute; width: 390px; height: 390px; border: 1px solid rgba(212,175,55,.36);
  transform: rotate(18deg); border-radius: 30px;
}
.shirt {
  width: 330px; height: 390px; background: linear-gradient(140deg,#282828,#080808);
  clip-path: polygon(25% 0,39% 8%,61% 8%,75% 0,100% 18%,86% 36%,78% 30%,78% 100%,22% 100%,22% 30%,14% 36%,0 18%);
  display: flex; flex-direction: column; align-items: center; padding-top: 96px; position: relative; z-index: 2;
  border-top: 7px solid var(--gold); filter: drop-shadow(0 30px 36px rgba(0,0,0,.55));
}
.shirt__name { color: var(--gold); font-weight: 800; letter-spacing: .14em; }
.shirt strong { font-family: "Bebas Neue"; color: transparent; -webkit-text-stroke: 3px var(--gold); font-size: 9rem; line-height: .9; }
.shirt small { color: #aaa; letter-spacing: .25em; }

.newsletter { background: var(--gold); }
.newsletter__inner { display: grid; grid-template-columns: 1fr .9fr; gap: 50px; align-items: center; }
.newsletter .eyebrow { color: var(--black); }
.newsletter h2 { font-size: clamp(2.8rem,5vw,4.2rem); }
.newsletter p { margin-bottom: 0; }
.newsletter form { display: flex; background: white; border-radius: 999px; padding: 7px; }
.newsletter input { flex: 1; border: 0; outline: 0; padding: 0 18px; min-width: 0; }
.newsletter .button { background: var(--black); color: white; }

.footer { background: #080808; color: white; padding-top: 66px; }
.footer__grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 50px; padding-bottom: 50px; }
.footer__brand img { width: 220px; height: 120px; object-fit: cover; object-position: top; border-radius: 10px; }
.footer p, .footer a { display: block; color: #aaa; font-size: .76rem; line-height: 1.7; margin: 7px 0; }
.footer h3 { color: var(--gold); font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; }
.footer__bottom { border-top: 1px solid #222; padding: 22px 0; display: flex; justify-content: space-between; gap: 15px; color: #777; font-size: .65rem; }

.cart-drawer {
  position: fixed; z-index: 100; top: 0; right: 0; height: 100dvh; width: min(440px, 100%);
  background: white; transform: translateX(110%); transition: transform .28s ease;
  display: flex; flex-direction: column; box-shadow: -20px 0 60px rgba(0,0,0,.26);
}
.cart-drawer.open { transform: translateX(0); }
.cart-drawer__header { padding: 24px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--gray-200); }
.cart-drawer__header small { color: var(--gold); font-weight: 800; letter-spacing: .13em; }
.cart-drawer__header h2 { margin: 5px 0 0; font-size: 1.1rem; }
.cart-drawer__header button { border: 0; background: none; font-size: 2rem; }
.cart-drawer__items { flex: 1; overflow: auto; padding: 16px 24px; }
.cart-item { display: grid; grid-template-columns: 72px 1fr auto; gap: 13px; padding: 14px 0; border-bottom: 1px solid var(--gray-200); }
.cart-item img { width: 72px; height: 82px; object-fit: cover; border-radius: 10px; }
.cart-item h4 { margin: 0 0 6px; font-size: .74rem; line-height: 1.35; }
.cart-item small { color: var(--gray-500); }
.cart-item button { border: 0; background: none; color: #a00; }
.cart-drawer__footer { padding: 22px 24px; border-top: 1px solid var(--gray-200); }
.cart-total { display: flex; justify-content: space-between; margin-bottom: 18px; }
.overlay { position: fixed; inset: 0; z-index: 90; background: rgba(0,0,0,.65); opacity: 0; visibility: hidden; transition: .2s; }
.overlay.visible { opacity: 1; visibility: visible; }
.toast {
  position: fixed; z-index: 120; left: 50%; bottom: 24px; transform: translate(-50%, 140%);
  background: var(--black); color: white; padding: 14px 20px; border-radius: 999px;
  box-shadow: var(--shadow); transition: transform .25s; font-size: .76rem;
}
.toast.show { transform: translate(-50%, 0); }

@media (max-width: 980px) {
  .header__main { grid-template-columns: 145px 1fr auto; gap: 14px; }
  .brand img { width: 145px; }
  .header__actions .icon-button:first-child { display: none; }
  .main-menu__inner { gap: 18px; font-size: .67rem; }
  .hero__grid { min-height: 570px; }
  .hero__visual { height: 520px; }
  .trust-bar__grid { grid-template-columns: repeat(2,1fr); }
  .trust-bar article:nth-child(2) { border-right: 0; }
  .trust-bar article:nth-child(-n+2) { border-bottom: 1px solid var(--gray-200); }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .footer__grid { grid-template-columns: 1.4fr repeat(2,1fr); }
}

@media (max-width: 760px) {
  .announcement__inner span:nth-child(n+2) { display: none; }
  .announcement__inner { justify-content: center; }
  .header__main { min-height: 72px; grid-template-columns: 120px 1fr auto; }
  .brand img { width: 118px; height: 52px; }
  .search { grid-row: 2; grid-column: 1/-1; margin-bottom: 12px; }
  .header__actions { display: none; }
  .menu-toggle { display: block; }
  .main-menu { display: none; }
  .main-menu.open { display: block; }
  .main-menu__inner { flex-direction: column; align-items: stretch; padding: 12px 0 20px; }
  .main-menu a { padding: 7px 4px; }
  .hero__grid { grid-template-columns: 1fr; padding: 62px 0 40px; }
  .hero__visual { height: 430px; }
  .hero__content { text-align: center; }
  .hero__content > p, .hero__benefits { margin-inline: auto; justify-content: center; }
  .hero__actions { justify-content: center; }
  .hero__halo { width: 330px; height: 330px; }
  .hero__label { left: 16px; bottom: 20px; }
  .categories__grid, .personalization__grid, .newsletter__inner, .footer__grid { grid-template-columns: 1fr; }
  .category-card { min-height: 245px; }
  .products-heading, .section-heading { align-items: flex-start; flex-direction: column; }
  .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
  .product-card__body { padding: 14px; }
  .product-card h3 { font-size: .78rem; min-height: 52px; }
  .product-card__sizes { display: none; }
  .personalization__grid { gap: 30px; }
  .personalization__copy { text-align: center; }
  .personalization__copy > p { margin-inline: auto; }
  .newsletter { text-align: center; }
  .newsletter form { flex-direction: column; border-radius: 18px; gap: 8px; }
  .newsletter input { min-height: 50px; }
  .footer__bottom { flex-direction: column; }
}

@media (max-width: 460px) {
  :root { --container: min(100% - 22px, 1180px); }
  .hero h1 { font-size: 4.4rem; }
  .hero__visual { height: 350px; }
  .product-grid { grid-template-columns: 1fr; }
  .trust-bar__grid { grid-template-columns: 1fr; }
  .trust-bar article { border-right: 0; border-bottom: 1px solid var(--gray-200); }
  .shirt { width: 280px; height: 340px; }
}


.button--hero {
  min-height: 58px;
  padding-inline: 34px;
  font-size: .86rem;
}

.button--personalize {
  min-height: 58px;
  padding-inline: 28px;
  border-color: var(--gold);
  color: var(--gold);
}

.button--personalize:hover {
  background: var(--gold);
  color: var(--black);
}

.custom-strip {
  background: linear-gradient(90deg, #111, #1b1b1b);
  color: var(--white);
  border-top: 1px solid rgba(212,175,55,.25);
  border-bottom: 1px solid rgba(212,175,55,.25);
}

.custom-strip__grid {
  min-height: 170px;
  display: grid;
  grid-template-columns: 1.25fr 1.4fr auto;
  gap: 32px;
  align-items: center;
}

.custom-strip__intro h2 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: .95;
}

.custom-strip__intro p:last-child {
  margin-bottom: 0;
  color: #bdbdbd;
  font-size: .78rem;
}

.custom-strip__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px 22px;
  color: #ddd;
  font-size: .78rem;
  font-weight: 600;
}

.custom-strip__features span::first-letter {
  color: var(--gold);
}

.custom-strip__button {
  white-space: nowrap;
}

@media (max-width: 980px) {
  .custom-strip__grid {
    grid-template-columns: 1fr 1fr;
    padding-block: 28px;
  }

  .custom-strip__button {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .custom-strip__grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 22px;
  }

  .custom-strip__features {
    grid-template-columns: 1fr 1fr;
  }

  .custom-strip__button {
    justify-self: center;
  }
}


.shirt--blue {
  background:
    linear-gradient(145deg, rgba(255,255,255,.10), transparent 30%),
    linear-gradient(140deg, #1f5fd3, #0b2e76);
  border-top-color: #f2cf49;
  box-shadow: inset 0 0 35px rgba(255,255,255,.08);
}
.shirt--blue .shirt__name { color: #f2cf49; }
.shirt--blue strong { -webkit-text-stroke-color: #f2cf49; }

.product-card__temporary {
  display: block;
  color: #8b6500;
  font-size: .62rem;
  margin-top: 6px;
  font-weight: 700;
}

/* V4 */
.hero__visual img{max-height:560px;width:88%;object-fit:contain;background:transparent;border-radius:0;}
