/* ---------- Base ---------- */
* { box-sizing: border-box; }
html, body { height: 100%; }
body{
  margin: 0;
  background: #fff;
  color: #111;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.35;
}

/* Layout: left sidebar + right content */
.sidebar{
  position: fixed;
  top: 0;
  left: 0;
  width: 220px;
  height: 100vh;
  padding: 28px 18px;
  background: #fff;
}

.content{
  margin-left: 220px;          /* match sidebar width */
  padding: 24px 26px;          /* small breathing room */
  min-height: 100vh;
}

/* ---------- Sidebar ---------- */
.site-title{
  display: inline-block;
  font-size: 22px;
  letter-spacing: 0.28em;
  text-decoration: none;
  color: #111;
  margin-bottom: 28px;
}

.nav{
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nav a{
  color: #111;
  text-decoration: none;
}

.nav a.active{
  font-style: italic;
}

.nav a.muted{
  color: #b8b8b8;
  font-style: italic;
}

/* Dropdowns */
details{ margin: 0; }
summary{
  list-style: none;
  cursor: pointer;
}
summary::-webkit-details-marker{ display:none; }

.nav-label{
  color: #111;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

details[open] > summary.nav-label{
  font-style: italic;
}

.nav-sub{
  margin-top: 10px;
  padding-left: 0px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nav-sub a{
  text-transform: none;        /* allow quotes/title formatting */
  letter-spacing: 0.02em;
  font-size: 12px;
  line-height: 1.25;
}

/* ---------- Images (NO SHADOW, WIDE) ---------- */
.gallery{
  display: flex;
  flex-direction: column;
  gap: 34px;
}

/* Painting page: big + wide */
.gallery figure{ margin: 0; }
.gallery img{
  width: 100%;
  max-width: 1200px;           /* keeps it nice on huge monitors */
  display: block;
  margin: 0 auto;              /* centered in content column */
  height: auto;
  box-shadow: none;            /* IMPORTANT: remove drop shadow */
  border-radius: 0;
}

/* ---------- Writing: About Art list ---------- */
.posts{
  display: flex;
  flex-direction: column;
  gap: 54px;
}

.post{
  max-width: 980px;
}

.post h1, .post h2{
  margin: 0 0 8px 0;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.post .date{
  margin: 0 0 16px 0;
  color: #999;
  font-size: 16px;
}

.post img{
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 14px 0;
  box-shadow: none;
}

.post p{
  margin: 0 0 14px 0;
  font-size: 18px;
}

.post a{
  color: #111;
  text-decoration: underline;
}

.read-more{
  display: inline-block;
  margin-top: 6px;
  font-size: 16px;
  text-decoration: none;
  color: #111;
}

.read-more:hover{
  text-decoration: underline;
}

/* ---------- Single “Read More” pages ---------- */
.article{
  max-width: 980px;
}
.article h1{
  margin: 0 0 8px 0;
  font-size: 34px;
  font-weight: 600;
}
.article .date{
  margin: 0 0 16px 0;
  color: #999;
  font-size: 16px;
}
.article img{
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 18px 0;
  box-shadow: none;
}
.article p{
  font-size: 18px;
  margin: 0 0 16px 0;
}

/* ---------- Mobile ---------- */
@media (max-width: 780px){
  .sidebar{
    position: static;
    width: auto;
    height: auto;
    padding: 18px 16px;
  }
  .content{
    margin-left: 0;
    padding: 18px 16px 40px 16px;
  }
  .gallery img{
    max-width: 100%;
  }
}

/* -------- Article (Read More) layout like your screenshot -------- */
.article {
  max-width: 980px;
}

.article .kicker-title{
  margin: 0 0 6px 0;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.article .date{
  margin: 0 0 10px 0;
  color: #999;
  font-size: 14px;
}

.article .headline-link{
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  margin: 0 0 10px 0;
}

.article .byline{
  margin: 0 0 16px 0;
  color: #444;
  font-size: 14px;
}

.article .deck{
  margin: 0 0 18px 0;
  font-size: 14px;
  color: #333;
  font-style: italic;
  line-height: 1.5;
  max-width: 760px;
}

.article .hero{
  margin: 24px 0 8px 0;
}

.article .hero img{
  width: 100%;
  height: auto;
  display: block;
  box-shadow: none;
}

.article .caption{
  margin: 8px 0 24px 0;
  font-size: 11px;
  color: #777;
}

.article .body p{
  margin: 0 0 16px 0;
  font-size: 13px;
  line-height: 1.65;
  color: #222;
  max-width: 900px;
}

.article .body em{
  font-style: italic;
}

/* =========================
   EXHIBIT PAGE IMAGE SIZING
   ========================= */

.exhibit-image {
  max-width: 1100px;
  margin: 2.5rem auto;
}

.exhibit-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* During Dessert + exhibit pages layout */
.exhibit-text--wide{
  max-width: 1100px;     /* wider text */
  margin: 0 auto 3rem;
}

.exhibit-gallery-wrap{
  max-width: 900px;      /* narrower image column */
  margin: 0 auto;
}

.exhibit-gallery{
  display: block;        /* keep it simple */
}

.exhibit-figure{
  margin: 0 0 3rem;      /* space between images */
}

.exhibit-figure img{
  width: 100%;
  height: auto;
  display: block;
  box-shadow: none !important;  /* remove shadows */
  filter: none !important;
}

/* Shared exhibit page container (reasonable width) */
.exhibit-page{
  max-width: 900px;
  margin: 0 auto;
}

/* Figures + images */
.exhibit-figure{
  margin: 0 0 3rem;
}

.exhibit-figure img{
  width: 100%;
  height: auto;
  display: block;
  box-shadow: none !important;
  filter: none !important;
}

/* Captions */
.exhibit-figure figcaption{
  margin-top: .75rem;
  line-height: 1.35;
  font-size: 12px;
  color: #333;
  max-width: 70ch;
}

/* Text blocks */
.exhibit-text{
  margin: 2.5rem 0 3rem;
  max-width: 70ch;
}



