/* SD Negeri Barukan 01 brand layer */
:root { --sdn-teal: #0f766e; --sdn-teal-dark: #115e59; --sdn-gold: #f59e0b; --sdn-cream: #f8faf7; }
body { background: var(--sdn-cream); color: #24323b; }
.c-header { background-image: linear-gradient(120deg, rgba(15,118,110,.78), rgba(17,94,89,.30)), url(../images/slide1.webp); min-height: 500px; }
.c-header .mask { background: rgba(6, 47, 45, .28); }
.navbar-brand .brand-logo { width: auto; height: 52px; object-fit: contain; background: rgba(255,255,255,.94); border-radius: 12px; padding: 5px; }
.navbar-brand h1 { font-weight: 700; letter-spacing: -.02em; }
.navbar-brand h2 { color: #dff7f3; }
.navbar-dark .navbar-nav .nav-link { font-weight: 600; }
.search .card { border: 0; border-top: 4px solid var(--sdn-gold); border-radius: 12px; }
.topic li { border: 1px solid #d4e8e5; border-radius: 14px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.topic li:hover { transform: translateY(-4px); box-shadow: 0 10px 24px rgba(15,118,110,.14); border-color: var(--sdn-teal); }
#slims-home > section h4 { color: var(--sdn-teal-dark) !important; font-weight: 700; }
footer.bg-grey-darkest { background: #123c3a !important; }
.footer-logo { width: auto; height: 64px; object-fit: contain; background: #fff; border-radius: 12px; padding: 6px; }
@media (max-width: 767.98px) { .c-header { min-height: 430px; } .navbar-brand .brand-logo { height: 42px; } .navbar-brand h1 { font-size: 1rem; } .navbar-brand h2 { font-size: .72rem; } }

.navbar-brand img.h-8.w-8 { width: auto; height: 52px; object-fit: contain; background: rgba(255,255,255,.94); border-radius: 12px; padding: 5px; }
footer img.h-12.w-12 { width: auto; height: 64px; object-fit: contain; background: #fff; border-radius: 12px; padding: 6px; }
