﻿ .about-wrap{width:min(100%, var(--measure));margin:0 auto}.about-hero{background:var(--surface-container-low);margin-bottom:var(--space-6);border-radius:1.25rem;align-items:center;gap:2rem;padding:clamp(1.75rem,5vw,2.5rem);display:flex}.about-avatar{background:var(--secondary-container);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:6rem;height:6rem;font-size:2.8rem;line-height:1;display:flex}.about-hero-text h1{margin:0 0 .3rem;font-size:clamp(1.4rem,4vw,1.9rem);line-height:1.15}.about-hero-text .meta{margin:0;font-size:.85rem}@media (width<=480px){.about-hero{flex-direction:column}.about-avatar{width:4.5rem;height:4.5rem;font-size:2.2rem}}.about-section{background:var(--surface-container-low);margin-bottom:var(--space-4);border-radius:1rem;padding:clamp(1.4rem,4vw,2rem)}.about-section h2{font-size:1rem;font-weight:600;font-family:var(--font-display);color:var(--primary);text-transform:uppercase;letter-spacing:.08em;margin:0 0 .9rem;font-size:.72rem}.about-section p{color:var(--on-surface-variant);margin:0 0 .9rem;font-size:1rem;line-height:1.75}.about-section p:last-child{margin-bottom:0}.timeline{flex-direction:column;gap:.75rem;margin-top:.25rem;display:flex}.timeline-item{align-items:flex-start;gap:1.1rem;display:flex}.timeline-year{font-family:var(--font-mono,monospace);color:var(--primary);flex-shrink:0;width:3rem;padding-top:.15rem;font-size:.75rem;font-weight:600}.timeline-text{color:var(--on-surface-variant);margin:0;font-size:.9rem;line-height:1.55}.about-cta{background:var(--gradient-hero,linear-gradient(135deg, var(--secondary-container), var(--surface-container-low)));background-color:var(--surface-container-low);margin-top:var(--space-6);border-radius:1rem;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.25rem;padding:clamp(1.25rem,4vw,1.75rem) clamp(1.4rem,4vw,2rem);display:flex}.about-cta p{color:var(--on-surface-variant);margin:0;font-size:.95rem;line-height:1.5}.about-cta p strong{font-family:var(--font-display);color:var(--on-surface);margin-bottom:.2rem;font-size:1.1rem;display:block}