/* Theme: Museum - Day 13 (Letter M): Inspired by art galleries, classical architecture, marble columns, exhibition spaces, curated collections, renaissance paintings, sculpture gardens, archival preservation, cultural heritage, sophisticated displays */

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

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 92px;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 17.5px;
    line-height: 1.85;
    color: #2b2621;
    background: linear-gradient(170deg, #fdfcfb 0%, #f7f5f2 22%, #faf8f5 48%, #f2efe9 72%, #fbfaf8 100%);
    overflow-x: hidden;
    position: relative;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 18% 12%, rgba(139, 119, 101, 0.03) 0%, transparent 55%),
        radial-gradient(circle at 82% 88%, rgba(169, 149, 131, 0.04) 0%, transparent 52%);
    pointer-events: none;
    z-index: 0;
}

body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 55px, rgba(139, 119, 101, 0.01) 55px, rgba(139, 119, 101, 0.01) 56px),
        repeating-linear-gradient(90deg, transparent, transparent 55px, rgba(139, 119, 101, 0.01) 55px, rgba(139, 119, 101, 0.01) 56px);
    pointer-events: none;
    z-index: 0;
}

#topnav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(253, 252, 251, 0.96);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(139, 119, 101, 0.18);
    box-shadow: 0 1px 12px rgba(43, 38, 33, 0.04);
    transition: all 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}

#topnav.scrolled {
    background: rgba(253, 252, 251, 0.98);
    box-shadow: 0 2px 18px rgba(43, 38, 33, 0.08);
    border-bottom-color: rgba(139, 119, 101, 0.25);
}

.nav-container {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 4.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 92px;
}

.logo h1 {
    font-family: 'Playfair Display', serif;
    font-size: 1.68rem;
    font-weight: 700;
    color: #2b2621;
    margin: 0;
    letter-spacing: 0.85px;
    position: relative;
    padding-left: 3.05rem;
}

.logo h1::before {
    content: '◆';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.48rem;
    color: #8b7765;
    animation: museumShine 5.5s ease-in-out infinite;
}

@keyframes museumShine {
    0%, 100% {
        opacity: 0.68;
        transform: translateY(-50%) scale(1);
    }
    50% {
        opacity: 1;
        transform: translateY(-50%) scale(1.15);
    }
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 0.15rem;
}

.nav-menu li a {
    display: block;
    padding: 0.88rem 1.85rem;
    color: #2b2621;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.91rem;
    transition: all 0.32s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    letter-spacing: 0.95px;
    border-radius: 0;
}

.nav-menu li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(139, 119, 101, 0.06);
    opacity: 0;
    transition: opacity 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-menu li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #8b7765;
    transition: width 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-menu li a:hover::before,
.nav-menu li a.active::before {
    opacity: 1;
}

.nav-menu li a:hover::after,
.nav-menu li a.active::after {
    width: 100%;
}

.nav-menu li a:hover,
.nav-menu li a.active {
    color: #8b7765;
}

.mobile-toggle {
    display: none;
    background: #8b7765;
    border: none;
    color: #fdfcfb;
    font-size: 1.62rem;
    width: 52px;
    height: 52px;
    cursor: pointer;
    transition: all 0.32s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 0;
    box-shadow: 0 4px 16px rgba(139, 119, 101, 0.28);
}

.mobile-toggle:hover {
    transform: scale(1.06);
    box-shadow: 0 6px 22px rgba(139, 119, 101, 0.38);
}

#hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 168px 0 118px;
    position: relative;
    overflow: hidden;
}

#hero::before {
    content: '';
    position: absolute;
    top: -42%;
    right: -32%;
    width: 850px;
    height: 850px;
    background: radial-gradient(circle, rgba(139, 119, 101, 0.08) 0%, transparent 65%);
    animation: museumFloat 48s ease-in-out infinite;
}

#hero::after {
    content: '';
    position: absolute;
    bottom: -38%;
    left: -28%;
    width: 820px;
    height: 820px;
    background: radial-gradient(circle, rgba(169, 149, 131, 0.06) 0%, transparent 65%);
    animation: museumFloat 54s ease-in-out infinite reverse;
}

