body.page-ft{background:#eaf3ff}
body.page-ft .site-header{background:#5b8cff}
body.page-ft .logo{color:#fff}
body.page-ft .logo-mark{background:#ffe14d;color:#111}

.wall-hero{padding:1.5rem 0 2rem}
.wall-rail{border:3px solid #111;background:#fff;padding:.7rem}
.wall-rail img{width:100%;max-height:320px;object-fit:cover}
.plaque{background:#111;color:#fff;padding:1.1rem 1.2rem;margin-top:0}
.plaque h1{font-size:clamp(1.25rem,3vw,1.85rem);line-height:1.3;margin-bottom:.45rem}
.plaque .lead{font-size:.88rem;margin-bottom:.8rem}
.exhibit-tickets{display:grid;grid-template-columns:repeat(3,1fr);gap:.55rem;margin-top:.9rem}
.exhibit-tickets div{background:#ffe14d;color:#111;border:3px solid #fff;padding:.55rem .4rem;text-align:center;font-size:.75rem;font-weight:800}
.exhibit-tickets strong{display:block;font-size:1.15rem}
.talk-row{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:.9rem;align-items:center}
.talk{display:flex;align-items:center;gap:.4rem}
.talk .say{max-width:180px}

.frames{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem}
.frame{border:3px solid #111;background:#fff;padding:.55rem .55rem 1rem;text-align:center}
.frame .mat{height:72px;border:3px solid #111;margin-bottom:.55rem}
.frame:nth-child(1) .mat{background:#ff4d8d}
.frame:nth-child(2) .mat{background:#7cffb2}
.frame:nth-child(3) .mat{background:#ffe14d}
.frame h3{font-size:.95rem;margin-bottom:.3rem}

.manga{display:flex;flex-direction:column;gap:0;border:3px solid #111}
.panel{display:grid;grid-template-columns:100px 1fr;border-bottom:3px solid #111;background:#fff}
.panel:last-child{border-bottom:none}
.panel:nth-child(2){background:#fff4fb}
.panel:nth-child(3){background:#eafff4}
.panel .pg{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;border-right:3px solid #111;padding:.6rem;font-weight:800}
.panel .txt{padding:.85rem 1rem}

.tabs{display:grid;grid-template-columns:1fr 1fr;gap:0}
.tab-col{border:3px solid #111;padding:1rem;background:#fff}
.tab-col:first-child{background:#5b8cff;color:#fff;border-right:none}
.lang-tiles{display:grid;grid-template-columns:1fr 1fr;gap:.4rem;margin-top:.55rem}
.lang-tiles span{border:3px solid #111;background:#fff;color:#111;padding:.35rem;font-size:.78rem;font-weight:800;text-align:center}
.folder li{margin-top:.4rem;padding:.4rem .55rem;background:#ffe14d;color:#111;border:3px solid #111;font-size:.82rem}
.feat-shot{margin-top:1rem;border:3px solid #111;padding:.4rem;background:#ff4d8d}

body.page-ft .faq-item{background:#fff;border-radius:22px 22px 22px 4px}

.feat-cta{background:#7cffb2;padding:2.1rem 0;border-top:3px solid #111;border-bottom:3px solid #111}
.feat-cta .btn-flat{margin-top:.7rem}

@media(max-width:768px){
  .frames,.exhibit-tickets,.tabs{grid-template-columns:1fr}
  .tab-col:first-child{border-right:3px solid #111}
  .panel{grid-template-columns:1fr}
  .panel .pg{flex-direction:row;border-right:none;border-bottom:3px solid #111}
}
