*{box-sizing:border-box}body{margin:0;background:#0f172a;color:#e8eef8;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif}.container{width:min(calc(100% - 36px),1160px);margin:auto}header{background:#fff}.bar{min-height:72px;display:flex;align-items:center;justify-content:space-between}.bar img{width:230px;height:auto}.back{color:#17304a;text-decoration:none;font-weight:800}.intro{padding:90px 0 55px;background:linear-gradient(135deg,#17233b,#0f172a)}.intro p{text-transform:uppercase;letter-spacing:.15em;color:#29c194;font-weight:800}.intro h1{font-size:clamp(2.5rem,6vw,5rem);margin:.1em 0}.intro span{color:#b8c3d6;font-size:1.1rem}.gallery{padding:70px 0;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.gallery article{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 18px 45px rgba(0,0,0,.25)}.gallery a{color:#17233b;text-decoration:none}.gallery img{width:100%;height:auto;max-height:420px;object-fit:contain;display:block;background:#fff}.gallery div{padding:20px}.gallery small{color:#16956f;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.gallery h2{font-size:1.2rem;margin:8px 0 0}footer{padding:25px 0;background:#080e1b;color:#b8c3d6}@media(max-width:850px){.gallery{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.gallery{grid-template-columns:1fr}.bar img{width:185px}}

/* Image display fix: preserve the complete image without cropping or stretching. */
img{max-width:100%;height:auto}
