/* ============================================
   DR. MAKELELE MAJUR - PORTFOLIO STYLESHEET
   
   COLOR PALETTE:
   - Navy Deep:     #0a1628
   - Navy:          #1a2d4a
   - Gold:          #c8a84e
   - Gold Light:    #e8d9a8
   - Green:         #2e7d4f
   - Green Light:   #d4ede0
   - White:         #ffffff
   - Off-White:     #f7f6f2
   - Cream:         #f0ece2
   - Black:         #0d0d0d
   - Text:          #1a1a1a
   - Muted:         #6b7280
   - Border:        #e5e7eb
============================================ */

/* ==================== RESET ==================== */

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Manrope', -apple-system, 'Segoe UI', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #1a1a1a;
    background-color: #f7f6f2;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, textarea { font-family: inherit; font-size: inherit; outline: none; }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #0a1628;
}

/* ==================== UTILITIES ==================== */

.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 32px;
}

.eyebrow {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #c8a84e;
    padding: 6px 14px;
    background-color: rgba(200, 168, 78, 0.1);
    border-radius: 100px;
    margin-bottom: 16px;
}

.eyebrow.light {
    color: #e8d9a8;
    background-color: rgba(200, 168, 78, 0.18);
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0a1628;
    margin-bottom: 16px;
    letter-spacing: -0.03em;
}

.section-title.light {
    color: #ffffff;
}

.section-head {
    margin-bottom: 60px;
    max-width: 720px;
}

.section-head.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.arrow {
    display: inline-block;
    transition: transform 0.3s ease;
    font-family: monospace;
    margin-left: 4px;
}

/* ==================== BUTTONS ==================== */

.btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 14px 26px;
    border-radius: 100px;
    letter-spacing: 0.2px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
    white-space: nowrap;
}

.btn:hover .arrow { transform: translateX(4px); }

.btn-dark {
    background-color: #0a1628;
    color: #ffffff;
    border-color: #0a1628;
}

.btn-dark:hover {
    background-color: #1a2d4a;
    border-color: #1a2d4a;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(10, 22, 40, 0.25);
}

.btn-gold {
    background-color: #c8a84e;
    color: #0a1628;
    border-color: #c8a84e;
}

.btn-gold:hover {
    background-color: #d4b85f;
    border-color: #d4b85f;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(200, 168, 78, 0.35);
}

.btn-ghost {
    background-color: transparent;
    color: #0a1628;
    border-color: #0a1628;
}

.btn-ghost:hover {
    background-color: #0a1628;
    color: #ffffff;
    transform: translateY(-2px);
}

.btn-full {
    width: 100%;
    justify-content: center;
}

/* ==================== HEADER ==================== */

#main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: rgba(247, 246, 242, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(10, 22, 40, 0.06);
    transition: all 0.3s ease;
}

#main-header.scrolled {
    background-color: rgba(247, 246, 242, 0.97);
    box-shadow: 0 4px 24px rgba(10, 22, 40, 0.06);
}

.nav-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 32px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-mark {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background-color: #0a1628;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.logo-mark img {
    width: 72%;
    height: 72%;
    object-fit: contain;
}

.logo-text-block {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.logo-name {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0a1628;
    letter-spacing: -0.01em;
}

.logo-role {
    font-size: 0.68rem;
    font-weight: 500;
    color: #6b7280;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 2px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 4px;
}

.nav-link {
    font-size: 0.85rem;
    font-weight: 500;
    color: #4b5563;
    padding: 8px 16px;
    border-radius: 100px;
    transition: all 0.3s ease;
    position: relative;
}

.nav-link:hover { color: #0a1628; }

.nav-link.active {
    color: #0a1628;
    font-weight: 600;
}

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 5px;
    height: 5px;
    background-color: #c8a84e;
    border-radius: 50%;
}

.nav-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #0a1628;
    padding: 10px 20px;
    border: 1.5px solid #0a1628;
    border-radius: 100px;
    transition: all 0.3s ease;
}

.nav-cta:hover {
    background-color: #0a1628;
    color: #ffffff;
    transform: translateY(-1px);
}

.nav-cta:hover .arrow { transform: translateX(4px); }

/* Hamburger */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding: 8px;
}

.hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #0a1628;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(6px, -6px); }

.mobile-menu {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    padding: 20px 0;
}

.mobile-menu.active { display: block; }

.mobile-menu ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0 32px;
}

.mobile-menu a {
    display: block;
    padding: 14px 16px;
    font-size: 0.95rem;
    font-weight: 500;
    color: #1a1a1a;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.mobile-menu a:hover {
    background-color: #f7f6f2;
    color: #c8a84e;
}

/* ==================== HERO ==================== */

.hero {
    padding: 140px 0 80px;
    position: relative;
    overflow: hidden;
}

.hero-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 60px;
    align-items: center;
}

/* HERO LEFT */
.hero-pill {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #0a1628;
    padding: 8px 18px;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 100px;
    margin-bottom: 24px;
    letter-spacing: 0.5px;
}

