/* ===== ABOUT PAGE ===== */
.about-page {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
  padding: 4rem 2rem 5rem;
}

.theme-bold .about-page { max-width: 100%; }

.about-hero { margin-bottom: 3rem; }

.about-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
}

.theme-elegant .about-title { font-weight: 400; font-size: clamp(2.2rem, 5vw, 3.5rem); }
.theme-bold .about-title { font-weight: 900; font-size: clamp(3rem, 10vw, 6rem); letter-spacing: -0.04em; line-height: 0.95; }
.theme-cutesy .about-title { font-weight: 900; }

.about-title em { color: var(--accent); font-style: italic; }
.theme-bold .about-title em { font-style: normal; }
.theme-glass .about-title em {
  background: linear-gradient(135deg, #A78BFA, #60A5FA, #F472B6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
}
.theme-cutesy .about-title em {
  background: linear-gradient(180deg, transparent 50%, #FFE566 50%);
  -webkit-text-fill-color: initial;
  font-style: normal;
  color: var(--text);
  padding: 0 0.15rem;
}

/* ===== BIO ===== */
.about-bio { margin-bottom: 3rem; }

.about-avatar-lg {
  width: 60px;
  height: 60px;
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 800;
  background: var(--accent);
  color: var(--bg);
  margin-bottom: 1.5rem;
}

.theme-cutesy .about-avatar-lg {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 4px solid #1A1A1A;
  background: #FFD4E5;
  box-shadow: 4px 4px 0 #1A1A1A;
  font-size: 2rem;
}

.theme-glass .about-avatar-lg {
  border-radius: 16px;
  background: linear-gradient(135deg, #A78BFA, #60A5FA, #F472B6);
}

.theme-bold .about-avatar-lg { display: none; }

.about-bio h2 {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.theme-elegant .about-bio h2 { font-weight: 500; font-size: 1.6rem; }
.theme-bold .about-bio h2 { font-size: 2.5rem; font-weight: 900; }

.about-bio p {
  font-size: 0.95rem;
  color: var(--text-dim);
  line-height: 1.8;
  margin-bottom: 0.75rem;
}

/* ===== PILLARS ===== */
.about-pillars { margin-bottom: 3rem; }

.pillars-title {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.theme-elegant .pillars-title { font-weight: 400; }
.theme-bold .pillars-title { font-weight: 900; text-transform: uppercase; font-family: 'Space Mono', monospace; font-size: 0.7rem; letter-spacing: 0.15em; color: var(--text-dim); }

.pillars-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pillar {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem;
  border-radius: var(--radius);
  transition: all var(--transition);
}

.theme-glass .pillar { background: var(--bg-card); border: var(--border-style); backdrop-filter: blur(10px); }
.theme-glass .pillar:hover { border-color: var(--border-hover); }
.theme-cutesy .pillar { background: #FFF; border: 4px solid #1A1A1A; box-shadow: 4px 4px 0 #1A1A1A; border-radius: var(--radius); }
.theme-cutesy .pillar:hover { transform: translate(-2px,-2px); box-shadow: 6px 6px 0 #1A1A1A; }
.theme-bold .pillar { padding: 1rem 0; border-bottom: 1px solid #E0E0E0; border-radius: 0; }
.theme-elegant .pillar { border-bottom: 1px solid var(--border-color); border-radius: 0; padding: 1rem 0; }

.pillar-num {
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--accent);
  min-width: 28px;
  padding-top: 0.1rem;
}

.theme-bold .pillar-num { font-family: 'Space Mono', monospace; font-size: 0.7rem; }

.pillar strong {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.15rem;
}

.pillar p {
  font-size: 0.8rem;
  color: var(--text-dim);
  line-height: 1.4;
  margin: 0;
}

/* ===== CONNECT ===== */
.about-connect { margin-bottom: 3rem; }

.connect-row {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.connect-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.85rem 1.25rem;
  border: var(--border-style);
  border-radius: var(--radius-pill);
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text-dim);
  min-width: 130px;
  transition: all var(--transition);
}

.connect-link:hover { border-color: var(--border-hover); color: var(--accent); }

.theme-cutesy .connect-link { border: 4px solid #1A1A1A; box-shadow: 4px 4px 0 #1A1A1A; background: #FFF; font-family: 'Outfit', sans-serif; font-weight: 700; color: #1A1A1A; }
.theme-cutesy .connect-link:hover { transform: translate(-2px,-2px); box-shadow: 6px 6px 0 #1A1A1A; }
.theme-bold .connect-link { border-radius: 0; font-family: 'Space Mono', monospace; font-weight: 700; letter-spacing: 0.05em; }
.theme-bold .connect-link:hover { background: #000; color: #FFF; }
.theme-glass .connect-link { backdrop-filter: blur(10px); background: var(--bg-card); }

/* ===== CLOSING ===== */
.about-closing {
  text-align: center;
  padding: 2.5rem;
  border-radius: var(--radius-lg);
}

.theme-cutesy .about-closing { background: #FFE566; border: 4px solid #1A1A1A; box-shadow: var(--card-shadow); }
.theme-glass .about-closing { background: var(--bg-card); border: var(--border-style); backdrop-filter: blur(20px); }
.theme-bold .about-closing { padding: 3rem 0; text-align: center; }
.theme-elegant .about-closing { border-top: 1px solid var(--border-color); padding: 2.5rem 0; border-radius: 0; }

.about-closing p {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.6;
  color: var(--text-dim);
}

.theme-bold .about-closing p { font-size: clamp(1.3rem, 3vw, 2rem); font-weight: 900; color: var(--text); letter-spacing: -0.02em; }
.theme-cutesy .about-closing p { color: #1A1A1A; }

.about-closing em { color: var(--accent); font-style: inherit; }
.theme-glass .about-closing em {
  background: linear-gradient(135deg, #A78BFA, #60A5FA, #F472B6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
  .about-page { padding: 3rem 1.25rem 4rem; }
  .about-title { font-size: 2rem !important; }
  .about-title br { display: none; }
  .connect-row { flex-direction: column; }
}
