.page-container{max-width:1800px;margin:0 auto 2.5rem;padding:2.5rem 2rem;background:var(--bg-article);border-radius:var(--space-2);line-height:1.75}.about-page{display:flex;flex-direction:column;gap:var(--space-7)}.about-page .full-bleed{margin-inline:0;width:auto}.about-page .full-bleed-inner{max-width:none;margin-inline:0;padding-inline:0}.about-page .about-split{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,5vw,4.5rem)}.about-page .about-visual{display:flex;justify-content:center}.about-page .about-visual img{width:100%;max-width:460px;height:auto;display:block}.about-page .about-content{max-width:760px;margin-left:auto;margin-right:0}.about-page .about-content h1{font-size:clamp(1.9rem,3vw,2.5rem);font-weight:800;color:var(--text-strong);margin-bottom:1rem}.about-page .about-content p{margin-top:1rem;font-size:1rem;line-height:1.7;color:var(--text)}@media(max-width:992px){.about-page .about-split{grid-template-columns:1fr;gap:2.5rem}.about-page .about-visual img{max-width:420px}.about-page .about-content{max-width:100%;margin-left:0}}@media(max-width:576px){.about-page .about-visual img{max-width:300px}}