.hero-grid{grid-template-columns:.85fr 1.15fr;gap:35px}.hero-art{border-radius:12px;min-height:0;align-self:center;display:block;background:#102e3c;box-shadow:0 25px 60px #102e3c20}.hero-art img{width:100%;height:auto;margin:0;aspect-ratio:1303/733;object-fit:contain}.hero-art .art-label{top:15px;z-index:1}.hero-art .art-caption{position:static;color:#fff;border:0;padding:17px 22px;background:#102e3c}.project-gallery{background:#f7f9f6}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.project-card{margin:0;background:#fff;border:1px solid var(--line);border-radius:9px;overflow:hidden}.project-card a{display:block;overflow:hidden}.project-card img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;transition:transform .3s}.project-card a:hover img{transform:scale(1.025)}.project-card figcaption{padding:24px}.project-card h3{font-size:22px;margin:8px 0 12px}.project-card p{color:var(--muted);font-size:13px;margin:0}.project-tag{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--teal);font-weight:700}.project-hint{color:var(--muted);font-size:11px;margin:24px 0 0}.attraction-photo{margin:0;position:relative;overflow:hidden;border-radius:9px;background:var(--ink)}.attraction-photo img{width:100%;height:auto}.attraction-photo figcaption{padding:16px 22px;color:white;font-size:12px}.hero .text-link{white-space:nowrap}@media(max-width:1000px){.hero-grid{grid-template-columns:1fr 1fr}.hero .actions{flex-wrap:wrap}.project-grid{gap:16px}.project-card figcaption{padding:18px}}@media(max-width:760px){.hero-grid{grid-template-columns:1fr}.hero-art{max-width:none}.project-grid{grid-template-columns:1fr}.project-card img{aspect-ratio:4/3}.hero-art .art-label{font-size:8px;padding:6px 10px}.hero-art .art-caption{font-size:11px}.project-gallery .section-heading{margin-bottom:28px}}
