:root {
  /* Azul celeste mariano + tons quentes de complemento */
  --celeste:        #6fa4c9;   /* azul celeste médio — cor primária */
  --celeste-deep:   #2d5d82;   /* azul profundo — navegação, títulos */
  --celeste-night:  #1a3d5c;   /* azul noite — hero */
  --celeste-soft:   #c8dde9;   /* azul suave — badges, fundos */
  --celeste-pale:   #e8f0f5;   /* quase branco azulado */
  --sky:            #a8c8de;   /* céu claro — gradientes */

  --gold:           #b9934a;   /* dourado mariano — acentos */
  --gold-soft:      #ebdfc4;
  --cream:          #faf6ec;   /* fundo principal, papel */
  --cream-warm:     #f4ecd8;

  --ink:            #1c1a18;
  --ink-2:          #4a4540;
  --ink-3:          #8a8278;
  --ink-4:          #b8b0a2;
  --rule:           #d8d0be;
  --rule-soft:      #e8e0cc;

  --sans: 'Inter', -apple-system, system-ui, sans-serif;
  --serif: 'Fraunces', Georgia, serif;
  --display: 'Cormorant Garamond', 'Fraunces', Georgia, serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
img { display: block; max-width: 100%; }

/* paper grain */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.3;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.2 0 0 0 0 0.15 0 0 0 0 0.05 0 0 0 0.06 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 40px; position: relative; z-index: 2; }
.container-narrow { max-width: 860px; margin: 0 auto; padding: 0 40px; position: relative; z-index: 2; }

/* ——— HEADER ——— */
header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 246, 236, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--rule-soft);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 40px;
  max-width: 1200px;
  margin: 0 auto;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
.brand-mark {
  width: 52px;
  height: 52px;
  object-fit: contain;
  flex-shrink: 0;
  mix-blend-mode: multiply;
}
.brand-text .brand-name {
  font-family: var(--display);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.1;
  color: var(--ink);
}
.brand-text .brand-sub {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-top: 2px;
  font-weight: 400;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 34px;
}
nav a {
  font-family: var(--sans);
  font-size: 13.5px;
  font-weight: 400;
  color: var(--ink-2);
  letter-spacing: 0.01em;
  position: relative;
  padding: 4px 0;
  transition: color 0.2s;
}
nav a:hover { color: var(--celeste-deep); }
nav a.active { color: var(--celeste-deep); font-weight: 500; }
nav a.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--celeste-deep);
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--cream);
  background: var(--celeste-deep);
  padding: 10px 18px;
  border-radius: 2px;
  transition: background 0.2s;
}
.header-cta:hover { background: var(--celeste-night); }
.header-cta svg { width: 14px; height: 14px; }

