/* ============================================
   LONGREAD — Michael Jackson
   Figma: 1440 x 8922, bg #0E0E0E
   Fonts: Roboto Condensed (headings), Roboto (body)
   ============================================ */

/* ---------- RESET & BASE ---------- */

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto', sans-serif;
  background: #0E0E0E;
  color: #F0F0F0;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

ul { list-style: none; }

button {
  border: none;
  background: none;
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* ---------- UTILITIES ---------- */

.body-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5625em;
  color: #F0F0F0;
  margin-bottom: 24px;
}

.body-text--light {
  color: #CDCDCD;
}

.body-text--muted {
  color: #959595;
}

.body-text--gray {
  color: #C6C6C6;
}

.marginal {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.538em;
  color: #959595;
  margin-bottom: 12px;
}

/* Section headings */
.section__heading {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 60px;
  line-height: 1.033em;
  letter-spacing: -0.065em;
  text-transform: uppercase;
  color: #F0F0F0;
  margin-bottom: 60px;
}

/* Glow decorations */
.section__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.section__glow--orange {
  width: 351px;
  height: 155px;
  top: 0;
  right: 100px;
  background: rgba(255, 148, 115, 0.2);
  filter: blur(200px);
}

.section__glow--teal {
  width: 517px;
  height: 222px;
  bottom: -100px;
  left: 200px;
  background: rgba(75, 138, 127, 0.2);
  filter: blur(250px);
}

.section__glow--teal2 {
  width: 591px;
  height: 212px;
  top: -50px;
  left: 200px;
  background: rgba(14, 64, 75, 0.3);
  filter: blur(200px);
}

.section__glow--purple {
  width: 626px;
  height: 151px;
  top: 0;
  left: 250px;
  background: rgba(144, 130, 184, 0.3);
  filter: blur(200px);
}

.section__glow--teal3 {
  width: 591px;
  height: 155px;
  top: 0;
  left: 250px;
  background: rgba(14, 64, 75, 0.3);
  filter: blur(200px);
}

.section__glow--red {
  width: 422px;
  height: 161px;
  top: -50px;
  left: 350px;
  background: rgba(183, 28, 28, 0.2);
  filter: blur(200px);
}

.section {
  position: relative;
  padding: 100px 135px;
}

/* ---------- HERO ---------- */

.hero {
  position: relative;
  height: 920px;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(14, 14, 14, 0.9);
}

.hero__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__logo {
  position: absolute;
  top: 40px;
  left: 140px;
  z-index: 2;
}

.hero__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* NAV */
.hero__nav {
  display: flex;
  gap: 40px;
  padding: 41px 109px 0;
  flex-wrap: wrap;
}

.hero__nav-link {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.111em;
  letter-spacing: -0.065em;
  text-transform: uppercase;
  color: #F0F0F0;
  transition: opacity 0.3s;
}

.hero__nav-link:hover {
  opacity: 0.7;
}

/* HERO TITLE */
.hero__title {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 109px;
}

.hero__title-row {
  display: flex;
  align-items: center;
  gap: 20px;
}

.hero__title-row--2 {
  justify-content: flex-end;
  margin-top: 10px;
}

.hero__title-row--3 {
  margin-top: 10px;
}

.hero__name {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 230px;
  line-height: 0.87em;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  color: #F0F0F0;
  flex-shrink: 0;
}

.hero__name--right {
  text-align: right;
}

.hero__inline-img {
  object-fit: cover;
  flex-shrink: 0;
}

.hero__inline-img--top {
  width: 500px;
  height: 165px;
}

.hero__inline-img--mid {
  width: 357px;
  height: 185px;
}

.hero__inline-img--bot {
  width: 265px;
  height: 165px;
}

/* TICKER */
.ticker {
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
  padding: 18px 0;
  overflow: hidden;
}

.ticker__track {
  display: flex;
  gap: 60px;
  white-space: nowrap;
  animation: ticker-scroll 25s linear infinite;
}

.ticker__track span {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.067em;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #C1C1C1;
  flex-shrink: 0;
}

@keyframes ticker-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ---------- CHILDHOOD ---------- */

.childhood__layout {
  display: grid;
  grid-template-columns: 200px 200px 1fr;
  gap: 20px 40px;
}

