/*
Theme Name: CLRM Development
Theme URI: https://clrmdevelopment.com
Author: CLRM Development
Author URI: https://clrmdevelopment.com
Description: Official theme for CLRM Development - Creating spaces for modern living. A real estate holding company invested across multiple investment strategies.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: clrm-theme
Tags: real-estate, business, minimal, one-page
*/

/* =========================================================
   CSS RESET & BASE
   ========================================================= */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

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

body {
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: #3a3a3a;
    background-color: #f5f5f5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* =========================================================
   TYPOGRAPHY
   ========================================================= */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.25;
    color: #2a2a2a;
}

p {
    margin-bottom: 1em;
    color: #555;
    font-size: 0.9375rem;
}

p:last-child {
    margin-bottom: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* =========================================================
   LAYOUT CONTAINERS
   ========================================================= */
.container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* =========================================================
   SITE HEADER
   ========================================================= */
.site-header {
    background-color: #222222;
    padding: 3.5rem 2rem;
    text-align: center;
}

.site-header .site-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.01em;
    margin-bottom: 0.5rem;
}

.site-header .site-title a {
    color: #ffffff;
    text-decoration: none;
}

.site-header .site-title a:hover {
    text-decoration: none;
    opacity: 0.85;
}

.site-header .site-description {
    font-size: 1rem;
    color: #cccccc;
    font-weight: 400;
    letter-spacing: 0.01em;
}

/* =========================================================
   MAIN NAVIGATION (minimal — hidden by default for one-page)
   ========================================================= */
.site-navigation {
    display: none;
}

/* =========================================================
   MAIN CONTENT AREA
   ========================================================= */
#main-content {
    background-color: #f5f5f5;
    padding: 0;
}

/* =========================================================
   CONTENT SECTIONS
   ========================================================= */
.content-section {
    padding: 5rem 0;
    border-bottom: 1px solid #e8e8e8;
}

.content-section:last-of-type {
    border-bottom: none;
}

.content-section h2 {
    font-size: 1.375rem;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 1.25rem;
    letter-spacing: -0.01em;
}

.content-section p {
    font-size: 0.9375rem;
    color: #555;
    line-height: 1.75;
    max-width: 700px;
}

/* =========================================================
   WORDPRESS PAGE / POST CONTENT
   ========================================================= */
.entry-content {
    padding: 5rem 0;
}

.entry-content h2 {
    font-size: 1.375rem;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 1.25rem;
}

.entry-content p {
    font-size: 0.9375rem;
    color: #555;
    line-height: 1.75;
    max-width: 700px;
    margin-bottom: 1em;
}

/* =========================================================
   SITE FOOTER
   ========================================================= */
.site-footer {
    background-color: #222222;
    padding: 1.75rem 2rem;
    text-align: center;
}

.site-footer .copyright {
    font-size: 0.875rem;
    color: #aaaaaa;
    font-weight: 400;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 768px) {
    .site-header {
        padding: 2.5rem 1.5rem;
    }

    .site-header .site-title {
        font-size: 1.75rem;
    }

    .container {
        padding: 0 1.5rem;
    }

    .content-section {
        padding: 3.5rem 0;
    }
}

@media (max-width: 480px) {
    .site-header .site-title {
        font-size: 1.5rem;
    }

    .site-header .site-description {
        font-size: 0.9rem;
    }
}

/* =========================================================
   WORDPRESS CORE ALIGNMENT HELPERS
   ========================================================= */
.alignleft  { float: left; margin-right: 1.5em; margin-bottom: 1em; }
.alignright { float: right; margin-left: 1.5em; margin-bottom: 1em; }
.aligncenter { display: block; margin: 0 auto 1em; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 0.8125rem; color: #888; margin-top: 0.4em; }
.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    word-wrap: normal;
}
