:root {
  --cream: #faf3eb;
  --cream-2: #f4ead8;
  --ink: #0a162b;
  --navy: #13233f;
  --gold: #c18b41;
  --gold-2: #d4a45c;
  --gold-dark: #9a6a2c;
  --blue: #1a4a95;
  --paper: #fffdf8;
  --line: rgba(193, 139, 65, 0.45);
  --shadow: 0 18px 50px rgba(10, 22, 43, 0.12);
  --serif: "Cinzel", "Times New Roman", serif;
  --script: "Cormorant Garamond", Georgia, serif;
  --sans: "Outfit", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: var(--sans);
  background:
    radial-gradient(1200px 600px at 50% -10%, #fff 0%, transparent 50%),
    linear-gradient(180deg, var(--cream), #f6edd9 40%, var(--cream));
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: var(--navy); }
.skip {
  position: absolute;
  left: -999px;
  top: 8px;
}
.skip:focus { left: 8px; background: #fff; padding: .4rem .7rem; z-index: 20; }

.wrap {
  width: min(1120px, calc(100% - 2rem));
  margin-inline: auto;
}
.wrap.narrow { width: min(760px, calc(100% - 2rem)); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
}
.brand {
  display: flex;
  align-items: center;
  gap: .75rem;
  text-decoration: none;
  color: var(--ink);
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: .04em;
}
.brand img {
  width: 88px;
  height: auto;
  background: transparent;
}
.brand small {
  display: block;
  font-family: var(--sans);
  font-weight: 500;
  letter-spacing: .28em;
  text-transform: uppercase;
  font-size: .62rem;
  color: var(--gold-dark);
}
.header-date {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin: 0;
  color: var(--ink);
  text-align: right;
  font-size: .82rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.header-date i {
  display: block;
  width: 1px;
  height: 1.6rem;
  background: var(--gold);
}
.header-date strong {
  font-family: var(--serif);
  font-size: 1rem;
  letter-spacing: .08em;
  font-weight: 600;
}
.nav {
  display: flex;
  gap: 1.25rem;
}
.nav a {
  text-decoration: none;
  color: var(--navy);
  font-size: .92rem;
  font-weight: 500;
}
.nav a:hover,
.nav a.is-active { color: var(--gold-dark); }
.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: transparent;
  border-radius: 8px;
}
.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 9px;
  background: var(--ink);
}

body.simple {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body.simple main { flex: 1; }
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.hero { padding: 1.5rem 0 3rem; }
.hero-simple { padding: 1.1rem 0 1.1rem; }
.invite-frame {
  padding: 0;
  overflow: hidden;
}
.invite-frame::before { display: none; }
.invite-hero-art {
  width: 100%;
  height: auto;
  display: block;
}
.ornament-frame {
  position: relative;
  padding: clamp(1.2rem, 3vw, 2.4rem);
  background: var(--paper);
  box-shadow: var(--shadow);
  border: 1px solid var(--gold);
}
.ornament-frame::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid var(--gold);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.9fr 1.2fr;
  gap: clamp(1rem, 3vw, 2.5rem);
  align-items: center;
}
.identity-art {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.kicker, .section-kicker {
  font-size: .78rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--navy);
  margin: 0 0 1rem;
  font-weight: 500;
}
h1 {
  margin: 0;
  text-align: center;
  color: var(--ink);
}
.h1-top, .h1-main {
  display: block;
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.h1-top { font-size: clamp(1.35rem, 3vw, 2.05rem); }
.h1-mid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  margin: .35rem 0;
  font-family: var(--serif);
  font-size: .85rem;
  letter-spacing: .28em;
  text-transform: uppercase;
}
.h1-mid i {
  display: block;
  width: 48px;
  height: 1px;
  background: var(--gold);
}
.h1-main {
  font-size: clamp(2.1rem, 6vw, 3.6rem);
  line-height: .95;
}
.h1-main em {
  font-style: normal;
  font-size: .42em;
  vertical-align: super;
  margin-right: .15em;
}
.h1-main sup { font-size: .55em; }
.gold-ribbon {
  margin: 1.1rem auto 1.3rem;
  max-width: 34rem;
  text-align: center;
  background: linear-gradient(180deg, var(--gold-2), var(--gold) 45%, var(--gold-dark));
  color: #fff;
  font-family: var(--serif);
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: clamp(.78rem, 1.6vw, .95rem);
  padding: .55rem 1rem;
  box-shadow: 0 1px 0 #8b5e24;
}
.when {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  margin: 0 auto 1.1rem;
}
.when-item {
  display: flex;
  align-items: center;
  gap: .7rem;
  text-align: left;
}
.when-item svg { width: 28px; height: 28px; color: var(--navy); flex: 0 0 28px; }
.when-item span {
  display: block;
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #5a4a32;
}
.when-item strong {
  font-family: var(--serif);
  font-size: 1.05rem;
  letter-spacing: .04em;
}
.when-rule {
  width: 1px;
  height: 42px;
  background: var(--gold);
}
.presides {
  text-align: center;
  font-size: .82rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin: 0 0 1.4rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  justify-content: center;
}
.hero-actions.center { margin-top: 1.5rem; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 1.15rem;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  font-family: var(--sans);
  font-size: .92rem;
  font-weight: 500;
  letter-spacing: .04em;
}
.btn-gold { background: var(--gold); color: #fff; }
.btn-gold:hover { background: var(--gold-dark); }
.btn-navy { background: var(--ink); color: #fff; }
.btn-navy:hover { background: var(--navy); }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--gold);
}
.countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(64px, 90px));
  justify-content: center;
  gap: .6rem;
  margin-top: 1.5rem;
}
.countdown div {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.55);
  text-align: center;
  padding: .55rem .2rem .45rem;
}
.countdown strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.35rem;
}
.countdown span {
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #6b5a3e;
}
.countdown-header {
  margin: 0;
  gap: .4rem;
  grid-template-columns: repeat(4, minmax(52px, 70px));
}
.countdown-header div {
  padding: .28rem .15rem .22rem;
}
.countdown-header strong { font-size: 1.05rem; }
.countdown-header span { font-size: .6rem; }
.countdown-below {
  margin: 1.15rem auto 0;
}

