:root {
  --bg: #070a18;
  --surface: #0d1128;
  --surface-2: #121735;
  --line: rgba(255,255,255,.1);
  --text: #f6f7ff;
  --muted: #a9b0d0;
  --blue: #3957ff;
  --indigo: #703dff;
  --cyan: #55d9ff;
  --gold: #e7c46b;
  --danger: #ff6f8f;
  --radius: 24px;
  --shadow: 0 26px 80px rgba(0,0,0,.34);
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; }
body { margin: 0; color: var(--text); background: var(--bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; background: radial-gradient(circle at 15% 10%, rgba(57,87,255,.16), transparent 34%), radial-gradient(circle at 85% 20%, rgba(112,61,255,.14), transparent 28%); z-index: -1; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }

.announcement { padding: 9px 20px; text-align: center; font-size: 12px; letter-spacing: .08em; color: #dfe4ff; background: linear-gradient(90deg, #1b2c99, #5430be, #1b2c99); }
.site-header { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 26px; padding: 0 5vw; border-bottom: 1px solid var(--line); background: rgba(7,10,24,.78); backdrop-filter: blur(18px); position: sticky; top: 0; z-index: 30; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand-crown { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(231,196,107,.45); border-radius: 13px; color: var(--gold); background: linear-gradient(145deg, rgba(231,196,107,.18), rgba(231,196,107,.04)); box-shadow: inset 0 0 30px rgba(231,196,107,.08); font-size: 24px; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 15px; letter-spacing: .12em; }
.brand small { color: var(--muted); font-size: 9px; letter-spacing: .2em; margin-top: 3px; }
.desktop-nav { display: flex; align-items: center; gap: 28px; color: #cbd1ef; font-size: 14px; }
.desktop-nav a:hover { color: white; }
.cart-button { border: 1px solid var(--line); background: rgba(255,255,255,.04); padding: 11px 14px; border-radius: 13px; cursor: pointer; }
.cart-button span { display: inline-grid; place-items: center; min-width: 24px; height: 24px; margin-left: 7px; padding: 0 7px; border-radius: 99px; background: var(--blue); font-weight: 800; }

.hero { min-height: 690px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 50px; padding: 90px 7vw 80px; position: relative; }
.hero-copy { max-width: 700px; }
.eyebrow { margin: 0 0 12px; color: #8fa2ff; font-size: 12px; font-weight: 800; letter-spacing: .18em; }
h1 { margin: 0; font-size: clamp(58px, 7.1vw, 112px); line-height: .9; letter-spacing: -.065em; }
h1 span { background: linear-gradient(100deg, #eaf2ff 0%, #718eff 48%, #a96eff 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-text { max-width: 600px; margin: 28px 0 0; color: var(--muted); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; gap: 13px; margin-top: 34px; flex-wrap: wrap; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 15px; padding: 0 21px; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: linear-gradient(135deg, var(--blue), var(--indigo)); box-shadow: 0 14px 34px rgba(71,69,255,.3); }
.button.secondary { border: 1px solid var(--line); background: rgba(255,255,255,.045); }
.button.light { color: #11152b; background: #fff; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: #c4cae5; font-size: 12px; }

.hero-visual { height: 540px; position: relative; display: grid; place-items: center; perspective: 1200px; }
.glow { position: absolute; width: 430px; height: 430px; border-radius: 50%; background: radial-gradient(circle, rgba(79,99,255,.52), rgba(117,51,255,.2) 46%, transparent 70%); filter: blur(24px); }
.card-art { position: absolute; width: 260px; aspect-ratio: .71; border-radius: 22px; border: 1px solid rgba(255,255,255,.3); box-shadow: 0 40px 80px rgba(0,0,0,.5); overflow: hidden; }
.card-art::before { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 15px; }
.card-back { transform: translate(-82px, 18px) rotate(-15deg); background: radial-gradient(circle at 40% 35%, #314fd1, transparent 35%), repeating-radial-gradient(circle at 50% 50%, #131a4c 0 15px, #202977 16px 18px); }
.card-back span { position: absolute; inset: 0; display: grid; place-items: center; font-family: Georgia, serif; font-size: 56px; color: rgba(255,255,255,.72); }
.card-front { transform: translate(78px, -20px) rotate(9deg); display: flex; flex-direction: column; align-items: center; justify-content: center; background: radial-gradient(circle at 45% 20%, rgba(85,217,255,.75), transparent 23%), linear-gradient(145deg, #151a49 10%, #4926a6 52%, #0d1130); }
.card-front::after { content: ""; position: absolute; inset: 18px; border-radius: 12px; background: linear-gradient(135deg, rgba(255,255,255,.13), transparent 35%); }
.card-shine { position: absolute; width: 180%; height: 50px; background: rgba(255,255,255,.2); filter: blur(18px); transform: rotate(-40deg) translateY(-100px); }
.mini-crown { font-size: 64px; color: var(--gold); text-shadow: 0 0 24px rgba(231,196,107,.45); z-index: 2; }
.card-front strong { margin-top: 16px; font-size: 22px; letter-spacing: .15em; z-index: 2; }
.card-front small { margin-top: 8px; color: #cbd6ff; letter-spacing: .18em; z-index: 2; }
.hero-stat { position: absolute; left: 5%; bottom: 7%; display: flex; flex-direction: column; padding: 16px 19px; border: 1px solid var(--line); border-radius: 17px; background: rgba(14,18,44,.75); backdrop-filter: blur(15px); box-shadow: var(--shadow); }
.hero-stat strong { font-size: 25px; }.hero-stat span { color: var(--muted); font-size: 12px; }

.category-strip { margin: 0 5vw; padding: 12px; display: flex; gap: 9px; overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.035); }
.category { flex: 0 0 auto; border: 0; border-radius: 12px; padding: 12px 18px; background: transparent; color: var(--muted); cursor: pointer; }
.category.active { color: white; background: linear-gradient(135deg, rgba(57,87,255,.95), rgba(112,61,255,.95)); }
.section { padding: 110px 7vw; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 35px; }
h2 { margin: 0; font-size: clamp(34px, 4vw, 58px); line-height: 1; letter-spacing: -.045em; }
.search-box { width: min(330px, 100%); display: flex; align-items: center; gap: 10px; padding: 0 15px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.04); }
.search-box input { width: 100%; height: 48px; color: white; border: 0; outline: 0; background: transparent; }
.search-box input::placeholder { color: #7780a8; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.product-card { border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025)); overflow: hidden; transition: transform .25s ease, border-color .25s ease; }
.product-card:hover { transform: translateY(-7px); border-color: rgba(118,139,255,.5); }
.product-image { height: 300px; position: relative; display: grid; place-items: center; overflow: hidden; background: var(--art); }
.product-image::before { content: ""; width: 160px; aspect-ratio: .71; position: absolute; border-radius: 15px; border: 1px solid rgba(255,255,255,.25); background: linear-gradient(145deg, rgba(255,255,255,.22), rgba(255,255,255,.03)); box-shadow: 0 30px 50px rgba(0,0,0,.3); transform: rotate(-5deg); }
.product-image::after { content: "♛"; width: 130px; aspect-ratio: .71; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; color: rgba(255,255,255,.82); font-size: 48px; background: rgba(4,8,30,.35); transform: rotate(7deg) translate(30px, -8px); box-shadow: 0 24px 50px rgba(0,0,0,.35); }
.product-image[data-art="ocean"] { --art: radial-gradient(circle at 30% 15%, #4de7ff, transparent 26%), linear-gradient(145deg, #182e83, #5a28a3 62%, #0b1028); }
.product-image[data-art="sunset"] { --art: radial-gradient(circle at 70% 20%, #ffbd61, transparent 24%), linear-gradient(145deg, #442d9c, #c0487c 58%, #1a163d); }
.product-image[data-art="ember"] { --art: radial-gradient(circle at 65% 20%, #ffdb62, transparent 18%), linear-gradient(145deg, #862854, #ee5a48 55%, #32143f); }
.product-image[data-art="royal"] { --art: radial-gradient(circle at 50% 20%, #efe6b0, transparent 20%), linear-gradient(145deg, #161b43, #4d3f99 55%, #141528); }
.product-image[data-art="ice"] { --art: radial-gradient(circle at 50% 20%, #d8fbff, transparent 20%), linear-gradient(145deg, #16396d, #318dc6 55%, #101b3c); }
.product-image[data-art="indigo"] { --art: radial-gradient(circle at 50% 15%, #af85ff, transparent 20%), linear-gradient(145deg, #16275c, #5734a5 60%, #0d132f); }
.badge { position: absolute; left: 16px; top: 16px; z-index: 2; padding: 8px 10px; border-radius: 9px; color: white; background: rgba(7,10,24,.75); backdrop-filter: blur(10px); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.product-info { padding: 22px; }
.product-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: #8791bd; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.product-info h3 { min-height: 48px; margin: 12px 0 8px; font-size: 19px; line-height: 1.28; }
.product-info p { min-height: 42px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.product-release { display: block; margin-top: 13px; color: #c1c8e9; font-size: 11px; }
.product-buy { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 20px; }
.price { font-size: 24px; font-weight: 900; letter-spacing: -.04em; }
.add-button { width: 46px; height: 46px; border: 0; border-radius: 14px; color: white; background: linear-gradient(135deg, var(--blue), var(--indigo)); cursor: pointer; font-size: 24px; box-shadow: 0 10px 25px rgba(64,74,255,.28); }
.add-button:disabled { opacity: .4; cursor: not-allowed; }
.empty-state { text-align: center; padding: 50px; color: var(--muted); }

.preorder-banner { margin: 20px 5vw; padding: 58px; display: flex; align-items: center; justify-content: space-between; gap: 35px; border-radius: 30px; background: radial-gradient(circle at 80% 20%, rgba(85,217,255,.28), transparent 26%), linear-gradient(120deg, #263dce, #6431bf 62%, #22268e); box-shadow: var(--shadow); }
.preorder-banner p:not(.eyebrow) { max-width: 650px; color: #dce3ff; line-height: 1.6; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.benefit-grid article { padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.035); }
.benefit-grid span { color: #7189ff; font-size: 12px; font-weight: 900; }
.benefit-grid h3 { margin: 35px 0 11px; font-size: 18px; }
.benefit-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.faq { max-width: 1100px; margin: auto; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { padding: 24px 0; cursor: pointer; font-size: 17px; font-weight: 700; }
details p { max-width: 780px; margin: -6px 0 25px; color: var(--muted); line-height: 1.65; }
footer { min-height: 170px; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 40px 5vw; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.footer-legal { display: flex; flex-direction: column; gap: 6px; text-align: center; }
.footer-legal p { margin: 0; }
.footer-links { display: flex; gap: 17px; }

.cart-overlay { position: fixed; inset: 0; z-index: 90; background: rgba(2,4,14,.72); backdrop-filter: blur(6px); }
.cart-drawer { width: min(460px, 100%); height: 100dvh; position: fixed; right: 0; top: 0; z-index: 100; display: flex; flex-direction: column; padding: 25px; border-left: 1px solid var(--line); background: #0b0f24; box-shadow: -20px 0 80px rgba(0,0,0,.45); transform: translateX(105%); transition: transform .28s ease; }
.cart-drawer.open { transform: translateX(0); }
.cart-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.cart-head h2 { font-size: 35px; }
.icon-button { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; color: white; background: rgba(255,255,255,.04); cursor: pointer; font-size: 26px; }
.cart-items { flex: 1; overflow-y: auto; padding: 13px 0; }
.cart-item { display: grid; grid-template-columns: 66px 1fr auto; gap: 13px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.cart-thumb { height: 82px; border-radius: 12px; background: linear-gradient(145deg, #263bba, #622ca8); }
.cart-item h4 { margin: 2px 0 5px; font-size: 14px; line-height: 1.35; }
.cart-item-price { color: var(--muted); font-size: 12px; }
.qty { display: inline-flex; align-items: center; gap: 9px; margin-top: 10px; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.qty button { width: 28px; height: 28px; border: 0; background: rgba(255,255,255,.04); cursor: pointer; }
.remove { align-self: start; border: 0; color: #7e88ad; background: transparent; cursor: pointer; font-size: 19px; }
.cart-empty { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: var(--muted); }
.cart-empty > span { color: var(--gold); font-size: 50px; }.cart-empty h3 { margin: 17px 0 6px; color: white; }
.cart-footer { padding-top: 20px; border-top: 1px solid var(--line); }
.shipping-progress { height: 6px; overflow: hidden; border-radius: 10px; background: rgba(255,255,255,.08); }
.shipping-progress div { height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--blue), var(--cyan)); transition: width .25s ease; }
#shipping-message { color: var(--muted); font-size: 12px; }
.total-row { display: flex; justify-content: space-between; align-items: center; margin-top: 18px; font-size: 17px; }
.total-row strong { font-size: 25px; }
.microcopy { color: #7f89af; font-size: 11px; }
.checkout-button { width: 100%; margin-top: 10px; }
.checkout-button:disabled { opacity: .6; cursor: wait; }
.checkout-error { min-height: 18px; color: var(--danger); font-size: 12px; text-align: center; }
.toast { position: fixed; left: 50%; bottom: 25px; z-index: 120; padding: 13px 17px; border: 1px solid var(--line); border-radius: 14px; color: white; background: rgba(15,19,46,.94); box-shadow: var(--shadow); transform: translate(-50%, 120px); opacity: 0; transition: .25s ease; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-visual { height: 440px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  footer { flex-direction: column; text-align: center; }
}
@media (max-width: 650px) {
  .announcement { font-size: 9px; }
  .site-header { min-height: 68px; padding: 0 16px; }
  .brand strong { font-size: 12px; }.brand small { font-size: 7px; }.brand-crown { width: 36px; height: 36px; }
  .cart-button { padding: 9px 10px; font-size: 12px; }
  .hero { min-height: auto; padding: 65px 20px 45px; gap: 15px; }
  h1 { font-size: 57px; }
  .hero-text { font-size: 16px; }
  .hero-visual { height: 360px; transform: scale(.86); }
  .card-art { width: 210px; }
  .category-strip { margin: 0 14px; }
  .section { padding: 80px 20px; }
  .section-heading { align-items: stretch; flex-direction: column; }
  .product-grid { grid-template-columns: 1fr; }
  .product-image { height: 330px; }
  .preorder-banner { margin: 10px 14px; padding: 35px 25px; align-items: flex-start; flex-direction: column; }
  .benefit-grid { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; justify-content: center; }
}


/* Kingdom Cards — identità ufficiale */
:root {
  --bg: #050506;
  --surface: #0d0d0f;
  --surface-2: #151517;
  --line: rgba(255,255,255,.11);
  --text: #f8f8fa;
  --muted: #b4b4bb;
  --blue: #e10613;
  --indigo: #850008;
  --cyan: #ff6c74;
  --gold: #ffffff;
}
body { background: #050506; }
body::before {
  background:
    radial-gradient(circle at 12% 12%, rgba(225,6,19,.16), transparent 29%),
    radial-gradient(circle at 87% 19%, rgba(255,255,255,.055), transparent 24%),
    linear-gradient(180deg, #050506 0%, #09090b 45%, #050506 100%);
}
.announcement {
  color: #fff;
  background: linear-gradient(90deg, #670008, #e10613 48%, #670008);
  box-shadow: 0 1px 0 rgba(255,255,255,.08) inset;
}
.site-header {
  min-height: 86px;
  background: rgba(5,5,6,.86);
  border-bottom-color: rgba(255,255,255,.09);
}
.brand { gap: 13px; }
.brand-logo {
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 0 0 4px rgba(225,6,19,.08), 0 9px 25px rgba(0,0,0,.45);
}
.brand strong {
  color: #fff;
  font-size: 16px;
  font-weight: 950;
  letter-spacing: .075em;
}
.brand strong em { color: #e10613; font-style: normal; }
.brand small { color: #aaaab2; font-size: 8px; letter-spacing: .22em; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: #e10613; transition: right .2s ease; }
.desktop-nav a:hover::after { right: 0; }
.cart-button { border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.045); }
.cart-button span { background: #e10613; }

.hero {
  min-height: 760px;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(42px, 6vw, 100px);
  padding: 70px 7vw 95px;
  overflow: hidden;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .22;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, black, transparent 90%);
}
.hero-logo-stage {
  min-height: 590px;
  position: relative;
  display: grid;
  place-items: center;
}
.logo-aura {
  position: absolute;
  width: min(520px, 44vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(225,6,19,.42), rgba(225,6,19,.09) 46%, transparent 72%);
  filter: blur(35px);
  animation: logoPulse 4.2s ease-in-out infinite;
}
.hero-logo-frame {
  width: min(500px, 42vw);
  aspect-ratio: 1;
  position: relative;
  z-index: 2;
  padding: 9px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(255,255,255,.15) 38%, rgba(225,6,19,.92));
  box-shadow: 0 50px 110px rgba(0,0,0,.62), 0 0 80px rgba(225,6,19,.16);
  transform: rotate(-1.5deg);
}
.hero-logo-frame::after {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.18);
  pointer-events: none;
}
.hero-logo-img { width: 100%; height: 100%; display: block; object-fit: cover; border-radius: 50%; }
.floating-chip { display:none; }
.chip-one { display:none; }
.chip-two { display:none; }
.hero-copy { max-width: 760px; }
.eyebrow { color: #ff5b65; }
h1 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(68px, 7.6vw, 118px);
  line-height: .82;
  letter-spacing: -.035em;
  text-transform: uppercase;
}
h1 span { display: block; color: inherit; background: none; -webkit-background-clip: initial; background-clip: initial; }
h1 .word-kingdom { color: #f5f5f7; text-shadow: 0 10px 35px rgba(255,255,255,.08); }
h1 .word-cards { color: #e10613; text-shadow: 0 12px 40px rgba(225,6,19,.25); }
.hero-tagline {
  margin: 24px 0 0;
  color: #fff;
  font-size: clamp(21px, 2.2vw, 32px);
  font-weight: 850;
  letter-spacing: -.03em;
}
.hero-text { margin-top: 16px; color: #b5b5bc; font-size: 17px; }
.button.primary { background: linear-gradient(135deg, #f00b1a, #a1000a); box-shadow: 0 14px 34px rgba(225,6,19,.3); }
.button.secondary { border-color: rgba(255,255,255,.16); }
.button.secondary:hover { border-color: rgba(225,6,19,.55); }
.trust-row span { white-space: nowrap; }
.category.active { background: linear-gradient(135deg, #f00b1a, #9f0009); }
.product-card:hover { border-color: rgba(225,6,19,.58); box-shadow: 0 25px 60px rgba(0,0,0,.24); }
.add-button { background: linear-gradient(135deg, #f00b1a, #940008); box-shadow: 0 10px 25px rgba(225,6,19,.28); }
.preorder-banner {
  background:
    radial-gradient(circle at 82% 20%, rgba(255,255,255,.13), transparent 24%),
    linear-gradient(120deg, #1a0002, #b0000b 58%, #e10613);
}
.benefit-grid span { color: #ff4a55; }
.shipping-progress div { background: linear-gradient(90deg, #a80009, #ff2531); }
.cart-thumb { background: linear-gradient(145deg, #1b1b20, #c0000d); }
.cart-empty > span { color: #e10613; }
footer .brand-logo { width: 62px; height: 62px; }

@keyframes logoPulse {
  0%, 100% { transform: scale(.96); opacity: .75; }
  50% { transform: scale(1.04); opacity: 1; }
}

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; gap: 5px; padding-top: 52px; }
  .hero-logo-stage { min-height: 520px; }
  .hero-logo-frame { width: min(470px, 68vw); }
  .logo-aura { width: min(500px, 72vw); }
  .hero-copy { max-width: 780px; text-align: center; margin: 0 auto; }
  .hero-actions, .trust-row { justify-content: center; }
}
@media (max-width: 650px) {
  .site-header { min-height: 72px; }
  .brand-logo { width: 42px; height: 42px; }
  .brand strong { font-size: 11px; }
  .brand small { font-size: 6px; }
  .hero { padding: 36px 18px 50px; }
  .hero-logo-stage { min-height: 365px; }
  .hero-logo-frame { width: min(330px, 88vw); padding: 6px; }
  .hero-logo-frame::after { inset: 6px; }
  .logo-aura { width: 350px; max-width: 95vw; }
  .floating-chip { padding: 10px 12px; }
  .floating-chip strong { font-size: 15px; }
  .floating-chip span { font-size: 8px; }
  .chip-one { left: 0; bottom: 5%; }
  .chip-two { right: 0; top: 7%; }
  h1 { font-size: clamp(58px, 22vw, 84px); }
  .hero-tagline { font-size: 21px; }
  .hero-text { font-size: 15px; }
  .trust-row { gap: 10px 14px; }
}


/* Categorie: interazione affidabile anche su iPhone e browser integrati */
.category-strip {
  position: relative;
  z-index: 5;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.category-strip::-webkit-scrollbar { display: none; }
.category {
  min-height: 48px;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}
.category:focus-visible {
  outline: 3px solid rgba(255,255,255,.72);
  outline-offset: 2px;
}
#catalogo { scroll-margin-top: 105px; }

@media (max-width: 650px) {
  .category-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    overflow: visible;
    padding: 10px;
    border-radius: 20px;
  }
  .category-strip .category:first-child { grid-column: 1 / -1; }
  .category {
    width: 100%;
    min-height: 52px;
    padding: 12px 8px;
    border: 1px solid rgba(255,255,255,.11);
    background: rgba(255,255,255,.045);
    color: #d7d7dc;
    font-size: 13px;
    font-weight: 850;
  }
  .category:active { transform: scale(.98); }
  .category.active {
    border-color: rgba(255,70,80,.75);
    background: linear-gradient(135deg, #f00b1a, #8f0008);
    box-shadow: 0 10px 24px rgba(225,6,19,.22);
  }
}

/* Fix definitivo categorie mobile: link nativi, area touch e livelli di sovrapposizione */
.hero-logo-stage,
.hero-logo-stage * { pointer-events: none; }
.category-strip {
  isolation: isolate;
  z-index: 50;
}
.category {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  -webkit-touch-callout: none;
}
@media (max-width: 650px) {
  .category-strip {
    position: relative;
    z-index: 50;
  }
  .category {
    min-height: 56px;
    cursor: pointer;
  }
}


/* Mobile category shelves: native anchors, no JavaScript required */
.mobile-category-catalog { display: none; }
.catalog-area { scroll-margin-top: 112px; }
.mobile-category-block { scroll-margin-top: 155px; }

@media (max-width: 650px) {
  .category-strip {
    position: sticky;
    top: 72px;
    z-index: 55;
    margin-top: 0;
    background: rgba(8,8,10,.96);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }
  .category-strip .category {
    pointer-events: auto !important;
    touch-action: manipulation;
  }
  .desktop-dynamic-catalog { display: none; }
  .mobile-category-catalog {
    display: block;
    padding: 72px 20px 30px;
  }
  .mobile-catalog-intro {
    margin-bottom: 42px;
  }
  .mobile-catalog-intro > p:last-child {
    color: var(--muted);
    line-height: 1.55;
  }
  .mobile-category-block {
    padding: 30px 0 74px;
    border-top: 1px solid var(--line);
  }
  .mobile-category-heading { margin-bottom: 24px; }
  .mobile-category-heading h2 { font-size: 38px; }
  .mobile-category-block .product-grid { grid-template-columns: 1fr; }
}


/* Menu categorie mobile: elegante, non fisso e non invasivo */
.category-menu { margin: 0 5vw; }
.category-menu .category-strip { margin: 0; }
.category-menu-heading { display: none; }

@media (max-width: 650px) {
  .category-menu {
    margin: 18px 14px 0;
    padding: 24px 16px 16px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 24px;
    background:
      radial-gradient(circle at 88% 5%, rgba(225,6,19,.16), transparent 32%),
      linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
    box-shadow: 0 22px 55px rgba(0,0,0,.2);
  }
  .category-menu-heading { display: block; margin-bottom: 18px; }
  .category-menu-heading .eyebrow { margin-bottom: 8px; }
  .category-menu-heading h2 { font-size: 30px; line-height: 1.02; }
  .category-menu .category-strip {
    position: relative !important;
    top: auto !important;
    z-index: 5;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .category-menu .category {
    min-height: 54px;
    border-radius: 14px;
  }
  .mobile-category-block { scroll-margin-top: 92px; }
  .mobile-category-catalog { padding-top: 54px; }
}


/* V4: controlli nativi e fallback touch/hash per iPhone */
.add-button {
  display: inline-grid;
  place-items: center;
  position: relative;
  z-index: 20;
  text-decoration: none;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
}
.add-button[aria-disabled="true"] { opacity: .4; pointer-events: none; }
.cart-button { display: inline-flex; align-items: center; text-decoration: none; touch-action: manipulation; }
@media (max-width: 650px) {
  .add-button { width: 54px; height: 54px; font-size: 28px; }
  .product-buy { position: relative; z-index: 20; }
}

/* V5 — catalogo gestibile e pannello amministratore */
.product-image.has-image::before,
.product-image.has-image::after { display: none; }
.product-image.has-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  padding: 18px;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 24px 28px rgba(0,0,0,.42));
}
.add-button.disabled { opacity: .38; cursor: not-allowed; box-shadow: none; }
.cart-thumb.has-image { background-size: cover; background-position: center; }
.category-empty { grid-column: 1 / -1; }

.admin-entry {
  align-self: center;
  margin-top: 3px;
  padding: 4px 0;
  border: 0;
  color: #777780;
  background: transparent;
  cursor: pointer;
  font-size: 10px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.admin-entry:hover { color: #fff; }

.admin-overlay {
  position: fixed;
  inset: 0;
  z-index: 140;
  background: rgba(0,0,0,.76);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.admin-panel {
  width: min(940px, 100%);
  height: 100dvh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 150;
  display: flex;
  flex-direction: column;
  padding: 28px;
  overflow-y: auto;
  border-left: 1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 90% 0%, rgba(225,6,19,.18), transparent 28%),
    #09090b;
  box-shadow: -30px 0 100px rgba(0,0,0,.6);
  transform: translateX(104%);
  transition: transform .3s ease;
}
.admin-panel.open { transform: translateX(0); }
.admin-panel-head {
  position: sticky;
  top: -28px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: -28px -28px 26px;
  padding: 25px 28px 20px;
  border-bottom: 1px solid var(--line);
  background: rgba(9,9,11,.93);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.admin-panel-head h2 { font-size: clamp(32px, 5vw, 52px); }
.admin-login { flex: 1; display: grid; place-items: center; padding: 30px 0; }
.admin-login-card {
  width: min(440px, 100%);
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 26px;
  text-align: center;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
  box-shadow: var(--shadow);
}
.admin-login-card h3 { margin: 12px 0 8px; font-size: 27px; }
.admin-login-card > p { color: var(--muted); line-height: 1.55; }
.admin-crown { color: #e10613; font-size: 52px; }
.admin-login-card label { display: block; margin: 25px 0 14px; text-align: left; color: #d8d8dd; font-size: 12px; font-weight: 800; }
.admin-login-card input,
.product-form input,
.product-form select,
.product-form textarea {
  width: 100%;
  margin-top: 8px;
  padding: 13px 14px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 12px;
  outline: 0;
  color: white;
  background: rgba(255,255,255,.055);
}
.admin-login-card input:focus,
.product-form input:focus,
.product-form select:focus,
.product-form textarea:focus { border-color: rgba(255,45,57,.75); box-shadow: 0 0 0 3px rgba(225,6,19,.12); }
.admin-login-card .button { width: 100%; }
.admin-hint { margin: 13px 0 0 !important; font-size: 11px; }

.admin-dashboard { padding-bottom: 40px; }
.admin-toolbar { display: flex; flex-wrap: wrap; gap: 10px; }
.admin-toolbar .button { min-height: 44px; padding: 0 16px; font-size: 13px; }
.admin-import { cursor: pointer; }
.admin-notice {
  margin: 18px 0 25px;
  padding: 16px 18px;
  border: 1px solid rgba(255,210,102,.22);
  border-radius: 14px;
  color: #d8d0b7;
  background: rgba(255,206,73,.055);
  font-size: 12px;
  line-height: 1.55;
}
.product-form {
  margin: 20px 0 34px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  background: rgba(255,255,255,.035);
}
.form-title-row { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 20px; }
.form-title-row h3 { margin: 0; font-size: 26px; }
.text-button { border: 0; color: #aaaab2; background: transparent; cursor: pointer; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.form-grid label { color: #c9c9cf; font-size: 11px; font-weight: 800; letter-spacing: .03em; }
.form-grid label.wide { grid-column: 1 / -1; }
.product-form select { appearance: none; }
.product-form textarea { resize: vertical; min-height: 100px; }
.image-upload input { padding: 10px; }
.image-upload span { display: block; margin-top: 7px; color: #888892; font-size: 10px; }
.image-preview-wrap { margin-top: 16px; }
.admin-image-preview {
  width: min(250px, 100%);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px dashed rgba(255,255,255,.18);
  border-radius: 18px;
  color: #777780;
  background: radial-gradient(circle at 50% 20%, rgba(225,6,19,.2), transparent 30%), linear-gradient(145deg, #151519, #08080a);
}
.admin-image-preview img { width: 100%; height: 100%; object-fit: contain; padding: 10px; }
.form-actions { display: flex; justify-content: flex-end; margin-top: 20px; }
.admin-list-heading { display: flex; align-items: end; justify-content: space-between; gap: 15px; margin: 28px 0 15px; }
.admin-list-heading h3 { margin: 0; font-size: 28px; }
.admin-list-heading > span { color: #888892; font-size: 12px; }
.admin-product-list { display: grid; gap: 10px; }
.admin-product-row {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 17px;
  background: rgba(255,255,255,.035);
}
.admin-product-row.is-hidden { opacity: .57; }
.admin-product-thumb {
  width: 78px;
  height: 78px;
  border-radius: 13px;
  background: radial-gradient(circle at 30% 15%, #e10613, transparent 25%), linear-gradient(145deg, #292932, #09090b);
  background-size: cover;
  background-position: center;
}
.admin-product-main { min-width: 0; }
.admin-row-top { display: flex; flex-wrap: wrap; gap: 7px; color: #8e8e98; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.admin-product-main h4 { margin: 7px 0 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 15px; }
.admin-product-main p { margin: 0; color: #a4a4ad; font-size: 11px; }
.admin-status { padding: 3px 6px; border-radius: 5px; font-weight: 900; }
.admin-status.live { color: #aef5c0; background: rgba(62,184,94,.16); }
.admin-status.hidden { color: #d3d3d8; background: rgba(255,255,255,.08); }
.admin-row-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.admin-row-actions button {
  padding: 7px 9px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  color: #d6d6dc;
  background: rgba(255,255,255,.045);
  cursor: pointer;
  font-size: 10px;
}
.admin-row-actions button:hover { border-color: rgba(255,255,255,.28); }
.admin-row-actions button.danger { color: #ff8f96; }
.reset-catalog { margin-top: 22px; border: 0; color: #767680; background: transparent; cursor: pointer; font-size: 10px; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 650px) {
  .admin-panel { padding: 18px; }
  .admin-panel-head { top: -18px; margin: -18px -18px 20px; padding: 18px; }
  .admin-panel-head h2 { font-size: 31px; }
  .admin-login-card { padding: 25px 20px; }
  .admin-toolbar { display: grid; grid-template-columns: 1fr 1fr; }
  .admin-toolbar .button:first-child { grid-column: 1 / -1; }
  .product-form { padding: 18px 14px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid label.wide { grid-column: auto; }
  .admin-product-row { grid-template-columns: 62px minmax(0, 1fr); }
  .admin-product-thumb { width: 62px; height: 62px; }
  .admin-row-actions { grid-column: 1 / -1; justify-content: stretch; }
  .admin-row-actions button { flex: 1; min-height: 38px; }
  .admin-product-main h4 { white-space: normal; }
}


/* Recensioni e account cliente — demo locale */
.header-actions { display: flex; align-items: center; gap: 9px; }
.account-button {
  min-height: 46px; display: inline-flex; align-items: center; justify-content: center;
  padding: 0 15px; border: 1px solid rgba(255,255,255,.14); border-radius: 13px;
  background: rgba(255,255,255,.035); color: #f4f4f7; font-size: 13px; font-weight: 800;
  white-space: nowrap; cursor: pointer; touch-action: manipulation;
}
.account-button:hover { border-color: rgba(225,6,19,.62); background: rgba(225,6,19,.08); }

.reviews-section { position: relative; overflow: hidden; }
.reviews-section::before {
  content: ""; position: absolute; width: 520px; height: 520px; right: -220px; top: 10px;
  border-radius: 50%; background: radial-gradient(circle, rgba(225,6,19,.16), transparent 68%);
  pointer-events: none;
}
.reviews-heading-copy { max-width: 650px; }
.reviews-summary {
  display: grid; grid-template-columns: 280px 1fr; gap: 22px; align-items: stretch; margin-bottom: 24px;
}
.review-score-card, .review-cta-card {
  border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
  box-shadow: 0 24px 70px rgba(0,0,0,.2);
}
.review-score-card { padding: 28px; display: flex; flex-direction: column; justify-content: center; }
.review-score { font-size: 62px; line-height: .9; font-weight: 950; letter-spacing: -.06em; }
.review-stars { margin-top: 12px; color: #f6c85f; font-size: 20px; letter-spacing: .12em; }
.review-count { margin-top: 9px; color: var(--muted); font-size: 12px; }
.review-cta-card { padding: 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.review-cta-card h3 { margin: 0 0 8px; font-size: 23px; }
.review-cta-card p { margin: 0; max-width: 560px; color: var(--muted); line-height: 1.55; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.review-card { padding: 24px; border: 1px solid var(--line); border-radius: 21px; background: rgba(255,255,255,.035); }
.review-card-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.review-avatar { width: 43px; height: 43px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: linear-gradient(145deg, #e10613, #6f0007); font-weight: 950; }
.review-author { flex: 1; }
.review-author strong, .review-author small { display: block; }
.review-author small { margin-top: 3px; color: #858591; font-size: 10px; }
.review-card-stars { color: #f6c85f; font-size: 13px; letter-spacing: .05em; white-space: nowrap; }
.review-card h3 { margin: 20px 0 9px; font-size: 17px; }
.review-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.review-form { margin-top: 22px; padding: 25px; border: 1px solid rgba(225,6,19,.32); border-radius: 22px; background: rgba(225,6,19,.045); }
.review-form h3 { margin: 0 0 18px; }
.review-form-grid { display: grid; grid-template-columns: 180px 1fr; gap: 14px; }
.review-form label { display: flex; flex-direction: column; gap: 7px; color: #c9c9ce; font-size: 12px; font-weight: 700; }
.review-form label.wide { grid-column: 1 / -1; }
.review-form select, .review-form input, .review-form textarea,
.account-form input {
  width: 100%; color: #fff; border: 1px solid rgba(255,255,255,.14); border-radius: 13px;
  background: rgba(255,255,255,.045); padding: 13px 14px; outline: none;
}
.review-form textarea { min-height: 105px; resize: vertical; }
.review-form-actions { margin-top: 16px; display: flex; justify-content: flex-end; }
.review-demo-note { margin: 16px 0 0; color: #777781; font-size: 11px; line-height: 1.55; }

.account-overlay { position: fixed; inset: 0; z-index: 128; background: rgba(0,0,0,.75); backdrop-filter: blur(8px); }
.account-modal {
  width: min(520px, calc(100% - 26px)); max-height: calc(100dvh - 30px); overflow-y: auto;
  position: fixed; left: 50%; top: 50%; z-index: 130; transform: translate(-50%, -50%) scale(.96);
  border: 1px solid rgba(255,255,255,.13); border-radius: 25px; background: #0b0b0d;
  box-shadow: 0 36px 120px rgba(0,0,0,.7); opacity: 0; pointer-events: none; transition: .2s ease;
}
.account-modal.open { opacity: 1; pointer-events: auto; transform: translate(-50%, -50%) scale(1); }
.account-modal-head { display: flex; align-items: center; justify-content: space-between; padding: 22px 23px; border-bottom: 1px solid var(--line); }
.account-modal-head h2 { font-size: 32px; }
.account-modal-body { padding: 24px; }
.account-auth-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.account-auth-card { padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.035); }
.account-auth-card h3 { margin: 4px 0 6px; font-size: 24px; }
.account-helper { margin: 0 0 12px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.account-form { margin-top: 8px; display: grid; gap: 14px; }
.account-form label { display: flex; flex-direction: column; gap: 7px; color: #c9c9ce; font-size: 12px; font-weight: 750; }
.account-form .button { width: 100%; margin-top: 5px; }
.account-error { min-height: 18px; margin: 11px 0 0; color: #ff8090; font-size: 12px; text-align: center; }
.account-demo-warning { margin: 17px 0 0; padding: 12px 13px; border-radius: 12px; color: #aaaab2; background: rgba(255,255,255,.035); font-size: 10px; line-height: 1.5; }

.account-profile { text-align: center; }
.account-profile-avatar { width: 72px; height: 72px; margin: 0 auto 15px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(145deg, #e10613, #620006); font-size: 29px; font-weight: 950; }
.account-profile h3 { margin: 0; font-size: 25px; }
.account-profile p { margin: 7px 0 22px; color: var(--muted); }
.account-profile-actions { display: grid; gap: 10px; }
.account-secondary { min-height: 46px; border: 1px solid var(--line); border-radius: 13px; color: #fff; background: rgba(255,255,255,.04); cursor: pointer; font-weight: 800; }

@media (max-width: 980px) {
  .reviews-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 650px) {
  .site-header { gap: 9px; }
  .header-actions { gap: 6px; }
  .account-button { min-height: 42px; padding: 0 10px; font-size: 11px; }
  .reviews-summary { grid-template-columns: 1fr; }
  .review-cta-card { align-items: flex-start; flex-direction: column; }
  .reviews-grid { grid-template-columns: 1fr; }
  .review-form-grid { grid-template-columns: 1fr; }
  .review-form label.wide { grid-column: auto; }
}

.hero-highlights { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.info-pill { display: flex; flex-direction: column; gap: 3px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.13); border-radius: 15px; background: rgba(9,9,11,.76); backdrop-filter: blur(16px); box-shadow: 0 18px 40px rgba(0,0,0,.28); }
.info-pill strong { color: #fff; font-size: 19px; }
.info-pill span { color: #aaaab2; font-size: 10px; letter-spacing: .06em; }
@media (max-width: 1024px) { .hero-highlights { justify-content: center; } }
@media (max-width: 640px) { .hero-highlights { gap: 10px; margin-top: 18px; } .info-pill { padding: 10px 12px; } .info-pill strong { font-size: 15px; } .info-pill span { font-size: 8px; } }

/* V9: collegamenti amministratore reali */
.admin-links { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

/* V10: recensioni verificate e wishlist */
.wishlist-heart{position:absolute;right:14px;top:14px;z-index:3;width:40px;height:40px;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:rgba(5,5,6,.78);color:#fff;font-size:19px;cursor:pointer}.wishlist-heart.active{color:#ff3344;border-color:#ff3344;background:rgba(229,27,43,.16)}
.product-rating{display:block;margin:12px 0 0;padding:0;border:0;background:none;color:#aaaab2;font-size:12px;cursor:pointer;text-align:left}.product-rating span{color:#f6c85f;letter-spacing:.06em}
.restock-form{display:grid;gap:9px;margin-top:16px;padding:14px;border:1px solid rgba(229,27,43,.28);border-radius:14px;background:rgba(229,27,43,.05)}.restock-form strong{font-size:13px}.restock-form input[type=email]{width:100%;padding:11px;border:1px solid rgba(255,255,255,.14);border-radius:10px;background:#151519;color:#fff}.restock-form label{display:flex;gap:7px;color:#999;font-size:10px;line-height:1.4}.restock-form button{padding:10px;border:0;border-radius:10px;background:#e51b2b;color:#fff;font-weight:850;cursor:pointer}.restock-form small{color:#bfc0c7;line-height:1.4}.restock-form .hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important}
.reviews-modal{position:fixed;inset:0;z-index:150;padding:24px;background:rgba(0,0,0,.82);backdrop-filter:blur(10px);overflow:auto}.reviews-panel{position:relative;width:min(760px,100%);margin:4vh auto;padding:34px;border:1px solid rgba(255,255,255,.14);border-radius:24px;background:#0d0d10;box-shadow:0 40px 120px #000}.reviews-panel>.icon-button{position:absolute;right:18px;top:18px}.reviews-panel h2{font-size:clamp(30px,6vw,52px);padding-right:50px}.reviews-score{display:grid;grid-template-columns:120px 1fr;gap:24px;align-items:center;margin:26px 0;padding:20px;border-radius:18px;background:rgba(255,255,255,.035)}.reviews-score>strong{font-size:54px;color:#fff}.rating-row{display:grid;grid-template-columns:35px 1fr 25px;gap:9px;align-items:center;margin:6px 0;color:#aaa;font-size:11px}.rating-row i{height:6px;border-radius:20px;background:#29292e;overflow:hidden}.rating-row b{display:block;height:100%;background:#f6c85f}.verified-review{padding:20px 0;border-top:1px solid rgba(255,255,255,.1)}.verified-review>div{display:flex;justify-content:space-between;gap:12px}.verified-review span{color:#f6c85f}.verified-review p{color:#c4c4cb;line-height:1.65}.verified-review small{color:#777781}
@media(max-width:650px){.reviews-panel{padding:26px 20px}.reviews-score{grid-template-columns:1fr}.wishlist-heart{width:36px;height:36px}}

/* V11 — navigazione e catalogo scalabile */
body.overlay-open { overflow: hidden; }
[data-storefront-page] .site-header { padding-inline: clamp(18px, 4vw, 70px); }
[data-storefront-page] .desktop-nav { gap: clamp(14px, 1.7vw, 28px); }
[data-storefront-page] .desktop-nav a { position: relative; white-space: nowrap; }
[data-storefront-page] .desktop-nav a[aria-current="page"] { color: #fff; }
[data-storefront-page] .desktop-nav a[aria-current="page"]::after { content: ""; position: absolute; left: 0; right: 0; bottom: -12px; height: 2px; border-radius: 2px; background: #e10613; }

[data-account-entry][hidden], [data-account-section][hidden] { display: none !important; }
.account-action { min-height: 43px; display: inline-flex; align-items: center; gap: 8px; padding: 0 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 13px; color: #ececf2; background: rgba(255,255,255,.045); font-size: 13px; font-weight: 780; white-space: nowrap; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.account-action:hover, .account-action:focus-visible { border-color: rgba(225,6,19,.68); color: #fff; background: rgba(225,6,19,.12); outline: none; transform: translateY(-1px); }
.account-action-icon { display: inline-grid; place-items: center; font-size: 15px; line-height: 1; }

.mobile-menu-toggle { width: 44px; height: 44px; display: none; place-items: center; align-content: center; gap: 5px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.04); cursor: pointer; }
.mobile-menu-toggle span { width: 20px; height: 2px; display: block; border-radius: 4px; background: #fff; }
.mobile-menu-overlay { position: fixed; inset: 0; z-index: 78; background: rgba(0,0,0,.7); backdrop-filter: blur(6px); }
.mobile-menu { width: min(390px, 91vw); height: 100dvh; position: fixed; left: 0; top: 0; z-index: 80; display: flex; flex-direction: column; gap: 4px; padding: 22px; border-right: 1px solid var(--line); background: #09090b; box-shadow: 24px 0 90px rgba(0,0,0,.55); transform: translateX(-105%); transition: transform .25s ease; }
.mobile-menu.open { transform: translateX(0); }
.mobile-menu-head { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 13px; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.mobile-menu-head strong { font-size: 15px; letter-spacing: .04em; }
.mobile-menu > a { min-height: 51px; display: flex; align-items: center; padding: 0 15px; border-radius: 12px; color: #d1d1d7; font-size: 16px; font-weight: 760; }
.mobile-menu > [data-account-entry][hidden] { display: none !important; }
.mobile-menu > a:hover, .mobile-menu > a:focus-visible, .mobile-menu > a[aria-current="page"] { color: #fff; background: rgba(225,6,19,.14); outline: none; }
.mobile-account-section { display: grid; gap: 8px; margin-top: 17px; padding-top: 17px; border-top: 1px solid var(--line); }
.mobile-account-section > span { padding-inline: 15px; color: #777984; font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.mobile-account-section > a { min-height: 51px; display: flex; align-items: center; gap: 10px; padding: 0 15px; border: 1px solid rgba(255,255,255,.09); border-radius: 12px; color: #fff; background: rgba(255,255,255,.035); font-size: 16px; font-weight: 760; }
.mobile-account-section > a:hover, .mobile-account-section > a:focus-visible { border-color: rgba(225,6,19,.55); background: rgba(225,6,19,.12); outline: none; }

/* Footer pubblico e trasparenza */
.site-footer { min-height: 0; display: grid; grid-template-columns: minmax(220px,1.2fr) repeat(3,minmax(150px,.8fr)); align-items: start; gap: 34px; padding: 52px clamp(20px,5vw,72px) 26px; text-align: left; }
.footer-identity { display: grid; gap: 16px; }
.footer-identity .footer-brand { width: fit-content; }
.footer-business { display: grid; gap: 5px; margin: 0; color: #a9a9b2; line-height: 1.6; }
.footer-business strong { color: #fff; font-size: 14px; }
.footer-column { display: grid; align-content: start; gap: 10px; }
.footer-column h2 { margin: 4px 0 8px; color: #fff; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.footer-column a, .footer-cookie-button { width: fit-content; padding: 0; border: 0; color: #aaaab4; background: transparent; font: inherit; line-height: 1.5; text-align: left; cursor: pointer; }
.footer-column a:hover, .footer-column a:focus-visible, .footer-cookie-button:hover, .footer-cookie-button:focus-visible { color: #fff; outline: none; text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { grid-column: 1/-1; display: flex; justify-content: space-between; gap: 18px; margin-top: 8px; padding-top: 22px; border-top: 1px solid var(--line); color: #777780; }

/* Preferenze cookie: nessun tracker viene caricato da questi componenti. */
.cookie-banner { position: fixed; left: 50%; bottom: 18px; z-index: 180; width: min(1060px,calc(100% - 28px)); display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(12,12,14,.98); box-shadow: 0 30px 90px rgba(0,0,0,.58); transform: translateX(-50%); }
.cookie-banner[hidden], .cookie-dialog-backdrop[hidden] { display: none !important; }
.cookie-banner strong { display: block; color: #fff; font-size: 16px; }
.cookie-banner p { max-width: 620px; margin: 5px 0 0; color: #aaaab3; font-size: 12px; line-height: 1.55; }
.cookie-banner a, .cookie-dialog a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.cookie-banner-actions, .cookie-dialog-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.cookie-button { min-height: 42px; padding: 0 14px; border: 1px solid var(--line); border-radius: 11px; color: #fff; background: #1a1a1e; cursor: pointer; font-size: 12px; font-weight: 780; }
.cookie-button.primary { border-color: #e10613; background: #e10613; }
.cookie-button:hover, .cookie-button:focus-visible { border-color: rgba(255,255,255,.5); outline: none; }
.cookie-dialog-backdrop { position: fixed; inset: 0; z-index: 190; display: grid; place-items: center; padding: 18px; background: rgba(0,0,0,.76); backdrop-filter: blur(6px); }
.cookie-dialog { width: min(620px,100%); max-height: calc(100dvh - 36px); overflow-y: auto; padding: clamp(22px,5vw,34px); border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: #0d0d10; box-shadow: 0 35px 100px rgba(0,0,0,.65); }
.cookie-dialog:focus { outline: 2px solid rgba(225,6,19,.7); outline-offset: 3px; }
.cookie-dialog-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.cookie-dialog h2 { margin: 3px 0 0; font-size: clamp(35px,7vw,55px); }
.cookie-dialog > p { color: #aaaab3; line-height: 1.6; }
.cookie-choice { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 10px; padding: 16px; border: 1px solid var(--line); border-radius: 14px; }
.cookie-choice span { display: grid; gap: 4px; }
.cookie-choice small { color: #92929b; line-height: 1.45; }
.cookie-choice input { width: 20px; height: 20px; accent-color: #e10613; }
.cookie-dialog-actions { justify-content: flex-end; margin-top: 20px; }
.cookie-more { margin: 18px 0 0; font-size: 12px; }
.cookie-more a { color: #fff; text-decoration: underline; }
body.cookie-dialog-open { overflow: hidden; }

@media (max-width:900px) {
  .site-footer { grid-template-columns: repeat(2,minmax(0,1fr)); text-align: left; }
  .footer-identity { grid-column: 1/-1; }
  .cookie-banner { align-items: stretch; flex-direction: column; }
}
@media (max-width:560px) {
  .site-footer { grid-template-columns: 1fr; gap: 27px; padding-inline: 20px; }
  .footer-identity, .footer-bottom { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-column a, .footer-cookie-button { min-height: 34px; display: inline-flex; align-items: center; }
  .cookie-banner-actions, .cookie-dialog-actions { display: grid; grid-template-columns: 1fr; }
  .cookie-button { width: 100%; }
}

.home-showcase { padding: 82px 7vw 35px; }
.home-section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.view-all { min-height: 45px; display: inline-flex; align-items: center; gap: 10px; padding: 0 16px; border: 1px solid var(--line); border-radius: 13px; color: #ececf0; font-size: 13px; font-weight: 850; white-space: nowrap; }
.view-all:hover { border-color: rgba(225,6,19,.65); background: rgba(225,6,19,.08); }
.home-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.home-product-grid .loading-state, .home-product-grid .home-empty { grid-column: 1 / -1; color: var(--muted); }

body[data-storefront-page="home"] .hero { min-height: 550px; padding-block: 40px 52px; }
.hero-product-stage { min-height: 455px; position: relative; display: grid; place-items: center; isolation: isolate; }
.hero-product-aura { width: min(475px, 40vw); aspect-ratio: 1; position: absolute; border-radius: 50%; background: radial-gradient(circle, rgba(225,6,19,.48), rgba(225,6,19,.12) 43%, transparent 70%); filter: blur(32px); }
.hero-product-frame { width: min(425px, 36vw); aspect-ratio: 1; position: relative; z-index: 2; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 38px; background: #111114; box-shadow: 0 55px 120px rgba(0,0,0,.68), 0 0 0 10px rgba(255,255,255,.025), 0 0 85px rgba(225,6,19,.18); transform: rotate(-4deg); transition: transform .4s ease, box-shadow .4s ease; }
.hero-product-frame::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(145deg, rgba(255,255,255,.16), transparent 28%, transparent 68%, rgba(225,6,19,.2)); box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); }
.hero-product-stage:hover .hero-product-frame { transform: rotate(-1deg) translateY(-7px); box-shadow: 0 65px 135px rgba(0,0,0,.72), 0 0 0 10px rgba(255,255,255,.035), 0 0 105px rgba(225,6,19,.25); }
.hero-product-image { width: 100%; height: 100%; display: block; object-fit: cover; }
.hero-product-label { position: absolute; left: 22px; bottom: 22px; z-index: 2; display: flex; flex-direction: column; gap: 4px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 13px; background: rgba(5,5,6,.78); backdrop-filter: blur(14px); transform: rotate(4deg); }
.hero-product-label small { color: #ff6872; font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.hero-product-label strong { color: #fff; font-size: 18px; letter-spacing: .05em; }
.hero-brand-medallion { width: 112px; position: absolute; right: 4%; bottom: 4%; z-index: 3; display: grid; justify-items: center; gap: 7px; padding: 9px 9px 12px; border: 1px solid rgba(255,255,255,.17); border-radius: 20px; background: rgba(7,7,9,.86); box-shadow: 0 24px 55px rgba(0,0,0,.45); transform: rotate(7deg); }
.hero-brand-medallion img { width: 100%; height: auto; display: block; border-radius: 50%; }
.hero-brand-medallion span { color: #d5d5da; font-size: 7px; font-weight: 900; letter-spacing: .17em; }

.home-category-hub { padding: 72px 7vw 34px; }
.home-category-intro { max-width: 760px; margin-bottom: 34px; }
.home-category-intro > p:last-child { max-width: 650px; margin: 18px 0 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.home-category-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 20px; }
.home-category-card {
  min-width: 0;
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  overflow: hidden;
  padding: clamp(26px, 3.2vw, 46px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
  background: #111114;
  box-shadow: 0 28px 75px rgba(0,0,0,.28);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.home-category-card::before {
  content: "";
  width: 330px;
  aspect-ratio: 1;
  position: absolute;
  right: -100px;
  top: -145px;
  z-index: -1;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(255,255,255,.025), 0 0 0 90px rgba(255,255,255,.015);
}
.home-category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(5,5,7,.94) 0%, rgba(5,5,7,.8) 36%, rgba(5,5,7,.3) 62%, transparent 82%), linear-gradient(0deg, rgba(5,5,7,.3), transparent 52%);
}
.category-card-monogram {
  position: absolute;
  right: clamp(18px, 3vw, 42px);
  top: clamp(18px, 3vw, 38px);
  z-index: -1;
  color: rgba(255,255,255,.08);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(72px, 10vw, 150px);
  line-height: .8;
  letter-spacing: -.05em;
}
.home-category-card:hover { transform: translateY(-6px); border-color: rgba(255,255,255,.3); box-shadow: 0 35px 90px rgba(0,0,0,.38); }
.home-category-card:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.home-category-card-primary { grid-column: span 6; min-height: 390px; }
.home-category-card-secondary { grid-column: span 4; min-height: 275px; }
.category-card-content { width: 54%; position: relative; z-index: 3; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; }
.home-category-card-secondary .category-card-content { width: 64%; }
.category-card-visual { position: absolute; right: 0; top: 0; z-index: 1; width: 62%; height: 100%; display: block; overflow: hidden; pointer-events: none; mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,.8) 28%, #000 52%); }
.category-card-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,5,6,.02), rgba(5,5,6,.07) 58%, rgba(5,5,6,.5)); }
.category-card-visual > img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .4s ease; }
.home-category-card:hover .category-card-visual > img { transform: scale(1.09); filter: saturate(1.12) contrast(1.04); }
.category-visual-one-piece > img { object-position: 52% 50%; transform: scale(1.03) rotate(1.5deg); }
.home-category-card:hover .category-visual-one-piece > img { transform: scale(1.12) rotate(0deg); }
.category-visual-pokemon { width: 65%; mask-image: linear-gradient(to right, transparent 0%, #000 38%); }
.category-visual-pokemon > img { object-position: center; transform: scale(1.08); }
.home-category-card:hover .category-visual-pokemon > img { transform: scale(1.16) rotate(-1deg); }
.home-category-card-secondary .category-card-visual { width: 58%; mask-image: linear-gradient(to right, transparent 0%, #000 44%); }
.category-visual-preorders { right: -2%; top: -10%; height: 120%; transform: rotate(5deg); }
.category-visual-preorders > img { object-fit: cover; }
.category-visual-new { right: -5%; width: 66% !important; }
.category-visual-new > img { object-position: center; transform: scale(1.08); }
.category-visual-accessories { right: -3%; width: 58% !important; overflow: visible; mask-image: none; }
.accessory-sleeve { width: 118px; aspect-ratio: .72; position: absolute; top: 50%; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 17px; background: linear-gradient(150deg, rgba(255,255,255,.18), rgba(255,255,255,.035)); box-shadow: 0 28px 55px rgba(0,0,0,.48), inset 0 0 0 7px rgba(255,255,255,.025); }
.accessory-sleeve-back { right: 26%; transform: translateY(-56%) rotate(-13deg); background: linear-gradient(145deg, #24242b, #740008); }
.accessory-sleeve-front { right: 2%; transform: translateY(-46%) rotate(9deg); background: linear-gradient(145deg, #121217, #270004 65%, #8f0009); }
.accessory-sleeve-front img { width: 72%; height: auto; display: block; border-radius: 50%; box-shadow: 0 12px 30px rgba(0,0,0,.45); }
.home-category-card:hover .accessory-sleeve-back { transform: translateY(-59%) rotate(-17deg); }
.home-category-card:hover .accessory-sleeve-front { transform: translateY(-50%) rotate(6deg); }
.accessory-sleeve { transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.category-card-kicker { margin-bottom: 13px; color: rgba(255,255,255,.7); font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.category-card-title { color: #fff; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(42px, 5.5vw, 82px); line-height: .9; letter-spacing: -.025em; }
.home-category-card-secondary .category-card-title { font-size: clamp(34px, 3.7vw, 58px); }
.category-card-copy { max-width: 430px; margin-top: 15px; color: rgba(255,255,255,.76); font-size: 14px; line-height: 1.55; }
.category-card-cta { min-height: 42px; display: inline-flex; align-items: center; gap: 10px; margin-top: 24px; padding: 0 15px; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; color: #fff; background: rgba(5,5,6,.24); backdrop-filter: blur(12px); font-size: 12px; font-weight: 850; }
.category-card-cta > span { transition: transform .2s ease; }
.home-category-card:hover .category-card-cta > span { transform: translateX(4px); }
.category-one-piece { background: radial-gradient(circle at 88% 10%, rgba(255,70,85,.38), transparent 29%), linear-gradient(120deg, #050611, #071532 48%, #750009); }
.category-pokemon { background: radial-gradient(circle at 86% 9%, rgba(255,229,101,.4), transparent 27%), linear-gradient(125deg, #08090c, #282006 46%, #6b2100); }
.category-preorders { background: radial-gradient(circle at 90% 5%, rgba(255,255,255,.16), transparent 28%), linear-gradient(135deg, #170002, #820008 65%, #d9000d); }
.category-new { background: radial-gradient(circle at 82% 6%, rgba(255,255,255,.13), transparent 28%), linear-gradient(135deg, #0d0d10, #27272d 58%, #4a0005); }
.category-accessories { background: radial-gradient(circle at 82% 8%, rgba(255,83,94,.2), transparent 28%), linear-gradient(135deg, #070709, #16161c 55%, #480006); }

.home-featured { padding-top: 72px; padding-bottom: 45px; }
.home-featured .home-product-grid { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
body[data-storefront-page="home"] .benefits { padding-top: 78px; padding-bottom: 92px; }

.breadcrumbs { padding: 30px 7vw 0; color: #909099; font-size: 12px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 9px; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li + li::before { content: "/"; margin-right: 9px; color: #56565e; }
.breadcrumbs a:hover { color: #fff; }
.catalog-hero { padding: 55px 7vw 72px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 82% 16%, rgba(225,6,19,.22), transparent 28%); }
.catalog-hero h1 { font-size: clamp(52px, 7vw, 102px); }
.catalog-hero p:last-child { max-width: 700px; margin: 23px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.catalog-main { display: grid; grid-template-columns: minmax(230px, 290px) minmax(0, 1fr); gap: clamp(28px, 4vw, 65px); align-items: start; padding: 65px 7vw 110px; }
.catalog-filters { position: sticky; top: 105px; display: grid; gap: 15px; padding: 23px; border: 1px solid var(--line); border-radius: 22px; background: rgba(15,15,17,.92); box-shadow: 0 24px 70px rgba(0,0,0,.2); }
.catalog-filter-head { display: flex; align-items: start; justify-content: space-between; gap: 14px; margin-bottom: 3px; }
.catalog-filter-head h2 { font-size: 30px; }
.catalog-filter-head button { padding: 5px; border: 0; color: #aaaab2; background: transparent; cursor: pointer; font-size: 11px; text-decoration: underline; text-underline-offset: 3px; }
.catalog-filters label, .catalog-toolbar label { display: grid; gap: 7px; color: #b9b9c0; font-size: 11px; font-weight: 800; }
.catalog-filters input, .catalog-filters select, .catalog-toolbar select { min-width: 0; width: 100%; height: 44px; padding: 0 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 11px; color: #fff; background: #17171a; outline: none; }
.catalog-filters input:focus, .catalog-filters select:focus, .catalog-toolbar select:focus { border-color: #ff4b56; box-shadow: 0 0 0 3px rgba(225,6,19,.16); }
.price-filter { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.catalog-apply { width: 100%; min-height: 45px; margin-top: 2px; }
.catalog-results { min-width: 0; }
.catalog-toolbar { min-height: 75px; display: flex; align-items: end; justify-content: space-between; gap: 22px; margin-bottom: 28px; }
.catalog-toolbar h2 { font-size: clamp(36px, 4vw, 54px); }
.catalog-toolbar p:last-child { margin: 9px 0 0; color: var(--muted); font-size: 12px; }
.catalog-toolbar label { width: min(220px, 100%); }
.catalog-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.catalog-product-grid[aria-busy="true"] { min-height: 300px; opacity: .55; }
.catalog-error { padding: 15px; border: 1px solid rgba(255,75,86,.35); border-radius: 12px; color: #ff9da4; background: rgba(225,6,19,.08); }
.catalog-pagination { min-height: 50px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px; margin-top: 42px; }
.catalog-pagination a, .catalog-pagination span { min-width: 42px; min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 0 12px; border: 1px solid var(--line); border-radius: 11px; color: #c8c8ce; font-size: 12px; font-weight: 800; }
.catalog-pagination a:hover, .catalog-pagination a[aria-current="page"] { color: #fff; border-color: #e10613; background: rgba(225,6,19,.16); }
.cart-item-unresolved { color: #aaaab2; }
.cart-item-unresolved p { margin: 8px 0 0; font-size: 11px; }

@media (max-width: 1240px) {
  [data-storefront-page] .desktop-nav { gap: 13px; font-size: 12px; }
  .home-product-grid, .catalog-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .home-featured .home-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  [data-storefront-page] .desktop-nav { display: none; }
  .header-actions > .account-action { display: none; }
  .mobile-menu-toggle { display: grid; }
  body[data-storefront-page="home"] .hero { min-height: auto; padding-top: 42px; }
  .hero-product-stage { min-height: 390px; }
  .hero-product-frame { width: min(355px, 55vw); }
  .hero-product-aura { width: min(390px, 62vw); }
  .hero-brand-medallion { right: 13%; }
  .home-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-category-card-primary, .home-category-card-secondary { grid-column: span 1; }
  .home-category-card-primary { min-height: 350px; }
  .home-category-card-secondary { min-height: 265px; }
  .home-category-card-secondary:last-child { grid-column: 1 / -1; }
  .category-card-content, .home-category-card-secondary .category-card-content { width: 68%; }
  .category-card-visual, .home-category-card-secondary .category-card-visual { width: 72%; opacity: .84; mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,.82) 42%, #000 65%); }
  .category-visual-accessories { width: 48% !important; opacity: 1; }
  .catalog-main { grid-template-columns: 1fr; }
  .catalog-filters { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-filter-head, .catalog-search, .catalog-apply { grid-column: 1 / -1; }
  .catalog-filter-head h2 { font-size: 27px; }
  .catalog-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
  .home-showcase { padding: 65px 20px 25px; }
  .home-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-category-hub { padding: 60px 20px 22px; }
  .home-category-grid { gap: 15px; }
  .home-category-card { border-radius: 22px; }
  .home-category-card-primary { min-height: 330px; }
  .category-card-copy { display: none; }
  .category-card-title { font-size: clamp(39px, 7vw, 58px); }
  .home-category-card-secondary .category-card-title { font-size: clamp(32px, 5vw, 48px); }
  .category-card-cta { margin-top: 18px; padding-inline: 12px; font-size: 10px; }
  .home-featured { padding-top: 62px; }
  .breadcrumbs { padding-inline: 20px; }
  .catalog-hero { padding: 42px 20px 52px; }
  .catalog-main { padding: 38px 20px 80px; }
}

@media (max-width: 560px) {
  [data-storefront-page] .site-header { padding-inline: 13px; }
  [data-storefront-page] .brand span { display: none; }
  [data-storefront-page] .brand-logo { width: 46px; height: 46px; }
  [data-storefront-page] .header-actions { margin-left: auto; }
  [data-storefront-page] .cart-button { min-height: 43px; display: inline-flex; align-items: center; }
  .home-section-head { align-items: flex-start; flex-direction: column; gap: 15px; }
  .home-product-grid, .catalog-product-grid { grid-template-columns: 1fr; }
  body[data-storefront-page="home"] .hero { padding: 30px 16px 38px; gap: 4px; }
  .hero-product-stage { min-height: 292px; }
  .hero-product-frame { width: min(264px, 72vw); border-radius: 25px; }
  .hero-product-aura { width: min(292px, 82vw); }
  .hero-product-label { left: 14px; bottom: 14px; padding: 10px 12px; }
  .hero-brand-medallion { width: 76px; right: 3%; bottom: 2%; padding: 6px 6px 8px; border-radius: 15px; }
  .hero-brand-medallion span { font-size: 6px; }
  body[data-storefront-page="home"] .hero-copy h1 { font-size: clamp(50px, 16vw, 66px); }
  body[data-storefront-page="home"] .hero-tagline { font-size: 19px; }
  body[data-storefront-page="home"] .hero-text { max-width: 390px; margin-inline: auto; line-height: 1.55; }
  body[data-storefront-page="home"] .hero-actions { margin-top: 24px; }
  body[data-storefront-page="home"] .trust-row { gap: 8px 12px; margin-top: 20px; font-size: 10px; }
  .home-category-grid { grid-template-columns: 1fr; }
  .home-category-card-primary, .home-category-card-secondary, .home-category-card-secondary:last-child { grid-column: 1; min-height: 285px; }
  .home-category-card-primary { min-height: 335px; }
  .category-card-content, .home-category-card-secondary .category-card-content { width: 72%; }
  .category-card-visual, .home-category-card-secondary .category-card-visual { width: 76%; opacity: .78; mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,.75) 45%, #000 72%); }
  .home-category-card::after { background: linear-gradient(90deg, rgba(5,5,7,.96) 0%, rgba(5,5,7,.85) 43%, rgba(5,5,7,.38) 68%, transparent 90%), linear-gradient(0deg, rgba(5,5,7,.35), transparent 55%); }
  .category-visual-preorders { right: -7%; }
  .category-visual-new { right: -12%; width: 82% !important; }
  .category-visual-accessories { width: 56% !important; opacity: 1; }
  .accessory-sleeve { width: 104px; }
  .category-card-title, .home-category-card-secondary .category-card-title { font-size: clamp(39px, 14vw, 58px); }
  .category-card-copy { font-size: 13px; }
  .home-featured .home-product-grid { grid-template-columns: 1fr; }
  .catalog-filters { grid-template-columns: 1fr; padding: 18px; }
  .catalog-filter-head, .catalog-search, .catalog-apply { grid-column: auto; }
  .catalog-toolbar { align-items: stretch; flex-direction: column; }
  .catalog-toolbar label { width: 100%; }
  .price-filter { grid-template-columns: 1fr 1fr; }
  .catalog-pagination { justify-content: flex-start; }
}

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