
/* Patch 5: frontend polish for polite theme */
.pfc-brand-wrap{display:flex;align-items:center}
.pfc-brand-logo{max-height:52px;max-width:220px;width:auto}
.pfc-brand-text{font-weight:800;letter-spacing:.2px}
.pfo-footer-logo{max-height:64px;max-width:220px;width:auto}
.pfc-page-kicker{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .75rem;border-radius:999px;background:rgba(13,110,253,.08);color:#0d6efd;font-weight:700;font-size:.85rem}
.pfc-page-subtitle{max-width:760px}
.pfc-empty-state{border:1px dashed rgba(0,0,0,.12);border-radius:24px;padding:48px 24px;text-align:center;background:#fafbfc}
.pfc-empty-state i{font-size:2rem;color:#0d6efd;margin-bottom:14px}
.pfc-panel{border:1px solid rgba(0,0,0,.08);border-radius:24px;padding:24px;background:#fff;box-shadow:0 8px 28px rgba(15,23,42,.05)}
.pfc-form-panel .form-control{border-radius:14px;padding:.85rem 1rem}
.pfc-info-stack{display:grid;gap:16px}
.pfc-info-card{display:flex;gap:16px;border:1px solid rgba(0,0,0,.08);border-radius:22px;padding:18px;background:#fff;box-shadow:0 8px 28px rgba(15,23,42,.04)}
.pfc-info-icon{width:48px;height:48px;flex:0 0 48px;border-radius:16px;background:rgba(13,110,253,.08);display:flex;align-items:center;justify-content:center;color:#0d6efd;font-size:1.15rem}
.pfc-info-title{font-weight:800;margin-bottom:4px}
.pfc-map-wrap iframe{width:100%;min-height:320px;border:0;border-radius:18px}
.pfc-album-card{display:block;height:100%;border:1px solid rgba(0,0,0,.08);border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.05);transition:transform .2s ease, box-shadow .2s ease}
.pfc-album-card:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(15,23,42,.09)}
.pfc-album-thumb-wrap{position:relative}
.pfc-album-thumb{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}
.pfc-album-thumb-empty{background:#f4f6f8;color:#98a2b3;font-size:2rem}
.pfc-album-count{position:absolute;right:12px;bottom:12px;background:rgba(11,18,32,.88);color:#fff;padding:.35rem .65rem;border-radius:999px;font-size:.82rem}
.pfc-album-body{padding:18px}
.pfc-album-title{font-size:1.15rem;font-weight:800;color:#111827;margin:0 0 8px}
.pfc-album-text,.pfc-event-text{color:#667085;margin:0 0 12px}
.pfc-link-arrow{font-weight:700;color:#0d6efd}
.pfc-gallery-shot{display:block;position:relative;border-radius:22px;overflow:hidden}
.pfc-gallery-img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;transition:transform .25s ease}
.pfc-gallery-overlay{position:absolute;inset:0;background:linear-gradient(180deg, rgba(11,18,32,.05), rgba(11,18,32,.45));opacity:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;transition:opacity .25s ease}
.pfc-gallery-shot:hover .pfc-gallery-overlay{opacity:1}
.pfc-gallery-shot:hover .pfc-gallery-img{transform:scale(1.04)}
.pfc-event-card{height:100%;border:1px solid rgba(0,0,0,.08);border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.05)}
.pfc-event-thumb{width:100%;aspect-ratio:16/10;object-fit:cover;display:block}
.pfc-event-body{padding:18px}
.pfc-event-meta{display:flex;flex-wrap:wrap;gap:14px;font-size:.9rem;color:#667085;margin-bottom:10px}
.pfc-event-meta.large{font-size:.98rem}
.pfc-event-title{font-size:1.18rem;font-weight:800;margin:0 0 10px}
.pfc-event-title a{color:#111827;text-decoration:none}
.pfc-event-title a:hover{color:#0d6efd}
.pfc-detail-cover{width:100%;max-height:480px;object-fit:cover;border-radius:26px;display:block}
.pfc-content-panel{font-size:1rem;line-height:1.75}
.pfc-hero-swiper .swiper-slide{display:none}
.pfc-hero-swiper .swiper-wrapper{height:100%}
.pfc-hero-swiper .swiper-slide.is-active{display:flex;min-height:100%;height:100%}
.about-area.section-padding{padding:46px 0 28px!important}
.counter-area.section-padding{padding:18px 0 32px!important}
.section-padding{padding:34px 0!important}
.blog-area.section-padding,.event-area.section-padding,.gallery-area.section-padding{padding-top:20px!important;padding-bottom:18px!important}
.blog-area .section-title,.event-area .section-title,.gallery-area .section-title{margin-bottom:12px}
.blog-area .section-title h2,.event-area .section-title h2,.gallery-area .section-title h2{margin-bottom:4px}
.blog-area .row.mt-4,.event-area .row.mt-4,.gallery-area .row.mt-4{margin-top:8px}
.blog-area + .event-area,.event-area + .gallery-area{margin-top:-8px}
.pfc-card .card-body{padding:14px}
.pfo-footer.mt-5{margin-top:38px!important}
.pfo-footer .row.g-4{display:grid;grid-template-columns:1.35fr .75fr .75fr 1.15fr;gap:28px;align-items:start}
.pfo-footer .row.g-4>[class*="col-"]{width:auto;padding-left:0;padding-right:0}
@media (max-width: 767px){
  .pfc-brand-logo{max-height:42px;max-width:170px}
  .pfc-panel,.pfc-info-card{border-radius:18px}
  .about-area.section-padding,.counter-area.section-padding,.section-padding{padding:34px 0!important}
  .pfo-footer .row.g-4{grid-template-columns:1fr}
}
@media (min-width:768px) and (max-width:1024px){
  .pfo-footer .row.g-4{grid-template-columns:1.25fr .7fr .7fr 1.05fr;gap:20px}
}
