/*
Theme Name: Sunny Yoga Child
Theme URI: https://omsunnyyoga.com
Description: Child theme for Inspiro, customized for Sunny Yoga.
Author: Sunny Yoga
Template: inspiro
Version: 1.0.0
Text Domain: sunny-yoga-child
*/

/* Custom Sunny Yoga styles will go below this line */
/* =========================
   SUNNY YOGA HERO
   ========================= */

.sunny-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 20px;
    overflow: hidden;

    background-image: url('https://omsunnyyoga.com/wp-content/uploads/2025/04/EC3C6EA8-36DA-4876-97EE-D84934224372.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sunny-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
}

.sunny-hero__content {
    position: relative;
    z-index: 2;
    max-width: 850px;
    color: #ffffff;
}

.sunny-hero__eyebrow {
    margin-bottom: 18px;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.sunny-hero h1 {
    margin: 0 0 15px;
    font-size: clamp(58px, 9vw, 120px);
    line-height: 0.95;
    font-weight: 500;
}

.sunny-hero h2 {
    margin: 0 auto 20px;
    max-width: 750px;
    font-size: clamp(24px, 3.5vw, 46px);
    line-height: 1.15;
    font-weight: 400;
}

.sunny-hero__tagline {
    margin-bottom: 32px;
    font-size: 18px;
    letter-spacing: 2px;
}

.sunny-hero__button {
    display: inline-block;
    padding: 15px 28px;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 13px;
    transition: 0.3s ease;
}

.sunny-hero__button:hover {
    background: #ffffff;
    color: #111111;
}