/* ================================================
   PÁGINAS INTERNAS — Sobre, Manifesto, Categoria
   Estilo Eat Off Limits aplicado
   ================================================ */

/* ------------------------------------------------
   BREADCRUMB
   ------------------------------------------------ */
.breadcrumb {
  background: var(--ol-yellow, #ffdc15);
  border-bottom: 2px solid #000;
  padding: 12px 0;
}

.breadcrumb__inner {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  flex-wrap: wrap;
}

.breadcrumb__inner a {
  color: #000;
  text-decoration: none;
}

.breadcrumb__inner a:hover { text-decoration: underline; }

.breadcrumb__inner span { color: rgba(0,0,0,0.5); }

.breadcrumb__inner i {
  font-size: 9px;
  color: rgba(0,0,0,0.4);
}

/* ------------------------------------------------
   PAGE HERO (banner de topo de página interna)
   ------------------------------------------------ */
.page-hero {
  background: #000;
  color: #fff;
  padding: 80px 0 64px;
  border-bottom: 2px solid #000;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 20px,
    rgba(255,220,21,0.04) 20px,
    rgba(255,220,21,0.04) 40px
  );
}

.page-hero__inner {
  position: relative;
  z-index: 1;
}

.page-hero__eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ol-yellow, #ffdc15);
  margin-bottom: 16px;
}

.page-hero h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(3.5rem, 8vw, 8rem);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
  max-width: 800px;
}

.page-hero p {
  font-size: 16px;
  color: rgba(255,255,255,0.75);
  margin-top: 20px;
  max-width: 560px;
  line-height: 1.7;
}

/* ------------------------------------------------
   CATEGORY SECTION
   ------------------------------------------------ */
.category-section {
  padding: 72px 0;
  background: var(--ol-cream, #fffcf8);
}

.category-section + .category-section {
  border-top: 2px dashed #000;
}

.category-header {
  margin-bottom: 32px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.category-header h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  line-height: 0.95;
  color: #000;
}

.category-header a {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000;
  text-decoration: underline;
  white-space: nowrap;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

/* ------------------------------------------------
   SOBRE / MANIFESTO — Conteúdo editorial
   ------------------------------------------------ */
.editorial-section {
  padding: 80px 0;
  background: var(--ol-cream, #fffcf8);
}

.editorial-section + .editorial-section {
  border-top: 2px dashed #000;
}

.editorial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.editorial-grid.reverse { direction: rtl; }
.editorial-grid.reverse > * { direction: ltr; }

.editorial-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.45);
  margin-bottom: 14px;
}

.editorial-content h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  line-height: 0.95;
  color: #000;
  margin-bottom: 20px;
}

.editorial-content p {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(0,0,0,0.75);
  margin-bottom: 16px;
}

.editorial-content ul {
  list-style: none;
  margin: 20px 0;
}

.editorial-content ul li {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(0,0,0,0.75);
  padding: 10px 0;
  border-bottom: 1px dashed rgba(0,0,0,0.15);
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.editorial-content ul li::before {
  content: '✦';
  color: #000;
  flex-shrink: 0;
  font-size: 10px;
  margin-top: 3px;
}

.editorial-img {
  border: 2px solid #000;
  box-shadow: 8px 8px 0 #000;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.editorial-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ------------------------------------------------
   STATS BAR (números da marca)
   ------------------------------------------------ */
.stats-bar {
  background: var(--ol-yellow, #ffdc15);
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 40px 0;
}

.stats-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.stat-item {
  text-align: center;
  padding: 0 24px;
  border-right: 2px solid rgba(0,0,0,0.15);
}

.stat-item:last-child { border-right: none; }

.stat-number {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 400;
  color: #000;
  line-height: 1;
}

.stat-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.65);
  margin-top: 6px;
}

/* ------------------------------------------------
   CTA SECTION
   ------------------------------------------------ */
.cta-section {
  padding: 80px 0;
  background: #000;
  border-top: 2px solid #000;
  text-align: center;
}

.cta-section h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.8rem, 6vw, 5.6rem);
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  line-height: 0.95;
  color: #fff;
  margin-bottom: 20px;
}

.cta-section p {
  font-size: 15px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 32px;
  max-width: 480px;
  margin-inline: auto;
}

/* ------------------------------------------------
   RESPONSIVE
   ------------------------------------------------ */
@media (max-width: 1024px) {
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .editorial-grid { grid-template-columns: 1fr; gap: 32px; }
  .editorial-grid.reverse { direction: ltr; }
  .editorial-img { display: none; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .stat-item { border-right: none; border-bottom: 1px dashed rgba(0,0,0,0.15); padding: 0 0 24px; }
  .stat-item:last-child { border-bottom: none; }
}

@media (max-width: 640px) {
  .category-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .page-hero { padding: 48px 0 40px; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
}
