.about-system-page { background: #fff; }
.about-manifesto { position: relative; overflow: hidden; padding: 80px 0 110px; color: #fff; background: #032347; }
.about-manifesto::after { content: ""; position: absolute; inset: 0; opacity: .16; background-image: radial-gradient(circle, rgba(255,255,255,.7) 1px, transparent 1px); background-size: 24px 24px; mask-image: linear-gradient(90deg, transparent, #000); }
.about-manifesto-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: 10%; align-items: end; }
.about-manifesto .page-breadcrumb, .about-manifesto .page-breadcrumb a { color: rgba(255,255,255,.72); }
.about-manifesto h1 { max-width: 840px; margin: 0; font-family: Georgia, serif; font-size: clamp(58px, 6vw, 96px); font-weight: 500; line-height: .98; letter-spacing: -.05em; }
.about-manifesto-copy { padding: 36px 0 0 46px; border-left: 1px solid rgba(255,255,255,.25); }
.about-manifesto-copy p { margin: 0 0 28px; color: #c9d9e8; font-size: 17px; line-height: 1.8; }
.about-proof { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #c9d5df; border-bottom: 1px solid #c9d5df; }
.about-proof article { min-height: 180px; padding: 34px; border-right: 1px solid #c9d5df; }
.about-proof article:last-child { border-right: 0; }
.about-proof small { color: #a87927; font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.about-proof h2 { margin: 42px 0 10px; color: var(--navy); font-family: Georgia, serif; font-size: 27px; }
.about-proof p { margin: 0; color: #62758a; line-height: 1.65; }
.reason-stack { display: grid; gap: 18px; counter-reset: reason; }
.reason-card { counter-increment: reason; display: grid; grid-template-columns: 130px .8fr 1.2fr; gap: 42px; align-items: start; padding: 42px 0; border-top: 1px solid #bdcad5; }
.reason-card::before { content: counter(reason, decimal-leading-zero); color: #c4933f; font-family: Georgia, serif; font-size: 46px; }
.reason-card h3 { margin: 2px 0 0; color: var(--navy); font-family: Georgia, serif; font-size: 30px; line-height: 1.12; }
.reason-card p { margin: 0; color: #607488; font-size: 15px; line-height: 1.8; }
.work-hero { padding: 72px 0 88px; background: #edf3f7; }
.work-hero-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 8%; align-items: end; }
.work-hero h1 { margin: 0; color: var(--navy); font-family: Georgia, serif; font-size: clamp(55px,5.6vw,86px); font-weight: 500; line-height: 1; letter-spacing: -.05em; }
.work-hero-side { padding: 35px 0 0 45px; border-left: 2px solid #c4933f; }
.work-hero-side p { color: #516a80; font-size: 17px; line-height: 1.8; }
.work-map { display: grid; grid-template-columns: 270px 1fr; border: 1px solid #bdcad5; }
.work-map-nav { padding: 42px; color: #fff; background: #093866; }
.work-map-nav h2 { margin: 0; font-family: Georgia,serif; font-size: 38px; line-height: 1.08; }
.work-map-nav p { color: #bed0df; line-height: 1.7; }
.work-map-steps { counter-reset: work; }
.work-map-step { counter-increment: work; display: grid; grid-template-columns: 80px 220px 1fr; gap: 30px; padding: 32px 40px; border-bottom: 1px solid #cbd6df; }
.work-map-step:last-child { border-bottom: 0; }
.work-map-step::before { content: counter(work, decimal-leading-zero); color: #bb8732; font-size: 11px; font-weight: 900; }
.work-map-step h3 { margin: 0; color: var(--navy); font-family: Georgia,serif; font-size: 24px; }
.work-map-step p { margin: 0; color: #617489; line-height: 1.7; }
.scope-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: #bdcad5; }
.scope-grid article { min-height: 285px; padding: 38px; background: #fff; }
.scope-grid small { color: #ac7823; font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.scope-grid h3 { margin: 46px 0 14px; color: var(--navy); font-family: Georgia,serif; font-size: 27px; }
.scope-grid p { color: #607489; line-height: 1.7; }
@media (max-width:900px){.about-manifesto-grid,.work-hero-grid{grid-template-columns:1fr}.about-manifesto-copy,.work-hero-side{padding-left:0;border-left:0}.about-proof{grid-template-columns:1fr 1fr}.about-proof article:nth-child(2){border-right:0}.reason-card{grid-template-columns:70px 1fr}.reason-card p{grid-column:2}.work-map{grid-template-columns:1fr}.scope-grid{grid-template-columns:1fr 1fr}}
@media (max-width:620px){.about-proof,.scope-grid{grid-template-columns:1fr}.about-proof article{border-right:0;border-bottom:1px solid #c9d5df}.reason-card{grid-template-columns:50px 1fr;gap:20px}.work-map-step{grid-template-columns:45px 1fr;padding:28px 22px}.work-map-step p{grid-column:2}}
