body {
  max-width: 1100px;
  margin: 32px auto;
  padding: 0 16px;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #222;
  background: #f7f7f7;
}
header, footer { margin: 24px 0; }
header {
  background: #000;
  color: #fff;
  padding: 24px;
}
header a { color: #fff; }
.site-name { display: flex; align-items: center; gap: 12px; margin: 0 0 16px; font-size: 24px; letter-spacing: -0.5px; }
.site-name img { object-fit: contain; }
main { margin: 24px 0; padding: 32px; background: #fff; border: 1px solid #e3e3e3; }
main > :last-child { margin-bottom: 0; }
footer { padding-top: 16px; border-top: 1px solid #ddd; }
h1, h2 { line-height: 1.25; color: #111; }
h1 { font-size: 32px; letter-spacing: -0.7px; margin: 0 0 20px; }
h2 { font-size: 22px; letter-spacing: -0.3px; margin: 28px 0 12px; }
main p { margin: 0 0 18px; }
main li { margin-bottom: 8px; }
main a { color: #a51d27; text-underline-offset: 3px; }
main a:hover { color: #71121a; }
nav { display: flex; flex-wrap: wrap; gap: 8px 24px; font-size: 14px; line-height: 2; }
nav a { text-decoration: none; border-bottom: 2px solid transparent; }
nav a:hover { text-decoration: underline; text-underline-offset: 4px; }
nav a[aria-current="page"] { font-weight: bold; border-bottom-color: #ef5661; }
.home-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 28px; }
.home-intro { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; flex-wrap: wrap; }
.home-intro p { margin-bottom: 0; }
.social-links { margin-left: auto; justify-content: flex-end; }
.social-links a { display: inline-flex; align-items: center; gap: 8px; padding: 6px 10px; border: 1px solid #ddd; border-radius: 4px; font-weight: 600; }
.social-links a:hover { background: #fafafa; }
.social-links svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linejoin: round; }
.home-section { display: flex; flex-direction: column; padding: 24px; border: 1px solid #ddd; border-radius: 6px; background: #fafafa; }
.home-section h2 { margin-top: 0; }
.card-icon { width: 32px; height: 32px; flex-shrink: 0; margin-bottom: 16px; fill: none; stroke: #a51d27; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.home-section p:last-child { margin-top: auto; margin-bottom: 0; padding-top: 8px; }
.home-section a { font-weight: 600; }
.support-section { margin-top: 28px; }
.kofi-button { text-align: left; }
.resource-card { padding: 20px; border: 1px solid #ddd; border-radius: 6px; background: #fafafa; }
.resource-items { margin: 16px 0 0; padding-left: 24px; }
.resource-items li { padding-left: 6px; margin-bottom: 8px; font-size: 14px; }
.resource-items li:last-child { margin-bottom: 0; }
.resource-items li::marker { color: #a51d27; }
.resource-card h2 { margin: 0; font-size: 20px; }
.resource-card h3 { margin: 0 0 4px; font-size: 16px; line-height: 1.35; }
.resource-card p { margin-bottom: 8px; font-size: 14px; }
.resource-items p:last-child { margin-bottom: 0; }
.resource-items a { font-weight: 600; }
form { max-width: 480px; margin-top: 28px; }
.name-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
form button { margin-bottom: 16px; }
label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 4px; }
small { font-size: 13px; color: #555; }
input { box-sizing: border-box; width: 100%; padding: 8px 10px; border: 1px solid #aaa; border-radius: 3px; }
input, button { font: inherit; }
button { padding: 8px 16px; border: 1px solid #999; border-radius: 3px; }
button:not(:disabled) { background: #222; color: white; cursor: pointer; }
button:not(:disabled):hover { background: #444; }
a:focus-visible, input:focus-visible, button:focus-visible { outline: 2px solid #a51d27; outline-offset: 4px; }
header a:focus-visible { outline-color: #ff8b94; }
#booking-status, #download-status { color: #555; font-size: 14px; }
.honeypot { position: absolute; left: -5000px; }
@media (max-width: 800px) {
  .home-cards { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  body { margin: 16px auto; }
  header, main { padding: 20px; }
  nav { column-gap: 16px; }
  .name-fields { grid-template-columns: 1fr; gap: 0; }
}
