:root {
  --rust: #a6523b;
  --rust-deep: #793628;
  --ink: #242321;
  --muted: #625d58;
  --olive: #526047;
  --gold: #d2a24b;
  --paper: #faf8f5;
  --white: #fff;
  --line: #d9d2cb;
  --display: "Libre Caslon Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --gutter: clamp(1.25rem, 6vw, 6rem);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 1rem; line-height: 1.65; letter-spacing: 0; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .25em; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 5px; }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 400; line-height: 1.08; letter-spacing: 0; text-wrap: balance; }
h2 { font-size: 3.5rem; }
p { margin: 0 0 1.2rem; }
section[id], article[id], details[id] { scroll-margin-top: 1.5rem; }
.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: 100; top: .75rem; left: .75rem; transform: translateY(-180%); background: var(--white); padding: .6rem 1rem; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 5.8rem; padding: 1.2rem var(--gutter); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.25); }
.wordmark { display: inline-grid; flex-shrink: 0; text-decoration: none; line-height: 1; }
.wordmark span { font-size: .78rem; font-weight: 700; }
.wordmark strong { margin-top: .25rem; font-family: var(--display); font-size: 1.65rem; font-weight: 400; }
.site-nav { display: flex; align-items: center; gap: 1.65rem; }
.site-nav a { font-size: .9rem; font-weight: 600; text-decoration: none; }
.site-nav a:hover { text-decoration: underline; }
.menu-button { display: none; width: 2.75rem; height: 2.75rem; padding: .3rem; border: 0; background: transparent; color: inherit; }
.menu-button span:not(.sr-only) { display: block; width: 1.45rem; height: 2px; margin: .3rem auto; background: currentColor; transition: transform .18s ease, opacity .18s ease; }

