*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    background:#f3efe7;
    color:#17110d;
    font-family:Inter,Arial,sans-serif;
    line-height:1.6;
    overflow-x:hidden;
}
body:before{
    content:"";
    position:fixed;
    inset:0;
    pointer-events:none;
    background:
        radial-gradient(circle at 12% 18%,rgba(160,96,38,.18),transparent 24%),
        radial-gradient(circle at 88% 8%,rgba(20,20,20,.10),transparent 24%),
        linear-gradient(90deg,rgba(0,0,0,.035) 1px,transparent 1px),
        linear-gradient(180deg,rgba(0,0,0,.025) 1px,transparent 1px);
    background-size:auto,auto,46px 46px,46px 46px;
    z-index:-2;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.kr-container{width:min(1260px,92%);margin:auto}

/* Header */
.kr-header{
    position:sticky;
    top:18px;
    z-index:999;
    width:min(1260px,92%);
    margin:18px auto 0;
    border-radius:28px;
    background:rgba(255,252,246,.68);
    backdrop-filter:blur(24px);
    border:1px solid rgba(50,35,20,.12);
    box-shadow:0 24px 80px rgba(55,38,22,.10);
}
.kr-header-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:14px 18px;
}
.kr-logo{
    font-size:24px;
    font-weight:900;
    letter-spacing:-.8px;
    padding:10px 16px;
    border-radius:18px;
    background:#17110d;
    color:#fff;
}
.kr-nav{
    display:flex;
    gap:8px;
    background:rgba(255,255,255,.55);
    padding:7px;
    border-radius:18px;
}
.kr-nav a{
    padding:10px 15px;
    border-radius:14px;
    color:#54483f;
    font-size:14px;
    transition:.25s;
}
.kr-nav a:hover{
    background:#17110d;
    color:#fff;
}

/* Hero */
.kr-hero{
    padding:88px 0 40px;
}
.kr-hero-grid{
    display:grid;
    grid-template-columns:1.15fr .85fr;
    gap:34px;
    align-items:stretch;
}
.kr-hero-grid>div:first-child{
    min-height:620px;
    border-radius:42px;
    padding:58px;
    background:
        linear-gradient(135deg,rgba(255,255,255,.88),rgba(255,250,241,.62)),
        radial-gradient(circle at 75% 20%,rgba(195,128,55,.28),transparent 30%);
    border:1px solid rgba(60,42,24,.12);
    box-shadow:0 34px 100px rgba(70,45,20,.14);
    position:relative;
    overflow:hidden;
}
.kr-hero-grid>div:first-child:after{
    content:"KANIKA ROY";
    position:absolute;
    right:-40px;
    bottom:24px;
    font-size:108px;
    line-height:.8;
    font-weight:950;
    letter-spacing:-8px;
    color:rgba(23,17,13,.055);
}
.kr-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:10px 16px;
    border-radius:999px;
    background:#17110d;
    color:#fff;
    font-size:13px;
    font-weight:800;
    margin-bottom:28px;
}
.kr-badge:before{
    content:"";
    width:8px;
    height:8px;
    border-radius:50%;
    background:#d9a35e;
}
.kr-hero h1{
    font-size:78px;
    line-height:.92;
    letter-spacing:-5px;
    max-width:850px;
    margin-bottom:28px;
}
.kr-hero p{
    max-width:670px;
    color:#65574c;
    font-size:18px;
    margin-bottom:34px;
}
.kr-search{
    display:flex;
    max-width:720px;
    background:#fff;
    padding:8px;
    border-radius:26px;
    border:1px solid rgba(55,35,20,.10);
    box-shadow:0 26px 70px rgba(80,50,22,.14);
}
.kr-search input{
    flex:1;
    border:0;
    outline:0;
    background:transparent;
    padding:18px 20px;
    color:#17110d;
    font-size:16px;
}
.kr-search button{
    border:0;
    border-radius:19px;
    padding:0 28px;
    background:#c8863d;
    color:#fff;
    font-weight:900;
    cursor:pointer;
}

/* Hero side card */
.kr-hero-grid>div:last-child .kr-city-card{
    height:100%;
    border-radius:42px;
    padding:34px;
    background:#17110d;
    color:#fff;
    position:relative;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.12);
    box-shadow:0 34px 100px rgba(30,20,10,.20);
}
.kr-hero-grid>div:last-child .kr-city-card:before{
    content:"";
    position:absolute;
    inset:auto -80px -80px auto;
    width:260px;
    height:260px;
    border-radius:50%;
    background:#c8863d;
    filter:blur(10px);
    opacity:.55;
}
.kr-hero-grid>div:last-child .kr-city-card h3{
    font-size:38px;
    line-height:1;
    letter-spacing:-2px;
    margin-bottom:18px;
}
.kr-hero-grid>div:last-child .kr-city-card p{
    color:rgba(255,255,255,.72);
    font-size:16px;
}

