:root {
  --navy: #031a2b;
  --navy-deep: #00101d;
  --gold: #d79739;
  --gold-bright: #f0b95e;
  --gold-dim: #8f5c21;
  --cream: #f3e6ce;
  --frame-inset: 16px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--navy-deep);
}

body {
  margin: 0;
  color: var(--cream);
  font-family: "Libre Caslon Text", Georgia, serif;
}

a {
  color: inherit;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  background-color: #000000;
  background-image: none;
}

.hero::before,
.hero::after {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  pointer-events: none;
}

.hero::before {
  background: none;
}

.hero::after {
  z-index: 0;
  box-shadow:
    inset 0 0 120px 30px rgba(0, 4, 9, 0.62),
    inset 0 0 24px rgba(0, 0, 0, 0.9);
}

.hero__frame {
  position: absolute;
  z-index: 10;
  inset: var(--frame-inset);
  border: 1px solid rgba(204, 132, 38, 0.82);
  box-shadow:
    0 0 0 2px rgba(107, 67, 22, 0.26),
    inset 0 0 0 3px rgba(196, 123, 31, 0.09);
  pointer-events: none;
}

.corner {
  display: none;
}

.site-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(590px, 0.9fr) minmax(620px, 1.1fr);
  align-items: start;
  padding: 33px 5.1vw 0 0;
}

.brand {
  display: block;
  justify-self: center;
  width: min(28vw, 440px);
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 68px;
  border-bottom: 1px solid var(--gold-dim);
}

.primary-nav a,
.menu-toggle {
  color: var(--gold-bright);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(0.86rem, 1.15vw, 1.13rem);
  font-weight: 700;
  letter-spacing: 0.035em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.primary-nav a:not(:last-child)::after {
  margin-left: clamp(12px, 1.3vw, 24px);
  color: var(--gold);
  content: "•";
  font-size: 0.7em;
}

.primary-nav a {
  transition: color 160ms ease, text-shadow 160ms ease;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  color: #ffd78e;
  text-shadow: 0 0 12px rgba(220, 154, 60, 0.48);
}

.menu-toggle {
  display: none;
  border: 1px solid var(--gold);
  background: #000000;
  padding: 8px 14px;
}

.hero__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(590px, 0.9fr) minmax(620px, 1.1fr);
  min-height: calc(100svh - 245px);
}

.hero__copy {
  z-index: 3;
  align-self: start;
  width: min(100%, 600px);
  margin: 0 0 4vh 4.6vw;
  padding: 0 20px 25px 0;
}

.project-name {
  color: var(--gold-bright);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
}

.project-name__sub {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
  margin-top: 8px;
  font-size: 0.78em;
}

.project-name__sub::before,
.project-name__sub::after {
  width: 84px;
  height: 1px;
  background: var(--gold);
  content: "";
}

.ornament {
  display: flex;
  align-items: center;
  width: 62%;
  margin: 23px 0 18px;
  color: var(--gold);
}

.ornament--wide {
  width: 100%;
  margin: 20px 0 18px;
}

.ornament::before,
.ornament::after {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold) 14%, var(--gold));
  content: "";
}

.ornament::after {
  background: linear-gradient(90deg, var(--gold), var(--gold) 86%, transparent);
}

.ornament span {
  width: 9px;
  height: 9px;
  border: 1px solid var(--gold);
  margin: 0 2px;
  transform: rotate(45deg);
}

h1 {
  margin: 0;
  color: var(--gold-bright);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.1rem, 3.85vw, 4.75rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 0.93;
  max-width: 100%;
  text-transform: uppercase;
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.52);
}

h1 .headline-kicker {
  display: block;
  margin-bottom: 12px;
  font-size: 0.74em;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
}

h1 .headline-line {
  display: block;
  white-space: nowrap;
}

.hero__intro {
  max-width: 560px;
  margin: 0;
  color: var(--cream);
  font-size: clamp(0.98rem, 1.28vw, 1.22rem);
  line-height: 1.55;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

.hero__mission {
  max-width: 520px;
  margin: 18px 0 26px;
  color: var(--gold-bright);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.18rem, 1.55vw, 1.52rem);
  font-style: italic;
  font-weight: 600;
  line-height: 1.42;
}

.hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  border: 1px solid var(--gold-bright);
  padding: 13px 24px 12px;
  color: var(--gold-bright);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1rem, 1.3vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.035em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.hero__cta:hover,
.hero__cta:focus-visible {
  background: var(--gold);
  color: var(--navy-deep);
  box-shadow: 0 0 24px rgba(215, 151, 57, 0.27);
}

