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

html, body {
  height: 100%;
  background: #05070c;
  color: #e8e6e1;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
}

.photo {
  position: fixed;
  inset: 0;
  background: url("img/ob-cliffs_mini.jpg") 78% 42% / cover no-repeat;
  z-index: 0;
}

.grade {
  position: fixed;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg,
      rgba(5, 8, 14, 0.92) 0%,
      rgba(5, 8, 14, 0.78) 36%,
      rgba(8, 12, 18, 0.42) 58%,
      rgba(8, 12, 18, 0.18) 100%),
    linear-gradient(180deg, rgba(5, 8, 14, 0.35) 0%, transparent 30%, rgba(5, 8, 14, 0.40) 100%);
}

main {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  padding: 2.4rem 4.2vw 2.8rem;
  max-width: 42rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.kicker {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 2.6rem;
}

.mark {
  width: 28px;
  height: 28px;
  object-fit: contain;
  opacity: 0.85;
}

.kicker p {
  color: #9a9890;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: lowercase;
}

h1 {
  font-size: clamp(2.4rem, 6.2vw, 4.4rem);
  font-weight: 200;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1.05;
  margin-bottom: 0.55rem;
}

.title {
  font-size: clamp(1.05rem, 2.2vw, 1.45rem);
  font-weight: 300;
  letter-spacing: 0.04em;
  margin-bottom: 0.35rem;
}

.meta {
  color: #9a9890;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  margin-bottom: 1.8rem;
}

.beats {
  list-style: none;
  margin-bottom: 2rem;
}

.beats li {
  font-size: 1.02rem;
  font-weight: 300;
  line-height: 1.55;
  margin-bottom: 0.15rem;
}

blockquote {
  max-width: 28rem;
  margin-bottom: 2.4rem;
}

blockquote p {
  color: #c9c6be;
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.55;
}

blockquote footer {
  color: #9a9890;
  font-size: 0.82rem;
  margin-top: 0.55rem;
  letter-spacing: 0.04em;
}

.mail a {
  color: #e8e6e1;
  font-size: 0.95rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-underline-offset: 0.28em;
}

.mail a:hover { color: #fff; }

@media (max-width: 720px) {
  main { padding: 2rem 1.4rem 2.4rem; max-width: none; }
  .photo { background-position: 80% 40%; }
  .grade {
    background:
      linear-gradient(90deg, rgba(5, 8, 14, 0.92) 0%, rgba(5, 8, 14, 0.72) 100%),
      linear-gradient(180deg, rgba(5, 8, 14, 0.2) 0%, rgba(5, 8, 14, 0.5) 100%);
  }
}
