:root {
  --bone: #bbb2a9;
  --paper: #d7cfc7;
  --ink: #090808;
  --oxblood: #3d211f;
  --wine: #251412;
  --dust: #806f6b;
  --white: #f2ece7;
  --line: rgba(10, 8, 8, 0.22);

  --serif: "Cormorant Garamond", Georgia, serif;
  --blackletter: "UnifrakturCook", "Old English Text MT", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bone);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.45;
  overflow-x: hidden;
}

img {
  display: block;
  width: 100%;
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.grain {
  pointer-events: none;
  position: fixed;
  z-index: 100;
  inset: 0;
  opacity: 0.09;
  mix-blend-mode: multiply;
  background-image:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 2rem;
  padding: 1rem 2.2rem;
  color: var(--white);
  background: linear-gradient(to bottom, rgba(15, 7, 6, 0.75), rgba(15, 7, 6, 0));
}

.brand {
  display: inline-grid;
  text-decoration: none;
  font-family: var(--blackletter);
  font-size: 1.12rem;
  line-height: 0.76;
  letter-spacing: 0.03em;
}

.brand__bottom {
  margin-left: 1.8rem;
}

.site-nav {
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
}

.site-nav a {
  position: relative;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  text-decoration: none;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.32rem;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.site-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-toggle {
  display: none;
  justify-self: end;
  width: 2rem;
  padding: 0;
  background: none;
  border: 0;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  height: 1px;
  background: var(--white);
  margin: 0.38rem 0;
}

.hero {
  min-height: 100svh;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: var(--wine);
}

.hero__atmosphere {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 66% 42%, rgba(107, 22, 19, 0.34) 0 12%, transparent 33%),
    radial-gradient(circle at 82% 70%, rgba(119, 41, 33, 0.2) 0 8%, transparent 28%),
    linear-gradient(135deg, #25262c 0%, #34343b 45%, #242126 100%);
}

.hero__atmosphere::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.3;
  background:
    linear-gradient(115deg, transparent 0 64%, rgba(255,255,255,0.025) 64% 65%, transparent 65%),
    repeating-radial-gradient(circle at 30% 40%, rgba(255,255,255,0.018) 0 1px, transparent 1px 4px);
  mix-blend-mode: screen;
}

.hero__atmosphere::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 9, 8, 0.78) 0 24%, rgba(18, 9, 8, 0.42) 48%, rgba(18, 9, 8, 0.10) 78%, rgba(18, 9, 8, 0.32) 100%),
    radial-gradient(circle at 62% 48%, transparent 0 16%, rgba(15, 10, 12, 0.10) 42%, rgba(12, 8, 9, 0.50) 100%);
}

.hero__watermark {
  position: absolute;
  width: min(48vw, 700px);
  right: 4vw;
  top: 50%;
  transform: translateY(-48%) rotate(-2deg);
  opacity: 0.31;
  filter: grayscale(1) contrast(1.28) brightness(1.35) invert(1);
  mix-blend-mode: screen;
}

.hero__halo {
  position: absolute;
  border: 1px solid rgba(231, 216, 205, 0.34);
  border-radius: 50%;
  box-shadow:
    0 0 0 24px rgba(221, 201, 187, 0.015),
    0 0 70px rgba(120, 24, 20, 0.16);
}

.hero__halo--one {
  width: 36vw;
  height: 36vw;
  max-width: 560px;
  max-height: 560px;
  right: 12vw;
  top: 18%;
}

.hero__halo--two {
  width: 17vw;
  height: 17vw;
  max-width: 260px;
  max-height: 260px;
  right: 4vw;
  bottom: 8%;
  opacity: 0.55;
}

.hero__star {
  position: absolute;
  color: rgba(241, 227, 217, 0.68);
  font-family: Georgia, serif;
  line-height: 1;
  text-shadow: 0 0 18px rgba(255,255,255,0.15);
}

.hero__star--one {
  right: 39%;
  top: 22%;
  font-size: 2rem;
}

.hero__star--two {
  right: 8%;
  top: 27%;
  font-size: 3.4rem;
}

.hero__star--three {
  right: 28%;
  bottom: 12%;
  font-size: 1.7rem;
}

