    :root {
      --bg: #0d0a08;
      --paper: #ece6da;
      --text: #1a1612;
      --text-light: #f2e8d8;
      --muted: #b7ab98;
      --accent: #b56b2c;
      --accent-dark: #6d3d17;
      --line: rgba(181, 107, 44, 0.35);
      --max: 1240px;
      --serif: "Cormorant Garamond", "Times New Roman", serif;
      --sans: "Helvetica Neue", Arial, sans-serif;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: var(--sans);
      color: var(--text-light);
      background: var(--bg);
      line-height: 1.45;
    }

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

    a {
      color: inherit;
      text-decoration: none;
    }

    .container {
      width: min(calc(100% - 2rem), var(--max));
      margin: 0 auto;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 30;
      background: rgba(13, 10, 8, 0.88);
      backdrop-filter: blur(10px);
      border-bottom: 1px solid rgba(255,255,255,0.06);
    }

    .nav {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      min-height: 72px;
    }

    .brand {
      display: flex;
      flex-direction: column;
      gap: 0.2rem;
    }

    .brand__eyebrow {
      font-size: 0.72rem;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--accent);
    }

    .brand__name {
      font-family: var(--serif);
      font-size: clamp(1.8rem, 3vw, 2.6rem);
      letter-spacing: 0.04em;
      line-height: 0.95;
    }

    .nav__links {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 0.8rem 1.4rem;
      font-size: 0.92rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .nav__links a {
      color: #d8c3ae;
      transition: color 0.2s ease;
    }

    .nav__links a:hover,
    .nav__links a:focus-visible {
      color: #fff;
    }

    .hero {
      position: relative;
      overflow: hidden;
      padding: 4rem 0 3rem;
      /* background:
        radial-gradient(circle at 72% 28%, rgba(255, 137, 41, 0.18), transparent 28%),
        linear-gradient(180deg, rgba(255,255,255,0.02), transparent 25%),
        var(--bg); */
    }

    .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      background-image: linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
      background-size: 36px 36px;
      mask-image: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,1));
      pointer-events: none;
    }

    .hero__grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      gap: 3rem;
      align-items: center;
    }

    .eyebrow {
      display: inline-block;
      margin-bottom: 1rem;
      color: var(--accent);
      font-size: 0.82rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
    }

    h1, h2 {
      margin: 0;
      font-family: var(--serif);
      font-weight: 400;
      letter-spacing: 0.03em;
      line-height: 0.95;
    }

    h1 {
      font-size: clamp(3.5rem, 8vw, 7rem);
      margin-bottom: 0.55rem;
    }

    .hero__subhead {
      font-size: clamp(1.3rem, 2.8vw, 2.35rem);
      font-weight: 300;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: #d8c4b0;
      margin-bottom: 1rem;
    }

    .hero__meta {
      width: fit-content;
      max-width: 100%;
      margin-bottom: 1.5rem;
      padding-top: 0.8rem;
      border-top: 1px solid rgba(255,255,255,0.28);
      font-size: 0.95rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #dfd1c2;
    }

    .hero__copy {
      max-width: 36rem;
      font-size: 1.08rem;
      color: #eadfce;
      margin-bottom: 1.3rem;
    }

    .hero__pressure {
      font-family: var(--serif);
      font-style: italic;
      font-size: clamp(1rem, 1.4vw, 1.15rem);
      color: var(--accent);
      letter-spacing: 0.02em;
      margin: 0 0 1.3rem;
    }

    .honoraria-info {
      font-style: italic;
    }
    .honoraria-info img{
      width: 100px;
    }

    .funding {
      width: min(100%, 460px);
      margin-bottom: 1.6rem;
    }

    .progress {
      width: 100%;
      height: 14px;
      background: rgba(255,255,255,0.10);
      border: 1px solid rgba(255,255,255,0.08);
      overflow: hidden;
      display: flex;
      margin-bottom: 0.7rem;
    }

    .progress__seg {
      height: 100%;
      display: block;
      transition: width 0.4s ease;
    }

    .progress__seg--grant {
      background: linear-gradient(90deg, #6d3d17, #8a4d20);
    }

    .progress__seg--raised {
      background: linear-gradient(90deg, #d68440, #f1a565);
      box-shadow: 0 0 10px rgba(241, 165, 101, 0.5);
    }

    .funding-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 0.4rem 1.2rem;
      font-size: 0.82rem;
      letter-spacing: 0.04em;
      color: #c9b9a3;
    }

    .funding-meta__item {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      white-space: nowrap;
    }

    .funding-meta__item::before {
      content: "";
      width: 9px;
      height: 9px;
      border-radius: 50%;
      flex: 0 0 auto;
    }

    .funding-meta__item--grant::before    { background: #8a4d20; }
    .funding-meta__item--raised::before   { background: #f1a565; box-shadow: 0 0 6px rgba(241,165,101,0.6); }
    .funding-meta__item--remaining::before { background: rgba(255,255,255,0.18); }

    .funding-meta__item strong {
      color: #f0ddc6;
      font-weight: 600;
    }

    .hero__actions {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      margin-top: 1.75rem;
    }

    .button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 56px;
      padding: 0.95rem 1.5rem;
      border: 2px solid var(--accent);
      color: #f7ebdc;
      font-size: 0.95rem;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
    }

    .button:hover,
    .button:focus-visible {
      background: var(--accent);
      color: #140d08;
      transform: translateY(-1px);
    }

    .button--solid {
      background: #2a180d;
    }

    .hero__art {
      display: flex;
      justify-content: center;
    }

    .art-card {
      position: relative;
      width: min(100%, 440px);
      padding: 1rem;
      background: rgba(239, 231, 218, 0.96);
      box-shadow: 0 30px 60px rgba(0,0,0,0.35);
      transform: rotate(-1.2deg);
    }

    .art-card::before {
      content: "Concept Art 2026";
      position: absolute;
      right: -3.1rem;
      top: 50%;
      transform: rotate(90deg) translateX(-50%);
      transform-origin: right top;
      color: var(--accent);
      font-size: 0.78rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
    }

    .art-card img {
      aspect-ratio: 4 / 5.1;
      object-fit: cover;
      width: 100%;
      background: #ddd3c4;
    }

    .art-card__caption {
      margin-top: 0.6rem;
      color: #0f0c09;
      font-family: var(--serif);
      font-size: 2.1rem;
      line-height: 0.95;
      text-align: center;
    }

    .section {
      padding: 5rem 0;
    }

    .section--paper {
      color: var(--text);
      background:
        linear-gradient(rgba(216, 201, 179, 0.16) 1px, transparent 1px),
        linear-gradient(90deg, rgba(216, 201, 179, 0.16) 1px, transparent 1px),
        var(--paper);
      background-size: 36px 36px, 36px 36px, auto;
    }

    .two-col {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 3rem;
      align-items: start;
    }

    h2 {
      font-size: clamp(2.3rem, 4vw, 4.5rem);
      margin-bottom: 0.6rem;
    }

    .section__kicker {
      font-size: 0.95rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #8a6b4e;
      margin-bottom: 1rem;
    }

    .section p {
      margin: 0 0 1.1rem;
      font-size: 1.06rem;
      max-width: 42rem;
    }

    .underline {
      width: 4rem;
      height: 2px;
      background: #a07044;
      margin: 1.25rem 0 1.6rem;
    }

    .info-card {
      padding: 1.6rem;
      border: 1px solid rgba(109, 61, 23, 0.18);
      background: rgba(255,255,255,0.38);
    }

    .gallery-card {
      padding: 1rem;
      border: 1px solid rgba(109, 61, 23, 0.18);
      background: rgba(255,255,255,0.38);
    }
    
    .gallery-grid {
      display: grid;
      grid-template-columns: 1.15fr 0.85fr;
      gap: 0.8rem;
    }
    
    .gallery-grid img {
      width: 100%;
      /* height: 100%; */
      object-fit: contain;
      background: #d9d0c2;
      border: 1px solid rgba(109, 61, 23, 0.12);
    }
    
    .gallery-grid__main {
      min-height: 430px;
    }
    
    .gallery-grid__stack {
      display: grid;
      grid-template-rows: repeat(2, 0fr);
      gap: 0.8rem;
    }
    
    .gallery-caption {
      margin: 0.85rem 0 0;
      color: #6d4d31;
      font-size: 0.84rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    /* ---------- Event Card (Latest section) ---------- */
    .event-card {
      display: grid;
      grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
      gap: 2.8rem;
      align-items: center;
      max-width: 1100px;
      margin: 0 auto;
      padding: 2.4rem;
      background: linear-gradient(135deg, rgba(181, 107, 44, 0.10), rgba(255, 255, 255, 0.02));
      border: 1px solid rgba(181, 107, 44, 0.4);
      border-radius: 22px;
    }

    .event-card__flyer-link {
      display: block;
      width: 100%;
      aspect-ratio: 4 / 5;
      position: relative;
      background: linear-gradient(135deg, #1f1610, #3a2618);
      border-radius: 4px;
      box-shadow: 0 22px 44px rgba(0, 0, 0, 0.55);
      transform: rotate(-1.6deg);
      overflow: hidden;
      transition: transform 0.35s ease, box-shadow 0.35s ease;
    }

    .event-card__flyer-link::before {
      content: "Flyer coming soon";
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: var(--serif);
      font-size: 1.1rem;
      color: var(--accent);
      opacity: 0.6;
      text-align: center;
      letter-spacing: 0.04em;
      padding: 1rem;
    }

    .event-card__flyer-link img {
      position: relative;
      z-index: 2;
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .event-card__flyer-link:hover,
    .event-card__flyer-link:focus-visible {
      transform: rotate(0deg) scale(1.03);
      box-shadow: 0 28px 56px rgba(0, 0, 0, 0.7);
    }

    .event-card__details {
      display: flex;
      flex-direction: column;
      gap: 1.1rem;
    }

    .event-card__title {
      font-size: clamp(2.2rem, 4vw, 3.4rem);
      margin: 0;
      line-height: 1;
    }

    .event-card__lede {
      margin: 0;
      font-size: 1.05rem;
      line-height: 1.55;
      color: #eadfce;
      max-width: 32rem;
    }

    .event-meta {
      list-style: none;
      padding: 0;
      margin: 0.4rem 0;
      display: flex;
      flex-direction: column;
      gap: 0.7rem;
    }

    .event-meta__item {
      display: grid;
      grid-template-columns: 70px 1fr;
      gap: 1rem;
      align-items: baseline;
      padding-bottom: 0.75rem;
      border-bottom: 1px solid rgba(181, 107, 44, 0.18);
    }

    .event-meta__item:last-child {
      border-bottom: none;
      padding-bottom: 0;
    }

    .event-meta__label {
      font-size: 0.75rem;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--accent);
      font-weight: 700;
    }

    .event-meta__value {
      color: #f0ddc6;
      font-family: var(--serif);
      font-size: 1.25rem;
      line-height: 1.2;
    }

    .event-meta__sub {
      display: block;
      font-family: var(--sans);
      font-size: 0.85rem;
      color: #c9b9a3;
      margin-top: 0.2rem;
      letter-spacing: 0.04em;
    }

    .event-card__cta {
      align-self: flex-start;
      min-height: 52px;
      padding: 0.9rem 1.8rem;
      font-size: 0.9rem;
      margin-top: 0.4rem;
    }

    /* ---------- Give Box (rounded compact panel) ---------- */
    .give-splash {
      text-align: center;
    }

    .give-box {
      display: grid;
      grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
      gap: 2rem;
      align-items: center;
      max-width: 1100px;
      margin: 0 auto;
      max-height: 500px;
      padding: 2.2rem 2.4rem;
      background: linear-gradient(135deg, rgba(181, 107, 44, 0.10), rgba(255, 255, 255, 0.02));
      border: 1px solid rgba(181, 107, 44, 0.4);
      border-radius: 22px;
      text-align: left;
    }

    .give-box__text {
      display: flex;
      flex-direction: column;
      gap: 0.9rem;
    }

    .give-box__title {
      font-size: clamp(2rem, 3.6vw, 3rem);
      margin: 0;
      line-height: 1;
    }

    .give-box__lede {
      margin: 0;
      font-size: 1rem;
      line-height: 1.5;
      color: #eadfce;
      max-width: 32rem;
    }

    .give-box__cta {
      align-self: flex-start;
      min-height: 52px;
      padding: 0.9rem 1.8rem;
      font-size: 0.9rem;
      margin-top: 0.4rem;
    }

    .give-box__credit {
      margin: 0;
      font-size: 0.88rem;
      color: #b89f85;
      font-style: italic;
    }

    .give-box__credit a {
      border-bottom: 1px solid rgba(181, 107, 44, 0.4);
      transition: border-color 0.2s ease;
    }

    .give-box__credit a:hover { border-color: var(--accent); }

    .give-box__credit strong {
      color: var(--accent);
      font-weight: 600;
      font-style: normal;
    }

    /* ---------- Perks horizontal strip ---------- */
    .give-box__perks {
      display: flex;
      gap: 0.9rem;
      overflow-x: auto;
      overflow-y: hidden;
      padding: 1.4rem 0.6rem;
      scroll-snap-type: x mandatory;
      scrollbar-width: thin;
      scrollbar-color: rgba(181, 107, 44, 0.4) transparent;
      mask-image: linear-gradient(to right, transparent, black 4%, black 96%, transparent);
      -webkit-mask-image: linear-gradient(to right, transparent, black 4%, black 96%, transparent);
    }

    .give-box__perks::-webkit-scrollbar { height: 6px; }
    .give-box__perks::-webkit-scrollbar-thumb {
      background: rgba(181, 107, 44, 0.4);
      border-radius: 3px;
    }
    .give-box__perks::-webkit-scrollbar-track { background: transparent; }

    .swag-item {
      flex: 0 0 auto;
      width: 150px;
      margin: 0;
      padding: 0.55rem 0.55rem 0.75rem;
      background: rgba(239, 231, 218, 0.96);
      box-shadow: 0 10px 22px rgba(0, 0, 0, 0.4);
      color: #1a1612;
      scroll-snap-align: start;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .swag-item img {
      width: 100%;
      aspect-ratio: 1;
      object-fit: contain;
      background: #ddd3c4;
      display: block;
    }

    .swag-item figcaption {
      margin-top: 0.5rem;
      font-family: var(--serif);
      font-size: 0.92rem;
      text-align: center;
      color: #2a1c10;
      letter-spacing: 0.02em;
      line-height: 1.15;
    }

    /* Subtle alternating rotation for collage feel */
    .swag-item:nth-child(2n + 1) { transform: rotate(-1.2deg); }
    .swag-item:nth-child(2n)     { transform: rotate(0.8deg); }

    .swag-item:hover {
      transform: rotate(0deg) scale(1.05);
      box-shadow: 0 16px 32px rgba(0, 0, 0, 0.55);
      z-index: 5;
    }

    .build-list {
      margin: 1.4rem 0 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 0.9rem;
    }

    .build-list li {
      padding-left: 1rem;
      border-left: 2px solid rgba(181, 107, 44, 0.55);
    }

    .crew-grid {
      --crew-gap: 1.2rem;
      display: flex;
      flex-wrap: wrap;
      gap: var(--crew-gap);
      justify-content: center;
      margin-top: 1.5rem;
    }

    .crew-card {
      flex: 0 1 calc((100% - 2 * var(--crew-gap)) / 3);
      max-width: calc((100% - 2 * var(--crew-gap)) / 3);
      border: 1px solid rgba(255,255,255,0.08);
      padding: 1.4rem;
      background: rgba(255,255,255,0.02);
      display: flex;
      flex-direction: column;
    }

    .crew-card--placeholder {
      opacity: 0.7;
    }

    .crew-card__photo {
      position: relative;
      width: 100%;
      aspect-ratio: 1;
      margin-bottom: 1rem;
      background: linear-gradient(135deg, #1f1610, #3a2618);
      border: 1px solid rgba(181, 107, 44, 0.2);
      overflow: hidden;
    }

    .crew-card__photo::before {
      content: attr(data-initial);
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: var(--serif);
      font-size: 5rem;
      color: var(--accent);
      opacity: 0.45;
    }

    .crew-card__photo img {
      position: relative;
      z-index: 2;
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .crew-card h3 {
      margin: 0 0 0.35rem;
      font-size: 0.85rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--accent);
    }

    .crew-card h4 {
      margin: 0 0 1rem;
      font-family: var(--serif);
      font-size: 1.8rem;
      font-weight: 400;
      letter-spacing: 0.02em;
      color: #f0ddc6;
      line-height: 1.05;
    }

    .crew-card h4 a {
      color: inherit;
      border-bottom: 1px solid rgba(181, 107, 44, 0.4);
      transition: border-color 0.2s ease;
    }

    .crew-card h4 a:hover {
      border-color: var(--accent);
    }

    .crew-card p {
      margin: 0 0 1rem;
      color: #d3c3b1;
      font-size: 0.98rem;
    }

    .crew-card p:last-child {
      margin-bottom: 0;
    }

    .footer {
      padding: 2rem 0 3rem;
      border-top: 1px solid rgba(255,255,255,0.08);
      color: #b89f85;
      font-size: 0.9rem;
    }

    @media (max-width: 1024px) {
      .hero__grid,
      .two-col,
      .gallery-grid {
        grid-template-columns: 1fr;
      }

      .hero__art {
        order: -1;
      }

      .art-card::before {
        right: auto;
        left: 1rem;
        top: -0.9rem;
        transform: none;
      }
    }

    @media (max-width: 820px) {
      .give-box {
        grid-template-columns: 1fr;
        max-height: none;
        gap: 1.4rem;
        padding: 1.8rem 1.6rem;
      }

      .give-box__cta { align-self: stretch; text-align: center; }

      .give-box__perks { padding: 1rem 0.4rem; }

      .event-card {
        grid-template-columns: 1fr;
        gap: 1.8rem;
        padding: 1.8rem 1.6rem;
      }

      .event-card__flyer-link {
        max-width: 360px;
        margin: 0 auto;
      }

      .event-card__cta {
        align-self: stretch;
        text-align: center;
      }
    }

    @media (max-width: 1024px) {
      .crew-card {
        flex: 0 1 calc((100% - var(--crew-gap)) / 2);
        max-width: calc((100% - var(--crew-gap)) / 2);
      }
    }

    @media (max-width: 640px) {
      .crew-card {
        flex: 0 1 100%;
        max-width: 100%;
      }
    }

    @media (max-width: 720px) {
      .nav {
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem 0;
      }

      .nav__links {
        justify-content: flex-start;
      }

      .hero {
        padding-top: 2.5rem;
      }

      h1 {
        font-size: clamp(2.8rem, 18vw, 4.5rem);
      }

      .hero__subhead {
        font-size: 1.1rem;
      }

      .button {
        width: 100%;
      }

      .art-card {
        padding: 0.75rem;
      }

      .section {
        padding: 3.8rem 0;
      }

      .info-card {
        padding: 1.3rem;
      }

      .give-box {
        padding: 1.4rem 1.1rem;
      }

      .give-box__title {
        font-size: clamp(2rem, 10vw, 2.8rem);
      }

      .give-box__lede {
        font-size: 0.96rem;
      }

      .swag-item {
        width: 130px;
      }
    }


#fire_effect {
  position: fixed;
  z-index: -1;
  top:0; 
}