.about-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px 80px;
  padding-bottom: 2rem;
}

/* Breadcrumb: scope .about-page để thắng Yoast / global; WCAG AA trên #fdfaf4 */
.about-page .breadcrumb {
  display: flex;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  color: #6b6053;
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid #6b6053;
  letter-spacing: .04em;
}

.about-page .breadcrumb a,
.about-page .breadcrumb a:visited,
.about-page .about-breadcrumb a,
.about-page .about-breadcrumb a:visited {
  color: #6b6053 !important;
  text-decoration: none;
  transition: color .2s;
}

.about-page .breadcrumb a:hover,
.about-page .about-breadcrumb a:hover {
  color: #8f4f30 !important;
}

.about-page .breadcrumb .breadcrumb_last,
.about-page .breadcrumb span:not(.bc-sep) {
  color: #1C1A17;
}

.bc-sep {
  opacity: .4;
}

.about-breadcrumb {
  margin-bottom: 22px;
  padding-bottom: 14px;
}

.about-eyebrow {
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  /* WCAG AA: #8f4f30 on #fdfaf4 ~3.47:1 → #8f4f30 ~5.5:1 */
  color: #8f4f30;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-page .about-eyebrow {
  color: #8f4f30 !important;
}

.about-eyebrow::before {
  content: '';
  width: 32px;
  height: 1px;
  background: #8f4f30;
}

.about-page .about-eyebrow::before {
  background: #8f4f30 !important;
}

.about-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 5vw, 32px);
  font-weight: 400;
  line-height: 1.15;
  color: #1C1A17;
  margin-bottom: 32px;
  letter-spacing: -.01em;
}

.about-hero-title em {
  color: #8f4f30;
  font-style: italic;
}

.about-lead {
  font-size: 18px;
  line-height: 1.85;
  color: #6b6053;
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #6b6053;
}

.about-lead strong {
  color: #1C1A17;
  font-weight: 500;
}

.ornament {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #8f4f30;
  font-size: 14px;
  letter-spacing: .2em;
  margin: 2rem 0;
}

.ornament::before,
.ornament::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #6b6053;
}

.about-section {
  margin-bottom: 56px;
}

.section-tag {
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #8f4f30;
  margin-bottom: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.section-tag::before {
  content: '✦';
  font-size: 8px;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 400;
  line-height: 1.3;
  color: #1C1A17;
  margin-bottom: 18px;
}

.section-title em {
  color: #8f4f30;
  font-style: italic;
}

.section-body {
  font-size: 15px;
  line-height: 1.9;
  color: #4A4640;
}

.section-body p {
  margin-bottom: 16px;
}

.section-body p:last-child {
  margin-bottom: 0;
}

.about-quote {
  border-left: 3px solid #8f4f30;
  padding: 20px 24px;
  margin: 40px 0;
  background: #F5F0E8;
  border-radius: 0 6px 6px 0;
}

.about-quote-text {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.55;
  color: #1C1A17;
  margin-bottom: 10px;
}

.about-quote-author {
  font-size: 12px;
  color: #6b6053;
  letter-spacing: .06em;
}

.values-list,
.timeline {
  display: flex;
  flex-direction: column;
}

.value-item,
.tl-row {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #6b6053;
}

.value-item:first-child {
  padding-top: 0;
}

.value-item:last-child,
.tl-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.value-num {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  /* WCAG AA (chữ lớn ≥3:1): #6b6053 trên #fdfaf4 ~1.3:1 → #6b6053 ~6.2:1 */
  color: #6b6053;
  line-height: 1;
  width: 48px;
  flex-shrink: 0;
  transition: color .3s;
}

.value-item:hover .value-num {
  color: #8f4f30;
}

.value-title {
  font-size: 15px;
  font-weight: 600;
  color: #1C1A17;
  margin-bottom: 6px;
}

.value-desc {
  font-size: 14px;
  color: #6b6053;
  line-height: 1.7;
}

.tl-row {
  gap: 24px;
}

.tl-year {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: #8f4f30;
  width: 64px;
  flex-shrink: 0;
}

.tl-title {
  font-size: 14px;
  font-weight: 600;
  color: #1C1A17;
  margin-bottom: 4px;
}

.tl-desc {
  font-size: 13px;
  color: #6b6053;
  line-height: 1.7;
}

.about-closing {
  margin-top: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 2px solid #6b6053;
  text-align: center;
}

/* Logo giống header (.amz-mega-nav .nav-logo) — ảnh hoặc chữ Amazing / Shop */
.about-closing .nav-logo.about-closing-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #1c1a17;
  text-decoration: none;
  line-height: 1;
  margin-bottom: 12px;
  text-shadow:
    0 1px 0 rgba(0, 0, 0, 0.18),
    0 -1px 0 rgba(255, 255, 255, 0.45);
}

.about-closing .nav-logo.about-closing-logo:hover {
  color: #1c1a17;
}

.about-closing .nav-logo .logo-first {
  color: #333333;
  font-family: 'Kaushan Script', 'Segoe Script', cursive;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.about-closing .nav-logo .logo-second {
  color: #c4714a;
  font-style: normal;
  font-family: 'Finger Paint', 'Be Vietnam Pro', cursive;
  font-size: 1.08em;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.about-closing .nav-logo .logo-image img.logo {
  max-height: 34px;
  width: auto;
  display: block;
}

.closing-slogan {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 16px;
  color: #6b6053;
  margin-bottom: 32px;
}

.closing-ctas {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary {
  padding: 13px 32px;
  background: #8f4f30;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background .25s;
}

.btn-primary:hover {
  background: #A85D3A;
}

.btn-ghost {
  padding: 12px 28px;
  background: transparent;
  color: #1C1A17;
  border: 1.5px solid #6b6053;
  border-radius: 4px;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all .25s;
}

.btn-ghost:hover {
  border-color: #1C1A17;
}

@media (max-width: 768px) {
  /* Thắng .site-main { padding: 0 !important } trong theme.css (mobile) */
  .site-main.about-page {
    padding: 1rem 1rem 2rem !important;
  }

  .about-breadcrumb {
    margin-bottom: 18px;
    padding-bottom: 10px;
  }

  .about-hero-title {
    font-size: clamp(30px, 8vw, 42px);
  }

  .about-lead {
    font-size: 15px;
  }

  .tl-row {
    flex-direction: column;
    gap: 8px;
  }

  .tl-year {
    width: auto;
    font-size: 18px;
  }

  .closing-ctas {
    flex-direction: column;
    align-items: center;
  }
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.about-eyebrow {
  animation: fade-up .5s ease both;
}

.about-hero-title {
  animation: fade-up .5s .1s ease both;
}

.about-lead {
  animation: fade-up .5s .2s ease both;
}

.about-section {
  animation: fade-up .5s .25s ease both;
}