.hero--home {
  background-image: url('../img/Sección 1 Background.webp');
}

.hero-shortcuts {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  min-height: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: rgba(140, 116, 65, 0.96);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.hero-shortcuts-inner {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px 16px;
}

.hero-shortcuts .shortcut {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 22px;
  font-family: 'CharterCustom', Georgia, serif;
  font-size: 0.78rem;
  font-weight: 700;
  font-synthesis: weight;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  color: rgba(251, 248, 241, 0.96);
  border: 1px solid rgba(212, 197, 162, 0.42);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.07);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.hero-shortcuts .shortcut:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(212, 197, 162, 0.7);
  color: #fffdf8;
}

.intro {
  background: linear-gradient(180deg, #faf7ef 0%, #f5f1e8 100%);
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 52px;
  align-items: center;
  min-width: 0;
}

.intro-copy .quote {
  font-size: clamp(1.28rem, 2vw, 1.65rem);
  color: var(--brown);
  font-style: italic;
  font-weight: 700;
  margin-bottom: 22px;
}

.intro-copy p {
  margin: 0 0 16px;
  font-size: 1.08rem;
}

.intro-image {
  background: var(--white);
  padding: 14px;
  border: 1px solid rgba(111,90,52,0.18);
  box-shadow: var(--shadow);
  max-width: 430px;
  justify-self: center;
}

.cards-section {
  background: #fbfaf7;
  overflow: hidden;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  min-width: 0;
}

.info-card {
  background: #fffdf8;
  border: 1px solid var(--line);
  padding: 30px 26px;
  box-shadow: 0 10px 30px rgba(73,57,35,0.05);
  min-width: 0;
  overflow-wrap: break-word;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.info-card h3 {
  margin: 0;
  font-size: 1.52rem;
  line-height: 1.08;
  color: var(--brown);
}

.info-card p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.5;
}

.info-card .btn.btn--gold {
  align-self: flex-start;
  max-width: 100%;
  margin-top: auto;
}

.hours-list {
  min-width: 0;
}

.hours-row {
  margin-bottom: 14px;
}

.hours-row:last-child {
  margin-bottom: 0;
}

.hours-list strong {
  display: block;
  margin-bottom: 8px;
  color: var(--brown);
  font-size: 0.95rem;
}

.hours-times {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hours-times span {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  background: rgba(140, 116, 65, 0.09);
  border: 1px solid rgba(111, 90, 52, 0.14);
  border-radius: 4px;
  font-size: 0.86rem;
  line-height: 1.2;
  color: rgba(92, 74, 59, 0.92);
  white-space: nowrap;
}

.pastoral {
  background: #dfd5b7;
}

.pastoral-grid {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pastoral-card {
  background: #f6f1e4;
  border: 1px solid rgba(111,90,52,0.12);
  padding: 22px 18px 20px;
  box-shadow: 0 8px 20px rgba(73,57,35,0.05);
  min-height: 168px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  min-width: 0;
}

.pastoral-card h3 {
  margin: 0 0 10px;
  font-size: 1.08rem;
  line-height: 1.18;
  text-transform: uppercase;
  color: var(--brown);
}

.pastoral-card p {
  margin: 0;
  font-size: 0.96rem;
  color: rgba(92,74,59,0.86);
}

.pastoral-card a,
.pastoral-card button {
  margin-top: 16px;
  color: var(--gold-dark);
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-weight: 700;
  padding: 0;
}

.visit {
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(20,14,10,0.24), rgba(20,14,10,0.78)),
    url('../img/Sección 5 Background.png') center center / cover no-repeat;
}

.visit .section-title,
.visit .section-subtitle {
  color: var(--white);
}

.visit-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.visit-card {
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(4px);
  padding: 22px 20px;
  min-height: 220px;
  min-width: 0;
}

.visit-card .icon {
  width: 64px;
  height: 64px;
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  font-size: 1.35rem;
  line-height: 1;
}

.visit-card h3 {
  margin: 0 0 10px;
  font-size: 1.08rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.visit-card p {
  margin: 0 0 18px;
  color: rgba(255,255,255,0.86);
  font-size: 0.98rem;
}

.rules-section {
  background: linear-gradient(180deg, #fbfaf8 0%, #f5f3ee 100%);
}

.rules-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 48px;
  align-items: center;
  min-width: 0;
}

.rules-image {
  background: var(--white);
  padding: 14px;
  box-shadow: var(--shadow);
  max-width: 420px;
}

.rules-copy h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 3vw, 2.8rem);
  color: var(--brown);
}

.rules-list {
  margin: 0 0 28px;
  padding-left: 24px;
  font-size: 1.08rem;
  color: var(--brown);
}

.faq-wrap {
  margin-top: 56px;
  background: #e8dfc5;
  padding: 30px;
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 24px;
  align-items: start;
  min-width: 0;
}

.faq-heading {
  grid-column: 1 / -1;
  margin: 0 0 8px;
  padding: 0 8px 12px;
  font-size: 2rem;
  color: var(--brown);
  line-height: 1.1;
  text-align: center;
}

.faq-side {
  align-self: stretch;
  min-height: 220px;
  background-image: url('../img/Sección 6 Imagen Preguntas Frecuentes.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
}

.accordion-item { border-bottom: 1px solid rgba(111,90,52,0.18); }

.accordion-btn {
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
  cursor: pointer;
  color: var(--brown);
  font-size: 1.03rem;
}

.accordion-btn span:first-child {
  flex: 1;
  min-width: 0;
}

.accordion-btn span:last-child {
  font-size: 1.4rem;
  line-height: 1;
  color: var(--gold-dark);
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.accordion-panel {
  display: none;
  padding: 0 0 18px;
  color: rgba(92,74,59,0.9);
}

.accordion-item.active .accordion-panel { display: block; }
.accordion-item.active .accordion-btn span:last-child { transform: rotate(45deg); }

.what-to-see {
  background: #f7f5f1;
  text-align: center;
}

.what-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.see-card {
  background: #eef1ef;
  padding: 24px 18px 22px;
  border: 1px solid rgba(111,90,52,0.12);
  min-height: 238px;
  min-width: 0;
}

.see-card img {
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  object-fit: contain;
}

.see-card h3 {
  margin: 0 0 8px;
  font-size: 1.3rem;
  color: var(--brown);
}

.see-card p {
  margin: 0;
  color: rgba(92,74,59,0.82);
  font-size: 0.98rem;
}

@media (max-width: 1080px) {
  .intro-grid,
  .rules-grid,
  .faq-wrap {
    grid-template-columns: 1fr;
  }

  .cards-grid,
  .visit-grid,
  .what-grid,
  .pastoral-grid {
    grid-template-columns: 1fr;
  }

  .rules-image { max-width: 440px; }
}

@media (max-width: 820px) {
  .hero-shortcuts {
    min-height: 0;
    padding: 16px;
  }

  .hero-shortcuts-inner {
    flex-direction: column;
    align-items: stretch;
    width: min(calc(100% - 28px), var(--max));
  }

  .hero-shortcuts .shortcut {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 820px) {
  .intro-grid {
    gap: 32px;
  }

  .pastoral-grid {
    margin-top: 28px;
  }

  .visit-grid {
    margin-top: 32px;
  }

  .what-grid {
    margin-top: 28px;
  }

  .faq-wrap {
    margin-top: 36px;
  }
}

@media (max-width: 640px) {
  .intro-grid {
    gap: 24px;
  }

  .intro-copy .quote {
    font-size: 1.12rem;
    margin-bottom: 14px;
  }

  .intro-copy p {
    font-size: 0.98rem;
    margin-bottom: 12px;
  }

  .intro-image {
    max-width: 100%;
    padding: 10px;
  }

  .cards-grid {
    gap: 14px;
  }

  .info-card {
    padding: 18px 16px;
    gap: 10px;
  }

  .info-card h3 {
    font-size: 1.2rem;
  }

  .info-card p {
    font-size: 0.92rem;
  }

  .info-card .btn.btn--gold {
    align-self: stretch;
    width: 100%;
  }

  .hours-list strong {
    font-size: 0.88rem;
    margin-bottom: 6px;
  }

  .hours-times {
    gap: 5px 6px;
  }

  .hours-times span {
    font-size: 0.78rem;
    padding: 4px 8px;
  }

  .hours-row {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid var(--line);
  }

  .hours-row:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }

  .pastoral-grid {
    margin-top: 20px;
    gap: 12px;
  }

  .pastoral-card {
    min-height: 0;
    padding: 16px 14px;
  }

  .pastoral-card h3 {
    font-size: 0.95rem;
  }

  .pastoral-card p {
    font-size: 0.88rem;
  }

  .visit-grid {
    margin-top: 24px;
    gap: 14px;
  }

  .visit-card {
    min-height: 0;
    padding: 16px;
  }

  .visit-card .icon {
    width: 52px;
    height: 52px;
    font-size: 1.1rem;
    margin-bottom: 12px;
  }

  .visit-card h3 {
    font-size: 0.95rem;
  }

  .visit-card p {
    font-size: 0.9rem;
    margin-bottom: 14px;
  }

  .rules-grid {
    gap: 24px;
  }

  .rules-copy h2 {
    font-size: clamp(1.6rem, 7vw, 2rem);
  }

  .rules-list {
    font-size: 0.96rem;
    margin-bottom: 20px;
    padding-left: 20px;
  }

  .faq-wrap {
    margin-top: 24px;
    padding: 16px;
    gap: 16px;
  }

  .faq-heading {
    font-size: 1.45rem;
    padding-bottom: 8px;
  }

  .faq-side {
    min-height: 120px;
  }

  .accordion-btn {
    padding: 14px 0;
    font-size: 0.94rem;
  }

  .what-grid {
    margin-top: 20px;
    gap: 12px;
  }

  .see-card {
    min-height: 0;
    padding: 16px 14px;
  }

  .see-card img {
    width: 56px;
    height: 56px;
    margin-bottom: 12px;
  }

  .see-card h3 {
    font-size: 1.1rem;
  }

  .see-card p {
    font-size: 0.9rem;
  }

  .hero-shortcuts {
    padding: 14px;
  }

  .hero-shortcuts .shortcut {
    min-height: 42px;
    padding: 8px 16px;
    font-size: 0.72rem;
  }
}
