:root {
    --location-ink: oklch(15% 0.018 350);
    --location-soft: oklch(20% 0.022 350);
    --location-paper: oklch(95% 0.016 75);
    --location-muted: oklch(70% 0.014 75);
    --location-accent: oklch(54% 0.19 356);
    --location-line: oklch(82% 0.02 75 / .2);
}

.location-page { background: var(--location-ink); }
.location-page .sticky-booking { display: none; }
.location-shell { min-height: 100vh; padding-top: 76px; background: var(--location-ink); color: var(--location-paper); }
.location-hero { min-height: 360px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; padding: 90px clamp(24px, 6vw, 100px) 70px; border-bottom: 1px solid var(--location-line); background: radial-gradient(circle at 75% 20%, oklch(27% 0.055 350), transparent 40%); }
.location-hero > div > p,
.location-category__header > div > p,
.location-sidebar__title { color: oklch(75% 0.07 75); font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.location-hero h1 { max-width: 820px; margin-top: 12px; font-family: Georgia, serif; font-size: clamp(3rem, 6vw, 6.2rem); font-weight: 500; letter-spacing: -.045em; line-height: .98; }
.location-hero__intro { max-width: 520px; color: var(--location-muted); font-size: 1rem; line-height: 1.75; }
.location-layout { display: grid; grid-template-columns: minmax(210px, 17vw) 1fr; align-items: start; }
.location-sidebar { position: sticky; top: 76px; height: calc(100vh - 76px); border-right: 1px solid var(--location-line); }
.location-sidebar__inner { display: grid; padding: 48px clamp(18px, 2.3vw, 34px); }
.location-sidebar__title { margin-bottom: 20px; }
.location-filter { width: 100%; min-height: 43px; display: grid; grid-template-columns: 19px minmax(0, 1fr) auto; gap: 10px; align-items: center; padding: 9px 0; border: 0; background: none; color: oklch(60% 0.014 75); font: inherit; font-size: .75rem; text-align: left; cursor: pointer; transition: color .2s, padding .2s; }
.location-filter:first-of-type { grid-template-columns: 1fr; }
.location-filter:hover,
.location-filter.is-active { padding-left: 7px; color: var(--location-paper); }
.location-filter.is-active i { color: var(--location-accent); }
.location-filter small { color: oklch(52% 0.012 75); }
.location-content { min-width: 0; background: var(--location-soft); }
.location-category { padding: clamp(55px, 6vw, 85px) clamp(24px, 5vw, 78px); border-bottom: 1px solid var(--location-line); }
.location-category[hidden] { display: none; }
.location-category__header { display: grid; grid-template-columns: .8fr 1fr; gap: 45px; align-items: end; margin-bottom: 36px; }
.location-category__header h2 { margin-top: 8px; font-family: Georgia, serif; font-size: clamp(2.4rem, 4vw, 4.4rem); font-weight: 500; letter-spacing: -.04em; }
.location-category__header > div:last-child { max-width: 580px; color: var(--location-muted); font-size: .86rem; line-height: 1.7; }
.location-category__header p { margin-bottom: 0; }
.location-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.location-card { min-width: 0; display: grid; grid-template-rows: 190px 1fr; background: var(--location-paper); color: var(--location-ink); }
.location-card__media { overflow: hidden; background: oklch(27% 0.02 350); }
.location-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.16, 1, .3, 1); }
.location-card:hover .location-card__media img { transform: scale(1.035); }
.location-card__placeholder { height: 100%; display: grid; place-items: center; color: oklch(74% 0.05 75); font-size: 2rem; }
.location-card__body { min-width: 0; display: flex; flex-direction: column; padding: 22px; }
.location-card__heading { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; align-items: start; }
.location-card h3 { font-family: Georgia, serif; font-size: 1.45rem; font-weight: 600; line-height: 1.08; }
.location-card__price { display: grid; justify-items: end; color: var(--location-accent); font-size: .68rem; white-space: nowrap; }
.location-card__price small { margin-top: 2px; color: oklch(45% 0.015 350); font-size: .62rem; }
.location-card__description { margin-top: 13px; color: oklch(38% 0.018 350); font-size: .76rem; line-height: 1.55; }
.location-card__description p { margin: 0 0 .55em; }
.location-card__description p:last-child { margin-bottom: 0; }
.location-card__specs { display: grid; gap: 5px; margin: 15px 0 20px; color: oklch(32% 0.016 350); font-size: .68rem; }
.location-card__specs li { position: relative; padding-left: 13px; }
.location-card__specs li::before { content: ''; position: absolute; top: .55em; left: 0; width: 4px; height: 4px; border-radius: 50%; background: var(--location-accent); }
.location-card__body > a { display: inline-flex; gap: 8px; align-items: center; margin-top: auto; color: var(--location-ink); font-size: .7rem; font-weight: 750; }
.location-card__body > a i { color: var(--location-accent); }
.location-empty { padding: 120px 30px; text-align: center; }
.location-empty i { color: oklch(72% 0.07 75); font-size: 2rem; }
.location-empty h2 { margin: 18px 0 8px; font-family: Georgia, serif; font-size: 2rem; }
.location-empty p { color: var(--location-muted); }
.location-empty a { display: inline-block; margin-top: 22px; color: var(--location-paper); text-decoration: underline; }

@media (max-width: 1180px) {
    .location-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
    .location-shell { padding-top: 72px; }
    .location-hero { min-height: 320px; grid-template-columns: 1fr; gap: 24px; padding-block: 60px 45px; }
    .location-layout { display: block; }
    .location-sidebar { top: 72px; z-index: 20; height: auto; overflow: hidden; border-right: 0; border-bottom: 1px solid var(--location-line); background: oklch(15% 0.018 350 / .98); }
    .location-sidebar__inner { display: flex; gap: 7px; padding: 11px 16px; overflow-x: auto; }
    .location-sidebar__title { display: none; }
    .location-filter,
    .location-filter:first-of-type { width: auto; min-width: max-content; min-height: 38px; display: inline-flex; padding: 7px 11px; border: 1px solid var(--location-line); }
    .location-filter:hover,
    .location-filter.is-active { padding-left: 11px; border-color: var(--location-accent); }
    .location-category__header { grid-template-columns: 1fr; gap: 18px; }
}

@media (max-width: 560px) {
    .location-hero h1 { font-size: 2.75rem; }
    .location-category { padding-inline: 17px; }
    .location-grid { grid-template-columns: 1fr; }
    .location-card { grid-template-rows: 175px 1fr; }
}
