:root {
  --black: #000000;
  --white: #ffffff;
  --grey: #8a8c8e;
  --rule: #e2e2e2;
  --serif-display: "EB Garamond", Georgia, "Times New Roman", serif;
  --sans-body: "EB Garamond", Georgia, "Times New Roman", serif;
  --mono: "SF Mono", "IBM Plex Mono", "Courier New", monospace;
  --max: 1120px;
  --gutter: clamp(24px, 6vw, 96px);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--white);
  color: var(--black);
  font-family: var(--sans-body);
  font-weight: 500;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: var(--serif-display);
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0 0 16px;
  color: var(--black);
}

p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

a {
  color: var(--black);
  text-decoration: none;
}

em { font-style: italic; }
strong { font-weight: 600; }

/* Kickers / numbers — monospace, wide tracking, per brand guide */
.kicker {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--grey);
  margin: 0 0 20px;
}

.section-number {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--grey);
  margin: 0 0 6px;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px var(--gutter);
  background: var(--white);
  border-bottom: 1px solid var(--rule);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-mark {
  width: 22px;
  height: 22px;
}

.brand-word {
  font-family: var(--serif-display);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  gap: clamp(16px, 2.5vw, 32px);
}

.site-nav a {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--black);
  opacity: 0.7;
  transition: opacity 0.15s ease;
}

.site-nav a:hover { opacity: 1; }

.site-nav a[aria-current="page"] {
  opacity: 1;
  border-bottom: 1px solid var(--black);
  padding-bottom: 3px;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.nav-toggle span {
  display: block;
  width: 100%;
  height: 1.5px;
  background: var(--black);
}

/* Hero */
.hero {
  padding: clamp(64px, 12vw, 140px) var(--gutter) clamp(64px, 10vw, 120px);
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(32px, 6vw, 64px);
  align-items: center;
}

.hero-logo {
  width: clamp(56px, 6vw, 84px);
  height: clamp(56px, 6vw, 84px);
  margin-bottom: 20px;
  display: block;
}

.hero-logo-word {
  font-family: var(--serif-display);
  font-weight: 600;
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 32px;
}

.hero h1 {
  font-size: clamp(34px, 6vw, 68px);
  line-height: 1.08;
  max-width: 16ch;
}

.hero-link {
  display: inline-block;
  margin-top: 40px;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--black);
  padding-bottom: 4px;
}

.hero-media img {
  display: block;
  width: 100%;
  height: clamp(320px, 42vw, 520px);
  object-fit: cover;
  background: #f2f2f2;
}

.hero-media figcaption {
  margin-top: 10px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.05em;
  color: var(--grey);
}

/* Split section — text one side, image the other, used mid-page */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 6vw, 64px);
  align-items: center;
}

.split-media img {
  display: block;
  width: 100%;
  height: clamp(280px, 32vw, 420px);
  object-fit: cover;
  background: #f2f2f2;
}

.split-media figcaption {
  margin-top: 10px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.05em;
  color: var(--grey);
}

.split-media { margin: 0; }

.split-media.portrait img {
  height: auto;
  max-width: 360px;
  margin: 0 auto;
}

.split-media.contain img {
  object-fit: contain;
}

/* Image band — a full-width contained photo used as a visual break between sections */
.image-band {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(56px, 9vw, 120px) var(--gutter) 0;
}

.image-band figure { margin: 0; }

.image-band img {
  display: block;
  width: 100%;
  height: clamp(320px, 46vw, 560px);
  object-fit: cover;
  background: #f2f2f2;
}

.image-band img.obj-top { object-position: center top; }

.image-band img.obj-natural {
  width: min(100%, 640px);
  height: auto;
  margin: 0 auto;
  display: block;
}

.image-band img.obj-contain {
  width: min(100%, 640px);
  max-width: 640px;
  height: auto;
  aspect-ratio: 976 / 1600;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

.image-band figcaption {
  margin-top: 12px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.05em;
  color: var(--grey);
}

/* Image band — 2-up variant, one work from each founding artist side by side */
.image-band-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 48px);
}

.image-band-duo figure { margin: 0; }

.image-band-duo img {
  display: block;
  width: 100%;
  height: clamp(280px, 34vw, 460px);
  object-fit: cover;
  background: #f2f2f2;
}

.image-band-duo figcaption {
  margin-top: 12px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.05em;
  color: var(--grey);
}

