/* ==========================================================================
   That House on Mill St — haunted display site
   ========================================================================== */

:root {
  --bg-void: #07050a;
  --bg-deep: #0f0a12;
  --bg-panel: #17111d;
  --bg-panel-light: #1f1720;
  --blood: #a3110f;
  --blood-bright: #e0261a;
  --ember: #ff7a1a;
  --bone: #ece2c8;
  --bone-dim: #b9ac93;
  --purple: #6c2bd9;
  --green-glow: #3ddc84;
  --border: rgba(236, 226, 200, 0.12);
  --shadow-glow: 0 0 25px rgba(163, 17, 15, 0.45);
  --font-display: 'Creepster', cursive;
  --font-accent: 'Butcherman', cursive;
  --font-body: 'Mulish', system-ui, -apple-system, Segoe UI, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: radial-gradient(ellipse at top, #150c1b 0%, var(--bg-void) 55%, #030203 100%);
  color: var(--bone);
  font-family: var(--font-body);
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

a { color: var(--blood-bright); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--ember); }

h1, h2, h3, h4 { font-family: var(--font-accent); font-weight: 400; color: var(--bone); letter-spacing: .5px; margin: 0 0 .5em; }

img { max-width: 100%; display: block; }

::selection { background: var(--blood); color: var(--bone); }

/* ---------- Atmosphere: stars, bats, embers, fog ---------- */

.atmosphere {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.stars {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1.5px 1.5px at 20% 30%, rgba(236,226,200,.5), transparent),
    radial-gradient(1.5px 1.5px at 70% 60%, rgba(236,226,200,.35), transparent),
    radial-gradient(1px 1px at 40% 80%, rgba(236,226,200,.4), transparent),
    radial-gradient(1px 1px at 85% 20%, rgba(236,226,200,.3), transparent),
    radial-gradient(1.5px 1.5px at 55% 15%, rgba(236,226,200,.3), transparent),
    radial-gradient(1px 1px at 10% 65%, rgba(236,226,200,.35), transparent);
  background-repeat: repeat;
  background-size: 600px 600px;
  opacity: .6;
  animation: twinkle 6s ease-in-out infinite alternate;
}

@keyframes twinkle {
  from { opacity: .35; }
  to { opacity: .75; }
}

.bat {
  position: absolute;
  font-size: 22px;
  filter: drop-shadow(0 0 6px rgba(0,0,0,.8)) brightness(0) saturate(100%) invert(8%);
  opacity: .8;
  animation: fly 22s linear infinite;
  top: 20%;
}
.bat-1 { animation-duration: 26s; top: 15%; animation-delay: 0s; }
.bat-2 { animation-duration: 34s; top: 32%; animation-delay: -8s; font-size: 16px; }
.bat-3 { animation-duration: 40s; top: 8%; animation-delay: -20s; font-size: 14px; }

@keyframes fly {
  0%   { left: -5%; transform: translateY(0) scale(1); }
  25%  { transform: translateY(-40px) scale(1.05); }
  50%  { transform: translateY(10px) scale(.95); }
  75%  { transform: translateY(-25px) scale(1); }
  100% { left: 105%; transform: translateY(0) scale(1); }
}

.embers {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(2px 2px at 15% 90%, var(--ember), transparent),
    radial-gradient(2px 2px at 35% 95%, var(--blood-bright), transparent),
    radial-gradient(1.5px 1.5px at 55% 92%, var(--ember), transparent),
    radial-gradient(2px 2px at 75% 96%, var(--blood-bright), transparent),
    radial-gradient(1.5px 1.5px at 90% 90%, var(--ember), transparent);
  background-size: 100% 100%;
  animation: rise 9s linear infinite;
  opacity: .55;
}

@keyframes rise {
  from { background-position: 0 0; opacity: 0; }
  10% { opacity: .6; }
  90% { opacity: .3; }
  to { background-position: 0 -1200px; opacity: 0; }
}

.fog {
  position: absolute;
  bottom: -10%;
  left: -20%;
  width: 140%;
  height: 40%;
  background: linear-gradient(to top, rgba(120, 40, 40, .12), transparent 70%);
  filter: blur(10px);
  animation: drift 40s linear infinite;
}
.fog-2 { animation-duration: 60s; animation-direction: reverse; opacity: .6; bottom: -15%; }
.fog-footer { position: absolute; bottom: 0; left: -20%; width: 140%; height: 100%; }

@keyframes drift {
  from { transform: translateX(-5%); }
  to { transform: translateX(5%); }
}

/* ---------- Header / Nav ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(to bottom, rgba(7,5,10,.96), rgba(7,5,10,.85));
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--border);
}

.nav-countdown {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-body);
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .4px;
  color: var(--bone-dim);
  text-shadow: 0 0 8px rgba(163,17,15,.55);
  white-space: nowrap;
  padding: 8px 18px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: rgba(163,17,15,.1);
  animation: flicker 6s infinite;
}

.nav-countdown.is-halloween {
  font-weight: 600;
  color: var(--ember);
  border-color: var(--ember);
  background: rgba(255,122,26,.15);
  text-shadow: 0 0 10px rgba(255,122,26,.75);
  animation: countdownPulse 1.6s ease-in-out infinite;
}

@keyframes countdownPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .65; }
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 24px;
}

.brand { display: flex; align-items: center; gap: 12px; }
.brand-logo {
  height: 56px;
  width: auto;
  border-radius: 8px;
  filter: drop-shadow(0 0 10px rgba(163,17,15,.55));
  transition: filter .2s ease, transform .2s ease;
}
.brand:hover .brand-logo {
  filter: drop-shadow(0 0 16px rgba(224,38,26,.75));
  transform: scale(1.03);
}

.site-nav { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: 16px 26px; }
.site-nav a {
  color: var(--bone-dim);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding: 6px 2px;
  border-bottom: 2px solid transparent;
}
.site-nav a:hover, .site-nav a.active { color: var(--bone); border-color: var(--blood); }
.nav-chat { display: inline-flex; align-items: center; gap: 8px; color: var(--blood-bright) !important; }

.pulse-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--green-glow);
  box-shadow: 0 0 8px var(--green-glow);
  animation: pulse 1.6s ease-in-out infinite;
}
@keyframes pulse { 0%,100% { opacity: 1; transform: scale(1);} 50% { opacity: .4; transform: scale(1.3);} }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span { width: 26px; height: 2px; background: var(--bone); display: block; }

/* ---------- Main / general sections ---------- */

main { position: relative; z-index: 2; }

.section { padding: 90px 0; position: relative; }
.section-tight { padding: 50px 0; }
.section-title {
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 52px);
  color: var(--bone);
  text-align: center;
  text-shadow: 0 0 18px rgba(163,17,15,.55);
  margin-bottom: 8px;
  animation: flicker 5s infinite;
}
.section-kicker {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--blood-bright);
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 12px;
}
.section-lede {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 50px;
  color: var(--bone-dim);
  font-size: 17px;
}

