:root{--bg:#fffdfa;--surface:#fff;--text:#2f342f;--muted:#70766f;--line:#e8e4dc;--accent:#75866d;--accent-dark:#5f7157;--max:1380px;--shadow:0 8px 24px rgba(40,45,35,.05)}
*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;overflow-x:hidden;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.55;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.container{width:min(calc(100% - 56px),var(--max));margin-inline:auto}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:16px;top:16px;z-index:999;background:#fff;padding:10px 14px}
.site-header{background:#fff;border-bottom:1px solid var(--line);position:relative;z-index:20}.header-inner{height:74px;display:flex;align-items:center;justify-content:flex-start;gap:28px;position:relative}.brand{display:flex;align-items:center;gap:10px;font-size:28px;font-weight:500;letter-spacing:-.03em;color:#3f5b3b;position:relative;z-index:2;white-space:nowrap}.brand-mark{width:26px;height:26px;color:#92a784}.brand-mark svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}.primary-nav{position:absolute;left:50%;transform:translateX(-50%)}.menu{list-style:none;display:flex;align-items:center;gap:34px;margin:0;padding:0}.menu a{font-size:15px;font-weight:500;color:#2f342f}.menu a:hover{color:var(--accent)}.mobile-menu-button{display:none;border:0;background:transparent;padding:6px;margin-left:auto}.mobile-menu-button span{display:block;width:22px;height:1px;background:#333;margin:5px 0}
.hero{position:relative;min-height:620px;overflow:hidden;background:linear-gradient(90deg,#f6f1e8 0%,#f8f4ed 42%,#e7e1d7 42%,#e7e1d7 100%)}.hero-media{position:absolute;top:0;right:0;bottom:0;left:auto;width:58%;height:100%;object-fit:cover;object-position:center center;transform:none}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(250,246,238,.98) 0%,rgba(250,246,238,.96) 34%,rgba(250,246,238,.56) 47%,rgba(250,246,238,0) 63%);pointer-events:none}.hero-inner{min-height:620px;position:relative;z-index:2;display:flex;align-items:center;padding-block:40px}.hero-panel{width:min(100%,620px);padding:36px 38px;background:rgba(255,255,255,.90);border:1px solid rgba(232,228,220,.96);border-radius:22px;box-shadow:0 12px 32px rgba(40,38,30,.07);backdrop-filter:blur(2px)}.hero h1{margin:0 0 18px;font-size:52px;line-height:1.08;font-weight:400;letter-spacing:-.038em;color:#2f342f}.hero-panel>p{margin:0;max-width:500px;color:#5f665e;font-size:17px;line-height:1.65}.hero-search{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 112px;margin-top:24px;border:1px solid var(--line);border-radius:11px;overflow:hidden;background:#fff;min-height:58px}.search-field{display:grid;grid-template-columns:18px auto minmax(0,1fr);align-items:center;gap:9px;padding:0 14px;border-right:1px solid var(--line);min-width:0}.search-icon{color:var(--accent);font-size:18px}.search-field>span:nth-child(2){font-size:13px;font-weight:500;white-space:nowrap}.search-field select{min-width:0;width:100%;border:0;background:transparent;color:#747a73;font-size:12px;outline:0}.hero-search button{border:0;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;gap:7px;font-weight:500;cursor:pointer}.hero-search button:hover{background:var(--accent-dark)}
.quick-links{background:#fff;border-bottom:1px solid var(--line)}.quick-links-inner{padding:14px 0;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:12px}.quick-links a{height:40px;border:1px solid #ddd9d0;border-radius:999px;display:flex;align-items:center;justify-content:center;gap:7px;color:#5f655f;font-size:14px;font-weight:500;background:#fff}.quick-links a span{color:var(--accent)}
.home-section{padding:34px 0 0}.section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:18px}.section-head h1,.section-head h2{margin:0;font-size:30px;font-weight:500;letter-spacing:-.025em}.section-head a{font-size:14px;font-weight:500;color:var(--accent)}.home-section .container{width:min(calc(100% - 108px),1280px);margin-inline:auto}.bungalow-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.bungalow-card{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;box-shadow:var(--shadow);min-width:0}.bungalow-card-media{position:relative;display:block;aspect-ratio:2.15/1;overflow:hidden;background:#eee}.bungalow-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.bungalow-card:hover .bungalow-card-media img{transform:scale(1.025)}.heart{position:absolute;right:10px;top:10px;width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:rgba(32,43,30,.6);border:1px solid rgba(255,255,255,.8);color:#fff;font-size:17px}.bungalow-card-body{position:relative;padding:13px 14px 14px;min-height:106px}.bungalow-card h3{margin:0 0 5px;font-size:18px;line-height:1.3;font-weight:600}.location{margin:0 0 10px;color:#6f756f;font-size:13px}.tag-row{display:flex;flex-wrap:wrap;gap:5px;padding-right:110px}.tag-row span{padding:4px 7px;border:1px solid #ece8e0;border-radius:4px;color:#676d67;background:#fbfaf7;font-size:11px;font-weight:500}.card-link{position:absolute;right:13px;bottom:14px;color:var(--accent);font-size:12px;font-weight:500}
.region-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.region-card{position:relative;aspect-ratio:1/1;border-radius:9px;overflow:hidden;background:#ddd}.region-card img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.region-card:hover img{transform:scale(1.03)}.region-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 34%,rgba(14,27,15,.72))}.region-copy{position:absolute;left:0;right:0;bottom:12px;text-align:center;color:#fff}.region-copy strong{display:block;font-size:19px;font-weight:600}.region-copy small{font-size:12px}
.guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.guide-card{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;box-shadow:var(--shadow)}.guide-card>img{width:100%;aspect-ratio:2.45/1;object-fit:cover}.guide-body{padding:13px 14px 16px}.guide-date{margin:0 0 7px;color:#7d827c;font-size:12px}.guide-card h3{margin:0 0 7px;font-size:20px;line-height:1.35;font-weight:600}.guide-card p:not(.guide-date){margin:0 0 13px;color:#666c66;font-size:14px;line-height:1.55}.guide-card span{font-size:13px;font-weight:500;color:#60665f}
.why-section{padding:38px 0 30px}.why-section h2{text-align:center;margin:0 0 26px;font-size:30px;font-weight:500}.why-grid{max-width:1120px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr)}.why-grid>div{display:flex;align-items:center;gap:16px;padding:0 28px;border-right:1px solid var(--line)}.why-grid>div:last-child{border-right:0}.why-grid>div>span{font-size:38px;color:var(--accent);font-weight:300}.why-grid h3{margin:0 0 5px;font-size:17px;font-weight:600}.why-grid p{margin:0;color:#686e68;font-size:13px;line-height:1.5}.ad-section{padding:0 0 28px}.ad-slot{height:84px;border:1px solid #eee7db;border-radius:9px;background:#fbf5ec;display:grid;place-content:center;text-align:center;color:#9c988f}.ad-slot span{font-size:17px;font-weight:500}.ad-slot small{font-size:12px;margin-top:2px}
.site-footer{background:#fbfaf7;border-top:1px solid var(--line);padding:32px 0 18px}.footer-grid{display:grid;grid-template-columns:1.7fr repeat(4,1fr);gap:42px}.footer-brand{font-size:27px;font-weight:500}.footer-about p{max-width:280px;color:#6f756f;font-size:12px;line-height:1.55}.footer-grid h3{margin:2px 0 11px;font-size:14px;font-weight:600}.footer-grid>div:not(.footer-about) a{display:block;margin-bottom:8px;color:#626862;font-size:12px}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid var(--line);margin-top:25px;padding-top:14px;color:#7d827c;font-size:11px}.section{padding:54px 0}.content-single{max-width:900px}.content-single h1{font-size:38px;font-weight:400}.single-cover{border-radius:12px;margin:18px 0 24px}.entry-content{font-size:17px;line-height:1.75}.media-placeholder{display:block;width:100%;height:100%;background:#eee}
@media(max-width:1100px){.container{width:min(calc(100% - 36px),var(--max))}.home-section .container{width:min(calc(100% - 72px),1280px)}.menu{gap:20px}.hero{min-height:560px}.hero-inner{min-height:560px}.hero-media{width:56%;object-position:center center;transform:none}.hero-panel{width:min(100%,560px);padding:30px 32px}.hero h1{font-size:46px}.hero-panel>p{font-size:16px}.region-grid{grid-template-columns:repeat(3,1fr)}.quick-links-inner{grid-template-columns:repeat(4,1fr)}}



/* =========================================================
   FEATURED BUNGALOWS - LOCKED LAYOUT
   Do not change this block unless the featured card width is
   intentionally redesigned.
   ========================================================= */
.featured-bungalows{
    padding-left:0;
    padding-right:0;
}

.featured-bungalows .container{
    width:min(calc(100% - 120px),1280px);
    margin-left:auto;
    margin-right:auto;
}

.featured-bungalows .bungalow-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px;
}

.featured-bungalows .bungalow-card{
    width:100%;
    min-width:0;
}

@media(max-width:1100px){
    .featured-bungalows .container{
        width:min(calc(100% - 72px),1280px);
    }

    .featured-bungalows .bungalow-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:20px;
    }
}




/* =========================================================
   POPULAR REGIONS - LOCKED LAYOUT
   Keep this block independent from other homepage sections.
   ========================================================= */
.popular-regions{
    padding-top:36px;
    padding-left:0;
    padding-right:0;
}

.popular-regions .container{
    width:min(calc(100% - 120px),1280px);
    margin-left:auto;
    margin-right:auto;
}

.popular-regions .section-head{
    margin-bottom:18px;
}

.popular-regions .region-grid{
    display:grid;
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:18px;
}

.popular-regions .region-card{
    position:relative;
    aspect-ratio:1 / 1.05;
    min-width:0;
    overflow:hidden;
    border-radius:12px;
    background:#e8e6df;
    box-shadow:0 7px 20px rgba(38,45,34,.055);
    isolation:isolate;
}

.popular-regions .region-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    transition:transform .3s ease;
}

.popular-regions .region-card:hover img{
    transform:scale(1.025);
}

.popular-regions .region-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,rgba(10,20,10,0) 42%,rgba(10,22,12,.74) 100%);
    z-index:1;
}

.popular-regions .region-copy{
    position:absolute;
    left:14px;
    right:14px;
    bottom:14px;
    z-index:2;
    text-align:left;
    color:#fff;
    text-shadow:0 1px 8px rgba(0,0,0,.28);
}

.popular-regions .region-copy strong{
    display:block;
    font-size:18px;
    line-height:1.2;
    font-weight:600;
}

.popular-regions .region-copy small{
    display:block;
    margin-top:3px;
    font-size:12px;
    line-height:1.25;
    font-weight:500;
    opacity:.92;
}

@media(max-width:1100px){
    .popular-regions .container{
        width:min(calc(100% - 72px),1280px);
    }
    .popular-regions .region-grid{
        grid-template-columns:repeat(3,minmax(0,1fr));
        gap:18px;
    }
}






/* =========================================================
   BUNGALOV GUIDES - LOCKED LAYOUT
   Independent homepage guide section.
   ========================================================= */
.bungalow-guides{
    padding-top:38px;
    padding-left:0;
    padding-right:0;
}

.bungalow-guides .container{
    width:min(calc(100% - 120px),1280px);
    margin-left:auto;
    margin-right:auto;
}

.bungalow-guides .section-head{
    margin-bottom:18px;
}

.bungalow-guides .guide-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px;
}

.bungalow-guides .guide-card{
    min-width:0;
    overflow:hidden;
    background:#fff;
    border:1px solid var(--line);
    border-radius:12px;
    box-shadow:0 7px 20px rgba(38,45,34,.05);
}

.bungalow-guides .guide-card>img{
    width:100%;
    aspect-ratio:1.85 / 1;
    object-fit:cover;
    object-position:center;
}

.bungalow-guides .guide-body{
    padding:16px 17px 18px;
}

.bungalow-guides .guide-date{
    margin:0 0 7px;
    color:#7b817a;
    font-size:12px;
    font-weight:500;
}

.bungalow-guides .guide-card h3{
    margin:0 0 8px;
    font-size:19px;
    line-height:1.35;
    font-weight:600;
    letter-spacing:-.01em;
}

.bungalow-guides .guide-card p:not(.guide-date){
    margin:0 0 14px;
    color:#646a64;
    font-size:14px;
    line-height:1.55;
}

.bungalow-guides .guide-card span{
    color:var(--accent-dark);
    font-size:13px;
    font-weight:600;
}

@media(max-width:1100px){
    .bungalow-guides .container{
        width:min(calc(100% - 72px),1280px);
    }

    .bungalow-guides .guide-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:18px;
    }
}



/* =========================================================
   WHY BUNGALOVTR - LOCKED
   ========================================================= */
.why-bungalovtr{
    padding:46px 0 38px;
    margin-top:10px;
    background:#f7f5ef;
    border-top:1px solid #ece8df;
    border-bottom:1px solid #ece8df;
}
.why-bungalovtr .container{
    width:min(calc(100% - 120px),1280px);
    margin-inline:auto;
}
.why-bungalovtr h2{
    margin:0 0 28px;
    text-align:center;
    font-size:30px;
    line-height:1.2;
    font-weight:500;
    letter-spacing:-.025em;
    color:#2f342f;
}
.why-bungalovtr .why-grid{
    max-width:none;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
}
.why-bungalovtr .why-grid>div{
    min-width:0;
    min-height:132px;
    padding:24px 24px;
    display:flex;
    align-items:center;
    gap:17px;
    border:1px solid #e6e2d9;
    border-radius:12px;
    background:#fff;
    box-shadow:0 6px 18px rgba(38,45,34,.035);
}
.why-bungalovtr .why-grid>div>span{
    flex:0 0 46px;
    width:46px;
    height:46px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:#edf1e9;
    color:#66775f;
    font-size:24px;
    line-height:1;
    font-weight:400;
}
.why-bungalovtr .why-grid h3{
    margin:0 0 6px;
    font-size:17px;
    line-height:1.3;
    font-weight:600;
    color:#303630;
}
.why-bungalovtr .why-grid p{
    margin:0;
    font-size:13px;
    line-height:1.55;
    color:#666d66;
}

/* =========================================================
   ADSENSE HOME SLOT - LOCKED
   Keeps reserved height to reduce CLS.
   ========================================================= */
.home-ad-section{
    padding:28px 0 34px;
    background:#fffdfa;
}
.home-ad-section .container{
    width:min(calc(100% - 120px),1280px);
    margin-inline:auto;
}
.home-ad-section .ad-slot{
    min-height:100px;
    height:auto;
    padding:18px;
    border:1px dashed #dcd6ca;
    border-radius:10px;
    background:#faf7f0;
    display:grid;
    place-content:center;
    text-align:center;
    color:#98958e;
    box-shadow:none;
}
.home-ad-section .ad-slot span{
    font-size:14px;
    font-weight:500;
}
.home-ad-section .ad-slot small{
    margin-top:3px;
    font-size:11px;
    font-weight:400;
}

/* =========================================================
   FOOTER - LOCKED / DISTINCT COLOR
   ========================================================= */
.site-footer{
    background:#101828;
    color:#f4f3ed;
    border-top:1px solid #1f2a3d;
    padding:42px 0 20px;
}
.site-footer .container{
    width:min(calc(100% - 120px),1280px);
    margin-inline:auto;
}
.site-footer .footer-grid{
    display:grid;
    grid-template-columns:1.7fr repeat(4,minmax(0,1fr));
    gap:42px;
}
.site-footer .footer-brand{
    display:inline-block;
    font-size:27px;
    line-height:1.2;
    font-weight:600;
    letter-spacing:-.025em;
    color:#fff;
}
.site-footer .footer-about p{
    max-width:285px;
    margin:12px 0 0;
    color:rgba(255,255,255,.74);
    font-size:13px;
    line-height:1.65;
}
.site-footer .footer-grid h3{
    margin:2px 0 13px;
    font-size:14px;
    line-height:1.3;
    font-weight:600;
    color:#fff;
}
.site-footer .footer-grid>div:not(.footer-about) a{
    display:block;
    margin:0 0 9px;
    color:rgba(255,255,255,.76);
    font-size:13px;
    line-height:1.45;
    transition:color .18s ease;
}
.site-footer .footer-grid>div:not(.footer-about) a:hover{
    color:#fff;
}
.site-footer .footer-bottom{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    margin-top:32px;
    padding-top:17px;
    border-top:1px solid rgba(255,255,255,.16);
    color:rgba(255,255,255,.62);
    font-size:11px;
}

@media(max-width:1100px){
    .why-bungalovtr .container,
    .home-ad-section .container,
    .site-footer .container{
        width:min(calc(100% - 72px),1280px);
    }
    .site-footer .footer-grid{
        grid-template-columns:1.4fr repeat(2,minmax(0,1fr));
        row-gap:30px;
    }
}




/* =========================================================
   HOMEPAGE FINAL RHYTHM - LOCKED
   Final spacing/alignment pass. Keep section-specific locked
   card/grid rules above intact.
   ========================================================= */
:root{
    --home-content-width:1280px;
    --home-edge:120px;
    --home-edge-tablet:72px;
    --home-edge-mobile:24px;
    --home-section-gap:44px;
}

/* Same horizontal axis for all homepage content blocks */
.featured-bungalows .container,
.popular-regions .container,
.bungalow-guides .container,
.why-bungalovtr .container,
.home-ad-section .container,
.site-footer .container{
    width:min(calc(100% - var(--home-edge)),var(--home-content-width));
    margin-inline:auto;
}

/* Consistent vertical rhythm */
.featured-bungalows{
    padding-top:42px;
}
.popular-regions{
    padding-top:var(--home-section-gap);
}
.bungalow-guides{
    padding-top:var(--home-section-gap);
}

.featured-bungalows .section-head,
.popular-regions .section-head,
.bungalow-guides .section-head{
    margin-bottom:20px;
}

.featured-bungalows .section-head h2,
.popular-regions .section-head h2,
.bungalow-guides .section-head h2{
    font-size:29px;
    line-height:1.2;
    font-weight:500;
}

.featured-bungalows .section-head a,
.popular-regions .section-head a,
.bungalow-guides .section-head a{
    font-size:13px;
    line-height:1.4;
    font-weight:600;
}

/* Prevent accidental horizontal overflow inside locked grids */
.featured-bungalows,
.popular-regions,
.bungalow-guides,
.why-bungalovtr,
.home-ad-section,
.site-footer{
    overflow:hidden;
}

/* Give the information band a deliberate transition from guides */
.why-bungalovtr{
    margin-top:48px;
    padding-top:44px;
    padding-bottom:40px;
}

/* Ad area separated from content and footer without oversized gaps */
.home-ad-section{
    padding-top:28px;
    padding-bottom:32px;
}

/* Footer final vertical rhythm */
.site-footer{
    padding-top:44px;
    padding-bottom:20px;
}

@media(max-width:1100px){
    .featured-bungalows .container,
    .popular-regions .container,
    .bungalow-guides .container,
    .why-bungalovtr .container,
    .home-ad-section .container,
    .site-footer .container{
        width:min(calc(100% - var(--home-edge-tablet)),var(--home-content-width));
    }

    .featured-bungalows,
    .popular-regions,
    .bungalow-guides{
        padding-top:38px;
    }

    .why-bungalovtr{
        margin-top:40px;
    }
}




/* =========================================================
   HERO SEARCH - FINAL LOCKED COMPONENT
   Keep this component compact and independent.
   ========================================================= */
.hero .hero-search{
    width:100%;
    max-width:570px;
    min-height:54px;
    margin-top:22px;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) 104px;
    background:#fff;
    border:1px solid #e5e1d8;
    border-radius:12px;
    overflow:hidden;
    box-shadow:none;
}
.hero .search-field{
    min-width:0;
    min-height:54px;
    display:grid;
    grid-template-columns:18px minmax(0,1fr);
    align-items:center;
    gap:10px;
    padding:0 16px;
    border-right:1px solid #e8e4dc;
    background:#fff;
}
.hero .search-field .search-icon{
    color:var(--accent);
    font-size:17px;
    line-height:1;
}
.hero .search-field select{
    width:100%;
    min-width:0;
    height:52px;
    padding:0 24px 0 0;
    border:0;
    outline:0;
    background:transparent;
    color:#555c55;
    font-size:14px;
    line-height:1;
    font-weight:500;
    cursor:pointer;
}
.hero .hero-search button{
    min-width:0;
    min-height:54px;
    padding:0 18px;
    border:0;
    background:var(--accent);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    font-size:14px;
    font-weight:600;
    cursor:pointer;
    transition:background .2s ease;
}
.hero .hero-search button:hover{
    background:var(--accent-dark);
}



