/*
Theme Name: Vybgo
Theme URI: https://vybgo.com
Author: Mice Helium Design Studio
Author URI: https://micehelium.com
Description: Vybgo — Your Ride. Your Music. Your Vibe. A custom animated WordPress theme powered by React and Framer Motion.
Version: 1.0.0
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
Text Domain: vybgo
*/

/* Base resets */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#root {
    width: 100%;
    min-height: 100vh;
}

/* Admin bar fix */
body.admin-bar #root {
    min-height: calc(100vh - 32px);
}

/* Hide WordPress default elements that shouldn't show on this single-page theme */
.entry-header,
.entry-footer,
.post-navigation,
.comments-area,
.site-footer,
.wp-block-post-navigation-link,
.wp-block-post-template {
    display: none !important;
}

/* Ensure full-width layout */
.site-content,
.content-area,
.site-main,
.container,
.wp-block-group__inner-container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