@keyframes flicker {
  0%, 19%, 21%, 23%, 80%, 100% { opacity: 1; }
  20%, 22%, 24% { opacity: .75; }
  81% { opacity: .85; }
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 30px;
  border-radius: 6px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 14px;
  border: 2px solid var(--blood);
  cursor: pointer;
  transition: all .2s ease;
}
.btn-primary { background: var(--blood); color: var(--bone); }
.btn-primary:hover { background: var(--blood-bright); color: #fff; box-shadow: var(--shadow-glow); }
.btn-ghost { background: transparent; color: var(--bone); }
.btn-ghost:hover { background: rgba(163,17,15,.15); color: var(--bone); }

/* ---------- Hero ---------- */

.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 40px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 40px;
  align-items: center;
  width: 100%;
}

.hero-eyebrow {
  color: var(--blood-bright);
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 800;
  font-size: 13px;
  margin-bottom: 18px;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(48px, 7vw, 92px);
  line-height: .95;
  margin: 0 0 20px;
  color: var(--bone);
  text-shadow: 0 0 30px rgba(163,17,15,.65), 0 0 70px rgba(163,17,15,.3);
  animation: flicker 6s infinite;
}
.hero-title .accent { color: var(--blood-bright); }

.hero-sub {
  font-size: 19px;
  color: var(--bone-dim);
  max-width: 480px;
  margin-bottom: 34px;
}

