/*
Theme Name: Cimentco
Theme URI: https://cimentco.com
Author: Cimentco Design Team
Author URI: https://cimentco.com
Description: Mikrobeton mekan ve mobilya uygulamaları için endüstriyel ve minimalist WordPress teması. Industrial & minimalist theme for microcement applications.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cimentco
Tags: custom-menu, custom-logo, featured-images, full-width-template, one-column, theme-options
*/

/* ============================================
   CIMENTCO — Base Theme Styles
   Industrial & Minimalist Microcement Theme
   ============================================ */

:root {
    --c-charcoal: #1A1A1A;
    --c-dark: #2C2C2C;
    --c-warm-gray: #8B8178;
    --c-copper: #8B7355;
    --c-gold: #C9A96E;
    --c-cream: #F5F0EB;
    --c-light: #FAF8F5;
    --c-white: #FFFFFF;
    --c-muted: #6B6B6B;
    --c-concrete: #D4CFC9;
    --font-display: 'Outfit', sans-serif;
    --font-body: 'Inter', sans-serif;
    --transition-smooth: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* === Reset & Base === */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    overflow-x: hidden;
}

body {
    font-family: var(--font-body);
    color: var(--c-charcoal);
    background-color: var(--c-light);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s var(--transition-smooth);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* === Selection === */
::selection {
    background-color: var(--c-gold);
    color: var(--c-charcoal);
}

/* === Scrollbar === */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: var(--c-cream);
}
::-webkit-scrollbar-thumb {
    background: var(--c-copper);
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: var(--c-gold);
}

/* === WordPress Core Alignment === */
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter { display: block; margin: 5px auto; }
.alignright { float: right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }

.wp-caption {
    background: var(--c-cream);
    max-width: 100%;
    padding: 5px;
    text-align: center;
}

.wp-caption-text {
    font-size: 0.875rem;
    color: var(--c-muted);
}

/* === Screen Reader === */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
