@charset "UTF-8";
/* ==========================================================================
   PCK Auditorium - Modern Theme
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700&family=Inter:wght@300;400;500;600;700&display=swap');

:root {
    --brand: #b38b3f;
    --brand-dark: #8a6a2d;
    --brand-light: #e9d6a8;
    --ink: #1a1a1a;
    --ink-soft: #4a4a4a;
    --muted: #7a7a7a;
    --bg: #ffffff;
    --bg-soft: #faf7f2;
    --bg-alt: #f4ede0;
    --border: #eadfc8;
    --shadow-sm: 0 2px 10px rgba(26, 26, 26, .06);
    --shadow-md: 0 8px 30px rgba(26, 26, 26, .08);
    --shadow-lg: 0 20px 60px rgba(26, 26, 26, .12);
    --radius: 14px;
    --radius-lg: 22px;
    --transition: .35s cubic-bezier(.2,.7,.2,1);
    --serif: 'Playfair Display', Georgia, serif;
    --sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Reset / base
   -------------------------------------------------------------------------- */
* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    font-family: var(--sans);
    font-size: 18px;
    line-height: 1.75;
    color: var(--ink);
    background: var(--bg);
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

p { font-size: 1.2rem; line-height: 1.8; color: var(--ink-soft); }

img { max-width: 100%; height: auto; display: block; }

a { color: var(--brand); text-decoration: none; transition: color var(--transition); }
a:hover, a:focus { color: var(--brand-dark); text-decoration: none; outline: none; }

h1, h2, h3, h4, h5 {
    font-family: var(--serif);
    font-weight: 600;
    color: var(--ink);
    letter-spacing: -.01em;
    margin: 0 0 .6em;
}

h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); line-height: 1.1; }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); line-height: 1.2; }
h3 { font-size: clamp(1.4rem, 2.5vw, 1.8rem); line-height: 1.3; }
h4 { font-size: 1.2rem; line-height: 1.4; }

p { margin: 0 0 1em; }

.container { max-width: 1200px; padding-left: 20px; padding-right: 20px; }

/* Header / Navbar
   -------------------------------------------------------------------------- */
.top-nav,
.navbar-default {
    background: rgba(255, 255, 255, .92) !important;
    backdrop-filter: saturate(180%) blur(14px);
    -webkit-backdrop-filter: saturate(180%) blur(14px);
    border: none !important;
    border-bottom: 1px solid var(--border) !important;
    box-shadow: var(--shadow-sm);
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    min-height: 0;
}

.top-nav {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.top-nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
}

.navbar-header.navbar-right {
    float: none !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
}

.logo h1 { margin: 0; padding: 0; line-height: 0; }
.logo img {
    max-height: 56px;
    width: auto;
    transition: transform var(--transition);
}
.logo a:hover img { transform: scale(1.04); }

.navbar-collapse { padding: 0; border: none !important; box-shadow: none !important; }

.nav.navbar-nav {
    float: none !important;
    margin: 0 !important;
    display: flex;
    gap: 4px;
}

.nav.navbar-nav > li { float: none; }

.nav.navbar-nav > li > a {
    font-family: var(--sans);
    font-weight: 500;
    font-size: 15px;
    color: var(--ink) !important;
    padding: 12px 18px !important;
    border-radius: 10px;
    position: relative;
    background: transparent !important;
    transition: color var(--transition), background var(--transition);
}

.nav.navbar-nav > li > a:hover,
.nav.navbar-nav > li > a:focus,
.nav.navbar-nav > li > a.active {
    color: var(--brand-dark) !important;
    background: var(--bg-alt) !important;
}

.nav.navbar-nav > li > a span { position: relative; }

.cl-effect-5 a::after {
    content: '';
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 6px;
    height: 2px;
    background: var(--brand);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform var(--transition);
}

.cl-effect-5 a:hover::after,
.cl-effect-5 a.active::after { transform: scaleX(1); }