/* =========================================================
   HERO SEARCH - COMPACT FIX
   Fixes visible sr-only labels and locks desktop height.
   ========================================================= */
.sr-only{
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    padding:0!important;
    margin:-1px!important;
    overflow:hidden!important;
    clip:rect(0,0,0,0)!important;
    white-space:nowrap!important;
    border:0!important;
}
.hero .hero-search{
    width:100%;
    max-width:540px;
    min-height:48px;
    height:48px;
    margin-top:20px;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) 96px;
    border-radius:10px;
}
.hero .search-field{
    min-height:48px;
    height:48px;
    grid-template-columns:16px minmax(0,1fr);
    gap:8px;
    padding:0 14px;
}
.hero .search-field .search-icon{
    font-size:15px;
}
.hero .search-field select{
    height:46px;
    padding:0 22px 0 0;
    font-size:13px;
    font-weight:500;
    line-height:46px;
}
.hero .hero-search button{
    min-height:48px;
    height:48px;
    padding:0 14px;
    font-size:13px;
    font-weight:600;
}



/* =========================================================
   BUNGALOW PUBLIC GALLERY - MOSAIC / LOCKED
   Featured image + 4 gallery previews, responsive lightbox.
   ========================================================= */
.btr-public-gallery{position:relative;margin-bottom:34px}.btr-public-gallery-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:repeat(2,230px);gap:12px;overflow:hidden;border-radius:16px;background:#eee}.btr-gallery-tile{position:relative;display:block;width:100%;height:100%;margin:0;padding:0;border:0;overflow:hidden;background:#e9e9e5;cursor:pointer}.btr-gallery-main{grid-row:1/3;grid-column:1/2}.btr-gallery-image{width:100%;height:100%;object-fit:cover;transition:transform .25s ease,filter .25s ease}.btr-gallery-tile:hover .btr-gallery-image{transform:scale(1.018);filter:brightness(.97)}.btr-gallery-more{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:9px;background:rgba(15,23,18,.53);color:#fff;font-size:16px}.btr-gallery-more strong{font-size:16px;font-weight:700}.btr-gallery-more-icon{font-size:22px}.btr-gallery-all-button{position:absolute;right:18px;bottom:18px;z-index:3;min-height:42px;padding:0 14px;border:1px solid rgba(255,255,255,.72);border-radius:9px;background:rgba(20,27,22,.74);backdrop-filter:blur(5px);display:flex;align-items:center;gap:8px;color:#fff;font-size:12px;font-weight:600;cursor:pointer}.btr-gallery-all-button strong{display:inline-grid;place-items:center;min-width:24px;height:24px;padding:0 7px;border-radius:999px;background:rgba(255,255,255,.16);font-size:11px}.btr-gallery-all-button:hover{background:rgba(15,22,17,.9)}
.btr-gallery-count-1{grid-template-columns:1fr;grid-template-rows:480px}.btr-gallery-count-1 .btr-gallery-main{grid-column:1;grid-row:1}.btr-gallery-count-2{grid-template-columns:2fr 1fr;grid-template-rows:480px}.btr-gallery-count-2 .btr-gallery-main{grid-column:1;grid-row:1}.btr-gallery-count-3{grid-template-columns:2fr 1fr;grid-template-rows:repeat(2,234px)}.btr-gallery-count-3 .btr-gallery-main{grid-row:1/3}.btr-gallery-count-4{grid-template-columns:2fr 1fr 1fr;grid-template-rows:repeat(2,230px)}.btr-gallery-count-4 .btr-gallery-main{grid-row:1/3}.btr-gallery-count-4 .btr-gallery-tile:nth-child(2){grid-row:1/2;grid-column:2/4}.btr-gallery-count-4 .btr-gallery-tile:nth-child(3){grid-row:2/3;grid-column:2/3}.btr-gallery-count-4 .btr-gallery-tile:nth-child(4){grid-row:2/3;grid-column:3/4}
.btr-gallery-dialog{width:100vw;max-width:none;height:100vh;max-height:none;margin:0;padding:0;border:0;background:rgba(6,10,8,.94);color:#fff}.btr-gallery-dialog::backdrop{background:rgba(6,10,8,.94)}.btr-gallery-dialog-inner{position:relative;width:100%;height:100%;display:grid;place-items:center;padding:54px 76px}.btr-gallery-stage{margin:0;width:min(1200px,90vw);height:min(78vh,820px);display:grid;grid-template-rows:minmax(0,1fr) auto;align-items:center;justify-items:center}.btr-gallery-stage img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 18px 60px rgba(0,0,0,.35)}.btr-gallery-stage figcaption{width:100%;display:flex;justify-content:space-between;gap:20px;padding:14px 4px 0;color:rgba(255,255,255,.82);font-size:13px}.btr-gallery-close,.btr-gallery-nav{position:absolute;border:0;background:rgba(255,255,255,.12);color:#fff;display:grid;place-items:center;cursor:pointer;z-index:4}.btr-gallery-close{top:20px;right:24px;width:44px;height:44px;border-radius:50%;font-size:30px;line-height:1}.btr-gallery-nav{top:50%;width:48px;height:58px;border-radius:10px;transform:translateY(-50%);font-size:42px;line-height:1}.btr-gallery-prev{left:22px}.btr-gallery-next{right:22px}.btr-gallery-close:hover,.btr-gallery-nav:hover{background:rgba(255,255,255,.2)}body.btr-gallery-open{overflow:hidden}
@media(max-width:1000px){.btr-public-gallery-grid{grid-template-rows:repeat(2,190px)}.btr-gallery-count-1,.btr-gallery-count-2{grid-template-rows:392px}.btr-gallery-count-3{grid-template-rows:repeat(2,190px)}.btr-gallery-count-4{grid-template-rows:repeat(2,190px)}}


/* =========================================================
   BUNGALOW DETAIL PAGE V2 - FULL BUSINESS PROFILE / LOCKED
   ========================================================= */
.bungalow-single{padding-bottom:0}.bungalow-single>.container,.bungalow-single-layout,.bungalow-related>.container,.bungalow-discovery-strip>.container,.bungalow-single-ad>.container{width:min(calc(100% - 64px),1280px)}
.bungalow-breadcrumbs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding-top:22px;margin-bottom:22px;color:#7c827b;font-size:12px}.bungalow-breadcrumbs a:hover{color:var(--accent)}
.bungalow-single-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,520px);gap:34px;align-items:end;margin-bottom:24px}.bungalow-single-kicker{display:inline-block;margin-bottom:9px;color:var(--accent);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.bungalow-single-title h1{margin:0 0 10px;font-size:44px;line-height:1.08;letter-spacing:-.035em;font-weight:500;color:#293029}.bungalow-single-location{display:flex;align-items:flex-start;gap:7px;margin:0;color:#697069;font-size:14px}.bungalow-single-location span{color:var(--accent)}.bungalow-single-tags{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.bungalow-single-tags a{padding:8px 12px;border:1px solid #dedbd3;border-radius:999px;background:#fff;color:#596159;font-size:12px;font-weight:600}.bungalow-single-tags a:hover{border-color:var(--accent);color:var(--accent)}
.bungalow-single-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:34px;align-items:start;margin-top:34px}.bungalow-main-column{min-width:0;display:grid;gap:24px}.bungalow-summary-card,.bungalow-detail-section,.bungalow-reservation-note{background:#fff;border:1px solid #e9e6df;border-radius:16px;box-shadow:0 8px 28px rgba(35,42,32,.045)}.bungalow-summary-card,.bungalow-detail-section{padding:28px 30px}.bungalow-section-eyebrow{display:block;margin-bottom:6px;color:var(--accent);font-size:11px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.bungalow-summary-card h2,.bungalow-section-heading h2{margin:0;font-size:27px;line-height:1.2;font-weight:600;letter-spacing:-.02em}.bungalow-intro{margin-top:13px;color:#5d655e;font-size:16px;line-height:1.75}.bungalow-intro p{margin:0}
.bungalow-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:20px}.bungalow-feature-item{display:flex;align-items:center;gap:11px;min-height:58px;padding:10px 13px;border:1px solid #ece9e2;border-radius:11px;background:#fbfaf7;color:#414941;font-size:13px;font-weight:600;transition:border-color .2s ease,background .2s ease}.bungalow-feature-item:hover{border-color:#cfd8c9;background:#f7faf5}.bungalow-feature-icon{width:32px;height:32px;display:grid;place-items:center;flex:0 0 32px;border-radius:9px;background:#edf2ea;color:var(--accent-dark);font-size:15px;font-weight:700}
.bungalow-about-section .bungalow-entry-content{margin-top:18px}.bungalow-entry-content{color:#454c46;font-size:15px;line-height:1.82}.bungalow-entry-content p{margin:0 0 17px}.bungalow-entry-content h2{margin:32px 0 12px;font-size:25px;line-height:1.25;font-weight:600;color:#2e352f}.bungalow-entry-content h3{margin:25px 0 10px;font-size:20px;font-weight:600}.bungalow-entry-content ul,.bungalow-entry-content ol{padding-left:20px}.bungalow-entry-content li{margin-bottom:7px}
.bungalow-location-card{display:grid;grid-template-columns:50px minmax(0,1fr) auto;gap:16px;align-items:center;margin-top:18px;padding:18px;border:1px solid #ebe8e1;border-radius:13px;background:#faf9f6}.bungalow-location-icon{width:50px;height:50px;display:grid;place-items:center;border-radius:12px;background:#eaf0e7;color:var(--accent-dark);font-size:23px}.bungalow-location-copy strong{display:block;margin-bottom:3px;font-size:15px}.bungalow-location-copy p{margin:0;color:#6a716b;font-size:13px;line-height:1.5}.bungalow-location-button{padding:11px 14px;border-radius:9px;background:#fff;border:1px solid #dcd9d2;color:var(--accent-dark);font-size:12px;font-weight:700;white-space:nowrap}.bungalow-location-button:hover{border-color:var(--accent)}
.bungalow-reservation-note{display:flex;gap:16px;padding:20px 22px;background:#f8f6f0}.bungalow-reservation-note-icon{width:34px;height:34px;display:grid;place-items:center;flex:0 0 34px;border-radius:50%;background:#fff;border:1px solid #dedad0;color:var(--accent);font-weight:700}.bungalow-reservation-note h2{margin:0 0 5px;font-size:16px;font-weight:700}.bungalow-reservation-note p{margin:0;color:#676e67;font-size:13px;line-height:1.6}
.bungalow-info-card{position:sticky;top:94px;padding:24px;background:#fff;border:1px solid #e6e3dc;border-radius:16px;box-shadow:0 14px 38px rgba(39,45,36,.08)}.bungalow-info-card-head{padding-bottom:16px;border-bottom:1px solid #ece9e2}.bungalow-info-card-head span{display:block;margin-bottom:3px;color:var(--accent);font-size:10px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.bungalow-info-card h2{margin:0;font-size:22px;font-weight:600}.bungalow-info-list{display:grid}.bungalow-info-row{display:grid;gap:4px;padding:13px 0;border-bottom:1px solid #efede7}.bungalow-info-row span{color:#858a84;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.bungalow-info-row strong{color:#414741;font-size:12px;line-height:1.55;font-weight:600}.bungalow-contact-primary{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:18px}.bungalow-action{min-height:44px;padding:0 10px;display:flex;align-items:center;justify-content:center;border-radius:9px;border:1px solid #d9d6cf;font-size:12px;font-weight:700}.bungalow-action-primary{background:var(--accent);border-color:var(--accent);color:#fff}.bungalow-action-primary:hover{background:var(--accent-dark)}.bungalow-action-map{background:#fff;color:#4e564e}.bungalow-contact-secondary{display:grid;margin-top:10px;border:1px solid #ebe8e1;border-radius:10px;overflow:hidden}.bungalow-contact-secondary a{display:flex;justify-content:space-between;align-items:center;padding:11px 12px;color:#525952;font-size:12px;font-weight:600;background:#fbfaf8}.bungalow-contact-secondary a+a{border-top:1px solid #ebe8e1}.bungalow-contact-secondary a:hover{background:#f5f7f3;color:var(--accent-dark)}.bungalow-info-note{margin:15px 0 0;padding-top:14px;border-top:1px solid #eeebe5;color:#777d77;font-size:10.5px;line-height:1.55}.bungalow-info-note strong{color:#5b625b}
.bungalow-faq details{border-top:1px solid #ece9e2}.bungalow-faq details:first-of-type{margin-top:18px}.bungalow-faq summary{position:relative;padding:16px 34px 16px 0;cursor:pointer;list-style:none;color:#3d443e;font-size:14px;font-weight:700}.bungalow-faq summary::-webkit-details-marker{display:none}.bungalow-faq summary:after{content:'+';position:absolute;right:3px;top:13px;color:var(--accent);font-size:21px;font-weight:400}.bungalow-faq details[open] summary:after{content:'−'}.bungalow-faq details p{margin:0;padding:0 30px 16px 0;color:#697069;font-size:13px;line-height:1.65}
.bungalow-discovery-strip{margin-top:46px;padding:38px 0;background:#f7f5ef;border-top:1px solid #ece8df;border-bottom:1px solid #ece8df}.bungalow-discovery-strip .bungalow-section-heading{margin-bottom:18px}.bungalow-discovery-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.bungalow-discovery-links a{display:grid;gap:4px;padding:18px 20px;border:1px solid #e4e0d7;border-radius:12px;background:#fff}.bungalow-discovery-links strong{font-size:15px;font-weight:700}.bungalow-discovery-links span{color:#70766f;font-size:12px}.bungalow-discovery-links a:hover{border-color:#cbd6c6;box-shadow:0 7px 22px rgba(38,45,35,.05)}
.bungalow-related{padding:42px 0}.bungalow-related .section-head{align-items:end}.bungalow-related .section-head h2{margin-top:0}.bungalow-single-ad{padding:0 0 36px}
@media(max-width:1050px){.bungalow-single>.container,.bungalow-single-layout,.bungalow-related>.container,.bungalow-discovery-strip>.container,.bungalow-single-ad>.container{width:min(calc(100% - 40px),1280px)}.bungalow-single-head{grid-template-columns:1fr}.bungalow-single-tags{justify-content:flex-start}.bungalow-single-layout{grid-template-columns:minmax(0,1fr) 290px;gap:22px}.bungalow-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}



/* =========================================================
   BUNGALOW COMPACT PROFILE CARD - FINAL / LOCKED
   Replaces the long quick-info sidebar on single bungalow pages.
   ========================================================= */
.bungalow-profile-card{position:sticky;top:94px;background:#fff;border:1px solid #e3e7e5;border-radius:22px;overflow:hidden;box-shadow:0 14px 40px rgba(27,39,31,.075)}
.bungalow-profile-top{padding:24px 20px 20px;text-align:center}
.bungalow-profile-avatar{width:72px;height:72px;margin:0 auto 13px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#31a7df,#2384e6);color:#fff;font-size:31px;font-weight:600;box-shadow:0 9px 24px rgba(35,132,230,.18)}
.bungalow-profile-identity h2{display:flex;align-items:center;justify-content:center;gap:7px;margin:0;color:#17212c;font-size:18px;line-height:1.3;font-weight:650;letter-spacing:-.015em}
.bungalow-profile-identity p{margin:7px 0 0;color:#838a91;font-size:12px}
.bungalow-verified{width:18px;height:18px;display:inline-grid;place-items:center;flex:0 0 18px;border-radius:50%;background:#13ad79;color:#fff;font-size:11px;font-weight:800}
.bungalow-profile-stats{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #e7e9e8;border-bottom:1px solid #e7e9e8}
.bungalow-profile-stat{padding:16px 8px;text-align:center}
.bungalow-profile-stat+.bungalow-profile-stat{border-left:1px solid #e7e9e8}
.bungalow-profile-stat strong{display:block;color:#17212c;font-size:20px;line-height:1;font-weight:650}
.bungalow-profile-stat strong em{margin-left:3px;color:#ff9f0a;font-style:normal;font-size:16px}
.bungalow-profile-stat span{display:block;margin-top:6px;color:#838a91;font-size:11px}
.bungalow-profile-facts{display:grid;gap:12px;padding:17px 20px}
.bungalow-profile-facts>div{display:grid;grid-template-columns:22px minmax(0,1fr);align-items:start;gap:9px;color:#6c747b;font-size:12px;line-height:1.45}
.bungalow-fact-icon{width:22px;color:#17ad7b;font-weight:800;text-align:center}
.bungalow-profile-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;padding:2px 20px 14px}
.bungalow-profile-button{min-height:42px;padding:0 10px;border-radius:10px;display:flex;align-items:center;justify-content:center;gap:7px;font-size:12px;font-weight:700;transition:.18s ease}
.bungalow-profile-button-primary{background:#238a58;border:1px solid #238a58;color:#fff}
.bungalow-profile-button-primary:hover{background:#1d7349;border-color:#1d7349}
.bungalow-profile-button-secondary{background:#fff;border:1px solid #dfe3e1;color:#39443e}
.bungalow-profile-button-secondary:hover{background:#f7f9f7;border-color:#ccd4cf}
.bungalow-profile-socials{display:flex;align-items:center;justify-content:center;gap:9px;padding:2px 20px 16px}
.bungalow-profile-socials a{width:38px;height:38px;border:1px solid #e0e4e2;border-radius:50%;display:grid;place-items:center;background:#fff;color:#52605a;transition:transform .18s ease,border-color .18s ease,color .18s ease,background .18s ease}
.bungalow-profile-socials a:hover{transform:translateY(-1px);border-color:#bfcac4;background:#f7faf8;color:#238a58}
.bungalow-profile-socials svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.bungalow-profile-socials .fill-icon{fill:currentColor;stroke:none}
.bungalow-profile-note{margin:0;padding:14px 20px 18px;border-top:1px solid #edf0ee;background:#fafbf9;color:#7b837e;font-size:10.5px;line-height:1.55}
.bungalow-profile-note strong{color:#59635d}



/* =========================================================
   BLOG HUB / PAGE-BLOG - LOCKED
   ========================================================= */
.blog-hub{background:#fffdfa}.blog-container{width:min(calc(100% - 120px),1280px);margin-inline:auto}.blog-hero{padding:34px 0 44px;border-bottom:1px solid #ece8df;background:linear-gradient(180deg,#fbfaf6 0%,#fffdfa 100%)}.blog-breadcrumbs{display:flex;align-items:center;gap:8px;margin-bottom:35px;color:#7c827b;font-size:12px}.blog-breadcrumbs a:hover{color:var(--accent)}.blog-hero-copy{max-width:820px}.blog-eyebrow,.blog-section-kicker{display:block;margin-bottom:9px;color:var(--accent);font-size:11px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.blog-hero h1{margin:0;font-size:46px;line-height:1.08;font-weight:500;letter-spacing:-.04em;color:#273029}.blog-hero p{max-width:760px;margin:17px 0 0;color:#646b64;font-size:17px;line-height:1.7}.blog-filter-section{padding:24px 0;border-bottom:1px solid #efebe3;background:#fff}.blog-category-nav{display:flex;align-items:center;gap:9px;overflow-x:auto;scrollbar-width:none}.blog-category-nav::-webkit-scrollbar{display:none}.blog-category-chip{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 15px;border:1px solid #e2ddd3;border-radius:999px;background:#fff;color:#5e655e;font-size:12px;font-weight:600;white-space:nowrap;transition:.18s ease}.blog-category-chip:hover{border-color:#bdc9b8;color:var(--accent-dark)}.blog-category-chip.is-active{background:#edf2ea;border-color:#d4decf;color:#4d6247}.blog-list-section{padding:44px 0 54px}.blog-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px}.blog-section-head h2{margin:0;font-size:29px;line-height:1.2;font-weight:500;letter-spacing:-.025em}.blog-post-count{color:#848983;font-size:12px}.blog-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.blog-card{min-width:0;background:#fff;border:1px solid #e8e4dc;border-radius:14px;overflow:hidden;box-shadow:0 8px 28px rgba(39,45,36,.045);transition:transform .2s ease,box-shadow .2s ease}.blog-card:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(39,45,36,.075)}.blog-card-media{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;background:#eee}.blog-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .28s ease}.blog-card:hover .blog-card-media img{transform:scale(1.025)}.blog-card-placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,#e9e6df,#f7f5ef)}.blog-card-category{position:absolute;left:13px;bottom:13px;max-width:calc(100% - 26px);padding:6px 10px;border-radius:999px;background:rgba(15,24,18,.72);backdrop-filter:blur(6px);color:#fff;font-size:10px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.blog-card-content{padding:17px 18px 19px}.blog-card-meta{min-height:18px;display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-bottom:8px;color:#858a84;font-size:10.5px}.blog-card-title{margin:0 0 9px;font-size:19px;line-height:1.35;font-weight:600;letter-spacing:-.012em}.blog-card-title a:hover{color:var(--accent-dark)}.blog-card-excerpt{margin:0 0 15px;color:#656c65;font-size:13px;line-height:1.62}.blog-card-link{display:inline-flex;align-items:center;gap:7px;color:var(--accent-dark);font-size:12px;font-weight:700}.blog-card-link span{transition:transform .18s ease}.blog-card-link:hover span{transform:translateX(3px)}.blog-pagination{display:flex;align-items:center;justify-content:center;gap:7px;flex-wrap:wrap;margin-top:38px}.blog-pagination .page-numbers{min-width:38px;height:38px;padding:0 11px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #e1ddd4;border-radius:9px;background:#fff;color:#596159;font-size:12px;font-weight:600}.blog-pagination .page-numbers:hover,.blog-pagination .page-numbers.current{border-color:#bdc9b8;background:#edf2ea;color:#4c6047}.blog-empty-state{padding:48px;border:1px dashed #ddd7cc;border-radius:14px;text-align:center;background:#fbfaf7}.blog-empty-state h2{margin:0 0 8px;font-size:23px;font-weight:600}.blog-empty-state p{margin:0;color:#717771;font-size:13px}.blog-bottom-note{padding:0 0 48px}.blog-bottom-note-inner{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:center;padding:28px 32px;border:1px solid #e7e2d8;border-radius:16px;background:#f8f6f0}.blog-bottom-note h2{margin:0;font-size:25px;line-height:1.25;font-weight:500}.blog-bottom-note p{margin:0;color:#646b64;font-size:14px;line-height:1.7}
@media(max-width:1100px){.blog-container{width:min(calc(100% - 72px),1280px)}.blog-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}


/* =========================================================
   BLOG HUB V2 - FINAL VISUAL REFINEMENT
   Keeps the blog compact and avoids empty space with few posts.
   ========================================================= */
.blog-hub-v2 .blog-container{width:min(calc(100% - 96px),1280px)}
.blog-hero-v2{padding:28px 0 34px;background:#fbfaf6;border-bottom:1px solid #ebe7df}
.blog-hero-v2 .blog-breadcrumbs{margin-bottom:24px}
.blog-hero-layout{display:grid;grid-template-columns:minmax(0,1fr) 150px;align-items:end;gap:42px}
.blog-hero-v2 .blog-hero-copy{max-width:780px}
.blog-hero-v2 h1{font-size:40px;line-height:1.1}
.blog-hero-v2 p{max-width:700px;margin-top:13px;font-size:15px;line-height:1.65}
.blog-hero-stat{justify-self:end;text-align:right;padding-bottom:3px}
.blog-hero-stat strong{display:block;color:#2d3a31;font-size:32px;line-height:1;font-weight:550}
.blog-hero-stat span{display:block;margin-top:6px;color:#818781;font-size:11px}
.blog-hub-v2 .blog-filter-section{padding:16px 0;background:#fff}
.blog-hub-v2 .blog-category-nav{gap:8px}
.blog-hub-v2 .blog-category-chip{min-height:34px;padding:0 13px;font-size:11px}
.blog-hub-v2 .blog-category-chip small{margin-left:7px;min-width:19px;height:19px;padding:0 5px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#f2f1ed;color:#7f847f;font-size:9px}
.blog-hub-v2 .blog-category-chip.is-active small{background:rgba(117,134,109,.14);color:#52634d}
.blog-list-section-v2{padding:34px 0 46px}
.blog-section-head-featured{margin-bottom:15px}
.blog-section-head-featured h2,.blog-all-posts-head h2{font-size:25px}
.blog-feature-card{display:grid;grid-template-columns:minmax(0,1.22fr) minmax(340px,.78fr);min-height:350px;margin-bottom:40px;overflow:hidden;border:1px solid #e4e0d7;border-radius:18px;background:#fff;box-shadow:0 12px 34px rgba(37,45,35,.055)}
.blog-feature-media{min-width:0;min-height:350px;display:block;overflow:hidden;background:#eee}
.blog-feature-media img,.blog-feature-media .blog-card-placeholder{width:100%;height:100%;object-fit:cover}
.blog-feature-media img{transition:transform .3s ease}
.blog-feature-card:hover .blog-feature-media img{transform:scale(1.018)}
.blog-feature-content{padding:34px 34px 32px;display:flex;flex-direction:column;justify-content:center}
.blog-feature-category{align-self:flex-start;display:inline-flex;align-items:center;min-height:28px;padding:0 10px;margin-bottom:13px;border:1px solid #dce4d8;border-radius:999px;background:#f3f6f1;color:#52664d;font-size:10px;font-weight:700}
.blog-feature-meta{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-bottom:10px;color:#8a8f89;font-size:10.5px}
.blog-feature-content h2{margin:0 0 12px;font-size:28px;line-height:1.28;font-weight:600;letter-spacing:-.02em;color:#273029}
.blog-feature-content h2 a:hover{color:var(--accent-dark)}
.blog-feature-content p{margin:0 0 20px;color:#646b64;font-size:13.5px;line-height:1.7}
.blog-feature-link{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;color:var(--accent-dark);font-size:12px;font-weight:700}
.blog-feature-link span{transition:transform .18s ease}.blog-feature-link:hover span{transform:translateX(3px)}
.blog-all-posts-head{margin-top:4px}
.blog-hub-v2 .blog-card-grid{gap:20px}
.blog-hub-v2 .blog-card-content{padding:15px 16px 17px}
.blog-hub-v2 .blog-card-title{font-size:18px}
.blog-hub-v2 .blog-card-excerpt{font-size:12.5px;line-height:1.58}
.blog-bottom-note-v2{padding-bottom:42px}
.blog-bottom-note-v2 .blog-bottom-note-inner{padding:25px 28px;background:#f7f5ef}
.blog-bottom-note-v2 h2{font-size:23px}

@media(max-width:1100px){
  .blog-hub-v2 .blog-container{width:min(calc(100% - 56px),1280px)}
  .blog-feature-card{grid-template-columns:1.1fr .9fr}
  .blog-feature-content{padding:27px 26px}
  .blog-feature-content h2{font-size:24px}
}


/* =========================================================
   BUNGALOVTR BLOG - PATIKATR INSPIRED LAYOUT
   ========================================================= */
.blog-home-patika{background:#f7fbf8;color:#243229}.btr-blog-shell{width:min(calc(100% - 80px),1180px);margin-inline:auto}.btr-blog-hero-section{padding:34px 0 18px;background:linear-gradient(180deg,#f4faf6 0%,#f7fbf8 100%)}.btr-blog-top-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.78fr);gap:22px;align-items:stretch}.btr-blog-main-hero{min-height:320px;padding:34px 36px;border-radius:16px;background:linear-gradient(145deg,#567a67 0%,#274f3c 100%);color:#fff;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden;box-shadow:0 12px 32px rgba(33,63,48,.12)}.btr-blog-main-hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 85% 20%,rgba(255,255,255,.12),transparent 35%);pointer-events:none}.btr-blog-badge{position:relative;z-index:1;align-self:flex-start;padding:5px 9px;border-radius:999px;background:rgba(255,255,255,.16);font-size:9px;font-weight:700;letter-spacing:.08em}.btr-blog-main-hero h1{position:relative;z-index:1;max-width:650px;margin:16px 0 10px;font-size:40px;line-height:1.06;font-weight:600;letter-spacing:-.04em}.btr-blog-main-hero p{position:relative;z-index:1;max-width:680px;margin:0 0 22px;color:rgba(255,255,255,.84);font-size:14px;line-height:1.65}.btr-blog-hero-link{position:relative;z-index:1;align-self:flex-start;display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border-radius:8px;background:#fff;color:#24533d;font-size:11px;font-weight:700}.btr-blog-side-feature{overflow:hidden;border:1px solid #dfe8e1;border-radius:15px;background:#fff;box-shadow:0 8px 24px rgba(43,65,51,.06)}.btr-blog-side-media{display:block;aspect-ratio:16/9;overflow:hidden;background:#e8efea}.btr-blog-side-media img{width:100%;height:100%;object-fit:cover}.btr-blog-side-content{padding:17px 18px 19px}.btr-blog-mini-label{display:block;margin-bottom:7px;color:#5a7966;font-size:9px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.btr-blog-side-content h2{margin:0 0 8px;font-size:19px;line-height:1.28;font-weight:650}.btr-blog-side-content p{margin:0;color:#68756d;font-size:11.5px;line-height:1.58}.btr-blog-side-empty{display:flex;align-items:flex-end}.btr-blog-chip-row{display:flex;align-items:center;gap:8px;overflow-x:auto;padding:14px 0 0;scrollbar-width:none}.btr-blog-chip-row::-webkit-scrollbar{display:none}.btr-blog-chip-row a{flex:0 0 auto;padding:7px 11px;border:1px solid #dce6de;border-radius:999px;background:#fff;color:#4d6255;font-size:10px;font-weight:600;white-space:nowrap}.btr-blog-chip-row a.is-active,.btr-blog-chip-row a:hover{background:#e6f1e8;border-color:#c5d8c9;color:#27543d}.btr-blog-section{padding:30px 0}.btr-blog-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:15px}.btr-blog-section-head h2{margin:0 0 3px;font-size:25px;line-height:1.2;font-weight:650;letter-spacing:-.025em}.btr-blog-section-head p{margin:0;color:#748078;font-size:11px}.btr-blog-weekly-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.btr-blog-card{overflow:hidden;border:1px solid #dfe6e0;border-radius:11px;background:#fff;box-shadow:0 6px 18px rgba(45,69,55,.045);transition:.2s ease}.btr-blog-card:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(45,69,55,.08)}.btr-blog-card-media{display:block;aspect-ratio:16/9;overflow:hidden;background:#e9efeb}.btr-blog-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.btr-blog-card:hover .btr-blog-card-media img{transform:scale(1.02)}.btr-blog-card-body{padding:13px 14px 15px}.btr-blog-card-meta{display:flex;gap:6px;align-items:center;flex-wrap:wrap;margin-bottom:7px;color:#789083;font-size:8.8px}.btr-blog-card h3{margin:0 0 7px;font-size:15px;line-height:1.34;font-weight:650}.btr-blog-card p{margin:0;color:#6b776f;font-size:10.5px;line-height:1.58}.btr-blog-series-section{padding:28px 0;background:#eef7f0;border-block:1px solid #e0ebe3}.btr-blog-section-head-compact{margin-bottom:14px}.btr-blog-series-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.btr-blog-series-card{min-height:88px;padding:15px 16px;border-radius:10px;background:#17633f;color:#fff;display:flex;flex-direction:column;justify-content:center}.btr-blog-series-card:nth-child(2){background:#1d6d47}.btr-blog-series-card:nth-child(3){background:#276f50}.btr-blog-series-card:nth-child(4){background:#245e43}.btr-blog-series-card strong{display:block;margin-bottom:5px;font-size:13px;font-weight:650}.btr-blog-series-card span{color:rgba(255,255,255,.78);font-size:9.5px;line-height:1.45}.btr-blog-new-section{padding-bottom:48px}.btr-blog-count{color:#7a897f;font-size:10px}.btr-blog-new-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.btr-blog-card-new .btr-blog-card-body{min-height:150px}.btr-blog-card-new h3{font-size:14.5px}.btr-blog-pagination{display:flex;align-items:center;gap:6px;margin-top:24px}.btr-blog-pagination .page-numbers{min-width:28px;height:28px;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #d8e3db;border-radius:6px;background:#fff;color:#506158;font-size:10px;font-weight:650}.btr-blog-pagination .page-numbers.current,.btr-blog-pagination .page-numbers:hover{background:#17633f;border-color:#17633f;color:#fff}
@media(max-width:980px){.btr-blog-shell{width:min(calc(100% - 48px),1180px)}.btr-blog-top-grid{grid-template-columns:1fr 320px}.btr-blog-main-hero h1{font-size:34px}.btr-blog-series-grid{grid-template-columns:repeat(2,1fr)}}



/* =========================================================
   BLOG DETAIL - PATIKATR INSPIRED / BUNGALOVTR
   ========================================================= */
.blog-single-patika{background:#f6faf7;color:#253129;padding:0 0 56px}.btr-single-shell{width:min(calc(100% - 96px),1120px);margin-inline:auto}.btr-single-breadcrumbs{display:flex;align-items:center;gap:7px;min-height:52px;color:#77847c;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btr-single-breadcrumbs a{color:#607166}.btr-single-breadcrumbs a:hover{color:#1d6844}.btr-single-breadcrumbs span:last-child{overflow:hidden;text-overflow:ellipsis}
.btr-single-hero{position:relative;min-height:360px;display:flex;align-items:flex-end;overflow:hidden;border-radius:16px;background:linear-gradient(145deg,#395c48,#173d2b);box-shadow:0 14px 38px rgba(28,56,40,.13)}.btr-single-hero.has-image{background-image:var(--btr-single-cover);background-size:cover;background-position:center}.btr-single-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,37,26,.92) 0%,rgba(15,37,26,.75) 48%,rgba(15,37,26,.24) 100%)}.btr-single-hero-content{position:relative;z-index:2;max-width:820px;padding:34px 36px 30px;color:#fff}.btr-single-category{display:inline-flex;align-items:center;min-height:26px;padding:0 9px;border-radius:999px;background:rgba(255,255,255,.17);color:#fff;font-size:9px;font-weight:700;letter-spacing:.04em}.btr-single-hero h1{max-width:820px;margin:14px 0 10px;color:#fff;font-size:38px;line-height:1.06;font-weight:650;letter-spacing:-.035em}.btr-single-deck{max-width:720px;margin:0 0 20px;color:rgba(255,255,255,.84);font-size:13px;line-height:1.62}.btr-single-meta{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:18px}.btr-single-editor-mini{display:flex;align-items:center;gap:9px}.btr-single-editor-mini>span:last-child{display:grid;gap:1px}.btr-single-editor-mini strong{font-size:10px;font-weight:700}.btr-single-editor-mini small{font-size:8.5px;color:rgba(255,255,255,.68)}.btr-meta-item{display:grid;gap:2px;color:#fff;font-size:9px}.btr-meta-item b{color:rgba(255,255,255,.62);font-size:8px;font-weight:500}.btr-editor-avatar{width:78px;height:78px;border-radius:50%;display:grid;place-items:center;background:#e4f0e7;color:#246443;border:5px solid #fff;box-shadow:0 5px 16px rgba(29,70,46,.12);font-size:30px;font-weight:700}.btr-editor-avatar-sm{width:34px;height:34px;border-width:2px;font-size:13px;background:#fff;color:#2a6848;box-shadow:none}
.btr-single-layout{display:grid;grid-template-columns:minmax(0,1fr) 272px;gap:22px;align-items:start;margin-top:20px}.btr-single-article{min-width:0}.btr-single-content{padding:26px 28px 30px;border:1px solid #dde7df;border-radius:14px;background:#fff;box-shadow:0 7px 24px rgba(42,67,51,.04);font-size:14px;line-height:1.82;color:#46534b}.btr-single-content>:first-child{margin-top:0}.btr-single-content>:last-child{margin-bottom:0}.btr-single-content h2{margin:28px 0 10px;color:#233228;font-size:23px;line-height:1.25;font-weight:650;letter-spacing:-.018em}.btr-single-content h3{margin:24px 0 8px;color:#293a30;font-size:18px;line-height:1.3;font-weight:650}.btr-single-content p{margin:0 0 17px}.btr-single-content ul,.btr-single-content ol{margin:0 0 18px;padding-left:22px}.btr-single-content li{margin:5px 0}.btr-single-content a{color:#17643f;text-decoration:underline;text-underline-offset:3px}.btr-single-content blockquote{margin:24px 0;padding:16px 18px;border-left:3px solid #2f8055;border-radius:0 9px 9px 0;background:#f1f7f3;color:#47574d}.btr-single-content img{border-radius:10px}.btr-single-sidebar{position:sticky;top:88px;display:grid;gap:12px}.btr-editor-card,.btr-single-info-card,.btr-side-tags,.btr-share-card{border:1px solid #dce6df;border-radius:14px;background:#fff;box-shadow:0 7px 22px rgba(41,65,50,.045)}.btr-editor-card{text-align:center;padding:22px 18px 18px}.btr-editor-card .btr-editor-avatar{margin:-3px auto 12px}.btr-editor-card h2{margin:0;color:#26342b;font-size:18px;line-height:1.25;font-weight:650}.btr-editor-role{margin:5px 0 12px;color:#25865a;font-size:8.5px;font-weight:800;letter-spacing:.07em}.btr-editor-description{margin:0;color:#6c786f;font-size:10.5px;line-height:1.55}.btr-editor-profile-link{display:inline-flex;margin-top:14px;padding:7px 10px;border:1px solid #d8e4db;border-radius:7px;color:#32664c;font-size:9.5px;font-weight:700}.btr-single-info-card{padding:6px 16px}.btr-single-info-card dl{margin:0}.btr-single-info-card dl>div{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 0;border-bottom:1px solid #edf1ee}.btr-single-info-card dl>div:last-child{border-bottom:0}.btr-single-info-card dt{color:#8a938d;font-size:9px}.btr-single-info-card dd{margin:0;color:#3e4c43;font-size:10px;font-weight:650;text-align:right}.btr-single-info-card a{color:#2a6e4b}.btr-side-tags,.btr-share-card{padding:14px 15px}.btr-side-tags h3,.btr-share-card h3{margin:0 0 10px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#6e7d73}.btr-side-tags>div{display:flex;gap:6px;flex-wrap:wrap}.btr-side-tags a{padding:5px 8px;border-radius:999px;background:#eef5f0;color:#4e6958;font-size:8.5px}.btr-share-card>div{display:flex;gap:7px}.btr-share-card a,.btr-share-card button{width:31px;height:31px;border:0;border-radius:7px;display:grid;place-items:center;color:#fff;font-size:9px;font-weight:800;cursor:pointer}.share-whatsapp{background:#20ad63}.share-facebook{background:#1877f2}.share-x{background:#161b18}.btr-copy-link{background:#e9efeb!important;color:#4a5b50!important}
.btr-editor-note{display:grid;grid-template-columns:1fr auto;gap:22px;align-items:center;margin-top:16px;padding:17px 18px;border:1px solid #cfe2d5;border-radius:11px;background:#edf7f0}.btr-editor-note span{display:block;margin-bottom:4px;color:#2d7852;font-size:8.5px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.btr-editor-note strong{display:block;color:#2c3e32;font-size:12px;line-height:1.4}.btr-editor-note p{margin:5px 0 0;color:#708078;font-size:9.5px;line-height:1.45}.btr-editor-note>a{padding:8px 10px;border-radius:7px;background:#fff;color:#286246;font-size:9px;font-weight:700;white-space:nowrap}.btr-single-tags{display:none}
.btr-single-cta{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;margin-top:28px;padding:26px 28px;border-radius:14px;background:linear-gradient(135deg,#167548,#0d5b38);color:#fff;box-shadow:0 10px 28px rgba(23,96,60,.11)}.btr-single-cta span{font-size:8.5px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:#cce6d5}.btr-single-cta h2{max-width:690px;margin:7px 0 5px;font-size:22px;line-height:1.2;font-weight:650}.btr-single-cta p{margin:0;color:rgba(255,255,255,.76);font-size:10.5px}.btr-single-cta>a{padding:9px 12px;border-radius:7px;background:#fff;color:#17603e;font-size:9.5px;font-weight:750;white-space:nowrap}
.btr-related-posts{padding-top:28px}.btr-related-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:13px}.btr-related-head span{display:block;margin-bottom:4px;color:#2a7952;font-size:8.5px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.btr-related-head h2{margin:0;font-size:24px;line-height:1.2;font-weight:650}.btr-related-head>a{color:#557066;font-size:9.5px;font-weight:650}.btr-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.btr-related-card{overflow:hidden;border:1px solid #dae5dd;border-radius:10px;background:#fff;box-shadow:0 5px 17px rgba(43,69,53,.04)}.btr-related-media{display:block;aspect-ratio:16/9;overflow:hidden;background:#e7eee9}.btr-related-media img,.btr-related-media .media-placeholder{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.btr-related-card:hover .btr-related-media img{transform:scale(1.025)}.btr-related-body{padding:11px 12px 13px}.btr-related-body>span{color:#769082;font-size:8px}.btr-related-body h3{margin:5px 0 6px;font-size:12.5px;line-height:1.36;font-weight:650}.btr-related-body p{margin:0 0 9px;color:#6b776f;font-size:9px;line-height:1.5}.btr-related-link{color:#236443;font-size:8.5px;font-weight:700}
@media(max-width:980px){.btr-single-shell{width:min(calc(100% - 48px),1120px)}.btr-single-layout{grid-template-columns:minmax(0,1fr) 240px}.btr-single-hero h1{font-size:34px}}



/* =========================================================
   BLOG DETAIL V2 - PATIKATR VISUAL LOCK
   Hero daha aydinlik, meta ve editor karti daha okunakli.
   ========================================================= */
.blog-single-patika{background:#f5faf7}
.btr-single-shell{width:min(calc(100% - 72px),1180px)}
.btr-single-breadcrumbs{font-size:12px;min-height:50px}
.btr-single-hero{min-height:390px;border-radius:14px}
.btr-single-hero.has-image{background-position:center 48%}
.btr-single-hero-overlay{background:linear-gradient(90deg,rgba(10,33,23,.76) 0%,rgba(10,33,23,.58) 46%,rgba(10,33,23,.12) 100%)}
.btr-single-hero-content{max-width:900px;padding:38px 42px 34px}
.btr-single-category{min-height:28px;padding:0 11px;font-size:10px}
.btr-single-hero h1{max-width:760px;margin:16px 0 12px;font-size:44px;line-height:1.08;font-weight:700;letter-spacing:-.035em}
.btr-single-deck{max-width:720px;margin-bottom:22px;font-size:15px;line-height:1.6;color:rgba(255,255,255,.92)}
.btr-single-meta{gap:0;margin-top:22px}
.btr-single-editor-mini{min-width:230px;gap:11px;padding-right:22px;margin-right:22px;border-right:1px solid rgba(255,255,255,.22)}
.btr-single-editor-mini strong{font-size:14px;font-weight:700}
.btr-single-editor-mini small{font-size:10px;font-weight:500;color:rgba(255,255,255,.78)}
.btr-meta-item{min-width:145px;min-height:48px;justify-content:center;padding:0 22px;border-right:1px solid rgba(255,255,255,.22);font-size:13px;font-weight:700}
.btr-meta-item:last-child{border-right:0}
.btr-meta-item b{font-size:10px;font-weight:500;color:rgba(255,255,255,.76)}
.btr-editor-avatar{object-fit:cover;overflow:hidden}
img.btr-editor-avatar{display:block;background:#e4f0e7}
.btr-editor-avatar-sm{width:50px;height:50px;border:3px solid #fff;font-size:18px}
.btr-single-layout{grid-template-columns:minmax(0,1fr) 330px;gap:28px;margin-top:24px}
.btr-single-content{padding:30px 32px 34px;font-size:15.5px;line-height:1.86}
.btr-single-content h2{font-size:25px}
.btr-single-content h3{font-size:20px}
.btr-single-sidebar{top:92px;gap:14px}
.btr-editor-card{padding:24px 24px 22px;text-align:left}
.btr-editor-card .btr-editor-avatar{width:92px;height:92px;margin:0 0 14px;border-width:4px}
.btr-editor-card h2{font-size:22px;font-weight:700}
.btr-editor-role{font-size:10px;margin:6px 0 14px}
.btr-editor-description{font-size:12.5px;line-height:1.72}
.btr-editor-profile-link{margin-top:16px;padding:9px 13px;font-size:11px;border-radius:8px}
.btr-single-info-card{padding:8px 18px}
.btr-single-info-card dl>div{padding:13px 0}
.btr-single-info-card dt{font-size:11px}
.btr-single-info-card dd{font-size:12px}
.btr-share-card,.btr-side-tags{padding:16px 18px}
.btr-share-card h3,.btr-side-tags h3{font-size:11px}
.btr-share-card a,.btr-share-card button{width:36px;height:36px;font-size:10px}
.btr-related-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.btr-related-card{min-width:0}

/* Editor profile page */
.btr-editor-profile-page{background:#f5faf7;padding:38px 0 60px}
.btr-editor-profile-shell{width:min(calc(100% - 72px),1080px);margin-inline:auto}
.btr-editor-profile-head{display:grid;grid-template-columns:auto 1fr;gap:24px;align-items:center;padding:28px;border:1px solid #dce6df;border-radius:16px;background:#fff}
.btr-editor-profile-head .btr-editor-avatar{width:112px;height:112px}
.btr-editor-profile-head h1{margin:0 0 6px;font-size:34px;line-height:1.15}
.btr-editor-profile-head .role{margin:0 0 12px;color:#25865a;font-size:11px;font-weight:800;letter-spacing:.06em}
.btr-editor-profile-head p{max-width:720px;margin:0;color:#65736a;font-size:14px;line-height:1.72}
.btr-editor-profile-posts{margin-top:28px}
.btr-editor-profile-posts h2{font-size:27px;margin:0 0 18px}
.btr-editor-profile-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.btr-editor-profile-card{overflow:hidden;border:1px solid #dfe7e1;border-radius:12px;background:#fff}
.btr-editor-profile-card img{width:100%;aspect-ratio:16/9;object-fit:cover}
.btr-editor-profile-card div{padding:14px}
.btr-editor-profile-card span{color:#7a877f;font-size:10px}
.btr-editor-profile-card h3{margin:6px 0 0;font-size:16px;line-height:1.4}

@media(max-width:980px){
  .btr-single-shell{width:min(calc(100% - 40px),1180px)}
  .btr-single-layout{grid-template-columns:minmax(0,1fr) 285px}
  .btr-single-hero h1{font-size:38px}
  .btr-meta-item{min-width:120px;padding:0 16px}
}


/* =========================================================
   CONTENT EDITORS - INDEX + PROFILE FINAL
   ========================================================= */
.btr-editors-index,.btr-editor-profile-page{background:#f5faf7;color:#26352c}.btr-editors-index-shell,.btr-editor-profile-shell{width:min(calc(100% - 72px),1160px);margin-inline:auto}.btr-editors-index-hero{padding:34px 0 30px;border-bottom:1px solid #dae6de;background:linear-gradient(180deg,#f7fbf8 0%,#f1f8f4 100%)}.btr-editors-breadcrumbs,.btr-editor-profile-breadcrumbs{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-bottom:26px;color:#7b897f;font-size:11px}.btr-editors-breadcrumbs a,.btr-editor-profile-breadcrumbs a{color:#557363}.btr-editors-eyebrow,.btr-editor-profile-kicker{display:block;color:#23825a;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.btr-editors-index-hero h1{margin:8px 0 10px;font-size:42px;line-height:1.08;font-weight:700;letter-spacing:-.035em}.btr-editors-index-hero p{max-width:760px;margin:0;color:#66766d;font-size:15px;line-height:1.72}.btr-editors-index-stats{display:flex;gap:12px;margin-top:18px}.btr-editors-index-stats span{padding:8px 11px;border:1px solid #d8e5dd;border-radius:999px;background:#fff;color:#627268;font-size:11px}.btr-editors-index-stats strong{color:#1f6544}.btr-editors-index-list{padding:30px 0 56px}.btr-editors-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.btr-editor-index-card{overflow:hidden;border:1px solid #dce7e0;border-radius:16px;background:#fff;box-shadow:0 8px 26px rgba(36,70,50,.045)}.btr-editor-index-main{display:grid;grid-template-columns:112px minmax(0,1fr);gap:20px;align-items:center;padding:22px 22px 18px}.btr-editor-index-main>img,.btr-editor-index-avatar{width:112px;height:112px;border-radius:50%;object-fit:cover;background:#e5f2e9;border:5px solid #f5faf7;box-shadow:0 0 0 1px #dce8e0}.btr-editor-index-avatar{display:grid;place-items:center;color:#20744f;font-size:35px;font-weight:700}.btr-editor-index-copy h2{margin:3px 0 4px;font-size:25px;line-height:1.15;font-weight:700}.btr-editor-index-copy>strong{display:block;color:#168555;font-size:10px;letter-spacing:.06em}.btr-editor-index-region{color:#718078;font-size:10px;font-weight:700}.btr-editor-index-copy p{margin:10px 0 0;color:#66756c;font-size:12.5px;line-height:1.65}.btr-editor-index-footer{display:grid;grid-template-columns:auto auto 1fr;gap:20px;align-items:center;padding:12px 22px;border-top:1px solid #edf2ee;background:#fbfdfb;color:#7a897f;font-size:10px}.btr-editor-index-footer b{color:#244f38;font-size:12px}.btr-editor-index-footer a{justify-self:end;color:#176e49;font-weight:750}
.btr-editor-profile-page{padding:0 0 60px}.btr-editor-profile-breadcrumbs{padding-top:22px;margin-bottom:16px}.btr-editor-profile-hero{display:grid;grid-template-columns:160px minmax(0,1fr) 360px;gap:28px;align-items:center;padding:30px;border:1px solid #dce7e0;border-radius:18px;background:#fff;box-shadow:0 8px 28px rgba(38,69,51,.045)}.btr-editor-profile-photo img,.btr-editor-profile-photo>span{width:160px;height:160px;border-radius:50%;object-fit:cover;display:grid;place-items:center;background:#e4f2e8;border:7px solid #f2f8f4;box-shadow:0 0 0 1px #d7e5dc;color:#176c48;font-size:48px;font-weight:700}.btr-editor-profile-region{display:inline-flex;margin-bottom:7px;padding:5px 8px;border-radius:999px;background:#edf7f0;color:#277450;font-size:9px;font-weight:750}.btr-editor-profile-intro h1{margin:0 0 5px;font-size:38px;line-height:1.08;font-weight:750;letter-spacing:-.035em}.btr-editor-profile-intro .role{margin:0 0 12px;color:#168555;font-size:11px;font-weight:800;letter-spacing:.06em}.btr-editor-profile-summary{max-width:610px;margin:0;color:#62736a;font-size:13.5px;line-height:1.75}.btr-editor-profile-socials{display:flex;gap:7px;margin-top:14px}.btr-editor-profile-socials a{padding:6px 9px;border:1px solid #d8e6dd;border-radius:8px;color:#2b6548;font-size:9.5px;font-weight:700}.btr-editor-profile-metrics{display:grid;grid-template-columns:1fr;overflow:hidden;border:1px solid #e0e9e3;border-radius:13px}.btr-editor-profile-metrics>div{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 15px;border-bottom:1px solid #e9efeb}.btr-editor-profile-metrics>div:last-child{border-bottom:0}.btr-editor-profile-metrics strong{font-size:20px;color:#174f35}.btr-editor-profile-metrics span{color:#7c8981;font-size:10.5px}.btr-editor-about-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:18px;margin-top:18px}.btr-editor-about-card,.btr-editor-expertise-card{padding:24px 26px;border:1px solid #dce7e0;border-radius:15px;background:#fff}.btr-editor-about-grid h2{margin:7px 0 10px;font-size:23px;line-height:1.25}.btr-editor-about-card p{margin:0;color:#64746b;font-size:13.5px;line-height:1.8}.btr-editor-expertise-card>div{display:flex;gap:7px;flex-wrap:wrap}.btr-editor-expertise-card>div span{padding:7px 9px;border-radius:999px;background:#edf6f0;color:#37644b;font-size:9.5px;font-weight:650}.btr-editor-profile-posts{margin-top:30px}.btr-editor-profile-posts-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:16px}.btr-editor-profile-posts-head h2{margin:6px 0 0;font-size:28px;line-height:1.2}.btr-editor-profile-posts-head>span{color:#718078;font-size:10px}.btr-editor-profile-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.btr-editor-profile-card{overflow:hidden;border:1px solid #dfe8e2;border-radius:12px;background:#fff;box-shadow:0 5px 18px rgba(40,70,52,.035)}.btr-editor-profile-card-media{display:block;aspect-ratio:16/9;overflow:hidden;background:#e9f0eb}.btr-editor-profile-card-media img,.btr-editor-profile-card-media .media-placeholder{width:100%;height:100%;object-fit:cover}.btr-editor-profile-card>div{padding:13px 14px 15px}.btr-editor-profile-card>div>span{color:#819087;font-size:9px}.btr-editor-profile-card h3{margin:6px 0 7px;font-size:16px;line-height:1.4}.btr-editor-profile-card p{margin:0 0 10px;color:#6c7971;font-size:10.5px;line-height:1.55}.btr-editor-profile-card-link{color:#1e714b;font-size:9.5px;font-weight:750}.btr-editor-profile-pagination{display:flex;gap:6px;margin-top:22px}.btr-editor-profile-pagination .page-numbers{min-width:34px;height:34px;padding:0 8px;display:grid;place-items:center;border:1px solid #dbe6df;border-radius:8px;background:#fff;color:#476151;font-size:10px}.btr-editor-profile-pagination .current{background:#196d49;color:#fff;border-color:#196d49}
.btr-blog-editors-chip{margin-left:auto;border-color:#bcd8c7!important;background:#eaf6ee!important;color:#176e49!important;font-weight:750!important}.btr-blog-editors-strip{padding:0 0 48px}.btr-blog-editors-strip>.container{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;padding:24px 26px;border-radius:14px;background:linear-gradient(135deg,#176f49,#0d5637);color:#fff}.btr-blog-editors-strip span{font-size:9px;font-weight:800;letter-spacing:.07em;color:#cce8d6}.btr-blog-editors-strip h2{margin:6px 0 5px;font-size:23px}.btr-blog-editors-strip p{margin:0;color:rgba(255,255,255,.78);font-size:11px}.btr-blog-editors-strip a{padding:9px 12px;border-radius:8px;background:#fff;color:#176345;font-size:10px;font-weight:750;white-space:nowrap}
@media(max-width:900px){.btr-editors-index-shell,.btr-editor-profile-shell{width:min(calc(100% - 40px),1160px)}.btr-editors-grid{grid-template-columns:1fr}.btr-editor-profile-hero{grid-template-columns:130px 1fr}.btr-editor-profile-photo img,.btr-editor-profile-photo>span{width:130px;height:130px}.btr-editor-profile-metrics{grid-column:1/-1;grid-template-columns:repeat(3,1fr)}.btr-editor-profile-metrics>div{display:grid;justify-items:center;border-bottom:0;border-right:1px solid #e9efeb}.btr-editor-profile-metrics>div:last-child{border-right:0}.btr-editor-about-grid{grid-template-columns:1fr}.btr-editor-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}


/* =========================================================
   CONTENT EDITOR PROFILE - FINAL LOCKED
   ========================================================= */
.btr-editor-profile-page{background:#f5faf7;padding:34px 0 64px;color:#24352c}
.btr-editor-profile-shell{width:min(calc(100% - 64px),1180px);margin-inline:auto}
.btr-editor-profile-hero-final{display:grid;grid-template-columns:190px minmax(0,1fr);gap:32px;align-items:center;padding:34px;border:1px solid #dbe7df;border-radius:22px;background:#fff;box-shadow:0 10px 34px rgba(31,70,48,.05)}
.btr-editor-profile-photo-final img,.btr-editor-profile-photo-final>span{width:190px;height:190px;border-radius:50%;object-fit:cover;display:grid;place-items:center;background:#e7f3eb;border:8px solid #f5faf7;box-shadow:0 0 0 1px #d7e5dc;color:#176c48;font-size:56px;font-weight:700}
.btr-editor-region-final{display:inline-flex;margin-bottom:8px;padding:6px 10px;border-radius:999px;background:#edf7f0;color:#1f714c;font-size:11px;font-weight:750}
.btr-editor-profile-copy-final h1{margin:0 0 5px;font-size:42px;line-height:1.05;font-weight:750;letter-spacing:-.035em}
.btr-editor-role-final{display:block;margin-bottom:14px;color:#168555;font-size:12px;letter-spacing:.065em}
.btr-editor-profile-copy-final>p{max-width:720px;margin:0;color:#617168;font-size:15px;line-height:1.8}
.btr-editor-social-final{display:flex;gap:8px;margin-top:16px}.btr-editor-social-final a{width:34px;height:34px;border:1px solid #d7e5dc;border-radius:50%;display:grid;place-items:center;background:#fff;color:#1b6f4a;font-size:11px;font-weight:800}
.btr-editor-stats-final{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;margin-top:4px;border:1px solid #e0e9e3;border-radius:14px;background:#fbfdfb}.btr-editor-stats-final>div{text-align:center;padding:18px 14px;border-right:1px solid #e7eee9}.btr-editor-stats-final>div:last-child{border-right:0}.btr-editor-stats-final strong{display:block;color:#174f35;font-size:27px;line-height:1.05}.btr-editor-stats-final span{display:block;margin-top:6px;color:#7a887f;font-size:11px}
.btr-editor-profile-body-final{display:grid;grid-template-columns:1.35fr .65fr;gap:20px;margin-top:20px}.btr-editor-about-final,.btr-editor-expertise-final{padding:28px;border:1px solid #dbe7df;border-radius:18px;background:#fff}.btr-editor-about-final>span,.btr-editor-expertise-final>span,.btr-editor-profile-posts-final header span{color:#25805a;font-size:10px;font-weight:800;letter-spacing:.08em}.btr-editor-about-final h2,.btr-editor-expertise-final h2{margin:7px 0 12px;font-size:26px;line-height:1.2}.btr-editor-about-final p,.btr-editor-about-text-final p{margin:0 0 12px;color:#62736a;font-size:14px;line-height:1.85}.btr-editor-about-text-final p:last-child{margin-bottom:0}.btr-editor-expertise-list-final{display:flex;flex-wrap:wrap;gap:8px}.btr-editor-expertise-list-final span{padding:8px 11px;border-radius:999px;background:#edf6f0;color:#37644b;font-size:11px;font-weight:650}
.btr-editor-profile-posts-final{margin-top:34px}.btr-editor-profile-posts-final>header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.btr-editor-profile-posts-final header h2{margin:6px 0 0;font-size:30px;line-height:1.2}.btr-editor-profile-posts-final>header>strong{color:#738179;font-size:11px;font-weight:600}.btr-editor-post-grid-final{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.btr-editor-post-card-final{overflow:hidden;border:1px solid #dfe8e2;border-radius:14px;background:#fff;box-shadow:0 7px 22px rgba(38,70,51,.04)}.btr-editor-post-card-final .media{display:block;aspect-ratio:16/9;overflow:hidden;background:#eaf1ec}.btr-editor-post-card-final .media img,.btr-editor-post-card-final .media .media-placeholder{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.btr-editor-post-card-final:hover .media img{transform:scale(1.025)}.btr-editor-post-card-final .copy{padding:15px 16px 17px}.btr-editor-post-card-final .cat{display:inline-flex;margin-bottom:8px;padding:4px 7px;border-radius:999px;background:#edf6f0;color:#1f704b;font-size:9px;font-weight:750}.btr-editor-post-card-final h3{margin:0 0 8px;font-size:18px;line-height:1.4}.btr-editor-post-card-final h3 a:hover{color:#1d704b}.btr-editor-post-card-final p{margin:0 0 12px;color:#6c7971;font-size:12px;line-height:1.6}.btr-editor-post-card-final .meta{display:flex;gap:9px;flex-wrap:wrap;color:#829088;font-size:9.5px}.btr-editor-post-card-final .read{display:inline-block;margin-top:12px;color:#1d704b;font-size:10px;font-weight:750}.btr-editor-pagination-final{display:flex;gap:7px;margin-top:24px}.btr-editor-pagination-final .page-numbers{min-width:36px;height:36px;padding:0 9px;display:grid;place-items:center;border:1px solid #dbe6df;border-radius:8px;background:#fff;color:#476151;font-size:11px}.btr-editor-pagination-final .current{background:#176d49;border-color:#176d49;color:#fff}.btr-editor-empty-final{padding:28px;border:1px dashed #d4e1d8;border-radius:14px;background:#fff;color:#748179;font-size:13px}
@media(max-width:900px){.btr-editor-profile-shell{width:min(calc(100% - 36px),1180px)}.btr-editor-profile-hero-final{grid-template-columns:145px 1fr}.btr-editor-profile-photo-final img,.btr-editor-profile-photo-final>span{width:145px;height:145px}.btr-editor-profile-body-final{grid-template-columns:1fr}.btr-editor-post-grid-final{grid-template-columns:repeat(2,minmax(0,1fr))}}


/* =========================================================
   EDITOR PROFILE V3 - PREMIUM NATURE THEME
   Locked visual layer for taxonomy-btr_content_editor.php
   ========================================================= */
.btr-editor-profile-page{
  background:linear-gradient(180deg,#f2f7f2 0,#f8faf8 54%,#fff 100%);
  padding:28px 0 66px;
}
.btr-editor-profile-shell{
  width:min(calc(100% - 64px),1360px);
  margin-inline:auto;
}
.btr-editor-profile-hero-final{
  position:relative;
  isolation:isolate;
  display:grid;
  grid-template-columns:230px minmax(0,1fr);
  gap:44px;
  align-items:center;
  overflow:hidden;
  padding:40px 44px 0;
  border:1px solid #d6e3d8;
  border-radius:24px;
  background:
    radial-gradient(circle at 82% 28%,rgba(196,220,199,.58),transparent 25%),
    radial-gradient(circle at 93% 74%,rgba(111,151,115,.20),transparent 19%),
    linear-gradient(100deg,#fbfdfa 0%,#f4f8f3 54%,#e4eee4 100%);
  box-shadow:0 16px 42px rgba(45,77,54,.08);
}
.btr-editor-profile-hero-final:before,
.btr-editor-profile-hero-final:after{
  content:"";
  position:absolute;
  z-index:-1;
  pointer-events:none;
}
.btr-editor-profile-hero-final:before{
  width:430px;height:220px;right:-40px;bottom:82px;
  opacity:.48;
  background:
    linear-gradient(145deg,transparent 0 48%,#8aa98d 49% 51%,transparent 52%) 0 70px/150px 110px repeat-x,
    linear-gradient(35deg,transparent 0 48%,#b6cbb7 49% 51%,transparent 52%) 55px 112px/170px 100px repeat-x;
}
.btr-editor-profile-hero-final:after{
  width:180px;height:160px;right:58px;bottom:92px;
  border-radius:60% 45% 0 0;
  opacity:.14;
  background:#2b603e;
  clip-path:polygon(48% 0,62% 20%,72% 20%,84% 45%,100% 45%,100% 100%,0 100%,0 63%,19% 63%,30% 37%,40% 37%);
}
.btr-editor-profile-photo-final{
  align-self:center;
  padding-bottom:40px;
}
.btr-editor-profile-photo-final img,
.btr-editor-profile-photo-final>span{
  width:220px;height:220px;
  border-radius:50%;
  object-fit:cover;
  display:grid;
  place-items:center;
  background:#e7f1e7;
  border:8px solid rgba(255,255,255,.94);
  box-shadow:0 0 0 2px #cfe0d1,0 14px 30px rgba(42,74,49,.12);
  color:#176c48;
  font-size:58px;
  font-weight:700;
}
.btr-editor-profile-copy-final{
  align-self:center;
  max-width:760px;
  padding-bottom:40px;
}
.btr-editor-region-final{
  display:inline-block;
  margin:0 0 8px;
  color:#54705b;
  font-size:13px;
  font-weight:700;
}
.btr-editor-profile-copy-final h1{
  margin:0 0 6px;
  color:#173c2b;
  font-size:52px;
  line-height:1.03;
  font-weight:700;
  letter-spacing:-.045em;
}
.btr-editor-role-final{
  display:block;
  margin:0 0 20px;
  color:#0d804d;
  font-size:15px;
  font-weight:800;
  letter-spacing:.075em;
}
.btr-editor-profile-copy-final>p{
  max-width:720px;
  margin:0;
  color:#45564b;
  font-size:17px;
  line-height:1.72;
}
.btr-editor-social-final{
  display:flex;
  gap:12px;
  margin-top:20px;
}
.btr-editor-social-final a{
  width:48px;height:48px;
  display:grid;
  place-items:center;
  border:1px solid #d2dfd4;
  border-radius:14px;
  background:rgba(255,255,255,.82);
  color:#0c7748;
  font-size:15px;
  font-weight:800;
  box-shadow:0 5px 14px rgba(43,78,51,.04);
  transition:transform .2s ease,background .2s ease,border-color .2s ease;
}
.btr-editor-social-final a:hover{
  transform:translateY(-2px);
  background:#fff;
  border-color:#b9cfbd;
}
.btr-editor-stats-final{
  grid-column:1/-1;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  margin:0 -1px;
  padding:28px 40px;
  border:0;
  border-top:1px solid #dce7dd;
  border-radius:0;
  background:rgba(255,255,255,.90);
}
.btr-editor-stats-final>div{
  position:relative;
  min-height:112px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:18px 30px 18px 106px;
  text-align:left;
  border:1px solid #dde8df;
  border-radius:16px;
  background:linear-gradient(135deg,#f9fcf9,#eef5ef);
}
.btr-editor-stats-final>div:before{
  position:absolute;
  left:30px;
  top:50%;
  width:54px;height:54px;
  transform:translateY(-50%);
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#dbeade;
  color:#168153;
  font-size:22px;
  font-weight:800;
}
.btr-editor-stats-final>div:nth-child(1):before{content:"▤"}
.btr-editor-stats-final>div:nth-child(2):before{content:"◉"}
.btr-editor-stats-final>div:nth-child(3):before{content:"▣"}
.btr-editor-stats-final strong{
  display:block;
  color:#174c32;
  font-size:32px;
  line-height:1;
  font-weight:750;
}
.btr-editor-stats-final span{
  display:block;
  margin-top:8px;
  color:#627169;
  font-size:13px;
}
.btr-editor-profile-body-final.btr-editor-profile-body-final--single{
  display:block;
  margin-top:26px;
}
.btr-editor-expertise-final{
  padding:26px 28px;
  border:1px solid #dbe6dd;
  border-radius:18px;
  background:#fff;
  box-shadow:0 8px 26px rgba(44,74,52,.045);
}
.btr-editor-expertise-final h2{
  position:relative;
  margin:0 0 17px;
  padding-left:30px;
  color:#183e2d;
  font-size:21px;
  line-height:1.2;
  font-weight:700;
}
.btr-editor-expertise-final h2:before{
  content:"◆";
  position:absolute;
  left:0;top:1px;
  color:#15804f;
  font-size:17px;
}
.btr-editor-expertise-list-final{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.btr-editor-expertise-list-final span{
  padding:9px 15px;
  border:1px solid #d8e4da;
  border-radius:999px;
  background:#f5faf6;
  color:#2e6545;
  font-size:12px;
  font-weight:650;
}
.btr-editor-profile-posts-final{
  margin-top:28px;
  padding:26px 28px 30px;
  border:1px solid #dbe6dd;
  border-radius:18px;
  background:#fff;
  box-shadow:0 8px 26px rgba(44,74,52,.045);
}
.btr-editor-post-grid-final{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.btr-editor-post-card-final{
  overflow:hidden;
  border:1px solid #dde7df;
  border-radius:14px;
  background:#fff;
  box-shadow:0 6px 18px rgba(38,70,51,.045);
}
.btr-editor-post-card-final .media{aspect-ratio:1.7/1}
.btr-editor-post-card-final .copy{padding:13px 14px 15px}
.btr-editor-post-card-final .cat{
  margin-bottom:8px;
  padding:4px 8px;
  background:#edf6f0;
  color:#1d714a;
  font-size:9px;
}
.btr-editor-post-card-final h3{
  margin:0 0 9px;
  color:#233b2d;
  font-size:16px;
  line-height:1.35;
}
.btr-editor-post-card-final p{display:none}
.btr-editor-post-card-final .meta{
  gap:8px;
  color:#74847a;
  font-size:9.5px;
}
.btr-editor-post-card-final .read{margin-top:10px;font-size:10px}
.btr-editor-empty-final{
  border-color:#d9e4db;
  background:#f8fbf8;
}
@media(max-width:1050px){
  .btr-editor-profile-shell{width:min(calc(100% - 36px),1360px)}
  .btr-editor-profile-hero-final{grid-template-columns:170px minmax(0,1fr);gap:28px;padding:30px 30px 0}
  .btr-editor-profile-photo-final img,.btr-editor-profile-photo-final>span{width:165px;height:165px}
  .btr-editor-profile-copy-final h1{font-size:42px}
  .btr-editor-stats-final{padding:24px 28px;gap:14px}
  .btr-editor-stats-final>div{padding-left:84px}
  .btr-editor-stats-final>div:before{left:20px}
  .btr-editor-post-grid-final{grid-template-columns:repeat(2,minmax(0,1fr))}
}


/* =========================================================
   EDITOR PROFILE HERO V4 - REFERENCE LOCK
   Referans: solda profil + metin, sagda dag/gol/bungalov,
   altta 3 kompakt istatistik karti.
   ========================================================= */
.btr-editor-profile-page{
  background:#f7faf7;
}
.btr-editor-profile-shell{
  width:min(calc(100% - 48px),1440px);
  margin-inline:auto;
}
.btr-editor-profile-hero-final{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  display:grid;
  grid-template-columns:230px minmax(0,600px) 1fr;
  grid-template-rows:auto auto;
  column-gap:34px;
  row-gap:24px;
  min-height:520px;
  padding:42px 44px 34px;
  border:1px solid #d9e5db;
  border-radius:26px;
  background:#fbfdfb;
  box-shadow:0 14px 36px rgba(36,69,45,.06);
}
.btr-editor-profile-hero-final:before{
  content:"";
  position:absolute;
  z-index:-2;
  inset:0 0 0 42%;
  width:auto;
  height:auto;
  border-radius:0;
  opacity:1;
  background:
    linear-gradient(90deg,#fbfdfb 0%,rgba(251,253,251,.92) 10%,rgba(251,253,251,.60) 28%,rgba(251,253,251,.10) 52%,rgba(251,253,251,0) 68%),
    url('../images/editor-profile-bg.png') right center/cover no-repeat;
}
.btr-editor-profile-hero-final:after{
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  width:auto;
  height:auto;
  border-radius:0;
  opacity:1;
  clip-path:none;
  background:linear-gradient(90deg,rgba(248,252,248,.94) 0%,rgba(248,252,248,.78) 38%,rgba(248,252,248,.20) 62%,rgba(248,252,248,0) 78%);
  pointer-events:none;
}
.btr-editor-profile-photo-final{
  align-self:center;
  padding:0;
  z-index:2;
}
.btr-editor-profile-photo-final img,
.btr-editor-profile-photo-final>span{
  width:210px;
  height:210px;
  margin:0;
  border:7px solid rgba(255,255,255,.94);
  box-shadow:0 0 0 2px #cfdfd2,0 12px 26px rgba(31,73,44,.10);
  background:#edf5ee;
}
.btr-editor-profile-copy-final{
  align-self:center;
  max-width:590px;
  padding:0;
  z-index:2;
}
.btr-editor-region-final{
  margin:0 0 6px;
  color:#57705e;
  font-size:12px;
  font-weight:700;
}
.btr-editor-profile-copy-final h1{
  margin:0 0 8px;
  color:#183d2d;
  font-size:46px;
  line-height:1.04;
  font-weight:650;
  letter-spacing:-.035em;
}
.btr-editor-role-final{
  position:relative;
  display:inline-block;
  margin:0 0 24px;
  padding-left:18px;
  color:#138052;
  font-size:13px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.08em;
}
.btr-editor-role-final:before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  width:3px;
  height:25px;
  transform:translateY(-50%);
  border-radius:3px;
  background:#74a981;
}
.btr-editor-profile-copy-final>p{
  max-width:570px;
  margin:0;
  color:#536058;
  font-size:15px;
  line-height:1.65;
}
.btr-editor-social-final{
  gap:10px;
  margin-top:18px;
}
.btr-editor-social-final a{
  width:42px;
  height:42px;
  border-radius:12px;
  font-size:13px;
  background:rgba(255,255,255,.88);
  box-shadow:none;
}
.btr-editor-stats-final{
  position:relative;
  z-index:3;
  grid-column:1/3;
  grid-row:2;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  width:100%;
  margin:0;
  padding:0;
  border:0;
  background:transparent;
}
.btr-editor-stats-final>div{
  min-height:104px;
  padding:18px 18px 18px 82px;
  border:1px solid #dce7de;
  border-radius:15px;
  background:rgba(248,252,248,.88);
  backdrop-filter:blur(2px);
}
.btr-editor-stats-final>div:before{
  left:20px;
  width:46px;
  height:46px;
  background:#dcecdf;
  color:#168154;
  font-size:18px;
}
.btr-editor-stats-final strong{
  color:#174c33;
  font-size:26px;
  line-height:1;
  font-weight:700;
}
.btr-editor-stats-final span{
  margin-top:7px;
  color:#69766e;
  font-size:11px;
  line-height:1.25;
}

/* Uzmanlik ve yazilar referans heronun altinda daha sakin dursun */
.btr-editor-profile-body-final.btr-editor-profile-body-final--single{
  margin-top:22px;
}
.btr-editor-expertise-final,
.btr-editor-profile-posts-final{
  border-color:#dce7de;
  box-shadow:0 7px 22px rgba(35,69,44,.035);
}
.btr-editor-expertise-final h2{
  font-size:18px;
}
.btr-editor-expertise-list-final span{
  padding:8px 13px;
  font-size:11px;
}
.btr-editor-post-card-final h3{
  font-size:15px;
}

@media(max-width:1120px){
  .btr-editor-profile-hero-final{
    grid-template-columns:180px minmax(0,1fr);
    min-height:500px;
    padding:34px 32px 30px;
  }
  .btr-editor-profile-hero-final:before{
    inset:0 0 0 48%;
    opacity:.74;
  }
  .btr-editor-profile-photo-final img,
  .btr-editor-profile-photo-final>span{
    width:170px;
    height:170px;
  }
  .btr-editor-profile-copy-final h1{
    font-size:40px;
  }
  .btr-editor-stats-final{
    grid-column:1/3;
  }
}


/* =========================================================
   EDITOR PROFILE WIDTH LOCK - MATCH BLOG HOME
   Desktop: 1180px max with 40px side gutters each side.
   Keep aligned with .btr-blog-shell.
   ========================================================= */
.btr-editor-profile-shell{
    width:min(calc(100% - 80px),1180px)!important;
    margin-inline:auto!important;
}

@media(max-width:980px){
    .btr-editor-profile-shell{
        width:min(calc(100% - 48px),1180px)!important;
    }
}



/* =========================================================
   EDITOR PROFILE STATS - COMPACT FINAL
   ========================================================= */
.btr-editor-stats-final{
  gap:12px!important;
  max-width:860px!important;
  width:100%!important;
  justify-self:start!important;
}
.btr-editor-stats-final>div{
  min-height:72px!important;
  padding:12px 14px 12px 62px!important;
  border-radius:12px!important;
  background:rgba(248,252,248,.80)!important;
}
.btr-editor-stats-final>div:before{
  left:14px!important;
  width:36px!important;
  height:36px!important;
  font-size:14px!important;
}
.btr-editor-stats-final strong{
  font-size:21px!important;
  line-height:1!important;
}
.btr-editor-stats-final span{
  margin-top:4px!important;
  font-size:10px!important;
  line-height:1.2!important;
}


/* =========================================================
   LOCKED FINAL - EDITOR PROFILE HERO COMPACT
   2026-08-25
   Bu blok editor profil hero alaninin final standardidir.
   Hero yuksekligi onceki surume gore yaklasik %25 azaltildi.
   Bu alan sonraki genel CSS duzenlemelerinde degistirilmemelidir.
   ========================================================= */
.btr-editor-profile-hero-final{
  min-height:390px!important;
  grid-template-columns:185px minmax(0,560px) 1fr!important;
  grid-template-rows:auto auto!important;
  column-gap:28px!important;
  row-gap:14px!important;
  padding:26px 34px 24px!important;
  border-radius:24px!important;
}
.btr-editor-profile-photo-final img,
.btr-editor-profile-photo-final>span{
  width:172px!important;
  height:172px!important;
  border-width:6px!important;
}
.btr-editor-profile-copy-final{
  max-width:560px!important;
}
.btr-editor-profile-copy-final h1{
  margin-bottom:6px!important;
  font-size:40px!important;
  line-height:1.04!important;
}
.btr-editor-role-final{
  margin-bottom:16px!important;
  font-size:11.5px!important;
}
.btr-editor-role-final:before{
  height:21px!important;
}
.btr-editor-profile-copy-final>p{
  max-width:540px!important;
  font-size:13.5px!important;
  line-height:1.55!important;
}
.btr-editor-social-final{
  gap:8px!important;
  margin-top:14px!important;
}
.btr-editor-social-final a{
  width:38px!important;
  height:38px!important;
  border-radius:11px!important;
  font-size:12px!important;
}
.btr-editor-stats-final{
  gap:10px!important;
  max-width:760px!important;
}
.btr-editor-stats-final>div{
  min-height:62px!important;
  padding:9px 12px 9px 54px!important;
  border-radius:11px!important;
}
.btr-editor-stats-final>div:before{
  left:12px!important;
  width:32px!important;
  height:32px!important;
  font-size:12px!important;
}
.btr-editor-stats-final strong{
  font-size:19px!important;
}
.btr-editor-stats-final span{
  margin-top:3px!important;
  font-size:9.5px!important;
}

@media(max-width:1120px){
  .btr-editor-profile-hero-final{
    min-height:360px!important;
    grid-template-columns:155px minmax(0,1fr)!important;
    padding:24px 26px 22px!important;
    column-gap:24px!important;
  }
  .btr-editor-profile-photo-final img,
  .btr-editor-profile-photo-final>span{
    width:148px!important;
    height:148px!important;
  }
  .btr-editor-profile-copy-final h1{
    font-size:36px!important;
  }
  .btr-editor-profile-copy-final>p{
    font-size:13px!important;
  }
}



/* =========================================================
   DESKTOP HOME HERO - COMPACT BALANCE
   Desktop only. Mobile layer is intentionally untouched.
   ========================================================= */
@media (min-width: 821px) {
  .home .hero,
  body.home .hero {
    min-height: 560px;
  }

  .home .hero-inner,
  body.home .hero-inner {
    min-height: 560px;
    padding-block: 32px;
  }

  .home .hero-panel,
  body.home .hero-panel {
    width: min(100%, 570px);
    padding: 30px 32px;
    border-radius: 20px;
  }

  .home .hero h1,
  body.home .hero h1 {
    margin-bottom: 15px;
    font-size: 48px;
    line-height: 1.07;
  }

  .home .hero-panel > p,
  body.home .hero-panel > p {
    max-width: 470px;
    font-size: 16px;
    line-height: 1.6;
  }

  .home .hero .hero-search,
  body.home .hero .hero-search {
    margin-top: 18px;
  }
}

/* =========================================================
   Quick links color refresh v189
   Soft premium coloring for homepage shortcut buttons.
   ========================================================= */
#main-content > .quick-links{
    background:linear-gradient(180deg,#fffdfa 0%,#fbfaf6 100%);
    border-top:1px solid #eee8dc;
    border-bottom:1px solid var(--line);
}

#main-content > .quick-links .quick-links-inner{
    padding:16px 0 18px;
    gap:14px;
}

#main-content > .quick-links .quick-links-inner > a{
    position:relative;
    min-height:46px;
    padding:0 16px;
    border:1px solid #dbe4d9;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    white-space:nowrap;
    color:#324a39;
    font-size:14px;
    font-weight:600;
    background:linear-gradient(180deg,#ffffff 0%,#f7faf6 100%);
    box-shadow:0 4px 14px rgba(35,61,43,.045);
    transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background-color .22s ease,color .22s ease;
}

#main-content > .quick-links .quick-links-inner > a > span{
    width:26px;
    height:26px;
    flex:0 0 26px;
    border-radius:999px;
    display:grid;
    place-items:center;
    font-size:13px;
    line-height:1;
    color:#2f6a49;
    background:rgba(88,132,101,.12);
    border:1px solid rgba(88,132,101,.16);
}

#main-content > .quick-links .quick-links-inner > a:hover,
#main-content > .quick-links .quick-links-inner > a:focus-visible{
    transform:translateY(-1px);
    border-color:#b8c9bb;
    color:#284131;
    background:linear-gradient(180deg,#ffffff 0%,#f2f8f2 100%);
    box-shadow:0 8px 18px rgba(35,61,43,.08);
    outline:none;
}

#main-content > .quick-links .quick-links-inner > a:hover > span,
#main-content > .quick-links .quick-links-inner > a:focus-visible > span{
    background:#2f6a49;
    border-color:#2f6a49;
    color:#fff;
}

#main-content > .quick-links .quick-links-inner > a:nth-child(-n+3){
    background:linear-gradient(180deg,#ffffff 0%,#f4faf6 100%);
    border-color:#d7e3d7;
}

#main-content > .quick-links .quick-links-inner > a:nth-child(n+4):nth-child(-n+6){
    background:linear-gradient(180deg,#ffffff 0%,#fbf8f1 100%);
    border-color:#e4ddd0;
}

#main-content > .quick-links .quick-links-inner > a:nth-child(7){
    background:linear-gradient(180deg,#ffffff 0%,#fcf5f6 100%);
    border-color:#eadbdf;
}

#main-content > .quick-links .quick-links-inner > a:nth-child(n+4):nth-child(-n+6) > span{
    color:#8a6a2e;
    background:rgba(198,172,110,.12);
    border-color:rgba(198,172,110,.18);
}

#main-content > .quick-links .quick-links-inner > a:nth-child(7) > span{
    color:#9a4f68;
    background:rgba(202,107,137,.10);
    border-color:rgba(202,107,137,.14);
}

/* =========================================================
   Desktop hero search button label/layout fix v190
   Desktop only. Mobile remains unchanged.
   ========================================================= */
@media (min-width: 821px) {
  #main-content > .hero .hero-search {
    grid-template-columns: minmax(0,1fr) minmax(0,1fr) 120px;
  }

  #main-content > .hero .hero-search > button[type="submit"] {
    min-width: 120px;
    padding: 0 18px;
    white-space: nowrap;
    font-size: 0;
    line-height: 1;
  }

  #main-content > .hero .hero-search > button[type="submit"] > span {
    font-size: 14px;
  }

  #main-content > .hero .hero-search > button[type="submit"]::after {
    content: "Ara";
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
  }
}


/* Desktop/mobile hero search labels v191 */
.btr-search-label-desktop{display:inline!important}.btr-search-label-mobile{display:none!important}
@media (max-width:820px){.btr-search-label-desktop{display:none!important}.btr-search-label-mobile{display:inline!important}}
@media (min-width:821px){.hero .hero-search{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 118px!important}.hero .hero-search button{white-space:nowrap!important;min-width:118px!important;padding:0 16px!important;font-size:14px!important;line-height:1!important}}

/* Desktop hero search button duplicate label + green style fix v192 */
@media (min-width:821px){
  #main-content > .hero .hero-search{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) 128px!important;
  }

  #main-content > .hero .hero-search > button[type="submit"]{
    min-width:128px!important;
    padding:0 18px!important;
    white-space:nowrap!important;
    font-size:14px!important;
    line-height:1!important;
    background:#6f8967!important;
    color:#fff!important;
    gap:8px!important;
    font-weight:600!important;
  }

  #main-content > .hero .hero-search > button[type="submit"]:hover{
    background:#5d7557!important;
  }

  #main-content > .hero .hero-search > button[type="submit"]::after{
    content:none!important;
    display:none!important;
  }

  #main-content > .hero .hero-search > button[type="submit"] > span{
    font-size:14px!important;
  }

  .btr-search-label-desktop{
    display:inline!important;
  }

  .btr-search-label-mobile{
    display:none!important;
  }
}
/* =========================================================
   BungalovTR Hero Compact Fix - Safe Override
   Sadece ana sayfa hero alanını küçültür.
   PHP dosyasına dokunmaz.
   ========================================================= */

@media (min-width: 821px) {

  body.home .btr-home-hero-v38 {
    min-height: 500px !important;
    max-height: 520px !important;
  }

  body.home .btr-home-hero-v38__inner {
    min-height: 500px !important;
    width: min(100% - 72px, 1360px) !important;
    padding: 36px 0 28px !important;
    align-items: center !important;
  }

  body.home .btr-home-hero-v38__content {
    width: min(100%, 660px) !important;
  }

  body.home .btr-home-hero-v38__badge {
    min-height: 30px !important;
    padding: 0 13px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
  }

  body.home .btr-home-hero-v38 h1 {
    margin: 16px 0 10px !important;
    max-width: 650px !important;
    font-size: clamp(38px, 4vw, 58px) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.045em !important;
    font-weight: 650 !important;
  }

  body.home .btr-home-hero-v38__content > p {
    max-width: 560px !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
  }

  body.home .btr-home-hero-v38__search {
    width: min(100%, 760px) !important;
    min-height: 58px !important;
    margin-top: 20px !important;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr) 185px !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 28px rgba(28, 39, 31, .10) !important;
  }

  body.home .btr-home-hero-v38__field {
    min-height: 58px !important;
    padding: 0 16px !important;
    gap: 10px !important;
  }

  body.home .btr-home-hero-v38__field-icon {
    width: 26px !important;
    height: 26px !important;
    flex-basis: 26px !important;
    font-size: 16px !important;
  }

  body.home .btr-home-hero-v38__field-text strong {
    font-size: 13px !important;
    font-weight: 600 !important;
  }

  body.home .btr-home-hero-v38__field-text select {
    font-size: 12px !important;
  }

  body.home .btr-home-hero-v38__search button {
    min-height: 58px !important;
    font-size: 14px !important;
    font-weight: 650 !important;
  }

  body.home .btr-home-hero-v38__chips {
    width: min(100%, 760px) !important;
    margin-top: 13px !important;
    gap: 9px !important;
    display: flex !important;
    flex-wrap: wrap !important;
  }

  body.home .btr-home-hero-v38__chips a {
    min-height: 38px !important;
    padding: 0 12px !important;
    gap: 7px !important;
    border-radius: 11px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    box-shadow: 0 6px 16px rgba(25, 38, 30, .055) !important;
  }

  body.home .btr-home-hero-v38__chips a span {
    width: 22px !important;
    height: 22px !important;
    font-size: 11px !important;
  }

  body.home .btr-home-hero-v38__chips a small {
    width: 17px !important;
    height: 17px !important;
    font-size: 12px !important;
  }

  body.home .btr-home-hero-v38__trust {
    margin-top: 18px !important;
    gap: 16px !important;
  }

  body.home .btr-home-hero-v38__trust span {
    max-width: 210px !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    font-weight: 600 !important;
  }

  body.home .btr-home-hero-v38__trust i {
    width: 28px !important;
    height: 28px !important;
    flex-basis: 28px !important;
    font-size: 14px !important;
  }

  body.home .btr-home-hero-v38__media {
    object-position: center right !important;
  }
}


/* Tablet */
@media (min-width: 821px) and (max-width: 1180px) {

  body.home .btr-home-hero-v38 {
    min-height: 520px !important;
    max-height: none !important;
  }

  body.home .btr-home-hero-v38__inner {
    min-height: 520px !important;
    width: min(100% - 44px, 1040px) !important;
  }

  body.home .btr-home-hero-v38 h1 {
    font-size: clamp(34px, 5vw, 50px) !important;
  }

  body.home .btr-home-hero-v38__search {
    grid-template-columns: 1fr 1fr !important;
    width: min(100%, 680px) !important;
  }

  body.home .btr-home-hero-v38__search button {
    grid-column: 1 / -1 !important;
  }

  body.home .btr-home-hero-v38__chips {
    width: min(100%, 680px) !important;
  }
}


/* Mobil */
@media (max-width: 820px) {

  body.home .btr-home-hero-v38 {
    min-height: auto !important;
  }

  body.home .btr-home-hero-v38__inner {
    width: min(100% - 28px, 560px) !important;
    min-height: auto !important;
    padding: 34px 0 28px !important;
  }

  body.home .btr-home-hero-v38 h1 {
    margin: 15px 0 10px !important;
    font-size: clamp(30px, 9.5vw, 42px) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.045em !important;
  }

  body.home .btr-home-hero-v38__content > p {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  body.home .btr-home-hero-v38__search {
    margin-top: 18px !important;
  }

  body.home .btr-home-hero-v38__chips {
    margin-top: 13px !important;
  }

  body.home .btr-home-hero-v38__trust {
    margin-top: 18px !important;
  }
}
/* =========================================================
   BungalovTR Hero Final Override - Eski .hero Yapısını Dönüştürür
   PHP'ye dokunmaz. Mevcut front-page.php ile çalışır.
   ========================================================= */

@media (min-width: 821px) {

  body.home #main-content > .hero,
  body.home .hero {
    position: relative !important;
    min-height: 500px !important;
    max-height: 520px !important;
    overflow: hidden !important;
    background: #18251f !important;
  }

  body.home #main-content > .hero .hero-media,
  body.home .hero .hero-media {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center right !important;
    transform: none !important;
    z-index: 0 !important;
  }

  body.home #main-content > .hero .hero-shade,
  body.home .hero .hero-shade {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    background:
      linear-gradient(90deg,
        rgba(250,246,238,.96) 0%,
        rgba(250,246,238,.88) 25%,
        rgba(250,246,238,.58) 43%,
        rgba(250,246,238,.16) 63%,
        rgba(18,28,22,.20) 100%) !important;
    pointer-events: none !important;
  }

  body.home #main-content > .hero .hero-inner,
  body.home .hero .hero-inner {
    position: relative !important;
    z-index: 2 !important;
    min-height: 500px !important;
    width: min(calc(100% - 96px), 1380px) !important;
    margin-inline: auto !important;
    padding: 42px 0 34px !important;
    display: flex !important;
    align-items: center !important;
  }

  body.home #main-content > .hero .hero-panel,
  body.home .hero .hero-panel {
    width: min(100%, 660px) !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  body.home #main-content > .hero .hero-panel::before,
  body.home #main-content > .hero .hero-panel::after,
  body.home .hero .hero-panel::before,
  body.home .hero .hero-panel::after {
    content: none !important;
    display: none !important;
  }

  body.home #main-content > .hero h1,
  body.home .hero h1 {
    max-width: 650px !important;
    margin: 0 0 14px !important;
    color: #203028 !important;
    font-size: clamp(42px, 4.4vw, 62px) !important;
    line-height: 1.02 !important;
    font-weight: 650 !important;
    letter-spacing: -0.052em !important;
  }

  body.home #main-content > .hero .hero-panel > p,
  body.home .hero .hero-panel > p {
    max-width: 560px !important;
    margin: 0 !important;
    color: #53605a !important;
    font-size: 16px !important;
    line-height: 1.58 !important;
    font-weight: 400 !important;
  }

  body.home #main-content > .hero .hero-search,
  body.home .hero .hero-search {
    width: min(100%, 720px) !important;
    height: 58px !important;
    min-height: 58px !important;
    margin-top: 22px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, .85fr) 132px !important;
    overflow: hidden !important;
    border: 1px solid rgba(226,222,214,.96) !important;
    border-radius: 14px !important;
    background: rgba(255,255,255,.94) !important;
    box-shadow: 0 12px 34px rgba(31,42,30,.12) !important;
  }

  body.home #main-content > .hero .search-field,
  body.home .hero .search-field {
    min-height: 58px !important;
    height: 58px !important;
    display: grid !important;
    grid-template-columns: 18px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 9px !important;
    padding: 0 16px !important;
    border-right: 1px solid rgba(226,222,214,.96) !important;
    background: transparent !important;
  }

  body.home #main-content > .hero .search-field > span:nth-child(2),
  body.home .hero .search-field > span:nth-child(2) {
    display: none !important;
  }

  body.home #main-content > .hero .search-icon,
  body.home .hero .search-icon {
    color: #4f7d62 !important;
    font-size: 15px !important;
  }

  body.home #main-content > .hero .search-field select,
  body.home .hero .search-field select {
    width: 100% !important;
    height: 56px !important;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    color: #3f4a44 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
  }

  body.home #main-content > .hero .hero-search button,
  body.home .hero .hero-search button {
    min-width: 132px !important;
    min-height: 58px !important;
    height: 58px !important;
    padding: 0 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #4f7d62 !important;
    color: #fff !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 650 !important;
    white-space: nowrap !important;
  }

  body.home #main-content > .hero .hero-search button::after,
  body.home .hero .hero-search button::after {
    content: none !important;
    display: none !important;
  }

  body.home #main-content > .hero .hero-search button:hover,
  body.home .hero .hero-search button:hover {
    background: #416d52 !important;
  }

  body.home #main-content > .quick-links {
    margin-top: 0 !important;
  }
}


/* Tablet */
@media (min-width: 821px) and (max-width: 1180px) {

  body.home #main-content > .hero,
  body.home .hero {
    min-height: 500px !important;
    max-height: none !important;
  }

  body.home #main-content > .hero .hero-inner,
  body.home .hero .hero-inner {
    min-height: 500px !important;
    width: min(calc(100% - 56px), 1040px) !important;
  }

  body.home #main-content > .hero h1,
  body.home .hero h1 {
    font-size: clamp(36px, 5vw, 52px) !important;
  }

  body.home #main-content > .hero .hero-search,
  body.home .hero .hero-search {
    width: min(100%, 650px) !important;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr) 120px !important;
  }
}


/* Mobil */
@media (max-width: 820px) {

  body.home #main-content > .hero,
  body.home .hero {
    min-height: auto !important;
  }

  body.home #main-content > .hero .hero-media,
  body.home .hero .hero-media {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
  }

  body.home #main-content > .hero .hero-shade,
  body.home .hero .hero-shade {
    background:
      linear-gradient(180deg,
        rgba(250,246,238,.96) 0%,
        rgba(250,246,238,.88) 48%,
        rgba(250,246,238,.62) 100%) !important;
  }

  body.home #main-content > .hero .hero-inner,
  body.home .hero .hero-inner {
    min-height: auto !important;
    width: min(calc(100% - 28px), 560px) !important;
    padding: 34px 0 30px !important;
  }

  body.home #main-content > .hero .hero-panel,
  body.home .hero .hero-panel {
    width: 100% !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body.home #main-content > .hero h1,
  body.home .hero h1 {
    margin: 0 0 10px !important;
    font-size: clamp(30px, 9vw, 42px) !important;
    line-height: 1.05 !important;
    font-weight: 650 !important;
  }

  body.home #main-content > .hero .hero-panel > p,
  body.home .hero .hero-panel > p {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  body.home #main-content > .hero .hero-search,
  body.home .hero .hero-search {
    height: auto !important;
    min-height: 0 !important;
    margin-top: 18px !important;
    grid-template-columns: 1fr !important;
    border-radius: 16px !important;
  }

  body.home #main-content > .hero .search-field,
  body.home .hero .search-field {
    height: 58px !important;
    min-height: 58px !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(226,222,214,.96) !important;
  }

  body.home #main-content > .hero .search-field > span:nth-child(2),
  body.home .hero .search-field > span:nth-child(2) {
    display: none !important;
  }

  body.home #main-content > .hero .hero-search button,
  body.home .hero .hero-search button {
    min-height: 54px !important;
    height: 54px !important;
    font-size: 14px !important;
  }
}
/* =========================================================
   Hero Title Hide - Safe SEO Version
   H1 HTML'de kalır, ekranda görünmez.
   ========================================================= */

body.home .btr-ref-hero-title,
body.home .btr-hero-title,
body.home .hero h1 {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
/* =========================================================
   HERO GÖRSELİNİ NETLEŞTİR / KARANLIK PERDEYİ KALDIR
   ========================================================= */

.home .btr-hero,
.home .hero-section,
.home .home-hero,
.home .front-hero {
    position: relative;
    overflow: hidden;
    background: transparent !important;
}

/* Hero üstündeki koyu/açık perde katmanlarını kapat */
.home .btr-hero::before,
.home .btr-hero::after,
.home .hero-section::before,
.home .hero-section::after,
.home .home-hero::before,
.home .home-hero::after,
.home .front-hero::before,
.home .front-hero::after {
    content: none !important;
    display: none !important;
    background: none !important;
    opacity: 0 !important;
    box-shadow: none !important;
    filter: none !important;
}

/* Hero görseli arka plan resmi ise */
.home .btr-hero,
.home .hero-section,
.home .home-hero,
.home .front-hero {
    background-color: transparent !important;
    background-blend-mode: normal !important;
    background-size: cover !important;
    background-position: center center !important;
}

/* Hero içinde IMG varsa net göster */
.home .btr-hero img,
.home .hero-section img,
.home .home-hero img,
.home .front-hero img {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
}

/* Görseli tutan katman varsa */
.home .btr-hero__media,
.home .hero-media,
.home .hero-image,
.home .hero-bg {
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
    background: transparent !important;
}

/* İçerik önde kalsın */
.home .btr-hero__content,
.home .hero-content,
.home .hero-search-wrap,
.home .hero-search,
.home .hero-cards {
    position: relative;
    z-index: 3;
}

/* Sağ alttaki yazı sabit kalsın */
.home .btr-hero-note,
.home .hero-note,
.home .hero-badge-note {
    position: absolute !important;
    right: 32px !important;
    bottom: 28px !important;
    z-index: 4 !important;
}
/* =========================================================
   HERO ALTI KÜÇÜK KARTLAR - İNCE / KOMPAKT
   ========================================================= */

#main-content > .quick-links {
    padding: 10px 0 12px !important;
    background: #fffdfa !important;
    border-top: 1px solid #eee9df !important;
    border-bottom: 1px solid #eee9df !important;
}

#main-content > .quick-links .quick-links-inner {
    padding: 0 !important;
    gap: 14px !important;
    width: min(calc(100% - 120px), 1280px) !important;
    margin-inline: auto !important;
    display: grid !important;
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}

#main-content > .quick-links .quick-links-inner > a {
    min-height: 42px !important;
    height: 42px !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    border: 1px solid #e0ded7 !important;
    background: rgba(255,255,255,.82) !important;
    box-shadow: none !important;
    color: #26342d !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    gap: 8px !important;
}

#main-content > .quick-links .quick-links-inner > a > span {
    width: 24px !important;
    height: 24px !important;
    flex: 0 0 24px !important;
    font-size: 12px !important;
    border-radius: 50% !important;
    background: rgba(95,125,93,.10) !important;
    border: 1px solid rgba(95,125,93,.14) !important;
    color: #3f6b4f !important;
}

#main-content > .quick-links .quick-links-inner > a:hover {
    transform: none !important;
    background: #fff !important;
    border-color: #ccd9cf !important;
    box-shadow: 0 4px 12px rgba(34, 52, 40, .04) !important;
}

#main-content > .quick-links .quick-links-inner > a:hover > span {
    background: rgba(95,125,93,.14) !important;
    color: #345b42 !important;
}

/* Tablet */
@media (max-width: 1100px) {
    #main-content > .quick-links .quick-links-inner {
        width: min(calc(100% - 56px), 1000px) !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}

/* Mobil */
@media (max-width: 820px) {
    #main-content > .quick-links {
        padding: 8px 0 10px !important;
    }

    #main-content > .quick-links .quick-links-inner {
        width: min(calc(100% - 28px), 560px) !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 9px !important;
    }

    #main-content > .quick-links .quick-links-inner > a {
        min-height: 38px !important;
        height: 38px !important;
        padding: 0 11px !important;
        font-size: 12px !important;
    }

    #main-content > .quick-links .quick-links-inner > a > span {
        width: 21px !important;
        height: 21px !important;
        flex-basis: 21px !important;
        font-size: 11px !important;
    }
}
/* =========================================================
   BUNGALOV KARTLARI - "Detayları incele" alt hizası eşitle
   ========================================================= */

.featured-bungalows .bungalov-card,
.bungalov-grid .bungalov-card,
.archive-bungalov .bungalov-card,
.taxonomy-bungalov_category .bungalov-card,
.taxonomy-bungalov_features .bungalov-card {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

.featured-bungalows .bungalov-card__content,
.bungalov-grid .bungalov-card__content,
.archive-bungalov .bungalov-card__content,
.taxonomy-bungalov_category .bungalov-card__content,
.taxonomy-bungalov_features .bungalov-card__content {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    min-height: 170px !important;
}

.featured-bungalows .bungalov-card__title,
.bungalov-grid .bungalov-card__title,
.archive-bungalov .bungalov-card__title,
.taxonomy-bungalov_category .bungalov-card__title,
.taxonomy-bungalov_features .bungalov-card__title {
    margin-bottom: 8px !important;
}

.featured-bungalows .bungalov-card__location,
.bungalov-grid .bungalov-card__location,
.archive-bungalov .bungalov-card__location,
.taxonomy-bungalov_category .bungalov-card__location,
.taxonomy-bungalov_features .bungalov-card__location {
    margin-bottom: 14px !important;
}

/* Etiketler + detay linki aynı alt satır sistemi */
.featured-bungalows .bungalov-card__footer,
.bungalov-grid .bungalov-card__footer,
.archive-bungalov .bungalov-card__footer,
.taxonomy-bungalov_category .bungalov-card__footer,
.taxonomy-bungalov_features .bungalov-card__footer {
    margin-top: auto !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 14px !important;
}

/* Etiket alanı */
.featured-bungalows .bungalov-card__tags,
.bungalov-grid .bungalov-card__tags,
.archive-bungalov .bungalov-card__tags,
.taxonomy-bungalov_category .bungalov-card__tags,
.taxonomy-bungalov_features .bungalov-card__tags {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    flex: 1 1 auto !important;
    align-content: flex-start !important;
}

/* Detay linki */
.featured-bungalows .bungalov-card__link,
.featured-bungalows .detail-link,
.bungalov-grid .bungalov-card__link,
.bungalov-grid .detail-link,
.archive-bungalov .bungalov-card__link,
.archive-bungalov .detail-link,
.taxonomy-bungalov_category .bungalov-card__link,
.taxonomy-bungalov_category .detail-link,
.taxonomy-bungalov_features .bungalov-card__link,
.taxonomy-bungalov_features .detail-link {
    margin-top: auto !important;
    margin-left: auto !important;
    white-space: nowrap !important;
    align-self: flex-end !important;
}

/* Eğer footer sınıfı yoksa içerik içindeki son link yine alta otursun */
.featured-bungalows .bungalov-card__content > a:last-child,
.bungalov-grid .bungalov-card__content > a:last-child,
.archive-bungalov .bungalov-card__content > a:last-child,
.taxonomy-bungalov_category .bungalov-card__content > a:last-child,
.taxonomy-bungalov_features .bungalov-card__content > a:last-child {
    margin-top: auto !important;
    align-self: flex-end !important;
    white-space: nowrap !important;
}
/* Güvenli fallback */
.bungalov-card {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

.bungalov-card .card-content,
.bungalov-card .bungalov-card__content {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
}

.bungalov-card .detail-link,
.bungalov-card .bungalov-card__link {
    margin-top: auto !important;
    align-self: flex-end !important;
}
/* =========================================================
   BUNGALOW KARTLARI - DETAY LINKLERI AYNI HIZA
   Dogru class yapisi: .bungalow-card / .bungalow-card-body / .tag-row / .card-link
   ========================================================= */

.featured-bungalows .bungalow-grid {
    align-items: stretch !important;
}

.featured-bungalows .bungalow-card {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

.featured-bungalows .bungalow-card-media {
    flex: 0 0 auto !important;
}

.featured-bungalows .bungalow-card-body {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    min-height: 178px !important;
    padding: 18px 18px 20px !important;
}

.featured-bungalows .bungalow-card h3 {
    margin: 0 0 7px !important;
}

.featured-bungalows .location {
    margin: 0 0 14px !important;
}

.featured-bungalows .tag-row {
    padding-right: 132px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 7px !important;
    align-content: flex-start !important;
}

.featured-bungalows .card-link {
    position: absolute !important;
    right: 18px !important;
    bottom: 24px !important;
    margin: 0 !important;
    white-space: nowrap !important;
    font-size: 13px !important;
    line-height: 1 !important;
}

/* Kartlarda 2 satır etiket olsa bile link aynı tabanda kalsın */
.featured-bungalows .tag-row span {
    min-height: 30px !important;
    display: inline-flex !important;
    align-items: center !important;
}

/* Arşiv / kategori / alt sayfalarda da aynı hizalama */
.bungalow-grid .bungalow-card {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

.bungalow-grid .bungalow-card-body {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    min-height: 178px !important;
    padding: 18px 18px 20px !important;
}

.bungalow-grid .tag-row {
    padding-right: 132px !important;
}

.bungalow-grid .card-link {
    position: absolute !important;
    right: 18px !important;
    bottom: 24px !important;
    white-space: nowrap !important;
}
/* =========================================================
   HERO ŞEHİR KARTLARI - ŞEHİR ADI OKUNAKLI
   ========================================================= */

.btr-v47-hero__cities strong {
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    color: #26342d !important;
    letter-spacing: -0.01em !important;
}

.btr-v47-hero__cities a {
    min-height: 50px !important;
    padding: 7px 12px !important;
    gap: 10px !important;
}

.btr-v47-hero__city-image {
    width: 32px !important;
    height: 32px !important;
    flex-basis: 32px !important;
}

.btr-v47-hero__cities i {
    width: 20px !important;
    height: 20px !important;
    flex-basis: 20px !important;
    font-size: 13px !important;
}
/* =========================================================
   HERO ŞEHİR KARTLARI - İSİMLER TAM GÖRÜNSÜN
   ========================================================= */

.btr-v47-hero__cities {
    width: min(100%, 1265px) !important;
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 12px !important;
}

.btr-v47-hero__cities a {
    min-width: 0 !important;
    height: 52px !important;
    min-height: 52px !important;
    padding: 7px 10px !important;
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
    overflow: hidden !important;
}

.btr-v47-hero__cities strong {
    display: block !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: none !important;
    width: auto !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: nowrap !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    color: #26342d !important;
}

.btr-v47-hero__city-image {
    width: 30px !important;
    height: 30px !important;
    flex: 0 0 30px !important;
}

.btr-v47-hero__cities i {
    width: 19px !important;
    height: 19px !important;
    flex: 0 0 19px !important;
    font-size: 12px !important;
}