:root { --forest: #19352d; --forest-light: #245142; --cream: #f8f6f0; --paper: #fff; --ink: #26302d; --muted: #64716c; --line: #dbe1dc; --gold: #caa86a; --serif: Georgia, 'Times New Roman', serif; --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5rem; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 1rem/1.7 var(--sans); }
a { color: inherit; }
.skip-link { background: var(--paper); color: var(--forest); left: 1rem; padding: .7rem 1rem; position: fixed; top: -5rem; z-index: 10; }
.skip-link:focus { top: 1rem; }
.sr-only { clip: rect(0, 0, 0, 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.site-header { background: #fff; border-bottom: 1px solid #eef0ed; position: sticky; top: 0; z-index: 5; }
.header-inner { align-items: center; display: flex; justify-content: space-between; margin: auto; max-width: 76rem; min-height: 5rem; padding: .7rem 1.5rem; }
.brand img { display: block; height: 2.85rem; width: auto; }
.site-nav { align-items: center; display: flex; gap: 1.65rem; }
.site-nav a { color: var(--forest); font-size: .78rem; font-weight: 750; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--gold); }
.menu-button { background: transparent; border: 0; cursor: pointer; display: none; padding: .6rem; }
.menu-button span:not(.sr-only) { background: var(--forest); display: block; height: 2px; margin: 4px 0; width: 24px; }
.hero { color: white; min-height: min(43rem, calc(100vh - 5rem)); overflow: hidden; position: relative; display: grid; place-items: center; }
.hero-image, .hero-overlay { height: 100%; inset: 0; position: absolute; width: 100%; }
.hero-image { object-fit: cover; }
.hero-overlay { background: linear-gradient(90deg, rgba(16, 39, 32, .88), rgba(16, 39, 32, .42)); }
.hero-content { max-width: 76rem; padding: 5rem 1.5rem; position: relative; width: 100%; }
.eyebrow { color: var(--gold); font-size: .77rem; font-weight: 800; letter-spacing: .16em; margin: 0 0 .8rem; text-transform: uppercase; }
.hero h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.15; }
.hero h1 { font-size: clamp(3rem, 7vw, 5.9rem); margin: 0; max-width: 50rem; }
.hero-intro { font-family: var(--serif); font-size: clamp(1.2rem, 2.1vw, 1.55rem); line-height: 1.5; max-width: 43rem; }
.button { display: inline-block; font-size: .78rem; font-weight: 800; letter-spacing: .1em; padding: .85rem 1.25rem; text-decoration: none; text-transform: uppercase; }
.button-light { background: var(--gold); color: #1d2c27; }
.button-light:hover { background: #ddbe80; }
.section { margin: auto; max-width: 76rem; padding: clamp(4rem, 8vw, 7rem) 1.5rem; }
.section-narrow { font-family: var(--serif); font-size: clamp(1.35rem, 2.5vw, 1.8rem); line-height: 1.5; max-width: 57rem; }
.section-narrow p:first-child { margin-top: 0; }
.section-tint { max-width: none; background: var(--cream); }
.section-tint > * { max-width: 76rem; margin-left: auto; margin-right: auto; }
.section-heading { margin-bottom: 2.7rem; text-align: center; }
.section-heading-left { max-width: 48rem; text-align: left; }
h2 { color: var(--forest); font-size: clamp(2.3rem, 4.5vw, 3.7rem); margin: 0 0 1.1rem; }
.section-heading > p:last-child { color: var(--muted); margin-bottom: 0; }
.visit-grid { display: grid; gap: 1.5rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.detail-card { background: var(--paper); border-top: 4px solid var(--gold); padding: 2rem; }
.detail-card h3 { color: var(--forest); font-size: 2rem; margin: 0 0 1rem; }
.detail-card address { font-style: normal; font-size: 1.2rem; line-height: 1.65; margin-bottom: 1rem; }
.schedule { list-style: none; margin: 0 0 1.5rem; padding: 0; }
.schedule li { border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding: .48rem 0; }
.schedule span { color: var(--muted); }
.text-link, .embed-fallback a { color: var(--forest); font-weight: 750; }
.beliefs { display: grid; gap: 3rem; grid-template-columns: minmax(16rem, .75fr) minmax(20rem, 1.25fr); }
.belief-list { border-top: 1px solid var(--line); counter-reset: belief; list-style: none; margin: 0; padding: 0; }
.belief-list li { border-bottom: 1px solid var(--line); counter-increment: belief; padding: 1.2rem 0 1.2rem 3.25rem; position: relative; }
.belief-list li::before { color: var(--gold); content: counter(belief, decimal-leading-zero); font-size: .75rem; font-weight: 800; left: 0; letter-spacing: .05em; position: absolute; top: 1.5rem; }
.embed-frame { background: #e5e8e4; border: 1px solid var(--line); overflow: hidden; }
.embed-frame iframe { border: 0; display: block; height: 34rem; width: 100%; }
.embed-fallback { color: var(--muted); font-size: .92rem; margin-top: 1rem; text-align: center; }
.location { align-items: center; display: grid; gap: clamp(2.5rem, 6vw, 6rem); grid-template-columns: 1fr 1.15fr; }
.location-copy > p:not(.eyebrow) { font-size: 1.08rem; }
dl { margin: 2rem 0 0; }
dl div { border-top: 1px solid var(--line); padding: 1rem 0; }
dt { color: var(--forest); font-weight: 800; }
dd { margin: .2rem 0 0; }
.map-frame iframe { height: 28rem; }
.contact { background: var(--forest); color: #fff; display: grid; grid-template-columns: 1fr 1fr; max-width: none; padding: 0; }
.contact > img { height: 100%; min-height: 24rem; object-fit: cover; width: 100%; }
.contact-content { align-self: center; padding: clamp(3.5rem, 7vw, 7rem); }
.contact h2 { color: #fff; font-size: clamp(2.2rem, 4vw, 3.6rem); }
.contact-email, .contact-phone { display: block; font-size: 1.1rem; margin-top: .7rem; }
.contact-email { color: #fff; font-weight: 700; }
.contact-phone { color: #d9e1dc; }
.site-footer { background: #12261f; color: #d9e1dc; padding: 2.5rem 1.5rem; text-align: center; }
.site-footer p { font-size: .85rem; margin: .25rem; }
.footer-brand { color: #fff; font-family: var(--serif); font-size: 1.4rem; text-decoration: none; }
@media (max-width: 700px) { .header-inner { min-height: 4.25rem; } .brand img { height: 2.2rem; } .menu-button { display: block; } .site-nav { background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 8px 18px rgba(0,0,0,.06); display: none; left: 0; padding: 1rem 1.5rem 1.25rem; position: absolute; right: 0; top: 100%; } .site-nav.is-open { align-items: flex-start; display: flex; flex-direction: column; gap: .9rem; } .visit-grid, .beliefs, .location, .contact { grid-template-columns: 1fr; } .contact > img { max-height: 20rem; min-height: 0; } .contact-content { padding: 4rem 1.5rem; } .hero { min-height: 34rem; } .hero-overlay { background: rgba(16, 39, 32, .62); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
