:root{--primary: #A8B8A0;--accent: #A0522D;--background: #F5F1E8;--foreground: #3D3B3B;--foreground-70: rgba(61, 59, 59, .7);--foreground-60: rgba(61, 59, 59, .6);--border: #E5DDD0;--white: #FFFFFF;--radius: .65rem}*{box-sizing:border-box}body{margin:0;background:var(--background);color:var(--foreground);font-family:Lato,sans-serif;line-height:1.6}h1,h2,h3,h4{font-family:Playfair Display,serif;font-weight:700;margin:0;color:var(--foreground)}p{margin:0 0 1rem}a{color:inherit}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}.container--narrow{max-width:720px}.container--wide{max-width:960px}.container--faith{max-width:860px}@media (min-width: 640px){.container{padding:0 1.5rem}}@media (min-width: 1024px){.container{padding:0 2rem}}.navbar{position:sticky;top:0;z-index:50;background:#fffc;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid var(--border)}.navbar__inner{display:flex;align-items:center;justify-content:space-between;padding:1rem}.brand{display:flex;align-items:center;gap:.5rem}.brand__icon{width:40px;height:40px;border-radius:50%;background:var(--accent);color:var(--white);display:flex;align-items:center;justify-content:center;flex-shrink:0}.brand__title{font-size:1.5rem;color:var(--accent)}.hero{position:relative;height:420px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#8B9E82 0%,var(--accent) 100%);background-size:cover;background-position:center}.hero--image{background-size:cover;background-position:center}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059}.hero__content{position:relative;text-align:center;color:var(--white);padding:0 1rem}.hero__content h2{font-size:3rem;margin-bottom:1rem}.hero__content p{font-size:1.25rem;margin:0}@media (min-width: 768px){.hero{height:500px}.hero__content h2{font-size:3.75rem}.hero__content p{font-size:1.5rem}}.section{padding:4rem 0;background:linear-gradient(to bottom,var(--background),var(--white))}.section--white{background:var(--white)}.section--welcome{position:relative;background-size:cover;background-position:center}.section--welcome:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#f5f1e8eb,#f5f1e8c7);z-index:0}.section--welcome>.container{position:relative;z-index:1}.section--welcome h2{font-size:2.5rem;color:var(--accent);margin-bottom:1.5rem}.section--welcome p{font-size:1.125rem;color:var(--foreground-70)}.section-title{font-size:2.5rem;color:var(--foreground-70);text-align:center;margin-bottom:3rem}.section-subtitle{text-align:center;color:var(--foreground-70);font-size:1.125rem;margin-bottom:3rem}@media (min-width: 768px){.section{padding:6rem 0}.section--welcome h2,.section-title{font-size:3rem}}.grid{display:grid;gap:2rem}.grid--2{grid-template-columns:1fr}.grid--narrow{max-width:720px;margin:0 auto}@media (min-width: 768px){.grid--2{grid-template-columns:1fr 1fr}}.card{background:var(--white);border-radius:var(--radius);padding:2rem;box-shadow:0 8px 16px #00000014;transition:box-shadow .3s ease}.card img{width:100%;display:block;object-fit:cover;border-top-left-radius:calc(var(--radius) - .15rem);border-top-right-radius:calc(var(--radius) - .15rem)}.card:hover{box-shadow:0 12px 24px #0000001a}.card--service{display:flex;flex-direction:column;justify-content:flex-start;height:100%}.card--image{position:relative;overflow:hidden;isolation:isolate;color:var(--white);background-size:cover;background-position:center}.card--image:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0000008c,#00000040);z-index:0}.card--image .card__header,.card--image .card__text,.card--image .card__time,.card--image h3{position:relative;z-index:1}.card--no-pad{padding:0;overflow:hidden}.card--center{text-align:center;max-width:720px;margin:0 auto}.card h3{font-size:1.5rem}.card__header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.card__time{font-size:1.125rem;font-weight:700;color:var(--accent);margin:.25rem 0 0}.card__eyebrow{font-size:1.125rem;color:var(--accent);margin-bottom:1rem}.card__text{color:var(--foreground-70);margin-bottom:0}.card__text--small{font-size:.875rem;color:var(--foreground-60);margin-top:.75rem}.icon-badge{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.icon-badge--primary{background:#a8b8a033;color:var(--primary)}.icon-badge--accent{background:#a0522d33;color:var(--accent)}.avatar{width:120px;height:120px;border-radius:50%;background:#a8b8a033;color:var(--primary);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;overflow:hidden;border:3px solid rgba(160,82,45,.15);box-shadow:0 8px 20px #00000014}.avatar--image img{width:100%;height:100%;object-fit:cover;object-position:center}.map-card{min-height:320px}.map-card iframe{display:block;height:100%;min-height:320px}.location-row{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.icon-accent{color:var(--accent);flex-shrink:0;margin-top:.2rem}.divider{border-top:1px solid var(--border);margin:1.5rem 0}.connect-title{font-size:1.125rem;margin-bottom:1rem}.link-accent{color:var(--accent);font-weight:700;text-decoration:underline}.link-accent:hover{opacity:.8}.faith-intro{text-align:center;margin-bottom:2rem}.faith-subtitle{font-size:1.125rem;color:var(--foreground-70)}.faith-list{display:flex;flex-direction:column;gap:1.5rem}.faith-card{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem}.faith-letter{flex-shrink:0;width:48px;height:48px;border-radius:.5rem;background:#a0522d33;color:var(--accent);font-family:Playfair Display,serif;font-weight:700;font-size:1.5rem;display:flex;align-items:center;justify-content:center}.faith-card h3{font-size:1.25rem;margin-bottom:.5rem}.prayer-shell{display:flex;justify-content:center}.prayer-card{width:min(100%,760px);padding:2rem;border:1px solid var(--border);border-radius:1rem;background:linear-gradient(145deg,var(--white) 0%,#fcf8f0 100%);box-shadow:0 12px 30px #0000000f}.prayer-card__header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.75rem}.section-title--small{font-size:2rem;margin-bottom:.75rem;text-align:left}.section-subtitle--compact{text-align:left;margin-bottom:0}.prayer-form{display:flex;flex-direction:column;gap:1.25rem}.field-grid{display:grid;gap:1rem}.field label{display:block;font-size:.875rem;font-weight:700;margin-bottom:.5rem}.field input,.field select,.field textarea{width:100%;padding:.75rem 1rem;border-radius:.6rem;border:1px solid var(--border);background:var(--white);color:var(--foreground);font-family:inherit;font-size:1rem;min-height:48px}.field textarea{resize:vertical;min-height:140px}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid var(--primary);outline-offset:1px}.field--full{grid-column:1 / -1}.prayer-actions{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}.field-hint{color:var(--foreground-60);font-size:.95rem;margin:0}.btn-submit{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.25rem;border:none;border-radius:.6rem;background:var(--accent);color:var(--white);font-family:inherit;font-weight:700;font-size:1rem;cursor:pointer;transition:opacity .2s ease,transform .1s ease}.btn-submit:hover{opacity:.9}.btn-submit:active{transform:scale(.97)}.btn-submit:disabled{opacity:.5;cursor:not-allowed}@media (min-width: 768px){.field-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.success-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:100;pointer-events:none}.success-box{background:var(--white);border-radius:var(--radius);box-shadow:0 20px 40px #00000040;padding:2rem;text-align:center;max-width:320px;border:2px solid var(--accent);animation:pop-in .25s ease}.success-box svg{margin-bottom:1rem}.success-box h3{color:var(--accent);font-size:1.5rem;margin-bottom:.5rem}.success-box p{color:var(--foreground-70);margin:0}@keyframes pop-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.form-privacy-note{margin:1rem 0 0;font-size:.875rem;line-height:1.6;color:var(--muted)}.form-privacy-note a,.footer__bottom a{color:inherit;text-decoration:underline;text-underline-offset:2px}.form-privacy-note a{color:var(--accent)}.footer{background:var(--foreground);color:var(--white);padding:3rem 0}.footer__grid{display:grid;gap:2rem;margin-bottom:2rem}.footer h4{color:var(--white);font-size:1.125rem;margin-bottom:1rem}.footer p{color:#ffffffb3;margin:0 0 .5rem}.footer__bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:2rem;text-align:center;color:#fff9}.footer__bottom p{margin:0;color:inherit}@media (min-width: 768px){.footer__grid{grid-template-columns:repeat(3,1fr)}}
