:root{--page-bg:#f7fbff;--text:#1f2f43;--muted:#3f4f63;--heading:#10213b;--border:#dce8f6;--accent:#2f6feb;--accent-strong:#174ea6;--blue-surface:#e8f2ff;--blue-surface-strong:#cfe4ff;--blue-text:#0f356d;letter-spacing:0;color:var(--text);background:var(--page-bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:16px/1.6 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}#root{min-height:100svh}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0}img{max-width:100%;display:block}a{color:inherit}button,input,textarea,select{font:inherit}.app-shell{background:var(--page-bg);min-height:100svh;color:var(--text);font-size:17px}.site-header{z-index:10;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffeb;border-bottom:1px solid #14232d1a;justify-content:space-between;align-items:center;gap:24px;width:100%;padding:16px max(32px,50% - 720px);display:flex;position:sticky;top:0}.brand,.site-nav,.button,.text-link,.page-card strong,.footer__links a{align-items:center;display:inline-flex}.brand{min-width:max-content;color:var(--heading);white-space:nowrap;flex:none;gap:10px;font-weight:800;text-decoration:none}.brand span{white-space:nowrap}.brand__logo{object-fit:contain;width:170px;height:auto;max-height:36px;display:block}.brand__section{color:var(--blue-text);border-left:1px solid #10213b38;padding-left:10px;font-size:17px;font-weight:900;line-height:1.1}.site-nav{border:1px solid var(--border);background:#fff;border-radius:8px;flex:0 auto;justify-content:flex-end;gap:4px;min-width:0;max-width:100%;padding:4px;overflow:visible}.site-nav a{min-width:82px;color:var(--heading);text-align:center;white-space:nowrap;border-radius:6px;padding:10px 12px;font-size:17px;font-weight:700;text-decoration:none}.site-nav a:hover,.site-nav a:focus-visible,.site-nav a.is-active{background:var(--blue-surface-strong);color:var(--blue-text)}.hero{color:#fff;min-height:68svh;position:relative;overflow:hidden}.hero__image,.hero__overlay{position:absolute;inset:0}.hero__image{object-fit:cover;width:100%;height:100%}.hero__overlay{background:linear-gradient(90deg,#09141c94 0%,#09141c57 52%,#09141c0a 100%),linear-gradient(#09141c05 0%,#09141c3d 100%)}.hero__content{z-index:1;width:min(1120px,100% - 64px);margin:0 auto;padding:clamp(72px,10vh,108px) 0 70px;position:relative}.eyebrow,.section-label{color:var(--accent);letter-spacing:0;text-transform:uppercase;margin:0 0 14px;font-size:17px;font-weight:800;line-height:1.3}.hero .eyebrow{color:#b8dcff}.hero h1{color:#fff;overflow-wrap:anywhere;max-width:780px;margin:0;font-size:clamp(42px,6vw,70px);line-height:1.08}.hero__lead{color:#ffffffe6;max-width:720px;margin:26px 0 0;font-size:clamp(17px,2vw,21px);line-height:1.9}.hero__actions{flex-wrap:wrap;gap:12px;margin-top:34px;display:flex}.button{border:1px solid #0000;border-radius:8px;justify-content:center;gap:8px;min-height:48px;padding:0 18px;font-size:17px;font-weight:800;line-height:1;text-decoration:none;transition:background-color .16s,border-color .16s,transform .16s}.button:hover{transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.68}.button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:3px;outline:3px solid #1782bf47}.button--primary{background:var(--accent);color:#fff}.button--primary:hover{background:#1f5fd2}.button--secondary{color:#fff;background:#ffffff14;border-color:#ffffff57}.button--secondary:hover{background:#ffffff29}.section,.footer{width:min(1120px,100% - 64px);margin:0 auto;padding:84px 0}.intro-section{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:start;gap:56px;display:grid}.intro-section h2,.section-heading h2,.footer h2,.sub-hero h1,.work-overview__copy h2,.work-team-section h2{color:var(--heading);overflow-wrap:anywhere;margin:0;font-size:clamp(30px,4vw,48px);line-height:1.18}.intro-section>p,.section-heading p,.footer p,.work-overview__copy>p,.work-team-section p{max-width:740px;color:var(--muted);margin:22px 0 0;line-height:1.9}.section+.section{border-top:1px solid var(--border)}.hero+.intro-section{padding-top:48px}.section--muted{background:#eef6ff;width:100%;padding-left:max(32px,50% - 560px);padding-right:max(32px,50% - 560px)}.section--muted .section-heading p,.section--muted p{color:var(--text)}.section-heading{max-width:780px}.page-card-grid,.role-grid,.benefit-grid,.data-grid,.job-list,.interview-list,.timeline{gap:16px;margin-top:36px;display:grid}.page-card-grid,.role-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.benefit-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.data-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.page-card,.feature-card,.data-card,.job-card,.interview-card,.timeline li,.entry-note,.entry-form{border:1px solid var(--border);background:#fff;border-radius:8px}@media (width>=961px){.page-card-grid{grid-template-columns:repeat(12,minmax(0,1fr))}.page-card-grid>.page-card{grid-column:span 3}.page-card-grid>.page-card:nth-child(n+5){grid-column:span 4}}.page-card{min-height:250px;color:inherit;padding:26px;text-decoration:none;transition:border-color .16s,transform .16s,box-shadow .16s;display:grid}.page-card:hover{border-color:#2f6feb57;transform:translateY(-2px);box-shadow:0 18px 42px #174ea61a}.page-card svg,.entry-note svg{color:var(--accent)}.page-card span{color:var(--accent-strong);text-transform:uppercase;margin-top:18px;font-size:17px;font-weight:800}.page-card h3,.feature-card h3,.data-card h3,.job-card h3,.interview-card h3{color:var(--heading);margin:10px 0 0;font-size:21px;line-height:1.35}.page-card p,.feature-card p,.data-card p,.job-card p,.interview-card p,.timeline p,.entry-note p{color:var(--muted);margin:12px 0 0;line-height:1.8}.page-card strong{color:var(--heading);align-self:end;gap:6px;margin-top:24px;font-size:17px}.sub-hero{background:linear-gradient(135deg,#f0f7fffa,#e2f0fff5),#eef6ff;padding:44px max(32px,50% - 560px)}.sub-hero__inner{max-width:820px}.sub-hero__icon{width:58px;height:58px;color:var(--accent-strong);background:#fff;border-radius:8px;place-items:center;margin-bottom:18px;display:grid;box-shadow:0 14px 34px #14232d14}.sub-hero p:not(.eyebrow){max-width:720px;color:var(--text);margin:16px 0 0;font-size:17px;line-height:1.8}.sub-hero+.section{padding-top:56px}.feature-card{min-height:198px;padding:22px}.timeline{grid-template-columns:repeat(5,minmax(0,1fr));padding:0;list-style:none}.timeline li{min-height:180px;padding:22px}.timeline span{color:var(--accent-strong);margin-bottom:18px;font-size:17px;font-weight:900;display:block}.timeline strong{color:var(--heading)}.data-card{padding:24px}.data-card span{background:var(--blue-surface-strong);color:var(--blue-text);border-radius:999px;padding:6px 10px;font-size:17px;font-weight:800;display:inline-flex}.notice-band{background:#eef6ff;border:1px solid #2f6feb38;border-radius:8px;grid-template-columns:28px minmax(0,1fr);gap:14px;margin-top:28px;padding:22px;display:grid}.notice-band--plain{grid-template-columns:1fr}.notice-band svg{color:var(--accent-strong)}.notice-band p{color:var(--text);margin:0;line-height:1.8}.company-profile-section{grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);align-items:start;gap:36px;display:grid}.company-fact-table{border:1px solid var(--border);background:#fff;border-radius:8px;gap:0;margin:32px 0 0;display:grid}.company-fact-table div{border-top:1px solid var(--border);grid-template-columns:140px minmax(0,1fr);gap:16px;padding:16px 18px;display:grid}.company-fact-table div:first-child{border-top:0}.company-fact-table dt{color:var(--accent-strong);font-weight:900}.company-fact-table dd{color:var(--heading);margin:0;font-weight:800;line-height:1.6}.company-profile-section .text-link{margin-top:22px}.company-founder-card{border:1px solid var(--border);background:#fff;border-radius:8px;overflow:hidden}.company-founder-card img{aspect-ratio:4/3;object-fit:cover;object-position:center 28%;width:100%}.company-founder-card div{padding:24px}.company-founder-card span{color:var(--accent-strong);font-weight:900}.company-founder-card h3{color:var(--heading);margin:8px 0 0;font-size:26px}.company-founder-card ul{gap:10px;margin:20px 0 0;padding:0;list-style:none;display:grid}.company-founder-card li{border-top:1px solid var(--border);color:var(--text);padding-top:10px;line-height:1.6}.office-access-section{background:#f8fbff;border:1px solid #2f6feb38;border-radius:8px;grid-template-columns:minmax(0,.92fr) minmax(360px,1fr);align-items:stretch;gap:28px;margin-top:48px;padding:28px;display:grid}.office-access-section h2{color:var(--heading);margin:10px 0 0;font-size:clamp(26px,3vw,38px);line-height:1.22}.office-access-section p{color:var(--text);margin:18px 0 0;line-height:1.8}.office-access-list{gap:12px;margin:24px 0 0;display:grid}.office-access-list div{border-top:1px solid #2f6feb29;grid-template-columns:104px minmax(0,1fr);align-items:start;gap:12px;padding-top:12px;display:grid}.office-access-list dt{color:var(--accent-strong);font-weight:900}.office-access-list dd{color:var(--heading);margin:0;font-weight:800;line-height:1.6}.office-map{background:var(--blue-surface-strong);border:0;border-radius:8px;width:100%;min-height:330px}.interview-list{grid-template-columns:1fr}.interview-card{grid-template-columns:86px minmax(0,1fr);gap:22px;padding:24px;display:grid}.avatar-placeholder{background:var(--blue-surface-strong);width:86px;height:86px;color:var(--blue-text);border-radius:8px;place-items:center;display:grid}.interview-card>div>p{color:var(--accent-strong);margin:0;font-weight:800}.interview-card ul,.job-card ul{flex-wrap:wrap;gap:8px;margin:18px 0 0;padding:0;list-style:none;display:flex}.interview-card li,.job-card li{background:var(--blue-surface-strong);color:var(--blue-text);border-radius:999px;padding:8px 10px;font-size:17px;font-weight:800}.employee-interview-grid,.role-voice-grid,.culture-voice-grid,.interview-next-section{gap:16px;margin-top:36px;display:grid}.employee-interview-grid,.role-voice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.employee-interview-card,.role-voice-card,.culture-voice-grid article{border:1px solid var(--border);background:#fff;border-radius:8px;overflow:hidden}.employee-interview-card img,.role-voice-card img{aspect-ratio:4/3;object-fit:cover;width:100%}.employee-interview-card__body,.role-voice-card>div{padding:24px}.employee-interview-card span,.role-voice-card span{color:var(--accent-strong);font-size:17px;font-weight:900}.employee-interview-card h3,.role-voice-card h3,.culture-voice-grid h3{color:var(--heading);margin:10px 0 0;font-size:22px;line-height:1.35}.employee-interview-card em{color:var(--muted);margin-top:8px;font-style:normal;font-weight:700;display:block}.employee-interview-card__lead,.role-voice-card p,.culture-voice-grid p,.interview-culture-section>div>p{color:var(--muted);margin:14px 0 0;line-height:1.8}.interview-qa-list{gap:16px;margin:24px 0 0;display:grid}.interview-qa-list div{border-top:1px solid var(--border);padding-top:16px}.interview-qa-list dt{color:var(--heading);font-size:17px;font-weight:900;line-height:1.5}.interview-qa-list dd{color:var(--muted);margin:8px 0 0;line-height:1.8}.employee-interview-card ul,.role-voice-card ul{flex-wrap:wrap;gap:8px;margin:22px 0 0;padding:0;list-style:none;display:flex}.employee-interview-card li,.role-voice-card li{background:var(--blue-surface-strong);color:var(--blue-text);border-radius:999px;padding:8px 10px;font-size:17px;font-weight:800}.role-voice-card strong{color:var(--heading);margin-top:10px;font-size:18px;line-height:1.45;display:block}.role-voice-detail-list{border-top:1px solid var(--border);gap:10px;margin-top:18px;padding-top:18px;display:grid}.role-voice-detail-list p{color:var(--muted);grid-template-columns:14px minmax(0,1fr);gap:8px;margin:0;line-height:1.75;display:grid}.role-voice-detail-list p:before{content:"";background:var(--accent);border-radius:999px;width:6px;height:6px;margin-top:10px}.interview-culture-section{grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);align-items:start;gap:44px;display:grid}.interview-culture-section h2{color:var(--heading);margin:0;font-size:clamp(30px,4vw,48px);line-height:1.18}.culture-voice-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:0}.culture-voice-grid article{padding:22px}.culture-voice-grid svg{color:var(--accent)}.interview-next-section{border-top:1px solid var(--border);grid-template-columns:minmax(0,1fr) auto;align-items:center;margin-top:0}.interview-next-section h2{color:var(--heading);margin:0;font-size:clamp(28px,3.5vw,42px);line-height:1.2}.interview-next-section p:not(.section-label){max-width:740px;color:var(--muted);margin:18px 0 0;line-height:1.8}.job-list{grid-template-columns:repeat(6,minmax(0,1fr));gap:20px}.job-card{flex-direction:column;gap:18px;min-height:100%;padding:24px;display:flex}.job-card>div{gap:8px;display:grid}.job-card h3,.job-card>div>p{margin:0}.job-card__employment{color:var(--accent-strong);font-weight:800}.job-card .text-link{margin-top:auto}.text-link{width:fit-content;color:var(--accent-strong);gap:6px;font-weight:800;text-decoration:none}.text-link:hover{color:var(--heading)}.entry-layout{grid-template-columns:minmax(0,1.2fr) minmax(380px,.8fr);align-items:stretch;gap:18px;width:min(1440px,100% - 48px);display:grid}.entry-main{min-width:0}.entry-layout .section-heading{max-width:none}.entry-layout .section-heading p{max-width:920px;color:var(--text)}.entry-note{background:var(--blue-surface);border-color:#2f6feb38;grid-template-columns:32px minmax(0,1fr);gap:16px;margin-top:24px;padding:24px;display:grid}.entry-note p{color:var(--text);margin-top:0}.entry-guidance-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:14px;display:grid}.entry-guidance-card{border:1px solid var(--border);background:#fff;border-radius:8px;align-content:start;gap:10px;min-height:190px;padding:22px;display:grid}.entry-guidance-card svg{color:var(--accent-strong)}.entry-guidance-card h3{color:var(--heading);margin:0;font-size:21px;line-height:1.35}.entry-guidance-card p{color:var(--text);margin:0;line-height:1.75}.entry-form{background:linear-gradient(#fff 0%,#f3f8ff 100%);border-color:#2f6feb3d;align-self:stretch;gap:18px;min-height:100%;padding:28px;display:grid}.entry-form .button,.entry-form .text-link{justify-content:center;width:100%}.entry-panel h3{color:var(--heading);margin:0;font-size:22px;line-height:1.35}.entry-panel p{color:var(--muted);margin:0;line-height:1.8}.entry-role-list{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}.entry-role-list li{background:var(--blue-surface-strong);color:var(--blue-text);border-radius:999px;padding:8px 10px;font-size:17px;font-weight:800}.entry-form label{color:var(--heading);gap:8px;font-size:17px;font-weight:800;display:grid}.entry-form input,.entry-form select,.entry-form textarea{border:1px solid var(--border);width:100%;color:var(--heading);background:#f7f9f8;border-radius:8px}.entry-form input,.entry-form select{height:46px;padding:0 12px}.entry-form textarea{resize:vertical;min-height:120px;padding:12px}.footer{border-top:1px solid var(--border);grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:40px;display:grid}.footer__links{grid-template-columns:repeat(2,minmax(140px,1fr));gap:10px;display:grid}.footer__links a{border:1px solid var(--border);min-height:38px;color:var(--muted);background:#fff;border-radius:8px;padding:0 12px;font-size:17px;font-weight:800;text-decoration:none}.footer__links a:hover{color:var(--accent-strong);border-color:#2f6feb57}.footer__benefits{grid-template-columns:repeat(2,minmax(230px,1fr));gap:10px;width:min(760px,100%);display:grid}.footer__benefits span,.footer__benefits a{border:1px solid var(--border);min-height:54px;color:var(--heading);text-align:center;background:#fff;border-radius:8px;justify-content:center;align-items:center;padding:10px 14px;font-size:17px;font-weight:800;line-height:1.35;display:inline-flex}.footer__benefits a{background:var(--accent);color:#fff;grid-column:1/-1;gap:8px;text-decoration:none}.footer__benefits a:hover{background:#1f5fd2}.message-section,.company-section,.strengths-section,.media-section__heading{grid-template-columns:minmax(0,1fr) minmax(320px,.78fr);align-items:center;gap:44px;display:grid}.message-section h2,.company-section h2,.strengths-section h2,.media-section__heading h2{color:var(--heading);margin:0;font-size:clamp(30px,4vw,48px);line-height:1.18}.message-section p,.company-section p,.strengths-section p,.media-section__heading p{color:var(--text);margin:20px 0 0;line-height:1.9}.message-signature{width:fit-content;max-width:100%;color:var(--heading);flex-wrap:wrap;align-items:baseline;gap:14px;margin-top:28px;display:flex}.message-signature__role{color:var(--blue-text);font-size:18px;font-weight:900}.message-signature__name{border-bottom:1px solid #10213b3d;padding-bottom:4px;font-family:Yu Mincho,Hiragino Mincho ProN,Noto Serif JP,serif;font-size:32px;font-weight:800;line-height:1.22}.message-section__image,.company-section__visual img,.scene-gallery img,.media-section__heading img,.visual-role-card img,.job-card__photo{object-fit:cover;border-radius:8px;width:100%}.message-section__image{aspect-ratio:4/3;object-position:center 42%}.company-section,.strengths-section{align-items:start}.strengths-section__copy .section-heading{max-width:680px}.strength-list{gap:14px;margin-top:30px;display:grid}.strength-item{border:1px solid var(--border);background:#fff;border-radius:8px;grid-template-columns:28px minmax(0,1fr);gap:14px;padding:22px;display:grid}.strength-item svg{color:var(--accent);margin-top:2px}.strength-item h3{color:var(--heading);margin:0;font-size:19px;line-height:1.4}.strength-item p{margin-top:10px}.scene-gallery{gap:12px;display:grid}.scene-gallery figure{background:#fff;border-radius:8px;min-height:180px;margin:0;position:relative;overflow:hidden}.scene-gallery figure:first-child{min-height:310px}.scene-gallery img{width:100%;height:100%;min-height:inherit;object-fit:cover}.scene-gallery figcaption{color:#fff;background:#10213bc7;border-radius:8px;padding:9px 10px;font-size:17px;font-weight:800;position:absolute;bottom:12px;left:12px;right:12px}.company-section__visual img{aspect-ratio:16/10;background:#fff}.company-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:28px 0 0;display:grid}.company-facts div{border:1px solid var(--border);background:#fff;border-radius:8px;padding:18px}.company-facts dt{color:var(--accent-strong);font-size:17px;font-weight:900}.company-facts dd{color:var(--heading);margin:8px 0 0;font-weight:800;line-height:1.55}.work-overview,.work-collaboration,.work-team-section{grid-template-columns:minmax(0,1fr) minmax(340px,.82fr);align-items:center;gap:44px;display:grid}.work-overview{align-items:start}.work-highlight-grid,.work-scene-grid{gap:16px;display:grid}.work-highlight-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:30px}.work-highlight-grid article,.work-scene-card{border:1px solid var(--border);background:#fff;border-radius:8px}.work-highlight-grid article{padding:18px}.work-highlight-grid span,.work-scene-card span{color:var(--accent-strong);font-size:17px;font-weight:900}.work-highlight-grid strong{color:var(--heading);margin-top:8px;font-size:19px;line-height:1.35;display:block}.work-highlight-grid p{color:var(--text);margin:10px 0 0;font-size:17px;line-height:1.7}.work-overview__photo,.work-collaboration__photo{margin:0;position:relative}.work-overview__photo img,.work-collaboration__photo img,.work-scene-card img,.work-team-section img{object-fit:cover;border-radius:8px;width:100%}.work-overview__photo img{aspect-ratio:16/10}.work-overview__photo figcaption,.work-collaboration__photo figcaption{color:var(--text);margin-top:10px;font-size:17px;line-height:1.6}.work-scene-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:36px}.work-scene-card{overflow:hidden}.work-scene-card img{aspect-ratio:4/3;border-radius:0}.work-scene-card>div{padding:22px}.work-scene-card h3{color:var(--heading);margin:10px 0 0;font-size:21px;line-height:1.35}.work-scene-card p{color:var(--text);margin:12px 0 0;line-height:1.75}.work-collaboration{align-items:start}.work-collaboration__photo img{aspect-ratio:4/5;object-position:center}.work-point-list{gap:12px;margin:30px 0 0;padding:0;list-style:none;display:grid}.work-point-list li{border:1px solid var(--border);color:var(--text);background:#fff;border-radius:8px;grid-template-columns:24px minmax(0,1fr);gap:12px;padding:18px;line-height:1.75;display:grid}.work-overview__copy>p,.work-collaboration p,.work-team-section p{color:var(--text)}.work-point-list svg{color:var(--accent);margin-top:3px}.work-jobs-link{justify-content:center;margin-top:34px;display:flex}.work-team-section img{aspect-ratio:4/3}.visual-role-grid,.media-grid{gap:16px;margin-top:36px;display:grid}.visual-role-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.visual-role-card,.media-card{border:1px solid var(--border);background:#fff;border-radius:8px}.visual-role-card{overflow:hidden}.visual-role-card img{aspect-ratio:4/3;border-radius:0}.visual-role-card>div{padding:22px}.visual-role-card span,.media-card span{color:var(--accent-strong);text-transform:uppercase;font-size:17px;font-weight:900}.visual-role-card h3,.media-card h3{color:var(--heading);margin:10px 0 0;font-size:21px;line-height:1.35}.visual-role-card p,.media-card p{color:var(--muted);margin:12px 0 0;line-height:1.75}.visual-role-card ul{gap:8px;margin:18px 0 0;padding:0;list-style:none;display:grid}.visual-role-card li{color:var(--muted);grid-template-columns:14px minmax(0,1fr);gap:8px;font-size:17px;line-height:1.6;display:grid}.visual-role-card li:before{content:"";background:var(--accent);border-radius:999px;width:6px;height:6px;margin-top:9px}.video-section{background:#fff}.video-layout{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:20px;margin-top:36px;display:grid}.video-embed-card,.video-news-card{border:1px solid var(--border);background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 18px 50px #174ea614}.video-embed-card{align-self:start}.video-news-list{display:contents}.video-news-card{color:inherit;text-decoration:none;transition:border-color .16s,transform .16s,box-shadow .16s;display:grid}a.video-news-card:hover{border-color:#2f6feb57;transform:translateY(-2px);box-shadow:0 22px 54px #174ea61f}.video-frame{aspect-ratio:16/9;background:#10213b}.video-frame iframe{border:0;width:100%;height:100%;display:block}.video-copy{padding:24px}.video-copy span{color:var(--accent-strong);letter-spacing:0;font-size:17px;font-weight:900}.video-copy h3{color:var(--heading);margin:10px 0 0;font-size:22px;line-height:1.35}.video-copy p{color:var(--muted);margin:14px 0 0;line-height:1.8}.video-copy .text-link,.video-copy strong{color:var(--heading);align-items:center;gap:6px;margin-top:18px;font-size:17px;font-weight:900;display:inline-flex}.video-news-card__image{aspect-ratio:16/9;background:#dbeafe;position:relative;overflow:hidden}.video-news-card__image img{object-fit:cover;width:100%;height:100%}.video-news-card__image video{object-fit:cover;width:100%;height:100%;display:block}.video-news-card__image--player{background:#10213b}.video-news-card__image span{color:#fff;background:#10213b38;place-items:center;display:grid;position:absolute;inset:0}.media-section{background:#eef6ff;width:100%;padding-left:max(32px,50% - 560px);padding-right:max(32px,50% - 560px)}.media-section .media-section__heading p{color:var(--text)}.media-section__heading img{aspect-ratio:4/3}.featured-article-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:28px;display:grid}.featured-article-card{border:1px solid var(--border);min-height:220px;color:inherit;background:#fff;border-radius:8px;grid-template-columns:minmax(180px,.72fr) minmax(0,1fr);gap:16px;text-decoration:none;transition:border-color .16s,transform .16s,box-shadow .16s;display:grid;overflow:hidden}.featured-article-card:hover{border-color:#2f6feb57;transform:translateY(-2px);box-shadow:0 18px 42px #174ea61a}.featured-article-card img{object-fit:cover;width:100%;height:100%;min-height:220px}.featured-article-card div{align-content:center;padding:18px 18px 18px 0;display:grid}.featured-article-card span,.media-card span{color:var(--accent-strong);font-size:17px;font-weight:900}.featured-article-card h3{color:var(--heading);margin:10px 0 0;font-size:22px;line-height:1.32}.featured-article-card p{color:var(--text);margin:10px 0 0;line-height:1.65}.featured-article-card strong{color:var(--heading);align-items:center;gap:6px;margin-top:14px;font-size:17px;display:inline-flex}.media-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.media-card{min-height:238px;color:inherit;padding:22px;text-decoration:none;transition:border-color .16s,transform .16s,box-shadow .16s;display:grid}.media-card:hover{border-color:#2f6feb57;transform:translateY(-2px);box-shadow:0 18px 42px #174ea61a}.section--muted p,.media-section p{color:var(--text)}.media-card strong{color:var(--heading);align-self:end;align-items:center;gap:6px;margin-top:18px;font-size:17px;display:inline-flex}.job-card--with-image{grid-column:span 2}.job-card--with-image:nth-last-child(-n+2){grid-column:span 3}.job-card__photo{order:-1;height:clamp(190px,16vw,230px)}.job-card--with-image ul,.job-card--with-image .text-link{grid-column:auto}@media (width<=1180px){.site-header{grid-template-columns:1fr;align-items:flex-start;gap:14px;display:grid;position:static}.brand{justify-self:start}.site-nav{flex-wrap:wrap;justify-content:flex-start;width:100%;display:flex;overflow:visible}.site-nav a{justify-content:center;min-width:0}}@media (width<=960px){.intro-section,.message-section,.company-section,.strengths-section,.media-section__heading,.work-overview,.work-collaboration,.work-team-section,.interview-culture-section,.video-layout,.entry-layout,.company-profile-section,.office-access-section,.footer,.featured-article-grid{grid-template-columns:1fr}.featured-article-card{grid-template-columns:minmax(112px,.42fr) minmax(0,1fr);gap:12px;min-height:0}.featured-article-card img{aspect-ratio:auto;height:100%;min-height:0}.featured-article-card div{padding:16px 16px 16px 0}.page-card-grid,.role-grid,.visual-role-grid,.media-grid,.work-highlight-grid,.work-scene-grid,.role-voice-grid,.culture-voice-grid,.interview-next-section,.benefit-grid,.data-grid,.job-list,.timeline{grid-template-columns:repeat(2,minmax(0,1fr))}.job-card--with-image,.job-card--with-image:nth-last-child(-n+2){grid-column:span 1}.job-card--with-image:last-child:nth-child(odd){grid-column:1/-1}.job-card__photo,.job-card--with-image ul,.job-card--with-image .text-link{grid-column:auto}.job-card__photo{height:220px}}@media (width<=640px){.site-header{padding:14px 20px}.brand{gap:8px;font-size:17px}.brand__logo{width:136px;max-height:30px}.brand__section{padding-left:8px;font-size:17px}.site-nav{gap:6px;padding:6px}.site-nav a{flex:126px;min-width:auto;min-height:40px;padding-left:10px;padding-right:10px}.hero{min-height:74svh}.hero__content,.section,.footer{width:min(100% - 40px,1120px)}.hero__content{padding-top:72px;padding-bottom:72px}.hero h1{font-size:38px}.intro-section h2,.section-heading h2,.footer h2,.sub-hero h1{font-size:28px}.section,.footer{padding-top:60px;padding-bottom:60px}.sub-hero{padding:48px 20px}.section--muted,.media-section{width:100%;padding-left:20px;padding-right:20px}.featured-article-card h3{font-size:20px}.office-access-section{padding:22px}.company-fact-table div,.office-access-list div{grid-template-columns:1fr;gap:4px}.office-map{min-height:280px}.page-card-grid,.role-grid,.visual-role-grid,.featured-article-grid,.entry-guidance-grid,.media-grid,.work-highlight-grid,.work-scene-grid,.employee-interview-grid,.role-voice-grid,.culture-voice-grid,.interview-next-section,.benefit-grid,.data-grid,.job-list,.timeline,.footer__links,.footer__benefits{grid-template-columns:1fr}.job-card--with-image,.job-card--with-image:last-child:nth-child(odd){grid-column:1}.company-facts,.interview-card{grid-template-columns:1fr}.hero__actions,.button{width:100%}}@media (width<=360px){.brand{gap:8px;font-size:17px}.brand__logo{width:126px}}
