:root{--ink:#f3f1ec;--paper:#090909;--white:#fff;--muted:#aaa6a0;--accent:#d17a82;--accent-soft:#3a2427;--line:rgba(255,255,255,.12);--max:1240px;--radius:18px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.55}
a{color:inherit;text-decoration:none}
img{display:block;width:100%;height:auto}
.wrap{width:min(calc(100% - 40px),var(--max));margin:auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(9,9,9,.90);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{font-family:Georgia,serif;font-size:1.2rem;letter-spacing:.02em}
.brand span{font-style:italic;color:var(--accent)}
.nav-links{display:flex;align-items:center;gap:28px;font-size:.92rem}
.nav-links a:hover{color:var(--accent)}
.menu-btn{display:none;background:none;border:0;font-size:1.5rem}
.hero{padding:64px 0 36px}
.hero-grid{display:grid;grid-template-columns:1.05fr 1.3fr;gap:40px;align-items:end}
.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;color:var(--accent);font-weight:700}
.hero h1{font-family:Georgia,serif;font-size:clamp(3.2rem,8vw,7.7rem);line-height:.86;font-weight:500;letter-spacing:-.055em;margin:.25em 0}
.hero-copy{max-width:540px;font-size:1.08rem;color:var(--muted)}
.hero-art{position:relative;border-radius:var(--radius);overflow:hidden;min-height:570px;background:#151515}
.hero-art img{height:100%;min-height:570px;object-fit:cover}
.hero-art figcaption{position:absolute;left:18px;bottom:18px;padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.84);backdrop-filter:blur(10px);font-size:.78rem}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:999px;border:1px solid var(--ink);font-size:.9rem;transition:.2s}
.btn.primary{background:var(--ink);color:#090909}
.btn:hover{transform:translateY(-2px)}
.marquee{border-block:1px solid var(--line);overflow:hidden;white-space:nowrap;margin:44px 0 0}
.marquee-track{display:inline-flex;gap:44px;padding:16px 0;animation:move 25s linear infinite;text-transform:uppercase;letter-spacing:.14em;font-size:.75rem;color:var(--muted)}
@keyframes move{to{transform:translateX(-50%)}}
section{padding:90px 0}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:34px}
.section-head h2,.page-title{font-family:Georgia,serif;font-size:clamp(2.5rem,5vw,5rem);font-weight:500;line-height:.95;margin:0}
.section-head p{max-width:520px;color:var(--muted)}
.feature-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}
.tile{position:relative;overflow:hidden;border-radius:var(--radius);background:#151515;min-height:460px}
.tile.tall{min-height:720px}
.tile img{height:100%;object-fit:cover;transition:transform .7s}
.tile:hover img{transform:scale(1.025)}
.tile-overlay{position:absolute;inset:auto 0 0;padding:60px 24px 22px;background:linear-gradient(transparent,rgba(0,0,0,.72));color:#fff}
.tile-overlay h3{font-family:Georgia,serif;font-size:2rem;font-weight:500;margin:0}
.tile-overlay p{margin:.3em 0 0;opacity:.82}
.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}
.portrait{border-radius:var(--radius);overflow:hidden;aspect-ratio:4/5}
.portrait img{height:100%;object-fit:cover}
.quote{font-family:Georgia,serif;font-size:clamp(2rem,4vw,3.7rem);line-height:1.08;margin:.3em 0}
.body-copy{color:var(--muted);max-width:650px}
.facts{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:30px}
.fact{border-top:1px solid var(--line);padding-top:14px}
.fact strong{font-family:Georgia,serif;font-size:2rem;font-weight:500;display:block}
.fact span{font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}
.gallery{columns:3 260px;column-gap:16px}
.art-card{break-inside:avoid;margin:0 0 16px;border-radius:14px;overflow:hidden;background:#151515}
.art-card img{transition:.35s}
.art-card:hover img{transform:scale(1.02)}
.art-meta{padding:13px 14px 16px}
.art-meta h3{font-family:Georgia,serif;font-weight:500;margin:0;font-size:1.16rem}
.art-meta p{font-size:.78rem;color:var(--muted);margin:.3em 0 0}
.filter-bar{display:flex;gap:9px;flex-wrap:wrap;margin:30px 0}
.filter{border:1px solid var(--line);background:transparent;padding:9px 14px;border-radius:999px;cursor:pointer}
.page-hero{padding:74px 0 26px}
.page-hero p{max-width:650px;color:var(--muted);font-size:1.08rem}
.timeline{border-top:1px solid var(--line)}
.timeline-row{display:grid;grid-template-columns:120px 1fr;gap:28px;padding:22px 0;border-bottom:1px solid var(--line)}
.timeline-row h3{margin:0;font-family:Georgia,serif;font-size:1.4rem}
.timeline-row p{margin:0;color:var(--muted)}
.contact{background:#141414;color:#fff;border-radius:28px;padding:clamp(36px,7vw,88px)}
.contact h2{font-family:Georgia,serif;font-size:clamp(3rem,7vw,7rem);line-height:.92;font-weight:500;margin:0 0 30px}
.contact p{max-width:620px;color:#c9c6c0}
.contact .btn{border-color:#fff}
.contact .btn.primary{background:#fff;color:#111}
footer{padding:30px 0 40px}
.footer-row{display:flex;justify-content:space-between;gap:24px;align-items:center;color:var(--muted);font-size:.82rem}
@media (max-width:850px){
  .nav-links{display:none;position:absolute;top:76px;left:0;right:0;padding:25px 20px;background:var(--paper);border-bottom:1px solid var(--line);flex-direction:column;align-items:flex-start}
  .nav-links.open{display:flex}
  .menu-btn{display:block}
  .hero-grid,.feature-grid,.split{grid-template-columns:1fr}
  .hero-art,.hero-art img{min-height:440px}
  .tile.tall{min-height:540px}
  .facts{grid-template-columns:1fr}
  .section-head{display:block}
  .timeline-row{grid-template-columns:1fr}
  .footer-row{align-items:flex-start;flex-direction:column}
}
@media (prefers-reduced-motion:reduce){
  *{scroll-behavior:auto}
  .marquee-track{animation:none}
  .tile img,.art-card img,.btn{transition:none}
}
.photo-feature{background:#111}
.photo-strip{display:grid;grid-template-columns:1.5fr .75fr .75fr;gap:16px}
.photo-panel{position:relative;overflow:hidden;border-radius:var(--radius);min-height:430px;background:#181818}
.photo-panel.wide{min-height:560px}
.photo-panel img{height:100%;object-fit:cover;transition:transform .7s}
.photo-panel:hover img{transform:scale(1.025)}
.photo-intro{display:grid;grid-template-columns:1.25fr .75fr;gap:60px;align-items:end}
.photo-intro p{margin:0 0 8px}
.photo-lead{padding-top:20px}
.cinema-photo{margin:0}
.cinema-photo img{aspect-ratio:16/8;border-radius:var(--radius)}
.cinema-photo figcaption,.photo-card figcaption{display:flex;justify-content:space-between;gap:20px;padding-top:12px;font-size:.84rem}
.cinema-photo figcaption span,.photo-card figcaption span{color:var(--muted)}
.photo-gallery{display:grid;grid-template-columns:repeat(12,1fr);gap:18px;align-items:start}
.photo-card{grid-column:span 4;margin:0}
.photo-card.landscape{grid-column:span 8}
.photo-card.large{grid-column:span 8}
.photo-card img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:14px}
.photo-card.landscape img,.photo-card.large img{aspect-ratio:16/10}
@media (max-width:850px){
  .photo-strip,.photo-intro{grid-template-columns:1fr}
  .photo-panel,.photo-panel.wide{min-height:430px}
  .photo-card,.photo-card.landscape,.photo-card.large{grid-column:1/-1}
  .cinema-photo img{aspect-ratio:4/3}
  .photo-gallery{grid-template-columns:1fr}
}
.photo-gallery .photo-card img{background:#181818}
.photo-gallery{margin-bottom:10px}
@media (min-width:851px){
  .photo-gallery .photo-card.large:first-child{grid-column:span 8}
}
.hero-slider{isolation:isolate;background:#111}
.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity 1.1s ease;display:grid;place-items:center;background:#111}
.hero-slide.active{opacity:1;z-index:1}
.hero-slide img{width:100%;height:100%;min-height:570px;object-fit:contain;transform:scale(1);transition:transform 7s ease}
.hero-slide.active img{transform:scale(1.025)}
.hero-caption{z-index:3;background:rgba(10,10,10,.72) !important;color:#fff;border:1px solid rgba(255,255,255,.12)}
.hero-dots{position:absolute;z-index:4;right:18px;bottom:18px;display:flex;align-items:center;gap:12px}
.hero-dot{width:18px;height:18px;min-width:18px;padding:0;border:2px solid rgba(255,255,255,.9);border-radius:50%;background:rgba(0,0,0,.32);cursor:pointer;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}
.hero-dot:hover,.hero-dot:focus-visible{transform:scale(1.16)}
.hero-dot.active{background:#fff;transform:scale(1.12);box-shadow:0 0 0 4px rgba(255,255,255,.16)}
@media (max-width:850px){
  .hero-slide img{min-height:440px}
  .menu-btn{color:var(--ink)}
}
@media (prefers-reduced-motion:reduce){
  .hero-slide,.hero-slide img{transition:none}
  .hero-slide.active img{transform:none}
}
.category-slider{margin-top:8px}
.category-stage{position:relative;isolation:isolate;overflow:hidden;border-radius:var(--radius);background:#111;border:1px solid var(--line)}
.category-slide{position:absolute;inset:0;margin:0;opacity:0;transition:opacity 1.05s ease;display:grid;place-items:center;background:#111}
.category-slide.active{opacity:1;z-index:1}
.category-slide img{width:100%;height:100%;object-fit:contain;transform:scale(1);transition:transform 8s ease}
.category-slide img.is-portrait{width:auto;height:auto;object-fit:contain}
.category-slide.active img{transform:scale(1.018)}
.category-caption{position:absolute;z-index:3;left:24px;bottom:24px;max-width:calc(100% - 190px);padding:10px 14px;border-radius:999px;background:rgba(8,8,8,.78);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(10px);font-size:.88rem;color:#fff}
.category-dots{position:absolute;z-index:4;right:24px;bottom:24px;display:flex;align-items:center;gap:12px}
.category-dot{width:17px;height:17px;min-width:17px;padding:0;border:2px solid rgba(255,255,255,.9);border-radius:50%;background:rgba(0,0,0,.25);cursor:pointer;transition:transform .2s ease,background .2s ease}
.category-dot:hover,.category-dot:focus-visible{transform:scale(1.18)}
.category-dot.active{background:#fff;box-shadow:0 0 0 3px rgba(255,255,255,.16)}
@media (max-width:850px){
  .hero-dots{right:14px;bottom:16px;gap:10px}
  .hero-dot{width:17px;height:17px;min-width:17px}
  .category-stage{height:clamp(500px,120vw,720px)}
  .category-slide{padding:18px 18px 78px}
  .category-slide img.is-portrait{max-width:82%;max-height:86%}
  .category-caption{left:16px;bottom:20px;max-width:calc(100% - 145px);font-size:.78rem}
  .category-dots{right:16px;bottom:20px;gap:10px}
  .category-dot{width:16px;height:16px;min-width:16px}
}
@media (prefers-reduced-motion:reduce){
  .category-slide,.category-slide img{transition:none}
  .category-slide.active img{transform:none}
}
.filter:hover,.filter:focus-visible{color:#ffffff;border-color:rgba(255,255,255,.45)}
.fact-link{color:inherit;text-decoration:none;transition:transform .2s,color .2s}
.fact-link:hover,.fact-link:focus-visible{color:var(--accent);transform:translateY(-2px)}
.recognition-list{list-style:none;margin:0;padding:0;color:var(--muted)}
.recognition-list li{padding:7px 0;border-bottom:1px solid var(--line)}
.recognition-list li:last-child{border-bottom:0}
.book-layout{display:grid;grid-template-columns:minmax(280px,.75fr) 1.25fr;gap:70px;align-items:center}
.book-cover{aspect-ratio:4/5;max-width:520px;width:100%;padding:clamp(30px,6vw,70px);border:1px solid var(--line);border-radius:var(--radius);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background:radial-gradient(circle at 50% 25%,rgba(183,66,74,.24),transparent 40%),#090909;color:#fff;font-family:Georgia,serif;letter-spacing:.06em}
.book-cover span{font-size:clamp(2.2rem,6vw,5rem);line-height:.9}
.book-cover em{font-size:clamp(1.2rem,2vw,2rem);margin:.5em 0}
.book-cover small{margin-top:3rem;text-transform:uppercase;letter-spacing:.18em;font-family:Inter,system-ui,sans-serif}
.book-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:30px}
.book-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:34px}
.book-columns h3{font-family:Georgia,serif;font-size:1.7rem;font-weight:500;margin:0 0 10px}
@media (max-width:850px){
  .book-layout,.book-facts,.book-columns{grid-template-columns:1fr}
  .book-cover{max-width:430px;margin:auto}
}
:root{color-scheme:dark}
body{min-height:100vh;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
main{min-height:60vh}
.site-header{box-shadow:0 1px 0 rgba(255,255,255,.025)}
.brand, .nav-links a, .btn, .filter, .fact-link{-webkit-tap-highlight-color:transparent}
.nav-links a{position:relative;padding:8px 0;color:var(--ink);transition:color .2s ease}
.nav-links a::after{content:"";position:absolute;left:0;right:0;bottom:2px;height:1px;background:var(--accent);transform:scaleX(0);transform-origin:center;transition:transform .2s ease}
.nav-links a:hover::after, .nav-links a:focus-visible::after, .nav-links a.active::after{transform:scaleX(1)}
.nav-links a.active{color:var(--accent)}
a:focus-visible, button:focus-visible{outline:2px solid var(--accent);outline-offset:4px}
.btn{min-height:46px;line-height:1.2}
.btn:hover{border-color:var(--accent)}
.btn:active{transform:translateY(0)}
.filter{color:#f2f2f2;font:inherit;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}
.filter:hover{transform:translateY(-1px)}
.filter.active{background:var(--ink);color:#090909;border-color:var(--ink)}
section{scroll-margin-top:96px}
.page-hero{border-bottom:1px solid rgba(255,255,255,.04)}
.art-card, .tile, .category-stage, .book-cover-image, .book-highlight, .contact{box-shadow:0 18px 45px rgba(0,0,0,.18)}
.art-card, .tile, .category-stage, .contact, .book-cover-image{border:1px solid rgba(255,255,255,.07)}
.art-meta h3, .tile-overlay h3, .section-head h2, .page-title, .quote{text-wrap:balance}
.body-copy, .hero-copy, .section-head p, .contact p{text-wrap:pretty}
footer{margin-top:30px;border-top:1px solid var(--line)}
.footer-row{min-height:70px}
@media (max-width:850px){
  .nav-links{gap:8px}
  .nav-links a{width:100%;padding:10px 0}
  section{padding:68px 0}
  .page-hero{padding-top:54px}
}
@media (max-width:520px){
  .wrap{width:min(calc(100% - 28px),var(--max))}
  .actions{align-items:stretch}
  .actions .btn{width:100%}
}
.selected-work-grid{display:grid;grid-template-columns:1fr;gap:20px;width:min(100%,980px);margin-inline:auto}
.selected-feature-large{width:min(100%,820px);justify-self:center}
.selected-feature-large img{max-height:500px;object-fit:contain;background:#050505}
.selected-work-compact{width:88%;justify-self:center}
.selected-work-compact img{width:100%;height:260px;object-fit:contain;background:#050505}
.selected-bella-full img{object-fit:contain !important;object-position:center !important}
@media (max-width:850px){
  .selected-work-row{grid-template-columns:1fr}
  .selected-work-compact{width:min(100%,520px)}
  .selected-work-compact img{height:auto;max-height:460px}
  .selected-feature-large img{max-height:none}
}
.selected-work-row .selected-work-compact:nth-child(n+4){width:78%}
.selected-work-row .selected-work-compact:nth-child(4){justify-self:end}
.selected-work-row .selected-work-compact:nth-child(5){justify-self:start}
@media (max-width:850px){
  .selected-work-row{grid-template-columns:1fr}
  .selected-work-row .selected-work-compact:nth-child(n+4){width:min(100%,520px);justify-self:center}
}
.selected-work-row{display:grid}
.selected-work-row .selected-work-compact{justify-self:center !important}
.selected-work-row .tile img{display:block}
.selected-work-row .tile{display:flex !important;flex-direction:column !important}
.selected-work-row .tile img{margin-bottom:2px !important}
.selected-work-row .tile-overlay{position:static !important;background:transparent !important;inset:auto !important}
.selected-work-row .tile-overlay h3{line-height:1.1 !important}
.selected-work-row .tile-overlay{padding-top:0 !important}
.selected-work-row .tile-overlay h3{font-size:.9rem !important;margin:0 !important}
.selected-work-row .tile-overlay p{font-size:.68rem !important;margin:1px 0 0 !important}
.selected-work-row .tile{height:auto !important;min-height:0 !important;align-self:start !important}
.selected-work-row .selected-work-compact{min-height:0 !important}
.selected-work-row .selected-work-compact img{flex:0 0 auto !important}
.selected-work-row .tile-overlay{flex:none !important;height:auto !important;min-height:0 !important;display:block !important;margin:2px 0 0 !important}
.selected-work-row .tile-overlay h3, .selected-work-row .tile-overlay p{display:block !important}
.selected-work-row .selected-work-compact{box-sizing:border-box}
.selected-work-row .selected-work-compact img{margin:0 auto 8px auto !important}
.selected-work-row .tile-overlay{padding:4px 6px 6px !important}
.artwork-collection-section{padding:56px 0}
.artwork-collection-section + .artwork-collection-section{border-top:1px solid rgba(255,255,255,.12)}
.artwork-collection-head{margin-bottom:26px}
.artwork-collection-head h2{margin:6px 0 0}
@media (max-width:900px){
  .artwork-collection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:600px){
  .artwork-collection-section{padding:42px 0}
  .artwork-collection-grid{grid-template-columns:1fr;gap:22px}
}
.artwork-collection-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:34px !important;overflow:visible}
.artwork-collection-grid .art-card{position:relative;z-index:1;transition:transform .3s ease, z-index 0s}
.artwork-collection-grid .art-card img{transition:transform .35s ease, box-shadow .35s ease;transform-origin:center center;cursor:zoom-in}
@media (hover:hover) and (pointer:fine){
  .artwork-collection-grid .art-card:hover{z-index:20}
  .artwork-collection-grid .art-card:hover img{transform:scale(1.28);box-shadow:0 24px 70px rgba(0,0,0,.72)}
}
@media (max-width:700px){
  .artwork-collection-grid{grid-template-columns:1fr !important}
  .artwork-collection-grid .art-card img{cursor:default}
}
.artwork-collection-grid{align-items:start !important}
.artwork-collection-grid .art-card{height:auto !important;min-height:0 !important;align-self:start !important;overflow:visible !important}
.artwork-collection-grid .art-card img{display:block !important;max-height:none !important;margin:0 !important}
.artwork-collection-grid .art-meta{display:block !important;height:auto !important;min-height:0 !important;padding:12px 0 0 !important;margin:0 !important}
.artwork-collection-grid .art-meta h3{margin:0 !important}
.artwork-collection-grid .art-meta p:empty{display:none !important}
.artwork-collection-grid{display:block !important}
.artwork-collection-grid .art-card{display:inline-block !important;width:100% !important;margin:0 0 32px !important;break-inside:avoid;-webkit-column-break-inside:avoid;page-break-inside:avoid;vertical-align:top}
.artwork-collection-grid .art-card img{width:100% !important;height:auto !important;object-fit:contain !important}
@media (max-width:700px){
  .artwork-collection-grid{column-count:1}
}
@media (max-width:700px){
  .artwork-collection-grid .art-card{margin-bottom:36px !important}
}
.artwork-collection-grid{column-count:3 !important;column-gap:36px !important}
.artwork-collection-grid .art-card{margin-bottom:36px !important}
@media (max-width:950px){
  .artwork-collection-grid{column-count:2 !important}
}
@media (max-width:650px){
  .artwork-collection-grid{column-count:1 !important}
  .artwork-collection-grid .art-card{margin-bottom:28px !important}
}
.selected-work-grid .tile, .selected-work-row .tile, .selected-feature-large{outline:none !important}
.selected-work-row .selected-work-compact{max-width:none !important;padding:0 !important;margin:0 !important}
.selected-work-row .selected-work-compact img{max-width:none !important}
.selected-work-row .tile-overlay{padding-left:0 !important;padding-right:0 !important}
.selected-feature-large{position:relative !important;overflow:hidden !important}
.contact h2, .contact-section h2{font-size:1.1rem !important;line-height:1.4 !important;font-weight:400 !important;margin-bottom:.6rem !important}
.selected-work-grid .tile, .selected-work-row .tile, .selected-feature-large{border:1px solid rgba(255,255,255,.18) !important;background:#111 !important;box-shadow:0 10px 28px rgba(0,0,0,.25) !important;box-sizing:border-box !important}
.selected-work-row{gap:36px !important}
.selected-work-row{grid-template-columns:repeat(3,minmax(0,1fr)) !important;align-items:start !important}
.selected-work-row .selected-work-compact{width:100% !important;height:auto !important}
.selected-work-row .selected-work-compact img{width:100% !important;height:260px !important;object-fit:cover !important;object-position:center !important;display:block !important}
.selected-feature-large{padding-left:0 !important;padding-right:0 !important}
.selected-feature-large img{width:100% !important;margin-left:0 !important;margin-right:0 !important;display:block !important}
.selected-feature-large .tile-overlay{left:14px !important;right:14px !important;bottom:14px !important;padding:12px 14px !important;box-sizing:border-box !important}
.selected-work-pair{display:grid !important;gap:34px !important}
.selected-work-pair-card{position:relative !important;display:block !important;width:100% !important;min-width:0 !important;padding:0 !important;margin:0 !important;border:1px solid rgba(255,255,255,.18) !important;box-shadow:0 10px 28px rgba(0,0,0,.25) !important;box-sizing:border-box !important}
.selected-work-pair-card img{margin:0 !important}
.selected-work-pair-card .tile-overlay{left:14px !important;right:14px !important;bottom:14px !important}
@media (max-width:760px){
  .selected-work-pair{grid-template-columns:1fr !important;gap:24px !important}
  .selected-work-pair-card img{height:auto !important}
}
.selected-work-pair{width:100% !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;align-items:start !important}
.selected-work-pair-card{overflow:visible !important;background:transparent !important}
.selected-work-pair-card img{width:100% !important;height:auto !important;max-height:none !important;object-fit:contain !important;object-position:center !important;display:block !important}
.selected-work-pair-card .tile-overlay{position:static !important;inset:auto !important;width:100% !important;padding:10px 2px 0 !important;margin:0 !important;background:transparent !important;box-shadow:none !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important;box-sizing:border-box !important}
.selected-work-pair-card .tile-overlay h3, .selected-work-pair-card .tile-overlay p{margin-left:0 !important;margin-right:0 !important}
@media (max-width:760px){
  .selected-work-pair{grid-template-columns:1fr !important}
}
.selected-photography-row{margin-top:34px}
.selected-photo-card{display:block;height:100%;margin:0;border:1px solid rgba(255,255,255,.18);background:transparent;box-shadow:0 1px 8px rgba(0,0,0,.20);text-decoration:none;box-sizing:border-box}
.selected-photo-card img{max-height:none}
.selected-photo-meta{padding:10px 2px 0;background:transparent;color:inherit}
.selected-photo-meta h3, .selected-photo-meta p{margin-left:0;margin-right:0}
@media (max-width:760px){
  .selected-photography-row{grid-template-columns:1fr;gap:12px}
}
.selected-photography-row{justify-content:center !important}
.selected-photo-card{justify-self:center !important}
@media (max-width:760px){
  .selected-photo-card{width:100% !important;max-width:none !important}
}
@media (max-width:900px){
  .selected-photography-row{grid-template-columns:1fr !important}
  .selected-photo-card{max-width:none !important}
}
.selected-photography-row .selected-photo-card:first-child img{max-height:340px !important;max-width:100% !important;margin:0 auto !important}
.selected-photography-row{justify-items:center !important}
.selected-photo-card{width:100% !important;max-width:280px !important}
.selected-photo-card img{height:360px !important;object-fit:contain !important;object-position:center center !important}
@media (max-width:900px){
  .selected-photography-row{grid-template-columns:1fr !important}
  .selected-photo-card{max-width:none !important}
  .selected-photo-card img{height:auto !important}
}
img, .tile, .selected-work-pair-card, .selected-photo-card, .artwork-card, .gallery-item{border-radius:0 !important}
.selected-photo-card{padding:0 !important}
.selected-photo-card img{display:block !important;margin:0 !important;padding:0 !important;width:100% !important;background:transparent !important}
.selected-photo-meta{padding-top:8px !important}
.selected-photography-row .selected-photo-card:first-child img{width:100% !important;height:360px !important;object-fit:contain !important;object-position:center top !important}
.selected-photography-row .selected-photo-card:nth-child(2) img, .selected-photography-row .selected-photo-card:nth-child(3) img{height:360px !important;object-fit:contain !important}
.selected-photography-row{display:grid !important;grid-template-columns:repeat(3, minmax(0, 1fr)) !important;gap:24px !important;align-items:stretch !important}
.selected-photography-row .selected-photo-card{width:100% !important;max-width:none !important;height:440px !important;display:flex !important;flex-direction:column !important;padding:0 !important;margin:0 !important;overflow:hidden !important;box-sizing:border-box !important}
.selected-photography-row .selected-photo-card img{width:100% !important;height:360px !important;min-height:360px !important;max-height:360px !important;display:block !important;margin:0 !important;padding:0 !important;object-fit:cover !important;object-position:center center !important;flex:0 0 360px !important}
.selected-photography-row .selected-photo-card:first-child img, .selected-photography-row .selected-photo-card:nth-child(2) img, .selected-photography-row .selected-photo-card:nth-child(3) img{width:100% !important;height:360px !important;min-height:360px !important;max-height:360px !important;object-fit:cover !important;object-position:center center !important}
.selected-photography-row .selected-photo-meta{height:80px !important;min-height:80px !important;max-height:80px !important;flex:0 0 80px !important;padding:10px 12px !important;margin:0 !important;box-sizing:border-box !important;display:flex !important;flex-direction:column !important;justify-content:center !important}
@media (max-width:900px){
  .selected-photography-row{grid-template-columns:1fr !important}
  .selected-photography-row .selected-photo-card{height:auto !important}
  .selected-photography-row .selected-photo-card img{height:auto !important;min-height:0 !important;max-height:none !important;flex:auto !important;object-fit:contain !important}
  .selected-photography-row .selected-photo-meta{height:auto !important;min-height:0 !important;max-height:none !important;flex:auto !important}
}
body.lightbox-open{overflow:hidden}
.art-card img{cursor:zoom-in}
.artwork-lightbox{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:28px;background:rgba(0,0,0,.95);opacity:0;transition:opacity .2s ease}
.artwork-lightbox.open{display:flex;opacity:1}
.artwork-lightbox-figure{margin:0;max-width:92vw;max-height:90vh;display:flex;flex-direction:column;align-items:center;justify-content:center}
.artwork-lightbox-figure img{display:block;max-width:92vw;max-height:82vh;width:auto;height:auto;object-fit:contain;box-shadow:0 22px 70px rgba(0,0,0,.65);border-radius:0 !important}
.artwork-lightbox-figure figcaption{margin-top:14px;color:#fff;text-align:center;font-size:1rem}
.artwork-lightbox-close, .artwork-lightbox-nav{position:fixed;z-index:10001;border:0;background:rgba(255,255,255,.12);color:#fff;cursor:pointer;line-height:1;border-radius:0}
.artwork-lightbox-close{top:20px;right:22px;width:46px;height:46px;font-size:34px}
.artwork-lightbox-nav{top:50%;transform:translateY(-50%);width:50px;height:64px;font-size:42px}
.artwork-lightbox-prev{left:18px}
.artwork-lightbox-next{right:18px}
.artwork-lightbox-close:hover, .artwork-lightbox-nav:hover{background:rgba(255,255,255,.22)}
@media (max-width:700px){
  .artwork-lightbox{padding:16px}
  .artwork-lightbox-figure img{max-width:96vw;max-height:78vh}
  .artwork-lightbox-nav{width:42px;height:54px}
  .artwork-lightbox-prev{left:8px}
  .artwork-lightbox-next{right:8px}
}
.category-slider{width:min(100%,900px) !important;margin:8px auto 0 !important}
.category-stage{height:clamp(380px,52vw,620px) !important}
.category-slide{padding:20px 20px 68px !important}
.category-slide img.is-portrait{max-width:min(56%,430px) !important;max-height:84% !important}
.cinema-photo img{max-height:500px !important;object-fit:cover !important}
@media (max-width:850px){
  .category-slider{width:min(100%,680px) !important}
  .category-stage{height:clamp(390px,105vw,580px) !important}
  .category-slide img.is-portrait{max-width:76% !important;max-height:82% !important}
}
.photo-lead, .photo-lead .wrap{width:min(calc(100% - 40px),1000px) !important;max-width:1000px !important}
.photo-lead .cinema-photo{height:auto !important;overflow:visible !important}
.photo-lead .cinema-photo img{height:auto !important;max-height:500px !important;object-fit:cover !important}
.photo-lead .wrap{margin-left:auto !important;margin-right:auto !important;text-align:center !important}
.photo-lead .cinema-photo{margin-left:auto !important;margin-right:auto !important}
.photo-lead .cinema-photo img{margin-left:auto !important;margin-right:auto !important;object-position:center center !important}
.photo-lead .wrap{margin:0 auto !important}
.photo-lead img{display:block !important;margin-left:auto !important;margin-right:auto !important}
.photo-lead{display:flex !important;justify-content:center !important}
.photo-lead .wrap{width:100% !important;display:flex !important;justify-content:center !important}
.photo-lead .cinema-photo{display:flex !important;justify-content:center !important;align-items:center !important;margin:0 auto !important;max-width:1000px !important;width:100% !important}
.photo-lead .cinema-photo img{display:block !important;margin:0 auto !important;width:auto !important;max-width:100% !important}
.photography-compact .photo-page-hero{padding:34px 0 10px !important}
.photography-compact .photo-page-hero .wrap{width:min(calc(100% - 40px),980px) !important}
.photography-compact .photo-page-hero .eyebrow{margin-bottom:0 !important}
.photo-collection-compact{padding:44px 0 !important}
.photo-collection-compact .wrap{width:min(calc(100% - 40px),980px) !important}
.photo-collection-compact .section-head{margin-bottom:18px !important;gap:24px !important;align-items:end !important}
.photo-collection-compact .section-head h2{font-size:clamp(2rem,4vw,3.4rem) !important;line-height:1 !important}
.photo-collection-compact .section-head p{max-width:430px !important;font-size:.92rem !important;line-height:1.55 !important;margin:0 !important}
.photo-collection-compact .eyebrow{font-size:.66rem !important;letter-spacing:.16em !important}
.photo-collection-compact .category-slider{width:min(100%,820px) !important;margin:0 auto !important}
.photo-collection-compact .category-stage{height:clamp(360px,48vw,520px) !important;border-radius:0 !important}
.photo-collection-compact .category-slide{padding:18px 18px 58px !important}
.photo-collection-compact .category-slide img.is-portrait{max-width:min(58%,380px) !important;max-height:86% !important}
.photo-collection-compact .category-caption{left:16px !important;bottom:14px !important;padding:7px 10px !important;font-size:.76rem !important;border-radius:0 !important}
.photo-collection-compact .category-dots{right:16px !important;bottom:16px !important;gap:8px !important}
.photo-collection-compact .category-dot{width:10px !important;height:10px !important;min-width:10px !important}
.photo-section-alt{background:#0d0d0d !important}
.photo-contact-compact{padding:38px 0 46px !important}
.photo-contact-compact .wrap{width:min(calc(100% - 40px),820px) !important}
.photo-contact-compact .contact{padding:28px 32px !important;border-radius:0 !important;text-align:center !important}
.photo-contact-compact .contact h2{font-size:clamp(1.8rem,3.8vw,3rem) !important;margin-bottom:14px !important}
.photo-contact-compact .contact p{max-width:560px !important;margin:0 auto !important;font-size:.92rem !important}
.photo-contact-compact .actions{justify-content:center !important;margin-top:18px !important}
@media (max-width:850px){
  .photo-collection-compact{padding:34px 0 !important}
  .photo-collection-compact .section-head{margin-bottom:16px !important}
  .photo-collection-compact .section-head p{margin-top:10px !important}
  .photo-collection-compact .category-slider{width:100% !important}
  .photo-collection-compact .category-stage{height:clamp(330px,92vw,500px) !important}
  .photo-collection-compact .category-slide img.is-portrait{max-width:78% !important;max-height:84% !important}
  .photo-contact-compact .contact{padding:24px 20px !important}
}

/* Clickable photography gallery */
.category-stage.gallery-click-target{cursor:pointer}
.category-stage.gallery-click-target .category-dots{cursor:default}
.category-stage.gallery-click-target:focus-visible{outline:2px solid currentColor;outline-offset:6px}

/* Photography lightbox control hit areas */
#photography-lightbox{pointer-events:auto !important}
#photography-lightbox .artwork-lightbox-figure{pointer-events:none}
#photography-lightbox .artwork-lightbox-close,
#photography-lightbox .artwork-lightbox-nav{pointer-events:auto !important;z-index:2147483647 !important;touch-action:manipulation;-webkit-tap-highlight-color:transparent}

/* Homepage selected photography: show complete images above captions */
.selected-photography-row .selected-photo-card{
  height:auto !important;
  min-height:0 !important;
  overflow:visible !important;
  display:flex !important;
  flex-direction:column !important;
}
.selected-photography-row .selected-photo-card img,
.selected-photography-row .selected-photo-card:first-child img,
.selected-photography-row .selected-photo-card:nth-child(2) img,
.selected-photography-row .selected-photo-card:nth-child(3) img{
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  flex:0 0 auto !important;
  object-fit:contain !important;
  object-position:center !important;
  display:block !important;
}
.selected-photography-row .selected-photo-meta{
  position:static !important;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  flex:0 0 auto !important;
  padding:10px 12px 12px !important;
  margin:0 !important;
}

/* Align photography gallery images to top */
.category-stage{
  display:flex!important;
  align-items:flex-start!important;
}
.category-slide{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:center!important;
  padding:0!important;
}
.category-slide img,
.category-slide img.is-portrait{
  align-self:flex-start!important;
  margin-top:0!important;
  object-position:top center!important;
}

/* Keep portrait photos top-aligned but display them larger */
.category-slide img.is-portrait{
  width:auto !important;
  height:auto !important;
  max-width:78% !important;
  max-height:92% !important;
  align-self:flex-start !important;
  margin:0 auto !important;
  object-fit:contain !important;
  object-position:top center !important;
}

@media(max-width:850px){
  .category-slide img.is-portrait{
    max-width:88% !important;
    max-height:92% !important;
  }
}

/* Fix portrait gallery sizing: fill gallery height without cropping */
.category-stage{
  position:relative !important;
}

.category-slide{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  padding:0 !important;
  align-items:flex-start !important;
  justify-content:center !important;
}

.category-slide img.is-portrait{
  width:auto !important;
  height:100% !important;
  max-width:100% !important;
  max-height:100% !important;
  margin:0 auto !important;
  padding:0 !important;
  object-fit:contain !important;
  object-position:top center !important;
  align-self:flex-start !important;
}

/* Horizontal images continue to use the available gallery area */
.category-slide img:not(.is-portrait){
  max-width:100% !important;
  max-height:100% !important;
  margin:0 auto !important;
  object-fit:contain !important;
  object-position:top center !important;
}

/* Root fix: override compact-page portrait constraints */
.photo-collection-compact .category-stage{
  position:relative !important;
  overflow:hidden !important;
}

.photo-collection-compact .category-slide{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  padding:0 !important;
  display:flex !important;
  align-items:flex-start !important;
  justify-content:center !important;
}

.photo-collection-compact .category-slide img.is-portrait{
  width:auto !important;
  height:100% !important;
  max-width:100% !important;
  max-height:100% !important;
  min-height:100% !important;
  margin:0 auto !important;
  padding:0 !important;
  object-fit:contain !important;
  object-position:top center !important;
  align-self:flex-start !important;
  transform-origin:top center !important;
}

@media(max-width:850px){
  .photo-collection-compact .category-slide img.is-portrait{
    width:auto !important;
    height:100% !important;
    max-width:100% !important;
    max-height:100% !important;
    min-height:100% !important;
  }
}

/* ===== Holistic v3 refinement pass ===== */

/* Faster, smoother photography transitions */
.category-slide{
  transition:opacity .58s ease !important;
}
.category-slide img{
  transition:transform 6.5s ease !important;
}

/* Artwork titles: clean gallery, reveal on hover/focus */
.art-card{
  position:relative !important;
}
.art-card .art-meta{
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  z-index:2 !important;
  padding:34px 14px 12px !important;
  margin:0 !important;
  color:#fff !important;
  background:linear-gradient(to top, rgba(0,0,0,.76), rgba(0,0,0,0)) !important;
  opacity:0 !important;
  transform:translateY(5px);
  transition:opacity .22s ease, transform .22s ease;
  pointer-events:none;
}
.art-card:hover .art-meta,
.art-card:focus-within .art-meta{
  opacity:1 !important;
  transform:none;
}
.art-card .art-meta p:empty{display:none !important;}

/* Home: subtle image zoom only on devices with hover */
@media (hover:hover) and (pointer:fine){
  .selected-work-pair-card,
  .selected-photo-card{
    overflow:hidden;
  }
  .selected-work-pair-card img,
  .selected-photo-card img{
    transition:transform .35s ease !important;
  }
  .selected-work-pair-card:hover img,
  .selected-photo-card:hover img{
    transform:scale(1.025);
  }
}

/* Contact buttons: self-contained email / Instagram icons */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
}
.btn-icon{
  width:16px;
  height:16px;
  flex:0 0 16px;
}

/* Keyboard focus */
a:focus-visible,
button:focus-visible,
.filter:focus-visible{
  outline:2px solid #fff !important;
  outline-offset:4px !important;
}

/* Touch targets without making the dots visually bulky */
.category-dot,
.hero-dot{
  position:relative;
}
.category-dot::after,
.hero-dot::after{
  content:"";
  position:absolute;
  inset:-10px;
}

/* Mobile layout hardening */
@media(max-width:700px){
  .wrap{
    width:min(calc(100% - 28px), var(--wrap, 1180px)) !important;
  }
  .actions{
    gap:10px !important;
  }
  .actions .btn{
    min-height:44px;
  }
  .hero-grid,
  .split,
  .book-layout{
    gap:28px !important;
  }
  .selected-work-pair,
  .selected-photography-row{
    gap:18px !important;
  }
  .section-head{
    gap:12px !important;
  }

  /* On touch screens keep artwork titles visible */
  .art-card .art-meta{
    position:static !important;
    opacity:1 !important;
    transform:none !important;
    background:transparent !important;
    color:inherit !important;
    padding:8px 0 0 !important;
  }
}

/* Respect reduced-motion preference site-wide */
@media (prefers-reduced-motion:reduce){
  *,
  *::before,
  *::after{
    scroll-behavior:auto !important;
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.01ms !important;
  }
}

/* Media sections */
.media-feature-section{
  padding:56px 0;
  border-top:1px solid var(--line);
}
.media-feature-head{margin-bottom:24px;}
.media-feature-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px;
  align-items:start;
}
.media-feature-grid:has(.media-feature-card:only-child){
  grid-template-columns:minmax(0,760px);
}
.media-feature-card{min-width:0;}
.media-embed{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  background:#000;
  border:1px solid var(--line);
}
.media-embed iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  display:block;
}
.media-feature-meta{padding-top:12px;}
.media-feature-meta h3{
  margin:0 0 5px;
  font-size:1.05rem;
  line-height:1.3;
}
.media-feature-meta p{
  margin:0;
  color:var(--muted);
  font-size:.9rem;
  line-height:1.55;
}
@media(max-width:760px){
  .media-feature-section{padding:40px 0;}
  .media-feature-grid{grid-template-columns:1fr;gap:24px;}
}

/* Robust video cards: avoids YouTube iframe error 153 on local/static preview */
.video-link-card{
  position:absolute;
  inset:0;
  display:block;
  overflow:hidden;
  background:#000;
  text-decoration:none;
}
.video-link-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .25s ease, opacity .25s ease;
}
.video-play-button{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:62px;
  height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(0,0,0,.72);
  border:1px solid rgba(255,255,255,.35);
  color:#fff;
  font-size:23px;
  line-height:1;
}
.video-link-card:hover img,
.video-link-card:focus-visible img{
  transform:scale(1.025);
  opacity:.9;
}
.video-link-card:focus-visible{
  outline:2px solid #fff;
  outline-offset:3px;
}

/* Book community activities */
.book-community{padding:2.5rem 0}
.book-community-inner{width:min(1120px,calc(100% - 40px));margin:0 auto}
.book-community-heading{max-width:720px;margin-bottom:1.25rem}
.book-community-heading h2{margin:.2rem 0 .55rem}
.book-community-heading p{margin:0}
.book-community-gallery{display:grid;grid-template-columns:1.45fr 1fr 1fr;gap:10px;align-items:stretch}
.book-community-gallery figure{margin:0;overflow:hidden;min-height:240px;background:#eee}
.book-community-gallery img{width:100%;height:100%;min-height:240px;object-fit:cover;display:block}
@media(max-width:760px){
.book-community{padding:2rem 0}
.book-community-inner{width:min(1120px,calc(100% - 28px))}
.book-community-gallery{grid-template-columns:1fr}
.book-community-gallery figure,.book-community-gallery img{min-height:0;height:auto}
}

/* Behind the Book */
.behind-book{padding:2.5rem 0}
.behind-book-inner{width:min(1120px,calc(100% - 40px));margin:0 auto}
.behind-book .eyebrow{margin-bottom:1rem}
.behind-book-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.behind-book-item{border-top:1px solid currentColor;padding-top:1rem}
.behind-book-item h3{margin:0 0 .55rem;font-size:1rem;letter-spacing:.04em;text-transform:uppercase}
.behind-book-item p{margin:0;line-height:1.65}
@media(max-width:760px){
  .behind-book{padding:2rem 0}
  .behind-book-inner{width:min(1120px,calc(100% - 28px))}
  .behind-book-grid{grid-template-columns:1fr;gap:20px}
}

/* Book illustration museum exhibition */
.book-exhibition-feature{width:min(100%,980px);margin:2rem auto 0}
.book-exhibition-feature img{display:block;width:100%;height:auto;max-height:560px;object-fit:contain}
.book-exhibition-feature figcaption{margin-top:.75rem;font-size:.92rem;line-height:1.55}
@media(max-width:760px){
  .book-exhibition-feature{margin-top:1.5rem}
}

/* Give the larger horizontal works stronger visual presence. */
[data-artwork-recent] .recent-art-card[data-orientation="landscape"]{
  justify-self:stretch;
}

[data-artwork-recent] .recent-art-card[data-orientation="portrait"]{
  justify-self:center;
}

/* Tablet: preserve relative hierarchy without making cards too narrow. */
@media(max-width:900px){
  [data-artwork-recent].artwork-collection-grid{
    grid-template-columns:repeat(8,minmax(0,1fr)) !important;
    gap:18px !important;
  }
  [data-artwork-recent] .recent-art-card[data-orientation="landscape"]{
    grid-column:span 5 !important;
  }
  [data-artwork-recent] .recent-art-card[data-orientation="portrait"]{
    grid-column:span 3 !important;
  }
}

/* Mobile: one work per row for clean viewing; proportions remain intact. */
@media(max-width:620px){
  [data-artwork-recent].artwork-collection-grid{
    display:block !important;
  }
  [data-artwork-recent] .recent-art-card{
    width:100% !important;
    margin:0 0 22px !important;
  }
  [data-artwork-recent] .recent-art-card[data-orientation="portrait"]{
    width:min(76%,420px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
}

/* Painted Moon helps complete the final row while retaining its true ratio. */
@media(min-width:901px){
  [data-artwork-recent] .recent-art-card{
    grid-column:span var(--art-span,4);
  }
}

@media(max-width:900px) and (min-width:621px){
  [data-artwork-recent] .recent-art-card[data-orientation="landscape"]{
    grid-column:span 4 !important;
  }
  [data-artwork-recent] .recent-art-card[data-orientation="portrait"]{
    grid-column:span 3 !important;
  }
}

/* Row 1: Murmuration Migration + Wallflower */
  [data-artwork-recent] .recent-art-card:nth-child(1){
    grid-column:span 8 !important;
  }
  [data-artwork-recent] .recent-art-card:nth-child(2){
    grid-column:span 4 !important;
  }

  /* Row 2: Ode to Persephone + Bella Donna's Vanity */
  [data-artwork-recent] .recent-art-card:nth-child(3){
    grid-column:span 4 !important;
  }
  [data-artwork-recent] .recent-art-card:nth-child(4){
    grid-column:span 8 !important;
  }

  /* Row 3: Unbox Imagination + Primal */
  [data-artwork-recent] .recent-art-card:nth-child(5){
    grid-column:span 7 !important;
  }
  [data-artwork-recent] .recent-art-card:nth-child(6){
    grid-column:span 5 !important;
  }

  [data-artwork-recent] .recent-art-card img{
    width:100% !important;
    height:auto !important;
    max-width:100% !important;
    object-fit:contain !important;
    display:block !important;
  }
}

/* Tablet: retain paired composition with simpler 2-column sizing */
@media(max-width:900px) and (min-width:621px){
  [data-artwork-recent].artwork-collection-grid{
    columns:unset !important;
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:20px !important;
  }
  [data-artwork-recent] .recent-art-card{
    grid-column:auto !important;
    width:100% !important;
    margin:0 !important;
  }
}

/* Phone: one artwork per row */
@media(max-width:620px){
  [data-artwork-recent].artwork-collection-grid{
    display:block !important;
  }
  [data-artwork-recent] .recent-art-card{
    width:100% !important;
    margin:0 0 22px !important;
  }
  [data-artwork-recent] .recent-art-card[data-orientation="portrait"]{
    width:min(78%,420px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
}

/* Row 1: Bella Donna's Vanity + Ode to Persephone */
  [data-artwork-recent] .recent-art-card:nth-child(1){grid-column:span 8 !important;}
  [data-artwork-recent] .recent-art-card:nth-child(2){grid-column:span 4 !important;}

  /* Row 2: Primal + Murmuration Migration */
  [data-artwork-recent] .recent-art-card:nth-child(3){grid-column:span 4 !important;}
  [data-artwork-recent] .recent-art-card:nth-child(4){grid-column:span 8 !important;}

  /* Row 3: Unbox Imagination + Wallflower */
  [data-artwork-recent] .recent-art-card:nth-child(5){grid-column:span 7 !important;}
  [data-artwork-recent] .recent-art-card:nth-child(6){grid-column:span 5 !important;}
}

/* Unbox Imagination defines the visual height of row 3.
     Wallflower is reduced to the same displayed image height. */
  [data-artwork-recent] .recent-art-card:nth-child(6){
    width:calc(100% * 0.62) !important;
    max-width:310px !important;
    justify-self:center !important;
  }

  [data-artwork-recent] .recent-art-card:nth-child(6) img{
    width:100% !important;
    height:auto !important;
    object-fit:contain !important;
  }
}

/* Keep metadata outside the image footprint; no image-box padding */
[data-artwork-recent] .recent-art-card .art-meta{
  margin:0 !important;
}

/* Row 3: Unbox Imagination + Wallflower.
   Their column widths are based on their artwork proportions:
   Unbox 28x19 and Wallflower 19x27.
   Width ratio ~= 2.094 : 1, which makes their displayed heights match. */
@media(min-width:901px){
  [data-artwork-recent].artwork-collection-grid{
    grid-template-columns:repeat(24,minmax(0,1fr)) !important;
    grid-auto-flow:row !important;
  }

  /* Row 1: Bella Donna + Ode */
  [data-artwork-recent] .recent-art-card:nth-child(1){
    grid-column:span 16 !important;
  }
  [data-artwork-recent] .recent-art-card:nth-child(2){
    grid-column:span 8 !important;
  }

  /* Row 2: Primal + Murmuration */
  [data-artwork-recent] .recent-art-card:nth-child(3){
    grid-column:span 8 !important;
  }
  [data-artwork-recent] .recent-art-card:nth-child(4){
    grid-column:span 16 !important;
  }

  /* Row 3: proportional widths for equal image height */
  [data-artwork-recent] .recent-art-card:nth-child(5){
    grid-column:span 16 !important;
    width:100% !important;
    max-width:none !important;
    justify-self:stretch !important;
  }
  [data-artwork-recent] .recent-art-card:nth-child(6){
    grid-column:span 8 !important;
    width:100% !important;
    max-width:none !important;
    justify-self:stretch !important;
  }

  [data-artwork-recent] .recent-art-card:nth-child(5),
  [data-artwork-recent] .recent-art-card:nth-child(6){
    align-self:start !important;
  }
}

/* Recent Work: remove all inherited card/frame spacing around images */
[data-artwork-recent] .recent-art-card{
  padding:0 !important;
  margin-top:0 !important;
  border:0 !important;
  outline:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  background:transparent !important;
  overflow:visible !important;
  line-height:0 !important;
}

[data-artwork-recent] .recent-art-card img{
  display:block !important;
  width:100% !important;
  max-width:none !important;
  height:auto !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  outline:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  object-fit:fill !important;
  vertical-align:top !important;
}

/* Metadata begins below the artwork and does not affect the image box */
[data-artwork-recent] .recent-art-card .art-meta{
  box-sizing:border-box !important;
  line-height:normal !important;
  margin:0 !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

/* Prevent inherited gallery/card wrappers from introducing side insets */
[data-artwork-recent]{
  padding-left:0 !important;
  padding-right:0 !important;
}
[data-artwork-recent] .recent-art-card > :first-child{
  margin-left:0 !important;
  margin-right:0 !important;
}

/* Earlier Work: four artworks per row, proportional visual sizing */
[data-artwork-earlier].artwork-collection-grid{
  columns:unset !important;
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:22px !important;
  align-items:start !important;
}

[data-artwork-earlier] .art-card{
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
  border-radius:0 !important;
  overflow:visible !important;
  background:transparent !important;
  align-self:start !important;
}

[data-artwork-earlier] .art-card img{
  display:block !important;
  width:100% !important;
  height:auto !important;
  max-width:100% !important;
  margin:0 !important;
  padding:0 !important;
  border-radius:0 !important;
  object-fit:contain !important;
}

/*
  Physical-size cue:
  Cards still occupy one of four grid columns, keeping the page orderly,
  but smaller original artworks render slightly narrower inside their cell.
  This preserves four-per-row while communicating real-world scale.
*/
[data-artwork-earlier] .art-card[data-has-dimensions="true"]{
  --physical-scale:clamp(.72, calc(var(--art-long-side) / 30), 1);
  width:calc(100% * var(--physical-scale)) !important;
  justify-self:center !important;
}

/* Very small works get a little more minimum presence so they're still viewable. */
[data-artwork-earlier] .art-card[data-has-dimensions="true"][style*="--art-long-side: 4"],
[data-artwork-earlier] .art-card[data-has-dimensions="true"][style*="--art-long-side: 5"]{
  width:72% !important;
}

[data-artwork-earlier] .art-meta{
  padding-left:0 !important;
  padding-right:0 !important;
}

@media(max-width:1000px){
  [data-artwork-earlier].artwork-collection-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
}

@media(max-width:720px){
  [data-artwork-earlier].artwork-collection-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:18px !important;
  }
}

@media(max-width:480px){
  [data-artwork-earlier].artwork-collection-grid{
    grid-template-columns:1fr !important;
  }
  [data-artwork-earlier] .art-card[data-has-dimensions="true"]{
    width:min(100%,420px) !important;
    justify-self:center !important;
  }
}

/* Footer Instagram */
.footer-instagram{display:inline-flex;align-items:center;gap:7px;color:inherit;text-decoration:none;white-space:nowrap}
.footer-instagram-icon{width:15px;height:15px;flex:0 0 15px}
.footer-instagram:hover{opacity:.8}

/* Mobile navigation fix */
.menu-btn{position:relative;z-index:1002;cursor:pointer;pointer-events:auto!important;touch-action:manipulation}
@media(max-width:800px){
  .nav-links{position:absolute!important;top:100%!important;right:16px!important;left:auto!important;z-index:1001!important;min-width:210px;display:none!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;padding:10px!important;background:#111!important;border:1px solid rgba(255,255,255,.14);box-shadow:0 12px 30px rgba(0,0,0,.28)}
  .nav-links.open{display:flex!important}
  .nav-links a{display:block!important;padding:12px 14px!important;min-height:44px}
}

/* About page spacing refinement */
body.about-page section,
.about-compact-section{
  padding-top:28px !important;
  padding-bottom:28px !important;
}

body.about-page section + section,
.about-compact-section + .about-compact-section{
  margin-top:0 !important;
}

body.about-page .section-head,
.about-compact-head{
  margin-bottom:12px !important;
}

body.about-page .timeline-row,
body.about-page .about-list-item,
body.about-page .about-standard-row,
.about-standard-row,
.about-list-item,
.timeline-item{
  padding-top:8px !important;
  padding-bottom:8px !important;
  row-gap:4px !important;
}

body.about-page p,
.about-compact-section p{
  margin-top:0 !important;
  margin-bottom:8px !important;
  line-height:1.45 !important;
}

body.about-page h2,
body.about-page h3,
.about-compact-section h2,
.about-compact-section h3{
  margin-top:0 !important;
  margin-bottom:8px !important;
}

/* Generic fallback for Membership section */
section:has(h2:is(:where(:not(*)))) {}

/* ===== FINAL SITE OVERRIDES ===== */

/* Mobile navigation */
.menu-btn{
  position:relative;
  z-index:1002;
  cursor:pointer;
  pointer-events:auto !important;
  touch-action:manipulation;
}
@media(max-width:800px){
  .nav-links{
    position:absolute !important;
    top:100% !important;
    right:16px !important;
    left:auto !important;
    z-index:1001 !important;
    min-width:210px;
    display:none !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:0 !important;
    padding:10px !important;
    background:#111 !important;
    border:1px solid rgba(255,255,255,.14);
    box-shadow:0 12px 30px rgba(0,0,0,.28);
  }
  .nav-links.open{display:flex !important;}
  .nav-links a{
    display:block !important;
    padding:12px 14px !important;
    min-height:44px;
  }
}

/* About page compact spacing */
body.about-page section,
.about-compact-section{
  padding-top:28px !important;
  padding-bottom:28px !important;
}
body.about-page .section-head,
.about-compact-head{
  margin-bottom:12px !important;
}
body.about-page .timeline-row,
body.about-page .about-list-item,
body.about-page .about-standard-row,
.about-standard-row,
.about-list-item,
.timeline-item{
  padding-top:8px !important;
  padding-bottom:8px !important;
  row-gap:4px !important;
}
body.about-page p,
.about-compact-section p{
  margin-top:0 !important;
  margin-bottom:8px !important;
  line-height:1.45 !important;
}
.membership-single-column{
  display:block !important;
  grid-template-columns:none !important;
  padding:8px 0 !important;
}
.membership-single-column .about-list-detail,
.membership-single-column .timeline-detail{
  width:100% !important;
  display:block !important;
}

/* Membership: remove empty header/first-column space */
.membership-no-header,
.membership-single-column{
  display:block !important;
  grid-template-columns:1fr !important;
  padding-left:0 !important;
}
.membership-no-header > *,
.membership-single-column > *{
  width:100% !important;
  grid-column:1 / -1 !important;
  margin-left:0 !important;
}

/* ===== DEPLOYMENT-SAFE FOOTER / EXHIBITION RULES ===== */

/* Instagram footer link — explicit dimensions prevent oversized SVG fallback */
.footer-instagram{
  display:inline-flex !important;
  align-items:center !important;
  gap:7px !important;
  color:inherit !important;
  text-decoration:none !important;
  white-space:nowrap !important;
}
.footer-instagram .footer-instagram-icon{
  display:block !important;
  width:15px !important;
  height:15px !important;
  min-width:15px !important;
  min-height:15px !important;
  max-width:15px !important;
  max-height:15px !important;
  flex:0 0 15px !important;
}
.footer-instagram:hover{opacity:.8}

/* Exhibition image strip */
.exhibition-media-strip{
  padding-top:8px !important;
  padding-bottom:22px !important;
}

/* Keep exhibition photos inside the same page width as the Exhibitions list */
.exhibition-media-strip > .wrap{
  width:min(calc(100% - 40px),var(--max)) !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

.exhibition-photo-grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:12px !important;
  align-items:start !important;
  width:100% !important;
  max-width:100% !important;
  margin:0 !important;
}

.exhibition-photo{
  display:block !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
}

.exhibition-photo img{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  height:auto !important;
  max-height:220px !important;
  aspect-ratio:3 / 2 !important;
  object-fit:cover !important;
  margin:0 !important;
  padding:0 !important;
}

.exhibition-photo figcaption{
  margin-top:6px !important;
  font-size:.78rem !important;
  line-height:1.3 !important;
  opacity:.72 !important;
}

/* Desktop: align photos with the right/content column of Exhibitions */
@media(min-width:761px){
  .exhibition-media-strip > .wrap{
    display:grid !important;
    grid-template-columns:120px minmax(0,1fr) !important;
    column-gap:28px !important;
  }
  .exhibition-media-strip .exhibition-photo-grid{
    grid-column:2 !important;
  }
}

/* Mobile: stack normally */
@media(max-width:760px){
  .exhibition-media-strip > .wrap{
    display:block !important;
  }
  .exhibition-photo-grid{
    grid-template-columns:1fr !important;
    gap:18px !important;
  }
  .exhibition-photo img{
    max-height:none !important;
    aspect-ratio:auto !important;
  }
}


/* Mobile menu — deployment-safe final rules */
.site-header{
  position:sticky;
  top:0;
  z-index:1100;
}
.site-header .nav{
  position:relative !important;
}
.menu-btn{
  position:relative !important;
  z-index:1201 !important;
  cursor:pointer !important;
  pointer-events:auto !important;
  touch-action:manipulation !important;
  -webkit-tap-highlight-color:transparent;
}

@media(max-width:850px){
  .menu-btn{
    display:block !important;
    min-width:44px;
    min-height:44px;
    padding:6px 8px !important;
    color:var(--ink) !important;
    background:transparent !important;
    border:0 !important;
  }

  .nav-links{
    display:none !important;
    position:absolute !important;
    top:76px !important;
    left:0 !important;
    right:0 !important;
    z-index:1200 !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    gap:0 !important;
    padding:18px 20px !important;
    background:var(--paper) !important;
    border-bottom:1px solid var(--line) !important;
    box-shadow:0 14px 24px rgba(0,0,0,.28);
  }

  .nav-links.open{
    display:flex !important;
  }

  .nav-links a{
    display:block !important;
    width:100% !important;
    padding:11px 0 !important;
    min-height:44px;
  }
}


/* Visit section — same page alignment as Membership */
.visit-section{
  padding-top:24px !important;
  padding-bottom:24px !important;
}
.visit-section .wrap{
  width:min(calc(100% - 40px),var(--max)) !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
.visit-section .section-head{
  margin-bottom:10px !important;
}
.visit-row{
  padding:8px 0 !important;
}
.visit-row p{
  margin:0 0 5px !important;
  line-height:1.45 !important;
}

/* Home Contact — shop information integrated into contact card */
.contact-visit{
  margin:22px 0 4px !important;
  padding-top:16px !important;
  border-top:1px solid rgba(255,255,255,.22);
  max-width:760px;
}
.contact-visit-label{
  margin-bottom:6px;
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:#e7a7aa;
}
.contact-visit p{
  margin:0 !important;
  line-height:1.5 !important;
  color:#c9c6c0;
}
