/* ==========================================================================
   CEHDAR - Premium Design System (Orange · White · Black · Green)
   ========================================================================== */

:root {
    --brand: #1a7a3e;
    --brand-dark: #0d5528;
    --brand-light: #34a853;
    --accent: #f7941d;
    --accent-dark: #e07a10;
    --accent-light: #ffb04d;
    --ink: #0e1512;
    --text: #14201b;
    --text-muted: #5b6b64;
    --bg-soft: #f7faf8;
    --bg-warm: #fff7ec;
    --white: #ffffff;
    --border: #e6ede9;
    --shadow-sm: 0 4px 12px rgba(14, 21, 18, 0.06);
    --shadow-md: 0 14px 34px rgba(14, 21, 18, 0.10);
    --shadow-lg: 0 26px 60px rgba(14, 21, 18, 0.18);
    --radius-sm: 10px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --transition: 0.35s cubic-bezier(.4,.14,.3,1);
}

* { box-sizing: border-box; }

html { font-size: 16px; scroll-behavior: smooth; }
@media (min-width: 1400px) { html { font-size: 17px; } }

body {
    font-family: 'Inter', 'Poppins', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    background: var(--white);
    line-height: 1.65;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.005em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', Georgia, serif;
    color: var(--ink);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.015em;
    margin-bottom: .75rem;
}

h1 { font-size: clamp(2.1rem, 4vw, 3.4rem); }
h2 { font-size: clamp(1.75rem, 2.6vw, 2.4rem); }
h3 { font-size: clamp(1.4rem, 1.9vw, 1.75rem); }
h4 { font-size: 1.35rem; }
h5 { font-size: 1.15rem; font-weight: 600; }
h6 { font-size: 1rem; font-weight: 600; }

p { font-size: 1rem; margin-bottom: 1rem; color: var(--text); }
.lead { font-size: 1.15rem; font-weight: 400; line-height: 1.6; }
small, .small { font-size: .875rem; }

a { color: var(--brand); text-decoration: none; transition: color .2s ease; font-weight: 500; }
a:hover { color: var(--accent-dark); }

