:root { --phc-navy: #020817; --phc-navy-2: #03111f; --phc-navy-3: #052a54; --phc-blue: #005baa; --phc-blue-2: #0073d8; --phc-accent: #5F98FF; --phc-white: #ffffff; --phc-ink: #101722; --phc-muted: #657184; --phc-soft: #f6f8fb; --phc-line: #dfe6ef; --phc-muted-light: rgba(255, 255, 255, 0.68); --phc-border-light: rgba(255, 255, 255, 0.12); --phc-container: 1180px; --phc-radius-xl: 38px; --phc-radius-lg: 26px; --phc-shadow: 0 28px 80px rgba(2, 8, 23, 0.14); --phc-shadow-soft: 0 16px 46px rgba(2, 8, 23, 0.08); } * { box-sizing: border-box; } html, body { margin: 0; padding: 0; overflow-x: hidden; font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #ffffff; color: var(--phc-ink); line-height: 1.65; scroll-behavior: smooth; } body.phc-menu-open, body.phc-modal-open { overflow: hidden; } a { color: inherit; text-decoration: none; } img { display: block; max-width: 100%; } .phc-page { min-height: 100vh; padding-top: 86px; overflow: hidden; } .phc-container { width: min(var(--phc-container), calc(100% - 42px)); margin: 0 auto; } .phc-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 22px; border-radius: 999px; border: 1px solid transparent; font-size: 0.9rem; font-weight: 800; letter-spacing: -0.015em; line-height: 1; white-space: nowrap; cursor: pointer; transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, filter 0.2s ease; } .phc-btn::after { content: "→"; font-weight: 900; } .phc-btn:hover { transform: translateY(-2px); filter: brightness(1.05); } .phc-btn-primary { color: #ffffff !important; background: var(--phc-blue); border-color: var(--phc-blue); box-shadow: 0 18px 38px rgba(0, 91, 170, 0.28); } .phc-btn-primary:hover { background: var(--phc-blue-2); border-color: var(--phc-blue-2); } .phc-btn-light { color: var(--phc-navy) !important; background: #ffffff; border-color: #ffffff; } .phc-btn-outline { color: var(--phc-ink); background: transparent; border-color: rgba(0, 91, 170, 0.22); } .phc-btn-outline:hover { border-color: rgba(0, 91, 170, 0.42); background: rgba(0, 91, 170, 0.05); } .phc-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--phc-accent); text-transform: uppercase; letter-spacing: 0.2em; font-size: 0.72rem; font-weight: 800; } .phc-eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; opacity: 0.75; } .phc-section { position: relative; padding: 112px 0; } .phc-section-soft { background: linear-gradient(180deg, var(--phc-soft), #ffffff 88%); } .phc-section-dark { color: #ffffff; background: radial-gradient(circle at 86% 18%, rgba(0, 91, 170, 0.32), transparent 30%), radial-gradient(circle at 12% 92%, rgba(95, 152, 255, 0.1), transparent 30%), linear-gradient(112deg, #020817 0%, #03111f 52%, #052a54 100%); overflow: hidden; } .phc-section-head { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 48px; } .phc-section-head h2 { max-width: 780px; margin: 0; color: var(--phc-ink); font-size: clamp(2.5rem, 5.2vw, 5.25rem); line-height: 0.96; letter-spacing: -0.075em; font-weight: 800; } .phc-section-head p { max-width: 470px; margin: 0; color: var(--phc-muted); font-size: 1.04rem; } .phc-section-dark .phc-section-head h2, .phc-section-dark h2, .phc-section-dark h3 { color: #ffffff; } .phc-section-dark .phc-section-head p, .phc-section-dark p { color: rgba(255, 255, 255, 0.72); } /* HEADER */ .phc-header { position: fixed; top: 0; left: 0; right: 0; z-index: 9999; width: 100%; height: 86px; color: var(--phc-white); background: radial-gradient(circle at 86% 24%, rgba(0, 91, 170, 0.22), transparent 28%), linear-gradient(90deg, rgba(2, 8, 23, 0.95) 0%, rgba(3, 17, 31, 0.95) 54%, rgba(5, 42, 84, 0.94) 100%); border-bottom: 1px solid rgba(255, 255, 255, 0.08); box-shadow: 0 14px 44px rgba(2, 8, 23, 0.16); backdrop-filter: blur(18px) saturate(125%); -webkit-backdrop-filter: blur(18px) saturate(125%); } .phc-nav { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 18px; } .phc-logo { display: flex; align-items: center; justify-content: flex-start; flex: 0 0 170px; width: 170px; min-width: 170px; max-width: 170px; height: 54px; overflow: hidden; } .phc-logo img { width: 170px; max-width: 170px; height: auto; max-height: 54px; object-fit: contain; object-position: left center; } .phc-nav-links { display: flex; align-items: center; justify-content: flex-end; gap: 6px; list-style: none; margin: 0; padding: 0; flex: 1 1 auto; min-width: 0; } .phc-nav-links a { display: inline-flex; align-items: center; justify-content: center; min-height: 86px; padding: 0 10px; color: rgba(255, 255, 255, 0.76); font-size: 0.82rem; font-weight: 800; letter-spacing: -0.02em; transition: color 0.2s ease; } .phc-nav-links a:hover, .phc-nav-links a.phc-active { color: #ffffff; } .phc-header-actions { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; } .phc-header-actions .phc-btn { min-height: 50px; padding: 0 20px; } .phc-menu-button { display: none; align-items: center; justify-content: center; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; padding: 0; } .phc-menu-lines { position: relative; display: block; width: 25px; height: 2px; border-radius: 999px; background: #ffffff; } .phc-menu-lines::before { content: ""; position: absolute; left: 0; top: -8px; width: 25px; height: 2px; border-radius: 999px; background: #ffffff; } /* MOBILE DRAWER */ .phc-drawer-overlay { position: fixed; inset: 0; z-index: 10000; opacity: 0; pointer-events: none; background: rgba(2, 8, 23, 0.58); backdrop-filter: blur(7px); -webkit-backdrop-filter: blur(7px); transition: opacity 0.28s ease; } .phc-mobile-drawer { position: fixed; top: 0; right: 0; z-index: 10001; width: min(420px, 88vw); height: 100dvh; color: #ffffff; transform: translateX(100%); transition: transform 0.34s cubic-bezier(.2,.8,.2,1); background: radial-gradient(circle at 82% 14%, rgba(0, 91, 170, 0.38), transparent 36%), linear-gradient(160deg, rgba(2, 8, 23, 0.99), rgba(3, 17, 31, 0.98) 58%, rgba(5, 42, 84, 0.98)); border-left: 1px solid rgba(255, 255, 255, 0.1); box-shadow: -28px 0 80px rgba(0, 0, 0, 0.34); overflow: hidden; } body.phc-menu-open .phc-mobile-drawer { transform: translateX(0); } body.phc-menu-open .phc-drawer-overlay { opacity: 1; pointer-events: auto; } .phc-drawer-close { position: fixed; top: max(18px, env(safe-area-inset-top)); right: 22px; z-index: 10002; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 999px; color: #ffffff; background: rgba(255, 255, 255, 0.09); border: 1px solid rgba(255, 255, 255, 0.16); font-size: 1.65rem; line-height: 1; cursor: pointer; box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24); } .phc-drawer-inner { height: 100%; overflow-y: auto; overflow-x: hidden; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; padding: 42px 18px max(24px, env(safe-area-inset-bottom)); scroll-behavior: auto; } .phc-drawer-brand { padding: 24px 68px 22px 18px; margin: 0 0 16px; border-bottom: 1px solid rgba(255, 255, 255, 0.09); } .phc-drawer-brand .phc-logo { width: 190px; min-width: 190px; max-width: 190px; height: 58px; margin-bottom: 14px; } .phc-drawer-brand .phc-logo img { width: 190px; max-width: 190px; max-height: 58px; } .phc-drawer-brand p { margin: 0; color: rgba(255, 255, 255, 0.62); font-size: 0.92rem; line-height: 1.45; } .phc-drawer-menu { display: grid; list-style: none; padding: 0; margin: 0; } .phc-drawer-menu a { display: flex; align-items: center; min-height: 50px; padding: 0 14px; border-radius: 14px; color: rgba(255, 255, 255, 0.78); font-size: 1.02rem; font-weight: 800; letter-spacing: -0.02em; } .phc-drawer-menu a:hover { color: #ffffff; background: rgba(255, 255, 255, 0.05); } .phc-mobile-cta-box { display: grid; gap: 10px; padding: 14px; margin: 16px 8px 16px; border-radius: 20px; background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.1); } .phc-mobile-cta-box .phc-btn { width: 100%; min-height: 56px; box-shadow: none; } .phc-mobile-info { display: grid; gap: 12px; padding: 16px; margin: 0 8px 16px; border-radius: 20px; background: rgba(255, 255, 255, 0.045); border: 1px solid rgba(255, 255, 255, 0.09); color: rgba(255, 255, 255, 0.72); } .phc-mobile-info strong { display: block; margin-bottom: 3px; color: #ffffff; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.14em; } .phc-mobile-info a, .phc-mobile-info span { color: rgba(255, 255, 255, 0.72); font-size: 0.88rem; line-height: 1.42; } /* HERO */ .phc-people-hero { position: relative; overflow: hidden; min-height: 650px; display: grid; align-items: center; color: #ffffff; background: radial-gradient(circle at 82% 18%, rgba(0, 91, 170, 0.42), transparent 34%), radial-gradient(circle at 14% 88%, rgba(95, 152, 255, 0.14), transparent 32%), linear-gradient(112deg, #020817 0%, #03111f 52%, #052a54 100%); isolation: isolate; } .phc-people-hero::before { content: "LEAD"; position: absolute; right: -5vw; bottom: -0.16em; color: rgba(255, 255, 255, 0.045); font-size: clamp(7rem, 22vw, 20rem); font-weight: 800; line-height: 0.8; letter-spacing: -0.12em; pointer-events: none; } .phc-people-hero-grid { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.85fr); gap: clamp(34px, 6vw, 78px); align-items: center; padding: 88px 0; } .phc-people-hero h1 { max-width: 850px; margin: 0; color: #ffffff; font-size: clamp(3.5rem, 8vw, 7.4rem); line-height: 0.94; letter-spacing: -0.085em; font-weight: 800; } .phc-people-hero p { max-width: 690px; margin: 28px 0 32px; color: rgba(255, 255, 255, 0.72); font-size: clamp(1.02rem, 1.3vw, 1.18rem); } .phc-hero-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; } .phc-hero-stat { padding: 24px; border-radius: 26px; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.12); } .phc-hero-stat strong { display: block; color: #ffffff; font-size: clamp(2.4rem, 5vw, 4.4rem); line-height: 0.86; letter-spacing: -0.1em; font-weight: 800; } .phc-hero-stat span { display: block; margin-top: 10px; color: rgba(255, 255, 255, 0.68); font-size: 0.88rem; line-height: 1.35; font-weight: 700; } .phc-page-jump { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; } .phc-page-jump a { display: inline-flex; align-items: center; min-height: 42px; padding: 0 15px; border-radius: 999px; color: rgba(255, 255, 255, 0.78); background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.1); font-size: 0.82rem; font-weight: 800; transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease; } .phc-page-jump a:hover { color: #ffffff; background: rgba(255, 255, 255, 0.11); transform: translateY(-2px); } /* SENIOR FEATURE */ .phc-senior-feature { overflow: hidden; display: grid; grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr); border-radius: var(--phc-radius-xl); background: #ffffff; border: 1px solid var(--phc-line); box-shadow: var(--phc-shadow); } .phc-senior-photo { min-height: 560px; overflow: hidden; background: var(--phc-navy); } .phc-senior-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 1s ease, filter 0.3s ease; } .phc-senior-feature:hover .phc-senior-photo img { transform: scale(1.04); filter: saturate(1.05) contrast(1.04); } .phc-senior-content { display: grid; align-content: center; padding: clamp(32px, 5vw, 64px); } .phc-senior-content h2 { margin: 0 0 14px; color: var(--phc-ink); font-size: clamp(2.5rem, 5vw, 5.2rem); line-height: 0.96; letter-spacing: -0.08em; font-weight: 800; } .phc-senior-role { display: inline-flex; width: fit-content; margin-bottom: 20px; padding: 8px 12px; border-radius: 999px; color: #ffffff; background: var(--phc-blue); text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.72rem; font-weight: 800; } .phc-senior-content p { margin: 0 0 18px; color: #465366; font-size: 1rem; line-height: 1.78; } .phc-senior-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 12px; } /* CARDS */ .phc-team-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; } .phc-person-card { overflow: hidden; display: grid; border-radius: 30px; background: #ffffff; border: 1px solid var(--phc-line); box-shadow: var(--phc-shadow-soft); transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease; } .phc-person-card:hover { transform: translateY(-6px); border-color: rgba(0, 91, 170, 0.22); box-shadow: 0 28px 72px rgba(2, 8, 23, 0.12); } .phc-person-photo { position: relative; height: 360px; overflow: hidden; background: var(--phc-navy); } .phc-person-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 27%; transition: transform 1s ease, filter 0.3s ease; } .phc-person-card:hover .phc-person-photo img { transform: scale(1.05); filter: saturate(1.05) contrast(1.04); } .phc-person-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2, 8, 23, 0.04), rgba(2, 8, 23, 0.66)); pointer-events: none; } .phc-person-tag { position: absolute; z-index: 2; left: 18px; bottom: 18px; padding: 8px 12px; border-radius: 999px; color: #ffffff; background: rgba(0, 91, 170, 0.9); font-size: 0.68rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; } .phc-person-placeholder { width: 100%; height: 100%; min-height: 360px; display: grid; place-items: center; color: #ffffff; background: radial-gradient(circle at 70% 20%, rgba(95, 152, 255, 0.28), transparent 35%), linear-gradient(135deg, #052a54, #020817); font-size: 4.2rem; font-weight: 800; letter-spacing: -0.12em; } .phc-person-content { padding: 26px; } .phc-person-content h3 { margin: 0 0 8px; color: var(--phc-ink); font-size: clamp(1.45rem, 2.3vw, 2rem); line-height: 1; letter-spacing: -0.06em; font-weight: 800; } .phc-person-role { display: block; min-height: 36px; margin-bottom: 14px; color: var(--phc-blue); text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.72rem; line-height: 1.35; font-weight: 800; } .phc-person-content p { margin: 0 0 20px; color: var(--phc-muted); font-size: 0.95rem; line-height: 1.68; } .phc-person-content .phc-btn { min-height: 46px; padding: 0 18px; font-size: 0.82rem; } /* CULTURE */ .phc-culture-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; } .phc-culture-card { padding: 28px; border-radius: 26px; background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.12); } .phc-culture-icon { display: inline-flex; margin-bottom: 20px; color: var(--phc-accent); font-size: 2.4rem; line-height: 1; } .phc-culture-card h3 { margin: 0 0 10px; color: #ffffff; font-size: 1.25rem; line-height: 1.05; letter-spacing: -0.05em; font-weight: 800; } .phc-culture-card p { margin: 0; color: rgba(255, 255, 255, 0.68); font-size: 0.95rem; line-height: 1.65; } /* CTA */ .phc-cta-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr 0.85fr; gap: 36px; align-items: center; padding: clamp(34px, 5vw, 64px); border-radius: var(--phc-radius-xl); color: #ffffff; background: radial-gradient(circle at 88% 28%, rgba(0, 91, 170, 0.34), transparent 28%), linear-gradient(112deg, #020817 0%, #03111f 52%, #052a54 100%); box-shadow: var(--phc-shadow); } .phc-cta-panel::after { content: "TEAM"; position: absolute; right: 3%; bottom: -14px; color: rgba(255, 255, 255, 0.045); font-size: clamp(5.8rem, 12vw, 12rem); font-weight: 800; line-height: 0.8; letter-spacing: -0.1em; pointer-events: none; } .phc-cta-panel h2 { position: relative; z-index: 2; max-width: 720px; margin: 0; color: #ffffff; font-size: clamp(2.7rem, 5.4vw, 5.4rem); line-height: 0.96; letter-spacing: -0.075em; font-weight: 800; } .phc-cta-panel p { position: relative; z-index: 2; max-width: 520px; margin: 0 0 24px; color: rgba(255, 255, 255, 0.72); font-size: 1rem; line-height: 1.75; } .phc-cta-actions { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 12px; } /* FOOTER */ .phc-footer { position: relative; overflow: hidden; color: #ffffff; background: radial-gradient(circle at 88% 18%, rgba(0, 91, 170, 0.36), transparent 32%), radial-gradient(circle at 8% 94%, rgba(0, 115, 216, 0.14), transparent 34%), linear-gradient(90deg, #020817 0%, #03111f 52%, #052a54 100%); padding: 84px 0 34px; } .phc-footer::before { content: ""; position: absolute; inset: 0; background: linear-gradient(118deg, transparent 0%, rgba(255, 255, 255, 0.035) 48%, transparent 76%); pointer-events: none; } .phc-footer::after { content: "30"; position: absolute; right: clamp(20px, 7vw, 110px); bottom: -14px; color: rgba(255, 255, 255, 0.045); font-size: clamp(8rem, 18vw, 18rem); font-weight: 800; line-height: 0.72; letter-spacing: -0.14em; pointer-events: none; } .phc-footer-top { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(320px, 1.05fr) minmax(340px, 0.95fr); gap: clamp(30px, 5vw, 74px); align-items: center; padding-bottom: 46px; margin-bottom: 46px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .phc-footer-logo { display: inline-flex; width: 190px; margin-bottom: 22px; } .phc-footer-logo img { display: block; width: 100%; height: auto; object-fit: contain; } .phc-footer-brand h2 { max-width: 620px; margin: 0 0 18px; color: #ffffff; font-size: clamp(2.2rem, 4.45vw, 4rem); line-height: 0.96; letter-spacing: -0.075em; font-weight: 800; } .phc-footer-brand p { max-width: 560px; margin: 0; color: var(--phc-muted-light); font-size: 1rem; line-height: 1.72; } .phc-footer-cta-card { display: grid; gap: 18px; padding: 26px; border-radius: 30px; background: rgba(255, 255, 255, 0.06); border: 1px solid var(--phc-border-light); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2); } .phc-footer-cta-card h3 { margin: 0; color: #ffffff; font-size: 1.45rem; line-height: 1; letter-spacing: -0.055em; font-weight: 800; } .phc-footer-cta-card p { max-width: 520px; margin: 0; color: var(--phc-muted-light); font-size: 0.94rem; line-height: 1.58; } .phc-footer-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; } .phc-footer-body { position: relative; z-index: 2; display: grid; grid-template-columns: 0.85fr 1fr 1fr 0.85fr; gap: clamp(34px, 4vw, 64px); align-items: start; } .phc-footer-title { margin: 0 0 18px; color: #ffffff; text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.78rem; font-weight: 800; } .phc-footer-links, .phc-footer-contact, .phc-footer-social, .phc-footer-service-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; } .phc-footer-links a, .phc-footer-contact a, .phc-footer-contact span, .phc-footer-social a, .phc-footer-service-list span { color: var(--phc-muted-light); font-size: 0.96rem; line-height: 1.55; transition: color 0.2s ease, transform 0.2s ease; } .phc-footer-links a:hover, .phc-footer-contact a:hover, .phc-footer-social a:hover { color: var(--phc-accent); transform: translateX(3px); } .phc-footer-contact, .phc-footer-service-list { gap: 16px; } .phc-contact-group, .phc-service-group { display: grid; gap: 5px; padding-bottom: 16px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .phc-contact-group:last-child, .phc-service-group:last-child { padding-bottom: 0; border-bottom: 0; } .phc-contact-label, .phc-service-label { color: #ffffff; text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.72rem; font-weight: 800; } .phc-footer-social a { display: inline-flex; align-items: center; gap: 10px; } .phc-social-icon { width: 38px; height: 38px; display: inline-grid; place-items: center; flex: 0 0 38px; border-radius: 999px; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.12); font-size: 1rem; transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease; } .phc-social-facebook { color: #1877f2; } .phc-social-instagram { color: #ffffff; background: radial-gradient(circle at 30% 110%, #feda75 0%, #fa7e1e 24%, #d62976 48%, #962fbf 72%, #4f5bd5 100%); border-color: rgba(255, 255, 255, 0.18); } .phc-social-youtube { color: #ff0000; } .phc-footer-bottom { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 58px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.55); font-size: 0.86rem; } .phc-footer-legal { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; } .phc-footer-legal a { color: rgba(255, 255, 255, 0.7); transition: color 0.2s ease; } .phc-footer-legal a:hover { color: var(--phc-accent); } /* MODAL */ .phc-bio-modal { position: fixed; inset: 0; z-index: 20000; display: none; align-items: center; justify-content: center; padding: 22px; background: rgba(2, 8, 23, 0.72); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); } .phc-bio-modal.phc-is-open { display: flex; } .phc-bio-dialog { position: relative; width: min(940px, 100%); max-height: min(780px, 88vh); overflow: hidden; border-radius: 34px; background: #ffffff; box-shadow: 0 34px 120px rgba(0, 0, 0, 0.34); } .phc-bio-scroll { max-height: min(780px, 88vh); overflow-y: auto; } .phc-bio-close { position: absolute; top: 16px; right: 16px; z-index: 2; width: 44px; height: 44px; display: grid; place-items: center; border: 0; border-radius: 999px; color: #ffffff; background: rgba(2, 8, 23, 0.72); font-size: 1.55rem; line-height: 1; cursor: pointer; } .phc-bio-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; } .phc-bio-image { min-height: 540px; background: var(--phc-navy); } .phc-bio-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; } .phc-bio-placeholder { width: 100%; height: 100%; min-height: 540px; display: grid; place-items: center; color: #ffffff; background: radial-gradient(circle at 70% 20%, rgba(95, 152, 255, 0.28), transparent 35%), linear-gradient(135deg, #052a54, #020817); font-size: 5rem; font-weight: 800; letter-spacing: -0.12em; } .phc-bio-content { padding: clamp(28px, 5vw, 54px); } .phc-bio-kicker { display: block; margin-bottom: 12px; color: var(--phc-blue); text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.72rem; font-weight: 800; } .phc-bio-content h3 { margin: 0 0 12px; color: var(--phc-ink); font-size: clamp(2rem, 4vw, 3.4rem); line-height: 0.95; letter-spacing: -0.075em; font-weight: 800; } .phc-bio-content p { margin: 0 0 16px; color: #465366; font-size: 1rem; line-height: 1.78; } /* UPDATED HERO COVER */ .phc-people-hero { min-height: 720px; background: radial-gradient(circle at 82% 18%, rgba(0, 91, 170, 0.42), transparent 34%), radial-gradient(circle at 14% 88%, rgba(95, 152, 255, 0.14), transparent 32%), linear-gradient(112deg, #020817 0%, #03111f 52%, #052a54 100%) !important; } .phc-people-hero-grid { grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.95fr) !important; gap: clamp(38px, 6vw, 86px) !important; } .phc-hero-visual { position: relative; min-height: 545px; } .phc-hero-team-card { position: absolute; overflow: hidden; border-radius: 34px; background: var(--phc-navy); border: 1px solid rgba(255, 255, 255, 0.12); box-shadow: 0 28px 84px rgba(0, 0, 0, 0.28); } .phc-hero-team-card img { width: 100%; height: 100%; object-fit: cover; object-position: center; } .phc-hero-team-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2, 8, 23, 0.04), rgba(2, 8, 23, 0.68)); pointer-events: none; } .phc-hero-team-card span { position: absolute; left: 18px; bottom: 18px; z-index: 2; padding: 8px 12px; border-radius: 999px; color: #ffffff; background: rgba(0, 91, 170, 0.88); text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.66rem; font-weight: 800; } .phc-hero-team-card-main { width: 72%; height: 430px; right: 0; top: 0; } .phc-hero-team-card-one { width: 46%; height: 270px; left: 0; bottom: 46px; z-index: 3; } .phc-hero-team-card-two { width: 38%; height: 220px; right: 10%; bottom: 0; z-index: 4; border: 8px solid rgba(255, 255, 255, 0.9); } .phc-hero-team-label { position: absolute; left: 26px; top: 56px; z-index: 5; display: grid; gap: 4px; padding: 20px 22px; border-radius: 24px; color: #ffffff; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.14); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: 0 20px 54px rgba(0, 0, 0, 0.22); } .phc-hero-team-label strong { font-size: 1.22rem; line-height: 1; letter-spacing: -0.045em; } /* CONTACT ICONS */ .phc-contact-actions { display: inline-flex; align-items: center; gap: 10px; margin-left: 10px; vertical-align: middle; } .phc-senior-actions .phc-contact-actions { margin-left: 0; } .phc-contact-icon { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 999px; color: var(--phc-blue); background: rgba(0, 91, 170, 0.08); border: 1px solid rgba(0, 91, 170, 0.14); transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease; } .phc-contact-icon:hover { transform: translateY(-2px); color: #ffffff; background: var(--phc-blue); border-color: var(--phc-blue); } .phc-person-content .phc-btn { margin-right: 0; } /* COMPACT INTERNAL PAGE COVER */ .phc-page-cover { position: relative; overflow: hidden; padding: 88px 24px 54px; background: radial-gradient(circle at 85% 20%, rgba(0, 91, 170, 0.28), transparent 30%), linear-gradient(90deg, #020817 0%, #03111f 52%, #052a54 100%); border-bottom-left-radius: 34px; border-bottom-right-radius: 34px; } .phc-page-cover::after { content: "LEADERSHIP"; position: absolute; right: -0.08em; bottom: -0.18em; color: rgba(255, 255, 255, 0.045); font-size: clamp(4rem, 13vw, 11rem); line-height: 0.8; font-weight: 800; letter-spacing: -0.12em; pointer-events: none; } .phc-page-cover__inner { position: relative; z-index: 2; width: min(1180px, calc(100% - 42px)); margin: 0 auto; } .phc-page-cover__eyebrow { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 18px; color: #5F98FF; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; } .phc-page-cover__eyebrow::before { content: ""; width: 38px; height: 1px; background: #5F98FF; opacity: 0.9; } .phc-page-cover__title { margin: 0; color: #ffffff; font-size: clamp(3rem, 7vw, 6.4rem); line-height: 0.94; letter-spacing: -0.075em; font-weight: 800; } .phc-page-cover__text { max-width: 760px; margin: 20px 0 0; color: rgba(255, 255, 255, 0.76); font-size: clamp(1rem, 1.35vw, 1.18rem); line-height: 1.75; } /* RESPONSIVE */ @media (max-width: 1260px) { .phc-logo { flex-basis: 150px; width: 150px; min-width: 150px; max-width: 150px; } .phc-logo img { width: 150px; max-width: 150px; } .phc-nav-links a { padding: 0 8px; font-size: 0.78rem; } .phc-header-actions .phc-btn { padding: 0 16px; } } @media (max-width: 1120px) { .phc-page { padding-top: 78px; } .phc-header, .phc-nav { height: 78px; } .phc-logo { flex-basis: 152px; width: 152px; min-width: 152px; max-width: 152px; height: 46px; } .phc-logo img { width: 152px; max-width: 152px; max-height: 46px; } .phc-nav-links, .phc-header-actions { display: none; } .phc-menu-button { display: flex; } .phc-people-hero-grid, .phc-senior-feature, .phc-cta-panel { grid-template-columns: 1fr; } .phc-team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .phc-culture-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .phc-bio-grid { grid-template-columns: 1fr; } .phc-bio-image, .phc-bio-placeholder { min-height: 420px; } .phc-footer-top { grid-template-columns: 1fr; align-items: start; } .phc-footer-cta-card { max-width: 600px; } .phc-footer-body { grid-template-columns: 1fr 1fr; } .phc-people-hero-grid { grid-template-columns: 1fr !important; } .phc-hero-visual { min-height: 590px; } } @media (max-width: 760px) { .phc-container { width: min(100% - 28px, var(--phc-container)); } .phc-section { padding: 78px 0; } .phc-section-head { display: grid; gap: 20px; margin-bottom: 34px; } .phc-people-hero { min-height: auto; } .phc-people-hero-grid { padding: 68px 0 78px; } .phc-people-hero h1 { font-size: clamp(3.1rem, 15vw, 4.8rem); } .phc-hero-stats { grid-template-columns: 1fr; } .phc-senior-photo { min-height: 360px; } .phc-team-grid, .phc-culture-grid, .phc-footer-body { grid-template-columns: 1fr; } .phc-person-photo { height: 330px; } .phc-cta-actions { display: grid; } .phc-cta-actions .phc-btn { width: 100%; } .phc-bio-modal { padding: 12px; } .phc-bio-dialog { border-radius: 24px; } .phc-bio-image, .phc-bio-placeholder { min-height: 340px; } .phc-footer { padding: 64px 0 30px; } .phc-footer-top { gap: 30px; padding-bottom: 36px; margin-bottom: 36px; } .phc-footer-logo { width: 178px; } .phc-footer-brand h2 { font-size: clamp(2.35rem, 12vw, 3.65rem); } .phc-footer-cta-card { max-width: none; padding: 18px; border-radius: 24px; } .phc-footer-buttons { grid-template-columns: 1fr; } .phc-footer-bottom { display: grid; gap: 16px; margin-top: 44px; } .phc-footer-legal { justify-content: flex-start; } .phc-hero-visual { min-height: 520px; } .phc-hero-team-card-main { width: 88%; height: 360px; } .phc-hero-team-card-one { width: 62%; height: 215px; bottom: 62px; } .phc-hero-team-card-two { width: 52%; height: 175px; } .phc-hero-team-label { left: 10px; top: 18px; padding: 16px 18px; } .phc-contact-actions { display: flex; margin: 14px 0 0; } .phc-contact-icon { width: 48px; height: 48px; } } @media (max-width: 768px) { .phc-page-cover { padding: 70px 20px 42px; border-bottom-left-radius: 26px; border-bottom-right-radius: 26px; } .phc-page-cover::after { font-size: 5.2rem; right: -0.18em; bottom: -0.12em; } .phc-page-cover__inner { width: min(100% - 28px, 1180px); } .phc-page-cover__eyebrow { margin-bottom: 14px; font-size: 0.72rem; letter-spacing: 0.16em; } .phc-page-cover__eyebrow::before { width: 30px; } .phc-page-cover__title { font-size: clamp(2.7rem, 13vw, 4.4rem); } .phc-page-cover__text { margin-top: 16px; font-size: 1rem; line-height: 1.65; } }