/* Thurju theme — main stylesheet */

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  font-family:var(--thurju-font);
  color:var(--thurju-gray-900);
  background:var(--thurju-bg);
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block;}
a{color:inherit;text-decoration:none;}
ul{list-style:none;margin:0;padding:0;}
button{font-family:inherit;cursor:pointer;}
.container{max-width:1536px;margin:0 auto;padding:0 24px;}
.screen-reader-text{position:absolute;left:-9999px;}

/* ---------- Top navbar ---------- */
.thurju-header{
  background:var(--thurju-white);
  border-bottom:1px solid var(--thurju-border);
  position:sticky;top:0;z-index:100;
}
.thurju-header__inner{
  display:flex;align-items:center;gap:24px;
  height:76px;max-width:1536px;margin:0 auto;padding:0 24px;
}
.thurju-logo{display:flex;align-items:center;gap:10px;flex-shrink:0;}
.thurju-logo__mark{width:38px;height:38px;color:var(--thurju-green);flex-shrink:0;}
.thurju-logo__text{display:flex;flex-direction:column;line-height:1.1;}
.thurju-logo__text strong{font-size:19px;font-weight:800;color:var(--thurju-gray-900);}
.thurju-logo__text span{font-size:11px;color:var(--thurju-gray-500);}

.thurju-search{
  flex:1;max-width:520px;display:flex;align-items:center;gap:8px;
  background:var(--thurju-gray-100);border-radius:10px;padding:10px 14px;color:var(--thurju-gray-500);
}
.thurju-search input{border:0;background:transparent;outline:0;width:100%;font-size:14px;color:var(--thurju-gray-900);}
.thurju-search kbd{font-size:11px;background:var(--thurju-white);border:1px solid var(--thurju-border);border-radius:6px;padding:2px 6px;color:var(--thurju-gray-500);}

.thurju-primary-nav{display:flex;align-items:center;gap:28px;margin-left:8px;}
.thurju-primary-nav a{font-size:14.5px;font-weight:600;color:var(--thurju-gray-700);display:flex;align-items:center;gap:4px;white-space:nowrap;}
.thurju-primary-nav .current-menu-item > a,
.thurju-primary-nav a:hover{color:var(--thurju-green-dark);}
.thurju-primary-nav .menu-item-has-children > a::after{content:"";width:6px;height:6px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);margin-left:2px;margin-top:-3px;}

