
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: #363430; color: #ffffff; font-family: Garamond, 'EB Garamond', 'Times New Roman', 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: 2.08rem 0; border-bottom: 1px solid rgba(255,255,255,0.14); }
.jb-mark { font-family: Copperplate, 'Copperplate Gothic Light', '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: #9c7d38; }

.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: 0px; overflow: hidden;
  background: radial-gradient(circle at 50% 40%, #4e4739, #363430);
  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: #9c7d38; margin-bottom: 1.4rem; }
.jb-stage-cap h1 { font-family: Copperplate, 'Copperplate Gothic Light', '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: Copperplate, 'Copperplate Gothic Light', '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: Copperplate, 'Copperplate Gothic Light', '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: #4e4739; border: 1px solid rgba(255,255,255,0.14); border-radius: 0px;
  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(0px - 2px);
  overflow: hidden; background: #453e32; }
.jb-thumb img { width: 100%; height: 100%; object-fit: cover; }
.jb-cell-t { font-family: Copperplate, 'Copperplate Gothic Light', '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: #9c7d38;
  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: Copperplate, 'Copperplate Gothic Light', '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: #9c7d38; }
.jb-appraise blockquote::after { content: "\201D"; color: #9c7d38; }
.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: #4e4739;
  border: 1px solid rgba(255,255,255,0.14); border-radius: 0px; 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: Copperplate, 'Copperplate Gothic Light', 'Segoe UI', sans-serif; font-size: 1.15rem; }
.jb-lines a:hover { color: #9c7d38; }
.jb-lines span { color: rgba(255,255,255,0.62); font-size: 0.95rem; font-family: Garamond, 'EB Garamond', 'Times New Roman', serif; }

.jb-foot { text-align: center; font-family: Copperplate, 'Copperplate Gothic Light', '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: Garamond, 'EB Garamond', 'Times New Roman', 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:Garamond, 'EB Garamond', 'Times New Roman', serif;color:#221e15;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:Copperplate, 'Copperplate Gothic Light', '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:#9c7d38;margin-bottom:10px;font-weight:700}

.xq-checklist{list-style:none;padding:0;margin-top:20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:12px 26px}
.xq-checklist li{position:relative;padding:10px 0 10px 32px;border-bottom:1px dashed rgba(34,30,21,0.14)}
.xq-checklist li::before{content:"\2713";position:absolute;left:0;top:8px;width:22px;height:22px;line-height:22px;text-align:center;border-radius:50%;background:#9c7d38;color:#ffffff;font-size:.75rem;font-weight:800}


.xq-faq-list{margin-top:18px;border-top:1px solid rgba(34,30,21,0.14)}
.xq-faq-item{border-bottom:1px solid rgba(34,30,21,0.14);padding:4px 0}
.xq-faq-item summary{cursor:pointer;padding:14px 4px;font-weight:700;font-family:Copperplate, 'Copperplate Gothic Light', 'Segoe UI', sans-serif;list-style-position:inside}
.xq-faq-item summary::marker{color:#9c7d38}
.xq-faq-item p{padding:0 4px 16px;color:#867e6e;max-width:64ch}


.xq-tl-list{list-style:none;padding:0;margin-top:24px;position:relative;border-left:2px solid rgba(34,30,21,0.14)}
.xq-tl-item{position:relative;padding:0 0 26px 26px}
.xq-tl-item::before{content:"";position:absolute;left:-7px;top:4px;width:12px;height:12px;border-radius:50%;background:#9c7d38;box-shadow:0 0 0 4px rgba(34,30,21,0.05)}
.xq-tl-item time{font-family:Copperplate, 'Copperplate Gothic Light', 'Segoe UI', sans-serif;font-weight:800;color:#9c7d38;display:block;margin-bottom:4px}
.xq-tl-item p{color:#867e6e;max-width:58ch}


/* =====================================================
   DESIGN DNA: scandi-light
   Whole-page visual system applied over the layout
   archetype. Appended last so it wins the cascade.
   ===================================================== */
img,a[class*="btn"],button,span[class*="btn"],div[class*="card"]:not([class*="cards"]),article[class*="card"],a[class*="card"],figure[class*="card"],li[class*="card"]{box-shadow:none !important}
html::after{content:'';position:fixed;inset:0;z-index:99990;pointer-events:none;border:none;background:none;background:linear-gradient(90deg,#9c7d38,#9c7d38);background-size:100% 5px;background-repeat:no-repeat;background-position:top}
h1,h2,h3{letter-spacing:-0.025em !important;font-weight:700 !important}
img{border-radius:10px !important;filter:saturate(.92) brightness(1.03)}
a[class*="btn"],button,span[class*="btn"]{border-radius:8px !important;border:none !important;background:#9c7d38 !important;color:#ffffff !important;font-weight:600}
div[class*="card"]:not([class*="cards"]),article[class*="card"],a[class*="card"],figure[class*="card"],li[class*="card"]{border-radius:12px !important;border:1px solid rgba(34,30,21,.12) !important}