.event .wrap { text-align: center; }
.event .gold-diamond,
.location .gold-diamond { margin-left: auto; margin-right: auto; }
.event .lead,
.location .lead { max-width: 40rem; margin-inline: auto; }
.location { text-align: center; }
.location .streets { text-align: left; }

.section { padding: 4.2rem 0; }
.section h2 {
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: .04em;
  font-size: clamp(1.5rem, 3vw, 2.15rem);
  line-height: 1.25;
  margin: 0 0 .8rem;
}
.gold-diamond {
  width: 8px;
  height: 8px;
  margin: 0 0 1.3rem .15rem;
  background: var(--gold);
  transform: rotate(45deg);
  box-shadow: -34px 0 0 -3px var(--gold), 34px 0 0 -3px var(--gold);
}
.countdown .live {
  grid-column: 1 / -1;
  margin: 0;
  font-family: var(--serif);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.lead, .project p, .contact p {
  font-size: 1.05rem;
  color: #24324a;
}
.invite-card {
  margin: 2rem 0 0;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.invite-card img { width: 100%; }
.invite-card figcaption {
  display: flex;
  gap: .6rem;
  justify-content: center;
  padding: .85rem;
  font-size: .92rem;
}
.project { background: linear-gradient(180deg, transparent, rgba(193,139,65,.08), transparent); }
.project-grid {
  display: grid;
  grid-template-columns: 1.3fr .8fr;
  gap: 2.5rem;
  align-items: start;
}
blockquote {
  margin: 1.5rem 0 0;
  padding: 0;
  border: 0;
}
blockquote p {
  font-family: var(--script);
  font-style: italic;
  font-size: 1.55rem;
  color: var(--gold-dark);
  margin: 0;
}
.saint-card {
  background: var(--paper);
  border: 1px solid var(--gold);
  padding: 1.6rem 1.3rem 1.4rem;
  text-align: center;
  box-shadow: var(--shadow);
}
.saint-card img {
  width: 180px;
  height: auto;
  margin: 0 auto 1rem;
}
.saint-card h3 {
  font-family: var(--serif);
  margin: 0 0 .5rem;
  letter-spacing: .06em;
}
.location-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.6rem;
}
.map-art, .map-live {
  border: 1px solid var(--line);
  background: #fff;
  min-height: 340px;
}
.map-art img, .map-live iframe {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  border: 0;
}
.streets {
  list-style: none;
  padding: 0;
  margin: 1.4rem 0 0;
  display: grid;
  gap: .45rem;
}
.streets li {
  padding: .7rem .9rem;
  background: rgba(255,255,255,.6);
  border-left: 3px solid var(--gold);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}
.contact-list {
  list-style: none;
  padding: 0;
  margin: 1.4rem 0 0;
}
.contact-list li { margin-bottom: 1rem; }
.contact-list strong {
  display: block;
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold-dark);
}
.contact-form {
  display: grid;
  gap: .85rem;
  background: var(--paper);
  border: 1px solid var(--gold);
  padding: 1.4rem;
}
.contact-form label {
  display: grid;
  gap: .35rem;
  font-size: .85rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.contact-form input,
.contact-form textarea {
  font: 400 1rem var(--sans);
  text-transform: none;
  letter-spacing: 0;
  border: 1px solid var(--line);
  background: #fff;
  padding: .7rem .8rem;
  color: var(--ink);
}
.contact-form .hp {
  position: absolute;
  left: -9999px;
}
.form-note { margin: 0; color: #1d6b3a; }

.site-footer {
  background: var(--ink);
  color: #efe6d4;
  text-align: center;
  padding: .7rem 1rem;
}
.site-footer p { margin: 0; }
.prayer {
  font-family: var(--script);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--gold-2);
  line-height: 1.2;
}
.site-footer a { color: #fff; }
.tiny { opacity: .7; font-size: .72rem; }

@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .nav {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: var(--cream);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    padding: 1rem 1.2rem 1.2rem;
    gap: .85rem;
  }
  .nav.open { display: flex; }
  .hero-grid,
  .project-grid,
  .location-grid,
  .contact-grid { grid-template-columns: 1fr; }
  .identity-art { max-width: 320px; margin-inline: auto; }
  .when { flex-direction: column; }
  .when-rule { width: 48px; height: 1px; }
  .header-inner { flex-wrap: wrap; }
  .header-date {
    width: 100%;
    justify-content: center;
    text-align: center;
    margin: 0 0 .35rem;
  }
}

@media print {
  .site-header, .hero-actions, .contact, .nav-toggle { display: none !important; }
  .ornament-frame { box-shadow: none; }
}