/* ——— HERO ——— */
.hero {
  position: relative;
  min-height: 88vh;
  background: linear-gradient(180deg, var(--celeste-night) 0%, var(--celeste-deep) 55%, #4a7aa0 100%);
  color: var(--cream);
  overflow: hidden;
  padding: 100px 0 80px;
  display: flex;
  align-items: center;
}

/* stars */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    /* camada 1: sparkles SVG (estrelas de 4 pontas) */
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 700' preserveAspectRatio='xMidYMid slice'><defs><symbol id='s' viewBox='0 0 20 20'><path d='M10 0 L11.2 8.8 L20 10 L11.2 11.2 L10 20 L8.8 11.2 L0 10 L8.8 8.8 Z' fill='%23ffffff'/></symbol></defs><g><use href='%23s' x='90' y='70' width='22' height='22' opacity='0.95'/><use href='%23s' x='820' y='130' width='20' height='20' opacity='0.9'/><use href='%23s' x='470' y='50' width='18' height='18' opacity='0.9'/><use href='%23s' x='220' y='390' width='16' height='16' opacity='0.8'/><use href='%23s' x='680' y='330' width='18' height='18' opacity='0.85'/><use href='%23s' x='360' y='510' width='14' height='14' opacity='0.75'/><use href='%23s' x='900' y='520' width='16' height='16' opacity='0.8'/><use href='%23s' x='60' y='600' width='12' height='12' opacity='0.7'/><use href='%23s' x='540' y='640' width='14' height='14' opacity='0.75'/><use href='%23s' x='760' y='620' width='14' height='14' opacity='0.75'/><use href='%23s' x='300' y='180' width='12' height='12' opacity='0.7'/><use href='%23s' x='620' y='200' width='11' height='11' opacity='0.65'/><use href='%23s' x='180' y='500' width='11' height='11' opacity='0.65'/><use href='%23s' x='920' y='60' width='12' height='12' opacity='0.75'/><use href='%23s' x='50' y='280' width='10' height='10' opacity='0.6'/><use href='%23s' x='420' y='260' width='10' height='10' opacity='0.6'/><use href='%23s' x='720' y='440' width='10' height='10' opacity='0.65'/><use href='%23s' x='260' y='80' width='10' height='10' opacity='0.7'/><use href='%23s' x='860' y='350' width='9' height='9' opacity='0.55'/><use href='%23s' x='140' y='150' width='9' height='9' opacity='0.6'/><use href='%23s' x='500' y='420' width='9' height='9' opacity='0.6'/></g></svg>"),
    /* camada 2: pontos pequenos luminosos (densidade de céu) */
    radial-gradient(1px 1px at 6% 12%, rgba(255,255,255,0.6) 100%, transparent),
    radial-gradient(1px 1px at 25% 38%, rgba(255,255,255,0.5) 100%, transparent),
    radial-gradient(1px 1px at 72% 42%, rgba(255,255,255,0.5) 100%, transparent),
    radial-gradient(1px 1px at 8% 55%, rgba(255,255,255,0.45) 100%, transparent),
    radial-gradient(1px 1px at 38% 68%, rgba(255,255,255,0.45) 100%, transparent),
    radial-gradient(1px 1px at 52% 28%, rgba(255,255,255,0.5) 100%, transparent),
    radial-gradient(1px 1px at 18% 32%, rgba(255,255,255,0.45) 100%, transparent),
    radial-gradient(1px 1px at 93% 8%, rgba(255,255,255,0.55) 100%, transparent),
    radial-gradient(1px 1px at 35% 4%, rgba(255,255,255,0.6) 100%, transparent),
    radial-gradient(1px 1px at 70% 22%, rgba(255,255,255,0.5) 100%, transparent),
    radial-gradient(1px 1px at 85% 52%, rgba(255,255,255,0.45) 100%, transparent),
    radial-gradient(1px 1px at 44% 82%, rgba(255,255,255,0.45) 100%, transparent),
    radial-gradient(1px 1px at 10% 68%, rgba(255,255,255,0.4) 100%, transparent),
    radial-gradient(1px 1px at 58% 74%, rgba(255,255,255,0.4) 100%, transparent),
    radial-gradient(1px 1px at 30% 16%, rgba(255,255,255,0.5) 100%, transparent),
    radial-gradient(1px 1px at 63% 52%, rgba(255,255,255,0.4) 100%, transparent),
    radial-gradient(1px 1px at 22% 62%, rgba(255,255,255,0.45) 100%, transparent),
    radial-gradient(1px 1px at 14% 76%, rgba(255,255,255,0.4) 100%, transparent),
    radial-gradient(1px 1px at 96% 68%, rgba(255,255,255,0.4) 100%, transparent),
    radial-gradient(1px 1px at 2% 40%, rgba(255,255,255,0.4) 100%, transparent);
  background-size: cover, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

/* halo light */
.hero::after {
  content: '';
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(185, 147, 74, 0.14) 0%, transparent 60%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 40px;
}

.hero-eyebrow {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(235, 223, 196, 0.85);
  margin-bottom: 32px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.hero-eyebrow::before,
.hero-eyebrow::after {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--gold);
}

.hero-title {
  font-family: var(--display);
  font-size: clamp(48px, 7vw, 88px);
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.02;
  color: #faf6ec;
  margin-bottom: 28px;
}
.hero-title em {
  font-style: italic;
  color: var(--gold);
  display: block;
  font-weight: 400;
}

.hero-sub {
  font-family: var(--display);
  font-style: italic;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(250, 246, 236, 0.85);
  max-width: 560px;
  margin: 0 auto 48px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  font-family: var(--sans);
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.02em;
  border-radius: 2px;
  transition: all 0.2s;
}
.btn-primary {
  background: var(--gold);
  color: var(--celeste-night);
}
.btn-primary:hover {
  background: #cba968;
}
.btn-ghost-light {
  background: transparent;
  color: var(--cream);
  border: 1px solid rgba(250, 246, 236, 0.3);
}
.btn-ghost-light:hover {
  border-color: var(--cream);
  background: rgba(250, 246, 236, 0.05);
}
.btn svg { width: 15px; height: 15px; }

.hero-footer {
  position: absolute;
  bottom: 28px;
  left: 0;
  right: 0;
  z-index: 3;
  text-align: center;
  font-family: var(--sans);
  font-size: 11.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(235, 223, 196, 0.5);
}

/* ——— SECTION BASE ——— */
section.block { padding: 100px 0; position: relative; z-index: 2; }
section.block-tight { padding: 70px 0; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--celeste-deep);
  margin-bottom: 24px;
  font-weight: 500;
}
.eyebrow::before {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--celeste);
}

