* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Saira', sans-serif;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #000000 100%);
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.background-blur {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 50%, rgba(255, 215, 0, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(218, 165, 32, 0.12) 0%, transparent 50%),
        radial-gradient(circle at 50% 30%, rgba(184, 134, 11, 0.1) 0%, transparent 50%);
    filter: blur(40px);
    z-index: 1;
    pointer-events: none;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    position: relative;
    z-index: 10;
    min-height: 100vh;
}

/* Sun Graphic */
.sun-graphic {
    position: fixed;
    top: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    z-index: 5;
    opacity: 0.8;
}

.sun-graphic svg {
    width: 100%;
    height: 100%;
}

/* Content */
.content {
    text-align: center;
    color: #ffd700;
    position: relative;
    z-index: 10;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 4rem);
    padding: 2rem 0;
    box-sizing: border-box;
}

/* Logo Container */
.logo-container {
    margin-bottom: 3rem;
}

.pine-trees {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    opacity: 1;
}

.pine-trees .pine-tree {
    width: 30px;
    height: 45px;
}

.logo {
    font-family: 'Playwrite HU', cursive;
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #ffd700;
    opacity: 1;
    text-transform: none;
    font-style: italic;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5), 0 0 20px rgba(218, 165, 32, 0.3);
}

.logo-main {
    display: inline-block;
}

/* Main Text */
.main-text {
    margin-bottom: 2.5rem;
}

