/* Local Authors Only — starter styles. Replace freely; the platform only
   cares about [data-edit] wrappers, never about CSS. */
* { box-sizing: border-box; }
body {
  margin: 0;
  font: 18px/1.6 Georgia, 'Times New Roman', serif;
  color: #1e293b;
}
.site-header {
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
  padding: 16px 24px;
  border-bottom: 1px solid #e2e8f0;
  font-family: system-ui, sans-serif;
}
.brand { font-weight: 700; font-size: 20px; text-decoration: none; color: inherit; }
.site-header nav { display: flex; gap: 20px; }
.site-header nav a { text-decoration: none; color: #334155; }

main { max-width: 820px; margin: 0 auto; padding: 24px; }
section { margin: 48px 0; }

.hero h1 { font-size: clamp(28px, 5vw, 44px); line-height: 1.2; }
.hero-sub { font-size: 20px; color: #475569; }

.ws-video { position: relative; aspect-ratio: 16 / 9; margin: 16px 0; }
.ws-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

img { max-width: 100%; height: auto; }

.site-footer {
  border-top: 1px solid #e2e8f0;
  padding: 24px; text-align: center;
  color: #64748b; font-family: system-ui, sans-serif; font-size: 14px;
}
