.gallery-detail-heading{gap:1rem;padding:1.4rem 0 1.1rem;display:grid}.gallery-detail-heading p,.gallery-detail-heading span{color:var(--color-muted);margin:0}.gallery-detail-heading h1{text-wrap:balance;overflow-wrap:anywhere;margin:.35rem 0 .5rem;font-size:clamp(2.2rem,5.5vw,4rem);line-height:.98}.gallery-detail-heading>div:first-child span{overflow-wrap:anywhere;max-width:42rem;line-height:1.65;display:block}.gallery-detail-meta{flex-wrap:wrap;gap:.6rem;display:flex}.gallery-detail-meta span{border-radius:var(--radius-chip);border:1px solid var(--color-border);background:color-mix(in srgb,var(--color-surface) 88%,var(--color-accent-soft));letter-spacing:.08em;text-transform:uppercase;padding:.5rem .85rem;font-size:.78rem}.gallery-viewer-layout{gap:1.25rem;padding-bottom:1.25rem;display:grid}.gallery-stage-panel{gap:1rem;min-width:0;display:grid}.gallery-stage-panel[data-focus-scope]{gap:1.1rem}.gallery-stage-frame{border-radius:var(--radius-card);border:1px solid var(--color-border);background:radial-gradient(circle at top left,color-mix(in srgb,var(--color-accent-soft) 44%,transparent),transparent 35%),linear-gradient(180deg,color-mix(in srgb,var(--color-surface) 95%,var(--color-accent-soft) 5%),color-mix(in srgb,var(--color-surface-2) 88%,var(--color-surface) 12%));position:relative;overflow:hidden}.gallery-stage-frame img{-o-object-fit:contain;object-fit:contain;width:100%;height:auto;max-height:72dvh;display:block}.gallery-stage-arrow{border-radius:var(--radius-button);border:1px solid color-mix(in srgb,var(--color-surface) 18%,transparent);background:color-mix(in srgb,var(--color-text) 72%,transparent);width:2.75rem;height:2.75rem;color:var(--color-surface);backdrop-filter:blur(12px);justify-content:center;align-items:center;text-decoration:none;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.gallery-stage-arrow.prev{left:.85rem}.gallery-stage-arrow.next{right:.85rem}.gallery-focus-highlight{left:var(--focus-x,12%);top:var(--focus-y,12%);width:var(--focus-width,18%);height:var(--focus-height,48%);border-radius:var(--radius-soft);border:2px solid var(--focus-accent,var(--color-accent));box-shadow:0 0 0 999rem color-mix(in srgb,var(--color-text) 22%,transparent),0 0 30px color-mix(in srgb,var(--focus-accent,var(--color-accent)) 42%,transparent);pointer-events:none;transition:left .22s,top .22s,width .22s,height .22s,border-color .22s,box-shadow .22s;position:absolute}.gallery-focus-caption{border-radius:var(--radius-chip);background:color-mix(in srgb,var(--color-text) 78%,transparent);max-width:calc(100% - 2rem);color:var(--color-surface);letter-spacing:.08em;text-transform:uppercase;backdrop-filter:blur(12px);padding:.55rem .9rem;font-size:.82rem;position:absolute;bottom:1rem;left:1rem}.gallery-focus-target{left:var(--x);top:var(--y);width:var(--w);height:var(--h);cursor:pointer;background:0 0;border:0;position:absolute}.gallery-focus-roster{grid-template-columns:repeat(auto-fit,minmax(min(100%,15rem),1fr));gap:.85rem;display:grid}.gallery-focus-spotlight{border-radius:var(--radius-card);border:1px solid var(--color-border);background:linear-gradient(135deg,color-mix(in srgb,var(--color-surface) 96%,var(--color-accent-soft) 4%),color-mix(in srgb,var(--color-surface-2) 88%,var(--color-surface) 12%));grid-template-columns:minmax(0,13rem) minmax(0,1fr);align-items:center;gap:1rem;padding:1rem;display:grid}.gallery-focus-spotlight img{aspect-ratio:4/5;border-radius:var(--radius-media);-o-object-fit:cover;object-fit:cover;width:100%;box-shadow:0 1rem 2rem rgba(var(--color-shadow-rgb),.12)}.gallery-focus-spotlight-copy{gap:.35rem;min-width:0;display:grid}.gallery-focus-spotlight-eyebrow,.gallery-focus-spotlight-copy span{letter-spacing:.12em;text-transform:uppercase;color:var(--color-muted);margin:0;font-size:.76rem}.gallery-focus-spotlight-copy h2,.gallery-focus-spotlight-copy p{margin:0}.gallery-focus-spotlight-copy h2{overflow-wrap:anywhere;font-size:clamp(1.5rem,2vw,2rem)}.gallery-focus-spotlight-copy p:last-child{color:color-mix(in srgb,var(--color-muted) 92%,var(--color-text));overflow-wrap:anywhere;padding-top:.15rem;line-height:1.7}.gallery-focus-card{border-radius:var(--radius-soft);border:1px solid var(--color-border);background:color-mix(in srgb,var(--color-surface) 94%,var(--color-accent-soft));text-align:left;min-width:0;color:inherit;transition:transform var(--motion-gentle),border-color var(--motion-gentle),box-shadow var(--motion-gentle);grid-template-columns:5rem 1fr;align-items:center;gap:.85rem;padding:.8rem;display:grid}.gallery-focus-card:hover,.gallery-focus-card:focus-visible{transform:translateY(-2px)}.gallery-focus-card img{aspect-ratio:1;border-radius:var(--radius-media);-o-object-fit:cover;object-fit:cover;width:100%}.gallery-focus-card strong,.gallery-focus-card span,.gallery-focus-card p{margin:0;display:block}.gallery-focus-card strong{overflow-wrap:anywhere;font-size:1rem}.gallery-focus-card span{letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted);margin-top:.18rem;font-size:.78rem}.gallery-focus-card p{color:color-mix(in srgb,var(--color-muted) 92%,var(--color-text));overflow-wrap:anywhere;margin-top:.38rem;font-size:.9rem;line-height:1.55}.gallery-focus-card.active{border-color:var(--card-accent,var(--color-accent));box-shadow:0 0 0 1px var(--card-accent,var(--color-accent))}.gallery-thumb-strip{grid-template-columns:repeat(auto-fit,minmax(min(100%,8rem),1fr));align-items:start;gap:.8rem;display:grid}.gallery-thumb-card{min-width:0;color:inherit;gap:.45rem;text-decoration:none;display:grid}.gallery-thumb-card img{aspect-ratio:4/3;border-radius:var(--radius-media);-o-object-fit:cover;object-fit:cover;border:1px solid #0000;width:100%}.gallery-thumb-card span{overflow-wrap:anywhere;font-size:.82rem;line-height:1.4}.gallery-thumb-card.active img{border-color:var(--color-accent)}@media (width<=720px){.gallery-focus-spotlight{grid-template-columns:1fr}.gallery-thumb-strip{scroll-snap-type:x proximity;grid-auto-columns:minmax(8rem,46vw);grid-auto-flow:column;padding-bottom:.35rem;overflow-x:auto}.gallery-thumb-card{scroll-snap-align:start}}.gallery-notes-panel{display:grid}.gallery-notes-card{border-radius:var(--radius-card);border:1px solid var(--color-border);background:color-mix(in srgb,var(--color-surface) 94%,var(--color-accent-soft));gap:.6rem;min-width:0;height:fit-content;padding:1.15rem;display:grid}.gallery-notes-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--color-muted);margin:0;font-size:.78rem}.gallery-notes-card h2,.gallery-notes-card p{margin:0}.gallery-notes-card h2{font-size:1.4rem}.gallery-notes-card p{color:color-mix(in srgb,var(--color-muted) 92%,var(--color-text));overflow-wrap:anywhere;line-height:1.7}.gallery-story-panel{border-radius:var(--radius-card);border:1px solid var(--color-border);background:color-mix(in srgb,var(--color-surface) 95%,var(--color-accent-soft) 5%);gap:.9rem;margin-top:1rem;padding:1.15rem;display:grid}.gallery-story-prose{--tw-prose-body:var(--color-text);--tw-prose-headings:var(--color-text);--tw-prose-links:var(--color-accent);--tw-prose-bold:var(--color-text);--tw-prose-bullets:var(--color-border);--tw-prose-counters:var(--color-muted);--tw-prose-hr:var(--color-border);--tw-prose-invert-body:var(--color-text);--tw-prose-invert-headings:var(--color-text);--tw-prose-invert-links:var(--color-accent);--tw-prose-invert-bold:var(--color-text)}.gallery-story-prose :where(p:first-child){margin-top:0}@media (width>=1100px){.gallery-viewer-layout{grid-template-columns:minmax(0,1.6fr) minmax(18rem,.7fr);align-items:start}.gallery-notes-card{position:sticky;top:1rem}}