/* Big Prayer Museum — refurbished About page
   Designed to sit on top of existing site-wide base/navigation/footer CSS. */

:root {
  --au2-ink: #17120c;
  --au2-muted: #645b50;
  --au2-gold: #a9792d;
  --au2-gold-soft: #d8bd83;
  --au2-cream: #f4ecdf;
  --au2-paper: #fffaf1;
  --au2-dark: #100d09;
  --au2-line: rgba(99, 72, 35, 0.2);
}

.bpm-shared-header,
.bpm-shared-footer {
  display: contents;
}

.about-refurb {
  overflow: hidden;
  color: var(--au2-ink);
}

.au2-section {
  padding: clamp(72px, 8vw, 118px) 24px;
}

.au2-inner {
  width: min(1180px, calc(100% - 8px));
  margin: 0 auto;
}

.au2-eyebrow {
  margin: 0 0 15px;
  color: var(--au2-gold);
  font: 700 12px/1.2 "Inter", sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.au2-title {
  margin: 0;
  max-width: 880px;
  font: 500 clamp(42px, 6vw, 76px)/.98 "Cormorant Garamond", Georgia, serif;
  letter-spacing: -.02em;
}

.au2-title--sm {
  font-size: clamp(38px, 5vw, 62px);
}

.au2-lead {
  max-width: 760px;
  margin: 28px 0 0;
  color: #4e463c;
  font-size: clamp(17px, 1.55vw, 20px);
  line-height: 1.75;
}

.au2-rule {
  width: 72px;
  height: 1px;
  margin: 24px 0 0;
  background: var(--au2-gold);
}

.au2-hero {
  position: relative;
  padding-top: clamp(92px, 10vw, 150px);
  background:
    radial-gradient(circle at 84% 16%, rgba(184, 135, 53, .11), transparent 30%),
    #efe5d6;
}

.au2-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(42px, 7vw, 94px);
  align-items: center;
}

.au2-hero-copy p:not(.au2-eyebrow) {
  max-width: 690px;
  color: #4d4439;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.75;
}

.au2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.au2-btn {
  min-height: 50px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--au2-ink);
  text-decoration: none;
  font: 700 12px/1 "Inter", sans-serif;
  letter-spacing: .09em;
  text-transform: uppercase;
  transition: .2s ease;
}

.au2-btn--dark {
  background: var(--au2-ink);
  color: #fffaf2;
}

.au2-btn--light {
  background: transparent;
  color: var(--au2-ink);
}

.au2-btn:hover {
  transform: translateY(-2px);
}

.au2-hero-media {
  position: relative;
  min-height: 580px;
}

.au2-hero-media figure {
  position: absolute;
  margin: 0;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(20, 14, 8, .13);
}

.au2-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.au2-hero-photo--main {
  width: 78%;
  height: 72%;
  top: 0;
  right: 0;
}

.au2-hero-photo--small {
  width: 52%;
  height: 43%;
  left: 0;
  bottom: 0;
  border: 10px solid #efe5d6;
}

.au2-hero-note {
  position: absolute;
  right: 7%;
  bottom: 2%;
  width: min(330px, 72%);
  padding: 21px 24px;
  background: var(--au2-dark);
  color: #f8eedc;
  border: 1px solid rgba(204, 161, 83, .55);
}

.au2-hero-note strong {
  display: block;
  margin-bottom: 8px;
  color: #d4ab61;
  font: 600 11px/1.3 "Inter", sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.au2-hero-note span {
  font: 500 20px/1.25 "Cormorant Garamond", Georgia, serif;
}

.au2-foundation {
  background: #fffaf1;
}

.au2-foundation-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: clamp(46px, 8vw, 110px);
  align-items: start;
}

.au2-statement-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--au2-line);
}

.au2-statement {
  padding: 32px 0;
  border-bottom: 1px solid var(--au2-line);
}

.au2-statement:nth-child(odd) {
  padding-right: 34px;
  border-right: 1px solid var(--au2-line);
}

.au2-statement:nth-child(even) {
  padding-left: 34px;
}

