/* PV Chi Alpha — rebuilt from the Wix site, same identity: white ground,
   Palatino display, Spinnaker section headings, charcoal text, coral-red mark. */
:root {
  --ink: #3d3d3d;
  --ink-soft: #5c5c5c;
  --paper: #ffffff;
  --paper-2: #f5f5f5;
  --line: #e3e3e3;
  --red: #d64541;
  --red-dark: #b8352f;
  --navy: #1f2430;
  --plum: #2d263d;
  --plum-soft: #373b4d;
  --sun: #fff0aa;
  --coral: #ff4040;
  --max: 1140px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16.5px; line-height: 1.7; -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--red-dark); }
h1, .display {
  font-family: "Oswald", "Arial Narrow", Impact, sans-serif;
  font-weight: 500; line-height: 1.1; margin: 0 0 .4em; text-wrap: balance; text-transform: uppercase; letter-spacing: .02em;
}
h1 { font-size: clamp(36px, 5.4vw, 64px); }
h1 .accent, h2 .accent { color: var(--coral); font-style: normal; }
h2, h3 {
  font-family: "Spinnaker", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400; text-transform: uppercase; letter-spacing: .16em; line-height: 1.2; margin: 0 0 .5em; text-wrap: balance; color: var(--plum);
}
h3 { letter-spacing: .1em; }
h2.rule::after { content: ""; display: block; width: min(560px, 60%); height: 1px; background: var(--coral); margin: 16px 0 0; opacity: .8; }
.center h2.rule::after, h2.rule.center::after { margin-inline: auto; }
h2 { font-size: clamp(28px, 3.8vw, 44px); }
h3 { font-size: clamp(19px, 2.2vw, 24px); }
h4 { font-family: "Palatino Linotype", Palatino, Georgia, serif; font-size: 20px; margin: 0 0 .4em; }
p { margin: 0 0 1em; }
.wrap { width: min(100% - 40px, var(--max)); margin-inline: auto; }
.narrow { max-width: 760px; }
.center { text-align: center; }
.muted { color: var(--ink-soft); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; }
.scripture { font-family: "Cormorant Garamond", "Palatino Linotype", Palatino, Georgia, serif; font-weight: 600; font-style: italic; font-size: clamp(19px, 2vw, 24px); color: var(--ink-soft); margin: 0 0 6px; text-wrap: balance; }
.scripture + .ref { display: block; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--red); font-weight: 700; margin-bottom: 24px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: var(--paper); border-bottom: 1px solid var(--line); }
.site-header .wrap { display: flex; align-items: center; gap: 20px; min-height: 72px; }
.brand { color: var(--coral); text-decoration: none; font-family: "Oswald", "Arial Narrow", sans-serif; font-weight: 500; font-size: 30px; letter-spacing: .06em; white-space: nowrap; line-height: 1; }
.nav { display: flex; align-items: center; gap: 2px; margin-left: auto; flex-wrap: nowrap; }
.nav a, .nav .menu-btn { color: var(--plum); text-decoration: none; font-family: "Barlow", "Helvetica Neue", Arial, sans-serif; font-size: 13px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; padding: 9px 11px; border-radius: 4px; white-space: nowrap; background: transparent; border: 0; cursor: pointer; line-height: 1.2; }
.nav .menu { position: relative; }
.nav .menu-btn { display: inline-flex; align-items: center; gap: 5px; }
.nav .menu-btn .caret { width: 12px; height: 12px; opacity: .7; transition: transform .15s ease; }
.nav .menu.open .menu-btn .caret { transform: rotate(180deg); }
.nav .menu.is-current > .menu-btn { color: var(--coral); }
.nav .menu-list { display: none; position: absolute; top: calc(100% + 6px); left: 0; min-width: 230px; padding: 8px 0; background: var(--paper); border: 1px solid var(--line); border-radius: 4px; box-shadow: 0 14px 34px rgba(45,38,61,.14); z-index: 60; }
.nav .menu-list a { display: block; padding: 10px 16px; border-radius: 0; letter-spacing: .08em; font-size: 12.5px; }
.nav .menu:hover .menu-list, .nav .menu:focus-within .menu-list, .nav .menu.open .menu-list { display: block; }
.nav .menu-list .group { display: block; padding: 10px 16px 2px; font-family: "Barlow", "Helvetica Neue", Arial, sans-serif; font-size: 10.5px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-soft); }
.nav a.cta { margin-left: 10px; padding: 10px 16px; background: var(--coral); color: #fff; font-weight: 600; border-radius: 3px; }
.nav a.cta:hover { background: var(--red-dark); color: #fff; }
.nav a:hover, .nav .menu-btn:hover { background: var(--paper-2); }
.nav a[aria-current="page"] { color: var(--coral); }
.btn {
  display: inline-block; padding: 13px 24px; border-radius: 3px; border: 2px solid var(--red); cursor: pointer;
  background: var(--red); color: #fff; text-decoration: none; font-weight: 700; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; font-family: inherit;
  transition: background .15s ease, color .15s ease;
}
.btn:hover { background: var(--red-dark); border-color: var(--red-dark); color: #fff; }
.btn.ghost { background: transparent; color: var(--red-dark); }
.btn.ghost:hover { background: var(--red); color: #fff; }
.btn.light { background: #fff; border-color: #fff; color: var(--ink); }
.btn.light:hover { background: var(--paper-2); border-color: var(--paper-2); color: var(--ink); }
.menu-toggle { display: none; margin-left: auto; width: 44px; height: 44px; border: 0; background: transparent; color: var(--ink); cursor: pointer; border-radius: 6px; }
.menu-toggle:hover { background: var(--paper-2); }
.menu-toggle svg { width: 26px; height: 26px; }

/* Hero */
.hero { position: relative; color: #fff; display: grid; place-items: center; min-height: min(82vh, 760px); padding: 80px 0; background-size: cover; background-position: center; text-align: center; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.6)); }
.hero > .wrap { position: relative; }
.hero h1 { color: #fff; text-shadow: 0 2px 18px rgba(0,0,0,.35); }
.hero .lead { font-family: "Cormorant Garamond", "Palatino Linotype", Georgia, serif; font-style: italic; font-size: clamp(22px, 2.8vw, 34px); font-weight: 600; margin: 0 0 20px; }
.hero p { max-width: 62ch; margin-inline: auto; }
.hero.short { min-height: 420px; padding: 60px 0; }
.hero-cta { margin-top: 26px; display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }

/* Sections */
.section { padding: clamp(56px, 8vw, 96px) 0; }
.section.alt { background: var(--paper-2); }
.section.dark { background: var(--plum-soft); color: #fff; }
.section.sun { background: var(--sun); }
.section.dark h2, .section.dark h3 { color: #fff; }
.section.dark .muted { color: #c3c7d1; }
.section.dark .scripture { color: #e2e5ec; }
.kicker { display: block; color: var(--red); font-weight: 700; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 10px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.split.reverse > :first-child { order: 2; }
.split img { border-radius: 4px; width: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: 6px; overflow: hidden; display: flex; flex-direction: column; }
.card img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.card .body { padding: 20px 22px 24px; display: grid; gap: 8px; align-content: start; }
.card .body > :last-child { margin-top: auto; }
.card h3 { margin: 0; }
.tile { display: grid; place-items: center; min-height: 120px; padding: 18px; border-radius: 4px; background: var(--plum); color: #fff; text-decoration: none; font-family: "Spinnaker", sans-serif; text-transform: uppercase; letter-spacing: .1em; font-size: 15px; text-align: center; transition: background .15s ease; }
.tile:hover { background: var(--red); color: #fff; }
.book { display: grid; grid-template-columns: 96px 1fr; gap: 16px; align-items: start; }
.book img { aspect-ratio: 2 / 3; object-fit: cover; width: 96px; border-radius: 3px; box-shadow: 0 6px 18px rgba(0,0,0,.15); }
.book h4 { margin: 0; }
.book .author { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--red); font-weight: 700; }
.book p { font-size: 15px; color: var(--ink-soft); margin: 6px 0 8px; }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.gallery img { aspect-ratio: 1; object-fit: cover; border-radius: 3px; width: 100%; }
.gallery.three { grid-template-columns: repeat(3, 1fr); }
.meet { display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: center; padding: 26px 28px; border-left: 4px solid var(--red); background: var(--paper-2); }
.meet strong { display: block; font-family: "Palatino Linotype", Palatino, Georgia, serif; font-size: 30px; line-height: 1.1; }
.meet span { display: block; color: var(--ink-soft); }
.faq details { border-top: 1px solid var(--line); padding: 4px 0; }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; padding: 14px 0; font-family: "Spinnaker", sans-serif; text-transform: uppercase; letter-spacing: .04em; font-size: 17px; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--red); font-size: 22px; line-height: 1; }
.faq details[open] summary::after { content: "–"; }
.faq .a { padding: 0 0 16px; color: var(--ink-soft); }
.events { display: grid; gap: 14px; }
.event { display: grid; grid-template-columns: 90px 1fr auto; gap: 20px; align-items: center; padding: 18px 20px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); }
.event .date { text-align: center; font-family: "Spinnaker", sans-serif; text-transform: uppercase; line-height: 1; }
.event .date strong { display: block; font-size: 30px; }
.event .date span { font-size: 12px; letter-spacing: .12em; }
.event h3 { margin: 0 0 2px; }
.event p { margin: 0; color: var(--ink-soft); font-size: 15px; }
.band { background: var(--red); color: #fff; padding: 44px 0; text-align: center; }
.band h2 { color: #fff; margin: 0 0 8px; }
.band p { margin: 0 0 18px; }
.list-cols { columns: 2; column-gap: 40px; padding-left: 20px; }
.list-cols li { break-inside: avoid; margin-bottom: 6px; }
.videos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 26px; }
.videos figure { margin: 0; }
.videos iframe { display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; border-radius: 4px; background: #000; }
.videos figcaption { margin-top: 8px; font-size: 14px; color: var(--ink-soft); }

/* Forms */
.form { display: grid; gap: 14px; max-width: 560px; }
.form label { display: grid; gap: 6px; font-weight: 700; font-size: 14px; }
.form input, .form textarea, .form select { font: inherit; padding: 12px 14px; border: 1px solid #c9c9c9; border-radius: 4px; background: #fff; min-height: 46px; }
.form textarea { min-height: 130px; resize: vertical; }
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form .hp { position: absolute; left: -9999px; }
.form-status { min-height: 24px; font-weight: 700; }
.form-status.ok { color: #2f7a4a; }
.form-status.err { color: var(--red-dark); }
.inline-form { display: flex; gap: 10px; flex-wrap: wrap; }
.inline-form input { flex: 1 1 220px; min-height: 46px; }

/* Footer */
.site-footer { background: var(--plum); color: #d5d0e0; padding: 56px 0 28px; margin-top: 40px; }
.site-footer h3 { color: #fff; font-size: 14px; letter-spacing: .16em; margin-bottom: 14px; }
.site-footer a { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1.4fr; gap: 40px; }
.footer-grid p { margin: 0 0 6px; }
.footer-bottom { margin-top: 40px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.socials { display: flex; gap: 10px; }
.socials a { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.08); color: #fff; }
.socials a:hover { background: var(--red); }
.socials svg { width: 20px; height: 20px; }

/* Responsive */
@media (max-width: 1180px) { .nav a, .nav .menu-btn { padding: 9px 8px; font-size: 12px; letter-spacing: .09em; } .nav a.cta { padding: 9px 13px; margin-left: 6px; } .site-header .wrap { gap: 14px; } }
@media (max-width: 1000px) { .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 900px) {
  .videos { grid-template-columns: 1fr 1fr; }
  .split, .split.reverse { grid-template-columns: 1fr; }
  .split.reverse > :first-child { order: 0; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .list-cols { columns: 1; }
  .event { grid-template-columns: 70px 1fr; }
  .event > :last-child { grid-column: 2; }
}
@media (max-width: 920px) {
  .menu-toggle { display: grid; place-items: center; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 72px; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 12px 16px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 12px 30px rgba(0,0,0,.08); max-height: calc(100vh - 72px); overflow: auto; }
  .nav.open { display: flex; }
  .nav a { padding: 14px 12px; font-size: 14px; width: 100%; text-align: left; }
  /* In the drawer a group reads as a labelled section: small muted heading, full-size links */
  .nav .menu-btn { width: 100%; text-align: left; padding: 16px 12px 2px; font-size: 11px; letter-spacing: .16em; color: var(--ink-soft); cursor: default; }
  .nav .menu-btn:hover { background: transparent; }
  .nav .menu.is-current > .menu-btn { color: var(--ink-soft); }
  .nav .menu-list { display: block; position: static; border: 0; box-shadow: none; padding: 0 0 4px; min-width: 0; }
  .nav .menu-list a { font-size: 14px; padding: 12px 12px; letter-spacing: .1em; }
  .nav .menu-btn .caret { display: none; }
  .nav a.cta { margin: 12px 0 4px; text-align: center; padding: 14px; }
}
@media (max-width: 780px) {
  body { font-size: 16px; }
  .grid-2, .grid-3, .grid-4, .videos { grid-template-columns: 1fr; }
  .gallery, .gallery.three { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .form .row { grid-template-columns: 1fr; }
  .meet { grid-template-columns: 1fr; }
  .hero { min-height: 62vh; padding: 60px 0; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .btn, .tile { transition: none; } }
