/* space2be — warm Kalkbrenner SYSTEM. Field/ink only. No accent wash. */
:root {
  --field: #F7F7F5;
  --ink: #070706;
  --paper: #E3E2DC;
  --bar: 3.05rem;
  --gutter: clamp(1rem, 2.4vw, 1.75rem);
  --font: ui-sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--field);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html,
body {
  margin: 0;
  max-width: 100%;
  overflow-x: clip;
}

body {
  min-height: 100dvh;
  background: var(--field);
  color: var(--ink);
  padding-bottom: calc(var(--bar) + 2.75rem);
}

img,
video,
iframe {
  max-width: 100%;
  height: auto;
  border: 0;
  display: block;
}

img,
video {
  filter: none;
}

a {
  color: var(--ink);
  text-underline-offset: 0.18em;
}

a:focus-visible,
summary:focus-visible,
button:focus-visible,
video:focus-visible {
  outline: 1px solid var(--ink);
  outline-offset: 3px;
}

.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;
}

/* —— chrome —— */
.top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3.15rem;
  padding: 0.7rem var(--gutter);
  background: var(--field);
}

.mark {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
}

.mark img {
  height: 1.5rem;
  width: auto;
}

.nav-desk {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.15rem 1.85rem;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: lowercase;
}

.nav-desk a {
  text-decoration: none;
}

.nav-desk a:hover {
  text-decoration: underline;
}

.nav-desk a[aria-current="page"] {
  font-weight: 700;
}

.menu {
  display: none;
}

.menu summary {
  list-style: none;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 50%;
  background: var(--ink);
  cursor: pointer;
  position: relative;
  z-index: 90;
}

.menu summary::-webkit-details-marker {
  display: none;
}

.menu-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.35rem;
  position: fixed;
  inset: 0 0 var(--bar) 0;
  z-index: 70;
  background: var(--field);
  padding: 4.75rem var(--gutter) 2rem;
  font-size: clamp(1.75rem, 8vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
  text-transform: lowercase;
  overflow: auto;
}

.menu-panel a {
  text-decoration: none;
}

.bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: var(--bar);
  padding: 0.45rem var(--gutter);
  background: var(--field);
  border-top: 1px solid var(--ink);
  font-size: 0.8125rem;
}

.bar a {
  text-decoration: none;
  color: var(--ink);
}

.bar a:hover {
  text-decoration: underline;
}

.bar-next {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.bar-next span {
  font-size: 0.6875rem;
  font-weight: 500;
  opacity: 0.45;
}

.bar-next strong {
  font-size: 0.875rem;
  font-weight: 700;
}

.bar-wa {
  font-weight: 700;
  text-align: right;
}

.by {
  position: fixed;
  right: var(--gutter);
  bottom: calc(var(--bar) + 0.4rem);
  z-index: 60;
  margin: 0;
  padding: 0.12rem 0.28rem;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  background: var(--field);
}

.by a {
  color: var(--ink);
  text-decoration: none;
  opacity: 0.38;
}

.by a:hover {
  opacity: 1;
  text-decoration: underline;
}

/* —— page shell —— */
.page {
  padding: 3.15rem var(--gutter) 6rem;
}

.hero {
  min-height: 100dvh;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4.5rem var(--gutter) 4.25rem;
  text-align: center;
}

.hero-slogan {
  margin: 0 0 1.35rem;
  font-size: clamp(0.625rem, 1.15vw, 0.75rem);
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.04em;
  line-height: 1.45;
}

.hero-slogan span {
  display: block;
}

.hero-name {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 16.2vw;
  font-weight: 800;
  font-style: italic;
  font-stretch: condensed;
  letter-spacing: -0.055em;
  line-height: 0.8;
  white-space: nowrap;
  text-rendering: geometricPrecision;
}

.hero-name__tile {
  display: inline-block;
  width: 0.78em;
  height: 0.54em;
  margin: 0 0.04em 0.03em;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--paper);
}

.hero-name__tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.hero-foot {
  margin: 1.45rem 0 0;
  font-size: clamp(0.625rem, 1.15vw, 0.75rem);
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.04em;
  line-height: 1.45;
}

/* —— editorial split —— */
.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(14rem, 22rem);
  column-gap: clamp(1.5rem, 5vw, 4.5rem);
  row-gap: 1.25rem;
  align-items: end;
  padding: 3.25rem 0 1.5rem;
}

.split h1 {
  margin: 0;
  grid-column: 1 / -1;
  font-size: clamp(2.75rem, 11.5vw, 8.75rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.82;
  text-transform: lowercase;
  max-width: 100%;
  overflow-wrap: break-word;
}

.split .lede {
  margin: 0;
  grid-column: 2;
  max-width: 28rem;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.45;
}

.split .lede p {
  margin: 0;
}

.split .lede p + p {
  margin-top: 0.9em;
}

.split--home {
  grid-template-columns: minmax(0, 1.35fr) minmax(14rem, 0.72fr);
  align-items: start;
  padding-top: 1.5rem;
}

.split--home h1 {
  grid-column: 1;
  font-size: clamp(2.15rem, 6.2vw, 5.1rem);
  line-height: 0.92;
  letter-spacing: -0.045em;
  text-transform: none;
}

.split--home h1 em {
  font-style: italic;
  font-weight: 800;
}

.micro {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1.1rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.micro::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  background: var(--ink);
  flex-shrink: 0;
}

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

.micro a:hover {
  text-decoration: underline;
}

.block {
  padding: 3.25rem 0 0.5rem;
  scroll-margin-top: 4.25rem;
}

.block--end {
  padding-bottom: 2rem;
}

.media {
  margin: 1.25rem 0 0;
}

.media--shift {
  margin-left: clamp(0px, 16vw, 12rem);
}

.more {
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.8125rem;
  font-weight: 700;
}

/* —— classes as tour rows —— */
.tour {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--ink);
}