/* Cast grid — character portraits, used on Literature */
.cast-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.cast-grid figure { margin: 0; }

.cast-grid img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  background: #f2f2f2;
}

.cast-grid figcaption {
  margin-top: 10px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--grey);
}

/* Author photos — compact headshot pair, used on Literature */
.author-photos {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}

.author-photos figure { margin: 0; }

.author-photos img {
  display: block;
  width: 120px;
  height: 150px;
  object-fit: cover;
  background: #f2f2f2;
}

.author-photos figcaption {
  margin-top: 10px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--grey);
  max-width: 120px;
}

/* Page intro — the top-of-page header used on every interior page */
.page-intro {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(56px, 11vw, 140px) var(--gutter) clamp(40px, 6vw, 72px);
}

.page-intro h1 {
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.1;
  max-width: 18ch;
}

/* Sections */
.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(56px, 9vw, 120px) var(--gutter);
  border-top: 1px solid var(--rule);
  scroll-margin-top: 72px;
}

.section-first { border-top: none; padding-top: 0; }

.section h2 {
  font-size: clamp(28px, 4vw, 44px);
  max-width: 20ch;
  margin-bottom: 32px;
}

.section-body {
  max-width: 62ch;
}

.section-body p {
  font-size: clamp(16px, 1.6vw, 19px);
  color: var(--black);
}

.artist .artist-loc,
#founder .artist-loc {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--grey);
  margin: 4px 0 0;
}

/* Grids */
.grid {
  display: grid;
  gap: 1px;
  background: var(--rule);
  margin-top: 8px;
  border: 1px solid var(--rule);
}

.grid-work { grid-template-columns: repeat(3, 1fr); }
.grid-motion { grid-template-columns: repeat(2, 1fr); }
.grid-collab { grid-template-columns: repeat(3, 1fr); }
.grid-teaser { grid-template-columns: repeat(3, 1fr); }
.grid-who { grid-template-columns: repeat(2, 1fr); }

.work-item, .motion-item, .collab-item, .teaser-item {
  background: var(--white);
  padding: 32px;
}

.teaser-item {
  display: block;
  transition: background 0.15s ease;
}

.teaser-item:hover { background: #fafafa; }

.teaser-item .work-number { margin-bottom: 40px; }

.teaser-item h3 {
  font-size: 19px;
  margin-bottom: 10px;
}

.teaser-item p {
  font-size: 14px;
  color: #333;
  margin-bottom: 14px;
}

.teaser-item .teaser-link {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--black);
}

.work-number {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--grey);
  margin: 0 0 12px;
}

.work-item h3, .motion-item h3, .collab-item h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.work-item p, .motion-item p, .collab-item p {
  font-size: 14px;
  color: #333;
}

/* Framework callout — sits under the 5-item work grid */
.framework-note {
  margin-top: 24px;
  padding: 24px 28px;
  border: 1px solid var(--rule);
  max-width: 62ch;
}

.framework-note p {
  font-size: 15px;
  color: #333;
}

.framework-note a {
  border-bottom: 1px solid var(--black);
  padding-bottom: 1px;
}

/* Works gallery */
.works-intro {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.works-intro h2 { margin-bottom: 0; }

.works-intro .artist-link {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--black);
  padding-bottom: 3px;
  white-space: nowrap;
}

.works-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 32px;
}

.works-gallery figure {
  margin: 0;
}

.works-gallery img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: contain;
  background: #f2f2f2;
}

.works-gallery figcaption {
  margin-top: 10px;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.03em;
  color: var(--grey);
}

.works-gallery .work-feature {
  grid-column: span 2;
}

.works-gallery .work-feature img { height: 460px; }

.works-empty {
  margin-top: 32px;
  border: 1px dashed var(--rule);
  padding: clamp(48px, 8vw, 96px) 32px;
  text-align: center;
}

.works-empty p {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--grey);
}

.works-empty p:first-child { color: var(--black); font-size: 13px; margin-bottom: 10px; }

/* Comparison table */
.table-wrap { overflow-x: auto; margin-top: 8px; }

table.compare {
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
}

table.compare th, table.compare td {
  text-align: left;
  padding: 18px 20px;
  border-top: 1px solid var(--rule);
  font-size: 15px;
  vertical-align: top;
}

table.compare thead th {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--grey);
  border-top: none;
  font-weight: 400;
}

table.compare tbody th {
  font-family: var(--serif-display);
  font-weight: 400;
  white-space: nowrap;
}

