main.gallery-main{max-width:900px;display:flex;flex-direction:column;gap:2rem}.gallery-card{display:grid;grid-template-columns:380px 1fr;gap:0;background:var(--card-bg);border:1px solid rgba(0,0,0,.06);border-radius:12px;box-shadow:0 4px 12px #00000008;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden;align-items:stretch}.gallery-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px #0000000f}.gallery-card:nth-child(2n){grid-template-columns:1fr 380px}.gallery-card:nth-child(2n) .gallery-img-wrap{order:2;border-right:none;border-left:1px solid rgba(0,0,0,.06)}.gallery-card:nth-child(2n) .gallery-text{order:1}.gallery-img-wrap{background:var(--card-bg);border-right:1px solid rgba(0,0,0,.06);display:flex;align-items:center;justify-content:center;min-height:285px;position:relative;overflow:hidden;min-width:0}.gallery-img-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;box-shadow:inset 0 0 20px #00000008;pointer-events:none}.gallery-img-wrap img,.gallery-img-wrap video{width:100%;height:100%;object-fit:contain;display:block}.gallery-text{display:flex;flex-direction:column;justify-content:center;gap:.6rem;padding:2rem 2.5rem}.gallery-label{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);font-weight:500}.gallery-title{font-size:1.1rem;font-weight:600;color:var(--ink);line-height:1.35;margin:0}.gallery-desc{font-size:.875rem;color:var(--ink-muted);line-height:1.85;margin-top:.4rem}.gallery-tags{display:flex;flex-wrap:wrap;gap:.4rem;list-style:none;margin-top:.8rem}.gallery-tags li{font-size:.72rem;padding:.25rem .75rem;border-radius:6px;background:var(--bg);border:1px solid var(--border);color:var(--ink-muted);font-weight:500;letter-spacing:.02em;transition:all .2s ease}.gallery-card:hover .gallery-tags li{background:var(--accent-lt);border-color:var(--accent-lt);color:var(--accent)}.gallery-note{margin-top:2.5rem;font-size:.8rem;color:var(--border);letter-spacing:.04em;font-style:italic;text-align:center}@media (max-width: 720px){.gallery-card,.gallery-card:nth-child(2n){grid-template-columns:1fr;gap:0}.gallery-img-wrap,.gallery-card:nth-child(2n) .gallery-img-wrap{order:0;border-right:none;border-left:none;border-bottom:1px solid rgba(0,0,0,.06);aspect-ratio:16 / 10;min-height:auto}.gallery-text,.gallery-card:nth-child(2n) .gallery-text{order:1;padding:1.5rem}}.carousel-container{position:relative;overflow:hidden;display:flex;align-items:center;max-height:420px}.carousel-track{display:flex;transition:transform .4s ease-in-out;width:100%;height:100%}.carousel-slide{flex:0 0 100%;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.carousel-slide video{width:100%;height:100%;object-fit:contain}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;color:#fff;border:none;border-radius:50%;width:36px;height:36px;font-size:1.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:background .3s ease}.carousel-btn:hover{background:#000c}.prev-btn{left:10px}.next-btn{right:10px}
