:root {
    --kl-black: #030303;
    --kl-panel: rgba(8, 8, 7, .92);
    --kl-panel-soft: rgba(12, 11, 9, .82);
    --kl-gold: #d9b76f;
    --kl-gold-strong: #f0ce82;
    --kl-gold-dark: #76561f;
    --kl-ivory: #f6ebd2;
    --kl-muted: #b7aa90;
    --kl-green: #a9ff19;
    --kl-line: rgba(190, 143, 54, .82);
    --kl-serif: Georgia, 'Times New Roman', serif;
    --kl-sans: Arial, Helvetica, sans-serif;
    --kl-hero: url('../images/kl-areas-hero.png');
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background:
        radial-gradient(circle at 50% -10%, rgba(126, 86, 18, .10), transparent 34rem),
        #020202;
    color: var(--kl-ivory);
    font-family: var(--kl-sans);
    font-size: 16px;
    line-height: 1.55;
}
body.admin-bar .kl-header { top: 32px; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
.kl-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.kl-header {
    position: sticky;
    z-index: 100;
    top: 0;
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr) 160px;
    align-items: center;
    min-height: 68px;
    padding: 0 clamp(20px, 4vw, 68px);
    border-bottom: 1px solid rgba(187, 139, 47, .34);
    background: rgba(3, 3, 3, .94);
    backdrop-filter: blur(16px);
}
.kl-brand {
    color: var(--kl-gold-strong);
    font-size: clamp(22px, 2vw, 30px);
    font-weight: 800;
    letter-spacing: .12em;
    text-decoration: none;
}
.kl-nav, .kl-nav__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(22px, 4vw, 58px);
    margin: 0;
    padding: 0;
    list-style: none;
}
.kl-nav a {
    position: relative;
    padding: 25px 0 21px;
    color: var(--kl-gold);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-decoration: none;
}
.kl-nav a::after {
    position: absolute;
    right: 0;
    bottom: 14px;
    left: 0;
    width: 0;
    height: 1px;
    margin: auto;
    background: var(--kl-gold-strong);
    box-shadow: 0 0 10px var(--kl-gold-strong);
    content: '';
    transition: width .2s ease;
}
.kl-nav a:hover::after, .kl-nav .current-menu-item a::after { width: 100%; }
.kl-chat {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid var(--kl-line);
    border-radius: 6px;
    color: var(--kl-gold-strong);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-decoration: none;
    box-shadow: inset 0 0 0 1px rgba(255, 225, 161, .04);
}
.kl-chat--header { justify-self: end; min-width: 118px; padding: 11px 16px; }
.kl-menu-toggle { display: none; border: 1px solid var(--kl-line); background: transparent; color: var(--kl-gold); }
.kl-main { width: 100%; }

.kl-home-hero {
    position: relative;
    min-height: clamp(235px, 23vw, 350px);
    overflow: hidden;
    border-bottom: 1px solid rgba(190, 143, 54, .48);
    background: #050505;
}
.kl-home-hero__image {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .06)), var(--kl-hero);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.kl-home-hero::after {
    position: absolute;
    inset: auto 0 0;
    height: 48%;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .28));
    content: '';
}
.kl-home-hero h1 {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 20px;
    left: 0;
    margin: 0;
    color: var(--kl-ivory);
    font-family: var(--kl-serif);
    font-size: clamp(36px, 4.2vw, 74px);
    font-weight: 400;
    letter-spacing: .07em;
    text-align: center;
    text-shadow: 0 4px 22px #000;
}
.kl-diamond, .kl-frame-diamond {
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid var(--kl-gold);
    background: #080705;
    box-shadow: 0 0 12px rgba(236, 190, 91, .6);
    transform: rotate(45deg);
}
.kl-home-hero .kl-diamond { position: absolute; z-index: 3; bottom: -5px; left: calc(50% - 5px); }

