:root {
    --lf-primary: #3f2b96;
    --lf-secondary: #1c4ed8;
    --lf-accent: #f3f4f6;
    --lf-text: #1f2937;
}

body {
    font-family: 'Source Sans 3', sans-serif;
    color: var(--lf-text);
    background:
        radial-gradient(circle at top right, rgba(63, 43, 150, 0.08), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #fafbff 100%);
}

.btn,
.nav-link,
.navbar,
.site-footer__link {
    transition: all 0.24s ease;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand {
    font-family: 'Playfair Display', serif;
}

.navbar-brand,
.nav-link:hover,
.nav-link:focus {
    color: var(--lf-primary) !important;
}

.navbar-default {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 0.5rem 1rem rgba(31, 41, 55, 0.04);
}

.navbar-home {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: transparent;
}

.navbar-home.is-scrolled {
    position: fixed;
    background: rgba(7, 12, 25, 0.78);
    backdrop-filter: blur(12px);
    box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.16);
}

.navbar-home .navbar-brand,
.navbar-home .nav-link {
    color: #ffffff !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.82rem;
}

.navbar-home .nav-link {
    position: relative;
    padding-bottom: 0.45rem;
}

.navbar-home .nav-link::after {
    content: "";
    position: absolute;
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(96, 165, 250, 0.95), rgba(255, 255, 255, 0.1));
    transform: scaleX(0.2);
    opacity: 0;
    transition: transform 0.24s ease, opacity 0.24s ease;
}

.navbar-home .nav-link:hover,
.navbar-home .nav-link:focus {
    color: #ffffff !important;
    transform: translateY(-2px);
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.3);
}

.navbar-home .nav-link:hover::after,
.navbar-home .nav-link:focus::after {
    transform: scaleX(1);
    opacity: 1;
}

.navbar-home .navbar-collapse {
    flex-direction: column;
    align-items: flex-end;
}

.navbar-home__social {
    display: flex;
    gap: 0.7rem;
    margin-bottom: 0.9rem;
}

.navbar-home__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.7rem;
    height: 2.7rem;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.96);
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(8px);
    text-decoration: none;
}

.navbar-home__social-link svg {
    width: 1.25rem;
    height: 1.25rem;
}

.navbar-home__social-link:hover,
.navbar-home__social-link:focus {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.58);
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 0.6rem 1.4rem rgba(0, 0, 0, 0.18);
}

.navbar-home .navbar-brand {
    font-size: clamp(1.4rem, 3vw, 2.25rem);
    letter-spacing: 0.12em;
    line-height: 0.88;
}

.brand-wordmark {
    display: inline-flex;
    flex-direction: column;
    gap: 0.08rem;
    position: relative;
}

.brand-wordmark__line {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.55rem, 4vw, 3.1rem);
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow:
        0 0 14px rgba(255, 255, 255, 0.28),
        0 0 34px rgba(96, 165, 250, 0.3),
        0 0 52px rgba(255, 255, 255, 0.12);
    animation: brand-pop 1s cubic-bezier(0.2, 0.8, 0.2, 1) both, brand-shimmer 3.4s ease-in-out 1.2s infinite;
}

.brand-wordmark__line:last-child {
    font-size: clamp(1.35rem, 3.4vw, 2.7rem);
    letter-spacing: 0.18em;
    animation-delay: 0.16s, 1.36s;
}

.navbar-home .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.6);
}

.navbar-home .navbar-toggler-icon {
    filter: brightness(0) invert(1);
}

.btn-brand {
    background: linear-gradient(135deg, var(--lf-primary), var(--lf-secondary));
    border: none;
    color: #fff;
}

.btn-brand:hover,
.btn-brand:focus {
    color: #fff;
    opacity: 0.95;
    transform: translateY(-1px);
}

.home-hero {
    position: relative;
    min-height: 100vh;
    color: #fff;
    background: #09111f;
}

.home-hero__video,
.home-hero__overlay {
    position: absolute;
    inset: 0;
}

.home-hero__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-hero__overlay {
    background:
        linear-gradient(90deg, rgba(6, 10, 20, 0.82) 0%, rgba(6, 10, 20, 0.34) 55%, rgba(6, 10, 20, 0.76) 100%),
        linear-gradient(180deg, rgba(7, 12, 25, 0.16) 0%, rgba(7, 12, 25, 0.82) 100%);
}

.home-hero__inner {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 360px);
    align-items: end;
    gap: 2rem;
    padding-top: 7rem;
    padding-bottom: 8rem;
}

.home-hero__content {
    max-width: 780px;
    animation: drift-up 1s ease both;
}

