:root {
  --forest: #103f2b;
  --forest-2: #0a2f21;
  --paper: #f4ead5;
  --paper-light: #fffaf0;
  --paper-deep: #e9d9b9;
  --ink: #1a2c25;
  --muted: #69736d;
  --blue: #153f83;
  --red: #b83b2c;
  --gold: #d6a64f;
  --line: rgba(26,44,37,.32);
  --content: min(100% - 64px, 1280px);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.75; }
body.menu-open { overflow: hidden; }
img,svg { max-width: 100%; }
a { color: inherit; }
button,input,select,textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 15px; color: var(--paper-light); background: var(--blue); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 20; color: var(--paper-light); background: var(--forest); border-bottom: 1px solid rgba(244,234,213,.3); }
.header-inner { display: flex; width: var(--content); min-height: 96px; margin: 0 auto; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 16px; color: var(--paper-light); text-decoration: none; }
.brand-mark { position: relative; display: grid; width: 58px; height: 66px; border: 2px solid var(--paper); border-radius: 30px 30px 0 0; color: var(--gold); font-family: var(--serif); font-size: 18px; font-weight: 700; place-items: center; }
.brand-mark::before { position: absolute; top: 11px; bottom: 0; left: 50%; width: 2px; background: var(--paper); content: ""; }
.brand-mark::after { position: absolute; bottom: 12px; left: 11px; width: 32px; height: 19px; border: 2px solid var(--paper); border-bottom: 0; content: ""; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font-family: var(--serif); font-size: 25px; font-weight: 400; letter-spacing: .05em; }
.brand-copy small { margin-top: 7px; color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { color: #f4eadf; font-family: var(--serif); font-size: 15px; font-weight: 700; text-decoration: none; }
.site-nav a:hover,.site-nav a[aria-current="page"] { color: var(--gold); }
.site-nav .nav-contact { padding: 11px 17px; border: 1px solid var(--gold); color: var(--forest); background: var(--gold); }
.site-nav .nav-contact[aria-current="page"] { color: var(--forest); }
.site-nav .nav-contact:hover { color: var(--paper-light); background: transparent; }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--gold); color: var(--gold); background: transparent; }
.menu-toggle span,.menu-toggle::before,.menu-toggle::after { display: block; width: 23px; height: 2px; margin: 5px auto; background: currentColor; content: ""; }
.menu-toggle[aria-expanded="true"] span { opacity: 0; }
.menu-toggle[aria-expanded="true"]::before { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"]::after { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; overflow: hidden; background: var(--paper); }
.hero::before { position: absolute; inset: 0; background-image: radial-gradient(rgba(16,63,43,.12) .7px,transparent .7px); background-size: 6px 6px; opacity: .55; content: ""; }
.hero-inner { position: relative; display: grid; width: var(--content); min-height: 720px; margin: 0 auto; grid-template-columns: minmax(470px,.9fr) minmax(0,1.1fr); }
.hero-inner > *,.section-heading > *,.mission-layout > *,.content-layout > *,.partnership-layout > *,.archive-layout > *,.contact-layout > *,.footer-main > * { min-width: 0; }
.hero-copy { position: relative; z-index: 2; display: flex; padding: 90px 42px 76px 0; flex-direction: column; justify-content: space-between; }
.hero-title { margin: 0; font-family: var(--serif); font-size: clamp(63px,6.6vw,98px); font-weight: 400; letter-spacing: -.055em; line-height: .98; }
.hero-title em { color: var(--forest); font-style: normal; }
.hero-copy-bottom { max-width: 580px; padding-top: 27px; border-top: 1px solid var(--forest); }
.hero-copy-bottom p { margin: 0 0 24px; font-size: 18px; }
.button { display: inline-flex; min-height: 53px; padding: 12px 22px; border: 1px solid var(--blue); align-items: center; justify-content: center; gap: 18px; color: var(--paper-light); background: var(--blue); font-family: var(--serif); font-size: 16px; font-weight: 700; text-decoration: none; transition: transform 150ms ease,color 150ms ease,background 150ms ease; }
.button::after { content: "→"; }
.button:hover { color: var(--blue); background: transparent; transform: translateX(4px); }
.button.green { border-color: var(--forest); background: var(--forest); }
.button.green:hover { color: var(--forest); background: transparent; }
.button.outline { border-color: var(--gold); color: var(--gold); background: transparent; }
.button.outline:hover { color: var(--forest); background: var(--gold); }

.hero-map { position: relative; min-height: 720px; border-right: 1px solid rgba(16,63,43,.35); border-left: 1px solid rgba(16,63,43,.35); overflow: clip; contain: paint; background: rgba(255,250,240,.36); }
.hero-map::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(21,63,131,.11) 1px,transparent 1px),linear-gradient(90deg,rgba(21,63,131,.11) 1px,transparent 1px); background-size: 53px 53px; content: ""; transform: rotate(-5deg) scale(1.15); }
.map-art { position: absolute; inset: 32px 18px 22px; width: calc(100% - 36px); height: calc(100% - 54px); }
.map-label { position: absolute; z-index: 2; padding: 7px 10px; color: var(--forest); background: rgba(244,234,213,.91); font-family: var(--serif); font-size: 15px; font-weight: 700; line-height: 1.2; }
.map-label.alabama { bottom: 135px; left: 57px; }
.map-label.england { top: 143px; right: 41px; color: var(--red); }
.compass { position: absolute; right: 46px; bottom: 54px; display: grid; width: 105px; height: 105px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-family: var(--serif); font-size: 12px; place-items: center; }
.compass::before,.compass::after { position: absolute; width: 142px; height: 1px; background: var(--gold); content: ""; }
.compass::after { transform: rotate(90deg); }
.compass i { display: block; width: 26px; height: 26px; background: var(--gold); clip-path: polygon(50% 0,65% 35%,100% 50%,65% 65%,50% 100%,35% 65%,0 50%,35% 35%); }
.hero-note { position: absolute; top: 34px; left: 28px; color: var(--forest); font-size: 9px; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }

