/*
Theme Name: Merahjärta Hybrid
Theme URI: https://merahjarta.se
Author: Kenneth Meijer
Author URI: https://merahjarta.se
Description: Hybrid WordPress-tema för Merahjärta Yoga & Hälsa. HTML + CSS + Gutenberg-block.
Version: 1.0
Text Domain: merahjarta
*/

body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #333;
    background: #fafafa;
}

h1, h2, h3, h4 {
    font-weight: 600;
    color: #2e7f87;
    margin: 0 0 10px;
}

p {
    margin: 0 0 15px;
}

a {
    color: #2e7f87;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header & meny */

.mh-header {
    background: #f5fbfb;
    padding-bottom: 40px;
}

.mh-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.mh-logo a {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2e7f87;
}

.mh-menu {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.mh-menu li {
    list-style: none;
}

.mh-menu a {
    font-size: 15px;
    font-weight: 500;
}

/* Knappar */

.mh-btn {
    display: inline-block;
    background: #2e7f87;
    color: #fff;
    padding: 12px 26px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 15px;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.mh-btn:hover {
    background: #265f64;
    text-decoration: none;
}

/* Hero */

.mh-hero {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 40px 0 20px;
}

.mh-hero h1 {
    font-size: 32px;
}

.mh-hero p {
    max-width: 520px;
    font-size: 16px;
    color: #444;
}

/* Sektioner */

.mh-section {
    padding: 50px 0;
}

.mh-section-title {
    text-align: center;
    margin-bottom: 30px;
}

.mh-section-title h2 {
    font-size: 28px;
}

.mh-section-title p {
    color: #666;
}

/* Tjänster – ikoner */

.mh-services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.mh-service-card {
    background: #fff;
    border-radius: 18px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.mh-service-card h3 {
    margin-bottom: 8px;
    font-size: 18px;
}

.mh-service-card p {
    font-size: 14px;
    color: #555;
}

/* Om Marie */

.mh-about {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1.5fr);
    gap: 40px;
    align-items: center;
}

.mh-about-text p {
    font-size: 15px;
    color: #444;
}

.mh-about-sign {
    margin-top: 10px;
    font-weight: 600;
}

.mh-about-image {
    width: 100%;
    border-radius: 20px;
    background: #ddd;
    aspect-ratio: 4 / 3;
}

/* CTA */

.mh-cta {
    background: #f5fbfb;
    border-radius: 20px;
    padding: 30px 24px;
    text-align: center;
}

.mh-cta p {
    color: #555;
}

/* Footer */

.mh-footer {
    background: #1f2f32;
    color: #e6f0f0;
    padding: 30px 0;
    font-size: 14px;
}

.mh-footer a {
    color: #e6f0f0;
}

/* Responsiv */

@media (max-width: 900px) {
    .mh-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mh-about {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .mh-nav {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .mh-services-grid {
        grid-template-columns: 1fr;
    }

    .mh-hero h1 {
        font-size: 26px;
    }
}

.page-title,
.entry-title,
h1.entry-title {
    display:none !important;
}

header .site-title,
header .site-branding .site-title,
h1.site-title,
h1.entry-title,
.entry-title {
    display:none !important;
}

.mh-logo a {
    display:none;
}
.mh-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 20px;
}

@media (max-width: 600px) {
    .mh-wrapper {
        padding: 20px 15px;
    }
}
body {
    background: #f7f4ef url('/wp-content/uploads/2026/06/merahjarta-bakgrund.png') no-repeat center center fixed;
    background-size: cover;
}
header, .site-header {
    background: transparent !important;
}
body {
    background: #f7f4ef url('/wp-content/uploads/2026/06/merahjarta-bakgrund.png') no-repeat center center;
    background-size: cover;
}
@media (max-width: 900px) {
    body {
        background: #f7f4ef url('/wp-content/uploads/2026/06/merahjarta-bakgrund.png') no-repeat center center;
        background-size: cover;
    }
}
header, .site-header {
    background: transparent !important;
}
.wp-block-group {
    background: transparent !important;
}
