/* Self-contained legal bundle v4 */

/* gallery-system.css */
/*
 * Orkun Ozan (Himmet ÖCAL) Art Gallery
 * Public Design System v1
 *
 * Editorial, warm, image-first interface based on the approved public UX direction.
 * This file owns tokens and reusable components. Page-specific layout stays outside it.
 */

:root{
  color-scheme:light;
  --g-bg:#f8f6f1;
  --g-surface:#fffdfa;
  --g-surface-soft:#f2eee6;
  --g-text:#171613;
  --g-text-soft:#4f4a42;
  --g-muted:#777066;
  --g-faint:#9b9489;
  --g-line:#dcd6cc;
  --g-line-strong:#c9c0b2;
  --g-gold:#b88737;
  --g-gold-deep:#956a28;
  --g-danger:#a54a43;
  --g-success:#48745a;

  --g-font-display:"Iowan Old Style","Baskerville","Times New Roman",serif;
  --g-font-sans:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;

  --g-fs-xs:.72rem;
  --g-fs-sm:.82rem;
  --g-fs-base:.95rem;
  --g-fs-md:1.08rem;
  --g-fs-lg:1.35rem;
  --g-fs-xl:2rem;
  --g-fs-page-title:clamp(2.6rem,4.2vw,4.35rem);
  --g-fs-2xl:clamp(2.8rem,5.6vw,5.7rem);
  --g-fs-hero:clamp(3.8rem,7.4vw,7.9rem);

  --g-space-1:.35rem;
  --g-space-2:.6rem;
  --g-space-3:.9rem;
  --g-space-4:1.25rem;
  --g-space-5:1.75rem;
  --g-space-6:2.4rem;
  --g-space-7:3.2rem;
  --g-space-8:4.5rem;
  --g-space-9:6.5rem;

  --g-container:1500px;
  --g-copy:760px;
  --g-radius-sm:4px;
  --g-radius-md:8px;
  --g-shadow-soft:0 18px 50px rgba(37,29,18,.06);
  --g-transition:160ms ease;
}

html{background:var(--g-bg);color:var(--g-text);font-family:var(--g-font-sans);text-rendering:optimizeLegibility}
body{margin:0;background:var(--g-bg);color:var(--g-text)}
body::selection{background:#dfc89f;color:#1a1711}

.g-shell{width:min(var(--g-container),calc(100% - 48px));margin-inline:auto}
.g-copy{max-width:var(--g-copy)}
.g-rule{border:0;border-top:1px solid var(--g-line);margin:0}
.g-muted{color:var(--g-muted)}
.g-gold{color:var(--g-gold-deep)}
.g-serif{font-family:var(--g-font-display)}

.g-eyebrow{
  color:var(--g-gold-deep);
  font-size:var(--g-fs-xs);
  font-weight:700;
  letter-spacing:.16em;
  line-height:1.4;
  text-transform:uppercase;
}

.g-display{
  margin:0;
  font-family:var(--g-font-display);
  font-size:var(--g-fs-hero);
  font-weight:400;
  letter-spacing:-.055em;
  line-height:.92;
}

.g-title{
  margin:0;
  font-family:var(--g-font-display);
  font-size:var(--g-fs-2xl);
  font-weight:400;
  letter-spacing:-.045em;
  line-height:.96;
}

.g-section-title{
  margin:0;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.07em;
  line-height:1.2;
  text-transform:uppercase;
}

.g-section-title::after{
  content:"";
  display:block;
  width:30px;
  height:1px;
  margin-top:12px;
  background:var(--g-gold);
}

.g-prose{color:var(--g-text-soft);font-size:1.02rem;line-height:1.82}
.g-prose p:first-child{margin-top:0}
.g-prose p:last-child{margin-bottom:0}

.g-link{
  display:inline-flex;
  align-items:center;
  gap:12px;
  min-height:40px;
  color:var(--g-text);
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.075em;
  text-decoration:none;
  text-transform:uppercase;
}
.g-link::after{content:"→";color:var(--g-gold);font-size:1.35em;line-height:1;transition:transform var(--g-transition)}
.g-link:hover::after,.g-link:focus-visible::after{transform:translateX(4px)}

.g-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px;
  border:1px solid var(--g-text);
  border-radius:0;
  background:var(--g-text);
  color:var(--g-surface);
  font:700 .78rem/1 var(--g-font-sans);
  letter-spacing:.055em;
  text-decoration:none;
  text-transform:uppercase;
  cursor:pointer;
  transition:background var(--g-transition),color var(--g-transition),border-color var(--g-transition);
}
.g-button:hover,.g-button:focus-visible{background:transparent;color:var(--g-text)}
.g-button.is-quiet{background:transparent;color:var(--g-text);border-color:var(--g-line-strong)}
.g-button.is-quiet:hover,.g-button.is-quiet:focus-visible{border-color:var(--g-text)}

.g-icon-button{
  width:42px;
  height:42px;
  display:inline-grid;
  place-items:center;
  border:1px solid transparent;
  border-radius:50%;
  background:transparent;
  color:var(--g-text);
  text-decoration:none;
  cursor:pointer;
}
.g-icon-button:hover,.g-icon-button:focus-visible{border-color:var(--g-line-strong);background:var(--g-surface)}

/* Header */
.g-header{
  min-height:86px;
  display:grid;
  grid-template-columns:minmax(240px,1fr) auto auto;
  align-items:center;
  gap:32px;
  border-bottom:1px solid var(--g-line);
}
.g-brand{display:inline-flex;flex-direction:column;width:max-content;color:var(--g-text);text-decoration:none}
.g-brand-main{font-family:var(--g-font-display);font-size:1.75rem;letter-spacing:.055em;line-height:1;text-transform:uppercase}
.g-brand-sub{margin-top:5px;color:var(--g-gold-deep);font-family:var(--g-font-display);font-size:.68rem;letter-spacing:.48em;line-height:1;text-indent:.48em;text-transform:uppercase}
.g-nav,.g-langs,.g-actions{display:flex;align-items:center}
.g-nav{gap:30px}
.g-nav a,.g-langs a{
  position:relative;
  min-height:38px;
  display:inline-flex;
  align-items:center;
  color:var(--g-text);
  font-size:.76rem;
  font-weight:650;
  text-decoration:none;
  text-transform:uppercase;
  white-space:nowrap;
}
.g-nav a::after,.g-langs a::after{content:"";position:absolute;left:0;right:0;bottom:1px;height:1px;background:var(--g-gold);transform:scaleX(0);transform-origin:left;transition:transform var(--g-transition)}
.g-nav a:hover::after,.g-nav a:focus-visible::after,.g-nav a.is-active::after,.g-langs a:hover::after,.g-langs a:focus-visible::after,.g-langs a.is-active::after{transform:scaleX(1)}
.g-langs{gap:22px;padding-left:28px;border-left:1px solid var(--g-line)}
.g-actions{gap:4px;margin-left:-12px}

/* Page hero */
.g-page-hero{padding:var(--g-space-8) 0 var(--g-space-7);border-bottom:1px solid var(--g-line)}
.g-page-hero .g-title{max-width:1050px;font-size:var(--g-fs-page-title)}
.g-page-hero .g-prose{max-width:660px;margin-top:var(--g-space-4)}

/* Section chrome */
.g-section{padding:var(--g-space-7) 0;border-top:1px solid var(--g-line)}
.g-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:var(--g-space-5)}
.g-section-head .g-link{margin-top:-10px}

/* Cards */
.g-card{color:inherit;text-decoration:none}
.g-card-media{position:relative;overflow:hidden;background:var(--g-surface-soft);border:1px solid var(--g-line)}
.g-card-media img{width:100%;height:100%;display:block;object-fit:contain;transition:transform 260ms ease,opacity var(--g-transition)}
.g-card:hover .g-card-media img,.g-card:focus-visible .g-card-media img{transform:scale(1.018)}
.g-card-title{margin:12px 0 4px;font-size:1rem;font-weight:720;letter-spacing:-.015em;line-height:1.25}
.g-card-meta{color:var(--g-muted);font-size:.77rem;line-height:1.55}

.g-artist-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:26px}
.g-artist-card .g-card-media{aspect-ratio:4/4.25;border-radius:var(--g-radius-sm)}
.g-artist-card .g-card-media img{filter:saturate(.86)}
.g-artist-card .g-card-title{text-align:center;text-transform:uppercase;letter-spacing:.02em}
.g-artist-card .g-card-meta{text-align:center}
.g-artist-card .g-card-meta::after{content:"";display:block;width:22px;height:1px;margin:10px auto 0;background:var(--g-gold)}

.g-artwork-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px}
.g-artwork-card .g-card-media{aspect-ratio:4/5;background:#eee9df}
.g-artwork-card .g-card-media img{object-fit:contain;padding:0}
.g-artwork-card .g-card-title{font-family:var(--g-font-display);font-size:1.18rem;font-weight:400}

/* Editorial list row used by exhibitions, events and media */
.g-list{border-top:1px solid var(--g-line)}
.g-list-row{
  display:grid;
  grid-template-columns:150px minmax(0,1fr) auto;
  align-items:center;
  gap:28px;
  min-height:114px;
  padding:16px 0;
  border-bottom:1px solid var(--g-line);
  color:inherit;
  text-decoration:none;
}
.g-list-row:hover,.g-list-row:focus-visible{background:linear-gradient(90deg,transparent,var(--g-surface),transparent)}
.g-list-thumb{width:150px;aspect-ratio:4/3;overflow:hidden;background:var(--g-surface-soft);border-radius:var(--g-radius-sm)}
.g-list-thumb img{width:100%;height:100%;object-fit:contain;display:block}
.g-list-title{margin:0 0 7px;font-size:1.05rem;font-weight:760;line-height:1.22}
.g-list-meta{color:var(--g-muted);font-size:.77rem;line-height:1.55}
.g-list-arrow{color:var(--g-gold-deep);font-family:var(--g-font-display);font-size:1.65rem;font-weight:400}

/* Filters */
.g-filterbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:18px 0;border-bottom:1px solid var(--g-line)}
.g-filter{
  min-height:38px;
  display:inline-flex;
  align-items:center;
  padding:0 12px;
  border:1px solid var(--g-line);
  border-radius:999px;
  background:transparent;
  color:var(--g-text-soft);
  font:650 .76rem/1 var(--g-font-sans);
  cursor:pointer;
}
.g-filter:hover,.g-filter:focus-visible,.g-filter.is-active{border-color:var(--g-gold);color:var(--g-text);background:var(--g-surface)}

.g-chip{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border:1px solid var(--g-line);border-radius:999px;color:var(--g-text-soft);font-size:.74rem;background:var(--g-surface)}

