/*
Theme Name: ERIC KIM AI
Theme URI: https://erickimphotography.com
Author: Eric Kim
Author URI: https://erickimphotography.com
Description: Ultra-minimal, AI and ChatGPT optimized WordPress theme for ERIC KIM.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: erickim-ai
*/

html,
body {
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;
    background: #ffffff;
    color: #111111;
}

body {
    line-height: 1.7;
    font-size: 18px;
}

a {
    color: #111111;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.site-wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 24px 16px 64px;
}

.site-header {
    margin-bottom: 32px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 16px;
}

.site-title a {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.site-tagline {
    margin-top: 8px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #666666;
}

.site-nav {
    margin-top: 16px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}

.site-nav a {
    margin-right: 16px;
    color: #555555;
}

.site-nav a:hover {
    color: #111111;
    text-decoration: none;
}

.site-main {
    margin-top: 24px;
}

.post {
    margin-bottom: 40px;
}

.post-title {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 4px;
    line-height: 1.2;
}

.post-title a {
    text-decoration: none;
}

.post-meta {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #777777;
    margin-bottom: 12px;
}

.post-excerpt,
.post-content {
    font-size: 18px;
}

.read-more {
    display: inline-block;
    margin-top: 12px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}

.section-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #999999;
    margin-bottom: 8px;
}

.hero-top {
    margin-bottom: 32px;
}

.hero-title {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 8px;
}

.hero-subtitle {
    font-size: 16px;
    color: #444444;
}

footer.site-footer {
    border-top: 1px solid #eeeeee;
    padding-top: 16px;
    margin-top: 32px;
    font-size: 13px;
    color: #777777;
}

.tag-list,
.category-list {
    font-size: 14px;
    margin-top: 16px;
}

.tag-list a,
.category-list a {
    margin-right: 8px;
}

@media (max-width: 768px) {
    .site-wrapper {
        padding: 16px 12px 48px;
    }

    .site-title a {
        font-size: 26px;
    }

    .post-title {
        font-size: 24px;
    }

    .hero-title {
        font-size: 26px;
    }

    body {
        font-size: 17px;
    }
}
