.campus-container{display:grid;font-family:Noto Sans,sans-serif;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));margin:0 auto;max-width:1200px}.campus-card{background:#fff;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.1);overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease}.campus-card:hover{box-shadow:0 16px 48px rgba(0,0,0,.15);transform:translateY(-6px)}.campus-image{display:block;height:280px;object-fit:cover;width:100%}.campus-content{padding:2rem}.campus-title{color:#16476d;font-family:Cormorant Unicase,serif;font-size:2.125rem;margin-bottom:.5rem}.campus-location,.campus-title{font-weight:600;letter-spacing:.5px}.campus-location{color:#675982;font-size:1.1rem;margin-bottom:1rem;text-transform:uppercase}.campus-description{color:#231f20;font-size:1.1rem;font-weight:400;line-height:1.6;margin-bottom:1.5rem}.campus-highlights{margin-bottom:2rem}.campus-highlight{color:#16476d;font-family:Cormorant Unicase,serif;font-size:1.5rem;font-weight:600;letter-spacing:.3px;margin-bottom:.75rem}.highlight-item{color:#231f20;font-size:1rem;margin-bottom:.5rem;padding-left:1rem;position:relative}.highlight-item:before{color:#231f20;content:"•";font-weight:700;left:0;position:absolute}.campus-button{background:#3d8ba1;border:none;border-radius:150px;color:#fff;cursor:pointer;font-family:Cormorant Unicase,serif;font-size:1.5rem;font-weight:600;letter-spacing:.5px;padding:15px 40px;text-transform:uppercase;transition:all .3s ease;width:100%}.campus-button:hover{background:#675982}.campus-button:active{transform:translateY(0)}.badge{background:#675982;border-radius:20px;color:#fff;font-size:.9rem;font-weight:500;letter-spacing:.3px;padding:.5rem 1rem;position:absolute;right:1rem;text-transform:uppercase;top:1rem}@media (max-width:1024px){.campus-container{grid-template-columns:1fr;max-width:600px}}@media (max-width:768px){body{padding:1rem}.header h1{font-size:2rem}.header p{font-size:1.1rem}.campus-container{gap:1.5rem}.campus-image{height:240px}.campus-content{padding:1.5rem}.campus-title{font-size:1.5rem}.campus-description{font-size:1rem}}@media (max-width:480px){.header{margin-bottom:2rem}.header h1{font-size:1.8rem}.campus-image{height:200px}.campus-content{padding:1.25rem}.campus-title{font-size:1.3rem}.campus-description{font-size:.95rem}.campus-button{font-size:1rem;padding:.9rem 1.5rem}}