:root {
  --ivory: #f6f1e8;
  --ink: #241d18;
  --gold: #d3ae76;
  --line: rgba(246, 241, 232, 0.34);
  --soft: rgba(246, 241, 232, 0.76);
  --font: "Century Gothic", "Avenir Next", Futura, "Trebuchet MS", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

html {
  background: var(--ink);
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--ivory);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
}

button,
input,
a {
  color: inherit;
  font: inherit;
}

button {
  cursor: pointer;
}

::selection {
  background: var(--gold);
  color: var(--ink);
}

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 50;
  top: 1rem;
  left: 1rem;
  padding: 0.75rem 1rem;
  background: var(--ivory);
  color: var(--ink);
  font-size: 0.72rem;
  text-transform: uppercase;
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: none;
}

/* Coming soon page */
.coming-soon {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
}

.background-video,
.image-wash {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
}

.background-video {
  z-index: -3;
  background: #3b2d22 url("assets/meer-voegel-pexels-5434363-poster.jpg") center / cover no-repeat;
  filter: sepia(0.16) saturate(0.82) contrast(1.04) brightness(0.92);
  object-fit: cover;
  object-position: center center;
  transform: scale(1.012);
}

.image-wash {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(37, 27, 20, 0.88) 0%, rgba(47, 33, 23, 0.72) 34%, rgba(64, 42, 25, 0.3) 63%, rgba(39, 27, 20, 0.1) 100%),
    linear-gradient(180deg, rgba(35, 24, 17, 0.16), transparent 53%, rgba(25, 17, 12, 0.48));
}

.page-line {
  position: fixed;
  z-index: 2;
  inset: 1.15rem;
  border: 1px solid var(--line);
  pointer-events: none;
}

.page-line::before {
  position: absolute;
  top: -1px;
  left: 3.2rem;
  width: clamp(4rem, 8vw, 8rem);
  height: 1px;
  background: var(--gold);
  content: "";
}

.page-content {
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  grid-template-rows: 1fr auto;
  padding:
    max(2.8rem, env(safe-area-inset-top))
    clamp(2.6rem, 6vw, 7rem)
    max(2.6rem, env(safe-area-inset-bottom));
}