.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 30px; }

.hero-meta {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  font-size: 14px;
  color: var(--bone-dim);
}
.hero-meta strong { display: block; color: var(--bone); font-family: var(--font-body); font-weight: 700; font-size: 16px; letter-spacing: .2px; }

.hero-figure {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
}
.hero-figure::before {
  content: '';
  position: absolute;
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(163,17,15,.5) 0%, transparent 70%);
  filter: blur(20px);
  animation: pulseGlow 4s ease-in-out infinite;
}
@keyframes pulseGlow { 0%,100% { opacity: .6; transform: scale(1);} 50% { opacity: 1; transform: scale(1.08);} }

.hero-figure img {
  position: relative;
  max-height: 640px;
  width: auto;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,.6));
  animation: float 5s ease-in-out infinite;
}
.hero-figure-logo {
  border-radius: 22px;
  box-shadow: 0 0 0 1px var(--border);
}
@keyframes float { 0%,100% { transform: translateY(0);} 50% { transform: translateY(-16px);} }

.hero-scroll {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--bone-dim);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.hero-scroll span { width: 1px; height: 30px; background: linear-gradient(var(--blood), transparent); animation: scrollLine 1.8s ease-in-out infinite; }
@keyframes scrollLine { 0% { transform: scaleY(0); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } 51% { transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

/* ---------- Cards / grids ---------- */

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 24px;
}

.prop-card {
  background: linear-gradient(180deg, var(--bg-panel), var(--bg-panel-light));
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  cursor: pointer;
}
.prop-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 34px rgba(0,0,0,.5), 0 0 0 1px var(--blood), var(--shadow-glow);
  border-color: var(--blood);
}
.prop-card-media {
  height: 220px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: radial-gradient(ellipse at bottom, rgba(163,17,15,.25), transparent 70%);
  overflow: hidden;
  padding-top: 14px;
}
.prop-card-media img {
  height: 100%;
  width: auto;
  object-fit: contain;
  transition: transform .3s ease;
}
.prop-card:hover .prop-card-media img { transform: scale(1.08); }
.prop-card-body { padding: 16px 18px 20px; }
.prop-card-type {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
  color: var(--blood-bright);
  border: 1px solid var(--blood);
  border-radius: 20px;
  padding: 3px 10px;
  margin-bottom: 10px;
}
.prop-card-body h3 { font-size: 19px; margin-bottom: 8px; }
.prop-card-body p { color: var(--bone-dim); font-size: 14px; margin: 0; }

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 40px;
}
.filter-chip {
  background: var(--bg-panel);
  border: 1px solid var(--border);
  color: var(--bone-dim);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all .2s ease;
}
.filter-chip:hover { color: var(--bone); border-color: var(--blood); }
.filter-chip.active { background: var(--blood); color: var(--bone); border-color: var(--blood); }

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(4,2,6,.92);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px;
  backdrop-filter: blur(4px);
}
.lightbox.open { display: flex; }
.lightbox-inner { max-width: 720px; text-align: center; }
.lightbox-inner img { max-height: 70vh; margin: 0 auto 20px; filter: drop-shadow(0 20px 40px rgba(0,0,0,.7)); }
.lightbox-close {
  position: absolute; top: 24px; right: 30px;
  font-size: 34px; color: var(--bone); background: none; border: none; cursor: pointer;
}
.lightbox h3 { font-family: var(--font-accent); font-size: 28px; }
.lightbox .prop-card-type { margin-bottom: 14px; }

/* ---------- About page ---------- */

.split {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 60px;
  align-items: center;
}
.split.reverse .split-media { order: 2; }
.split-media img { border-radius: 14px; border: 1px solid var(--border); box-shadow: 0 20px 50px rgba(0,0,0,.5); }
.split-text p { color: var(--bone-dim); font-size: 16px; }
.pull-quote {
  font-family: var(--font-accent);
  font-size: 26px;
  color: var(--blood-bright);
  border-left: 3px solid var(--blood);
  padding-left: 20px;
  margin: 30px 0;
}