.thurju-header__actions{display:flex;align-items:center;gap:18px;margin-left:auto;flex-shrink:0;}
.thurju-header__icon-btn{position:relative;width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--thurju-gray-700);border:0;background:transparent;}
.thurju-header__icon-btn:hover{background:var(--thurju-gray-100);}
.thurju-header__icon-btn .dot{position:absolute;top:6px;right:7px;width:8px;height:8px;border-radius:50%;background:var(--thurju-red);border:2px solid var(--thurju-white);}
.thurju-lang{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--thurju-gray-700);}
.thurju-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:6px;
  background:var(--thurju-green);color:#fff;font-weight:700;font-size:14px;
  padding:10px 20px;border-radius:9px;border:0;white-space:nowrap;
}
.thurju-btn:hover{background:var(--thurju-green-dark);color:#fff;}
.thurju-btn--outline{background:transparent;border:1.5px solid var(--thurju-border);color:var(--thurju-gray-900);}

/* ---------- Layout shell ---------- */
.thurju-shell{
  display:grid;grid-template-columns:260px minmax(0,1fr) 340px;gap:28px;
  max-width:1536px;margin:0 auto;padding:24px;align-items:start;
}
@media (max-width:1200px){.thurju-shell{grid-template-columns:230px minmax(0,1fr);} .thurju-sidebar-right{grid-column:1 / -1;}}
@media (max-width:880px){.thurju-shell{grid-template-columns:1fr;} .thurju-sidebar-left{display:none;}}

/* ---------- Left explore sidebar ---------- */
.explore-nav{
  background:var(--thurju-white);border:1px solid var(--thurju-border);border-radius:var(--thurju-radius);
  padding:18px;position:sticky;top:100px;
}
.explore-nav__title{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:800;color:var(--thurju-gray-900);margin:0 0 12px;padding:0 6px;}
.explore-nav__title svg{color:var(--thurju-green);}
.explore-nav ul{display:flex;flex-direction:column;gap:2px;}
.explore-nav li a{
  display:flex;align-items:center;gap:11px;font-size:14px;font-weight:600;color:var(--thurju-gray-700);
  padding:9px 10px;border-radius:9px;
}
.explore-nav li a svg{width:18px;height:18px;flex-shrink:0;color:var(--thurju-gray-500);}
.explore-nav li a:hover{background:var(--thurju-gray-100);}
.explore-nav li.is-active a{background:var(--thurju-green-light);color:var(--thurju-green-dark);}
.explore-nav li.is-active a svg{color:var(--thurju-green-dark);}

.sidebar-promo{
  margin-top:18px;background:var(--thurju-white);border:1px solid var(--thurju-border);border-radius:var(--thurju-radius);
  padding:18px;text-align:left;
}
.sidebar-promo h4{margin:0 0 6px;font-size:15px;font-weight:800;}
.sidebar-promo p{margin:0 0 14px;font-size:13px;color:var(--thurju-gray-500);line-height:1.5;}
.sidebar-promo .thurju-btn{width:100%;margin-bottom:10px;}
.sidebar-promo__stores{display:flex;gap:8px;}
.sidebar-promo__stores span{width:34px;height:34px;border-radius:8px;background:var(--thurju-gray-100);display:flex;align-items:center;justify-content:center;}

/* ---------- Hero ---------- */
.hero{
  position:relative;border-radius:var(--thurju-radius);overflow:hidden;min-height:400px;
  display:flex;flex-direction:column;justify-content:center;padding:48px;
  background-size:cover;background-position:center;color:#fff;
  margin-bottom:28px;
}
.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(6,14,10,.82) 0%,rgba(6,14,10,.6) 45%,rgba(6,14,10,.3) 75%,rgba(6,14,10,.15) 100%);}
.hero__inner{position:relative;z-index:1;max-width:640px;}
.hero__inner h1{font-size:42px;line-height:1.15;font-weight:800;margin:0 0 14px;text-shadow:0 2px 10px rgba(0,0,0,.45);}
.hero__inner h1 em{color:#4ade80;font-style:normal;text-shadow:0 2px 10px rgba(0,0,0,.45);}
.hero__inner p{font-size:16px;opacity:.95;margin:0 0 26px;max-width:520px;line-height:1.5;text-shadow:0 1px 6px rgba(0,0,0,.4);}

.hero-search{
  background:#fff;border-radius:12px;padding:8px;display:flex;align-items:stretch;gap:6px;
  box-shadow:var(--thurju-shadow-md);flex-wrap:wrap;
}
.hero-search__field{display:flex;align-items:center;gap:8px;padding:10px 14px;flex:1;min-width:150px;color:var(--thurju-gray-900);}
.hero-search__field svg{color:var(--thurju-gray-500);flex-shrink:0;width:18px;height:18px;}
.hero-search__field input,.hero-search__field select{border:0;outline:0;font-size:14px;width:100%;color:var(--thurju-gray-900);background:transparent;font-family:inherit;}
.hero-search__divider{width:1px;background:var(--thurju-border);margin:6px 0;}
.hero-search .thurju-btn{padding:12px 28px;}

.hero-popular{margin-top:16px;display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:13px;position:relative;z-index:1;}
.hero-popular span:first-child{opacity:.85;}
.hero-popular a{background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.35);padding:6px 14px;border-radius:20px;font-weight:600;}
.hero-popular a:hover{background:rgba(255,255,255,.28);}

/* ---------- Section headers ---------- */
.thurju-section{margin-bottom:34px;}
.thurju-section__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;}
.thurju-section__head h2{font-size:21px;font-weight:800;margin:0;}
.thurju-section__head a{font-size:14px;font-weight:700;color:var(--thurju-green-dark);display:flex;align-items:center;gap:4px;}

/* ---------- Category grid ---------- */
.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;}
@media (max-width:1400px){.category-grid{grid-template-columns:repeat(4,1fr);}}
@media (max-width:640px){.category-grid{grid-template-columns:repeat(2,1fr);}}
.category-card{
  background:var(--thurju-white);border:1px solid var(--thurju-border);border-radius:var(--thurju-radius);
  padding:20px 16px;text-align:center;transition:transform .15s ease, box-shadow .15s ease;
}
.category-card:hover{transform:translateY(-2px);box-shadow:var(--thurju-shadow-md);}
.category-card__icon{width:44px;height:44px;border-radius:11px;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;}
.category-card__icon svg{width:22px;height:22px;}
.category-card strong{display:block;font-size:14px;font-weight:700;margin-bottom:2px;}
.category-card span{display:block;font-size:12px;color:var(--thurju-gray-500);}