.hero { position: relative; min-height: 43rem; display: flex; align-items: center; overflow: hidden; background: var(--rust-deep); color: var(--white); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #5b1f0f 0%, #5b1f0f 54%, rgba(91,31,15,.94) 61%, rgba(44,15,8,.18) 83%, rgba(44,15,8,.06) 100%); }
.hero-copy { position: relative; width: 100%; max-width: 90rem; margin-inline: auto; padding: 9rem var(--gutter) 4rem; }
.eyebrow { margin: 0 0 1rem; color: rgba(255,255,255,.88); font-size: .875rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0; }
.eyebrow.dark { color: var(--rust-deep); }
h1 { max-width: 42rem; font-size: 6.25rem; line-height: 1.02; }
h1 em { display: block; font-weight: 400; }
.hero-intro { max-width: 38rem; margin: 1.5rem 0 1rem; font-size: 1.15rem; line-height: 1.55; }
.hero-faith { color: #f0d6af; font-size: 1rem; font-weight: 600; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.3rem 1.8rem; margin-top: 1.8rem; max-width: 43rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .8rem; min-height: 3.2rem; padding: .75rem 1rem; border: 1px solid currentColor; text-decoration: none; font-size: .95rem; font-weight: 700; }
.button span { font-size: 1.15rem; }
.button-light:hover { background: var(--white); color: var(--rust-deep); }
.quiet-link { padding-block: .6rem; font-size: .95rem; text-decoration-thickness: 1px; }
.quiet-link span { margin-left: .4rem; }

.welcome { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); gap: 3.5rem; align-items: center; padding: 3rem var(--gutter); background: var(--white); border-bottom: 1px solid var(--line); }
.welcome-heading { display: flex; align-items: center; gap: 1.5rem; }
.welcome-heading img { width: 6.5rem; height: 8rem; object-fit: cover; object-position: center 25%; border-radius: 3rem 3rem .3rem .3rem; flex-shrink: 0; }
.welcome .eyebrow { margin-bottom: .4rem; }
.welcome h2 { font-size: 2.35rem; }
.welcome-copy p { margin-bottom: .5rem; color: var(--muted); }
.text-link { display: inline-flex; align-items: baseline; gap: .65rem; padding-block: .5rem; border-bottom: 1px solid currentColor; font-weight: 700; text-decoration: none; }
.text-link:hover { color: var(--rust); }
.text-link span { flex-shrink: 0; }

.begin, .resources, .connect { padding: 4.5rem var(--gutter); }
.begin { padding-bottom: 3rem; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: 3rem; align-items: end; margin-bottom: 2rem; }
.section-heading > p { margin: 0; max-width: 34rem; color: var(--muted); }
.starting-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--ink); }
.starting-points a { display: grid; grid-template-columns: 1.7rem minmax(0,1fr) 1.5rem; gap: 1rem; align-items: start; padding: 1.4rem 1.4rem 1.4rem 0; border-bottom: 1px solid var(--line); text-decoration: none; transition: background .15s ease; }
.starting-points a:nth-child(even) { padding-left: 1.8rem; border-left: 1px solid var(--line); }
.starting-points a:hover { background: #f0eee8; }
.choice-number { color: var(--rust-deep); font-size: .875rem; }
.starting-points strong { display: block; font-size: 1.05rem; line-height: 1.5; }
.starting-points small { display: block; margin-top: .3rem; color: var(--muted); font-size: .9rem; }
.choice-arrow { align-self: center; font-size: 1.4rem; color: var(--rust-deep); }

.resources { padding-top: 2.5rem; }
.resource-list { border-top: 1px solid var(--ink); }
.resource { display: grid; grid-template-columns: 11rem minmax(0,1fr); gap: 3rem; align-items: center; padding: 2.2rem 0; border-bottom: 1px solid var(--line); }
.resource-cover { width: 100%; height: auto; aspect-ratio: 619 / 800; object-fit: contain; background: #fff; box-shadow: 0 3px 15px rgba(36,35,33,.1); border: 1px solid #e2dcd4; }
.resource-type { margin: 0 0 .6rem; font-size: .875rem; font-weight: 700; text-transform: uppercase; }
.resource-body { max-width: 52rem; min-width: 0; }
.resource-body h3 { max-width: 25ch; margin-bottom: .8rem; font-size: 2.8rem; }
.resource-body > p:not(.resource-type) { max-width: 41rem; color: var(--muted); }
.resource-rust { color: var(--rust-deep); }
.resource-ink { color: var(--ink); }
.resource-olive { color: #49533f; }
.resource-gold { color: #745119; }
.resource-body .resource-detail { margin: .7rem 0 0; font-size: .875rem; }
.resource-notes { max-width: 58rem; margin: 2rem 0 0 14rem; color: var(--muted); font-size: .925rem; }
.resource-notes p { margin-bottom: .6rem; }

.mission { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr); gap: 4rem; align-items: center; padding: 5rem var(--gutter); background: var(--ink); color: var(--white); }
.mission h2 { max-width: 17ch; font-size: 3.8rem; }
.mission .eyebrow { color: var(--gold); }
.mission-copy { max-width: 40rem; color: #e5e1dc; }
.mission-copy p + p { margin-top: 1.2rem; }
.mission .text-link:hover { color: var(--gold); }

.about { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); background: var(--white); }
.about-photo-wrap { position: relative; min-height: 40rem; overflow: hidden; background: #dfd8cf; }
.about-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 25%; }
.photo-note { position: absolute; right: 0; bottom: 0; margin: 0; padding: 1rem 1.25rem; background: var(--gold); color: var(--ink); font-size: .875rem; font-weight: 600; line-height: 1.5; }
.about-copy { align-self: center; padding: 4.5rem var(--gutter); min-width: 0; }
.about-copy h2 { margin-bottom: 1.8rem; font-size: 3.3rem; }
.about-copy p { max-width: 42rem; color: #504b47; }
.about-copy > .eyebrow { color: var(--rust-deep); }
.about-more { margin: 1.5rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-more summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; cursor: pointer; padding: 1rem 0; font-weight: 700; list-style: none; }
.about-more summary::-webkit-details-marker { display: none; }
.about-more[open] summary span { transform: rotate(45deg); }
.about-more div { padding: .5rem 0 1rem; color: #504b47; }

.real-life { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); background: var(--olive); color: var(--white); }
.real-life-photo { position: relative; min-height: 38rem; }
.real-life-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.real-life-copy { align-self: center; padding: 4.5rem var(--gutter); }
.real-life-copy h2 { font-size: 3.25rem; }
blockquote { margin: 2rem 0 .8rem; font-family: var(--display); font-size: 2.2rem; line-height: 1.3; }
.signature { margin: 0; font-family: "Allura", "Brush Script MT", cursive; font-size: 3.2rem; line-height: 1.1; }

.connect { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 4rem; align-items: center; background: var(--white); }
.connect-heading > p:last-child { max-width: 30rem; margin: 1.4rem 0 0; color: var(--muted); }
.connect-links { min-width: 0; border-top: 1px solid var(--line); }
.contact-link { display: grid; grid-template-columns: minmax(0,1fr) 1.5rem; gap: .6rem 1rem; padding: 1.6rem 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.contact-label { grid-column: 1; color: var(--rust-deep); font-size: .9rem; font-weight: 700; }
.contact-link strong { grid-column: 1; font-size: 1.15rem; font-weight: 500; overflow-wrap: anywhere; }
.contact-arrow { grid-column: 2; grid-row: 1 / 3; align-self: center; font-size: 1.7rem; color: var(--rust-deep); }
.contact-link:hover strong { text-decoration: underline; text-underline-offset: .25rem; }
.boundary { display: grid; grid-template-columns: 10rem minmax(0,1fr); gap: 3rem; padding: 3rem var(--gutter); background: var(--olive); color: var(--white); }
.boundary .eyebrow { margin-top: .25rem; }
.boundary h2 { font-size: 2.2rem; }
.boundary p:last-child { max-width: 52rem; margin: 1rem 0 0; color: #f0f2eb; }
footer { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 3rem; padding: 2.7rem var(--gutter); background: var(--ink); color: var(--white); }
footer p { margin: 0; font-size: .875rem; color: #d0cbc6; }
.footer-center nav { display: flex; flex-wrap: wrap; gap: 1.4rem; margin-top: .7rem; font-size: .9rem; }
.copyright { max-width: 14rem; text-align: right; }

@media (min-width: 1700px) {
  .hero { min-height: 46rem; }
  h1 { font-size: 6.75rem; }
}
@media (max-width: 1050px) {
  .site-nav { gap: 1rem; }
  .site-nav a { font-size: .875rem; }
  h1 { font-size: 5.25rem; }
  .hero-intro { max-width: 32rem; }
  .hero-actions { max-width: 32rem; }
  .welcome { gap: 2rem; }
  .welcome h2 { font-size: 2rem; }
  .mission { gap: 2rem; }
  .mission h2 { font-size: 3.1rem; }
  .about-copy { padding-inline: 2rem; }
  .about-copy h2 { font-size: 2.7rem; }
  .real-life-copy { padding-inline: 2rem; }
  .real-life-copy h2 { font-size: 2.7rem; }
  .connect { gap: 2rem; }
  .contact-link strong { font-size: 1rem; }
  footer { gap: 2rem; }
}
@media (max-width: 850px) {
  .site-header { min-height: 5.2rem; }
  .menu-button { display: block; position: relative; z-index: 2; }
  .wordmark { position: relative; z-index: 2; }
  .site-nav { position: absolute; inset: 0 0 auto; display: grid; gap: 0; padding: 5.5rem var(--gutter) 1rem; background: var(--ink); visibility: hidden; transform: translateY(-110%); transition: transform .2s ease, visibility .2s; }
  .site-nav.open { visibility: visible; transform: translateY(0); }
  .site-nav a { padding: .85rem 0; border-top: 1px solid rgba(255,255,255,.18); font-size: 1rem; }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; }
  .hero-copy { padding-top: 8rem; padding-bottom: 3rem; }
  .hero-intro { max-width: 31rem; }
  h1 { font-size: 4.5rem; }
  .welcome { grid-template-columns: 1fr; gap: 1.4rem; padding-block: 2.5rem; }
  .welcome h2 { font-size: 2.2rem; }
  .welcome-heading img { width: 5.5rem; height: 6.5rem; }
  .section-heading { grid-template-columns: 1fr; gap: 1rem; }
  .section-heading h2 { font-size: 2.8rem; }
  .starting-points { grid-template-columns: 1fr; }
  .starting-points a:nth-child(even) { padding-left: 0; border-left: 0; }
  .resource { grid-template-columns: 8.5rem minmax(0,1fr); gap: 2rem; }
  .resource-body h3 { font-size: 2.3rem; }
  .resource-notes { margin-left: 0; }
  .mission { grid-template-columns: 1fr; gap: 1.8rem; padding-block: 4rem; }
  .mission h2 { max-width: 22ch; }
  .about { grid-template-columns: 1fr; }
  .about-photo-wrap { min-height: 0; height: 32rem; }
  .about-photo { object-position: center 22%; }
  .about-copy { padding: 3rem var(--gutter); }
  .about-copy h2 { font-size: 2.8rem; }
  .real-life-photo { min-height: 30rem; }
  .real-life-copy { padding: 2rem; }
  .real-life-copy h2 { font-size: 2.3rem; }
  blockquote { font-size: 1.8rem; }
  .connect { grid-template-columns: 1fr; }
  .connect h2 { font-size: 3rem; }
  .contact-link strong { font-size: 1.1rem; }
  .boundary { grid-template-columns: 1fr; gap: .5rem; }
  footer { grid-template-columns: 1fr; gap: 1.5rem; align-items: start; }
  .copyright { max-width: none; text-align: left; }
}
@media (max-width: 520px) {
  h1 { font-size: 3.5rem; }
  h2 { font-size: 2.5rem; }
  .hero-copy { padding-top: 7.5rem; }
  .hero-image { object-position: 60% center; }
  .hero-shade { background: linear-gradient(90deg, #5b1f0f 0%, #5b1f0f 65%, rgba(91,31,15,.82) 80%, rgba(44,15,8,.35) 100%); }
  .hero-intro { font-size: 1.05rem; }
  .hero-faith { font-size: .95rem; }
  .hero-actions { gap: .8rem; align-items: flex-start; flex-direction: column; margin-top: 1.5rem; }
  .eyebrow { font-size: .8rem; }
  .welcome-heading { gap: 1rem; }
  .welcome h2 { font-size: 1.9rem; }
  .begin, .resources, .connect { padding-block: 3rem; }
  .resources { padding-top: 1rem; }
  .section-heading h2 { font-size: 2.5rem; }
  .starting-points a { gap: .6rem; grid-template-columns: 1.4rem minmax(0,1fr) 1.1rem; padding-right: 0; }
  .starting-points strong { font-size: 1rem; }
  .resource { grid-template-columns: 6rem minmax(0,1fr); align-items: start; gap: 1rem; padding-block: 1.8rem; }
  .resource-cover { margin-top: .3rem; }
  .resource-type { font-size: .8rem; }
  .resource-body h3 { font-size: 1.85rem; }
  .resource-body > p:not(.resource-type) { font-size: .95rem; }
  .resource .text-link { font-size: .9rem; }
  .about-photo-wrap { height: 28rem; }
  .about-copy h2 { font-size: 2.5rem; }
  .mission h2 { font-size: 2.7rem; }
  .real-life { grid-template-columns: 1fr; }
  .real-life-photo { min-height: 0; aspect-ratio: 4 / 5; }
  .real-life-photo img { object-fit: contain; }
  .real-life-copy { padding: 2.5rem var(--gutter); }
  .real-life-copy h2 { font-size: 2.5rem; }
  blockquote { font-size: 1.85rem; }
  .contact-link { column-gap: .4rem; }
  .contact-link strong { font-size: 1rem; }
  .connect h2 { font-size: 2.8rem; }
}
@media (max-width: 359px) {
  h1 { font-size: 3rem; }
  .resource { grid-template-columns: 4.5rem minmax(0,1fr); gap: .8rem; }
  .resource-body h3 { font-size: 1.65rem; }
  .welcome h2 { font-size: 1.65rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
