/* Base layout */
body {
  margin: 0;
  background: #f4f1ea;
  font-family: Georgia, serif;
  color: #222;
  line-height: 1.7;
}

/* Centered content wrapper */
.wrap {
  max-width: 680px;
  margin: auto;
  padding: 24px;
}

/* Typography */
p {
  margin-bottom: 16px;
}

h1 {
  font-weight: normal;
}

.tagline {
  color: #777;
  margin-bottom: 20px;
}

.hero {
  margin: 22px 0 28px;
}

.hero img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
}

/* Card images (used on other pages) */
.card img {
  width: 100%;
  display: block;
}

.card h2 {
  font-weight: normal;
}

/* HERO BANNER */
.hero {
  width: 100%;
  max-width: 680px;
  margin: 0 auto 24px;
  overflow: hidden;
  border-radius: 4px;
}

/* Banner crop */
.hero img {
  width: 100%;
  aspect-ratio: 3 / 1;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
}