.hero__thorn-ring {
  position: absolute;
  width: 44vw;
  height: 44vw;
  max-width: 650px;
  max-height: 650px;
  right: 8vw;
  top: 50%;
  transform: translateY(-47%) rotate(-12deg);
  border: 2px solid rgba(117, 26, 24, 0.28);
  border-radius: 50%;
  box-shadow:
    22px -9px 0 -20px rgba(173, 42, 35, 0.5),
    -30px 22px 0 -27px rgba(173, 42, 35, 0.45),
    8px 35px 0 -29px rgba(232, 218, 206, 0.25);
}

.hero__thorn-ring::before,
.hero__thorn-ring::after {
  content: "✦ ✧ ✦ ✧ ✦ ✧ ✦";
  position: absolute;
  color: rgba(230, 212, 198, 0.18);
  letter-spacing: 1.4rem;
  white-space: nowrap;
}

.hero__thorn-ring::before {
  top: -1.2rem;
  left: 12%;
  transform: rotate(6deg);
}

.hero__thorn-ring::after {
  bottom: -1.2rem;
  right: 8%;
  transform: rotate(188deg);
}

.hero__veil {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 48%, transparent 0 17%, rgba(22, 9, 8, 0.16) 50%, rgba(22, 9, 8, 0.82) 100%),
    linear-gradient(90deg, rgba(29, 15, 14, 1) 0 31%, rgba(29, 15, 14, 0.78) 48%, rgba(29, 15, 14, 0.2) 78%);
}

.hero__copy {
  position: relative;
  z-index: 2;
  width: min(760px, 70vw);
  padding: 10rem 5vw 7vh;
}

.eyebrow {
  margin: 0 0 1.2rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.26em;
}

.eyebrow--dark {
  color: rgba(8, 6, 6, 0.68);
}

.hero h1 {
  margin: 0;
  max-width: 760px;
  line-height: 0.75;
  font-weight: 400;
}

.hero__script {
  display: block;
  margin-left: 0.05em;
  font-size: clamp(5rem, 11vw, 10rem);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.07em;
}

.hero__serif {
  display: block;
  margin-top: 0.18em;
  font-size: clamp(4rem, 8.4vw, 8rem);
  letter-spacing: 0.05em;
}

.hero__intro {
  max-width: 510px;
  margin: 2rem 0 0;
  font-size: clamp(1.05rem, 1.55vw, 1.35rem);
  color: rgba(242, 236, 231, 0.84);
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  margin-top: 2.4rem;
}

.hero__sigil {
  position: absolute;
  z-index: 3;
  right: 3vw;
  bottom: 2vh;
  font-size: 7rem;
  line-height: 1;
  opacity: 0.7;
}

.btn {
  display: inline-block;
  border: 1px solid transparent;
  padding: 0.9rem 1.35rem 0.78rem;
  font-size: 0.73rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--light {
  background: var(--white);
  color: var(--wine);
}

.btn--outline {
  color: var(--white);
  border-color: rgba(242, 236, 231, 0.5);
  background: transparent;
}

.btn--outline:hover {
  background: var(--white);
  color: var(--wine);
}

.btn--dark {
  color: var(--white);
  background: var(--ink);
}

.text-link {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  text-underline-offset: 0.35rem;
}

.text-link--dark {
  color: var(--ink);
}

.marquee-section {
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  border-block: 1px solid rgba(255, 255, 255, 0.14);
}

.marquee {
  width: max-content;
}

.marquee__track {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  padding: 0.65rem 0;
  animation: marquee 28s linear infinite;
  font-family: var(--blackletter);
  font-size: 1.15rem;
  letter-spacing: 0.05em;
}

.marquee__track i {
  font-family: Georgia, serif;
  font-style: normal;
  opacity: 0.55;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.section-pad {
  padding: clamp(5rem, 8vw, 9rem) 6vw;
}

.manifesto {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: center;
  background: var(--bone);
}

.manifesto__mark {
  position: relative;
  max-width: 620px;
  margin: auto;
}

.manifesto__mark img {
  mix-blend-mode: multiply;
}

.manifesto__mark::before {
  content: "";
  position: absolute;
  inset: 7%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transform: rotate(-2deg);
  pointer-events: none;
}

.manifesto__copy {
  max-width: 640px;
}

.manifesto h2,
.contact h2 {
  margin: 0 0 1.2rem;
  font-size: clamp(4rem, 7vw, 7rem);
  line-height: 0.78;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.manifesto h2 em {
  font-weight: 400;
}

.large-copy {
  margin: 2rem 0 1rem;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.25;
}

.showcase {
  min-height: 95vh;
  display: grid;
  grid-template-columns: 1.07fr 0.93fr;
  color: var(--white);
  background: var(--wine);
}

.showcase__poster {
  position: relative;
  min-height: 760px;
  overflow: hidden;
}

.showcase__poster img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: sepia(0.17) contrast(1.04) brightness(0.85);
}

.showcase__poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 75%, rgba(37, 20, 18, 0.6));
}

