:root {
  --forest: #091509;
  --forest2: #0D1F0D;
  --ivory: #FAF8F3;
  --ivory2: #F2EDE4;
  --teal: #086B60;
  --teal2: #0D9E8F;
  --tpale: #E4F4F1;
  --gold: #C4A24E;
  --gpale: #FBF5E6;
  --dim: #61705C;
  --dim2: #4B564E;
  --bdl: #DDD8CF;
  --white: #FFFFFF;
  --shadow: 0 16px 42px rgba(9, 21, 9, .09);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--forest2); background: var(--ivory); font-family: "IBM Plex Sans", system-ui, sans-serif; font-size: 17px; line-height: 1.6; }
a { color: var(--teal); }
img { display: block; max-width: 100%; }
.shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.nav { background: var(--forest); color: var(--ivory); }
.nav-inner { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.nav a { color: inherit; text-decoration: none; }
.wordmark { font-family: "DM Serif Display", Georgia, serif; font-size: 22px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 18px; font-size: 13px; }
.hero { padding: 72px 0 58px; color: var(--ivory); background: linear-gradient(135deg, var(--forest), var(--forest2)); }
.kicker { margin-bottom: 15px; color: var(--gold); font: 500 12px/1.4 "IBM Plex Mono", monospace; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 970px; margin-bottom: 20px; font: 400 clamp(40px, 5.4vw, 66px)/1.04 "DM Serif Display", Georgia, serif; letter-spacing: -.03em; }
h2 { font: 400 32px/1.12 "DM Serif Display", Georgia, serif; }
.byline { max-width: 900px; margin-bottom: 10px; color: rgba(250,248,243,.82); font-size: 18px; }
.meta { color: rgba(250,248,243,.64); font: 400 13px/1.6 "IBM Plex Mono", monospace; }
.section { padding: 66px 0; }
.intro { max-width: 820px; color: var(--dim2); font-size: 19px; }
.poster-grid { display: grid; gap: 24px; }
.poster-card { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr); overflow: hidden; border: 1px solid var(--bdl); border-radius: 16px; background: var(--white); box-shadow: var(--shadow); }
.poster-card figure { min-height: 300px; margin: 0; background: var(--ivory2); }
.poster-card img { width: 100%; height: 100%; object-fit: cover; }
.poster-card.tyr img { object-fit: contain; padding: 24px; background: white; }
.poster-copy { padding: 34px; align-self: center; }
.poster-copy h2 { margin-bottom: 10px; }
.poster-copy p, .project-copy p { color: var(--dim2); }
.poster-label { margin-bottom: 14px; color: var(--teal); font: 600 12px/1.4 "IBM Plex Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 17px; border: 1px solid var(--teal); border-radius: 999px; color: var(--teal); background: transparent; text-decoration: none; font: 600 14px/1 "IBM Plex Sans", sans-serif; cursor: pointer; }
.button.primary { border-color: var(--teal); background: var(--teal); color: white; }
.project-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.project-visual { overflow: hidden; border: 1px solid var(--bdl); border-radius: 16px; background: white; box-shadow: var(--shadow); }
.project-visual img { width: 100%; max-height: 560px; object-fit: contain; }
.footer { padding: 28px 0; color: rgba(250,248,243,.66); background: var(--forest); font-size: 13px; }
.footer-inner { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.poster-gate { width: min(460px, calc(100% - 32px)); padding: 0; border: 0; border-radius: 16px; color: var(--forest2); background: var(--ivory); box-shadow: 0 24px 80px rgba(9,21,9,.28); }
.poster-gate::backdrop { background: rgba(9,21,9,.68); }
.gate-inner { padding: 30px; }
.gate-head { display: flex; justify-content: space-between; gap: 20px; align-items: start; }
.gate-head h2 { margin-bottom: 8px; }
.gate-close { border: 0; padding: 2px 6px; color: var(--dim2); background: none; font-size: 26px; cursor: pointer; }
.gate-copy { color: var(--dim2); font-size: 15px; }
.gate-field { display: grid; gap: 7px; margin-top: 22px; }
.gate-field label { font-size: 14px; font-weight: 600; }
.gate-field input { min-height: 48px; padding: 10px 12px; border: 1px solid var(--bdl); border-radius: 9px; background: white; color: var(--forest2); font: inherit; }
.gate-status { min-height: 20px; margin: 10px 0 0; color: #8A3B2D; font-size: 13px; }
.gate-privacy { margin: 14px 0 0; color: var(--dim); font-size: 12px; }
@media (max-width: 760px) {
  .nav-inner { align-items: flex-start; flex-direction: column; padding: 16px 0; }
  .poster-card, .project-hero { grid-template-columns: 1fr; }
  .poster-card figure { min-height: 240px; }
  .hero { padding: 52px 0 46px; }
}