@keyframes museumFloat {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 0.55;
    }
    33% {
        transform: translate(42px, -38px) rotate(8deg);
        opacity: 0.82;
    }
    66% {
        transform: translate(-38px, 42px) rotate(-8deg);
        opacity: 0.68;
    }
}

.hero-content {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 4.2rem;
    display: grid;
    grid-template-columns: 1.45fr 1fr;
    gap: 7.8rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-text {
    animation: museumReveal 1.42s cubic-bezier(0.4, 0, 0.2, 1) 0s both;
}

@keyframes museumReveal {
    0% {
        opacity: 0;
        transform: translateY(58px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-text h1 {
    font-family: 'Playfair Display', serif;
    font-size: 5.68rem;
    font-weight: 800;
    line-height: 1.12;
    margin-bottom: 2.95rem;
    color: #2b2621;
    letter-spacing: -1.22px;
}

.hero-text h1 br {
    display: block;
}

.hero-subtitle {
    font-size: 1.58rem;
    color: #5a524d;
    margin-bottom: 4.15rem;
    line-height: 1.72;
    font-weight: 400;
    letter-spacing: 0.28px;
}

.hero-buttons {
    display: flex;
    gap: 2.35rem;
    flex-wrap: wrap;
}

.btn {
    display: inline-block;
    padding: 1.48rem 3.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.38s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1.08rem;
    letter-spacing: 0.85px;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    overflow: hidden;
}

.btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.18);
    transform: translate(-50%, -50%);
    transition: width 0.68s, height 0.68s;
}

.btn:hover::before {
    width: 400px;
    height: 400px;
}

.btn-primary {
    background: #8b7765;
    color: #fdfcfb;
    border: none;
    box-shadow: 0 8px 28px rgba(139, 119, 101, 0.28);
}

.btn-primary:hover {
    transform: translateY(-3.5px);
    box-shadow: 0 12px 38px rgba(139, 119, 101, 0.38);
    background: #7a6858;
}

.btn-secondary {
    background: transparent;
    color: #8b7765;
    border: 1.5px solid #8b7765;
    box-shadow: 0 6px 22px rgba(139, 119, 101, 0.15);
}

.btn-secondary:hover {
    background: #8b7765;
    color: #fdfcfb;
    transform: translateY(-3.5px);
    box-shadow: 0 10px 32px rgba(139, 119, 101, 0.28);
}

.hero-image {
    animation: museumReveal 1.42s cubic-bezier(0.4, 0, 0.2, 1) 0.32s both;
}

.profile-card {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(24px);
    padding: 3.15rem;
    box-shadow: 
        0 0 0 1px rgba(139, 119, 101, 0.12),
        0 18px 58px rgba(43, 38, 33, 0.12);
    transition: all 0.48s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    border-radius: 0;
}

.profile-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #8b7765 0%, #a99583 50%, #8b7765 100%);
}

.profile-card::after {
    content: '◆';
    position: absolute;
    bottom: 32px;
    right: 32px;
    font-size: 4.25rem;
    color: rgba(139, 119, 101, 0.04);
}

.profile-card:hover {
    transform: translateY(-12px) scale(1.015);
    box-shadow: 
        0 0 0 1px rgba(139, 119, 101, 0.22),
        0 28px 78px rgba(43, 38, 33, 0.18);
}

.profile-card img {
    width: 100%;
    margin-bottom: 2.48rem;
    box-shadow: 0 12px 38px rgba(43, 38, 33, 0.15);
    border-radius: 0;
}

.profile-details h3 {
    font-family: 'Playfair Display', serif;
    font-size: 2.85rem;
    margin-bottom: 0.95rem;
    color: #2b2621;
    font-weight: 700;
    letter-spacing: -0.38px;
}

.profile-details p {
    color: #5a524d;
    margin-bottom: 2.68rem;
    line-height: 1.72;
    font-weight: 400;
}

.social-links a {
    display: inline-block;
    padding: 1.32rem 3.25rem;
    background: #8b7765;
    color: #fdfcfb;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.85px;
    transition: all 0.38s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 0;
    box-shadow: 0 8px 28px rgba(139, 119, 101, 0.28);
    font-family: 'Montserrat', sans-serif;
}

.social-links a:hover {
    background: #7a6858;
    transform: translateY(-3px);
    box-shadow: 0 12px 38px rgba(139, 119, 101, 0.38);
}

section {
    padding: 128px 0;
    position: relative;
    z-index: 1;
}

.container {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 4.2rem;
}

.section-header {
    text-align: center;
    margin-bottom: 6.85rem;
    position: relative;
}

.section-header::before {
    content: '◆';
    position: absolute;
    top: -58px;
    left: 50%;
    transform: translateX(-50%);
    color: #8b7765;
    font-size: 1.28rem;
    opacity: 0.58;
}

.section-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 4.95rem;
    font-weight: 800;
    line-height: 1.18;
    color: #2b2621;
    letter-spacing: -0.95px;
    position: relative;
    display: inline-block;
}