/* Sections */
.kr-section{
    padding:54px 0;
}
.kr-section-title{
    font-size:54px;
    line-height:.98;
    letter-spacing:-3px;
    max-width:760px;
    margin-bottom:18px;
}
.kr-section-text{
    color:#675a50;
    max-width:760px;
    font-size:17px;
    margin-bottom:36px;
}

/* City grid */
.kr-card-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:22px;
}
.kr-section .kr-city-card{
    min-height:230px;
    border-radius:34px;
    padding:30px;
    background:#fffaf3;
    border:1px solid rgba(65,42,22,.10);
    box-shadow:0 24px 70px rgba(75,48,20,.10);
    position:relative;
    overflow:hidden;
    transition:.32s cubic-bezier(.2,.8,.2,1);
}
.kr-section .kr-city-card:nth-child(2n){
    background:#17110d;
    color:#fff;
}
.kr-section .kr-city-card:nth-child(3n){
    transform:translateY(26px);
}
.kr-section .kr-city-card:hover{
    transform:translateY(-8px) scale(1.01);
}
.kr-section .kr-city-card:after{
    content:"Explore";
    position:absolute;
    right:24px;
    bottom:18px;
    font-size:13px;
    font-weight:900;
    letter-spacing:.8px;
    text-transform:uppercase;
    color:#c8863d;
}
.kr-section .kr-city-card h3{
    font-size:34px;
    letter-spacing:-1.5px;
    margin-bottom:10px;
}
.kr-section .kr-city-card p{
    max-width:420px;
    color:#75685d;
}
.kr-section .kr-city-card:nth-child(2n) p{
    color:rgba(255,255,255,.68);
}

/* Button */
.kr-btn{
    display:inline-flex;
    padding:14px 24px;
    border-radius:18px;
    background:#17110d;
    color:#fff;
    font-weight:900;
}

/* Footer */
.kr-footer{
    margin:80px auto 26px;
    width:min(1260px,92%);
    border-radius:42px;
    padding:54px;
    background:#17110d;
    color:#fff;
    position:relative;
    overflow:hidden;
}
.kr-footer:after{
    content:"";
    position:absolute;
    width:300px;
    height:300px;
    border-radius:50%;
    background:#c8863d;
    right:-100px;
    bottom:-140px;
    opacity:.45;
    filter:blur(8px);
}
.kr-footer-grid{
    display:grid;
    grid-template-columns:2fr 1fr 1fr;
    gap:40px;
    position:relative;
    z-index:1;
}
.kr-footer p{
    color:rgba(255,255,255,.68);
    margin-top:12px;
    max-width:560px;
}

/* Error */
.kr-error-wrap{
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
}
.kr-error-box{text-align:center}
.kr-error-box h1{font-size:90px}

