.hero{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);align-items:center;gap:2.5rem;padding:0 0 3rem;display:grid}.hero .hero-text .hero-badges{flex-wrap:wrap;gap:.6rem;margin-bottom:1.5rem;display:flex}.hero .hero-text .hero-badges .badge{font-family:var(--font-title);text-transform:uppercase;letter-spacing:.12em;background-color:var(--white);color:var(--btn-muted-color);border:1px solid #e0d6cd;border-radius:50px;padding:.5rem 1.5rem .4rem;font-size:.75rem}.hero .hero-text h1{letter-spacing:2px;margin-bottom:1rem;font-size:2.2rem;font-weight:600}.hero .hero-text p{color:var(--text-muted);max-width:32rem;margin-bottom:1.5rem}.hero .hero-actions{flex-wrap:wrap;align-items:center;gap:.8rem;display:flex}.hero .hero-note{color:var(--text-muted);font-size:.8rem}.hero .hero-image{background:var(--gray-bg);border-radius:18px;padding:1.5rem;overflow:hidden;box-shadow:0 18px 40px #00000014}.hero .hero-image img{width:100%;height:auto}section{padding:2.5rem 0 1rem}section h2{font-size:1.6rem;font-family:var(--font-title);text-transform:uppercase;letter-spacing:2px;margin-bottom:.3rem}section h3{margin-top:2rem;font-size:1.2rem}section p.section-subtitle{color:var(--text-muted);letter-spacing:1px;margin-bottom:1.5rem;font-size:1.2rem}section .grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;display:grid}section .grid .card{background:var(--card-bg);border-radius:14px;flex-direction:column;gap:.6rem;padding:1rem;display:flex;box-shadow:0 8px 20px #0000000a}section .grid .card .card-image{background-color:#ddd;background-position:50%;background-size:cover;border-radius:10px;height:255px}section .grid .card .card-image img{width:100%;height:100%}section .grid .card .card-title{font-size:.98rem;font-weight:600}section .grid .card .card-meta{color:var(--text-muted);font-size:.9rem}section .grid .card .card-details{color:var(--text-muted);margin-top:.3rem;font-size:.85rem}section .grid .card .card-footer{color:var(--text-muted);justify-content:space-between;align-items:center;margin-top:auto;font-size:.8rem;display:flex}section .grid .card .card-header-row{align-items:center;gap:.8rem;width:100%;margin-bottom:.4rem;display:flex}section .grid .card.places .card-header-row{background-color:var(--gray-bg);border-radius:6px;padding:1em}section .grid .card.places .card-header-row .card-image{width:80%;height:100px}section .grid .card.places .card-place{flex-shrink:0;justify-content:center;align-items:center;width:20%;display:flex}section .grid .card.places .card-place img{object-fit:contain;border-radius:6px;width:100%;height:auto}section .grid .card:not(.places) .card-header-row .card-image{width:100%}section .section-cta{text-align:right;margin-top:1.5rem;font-size:.9rem}section .services{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);align-items:flex-start;gap:1.5rem;display:grid}section .services .commission-card{background:var(--card-bg);border-radius:14px;flex-direction:column;height:100%;padding:1.2rem 1.3rem;display:flex;box-shadow:0 8px 20px #0000000a}section .services .commission-card .card-image{object-fit:scale-down;background-position:50%;background-size:cover;width:100%;height:250px}section .services .commission-card h3{margin-bottom:.3rem;font-size:1.05rem}section .services .commission-card p{color:var(--text-muted);margin-bottom:.6rem;font-size:.9rem}section .services .commission-card .commission-meta{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:.8rem;font-size:.8rem}section .services .commission-card .btn{align-self:flex-end;margin-top:auto;display:inline-block}section#about .grid{grid-template-columns:2fr 1fr}#socials.card a{justify-content:flex-start;align-self:flex-start;align-items:center;gap:10px;width:auto;display:inline-flex}@media (width<=768px){.hero,.talleres{grid-template-columns:1fr}.hero{padding-bottom:1rem}.hero .hero-text h1{letter-spacing:initial;font-size:1.6rem}.hero-image{order:-1}section .grid,section .services{grid-template-columns:1fr}section#works .grid .card .card-image{height:auto}section#about .grid{grid-template-columns:1fr}section#exhibitions .grid .card.places .card-header-row{flex-direction:column-reverse;position:relative}section#exhibitions .grid .card.places .card-header-row .card-place{border:var(--border-main);position:absolute;top:0;right:0}section#exhibitions .grid .card.places .card-header-row .card-image{width:100%;height:128px}}
