/* ── 12. ABOUT PAGE (UNIFORM BLOCKS) ── */
.au-section{padding:0 0 40px;border-bottom:1px dashed #e0e0e0;margin-bottom:40px;}
.au-section:last-child{border-bottom:none;}
.about-uniform-grid{display:grid;}
.au-card{border:1px dashed var(--border);background:var(--white);padding:28px;position:relative;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:all 0.3s ease;}
.au-card:hover{background:var(--white);border-color:var(--black);transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,0.04);}
.au-card::before{content:'';position:absolute;top:0;left:0;width:5px;height:5px;background:var(--red);}
.au-card-lbl{font-family:var(--fm);font-size:8px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);margin-bottom:14px;}
.au-text{font-family:var(--fb);font-size:13px;color:#444;line-height:1.72;font-weight:300;margin-bottom:12px;}
.au-text:last-child{margin-bottom:0;}
.au-text strong{color:var(--black);font-weight:500;}
/* Bullet list — background square for consistent cross-browser alignment */
.au-list{list-style:none;padding:0;margin:0;}
.au-list li{font-family:var(--fb);font-size:12px;color:#555;padding:6px 0 6px 16px;border-bottom:1px dashed #f0f0f0;position:relative;font-weight:300;line-height:1.65;}
.au-list li:last-child{border-bottom:none;}
.au-list li::before{content:'';position:absolute;left:1px;top:15px;width:4px;height:4px;background:var(--red);}
.au-list-spaced li{padding:8px 0 8px 16px;}
.au-contact-list{display:flex;flex-direction:column;gap:10px;}
.au-contact-item{display:flex;align-items:center;gap:10px;font-family:var(--fm);font-size:10px;letter-spacing:.04em;color:#444;text-decoration:none;transition:color .2s;}
.au-contact-item:hover{color:var(--red);}
.au-ci-icon{width:22px;height:22px;border:1px dashed #ccc;display:flex;align-items:center;justify-content:center;font-size:9px;color:var(--muted);flex-shrink:0;font-style:normal;}
.au-ci-green{color:#22cc88!important;border-color:rgba(34,204,136,.3)!important;}
/* Experience dossier card */
.au-exp-dossier{display:grid;grid-template-columns:190px 1fr;gap:0;border:1px dashed #bbb;background:#fff;position:relative;}
.au-exp-left{padding:22px 20px 22px 24px;border-right:1px dashed #e8e8e8;display:flex;flex-direction:column;justify-content:space-between;}
.au-exp-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;gap:16px;}
.au-exp-company{font-family:var(--fp);font-size:22px;letter-spacing:.06em;text-transform:uppercase;margin-bottom:4px;}
.au-exp-role{font-family:var(--fm);font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);}
.au-exp-period{font-family:var(--fm);font-size:9px;color:#bbb;letter-spacing:.04em;white-space:nowrap;flex-shrink:0;padding-top:3px;}
.au-edu-card{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:22px 24px;}
