
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: #3d363e; color: #ffffff; font-family: Verdana, Geneva, sans-serif; line-height: 1.7;
  font-size: 17px; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: #ffffff; text-decoration: none; }
.jb { max-width: 1120px; margin: 0 auto; padding: 0 clamp(1.2rem,5vw,3rem); }

.jb-nav { display: flex; align-items: center; justify-content: space-between;
  padding: 1.92rem 0; border-bottom: 1px solid rgba(255,255,255,0.14); }
.jb-mark { font-family: Candara, Optima, 'Segoe UI', sans-serif; letter-spacing: 0.3em; text-transform: uppercase;
  font-size: 1.05rem; }
.jb-hall { font-size: 0.68rem; letter-spacing: 0.24em; text-transform: uppercase;
  color: #FF6FB5; }

.jb-stage { display: grid; grid-template-columns: 1fr 1fr; align-items: center;
  gap: clamp(1.6rem,5vw,4rem); padding: clamp(3rem,9vw,6rem) 0; }
.jb-piece { position: relative; aspect-ratio: 1; border-radius: 26px; overflow: hidden;
  background: radial-gradient(circle at 50% 40%, #65485a, #3d363e);
  box-shadow: inset 0 0 60px -10px rgba(0,0,0,0.6), 0 30px 60px -30px rgba(0,0,0,0.7); }
.jb-piece img { width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.4s ease; }
.jb-stage:hover .jb-piece img { transform: scale(1.05); }
.jb-kick { font-size: 0.72rem; letter-spacing: 0.4em; text-transform: uppercase;
  color: #FF6FB5; margin-bottom: 1.4rem; }
.jb-stage-cap h1 { font-family: Candara, Optima, 'Segoe UI', sans-serif; font-weight: 400; line-height: 1.02;
  font-size: clamp(2.4rem,7vw,4.4rem); letter-spacing: -0.02em; }
.jb-dek { color: rgba(255,255,255,0.62); font-size: clamp(1.05rem,2.5vw,1.25rem);
  margin-top: 1.4rem; max-width: 34ch; }

.jb-note { max-width: 620px; margin: 0 auto; text-align: center;
  padding: clamp(2rem,6vw,4rem) 0; }
.jb-lbl { display: block; font-size: 0.66rem; letter-spacing: 0.32em;
  text-transform: uppercase; color: rgba(255,255,255,0.62); margin-bottom: 1.3rem; }
.jb-note p { font-family: Candara, Optima, 'Segoe UI', sans-serif; font-style: italic; font-size: clamp(1.2rem,3vw,1.7rem);
  line-height: 1.55; }

.jb-tray { padding: clamp(3rem,8vw,5rem) 0; }
.jb-tray h2, .jb-contact h2 { font-family: Candara, Optima, 'Segoe UI', sans-serif; font-weight: 400; text-align: center;
  font-size: clamp(1.8rem,5vw,2.6rem); margin-bottom: clamp(2rem,6vw,3.4rem); }
.jb-cells { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(1rem,2.5vw,1.6rem); }
.jb-cell { background: #65485a; border: 1px solid rgba(255,255,255,0.14); border-radius: 26px;
  overflow: hidden; box-shadow: inset 0 1px 0 rgba(255,255,255,0.14); }
.jb-cell summary { list-style: none; cursor: pointer; display: flex; align-items: center;
  gap: 1rem; padding: 0.9rem; position: relative; }
.jb-cell summary::-webkit-details-marker { display: none; }
.jb-thumb { width: 56px; height: 56px; flex: 0 0 auto; border-radius: calc(26px - 2px);
  overflow: hidden; background: #593f4f; }
.jb-thumb img { width: 100%; height: 100%; object-fit: cover; }
.jb-cell-t { font-family: Candara, Optima, 'Segoe UI', sans-serif; font-size: 1.05rem; flex: 1; }
.jb-plus { position: relative; width: 14px; height: 14px; flex: 0 0 auto; }
.jb-plus::before, .jb-plus::after { content: ""; position: absolute; background: #FF6FB5;
  transition: transform .3s ease; }
.jb-plus::before { top: 6px; left: 0; width: 14px; height: 2px; }
.jb-plus::after { left: 6px; top: 0; width: 2px; height: 14px; }
.jb-cell[open] .jb-plus::after { transform: scaleY(0); }
.jb-reveal { padding: 0 0.9rem 1.1rem 5rem; }
.jb-reveal p { color: rgba(255,255,255,0.62); font-size: 0.95rem; line-height: 1.6; }

.jb-appraise { text-align: center; max-width: 720px; margin: 0 auto;
  padding: clamp(4rem,12vw,8rem) 0; }
.jb-appraise blockquote { font-family: Candara, Optima, 'Segoe UI', sans-serif; font-weight: 400;
  font-size: clamp(1.5rem,4.5vw,2.4rem); line-height: 1.35; }
.jb-appraise blockquote::before { content: "\201C"; color: #FF6FB5; }
.jb-appraise blockquote::after { content: "\201D"; color: #FF6FB5; }
.jb-appraise cite { display: block; margin-top: 1.3rem; font-style: normal;
  font-size: 0.72rem; letter-spacing: 0.26em; text-transform: uppercase; color: rgba(255,255,255,0.62); }

.jb-contact { padding: clamp(2rem,6vw,4rem) 0 clamp(3rem,8vw,5rem); }
.jb-plate { max-width: 620px; margin: 0 auto; text-align: center; background: #65485a;
  border: 1px solid rgba(255,255,255,0.14); border-radius: 26px; padding: clamp(2.5rem,7vw,4rem);
  box-shadow: inset 0 0 40px -14px rgba(0,0,0,0.6); }
.jb-plate > p { color: rgba(255,255,255,0.62); }
.jb-lines { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 2rem;
  font-family: Candara, Optima, 'Segoe UI', sans-serif; font-size: 1.15rem; }
.jb-lines a:hover { color: #FF6FB5; }
.jb-lines span { color: rgba(255,255,255,0.62); font-size: 0.95rem; font-family: Verdana, Geneva, sans-serif; }

.jb-foot { text-align: center; font-family: Candara, Optima, 'Segoe UI', sans-serif; letter-spacing: 0.14em;
  padding: 2.5rem 0; border-top: 1px solid rgba(255,255,255,0.14); }
.jb-foot span { display: block; margin-top: 0.5rem; font-family: Verdana, Geneva, sans-serif;
  font-size: 0.8rem; letter-spacing: 0.04em; color: rgba(255,255,255,0.62); }

@media (max-width: 820px) { .jb-cells { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 620px) { .jb-stage { grid-template-columns: 1fr; }
  .jb-cells { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) {
  .jb-piece img { transition: none; } .jb-stage:hover .jb-piece img { transform: none; }
  .jb-plus::before, .jb-plus::after { transition: none; } }


.xq{box-sizing:border-box;font-family:Verdana, Geneva, sans-serif;color:#42294A;padding:56px 24px;width:100%}
.xq *{box-sizing:border-box;margin:0}
.xq .xq-wrap{max-width:1060px;margin:0 auto}
.xq h2{font-family:Candara, Optima, 'Segoe UI', sans-serif;font-size:1.7rem;line-height:1.2;margin-bottom:8px}
.xq .xq-kick{display:block;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:#FF6FB5;margin-bottom:10px;font-weight:700}

.xq-strip{padding-left:0;padding-right:0}
.xq-strip .xq-wrap{padding:0 24px}
.xq-striprail{list-style:none;display:flex;gap:12px;overflow-x:auto;padding:14px 24px;scroll-snap-type:x mandatory}
.xq-striprail li{flex:0 0 min(64vw,300px);scroll-snap-align:start}
.xq-striprail img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:20px;display:block}


.xq-steplist{counter-reset:xqs;list-style:none;padding:0;margin-top:22px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:18px}
.xq-step{counter-increment:xqs;position:relative;padding:18px 18px 18px 20px;border-left:3px solid #FF6FB5;background:rgba(66,41,74,0.05);border-radius:0 20px 20px 0}
.xq-step::before{content:"0" counter(xqs);display:block;font-family:Candara, Optima, 'Segoe UI', sans-serif;font-size:.8rem;letter-spacing:.1em;color:#FF6FB5;font-weight:800;margin-bottom:8px}
.xq-step h3{font-family:Candara, Optima, 'Segoe UI', sans-serif;font-size:1.02rem;margin-bottom:6px}
.xq-step p{font-size:.9rem;color:#9C82A0}


/* =====================================================
   DESIGN DNA: cyber-glitch
   Whole-page visual system applied over the layout
   archetype. Appended last so it wins the cascade.
   ===================================================== */
h1,h2,h3{font-family:'Helvetica Neue', Helvetica, Arial, sans-serif !important;text-transform:uppercase !important;letter-spacing:.05em !important;font-weight:900 !important;text-shadow:2px 0 0 rgba(255,0,60,.55),-2px 0 0 rgba(0,220,255,.55)}
html::before{content:'';position:fixed;inset:0;z-index:99980;pointer-events:none;background:repeating-linear-gradient(90deg,rgba(255,111,181,.5) 0 2px,transparent 2px 90px);opacity:.07;}
img{filter:saturate(1.25) contrast(1.1);border-radius:0 !important;clip-path:polygon(0 0,100% 0,100% 92%,96% 100%,0 100%)}
a[class*="btn"],button,span[class*="btn"]{border-radius:0 !important;transform:skewX(-8deg);text-transform:uppercase;letter-spacing:.12em;border:2px solid #FF6FB5 !important}
div[class*="card"]:not([class*="cards"]),article[class*="card"],a[class*="card"],figure[class*="card"],li[class*="card"]{border-radius:0 !important;clip-path:polygon(0 0,100% 0,100% 94%,97% 100%,0 100%)}
html::after{content:'';position:fixed;inset:0;z-index:99990;pointer-events:none;border:none;background:none;background:linear-gradient(90deg,rgba(255,0,60,.8),rgba(0,220,255,.8));background-size:100% 4px;background-repeat:no-repeat;background-position:top}
