/*
Theme Name: Ageshio Japan
Theme URI: https://ageshiojapan.com
Author: Ageshio Japan
Author URI: https://ageshiojapan.com
Description: Bespoke theme for the Ageshio Japan redesign. A minimal, standalone Elementor host theme (no parent) — it steps back and lets Elementor + the Ageshio Global Kit render the site. Layout/motion live in components.css; content, colours and type are edited in Elementor (Site Settings + the page editor).
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ageshio-japan
Tags: elementor, custom-background, custom-logo, custom-menu, featured-images, full-width-template
*/

/* This file is the THEME HEADER (WordPress reads the comment above to identify the
   theme) plus a few base resets. All real design lives in:
     - components.css (layout, the sticky deck, carousels, motion) — enqueued separately
     - fonts.css (@font-face for the 4 self-hosted families) — enqueued separately
     - the Elementor Global Kit (colours + typography) — stored in the database
   Kept deliberately tiny: this is an Elementor host theme, not a classic theme. */

html { -webkit-text-size-adjust: 100%; }
body { margin: 0; }
*, *::before, *::after { box-sizing: border-box; }
img, svg, video { max-width: 100%; height: auto; }
a { text-decoration: none; }
