
:root{
  --navy:#172033;
  --navy2:#202a43;
  --burgundy:#7b1e20;
  --red:#b33a2e;
  --gold:#d9a441;
  --gold2:#f3c765;
  --cream:#fff5df;
  --cream2:#f3e4c3;
  --blue:#7fa8c9;
  --ink:#261b14;
  --muted:#6a5848;
  --white:#fffdf8;
  --line:rgba(123,30,32,.18);
  --shadow:0 24px 60px rgba(38,27,20,.16);
  --radius:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);line-height:1.55;background:linear-gradient(180deg,var(--cream),#fff 46%,#fff9ed)}
img{max-width:100%;display:block}
a{color:var(--burgundy)}
.topbar{background:var(--navy);color:#fff;text-align:center;padding:8px 18px;font-weight:900;letter-spacing:.03em}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,253,248,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.nav{max-width:1240px;margin:auto;padding:13px 20px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--navy)}
.brand img{width:58px;height:58px;object-fit:contain}.brand strong{display:block;font-size:22px;line-height:1;color:var(--navy)}.brand em{display:block;font-style:normal;font-size:12px;text-transform:uppercase;font-weight:900;letter-spacing:.14em;color:var(--burgundy)}
.menu{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.menu a{font-weight:900;text-decoration:none;color:var(--navy);padding:9px 10px;border-radius:999px}.menu a:hover,.menu a.active{background:var(--cream2);color:var(--burgundy)}
.menu-toggle{display:none;border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 14px;font-weight:900;color:var(--navy)}
.button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--burgundy);color:#fff!important;text-decoration:none;border:2px solid var(--burgundy);padding:12px 19px;font-weight:950;box-shadow:0 10px 20px rgba(123,30,32,.14);line-height:1.1}.button.secondary{background:transparent;color:var(--burgundy)!important;border-color:rgba(123,30,32,.28);box-shadow:none}.button.gold{background:var(--gold);border-color:var(--gold);color:var(--ink)!important}.text-link{font-weight:950;color:var(--burgundy);text-decoration-thickness:2px;text-underline-offset:4px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.actions.right{justify-content:flex-end}
.kicker{display:inline-flex;align-items:center;gap:10px;color:var(--burgundy);font-weight:950;letter-spacing:.16em;text-transform:uppercase;font-size:13px}.kicker:before{content:'';width:42px;height:4px;border-radius:99px;background:var(--gold)}
h1,h2,h3{font-family:Georgia,'Times New Roman',serif;color:var(--navy);line-height:1.04;margin:0 0 15px}h1{font-size:clamp(44px,6vw,82px);letter-spacing:-.04em}h2{font-size:clamp(32px,4.4vw,56px);letter-spacing:-.035em}h3{font-size:24px}p{margin:0 0 16px;color:var(--muted)}
.home-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#fff6df,#fffdf8 40%,#f7e7c7)}.hero-bg{height:110px;overflow:hidden;border-bottom:5px solid var(--gold)}.hero-bg img{width:100%;height:100%;object-fit:cover}.home-hero-inner{max-width:1240px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:start;padding:48px 20px 60px}.home-hero .hero-copy h1{font-size:clamp(54px,6vw,88px);line-height:.96;letter-spacing:-.05em;margin-bottom:18px}.hero-copy p{font-size:20px;max-width:680px;color:#4f3d31}.hero-copy .hero-tagline{font-size:clamp(20px,1.75vw,24px);font-weight:850;line-height:1.28;color:var(--navy);max-width:660px;margin-bottom:10px}.hero-copy .hero-context{font-size:17px;line-height:1.5;color:#5f4b3d;max-width:640px}.hero-mosaic{display:grid;grid-template-columns:1fr 1fr;gap:14px}.hero-mosaic img{height:225px;object-fit:cover;border-radius:24px;border:6px solid #fff;box-shadow:var(--shadow)}.hero-mosaic .wide{grid-column:1/-1;height:290px}
.section{max-width:1240px;margin:auto;padding:72px 20px}.section.tint{max-width:none;background:linear-gradient(180deg,#fffdf8,var(--cream));border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.section.tint>*{max-width:1240px;margin-left:auto;margin-right:auto}.section-head{max-width:880px;margin-bottom:32px}.grid{display:grid;gap:22px}.grid.three{grid-template-columns:repeat(3,1fr)}.grid.four{grid-template-columns:repeat(4,1fr)}.grid.two{grid-template-columns:repeat(2,1fr)}
.card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 14px 36px rgba(38,27,20,.08);padding:28px;position:relative;overflow:hidden}.card:before{content:'';position:absolute;inset:0 0 auto;height:6px;background:linear-gradient(90deg,var(--burgundy),var(--gold),var(--blue),var(--navy))}.card img{width:100%;height:210px;object-fit:cover;border-radius:18px;margin:-6px 0 20px;border:1px solid var(--line)}.card h2{font-size:36px}.big-time{font-size:20px;font-weight:950;color:var(--burgundy)}
.mission-band{background:linear-gradient(135deg,var(--navy),#111825);color:#fff}.mission-inner{max-width:1240px;margin:auto;display:grid;grid-template-columns:.95fr 1.05fr;gap:42px;align-items:center;padding:72px 20px}.mission-inner img{width:100%;height:430px;object-fit:cover;border-radius:32px;border:6px solid rgba(255,255,255,.12)}.mission-inner h2,.mission-inner .kicker{color:#fff}.mission-inner p{color:#f6e7c6;font-size:19px}.mission-inner .kicker:before{background:var(--gold)}
.photo-grid{display:grid;gap:18px}.photo-grid.editorial{grid-template-columns:repeat(3,1fr)}.photo-card{margin:0;position:relative;overflow:hidden;border-radius:24px;background:#fff;box-shadow:0 14px 36px rgba(38,27,20,.08);border:1px solid var(--line)}.photo-card img{width:100%;height:300px;object-fit:cover}.photo-card figcaption{position:absolute;left:12px;bottom:12px;background:rgba(23,32,51,.86);color:#fff;border-radius:999px;padding:7px 12px;font-size:13px;font-weight:900}.photo-card:nth-child(1){grid-column:span 2}.photo-card:nth-child(1) img{height:360px}
.cta-panel{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;background:linear-gradient(135deg,#fff,var(--cream));border:1px solid var(--line);border-radius:32px;box-shadow:var(--shadow);margin-top:40px;margin-bottom:40px}.split{display:grid;grid-template-columns:.95fr 1.05fr;gap:36px;align-items:start}.split>div>img,.mission-collage img,.stacked-photos img,.page-hero-photo img{width:100%;object-fit:cover;border-radius:26px;border:6px solid #fff;box-shadow:var(--shadow)}.stacked-photos{display:grid;grid-template-columns:1fr 1fr;gap:14px}.stacked-photos img:first-child{grid-column:1/-1;height:310px}.stacked-photos img{height:230px}
.page-hero{background:linear-gradient(135deg,var(--burgundy),#3c0f10);color:#fff}.page-hero-inner{max-width:1240px;margin:auto;display:grid;grid-template-columns:1fr .72fr;gap:34px;align-items:center;padding:62px 20px}.page-hero h1,.page-hero .kicker{color:#fff}.page-hero .kicker:before{background:var(--gold)}.page-hero p{color:#fff2d1;font-size:21px;max-width:850px}.page-hero-photo img{height:360px}.feature-list{list-style:none;margin:0 0 20px;padding:0}.feature-list li{padding:10px 0;border-bottom:1px solid rgba(123,30,32,.13);font-weight:750;color:#4d3b31}
.form-card{background:#fff;border:1px solid var(--line);border-radius:30px;padding:30px;box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:20px}.form-grid .full{grid-column:1/-1}label{font-weight:950;color:var(--navy)}input,select,textarea{width:100%;margin-top:7px;border:1px solid rgba(123,30,32,.28);border-radius:14px;padding:13px 14px;font:inherit;background:#fffdf8;color:var(--ink)}textarea{min-height:130px}.hidden-field{position:absolute!important;left:-5000px!important}
.footer{background:#151012;color:#fff;padding:52px 20px}.footer-inner{max-width:1240px;margin:auto;display:grid;grid-template-columns:1.4fr .7fr .7fr;gap:26px}.footer h2,.footer h3{color:#fff}.footer p{color:#ecd9b8}.footer a{color:#ffd36d}.footer-logo{width:82px;height:82px;object-fit:contain;margin-bottom:8px}.mini{font-size:14px;opacity:.78}
@media(max-width:1050px){.grid.four{grid-template-columns:repeat(2,1fr)}.home-hero-inner,.mission-inner,.page-hero-inner,.split{grid-template-columns:1fr}.page-hero-photo img{height:280px}.menu-toggle{display:inline-flex}.menu{display:none;position:absolute;right:20px;top:84px;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:14px;max-width:320px}.menu.open{display:grid}.menu a{display:block}.photo-grid.editorial{grid-template-columns:repeat(2,1fr)}.photo-card:nth-child(1){grid-column:span 1}.photo-card:nth-child(1) img{height:300px}.cta-panel{grid-template-columns:1fr}.actions.right{justify-content:flex-start}}
@media(max-width:680px){.grid.three,.grid.four,.grid.two,.footer-inner,.photo-grid.editorial,.form-grid{grid-template-columns:1fr}.home-hero-inner{padding:34px 16px 46px}.home-hero .hero-copy h1{font-size:clamp(46px,14vw,66px)}.hero-copy .hero-tagline{font-size:19px}.hero-copy .hero-context{font-size:16px}.section{padding:54px 16px}.hero-mosaic{grid-template-columns:1fr}.hero-mosaic .wide,.hero-mosaic img{height:240px}.brand strong{font-size:18px}.brand em{font-size:10px}.brand img{width:50px;height:50px}h1{font-size:42px}.topbar{font-size:13px}.mission-inner{padding:54px 16px}.mission-inner img{height:290px}.page-hero-inner{padding:48px 16px}.stacked-photos{grid-template-columns:1fr}.stacked-photos img,.stacked-photos img:first-child{height:260px}.form-card{padding:22px}.card{padding:22px}.card img{height:220px}}

/* Forgiving cover crop for photo cards
   Keeps the polished grid look while reducing face/head cropping.
   Regular gallery/card images stay cropped, but the frames are taller and the crop favors the upper center where faces usually sit.
*/
.photo-card figcaption { display: none !important; }
.photo-card img {
  height: 380px !important;
  object-fit: cover !important;
  object-position: center 30% !important;
}
.photo-card:nth-child(1) img {
  height: 440px !important;
  object-position: center 30% !important;
}
.card img {
  height: 260px !important;
  object-fit: cover !important;
  object-position: center 30% !important;
}
.stacked-photos img,
.split > div > img {
  object-fit: cover !important;
  object-position: center 30% !important;
}
.hero-mosaic img,
.hero-bg img,
.page-hero-photo img,
.mission-inner img {
  object-fit: cover !important;
}
img[data-position="face"] { object-position: center 28% !important; }
img[data-position="face-top"] { object-position: center 22% !important; }
img[data-position="face-left"] { object-position: 34% 28% !important; }
img[data-position="face-right"] { object-position: 66% 28% !important; }
img[data-position="center"] { object-position: center center !important; }
@media(max-width:1050px){
  .photo-card img,
  .photo-card:nth-child(1) img { height: 340px !important; }
  .card img { height: 240px !important; }
}
@media(max-width:640px){
  .photo-card img,
  .photo-card:nth-child(1) img { height: 310px !important; }
  .card img { height: 230px !important; }
}


/* Future dates table */
.date-table-wrap{overflow-x:auto;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:0 14px 36px rgba(38,27,20,.08);}
.date-table{width:100%;border-collapse:collapse;min-width:620px;}
.date-table th,.date-table td{text-align:left;padding:14px 18px;border-bottom:1px solid rgba(123,30,32,.12);}
.date-table th{color:var(--navy);font-weight:950;background:var(--cream2);}
.date-table tr:last-child td{border-bottom:0;}
.future-dates{padding-top:30px;}


/* Editor-friendly image controls: add data-position="face", "face-top", "face-left", "face-right", or "center" to an img tag when a crop needs adjustment. */
img[data-position="face"] { object-position: center 28% !important; }
img[data-position="face-top"] { object-position: center 18% !important; }
img[data-position="face-left"] { object-position: 34% 28% !important; }
img[data-position="face-right"] { object-position: 66% 28% !important; }
img[data-position="center"] { object-position: center center !important; }
.notice-card{background:#fff7e6;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 10px 24px rgba(38,27,20,.06)}

/* Dark hero button contrast */
.page-hero .button.secondary, .mission-inner .button.secondary {
  color:#fff!important;
  border-color:rgba(255,255,255,.58);
  background:rgba(255,255,255,.08);
}
.page-hero .button.secondary:hover, .mission-inner .button.secondary:hover {
  background:rgba(255,255,255,.16);
}


/* Requested image additions: Mary artwork and beer sponsor logo */
.mission-inner img.contain-art{
  object-fit:contain!important;
  background:#111825;
  padding:18px;
}
.sponsor-logo-card img{
  height:160px!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:#fff;
  padding:16px;
}

/* Homepage legacy section: gives context to people/history photos instead of treating them as decorative gallery images. */
.legacy-home .section-head{max-width:980px;}
.legacy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.legacy-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 14px 36px rgba(38,27,20,.08);overflow:hidden;}
.legacy-card img{width:100%;height:260px;object-fit:cover;object-position:center 30%;}
.legacy-card h3{font-size:26px;margin:22px 24px 10px;}
.legacy-card p{margin:0 24px 24px;}
@media(max-width:1050px){.legacy-grid{grid-template-columns:repeat(2,1fr);}.legacy-card img{height:250px;}}
@media(max-width:680px){.legacy-grid{grid-template-columns:1fr;}.legacy-card img{height:260px;}}


/* Priority preview: clearer decision paths before launch */
.visit-basics{padding-top:56px;padding-bottom:56px;}
.basics-grid .notice-card h3,.parent-basics .notice-card h3,.sponsor-guide .notice-card h3{font-size:24px;margin-bottom:10px;}
.basics-grid .notice-card p,.parent-basics .notice-card p,.sponsor-guide .notice-card p{margin-bottom:0;}
.sponsor-guide{padding-top:58px;padding-bottom:58px;}

/* Parish mission collage: remove the heavy, double-framed look and keep the section balanced. */
.mission-collage img{display:block;aspect-ratio:1100/702;object-fit:cover;object-position:center center;}


/* Mission section v6: let the collage breathe a bit more and show the full artwork more naturally. */
.mission-split{grid-template-columns:.9fr 1.1fr;gap:28px;align-items:center;}
.mission-collage{display:flex;align-items:center;}
.mission-collage img{width:100%;height:auto;aspect-ratio:auto;object-fit:contain;object-position:center center;}
@media(max-width:1050px){.mission-split{grid-template-columns:1fr;gap:24px;}}

/* Homepage quick start v5: connect the quick-answer cards to the next-step cards and make both sections useful as links. */
.start-guide{padding-top:56px;padding-bottom:66px;}
.start-guide .next-step-head{margin-top:54px;}
.notice-card-link,.action-card-link{display:block;color:inherit;text-decoration:none;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease;}
.notice-card-link .text-link,.action-card-link .text-link{display:inline-block;margin-top:12px;}
.notice-card-link:hover,.action-card-link:hover{transform:translateY(-2px);border-color:rgba(123,30,32,.38);box-shadow:0 16px 36px rgba(38,27,20,.12);}
.notice-card-link:focus-visible,.action-card-link:focus-visible{outline:3px solid var(--gold);outline-offset:4px;}
.basics-grid .notice-card-link p + p{margin-top:12px;}


/* Social follow section and footer social links */
.social-follow{padding-top:48px;padding-bottom:48px;}
.social-follow-panel{display:grid;grid-template-columns:1fr 360px;gap:34px;align-items:center;background:linear-gradient(135deg,#fff,var(--cream2));border:1px solid var(--line);border-radius:32px;box-shadow:var(--shadow);padding:34px;}
.social-follow-copy{max-width:720px;}
.social-follow-copy h2{margin-bottom:12px;}
.social-qr-card{background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:0 14px 36px rgba(38,27,20,.08);padding:16px;text-align:center;}
.social-qr-frame{background:#fff;border-radius:22px;overflow:hidden;border:1px solid rgba(38,27,20,.08);}
.social-qr-frame img{display:block;width:100%;height:auto;}
.social-qr-card h3{font-size:24px;margin:14px 0 2px;}
.social-handle{color:var(--muted)!important;margin:0 0 2px!important;}
.footer-socials{list-style:none;margin:0;padding:0;display:grid;gap:10px;}
.footer-socials li{display:grid;gap:2px;}
.footer-socials span{color:#ecd9b8;font-size:14px;overflow-wrap:anywhere;opacity:.9;}
.footer-inner{grid-template-columns:1.35fr .65fr .75fr 1fr;}
@media(max-width:1050px){.social-follow-panel{grid-template-columns:1fr;}.social-qr-card{max-width:390px;width:100%;}.footer-inner{grid-template-columns:1fr 1fr;}}
@media(max-width:680px){.social-follow-panel{padding:22px;}.social-qr-card{max-width:none;}.footer-inner{grid-template-columns:1fr;}}

/* Premium social follow section update: official-style logo buttons + restrained shimmer */
.social-follow {
  padding-top: 56px;
  padding-bottom: 56px;
}
.social-follow-panel {
  position: relative;
  overflow: hidden;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: clamp(28px, 4vw, 58px);
  padding: clamp(34px, 5vw, 56px);
  border-radius: 34px;
  background:
    radial-gradient(circle at 82% 22%, rgba(255, 255, 255, .88), transparent 26%),
    radial-gradient(circle at 12% 12%, rgba(255, 255, 255, .72), transparent 24%),
    linear-gradient(135deg, rgba(255, 253, 248, .98), rgba(252, 242, 221, .92) 52%, rgba(245, 226, 184, .70));
  box-shadow: 0 26px 70px rgba(38,27,20,.13);
}
.social-follow-panel::before {
  content: '';
  position: absolute;
  inset: 1px;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(110deg, transparent 0%, rgba(255,255,255,.14) 28%, rgba(255,255,255,.52) 46%, rgba(255,255,255,.12) 62%, transparent 100%);
  transform: translateX(-55%);
  opacity: .46;
  animation: socialSheen 7.5s ease-in-out infinite;
}
.social-follow-panel::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    radial-gradient(circle at 76% 80%, rgba(217,164,65,.18), transparent 24%),
    radial-gradient(circle at 9% 73%, rgba(255,255,255,.60), transparent 22%);
  mix-blend-mode: screen;
  opacity: .56;
}
.social-follow-copy,
.social-qr-card {
  position: relative;
  z-index: 1;
}
.social-follow-copy {
  max-width: 760px;
}
.social-follow-copy h2 {
  max-width: 780px;
  margin-bottom: 18px;
}
.social-follow-copy p {
  max-width: 620px;
  font-size: 18px;
  line-height: 1.55;
  color: #5d493a;
}
.social-actions {
  gap: 18px;
  margin-top: 26px;
}
.social-button {
  min-width: 220px;
  min-height: 62px;
  justify-content: center;
  gap: 14px;
  padding: 12px 22px;
  border-radius: 16px;
  background: rgba(255,255,255,.90);
  color: var(--navy)!important;
  font-size: 18px;
  font-weight: 950;
  box-shadow: 0 14px 30px rgba(38,27,20,.08);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.social-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(38,27,20,.12);
  background: #fff;
}
.instagram-button {
  border: 2px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #f58529, #dd2a7b 45%, #8134af 72%, #515bd4) border-box;
}
.facebook-button {
  border-color: #1877F2;
  background: linear-gradient(180deg, #fff, rgba(255,255,255,.92));
}
.social-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
}
.social-brand-mark svg {
  width: 42px;
  height: 42px;
  display: block;
}
.social-qr-card {
  max-width: 360px;
  justify-self: end;
  border-radius: 30px;
  border: 1px solid rgba(123,30,32,.13);
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.92)),
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.98), transparent 42%);
  box-shadow: 0 24px 52px rgba(38,27,20,.13), inset 0 1px 0 rgba(255,255,255,.85);
  padding: 20px;
}
.social-qr-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 8%, rgba(255,255,255,.38) 36%, transparent 58%);
  opacity: .48;
}
.social-qr-frame {
  position: relative;
  border-radius: 24px;
  border: 1px solid rgba(23,32,51,.08);
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}
.social-qr-card h3 {
  position: relative;
  margin: 18px 0 4px;
  padding-top: 16px;
  font-size: 26px;
  line-height: 1;
}
.social-qr-card h3::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 50%;
  width: 9px;
  height: 9px;
  border: 2px solid var(--gold);
  transform: translateX(-50%) rotate(45deg);
  background: #fff;
}
.social-handle {
  color: #6d625b;
  font-size: 15px;
}
.footer-socials {
  gap: 12px;
}
.footer-socials li {
  display: block;
}
.footer-socials a {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 10px;
  align-items: center;
  color: #fff;
  text-decoration: none;
  padding: 6px 0;
}
.footer-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffd36d;
}
.footer-social-icon svg {
  width: 32px;
  height: 32px;
  display: block;
}
.footer-social-copy strong {
  display: block;
  color: #fff;
  line-height: 1.1;
}
.footer-social-copy em {
  display: block;
  color: #ecd9b8;
  font-size: 13px;
  font-style: normal;
  opacity: .9;
  overflow-wrap: anywhere;
}
@keyframes socialSheen {
  0%, 54% { transform: translateX(-58%); opacity: 0; }
  67% { opacity: .50; }
  100% { transform: translateX(58%); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .social-follow-panel::before { animation: none; transform: none; opacity: .18; }
  .social-button { transition: none; }
}
@media(max-width:1050px){
  .social-follow-panel{grid-template-columns:1fr;}
  .social-qr-card{max-width:390px;width:100%;justify-self:start;}
}
@media(max-width:680px){
  .social-follow-panel{padding:24px;}
  .social-actions{gap:12px;}
  .social-button{width:100%;min-width:0;min-height:58px;font-size:16px;border-radius:15px;}
  .social-brand-mark, .social-brand-mark svg{width:36px;height:36px;flex-basis:36px;}
  .social-qr-card{max-width:none;padding:16px;}
}

/* Footer refresh: brighter festival finish across all pages */
.footer-festival{
  position:relative;
  overflow:hidden;
  padding:78px 20px 64px;
  background:
    radial-gradient(circle at 12% 18%, rgba(217,164,65,.22), transparent 32%),
    radial-gradient(circle at 82% 18%, rgba(127,168,201,.16), transparent 34%),
    radial-gradient(circle at 56% 92%, rgba(123,30,32,.20), transparent 38%),
    linear-gradient(135deg,#100b0c 0%,#191012 42%,#241315 100%);
  border-top:6px solid var(--gold);
}
.footer-festival::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.28;
  background-image:
    radial-gradient(circle, rgba(255,211,109,.72) 0 2px, transparent 2.4px),
    radial-gradient(circle, rgba(255,255,255,.36) 0 1px, transparent 1.4px);
  background-size:34px 34px,52px 52px;
  background-position:0 0,18px 22px;
  mask-image:linear-gradient(90deg,transparent 0%,#000 18%,#000 82%,transparent 100%);
}
.footer-festival::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.72),transparent);
}
.footer-festival .footer-inner{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.25fr .72fr .72fr 1fr;
  gap:22px;
  align-items:stretch;
}
.footer-festival .footer-brand-panel,
.footer-festival .footer-card{
  border:1px solid rgba(255,255,255,.14);
  background:linear-gradient(145deg,rgba(255,255,255,.095),rgba(255,255,255,.035));
  box-shadow:0 18px 46px rgba(0,0,0,.24);
  border-radius:28px;
  padding:26px;
  backdrop-filter:blur(8px);
}
.footer-festival .footer-brand-panel{
  background:
    linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.045)),
    linear-gradient(135deg,rgba(217,164,65,.18),transparent 58%);
}
.footer-festival .footer-logo{
  width:96px;
  height:96px;
  margin:0 0 16px;
  border-radius:18px;
  box-shadow:0 16px 30px rgba(0,0,0,.32),0 0 0 1px rgba(255,255,255,.16);
  transform:rotate(-2deg);
}
.footer-festival .footer-date{
  display:inline-flex;
  align-items:center;
  width:auto;
  color:#151012;
  background:linear-gradient(135deg,var(--gold2),var(--gold));
  border-radius:999px;
  padding:6px 12px;
  margin:0 0 14px;
  font-size:12px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
  box-shadow:0 10px 22px rgba(0,0,0,.18);
}
.footer-festival h2{
  font-size:clamp(38px,4vw,64px);
  line-height:.95;
  letter-spacing:-.045em;
  margin-bottom:16px;
}
.footer-festival h3{
  position:relative;
  margin-bottom:18px;
  font-size:29px;
}
.footer-festival h3::after{
  content:"";
  display:block;
  width:54px;
  height:4px;
  border-radius:999px;
  margin-top:12px;
  background:linear-gradient(90deg,var(--gold),rgba(255,255,255,.12));
}
.footer-festival p{color:#f6e6c6;}
.footer-festival .mini{margin-top:18px;color:#d9c6a3;}
.footer-badge-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:18px 0 6px;
}
.footer-badge-row span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  border:1px solid rgba(255,255,255,.17);
  background:rgba(255,255,255,.08);
  border-radius:999px;
  padding:6px 10px;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.footer-link-list{
  display:grid;
  gap:10px;
  margin:0!important;
}
.footer-link-list a{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:44px;
  padding:10px 12px;
  border:1px solid rgba(255,211,109,.20);
  border-radius:15px;
  background:rgba(255,255,255,.055);
  color:#fff3cd!important;
  text-decoration:none;
  font-weight:900;
  transition:transform .16s ease,border-color .16s ease,background .16s ease;
}
.footer-link-list a::after{
  content:"›";
  color:var(--gold2);
  font-size:24px;
  line-height:1;
}
.footer-link-list a:hover,
.footer-socials a:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.105);
  border-color:rgba(255,211,109,.42);
}
.footer-festival .footer-socials{
  display:grid;
  gap:12px;
}
.footer-festival .footer-socials a{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:12px;
  align-items:center;
  padding:12px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:18px;
  background:rgba(255,255,255,.07);
  color:#fff!important;
  text-decoration:none;
  transition:transform .16s ease,border-color .16s ease,background .16s ease;
}
.footer-festival .footer-social-icon{
  width:42px;
  height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  color:#fff;
  box-shadow:0 10px 20px rgba(0,0,0,.20);
}
.footer-festival .footer-facebook{
  background:#1877F2;
}
.footer-festival .footer-instagram{
  background:radial-gradient(circle at 30% 105%,#feda75 0 26%,#fa7e1e 32%,#d62976 56%,#962fbf 78%,#4f5bd5 100%);
}
.footer-festival .footer-social-icon svg{width:26px;height:26px;display:block;}
.footer-festival .footer-social-copy strong{
  color:#fff;
  display:block;
  font-size:16px;
  line-height:1.1;
}
.footer-festival .footer-social-copy em{
  color:#ead8b7;
  display:block;
  font-style:normal;
  font-size:13px;
  line-height:1.25;
  overflow-wrap:anywhere;
  opacity:.9;
}
@media(max-width:1050px){
  .footer-festival .footer-inner{grid-template-columns:1fr 1fr;}
  .footer-festival .footer-brand-panel{grid-column:1/-1;}
}
@media(max-width:680px){
  .footer-festival{padding:54px 16px 46px;}
  .footer-festival .footer-inner{grid-template-columns:1fr;gap:16px;}
  .footer-festival .footer-brand-panel,
  .footer-festival .footer-card{padding:22px;border-radius:24px;}
  .footer-festival .footer-logo{width:82px;height:82px;}
  .footer-festival h2{font-size:42px;}
}
@media(prefers-reduced-motion:reduce){
  .footer-link-list a,
  .footer-socials a{transition:none;}
  .footer-link-list a:hover,
  .footer-socials a:hover{transform:none;}
}


/* Footer reset: lively, but not carnival-poster loud */
.footer-festival{
  position:relative;
  overflow:hidden;
  padding:62px 20px 54px;
  background:linear-gradient(135deg,#141012 0%,#1c1214 62%,#211719 100%);
  border-top:1px solid rgba(217,164,65,.55);
}
.footer-festival::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:4px;
  opacity:1;
  background:linear-gradient(90deg,#7b1e20 0%,#d9a441 34%,#f1d28a 50%,#d9a441 66%,#7b1e20 100%);
  mask-image:none;
}
.footer-festival::after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,211,109,.28),transparent);
}
.footer-festival .footer-inner{
  position:relative;
  z-index:1;
  max-width:1240px;
  margin:auto;
  display:grid;
  grid-template-columns:1.45fr .55fr .7fr .9fr;
  gap:44px;
  align-items:start;
}
.footer-festival .footer-brand-panel,
.footer-festival .footer-card{
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  backdrop-filter:none;
}
.footer-festival .footer-brand-panel{
  display:grid;
  grid-template-columns:86px 1fr;
  gap:22px;
  align-items:start;
}
.footer-festival .footer-logo{
  width:86px;
  height:86px;
  margin:0;
  border-radius:16px;
  transform:none;
  box-shadow:0 14px 30px rgba(0,0,0,.28),0 0 0 1px rgba(255,255,255,.10);
}
.footer-festival .footer-date{
  display:block;
  width:auto;
  color:#d9a441;
  background:transparent;
  border-radius:0;
  padding:0;
  margin:0 0 10px;
  box-shadow:none;
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.footer-festival h2{
  color:#fff;
  font-size:clamp(42px,4vw,60px);
  line-height:.95;
  letter-spacing:-.04em;
  margin:0 0 16px;
}
.footer-festival h3{
  color:#fff;
  margin:0 0 18px;
  font-size:26px;
  line-height:1;
  letter-spacing:-.02em;
}
.footer-festival h3::after{display:none;}
.footer-festival p{color:#f1dfc2;}
.footer-festival .mini{margin-top:22px;color:#bfae92;}
.footer-badge-row{display:none;}
.footer-link-list{
  display:grid;
  gap:9px;
  margin:0!important;
}
.footer-link-list a{
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  min-height:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:#ffd36d!important;
  text-decoration:underline;
  text-underline-offset:4px;
  font-weight:800;
  transition:color .16s ease, transform .16s ease;
}
.footer-link-list a::after{content:"";display:none;}
.footer-link-list a:hover{
  transform:translateX(2px);
  background:transparent;
  border-color:transparent;
  color:#fff0b8!important;
}
.footer-festival .footer-socials{
  display:grid;
  gap:18px;
  margin:0;
  padding:0;
  list-style:none;
}
.footer-festival .footer-socials a{
  display:grid;
  grid-template-columns:34px 1fr;
  gap:12px;
  align-items:center;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:#fff!important;
  text-decoration:none;
  transition:transform .16s ease;
}
.footer-festival .footer-socials a:hover{
  transform:translateX(2px);
  background:transparent;
  border-color:transparent;
}
.footer-festival .footer-social-icon{
  width:34px;
  height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  color:#fff;
  box-shadow:none;
}
.footer-festival .footer-facebook{background:#1877F2;}
.footer-festival .footer-instagram{
  background:radial-gradient(circle at 30% 105%,#feda75 0 22%,#fa7e1e 38%,#d62976 58%,#962fbf 78%,#4f5bd5 100%);
}
.footer-festival .footer-social-icon svg{width:24px;height:24px;display:block;}
.footer-festival .footer-social-copy strong{
  color:#fff;
  display:block;
  font-size:15px;
  line-height:1.15;
}
.footer-festival .footer-social-copy em{
  color:#d8c6a6;
  display:block;
  font-size:13px;
  line-height:1.25;
  font-style:normal;
  overflow-wrap:anywhere;
  opacity:.92;
}
@media(max-width:1050px){
  .footer-festival .footer-inner{grid-template-columns:1fr 1fr;gap:30px;}
  .footer-festival .footer-brand-panel{grid-column:1/-1;}
}
@media(max-width:680px){
  .footer-festival{padding:48px 16px 42px;}
  .footer-festival .footer-inner{grid-template-columns:1fr;gap:26px;}
  .footer-festival .footer-brand-panel{grid-template-columns:72px 1fr;gap:16px;}
  .footer-festival .footer-logo{width:72px;height:72px;}
  .footer-festival h2{font-size:38px;}
}
@media(prefers-reduced-motion:reduce){
  .footer-link-list a,.footer-socials a{transition:none;}
  .footer-link-list a:hover,.footer-socials a:hover{transform:none;}
}


/* Home hero surgical update: selected copy/buttons with clean, non-overlapping photo grid */
.home-hero{
  background:
    radial-gradient(circle at 88% 12%, rgba(217,164,65,.16), transparent 28%),
    radial-gradient(circle at 8% 20%, rgba(255,255,255,.78), transparent 34%),
    linear-gradient(135deg,#fffaf0 0%,#fffdf8 48%,#f4e4c5 100%);
}
.home-hero .hero-bg{display:none;}
.home-hero-inner{
  max-width:1320px;
  grid-template-columns:minmax(0,.94fr) minmax(430px,1.06fr);
  gap:clamp(34px,4.5vw,62px);
  align-items:center;
  padding:clamp(54px,6vw,78px) 20px clamp(62px,6.5vw,86px);
}
.home-hero .hero-copy h1{
  font-size:clamp(60px,6.1vw,104px);
  line-height:.92;
  letter-spacing:-.055em;
  max-width:720px;
  margin-bottom:24px;
}
.home-hero .kicker{margin-bottom:14px;}
.hero-divider{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:18px;
  max-width:560px;
  margin:0 0 24px;
}
.hero-divider::before,
.hero-divider::after{
  content:"";
  height:2px;
  border-radius:999px;
}
.hero-divider::before{background:linear-gradient(90deg,transparent,var(--gold));}
.hero-divider::after{background:linear-gradient(90deg,var(--gold),transparent);}
.hero-divider span{
  width:11px;
  height:11px;
  border-radius:2px;
  background:var(--gold);
  transform:rotate(45deg);
}
.hero-copy .hero-tagline{
  font-size:clamp(23px,2.15vw,31px);
  font-weight:950;
  line-height:1.22;
  letter-spacing:-.02em;
  max-width:700px;
  margin-bottom:14px;
}
.hero-red{color:var(--burgundy);}
.hero-copy .hero-context{
  max-width:650px;
  font-size:18px;
}
.hero-action-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px 16px;
  max-width:560px;
  margin-top:28px;
}
.hero-action-grid .hero-button{
  width:100%;
  min-height:58px;
  border-radius:14px;
  padding:14px 18px;
  gap:10px;
  font-size:17px;
  box-shadow:0 14px 28px rgba(38,27,20,.10);
}
.hero-action-grid .button.secondary{
  background:rgba(255,253,248,.76);
  color:var(--burgundy)!important;
  border-color:rgba(123,30,32,.30);
}
.hero-action-grid .hero-race{
  color:#b77d18!important;
  border-color:rgba(217,164,65,.72);
}
.button-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:22px;
  height:22px;
  font-size:22px;
  line-height:1;
  font-weight:950;
  flex:0 0 auto;
}
.hero-mosaic{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  align-self:center;
}
.hero-mosaic img{
  width:100%;
  height:210px;
  object-fit:cover;
  border-radius:20px;
  border:5px solid #fff;
  box-shadow:0 18px 42px rgba(38,27,20,.14);
}
.hero-mosaic .wide{
  grid-column:1/-1;
  height:292px;
}
@media(max-width:1050px){
  .home-hero-inner{grid-template-columns:1fr;max-width:760px;}
  .hero-mosaic{max-width:720px;width:100%;}
  .home-hero .hero-copy h1{font-size:clamp(56px,12vw,88px);}
}
@media(max-width:680px){
  .home-hero-inner{padding:40px 16px 48px;}
  .home-hero .hero-copy h1{font-size:clamp(48px,16vw,68px);}
  .hero-divider{max-width:100%;gap:12px;margin-bottom:20px;}
  .hero-copy .hero-tagline{font-size:22px;}
  .hero-action-grid{grid-template-columns:1fr;max-width:none;}
  .hero-mosaic{grid-template-columns:1fr;gap:14px;}
  .hero-mosaic .wide,
  .hero-mosaic img{height:245px;}
}

.button-icon svg{width:22px;height:22px;display:block;}
.hero-action-grid .button.secondary .button-icon{color:currentColor;}

/* Visit and contact updates, July 2026 */
.visit-planning-grid .card p:last-child{margin-bottom:0;}
.visit-planning-grid .button{margin-top:6px;}
.hero-contact-card{display:inline-flex;flex-direction:column;gap:4px;margin-top:8px;padding:14px 18px;border:1px solid rgba(255,255,255,.34);border-radius:18px;background:rgba(255,255,255,.10);box-shadow:0 12px 28px rgba(0,0,0,.12);}
.hero-contact-card span{font-size:13px;font-weight:950;letter-spacing:.12em;text-transform:uppercase;color:#ffe7a8;}
.hero-contact-card a{color:#fff!important;font-size:21px;font-weight:950;text-decoration-thickness:2px;text-underline-offset:4px;overflow-wrap:anywhere;}
@media(max-width:680px){.hero-contact-card{display:flex;width:100%;}.hero-contact-card a{font-size:18px;}}

/* Header menu breakpoint: collapse earlier so the added Gear link does not crowd small desktops/tablets. */
@media(max-width:1150px){
  .menu-toggle{display:inline-flex}
  .menu{display:none;position:absolute;right:20px;top:84px;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:14px;max-width:320px}
  .menu.open{display:grid}
  .menu a{display:block}
}

/* Surgical header fit adjustment: keep desktop nav on one row, then collapse earlier before it crowds. */
.nav{max-width:1500px;gap:14px;}
.menu{flex-wrap:nowrap;gap:2px;}
.menu a{padding:8px 8px;white-space:nowrap;}
@media(max-width:1150px){
  .menu-toggle{display:inline-flex;}
  .menu{display:none;position:absolute;right:20px;top:84px;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:14px;max-width:320px;}
  .menu.open{display:grid;}
  .menu a{display:block;}
}

/* Surgical header cleanup: keep secondary links in the mobile menu, but remove them from the desktop row. */
@media(min-width:1151px){
  .menu a.desktop-secondary{display:none;}
}
@media(max-width:1150px){
  .menu a.desktop-secondary{display:block;}
}

/* Surgical header left-align and spacing cleanup, July 2026
   Keeps the desktop nav immediately after the logo instead of pushed to the far right. */
@media(min-width:1151px){
  .site-header .nav{
    max-width:none;
    margin:0;
    padding:10px 24px;
    justify-content:flex-start;
    gap:24px;
  }
  .site-header .brand img{width:50px;height:50px;}
  .site-header .brand strong{font-size:20px;}
  .site-header .brand em{font-size:11px;letter-spacing:.13em;}
  .site-header .menu{
    margin-left:6px;
    justify-content:flex-start;
    flex:0 1 auto;
  }
}
@media(min-width:681px){
  .home-hero-inner{padding-top:34px;}
}


/* Header test update, July 2026: show the fuller desktop nav in a tighter, left-aligned row. */
@media(min-width:1151px){
  .site-header .nav{gap:22px;}
  .site-header .menu{gap:1px;margin-left:4px;}
  .site-header .menu a{display:inline-flex!important;align-items:center;font-size:16px;padding:8px 7px;white-space:nowrap;}
}

/* Final surgical header rule: keep Parish and Get Involved in the mobile menu, but off the desktop row. */
@media(min-width:1151px){
  .site-header .menu a.desktop-secondary{display:none!important;}
}
@media(max-width:1150px){
  .site-header .menu a.desktop-secondary{display:block!important;}
}


/* Final desktop header scale, July 2026
   Use the full header width on desktops while collapsing before the nav crowds. */
@media(min-width:1281px){
  .site-header .nav{
    max-width:none;
    width:100%;
    margin:0;
    padding:10px clamp(28px,4vw,72px);
    display:grid;
    grid-template-columns:minmax(300px,auto) minmax(0,1fr);
    column-gap:clamp(28px,4vw,72px);
    align-items:center;
    justify-content:normal;
  }
  .site-header .brand{min-width:0;}
  .site-header .brand img{width:50px;height:50px;}
  .site-header .brand strong{font-size:20px;}
  .site-header .brand em{font-size:11px;letter-spacing:.13em;}
  .site-header .menu{
    display:flex!important;
    width:100%;
    margin-left:0;
    justify-content:space-between;
    align-items:center;
    gap:clamp(4px,.8vw,18px);
    flex-wrap:nowrap;
  }
  .site-header .menu a{
    display:inline-flex!important;
    align-items:center;
    justify-content:center;
    font-size:clamp(15px,.9vw,17px);
    padding:8px clamp(6px,.65vw,12px);
    white-space:nowrap;
  }
  .site-header .menu a.desktop-secondary{display:none!important;}
  .site-header .menu-toggle{display:none!important;}
}
@media(max-width:1280px){
  .site-header .nav{
    max-width:none;
    width:100%;
    margin:0;
    padding:10px 20px;
    justify-content:space-between;
  }
  .site-header .menu-toggle{display:inline-flex!important;}
  .site-header .menu{
    display:none!important;
    position:absolute;
    right:20px;
    top:76px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:22px;
    box-shadow:var(--shadow);
    padding:14px;
    max-width:320px;
    width:min(320px,calc(100vw - 40px));
  }
  .site-header .menu.open{display:grid!important;}
  .site-header .menu a{display:block!important;font-size:16px;padding:10px 12px;}
  .site-header .menu a.desktop-secondary{display:block!important;}
}


/* Final header scale override, July 2026
   Uses the full desktop header width while scaling down cleanly before mobile. */
@media (min-width:1151px){
  .site-header .nav{
    max-width:none!important;
    width:100%!important;
    margin:0!important;
    padding:10px clamp(18px,2.6vw,64px)!important;
    display:grid!important;
    grid-template-columns:minmax(250px,22vw) minmax(0,1fr)!important;
    column-gap:clamp(18px,3vw,56px)!important;
    align-items:center!important;
    justify-content:normal!important;
  }
  .site-header .brand{min-width:0!important;}
  .site-header .brand img{width:clamp(46px,3.2vw,56px)!important;height:clamp(46px,3.2vw,56px)!important;}
  .site-header .brand strong{font-size:clamp(18px,1.25vw,22px)!important;line-height:1.02!important;}
  .site-header .brand em{font-size:clamp(10px,.72vw,12px)!important;letter-spacing:.13em!important;}
  .site-header .menu{
    display:flex!important;
    width:100%!important;
    margin-left:0!important;
    justify-content:space-between!important;
    align-items:center!important;
    gap:clamp(2px,.6vw,14px)!important;
    flex-wrap:nowrap!important;
  }
  .site-header .menu a{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    white-space:nowrap!important;
    font-size:clamp(13px,.92vw,17px)!important;
    padding:8px clamp(4px,.55vw,11px)!important;
  }
  .site-header .menu a.desktop-secondary{display:none!important;}
  .site-header .menu-toggle{display:none!important;}
}
@media (max-width:1150px){
  .site-header .nav{
    max-width:none!important;
    width:100%!important;
    margin:0!important;
    padding:10px 20px!important;
    justify-content:space-between!important;
  }
  .site-header .menu-toggle{display:inline-flex!important;}
  .site-header .menu{
    display:none!important;
    position:absolute!important;
    right:20px!important;
    top:76px!important;
    background:#fff!important;
    border:1px solid var(--line)!important;
    border-radius:22px!important;
    box-shadow:var(--shadow)!important;
    padding:14px!important;
    max-width:320px!important;
    width:min(320px,calc(100vw - 40px))!important;
  }
  .site-header .menu.open{display:grid!important;}
  .site-header .menu a{display:block!important;font-size:16px!important;padding:10px 12px!important;}
  .site-header .menu a.desktop-secondary{display:block!important;}
}

/* Final header cleanup override, July 2026
   Use the full header width, but keep links grouped instead of stretched across the page. */
@media (min-width:1151px){
  .site-header .nav{
    max-width:none!important;
    width:100%!important;
    margin:0!important;
    padding:10px clamp(24px,3.2vw,58px)!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:clamp(30px,3.2vw,56px)!important;
  }
  .site-header .brand{
    flex:0 0 auto!important;
    min-width:0!important;
  }
  .site-header .brand img{
    width:clamp(48px,3.1vw,56px)!important;
    height:clamp(48px,3.1vw,56px)!important;
  }
  .site-header .brand strong{
    font-size:clamp(19px,1.18vw,22px)!important;
    line-height:1.02!important;
  }
  .site-header .brand em{
    font-size:clamp(10px,.68vw,12px)!important;
    letter-spacing:.13em!important;
  }
  .site-header .menu{
    display:flex!important;
    width:auto!important;
    flex:0 1 auto!important;
    margin-left:0!important;
    justify-content:flex-start!important;
    align-items:center!important;
    gap:clamp(9px,.9vw,20px)!important;
    flex-wrap:nowrap!important;
  }
  .site-header .menu a{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    white-space:nowrap!important;
    font-size:clamp(15px,.82vw,17px)!important;
    padding:8px clamp(6px,.45vw,10px)!important;
  }
  .site-header .menu a.desktop-secondary{display:none!important;}
  .site-header .menu-toggle{display:none!important;}
}
@media (max-width:1150px){
  .site-header .nav{
    max-width:none!important;
    width:100%!important;
    margin:0!important;
    padding:10px 20px!important;
    display:flex!important;
    justify-content:space-between!important;
  }
  .site-header .menu-toggle{display:inline-flex!important;}
  .site-header .menu{
    display:none!important;
    position:absolute!important;
    right:20px!important;
    top:76px!important;
    background:#fff!important;
    border:1px solid var(--line)!important;
    border-radius:22px!important;
    box-shadow:var(--shadow)!important;
    padding:14px!important;
    max-width:320px!important;
    width:min(320px,calc(100vw - 40px))!important;
  }
  .site-header .menu.open{display:grid!important;}
  .site-header .menu a{display:block!important;font-size:16px!important;padding:10px 12px!important;}
  .site-header .menu a.desktop-secondary{display:block!important;}
}


/* Final header reference match, July 2026
   Match the clean current-site header: logo left, nav clustered after logo, no stretched spacing.
   Visit and Gear stay available in the mobile menu and elsewhere on the site without crowding desktop. */
@media (min-width:1321px){
  .site-header .nav{
    max-width:1500px!important;
    margin:0 auto!important;
    padding:14px clamp(18px,3.5vw,44px)!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:clamp(54px,4.8vw,86px)!important;
  }
  .site-header .brand{
    flex:0 0 clamp(350px,24vw,410px)!important;
    min-width:0!important;
    display:flex!important;
    align-items:center!important;
    gap:14px!important;
  }
  .site-header .brand img{
    width:64px!important;
    height:64px!important;
  }
  .site-header .brand strong{
    font-size:24px!important;
    line-height:1.02!important;
  }
  .site-header .brand em{
    font-size:12px!important;
    letter-spacing:.16em!important;
    line-height:1.2!important;
  }
  .site-header .menu{
    flex:0 0 auto!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:14px!important;
    margin-left:0!important;
    width:auto!important;
  }
  .site-header .menu a{
    display:inline-flex!important;
    align-items:center!important;
    white-space:nowrap!important;
    font-size:17px!important;
    line-height:1!important;
    font-weight:800!important;
    padding:10px 5px!important;
  }
  .site-header .menu a.active{
    padding:14px 16px!important;
    border-radius:999px!important;
  }
  .site-header .menu a.mobile-extra{
    display:none!important;
  }
  .site-header .menu-toggle{
    display:none!important;
  }
}
@media (max-width:1320px){
  .site-header .nav{
    max-width:1120px!important;
    margin:0 auto!important;
    padding:12px 18px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:16px!important;
  }
  .site-header .brand{
    flex:0 1 auto!important;
    min-width:0!important;
  }
  .site-header .brand img{
    width:56px!important;
    height:56px!important;
  }
  .site-header .brand strong{
    font-size:20px!important;
  }
  .site-header .brand em{
    font-size:10.5px!important;
    letter-spacing:.13em!important;
  }
  .site-header .menu-toggle{
    display:inline-flex!important;
  }
  .site-header .menu{
    display:none!important;
    position:absolute!important;
    left:18px!important;
    right:18px!important;
    top:calc(100% + 8px)!important;
    z-index:80!important;
    background:var(--cream)!important;
    border:1px solid var(--line)!important;
    border-radius:18px!important;
    box-shadow:var(--shadow)!important;
    padding:10px!important;
  }
  .site-header .menu.open{
    display:grid!important;
  }
  .site-header .menu a,
  .site-header .menu a.mobile-extra{
    display:block!important;
    font-size:16px!important;
    padding:10px 12px!important;
  }
}

/* Visit page parish history card, July 2026 */
.visit-parish-history-card{grid-column:1/-1;}
.visit-parish-history-card img{height:260px!important;object-position:center center!important;}
@media(max-width:680px){.visit-parish-history-card{grid-column:auto;}.visit-parish-history-card img{height:220px!important;}}


/* Sponsorship packet embed, July 2026 */
.sponsorship-packet-section{scroll-margin-top:120px;}
.sponsorship-letter{max-width:980px;margin:0 auto 24px;padding:30px;}
.letter-banner{background:var(--navy);color:#fff;border-radius:14px;padding:18px 22px;text-align:center;margin-bottom:24px;}
.letter-banner strong{display:block;color:var(--gold);font-size:clamp(1.35rem,2.4vw,2rem);font-weight:900;line-height:1.1;}
.letter-banner span{display:block;margin-top:6px;color:#f4efe4;font-weight:700;}
.sponsorship-letter p{font-size:1.03rem;line-height:1.65;}
.sponsorship-letter h3{margin-top:24px;}
.letter-callout,.letter-deadline{border:1px solid var(--line);border-left:6px solid var(--gold);border-radius:16px;padding:18px 20px;margin:24px 0;background:#fffaf0;}
.letter-callout h3,.letter-deadline h3{margin-top:0;}
.letter-signature{margin-top:22px;}
.embedded-pdf-card{padding:22px;}
.embedded-pdf-head{display:flex;align-items:flex-start;justify-content:space-between;gap:22px;margin-bottom:18px;}
.embedded-pdf-head h3{margin:4px 0 8px;}
.pdf-viewer{display:block;width:100%;height:min(82vh,920px);min-height:680px;border:1px solid var(--line);border-radius:16px;background:#fff;}
@media(max-width:760px){
  .sponsorship-letter{padding:20px;}
  .embedded-pdf-head{display:block;}
  .embedded-pdf-head .button{margin-top:12px;}
  .pdf-viewer{height:620px;min-height:520px;}
}
