:root {
  --forest: #063f1a;
  --green: #0b7a2a;
  --green-dark: #07571e;
  --leaf: #2f9641;
  --gold: #f4b21f;
  --orange: #df5b20;
  --teal: #187768;
  --cream: #fff8e8;
  --paper: #fffdf8;
  --ink: #1e211e;
  --muted: #60665f;
  --line: #e8dec4;
  --shadow: 0 18px 45px rgba(34, 42, 28, 0.14);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  letter-spacing: 0;
}

img,
svg {
  display: block;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 1000;
  top: 1rem;
  left: 1rem;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  clip: auto;
  color: #fff;
  background: var(--forest);
  border-radius: var(--radius);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(255, 253, 248, 0.96);
  border-bottom: 1px solid rgba(232, 222, 196, 0.8);
  backdrop-filter: blur(14px);
}

.header-inner,
.section-inner,
.footer-inner {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
}

.header-inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
  color: var(--forest);
  min-width: 0;
}

.brand-mark {
  width: 78px;
  height: 78px;
  flex: 0 0 78px;
  object-fit: contain;
}

.brand-text {
  display: grid;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.05;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.05rem;
  font-weight: 700;
}

.site-nav a {
  position: relative;
  text-decoration: none;
  color: #141714;
}

.site-nav a:not(.nav-donate)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.42rem;
  left: 0;
  height: 3px;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 160ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a.active::after {
  transform: scaleX(1);
}

.site-nav .nav-donate,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 52px;
  padding: 0.85rem 1.3rem;
  border-radius: var(--radius);
  font-weight: 800;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.site-nav .nav-donate {
  color: #fff;
  background: var(--green);
  box-shadow: 0 10px 20px rgba(11, 122, 42, 0.18);
}

.site-nav .nav-donate svg,
.button svg {
  width: 20px;
  height: 20px;
}

.site-nav .nav-donate:hover,
.button:hover {
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  color: var(--forest);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.menu-toggle svg {
  width: 26px;
  height: 26px;
  margin: auto;
}

.hero {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-image: linear-gradient(90deg, rgba(255, 253, 248, 0.98) 0%, rgba(255, 248, 232, 0.92) 28%, rgba(255, 248, 232, 0.28) 57%, rgba(255, 248, 232, 0) 100%), url("assets/faithful-hands-hero.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hero-content {
  position: relative;
  width: min(100% - 32px, 1340px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.76fr);
  align-items: center;
  gap: 2.75rem;
  padding: 4rem 0 5.25rem;
}

.hero-text {
  max-width: 660px;
}

.hero-video {
  width: min(100%, 540px);
  justify-self: end;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #0b0d0b;
  border: 1px solid rgba(255, 253, 248, 0.62);
  border-radius: var(--radius);
  box-shadow: 0 24px 52px rgba(22, 28, 20, 0.34);
  transform: none;
}

.hero-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-fallback {
  display: none;
}

@media (min-width: 1100px) {
  .hero-video {
    transform: translateX(34px);
  }
}

@media (min-width: 1280px) {
  .hero-video {
    transform: translateX(54px);
  }
}

.page-hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 390px;
  overflow: hidden;
  background: linear-gradient(115deg, #fffdf8 0%, #fff3cd 52%, #f7c56d 100%);
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(255, 253, 248, 0.96), rgba(255, 253, 248, 0.7)), url("assets/faithful-hands-hero.png");
  background-position: center;
  background-size: cover;
  opacity: 0.22;
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: 4.4rem 0;
}

.page-hero p:last-child {
  max-width: 650px;
  margin: 1.2rem 0 0;
  color: #363b35;
  font-size: 1.15rem;
}

.eyebrow {
  margin: 0 0 0.7rem;
  color: var(--green);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  margin: 0;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 660px;
  font-size: 3.55rem;
}

h2 {
  font-size: 2.55rem;
}

h3 {
  margin: 0 0 0.35rem;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  line-height: 1.2;
  letter-spacing: 0;
}

.green {
  color: var(--green);
}

.orange {
  color: var(--orange);
}

.hero-copy {
  max-width: 520px;
  margin: 1.45rem 0 0;
  color: #1d211d;
  font-size: 1.15rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.section-actions {
  margin-top: 2rem;
}

.centered {
  text-align: center;
}

.button.primary {
  color: #fff;
  background: var(--green);
  box-shadow: 0 14px 28px rgba(11, 122, 42, 0.2);
}

.button.primary:hover,
.site-nav .nav-donate:hover {
  background: var(--green-dark);
}

.button.secondary {
  color: var(--green-dark);
  background: rgba(255, 253, 248, 0.7);
  border-color: var(--green);
}

.section {
  padding: 4.7rem 0;
}

.band {
  background: linear-gradient(180deg, #fff8e8 0%, #fffdf8 100%);
}

.section-heading {
  max-width: 680px;
  margin-bottom: 2rem;
}

.section-heading.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading p + h2,
.section-heading h2 + p {
  margin-top: 0.7rem;
}

.service-grid,
.program-grid,
.involved-grid,
.sponsor-grid,
.detail-grid,
.program-detail-list {
  display: grid;
  gap: 1rem;
}

.service-grid {
  grid-template-columns: repeat(4, 1fr);
}

.service-card,
.program-card,
.detail-card,
.program-detail,
.involved-grid article,
.sponsor-logo,
.contact-form,
.impact-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.88);
  box-shadow: 0 12px 30px rgba(34, 42, 28, 0.08);
}

.service-card {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 1.1rem;
  min-height: 150px;
  padding: 1.5rem 1.25rem;
}

.service-card p,
.program-card p,
.involved-grid p,
.about p,
.contact p {
  margin: 0;
  color: var(--muted);
}

.service-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 50%;
}

