.page-about {
  --about-radius-xl: 44px;
  --about-card-radius: 28px;
  --about-section-space: 110px;
  background: var(--paper);
  overflow-x: hidden;
}

.page-about .container {
  max-width: var(--container-width);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 40px);
}

.page-about .breadcrumb {
  background: var(--paper);
  padding-top: 104px;
  padding-bottom: 20px;
}

.page-about .breadcrumb .container {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  color: var(--slate);
}

.page-about .breadcrumb a {
  color: var(--slate);
  text-decoration: none;
  transition: color 0.2s ease;
}

.page-about .breadcrumb a:hover {
  color: var(--orange);
}

.page-about .breadcrumb [aria-current="page"] {
  color: var(--navy);
  font-weight: 600;
}

.page-about .about-hero {
  padding: 36px 0 64px;
  position: relative;
}

.page-about .hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 44px;
  align-items: center;
}

.page-about .hero-kicker {
  display: inline-flex;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(201, 169, 110, 0.16);
  color: var(--navy);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  font-weight: 600;
  margin-bottom: 20px;
}

.page-about .hero-copy h1 {
  font-size: clamp(3.2rem, 8vw, 6.4rem);
  font-weight: 100;
  letter-spacing: -0.04em;
  color: var(--ink);
  margin: 0 0 18px;
  line-height: 1.08;
}

.page-about .hero-lead {
  font-size: 1.08rem;
  line-height: 1.85;
  color: var(--slate);
  margin: 0 0 28px;
  max-width: 540px;
}

.page-about .hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-about .hero-visual {
  position: relative;
  background: var(--navy);
  border-radius: var(--about-radius-xl);
  padding: 18px;
  box-shadow: var(--shadow-float);
}

.page-about .hero-visual svg {
  display: block;
  width: 100%;
  height: auto;
}

.page-about .hero-vsignal {
  position: absolute;
  right: 26px;
  bottom: 28px;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  box-shadow: 0 6px 18px rgba(255, 107, 53, 0.35);
}

.page-about .about-section {
  padding: 64px 0;
  position: relative;
}

.page-about .about-section > .container {
  position: relative;
  z-index: 1;
}

.page-about .section-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 16px;
}

.page-about .section-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--navy);
  color: var(--gold);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.page-about .section-title {
  font-size: clamp(2rem, 5.4vw, 3.4rem);
  font-weight: 100;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin: 0;
  line-height: 1.2;
}

.page-about .section-lead {
  color: var(--slate);
  line-height: 1.8;
  margin: 8px 0 32px;
  max-width: 600px;
}

.page-about .section-header--dark .section-index {
  background: var(--gold);
  color: var(--navy);
}

.page-about .section-title--dark {
  color: var(--pale-ivory);
}

.page-about .section-lead--dark {
  color: rgba(245, 239, 230, 0.7);
}

.page-about .section-roots::before {
  content: "01";
  position: absolute;
  right: -10px;
  top: 24px;
  font-size: 7rem;
  font-weight: 100;
  line-height: 1;
  color: rgba(201, 169, 110, 0.16);
  pointer-events: none;
  font-family: var(--font-display);
}

.page-about .roots-copy p {
  color: var(--slate);
  line-height: 1.8;
  margin-bottom: 18px;
}

.page-about .roots-p1 {
  font-size: 1.05rem;
}

.page-about .roots-p2 {
  color: var(--navy);
}

.page-about .roots-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 26px 0;
}

.page-about .stat-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px;
  background: var(--pale-ivory);
  border-radius: var(--radius-md);
  border-left: 3px solid var(--gold);
}

.page-about .stat-number {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.02em;
}

.page-about .stat-label {
  font-size: 0.78rem;
  color: var(--slate);
}

.page-about .roots-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  margin-top: 20px;
}

.page-about .roots-round {
  width: 156px;
  height: 156px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.8rem;
  font-weight: 100;
  color: var(--navy);
  background: radial-gradient(circle at 30% 26%, var(--pale-ivory) 0%, var(--mist) 72%, rgba(201, 169, 110, 0.6) 100%);
  box-shadow: var(--shadow-float);
  border: 1px solid rgba(201, 169, 110, 0.35);
}