/* icon color variants */
.icon-bg-purple{background:#ede9fe;color:#7c3aed;}
.icon-bg-orange{background:#ffedd5;color:#ea580c;}
.icon-bg-green{background:#dcfce7;color:#16a34a;}
.icon-bg-blue{background:#dbeafe;color:#2563eb;}
.icon-bg-red{background:#fee2e2;color:#dc2626;}
.icon-bg-indigo{background:#e0e7ff;color:#4f46e5;}
.icon-bg-cyan{background:#cffafe;color:#0891b2;}
.icon-bg-teal{background:#ccfbf1;color:#0d9488;}
.icon-bg-yellow{background:#fef9c3;color:#ca8a04;}
.icon-bg-pink{background:#fce7f3;color:#db2777;}
.icon-bg-gray{background:#f3f4f6;color:#4b5563;}

/* ---------- Trending / cards row ---------- */
.card-row{display:grid;grid-auto-flow:column;grid-auto-columns:230px;gap:16px;overflow-x:auto;padding-bottom:6px;}
.trek-card{background:var(--thurju-white);border:1px solid var(--thurju-border);border-radius:var(--thurju-radius);overflow:hidden;}
.trek-card__img{height:150px;overflow:hidden;background:var(--thurju-gray-100);}
.trek-card__img img{width:100%;height:100%;object-fit:cover;}
.trek-card__body{padding:12px 14px;}
.trek-card__body h3{font-size:14.5px;font-weight:700;margin:0 0 6px;line-height:1.3;}
.trek-card__meta{display:flex;align-items:center;justify-content:space-between;font-size:12.5px;color:var(--thurju-gray-500);}
.trek-card__meta .rating{display:flex;align-items:center;gap:4px;color:var(--thurju-gray-900);font-weight:700;}
.trek-card__meta .rating svg{color:#facc15;width:13px;height:13px;}

/* ---------- Destination image grid ---------- */
.destination-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;}
@media (max-width:1000px){.destination-grid{grid-template-columns:repeat(3,1fr);}}
.destination-tile{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:3/4;background:var(--thurju-gray-100);}
.destination-tile img{width:100%;height:100%;object-fit:cover;}
.destination-tile__label{position:absolute;left:0;right:0;bottom:0;padding:10px;background:linear-gradient(0deg,rgba(0,0,0,.65),transparent);color:#fff;font-size:12.5px;font-weight:700;}

/* ---------- Right sidebar widgets ---------- */
.widget-card{background:var(--thurju-white);border:1px solid var(--thurju-border);border-radius:var(--thurju-radius);padding:18px;margin-bottom:18px;}
.widget-card__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;}
.widget-card__head h3{font-size:15.5px;font-weight:800;margin:0;}
.widget-card__head a{font-size:12.5px;font-weight:700;color:var(--thurju-green-dark);}

.weather-widget .location{font-size:13px;color:var(--thurju-gray-500);margin-bottom:6px;}
.weather-widget .temp-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;}
.weather-widget .temp-row .temp{font-size:34px;font-weight:800;line-height:1;}
.weather-widget .temp-row .cond{display:flex;flex-direction:column;align-items:flex-end;font-size:12.5px;color:var(--thurju-gray-500);}
.weather-widget .temp-row .cond .icon{font-size:26px;line-height:1;}
.weather-widget .stats{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:14px;font-size:12px;color:var(--thurju-gray-500);}
.weather-widget .stats.stats--3{grid-template-columns:repeat(3,1fr);}
.weather-widget .stats strong{display:block;font-size:13px;color:var(--thurju-gray-900);}
.weather-widget .forecast{display:grid;grid-template-columns:repeat(5,1fr);gap:4px;border-top:1px solid var(--thurju-border);padding-top:12px;}
.weather-widget .forecast .day{text-align:center;font-size:11.5px;color:var(--thurju-gray-500);}
.weather-widget .forecast .day .icon{font-size:18px;margin:4px 0;}
.weather-widget .forecast .day strong{display:block;color:var(--thurju-gray-900);font-size:12px;}

.maps-widget{display:flex;align-items:center;gap:14px;}
.maps-widget p{font-size:12.5px;color:var(--thurju-gray-500);margin:0 0 12px;line-height:1.5;}
.maps-widget .thurju-btn{font-size:13px;padding:8px 16px;}
.maps-widget__art{width:64px;height:64px;flex-shrink:0;}

.permit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;}
.permit-grid a{text-align:center;font-size:11.5px;font-weight:600;color:var(--thurju-gray-700);}
.permit-grid .permit-icon{width:40px;height:40px;border-radius:10px;background:var(--thurju-gray-100);display:flex;align-items:center;justify-content:center;margin:0 auto 6px;color:var(--thurju-gray-700);}

.news-list li{display:flex;gap:10px;padding:10px 0;border-bottom:1px solid var(--thurju-border);}
.news-list li:last-child{border-bottom:0;padding-bottom:0;}
.news-list .thumb{width:52px;height:52px;border-radius:8px;overflow:hidden;flex-shrink:0;background:var(--thurju-gray-100);}
.news-list .thumb img{width:100%;height:100%;object-fit:cover;}
.news-list .meta strong{display:block;font-size:13px;font-weight:700;line-height:1.35;margin-bottom:3px;}
.news-list .meta span{font-size:11.5px;color:var(--thurju-gray-500);}

.community-widget p{font-size:12.5px;color:var(--thurju-gray-500);margin:0 0 14px;line-height:1.5;}
.community-avatars{display:flex;align-items:center;}
.community-avatars img{width:32px;height:32px;border-radius:50%;border:2px solid #fff;object-fit:cover;margin-left:-8px;}
.community-avatars img:first-child{margin-left:0;}
.community-avatars .more{width:32px;height:32px;border-radius:50%;background:var(--thurju-gray-100);border:2px solid #fff;display:flex;align-items:center;justify-content:center;font-size:10.5px;font-weight:700;color:var(--thurju-gray-700);margin-left:-8px;}
.community-widget .count{font-size:12.5px;font-weight:700;margin-left:10px;color:var(--thurju-gray-700);}

/* ---------- Archive / single generic ---------- */
.content-area{grid-column:1;}
.thurju-page-header{margin-bottom:24px;}
.thurju-page-header h1{font-size:28px;font-weight:800;margin:0 0 8px;}
.thurju-page-header p{color:var(--thurju-gray-500);margin:0;}
.entry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
@media (max-width:1000px){.entry-grid{grid-template-columns:repeat(2,1fr);}}
@media (max-width:640px){.entry-grid{grid-template-columns:1fr;}}
.pagination{display:flex;gap:8px;margin-top:28px;}
.pagination a,.pagination span{padding:8px 14px;border:1px solid var(--thurju-border);border-radius:8px;font-size:13px;font-weight:600;}
.pagination .current{background:var(--thurju-green);border-color:var(--thurju-green);color:#fff;}

.single-hero{border-radius:var(--thurju-radius);overflow:hidden;margin-bottom:24px;max-height:420px;}
.single-hero img{width:100%;height:420px;object-fit:cover;}
.single-meta{display:flex;gap:18px;flex-wrap:wrap;margin-bottom:20px;font-size:14px;color:var(--thurju-gray-500);}
.single-meta strong{color:var(--thurju-gray-900);}
.single-body{background:var(--thurju-white);border:1px solid var(--thurju-border);border-radius:var(--thurju-radius);padding:28px;line-height:1.75;font-size:15.5px;}

/* ---------- Mobile nav toggle ---------- */
.thurju-mobile-toggle{display:none;background:transparent;border:0;width:38px;height:38px;align-items:center;justify-content:center;}
@media (max-width:1000px){
  .thurju-primary-nav{display:none;}
  .thurju-mobile-toggle{display:flex;}
  .thurju-search{display:none;}
}

/* ---------- Footer ---------- */
.thurju-footer{background:var(--thurju-gray-900);color:#d1d5db;margin-top:40px;padding:48px 0 24px;}
.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:32px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.1);}
@media (max-width:800px){.footer-grid{grid-template-columns:1fr 1fr;}}
.footer-grid h4{color:#fff;font-size:14px;margin:0 0 14px;}
.footer-grid ul li{margin-bottom:8px;font-size:13.5px;}
.footer-grid ul li a:hover{color:#fff;}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:20px;font-size:13px;color:var(--thurju-gray-500);flex-wrap:wrap;gap:10px;}
