@font-face { font-family: "Gloock"; src: url("assets/fonts/Gloock-Regular.ttf") format("truetype"); font-display: swap; font-style: normal; font-weight: 400; }
@font-face { font-family: "Work Sans"; src: url("assets/fonts/WorkSans-Regular.ttf") format("truetype"); font-display: swap; font-style: normal; font-weight: 400; }
@font-face { font-family: "Work Sans"; src: url("assets/fonts/WorkSans-Bold.ttf") format("truetype"); font-display: swap; font-style: normal; font-weight: 700; }

:root {
  color-scheme: light;
  --paper: #f8f7f1;
  --paper-deep: #eceae1;
  --ink: #171713;
  --muted: #696861;
  --line: #aeadA4;
  --serif: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --sans: "Work Sans", "Helvetica Neue", Arial, sans-serif;
  --page: 1320px;
  --gutter: clamp(22px, 4.6vw, 70px);
  --header-height: 78px;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.48; text-rendering: optimizeLegibility; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-underline-offset: .25em; text-decoration-thickness: 1px; }
button, input, textarea { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
figure, h1, h2, p { margin-top: 0; }
:focus-visible { outline: 2px solid #3a5795; outline-offset: 5px; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; background: var(--ink); color: var(--paper); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }

.site-header { height: var(--header-height); }
.header-inner, .page-shell, .home-hero, .home-overview, .site-footer { width: min(calc(100% - (var(--gutter) * 2)), var(--page)); margin-inline: auto; }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 48px; border-bottom: 1px solid var(--line); }
.wordmark { font-family: var(--serif); font-size: clamp(1.55rem, 2.4vw, 2.2rem); font-weight: 500; line-height: 1; letter-spacing: -.045em; text-decoration: none; white-space: nowrap; }
.site-nav { display: flex; align-items: center; gap: clamp(22px, 2.6vw, 42px); }
.site-nav a { position: relative; padding: 7px 0; font-size: 14px; text-decoration: none; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 1px; height: 1px; background: currentColor; transition: right 260ms var(--ease); }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { right: 0; }
.menu-button { display: none; border: 0; border-bottom: 1px solid; padding: 4px 0; background: transparent; cursor: pointer; }
.eyebrow { margin-bottom: 18px; color: var(--muted); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }

.home-hero { min-height: calc(100svh - var(--header-height)); display: grid; grid-template-columns: minmax(280px, .72fr) minmax(540px, 1.28fr); align-items: center; gap: clamp(50px, 8vw, 122px); padding-block: clamp(54px, 8vh, 92px); }
.home-hero-copy h1 { margin-bottom: 34px; font-family: var(--serif); font-size: clamp(5rem, 8.3vw, 8.2rem); font-weight: 500; letter-spacing: -.06em; line-height: .84; }
.home-hero-copy > p:last-child { max-width: 22ch; margin: 0; font-size: clamp(1.2rem, 1.8vw, 1.7rem); line-height: 1.3; }
.home-hero-art { margin: 0; }
.home-hero-art img { width: 100%; max-height: 70svh; object-fit: contain; }
.home-overview { border-top: 1px solid var(--line); padding-block: clamp(100px, 12vw, 170px); }
.section-heading-row { display: grid; grid-template-columns: 1fr; gap: 12px; margin-bottom: clamp(60px, 8vw, 108px); }
.section-heading-row h2 { max-width: 15ch; margin: 0; font-family: var(--serif); font-size: clamp(2.7rem, 5vw, 5rem); font-weight: 500; letter-spacing: -.055em; line-height: .98; }
.overview-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.overview-item { min-width: 0; display: flex; flex-direction: column; padding: 28px clamp(18px, 2.2vw, 34px) 34px; text-decoration: none; }
.overview-item + .overview-item { border-left: 1px solid var(--line); }
.overview-item img { width: 100%; height: 210px; margin-bottom: 26px; background: var(--paper-deep); object-fit: cover; filter: saturate(.94); transition: opacity 250ms ease; }
.overview-item:hover img { opacity: .86; }
.overview-item > span, .zine-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.overview-item strong, .zine-heading strong { font-family: var(--serif); font-size: clamp(1.8rem, 2.5vw, 2.7rem); font-weight: 500; letter-spacing: -.045em; line-height: 1; }
.overview-item i, .zine-heading i { font-size: 25px; font-style: normal; transition: transform 250ms var(--ease); }
.overview-item:hover i, .zine-item:hover i { transform: translateX(6px); }
.overview-item small { display: block; max-width: 30ch; margin-top: 16px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.overview-item-contact { justify-content: flex-end; background: var(--ink); color: var(--paper); }
.overview-item-contact p { max-width: 22ch; margin: 42px 0 auto; font-family: var(--serif); font-size: 1.55rem; font-weight: 500; line-height: 1.3; }
.overview-item-contact small { color: #cfcec6; overflow-wrap: anywhere; }

.page-shell { padding-block: clamp(76px, 9vw, 130px) clamp(110px, 13vw, 190px); }
.page-intro { display: grid; grid-template-columns: 1fr minmax(280px, .54fr); align-items: end; gap: 60px; margin-bottom: clamp(58px, 8vw, 105px); }
.page-intro h1, .contact-content h1 { margin: 0; font-family: var(--serif); font-size: clamp(4.7rem, 8.6vw, 8.2rem); font-weight: 500; letter-spacing: -.065em; line-height: .87; }
.page-intro > p { max-width: 38ch; margin: 0; color: var(--muted); }

.paintings-intro { margin-bottom: clamp(58px, 8vw, 105px); }
.paintings-grid { display: grid; gap: clamp(92px, 10vw, 152px); }
.painting-series { min-width: 0; }
.painting-series-intro { display: grid; grid-template-columns: minmax(220px, .62fr) minmax(360px, 1.38fr); align-items: start; gap: clamp(42px, 7vw, 108px); margin-bottom: clamp(48px, 6vw, 82px); padding-top: 24px; border-top: 1px solid var(--line); }
.painting-series-intro h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.7rem, 5vw, 5rem); font-weight: 500; letter-spacing: -.055em; line-height: .94; }
.painting-series-intro p { max-width: 52ch; margin: 0 0 18px; }
.painting-series-intro p:last-child { margin-bottom: 0; }
.painting-series-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: clamp(28px, 4.6vw, 70px); row-gap: clamp(56px, 7vw, 94px); }
.painting-open { width: 100%; border: 0; padding: 0; background: transparent; cursor: zoom-in; text-align: left; }
.square-media { position: relative; aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; background: var(--paper-deep); }
.square-media img { width: 100%; height: 100%; object-fit: contain; transition: transform 650ms var(--ease), opacity 250ms ease; }
.painting-open:hover .square-media img { transform: scale(1.018); opacity: .93; }
.painting-title { min-height: 36px; display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding-top: 12px; }
.painting-title strong { font-family: var(--serif); font-size: clamp(1.17rem, 1.55vw, 1.55rem); font-weight: 500; letter-spacing: -.04em; }
.painting-title i { font-size: 23px; font-style: normal; font-weight: 300; transition: transform 250ms var(--ease); }
.painting-open:hover .painting-title i { transform: rotate(90deg); }
.painting-open small { display: block; min-height: 3em; padding-right: 20px; color: var(--muted); font-size: 13px; line-height: 1.5; }