.au2-statement h3 {
  margin: 0 0 10px;
  color: var(--au2-gold);
  font: 700 11px/1.2 "Inter", sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.au2-statement p {
  margin: 0;
  font: 500 clamp(22px, 2.2vw, 31px)/1.28 "Cormorant Garamond", Georgia, serif;
}

.au2-story {
  background: #16120d;
  color: #fffaf2;
}

.au2-story .au2-lead {
  color: #d8ccba;
}

.au2-story-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(42px, 8vw, 100px);
  align-items: center;
}

.au2-story-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.au2-story-photos figure {
  margin: 0;
  min-height: 250px;
  overflow: hidden;
}

.au2-story-photos figure:first-child {
  grid-column: 1 / -1;
  min-height: 370px;
}

.au2-story-photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.au2-story-facts {
  margin: 30px 0 0;
  display: grid;
  gap: 19px;
}

.au2-fact {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 18px;
  padding-top: 19px;
  border-top: 1px solid rgba(255,255,255,.14);
}

.au2-fact span {
  color: #d2a85d;
  font: 600 12px/1.4 "Inter", sans-serif;
}

.au2-fact p {
  margin: 0;
  color: #e0d6c8;
  line-height: 1.65;
}

.au2-work {
  background: var(--au2-cream);
}

.au2-work-head {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 50px;
  align-items: end;
  margin-bottom: 54px;
}

.au2-work-head .au2-lead {
  margin: 0;
}

.au2-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--au2-line);
  border-left: 1px solid var(--au2-line);
}

.au2-card {
  min-height: 350px;
  padding: 30px 26px;
  border-right: 1px solid var(--au2-line);
  border-bottom: 1px solid var(--au2-line);
  background: rgba(255,250,241,.36);
}

.au2-card-number {
  color: var(--au2-gold);
  font: 700 11px/1 "Inter", sans-serif;
  letter-spacing: .16em;
}

.au2-card h3 {
  margin: 74px 0 16px;
  font: 500 33px/1.02 "Cormorant Garamond", Georgia, serif;
}

.au2-card p {
  margin: 0;
  color: var(--au2-muted);
  line-height: 1.7;
}

.au2-now {
  background: #fffaf1;
}

.au2-status-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 46px;
}

.au2-status {
  padding: 29px;
  border: 1px solid var(--au2-line);
  background: #f9f1e6;
}

.au2-status-label {
  display: inline-block;
  margin-bottom: 20px;
  padding: 7px 10px;
  border: 1px solid currentColor;
  color: #6b5430;
  font: 700 10px/1 "Inter", sans-serif;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.au2-status h3 {
  margin: 0 0 10px;
  font: 500 29px/1.12 "Cormorant Garamond", Georgia, serif;
}

.au2-status p {
  margin: 0;
  color: var(--au2-muted);
  line-height: 1.68;
}

.au2-founder {
  background: #18130e;
  color: #fff9ef;
}

.au2-founder-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(46px, 8vw, 100px);
  align-items: center;
}

.au2-founder-photo {
  margin: 0;
  position: relative;
}

.au2-founder-photo::before {
  content: "";
  position: absolute;
  inset: -14px 14px 14px -14px;
  border: 1px solid rgba(201, 155, 79, .48);
  z-index: 0;
}

.au2-founder-photo img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.au2-founder .au2-lead {
  color: #d5c9b9;
}

.au2-founder-title {
  font: 500 clamp(40px, 5vw, 66px)/1 "Cormorant Garamond", Georgia, serif;
  margin: 0;
}

.au2-founder-role {
  margin: 12px 0 0;
  color: #d3a95d;
  font: 700 11px/1.3 "Inter", sans-serif;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.au2-people {
  background: #eee4d5;
}

.au2-people-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(46px, 8vw, 100px);
}

.au2-people-list {
  border-top: 1px solid var(--au2-line);
}

.au2-person-row {
  display: grid;
  grid-template-columns: .48fr 1fr;
  gap: 28px;
  padding: 28px 0;
  border-bottom: 1px solid var(--au2-line);
}

