.location-hero{padding:var(--marginMedium) var(--marginBig)}.location-hero__panel{position:relative;border-radius:var(--borderRadius);overflow:hidden;background:var(--green);color:#fff;isolation:isolate;display:flex;align-items:center;min-height:58vh;padding:clamp(1.8rem,3.2vw,3.5rem)}.location-hero__media{position:absolute;inset:0;z-index:0;background-size:cover;background-position:center}.location-hero__scrim{position:absolute;inset:0;z-index:1;background:var(--green);opacity:.9}.location-hero__inner{position:relative;z-index:2;width:100%;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(2rem,4vw,4rem)}@media(max-width: 1000px){.location-hero__inner{grid-template-columns:1fr;gap:2rem}}.location-hero__main{display:flex;flex-direction:column;align-items:flex-start;gap:1.1rem;max-width:640px}.location-hero__rating{display:inline-flex;align-items:center;gap:10px;color:#fff;font-weight:700;font-size:.9rem;letter-spacing:.4px}.location-hero__stars{color:#fff}.location-hero__rating-text{color:hsla(0,0%,100%,.95)}.location-hero__title{margin:0;color:#fff;font-weight:600;line-height:1.1;font-size:clamp(2.1rem,3.4vw,3.1rem)}.location-hero__side{justify-self:end;width:100%;display:flex;flex-direction:column;gap:18px}.location-hero__points{display:grid;grid-template-columns:1fr 1fr;gap:16px 20px;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.18);border-radius:var(--borderRadius);padding:20px 22px;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}@media(max-width: 520px){.location-hero__points{grid-template-columns:1fr}}.location-hero__point{display:inline-flex;align-items:center;gap:9px;color:#fff;font-size:.98rem;line-height:1.3}.location-hero__point svg{flex:0 0 auto;color:#fff}.location-hero__point strong{font-weight:800}.location-hero__intro{margin:0;font-size:1.05rem;line-height:1.6;color:hsla(0,0%,100%,.92);max-width:58ch}.location-hero__value{margin:0;font-size:.98rem;line-height:1.6;color:hsla(0,0%,100%,.8);max-width:58ch}.location-hero__actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:8px}.location-hero__figure{width:100%}.location-hero__figure img{width:100%;max-height:42vh;border-radius:var(--borderRadius);box-shadow:var(--boxShadow);object-fit:cover;object-position:center;display:block}@media(max-width: 1000px){.location-hero__figure img{max-height:32vh}}