.home-hero__aside {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    width: min(100%, 28rem);
    margin-left: auto;
    padding-top: 1.5rem;
    transform: translateY(-2.5rem);
}

.home-hero__portrait {
    position: relative;
    z-index: 1;
    width: min(34vw, 410px);
    margin-right: 0;
    margin-bottom: -3.5rem;
    pointer-events: none;
}

.home-hero__portrait-image {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 2rem 3rem rgba(0, 0, 0, 0.34));
}

.home-hero__eyebrow {
    margin-bottom: 1.25rem;
    color: rgba(255, 255, 255, 0.82);
    text-transform: uppercase;
    letter-spacing: 0.28em;
    font-size: 0.78rem;
    font-weight: 700;
}

.home-hero__title {
    margin: 0 0 1rem;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 800;
    font-size: clamp(3.6rem, 11vw, 7.5rem);
    line-height: 0.87;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.92);
    background: inherit;
    background-clip: text;
    -webkit-background-clip: text;
}

.home-hero__title span {
    display: block;
}

.home-hero__title-line {
    opacity: 0;
    transform: translateY(64px) scale(0.9);
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
    animation: title-rise 1.05s cubic-bezier(0.2, 0.8, 0.2, 1) forwards, title-float 3.2s ease-in-out 1.3s infinite;
}

.home-hero__title-line:nth-child(2) {
    animation-delay: 0.2s, 1.5s;
}

.home-hero__title-line:nth-child(3) {
    animation-delay: 0.4s, 1.7s;
}

.home-hero__subtitle {
    max-width: 620px;
    margin-bottom: 2rem;
    font-size: 1.15rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.82);
}

.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

.home-hero__card {
    position: relative;
    z-index: 2;
    align-self: end;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border-radius: 1.5rem;
    color: rgba(255, 255, 255, 0.92);
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.18);
    width: 100%;
    max-width: 26rem;
}

.home-hero__footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding-bottom: 1.5rem;
}

.hero-stat {
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.hero-stat__label,
.hero-stat__value {
    display: block;
}

.hero-stat__label {
    margin-bottom: 0.35rem;
    color: rgba(255, 255, 255, 0.62);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.72rem;
}

.hero-stat__value {
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
}

.card-hover {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-radius: 1rem;
    overflow: hidden;
}

.card-hover:hover {
    transform: translateY(-4px);
    box-shadow: 0 1rem 2rem rgba(31, 41, 55, 0.08) !important;
}

.card-image {
    height: 220px;
    object-fit: cover;
}

.admin-shell {
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(59, 130, 246, 0.12), transparent 24%),
        radial-gradient(circle at top right, rgba(244, 114, 182, 0.12), transparent 18%),
        linear-gradient(180deg, #f8fbff 0%, #fff8f2 100%);
}

.admin-main {
    padding: 2rem 0 4rem;
}

.admin-navbar {
    position: sticky;
    top: 0;
    z-index: 50;
    padding: 1rem 0;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 1rem 2.5rem rgba(15, 23, 42, 0.06);
}

.admin-navbar__brand {
    display: inline-flex;
    flex-direction: column;
    line-height: 1;
    text-decoration: none;
}

.admin-navbar__kicker {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #2563eb;
}

.admin-navbar__title {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    color: #111827;
}

.admin-navbar__links {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.admin-navbar__link {
    padding: 0.7rem 1rem;
    border-radius: 999px;
    color: #475569;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.admin-navbar__link:hover,
.admin-navbar__link:focus {
    color: #0f172a;
    background: rgba(37, 99, 235, 0.08);
    transform: translateY(-1px);
}

.admin-navbar__logout {
    margin-left: 0.25rem;
}

.admin-page {
    padding: 1.5rem 0 0;
}

.admin-hero {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.5rem;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 1.75rem;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(248, 250, 252, 0.88)),
        linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(249, 115, 22, 0.08));
    box-shadow: 0 1.2rem 3rem rgba(15, 23, 42, 0.08);
}

.admin-hero--compact {
    padding: 1.6rem 1.8rem;
    align-items: center;
}

.admin-eyebrow {
    color: #2563eb;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    font-size: 0.76rem;
    font-weight: 700;
}

.admin-hero__title {
    font-size: clamp(2rem, 2.2vw, 3rem);
    color: #111827;
}

.admin-hero__text {
    max-width: 44rem;
    color: #64748b;
    font-size: 1rem;
}

.admin-hero__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.75rem;
}

.admin-metric-card,
.admin-panel {
    border-radius: 1.5rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 1rem 2.5rem rgba(15, 23, 42, 0.08) !important;
}