.archive-still-life {
  position: relative;
  z-index: 1;
  height: calc(100svh - 120px);
  min-height: 650px;
  margin-top: -68px;
  background-color: #000000;
  background-image: none;
  pointer-events: none;
}

.archive-still-life::after {
  display: none;
}

.archive-still-life__image {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.2) 5%, #000 18%, #000 97%, transparent 100%),
    linear-gradient(0deg, transparent 0%, rgba(0, 0, 0, 0.32) 5%, #000 17%, #000 97%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.2) 5%, #000 18%, #000 97%, transparent 100%),
    linear-gradient(0deg, transparent 0%, rgba(0, 0, 0, 0.32) 5%, #000 17%, #000 97%, transparent 100%);
  mask-composite: intersect;
  object-fit: contain;
  object-position: right center;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 260px 1fr;
    gap: 20px;
  }

  .primary-nav {
    gap: 8px;
  }

  .primary-nav a:not(:last-child)::after {
    margin-left: 10px;
  }

  .hero__layout {
    grid-template-columns: minmax(400px, 0.85fr) minmax(500px, 1.15fr);
  }

  .archive-still-life {
    transform: translateX(-3%);
    transform-origin: bottom right;
  }
}

@media (max-width: 900px) {
  :root {
    --frame-inset: 9px;
  }

  .hero {
    min-height: 100svh;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 28px 28px 0;
  }

  .brand {
    width: min(290px, 65vw);
  }

  .menu-toggle {
    display: block;
  }

  .primary-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 20px;
    display: none;
    width: min(280px, calc(100vw - 40px));
    min-height: 0;
    border: 1px solid var(--gold-dim);
    background: #000000;
    padding: 16px 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
  }

  .primary-nav--open {
    display: grid;
  }

  .primary-nav a {
    padding: 9px 0;
  }

  .primary-nav a:not(:last-child)::after {
    display: none;
  }

  .hero__layout {
    display: block;
    min-height: auto;
    padding: 35px 35px 50px;
  }

  .hero__copy {
    width: min(100%, 620px);
    margin: 0 auto;
    padding: 0;
  }

  .archive-still-life {
    width: min(100%, 700px);
    height: auto;
    min-height: 610px;
    margin: 20px auto 0;
    transform: none;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: clamp(2.4rem, 12vw, 4.2rem);
    line-height: 1;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  h1 .headline-line {
    white-space: normal;
  }
}

@media (max-width: 600px) {
  .site-header {
    padding: 24px 22px 0;
  }

  .brand {
    width: min(220px, 62vw);
  }

  .hero__layout {
    padding: 32px 26px 38px;
  }

  .project-name {
    font-size: 1.3rem;
  }

  .project-name__sub::before,
  .project-name__sub::after {
    width: 45px;
  }

  h1 {
    font-size: clamp(2.4rem, 12vw, 3.6rem);
  }

  .hero__intro {
    font-size: 0.94rem;
  }

  .hero__cta {
    justify-content: center;
    width: 100%;
  }

  .archive-still-life {
    min-height: 430px;
    margin-top: 35px;
  }

}

.explore-project {
  border-top: 1px solid rgba(213, 151, 64, 0.7);
  border-bottom: 1px solid rgba(213, 151, 64, 0.7);
  background: #00111d;
  color: var(--cream);
  padding: 26px 5vw 34px;
}

.explore-project__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.explore-project__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}

.explore-project__heading span {
  width: 62px;
  height: 1px;
  background: var(--gold-dim);
}

.explore-project__heading span:first-child::after,
.explore-project__heading span:last-child::before {
  display: block;
  width: 4px;
  height: 4px;
  border: 1px solid var(--gold);
  background: #00111d;
  content: "";
  transform: translate(58px, -2px) rotate(45deg);
}

.explore-project__heading span:last-child::before {
  transform: translate(0, -2px) rotate(45deg);
}

