* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #2b1d10;
  background: #f7efe2;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

.ltrs-page {
  width: 100%;
}

.ltrs-container {
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto;
}

.ltrs-centered {
  text-align: center;
}

.ltrs-hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #6b4723 0%, #8a6331 45%, #b18a57 100%);
  color: white;
  text-align: center;
}

.ltrs-hero-overlay {
  display: none;
}

.ltrs-hero-content {
  max-width: 760px;
}

.ltrs-eyebrow {
  font-size: 0.9rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #f3dfbd;
}

.ltrs-hero-title {
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 0.95;
  margin: 0 0 18px;
  font-weight: 800;
}

.ltrs-hero-tagline {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto 28px;
}

.ltrs-btn-primary {
  display: inline-block;
  background: linear-gradient(135deg, #b88339 0%, #8e6127 100%);
  color: white;
  text-decoration: none;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.2s ease, opacity 0.2s ease;
  box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

.ltrs-btn-primary:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}

.ltrs-btn-large {
  padding: 16px 34px;
  font-size: 1.05rem;
}

.ltrs-stats {
  background: #fffaf3;
  padding: 28px 0;
  border-bottom: 1px solid rgba(88,57,25,0.12);
}

.ltrs-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.ltrs-stat {
  background: #fff4e3;
  border: 1px solid rgba(101,67,33,0.12);
  border-radius: 18px;
  padding: 24px 18px;
  text-align: center;
}

.ltrs-stat-number {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: #8b5e1a;
  margin-bottom: 8px;
}

.ltrs-stat-label {
  display: block;
  font-size: 0.98rem;
}

.ltrs-section {
  padding: 80px 0;
}

.ltrs-warm-bg {
  background: #f7efe2;
}

.ltrs-dark-bg {
  background: linear-gradient(135deg, #4d3318 0%, #704923 100%);
  color: white;
}

.ltrs-two-col {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 40px;
  align-items: center;
}

.ltrs-two-col-reverse {
  grid-template-columns: 1fr 1.05fr;
}

.ltrs-text-col {
  text-align: left;
}

.ltrs-section-label {
  display: inline-block;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
  color: #9a6b24;
  font-weight: 700;
}

.ltrs-label-light {
  color: #f2d7a6;
}

.ltrs-section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  margin: 0 0 18px;
  font-weight: 800;
}

.ltrs-title-light {
  color: white;
}

.ltrs-lead {
  max-width: 760px;
  margin: 0 auto 28px;
  font-size: 1.05rem;
}

.ltrs-lead-light {
  color: rgba(255,255,255,0.9);
}

.ltrs-image-col {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
  background: #ddd;
}

.ltrs-image-full {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 520px;
}

.ltrs-plight-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.ltrs-plight-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 22px;
  padding: 28px 22px;
  text-align: left;
}

.ltrs-plight-card h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
}

.ltrs-plight-icon {
  font-size: 1.8rem;
  margin-bottom: 14px;
}

.ltrs-brad-photo {
  display: flex;
  justify-content: center;
  margin: 28px 0 18px;
}

.ltrs-image-brad {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

.ltrs-quote {
  max-width: 760px;
  margin: 10px auto 16px;
  background: white;
  color: #2b1d10;
  padding: 28px;
  border-radius: 24px;
  box-shadow: 0 16px 34px rgba(0,0,0,0.08);
  text-align: left;
}

.ltrs-quote p {
  margin: 0 0 18px;
  font-size: 1.08rem;
}

.ltrs-vet-note {
  margin-top: 16px;
  font-weight: 600;
}

.ltrs-goals-list {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  gap: 18px;
}

.ltrs-goals-list li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: start;
  background: white;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.ltrs-goal-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: #fff3db;
  font-size: 1.4rem;
}

.ltrs-goals-list strong {
  display: block;
  margin-bottom: 6px;
}

.ltrs-donate-section {
  background: linear-gradient(135deg, #6a4520 0%, #8c6738 50%, #4a3117 100%);
  color: white;
  padding: 90px 0;
}

.ltrs-donate-amounts {
  margin: 34px auto 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 900px;
}

.ltrs-donate-amount-card {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 20px;
  padding: 24px 18px;
}

.ltrs-amount {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.ltrs-donate-note {
  margin-top: 22px;
  color: rgba(255,255,255,0.85);
  font-size: 0.95rem;
}

.ltrs-footer {
  background: #3b2714;
  color: rgba(255,255,255,0.86);
  padding: 34px 0;
  text-align: center;
}

.ltrs-footer-name {
  font-size: 1.2rem;
  font-weight: 800;
  color: white;
  margin-bottom: 8px;
}

.ltrs-footer-legal {
  font-size: 0.92rem;
  margin-top: 8px;
  color: rgba(255,255,255,0.72);
}

@media (max-width: 900px) {
  .ltrs-stats-grid,
  .ltrs-plight-grid,
  .ltrs-donate-amounts,
  .ltrs-two-col,
  .ltrs-two-col-reverse {
    grid-template-columns: 1fr;
  }

  .ltrs-image-full {
    min-height: 360px;
  }

  .ltrs-section,
  .ltrs-donate-section {
    padding: 64px 0;
  }

  .ltrs-goals-list li {
    grid-template-columns: 44px 1fr;
  }

  .ltrs-goal-icon {
    width: 44px;
    height: 44px;
  }
}