table.compare tbody th[scope="row"] { color: var(--black); }
table.compare td:first-of-type { color: var(--grey); }
table.compare td:last-of-type { font-weight: 500; }

/* Artists */
.artist {
  border-top: 1px solid var(--rule);
  padding: 40px 0 0;
  margin-top: 40px;
  scroll-margin-top: 96px;
}

.artist:first-of-type { margin-top: 48px; }

.artist-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 48px;
}

.artist-pair .artist { margin-top: 0; }
.artist-pair:first-of-type .artist { margin-top: 48px; }

.artist-portrait {
  display: block;
  width: 100%;
  max-width: 480px;
  height: 340px;
  object-fit: cover;
  margin: 20px 0 6px;
  background: #f2f2f2;
}

.artist-portrait.obj-contain {
  object-fit: contain;
}

.image-credit {
  display: block;
  max-width: 480px;
  margin: 0 0 20px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--grey);
}

.artist-portrait-empty {
  width: 100%;
  max-width: 480px;
  height: 200px;
  margin: 20px 0;
  border: 1px dashed var(--rule);
  display: flex;
  align-items: center;
  justify-content: center;
}

.artist-portrait-empty p {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--grey);
}

.artist-link {
  display: inline-block;
  margin-top: 20px;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--black);
  padding-bottom: 3px;
}

.artist-head h3 {
  font-size: clamp(24px, 3vw, 32px);
  margin-bottom: 4px;
}

.artist blockquote {
  margin: 20px 0;
  font-family: var(--serif-display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(18px, 2.2vw, 24px);
  max-width: 42ch;
  line-height: 1.4;
}

.artist-facts {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  display: grid;
  gap: 10px;
  max-width: 56ch;
}

.artist-facts li {
  font-size: 15px;
  padding-left: 18px;
  position: relative;
  color: #222;
}

.artist-facts li::before {
  content: "-";
  position: absolute;
  left: 0;
  color: var(--grey);
}

.artist-stage {
  font-size: 14px;
  color: var(--grey);
  max-width: 56ch;
}

.artist-statement {
  margin-top: 20px;
  max-width: 62ch;
}

.artist-statement p {
  font-size: 15px;
  color: #222;
  margin-bottom: 1em;
}

.artist-statement p.statement-quote {
  font-style: italic;
}

/* Catalogue grid — used on Collectors */
.catalogue-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 32px;
  margin-top: 32px;
}

.catalogue-item img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: contain;
  background: #f2f2f2;
  margin-bottom: 14px;
}

.catalogue-item h3 { font-size: 16px; margin-bottom: 4px; }

.catalogue-item .cat-meta {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--grey);
  margin-bottom: 8px;
}

.catalogue-item .cat-price {
  font-size: 14px;
  font-weight: 600;
}

.catalogue-item .cat-note {
  font-size: 12px;
  color: var(--grey);
  margin-top: 2px;
}

.fractal-list {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  font-family: var(--mono);
  font-size: 11px;
  color: #333;
  line-height: 1.7;
}

.collections-list {
  columns: 2;
  column-gap: 40px;
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  font-size: 14px;
  color: #333;
  line-height: 1.9;
}

.catalogue-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--rule);
  padding-bottom: 16px;
}

/* Expo schedule list — used on Exhibitions */
.expo-list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  border-top: 1px solid var(--rule);
}

.expo-item {
  padding: 24px 0;
  border-bottom: 1px solid var(--rule);
}

.expo-item h3 {
  font-size: 18px;
  margin-bottom: 4px;
}

.expo-item .expo-meta {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.05em;
  color: var(--grey);
  margin-bottom: 6px;
}

.expo-item p:last-child {
  font-size: 14px;
  color: #333;
}

.inline-email {
  display: inline-block;
  font-family: var(--mono);
  font-size: 16px;
  letter-spacing: 0.03em;
  color: var(--black);
  border-bottom: 1px solid var(--black);
  padding-bottom: 3px;
}

/* Footer */
.site-footer {
  background: var(--white);
  color: var(--black);
  border-top: 1px solid var(--rule);
  padding: clamp(64px, 10vw, 120px) var(--gutter);
  text-align: center;
}

.footer-mark {
  width: 40px;
  height: 40px;
  margin-bottom: 24px;
}