.showcase__copy {
  position: relative;
  padding: clamp(5rem, 8vw, 9rem) 7vw;
  align-self: center;
}

.showcase__number {
  position: absolute;
  top: 1rem;
  right: 2rem;
  margin: 0;
  font-size: 8rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.06);
}

.showcase h2 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(4rem, 7vw, 7rem);
  line-height: 0.82;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.05em;
}

.showcase__sub {
  margin: 1.2rem 0 0;
  font-family: var(--blackletter);
  font-size: 1.2rem;
}

.showcase__rule {
  width: 100%;
  height: 1px;
  margin: 2.5rem 0;
  background: rgba(255, 255, 255, 0.24);
}

.event-details {
  margin: 0 0 2.5rem;
}

.event-details > div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 1rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.event-details dt {
  font-size: 0.67rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  opacity: 0.56;
}

.event-details dd {
  margin: 0;
  font-size: 1.18rem;
}

.quote-band {
  padding: clamp(4rem, 8vw, 8rem) 4vw;
  text-align: center;
  background: var(--paper);
  border-block: 1px solid var(--line);
}

.quote-band p {
  margin: 0;
}

.quote-band__small {
  font-style: italic;
  font-size: 1.5rem;
}

.quote-band__large {
  margin-top: 0.5rem !important;
  font-family: var(--blackletter);
  font-size: clamp(2.6rem, 6.3vw, 7rem);
  line-height: 0.92;
}

.contact {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(4rem, 8vw, 10rem);
  background: var(--bone);
}

.contact__intro {
  max-width: 500px;
}

.contact__intro p:last-child {
  max-width: 420px;
  font-size: 1.15rem;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-content: start;
}

.contact-form label {
  display: block;
}

.contact-form span {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.67rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.28);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.12);
  padding: 0.9rem 1rem;
  outline: none;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--ink);
}

.contact-form__full {
  grid-column: 1 / -1;
}

.form-note {
  margin: -0.3rem 0 0;
  font-size: 0.78rem;
  opacity: 0.55;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 2rem;
  padding: 4rem 5vw 2.4rem;
  color: var(--white);
  background: var(--ink);
}

.site-footer__brand {
  font-family: var(--blackletter);
  font-size: clamp(2rem, 4vw, 4.5rem);
  line-height: 0.8;
}

.site-footer__cross {
  font-size: 3rem;
}

.site-footer p {
  margin: 0;
  font-size: 0.78rem;
  opacity: 0.62;
}

.site-footer p:last-child {
  text-align: right;
}

/* Reveal animation */
[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
    padding-inline: 1.2rem;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: min(78vw, 360px);
    height: 100vh;
    padding: 7rem 2rem 2rem;
    flex-direction: column;
    justify-content: flex-start;
    background: rgba(18, 9, 8, 0.98);
    transform: translateX(102%);
    transition: transform 250ms ease;
  }

  .site-nav.is-open {
    transform: translateX(0);
  }

  .hero__atmosphere {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 66% 42%, rgba(107, 22, 19, 0.34) 0 12%, transparent 33%),
    radial-gradient(circle at 82% 70%, rgba(119, 41, 33, 0.2) 0 8%, transparent 28%),
    linear-gradient(135deg, #25262c 0%, #34343b 45%, #242126 100%);
}

.hero__atmosphere::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.3;
  background:
    linear-gradient(115deg, transparent 0 64%, rgba(255,255,255,0.025) 64% 65%, transparent 65%),
    repeating-radial-gradient(circle at 30% 40%, rgba(255,255,255,0.018) 0 1px, transparent 1px 4px);
  mix-blend-mode: screen;
}

.hero__atmosphere::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 9, 8, 0.78) 0 24%, rgba(18, 9, 8, 0.42) 48%, rgba(18, 9, 8, 0.10) 78%, rgba(18, 9, 8, 0.32) 100%),
    radial-gradient(circle at 62% 48%, transparent 0 16%, rgba(15, 10, 12, 0.10) 42%, rgba(12, 8, 9, 0.50) 100%);
}

