/* ============================================
   ABOUT PAGE — ZINE EDITION
   ============================================ */

/* ---------- PAGE HERO ---------- */
.about-hero {
  padding: 10rem 0 4rem;
  border-bottom: 4px solid #1a1a1a;
}

.about-hero__headline {
  font-family: 'Bebas Neue', 'Arial Black', sans-serif;
  font-weight: 400;
  font-size: clamp(3.5rem, 10vw, 7rem);
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: #1a1a1a;
  line-height: 0.9;
  margin-bottom: 1rem;
  text-shadow: 3px 3px 0 #ffd000;
}

.about-hero__sub {
  font-family: 'Space Mono', monospace;
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
  color: #1a1a1a;
  max-width: 500px;
  line-height: 1.6;
  border-left: 4px solid #e63946;
  padding-left: 1rem;
}

/* ---------- ABOUT SECTIONS ---------- */
.about-section {
  border-bottom: 4px solid #1a1a1a;
}

.about-section--dark {
  background: #1a1a1a;
}

.about-section__layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 3.5rem;
  align-items: start;
}

.about-section__layout--reverse {
  grid-template-columns: 1.2fr 1fr;
}

.about-section__layout--reverse .about-section__photo-col,
.about-section__layout--reverse .about-section__photo {
  order: 2;
}

.about-section__layout--reverse .about-section__content {
  order: 1;
}

/* ---------- PHOTO ---------- */
.about-section__photo {
  background: #f0ebe1;
  padding: 1rem;
  border: 4px solid #1a1a1a;
  box-shadow: 10px 10px 0 #1a1a1a;
  transform: rotate(-1.5deg);
  transition: transform 0.3s ease;
  overflow: hidden;
}

.about-section__photo:hover {
  transform: rotate(0deg) scale(1.01);
}

.about-section__photo img {
  width: 100%;
  height: auto;
  display: block;
  border: 2px solid #1a1a1a;
  filter: contrast(1.1) saturate(0.85);
}

.about-section--dark .about-section__photo {
  box-shadow: 10px 10px 0 #e63946;
}

.about-section__layout--reverse .about-section__photo {
  transform: rotate(1.5deg);
}

.about-section__layout--reverse .about-section__photo:hover {
  transform: rotate(0deg) scale(1.01);
}

/* ---------- CONTENT ---------- */
.about-section__title {
  font-family: 'Bebas Neue', 'Arial Black', sans-serif;
  font-weight: 400;
  font-size: clamp(3rem, 8vw, 5rem);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: #1a1a1a;
  line-height: 0.9;
  margin-bottom: 2rem;
  display: inline-block;
  background-image: linear-gradient(180deg, transparent 55%, #ffd000 55%, #ffd000 92%, transparent 92%);
  padding: 0 0.15em 0.05em;
}

.about-section--dark .about-section__title {
  color: #f0ebe1;
  background-image: linear-gradient(180deg, transparent 55%, #e63946 55%, #e63946 92%, transparent 92%);
}

.about-section__text {
  max-width: 550px;
}

.about-section__text p {
  font-family: 'Space Mono', monospace;
  font-size: clamp(0.9rem, 1.6vw, 1rem);
  line-height: 1.85;
  color: #1a1a1a;
  margin-bottom: 1.25rem;
}

.about-section--dark .about-section__text p {
  color: #d4c9a8;
}

.about-section__text p:first-child {
  font-size: clamp(1rem, 1.8vw, 1.1rem);
  font-weight: 700;
  color: #1a1a1a;
}

.about-section--dark .about-section__text p:first-child {
  color: #f0ebe1;
}

/* ---------- BRAND LOGOS (under photo) ---------- */
.about-brands__logos {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}

.about-brands__logo-item {
  background: #262626;
  border: 2px solid #333;
  padding: 0.6rem;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.15s ease;
}

.about-brands__logo-item:nth-child(1) { transform: rotate(-1deg); }
.about-brands__logo-item:nth-child(2) { transform: rotate(0.5deg); }
.about-brands__logo-item:nth-child(3) { transform: rotate(-0.8deg); }

.about-brands__logo-item:hover {
  transform: rotate(0deg) scale(1.03);
}

.about-brands__logo-item img {
  width: 100%;
  height: auto;
  max-height: 40px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.85;
}

/* ---------- CALLOUTS ROW ---------- */
.about-section__callouts {
  display: flex;
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.about-section__callout {
  background: #ffd000;
  border: 4px solid #1a1a1a;
  box-shadow: 6px 6px 0 #1a1a1a;
  padding: 1.5rem 1.75rem;
  text-align: center;
  flex: 1;
}

.about-section__callouts .about-section__callout:first-child {
  transform: rotate(-1.5deg);
}

.about-section__callouts .about-section__callout:last-child {
  transform: rotate(1deg);
}

.about-section__callout-stat {
  font-family: 'Bebas Neue', 'Arial Black', sans-serif;
  font-weight: 400;
  font-size: clamp(3rem, 7vw, 4.5rem);
  color: #1a1a1a;
  line-height: 1;
  letter-spacing: -0.02em;
}

.about-section__callout-label {
  font-family: 'Permanent Marker', cursive;
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  color: #e63946;
  margin-top: 0.25rem;
}

/* ---------- KICKER ---------- */
.about-section__kicker {
  font-family: 'Permanent Marker', cursive;
  font-size: clamp(1.3rem, 3vw, 1.75rem);
  color: #e63946;
  margin-top: 2rem;
  transform: rotate(-1deg);
  display: inline-block;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 900px) {
  .about-section__layout,
  .about-section__layout--reverse {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .about-section__layout--reverse .about-section__photo-col,
  .about-section__layout--reverse .about-section__photo {
    order: 0;
  }

  .about-section__layout--reverse .about-section__content {
    order: 0;
  }

  .about-section__photo {
    max-width: 550px;
  }
}

@media (max-width: 600px) {
  .about-hero {
    padding: 8rem 0 3rem;
  }

  .about-section__photo {
    box-shadow: 6px 6px 0 #1a1a1a;
    padding: 0.75rem;
  }

  .about-section--dark .about-section__photo {
    box-shadow: 6px 6px 0 #e63946;
  }

  .about-section__callout {
    box-shadow: 4px 4px 0 #1a1a1a;
    padding: 1.25rem 1.5rem;
  }
}
