:root {
  --ink: #191512;
  --ink-soft: #332b26;
  --paper: #f4f0e8;
  --cream: #fbf8f1;
  --clay: #c9653a;
  --clay-dark: #9e4528;
  --sand: #d9c5a5;
  --line: rgba(25, 21, 18, .16);
  --max: 1240px;
  --pad: clamp(24px, 5vw, 72px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.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; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -100px; background: white; padding: 12px 18px; border-radius: 6px; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 92px; padding: 0 var(--pad); display: flex; align-items: center; justify-content: space-between; color: white; border-bottom: 1px solid rgba(255,255,255,.15); transition: .35s ease; }
.site-header.scrolled { height: 74px; color: var(--ink); background: rgba(244,240,232,.94); border-color: var(--line); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 12px; line-height: 1.05; }
.brand-mark { width: 44px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font: 800 12px/1 "Manrope", sans-serif; letter-spacing: -.5px; }
.brand-mark span { width: 30px; height: 30px; border: 1px solid currentColor; border-radius: 50% 50% 47% 53%; display: grid; place-items: center; transform: rotate(-8deg); }
.brand-name { font: 700 15px/1.1 "Manrope", sans-serif; letter-spacing: -.2px; }
.brand-name small { display: block; margin-top: 5px; font: 600 10px/1 "DM Sans", sans-serif; letter-spacing: 2.5px; text-transform: uppercase; opacity: .68; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.3vw, 36px); font-size: 13px; font-weight: 600; }
.site-nav a:not(.nav-cta) { opacity: .8; transition: .2s; }
.site-nav a:hover { opacity: 1; }
.nav-cta { padding: 11px 20px; border: 1px solid currentColor; border-radius: 100px; }
.menu-toggle { display: none; }

