.sv-hero{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 100%);padding:calc(var(--topbar-h) + var(--nav-h) + 3rem) clamp(1rem,5vw,3rem) 3rem;text-align:center}.sv-hero-inner{max-width:760px;margin:0 auto}.sv-hero-tag{display:inline-flex;align-items:center;gap:.45rem;background:#c9a22726;color:var(--gold);border:1px solid rgba(201,162,39,.3);font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.3rem .9rem;border-radius:20px;margin-bottom:1rem}.sv-hero-title{font-family:var(--font-display);font-size:clamp(2rem,5vw,3rem);font-weight:700;color:var(--white);line-height:1.15;margin-bottom:1.25rem}.sv-breadcrumb{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.83rem;color:#ffffff80}.sv-breadcrumb a{color:#ffffffa6;transition:color var(--dur) var(--ease)}.sv-breadcrumb a:hover,.sv-breadcrumb .current{color:var(--gold)}.sv-rule{height:4px;background:linear-gradient(90deg,var(--navy) 0%,var(--gold) 50%,var(--navy) 100%)}.sv-section{padding:4rem clamp(1rem,5vw,3rem);background:var(--off-white);min-height:45vh}.sv-container{max-width:1100px;margin:0 auto}.sv-intro{font-size:1.1rem;line-height:1.7;color:var(--gray-600);text-align:center;max-width:760px;margin:0 auto 3rem}.sv-empty{text-align:center;color:var(--gray-400);font-size:1rem;padding:3rem 0}.sv-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:2rem}.sv-card,.sv-card-anchor{background:var(--white);border-radius:16px;overflow:hidden;box-shadow:0 2px 18px #0d1b3e12;border:1px solid var(--gray-200);display:flex;flex-direction:column;transition:transform var(--dur) var(--ease),box-shadow var(--dur) var(--ease)}.sv-card-anchor{text-decoration:none;color:inherit;cursor:pointer}.sv-card:hover,.sv-card-anchor:hover{transform:translateY(-6px);box-shadow:0 14px 38px #0d1b3e24}.sv-card-media{position:relative;aspect-ratio:16 / 10;overflow:hidden;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 100%);display:flex;align-items:center;justify-content:center}.sv-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease)}.sv-card:hover .sv-card-media img,.sv-card-anchor:hover .sv-card-media img{transform:scale(1.06)}.sv-card-placeholder{color:#c9a2278c;font-size:2.6rem}.sv-card-body{padding:1.5rem;display:flex;flex-direction:column;gap:.65rem;flex:1}.sv-card-title{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--navy);line-height:1.25;position:relative;padding-bottom:.65rem}.sv-card-title:after{content:"";position:absolute;left:0;bottom:0;width:42px;height:3px;border-radius:2px;background:var(--gold)}.sv-card-desc{font-size:.92rem;color:var(--gray-600);line-height:1.65;flex:1}.sv-card-horario{display:inline-flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;color:var(--navy);background:var(--gold-pale);border:1px solid rgba(201,162,39,.35);padding:.45rem .8rem;border-radius:8px;align-self:flex-start}.sv-card-horario i{color:var(--gold)}@media(max-width:600px){.sv-section{padding:2.5rem 1rem}.sv-grid{gap:1.25rem}}