.page-about .roots-round-label {
  margin-top: 20px;
  text-align: center;
  font-size: 0.92rem;
  color: var(--slate);
  line-height: 1.6;
}

.page-about .section-milestones {
  background: var(--navy);
  overflow: hidden;
}

.page-about .section-milestones::before {
  content: "02";
  position: absolute;
  left: -16px;
  bottom: 10px;
  font-size: 7rem;
  font-weight: 100;
  color: rgba(201, 169, 110, 0.07);
  pointer-events: none;
  font-family: var(--font-display);
}

.page-about .timeline {
  position: relative;
  margin: 32px 0 30px;
}

.page-about .timeline::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 8px;
  bottom: 8px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(to bottom, var(--gold) 0%, rgba(201, 169, 110, 0.45) 55%, rgba(201, 169, 110, 0.12) 100%);
}

.page-about .timeline-item {
  position: relative;
  padding-left: 44px;
  margin-bottom: 24px;
}

.page-about .timeline-dot {
  position: absolute;
  left: 3px;
  top: 22px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--gold);
  border: 3px solid var(--navy);
  box-shadow: 0 0 0 2px var(--gold);
}

.page-about .timeline-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(201, 169, 110, 0.24);
  border-radius: var(--about-card-radius);
  padding: 22px 24px;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.page-about .timeline-card:hover,
.page-about .timeline-card:focus-within {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--gold);
}

.page-about .timeline-year {
  display: inline-flex;
  padding: 5px 14px;
  border-radius: 999px;
  background: rgba(201, 169, 110, 0.18);
  color: var(--gold);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-about .timeline-card h3 {
  font-size: 1.12rem;
  color: var(--pale-ivory);
  margin: 0 0 8px;
  font-weight: 700;
}

.page-about .timeline-card p {
  color: rgba(245, 239, 230, 0.72);
  font-size: 0.92rem;
  line-height: 1.7;
  margin: 0 0 14px;
}

.page-about .timeline-tag {
  display: inline-flex;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(255, 107, 53, 0.16);
  color: #FFB393;
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  font-weight: 600;
}

.page-about .milestone-note {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.page-about .section-values::before {
  content: "03";
  position: absolute;
  right: -10px;
  top: 24px;
  font-size: 7rem;
  font-weight: 100;
  line-height: 1;
  color: rgba(15, 42, 67, 0.09);
  pointer-events: none;
  font-family: var(--font-display);
}

.page-about .values-banner {
  margin: 30px 0 36px;
  border-radius: var(--about-radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.page-about .values-banner img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

.page-about .value-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-bottom: 20px;
}

.page-about .value-card {
  background: var(--pale-ivory);
  border-radius: var(--about-card-radius);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(226, 232, 240, 0.8);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.page-about .value-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-float);
}

.page-about .value-card summary {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px;
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  font-size: 1.08rem;
  color: var(--navy);
}

.page-about .value-card summary::-webkit-details-marker {
  display: none;
}

.page-about .value-card summary::after {
  content: "+";
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--gold);
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.page-about .value-card[open] summary::after {
  transform: rotate(45deg);
}

.page-about .value-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(201, 169, 110, 0.16);
  flex-shrink: 0;
}

.page-about .value-icon svg {
  width: 32px;
  height: 32px;
  display: block;
}

.page-about .value-title {
  flex: 1;
}

.page-about .value-detail {
  padding: 0 20px 22px;
  color: var(--slate);
  font-size: 0.92rem;
  line-height: 1.75;
  margin: 0;
}

.page-about .section-team {
  background: linear-gradient(135deg, var(--navy) 0%, var(--ink) 100%);
  overflow: hidden;
}

.page-about .section-team::before {
  content: "04";
  position: absolute;
  right: -10px;
  top: 24px;
  font-size: 7rem;
  font-weight: 100;
  color: rgba(201, 169, 110, 0.06);
  pointer-events: none;
  font-family: var(--font-display);
}

.page-about .team-banner {
  margin: 30px 0 36px;
  border-radius: var(--about-radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-float);
}

.page-about .team-banner img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

.page-about .team-groups {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.page-about .team-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(201, 169, 110, 0.22);
  border-radius: var(--about-card-radius);
  padding: 26px 24px;
  text-align: center;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.page-about .team-card:hover,
.page-about .team-card:focus-within {
  transform: translateY(-3px);
  border-color: var(--gold);
  background: rgba(255, 255, 255, 0.08);
}

.page-about .team-shape {
  display: inline-flex;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.page-about .team-shape svg {
  width: 66px;
  height: 66px;
  display: block;
}

.page-about .team-card h3 {
  color: var(--pale-ivory);
  font-size: 1.06rem;
  margin: 0 0 10px;
  font-weight: 700;
}

.page-about .team-card p {
  color: rgba(245, 239, 230, 0.68);
  font-size: 0.9rem;
  line-height: 1.75;
  margin: 0;
  text-align: left;
}

.page-about .section-compliance {
  background: var(--paper);
}

.page-about .compliance-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

.page-about .compliance-media {
  position: relative;
}

.page-about .compliance-media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--about-radius-xl);
  box-shadow: var(--shadow-float);
  max-width: 100%;
}

.page-about .compliance-seal {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--navy);
  background: rgba(201, 169, 110, 0.92);
  border: 4px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 10px 30px rgba(15, 42, 67, 0.18);
}

