:root {
  --navy: #0b2e43;
  --navy-deep: #061f30;
  --blue: #1a668b;
  --sky: #f4eddd;
  --orange: #d9ad58;
  --cream: #fffaf0;
  --white: #ffffff;
  --ink: #132a38;
  --muted: #5b6d78;
  --line: #d7e3e8;
  --shadow: 0 22px 55px rgba(6, 31, 48, .13);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 100;
  padding: .7rem 1rem;
  border-radius: .55rem;
  color: white;
  background: var(--navy);
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 92px;
  padding: .55rem clamp(1rem, 5vw, 5.5rem);
  border-bottom: 1px solid rgba(217, 173, 88, .28);
  background: rgba(6, 31, 48, .97);
  backdrop-filter: blur(14px);
}
.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.brand-logo { width: clamp(175px, 20vw, 250px); height: auto; filter: drop-shadow(0 5px 10px rgba(0,0,0,.28)); }
nav { display: flex; align-items: center; gap: clamp(1rem, 2.3vw, 2.2rem); }
nav a { color: #f7f2e8; font-size: .92rem; font-weight: 700; text-decoration: none; }
nav a:not(.nav-cta):hover { color: #f2d28e; }
.nav-cta { padding: .68rem 1rem; border-radius: 999px; color: var(--navy-deep); background: linear-gradient(135deg, #f3d690, #c79640); }
.nav-cta:hover { background: #f2d28e; }
.nav-toggle { display: none; padding: .6rem .85rem; border: 1px solid rgba(217,173,88,.45); border-radius: .6rem; color: #f2d28e; background: transparent; font: inherit; font-weight: 800; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(500px, 1.05fr);
  min-height: calc(100vh - 92px);
  background:
    radial-gradient(circle at 20% 15%, rgba(244, 237, 221, .95), transparent 38%),
    linear-gradient(135deg, #fff 0%, var(--cream) 100%);
}
.hero-copy { align-self: center; padding: clamp(4rem, 8vw, 8rem) clamp(2rem, 7vw, 7.5rem); padding-right: clamp(2rem, 4vw, 4.5rem); }
.hero-logo { width: min(440px, 82vw); margin: 0 0 1.5rem; filter: drop-shadow(0 15px 18px rgba(6, 31, 48, .16)); }
.eyebrow, .section-label { margin: 0 0 1rem; color: var(--blue); font-size: .78rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: .6rem; }
.eyebrow span { width: 30px; height: 3px; border-radius: 999px; background: var(--orange); }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 { margin-top: 0; color: var(--navy); line-height: 1.08; }
h1 { max-width: 730px; margin-bottom: 1.5rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.1rem, 5.8vw, 6.6rem); font-weight: 700; letter-spacing: -.055em; }
h1 em { display: block; color: var(--blue); font-style: italic; font-weight: 500; }
h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.35rem, 4vw, 4.3rem); letter-spacing: -.04em; }
h3 { font-size: 1.35rem; }
.hero-lede { max-width: 680px; margin: 0; color: #425b68; font-size: clamp(1.06rem, 1.35vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: .8rem 1.25rem; border: 2px solid var(--navy); border-radius: 999px; font-weight: 850; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--navy); box-shadow: 0 12px 24px rgba(11, 46, 67, .2); }
.button-primary:hover { background: var(--blue); border-color: var(--blue); }
.button-secondary { color: var(--navy); background: transparent; }
.button-secondary:hover { background: white; box-shadow: 0 10px 22px rgba(11, 46, 67, .08); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 1rem 1.6rem; margin-top: 2.4rem; padding-top: 1.35rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .88rem; }
.hero-trust strong { color: var(--navy); }
.hero-image { position: relative; min-height: 620px; margin: 0; overflow: hidden; }
.hero-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(11, 46, 67, .08), transparent 28%); pointer-events: none; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-image figcaption { position: absolute; right: clamp(1rem, 4vw, 3rem); bottom: clamp(1rem, 4vw, 3rem); z-index: 1; max-width: 360px; padding: 1.25rem 1.4rem; border: 1px solid rgba(255, 255, 255, .45); border-radius: 18px; color: white; background: rgba(6, 31, 48, .86); backdrop-filter: blur(10px); box-shadow: var(--shadow); }
.hero-image figcaption span { display: block; margin-bottom: .3rem; color: #9ce4ef; font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.hero-image figcaption strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.28rem; line-height: 1.3; }

.section { padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 8vw, 8rem); }
.mission { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(3rem, 8vw, 9rem); align-items: start; background: white; }
.mission h2 { max-width: 800px; margin-bottom: 0; }
.mission-copy { padding: 1rem 0 1rem 2rem; border-left: 4px solid var(--orange); }
.mission-copy p { margin: 0 0 1.1rem; color: #526975; font-size: 1.12rem; }
.mission-copy p:last-child { margin-bottom: 0; }

.work { background: var(--sky); }
.section-heading { max-width: 820px; margin-bottom: 3rem; }
.section-heading h2 { margin-bottom: 1.1rem; }
.section-heading > p:last-child { max-width: 680px; margin-bottom: 0; color: var(--muted); font-size: 1.08rem; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.service-card { display: grid; grid-template-columns: auto 1fr; gap: 1.2rem; min-height: 230px; padding: clamp(1.5rem, 3vw, 2.4rem); border: 1px solid rgba(21, 125, 163, .16); border-radius: var(--radius); background: rgba(255, 255, 255, .78); }
.service-card.featured { color: white; background: var(--navy); }
.service-card h3 { margin-bottom: .8rem; }
.service-card p { margin: 0; color: var(--muted); }
.service-card.featured h3, .service-card.featured p { color: white; }
.service-number { color: var(--blue); font-size: .75rem; font-weight: 900; letter-spacing: .1em; }
.featured .service-number { color: #f2d28e; }
.status { display: flex; align-items: center; gap: .45rem; margin-bottom: .75rem !important; color: #b7ebf3 !important; font-size: .74rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.status span { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(217, 173, 88, .16); }

.event { display: grid; grid-template-columns: minmax(300px, 520px) minmax(0, 1fr); gap: clamp(2rem, 5vw, 5rem); align-items: start; color: white; background: var(--navy); }
.event-invite { margin: 0; }
.event-invite img { width: 100%; border: 1px solid rgba(217,173,88,.38); border-radius: 24px; box-shadow: 0 24px 55px rgba(0,0,0,.28); }
.event-info { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: clamp(1.5rem, 3.5vw, 3rem); align-items: center; padding-top: .5rem; }
.event-date { display: grid; width: clamp(130px, 15vw, 190px); aspect-ratio: 1; place-items: center; align-content: center; border: 2px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(255,255,255,.06); }
.event-date strong { font-family: Georgia, serif; font-size: clamp(3.6rem, 7vw, 6.2rem); line-height: .85; }
.event-date span { margin-top: .8rem; color: var(--orange); font-size: .8rem; font-weight: 900; letter-spacing: .28em; }
.section-label.light { color: #9ce4ef; }
.event h2 { margin-bottom: 1rem; color: white; }
.event-copy > p:not(.section-label) { max-width: 730px; color: #d6e5eb; font-size: 1.06rem; }
.event-facts { display: grid; gap: .65rem; margin: 1.4rem 0 0; }
.event-facts div { display: grid; grid-template-columns: 70px 1fr; gap: .75rem; padding: .72rem .85rem; border-radius: 10px; background: rgba(255,255,255,.08); }
.event-facts dt { color: #f2d28e; font-size: .76rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.event-facts dd { margin: 0; color: #f4f8fa; font-size: .95rem; line-height: 1.45; }
.event-facts a { color: white; font-weight: 850; }
.event-prayer { grid-column: 2; padding: 1.5rem 0 0; border-top: 1px solid rgba(255,255,255,.25); }
.event-prayer > span { color: var(--orange); font-size: .75rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.event-prayer blockquote { margin: 1rem 0; font-family: Georgia, serif; font-size: 1.4rem; font-style: italic; line-height: 1.45; }
.event-prayer cite { color: #9ce4ef; font-size: .85rem; font-style: normal; font-weight: 800; }

.support { background: var(--cream); }
.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.support-grid article { position: relative; min-height: 240px; padding: 2rem; border: 1px solid #eadfc8; border-radius: var(--radius); background: white; overflow: hidden; }
.support-grid article > span { position: absolute; right: 1.2rem; top: .4rem; color: rgba(21, 125, 163, .08); font-family: Georgia, serif; font-size: 5rem; font-weight: 700; }
.support-grid h3 { position: relative; margin-top: 2.7rem; font-family: Georgia, serif; font-size: 1.8rem; }
.support-grid p { position: relative; margin-bottom: 0; color: var(--muted); }
.launch-note { display: flex; justify-content: space-between; gap: 1rem 2rem; margin-top: 1rem; padding: 1.15rem 1.4rem; border-radius: 14px; color: white; background: var(--blue); }
.launch-note span { color: #e0f7fb; }

footer { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 2.1rem clamp(1.25rem, 8vw, 8rem); color: white; background: var(--navy-deep); }
.footer-brand { display: inline-block; width: min(330px, 72vw); }
.footer-brand img { width: 100%; height: auto; }
.footer-meta { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .45rem 1.25rem; color: #aac0c9; font-size: .78rem; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 3.5rem; }
  .hero-image { min-height: 560px; }
  .event { grid-template-columns: 1fr; }
  .event-invite { width: min(680px, 100%); margin-inline: auto; }
  .event-prayer { grid-column: 1; padding-top: 2rem; }
}

@media (max-width: 820px) {
  .site-header { min-height: 78px; }
  .nav-toggle { display: inline-flex; }
  nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: .7rem 1rem 1rem; border-bottom: 1px solid rgba(217,173,88,.3); background: var(--navy-deep); box-shadow: 0 16px 28px rgba(6,31,48,.2); }
  nav.open { display: flex; }
  nav a { padding: .85rem 1rem; }
  .nav-cta { margin-top: .4rem; text-align: center; }
  .hero { min-height: 0; }
  .hero-copy { padding: 4.2rem 1.25rem 3rem; }
  h1 { font-size: clamp(3.05rem, 14vw, 5rem); }
  .hero-image { min-height: 470px; }
  .mission { grid-template-columns: 1fr; gap: 2rem; }
  .mission-copy { padding-left: 1.2rem; }
  .support-grid { grid-template-columns: 1fr; }
  .support-grid article { min-height: 200px; }
  .launch-note, footer { flex-direction: column; align-items: flex-start; }
  .footer-meta { justify-content: flex-start; }
}

@media (max-width: 620px) {
  .site-header { padding-inline: 1rem; }
  .brand-logo { width: 165px; }
  .hero-logo { width: min(290px, 78vw); }
  .hero-image { min-height: 420px; }
  .hero-image figcaption { left: 1rem; right: 1rem; bottom: 1rem; }
  .hero-trust { display: grid; grid-template-columns: 1fr; gap: .45rem; }
  .service-grid { grid-template-columns: 1fr; }
  .event-info { grid-template-columns: 1fr; }
  .event-date { width: 125px; }
  .event-prayer { grid-column: auto; }
  .event-facts div { grid-template-columns: 1fr; gap: .18rem; }
  .section { padding-inline: 1.25rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
