/*
Theme Name: 3MARK STUDIO
Theme URI: https://3mark.si
Author: 3MARK STUDIO
Description: 3MARK STUDIO – Tisk majic, DTF print, lasersko graviranje
Version: 2.0
License: GNU General Public License v2 or later
Text Domain: 3mark-studio
*/

/* RESET VSEGA */
html { background: #000000 !important; }
body { background: #000000 !important; background-color: #000000 !important; color: #f5f5f5 !important; }
*, *::before, *::after { box-sizing: border-box; }

/* WORDPRESS OVERRIDE */
.wp-site-blocks { background: #000000 !important; }
#page, #content, #primary, #secondary, #main, .site, .site-content { background: #000000 !important; }

html, body {
    margin: 0;
    padding: 0;
    font-family: Montserrat, Arial, sans-serif;
    scroll-behavior: smooth;
}

/* NAV */
nav.main-nav {
    width: 100%;
    background: #000000;
    padding: 15px 20px;
    position: sticky;
    top: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
nav.main-nav .brand {
    color: #ffffff;
    font-weight: 800;
    font-size: 22px;
    letter-spacing: 1px;
    text-decoration: none;
}
nav.main-nav ul {
    list-style: none;
    display: flex;
    gap: 25px;
    margin: 0;
    padding: 0;
}
nav.main-nav ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: color 0.3s;
}
nav.main-nav ul li a:hover { color: #FF1493; }
.toggle-dark {
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
}

/* HEADER */
header.site-header {
    background: #000000;
    text-align: center;
    padding: 50px 20px 30px;
}
.logo-wrap {
    display: inline-block;
    animation: floatLogo 4s ease-in-out infinite, logoGlow 3s ease-in-out infinite;
    border-radius: 24px;
    padding: 10px;
}
@keyframes floatLogo {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}
@keyframes logoGlow {
    0%   { box-shadow: 0 0 20px 6px #FF1493, 0 0 50px 10px rgba(255,20,147,0.4); }
    33%  { box-shadow: 0 0 20px 6px #00BFFF, 0 0 50px 10px rgba(0,191,255,0.4); }
    66%  { box-shadow: 0 0 20px 6px #FFD700, 0 0 50px 10px rgba(255,215,0,0.4); }
    100% { box-shadow: 0 0 20px 6px #FF1493, 0 0 50px 10px rgba(255,20,147,0.4); }
}
.logo-img {
    max-width: 500px;
    width: 90%;
    display: block;
}

/* SEKCIJE */
.section-wrap {
    background: #000000;
    padding: 60px 20px;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
}
.section-wrap h2 {
    font-size: 32px;
    margin-bottom: 25px;
    color: #f5f5f5;
}

/* SLOGAN */
.slogan { font-size: 28px; font-weight: 500; }
.slogan span.blue  { color: #00BFFF; }
.slogan span.pink  { color: #FF1493; }
.slogan span.yellow{ color: #FFD700; }

/* STORITVE */
.services {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.6;
    color: #f5f5f5;
}

/* GUMBI */
.btn {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 36px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s;
    border: none;
    cursor: pointer;
}
.btn-primary { background: #FF1493; color: #ffffff; }
.btn-primary:hover { background: #c70f75; color: #ffffff; }
.btn-outline { background: transparent; color: #FF1493; border: 2px solid #FF1493; }
.btn-outline:hover { background: #FF1493; color: #ffffff; }

/* AKCIJA */
.akcija {
    font-size: 50px;
    font-weight: 900;
    color: #FF1493;
    margin-bottom: 10px;
}

/* GALERIJA */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 30px;
}
.gallery-item {
    background: #181818;
    border-radius: 12px;
    padding: 20px;
    text-align: left;
    box-shadow: 0 8px 20px rgba(0,0,0,0.4);
    transition: transform 0.3s ease;
    color: #f5f5f5;
}
.gallery-item:hover { transform: translateY(-6px); }
.gallery-thumb {
    width: 100%;
    height: 150px;
    border-radius: 8px;
    background: linear-gradient(135deg, #00BFFF, #FF1493);
    margin-bottom: 15px;
}
.gallery-item h3 { margin: 0 0 8px; font-size: 20px; color: #f5f5f5; }
.gallery-item p  { margin: 0; font-size: 14px; opacity: 0.85; color: #f5f5f5; }

/* FORMA */
.order-form {
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
    background: #181818;
    padding: 25px 20px;
    border-radius: 12px;
}
.order-form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 14px;
    color: #f5f5f5;
}
.order-form input,
.order-form select,
.order-form textarea {
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 15px;
    border-radius: 6px;
    border: 1px solid #444444;
    font-size: 14px;
    font-family: inherit;
    background: #222222;
    color: #f5f5f5;
}
.order-form textarea { min-height: 100px; resize: vertical; }

/* KONTAKT */
.kontakt { font-size: 20px; font-weight: 500; line-height: 1.6; color: #f5f5f5; }

/* FOOTER */
footer.site-footer {
    background: #000000;
    color: #ffffff;
    padding: 20px;
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
}

/* WP ADMIN BAR */
body.admin-bar nav.main-nav { top: 32px; }
@media screen and (max-width: 782px) {
    body.admin-bar nav.main-nav { top: 46px; }
}

/* RESPONSIVE */
@media (max-width: 700px) {
    nav.main-nav ul { gap: 12px; }
    nav.main-nav ul li a { font-size: 13px; }
    .logo-img { max-width: 280px; }
}

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

/* STORITVE – 4 KVADRATNA OKNA */
.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.service-card {
    background: #181818;
    border: 2px solid #333333;
    border-radius: 16px;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: #f5f5f5;
    padding: 30px;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}
.service-card:hover {
    transform: translateY(-8px) scale(1.03);
    border-color: #FF1493;
    box-shadow: 0 16px 40px rgba(255, 20, 147, 0.35);
    color: #f5f5f5;
    text-decoration: none;
}
.service-icon {
    font-size: 56px;
    margin-bottom: 18px;
}
.service-card h3 {
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 12px;
    color: #FF1493;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.service-card p {
    font-size: 13px;
    line-height: 1.6;
    opacity: 0.8;
    margin: 0;
}
@media (max-width: 600px) {
    .services-grid {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }
    .service-card { padding: 18px; }
    .service-icon { font-size: 36px; margin-bottom: 10px; }
    .service-card h3 { font-size: 14px; }
    .service-card p { font-size: 12px; }
}
