/* ===================================
   TV Psychologen - Premium One-Pager
   Inspired by olsonkundig.com aesthetic
   =================================== */

/* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 17px;
    line-height: 1.7;
    color: #F5F5F5;
    background-color: #343434;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Typography */
h1, h2, h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 600;
    line-height: 1.2;
    color: #FFFFFF;
}

h1 {
    font-size: 4.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

h2 {
    font-size: 3rem;
    margin-bottom: 3rem;
}

h3 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
}

p {
    margin-bottom: 1.5rem;
    color: #E8E8E8;
}

a {
    color: #F5F5F5;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #C4A574;
}

/* Container & Layout */
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 80px;
}

section {
    padding: 120px 0;
    position: relative;
}

/* Section Titles */
.section-title {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: #C4A574;
}

/* ===================================
   HERO SECTION
   =================================== */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 100px 0;
    background: linear-gradient(135deg, #2a2a2a 0%, #343434 100%);
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.hero-title {
    margin-bottom: 1rem;
    font-size: 5rem;
}

.hero-subtitle {
    font-size: 1.5rem;
    color: #C4A574;
    font-style: italic;
    margin-bottom: 2.5rem;
    font-family: 'Playfair Display', serif;
}

.hero-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #D5D5D5;
    max-width: 600px;
}

.hero-image {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}

.hero-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease;
}

.hero-image:hover img {
    transform: scale(1.02);
}

/* ===================================
   OVER ONS SECTION
   =================================== */
.about {
    background-color: #2E2E2E;
}

.about-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.about-text-centered {
    font-size: 1.15rem;
    line-height: 1.9;
    color: #D5D5D5;
    margin-bottom: 0;
}

.about-text p {
    font-size: 1.05rem;
    line-height: 1.9;
    margin-bottom: 2rem;
}

.about-image {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}

.about-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* ===================================
   TEAM SECTION
   =================================== */
.team {
    background-color: #343434;
}

.team-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    margin-top: 60px;
}

.team-member {
    text-align: left;
}

.team-image {
    width: 100%;
    height: 650px;
    overflow: hidden;
    margin-bottom: 2rem;
    border-radius: 2px;
    background-color: #2a2a2a;
}

.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.6s ease;
}

/* Adjust Erwin's image positioning to show more headroom */
.team-member:first-child .team-image img {
    object-position: center top;
}

.team-member:hover .team-image img {
    transform: scale(1.05);
}

.team-name {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: #FFFFFF;
}

.team-title {
    font-size: 1rem;
    color: #C4A574;
    font-style: italic;
    margin-bottom: 2rem;
    font-family: 'Playfair Display', serif;
}

.team-bio p {
    font-size: 0.95rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #D5D5D5;
}

.team-bio strong {
    color: #C4A574;
    font-weight: 600;
}

.team-education {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1.5rem;
}

.team-education li {
    font-size: 0.9rem;
    line-height: 1.8;
    color: #D5D5D5;
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.5rem;
}

.team-education li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #C4A574;
    font-size: 1.2rem;
}

.team-extra {
    font-size: 0.9rem;
    line-height: 1.8;
    color: #D5D5D5;
    margin-top: 1.5rem;
}

.team-extra a {
    color: #C4A574;
    text-decoration: underline;
    text-decoration-color: rgba(196, 165, 116, 0.3);
    transition: all 0.3s ease;
}

.team-extra a:hover {
    text-decoration-color: #C4A574;
}

/* ===================================
   WERKWIJZE SECTION
   =================================== */
.werkwijze {
    background-color: #2E2E2E;
}

.werkwijze-intro {
    text-align: center;
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto 5rem;
    color: #D5D5D5;
    line-height: 1.8;
}

.werkwijze-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    margin-top: 4rem;
}

.werkwijze-item {
    text-align: center;
    padding: 3rem 2rem;
    background-color: #3a3a3a;
    border-radius: 2px;
    transition: all 0.4s ease;
    border: 1px solid transparent;
}

.werkwijze-item:hover {
    transform: translateY(-5px);
    border-color: #C4A574;
    background-color: #404040;
}

.werkwijze-icon {
    margin-bottom: 2rem;
    color: #C4A574;
}

.werkwijze-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #FFFFFF;
}

.werkwijze-item p {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #D5D5D5;
    text-align: left;
}

/* ===================================
   VOOR WIE SECTION
   =================================== */
.voor-wie {
    background-color: #343434;
}

.voor-wie-intro {
    text-align: center;
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto 4rem;
    color: #D5D5D5;
}

.voor-wie-extra {
    text-align: center;
    max-width: 800px;
    margin: 5rem auto 0;
}

.voor-wie-extra h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #FFFFFF;
    font-family: 'Playfair Display', Georgia, serif;
}

.voor-wie-extra p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #D5D5D5;
    margin-bottom: 0;
}