.coming-soon-title {
    font-family: 'Playwrite HU', cursive;
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
    opacity: 1;
    letter-spacing: 0.04em;
    color: #d4af37;
    line-height: 1.3;
    font-style: italic;
    text-shadow: 0 0 6px rgba(212, 175, 55, 0.3);
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.accent-dot {
    position: relative;
    display: inline-block;
}

.accent-dot .dot {
    position: absolute;
    top: -6px;
    right: -3px;
    width: 5px;
    height: 5px;
    background: #daa520;
    border-radius: 50%;
    opacity: 1;
    box-shadow: 0 0 6px rgba(255, 215, 0, 0.8);
}

.subtitle {
    font-family: 'Saira', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    opacity: 1;
    color: #e6d690;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
    font-style: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}


/* Ground Shapes */
.ground-shapes {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 350px;
    z-index: 3;
    pointer-events: none;
    opacity: 1;
}

.ground-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Bottom Pine Trees */
.bottom-pines {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    padding: 0 10%;
    z-index: 4;
    opacity: 1;
    pointer-events: none;
}

.pine-tree-bottom {
    width: 50px;
    height: 80px;
    opacity: 0.9;
}

/* Bird */
.bird-container {
    position: fixed;
    bottom: 150px;
    right: 10%;
    z-index: 6;
    opacity: 1;
    pointer-events: none;
}

.bird {
    width: 75px;
    height: 115px;
}

/* Additional Nature SVGs */
.cloud {
    position: fixed;
    z-index: 2;
    opacity: 0.7;
    pointer-events: none;
}

.cloud1 {
    top: 15%;
    left: 5%;
    width: 120px;
    height: 60px;
}

.cloud2 {
    top: 25%;
    right: 8%;
    width: 100px;
    height: 50px;
}

.mountains {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 480px;
    z-index: 2;
    opacity: 1;
    pointer-events: none;
    transition: transform 0.1s ease-out;
}

.mountains svg {
    width: 100%;
    height: 100%;
}

.leaf {
    position: fixed;
    z-index: 5;
    opacity: 0.7;
    pointer-events: none;
}

.leaf1 {
    top: 40%;
    left: 8%;
    width: 40px;
    height: 50px;
}

.leaf2 {
    top: 55%;
    left: 12%;
    width: 35px;
    height: 45px;
}

.flower {
    position: fixed;
    bottom: 180px;
    z-index: 5;
    opacity: 0.8;
    pointer-events: none;
}

.flower1 {
    left: 15%;
    width: 30px;
    height: 35px;
}

.flower2 {
    left: 22%;
    width: 25px;
    height: 30px;
}

.butterfly {
    position: fixed;
    top: 35%;
    right: 15%;
    z-index: 6;
    width: 60px;
    height: 50px;
    opacity: 1;
    pointer-events: none;
}


.small-bird {
    position: fixed;
    z-index: 4;
    opacity: 0.7;
    pointer-events: none;
}

.small-bird1 {
    top: 20%;
    right: 20%;
    width: 70px;
    height: 40px;
}

.small-bird2 {
    top: 45%;
    left: 15%;
    width: 65px;
    height: 36px;
}

.small-bird3 {
    top: 30%;
    left: 25%;
    width: 68px;
    height: 40px;
}

/* New Bird Types */
.robin-bird {
    position: fixed;
    top: 50%;
    left: 20%;
    z-index: 5;
    width: 80px;
    height: 65px;
    opacity: 0.8;
    pointer-events: none;
}

.cardinal-bird {
    position: fixed;
    top: 60%;
    right: 25%;
    z-index: 5;
    width: 70px;
    height: 80px;
    opacity: 0.9;
    pointer-events: none;
}

.sparrow-bird {
    position: fixed;
    top: 25%;
    left: 30%;
    z-index: 4;
    width: 65px;
    height: 58px;
    opacity: 0.85;
    pointer-events: none;
}

.bluebird {
    position: fixed;
    top: 40%;
    right: 30%;
    z-index: 5;
    width: 72px;
    height: 65px;
    opacity: 0.85;
    pointer-events: none;
}

/* Eagle - Majestic flight */
.eagle {
    position: fixed;
    top: 15%;
    left: -150px;
    z-index: 7;
    width: 180px;
    height: 120px;
    opacity: 0.95;
    pointer-events: none;
}

/* Elephant in the forest */
.elephant {
    position: fixed;
    bottom: 200px;
    left: 10%;
    z-index: 4;
    width: 140px;
    height: 140px;
    opacity: 0.9;
    pointer-events: none;
}

/* Green leaves in the foreground */
.foreground-leaf {
    position: fixed;
    z-index: 6;
    opacity: 0.85;
    pointer-events: none;
}

.foreground-leaf1 {
    bottom: 180px;
    left: 5%;
    width: 50px;
    height: 60px;
    transform: rotate(-15deg);
}

.foreground-leaf2 {
    bottom: 220px;
    right: 8%;
    width: 45px;
    height: 55px;
    transform: rotate(20deg);
}

.foreground-leaf3 {
    bottom: 250px;
    left: 15%;
    width: 55px;
    height: 65px;
    transform: rotate(10deg);
}

.foreground-leaf4 {
    bottom: 200px;
    right: 15%;
    width: 40px;
    height: 50px;
    transform: rotate(-25deg);
}

.foreground-leaf5 {
    bottom: 280px;
    right: 5%;
    width: 48px;
    height: 58px;
    transform: rotate(15deg);
}

/* Falling Leaves */
.falling-leaf {
    position: fixed;
    z-index: 3;
    opacity: 0.6;
    pointer-events: none;
}

.falling-leaf1 {
    top: 10%;
    right: 15%;
    width: 25px;
    height: 30px;
}

.falling-leaf2 {
    top: 15%;
    left: 20%;
    width: 20px;
    height: 25px;
}

.falling-leaf3 {
    top: 20%;
    right: 40%;
    width: 22px;
    height: 28px;
}

.falling-leaf4 {
    top: 5%;
    left: 35%;
    width: 24px;
    height: 32px;
}

.falling-leaf5 {
    top: 25%;
    left: 10%;
    width: 18px;
    height: 24px;
}

.falling-leaf6 {
    top: 12%;
    right: 8%;
    width: 21px;
    height: 26px;
}

.falling-leaf7 {
    top: 35%;
    right: 25%;
    width: 23px;
    height: 29px;
}

.falling-leaf8 {
    top: 8%;
    left: 50%;
    width: 19px;
    height: 25px;
}

/* Floating Seeds/Pollen */
.seed {
    position: fixed;
    width: 4px;
    height: 4px;
    background: #ffd700;
    border-radius: 50%;
    opacity: 0.6;
    z-index: 2;
    pointer-events: none;
    box-shadow: 0 0 4px rgba(255, 215, 0, 0.6);
}

.seed1 {
    top: 30%;
    left: 10%;
}

.seed2 {
    top: 50%;
    right: 15%;
}

.seed3 {
    top: 70%;
    left: 20%;
}

.seed4 {
    top: 35%;
    right: 25%;
}

.seed5 {
    top: 60%;
    left: 15%;
}

/* Responsive Design */

/* Large Desktop (1920px and above) */
@media (min-width: 1920px) {
    .container {
        max-width: 1400px;
        padding: 3rem 2rem;
    }
    
    .content {
        min-height: calc(100vh - 6rem);
        padding: 3rem 0;
    }
    
    .logo-container {
        margin-bottom: 4rem;
    }
    
    .main-text {
        margin-bottom: 3rem;
    }
    
    .logo {
        font-size: 3.5rem;
    }
    
    .coming-soon-title {
        font-size: 3rem;
        margin-bottom: 2rem;
        line-height: 1.4;
    }
    
    .subtitle {
        font-size: 1.4rem;
        max-width: 800px;
        line-height: 1.9;
    }
    
    /* Larger birds for large screens */
    .robin-bird {
        width: 110px;
        height: 90px;
    }
    
    .cardinal-bird {
        width: 95px;
        height: 110px;
    }
    
    .sparrow-bird {
        width: 90px;
        height: 80px;
    }
    
    .bluebird {
        width: 100px;
        height: 90px;
    }
    
    .eagle {
        width: 240px;
        height: 160px;
    }
    
    .small-bird1 {
        width: 95px;
        height: 54px;
    }
    
    .small-bird2 {
        width: 90px;
        height: 50px;
    }
    
    .small-bird3 {
        width: 92px;
        height: 54px;
    }
}

/* Desktop (1024px - 1919px) - Default styles apply */
@media (min-width: 1024px) and (max-width: 1919px) {
    .container {
        max-width: 1200px;
    }
    
    .content {
        min-height: calc(100vh - 4rem);
    }
    
    /* Slightly larger birds for desktop */
    .robin-bird {
        width: 90px;
        height: 75px;
    }
    
    .cardinal-bird {
        width: 80px;
        height: 92px;
    }
    
    .sparrow-bird {
        width: 75px;
        height: 68px;
    }
    
    .bluebird {
        width: 82px;
        height: 75px;
    }
    
    .eagle {
        width: 200px;
        height: 135px;
    }
    
    .small-bird1 {
        width: 80px;
        height: 45px;
    }
    
    .small-bird2 {
        width: 75px;
        height: 42px;
    }
    
    .small-bird3 {
        width: 78px;
        height: 45px;
    }
}

/* Tablet Landscape (768px - 1023px) */
@media (max-width: 1023px) {
    .container {
        padding: 1.5rem;
    }
    
    .content {
        min-height: calc(100vh - 3rem);
        padding: 1.5rem 0;
    }
    
    .logo {
        font-size: 2.5rem;
    }
    
    .coming-soon-title {
        font-size: 2rem;
        margin-bottom: 1.2rem;
    }
    
    .subtitle {
        font-size: 1.1rem;
    }
    
    .logo-container {
        margin-bottom: 2rem;
    }
    
    .sun-graphic {
        width: 180px;
        height: 180px;
        top: -40px;
        left: -40px;
    }
    
    /* Scale down decorative elements */
    .robin-bird, .cardinal-bird, .sparrow-bird, .bluebird {
        transform: scale(0.85);
    }
    
    .eagle {
        transform: scale(0.8);
    }
    
    .elephant {
        transform: scale(0.85);
    }
    
    .butterfly {
        transform: scale(0.9);
    }
    
    .small-bird {
        transform: scale(0.8);
    }
    
    .cloud {
        transform: scale(0.9);
    }
    
    .leaf, .foreground-leaf, .falling-leaf {
        transform: scale(0.85);
    }
    
    .flower {
        transform: scale(0.9);
    }
    
    .ground-shapes {
        height: 280px;
    }
}

/* Tablet Portrait (481px - 767px) */
@media (max-width: 767px) {
    .container {
        padding: 1rem;
    }
    
    .content {
        min-height: calc(100vh - 2rem);
        padding: 1rem 0;
    }
    
    .logo {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    
    .coming-soon-title {
        font-size: 1.6rem;
        margin-bottom: 1rem;
        line-height: 1.4;
    }
    
    .subtitle {
        font-size: 1rem;
        padding: 0 1rem;
        line-height: 1.6;
    }
    
    .logo-container {
        margin-bottom: 1.5rem;
    }
    
    .main-text {
        margin-bottom: 2rem;
    }
    
    .sun-graphic {
        width: 120px;
        height: 120px;
        top: -20px;
        left: -20px;
    }
    
    /* Further scale down decorative elements */
    .robin-bird {
        width: 45px;
        height: 38px;
        transform: scale(0.7);
    }
    
    .cardinal-bird {
        width: 40px;
        height: 45px;
        transform: scale(0.7);
    }
    
    .sparrow-bird {
        width: 35px;
        height: 32px;
        transform: scale(0.7);
    }
    
    .bluebird {
        width: 40px;
        height: 36px;
        transform: scale(0.7);
    }
    
    .eagle {
        width: 90px;
        height: 60px;
        transform: scale(0.6);
    }
    
    .elephant {
        width: 110px;
        height: 110px;
        transform: scale(0.7);
    }
    
    .butterfly {
        width: 50px;
        height: 42px;
        transform: scale(0.75);
    }
    
    .small-bird1 {
        width: 40px;
        height: 22px;
        transform: scale(0.7);
    }
    
    .small-bird2 {
        width: 36px;
        height: 20px;
        transform: scale(0.7);
    }
    
    .small-bird3 {
        width: 38px;
        height: 22px;
        transform: scale(0.7);
    }
    
    .cloud1 {
        width: 90px;
        height: 45px;
    }
    
    .cloud2 {
        width: 75px;
        height: 38px;
    }
    
    .leaf1, .leaf2 {
        transform: scale(0.7);
    }
    
    .foreground-leaf {
        transform: scale(0.65);
    }
    
    .falling-leaf {
        transform: scale(0.6);
    }
    
    .flower1, .flower2 {
        transform: scale(0.75);
    }
    
    .ground-shapes {
        height: 200px;
    }
    
    .mountains {
        height: 360px;
    }
    
    .bird-container {
        right: 5%;
        bottom: 100px;
    }
    
    .bird {
        width: 50px;
        height: 75px;
    }
    
    .pine-tree-bottom {
        width: 30px;
        height: 50px;
    }
    
    .bottom-pines {
        padding: 0 8%;
    }
}

/* Mobile Landscape (481px - 767px landscape) */
@media (max-width: 767px) and (orientation: landscape) {
    .content {
        min-height: calc(100vh - 1rem);
        padding: 0.5rem 0;
    }
    
    .logo {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }
    
    .coming-soon-title {
        font-size: 1.4rem;
        margin-bottom: 0.8rem;
    }
    
    .subtitle {
        font-size: 0.95rem;
    }
    
    .ground-shapes {
        height: 150px;
    }
    
    .mountains {
        height: 320px;
    }
}

/* Mobile Portrait (320px - 480px) */
@media (max-width: 480px) {
    .container {
        padding: 0.75rem;
    }
    
    .content {
        min-height: calc(100vh - 1.5rem);
        padding: 0.5rem 0;
    }
    
    .logo {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }
    
    .coming-soon-title {
        font-size: 1.2rem;
        margin-bottom: 0.8rem;
        line-height: 1.3;
        padding: 0 0.5rem;
    }
    
    .subtitle {
        font-size: 0.9rem;
        padding: 0 0.75rem;
        line-height: 1.5;
    }
    
    .logo-container {
        margin-bottom: 1rem;
    }
    
    .main-text {
        margin-bottom: 1.5rem;
    }
    
    .sun-graphic {
        width: 100px;
        height: 100px;
        top: -15px;
        left: -15px;
    }
    
    /* Even smaller decorative elements */
    .robin-bird {
        width: 35px;
        height: 30px;
        transform: scale(0.6);
    }
    
    .cardinal-bird {
        width: 32px;
        height: 36px;
        transform: scale(0.6);
    }
    
    .sparrow-bird {
        width: 28px;
        height: 25px;
        transform: scale(0.6);
    }
    
    .bluebird {
        width: 32px;
        height: 29px;
        transform: scale(0.6);
    }
    
    .eagle {
        width: 70px;
        height: 47px;
        transform: scale(0.5);
    }
    
    .elephant {
        width: 85px;
        height: 85px;
        transform: scale(0.6);
    }
    
    .butterfly {
        width: 40px;
        height: 33px;
        transform: scale(0.6);
    }
    
    .small-bird1 {
        width: 32px;
        height: 18px;
        transform: scale(0.6);
    }
    
    .small-bird2 {
        width: 28px;
        height: 16px;
        transform: scale(0.6);
    }
    
    .small-bird3 {
        width: 30px;
        height: 18px;
        transform: scale(0.6);
    }
    
    .cloud1 {
        width: 70px;
        height: 35px;
    }
    
    .cloud2 {
        width: 60px;
        height: 30px;
    }
    
    .leaf1, .leaf2 {
        transform: scale(0.5);
    }
    
    .foreground-leaf {
        transform: scale(0.45);
    }
    
    .falling-leaf {
        transform: scale(0.4);
    }
    
    .flower1, .flower2 {
        transform: scale(0.6);
    }
    
    .ground-shapes {
        height: 150px;
    }
    
    .mountains {
        height: 320px;
    }
    
    .bird-container {
        right: 3%;
        bottom: 80px;
    }
    
    .bird {
        width: 40px;
        height: 60px;
    }
    
    .pine-tree-bottom {
        width: 25px;
        height: 40px;
    }
    
    .pine-trees .pine-tree {
        width: 18px;
        height: 27px;
    }
    
    .bottom-pines {
        padding: 0 3%;
    }
    
    .seed {
        width: 3px;
        height: 3px;
    }
    
    .accent-dot .dot {
        width: 4px;
        height: 4px;
    }
}

/* Extra Small Mobile (max-width: 360px) */
@media (max-width: 360px) {
    .container {
        padding: 0.5rem;
    }
    
    .logo {
        font-size: 1.4rem;
    }
    
    .coming-soon-title {
        font-size: 1rem;
        padding: 0 0.25rem;
    }
    
    .subtitle {
        font-size: 0.85rem;
        padding: 0 0.5rem;
    }
    
    .sun-graphic {
        width: 80px;
        height: 80px;
        top: -10px;
        left: -10px;
    }
    
    .ground-shapes {
        height: 120px;
    }
    
    .mountains {
        height: 240px;
    }
}

/* Touch-friendly improvements for mobile devices */
@media (hover: none) and (pointer: coarse) {
    .accent-dot .dot {
        width: 6px;
        height: 6px;
    }
}

/* High DPI displays optimization */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .logo, .coming-soon-title {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

/* Prevent text size adjustment on iOS */
@media screen and (max-width: 767px) {
    html {
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    }
}

/* Print Styles */
@media print {
    .background-blur,
    .sun-graphic,
    .cloud,
    .bird-container,
    .bird,
    .small-bird,
    .robin-bird,
    .cardinal-bird,
    .sparrow-bird,
    .bluebird,
    .eagle,
    .elephant,
    .butterfly,
    .leaf,
    .foreground-leaf,
    .falling-leaf,
    .flower,
    .ground-shapes,
    .mountains,
    .bottom-pines,
    .seed {
        display: none;
    }
    
    .content {
        padding-top: 2rem;
    }
    
    body {
        background: white;
    }
}

/* Animation classes */
