:root {
  --pico-font-family: "Source Sans 3", system-ui, sans-serif;
  --pico-background-color: #f7f3ec;
  --pico-color: #3b352c;
  --pico-primary: #6b3a2e;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main.container {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
}

#skyline {
  display: block;
  width: 100%;
  height: 130px;
  color: #3f2a1f;
  opacity: 0.1;
  pointer-events: none;
}

#card {
  max-width: 708px;
  margin: 0 auto;
  text-align: center;
  padding: 2.5rem 1.5rem 0;
}

#intro {
  max-width: 600px;
  margin: 0 auto;
}

#card h1 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-size: 1.85rem;
  letter-spacing: 0.01em;
  color: #3f2a1f;
  margin-bottom: 1.25rem;
  text-wrap: balance;
}

#tagline {
  font-style: italic;
  color: #6b5d4f;
  margin: 0 auto 2rem;
  text-wrap: balance;
}

#contact-toggle {
  background: none;
  border: none;
  padding: 0;
  font-size: 0.9rem;
  color: var(--pico-primary);
  text-decoration: underline;
  cursor: pointer;
}

#contact-toggle:hover {
  color: #3f2a1f;
}

#contact-panel {
  margin-top: 0.5rem;
}

#card iframe {
  max-width: 100%;
  border-radius: var(--pico-border-radius);
}

#footer-note {
  margin-top: 2rem;
  font-size: 0.85rem;
  color: #9c8f7e;
}
