/*
Theme Name: Free Hong Konger
Theme URI: https://freehongkonger.com
Author: Free Hong Konger
Description: 香港美食與文化歷史網站主題。
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: free-hongkonger
*/
:root{--ink:#202124;--jade:#1f6f5b;--amber:#d89b3d;--rice:#f7f1e5;--red:#a33b2e;--paper:#fffdf8}*{box-sizing:border-box}body{margin:0;background:var(--rice);color:var(--ink);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans TC",sans-serif;line-height:1.75}a{color:var(--jade)}a:hover{color:var(--red)}.fhk-wrap{width:min(1120px,92%);margin:auto}.fhk-header{background:var(--paper);border-bottom:1px solid #e5dac5}.fhk-brand{display:block;padding:1rem 0;text-decoration:none;color:var(--ink);font-weight:800;line-height:1.3}.fhk-brand span{color:var(--red)}.fhk-nav ul{display:flex;flex-wrap:wrap;gap:1rem;list-style:none;margin:0;padding:0}.fhk-nav a{text-decoration:none}.fhk-header-inner{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.4rem 0 1rem}.fhk-hero{padding:6rem 0 5rem;background:linear-gradient(135deg,var(--jade),#12483c);color:#fff}.fhk-hero h1{max-width:760px;margin:0 0 1rem;font:700 clamp(2.4rem,6vw,5rem)/1.1 Georgia,"Noto Serif TC",serif}.fhk-hero p{max-width:680px;font-size:1.15rem}.fhk-button{display:inline-block;padding:.7rem 1.2rem;border-radius:99px;background:var(--amber);color:var(--ink);font-weight:700;text-decoration:none}.fhk-main{padding:4rem 0}.fhk-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.fhk-card{height:100%;padding:1.3rem;background:var(--paper);border:1px solid #e5dac5;border-radius:14px;box-shadow:0 5px 18px #533b1412}.fhk-card h2,.fhk-card h3{margin-top:0;font-family:Georgia,"Noto Serif TC",serif}.fhk-year{color:var(--red);font-weight:800}.fhk-footer{padding:3rem 0;background:var(--ink);color:#fff}.fhk-footer a{color:#f0bd61}.fhk-content{max-width:820px}.fhk-content img{max-width:100%;height:auto;border-radius:14px}@media(max-width:700px){.fhk-header-inner{display:block}.fhk-hero{padding:4rem 0 3rem}.fhk-nav{margin-top:.5rem}}