.page-about .compliance-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: grid;
  gap: 12px;
}

.page-about .compliance-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px 18px;
  background: var(--pale-ivory);
  border-radius: var(--radius-md);
  border-left: 3px solid var(--gold);
  color: var(--slate);
  font-size: 0.92rem;
  line-height: 1.7;
}

.page-about .compliance-list strong {
  color: var(--navy);
  flex-shrink: 0;
  white-space: nowrap;
}

.page-about .about-next {
  background: linear-gradient(120deg, var(--gold) 0%, #DDBB85 45%, var(--orange) 100%);
  padding: 64px 0 76px;
}

.page-about .next-title {
  margin: 0 0 12px;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 100;
  color: var(--ink);
  letter-spacing: -0.02em;
}

.page-about .next-lead {
  color: rgba(26, 29, 36, 0.74);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 480px;
  margin: 0 0 32px;
}

.page-about .next-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.page-about .next-link {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-decoration: none;
  background: rgba(255, 251, 242, 0.82);
  border-radius: var(--radius-lg);
  padding: 22px;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.page-about .next-link:hover,
.page-about .next-link:focus-visible {
  transform: translateY(-3px);
  background: var(--pale-ivory);
  box-shadow: var(--shadow-float);
}

.page-about .next-link-label {
  font-size: 1.04rem;
  font-weight: 700;
  color: var(--navy);
}

.page-about .next-link-note {
  font-size: 0.8rem;
  color: var(--slate);
  line-height: 1.5;
}

@media (min-width: 640px) {
  .page-about .next-links {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-about .roots-stats {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}

@media (min-width: 960px) {
  .page-about .breadcrumb {
    padding-top: 120px;
  }

  .page-about .about-hero {
    padding: 72px 0 90px;
  }

  .page-about .hero-inner {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 60px;
  }

  .page-about .hero-visual {
    transform: rotate(1.2deg);
  }

  .page-about .about-section {
    padding: var(--about-section-space) 0;
  }

  .page-about .section-header {
    flex-direction: row;
    align-items: center;
    gap: 14px;
  }

  .page-about .section-roots::before,
  .page-about .section-values::before,
  .page-about .section-milestones::before,
  .page-about .section-team::before {
    font-size: clamp(9rem, 20vw, 15rem);
  }

  .page-about .roots-visual {
    min-height: 360px;
    margin-top: 0;
  }

  .page-about .roots-round {
    width: 220px;
    height: 220px;
    font-size: 5.4rem;
  }

  .page-about .timeline-item {
    padding-left: 56px;
  }

  .page-about .timeline::before {
    left: 18px;
  }

  .page-about .timeline-dot {
    left: 8px;
  }

  .page-about .timeline-card {
    padding: 26px 30px;
  }

  .page-about .value-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .page-about .team-groups {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .page-about .compliance-wrap {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 56px;
  }

  .page-about .next-links {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }

  .page-about .next-link {
    padding: 24px;
  }
}