.explore-project h2 {
  margin: 0;
  color: var(--gold-bright);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.35rem, 1.8vw, 1.75rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.explore-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.explore-card {
  min-width: 0;
  border-left: 1px solid rgba(143, 92, 33, 0.5);
  padding: 0 clamp(20px, 3vw, 46px);
  text-align: center;
}

.explore-card:first-child {
  border-left: 0;
}

.explore-card__icon {
  width: 72px;
  height: 72px;
  margin-bottom: 7px;
  fill: none;
  stroke: var(--gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.explore-card h3 {
  margin: 0 0 6px;
  color: var(--gold-bright);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.15rem, 1.4vw, 1.35rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.explore-card p {
  max-width: 230px;
  min-height: 5.4em;
  margin: 0 auto 8px;
  color: var(--cream);
  font-size: clamp(0.74rem, 0.85vw, 0.88rem);
  line-height: 1.5;
}

.explore-card a {
  color: var(--gold-bright);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 0.92rem;
  text-decoration: none;
}

.explore-card a span {
  display: inline-block;
  margin-left: 3px;
  transition: transform 160ms ease;
}

.explore-card a:hover span,
.explore-card a:focus-visible span {
  transform: translateX(3px);
}

@media (max-width: 900px) {
  .explore-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 32px;
  }

  .explore-card:nth-child(odd) {
    border-left: 0;
  }
}

@media (max-width: 767px) {
  .explore-project {
    display: none;
  }
}

@media (max-width: 560px) {
  .explore-project {
    padding: 28px 26px 36px;
  }

  .explore-project__heading span {
    width: 34px;
  }

  .explore-project__heading span:first-child::after {
    transform: translate(30px, -2px) rotate(45deg);
  }

  .explore-grid {
    grid-template-columns: 1fr;
  }

  .explore-card,
  .explore-card:nth-child(odd) {
    border-top: 1px solid rgba(143, 92, 33, 0.42);
    border-left: 0;
    padding: 28px 10px 0;
  }

  .explore-card:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .explore-card p {
    min-height: 0;
  }
}

.network-thesis {
  border-bottom: 1px solid rgba(143, 92, 33, 0.42);
  background-color: #f1e7d2;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(139, 93, 43, 0.06) 0 1px, transparent 1px),
    radial-gradient(circle at 80% 60%, rgba(139, 93, 43, 0.045) 0 1px, transparent 1px);
  background-size: 11px 13px, 17px 19px;
  color: #10263a;
  padding: clamp(58px, 7vw, 92px) 24px;
}

.network-thesis__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  text-align: center;
}

.network-thesis__subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 0 17px;
  color: #a16e24;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(0.9rem, 1.1vw, 1.05rem);
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.network-thesis__subtitle::before,
.network-thesis__subtitle::after {
  width: 54px;
  height: 1px;
  background: rgba(161, 110, 36, 0.72);
  content: "";
}

.network-thesis h2 {
  width: min(980px, 100%);
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  color: #10263a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.4rem, 4.6vw, 4.35rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.02;
}

.network-thesis__ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(210px, 55vw);
  margin: 27px auto 30px;
}

.network-thesis__ornament::before,
.network-thesis__ornament::after {
  width: 50%;
  height: 1px;
  background: rgba(161, 110, 36, 0.66);
  content: "";
}

.network-thesis__ornament span {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border: 1px solid #a16e24;
  transform: rotate(45deg);
}

.network-thesis__content {
  width: min(1100px, 100%);
  margin: 0 auto;
  column-count: 2;
  column-fill: balance;
  column-gap: clamp(42px, 6vw, 76px);
  column-rule: 1px solid rgba(161, 110, 36, 0.28);
  text-align: left;
}

.network-thesis__content p {
  margin: 0 0 1.25em;
  color: #1a3148;
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.75;
  orphans: 3;
  widows: 3;
}

.network-thesis__content p:last-child {
  margin-bottom: 0;
}

.network-thesis__button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #a16e24;
  margin-top: 30px;
  padding: 12px 22px 11px;
  color: #10263a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-decoration: none;
  text-transform: uppercase;
}

.network-thesis__button span {
  transition: transform 160ms ease;
}

.network-thesis__button:hover span,
.network-thesis__button:focus-visible span {
  transform: translateX(4px);
}

@media (max-width: 900px) {
  .network-thesis__content {
    width: min(760px, 100%);
    column-count: 1;
    column-rule: 0;
  }
}

@media (max-width: 560px) {
  .network-thesis {
    padding-right: 22px;
    padding-left: 22px;
  }

  .network-thesis__subtitle {
    gap: 10px;
  }

  .network-thesis__subtitle::before,
  .network-thesis__subtitle::after {
    width: 28px;
  }
}

.featured-research {
  border-bottom: 1px solid rgba(143, 92, 33, 0.62);
  background-color: #f1e7d2;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(139, 93, 43, 0.06) 0 1px, transparent 1px),
    radial-gradient(circle at 80% 60%, rgba(139, 93, 43, 0.045) 0 1px, transparent 1px);
  background-size: 11px 13px, 17px 19px;
  color: #10263a;
  padding: 58px 3vw 50px;
}

.featured-research__inner {
  width: min(1440px, 100%);
  margin: 0 auto;
}

.featured-research__header {
  margin-bottom: 32px;
  text-align: center;
}