.section-header h2::after {
    content: '';
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 95px;
    height: 1px;
    background: #8b7765;
}

#experience {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(12px);
}

.timeline {
    position: relative;
    max-width: 1350px;
    margin: 0 auto;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 295px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(139, 119, 101, 0.25);
}

.timeline-item {
    display: grid;
    grid-template-columns: 585px 1fr;
    gap: 6.85rem;
    margin-bottom: 6.25rem;
    position: relative;
}

.timeline-year {
    font-family: 'Playfair Display', serif;
    font-size: 6.85rem;
    font-weight: 800;
    color: rgba(139, 119, 101, 0.18);
    position: relative;
    z-index: 2;
    text-align: right;
    padding-right: 6.15rem;
    letter-spacing: -2.85px;
}

.timeline-year::after {
    content: '';
    position: absolute;
    right: -115px;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 9px;
    background: #8b7765;
    border-radius: 50%;
    box-shadow: 
        0 0 0 8px rgba(253, 252, 251, 1),
        0 0 0 9px rgba(139, 119, 101, 0.25);
    animation: museumPulse 4.2s ease-in-out infinite;
}

@keyframes museumPulse {
    0%, 100% {
        box-shadow: 
            0 0 0 8px rgba(253, 252, 251, 1),
            0 0 0 9px rgba(139, 119, 101, 0.25);
        transform: translateY(-50%) scale(1);
    }
    50% {
        box-shadow: 
            0 0 0 8px rgba(253, 252, 251, 1),
            0 0 0 18px rgba(139, 119, 101, 0.35);
        transform: translateY(-50%) scale(1.22);
    }
}

.timeline-content {
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(18px);
    padding: 3.55rem;
    transition: all 0.42s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 32px rgba(43, 38, 33, 0.08);
    position: relative;
    border-radius: 0;
    border-left: 1px solid rgba(139, 119, 101, 0.22);
}

.timeline-content:hover {
    transform: translateX(12px);
    box-shadow: 0 16px 48px rgba(43, 38, 33, 0.14);
    border-left-color: #8b7765;
    background: rgba(255, 255, 255, 0.95);
}

.timeline-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 2.68rem;
    margin-bottom: 0.82rem;
    color: #2b2621;
    font-weight: 700;
    letter-spacing: -0.42px;
}

.timeline-content h4 {
    color: #8b7765;
    font-size: 1.35rem;
    margin-bottom: 1.95rem;
    font-weight: 600;
}

.timeline-content p {
    color: #5a524d;
    line-height: 1.85;
    margin: 0;
}

.timeline-content a {
    color: #8b7765;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: all 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

.timeline-content a:hover {
    border-bottom-color: #8b7765;
    color: #7a6858;
}

#ai {
    background: rgba(247, 245, 242, 0.52);
    backdrop-filter: blur(12px);
}

.ai-projects {
    display: grid;
    gap: 4.55rem;
}

.project-card {
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(18px);
    padding: 4.55rem;
    transition: all 0.42s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    box-shadow: 0 12px 42px rgba(43, 38, 33, 0.10);
    border-radius: 0;
    border-top: 3px solid #8b7765;
}

.project-card::after {
    content: '◆';
    position: absolute;
    top: 48px;
    right: 48px;
    font-size: 5.85rem;
    color: rgba(139, 119, 101, 0.04);
}

