@font-face { font-family: "Helvetica Neue"; src: url("../assets/fonts/HelveticaNeueRoman.otf") format("opentype"); font-weight: 400; }
@font-face { font-family: "Helvetica Neue"; src: url("../assets/fonts/HelveticaNeueMedium.otf") format("opentype"); font-weight: 500; }
@font-face { font-family: "Helvetica Neue"; src: url("../assets/fonts/HelveticaNeueBold.otf") format("opentype"); font-weight: 700; }

:root { --ink: #111111; --muted: #858585; --line: #e8e8e8; --white: #ffffff; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Inter", "Helvetica Neue", Arial, sans-serif; }
body:has(.search-panel.is-open), body:has(.mobile-menu.is-open) { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }

.site-header { height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 24px; border-bottom: 1px solid var(--line); background: var(--white); position: relative; z-index: 10; }
.brand { width: max-content; font-size: 17px; letter-spacing: -1px; line-height: 1; font-weight: 700; }
.brand img { display: block; height: 40px; width: auto; }
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a { font-size: 16px; line-height: 24px; font-weight: 500; color: #111111; white-space: nowrap; transition: opacity .2s ease; }
.desktop-nav a:hover { opacity: .55; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 12px; }
.icon-button { display: grid; width: 40px; height: 40px; place-items: center; padding: 0; border: 0; background: transparent; color: var(--ink); }
.icon-button svg, .search-panel svg { width: 21px; height: 21px; fill: currentColor; }
.menu-trigger { display: none; }

.hero { position: relative; height: min(685px, calc(100vh - 104px)); min-height: 500px; margin: 16px; overflow: hidden; border-radius: 24px; color: var(--white); isolation: isolate; }
.hero::after { position: absolute; content: ""; inset: 0; z-index: -1; background: linear-gradient(180deg, rgb(0 0 0 / 0%) 22%, rgb(0 0 0 / 91%) 100%); }
.hero img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 33%; position: absolute; inset: 0; z-index: -2; }
.hero-content { position: absolute; bottom: clamp(34px, 7vw, 84px); left: 50%; width: min(620px, calc(100% - 40px)); transform: translateX(-50%); text-align: center; }
.eyebrow { margin: 0 0 12px; font-size: 14px; line-height: 21px; font-weight: 500; text-transform: uppercase; letter-spacing: .08em; }
.hero h1 { max-width: 540px; margin: 0 auto 10px; font-size: clamp(38px, 4.8vw, 68px); line-height: .98; letter-spacing: -2.5px; }
.hero p:not(.eyebrow) { margin: 0 auto 24px; max-width: 390px; font-size: 16px; line-height: 24px; font-weight: 400; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 22px; border-radius: 999px; border: 1px solid transparent; font-size: 16px; line-height: 24px; font-weight: 600; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--bold { font-weight: 500; }
.button--primary { background: var(--white); color: #000000; }
.button--secondary { background: #000000; color: var(--white); }

.products-section { padding: 84px 16px 96px; }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; max-width: 1440px; margin: 0 auto 26px; }
.section-heading h2 { margin: 0; font-size: 32px; line-height: 38px; letter-spacing: -1.1px; font-weight: 700; color: #000000; }
.section-heading a { font-size: 16px; line-height: 24px; font-weight: 500;}
.product-grid { max-width: 1440px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.product-card { min-width: 0; aspect-ratio: .84; position: relative; overflow: hidden; background: #e9e9e9; color: var(--white); }
.product-card img { position: absolute; inset: 0; height: 100%; width: 100%; object-fit: cover; transition: opacity .45s ease, transform .65s cubic-bezier(.2,.65,.2,1); }
.product-card .image-hover { opacity: 0; }
.product-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.92) 0%, rgba(0,0,0,.6) 30%, transparent 65%); transition: background .35s ease; }
.product-card__details { position: absolute; z-index: 1; left: 24px; right: 24px; bottom: 22px; transition: transform .4s cubic-bezier(.2,.65,.2,1); }
.product-card__title { margin: 0; font-size: 17px; line-height: 24px; font-weight: 500; }
.product-card__category { display: block; margin-top: 3px; color: rgba(255,255,255,.8); font-size: 14px; line-height: 21px; font-weight: 400; }
.product-card__reveal { max-height: 0; overflow: hidden; opacity: 0; transform: translateY(14px); transition: max-height .3s ease, opacity .3s ease, transform .3s ease; }
.product-card__reveal .button { margin-top: 16px; min-height: 46px; padding: 11px 20px; font-size: 15px; line-height: 22px; background: var(--white); color: #000000; }
.product-card:hover .image-main { opacity: 0; transform: scale(1.04); }
.product-card:hover .image-hover { opacity: 1; transform: scale(1.04); }
.product-card:hover::after { background: linear-gradient(to top, rgba(0,0,0,.96) 0%, rgba(0,0,0,.68) 35%, transparent 70%); }
.product-card:hover .product-card__details { transform: translateY(-3px); }
.product-card:hover .product-card__reveal { max-height: 70px; opacity: 1; transform: translateY(0); }
.more-products-wrap { display: flex; justify-content: center; padding-top: 36px; }
.more-products-wrap[hidden] { display: none; }
#load-more { font-weight: 600; padding: 14px 24px; }

.search-panel, .mobile-menu { position: fixed; inset: 0; z-index: 20; visibility: hidden; transition: visibility 0s linear .35s; }
.search-panel::before, .mobile-menu::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.35); opacity: 0; transition: opacity .35s ease; }
.search-panel.is-open, .mobile-menu.is-open { visibility: visible; transition-delay: 0s; }
.search-panel.is-open::before, .mobile-menu.is-open::before { opacity: 1; }
.search-panel__box { position: relative; display: flex; align-items: center; gap: 24px; min-height: 88px; padding: 16px 24px; background: var(--white); transform: translateY(-100%); transition: transform .35s cubic-bezier(.2,.75,.25,1); }
.search-panel.is-open .search-panel__box { transform: translateY(0); }
.search-panel form { flex: 1; max-width: 720px; margin: 0 auto; display: flex; align-items: center; gap: 16px; }
.search-panel input { width: 100%; padding: 8px 0; outline: 0; border: 0; color: #111111; font-size: 14px; line-height: 21px; font-weight: 400; }
.search-panel input::placeholder { color: #9a9a9a; opacity: 1; }
.cancel-search { border: 0; padding: 8px 0; background: transparent; color: #000000; font-size: 16px; line-height: 24px; font-weight: 400; }
.mobile-menu__panel { position: absolute; top: 0; right: 0; width: min(390px, 87vw); min-height: 100%; padding: 24px; background: var(--white); transform: translateX(100%); transition: transform .4s cubic-bezier(.2,.75,.25,1); }
.mobile-menu.is-open .mobile-menu__panel { transform: translateX(0); }
.mobile-menu__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 66px; font-size: 16px; line-height: 24px; font-weight: 500; }
.close-menu { border: 0; padding: 0; background: transparent; color: #111111; font-size: 34px; line-height: 24px; font-weight: 400; }
.mobile-menu nav { display: grid; gap: 24px; }
.mobile-menu nav a { font-size: 24px; line-height: 31px; font-weight: 400; color: #111111; }

@media (max-width: 800px) {
  .site-header { height: 72px; grid-template-columns: 1fr auto; padding: 0 16px; }
  .desktop-nav { display: none; }
  .header-actions { gap: 2px; }
  .menu-trigger { display: grid; }
  .hero { height: min(620px, calc(100vh - 104px)); min-height: 460px; margin: 16px; border-radius: 24px; }
  .hero h1 { letter-spacing: -1.6px; }
  .products-section { padding: 62px 0 72px; }
  .product-grid { grid-template-columns: repeat(1, 1fr) !important; gap: 1px; }
  .product-card { aspect-ratio: .72; }
  .product-card__details { left: 14px; right: 14px; bottom: 14px; }
  .product-card__title { font-size: 15px; line-height: 20px; }
  .product-card__category { font-size: 12px; line-height: 18px; }
  .product-card__reveal { max-height: 54px; opacity: 1; transform: none; }
  .product-card__reveal .button { min-height: 38px; margin-top: 8px; padding: 8px 14px; font-size: 13px; line-height: 19px; }
  .search-panel__box { min-height: 72px; gap: 16px; padding: 12px 16px; }
}

@media (max-width: 420px) { .hero { min-height: 420px; } .hero-content { bottom: 32px; } .section-heading h2 { font-size: 29px; } }

/* Catalogo e filtros */
.search-panel form { max-width: 680px; gap: 12px; padding: 4px 16px; border-radius: 999px; background: rgb(250, 250, 250); }
.search-panel input { background: transparent; }
.search-panel input::-webkit-search-cancel-button { -webkit-appearance: none; appearance: none; }
.products-section { max-width: 1440px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.products-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 32px; }
.products-layout > div { min-width: 0; }
.product-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card { aspect-ratio: .79; }
.product-card__category { margin: 0 0 6px; display: block; font-size: 14px; line-height: 21px; }
.product-card__title { font-size: 21px; line-height: 25px; letter-spacing: -.35px; }
.filters { border-top: 1px solid var(--line); }
.filters__top { display: none; }
.filters details { border-bottom: 1px solid var(--line); padding: 17px 0; }
.filters summary { list-style: none; display: flex; align-items: center; justify-content: space-between; font-size: 16px; line-height: 24px; font-weight: 500; cursor: pointer; }
.filters summary::-webkit-details-marker { display: none; }
.filters summary svg { width: 24px; height: 24px; flex-shrink: 0; color: #757575; transition: transform .2s ease; }
.filters details[open] summary svg { transform: rotate(180deg); }
.filters label { display: block; margin-top: 14px; font-size: 14px; line-height: 20px; cursor: pointer; }
.filters input { width: 17px; height: 17px; margin: 0 9px 0 0; vertical-align: -3px; accent-color: #111; }
.color-filters { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px; }
.color-filters label { display: flex; align-items: center; gap: 7px; margin-top: 8px; }
.color-filters input { position: absolute; opacity: 0; }
.color-filters i { width: 18px; height: 18px; border-radius: 50%; border: 1px solid #d5d5d5; }
.color-filters input:checked + i { outline: 2px solid #111; outline-offset: 2px; }
.yellow { background:#f6db00 }.blue { background:#1176e8 }.white { background:#fff }.black { background:#000 }.red { background:#e73426 }
.catalog-toolbar { display: none; }.no-results { grid-column: 1 / -1; padding: 80px 0; font-size: 16px; }
.hero { margin: 0; border-radius: 0; height: min(655px, calc(100vh - 88px)); }
.site-footer { margin-top: 0; border-top: 1px solid var(--line); padding: 52px 24px 22px; }
.footer-inner, .footer-bottom { max-width: 1440px; margin: auto; }.footer-inner { display:grid; grid-template-columns: 1.4fr 1fr 1.4fr 1fr; gap: 40px; }.footer-inner h2 { margin: 0 0 16px; font-size: 16px; line-height: 24px; font-weight: 500; }.footer-inner a:not(.brand) { display:block; margin: 0 0 10px; font-size:14px; line-height:21px; color:#595959; }.instagram-link { display:inline-flex !important; align-items:center; gap:8px; color:#111 !important; }.instagram-link svg { width:20px; height:20px; fill:none; stroke:currentColor; stroke-width:1.7; }.footer-bottom { display:flex; justify-content:space-between; gap:24px; margin-top:42px; padding-top:20px; border-top:1px solid var(--line); color:#747474; font-size:12px; line-height:18px; }
@media (max-width:800px) { .hero { height: min(560px, calc(100vh - 72px)); } .products-section { padding-left:16px; padding-right:16px; } .products-layout { display:block; } .product-grid { gap:24px 12px; } .product-card { aspect-ratio:.73; } .product-card__title { font-size:17px; line-height:21px; } .catalog-toolbar { display:block; margin:-8px 0 22px; }.mobile-filter-trigger { display:flex; align-items:center; gap:10px; border:0; background:transparent; padding:0; font-size:16px; line-height:24px; font-weight:500; }.mobile-filter-trigger svg { width:22px; height:22px; fill:currentColor; }.mobile-filter-trigger .chevron { width:18px; transform:rotate(-90deg); }.filters { position:fixed; z-index:30; top:0; left:0; bottom:0; width:min(355px,86vw); padding:24px; overflow:auto; background:#fff; border:0; transform:translateX(-105%); transition:transform .4s cubic-bezier(.2,.75,.25,1); }.filters::after { content:''; position:fixed; inset:0; z-index:-1; background:rgba(0,0,0,.32); opacity:0; }.filters.is-open { transform:translateX(0); box-shadow:24px 0 60px rgba(0,0,0,.12); }.filters__top { display:flex; justify-content:space-between; align-items:center; padding-bottom:25px; font-size:16px; line-height:24px; }.close-filters { border:0; background:transparent; font-size:30px; line-height:24px; }.site-footer { padding:40px 16px 20px; }.footer-inner { grid-template-columns:1fr 1fr; gap:38px 20px; }.footer-inner > :first-child { grid-column:1/-1; }.footer-bottom { display:grid; margin-top:34px; gap:10px; } }
.instagram-link img { width:20px; height:20px; } .search-panel input::-ms-clear { display:none; }
/* Home sem filtros */
.home .catalog-toolbar, .home .filters { display: none; }
.home .product-grid { gap: 10px; }
.home .products-layout { display: block; }
.quality-section { max-width: 1440px; margin: 0 auto; padding: 32px 24px 104px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); align-items: stretch; gap: 24px; }
.quality-copy { padding: clamp(34px, 5vw, 76px); background: #f5f5f3; border-radius: 24px; }
.quality-copy .eyebrow, .trust-card .eyebrow { color:#111; }.quality-copy h2 { max-width: 650px; margin:0 0 18px; font-size:clamp(32px,4vw,55px); line-height:1; letter-spacing:-1.8px; }.quality-copy > p:not(.eyebrow) { max-width: 540px; margin:0 0 28px; font-size:16px; line-height:24px; }
.trust-card { position:relative; display:flex; flex-direction:column; justify-content:space-between; padding:clamp(34px,4vw,58px); color:#fff; background:#111 url("../assets/camisas/Retrô Manchester United Away 1990.91 (1).jpeg") center/cover no-repeat; border-radius:24px; overflow:hidden; }.trust-card::before { content:''; position:absolute; inset:0; z-index:0; background:rgba(0,0,0,.6); }.trust-card::after { content:'R'; position:absolute; right:-20px; bottom:-75px; color:rgba(255,255,255,.06); font-size:260px; line-height:1; font-weight:700; }.trust-card > * { position:relative; z-index:1; }.trust-seal { display:grid; place-items:center; width:48px; height:48px; margin-bottom:36px; border:1px solid rgba(255,255,255,.65); border-radius:50%; font-size:23px; }.trust-card h3 { margin:0 0 22px; max-width:360px; font-size:36px; line-height:39px; letter-spacing:-1px; }.trust-card ul { padding:0; margin:0; list-style:none; }.trust-card li { display:flex; align-items:center; gap:12px; margin:0 0 14px; font-size:17px; line-height:25px; }.trust-card li:last-child { margin-bottom:0; }.trust-card li svg { flex-shrink:0; width:19px; height:19px; }
@media (max-width:800px){.quality-section{grid-template-columns:1fr;padding:16px 16px 72px;gap:16px}.quality-copy,.trust-card{padding:34px 26px;border-radius:20px}.quality-copy h2{font-size:36px}.trust-card h3{font-size:29px;line-height:32px}.home .products-layout{display:block}}
/* Ajustes de navegacao e catalogo */
.hero-content { width: min(820px, calc(100% - 40px)); }
.hero h1 { max-width: 760px; }
.filters label { padding: 7px 8px; margin-left: -8px; margin-right: -8px; border-radius: 10px; transition: background .18s ease; }
.filters label:hover { background: rgb(250, 250, 250); }
.search-panel__brand { display: block; height: 32px; width: auto; min-width: 92px; object-fit: contain; }
.search-panel form { margin-left: 0; }
@media(max-width:800px){.search-panel__brand{display:none}.search-panel form{margin:0 auto}.hero-content{width:min(620px,calc(100% - 40px))}}
.category-breadcrumb { display:flex; gap:8px; margin:0 0 10px; color:#8a8a8a; font-size:14px; line-height:21px; }.category-breadcrumb a { color:#555; }.category-breadcrumb a:hover { color:#111; }
.color-filters { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px 8px; padding-top: 15px; }
.color-filters label { display: flex; flex-direction: column; align-items: center; gap: 5px; margin: 0; padding: 4px 2px; text-align: center; font-size: 12px; line-height: 16px; }
.color-filters label:hover { background: rgb(250, 250, 250); }
.color-filters i { width: 27px; height: 27px; flex: 0 0 auto; }
.color-filters input:checked + i { outline-width: 2px; outline-offset: 3px; }
/* Filtros: opcoes mais compactas e selecao quadrada */
.filters label { margin-top: 5px; }
.filters label:hover { background: #eeeeee; }

/* Produtos relacionados e vitrine deslizavel */
.related-products { max-width: 1440px; margin: 0 auto; padding: 0 24px 96px; }
.related-products__heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.related-products__heading h2 { margin: 0; font-size: 32px; line-height: 38px; letter-spacing: -1.1px; }
.related-products__nav { display: flex; gap: 10px; }
.related-nav-btn { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid #d9d9dd; border-radius: 50%; background: #fff; color: #111; cursor: pointer; transition: border-color .15s ease, background .15s ease; }
.related-nav-btn:hover { border-color: #111; }
.related-nav-btn:disabled { opacity: .35; cursor: default; }
.related-nav-btn:disabled:hover { border-color: #d9d9dd; }
.related-nav-btn svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.related-products__rail { display: flex; gap: 16px; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory; scroll-padding-left: 24px; scrollbar-width: none; }
.related-products__rail::-webkit-scrollbar { display: none; }
.related-products__rail .product-card { flex: 0 0 calc((100% - 32px) / 3); min-width: 230px; scroll-snap-align: start; }
@media (max-width: 800px) {
  .related-products { padding: 0 16px 72px; }
  .related-products__heading h2 { font-size: 28px; }
  .related-products__nav { display: none; }
  .related-products__rail { margin: 0 -16px; padding: 0 16px 8px 16px; gap: 12px; scroll-padding-left: 24px; }
  .home .product-grid { display: flex; overflow-x: auto; margin: 0 -16px; padding: 0 16px 8px 16px; gap: 8px; scroll-snap-type: x mandatory; scroll-padding-left: 24px; scrollbar-width: none; }
  .home .product-grid::-webkit-scrollbar { display: none; }
  .home .product-card,
  .related-products__rail .product-card { flex: 0 0 78vw; aspect-ratio: .78; scroll-snap-align: start; }
}
.filters details:not([open]) summary:hover { margin: -7px -8px; padding: 7px 8px; border-radius: 10px; background: #eeeeee; }
