.profile-page{--profile-max-width:650px;--profile-section-gap:3rem;--profile-text-body:1.0625rem;--profile-line-height:1.7;background-color:var(--color-surface);padding:2rem 1rem 4rem}.profile-container{width:min(var(--profile-max-width),100%);margin-inline:auto}.profile-hero{margin-bottom:var(--profile-section-gap);flex-direction:column;gap:2rem;display:flex}@media (min-width:768px){.profile-hero{flex-direction:row;align-items:flex-start;gap:2.5rem}}.profile-photo{object-fit:cover;object-position:center top;border:3px solid var(--color-surface-alt);border-radius:50%;flex-shrink:0;width:140px;height:140px;box-shadow:0 8px 24px #0b21401a}@media (min-width:768px){.profile-photo{width:160px;height:160px}}.profile-hero__content{flex:1}.profile-name{color:var(--color-primary);margin:0 0 .25rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:600;line-height:1.2}.profile-title{color:var(--color-text-muted);margin:0 0 1rem;font-size:1.1rem;font-weight:400}.profile-oneliner{font-size:var(--profile-text-body);color:var(--color-text);line-height:var(--profile-line-height);margin:0 0 1.25rem}.profile-credentials{flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem;display:flex}.profile-credential{background-color:var(--color-muted-surface);color:var(--color-primary);border-radius:999px;align-items:center;gap:.4rem;padding:.4rem .85rem;font-size:.85rem;font-weight:500;display:inline-flex}.profile-credential svg{width:14px;height:14px;color:var(--color-accent-strong)}.profile-links{gap:1rem;display:flex}.profile-link{background-color:var(--color-surface-alt);width:40px;height:40px;color:var(--color-primary);border-radius:50%;justify-content:center;align-items:center;transition:background-color .2s,color .2s;display:flex}.profile-link:hover{background-color:var(--color-primary);color:#fff}.profile-link svg{width:20px;height:20px}.profile-section{margin-bottom:var(--profile-section-gap)}.profile-section__title{color:var(--color-primary);margin:0 0 1rem;font-size:1.25rem;font-weight:600;line-height:1.3}.profile-section__content{font-size:var(--profile-text-body);color:var(--color-text);line-height:var(--profile-line-height)}.profile-section__content p{margin:0 0 1rem}.profile-section__content p:last-child{margin-bottom:0}.profile-career-table{border-collapse:collapse;width:100%;font-size:.95rem}.profile-career-table th,.profile-career-table td{text-align:left;border-bottom:1px solid var(--color-border);padding:.75rem 0}.profile-career-table th{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.profile-career-table td{color:var(--color-text)}.profile-career-table td:first-child{color:var(--color-text-muted);white-space:nowrap;width:110px;padding-right:1rem}.profile-career-table td:nth-child(2){color:var(--color-primary);font-weight:500}.profile-career-table td:nth-child(3){color:var(--color-text-muted)}.profile-career-table tbody tr:last-child td{border-bottom:none}@media (max-width:480px){.profile-career-table thead{display:none}.profile-career-table,.profile-career-table tbody,.profile-career-table tr,.profile-career-table td{display:block}.profile-career-table tr{border-bottom:1px solid var(--color-border);padding:1rem 0}.profile-career-table tr:last-child{border-bottom:none}.profile-career-table td{border:none;width:100%;padding:.15rem 0}.profile-career-table td:first-child{width:100%;padding-right:0;font-size:.85rem}.profile-career-table td:nth-child(2){margin-bottom:.15rem;font-size:1rem}.profile-career-table td:nth-child(3){font-size:.9rem}}.profile-testimonial{background-color:var(--color-surface-alt);border-radius:var(--radius-md);border-left:3px solid var(--color-accent);padding:1.75rem}.profile-testimonial__quote{font-size:var(--profile-text-body);color:var(--color-text);font-style:italic;line-height:var(--profile-line-height);margin:0 0 1rem}.profile-testimonial__author{color:var(--color-text-muted);margin:0;font-size:.95rem}.profile-testimonial__author strong{color:var(--color-primary);font-weight:600}.profile-cta{text-align:center;padding-top:1rem}.profile-cta__text{font-size:var(--profile-text-body);color:var(--color-text);line-height:var(--profile-line-height);margin:0 0 1.25rem}.profile-cta__text a{color:var(--color-primary);text-underline-offset:2px;text-decoration:underline;transition:color .2s}.profile-cta__text a:hover{color:var(--color-accent-strong)}.profile-cta__btn{background-color:var(--color-primary);color:#fff;border-radius:var(--radius-cta);justify-content:center;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background-color .2s,transform .2s;display:inline-flex}.profile-cta__btn:hover{background-color:var(--color-primary-dark);transform:translateY(-2px)}.profile-cta__btn svg{width:18px;height:18px}@media (prefers-reduced-motion:reduce){.profile-link,.profile-cta__btn{transition:none}.profile-cta__btn:hover{transform:none}}.profile-link:focus-visible,.profile-cta__btn:focus-visible,.profile-cta__text a:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}@media (prefers-contrast:high){.profile-credential,.profile-testimonial{border:2px solid}.profile-photo{border-width:4px}}
