main {
    padding: 20px 0 0;
}

.about-hero {
    margin-top: 5em;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.about-hero-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 55%;
}

.about-name {
    font-family: 'Neue Montreal', sans-serif;
    font-size: 86px;
    font-weight: 700;
    color: #202833;
    letter-spacing: -0.02em;
    text-transform: none;
    padding-bottom: 0px;
}

.about-role {
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 700;
    font-size: clamp(24px, 3.5vw, 40px);
    color: #4B2E21;
    line-height: 1.2;
}

.about-bio {
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    color: #202833;
    line-height: 1.7;
    max-width: 480px;
}

.about-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-filled {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 44px;
    background-color: #202833;
    color: #EAE0C8;
    border-radius: 999px;
    font-family: 'Neue Montreal', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 44px;
    background-color: transparent;
    color: #202833;
    border: 2px solid #202833;
    border-radius: 999px;
    font-family: 'Neue Montreal', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
}

.about-photo-wrapper {
    position: relative;
    width: 280px;
}

.about-photo-wrapper::before {
    content: '';
    position: absolute;
    top: -12px;
    left: -12px;
    width: 50px;
    height: 50px;
    border-top: 6px solid #FF8533;
    border-left: 6px solid #FF8533;
}

.about-photo-wrapper::after {
    content: '';
    position: absolute;
    bottom: -12px;
    right: -12px;
    width: 50px;
    height: 50px;
    border-bottom: 6px solid #FF8533;
    border-right: 6px solid #FF8533;
}

.about-hero-right {
    flex-shrink: 0;
    width: 280px;
    padding-top: 28px;
}

.about-photo {
    width: 280px;
    height: 360px;
    object-fit: cover;
    display: block;
}

/* SERVICES LIST */
.services-list {
    margin-top: 40px;
    margin-bottom: 80px;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 28px 0;
    border-bottom: 1.5px solid #202833;
    cursor: default;
    position: relative;
}

.service-item .arrow {
    font-size: 28px;
    color: #FF8533;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.service-name {
    position: relative;
    z-index: 2;
    font-family: 'Neue Montreal', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #202833;
}

.service-follow-img {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    pointer-events: none;
    z-index: 9998;
    opacity: 0;
    transition: opacity 0.3s ease;
    transform: translate(-50%, -50%);
}

.service-follow-img.visible {
    opacity: 1;
}

.service-follow-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

/* SKILLS */
.skills-intro {
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    color: #202833;
    line-height: 1.7;
    margin: 16px 0 32px;
}

.skills-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 80px;
}

.skill-card {
    background-color: #202833;
    border-radius: 16px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.skill-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.skill-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1.5px solid rgba(234, 224, 200, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.skill-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.skill-title {
    font-family: 'Neue Montreal', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #FF8533;
}

.skill-desc {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    color: rgba(234, 224, 200, 0.8);
    line-height: 1.6;
}

.skill-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
}

.tag {
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    color: #EAE0C8;
    border: 1px solid rgba(234, 224, 200, 0.3);
    border-radius: 999px;
    padding: 4px 12px;
}

.ticker-wrapper {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    overflow: hidden;
    padding: 20px 0;
    border-top: 1.5px solid #202833;
    border-bottom: 1.5px solid #202833;
    margin-bottom: 60px;
    margin-top: 150px;
}

.ticker-track {
    display: flex;
    align-items: center;
    gap: 32px;
    width: max-content;
    animation: ticker 30s linear infinite;
}

.ticker-track span {
    font-family: 'Neue Montreal', sans-serif;
    font-size: clamp(40px, 6vw, 72px);
    font-weight: 700;
    white-space: nowrap;
    letter-spacing: 0.05em;
}

.ticker-track span.blue {
    color: #202833;
    -webkit-text-stroke: 0;
}

.ticker-track span.orange {
    color: #FF8533;
    -webkit-text-stroke: 0;
}

.ticker-track .dot {
    color: #202833;
    -webkit-text-stroke: 0;
    font-size: 64px;
}

@keyframes ticker {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* DESIGN PROCESS */
.process-section {
    padding: 80px 0;
}

.process-title {
    font-family: 'Neue Montreal', sans-serif;
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 700;
    color: #4B2E21;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}

.process-intro {
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    color: #202833;
    line-height: 1.7;
    max-width: 480px;
    margin-bottom: 64px;
}

.process-item {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 32px;
    align-items: start;
    margin-bottom: 48px;
}

.process-icon {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 16px;
}

.process-icon img {
    width: 160px;
    height: 160px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(14%) sepia(20%) saturate(800%) hue-rotate(180deg) brightness(85%);
}

.process-number {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    position: relative;
}

.process-number span::before {
    content: '';
    position: absolute;
    right: 48px;
    top: 50%;
    width: 32px;
    height: 1.5px;
    background: #202833;
}

.process-number span::after {
    content: '';
    position: absolute;
    left: 48px;
    top: 50%;
    width: 32px;
    height: 1.5px;
    background: #202833;
}

.process-line {
    width: 1.5px;
    flex: 1;
    min-height: 200px;
    background: linear-gradient(to bottom, #202833, transparent);
}
.process-content {
    border: 1.5px solid #202833;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-color: #202833; /* donkerblauw */
}

.process-content h3 {
    font-family: 'Neue Montreal', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #FF8533;
}

.process-content p {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    color: rgba(234, 224, 200, 0.8);
    line-height: 1.7;
}

.process-number span {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1.5px solid #202833;
    background-color: #202833;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Neue Montreal', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #EAE0C8;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.service-hover-img {
    display: none;
}

.btn-filled,
.btn-outline {
    transition: transform 0.2s ease;
}

.cta-button {
  display: inline-block;
  transition: transform 0.2s ease;
}

.cta-button:hover {
  transform: scale(1.05);
}

@media (max-width: 768px) {

    .about-hero-left {
        max-width: 100%;
    }

    .about-name {
        padding-top: 0;
        font-size: 48px;
    }

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

    .process-item {
        grid-template-columns: 1fr;
    }

    .process-icon {
        display: none;
    }

    .about-hero {
        flex-direction: column;
        gap: 40px;
        margin-top: 1em;
    }

    .about-hero-right {
        width: 100%;
        padding-top: 0;
    }

    .about-photo-wrapper {
        width: 100%;
    }

    .about-photo {
        width: 100%;
        height: auto;
    }

}