:root {
  --forest: #123f36;
  --deep: #082923;
  --green: #287a63;
  --mint: #bce3d0;
  --gold: #d6a548;
  --cream: #f7f1e4;
  --paper: #fbfcf9;
  --white: #fff;
  --ink: #17312b;
  --muted: #64746f;
  --line: #dce7e1;
  --shadow: 0 22px 60px rgba(15, 60, 50, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Manrope, sans-serif; color: var(--ink); background: var(--paper); line-height: 1.65; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: auto; }
.header { position: fixed; inset: 0 0 auto; z-index: 50; background: rgba(8,41,35,.92); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.1); }
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; align-items: center; gap: 12px; color: white; }
.logo-cross { width: 44px; height: 44px; border-radius: 50%; background: var(--gold); color: var(--deep); display: grid; place-items: center; font-size: 1.35rem; font-weight: 800; }
.logo strong, .logo small { display: block; line-height: 1.15; }
.logo strong { letter-spacing: .08em; font-size: 1.05rem; }
.logo small { opacity: .68; font-size: .72rem; }
.nav-links { display: flex; align-items: center; gap: 25px; color: rgba(255,255,255,.83); font-size: .92rem; }
.nav-links a:hover { color: var(--mint); }
.nav-button { border: 1px solid rgba(255,255,255,.35); border-radius: 999px; padding: 9px 17px; }
.menu-button { display: none; background: none; border: 0; }
.menu-button span { display: block; width: 26px; height: 2px; background: white; margin: 5px; }

