.hero {
    padding: 132px 0 72px;
    max-width: 720px;
    opacity: 0;
    transform: translateY(16px);
    animation: fadeUp 0.6s ease 0.15s forwards;
}

.personal-note {
    font-size: 1.0625rem;
    font-weight: 300;
    color: var(--text-muted);
    line-height: 1.8;
    border-top: 1px solid var(--border);
    padding-top: 20px;
    margin-top: 24px !important;
}

.hero-label {
    font-size: 1.0625rem;
    font-weight: 500;
    /* letter-spacing: 0.1em; */
    /* text-transform: uppercase; */
    color: var(--text-muted);
    margin-bottom: 24px;
}

.hero h1 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(1.575rem, 0.875rem + 2.1vw, 2.8rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: var(--text);
    margin-bottom: 28px;
}

.hero-body {
    font-size: 1.0625rem;
    color: var(--text-muted);
    line-height: 1.8;
    font-weight: 300;
    max-width: 720px;
}

.hero-body p + p {
    margin-top: 14px;
}

.divider {
    width: 40px;
    height: 1px;
    background: var(--border);
    margin: 40px 0 40px;
    opacity: 0;
    animation: fadeUp 0.6s ease 0.3s forwards;
}

.cases-label {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 24px;
    opacity: 0;
    animation: fadeUp 0.6s ease 0.35s forwards;
}

.work-list {
    display: flex;
    flex-direction: column;
    padding-bottom: 96px;
}

.work-item {
    border-top: 1px solid var(--border);
    padding: 36px 0;
    text-decoration: none;
    color: var(--text);
    display: grid;
    grid-template-columns: 44% 1fr;
    gap: 40px;
    align-items: start;
    opacity: 0;
    transform: translateY(16px);
}

.work-item:last-child {
    border-bottom: 1px solid var(--border);
}

.work-item:nth-child(1) { animation: fadeUp 0.6s ease 0.4s forwards; }
.work-item:nth-child(2) { animation: fadeUp 0.6s ease 0.5s forwards; }
.work-item:nth-child(3) { animation: fadeUp 0.6s ease 0.6s forwards; }
.work-item:nth-child(4) { animation: fadeUp 0.6s ease 0.7s forwards; }

.work-thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: var(--thumb-bg);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.work-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.thumb-placeholder {
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-muted);
    opacity: 0.4;
}

.work-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-top: 4px;
}

.work-tag {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-muted);
}

.work-title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: var(--text);
    margin-top: 4px;
    transition: color 0.2s ease;
}

.work-desc {
    font-size: 0.9rem;
    font-weight: 300;
    color: var(--text-muted);
    line-height: 1.7;
    margin-top: 4px;
}

.work-arrow {
    margin-top: 16px;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: var(--accent);
    display: flex;
    align-items: center;
    gap: 6px;
}

.work-arrow svg { transition: transform 0.2s ease; }
.work-item:hover .work-title { color: var(--accent); }
.work-item:hover .work-arrow svg { transform: translateX(4px); }

footer {
    opacity: 0;
    animation: fadeUp 0.6s ease 0.7s forwards;
}

/* ─── About section ─── */

.about-section {
    /* border-top: 1px solid var(--border); */
    padding: 36px 0 96px;
    opacity: 0;
    transform: translateY(16px);
    animation: fadeUp 0.6s ease 0.8s forwards;
}

.about-grid {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 64px;
    margin-top: 32px;
    align-items: start;
}

.about-photo {
    width: 100%;
    aspect-ratio: 3 / 4;
    background: var(--thumb-bg);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.about-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-bio {
    font-size: 1.0625rem;
    color: var(--text-muted);
    line-height: 1.8;
    font-weight: 300;
    max-width: 600px;
}

.about-bio p + p {
    margin-top: 14px;
}

.about-timeline {
    margin-top: 48px;
}

.timeline-label {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 4px;
}

.timeline-item {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 24px;
    padding: 16px 0;
    border-top: 1px solid var(--border);
}

.timeline-period {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--text-muted);
    opacity: 0.6;
    padding-top: 3px;
    white-space: nowrap;
}

.timeline-detail {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.timeline-role {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text);
}

.timeline-company {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--accent);
    letter-spacing: 0.04em;
}

.timeline-desc {
    font-size: 0.875rem;
    font-weight: 300;
    color: var(--text-muted);
    line-height: 1.65;
    margin-top: 6px;
}

@media (max-width: 720px) {
    .hero { padding: 56px 0 48px; }
    .cases-grid { grid-template-columns: 1fr; }
    footer { flex-direction: column; align-items: flex-start; }

    .about-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .about-photo {
        max-width: 160px;
        aspect-ratio: 1 / 1;
    }

    .timeline-item {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .timeline-period {
        opacity: 0.5;
    }
}