.page-about main {
  position: relative;
  z-index: 1;
}

.about-quote {
  margin: 0 0 2.4rem;
  padding: 0 0 1.6rem 1.25rem;
  border: 0;
  border-left: 3px solid var(--rose, #a67c78);
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.about-quote p {
  margin: 0;
  font-family: var(--font-serif, 'Cormorant Garamond', 'Noto Serif SC', serif);
  font-size: clamp(1.5rem, 3.4vw, 2.15rem);
  font-weight: 500;
  font-style: italic;
  line-height: 1.35;
  color: var(--ink, #3a342f);
}

.about-quote cite {
  display: block;
  margin-top: 0.9rem;
  font-style: normal;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--rose, #a67c78);
}

.about-steps {
  margin: 0 0 2.5rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  counter-reset: none;
}

.about-steps li {
  min-width: 0;
  display: grid;
  grid-template-columns: 3.2rem minmax(0, 1fr);
  column-gap: 1rem;
  padding: 1.15rem 0 1.2rem;
  border-top: 1px solid rgba(58, 52, 47, 0.14);
}

.about-steps li:last-child {
  border-bottom: 1px solid rgba(58, 52, 47, 0.14);
}

@media (min-width: 860px) {
  .about-steps {
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    gap: 0;
  }

  .about-steps li {
    grid-template-columns: 4.5rem 12rem minmax(0, 1fr) auto;
    align-items: baseline;
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }
}

.about-steps em {
  display: block;
  font-family: var(--font-serif, 'Cormorant Garamond', serif);
  font-size: 1.35rem;
  font-style: italic;
  font-weight: 500;
  color: var(--rose, #a67c78);
  line-height: 1.2;
}

.about-steps h2 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 650;
  color: #3a342f;
}

.about-steps p {
  margin: 0.2rem 0 0;
  font-size: 0.88rem;
  line-height: 1.7;
  color: #5c544c;
}

@media (min-width: 860px) {
  .about-steps p {
    margin: 0;
  }
}

.about-steps a {
  display: inline-flex;
  margin-top: 0.55rem;
  font-size: 0.78rem;
  font-weight: 650;
  color: #8c645f;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

@media (min-width: 860px) {
  .about-steps a {
    margin-top: 0;
  }
}

.about-steps a:hover {
  color: #73524e;
}

.about-story {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 2.4rem;
}

@media (min-width: 800px) {
  .about-story {
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
  }
}

.about-story article {
  padding: 1.45rem 0 1.5rem;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  border: 0;
  border-top: 1px solid rgba(58, 52, 47, 0.14);
  box-shadow: none;
}

.about-story article:first-child {
  background: transparent;
}

.about-kicker {
  margin: 0 0 0.45rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8c645f;
}

.about-story h2,
.about-ledger h2,
.about-letter h2,
.about-close h2 {
  margin: 0;
  font-family: var(--font-serif, 'Cormorant Garamond', 'Noto Serif SC', serif);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
  color: #3a342f;
}

.about-story p,
.about-letter p,
.about-close p {
  margin: 0.65rem 0 0;
  font-size: 0.92rem;
  line-height: 1.8;
  color: #5c544c;
}

.about-story a {
  color: #8c645f;
}

.about-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 1rem;
}

.about-chips span {
  padding: 0.2rem 0.95rem 0.2rem 0;
  margin-right: 0.85rem;
  border-radius: 0;
  font-size: 0.74rem;
  color: #73524e;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(166, 124, 120, 0.28);
}

.about-chips span:last-child {
  border-right: 0;
  margin-right: 0;
}

.about-ledger {
  margin-bottom: 2.4rem;
}

.about-ledger-head {
  margin-bottom: 1rem;
}

.about-ledger-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  backdrop-filter: none;
  border: 0;
  border-top: 1px solid rgba(58, 52, 47, 0.14);
}

@media (min-width: 720px) {
  .about-ledger-list {
    grid-template-columns: 1fr 1fr;
  }
}

.about-ledger-list li {
  display: block;
  padding: 1.1rem 1.15rem 1.15rem 0;
  border-top: 0;
  border-bottom: 1px solid rgba(58, 52, 47, 0.14);
}

@media (min-width: 720px) {
  .about-ledger-list li {
    grid-template-columns: none;
    padding: 1.15rem 1.4rem 1.2rem 0;
  }

  .about-ledger-list li:nth-child(odd) {
    padding-right: 1.5rem;
    border-right: 1px solid rgba(58, 52, 47, 0.14);
  }

  .about-ledger-list li:nth-child(even) {
    padding-left: 1.5rem;
    padding-right: 0;
  }
}

.about-ledger-list strong {
  display: block;
  font-size: 0.95rem;
  color: #3a342f;
  margin-bottom: 0.3rem;
}

.about-ledger-list span {
  font-size: 0.86rem;
  line-height: 1.65;
  color: #5c544c;
}

.about-letter {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 2.4rem;
}

@media (min-width: 800px) {
  .about-letter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 2.5rem;
  }
}

.about-letter article {
  padding: 1.4rem 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  border: 0;
  border-top: 1px solid rgba(58, 52, 47, 0.14);
}

.about-letter article:first-child {
  background: transparent;
}

.about-letter-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
  margin-top: 1rem;
}

.about-letter-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.15rem 0;
  border-radius: 0;
  font-size: 0.82rem;
  font-weight: 600;
  color: #3a342f;
  text-decoration: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid transparent;
}

.about-letter-links a:hover {
  color: #8c645f;
  border-bottom-color: #8c645f;
}

.about-close {
  display: grid;
  gap: 1rem;
  padding: 1.7rem 0 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  border-top: 2px solid #3a342f;
}

@media (min-width: 720px) {
  .about-close {
    grid-template-columns: 1fr auto;
    align-items: end;
    padding: 1.8rem 0 0;
  }
}

.about-close-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.about-close-actions a {
  text-decoration: none;
  padding: 0.65rem 1.1rem;
  font-size: 0.875rem;
}