/* Responsive */
@media(max-width:980px){
    .kr-hero-grid{grid-template-columns:1fr}
    .kr-hero-grid>div:first-child{min-height:auto;padding:40px}
    .kr-hero h1{font-size:54px}
    .kr-card-grid{grid-template-columns:1fr}
    .kr-section .kr-city-card:nth-child(3n){transform:none}
    .kr-footer-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
    .kr-header{
        top:10px;
        border-radius:22px;
    }
    .kr-nav{display:none}
    .kr-logo{font-size:20px}
    .kr-hero{padding:46px 0 20px}
    .kr-hero-grid>div:first-child{padding:28px;border-radius:30px}
    .kr-hero-grid>div:last-child .kr-city-card{border-radius:30px}
    .kr-hero h1{
        font-size:42px;
        letter-spacing:-2.5px;
    }
    .kr-search{
        flex-direction:column;
    }
    .kr-search button{
        padding:16px;
    }
    .kr-section-title{
        font-size:38px;
        letter-spacing:-2px;
    }
    .kr-footer{
        padding:34px;
        border-radius:30px;
    }
}
/* City Page */
.kr-city-hero{
    padding:84px 0 36px;
}
.kr-city-hero-grid{
    display:grid;
    grid-template-columns:1.3fr .7fr;
    gap:28px;
}
.kr-city-panel{
    min-height:520px;
    border-radius:46px;
    padding:54px;
    background:
        linear-gradient(135deg,rgba(255,255,255,.90),rgba(255,248,237,.72)),
        radial-gradient(circle at 78% 18%,rgba(200,134,61,.25),transparent 28%);
    border:1px solid rgba(65,42,22,.12);
    box-shadow:0 34px 100px rgba(70,45,20,.13);
    position:relative;
    overflow:hidden;
}
.kr-city-panel:after{
    content:"CITY";
    position:absolute;
    right:-16px;
    bottom:10px;
    font-size:150px;
    font-weight:950;
    letter-spacing:-10px;
    color:rgba(23,17,13,.045);
}
.kr-city-panel h1{
    font-size:72px;
    line-height:.92;
    letter-spacing:-4px;
    max-width:780px;
    margin-bottom:24px;
}
.kr-city-panel p{
    color:#66594d;
    max-width:720px;
    font-size:18px;
}
.kr-city-stats{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:14px;
    margin-top:36px;
    max-width:720px;
}
.kr-city-stats div{
    background:#fff;
    border-radius:24px;
    padding:20px;
    border:1px solid rgba(65,42,22,.10);
}
.kr-city-stats strong{
    display:block;
    font-size:26px;
    line-height:1;
}
.kr-city-stats span{
    display:block;
    margin-top:8px;
    color:#7a6c61;
    font-size:13px;
}
.kr-city-side{
    min-height:520px;
}
.kr-orbit-card{
    height:100%;
    border-radius:46px;
    padding:34px;
    background:#17110d;
    color:#fff;
    position:relative;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
}
.kr-orbit-card:before{
    content:"";
    position:absolute;
    width:340px;
    height:340px;
    border-radius:50%;
    top:-90px;
    right:-120px;
    background:conic-gradient(from 90deg,#c8863d,#fff0,#c8863d);
    opacity:.55;
}
.kr-orbit-card span{
    position:relative;
    z-index:1;
    color:#d9a35e;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:12px;
}
.kr-orbit-card h3{
    position:relative;
    z-index:1;
    font-size:52px;
    letter-spacing:-3px;
    line-height:.95;
    margin:12px 0;
}
.kr-orbit-card p{
    position:relative;
    z-index:1;
    color:rgba(255,255,255,.70);
}

.kr-city-tools{
    padding:28px 0;
}
.kr-filter-shell{
    display:grid;
    grid-template-columns:1.5fr .7fr .7fr;
    gap:14px;
    padding:16px;
    border-radius:30px;
    background:rgba(255,255,255,.70);
    backdrop-filter:blur(20px);
    border:1px solid rgba(65,42,22,.11);
    box-shadow:0 24px 70px rgba(75,48,20,.10);
}
.kr-filter-shell label{
    display:block;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:.8px;
    font-weight:900;
    color:#8a6332;
    margin:0 0 8px 10px;
}
.kr-filter-shell input,
.kr-filter-shell select{
    width:100%;
    border:0;
    outline:0;
    border-radius:20px;
    padding:17px 18px;
    background:#f8f3ea;
    color:#17110d;
    font-size:15px;
}

.kr-listing-zone{
    padding:56px 0;
}
.kr-zone-heading{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    margin-bottom:28px;
}
.kr-zone-heading h2{
    font-size:52px;
    line-height:1;
    letter-spacing:-3px;
    max-width:820px;
}
.kr-zone-heading p{
    color:#675a50;
    margin-top:14px;
    max-width:720px;
}
.kr-listing-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}
.kr-profile-card{
    border-radius:34px;
    background:#fffaf3;
    border:1px solid rgba(65,42,22,.10);
    box-shadow:0 24px 70px rgba(75,48,20,.10);
    overflow:hidden;
    transition:.32s cubic-bezier(.2,.8,.2,1);
}
.kr-profile-card:nth-child(2n){
    transform:translateY(28px);
}
.kr-profile-card:hover{
    transform:translateY(-8px) scale(1.01);
}
.kr-profile-media{
    display:block;
    height:550px;
    position:relative;
    overflow:hidden;
    background:#17110d;
}

.kr-profile-media img{
    width:100%;
    height:100%;
    object-fit:fill;
    display:block;
}
.kr-profile-card:hover img{
    transform:scale(1.06);
}
.kr-profile-placeholder{
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:90px;
    font-weight:900;
    color:#d9a35e;
}
.kr-verified{
    position:absolute;
    left:18px;
    top:18px;
    background:#fff;
    color:#17110d;
    padding:8px 13px;
    border-radius:999px;
    font-size:12px;
    font-weight:900;
}
.kr-profile-content{
    padding:24px;
}
.kr-profile-top{
    display:flex;
    justify-content:space-between;
    gap:16px;
}
.kr-profile-top h3{
    font-size:28px;
    line-height:1;
    letter-spacing:-1px;
}
.kr-profile-top p{
    margin-top:8px;
    color:#71665c;
    font-size:14px;
}
.kr-rating{
    white-space:nowrap;
    background:#17110d;
    color:#fff;
    height:36px;
    padding:8px 12px;
    border-radius:999px;
    font-size:13px;
    font-weight:900;
}
.kr-profile-tags{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin:22px 0;
}
.kr-profile-tags span{
    background:#f1eadf;
    color:#5e5147;
    padding:8px 11px;
    border-radius:999px;
    font-size:13px;
    font-weight:700;
}
.kr-profile-footer{
    display:flex;
    align-items:center;
    justify-content:space-between;
    border-top:1px solid rgba(65,42,22,.10);
    padding-top:18px;
}
.kr-profile-footer strong{
    font-size:20px;
}
.kr-profile-footer a{
    background:#17110d;
    color:#fff;
    padding:11px 15px;
    border-radius:15px;
    font-size:13px;
    font-weight:900;
}
.kr-empty-state{
    padding:44px;
    border-radius:34px;
    background:#fffaf3;
    border:1px solid rgba(65,42,22,.10);
}
.kr-city-editorial{
    padding:72px 0;
}
.kr-editorial-grid{
    display:grid;
    grid-template-columns:.75fr 1.25fr;
    gap:60px;
    align-items:start;
}
.kr-editorial-grid h2{
    font-size:48px;
    line-height:1;
    letter-spacing:-2px;
}
.kr-editorial-grid p{
    color:#62564c;
    font-size:18px;
    margin-bottom:18px;
}

