/* About page composition built from the frozen V2.0 tokens and shared components. */
.about-page {
  padding-top: var(--header-height);
  background: var(--surface-paper);
}

.about-hero {
  position: relative;
  height: 390px;
  overflow: hidden;
  background: var(--brand-deep-red);
  color: #fff;
}

.about-hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 19, 26, .66), rgba(8, 19, 26, .18) 70%, rgba(8, 19, 26, .08));
}

.about-hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.about-hero h1 {
  margin: 18px 0 10px;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.2;
  letter-spacing: .04em;
  font-weight: 600;
}

.about-hero .hero-copy {
  margin: 0;
  font-size: 17px;
  letter-spacing: .04em;
}

.about-hero .scene-label {
  right: 25px;
  bottom: 18px;
}

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

.about-section-block.soft {
  background: var(--surface-soft);
}

.about-section-heading {
  margin-bottom: 24px;
}

.about-section-heading h2,
.about-profile-copy h2,
.about-focus h2,
.about-timeline h2,
.about-culture h2 {
  margin: 10px 0 0;
  color: var(--text-strong);
  font-size: 31px;
  line-height: 1.3;
  letter-spacing: .03em;
  font-weight: 600;
}

.about-profile {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 64px;
  align-items: center;
}

.about-profile-copy h2 {
  margin-top: 14px;
  font-size: 38px;
}

.about-profile-copy > p:not(.component-kicker) {
  max-width: 520px;
  margin: 20px 0 0;
  color: var(--text-muted);
  line-height: 1.85;
}

.about-data-note {
  display: inline-block;
  margin-top: 18px;
  color: #9a6064;
  font: 600 10px/1.5 Arial, sans-serif;
  letter-spacing: .08em;
}

.about-profile-media {
  position: relative;
  margin: 0;
}

.about-profile-media img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center;
}

.about-profile-media figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  background: rgba(0, 0, 0, .42);
  color: #fff;
  font-size: 12px;
}

.about-values {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 52px;
  padding-top: 22px;
  border-top: 1px solid #dce0e3;
}

.about-value {
  padding-left: 15px;
  border-left: 2px solid var(--brand-red);
}

.about-value strong {
  display: block;
  color: var(--brand-red);
  font: 700 12px/1 Arial, sans-serif;
}

.about-value h3 {
  margin: 10px 0 5px;
  font-size: 17px;
}

.about-value p {
  margin: 0;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.55;
}

.about-direction-grid {
  display: grid;
  gap: 14px;
}

.about-direction {
  display: grid;
  grid-template-columns: 54px 1fr 210px;
  gap: 22px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid var(--border-subtle);
  background: #fff;
  box-shadow: var(--card-shadow);
  border-radius: var(--card-radius);
}

.about-direction-number {
  color: var(--brand-red);
  font: 600 24px/1 Arial, sans-serif;
}

.about-direction h3 {
  margin: 0 0 6px;
  font-size: 21px;
}

.about-direction p {
  margin: 0;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.65;
}

.about-direction figure {
  position: relative;
  margin: 0;
}

.about-direction figure .scene-label {
  right: 10px;
  bottom: 8px;
}

.about-direction img {
  width: 100%;
  height: 96px;
  object-fit: contain;
  background: var(--surface-soft);
}

.about-direction-status {
  display: inline-block;
  margin-top: 8px;
  color: var(--brand-red);
  font-size: 12px;
}

.about-footer-qr {
  width: 72px;
  height: 72px;
  margin-top: 12px;
  padding: 4px;
  object-fit: contain;
  background: #fff;
  border: 1px solid rgba(255,255,255,.5);
}

.about-focus-layout,
.about-culture-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 64px;
  align-items: start;
}

.about-focus h2,
.about-timeline h2,
.about-culture h2 {
  margin-top: 10px;
}

.about-focus p,
.about-culture p {
  margin: 18px 0 0;
  color: var(--text-muted);
  line-height: 1.8;
}

.about-keywords {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-keywords li {
  padding: 18px 14px;
  border-left: 2px solid var(--brand-red);
  background: #fff;
  color: var(--text-strong);
  font-size: 15px;
}

.about-timeline {
  border-top: 1px solid var(--border-subtle);
}

.about-timeline-placeholder {
  display: flex;
  min-height: 110px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  padding: 20px 24px;
  border: 1px dashed #d9b4b7;
  background: #fffafa;
  color: var(--text-muted);
}

.about-timeline-placeholder strong {
  color: var(--brand-red);
  font-size: 16px;
}

.about-timeline-placeholder code {
  color: #9a6064;
  font: 600 11px/1.4 Arial, sans-serif;
  letter-spacing: .06em;
}

.about-culture-layout {
  grid-template-columns: .7fr 1.3fr;
}

.about-culture-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-culture-list li {
  padding: 18px 14px;
  border: 1px solid var(--border-subtle);
  background: #fff;
  color: var(--text-strong);
}

.about-culture-list b {
  display: block;
  margin-bottom: 7px;
  color: var(--brand-red);
  font: 700 11px/1 Arial, sans-serif;
}

.about-cta {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  background: var(--brand-deep-red) url('/assets/home/hero-county-demo.webp') center / cover;
  color: #fff;
}

.about-cta::before {
  position: absolute;
  inset: 0;
  content: '';
  background: rgba(142, 23, 29, .86);
}

.about-cta-inner {
  position: relative;
  display: flex;
  min-height: 190px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.about-cta h2 {
  margin: 10px 0 0;
  font-size: 31px;
  line-height: 1.3;
}

@media (max-width: 880px) {
  .about-profile,
  .about-focus-layout,
  .about-culture-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-profile-media img {
    height: 300px;
  }

  .about-direction {
    grid-template-columns: 44px 1fr 170px;
  }
}

@media (max-width: 640px) {
  .about-page {
    padding-top: 72px;
  }

  .about-hero {
    height: 330px;
  }

  .about-hero h1 {
    font-size: 38px;
  }

  .about-hero .hero-copy {
    max-width: 270px;
    font-size: 14px;
    line-height: 1.7;
  }

  .about-section-block {
    padding: 44px 0;
  }

  .about-section-heading h2,
  .about-focus h2,
  .about-timeline h2,
  .about-culture h2 {
    font-size: 27px;
  }

  .about-profile-copy h2 {
    font-size: 30px;
  }

  .about-profile-media img {
    height: 230px;
  }

  .about-values,
  .about-keywords,
  .about-culture-list {
    grid-template-columns: 1fr 1fr;
    gap: 14px 12px;
  }

  .about-values {
    margin-top: 34px;
  }

  .about-direction {
    grid-template-columns: 36px 1fr;
    gap: 12px;
    padding: 15px;
  }

  .about-direction figure {
    grid-column: 1 / -1;
  }

  .about-direction img {
    height: 132px;
  }

  .about-timeline-placeholder {
    display: block;
  }

  .about-timeline-placeholder code {
    display: block;
    margin-top: 13px;
  }

  .about-cta-inner {
    display: block;
    min-height: 220px;
    padding: 42px 0;
  }

  .about-cta h2 {
    font-size: 28px;
    margin-bottom: 22px;
  }
}