.hero__watermark {
  position: absolute;
  width: min(48vw, 700px);
  right: 4vw;
  top: 50%;
  transform: translateY(-48%) rotate(-2deg);
  opacity: 0.31;
  filter: grayscale(1) contrast(1.28) brightness(1.35) invert(1);
  mix-blend-mode: screen;
}

.hero__halo {
  position: absolute;
  border: 1px solid rgba(231, 216, 205, 0.34);
  border-radius: 50%;
  box-shadow:
    0 0 0 24px rgba(221, 201, 187, 0.015),
    0 0 70px rgba(120, 24, 20, 0.16);
}

.hero__halo--one {
  width: 36vw;
  height: 36vw;
  max-width: 560px;
  max-height: 560px;
  right: 12vw;
  top: 18%;
}

.hero__halo--two {
  width: 17vw;
  height: 17vw;
  max-width: 260px;
  max-height: 260px;
  right: 4vw;
  bottom: 8%;
  opacity: 0.55;
}

.hero__star {
  position: absolute;
  color: rgba(241, 227, 217, 0.68);
  font-family: Georgia, serif;
  line-height: 1;
  text-shadow: 0 0 18px rgba(255,255,255,0.15);
}

.hero__star--one {
  right: 39%;
  top: 22%;
  font-size: 2rem;
}

.hero__star--two {
  right: 8%;
  top: 27%;
  font-size: 3.4rem;
}

.hero__star--three {
  right: 28%;
  bottom: 12%;
  font-size: 1.7rem;
}

.hero__thorn-ring {
  position: absolute;
  width: 44vw;
  height: 44vw;
  max-width: 650px;
  max-height: 650px;
  right: 8vw;
  top: 50%;
  transform: translateY(-47%) rotate(-12deg);
  border: 2px solid rgba(117, 26, 24, 0.28);
  border-radius: 50%;
  box-shadow:
    22px -9px 0 -20px rgba(173, 42, 35, 0.5),
    -30px 22px 0 -27px rgba(173, 42, 35, 0.45),
    8px 35px 0 -29px rgba(232, 218, 206, 0.25);
}

.hero__thorn-ring::before,
.hero__thorn-ring::after {
  content: "✦ ✧ ✦ ✧ ✦ ✧ ✦";
  position: absolute;
  color: rgba(230, 212, 198, 0.18);
  letter-spacing: 1.4rem;
  white-space: nowrap;
}

.hero__thorn-ring::before {
  top: -1.2rem;
  left: 12%;
  transform: rotate(6deg);
}

.hero__thorn-ring::after {
  bottom: -1.2rem;
  right: 8%;
  transform: rotate(188deg);
}

