.bbs-gallery{--bg:#0A0908;--bg-el:#141210;--bg-deep:#050403;--fg:#F5F3EF;--fg-strong:#FFFFFF;--muted:rgba(245,243,239,.60);--muted-strong:rgba(245,243,239,.80);--muted-soft:rgba(245,243,239,.45);--line:rgba(245,243,239,.14);--line-strong:rgba(245,243,239,.24);--red:#EF3E36;--red-soft:rgba(239,62,54,.16);--ox:#8E1D1D;--sans:"Helvetica Neue",Helvetica,Arial,sans-serif;--serif:var(--font-instrument-serif),Georgia,"Times New Roman",serif;color:var(--fg);font-family:var(--sans)}.bbs-gallery .u{font-variant-numeric:tabular-nums}.bbs-gallery .btn{display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:13px 22px;font-size:11px;font-weight:800;letter-spacing:.24em;text-transform:uppercase;transition:.2s}.bbs-gallery .btn-primary{background:var(--red);color:var(--fg-strong);box-shadow:0 10px 32px -8px rgba(239,62,54,.5)}.bbs-gallery .btn-primary:hover{background:#ff574c;box-shadow:0 14px 40px -8px rgba(239,62,54,.75)}.bbs-gallery .btn-ghost{border:1px solid var(--line-strong);background:rgba(10,9,8,.3);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--fg)}.bbs-gallery .btn-ghost:hover{border-color:var(--red);color:var(--red)}.bbs-gallery .hero{position:relative;height:100svh;min-height:560px;overflow:hidden;display:grid}.bbs-gallery .hero .stage{position:absolute;inset:0;z-index:0}.bbs-gallery .hero .stage img{width:100%;height:100%;object-fit:cover;object-position:50% 88%;filter:brightness(.5) saturate(.92) contrast(1.02);transform:scale(1.06);animation:bbsg-drift 26s ease-in-out infinite alternate}@keyframes bbsg-drift{to{transform:scale(1.14) translate3d(-1.5%,-1.5%,0)}}@media(max-width:600px){.bbs-gallery .hero .stage{transform:scale(1.5);transform-origin:50% 96%}}.bbs-gallery .hero .veil{position:absolute;inset:0;z-index:1;background:radial-gradient(120% 78% at 50% 6%,rgba(239,62,54,.16),transparent 46%),linear-gradient(180deg,rgba(10,9,8,.44) 0,rgba(10,9,8,.12) 34%,rgba(10,9,8,.74) 82%,var(--bg) 100%)}.bbs-gallery .hero .inner{position:relative;z-index:2;align-self:end;width:100%;max-width:1000px;margin:0 auto;text-align:center;padding:0 clamp(16px,4vw,40px) clamp(34px,8vh,88px)}.bbs-gallery .hero .wwtag{margin-bottom:14px}.bbs-gallery .hero .wwtag em{font-family:var(--serif);font-style:italic;font-weight:400;letter-spacing:0;font-size:clamp(20px,3.4vw,32px);color:var(--fg-strong);text-shadow:0 2px 20px rgba(0,0,0,.6)}.bbs-gallery .hero h1{font-weight:800;letter-spacing:-.035em;line-height:.9;font-size:clamp(2.9rem,11vw,7.2rem);color:var(--fg-strong);text-wrap:balance;text-shadow:0 3px 40px rgba(0,0,0,.5)}.bbs-gallery .hero h1 em{font-family:var(--serif);font-style:italic;font-weight:400;letter-spacing:-.01em;color:var(--red)}.bbs-gallery .hero .sub{margin:20px auto 0;max-width:52ch;color:#e8e3da;font-size:clamp(14px,1.6vw,16.5px);line-height:1.62;text-shadow:0 1px 14px rgba(0,0,0,.7)}.bbs-gallery .wrap{max-width:1280px;margin:0 auto;padding:0 clamp(16px,4vw,40px)}.bbs-gallery .chapter-head{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;padding:clamp(40px,7vw,84px) 0 clamp(20px,3vw,32px)}.bbs-gallery .chapter-head .k{font-size:10px;letter-spacing:.34em;text-transform:uppercase;color:var(--red);font-weight:700}.bbs-gallery .chapter-head h2{font-family:var(--serif);font-style:italic;font-weight:400;font-size:clamp(1.9rem,4.4vw,3.2rem);line-height:1;margin-top:8px;color:var(--fg-strong)}.bbs-gallery .chapter-head p{color:var(--muted);font-size:14px;max-width:48ch;line-height:1.6;margin:0 auto}.bbs-gallery .rooms-wrap{position:relative;z-index:1;background:rgba(5,4,3,.86);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.bbs-gallery .rooms{max-width:1280px;margin:0 auto;overflow-x:auto;scrollbar-width:none;padding:12px clamp(16px,4vw,40px)}.bbs-gallery .rooms::-webkit-scrollbar{display:none}.bbs-gallery .rooms-list{display:flex;gap:8px;width:max-content;margin:0 auto}.bbs-gallery .room{flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;padding:10px 17px;border-radius:999px;border:1px solid var(--line);font-size:11px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--muted-strong);transition:.18s;white-space:nowrap}.bbs-gallery .room .n{font-size:9px;letter-spacing:.08em;color:var(--muted-soft)}.bbs-gallery .room:hover{color:var(--fg-strong);border-color:var(--line-strong)}.bbs-gallery .room[aria-selected=true]{color:var(--fg-strong);background:var(--red-soft);border-color:var(--red)}.bbs-gallery .room[aria-selected=true] .n{color:var(--red)}.bbs-gallery .gallery{padding:clamp(18px,3vw,30px) 0 8px;display:flex;flex-direction:column;gap:var(--g,12px)}.bbs-gallery .grow{display:flex;gap:var(--g,12px);justify-content:center}.bbs-gallery .tile{position:relative;overflow:hidden;border-radius:14px;background:var(--bg-el);border:1px solid var(--line);cursor:pointer;flex:0 0 auto}.bbs-gallery .tile img{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(.96) saturate(.98);transition:filter .5s ease,transform .7s cubic-bezier(.2,.7,.2,1)}.bbs-gallery .tile:hover img{filter:brightness(1.06) saturate(1.03);transform:scale(1.045)}.bbs-gallery .tile:before{content:"";position:absolute;inset:0 0 auto 0;height:60px;z-index:2;pointer-events:none;background:linear-gradient(180deg,rgba(5,4,3,.62),rgba(5,4,3,0))}.bbs-gallery .tile .idx{top:12px;left:14px;font-size:10px;letter-spacing:.05em;text-shadow:0 1px 10px rgba(0,0,0,.95)}.bbs-gallery .tile .chip,.bbs-gallery .tile .idx{position:absolute;z-index:4;font-weight:800;color:var(--fg-strong)}.bbs-gallery .tile .chip{top:11px;right:12px;font-size:8.5px;letter-spacing:.2em;text-transform:uppercase;padding:5px 9px;border-radius:3px;border:1.5px solid rgba(245,243,239,.5);background:rgba(5,4,3,.9);transform:rotate(-2.5deg);box-shadow:0 3px 12px rgba(0,0,0,.5)}.bbs-gallery .tile .chip.one{color:#0A0908;background:var(--red);border-color:var(--red);box-shadow:0 3px 14px rgba(239,62,54,.4)}.bbs-gallery .tile .playmark{position:absolute;left:50%;top:50%;z-index:3;transform:translate(-50%,-50%);width:52px;height:52px;border-radius:50%;display:grid;place-items:center;border:1.5px solid rgba(245,243,239,.7);background:rgba(5,4,3,.5);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);color:var(--fg-strong);pointer-events:none;transition:.2s}.bbs-gallery .tile:hover .playmark{border-color:var(--red);color:var(--red);background:rgba(5,4,3,.7)}.bbs-gallery .tile .plate{position:absolute;left:0;right:0;bottom:0;z-index:3;padding:34px 14px 13px;background:linear-gradient(0deg,rgba(5,4,3,.96) 30%,rgba(5,4,3,.55) 68%,transparent)}.bbs-gallery .tile .plate .tease{font-size:11px;color:var(--muted-strong);line-height:1.46;max-height:0;opacity:0;overflow:hidden;transition:.42s}.bbs-gallery .tile:focus-within .plate .tease,.bbs-gallery .tile:hover .plate .tease{max-height:70px;opacity:1;margin-bottom:9px}.bbs-gallery .tile .plate .t{font-family:var(--serif);font-style:italic;font-size:17px;line-height:1.15;color:var(--fg-strong)}.bbs-gallery .tile .plate .meta{margin-top:5px;font-size:8.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted-soft);font-weight:700}.bbs-gallery .tile.reveal{opacity:0;transform:translateY(12px)}.bbs-gallery .tile.reveal.in{opacity:1;transform:none;transition:opacity .6s ease,transform .7s cubic-bezier(.2,.7,.2,1)}.bbs-gallery .band{position:relative;margin-top:clamp(40px,7vw,88px);border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--bg-el)}.bbs-gallery .band .bwrap{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.15fr .85fr;align-items:stretch}@media(max-width:820px){.bbs-gallery .band .bwrap{grid-template-columns:1fr}}.bbs-gallery .band .bmedia{position:relative;overflow:hidden;min-height:340px;cursor:pointer;background:var(--bg-deep)}.bbs-gallery .band .bmedia img{width:100%;height:100%;object-fit:contain;padding:clamp(16px,3vw,40px)}.bbs-gallery .band .bmeta{padding:clamp(28px,4vw,52px);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:2px}.bbs-gallery .band .bmeta .k{font-size:10px;letter-spacing:.34em;text-transform:uppercase;color:var(--red);font-weight:700}.bbs-gallery .band .bmeta h3{font-family:var(--serif);font-style:italic;font-weight:400;font-size:clamp(1.9rem,4vw,3rem);line-height:1.02;margin:.4rem 0 .5rem;color:var(--fg-strong)}.bbs-gallery .band .bmeta p{color:var(--muted);font-size:14.5px;line-height:1.62;max-width:44ch;margin:0 auto}.bbs-gallery .band .bmeta .spec{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 20px;margin:18px 0 6px;font-size:11px;letter-spacing:.05em;color:var(--muted)}.bbs-gallery .band .bmeta .spec b{color:var(--fg);font-weight:700}.bbs-gallery .bcta{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:22px}.bbs-gallery .foot{margin-top:clamp(44px,7vw,90px);border-top:1px solid var(--line);padding:clamp(40px,6vw,72px) 0 clamp(40px,6vw,60px)}.bbs-gallery .foot .colo{display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px}.bbs-gallery .foot h3{font-family:var(--serif);font-style:italic;font-weight:400;font-size:clamp(1.7rem,4vw,2.6rem);max-width:22ch;margin:0 auto;color:var(--fg-strong)}.bbs-gallery .foot h3 span{color:var(--red)}.bbs-gallery-lb{position:fixed;inset:0;z-index:80;display:grid;place-items:center;background:rgba(5,4,3,.95);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.bbs-gallery-lb .lb-in{position:relative;width:min(1160px,93vw);max-height:92vh;display:grid;grid-template-columns:1fr minmax(260px,340px);gap:clamp(14px,3vw,40px);align-items:center;padding:0 8px}@media(max-width:760px){.bbs-gallery-lb .lb-in{grid-template-columns:1fr;gap:16px;overflow-y:auto;max-height:92vh;align-content:start;padding:62px 4px 26px}}.bbs-gallery-lb .lb-media{background:var(--bg-el);border:1px solid var(--line);border-radius:14px;display:grid;place-items:center;overflow:hidden}.bbs-gallery-lb .lb-media img,.bbs-gallery-lb .lb-media video{max-height:82vh;width:auto;max-width:100%}@media(max-width:760px){.bbs-gallery-lb .lb-media img,.bbs-gallery-lb .lb-media video{max-height:54vh}}.bbs-gallery-lb .lb-meta .i{font-size:10px;letter-spacing:.3em;color:var(--muted-soft);font-weight:800}.bbs-gallery-lb .lb-meta h4{font-family:var(--serif);font-style:italic;font-weight:400;font-size:clamp(1.7rem,3.4vw,2.5rem);line-height:1.04;margin:.5rem 0 .3rem;color:var(--fg-strong)}.bbs-gallery-lb .lb-meta .mm{font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted-soft);font-weight:700;margin-bottom:14px}.bbs-gallery-lb .lb-meta .story{color:var(--muted-strong);font-size:14.5px;line-height:1.66}.bbs-gallery-lb .lb-meta .lbcta{margin-top:22px}.bbs-gallery-lb .lb-meta .tg{display:inline-block;margin-top:20px;font-size:9px;font-weight:800;letter-spacing:.2em;text-transform:uppercase;padding:7px 13px;border-radius:999px;border:1px solid var(--line-strong)}.bbs-gallery-lb .lb-meta .tg.one{background:var(--red);color:var(--bg);border-color:var(--red)}.bbs-gallery-lb .lb-close{position:absolute;top:-44px;right:0;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);display:inline-flex;gap:8px;align-items:center}.bbs-gallery-lb .lb-close:hover{color:var(--red)}@media(max-width:760px){.bbs-gallery-lb .lb-close{position:fixed;top:16px;right:16px}}.bbs-gallery-lb .lb-nav{position:fixed;top:50%;transform:translateY(-50%);z-index:82;width:46px;height:46px;display:grid;place-items:center;border:1px solid var(--line-strong);background:rgba(5,4,3,.6);border-radius:50%;font-size:20px;transition:.18s;color:var(--fg)}.bbs-gallery-lb .lb-nav:hover{border-color:var(--red);color:var(--red)}.bbs-gallery-lb .lb-prev{left:max(10px,2vw)}.bbs-gallery-lb .lb-next{right:max(10px,2vw)}@media(max-width:760px){.bbs-gallery-lb .lb-nav{top:auto;bottom:16px;transform:none}.bbs-gallery-lb .lb-prev{left:16px}.bbs-gallery-lb .lb-next{right:16px}}@media(prefers-reduced-motion:reduce){.bbs-gallery .hero .stage img{animation:none}.bbs-gallery .tile.reveal{opacity:1;transform:none}}