/* Telescope — telescopemovie.xyz. Static rebuild of the 2013 Squarespace site. */
@font-face {
  font-family: 'Oswald';
  src: url('/assets/oswald.woff2') format('woff2');
  font-weight: 200 700;
  font-display: swap;
}

:root {
  --bg: #000;
  --text: #bababa;
  --bright: #fff;
  --accent: #0f91ff;
  --rule: #222;
  --muted: #666;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Lucida Sans Unicode", "Lucida Grande", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;
}

.masthead {
  text-align: center;
  padding: 42px 20px 0;
}
.masthead a {
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: .18em;
  color: var(--bright);
  text-decoration: none;
  text-transform: uppercase;
}

nav.site {
  text-align: center;
  padding: 14px 20px 34px;
}
nav.site a {
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-weight: 500;
  font-size: 11.5px;
  letter-spacing: .14em;
  color: var(--bright);
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 13px;
  padding-bottom: 4px;
  display: inline-block;
}
nav.site a:hover { color: var(--accent); }
nav.site a.active { color: var(--accent); border-bottom: 1px solid var(--accent); }

main {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 20px 60px;
}
main.wide { max-width: 1080px; }

a { color: var(--accent); }
a:hover { color: var(--bright); }

img { max-width: 100%; height: auto; display: block; margin: 0 auto; }
figure { margin: 1.8em auto; }
figcaption { font-size: 12px; color: var(--muted); text-align: center; margin-top: .6em; }
hr { border: 0; border-top: 1px solid var(--rule); margin: 3em auto; }
blockquote { border-left: 2px solid #333; margin: 1.5em 0; padding: .2em 0 .2em 1.2em; color: #999; font-style: italic; }

.video-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 auto 1.6em;
}
.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.dead-video {
  text-align: center; color: #555; font-size: 12px; letter-spacing: .15em;
  text-transform: uppercase; border: 1px dashed var(--rule); padding: 1.6em; margin: 1.6em 0;
}
.audio-embed { margin: 1.6em auto; }
.audio-embed iframe { width: 100%; border: 0; height: 166px; }
.audio-embed.bandcamp iframe { height: 120px; }

/* blog */
.post { margin-bottom: 1em; }
.post header { text-align: center; margin: 0 0 1.6em; }
.post h1, .post h2 {
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-weight: 300;
  font-size: 26px;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 .25em;
}
.post h1 a, .post h2 a { color: var(--bright); text-decoration: none; }
.post h1 a:hover, .post h2 a:hover { color: var(--accent); }
.post .date {
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--muted);
}
.post .body h2, .post .body h3 { font-size: 17px; color: var(--bright); font-weight: 600; }
.backlink { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }

/* press */
.press-top { display: flex; gap: 44px; align-items: flex-start; flex-wrap: wrap; margin-bottom: 3em; }
.press-top .poster { flex: 0 1 320px; min-width: 240px; }
.press-top .blurb { flex: 1 1 320px; min-width: 260px; font-size: 14px; }
.press-heading {
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-weight: 300; font-size: 15px; letter-spacing: .25em;
  text-transform: uppercase; color: var(--bright);
  text-align: center; margin: 0 0 2em;
}
.team { display: grid; grid-template-columns: repeat(2, 1fr); max-width: 640px; margin: 0 auto; gap: 34px 28px; }
.team figure { margin: 0; }
.team img { width: 100%; max-width: 130px; margin: 0; filter: grayscale(1); }
.team figcaption { text-align: left; margin-top: .8em; font-size: 13px; color: var(--text); }
.team figcaption a { display: inline-block; margin-top: .2em; }

footer.site {
  text-align: center;
  padding: 30px 20px 46px;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
}
footer.site a { color: var(--muted); text-decoration: none; }
footer.site a:hover { color: var(--accent); }

@media (max-width: 560px) {
  .masthead a { font-size: 12px; letter-spacing: .12em; }
  nav.site a { margin: 0 8px; font-size: 11px; }
  .post h1, .post h2 { font-size: 21px; }
}
