:root {
  --navy: #090a0a;
  --navy-2: #171b18;
  --gold: #78bd75;
  --gold-light: #a8d8a5;
  --cream: #f1f5f0;
  --paper: #ffffff;
  --ink: #151a16;
  --muted: #68726a;
  --line: #dbe2db;
}

.site-header { background: rgba(5, 7, 6, .94); }
.hero-image { background-image: url("assets/hero-punto-de-gracia.webp"); }
.hero-overlay {
  background: linear-gradient(90deg, rgba(3, 5, 4, .97) 0%, rgba(3, 5, 4, .83) 39%, rgba(3, 5, 4, .15) 76%),
              linear-gradient(0deg, rgba(3, 5, 4, .5), transparent 46%);
}

.brand-mark {
  width: 48px;
  height: 48px;
  overflow: hidden;
  border: 0;
  border-radius: 50%;
  transform: none;
  background: #050605;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: none;
}

.button-primary:hover { background: #94cf91; }
.eyebrow, .section-kicker { color: #579653; }
.eyebrow, .section-kicker-light { color: var(--gold-light); }
.text-link { color: #397637; border-color: #83b980; }
.note-icon, .visit-list article > span { color: #579653; }
.site-footer { background: #050605; }

.welcome-grid {
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(45px, 7vw, 95px);
  align-items: center;
}

.welcome-visual {
  background: #050605;
  aspect-ratio: 1.68 / 1;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 24px 24px 0 #dfeadf;
}

.welcome-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.welcome-copy h2 { margin-bottom: 28px; }

.community-photos {
  display: grid;
  grid-template-columns: 1.55fr .75fr;
  gap: 18px;
  margin-bottom: 18px;
}

.community-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #0b0d0b;
  min-height: 420px;
}

.community-photo img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  transition: transform .45s ease;
}

.community-photo:hover img { transform: scale(1.025); }

.community-photo figcaption {
  position: absolute;
  left: 22px;
  bottom: 20px;
  z-index: 1;
  padding: 8px 13px;
  color: white;
  background: rgba(5, 7, 6, .84);
  font-size: 13px;
  font-weight: 750;
  border-left: 3px solid var(--gold);
}

.community-photo-tall img { object-position: center 38%; }
.story-featured { background: var(--gold); }
.footer-address { color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.75; margin: 0; }

@media (max-width: 900px) {
  .welcome-grid { grid-template-columns: 1fr; }
  .welcome-visual { max-width: 720px; }
  .community-photos { grid-template-columns: 1.2fr .8fr; }
  .community-photo { min-height: 350px; }
}

@media (max-width: 580px) {
  .brand-mark { width: 41px; height: 41px; }
  .welcome-visual { box-shadow: 12px 12px 0 #dfeadf; }
  .community-photos { grid-template-columns: 1fr; }
  .community-photo { min-height: 310px; }
  .community-photo-tall { min-height: 410px; }
}

@media (prefers-reduced-motion: reduce) {
  .community-photo img { transition: none; }
}

.facebook-heading {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 38px;
}

.facebook-heading h2 {
  max-width: 720px;
  font: 400 clamp(46px,6vw,78px)/1.02 Georgia,"Times New Roman",serif;
  letter-spacing: -.04em;
  margin: 0;
}
.facebook-heading > p { color: rgba(255,255,255,.68); font-size: 17px; margin: 0 0 8px; }
.facebook-posts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.facebook-post { background: #fff; color: var(--ink); border-radius: 10px; overflow: hidden; min-height: 320px; }
.facebook-post > img { display: block; width: 100%; height: 260px; object-fit: cover; background: #151a16; }
.facebook-post-body { padding: 24px; }
.facebook-post-meta { margin: 0 0 12px; color: #579653; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.facebook-post-message { margin: 0 0 18px; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }
.facebook-post-body a { color: #397637; font-weight: 800; font-size: 14px; }
.facebook-placeholder { min-height: 340px; padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; }
.facebook-placeholder span { display: block; height: 14px; margin-bottom: 18px; border-radius: 99px; background: rgba(255,255,255,.1); }
.facebook-placeholder span:first-child { height: 190px; border-radius: 6px; }
.facebook-placeholder span:last-child { width: 55%; }
.facebook-footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 28px; }
.facebook-footer p { color: rgba(255,255,255,.58); margin: 0; font-size: 14px; }
.button-outline { border: 1px solid rgba(255,255,255,.35); color: white; }
.button-outline:hover { border-color: var(--gold); background: rgba(255,255,255,.06); }

@media (max-width: 900px) {
  .facebook-heading { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 700px) {
  .facebook-posts { grid-template-columns: 1fr; }
  .facebook-footer { align-items: flex-start; flex-direction: column; }
}