.section-title {
  font-family: var(--display);
  font-size: clamp(36px, 4.5vw, 56px);
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.08;
  color: var(--ink);
  margin-bottom: 20px;
}
.section-title em {
  font-style: italic;
  color: var(--celeste-deep);
}

.section-lead {
  font-family: var(--display);
  font-style: italic;
  font-size: 21px;
  line-height: 1.55;
  color: var(--ink-2);
  font-weight: 300;
  max-width: 640px;
  margin-bottom: 40px;
}

/* ——— ABOUT ——— */
.about {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}
.about-text p {
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.75;
  color: var(--ink-2);
  margin-bottom: 22px;
  font-variation-settings: 'opsz' 36;
}
.about-text p:first-of-type::first-letter {
  font-family: var(--display);
  font-size: 68px;
  float: left;
  line-height: 0.85;
  margin: 8px 12px 0 0;
  color: var(--celeste-deep);
  font-style: italic;
  font-weight: 500;
}

.about-aside {
  background: var(--celeste-pale);
  padding: 40px 42px;
  border-left: 3px solid var(--celeste);
  position: relative;
}
.about-aside::before {
  content: '✦';
  position: absolute;
  top: -14px;
  left: 40px;
  width: 28px;
  height: 28px;
  background: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 14px;
}
.about-aside h3 {
  font-family: var(--display);
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  color: var(--celeste-deep);
  margin-bottom: 18px;
  line-height: 1.2;
}
.about-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: var(--celeste-soft);
  margin-top: 24px;
}
.about-stat {
  background: var(--celeste-pale);
  padding: 18px 16px;
}
.about-stat-value {
  font-family: var(--display);
  font-size: 32px;
  font-weight: 500;
  color: var(--celeste-deep);
  line-height: 1;
  letter-spacing: -0.01em;
}
.about-stat-label {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-top: 6px;
}

/* ——— MASSES ——— */
.masses-bg {
  background: var(--cream-warm);
  border-top: 1px solid var(--rule-soft);
  border-bottom: 1px solid var(--rule-soft);
}

.masses-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: var(--cream);
  border: 1px solid var(--rule);
}
.mass-card {
  padding: 32px 34px;
  border-right: 1px solid var(--rule-soft);
  border-bottom: 1px solid var(--rule-soft);
}
.mass-card:nth-child(2n) { border-right: 0; }
.mass-card:nth-last-child(-n+2) { border-bottom: 0; }

.mass-day {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px dashed var(--rule-soft);
}
.mass-day-label {
  font-family: var(--display);
  font-size: 24px;
  font-weight: 500;
  color: var(--celeste-deep);
  font-style: italic;
}
.mass-day-code {
  font-family: var(--sans);
  font-size: 10.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 500;
}