.featured-research__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.featured-research__heading span {
  width: min(180px, 15vw);
  height: 1px;
  background: var(--gold-dim);
}

.featured-research__heading h2 {
  margin: 0;
  color: #a16e24;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.3rem, 4vw, 4rem);
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1;
  text-transform: uppercase;
}

.featured-research__header p {
  margin: 15px 0 0;
  color: #1a3148;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.2rem, 1.8vw, 1.65rem);
  font-style: italic;
  font-weight: 600;
  line-height: 1.3;
}

.featured-research__grid {
  margin-top: 0;
}

.featured-research__all {
  display: block;
  width: min(320px, 100%);
  border: 1px solid #a16e24;
  margin: 28px auto 0;
  padding: 13px 20px 11px;
  color: #10263a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.28rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 620px) {
  .featured-research {
    padding: 42px 24px;
  }

  .featured-research__heading span {
    width: 28px;
  }

  .featured-research__grid {
    width: 100%;
  }
}

.publications-section {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(213, 151, 64, 0.58);
  border-bottom: 1px solid rgba(213, 151, 64, 0.58);
  background:
    radial-gradient(circle at 50% 100%, rgba(161, 93, 29, 0.23), transparent 42%),
    linear-gradient(90deg, rgba(2, 23, 38, 0.98), rgba(1, 16, 29, 0.98)),
    var(--navy);
  color: var(--cream);
  padding: 56px 4vw 60px;
}

.publications-section::before {
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(8deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 6px),
    repeating-linear-gradient(92deg, rgba(0, 0, 0, 0.12) 0 1px, transparent 1px 7px);
  content: "";
  opacity: 0.44;
  pointer-events: none;
}

.publications-section__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px 34px;
  width: min(1420px, 100%);
  margin: 0 auto;
}

.publications-section__copy {
  grid-column: 1 / 2;
}

.publications-section__heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}

.publications-section__heading span {
  width: 72px;
  height: 1px;
  background: var(--gold-dim);
}

.publications-section h2 {
  margin: 0;
  color: var(--gold-bright);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.2rem, 3.6vw, 4.1rem);
  font-weight: 600;
  letter-spacing: 0.055em;
  line-height: 1;
  text-transform: uppercase;
}

.publications-section p {
  max-width: 760px;
  margin: 0;
  color: rgba(243, 230, 206, 0.9);
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  line-height: 1.55;
}

.publication-gallery {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
  align-items: end;
  padding-top: 8px;
}

.publication-item {
  display: grid;
  grid-template-rows: 1fr minmax(3.9em, auto);
  align-items: end;
  margin: 0;
  text-align: center;
}

.publication-item__cover {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: clamp(260px, 27vw, 395px);
  padding: 14px 12px 18px;
}

.publication-item__cover::before {
  position: absolute;
  right: 8%;
  bottom: 5px;
  left: 8%;
  height: 22px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.46);
  filter: blur(10px);
  content: "";
}

.publication-item img {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 100%;
  width: auto;
  max-height: clamp(260px, 27vw, 395px);
  border: 1px solid rgba(216, 155, 72, 0.28);
  box-shadow:
    0 16px 18px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 210, 132, 0.08);
  object-fit: contain;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.publication-item:hover img {
  box-shadow:
    0 20px 24px rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(255, 210, 132, 0.12);
  transform: translateY(-3px);
}

.publication-item figcaption {
  align-self: start;
  color: var(--gold-bright);
  font-family: "Cormorant Garamond", Georgia, serif;
}

.publication-item figcaption span,
.publication-item figcaption time {
  display: block;
}

.publication-item figcaption span {
  font-size: clamp(1.18rem, 1.45vw, 1.45rem);
  font-weight: 600;
  line-height: 1.05;
}

.publication-item figcaption time {
  margin-top: 5px;
  color: rgba(243, 230, 206, 0.8);
  font-size: 1rem;
}

.publications-section__action {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  align-self: end;
}

.publications-section__action a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--gold-bright);
  padding: 13px 22px 12px;
  color: var(--gold-bright);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.publications-section__action span {
  transition: transform 160ms ease;
}

.publications-section__action a:hover span,
.publications-section__action a:focus-visible span {
  transform: translateX(4px);
}

@media (max-width: 1050px) {
  .publications-section__inner {
    display: block;
  }

  .publications-section__action {
    margin-top: 34px;
    text-align: center;
  }

  .publication-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 28px;
  }
}

@media (max-width: 640px) {
  .publications-section {
    padding: 44px 24px 50px;
  }

  .publications-section__heading span {
    width: 36px;
  }

  .publication-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 18px;
  }

}

