/* Kor Photographie - Custom Styles */

/* Typography */
body {
    font-family: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 300;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}

h1 {
    font-size: 3rem;
    margin: 1.5rem 0;
}

h2 {
    font-size: 2.25rem;
    margin: 2rem 0 1rem 0;
    color: #1a1a1a;
}

p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.flow-text {
    font-weight: 300;
}

/* Navigation */
nav {
    box-shadow: none;
    border-bottom: 1px solid #e0e0e0;
}

nav .brand-logo {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.8rem;
}

nav ul a {
    font-size: 0.95rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

nav ul a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

nav ul li.active {
    background-color: rgba(255, 255, 255, 0.05);
}

/* Hero Section */
.hero-section {
    position: relative;
    min-height: 600px;
    overflow: hidden;
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0.6);
    z-index: 0;
}

.hero-overlay {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
    padding: 100px 20px;
    width: 100%;
}

.hero-overlay h1 {
    font-size: 4rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
    color: white;
}

.hero-overlay p {
    font-size: 1.5rem;
    font-weight: 300;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
    color: white;
}

/* Hero Intro */
.hero-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 2rem auto;
    padding: 2rem 0;
}

.hero-intro .flow-text {
    font-size: 1.3rem;
    line-height: 1.8;
    color: #555;
}

/* Cards */
.card {
    border-radius: 4px;
    transition: all 0.3s ease;
}

.card.hoverable:hover {
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    transform: translateY(-4px);
}

.card .card-image {
    position: relative;
    overflow: hidden;
}

.card .card-image img {
    transition: transform 0.5s ease;
}

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

.card .card-title {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    padding: 24px;
    bottom: 0;
    width: 100%;
}

.card .card-content {
    min-height: 180px;
}

.card .card-action a {
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.card .card-action a:hover {
    color: #424242;
}

/* Sections */
.section {
    padding: 2rem 0;
}

/* Links */
a {
    color: #000;
    transition: color 0.3s ease;
}

a:hover {
    color: #424242;
}

/* Signature */
.signature {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-style: italic;
    text-align: right;
    margin-top: 2rem;
}

/* Lists */
ul:not(.browser-default) li {
    list-style-position: inside;
    margin-bottom: 0.5rem;
}

/* Footer */
.page-footer {
    padding-top: 20px;
}

.page-footer h5 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}

/* Content Pages */
.content-page {
    margin-top: 2rem;
}

.content-page img {
    width: 100%;
    height: auto;
    margin: 2rem 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* Responsive */
@media only screen and (max-width: 992px) {
    .hero-overlay h1 {
        font-size: 3rem;
    }

    .hero-overlay p {
        font-size: 1.2rem;
    }

    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 2rem;
    }

    .hero-section {
        height: 400px;
    }
}

@media only screen and (max-width: 600px) {
    .hero-section {
        min-height: 400px;
    }

    .hero-image {
        min-height: 400px;
    }

    .hero-overlay {
        padding: 60px 20px;
    }

    .hero-overlay h1 {
        font-size: 2.5rem;
    }

    .hero-overlay p {
        font-size: 1rem;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.75rem;
    }

    .card .card-content {
        min-height: auto;
    }
}

/* Smooth Scroll */
html {
    scroll-behavior: smooth;
}

/* Image Galleries */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 2rem 0;
}

.gallery-grid img {
    width: 100%;
    height: auto;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-grid img:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

/* Utility Classes */
.text-center {
    text-align: center;
}

.mt-2 {
    margin-top: 2rem;
}

.mb-2 {
    margin-bottom: 2rem;
}