.kl-home-areas { display: grid; gap: 10px; width: min(1640px, calc(100% - 40px)); margin: 8px auto 70px; }
.kl-region-frame, .kl-gold-frame {
    position: relative;
    isolation: isolate;
    border: 1px solid rgba(214, 164, 67, .88);
    background:
        linear-gradient(135deg, rgba(209, 165, 77, .035), transparent 22%),
        var(--kl-panel);
    box-shadow:
        inset 0 0 0 3px #030303,
        0 18px 60px rgba(0, 0, 0, .34);
    clip-path: polygon(16px 0, calc(100% - 16px) 0, 100% 16px, 100% calc(100% - 16px), calc(100% - 16px) 100%, 16px 100%, 0 calc(100% - 16px), 0 16px);
}
.kl-region-frame::before, .kl-gold-frame::before {
    position: absolute;
    z-index: -1;
    inset: 7px;
    border: 1px solid rgba(214, 164, 67, .48);
    background:
        linear-gradient(90deg, rgba(235, 188, 91, .82), transparent) left top / 58px 1px no-repeat,
        linear-gradient(180deg, rgba(235, 188, 91, .82), transparent) left top / 1px 58px no-repeat,
        linear-gradient(270deg, rgba(235, 188, 91, .82), transparent) right top / 58px 1px no-repeat,
        linear-gradient(180deg, rgba(235, 188, 91, .82), transparent) right top / 1px 58px no-repeat,
        linear-gradient(90deg, rgba(235, 188, 91, .82), transparent) left bottom / 58px 1px no-repeat,
        linear-gradient(0deg, rgba(235, 188, 91, .82), transparent) left bottom / 1px 58px no-repeat,
        linear-gradient(270deg, rgba(235, 188, 91, .82), transparent) right bottom / 58px 1px no-repeat,
        linear-gradient(0deg, rgba(235, 188, 91, .82), transparent) right bottom / 1px 58px no-repeat;
    clip-path: polygon(12px 0, calc(100% - 12px) 0, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0 calc(100% - 12px), 0 12px);
    content: '';
    pointer-events: none;
}
.kl-region-frame > *, .kl-gold-frame > * {
    position: relative;
    z-index: 1;
}
.kl-region-frame {
    display: grid;
    grid-template-columns: 290px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    min-height: 410px;
    padding: 24px 32px;
}
.kl-frame-diamond { position: absolute; left: calc(50% - 5px); }
.kl-frame-diamond--top { z-index: 3; top: -5px; }
.kl-frame-diamond--bottom { z-index: 3; bottom: -5px; }
.kl-region-frame__intro { padding: 10px 18px; }
.kl-region-frame__intro h2, .kl-area-hero h1, .kl-directory > h2, .kl-profile__title h1 {
    margin: 0;
    color: var(--kl-gold-strong);
    font-family: var(--kl-serif);
    font-weight: 400;
    letter-spacing: .055em;
}
.kl-region-frame__intro h2 { font-size: clamp(38px, 4vw, 58px); }
.kl-region-frame__intro p { margin: 17px 0 34px; color: var(--kl-gold); font-size: 14px; letter-spacing: .09em; }
.kl-title-line { display: block; width: 210px; height: 1px; margin: 12px 0; background: linear-gradient(90deg, var(--kl-gold), transparent); }
.kl-title-line::after { display: block; width: 8px; height: 8px; margin: -4px 0 0 66%; border: 1px solid var(--kl-gold); background: #080705; content: ''; transform: rotate(45deg); }

.kl-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 46px;
    padding: 11px 18px;
    border: 1px solid var(--kl-line);
    border-radius: 5px;
    background: rgba(4, 4, 3, .55);
    color: var(--kl-gold-strong);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .065em;
    text-decoration: none;
    cursor: pointer;
    transition: .2s ease;
}
.kl-button:hover { border-color: var(--kl-gold-strong); background: rgba(155, 105, 21, .14); box-shadow: 0 0 18px rgba(223, 174, 73, .12); }
.kl-button--small { min-height: 35px; margin: 0 10px 10px; padding: 7px 12px; font-size: 11px; }
.kl-button--full { width: 100%; }

