.hero {
    width: 100%;
    aspect-ratio: 1496 / 317;
    max-height: 317px;
    min-height: 160px;
    background-image: url('image-25.png');
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.049);
  }

  .hero-content { position: relative; text-align: center; z-index: 1; padding: 0 16px; }

  .hero-title {
    font-size: clamp(24px, 4vw, 44px);
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
  }
  .logo-img {
    width: 46px;
    height: 46px;
    margin-bottom: 14px;
    object-fit: contain;
  }

  .breadcrumb {
    display: flex; align-items: center; justify-content: center;
    gap: 8px; font-size: clamp(12px, 1.4vw, 15px); color: #333;
    flex-wrap: wrap;
  }
  .breadcrumb a { color: #111; font-weight: 600; text-decoration: none; }
  .breadcrumb .sep { color: #666; font-size: 12px; }
  .breadcrumb .current { color: #555; }

  .toolbar {
    width: 100%;
    background: #fbf1e0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 20px;
    padding: 12px 16px;
    font-size: 14px;
    color: #222;
  }

  .toolbar .filter { display: flex; align-items: center; gap: 8px; font-weight: 500; cursor: pointer; }
  .toolbar .view-icons { display: flex; gap: 10px; }
  .toolbar .view-icons span {
    width: 22px; height: 22px;
    display: inline-flex; align-items: center; justify-content: center;
    color: #111; cursor: pointer;
  }
  .divider { width: 1px; height: 20px; background: #cfc4b0; }
  .results { flex: 1 1 100%; color: #444; order: 4; }
  .toolbar .control { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
  .toolbar input, .toolbar select {
    height: 32px; border: 1px solid #e2d6bd; background: #fff;
    padding: 0 10px; font-size: 14px; border-radius: 2px; outline: none;
  }
  .toolbar input { width: 56px; text-align: center; }
  .toolbar select { width: 140px; color: #999; }

  @media (min-width: 640px) {
    .toolbar { padding: 14px 24px; gap: 20px; flex-wrap: nowrap; }
    .results { flex: 1; order: 0; }
  }

  @media (min-width: 1024px) {
    .toolbar { padding: 16px 32px; }
  }

  .wrapper{
    max-width:1000px;
    margin:0 auto;
    padding:40px 20px;
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:40px;
  }
  .post{
    margin-bottom:40px;
  }
  .post-img{
    width: 100%;
    max-width: 817px;
    aspect-ratio: 817 / 500;
    height: auto;
    border-radius:6px;
    background:linear-gradient(135deg,#d9cfc2,#a9977f);
    background-size: cover;
    background-position: center;
    margin-bottom:16px;
  }
  .post-meta{
    display:flex;
    flex-wrap: wrap;
    gap:18px;
    font-size:12px;
    color:#999;
    margin-bottom:10px;
  }
  .post-meta span{
    display:flex;
    align-items:center;
    gap:6px;
  }
  .post-meta svg{
    width: 16px;
    height:16px;
    fill:#000;
    flex-shrink:0;
  }
  .post h2{
    font-size: clamp(17px, 2.5vw, 20px);
    font-weight:600;
    margin-bottom:12px;
    color:#222;
  }
  .post p{
    font-size:14px;
    line-height:1.8;
    color:#888;
    margin-bottom:14px;
  }
  .read-more{
    display:inline-block;
    font-size:13px;
    font-weight:600;
    color:#222;
    text-decoration:none;
    border-bottom:2px solid #222;
    padding-bottom:3px;
  }

  /* ---- SIDEBAR ---- */
  .search-box{
    position:relative;
    margin-bottom:36px;
  }
  .search-box input{
    width:100%;
    padding:12px 40px 12px 16px;
    border:1px solid #eee;
    border-radius:4px;
    font-size:13px;
    font-family:'Poppins';
    background:#fafafa;
  }
  .search-box input:focus{
    outline:none;
    border-color:#ccc;
  }
  .search-box .icon{
    position:absolute;
    right:14px;
    top:50%;
    transform:translateY(-50%);
    color:#999;
    font-size:14px;
    background:none;
    border:none;
    cursor:pointer;
  }

  .widget{
    margin-bottom:40px;
  }
  .widget h3{
    font-size:16px;
    font-weight:600;
    margin-bottom:18px;
    color:#222;
  }

  .category-list{
    list-style:none;
  }
  .category-list li{
    display:flex;
    justify-content:space-between;
    padding:10px 0;
    border-bottom:1px solid #f0f0f0;
    font-size:13px;
    color:#777;
  }
  .category-list li:last-child{
    border-bottom:none;
  }
  .category-list li span{
    color:#aaa;
  }

  .recent-post{
    display:flex;
    gap:12px;
    margin-bottom:16px;
  }
  .recent-post .thumb{
    width:80px;
    height:80px;
    border-radius:6px;
    flex-shrink:0;
    object-fit:cover;
  }
  .recent-post .info h4{
    font-size:13px;
    font-weight:500;
    line-height:1.4;
    color:#333;
    margin-bottom:6px;
  }
  .recent-post .info span{
    font-size:11px;
    color:#aaa;
  }

  .feature-bar {
    display: flex;
    height: 260px;
    max-width: 100%;
    justify-content: space-between;
    align-items: center;
    background-color: #f7ede1;
    border-radius: 6px;
    padding: 25px 40px;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
    min-width: 200px;
    padding: 10px 15px;
  }

  .feature-item svg {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    stroke: #2b2b2b;
  }

  .feature-text h3 {
    margin: 0 0 4px 0;
    font-size: 16px;
    font-weight: 700;
    color: #2b2b2b;
  }

  .feature-text p {
    margin: 0;
    font-size: 13px;
    color: #9a9a9a;
  }
  /* ===== MOBILE RESPONSIVE ===== */
  @media (max-width: 700px) {
    .hero {
      height: auto;
      min-height: 220px;
      padding: 40px 16px;
    }
}

  @media (max-width: 700px){
    .wrapper{
      grid-template-columns:1fr;
      padding: 24px 16px;
      gap: 32px;
    }
  }

  @media (max-width: 768px) {
    .feature-bar {
      height: auto;
      flex-direction: column;
      align-items: flex-start;
      padding: 20px;
      margin-bottom: 40px;
    }
    .feature-item {
      width: 100%;
      min-width: 0;
    }
  }

  @media (max-width: 480px) {
    .post-meta {
      gap: 10px 14px;
    }
    .recent-post .thumb {
      width: 60px;
      height: 60px;
    }
    .toolbar select {
      width: 100%;
    }
    .toolbar .control {
      width: 100%;
      justify-content: space-between;
    }
  }