:root { color-scheme: light; }
::selection { background: #167b78; color: #fff; }
body { overflow-x: hidden; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; border-radius: .5rem; background: #fff; padding: .75rem 1rem; font-weight: 700; box-shadow: 0 10px 30px #0002; transition: top .2s; }
.skip-link:focus { top: 1rem; }
.header-scrolled { background: rgba(255,255,255,.92); border-color: #dfe5e7 !important; backdrop-filter: blur(16px); }
.nav-link { position: relative; color: #5f6f7d; transition: color .2s; }
.nav-link:hover { color: #0b1f33; }
.nav-link::after { content: ''; position: absolute; left: 0; bottom: -.45rem; height: 2px; width: 100%; background: #167b78; transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.nav-link:hover::after { transform: scaleX(1); transform-origin: left; }
.mobile-link { border-bottom: 1px solid #dfe5e7; padding: .85rem .25rem; }
.menu-icon, .menu-icon::before, .menu-icon::after { display: block; width: 18px; height: 2px; background: #0b1f33; transition: .25s; }
.menu-icon { position: relative; }.menu-icon::before,.menu-icon::after { content: ''; position: absolute; left: 0; }.menu-icon::before { top: -6px; }.menu-icon::after { top: 6px; }
.menu-open .menu-icon { background: transparent; }.menu-open .menu-icon::before { top: 0; transform: rotate(45deg); }.menu-open .menu-icon::after { top: 0; transform: rotate(-45deg); }
.hero-grid { background-image: linear-gradient(rgba(11,31,51,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(11,31,51,.035) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(to bottom, #000, transparent 90%); }
.section-shell { width: min(100% - 2.5rem, 80rem); margin-inline: auto; }
.section-padding { padding-block: clamp(5.5rem, 10vw, 9rem); }
.eyebrow { margin-bottom: 1.25rem; font-size: .73rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: #167b78; }
.section-title { font-family: Manrope, sans-serif; font-size: clamp(2.35rem, 5vw, 4.45rem); line-height: 1.08; font-weight: 800; letter-spacing: -.045em; }
.button-primary,.button-secondary,.button-light,.button-ghost { display: inline-flex; align-items: center; justify-content: center; gap: .6rem; border-radius: 999px; padding: .9rem 1.3rem; font-size: .9rem; font-weight: 700; transition: .25s; }
.button-primary { background: #0b1f33; color: #fff; }.button-primary:hover { background: #167b78; transform: translateY(-2px); }
.button-secondary { border: 1px solid #cdd5d8; background: rgba(255,255,255,.55); }.button-secondary:hover { border-color: #0b1f33; background: #fff; transform: translateY(-2px); }
.button-light { background: #fff; color: #0b1f33; }.button-light:hover { transform: translateY(-2px); box-shadow: 0 12px 30px #0b1f332b; }
.button-ghost { border: 1px solid rgba(255,255,255,.35); color: #fff; }.button-ghost:hover { background: rgba(255,255,255,.1); }
.linkedin-button img { width: 6.1rem; height: auto; }
.tag { border: 1px solid #dfe5e7; border-radius: 999px; padding: .55rem .9rem; font-size: .8rem; font-weight: 600; color: #0b1f33; }
.hero-portrait { position: relative; aspect-ratio: 4/5; overflow: hidden; border: 8px solid rgba(255,255,255,.7); border-radius: 2rem; background: #dfe5e7; box-shadow: 0 24px 70px rgba(11,31,51,.16); }.hero-portrait::after { content: ''; position: absolute; inset: 45% 0 0; background: linear-gradient(to bottom,transparent,rgba(11,31,51,.6)); pointer-events: none; }.hero-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 64% center; }.hero-portrait figcaption { position: absolute; z-index: 1; right: 1.25rem; bottom: 1.25rem; left: 1.25rem; color: #fff; font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-align: center; text-transform: uppercase; }.hero-portrait figcaption span { margin-inline: .4rem; color: #7ed1c6; }
.problem-card { min-height: 19rem; background: #0b1f33; padding: 2rem; transition: background .25s; }.problem-card:hover { background: #102a43; }.problem-card h3 { margin-top: 5rem; font-family: Manrope,sans-serif; font-size: 1.3rem; font-weight: 700; }.problem-card p { margin-top: .8rem; color: rgba(255,255,255,.6); line-height: 1.6; }.card-number { color: #7ed1c6; font-size: .72rem; font-weight: 700; letter-spacing: .12em; }
.check-item { position: relative; padding-left: 1.75rem; }.check-item::before { content: '✓'; position: absolute; left: 0; color: #167b78; font-weight: 800; }
.ecosystem { position: relative; min-height: 24rem; }.system-core { position: absolute; left: 50%; top: 50%; z-index: 2; display: grid; width: 9.5rem; height: 9.5rem; transform: translate(-50%,-50%); place-content: center; border: 1px solid rgba(126,209,198,.5); border-radius: 50%; background: #167b78; text-align: center; box-shadow: 0 0 0 12px rgba(22,123,120,.12); }.system-core strong { font-family: Manrope,sans-serif; font-size: 1.1rem; }.system-core span { font-size: .68rem; color: rgba(255,255,255,.65); }
.system-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: .7rem; min-width: 11.5rem; border: 1px solid rgba(255,255,255,.13); border-radius: .9rem; background: #132b43; padding: .75rem; }.system-card strong,.system-card small { display: block; }.system-card strong { font-size: .83rem; }.system-card small { margin-top: .15rem; color: rgba(255,255,255,.48); font-size: .67rem; }.system-icon { display: grid; height: 2rem; width: 2rem; flex: none; place-items: center; border-radius: .55rem; background: rgba(126,209,198,.14); color: #7ed1c6; font-weight: 800; }.system-a { left: 0; top: 0; }.system-b { right: 0; top: 0; }.system-c { bottom: 0; left: 0; }.system-d { right: 0; bottom: 0; }.system-lines { position: absolute; inset: 0; width: 100%; height: 100%; }.system-lines path { fill: none; stroke: rgba(126,209,198,.35); stroke-width: 1.5; stroke-dasharray: 5 6; vector-effect: non-scaling-stroke; }
.comparison-label { margin-bottom: 1.2rem; font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }.comparison-list { display: grid; gap: .8rem; }.comparison-list li { border-bottom: 1px solid rgba(11,31,51,.1); padding-bottom: .8rem; }
.benefits-panel { display: grid; gap: 2.5rem; border: 1px solid rgba(11,31,51,.08); border-radius: 1.5rem; background: #fff; padding: clamp(1.75rem,4vw,3.5rem); box-shadow: 0 18px 50px rgba(11,31,51,.06); }.benefits-intro { max-width: 46rem; }.benefits-intro>p:last-child { margin-top: 1rem; color: #5f6f7d; font-size: 1.05rem; line-height: 1.7; }.benefits-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 2rem; }.benefits-grid li { position: relative; border-bottom: 1px solid #e3e8e9; padding: 1.2rem 0 1.2rem 2.15rem; line-height: 1.5; }.benefits-grid li::before { content: '✓'; position: absolute; left: 0; top: 1.25rem; display: grid; width: 1.25rem; height: 1.25rem; place-items: center; border-radius: 50%; background: #dff1ed; color: #167b78; font-size: .7rem; font-weight: 800; }.benefits-grid h4 { font-family: Manrope,sans-serif; font-size: .95rem; font-weight: 700; }.benefits-grid p { margin-top: .35rem; color: #5f6f7d; font-size: .82rem; line-height: 1.6; }
.benefits-note { max-width: 58rem; margin: 2rem auto 0; border-left: 2px solid #167b78; padding: .15rem 0 .15rem 1.25rem; color: #5f6f7d; font-size: .95rem; font-style: italic; line-height: 1.8; }
.opportunity-card { display: flex; align-items: center; gap: 1.2rem; border: 1px solid #dfe5e7; border-radius: 1rem; padding: 1.2rem; font-weight: 700; }.opportunity-card span { color: #167b78; font-size: .7rem; letter-spacing: .1em; }
.journey-line { position: relative; padding-left: 2.4rem; }.journey-line::before { content: ''; position: absolute; left: .4rem; top: .5rem; bottom: .5rem; width: 1px; background: #cbd6d8; }.journey-item { position: relative; padding: 0 0 3.5rem 1.5rem; }.journey-item:last-child { padding-bottom: 0; }.journey-dot { position: absolute; left: -2.4rem; top: .25rem; width: .8rem; height: .8rem; border: 3px solid #f6f3ed; border-radius: 50%; background: #167b78; box-shadow: 0 0 0 1px #167b78; }.journey-year { color: #167b78; font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }.journey-item h3 { margin-top: .55rem; font-family: Manrope,sans-serif; font-size: 1.5rem; font-weight: 700; }.journey-item>p:not(.journey-year) { margin-top: .7rem; max-width: 37rem; color: #5f6f7d; line-height: 1.7; }.journey-item>div:last-child { margin-top: 1rem; display: flex; flex-wrap: wrap; gap: .5rem; }.journey-item>div span { border-radius: 999px; background: #fff; padding: .4rem .7rem; font-size: .7rem; font-weight: 600; }
.initiative-grid { display: grid; gap: 1rem; grid-template-columns: repeat(3,minmax(0,1fr)); }.initiative-card { min-height: 23rem; border: 1px solid rgba(11,31,51,.08); border-radius: 1.25rem; background: rgba(255,255,255,.82); padding: 2rem; box-shadow: 0 14px 40px rgba(11,31,51,.05); }.initiative-card>span { color: #167b78; font-size: .7rem; font-weight: 800; letter-spacing: .14em; }.initiative-card h3 { margin-top: 4rem; font-family: Manrope,sans-serif; font-size: 1.35rem; font-weight: 700; line-height: 1.35; }.initiative-card p { margin-top: 1rem; color: #5f6f7d; font-size: .9rem; line-height: 1.75; }
.work-steps { border-top: 1px solid #dfe5e7; }.work-steps li { display: grid; grid-template-columns: 2.2rem 8rem 1fr; gap: 1rem; align-items: baseline; border-bottom: 1px solid #dfe5e7; padding-block: 1.5rem; }.work-steps span { color: #167b78; font-size: .7rem; font-weight: 800; }.work-steps strong { font-family: Manrope,sans-serif; font-size: 1.05rem; }.work-steps p { color: #5f6f7d; }
.tool-group { border-radius: 1rem; background: #f6f3ed; padding: 1.4rem; }.tool-group h3 { font-family: Manrope,sans-serif; font-weight: 700; }.tool-group p { margin-top: 1rem; color: #5f6f7d; font-size: .85rem; line-height: 1.8; }
.project-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 1px; background: rgba(255,255,255,.15); }.project-card { position: relative; grid-column: span 4; min-height: 12rem; background: #0b1f33; padding: 1.5rem; transition: .25s; }.project-card:hover,.project-card:focus-visible { background: #167b78; transform: translateY(-3px); }.project-card:focus-visible { z-index: 1; outline: 2px solid #7ed1c6; outline-offset: -2px; }.project-card span { color: #7ed1c6; font-size: .7rem; font-weight: 800; letter-spacing: .12em; }.project-card h3 { margin-top: 3rem; font-family: Manrope,sans-serif; font-size: 1.25rem; font-weight: 700; }.project-card p { margin-top: .5rem; color: rgba(255,255,255,.55); font-size: .85rem; line-height: 1.55; }.project-card:hover p { color: rgba(255,255,255,.75); }.project-card:last-child { grid-column: span 12; min-height: 8rem; }.project-card:last-child h3 { margin-top: 1.25rem; }
.experience-list { border-top: 1px solid #d2d9da; }.experience-item { display: grid; grid-template-columns: 5.5rem 13rem 1fr; gap: 2rem; align-items: start; border-bottom: 1px solid #d2d9da; padding-block: 2rem; }.experience-item:last-child { border-bottom: 0; }.experience-logo { display: grid; width: 5.5rem; height: 4rem; overflow: hidden; place-items: center; border: 1px solid #e0e5e5; border-radius: .85rem; background: #fff; box-shadow: 0 6px 18px rgba(11,31,51,.05); }.experience-logo img { width: 86%; height: 82%; object-fit: contain; }.experience-company h3 { font-family: Manrope,sans-serif; font-size: 1.05rem; font-weight: 700; }.experience-company p { margin-top: .35rem; color: #718089; font-size: .78rem; }.experience-detail h4 { font-family: Manrope,sans-serif; font-size: 1.15rem; font-weight: 700; }.experience-detail h4 span { display: inline-block; margin-left: .45rem; color: #167b78; font-family: 'DM Sans',sans-serif; font-size: .7rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }.experience-detail p { margin-top: .7rem; max-width: 47rem; color: #5f6f7d; line-height: 1.7; }.experience-detail small { display: block; margin-top: 1rem; color: #167b78; font-size: .72rem; font-weight: 600; line-height: 1.6; }
.education-row { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding-block: 1.5rem; }.education-row>span { padding-top: .15rem; color: #167b78; font-size: .7rem; font-weight: 800; }.education-row .education-meta { margin-bottom: .4rem; color: #167b78; font-size: .68rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }.education-row h3 { font-family: Manrope,sans-serif; font-size: 1.05rem; font-weight: 700; }.education-row p:not(.education-meta),.education-row small { color: #5f6f7d; }.education-row p:not(.education-meta) { margin-top: .2rem; font-size: .88rem; }.education-row small { display: block; margin-top: .55rem; max-width: 42rem; font-size: .78rem; line-height: 1.6; }.education-courses { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .75rem; }.education-courses div { border: 1px solid #d8dfdf; border-radius: .8rem; background: rgba(255,255,255,.45); padding: 1rem; }.education-courses strong,.education-courses span { display: block; }.education-courses strong { font-size: .82rem; }.education-courses span { margin-top: .3rem; color: #718089; font-size: .7rem; }
.contact-rings::before,.contact-rings::after { content: ''; position: absolute; inset: 15%; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }.contact-rings::after { inset: 30%; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; transition-delay: var(--delay,0ms); }.reveal.is-visible { opacity: 1; transform: none; }
@media (min-width: 768px) { .journey-line { display: grid; grid-template-columns: repeat(4,1fr); gap: 2rem; padding-left: 0; }.journey-line::before { left: 0; right: 0; top: .4rem; bottom: auto; width: auto; height: 1px; }.journey-item { padding: 2.3rem 0 0; }.journey-dot { left: 0; top: 0; }.journey-item h3 { min-height: 4rem; }.journey-item>p:not(.journey-year) { font-size: .9rem; }.journey-year { margin-top: .7rem; } }
@media (min-width: 768px) and (max-width: 1023px) { .initiative-grid { grid-template-columns: 1fr; }.initiative-card { min-height: 0; }.initiative-card h3 { margin-top: 2.5rem; }.project-card { grid-column: span 6; }.experience-item { grid-template-columns: 5.5rem 1fr; gap: 1.25rem; }.experience-company { align-self: center; }.experience-detail { grid-column: 2; } }
@media (max-width: 767px) { .hero-portrait { aspect-ratio: 4/3; border-width: 6px; border-radius: 1.5rem; }.hero-portrait img { object-position: 62% 43%; }.benefits-grid { grid-template-columns: 1fr; }.initiative-grid { grid-template-columns: 1fr; }.initiative-card { min-height: 0; }.initiative-card h3 { margin-top: 2.5rem; }.project-card,.project-card:last-child { grid-column: span 12; min-height: 9rem; }.project-card h3,.project-card:last-child h3 { margin-top: 2rem; }.work-steps li { grid-template-columns: 2rem 1fr; }.work-steps p { grid-column: 2; }.experience-item { grid-template-columns: 4.25rem 1fr; gap: 1rem; padding-block: 1.5rem; }.experience-logo { width: 4.25rem; height: 3.5rem; }.experience-company { align-self: center; }.experience-detail { grid-column: 2; }.experience-detail h4 span { display: block; margin: .4rem 0 0; }.education-courses { grid-template-columns: 1fr; }.ecosystem { min-height: 31rem; }.system-card { min-width: 10rem; }.system-a,.system-c { left: 50%; transform: translateX(-50%); }.system-b,.system-d { right: auto; left: 50%; transform: translateX(-50%); }.system-a { top: 0; }.system-b { top: 5rem; }.system-c { bottom: 5rem; }.system-d { bottom: 0; }.system-core { width: 8rem; height: 8rem; }.system-lines { display: none; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto !important; } *,*::before,*::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }.reveal { opacity: 1; transform: none; } }
