/*
Theme Name: Alliance Landing
Theme URI: https://example.com/alliance
Author: Alliance Dev
Author URI: https://example.com
Description: A custom Bootstrap theme for Alliance.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: alliance
*/

:root {
    --alliance-navy: #2D347D;
    --alliance-green: #13A54C;
    --alliance-lime: #D1DC28;

    --bs-primary: #2D347D;
    --bs-primary-rgb: 45, 52, 125;
    --bs-secondary: #13A54C;
    --bs-secondary-rgb: 19, 165, 76;
    --bs-success: #13A54C;
    --bs-success-rgb: 19, 165, 76;
}

body {
}

.container {
    max-width: 1280px;
}

.header {
    padding: 1rem 0;
}

.entry-title a {
    text-decoration: none;
    color: inherit;
}

.entry-title a:hover {
    color: var(--bs-primary);
}

.entry-meta {
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 1rem;
}

.entry-content {
    margin-bottom: 2rem;
}

.widget {
    margin-bottom: 2rem;
}

.widget-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

/* Page Header */
.page-header {
    background-color: var(--alliance-navy);
    padding: 6rem 0 3rem;
    margin-bottom: 0;
}

.page-header-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 0;
}

.page-header .breadcrumb {
    margin-bottom: 0.5rem;
}

.page-header .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.page-header .breadcrumb-item a:hover {
    color: #ffffff;
}

.page-header .breadcrumb-item.active {
    color: var(--alliance-lime);
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5);
}

/* Section Title */
.section-title {
    font-size: 2rem;
    font-weight: 800;
    color: var(--alliance-navy);
}

/* Why Alliance */
.why-alliance {
    margin-bottom: 3rem;
}

.why-card {
    background: #ffffff;
    border-radius: 1rem;
    border: 1px solid #e9ecef;
    height: 100%;
    transition: box-shadow 0.3s ease;
}

.why-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.why-icon {
    font-size: 2.5rem;
    color: var(--alliance-navy);
}

.why-card-title {
    font-weight: 700;
    color: var(--alliance-navy);
}

.alliance-landing {
    margin: 0;
    background: #f7f8f2;
    color: #242b62;
    font-family: 'Avenir Next', Avenir, 'Trebuchet MS', sans-serif;
    -webkit-font-smoothing: antialiased;
}

.alliance-landing *,
.alliance-landing *::before,
.alliance-landing *::after { box-sizing: border-box; }
.alliance-landing a { color: inherit; }
.alliance-landing a:focus-visible { outline: 3px solid #13a54c; outline-offset: 6px; }
.landing-shell { max-width: 1440px; min-height: 100svh; margin: auto; padding: 0 6%; display: flex; flex-direction: column; }
.admin-bar .landing-shell { min-height: calc(100svh - 32px); }
.landing-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 34px 0; }
.landing-logo { display: inline-flex; flex-shrink: 0; }
.landing-logo img { width: 211px; height: auto; max-height: 80px; object-fit: contain; }
.landing-header-note { font-size: 12px; letter-spacing: .08em; }
.landing-main { display: grid; grid-template-columns: 1.1fr 1fr; gap: 6%; align-items: center; flex: 1; padding: 42px 0 64px; }
.landing-copy { padding: 20px 0; }
.landing-eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 25px; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.landing-eyebrow span { width: 8px; height: 8px; background: #138442; border-radius: 50%; }
.landing-copy h1 { margin: 0; font-size: clamp(42px, 4.7vw, 68px); font-weight: 600; line-height: 1.08; letter-spacing: -.055em; }
.landing-copy h1 em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; color: #168043; letter-spacing: -.055em; }
.landing-description { max-width: 440px; margin: 28px 0 30px; color: #636777; font-size: 16px; line-height: 1.85; }
.alliance-landing .landing-cta { display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; padding: 20px 25px; background: var(--alliance-navy); color: #fff; border-radius: 5px; font-size: 15px; font-weight: 600; text-decoration: none; transition: background .2s, transform .2s; }
.landing-cta:hover { background: #20265e; transform: translateY(-2px); }
.landing-cta svg { color: #d1dc28; }
.landing-access-note { margin: 14px 0 0; color: #707382; font-size: 12px; }
.landing-values { display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 45px; font-size: 11px; font-weight: 600; letter-spacing: .025em; }
.landing-values span + span::before { content: '/'; margin-right: 20px; color: #929784; }
.landing-visual { position: relative; isolation: isolate; min-height: 510px; align-self: stretch; max-height: 610px; background: #e5eacb; border-radius: 180px 180px 12px 12px; margin-top: 10px; }
.landing-visual::before { content: ''; position: absolute; width: 78%; aspect-ratio: 1; border-radius: 50%; background: #d1dc28; top: 15%; left: 11%; z-index: -1; }
.landing-orbit { position: absolute; inset: 28px -15px 68px; border: 1px solid #b0ba87; border-radius: 50%; transform: rotate(-20deg); z-index: -1; }
.landing-portrait { position: absolute; bottom: 0; left: 0; width: 100%; height: 95%; object-fit: contain; object-position: center bottom; border-radius: 0 0 12px 12px; }
.landing-spark { position: absolute; top: 22px; right: 20px; color: var(--alliance-navy); font-size: 72px; line-height: 1; }
.landing-caption { position: absolute; bottom: 55px; left: -30px; display: flex; align-items: center; gap: 16px; padding: 20px 26px; background: #fff; box-shadow: 0 12px 40px #252d6210; border-radius: 6px; }
.landing-caption > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: #eaf1dd; color: #168043; font-size: 24px; }
.landing-caption p { margin: 0; font-size: 13px; line-height: 1.8; }
.landing-caption strong { font-weight: 700; }
.landing-visual-label { position: absolute; right: 17px; bottom: 18px; font-size: 9px; letter-spacing: .2em; color: #242b62; }
.landing-footer { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; gap: 16px; padding: 24px 0; border-top: 1px solid #dde0d4; color: #707382; font-size: 10px; line-height: 1.6; }
.landing-footer p { margin: 0; }
.landing-footer a { text-underline-offset: 3px; }
.landing-skip { position: absolute; top: -100px; left: 20px; padding: 12px 20px; background: white; z-index: 100; }
.landing-skip:focus { top: 40px; }

@media (max-width: 900px) {
    .landing-shell { padding: 0 5%; }
    .landing-main { gap: 5%; }
    .landing-visual { min-height: 450px; }
    .landing-caption { left: -15px; padding: 16px; }
    .landing-values { gap: 10px; }
    .landing-values span + span::before { margin-right: 10px; }
}

@media (max-width: 680px) {
    .landing-header { padding: 25px 0; }
    .landing-logo img { width: 170px; }
    .landing-header-note { max-width: 110px; font-size: 10px; text-align: right; line-height: 1.7; }
    .landing-main { grid-template-columns: 1fr; gap: 35px; padding: 20px 0 40px; }
    .landing-copy h1 { font-size: clamp(39px, 9vw, 58px); }
    .landing-description { font-size: 15px; margin-top: 22px; }
    .landing-values { margin-top: 28px; }
    .landing-visual { width: 92%; max-width: 420px; justify-self: center; min-height: 420px; }
    .landing-caption { bottom: 42px; }
    .landing-footer { justify-content: center; text-align: center; gap: 8px 20px; }
    .landing-footer > span { width: 100%; }
    .admin-bar .landing-shell { min-height: calc(100svh - 46px); }
}

@media (prefers-reduced-motion: reduce) {
    .landing-cta { transition: none; }
    .landing-cta:hover { transform: none; }
}