/* Detail layouts */
.g-detail-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr);gap:64px;padding:var(--g-space-7) 0 var(--g-space-8)}
.g-detail-media{min-height:520px;display:grid;place-items:center;background:#f0ece4;border:1px solid var(--g-line)}
.g-detail-media img{max-width:100%;max-height:78vh;width:auto;height:auto;display:block}
.g-detail-aside{align-self:start;position:sticky;top:28px}
.g-detail-name{margin:8px 0 14px;font-family:var(--g-font-display);font-size:clamp(2.7rem,4vw,4.8rem);font-weight:400;line-height:.96;letter-spacing:-.045em}
.g-data-list{margin-top:26px;border-top:1px solid var(--g-line)}
.g-data-row{display:grid;grid-template-columns:120px 1fr;gap:20px;padding:12px 0;border-bottom:1px solid var(--g-line);font-size:.82rem;line-height:1.5}
.g-data-row dt{color:var(--g-muted)}
.g-data-row dd{margin:0;color:var(--g-text)}

/* Sale status */
.g-sale{margin-top:24px;padding:17px;border:1px solid var(--g-line-strong);background:var(--g-surface)}
.g-sale-label{color:var(--g-muted);font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.g-sale-value{margin-top:5px;font-family:var(--g-font-display);font-size:1.65rem}
.g-sale.is-sold .g-sale-value,.g-sale.is-unavailable .g-sale-value{font-family:var(--g-font-sans);font-size:1rem;font-weight:760;text-transform:uppercase}

/* Form primitives */
.g-field{display:grid;gap:7px}
.g-label{color:var(--g-text-soft);font-size:.75rem;font-weight:700}
.g-input,.g-select,.g-textarea{width:100%;min-height:46px;border:1px solid var(--g-line-strong);border-radius:0;background:var(--g-surface);color:var(--g-text);padding:10px 12px;font:inherit;outline:0}
.g-textarea{min-height:130px;resize:vertical}
.g-input:focus,.g-select:focus,.g-textarea:focus{border-color:var(--g-gold-deep);box-shadow:0 0 0 2px rgba(184,135,55,.12)}

/* Empty and loading states */
.g-empty{padding:var(--g-space-7) 0;color:var(--g-muted);font-size:.9rem}
.g-skeleton{position:relative;overflow:hidden;background:#eee9df}
.g-skeleton::after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.65),transparent);animation:g-shimmer 1.35s infinite}
@keyframes g-shimmer{to{transform:translateX(100%)}}

/* Focus and reduced motion */
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--g-gold-deep);outline-offset:3px}

@media(max-width:1180px){
  .g-header{grid-template-columns:1fr auto}.g-nav{grid-column:1/-1;grid-row:2;overflow-x:auto;padding-bottom:14px}.g-langs{grid-column:2;grid-row:1}.g-actions{display:none}
  .g-artist-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.g-artwork-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:820px){
  .g-shell{width:min(var(--g-container),calc(100% - 32px))}
  .g-artist-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.g-artwork-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .g-detail-grid{grid-template-columns:1fr;gap:34px}.g-detail-aside{position:static}.g-detail-media{min-height:360px}
  .g-list-row{grid-template-columns:112px 1fr}.g-list-thumb{width:112px}.g-list-arrow{display:none}
}

@media(max-width:560px){
  :root{--g-space-8:3.2rem;--g-space-7:2.5rem}
  .g-shell{width:calc(100% - 24px)}
  .g-header{min-height:74px;gap:12px 18px}.g-brand-main{font-size:1.38rem}.g-brand-sub{font-size:.58rem}.g-langs{gap:14px;padding-left:16px}.g-nav{gap:22px;margin-inline:-12px;padding-inline:12px;scrollbar-width:none}.g-nav::-webkit-scrollbar{display:none}
  .g-page-hero{padding-top:3rem}.g-display{font-size:clamp(3.2rem,15vw,4.8rem)}.g-title{font-size:clamp(2.7rem,12vw,4.2rem)}
  .g-section-head{flex-direction:column;gap:12px}.g-section-head .g-link{margin-top:0}
  .g-artist-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 14px}.g-artwork-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 12px}
  .g-list-row{grid-template-columns:88px 1fr;gap:14px;min-height:92px}.g-list-thumb{width:88px}.g-list-title{font-size:.94rem}
  .g-data-row{grid-template-columns:95px 1fr;gap:12px}.g-detail-media{min-height:280px}
}

@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}


/* gallery-chrome.css */
.g-header-tools{display:flex;align-items:center;justify-content:flex-end;gap:10px}.g-header-separator{width:1px;height:28px;background:var(--g-line);margin:0 6px}.g-mobile-menu{position:relative}.g-mobile-menu>summary{list-style:none}.g-mobile-menu>summary::-webkit-details-marker{display:none}.g-mobile-menu>nav{position:absolute;right:0;top:48px;z-index:40;width:min(320px,calc(100vw - 32px));padding:14px;border:1px solid var(--g-line);background:var(--g-surface);box-shadow:var(--g-shadow-soft)}.g-mobile-menu>nav a{display:flex;align-items:center;min-height:44px;padding:0 10px;border-bottom:1px solid var(--g-line);color:var(--g-text);font-size:.78rem;font-weight:700;text-decoration:none;text-transform:uppercase}.g-mobile-menu>nav a:last-child{border-bottom:0}.g-mobile-menu>nav a.is-active{color:var(--g-gold-deep)}
.g-footer{display:grid;grid-template-columns:minmax(260px,1.2fr) minmax(220px,.8fr) minmax(220px,.8fr);gap:34px 48px;padding:42px 0 34px;border-top:1px solid var(--g-line);color:var(--g-muted);font-size:.78rem;line-height:1.6}.g-footer-brand{display:grid;gap:5px}.g-footer-brand strong{color:var(--g-text);font-family:var(--g-font-display);font-size:1.2rem;font-weight:400}.g-footer-nav,.g-footer-contact{display:grid;align-content:start;gap:7px}.g-footer a{color:var(--g-text-soft);text-decoration:none}.g-footer a:hover,.g-footer a:focus-visible{color:var(--g-text);text-decoration:underline;text-underline-offset:3px}.g-footer small{grid-column:1/-1;padding-top:4px;color:var(--g-faint)}
@media(min-width:1181px){.g-mobile-menu{display:none}}
@media(max-width:1180px){.g-header-tools{grid-column:2;grid-row:1}.g-header-separator{display:none}.g-mobile-menu{display:block}.g-header .g-nav{display:none}.g-header .g-langs{border-left:0;padding-left:0}}
@media(max-width:700px){.g-header{grid-template-columns:1fr auto}.g-langs{gap:12px}.g-langs a{font-size:.7rem}.g-header-tools{gap:2px}.g-icon-button{width:38px;height:38px}.g-footer{grid-template-columns:1fr 1fr;gap:28px}.g-footer-brand{grid-column:1/-1}.g-footer small{grid-column:1/-1}}
@media(max-width:480px){.g-langs{display:none}.g-footer{grid-template-columns:1fr}.g-footer-brand,.g-footer small{grid-column:auto}}


/* placeholders.css */
/* Local public visual fallbacks. Real entity media always wins because these styles only target empty media containers. */
.g-artist-card .g-card-media:empty,
.ux-artist-portrait:empty,
.proto-home .artist-card .thumb:empty,
.ex-featured-artists .artist-card .thumb:empty,
.people-grid .person-card .photo:empty {
  background-image:url("../uploads/placeholders/artist.svg");
  background-size:contain;
  background-position:center;
  background-repeat:no-repeat;
}

.g-artwork-card .g-card-media:empty,
.ux-work-media:empty,
.ux-work-hero-media:empty,
.proto-home .work-thumb:empty,
.ex-latest-artworks .ex-discovery-work .thumb:empty,
.work-grid .work-card .thumb:empty {
  background-image:url("../uploads/placeholders/artwork.svg");
  background-size:contain;
  background-position:center;
  background-repeat:no-repeat;
  background-color:#f3efe7;
}

.ux-ex-card-media:empty,
.ux-ex-hero-image:empty,
.proto-home .exhibit-row .thumb:empty,
.exh-grid .exh-card .thumb:empty,
.exhibit-feature .ef-media:empty {
  background-image:url("../uploads/placeholders/exhibition.svg");
  background-size:contain;
  background-position:center;
  background-repeat:no-repeat;
}

.ux-media-feature-image:empty,
.ux-media-thumb:has(> .ux-media-kind:first-child) {
  background-image:url("../uploads/placeholders/media.svg");
  background-size:contain;
  background-position:center;
  background-repeat:no-repeat;
}

.ux-media-thumb:has(img) { background-image:none; }