@media(max-width:1040px){
    .kr-city-hero-grid,
    .kr-filter-shell,
    .kr-editorial-grid{
        grid-template-columns:1fr;
    }
    .kr-listing-grid{
        grid-template-columns:repeat(2,1fr);
    }
}
@media(max-width:680px){
    .kr-city-panel{
        padding:30px;
        border-radius:32px;
        min-height:auto;
    }
    .kr-city-panel h1{
        font-size:42px;
        letter-spacing:-2px;
    }
    .kr-city-stats{
        grid-template-columns:1fr;
    }
    .kr-orbit-card{
        min-height:300px;
        border-radius:32px;
    }
    .kr-zone-heading h2{
        font-size:38px;
        letter-spacing:-2px;
    }
    .kr-listing-grid{
        grid-template-columns:1fr;
    }
    .kr-profile-card:nth-child(2n){
        transform:none;
    }
}

/* Profile Page */
.kr-profile-hero{
    padding:84px 0 46px;
}
.kr-profile-hero-grid{
    display:grid;
    grid-template-columns:.88fr 1.12fr;
    gap:30px;
    align-items:stretch;
}
.kr-profile-visual{
    min-height:650px;
    border-radius:48px;
    overflow:hidden;
    background:#17110d;
    position:relative;
    box-shadow:0 34px 100px rgba(70,45,20,.18);
}
.kr-profile-visual img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.kr-profile-big-placeholder{
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:160px;
    font-weight:950;
    color:#c8863d;
}
.kr-profile-ribbon{
    position:absolute;
    left:24px;
    top:24px;
    padding:10px 15px;
    border-radius:999px;
    background:#fff;
    color:#17110d;
    font-size:12px;
    font-weight:900;
}
.kr-profile-intro{
    min-height:650px;
    border-radius:48px;
    padding:54px;
    background:
        linear-gradient(135deg,rgba(255,255,255,.92),rgba(255,248,237,.76)),
        radial-gradient(circle at 82% 16%,rgba(200,134,61,.23),transparent 30%);
    border:1px solid rgba(65,42,22,.12);
    box-shadow:0 34px 100px rgba(70,45,20,.13);
    position:relative;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.kr-profile-intro:after{
    display:none;
    position:absolute;
    right:-40px;
    bottom:20px;
    font-size:110px;
    font-weight:950;
    letter-spacing:-8px;
    color:rgba(23,17,13,.045);
}
.kr-profile-intro h1{
    font-size:82px;
    line-height:.88;
    letter-spacing:-5px;
    margin-bottom:22px;
    position:relative;
    z-index:1;
}
.kr-profile-title{
    color:#65584d;
    font-size:19px;
    max-width:720px;
    position:relative;
    z-index:1;
}
.kr-profile-mini-stats{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:14px;
    margin:34px 0;
    position:relative;
    z-index:1;
}
.kr-profile-mini-stats div{
    background:#fff;
    border-radius:24px;
    padding:20px;
    border:1px solid rgba(65,42,22,.10);
}
.kr-profile-mini-stats strong{
    display:block;
    font-size:24px;
    line-height:1;
}
.kr-profile-mini-stats span{
    display:block;
    margin-top:8px;
    font-size:13px;
    color:#7a6c61;
}
.kr-profile-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    position:relative;
    z-index:1;
}
.kr-call-btn,
.kr-wa-btn{
    padding:15px 22px;
    border-radius:18px;
    font-weight:900;
}
.kr-call-btn{
    background:#17110d;
    color:#fff;
}
.kr-wa-btn{
    background:#24d366;
    color:#061b0d;
}
.kr-profile-details-section{
    padding:64px 0;
}
.kr-profile-details-grid{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:24px;
}
.kr-detail-panel,
.kr-description-panel{
    border-radius:38px;
    padding:34px;
    background:#fffaf3;
    border:1px solid rgba(65,42,22,.10);
    box-shadow:0 24px 70px rgba(75,48,20,.10);
}
.kr-detail-panel h2,
.kr-description-panel h2{
    font-size:38px;
    line-height:1;
    letter-spacing:-2px;
    margin-bottom:24px;
}
.kr-detail-list{
    display:grid;
    gap:10px;
}
.kr-detail-list div{
    display:flex;
    justify-content:space-between;
    gap:18px;
    padding:15px 0;
    border-bottom:1px solid rgba(65,42,22,.10);
}
.kr-detail-list span{
    color:#796b5f;
}
.kr-detail-list strong{
    text-align:right;
}
.kr-description-panel p,
.kr-description-panel{
    color:#62564c;
    font-size:17px;
}
.kr-service-cloud{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:24px;
}
.kr-service-cloud span{
    background:#17110d;
    color:#fff;
    border-radius:999px;
    padding:9px 13px;
    font-size:13px;
    font-weight:800;
}
.kr-media-section{
    padding:64px 0;
}
.kr-video-card{
    display:grid;
    grid-template-columns:.8fr 1.2fr;
    gap:28px;
    align-items:center;
    border-radius:42px;
    background:#17110d;
    color:#fff;
    padding:24px;
    margin-bottom:28px;
    overflow:hidden;
}
.kr-video-card img{
    width:100%;
    height:320px;
    object-fit:cover;
    border-radius:30px;
}
.kr-video-card span{
    color:#d9a35e;
    font-weight:900;
    text-transform:uppercase;
    font-size:12px;
    letter-spacing:1px;
}
.kr-video-card h3{
    font-size:44px;
    line-height:1;
    letter-spacing:-2px;
    margin:12px 0 22px;
}
.kr-video-card a{
    display:inline-flex;
    background:#c8863d;
    color:#fff;
    padding:13px 18px;
    border-radius:16px;
    font-weight:900;
}
.kr-gallery-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:16px;
}
.kr-gallery-grid figure{
    border-radius:28px;
    overflow:hidden;
    background:#17110d;
    min-height:240px;
}
.kr-gallery-grid img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.4s ease;
}
.kr-gallery-grid figure:hover img{
    transform:scale(1.06);
}
.kr-review-section{
    padding:70px 0;
}
.kr-review-grid{
    display:grid;
    grid-template-columns:.65fr 1.35fr;
    gap:50px;
}
.kr-review-grid h2{
    font-size:52px;
    line-height:1;
    letter-spacing:-3px;
}
.kr-review-grid p{
    color:#675a50;
    margin-top:14px;
}
.kr-review-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}
.kr-review-card{
    border-radius:30px;
    padding:26px;
    background:#fffaf3;
    border:1px solid rgba(65,42,22,.10);
    box-shadow:0 24px 70px rgba(75,48,20,.09);
}
.kr-review-card span{
    display:inline-flex;
    background:#17110d;
    color:#fff;
    border-radius:999px;
    padding:8px 12px;
    font-size:12px;
    font-weight:900;
    margin-bottom:18px;
}
.kr-review-card h3{
    font-size:22px;
    line-height:1.1;
    margin-bottom:12px;
}
.kr-review-card p{
    color:#63574d;
    margin:0 0 16px;
}
.kr-review-card strong{
    font-size:14px;
}

