html{scroll-behavior:smooth}:root{--bg:#fff;--bg-subtle:#f8f8f8;--bg-faint:#fafafa;--bg-hover:#f0f0f0;--bg-input:#fff;--fg:#111;--fg-2:#333;--fg-3:#444;--fg-4:#555;--fg-muted:#666;--fg-dim:#888;--fg-faint:#999;--border:#eee;--border-2:#ddd;--border-3:#ccc;--border-4:#e8e8e8;--active-bg:#222;--active-fg:#fff;--link:#06c}html[data-theme=dark]{--bg:#111;--bg-subtle:#1a1a1a;--bg-faint:#181818;--bg-hover:#272727;--bg-input:#1e1e1e;--fg:#e8e8e8;--fg-2:#ccc;--fg-3:#bbb;--fg-4:#aaa;--fg-muted:#888;--fg-dim:#717171;--fg-faint:#5e5e5e;--border:#282828;--border-2:#363636;--border-3:#3d3d3d;--border-4:#2e2e2e;--active-bg:#e8e8e8;--active-fg:#111;--link:#7ab4e8}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-color:var(--bg);color:#111;color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;transition:background-color .2s ease,color .2s ease}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body,html{margin:0;padding:0}*,:after,:before{box-sizing:inherit}.App{display:flex;flex-direction:column;min-height:100vh;text-align:center}.App-header{align-items:center;color:#000;display:flex;flex-direction:row;font-size:calc(10px + 2vmin);justify-content:center}.App-logo{height:calc(32px + 2vmin);margin-right:.5rem}.App-name{color:inherit;text-decoration:none;transition:transform .3s ease}.App-name:hover{text-decoration:none;transform:scale(1.1)}.App-logo,.App-name{transition:transform .3s ease}.App-logo:hover{transform:scale(1.1)}h1{font-size:2rem}main{align-items:center;display:flex;flex:1 1;flex-direction:column;width:100%}Section styles section{border:1px solid #ccc;box-shadow:0 4px 6px #0000001a;margin:1rem 0;padding:1rem}.gallery-links-outer{background:var(--bg);border-bottom:1px solid var(--border);-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 2rem,#000 calc(100% - 2rem),#0000);mask-image:linear-gradient(90deg,#0000 0,#000 2rem,#000 calc(100% - 2rem),#0000);position:sticky;top:57px;transition:background-color .2s ease,border-color .2s ease;width:100%;z-index:99}.gallery-links-wrap{-ms-overflow-style:none;display:flex;flex-direction:row;gap:.45rem;overflow-x:auto;padding:.55rem 2.5rem;scrollbar-width:none;white-space:nowrap}.gallery-links-wrap::-webkit-scrollbar{display:none}.gallery-link{background:#0000;border:1.5px solid var(--border-2);border-radius:0;color:var(--fg-4);cursor:pointer;flex-shrink:0;font-family:inherit;font-size:.85rem;letter-spacing:.02em;outline:none;padding:.35rem 1rem;transition:background .18s ease,color .18s ease,border-color .18s ease;white-space:nowrap}.gallery-link:focus-visible,.gallery-link:hover{background:var(--bg-subtle);border-color:var(--fg-2);color:var(--fg)}.gallery-link.active{background:var(--active-bg);border-color:var(--active-bg);color:var(--active-fg);font-weight:600}@media (max-width:600px){.gallery-links-outer{top:100px}.gallery-links-wrap{padding:.5rem 1.5rem}.gallery-link{font-size:.82rem;padding:.3rem .85rem}}.gallery{margin:0 0 50px;overflow:hidden;padding:0;width:100vw}.about{text-align:center}.about,.contact{align-self:stretch;width:100%}.contact{text-align:left}.contact-info{display:flex;flex-wrap:wrap;justify-content:center}.contact-info a{display:inline-block;margin:0 10px}.contact-info a img{height:25px;transition:transform .3s ease;width:auto}.contact-info a img:hover{transform:scale(1.2)}.App-footer{padding:.5rem;text-align:center;width:100%}@media (min-width:768px){.App-header{align-items:start;flex-direction:row;justify-content:flex-start}.App-logo{height:calc(64px + 2vmin);margin:5px 1rem 0 5px}.App-name{margin-bottom:0;margin-right:1rem}main{align-items:center;flex-direction:column;width:100%}.contact{margin:0;padding:1rem;width:auto}.contact-info{justify-content:flex-start;margin-bottom:0}.about,.contact-info{flex-direction:column}.about{align-self:stretch;padding:1rem;text-align:center;width:auto}.gallery-links{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin-bottom:1rem;text-align:center}.gallery-link{background-color:initial;border:none;color:#333;cursor:pointer;font-family:Arial,sans-serif;font-size:1rem;margin:0 .5rem;outline:none;padding:.5rem 1rem;transition:background-color .3s ease,color .3s ease}.gallery-link.active,.gallery-link:active,.gallery-link:focus,.gallery-link:hover{background-color:#333;border-color:#333;color:#fff}.App-footer{padding:.5rem;text-align:center;width:100%}}.navbar{background:var(--bg);border-bottom:1px solid var(--border);flex-direction:row;justify-content:space-between;padding:.5rem 1.5rem;position:sticky;top:0;transition:background-color .2s ease,border-color .2s ease;z-index:100}.navbar,.navbar-brand-link{align-items:center;display:flex}.navbar-brand-link{color:inherit;gap:.5rem;text-decoration:none;transition:transform .3s ease}.navbar-brand-link:hover{transform:scale(1.05)}.navbar-logo{height:2.5rem}.navbar-title{font-size:1.5rem;font-weight:700}.navbar-actions,.navbar-nav{display:flex;gap:.25rem}.navbar-actions{align-items:center}.lang-switcher{display:flex;gap:.1rem}.lang-btn{background:#0000;border:none;border-radius:.25rem;color:var(--fg-dim);cursor:pointer;font-family:inherit;font-size:.75rem;font-weight:500;letter-spacing:.04em;outline:none;padding:.3rem .45rem;transition:color .15s ease,background .15s ease}.lang-btn:hover{background:var(--bg-hover);color:var(--fg)}.lang-btn.active{background:var(--active-bg);color:var(--active-fg)}.nav-link{background:#0000;border:none;color:var(--fg-2);cursor:pointer;font-size:1rem;padding:.45rem 1rem;text-decoration:none;transition:background-color .15s ease,color .15s ease}.nav-link.active,.nav-link:hover{background-color:var(--active-bg);color:var(--active-fg)}.dark-toggle{align-items:center;background:#0000;border:none;border-radius:.25rem;color:var(--fg-2);cursor:pointer;display:flex;font-size:1.1rem;justify-content:center;line-height:1;margin-left:.25rem;padding:.3rem .45rem;transition:background .15s ease,color .15s ease}.dark-toggle:hover{background:var(--bg-hover);color:var(--fg)}@media (max-width:600px){.navbar{align-items:center;flex-direction:column;gap:.5rem;padding:.75rem 1rem}.navbar-logo{height:1.8rem}.navbar-title{font-size:1.2rem}.navbar-nav{flex-wrap:wrap}.lang-switcher,.navbar-actions,.navbar-nav{justify-content:center}}.app-footer{background:var(--bg-subtle);border-top:1px solid var(--border);color:var(--fg-muted);font-size:.85rem;padding:1rem;text-align:center;transition:background-color .2s ease,border-color .2s ease,color .2s ease;width:100%}*{box-sizing:border-box}.grid{margin:0 auto;position:relative}.grid:after{clear:both;content:"";display:block}.grid-item{box-sizing:border-box;cursor:pointer;overflow:hidden}.grid-item img{display:block}.grid-item img,.modal{height:100%;width:100%}.modal{align-items:center;background-color:#000000d9;display:flex;justify-content:center;left:0;padding:1rem 4.5rem;position:fixed;top:0;z-index:1000}.modal-panel{background:var(--bg);border-radius:.5rem;box-shadow:0 12px 48px #00000080;display:flex;flex-direction:column;max-height:88vh;max-width:min(88vw,960px);overflow:hidden;position:relative}.modal-img-wrap{align-items:center;background:#111;display:flex;flex:1 1;justify-content:center;min-height:0;overflow:hidden}.modal-content{display:block;max-height:72vh;max-width:100%;object-fit:contain}.modal-close{align-items:center;background:#0000008c;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;height:34px;justify-content:center;position:absolute;right:12px;top:10px;transition:background .2s ease;width:34px;z-index:1001}.modal-close:hover{background:#000c}.modal-footer{background:var(--bg);border-top:1px solid var(--border-4);padding:.85rem 1.25rem 1rem}.modal-footer-top{align-items:baseline;display:flex;gap:1rem;justify-content:space-between}.modal-title{color:var(--fg);font-size:.95rem;font-weight:600;line-height:1.3;margin:0}.modal-counter{color:var(--fg-faint);flex-shrink:0;font-size:.72rem;letter-spacing:.04em;white-space:nowrap}.modal-description{color:var(--fg-4);font-size:.82rem;font-style:italic;line-height:1.6;margin:.4rem 0 0}.modal-next,.modal-prev{background:#0000;border:none;color:#fff;cursor:pointer;font-size:3.5rem;line-height:1;opacity:.4;padding:1.25rem .6rem;position:absolute;top:50%;transform:translateY(-50%);transition:opacity .25s ease;-webkit-user-select:none;user-select:none;z-index:1002}.modal-next:hover,.modal-prev:hover{opacity:1}.modal-prev{left:.5rem}.modal-next{right:.5rem}@media (max-width:600px){.modal{padding:.5rem}.modal-next,.modal-prev{background:#00000059;border-radius:4px;font-size:2rem;opacity:.7;padding:.75rem .4rem}.modal-prev{left:.25rem}.modal-next{right:.25rem}}.page-status{color:#888}.page-not-found,.page-status{padding:3rem;text-align:center}.featured-post{background:var(--bg-faint);border-bottom:1px solid var(--border);box-sizing:border-box;padding:.75rem 1.5rem;transition:background-color .2s ease,border-color .2s ease;width:100%}.featured-post-link{align-items:center;color:inherit;display:flex;gap:1.25rem;margin:0 auto;max-width:960px;text-decoration:none}.featured-post-link:hover .featured-post-title{text-decoration:underline}.featured-post-cover{border-radius:4px;flex-shrink:0;height:74px;object-fit:cover;width:110px}.featured-post-info{display:flex;flex-direction:column;gap:.2rem}.featured-post-label{color:var(--fg-faint);font-size:.68rem;letter-spacing:.08em;text-transform:uppercase}.featured-post-title{color:var(--fg);font-size:1rem;font-weight:700;margin:0}.featured-post-date{color:var(--fg-dim);font-size:.78rem}.featured-post-cta{color:var(--fg-4);font-size:.83rem;margin-top:.15rem}@media (max-width:600px){.featured-post-cover{height:56px;width:76px}}.filter-bar{align-items:center;background:var(--bg-faint);border-bottom:1px solid var(--border);box-sizing:border-box;display:flex;flex-wrap:wrap;gap:.5rem;padding:.6rem 1rem;transition:background-color .2s ease,border-color .2s ease;width:100%}.filter-search{background:var(--bg-input);border:1px solid var(--border-3);border-radius:20px;color:var(--fg);font-size:.9rem;min-width:200px;outline:none;padding:.35rem 1rem;transition:border-color .2s ease,background-color .2s ease}.filter-search::placeholder{color:var(--fg-dim)}.filter-search:focus{border-color:var(--fg-2)}.filter-chips{display:flex;flex-wrap:wrap;gap:.3rem}.filter-chip{background:#0000;border:1px solid var(--border-3);border-radius:14px;color:var(--fg-4);cursor:pointer;font-size:.75rem;padding:3px 10px;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.filter-chip.active,.filter-chip:hover{background:var(--active-bg);border-color:var(--active-bg);color:var(--active-fg)}.about-page{box-sizing:border-box;margin:0 auto;max-width:700px;padding:3rem 1.5rem;text-align:center;width:100%}.about-page h1{font-size:2.5rem;margin-bottom:1.5rem}.about-bio{color:var(--fg-2);font-size:1.05rem;line-height:1.85;margin-bottom:2.5rem;text-align:left}.about-social{display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center}.about-social a{align-items:center;color:var(--fg);display:inline-flex;justify-content:center;transition:transform .3s ease,color .2s ease}.about-social a:hover{transform:scale(1.2)}.about-social a svg{fill:currentColor;display:block;height:30px;width:auto}.blog-list{box-sizing:border-box;margin:0 auto;max-width:960px;padding:2rem 1.5rem;width:100%}.blog-list-title{font-size:2rem;margin-bottom:2rem;text-align:center}.blog-list-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.blog-card{border:1px solid var(--border);border-radius:8px;color:inherit;display:flex;flex-direction:column;overflow:hidden;text-decoration:none;transition:box-shadow .3s ease,transform .2s ease,border-color .2s ease}.blog-card:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}.blog-card-cover{height:200px;object-fit:cover;width:100%}.blog-card-body{display:flex;flex-direction:column;gap:.4rem;padding:1rem}.blog-card-title{font-size:1.1rem;font-weight:700;margin:0}.blog-card-date{color:var(--fg-dim);font-size:.8rem}.blog-card-tags{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.2rem}.blog-tag{background:var(--bg-hover);border-radius:12px;color:var(--fg-4);font-size:.7rem;padding:2px 8px}.blog-post{box-sizing:border-box;margin:0 auto;max-width:800px;padding:2rem 1.5rem;width:100%}.blog-post-back{color:var(--fg-2);display:inline-block;font-size:.9rem;margin-bottom:1.5rem;text-decoration:none}.blog-post-back:hover{text-decoration:underline}.blog-post-cover{border-radius:8px;display:block;margin-bottom:1.5rem;max-height:420px;object-fit:cover;width:100%}.blog-post-header{margin-bottom:2rem}.blog-post-title{font-size:2rem;line-height:1.25;margin:0 0 .5rem}.blog-post-date{color:var(--fg-dim);display:block;font-size:.85rem;margin-bottom:.75rem}.blog-post-tags{display:flex;flex-wrap:wrap;gap:.3rem}.blog-post-content{color:var(--fg);line-height:1.8}.blog-post-content h2{font-size:1.4rem;margin-bottom:.6rem;margin-top:2rem}.blog-post-content h3{font-size:1.15rem;margin-bottom:.5rem;margin-top:1.5rem}.blog-post-content p{margin-bottom:1rem}.blog-post-content img{border-radius:4px;margin:1rem 0;max-width:100%}.exh-hero{background:#111;color:#fff;padding:4rem 1.5rem 3rem;text-align:center;width:100%}.exh-hero-inner{margin:0 auto;max-width:700px}.exh-meta-type{color:#aaa;font-size:.75rem;letter-spacing:.18em;margin:0 0 1rem;text-transform:uppercase}.exh-hero-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;letter-spacing:-.01em;line-height:1.15;margin:0 0 .5rem}.exh-hero-subtitle{color:#ccc;font-size:1.1rem;margin:0 0 1.5rem}.exh-hero-curator-credit{color:#f5e7c0;font-size:.98rem;font-style:italic;margin:0 0 1.2rem}.exh-hero-meta{align-items:center;color:#999;display:flex;flex-wrap:wrap;font-size:.85rem;gap:.4rem .6rem;justify-content:center;margin-bottom:1.5rem}.exh-hero-dot{color:#555}.exh-copyright{color:#666;font-size:.75rem;margin:0}.exh-section{padding:3rem 1.5rem;width:100%}.exh-section:last-child{border-bottom:none}.exh-section-inner{margin:0 auto;max-width:900px}.exh-section-title{border-bottom:2px solid var(--fg);font-size:clamp(1.2rem,3vw,1.7rem);font-weight:700;margin:0 0 1.25rem;padding-bottom:.6rem}.exh-sub-heading{color:var(--fg-2);font-size:1rem;font-weight:600;margin:1.5rem 0 .6rem}.exh-phase--1{border-left:4px solid #b8922a}.exh-phase--2{border-left:4px solid #3a78c9}.exh-phase--3{border-left:4px solid #4a8c5c}.exh-phase--4{border-left:4px solid #c47a8a}.exh-phase--5{border-left:4px solid #666}.exh-list{color:var(--fg-3);line-height:1.8;margin:0;padding-left:1.4rem}.exh-list li{margin-bottom:.25rem}.exh-list--ordered{list-style-type:decimal}.exh-intro-artist{border-left:3px solid var(--border-2);color:var(--fg-4);font-style:italic;margin-bottom:1rem;padding-left:1rem}.exh-paragraph{color:var(--fg-3);line-height:1.75;margin-bottom:1.25rem;text-align:justify}.exh-two-col{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-top:1rem}@media (max-width:640px){.exh-two-col{gap:1rem;grid-template-columns:1fr}}.exh-color-section{background:color-mix(in srgb,var(--section-bg) 8%,var(--bg));border-radius:.5rem;margin-bottom:2rem;padding:1.5rem;scroll-margin-top:80px}.exh-color-section-header{border-bottom:2px solid color-mix(in srgb,var(--section-bg) 40%,var(--border-2));color:var(--fg);font-size:1rem;font-weight:700;margin:0 0 1.25rem;padding-bottom:.5rem}.exh-works-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.exh-work-card{background:var(--bg-faint);border:1px solid var(--border);border-radius:.4rem;cursor:pointer;overflow:hidden;transition:box-shadow .18s ease,border-color .2s ease,background-color .2s ease}.exh-work-card:hover{box-shadow:0 4px 14px #0000001a}.exh-work-img{align-items:center;aspect-ratio:4/3;background:color-mix(in srgb,#aaa 10%,var(--bg-hover));background:color-mix(in srgb,var(--group-accent,#aaa) 10%,var(--bg-hover));display:flex;justify-content:center;overflow:hidden;width:100%}.exh-work-img img{height:100%;object-fit:cover;width:100%}.exh-work-placeholder-icon{font-size:2rem;opacity:.35}.exh-work-info{padding:.6rem .75rem .75rem}.exh-work-title{color:var(--fg);font-size:.78rem;font-weight:600;line-height:1.35;margin:0}.exh-table-wrap{overflow-x:auto}.exh-table{border-collapse:collapse;font-size:.88rem;width:100%}.exh-table th{background:#111;color:#fff;font-weight:600;padding:.55rem 1rem;text-align:left}.exh-table td{border-bottom:1px solid var(--border);color:var(--fg-3);padding:.55rem 1rem}.exh-table tr:last-child td{border-bottom:none}.exh-table tr:nth-child(2n) td{background:var(--bg-faint)}.exh-team-heading{color:var(--fg-dim);font-size:.9rem;letter-spacing:.08em;margin:0 0 1.25rem;text-transform:uppercase}.exh-team-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.exh-team-card{background:var(--bg-faint);border:1px solid var(--border);border-radius:.4rem;padding:1.25rem 1.25rem 1rem;transition:background-color .2s ease,border-color .2s ease}.exh-team-role{border-bottom:2px solid var(--border-4);color:var(--fg);font-size:1rem;font-weight:700;margin:0 0 .75rem;padding-bottom:.5rem}@media (max-width:600px){.exh-hero{padding:2.5rem 1rem 2rem}.exh-section{padding:2rem 1rem}.exh-phase--1,.exh-phase--2,.exh-phase--3,.exh-phase--4,.exh-phase--5{border-left:none;border-top:3px solid}.exh-works-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}}.exh-modal-overlay{align-items:center;animation:fadeIn .2s ease-out;background:color-mix(in srgb,#111 20%,#080808);background:color-mix(in srgb,var(--modal-accent,#111) 20%,#080808);bottom:0;display:flex;justify-content:center;left:0;padding:1rem 4.5rem;position:fixed;right:0;top:0;z-index:1000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.exh-modal{background:var(--bg);border-radius:.5rem;box-shadow:0 12px 48px #00000080;display:flex;flex-direction:column;max-height:88vh;max-width:min(88vw,960px);overflow:hidden;position:relative}.exh-modal-close{align-items:center;background:#0000008c;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1rem;height:34px;justify-content:center;position:absolute;right:12px;top:12px;transition:background .2s ease;width:34px;z-index:1001}.exh-modal-close:hover{background:#000c}.exh-modal-content{align-items:center;background:#111;display:flex;flex:1 1;justify-content:center;min-height:180px;overflow:hidden}.exh-modal-content img{display:block;max-height:72vh;max-width:100%;object-fit:contain}.exh-modal-footer{background:var(--bg);border-top:1px solid var(--border-4);padding:.85rem 1.25rem 1rem}.exh-modal-footer-top{align-items:baseline;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.4rem}.exh-modal-title{color:var(--fg);font-size:.95rem;font-weight:600;line-height:1.3;margin:0}.exh-modal-counter{color:var(--fg-faint);flex-shrink:0;font-size:.72rem;letter-spacing:.04em;white-space:nowrap}.exh-modal-description{color:var(--fg-4);font-size:.82rem;font-style:italic;line-height:1.6;margin:0}.exh-modal-nav{background:#0000;border:none;color:#fff;cursor:pointer;font-size:3.5rem;line-height:1;opacity:.3;padding:1.25rem .6rem;position:absolute;top:50%;transform:translateY(-50%);transition:opacity .25s ease;-webkit-user-select:none;user-select:none;z-index:1002}.exh-modal-nav:hover{opacity:1}.exh-modal-prev{left:.5rem}.exh-modal-next{right:.5rem}@media (max-width:600px){.exh-modal-overlay{padding:.5rem}.exh-modal-nav{background:#00000059;border-radius:4px;font-size:2rem;opacity:.7;padding:.75rem .4rem}.exh-modal-prev{left:.25rem}.exh-modal-next{right:.25rem}}.exh-panoramic-section{align-items:center;background:var(--bg-subtle);border-bottom:1px solid var(--border);display:flex;justify-content:center;margin-left:calc(-50vw + 50%);overflow:hidden;padding:2rem 1.5rem;transition:background-color .2s ease,border-color .2s ease}.exh-panoramic-img{border-radius:.5rem;box-shadow:0 2px 12px #0000001a;display:block;height:auto;max-width:900px;width:100%}@media (max-width:900px){.exh-panoramic-section{padding:1.5rem 1rem}}html[data-theme=dark] .exh-list-card{background:#1c1c1c;border:1px solid #333}html[data-theme=dark] .exh-list-card-cover{background:#242424}.exh-list-grid{grid-gap:1.75rem;display:grid;gap:1.75rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));margin-top:.5rem}.exh-list-card{background:#111;border-radius:.5rem;color:#fff;display:flex;flex-direction:column;overflow:hidden;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.exh-list-card:hover{box-shadow:0 12px 32px #00000059;transform:translateY(-4px)}.exh-list-card-cover{aspect-ratio:3/2;background:#1a1a1a;overflow:hidden;width:100%}.exh-list-card-cover img{height:100%;object-fit:cover;transition:transform .35s ease;width:100%}.exh-list-card:hover .exh-list-card-cover img{transform:scale(1.03)}.exh-list-card-body{display:flex;flex-direction:column;gap:.3rem;padding:1.25rem 1.5rem 1.5rem}.exh-list-card-type{color:#888;font-size:.72rem;letter-spacing:.14em;margin:0;text-transform:uppercase}.exh-list-card-title{color:#fff;font-size:clamp(1.1rem,2.5vw,1.4rem);font-weight:700;line-height:1.2;margin:0}.exh-list-card-period{color:#aaa;font-size:.82rem;margin:0}.exh-list-card-cta{color:#ccc;display:inline-block;font-size:.82rem;letter-spacing:.04em;margin-top:.75rem;transition:color .15s ease}.exh-list-card:hover .exh-list-card-cta{color:#fff}@media (max-width:640px){.exh-list-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=main.791badc4.css.map*/