* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Arial Narrow", Arial, sans-serif;
  ...
}


header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

h1 {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: lowercase;
}

nav a {
  margin-left: 1.5rem;
  text-decoration: none;
  color: #333;
  font-size: 1rem;
  transition: opacity 0.2s ease;
}

nav a:hover {
  opacity: 0.6;
}

.hero .intro {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 3rem;
  max-width: 500px;
}

.feature {
  margin-bottom: 3rem;
}

.feature h2 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.quote {
  font-style: italic;
  font-size: 1.1rem;
  color: #666;
  margin: 3rem 0;
  max-width: 500px;
}

footer {
  font-size: 0.9rem;
  text-align: center;
  color: #888;
  margin-top: 4rem;
  padding-bottom: 2rem;
}
.about {
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.05rem;
  color: #333;
  line-height: 1.7;
  margin-bottom: 4rem;
}

.about h2 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: 600;
  text-transform: lowercase;
}
.projects {
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 4rem;
}

.projects h2 {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  text-transform: lowercase;
}

.project {
  margin-bottom: 3rem;
}

.project h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.project p {
  font-size: 1rem;
  color: #444;
  margin-top: 0.5rem;
  line-height: 1.6;
}
.artwork-pair {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.artwork-pair img {
  width: 100%;
  max-width: 240px;
  border-radius: 8px;
  display: block;
}

.contact {
  margin-top: 4rem;
  text-align: center;
}

.contact h2 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  text-transform: lowercase;
}

.contact p {
  font-size: 1rem;
  color: #444;
}

.contact a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

.contact a:hover {
  opacity: 0.7;
}
.contact-page {
  max-width: 600px;
  margin: 6rem auto 4rem;
  text-align: center;
  font-size: 1.05rem;
  color: #444;
  line-height: 1.6;
}

.contact-page h2 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  text-transform: lowercase;
}

.contact-page a {
  text-decoration: none;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #ccc;
}

.contact-page a:hover {
  opacity: 0.7;
}
.feature {
  text-align: center;
  margin-top: 2rem;
  font-size: 1.05rem;
}

/* homepage streaming links */
.streaming-links {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 1.5rem 0;
}

.streaming-links a {
  text-decoration: none;
  color: black;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

.streaming-links a:hover {
  text-decoration: underline;
}

/* contact page social links */
.social-links a {
  margin: 0 1rem;
  font-weight: normal;
  text-decoration: none;
  color: #444;
  transition: color 0.2s ease;
}

.social-links a:hover {
  color: #000;
}


.social-links {
  margin-top: 2rem;
}

.social-links a {
  margin: 0 1rem;
  font-weight: normal;
  text-decoration: none;
  color: #444;
  transition: color 0.2s ease;
}

.social-links a:hover {
  color: #000;
}


.social-links a:hover {
  opacity: 0.6;
}
.feature {
  text-align: center;
  margin: 3rem auto;
  max-width: 600px;
}

.feature-artwork {
  width: 100%;
  max-width: 500px;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  display: block;
}

.streaming-links {
  margin-top: 0.5rem;
}

.streaming-links a {
  margin: 0 0.75rem;
  text-decoration: none;
  font-weight: normal;
  color: #000;
  transition: color 0.2s ease;
}

.streaming-links a:hover {
  color: #555;
}

.project img {
  max-width: 240px;
  height: auto;
  border-radius: 8px;
  display: block;
}

.mailing-list {
  max-width: 500px;
  margin: 5rem auto;
  text-align: center;
}

.mailing-list h2 {
  font-size: 1.4rem;
  text-transform: lowercase;
  margin-bottom: 0.5rem;
}

.mailing-list p {
  font-size: 1rem;
  color: #444;
  margin-bottom: 1rem;
}

.mailing-list input[type="email"] {
  padding: 0.6rem;
  width: 70%;
  max-width: 300px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: inherit;
}

.mailing-list button {
  margin-top: 1rem;
  padding: 0.6rem 1.2rem;
  background: #111;
  color: white;
  border: none;
  border-radius: 4px;
  font-family: inherit;
  cursor: pointer;
}

.mailing-list button:hover {
  background: #333;
}

..coming-soon {
  max-width: 500px;
  margin: 8rem auto;
  text-align: center;
  font-size: 1.1rem;
  color: #111;
}

.coming-soon h1 {
  font-size: 2.5rem;
  text-transform: lowercase;
  margin-bottom: 1rem;
  color: #000;
}

.coming-soon .tagline {
  font-style: italic;
  font-size: 1.2rem;
  margin-bottom: 2rem;
  color: #222;
}

.coming-soon form {
  margin-top: 1.5rem;
}

.coming-soon input[type="email"] {
  padding: 0.6rem;
  width: 70%;
  max-width: 300px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: inherit;
  color: #000;
}

.coming-soon button {
  margin-top: 1rem;
  padding: 0.6rem 1.2rem;
  background: #000;
  color: white;
  border: none;
  border-radius: 4px;
  font-family: inherit;
  cursor: pointer;
}

.coming-soon button:hover {
  background: #333;
}
.jp {
  font-size: 0.8em;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-left: 0.5rem;
}
.coming-soon {
  max-width: 500px;
  margin: 0 auto;
  padding: 4rem 1rem;
  text-align: center;
  font-size: 1.1rem;
  color: #111;

  /* This is the magic for vertical centering */
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