@media(max-width:1040px){
    .kr-profile-hero-grid,
    .kr-profile-details-grid,
    .kr-review-grid,
    .kr-video-card{
        grid-template-columns:1fr;
    }
    .kr-profile-visual,
    .kr-profile-intro{
        min-height:auto;
    }
    .kr-profile-visual{
        height:560px;
    }
    .kr-gallery-grid{
        grid-template-columns:repeat(2,1fr);
    }
}
@media(max-width:680px){
    .kr-profile-visual{
        height:440px;
        border-radius:34px;
    }
    .kr-profile-intro{
        padding:30px;
        border-radius:34px;
    }
    .kr-profile-intro h1{
        font-size:48px;
        letter-spacing:-3px;
    }
    .kr-profile-mini-stats{
        grid-template-columns:1fr;
    }
    .kr-profile-details-grid,
    .kr-review-list,
    .kr-gallery-grid{
        grid-template-columns:1fr;
    }
    .kr-video-card img{
        height:240px;
    }
}

.kr-profile-visual-wrap{
    display:grid;
    gap:16px;
}

.kr-profile-gallery-row{
    position:relative;
    display:flex;
    align-items:center;
    gap:12px;
}

.kr-profile-gallery-strip{
    display:flex;
    gap:12px;
    overflow-x:auto;
    scroll-behavior:smooth;
    scrollbar-width:none;
    padding:4px 2px 8px;
}

.kr-profile-gallery-strip::-webkit-scrollbar{
    display:none;
}

.kr-profile-gallery-strip figure{
    flex:0 0 120px;
    height:120px;
    border-radius:22px;
    overflow:hidden;
    background:#17110d;
    border:2px solid rgba(255,255,255,.65);
    box-shadow:0 14px 34px rgba(70,45,20,.12);
}

.kr-profile-gallery-strip img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.kr-gallery-arrow{
    flex:0 0 42px;
    width:42px;
    height:42px;
    border:0;
    border-radius:50%;
    background:#17110d;
    color:#fff;
    font-size:28px;
    line-height:1;
    cursor:pointer;
    box-shadow:0 14px 34px rgba(23,17,13,.18);
}

@media(max-width:680px){
    .kr-profile-gallery-strip figure{
        flex-basis:92px;
        height:92px;
        border-radius:18px;
    }

    .kr-gallery-arrow{
        width:38px;
        height:38px;
        flex-basis:38px;
    }
}

.kr-profile-carousel{
    min-height:650px;
    border-radius:48px;
    overflow:hidden;
    background:#17110d;
    position:relative;
    box-shadow:0 34px 100px rgba(70,45,20,.18);
}