.mass-times {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mass-time {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 16px;
  align-items: baseline;
}
.mass-hour {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.mass-hour .ampm {
  font-size: 12px;
  color: var(--ink-3);
  margin-left: 3px;
  font-weight: 400;
}
.mass-where {
  font-size: 13.5px;
  color: var(--ink-2);
  line-height: 1.45;
}
.mass-where strong {
  color: var(--ink);
  font-weight: 500;
}

.masses-note {
  text-align: center;
  margin-top: 32px;
  font-family: var(--display);
  font-style: italic;
  font-size: 16px;
  color: var(--ink-2);
}

/* ——— SACRAMENTS ——— */
.sacraments-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.sacrament-card {
  padding: 32px 28px 28px;
  border: 1px solid var(--rule);
  background: var(--cream);
  position: relative;
  transition: all 0.25s;
}
.sacrament-card:hover {
  border-color: var(--celeste);
  transform: translateY(-2px);
}
.sacrament-icon {
  width: 44px;
  height: 44px;
  color: var(--celeste-deep);
  margin-bottom: 20px;
}
.sacrament-icon svg { width: 100%; height: 100%; stroke-width: 1.2; }
.sacrament-title {
  font-family: var(--display);
  font-size: 26px;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.sacrament-desc {
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.55;
  margin-bottom: 18px;
}
.sacrament-meta {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--celeste-deep);
  padding-top: 14px;
  border-top: 1px solid var(--rule-soft);
  font-weight: 500;
}

/* ——— COMMUNITIES ——— */
.communities-bg {
  background: linear-gradient(180deg, var(--cream) 0%, var(--celeste-pale) 100%);
}

.communities-list {
  margin-top: 40px;
  border-top: 1px solid var(--rule);
}
.community-row {
  display: grid;
  grid-template-columns: 80px 1fr auto auto;
  gap: 28px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid var(--rule-soft);
  transition: background 0.2s;
}
.community-row:hover {
  background: rgba(200, 221, 233, 0.3);
}
.community-number {
  font-family: var(--display);
  font-size: 32px;
  font-weight: 400;
  font-style: italic;
  color: var(--celeste);
  letter-spacing: -0.01em;
}
.community-info .community-name {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 3px;
  letter-spacing: -0.005em;
}
.community-info .community-area {
  font-size: 13px;
  color: var(--ink-3);
}
.community-mass {
  font-family: var(--sans);
  font-size: 12px;
  color: var(--ink-2);
  letter-spacing: 0.05em;
  text-align: right;
}
.community-mass strong {
  display: block;
  font-family: var(--display);
  font-size: 16px;
  color: var(--celeste-deep);
  font-weight: 500;
  font-style: italic;
  letter-spacing: -0.01em;
  margin-bottom: 2px;
}
.community-arrow {
  color: var(--ink-3);
  transition: transform 0.2s, color 0.2s;
}
.community-row:hover .community-arrow {
  color: var(--celeste-deep);
  transform: translateX(4px);
}

/* ——— FEAST / NOVENA ——— */
.feast {
  background: var(--celeste-night);
  color: var(--cream);
  position: relative;
  overflow: hidden;
}
.feast::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1.5px 1.5px at 20% 30%, rgba(255,255,255,0.4) 100%, transparent),
    radial-gradient(1px 1px at 75% 25%, rgba(255,255,255,0.3) 100%, transparent),
    radial-gradient(2px 2px at 50% 60%, rgba(255,255,255,0.5) 100%, transparent),
    radial-gradient(1px 1px at 88% 75%, rgba(255,255,255,0.3) 100%, transparent),
    radial-gradient(1.5px 1.5px at 15% 80%, rgba(255,255,255,0.4) 100%, transparent);
  opacity: 0.8;
  pointer-events: none;
}
.feast-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.feast .eyebrow {
  color: var(--gold);
}
.feast .eyebrow::before {
  background: var(--gold);
}
.feast-date {
  font-family: var(--display);
  font-size: 88px;
  font-weight: 400;
  font-style: italic;
  color: var(--gold);
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.feast-date-label {
  font-family: var(--display);
  font-size: 32px;
  color: var(--cream);
  font-style: italic;
  margin-bottom: 28px;
  font-weight: 400;
}
.feast-desc {
  font-family: var(--display);
  font-style: italic;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  color: rgba(250, 246, 236, 0.85);
  margin-bottom: 36px;
}

.feast-schedule {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(185, 147, 74, 0.2);
  margin-top: 48px;
  border: 1px solid rgba(185, 147, 74, 0.3);
}
.feast-item {
  background: var(--celeste-night);
  padding: 24px 20px;
}
.feast-item-date {
  font-family: var(--sans);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
  font-weight: 500;
}
.feast-item-title {
  font-family: var(--display);
  font-size: 17px;
  font-style: italic;
  color: var(--cream);
  line-height: 1.35;
  font-weight: 400;
}

/* ——— PASTORAIS ——— */
.pastorais-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--rule-soft);
  margin-top: 40px;
  border: 1px solid var(--rule);
}
.pastoral-item {
  background: var(--cream);
  padding: 28px 24px;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: background 0.2s;
  cursor: pointer;
}
.pastoral-item:hover {
  background: var(--celeste-pale);
}
.pastoral-title {
  font-family: var(--display);
  font-size: 20px;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.15;
  margin-bottom: 8px;
  letter-spacing: -0.005em;
}
.pastoral-desc {
  font-size: 13px;
  color: var(--ink-2);
  line-height: 1.45;
  margin-bottom: 14px;
}
.pastoral-meta {
  font-family: var(--sans);
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--celeste-deep);
  font-weight: 500;
  margin-top: auto;
}

