
/*
Theme Name: Radiant Posters
Author: OpenAI
Version: 1.4
Description: Minimal Radiant Posters theme with editable logo and Customizer-managed links.
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background: #f7f7f7;
    color: #111;
}

.site-header {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    padding: 22px 60px;
}

.header-container,
.footer-container {
    max-width: 1400px;
    margin: 0 auto;
}

.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-img,
.custom-logo {
    max-height: 54px;
    width: auto;
}

.nav-menu {
    display: flex;
    gap: 60px;
}

.nav-menu a {
    color: #111;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.shop-btn {
    background: #3454d1;
    color: #fff;
    padding: 16px 34px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
}

.site-footer {
    background: #f5f5f5;
    padding: 70px 60px 40px;
    margin-top: 80px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 80px;
}

.footer-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 24px;
}

.footer-links a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 2.2;
    color: #111;
    text-decoration: none;
}

.footer-tagline {
    font-size: 16px;
    color: #555;
    margin-top: 20px;
}

.footer-bottom {
    border-top: 1px solid #ddd;
    margin-top: 50px;
    padding-top: 35px;
    font-size: 15px;
    color: #666;
}

@media(max-width: 900px) {
    .site-header,
    .site-footer {
        padding-left: 24px;
        padding-right: 24px;
    }

    .header-flex {
        flex-direction: column;
        gap: 30px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .nav-menu {
        gap: 24px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .logo-img,
    .custom-logo {
        max-height: 42px;
    }

    .nav-menu a,
    .shop-btn,
    .footer-links a {
        font-size: 14px;
    }
}


/* Main content area */
.site-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
    min-height: 420px;
}

.site-main.full-width {
    max-width: none;
}

.entry-title,
.page-title {
    font-size: 46px;
    font-weight: 800;
    margin: 0 0 24px;
    line-height: 1.1;
}

.entry-content {
    font-size: 18px;
    line-height: 1.7;
}

.entry-content img {
    max-width: 100%;
    height: auto;
}

.entry-content .wp-block-group,
.entry-content .wp-block-cover,
.entry-content .wp-block-columns {
    margin-bottom: 32px;
}

.radiant-hero {
    text-align: center;
    padding: 120px 40px;
}

.radiant-hero h1 {
    font-size: 52px;
    font-weight: 800;
    margin: 0 0 20px;
}

.radiant-hero p {
    font-size: 18px;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

.woocommerce .site-main {
    max-width: 1400px;
}

@media(max-width: 900px) {
    .site-main {
        padding: 50px 24px;
    }

    .entry-title,
    .page-title,
    .radiant-hero h1 {
        font-size: 34px;
    }
}


.nav-menu ul,
.nav-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu li {
    display: inline-flex;
}

.nav-menu .menu {
    display: flex;
    gap: 60px;
}