.hero { min-height: 760px; height: 100svh; position: relative; overflow: hidden; display: flex; align-items: center; padding: 120px var(--pad) 90px; color: white; background: var(--ink) url("assets/potter-hero.jpg") center / cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,9,8,.88) 0%, rgba(12,9,8,.58) 42%, rgba(12,9,8,.06) 77%), linear-gradient(0deg, rgba(12,9,8,.44), transparent 48%); }
.hero-content { position: relative; z-index: 1; max-width: 780px; }
.eyebrow { margin: 0 0 20px; color: var(--clay-dark); font: 700 11px/1 "Manrope", sans-serif; letter-spacing: 2.7px; text-transform: uppercase; }
.eyebrow.light { color: var(--sand); }
h1, h2 { margin: 0; font: 700 clamp(54px, 7vw, 106px)/.93 "Manrope", sans-serif; letter-spacing: -.065em; }
h2 { font-size: clamp(43px, 5.2vw, 76px); }
h1 em, h2 em { color: var(--clay); font-style: normal; font-weight: 500; }
.hero-lead { max-width: 610px; margin: 28px 0 34px; color: rgba(255,255,255,.77); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.6; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; border: 1px solid transparent; border-radius: 100px; font-size: 13px; font-weight: 700; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--clay); color: white; }
.button-primary:hover { background: #dd7248; }
.button-ghost { color: white; border-color: rgba(255,255,255,.45); }
.button-dark { color: white; background: var(--ink); }
.hero-card { position: absolute; z-index: 1; right: var(--pad); bottom: 64px; width: min(420px, 36vw); padding: 22px 24px; display: grid; grid-template-columns: auto 1fr auto; align-items: start; gap: 14px; color: var(--ink); background: rgba(251,248,241,.94); border-radius: 6px; backdrop-filter: blur(12px); }
.hero-card p { margin: 0 0 5px; color: #786d64; font-size: 11px; text-transform: uppercase; letter-spacing: 1.5px; }
.hero-card strong { font: 700 14px/1.5 "Manrope", sans-serif; }
.hero-card > a { align-self: center; font-size: 12px; font-weight: 700; border-bottom: 1px solid; }
.live-dot { width: 8px; height: 8px; margin-top: 5px; border-radius: 50%; background: var(--clay); box-shadow: 0 0 0 5px rgba(201,101,58,.15); }
.scroll-cue { position: absolute; z-index: 1; bottom: 34px; left: var(--pad); display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.6); font-size: 10px; letter-spacing: 2px; text-transform: uppercase; }
.scroll-cue i { width: 46px; height: 1px; background: rgba(255,255,255,.45); }

.section { padding: clamp(88px, 11vw, 150px) var(--pad); }
.section-label { display: flex; align-items: center; gap: 14px; margin-bottom: 80px; color: #756b63; font: 700 10px/1 "Manrope", sans-serif; letter-spacing: 2px; text-transform: uppercase; }
.section-label span { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid currentColor; border-radius: 50%; font-size: 9px; }
.intro { max-width: calc(var(--max) + var(--pad) * 2); margin: auto; }
.intro-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(50px, 9vw, 130px); align-items: end; }
.intro-copy { padding-bottom: 4px; }
.intro-copy p { color: #625950; }
.intro-copy .lead { color: var(--ink); font-size: clamp(19px, 2vw, 26px); line-height: 1.5; }
.text-link { display: inline-flex; gap: 36px; margin-top: 16px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 700; }
.welcome-strip { position: relative; overflow: hidden; margin-top: 110px; padding: 44px clamp(30px, 5vw, 70px); display: flex; align-items: center; gap: 40px; color: white; background: var(--ink-soft); border-radius: 6px; }
.welcome-strip blockquote { position: relative; z-index: 1; max-width: 850px; margin: 0; font: 600 clamp(24px, 3vw, 39px)/1.3 "Manrope", sans-serif; letter-spacing: -.035em; }
.welcome-strip cite { position: relative; z-index: 1; margin-left: auto; color: var(--sand); font-size: 11px; font-style: normal; letter-spacing: 1.5px; text-transform: uppercase; white-space: nowrap; }
.clay-ring { position: absolute; right: -120px; width: 320px; height: 320px; border: 46px solid rgba(201,101,58,.18); border-radius: 50%; }

.gatherings { background: var(--cream); }
.gatherings > * { max-width: var(--max); margin-left: auto; margin-right: auto; }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; column-gap: 80px; margin-bottom: 72px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading > p:last-child { max-width: 390px; align-self: end; color: #665d54; font-size: 18px; }
.event-list { border-top: 1px solid var(--line); }
.event { min-height: 154px; padding: 28px 20px; display: grid; grid-template-columns: 70px 1fr 180px 42px; align-items: center; gap: 30px; border-bottom: 1px solid var(--line); transition: background .25s, padding .25s; }
.event:hover { padding-left: 30px; padding-right: 30px; background: var(--paper); }
.event-featured { background: var(--ink); color: white; border: 0; }
.event-featured:hover { background: var(--ink-soft); }
.event-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--clay); border: 1px solid currentColor; border-radius: 50%; font: 700 11px/1 "Manrope", sans-serif; }
.event-main > span { color: var(--clay-dark); font-size: 10px; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; }
.event-featured .event-main > span { color: var(--sand); }
.event h3 { margin: 5px 0 2px; font: 700 clamp(22px, 2.3vw, 31px)/1.2 "Manrope", sans-serif; letter-spacing: -.035em; }
.event p { margin: 0; color: #766b62; font-size: 13px; }
.event-featured p { color: rgba(255,255,255,.55); }
.event-meta { color: #6d635b; font-size: 12px; font-weight: 600; }
.event-featured .event-meta { color: rgba(255,255,255,.7); }
.event > a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; }

.pastor { padding-top: 0; padding-bottom: 0; display: grid; grid-template-columns: 1fr 1fr; background: var(--clay); }
.pastor-art { position: relative; min-height: 720px; overflow: hidden; display: grid; place-items: center; background: var(--ink); color: var(--paper); }
.pastor-monogram { position: relative; z-index: 2; width: 270px; height: 270px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.75); border-radius: 50% 48% 52% 46%; font: 600 70px/1 "Manrope", sans-serif; letter-spacing: -.08em; transform: rotate(-8deg); }
.pastor-monogram::before, .pastor-monogram::after { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(201,101,58,.7); border-radius: 47% 53% 49% 51%; transform: rotate(20deg); }
.pastor-monogram::after { inset: -34px; border-color: rgba(255,255,255,.12); transform: rotate(38deg); }
.pastor-lines { position: absolute; width: 900px; height: 900px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.02), 0 0 0 240px rgba(255,255,255,.015); }
.pastor-art p { position: absolute; bottom: 48px; left: 54px; color: rgba(255,255,255,.55); font-size: 11px; letter-spacing: 1.8px; text-transform: uppercase; }
.pastor-copy { padding: clamp(70px, 9vw, 130px) clamp(32px, 7vw, 110px); }
.pastor-copy .section-label { color: rgba(25,21,18,.65); margin-bottom: 70px; }
.pastor-copy .eyebrow { color: var(--ink); }
.pastor-copy h2 em { color: var(--cream); }
.pastor-copy > p:not(.eyebrow) { max-width: 570px; margin: 34px 0; font-size: 18px; }

