/*
Theme Name: Nicole Fotografia
Theme URI: https://nicolemichalkiewicz.pl
Author: Agent Arena
Author URI: https://arena.ai
Description: Autorski motyw dla Nicole Michalkiewicz Fotografia - fotografia zwierzęca i rodzinna. Pastelowy design zgodny z brandingiem: róż #F2A9B6, szałwia #C9D4BE, lawenda #A39ACC. Zoptymalizowany pod SEO i blog.
Version: 1.0
License: GPL v2 or later
Text Domain: nicole-fotografia
Tags: photography, animals, pets, feminine, pastel, blog, custom-colors, custom-logo
*/

:root {
    --pink: #F2A9B6;
    --sage: #C9D4BE;
    --lavender: #A39ACC;
    --yellow: #FFCA67;
    --peach: #FCCBBA;
    --offwhite: #FAF6F6;
    --dark: #3a3a3a;
}

* { margin:0; padding:0; box-sizing:border-box; }
body {
    font-family: 'Nunito', sans-serif;
    color: var(--dark);
    background: #fff;
    line-height: 1.6;
    overflow-x: hidden;
}
h1, h2, h3, h4 { font-family: 'Montserrat', sans-serif; font-weight: 600; }
.script { font-family: 'Allura', cursive; color: var(--pink); }
a { color: var(--pink); text-decoration: none; }
a:hover { color: var(--lavender); }
img { max-width: 100%; height: auto; }

/* Blobs */
.blob { position: absolute; z-index: -1; border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%; }
.blob-pink { background: var(--pink); width: 450px; height: 450px; top: -150px; left: -180px; opacity: 0.8; }
.blob-sage { background: var(--sage); width: 180px; height: 180px; top: -40px; left: -20px; border-radius: 60% 40% 30% 70%; }
.blob-yellow { background: var(--yellow); width: 320px; height: 320px; top: -120px; right: -100px; border-radius: 30% 70% 50% 50%; }

.site-header {
    padding: 20px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top:0;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
    z-index: 100;
    border-bottom: 2px solid var(--offwhite);
}
.custom-logo { height: 55px; width: auto; }
.main-navigation ul { list-style: none; display: flex; gap: 30px; }
.main-navigation a {
    color: var(--dark);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s;
}
.main-navigation a:hover { color: var(--pink); }

.hero {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    min-height: 85vh;
    padding: 60px 5%;
    position: relative;
}
.hero-content h1 {
    font-family: 'Allura', cursive;
    font-size: 5.5rem;
    line-height: 1;
    color: var(--pink);
    margin-bottom: 10px;
    position: relative;
}
.hero-content h1::after {
    content: 'Nicole Michalkiewicz';
    position: absolute;
    left: 4px;
    top: 4px;
    color: var(--yellow);
    opacity: 0.4;
    z-index: -1;
}
.hero-content .subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    letter-spacing: 8px;
    color: var(--yellow);
    margin-bottom: 25px;
}
.hero-content p { font-size: 1.2rem; max-width: 500px; margin-bottom: 35px; color: #555; }
.tagline {
    display: inline-block;
    background: var(--offwhite);
    padding: 8px 20px;
    border-radius: 30px;
    font-family: 'Montserrat';
    font-size: 0.9rem;
    margin-bottom: 20px;
    border: 1px solid var(--peach);
}
.btn {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 30px;
    text-decoration: none;
    font-family: 'Montserrat';
    font-weight: 600;
    transition: all 0.3s;
    margin-right: 15px;
    border: none;
    cursor: pointer;
}
.btn-primary { background: var(--pink); color: white; box-shadow: 0 4px 15px rgba(242,169,182,0.4); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(242,169,182,0.6); color: white; }
.btn-secondary { background: transparent; color: var(--dark); border: 2px solid var(--sage); }
.btn-secondary:hover { background: var(--sage); color: white; }

section { padding: 90px 5%; position: relative; }
.section-title { text-align: center; margin-bottom: 60px; }
.section-title .script { font-size: 3rem; display: block; margin-bottom: -15px; }
.section-title h2 { font-size: 2rem; text-transform: uppercase; letter-spacing: 3px; }

.about { background: var(--offwhite); display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 60px; align-items: center; }
.about-text h3 { font-size: 1.8rem; margin-bottom: 20px; }
.about-text p { margin-bottom: 15px; color: #555; }

.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; max-width: 1200px; margin: 0 auto; }
.offer-card {
    background: white; border-radius: 25px; padding: 40px 30px; text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05); transition: transform 0.3s; border-top: 5px solid;
}
.offer-card:nth-child(1) { border-color: var(--pink); }
.offer-card:nth-child(2) { border-color: var(--lavender); }
.offer-card:nth-child(3) { border-color: var(--yellow); }
.offer-card:hover { transform: translateY(-10px); }
.offer-icon {
    width: 80px; height: 80px; margin: 0 auto 20px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; font-size: 2.5rem; color: white;
}
.offer-card:nth-child(1) .offer-icon { background: var(--pink); }
.offer-card:nth-child(2) .offer-icon { background: var(--lavender); }
.offer-card:nth-child(3) .offer-icon { background: var(--yellow); }