.hero-name {
    font-size: 4.5rem;
    font-weight: 800;
    color: #0a1628;
    line-height: 1;
    letter-spacing: -0.04em;
    margin-bottom: 20px;
}

.hero-role {
    font-size: 2.5rem;
    font-weight: 500;
    color: #1a2d4a;
    line-height: 1.2;
    letter-spacing: -0.03em;
    margin-bottom: 28px;
}

.hero-role .amp {
    color: #c8a84e;
    font-style: italic;
    font-weight: 400;
}

.hero-role-accent {
    font-family: 'Instrument Serif', Georgia, serif;
    font-style: italic;
    font-weight: 400;
    color: #2e7d4f;
    font-size: 2.6rem;
}

.hero-desc {
    font-size: 1rem;
    line-height: 1.75;
    color: #4b5563;
    max-width: 540px;
    margin-bottom: 36px;
}

.hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

.hero-stats {
    display: flex;
    gap: 40px;
    padding-top: 32px;
    border-top: 1px solid #e5e7eb;
}

.mini-stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mini-num {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0a1628;
    letter-spacing: -0.02em;
}

.mini-lbl {
    font-size: 0.72rem;
    font-weight: 500;
    color: #6b7280;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

/* HERO RIGHT - PORTRAIT */
.hero-right {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 520px;
}

.portrait-wrap {
    position: relative;
    width: 460px;
    height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.orbit {
    position: absolute;
    border-radius: 50%;
    border: 1px dashed rgba(10, 22, 40, 0.15);
    pointer-events: none;
}

.orbit-1 {
    width: 100%;
    height: 100%;
    animation: rotate 60s linear infinite;
}

.orbit-2 {
    width: 118%;
    height: 118%;
    border-color: rgba(200, 168, 78, 0.25);
    animation: rotate 90s linear infinite reverse;
}

.orbit-3 {
    width: 140%;
    height: 140%;
    border-color: rgba(46, 125, 79, 0.15);
    animation: rotate 120s linear infinite;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.portrait {
    position: relative;
    width: 86%;
    height: 86%;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(160deg, #1a2d4a 0%, #0a1628 100%);
    box-shadow: 0 30px 80px rgba(10, 22, 40, 0.25);
    z-index: 2;
}

.portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

/* Floating cards */
.float-card {
    position: absolute;
    background-color: #ffffff;
    padding: 12px 18px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(10, 22, 40, 0.1);
    display: flex;
    flex-direction: column;
    gap: 2px;
    z-index: 3;
    animation: float 6s ease-in-out infinite;
}

.float-card-1 {
    top: 10%;
    left: -10%;
    border-left: 3px solid #c8a84e;
}

.float-card-2 {
    top: 50%;
    right: -12%;
    border-left: 3px solid #2e7d4f;
    animation-delay: 2s;
}

.float-card-3 {
    bottom: 8%;
    left: -5%;
    border-left: 3px solid #0a1628;
    animation-delay: 4s;
}

.float-label {
    font-size: 0.65rem;
    font-weight: 500;
    color: #6b7280;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.float-value {
    font-size: 0.85rem;
    font-weight: 700;
    color: #0a1628;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* ==================== EXPERTISE ==================== */

.expertise {
    padding: 100px 0;
    background-color: #ffffff;
}

.expertise-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.expertise-card {
    padding: 32px 24px;
    background-color: #f7f6f2;
    border: 1px solid transparent;
    border-radius: 20px;
    transition: all 0.4s ease;
    cursor: default;
}

.expertise-card:hover {
    background-color: #ffffff;
    border-color: #0a1628;
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(10, 22, 40, 0.08);
}

.card-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Instrument Serif', serif;
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 20px;
}

.card-icon.icon-navy {
    background-color: #0a1628;
    color: #ffffff;
}

.card-icon.icon-gold {
    background-color: #c8a84e;
    color: #0a1628;
}

.card-icon.icon-green {
    background-color: #2e7d4f;
    color: #ffffff;
}

.expertise-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0a1628;
    margin-bottom: 10px;
}

.expertise-card p {
    font-size: 0.88rem;
    line-height: 1.6;
    color: #6b7280;
}

/* ==================== ABOUT PREVIEW ==================== */

.about-preview {
    padding: 100px 0;
    background-color: #f7f6f2;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.about-copy .section-title {
    max-width: 480px;
}

.about-copy p {
    font-size: 1rem;
    line-height: 1.8;
    color: #4b5563;
    margin-bottom: 18px;
    max-width: 520px;
}

.about-copy .btn { margin-top: 20px; }

.about-facts {
    background-color: #ffffff;
    border-radius: 24px;
    padding: 12px 32px;
    border: 1px solid #e5e7eb;
}

.fact-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #f0ece2;
}

.fact-row:last-child { border-bottom: none; }

.fact-key {
    font-size: 0.78rem;
    font-weight: 600;
    color: #6b7280;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.fact-val {
    font-size: 0.95rem;
    font-weight: 600;
    color: #0a1628;
    text-align: right;
}

/* ==================== JOURNEY ==================== */

.journey {
    padding: 100px 0;
    background-color: #ffffff;
}

.timeline {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    position: relative;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 22px;
    left: 5%;
    right: 5%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #c8a84e, transparent);
    z-index: 0;
}

.tl-step {
    text-align: center;
    position: relative;
    z-index: 1;
}

.tl-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background-color: #ffffff;
    border: 2px solid #c8a84e;
    color: #c8a84e;
    font-family: 'Instrument Serif', serif;
    font-size: 1.1rem;
    font-weight: 400;
    border-radius: 50%;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.tl-step:hover .tl-num {
    background-color: #c8a84e;
    color: #0a1628;
    transform: scale(1.1);
}

.tl-step h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #0a1628;
    margin-bottom: 8px;
}

.tl-step p {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #6b7280;
    padding: 0 8px;
}

/* ==================== PROJECT PREVIEW ==================== */

.project-preview {
    padding: 60px 0 100px;
    background-color: #f7f6f2;
}

.project-card {
    background: linear-gradient(135deg, #0a1628 0%, #1a2d4a 100%);
    border-radius: 32px;
    overflow: hidden;
    position: relative;
}

.project-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(200, 168, 78, 0.15) 0%, transparent 60%);
    pointer-events: none;
}