.hero__veil {
    background:
      linear-gradient(to top, rgba(28, 14, 13, 0.95) 0 32%, rgba(28, 14, 13, 0.45) 68%, rgba(28, 14, 13, 0.28));
  }

  .hero__copy {
    width: 100%;
    padding: 9rem 1.4rem 3.5rem;
  }

  .hero__script {
    font-size: clamp(4.5rem, 20vw, 7rem);
  }

  .hero__serif {
    font-size: clamp(3.5rem, 16vw, 5.8rem);
  }

  .hero__sigil {
    display: none;
  }

  .manifesto,
  .showcase,
  .contact {
    grid-template-columns: 1fr;
  }

  .manifesto {
    gap: 3rem;
  }

  .manifesto__copy {
    max-width: none;
  }

  .showcase__poster {
    min-height: 70vh;
  }

  .showcase__poster::after {
    background: linear-gradient(to bottom, transparent 78%, var(--wine));
  }

  .showcase__copy {
    padding-top: 3.5rem;
  }

  .contact {
    gap: 3rem;
  }

  .site-footer {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .site-footer__cross {
    display: none;
  }

  .site-footer p:last-child {
    text-align: left;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 16px;
  }

  .section-pad {
    padding-inline: 1.3rem;
  }

  .hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.1rem;
  }

  .manifesto__mark {
    margin-inline: -1.3rem;
  }

  .showcase__poster {
    min-height: 65vh;
  }

  .showcase__copy {
    padding-inline: 1.3rem;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-form__full {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .marquee__track {
    animation: none;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}


/* Past exhibitions archive */
.exhibitions {
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.exhibitions__heading {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 0.7fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: end;
  margin-bottom: clamp(3rem, 6vw, 6rem);
}

.exhibitions__heading h2 {
  margin: 0;
  font-size: clamp(4rem, 7vw, 7rem);
  line-height: 0.78;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.exhibitions__heading h2 em {
  font-weight: 400;
}

.exhibitions__intro {
  max-width: 520px;
  margin: 0;
  font-size: 1.15rem;
}

.event-grid {
  display: grid;
  gap: clamp(5rem, 9vw, 10rem);
}

.event-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(300px, 1.08fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: center;
}

.event-card--reverse .event-card__image {
  order: 2;
}

.event-card--reverse .event-card__copy {
  order: 1;
}

.event-card__image {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(10, 8, 8, 0.28);
  box-shadow: 0 24px 60px rgba(27, 16, 14, 0.15);
  background: #19191d;
}

.event-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
}

.event-card__image img {
  aspect-ratio: 0.77 / 1;
  object-fit: cover;
  transition: transform 500ms ease, filter 500ms ease;
  filter: saturate(0.88) contrast(1.03);
}

.event-card__image:hover img {
  transform: scale(1.02);
  filter: saturate(1) contrast(1.05);
}

.event-card__copy {
  max-width: 600px;
}

.event-card__status {
  margin: 0 0 1rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.19em;
  opacity: 0.58;
}

.event-card h3 {
  margin: 0;
  font-size: clamp(3.8rem, 7vw, 7.4rem);
  line-height: 0.8;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.05em;
}

.event-card__subtitle {
  margin: 1rem 0 2.2rem;
  font-family: var(--blackletter);
  font-size: 1.2rem;
}

.event-card__details {
  margin: 0;
  border-top: 1px solid var(--line);
}

.event-card__details > div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 1rem;
  padding: 0.78rem 0;
  border-bottom: 1px solid var(--line);
}

.event-card__details dt {
  font-size: 0.67rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  opacity: 0.55;
}

.event-card__details dd {
  margin: 0;
  font-size: 1.14rem;
}

@media (max-width: 900px) {
  .exhibitions__heading,
  .event-card {
    grid-template-columns: 1fr;
  }

  .event-card--reverse .event-card__image,
  .event-card--reverse .event-card__copy {
    order: initial;
  }

  .event-card__image {
    width: min(100%, 620px);
  }

  .event-card__copy {
    max-width: none;
  }
}



.direct-contact {
  margin-top: 2.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
}

.direct-contact p {
  display: grid;
  grid-template-columns: 75px 1fr;
  gap: 1rem;
  margin: 0;
  padding: 0.55rem 0;
}

.direct-contact span {
  font-size: 0.67rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  opacity: 0.55;
}

.direct-contact a {
  width: fit-content;
  text-underline-offset: 0.28rem;
}


.brand-hero {
  display: grid;
  gap: 0.08em;
}

.brand-hero .hero__serif {
  font-family: var(--blackletter);
  font-style: normal;
  font-weight: 700;
  font-size: clamp(4.8rem, 10.5vw, 10rem);
  letter-spacing: -0.035em;
  line-height: 0.68;
  color: #e8dfd8;
  text-shadow:
    10px 10px 0 rgba(89, 8, 7, 0.55),
    18px 17px 0 rgba(124, 20, 17, 0.2);
}

.brand-hero .hero__serif--offset {
  margin-left: 0.8em;
}

@media (max-width: 900px) {
  .hero__watermark {
    width: 85vw;
    right: -12vw;
    top: 42%;
    opacity: 0.24;
  }

  .hero__halo--one {
    width: 72vw;
    height: 72vw;
    right: -18vw;
    top: 18%;
  }

  .hero__thorn-ring {
    width: 78vw;
    height: 78vw;
    right: -22vw;
  }

  .brand-hero .hero__serif {
    font-size: clamp(4rem, 18vw, 7rem);
  }

  .brand-hero .hero__serif--offset {
    margin-left: 0.35em;
  }
}


/* Portfolio gallery */
.portfolio {
  background: #d7cfc7;
  border-top: 1px solid var(--line);
}

.portfolio__heading {
  display: grid;
  grid-template-columns: 1fr minmax(280px, .65fr);
  gap: clamp(2rem, 7vw, 8rem);
  align-items: end;
  margin-bottom: clamp(3rem, 6vw, 6rem);
}

.portfolio__heading h2 {
  margin: 0;
  font-size: clamp(4rem, 7vw, 7rem);
  line-height: .76;
  font-weight: 500;
  letter-spacing: -.045em;
}

.portfolio__heading h2 em {
  font-weight: 400;
}

.portfolio__heading > p {
  max-width: 520px;
  margin: 0;
  font-size: 1.2rem;
}

.portfolio-grid {
  columns: 3 280px;
  column-gap: clamp(.8rem, 1.5vw, 1.5rem);
}

.portfolio-item {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 0 clamp(.8rem, 1.5vw, 1.5rem);
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #161416;
  cursor: zoom-in;
  break-inside: avoid;
  box-shadow: 0 12px 28px rgba(28, 17, 15, .11);
}

.portfolio-item img {
  width: 100%;
  height: auto;
  transition: transform 420ms ease, filter 420ms ease;
}

.portfolio-item::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: inset 0 0 35px rgba(21, 11, 10, .05);
}

.portfolio-item:hover img {
  transform: scale(1.018);
  filter: contrast(1.025) saturate(1.03);
}

.portfolio-item__number {
  position: absolute;
  right: .65rem;
  bottom: .55rem;
  z-index: 2;
  padding: .22rem .38rem;
  color: rgba(244,238,232,.9);
  background: rgba(15,10,10,.68);
  font-size: .62rem;
  letter-spacing: .16em;
}

.lightbox {
  position: fixed;
  z-index: 200;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 4vh 7vw;
  background: rgba(11, 9, 10, .94);
  opacity: 0;
  visibility: hidden;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.lightbox__image {
  max-width: min(90vw, 1500px);
  max-height: 88vh;
  width: auto;
  height: auto;
  object-fit: contain;
  box-shadow: 0 25px 80px rgba(0,0,0,.45);
}

.lightbox__close,
.lightbox__nav {
  position: absolute;
  z-index: 3;
  color: #eee6df;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: var(--serif);
}

.lightbox__close {
  top: 1rem;
  right: 1.5rem;
  font-size: 3rem;
  line-height: 1;
}

.lightbox__nav {
  top: 50%;
  transform: translateY(-50%);
  font-size: 4rem;
  opacity: .72;
}

.lightbox__nav:hover,
.lightbox__close:hover {
  opacity: 1;
}

.lightbox__nav--prev { left: 1.5rem; }
.lightbox__nav--next { right: 1.5rem; }

.lightbox__count {
  position: absolute;
  bottom: .8rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  color: rgba(238,230,223,.62);
  font-size: .68rem;
  letter-spacing: .18em;
}

body.lightbox-open {
  overflow: hidden;
}

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

  .portfolio-grid {
    columns: 2 220px;
  }
}

@media (max-width: 560px) {
  .portfolio-grid {
    columns: 1;
  }

  .lightbox {
    padding-inline: 2.5rem;
  }

  .lightbox__nav {
    font-size: 3rem;
  }

  .lightbox__nav--prev { left: .35rem; }
  .lightbox__nav--next { right: .35rem; }
}


/* Main title only — closer to the Cunty Collage logo lettering */
.brand-hero .hero__serif {
  font-family: "UnifrakturCook", "Old English Text MT", "Engravers Old English", serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(4.8rem, 10.5vw, 10rem);
  letter-spacing: -0.025em;
  line-height: 0.69;
  color: #efe7df;
  -webkit-text-stroke: 0.4px rgba(245, 237, 229, 0.45);
  text-shadow:
    7px 6px 0 rgba(82, 5, 5, 0.92),
    13px 11px 0 rgba(126, 19, 17, 0.55),
    18px 16px 0 rgba(38, 7, 8, 0.38);
}

.brand-hero .hero__serif--offset {
  margin-left: 0.8em;
}

@media (max-width: 900px) {
  .brand-hero .hero__serif {
    font-size: clamp(4rem, 18vw, 7rem);
  }

  .brand-hero .hero__serif--offset {
    margin-left: 0.35em;
  }
}


/* Main CUNTY COLLAGE title — cleaner, more legible */
.brand-hero .hero__serif {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(5rem, 10.5vw, 10rem);
  line-height: 0.72;
  letter-spacing: 0.015em;
  color: #f0e8e0;
  -webkit-text-stroke: 0;
  text-shadow:
    5px 5px 0 rgba(92, 10, 9, 0.82),
    10px 9px 0 rgba(122, 22, 18, 0.34);
}

.brand-hero .hero__serif--offset {
  margin-left: 0.48em;
}

@media (max-width: 900px) {
  .brand-hero .hero__serif {
    font-size: clamp(4.2rem, 18vw, 7.2rem);
    letter-spacing: 0;
  }

  .brand-hero .hero__serif--offset {
    margin-left: 0.2em;
  }
}


/* Anonymous confessional */
.confessions {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, .85fr) minmax(340px, 1.15fr);
  gap: clamp(3rem, 8vw, 10rem);
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 38%, rgba(117, 26, 24, .34), transparent 31%),
    linear-gradient(135deg, #1d1719 0%, #2b1b1c 50%, #171417 100%);
}