.navbar-toggle {
    border-color: var(--border) !important;
    border-radius: 10px !important;
    margin-right: 0;
}
.navbar-toggle .icon-bar { background-color: var(--ink) !important; }

/* Hero / Banner
   -------------------------------------------------------------------------- */
.banner {
    position: relative;
    min-height: 92vh;
    background: linear-gradient(135deg, rgba(20,15,5,.55), rgba(20,15,5,.35)), url('../images/new/banner.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    padding: 120px 20px 80px;
    overflow: hidden;
}

.banner::after {
    content: '';
    position: absolute;
    inset: auto 0 0 0;
    height: 160px;
    background: linear-gradient(to bottom, transparent, #fff);
    pointer-events: none;
}

.banner-info {
    position: relative;
    z-index: 2;
    max-width: 900px;
    animation: fadeUp 1s ease both;
}

.banner-info .eyebrow {
    display: inline-block;
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: var(--brand-light);
    padding: 8px 18px;
    border: 1px solid rgba(233, 214, 168, .4);
    border-radius: 999px;
    margin-bottom: 24px;
}

.banner-info h1,
.banner-info h2.hdng {
    font-family: var(--serif);
    font-size: clamp(2.6rem, 7vw, 5rem);
    font-weight: 600;
    color: #fff;
    margin: 0 0 20px;
    line-height: 1.05;
    text-shadow: 0 4px 30px rgba(0,0,0,.3);
}

.banner-info p.lead {
    font-size: clamp(1.05rem, 1.6vw, 1.25rem);
    color: rgba(255,255,255,.92);
    max-width: 680px;
    margin: 0 auto 36px;
    font-weight: 300;
}

.banner-info p { color: rgba(255,255,255,.9); }

.banner-ctas {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

/* Inner banners (sub pages) */
.about-bnr {
    min-height: 44vh;
    background: linear-gradient(135deg, rgba(20,15,5,.65), rgba(20,15,5,.45)), url('../images/new/banner.jpg') center/cover no-repeat;
    padding: 120px 20px 60px;
}
.about-bnr::after { display: none; }
.about-bnr .banner-info h2.hdng { font-size: clamp(2rem, 4.5vw, 3.2rem); margin-bottom: 0; }

/* Buttons
   -------------------------------------------------------------------------- */
.btn-modern {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 30px;
    font-family: var(--sans);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .02em;
    border-radius: 999px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all var(--transition);
    text-decoration: none !important;
}
.btn-modern.primary {
    background: var(--brand);
    color: #fff;
    box-shadow: 0 10px 30px rgba(179, 139, 63, .35);
}
.btn-modern.primary:hover {
    background: var(--brand-dark);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 36px rgba(179, 139, 63, .45);
}
.btn-modern.ghost {
    background: transparent;
    color: #fff;
    border-color: rgba(255,255,255,.4);
}
.btn-modern.ghost:hover {
    background: rgba(255,255,255,.1);
    color: #fff;
    border-color: #fff;
}
.btn-modern.dark {
    background: var(--ink);
    color: #fff;
}
.btn-modern.dark:hover { background: #000; color: #fff; transform: translateY(-2px); }

/* Sections
   -------------------------------------------------------------------------- */
.section {
    padding: clamp(60px, 9vw, 120px) 0;
}
.section.alt { background: var(--bg-soft); }

.section-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 60px;
}
.section-head .eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: var(--brand);
    margin-bottom: 14px;
}
.section-head h2 { margin-bottom: 14px; }
.section-head p { font-size: 1.25rem; color: var(--muted); line-height: 1.75; }

/* Intro split
   -------------------------------------------------------------------------- */
.intro-split {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: clamp(30px, 5vw, 70px);
    align-items: center;
}
.intro-split .media {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    aspect-ratio: 4 / 3;
}
.intro-split .media img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 1.2s ease;
}
.intro-split .media:hover img { transform: scale(1.04); }
.intro-split .media::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: var(--radius-lg);
    z-index: 2;
    pointer-events: none;
}
.intro-split .copy .eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: var(--brand);
    margin-bottom: 14px;
}
.intro-split .copy h2 { margin-bottom: 20px; }
.intro-split .copy p { font-size: 1.3rem; line-height: 1.8; margin-bottom: 1.2em; }

