: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 picture,
.project-card-img picture {
  display: block;
  width: 100%;
  height: 100%;
}
.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;
  }
}



.projects-archive-page {
  padding-bottom: clamp(64px, 7vw, 110px);
}

.projects-archive-head {
  max-width: 980px;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 48px) clamp(22px, 3vw, 34px);
  padding: clamp(12px, 2vw, 28px) 0 0;
}

.project-card {
  display: flex;
  flex-direction: column;
  color: var(--project-text);
  text-decoration: none;
}

.project-card-img {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--project-wash);
  margin-bottom: 20px;
}

.project-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease, filter 0.55s ease;
}

.project-card:hover .project-card-img img {
  transform: scale(1.035);
  filter: saturate(0.95);
}

.project-card-kicker {
  display: block;
  margin-bottom: 9px;
  font-family: "Raleway", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--project-muted);
}

.project-card-title {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(25px, 2.2vw, 34px);
  line-height: 1.08;
  color: var(--project-text);
  margin-bottom: 10px;
}

.project-card-text {
  display: block;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #373330;
  max-width: 94%;
}

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

@media (max-width: 640px) {
  .projects-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .project-card-img {
    margin-bottom: 16px;
  }

  .project-card-text {
    max-width: none;
  }
}

.about-page {
  padding-bottom: clamp(64px, 7vw, 110px);
}

.about-page-head {
  max-width: 1080px;
}

.about-story {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: clamp(36px, 5vw, 76px);
  padding: clamp(24px, 3vw, 42px) 0 clamp(52px, 6vw, 92px);
  border-top: 1px solid var(--project-line);
  border-bottom: 1px solid var(--project-line);
}

.about-story-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 4.2vw, 58px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.015em;
  color: var(--project-text);
  margin: 0;
  text-wrap: balance;
}

.about-story-copy,
.about-note-copy {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--project-text);
}

.about-story-copy p,
.about-note-copy p {
  margin: 0;
}

.about-story-copy p + p,
.about-note-copy p + p {
  margin-top: 1.1em;
}

.about-note {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: clamp(32px, 5vw, 80px);
  padding: clamp(52px, 6vw, 92px) 0;
  border-bottom: 1px solid var(--project-line);
}

.about-note-label {
  font-family: "Raleway", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--project-muted);
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: clamp(34px, 4vw, 52px);
}

.about-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid var(--project-line);
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--project-text);
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.about-action:hover {
  background: var(--project-text);
  border-color: var(--project-text);
  color: var(--project-bg);
}

@media (max-width: 820px) {
  .about-story,
  .about-note {
    grid-template-columns: 1fr;
  }
}


.about-page .about-story-title {
  max-width: 520px;
  font-size: 44px;
}

@media (max-width: 640px) {
  .about-page .about-story-title {
    font-size: clamp(30px, 9vw, 40px);
  }
}




.about-page-head {
  padding-bottom: clamp(34px, 4vw, 56px);
}

.about-page-head .eyebrow {
  margin-bottom: 0;
}
/* Mobile project image crops */
@media (max-width: 640px) {
  .phero,
  .project-card-img {
    aspect-ratio: 4 / 5;
  }

  .phero img,
  .project-card-img img {
    object-fit: cover;
  }

  .phero img[src*="Pere"],
  .project-card-img img[src*="Pere"] { object-position: 50% 50%; }

  .phero img[src*="Piu"],
  .project-card-img img[src*="Piu"] { object-position: 50% 50%; }

  .phero img[src*="Deltio"],
  .project-card-img img[src*="Deltio"] { object-position: 52% 50%; }

  .phero img[src*="Monastiraki"],
  .project-card-img img[src*="Monastiraki"] { object-position: 50% 50%; }

  .phero img[src*="Adorno"],
  .project-card-img img[src*="Adorno"] { object-position: 50% 50%; }

  .phero img[src*="KeaMare"],
  .project-card-img img[src*="KeaMare"] { object-position: 50% 50%; }

  .phero img[src*="Ola"],
  .project-card-img img[src*="Ola"] { object-position: 50% 50%; }

  .phero img[src*="Num"],
  .project-card-img img[src*="Num"] { object-position: 50% 50%; }

  .phero img[src*="Macelleria"],
  .project-card-img img[src*="Macelleria"] { object-position: 58% 50%; }
}
.pall-projects-band {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 24px clamp(28px, 5vw, 72px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4a4946;
  color: #fff;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.pall-projects-band span {
  display: inline-block;
  transition: transform 0.25s ease;
}

.pall-projects-band:hover {
  background: #1f1f1d;
  color: #fff;
}

.pall-projects-band:hover span {
  transform: translateX(-4px);
}




