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

.about-hero {
  padding-bottom: 2rem;
}

.about-hero .studio-title {
  max-width: 14ch;
}

.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.15rem;
  font-size: 0.8125rem;
  text-decoration: none;
}

.about-ledger {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #e6dfd2;
}

.about-ledger li {
  padding: 1.35rem 1rem 1.25rem 0;
}

.about-ledger li + li {
  padding-left: 1.15rem;
  border-left: 1px solid #e6dfd2;
}

.about-ledger strong {
  display: block;
  font-family: 'Fraunces', 'Noto Serif SC', serif;
  font-size: 1.65rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #0d5c4d;
  line-height: 1;
}

.about-ledger span {
  display: block;
  margin-top: 0.45rem;
  font-size: 0.75rem;
  color: #6f675c;
  letter-spacing: 0.04em;
}

.about-label {
  margin: 0 0 0.55rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c4783a;
}

.about-section-title {
  font-family: 'Fraunces', 'Noto Serif SC', serif;
  font-size: clamp(1.45rem, 3vw, 1.85rem);
  font-weight: 600;
  color: #16130f;
  letter-spacing: -0.03em;
  line-height: 1.25;
}

.about-story {
  display: grid;
  gap: 2rem;
  padding: 2.5rem 0;
  border-bottom: 1px solid #e6dfd2;
}

@media (min-width: 768px) {
  .about-story {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

.about-story h2 {
  font-family: 'Fraunces', 'Noto Serif SC', serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: #16130f;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.about-story p {
  margin-top: 0.7rem;
  font-size: 0.925rem;
  color: #6f675c;
  line-height: 1.8;
}

.about-story a {
  color: #0d5c4d;
  text-underline-offset: 2px;
}

.about-offer {
  padding: 2.5rem 0 0.5rem;
}

.about-features {
  display: grid;
  gap: 0;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: feat;
}

@media (min-width: 768px) {
  .about-features {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
    column-gap: 2.75rem;
  }
}

.about-features li {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 0.75rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid #efe8d9;
  counter-increment: feat;
}

.about-features li::before {
  content: counter(feat, decimal-leading-zero);
  font-family: 'Fraunces', 'Noto Serif SC', serif;
  font-size: 0.75rem;
  color: #c4783a;
  padding-top: 0.2rem;
}

.about-features li > div {
  min-width: 0;
}

.about-features strong {
  display: block;
  font-size: 0.95rem;
  color: #16130f;
}

.about-features span {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.85rem;
  color: #6f675c;
  line-height: 1.65;
}

.about-paths {
  padding: 2.5rem 0 0.25rem;
}

.about-path-grid {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

@media (min-width: 640px) {
  .about-path-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

.about-path-grid a {
  display: block;
  padding: 1.15rem 0 0;
  border-top: 1px solid #e6dfd2;
  text-decoration: none;
  color: inherit;
}

.about-path-grid a:hover strong {
  color: #0d5c4d;
}

.about-path-no {
  display: block;
  font-family: 'Fraunces', 'Noto Serif SC', serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #c4783a;
  letter-spacing: 0.04em;
}

.about-path-grid strong {
  display: block;
  margin-top: 0.55rem;
  font-family: 'Fraunces', 'Noto Serif SC', serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: #16130f;
  letter-spacing: -0.02em;
}

.about-path-grid a > span:last-child {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.85rem;
  color: #6f675c;
  line-height: 1.6;
}

.about-trust {
  display: grid;
  gap: 2rem;
  margin-top: 2.5rem;
  padding: 2rem 0 0;
  border-top: 1px solid #e6dfd2;
}

@media (min-width: 768px) {
  .about-trust {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

.about-trust h2 {
  font-family: 'Fraunces', 'Noto Serif SC', serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #16130f;
}

.about-trust p {
  margin-top: 0.65rem;
  font-size: 0.9rem;
  color: #6f675c;
  line-height: 1.8;
}

.about-end-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.15rem;
  margin-top: 1rem;
}

.about-end-links a {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #0d5c4d;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.about-end-links a:hover {
  color: #0a4a3e;
}

.about-cta {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: #16130f;
  padding: 1.5rem 1.75rem;
}

.about-cta p {
  margin: 0;
  font-size: 0.875rem;
  color: #c8bfae;
}

.about-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fffdf8;
  background: #0d5c4d;
  padding: 0.55rem 1.05rem;
  text-decoration: none;
  transition: background 0.15s;
}

.about-cta-btn:hover {
  background: #0a4a3e;
}

@media (max-width: 639px) {
  .about-ledger {
    grid-template-columns: 1fr;
  }

  .about-ledger li,
  .about-ledger li + li {
    padding: 1.1rem 0;
    border-left: 0;
    border-top: 1px solid #e6dfd2;
  }

  .about-ledger li:first-child {
    border-top: 0;
  }
}