.service-icon svg {
  width: 38px;
  height: 38px;
}

.orange-bg {
  background: linear-gradient(135deg, #f47b34, var(--orange));
}

.green-bg {
  background: linear-gradient(135deg, var(--leaf), var(--green));
}

.gold-bg {
  background: linear-gradient(135deg, #ffc441, #df970d);
}

.teal-bg {
  background: linear-gradient(135deg, #259d85, var(--teal));
}

.split,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  align-items: center;
  gap: 3rem;
}

.about p {
  max-width: 700px;
  margin-top: 1rem;
}

.impact-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  overflow: hidden;
}

.impact-panel div {
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid var(--line);
}

.impact-panel div:last-child {
  border-bottom: 0;
}

.impact-panel strong {
  display: block;
  color: var(--orange);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.5rem;
  line-height: 1;
}

.impact-panel span {
  display: block;
  margin-top: 0.35rem;
  color: var(--forest);
  font-weight: 800;
}

.program-grid {
  grid-template-columns: repeat(3, 1fr);
}

.program-card,
.detail-card,
.program-detail,
.involved-grid article,
.news-list article {
  padding: 1.4rem;
}

.program-tag {
  display: inline-flex;
  margin-bottom: 0.8rem;
  padding: 0.25rem 0.6rem;
  color: var(--forest);
  background: #fff1c5;
  border: 1px solid #f0d382;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 900;
}

.detail-grid {
  grid-template-columns: repeat(3, 1fr);
}

.detail-card p,
.program-detail p {
  margin: 0;
  color: var(--muted);
}

.program-detail-list {
  grid-template-columns: repeat(2, 1fr);
}

.program-detail {
  min-height: 210px;
}

.detail-two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 3rem;
  align-items: start;
}

.check-list {
  display: grid;
  gap: 0.8rem;
}

.check-list p {
  position: relative;
  margin: 0;
  padding: 1rem 1rem 1rem 3rem;
  color: var(--forest);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(34, 42, 28, 0.08);
}

.check-list p::before {
  content: "";
  position: absolute;
  top: 1.15rem;
  left: 1.1rem;
  width: 0.9rem;
  height: 0.9rem;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(11, 122, 42, 0.12);
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem;
  background: #fffdf8;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.cta-band h2 {
  max-width: 720px;
  font-size: 2rem;
}

.involved-grid {
  grid-template-columns: repeat(3, 1fr);
}

.involved-grid a {
  display: inline-flex;
  margin-top: 1rem;
  color: var(--green-dark);
  font-weight: 900;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 3px;
  text-underline-offset: 0.25rem;
}

.sponsor-grid {
  grid-template-columns: repeat(3, 1fr);
}

.sponsor-logo {
  min-height: 142px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  padding: 1.35rem;
  color: var(--forest);
  background: #fff;
  font-size: 1.25rem;
  font-weight: 900;
  text-align: center;
}

.sponsor-logo-image {
  min-height: 210px;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1.35rem;
}

.sponsor-logo-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 120px;
  object-fit: contain;
}

