.booth-hero{padding:2.3rem 0 2.6rem;background:#e4ddd2}
.booth-grid{display:grid;grid-template-columns:1fr 280px 1fr;gap:1.2rem;align-items:stretch}
.booth-copy h1{font-size:clamp(1.25rem,3vw,1.7rem);font-weight:800;line-height:1.35;margin-bottom:.75rem}
.booth-copy h1 em{font-style:normal;color:#0d5c63}
.booth-desc{color:#5c564c;font-size:.93rem;margin-bottom:1.1rem}
.booth-btns{display:flex;flex-wrap:wrap;gap:.7rem;margin-bottom:1.15rem}
.roll{background:#0d5c63;color:#fff;padding:1.2rem 1rem;text-align:center;display:flex;flex-direction:column;justify-content:center;min-height:220px}
.roll strong{display:block;font-size:.72rem;color:#d4a017;margin-bottom:.5rem;letter-spacing:.08em}
.roll p{font-size:.82rem;color:#c5ddd8;line-height:1.55}
.light{background:#fff;border:6px solid #2a2620;padding:.45rem}
.light img{width:100%}
.light .cap{background:#2a2620;color:#d4a017;font-size:.72rem;font-weight:800;text-align:center;padding:.35rem}

.stand-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.stand{background:#fff;border:1px solid #d8d0c4;padding:1.15rem;border-bottom:8px solid #0d5c63}
.stand:nth-child(2){border-bottom-color:#d4a017}
.stand:nth-child(3){border-bottom-color:#2a2620}
.stand .no{font-size:.7rem;font-weight:800;color:#0d5c63;margin-bottom:.3rem}
.stand h3{font-size:.95rem;margin-bottom:.4rem;font-weight:800}
.stand p{font-size:.86rem;color:#5c564c;line-height:1.6}

.aisle{display:flex;max-width:720px;margin:0 auto;background:#fff;border:2px solid #0d5c63}
.aisle-s{flex:1;padding:1.05rem .9rem;border-right:1px dashed #d8d0c4}
.aisle-s:last-child{border-right:none}
.aisle-s strong{display:block;font-size:.72rem;color:#0d5c63;margin-bottom:.3rem}
.aisle-s h3{font-size:.88rem;font-weight:800;margin-bottom:.25rem}
.aisle-s p{font-size:.8rem;color:#5c564c}

.cat-dual{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.cat{background:#fff;border:1px solid #d8d0c4}
.cat h3{padding:.5rem .95rem;background:#0d5c63;color:#d4a017;font-size:.84rem;font-weight:800}
.cat ul{padding:1rem 1.05rem}
.cat li{font-size:.84rem;color:#5c564c;padding:.3rem 0;border-bottom:1px solid #efe8dc}
.cat li:last-child{border-bottom:none}

.hall-cta{background:#0d5c63;color:#fff;text-align:center;padding:2.5rem 1rem}
.hall-cta h2{font-size:clamp(1.15rem,3vw,1.4rem);margin-bottom:.4rem;font-weight:800}
.hall-cta p{color:#c5ddd8;margin-bottom:1.1rem;font-size:.9rem}

@media(max-width:900px){
  .booth-grid,.stand-row,.cat-dual{grid-template-columns:1fr}
  .aisle{flex-direction:column}
  .aisle-s{border-right:none;border-bottom:1px dashed #d8d0c4}
}