.project-card::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(46, 125, 79, 0.12) 0%, transparent 60%);
    pointer-events: none;
}

.project-card-inner {
    padding: 80px 60px;
    position: relative;
    z-index: 2;
}

.project-text {
    max-width: 720px;
}

.project-desc {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #d1d5db;
    margin-bottom: 40px;
    max-width: 620px;
}

.project-metrics {
    display: flex;
    gap: 60px;
    margin-bottom: 40px;
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.metric {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.metric-num {
    font-size: 2rem;
    font-weight: 700;
    color: #c8a84e;
    letter-spacing: -0.02em;
}

.metric-lbl {
    font-size: 0.75rem;
    font-weight: 500;
    color: #9ca3af;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

/* ==================== CONTACT ==================== */

.contact {
    padding: 100px 0;
    background-color: #ffffff;
}

.contact-card {
    background-color: #f7f6f2;
    border-radius: 32px;
    padding: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.contact-left .section-title {
    max-width: 400px;
}

.contact-left p {
    font-size: 1rem;
    line-height: 1.75;
    color: #4b5563;
    margin-bottom: 32px;
    max-width: 440px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 24px;
    border-top: 1px solid #e5e7eb;
}

.ci-row {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ci-label {
    font-size: 0.72rem;
    font-weight: 600;
    color: #6b7280;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.ci-value {
    font-size: 0.95rem;
    font-weight: 600;
    color: #0a1628;
}

.contact-form {
    background-color: #ffffff;
    padding: 32px;
    border-radius: 20px;
    border: 1px solid #e5e7eb;
}

.fg {
    margin-bottom: 18px;
}

.fg label {
    display: block;
    font-size: 0.78rem;
    font-weight: 600;
    color: #0a1628;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.fg input,
.fg textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 0.92rem;
    color: #1a1a1a;
    background-color: #f7f6f2;
    border: 1.5px solid transparent;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.fg input::placeholder,
.fg textarea::placeholder {
    color: #9ca3af;
}

.fg input:focus,
.fg textarea:focus {
    border-color: #c8a84e;
    background-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(200, 168, 78, 0.12);
}

.fg textarea {
    resize: vertical;
    min-height: 100px;
    font-family: inherit;
}

/* ==================== FOOTER ==================== */

#main-footer {
    background-color: #0a1628;
    color: #d1d5db;
    padding-top: 80px;
    margin-top: 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 60px;
    padding-bottom: 60px;
}

.footer-brand .logo-mark {
    background-color: #ffffff;
}

.footer-brand .logo-name {
    color: #ffffff;
}

.footer-brand .logo-role {
    color: #9ca3af;
}

.footer-brand .logo-text-block {
    margin-bottom: 20px;
}

.footer-brand > * + * { margin-top: 16px; }

.footer-note {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #9ca3af;
    max-width: 320px;
}

.footer-col h5 {
    font-size: 0.85rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.footer-col ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-col li {
    font-size: 0.88rem;
    color: #9ca3af;
    transition: color 0.3s ease;
}

.footer-col a:hover {
    color: #c8a84e;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 24px 0;
}

.footer-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-bottom p {
    font-size: 0.8rem;
    color: #6b7280;
}

/* ==================== RESPONSIVE: TABLET ==================== */

@media (max-width: 1100px) {

    .hero-name { font-size: 3.6rem; }
    .hero-role { font-size: 2rem; }
    .hero-role-accent { font-size: 2.1rem; }

    .portrait-wrap {
        width: 400px;
        height: 400px;
    }

    .float-card-1 { left: -5%; }
    .float-card-2 { right: -5%; }
    .float-card-3 { left: 0%; }

    .expertise-grid { grid-template-columns: repeat(2, 1fr); }
    .timeline { grid-template-columns: repeat(3, 1fr); gap: 32px; row-gap: 40px; }
    .timeline::before { display: none; }
}

@media (max-width: 900px) {

    .hero-inner {
        grid-template-columns: 1fr;
        gap: 60px;
        text-align: center;
    }

    .hero-desc { margin-left: auto; margin-right: auto; }
    .hero-actions { justify-content: center; }
    .hero-stats { justify-content: center; }
    .hero-right { order: -1; min-height: 460px; }

    .about-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-card {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 40px 32px;
    }

    .project-card-inner { padding: 60px 40px; }
    .project-metrics { flex-wrap: wrap; gap: 32px; }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

/* ==================== RESPONSIVE: MOBILE ==================== */

@media (max-width: 768px) {

    .nav-links, .nav-cta { display: none; }
    .hamburger { display: flex; }

    .container, .nav-container, .hero-inner { padding: 0 20px; }

    .hero { padding: 120px 0 60px; }
    .hero-name { font-size: 2.8rem; }
    .hero-role { font-size: 1.6rem; }
    .hero-role-accent { font-size: 1.7rem; }
    .hero-desc { font-size: 0.95rem; }

    .portrait-wrap { width: 320px; height: 320px; }
    .float-card { padding: 10px 14px; }
    .float-value { font-size: 0.78rem; }
    .float-label { font-size: 0.6rem; }

    .hero-stats {
        flex-wrap: wrap;
        gap: 24px;
        justify-content: center;
    }

    .section-title { font-size: 1.9rem; }
    .section-head { margin-bottom: 40px; }

    .expertise, .about-preview, .journey, .contact { padding: 70px 0; }
    .project-preview { padding: 40px 0 70px; }

    .expertise-grid { grid-template-columns: 1fr; }

    .timeline { grid-template-columns: repeat(2, 1fr); gap: 32px; }

    .about-facts { padding: 8px 24px; }
    .fact-row { flex-direction: column; align-items: flex-start; gap: 4px; }
    .fact-val { text-align: left; }

    .project-card { border-radius: 24px; }
    .project-card-inner { padding: 40px 28px; }
    .project-metrics { gap: 24px; }
    .metric-num { font-size: 1.6rem; }

    .contact-card { border-radius: 24px; padding: 32px 24px; }
    .contact-form { padding: 24px; }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
        padding-bottom: 40px;
    }

    .footer-bottom .container {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {

    .hero-name { font-size: 2.2rem; }
    .hero-role { font-size: 1.3rem; }
    .hero-role-accent { font-size: 1.4rem; }

    .portrait-wrap { width: 260px; height: 260px; }
    .float-card-1 { top: 5%; left: -8%; }
    .float-card-2 { top: 45%; right: -8%; }
    .float-card-3 { bottom: 5%; left: -3%; }

    .section-title { font-size: 1.5rem; }

    .hero-actions {
        flex-direction: column;
        width: 100%;
    }

    .hero-actions .btn { width: 100%; justify-content: center; }

    .logo-role { display: none; }
    .logo-name { font-size: 0.85rem; }

    .btn { padding: 12px 20px; font-size: 0.82rem; }
}

/* ==================== ANIMATIONS ==================== */

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}

.fade-in {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ==================== FORM VALIDATION STATES ==================== */

.fg input.field-error,
.fg textarea.field-error {
    border-color: #dc2626;
    background-color: #fef2f2;
}

.fg input.field-error:focus,
.fg textarea.field-error:focus {
    box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.12);
}

.form-message {
    margin-top: 16px;
    padding: 14px 18px;
    border-radius: 10px;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.5;
    animation: fadeUp 0.4s ease;
}

.form-message-success {
    background-color: #d4ede0;
    color: #1a5c37;
    border-left: 3px solid #2e7d4f;
}

.form-message-error {
    background-color: #fef2f2;
    color: #991b1b;
    border-left: 3px solid #dc2626;
}

/* ============================================
   ABOUT PAGE - SPECIFIC STYLES
============================================ */

/* ==================== PAGE HERO ==================== */

.page-hero {
    padding: 160px 0 80px;
    background-color: #f7f6f2;
    position: relative;
    overflow: hidden;
}

.page-hero::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -15%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(200, 168, 78, 0.08) 0%, transparent 60%);
    pointer-events: none;
}

.page-hero-inner {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 80px;
    align-items: end;
    position: relative;
    z-index: 2;
}

.page-hero-title {
    font-size: 3.4rem;
    font-weight: 800;
    line-height: 1.1;
    color: #0a1628;
    letter-spacing: -0.03em;
    margin-bottom: 24px;
    margin-top: 8px;
}

.italic-accent {
    font-family: 'Instrument Serif', Georgia, serif;
    font-style: italic;
    font-weight: 400;
    color: #c8a84e;
}

.italic-accent-green {
    font-family: 'Instrument Serif', Georgia, serif;
    font-style: italic;
    font-weight: 400;
    color: #2e7d4f;
}

.page-hero-desc {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #4b5563;
    max-width: 540px;
}

/* Quick Facts */
.quick-facts {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 12px 28px;
}

.qf-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #f0ece2;
    gap: 20px;
}

.qf-item:last-child { border-bottom: none; }

.qf-key {
    font-size: 0.72rem;
    font-weight: 600;
    color: #6b7280;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.qf-val {
    font-size: 0.88rem;
    font-weight: 600;
    color: #0a1628;
    text-align: right;
}

/* ==================== BIOGRAPHY ==================== */

.bio-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.bio-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.5fr;
    gap: 80px;
    align-items: start;
}

.bio-side { position: sticky; top: 110px; }

.bio-portrait {
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background: linear-gradient(160deg, #1a2d4a 0%, #0a1628 100%);
    box-shadow: 0 30px 60px rgba(10, 22, 40, 0.15);
    margin-bottom: 28px;
}

.bio-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.bio-signature {
    background-color: #f7f6f2;
    border-left: 3px solid #c8a84e;
    padding: 24px 24px;
    border-radius: 0 12px 12px 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sig-line {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-size: 1.05rem;
    color: #1a2d4a;
    line-height: 1.5;
}

.sig-author {
    margin-top: 12px;
    font-size: 0.78rem;
    font-weight: 600;
    color: #6b7280;
    letter-spacing: 0.5px;
}

.bio-content .section-title {
    margin-bottom: 32px;
    max-width: 560px;
}

.bio-content p {
    font-size: 1rem;
    line-height: 1.85;
    color: #374151;
    margin-bottom: 20px;
    max-width: 620px;
}

.bio-content p:first-of-type::first-letter {
    font-family: 'Instrument Serif', serif;
    font-size: 3.2rem;
    font-weight: 400;
    color: #c8a84e;
    float: left;
    line-height: 1;
    margin-right: 10px;
    margin-top: 4px;
}

/* ==================== PILLARS ==================== */

.pillars-section {
    padding: 100px 0;
    background-color: #f7f6f2;
}

.pillars-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.pillar {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 40px 32px;
    text-align: center;
    transition: all 0.4s ease;
    border: 1px solid transparent;
}

.pillar:hover {
    transform: translateY(-6px);
    border-color: #c8a84e;
    box-shadow: 0 20px 40px rgba(10, 22, 40, 0.08);
}

.pillar-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #0a1628;
    color: #c8a84e;
    font-family: 'Instrument Serif', serif;
    font-size: 1.5rem;
    border-radius: 50%;
    margin-bottom: 24px;
}

.pillar h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0a1628;
    margin-bottom: 14px;
}

.pillar p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #6b7280;
}

/* ==================== CREDENTIALS ==================== */

.creds-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.creds-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 60px;
}

.creds-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}