.hero { min-height: 780px; padding: 145px 0 80px; color: white; background: linear-gradient(125deg, var(--deep), var(--forest)); overflow: hidden; position: relative; }
.hero-pattern { position: absolute; inset: 0; opacity: .13; background-image: radial-gradient(circle at 2px 2px, white 1px, transparent 0); background-size: 32px 32px; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.kicker, .eyebrow { display: inline-block; color: var(--gold); text-transform: uppercase; letter-spacing: .15em; font-weight: 800; font-size: .76rem; margin-bottom: 15px; }
.hero h1, h2 { font-family: "Playfair Display", serif; }
.hero h1 { font-size: clamp(3.6rem, 7vw, 6.8rem); line-height: .94; letter-spacing: -.045em; max-width: 760px; margin: 0 0 25px; }
.hero-text { max-width: 680px; color: rgba(255,255,255,.72); font-size: 1.13rem; }
.actions { display: flex; gap: 13px; flex-wrap: wrap; margin: 34px 0 52px; }
.button { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 14px 23px; font-weight: 800; border: 0; cursor: pointer; transition: .2s; }
.button:hover { transform: translateY(-2px); }
.primary { background: var(--gold); color: var(--deep); }
.secondary { border: 1px solid rgba(255,255,255,.38); color: white; }
.light { background: white; color: var(--deep); }
.quick-info { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.quick-info div { padding: 17px 18px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.07); border-radius: 14px; }
.quick-info span, .quick-info strong { display: block; }
.quick-info span { font-size: .74rem; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .08em; }
.quick-info strong { font-size: .95rem; margin-top: 3px; }

.hero-art { min-height: 535px; position: relative; border-radius: 50% 50% 22px 22px; overflow: hidden; background: linear-gradient(#5b9d82, #b9dec8 55%, #e5ce8c); box-shadow: var(--shadow); }
.sun { position: absolute; width: 190px; height: 190px; border-radius: 50%; background: rgba(255,241,190,.75); top: 55px; right: 45px; }
.cross { position: absolute; top: 95px; left: 45%; font-size: 7rem; color: rgba(255,255,255,.85); z-index: 2; text-shadow: 0 8px 25px rgba(0,0,0,.12); }
.hill { position: absolute; width: 150%; height: 250px; border-radius: 50%; left: -25%; }
.hill-one { bottom: -75px; background: #2b6a54; transform: rotate(6deg); }
.hill-two { bottom: -125px; background: #174638; transform: rotate(-4deg); }
.verse-card { position: absolute; left: 30px; right: 30px; bottom: 28px; z-index: 3; padding: 23px; background: rgba(8,41,35,.84); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.16); border-radius: 17px; }
.verse-card span, .verse-card strong, .verse-card small { display: block; }
.verse-card span { color: var(--gold); text-transform: uppercase; font-size: .72rem; letter-spacing: .13em; }
.verse-card strong { font-family: "Playfair Display", serif; font-size: 1.4rem; margin: 5px 0; }
.verse-card small { color: var(--mint); }

.strip { background: var(--gold); color: var(--deep); }
.strip-grid { min-height: 88px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; }
.strip p { margin: 0; opacity: .75; }
.strip strong { font-family: "Playfair Display", serif; font-size: 1.5rem; }
.strip a { font-weight: 800; }

.section { padding: 110px 0; }
.two-column { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: center; }
.about-visual { position: relative; }
.image-placeholder { background: linear-gradient(135deg, #c3ddcf, #7caf95); display: grid; place-items: center; color: rgba(8,41,35,.7); text-align: center; padding: 35px; border-radius: 28px; border: 8px solid white; box-shadow: var(--shadow); }
.image-placeholder.large { min-height: 520px; }
.floating-badge { position: absolute; right: -30px; bottom: 40px; background: var(--deep); color: white; padding: 22px 28px; border-radius: 18px; box-shadow: var(--shadow); }
.floating-badge strong, .floating-badge span { display: block; }
.floating-badge span { color: var(--mint); font-size: .84rem; }
.section-copy h2, .section-heading h2, .contact h2, .event-content h2 { font-size: clamp(2.5rem, 4.5vw, 4.4rem); line-height: 1.05; letter-spacing: -.035em; margin: 0 0 22px; }
.section-copy p, .section-heading p, .contact-copy p { color: var(--muted); }
.values { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 30px; }
.values div { border-left: 3px solid var(--gold); padding-left: 14px; }
.values strong, .values span { display: block; }
.values span { color: var(--muted); font-size: .85rem; }

.services-section { background: var(--cream); }
.centered { text-align: center; max-width: 700px; margin: 0 auto 50px; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.service-card { background: white; padding: 36px; border-radius: 21px; border: 1px solid rgba(18,63,54,.1); }
.service-card.featured { background: var(--forest); color: white; transform: translateY(-12px); box-shadow: var(--shadow); }
.service-icon { width: 50px; height: 50px; background: var(--mint); display: grid; place-items: center; border-radius: 15px; font-size: 1.3rem; }
.day { display: block; margin-top: 25px; color: var(--green); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; }
.featured .day, .featured a { color: var(--gold); }
.service-card h3 { margin: 7px 0; font-size: 1.35rem; }
.time { font-family: "Playfair Display", serif; font-size: 2rem; }
.service-card p { color: var(--muted); }
.featured p { color: rgba(255,255,255,.65); }
.service-card a { color: var(--green); font-weight: 800; }

.ministries { background: white; }
.section-heading { max-width: 680px; margin-bottom: 45px; }
.ministry-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.ministry-grid article { padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ministry-grid article > span { color: var(--gold); font-size: .75rem; font-weight: 800; }
.ministry-grid h3 { font-size: 1.3rem; margin: 15px 0 8px; }
.ministry-grid p { color: var(--muted); margin: 0; }

.event-section { background: var(--paper); }
.event-card { display: grid; grid-template-columns: 180px 1fr auto; gap: 40px; align-items: center; background: var(--forest); color: white; border-radius: 28px; padding: 40px; overflow: hidden; box-shadow: var(--shadow); }
.event-date { min-height: 190px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.2); border-radius: 20px; background: rgba(255,255,255,.08); }
.event-date span { letter-spacing: .15em; font-size: .75rem; }
.event-date strong { color: var(--gold); font-size: 2.4rem; }
.event-label { color: var(--mint); text-transform: uppercase; letter-spacing: .13em; font-size: .72rem; font-weight: 800; }
.event-content h2 { color: var(--gold); margin: 4px 0 0; }
.event-content blockquote { font-family: "Playfair Display", serif; font-size: 1.35rem; margin: 0 0 14px; }
.event-content p { color: rgba(255,255,255,.68); }
.event-info { display: flex; gap: 18px; flex-wrap: wrap; font-size: .87rem; color: var(--mint); }
.event-button { background: var(--gold); color: var(--deep); }

.message-section { background: var(--deep); color: white; }
.message-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 75px; align-items: center; }
.video-card { min-height: 390px; border-radius: 25px; background: radial-gradient(circle at center, #3d7764, #123f36); display: grid; place-items: center; position: relative; border: 1px solid rgba(255,255,255,.12); }
.video-card .play { width: 82px; height: 82px; background: var(--gold); color: var(--deep); border-radius: 50%; display: grid; place-items: center; font-size: 1.5rem; }
.video-card span { position: absolute; bottom: 24px; color: rgba(255,255,255,.55); }
.light-copy p { color: rgba(255,255,255,.65); }

.contact { background: #edf5f0; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.contact-details { display: grid; gap: 13px; margin-top: 35px; }
.contact-details a { display: block; background: white; padding: 19px 21px; border-radius: 14px; border: 1px solid var(--line); }
.contact-details span, .contact-details strong { display: block; }
.contact-details span { color: var(--green); text-transform: uppercase; letter-spacing: .1em; font-size: .7rem; font-weight: 800; }
.contact-form { background: white; border-radius: 24px; padding: 38px; box-shadow: var(--shadow); display: grid; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label { display: grid; gap: 7px; font-size: .88rem; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); background: #fbfdfb; border-radius: 11px; padding: 12px 13px; outline: 0; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(40,122,99,.1); }
#form-status { color: var(--muted); font-size: .78rem; margin: 0; }

footer { background: #061e1a; color: rgba(255,255,255,.64); padding: 70px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 45px; }
.footer-brand p { max-width: 360px; }
footer h3 { color: white; font-size: .95rem; }
footer a:not(.logo) { display: block; margin: 8px 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 45px; padding-top: 22px; display: flex; justify-content: space-between; font-size: .84rem; }

@media (max-width: 930px) {
  .menu-button { display: block; }
  .nav-links { display: none; position: absolute; top: 82px; left: 20px; right: 20px; flex-direction: column; align-items: stretch; background: var(--deep); padding: 24px; border-radius: 16px; }
  .nav-links.open { display: flex; }
  .hero-grid, .two-column, .message-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-art { min-height: 460px; max-width: 600px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card.featured { transform: none; }
  .ministry-grid { grid-template-columns: repeat(2,1fr); }
  .event-card { grid-template-columns: 145px 1fr; }
  .event-button { grid-column: 2; justify-self: start; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 620px) {
  .container { width: min(100% - 28px,1160px); }
  .hero h1 { font-size: 3.25rem; }
  .quick-info, .values, .form-row { grid-template-columns: 1fr; }
  .strip-grid { grid-template-columns: 1fr; padding: 18px 0; gap: 2px; }
  .section { padding: 78px 0; }
  .image-placeholder.large { min-height: 360px; }
  .floating-badge { right: 12px; bottom: 20px; }
  .ministry-grid { grid-template-columns: 1fr; }
  .event-card { grid-template-columns: 1fr; padding: 25px; }
  .event-button { grid-column: auto; }
  .contact-form { padding: 25px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}

/* Production assets and form helpers */
.logo-image {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 50%;
  background: white;
  padding: 2px;
}
.about-photo {
  display: block;
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  border-radius: 28px;
  border: 8px solid white;
  box-shadow: var(--shadow);
}
.video-card {
  background:
    linear-gradient(rgba(8, 41, 35, .42), rgba(8, 41, 35, .72)),
    url('hero.webp') center / cover no-repeat;
  overflow: hidden;
}
.video-card:hover .play { transform: scale(1.06); }
.video-card .play { transition: transform .2s ease; }
.video-card span {
  left: 24px;
  right: 24px;
  text-align: center;
  color: rgba(255,255,255,.86);
  font-weight: 700;
}
.hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
@media (max-width: 620px) {
  .about-photo { min-height: 360px; }
  .logo small { display: none; }
}