.featured-news { display: grid; grid-template-columns: minmax(280px, .76fr) minmax(420px, 1.24fr); align-items: start; gap: clamp(50px, 7vw, 112px); }
.featured-news > img { width: min(100%, 430px); max-height: 650px; object-fit: contain; object-position: top left; }
.featured-news > div { padding-top: clamp(4px, 3vw, 42px); }
.featured-news h2, .news-row h2 { margin-bottom: 8px; font-family: var(--serif); font-size: clamp(2.6rem, 4.4vw, 4.8rem); font-weight: 500; letter-spacing: -.055em; line-height: .98; }
.news-subtitle { margin-bottom: 26px; font-family: var(--serif); font-size: clamp(1.6rem, 2.6vw, 2.5rem); font-weight: 500; }
.featured-news p:not(.eyebrow):not(.news-subtitle) { max-width: 48ch; }
.news-details { margin-top: 34px; padding-top: 25px; border-top: 1px solid var(--line); color: var(--muted); }
.news-divider { height: 1px; margin-block: clamp(72px, 9vw, 120px) 0; background: var(--ink); }
.news-list { border-bottom: 1px solid var(--line); }
.news-row { display: grid; grid-template-columns: 240px minmax(0, 1fr); align-items: center; gap: clamp(42px, 7vw, 104px); min-height: 300px; border-top: 1px solid var(--line); padding-block: 28px; }
.news-row:first-child { border-top: 0; }
.news-row img { width: 210px; height: 240px; background: var(--paper-deep); object-fit: contain; }
.news-row h2 { margin-bottom: 12px; font-size: clamp(2rem, 3.4vw, 3.6rem); }
.news-row p:last-child { margin: 0; color: var(--muted); }