.creds-col {
    background-color: #f7f6f2;
    border-radius: 24px;
    padding: 40px 36px;
}

.creds-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0a1628;
    margin-bottom: 28px;
    padding-bottom: 16px;
    border-bottom: 2px solid #0a1628;
}

.cred-item {
    display: flex;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #e5e7eb;
    align-items: flex-start;
}

.cred-item:last-child { border-bottom: none; }

.cred-year {
    flex-shrink: 0;
    min-width: 72px;
    font-size: 0.72rem;
    font-weight: 700;
    color: #6b7280;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 6px 12px;
    background-color: #ffffff;
    border-radius: 100px;
    text-align: center;
    border: 1px solid #e5e7eb;
}

.cred-item.gold .cred-year {
    color: #0a1628;
    background-color: #c8a84e;
    border-color: #c8a84e;
}

.cred-body h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #0a1628;
    margin-bottom: 6px;
}

.cred-body p {
    font-size: 0.88rem;
    line-height: 1.6;
    color: #6b7280;
}

/* ==================== PHILOSOPHY ==================== */

.philosophy-section {
    padding: 40px 0 100px;
    background-color: #ffffff;
}

.philosophy-card {
    background: linear-gradient(135deg, #0a1628 0%, #1a2d4a 100%);
    border-radius: 32px;
    padding: 70px 60px;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.philosophy-card::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(200, 168, 78, 0.12) 0%, transparent 60%);
    pointer-events: none;
}

