/*
Theme Name: Tactile History
Theme URI: https://www.tactilehistory.com
Author: Tactile History
Description: Lightweight marketing theme for tactilehistory.com.
Version: 0.1.0
*/

:root { --ink:#1c1c1c; --muted:#666; --accent:#2b5fa6; --bg:#fafafa; --paper:#fff; --line:#e3e3e3; }
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--bg); color: var(--ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, system-ui, sans-serif;
	font-size: 16px; line-height: 1.6; }
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }

.site-header { background: var(--paper); border-bottom: 1px solid var(--line); }
.site-header .wrap { max-width: 1100px; margin: 0 auto; padding: 18px 24px; display: flex; align-items: center; justify-content: space-between; }
.site-header .brand { font-weight: 700; font-size: 20px; color: var(--ink); }
.site-header nav a { margin-left: 24px; color: var(--ink); font-weight: 500; }

main { max-width: 1100px; margin: 0 auto; padding: 40px 24px; }

.hero { text-align: center; padding: 60px 20px; }
.hero h1 { font-size: 44px; margin: 0 0 16px; line-height: 1.15; }
.hero p.lede { font-size: 20px; color: var(--muted); max-width: 720px; margin: 0 auto 28px; }
.hero .cta { display: inline-block; background: var(--accent); color: #fff; padding: 14px 24px; border-radius: 6px; font-weight: 600; }

.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; margin: 40px 0; }
.feature { background: var(--paper); border: 1px solid var(--line); border-radius: 10px; padding: 24px; }
.feature h3 { margin-top: 0; }

.site-footer { border-top: 1px solid var(--line); margin-top: 60px; padding: 32px 24px; text-align: center; color: var(--muted); font-size: 14px; }

.notice { background: #fff8d6; border: 1px solid #f0d97a; padding: 12px 16px; border-radius: 6px; margin: 16px 0; }
.error  { background: #fde0e0; border: 1px solid #f0a0a0; padding: 12px 16px; border-radius: 6px; margin: 16px 0; }
