:root{
  --navy:#061a34;
  --navy-deep:#031328;
  --navy-mid:#092a51;
  --gold:#edb943;
  --gold-light:#f3c961;
  --white:#ffffff;
  --muted:#d8e1eb;
  --header-height:112px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;background:#f7f5ef;color:#10233d}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
svg{display:block}
.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}

.site-header{
  position:sticky;top:0;z-index:1000;
  height:var(--header-height);
  background:rgba(3,19,40,.98);
  border-bottom:1px solid rgba(255,255,255,.06);
  backdrop-filter:blur(10px)
}
.nav-shell{
  width:min(1510px,calc(100% - 38px));
  height:100%;margin:auto;
  display:flex;align-items:center;justify-content:space-between;gap:26px
}
.brand{display:flex;align-items:center;gap:14px;color:#fff;flex:0 0 auto}
.brand img{width:80px;height:80px;border-radius:50%;object-fit:cover}
.brand-copy{display:block;line-height:1}
.brand strong{display:block;font:700 42px/.88 "Playfair Display",serif;letter-spacing:-.02em}
.brand small,.brand em{display:block;text-transform:uppercase;font-style:normal;color:var(--gold-light);font-weight:600}
.brand small{margin-top:7px;font-size:12px;letter-spacing:.17em}
.brand em{margin-top:5px;font-size:11px;letter-spacing:.24em}

.main-menu{display:flex;align-items:center;gap:30px;color:#fff;font-size:13px;font-weight:600;text-transform:uppercase}
.main-menu>a{position:relative;padding:45px 0 39px;white-space:nowrap}
.main-menu>a:not(.prayer-button)::after{
  content:"";position:absolute;height:2px;left:0;right:100%;bottom:30px;background:var(--gold);transition:.25s ease
}
.main-menu>a:hover::after,.main-menu>a.active::after{right:0}
.main-menu .prayer-button{
  display:flex;align-items:center;gap:9px;
  margin-left:10px;padding:17px 24px;border-radius:10px;
  background:var(--gold);color:var(--navy);font-weight:700
}
.prayer-button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8}
.menu-toggle{display:none;background:none;border:0;padding:8px}
.menu-toggle span{display:block;width:28px;height:2px;background:#fff;margin:6px}

.hero{
  position:relative;
  height:585px;
  min-height:585px;
  background:var(--navy);
  overflow:hidden
}
.hero-image{
  position:absolute;inset:0 0 0 38%;
  background:url("../images/hero-worship.jpg") 57% center/cover no-repeat;
  z-index:0
}
.hero-overlay{
  position:absolute;inset:0;z-index:1;
  background:
    linear-gradient(90deg,#04182f 0%,#061d3a 30%,rgba(6,29,58,.98) 40%,rgba(6,29,58,.75) 49%,rgba(6,29,58,.22) 62%,rgba(6,29,58,.04) 78%),
    linear-gradient(0deg,rgba(1,15,31,.52) 0%,transparent 34%)
}
.hero-inner{
  width:min(1510px,calc(100% - 70px));margin:auto;
  height:470px;min-height:470px;position:relative;z-index:3;
  display:flex;align-items:center
}
.hero-copy{width:50%;padding:24px 0 58px}
.eyebrow{margin:0 0 8px;color:var(--gold-light);font-size:20px;font-weight:600;letter-spacing:.25em;text-transform:uppercase}
.hero h1{margin:0;color:#fff;font:700 clamp(52px,5.6vw,86px)/.86 "Playfair Display",serif;letter-spacing:-.035em}
.church-name{
  margin:12px 0 0;
  display:flex;align-items:center;gap:18px;
  color:var(--gold-light);font:600 clamp(14px,1.25vw,21px)/1 "Playfair Display",serif;
  text-transform:uppercase;letter-spacing:.12em;white-space:nowrap
}
.church-name span{display:block;width:50px;height:1px;background:var(--gold)}
.motto{margin:18px 0 0;color:#fff;font:600 italic clamp(25px,2.2vw,36px)/1.1 "Cormorant Garamond",serif}
.motto b{color:var(--gold);font-style:normal;padding:0 10px}
.ornament{display:flex;align-items:center;gap:14px;width:600px;max-width:90%;margin:16px 0}
.ornament i{height:1px;background:rgba(237,185,67,.65);flex:1}
.ornament b{width:13px;height:13px;background:var(--gold);transform:rotate(45deg)}
.hero-intro{margin:0;color:#f3f6fa;font-size:17px;line-height:1.5}
.hero-actions{display:flex;gap:18px;margin-top:24px}
.cta{
  min-height:52px;padding:0 22px;
  display:inline-flex;align-items:center;justify-content:center;gap:14px;
  border-radius:8px;text-transform:uppercase;font-weight:700;font-size:14px;
  transition:.2s ease
}
.cta:hover{transform:translateY(-2px)}
.cta-primary{background:var(--gold);color:var(--navy);box-shadow:0 12px 30px rgba(237,185,67,.2)}
.cta-primary:hover{background:var(--gold-light)}
.cta-primary svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8}
.cta-secondary{border:2px solid var(--gold);color:#fff;background:rgba(2,17,36,.58)}
.play{width:34px;height:34px;border:2px solid var(--gold);border-radius:50%;display:grid;place-items:center}
.play svg{width:16px;height:16px;fill:var(--gold)}

.info-bar{
  position:absolute;left:50%;bottom:48px;transform:translateX(-50%);
  z-index:6;width:min(1400px,calc(100% - 70px));
  min-height:92px;border:1px solid rgba(93,149,208,.45);border-radius:12px;
  display:grid;grid-template-columns:repeat(4,1fr);
  background:rgba(4,30,60,.92);box-shadow:0 18px 55px rgba(0,0,0,.25);
  backdrop-filter:blur(12px);overflow:hidden
}
.info-bar article{display:flex;align-items:center;gap:16px;padding:17px 25px;position:relative}
.info-bar article:not(:last-child)::after{
  content:"";position:absolute;top:22%;bottom:22%;right:0;width:1px;background:rgba(255,255,255,.18)
}
.info-icon{
  flex:0 0 46px;width:46px;height:46px;border-radius:50%;
  display:grid;place-items:center;background:rgba(17,62,110,.78)
}
.info-icon svg{width:29px;height:29px;fill:none;stroke:var(--gold);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.info-bar strong,.info-bar span{display:block}
.info-bar strong{color:#fff;font-size:14px;text-transform:uppercase;line-height:1.2}
.info-bar span{margin-top:5px;color:#eef3f8;font-size:14px;white-space:nowrap}

.hero-wave{position:absolute;left:-3%;width:106%;border-radius:50%;z-index:4;pointer-events:none}
.hero-wave-gold{height:105px;bottom:-45px;border-top:13px solid var(--gold);transform:rotate(1deg)}
.hero-wave-navy{height:112px;bottom:-67px;border-top:21px solid #0a3262;transform:rotate(-1.4deg)}
.scroll-down{
  position:absolute;z-index:8;left:50%;bottom:2px;transform:translateX(-50%);
  width:42px;height:62px;border:1px solid rgba(255,255,255,.78);border-radius:24px;
  color:#fff;display:grid;place-items:center;font-size:27px;background:rgba(3,19,40,.3)
}

.content-preview{
  max-width:900px;margin:auto;padding:110px 35px 120px;text-align:center
}
.section-kicker{color:#a77918;text-transform:uppercase;letter-spacing:.22em;font-weight:700;font-size:13px}
.content-preview h2{margin:8px 0 18px;font:700 64px/.95 "Cormorant Garamond",serif;color:var(--navy)}
.content-preview>p:last-child{margin:0;color:#5b6878;font-size:19px;line-height:1.7}

main>section[id]:not(.hero):not(.content-preview){min-height:1px}

@media (max-width:1400px){
  .hero-copy{width:55%}
  .info-bar article{padding:22px 24px;gap:16px}
}
@media (max-width:1400px){
  :root{--header-height:88px}
  .nav-shell{width:calc(100% - 28px)}
  .brand img{width:56px;height:56px}
  .brand strong{font-size:30px}
  .brand small{font-size:9px}
  .brand em{font-size:8px}
  .menu-toggle{display:block}
  .main-menu{
    display:none;position:absolute;top:var(--header-height);left:0;right:0;
    background:rgba(3,19,40,.99);padding:18px 24px 28px;
    flex-direction:column;align-items:stretch;gap:0
  }
  .main-menu.open{display:flex}
  .main-menu>a{padding:14px 0}
  .main-menu>a:not(.prayer-button)::after{bottom:7px}
  .main-menu .prayer-button{margin:12px 0 0;justify-content:center}
  .hero{min-height:auto;padding-bottom:245px}
  .hero-image{inset:0;background-position:63% center}
  .hero-overlay{background:linear-gradient(90deg,rgba(4,24,47,.98) 0%,rgba(4,24,47,.94) 52%,rgba(4,24,47,.4) 100%),linear-gradient(0deg,rgba(1,15,31,.6),transparent)}
  .hero-inner{min-height:700px;width:calc(100% - 44px)}
  .hero-copy{width:70%}
  .church-name{white-space:normal}
  .info-bar{bottom:76px;grid-template-columns:repeat(2,1fr)}
  .info-bar article:nth-child(2)::after{display:none}
  .info-bar article:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.15)}
}
@media (max-width:700px){
  .brand strong{font-size:26px}
  .brand-copy small,.brand-copy em{display:none}
  .hero{padding-bottom:430px}
  .hero-inner{align-items:flex-start;min-height:690px}
  .hero-copy{width:100%;padding-top:80px}
  .eyebrow{font-size:15px}
  .hero h1{font-size:64px}
  .church-name{font-size:18px;letter-spacing:.11em;gap:10px}
  .church-name span{width:24px}
  .motto{font-size:27px}
  .ornament{width:100%}
  .hero-intro{font-size:16px}
  .hero-intro br{display:none}
  .hero-actions{flex-direction:column;gap:14px}
  .cta{width:100%;min-height:58px;font-size:14px}
  .info-bar{grid-template-columns:1fr;bottom:60px;width:calc(100% - 32px)}
  .info-bar article{min-height:88px}
  .info-bar article::after{display:none!important}
  .info-bar article:not(:last-child){border-bottom:1px solid rgba(255,255,255,.14)}
  .info-icon{width:50px;height:50px;flex-basis:50px}
  .info-icon svg{width:29px;height:29px}
  .scroll-down{display:none}
}

.hero, .hero-inner, .info-bar{isolation:isolate}
.hero-image{overflow:hidden}
.info-bar{contain:paint}


/* Final approved text placement */
.hero-copy{
  position:relative;
  z-index:4;
}
.eyebrow{
  position:relative;
  top:0;
  opacity:1;
}
.hero h1,
.church-name,
.motto{
  position:relative;
  z-index:2;
}
.church-name{
  justify-content:flex-start;
}
.hero-actions{
  position:relative;
  z-index:8;
}


/* Single CTA alignment after removing Watch Online */
.hero-actions{
  justify-content:flex-start;
}


/* Integrated legacy homepage content */
/* ── WELCOME ── */
  .welcome {
    background: var(--white);
    padding: 6rem 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    max-width: 1100px;
    margin: 0 auto;
    align-items: center;
  }

  .welcome-label {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--sage);
    margin-bottom: 0.75rem;
  }

  .welcome-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 600;
    color: var(--navy);
    line-height: 1.2;
    margin-bottom: 1.5rem;
  }

  .welcome-body {
    font-size: 1rem;
    color: var(--muted);
    line-height: 1.8;
  }

  .welcome-body p + p { margin-top: 1rem; }

  .divider-cross {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 2.5rem 0;
  }

  .divider-cross::before,
  .divider-cross::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--ivory-dark);
  }

  .divider-cross svg {
    width: 20px;
    height: 20px;
    color: var(--gold);
    flex-shrink: 0;
  }

  .welcome-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }

  .info-card {
    background: var(--ivory);
    padding: 1.25rem 1.5rem;
    border-left: 3px solid var(--gold);
  }

  .info-card-label {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 0.35rem;
  }

  .info-card-value {
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--navy);
    line-height: 1.3;
  }

  .welcome-visual {
    position: relative;
  }

  .welcome-visual-block {
    background: var(--navy);
    padding: 3rem 2.5rem;
    position: relative;
  }

  .welcome-visual-block::before {
    content: '';
    position: absolute;
    top: -12px; right: -12px;
    width: 100%;
    height: 100%;
    border: 1.5px solid var(--gold);
    z-index: 0;
  }

  .welcome-verse {
    font-family: 'EB Garamond', serif;
    font-size: 1.35rem;
    font-style: italic;
    color: rgba(255,255,255,0.9);
    line-height: 1.65;
    position: relative;
    z-index: 1;
  }

  .welcome-verse-ref {
    display: block;
    font-style: normal;
    font-family: 'Inter', sans-serif;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold);
    margin-top: 1.25rem;
  }

  /* ── COVENANT ── */
  .covenant {
    background: var(--navy);
    padding: 7rem 2rem;
    position: relative;
    overflow: hidden;
  }

  .covenant-bg {
    position: absolute;
    inset: 0;
    opacity: 0.03;
    background-image: repeating-linear-gradient(
      0deg,
      transparent,
      transparent 28px,
      rgba(201,168,76,0.5) 28px,
      rgba(201,168,76,0.5) 29px
    );
  }

  .covenant-inner {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
  }

  .covenant-label {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.75rem;
  }

  .covenant-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.6rem, 3vw, 2.5rem);
    font-weight: 600;
    color: var(--white);
    line-height: 1.2;
    margin-bottom: 3rem;
  }

  .covenant-scroll {
    background: rgba(249, 245, 238, 0.04);
    border: 1px solid rgba(201, 168, 76, 0.25);
    padding: 3.5rem 4rem;
    text-align: left;
    position: relative;
  }

  .covenant-scroll::before,
  .covenant-scroll::after {
    content: '✦';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: var(--gold);
    font-size: 1rem;
    opacity: 0.6;
  }

  .covenant-scroll::before { top: 1.25rem; }
  .covenant-scroll::after { bottom: 1.25rem; }

  .covenant-body {
    font-family: 'EB Garamond', serif;
    font-size: 1.15rem;
    color: rgba(255,255,255,0.82);
    line-height: 2;
  }

  .covenant-body p + p { margin-top: 1.5rem; }

  .covenant-body p:first-child::first-letter {
    font-size: 3.2rem;
    line-height: 0.8;
    float: left;
    margin: 0.15rem 0.2rem 0 0;
    color: var(--gold);
    font-family: 'Playfair Display', serif;
    font-weight: 700;
  }

  /* ── VALUES ── */
  .values {
    background: var(--ivory);
    padding: 6rem 2rem;
  }

  .values-inner {
    max-width: 1100px;
    margin: 0 auto;
  }

  .section-label {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--sage);
    margin-bottom: 0.75rem;
    text-align: center;
  }

  .section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 600;
    color: var(--navy);
    line-height: 1.2;
    margin-bottom: 3.5rem;
    text-align: center;
  }

  .values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    background: var(--ivory-dark);
  }

  .value-card {
    background: var(--white);
    padding: 2.5rem 2rem;
  }

  .value-icon {
    width: 48px;
    height: 48px;
    background: var(--navy);
    display: grid;
    place-items: center;
    margin-bottom: 1.5rem;
  }

  .value-icon svg {
    width: 22px;
    height: 22px;
    color: var(--gold);
  }

  .value-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 0.75rem;
  }

  .value-body {
    font-size: 0.9rem;
    color: var(--muted);
    line-height: 1.75;
  }

  /* ── SERVICE TIMES ── */
  .services {
    background: var(--white);
    padding: 6rem 2rem;
  }

  .services-inner {
    max-width: 900px;
    margin: 0 auto;
  }

  .services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 3.5rem;
  }

  .service-item {
    border: 1px solid var(--ivory-dark);
    padding: 2rem 2.25rem;
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
  }

  .service-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--gold);
    margin-top: 0.45rem;
    flex-shrink: 0;
  }

  .service-day {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 0.25rem;
  }

  .service-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 0.2rem;
  }

  .service-time {
    font-size: 0.9rem;
    color: var(--muted);
  }

  /* ── FOOTER ── */
  footer {
    background: var(--navy-deep);
    padding: 4rem 2rem 2rem;
    color: rgba(255,255,255,0.6);
  }

  .footer-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    margin-bottom: 2rem;
  }

  .footer-brand {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.65rem;
  }

  .footer-seal {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
  }

  .footer-tagline {
    font-family: 'EB Garamond', serif;
    font-style: italic;
    font-size: 1rem;
    color: var(--gold-light);
    margin-bottom: 1.25rem;
  }

  .footer-address {
    font-size: 0.85rem;
    line-height: 1.8;
  }

  .footer-col-title {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1.25rem;
  }

  .footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
  }

  .footer-links a {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.55);
    text-decoration: none;
    transition: color 0.2s;
  }

  .footer-links a:hover { color: var(--gold); }

  .footer-bottom {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.78rem;
  }

  

/* Integration refinements */
.welcome,.covenant,.values,.services{scroll-margin-top:95px}
.gallery-callout{padding:85px 24px;background:#f5f1e8;text-align:center}
.gallery-callout>div{max-width:820px;margin:auto}
.gallery-callout h2{margin:8px 0 16px;font:700 clamp(40px,5vw,62px)/1 "Cormorant Garamond",serif;color:#061a34}
.gallery-callout p{font-size:17px;color:#5e6875}
.gallery-link{display:inline-flex;margin-top:22px;padding:14px 24px;border-radius:7px;background:#edb943;color:#061a34;text-transform:uppercase;font-weight:700;font-size:14px}
footer{margin:0}
@media(max-width:700px){.welcome,.covenant,.values,.services{padding-left:20px!important;padding-right:20px!important}}