.zines-intro h1 { max-width: 10ch; font-size: clamp(4.1rem, 7.6vw, 7.4rem); }
.zine-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.zine-item { min-width: 0; display: flex; flex-direction: column; padding: clamp(28px, 3vw, 46px); text-decoration: none; }
.zine-item:nth-child(even) { border-left: 1px solid var(--line); }
.zine-item:nth-child(n+3) { border-top: 1px solid var(--line); }
.zine-media { height: 420px; display: grid; place-items: center; margin-bottom: 30px; overflow: hidden; background: var(--paper-deep); }
.zine-media img { width: 100%; height: 100%; object-fit: contain; transition: transform 500ms var(--ease); }
.zine-media.landscape img { width: 200%; max-width: none; margin-right: -100%; object-fit: cover; object-position: left center; }
.zine-item:hover .zine-media img { transform: scale(1.015); }
.zine-heading strong { font-size: clamp(2rem, 3.2vw, 3.4rem); }
.zine-item small { max-width: 54ch; margin-top: 16px; color: var(--muted); font-size: 14px; }
.zine-text { min-height: 240px; justify-content: flex-end; }

.contact-page { display: grid; grid-template-columns: minmax(230px, .54fr) minmax(480px, 1.1fr); grid-template-areas: "portrait content" "links links"; align-items: start; gap: clamp(60px, 9vw, 145px); }
.contact-portrait { grid-area: portrait; width: min(100%, 290px); margin: 12px 0 0; }
.contact-portrait img { width: 100%; max-height: 460px; object-fit: contain; object-position: center top; }
.contact-content { grid-area: content; }
.contact-content h1 { margin-bottom: 38px; }
.contact-lead { max-width: 40ch; margin-bottom: 20px; font-size: clamp(1.15rem, 1.8vw, 1.5rem); }
.email-link { display: inline-block; margin-bottom: clamp(52px, 6vw, 82px); font-size: clamp(1.05rem, 1.6vw, 1.28rem); overflow-wrap: anywhere; }
.contact-form { display: grid; gap: 34px; }
.field { display: grid; gap: 7px; }
.field label { color: var(--muted); font-size: 14px; }
.field input, .field textarea { width: 100%; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; padding: 8px 0 12px; background: transparent; }
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-bottom-color: #963b32; }
.field input { min-height: 48px; }
.field textarea { min-height: 126px; resize: vertical; }
.field-error { margin: 2px 0 0; color: #84342d; font-size: 13px; }
.send-button { width: fit-content; border: 0; border-bottom: 1px solid; padding: 0 0 5px; background: transparent; font-family: var(--serif); font-size: clamp(1.7rem, 2.8vw, 2.7rem); font-weight: 500; cursor: pointer; }
.send-button span { display: inline-block; margin-left: 18px; transition: transform 250ms var(--ease); }
.send-button:hover span { transform: translateX(6px); }
.form-note { margin: -20px 0 0; color: var(--muted); font-size: 12px; }
.form-status { min-height: 1.5em; margin: -18px 0 0; color: var(--ink); font-size: 13px; }
.contact-links { grid-area: links; display: flex; align-items: start; gap: 32px; border-top: 1px solid var(--line); padding-top: 22px; }
.instagram-link { display: grid; gap: 3px; text-decoration: none; }
.instagram-link small { color: var(--muted); font-size: 12px; }

.site-footer { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.site-footer p { margin: 0; }
.site-footer div { display: flex; gap: 26px; }

.lightbox { width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; border: 0; padding: 0; background: var(--paper); color: var(--ink); }
.lightbox::backdrop { background: rgb(20 20 17 / .82); }
.lightbox-bar { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--line); padding: 15px var(--gutter); }
.lightbox-bar .eyebrow { margin: 0 0 3px; }
.lightbox-bar h2 { margin: 0; font-family: var(--serif); font-size: 1.5rem; font-weight: 400; }
.lightbox-bar button, .lightbox-nav { border: 0; border-bottom: 1px solid currentColor; padding: 4px 0; background: transparent; cursor: pointer; }
.lightbox-body { height: calc(100dvh - 92px); display: grid; grid-template-columns: 86px minmax(0, 1fr) 86px; align-items: center; gap: 24px; padding: 24px var(--gutter) 32px; }
.lightbox-body figure { width: 100%; height: 100%; display: grid; grid-template-columns: minmax(0, 1fr) minmax(210px, .32fr); align-items: center; gap: clamp(30px, 5vw, 78px); margin: 0; }
.lightbox-image-wrap { position: relative; width: 100%; height: 100%; min-height: 0; display: grid; place-items: center; }
.lightbox-body img { width: 100%; height: 100%; min-height: 0; object-fit: contain; transition: opacity 180ms ease; }
.lightbox-body img.is-loading { opacity: .18; }
.lightbox-error { position: absolute; inset: 50% auto auto 50%; width: min(28ch, 80%); margin: 0; color: var(--muted); text-align: center; transform: translate(-50%, -50%); }
.lightbox-body figcaption p:first-child { margin-bottom: 22px; }
.lightbox-body figcaption p:last-child { color: var(--muted); }
.lightbox-next { justify-self: end; }

@media (max-width: 980px) {
  :root { --header-height: 78px; }
  .menu-button { display: inline-block; }
  .site-nav { position: absolute; z-index: 50; top: calc(var(--header-height) - 1px); left: var(--gutter); right: var(--gutter); display: none; flex-direction: column; align-items: stretch; gap: 0; border: 1px solid var(--line); background: var(--paper); }
  .site-nav.is-open { display: flex; }
  .site-nav a { min-height: 54px; display: flex; align-items: center; border-bottom: 1px solid var(--line); padding: 0 18px; }
  .site-nav a:last-child { border-bottom: 0; }
  .site-nav a::after { display: none; }
  .home-hero { min-height: auto; grid-template-columns: 1fr; gap: 60px; padding-block: 80px 110px; }
  .home-hero-copy h1 { font-size: clamp(5rem, 15vw, 8rem); }
  .home-hero-art { width: min(100%, 820px); }
  .overview-grid { grid-template-columns: repeat(2, 1fr); }
  .overview-item:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .overview-item:nth-child(4) { border-top: 1px solid var(--line); }
  .page-intro { grid-template-columns: 1fr; }
  .page-intro > p { margin-left: 28%; }
  .painting-series-intro { grid-template-columns: minmax(180px, .58fr) 1.42fr; gap: 48px; }
  .featured-news { grid-template-columns: minmax(220px, .7fr) 1.3fr; }
  .news-row { grid-template-columns: 190px 1fr; }
  .news-row img { width: 170px; height: 210px; }
  .zine-media { height: 330px; }
  .contact-page { grid-template-columns: minmax(190px, .52fr) 1.15fr; gap: 64px; }
  .lightbox-body figure { grid-template-columns: 1fr; grid-template-rows: minmax(0, 1fr) auto; gap: 18px; }
  .lightbox-body figcaption { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
}

@media (max-width: 680px) {
  :root { --gutter: 20px; }
  body { font-size: 15px; }
  .header-inner { gap: 18px; }
  .wordmark { font-size: 1.55rem; }
  .home-hero { gap: 44px; padding-block: 60px 90px; }
  .home-hero-copy h1 { margin-bottom: 26px; font-size: clamp(3.65rem, 18vw, 4.8rem); }
  .section-heading-row { grid-template-columns: 1fr; gap: 12px; }
  .overview-grid { grid-template-columns: 1fr; }
  .overview-item + .overview-item { border-top: 1px solid var(--line); border-left: 0; }
  .overview-item img { height: 250px; }
  .overview-item-contact { min-height: 300px; }
  .page-intro > p { margin-left: 0; }
  .page-intro h1, .contact-content h1 { font-size: clamp(4rem, 20vw, 6rem); }
  .paintings-grid { row-gap: 66px; }
  .painting-series-intro { grid-template-columns: 1fr; gap: 22px; margin-bottom: 42px; }
  .painting-series-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 18px; row-gap: 48px; }
  .painting-open small { min-height: 0; }
  .featured-news { grid-template-columns: 1fr; }
  .featured-news > img { width: min(100%, 360px); }
  .news-row { grid-template-columns: 100px minmax(0, 1fr); gap: 24px; min-height: 210px; }
  .news-row img { width: 100px; height: 150px; }
  .news-row h2 { font-size: clamp(1.75rem, 9vw, 2.6rem); }
  .zines-intro h1 { font-size: clamp(3.65rem, 17vw, 5rem); }
  .zine-grid { grid-template-columns: 1fr; }
  .zine-item:nth-child(even) { border-left: 0; }
  .zine-item + .zine-item { border-top: 1px solid var(--line); }
  .zine-media { height: 360px; }
  .contact-page { grid-template-columns: 1fr; grid-template-areas: "content" "portrait" "links"; gap: 60px; }
  .contact-portrait { width: min(70%, 250px); margin: 0; }
  .contact-content h1 { margin-bottom: 28px; }
  .contact-links { margin-top: 10px; }
  .site-footer { min-height: 120px; align-items: flex-start; flex-direction: column; justify-content: center; }
  .lightbox-bar { min-height: 92px; }
  .lightbox-body { height: calc(100dvh - 92px); grid-template-columns: 1fr 1fr; grid-template-rows: minmax(0, 1fr) auto; gap: 14px; padding: 14px var(--gutter) 22px; }
  .lightbox-body figure { min-height: 0; grid-column: 1 / -1; grid-row: 1; }
  .lightbox-body figcaption { display: block; }
  .lightbox-body figcaption p { margin-bottom: 6px !important; font-size: 12px; }
  .lightbox-nav { grid-row: 2; }
  .lightbox-nav span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