.project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 68px rgba(43, 38, 33, 0.16);
    background: rgba(255, 255, 255, 0.96);
}

.project-header {
    display: flex;
    align-items: center;
    gap: 2.25rem;
    margin-bottom: 1.68rem;
}

.project-header h3 {
    font-family: 'Playfair Display', serif;
    font-size: 3.45rem;
    color: #2b2621;
    margin: 0;
    font-weight: 700;
    letter-spacing: -0.58px;
}

.project-client {
    color: #8b7765;
    font-weight: 600;
    font-size: 1.28rem;
    margin-bottom: 2.85rem;
}

.project-card > p {
    color: #5a524d;
    line-height: 1.85;
    margin-bottom: 3.35rem;
}

.project-impact {
    background: rgba(139, 119, 101, 0.05);
    padding: 2.55rem;
    color: #2b2621;
    line-height: 1.85;
    border-radius: 0;
    border-left: 3px solid #8b7765;
}

.project-impact strong {
    color: #8b7765;
    font-weight: 700;
}

#speaking {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(12px);
}

.speaking-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4.55rem;
}

.year-section {
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(18px);
    padding: 3.85rem;
    transition: all 0.42s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 32px rgba(43, 38, 33, 0.08);
    border-radius: 0;
    position: relative;
    border-top: 1px solid rgba(139, 119, 101, 0.22);
}

.year-section:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(43, 38, 33, 0.14);
    border-top-color: #8b7765;
    background: rgba(255, 255, 255, 0.95);
}

.year-section h3 {
    font-family: 'Playfair Display', serif;
    font-size: 4.45rem;
    margin-bottom: 3.35rem;
    color: #2b2621;
    text-align: center;
    padding-bottom: 2.55rem;
    border-bottom: 1px solid rgba(139, 119, 101, 0.18);
    font-weight: 700;
    letter-spacing: -0.72px;
}

.year-section.books {
    grid-column: span 2;
    background: #8b7765;
    border-top-color: #7a6858;
}

.year-section.books h3 {
    color: #fdfcfb;
    border-bottom-color: rgba(253, 252, 251, 0.22);
}

.achievements {
    list-style: none;
}

.achievements li {
    padding: 1.75rem 0;
    color: #5a524d;
    border-bottom: 1px solid rgba(43, 38, 33, 0.06);
    line-height: 1.85;
    position: relative;
    padding-left: 2.95rem;
}

.achievements li::before {
    content: '◆';
    position: absolute;
    left: 0;
    top: 1.75rem;
    color: #8b7765;
    font-size: 0.88rem;
}

.year-section.books .achievements li {
    color: rgba(253, 252, 251, 0.95);
    border-bottom-color: rgba(253, 252, 251, 0.18);
}

.year-section.books .achievements li::before {
    color: #fdfcfb;
}

.achievements li:last-child {
    border-bottom: none;
}

.achievements strong {
    color: #2b2621;
    font-weight: 700;
}

.year-section.books .achievements strong {
    color: #fdfcfb;
}

#personal {
    background: rgba(247, 245, 242, 0.52);
    backdrop-filter: blur(12px);
}

#contact {
    background: rgba(139, 119, 101, 0.04);
    backdrop-filter: blur(12px);
}

.contact-card {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(28px);
    padding: 7.25rem 6.55rem;
    text-align: center;
    box-shadow: 0 24px 72px rgba(43, 38, 33, 0.12);
    max-width: 1350px;
    margin: 0 auto;
    border-radius: 0;
    border: 1px solid rgba(139, 119, 101, 0.15);
}

.contact-card h2 {
    font-family: 'Playfair Display', serif;
    font-size: 5.68rem;
    margin-bottom: 3.35rem;
    color: #2b2621;
    font-weight: 800;
    letter-spacing: -0.95px;
}

