﻿:root {
  --project-bg: #f5f1ec;
  --project-text: #1e1e1e;
  --project-muted: #6e6863;
  --project-line: rgba(30, 30, 30, 0.12);
  --project-wash: #ebe5dd;
}

.project-page {
  position: relative;
  background: var(--project-bg);
  color: var(--project-text);
  padding: 140px 0 0;
}

.project-page::before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 110px;
  background: #b2b2b0;
  pointer-events: none;
}

.project-page > .wrap {
  position: relative;
  z-index: 1;
}

.wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}

.pback {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--project-text);
  text-decoration: none;
  transition: color 0.2s ease;
  font-weight: 700;
}

.pback:hover { color: var(--project-muted); }

.phead { padding: 56px 0 24px; }

.eyebrow {
  font-family: "Raleway", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--project-muted);
  display: inline-block;
  margin-bottom: 18px;
}

.phead-title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: clamp(40px, 6vw, 84px);
  line-height: 1.02;
  letter-spacing: -0.015em;
  text-wrap: balance;
  margin: 0;
  color: var(--project-text);
}

.phead-deck {
  font-family: "Playfair Display", serif;
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.4;
  color: #2a2a2a;
  width: 100%;
  max-width: none;
  margin: 24px 0 0;
}

.pmeta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 28px 0;
  margin: 32px 0 0;
  border-top: 1px solid var(--project-line);
  border-bottom: 1px solid var(--project-line);
  font-family: "Raleway", sans-serif;
  font-size: 13px;
}

.pmeta dt {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--project-muted);
  margin: 0 0 8px;
}

.pmeta dd {
  margin: 0;
  color: var(--project-text);
  line-height: 1.45;
}


.pfocus {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: clamp(32px, 5vw, 80px);
  padding: 28px 0 0;
  margin: 0 0 clamp(48px, 6vw, 96px);
  border-top: 1px solid var(--project-line);
  font-family: "Raleway", Arial, sans-serif;
}

.pfocus-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--project-muted);
}

.pfocus-text {
  max-width: 860px;
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--project-text);
}

.pfocus-text strong {
  font-weight: 700;
}
.phero {
  margin: clamp(32px, 4vw, 56px) 0 clamp(40px, 5vw, 72px);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--project-wash);
}

.phero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.paccount-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}

.paccount-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.paccount-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(30,30,30,0.04), rgba(30,30,30,0.42));
  pointer-events: none;
}

.paccount-card:hover img {
  transform: scale(1.025);
}

.paccount-meta {
  position: absolute;
  left: clamp(20px, 3vw, 42px);
  right: clamp(20px, 3vw, 42px);
  bottom: clamp(18px, 3vw, 38px);
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.paccount-kicker {
  display: block;
  margin-bottom: 8px;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.78);
}

.paccount-handle {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(18px, 1.7vw, 26px);
  line-height: 1.05;
  color: #fff;
}
`r`n
@media (max-width: 640px) {
  .paccount-meta {
    align-items: flex-start;
    flex-direction: column;
  }
}
.pbody {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: clamp(32px, 5vw, 80px);
  padding: 0 0 clamp(48px, 6vw, 96px);
}

.pbody > .pbody-prose {
  grid-column: 2;
}

.pbody h3 {
  font-family: "Raleway", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--project-muted);
  margin: 0 0 14px;
}

.pbody-prose {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  font-size: clamp(18px, 1.5vw, 21px);
  line-height: 1.55;
  color: #1e1e1e;
  text-wrap: pretty;
}

.pbody-prose p { margin: 0; }
.pbody-prose p + p { margin-top: 1em; }

.pbody-prose .drop::first-letter {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  font-size: 3.4em;
  line-height: 0.9;
  float: left;
  padding: 6px 10px 0 0;
}

.pnav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--project-line);
  border-bottom: 1px solid var(--project-line);
}

.pnav a {
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: inherit;
  text-decoration: none;
}

.pnav a:first-child { padding-right: 24px; }
.pnav a:nth-child(2) {
  border-left: 1px solid var(--project-line);
  padding-left: 24px;
  align-items: flex-end;
  text-align: right;
}

.pnav .label {
  font-family: "Raleway", sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--project-muted);
}

.pnav a:hover .label,
.pnav a:hover .name {
  color: var(--project-muted);
}

.pnav .name {
  font-family: "Playfair Display", serif;
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: 1.2;
  position: relative;
  width: fit-content;
}

@media (max-width: 820px) {
  .project-page { padding-top: 120px; }
  .project-page::before { height: 110px; }
  .pbody { grid-template-columns: 1fr; }
  .pbody > .pbody-prose { grid-column: auto; }
  .pbody > .pfocus { grid-column: auto; }
  .pfocus { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .pmeta { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 540px) {
  .pnav {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .pnav a {
    padding-top: 24px;
    padding-bottom: 24px;
    gap: 8px;
    min-width: 0;
  }

  .pnav a:first-child {
    padding-right: 14px;
  }

  .pnav a:nth-child(2) {
    border-left: 1px solid var(--project-line);
    border-top: 0;
    padding-left: 14px;
  }

  .pnav .label {
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .pnav .name {
    font-size: 22px;
    max-width: 100%;
    overflow-wrap: anywhere;
  }
}
/* Project prose: editorial lead paragraph, sans-serif supporting copy. */
.project-page .pbody .pbody-prose,
.project-page .pbody .pbody-prose p {
  font-family: "Raleway", Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  color: #1e1e1e !important;
}

.project-page .pbody .pbody-prose .drop {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif !important;
  font-weight: 400 !important;
  font-size: clamp(18px, 1.5vw, 21px) !important;
  line-height: 1.55 !important;
  color: #1e1e1e !important;
}

.project-page .pbody .pbody-prose .drop::first-letter {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif !important;
  font-weight: 400 !important;
  font-size: 3.4em !important;
  line-height: 0.9 !important;
  float: left !important;
  padding: 6px 10px 0 0 !important;
}
.pmeta a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(30, 30, 30, 0.28);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.pmeta a:hover {
  color: var(--project-muted);
  border-bottom-color: currentColor;
}
.pmeta.pmeta-five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (max-width: 900px) {
  .pmeta.pmeta-five {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


@media (max-width: 767px) {
  .wrap {
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media (max-width: 390px) {
  .wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}


