/* Scoped refinement for the company overview. Original image files are retained. */
.about-page {
  --about-ink: #182c42;
  --about-muted: #526175;
  --about-line: #d9e2eb;
  --about-blue: #0f52ba;
  --about-surface: #f3f6fa;
}
.about-page #navbar { background: rgba(255, 255, 255, .97); border-bottom: 1px solid #e7ecf2; }
.about-shell { width: min(1280px, calc(100% - 96px)); margin-inline: auto; }
.about-eyebrow { margin: 0 0 20px; color: #45617c; font-size: 12px; line-height: 1.6; font-weight: 700; letter-spacing: .13em; }
.about-eyebrow span { margin-inline: 10px; color: #a4b2c2; }
.about-hero { padding-top: 128px; background: linear-gradient(120deg, #f8fafc 0%, #edf2f8 100%); }
.about-hero-grid { display: grid; grid-template-columns: 1fr 1.14fr; align-items: center; gap: 40px; padding-bottom: 52px; }
.about-hero-copy h1 { margin: 0 0 24px; color: var(--about-ink); font-size: clamp(34px, 3.3vw, 50px); line-height: 1.32; font-weight: 750; letter-spacing: -.045em; }
.about-hero-copy h1 span { color: var(--about-blue); }
.about-hero-lead { margin: 0 0 18px; color: #253f5b; font-size: 20px; line-height: 1.8; font-weight: 500; }
.about-hero-description { max-width: 550px; margin: 0; color: var(--about-muted); font-size: 15px; line-height: 1.95; }
.about-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; margin-top: 28px; }
.about-button, .about-text-link { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 48px; font-size: 15px; font-weight: 650; text-decoration: none; }
.about-button { padding: 12px 22px; color: white; background: var(--about-blue); border: 1px solid var(--about-blue); border-radius: 6px; }
.about-button:hover { background: #0b4297; }
.about-text-link { color: var(--about-ink); }
.about-text-link:hover { color: var(--about-blue); text-decoration: underline; text-underline-offset: 5px; }
.about-hero-media { min-width: 0; margin: 0; background: white; border: 1px solid var(--about-line); border-radius: 8px; overflow: hidden; }
.about-hero-media img { display: block; width: 100%; height: auto; }
.about-hero-media figcaption { display: grid; gap: 6px; padding: 20px 24px; }
.about-hero-media figcaption span { font-size: 10px; letter-spacing: .15em; color: var(--about-muted); }
.about-hero-media figcaption strong { color: var(--about-ink); font-size: 15px; font-weight: 550; line-height: 1.7; }
.about-product-media { background: linear-gradient(145deg, #ffffff, #edf3fa); }
.about-product-image-link { display: block; padding: 24px 18px; cursor: zoom-in; }
.about-product-media figcaption { background: #fff; border-top: 1px solid var(--about-line); }
.about-product-detail-link { display: inline-flex; align-items: center; gap: 10px; justify-self: start; min-height: 44px; color: var(--about-blue); font-size: 13px; font-weight: 600; }
.about-product-detail-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.about-section-nav { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--about-line); }
.about-section-nav a { display: flex; align-items: center; gap: 16px; padding: 21px 0; color: #324b64; font-size: 14px; font-weight: 550; }
.about-section-nav a span { color: #718299; font-size: 11px; letter-spacing: .05em; }
.about-section-nav a:hover { color: var(--about-blue); text-decoration: underline; text-underline-offset: 6px; }
.about-intro { padding: 76px 0; background: white; }
.about-intro-heading { display: grid; grid-template-columns: 1fr 1.05fr; gap: 72px; align-items: start; }
.about-intro h2 { margin: 0; color: var(--about-ink); font-size: clamp(28px, 2.6vw, 38px); line-height: 1.5; letter-spacing: -.035em; font-weight: 700; }
.about-intro-summary p { margin: 0 0 16px; color: var(--about-muted); font-size: 15px; line-height: 1.95; }
.about-intro-summary p:last-child { margin-bottom: 0; }
.about-capability-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; margin-top: 42px; }
.about-capability { display: flex; flex-direction: column; border-top: 2px solid #bccde0; padding-top: 24px; }
.about-capability-index { margin: 0 0 18px; color: var(--about-blue); font-size: 11px; font-weight: 650; letter-spacing: .12em; }
.about-capability h3 { margin: 0 0 14px; color: var(--about-ink); font-size: 21px; font-weight: 650; line-height: 1.5; }
.about-capability > p:not(.about-capability-index) { margin: 0 0 20px; color: var(--about-muted); font-size: 15px; line-height: 1.85; }
.about-capability a { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 44px; margin-top: auto; color: var(--about-blue); font-size: 13px; font-weight: 600; }
.about-capability a:hover { text-decoration: underline; text-underline-offset: 5px; }
.about-principle { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; padding: 32px 36px; margin-top: 42px; border-left: 3px solid var(--about-blue); background: var(--about-surface); }
.about-principle .about-eyebrow { font-size: 10px; margin-bottom: 12px; }
.about-principle h3 { margin: 0 0 12px; color: var(--about-ink); font-size: 24px; font-weight: 650; line-height: 1.45; }
.about-principle p:not(.about-eyebrow) { color: var(--about-muted); font-size: 14px; line-height: 1.9; margin: 0; }
.about-principle-detail { align-self: center; }
.about-cycle { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); list-style: none; gap: 10px; margin: 0 0 18px; padding: 0; }
.about-cycle li { color: #244461; font-size: 14px; font-weight: 600; line-height: 1.8; border-bottom: 2px solid #a7bed8; padding-bottom: 8px; text-align: center; }
.about-purpose { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; padding: 36px 0; }
.about-purpose .about-eyebrow { font-size: 10px; margin-bottom: 10px; }
.about-purpose h3 { max-width: 490px; color: #43576d; font-size: 17px; line-height: 1.8; font-weight: 500; }
.about-standards { display: grid; grid-template-columns: .8fr 1.8fr; gap: 36px; align-items: start; padding-top: 30px; border-top: 1px solid var(--about-line); }
.about-standards .about-eyebrow { margin-bottom: 8px; }
.about-standards h3 { margin: 0; color: var(--about-ink); font-size: 21px; font-weight: 600; }
.about-standard-links a { display: flex; align-items: center; flex-wrap: wrap; gap: 6px 14px; min-height: 48px; color: #344d67; font-size: 13px; line-height: 1.8; }
.about-standard-links a span { color: #546a80; font-size: 11px; letter-spacing: .02em; }
.about-standard-links a i { margin-left: auto; color: var(--about-blue); }
.about-standard-links a:hover { color: var(--about-blue); text-decoration: underline; text-underline-offset: 4px; }
@media (min-width: 768px) and (max-width: 1100px) {
  .about-shell { width: calc(100% - 64px); }
  .about-hero-grid { gap: 28px; }
  .about-hero-copy h1 { font-size: 34px; }
  .about-hero-lead { font-size: 17px; }
  .about-intro-heading { gap: 32px; }
  .about-capability h3 { font-size: 18px; }
}
@media (max-width: 767px) {
  .about-shell { width: calc(100% - 40px); }
  .about-hero { padding-top: 100px; }
  .about-hero-grid { grid-template-columns: 1fr; gap: 30px; padding-bottom: 24px; }
  .about-hero-copy h1 { font-size: clamp(27px, 7.4vw, 42px) !important; line-height: 1.4 !important; letter-spacing: -.055em; margin-bottom: 18px; }
  .about-eyebrow { margin-bottom: 16px; font-size: 10px; }
  .about-hero-lead { font-size: 17px; line-height: 1.8; }
  .about-hero-description { font-size: 14px; }
  .about-actions { gap: 18px; margin-top: 22px; }
  .about-button, .about-text-link { font-size: 13px; gap: 10px; }
  .about-button { padding-inline: 16px; }
  .about-hero-media figcaption { padding: 16px 18px; }
  .about-product-image-link { padding: 20px 10px; }
  .about-hero-media figcaption strong { font-size: 13px; }
  .about-section-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-section-nav a { padding: 15px 0; gap: 12px; font-size: 13px; }
  .about-intro { padding: 46px 0; }
  .about-intro-heading, .about-capability-grid, .about-principle, .about-purpose, .about-standards { grid-template-columns: 1fr; }
  .about-intro-heading { gap: 22px; }
  .about-intro h2 { font-size: clamp(24px, 6.5vw, 32px) !important; line-height: 1.5 !important; }
  .about-intro-summary p { font-size: 14px; }
  .about-capability-grid { gap: 24px; margin-top: 30px; }
  .about-capability { padding-top: 20px; }
  .about-capability-index { margin-bottom: 12px; }
  .about-capability h3 { font-size: 20px; margin-bottom: 10px; }
  .about-capability > p:not(.about-capability-index) { margin-bottom: 8px; }
  .about-principle { padding: 24px 20px; gap: 22px; margin-top: 30px; }
  .about-principle .about-eyebrow { font-size: 9px; letter-spacing: .05em; }
  .about-principle .about-eyebrow span { margin-inline: 3px; }
  .about-principle h3 { font-size: 22px; }
  .about-cycle { gap: 6px; }
  .about-cycle li { font-size: 12px; }
  .about-purpose { gap: 24px; padding: 28px 0; }
  .about-purpose h3 { font-size: 16px; }
  .about-standards { gap: 20px; padding-top: 24px; }
  .about-standard-links { display: grid; gap: 14px; }
  .about-standard-links a span { flex-basis: 100%; }
}