.philosophy-text {
    position: relative;
    z-index: 2;
}

.philosophy-text p {
    font-size: 1rem;
    line-height: 1.8;
    color: #d1d5db;
    margin-bottom: 18px;
    max-width: 540px;
}

.philosophy-stats {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    z-index: 2;
}

.ph-stat {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(200, 168, 78, 0.25);
    border-radius: 16px;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    backdrop-filter: blur(8px);
}

.ph-num {
    font-size: 1.8rem;
    font-weight: 700;
    color: #c8a84e;
    letter-spacing: -0.02em;
}

.ph-lbl {
    font-size: 0.78rem;
    font-weight: 500;
    color: #d1d5db;
    letter-spacing: 0.5px;
}

/* ==================== CTA ==================== */

.about-cta {
    padding: 100px 0;
    background-color: #f7f6f2;
}

.cta-inner {
    background-color: #ffffff;
    border-radius: 32px;
    padding: 70px 60px;
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
    border: 1px solid #e5e7eb;
}

.cta-inner .section-title {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.cta-inner p {
    font-size: 1rem;
    line-height: 1.75;
    color: #4b5563;
    max-width: 520px;
    margin: 0 auto 32px;
}

.cta-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ==================== RESPONSIVE ==================== */

@media (max-width: 1100px) {

    .page-hero-title { font-size: 2.8rem; }
    .bio-grid { gap: 48px; }
    .philosophy-card { padding: 60px 40px; gap: 40px; }
}

@media (max-width: 900px) {

    .page-hero-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .bio-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .bio-side { position: static; }

    .bio-portrait {
        max-width: 360px;
        margin: 0 auto;
    }

    .bio-signature { max-width: 500px; margin: 0 auto; }

    .pillars-grid { grid-template-columns: 1fr; }

    .creds-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .philosophy-card {
        grid-template-columns: 1fr;
        padding: 50px 32px;
    }
}

@media (max-width: 768px) {

    .page-hero { padding: 130px 0 60px; }
    .page-hero-title { font-size: 2.2rem; }
    .page-hero-desc { font-size: 0.95rem; }

    .quick-facts { padding: 8px 20px; }
    .qf-item { flex-direction: column; align-items: flex-start; gap: 4px; }
    .qf-val { text-align: left; }

    .bio-section, .pillars-section, .creds-section, .about-cta { padding: 70px 0; }

    .bio-content p:first-of-type::first-letter { font-size: 2.6rem; }

    .creds-col { padding: 32px 24px; }
    .cred-item {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }

    .philosophy-card { padding: 40px 28px; }
    .ph-num { font-size: 1.5rem; }

    .cta-inner {
        padding: 48px 28px;
        border-radius: 24px;
    }

    .cta-actions .btn { width: 100%; justify-content: center; }
}

@media (max-width: 480px) {

    .page-hero-title { font-size: 1.85rem; }
    .bio-content p:first-of-type::first-letter { font-size: 2.2rem; }
    .pillar { padding: 32px 24px; }
    .pillar h3 { font-size: 1.2rem; }
}

/* ============================================
   PROJECT PAGE - SPECIFIC STYLES
============================================ */

/* ==================== PROJECT HERO ==================== */

.project-hero {
    padding: 160px 0 80px;
    background-color: #f7f6f2;
    position: relative;
    overflow: hidden;
}

.project-hero::before {
    content: '';
    position: absolute;
    top: -30%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(46, 125, 79, 0.08) 0%, transparent 60%);
    pointer-events: none;
}