.text-brand { color: var(--brand) !important; }
.text-accent { color: var(--accent) !important; }
.text-ink { color: var(--ink) !important; }
.text-brand-light { color: var(--brand-light) !important; }
.bg-brand { background: var(--brand) !important; color: #fff !important; }
.bg-accent { background: var(--accent) !important; color: #fff !important; }
.bg-soft { background: var(--bg-soft) !important; }
.bg-warm { background: var(--bg-warm) !important; }
.bg-ink { background: var(--ink) !important; color: #fff !important; }

.section { padding: 5rem 0; position: relative; }
.section-sm { padding: 3rem 0; }
.section-heading { text-align: center; margin-bottom: 3rem; }
.section-heading .eyebrow {
    display: inline-block; font-size: 0.78rem; font-weight: 700; letter-spacing: .22em;
    text-transform: uppercase; color: var(--accent); background: rgba(247,148,29,.1);
    padding: .4rem 1rem; border-radius: 999px; margin-bottom: 1rem;
}
.section-heading h2 { margin-bottom: 1rem; color: var(--ink); }
.section-heading p { max-width: 720px; margin: 0 auto; color: var(--text-muted); font-size: 1.05rem; }
.section-heading .divider {
    width: 80px; height: 4px; background: linear-gradient(90deg, var(--brand), var(--accent));
    margin: 1rem auto; border-radius: 999px;
}

/* ---------- Buttons ---------- */
.btn { font-weight: 600; border-radius: 999px; padding: .7rem 1.7rem; transition: var(--transition); border: 2px solid transparent; font-size: .95rem; letter-spacing: .01em; }
.btn:focus, .btn:active:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 .2rem rgba(26, 122, 62, .18);
}
.btn-brand {
    background: linear-gradient(135deg, var(--brand), var(--brand-light));
    color: #fff; border-color: transparent;
    box-shadow: 0 6px 18px rgba(26,122,62,.28);
}
.btn-brand:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(26,122,62,.38); background: linear-gradient(135deg, var(--brand-dark), var(--brand)); }
.btn-accent { background: linear-gradient(135deg, var(--accent), var(--accent-dark)); color: #fff; box-shadow: 0 6px 18px rgba(247,148,29,.32); }
.btn-accent:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(247,148,29,.44); }
.btn-brand-outline { background: transparent; color: var(--brand); border-color: var(--brand); }
.btn-brand-outline:hover { background: var(--brand); color: #fff; }
.btn-accent-outline { background: transparent; color: var(--accent-dark); border-color: var(--accent); }
.btn-accent-outline:hover { background: var(--accent); color: #fff; }
.btn-ghost { background: rgba(255,255,255,.15); color: #fff; border-color: rgba(255,255,255,.5); backdrop-filter: blur(6px); }
.btn-ghost:hover { background: #fff; color: var(--ink); }
.btn-whatsapp { background: #25d366; color: #fff; }
.btn-whatsapp:hover { background: #128c7e; color: #fff; }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #000; color: #fff; }

/* ---------- Top bar & header ---------- */
.topbar { background: var(--ink); color: #fff; padding: .55rem 0; font-size: .85rem; letter-spacing: .01em; }
.topbar a { color: #fff; font-weight: 400; }
.topbar a:hover { color: var(--accent); }
.topbar-social a { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; background: rgba(255,255,255,.1); margin-left: .35rem; transition: var(--transition); font-size: .85rem; }
.topbar-social a:hover { background: var(--accent); transform: translateY(-2px); color: #fff; }
.admin-link { background: var(--accent) !important; color: #fff !important; padding: .25rem .85rem !important; border-radius: 999px; font-weight: 600 !important; }
.admin-link:hover { background: var(--accent-dark) !important; color: #fff !important; }

.site-header { background: #fff; box-shadow: 0 2px 24px rgba(14,21,18,.06); transition: var(--transition); border-bottom: 3px solid var(--accent); }
.site-header.scrolled { box-shadow: 0 6px 30px rgba(14,21,18,.12); }
.site-header.scrolled .navbar { padding-top: .35rem !important; padding-bottom: .35rem !important; }
.brand-logo-img { height: 56px; width: auto; transition: var(--transition); }
.site-header.scrolled .brand-logo-img { height: 46px; }
.brand-logo { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg, var(--brand), var(--brand-light)); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 1.25rem; box-shadow: var(--shadow-sm); }
.brand-name { display: block; font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.4rem; color: var(--ink); line-height: 1; letter-spacing: -.01em; }
.brand-tag { display: block; font-size: .7rem; color: var(--text-muted); letter-spacing: .12em; text-transform: uppercase; font-weight: 500; margin-top: .2rem; }
.navbar .nav-link { color: var(--ink); font-weight: 500; padding: .6rem 1rem !important; position: relative; font-size: .95rem; letter-spacing: .01em; }
.navbar .nav-link:hover, .navbar .nav-link.active { color: var(--brand); }
.navbar .nav-link.active::after { content: ""; position: absolute; left: 1rem; right: 1rem; bottom: .1rem; height: 3px; background: linear-gradient(90deg, var(--brand), var(--accent)); border-radius: 999px; }

/* ---------- Hero ---------- */
.hero {
    position: relative; color: #fff; overflow: hidden;
    background: linear-gradient(135deg, rgba(14,21,18,.78) 0%, rgba(26,122,62,.62) 55%, rgba(247,148,29,.55) 100%),
                url('https://cehdar.org/assets/img/summit/1.jpg') center/cover no-repeat;
    padding: 7rem 0 8rem;
}
.hero::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 90px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 90' preserveAspectRatio='none'><path fill='%23ffffff' d='M0,64L60,58.7C120,53,240,43,360,48C480,53,600,75,720,74.7C840,75,960,53,1080,42.7C1200,32,1320,32,1380,32L1440,32L1440,90L0,90Z'/></svg>") no-repeat bottom/cover;
}
.hero h1 { color: #fff; font-size: clamp(2.3rem, 4.2vw, 3.8rem); line-height: 1.12; margin-bottom: 1.25rem; font-weight: 700; letter-spacing: -.02em; }
.hero .lead { max-width: 640px; font-size: 1.18rem; color: rgba(255,255,255,.92); line-height: 1.55; }
.hero-badge { display: inline-block; background: var(--accent); color: #fff; padding: .45rem 1.1rem; border-radius: 999px; letter-spacing: .14em; text-transform: uppercase; font-size: .75rem; font-weight: 700; margin-bottom: 1.5rem; box-shadow: 0 6px 18px rgba(247,148,29,.35); }
.hero-actions .btn { margin-right: .5rem; margin-bottom: .5rem; }

/* ---------- Hero slider ---------- */
.hero-slider { position: relative; color: #fff; overflow: hidden; }
.hero-slider .carousel-inner { min-height: 620px; }
.hero-slider .carousel-item { transition: transform 1.2s cubic-bezier(.4,.14,.3,1), opacity .9s ease-in-out; }
.hero-slide {
    position: relative;
    min-height: 620px;
    padding: 6.5rem 0 7.5rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    animation: heroZoom 12s ease-out both;
}
@keyframes heroZoom {
    0% { background-size: 110% auto; }
    100% { background-size: 118% auto; }
}
.min-vh-hero { min-height: 460px; }
.hero-slide .hero-title { color: #fff; font-family: 'Playfair Display', serif; font-size: clamp(2.2rem, 4.2vw, 3.8rem); line-height: 1.12; margin-bottom: 1.25rem; font-weight: 700; letter-spacing: -.02em; text-shadow: 0 4px 22px rgba(0,0,0,.35); }
.hero-slide .hero-lead { max-width: 640px; font-size: 1.15rem; color: rgba(255,255,255,.94); line-height: 1.6; text-shadow: 0 2px 10px rgba(0,0,0,.35); }

.hero-side-card {
    background: rgba(14,21,18,.55);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: var(--radius-lg);
    padding: 1.25rem;
    box-shadow: 0 20px 50px rgba(0,0,0,.35);
    overflow: hidden;
}
.hero-side-card .hero-side-img { width: 100%; height: 170px; object-fit: cover; border-radius: var(--radius-md); margin-bottom: 1rem; }
.hero-side-card h5 { color: #fff; margin-bottom: .5rem; font-family: 'Playfair Display', serif; font-size: 1.15rem; }
.hero-side-card p { color: rgba(255,255,255,.9); }

.hero-slider .carousel-indicators { bottom: 6.5rem; margin-bottom: 0; z-index: 4; }
.hero-slider .carousel-indicators [data-bs-target] {
    width: 34px; height: 5px; border-radius: 999px; margin: 0 .3rem;
    background: rgba(255,255,255,.5); border: none; opacity: 1;
    transition: background .3s ease, transform .3s ease;
}
.hero-slider .carousel-indicators .active { background: var(--accent); transform: scaleX(1.15); }

.hero-slider .carousel-control-prev,
.hero-slider .carousel-control-next {
    width: 60px; opacity: 1; z-index: 4;
}
.hero-slider .hero-control-icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; border-radius: 50%;
    background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.35);
    color: #fff; font-size: 1.4rem;
    transition: background .3s ease, transform .3s ease;
}
.hero-slider .carousel-control-prev:hover .hero-control-icon,
.hero-slider .carousel-control-next:hover .hero-control-icon {
    background: var(--accent); border-color: var(--accent); transform: scale(1.05);
}

.hero-wave {
    position: absolute; left: 0; right: 0; bottom: -1px; height: 90px; z-index: 3; pointer-events: none;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 90' preserveAspectRatio='none'><path fill='%23ffffff' d='M0,64L60,58.7C120,53,240,43,360,48C480,53,600,75,720,74.7C840,75,960,53,1080,42.7C1200,32,1320,32,1380,32L1440,32L1440,90L0,90Z'/></svg>") no-repeat bottom/cover;
}

@media (max-width: 768px) {
    .hero-slider .carousel-inner,
    .hero-slide { min-height: 520px; }
    .min-vh-hero { min-height: 360px; }
    .hero-slider .carousel-indicators { bottom: 5rem; }
}

.hero-stats { position: relative; margin-top: -6rem; z-index: 3; }
.stat-card { background: #fff; border-radius: var(--radius-md); padding: 1.75rem 1.5rem; text-align: center; box-shadow: var(--shadow-md); transition: var(--transition); border-top: 4px solid transparent; }
.stat-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-top-color: var(--accent); }
.stat-icon { width: 64px; height: 64px; border-radius: 50%; background: linear-gradient(135deg, var(--brand), var(--brand-light)); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 1.65rem; margin-bottom: 1rem; box-shadow: 0 6px 18px rgba(26,122,62,.28); }
.stat-card:nth-child(even) .stat-icon { background: linear-gradient(135deg, var(--accent), var(--accent-dark)); box-shadow: 0 6px 18px rgba(247,148,29,.32); }
.stat-value { font-family: 'Playfair Display', serif; font-size: 2.5rem; color: var(--ink); font-weight: 700; line-height: 1; }
.stat-label { color: var(--text-muted); font-size: .92rem; margin-top: .4rem; font-weight: 500; }

/* ---------- Cards ---------- */
.feature-card {
    background: #fff; border-radius: var(--radius-md); padding: 2rem 1.75rem;
    border: 1px solid var(--border); box-shadow: var(--shadow-sm);
    transition: var(--transition); height: 100%;
    position: relative; overflow: hidden;
}
.feature-card::before {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(26,122,62,.05), rgba(247,148,29,.05));
    opacity: 0; transition: var(--transition);
}
.feature-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: transparent; }
.feature-card:hover::before { opacity: 1; }
.feature-card > * { position: relative; z-index: 1; }
.feature-icon { width: 64px; height: 64px; border-radius: 18px; background: linear-gradient(135deg, var(--brand), var(--brand-light)); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 1.65rem; margin-bottom: 1.25rem; transition: var(--transition); box-shadow: 0 6px 16px rgba(26,122,62,.25); }
.feature-card:nth-child(even) .feature-icon { background: linear-gradient(135deg, var(--accent), var(--accent-dark)); box-shadow: 0 6px 16px rgba(247,148,29,.28); }
.feature-card:hover .feature-icon { transform: rotate(-6deg) scale(1.05); }
.feature-card h5 { color: var(--ink); margin-bottom: .75rem; font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.2rem; }
.feature-card p { font-size: .93rem; line-height: 1.6; }
.feature-card-link { display: block; color: inherit; cursor: pointer; }
.feature-card-link:hover { color: inherit; }
.feature-card-cta {
    display: inline-flex; align-items: center; gap: .35rem;
    color: var(--brand); font-weight: 600; font-size: .85rem;
    text-transform: uppercase; letter-spacing: .1em; margin-top: .5rem;
}
.feature-card-link:hover .feature-card-cta { color: var(--accent-dark); }
.feature-card-cta i { transition: transform .3s ease; }
.feature-card-link:hover .feature-card-cta i { transform: translateX(4px); }

/* ---------- Service details page ---------- */
.service-detail-panel {
    background: #fff; border-radius: var(--radius-lg); padding: 2.5rem;
    border: 1px solid var(--border); box-shadow: var(--shadow-md); border-top: 4px solid var(--accent);
}
.service-detail-header { display: flex; align-items: flex-start; gap: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--border); margin-bottom: 1.75rem; }
.service-detail-icon {
    width: 84px; height: 84px; flex-shrink: 0; border-radius: 20px;
    background: linear-gradient(135deg, var(--brand), var(--brand-light));
    color: #fff; display: inline-flex; align-items: center; justify-content: center;
    font-size: 2.4rem; box-shadow: 0 12px 26px rgba(26,122,62,.3);
}
.service-detail-title { font-family: 'Playfair Display', serif; color: var(--ink); font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 700; line-height: 1.15; margin: 0; }
.service-detail-body .lead { color: var(--text); font-size: 1.1rem; line-height: 1.75; }
.service-section-heading { font-family: 'Playfair Display', serif; color: var(--ink); font-weight: 700; font-size: 1.25rem; margin-bottom: .75rem; display: flex; align-items: center; }
.service-detail-list { list-style: none; padding: 0; margin: 0 0 1rem; }
.service-detail-list li { display: flex; gap: .75rem; padding: .55rem 0; color: var(--text); border-bottom: 1px dashed var(--border); }
.service-detail-list li:last-child { border-bottom: none; }
.service-detail-list li i { color: var(--brand); font-size: 1.1rem; margin-top: .18rem; flex-shrink: 0; }
.service-detail-cta { padding-top: 1.5rem; border-top: 1px solid var(--border); }
.service-side-card {
    background: #fff; border-radius: var(--radius-md); padding: 1.75rem;
    border: 1px solid var(--border); box-shadow: var(--shadow-sm);
}
.service-side-title { font-family: 'Playfair Display', serif; color: var(--ink); font-weight: 700; font-size: 1.1rem; margin-bottom: 1rem; display: flex; align-items: center; }
.service-side-list { list-style: none; padding: 0; margin: 0; }
.service-side-list li { display: flex; align-items: center; gap: .55rem; padding: .5rem 0; color: var(--text); font-size: .95rem; border-bottom: 1px dashed var(--border); }
.service-side-list li:last-child { border-bottom: none; }
.service-side-list li i { font-size: 1.05rem; }
.service-side-cta {
    background: linear-gradient(160deg, var(--ink), var(--brand-dark)); color: #fff; border: none;
    box-shadow: 0 14px 30px rgba(14,21,18,.25); position: relative; overflow: hidden;
}
.service-side-cta::before {
    content: ""; position: absolute; top: -40px; right: -40px; width: 160px; height: 160px;
    border-radius: 50%; background: rgba(247,148,29,.2);
}
.service-side-cta > * { position: relative; z-index: 1; }

.person-card {
    background: linear-gradient(180deg, #ffffff 0%, #fbfaf6 100%);
    border-radius: var(--radius-md); overflow: hidden;
    box-shadow: 0 8px 24px -14px rgba(14,21,18,.18);
    border: 1px solid var(--border);
    transition: transform .35s cubic-bezier(.4,.14,.3,1), box-shadow .35s ease, border-color .35s ease;
    height: 100%; cursor: pointer; position: relative;
}
.person-card::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
    background: linear-gradient(90deg, var(--brand), var(--accent), var(--brand-light));
    background-size: 200% 100%;
    transform: scaleX(0); transform-origin: left;
    transition: transform .5s ease, background-position .8s ease;
    z-index: 3;
}
.person-card:hover { transform: translateY(-8px); box-shadow: 0 24px 48px -20px rgba(14,21,18,.28); border-color: var(--accent); }
.person-card:hover::before { transform: scaleX(1); background-position: 100% 0; }

.person-image { position: relative; padding-top: 100%; overflow: hidden; background: var(--bg-soft); }
.person-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease, filter .4s ease; }
.person-card:hover .person-image img { transform: scale(1.08); filter: saturate(1.08); }
.person-image::after {
    content: "\F52A"; font-family: bootstrap-icons !important;
    position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 2.4rem; background: linear-gradient(180deg, transparent 30%, rgba(14,21,18,.75));
    opacity: 0; transition: var(--transition);
}
.person-card:hover .person-image::after { opacity: 1; }
.person-body { padding: 1.35rem 1.25rem 1.5rem; text-align: center; }

/* Role badge */
.person-role {
    display: inline-flex; align-items: center; gap: .3rem;
    padding: .3rem .8rem; border-radius: 999px;
    background: linear-gradient(135deg, rgba(247,148,29,.14), rgba(247,148,29,.05));
    color: var(--accent-dark, #c76a00);
    font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 800;
    border: 1px solid rgba(247,148,29,.28);
    box-shadow: 0 3px 10px -4px rgba(247,148,29,.35);
    margin-bottom: .55rem;
}
.person-role::before {
    content: "\F287"; font-family: bootstrap-icons !important;
    font-size: .78rem; letter-spacing: 0;
    color: var(--accent);
}

.person-name { font-family: 'Playfair Display', serif; color: var(--ink); font-size: 1.1rem; margin-top: .35rem; margin-bottom: .5rem; font-weight: 700; }
.person-card .text-muted.small { font-weight: 500; }

/* View profile button */
.person-view {
    display: inline-flex; align-items: center; gap: .45rem;
    padding: .5rem 1.1rem; margin-top: .75rem;
    border-radius: 999px;
    background: #ffffff;
    color: var(--brand) !important;
    font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700;
    border: 1.5px solid rgba(26,122,62,.25);
    box-shadow: 0 4px 12px -6px rgba(26,122,62,.25);
    transition: background .35s ease, color .35s ease, border-color .35s ease, box-shadow .35s ease, transform .35s ease;
    position: relative; overflow: hidden;
}
.person-view::before {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(135deg, var(--brand), var(--brand-light) 55%, var(--accent));
    transform: translateX(-101%); transition: transform .45s ease;
    z-index: 0;
}
.person-view > * { position: relative; z-index: 1; }
.person-view i { transition: transform .3s ease; }
.person-card:hover .person-view {
    color: #fff !important; border-color: transparent;
    box-shadow: 0 12px 26px -10px rgba(26,122,62,.55);
    transform: translateY(-1px);
}
.person-card:hover .person-view::before { transform: translateX(0); }
.person-card:hover .person-view i { transform: translateX(5px); }

.project-card { background: #fff; border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--border); transition: var(--transition); height: 100%; }
.project-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.project-image { height: 220px; background-size: cover; background-position: center; position: relative; }
.project-image .project-badge { position: absolute; top: 1rem; left: 1rem; background: var(--accent); color: #fff; padding: .35rem .85rem; border-radius: 999px; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; box-shadow: 0 4px 12px rgba(247,148,29,.4); }
.project-body { padding: 1.5rem; }
.project-body h5 { color: var(--ink); margin-bottom: .75rem; font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.2rem; }
.project-meta { font-size: .75rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: .14em; font-weight: 600; }

/* ---------- Gallery + Albums ---------- */
.gallery-filter { text-align: center; margin-bottom: 2rem; }
.gallery-filter button { border: none; background: transparent; padding: .5rem 1.25rem; border-radius: 999px; margin: .25rem; color: var(--text-muted); font-weight: 600; transition: var(--transition); font-size: .88rem; letter-spacing: .04em; }
.gallery-filter button.active, .gallery-filter button:hover { background: linear-gradient(135deg, var(--brand), var(--accent)); color: #fff; box-shadow: 0 6px 16px rgba(26,122,62,.25); }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1rem; }
.gallery-item { position: relative; overflow: hidden; border-radius: var(--radius-sm); box-shadow: var(--shadow-sm); aspect-ratio: 4/3; transition: var(--transition); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(14,21,18,.85)); opacity: 0; transition: var(--transition); }
.gallery-item:hover::after { opacity: 1; }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-caption { position: absolute; left: 1rem; bottom: 1rem; color: #fff; z-index: 2; opacity: 0; transform: translateY(20px); transition: var(--transition); }
.gallery-item:hover .gallery-caption { opacity: 1; transform: translateY(0); }
.gallery-caption strong { display: block; font-family: 'Playfair Display', serif; font-size: 1.1rem; }

/* ---------- Album cards ---------- */
.album-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.75rem; }
.album-card {
    background: #fff; border-radius: var(--radius-md); overflow: hidden;
    box-shadow: var(--shadow-sm); border: 1px solid var(--border);
    transition: var(--transition); cursor: pointer; position: relative;
}
.album-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: var(--accent); }
.album-cover { position: relative; padding-top: 65%; overflow: hidden; background: var(--bg-soft); }
.album-cover img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.album-card:hover .album-cover img { transform: scale(1.08); }
.album-cover::before {
    content: ""; position: absolute; top: 8px; left: 5%; right: 5%; height: 100%;
    background: #fff; border-radius: var(--radius-md); z-index: -1;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
}
.album-cover::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(14,21,18,.7) 100%);
    transition: var(--transition);
}
.album-badge {
    position: absolute; top: 1rem; right: 1rem;
    background: var(--accent); color: #fff; padding: .35rem .85rem;
    border-radius: 999px; font-size: .72rem; font-weight: 700; letter-spacing: .1em;
    text-transform: uppercase; z-index: 2; box-shadow: 0 4px 12px rgba(247,148,29,.4);
    display: inline-flex; align-items: center; gap: .35rem;
}
.album-play {
    position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) scale(.85);
    width: 70px; height: 70px; border-radius: 50%;
    background: rgba(255,255,255,.9); color: var(--brand);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 2rem; z-index: 2; transition: var(--transition);
    opacity: 0; box-shadow: 0 12px 32px rgba(0,0,0,.35);
}
.album-card:hover .album-play { opacity: 1; transform: translate(-50%,-50%) scale(1); }
.album-body { padding: 1.35rem 1.5rem 1.5rem; }
.album-eyebrow { color: var(--accent); font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 700; }
.album-title { font-family: 'Playfair Display', serif; color: var(--ink); font-size: 1.2rem; font-weight: 700; margin: .35rem 0 .35rem; }
.album-meta { color: var(--text-muted); font-size: .85rem; display: flex; align-items: center; gap: 1rem; }
.album-meta span { display: inline-flex; align-items: center; gap: .3rem; }

/* Slideshow modal */
.album-modal .modal-dialog { max-width: 1100px; }
.album-modal .modal-content { background: var(--ink); color: #fff; border: none; border-radius: var(--radius-lg); overflow: hidden; }
.album-modal .modal-header { border-bottom: 1px solid rgba(255,255,255,.1); padding: 1.25rem 1.75rem; }
.album-modal .modal-title { font-family: 'Playfair Display', serif; color: #fff; font-weight: 700; }
.album-modal .btn-close { filter: invert(1) grayscale(100%) brightness(200%); }
.album-modal .carousel { background: #000; border-radius: var(--radius-md); overflow: hidden; }
.album-modal .carousel-inner { min-height: 60vh; display: flex; align-items: center; background: #000; }
.album-modal .carousel-item { text-align: center; }
.album-modal .carousel-item img { max-height: 65vh; width: auto; margin: 0 auto; object-fit: contain; }
.album-modal .carousel-caption { background: linear-gradient(0deg, rgba(0,0,0,.75), transparent); left: 0; right: 0; bottom: 0; padding: 1.25rem 4rem 1.5rem; text-align: left; }
.album-modal .carousel-caption h5 { color: #fff; font-family: 'Playfair Display', serif; font-weight: 700; margin-bottom: .25rem; }
.album-modal .carousel-caption p { color: rgba(255,255,255,.85); margin: 0; }
.album-modal .carousel-control-prev, .album-modal .carousel-control-next { width: 60px; opacity: .9; }
.album-modal .carousel-control-prev-icon, .album-modal .carousel-control-next-icon {
    background-color: var(--accent); border-radius: 50%; padding: 1.25rem; background-size: 45%;
    box-shadow: 0 8px 20px rgba(247,148,29,.4);
}
.album-modal .carousel-indicators { margin-bottom: .5rem; }
.album-modal .carousel-indicators [data-bs-target] { width: 10px; height: 10px; border-radius: 50%; background-color: var(--accent); border: none; margin: 0 5px; opacity: .5; }
.album-modal .carousel-indicators .active { opacity: 1; background: #fff; }

/* ---------- Video cards ---------- */
.video-card { position: relative; border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); transition: var(--transition); height: 100%; border: 1px solid var(--border); }
.video-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.video-thumb { position: relative; padding-top: 56.25%; background-size: cover; background-position: center; }
.video-thumb::after { content: "\F4F4"; font-family: bootstrap-icons !important; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 3.5rem; background: rgba(14,21,18,.4); transition: var(--transition); }
.video-card:hover .video-thumb::after { background: rgba(247,148,29,.7); color: #fff; }
.video-body { padding: 1.25rem; background: #fff; }
.video-body h6 { color: var(--ink); font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.05rem; }

/* ---------- Partners ---------- */
.partner-item { background: #fff; border-radius: var(--radius-sm); padding: 1.25rem; box-shadow: var(--shadow-sm); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; height: 110px; transition: var(--transition); }
.partner-item img { max-height: 70px; max-width: 100%; filter: grayscale(60%); opacity: .8; transition: var(--transition); }
.partner-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.partner-item:hover img { filter: none; opacity: 1; }

/* ---------- About stripe ---------- */
.about-stripe { background: var(--bg-soft); border-radius: var(--radius-lg); padding: 3rem; box-shadow: var(--shadow-sm); }
.mvv-card { background: #fff; border-radius: var(--radius-md); padding: 1.75rem; height: 100%; border: 1px solid var(--border); transition: var(--transition); position: relative; overflow: hidden; }
.mvv-card::before { content: ""; position: absolute; top: 0; left: 0; height: 4px; width: 100%; background: linear-gradient(90deg, var(--brand), var(--accent)); transform: scaleX(0); transform-origin: left; transition: transform .6s ease; }
.mvv-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.mvv-card:hover::before { transform: scaleX(1); }
.mvv-card h5 { font-family: 'Playfair Display', serif; color: var(--ink); font-size: 1.25rem; font-weight: 700; }
.mvv-icon { width: 58px; height: 58px; border-radius: 16px; background: rgba(26,122,62,.1); color: var(--brand); font-size: 1.6rem; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.mvv-card:nth-child(even) .mvv-icon { background: rgba(247,148,29,.12); color: var(--accent-dark); }

/* ---------- Contact + Forms ---------- */
.form-panel { background: #fff; border-radius: var(--radius-lg); padding: 2.5rem; box-shadow: var(--shadow-md); border: 1px solid var(--border); border-top: 4px solid var(--accent); }
.form-control, .form-select { border-radius: var(--radius-sm); border: 1.5px solid var(--border); padding: .75rem 1rem; background: #fbfdfc; transition: var(--transition); font-size: .95rem; font-family: inherit; }
.form-control:focus, .form-select:focus { border-color: var(--brand); background: #fff; box-shadow: 0 0 0 .2rem rgba(26,122,62,.14); }
.form-floating > label { color: var(--text-muted); font-size: .92rem; }
.form-label { font-weight: 600; color: var(--ink); font-size: .9rem; margin-bottom: .4rem; }
.contact-info-card { background: linear-gradient(160deg, var(--ink), var(--brand)); color: #fff; border-radius: var(--radius-lg); padding: 2.5rem; box-shadow: var(--shadow-md); height: 100%; position: relative; overflow: hidden; }
.contact-info-card::before { content: ""; position: absolute; top: -60px; right: -60px; width: 220px; height: 220px; border-radius: 50%; background: rgba(247,148,29,.18); }
.contact-info-card::after { content: ""; position: absolute; bottom: -80px; left: -80px; width: 260px; height: 260px; border-radius: 50%; background: rgba(52,168,83,.15); }
.contact-info-card > * { position: relative; z-index: 1; }
.contact-info-card h3 { color: #fff; font-family: 'Playfair Display', serif; }
.contact-info-card a { color: #fff; text-decoration: underline; text-decoration-color: rgba(247,148,29,.6); text-underline-offset: 3px; }
.contact-info-card a:hover { color: var(--accent-light); text-decoration-color: var(--accent-light); }
.contact-info-card .info-item { display: flex; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.contact-info-card .info-item:last-of-type { border-bottom: none; }
.contact-info-card .info-icon { width: 46px; height: 46px; border-radius: 12px; background: var(--accent); display: inline-flex; align-items: center; justify-content: center; font-size: 1.25rem; flex-shrink: 0; color: #fff; box-shadow: 0 6px 18px rgba(247,148,29,.35); transition: var(--transition); }
.contact-info-card .info-item:hover .info-icon { transform: scale(1.08) rotate(-4deg); }
.contact-info-card .info-icon-whatsapp { background: #25D366; box-shadow: 0 6px 18px rgba(37,211,102,.4); }

.contact-info-header { margin-bottom: 1rem; }
.contact-eyebrow, .form-eyebrow {
    display: inline-block; font-size: .72rem; font-weight: 700; letter-spacing: .22em;
    text-transform: uppercase; color: var(--accent); background: rgba(247,148,29,.14);
    padding: .35rem .85rem; border-radius: 999px; margin-bottom: .75rem;
}
.form-eyebrow { color: var(--brand); background: rgba(26,122,62,.08); }
.contact-info-title { color: #fff !important; font-size: 2rem; margin-bottom: .75rem; }
.contact-info-lead { color: rgba(255,255,255,.92) !important; font-size: 1rem; line-height: 1.65; margin-bottom: 1.5rem; }
.contact-info-card .info-body { display: flex; flex-direction: column; gap: .1rem; color: rgba(255,255,255,.92); font-size: .92rem; line-height: 1.5; }
.contact-info-card .info-body strong { color: #fff; font-size: 1rem; margin-bottom: .15rem; letter-spacing: .01em; }
.contact-info-card .info-body span,
.contact-info-card .info-body a { color: rgba(255,255,255,.92); font-size: .92rem; }

.contact-info-hours {
    margin-top: 1.25rem; padding-top: 1.25rem; border-top: 1px dashed rgba(255,255,255,.22);
    color: rgba(255,255,255,.92); font-size: .9rem; line-height: 1.8;
}
.contact-info-hours strong { color: #fff; }
.contact-social { display: flex; gap: .6rem; margin-top: 1.25rem; }
.contact-social a {
    width: 40px; height: 40px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
    background: rgba(255,255,255,.12); color: #fff !important; font-size: 1.05rem;
    transition: var(--transition); text-decoration: none;
}
.contact-social a:hover { background: var(--accent); transform: translateY(-3px); }

/* Contact form panel */
.contact-form-panel { position: relative; overflow: hidden; }
.contact-form-panel::before {
    content: ""; position: absolute; top: -70px; right: -70px; width: 200px; height: 200px; border-radius: 50%;
    background: radial-gradient(circle, rgba(247,148,29,.15), transparent 70%);
    pointer-events: none;
}
.form-panel-header { margin-bottom: 1.5rem; }
.form-panel-header h3 { font-family: 'Playfair Display', serif; color: var(--ink); }

.contact-form .floating-icon .form-control {
    padding-left: 2.6rem;
    background: #fbfdfc;
    border-radius: var(--radius-sm);
    border: 1.5px solid var(--border);
    transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease, background .3s ease;
}
.contact-form .floating-icon .form-control:focus {
    border-color: var(--brand); background: #fff;
    box-shadow: 0 0 0 .22rem rgba(26,122,62,.14);
    transform: translateY(-2px);
}
.contact-form .floating-icon textarea.form-control { padding-top: 1.5rem; }
.contact-form .floating-icon > label {
    padding-left: 2.6rem; color: var(--text-muted);
    transition: color .3s ease, transform .25s ease;
}
.contact-form .floating-icon .form-control:focus ~ label,
.contact-form .floating-icon .form-control:not(:placeholder-shown) ~ label {
    color: var(--brand); opacity: .95;
}
.contact-form .floating-icon > label i { color: var(--accent); margin-right: .3rem; }

/* Staggered field entrance */
.contact-form .anim-field {
    opacity: 0; transform: translateY(14px);
    animation: fieldIn .55s cubic-bezier(.4,.14,.3,1) forwards;
    animation-delay: calc(var(--i, 1) * 90ms);
}
@keyframes fieldIn {
    to { opacity: 1; transform: translateY(0); }
}

/* Shine button */
.btn-shine { position: relative; overflow: hidden; }
.btn-shine::after {
    content: ""; position: absolute; top: 0; left: -120%; width: 60%; height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,.35), transparent);
    transform: skewX(-20deg);
}
.btn-shine:hover::after { animation: shineSweep 1s ease forwards; }
@keyframes shineSweep { to { left: 130%; } }

.contact-map-wrap {
    border-radius: var(--radius-lg); overflow: hidden;
    box-shadow: var(--shadow-md); border: 1px solid var(--border);
    background: #fff; padding: 6px;
}
.contact-map { width: 100%; height: 400px; border: 0; border-radius: calc(var(--radius-lg) - 6px); display: block; }

/* ---------- Reports ---------- */
.report-card { background: #fff; border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--border); transition: var(--transition); height: 100%; }
.report-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.report-thumb { height: 220px; background: linear-gradient(160deg, var(--brand), var(--brand-light)); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 3rem; position: relative; overflow: hidden; }
.report-thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .7; }
.report-body { padding: 1.5rem; }

/* ---------- Events ---------- */
.event-card { display: flex; gap: 1.5rem; background: #fff; border-radius: var(--radius-md); padding: 1.5rem; box-shadow: var(--shadow-sm); border: 1px solid var(--border); transition: var(--transition); }
.event-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.event-date { flex: 0 0 90px; text-align: center; background: linear-gradient(135deg, var(--brand), var(--brand-light)); color: #fff; border-radius: var(--radius-sm); padding: 1rem 0; }
.event-date .day { display: block; font-size: 2rem; font-weight: 700; line-height: 1; font-family: 'Playfair Display', serif; }
.event-date .month { display: block; font-size: .85rem; letter-spacing: .12em; text-transform: uppercase; margin-top: .35rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: rgba(255,255,255,.88); margin-top: 4rem; border-top: 4px solid var(--accent); }
.site-footer p,
.site-footer .small,
.site-footer small,
.site-footer .footer-contact,
.site-footer .footer-contact div { color: rgba(255,255,255,.85); font-size: .93rem; line-height: 1.65; }
.site-footer .footer-contact { margin-top: .5rem; }
.site-footer .footer-contact a { color: #fff; text-decoration: none; }
.site-footer .footer-contact a:hover { color: var(--accent-light); }
.site-footer .text-brand,
.site-footer .text-accent { color: var(--accent) !important; }
.footer-top { padding: 4rem 0 2rem; }
.footer-brand { color: #fff; font-family: 'Playfair Display', serif; font-size: 1.85rem; margin-bottom: 1rem; font-weight: 700; }
.footer-heading { color: #fff; text-transform: uppercase; letter-spacing: .14em; font-size: .82rem; margin-bottom: 1.25rem; font-family: 'Inter', 'Poppins', sans-serif; font-weight: 700; }
.footer-list { list-style: none; padding: 0; margin: 0; }
.footer-list li { margin-bottom: .6rem; }
.footer-list a { color: rgba(255,255,255,.82); font-weight: 400; font-size: .93rem; text-decoration: none; display: inline-block; transition: var(--transition); }
.footer-list a:hover { color: var(--accent); padding-left: .4rem; }
.footer-form p,
.footer-form .small { color: rgba(255,255,255,.82) !important; }
.footer-form .form-control { border: none; color: var(--text); background: #fff; }
.footer-form .form-control::placeholder { color: var(--text-muted); }
.footer-form .btn { border-radius: 0 999px 999px 0; background: var(--accent); border-color: var(--accent); color: #fff; }
.footer-form .btn:hover { background: var(--accent-dark); border-color: var(--accent-dark); }
.footer-form .input-group .form-control { border-radius: 999px 0 0 999px; }
.footer-socials a { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.12); color: #fff; margin-right: .4rem; transition: var(--transition); text-decoration: none; }
.footer-socials a:hover { background: var(--accent); transform: translateY(-2px); color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.15); padding: 1.25rem 0; font-size: .88rem; color: rgba(255,255,255,.78); }
.footer-bottom a { color: rgba(255,255,255,.9); text-decoration: none; }
.footer-bottom a:hover { color: var(--accent); }
.footer-logo-img { height: 60px; width: auto; margin-bottom: 1rem; filter: brightness(0) invert(1); }
.text-brand-light { color: var(--accent-light) !important; }
.text-accent { color: var(--accent) !important; }

/* ---------- Floating actions ---------- */
.whatsapp-float {
    position: fixed; right: 24px; bottom: 24px; width: 60px; height: 60px; border-radius: 50%;
    background: #25d366; color: #fff; display: inline-flex; align-items: center; justify-content: center;
    font-size: 1.85rem; box-shadow: 0 12px 32px rgba(37,211,102,.4); z-index: 1080; transition: var(--transition);
    animation: pulse-whatsapp 2.4s infinite;
}
.whatsapp-float:hover { color: #fff; background: #128c7e; transform: scale(1.05); }
.whatsapp-tooltip { position: absolute; right: 74px; background: #fff; color: var(--text); padding: .4rem .85rem; border-radius: 999px; font-size: .85rem; box-shadow: var(--shadow-md); opacity: 0; pointer-events: none; transition: var(--transition); white-space: nowrap; }
.whatsapp-float:hover .whatsapp-tooltip { opacity: 1; transform: translateX(-4px); }
@keyframes pulse-whatsapp {
    0%   { box-shadow: 0 0 0 0 rgba(37,211,102,.55), 0 12px 32px rgba(37,211,102,.4); }
    70%  { box-shadow: 0 0 0 22px rgba(37,211,102,0), 0 12px 32px rgba(37,211,102,.4); }
    100% { box-shadow: 0 0 0 0 rgba(37,211,102,0), 0 12px 32px rgba(37,211,102,.4); }
}

.back-to-top {
    position: fixed; right: 24px; bottom: 100px; width: 44px; height: 44px; border-radius: 50%;
    border: none; background: var(--brand); color: #fff; display: inline-flex; align-items: center; justify-content: center;
    box-shadow: var(--shadow-sm); z-index: 1080; opacity: 0; pointer-events: none; transition: var(--transition);
}
.back-to-top.show { opacity: 1; pointer-events: auto; }
.back-to-top:hover { background: var(--brand-dark); transform: translateY(-3px); }

/* ---------- Page hero (inner pages) ---------- */
.page-hero {
    background: linear-gradient(135deg, rgba(14,21,18,.85) 0%, rgba(26,122,62,.65) 55%, rgba(247,148,29,.55) 100%),
                url('https://cehdar.org/assets/img/summit/3.jpg') center/cover no-repeat;
    color: #fff; padding: 6.5rem 0 5rem; text-align: center; position: relative; overflow: hidden;
}
.page-hero::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 60px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60' preserveAspectRatio='none'><path fill='%23ffffff' d='M0,32L120,26.7C240,21,480,11,720,10.7C960,11,1200,21,1320,26.7L1440,32L1440,60L0,60Z'/></svg>") no-repeat bottom/cover;
}
.page-hero h1 { color: #fff; font-size: clamp(2.1rem, 4vw, 3.2rem); margin-bottom: 1rem; font-weight: 700; letter-spacing: -.01em; text-shadow: 0 2px 20px rgba(0,0,0,.35); }
.page-hero p.lead { color: rgba(255,255,255,.92); max-width: 720px; margin: 0 auto; font-size: 1.1rem; }
.page-hero nav.breadcrumb-nav { color: rgba(255,255,255,.9); font-size: .95rem; margin-top: 1rem; }
.page-hero nav.breadcrumb-nav a { color: #fff; font-weight: 500; }
.page-hero nav.breadcrumb-nav a:hover { color: var(--accent-light); }
.page-hero nav.breadcrumb-nav .sep { margin: 0 .5rem; opacity: .7; }
.page-hero .page-eyebrow { display: inline-block; background: var(--accent); color: #fff; padding: .35rem 1rem; border-radius: 999px; font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 1rem; box-shadow: 0 6px 18px rgba(247,148,29,.4); }

/* ---------- Login ---------- */
.login-shell {
    min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 2rem;
    background: linear-gradient(135deg, var(--ink) 0%, var(--brand-dark) 45%, var(--brand) 80%, var(--accent) 100%);
    position: relative;
}
.login-card { background: #fff; border-radius: var(--radius-lg); padding: 3rem; max-width: 460px; width: 100%; box-shadow: var(--shadow-lg); border-top: 5px solid var(--accent); }
.login-card h1 { color: var(--ink); margin-bottom: .5rem; font-family: 'Playfair Display', serif; }
.login-card .login-icon { width: 76px; height: 76px; border-radius: 50%; background: linear-gradient(135deg, var(--brand), var(--brand-light)); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 1.9rem; margin-bottom: 1rem; box-shadow: 0 8px 22px rgba(26,122,62,.35); }

/* ---------- Admin ---------- */
.admin-body { background: #f4f6f9; color: var(--text); font-family: 'Inter', 'Poppins', sans-serif; }
.admin-shell { display: flex; min-height: 100vh; }
.admin-sidebar {
    width: 260px; background: linear-gradient(180deg, var(--ink), var(--brand-dark)); color: #fff;
    padding: 1.75rem 1rem; display: flex; flex-direction: column; position: sticky; top: 0; height: 100vh; overflow-y: auto;
    border-right: 3px solid var(--accent);
}
.admin-brand { display: flex; align-items: center; gap: .75rem; margin-bottom: 2rem; padding: 0 .5rem; }
.admin-brand .brand-name { color: #fff; font-size: 1.15rem; font-weight: 700; font-family: 'Playfair Display', serif; }
.admin-brand small { color: rgba(255,255,255,.65); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; }
.admin-nav { display: flex; flex-direction: column; gap: .1rem; margin-bottom: auto; }
.admin-nav a {
    color: rgba(255,255,255,.78); padding: .65rem .9rem; border-radius: 10px; display: flex; align-items: center; gap: .75rem; font-size: .92rem; font-weight: 500;
    transition: var(--transition);
}
.admin-nav a i { font-size: 1.1rem; }
.admin-nav a:hover { background: rgba(255,255,255,.08); color: #fff; }
.admin-nav a.active { background: linear-gradient(135deg, var(--accent), var(--accent-dark)); color: #fff; box-shadow: 0 6px 16px rgba(247,148,29,.35); }
.admin-nav-title { color: rgba(255,255,255,.55); text-transform: uppercase; font-size: .68rem; letter-spacing: .16em; margin: 1.25rem .9rem .35rem; font-weight: 700; }
.admin-logout { margin-top: 1.5rem; }
.admin-main { flex: 1; display: flex; flex-direction: column; min-width: 0; }
.admin-topbar { background: #fff; padding: 1.25rem 2rem; border-bottom: 1px solid var(--border); box-shadow: 0 2px 8px rgba(0,0,0,.03); }
.admin-content { padding: 2rem; flex: 1; }
.admin-card { background: #fff; border-radius: var(--radius-md); padding: 1.75rem; box-shadow: var(--shadow-sm); border: 1px solid var(--border); }
.stat-mini { background: #fff; border-radius: var(--radius-md); padding: 1.5rem; box-shadow: var(--shadow-sm); border: 1px solid var(--border); display: flex; align-items: center; gap: 1rem; transition: var(--transition); }
.stat-mini:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.stat-mini .icon { width: 54px; height: 54px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; font-size: 1.4rem; color: #fff; background: linear-gradient(135deg, var(--brand), var(--brand-light)); }
.stat-mini .icon.accent { background: linear-gradient(135deg, var(--accent), var(--accent-dark)); }
.stat-mini .icon.info { background: linear-gradient(135deg, #3aa1ff, #1867d1); }
.stat-mini .icon.danger { background: linear-gradient(135deg, #ff6b6b, #d33d3d); }
.stat-mini .value { font-size: 1.7rem; font-weight: 700; color: var(--ink); line-height: 1; font-family: 'Playfair Display', serif; }
.stat-mini .label { color: var(--text-muted); font-size: .85rem; font-weight: 500; }

.admin-table { width: 100%; }
.admin-table th { text-transform: uppercase; letter-spacing: .1em; font-size: .75rem; color: var(--text-muted); }
.admin-table td { vertical-align: middle; }
.admin-thumb { width: 60px; height: 60px; border-radius: 10px; object-fit: cover; }

@media (max-width: 991px) {
    .admin-shell { flex-direction: column; }
    .admin-sidebar { width: 100%; height: auto; position: static; }
    .admin-nav { flex-direction: row; flex-wrap: wrap; gap: .35rem; }
    .admin-nav-title { display: none; }
    .admin-logout { margin-top: 1rem; }
    .admin-content { padding: 1.25rem; }
}

/* ---------- Utilities ---------- */
.hover-lift { transition: var(--transition); }
.hover-lift:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.shadow-soft { box-shadow: var(--shadow-sm); }
.shadow-hard { box-shadow: var(--shadow-lg); }
.rounded-xl { border-radius: var(--radius-lg) !important; }
.divider-line { height: 1px; background: linear-gradient(90deg, transparent, var(--border), transparent); margin: 2rem 0; }

.badge-brand { background: rgba(26,122,62,.12); color: var(--brand-dark); padding: .35rem .85rem; border-radius: 999px; font-weight: 600; font-size: .78rem; letter-spacing: .04em; }
.badge-accent { background: rgba(247,148,29,.15); color: var(--accent-dark); padding: .35rem .85rem; border-radius: 999px; font-weight: 600; font-size: .78rem; letter-spacing: .04em; }
.badge-ink { background: var(--ink); color: #fff; padding: .35rem .85rem; border-radius: 999px; font-weight: 600; font-size: .78rem; letter-spacing: .04em; }

.marquee { display: flex; overflow: hidden; gap: 3rem; padding: 1rem 0; -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.marquee-track { display: flex; gap: 3rem; animation: marquee 30s linear infinite; flex-shrink: 0; align-items: center; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-100%); } }

.counter-badge { font-family: 'Playfair Display', serif; font-size: 3rem; color: var(--ink); font-weight: 700; line-height: 1; }

/* Reveal helpers for elements not using AOS */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .8s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }

/* ---------- Profile Modal ---------- */
.profile-modal .modal-dialog { max-width: 1150px; margin: 1.5rem auto; }
.profile-modal .modal-dialog-scrollable { height: calc(100vh - 3rem); }
.profile-modal .modal-content { border: none; border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 40px 80px rgba(14,21,18,.35); }
.profile-modal .modal-body { padding: 0; overflow: hidden; }
.profile-modal .modal-dialog-scrollable .modal-body { overflow: hidden; }
.profile-modal .btn-close {
    position: absolute; top: 1rem; right: 1rem; z-index: 10;
    background-color: #fff; opacity: 1; border-radius: 50%; padding: .75rem; box-shadow: var(--shadow-md);
    width: 42px; height: 42px;
}
.profile-modal .btn-close:hover { background-color: var(--accent); }

.profile-modal-grid { display: grid; grid-template-columns: 380px 1fr; min-height: 600px; max-height: calc(100vh - 3rem); }
@media (max-width: 991px) { .profile-modal-grid { grid-template-columns: 320px 1fr; min-height: 500px; } }
@media (max-width: 767px) { .profile-modal-grid { grid-template-columns: 1fr; max-height: none; } }

.profile-modal-photo {
    position: relative;
    background: linear-gradient(160deg, var(--ink) 0%, var(--brand-dark) 55%, var(--brand) 100%);
    display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 3rem 2rem;
    overflow: hidden; text-align: center;
}
.profile-modal-photo::before {
    content: ""; position: absolute; top: -60px; right: -60px; width: 220px; height: 220px;
    border-radius: 50%; background: rgba(247,148,29,.22);
}
.profile-modal-photo::after {
    content: ""; position: absolute; bottom: -70px; left: -70px; width: 260px; height: 260px;
    border-radius: 50%; background: rgba(255,255,255,.06);
}
.profile-photo-frame {
    position: relative; z-index: 1; padding: 8px;
    background: linear-gradient(135deg, var(--accent), var(--accent-light));
    border-radius: 50%;
    box-shadow: 0 25px 50px rgba(0,0,0,.4);
}
.profile-photo-frame img {
    display: block; width: 240px; height: 240px;
    border-radius: 50%; object-fit: cover;
    border: 4px solid #fff;
}
.profile-photo-caption { position: relative; z-index: 1; margin-top: 1.75rem; color: #fff; }
.profile-photo-name { font-family: 'Playfair Display', serif; font-size: 1.35rem; font-weight: 700; color: #fff; }
.profile-photo-title { color: rgba(255,255,255,.85); font-size: .88rem; margin-top: .25rem; }

.profile-modal-info {
    padding: 3rem 3rem 2.5rem;
    overflow-y: auto; max-height: calc(100vh - 3rem);
}
@media (max-width: 767px) { .profile-modal-info { padding: 2rem; max-height: none; overflow-y: visible; } }

/* Custom scrollbar in the bio panel */
.profile-modal-info::-webkit-scrollbar { width: 8px; }
.profile-modal-info::-webkit-scrollbar-track { background: transparent; }
.profile-modal-info::-webkit-scrollbar-thumb { background: rgba(26,122,62,.25); border-radius: 999px; }
.profile-modal-info::-webkit-scrollbar-thumb:hover { background: rgba(26,122,62,.5); }

.profile-modal-role {
    display: inline-block; background: rgba(247,148,29,.14); color: var(--accent-dark);
    padding: .45rem 1.15rem; border-radius: 999px; font-size: .72rem;
    font-weight: 700; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 1rem;
}
.profile-modal-name {
    font-family: 'Playfair Display', serif; color: var(--ink);
    font-size: clamp(1.75rem, 3vw, 2.4rem); font-weight: 700; margin-bottom: .35rem; line-height: 1.15;
}
.profile-modal-title {
    color: var(--brand); font-size: 1.05rem; font-weight: 500;
    margin-bottom: 1.5rem; font-style: italic;
}
.profile-modal-divider {
    width: 72px; height: 4px; background: linear-gradient(90deg, var(--brand), var(--accent));
    border-radius: 999px; margin-bottom: 1.75rem;
}
.profile-modal-bio { color: var(--text); line-height: 1.85; font-size: 1rem; }
.profile-modal-bio p { margin-bottom: 1.1rem; }
.profile-modal-bio p:first-of-type::first-letter {
    font-family: 'Playfair Display', serif; font-size: 3.2rem; font-weight: 700; color: var(--accent);
    float: left; line-height: 1; padding: 4px 12px 0 0;
}
.profile-modal-bio blockquote,
.profile-modal-bio .profile-quote {
    border-left: 4px solid var(--accent); padding: .5rem 1.25rem; margin: 1.25rem 0;
    background: var(--bg-warm); color: var(--ink); font-style: italic; border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}
.profile-modal-meta {
    margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--border);
    display: flex; flex-wrap: wrap; gap: .75rem;
}
.profile-modal-meta span,
.profile-modal-meta a.profile-cta {
    display: inline-flex; align-items: center; gap: .5rem; font-size: .88rem; color: var(--text-muted);
    background: var(--bg-soft); padding: .55rem 1.1rem; border-radius: 999px; font-weight: 500;
    text-decoration: none; transition: var(--transition);
}
.profile-modal-meta i { color: var(--accent); }
.profile-modal-meta a.profile-cta {
    background: linear-gradient(135deg, var(--brand), var(--brand-dark)); color: #fff;
}
.profile-modal-meta a.profile-cta i { color: #fff; }
.profile-modal-meta a.profile-cta:hover {
    transform: translateY(-2px); box-shadow: 0 8px 20px rgba(26,122,62,.28); color: #fff;
}
.profile-modal-meta a, .profile-modal-meta span {
    display: inline-flex; align-items: center; gap: .5rem; font-size: .9rem; color: var(--text-muted);
    background: var(--bg-soft); padding: .5rem 1rem; border-radius: 999px; font-weight: 500;
}
.profile-modal-meta a:hover { color: var(--brand); background: rgba(26,122,62,.1); }
.profile-modal-meta i { color: var(--accent); }

/* Responsive fine tuning */
@media (max-width: 767px) {
    .section { padding: 3.5rem 0; }
    .hero { padding: 5rem 0 6rem; }
    .page-hero { padding: 5rem 0 4rem; }
    .about-stripe { padding: 1.75rem; }
    .contact-info-card, .form-panel { padding: 1.75rem; }
}

/* ==========================================================================
   CEHDAR - Visual Polish (Sharper typography + stronger orange accents)
   ========================================================================== */
:root {
    --font-sans: 'Manrope', 'Inter', 'Poppins', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    --font-serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
    --grad-brand-accent: linear-gradient(135deg, var(--brand) 0%, var(--brand-light) 40%, var(--accent) 100%);
    --grad-accent-warm: linear-gradient(135deg, var(--accent-light) 0%, var(--accent) 50%, var(--accent-dark) 100%);
    --shadow-accent: 0 12px 26px rgba(247,148,29,.28);
}

html { font-size: 16.5px; }
@media (min-width: 1200px) { html { font-size: 17px; } }
@media (min-width: 1600px) { html { font-size: 17.5px; } }

body {
    font-family: var(--font-sans);
    font-weight: 400;
    font-size: 1.02rem;
    line-height: 1.72;
    letter-spacing: -0.01em;
    color: var(--text);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::selection { background: rgba(247,148,29,.35); color: var(--ink); }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-serif);
    letter-spacing: -0.025em;
    color: var(--ink);
    font-feature-settings: "liga", "kern";
}
h1 { font-size: clamp(2.35rem, 4.5vw, 3.9rem); line-height: 1.08; font-weight: 800; }
h2 { font-size: clamp(1.95rem, 3vw, 2.75rem); line-height: 1.15; font-weight: 800; }
h3 { font-size: clamp(1.5rem, 2.1vw, 1.95rem); font-weight: 700; }
h4 { font-size: 1.4rem; font-weight: 700; }
h5 { font-size: 1.18rem; font-weight: 700; }
h6 { font-size: 1.02rem; font-weight: 700; letter-spacing: 0; }
p, li { color: #2e3a35; }
p { font-size: 1.02rem; line-height: 1.78; }
.lead { font-size: 1.22rem; font-weight: 400; line-height: 1.6; color: #38443f; }
.text-muted, small.text-muted { color: #64726c !important; }

/* Section headings */
.section-heading { margin-bottom: 3.25rem; }
.section-heading .eyebrow {
    display: inline-flex; align-items: center; gap: .5rem;
    background: linear-gradient(135deg, rgba(247,148,29,.18), rgba(247,148,29,.05));
    color: var(--accent-dark);
    border: 1px solid rgba(247,148,29,.4);
    padding: .45rem 1rem;
    font-family: var(--font-sans);
    font-weight: 800;
    letter-spacing: .22em;
    font-size: .78rem;
    box-shadow: 0 6px 16px rgba(247,148,29,.14);
}
.section-heading .eyebrow::before,
.section-heading .eyebrow::after {
    content: ""; display: inline-block; width: 22px; height: 2px;
    background: linear-gradient(90deg, var(--accent), var(--accent-dark));
    border-radius: 999px;
}
.section-heading h2 {
    background: linear-gradient(180deg, var(--ink) 55%, var(--brand-dark));
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-heading .divider {
    width: 110px; height: 5px;
    background: linear-gradient(90deg, var(--brand) 0%, var(--brand-light) 30%, var(--accent) 65%, var(--accent-dark) 100%);
    box-shadow: 0 8px 18px rgba(247,148,29,.25);
    border-radius: 999px;
}
.section-heading p { font-size: 1.08rem; color: #5b6b64; }

/* Header + navbar */
.site-header { border-bottom: none; box-shadow: 0 10px 30px rgba(14,21,18,.06); }
.site-header::after {
    content: ""; display: block; height: 3px;
    background: linear-gradient(90deg, var(--brand) 0%, var(--brand) 38%, var(--accent) 55%, var(--accent-dark) 100%);
}
.navbar .nav-link {
    font-family: var(--font-sans);
    font-weight: 600;
    letter-spacing: .005em;
    color: #1e2a25;
}
.navbar .nav-link:hover { color: var(--accent-dark); }
.navbar .nav-link.active::after {
    height: 3px; border-radius: 999px;
    background: linear-gradient(90deg, var(--brand), var(--accent));
}
.brand-name { letter-spacing: -0.02em; font-weight: 800; }
.brand-tag { color: var(--accent-dark); font-weight: 700; letter-spacing: .18em; }
.topbar { letter-spacing: .015em; }
.topbar-social a:hover { background: var(--accent-dark); }

/* Buttons */
.btn { font-family: var(--font-sans); font-weight: 700; letter-spacing: .015em; }
.btn-brand { background: linear-gradient(135deg, var(--brand), var(--brand-light) 65%, var(--accent) 130%); }
.btn-brand-outline { border-width: 2px; }
.btn-brand-outline:hover { background: linear-gradient(135deg, var(--brand), var(--accent)); border-color: transparent; color: #fff; }
.btn-accent { background: linear-gradient(135deg, var(--accent-light), var(--accent), var(--accent-dark)); box-shadow: 0 8px 22px rgba(247,148,29,.4); }
.btn-accent:hover { box-shadow: 0 12px 28px rgba(247,148,29,.55); }

/* Hero */
.hero-badge { background: linear-gradient(135deg, var(--accent), var(--accent-dark)); box-shadow: 0 10px 22px rgba(247,148,29,.5); }
.hero-slide .hero-title { text-shadow: 0 6px 26px rgba(0,0,0,.4); font-weight: 800; }
.hero-slide .hero-lead { font-size: 1.18rem; }
.hero-side-card { border: 1px solid rgba(247,148,29,.35); }
.hero-side-card h5 { color: #fff; font-weight: 800; }
.hero-slider .carousel-indicators .active { background: var(--accent); }

/* Page hero (inner pages): stronger orange + dot texture */
.page-hero {
    background: linear-gradient(135deg, rgba(14,21,18,.82) 0%, rgba(26,122,62,.55) 40%, rgba(247,148,29,.65) 100%),
                url('https://cehdar.org/assets/img/summit/3.jpg') center/cover no-repeat;
}
.page-hero::before {
    content: ""; position: absolute; inset: 0;
    background-image: radial-gradient(rgba(255,255,255,.08) 1px, transparent 1px);
    background-size: 22px 22px; pointer-events: none;
}
.page-hero .page-eyebrow { background: linear-gradient(135deg, var(--accent), var(--accent-dark)); box-shadow: 0 8px 20px rgba(247,148,29,.45); }
.page-hero h1 { font-weight: 800; }

/* Stat cards */
.stat-card { border-top-color: var(--border); }
.stat-card:hover { border-top-color: var(--accent); }
.stat-value { font-size: clamp(2.1rem, 3vw, 2.85rem); font-weight: 800; }
.stat-label { font-weight: 600; }

/* Feature / Project / MVV cards */
.feature-card { border-top: 3px solid transparent; }
.feature-card:hover { border-top-color: var(--accent); }
.feature-card h5 { font-weight: 800; }
.project-card { border-top: 3px solid transparent; }
.project-card:hover { border-top-color: var(--accent); box-shadow: 0 18px 40px rgba(247,148,29,.14); }
.project-image .project-badge { background: linear-gradient(135deg, var(--accent), var(--accent-dark)); }
.mvv-card::after {
    content: ""; position: absolute; bottom: -35px; right: -35px; width: 130px; height: 130px;
    border-radius: 50%; background: radial-gradient(circle, rgba(247,148,29,.16), transparent 70%);
    pointer-events: none;
}
.mvv-card h5 { font-weight: 800; }

/* Person cards */
.person-name { font-size: 1.15rem; font-weight: 800; }
.person-role { color: var(--accent-dark); font-weight: 800; }
.person-view { color: var(--brand-dark); font-weight: 700; }
.person-card:hover { border-color: var(--accent); box-shadow: 0 18px 40px rgba(247,148,29,.14); }

/* Gallery filter */
.gallery-filter button.active, .gallery-filter button:hover {
    background: linear-gradient(135deg, var(--accent), var(--accent-dark));
    box-shadow: 0 6px 16px rgba(247,148,29,.35);
}

/* Reports: sharper cards & prominent PDF badge */
.report-card { border-top: 4px solid transparent; }
.report-card:hover { border-color: var(--accent); box-shadow: 0 20px 44px rgba(247,148,29,.18); }
.report-thumb {
    background: linear-gradient(160deg, var(--brand) 0%, var(--brand-dark) 45%, var(--accent-dark) 100%);
}
.report-thumb::before {
    content: ""; position: absolute; inset: 0; pointer-events: none;
    background: linear-gradient(180deg, rgba(0,0,0,0) 55%, rgba(0,0,0,.45) 100%);
}
.report-thumb img { opacity: 1; }
.report-thumb i.bi-file-earmark-pdf {
    position: absolute; right: .9rem; bottom: .9rem;
    font-size: 1.5rem; color: #fff;
    width: 52px; height: 52px; border-radius: 14px;
    display: inline-flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, var(--accent), var(--accent-dark));
    box-shadow: 0 12px 24px rgba(247,148,29,.5);
}
.report-body { padding: 1.5rem 1.5rem 1.75rem; }
.report-body small {
    color: var(--accent-dark);
    font-weight: 700; letter-spacing: .12em; text-transform: uppercase; font-size: .78rem;
}
.report-body h5 { font-size: 1.18rem; color: var(--ink); font-weight: 800; margin-top: .5rem !important; }
.report-body p { color: #4d5b55; }
.report-body .btn-brand { background: linear-gradient(135deg, var(--brand), var(--accent-dark)); }

/* Videos + Partners */
.video-body h6 { font-weight: 800; }
.partner-item:hover { border-color: var(--accent); }

/* Contact + Forms */
.form-panel { border-top: 4px solid var(--accent); }
.form-eyebrow { color: var(--brand-dark); }
.contact-eyebrow { color: var(--accent-dark); font-weight: 800; }
.contact-info-card { background: linear-gradient(160deg, var(--ink) 0%, var(--brand-dark) 60%, var(--accent-dark) 130%); }
.contact-info-card .info-icon { background: linear-gradient(135deg, var(--accent), var(--accent-dark)); }

/* Footer polish */
.site-footer { background: linear-gradient(180deg, #0b1310 0%, var(--ink) 100%); border-top-width: 4px; }
.footer-heading { color: var(--accent-light); letter-spacing: .18em; }
.footer-list a { color: rgba(255,255,255,.85); }
.footer-list a:hover { color: var(--accent-light); padding-left: .5rem; }
.footer-bottom a:hover { color: var(--accent-light); }
.footer-form .btn { background: linear-gradient(135deg, var(--accent), var(--accent-dark)); border-color: var(--accent-dark); box-shadow: 0 8px 20px rgba(247,148,29,.35); }
.footer-form .btn:hover { background: linear-gradient(135deg, var(--accent-dark), var(--accent)); }

/* Login polish */
.login-shell {
    background: radial-gradient(1200px 600px at 12% 18%, rgba(247,148,29,.38), transparent 60%),
                radial-gradient(900px 500px at 88% 90%, rgba(26,122,62,.35), transparent 60%),
                linear-gradient(135deg, var(--ink) 0%, var(--brand-dark) 55%, var(--brand) 100%);
}
.login-card { border-top-width: 6px; }
.login-card h1 { font-weight: 800; }

/* Admin polish */
.admin-body { font-family: var(--font-sans); }
.admin-sidebar { border-right-width: 4px; }
.admin-brand .brand-name { font-family: var(--font-serif); font-size: 1.22rem; font-weight: 800; }
.admin-nav a { font-weight: 600; }
.admin-nav a.active { background: linear-gradient(135deg, var(--accent), var(--accent-dark)); box-shadow: 0 10px 22px rgba(247,148,29,.4); }
.admin-card { border-top: 3px solid transparent; transition: var(--transition); }
.admin-card:hover { border-top-color: var(--accent); }
.stat-mini .value { font-weight: 800; }

/* Fine-tune inline images on About area */
.rounded-xl.shadow-hard { box-shadow: 0 24px 46px rgba(14,21,18,.18), 0 0 0 4px rgba(247,148,29,.10); }

/* ==========================================================================
   PREMIUM ENHANCEMENTS  (hero typewriter, gallery, footer)
   ========================================================================== */

/* ---- Hero: typewriter title + premium motion ---------------------------- */
.hero-title-typewriter {
    display: inline-block;
    position: relative;
    min-height: 1.1em;
    background: linear-gradient(120deg, #ffffff 0%, #ffffff 45%, #ffe6c2 60%, #ffffff 80%);
    background-size: 220% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: heroShine 6s ease-in-out infinite;
    text-shadow: 0 2px 30px rgba(0,0,0,.25);
}

.hero-title-typewriter.is-typing::after,
.hero-title-typewriter.typed::after {
    content: '';
    display: inline-block;
    width: 3px;
    height: 0.95em;
    margin-left: 6px;
    vertical-align: -0.08em;
    background: var(--accent, #f7941d);
    border-radius: 2px;
    animation: heroCaret .9s steps(1) infinite;
    box-shadow: 0 0 12px rgba(247,148,29,.9);
}
.hero-title-typewriter.typed::after { opacity: .55; }

@keyframes heroCaret { 50% { opacity: 0; } }
@keyframes heroShine {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.hero-slide { position: relative; overflow: hidden; }
.hero-slide::before {
    content: '';
    position: absolute; inset: 0;
    background:
        radial-gradient(1200px 500px at 12% 20%, rgba(247,148,29,.18), transparent 60%),
        radial-gradient(900px 500px at 88% 80%, rgba(26,122,62,.28), transparent 65%);
    pointer-events: none;
    animation: heroAurora 14s ease-in-out infinite alternate;
}
@keyframes heroAurora {
    0%   { transform: translate3d(0,0,0) scale(1); opacity: .9; }
    100% { transform: translate3d(0,-14px,0) scale(1.05); opacity: 1; }
}

.hero-badge {
    backdrop-filter: blur(6px);
    background: linear-gradient(135deg, rgba(247,148,29,.95), rgba(255,180,80,.9));
    box-shadow: 0 12px 30px rgba(247,148,29,.35), inset 0 0 0 1px rgba(255,255,255,.25);
    animation: badgePulse 3.2s ease-in-out infinite;
}
@keyframes badgePulse {
    0%, 100% { box-shadow: 0 12px 30px rgba(247,148,29,.35), inset 0 0 0 1px rgba(255,255,255,.25); }
    50%      { box-shadow: 0 18px 40px rgba(247,148,29,.55), inset 0 0 0 1px rgba(255,255,255,.4); }
}

.hero-side-card {
    transform-style: preserve-3d;
    transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease;
    will-change: transform;
}
.hero-side-card:hover { box-shadow: 0 30px 60px rgba(0,0,0,.35); }

/* Magnetic / premium buttons */
.btn-magnetic {
    transition: transform .25s cubic-bezier(.2,.9,.2,1), box-shadow .25s ease, background-position .5s ease;
    will-change: transform;
    background-size: 200% 100%;
}
.btn-accent.btn-magnetic {
    background-image: linear-gradient(120deg, var(--accent, #f7941d) 0%, #ffb44e 50%, var(--accent, #f7941d) 100%);
    box-shadow: 0 14px 30px rgba(247,148,29,.35);
}
.btn-accent.btn-magnetic:hover { background-position: 100% 0; box-shadow: 0 18px 40px rgba(247,148,29,.55); }
.btn-ghost.btn-magnetic { backdrop-filter: blur(6px); }

/* ---- Gallery: premium albums & videos ---------------------------------- */
.album-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
}
.album-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 14px 30px rgba(14,21,18,.10);
    transition: transform .5s cubic-bezier(.2,.8,.2,1), box-shadow .4s ease;
    transform-style: preserve-3d;
    will-change: transform;
}
.album-card::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(14,21,18,.72) 100%);
    pointer-events: none;
    opacity: .85;
    transition: opacity .4s ease;
}
.album-card:hover { box-shadow: 0 28px 55px rgba(14,21,18,.22); }
.album-card:hover::after { opacity: 1; }

.album-cover { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.album-cover img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 1.1s cubic-bezier(.2,.8,.2,1), filter .5s ease;
}
.album-card:hover .album-cover img { transform: scale(1.09) rotate(.4deg); filter: saturate(1.15); }

.album-badge {
    position: absolute; top: 12px; left: 12px;
    background: linear-gradient(135deg, var(--accent, #f7941d), #ffb04a);
    color: #fff; font-weight: 700; font-size: .78rem;
    padding: 6px 12px; border-radius: 999px;
    box-shadow: 0 8px 20px rgba(247,148,29,.4);
    z-index: 2;
}
.album-play {
    position: absolute; top: 50%; left: 50%;
    width: 64px; height: 64px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    background: rgba(255,255,255,.92);
    color: var(--brand, #1a7a3e);
    font-size: 1.7rem;
    transform: translate(-50%, -50%) scale(.6);
    opacity: 0;
    transition: transform .45s cubic-bezier(.2,.9,.2,1), opacity .3s ease;
    box-shadow: 0 16px 40px rgba(0,0,0,.35);
    z-index: 2;
}
.album-card:hover .album-play { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.album-play::before {
    content: ''; position: absolute; inset: -8px;
    border-radius: 50%; border: 2px solid rgba(255,255,255,.6);
    animation: playPulse 1.6s ease-out infinite;
}
@keyframes playPulse {
    0%   { transform: scale(1);   opacity: .8; }
    100% { transform: scale(1.5); opacity: 0; }
}

.album-body { position: relative; z-index: 2; padding: 1rem 1.25rem 1.25rem; color: #fff; margin-top: -60px; }
.album-eyebrow { font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: #ffd79a; font-weight: 700; }
.album-title { font-family: var(--font-serif, 'Playfair Display', serif); font-size: 1.35rem; font-weight: 800; margin: .25rem 0 .5rem; color: #fff; }
.album-meta { display: flex; gap: 1rem; font-size: .82rem; color: rgba(255,255,255,.85); }
.album-meta i { color: var(--accent, #f7941d); margin-right: 4px; }

/* Gallery slideshow modal polish */
.album-modal .modal-content { border: 0; border-radius: 20px; overflow: hidden; box-shadow: 0 40px 80px rgba(0,0,0,.5); }
.album-modal .modal-header { background: linear-gradient(135deg, #0e1512 0%, #1a7a3e 100%); color: #fff; border-bottom: 0; }
.album-modal .modal-header .btn-close { filter: invert(1) brightness(2); }
.album-modal .carousel-item img { width: 100%; max-height: 78vh; object-fit: contain; background: #0e1512; }
.album-modal .carousel-caption { background: linear-gradient(180deg, transparent, rgba(0,0,0,.75)); padding: 1rem; border-radius: 10px; }

/* Video cards */
.video-card {
    display: block;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 12px 28px rgba(14,21,18,.10);
    transition: transform .5s cubic-bezier(.2,.8,.2,1), box-shadow .4s ease;
}
.video-card:hover { transform: translateY(-6px); box-shadow: 0 26px 50px rgba(14,21,18,.22); }
.video-thumb {
    position: relative;
    aspect-ratio: 16/9;
    background-size: cover; background-position: center;
    transition: transform .8s cubic-bezier(.2,.8,.2,1);
}
.video-card:hover .video-thumb { transform: scale(1.06); }
.video-thumb::before {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(14,21,18,.10) 0%, rgba(14,21,18,.55) 100%);
}
.video-thumb::after {
    content: '\F4F4'; /* bi-play-fill */
    font-family: 'bootstrap-icons';
    position: absolute; top: 50%; left: 50%;
    width: 68px; height: 68px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, var(--accent, #f7941d), #ffb04a);
    color: #fff; font-size: 1.9rem;
    transform: translate(-50%, -50%);
    box-shadow: 0 14px 30px rgba(247,148,29,.55);
    transition: transform .35s cubic-bezier(.2,.9,.2,1);
}
.video-card:hover .video-thumb::after { transform: translate(-50%, -50%) scale(1.12); }
.video-body { padding: 1rem 1.15rem 1.15rem; }
.video-body h6 { font-weight: 700; margin: 0 0 .25rem; }

/* ---- Footer: premium look + credit ------------------------------------- */
.site-footer {
    position: relative;
    background: radial-gradient(1200px 500px at 10% 0%, rgba(26,122,62,.35), transparent 60%),
                radial-gradient(900px 400px at 90% 100%, rgba(247,148,29,.22), transparent 65%),
                linear-gradient(180deg, #0e1512 0%, #08110d 100%);
    color: #cfd8d2;
    overflow: hidden;
}
.site-footer::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, transparent, var(--accent, #f7941d), var(--brand, #1a7a3e), var(--accent, #f7941d), transparent);
    background-size: 200% 100%;
    animation: footerBar 6s linear infinite;
}
@keyframes footerBar {
    0%   { background-position: 0% 0; }
    100% { background-position: 200% 0; }
}
.site-footer .footer-top { padding: 4rem 0 2.5rem; }
.site-footer .footer-heading {
    color: #fff; font-weight: 700; letter-spacing: .06em;
    text-transform: uppercase; font-size: .85rem;
    position: relative; padding-bottom: .65rem; margin-bottom: 1rem;
}
.site-footer .footer-heading::after {
    content: ''; position: absolute; left: 0; bottom: 0;
    width: 40px; height: 3px; border-radius: 3px;
    background: linear-gradient(90deg, var(--accent, #f7941d), var(--brand-light, #47b874));
}
.site-footer .footer-list { list-style: none; padding: 0; margin: 0; }
.site-footer .footer-list li { margin-bottom: .5rem; }
.site-footer .footer-list a {
    color: #cfd8d2; text-decoration: none; position: relative;
    padding-left: 14px; transition: color .25s ease, padding-left .25s ease;
}
.site-footer .footer-list a::before {
    content: '›'; position: absolute; left: 0; top: -1px;
    color: var(--accent, #f7941d); font-weight: 800;
    transition: transform .25s ease;
}
.site-footer .footer-list a:hover { color: #fff; padding-left: 20px; }
.site-footer .footer-list a:hover::before { transform: translateX(3px); }

.site-footer .footer-form .form-control {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.15);
    color: #fff;
}
.site-footer .footer-form .form-control::placeholder { color: rgba(255,255,255,.55); }
.site-footer .footer-form .form-control:focus {
    background: rgba(255,255,255,.10);
    border-color: var(--accent, #f7941d);
    box-shadow: 0 0 0 .2rem rgba(247,148,29,.25);
    color: #fff;
}
.site-footer .footer-socials a {
    display: inline-flex; align-items: center; justify-content: center;
    width: 38px; height: 38px; margin-right: 6px;
    border-radius: 50%;
    background: rgba(255,255,255,.06);
    color: #fff;
    transition: transform .3s cubic-bezier(.2,.9,.2,1), background .3s ease, box-shadow .3s ease;
    text-decoration: none;
}
.site-footer .footer-socials a:hover {
    background: linear-gradient(135deg, var(--accent, #f7941d), #ffb04a);
    transform: translateY(-3px) rotate(-6deg);
    box-shadow: 0 10px 22px rgba(247,148,29,.5);
}
.site-footer .footer-logo-img { max-height: 60px; margin-bottom: 1rem; filter: drop-shadow(0 6px 18px rgba(0,0,0,.4)); }

.site-footer .footer-bottom {
    border-top: 1px solid rgba(255,255,255,.08);
    padding: 1.15rem 0;
    font-size: .88rem;
    background: rgba(0,0,0,.25);
}
.site-footer .footer-bottom a { color: #cfd8d2; text-decoration: none; transition: color .2s ease; }
.site-footer .footer-bottom a:hover { color: var(--accent, #f7941d); }
.footer-credit {
    font-weight: 500;
    color: #e6ecea;
}
.footer-credit .footer-heart {
    display: inline-block;
    color: #ff6b6b;
    animation: heartBeat 1.4s ease-in-out infinite;
    filter: drop-shadow(0 0 6px rgba(255,107,107,.6));
    margin: 0 2px;
}
@keyframes heartBeat {
    0%, 100% { transform: scale(1); }
    25%      { transform: scale(1.25); }
    50%      { transform: scale(.95); }
    75%      { transform: scale(1.15); }
}
.footer-credit-link {
    background: linear-gradient(120deg, var(--accent, #f7941d), #ffd79a, var(--accent, #f7941d));
    background-size: 200% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    letter-spacing: .02em;
    animation: creditShine 5s ease-in-out infinite;
    text-decoration: none;
}
.footer-credit-link:hover { text-decoration: underline; text-decoration-color: var(--accent, #f7941d); }
@keyframes creditShine {
    0%, 100% { background-position: 0% 50%; }
    50%      { background-position: 100% 50%; }
}
/* ================================================================
   Redesigned About Us layout (appended)
   ================================================================ */
.about-intro { position: relative; overflow: hidden; }
.about-intro::before {
    content: ""; position: absolute; top: -80px; left: -80px; width: 260px; height: 260px;
    border-radius: 50%; background: radial-gradient(circle, rgba(26,122,62,.10), transparent 70%);
    pointer-events: none;
}
.about-intro::after {
    content: ""; position: absolute; bottom: -100px; right: -100px; width: 300px; height: 300px;
    border-radius: 50%; background: radial-gradient(circle, rgba(247,148,29,.10), transparent 70%);
    pointer-events: none;
}

.about-media { position: relative; }
.about-media .about-media-frame {
    position: relative; width: 100%;
    aspect-ratio: 4 / 5;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 30px 60px -30px rgba(14,21,18,.35);
    background: var(--bg-soft);
}
.about-media .about-media-frame img {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover; display: block;
    transition: transform .8s ease;
}
.about-media:hover .about-media-frame img { transform: scale(1.04); }
.about-media-badge {
    position: absolute; top: 18px; left: 18px; z-index: 3;
    background: linear-gradient(135deg, var(--brand), var(--brand-light));
    color: #fff; padding: .6rem .9rem; border-radius: 14px;
    display: inline-flex; align-items: center; gap: .6rem;
    box-shadow: 0 14px 30px -12px rgba(26,122,62,.55);
    font-size: .8rem;
}
.about-media-badge i { font-size: 1.3rem; color: var(--accent-light, #ffd79a); }
.about-media-stats {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem;
    background: #fff; border-radius: var(--radius-md);
    padding: .9rem .75rem;
    position: relative; z-index: 2;
    margin: -28px 14px 0;
    box-shadow: 0 20px 40px -20px rgba(14,21,18,.25);
    border: 1px solid var(--border);
}
.about-media-stats > div { text-align: center; padding: .2rem .1rem; }
.about-media-stats > div + div { border-left: 1px dashed rgba(0,0,0,.08); }
.about-media-stats .stat-num {
    display: block; font-family: 'Playfair Display', serif; color: var(--brand);
    font-size: 1.35rem; font-weight: 800; line-height: 1;
}
.about-media-stats .stat-label {
    display: block; font-size: .66rem; letter-spacing: .1em; text-transform: uppercase;
    color: var(--text-muted); margin-top: .3rem; font-weight: 600;
}

.about-title {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    line-height: 1.15; margin-bottom: .75rem;
}
.about-lead {
    color: var(--text); font-size: 1.05rem; line-height: 1.6;
    padding-left: 1rem; border-left: 3px solid var(--accent);
    margin-bottom: 1.25rem;
}

.about-tabs { gap: .35rem; border: 0; }
.about-tabs .nav-link {
    border-radius: 999px; padding: .5rem 1rem;
    background: rgba(26,122,62,.06); color: var(--brand) !important;
    font-size: .82rem; font-weight: 600; border: 1px solid rgba(26,122,62,.14);
    transition: background .3s ease, color .3s ease, border-color .3s ease, transform .25s ease, box-shadow .3s ease;
}
.about-tabs .nav-link:hover { transform: translateY(-1px); background: rgba(26,122,62,.12); }
.about-tabs .nav-link.active {
    background: linear-gradient(135deg, var(--brand), var(--brand-light));
    color: #fff !important; border-color: transparent;
    box-shadow: 0 10px 22px -10px rgba(26,122,62,.55);
}

.about-tab-content {
    background: #fff; border: 1px solid var(--border);
    border-radius: var(--radius-md); padding: 1.25rem 1.35rem;
    box-shadow: 0 10px 30px -20px rgba(14,21,18,.2);
}
.about-tab-content .readmore-content::after {
    background: linear-gradient(180deg, transparent, #ffffff 85%);
}

.focus-list { display: grid; gap: .85rem; padding: 0; margin: 0; }
.focus-list li {
    display: flex; gap: .85rem; align-items: flex-start;
    padding: .6rem .75rem; border-radius: 12px;
    background: linear-gradient(135deg, rgba(26,122,62,.05), rgba(247,148,29,.05));
    border: 1px solid rgba(26,122,62,.08);
    transition: transform .3s ease, box-shadow .3s ease;
}
.focus-list li:hover { transform: translateX(4px); box-shadow: 0 10px 22px -14px rgba(26,122,62,.35); }
.focus-list li i {
    font-size: 1.25rem; color: var(--brand); flex-shrink: 0; margin-top: 2px;
    filter: drop-shadow(0 2px 4px rgba(26,122,62,.25));
}
.focus-list li strong { display: block; color: var(--ink); font-size: .95rem; }
.focus-list li span { display: block; color: var(--text-muted); font-size: .85rem; line-height: 1.5; margin-top: 2px; }

@media (max-width: 991.98px) {
    .about-media-badge { left: 12px; top: 12px; }
    .about-media-stats { margin-left: 0; margin-right: 0; }
}

/* ==========================================================================
   Digital Address Card
   ========================================================================== */
.digital-address-card { display: flex; flex-wrap: wrap; align-items: center; gap: 1.75rem; padding: 1.75rem 2rem; border-radius: 22px; background: linear-gradient(135deg, #ffffff 0%, #f2f9f4 55%, #fff7ec 100%); border: 1px solid var(--border); box-shadow: var(--shadow-md); position: relative; overflow: hidden; }
.digital-address-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at top right, rgba(247,148,29,.18), transparent 60%), radial-gradient(circle at bottom left, rgba(26,122,62,.18), transparent 55%); z-index: 0; pointer-events: none; }
.digital-address-card > * { position: relative; z-index: 1; }
.digital-address-icon { width: 68px; height: 68px; border-radius: 18px; display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--brand), var(--brand-light)); color: #fff; font-size: 1.9rem; box-shadow: 0 12px 28px rgba(26,122,62,.28); flex-shrink: 0; }
.digital-address-body { flex: 1 1 260px; }
.digital-address-eyebrow { display: inline-block; text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 700; color: var(--accent-dark); background: rgba(247,148,29,.14); padding: .28rem .7rem; border-radius: 999px; margin-bottom: .55rem; }
.digital-address-title { margin: 0 0 .5rem; font-weight: 700; color: var(--ink); }
.digital-address-code { font-family: "Courier New", Consolas, monospace; font-weight: 700; font-size: 1.6rem; letter-spacing: .18em; color: var(--brand-dark); background: #fff; display: inline-block; padding: .55rem 1rem; border-radius: 12px; border: 1px dashed rgba(26,122,62,.35); box-shadow: inset 0 0 0 4px rgba(26,122,62,.04); }
.digital-address-hint { margin: .75rem 0 0; color: var(--text-muted); font-size: .92rem; max-width: 46ch; }
.digital-address-actions { display: flex; flex-wrap: wrap; gap: .5rem; margin-left: auto; }
@media (max-width: 575.98px) {
    .digital-address-card { padding: 1.3rem; text-align: center; }
    .digital-address-icon { margin: 0 auto; }
    .digital-address-actions { margin: 0 auto; justify-content: center; }
    .digital-address-code { font-size: 1.3rem; letter-spacing: .14em; }
}

/* Report card disclaimer (when no download URL provided) */
.report-disclaimer { margin-top: .75rem; padding: .65rem .85rem; border-radius: 12px; background: rgba(247,148,29,.10); border: 1px dashed rgba(247,148,29,.45); color: var(--text); font-size: .85rem; line-height: 1.45; }
.report-disclaimer i { color: var(--accent-dark); }
.report-disclaimer a { color: var(--brand-dark); font-weight: 600; text-decoration: none; }
.report-disclaimer a:hover { text-decoration: underline; }

