/**handles:adm-exhibition,adm-filter-bar,contact-form-7**/
:root{--adm-bg:#ffffff;--adm-card-bg:#ffffff;--adm-card-border:#e4e4e4;--adm-meta-border:#eeeeee;--adm-text:#1a1a1a;--adm-text-h1:#ff0000;--adm-text-h2:#cc0000;--adm-text-h3:#990000;--adm-text-secondary:#444444;--adm-text-muted:#666666;--adm-text-light:#888888;--adm-btn-bg:#1a1a1a;--adm-btn-text:#ffffff;--adm-btn-hover-bg:#444444;--adm-link-color:#1a1a1a;--adm-secondary:var(--gcid-secondary-color, #2ea3f2);--adm-badge-available:#27ae60;--adm-badge-for-sale:#2471a3;--adm-badge-reserved:#e67e22;--adm-badge-sold:#c0392b;--adm-badge-nfs:#7f8c8d;--adm-badge-prints:#6c5ce7;--adm-badge-now-on:#27ae60;--adm-badge-upcoming:#2980b9;--adm-badge-past:#7f8c8d;--adm-badge-archived:#95a5a6;--adm-badge-overlay-available:var(--adm-badge-available);--adm-badge-overlay-for-sale:var(--adm-badge-for-sale);--adm-badge-overlay-reserved:var(--adm-badge-reserved);--adm-badge-overlay-sold:var(--adm-badge-sold);--adm-badge-overlay-nfs:var(--adm-badge-nfs);--adm-badge-overlay-prints:var(--adm-badge-prints);--adm-filter-bg:#f7f7f7;--adm-filter-border:#e0e0e0;--adm-filter-fg:#e4e4e4;--adm-input-bg:#ffffff;--adm-input-border:#cccccc;--adm-badge-bg:#1d6fa4;--adm-featured-image-max-height:clamp(200px, 70vh, 800px);--adm-font-h1:30px;--adm-font-h2:26px;--adm-font-h3:22px}.adm-exhibition-hero{width:80%;height:var(--adm-featured-image-max-height);background-size:contain;background-position:center;background-repeat:no-repeat;margin-bottom:0}.adm-archive-wrap{max-width:1200px;margin:0 auto;padding:2.5rem 1.5rem 4rem}.adm-archive-header{margin-bottom:1.5rem}.adm-archive-title{font-size:var(--adm-font-h1);margin:0 0 .6rem;line-height:1.2;color:var(--adm-text-h1)}.adm-exhibition-wrap{max-width:1200px;margin:0 auto;padding:2.5rem 1.5rem 4rem}.adm-exhibition-header{margin-bottom:2.5rem}.adm-exhibition-title{font-size:var(--adm-font-h1);margin:0 0 .6rem;line-height:1.2;color:var(--adm-text-h1)}.adm-exhibition-meta{display:flex;flex-wrap:wrap;gap:0 1.5rem;margin-bottom:1rem}.adm-exhibition-dates,.adm-exhibition-location{font-size:.9rem;color:var(--adm-text-muted);margin:0}.adm-exhibition-location::before{content:'📍 '}.adm-exhibition-location a{color:inherit;text-decoration:underline dotted}.adm-exhibition-location a:hover{color:var(--adm-text)}.adm-exhibition-description,.adm-exhibition-intro{font-size:1rem;color:var(--adm-text-secondary);max-width:72ch;line-height:1.65}.adm-exhibition-intro>:first-child{margin-top:0}.adm-exhibition-intro>:last-child{margin-bottom:0}.adm-exhibition-intro a{color:var(--adm-link-color);text-decoration:underline}.adm-exhibition-intro a:hover{color:var(--adm-btn-bg)}.adm-exhibition-wrap>.adm-latest-exhibition{margin-bottom:2.5rem}.adm-artwork-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.75rem;margin:2rem 0}.adm-artwork-card{background:var(--adm-card-bg);border:1px solid var(--adm-card-border);border-radius:4px;overflow:hidden;transition:box-shadow .2s ease}.adm-artwork-card:hover{box-shadow:0 4px 18px rgba(0,0,0,.1)}.adm-artwork-card__image-wrap{position:relative;aspect-ratio:4/3;overflow:hidden;background:var(--adm-filter-bg)}.adm-artwork-card__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.adm-artwork-card:hover .adm-artwork-card__image{transform:scale(1.03)}.adm-artwork-status--sold .adm-artwork-card__image-wrap{opacity:.72}.adm-artwork-card__status-badge{position:absolute;top:8px;left:8px;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:3px 8px;border-radius:3px;color:#fff;line-height:1.5;z-index:2}.adm-artwork-card__status-badge--available{background:var(--adm-badge-overlay-available)}.adm-artwork-card__status-badge--for_sale{background:var(--adm-badge-overlay-for-sale)}.adm-artwork-card__status-badge--reserved{background:var(--adm-badge-overlay-reserved)}.adm-artwork-card__status-badge--sold{background:var(--adm-badge-overlay-sold)}.adm-artwork-card__status-badge--not_for_sale{background:var(--adm-badge-overlay-nfs)}.adm-artwork-card__prints-badge{position:absolute;bottom:.5rem;left:.5rem;background:var(--adm-badge-overlay-prints);color:#fff;font-size:.7rem;font-weight:600;letter-spacing:.03em;padding:.2rem .55rem;border-radius:3px;border:none;cursor:pointer;line-height:1.4;z-index:2}.adm-artwork-card__prints-badge:hover{opacity:.88}.adm-artwork-card__details{padding:.9rem 1rem 1rem}.adm-artwork-card__details p{padding-bottom:0}.adm-artwork-card__title{font-size:var(--adm-font-h3);font-weight:600;margin:0 0 .3rem;line-height:1.3;color:var(--adm-text-h3)}.adm-artwork-card__title a{color:inherit;text-decoration:none}.adm-artwork-card__title a:hover{text-decoration:underline}.adm-artwork-card__artist{font-size:.85rem;color:var(--adm-text-secondary);font-style:italic;margin:0 0 .2rem}.adm-artwork-card__meta{font-size:.82rem;color:var(--adm-text-muted);margin:0 0 .1rem}.adm-artwork-card__price{font-size:1rem;font-weight:700;color:var(--adm-text);margin:.35rem 0 0}.adm-artwork-card__title-overlay{position:absolute;inset:0;z-index:1;display:block}.adm-artwork-card__status-badge{z-index:3}a.adm-artwork-card__status-badge,button.adm-artwork-card__status-badge{cursor:pointer;border:none;font-family:inherit;text-decoration:none}a.adm-artwork-card__status-badge:hover,button.adm-artwork-card__status-badge:hover{filter:brightness(1.15)}.adm-available-modal{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem}.adm-available-modal[hidden]{display:none}.adm-available-modal__box{background:var(--adm-card-bg);border:1px solid var(--adm-card-border);border-radius:8px;padding:1.75rem 2rem;max-width:480px;width:100%;position:relative}.adm-available-modal__close{position:absolute;top:.75rem;right:1rem;background:0 0;border:none;font-size:1.5rem;line-height:1;cursor:pointer;color:var(--adm-text-muted);padding:0}.adm-available-modal__close:hover{color:var(--adm-text)}.adm-available-modal__title{font-size:var(--adm-font-h3);font-weight:700;margin:0 0 .85rem;color:var(--adm-text-h3);padding-right:1.5rem}.adm-available-modal__artwork{font-size:.95rem;color:var(--adm-text-secondary);margin:0 0 .9rem;line-height:1.5}.adm-available-modal__contact-intro{font-size:.88rem;color:var(--adm-text-muted);margin:0 0 .35rem}.adm-available-modal__contact{font-size:.95rem;color:var(--adm-text);margin:0;line-height:1.9}.adm-available-modal__contact a{color:var(--adm-text);text-decoration:underline dotted}.adm-available-modal__contact a:hover{color:var(--adm-text-muted)}.adm-artwork-card__buy-btn{display:inline-block;margin-top:.6rem;padding:.4rem 1rem;font-size:.82rem;font-weight:600;color:var(--adm-btn-text);background:var(--adm-btn-bg);border-radius:3px;text-decoration:none;transition:background .15s ease}.adm-artwork-card__buy-btn:hover{background:var(--adm-btn-hover-bg);color:var(--adm-btn-text)}.adm-pagination{margin-top:3rem;text-align:center}.adm-artwork-grid__empty{color:var(--adm-text-muted);font-style:italic;padding:2rem 0}@media (max-width:600px){.adm-artwork-grid{grid-template-columns:1fr 1fr;gap:1rem}.adm-artwork-card__details{padding:.6rem .7rem .7rem}.adm-exhibition-wrap{padding:1.5rem 1rem 3rem}}@media (max-width:380px){.adm-artwork-grid{grid-template-columns:1fr}}.adm-exhibition-archive-section{margin-bottom:3rem}.adm-exhibition-archive-section__heading{font-size:var(--adm-font-h2);font-weight:600;color:var(--adm-text-h2);margin:0 0 .25rem;padding-bottom:.5rem;border-bottom:2px solid var(--adm-card-border)}.adm-exhibition-archive-section--previous .adm-exhibition-archive-section__heading{color:var(--adm-text-secondary)}.adm-exhibition-archive-grid__empty{color:var(--adm-text-muted);font-style:italic;padding:2rem 0}.adm-latest-exhibition--fallback .adm-latest-exhibition__fallback-image{width:100%;height:auto;display:block}.adm-local-exhibitions-empty{max-width:640px;margin:0 auto;padding:2rem 0;text-align:center}.adm-local-exhibitions-empty__image{max-width:100%;height:auto;border-radius:6px;margin-bottom:1.25rem}.adm-local-exhibitions-empty__text{color:var(--adm-text-secondary);font-size:1rem;line-height:1.6}.adm-local-exhibitions-empty__text a{color:var(--adm-link-color);text-decoration:underline}
.adm-archive-wrap{max-width:1200px;margin:0 auto;padding:2.5rem 1.5rem 4rem}.adm-archive-header{margin-bottom:1.5rem}.adm-archive-title{font-size:var(--adm-font-h1);margin:0 0 .6rem;line-height:1.2;color:var(--adm-text-h1)}.adm-featured-artist-separator{border:none;border-top:1px solid var(--adm-card-border);margin:0 0 2.5rem}.adm-filter-bar{background:var(--adm-filter-bg);border:1px solid var(--adm-filter-border);border-radius:6px;padding:1rem 1.25rem 1rem;margin-bottom:2rem}.adm-filter-bar__fields{display:flex;flex-wrap:wrap;gap:.75rem 1rem;align-items:flex-end}.adm-filter-bar__field{display:flex;flex-direction:column;gap:.3rem;min-width:140px;flex:1 1 140px}.adm-filter-bar__field--price{min-width:200px;flex:1 1 200px}.adm-filter-bar__label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--adm-text-muted)}.adm-filter-bar__input,.adm-filter-bar__select{font-size:.875rem;padding:.4rem .65rem;border:1px solid var(--adm-input-border);border-radius:4px;background:var(--adm-input-bg);color:var(--adm-text);width:100%;box-sizing:border-box;height:36px}.adm-filter-bar__input:focus,.adm-filter-bar__select:focus{outline:0;border-color:var(--adm-text-muted);box-shadow:0 0 0 2px rgba(0,0,0,.08)}.adm-filter-bar__price-range{display:flex;align-items:center;gap:.4rem}.adm-filter-bar__price-range .adm-filter-bar__input{flex:1}.adm-filter-bar__price-sep{font-size:.85rem;color:var(--adm-text-muted);flex-shrink:0}.adm-filter-bar__actions{display:flex;align-items:center;gap:.75rem;margin-top:.9rem;flex-wrap:wrap}.adm-filter-bar__submit{padding:.45rem 1.3rem;font-size:.875rem;font-weight:600;color:var(--adm-btn-text);background:var(--adm-btn-bg);border:none;border-radius:4px;cursor:pointer;transition:background .15s ease}.adm-filter-bar__submit:hover{background:var(--adm-btn-hover-bg)}.adm-filter-bar__clear{font-size:.82rem;color:var(--adm-text-muted);text-decoration:underline;cursor:pointer}.adm-filter-bar__clear:hover{color:var(--adm-text)}.adm-artist-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2rem;margin:1.5rem 0}.adm-artist-card{background:var(--adm-card-bg);border:1px solid var(--adm-card-border);border-radius:6px;overflow:hidden;transition:box-shadow .2s ease}.adm-artist-card:hover{box-shadow:0 4px 18px rgba(0,0,0,.1)}.adm-artist-card__photo-link{display:block;aspect-ratio:3/2;overflow:hidden;background:var(--adm-filter-bg)}.adm-artist-card__photo{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.adm-artist-card:hover .adm-artist-card__photo{transform:scale(1.03)}.adm-artist-card__info{padding:1rem 1.1rem 1.2rem}.adm-artist-card__name{font-size:var(--adm-font-h2);font-weight:600;margin:0 0 .4rem;line-height:1.3;color:var(--adm-text)}.adm-artist-card__name a{color:inherit;text-decoration:none}.adm-artist-card__name a:hover{text-decoration:underline}.adm-artist-card__statement{font-size:.85rem;color:var(--adm-text-secondary);margin:0 0 .5rem;line-height:1.5}.adm-artist-card__count{font-size:.78rem;color:var(--adm-text-light);margin:0 0 .7rem}.adm-artist-card__link{font-size:.82rem;font-weight:600;color:var(--adm-text);text-decoration:underline}.adm-artist-card__link:hover{color:var(--adm-text-muted)}.adm-exhibitions-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));justify-content:center;gap:2rem;margin:1.5rem 0}.adm-exhibitions-list.adm-columns-1{grid-template-columns:1fr}.adm-exhibitions-list.adm-columns-2{grid-template-columns:repeat(auto-fit,minmax(340px,1fr))}.adm-exhibitions-list.adm-columns-3{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.adm-exhibitions-list.adm-columns-4{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.adm-badge{display:inline-block;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:3px 8px;border-radius:3px;color:#fff;line-height:1.5;vertical-align:middle;margin-bottom:.5rem}.adm-badge--now-on{background:var(--adm-badge-now-on)}.adm-badge--upcoming{background:var(--adm-badge-upcoming)}.adm-badge--past{background:var(--adm-badge-past)}.adm-badge--archived{background:var(--adm-badge-archived)}.adm-badge--pulse{animation:adm-pulse 2s ease-in-out infinite}@keyframes adm-pulse{0%,100%{box-shadow:0 0 0 0 rgba(39,174,96,.55)}50%{box-shadow:0 0 0 6px rgba(39,174,96,0)}}.adm-latest-exhibition{max-width:680px;margin:0 auto}.adm-latest-exhibition__image-link{display:block;overflow:hidden;max-height:960px}.adm-latest-exhibition__image{width:100%;height:auto;display:block;transition:transform .3s ease}.adm-latest-exhibition__body{padding:1.25rem 1.4rem 1.5rem}.adm-latest-exhibition__title{font-size:var(--adm-font-h2);font-weight:600;margin:0 0 .4rem;line-height:1.25;color:var(--adm-text-h3)}.adm-latest-exhibition__title a{color:inherit;text-decoration:none}.adm-latest-exhibition__title a:hover{text-decoration:underline}.adm-latest-exhibition__dates{font-size:.9rem;color:var(--adm-text-secondary);margin:0 0 .3rem}.adm-latest-exhibition__location{font-size:.85rem;color:var(--adm-text-muted);margin:0 0 1rem}.adm-latest-exhibition__location::before{content:'📍 '}.adm-latest-exhibition__location a{color:inherit;text-decoration:underline dotted}.adm-latest-exhibition__location a:hover{color:var(--adm-text)}.adm-latest-exhibition__description{font-size:.9rem;color:var(--adm-text);line-height:1.6;margin:.5rem 0 .75rem}.adm-latest-exhibition__description>:first-child{margin-top:0}.adm-latest-exhibition__description>:last-child{margin-bottom:0}.adm-latest-exhibition__link{display:inline-block;margin-top:.6rem;padding:.45rem 1.2rem;font-size:.875rem;font-weight:600;color:var(--adm-btn-text);background:var(--adm-btn-bg);border-radius:4px;text-decoration:none;transition:background .15s ease}.adm-latest-exhibition__link:hover{background:var(--adm-btn-hover-bg);color:var(--adm-btn-text)}.adm-latest-exhibition__card{display:flex;flex-direction:column;background:var(--adm-card-bg);border:1px solid var(--adm-card-border);border-radius:6px;overflow:hidden;transition:box-shadow .2s ease;max-width:680px;margin-left:auto;margin-right:auto;width:100%}.adm-latest-exhibition__card:hover{box-shadow:0 4px 18px rgba(0,0,0,.1)}.adm-latest-exhibition__card:hover .adm-latest-exhibition__image{transform:scale(1.02)}.adm-latest-exhibition--two-up{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:none;margin:0 auto}@media (max-width:640px){.adm-latest-exhibition--two-up{grid-template-columns:1fr}}.adm-exhibitions-carousel{position:relative;margin:1.5rem 0;--adm-carousel-gap:2rem}.adm-exhibitions-carousel__viewport{overflow:hidden}.adm-exhibitions-carousel__track{display:flex;gap:var(--adm-carousel-gap);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding-bottom:2px;scrollbar-width:none}.adm-exhibitions-carousel__track::-webkit-scrollbar{display:none}.adm-exhibitions-carousel__slide{scroll-snap-align:start;flex:0 0 calc((100% - (var(--adm-carousel-cols-mobile,1) - 1) * var(--adm-carousel-gap))/ var(--adm-carousel-cols-mobile,1));min-width:0}@media (min-width:641px){.adm-exhibitions-carousel__slide{flex-basis:calc((100% - (var(--adm-carousel-cols-desktop,2) - 1) * var(--adm-carousel-gap))/ var(--adm-carousel-cols-desktop,2))}}.adm-exhibitions-carousel__arrow{display:none;position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:40px;height:40px;border:1px solid var(--adm-card-border);border-radius:50%;background:var(--adm-card-bg);color:var(--adm-text);font-size:1.25rem;line-height:1;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.12)}.adm-exhibitions-carousel__arrow:hover{background:var(--adm-btn-bg);color:var(--adm-btn-text);border-color:var(--adm-btn-bg)}.adm-exhibitions-carousel__arrow--prev{left:-8px}.adm-exhibitions-carousel__arrow--next{right:-8px}.adm-exhibitions-carousel__arrow[hidden]{display:none}.adm-exhibitions-carousel__arrow:not([hidden]){display:flex;align-items:center;justify-content:center}.adm-exhibitions-carousel__dots{display:none;justify-content:center;gap:8px;margin-top:1rem}.adm-exhibitions-carousel__dots:not([hidden]){display:flex}.adm-exhibitions-carousel__dot{width:8px;height:8px;padding:0;border:none;border-radius:50%;background:var(--adm-card-border);cursor:pointer}.adm-exhibitions-carousel__dot--active{background:var(--adm-btn-bg)}@media (max-width:480px){.adm-exhibitions-carousel__arrow--prev{left:4px}.adm-exhibitions-carousel__arrow--next{right:4px}}.adm-countdown{display:flex;gap:.75rem;margin:.5rem 0 .75rem;align-items:flex-start;width:100%;justify-content:space-around}.adm-countdown__unit{display:flex;flex-direction:column;align-items:center;flex:1;min-width:44px}.adm-countdown__num{font-size:1.6rem;font-weight:700;line-height:1;color:var(--adm-text)}.adm-countdown__label{font-size:.62rem;text-transform:uppercase;letter-spacing:.08em;color:var(--adm-text-muted);margin-top:.2rem}@media (max-width:600px){.adm-filter-bar__fields{gap:.6rem}.adm-filter-bar__field{min-width:calc(50% - .5rem);flex-basis:calc(50% - 0.5rem)}.adm-filter-bar__field--price{min-width:100%;flex-basis:100%}.adm-artist-grid{grid-template-columns:1fr 1fr;gap:1.25rem}.adm-exhibitions-list{grid-template-columns:1fr}.adm-archive-wrap{padding:1.5rem 1rem 3rem}}@media (max-width:400px){.adm-artist-grid{grid-template-columns:1fr}}.adm-exhibition-ends-label{font-size:.8rem;color:var(--adm-text-muted);margin:.4rem 0 0;text-transform:uppercase;letter-spacing:.04em}.adm-filter-bar__checkbox-label{display:flex;align-items:center;gap:.4rem;font-size:.875rem;cursor:pointer;padding-top:4px}.adm-filter-bar__checkbox-label input[type=checkbox]{width:16px;height:16px;cursor:pointer;flex-shrink:0}
.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal!important;word-break:normal!important}.wpcf7 .hidden-fields-container{display:none}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.aborted .wpcf7-response-output,.wpcf7 form.failed .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.wpcf7-list-item-label::after,.wpcf7-list-item-label::before{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner::before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@media (prefers-reduced-motion:reduce){.wpcf7-spinner::before{animation-name:blink;animation-duration:2s}}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 [inert]{opacity:.5}.wpcf7 input[type=file]{cursor:pointer}.wpcf7 input[type=file]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type=email],.wpcf7 input[type=tel],.wpcf7 input[type=url]{direction:ltr}.wpcf7-reflection>output{display:list-item;list-style:none}.wpcf7-reflection>output[hidden]{display:none}