.route-strip { color: var(--paper-light); background: var(--red); overflow: clip; contain: paint; }
.route-inner { display: flex; width: var(--content); min-height: 58px; margin: 0 auto; align-items: center; justify-content: space-between; gap: 25px; font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.route-inner span { display: flex; align-items: center; gap: 12px; white-space: nowrap; }
.route-inner span::before { width: 24px; height: 1px; background: var(--paper); content: ""; }

.section { padding: 112px 0; border-bottom: 1px solid var(--line); }
.section.paper { background: var(--paper); }
.section.light { background: var(--paper-light); }
.section.green { color: var(--paper-light); background: var(--forest); }
.section.blue { color: var(--paper-light); background: var(--blue); }
.section.red { color: var(--paper-light); background: var(--red); }
.section-inner { width: var(--content); margin: 0 auto; }
.section-heading { display: grid; margin-bottom: 66px; grid-template-columns: 170px 1fr; gap: 45px; }
.section-code { padding-top: 11px; color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.green .section-code,.blue .section-code { color: var(--gold); }
.section-title { max-width: 920px; margin: 0; font-family: var(--serif); font-size: clamp(46px,5.3vw,72px); font-weight: 400; letter-spacing: -.045em; line-height: 1.03; }
.section-lead { max-width: 780px; margin: -17px 0 55px 215px; color: var(--muted); font-size: 18px; }
.green .section-lead,.blue .section-lead { color: #d6ddd7; }

.mission-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 82px; align-items: center; }
.arch-illustration { position: relative; display: grid; min-height: 420px; border: 2px solid var(--forest); border-radius: 190px 190px 0 0; background: var(--paper-deep); place-items: end center; }
.arch-illustration::before { position: absolute; inset: 28px 28px 0; border: 1px solid var(--gold); border-radius: 160px 160px 0 0; content: ""; }
.church-line { position: relative; z-index: 2; width: 210px; height: 275px; margin-bottom: 1px; border-right: 3px solid var(--forest); border-left: 3px solid var(--forest); background: rgba(255,250,240,.5); }
.church-line::before { position: absolute; top: -95px; left: 50%; width: 75px; height: 110px; border: 3px solid var(--forest); border-bottom: 0; background: var(--paper-deep); content: ""; transform: translateX(-50%); clip-path: polygon(50% 0,100% 38%,100% 100%,0 100%,0 38%); }
.church-line::after { position: absolute; right: -42px; bottom: 0; left: -42px; height: 120px; border: 3px solid var(--forest); border-bottom: 0; background: var(--paper-light); content: ""; clip-path: polygon(50% 0,100% 36%,100% 100%,0 100%,0 36%); }
.mission-copy h3 { margin: 0 0 22px; font-family: var(--serif); font-size: 38px; font-weight: 400; line-height: 1.15; }
.mission-copy p { margin: 0 0 18px; }
.source-note { color: var(--muted); font-size: 12px; }

.value-grid { display: grid; border-top: 1px solid rgba(244,234,213,.55); grid-template-columns: repeat(4,1fr); }
.value-item { position: relative; min-height: 390px; padding: 34px 27px; border-right: 1px solid rgba(244,234,213,.45); }
.value-item:last-child { border-right: 0; }
.value-item::before { position: absolute; top: 35px; right: 27px; width: 76px; height: 95px; border: 2px solid var(--gold); border-radius: 42px 42px 0 0; content: ""; opacity: .7; }
.value-number { color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.value-item h3 { margin: 150px 0 18px; font-family: var(--serif); font-size: 30px; font-weight: 400; line-height: 1.05; }
.value-item p { margin: 0; color: #dbe1dc; font-size: 14px; }

.partnership-layout { display: grid; grid-template-columns: 1fr 1fr 1fr; border-top: 2px solid var(--paper); border-bottom: 2px solid var(--paper); }
.partnership-step { position: relative; min-height: 240px; padding: 35px 32px; border-right: 1px solid rgba(244,234,213,.55); }
.partnership-step:last-child { border-right: 0; }
.partnership-step:not(:last-child)::after { position: absolute; z-index: 2; top: 50%; right: -18px; display: grid; width: 36px; height: 36px; border: 1px solid var(--paper); border-radius: 50%; color: var(--blue); background: var(--paper); content: "→"; place-items: center; transform: translateY(-50%); }
.partnership-step span { color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.partnership-step h3 { margin: 60px 0 12px; font-family: var(--serif); font-size: 33px; font-weight: 400; }
.partnership-step p { margin: 0; color: #e0e6ef; font-size: 14px; }

.archive-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.archive-intro { position: sticky; top: 30px; align-self: start; }
.archive-intro p { color: var(--muted); }
.archive-list { border-top: 2px solid var(--forest); }
.archive-entry { display: grid; padding: 29px 0; border-bottom: 1px solid var(--forest); grid-template-columns: 105px 1fr; gap: 29px; }
.archive-date { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.archive-entry h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 27px; font-weight: 400; line-height: 1.1; }
.archive-entry p { margin: 0; color: var(--muted); font-size: 14px; }

.facts-grid { display: grid; border: 1px solid var(--forest); grid-template-columns: 1fr 1fr; }
.fact { min-height: 150px; padding: 27px 30px; border-right: 1px solid var(--forest); border-bottom: 1px solid var(--forest); }
.fact:nth-child(even) { border-right: 0; }
.fact:nth-last-child(-n+2) { border-bottom: 0; }
.fact dt { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.fact dd { margin: 14px 0 0; font-family: var(--serif); font-size: 23px; line-height: 1.35; }

.contact-band { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; }
.contact-band h2 { margin: 0; font-family: var(--serif); font-size: clamp(50px,6.5vw,88px); font-weight: 400; letter-spacing: -.045em; line-height: .97; }
.contact-band p { max-width: 710px; margin: 25px 0 0; }
.contact-seal { display: grid; width: 185px; height: 185px; border: 2px solid var(--paper); border-radius: 50%; color: var(--paper-light); background: var(--forest); box-shadow: 12px 12px 0 var(--gold); font-family: var(--serif); font-size: 18px; text-align: center; text-decoration: none; place-items: center; transform: rotate(-5deg); transition: transform 160ms ease; }
.contact-seal:hover { color: var(--forest); background: var(--paper); transform: rotate(4deg); }

.page-hero { position: relative; overflow: hidden; padding: 94px 0 86px; color: var(--paper-light); background: var(--forest); }
.page-hero::before { position: absolute; inset: 0; background-image: radial-gradient(rgba(214,166,79,.2) 1px,transparent 1px); background-size: 7px 7px; content: ""; }
.page-hero::after { position: absolute; right: 7%; bottom: -120px; width: 310px; height: 330px; border: 2px solid var(--gold); border-radius: 170px 170px 0 0; content: ""; }
.page-hero-inner { position: relative; z-index: 1; display: grid; width: var(--content); margin: 0 auto; grid-template-columns: 175px 1fr; gap: 45px; }
.page-code { padding-top: 13px; color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.page-title { max-width: 990px; margin: 0; font-family: var(--serif); font-size: clamp(58px,7vw,96px); font-weight: 400; letter-spacing: -.05em; line-height: .98; overflow-wrap: anywhere; }
.page-lead { max-width: 780px; margin: 31px 0 0; color: #d8dfd9; font-size: 18px; }
.content-layout { display: grid; grid-template-columns: 235px 1fr; gap: 72px; }
.content-nav { position: sticky; top: 30px; align-self: start; }
.content-nav a { display: block; padding: 13px 0; border-bottom: 1px solid var(--forest); font-family: var(--serif); font-size: 15px; font-weight: 700; text-decoration: none; }
.content-nav a:hover { padding-left: 7px; color: var(--red); }
.prose-section { margin-bottom: 82px; scroll-margin-top: 30px; }
.prose-section:last-child { margin-bottom: 0; }
.prose-section h2 { margin: 0 0 28px; padding-bottom: 18px; border-bottom: 1px solid var(--forest); font-family: var(--serif); font-size: 43px; font-weight: 400; letter-spacing: -.025em; line-height: 1.1; }
.prose-section h3 { margin: 38px 0 13px; color: var(--red); font-family: var(--serif); font-size: 26px; font-weight: 400; }
.prose-section p,.prose-section li { max-width: 850px; }
.prose-section blockquote { margin: 35px 0; padding: 30px 35px; border-left: 7px solid var(--red); color: var(--paper-light); background: var(--forest); font-family: var(--serif); font-size: 18px; }
.notice { padding: 20px 24px; border-left: 6px solid var(--red); background: var(--paper-deep); font-size: 14px; }
.text-link { font-weight: 800; text-decoration-color: var(--red); text-decoration-thickness: 2px; text-underline-offset: 4px; }
.fact-table { width: 100%; border-collapse: collapse; border-top: 2px solid var(--forest); }
.fact-table th,.fact-table td { padding: 21px 17px; border-bottom: 1px solid var(--forest); vertical-align: top; text-align: left; }
.fact-table th { width: 230px; color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; }
.contact-info h2 { margin: 0 0 23px; font-family: var(--serif); font-size: 43px; font-weight: 400; }
.contact-info dl { margin-top: 42px; border-top: 2px solid var(--forest); }
.contact-info dt { margin-top: 18px; color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.contact-info dd { margin: 5px 0 18px; padding-bottom: 18px; border-bottom: 1px solid var(--forest); font-weight: 700; }
.contact-form { position: relative; padding: 40px; color: var(--paper-light); background: var(--forest); box-shadow: 14px 14px 0 var(--gold); }
.contact-form::before { position: absolute; top: -16px; right: 32px; padding: 4px 13px; color: var(--paper-light); background: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .13em; content: "START A CONVERSATION"; }
.form-row { display: grid; margin-bottom: 21px; gap: 7px; }
.form-row label { font-size: 13px; font-weight: 800; }
.form-row label span { margin-left: 7px; color: var(--gold); font-size: 9px; text-transform: uppercase; }
.form-row input,.form-row select,.form-row textarea { width: 100%; border: 1px solid rgba(244,234,213,.6); border-radius: 0; color: var(--paper-light); background: rgba(255,255,255,.07); }
.form-row input,.form-row select { height: 53px; padding: 0 14px; }
.form-row textarea { min-height: 180px; padding: 13px 14px; resize: vertical; }
.form-row select option { color: var(--ink); }
.form-row input::placeholder,.form-row textarea::placeholder { color: rgba(244,234,213,.55); }
.honeypot { position: absolute; left: -9999px; }
.contact-form .button { width: 100%; cursor: pointer; }
.contact-form .button:disabled { cursor: wait; opacity: .65; }
.form-status { min-height: 26px; margin: 18px 0 0; font-size: 13px; }
.form-status.is-success { color: #d9e88b; }
.form-status.is-error { color: #ffb4a9; }
.form-status a { color: inherit; font-weight: 900; }

.site-footer { padding: 68px 0 28px; color: var(--paper-light); background: var(--forest-2); }
.footer-inner { width: var(--content); margin: 0 auto; }
.footer-main { display: grid; padding-bottom: 50px; grid-template-columns: minmax(350px,1.4fr) .7fr .7fr; gap: 65px; }
.footer-brand strong { display: block; color: var(--gold); font-family: var(--serif); font-size: 29px; font-weight: 400; }
.footer-brand p { margin: 16px 0 0; color: #b9c5bd; font-size: 13px; }
.footer-column h2 { margin: 0 0 16px; color: var(--gold); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.footer-column a { display: block; margin: 8px 0; color: #bec8c2; font-size: 13px; text-decoration: none; }
.footer-column a:hover { color: var(--paper-light); text-decoration: underline; }
.footer-bottom { display: flex; padding-top: 22px; border-top: 1px solid rgba(244,234,213,.2); justify-content: space-between; gap: 24px; color: #7f9187; font-size: 9px; letter-spacing: .07em; }

@media (max-width: 1050px) {
  :root { --content: min(100% - 42px,930px); }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 96px 0 auto; display: none; padding: 25px 22px 36px; border-bottom: 1px solid var(--gold); flex-direction: column; align-items: stretch; gap: 0; background: var(--forest); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px 6px; border-bottom: 1px solid rgba(244,234,213,.18); }
  .site-nav .nav-contact { margin-top: 17px; text-align: center; }
  .hero-inner { grid-template-columns: minmax(380px,.85fr) 1.15fr; }
  .section-heading { grid-template-columns: 125px 1fr; }
  .section-lead { margin-left: 170px; }
  .content-layout { grid-template-columns: 190px 1fr; gap: 45px; }
}

@media (max-width: 760px) {
  :root { --content: calc(100% - 34px); }
  body { font-size: 15px; }
  .header-inner { min-height: 78px; }
  .site-nav { inset: 78px 0 auto; }
  .brand-mark { width: 43px; height: 49px; border-radius: 22px 22px 0 0; font-size: 14px; }
  .brand-copy strong { font-size: 17px; }
  .brand-copy small { display: none; }
  .hero-inner { min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { min-height: 575px; padding: 60px 0 45px; }
  .hero-title { font-size: clamp(58px,16.5vw,72px); overflow-wrap: anywhere; }
  .hero-map { min-height: 520px; border-top: 1px solid var(--line); border-right: 0; border-left: 0; }
  .map-art { inset: 20px 0; width: 100%; height: calc(100% - 40px); }
  .map-label.alabama { bottom: 105px; left: 24px; }
  .map-label.england { top: 105px; right: 22px; }
  .compass { right: 26px; bottom: 30px; width: 82px; height: 82px; }
  .route-inner { overflow: hidden; justify-content: flex-start; }
  .section { padding: 78px 0; }
  .section-heading,.mission-layout,.archive-layout,.contact-band,.page-hero-inner,.content-layout,.contact-layout,.footer-main { grid-template-columns: 1fr; }
  .section-heading { margin-bottom: 43px; gap: 13px; }
  .section-title { font-size: 42px; }
  .section-lead { margin: -17px 0 42px; }
  .mission-layout { gap: 42px; }
  .arch-illustration { min-height: 360px; }
  .mission-copy h3 { font-size: 34px; }
  .value-grid,.partnership-layout,.facts-grid { grid-template-columns: 1fr; }
  .value-item { min-height: 290px; border-right: 0; border-bottom: 1px solid rgba(244,234,213,.4); }
  .value-item h3 { margin-top: 95px; }
  .partnership-step { min-height: 190px; border-right: 0; border-bottom: 1px solid rgba(244,234,213,.55); }
  .partnership-step:last-child { border-bottom: 0; }
  .partnership-step:not(:last-child)::after { top: auto; right: 25px; bottom: -18px; transform: rotate(90deg); }
  .partnership-step h3 { margin-top: 35px; }
  .archive-intro { position: static; }
  .archive-entry { grid-template-columns: 82px 1fr; gap: 16px; }
  .fact,.fact:nth-child(even) { border-right: 0; border-bottom: 1px solid var(--forest); }
  .fact:last-child { border-bottom: 0; }
  .contact-band { gap: 40px; }
  .contact-seal { width: 150px; height: 150px; }
  .page-hero { padding: 62px 0 58px; }
  .page-hero::after { right: -90px; width: 220px; height: 240px; }
  .page-hero-inner { gap: 13px; }
  .page-title { font-size: 54px; }
  .content-nav { position: static; display: flex; overflow-x: auto; gap: 18px; }
  .content-nav a { flex: 0 0 auto; }
  .prose-section h2 { font-size: 34px; overflow-wrap: anywhere; }
  .fact-table,.fact-table tbody,.fact-table tr,.fact-table th,.fact-table td { display: block; width: 100%; }
  .fact-table th { padding-bottom: 3px; border-bottom: 0; }
  .fact-table td { padding-top: 3px; }
  .contact-layout { gap: 48px; }
  .contact-form { padding: 30px 21px; box-shadow: 9px 9px 0 var(--gold); }
  .footer-main { gap: 31px; }
  .footer-bottom { flex-direction: column; }
}

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