/* IRON VAULT — photocopied extreme-metal zine */

@import url("https://fonts.googleapis.com/css2?family=Courier+Prime:wght@400;700&family=Special+Elite&display=swap");

:root {
  --black: #080808;
  --grey: #222;
  --white: #fff;
  --mono: "Courier Prime", "Courier New", Courier, monospace;
  --typewriter: "Special Elite", "Courier New", Courier, monospace;
}

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  min-height: 100%;
  background: #000;
}

body {
  margin: 0;
  min-height: 100vh;
  background-image: url("assets/backgraphic.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;

  color: var(--black);
  font-family: var(--mono);
  font-size: 15px;
  line-height: 1.15;
  overflow-x: hidden;
}

/* =========================
   PAGE NOISE
   ========================= */

.page-noise {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .15;
  mix-blend-mode: multiply;

  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .9 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"),
    repeating-linear-gradient(
      0deg,
      transparent 0 2px,
      rgba(0,0,0,.08) 2px 3px
    );

  background-size: 180px 180px, auto;
}

/* =========================
   MAIN CONTAINER
   ========================= */

.site {
  width: min(1040px, calc(100% - 30px));
  margin: 20px auto;
  padding: 10px 4px 1px;

  background: #fff;
  position: relative;
  z-index: 1;
}

/* =========================
   GENERAL LINKS
   ========================= */

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  background: #000;
  color: #fff;
}

/* =========================
   MASTHEAD
   ========================= */

.masthead {
  position: relative;
  min-height: 76px;
  text-align: center;
  padding-top: 15px;
}

.iron-vault {
  display: inline-block;

  font-family: var(--typewriter);
  font-size: clamp(24px, 4vw, 38px);
  font-weight: 700;
  letter-spacing: -.04em;

  transform: scaleY(1.05);
}

/* =========================
   HERO
   ========================= */

.hero {
  min-height: 645px;
  position: relative;

  border-top: 2px solid #000;
  border-bottom: 2px solid #000;

  padding: 18px 95px;
}

.hero-title {
  position: absolute;
  top: 20px;
  left: 0;

  font-family: var(--typewriter);
  font-weight: 700;
  font-size: clamp(20px, 3vw, 29px);
  line-height: 1.03;

  transform: rotate(-1deg);
}

.tickets {
  position: absolute;
  top: 21px;
  right: 0;

  font-family: var(--typewriter);
  font-weight: 700;
  font-size: clamp(20px, 3vw, 29px);
  line-height: 1.02;
  text-align: left;

  transform: rotate(.8deg);
}

/* =========================
   BAND AREA
   ========================= */

.band-area {
  width: 100%;
  max-width: 690px;
  margin: 70px auto 0;
}

.band-logo {
  width: 100%;
  margin: 0;
  padding: 0;

  border: 0;
  background: transparent;

  line-height: 0;
}

.band-logo img {
  display: block;
  width: 100%;
  height: auto;

  margin: 0;
  padding: 0;

  filter: grayscale(1) contrast(2);
  mix-blend-mode: multiply;
}

.chaotian {
  max-width: 700px;
  margin: 0 auto;
}

.hasturian {
  max-width: 600px;
  margin: 20px auto 0;
}

.band-caption {
  margin: 10px 0 5px;

  font-family: var(--typewriter);
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}

/* =========================
   CLUB INFO
   ========================= */

.club-info {
  min-height: 135px;

  position: relative;
  display: flex;
  align-items: center;

  padding: 16px 0;
}

.exclusive {
  width: 175px;

  font-family: var(--typewriter);
  font-weight: 700;
  font-size: 23px;
  line-height: .92;

  transform: rotate(-1deg);
}

.contact {
  flex: 1;

  font-family: var(--typewriter);
  font-size: 21px;
  line-height: 1.08;

  border-bottom: 2px solid #000;
  padding-bottom: 9px;
}

.contact u {
  font-weight: 700;
}

/* =========================
   EVENT DATA
   ========================= */

.event-data {
  width: 74%;
  margin: 0 auto;

  border-top: 2px dashed #000;
  border-bottom: 2px dashed #000;

  padding: 10px 0;

  font-size: 16px;
  font-weight: 700;
}

.dead-line {
  text-align: center;

  font-family: var(--typewriter);
  font-weight: 700;
  font-size: 21px;

  padding: 10px 0 8px;

  border-bottom: 2px solid #000;
}

/* =========================
   NAVIGATION
   ========================= */