.confessions::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .08;
  background-image:
    repeating-linear-gradient(0deg, rgba(255,255,255,.22) 0 1px, transparent 1px 4px);
  mix-blend-mode: overlay;
}

.confessions__ornament {
  position: absolute;
  right: 4vw;
  top: 50%;
  transform: translateY(-50%);
  font-family: Georgia, serif;
  font-size: clamp(18rem, 35vw, 42rem);
  line-height: .7;
  color: rgba(255,255,255,.025);
  pointer-events: none;
}

.confessions__intro,
.confession-form {
  position: relative;
  z-index: 2;
}

.confessions h2 {
  margin: 0 0 1.6rem;
  font-family: var(--serif);
  font-size: clamp(4.2rem, 7vw, 7.4rem);
  line-height: .78;
  font-weight: 500;
  letter-spacing: -.045em;
}

.confessions h2 em {
  font-weight: 400;
}

.confessions__lead {
  max-width: 500px;
  margin: 0 0 1.5rem;
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  line-height: 1.2;
}

.confessions__anonymous {
  max-width: 560px;
  margin: 0;
  padding: 1.2rem 1.25rem;
  border: 1px solid rgba(242,236,231,.3);
  background: rgba(255,255,255,.04);
  font-size: 1rem;
}

.confessions__anonymous strong {
  display: inline-block;
  margin-bottom: .35rem;
  font-family: var(--blackletter);
  font-size: 1.1rem;
  letter-spacing: .035em;
}

