@charset "utf-8";

/* Company presentation: the same navy, cyan and mint tokens as the homepage. */
.about-engagement {
    --ag-navy: var(--brand-navy, #0f1d4a);
    --ag-navy-soft: var(--brand-navy-soft, #1f3c70);
    --ag-cyan: var(--brand-cyan, #00a8d4);
    --ag-mint: var(--brand-mint, #86d1ca);
    --ag-muted: #5e6b82;
    --ag-line: rgba(15, 29, 74, .13);
    --ag-surface: #f5f9fa;
    color: var(--ag-navy);
    background: #fff;
    font-family: "Inter", "Noto Sans JP", sans-serif;
    letter-spacing: normal;
}

.about-engagement *, .about-engagement *::before, .about-engagement *::after { box-sizing: border-box; }
.about-engagement .about_shell { width: min(1180px, calc(100% - 64px)); max-width: 1180px; margin-inline: auto; padding-inline: 0; }
.about-engagement section[id] { scroll-margin-top: 88px; }
.about-engagement .about_hero { padding: 70px 0 0; background: var(--brand-footer-gradient); color: #fff; overflow: hidden; }
.about-engagement .about_hero::after { display: none; }
.ag_hero_grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(0, .82fr); align-items: center; gap: 8%; padding-bottom: 64px; }
.about-engagement .about_eyebrow, .about-engagement .about_section_eyebrow { margin: 0 0 20px; font-size: 1.1rem; letter-spacing: .13em; line-height: 1.8; font-weight: 700; }
.about-engagement .about_eyebrow { color: var(--ag-mint); }
.about-engagement .about_section_eyebrow { color: var(--brand-deep-cyan); }
.about-engagement .about_hero h1 { margin: 0 0 26px; font-size: clamp(4.6rem, 4.8vw, 6.6rem); line-height: 1.12; letter-spacing: -.055em; font-weight: 700; white-space: normal; }
.about-engagement .about_hero h1 span { display: block; }
.about-engagement .about_hero h1 span:last-child { color: var(--ag-mint); }
.about-engagement .about_hero_lead { margin: 0; max-width: 490px; color: rgba(255,255,255,.77); font-size: 1.6rem; line-height: 1.95; letter-spacing: normal; }
.ag_actions { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; margin-top: 32px; }
.ag_button { display: inline-flex; align-items: center; justify-content: center; gap: 26px; min-height: 50px; border: 1px solid transparent; border-radius: 6px; padding: 14px 24px; font-size: 1.4rem; line-height: 1.6; font-weight: 700; cursor: pointer; transition: transform 180ms, box-shadow 180ms; }
.ag_button_primary { background: var(--ag-mint); color: var(--ag-navy); }
.ag_hero_link { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; font-size: 1.35rem; color: #fff; border-bottom: 1px solid rgba(255,255,255,.35); }
.ag_hero_link:hover { color: var(--ag-mint); }
.ag_hero_art { position: relative; isolation: isolate; display: grid; place-items: center; min-height: 370px; padding: 32px; overflow: hidden; border: 1px solid rgba(134,209,202,.3); border-radius: 20px; background: var(--ag-navy-soft); }
.ag_hero_art::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(15,29,74,.48), rgba(15,29,74,.65)); }
.ag_hero_background { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center 65%; }
.ag_company_logo { display: block; width: 100%; max-width: 430px; height: auto; object-fit: contain; }
.ag_art_top, .ag_art_bottom { position: absolute; left: 26px; right: 26px; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-size: .95rem; font-weight: 600; letter-spacing: .12em; line-height: 1.8; color: var(--ag-mint); }
.ag_art_top { top: 24px; }
.ag_art_bottom { bottom: 25px; padding-top: 20px; border-top: 1px solid rgba(134,209,202,.25); }
.ag_art_bottom span:nth-child(2) { font-size: 2rem; }
.ag_art_orbit { position: absolute; z-index: -1; left: -18%; right: -18%; height: 150px; top: 110px; border: 1px solid rgba(134,209,202,.24); border-radius: 50%; transform: rotate(-32deg); }
.ag_art_orbit_second { transform: rotate(32deg); border-color: rgba(134,209,202,.13); }
.about-engagement .about_stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(134,209,202,.24); }
.about-engagement .about_stats li { display: block; margin: 0; padding: 28px 24px 31px; border: 0; border-right: 1px solid rgba(134,209,202,.2); border-radius: 0; background: none; box-shadow: none; transform: none; }
.about-engagement .about_stats li:first-child { padding-left: 0; }
.about-engagement .about_stats li:last-child { border-right: 0; }
.about-engagement .about_stats li::after { display: none; }
.about-engagement .about_stats strong { display: block; font-size: clamp(2.4rem, 2.65vw, 3.5rem); line-height: 1.3; font-family: "Inter", sans-serif; letter-spacing: -.05em; color: #fff; }
.about-engagement .about_stats span { display: block; margin-top: 10px; font-size: 1.1rem; line-height: 1.8; color: rgba(255,255,255,.7); letter-spacing: normal; }

.about-engagement .about_rail { display: block; position: sticky; top: 0; left: auto; right: auto; z-index: 20; width: 100%; transform: none; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--ag-line); backdrop-filter: blur(14px); }
.ag_page_nav > .about_shell { display: flex; align-items: center; gap: 28px; min-height: 66px; }
.about-engagement .about_rail ol { display: flex; gap: 30px; align-items: stretch; list-style: none; padding: 0; margin: 0; }
.about-engagement .about_rail a { display: flex; align-items: center; min-height: 65px; padding: 18px 0; color: var(--ag-muted); font-size: 1.2rem; font-weight: 600; white-space: nowrap; border-bottom: 2px solid transparent; }
.about-engagement .about_rail_label { position: static; color: inherit; width: auto; font-size: inherit; opacity: 1; transform: none; pointer-events: auto; }
.about-engagement .about_rail a[data-rail-active] { border-bottom-color: var(--ag-cyan); color: var(--ag-navy); }
.about-engagement .about_rail a:hover { color: var(--brand-deep-cyan); }
.ag_page_nav button { margin-left: auto; display: flex; align-items: center; gap: 9px; min-height: 44px; font-size: 1.05rem; font-weight: 600; white-space: nowrap; color: var(--ag-muted); cursor: pointer; }
.ag_page_nav button > span:first-child { color: var(--ag-navy); font-size: 1.3rem; }

.about-engagement :is(.about_mission,.about_timeline_section,.about_focus_section,.about_offices_section,.about_overview_section) { padding: 88px 0; }
.about-engagement :is(.about_mission,.about_focus_section,.about_overview_section) { background: #fff; }
.about-engagement :is(.about_mission h2,.about_timeline_section h2,.about_focus_section h2,.about_offices_section h2,.about_overview_title) { margin: 0 0 25px; font-size: clamp(3.1rem,3.4vw,4.5rem); font-weight: 700; line-height: 1.25; letter-spacing: -.04em; color: var(--ag-navy); text-align: left; }
.about-engagement .about_mission_grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); gap: 8%; align-items: start; }
.about-engagement .about_mission_copy .about_us_text { font-size: 1.5rem; line-height: 2; letter-spacing: normal; padding: 0; margin: 0 0 20px; color: var(--ag-muted); }
.ag_principles { background: var(--ag-surface); border: 1px solid var(--ag-line); border-radius: 18px; padding: 32px; }
.ag_principles > .about_section_eyebrow { margin-bottom: 27px; }
.ag_principles ol { list-style: none; padding: 0; margin: 0; }
.ag_principles li { display: flex; align-items: flex-start; gap: 20px; border-top: 1px solid var(--ag-line); padding: 23px 0; }
.ag_principles li:last-child { padding-bottom: 0; }
.ag_principles li > span { color: var(--brand-deep-cyan); font-size: 1.2rem; font-family: "Roboto Condensed",sans-serif; line-height: 2.1; }
.ag_principles h3 { color: var(--ag-navy); font-size: 1.65rem; font-weight: 700; line-height: 1.65; margin: 0 0 9px; letter-spacing: -.015em; }
.ag_principles li p { font-size: 1.3rem; color: var(--ag-muted); line-height: 1.95; margin: 0; }
.about-engagement .about_timeline_section { background: var(--ag-surface); }
.ag_history_grid { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 10%; }
.ag_section_intro > p:not(.about_section_eyebrow) { color: var(--ag-muted); font-size: 1.5rem; line-height: 1.95; margin: 0 0 22px; }
.ag_text_link { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 44px; font-size: 1.3rem; line-height: 1.8; font-weight: 600; color: var(--ag-navy); cursor: pointer; border-bottom: 1px solid var(--ag-line); }
.ag_text_link:hover { color: var(--brand-deep-cyan); }
.ag_timeline_wrap { position: relative; border-left: 1px solid var(--ag-line); }
.about-engagement .about_timeline_progress { position: absolute; width: 2px; height: 100%; left: -1px; top: 0; background: var(--ag-cyan); transform-origin: top; }
.about-engagement .about_timeline { margin: 0; padding: 0 0 0 35px; border: 0; max-width: none; }
.about-engagement .about_timeline li { padding: 0 0 35px; margin: 0; }
.about-engagement .about_timeline li:last-child { padding-bottom: 0; }
.about-engagement .about_timeline li::before { top: 8px; left: -41px; width: 11px; height: 11px; border: 2px solid var(--ag-cyan); background: var(--ag-surface); animation: none; }
.about-engagement .about_timeline_year { display: none; }
.about-engagement .about_timeline_date { color: var(--brand-deep-cyan); font-size: 1.15rem; font-weight: 700; letter-spacing: .05em; margin: 0 0 13px; }
.about-engagement .about_timeline strong { font-size: 1.85rem; line-height: 1.5; letter-spacing: -.025em; margin: 0 0 12px; }
.about-engagement .about_timeline p { color: var(--ag-muted); font-size: 1.4rem; line-height: 1.9; margin: 0; }
.ag_section_header { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-bottom: 36px; }
.ag_section_header > div { flex: 1; }
.about-engagement .ag_section_header h2 { margin-bottom: 0; }
.ag_section_header > p { max-width: 370px; color: var(--ag-muted); font-size: 1.4rem; line-height: 1.9; margin: 0; }
.about-engagement .about_focus_grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.about-engagement .about_focus_card { display: flex; flex-direction: column; padding: 28px; border-radius: 16px; background: #fff; border: 1px solid var(--ag-line); box-shadow: none; transition: transform 180ms, box-shadow 180ms; }
.about-engagement .about_focus_card::before { display: none; }
.ag_focus_top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }
.about-engagement .about_focus_index { position: static; font-size: 1.15rem; letter-spacing: .1em; color: var(--brand-deep-cyan); margin: 0; }
.ag_focus_top svg { width: 44px; height: 44px; fill: none; stroke: var(--ag-cyan); stroke-width: 1.4; stroke-linejoin: round; }
.about-engagement .about_focus_card h3 { font-size: 2rem; line-height: 1.4; letter-spacing: -.03em; margin: 0 0 17px; color: var(--ag-navy); font-weight: 700; }
.about-engagement .about_focus_card p { font-size: 1.4rem; line-height: 1.9; color: var(--ag-muted); margin: 0 0 28px; }
.ag_focus_links { display: flex; flex-wrap: wrap; gap: 14px 22px; margin-top: auto; border-top: 1px solid var(--ag-line); padding-top: 18px; }
.ag_focus_links a { display: inline-flex; justify-content: space-between; gap: 18px; align-items: center; min-height: 36px; color: var(--ag-navy); font-size: 1.2rem; font-weight: 600; }
.ag_focus_links a:hover { color: var(--brand-deep-cyan); }
.about-engagement .about_offices_section { background: var(--ag-surface); }
.about-engagement .about_offices_grid { gap: 24px; }
.about-engagement .about_office_card { display: flex; flex-direction: column; padding: 32px; border-radius: 16px; border: 1px solid var(--ag-line); background: #fff; box-shadow: none; }
.ag_office_top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.ag_office_top > span { color: var(--brand-deep-cyan); font-size: 1rem; font-weight: 700; letter-spacing: .12em; }
.ag_office_top svg { width: 36px; height: 36px; fill: none; stroke: var(--ag-cyan); stroke-width: 1.4; }
.about-engagement .about_office_card h3 { font-size: 2.4rem; font-weight: 700; letter-spacing: -.03em; margin: 0 0 20px; color: var(--ag-navy); }
.about-engagement .about_office_card > p { color: var(--ag-muted); font-size: 1.4rem; line-height: 1.95; margin: 0 0 18px; }
.about-engagement .about_office_contact a { color: var(--ag-navy); }
.ag_office_footer { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--ag-line); display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 15px; font-size: 1.15rem; color: var(--ag-muted); line-height: 1.8; }
.ag_office_footer a { display: flex; align-items: center; gap: 18px; min-height: 40px; color: var(--ag-navy); font-weight: 600; }
.about-engagement .about_access { margin: 24px 0 0; padding: 22px 28px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border: 1px solid var(--ag-line); background: transparent; border-radius: 12px; }
.about-engagement .about_access_copy { display: flex; align-items: baseline; gap: 24px; }
.about-engagement .about_access_title { font-size: 1.3rem; color: var(--ag-navy); margin: 0; }
.about-engagement .about_access_lead { font-size: 1.25rem; color: var(--ag-muted); margin: 0; }
.about-engagement .about_overview_section .table_design { border: 0; border-radius: 0; box-shadow: none; font-size: 1.4rem; line-height: 1.9; }
.about-engagement .about_overview_section .table_design th, .about-engagement .about_overview_section .table_design td { border: 0; border-bottom: 1px solid var(--ag-line); padding: 20px 26px; }
.about-engagement .about_overview_section .table_design th { width: 24%; background: var(--ag-surface); color: var(--ag-navy); text-align: left; font-weight: 600; }
.about-engagement .about_overview_section .table_design td { color: var(--ag-muted); background: #fff; }
.ag_closing { padding: 76px 0; background: var(--brand-footer-gradient); color: #fff; }
.ag_closing_grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); gap: 10%; align-items: center; }
.ag_closing h2 { font-size: clamp(3.5rem,3.8vw,5.3rem); line-height: 1.2; letter-spacing: -.045em; white-space: pre-line; color: #fff; margin: 0; }
.ag_closing_grid > div > p:not(.about_eyebrow) { font-size: 1.5rem; color: rgba(255,255,255,.76); line-height: 1.9; margin: 0 0 26px; }
.about-engagement :is(a,button):focus-visible { outline: 3px solid var(--ag-cyan); outline-offset: 5px; }
.about-engagement :is(.about_hero,.ag_closing) :is(a,button):focus-visible { outline-color: var(--ag-mint); }

@media (hover:hover) {
    .ag_button:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(0,0,0,.14); }
    .about-engagement .about_focus_card:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(15,29,74,.07); }
}

