/*
Theme Name: SGS Minimal
Theme URI: https://example.com/
Author: You
Author URI: https://example.com/
Description: A minimal classic theme designed to pair with Sanko Gallery Super. It avoids heavy headers/menus and lets the plugin's simple header & overlay work sitewide without conflicts.
Version: 1.0.1
License: GPL-2.0-or-later
Text Domain: sgs-minimal
*/
:root{
  --container-max: 1920px;
}
html,body{margin:0;padding:0}
body{font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif; line-height:1.65; color:#111827; background:#fff;}
a{color:#111827}
.wrapper{max-width:var(--container-max); margin:0 auto; padding:16px;}
.site-title{display:none} /* use plugin header instead */
main{display:block}
/* basic WP classes */
.alignwide{max-width:calc(var(--container-max) + 160px); margin-left:auto; margin-right:auto}
.alignfull{max-width:none; margin-left:0; margin-right:0}
.wp-block-image img{height:auto;max-width:100%}
/* keep footer simple */
footer.site-footer{border-top:1px solid #eee; padding:24px 0; color:#6b7280; font-size:14px}