@media (max-width: 768px) {
    .intro-split { grid-template-columns: 1fr; }
}

/* Feature grid
   -------------------------------------------------------------------------- */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}
.feature-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 32px 28px;
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
    border-color: var(--brand-light);
}
.feature-card .icon {
    width: 56px; height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--brand-light), #fff);
    color: var(--brand-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
    box-shadow: inset 0 0 0 1px rgba(179,139,63,.25);
}
.feature-card h4 { font-size: 1.35rem; margin-bottom: 10px; }
.feature-card p { color: var(--muted); font-size: 1.15rem; line-height: 1.7; margin: 0; }
.feature-card .metric {
    display: block;
    font-family: var(--serif);
    font-size: 2.2rem;
    font-weight: 600;
    color: var(--brand-dark);
    line-height: 1;
    margin-bottom: 6px;
}

/* Gallery preview
   -------------------------------------------------------------------------- */
.gallery-preview {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.gallery-preview.glimpse-3 {
    grid-template-columns: repeat(3, 1fr);
}
.gallery-preview.glimpse-3 a {
    aspect-ratio: 4 / 3;
}
.gallery-preview a {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    aspect-ratio: 1;
    display: block;
}
.gallery-preview:not(.glimpse-3) a:nth-child(1) { grid-row: span 2; aspect-ratio: auto; }
.gallery-preview img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform .8s ease;
}
.gallery-preview a:hover img { transform: scale(1.08); }
.gallery-preview a::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.4), transparent 50%);
    opacity: 0;
    transition: opacity var(--transition);
}
.gallery-preview a:hover::after { opacity: 1; }

@media (max-width: 768px) {
    .gallery-preview,
    .gallery-preview.glimpse-3 { grid-template-columns: repeat(2, 1fr); }
    .gallery-preview a:nth-child(1) { grid-row: auto; aspect-ratio: 1; }
}

/* CTA strip
   -------------------------------------------------------------------------- */
.cta-strip {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2318 100%);
    color: #fff;
    border-radius: var(--radius-lg);
    padding: clamp(40px, 6vw, 70px) clamp(30px, 5vw, 60px);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.cta-strip::before {
    content: '';
    position: absolute;
    inset: -50%;
    background: radial-gradient(circle at 30% 20%, rgba(179,139,63,.25), transparent 50%);
}
.cta-strip > * { position: relative; z-index: 1; }
.cta-strip h2 { color: #fff; margin-bottom: 14px; }
.cta-strip p { color: rgba(255,255,255,.85); font-size: 1.25rem; line-height: 1.75; margin-bottom: 30px; max-width: 720px; margin-left: auto; margin-right: auto; }
.cta-strip .contact-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
    margin-bottom: 30px;
    color: rgba(255,255,255,.95);
}
.cta-strip .contact-row span { display: inline-flex; align-items: center; gap: 10px; font-size: 1.15rem; }
.cta-strip .contact-row strong { color: #fff; font-weight: 600; }

/* About page
   -------------------------------------------------------------------------- */
.about { padding: clamp(60px, 9vw, 110px) 0; background: var(--bg); }
.about-info { max-width: 900px; margin: 0 auto; font-size: 1.25rem; line-height: 1.85; }
.about-info p { font-size: 1.25rem; line-height: 1.85; margin-bottom: 1.3em; color: var(--ink-soft); }
.about-info h4 {
    font-family: var(--serif);
    font-size: 1.75rem;
    margin: 2em 0 1em;
    padding-bottom: .4em;
    border-bottom: 2px solid var(--brand-light);
    display: inline-block;
}
.about-info ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1em;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 14px;
}
.about-info ul li {
    position: relative;
    padding: 20px 24px 20px 58px;
    background: var(--bg-soft);
    border: 1px solid var(--border);
    border-radius: 10px;
    color: var(--ink);
    font-size: 1.15rem;
    line-height: 1.55;
}
.about-info ul li::before {
    content: '\2713';
    position: absolute;
    left: 18px; top: 50%;
    transform: translateY(-50%);
    width: 26px; height: 26px;
    background: var(--brand);
    color: #fff;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 14px;
    font-weight: 700;
}
.about-info ul li b { color: var(--brand-dark); font-weight: 700; }

