.about-section{max-width:56rem;margin:0 auto;padding:6rem 1.5rem}.about-label{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:1rem;font-size:.875rem;font-weight:600}.about-title{color:var(--text);margin-bottom:2rem;font-size:2.25rem;font-weight:700}.about-paragraph{color:var(--muted);margin-bottom:1.5rem;font-size:1.125rem;line-height:1.625}@media (min-width:768px){.about-title{font-size:3rem}}.about-images{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));align-items:start;gap:1rem;margin-top:1.25rem;display:grid}.about-image{background:var(--card-bg,#fff);border-radius:10px;transition:transform .22s,box-shadow .22s;overflow:hidden;box-shadow:0 6px 18px #0c141e0f}.about-image img{object-fit:cover;width:100%;height:auto;display:block}.about-image:hover{transform:translateY(-4px)scale(1.02);box-shadow:0 12px 30px #0c141e1f}@media (min-width:1024px){.about-images{grid-template-columns:repeat(4,1fr);gap:1.25rem}}
.footer{border-top:1px solid var(--border);margin-top:auto}.footer-content{max-width:64rem;color:var(--muted);justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:1.5rem;font-size:.875rem;display:flex}.footer-links{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:1rem;display:flex}.footer-link{color:var(--text);font-weight:600}.footer-link:hover{opacity:.7}
.hero{justify-content:center;align-items:center;height:100vh;display:flex}.hero-content{text-align:center}.hero-label{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:1rem;font-size:.875rem;font-weight:600}.hero-title{color:var(--text);margin-bottom:1.5rem;font-size:3rem;font-weight:700}.hero-subtitle{color:var(--muted);margin-bottom:2.5rem;font-size:1.125rem}.hero-button{background-color:var(--brand);color:var(--brand-contrast);cursor:pointer;border-radius:999px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500}.hero-button:hover{opacity:.85}@media (min-width:768px){.hero-title{font-size:3.75rem}.hero-subtitle{font-size:1.25rem}}
