/*
Theme Name: Oteage
Description: ゴミ屋敷片付け オテアゲ専用WordPressテーマ
Version: 1.0.0
Author: Custom Development Team
Text Domain: oteage
Domain Path: /languages
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

This theme is built for Oteage cleaning service business with:
- Area-based SEO optimization
- Japanese UX/UI optimization
- Conversion-focused design
- Atlassian Design System integration
*/

/* Critical CSS will be loaded inline for performance */
/* Main stylesheet is compiled from SCSS in assets/scss/ */

/* Remove any unwanted spacing */
body {
    margin: 0 !important;
    padding: 0 !important;
}

html {
    margin: 0 !important;
    padding: 0 !important;
}

.main,
main,
#main {
    margin: 0 !important;
    padding: 0 !important;
}

.footer {
    margin-top: 0 !important;
}

/* Ensure no pseudo elements causing space */
.front-page::after,
.front-page::before,
body::after,
body::before,
html::after,
html::before {
    display: none !important;
}

/* Remove any default WordPress admin bar space */
body.admin-bar {
    margin-top: 0 !important;
}

/* Debug: Add temporary border to identify spacing issues */
/* Uncomment to debug */
/*
* {
    border: 1px solid red !important;
}
*/