/* ---------- Local legend panel ---------- */

.legend-panel {
  max-width: 780px;
  margin: 0 auto;
  background: linear-gradient(180deg, var(--bg-panel), var(--bg-panel-light));
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 46px 50px;
  position: relative;
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
}
.legend-panel::before {
  content: '"';
  position: absolute;
  top: -10px; left: 24px;
  font-family: var(--font-display);
  font-size: 90px;
  color: var(--blood);
  opacity: .5;
  line-height: 1;
}
.legend-panel p {
  font-family: 'Mulish', serif;
  font-style: italic;
  color: var(--bone-dim);
  font-size: 17px;
  line-height: 1.85;
  margin: 0 0 22px;
}
.legend-panel p:last-of-type { margin-bottom: 0; }
.legend-disclosure {
  margin-top: 28px !important;
  padding-top: 20px;
  border-top: 1px dashed var(--border);
  font-style: normal !important;
  font-size: 12.5px !important;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: var(--ember) !important;
  font-weight: 700;
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 20px;
  margin-top: 40px;
}
.stat-box {
  text-align: center;
  background: var(--bg-panel);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 22px 10px;
}
.stat-box strong { display: block; font-family: var(--font-display); font-size: 30px; color: var(--blood-bright); }
.stat-box span { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; color: var(--bone-dim); }

/* ---------- Location page ---------- */

.safety-notice {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  max-width: 900px;
  margin: 0 auto 40px;
  background: rgba(255, 122, 26, .1);
  border: 1px solid var(--ember);
  border-radius: 12px;
  padding: 18px 24px;
  color: var(--bone);
  font-size: 14.5px;
  line-height: 1.6;
}
.safety-notice strong { display: block; color: var(--ember); font-size: 15.5px; margin-bottom: 4px; }
.safety-notice-icon { font-size: 26px; flex: none; line-height: 1; }