/* ——— DIZIMO ——— */
.dizimo {
  background: var(--cream-warm);
  border-top: 1px solid var(--rule-soft);
  border-bottom: 1px solid var(--rule-soft);
}
.dizimo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.dizimo-text .eyebrow { color: var(--gold); }
.dizimo-text .eyebrow::before { background: var(--gold); }
.dizimo-text p {
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-2);
  margin-bottom: 18px;
  font-variation-settings: 'opsz' 36;
}
.dizimo-quote {
  font-family: var(--display);
  font-style: italic;
  font-size: 22px;
  color: var(--celeste-deep);
  font-weight: 400;
  padding-left: 20px;
  border-left: 2px solid var(--gold);
  margin: 30px 0;
  line-height: 1.4;
}
.dizimo-quote-cite {
  display: block;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-top: 10px;
  font-style: normal;
  font-weight: 500;
}

.dizimo-card {
  background: var(--cream);
  border: 1px solid var(--rule);
  padding: 40px 42px;
  position: relative;
}
.dizimo-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--celeste));
}
.dizimo-card h3 {
  font-family: var(--display);
  font-size: 26px;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}
.dizimo-card p {
  font-size: 14px;
  color: var(--ink-3);
  margin-bottom: 28px;
}
.dizimo-methods {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.dizimo-method {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  background: var(--celeste-pale);
  border-left: 3px solid var(--celeste);
}
.dizimo-method-icon {
  width: 32px;
  height: 32px;
  color: var(--celeste-deep);
  flex-shrink: 0;
}
.dizimo-method-icon svg { width: 100%; height: 100%; stroke-width: 1.5; }
.dizimo-method-label {
  font-size: 12px;
  color: var(--ink-3);
  letter-spacing: 0.05em;
  margin-bottom: 2px;
}
.dizimo-method-value {
  font-family: 'Fraunces', var(--serif);
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.01em;
}

/* ——— CONTACT ——— */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: 50px;
  border: 1px solid var(--rule);
  background: var(--cream);
}
.contact-side {
  padding: 40px 42px;
  border-right: 1px solid var(--rule-soft);
}
.contact-side:last-child { border-right: 0; }

.contact-block {
  margin-bottom: 36px;
}
.contact-block:last-child { margin-bottom: 0; }
.contact-block h4 {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--celeste-deep);
  margin-bottom: 14px;
  font-weight: 500;
}
.contact-block p {
  font-family: var(--display);
  font-size: 20px;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.4;
  letter-spacing: -0.005em;
}
.contact-block p + p {
  margin-top: 4px;
  font-size: 15px;
  color: var(--ink-2);
  font-family: var(--sans);
  font-weight: 400;
  letter-spacing: 0;
}

.office-hours {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.office-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px dashed var(--rule-soft);
  font-size: 14px;
}
.office-row:last-child { border-bottom: 0; }
.office-day { color: var(--ink); font-weight: 500; }
.office-time { color: var(--ink-2); font-family: var(--display); font-style: italic; font-size: 15px; }

/* ——— FOOTER ——— */
footer {
  background: var(--celeste-night);
  color: rgba(250, 246, 236, 0.75);
  padding: 70px 0 32px;
  position: relative;
  z-index: 2;
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(250, 246, 236, 0.12);
}

.footer-brand .brand-name { color: var(--cream); }
.footer-brand .brand-sub { color: rgba(250, 246, 236, 0.55); }
.footer-brand-desc {
  margin-top: 20px;
  font-family: var(--display);
  font-style: italic;
  font-size: 17px;
  color: rgba(250, 246, 236, 0.75);
  max-width: 320px;
  line-height: 1.5;
}

footer h5 {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
  font-weight: 500;
}
footer ul { list-style: none; }
footer ul li { margin-bottom: 10px; }
footer ul a {
  font-size: 13.5px;
  color: rgba(250, 246, 236, 0.7);
  transition: color 0.2s;
}
footer ul a:hover { color: var(--cream); }

.footer-bottom {
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--sans);
  font-size: 11.5px;
  letter-spacing: 0.1em;
  color: rgba(250, 246, 236, 0.45);
  flex-wrap: wrap;
  gap: 16px;
}
.footer-bottom .marian {
  font-family: var(--display);
  font-style: italic;
  font-size: 14px;
  color: var(--gold);
  letter-spacing: 0.02em;
  text-transform: none;
}

/* ——— RESPONSIVE ——— */
@media (max-width: 900px) {
  .container, .container-narrow { padding: 0 24px; }
  .header-inner { padding: 14px 24px; }
  nav ul { display: none; }
  section.block { padding: 70px 0; }
  .about, .dizimo-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .masses-grid, .sacraments-grid, .pastorais-grid, .feast-schedule { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .community-row { grid-template-columns: 60px 1fr auto; gap: 16px; }
  .community-arrow { display: none; }
}
