seed some celebrations s

body.creek-page {
    overflow-x: visible;
}

@media (orientation: landscape) and (hover: none) and (pointer: coarse) {
    body.creek-page header,
    body.creek-page footer { display: none !important; }
    body.creek-page .content-wrapper { padding: 0 !important; }
    #creekControls { top: 12px !important; }
    
    #breathePicker {
        top: 80px !important;
        max-height: calc(100svh - 90px) !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }
}

#video-background {
    pointer-events: none;
}

#creekControls {
    position: fixed;
    top: 100px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
}
.creek-btn-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.creek-btn {
    background: rgba(27,24,22,0.75);
    color: #f0ece6;
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 50%;
    width: 52px !important;
    height: 52px !important;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(4px);
    transition: background 0.2s;
    padding: 0 !important;
    margin: 0 !important;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}
.creek-btn:hover,
.creek-btn:active { background: rgba(27,24,22,0.95); color: #fff; }
#breatheBtn.active { background: rgba(120,170,140,0.75); border-color: rgba(180,230,200,0.5); }
.creek-btn-label {
    color: rgba(240,236,230,0.80);
    font-size: 0.68rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-shadow: 0 1px 4px rgba(0,0,0,0.7);
    white-space: nowrap;
}

#breathePicker {
    position: fixed;
    top: 178px;
    right: 12px;
    z-index: 10000;
    background: rgba(18,16,14,0.92);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 12px;
    padding: 10px 0;
    min-width: 192px;
    backdrop-filter: blur(10px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
    box-shadow: 0 8px 32px rgba(0,0,0,0.5);
}
#breathePicker.open { opacity: 1; pointer-events: all; }
#breathePicker h6 {
    color: rgba(200,240,220,0.70);
    font-size: 0.65rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 0 0 6px;
    padding: 0 16px;
}
#breathePicker .ex-btn {
    display: block;
    width: 100% !important;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    color: rgba(240,236,230,0.90);
    padding: 9px 16px !important;
    text-align: left;
    font-size: 0.88rem;
    cursor: pointer;
    transition: background 0.15s;
    height: auto !important;
    margin: 0 !important;
    touch-action: manipulation;
}
#breathePicker .ex-btn:hover,
#breathePicker .ex-btn:active { background: rgba(255,255,255,0.08) !important; color: #fff; }
#breathePicker .ex-sub {
    display: block;
    font-size: 0.72rem;
    color: rgba(200,220,210,0.55);
    margin-top: 1px;
}

#breatheOverlay {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9990;
    pointer-events: none;
}
#breatheRingWrap {
    position: relative;
    width: 220px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#breatheRing {
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgba(200,240,220,0.80);
    background: rgba(160,230,200,0.06);
}
#breatheCue {
    position: absolute;
    z-index: 1;
    color: rgba(245,241,236,0.95);
    font-size: 1.05rem;
    letter-spacing: 0.13em;
    font-family: Georgia, serif;
    text-align: center;
    white-space: nowrap;
    text-shadow: 0 1px 6px rgba(0,0,0,0.65);
    pointer-events: none;
}