.admin-metric-card {
    border: 1px solid rgba(255, 255, 255, 0.82);
}

.admin-metric-card .card-body {
    position: relative;
    padding: 1.5rem;
}

.admin-metric-card .card-body::after {
    content: "";
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1rem;
    opacity: 0.18;
}

.admin-metric-card--violet .card-body::after {
    background: linear-gradient(135deg, #7c3aed, #c084fc);
}

.admin-metric-card--blue .card-body::after {
    background: linear-gradient(135deg, #2563eb, #38bdf8);
}

.admin-metric-card--orange .card-body::after {
    background: linear-gradient(135deg, #f97316, #f59e0b);
}

.admin-metric-card--green .card-body::after {
    background: linear-gradient(135deg, #16a34a, #22c55e);
}

.admin-panel {
    border: 1px solid rgba(226, 232, 240, 0.8);
}

.admin-table thead th {
    padding: 1rem 1.25rem;
    border-bottom-width: 1px;
    color: #475569;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(248, 250, 252, 0.92);
}

.admin-table tbody td {
    padding: 1rem 1.25rem;
    color: #1f2937;
    vertical-align: middle;
}

.admin-table tbody tr:hover {
    background: rgba(239, 246, 255, 0.42);
}

.admin-form-section {
    padding-top: 1.5rem;
    margin-top: 0.5rem;
    border-top: 1px solid rgba(226, 232, 240, 0.9);
}

.admin-form-section:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.admin-form-section__header {
    margin-bottom: 0.25rem;
}

.admin-form-section__eyebrow {
    color: #f97316;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.72rem;
    font-weight: 700;
}

.admin-shell .form-label {
    font-weight: 600;
    color: #334155;
}

.admin-shell .form-control {
    padding: 0.8rem 1rem;
    border-color: rgba(148, 163, 184, 0.38);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: none;
}

.admin-shell .form-select {
    padding: 0.8rem 2.8rem 0.8rem 1rem;
    border-color: rgba(148, 163, 184, 0.38);
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, 0.88);
}

.admin-shell .form-control:focus {
    border-color: rgba(37, 99, 235, 0.48);
    box-shadow: 0 0 0 0.24rem rgba(37, 99, 235, 0.12);
}

.admin-shell .form-select:focus {
    border-color: rgba(37, 99, 235, 0.48);
    box-shadow: 0 0 0 0.24rem rgba(37, 99, 235, 0.12);
}

.admin-auth-panel {
    max-width: 32rem;
    margin: 2rem auto 0;
}

.admin-check {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 1rem;
    background: rgba(248, 250, 252, 0.75);
}

.admin-check .form-check-input {
    margin-top: 0.2rem;
    flex: 0 0 auto;
}

.admin-check strong {
    display: block;
    color: #0f172a;
}

.admin-shell .alert {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.8rem 2rem rgba(15, 23, 42, 0.08);
}

.admin-preview-image {
    max-width: 220px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1rem 2rem rgba(15, 23, 42, 0.08);
}

.section-soft {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(243, 244, 246, 0.95)),
        radial-gradient(circle at top left, rgba(63, 43, 150, 0.08), transparent 30%);
}

.section-shell {
    position: relative;
}

.social-strip {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background:
        linear-gradient(135deg, rgba(255, 244, 228, 0.9) 0%, rgba(255, 255, 255, 0.96) 38%, rgba(237, 247, 255, 0.94) 100%),
        radial-gradient(circle at top right, rgba(37, 99, 235, 0.18), transparent 28%),
        radial-gradient(circle at bottom left, rgba(249, 115, 22, 0.14), transparent 24%);
}

.social-strip::before,
.social-strip::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    filter: blur(10px);
    z-index: -1;
    opacity: 0.75;
}

.social-strip::before {
    top: 2rem;
    right: -5rem;
    width: 18rem;
    height: 18rem;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.2), rgba(59, 130, 246, 0));
}

.social-strip::after {
    bottom: -6rem;
    left: -3rem;
    width: 20rem;
    height: 20rem;
    background: radial-gradient(circle, rgba(244, 114, 182, 0.18), rgba(244, 114, 182, 0));
}

.social-strip__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
    gap: 1rem;
    align-items: stretch;
}

