
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: #383836; color: #ffffff; font-family: Candara, Optima, 'Segoe UI', 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: 2.16rem 0; border-bottom: 1px solid rgba(255,255,255,0.14); }
.jb-mark { font-family: Garamond, 'EB Garamond', 'Times New Roman', 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: #6d8272; }

.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: 16px; overflow: hidden;
  background: radial-gradient(circle at 50% 40%, #494c48, #383836);
  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: #6d8272; margin-bottom: 1.4rem; }
.jb-stage-cap h1 { font-family: Garamond, 'EB Garamond', 'Times New Roman', 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: Garamond, 'EB Garamond', 'Times New Roman', 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: Garamond, 'EB Garamond', 'Times New Roman', 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: #494c48; border: 1px solid rgba(255,255,255,0.14); border-radius: 16px;
  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(16px - 2px);
  overflow: hidden; background: #40433f; }
.jb-thumb img { width: 100%; height: 100%; object-fit: cover; }
.jb-cell-t { font-family: Garamond, 'EB Garamond', 'Times New Roman', 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: #6d8272;
  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: Garamond, 'EB Garamond', 'Times New Roman', serif; font-weight: 400;
  font-size: clamp(1.5rem,4.5vw,2.4rem); line-height: 1.35; }
.jb-appraise blockquote::before { content: "\201C"; color: #6d8272; }
.jb-appraise blockquote::after { content: "\201D"; color: #6d8272; }
.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: #494c48;
  border: 1px solid rgba(255,255,255,0.14); border-radius: 16px; 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: Garamond, 'EB Garamond', 'Times New Roman', serif; font-size: 1.15rem; }
.jb-lines a:hover { color: #6d8272; }
.jb-lines span { color: rgba(255,255,255,0.62); font-size: 0.95rem; font-family: Candara, Optima, 'Segoe UI', sans-serif; }

.jb-foot { text-align: center; font-family: Garamond, 'EB Garamond', 'Times New Roman', 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: Candara, Optima, 'Segoe UI', 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:Candara, Optima, 'Segoe UI', sans-serif;color:#34362f;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:Garamond, 'EB Garamond', 'Times New Roman', 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:#6d8272;margin-bottom:10px;font-weight:700}

.xq-promo{padding:34px 24px}
.xq-promo-card{border:2px dashed #6d8272;border-radius:16px;padding:26px;display:flex;flex-wrap:wrap;align-items:center;gap:12px 22px;background:rgba(52,54,47,0.05)}
.xq-promo-tag{background:#6d8272;color:#ffffff;font-family:Garamond, 'EB Garamond', 'Times New Roman', serif;font-weight:800;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;padding:8px 14px;border-radius:999px}
.xq-promo-card p{flex:1 1 260px;font-size:1.02rem}
.xq-promo-card a{color:#6d8272;font-weight:700;text-decoration:none;white-space:nowrap}
.xq-promo-card a:hover{text-decoration:underline}


.xq-quoterail{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}
.xq-quote{border:1px solid rgba(52,54,47,0.14);border-radius:16px;padding:22px;background:#f9faf6;position:relative}
.xq-quote::before{content:"\201C";position:absolute;top:-4px;left:14px;font-family:Garamond, 'EB Garamond', 'Times New Roman', serif;font-size:3rem;color:#6d8272;opacity:.5}
.xq-quote p{font-style:italic;margin:10px 0 12px;line-height:1.55}
.xq-quote cite{font-style:normal;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;color:#868b82}


/* =====================================================
   DESIGN DNA: terminal-green
   Whole-page visual system applied over the layout
   archetype. Appended last so it wins the cascade.
   ===================================================== */
body,p,li,a,td,th,dt,dd,input,textarea{font-family:'Courier New', Courier, monospace !important}
h1,h2,h3{font-family:'Courier New', Courier, monospace !important;text-transform:uppercase !important;letter-spacing:.06em !important}
h1::after{content:'\2588';margin-left:.15em;color:#6d8272}
@media (prefers-reduced-motion: no-preference){@keyframes dnablink{50%{opacity:0}}h1::after{animation:dnablink 1.1s steps(1) infinite}}
html::before{content:'';position:fixed;inset:0;z-index:99980;pointer-events:none;background:repeating-linear-gradient(0deg,rgba(0,0,0,.5) 0 1px,transparent 1px 3px);opacity:.10;}
img{filter:grayscale(1) contrast(1.25) brightness(.92);border-radius:0 !important;border:1px solid rgba(109,130,114,.6) !important}
a[class*="btn"],button,span[class*="btn"]{border-radius:0 !important;border:1px solid #6d8272 !important;font-family:'Courier New', Courier, monospace !important;text-transform:uppercase;box-shadow:none !important}
div[class*="card"]:not([class*="cards"]),article[class*="card"],a[class*="card"],figure[class*="card"],li[class*="card"]{border-radius:0 !important;border:1px solid rgba(109,130,114,.45) !important;box-shadow:none !important}
::selection{background:#6d8272;color:#eff0ec}