.sponsor-logo-image > span {
  color: var(--forest);
  font-size: 0.96rem;
  font-weight: 900;
}

.sponsor-logo-crop img {
  width: 100%;
  height: 115px;
  max-height: 115px;
  object-fit: cover;
  object-position: center;
}

.sponsor-logo-dark {
  background: #080a09;
  border-color: #243027;
}

.sponsor-logo-dark > span {
  color: #fff;
}

.sponsor-symbol {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 50%;
  color: #fff;
  font-size: 1.85rem;
  line-height: 1;
}

.mcdonalds .sponsor-symbol {
  color: #ffcc00;
  background: #da291c;
  font-family: Georgia, "Times New Roman", serif;
}

.panago .sponsor-symbol {
  background: #15803d;
}

.microsoft-mark {
  display: grid;
  grid-template-columns: repeat(2, 22px);
  gap: 4px;
  flex: 0 0 auto;
}

.microsoft-mark span {
  width: 22px;
  height: 22px;
}

.microsoft-mark span:nth-child(1) {
  background: #f25022;
}

.microsoft-mark span:nth-child(2) {
  background: #7fba00;
}

.microsoft-mark span:nth-child(3) {
  background: #00a4ef;
}

.microsoft-mark span:nth-child(4) {
  background: #ffb900;
}

.contact-layout {
  align-items: start;
}

.contact-links {
  display: grid;
  gap: 0.5rem;
  margin-top: 1.2rem;
  color: var(--green-dark);
  font-weight: 900;
}

.contact-social {
  margin-top: 1.8rem;
}

.contact-social h3 {
  margin-bottom: 0.8rem;
}

.contact-form {
  display: grid;
  gap: 1rem;
  padding: 1.4rem;
}