.project-hero-inner {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
}

.project-hero-title {
    font-size: 3.6rem;
    font-weight: 800;
    line-height: 1.1;
    color: #0a1628;
    letter-spacing: -0.03em;
    margin-bottom: 24px;
    margin-top: 8px;
}

.italic-accent-green {
    font-family: 'Instrument Serif', Georgia, serif;
    font-style: italic;
    font-weight: 400;
    color: #2e7d4f;
}

.project-hero-desc {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #4b5563;
    max-width: 560px;
    margin-bottom: 32px;
}

.project-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* Logo Showcase */
.project-hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.logo-showcase {
    position: relative;
    width: 360px;
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-orbit {
    position: absolute;
    border-radius: 50%;
    border: 1px dashed rgba(10, 22, 40, 0.15);
    pointer-events: none;
}

.orbit-a {
    width: 100%;
    height: 100%;
    animation: rotate 60s linear infinite;
}

.orbit-b {
    width: 120%;
    height: 120%;
    border-color: rgba(200, 168, 78, 0.3);
    animation: rotate 90s linear infinite reverse;
}

.logo-badge {
    width: 72%;
    height: 72%;
    border-radius: 50%;
    background: linear-gradient(160deg, #ffffff 0%, #f0ece2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 30px 60px rgba(10, 22, 40, 0.18);
    border: 4px solid #ffffff;
    z-index: 2;
    padding: 32px;
}

.logo-badge img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.logo-label {
    position: absolute;
    bottom: -12%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0a1628;
    color: #ffffff;
    padding: 12px 28px;
    border-radius: 100px;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    display: flex;
    gap: 16px;
    z-index: 3;
    box-shadow: 0 10px 30px rgba(10, 22, 40, 0.2);
}

.logo-label span:first-child {
    color: #c8a84e;
    font-weight: 700;
}

/* Hero Numbers */
.project-hero-numbers {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 32px;
    background-color: #ffffff;
    border-radius: 20px;
    border: 1px solid #e5e7eb;
    position: relative;
    z-index: 2;
}

.num-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: center;
    padding: 8px;
    border-right: 1px solid #e5e7eb;
}

.num-item:last-child { border-right: none; }

.num-value {
    font-size: 1.8rem;
    font-weight: 800;
    color: #0a1628;
    letter-spacing: -0.02em;
}

.num-label {
    font-size: 0.72rem;
    font-weight: 600;
    color: #6b7280;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

/* ==================== PROBLEM SECTION ==================== */

.problem-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.problem-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
    align-items: start;
}

.problem-text p {
    font-size: 1rem;
    line-height: 1.8;
    color: #4b5563;
    margin-bottom: 18px;
    max-width: 480px;
}

.problem-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pb-item {
    display: flex;
    gap: 20px;
    padding: 24px 28px;
    background-color: #f7f6f2;
    border-radius: 16px;
    border-left: 3px solid #c8a84e;
    transition: all 0.3s ease;
}

.pb-item:hover {
    transform: translateX(4px);
    background-color: #ffffff;
    border-left-color: #2e7d4f;
    box-shadow: 0 10px 30px rgba(10, 22, 40, 0.06);
}

.pb-mark {
    flex-shrink: 0;
    font-family: 'Instrument Serif', serif;
    font-size: 1.4rem;
    font-weight: 400;
    color: #c8a84e;
}

.pb-item h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #0a1628;
    margin-bottom: 6px;
}