.kr-profile-carousel > img{
    width:100%;
    height:650px;
    object-fit:cover;
    display:block;
    transition:opacity .22s ease, transform .35s ease;
}

.kr-profile-carousel:hover > img{
    transform:scale(1.02);
}

.kr-main-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:4;
    width:52px;
    height:52px;
    border:0;
    border-radius:50%;
    background:rgba(255,255,255,.88);
    color:#17110d;
    font-size:34px;
    line-height:1;
    cursor:pointer;
    box-shadow:0 18px 50px rgba(0,0,0,.18);
    transition:.25s;
}

.kr-main-arrow:hover{
    background:#17110d;
    color:#fff;
}

.kr-main-prev{
    left:22px;
}

.kr-main-next{
    right:22px;
}

.kr-image-count{
    position:absolute;
    right:14px;
    bottom:14px;
    padding:6px 10px;
    border-radius:999px;
    background:rgba(255,255,255,.18);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
    color:#fff;
    font-size:12px;
    font-weight:800;
    letter-spacing:.3px;
    border:1px solid rgba(255,255,255,.18);
    z-index:5;
}

.kr-profile-thumb-strip{
    display:flex;
    gap:12px;
    overflow-x:auto;
    scroll-behavior:smooth;
    scrollbar-width:none;
    padding:6px 2px 10px;
}

.kr-profile-thumb-strip::-webkit-scrollbar{
    display:none;
}

.kr-profile-thumb{
    flex:0 0 118px;
    height:118px;
    border:3px solid transparent;
    padding:0;
    border-radius:22px;
    overflow:hidden;
    background:#17110d;
    cursor:pointer;
    box-shadow:0 14px 34px rgba(70,45,20,.12);
    opacity:.72;
    transition:.25s;
}

.kr-profile-thumb.active{
    border-color:#c8863d;
    opacity:1;
    transform:translateY(-3px);
}

.kr-profile-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
}

@media(max-width:1040px){
    .kr-profile-carousel{
        min-height:auto;
    }

    .kr-profile-carousel > img{
        height:560px;
    }
}

@media(max-width:680px){
    .kr-profile-carousel{
        border-radius:34px;
    }

    .kr-profile-carousel > img{
        height:440px;
    }

    .kr-main-arrow{
        width:44px;
        height:44px;
        font-size:28px;
    }

    .kr-main-prev{
        left:14px;
    }

    .kr-main-next{
        right:14px;
    }

    .kr-profile-thumb{
        flex-basis:88px;
        height:88px;
        border-radius:17px;
    }
}

.kr-category-cloud{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin:24px 0 4px;
    position:relative;
    z-index:2;
}

.kr-category-cloud span{
    background:#c8863d;
    color:#fff;
    border-radius:999px;
    padding:9px 14px;
    font-size:13px;
    font-weight:900;
    box-shadow:0 12px 30px rgba(200,134,61,.25);
}

.kr-mini-heading{
    margin-top:28px;
    margin-bottom:12px;
    font-size:24px;
    color:#17110d;
}

.kr-preference-section{
    padding:54px 0;
}

.kr-preference-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.kr-preference-card{
    background:#17110d;
    color:#fff;
    border-radius:30px;
    padding:26px;
    min-height:150px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    position:relative;
    overflow:hidden;
}

.kr-preference-card:after{
    content:"";
    position:absolute;
    right:-40px;
    bottom:-40px;
    width:130px;
    height:130px;
    border-radius:50%;
    background:#c8863d;
    opacity:.35;
}

.kr-preference-card span{
    color:#d9a35e;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.8px;
    position:relative;
    z-index:1;
}

.kr-preference-card strong{
    font-size:26px;
    line-height:1.05;
    letter-spacing:-1px;
    position:relative;
    z-index:1;
}

@media(max-width:900px){
    .kr-preference-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:600px){
    .kr-preference-grid{
        grid-template-columns:1fr;
    }
}

.kr-filter-shell-advanced{
    grid-template-columns:1.4fr repeat(3, .8fr);
}

.kr-filter-actions{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    margin-top:16px;
}

.kr-filter-actions button{
    border:0;
    background:#17110d;
    color:#fff;
    padding:12px 18px;
    border-radius:16px;
    font-weight:900;
    cursor:pointer;
}

.kr-filter-actions span{
    color:#65584d;
    font-weight:800;
}

.kr-card-category-line{
    display:flex;
    flex-wrap:wrap;
    gap:7px;
    margin-bottom:16px;
}

.kr-card-category-line span{
    background:#c8863d;
    color:#fff;
    border-radius:999px;
    padding:7px 10px;
    font-size:11px;
    font-weight:900;
}

.kr-card-service-line{
    color:#7a6c61;
    font-size:13px;
    margin-bottom:18px;
    line-height:1.5;
}

.kr-no-results{
    margin-top:26px;
    padding:40px;
    border-radius:30px;
    background:#fffaf3;
    border:1px solid rgba(65,42,22,.10);
    box-shadow:0 24px 70px rgba(75,48,20,.08);
}

