.hero[data-astro-cid-kh7btl4r]{position:relative;padding:3rem 0;margin:-1.5rem -1.5rem 2rem;background:linear-gradient(135deg,var(--color-bg-nav) 0%,var(--color-bg) 100%);border-bottom:2px solid var(--jazz-brass);overflow:hidden}.hero[data-astro-cid-kh7btl4r]:before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,0,0,.02) 2px,rgba(0,0,0,.02) 4px);pointer-events:none}.hero-content[data-astro-cid-kh7btl4r]{position:relative;text-align:center;padding:0 1.5rem}.hero-badge[data-astro-cid-kh7btl4r]{display:inline-block;padding:.25rem .75rem;margin-bottom:1rem;font-family:JetBrains Mono Variable,monospace;font-size:.65rem;font-weight:600;letter-spacing:.2em;color:var(--jazz-amber);border:1px solid var(--jazz-brass);border-radius:9999px}.hero-title[data-astro-cid-kh7btl4r]{font-family:Playfair Display Variable,Georgia,serif;font-size:clamp(2.5rem,8vw,4rem);font-weight:600;line-height:1.1;margin:0;color:var(--color-text-heading)}.hero-title-accent[data-astro-cid-kh7btl4r]{display:block;background:linear-gradient(135deg,var(--jazz-amber) 0%,var(--electric-cyan) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-decoration[data-astro-cid-kh7btl4r]{position:absolute;bottom:-2px;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,var(--jazz-amber) 50%,transparent 100%)}[data-mode=dark] .hero[data-astro-cid-kh7btl4r]{background:linear-gradient(135deg,var(--jazz-smoke) 0%,var(--jazz-black) 100%)}[data-mode=dark] .hero[data-astro-cid-kh7btl4r]:before{background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(255,255,255,.02) 2px,rgba(255,255,255,.02) 4px)}.content-section[data-astro-cid-kh7btl4r]{margin-bottom:3rem}.section-header[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem 1rem;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--color-border)}.section-title-group[data-astro-cid-kh7btl4r]{display:flex;align-items:center;gap:.5rem}.section-icon[data-astro-cid-kh7btl4r]{font-size:1.25rem}.section-title[data-astro-cid-kh7btl4r]{font-family:Playfair Display Variable,Georgia,serif;font-size:1.5rem;font-weight:500;color:var(--color-text-heading);margin:0}.section-subtitle[data-astro-cid-kh7btl4r]{color:var(--color-text-muted);font-size:.875rem;margin:0;flex-basis:100%}.story-layout[data-astro-cid-kh7btl4r]{display:flex;gap:2.5rem;align-items:flex-start}@media(max-width:768px){.story-layout[data-astro-cid-kh7btl4r]{flex-direction:column-reverse;align-items:center}}.story-profile[data-astro-cid-kh7btl4r]{flex-shrink:0}.profile-photo[data-astro-cid-kh7btl4r]{width:280px;border-radius:var(--radius-lg);border:2px solid var(--jazz-brass);box-shadow:0 4px 20px #0003}.profile-caption[data-astro-cid-kh7btl4r]{max-width:280px;margin-top:.75rem;font-size:.8125rem;line-height:1.5;color:var(--color-text-muted);text-align:center;font-style:italic}@media(max-width:768px){.profile-photo[data-astro-cid-kh7btl4r]{width:240px}.profile-caption[data-astro-cid-kh7btl4r]{max-width:240px}}.story-text[data-astro-cid-kh7btl4r]{flex:1;max-width:42rem;font-size:1.0625rem;line-height:1.75;color:var(--color-text)}.story-text[data-astro-cid-kh7btl4r] p[data-astro-cid-kh7btl4r]{margin-bottom:1.25rem}.story-text[data-astro-cid-kh7btl4r] .wwoz-link[data-astro-cid-kh7btl4r]{color:var(--jazz-amber);text-decoration:none;font-weight:500;transition:color var(--duration-fast) var(--ease-smooth)}.story-text[data-astro-cid-kh7btl4r] .wwoz-link[data-astro-cid-kh7btl4r]:hover{color:var(--electric-cyan);text-decoration:underline}.story-conclusion[data-astro-cid-kh7btl4r]{font-family:Playfair Display Variable,Georgia,serif;font-size:1.25rem;font-style:italic;color:var(--jazz-amber);border-left:3px solid var(--jazz-brass);padding-left:1rem;margin-top:1.5rem}.gallery-grid[data-astro-cid-kh7btl4r]{display:grid;grid-template-columns:1fr;gap:.75rem}@media(min-width:640px){.gallery-grid[data-astro-cid-kh7btl4r]{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.gallery-grid[data-astro-cid-kh7btl4r]{grid-template-columns:repeat(3,1fr)}}.gallery-item[data-astro-cid-kh7btl4r]{display:block;border:none;padding:0;background:none;cursor:pointer;border-radius:var(--radius-md);overflow:hidden;position:relative;line-height:0}.gallery-item[data-astro-cid-kh7btl4r] img[data-astro-cid-kh7btl4r]{width:100%;height:auto;display:block;transition:transform var(--duration-normal) var(--ease-smooth),filter var(--duration-normal) var(--ease-smooth)}.gallery-item[data-astro-cid-kh7btl4r]:hover img[data-astro-cid-kh7btl4r]{transform:scale(1.03);filter:brightness(1.1)}.gallery-item[data-astro-cid-kh7btl4r]:after{content:"";position:absolute;inset:0;border:2px solid transparent;border-radius:var(--radius-md);transition:border-color var(--duration-fast) var(--ease-smooth);pointer-events:none}.gallery-item[data-astro-cid-kh7btl4r]:hover:after{border-color:var(--jazz-amber)}.lightbox[data-astro-cid-kh7btl4r]{display:none;position:fixed;inset:0;z-index:9999;background:#000000eb;align-items:center;justify-content:center;flex-direction:column}.lightbox[data-astro-cid-kh7btl4r].is-open{display:flex}.lightbox-content[data-astro-cid-kh7btl4r]{max-width:90vw;max-height:85vh;display:flex;align-items:center;justify-content:center}.lightbox-content[data-astro-cid-kh7btl4r] img[data-astro-cid-kh7btl4r]{max-width:100%;max-height:85vh;-o-object-fit:contain;object-fit:contain;border-radius:var(--radius-md)}.lightbox-close[data-astro-cid-kh7btl4r]{position:absolute;top:1rem;right:1.5rem;background:none;border:none;color:#fff;font-size:2.5rem;cursor:pointer;z-index:10;line-height:1;padding:.5rem;opacity:.7;transition:opacity .2s}.lightbox-close[data-astro-cid-kh7btl4r]:hover{opacity:1}.lightbox-prev[data-astro-cid-kh7btl4r],.lightbox-next[data-astro-cid-kh7btl4r]{position:absolute;top:50%;transform:translateY(-50%);background:none;border:none;color:#fff;font-size:3rem;cursor:pointer;z-index:10;padding:1rem;opacity:.6;transition:opacity .2s;line-height:1}.lightbox-prev[data-astro-cid-kh7btl4r]:hover,.lightbox-next[data-astro-cid-kh7btl4r]:hover{opacity:1}.lightbox-prev[data-astro-cid-kh7btl4r]{left:.5rem}.lightbox-next[data-astro-cid-kh7btl4r]{right:.5rem}.lightbox-counter[data-astro-cid-kh7btl4r]{color:#fff9;font-family:JetBrains Mono Variable,monospace;font-size:.75rem;margin-top:1rem;letter-spacing:.1em}