.pb-item p {
    font-size: 0.88rem;
    line-height: 1.6;
    color: #6b7280;
}

/* ==================== SOLUTION SECTION ==================== */

.solution-section {
    padding: 100px 0;
    background-color: #f7f6f2;
}

.section-lead {
    font-size: 1rem;
    line-height: 1.75;
    color: #4b5563;
    max-width: 620px;
    margin: 12px auto 0;
}

.section-head.center .section-lead {
    margin-left: auto;
    margin-right: auto;
}

.solution-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.solution-card {
    background-color: #ffffff;
    border-radius: 24px;
    padding: 40px 32px;
    border: 1px solid #e5e7eb;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.solution-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(10, 22, 40, 0.08);
    border-color: #c8a84e;
}

.solution-card-gold {
    background: linear-gradient(160deg, #ffffff 0%, #f0ece2 100%);
    border-color: #c8a84e;
}

.sol-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background-color: #0a1628;
    color: #c8a84e;
    font-family: 'Instrument Serif', serif;
    font-size: 1.3rem;
    border-radius: 14px;
    margin-bottom: 24px;
}

.solution-card-gold .sol-num {
    background-color: #c8a84e;
    color: #0a1628;
}

.solution-card h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0a1628;
    margin-bottom: 14px;
}

.solution-card > p {
    font-size: 0.92rem;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 24px;
}

.sol-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 20px;
    border-top: 1px solid rgba(10, 22, 40, 0.08);
}

.sol-list li {
    font-size: 0.85rem;
    color: #374151;
    padding-left: 20px;
    position: relative;
    line-height: 1.5;
}

.sol-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #2e7d4f;
    border-radius: 50%;
}

/* ==================== VISION & MISSION ==================== */

.vm-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.vm-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.vm-card {
    background-color: #f7f6f2;
    border-radius: 24px;
    padding: 50px 40px;
    border: 1px solid #e5e7eb;
    position: relative;
}

.vm-card-dark {
    background: linear-gradient(135deg, #0a1628 0%, #1a2d4a 100%);
    border-color: transparent;
    overflow: hidden;
}

.vm-card-dark::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -20%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(200, 168, 78, 0.15) 0%, transparent 60%);
    pointer-events: none;
}

.vm-tag {
    display: inline-block;
    font-family: 'Instrument Serif', serif;
    font-size: 1.1rem;
    font-style: italic;
    color: #c8a84e;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 2;
}

.vm-tag.light { color: #e8d9a8; }

.vm-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #0a1628;
    line-height: 1.4;
    letter-spacing: -0.01em;
    position: relative;
    z-index: 2;
}

.vm-title.light { color: #ffffff; }

/* ==================== PHASES ==================== */

.phases-section {
    padding: 100px 0;
    background-color: #f7f6f2;
}

.phases-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.phase-row {
    display: grid;
    grid-template-columns: 140px 1fr 140px;
    gap: 32px;
    align-items: center;
    background-color: #ffffff;
    padding: 28px 32px;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.phase-row:hover {
    border-color: #c8a84e;
    transform: translateX(4px);
    box-shadow: 0 10px 30px rgba(10, 22, 40, 0.06);
}

.phase-tag {
    font-family: 'Instrument Serif', serif;
    font-size: 1.1rem;
    color: #c8a84e;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.phase-body h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0a1628;
    margin-bottom: 6px;
}

.phase-body p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #6b7280;
    max-width: 640px;
}

.phase-status {
    font-size: 0.72rem;
    font-weight: 700;
    color: #2e7d4f;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 8px 16px;
    background-color: rgba(46, 125, 79, 0.1);
    border-radius: 100px;
    text-align: center;
    white-space: nowrap;
}

/* ==================== BUDGET ==================== */

.budget-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.budget-card {
    background: linear-gradient(135deg, #0a1628 0%, #1a2d4a 100%);
    border-radius: 32px;
    padding: 70px 60px;
    position: relative;
    overflow: hidden;
}

.budget-card::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -15%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(200, 168, 78, 0.12) 0%, transparent 60%);
    pointer-events: none;
}

