/* =========================================================
   TROCADORMAX.SHOP — maximalist Y2K pop design system
   White base, huge gradient-mesh blobs, thick black comic
   outlines, halftone dots, starburst badges. No dark UI,
   no chrome/vintage, no thin blueprint lines, no nautical motifs.
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Rubik:wght@400;500;600;700;800&display=swap');

:root{
  --white:#FFFFFF;
  --paper:#FFF9FB;
  --ink:#101014;
  --pink:#FF3D7F;
  --orange:#FF9F1C;
  --purple:#7B2FF7;
  --cyan:#00C2E5;
  --yellow:#FFE156;
  --ink-soft:#48475a;
  --line:#101014;
  --shadow: 6px 6px 0 var(--ink);
  --shadow-sm: 4px 4px 0 var(--ink);
  --display:'Anton', 'Arial Black', sans-serif;
  --body:'Rubik', system-ui, sans-serif;
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0; background:var(--paper); color:var(--ink);
  font-family:var(--body); line-height:1.6; -webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4{ font-family:var(--display); color:var(--ink); line-height:1.05; margin:0; font-weight:400; text-transform:uppercase; }
p{ margin:0; }
a{ color:inherit; text-decoration:none; }
img{ max-width:100%; display:block; }
ul{ margin:0; padding:0; list-style:none; }
button{ font-family:inherit; cursor:pointer; }
input,select,textarea{ font-family:inherit; }

.wrap{ max-width:1200px; margin:0 auto; padding:0 24px; position:relative; z-index:2; }
.wrap-narrow{ max-width:800px; margin:0 auto; padding:0 24px; position:relative; z-index:2; }
section{ padding:84px 0; position:relative; overflow:hidden; }

.pop-tag{
  display:inline-flex; align-items:center; gap:8px; background:var(--yellow); color:var(--ink);
  border:3px solid var(--ink); padding:7px 16px; font-family:var(--display); font-size:15px; letter-spacing:.02em;
  box-shadow:var(--shadow-sm); transform:rotate(-2deg);
}
.sec-title{ font-size:clamp(2rem,4.2vw,3.2rem); margin-top:16px; max-width:680px; }
.sec-sub{ margin-top:14px; color:var(--ink-soft); max-width:560px; font-size:16px; }

/* ---------- gradient blobs ---------- */
.blob{ position:absolute; z-index:0; border-radius:50%; filter:blur(2px); opacity:.55; }
.blob.b1{ top:-140px; right:-120px; width:420px; height:420px; background:radial-gradient(circle, var(--pink), transparent 70%); }
.blob.b2{ bottom:-160px; left:-100px; width:380px; height:380px; background:radial-gradient(circle, var(--cyan), transparent 70%); }
.blob.b3{ top:20%; left:40%; width:300px; height:300px; background:radial-gradient(circle, var(--purple), transparent 70%); opacity:.35; }

