.br-bloglist{background:var(--br-bl-bg,#f4f5f7);padding-bottom:5rem;padding-top:4rem}.br-bloglist__head{margin:0 auto 3.5rem;max-width:700px;text-align:center}.br-bloglist__tagline{color:var(--br-bl-accent,#f1c233);display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.16em;margin-bottom:1rem;text-transform:uppercase}.br-bloglist__heading{color:var(--br-bl-heading,#0a0a0a);font-size:clamp(2rem,5vw,3rem);letter-spacing:-.02em;line-height:1.1;margin:0 0 1rem}.br-bloglist__subheading{color:var(--br-bl-text,#5d5d5d);font-size:1.15rem;line-height:1.6;margin:0}.br-bloglist__meta{align-items:center;display:flex;gap:.85rem;margin-bottom:1rem}.br-bloglist__card-cat,.br-bloglist__cat{background:var(--br-bl-accent,#f1c233);border-radius:6px;color:#0a0a0a;font-size:.72rem;font-weight:700;letter-spacing:.06em;padding:.3rem .75rem;text-transform:uppercase}.br-bloglist__date{color:var(--br-bl-text,#5d5d5d);font-size:.85rem}.br-bloglist__featured{background:var(--br-bl-card-bg,#fff);border-radius:20px;box-shadow:0 10px 40px hsla(0,0%,4%,.06);display:grid;gap:0;grid-template-columns:1.15fr 1fr;margin-bottom:3.5rem;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.br-bloglist__featured:hover{box-shadow:0 20px 60px hsla(0,0%,4%,.1);transform:translateY(-4px)}.br-bloglist__featured-img{min-height:340px;overflow:hidden;position:relative}.br-bloglist__featured-img img{height:100%;inset:0;object-fit:cover;position:absolute;transition:transform .5s ease;width:100%}.br-bloglist__featured:hover .br-bloglist__featured-img img{transform:scale(1.05)}.br-bloglist__featured-badge{background:#0a0a0a;border-radius:6px;color:#fff;font-size:.75rem;font-weight:700;left:1.25rem;letter-spacing:.08em;padding:.4rem .9rem;position:absolute;text-transform:uppercase;top:1.25rem;z-index:2}.br-bloglist__featured-body{display:flex;flex-direction:column;justify-content:center;padding:2.75rem 3rem}.br-bloglist__featured-title{color:var(--br-bl-heading,#0a0a0a);font-size:clamp(1.5rem,3vw,2.1rem);letter-spacing:-.01em;line-height:1.2;margin:0 0 1rem}.br-bloglist__featured-text{color:var(--br-bl-text,#5d5d5d);font-size:1.05rem;line-height:1.65;margin:0 0 1.75rem}.br-bloglist__grid{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.br-bloglist__card{background:var(--br-bl-card-bg,#fff);border-radius:16px;box-shadow:0 6px 24px hsla(0,0%,4%,.05);display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.br-bloglist__card:hover{box-shadow:0 18px 44px hsla(0,0%,4%,.1);transform:translateY(-6px)}.br-bloglist__card-img{aspect-ratio:16/10;overflow:hidden;position:relative}.br-bloglist__card-img img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.br-bloglist__card:hover .br-bloglist__card-img img{transform:scale(1.06)}.br-bloglist__card-cat{left:1rem;position:absolute;top:1rem;z-index:2}.br-bloglist__card-body{display:flex;flex-direction:column;flex-grow:1;padding:1.5rem 1.5rem 1.75rem}.br-bloglist__card-body .br-bloglist__date{margin-bottom:.6rem}.br-bloglist__card-title{color:var(--br-bl-heading,#0a0a0a);font-size:1.2rem;letter-spacing:-.01em;line-height:1.3;margin:0 0 .75rem}.br-bloglist__card-text{color:var(--br-bl-text,#5d5d5d);flex-grow:1;font-size:.92rem;line-height:1.6;margin:0 0 1.25rem}.br-bloglist__ph{background:linear-gradient(135deg,#e8e8e8,#d4d4d4);display:block;height:100%;min-height:200px;width:100%}.br-bloglist__readmore{align-items:center;color:var(--br-bl-heading,#0a0a0a);display:inline-flex;font-size:.92rem;font-weight:600;gap:.4rem;margin-top:auto}.br-bloglist__arrow{transition:transform .25s ease}.br-bloglist__card:hover .br-bloglist__arrow,.br-bloglist__featured:hover .br-bloglist__arrow{transform:translateX(4px)}.br-bloglist__pagination{align-items:center;display:flex;gap:1.5rem;justify-content:center;margin-top:3.5rem}.br-bloglist__page-btn{background:var(--br-bl-card-bg,#fff);border:1px solid hsla(0,0%,4%,.12);border-radius:30px;color:var(--br-bl-heading,#0a0a0a);font-size:.9rem;font-weight:600;padding:.7rem 1.5rem;transition:all .2s ease}.br-bloglist__page-btn:hover{background:var(--br-bl-accent,#f1c233);border-color:var(--br-bl-accent,#f1c233);color:#0a0a0a}.br-bloglist__page-info{color:var(--br-bl-text,#5d5d5d);font-size:.9rem}@media (max-width:991px){.br-bloglist__grid{grid-template-columns:repeat(2,1fr)}.br-bloglist__featured{grid-template-columns:1fr}.br-bloglist__featured-img{min-height:260px}}@media (max-width:575px){.br-bloglist__grid{grid-template-columns:1fr}.br-bloglist__featured-body{padding:2rem 1.5rem}}