@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=Source+Sans+3:wght@300;400;500;600&display=swap');

body.homepage{margin:0;--deep:#18392f;--green:#244d40;--cream:#f4eee3;--paper:#fbf8f1;--text:#343a36;--gold:#b59461;--white:#fff;font-family:'Source Sans 3',Arial,sans-serif;background:var(--paper);color:var(--text);font-size:16px;line-height:1.7}
.homepage *{box-sizing:border-box}.homepage html{scroll-behavior:smooth}.homepage a{color:inherit;text-decoration:none}.homepage img,.homepage video{display:block;max-width:100%}.homepage h1,.homepage h2,.homepage h3{font-family:'Cormorant Garamond',Georgia,serif;font-weight:500;line-height:1.04;color:var(--deep);margin:0 0 .8em}.homepage h1{font-size:clamp(3rem,6vw,5.7rem);letter-spacing:-.02em}.homepage h2{font-size:clamp(2.5rem,4.2vw,4rem)}.homepage h3{font-size:2.15rem}.homepage p{margin:0 0 1.15rem}.homepage .container{width:min(1160px,calc(100% - 48px));margin:0 auto}.homepage .section{padding:92px 0}.homepage .eyebrow,.homepage .section-label{font-size:.72rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;margin-bottom:16px}.homepage .eyebrow{color:#967b50}.homepage .button{display:inline-flex;align-items:center;justify-content:center;padding:13px 24px;border:1px solid var(--green);background:var(--green);color:#fff;font-size:.76rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase}.homepage .button:hover{background:var(--deep);border-color:var(--deep)}.homepage .button-light{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.85)}.homepage .button-light:hover{background:#fff;color:var(--deep)}.homepage .text-link{font-size:.86rem;font-weight:600;color:var(--green)}.homepage .text-link:hover{text-decoration:underline}

.homepage #site-nav{position:absolute;top:0;left:0;right:0;z-index:20;background:rgba(19,43,35,.94)}
.homepage .nav-inner{display:flex;align-items:center;justify-content:space-between;min-height:60px;padding:8px 34px;border-bottom:0}
.homepage .brand{display:flex;align-items:center;width:185px;height:44px;white-space:nowrap;font-family:'Cormorant Garamond',Georgia,serif;font-size:1.15rem;font-weight:500;letter-spacing:.02em;color:#fff}.homepage .brand:hover{color:#d7c09a}
.homepage .nav-links{display:flex;align-items:center;gap:24px;color:#fff;font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em}
.homepage .nav-links a:hover{color:#d7c09a}

.homepage .hero{position:relative;min-height:76vh;display:flex;align-items:flex-end;overflow:hidden;color:#fff}.homepage .hero-image,.homepage .hero-overlay{position:absolute;inset:0}.homepage .hero-image img{width:100%;height:100%;object-fit:cover}.homepage .hero-overlay{background:linear-gradient(90deg,rgba(20,27,25,.5),rgba(20,27,25,.16)),linear-gradient(0deg,rgba(14,28,22,.46),transparent 58%)}.homepage .hero-content{position:relative;z-index:2;width:min(1160px,calc(100% - 48px));margin:0 auto;padding:0 0 72px;text-align:center}.homepage .hero .eyebrow{color:#fff}.homepage .hero h1{max-width:820px;margin:0 auto 28px;color:#fff;font-size:clamp(3rem,6vw,5.6rem)}

.homepage .about-section{background:var(--paper)}.homepage .about-grid{display:grid;grid-template-columns:330px 1fr;gap:78px;align-items:center}.homepage .about-image-wrap{position:relative}.homepage .about-image{width:min(330px,100%);aspect-ratio:1/1;object-fit:cover;background:#eadfce}.homepage .about-image-wrap:after{content:'';position:absolute;left:12px;right:-12px;top:12px;bottom:-12px;border:1px solid rgba(181,148,97,.55);z-index:0}.homepage .about-image{position:relative;z-index:1}.homepage .about-copy{max-width:650px}.homepage .about-copy .lead{font-size:1.12rem;color:#4b514d}.homepage .quiet-video{margin-top:26px;max-width:560px}.homepage .quiet-video-heading{font-size:.72rem;text-transform:uppercase;letter-spacing:.15em;color:#967b50;font-weight:600;margin-bottom:10px}.homepage .quiet-video video{display:block;width:100%;height:auto;min-height:220px;background:#1f2c26;border:1px solid rgba(36,77,64,.12);object-fit:cover}

.homepage .books-section{background:var(--cream)}.homepage .section-heading{max-width:760px;margin:0 auto 42px;text-align:center}.homepage .book-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.homepage .book-card{background:var(--paper);border:1px solid rgba(36,77,64,.12)}.homepage .book-visual{padding:28px 28px 10px;background:linear-gradient(180deg,#f0ebe1,#fbf8f1)}.homepage .book-visual img{width:100%;height:330px;object-fit:contain}.homepage .book-copy{padding:28px 30px 34px}.homepage .book-kicker{font-size:.7rem;text-transform:uppercase;letter-spacing:.14em;color:#967b50;font-weight:600}.homepage .tag-row{display:flex;flex-wrap:wrap;gap:7px;margin:20px 0 26px}.homepage .tag-row span{padding:6px 9px;border:1px solid rgba(36,77,64,.18);font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;color:#526158}.homepage .book-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap}

.homepage .historical-section{background:var(--deep);color:#ecf0eb}.homepage .light-text h2,.homepage .light-text p{color:#ecf0eb}.homepage .light-text .section-label{color:#d1b57f}.homepage .history-intro{display:grid;grid-template-columns:.9fr 1.1fr;gap:75px;align-items:end;margin-bottom:42px}.homepage .history-intro-copy{max-width:620px}.homepage .history-gallery{display:grid;grid-template-columns:1.15fr .85fr .85fr;grid-template-rows:300px 300px 250px;gap:18px}.homepage .history-card{position:relative;margin:0;overflow:hidden;background:#10291f}.homepage .history-card img{width:100%;height:100%;object-fit:cover;opacity:.9;transition:transform .35s ease}.homepage .history-card:hover img{transform:scale(1.03)}.homepage .history-card-feature{grid-row:1 / span 2}.homepage .history-card-wide{grid-column:2 / span 2}.homepage .history-card-church img{object-fit:contain;background:#16382e}.homepage .history-card figcaption{position:absolute;left:0;right:0;bottom:0;padding:28px 18px 16px;color:#fff;font-size:.82rem;line-height:1.45;background:linear-gradient(0deg,rgba(10,27,20,.95),rgba(10,27,20,0))}

.homepage .arc-section{background:#eee8dc;margin:0;padding:92px 0 112px}.homepage .arc-wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:72px;align-items:center}.homepage .arc-copy{max-width:610px}.homepage .arc-copy h2{max-width:560px}.homepage .arc-image-wrap{margin:0}.homepage .arc-image{width:100%;max-height:460px;object-fit:cover}

.homepage #footer{background:#132b23;color:#dfe7e1;padding:42px 0}.homepage .footer-inner{display:grid;grid-template-columns:1.2fr 1fr auto;gap:34px;align-items:end}.homepage .footer-brand{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.8rem;color:#fff}.homepage .footer-links{display:flex;flex-direction:column;gap:5px;font-size:.82rem}.homepage .footer-links a:hover{text-decoration:underline;color:#fff}.homepage .copyright{font-size:.72rem;white-space:nowrap;margin:0;color:#dfe7e1}

@media(max-width:900px){.homepage .nav-links{display:none}.homepage .brand{width:155px}.homepage .hero{min-height:72vh}.homepage .hero-content{padding-bottom:56px}.homepage .about-grid,.homepage .history-intro,.homepage .arc-wrap{grid-template-columns:1fr;gap:42px}.homepage .book-grid{grid-template-columns:1fr}.homepage .history-gallery{grid-template-columns:1fr 1fr;grid-template-rows:230px 230px 230px}.homepage .history-card-feature{grid-row:auto}.homepage .history-card-wide{grid-column:auto}.homepage .footer-inner{grid-template-columns:1fr}.homepage .copyright{white-space:normal}}
@media(max-width:600px){.homepage .container,.homepage .nav-inner,.homepage .hero-content{width:calc(100% - 30px)}.homepage .section{padding:70px 0}.homepage .hero h1{font-size:3rem}.homepage .about-grid{gap:35px;grid-template-columns:1fr}.homepage .about-image{width:260px}.homepage .book-visual{padding:22px 18px 8px}.homepage .book-visual img{height:250px}.homepage .history-gallery{grid-template-columns:1fr;grid-template-rows:240px 240px 240px 240px 260px}.homepage .history-card-wide{grid-column:auto}.homepage .history-card figcaption{font-size:.78rem}}


/* Contact page */
.contact-page {
    background: #f3eee4;
    color: #123f35;
}
.contact-page #header {
    background: #123f35;
}
.contact-page .contact-hero {
    max-width: 1180px;
    margin: 0 auto;
    padding: 110px 40px 120px;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 80px;
    align-items: center;
}
.contact-page .contact-image img {
    width: 100%;
    display: block;
}
.contact-page .contact-copy {
    max-width: 560px;
}
.contact-page .contact-copy h1 {
    margin: 0 0 36px;
    color: #123f35;
}
.contact-page .contact-copy p {
    line-height: 1.8;
}
.contact-page .email-box {
    margin-top: 42px;
    padding-top: 28px;
    border-top: 1px solid rgba(18,63,53,.25);
}
.contact-page .email-label {
    display: block;
    margin-bottom: 10px;
    letter-spacing: .18em;
    font-size: .72rem;
    text-transform: uppercase;
}
.contact-page .email-address {
    font-family: Georgia, serif;
    font-size: 1.25rem;
    margin: 0 0 22px;
}
.contact-page .contact-note {
    background: #e8dfd0;
    text-align: center;
    padding: 90px 30px;
}
.contact-page .contact-note h2 {
    color: #123f35;
    margin: 0 auto 24px;
    max-width: 760px;
}
.contact-page .contact-note p:last-child {
    max-width: 650px;
    margin: 0 auto;
}
@media screen and (max-width: 900px) {
    .contact-page .contact-hero {
        grid-template-columns: 1fr;
        gap: 50px;
        padding: 80px 25px;
    }
    .contact-page .contact-copy {
        max-width: none;
    }
}


/* Final shared navigation adjustments */
.homepage .nav-links a[aria-current="page"]{color:#d7c09a}
@media(max-width:1150px) and (min-width:901px){.homepage .nav-links{gap:14px;font-size:.62rem}.homepage .brand{width:170px}}