.confessions__privacy {
  max-width: 560px;
  margin: 1rem 0 0;
  font-size: .78rem;
  line-height: 1.35;
  color: rgba(242,236,231,.58);
}

.confession-form {
  padding: clamp(1.4rem, 3vw, 2.4rem);
  border: 1px solid rgba(242,236,231,.22);
  background: rgba(0,0,0,.18);
  box-shadow: 0 24px 70px rgba(0,0,0,.22);
}

.confession-form label {
  display: block;
  margin-bottom: .65rem;
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .18em;
}

.confession-form textarea {
  display: block;
  width: 100%;
  min-height: 260px;
  padding: 1.1rem;
  color: var(--white);
  border: 1px solid rgba(242,236,231,.28);
  border-radius: 0;
  outline: none;
  resize: vertical;
  background: rgba(255,255,255,.045);
  font-family: var(--serif);
  font-size: 1.15rem;
  line-height: 1.45;
}

.confession-form textarea::placeholder {
  color: rgba(242,236,231,.38);
  font-style: italic;
}

.confession-form textarea:focus {
  border-color: rgba(242,236,231,.72);
}

.confession-form__submit {
  margin-top: 1rem;
}

.confession-form__note {
  margin: .8rem 0 0;
  font-size: .76rem;
  line-height: 1.35;
  color: rgba(242,236,231,.56);
}

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

  .confessions__ornament {
    right: -8vw;
    top: 35%;
  }
}


/* Sweatshirt preorder */
.preorder {
  background: #bdb3aa;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.preorder__heading {
  display: grid;
  grid-template-columns: 1fr minmax(280px, .65fr);
  gap: clamp(2rem, 7vw, 8rem);
  align-items: end;
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.preorder__heading h2 {
  margin: 0;
  font-size: clamp(4rem, 7vw, 7rem);
  line-height: .77;
  font-weight: 500;
  letter-spacing: -.045em;
}

.preorder__heading h2 em {
  font-weight: 400;
}

.preorder__intro {
  max-width: 520px;
}

.preorder__intro p {
  margin: 0;
}

.preorder__price {
  margin-bottom: .55rem !important;
  font-size: 2rem;
  font-style: italic;
}

.preorder-form fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.product-picker legend,
.payment-picker legend {
  width: 100%;
  margin-bottom: 1.2rem;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .18em;
}

.product-picker {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2vw, 1.8rem);
}