.tour > li {
  display: grid;
  grid-template-columns: 1.15fr 1.45fr 0.7fr 1.15fr;
  gap: 0.75rem 1.25rem;
  align-items: baseline;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--ink);
}

.tour h2 {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.tour p {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
}

.tour .meta {
  font-weight: 700;
}

/* —— flyers / tapes —— */
.flyers {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.55rem;
}

.flyers figure,
.tapes figure,
.qr figure {
  margin: 0;
}

.flyers img {
  width: 100%;
  height: auto;
  background: var(--paper);
}

.tapes {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.55rem 0.7rem;
  margin-top: 1.75rem;
}

.tapes video {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: var(--paper);
}

.tapes figcaption,
.flyers figcaption,
.qr figcaption,
.yt figcaption,
.merch-vid figcaption {
  margin-top: 0.45rem;
  font-size: 0.75rem;
  font-weight: 500;
}

.thanks {
  margin: 0 0 1.25rem;
  font-size: 0.9375rem;
  font-weight: 700;
  max-width: 28rem;
}

.ig-more {
  display: inline-block;
  margin-top: 1.1rem;
  font-size: 0.875rem;
  font-weight: 700;
}

/* —— youtube —— */
.yt {
  margin: 0;
}

.yt-play {
  position: relative;
  aspect-ratio: 16 / 9;
  background: var(--paper);
}

.yt-play summary {
  position: absolute;
  inset: 0;
  list-style: none;
  cursor: pointer;
  z-index: 1;
}

.yt-play summary::-webkit-details-marker {
  display: none;
}

.yt-play summary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yt-play[open] summary {
  display: none;
}

.yt-play iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.yt-play__btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: var(--ink);
  box-shadow: 0 0 0 2px var(--field);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.yt-play__btn::before {
  content: "";
  position: absolute;
  left: 1.15rem;
  top: 0.95rem;
  border-style: solid;
  border-width: 0.55rem 0 0.55rem 0.9rem;
  border-color: transparent transparent transparent var(--field);
}

/* —— merch —— */
.merch-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(10rem, 22rem);
  gap: 2rem 3rem;
  align-items: start;
}

.merch-copy p {
  margin: 0 0 0.9em;
  font-size: 0.9375rem;
  font-weight: 700;
  max-width: 32rem;
}

.prices {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin: 1.25rem 0 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.mail {
  font-size: 0.875rem;
  font-weight: 700;
}

.merch-vid video {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: var(--paper);
}

/* —— stay updated —— */
.qr {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 14rem));
  gap: 1.5rem 2.5rem;
}

.qr img {
  width: 100%;
  max-width: 12rem;
  background: var(--field);
}

.qr a {
  text-decoration: none;
}

/* —— 404 —— */
.miss {
  min-height: calc(100dvh - var(--bar));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 6rem var(--gutter) 4rem;
}

.miss h1 {
  margin: 0;
  font-size: clamp(4rem, 16vw, 10rem);
  font-weight: 800;
  font-style: italic;
  letter-spacing: -0.055em;
  line-height: 0.8;
}

.miss p {
  margin: 1.25rem 0 0;
  font-size: 0.875rem;
  font-weight: 700;
}

/* —— breakpoints —— */
@media (max-width: 1100px) {
  .flyers,
  .tapes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .nav-desk {
    display: none;
  }

  .menu {
    display: block;
  }

  .split {
    grid-template-columns: 1fr;
    align-items: start;
    padding-top: 2.5rem;
  }

  .split .lede {
    order: -1;
    max-width: 36rem;
  }

  .split h1 {
    font-size: clamp(2.6rem, 13.5vw, 5.5rem);
  }

  .split .lede {
    grid-column: 1;
  }

  .split--home h1 {
    font-size: clamp(1.85rem, 9.5vw, 3rem);
  }

  .media--shift {
    margin-left: 0;
  }

  .tour > li {
    grid-template-columns: 1fr;
    gap: 0.2rem;
    padding: 1rem 0;
  }

  .merch-layout {
    grid-template-columns: 1fr;
  }

  .merch-vid {
    max-width: 18rem;
  }

  .hero-name {
    font-size: 15.2vw;
  }
}

@media (max-width: 520px) {
  .flyers,
  .tapes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .qr {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .bar {
    font-size: 0.75rem;
    gap: 0.5rem;
  }

  .bar-wa {
    max-width: 46%;
  }

  .hero-name {
    font-size: 14.6vw;
  }

  .hero-name__tile {
    width: 0.82em;
  }

  .by {
    position: static;
    display: block;
    text-align: right;
    margin: 0 var(--gutter) 0.35rem auto;
    background: transparent;
  }
}

@media (min-width: 1280px) {
  .hero-name {
    font-size: 15.4vw;
  }
}

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