/* ================================
   THE ROOM — Dazed x MPB 2026
================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: #000; color: #fff; font-family: 'Poppins', sans-serif; font-weight: 400; line-height: 1.5; overflow-x: hidden; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }

.section-label { font-size: 0.65rem; letter-spacing: 0.45em; color: rgba(255,255,255,0.4); margin-bottom: 1.5rem; text-transform: uppercase; }

/* HERO */
.hero { position: relative; height: 100vh; min-height: 600px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: brightness(0.35); }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.7) 100%); }
.hero__content { position: relative; z-index: 2; text-align: center; padding: 2rem; }
.hero__eyebrow { font-size: 0.7rem; letter-spacing: 0.45em; color: rgba(255,255,255,0.5); margin-bottom: 1.5rem; }
.hero__title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(5rem, 15vw, 14rem); line-height: 0.9; letter-spacing: 0.02em; color: #fff; margin-bottom: 1.5rem; }
.hero__rule { width: 40px; height: 3px; background: #EC3F41; margin: 0 auto 1.5rem; }
.hero__tagline { font-size: clamp(0.6rem, 1.5vw, 0.8rem); letter-spacing: 0.35em; color: rgba(255,255,255,0.65); margin-bottom: 2rem; }
.hero__collab { font-size: 0.9rem; letter-spacing: 0.25em; font-weight: 700; }
.collab-dazed { color: #fff; }
.collab-x { color: #EC3F41; margin: 0 2px; }
.collab-mpb { color: #fff; }

/* CONCEPT */
.concept { display: grid; grid-template-columns: 1fr 1fr; min-height: 100vh; }
.concept__left { padding: 6rem 4rem; display: flex; flex-direction: column; justify-content: center; background: #0a0a0a; }
.concept__headline { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.5rem, 5vw, 4.5rem); line-height: 1; margin-bottom: 2rem; }
.concept__headline .white { color: #fff; }
.concept__headline .grey { color: rgba(255,255,255,0.3); }
.concept__body { font-size: 0.9rem; color: rgba(255,255,255,0.6); line-height: 1.8; max-width: 480px; margin-bottom: 3rem; }
.concept__pillars { display: flex; gap: 0; border-top: 1px solid rgba(255,255,255,0.1); }
.pillar { flex: 1; padding: 1.5rem 0; border-right: 1px solid rgba(255,255,255,0.1); padding-right: 1.5rem; padding-left: 0; }
.pillar:last-child { border-right: none; padding-left: 1.5rem; }
.pillar h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.6rem; letter-spacing: 0.04em; color: #fff; margin-bottom: 0.25rem; }
.pillar p { font-size: 0.6rem; letter-spacing: 0.25em; color: rgba(255,255,255,0.35); text-transform: uppercase; }
.concept__right { position: relative; overflow: hidden; }
.concept__right img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.concept__right::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, #0a0a0a 0%, transparent 65%); pointer-events: none; }

/* VISUAL TREATMENT */
.treatment { display: grid; grid-template-columns: 320px 1fr; min-height: 100vh; }
.treatment__left { position: relative; overflow: hidden; background: #111; }
.treatment__left img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.6); }
.treatment__title { position: absolute; bottom: 6rem; left: 2rem; font-family: 'Bebas Neue', sans-serif; font-size: 4rem; line-height: 0.95; color: #fff; letter-spacing: 0.02em; }
.treatment__left-footer { position: absolute; bottom: 2rem; left: 2rem; }
.treatment__collab { font-size: 0.65rem; letter-spacing: 0.2em; color: rgba(255,255,255,0.3); line-height: 1.8; }
.treatment__collab::before { content: ''; display: block; width: 24px; height: 2px; background: #EC3F41; margin-bottom: 0.75rem; }
.treatment__right { padding: 6rem 5rem; display: flex; flex-direction: column; justify-content: center; gap: 0; background: #0d0d0d; }
.treatment__block { padding: 2.5rem 0; }
.treatment__divider { height: 1px; background: rgba(255,255,255,0.08); }
.treatment__label { font-size: 0.65rem; letter-spacing: 0.4em; color: #EC3F41; margin-bottom: 1rem; text-transform: uppercase; }
.treatment__text { font-size: 0.95rem; color: rgba(255,255,255,0.75); line-height: 1.8; max-width: 640px; }
.treatment__tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 3rem; }
.treatment__tags span { font-size: 0.6rem; letter-spacing: 0.25em; color: rgba(255,255,255,0.3); border: 1px solid rgba(255,255,255,0.15); padding: 0.4rem 0.75rem; }

/* STYLING */
.styling { background: #080808; padding: 5rem 4rem; }
.styling__header { margin-bottom: 3rem; }
.styling__title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(3rem, 7vw, 6rem); letter-spacing: 0.02em; color: #fff; display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.styling__sub { font-family: 'Poppins', sans-serif; font-size: 0.85rem; font-weight: 400; color: rgba(255,255,255,0.4); letter-spacing: 0.05em; }
.styling__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #1a1a1a; }
.styling__item { position: relative; overflow: hidden; background: #000; }
.styling__item img { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: top; transition: transform 0.5s ease; }
.styling__item:hover img { transform: scale(1.03); }
.styling__caption { padding: 1.5rem; background: #080808; }
.styling__num { font-size: 0.7rem; letter-spacing: 0.3em; color: #EC3F41; margin-bottom: 0.4rem; }
.styling__caption p:last-child { font-size: 0.8rem; color: rgba(255,255,255,0.5); line-height: 1.6; }

/* LOCATIONS */
.locations { background: #000; }
.locations__header { display: flex; justify-content: space-between; align-items: flex-start; padding: 3rem 4rem 2rem; }
.locations__title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(3rem, 7vw, 6rem); color: #fff; }
.locations__sub { font-size: 0.8rem; color: rgba(255,255,255,0.4); text-align: right; line-height: 1.7; }
.locations__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: #1a1a1a; }
.locations__item { position: relative; overflow: hidden; background: #000; }
.locations__item img { width: 100%; aspect-ratio: 9/16; object-fit: cover; object-position: top; }
.locations__label { padding: 1.25rem; background: #000; border-top: 1px solid #1a1a1a; }
.loc-num { display: block; font-size: 0.65rem; letter-spacing: 0.3em; color: #EC3F41; margin-bottom: 0.3rem; }
.locations__label h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.2rem; letter-spacing: 0.04em; color: #fff; margin-bottom: 0.2rem; }
.locations__label p { font-size: 0.7rem; color: rgba(255,255,255,0.35); letter-spacing: 0.05em; }

/* SHOT LIST */
.shots { display: grid; grid-template-columns: 1fr 1fr; min-height: 100vh; }
.shots__left { position: relative; overflow: hidden; background: #000; }
.shots__img-stack { position: absolute; inset: 0; display: flex; flex-direction: column; }
.shots__img-stack img { flex: 1; width: 100%; object-fit: cover; object-position: top; filter: brightness(0.55); }
.shots__img-fade { position: absolute; inset: 0; background: linear-gradient(to top, #000 0%, transparent 70%); pointer-events: none; }
.shots__eyebrow { position: absolute; top: 2.5rem; left: 2.5rem; font-size: 0.65rem; letter-spacing: 0.4em; color: rgba(255,255,255,0.4); z-index: 2; }
.shots__left-overlay { position: absolute; bottom: 3rem; left: 2.5rem; z-index: 2; }
.shots__frame-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(3rem, 6vw, 6rem); line-height: 0.95; color: #fff; margin-bottom: 1rem; }
.shots__frame-sub { font-size: 0.8rem; color: rgba(255,255,255,0.4); max-width: 320px; line-height: 1.7; }
.shots__right { background: #0a0a0a; display: flex; flex-direction: column; justify-content: center; padding: 4rem; gap: 0; }
.shot-item { display: flex; align-items: flex-start; gap: 2rem; padding: 2.25rem 0; border-bottom: 1px solid rgba(255,255,255,0.07); }
.shot-item:first-child { border-top: 1px solid rgba(255,255,255,0.07); }
.shot-num { font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; color: #EC3F41; min-width: 36px; padding-top: 2px; }
.shot-item h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.5rem; letter-spacing: 0.04em; color: #fff; margin-bottom: 0.3rem; }
.shot-item p { font-size: 0.8rem; color: rgba(255,255,255,0.45); line-height: 1.6; }

/* THE KIT */
.kit { background: #080808; padding: 6rem 4rem; }
.kit__header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 4rem; }
.kit__title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(3rem, 7vw, 6rem); line-height: 0.9; color: #fff; }
.kit__sub { font-size: 0.8rem; color: rgba(255,255,255,0.35); text-align: right; line-height: 1.8; max-width: 280px; }
.kit__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,0.08); margin-bottom: 3rem; }
.kit__card { background: #0d0d0d; padding: 2.5rem 2rem; }
.kit__card-label { font-size: 0.6rem; letter-spacing: 0.4em; color: #EC3F41; margin-bottom: 0.75rem; text-transform: uppercase; }
.kit__card h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.6rem; letter-spacing: 0.03em; color: #fff; margin-bottom: 1rem; line-height: 1.1; }
.kit__card p { font-size: 0.8rem; color: rgba(255,255,255,0.5); line-height: 1.8; }
.kit__footer { display: flex; justify-content: space-between; align-items: center; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.08); }
.kit__supplied { font-size: 0.65rem; letter-spacing: 0.4em; color: rgba(255,255,255,0.25); }
.kit__mpb { font-size: 0.75rem; letter-spacing: 0.3em; }
.kit__mpb strong { color: #fff; font-weight: 700; }
.kit__mpb span { color: rgba(255,255,255,0.35); margin-left: 0.5rem; }

/* THE TEAM */
.team { background: #000; }
.team__top { display: flex; justify-content: space-between; align-items: baseline; padding: 3rem 4rem 0; }
.team__title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(3rem, 7vw, 6rem); color: #fff; }
.team__note { font-size: 0.75rem; color: rgba(255,255,255,0.3); letter-spacing: 0.05em; }
.team__body { display: grid; grid-template-columns: 300px 1fr; gap: 1px; background: #1a1a1a; margin-top: 1px; }
.team__photo { position: relative; overflow: hidden; background: #000; min-height: 500px; }
.team__photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.team__photo-label { position: absolute; bottom: 0; left: 0; right: 0; padding: 1.5rem; background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, transparent 100%); }
.team__role-sm { font-size: 0.6rem; letter-spacing: 0.4em; color: rgba(255,255,255,0.4); margin-bottom: 0.25rem; }
.team__name-lg { font-family: 'Bebas Neue', sans-serif; font-size: 2rem; line-height: 1; color: #fff; margin-bottom: 0.25rem; }
.team__handle { font-size: 0.7rem; color: rgba(255,255,255,0.4); margin-bottom: 0.75rem; }
.team__rule { width: 24px; height: 2px; background: #EC3F41; }
.team__cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: #1a1a1a; }
.team__col { background: #080808; padding: 3rem 2rem; display: flex; flex-direction: column; justify-content: flex-start; }
.team__role { font-size: 0.6rem; letter-spacing: 0.4em; color: rgba(255,255,255,0.35); margin-bottom: 0.75rem; text-transform: uppercase; }
.team__tbc { font-family: 'Bebas Neue', sans-serif; font-size: 2.5rem; color: rgba(255,255,255,0.15); margin-bottom: 0.5rem; }
.team__desc { font-size: 0.8rem; color: rgba(255,255,255,0.5); line-height: 1.6; }

/* OUTRO */
.outro { display: grid; grid-template-columns: 1fr 1fr; min-height: 100vh; }
.outro__left { background: #0a0a0a; padding: 5rem 4rem; display: flex; flex-direction: column; justify-content: space-between; }
.outro__eyebrow { font-size: 0.65rem; letter-spacing: 0.4em; color: rgba(255,255,255,0.3); }
.outro__title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(5rem, 10vw, 10rem); line-height: 0.9; color: #fff; }
.outro__footer { margin-top: auto; }
.outro__rule { width: 32px; height: 3px; background: #EC3F41; margin-bottom: 1rem; }
.outro__collab { font-size: 1rem; letter-spacing: 0.25em; font-weight: 700; margin-bottom: 0.5rem; }
.outro__sub { font-size: 0.65rem; letter-spacing: 0.4em; color: rgba(255,255,255,0.3); }
.outro__right { overflow: hidden; }
.outro__right img { width: 100%; height: 100%; object-fit: cover; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .concept, .treatment, .shots, .outro { grid-template-columns: 1fr; }
  .concept__right { height: 60vw; }
  .treatment { grid-template-columns: 1fr; }
  .treatment__left { height: 60vw; }
  .treatment__title { font-size: 3rem; }
  .locations__grid { grid-template-columns: repeat(2, 1fr); }
  .styling__grid { grid-template-columns: 1fr; }
  .kit__grid { grid-template-columns: 1fr; }
  .team__body { grid-template-columns: 1fr; }
  .team__cols { grid-template-columns: repeat(2, 1fr); }
  .shots__left { height: 80vw; }
  .outro__right { height: 60vw; }
  .kit__header, .locations__header, .team__top { flex-direction: column; gap: 0.5rem; }
  .kit__sub, .locations__sub { text-align: left; }
}
@media (max-width: 600px) {
  .hero__title { font-size: 5rem; }
  .locations__grid { grid-template-columns: 1fr; }
  .team__cols { grid-template-columns: 1fr; }
  body section { padding-left: 1.5rem; padding-right: 1.5rem; }
}