.nav {
  display: flex;
  justify-content: space-around;
  gap: 8px;
  flex-wrap: wrap;

  padding: 9px 0;

  border-bottom: 2px solid #000;

  font-weight: 700;
  font-size: 14px;
}

/* =========================
   LOWER CONTENT
   ========================= */

.lower-grid {
  display: grid;
  grid-template-columns: 1.4fr .9fr;
  gap: 40px;

  padding: 20px 22px 18px;

  border-bottom: 2px solid #000;
}

.manifesto {
  font-size: 16px;
  font-weight: 700;
}

.rituals {
  border: 2px dashed #000;

  padding: 9px 12px;

  font-size: 14px;
  font-weight: 700;
}

.rituals strong {
  display: block;
  margin: 6px 0;
}

/* =========================
   POP-UP WINDOWS
   ========================= */

.vault-modal {
  width: min(620px, calc(100% - 30px));
  max-height: calc(100vh - 40px);

  padding: 0;

  border: 3px solid #000;

  background: #fff;
  color: #000;

  box-shadow: 8px 8px 0 #000;
}

.vault-modal::backdrop {
  background: rgba(0, 0, 0, .75);
}

.modal-content {
  position: relative;

  padding: 35px 30px 30px;

  overflow-y: auto;
  max-height: calc(100vh - 40px);
}

.modal-content h2 {
  margin: 0 0 25px;

  font-family: var(--typewriter);
  font-size: 32px;
  line-height: 1;

  border-bottom: 2px solid #000;

  padding-bottom: 10px;
}

.modal-content p {
  margin: 0 0 18px;

  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}

.modal-close {
  position: absolute;
  top: 7px;
  right: 10px;

  width: 32px;
  height: 32px;

  padding: 0;

  border: 2px solid #000;

  background: #fff;
  color: #000;

  font-family: Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;

  cursor: pointer;
}

.modal-close:hover {
  background: #000;
  color: #fff;
}

/* =========================
   MOBILE
   ========================= */

@media (max-width: 760px) {

  /* Main container */

  .site {
    width: calc(100% - 10px);
    margin: 5px auto;
    padding: 5px;

    box-shadow: none;
  }

  /* Masthead */

  .masthead {
    min-height: 70px;
    padding-top: 12px;
    padding-bottom: 0px;
  }

  .iron-vault {
    font-size: clamp(22px, 7vw, 30px);
  }

  /* Hero */

  .hero {
    min-height: 0;

    padding: 15px 35px 25px;
  }

  .hero-title,
  .tickets {
    font-size: 16px;
  }

  .hero-title {
    top: 15px;
    left: 0;
  }

  .tickets {
    top: 16px;
    right: 0;
  }

  /* Bands */

  .band-area {
    width: 100%;
    max-width: none;

    margin-top: 68px;
  }

  .chaotian {
    max-width: 100%;
    margin: 0 auto;
  }

.hasturian {
  max-width: 90%;
  margin: 35px auto 0;
}

  .band-caption {
    margin: 0 0 5px;

    font-size: 17px;
    line-height: 1;
  }

  /* Club information */

  .club-info {
    display: block;

    min-height: 0;

    padding: 18px 0;
  }

  .exclusive {
    width: auto;

    margin-bottom: 15px;

    font-size: 18px;
  }

  .contact {
    font-size: 16px;
    line-height: 1.2;
  }

  /* Event information */

  .event-data {
    width: 100%;

    padding: 9px 0;

    font-size: 13px;
    line-height: 1.35;
  }

  .dead-line {
    font-size: 10px;
    padding: 1px 0 1px;
  }

  /* Navigation */

  .nav {
    gap: 6px;

    padding: 9px 3px;

    font-size: 12px;
    line-height: 1.3;
  }

  /* Lower content */

  .lower-grid {
    grid-template-columns: 1fr;

    gap: 18px;

    padding: 17px 7px;
  }

  .manifesto {
    font-size: 14px;
    line-height: 1.25;
  }

  .rituals {
    font-size: 13px;
  }

  /* Popups */

  .vault-modal {
    width: calc(100% - 20px);
    max-height: calc(100vh - 20px);

    border-width: 2px;

    box-shadow: 5px 5px 0 #000;
  }

  .modal-content {
    padding: 40px 18px 20px;

    max-height: calc(100vh - 20px);
  }

  .modal-content h2 {
    margin-bottom: 20px;

    font-size: 25px;
  }

  .modal-content p {
    font-size: 14px;
    line-height: 1.35;
  }

  .modal-close {
    top: 7px;
    right: 7px;

    width: 30px;
    height: 30px;

    font-size: 23px;
  }
}