.budget-head {
    max-width: 700px;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.budget-head p {
    font-size: 1rem;
    line-height: 1.75;
    color: #d1d5db;
    margin-top: 16px;
    max-width: 560px;
}

.budget-breakdown {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    z-index: 2;
}

.bd-item {
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 20px 24px;
}

.bd-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.bd-name {
    font-size: 0.95rem;
    font-weight: 600;
    color: #ffffff;
}

.bd-percent {
    font-family: 'Instrument Serif', serif;
    font-size: 1.4rem;
    color: #c8a84e;
    font-weight: 400;
}

.bd-bar {
    height: 6px;
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 100px;
    overflow: hidden;
    margin-bottom: 10px;
}

.bd-fill {
    height: 100%;
    border-radius: 100px;
    transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.bd-note {
    font-size: 0.82rem;
    color: #9ca3af;
    line-height: 1.5;
}

/* ==================== IMPACT ==================== */

.impact-section {
    padding: 100px 0;
    background-color: #f7f6f2;
}

.impact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.impact-card {
    background-color: #ffffff;
    padding: 36px 28px;
    border-radius: 20px;
    border: 1px solid #e5e7eb;
    text-align: center;
    transition: all 0.3s ease;
}

.impact-card:hover {
    transform: translateY(-6px);
    border-color: #c8a84e;
    box-shadow: 0 20px 40px rgba(10, 22, 40, 0.08);
}

.ic-value {
    display: block;
    font-family: 'Manrope', sans-serif;
    font-size: 2.4rem;
    font-weight: 800;
    color: #0a1628;
    letter-spacing: -0.03em;
    margin-bottom: 4px;
}

.ic-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    color: #c8a84e;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.impact-card p {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #6b7280;
}

/* ==================== PARTNER CTA ==================== */

.partner-cta {
    padding: 100px 0;
    background-color: #ffffff;
}

.partner-inner {
    background: linear-gradient(160deg, #f7f6f2 0%, #f0ece2 100%);
    border-radius: 32px;
    padding: 70px 60px;
    text-align: center;
    border: 1px solid #e5e7eb;
    max-width: 900px;
    margin: 0 auto;
}

.partner-text .section-title {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}

.partner-text p {
    font-size: 1rem;
    line-height: 1.75;
    color: #4b5563;
    max-width: 620px;
    margin: 0 auto 32px;
}

.partner-tags {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
}

.partner-tag {
    font-size: 0.82rem;
    font-weight: 600;
    color: #0a1628;
    padding: 8px 18px;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 100px;
    transition: all 0.3s ease;
}

.partner-tag:hover {
    border-color: #c8a84e;
    background-color: #c8a84e;
    color: #0a1628;
    transform: translateY(-2px);
}

.partner-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ==================== RESPONSIVE ==================== */

@media (max-width: 1100px) {

    .project-hero-title { font-size: 2.8rem; }
    .problem-grid { gap: 48px; }
    .solution-grid { grid-template-columns: 1fr; }
    .impact-grid { grid-template-columns: repeat(2, 1fr); }
    .budget-card { padding: 60px 40px; }
}

@media (max-width: 900px) {

    .project-hero-inner {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .project-hero-desc { margin-left: auto; margin-right: auto; }
    .project-hero-actions { justify-content: center; }

    .project-hero-numbers {
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }

    .num-item:nth-child(2) { border-right: none; }
    .num-item:nth-child(1),
    .num-item:nth-child(2) {
        padding-bottom: 20px;
        border-bottom: 1px solid #e5e7eb;
    }

    .problem-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .vm-grid { grid-template-columns: 1fr; }

    .phase-row {
        grid-template-columns: 1fr;
        gap: 12px;
        text-align: left;
    }

    .phase-status { justify-self: start; }
    .phase-tag { font-size: 1rem; }

    .partner-inner { padding: 60px 40px; }
}

@media (max-width: 768px) {

    .project-hero { padding: 130px 0 60px; }
    .project-hero-title { font-size: 2.2rem; }

    .logo-showcase { width: 280px; height: 280px; }

    .project-hero-numbers {
        padding: 20px;
    }

    .num-value { font-size: 1.4rem; }

    .problem-section, .solution-section, .vm-section,
    .phases-section, .budget-section, .impact-section, .partner-cta {
        padding: 70px 0;
    }

    .solution-card { padding: 32px 24px; }

    .vm-card { padding: 40px 28px; }
    .vm-title { font-size: 1.25rem; }

    .phase-row { padding: 24px 20px; }

    .budget-card {
        padding: 48px 28px;
        border-radius: 24px;
    }

    .bd-item { padding: 16px 18px; }
    .bd-percent { font-size: 1.2rem; }

    .impact-grid { grid-template-columns: 1fr; }
    .ic-value { font-size: 2rem; }

    .partner-inner {
        padding: 48px 24px;
        border-radius: 24px;
    }

    .partner-tags { gap: 8px; }
    .partner-tag { font-size: 0.78rem; padding: 6px 14px; }

    .partner-actions .btn { width: 100%; justify-content: center; }
}

@media (max-width: 480px) {

    .project-hero-title { font-size: 1.85rem; }
    .logo-showcase { width: 240px; height: 240px; }
    .logo-label { font-size: 0.7rem; padding: 10px 20px; gap: 12px; }
    .vm-title { font-size: 1.1rem; }
    .phase-tag { font-size: 0.9rem; }
}