@charset "UTF-8";
:root{color-scheme:dark;--bg:#090a0c;--surface:#121418;--text:#f2f2f2;--muted:#a6adb8;--line:#292d34;--red:#ff2a2a;--blue:#2f6bff;--yellow:#ffc928;--gutter:clamp(20px,3.4vw,80px);font-family:Arial,Helvetica,sans-serif;font-size:100%}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);line-height:1.5}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}img{display:block;max-width:100%;height:auto}button,a{-webkit-tap-highlight-color:transparent}::selection{background:var(--red);color:white}:focus-visible{outline:3px solid #80a5ff;outline-offset:5px}button:disabled{opacity:.35;cursor:default}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.12}h1,h2{letter-spacing:-.045em}h3{letter-spacing:-.01em}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:-100px;left:24px;z-index:100;background:white;color:black;padding:12px}.skip-link:focus{top:12px}.site-header{height:100px;display:flex;align-items:center;gap:42px;padding:0 var(--gutter);max-width:2800px;margin:auto}.brand{display:flex;gap:12px;align-items:center;font-size:0.875rem;font-weight:800;letter-spacing:.03em;white-space:nowrap}.brand-art{color:var(--red)}.brand img{width:44px;height:44px}.site-header nav{display:flex;gap:32px;margin-left:auto;height:100%;align-items:center}.site-header nav a{position:relative;font-size:0.9375rem;color:var(--muted);padding:12px 0}.site-header nav a:hover{color:white}.site-header nav a[aria-current]{color:white}.site-header nav a[aria-current]:after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--red)}.header-note{border-left:1px solid var(--line);padding-left:36px;font-size:0.8125rem;color:var(--muted)}.hero{margin:0 24px;overflow:hidden;background:#111;max-width:3200px}.hero img{width:100%}.hero-foot{display:flex;justify-content:space-between;gap:20px;padding:24px var(--gutter) 34px;border-bottom:1px solid var(--line);font-size:0.875rem;color:var(--muted)}.hero-foot a{color:var(--text);white-space:nowrap}.hero-foot a span{color:var(--red);margin-left:14px}.section{padding:76px var(--gutter);max-width:2560px;margin:auto}.eyebrow{font-size:0.75rem;letter-spacing:.15em;font-weight:700;color:var(--muted);display:flex;gap:10px;align-items:center}.red-line{display:inline-block;width:24px;height:2px;background:var(--red)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:32px}.section-heading h2{font-size:clamp(1.75rem,3vw,3rem);margin-top:14px}.red{color:var(--red)}.button{display:inline-flex;align-items:center;justify-content:center;gap:28px;background:var(--red);border:1px solid var(--red);border-radius:3px;padding:13px 22px;color:#090a0c;font-size:0.9375rem;font-weight:700;min-height:48px;white-space:nowrap;transition:background .15s,border-color .15s}.button:hover{background:#ff5353;border-color:#ff5353}.button.secondary{background:transparent;border-color:#454a54;color:var(--text)}.button.secondary:hover{background:#171c29;border-color:#6087ed}.button span{font-size:1.3125rem;line-height:1}.art-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 28px;align-items:start}.art-card{min-width:0}.art-card.is-wide{grid-column:span 2}.art-open{display:block}.art-image{position:relative;overflow:hidden;background:#15181d}.art-image img{width:100%;height:auto;transition:filter .25s;aspect-ratio:16/9;object-fit:contain}.is-wide .art-image img{aspect-ratio:32/9}.art-open:hover .art-image img{filter:brightness(1.08)}.view-label{position:absolute;right:14px;bottom:14px;padding:7px 12px;background:rgba(9,10,12,.86);border:1px solid #6668;border-radius:2px;font-size:0.8125rem;opacity:0;transform:translateY(5px);transition:opacity .2s,transform .2s;display:flex;gap:20px}.art-open:hover .view-label,.art-open:focus-visible .view-label{opacity:1;transform:none}.art-caption{display:flex;align-items:baseline;justify-content:space-between;gap:16px;padding:15px 0 0}.art-caption h3{font-size:1rem;font-weight:500;line-height:1.4}.ratio-tag{font-size:0.75rem;color:var(--muted);font-variant-numeric:tabular-nums;white-space:nowrap}.is-wide .ratio-tag{color:#e8c658}.home-end{border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr auto;gap:40px;align-items:center}.home-end h2{font-size:clamp(2rem,4vw,3.625rem);margin-top:18px}.home-end p:not(.eyebrow){color:var(--muted);line-height:1.8;margin-bottom:20px}.text-link{display:inline-flex;gap:24px;border-bottom:1px solid #59606a;padding-bottom:6px}.text-link:hover{color:#82a6ff;border-color:var(--blue)}.frame-mark{border:1px solid #55505d;color:var(--yellow);padding:14px 48px;font-size:1.625rem;font-weight:700;transform:rotate(-7deg);letter-spacing:-.05em}.site-footer{border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:24px;padding:36px var(--gutter);font-size:0.8125rem;color:var(--muted)}.footer-brand{display:flex;align-items:center;gap:8px;color:var(--text);font-size:0.75rem;font-weight:700;letter-spacing:.02em}.footer-brand span{color:var(--red);margin-left:-6px}.site-footer>a:last-child{font-size:0.875rem;color:var(--text)}.site-footer>a:last-child span{color:var(--red);margin-left:12px}
dialog{color:var(--text);background:#101216;border:1px solid #32363e;padding:0;border-radius:6px;width:min(1600px,94vw);max-width:94vw;max-height:94dvh;box-shadow:0 30px 120px #0009}dialog::backdrop{background:#050608ed;backdrop-filter:blur(10px)}body.viewer-open{overflow:hidden}.viewer-shell{padding:20px 28px}.viewer-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.icon-button{border:1px solid #444a55;background:transparent;border-radius:50%;width:44px;height:44px;font-size:1.875rem;line-height:1}.icon-button:hover{background:#30353e}.viewer-stage{position:relative;display:flex;align-items:center;justify-content:center;min-height:80px;background:#08090b}.viewer-stage img{width:100%;height:auto;max-height:64dvh;object-fit:contain}.viewer-stage p{position:absolute;padding:12px;background:#090a0c}.viewer-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:22px}.viewer-bottom h2{font-size:1.625rem}.viewer-bottom p{font-size:0.875rem;color:var(--muted);margin-top:9px}.viewer-navigation{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);margin-top:22px;padding-top:12px;font-size:0.8125rem;color:var(--muted)}.text-button{background:none;border:0;padding:9px 0;font-size:0.875rem}.text-button:hover{color:white}
.page-heading{padding:64px var(--gutter) 52px;max-width:2560px;margin:auto}.page-heading h1{font-size:clamp(3.625rem,7vw,6.875rem);margin-top:20px;font-weight:700}.gallery-heading{display:flex;justify-content:space-between;align-items:end;gap:40px}.gallery-heading>p{font-size:1.0625rem;color:var(--muted);line-height:1.7;margin-bottom:7px}.gallery-section{max-width:2560px;margin:auto;padding:0 var(--gutter) 70px}.gallery-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:21px 0;border-top:1px solid var(--line);margin-bottom:18px}.filter-list{display:flex;gap:10px;flex-wrap:wrap}.filter{display:flex;align-items:center;gap:10px;border:1px solid #343942;background:transparent;min-height:44px;padding:10px 16px;border-radius:3px;font-size:0.875rem}.filter>span:last-child{color:#aeb7c6;font-size:0.75rem}.filter-name{color:var(--muted)}.filter:hover{border-color:#6883c7;background:#151c2c}.filter[aria-pressed=true]{border-color:#4a7fff;background:#173979;color:#fff}.filter[aria-pressed=true] span{color:#d4e0ff}#result-count{color:var(--muted);font-size:0.875rem;white-space:nowrap;font-variant-numeric:tabular-nums}.art-card[hidden]{display:none}.gallery-end{padding-top:60px;margin-top:45px;border-top:1px solid var(--line);display:flex;flex-direction:column;align-items:center;gap:20px;color:var(--muted);font-size:0.9375rem;text-align:center}.gallery-end .text-link{font-size:0.875rem;color:var(--text)}.noscript-note{padding:15px;background:var(--surface);margin-bottom:20px}.about-intro{display:grid;grid-template-columns:1.5fr 1fr;align-items:center;gap:80px;padding-top:70px;padding-bottom:80px}.about-intro h1{font-size:clamp(3.125rem,5.6vw,5.625rem);margin-top:24px}.about-lead{color:var(--muted);font-size:1.25rem;margin-top:30px;line-height:1.6}.about-symbol{position:relative;display:flex;flex-direction:column;align-items:center;padding:30px;border-left:1px solid var(--line)}.about-symbol img{width:min(100%,350px)}.symbol-caption{font-size:0.75rem;letter-spacing:.16em;color:var(--muted);margin-top:30px}.about-story{border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:80px}.about-story h2{font-size:clamp(2rem,3.4vw,3.375rem)}.about-story>div{max-width:640px}.about-story p{color:#bec4cd;font-size:1.125rem;line-height:1.8;margin-bottom:22px}.about-story .button{margin-top:12px}.format-section{border-top:1px solid var(--line)}.format-options{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:38px}.format-options>a{background:#111318;border:1px solid var(--line);padding:32px;display:flex;gap:34px;align-items:center}.format-options>a:hover{border-color:#5674c0;background:#151923}.format-diagram{border:2px solid #526891;flex-shrink:0;display:grid;place-items:center;width:120px;aspect-ratio:16/9;color:#a4bfff;font-size:1.25rem;letter-spacing:-.04em}.wide-format{aspect-ratio:32/9;color:var(--yellow);border-color:#71653b}.format-options h3{font-size:1.375rem;margin-bottom:9px}.format-options p{font-size:0.875rem;color:var(--muted)}.format-options span{display:inline-block;font-size:0.875rem;color:#afc6ff;margin-top:20px}
@media(min-width:1800px){.art-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.home-selection .art-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{margin-left:auto;margin-right:auto;width:calc(100% - 48px)}.section{padding-top:90px;padding-bottom:90px}}
@media(max-width:1050px){.header-note{display:none}.site-header{height:84px}.home-end{grid-template-columns:1fr 1fr}.frame-mark{display:none}.format-options>a{flex-direction:column;align-items:start}.about-intro{gap:40px}.about-story{gap:40px}}
@media(max-width:719px){.site-header{padding:0 20px;height:78px;gap:16px}.brand{font-size:0.6875rem;gap:7px}.brand img{width:34px;height:34px}.site-header nav{gap:19px}.site-header nav a{font-size:0.875rem}.hero{margin:0 12px}.hero-foot{padding:20px;display:block;font-size:0.875rem}.hero-foot p{max-width:280px}.hero-foot a{display:inline-block;margin-top:16px}.section{padding:44px 20px}.section-heading{align-items:start;flex-direction:column;margin-bottom:26px;gap:22px}.section-heading h2{font-size:1.9375rem;max-width:300px}.art-grid{grid-template-columns:1fr;gap:28px}.art-card.is-wide{grid-column:auto}.art-caption{padding-top:12px}.home-end{grid-template-columns:1fr;gap:24px}.home-end h2{font-size:2.625rem}.home-end br{display:none}.site-footer{padding:28px 20px;flex-wrap:wrap;gap:18px}.site-footer p{width:100%;order:3}.site-footer>a:last-child{font-size:0.8125rem}.viewer-shell{padding:14px}.viewer-bottom{align-items:start;flex-direction:column;gap:18px}.viewer-bottom h2{font-size:1.5rem}.viewer-bottom .button{width:100%}.viewer-stage img{max-height:52dvh}.viewer-top{margin-bottom:14px}}
@media(max-width:380px){.brand>span{max-width:88px;white-space:normal;font-size:0.625rem}.site-header nav{gap:15px}}
@media(max-width:719px){.page-heading{padding:34px 20px 30px}.page-heading h1{font-size:3.625rem;margin-top:16px}.page-heading .eyebrow{font-size:0.6875rem;letter-spacing:.1em}.gallery-heading{display:block}.gallery-heading>p{font-size:1rem;margin-top:22px}.gallery-heading>p br{display:none}.gallery-section{padding:0 20px 44px}.gallery-toolbar{display:block;margin-bottom:8px;padding:18px 0}.filter-list{gap:7px}.filter{padding:10px 12px;gap:8px}.filter-name{display:none}#result-count{margin-top:18px}.gallery-end{font-size:0.875rem;padding-top:35px}.about-intro{grid-template-columns:1fr;gap:25px;padding-top:35px}.about-intro h1{font-size:3rem}.about-lead{font-size:1.125rem;margin-top:24px}.about-symbol{border-left:0;padding:24px 0 0;align-items:start}.about-symbol img{width:140px}.symbol-caption{margin-top:18px}.about-story{grid-template-columns:1fr;gap:30px}.about-story h2{font-size:2.1875rem}.about-story h2 br{display:none}.about-story p{font-size:1.0625rem}.format-options{grid-template-columns:1fr;gap:18px}.format-options>a{flex-direction:row;padding:24px;gap:20px}.format-diagram{width:92px}.format-options h3{font-size:1.25rem}.format-options p{font-size:0.8125rem}.format-section h2{font-size:2rem}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

/* Text enlargement can wrap navigation without clipping. */
@media(max-width:719px){.site-header{height:auto;min-height:78px;padding-top:17px;padding-bottom:17px;flex-wrap:wrap;column-gap:12px;row-gap:10px}.site-header nav{flex-shrink:0}.site-header .brand{flex-shrink:0}.page-heading h1,.about-intro h1{overflow-wrap:anywhere}.format-options>a{flex-wrap:wrap}}

dialog.is-ultrawide{width:min(2800px,94vw)}
@media(min-width:381px) and (max-width:719px){.brand>span{max-width:104px;white-space:normal}}

@media(max-width:719px){.button{max-width:100%;white-space:normal;gap:16px}.button span{flex-shrink:0}.footer-brand{flex-wrap:wrap}}

@media(max-width:719px){h1,h2,h3{overflow-wrap:anywhere}.section-heading>div,.format-options>a>div{min-width:0}}