.ux-event-hero:not(:has(.ux-event-image))::after {
  content:"";
  display:block;
  width:100%;
  min-height:280px;
  aspect-ratio:16/7;
  margin-top:28px;
  background-image:url("../uploads/placeholders/event.svg");
  background-size:contain;
  background-position:center;
  background-repeat:no-repeat;
  border:1px solid var(--g-line,#ded7cc);
}


/* prototype-skin.css */
/* Uploaded frontend prototype adaptation layer.
   Keeps the live PHP/data structure, applies the supplied editorial art-gallery skin. */
:root{
  --g-bg:#fbfaf7;
  --g-surface:#ffffff;
  --g-surface-soft:#f4f0e8;
  --g-text:#201d18;
  --g-text-soft:#4a463f;
  --g-muted:#857f73;
  --g-faint:#a29b90;
  --g-line:#e4ded1;
  --g-line-strong:#d8d0bd;
  --g-gold:#b9772f;
  --g-gold-deep:#8f5b22;
  --g-font-display:"Playfair Display",Georgia,"Times New Roman",serif;
  --g-font-sans:"Jost","Helvetica Neue",Arial,sans-serif;
  --g-container:1536px;
  --g-radius-sm:2px;
  --g-radius-md:2px;
  --g-shadow-soft:0 1px 2px rgba(32,29,24,.05),0 8px 24px rgba(32,29,24,.05);
}
html,body{background:var(--g-bg);color:var(--g-text)}
body{font-family:var(--g-font-sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}
.g-shell{width:min(var(--g-container),calc(100% - 128px));margin-inline:auto}
.g-header{position:sticky;top:0;z-index:100;min-height:88px;background:rgba(251,250,247,.94);backdrop-filter:blur(10px);grid-template-columns:minmax(220px,1fr) auto auto;gap:38px;border-bottom:1px solid var(--g-line)}
.g-brand-main{font-family:var(--g-font-display);font-size:1.55rem;font-weight:700;letter-spacing:.04em;line-height:1;text-transform:uppercase}
.g-brand-sub{margin-top:5px;color:var(--g-gold);font-family:var(--g-font-sans);font-size:.62rem;font-weight:500;letter-spacing:.42em;line-height:1;text-indent:0;text-transform:uppercase}
.g-nav{gap:38px}
.g-nav a,.g-langs a{font-size:.78rem;font-weight:500;letter-spacing:.07em;color:var(--g-text-soft)}
.g-nav a.is-active{font-weight:600;color:var(--g-text)}
.g-nav a::after,.g-langs a::after{height:2px;background:var(--g-gold)}
.g-header-tools{gap:22px}
.g-langs{gap:12px;padding-left:0;border-left:0}
.g-langs a{font-weight:600;letter-spacing:.05em;color:var(--g-muted)}
.g-langs a.is-active{color:var(--g-gold)}
.g-header-separator{height:22px;background:var(--g-line-strong)}
.g-icon-button{width:34px;height:34px;border-radius:50%}
.g-eyebrow{font-size:.72rem;font-weight:600;letter-spacing:.14em;color:var(--g-gold)}
.g-display{font-family:var(--g-font-display);font-size:clamp(2.3rem,4.15vw,4.2rem);font-weight:600;letter-spacing:-.025em;line-height:1.12}
.g-title{font-family:var(--g-font-display);font-size:clamp(2.4rem,4vw,3.6rem);font-weight:600;letter-spacing:.01em;line-height:1.08}
.g-prose{color:var(--g-text-soft);font-size:1.02rem;line-height:1.7}
.g-section-title{font-family:var(--g-font-sans);font-size:1.05rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}
.g-section-title::after{width:30px;height:2px;margin-top:10px;background:var(--g-gold)}
.g-link{gap:8px;font-size:.76rem;font-weight:600;letter-spacing:.08em;border-bottom:1px solid var(--g-text);padding-bottom:3px}
.g-link::after{font-size:1em;color:currentColor}
.g-link:hover,.g-link:focus-visible{color:var(--g-gold);border-color:var(--g-gold)}
.g-page-hero{padding:64px 0 44px;border-bottom:0}
.g-page-hero .g-prose{max-width:560px;margin-top:22px}
.g-section{padding:64px 0;border-top:0}
.g-section-head{align-items:flex-end;margin-bottom:34px}
.ux-home-hero{padding:36px 0 0;grid-template-columns:.85fr 1.15fr;gap:56px;align-items:center;min-height:0;border-bottom:0}
.ux-home-copy{padding:42px 0 52px;justify-content:center}
.ux-home-copy .g-display{max-width:570px}
.ux-home-copy .g-prose{max-width:430px;margin:24px 0 26px}
.ux-home-copy .g-link{display:inline-flex;width:max-content;background:var(--g-gold);color:#fff;border:1px solid var(--g-gold);padding:14px 24px;text-decoration:none}
.ux-home-copy .g-link:hover{background:var(--g-gold-deep);border-color:var(--g-gold-deep);color:#fff}
.ux-home-media,.ux-home-fallback{min-height:460px;border-radius:2px}
.ux-home-media::after{height:28%;background:linear-gradient(to top,rgba(20,18,14,.48),transparent)}
.ux-home-caption{left:20px;right:20px;bottom:18px}
.ux-home-caption strong{font-size:1.2rem}
.ux-home-board{grid-template-columns:1.6fr 1fr;gap:56px;border-bottom:0;padding-top:64px}
.ux-home-main{padding:0;border-right:0}
.ux-home-rail{padding:0}
.ux-home-artists .g-artist-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:22px}
.ux-home-artists .g-artist-card .g-card-media{aspect-ratio:1/1.1}
.ux-home-artists .g-card-title{text-align:left;font-size:.82rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}
.ux-home-artists .g-card-meta{text-align:left;font-size:.78rem}
.ux-home-artists .g-card-meta::after{margin:10px 0 0;width:28px}
.ux-home-exhibitions .g-list{border-top:0;display:flex;flex-direction:column;gap:22px}
.ux-home-exhibitions .g-list-row{grid-template-columns:88px 1fr;gap:16px;min-height:74px;padding:0;border-bottom:0}
.ux-home-exhibitions .g-list-thumb{width:88px;height:74px;aspect-ratio:auto}
.ux-home-exhibitions .g-list-title{font-family:var(--g-font-display);font-size:1rem;margin-bottom:3px}
.ux-home-exhibitions .g-list-meta{font-size:.78rem}
.ux-home-calendar-cta{margin-top:28px;padding:20px;border:1px solid var(--g-line-strong);background:var(--g-surface-soft);border-radius:2px}
.ux-home-artworks{padding:0 0 64px;margin-top:-145px;width:calc(62% - 24px)}
.ux-home-artworks .g-artwork-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.ux-home-artworks .g-card-media{aspect-ratio:4/3;border:0}
.ux-home-artworks .g-card-title,.ux-home-artworks .g-card-meta{display:none}
.g-artist-grid{gap:20px}
.g-artist-card .g-card-media{aspect-ratio:1/1.05;border-radius:2px;border:0;background:var(--g-surface-soft)}
.g-artist-card .g-card-media img{filter:grayscale(1) contrast(1.03);transition:filter .25s ease,transform .3s ease}
.g-artist-card:hover .g-card-media img{filter:grayscale(0)}
.g-artist-card .g-card-title{font-family:var(--g-font-display);font-size:.98rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;text-align:left}
.g-artist-card .g-card-meta{text-align:left;font-size:.8rem;color:var(--g-muted)}
.g-artist-card .g-card-meta::after{width:26px;height:2px;margin:10px 0 0;background:var(--g-gold)}
.g-artwork-grid{gap:20px}
.g-artwork-card .g-card-media{aspect-ratio:1/1;border:0;border-radius:2px;background:var(--g-surface-soft)}
.g-artwork-card .g-card-media img{object-fit:contain;transition:transform .3s ease}
.g-artwork-card:hover .g-card-media img{transform:scale(1.045)}
.g-artwork-card .g-card-title{font-family:var(--g-font-sans);font-size:.88rem;font-weight:700;margin:12px 0 2px}
.g-artwork-card .g-card-meta{font-size:.78rem;color:var(--g-muted)}
.ux-ex-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.ux-ex-card{border:0;background:transparent;box-shadow:none}
.ux-ex-card-media{aspect-ratio:16/10;border-radius:2px;overflow:hidden;background:var(--g-surface-soft)}
.ux-ex-card-media img{width:100%;height:100%;object-fit:contain}
.ux-ex-card-body{padding:16px 0 0}
.ux-ex-card-kicker{font-size:.7rem;font-weight:700;letter-spacing:.1em;color:var(--g-gold);text-transform:uppercase}
.ux-ex-card-body h2{font-family:var(--g-font-display);font-size:1.05rem;line-height:1.35;margin:6px 0 10px}
.ux-ex-card-meta{font-size:.82rem;color:var(--g-muted)}
.ux-ex-card-summary{font-size:.86rem;color:var(--g-text-soft);line-height:1.6}
.ux-ex-tabs .g-filter,.ux-cal-filter .g-filter,.ux-media-tabs .g-filter{padding:0 18px;border-radius:24px;min-height:40px}
.ux-ex-tabs .g-filter.is-active,.ux-cal-filter .g-filter.is-active,.ux-media-tabs .g-filter.is-active{background:var(--g-gold);border-color:var(--g-gold);color:#fff}
.g-list{border-top:1px solid var(--g-line)}
.g-list-row{border-bottom:1px solid var(--g-line);padding:16px 0}
.g-list-thumb{border-radius:2px}
.g-list-title{font-family:var(--g-font-display);font-weight:600}
.ux-cal-layout{grid-template-columns:minmax(0,1fr) 400px;gap:40px}
.ux-cal-grid{background:#fff;border:1px solid var(--g-line)}
.ux-cal-day{background:#fff;border-color:var(--g-line);min-height:90px}
.ux-cal-day.is-today .ux-cal-number{background:#f4e6d2;color:var(--g-gold-deep)}
.ux-cal-agenda-item{background:#fff;border:1px solid var(--g-line);border-radius:2px;padding:16px}
.ux-media-feature{border-radius:2px;overflow:hidden;background:var(--g-surface-soft)}
.ux-media-feature-image{min-height:420px}
.ux-media-feature-copy{padding:36px}
.ux-media-grid{gap:24px}
.ux-media-card{border:0;background:transparent}
.ux-media-thumb{border-radius:2px;overflow:hidden;background:var(--g-surface-soft)}
.ux-media-body{padding:14px 0 0}
.ux-artist-hero,.ux-work-hero,.ux-ex-hero,.ux-event-hero{padding-top:54px}
.ux-artist-portrait,.ux-work-media,.ux-ex-hero-image,.ux-event-image{border-radius:2px;overflow:hidden;background:var(--g-surface-soft)}
.ux-artist-body,.ux-ex-body,.ux-event-body{gap:56px}
.g-footer{margin-top:40px;padding:56px 0 20px;border-top:1px solid var(--g-line);background:var(--g-surface-soft);display:grid;grid-template-columns:1.4fr 2fr 1fr;gap:40px;align-items:start}
.g-footer-brand strong{font-family:var(--g-font-display);font-size:1.3rem;letter-spacing:.02em}
.g-footer-brand span,.g-footer-contact,.g-footer-contact a,.g-footer-nav a{font-size:.88rem;color:var(--g-text-soft)}
.g-footer-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 28px}
.g-footer-contact{display:flex;flex-direction:column;gap:10px}
.g-footer small{grid-column:1/-1;padding-top:20px;border-top:1px solid var(--g-line-strong);color:var(--g-muted);font-size:.78rem}
.g-card-media:empty,.ux-ex-card-media:empty,.ux-media-thumb:empty,.ux-media-feature-image:empty{min-height:180px}
@media(max-width:1180px){.g-shell{width:min(var(--g-container),calc(100% - 48px))}.g-nav{display:none}.ux-home-board{grid-template-columns:1fr}.ux-home-artworks{margin-top:0;width:100%;padding-top:44px}.ux-ex-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.g-shell{width:calc(100% - 48px)}.ux-home-hero{grid-template-columns:1fr;gap:24px}.ux-home-copy{padding:44px 0 20px}.ux-home-media,.ux-home-fallback{min-height:400px}.ux-home-artists .g-artist-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ux-home-artworks .g-artwork-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.g-footer{grid-template-columns:1fr 1fr}.g-footer small{grid-column:1/-1}.ux-cal-layout{grid-template-columns:1fr}}
@media(max-width:640px){.g-shell{width:calc(100% - 32px)}.g-header{min-height:76px;gap:12px}.g-brand-main{font-size:1.28rem}.g-brand-sub{font-size:.52rem;letter-spacing:.32em}.g-langs{display:none}.ux-home-media,.ux-home-fallback{min-height:320px}.ux-home-artists .g-artist-grid,.g-artist-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 12px}.g-artwork-grid,.ux-home-artworks .g-artwork-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 12px}.ux-ex-grid{grid-template-columns:1fr}.g-footer{grid-template-columns:1fr;padding-top:40px}.g-footer small{grid-column:1}}


/* prototype-phase1.css */
/* Phase 1: exact public skin adapted from the approved uploaded prototype. */
:root{
  --proto-bg:#fbfaf7;--proto-bg-alt:#f4f0e8;--proto-bg-alt-2:#efeae0;--proto-ink:#201d18;--proto-ink-soft:#4a463f;--proto-muted:#857f73;--proto-line:#e4ded1;--proto-line-strong:#d8d0bd;--proto-accent:#b9772f;--proto-accent-dark:#8f5b22;--proto-white:#fff;--proto-serif:"Playfair Display",Georgia,serif;--proto-sans:"Jost","Helvetica Neue",Arial,sans-serif;--proto-container:1536px;--proto-radius:2px
}
html{scroll-behavior:smooth}body{margin:0;background:var(--proto-bg);color:var(--proto-ink);font-family:var(--proto-sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}.container{max-width:var(--proto-container);margin:0 auto;padding:0 64px}.proto-home img,.site-header img,.site-footer img{max-width:100%;display:block}.proto-home a,.site-header a,.site-footer a{color:inherit;text-decoration:none}.site-footer ul{margin:0;padding:0;list-style:none}
.site-header{position:sticky;top:0;z-index:100;background:rgba(251,250,247,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--proto-line)}.site-header .container{display:flex;align-items:center;justify-content:space-between;height:88px}.logo{display:flex;flex-direction:column;line-height:1;text-decoration:none}.logo .word{font-family:var(--proto-serif);font-size:1.55rem;letter-spacing:.04em;font-weight:700;color:var(--proto-ink)}.logo .sub{margin-top:5px;font-family:var(--proto-sans);font-size:.62rem;letter-spacing:.42em;color:var(--proto-accent);font-weight:500}.main-nav{display:flex;align-items:center;gap:38px}.main-nav a{font-size:.78rem;font-weight:500;letter-spacing:.07em;text-transform:uppercase;color:var(--proto-ink-soft);position:relative;padding-bottom:6px}.main-nav a::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--proto-accent);transform:scaleX(0);transform-origin:left;transition:transform .2s ease}.main-nav a:hover,.main-nav a.active{color:var(--proto-ink)}.main-nav a:hover::after,.main-nav a.active::after{transform:scaleX(1)}.main-nav a.active{font-weight:600}.header-tools{display:flex;align-items:center;gap:22px}.lang-switch{display:flex;align-items:center;gap:12px;font-size:.76rem;font-weight:600;letter-spacing:.05em}.lang-switch a{color:var(--proto-muted);padding-bottom:3px}.lang-switch a.active{color:var(--proto-accent);border-bottom:2px solid var(--proto-accent)}.header-divider{width:1px;height:22px;background:var(--proto-line-strong)}.icon-btn{width:20px;height:20px;color:var(--proto-ink);display:flex;align-items:center;justify-content:center;background:none;border:0;padding:0}.icon-btn svg{width:100%;height:100%}.proto-mobile-menu{display:none;position:relative}.proto-mobile-menu summary{list-style:none}.proto-mobile-menu summary::-webkit-details-marker{display:none}.mobile-drawer{position:fixed;top:88px;right:0;width:min(390px,92vw);height:calc(100vh - 88px);background:var(--proto-bg);border-left:1px solid var(--proto-line);box-shadow:-18px 20px 60px rgba(32,29,24,.10);padding:28px;z-index:120}.drawer-top{display:flex;align-items:center;justify-content:space-between;padding-bottom:22px;border-bottom:1px solid var(--proto-line)}.drawer-close{font-family:var(--proto-serif);font-size:2rem;color:var(--proto-muted)}.mobile-drawer nav{display:grid;padding-top:18px}.mobile-drawer nav a{padding:14px 0;border-bottom:1px solid var(--proto-line);font-size:.9rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.mobile-drawer nav a.active{color:var(--proto-accent)}
.proto-home .btn{display:inline-flex;align-items:center;gap:10px;font-family:var(--proto-sans);font-size:.78rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;padding:15px 26px;border-radius:var(--proto-radius);border:1px solid transparent;transition:all .2s ease;white-space:nowrap}.proto-home .btn svg{width:15px;height:15px;transition:transform .2s ease}.proto-home .btn:hover svg{transform:translateX(4px)}.proto-home .btn-solid{background:var(--proto-accent);color:var(--proto-white)}.proto-home .btn-solid:hover{background:var(--proto-accent-dark)}.proto-home .link-arrow{display:inline-flex;align-items:center;gap:8px;font-size:.76rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--proto-ink);border-bottom:1px solid var(--proto-ink);padding-bottom:3px}.proto-home .link-arrow svg{width:14px;height:14px}.proto-home .section{padding:64px 0}.proto-home .section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:34px;gap:24px;flex-wrap:wrap}.proto-home .section-head h2{font-size:1.35rem;letter-spacing:.06em;text-transform:uppercase;font-family:var(--proto-sans);font-weight:600;margin:0}
.proto-home .hero-home{padding:36px 0 0}.proto-home .hero-home-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:56px;align-items:center}.proto-home .hero-home h1{font-family:var(--proto-serif);font-size:3rem;line-height:1.14;font-weight:600;margin:0;color:var(--proto-ink)}.proto-home .hero-home .lede{margin-top:24px;max-width:420px;color:var(--proto-ink-soft)}.proto-home .hero-home .btn{margin-top:30px}.proto-home .hero-media-wrap{position:relative;border-radius:var(--proto-radius);overflow:hidden;background:var(--proto-bg-alt)}.proto-home .hero-media-wrap img{width:100%;height:460px;object-fit:contain}.proto-home .hero-fallback{height:460px;display:grid;place-items:center;background:linear-gradient(135deg,#ded6c9,#f2eee7);font-family:var(--proto-serif);font-size:2rem;color:var(--proto-muted)}.proto-home .hero-counter{position:absolute;right:20px;bottom:20px;background:rgba(20,18,14,.55);color:#fff;font-size:.72rem;letter-spacing:.1em;padding:6px 14px;border-radius:20px;backdrop-filter:blur(4px)}
.proto-home .artist-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:22px}.proto-home .artist-card{display:block;text-align:left;color:inherit}.proto-home .artist-card .thumb{aspect-ratio:1/1.1;border-radius:var(--proto-radius);overflow:hidden;margin-bottom:14px;background:var(--proto-bg-alt)}.proto-home .artist-card .thumb img{width:100%;height:100%;object-fit:contain;filter:grayscale(1) contrast(1.05);transition:filter .25s ease}.proto-home .artist-card:hover .thumb img{filter:grayscale(0)}.proto-home .artist-card .name{font-size:.82rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.proto-home .artist-card .yr{font-size:.78rem;color:var(--proto-muted);margin-top:3px}.proto-home .artist-card .rule{width:28px;height:2px;background:var(--proto-accent);border:0;margin:10px 0 0}
.proto-home .two-col-section{display:grid;grid-template-columns:1.6fr 1fr;gap:56px}.proto-home .works-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.proto-home .work-thumb{display:block;aspect-ratio:4/3;border-radius:var(--proto-radius);overflow:hidden;background:var(--proto-bg-alt)}.proto-home .work-thumb img{width:100%;height:100%;object-fit:contain}.proto-home .exhibit-list{display:flex;flex-direction:column;gap:22px}.proto-home .exhibit-row{display:flex;gap:16px;color:inherit}.proto-home .exhibit-row .thumb{width:88px;height:74px;border-radius:var(--proto-radius);overflow:hidden;flex-shrink:0;background:var(--proto-bg-alt)}.proto-home .exhibit-row .thumb img{width:100%;height:100%;object-fit:contain}.proto-home .exhibit-row h4{font-family:var(--proto-serif);font-size:1rem;margin:0 0 6px}.proto-home .exhibit-row p{font-size:.82rem;color:var(--proto-muted);margin:0}.proto-home .callout-box{background:var(--proto-bg-alt);border:1px solid var(--proto-line);border-radius:var(--proto-radius);padding:24px;display:flex;align-items:center;gap:16px;margin-top:28px}.proto-home .callout-box .icon{width:38px;height:38px;border-radius:50%;background:var(--proto-white);border:1px solid var(--proto-line-strong);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--proto-accent)}.proto-home .callout-box .icon svg{width:17px;height:17px}.proto-home .callout-box p{font-size:.86rem;color:var(--proto-ink-soft);line-height:1.55;margin:0}.proto-home .callout-box strong{font-size:.82rem;letter-spacing:.06em;text-transform:uppercase}
.site-footer{background:var(--proto-bg-alt);border-top:1px solid var(--proto-line);margin-top:40px}.footer-top{padding:56px 64px 40px;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px}.footer-top h4{font-family:var(--proto-sans);font-size:.76rem;letter-spacing:.1em;text-transform:uppercase;color:var(--proto-ink);margin:0 0 18px}.footer-top p,.footer-intro{color:var(--proto-ink-soft);font-size:.88rem;line-height:1.7;margin-top:18px}.footer-top ul li{margin-bottom:10px}.footer-top ul a,.footer-top ul span{color:var(--proto-ink-soft);font-size:.88rem}.footer-top ul a:hover{color:var(--proto-accent)}.footer-bottom{border-top:1px solid var(--proto-line-strong);padding:20px 64px;display:flex;align-items:center;justify-content:space-between;font-size:.78rem;color:var(--proto-muted)}.footer-social{display:flex;gap:14px}.footer-social a{width:32px;height:32px;border-radius:50%;border:1px solid var(--proto-line-strong);display:flex;align-items:center;justify-content:center;font-size:.62rem;font-weight:700}
@media(max-width:1180px){.main-nav{display:none}.proto-mobile-menu{display:block}.site-header .header-tools{gap:16px}}
@media(max-width:1000px){.proto-home .hero-home-grid{grid-template-columns:1fr}.proto-home .hero-home h1{font-size:2.3rem}.proto-home .two-col-section{grid-template-columns:1fr}.proto-home .artist-strip{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){.container{padding-left:24px;padding-right:24px}.footer-top{padding:48px 24px 34px;grid-template-columns:1fr 1fr}.footer-bottom{padding:20px 24px;flex-direction:column;gap:10px;text-align:center}.proto-home .works-strip{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.site-header .container{height:74px}.logo .word{font-size:1.25rem}.logo .sub{font-size:.54rem}.lang-switch{display:none}.header-divider{display:none}.mobile-drawer{top:74px;height:calc(100vh - 74px)}.proto-home .hero-home{padding-top:24px}.proto-home .hero-home-grid{gap:28px}.proto-home .hero-home h1{font-size:2.05rem}.proto-home .hero-media-wrap img,.proto-home .hero-fallback{height:320px}.proto-home .section{padding:44px 0}.proto-home .section-head{margin-bottom:24px}.proto-home .section-head h2{font-size:1.05rem}.proto-home .artist-strip{grid-template-columns:repeat(2,1fr);gap:18px 12px}.proto-home .works-strip{gap:12px}.footer-top{grid-template-columns:1fr}.footer-bottom{align-items:flex-start;text-align:left}}


/* detail-polish.css */
/* Phase 9: shared museum-style polish for public detail pages. */

/* Artist detail */
.ux-artist-hero{
  grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr);
  gap:clamp(46px,6vw,96px);
  align-items:stretch;
  padding:56px 0 68px;
}
.ux-artist-portrait{width:100%;max-width:560px;aspect-ratio:4/5;border:0;border-radius:2px;background:#eee8df}
.ux-artist-portrait img{filter:saturate(.9);transition:filter .25s ease}
.ux-artist-portrait:hover img{filter:saturate(1)}
.ux-artist-hero-copy{display:flex;flex-direction:column;justify-content:center;padding:36px 4vw 36px 0}
.ux-artist-hero-copy>.g-link{order:-3;width:max-content;margin-bottom:36px;color:var(--g-muted)}
.ux-artist-hero-copy>.g-eyebrow{order:-2;margin-bottom:12px}
.ux-artist-hero-copy .g-title{font-size:clamp(3.6rem,6.2vw,7rem);font-weight:600;letter-spacing:-.045em;line-height:.92}
.ux-artist-subtitle{max-width:660px;margin-top:24px;font-family:var(--g-font-display);font-size:1.3rem;line-height:1.5}
.ux-artist-meta{margin-top:20px;padding-top:18px;border-top:1px solid var(--g-line);font-size:.78rem;letter-spacing:.025em}
.ux-artist-chips .g-chip{border-radius:2px;background:transparent;border-color:var(--g-line-strong);font-size:.7rem;text-transform:uppercase;letter-spacing:.045em}
.ux-artist-body{grid-template-columns:minmax(0,1.35fr) minmax(280px,.45fr);gap:clamp(48px,6vw,90px);padding:68px 0 82px}
.ux-artist-body>article{max-width:860px}
.ux-artist-body>article>.g-section-title{margin-bottom:26px;color:var(--g-gold-deep)}
.ux-artist-bio{font-family:var(--g-font-sans);font-size:1rem;line-height:1.9;color:var(--g-text-soft)}
.ux-artist-bio p:first-child{font-family:var(--g-font-display);font-size:1.35rem;line-height:1.65;color:var(--g-text)}
.ux-artist-rail{position:sticky;top:118px;align-self:start;padding:28px 0 4px 30px}
.ux-artist-rail-block h2{color:var(--g-gold-deep)}
.ux-artist-exhibitions .g-list-row{transition:padding .18s ease,background .18s ease}
.ux-artist-exhibitions .g-list-row:hover{padding-left:10px}
.ux-artist-gallery figure{overflow:hidden;background:var(--g-surface-soft)}
.ux-artist-gallery img{transition:transform .3s ease}
.ux-artist-gallery figure:hover img{transform:scale(1.015)}

/* Artwork detail */
.ux-work-back{padding-top:34px}
.ux-work-back .g-link{color:var(--g-muted)}
.ux-work-detail{grid-template-columns:minmax(0,1.55fr) minmax(330px,.45fr);gap:clamp(44px,5vw,76px);padding:26px 0 76px}
.ux-work-hero{min-height:640px;border:0;border-radius:2px;background:#eee9e1}
.ux-work-hero>a{padding:clamp(22px,4vw,58px)}
.ux-work-hero img{max-height:82vh;box-shadow:0 20px 52px rgba(30,24,17,.09)}
.ux-work-view-hint{right:18px;bottom:18px;border:0;border-radius:2px;background:rgba(250,247,241,.94);box-shadow:0 5px 18px rgba(0,0,0,.06)}
.ux-work-info{top:118px;padding-top:18px}
.ux-work-info>.g-eyebrow{margin-bottom:18px}
.ux-work-artist{font-weight:650;letter-spacing:.025em;text-transform:uppercase;font-size:.77rem}
.ux-work-info h1{margin:15px 0 12px;font-size:clamp(3rem,5vw,5.6rem);font-weight:600;line-height:.94}
.ux-work-year{padding-bottom:22px;border-bottom:1px solid var(--g-line);font-size:.8rem}
.ux-work-sale{padding:20px;margin-top:22px;border:1px solid var(--g-line);border-radius:2px;background:var(--g-surface-soft)}
.ux-work-price{color:var(--g-gold-deep);font-size:1.9rem}
.ux-work-info .g-data-list{margin-top:30px}
.ux-work-info .g-data-row{grid-template-columns:105px minmax(0,1fr);padding:11px 0;font-size:.8rem}
.ux-work-info .g-data-row dt{text-transform:uppercase;font-size:.66rem;letter-spacing:.06em}
.ux-work-copy{max-width:900px;padding:70px 0 82px}
.ux-work-copy .g-section-title{margin-bottom:24px;color:var(--g-gold-deep)}
.ux-work-copy .g-prose{font-family:var(--g-font-display);font-size:1.22rem;line-height:1.72;color:var(--g-text-soft)}
.ux-work-gallery figure{overflow:hidden;border:0;border-radius:2px}
.ux-work-gallery img{transition:transform .3s ease}
.ux-work-gallery figure:hover img{transform:scale(1.012)}
.ux-work-links{gap:12px}.ux-work-link{padding:17px 18px;border-radius:2px;transition:border-color .18s ease,transform .18s ease}.ux-work-link:hover{border-color:var(--g-gold);transform:translateY(-1px)}
.ux-art-view{backdrop-filter:blur(4px)}

/* Exhibition viewing room */
.ux-ex-hero{padding:46px 0 66px}
.ux-ex-hero-grid{grid-template-columns:minmax(360px,.75fr) minmax(0,1.25fr);gap:clamp(46px,6vw,94px);align-items:center}
.ux-ex-hero-copy{padding:32px 0}
.ux-ex-hero-copy>.g-link{margin-bottom:38px;color:var(--g-muted)}
.ux-ex-hero-copy h1{margin:14px 0 24px;font-size:clamp(3.6rem,6vw,7rem);font-weight:600;line-height:.92}
.ux-ex-meta{padding-top:18px;border-top:1px solid var(--g-line);font-size:.78rem}
.ux-ex-hero-image{min-height:520px;max-height:720px;border-radius:2px;background:#eee8df}
.ux-ex-hero-image img{min-height:520px;max-height:720px;filter:saturate(.94)}
.ux-ex-body{grid-template-columns:minmax(0,1.35fr) minmax(280px,.45fr);gap:clamp(48px,6vw,90px);padding:66px 0 84px}
.ux-ex-copy{max-width:900px;font-size:1rem;line-height:1.9}
.ux-ex-copy .ux-ex-lead{font-size:1.4rem;line-height:1.6}
.ux-ex-rail{position:sticky;top:118px;align-self:start;padding:28px 0 4px 30px}
.ux-ex-rail-block h2{color:var(--g-gold-deep)}
.ux-ex-artists .g-artist-grid{gap:30px 20px}.ux-ex-artworks .g-artwork-grid{gap:30px 22px}
.ux-ex-gallery figure{overflow:hidden;border-radius:2px;background:var(--g-surface-soft)}
.ux-ex-gallery img{transition:transform .3s ease}.ux-ex-gallery figure:hover img{transform:scale(1.012)}
.ux-ex-link{padding:18px;border-radius:2px;transition:border-color .18s ease,transform .18s ease}.ux-ex-link:hover{border-color:var(--g-gold);transform:translateY(-1px)}

/* Event detail */
.ux-event-hero{padding:42px 0 62px}
.ux-event-hero>.g-link{margin-bottom:34px;color:var(--g-muted)}
.ux-event-hero>.g-eyebrow{margin-bottom:12px}
.ux-event-hero h1{max-width:1100px;font-size:clamp(3.5rem,6vw,6.8rem);font-weight:600;line-height:.93}
.ux-event-meta{margin-top:22px;padding-top:18px;border-top:1px solid var(--g-line)}
.ux-event-image{margin-top:34px;max-height:700px;border-radius:2px;background:#eee8df}
.ux-event-image img{max-height:700px;filter:saturate(.94)}
.ux-event-body{grid-template-columns:minmax(0,1.35fr) minmax(280px,.45fr);gap:clamp(48px,6vw,88px);padding:66px 0 84px}
.ux-event-copy{max-width:880px;font-size:1rem;line-height:1.9}.ux-event-lead{font-size:1.4rem;line-height:1.6}
.ux-event-rail{position:sticky;top:118px;align-self:start;padding:28px 0 4px 30px}.ux-event-rail-block h2{color:var(--g-gold-deep)}
.ux-event-rail .g-button{border-radius:2px}
.ux-event-gallery figure{overflow:hidden;border-radius:2px;background:var(--g-surface-soft)}.ux-event-gallery img{transition:transform .3s ease}.ux-event-gallery figure:hover img{transform:scale(1.012)}
.ux-event-link{padding:17px 18px;border-radius:2px;transition:border-color .18s ease,transform .18s ease}.ux-event-link:hover{border-color:var(--g-gold);transform:translateY(-1px)}

/* Shared relation sections */
.ux-artist-exhibitions,.ux-work-exhibitions,.ux-ex-events{border-top-color:var(--g-line-strong)}
.ux-artist-exhibitions .g-section-head,.ux-work-exhibitions .g-section-head,.ux-ex-events .g-section-head,.ux-work-related .g-section-head,.ux-ex-artists .g-section-head,.ux-ex-artworks .g-section-head{margin-bottom:28px}

@media(max-width:1000px){
  .ux-artist-hero,.ux-work-detail,.ux-ex-hero-grid{gap:40px}
  .ux-artist-body,.ux-ex-body,.ux-event-body{gap:44px}
  .ux-work-hero{min-height:520px}
  .ux-ex-hero-image,.ux-ex-hero-image img{min-height:430px}
}
@media(max-width:820px){
  .ux-artist-hero,.ux-work-detail,.ux-ex-hero-grid{grid-template-columns:1fr}
  .ux-artist-portrait{max-width:520px}
  .ux-artist-hero-copy{padding:0 0 12px}
  .ux-artist-hero-copy>.g-link{margin-bottom:24px}
  .ux-artist-body,.ux-ex-body,.ux-event-body{grid-template-columns:1fr}
  .ux-artist-rail,.ux-ex-rail,.ux-event-rail{position:static;padding:28px 0 0;border-left:0;border-top:1px solid var(--g-line)}
  .ux-work-info{position:static;padding-top:0}
  .ux-work-hero{min-height:460px;order:-1}
  .ux-ex-hero-image{order:-1;min-height:380px}.ux-ex-hero-image img{min-height:380px}
}
@media(max-width:560px){
  .ux-artist-hero{padding:32px 0 44px}.ux-artist-hero-copy .g-title{font-size:3rem}.ux-artist-subtitle{font-size:1.1rem}.ux-artist-body{padding:44px 0 56px}.ux-artist-bio p:first-child{font-size:1.18rem}
  .ux-work-back{padding-top:22px}.ux-work-detail{padding-top:16px;padding-bottom:48px}.ux-work-hero{min-height:340px}.ux-work-hero>a{padding:14px}.ux-work-info h1{font-size:3rem}.ux-work-copy{padding:46px 0 58px}.ux-work-copy .g-prose{font-size:1.08rem}
  .ux-ex-hero{padding:30px 0 46px}.ux-ex-hero-copy h1{font-size:3rem}.ux-ex-hero-image,.ux-ex-hero-image img{min-height:280px}.ux-ex-body{padding:44px 0 58px}.ux-ex-copy .ux-ex-lead{font-size:1.2rem}
  .ux-event-hero{padding:30px 0 44px}.ux-event-hero h1{font-size:3rem}.ux-event-body{padding:44px 0 58px}.ux-event-lead{font-size:1.2rem}
}

/* artist exhibition archive compact v1.2 */
.ux-artist-exhibitions{scroll-margin-top:110px}
.ux-artist-exhibitions .g-section-head{align-items:baseline}
.g-section-count{font:500 12px/1 var(--proto-sans);letter-spacing:.08em;color:var(--proto-muted)}
.ux-artist-exhibitions-more{display:flex;justify-content:flex-start;padding-top:22px}
.ux-artist-exhibitions-more .g-link{font-weight:600;text-transform:uppercase;letter-spacing:.08em;font-size:12px}
@media(max-width:640px){.ux-artist-exhibitions{scroll-margin-top:84px}.ux-artist-exhibitions-more{justify-content:flex-start}}


/* artist exhibition thumbnails v1 */
.ux-artist-exhibition-row{
  grid-template-columns:118px 150px minmax(0,1fr) auto;
  gap:24px;
  min-height:132px;
  padding:18px 0;
}
.ux-artist-exhibition-thumb{
  width:118px;
  aspect-ratio:4/3;
  border:1px solid var(--g-line);
  border-radius:2px;
  background:var(--g-surface-soft);
}
.ux-artist-exhibition-thumb img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
  background:var(--g-surface-soft);
  transition:transform .22s ease;
}
.ux-artist-exhibition-row:hover .ux-artist-exhibition-thumb img,
.ux-artist-exhibition-row:focus-visible .ux-artist-exhibition-thumb img{transform:scale(1.025)}
.ux-artist-exhibition-copy{min-width:0}
.ux-artist-exhibition-copy .g-list-title{font-family:var(--g-font-display);font-size:1.12rem;font-weight:600}
.ux-artist-exhibition-date{font-variant-numeric:tabular-nums}
@media(max-width:820px){
  .ux-artist-exhibition-row{grid-template-columns:96px minmax(0,1fr) auto;gap:18px;min-height:118px}
  .ux-artist-exhibition-thumb{width:96px;grid-row:1 / span 2}
  .ux-artist-exhibition-date{grid-column:2;grid-row:1;align-self:end}
  .ux-artist-exhibition-copy{grid-column:2;grid-row:2;align-self:start}
  .ux-artist-exhibition-row .g-list-arrow{grid-column:3;grid-row:1 / span 2}
}
@media(max-width:560px){
  .ux-artist-exhibition-row{grid-template-columns:82px minmax(0,1fr) auto;gap:14px;padding:14px 0}
  .ux-artist-exhibition-thumb{width:82px}
  .ux-artist-exhibition-copy .g-list-title{font-size:1rem}
}


/* artist collection sale hierarchy v1 */
.ux-artist-sale-works{
  position:relative;
  padding:44px 0 58px;
  border-top:1px solid var(--g-line-strong);
  border-bottom:1px solid var(--g-line);
}
.ux-artist-sale-works::before{
  content:"";
  position:absolute;
  inset:0 calc(50% - 50vw);
  z-index:-1;
  background:rgba(242,238,230,.44);
}
.ux-artist-sale-works .g-section-title{color:var(--g-gold-deep)}
.ux-artist-sale-grid{gap:30px 24px}
.ux-artist-sale-state{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-top:13px;
  color:var(--g-gold-deep);
  font-size:.68rem;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.ux-artist-sale-state::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--g-gold)}
.ux-artist-sale-card .g-card-title{margin-top:6px}
.ux-artist-exhibited-works .g-section-title{color:var(--g-text)}
@media(max-width:820px){.ux-artist-sale-works{padding:36px 0 46px}}
@media(max-width:560px){.ux-artist-sale-works{padding:30px 0 40px}}


/* phase10-polish.css */
/* Phase 10: global search and responsive QA polish. */

/* Search */
.ux-search-head{padding:64px 0 40px;border-bottom:0}
.ux-search-head>.g-eyebrow{display:none}
.ux-search-head .g-title{font-size:3.6rem;font-weight:600;letter-spacing:.01em;line-height:1.08}
.ux-search-head .g-prose{max-width:680px;margin-top:20px}
.ux-search-form{display:grid;grid-template-columns:minmax(0,1fr) 54px;max-width:900px;margin-top:30px;border:1px solid var(--g-line-strong);border-radius:2px;background:var(--g-surface)}
.ux-search-form:focus-within{border-color:var(--g-gold);box-shadow:0 0 0 2px rgba(185,119,47,.08)}
.ux-search-form input{min-height:56px;padding:0 18px;border:0;background:transparent;font-size:1rem}
.ux-search-form button{display:grid;place-items:center;border:0;border-left:1px solid var(--g-line);background:transparent;color:var(--g-gold-deep);font-size:1.45rem;cursor:pointer}
.ux-search-form button:hover,.ux-search-form button:focus-visible{background:var(--g-surface-soft)}
.ux-search-meta{padding:18px 0 30px;color:var(--g-muted);font-size:.8rem;letter-spacing:.02em}
.ux-search-meta strong{color:var(--g-gold-deep)}
.ux-search-section{padding:34px 0 46px;border-top:1px solid var(--g-line)}
.ux-search-section .g-section-title{margin-bottom:20px;color:var(--g-gold-deep)}
.ux-search-row{display:grid;grid-template-columns:minmax(0,1fr) 44px;align-items:center;gap:20px;min-height:82px;padding:14px 16px;border-bottom:1px solid var(--g-line);border-radius:2px;color:inherit;text-decoration:none;transition:background .18s ease,padding .18s ease}
.ux-search-row:first-of-type{border-top:1px solid var(--g-line)}
.ux-search-row:hover,.ux-search-row:focus-visible{padding-left:22px;background:var(--g-surface-soft)}
.ux-search-row h3{margin:0 0 4px;font-family:var(--g-font-display);font-size:1.28rem;font-weight:600;line-height:1.3}
.ux-search-row p{margin:0;color:var(--g-muted);font-size:.77rem;line-height:1.5}
.ux-search-arrow{display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--g-line);border-radius:50%;color:var(--g-gold-deep);font-size:1.05rem;transition:border-color .18s ease,transform .18s ease}
.ux-search-row:hover .ux-search-arrow{border-color:var(--g-gold);transform:translateX(2px)}

/* Mid-size desktop and tablets */
@media(max-width:1280px){
  .g-header{gap:24px}
  .g-nav{gap:22px}
  .g-header-tools{gap:12px}
  .g-nav a,.g-langs a{font-size:.72rem}
}
@media(max-width:1180px){
  .g-header{grid-template-columns:minmax(210px,1fr) auto;min-height:80px}
  .g-brand-main{font-size:1.42rem}
  .g-header-tools{min-width:0}
  .g-mobile-menu>nav{top:44px}
  .featured-work,.exhibit-feature{margin-bottom:38px}
  .filter-menu{max-height:280px}
  .ux-media-grid{gap:28px 18px}
}
@media(max-width:900px){
  .g-shell{width:calc(100% - 40px)}
  .g-header{min-height:78px}
  .g-footer{margin-top:24px}
  .page-hero,.g-page-hero{padding-top:48px}
  .ux-proto-artist-hero,.ux-proto-work-hero,.ux-proto-ex-hero,.ux-cal-head,.ux-media-head{padding-top:48px}
  .artists-layout{gap:26px}
  .ux-proto-artist-sidebar{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
  .filters-row{gap:10px}
  .filter-pill.search{grid-column:1/-1}
  .exh-grid{gap:26px 18px}
  .ux-media-grid{gap:28px 18px}
  .ux-search-section{padding:28px 0 38px}
}

/* Mobile */
@media(max-width:640px){
  html{scroll-padding-top:82px}
  body{overflow-wrap:anywhere}
  .g-shell{width:calc(100% - 28px)}
  .g-header{min-height:72px;gap:8px;background:rgba(251,250,247,.98)}
  .g-brand{max-width:180px}
  .g-brand-main{font-size:1.16rem;letter-spacing:.025em}
  .g-brand-sub{margin-top:4px;font-size:.48rem;letter-spacing:.27em}
  .g-header-tools{gap:0}
  .g-icon-button{width:36px;height:36px}
  .g-mobile-menu>nav{position:fixed;left:14px;right:14px;top:78px;width:auto;max-height:calc(100vh - 94px);overflow:auto;padding:8px 14px 14px;border-radius:2px;background:rgba(255,253,249,.99);box-shadow:0 18px 46px rgba(30,24,17,.13)}
  .g-mobile-menu>nav a{min-height:48px;font-size:.76rem}
  .g-footer{gap:24px;margin-top:18px;padding-top:34px}
  .g-footer-nav{grid-template-columns:1fr 1fr;gap:8px 18px}

  .g-page-hero,.page-hero{padding-top:40px;padding-bottom:30px}
  .g-title,.ux-search-head .g-title{font-size:2.45rem}
  .g-prose{font-size:.94rem}
  .g-section{padding:46px 0}
  .g-section-head{gap:14px;margin-bottom:24px}
  .g-section-head .g-link{font-size:.67rem}

  .ux-home-hero{padding-top:18px}
  .ux-home-copy{padding-top:34px}
  .ux-home-media,.ux-home-fallback{min-height:290px}
  .ux-home-board{padding-top:48px;gap:40px}
  .ux-home-artworks{padding-top:38px}

  .ux-proto-artist-hero,.ux-proto-work-hero,.ux-proto-ex-hero,.ux-cal-head,.ux-media-head{padding-top:40px;padding-bottom:28px}
  .ux-proto-artist-hero h1,.ux-proto-work-hero h1,.ux-proto-ex-hero h1,.ux-cal-head .g-title,.ux-media-head .g-title{font-size:2.45rem}
  .ux-proto-artist-hero .lede,.ux-proto-work-hero .lede,.ux-proto-ex-hero .lede,.ux-cal-head .g-prose,.ux-media-head .g-prose{font-size:.94rem;line-height:1.65}
  .search-bar{padding:0 14px}
  .az-bar{gap:10px 12px;font-size:.76rem}
  .filter-box,.newsletter-box{padding:20px}
  .people-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 12px}
  .person-card .name{font-size:.88rem}

  .featured-work,.exhibit-feature{margin-bottom:30px}
  .featured-work .fw-media,.exhibit-feature .ef-media{min-height:240px}
  .featured-work .fw-copy,.exhibit-feature .ef-copy{padding:24px 20px}
  .featured-work .fw-copy h3,.exhibit-feature h3{font-size:1.55rem}
  .filters-row{display:grid;grid-template-columns:1fr;gap:8px}
  .filter-pill,.filter-pill.search{width:100%;min-width:0}
  .filter-menu{position:static;max-height:230px;margin:0 6px 8px;border-left:0;border-right:0;border-bottom:0;box-shadow:none}
  .work-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 12px}
  .work-card .artist{font-size:.79rem}.work-card .title{font-size:.78rem}.work-card .meta{font-size:.7rem}
  .ux-work-results{align-items:flex-start;flex-direction:column;gap:5px}

  .tab-row,.ux-cal-filter,.ux-media-tabs{gap:7px;margin-top:22px}
  .tab-pill,.ux-cal-filter .g-filter,.ux-media-tabs .g-filter{padding:9px 14px;font-size:.72rem}
  .exh-grid{grid-template-columns:1fr;gap:28px}
  .exh-card .thumb{margin-bottom:12px}
  .ux-cal-layout{padding-bottom:48px}
  .ux-cal-toolbar{margin-bottom:14px}
  .ux-cal-agenda-item{padding:14px}
  .ux-media-feature{min-height:280px}.ux-media-feature-image,.ux-media-feature-image img{min-height:280px}.ux-media-feature-copy{padding:20px}.ux-media-feature-copy h2{font-size:1.5rem}
  .ux-media-grid{grid-template-columns:1fr;gap:28px}

  .ux-content-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
  .ux-content-stat{padding:16px 10px}.ux-content-stat strong{font-size:1.7rem}.ux-content-stat span{font-size:.58rem}
  .ux-contact-card{padding:22px 20px}

  .ux-search-head{padding:40px 0 28px}
  .ux-search-form{grid-template-columns:minmax(0,1fr) 48px;margin-top:22px}
  .ux-search-form input{min-width:0;min-height:52px;padding:0 13px;font-size:.9rem}
  .ux-search-row{grid-template-columns:minmax(0,1fr) 36px;gap:10px;min-height:72px;padding:12px 6px}
  .ux-search-row:hover,.ux-search-row:focus-visible{padding-left:10px}
  .ux-search-row h3{font-size:1.08rem}.ux-search-row p{font-size:.71rem}
  .ux-search-arrow{width:30px;height:30px}

  .ux-artist-hero-copy .g-title,.ux-work-info h1,.ux-ex-hero-copy h1,.ux-event-hero h1{font-size:2.75rem}
  .ux-work-hero{min-height:300px}
  .ux-ex-hero-image,.ux-ex-hero-image img{min-height:250px}
}
@media(max-width:390px){
  .g-shell{width:calc(100% - 22px)}
  .g-brand{max-width:150px}.g-brand-main{font-size:1.02rem}.g-brand-sub{font-size:.43rem;letter-spacing:.22em}
  .g-footer-nav{grid-template-columns:1fr}
  .people-grid,.work-grid,.g-artist-grid,.g-artwork-grid{gap:22px 10px}
  .ux-content-stat-grid{grid-template-columns:1fr 1fr}
}


/* shared 4x5 artwork mat v2 */
.g-artwork-card .g-card-media{
  aspect-ratio:4/5;
  display:grid;
  place-items:center;
  padding:clamp(6px,.85vw,12px);
  box-sizing:border-box;
  background:#f1ede5;
}
.g-artwork-card .g-card-media img{
  width:100%;height:100%;display:block;object-fit:contain;box-sizing:border-box;background:transparent;
}
.g-artwork-card:hover .g-card-media img,.g-artwork-card:focus-visible .g-card-media img{transform:scale(1.012)}


/* brand-logo.css */
.logo.logo-image{display:flex;align-items:center;justify-content:flex-start;line-height:1;min-width:0}.brand-logo{display:block;width:auto;height:auto;object-fit:contain;object-position:left center}.brand-logo-header{width:238px;max-width:22vw}.brand-logo-mobile{width:250px;max-width:68vw}.brand-logo-footer{width:285px;max-width:100%}.footer-logo{margin-bottom:18px}@media(max-width:1180px){.brand-logo-header{width:220px;max-width:36vw}}@media(max-width:640px){.brand-logo-header{width:190px;max-width:56vw}.brand-logo-mobile{width:220px;max-width:64vw}.brand-logo-footer{width:245px}}


/* header-fixes.css */
.search-btn{position:relative;flex:0 0 20px;width:20px;height:20px;overflow:visible;color:var(--proto-ink,#201d18)}
.search-btn .search-mark{position:relative;display:block;width:15px;height:15px;border:1.8px solid currentColor;border-radius:50%;box-sizing:border-box}
.search-btn .search-mark::after{content:"";position:absolute;width:7px;height:1.8px;right:-5px;bottom:-2px;background:currentColor;border-radius:2px;transform:rotate(45deg);transform-origin:center}
.search-btn:hover,.search-btn:focus-visible{color:var(--proto-accent,#b9772f)}
.search-btn:focus-visible{outline:2px solid currentColor;outline-offset:5px;border-radius:50%}


/* home-slider.css */
/* HOME SLIDER MEDIA RULE v1: fixed 4:3, crop-free contain, neutral/dominant global background mode. */
.hero-slider{--hero-neutral-bg:#f3efe7;position:relative;width:100%;aspect-ratio:4/3;border-radius:var(--proto-radius);overflow:hidden;background:var(--hero-neutral-bg);touch-action:pan-y}
.hero-slider .hero-media-wrap{--slide-bg:var(--hero-neutral-bg);position:absolute;inset:0;display:grid;place-items:center;opacity:0;pointer-events:none;overflow:hidden;background:var(--slide-bg);transition:opacity .45s ease,background-color .25s ease}
.hero-slider .hero-media-wrap.is-active{opacity:1;pointer-events:auto}
.hero-slider .hero-media-wrap img{display:block;width:100%;height:100%;object-fit:contain;object-position:center center}
.hero-slider .hero-counter{z-index:3}
.hero-slider-controls{position:absolute;left:18px;bottom:18px;z-index:4;display:flex;gap:7px}
.hero-slider-control{display:grid;place-items:center;width:32px;height:32px;border:1px solid rgba(255,255,255,.45);border-radius:50%;background:rgba(20,18,14,.48);color:#fff;font:500 18px/1 var(--proto-sans);cursor:pointer;backdrop-filter:blur(4px)}
.hero-slider-control:hover,.hero-slider-control:focus-visible{background:rgba(20,18,14,.72);border-color:#fff}
.hero-slider-control:focus-visible{outline:2px solid #fff;outline-offset:2px}
@media(max-width:640px){.hero-slider-controls{left:14px;bottom:14px}.hero-slider .hero-counter{right:14px;bottom:14px}}
@media(prefers-reduced-motion:reduce){.hero-slider .hero-media-wrap{transition:none}}


/* media-button-standard.css */
/* Public consistency v2: one media grammar + one control grammar across the site. */
:root{
  --ui-control-bg:#f1ede5;
  --ui-control-bg-hover:#e9e2d7;
  --ui-control-border:#d8d0bd;
  --ui-control-accent:#c37a27;
  --ui-control-accent-hover:#9f611d;
  --ui-control-text:#201d18;
  --ui-media-bg:#f1ede5;
  --ui-button-height:48px;
  --ui-button-pad:0 24px;
  --ui-button-font:.76rem;
  --ui-button-track:.085em;
}

/* All real controls share the homepage CTA geometry. No pill-shaped buttons. */
button,
.g-button,
.btn,
.tab-pill,
.g-filter,
.filter-pill,
.ex-filter-submit,
.ex-filter-clear,
.ux-cal-nav a,
.hero-slider-control,
.ux-art-view-close{
  border-radius:0 !important;
}

/* Shared text-button rhythm, based on the homepage 'Keşfetmeye Başla' CTA. */
.g-button,
.btn,
.tab-pill,
.g-filter,
.filter-pill > summary,
.ex-filter-submit,
.ex-filter-clear{
  min-height:var(--ui-button-height) !important;
  box-sizing:border-box !important;
  font-family:var(--proto-sans,var(--g-font-sans,Arial,sans-serif)) !important;
  font-size:var(--ui-button-font) !important;
  font-weight:700 !important;
  letter-spacing:var(--ui-button-track) !important;
  line-height:1 !important;
  text-transform:uppercase !important;
}
.g-button,
.btn,
.tab-pill,
.g-filter,
.ex-filter-submit,
.ex-filter-clear{
  padding:var(--ui-button-pad) !important;
}

/* Primary actions: exact homepage CTA language. */
.g-button:not(.is-quiet),
.btn.btn-solid,
.ex-filter-submit{
  background:var(--ui-control-accent) !important;
  border:1px solid var(--ui-control-accent) !important;
  color:#fff !important;
  box-shadow:none !important;
}
.g-button:not(.is-quiet):hover,
.g-button:not(.is-quiet):focus-visible,
.btn.btn-solid:hover,
.btn.btn-solid:focus-visible,
.ex-filter-submit:hover,
.ex-filter-submit:focus-visible{
  background:var(--ui-control-accent-hover) !important;
  border-color:var(--ui-control-accent-hover) !important;
  color:#fff !important;
}

/* Secondary actions and inactive filters: same geometry, quieter paper fill. */
.tab-pill,
.g-filter,
.filter-pill,
.btn.btn-outline,
.g-button.is-quiet,
.ex-filter-clear,
.ux-cal-nav a,
.hero-slider-control,
.ux-art-view-close{
  background:var(--ui-control-bg) !important;
  border:1px solid var(--ui-control-border) !important;
  color:var(--ui-control-text) !important;
  box-shadow:none !important;
}
.tab-pill:hover,
.tab-pill:focus-visible,
.g-filter:hover,
.g-filter:focus-visible,
.filter-pill:hover,
.filter-pill:focus-within,
.btn.btn-outline:hover,
.btn.btn-outline:focus-visible,
.g-button.is-quiet:hover,
.g-button.is-quiet:focus-visible,
.ex-filter-clear:hover,
.ex-filter-clear:focus-visible,
.ux-cal-nav a:hover,
.ux-cal-nav a:focus-visible{
  background:var(--ui-control-bg-hover) !important;
  border-color:var(--ui-control-accent) !important;
  color:var(--ui-control-text) !important;
}

/* Active filters/tabs use the same orange treatment as the homepage CTA. */
.tab-pill.active,
.tab-pill.is-active,
.g-filter.is-active,
.filter-pill.active,
.filter-pill[open]{
  background:var(--ui-control-accent) !important;
  border-color:var(--ui-control-accent) !important;
  color:#fff !important;
}
.tab-pill.active:hover,
.tab-pill.is-active:hover,
.g-filter.is-active:hover,
.filter-pill.active:hover,
.filter-pill[open]:hover{
  background:var(--ui-control-accent-hover) !important;
  border-color:var(--ui-control-accent-hover) !important;
  color:#fff !important;
}
.filter-pill.active svg,
.filter-pill[open] svg,
.g-filter.is-active svg,
.tab-pill.active svg,
.tab-pill.is-active svg{color:currentColor !important}

/* Small icon controls keep the same square vocabulary. */
.hero-slider-control{
  width:34px !important;
  height:34px !important;
  min-height:34px !important;
  padding:0 !important;
  backdrop-filter:none !important;
}
.hero-slider-control:hover,.hero-slider-control:focus-visible{
  background:var(--ui-control-bg-hover) !important;
  color:var(--ui-control-text) !important;
}
.ux-cal-nav a,
.ux-art-view-close{
  border-radius:0 !important;
}

/* HOME HERO: fixed 4:3 art stage. Never crop artwork. */
.hero-slider,
.proto-home .hero-media-wrap{
  border-radius:0 !important;
}
.hero-slider .hero-media-wrap{
  display:grid !important;
  place-items:center !important;
  box-sizing:border-box !important;
  background:var(--slide-bg,var(--ui-media-bg)) !important;
}
.hero-slider .hero-media-wrap img{
  width:100% !important;
  height:100% !important;
  max-width:100% !important;
  max-height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  background:transparent !important;
}

/* ARTWORKS: one 4:5 museum stage everywhere, no crop. */
.proto-home .work-thumb,
.work-grid .work-card .thumb,
.g-artwork-card .g-card-media,
.ex-discovery-work .ex-work-media{
  aspect-ratio:4/5 !important;
  display:grid !important;
  place-items:center !important;
  box-sizing:border-box !important;
  overflow:hidden !important;
  border-radius:0 !important;
  background:var(--ui-media-bg) !important;
  padding:clamp(5px,.7vw,10px) !important;
}
.proto-home .work-thumb img,
.work-grid .work-card .thumb img,
.g-artwork-card .g-card-media img,
.ex-discovery-work .ex-work-media img,
.featured-work .fw-media img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  background:transparent !important;
}
.featured-work .fw-media{
  display:grid !important;
  place-items:center !important;
  background:var(--ui-media-bg) !important;
}

/* ARTIST PORTRAITS: one portrait frame. Fill the frame, protect the head area. */
.proto-home .artist-card .thumb,
.people-grid .person-card .photo,
.g-artist-card .g-card-media,
.ux-artist-portrait{
  aspect-ratio:4/5 !important;
  border-radius:0 !important;
  overflow:hidden !important;
  background:var(--ui-media-bg) !important;
}
.proto-home .artist-card .thumb img,
.people-grid .person-card .photo img,
.g-artist-card .g-card-media img,
.ux-artist-portrait img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center 20% !important;
}

/* EXHIBITIONS: poster/document safe 4:3 stage. No poster edges are cropped. */
.exh-card .thumb,
.ux-artist-exhibition-thumb,
.proto-home .exhibit-row .thumb,
.g-list-thumb{
  aspect-ratio:4/3 !important;
  border-radius:0 !important;
  overflow:hidden !important;
  box-sizing:border-box !important;
  background:var(--ui-media-bg) !important;
}
.exh-card .thumb,
.ux-artist-exhibition-thumb{
  padding:clamp(5px,.6vw,9px) !important;
}
.proto-home .exhibit-row .thumb{
  width:88px !important;
  height:auto !important;
  padding:4px !important;
}
.exh-card .thumb img,
.ux-artist-exhibition-thumb img,
.proto-home .exhibit-row .thumb img,
.g-list-thumb img,
.exhibit-feature .ef-media img,
.ux-ex-hero-image img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  background:transparent !important;
}
.exhibit-feature .ef-media,
.ux-ex-hero-image{
  background:var(--ui-media-bg) !important;
}

/* Placeholder art behaves like a document, never like a photo crop. */
.exh-card .thumb:empty,
.ux-artist-exhibition-thumb:empty,
.proto-home .exhibit-row .thumb:empty,
.g-list-thumb:empty,
.proto-home .artist-card .thumb:empty,
.people-grid .person-card .photo:empty,
.ux-artist-portrait:empty{
  background-size:contain !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
}

/* Chips/badges that are labels rather than buttons may remain compact. */


/* legal-v3.css */
.legal-page{padding:48px 0 88px}.legal-hub-hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:70px;align-items:end;padding:24px 0 54px;border-bottom:1px solid var(--g-line)}.legal-hub-copy{max-width:860px}.legal-hub-copy h1,.legal-document-hero h1{margin:10px 0 18px;font-family:var(--g-font-display);font-size:var(--g-fs-page-title);font-weight:600;letter-spacing:-.045em;line-height:.96}.legal-hub-copy p,.legal-document-hero p{max-width:760px;margin:0;color:var(--g-text-soft);font-size:1rem;line-height:1.8}.legal-hub-meta{display:grid;grid-template-columns:auto 1fr;gap:6px 10px;align-items:center;padding:22px 0 2px;border-top:1px solid var(--g-line-strong)}.legal-status-dot{width:9px;height:9px;border-radius:50%;background:var(--g-gold-deep)}.legal-hub-meta>strong{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.legal-hub-stats{grid-column:2;display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.legal-hub-stats span,.legal-region,.legal-active{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--g-line-strong);padding:6px 8px;font-size:.66rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.legal-groups{display:grid;gap:72px;padding:58px 0 0}.legal-group-head{display:grid;grid-template-columns:56px minmax(0,1fr);gap:22px;max-width:850px;margin-bottom:24px}.legal-group-no{font-family:var(--g-font-display);font-size:1.05rem;color:var(--g-gold-deep);padding-top:5px}.legal-group-head h2{margin:0 0 8px;font-family:var(--g-font-display);font-size:clamp(1.8rem,3vw,2.7rem);font-weight:600;letter-spacing:-.02em}.legal-group-head p{margin:0;color:var(--g-text-soft);font-size:.9rem;line-height:1.7}.legal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.legal-card{position:relative;display:flex;flex-direction:column;min-height:290px;padding:22px;border:1px solid var(--g-line);background:var(--g-surface-soft);color:var(--g-text);text-decoration:none;transition:transform .2s ease,border-color .2s ease,background .2s ease}.legal-card:hover{transform:translateY(-3px);border-color:var(--g-line-strong);background:var(--g-bg)}.legal-card-top{display:flex;justify-content:space-between;gap:10px;align-items:center}.legal-active{border:0;padding:0;color:var(--g-muted)}.legal-active i{width:6px;height:6px;border-radius:50%;background:var(--g-gold-deep)}.legal-card-copy{margin-top:34px}.legal-card h3{margin:0 0 12px;font-family:var(--g-font-display);font-size:1.48rem;font-weight:600;line-height:1.15}.legal-card p{margin:0;color:var(--g-text-soft);font-size:.82rem;line-height:1.7}.legal-card-open{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-top:auto;padding-top:26px;border-top:1px solid var(--g-line);font-size:.7rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.legal-card-open b{font-size:1rem;color:var(--g-gold-deep)}.legal-help{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:48px;align-items:end;margin-top:74px;padding:34px;border:1px solid var(--g-line);background:var(--g-surface-soft)}.legal-help-kicker{display:block;margin-bottom:10px;color:var(--g-gold-deep);font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.legal-help h2{margin:0 0 10px;font-family:var(--g-font-display);font-size:2rem;font-weight:600}.legal-help p{max-width:720px;margin:0;color:var(--g-text-soft);font-size:.86rem;line-height:1.7}.legal-help-actions{display:grid;gap:8px}.legal-help-actions a{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid var(--g-line-strong);color:var(--g-text);font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;text-decoration:none}.legal-help-actions a:hover{color:var(--g-gold-deep)}.legal-back{margin-bottom:24px}.legal-back a{display:inline-flex;align-items:center;gap:8px;color:var(--g-muted);font-size:.74rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;text-decoration:none}.legal-back a:hover{color:var(--g-gold-deep)}.legal-document-layout{display:grid;grid-template-columns:minmax(220px,270px) minmax(0,1fr);gap:68px;align-items:start}.legal-document-nav{position:relative}.legal-document-nav-inner{position:sticky;top:96px}.legal-nav-title{margin-bottom:12px;color:var(--g-gold-deep);font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.legal-document-nav nav{border-top:1px solid var(--g-line)}.legal-document-nav a{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:13px 0;border-bottom:1px solid var(--g-line);color:var(--g-muted);font-size:.76rem;line-height:1.4;text-decoration:none}.legal-document-nav a:hover,.legal-document-nav a.active{color:var(--g-text)}.legal-document-nav a.active{font-weight:700}.legal-document-nav a b{font-size:.55rem;color:var(--g-gold-deep)}.legal-document-main{max-width:980px}.legal-document-hero{padding:6px 0 38px;border-bottom:1px solid var(--g-line)}.legal-document-hero h1{max-width:960px;font-size:var(--g-fs-page-title)}.legal-document-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:24px}.legal-document-meta span{display:inline-flex;align-items:center;min-height:30px;padding:6px 9px;border:1px solid var(--g-line);color:var(--g-muted);font-size:.68rem;letter-spacing:.04em}.legal-document-meta span:first-child b{color:var(--g-gold-deep)}.legal-body{max-width:880px;padding:14px 0 18px}.legal-section{padding:30px 0 32px;border-bottom:1px solid var(--g-line)}.legal-section:last-child{border-bottom:0}.legal-section h2{margin:0 0 16px;font-family:var(--g-font-display);font-size:clamp(1.5rem,2.4vw,2.15rem);font-weight:600;letter-spacing:-.015em}.legal-section h3{margin:24px 0 8px;font-size:.95rem}.legal-section p,.legal-section li{color:var(--g-text-soft);font-size:.93rem;line-height:1.85}.legal-section p{margin:0 0 14px}.legal-section ul{margin:10px 0 16px;padding-left:20px}.legal-document-contact{display:flex;justify-content:space-between;gap:30px;align-items:center;margin-top:22px;padding:20px 0;border-top:1px solid var(--g-line-strong);border-bottom:1px solid var(--g-line-strong);color:var(--g-text-soft);font-size:.82rem}.legal-document-contact a{display:flex;gap:12px;align-items:center;color:var(--g-text);font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;text-decoration:none}.legal-document-contact a:hover{color:var(--g-gold-deep)}@media(max-width:1050px){.legal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.legal-document-layout{grid-template-columns:210px minmax(0,1fr);gap:38px}.legal-hub-hero{gap:40px}}@media(max-width:820px){.legal-hub-hero,.legal-help{grid-template-columns:1fr}.legal-hub-meta{max-width:520px}.legal-document-layout{grid-template-columns:1fr}.legal-document-nav-inner{position:static}.legal-document-nav nav{display:flex;gap:8px;overflow-x:auto;padding-bottom:8px;border-top:0}.legal-document-nav a{flex:0 0 auto;max-width:240px;padding:9px 12px;border:1px solid var(--g-line);white-space:normal}.legal-document-nav a.active{border-color:var(--g-line-strong)}.legal-nav-title{margin-bottom:9px}}@media(max-width:640px){.legal-page{padding:34px 0 64px}.legal-hub-hero{padding:12px 0 38px}.legal-hub-copy h1,.legal-document-hero h1{font-size:var(--g-fs-page-title)}.legal-groups{gap:54px;padding-top:42px}.legal-group-head{grid-template-columns:38px 1fr;gap:12px}.legal-grid{grid-template-columns:1fr}.legal-card{min-height:245px}.legal-help{margin-top:54px;padding:24px}.legal-document-contact{align-items:flex-start;flex-direction:column}.legal-document-meta{gap:6px}}


/* Legal V4 route hardening */
html,body{min-height:100%;background:#f8f6f1!important;color:#171613!important}
body{margin:0!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}
.legal-page *{box-sizing:border-box}
body>.g-shell{width:min(1500px,calc(100% - 48px))!important;margin:0 auto!important;background:transparent!important}
.site-header .brand-logo-header{display:block!important;width:220px!important;max-width:220px!important;height:auto!important;object-fit:contain!important}
.site-footer .brand-logo-footer{display:block!important;width:185px!important;max-width:185px!important;height:auto!important;object-fit:contain!important}
.site-header{background:#f8f6f1!important}
.site-footer{background:#f2eee6!important}
@media(max-width:760px){body>.g-shell{width:min(100% - 24px,1500px)!important}.site-header .brand-logo-header{width:180px!important;max-width:180px!important}}
