:root {
  color-scheme: light;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #17352e;
  background: #f3f2e9;
}
* { box-sizing: border-box; }
body { margin: 0; }
main {
  max-width: 1200px;
  min-height: 100vh;
  min-height: 100svh;
  margin: auto;
  padding: clamp(24px, 6vw, 72px);
  display: flex;
  flex-direction: column;
}
.topbar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.wordmark { margin: 0; font-size: 1.25rem; font-weight: 800; letter-spacing: .1em; }
.wordmark span { color: #a34221; }
.language-toggle { border: 1px solid #c8cec1; border-radius: 999px; padding: .55rem .9rem; color: #17352e; background: transparent; font: inherit; font-size: .875rem; cursor: pointer; }
.language-toggle:hover, .language-toggle:focus-visible { border-color: #a34221; color: #a34221; }
.welcome { padding: 5rem 0; margin: auto 0; }
.eyebrow { font-size: 1rem; letter-spacing: .08em; color: #56635b; }
h1 { margin: 1.5rem 0; font-size: clamp(2.3rem, 7vw, 5.5rem); line-height: 1.22; letter-spacing: -.04em; }
.description { margin-top: 2rem; font-size: 1.125rem; line-height: 1.8; }
.translation { color: #56635b; font-size: 1rem; line-height: 1.7; }
footer { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; border-top: 1px solid #c8cec1; padding-top: 1.5rem; font-size: .875rem; color: #56635b; }