.au2-person-row h3 {
  margin: 0;
  color: var(--au2-gold);
  font: 700 11px/1.4 "Inter", sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.au2-person-row p {
  margin: 0;
  color: #4f463b;
  line-height: 1.68;
}

.au2-court {
  background: #fffaf1;
}

.au2-court-box {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 50px;
  align-items: center;
  padding: clamp(36px, 6vw, 72px);
  border: 1px solid var(--au2-line);
  background:
    linear-gradient(135deg, rgba(175,125,45,.09), transparent 50%),
    #f8efe2;
}

.au2-court-box p {
  color: var(--au2-muted);
  line-height: 1.75;
}

.au2-org {
  background: #15110c;
  color: #fffaf1;
}

.au2-org-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(46px, 8vw, 100px);
}

.au2-org-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(255,255,255,.18);
}

.au2-org-fact {
  padding: 25px 0;
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.au2-org-fact:nth-child(odd) {
  padding-right: 28px;
  border-right: 1px solid rgba(255,255,255,.18);
}

.au2-org-fact:nth-child(even) {
  padding-left: 28px;
}

.au2-org-fact strong {
  display: block;
  margin-bottom: 7px;
  color: #d3a95d;
  font: 700 10px/1.3 "Inter", sans-serif;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.au2-org-fact span,
.au2-org-fact a {
  color: #f5ecde;
  text-decoration: none;
  line-height: 1.6;
}

.au2-faq {
  background: var(--au2-cream);
}

.au2-faq-list {
  width: min(920px, 100%);
  margin: 42px auto 0;
  border-top: 1px solid var(--au2-line);
}

.au2-faq details {
  border-bottom: 1px solid var(--au2-line);
}

.au2-faq summary {
  cursor: pointer;
  list-style: none;
  position: relative;
  padding: 24px 46px 24px 0;
  font: 500 23px/1.25 "Cormorant Garamond", Georgia, serif;
}

.au2-faq summary::-webkit-details-marker {
  display: none;
}

.au2-faq summary::after {
  content: "+";
  position: absolute;
  right: 3px;
  top: 19px;
  color: var(--au2-gold);
  font: 300 28px/1 "Inter", sans-serif;
}

.au2-faq details[open] summary::after {
  content: "–";
}

.au2-faq-answer {
  padding: 0 50px 25px 0;
  color: var(--au2-muted);
  line-height: 1.72;
}

.au2-final {
  text-align: center;
  background: #fffaf1;
}

.au2-final .au2-title,
.au2-final .au2-lead {
  margin-left: auto;
  margin-right: auto;
}

.au2-final .au2-actions {
  justify-content: center;
}

.navbar a.is-active,
.navbar .nav-dropdown__trigger.is-active {
  color: #a9792d;
}

.bpm-include-error {
  padding: 16px 24px;
  text-align: center;
  background: #17120c;
  color: #fff;
  font: 500 13px/1.4 "Inter", sans-serif;
}

@media (max-width: 980px) {
  .au2-hero-grid,
  .au2-foundation-grid,
  .au2-story-grid,
  .au2-work-head,
  .au2-founder-grid,
  .au2-people-grid,
  .au2-court-box,
  .au2-org-grid {
    grid-template-columns: 1fr;
  }

  .au2-hero-media {
    min-height: 520px;
  }

  .au2-cards {
    grid-template-columns: 1fr 1fr;
  }

  .au2-work-head {
    gap: 22px;
  }
}

@media (max-width: 680px) {
  .au2-section {
    padding: 64px 18px;
  }

  .au2-hero {
    padding-top: 74px;
  }

  .au2-hero-media {
    min-height: 420px;
  }

  .au2-hero-photo--main {
    width: 88%;
    height: 68%;
  }

  .au2-hero-photo--small {
    width: 56%;
    height: 40%;
  }

  .au2-hero-note {
    right: 0;
    width: 72%;
    padding: 16px;
  }

  .au2-statement-grid,
  .au2-cards,
  .au2-status-grid,
  .au2-org-facts {
    grid-template-columns: 1fr;
  }

  .au2-statement:nth-child(odd),
  .au2-statement:nth-child(even),
  .au2-org-fact:nth-child(odd),
  .au2-org-fact:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
    border-right: 0;
  }

  .au2-card {
    min-height: auto;
  }

  .au2-card h3 {
    margin-top: 42px;
  }

  .au2-story-photos figure:first-child {
    min-height: 280px;
  }

  .au2-person-row {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .au2-actions {
    flex-direction: column;
  }

  .au2-btn {
    width: 100%;
  }
}