/* ---------- buttons ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:16px 30px; border:3px solid var(--ink); font-weight:700; font-size:14.5px;
  text-transform:uppercase; background:var(--white); color:var(--ink); box-shadow:var(--shadow-sm);
  transition:transform .12s ease, box-shadow .12s ease;
}
.btn:hover{ transform:translate(-2px,-2px); box-shadow:6px 6px 0 var(--ink); }
.btn-pink{ background:var(--pink); color:#fff; }
.btn-purple{ background:var(--purple); color:#fff; }
.btn-yellow{ background:var(--yellow); color:var(--ink); }
.btn-block{ width:100%; }

/* ---------- header ---------- */
header.site-head{ background:var(--white); border-bottom:3px solid var(--ink); position:sticky; top:0; z-index:50; }
.head-row{ display:flex; align-items:center; justify-content:space-between; height:80px; }
.brand{ display:flex; align-items:center; gap:10px; font-family:var(--display); font-size:22px; }
.brand-mark{ width:38px; height:38px; background:var(--purple); border:3px solid var(--ink); display:flex; align-items:center; justify-content:center; box-shadow:var(--shadow-sm); }
.brand-mark svg{ width:18px; height:18px; color:#fff; }

nav.main-nav{ display:none; align-items:center; gap:28px; font-weight:700; font-size:14px; text-transform:uppercase; }
nav.main-nav a{ border-bottom:3px solid transparent; padding-bottom:3px; }
nav.main-nav a:hover{ border-color:var(--pink); }
@media(min-width:940px){ nav.main-nav{ display:flex; } }

.head-actions{ display:flex; align-items:center; gap:10px; }
.cart-btn{
  display:flex; align-items:center; gap:8px; background:var(--ink); color:#fff; border:3px solid var(--ink);
  padding:9px 16px; font-weight:700; font-size:13.5px; text-transform:uppercase; box-shadow:var(--shadow-sm);
}
.cart-btn svg{ width:17px; height:17px; }
.cart-count{ background:var(--yellow); color:var(--ink); font-size:11px; font-weight:800; min-width:20px; height:20px; display:flex; align-items:center; justify-content:center; border:2px solid var(--ink); border-radius:50%; }

.burger{ background:var(--white); border:3px solid var(--ink); padding:8px; display:flex; box-shadow:var(--shadow-sm); }
.burger svg{ width:18px; height:18px; }
@media(min-width:940px){ .burger{ display:none; } }
.mobile-nav{ display:none; flex-direction:column; padding:8px 0 18px; font-weight:700; text-transform:uppercase; font-size:14px; }
.mobile-nav.open{ display:flex; }
.mobile-nav a{ padding:12px 4px; border-bottom:2px solid var(--ink); }

/* ---------- hero ---------- */
.hero{ padding:60px 0 84px; }
.hero-grid{ display:grid; gap:52px; position:relative; z-index:2; }
@media(min-width:980px){ .hero-grid{ grid-template-columns:1.05fr .95fr; align-items:center; } }
.hero h1{ font-size:clamp(2.6rem,6.4vw,4.4rem); margin-top:18px; }
.hero h1 .hi{ background:var(--pink); color:#fff; padding:0 8px; box-decoration-break:clone; -webkit-box-decoration-break:clone; }
.hero p.lede{ margin-top:22px; font-size:18px; max-width:480px; color:var(--ink-soft); font-weight:500; }
.hero-ctas{ display:flex; flex-wrap:wrap; gap:14px; margin-top:32px; }

.badge-row{ display:flex; flex-wrap:wrap; gap:12px; margin-top:30px; }
.spec-tag{ background:var(--white); border:3px solid var(--ink); padding:7px 14px; font-weight:700; font-size:12.5px; text-transform:uppercase; box-shadow:3px 3px 0 var(--ink); }

.hero-frame{ position:relative; background:var(--white); border:4px solid var(--ink); padding:20px; box-shadow:10px 10px 0 var(--ink); transform:rotate(1deg); }
.hero-frame img{ transform:rotate(-1deg); }
.sticker{
  position:absolute; background:var(--yellow); color:var(--ink); font-family:var(--display);
  display:flex; align-items:center; justify-content:center; text-align:center; border-radius:50%; border:3px solid var(--ink);
  width:114px; height:114px; font-size:15px; line-height:1.1; box-shadow:var(--shadow-sm); transform:rotate(8deg);
}
.sticker.top-right{ top:-24px; right:-20px; }
.sticker span{ display:block; font-size:26px; }

/* ---------- stat strip ---------- */
.stat-strip{ background:var(--ink); }
.stat-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:20px; }
@media(min-width:760px){ .stat-grid{ grid-template-columns:repeat(4,1fr); } }
.stat-cell{ text-align:center; }
.stat-cell b{ display:block; font-family:var(--display); font-size:clamp(1.7rem,3vw,2.4rem); color:var(--yellow); }
.stat-cell span{ font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:.05em; color:#cfcfd8; }

/* ---------- sticker-shaped spec cards ---------- */
.spec-cards{ display:grid; gap:20px; margin-top:36px; grid-template-columns:1fr; }
@media(min-width:700px){ .spec-cards{ grid-template-columns:repeat(3,1fr); } }
.spec-card{ background:var(--white); border:3px solid var(--ink); border-radius:20px; padding:26px; box-shadow:var(--shadow-sm); }
.spec-card:nth-child(2n){ transform:rotate(-1deg); }
.spec-card:nth-child(3n){ transform:rotate(1deg); }
.spec-card .sc-label{ font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:.06em; color:var(--ink-soft); }
.spec-card .sc-value{ font-family:var(--display); font-size:1.9rem; margin-top:8px; color:var(--pink); }
.spec-card .sc-note{ margin-top:6px; font-size:13px; color:var(--ink-soft); }

/* ---------- shop / buy section ---------- */
.shop-grid{ display:grid; gap:50px; }
@media(min-width:980px){ .shop-grid{ grid-template-columns:1fr 1fr; align-items:flex-start; } }

.gallery-box{ background:var(--white); border:3px solid var(--ink); aspect-ratio:1/1; display:flex; align-items:center; justify-content:center; padding:26px; box-shadow:var(--shadow); }
.thumb-strip{ display:flex; gap:10px; margin-top:14px; }
.thumb-strip button{ width:62px; height:62px; background:var(--white); border:3px solid var(--ink); padding:5px; }
.thumb-strip button.active{ background:var(--yellow); }
.thumb-strip img{ width:100%; height:100%; object-fit:contain; }

.ticket{ background:var(--white); border:3px solid var(--ink); padding:34px; box-shadow:var(--shadow); }
.rating-row{ display:flex; align-items:center; gap:10px; font-weight:700; font-size:14px; }
.rating-row b{ background:var(--purple); color:#fff; padding:3px 10px; border:2px solid var(--ink); }
.ticket h2{ font-size:2rem; margin-top:14px; }
.ticket .model-line{ margin-top:6px; font-weight:600; color:var(--ink-soft); }

.price-row{ display:flex; align-items:baseline; gap:12px; margin-top:24px; padding-top:24px; border-top:3px dashed var(--ink); flex-wrap:wrap; }
.price-now{ font-family:var(--display); font-size:2.4rem; color:var(--pink); }
.price-was{ color:var(--ink-soft); text-decoration:line-through; font-size:18px; font-weight:700; }
.save-pill{ background:var(--yellow); color:var(--ink); border:2px solid var(--ink); padding:4px 10px; font-weight:800; font-size:12.5px; }

.field-label{ font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:.06em; margin:24px 0 10px; color:var(--ink-soft); }
.opt-row{ display:flex; flex-wrap:wrap; gap:10px; }
.opt-btn{ padding:9px 16px; background:var(--white); border:3px solid var(--ink); font-weight:700; font-size:13px; }
.opt-btn.active{ background:var(--cyan); color:var(--ink); }

.qty-row{ display:inline-flex; align-items:center; border:3px solid var(--ink); }
.qty-row button{ background:var(--white); border:none; width:42px; height:42px; font-weight:800; font-size:18px; }
.qty-row input{ width:46px; text-align:center; border:none; border-left:3px solid var(--ink); border-right:3px solid var(--ink); font-weight:800; }

.ticket-ctas{ display:flex; flex-wrap:wrap; gap:12px; margin-top:26px; }
.trust-note{ display:flex; align-items:center; gap:8px; margin-top:20px; font-size:12.5px; font-weight:700; }
.trust-note svg{ width:16px; height:16px; color:var(--purple); }

/* ---------- comic-panel features ---------- */
.comic-grid{ display:grid; gap:18px; margin-top:36px; grid-template-columns:1fr; }
@media(min-width:700px){ .comic-grid{ grid-template-columns:repeat(2,1fr); } }
.comic-panel{ background:var(--white); border:3px solid var(--ink); border-radius:16px; padding:30px; box-shadow:var(--shadow-sm); position:relative; }
.comic-panel::before{
  content:''; position:absolute; inset:6px; border-radius:12px; pointer-events:none;
  background-image:radial-gradient(var(--ink) 1px, transparent 1.4px); background-size:9px 9px; opacity:.05;
}
.comic-panel .cp-burst{ display:inline-block; background:var(--pink); color:#fff; border:2px solid var(--ink); border-radius:50%; width:44px; height:44px; display:flex; align-items:center; justify-content:center; font-family:var(--display); font-size:1.2rem; }
.comic-panel h3{ font-size:1.2rem; margin-top:14px; }
.comic-panel p{ margin-top:10px; font-size:14.5px; color:var(--ink-soft); }

/* ---------- speech-bubble reviews ---------- */
.review-grid{ display:grid; gap:24px; margin-top:36px; }
@media(min-width:860px){ .review-grid{ grid-template-columns:repeat(3,1fr); } }
.bubble{ background:var(--white); border:3px solid var(--ink); border-radius:20px 20px 20px 4px; padding:24px; box-shadow:var(--shadow-sm); }
.bubble .stars{ font-weight:800; color:var(--pink); font-size:14px; }
.bubble blockquote{ margin-top:10px; font-size:14.5px; font-weight:500; }
.bubble-who{ margin-top:22px; display:flex; align-items:center; gap:10px; }
.bubble-avatar{ width:36px; height:36px; border-radius:50%; border:2px solid var(--ink); display:flex; align-items:center; justify-content:center; font-weight:800; font-size:12.5px; color:#fff; background:var(--purple); }
.bubble-name{ font-weight:800; font-size:13.5px; }
.bubble-role{ font-size:11.5px; color:var(--ink-soft); font-weight:600; }

/* ---------- starburst guarantee ---------- */
.stamp-wrap{ display:flex; justify-content:center; padding:20px 0 90px; }
.stamp{
  width:220px; height:220px; display:flex; align-items:center; justify-content:center;
  text-align:center; background:var(--yellow); border:3px solid var(--ink); box-shadow:var(--shadow);
  clip-path:polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  transform:rotate(-3deg);
}
.stamp-inner{ padding:18px; }
.stamp-inner .s1{ font-family:var(--display); font-size:1.15rem; line-height:1.2; }
.stamp-inner .s2{ margin-top:6px; font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:.06em; }

/* ---------- FAQ accordion ---------- */
.faq-list{ margin-top:32px; display:flex; flex-direction:column; gap:14px; }
.faq-item{ background:var(--white); border:3px solid var(--ink); border-radius:14px; overflow:hidden; }
.faq-q{ width:100%; background:none; border:none; text-align:left; padding:20px 22px; display:flex; align-items:center; justify-content:space-between; gap:16px; font-family:var(--display); font-size:17px; text-transform:none; }
.faq-q .plus{ width:30px; height:30px; border:3px solid var(--ink); flex-shrink:0; position:relative; border-radius:50%; }
.faq-q .plus::before,.faq-q .plus::after{ content:''; position:absolute; top:50%; left:50%; background:var(--ink); transform:translate(-50%,-50%); }
.faq-q .plus::before{ width:12px; height:3px; }
.faq-q .plus::after{ width:3px; height:12px; transition:opacity .15s; }
.faq-item.open .faq-q .plus{ background:var(--pink); border-color:var(--ink); }
.faq-item.open .faq-q .plus::before,.faq-item.open .faq-q .plus::after{ background:#fff; }
.faq-item.open .faq-q .plus::after{ opacity:0; }
.faq-a{ max-height:0; overflow:hidden; transition:max-height .25s ease; }
.faq-a-inner{ padding:0 22px 22px; font-size:14.5px; max-width:680px; color:var(--ink-soft); }
.faq-item.open .faq-a{ max-height:260px; }

/* ---------- footer ---------- */
footer.site-foot{ background:var(--ink); color:#fff; padding:64px 0 0; border-top:4px solid var(--pink); }
.foot-grid{ display:grid; gap:40px; grid-template-columns:1fr; }
@media(min-width:760px){ .foot-grid{ grid-template-columns:1.5fr 1fr 1fr; } }
.foot-brand p{ margin-top:14px; color:#c9c9d3; font-size:14px; max-width:340px; }
.foot-col h4{ font-family:var(--display); font-size:16px; margin-bottom:16px; color:var(--yellow); }
.foot-col li{ margin-bottom:10px; }
.foot-col a{ color:#d3d3dd; font-size:14px; font-weight:600; }
.foot-col a:hover{ color:var(--pink); }
.foot-bottom{ margin-top:50px; border-top:1px solid #2c2c36; padding:22px 0; display:flex; flex-wrap:wrap; gap:14px; align-items:center; justify-content:space-between; font-size:12px; font-weight:700; color:#a4a4b0; }
.pay-icons{ display:flex; gap:8px; }
.pay-card{ width:42px; height:28px; background:#fff; border-radius:8px; display:flex; align-items:center; justify-content:center; overflow:hidden; }
.pay-card svg{ width:100%; height:100%; }

/* ---------- RIGHT cart drawer ---------- */
.overlay{ position:fixed; inset:0; background:rgba(16,16,20,.6); opacity:0; pointer-events:none; transition:opacity .2s ease; z-index:70; }
.overlay.show{ opacity:1; pointer-events:auto; }
.drawer{
  position:fixed; top:0; right:0; height:100%; width:min(420px,100%); background:var(--paper);
  border-left:4px solid var(--ink); z-index:80; transform:translateX(100%); transition:transform .28s ease;
  display:flex; flex-direction:column;
}
.drawer.open{ transform:translateX(0); }
.drawer-head{ display:flex; align-items:center; justify-content:space-between; padding:20px 22px; border-bottom:3px solid var(--ink); }
.drawer-head h3{ font-size:19px; }
.icon-btn{ background:var(--white); border:3px solid var(--ink); width:34px; height:34px; display:flex; align-items:center; justify-content:center; box-shadow:3px 3px 0 var(--ink); }
.drawer-body{ flex:1; overflow-y:auto; padding:22px; }
.drawer-item{ display:flex; gap:14px; align-items:center; }
.drawer-thumb{ width:72px; height:72px; background:var(--white); border:3px solid var(--ink); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.drawer-item-info b{ display:block; font-size:14px; }
.drawer-item-info span{ font-size:12.5px; color:var(--ink-soft); font-weight:600; }
.drawer-foot{ border-top:3px solid var(--ink); padding:22px; }
.drawer-subtotal{ display:flex; justify-content:space-between; font-weight:800; font-size:16px; margin-bottom:16px; }
.empty-cart{ text-align:center; padding:40px 10px; color:var(--ink-soft); font-weight:600; }
.empty-cart svg{ width:40px; height:40px; margin:0 auto 14px; }

.checkout-view{ display:none; }
.checkout-view.active{ display:block; }
.cart-view.hidden{ display:none; }
.back-to-cart{ background:none; border:none; color:var(--ink-soft); font-weight:700; margin-bottom:16px; font-size:13.5px; }
.form-block{ margin-bottom:20px; }
.form-block h4{ font-size:11.5px; font-weight:800; text-transform:uppercase; letter-spacing:.06em; margin-bottom:10px; }
.form-grid{ display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.form-grid .full{ grid-column:1/-1; }
input[type=text],input[type=email],input[type=tel]{
  width:100%; padding:11px 13px; border:3px solid var(--ink); background:var(--white); font-size:13.5px; outline:none;
}
input:focus{ background:var(--yellow); }
.success-msg{ display:none; text-align:center; font-weight:800; background:var(--pink); color:#fff; border:3px solid var(--ink); padding:14px; font-size:13px; text-transform:uppercase; }
.success-msg.show{ display:block; }
.secure-note{ margin-top:14px; font-size:12px; color:var(--ink-soft); text-align:center; }

/* ---------- legal pages ---------- */
.legal-hero{ padding:56px 0 32px; border-bottom:3px solid var(--ink); }
.legal-hero h1{ font-size:clamp(2rem,4vw,2.8rem); margin-top:12px; }
.legal-hero p{ margin-top:12px; font-weight:600; max-width:560px; color:var(--ink-soft); }

.legal-body{ padding:60px 0 100px; }
.legal-layout{ display:grid; gap:40px; }
@media(min-width:900px){ .legal-layout{ grid-template-columns:230px 1fr; align-items:flex-start; } }
.legal-toc{ position:sticky; top:100px; background:var(--white); border:3px solid var(--ink); padding:20px; display:none; box-shadow:var(--shadow-sm); }
@media(min-width:900px){ .legal-toc{ display:block; } }
.legal-toc h4{ font-family:var(--display); font-size:14px; margin-bottom:14px; }
.legal-toc li{ margin-bottom:10px; }
.legal-toc a{ font-size:13px; font-weight:700; color:var(--ink-soft); }
.legal-toc a:hover{ color:var(--pink); }

.legal-content{ background:var(--white); border:3px solid var(--ink); padding:36px; box-shadow:var(--shadow); }
.legal-content section{ margin-bottom:30px; scroll-margin-top:100px; }
.legal-content section:last-child{ margin-bottom:0; }
.legal-content h2{ font-size:19px; margin-bottom:12px; }
.legal-content p{ margin-bottom:10px; font-size:14.5px; color:var(--ink-soft); }
.legal-content ul{ margin:10px 0; padding-left:20px; list-style:disc; font-size:14.5px; color:var(--ink-soft); }
.legal-content li{ margin-bottom:6px; }
.legal-content table{ width:100%; border-collapse:collapse; margin-top:14px; font-size:13.5px; }
.legal-content th,.legal-content td{ text-align:left; padding:11px 13px; border:1px solid var(--ink); }
.legal-content th{ background:var(--ink); color:var(--yellow); font-size:11px; text-transform:uppercase; }
.legal-content .updated{ font-weight:800; font-size:12px; margin-bottom:22px; display:inline-block; border:2px solid var(--ink); padding:5px 12px; background:var(--yellow); }
.back-link{ display:inline-flex; align-items:center; gap:8px; font-weight:800; font-size:13px; text-transform:uppercase; }
.back-link svg{ width:15px; height:15px; }
