.about-section{background-color:var(--color-background)}.container-medium{max-width:1000px}.about-grid{align-items:center;display:grid;gap:4rem;grid-template-columns:1.2fr 1fr}.about-image-wrapper{align-items:center;display:flex;justify-content:center;width:100%}.about-img{height:auto;max-height:400px;object-fit:contain;width:100%}.text-left{margin-bottom:var(--spacing-sm);text-align:left}.about-subtitle{color:var(--color-accent);font-size:1.5rem;margin-bottom:var(--spacing-md)}.about-section .section-title{color:var(--color-primary);font-size:3.5rem;font-weight:800;letter-spacing:-1px;margin-bottom:var(--spacing-md)}.about-richtext p{color:var(--color-text);font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.about-richtext strong{border:2px solid var(--color-primary);border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.05);display:block;font-size:1.15rem;margin-top:2rem;padding:1.5rem}.about-img-placeholder,.about-richtext strong{background-color:var(--color-light-bg);color:var(--color-primary)}.about-img-placeholder{align-items:center;display:flex;font-size:1.5rem;font-weight:800;height:300px;justify-content:center;opacity:.5;width:100%}@media (max-width:900px){.about-grid{gap:3rem;grid-template-columns:1fr}.about-image-wrapper{order:-1}.about-img{max-height:250px}.about-subtitle,.text-left{text-align:center}}