.social-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    height: 100%;
    min-height: 12rem;
    padding: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 1.25rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 250, 244, 0.88)),
        rgba(255, 255, 255, 0.92);
    box-shadow:
        0 1rem 2rem rgba(31, 41, 55, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    text-decoration: none;
    overflow-wrap: anywhere;
    word-break: break-word;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.social-card:hover,
.social-card:focus {
    transform: translateY(-6px) rotate(-0.6deg);
    border-color: rgba(255, 255, 255, 0.95);
    box-shadow:
        0 1.6rem 2.8rem rgba(31, 41, 55, 0.14),
        0 0 0 0.2rem rgba(255, 255, 255, 0.4);
}

.social-card__label,
.social-card__handle {
    display: block;
}

.social-card::before {
    content: "";
    display: block;
    width: 3.4rem;
    height: 0.35rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    background: linear-gradient(90deg, #2563eb, #f97316);
    box-shadow: 0 0.35rem 1rem rgba(37, 99, 235, 0.18);
}

.social-card__label {
    margin-bottom: 0.35rem;
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.15rem, 1rem + 0.4vw, 1.8rem);
    line-height: 1.15;
    color: #111827;
}

.social-card__handle {
    color: #4b5563;
    font-size: 0.95rem;
    line-height: 1.6;
}

.social-card:nth-child(1) {
    background:
        linear-gradient(180deg, rgba(239, 246, 255, 0.96), rgba(255, 255, 255, 0.92)),
        rgba(255, 255, 255, 0.92);
}

.social-card:nth-child(1)::before {
    background: linear-gradient(90deg, #2563eb, #60a5fa);
}

.social-card:nth-child(2) {
    background:
        linear-gradient(180deg, rgba(255, 247, 237, 0.96), rgba(255, 255, 255, 0.92)),
        rgba(255, 255, 255, 0.92);
}

.social-card:nth-child(2)::before {
    background: linear-gradient(90deg, #ef4444, #f59e0b);
}

.social-card:nth-child(3) {
    background:
        linear-gradient(180deg, rgba(253, 242, 248, 0.96), rgba(255, 255, 255, 0.92)),
        rgba(255, 255, 255, 0.92);
}

.social-card:nth-child(3)::before {
    background: linear-gradient(90deg, #ec4899, #f97316);
}

.social-card:nth-child(4) {
    background:
        linear-gradient(180deg, rgba(240, 253, 250, 0.96), rgba(255, 255, 255, 0.92)),
        rgba(255, 255, 255, 0.92);
}

.social-card:nth-child(4)::before {
    background: linear-gradient(90deg, #14b8a6, #22c55e);
}

.social-card:nth-child(5) {
    background:
        linear-gradient(180deg, rgba(236, 253, 245, 0.96), rgba(255, 255, 255, 0.92)),
        rgba(255, 255, 255, 0.92);
}

.social-card:nth-child(5)::before {
    background: linear-gradient(90deg, #16a34a, #84cc16);
}

.founder-spotlight {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 246, 251, 0.98)),
        radial-gradient(circle at top right, rgba(124, 29, 111, 0.1), transparent 28%);
}

.founder-spotlight__frame {
    position: relative;
    padding: 1rem;
    border-radius: 2rem;
    background:
        linear-gradient(135deg, rgba(124, 29, 111, 0.12), rgba(234, 179, 8, 0.18)),
        #ffffff;
    box-shadow: 0 1.5rem 4rem rgba(31, 41, 55, 0.1);
}

.founder-spotlight__image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 1.35rem;
    border: 1px solid rgba(124, 29, 111, 0.08);
    background: #fffdf7;
}

.founder-spotlight__note {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.25rem 1.25rem 1.25rem 0;
    color: #4b5563;
}

.founder-spotlight__line {
    flex: 0 0 56px;
    height: 2px;
    margin-top: 0.9rem;
    background: linear-gradient(90deg, #7c1d6f, #d4a017);
}

.ministry-band {
    color: #fff;
    background:
        radial-gradient(circle at top left, rgba(96, 165, 250, 0.18), transparent 28%),
        linear-gradient(135deg, #1c2d7a 0%, #24133f 100%);
}

.ministry-band__panel {
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(12px);
}

.ministry-band__metric + .ministry-band__metric {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.ministry-band__number {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 2.75rem;
    line-height: 1;
}

.ministry-band__label {
    display: block;
    margin-top: 0.35rem;
    color: rgba(255, 255, 255, 0.76);
}

.site-footer {
    padding: 4.5rem 0 2rem;
    color: #fff;
    background:
        linear-gradient(180deg, #111827 0%, #060913 100%);
}

.site-footer__eyebrow,
.site-footer__label {
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.58);
}

.site-footer__title {
    margin-bottom: 0;
    font-size: clamp(1.9rem, 4vw, 3rem);
    line-height: 1.05;
}

.site-footer__link {
    display: block;
    margin-bottom: 0.4rem;
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
}

.site-footer__link:hover,
.site-footer__link:focus {
    color: #fff;
    transform: translateX(4px);
}

.site-footer__copy {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.74);
}

.site-footer__bottom {
    margin-top: 2.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.58);
}

.message-body p:last-child {
    margin-bottom: 0;
}

.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal-delay-1 {
    transition-delay: 0.08s;
}

.reveal-delay-2 {
    transition-delay: 0.16s;
}

.reveal-delay-3 {
    transition-delay: 0.24s;
}

@keyframes drift-up {
    from {
        opacity: 0;
        transform: translateY(36px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes title-rise {
    from {
        opacity: 0;
        transform: translateY(64px) scale(0.9);
        filter: blur(14px);
        text-shadow: 0 0 0 rgba(255, 255, 255, 0);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
        text-shadow: 0 0 22px rgba(255, 255, 255, 0.28);
    }
}

@keyframes title-float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px) scale(1.02);
    }
}

@keyframes brand-pop {
    from {
        opacity: 0;
        transform: translateY(-22px) scale(0.92);
        letter-spacing: 0.28em;
        filter: blur(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
        letter-spacing: 0.1em;
        filter: blur(0);
    }
}

@keyframes brand-shimmer {
    0%,
    100% {
        text-shadow:
            0 0 14px rgba(255, 255, 255, 0.28),
            0 0 34px rgba(96, 165, 250, 0.3),
            0 0 52px rgba(255, 255, 255, 0.12);
    }
    50% {
        text-shadow:
            0 0 24px rgba(255, 255, 255, 0.52),
            0 0 54px rgba(147, 197, 253, 0.52),
            0 0 72px rgba(255, 255, 255, 0.2);
    }
}


.page-link {
    color: var(--lf-primary);
}

.page-item.active .page-link {
    background-color: var(--lf-primary);
    border-color: var(--lf-primary);
}

@media (max-width: 767.98px) {
    .admin-main {
        padding-top: 1rem;
    }

    .admin-navbar__links {
        flex-direction: column;
        align-items: stretch;
        padding-top: 1rem;
    }

    .admin-navbar__logout {
        margin-left: 0;
    }

    .admin-hero,
    .admin-hero--compact {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.35rem;
    }

    .admin-hero__actions {
        justify-content: flex-start;
    }

    .navbar-home {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        background: rgba(7, 12, 25, 0.88);
        backdrop-filter: blur(8px);
    }

    .brand-wordmark__line {
        font-size: clamp(1.2rem, 7vw, 1.9rem);
    }

    .brand-wordmark__line:last-child {
        font-size: clamp(1.05rem, 6vw, 1.65rem);
    }

    .navbar-home .navbar-collapse {
        align-items: flex-start;
        padding-top: 0.75rem;
    }

    .navbar-home__social {
        gap: 0.6rem;
        margin-bottom: 1rem;
    }

    .navbar-home__social-link {
        width: 2.4rem;
        height: 2.4rem;
    }

    .navbar-home__social-link svg {
        width: 1.1rem;
        height: 1.1rem;
    }

    .home-hero__inner {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 1.25rem;
        padding-top: 6.9rem;
        padding-bottom: 4rem;
    }

    .home-hero__aside {
        align-items: center;
        width: 100%;
        margin-left: 0;
        padding-top: 0.25rem;
        gap: 0.85rem;
        transform: none;
    }

    .home-hero__portrait {
        width: min(62vw, 280px);
        margin-right: auto;
        margin-left: auto;
        margin-bottom: -0.5rem;
        opacity: 0.94;
    }

    .home-hero__card {
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding: 1.2rem;
        border-radius: 1.3rem;
    }

    .home-hero__title {
        margin-bottom: 0.75rem;
        font-size: clamp(2.7rem, 18vw, 4.1rem);
        line-height: 0.9;
        -webkit-text-stroke: 1.35px rgba(255, 255, 255, 0.92);
    }

    .home-hero__subtitle {
        max-width: 32rem;
        margin-bottom: 1.5rem;
        font-size: 1rem;
        line-height: 1.6;
    }

    .home-hero__actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        gap: 0.75rem;
    }

    .home-hero__actions .btn {
        width: 100%;
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .home-hero__actions .btn:last-child {
        grid-column: 1 / -1;
    }

    .home-hero__card .h3 {
        font-size: 1.8rem;
        line-height: 1.08;
    }

    .home-hero__footer {
        position: relative;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .site-footer {
        padding-top: 3.5rem;
    }

    .card-image {
        height: 200px;
    }

    .social-strip__grid {
        grid-template-columns: 1fr;
    }

    .social-card {
        min-height: 0;
    }
}