.contact-form label {
  display: grid;
  gap: 0.4rem;
  color: var(--forest);
  font-weight: 900;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #d8cda9;
  border-radius: var(--radius);
  padding: 0.82rem 0.9rem;
  color: var(--ink);
  background: #fff;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus,
.button:focus-visible,
.site-nav .nav-donate:focus-visible,
.menu-toggle:focus-visible,
.site-nav a:focus-visible {
  outline: 3px solid rgba(244, 178, 31, 0.55);
  outline-offset: 3px;
}

.form-status {
  min-height: 1.5rem;
  margin: 0;
  color: var(--green-dark);
  font-weight: 800;
}

.site-footer {
  padding: 2rem 0;
  color: #fff;
  background: var(--forest);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.footer-actions {
  display: grid;
  justify-items: end;
  gap: 0.85rem;
  text-align: right;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.55rem;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0.45rem 0.75rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: var(--radius);
  font-size: 0.92rem;
  font-weight: 900;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.social-links a:hover,
.social-links a:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.7);
}

.social-links a:focus-visible {
  outline: 3px solid rgba(244, 178, 31, 0.55);
  outline-offset: 3px;
}

.social-links-light {
  justify-content: flex-start;
}

.social-links-light a {
  color: var(--green-dark);
  background: #fff;
  border-color: var(--line);
  box-shadow: 0 10px 22px rgba(34, 42, 28, 0.08);
}

.social-links-light a:hover,
.social-links-light a:focus-visible {
  background: #fff8e8;
  border-color: var(--gold);
}

.site-footer .brand {
  color: #fff;
}

.brand.compact .brand-mark {
  width: 62px;
  height: 62px;
  flex-basis: 62px;
}

.brand.compact .brand-text {
  font-size: 1.2rem;
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

/* Events hub */
.events-hero {
  background: linear-gradient(115deg, #fffdf8 0%, #fff1c5 56%, #f2b84c 100%);
}

.event-feature-card {
  max-width: 980px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.event-card-image {
  display: block;
  overflow: hidden;
  background: var(--forest);
  border-bottom: 1px solid var(--line);
}

.event-card-image img {
  width: 100%;
  height: auto;
  transition: transform 220ms ease;
}

.event-card-image:hover img,
.event-card-image:focus-visible img {
  transform: scale(1.015);
}

.event-card-image:focus-visible {
  outline: 4px solid rgba(244, 178, 31, 0.75);
  outline-offset: -4px;
}

.event-card-content {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 2rem;
  padding: 2.2rem;
}

.event-date-block {
  width: 112px;
  height: 126px;
  display: grid;
  place-content: center;
  color: #fff;
  background: linear-gradient(150deg, var(--green), var(--forest));
  border-radius: var(--radius);
  text-align: center;
  box-shadow: 0 12px 25px rgba(6, 63, 26, 0.2);
}

.event-date-block span {
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.event-date-block strong {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.2rem;
  line-height: 0.95;
}

.event-label {
  margin: 0 0 0.45rem;
  color: var(--orange);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.event-card-copy h3 {
  font-size: 2rem;
}

.event-card-copy > p:not(.event-label) {
  max-width: 680px;
  margin: 0.8rem 0 0;
  color: var(--muted);
}

.event-card-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.6rem 0 0;
}

.event-card-meta div {
  padding: 0.9rem 1rem;
  background: var(--cream);
  border-radius: var(--radius);
}

.event-card-meta dt {
  color: var(--green);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.event-card-meta dd {
  margin: 0.3rem 0 0;
  color: var(--forest);
  font-weight: 800;
  line-height: 1.4;
}

.event-card-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem;
  margin-top: 1.6rem;
}

.event-ticket-link {
  color: var(--green-dark);
  font-weight: 900;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 3px;
  text-underline-offset: 0.3rem;
}

/* Silent auction fundraiser */
.auction-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 12%, rgba(244, 178, 31, 0.2), transparent 28rem),
    radial-gradient(circle at 5% 90%, rgba(47, 150, 65, 0.34), transparent 32rem),
    linear-gradient(135deg, #032c14 0%, var(--forest) 52%, #07571e 100%);
}

.auction-hero::before,
.auction-hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(244, 178, 31, 0.22);
  border-radius: 50%;
  pointer-events: none;
}

.auction-hero::before {
  width: 30rem;
  height: 30rem;
  top: -22rem;
  right: 10%;
}

.auction-hero::after {
  width: 20rem;
  height: 20rem;
  right: -14rem;
  bottom: -7rem;
}

.auction-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.7fr);
  align-items: center;
  gap: 4rem;
  padding: 5.5rem 0;
}

.auction-eyebrow {
  color: var(--gold);
}

.auction-intro h1 {
  max-width: 770px;
  color: #fff;
  font-size: clamp(3.2rem, 6.8vw, 5.7rem);
  line-height: 0.92;
}

.auction-kicker,
.auction-title-tail {
  display: block;
}

.auction-kicker {
  margin-bottom: 0.65rem;
  color: var(--gold);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.22em;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.auction-title-tail {
  margin-top: 0.55rem;
  color: #ffd777;
  font-size: 0.48em;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.auction-tagline {
  margin: 1.45rem 0 0;
  color: #ffe5a3;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-style: italic;
}

.auction-lead {
  max-width: 690px;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.08rem;
}

.button.auction-primary,
.button.auction-ticket-button {
  color: #173317;
  background: linear-gradient(135deg, #ffd66e, var(--gold));
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}

.button.auction-primary:hover,
.button.auction-ticket-button:hover {
  background: linear-gradient(135deg, #ffe39b, #ffc235);
}

.button.auction-secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.58);
}

.auction-quick-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 760px;
  margin-top: 2.6rem;
  padding: 1.15rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.auction-quick-details div {
  padding: 0 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.auction-quick-details div:first-child {
  padding-left: 0;
}

.auction-quick-details div:last-child {
  padding-right: 0;
  border-right: 0;
}

.auction-detail-label {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.auction-quick-details strong {
  font-size: 0.96rem;
}

.auction-ticket-card {
  position: relative;
  overflow: visible;
  padding: 2.15rem;
  color: var(--ink);
  background: var(--paper);
  border: 2px solid var(--gold);
  border-radius: 18px;
  box-shadow: 0 28px 65px rgba(0, 0, 0, 0.34);
}

.auction-ticket-card::before,
.auction-ticket-card::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 44px;
  height: 22px;
  background: var(--forest);
  border: 2px solid var(--gold);
  transform: translateX(-50%);
}

.auction-ticket-card::before {
  top: -2px;
  border-top: 0;
  border-radius: 0 0 999px 999px;
}

.auction-ticket-card::after {
  bottom: -2px;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}

.auction-ticket-cap {
  margin: 0;
  color: var(--green-dark);
  font-size: 0.82rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.auction-price {
  margin: 0.35rem 0 0.75rem;
  color: var(--orange);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 0.95;
  text-align: center;
}

.auction-price span {
  font-size: 0.5em;
  vertical-align: 0.68em;
}

.auction-ticket-card h2 {
  font-size: 1.55rem;
  text-align: center;
}

.auction-inclusions {
  display: grid;
  gap: 0.7rem;
  margin: 1.35rem 0 1.5rem;
  padding: 0;
  list-style: none;
}

.auction-inclusions li {
  position: relative;
  padding-left: 2rem;
  color: #3d433c;
  font-weight: 700;
}

.auction-inclusions li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 1.35rem;
  height: 1.35rem;
  color: #fff;
  background: var(--green);
  border-radius: 50%;
  font-size: 0.8rem;
  line-height: 1;
}

.auction-ticket-button {
  width: 100%;
}

.auction-ticket-note {
  margin: 0.8rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  text-align: center;
}

.auction-highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.auction-highlight-grid article {
  min-height: 150px;
  padding: 1.4rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(34, 42, 28, 0.08);
}

.auction-highlight-grid span {
  display: block;
  margin-bottom: 1rem;
  color: var(--orange);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1;
}

.auction-more-note {
  margin: 1.5rem 0 0;
  color: var(--green-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

.auction-details-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.72fr);
  align-items: center;
  gap: 4rem;
}

.auction-details-copy {
  max-width: 690px;
  margin: 1.1rem 0 0;
  color: var(--muted);
}

.auction-event-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 2rem 0 0;
}

.auction-event-list div {
  padding: 1rem 1.1rem;
  background: #fff;
  border-left: 4px solid var(--gold);
  border-radius: 0 var(--radius) var(--radius) 0;
  box-shadow: 0 8px 22px rgba(34, 42, 28, 0.07);
}

.auction-event-list dt {
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.auction-event-list dd {
  margin: 0.25rem 0 0;
  color: var(--forest);
  font-weight: 800;
}

.auction-night-card {
  padding: 2.25rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.auction-night-card h3 {
  font-size: 1.75rem;
}

.auction-night-card > p:not(.eyebrow) {
  margin: 0.8rem 0 0;
  color: var(--muted);
}

.auction-night-stat {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.6rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
}

.auction-night-stat strong {
  color: var(--orange);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3rem;
  line-height: 1;
}

.auction-night-stat span {
  color: var(--forest);
  font-weight: 800;
}

.auction-impact-section {
  padding: 4.7rem 0;
  color: #fff;
  background: linear-gradient(135deg, #032c14, var(--forest));
}

.auction-impact-heading h2 {
  color: #fff;
}

.auction-impact-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.8rem;
}

.auction-impact-grid article {
  min-height: 150px;
  padding: 1.3rem 0.9rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
}

.auction-impact-grid span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin: 0 auto 0.85rem;
  color: var(--forest);
  background: var(--gold);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.auction-impact-grid h3 {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
}

.auction-logo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.auction-logo-grid > div {
  height: 190px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 1.25rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 26px rgba(34, 42, 28, 0.07);
}

.auction-logo-grid > div.auction-logo-dark {
  background: #090b0d;
}

.auction-logo-grid img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 150px;
  object-fit: contain;
}

.auction-logo-grid > div.auction-logo-crop img {
  width: 100%;
  height: 150px;
  max-height: 150px;
  object-fit: cover;
  object-position: center;
}

.auction-final-section {
  color: #fff;
  background: linear-gradient(100deg, var(--green-dark), var(--green));
}

.auction-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.auction-final-cta h2 {
  color: #fff;
}

.auction-final-cta p:last-child {
  margin: 0.75rem 0 0;
  color: rgba(255, 255, 255, 0.84);
}

@media (max-width: 1080px) {
  .site-nav {
    gap: 0.65rem;
    font-size: 0.9rem;
  }

  .brand-text {
    font-size: 1.35rem;
  }

  h1 {
    font-size: 3rem;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .auction-hero-inner {
    gap: 2.5rem;
  }

  .auction-highlight-grid,
  .auction-logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .event-card-meta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .header-inner {
    min-height: 78px;
  }

  .brand-mark {
    width: 60px;
    height: 60px;
    flex-basis: 60px;
  }

  .brand-text {
    font-size: 1.1rem;
  }

  .menu-toggle {
    display: grid;
    place-items: center;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 16px;
    left: 16px;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0.7rem;
    background: #fffdf8;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    padding: 0.85rem;
  }

  .site-nav a:not(.nav-donate)::after {
    display: none;
  }

  .nav-donate {
    margin-top: 0.35rem;
  }

  .hero {
    min-height: 620px;
    background-position: 58% center;
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }

  .hero-video {
    width: min(100%, 620px);
    justify-self: start;
    transform: none;
  }

  h1 {
    max-width: 560px;
    font-size: 2.45rem;
  }

  h2 {
    font-size: 2rem;
  }

  .split,
  .contact-layout,
  .program-grid,
  .involved-grid,
  .sponsor-grid,
  .detail-grid,
  .program-detail-list,
  .detail-two-column {
    grid-template-columns: 1fr;
  }

  .page-hero {
    min-height: 330px;
  }

  .page-hero-inner {
    padding: 3.4rem 0;
  }

  .cta-band {
    display: grid;
  }

  .auction-hero-inner,
  .auction-details-layout {
    grid-template-columns: 1fr;
  }

  .auction-ticket-card {
    width: min(100%, 560px);
  }

  .auction-impact-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .auction-impact-grid article:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .header-inner,
  .section-inner,
  .footer-inner,
  .hero-content {
    width: min(100% - 24px, var(--max));
  }

  .brand {
    gap: 0.55rem;
  }

  .brand-mark {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }

  .brand-text {
    font-size: 0.98rem;
  }

  .hero {
    min-height: 590px;
    align-items: flex-start;
    background-image: linear-gradient(180deg, rgba(255, 253, 248, 0.98) 0%, rgba(255, 248, 232, 0.92) 48%, rgba(255, 248, 232, 0.12) 100%), url("assets/faithful-hands-hero.png");
    background-position: 58% bottom;
  }

  .hero-content {
    padding-top: 3rem;
    padding-bottom: 3.25rem;
  }

  .page-hero-inner {
    padding: 3rem 0;
  }

  h1 {
    font-size: 2.05rem;
  }

  h2 {
    font-size: 1.72rem;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .button {
    width: 100%;
  }

  .hero-video {
    box-shadow: 0 18px 34px rgba(22, 28, 20, 0.28);
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    grid-template-columns: 60px 1fr;
    min-height: 136px;
  }

  .service-icon {
    width: 60px;
    height: 60px;
  }

  .service-icon svg {
    width: 32px;
    height: 32px;
  }

  .section {
    padding: 3.6rem 0;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-actions {
    justify-items: start;
    text-align: left;
  }

  .social-links {
    justify-content: flex-start;
  }

  .auction-hero-inner {
    gap: 2.5rem;
    padding: 4rem 0;
  }

  .auction-intro h1 {
    font-size: clamp(2.85rem, 14vw, 4.2rem);
  }

  .auction-tagline {
    font-size: 1.2rem;
  }

  .auction-quick-details,
  .auction-event-list,
  .auction-highlight-grid,
  .auction-logo-grid,
  .auction-impact-grid {
    grid-template-columns: 1fr;
  }

  .auction-quick-details {
    gap: 0.8rem;
  }

  .auction-quick-details div,
  .auction-quick-details div:first-child,
  .auction-quick-details div:last-child {
    padding: 0.15rem 0;
    border-right: 0;
  }

  .auction-ticket-card,
  .auction-night-card {
    padding: 1.5rem;
  }

  .auction-price {
    font-size: 5rem;
  }

  .auction-highlight-grid article {
    min-height: 118px;
  }

  .auction-impact-grid article:last-child {
    grid-column: auto;
  }

  .auction-final-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .event-card-content {
    grid-template-columns: 1fr;
    gap: 1.4rem;
    padding: 1.4rem;
  }

  .event-date-block {
    width: 100%;
    height: auto;
    grid-auto-flow: column;
    align-items: center;
    justify-content: start;
    gap: 0.55rem;
    padding: 0.85rem 1rem;
    text-align: left;
  }

  .event-date-block strong {
    font-size: 1.5rem;
  }

  .event-card-copy h3 {
    font-size: 1.65rem;
  }

  .event-card-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .event-ticket-link {
    padding: 0.5rem 0;
    text-align: center;
  }
}

  .sold-out-ribbon {
    position: absolute;
    top: 35px;
    right: -110px;
    width: 320px;
    text-align: center;
    background: #d32f2f;
    color: #fff;
    font-size: 34px;
    font-weight: 900;
    letter-spacing: 2px;
    padding: 12px 0;
    transform: rotate(45deg);
    z-index: 999;
    box-shadow: 0 4px 12px rgba(0,0,0,.35);
    text-transform: uppercase;
  
}