.product-picker legend {
  grid-column: 1 / -1;
}

.product-card {
  position: relative;
  display: block;
  cursor: pointer;
}

.product-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.product-card__visual {
  display: block;
  overflow: hidden;
  background: #efedea;
  border: 2px solid transparent;
  transition: border-color 180ms ease, transform 180ms ease;
}

.product-card__visual img {
  width: 100%;
  aspect-ratio: .73 / 1;
  object-fit: cover;
}

.product-card:hover .product-card__visual {
  transform: translateY(-2px);
}

.product-card input:checked + .product-card__visual {
  border-color: var(--ink);
  box-shadow: 0 0 0 4px rgba(0,0,0,.08);
}

.product-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: .75rem;
  border-bottom: 1px solid var(--line);
  padding-bottom: .65rem;
}

.product-card__name {
  font-size: 1.55rem;
  font-style: italic;
}

.product-card__price {
  font-size: .9rem;
}

.preorder-form__details {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: clamp(2rem, 6vw, 6rem);
  margin-top: clamp(4rem, 7vw, 7rem);
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.preorder-form__step {
  margin: 0 0 1.25rem;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .18em;
}

.preorder-form__options,
.preorder-form__customer {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.preorder-form__customer {
  grid-template-columns: 1fr 1fr;
}

.preorder-form__customer .preorder-form__step {
  grid-column: 1 / -1;
}

.preorder-form label > span,
.preorder-notes > span {
  display: block;
  margin-bottom: .4rem;
  font-size: .67rem;
  text-transform: uppercase;
  letter-spacing: .15em;
}

.preorder-form input[type="text"],
.preorder-form input[type="email"],
.preorder-form select,
.preorder-form textarea {
  width: 100%;
  min-height: 48px;
  padding: .82rem .9rem;
  border: 1px solid rgba(0,0,0,.3);
  border-radius: 0;
  outline: none;
  background: rgba(255,255,255,.2);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1rem;
}

.preorder-form textarea {
  min-height: auto;
  resize: vertical;
}

.preorder-form input:focus,
.preorder-form select:focus,
.preorder-form textarea:focus {
  border-color: var(--ink);
}

.preorder-form__wide {
  grid-column: 1 / -1;
}

.preorder-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: .5rem;
  padding: 1rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.preorder-total span {
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.preorder-total strong {
  font-size: 2rem;
  font-weight: 500;
}

.payment-picker {
  margin-top: clamp(4rem, 7vw, 7rem) !important;
  padding-top: 2rem !important;
  border-top: 1px solid var(--line) !important;
}

.payment-picker__choices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.payment-option {
  position: relative;
  cursor: pointer;
}

.payment-option input {
  position: absolute;
  opacity: 0;
}

.payment-option > span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(0,0,0,.27);
  background: rgba(255,255,255,.13);
}

.payment-option input:checked + span {
  border-color: var(--ink);
  background: rgba(255,255,255,.32);
  box-shadow: inset 4px 0 0 var(--ink);
}

.payment-option strong {
  font-size: 1.2rem;
  font-weight: 500;
}

.payment-option small {
  font-size: .8rem;
}

.payment-links {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 1.2rem;
}

.payment-note {
  max-width: 700px;
  margin: 1rem 0 0;
  font-size: .85rem;
}

.preorder-notes {
  display: block;
  margin-top: 2.5rem;
}

.preorder-notes small {
  text-transform: none;
  letter-spacing: 0;
}

.preorder-submit {
  margin-top: 1rem;
}

@media (max-width: 900px) {
  .preorder__heading,
  .preorder-form__details {
    grid-template-columns: 1fr;
  }

  .product-picker {
    grid-template-columns: 1fr;
  }

  .product-card {
    display: grid;
    grid-template-columns: minmax(140px, .7fr) 1fr;
    align-items: end;
    gap: 1rem;
  }

  .product-card__meta {
    align-self: end;
  }

  .preorder-form__customer {
    grid-template-columns: 1fr;
  }

  .preorder-form__customer .preorder-form__step,
  .preorder-form__wide {
    grid-column: auto;
  }
}

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

  .payment-picker__choices {
    grid-template-columns: 1fr;
  }

  .payment-links {
    flex-direction: column;
  }

  .payment-links .btn {
    text-align: center;
  }
}