.kl-card-grid { display: grid; gap: 14px; }
.kl-card-grid--four, .kl-card-grid--directory { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.kl-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(214, 164, 67, .82);
    border-radius: 0;
    background: rgba(4, 4, 4, .88);
    box-shadow: inset 0 0 0 3px #050505, inset 0 0 0 4px rgba(214, 164, 67, .28);
    clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px), 0 8px);
}
.kl-card__media {
    position: relative;
    display: block;
    aspect-ratio: 3 / 4;
    margin: 5px 5px 0;
    border-bottom: 1px solid rgba(190, 143, 54, .42);
    background-color: #080807;
    background-position: center;
    background-size: cover;
    text-decoration: none;
}
.texture-1 .kl-card__media, .texture-1.kl-placeholder, .texture-1.kl-gallery__thumb { background-image: radial-gradient(circle at 68% 24%, rgba(241, 192, 81, .8), transparent 15%), repeating-linear-gradient(130deg, #050505 0 14px, #25190a 15px, #050505 17px 35px); }
.texture-2 .kl-card__media, .texture-2.kl-placeholder, .texture-2.kl-gallery__thumb { background-image: linear-gradient(110deg, #020202 25%, #754d12 48%, #0a0804 51%, #020202 72%); }
.texture-3 .kl-card__media, .texture-3.kl-placeholder, .texture-3.kl-gallery__thumb { background-image: conic-gradient(from 55deg at 50% 42%, #080808, #5d4319, #111, #c28b29, #060606); }
.texture-4 .kl-card__media, .texture-4.kl-placeholder, .texture-4.kl-gallery__thumb { background-image: linear-gradient(135deg, transparent 45%, #a57325 46% 47%, transparent 48%), linear-gradient(65deg, #030303, #241b0d 50%, #040404); }
.kl-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 25px;
    padding: 4px 9px;
    border: 1px solid rgba(190, 143, 54, .7);
    border-radius: 5px;
    background: rgba(0, 0, 0, .8);
    color: #f7f2e7;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .045em;
}
.kl-card__media .kl-status { position: absolute; z-index: 2; top: 8px; right: 8px; }
.kl-status i { width: 8px; height: 8px; border-radius: 50%; background: var(--kl-green); box-shadow: 0 0 8px rgba(169, 255, 25, .58); }
.kl-status--busy i { background: #e1ab33; }
.kl-status--offline i { background: #777; box-shadow: none; }
.kl-card__body { display: flex; align-items: end; justify-content: space-between; gap: 10px; padding: 12px 12px 9px; }
.kl-card__body h3 { margin: 0; color: var(--kl-gold-strong); font-family: var(--kl-serif); font-size: 20px; font-weight: 400; letter-spacing: .04em; text-transform: uppercase; }
.kl-card__body p { margin: 2px 0 0; color: var(--kl-muted); font-size: 10px; text-transform: uppercase; }
.kl-card__price { display: grid; text-align: right; }
.kl-card__price small { color: var(--kl-gold); font-size: 9px; }
.kl-card__price strong { color: var(--kl-gold-strong); font-family: var(--kl-serif); font-size: 24px; font-weight: 400; }

.kl-about {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 24px;
    align-items: center;
    width: min(1380px, calc(100% - 40px));
    margin: 0 auto 70px;
    padding: 26px 34px;
    border: 1px solid var(--kl-line);
    background: var(--kl-panel-soft);
}
.kl-about__icon { display: grid; place-items: center; width: 64px; height: 64px; border: 1px solid var(--kl-line); border-radius: 50%; color: var(--kl-gold); font-size: 28px; }
.kl-about h2 { margin: 0 0 4px; color: var(--kl-gold-strong); font-family: var(--kl-serif); font-weight: 400; letter-spacing: .07em; }
.kl-about p { margin: 0; color: var(--kl-muted); }

.kl-area-hero {
    display: grid;
    grid-template-columns: minmax(360px, .9fr) 1.2fr 150px;
    gap: 20px;
    align-items: center;
    width: min(1450px, calc(100% - 40px));
    min-height: 190px;
    margin: 30px auto 12px;
    padding: 28px 50px;
}
.kl-area-hero h1 { font-size: clamp(38px, 4vw, 64px); }
.kl-breadcrumb { margin: 0 0 10px; color: var(--kl-gold); font-size: 11px; font-weight: 700; letter-spacing: .09em; }
.kl-breadcrumb a { text-decoration: none; }
.kl-area-hero__copy > p:last-child { color: var(--kl-gold); }
.kl-area-hero__skyline { align-self: stretch; background: var(--kl-hero) center / cover no-repeat; mask-image: linear-gradient(90deg, transparent, #000 18%, #000 85%, transparent); }
.kl-area-count { display: grid; text-align: center; }
.kl-area-count strong { color: var(--kl-gold-strong); font-family: var(--kl-serif); font-size: 58px; font-weight: 400; }
.kl-area-count span { color: var(--kl-gold); font-size: 13px; letter-spacing: .09em; }
.kl-filters {
    display: grid;
    grid-template-columns: 1.45fr repeat(2, 1fr) 180px;
    gap: 18px;
    width: min(1450px, calc(100% - 40px));
    margin: 0 auto 12px;
    padding: 10px 48px;
    border: 1px solid var(--kl-line);
    background: var(--kl-panel);
}
.kl-filters input, .kl-filters select, .kl-booking input, .kl-booking select, .kl-booking textarea, .kl-review-form input, .kl-review-form select, .kl-review-form textarea {
    width: 100%;
    min-height: 44px;
    padding: 9px 12px;
    border: 1px solid rgba(190, 143, 54, .65);
    border-radius: 4px;
    outline: none;
    background: rgba(3, 3, 3, .9);
    color: var(--kl-ivory);
}
.kl-search { display: flex; align-items: center; border: 1px solid rgba(190, 143, 54, .65); border-radius: 4px; }
.kl-search span { padding-left: 14px; color: var(--kl-gold); font-size: 26px; }
.kl-search input { border: 0; }
.kl-directory { width: min(1450px, calc(100% - 40px)); margin: 0 auto 30px; padding: 18px 54px 38px; }
.kl-directory > h2 { margin: 0 0 18px; font-size: clamp(27px, 3vw, 42px); text-align: center; }
.kl-pagination { margin-top: 28px; }
.kl-pagination ul { display: flex; justify-content: center; gap: 10px; margin: 0; padding: 0; list-style: none; }
.kl-pagination a, .kl-pagination span { display: grid; place-items: center; min-width: 36px; height: 36px; border: 1px solid var(--kl-line); text-decoration: none; }
.kl-pagination .current { background: var(--kl-gold-dark); }

.kl-profile { width: min(1500px, calc(100% - 40px)); margin: 28px auto 16px; padding: 20px 46px 30px; }
.kl-profile__layout { display: grid; grid-template-columns: 370px minmax(420px, 1fr) 380px; gap: 32px; align-items: start; }
.kl-gallery__main { aspect-ratio: 3 / 4; border: 1px solid var(--kl-line); border-radius: 7px; background-position: center; background-size: cover; }
.kl-gallery__thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; margin-top: 10px; }
.kl-gallery__thumb { display: block; width: 100%; aspect-ratio: 3 / 4; border: 1px solid var(--kl-line); border-radius: 4px; background-color: #0a0908; background-position: center; background-size: cover; cursor: pointer; }
.kl-gallery__thumb.is-active { border-color: var(--kl-gold-strong); box-shadow: 0 0 10px rgba(230, 178, 71, .24); }
.kl-gallery__actions { display: flex; justify-content: space-between; align-items: center; margin-top: 10px; }
.kl-favorite { border: 0; background: transparent; color: var(--kl-gold-strong); font-size: 33px; cursor: pointer; }
.kl-profile__title { display: flex; justify-content: space-between; gap: 20px; align-items: end; border-bottom: 1px solid rgba(190, 143, 54, .6); padding-bottom: 14px; }
.kl-profile__title h1 { font-size: clamp(44px, 4vw, 66px); text-transform: uppercase; }
.kl-profile__title p { display: flex; gap: 10px; margin: 5px 0 0; }
.kl-profile__title p span { padding: 5px 11px; border: 1px solid var(--kl-line); border-radius: 4px; color: var(--kl-gold); font-size: 11px; }
.kl-profile__title > strong { color: var(--kl-gold); font-weight: 400; }
.kl-stats { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 16px 0; border-bottom: 1px solid rgba(190, 143, 54, .4); }
.kl-stats > div { padding: 0 12px; border-right: 1px solid rgba(190, 143, 54, .35); }
.kl-stats > div:last-child { border-right: 0; }
.kl-stats dt { color: var(--kl-gold); font-size: 10px; letter-spacing: .08em; }
.kl-stats dd { margin: 4px 0 0; color: var(--kl-gold-strong); font-family: var(--kl-serif); font-size: 19px; }
.kl-profile-panel { margin-top: 8px; padding: 15px 19px; border: 1px solid rgba(190, 143, 54, .6); background: rgba(6, 6, 5, .42); }
.kl-profile-panel h2, .kl-booking h2, .kl-reviews h2 { margin: 0 0 9px; color: var(--kl-gold-strong); font-family: var(--kl-serif); font-size: 21px; font-weight: 400; letter-spacing: .08em; }
.kl-entry { color: var(--kl-muted); font-size: 13px; }
.kl-entry p:first-child { margin-top: 0; }
.kl-pills { display: flex; flex-wrap: wrap; gap: 9px; }
.kl-pills span { padding: 7px 13px; border: 1px solid var(--kl-line); border-radius: 4px; color: var(--kl-gold); font-size: 11px; }
.kl-package-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.kl-package-grid > div { display: grid; place-items: center; min-height: 92px; padding: 10px; border: 1px solid var(--kl-line); border-radius: 4px; text-align: center; }
.kl-package-grid span { color: var(--kl-gold); font-size: 11px; }
.kl-package-grid strong { color: var(--kl-gold-strong); font-family: var(--kl-serif); font-size: 21px; font-weight: 400; }
.kl-booking { padding: 20px; border: 1px solid var(--kl-line); background: rgba(7, 7, 6, .65); box-shadow: inset 0 0 0 4px #040404, inset 0 0 0 5px rgba(190, 143, 54, .35); }
.kl-booking h2 { text-align: center; }
.kl-booking form { display: grid; gap: 10px; }
.kl-booking label, .kl-review-form label { display: grid; gap: 5px; color: var(--kl-gold); font-size: 10px; font-weight: 700; letter-spacing: .05em; }
.kl-booking__calendar, .kl-form-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.kl-booking small { color: var(--kl-muted); text-align: center; }
.kl-form-notice { margin-bottom: 10px; padding: 10px; border: 1px solid var(--kl-line); font-size: 12px; }
.kl-form-notice.is-success { color: #ccff80; }
.kl-form-notice.is-error { color: #ffd2a3; }

.kl-reviews { width: min(1500px, calc(100% - 40px)); margin: 0 auto 60px; padding: 18px 42px 28px; }
.kl-reviews > h2 { text-align: center; }
.kl-reviews__layout { display: grid; grid-template-columns: 250px 1fr 220px; gap: 28px; align-items: center; }
.kl-rating-summary { padding-right: 28px; border-right: 1px solid rgba(190, 143, 54, .45); text-align: center; }
.kl-rating-summary strong { display: block; color: var(--kl-gold-strong); font-family: var(--kl-serif); font-size: 48px; font-weight: 400; }
.kl-rating-summary strong small { font-size: 18px; }
.kl-rating-summary > span { color: var(--kl-gold-strong); font-size: 24px; letter-spacing: .15em; }
.kl-rating-summary p { margin: 4px 0 0; color: var(--kl-muted); font-size: 11px; }
.kl-review-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.kl-review-list article { min-height: 105px; padding: 14px 18px; border: 1px solid rgba(190, 143, 54, .55); }
.kl-review-list article > div { display: flex; gap: 10px; align-items: center; }
.kl-review-list span { color: var(--kl-gold-strong); }
.kl-review-list time { margin-left: auto; color: var(--kl-muted); font-size: 10px; }
.kl-review-list p { margin: 9px 0 0; color: var(--kl-muted); font-size: 12px; }
.kl-review-form summary { list-style: none; cursor: pointer; }
.kl-review-form[open] { grid-column: 1 / -1; }
.kl-review-form[open] summary { margin-bottom: 16px; }
.kl-review-form form { display: grid; gap: 10px; max-width: 780px; margin: auto; }
.kl-review-form .comment-form-cookies-consent { display: flex; align-items: center; gap: 8px; }
.kl-review-form .comment-form-cookies-consent input { width: auto; min-height: auto; }

.kl-generic, .kl-empty-panel { width: min(1000px, calc(100% - 40px)); margin: 50px auto; padding: 42px; }
.kl-generic h1, .kl-generic h2, .kl-empty-panel h2 { color: var(--kl-gold-strong); font-family: var(--kl-serif); font-weight: 400; }
.kl-footer { display: flex; justify-content: space-between; gap: 20px; padding: 30px clamp(24px, 5vw, 80px); border-top: 1px solid rgba(190, 143, 54, .34); background: #050504; color: var(--kl-muted); font-size: 12px; }
.kl-footer div { display: grid; }
.kl-footer strong { color: var(--kl-gold-strong); letter-spacing: .08em; }
.kl-chat--float { position: fixed; z-index: 99; right: 22px; bottom: 22px; width: 82px; height: 82px; border-radius: 50%; background: rgba(10, 9, 6, .94); box-shadow: 0 0 20px rgba(220, 168, 65, .22), inset 0 0 0 4px #030303; }

@media (max-width: 1200px) {
    .kl-header { grid-template-columns: 220px 1fr 130px; }
    .kl-nav, .kl-nav__list { gap: 24px; }
    .kl-region-frame { grid-template-columns: 220px 1fr; padding: 22px; }
    .kl-profile__layout { grid-template-columns: 300px minmax(360px, 1fr); }
    .kl-booking { grid-column: 1 / -1; }
    .kl-profile__content { grid-column: 2; }
    .kl-reviews__layout { grid-template-columns: 220px 1fr; }
    .kl-review-form { grid-column: 1 / -1; justify-self: center; }
}

@media (max-width: 900px) {
    body.admin-bar .kl-header { top: 46px; }
    .kl-header { grid-template-columns: 1fr auto auto; min-height: 64px; padding: 0 16px; }
    .kl-brand { font-size: 21px; }
    .kl-menu-toggle { display: block; width: 42px; height: 42px; margin-left: 8px; border-radius: 5px; }
    .kl-chat--header { min-width: auto; padding: 9px 11px; font-size: 0; }
    .kl-chat--header span { font-size: 18px; }
    .kl-nav { position: absolute; top: 64px; right: 0; left: 0; display: none; padding: 16px; border-bottom: 1px solid var(--kl-line); background: rgba(3, 3, 3, .98); }
    .kl-nav.is-open { display: block; }
    .kl-nav > a, .kl-nav__list { display: grid; gap: 0; }
    .kl-nav a { padding: 13px; border-bottom: 1px solid rgba(190, 143, 54, .18); }
    .kl-home-hero { min-height: 240px; }
    .kl-home-hero h1 { bottom: 15px; font-size: clamp(28px, 8vw, 48px); }
    .kl-home-areas { width: min(100% - 20px, 720px); }
    .kl-region-frame { grid-template-columns: 1fr; padding: 25px 18px 28px; }
    .kl-region-frame__intro { display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 0 5px; }
    .kl-region-frame__intro h2 { font-size: 38px; }
    .kl-region-frame__intro .kl-title-line { grid-column: 1 / -1; width: 100%; }
    .kl-region-frame__intro p { margin: 8px 0; }
    .kl-region-frame__intro .kl-button { grid-row: 1 / span 3; grid-column: 2; margin-left: 12px; }
    .kl-card-grid--four, .kl-card-grid--directory { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .kl-home-areas .kl-card-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 4px; }
    .kl-home-areas .kl-card { clip-path: none; }
    .kl-home-areas .kl-card__media .kl-status { display: none; }
    .kl-home-areas .kl-card__body { display: block; padding: 5px 2px 4px; text-align: center; }
    .kl-home-areas .kl-card__body h3 { overflow: hidden; font-size: 10px; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
    .kl-home-areas .kl-card__body p { overflow: hidden; margin-top: 3px; font-size: 7px; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
    .kl-home-areas .kl-card__price { display: block; margin-top: 3px; text-align: center; }
    .kl-home-areas .kl-card__price small { font-size: 6px; }
    .kl-home-areas .kl-card__price strong { display: block; font-size: 11px; line-height: 1.15; }
    .kl-home-areas .kl-button--small { display: none; }
    .kl-area-hero { grid-template-columns: 1fr 100px; padding: 30px; }
    .kl-area-hero__skyline { grid-row: 2; grid-column: 1 / -1; min-height: 100px; }
    .kl-area-hero h1 { font-size: 40px; }
    .kl-filters { grid-template-columns: 1fr 1fr; padding: 12px; }
    .kl-directory { padding: 18px 20px 34px; }
    .kl-profile { padding: 20px; }
    .kl-profile__layout { grid-template-columns: minmax(260px, 330px) 1fr; gap: 20px; }
    .kl-stats { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .kl-package-grid { grid-template-columns: repeat(2, 1fr); }
    .kl-reviews__layout { grid-template-columns: 1fr; }
    .kl-rating-summary { border-right: 0; border-bottom: 1px solid rgba(190, 143, 54, .45); padding: 0 0 18px; }
}

@media (max-width: 620px) {
    .kl-home-hero { min-height: 190px; }
    .kl-home-hero__image { background-size: auto 100%; }
    .kl-home-hero h1 { padding: 0 20px; font-size: 28px; letter-spacing: .03em; }
    .kl-home-areas { width: calc(100% - 14px); margin-bottom: 36px; }
    .kl-region-frame { min-height: auto; padding: 20px 12px 24px; }
    .kl-region-frame__intro { grid-template-columns: 1fr; }
    .kl-region-frame__intro .kl-button { grid-row: auto; grid-column: auto; margin: 10px 0 0; }
    .kl-card-grid--four, .kl-card-grid--directory { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
    .kl-card__body { display: grid; padding: 9px; }
    .kl-card__price { text-align: left; }
    .kl-card__body h3 { font-size: 16px; }
    .kl-card__price strong { font-size: 20px; }
    .kl-button--small { margin: 0 7px 7px; font-size: 9px; }
    .kl-about { grid-template-columns: 1fr; width: calc(100% - 20px); padding: 22px; }
    .kl-area-hero { grid-template-columns: 1fr; width: calc(100% - 14px); margin-top: 12px; padding: 24px 18px; }
    .kl-area-count { position: absolute; top: 30px; right: 24px; }
    .kl-area-count strong { font-size: 36px; }
    .kl-area-count span { font-size: 9px; }
    .kl-area-hero h1 { max-width: 74%; font-size: 31px; }
    .kl-area-hero__skyline { min-height: 80px; }
    .kl-filters { grid-template-columns: 1fr 1fr; width: calc(100% - 14px); gap: 8px; }
    .kl-search { grid-column: 1 / -1; }
    .kl-directory { width: calc(100% - 14px); padding: 16px 10px 26px; }
    .kl-directory > h2 { font-size: 27px; }
    .kl-profile { width: calc(100% - 10px); margin-top: 8px; padding: 17px 12px 22px; }
    .kl-profile__layout { grid-template-columns: 1fr; }
    .kl-gallery { max-width: 390px; width: 100%; margin: auto; }
    .kl-profile__content { grid-column: auto; }
    .kl-profile__title h1 { font-size: 43px; }
    .kl-profile__title > strong { font-size: 11px; }
    .kl-stats { font-size: 12px; }
    .kl-stats dd { font-size: 17px; }
    .kl-booking { grid-column: auto; padding: 16px; }
    .kl-booking__calendar, .kl-form-pair { grid-template-columns: 1fr; }
    .kl-package-grid { grid-template-columns: repeat(2, 1fr); }
    .kl-reviews { width: calc(100% - 10px); padding: 16px 12px 24px; }
    .kl-review-list { grid-template-columns: 1fr; }
    .kl-footer { display: grid; padding-bottom: 100px; }
    .kl-chat--float { right: 15px; bottom: 15px; width: 64px; height: 64px; font-size: 11px; }
    .kl-chat--float span { display: none; }
}

/* Mobile homepage layout B: compact gold title bar with a four-card gallery. */
@media (max-width: 900px) {
    .home .kl-home-areas {
        gap: 14px;
        width: calc(100% - 14px);
        margin-top: 8px;
    }

    .home .kl-region-frame {
        display: block;
        min-height: 0;
        padding: 0;
        overflow: hidden;
        border: 1px solid rgba(214, 164, 67, .72);
        background: rgba(4, 4, 3, .96);
        box-shadow: 0 12px 30px rgba(0, 0, 0, .28);
        clip-path: none;
    }

    .home .kl-region-frame::before,
    .home .kl-region-frame .kl-frame-diamond {
        display: none;
    }

    .home .kl-region-frame__intro {
        display: flex;
        grid-template-columns: none;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        min-height: 54px;
        padding: 10px 12px;
        background: linear-gradient(100deg, #9b6f29 0%, #e2bd68 54%, #ad7d31 100%);
    }

    .home .kl-region-frame__intro h2 {
        min-width: 0;
        color: #090806;
        font-family: var(--kl-sans);
        font-size: clamp(19px, 5.6vw, 25px);
        font-weight: 800;
        line-height: 1;
        letter-spacing: .035em;
    }

    .home .kl-region-frame__intro .kl-title-line {
        display: none;
    }

    .home .kl-region-frame__intro .kl-button {
        grid-row: auto;
        grid-column: auto;
        flex: 0 0 auto;
        min-height: 34px;
        margin: 0;
        padding: 7px 5px 7px 9px;
        border: 0;
        background: transparent;
        box-shadow: none;
        color: #090806;
        font-size: clamp(8px, 2.35vw, 11px);
        font-weight: 800;
        letter-spacing: .025em;
        white-space: nowrap;
    }

    .home .kl-region-frame__intro .kl-button:hover {
        border: 0;
        background: rgba(0, 0, 0, .08);
        box-shadow: none;
    }

    .home .kl-card-grid--four {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0;
        padding: 9px 7px 11px;
    }

    .home .kl-card {
        border: 0;
        border-right: 1px solid rgba(214, 164, 67, .22);
        border-radius: 0;
        background: #050504;
        box-shadow: none;
        clip-path: none;
    }

    .home .kl-card:last-child {
        border-right: 0;
    }

    .home .kl-card__media {
        aspect-ratio: 3 / 4;
        margin: 0;
        border: 0;
        border-bottom: 1px solid rgba(214, 164, 67, .35);
    }

    .home .kl-card__media .kl-status {
        display: none;
    }

    .home .kl-card__body {
        display: block;
        min-height: 48px;
        padding: 6px 2px 5px;
        background: #050504;
        text-align: center;
    }

    .home .kl-card__body h3 {
        overflow: hidden;
        color: var(--kl-gold-strong);
        font-family: var(--kl-sans);
        font-size: clamp(8px, 2.35vw, 11px);
        font-weight: 700;
        line-height: 1.2;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .home .kl-card__body p {
        display: none;
    }

    .home .kl-card__price {
        display: flex;
        align-items: baseline;
        justify-content: center;
        gap: 2px;
        margin-top: 5px;
        text-align: center;
        white-space: nowrap;
    }

    .home .kl-card__price small {
        color: var(--kl-muted);
        font-size: clamp(5px, 1.55vw, 7px);
    }

    .home .kl-card__price strong {
        display: inline;
        color: var(--kl-gold-strong);
        font-family: var(--kl-serif);
        font-size: clamp(10px, 2.85vw, 13px);
        line-height: 1;
    }

    .home .kl-card .kl-button--small {
        display: none;
    }
}