.site-header,
.site-footer {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-logo {
  display: block;
  width: clamp(9rem, 15vw, 12.2rem);
  height: auto;
  margin: -2.1rem 0 -1.6rem -0.8rem;
}

.edition,
.brand-name,
.location,
.coming-label,
.site-footer,
.media-toggle {
  font-size: 0.63rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.edition {
  margin: 0;
  color: var(--soft);
}

.hero-copy {
  align-self: center;
  justify-self: start;
  width: min(64rem, 100%);
  max-width: 64rem;
  padding: 3rem 0;
  text-align: left;
}

.brand-name,
.location,
.hero-copy h1,
.homage,
.coming-label {
  margin-left: 0;
  text-align: left;
}

.brand-name {
  margin: 0 0 1.15rem;
  color: var(--ivory);
  font-size: clamp(3rem, 5.2vw, 5.8rem);
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 0.96;
  white-space: nowrap;
}

.location {
  margin: 0 0 clamp(0.75rem, 1.6vh, 1.35rem);
  color: var(--soft);
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(3.4rem, 5.5vw, 6.15rem);
  font-weight: 300;
  letter-spacing: -0.045em;
  line-height: 0.96;
  text-wrap: balance;
}

.hero-copy h1 .title-line,
.hero-copy h1 .title-accent {
  display: block;
}

.hero-copy h1 .title-line {
  white-space: nowrap;
}

.hero-copy h1 .title-accent {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.9em;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.02;
}

.homage {
  max-width: 31rem;
  margin: clamp(2rem, 4vh, 3.4rem) 0 0;
  color: var(--soft);
  font-size: clamp(1.05rem, 1.45vw, 1.2rem);
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 1.6;
}

.coming-label {
  display: flex;
  align-items: center;
  margin-top: clamp(2.1rem, 4.5vh, 3.8rem);
  color: rgba(211, 174, 118, 0.76);
}

.coming-label p {
  margin: 0;
  font-size: clamp(0.68rem, 0.78vw, 0.82rem);
  font-weight: 500;
  letter-spacing: 0.12em;
}

.site-footer {
  color: rgba(246, 241, 232, 0.66);
}

.legal-copy p {
  margin: 0;
}

.music-credit {
  margin-top: 0.45rem !important;
  color: rgba(246, 241, 232, 0.3);
  font-size: 0.36rem;
  font-weight: 400;
  letter-spacing: 0.045em;
  line-height: 1.4;
  text-transform: none;
}

.music-credit a {
  border-bottom: 1px solid transparent;
  text-decoration: none;
}

.music-credit a:hover {
  border-color: currentColor;
}

.media-controls {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.3vw, 2.2rem);
}

.media-toggle {
  display: inline-flex;
  min-height: 2.5rem;
  align-items: center;
  gap: 0.75rem;
  border: 0;
  padding: 0.65rem 0;
  background: transparent;
}

.audio-symbol,
.motion-symbol {
  position: relative;
  width: 1.65rem;
  height: 1.65rem;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.audio-symbol::before {
  position: absolute;
  top: 50%;
  left: 0.44rem;
  width: 0.35rem;
  height: 0.48rem;
  background: currentColor;
  clip-path: polygon(0 30%, 42% 30%, 100% 0, 100% 100%, 42% 70%, 0 70%);
  content: "";
  transform: translateY(-50%);
}

.audio-symbol::after {
  position: absolute;
  top: 50%;
  right: 0.33rem;
  width: 0.38rem;
  height: 0.58rem;
  border-right: 1px solid currentColor;
  border-radius: 0 50% 50% 0;
  content: "";
  transform: translateY(-50%);
}

.motion-symbol::before,
.motion-symbol::after {
  position: absolute;
  top: 50%;
  width: 1px;
  height: 0.46rem;
  background: currentColor;
  content: "";
  transform: translateY(-50%);
}

.motion-symbol::before {
  left: 0.58rem;
}

.motion-symbol::after {
  right: 0.58rem;
}

.motion-toggle[data-playing="false"] {
  color: var(--ivory);
}

.audio-toggle[data-playing="true"] {
  color: var(--ivory);
}

.audio-toggle[data-playing="true"] .audio-symbol {
  border-color: var(--gold);
  background: rgba(198, 161, 108, 0.16);
}

.motion-toggle[data-playing="false"] .motion-symbol {
  border-color: var(--gold);
  background: rgba(198, 161, 108, 0.16);
}

.motion-toggle[data-playing="false"] .motion-symbol::before {
  top: 50%;
  left: 0.63rem;
  width: 0;
  height: 0;
  border-top: 0.3rem solid transparent;
  border-bottom: 0.3rem solid transparent;
  border-left: 0.45rem solid currentColor;
  background: transparent;
  transform: translateY(-50%);
}

.motion-toggle[data-playing="false"] .motion-symbol::after {
  display: none;
}

@media (min-width: 721px) {
  .brand-name {
    margin-bottom: 1.15rem;
  }

  .site-header {
    justify-content: center;
  }

  .brand-logo {
    width: clamp(26rem, 36vw, 34rem);
    margin: -2rem auto -7.2rem;
  }

  .edition {
    position: absolute;
    right: 0;
  }

  .hero-copy {
    max-width: 64rem;
    transform: translateY(clamp(1.8rem, 4vh, 3.25rem));
  }

  .location {
    margin-bottom: clamp(7.75rem, 12.5vh, 10.5rem);
    font-size: 0.84rem;
  }

  .hero-copy h1 {
    font-size: clamp(3.05rem, 4.25vw, 4.75rem);
  }

  .homage {
    max-width: 36rem;
    font-size: clamp(1.15rem, 1.6vw, 1.4rem);
  }

  .coming-label {
    font-size: 1rem;
  }

  .site-footer {
    font-size: 0.76rem;
  }

  .music-credit {
    font-size: 0.4rem;
  }

  .media-toggle {
    font-size: 0.7rem;
  }
}

@media (max-width: 720px) {
  .image-wash {
    background:
      linear-gradient(180deg, rgba(40, 28, 20, 0.46) 0%, rgba(51, 34, 21, 0.16) 27%, rgba(39, 27, 20, 0.8) 72%, rgba(29, 20, 15, 0.94) 100%),
      linear-gradient(90deg, rgba(46, 31, 21, 0.42), transparent 82%);
  }

  .background-video {
    object-position: center center;
  }

  .page-line {
    inset: 0.72rem;
  }

  .page-line::before {
    left: 1.25rem;
    width: 3.4rem;
  }

  .page-content {
    padding:
      max(1.55rem, env(safe-area-inset-top))
      1.55rem
      max(1.4rem, env(safe-area-inset-bottom));
  }

  .brand-logo {
    width: 8.8rem;
    margin: -1.55rem 0 -1.1rem -0.75rem;
  }

  .edition {
    font-size: 0.55rem;
  }

  .hero-copy {
    align-self: end;
    padding: 3.5rem 0 2.4rem;
  }

  .brand-name {
    margin-bottom: 0.8rem;
    font-size: clamp(1.7rem, 8vw, 2.45rem);
    letter-spacing: 0.1em;
  }

  .location {
    margin-bottom: 0.7rem;
    font-size: 0.66rem;
  }

  .hero-copy h1 {
    font-size: clamp(1.65rem, 7.1vw, 2.3rem);
    letter-spacing: -0.035em;
    line-height: 0.98;
  }

  .homage {
    max-width: 19rem;
    margin-top: 1.5rem;
    font-size: 0.95rem;
  }

  .coming-label {
    margin-top: 1.8rem;
  }

  .coming-label p {
    font-size: clamp(0.64rem, 2.7vw, 0.76rem);
  }

  .site-footer {
    align-items: flex-end;
    gap: 1rem;
    font-size: 0.5rem;
  }

  .music-credit {
    max-width: 12rem;
    font-size: 0.32rem;
  }

  .media-controls {
    flex-direction: column;
    align-items: flex-end;
    gap: 0.1rem;
  }

  .media-toggle {
    min-height: 2.75rem;
    font-size: 0.51rem;
    letter-spacing: 0.14em;
  }

  .audio-symbol,
  .motion-symbol {
    flex: 0 0 auto;
  }
}

@media (max-height: 690px) and (max-width: 720px) {
  .hero-copy {
    padding: 1.6rem 0 1.1rem;
  }

  .hero-copy h1 {
    font-size: clamp(1.6rem, 6.7vw, 2.1rem);
  }

  .brand-name {
    font-size: clamp(1.55rem, 7.4vw, 2.15rem);
  }

  .location {
    margin-bottom: 1rem;
  }

  .homage {
    margin-top: 1.1rem;
  }

  .coming-label {
    margin-top: 1.2rem;
  }

  .music-credit {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
}