.stories { max-width: calc(var(--max) + var(--pad) * 2); margin: auto; }
.stories-head { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.stories-head > p { color: #6e645b; }
.quotes { margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.quote { min-height: 390px; margin: 0; padding: 34px; display: flex; flex-direction: column; background: var(--cream); border: 1px solid var(--line); border-radius: 5px; }
.quote:nth-child(2) { background: var(--ink); color: white; transform: translateY(28px); }
.quote-mark { color: var(--clay); font: 600 65px/1 Georgia, serif; }
.quote blockquote { margin: 15px 0 30px; font: 500 17px/1.65 "Manrope", sans-serif; }
.quote figcaption { margin-top: auto; display: flex; align-items: center; gap: 12px; }
.quote figcaption > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--sand); color: var(--ink); font-size: 10px; font-weight: 800; }
.quote figcaption strong, .quote figcaption small { display: block; }
.quote figcaption strong { font-size: 12px; }
.quote figcaption small { color: #8a7f75; font-size: 10px; }

.visit { min-height: 760px; display: grid; grid-template-columns: 1fr 1fr; color: white; background: var(--ink); }
.visit-info { padding: clamp(80px, 9vw, 130px) clamp(34px, 7vw, 110px); }
.visit-info .section-label { color: rgba(255,255,255,.5); margin-bottom: 70px; }
.visit-info > p:not(.eyebrow) { max-width: 520px; color: rgba(255,255,255,.65); font-size: 18px; }
.visit address { max-width: 600px; margin-top: 44px; font-style: normal; border-top: 1px solid rgba(255,255,255,.15); }
.visit address a { min-height: 86px; display: grid; grid-template-columns: 120px 1fr auto; align-items: center; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.15); }
.visit address span { color: var(--sand); font-size: 10px; letter-spacing: 1.4px; text-transform: uppercase; }
.visit address strong { font: 600 15px/1.45 "Manrope", sans-serif; }
.visit address i { font-style: normal; }
.visit-map { position: relative; min-height: 600px; background: #d7d0c4; }
.visit-map iframe { width: 100%; height: 100%; min-height: 760px; display: block; border: 0; filter: grayscale(1) contrast(.9) sepia(.12); }
.map-button { position: absolute; left: 30px; bottom: 30px; padding: 16px 22px; display: flex; gap: 28px; border-radius: 100px; background: var(--clay); color: white; font-size: 12px; font-weight: 700; box-shadow: 0 10px 30px rgba(0,0,0,.2); }

.site-footer { padding: 55px var(--pad) 28px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 32px; align-items: center; background: #0f0c0a; color: white; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand p { margin: 0; font: 500 13px/1.3 "Manrope", sans-serif; }
.site-footer > p { color: rgba(255,255,255,.5); font-size: 12px; }
.footer-links { display: flex; gap: 24px; font-size: 11px; font-weight: 700; }
.site-footer small { grid-column: 1 / -1; padding-top: 25px; color: rgba(255,255,255,.35); border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .site-header { height: 76px; }
  .menu-toggle { position: relative; z-index: 102; width: 44px; height: 44px; display: grid; place-content: center; gap: 7px; color: currentColor; background: transparent; border: 0; }
  .menu-toggle span:not(.sr-only) { width: 25px; height: 1px; display: block; background: currentColor; transition: .25s; }
  .menu-toggle[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: 101; inset: 0; padding: 120px var(--pad) 50px; display: flex; flex-direction: column; align-items: flex-start; gap: 22px; background: var(--ink); color: white; transform: translateX(100%); transition: transform .35s ease; }
  .site-nav.open { transform: none; }
  .site-nav a { font: 600 30px/1.1 "Manrope", sans-serif; }
  .site-nav .nav-cta { margin-top: 20px; font-size: 18px; }
  .site-header:has(.site-nav.open) { color: white; }
  .hero { min-height: 720px; align-items: flex-start; padding-top: 160px; background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(12,9,8,.9), rgba(12,9,8,.3)), linear-gradient(0deg, rgba(12,9,8,.7), transparent); }
  .hero-content { max-width: 620px; }
  .hero-card { width: calc(100% - var(--pad) * 2); right: var(--pad); bottom: 35px; }
  .scroll-cue { display: none; }
  .intro-grid, .section-heading { grid-template-columns: 1fr; }
  .section-heading > p:last-child { margin-top: 30px; }
  .welcome-strip { align-items: flex-start; flex-direction: column; gap: 18px; }
  .welcome-strip cite { margin-left: 0; }
  .event { grid-template-columns: 56px 1fr 42px; }
  .event-meta { grid-column: 2; grid-row: 2; }
  .event > a { grid-column: 3; grid-row: 1 / 3; }
  .pastor, .visit { grid-template-columns: 1fr; }
  .pastor-art { min-height: 520px; }
  .quotes { grid-template-columns: 1fr; }
  .quote { min-height: 0; }
  .quote:nth-child(2) { transform: none; }
  .visit-map iframe { min-height: 520px; }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer > p { display: none; }
}

@media (max-width: 600px) {
  .hero { min-height: 760px; padding-top: 135px; }
  h1 { font-size: clamp(48px, 15vw, 68px); }
  h2 { font-size: clamp(40px, 12vw, 56px); }
  .hero-lead { font-size: 16px; }
  .hero-card { padding: 18px; grid-template-columns: auto 1fr; }
  .hero-card > a { grid-column: 2; justify-self: start; }
  .section-label { margin-bottom: 50px; }
  .intro-grid { gap: 42px; }
  .welcome-strip { margin-top: 70px; padding: 32px 25px; }
  .event { padding: 24px 0; grid-template-columns: 50px 1fr 34px; gap: 12px; }
  .event:hover { padding-left: 10px; padding-right: 10px; }
  .event p { display: none; }
  .event h3 { font-size: 21px; }
  .event-featured { padding-left: 15px; padding-right: 15px; }
  .pastor-monogram { width: 210px; height: 210px; font-size: 54px; }
  .pastor-art { min-height: 420px; }
  .stories-head { align-items: flex-start; flex-direction: column; }
  .quote { padding: 28px; }
  .visit address a { grid-template-columns: 90px 1fr auto; gap: 12px; }
  .visit address strong { font-size: 13px; overflow-wrap: anywhere; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
}

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