.location-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.info-card {
  background: var(--bg-panel);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 30px;
}
.info-card h3 { color: var(--blood-bright); font-size: 22px; }
.info-list { list-style: none; margin: 20px 0 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.info-list li { display: flex; gap: 14px; align-items: flex-start; color: var(--bone-dim); }
.info-list .ico {
  flex: none; width: 38px; height: 38px; border-radius: 50%;
  background: rgba(163,17,15,.18); border: 1px solid var(--blood);
  display: flex; align-items: center; justify-content: center; font-size: 17px;
}
.map-wrap {
  border-radius: 14px; overflow: hidden; border: 1px solid var(--border);
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
  position: relative;
}
.map-wrap iframe { width: 100%; height: 460px; border: 0; display: block; filter: grayscale(.3) contrast(1.05); }

/* ---------- Chat page ---------- */

.chat-shell {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 24px;
  height: 640px;
  max-height: 75vh;
}
.chat-side {
  background: var(--bg-panel);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 22px;
  overflow-y: auto;
}
.chat-side h4 { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: var(--bone-dim); }
.chat-online { display: flex; align-items: center; gap: 8px; margin-bottom: 20px; font-weight: 700; }
.chat-rules { font-size: 13px; color: var(--bone-dim); }
.chat-rules li { margin-bottom: 10px; }

.chat-main {
  background: var(--bg-panel);
  border: 1px solid var(--border);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.chat-log {
  flex: 1;
  overflow-y: auto;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.chat-msg { max-width: 85%; }
.chat-msg .who { font-size: 12px; font-weight: 800; color: var(--blood-bright); margin-bottom: 3px; display: flex; gap: 8px; align-items: baseline;}
.chat-msg .who time { color: var(--bone-dim); font-weight: 500; font-size: 11px; }
.chat-msg .bubble {
  background: var(--bg-panel-light);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 10px 14px;
  color: var(--bone);
  font-size: 14.5px;
  word-wrap: break-word;
}
.chat-msg.self .bubble { background: rgba(163,17,15,.22); border-color: var(--blood); }
.chat-msg.system .bubble { background: transparent; border: 1px dashed var(--border); color: var(--bone-dim); font-style: italic; }

.chat-input-row {
  display: flex;
  gap: 10px;
  padding: 16px 18px;
  border-top: 1px solid var(--border);
}
.chat-input-row input[type=text] {
  flex: 1;
  background: var(--bg-void);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 12px 14px;
  color: var(--bone);
  font-family: var(--font-body);
  font-size: 14.5px;
}
.chat-input-row input[type=text]:focus { outline: none; border-color: var(--blood); }

.chat-disclosure {
  font-size: 12px;
  color: var(--bone-dim);
  text-align: center;
  padding: 8px 18px 0;
}

/* Username modal */
.modal-backdrop {
  position: fixed; inset: 0; z-index: 300;
  background: rgba(4,2,6,.85);
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
}
.modal-backdrop[hidden] { display: none; }
.modal-box {
  background: var(--bg-panel);
  border: 1px solid var(--blood);
  border-radius: 16px;
  max-width: 440px;
  width: 100%;
  padding: 34px;
  box-shadow: var(--shadow-glow);
  text-align: center;
}
.modal-box h2 { font-family: var(--font-display); font-size: 32px; margin-bottom: 6px; }
.modal-box p { color: var(--bone-dim); font-size: 14px; margin-bottom: 20px; }
.modal-box input[type=text] {
  width: 100%;
  background: var(--bg-void);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--bone);
  font-family: var(--font-body);
  font-size: 15px;
  margin-bottom: 12px;
  text-align: center;
}
.modal-box input[type=text]:focus { outline: none; border-color: var(--blood); }
.modal-error { color: var(--blood-bright); font-size: 13px; min-height: 18px; margin-bottom: 10px; }
.modal-note {
  margin-top: 18px;
  font-size: 11.5px;
  color: var(--bone-dim);
  border-top: 1px solid var(--border);
  padding-top: 14px;
}

/* ---------- Footer ---------- */

.site-footer {
  position: relative;
  z-index: 2;
  background: #050308;
  border-top: 1px solid var(--border);
  padding: 60px 0 0;
  overflow: hidden;
}
.footer-inner { display: grid; grid-template-columns: 1fr 2fr; gap: 50px; position: relative; z-index: 2; }
.footer-banner { max-width: 170px; border-radius: 12px; margin-bottom: 12px; }
.footer-tagline { color: var(--bone-dim); font-style: italic; }
.footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-cols h4 { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: var(--blood-bright); margin-bottom: 12px; }
.footer-cols p { color: var(--bone-dim); font-size: 14px; }
.footer-fine { font-size: 12.5px; line-height: 1.6; }
.footer-bottom {
  margin-top: 50px;
  padding: 20px 24px;
  border-top: 1px solid var(--border);
  text-align: center;
  font-size: 13px;
  color: var(--bone-dim);
  position: relative;
  z-index: 2;
}

/* ---------- Misc pages / forms ---------- */

.page-hero {
  padding: 130px 0 60px;
  text-align: center;
  position: relative;
}
.page-hero h1 { font-family: var(--font-display); font-size: clamp(38px, 6vw, 64px); text-shadow: 0 0 20px rgba(163,17,15,.55); }
.page-hero p { color: var(--bone-dim); max-width: 600px; margin: 0 auto; }

.alt-panel { background: var(--bg-deep); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }

/* ---------- Responsive ---------- */

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-actions, .hero-meta { justify-content: center; }
  .hero-figure { order: -1; }
  .hero-figure img { max-height: 380px; }
  .split, .split.reverse .split-media { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; }
  .split-media { order: -1 !important; }
  .location-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-cols { grid-template-columns: 1fr; }
  .chat-shell { grid-template-columns: 1fr; height: auto; }
  .chat-side { order: 2; }
}

@media (max-width: 720px) {
  .nav-toggle { display: flex; }
  .site-nav {
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: var(--bg-panel);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 16px 24px;
    gap: 14px;
    display: none;
    border-bottom: 1px solid var(--border);
  }
  .site-nav.open { display: flex; }
}
