/* =========================================================
   BUNGALOVTR DESTINATIONS v5 - LOCKED
   Popular compact + Accordion sidebar + Bungalow results
   Sadece Destinasyonlar sayfasında yüklenir.
========================================================= */
.dest-page{background:#f7faf6;color:#263229}
.dest-shell{width:min(calc(100% - 48px),1180px);margin-inline:auto}
.dest-section{padding:38px 0}
.dest-kicker{display:block;margin:0 0 5px;color:#668064;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.dest-section-head{margin-bottom:16px}
.dest-section-head h1,.dest-section-head h2{margin:0;font-size:27px;line-height:1.12;font-weight:600;letter-spacing:-.025em;color:#243128}

/* Compact featured destinations - DO NOT REMOVE */
.dest-popular{background:#fff;border-bottom:1px solid #e7ece5;padding:32px 0 34px}
.dest-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.dest-feature-card{position:relative;height:152px;overflow:hidden;border-radius:13px;background:#dfe6dd;box-shadow:0 5px 15px rgba(28,45,31,.055)}
.dest-feature-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .22s ease}
.dest-feature-card:hover img{transform:scale(1.025)}
.dest-feature-card__shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,15,8,.02) 32%,rgba(7,19,10,.78) 100%)}
.dest-feature-card__body{position:absolute;left:12px;right:12px;bottom:10px;color:#fff}
.dest-feature-card__body>small{display:block;margin-bottom:1px;font-size:9px;opacity:.82}
.dest-feature-card strong{display:block;font-size:16px;line-height:1.08;font-weight:650}
.dest-feature-card em{display:flex;align-items:center;gap:4px;margin-top:5px;font-size:9px;font-style:normal;font-weight:650}

/* Main directory */
.dest-directory{background:#f4f7f2;padding:42px 0 56px}
.dest-layout{display:grid;grid-template-columns:245px minmax(0,1fr);gap:28px;align-items:start}

/* Sidebar */
.dest-sidebar{position:sticky;top:88px;overflow:hidden;border:1px solid #dce5da;border-radius:16px;background:#fff;box-shadow:0 8px 22px rgba(31,48,33,.045)}
.dest-sidebar__head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:16px 16px 12px}
.dest-sidebar__head strong{font-size:17px;font-weight:650;color:#27342b}
.dest-sidebar__head span{font-size:12px;color:#7d887f;white-space:nowrap}
.dest-sidebar__search{height:40px;margin:0 12px 12px;padding:0 10px;display:flex;align-items:center;gap:7px;border:1px solid #dfe6dd;border-radius:9px;background:#fafcf9}
.dest-sidebar__search span{font-size:14px;color:#769074}
.dest-sidebar__search input{width:100%;min-width:0;border:0;outline:0;background:transparent;font-size:13px;color:#2d382f}
.dest-sidebar__all{min-height:40px;padding:0 15px;border-top:1px solid #edf1ec;border-bottom:1px solid #edf1ec;display:flex;align-items:center;justify-content:space-between;color:#4c5b4f;font-size:14px;font-weight:600}
.dest-sidebar__all b{min-width:24px;height:20px;padding:0 6px;border-radius:999px;display:grid;place-items:center;background:#eef4ed;color:#59725b;font-size:10px}
.dest-sidebar__all:hover,.dest-sidebar__all.is-active{background:#edf5ec;color:#245f36}

.dest-accordions{padding:6px 0 9px}
.dest-accordion{border-bottom:1px solid #eef2ed}
.dest-accordion:last-child{border-bottom:0}
.dest-accordion summary{min-height:42px;padding:0 15px;list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:8px;color:#4d5a50;font-size:14px;font-weight:650}
.dest-accordion summary::-webkit-details-marker{display:none}
.dest-accordion summary:after{content:'+';margin-left:auto;color:#6f856d;font-size:15px;font-weight:400}
.dest-accordion[open] summary:after{content:'−'}
.dest-accordion summary>b{order:2;min-width:20px;height:20px;border-radius:999px;display:grid;place-items:center;background:#f0f4ef;color:#7b8a7c;font-size:10px;font-weight:650}
.dest-accordion__list{padding:0 8px 8px}
.dest-accordion__list a{min-height:42px;padding:6px 8px;border-radius:8px;display:flex;align-items:center;justify-content:space-between;gap:8px;color:#536057}
.dest-accordion__list a:hover,.dest-accordion__list a.is-active{background:#eef6ed;color:#215d33}
.dest-accordion__list a>span{min-width:0}
.dest-accordion__list strong{display:block;font-size:13px;font-weight:650;line-height:1.2}
.dest-accordion__list small{display:block;margin-top:2px;color:#919992;font-size:10.5px}
.dest-accordion__list a>b{flex:0 0 auto;min-width:21px;height:19px;padding:0 5px;border-radius:999px;display:grid;place-items:center;background:#f1f4f0;color:#7a897c;font-size:10px;font-weight:650}
.dest-accordion__list a.is-active>b{background:#fff;color:#28623a}
.dest-accordion__list a.is-search-hidden{display:none}

/* Results */
.dest-results{min-width:0}
.dest-results__head{min-height:54px;margin-bottom:14px;display:flex;align-items:flex-end;justify-content:space-between;gap:16px}
.dest-results__head h2{margin:0;font-size:26px;line-height:1.1;font-weight:600;letter-spacing:-.02em;color:#26342a}
.dest-results__count{padding:7px 10px;border:1px solid #dce5da;border-radius:999px;background:#fff;color:#667269;font-size:10px;font-weight:650;white-space:nowrap}

.dest-bungalow-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.dest-bungalow-grid .bungalow-card{width:100%;min-width:0}
.dest-bungalow-grid .bungalow-card-media{aspect-ratio:1.62/1}
.dest-bungalow-grid .bungalow-card h3{font-size:16px}
.dest-bungalow-grid .bungalow-card-body{min-height:112px}

.dest-empty{padding:40px 24px;border:1px dashed #d3ded2;border-radius:14px;background:#fff;text-align:center;color:#6d786f}
.dest-empty strong{display:block;margin-bottom:7px;color:#2c3a30;font-size:17px}
.dest-empty p{margin:0 0 12px;font-size:12px}
.dest-empty a{color:#3e744b;font-size:12px;font-weight:650}

.dest-pagination{margin-top:24px}
.dest-pagination ul{list-style:none;display:flex;align-items:center;justify-content:center;gap:6px;margin:0;padding:0}
.dest-pagination a,.dest-pagination span{min-width:34px;height:34px;padding:0 9px;border:1px solid #dbe4da;border-radius:8px;background:#fff;display:grid;place-items:center;color:#4c5d50;font-size:11px}
.dest-pagination .current{background:#356c43;border-color:#356c43;color:#fff}

@media(max-width:1020px){
  .dest-shell{width:min(calc(100% - 36px),1180px)}
  .dest-feature-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .dest-feature-card{height:140px}
  .dest-layout{grid-template-columns:220px minmax(0,1fr);gap:20px}
  .dest-bungalow-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}



/* Destination detail landing: keep the directory page unchanged, but let a selected destination use the full content width. */
.dest-directory--selected .dest-layout{grid-template-columns:minmax(0,1fr)}
.dest-results__head h1{margin:0;font-size:26px;line-height:1.1;font-weight:600;letter-spacing:-.02em;color:#26342a}
