html:has(.rg-page){overscroll-behavior:none}.rg-page{position:relative;width:100%;height:100vh;height:100dvh;overflow:hidden;background:#fff;color:#1a1a1c;padding:0;user-select:none;-webkit-user-select:none;cursor:default;touch-action:none;overscroll-behavior:none}.rg-header{position:absolute;top:0;left:0;right:0;z-index:40;display:flex;justify-content:space-between;align-items:flex-start;padding:30px 38px;pointer-events:none;gap:24px}.rg-label{font-size:9px;letter-spacing:.38em;text-transform:uppercase;color:#1a1a1c73}.rg-title{font-size:13px;font-weight:300;letter-spacing:.22em;text-transform:uppercase;margin:6px 0 0;color:#1a1a1c}.rg-header-right{max-width:340px;text-align:right}.rg-desc{font-size:10px;font-weight:200;line-height:1.7;letter-spacing:.04em;color:#1a1a1c73;margin:0}.rg-viewport{position:absolute;inset:0;z-index:10;display:flex;align-items:center;justify-content:center;perspective:2000px;perspective-origin:50% 46%}.rg-stage{position:relative;width:0;height:0;transform-style:preserve-3d;transform:translateY(-26px)}.rg-ring{position:relative;width:0;height:0;transform-style:preserve-3d;will-change:transform}.rg-card-wrap{position:absolute;left:0;top:0;width:0;height:0;transform-style:preserve-3d}.rg-card{position:absolute;left:0;top:0;transform:translate(-50%,-50%);transform-origin:50% 50%;background:transparent;border:none;box-shadow:0 8px 26px #0000000d;cursor:pointer;overflow:hidden;transition:box-shadow .4s ease,transform .4s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden}.rg-card img{display:block;width:100%;height:100%;object-fit:cover;pointer-events:none}.rg-card.active{box-shadow:0 16px 48px #0000001a;transform:translate(-50%,-50%) scale(1.03)}.rg-num{position:absolute;left:10px;bottom:9px;z-index:2;font-size:9px;letter-spacing:.18em;color:#ffffffb8;text-shadow:0 1px 4px rgba(0,0,0,.5);pointer-events:none}.rg-cat{position:absolute;right:10px;top:10px;z-index:2;font-size:8px;letter-spacing:.22em;text-transform:uppercase;color:#ffffffb3;text-shadow:0 1px 4px rgba(0,0,0,.5);pointer-events:none}.rg-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;width:56px;height:56px;border-radius:50%;align-items:center;justify-content:center;background:#1412106b;border:1px solid rgba(255,255,255,.7);color:#fff;pointer-events:none;backdrop-filter:blur(2px)}.rg-play svg{width:22px;height:22px;margin-left:3px;display:block}.rg-footer{position:absolute;left:0;right:0;bottom:0;z-index:35;display:flex;flex-direction:column;align-items:center;padding-bottom:26px;pointer-events:none}.rg-fidx{font-size:11px;letter-spacing:.3em;color:#c9a24b;margin-bottom:8px}.rg-caption{font-size:11px;font-weight:200;letter-spacing:.06em;color:#1a1a1c8c;text-align:center;max-width:70vw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 20px}.rg-page.rg-detail-mode .rg-caption{font-size:clamp(15px,2.1vw,26px);font-weight:100;letter-spacing:.08em;text-transform:uppercase;color:#1a1a1c;line-height:1.15;white-space:normal;overflow:visible;text-overflow:clip;max-width:min(680px,84vw)}.rg-meta{font-size:10px;letter-spacing:.24em;text-transform:uppercase;color:#1a1a1c73;margin-top:9px;min-height:12px}.rg-ticks{display:flex;align-items:flex-end;gap:6px;height:20px;margin-top:14px;pointer-events:all}.rg-tick{width:2px;padding:0;cursor:pointer;border:none;background:#1a1a1c29;transition:height .4s,background .4s}.rg-tick.active{background:#c9a24b}.rg-navrow{display:flex;align-items:center;gap:16px;margin-top:11px;pointer-events:none}.rg-arrow{pointer-events:all;cursor:pointer;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid rgba(26,26,28,.18);color:#1a1a1c8c;font-size:14px;line-height:1;transition:background .2s,color .2s,border-color .2s}.rg-arrow:hover{background:#1a1a1c0a;border-color:#c9a24b;color:#c9a24b}.rg-hint{font-size:9px;letter-spacing:.28em;text-transform:uppercase;color:#1a1a1c47;animation:rgPulse 3.4s ease-in-out infinite}@keyframes rgPulse{0%,to{opacity:.4}50%{opacity:.85}}@keyframes rgSlideIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.rg-light{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;visibility:hidden;opacity:0;pointer-events:none;transition:opacity .3s,visibility .3s}.rg-light.open{visibility:visible;opacity:1;pointer-events:all}.rg-light-bd{position:absolute;inset:0;background:#0a0908eb;cursor:zoom-out}.rg-light-img{position:relative;z-index:2;max-width:92vw;max-height:90vh;object-fit:contain;box-shadow:0 40px 120px #000000b3;transition:opacity .25s ease}.rg-detail-hero img{transition:opacity .25s ease}.rg-light-vid{position:relative;z-index:2;width:min(92vw,1400px);max-height:86vh;background:#000;box-shadow:0 40px 120px #000000b3}.rg-light-nav{position:absolute;inset:0;z-index:3;display:flex;align-items:center;justify-content:space-between;padding:0 20px;pointer-events:none}.rg-light-prev,.rg-light-next{pointer-events:all;background:#ffffff14;border:1px solid rgba(255,255,255,.16);color:#ece8e0b3;font-size:18px;cursor:pointer;width:44px;height:44px;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s}.rg-light-prev:hover,.rg-light-next:hover{background:#ffffff26;color:#fff}.rg-close{position:absolute;top:22px;right:28px;z-index:4;width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:#ece8e012;border:1px solid rgba(236,232,224,.2);color:#ece8e0bf;font-size:22px;cursor:pointer;line-height:1;transition:background .2s,color .2s}.rg-close:hover{background:#ece8e029;color:#fff}.rg-detail{position:fixed;inset:0;z-index:9999;display:flex;background:linear-gradient(180deg,#141210,#0d0b09);visibility:hidden;opacity:0;pointer-events:none;transition:opacity .35s,visibility .35s}.rg-detail.open{visibility:visible;opacity:1;pointer-events:all}.rg-detail.open .rg-detail-body{animation:rgSlideIn .7s cubic-bezier(.2,.7,.2,1) .06s both}.rg-detail-hero{flex:0 0 58%;min-width:0;min-height:0;position:relative;padding:64px 0 64px 64px;display:flex;align-items:center;justify-content:center}.rg-detail-hero img{max-width:100%;max-height:100%;object-fit:contain;display:block;box-shadow:0 50px 120px #0009}.rg-detail-body{flex:1;min-height:0;padding:80px 64px 64px 56px;display:flex;flex-direction:column;overflow-y:auto;position:relative}.rg-detail-num{font-size:10px;letter-spacing:.3em;color:#c9a24b}.rg-detail-title{font-size:clamp(26px,3.6vw,52px);font-weight:100;letter-spacing:.1em;text-transform:uppercase;margin:14px 0 0;line-height:1.06;color:#ece8e0}.rg-detail-note{font-size:13px;font-weight:200;line-height:1.7;color:#ece8e0ad;max-width:42ch;margin:20px 0 0}.rg-detail-rows{margin-top:auto;padding-top:24px;border-top:1px solid rgba(236,232,224,.12)}.rg-detail-row{display:flex;justify-content:space-between;gap:20px;padding:9px 0;font-size:11px;border-bottom:1px solid rgba(236,232,224,.06)}.rg-detail-row span:first-child{text-transform:uppercase;letter-spacing:.2em;color:#ece8e061;font-size:9px}.rg-detail-row span:last-child{color:#ece8e0;text-align:right}.rg-detail-actions{display:flex;align-items:center;gap:20px;margin-top:28px;flex-wrap:wrap}.rg-detail-btn{display:inline-block;padding:13px 28px;background:#c9a24b1f;border:1px solid rgba(201,162,75,.4);color:#c9a24b;font-size:9px;letter-spacing:.26em;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:background .2s,border-color .2s}.rg-detail-btn:hover{background:#c9a24b33;border-color:#c9a24b}.rg-detail-close{color:#ece8e0}@media (max-width: 860px){.rg-page{height:calc(100vh - 52px);height:calc(100dvh - 52px)}.rg-header{padding:16px 20px}.rg-header-right{display:none}.rg-stage{transform:translateY(-34px)}.rg-hint{font-size:8px}.rg-footer{padding-bottom:calc(14px + env(safe-area-inset-bottom))}.rg-detail{flex-direction:column;bottom:auto;height:100vh;height:100dvh}.rg-detail-hero{flex:0 0 42%;padding:32px 20px 14px}.rg-detail-body{padding:18px 22px calc(18px + env(safe-area-inset-bottom))}.rg-close{top:12px;right:16px}.rg-detail-close{top:12px;right:16px;z-index:6;background:#14121080}.rg-page.rg-detail-mode .rg-stage{transform:translateY(-64px)}.rg-page.rg-detail-mode .rg-caption{font-size:15px;max-width:88vw}.rg-page.rg-detail-mode .rg-meta{margin-top:6px}.rg-page.rg-detail-mode .rg-ticks{margin-top:9px;height:16px}.rg-page.rg-detail-mode .rg-navrow{margin-top:8px}}