.contact-card > p {
    font-size: 1.52rem;
    color: #5a524d;
    line-height: 1.85;
    margin-bottom: 5.45rem;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

.contact-info {
    display: flex;
    justify-content: center;
    gap: 3.35rem;
    flex-wrap: wrap;
}

.contact-link {
    display: flex;
    align-items: center;
    gap: 1.85rem;
    padding: 1.85rem 4.55rem;
    background: #8b7765;
    color: #fdfcfb;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.85px;
    transition: all 0.38s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 0;
    box-shadow: 0 12px 38px rgba(139, 119, 101, 0.28);
    font-family: 'Montserrat', sans-serif;
}

.contact-link:hover {
    background: #7a6858;
    transform: translateY(-3.5px);
    box-shadow: 0 18px 52px rgba(139, 119, 101, 0.38);
}

.contact-link .icon {
    font-size: 2.28rem;
}

#footer {
    background: #2b2621;
    padding: 5.45rem 0;
    text-align: center;
    color: rgba(253, 252, 251, 0.68);
    border-top: 1px solid rgba(139, 119, 101, 0.35);
}

#footer a {
    color: #8b7765;
    text-decoration: none;
    transition: color 0.32s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 600;
}

#footer a:hover {
    color: #a99583;
}

@media screen and (max-width: 1200px) {
    .hero-content {
        grid-template-columns: 1fr;
        gap: 5.55rem;
        text-align: center;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-image {
        max-width: 595px;
        margin: 0 auto;
    }

    .speaking-grid {
        grid-template-columns: 1fr;
    }

    .year-section.books {
        grid-column: span 1;
    }
}

@media screen and (max-width: 900px) {
    .nav-container {
        padding: 0 2.85rem;
        height: 82px;
    }

    html {
        scroll-padding-top: 82px;
    }

    .nav-menu {
        position: fixed;
        top: 82px;
        left: 0;
        right: 0;
        background: rgba(253, 252, 251, 0.98);
        backdrop-filter: blur(18px);
        flex-direction: column;
        padding: 3.85rem;
        gap: 0;
        box-shadow: 0 18px 52px rgba(43, 38, 33, 0.12);
        transform: translateY(-150%);
        transition: transform 0.48s cubic-bezier(0.4, 0, 0.2, 1);
        border-bottom: 1px solid rgba(139, 119, 101, 0.18);
    }

    .nav-menu.active {
        transform: translateY(0);
    }

    .nav-menu li {
        width: 100%;
    }

    .nav-menu li a {
        width: 100%;
        text-align: center;
        padding: 1.48rem;
        border-bottom: 1px solid rgba(43, 38, 33, 0.05);
    }

    .nav-menu li a::after {
        display: none;
    }

    .mobile-toggle {
        display: block;
    }

    .hero-text h1 {
        font-size: 4.35rem;
    }

    .section-header h2 {
        font-size: 3.85rem;
    }

    .timeline::before {
        left: 48px;
    }

    .timeline-item {
        grid-template-columns: 1fr;
        gap: 3.75rem;
        margin-bottom: 6.25rem;
        padding-left: 7.85rem;
    }

    .timeline-year {
        text-align: left;
        padding-right: 0;
    }

    .timeline-year::after {
        left: -115px;
        right: auto;
    }

    .contact-card {
        padding: 5.85rem 4.65rem;
    }
}

@media screen and (max-width: 600px) {
    .container {
        padding: 0 2.45rem;
    }

    .nav-container {
        padding: 0 2.45rem;
        height: 76px;
    }

    html {
        scroll-padding-top: 76px;
    }

    #hero {
        padding: 132px 0 98px;
    }

    .hero-text h1 {
        font-size: 3.35rem;
    }

    .hero-subtitle {
        font-size: 1.35rem;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .btn {
        width: 100%;
        text-align: center;
    }

    section {
        padding: 98px 0;
    }

    .section-header {
        margin-bottom: 5.55rem;
    }

    .section-header h2 {
        font-size: 3.15rem;
    }

    .profile-card {
        padding: 2.45rem;
    }

    .timeline-item {
        padding-left: 5.95rem;
    }

    .timeline-content {
        padding: 2.95rem;
    }

    .project-card {
        padding: 3.75rem 2.95rem;
    }

    .contact-card {
        padding: 5.25rem 2.95rem;
    }

    .contact-card h2 {
        font-size: 4.15rem;
    }

    .contact-info {
        flex-direction: column;
    }

    .contact-link {
        justify-content: center;
        padding: 1.52rem 2.95rem;
        font-size: 1.02rem;
    }
}