/* Gallery page
   -------------------------------------------------------------------------- */
.gallery { padding: clamp(60px, 9vw, 110px) 0; }
.gallery .title {
    text-align: center;
    font-family: var(--serif);
    margin-bottom: 50px;
}
.gallery-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.gallery-info > div {
    padding: 0 !important;
    width: auto !important;
    float: none !important;
}
.gallery-info a {
    display: block;
    border-radius: var(--radius);
    overflow: hidden;
    position: relative;
    aspect-ratio: 4 / 3;
    box-shadow: var(--shadow-sm);
    transition: transform var(--transition), box-shadow var(--transition);
}
.gallery-info a:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}
.gallery-info a img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform .8s ease;
}
.gallery-info a:hover img { transform: scale(1.07); }
.gallery-info a::after {
    content: '\2922';
    position: absolute;
    right: 14px; bottom: 14px;
    width: 40px; height: 40px;
    background: rgba(255,255,255,.95);
    color: var(--ink);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 16px;
    opacity: 0;
    transform: translateY(6px);
    transition: all var(--transition);
}
.gallery-info a:hover::after { opacity: 1; transform: translateY(0); }

@media (max-width: 768px) { .gallery-info { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .gallery-info { grid-template-columns: 1fr; } }

/* Contact page
   -------------------------------------------------------------------------- */
.contact { padding: clamp(60px, 9vw, 110px) 0; }
.contact-main {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}
.google-map {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    padding: 0 !important;
    width: 100% !important;
    float: none !important;
}
.googlemap {
    width: 100%;
    height: 460px;
    border: 0;
    display: block;
}
.contact-info-block {
    background: var(--bg-soft);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: clamp(30px, 4vw, 50px);
    font-size: 1.2rem;
}
.contact-info-block h3 { margin: 0 0 24px; font-size: 2.2rem; }
.contact-info-block .address-block {
    font-size: 1.3rem;
    color: var(--ink);
    line-height: 2;
    margin-bottom: 30px;
}
.contact-info-block .address-block strong { color: var(--ink); font-weight: 700; font-size: 1.4rem; }
.contact-info-block .phones {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 20px;
}
.contact-info-block .phones a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 28px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 999px;
    color: var(--ink);
    font-weight: 600;
    font-size: 1.15rem;
    transition: all var(--transition);
}
.contact-info-block .phones a:hover {
    background: var(--brand);
    color: #fff;
    border-color: var(--brand);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.directions { margin-top: 10px; }
.directions h4 {
    font-size: 1.6rem;
    margin: 0 0 20px;
}
.directions-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px;
}
.directions-list a {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 24px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 12px;
    color: var(--ink) !important;
    font-weight: 600;
    font-size: 1.15rem;
    text-decoration: none !important;
    transition: all var(--transition);
}
.directions-list a::before {
    content: '\279C';
    color: var(--brand);
    font-size: 1.1rem;
    transition: transform var(--transition);
}
.directions-list a:hover {
    border-color: var(--brand);
    background: var(--bg-alt);
    transform: translateY(-2px);
}
.directions-list a:hover::before { transform: translateX(4px); }

/* Footer
   -------------------------------------------------------------------------- */
