.about-gallery{border-radius:calc(var(--radius-large));background:var(--card-bg);border:1px solid var(--line-color);padding:1.25rem;box-shadow:0 2px 10px #0f172a0f}:root.dark .about-gallery{box-shadow:0 2px 10px #0206172e}.about-gallery-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.about-gallery-title{color:#000000db;margin:0;font-size:1.65rem;font-weight:600;line-height:1.2}.about-gallery-title--accent{padding-left:1rem;position:relative}.about-gallery-title--accent:before{content:"";background:var(--primary);border-radius:9999px;width:.25rem;height:1.45rem;position:absolute;top:.12rem;left:0}.about-gallery-subtitle{color:#00000094;max-width:52rem;margin:.55rem 0 0;font-size:1rem;line-height:1.6}.about-gallery-controls{align-items:center;gap:.75rem;display:flex}.about-gallery-button{border:1px solid var(--line-color);background:var(--btn-regular-bg);color:#000000bf;border-radius:9999px;width:2.6rem;height:2.6rem;font-size:1.2rem;transition:transform .2s,background .2s,box-shadow .2s;box-shadow:0 8px 20px #0f172a14}.about-gallery-button:hover{background:var(--btn-regular-bg-hover);transform:translateY(-1px)}.about-gallery-button:active{background:var(--btn-regular-bg-active);transform:scale(.96)}:root.dark .about-gallery-button{color:#ffffffd1;box-shadow:0 8px 20px #02061738}:root.dark .about-gallery-button:hover{color:var(--primary)}:root.dark .about-gallery-title{color:#ffffffe6}:root.dark .about-gallery-subtitle{color:#ffffffa3}.about-gallery-viewport{width:100%;overflow:hidden}.about-gallery-track{will-change:transform;gap:1rem;display:flex}.about-gallery-card{aspect-ratio:2/3;perspective:1200px;flex:0 0 clamp(8.5rem,18vw,11rem)}.about-gallery-card-inner{border-radius:calc(var(--radius-large) / 2);width:100%;height:100%;transform-style:preserve-3d;cursor:pointer;background:0 0;border:0;padding:0;transition:transform .6s;position:relative}.about-gallery-card.is-flipped .about-gallery-card-inner{transform:rotateY(180deg)}.about-gallery-face{border-radius:calc(var(--radius-large) / 2);-webkit-backface-visibility:hidden;backface-visibility:hidden;border:1px solid #94a3b82e;flex-direction:column;justify-content:space-between;display:flex;position:absolute;inset:0;overflow:hidden;box-shadow:0 14px 28px #0f172a1f}.about-gallery-face-front{background:linear-gradient(#ffffffdb,#f1f5f9eb)}.about-gallery-face-back{background:radial-gradient(circle at top, color-mix(in oklab, var(--primary) 14%, transparent), transparent 44%), linear-gradient(180deg, #fffffff0, #f1f5f9f2);color:var(--deep-text);padding:1rem;transform:rotateY(180deg)}.about-gallery-face-media{padding:0;position:absolute}:root.dark .about-gallery-face{border-color:#94a3b82e;box-shadow:0 14px 28px #02061742}:root.dark .about-gallery-face-front{background:linear-gradient(#1e293beb,#0f172af5)}:root.dark .about-gallery-face-back{background:radial-gradient(circle at top, color-mix(in oklab, var(--primary) 18%, transparent), transparent 44%), linear-gradient(180deg, #1e293bf0, #0f172afa);color:#e2e8f0}.about-gallery-placeholder{border-radius:calc(var(--radius-large) / 2 - .05rem);background:linear-gradient(135deg, color-mix(in oklab, var(--primary) 18%, transparent), color-mix(in oklab, var(--primary) 6%, transparent)), linear-gradient(180deg, #ffffff59, #fff0);border:1px dashed color-mix(in oklab, var(--primary) 24%, transparent);flex:1;margin:.75rem}.about-gallery-image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}:root.dark .about-gallery-placeholder{background:linear-gradient(135deg, color-mix(in oklab, var(--primary) 22%, transparent), color-mix(in oklab, var(--primary) 8%, transparent)), linear-gradient(180deg, #ffffff14, #fff0);border-color:color-mix(in oklab, var(--primary) 32%, transparent)}@media (width<=768px){.about-gallery{padding:1rem}.about-gallery-header{flex-direction:column;align-items:flex-start}.about-gallery-controls{align-self:flex-end}.about-gallery-track{gap:.8rem}.about-gallery-title{font-size:1rem}.about-gallery-subtitle{font-size:.95rem;line-height:1.7}.about-gallery-card{flex-basis:clamp(7.8rem,38vw,9rem)}}
