/*
Theme Name: Nadmorskie Domy
Theme URI: https://nadmorskiedomy.pl
Author: Roomhero
Author URI: https://roomhero.pl
Description: Profesjonalny motyw WordPress dla Nadmorskie Domy - luksusowe domy wakacyjne nad Bałtykiem. Pixel-perfect konwersja ze statycznego HTML.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nadmorskiedomy
Tags: one-column, custom-menu, featured-images, translation-ready

Nadmorskie Domy - Unikatowe Lokalizacje nad Bałtykiem
*/

/* ==========================================================================
   CSS Variables (Design Tokens)
   ========================================================================== */
:root {
    --mist-blue: #E8EDF2;
    --driftwood: #D7CCC8;
    --deep-sea: #1A2238;
    --accent-sand: #C4A484;
    --white: #FFFFFF;
    --transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

/* ==========================================================================
   Global Reset & Base
   ========================================================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Urbanist', sans-serif;
    background: var(--white);
    color: var(--deep-sea);
    overflow-x: hidden;
    line-height: 1.5;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

/* WordPress core alignment classes */
.alignleft {
    float: left;
    margin-right: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    text-align: center;
    font-size: 0.875rem;
    color: #666;
}

/* Screen reader text */
.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;
}