/* Caspers Cattery — simple, old-fashioned layout to match the original site */

body {
  margin: 0;
  padding: 0;
  background: #fdf6e3;
  color: #1a1a1a;
  font-family: Georgia, "Times New Roman", serif;
  text-align: center;
}

.page {
  max-width: 640px;
  margin: 0 auto;
  padding: 24px 16px 48px;
}

nav {
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #5b7a4f;
}

nav a {
  color: #2c4a1e;
  text-decoration: none;
  font-weight: bold;
  margin: 0 12px;
}

nav a:hover {
  text-decoration: underline;
}

.logo {
  max-width: 100%;
  width: 420px;
  height: auto;
  margin: 0 auto 6px;
  display: block;
}

h1 {
  font-size: 1.6em;
  letter-spacing: 1px;
  margin: 0 0 4px;
  color: #2c4a1e;
}

h2 {
  font-size: 1.1em;
  margin: 0 0 20px;
  font-style: italic;
}

.contact {
  font-weight: bold;
  margin: 4px 0;
}

.greeting {
  font-style: italic;
  font-size: 1.2em;
  margin-top: 30px;
}

.letter {
  font-style: italic;
  line-height: 1.6;
  margin: 16px auto;
  max-width: 520px;
}

.sign-off {
  font-style: italic;
  margin-bottom: 30px;
}

.building-name {
  font-weight: bold;
  margin: -12px 0 0;
}

.caption {
  font-style: italic;
  font-size: 0.9em;
  color: #555;
  margin: -12px 0 20px;
}

.caption.established {
  margin-top: 14px;
}

.notice {
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px 0;
}

.rates {
  border-collapse: collapse;
  margin: 10px auto 20px;
}

.rate-note {
  font-size: 0.8em;
  color: #555;
  max-width: 420px;
  margin: 0 auto 30px;
}

.rates caption {
  font-weight: bold;
  margin-bottom: 8px;
}

.rates td {
  padding: 4px 16px;
  font-weight: bold;
}

.photo {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
  border: 4px solid #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.pricing-row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 14px;
  margin: 20px 0 8px;
}

.pricing-row .rates {
  margin: 0;
}

.pricing-row .photo-inline {
  margin: 0;
  width: 90px;
  height: 130px;
  object-fit: cover;
  flex: 0 0 auto;
}

.placeholder {
  border: 2px dashed #999;
  background: #fff;
  color: #777;
  padding: 40px 10px;
  margin: 20px 0;
  font-size: 0.9em;
}

footer {
  margin-top: 30px;
  font-size: 0.85em;
  color: #555;
}

address {
  font-style: normal;
}