.project-about {
  border-top: 1px solid rgba(143, 92, 33, 0.62);
  border-bottom: 1px solid rgba(143, 92, 33, 0.62);
  background-color: #efe3cb;
  background-image:
    radial-gradient(circle at 22% 34%, rgba(120, 83, 42, 0.055) 0 1px, transparent 1px),
    radial-gradient(circle at 76% 70%, rgba(120, 83, 42, 0.04) 0 1px, transparent 1px);
  background-size: 13px 16px, 19px 23px;
  color: #10263a;
  padding: 24px 5vw 22px;
}

.project-about__inner {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: center;
  gap: clamp(30px, 4vw, 58px);
  width: min(1420px, 100%);
  margin: 0 auto;
}

.project-about__logo {
  width: clamp(120px, 9vw, 140px);
  height: auto;
  opacity: 0.66;
  mix-blend-mode: multiply;
}

.project-about h2 {
  margin: 0 0 7px;
  color: #10263a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.9rem, 2.6vw, 2.7rem);
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1;
  text-transform: uppercase;
}

.project-about p {
  max-width: 1160px;
  margin: 0 0 5px;
  color: #1a3148;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(0.88rem, 0.92vw, 1rem);
  font-weight: 600;
  line-height: 1.28;
}

.project-about a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 5px;
  color: #8b5c21;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.project-about a span {
  transition: transform 160ms ease;
}

.project-about a:hover span,
.project-about a:focus-visible span {
  transform: translateX(4px);
}

@media (max-width: 780px) {
  .project-about {
    padding: 34px 28px 36px;
  }

  .project-about__inner {
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: center;
  }

  .project-about__logo {
    justify-self: center;
  }
}

.site-footer {
  border-top: 1px solid rgba(213, 151, 64, 0.45);
  background:
    linear-gradient(90deg, rgba(0, 16, 29, 0.98), rgba(1, 21, 36, 0.98)),
    var(--navy-deep);
  color: var(--gold-bright);
  padding: 30px 5vw 28px;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: minmax(240px, 1.15fr) minmax(480px, 1.8fr) minmax(240px, 0.9fr);
  gap: clamp(28px, 4vw, 62px);
  align-items: start;
  width: min(1420px, 100%);
  margin: 0 auto;
}

.site-footer__brand {
  border-right: 1px solid rgba(143, 92, 33, 0.42);
  min-height: 112px;
  padding-right: clamp(24px, 3vw, 46px);
}

.site-footer__brand p {
  margin: 0;
  color: var(--gold-bright);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.25rem, 1.65vw, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.045em;
  line-height: 1.16;
  text-transform: uppercase;
}

.site-footer__nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 48px);
}

.site-footer__group {
  border-right: 1px solid rgba(143, 92, 33, 0.42);
  min-height: 112px;
  padding-right: 20px;
}

.site-footer__group:last-child {
  border-right: 0;
}

.site-footer h2 {
  margin: 0 0 10px;
  color: var(--gold-bright);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.06rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.site-footer a {
  display: block;
  width: fit-content;
  color: rgba(243, 230, 206, 0.78);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.03rem;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--gold-bright);
}

.site-footer__legal {
  color: rgba(243, 230, 206, 0.72);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: right;
}

.site-footer__legal p {
  margin: 0;
}

@media (max-width: 900px) {
  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .site-footer__brand,
  .site-footer__group {
    min-height: 0;
    border-right: 0;
    padding-right: 0;
  }

  .site-footer__legal {
    text-align: left;
  }
}

@media (max-width: 560px) {
  .site-footer__nav {
    grid-template-columns: 1fr;
  }
}


/* WordPress-editable homepage compatibility. */
.hero__copy {
  background: #000000;
  box-shadow: 0 0 42px 34px #000000;
}

/* Final homepage hero background override: keep all non-image hero areas pure black. */
.hero,
.hero .site-header,
.hero .hero__layout,
.hero .hero__copy,
.hero .archive-still-life {
  background-color: #000000;
  background-image: none;
}

.hero::before,
.hero::after {
  background: none;
  box-shadow: none;
}

.hero .hero__frame {
  z-index: 40;
  border-color: rgba(204, 132, 38, 0.82);
}

.explore-project__subtitle {
  max-width: 680px;
  margin: -4px auto 28px;
  color: rgba(243, 230, 206, 0.82);
  font-size: 0.95rem;
  line-height: 1.55;
  text-align: center;
}

.explore-card__image {
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto 12px;
  object-fit: contain;
}

.publication-item__cover {
  color: inherit;
  text-decoration: none;
}
