.aboutSection{max-width:var(--max-width);margin:60px auto 100px;padding:20px;font-family:Cormorant Garamond,serif}.aboutSection h1{text-align:center;color:var(--brand);letter-spacing:.5px;margin-bottom:10px;font-size:2.4rem;font-weight:700}.aboutSection h1:after{content:"";background:var(--accent);border-radius:2px;width:80px;height:3px;margin:10px auto 20px;display:block}.aboutSection h2{text-align:center;color:var(--text);letter-spacing:.3px;margin-bottom:40px;font-size:1.6rem;font-weight:500;line-height:1.6}.aboutSection h2 strong{color:var(--accent);font-weight:700}.fullCard{text-align:center;background:#f7efe2;border-radius:12px;margin-bottom:40px;padding:28px 24px;transition:transform .3s,box-shadow .3s;box-shadow:0 6px 20px rgba(10,61,98,.08)}.fullCard:hover{transform:translateY(-6px);box-shadow:0 10px 24px rgba(10,61,98,.15)}.fullCard .icon{margin-bottom:12px;font-size:2.8rem}.fullCard h3{color:var(--brand);margin-bottom:14px;font-size:1.6rem;font-weight:700}.fullCard p{color:var(--text);margin-bottom:10px;font-size:1.1rem;line-height:1.7}.fullCard p strong{color:var(--accent);font-weight:700}.aboutGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;display:grid}.aboutCard{text-align:center;background:#f7efe2;border-radius:12px;padding:26px 20px;transition:transform .3s,box-shadow .3s;box-shadow:0 6px 18px rgba(10,61,98,.08)}.aboutCard:hover{transform:translateY(-6px);box-shadow:0 10px 24px rgba(10,61,98,.15)}.aboutCard .icon{margin-bottom:10px;font-size:2.5rem}.aboutCard h3{color:var(--brand);margin-bottom:10px;font-size:1.6rem;font-weight:700}.aboutCard p{color:var(--text);margin-bottom:8px;font-size:1.3rem;font-weight:800;line-height:1.6}.aboutCard p strong{color:var(--accent);font-weight:900}.aboutQuote{text-align:center;color:var(--accent);background:#f7efe2;border-radius:10px;margin-top:60px;padding:24px;font-size:1.6rem;font-style:italic;font-weight:900;box-shadow:0 6px 18px rgba(10,61,98,.08)}@media (max-width:768px){.aboutSection{margin:40px auto 80px;padding:16px}.aboutSection h1{font-size:2rem}.aboutSection h2{font-size:1.3rem}.fullCard{padding:20px}.fullCard .icon{font-size:2.4rem}.aboutGrid{grid-template-columns:1fr;gap:18px}.aboutCard{padding:18px}.aboutCard .icon{font-size:2rem}.aboutQuote{padding:18px;font-size:1rem}}