.kr-no-results h3{
    font-size:28px;
    letter-spacing:-1px;
    margin-bottom:8px;
}

.kr-no-results p{
    color:#675a50;
}

@media(max-width:1040px){
    .kr-filter-shell-advanced{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:680px){
    .kr-filter-shell-advanced{
        grid-template-columns:1fr;
    }

    .kr-filter-actions{
        flex-direction:column;
        align-items:flex-start;
    }
}

.kr-media-badges{
    position:absolute;
    left:18px;
    right:18px;
    bottom:18px;
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    z-index:4;
}

.kr-media-badges span{
    background:rgba(23,17,13,.78);
    color:#fff;
    backdrop-filter:blur(12px);
    border:1px solid rgba(255,255,255,.18);
    padding:8px 11px;
    border-radius:999px;
    font-size:12px;
    font-weight:900;
    box-shadow:0 10px 28px rgba(0,0,0,.18);
}

.kr-review-form{
    margin-top:28px;
    background:#fffaf3;
    border:1px solid rgba(65,42,22,.10);
    border-radius:30px;
    padding:26px;
    box-shadow:0 24px 70px rgba(75,48,20,.08);
}

.kr-review-form h3{
    font-size:26px;
    letter-spacing:-1px;
    margin-bottom:18px;
}

.kr-review-form label{
    display:block;
    margin:14px 0 7px;
    font-size:12px;
    font-weight:900;
    color:#8a6332;
    text-transform:uppercase;
    letter-spacing:.7px;
}

.kr-review-form input,
.kr-review-form select,
.kr-review-form textarea{
    width:100%;
    border:1px solid rgba(65,42,22,.12);
    background:#fff;
    border-radius:17px;
    padding:14px;
    outline:0;
    font-family:inherit;
    font-size:15px;
}

.kr-review-form button{
    margin-top:18px;
    border:0;
    background:#17110d;
    color:#fff;
    padding:15px 20px;
    border-radius:18px;
    font-weight:900;
    cursor:pointer;
}

.kr-review-success{
    background:#ddf8e7;
    color:#145c2f;
    padding:12px 14px;
    border-radius:16px;
    margin-bottom:14px;
    font-weight:800;
}

.kr-review-error{
    background:#ffe2df;
    color:#7a1f16;
    padding:12px 14px;
    border-radius:16px;
    margin-bottom:14px;
    font-weight:800;
}

.kr-city-compact-hero{
    padding:54px 0 18px;
}

.kr-city-compact-panel{
    border-radius:38px;
    padding:38px;
    background:
        linear-gradient(135deg,rgba(255,255,255,.92),rgba(255,248,237,.74)),
        radial-gradient(circle at 86% 12%,rgba(200,134,61,.22),transparent 26%);
    border:1px solid rgba(65,42,22,.11);
    box-shadow:0 24px 70px rgba(75,48,20,.10);
    position:relative;
    overflow:hidden;
}

.kr-city-compact-panel:after{
    content:"";
    position:absolute;
    width:220px;
    height:220px;
    right:-80px;
    top:-80px;
    border-radius:50%;
    background:#c8863d;
    opacity:.16;
}

.kr-city-compact-panel h1{
    font-size:56px;
    line-height:.96;
    letter-spacing:-3px;
    max-width:980px;
    margin-bottom:16px;
    position:relative;
    z-index:1;
}

.kr-city-compact-panel p{
    color:#65584d;
    max-width:850px;
    font-size:18px;
    position:relative;
    z-index:1;
}

.kr-city-tools-tight{
    padding:18px 0 20px;
}

.kr-listing-zone-tight{
    padding:28px 0 56px;
}

.kr-zone-heading-tight{
    margin-bottom:22px;
}

.kr-zone-heading-tight h2{
    font-size:44px;
}

.kr-mid-seo-block{
    padding-top:54px;
}

.kr-city-faq-section,
.kr-related-cities-section{
    padding:60px 0;
}

.kr-faq-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.kr-faq-card{
    background:#fffaf3;
    border:1px solid rgba(65,42,22,.10);
    border-radius:30px;
    padding:26px;
    box-shadow:0 20px 60px rgba(75,48,20,.08);
}

.kr-faq-card h3{
    font-size:22px;
    line-height:1.15;
    letter-spacing:-1px;
    margin-bottom:12px;
}

.kr-faq-card p{
    color:#675a50;
}

.kr-related-city-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px;
}

.kr-related-city-card{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:88px;
    border-radius:24px;
    background:#17110d;
    color:#fff;
    font-size:20px;
    font-weight:900;
    box-shadow:0 20px 60px rgba(23,17,13,.12);
    transition:.25s;
}

.kr-related-city-card:hover{
    transform:translateY(-4px);
    background:#c8863d;
}

