
:root{
  --ink:#17324d; --paper:#fff8fb; --soft:#eaf5fc; --line:#d9e6ef;
  --gold:#6f9fc4; --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--paper);color:var(--ink);line-height:1.65}
img{max-width:100%;display:block}
a{color:inherit}
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,248,251,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.header-inner{max-width:var(--max);margin:auto;padding:14px 22px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:700}
.brand img{width:56px;height:56px;object-fit:contain}
nav{display:flex;gap:16px;flex-wrap:wrap;justify-content:flex-end}
nav a{text-decoration:none;font-size:14px}
nav a:hover{color:var(--gold)}
main{max-width:var(--max);margin:auto}
.hero{padding:74px 24px 56px;display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center}
.hero h1,.page-hero h1{font-family:Georgia,"Times New Roman",serif;font-weight:500;line-height:1.02;margin:12px 0 22px}
.hero h1{font-size:clamp(50px,7vw,90px)}
.page-hero h1{font-size:clamp(46px,6vw,76px)}
.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-weight:700;font-size:12px;color:var(--gold)}
.lead{font-size:20px;max-width:760px}
.hero-media{position:relative}
.hero-media img{width:100%;height:560px;object-fit:cover;border-radius:28px}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.btn{display:inline-block;background:#4f86ad;color:white;border:1px solid #4f86ad;border-radius:999px;padding:13px 20px;text-decoration:none;font-weight:700}
.btn.secondary{background:#fff8fb;color:#315f82}
.section{padding:70px 24px;border-top:1px solid var(--line)}
.section.soft{background:var(--soft);margin:0 16px;border:0;border-radius:28px}
.section h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(34px,4vw,48px);font-weight:500;line-height:1.1;margin:8px 0 26px}
.wide{max-width:860px;font-size:18px}
.grid{display:grid;gap:20px}
.grid-2{grid-template-columns:repeat(2,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden}
.card .body{padding:22px}
.card h3{margin:0 0 8px;font-size:22px}
.card p{margin:0}
.card img{width:100%;height:280px;object-fit:cover}
.photo-card img{height:340px}
.quote{font-family:Georgia,"Times New Roman",serif;font-size:28px;line-height:1.4;max-width:900px}
.gallery{display:grid;grid-template-columns:2fr 1fr 1fr;gap:14px}
.gallery img{width:100%;height:280px;object-fit:cover;border-radius:18px}
.gallery img:first-child{height:574px;grid-row:span 2}
.gallery .tall{height:574px;grid-row:span 2}
.page-hero{padding:76px 24px 50px}
.story{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center;margin:34px 0 0}
.story img{width:100%;height:430px;object-fit:cover;border-radius:24px}
.mini-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:20px}
.mini-gallery img{height:240px;object-fit:cover;border-radius:16px}
.team-feature{display:grid;grid-template-columns:1.1fr .9fr;gap:30px;align-items:center}
.team-feature img{width:100%;border-radius:24px}
.name-strip{font-size:18px;margin-top:12px}
.person{display:grid;grid-template-columns:240px 1fr;gap:24px;align-items:center}
.person img{width:240px;height:240px;object-fit:cover;border-radius:20px}
.form-card{max-width:760px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:26px}
label{display:block;font-weight:700;margin:15px 0}
input,textarea{width:100%;padding:13px 14px;border:1px solid #bfd3e2;border-radius:10px;font:inherit;margin-top:6px}
footer{max-width:var(--max);margin:auto;border-top:1px solid var(--line);padding:40px 24px;display:flex;align-items:center;gap:18px}
footer img{width:70px}
.small{font-size:14px;color:#666}
@media(max-width:900px){
  .header-inner{align-items:flex-start;flex-direction:column}
  nav{justify-content:flex-start}
  .hero,.story,.team-feature,.person{grid-template-columns:1fr}
  .hero-media img{height:420px}
  .grid-3,.grid-2,.mini-gallery,.gallery{grid-template-columns:1fr}
  .gallery img,.gallery img:first-child,.gallery .tall{height:320px;grid-row:auto}
  .person img{width:100%;height:auto;max-height:420px}
  .section.soft{margin:0;border-radius:0}
}

/* Version 3 refinements */
.menu-toggle{display:none;border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 14px;font:inherit;font-weight:700}
.hero-note{margin-top:18px;font-size:14px;color:#666}
.caption{font-size:13px;color:#666;margin-top:8px}
.section-intro{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:28px}
.section-intro p{max-width:650px;margin:0}
.feature-band{margin:0 24px 70px;padding:36px;border-radius:26px;background:#4f86ad;color:white}
.feature-band .eyebrow{color:#fff1f6}
.feature-band h2{margin-top:8px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(34px,4vw,48px);font-weight:500;line-height:1.1}
@media(max-width:900px){
  .header-inner{flex-direction:row;align-items:center}
  .brand span{font-size:14px}
  .menu-toggle{display:block}
  nav{display:none;width:100%;padding-top:10px}
  nav.open{display:flex;flex-direction:column;gap:10px}
  .site-header .header-inner{flex-wrap:wrap}
  .section-intro{display:block}
  .feature-band{margin:0 0 50px;border-radius:0}
}

/* Version 4: preserve faces in portrait and baptism photos */
.story img.portrait-full{
  height:560px;
  object-fit:contain;
  object-position:center top;
  background:#eaf5fc;
}
.gallery img.baptism-portrait{
  object-position:center 22%;
}
.card img.baptism-card{
  object-position:center 22%;
}
.foundation-scripture{
  width:100%;
  margin-top:22px;
  padding-top:22px;
  border-top:1px solid var(--line);
  font-family:Georgia,"Times New Roman",serif;
}
.foundation-scripture strong{
  display:block;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.16em;
  color:var(--gold);
  margin-bottom:8px;
}
.foundation-scripture p{
  margin:0;
  max-width:860px;
  font-size:18px;
  line-height:1.55;
}
@media(max-width:900px){
  .story img.portrait-full{height:auto;max-height:none}
}

/* Version 6: fellowship schedule, private-location notice and working contact form */
select{
  width:100%;
  padding:13px 14px;
  border:1px solid #bfd3e2;
  border-radius:10px;
  font:inherit;
  margin-top:6px;
  background:white;
  color:var(--ink);
}
.private-location-note{
  max-width:860px;
  background:var(--soft);
  border-radius:24px;
  padding:30px;
}
.private-location-note h2{
  margin:6px 0 14px;
}
.form-note{
  font-size:13px;
  color:#666;
  margin:14px 0 0;
}
.date-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-top:26px;
}
.date-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:22px;
  text-align:center;
}
.date-card span{
  display:block;
  font-size:12px;
  letter-spacing:.18em;
  font-weight:700;
  color:var(--gold);
}
.date-card strong{
  display:block;
  font-family:Georgia,"Times New Roman",serif;
  font-size:48px;
  line-height:1.1;
  font-weight:500;
  margin:6px 0;
}
.date-card p{
  margin:0;
  font-size:14px;
  color:#666;
}
@media(max-width:900px){
  .date-grid{grid-template-columns:repeat(2,1fr)}
}

/* Version 7 colour refresh: light blue + very light blush pink */
body{
  background:linear-gradient(180deg,#fff8fb 0%,#ffffff 42%,#f5fbff 100%);
}
.page-hero{
  background:linear-gradient(135deg,#fff5f8 0%,#eef8ff 100%);
}
.card,.form-card,.date-card{
  box-shadow:0 8px 28px rgba(69,116,151,.06);
}
.private-location-note{
  background:linear-gradient(135deg,#eaf5fc 0%,#fff3f7 100%);
}
.date-card span,.eyebrow{
  color:#5d91b8;
}
a{color:#315f82}
footer{
  background:#edf7fd;
}
.foundation-scripture{
  border-top-color:#cadde9;
}

/* Version 8: stronger blue page headers and improved mission contrast */
.page-hero{
  background:#477fa8;
  color:#ffffff;
}
.page-hero h1,
.page-hero .lead{
  color:#ffffff;
}
.page-hero .eyebrow{
  color:#ffeef4;
}
.feature-band{
  background:#477fa8;
  color:#ffffff;
}
.feature-band .eyebrow{
  color:#ffeef4;
}
.feature-band .btn.secondary{
  background:transparent !important;
  color:#ffffff !important;
  border-color:#ffffff !important;
}
.feature-band .btn.secondary:hover{
  background:#ffffff !important;
  color:#315f82 !important;
}
