/*
Theme Name: Shinjuku Stays
Theme URI: https://example.com/shinjuku-stays
Author: Claude
Author URI: https://claude.com
Description: A hotel listing theme for Shinjuku, Tokyo, built around the neighborhood's identity as a rail hub — filterable stays styled like station signage and ticket stubs. Custom post type "Hotel" with area, price, rating, and amenity filters.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: shinjuku-stays
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* Base reset — full design lives in assets/css/main.css */
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; }
img { max-width: 100%; display: block; }