.footer {
    background: #141414;
    color: rgba(255,255,255,.88);
    padding: 80px 0 0;
    margin-top: 0;
    font-size: 18px;
}
.footer .footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.3fr;
    gap: 50px;
}
.footer .footer-col h3 {
    color: #fff;
    font-family: var(--sans);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.footer .footer-logo {
    max-width: 180px;
    margin-bottom: 22px;
    background: #fff;
    padding: 14px 18px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,.25);
}
.footer .brand-blurb {
    color: rgba(255,255,255,.82);
    font-size: 1.15rem;
    line-height: 1.75;
}
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer ul li { padding: 10px 0; color: rgba(255,255,255,.9); font-size: 1.15rem; line-height: 1.65; }
.footer ul li a {
    color: rgba(255,255,255,.9) !important;
    font-size: 1.15rem;
    transition: color var(--transition), padding var(--transition);
}
.footer ul li a:hover {
    color: var(--brand-light) !important;
    padding-left: 6px;
}
.footer .contact-list li { display: flex; gap: 10px; align-items: flex-start; line-height: 1.7; }
.footer .contact-list li strong { color: #fff; font-weight: 600; }

.footer-cr {
    margin-top: 60px;
    padding: 24px 20px;
    border-top: 1px solid rgba(255,255,255,.08);
    text-align: center;
}
.footer-cr p {
    margin: 0;
    color: rgba(255,255,255,.75);
    font-size: 1.05rem;
}

@media (max-width: 768px) {
    .footer .footer-inner { grid-template-columns: 1fr; gap: 36px; }
}

/* Animations
   -------------------------------------------------------------------------- */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* Utilities
   -------------------------------------------------------------------------- */
.text-center { text-align: center; }
.mt-0 { margin-top: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }

/* Mobile nav tweaks
   -------------------------------------------------------------------------- */
@media (max-width: 767px) {
    .top-nav .container {
        min-height: 64px;
        padding: 8px 16px !important;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    /* Hamburger LEFT, logo CENTERED */
    .navbar-header.navbar-right {
        width: 100%;
        position: relative;
        display: flex !important;
        flex-direction: row !important;
        align-items: center;
        justify-content: flex-start;
        float: none !important;
        margin: 0 !important;
        min-height: 48px;
    }
    .navbar-header .navbar-toggle {
        order: 1;
        float: none !important;
        margin: 0 !important;
        padding: 10px 12px !important;
        width: 46px;
        height: 42px;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        background: #fff !important;
        border: 1px solid var(--border) !important;
        border-radius: 10px !important;
        position: relative;
        z-index: 2;
    }
    .navbar-header .navbar-toggle:focus,
    .navbar-header .navbar-toggle:hover {
        background: var(--bg-alt) !important;
        border-color: var(--brand-light) !important;
        outline: none !important;
    }
    .navbar-header .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        margin: 0 !important;
        background-color: var(--ink) !important;
        border-radius: 2px;
    }
    .navbar-header .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px !important; }

    .navbar-header .logo {
        order: 2;
        margin: 0 !important;
        display: flex;
        align-items: center;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        pointer-events: auto;
    }
    .logo h1 { margin: 0; line-height: 0; }
    .logo img {
        max-height: 40px !important;
        width: auto !important;
    }

    /* Dropdown menu when hamburger is tapped */
    .navbar-collapse {
        width: 100%;
        flex: 0 0 100%;
        background: #fff;
        border-top: 1px solid var(--border) !important;
        margin: 10px -16px 0 !important;
        padding: 8px 16px 14px !important;
        max-height: none !important;
    }
    .navbar-collapse.collapse { display: none !important; }
    .navbar-collapse.collapse.in { display: block !important; }
    .navbar-collapse.collapsing { display: block !important; }

    .nav.navbar-nav {
        flex-direction: column;
        gap: 2px;
        width: 100%;
        align-items: stretch;
    }
    .nav.navbar-nav > li { width: 100%; }
    .nav.navbar-nav > li > a {
        padding: 14px 16px !important;
        font-size: 16px;
        border-radius: 10px;
        display: block;
    }
    .cl-effect-5 a::after { display: none; }

    .banner { min-height: 78vh; padding: 100px 20px 60px; }
    .banner::after { height: 80px; }
}

@media (max-width: 400px) {
    .logo img { max-height: 34px !important; }
    .navbar-header .navbar-toggle { width: 42px; height: 40px; }
}
