/* ===== ABOUT PAGE ONLY ===== */

.about-page {
  background-color: #fce4ec;
  background-image: url('../CSS/plaid-flamingo.jpg');
  background-repeat: repeat;
  background-size: auto;
  color: #5a3e5a;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 1.75;
  padding-bottom: 40px; /* mais espaço no final para respirar */
}

/* Container geral */
.about-page #container {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff5f8;
  padding: 0 30px 40px 30px; /* mais espaçamento interno */
  border-radius: 24px; /* bordas um pouco mais arredondadas */
  box-shadow:
    6px 6px 12px rgba(215, 145, 183, 0.25),
    -6px -6px 12px rgba(255, 238, 246, 0.6); /* sombra suave, estilo “soft” */
  border: 1.5px solid #e7bfd0;
}

/* HEADER */
.about-page .site-header {
  background-color: #f8bbd0;
  box-shadow:
    inset 0 2px 8px rgba(195, 105, 142, 0.3);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 40px 0;
}

/* NAV */
.about-page nav {
  background-color: #fce4ec;
  border-color: #d791b7;
  box-shadow:
    inset 0 -2px 8px rgba(215, 145, 183, 0.15);
  margin-bottom: 20px;
}

.about-page nav a {
  color: #7a3d5c;
  font-weight: 600;
  letter-spacing: 0.8px;
  padding: 6px 10px;
  border-radius: 12px;
  transition: background-color 0.25s ease;
}

.about-page nav a:hover {
  color: #fce4ec;
  background-color: #b35c88;
  text-decoration: none;
  box-shadow: 0 0 8px #f8bbd0;
}

/* ===== LAYOUT PRINCIPAL ===== */

.about-page .about-layout {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-top: 30px;
}

/* CONTENT (esq + main) */
.about-page #content {
  display: flex;
  gap: 30px;
  width: 80%;
}

/* SIDEBAR */
.about-page #about-sidebar {
  width: 20%;
  font-size: 0.88rem;
  color: #76406f;
  font-style: italic;
  line-height: 1.6;
}

/* COLUNAS INTERNAS */
.about-page .left {
  width: 35%; /* 35% de 80% ≈ 28% total */
  display: flex;
  flex-direction: column;
  gap: 28px; /* mais espaçamento vertical */
}

.about-page .right {
  width: 65%; /* 65% de 80% ≈ 52% total */
  display: flex;
  flex-direction: column;
  gap: 28px; /* mais espaçamento vertical */
}

/* ===== TÍTULOS ===== */

.about-page .box h2 {
  color: #9c3f6c; /* rosa queimado */
  margin-top: 0;
  font-weight: 700;
  letter-spacing: 1px;
  border-bottom: 2px solid #d791b7;
  padding-bottom: 6px;
  margin-bottom: 14px;
  font-family: 'IM Fell DW Pica', serif;
  text-shadow:
    1px 1px 1px rgba(215, 145, 183, 0.5);
}

/* ===== BOXES ===== */

.about-page .box {
  background-color: #fff0f6;
  border: 2px solid #d791b7;
  padding: 20px 22px 24px 22px;
  margin-bottom: 24px;
  border-radius: 18px;
  box-shadow:
    3px 3px 0 #d791b7,
    6px 6px 14px rgba(215, 145, 183, 0.15);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  font-weight: 400;
  line-height: 1.6;
}

.about-page .box:hover {
  transform: translateY(-4px);
  box-shadow:
    4px 4px 0 #f4a6c6,
    10px 10px 28px rgba(255, 192, 214, 0.25);
}

/* MINI BOXES SIDEBAR */

.about-page .mini-box {
  background-color: #ffeaf3;
  border: 2px solid #d791b7;
  border-radius: 16px;
  padding: 16px 18px;
  margin-bottom: 22px;
  box-shadow: 3px 3px 10px rgba(215, 145, 183, 0.18);
  color: #6a496a;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

/* IFRAME STATUS */

.about-page .status-box iframe {
  width: 100%;
  height: 120px;
  border: none;
  border-radius: 12px;
  box-shadow: inset 0 0 12px rgba(215, 145, 183, 0.25);
}

/* ===== SIDE BY SIDE BOX ===== */

.about-page .side-by-side {
  display: flex;
  gap: 20px;
}

.about-page .half {
  width: 50%;
}

/* ===== BUZZ GRID (testes) ===== */

.about-page .buzz-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.about-page .buzz-grid img {
  width: 48%;
  border-radius: 8px;
  border: 2px solid #d791b7;
  box-shadow: 2px 2px 6px rgba(215, 145, 183, 0.3);
  transition: transform 0.2s ease;
}

.about-page .buzz-grid img:hover {
  transform: scale(1.05);
}

/* ===== ABOUT PIC ===== */

.about-page .about-grid {
  display: flex;
  gap: 18px;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1.5px solid #d791b7;
  margin-bottom: 20px;
}

.about-page .about-picrew {
  width: 140px;
  border-radius: 14px;
  border: 2px solid #d791b7;
  box-shadow: 2px 2px 8px rgba(215, 145, 183, 0.35);
  transition: box-shadow 0.3s ease;
}

.about-page .about-picrew:hover {
  box-shadow: 4px 4px 18px rgba(215, 145, 183, 0.7);
}

/* ===== TIPOGRAFIA MAIS SUAVE E RESPIRADA ===== */

.about-page p {
  font-weight: 400;
  color: #6a496a;
  margin-bottom: 18px;
  font-size: 1rem;
  line-height: 1.75;
}

.about-page ul {
  list-style-type: disc;
  padding-left: 20px;
  color: #7a4d7a;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 16px;
}

.about-page li {
  margin-bottom: 8px;
}

/* MEDIA QUERIES */

@media (max-width: 900px) {
  .about-page .about-layout,
  .about-page #content {
    flex-direction: column;
  }

  .about-page .left,
  .about-page .right,
  .about-page #about-sidebar {
    width: 100%;
  }

  .about-page .about-grid {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .about-page .about-picrew {
    width: 120px;
    margin-bottom: 16px;
  }
}