/* =========================================================
   ART PAGE ONLY
========================================================= */

.art-site-header{
  position:relative;
  z-index:3;
  background:#f9fafa;
  border-bottom:1px solid rgba(0,0,0,.08);
}

.art-header-inner{
  max-width:1500px;
  margin:0 auto;
  padding:22px 70px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.art-logo{
  height:72px;
}

.art-top-nav{
  display:flex;
  gap:44px;
}

.art-top-nav a{
  color:#2f2f2c;
  text-decoration:none;
  font-size:13px;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:650;
}

.art-page{
  background:#f9fafa;
}

/* HERO */

.art-hero-new{
  max-width:1500px;
  margin:0 auto;
  min-height:560px;
  display:grid;
  grid-template-columns:44% 56%;
  background:#f3f2ef;
}

.art-hero-copy{
  padding:110px 80px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.eyebrow{
  font-size:12px;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:700;
  margin-bottom:22px;
}

.art-hero-copy h1{
  font-family:Georgia,"Times New Roman",serif;
  font-size:68px;
  line-height:1.02;
  font-weight:400;
  margin:0 0 28px;
  color:#272723;
}

.art-hero-copy p{
  max-width:420px;
  font-size:18px;
  line-height:1.8;
}

.hero-signature{
  width:140px;
  margin-top:34px;
}

.art-hero-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* COLLECTION */

.art-collection-section{
  max-width:1500px;
  margin:0 auto;
  padding:70px 80px 80px;
  display:grid;
  grid-template-columns:280px 1fr;
  gap:70px;
}

.collection-row{
  display:flex;
  justify-content:space-between;
  padding:16px 0;
  border-bottom:1px solid rgba(0,0,0,.15);
}

.collection-row.active{
  font-weight:700;
}

.outline-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:34px;
  padding:15px 22px;
  border:2px solid #2f2f2c;
  background:transparent;
  color:#2f2f2c;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:12px;
  font-weight:750;
  cursor:pointer;
}

.gallery-heading-row{
  display:flex;
  justify-content:space-between;
  align-items:end;
  margin-bottom:28px;
}

.gallery-heading-row h2{
  font-family:Georgia,"Times New Roman",serif;
  font-size:44px;
  font-weight:400;
}

.art-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:34px;
}

.art-card-new{
  background:none;
  border:none;
  padding:0;
  cursor:pointer;
  text-align:left;
}

.art-card-new img{
  width:100%;
  display:block;
  border:1px solid rgba(0,0,0,.12);
  box-shadow:0 12px 28px rgba(0,0,0,.08);
  transition:transform .2s ease;
}

.art-card-new:hover img{
  transform:translateY(-5px);
}

.art-card-meta{
  margin-top:14px;
}

.art-title{
  display:block;
  font-size:15px;
  letter-spacing:.11em;
  text-transform:uppercase;
  font-weight:700;
  margin-bottom:8px;
  color:#1f1f1d;
}

.art-medium{
  margin:0;
  font-size:13px;
  line-height:1.5;
  color:#5c5c57;
  font-style:italic;
}

.art-size{
  margin:4px 0 0;
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#8a8a84;
}

/* QUOTE */

.artist-note-strip{
  max-width:1500px;
  margin:0 auto 70px;
  padding:42px 80px;
  display:grid;
  grid-template-columns:300px 1fr auto;
  gap:50px;
  align-items:center;
  border-top:1px solid rgba(0,0,0,.12);
  border-bottom:1px solid rgba(0,0,0,.12);
  background:#f3f2ef;
}

.artist-note-image img{
  width:100%;
  height:160px;
  object-fit:cover;
}

.quote-mark{
  font-family:Georgia,serif;
  font-size:58px;
  line-height:1;
  margin:0;
  opacity:.45;
}

.artist-quote{
  font-family:Georgia,"Times New Roman",serif;
  font-size:28px;
  line-height:1.35;
  margin:0 0 12px;
}

.quote-credit{
  margin:0;
  font-size:12px;
  letter-spacing:.16em;
  text-transform:uppercase;
  font-weight:700;
}

/* MODAL */

.art-detail-modal{
  position:fixed;
  inset:0;
  display:none;
  z-index:3000;
}

.art-detail-modal.open{
  display:block;
}

.art-detail-backdrop{
  position:absolute;
  inset:0;
  background:rgba(30,30,28,.55);
  backdrop-filter:blur(5px);
}

.art-detail-card{
  position:relative;
  width:min(1180px, calc(100vw - 44px));
  max-height:calc(100vh - 44px);
  margin:22px auto;
  background:#f9fafa;
  border-radius:18px;
  overflow:auto;
}

.art-detail-close{
  position:sticky;
  top:18px;
  left:calc(100% - 96px);
  z-index:20;
  margin:18px 18px 0 auto;
  display:block;
  padding:10px 14px;
  border:none;
  background:white;
  border-radius:12px;
  cursor:pointer;
}

.vertical-layout{
  display:block;
  padding:22px 40px 50px;
}

.large-image{
  width:100%;
  max-width:1000px;
  margin:0 auto 40px;
}

.large-image img{
  width:100%;
  max-height:78vh;
  object-fit:contain;
  background:white;
}

.bottom-content{
  max-width:920px;
  margin:0 auto;
}

.bottom-content h2{
  font-family:Georgia,"Times New Roman",serif;
  font-size:44px;
  font-weight:400;
}

.bottom-content p{
  font-size:16px;
  line-height:1.75;
}

.bio-divider{
  height:1px;
  background:rgba(0,0,0,.18);
  margin:26px 0;
}

/* VIDEO */

.video-frame{
  width:100%;
  overflow:hidden;
  margin:26px 0;
}

.video-frame iframe{
  width:100%;
  aspect-ratio:16 / 9;
  border:0;
}

/* ZOOM */

.zoom-container{
  position:relative;
  overflow:hidden;
}

.zoom-container img{
  transition:transform .08s linear;
}

.zoom-lens{
  position:absolute;
  width:180px;
  height:180px;
  border-radius:50%;
  border:2px solid rgba(255,255,255,.92);
  pointer-events:none;
  opacity:0;
  transition:opacity .12s ease;
  z-index:5;
}

.zoom-container.active .zoom-lens{
  opacity:1;
}

.zoom-toggle-btn{
  position:absolute;
  top:18px;
  right:18px;
  z-index:20;
  width:52px;
  height:52px;
  border:none;
  border-radius:50%;
  background:white;
  font-size:22px;
  cursor:pointer;
}

.zoom-toggle-btn.active{
  background:#2f2f2c;
  color:white;
}

/* SOLD ARTWORK */

.sold-image-wrap{
  position:relative;
}

.sold-art img{
  filter:
    grayscale(.35)
    brightness(.82);
}

.sold-badge{
  position:absolute;
  top:18px;
  left:18px;
  background:rgba(20,20,20,.88);
  color:white;
  padding:10px 16px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
  border-radius:999px;
  backdrop-filter:blur(4px);
  box-shadow:0 8px 20px rgba(0,0,0,.22);
}