
:root { color-scheme: dark; --bg:#0f172a; --panel:#172033; --card:#1f2a44; --text:#e5e7eb; --muted:#94a3b8; --accent:#f8c471; --line:#334155; --body-gradient:#22304f; --header:rgba(15, 23, 42, .88); --shadow:rgba(0, 0, 0, .22); }
:root[data-theme="light"] { color-scheme: light; --bg:#f7efe1; --panel:#fff8ec; --card:#fffdf7; --text:#2f2417; --muted:#765f46; --accent:#9a5b1f; --line:#e6d6bd; --body-gradient:#f1d8aa; --header:rgba(255, 248, 236, .9); --shadow:rgba(88, 62, 35, .16); }
* { box-sizing: border-box; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: radial-gradient(circle at top left, var(--body-gradient), var(--bg)); color: var(--text); }
a { color: inherit; }
.site-header { position: sticky; top: 0; z-index: 5; display: flex; justify-content: flex-start; align-items: center; gap: 16px; padding: 16px 28px; background: var(--header); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
nav { display: flex; gap: 16px; }
nav a { color: var(--muted); text-decoration: none; }
nav a:hover { color: var(--accent); }
.theme-toggle { display: inline-grid; place-items: center; width: 38px; height: 38px; margin-left: auto; border: 1px solid var(--line); border-radius: 999px; padding: 0; background: var(--card); color: var(--text); font: inherit; font-weight: 900; cursor: pointer; }
.theme-toggle:hover { border-color: var(--accent); color: var(--accent); }
.theme-icon { grid-area: 1 / 1; font-size: 18px; line-height: 1; transition: opacity .16s ease, transform .16s ease; }
:root[data-theme="dark"] .theme-icon-sun { opacity: 1; transform: scale(1); }
:root[data-theme="dark"] .theme-icon-moon { opacity: 0; transform: scale(.7); }
:root[data-theme="light"] .theme-icon-sun { opacity: 0; transform: scale(.7); }
:root[data-theme="light"] .theme-icon-moon { opacity: 1; transform: scale(1); }
main { width: min(1120px, calc(100% - 32px)); margin: 0 auto; padding: 32px 0 64px; }
.hero { padding: 56px 0 34px; }
.banner-hero { position: relative; overflow: hidden; min-height: 360px; display: flex; align-items: flex-end; padding: 48px; border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(180deg, rgba(15,23,42,.25), rgba(15,23,42,.92)), url("gallery/party-campfire.jpg") center 48% / cover; box-shadow: 0 24px 80px rgba(0, 0, 0, .32); }
.hero-copy { position: relative; z-index: 1; max-width: 880px; }
.hero h1 { margin: 0; font-size: clamp(36px, 6vw, 72px); line-height: .95; max-width: 920px; }
.hero p { max-width: 780px; color: var(--muted); font-size: 18px; line-height: 1.6; }
.banner-hero p { color: #e2e8f0; text-shadow: 0 2px 12px rgba(0,0,0,.35); }
.banner-hero .eyebrow { color: var(--accent); }
.eyebrow { color: var(--accent); text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 700; }
.panel { background: color-mix(in srgb, var(--panel) 88%, transparent); border: 1px solid var(--line); border-radius: 24px; padding: 24px; margin: 20px 0; box-shadow: 0 18px 50px var(--shadow); }
.grid { display: grid; gap: 16px; }
.two { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.four, .five { grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }
.card, .mini-card { display: block; background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 18px; text-decoration: none; }
.link-card:hover { border-color: var(--accent); transform: translateY(-1px); }
.mini-card span { display: block; margin-top: 6px; color: var(--muted); }
.list { display: grid; gap: 12px; }
.list-item { display: block; padding: 16px; background: var(--card); border: 1px solid var(--line); border-radius: 16px; text-decoration: none; }
.list-item span { display: block; margin-top: 6px; color: var(--muted); }
h2, h3 { margin-top: 0; }
p, li { color: var(--muted); line-height: 1.65; }
.muted { color: var(--muted); }
.button { display: inline-block; padding: 10px 14px; background: var(--accent); color: #1f2937; border-radius: 999px; font-weight: 800; text-decoration: none; }
.alpha-nav { display: flex; gap: 8px; flex-wrap: wrap; }
.alpha-nav a { min-width: 38px; text-align: center; padding: 8px 10px; border: 1px solid var(--line); border-radius: 999px; background: var(--card); color: var(--text); text-decoration: none; font-weight: 800; }
.alpha-nav a:hover { border-color: var(--accent); color: var(--accent); }
.gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.art-card { margin: 0; overflow: hidden; background: var(--card); border: 1px solid var(--line); border-radius: 18px; }
.art-card img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: #0f172a; }
.art-card figcaption { display: grid; gap: 4px; padding: 14px; }
.art-card figcaption span { color: var(--muted); line-height: 1.4; }
.map-card { margin: 0; overflow: hidden; background: var(--card); border: 1px solid var(--line); border-radius: 18px; }
.map-card img { display: block; width: 100%; height: auto; background: #0f172a; }
.map-card figcaption { padding: 14px; color: var(--muted); line-height: 1.4; }
.character-card { overflow: hidden; }
.portrait { display: block; width: calc(100% + 36px); margin: -18px -18px 16px; aspect-ratio: 1 / 1; object-fit: cover; border-bottom: 1px solid var(--line); background: #0f172a; }
@media (max-width: 760px) { .site-header { align-items: flex-start; flex-direction: column; gap: 10px; } nav { flex-wrap: wrap; } .banner-hero { min-height: 300px; padding: 28px; } }