.about-engagement[data-about-motion-paused="true"] *, .about-engagement[data-about-motion-paused="true"] *::before, .about-engagement[data-about-motion-paused="true"] *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
.about-engagement[data-about-motion-paused="true"] [data-reveal] { opacity: 1 !important; transform: none !important; }

@media (max-width:1050px) {
    .ag_hero_grid { gap: 5%; }
    .about-engagement .about_hero h1 { font-size: 5.2rem; }
    .ag_page_nav > .about_shell { gap: 20px; }
    .about-engagement .about_rail ol { gap: 22px; }
    .ag_page_nav [data-about-motion-label] { position: absolute; width: 1px; height: 1px; clip-path: inset(50%); overflow: hidden; }
    .ag_page_nav button { min-width: 28px; justify-content: center; flex: none; }
    .about-engagement .about_mission_grid { gap: 5%; }
    .ag_principles { padding: 26px; }
    .about-engagement .about_focus_card { padding: 24px; }
}

@media (max-width:800px) {
    .about-engagement .about_shell { width: calc(100% - 40px); }
    .about-engagement .about_hero { padding-top: 46px; }
    .ag_hero_grid { grid-template-columns: minmax(0,1fr); gap: 36px; padding-bottom: 38px; }
    .about-engagement .about_hero h1 { font-size: clamp(4.2rem,7.5vw,5.9rem); }
    .about-engagement .about_hero_lead { max-width: 590px; }
    .ag_hero_art { min-height: 320px; width: 100%; padding: 28px; }
    .ag_art_orbit { top: 82px; }
    .about-engagement .about_stats { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .about-engagement .about_stats li { padding: 23px 20px; border-bottom: 1px solid rgba(134,209,202,.2); }
    .about-engagement .about_stats li:nth-child(odd) { padding-left: 0; }
    .about-engagement .about_stats li:nth-child(even) { border-right: 0; }
    .about-engagement .about_stats li:nth-child(n+3) { border-bottom: 0; }
    .about-engagement .about_stats strong { font-size: 2.8rem; }
    .ag_page_nav > .about_shell { width: 100%; gap: 0; padding-inline: 20px; }
    .about-engagement .about_rail ol { flex: 1; min-width: 0; overflow-x: auto; gap: 22px; }
    .about-engagement .about_rail a { min-height: 61px; font-size: 1.15rem; padding: 16px 0; }
    .ag_page_nav button { margin-left: 20px; }
    .about-engagement :is(.about_mission,.about_timeline_section,.about_focus_section,.about_offices_section,.about_overview_section) { padding: 62px 0; }
    .about-engagement .about_mission_grid, .ag_history_grid, .ag_closing_grid { grid-template-columns: minmax(0,1fr); gap: 35px; }
    .ag_section_header { display: block; margin-bottom: 28px; }
    .ag_section_header > p { max-width: 580px; margin-top: 22px; }
    .about-engagement .about_focus_grid { grid-template-columns: minmax(0,1fr); }
    .about-engagement .about_focus_card { padding: 28px; }
    .ag_focus_top { margin-bottom: 18px; }
    .about-engagement .about_offices_grid { grid-template-columns: minmax(0,1fr); }
    .about-engagement .about_access { align-items: flex-start; padding: 24px; }
    .about-engagement .about_access_copy { display: block; }
    .about-engagement .about_access_lead { margin-top: 9px; }
    .about-engagement .about_access .ag_text_link { flex-shrink: 0; }
    .ag_closing { padding: 60px 0; }
}

@media (max-width:480px) {
    .about-engagement .about_hero h1 { font-size: 4.2rem; }
    .ag_actions { gap: 18px; }
    .ag_button { font-size: 1.3rem; padding-inline: 20px; }
    .about-engagement .about_hero_lead { font-size: 1.45rem; }
    .about-engagement .about_access { display: block; }
    .about-engagement .about_access .ag_text_link { margin-top: 16px; }
    .about-engagement .about_overview_section .table_design { font-size: 1.25rem; }
    .about-engagement .about_overview_section .table_design th, .about-engagement .about_overview_section .table_design td { display: table-cell; padding: 16px 13px; overflow-wrap: anywhere; }
    .about-engagement .about_overview_section .table_design th { width: 29%; min-width: 0; }
}

@media (prefers-reduced-motion:reduce) {
    .about-engagement *, .about-engagement *::before, .about-engagement *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
    .about-engagement [data-reveal] { opacity: 1 !important; transform: none !important; }
}