.voor-wie-list {
    display: grid;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.voor-wie-item {
    padding: 3rem;
    background-color: #2E2E2E;
    border-left: 3px solid #C4A574;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.voor-wie-item:hover {
    background-color: #3a3a3a;
    transform: translateX(10px);
}

.voor-wie-item h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #FFFFFF;
}

.voor-wie-item p {
    font-size: 1rem;
    line-height: 1.8;
    color: #D5D5D5;
    margin-bottom: 0;
}

/* ===================================
   PROJECTEN SECTION
   =================================== */
.projecten {
    background-color: #2E2E2E;
}

.projecten-intro {
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 4rem;
    color: #D5D5D5;
}

.projecten-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    margin-top: 3rem;
}

.project-item {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    background-color: #1a1a1a;
    cursor: pointer;
    transition: all 0.4s ease;
    aspect-ratio: 16/9;
}

.project-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.project-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.project-item:hover img {
    transform: scale(1.1);
}

/* ===================================
   CONTACT SECTION
   =================================== */
.contact {
    background-color: #343434;
}

.contact-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.contact-intro {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    color: #D5D5D5;
}

.contact-text {
    font-size: 1.1rem;
    margin-bottom: 4rem;
    color: #C4A574;
    font-style: italic;
    font-family: 'Playfair Display', serif;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-top: 3rem;
    text-align: left;
}

.contact-person {
    padding: 3rem;
    background-color: #2E2E2E;
    border-radius: 2px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.contact-person:hover {
    border-color: #C4A574;
    transform: translateY(-5px);
}

.contact-person h3 {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
    color: #FFFFFF;
}

.contact-role {
    font-size: 1rem;
    color: #C4A574;
    font-style: italic;
    margin-bottom: 2rem;
    font-family: 'Playfair Display', serif;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-link {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
    color: #E8E8E8;
    transition: all 0.3s ease;
    padding: 0.5rem 0;
}

.contact-link svg {
    flex-shrink: 0;
}

.contact-link:hover {
    color: #C4A574;
    transform: translateX(5px);
}

/* Contact Button Styling */
.contact-button {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background-color: transparent;
    border: 1px solid #C4A574;
    color: #C4A574;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 2px;
    transition: all 0.3s ease;
    text-align: center;
}

.contact-button:hover {
    background-color: #C4A574;
    color: #2E2E2E;
    transform: translateY(-2px);
}

/* ===================================
   FOOTER
   =================================== */
.footer {
    background-color: #2a2a2a;
    padding: 3rem 0;
    text-align: center;
    border-top: 1px solid #404040;
}

.footer p {
    margin: 0;
    font-size: 0.9rem;
    color: #999;
}

/* ===================================
   RESPONSIVE DESIGN
   =================================== */

@media (max-width: 1200px) {
    .container {
        padding: 0 60px;
    }
    
    h1 {
        font-size: 3.5rem;
    }
    
    .hero-title {
        font-size: 4rem;
    }
}

@media (max-width: 992px) {
    section {
        padding: 80px 0;
    }
    
    .container {
        padding: 0 40px;
    }
    
    h1 {
        font-size: 3rem;
    }
    
    h2 {
        font-size: 2.5rem;
    }
    
    .hero-title {
        font-size: 3.5rem;
    }
    
    .hero-content,
    .team-grid,
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .werkwijze-grid,
    .projecten-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .team-image {
        height: 550px;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 16px;
    }
    
    section {
        padding: 60px 0;
    }
    
    .container {
        padding: 0 24px;
    }
    
    h1 {
        font-size: 2.5rem;
    }
    
    h2 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    
    h3 {
        font-size: 1.5rem;
    }
    
    .hero {
        min-height: auto;
        padding: 60px 0;
    }
    
    .hero-title {
        font-size: 2.8rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    .hero-content {
        gap: 30px;
    }
    
    .about-content,
    .team-grid {
        gap: 40px;
    }
    
    .werkwijze-intro,
    .contact-intro {
        font-size: 1.05rem;
    }
    
    .werkwijze-item,
    .voor-wie-item,
    .contact-person {
        padding: 2rem 1.5rem;
    }
    
    .team-image {
        height: 500px;
    }
    
    .contact-grid {
        gap: 30px;
    }
    
    .section-title::after {
        width: 40px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 20px;
    }
    
    section {
        padding: 50px 0;
    }
    
    h1 {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 1.75rem;
    }
    
    .hero-title {
        font-size: 2.2rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .team-image {
        height: 450px;
    }
    
    .werkwijze-item,
    .voor-wie-item,
    .contact-person {
        padding: 1.5rem;
    }
    
    .contact-link {
        font-size: 0.9rem;
    }
}

/* ===================================
   SMOOTH ANIMATIONS
   =================================== */

@media (prefers-reduced-motion: no-preference) {
    section {
        animation: fadeIn 0.6s ease-in;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===================================
   PRINT STYLES
   =================================== */

@media print {
    body {
        background-color: white;
        color: black;
    }
    
    .hero,
    section {
        page-break-inside: avoid;
    }
}