.footer-tagline {
  font-family: var(--serif-display);
  font-weight: 600;
  font-size: clamp(20px, 3vw, 30px);
  max-width: 20ch;
  margin: 0 auto 20px;
}

.footer-email {
  display: inline-block;
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.05em;
  color: var(--black);
  border-bottom: 1px solid var(--black);
  padding-bottom: 3px;
}

.footer-meta {
  margin-top: 48px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--grey);
}

/* Pull quote — large italic quote used for loglines and epigraphs */
.pull-quote {
  margin: 0;
  font-family: var(--serif-display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(20px, 2.6vw, 28px);
  line-height: 1.45;
  max-width: 56ch;
}

/* Stat grid — used for "The Condition" style statistics */
.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 4vw, 48px);
  margin-top: 40px;
}

.stat-number {
  font-family: var(--serif-display);
  font-weight: 600;
  font-size: clamp(32px, 4vw, 48px);
  margin-bottom: 12px;
}

.stat-label {
  font-size: 14px;
  color: #333;
  max-width: 32ch;
}

.stat-footnote { margin-top: 40px; }

/* Research downloads list */
.downloads-list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  border-top: 1px solid var(--rule);
}

.downloads-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid var(--rule);
}

.downloads-item h3 {
  font-size: 18px;
  margin-bottom: 6px;
}

.downloads-item p {
  font-size: 14px;
  color: #333;
  max-width: 52ch;
}

.downloads-status {
  flex: none;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--grey);
  white-space: nowrap;
  padding-top: 4px;
}

.downloads-link {
  flex: none;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--black);
  white-space: nowrap;
  padding-top: 4px;
  border-bottom: 1px solid var(--black);
  padding-bottom: 2px;
}

.downloads-link:hover { color: var(--grey); border-color: var(--grey); }

/* Pillar summary grid — used on Home */
.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--rule);
  margin-top: 8px;
  border: 1px solid var(--rule);
}

.pillar-filler { background: var(--white); }

.pillar-item {
  background: var(--white);
  padding: 32px;
  display: block;
  transition: background 0.15s ease;
}

.pillar-item:hover { background: #fafafa; }

.pillar-item .work-number { margin-bottom: 40px; }

.pillar-item h3 { font-size: 19px; margin-bottom: 10px; }

.pillar-item p {
  font-size: 14px;
  color: #333;
  margin-bottom: 14px;
}

.pillar-item .teaser-link {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--black);
}

/* Responsive */
@media (max-width: 860px) {
  .grid-work { grid-template-columns: repeat(2, 1fr); }
  .grid-collab { grid-template-columns: 1fr; }
  .grid-teaser { grid-template-columns: repeat(2, 1fr); }
  .works-gallery { grid-template-columns: repeat(2, 1fr); }
  .works-gallery .work-feature { grid-column: span 2; }
  .works-gallery .work-feature img { height: 360px; }
  .hero { grid-template-columns: 1fr; }
  .hero-media img { height: 320px; }
  .split { grid-template-columns: 1fr; }
  .split-media img { height: 300px; }
  .stat-grid { grid-template-columns: 1fr; gap: 32px; }
  .pillar-grid { grid-template-columns: repeat(2, 1fr); }
  .pillar-filler { display: none; }
  .catalogue-grid { grid-template-columns: repeat(2, 1fr); }
  .collections-list { columns: 1; }
  .artist-pair { grid-template-columns: 1fr; gap: 0; }
  .artist-pair .artist:nth-child(2) { margin-top: 40px; }
  .image-band-duo { grid-template-columns: 1fr; gap: 32px; }
  .cast-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white);
    border-bottom: 1px solid var(--rule);
    flex-direction: column;
    padding: 8px var(--gutter) 24px;
    gap: 18px;
    display: none;
  }
  .site-nav.open { display: flex; }
  .nav-toggle { display: flex; }
  .grid-work { grid-template-columns: 1fr; }
  .work-filler { display: none; }
  .grid-motion { grid-template-columns: 1fr; }
  .grid-teaser { grid-template-columns: 1fr; }
  .works-gallery { grid-template-columns: 1fr; }
  .works-gallery .work-feature { grid-column: span 1; }
  .works-gallery .work-feature img, .works-gallery img { height: 320px; }
  .pillar-grid { grid-template-columns: 1fr; }
  .cast-grid { grid-template-columns: 1fr; }
  .catalogue-grid { grid-template-columns: 1fr; }
  .downloads-item { flex-direction: column; gap: 8px; }
}