.childhood__aside {
  padding-top: 100px;
}

.childhood__aside .marginal {
  margin-bottom: 30px;
}

.childhood__images {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.childhood__img {
  width: 200px;
  height: 150px;
  object-fit: cover;
}

.childhood__text {
  padding-left: 40px;
}

.childhood__text .body-text {
  max-width: 534px;
}

.childhood__quote {
  margin-top: 40px;
  max-width: 600px;
}

/* ---------- ALBUMS ---------- */

.albums__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.albums__row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #C1C1C1;
}

.albums__row:first-child {
  border-top: 1px solid #C1C1C1;
}

.albums__play {
  flex-shrink: 0;
  opacity: 0.6;
  cursor: pointer;
  transition: opacity 0.3s;
}

.albums__play:hover {
  opacity: 1;
}

.albums__name {
  font-size: 16px;
  font-weight: 400;
  color: #F0F0F0;
  flex: 1;
}

.albums__duration {
  font-size: 16px;
  font-weight: 400;
  color: #959595;
  flex-shrink: 0;
}

/* ---------- AWARDS ---------- */

.awards__big-text {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 60px;
  line-height: 1.167em;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #959595;
  margin-bottom: 60px;
}

.awards__details {
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 40px;
  margin-bottom: 80px;
}

.awards__text-col {
  max-width: 700px;
}

.awards__guinness {
  width: 74px;
  height: 74px;
  object-fit: cover;
  border-radius: 50%;
  margin: 12px 0;
}

.awards__trophies {
  display: flex;
  align-items: flex-end;
  gap: 40px;
  justify-content: center;
  margin-bottom: 60px;
}

.awards__trophy {
  height: 90px;
  width: auto;
  object-fit: contain;
}

.awards__trophy:nth-child(4) {
  height: 110px;
}

.awards__concerts {
  display: flex;
  gap: 20px;
}

.awards__concert-img {
  object-fit: cover;
}

.awards__concert-img:nth-child(1) {
  width: 410px;
  height: 345px;
}

.awards__concert-img:nth-child(2) {
  width: 545px;
  height: 445px;
}

.awards__concert-img:nth-child(3) {
  width: 327px;
  height: 445px;
}

/* ---------- MOONWALK ---------- */

.moonwalk__blocks {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.moonwalk__block {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 60px;
  align-items: start;
}

.moonwalk__media {
  width: 300px;
  height: 240px;
  object-fit: cover;
}

.moonwalk__text {
  max-width: 560px;
}

.moonwalk__text .marginal {
  margin-top: 20px;
}

/* ---------- PETER PAN ---------- */

.peterpan {
  padding-left: 0;
  padding-right: 0;
}

.peterpan .section__heading {
  padding: 0 135px;
}

.peterpan__content {
  display: grid;
  grid-template-columns: 1fr 250px;
  gap: 40px;
  padding: 0 135px;
  margin-bottom: 60px;
}

.peterpan__text-col {
  max-width: 700px;
}

.peterpan__film {
  position: relative;
  width: 100%;
}

.peterpan__film-img {
  width: 100%;
  height: 605px;
  object-fit: cover;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
}

.play-btn:hover {
  opacity: 0.8;
}

/* ---------- LAST YEARS ---------- */

.lastyears {
  padding-left: 0;
  padding-right: 0;
}

.lastyears .section__heading {
  padding: 0 135px;
}

.lastyears__image {
  width: 100%;
  margin-bottom: 80px;
}

.lastyears__bg {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.lastyears__quote {
  position: relative;
  padding: 0 135px;
  margin-bottom: 80px;
  min-height: 460px;
  display: flex;
  align-items: center;
}

.lastyears__signature {
  position: absolute;
  left: 100px;
  top: 0;
  width: 456px;
  height: 456px;
  opacity: 0.3;
  filter: blur(2px);
  pointer-events: none;
}

.lastyears__blockquote {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 54px;
  line-height: 1.296em;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #959595;
  max-width: 1200px;
  position: relative;
  z-index: 1;
}

.lastyears__content {
  display: grid;
  grid-template-columns: 1fr 250px;
  gap: 40px;
  padding: 0 135px;
}

.lastyears__text-col {
  max-width: 700px;
}

.lastyears__aside .marginal {
  margin-bottom: 20px;
}