@media(max-width:900px){
    .kr-city-compact-panel h1{
        font-size:42px;
        letter-spacing:-2px;
    }

    .kr-faq-grid,
    .kr-related-city-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:600px){
    .kr-city-compact-hero{
        padding:34px 0 12px;
    }

    .kr-city-compact-panel{
        padding:26px;
        border-radius:30px;
    }

    .kr-city-compact-panel h1{
        font-size:34px;
        letter-spacing:-1.5px;
    }

    .kr-city-compact-panel p{
        font-size:16px;
    }

    .kr-faq-grid,
    .kr-related-city-grid{
        grid-template-columns:1fr;
    }
}

.kr-mobile-toggle{
    display:none;
    width:44px;
    height:44px;
    border:0;
    border-radius:16px;
    background:#17110d;
    cursor:pointer;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:5px;
}

.kr-mobile-toggle span{
    width:18px;
    height:2px;
    background:#fff;
    border-radius:999px;
    transition:.25s;
}

.kr-header.mobile-open .kr-mobile-toggle span:nth-child(1){
    transform:translateY(7px) rotate(45deg);
}

.kr-header.mobile-open .kr-mobile-toggle span:nth-child(2){
    opacity:0;
}

.kr-header.mobile-open .kr-mobile-toggle span:nth-child(3){
    transform:translateY(-7px) rotate(-45deg);
}

@media(max-width:640px){
    .kr-mobile-toggle{
        display:flex;
    }

    .kr-header-inner{
        position:relative;
    }

    .kr-nav{
        position:absolute;
        top:64px;
        left:0;
        right:0;
        display:none;
        flex-direction:column;
        gap:8px;
        background:rgba(255,250,243,.96);
        backdrop-filter:blur(20px);
        border:1px solid rgba(65,42,22,.12);
        border-radius:24px;
        padding:14px;
        box-shadow:0 24px 70px rgba(75,48,20,.14);
    }

    .kr-header.mobile-open .kr-nav{
        display:flex;
    }

    .kr-nav a{
        padding:13px 14px;
        border-radius:16px;
        background:#f3efe7;
        color:#17110d;
        font-weight:800;
    }
}

@media(min-width:641px){
    .kr-nav{
        display:flex;
    }
}

.kr-card-cta-footer{
    gap:10px;
}

.kr-card-cta-footer a{
    flex:1;
    text-align:center;
}

.kr-card-call{
    background:#17110d !important;
    color:#fff !important;
}

.kr-card-wa{
    background:#24d366 !important;
    color:#061b0d !important;
}

.kr-floating-cta{
    position:fixed;
    left:50%;
    bottom:18px;
    transform:translateX(-50%);
    z-index:9999;
    display:flex;
    gap:10px;
    padding:10px;
    border-radius:24px;
    background:rgba(255,250,243,.88);
    backdrop-filter:blur(18px);
    border:1px solid rgba(65,42,22,.12);
    box-shadow:0 22px 70px rgba(23,17,13,.18);
}

.kr-floating-cta a{
    min-width:130px;
    text-align:center;
    padding:14px 18px;
    border-radius:18px;
    font-weight:950;
}

.kr-floating-call{
    background:#17110d;
    color:#fff;
}

.kr-floating-wa{
    background:#24d366;
    color:#061b0d;
}

@media(min-width:900px){
    .kr-floating-cta{
        display:none;
    }
}

@media(max-width:520px){
    .kr-floating-cta{
        left:12px;
        right:12px;
        bottom:12px;
        transform:none;
    }

    .kr-floating-cta a{
        min-width:0;
        flex:1;
        padding:13px 10px;
    }

    body{
        padding-bottom:86px;
    }
}

.kr-more-filter-toggle{
    display:none;
}

.kr-advanced-filter-fields{
    display:contents;
}

@media(max-width:680px){
    .kr-more-filter-toggle{
        display:block;
        width:100%;
        border:0;
        background:#17110d;
        color:#fff;
        padding:14px 16px;
        border-radius:18px;
        font-weight:900;
        cursor:pointer;
    }

    .kr-advanced-filter-fields{
        display:none;
        grid-column:1 / -1;
        gap:14px;
    }

    .kr-advanced-filter-fields.open{
        display:grid;
        grid-template-columns:1fr;
    }
}

.kr-footer{
    margin-top:80px;
    background:#17110d;
    color:#f4ede4;
    padding:60px 0 30px;
}

.kr-footer-grid{
    display:grid;
    grid-template-columns:1.4fr 1fr 1fr;
    gap:40px;
}

.kr-footer h3,
.kr-footer h4{
    margin:0 0 18px;
    color:#fff;
}

.kr-footer p{
    color:rgba(255,255,255,.72);
    line-height:1.8;
}

.kr-footer-links,
.kr-social-links{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.kr-footer-links a,
.kr-social-links a{
    color:rgba(255,255,255,.76);
    text-decoration:none;
    transition:.25s ease;
}

.kr-footer-links a:hover,
.kr-social-links a:hover{
    color:#fff;
    transform:translateX(3px);
}

@media(max-width:768px){

    .kr-footer{
        padding:50px 0 25px;
    }

    .kr-footer-grid{
        grid-template-columns:1fr;
        gap:34px;
    }

}