/*
Theme Name: Intentionally Blank
Theme URI: https://www.nilovelez.com/blank/
Author: Nilo Velez
Author URI: https://www.nilovelez.com/
Description: This theme was intentionally left blank.
Version: 3.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: featured-images, custom-background, theme-options, translation-ready
Text Domain: intentionally-blank
Requires at least: 4.6
Tested up to: 6.9
Requires PHP: 7.4
*/

/* =========================================================
   RESET / GLOBAL
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    min-height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    background: #fff;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

img {
    max-width: 100%;
}

#page,
.meditate-site {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}


/* =========================================================
   HEADER
========================================================= */

.meditate-header {
    width: 100%;
    min-height: 250px;
    margin: 0;
    padding: 0;
    background: linear-gradient(
        110deg,
        #eef4f1 0%,
        #f8eee2 45%,
        #ead5d2 100%
    );
    border-bottom: 3px solid #9bc3c1;
}

.meditate-header-inner {
    width: 100%;
    max-width: 1600px;
    min-height: 250px;
    margin: 0 auto;
    padding: 32px 40px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.meditate-brand {
    min-width: 0;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    margin: 0;
    padding: 0;
    color: #4c525d;
    text-decoration: none;
}

.meditate-title {
    margin: 0 !important;
    padding: 0 !important;

    font-family: "Lato", Arial, sans-serif !important;
    font-size: clamp(42px, 5vw, 64px) !important;
    line-height: .95 !important;
    font-weight: 700 !important;
    letter-spacing: -2.5px !important;

    color: #4c525d !important;
}

.meditate-subtitle {
    margin: 8px 0 0 28px !important;
    padding: 0 !important;

    font-family: "Lato", Arial, sans-serif !important;
    font-size: clamp(20px, 2.2vw, 28px) !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;

    color: #36465b !important;
}

.meditate-subtitle span {
    margin: 0;
}

.meditate-header a {
    text-decoration: none;
}

.meditate-signup {
    width: 312px;
    min-height: 90px;
    flex: 0 1 312px;

    margin: 0;
    padding: 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 2px solid #4d5360;
    border-radius: 8px;

    background: transparent;
    color: #36465b;

    font-family: "Lato", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

.meditate-signup:hover,
.meditate-signup:focus {
    background: rgba(255, 255, 255, .2);
}


/* =========================================================
   HERO
========================================================= */

.meditate-hero {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.meditate-hero img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}


/* =========================================================
   INTRO
========================================================= */

.meditate-intro {
    width: 100%;
    background: #fff;
}

.meditate-intro-inner,
.meditate-intro-inner-body div {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 52px 50px 44px;
}

.meditate-intro h1 {
    margin: 0 0 22px;
    color: #000;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 400;
    line-height: 1.15;
}

.meditate-intro h2 {
    margin: 0 0 22px;
    color: #000;
    font-family: "Lato", Arial, sans-serif;
    font-size: clamp(25px, 2.5vw, 30px);
    font-weight: 400;
    line-height: 1.2;
}

.meditate-intro p {
    max-width: 1260px;
    margin: 0;
    color: #000;
    font-size: clamp(17px, 1.6vw, 20px);
    font-weight: 400;
    line-height: 2;
}


/* =========================================================
   MEDITATION SECTION
========================================================= */

.meditation-info {
    width: 100%;
    margin: 0;
    padding: 18px 0 24px;
    background: #eef3f4;
}

.meditation-grid {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 28px; 
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.meditation-card {
    min-width: 0;
    margin: 0;
    padding: 18px 22px 34px;
}

.meditation-card h2 {
    margin: 0 0 28px;
    color: #000;
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 400;
    line-height: 1.2;
}

.meditation-card p {
    margin: 0 0 26px;
    color: #000;
    font-size: clamp(17px, 1.6vw, 20px);
    font-weight: 400;
    line-height: 2;
}

.meditation-card p:last-child {
    margin-bottom: 0;
}

.featured-card {
    border: 2px solid #d6e3e5;
    border-radius: 34px;
    padding: 16px 20px 32px;
}

.meditate-steps {
    line-height: 2 !important;
}


/* =========================================================
   CTA
========================================================= */

.meditate-cta {
    width: 100%;
    min-height: 240px;
    margin: 0;
    padding: 40px 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(
        110deg,
        #eef4f1 0%,
        #f8eee2 45%,
        #ead5d2 100%
    );
}

.meditate-cta-inner {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;

    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.meditate-cta-text {
    width: 100%;
    max-width: 100%;
    margin: 0 0 24px;

    color: #3d4c63;
    font-size: 20px;
    line-height: 1.4;
    white-space: normal;
}

.meditate-cta-text strong {
    font-weight: 700;
}

.meditate-cta-button {
    display: block;
    width: 100%;
    padding: 22px 28px;

    border: 2px solid #4c525d;
    border-radius: 6px;

    background: transparent;
    color: #4c525d;

    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
}

.meditate-cta-button:hover,
.meditate-cta-button:focus {
    background: rgba(255, 255, 255, .2);
}


/* =========================================================
   LOWER CONTENT
========================================================= */

.meditate-detail-section {
    width: 100%;
    margin: 0 !important;
    padding: 35px 50px 20px !important;

    background: #fff;

    font-family: "Lato", Arial, sans-serif !important;
}

/* RJB start 2026-09-01 */
.meditate-detail-section h1 {
	max-width: 1400px;
    margin: 0 auto 32px !important;
    padding: 0 !important;
    color: #000;
    font-size: clamp(32px, 4vw, 48px) !important;
    font-weight: 400 !important;
    line-height: 1.15 !important;
}
/* RJB  end  2026-09-01 */

.meditate-detail-section h2 {
    max-width: 1400px;
    margin: 0 auto 28px !important;
    padding: 0 !important;

    font-family: "Lato", Arial, sans-serif !important;
    font-size: clamp(30px, 3vw, 38px) !important;
    line-height: 1.25 !important;
    font-weight: 400 !important;
}

.meditate-detail-section p {
    max-width: 1400px;
    margin: 0 auto 32px !important;
    padding: 0 !important;

    font-family: "Lato", Arial, sans-serif !important;
    font-size: clamp(17px, 1.6vw, 20px) !important;
    line-height: 1.7 !important;
    font-weight: 400 !important;
}

.meditate-detail-section p + p {
    margin-top: 32px !important;
}

.meditate-detail-section p:last-child {
    margin-bottom: 0 !important;
}

.meditate-detail-section + .meditate-detail-section {
    padding-top: 45px !important;
}


/* =========================================================
   FOOTER
========================================================= */

.meditate-footer {
    width: 100%;
    min-height: 205px;
    margin: 0;
    padding: 30px 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #65759a;
}

.meditate-footer-inner {
    max-width: 900px;

    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
}


/* =========================================================
   TABLET
========================================================= */

@media screen and (max-width: 1000px) {

    .meditate-header-inner {
        padding: 30px;
        gap: 25px;
    }

/* RJB start 2026-09-01 */
.meditate-subtitle {
    margin: 8px 0 0 10px !important;
}
/* RJB  end  2026-09-01 */

    .meditate-signup {
        width: 275px;
        flex-basis: 275px;
        min-height: 82px;
        padding: 18px;
        font-size: 18px;
    }
	
    .meditation-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 0 24px;
    }

    .meditation-card,
    .featured-card {
        padding: 28px 24px;
    }

    .meditate-detail-section {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media screen and (max-width: 767px) {

    /* HEADER */

    .meditate-header {
        min-height: 0;
        border-bottom: 0;
    }

    .meditate-header-inner {
        min-height: 398px;
        height: auto;

        padding: 65px 34px 40px;

        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;

        gap: 42px;
    }

    .meditate-brand {
        width: 100%;
    }

    .meditate-title {
        font-size: clamp(52px, 15vw, 80px) !important;
        letter-spacing: -3px !important;
    }

    .meditate-subtitle {
        margin: 10px 0 0 !important;
        font-size: clamp(25px, 7vw, 37px) !important;
    }

    .meditate-signup {
        width: 100%;
        max-width: 312px;
        min-height: 82px;
        flex: 0 1 auto;

        padding: 16px 20px;
        font-size: 18px;
    }


    /* HERO */

    .meditate-hero {
        height: auto;
        max-height: none;
    }

    .meditate-hero img {
        width: 100%;
        height: auto;
        min-height: 220px;
        object-fit: cover;
        object-position: center center;
    }


    /* INTRO */

    .meditate-intro-inner,
    .meditate-intro-inner-body div {
        max-width: none;
        padding: 38px 34px 36px;
    }

    .meditate-intro h1 {
        margin-bottom: 20px;
        font-size: 36px;
    }

    .meditate-intro h2 {
        margin-bottom: 20px;
        font-size: 28px;
    }

    .meditate-intro p {
        font-size: 18px;
        line-height: 1.8;
    }


    /* MEDITATION */

    .meditation-info {
        padding: 18px 0 26px;
    }

    .meditation-grid {
        padding: 0 24px;
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .meditation-card {
        padding: 24px 20px 30px;
    }

    .meditation-card h2 {
        margin-bottom: 20px;
        font-size: 30px;
    }

    .meditation-card p {
        margin-bottom: 22px;
        font-size: 18px;
        line-height: 1.8;
    }

    .featured-card {
        padding: 24px 20px 30px;
        border-radius: 25px;
    }

    .meditate-steps {
        line-height: 1.8 !important;
    }


    /* CTA */

    .meditate-cta {
        min-height: 0;
        padding: 40px 34px;
    }

    .meditate-cta-inner {
        max-width: 100%;
    }

    .meditate-cta-text {
        margin-bottom: 22px;
        font-size: 18px;
        line-height: 1.5;
    }

    .meditate-cta-button {
        padding: 20px 24px;
    }


    /* LOWER CONTENT */

    .meditate-detail-section {
        padding: 30px 34px 18px !important;
    }

    .meditate-detail-section h2 {
        margin-bottom: 20px !important;
        padding: 0 !important;
        font-size: 32px !important;
        line-height: 1.2 !important;
    }

    .meditate-detail-section p {
        margin-bottom: 26px !important;
        padding: 0 !important;
        font-size: 18px !important;
        line-height: 1.8 !important;
    }

    .meditate-detail-section p + p {
        margin-top: 26px !important;
    }

    .meditate-detail-section + .meditate-detail-section {
        padding-top: 35px !important;
    }


    /* FOOTER */

    .meditate-footer {
        min-height: 180px;
        padding: 30px 20px;
    }

    .meditate-footer-inner {
        font-size: 18px;
        line-height: 1.5;
    }
}


/* =========================================================
   SMALL PHONES
========================================================= */

@media screen and (max-width: 420px) {

    .meditate-header-inner {
        min-height: 360px;
        padding: 55px 24px 30px;
        gap: 32px;
    }

    .meditate-title {
        font-size: 58px !important;
        letter-spacing: -2px !important;
    }

    .meditate-subtitle {
        margin-top: 8px !important;
        font-size: 28px !important;
    }

    .meditate-signup {
        width: 100%;
        max-width: 312px;
        min-height: 78px;
        font-size: 18px;
    }

    .meditate-intro-inner,
    .meditate-intro-inner-body div {
        padding-left: 24px;
        padding-right: 24px;
    }

    .meditation-grid {
        padding-left: 14px;
        padding-right: 14px;
    }

    .meditate-cta {
        padding-left: 24px;
        padding-right: 24px;
    }

    .meditate-detail-section {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    .meditate-detail-section h2 {
        font-size: 29px !important;
    }

    .meditate-detail-section p {
        font-size: 17px !important;
    }
}


/* =========================================================
   VERY SMALL PHONES
========================================================= */

@media screen and (max-width: 360px) {

    .meditate-header-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .meditate-title {
        font-size: 50px !important;
    }

    .meditate-subtitle {
        font-size: 25px !important;
    }

    .meditate-signup {
        max-width: 100%;
    }

    .meditate-intro-inner,
    .meditate-intro-inner-body div {
        padding-left: 20px;
        padding-right: 20px;
    }

    .meditation-grid {
        padding-left: 10px;
        padding-right: 10px;
    }

    .meditate-cta {
        padding-left: 20px;
        padding-right: 20px;
    }

    .meditate-detail-section {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}
/* =========================================================
   MOBILE SIGNUP FIX
========================================================= */

@media screen and (max-width: 767px) {

    .meditate-header {
        height: auto !important;
        min-height: 0 !important;
        overflow: visible !important;
    }

    .meditate-header-inner {
        width: 100%;
        height: auto !important;
        min-height: 0 !important;

        padding: 55px 34px 45px !important;

        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;

        gap: 40px !important;
    }

    .meditate-brand {
        width: 100% !important;
        height: auto !important;
        flex: 0 0 auto !important;
    }

    .meditate-title {
        display: block !important;
        width: 100% !important;

        font-size: clamp(52px, 15vw, 80px) !important;
        line-height: .95 !important;
    }

    .meditate-subtitle {
        display: block !important;
        width: 100% !important;

        margin: 10px 0 0 0 !important;

        font-size: clamp(25px, 7vw, 37px) !important;
        line-height: 1.05 !important;
    }

    .meditate-signup {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;

        position: relative !important;
        z-index: 10 !important;

        width: 100% !important;
        max-width: 312px !important;
        height: 82px !important;
        min-height: 82px !important;

        margin: 0 !important;
        padding: 15px 20px !important;

        flex: 0 0 82px !important;

        align-items: center !important;
        justify-content: center !important;

        border: 2px solid #4d5360 !important;
        border-radius: 7px !important;

        background: transparent !important;
        color: #36465b !important;

        font-family: "Lato", Arial, sans-serif !important;
        font-size: 18px !important;
        font-weight: 700 !important;
        line-height: 1.3 !important;

        text-align: center !important;
        text-decoration: none !important;
    }

    .meditate-signup:hover,
    .meditate-signup:focus {
        background: rgba(255, 255, 255, .15) !important;
    }
}


/* =========================================================
   SMALL PHONES
========================================================= */

@media screen and (max-width: 420px) {

    .meditate-header-inner {
        padding: 48px 24px 40px !important;
        gap: 32px !important;
    }

    .meditate-title {
        font-size: 58px !important;
    }

    .meditate-subtitle {
        font-size: 28px !important;
    }

    .meditate-signup {
        width: 100% !important;
        max-width: 312px !important;
        height: 78px !important;
        min-height: 78px !important;
        flex-basis: 78px !important;
    }
}


/* =========================================================
   VERY SMALL PHONES
========================================================= */

@media screen and (max-width: 360px) {

    .meditate-header-inner {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .meditate-title {
        font-size: 50px !important;
    }

    .meditate-subtitle {
        font-size: 25px !important;
    }

    .meditate-signup {
        max-width: 100% !important;
    }
}
