*,:before,:after{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html{scroll-behavior:smooth;will-change:scroll-position}:root{--bg:#f5f5f7;--surface:#fff;--border:#00000012;--label:#1d1d1f;--muted:#6e6e73;--placeholder:#e5e5ea;--header-bg:#f5f5f7db;--btn-bg:#ffffffe6;--btn-color:#1d1d1f;--pill-bg:#ffffffe0}[data-theme=dark]{--bg:#000;--surface:#1c1c1e;--border:#ffffff17;--label:#f5f5f7;--muted:#8e8e93;--placeholder:#2c2c2e;--header-bg:#000000d6;--btn-bg:#2c2c2eeb;--btn-color:#f5f5f7;--pill-bg:#2c2c2ee0}body{background:var(--bg);color:var(--label);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizespeed;overscroll-behavior-y:none;min-height:100dvh;font-family:Roboto Flex,-apple-system,BlinkMacSystemFont,sans-serif}.container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width:640px){.container{padding:0 2rem}}#site-header{z-index:200;background:var(--header-bg);-webkit-backdrop-filter:saturate(180%)blur(20px);border-bottom:1px solid var(--border);will-change:transform;contain:layout;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;padding:10px 20px;display:flex}.flex-row{align-items:center;gap:.5rem;display:flex}.logo-text{-webkit-text-stroke:1px var(--label);letter-spacing:-.01em;color:var(--label);font-family:Instrument Serif,Georgia,serif;font-size:1.4rem}.section-header{justify-content:space-between;align-items:flex-end;padding:1.75rem 0 .75rem;display:flex}.section-title{letter-spacing:-.015em;color:var(--label);font-family:Instrument Serif,Georgia,serif;font-size:1.6rem;font-weight:700;line-height:1.2}.meta-text{color:var(--muted);font-size:.8rem;font-weight:500}.icon-btn{cursor:pointer;width:2rem;height:2rem;color:var(--muted);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:opacity .15s;display:flex}.icon-btn:hover{opacity:.6}.icon-btn:active{opacity:.4}.info-overlay{z-index:999999;-webkit-backdrop-filter:blur(4px);background:#0006;justify-content:center;align-items:flex-end;animation:.25s both overlayIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes overlayIn{0%{opacity:0}to{opacity:1}}.info-dialog{background:var(--surface);will-change:transform;border-radius:1.25rem 1.25rem 0 0;width:100%;max-width:460px;padding:1.75rem;animation:.35s cubic-bezier(.32,.72,0,1) both sheetUp;box-shadow:0 -4px 24px #0000001a}@keyframes sheetUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.modal-head{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.modal-text{color:var(--muted);margin-bottom:1rem;font-size:1rem;line-height:1.6}.modal-link{color:#007aff;font-family:Instrument Serif,Georgia,serif;font-style:italic;font-weight:600;text-decoration:underline;transition:opacity .15s;display:inline-block}.modal-link:hover{opacity:.7}@media (min-width:640px){.info-overlay{align-items:center}.info-dialog{border-radius:1.25rem;animation:.3s cubic-bezier(.34,1.56,.64,1) both dialogPop;box-shadow:0 10px 40px #00000026}@keyframes dialogPop{0%{opacity:0;transform:scale(.94)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}}.hero-carousel{scroll-snap-type:x mandatory;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:16px;width:100%;padding-bottom:1.5rem;display:flex;overflow:auto hidden}.hero-carousel::-webkit-scrollbar{display:none}.hero-carousel-slide{scroll-snap-align:start;aspect-ratio:9/16;background:var(--placeholder);cursor:pointer;contain:strict;border-radius:1rem;flex-shrink:0;width:55vw;max-width:260px;position:relative;overflow:hidden}.hero-dl-pill{background:var(--pill-bg);-webkit-backdrop-filter:blur(8px);color:var(--btn-color);cursor:pointer;z-index:2;border:none;border-radius:2rem;align-items:center;gap:.3rem;padding:.28rem .65rem .28rem .45rem;font-family:inherit;font-size:.75rem;font-weight:600;transition:transform .12s;display:flex;position:absolute;bottom:.6rem;right:.6rem;box-shadow:0 1px 6px #0000002e}.hero-dl-pill:active{transform:scale(.93)}#gallery{align-items:flex-start;gap:10px;width:100%;padding-bottom:5rem;display:flex}.gallery-col{flex-direction:column;flex:1;gap:10px;min-width:0;display:flex}.gal-item{background:var(--placeholder);cursor:pointer;contain:layout paint;content-visibility:auto;contain-intrinsic-size:auto 300px;border-radius:.55rem;width:100%;animation:.38s both fadeUp;display:block;position:relative;overflow:hidden}.gal-item:focus-visible{outline-offset:2px;outline:2px solid #007aff}.gal-item img{transition:transform .32s cubic-bezier(.25,.46,.45,.94)}.gal-item:hover img{transform:scale(1.03)}.gal-dl{background:var(--btn-bg);width:1.9rem;height:1.9rem;color:var(--btn-color);cursor:pointer;opacity:0;z-index:2;border:none;border-radius:50%;justify-content:center;align-items:center;transition:opacity .18s,transform .18s;display:flex;position:absolute;bottom:.45rem;right:.45rem;transform:translateY(4px);box-shadow:0 1px 6px #0003}.gal-item:hover .gal-dl{opacity:1;transform:translateY(0)}@media (hover:none){.gal-dl{opacity:1;transform:translateY(0)}}.custom-lightbox{z-index:999999;justify-content:center;align-items:center;animation:.22s both lbFadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes lbFadeIn{0%{opacity:0}to{opacity:1}}.lb-backdrop{-webkit-backdrop-filter:blur(12px);cursor:zoom-out;background:#000000eb;position:absolute;top:0;bottom:0;left:0;right:0}.lb-img-container{z-index:10;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.lb-img{object-fit:contain;-webkit-user-select:none;user-select:none;will-change:transform;border-radius:.5rem;max-width:95vw;max-height:90vh;animation:.28s cubic-bezier(.32,.72,0,1) both lbImgIn;box-shadow:0 10px 50px #0006}@keyframes lbImgIn{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.lb-close,.lb-nav{color:#fff;cursor:pointer;z-index:20;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;transition:opacity .15s;display:flex;position:absolute}.lb-close:hover,.lb-nav:hover{opacity:.7}.lb-close{width:2.5rem;height:2.5rem;top:1.5rem;right:1.5rem}.lb-nav{width:3rem;height:3rem;display:none;top:50%;transform:translateY(-50%)}.lb-prev{left:1.5rem}.lb-next{right:1.5rem}@media (min-width:768px){.lb-nav{display:flex}}#lb-dl-btn{z-index:20;color:#000;cursor:pointer;background:#ffffffe6;border:none;border-radius:2rem;align-items:center;gap:.4rem;padding:.5rem 1rem .5rem .75rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:transform .12s;display:flex;position:absolute;bottom:1.5rem;right:1.5rem;box-shadow:0 4px 14px #0000004d}#lb-dl-btn:active{transform:scale(.94)}@keyframes shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.skeleton-pulse{background:linear-gradient(90deg, var(--placeholder) 25%, var(--surface) 50%, var(--placeholder) 75%);contain:strict;background-size:600px 100%;animation:1.4s linear infinite shimmer}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:6rem 0;display:flex}.empty-state code{background:var(--surface);border:1px solid var(--border);border-radius:.35rem;padding:.1rem .4rem;font-family:ui-monospace,monospace;font-size:.75rem}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
