.about-title { max-width: 780px !important; }
.about-layout { display: grid; grid-template-columns: 260px 1fr; gap: 80px; padding-bottom: 85px; }
.about-sidebar { border-top: 1px solid var(--line); padding-top: 25px; }
.about-sidebar-inner { position: sticky; top: 125px; }
.about-sidebar nav { display: flex; flex-direction: column; gap: 16px; font-size: 12px; }
.about-sidebar a:hover { color: var(--blue); }
.about-location { border-top: 1px solid var(--line); margin-top: 40px; padding-top: 25px; color: var(--muted); font-size: 12px; }
.about-location .eyebrow { margin-bottom: 10px; }
.about-content { max-width: 820px; }
.about-content > section { border-top: 1px solid var(--line); padding-top: 30px; margin-bottom: 42px; }
.about-content h2 { font-size: 28px; margin-bottom: 25px; line-height: 1.3; letter-spacing: -.035em; }
.about-content p { font-size: 15px; color: #46535e; line-height: 1.95; margin-bottom: 22px; }
.about-content .company-heading { font-size: 13px; letter-spacing: .12em; font-weight: 650; }
.core-activities { list-style: none; padding: 0; margin: 0; counter-reset: activities; }
.core-activities li { counter-increment: activities; display: flex; gap: 20px; border-bottom: 1px solid var(--line); padding: 19px 0; color: #46535e; font-size: 14px; }
.core-activities li::before { content: '0' counter(activities); font-size: 10px; color: var(--blue); padding-top: 4px; }
.about-categories { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }
.about-categories li { border-bottom: 1px solid var(--line); }
.about-categories a { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 17px 0; font-size: 12px; }
.about-categories a:hover { color: var(--blue); }
.about-content .commitment { background: var(--pale); padding: 30px; border-left: 2px solid var(--blue); border-top: none; }
.commitment p { margin-bottom: 0; }
.certificate-section { grid-column: 2; margin-top: -80px; max-width: 820px; border-top: 1px solid var(--line); padding-top: 30px; }
.certificate-section .eyebrow { margin-bottom: 18px; }
.certificate-card { display: flex; align-items: center; gap: 22px; padding: 28px; border: 1px solid var(--line); background: var(--pale); transition: border-color .2s, background .2s; }
.certificate-card:hover { border-color: var(--blue); background: #edf4fa; }
.certificate-icon { flex-shrink: 0; width: 62px; height: 70px; display: grid; place-items: center; background: white; color: var(--navy); border: 1px solid #dbe3eb; }
.certificate-copy { flex: 1; min-width: 0; }
.certificate-copy h2 { font-size: 21px; line-height: 1.3; letter-spacing: -.025em; margin-bottom: 7px; }
.certificate-copy > span { font-size: 12px; color: var(--muted); }
.certificate-action { display: flex; align-items: center; gap: 18px; font-size: 11px; color: var(--navy); white-space: nowrap; }
.certificate-action > span { font-size: 23px; }
.certificate-viewer { padding: 0; border: 0; width: min(1180px, calc(100% - 48px)); max-width: none; max-height: calc(100dvh - 48px); background: var(--white); color: var(--ink); overflow: hidden; }
.certificate-viewer::backdrop { background: rgb(10 20 35 / 82%); backdrop-filter: blur(5px); }
.certificate-viewer[open] { display: flex; flex-direction: column; }
.certificate-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 20px 28px; border-bottom: 1px solid var(--line); flex-shrink: 0; }
.certificate-kicker { font-size: 9px; letter-spacing: .16em; color: var(--muted); margin-bottom: 6px; }
.certificate-toolbar h2 { font-size: 20px; letter-spacing: -.025em; line-height: 1.3; }
.certificate-close { width: 44px; height: 44px; flex-shrink: 0; border: 1px solid var(--line); color: var(--ink); background: white; font-size: 18px; }
.certificate-close:hover { background: var(--navy); color: white; }
.certificate-body { padding: 24px; overflow: auto; background: #e9edf1; min-height: 0; }
.certificate-page { position: relative; width: min(100%, calc((100dvh - 235px) * 1.30495)); aspect-ratio: 1502 / 1151; margin-inline: auto; background: white; box-shadow: 0 5px 24px #122c4712; }
.certificate-page img { position: absolute; left: 50%; top: 50%; width: 76.6312%; height: 130.495%; max-width: none; object-fit: contain; transform: translate(-50%, -50%) rotate(90deg); }
.certificate-bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 14px 28px; font-size: 11px; color: var(--muted); flex-shrink: 0; }
.certificate-bottom a { color: var(--navy); }
.certificate-bottom a:hover { text-decoration: underline; }
@media (max-width: 1000px) { .certificate-section { margin-top: -40px; } .certificate-card { display: grid; grid-template-columns: 62px minmax(0, 1fr); gap: 16px; padding: 22px; } .certificate-action { grid-column: 2; margin: 0; justify-content: space-between; } }
@media (max-width: 800px) { .certificate-section { grid-column: 1; margin-top: -25px; } }
@media (max-width: 480px) { .certificate-viewer { width: calc(100% - 24px); max-height: calc(100dvh - 24px); } .certificate-toolbar { padding: 17px; } .certificate-toolbar h2 { font-size: 17px; } .certificate-body { padding: 12px; } .certificate-bottom { padding: 13px 17px; font-size: 10px; } .certificate-copy h2 { font-size: 18px; } }
@media (max-width: 1000px) { .about-layout { grid-template-columns: 190px 1fr; gap: 40px; } }
@media (max-width: 800px) { .about-layout { grid-template-columns: 1fr; gap: 25px; } .about-sidebar nav { flex-direction: row; gap: 18px; flex-wrap: wrap; } .about-location { display: none; } }
@media (max-width: 480px) { .about-categories { grid-template-columns: 1fr; } .about-content .commitment { padding: 22px; } }
