/* Dogwood Ranch Home Page - base styles */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  background-color: #f7f4ee;
  color: #2e2a24;
  line-height: 1.6;
  font-size: 1.1rem;
}

.page-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem 3rem;
}

header {
  text-align: center;
  margin-bottom: 2rem;
}

.brand-image {
  max-width: 260px;
  width: 68%;
  height: auto;
  margin: 0 auto 1rem;
  display: block;
}

h1 {
  font-size: 2.1rem;
  margin: 0.25rem 0 0.1rem;
  letter-spacing: 0.02em;
}

.subtitle {
  font-size: 1.1rem;
  color: #5a5346;
  margin: 0;
  font-style: italic;
}

.welcome-note {
  font-size: 1.05rem;
  margin: 1.75rem 0;
}

hr.divider {
  border: none;
  border-top: 1px solid #d8d2c4;
  margin: 2rem 0;
}

section.voyage h2 {
  font-size: 1.4rem;
  margin-bottom: 0.75rem;
  color: #4a3f2f;
}

section.voyage p.lead-in {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

section.voyage ul {
  list-style: none;
  padding-left: 0;
}

section.voyage li {
  margin-bottom: 0.6rem;
  font-size: 1.05rem;
}

section.voyage a {
  color: #7a3b2e;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid transparent;
}

section.voyage a:hover {
  border-bottom-color: #7a3b2e;
}

footer {
  margin-top: 2.5rem;
  font-size: 0.9rem;
  color: #6b6455;
  text-align: center;
}

footer a {
  color: #6b6455;
}

.access-note {
  font-size: 0.85rem;
  color: #8a8371;
  margin-top: 0.5rem;
}
