/* About v2 — extends homepage v2 chrome */
@import url('homepage-v2.css');

.about-page {
  overflow-x: hidden;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.about-wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding-inline: 48px;
}

.about-section-rule {
  width: 48px;
  height: 1px;
  background: rgba(212, 181, 173, 0.75);
  margin-bottom: 22px;
}

.about-section-rule--center {
  margin-inline: auto;
}

/* —— Intro —— */

.about-intro {
  padding: calc(var(--nav-h) + 56px) 0 64px;
  background: var(--ivory);
  border-bottom: 1px solid rgba(212, 181, 173, 0.22);
}

.about-intro-inner {
  max-width: 640px;
}

.about-intro-kicker {
  margin-bottom: 14px;
}

.about-intro-headline {
  font-family: var(--serif);
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  font-weight: 500;
  color: var(--charcoal);
  letter-spacing: -0.025em;
  line-height: 1.14;
  margin-bottom: 20px;
  text-wrap: pretty;
}

.about-intro-lede {
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  color: var(--soft);
  margin-bottom: 16px;
  max-width: 36rem;
}

.about-intro-lede:last-of-type {
  margin-bottom: 0;
}

.about-intro-scripture {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(212, 181, 173, 0.28);
  max-width: 34rem;
}

.about-intro-scripture strong {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--charcoal);
  display: block;
  margin-bottom: 6px;
}

.about-intro-scripture p {
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.62;
  color: var(--soft);
  margin: 0;
}

/* —— Founder —— */

.about-founder {
  padding: 64px 0 72px;
  background: var(--cream);
}

.about-founder-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

.about-founder-kicker {
  margin-bottom: 12px;
}

.about-founder-headline {
  font-family: var(--serif);
  font-size: clamp(1.85rem, 2.8vw, 2.35rem);
  font-weight: 600;
  color: var(--charcoal);
  letter-spacing: -0.022em;
  line-height: 1.16;
  margin-bottom: 20px;
}

.about-founder-photo {
  margin: 0;
  line-height: 0;
}

.about-founder-photo img {
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 22px 44px -24px rgba(72, 48, 38, 0.22);
}

.about-founder-copy p {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.68;
  color: var(--ink);
  margin-bottom: 14px;
  max-width: 34rem;
}

.about-founder-copy p:last-of-type {
  margin-bottom: 0;
}

.about-founder-sig {
  margin-top: 22px;
  font-family: var(--serif);
  font-size: 1.05rem;
  font-style: italic;
  color: var(--soft);
}

/* —— Philosophy —— */

.about-philosophy {
  padding: 56px 0 64px;
  background: var(--deep);
  border-top: 1px solid rgba(212, 181, 173, 0.32);
  border-bottom: 1px solid rgba(212, 181, 173, 0.28);
}

.about-philosophy-headline {
  font-family: var(--serif);
  font-size: clamp(1.75rem, 2.5vw, 2.15rem);
  font-weight: 600;
  color: var(--charcoal);
  letter-spacing: -0.02em;
  line-height: 1.18;
  margin-bottom: 28px;
  max-width: 16em;
}

.about-philosophy-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 42rem;
}

.about-philosophy-list li {
  padding: 18px 0;
  border-bottom: 1px solid rgba(212, 181, 173, 0.35);
}

.about-philosophy-list li:first-child {
  padding-top: 0;
}

.about-philosophy-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.about-philosophy-list strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.12rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 6px;
}

.about-philosophy-list p {
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.62;
  color: var(--soft);
  margin: 0;
}

/* —— FAQ —— */

.about-faq {
  padding: 56px 0 64px;
  background: var(--ivory);
}

.about-faq-headline {
  font-family: var(--serif);
  font-size: clamp(1.75rem, 2.5vw, 2.15rem);
  font-weight: 600;
  color: var(--charcoal);
  letter-spacing: -0.02em;
  line-height: 1.18;
  margin-bottom: 32px;
}

.about-faq-group {
  margin-bottom: 28px;
}

.about-faq-group:last-child {
  margin-bottom: 0;
}

.about-faq-group-label {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(168, 107, 98, 0.78);
  margin: 0 0 10px;
}

.about-faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.about-faq-item {
  border: 1px solid rgba(212, 181, 173, 0.4);
  border-radius: 2px;
  background: rgba(255, 253, 251, 0.65);
}

.about-faq-item[open] {
  background: var(--paper);
}

.about-faq-item summary {
  list-style: none;
  cursor: pointer;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 500;
  color: var(--charcoal);
  line-height: 1.45;
  padding: 14px 36px 14px 16px;
  position: relative;
}

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

.about-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 400;
  color: var(--rose-btn);
  line-height: 1;
}

.about-faq-item[open] summary::after {
  content: "–";
}

.about-faq-item p {
  font-family: var(--sans);
  font-size: 14.5px;
  line-height: 1.62;
  color: var(--soft);
  margin: 0;
  padding: 0 16px 14px;
}

.about-faq-item p a {
  color: var(--rose-btn);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.about-faq-item p a:hover {
  color: var(--rose-btn-hover);
}

/* —— Closing —— */

.about-closing {
  padding: 56px 0 72px;
  background: var(--cream);
  border-top: 1px solid rgba(212, 181, 173, 0.28);
  text-align: center;
}

.about-closing-inner {
  max-width: 34rem;
  margin-inline: auto;
}

.about-closing-headline {
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.4vw, 1.95rem);
  font-weight: 500;
  color: var(--charcoal);
  letter-spacing: -0.02em;
  line-height: 1.28;
  margin-bottom: 24px;
  text-wrap: pretty;
}

.about-closing-stores {
  margin-bottom: 14px;
}

.about-closing-note {
  font-family: var(--sans);
  font-size: 13px;
  color: var(--mute);
  margin: 0;
}

.about-closing-home {
  display: inline-block;
  margin-top: 18px;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  color: var(--rose-btn);
}

.about-closing-home:hover {
  color: var(--rose-btn-hover);
}

@media (max-width: 900px) {
  .about-wrap {
    padding-inline: 24px;
  }

  .about-intro {
    padding-top: calc(var(--nav-h) + 40px);
    padding-bottom: 48px;
  }

  .about-founder {
    padding: 48px 0 52px;
  }

  .about-founder-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-founder-photo {
    display: flex;
    justify-content: center;
  }

  .about-founder-photo img {
    max-width: 260px;
  }

  .about-founder-copy {
    text-align: center;
  }

  .about-founder-copy p,
  .about-founder-headline,
  .about-philosophy-headline {
    margin-inline: auto;
  }

  .about-founder-kicker,
  .about-philosophy-kicker,
  .about-faq-kicker {
    text-align: center;
  }

  .about-section-rule--mobile-center {
    margin-inline: auto;
  }

  .about-philosophy,
  .about-faq {
    padding: 44px 0 48px;
  }

  .about-closing {
    padding: 44px 0 56px;
  }
}

@media (max-width: 480px) {
  .about-wrap {
    padding-inline: 20px;
  }

  .about-intro-lede {
    font-size: 16px;
  }

  .about-founder-photo img {
    max-width: 220px;
  }

  .about-faq-item summary {
    font-size: 14.5px;
    padding-right: 32px;
  }
}