.portfolio { background: var(--offwhite); }
.portfolio-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 250px;
    gap: 15px; max-width: 1300px; margin: 0 auto;
}
.portfolio-item { border-radius: 20px; overflow: hidden; position: relative; background-size: cover; background-position: center; transition: transform 0.3s; }
.portfolio-item:hover { transform: scale(1.03); }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; max-width: 1200px; margin: 0 auto; }
.blog-card { background: white; border-radius: 20px; overflow: hidden; box-shadow: 0 5px 20px rgba(0,0,0,0.06); }
.blog-image { height: 200px; background-size: cover; background-position: center; }
.blog-image img { width: 100%; height: 100%; object-fit: cover; }
.blog-content { padding: 25px; }
.blog-tag {
    display: inline-block; background: var(--peach); color: var(--dark);
    padding: 4px 12px; border-radius: 15px; font-size: 0.75rem;
    font-family: 'Montserrat'; margin-bottom: 10px;
}
.blog-content h3 { font-size: 1.1rem; margin-bottom: 10px; line-height: 1.4; }
.blog-content h3 a { color: var(--dark); }
.blog-content p { font-size: 0.9rem; color: #666; margin-bottom: 15px; }
.read-more { color: var(--pink); font-weight: 600; font-size: 0.9rem; }

.cta {
    background: linear-gradient(135deg, var(--pink) 0%, var(--peach) 100%);
    color: white; text-align: center; border-radius: 30px;
    margin: 0 5%; padding: 70px 40px;
}
.cta h2 { font-size: 2.5rem; margin-bottom: 15px; color: white; }
.cta .script { color: white; font-size: 2.8rem; }

.site-footer { background: var(--dark); color: white; padding: 60px 5% 30px; margin-top: 90px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.site-footer a { color: var(--peach); }

/* WordPress content */
.entry-content { max-width: 800px; margin: 0 auto; padding: 60px 5%; }
.entry-content h2, .entry-content h3 { margin: 30px 0 15px; }
.entry-content p { margin-bottom: 20px; }
.entry-content img { border-radius: 15px; }
.post-meta { color: #888; font-size: 0.9rem; margin-bottom: 20px; font-family: 'Montserrat'; }
.alignwide { max-width: 1200px; margin-left: auto; margin-right: auto; }

@media (max-width: 900px) {
    .hero, .about, .offer-grid, .blog-grid, .footer-grid { grid-template-columns: 1fr; }
    .hero-content h1 { font-size: 3.5rem; }
    .portfolio-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 200px; }
    .main-navigation { display: none; }
    .blob-pink, .blob-yellow { width: 250px; height: 250px; }
    .hero { min-height: auto; padding-top: 40px; }
}