/*
Theme Name: TK SAXOPHONE
Theme URI: https://tksaxophone.com/
Author: Genspark
Description: 將 TK SAXOPHONE 現行網站轉換為可安裝的 WordPress 主題，包含 CPT、AJAX、WooCommerce 相容、LINE 諮詢與 GA 整合。
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: tk-saxophone
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-logo, custom-menu, featured-images, accessibility-ready, e-commerce
*/

:root {
  --tk-bg: #0d0d0f;
  --tk-surface: #16161a;
  --tk-surface-alt: #202026;
  --tk-text: #f5f1e8;
  --tk-text-muted: #d6c8ae;
  --tk-accent: #c59a3d;
  --tk-accent-dark: #8a6421;
  --tk-border: rgba(255,255,255,.1);
  --tk-shadow: 0 12px 40px rgba(0,0,0,.24);
  --tk-radius: 18px;
  --tk-container: min(1200px, calc(100% - 2rem));
}

html { box-sizing: border-box; scroll-behavior: smooth; }
*, *::before, *::after { box-sizing: inherit; }
body { margin: 0; font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif; background: var(--tk-bg); color: var(--tk-text); }
img { max-width: 100%; height: auto; }
a { color: inherit; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.screen-reader-text:focus { clip: auto; width: auto; height: auto; margin: 0; padding: .75rem 1rem; background: #fff; color: #000; z-index: 9999; }
